diff options
Diffstat (limited to 'lib/l10n/ast.js')
-rw-r--r-- | lib/l10n/ast.js | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/lib/l10n/ast.js b/lib/l10n/ast.js index 141d78c6036..0753f47a1fe 100644 --- a/lib/l10n/ast.js +++ b/lib/l10n/ast.js @@ -93,7 +93,6 @@ 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" : "Ayuda", "Appearance and accessibility" : "Aspeutu ya accesibilidá", "Apps" : "Aplicaciones", "Personal settings" : "Configuración personal", @@ -126,10 +125,18 @@ 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.", + "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!", + "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»", + "Sharing backend for %s not found" : "Nun s'atopó'l backend de compartición pa: %s", + "%1$s shared »%2$s« with you and wants to add:" : "%1$s compartío «%2$s» contigo y quier amestar:", + "%1$s shared »%2$s« with you and wants to add" : "%1$s compartío «%2$s» contigo y quier amestar", "»%s« added a note to a file shared with you" : "«%s» amestó una nota a un ficheru compartío contigo", "Open »%s«" : "Abrir «%s»", "%1$s via %2$s" : "%1$s per %2$s", "You are not allowed to share %s" : "Nun tienes permisu pa compartir «%s»", + "Cannot increase permissions of %s" : "Nun se pue amentar los permisos de: %s", "Files cannot be shared with create permissions" : "Los ficheros nun se pue compartir colos permisos de creación", "Expiration date is in the past" : "La data de caducidá ta nel pasáu", "_Cannot set expiration date more than %n day in the future_::_Cannot set expiration date more than %n days in the future_" : ["Nun se pue afitar una data de caducidá de más de %n día nel futuru","Nun se pue afitar una data de caducidá de más de %n díes nel futuru"], @@ -195,10 +202,20 @@ OC.L10N.register( "Storage is temporarily not available" : "L'almacenamientu nun ta disponible temporalmente", "Summarize" : "Resume", "Summarizes text by reducing its length without losing key information." : "Resume'l testu amenorgando la so llongura ensin perder la información importante.", + "Extract topics" : "Estrayer temes", + "Extracts topics from a text and outputs them separated by commas." : "Estrái temes d'un testu y devuélvelos separtaos per comes.", "404" : "404", + "Logged in user must be an admin, a sub admin or gotten special right to access this setting" : "L'usuariu que tien la sesión aniciada ha ser d'alministración, un sodominiu o tener un permisu especial p'acceder a esta opción", + "Logged in user must be an admin or sub admin" : "L'usuariu que tien la sesión aniciada ha ser d'alministración o un sodominiu", + "Logged in user must be an admin" : "L'usuariu que tien la sesión aniciada ha ser d'alministración", + "Help" : "Ayuda", + "Unknown user" : "Usuariu desconocíu", + "Enter the database username and name for %s" : "Introduz el nome d'usuariu y el nome de la base de datos pa: %s", + "Enter the database username for %s" : "Introduz el nome d'usuariu de la base de datos pa: %s", "MySQL username and/or password not valid" : "El nome d'usuariu y/o la contraseña de MySQL son inválidos", "Oracle username and/or password not valid" : "El nome d'usuariu y/o la contraseña d'Oracle son inválidos", "PostgreSQL username and/or password not valid" : "El nome d'usuariu y/o la contraseña de PostgreSQL son inválidos", + "Sharing %s failed, because this item is already shared with user %s" : "La compartición de «%s» falló porque esti elementu yá ta compartíu col usuariu «%s»", "The username is already being used" : "El nome d'usuariu yá ta n'usu", "Could not create user" : "Nun se pudo crear l'usuariu", "A valid username must be provided" : "Ha fornise un nome d'usuariu válidu", |