diff --git a/core/l10n/es_MX.js b/core/l10n/es_MX.js index 394906a923..92e879c29c 100644 --- a/core/l10n/es_MX.js +++ b/core/l10n/es_MX.js @@ -56,6 +56,7 @@ OC.L10N.register( "Search contacts …" : "Buscar contactos ...", "No contacts found" : "No se encontraron contactos", "Show all contacts …" : "Mostrar todos los contactos ...", + "Could not load your contacts" : "No fue posible cargar tus contactos", "Loading your contacts …" : "Cargando sus contactos ... ", "Looking for {term} …" : "Buscando {term} ...", "There were problems with the code integrity check. More information…" : "Se presentaron problemas con la verificación de integridad del código. Más información ...", @@ -120,6 +121,7 @@ OC.L10N.register( "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the documentation. (List of invalid files… / Rescan…)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la documentación. (Lista de archivos inválidos.../Volver a verificar...)", "The PHP OPcache is not properly configured. For better performance it is recommended to use the following settings in the php.ini:" : "El OPcache de PHP no está configurado correctamente. Para un mejor desempeño se recomienda usar las sigueintes configuraciones en el archivo php.ini:", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "La función de PHP \"set_time_limit\" no está disponible. Esto podría generar que la ejecución de scripts se detenga, rompiendo su instalación. Se recomienda ámpliamente habilitar esta función. ", + "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Tu PHP no cuenta con soporte FreeType, lo que resulta en fallas en la imagen de perfil y la interface de configuraciones. ", "Error occurred while checking server setup" : "Se presentó un error al verificar la configuración del servidor", "Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Probablemente tu directorio de datos y archivos sean accesibles desde Internet. El archivo .htaccess no está funcionando. Se recomienda ampliamente que configures tu servidor web para que el directorio de datos no sea accesible, o bien, que muevas el directorio de datos fuera del directorio raíz del servidor web.", "The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" está establecido a \"{expected}\". Esto representa un riesgo potencial de seguridad o privacidad, y que se recomienda ajustar esta configuración. ", @@ -274,6 +276,7 @@ OC.L10N.register( "Username or email" : "Usuario o correo electrónico", "Log in" : "Ingresar", "Wrong password." : "Contraseña inválida. ", + "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Hemos detectado múltiples intentos de inicio de sesión desde tu IP. Por lo tanto tu siguiente incio de sesión se retrasará hasta 30 segundos. ", "Stay logged in" : "Mantener la sesión abierta", "Forgot password?" : "¿Olvidaste tu contraseña?", "Back to log in" : "Regresar al inicio de sesión", diff --git a/core/l10n/es_MX.json b/core/l10n/es_MX.json index 1a9938bb6f..b8c3a4f097 100644 --- a/core/l10n/es_MX.json +++ b/core/l10n/es_MX.json @@ -54,6 +54,7 @@ "Search contacts …" : "Buscar contactos ...", "No contacts found" : "No se encontraron contactos", "Show all contacts …" : "Mostrar todos los contactos ...", + "Could not load your contacts" : "No fue posible cargar tus contactos", "Loading your contacts …" : "Cargando sus contactos ... ", "Looking for {term} …" : "Buscando {term} ...", "There were problems with the code integrity check. More information…" : "Se presentaron problemas con la verificación de integridad del código. Más información ...", @@ -118,6 +119,7 @@ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the documentation. (List of invalid files… / Rescan…)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la documentación. (Lista de archivos inválidos.../Volver a verificar...)", "The PHP OPcache is not properly configured. For better performance it is recommended to use the following settings in the php.ini:" : "El OPcache de PHP no está configurado correctamente. Para un mejor desempeño se recomienda usar las sigueintes configuraciones en el archivo php.ini:", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "La función de PHP \"set_time_limit\" no está disponible. Esto podría generar que la ejecución de scripts se detenga, rompiendo su instalación. Se recomienda ámpliamente habilitar esta función. ", + "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Tu PHP no cuenta con soporte FreeType, lo que resulta en fallas en la imagen de perfil y la interface de configuraciones. ", "Error occurred while checking server setup" : "Se presentó un error al verificar la configuración del servidor", "Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Probablemente tu directorio de datos y archivos sean accesibles desde Internet. El archivo .htaccess no está funcionando. Se recomienda ampliamente que configures tu servidor web para que el directorio de datos no sea accesible, o bien, que muevas el directorio de datos fuera del directorio raíz del servidor web.", "The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" está establecido a \"{expected}\". Esto representa un riesgo potencial de seguridad o privacidad, y que se recomienda ajustar esta configuración. ", @@ -272,6 +274,7 @@ "Username or email" : "Usuario o correo electrónico", "Log in" : "Ingresar", "Wrong password." : "Contraseña inválida. ", + "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Hemos detectado múltiples intentos de inicio de sesión desde tu IP. Por lo tanto tu siguiente incio de sesión se retrasará hasta 30 segundos. ", "Stay logged in" : "Mantener la sesión abierta", "Forgot password?" : "¿Olvidaste tu contraseña?", "Back to log in" : "Regresar al inicio de sesión", diff --git a/core/l10n/fr.js b/core/l10n/fr.js index 0a899edc21..3d867e912a 100644 --- a/core/l10n/fr.js +++ b/core/l10n/fr.js @@ -56,6 +56,7 @@ OC.L10N.register( "Search contacts …" : "Rechercher les contacts...", "No contacts found" : "Aucun contact trouvé", "Show all contacts …" : "Montrer tous les contacts...", + "Could not load your contacts" : "Impossible de charger vos contacts", "Loading your contacts …" : "Chargement de vos contacts...", "Looking for {term} …" : "Recherche de {term} ...", "There were problems with the code integrity check. More information…" : "Il y a eu des problèmes à la vérification de l’intégrité du code. Plus d'infos...", diff --git a/core/l10n/fr.json b/core/l10n/fr.json index f149ca072f..cc46033816 100644 --- a/core/l10n/fr.json +++ b/core/l10n/fr.json @@ -54,6 +54,7 @@ "Search contacts …" : "Rechercher les contacts...", "No contacts found" : "Aucun contact trouvé", "Show all contacts …" : "Montrer tous les contacts...", + "Could not load your contacts" : "Impossible de charger vos contacts", "Loading your contacts …" : "Chargement de vos contacts...", "Looking for {term} …" : "Recherche de {term} ...", "There were problems with the code integrity check. More information…" : "Il y a eu des problèmes à la vérification de l’intégrité du code. Plus d'infos...", diff --git a/core/l10n/hu.js b/core/l10n/hu.js index ec75f37c34..8ae6d32484 100644 --- a/core/l10n/hu.js +++ b/core/l10n/hu.js @@ -56,6 +56,7 @@ OC.L10N.register( "Search contacts …" : "Névjegyek keresése...", "No contacts found" : "Nem találhatók névejegyek", "Show all contacts …" : "Minden névjegy megjelenítése...", + "Could not load your contacts" : "Nem lehet betölteni a névjegyeidet", "Loading your contacts …" : "Névjegyek betöltése...", "Looking for {term} …" : "{term} keresése …", "There were problems with the code integrity check. More information…" : "Problémák vannak a kódintegritás ellenőrzéssel. Bővebb információ…", diff --git a/core/l10n/hu.json b/core/l10n/hu.json index 9cca070c03..96892931c7 100644 --- a/core/l10n/hu.json +++ b/core/l10n/hu.json @@ -54,6 +54,7 @@ "Search contacts …" : "Névjegyek keresése...", "No contacts found" : "Nem találhatók névejegyek", "Show all contacts …" : "Minden névjegy megjelenítése...", + "Could not load your contacts" : "Nem lehet betölteni a névjegyeidet", "Loading your contacts …" : "Névjegyek betöltése...", "Looking for {term} …" : "{term} keresése …", "There were problems with the code integrity check. More information…" : "Problémák vannak a kódintegritás ellenőrzéssel. Bővebb információ…", diff --git a/core/l10n/it.js b/core/l10n/it.js index fa329d0d9d..74a47ccbb1 100644 --- a/core/l10n/it.js +++ b/core/l10n/it.js @@ -56,6 +56,7 @@ OC.L10N.register( "Search contacts …" : "Cerca contatti...", "No contacts found" : "Nessun contatto trovato", "Show all contacts …" : "Mostra tutti i contatti...", + "Could not load your contacts" : "Impossibile caricare i tuoi contatti", "Loading your contacts …" : "Caricamento dei tuoi contatti...", "Looking for {term} …" : "Ricerca di {term} in corso...", "There were problems with the code integrity check. More information…" : "Si sono verificati errori con il controllo di integrità del codice. Ulteriori informazioni…", diff --git a/core/l10n/it.json b/core/l10n/it.json index e7e640b185..97d58e8eca 100644 --- a/core/l10n/it.json +++ b/core/l10n/it.json @@ -54,6 +54,7 @@ "Search contacts …" : "Cerca contatti...", "No contacts found" : "Nessun contatto trovato", "Show all contacts …" : "Mostra tutti i contatti...", + "Could not load your contacts" : "Impossibile caricare i tuoi contatti", "Loading your contacts …" : "Caricamento dei tuoi contatti...", "Looking for {term} …" : "Ricerca di {term} in corso...", "There were problems with the code integrity check. More information…" : "Si sono verificati errori con il controllo di integrità del codice. Ulteriori informazioni…", diff --git a/core/l10n/ka_GE.js b/core/l10n/ka_GE.js index 2e9f9b9581..8514a7e996 100644 --- a/core/l10n/ka_GE.js +++ b/core/l10n/ka_GE.js @@ -56,6 +56,7 @@ OC.L10N.register( "Search contacts …" : "მოძებნეთ კონტაქტები ...", "No contacts found" : "კომენტარები ვერ იქნა ნაპოვნი.", "Show all contacts …" : "ყველა კონტაქტის ჩვენება ...", + "Could not load your contacts" : "თქვენი კონტაქტების ჩატვირთვა ვერ მოხერხდა", "Loading your contacts …" : "იტვირთება კონტაქტები ...", "Looking for {term} …" : "ვეძებთ {term}-ს …", "There were problems with the code integrity check. More information…" : "კოდის მთლიანობის შემოწმებასთან წარმოიქმა შეცდომები. მეტი ინფორმაცია…", diff --git a/core/l10n/ka_GE.json b/core/l10n/ka_GE.json index 535a2deb93..6a9778ecd3 100644 --- a/core/l10n/ka_GE.json +++ b/core/l10n/ka_GE.json @@ -54,6 +54,7 @@ "Search contacts …" : "მოძებნეთ კონტაქტები ...", "No contacts found" : "კომენტარები ვერ იქნა ნაპოვნი.", "Show all contacts …" : "ყველა კონტაქტის ჩვენება ...", + "Could not load your contacts" : "თქვენი კონტაქტების ჩატვირთვა ვერ მოხერხდა", "Loading your contacts …" : "იტვირთება კონტაქტები ...", "Looking for {term} …" : "ვეძებთ {term}-ს …", "There were problems with the code integrity check. More information…" : "კოდის მთლიანობის შემოწმებასთან წარმოიქმა შეცდომები. მეტი ინფორმაცია…", diff --git a/core/l10n/pt_BR.js b/core/l10n/pt_BR.js index 61d376b4b8..5324f253ca 100644 --- a/core/l10n/pt_BR.js +++ b/core/l10n/pt_BR.js @@ -56,6 +56,7 @@ OC.L10N.register( "Search contacts …" : "Procurar contatos...", "No contacts found" : "Nenhum contato encontrado", "Show all contacts …" : "Mostrar todos os contatos...", + "Could not load your contacts" : "Não foi possível carregar seus contatos", "Loading your contacts …" : "Carregando seus contatos...", "Looking for {term} …" : "Procurando por {term}…", "There were problems with the code integrity check. More information…" : "Houve problemas com a verificação de integridade do código. Mais informações…", diff --git a/core/l10n/pt_BR.json b/core/l10n/pt_BR.json index 4c637488e5..9c0064b705 100644 --- a/core/l10n/pt_BR.json +++ b/core/l10n/pt_BR.json @@ -54,6 +54,7 @@ "Search contacts …" : "Procurar contatos...", "No contacts found" : "Nenhum contato encontrado", "Show all contacts …" : "Mostrar todos os contatos...", + "Could not load your contacts" : "Não foi possível carregar seus contatos", "Loading your contacts …" : "Carregando seus contatos...", "Looking for {term} …" : "Procurando por {term}…", "There were problems with the code integrity check. More information…" : "Houve problemas com a verificação de integridade do código. Mais informações…", diff --git a/core/l10n/ru.js b/core/l10n/ru.js index 0fdea07d41..5b53cef8b7 100644 --- a/core/l10n/ru.js +++ b/core/l10n/ru.js @@ -56,6 +56,7 @@ OC.L10N.register( "Search contacts …" : "Искать контакты…", "No contacts found" : "Контактов не найдено", "Show all contacts …" : "Показать все контакты…", + "Could not load your contacts" : "Ошибка получения контактов", "Loading your contacts …" : "Загрузка контактов…", "Looking for {term} …" : "Поиск {term}…", "There were problems with the code integrity check. More information…" : " Были обнаружены проблемы с проверкой целостности кода. Подробнее ...", diff --git a/core/l10n/ru.json b/core/l10n/ru.json index a836435714..67c1d008a9 100644 --- a/core/l10n/ru.json +++ b/core/l10n/ru.json @@ -54,6 +54,7 @@ "Search contacts …" : "Искать контакты…", "No contacts found" : "Контактов не найдено", "Show all contacts …" : "Показать все контакты…", + "Could not load your contacts" : "Ошибка получения контактов", "Loading your contacts …" : "Загрузка контактов…", "Looking for {term} …" : "Поиск {term}…", "There were problems with the code integrity check. More information…" : " Были обнаружены проблемы с проверкой целостности кода. Подробнее ...", diff --git a/core/l10n/uk.js b/core/l10n/uk.js index a9f75bf172..4e573a7cdd 100644 --- a/core/l10n/uk.js +++ b/core/l10n/uk.js @@ -14,7 +14,7 @@ OC.L10N.register( "No crop data provided" : "Не вказана інформація про кадрування", "No valid crop data provided" : "Не вказані коректні дані про кадрування", "Crop is not square" : "Кадр не є квадратом", - "State token does not match" : "Токен стану не співпадає", + "State token does not match" : "Токен стану не збігається", "Password reset is disabled" : "Заборонено скидання паролю", "Couldn't reset password because the token is invalid" : "Неможливо скинути пароль, бо маркер є недійсним", "Couldn't reset password because the token is expired" : "Неможливо скинути пароль, бо маркер застарів", @@ -55,10 +55,12 @@ OC.L10N.register( "Search contacts …" : "Пошук контактів...", "No contacts found" : "Контактів не знайдено", "Show all contacts …" : "Показати всі контакти ...", + "Could not load your contacts" : "Неможливо завантажити ваші контакти", "Loading your contacts …" : "Завантаження ваших контактів ...", "Looking for {term} …" : "Шукаєте {term}", "There were problems with the code integrity check. More information…" : "Були проблеми з перевіркою цілісності коду. Більше інформації…", "No action available" : "Немає доступних дій", + "Error fetching contact actions" : "Неможливо отримати дії з контактами", "Settings" : "Налаштування", "Connection to server lost" : "З'єднання з сервером втрачено", "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Проблема під час завантаження сторінки, повторне завантаження за %n сек.","Проблема під час завантаження сторінки, повторне завантаження за %n сек.","Проблема під час завантаження сторінки, повторне завантаження за 5 сек."], @@ -108,12 +110,15 @@ OC.L10N.register( "Strong password" : "Надійний пароль", "Error occurred while checking server setup" : "При перевірці налаштувань серверу сталася помилка", "Shared" : "Опубліковано", + "Shared with" : "Спільний доступ з", + "Shared by" : "Поділився", "Error setting expiration date" : "Помилка при встановленні терміну дії", "The public link will expire no later than {days} days after it is created" : "Доступ до опублікованого посилання буде припинено не пізніше ніж через {days} днів з моменту створення", "Set expiration date" : "Встановити термін дії", "Expiration" : "Закінчення", "Expiration date" : "Термін дії", "Choose a password for the public link" : "Вкажіть пароль для публічного посилання", + "Choose a password for the public link or press the \"Enter\" key" : "Встановіть пароль на публічне посилання або натисніть на \"Enter\"", "Copied!" : "Скопійовано!", "Not supported!" : "Не підтримується!", "Press ⌘-C to copy." : "Натисніть ⌘-C щоб скопіювати.", @@ -126,9 +131,11 @@ OC.L10N.register( "Allow editing" : "Дозволити редагування", "Email link to person" : "Надіслати посилання електронною поштою", "Send" : "Надіслати", + "Allow upload and editing" : "Дозволити завантаження та редагування", "Read only" : "Тільки для читання", "Shared with you and the group {group} by {owner}" : " {owner} опублікував для Вас та для групи {group}", "Shared with you by {owner}" : "{owner} опублікував для Вас", + "Choose a password for the mail share" : "Встановіть пароль на спільне посилання через електронну пошту", "group" : "група", "remote" : "Віддалений", "email" : "електронна пошта", @@ -142,6 +149,7 @@ OC.L10N.register( "Access control" : "контроль доступу", "Could not unshare" : "Неможливо припинити ділитися файлом", "Error while sharing" : "Помилка під час публікації", + "Share details could not be loaded for this item." : "Неможливо отримати докладну інформацію щодо цього спільного ресурсу", "No users or groups found for {search}" : "Не знайдено груп або користувачів за пошуком {search}", "No users found for {search}" : "Не знайдено жодного користувача для {search}", "An error occurred. Please try again" : "Сталася помилка. Спробуйте ще раз", @@ -231,6 +239,7 @@ OC.L10N.register( "Wrong password." : "Невірний пароль.", "Stay logged in" : "Залишатись в системі", "Forgot password?" : "Забули пароль?", + "Back to log in" : "Повернутися до сторінки авторизації", "Alternative Logins" : "Альтернативні імена користувача", "Account access" : "Доступ до облікового запису", "Grant access" : "Дозволити доступ", @@ -239,6 +248,7 @@ OC.L10N.register( "New password" : "Новий пароль", "New Password" : "Новий пароль", "Two-factor authentication" : "дво-факторна аутентифікація", + "Use backup code" : "Використати резервний код", "Add \"%s\" as trusted domain" : "Додати \"%s\" як довірений домен", "App update required" : "Додаток потребує оновлення", "%s will be updated to version %s" : "%s буде оновлено до версії %s", diff --git a/core/l10n/uk.json b/core/l10n/uk.json index c98e8c2489..c46ed33f81 100644 --- a/core/l10n/uk.json +++ b/core/l10n/uk.json @@ -12,7 +12,7 @@ "No crop data provided" : "Не вказана інформація про кадрування", "No valid crop data provided" : "Не вказані коректні дані про кадрування", "Crop is not square" : "Кадр не є квадратом", - "State token does not match" : "Токен стану не співпадає", + "State token does not match" : "Токен стану не збігається", "Password reset is disabled" : "Заборонено скидання паролю", "Couldn't reset password because the token is invalid" : "Неможливо скинути пароль, бо маркер є недійсним", "Couldn't reset password because the token is expired" : "Неможливо скинути пароль, бо маркер застарів", @@ -53,10 +53,12 @@ "Search contacts …" : "Пошук контактів...", "No contacts found" : "Контактів не знайдено", "Show all contacts …" : "Показати всі контакти ...", + "Could not load your contacts" : "Неможливо завантажити ваші контакти", "Loading your contacts …" : "Завантаження ваших контактів ...", "Looking for {term} …" : "Шукаєте {term}", "There were problems with the code integrity check. More information…" : "Були проблеми з перевіркою цілісності коду. Більше інформації…", "No action available" : "Немає доступних дій", + "Error fetching contact actions" : "Неможливо отримати дії з контактами", "Settings" : "Налаштування", "Connection to server lost" : "З'єднання з сервером втрачено", "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Проблема під час завантаження сторінки, повторне завантаження за %n сек.","Проблема під час завантаження сторінки, повторне завантаження за %n сек.","Проблема під час завантаження сторінки, повторне завантаження за 5 сек."], @@ -106,12 +108,15 @@ "Strong password" : "Надійний пароль", "Error occurred while checking server setup" : "При перевірці налаштувань серверу сталася помилка", "Shared" : "Опубліковано", + "Shared with" : "Спільний доступ з", + "Shared by" : "Поділився", "Error setting expiration date" : "Помилка при встановленні терміну дії", "The public link will expire no later than {days} days after it is created" : "Доступ до опублікованого посилання буде припинено не пізніше ніж через {days} днів з моменту створення", "Set expiration date" : "Встановити термін дії", "Expiration" : "Закінчення", "Expiration date" : "Термін дії", "Choose a password for the public link" : "Вкажіть пароль для публічного посилання", + "Choose a password for the public link or press the \"Enter\" key" : "Встановіть пароль на публічне посилання або натисніть на \"Enter\"", "Copied!" : "Скопійовано!", "Not supported!" : "Не підтримується!", "Press ⌘-C to copy." : "Натисніть ⌘-C щоб скопіювати.", @@ -124,9 +129,11 @@ "Allow editing" : "Дозволити редагування", "Email link to person" : "Надіслати посилання електронною поштою", "Send" : "Надіслати", + "Allow upload and editing" : "Дозволити завантаження та редагування", "Read only" : "Тільки для читання", "Shared with you and the group {group} by {owner}" : " {owner} опублікував для Вас та для групи {group}", "Shared with you by {owner}" : "{owner} опублікував для Вас", + "Choose a password for the mail share" : "Встановіть пароль на спільне посилання через електронну пошту", "group" : "група", "remote" : "Віддалений", "email" : "електронна пошта", @@ -140,6 +147,7 @@ "Access control" : "контроль доступу", "Could not unshare" : "Неможливо припинити ділитися файлом", "Error while sharing" : "Помилка під час публікації", + "Share details could not be loaded for this item." : "Неможливо отримати докладну інформацію щодо цього спільного ресурсу", "No users or groups found for {search}" : "Не знайдено груп або користувачів за пошуком {search}", "No users found for {search}" : "Не знайдено жодного користувача для {search}", "An error occurred. Please try again" : "Сталася помилка. Спробуйте ще раз", @@ -229,6 +237,7 @@ "Wrong password." : "Невірний пароль.", "Stay logged in" : "Залишатись в системі", "Forgot password?" : "Забули пароль?", + "Back to log in" : "Повернутися до сторінки авторизації", "Alternative Logins" : "Альтернативні імена користувача", "Account access" : "Доступ до облікового запису", "Grant access" : "Дозволити доступ", @@ -237,6 +246,7 @@ "New password" : "Новий пароль", "New Password" : "Новий пароль", "Two-factor authentication" : "дво-факторна аутентифікація", + "Use backup code" : "Використати резервний код", "Add \"%s\" as trusted domain" : "Додати \"%s\" як довірений домен", "App update required" : "Додаток потребує оновлення", "%s will be updated to version %s" : "%s буде оновлено до версії %s", diff --git a/lib/l10n/ast.js b/lib/l10n/ast.js index 7ff0cdecae..aab4eb12d1 100644 --- a/lib/l10n/ast.js +++ b/lib/l10n/ast.js @@ -148,6 +148,7 @@ OC.L10N.register( "No database drivers (sqlite, mysql, or postgresql) installed." : "Nun hai controladores de bases de datos (sqlite, mysql, o postgresql)", "Cannot write into \"config\" directory" : "Nun pue escribise nel direutoriu \"config\"", "Cannot write into \"apps\" directory" : "Nun pue escribise nel direutoriu \"apps\"", + "Cannot create \"data\" directory" : "Nun pue crease'l direutoriu «datos»", "Setting locale to %s failed" : "Falló l'activación del idioma %s", "Please install one of these locales on your system and restart your webserver." : "Instala ún d'estos locales nel to sistema y reanicia'l sirvidor web", "Please ask your server administrator to install the module." : "Por favor, entrúga-y al to alministrador del sirvidor pa instalar el módulu.", diff --git a/lib/l10n/ast.json b/lib/l10n/ast.json index 61df911a61..b7b6bb4975 100644 --- a/lib/l10n/ast.json +++ b/lib/l10n/ast.json @@ -146,6 +146,7 @@ "No database drivers (sqlite, mysql, or postgresql) installed." : "Nun hai controladores de bases de datos (sqlite, mysql, o postgresql)", "Cannot write into \"config\" directory" : "Nun pue escribise nel direutoriu \"config\"", "Cannot write into \"apps\" directory" : "Nun pue escribise nel direutoriu \"apps\"", + "Cannot create \"data\" directory" : "Nun pue crease'l direutoriu «datos»", "Setting locale to %s failed" : "Falló l'activación del idioma %s", "Please install one of these locales on your system and restart your webserver." : "Instala ún d'estos locales nel to sistema y reanicia'l sirvidor web", "Please ask your server administrator to install the module." : "Por favor, entrúga-y al to alministrador del sirvidor pa instalar el módulu.",