diff options
Diffstat (limited to 'lib/l10n/ast.js')
-rw-r--r-- | lib/l10n/ast.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/l10n/ast.js b/lib/l10n/ast.js index 0753f47a1fe..8fd5437978f 100644 --- a/lib/l10n/ast.js +++ b/lib/l10n/ast.js @@ -93,6 +93,7 @@ OC.L10N.register( "App \"%s\" cannot be installed because it is not compatible with this version of the server." : "Nun se pue instalar l'aplicación «%s» porque nun ye compatible con esta versión del sirvidor.", "__language_name__" : "Asturianu", "This is an automatically sent email, please do not reply." : "Esti mensaxe unvióse automáticamente, nun respuendas.", + "Help & privacy" : "Ayuda y privacidá", "Appearance and accessibility" : "Aspeutu ya accesibilidá", "Apps" : "Aplicaciones", "Personal settings" : "Configuración personal", @@ -125,7 +126,15 @@ OC.L10N.register( "You cannot use dots in the database name %s" : "Nun pues usar puntos nel nome de la base de datos «%s»", "MySQL Login and/or password not valid" : "Los datos d'accesu/contraseña de MySQL nun son válidos", "You need to enter details of an existing account." : "Tienes d'introducir los detalles d'una cuenta esistente.", + "Oracle connection could not be established" : "Nun se pudo configurar la conexón d'Oracle", + "Oracle Login and/or password not valid" : "La cuenta y/o contraseña d'Oracle nun ye válida", + "PostgreSQL Login and/or password not valid" : "La cuenta y/o contraseña de PostgreSQL nun ye válida", "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X nun ye compatible y %s nun va funcionar afayadizamente nesta plataforma. ¡Úsalu baxo'l to riegu!", + "For the best results, please consider using a GNU/Linux server instead." : "Pa consiguir los meyores resultaos, usa un sirvidor de GNU/Linux.", + "It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4 GB and is highly discouraged." : "Paez qu'esta instancia de Nextcloud «%s» execútase sobre un entornu PHP de 32 bits y la opción open_basedir ta configurada en php.ini. Esto va orixinar problemes con ficheros superiores a 4GB y ye mui desaconseyable.", + "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Quita la opción «open_basedir» de php.ini o cambia a PHP de 64 bits.", + "Set an admin Login." : "Afitar la cuenta d'alministración", + "Set an admin password." : "Afitar una contraseña d'alministrador", "Cannot create or write into the data directory %s" : "Nun se pue crear o escribir nel direutoriu de datos «%s»", "Sharing backend %s must implement the interface OCP\\Share_Backend" : "El backend de compartición «%s» ha implmentar la interfaz OCP\\Share_Backend", "Sharing backend %s not found" : "Nun s'atopó'l backend de compartición «%s»", |