diff options
Diffstat (limited to 'lib/l10n/ast.js')
-rw-r--r-- | lib/l10n/ast.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/l10n/ast.js b/lib/l10n/ast.js index fb0f5c1b4a2..284b54dacf6 100644 --- a/lib/l10n/ast.js +++ b/lib/l10n/ast.js @@ -136,14 +136,8 @@ OC.L10N.register( "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" : "%1$s compartió «%2$s» contigo", - "%1$s shared »%2$s« with you." : "%1$s compartió «%2$s» contigo.", "Click the button below to open it." : "Calca nel botón p'abrilo.", - "Open »%s«" : "Abrir «%s»", "%1$s via %2$s" : "%1$s per %2$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", "Unknown share type" : "Tipu de compartición desconocida", "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", @@ -234,7 +228,13 @@ OC.L10N.register( "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", + "%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»", "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»", + "%1$s shared »%2$s« with you" : "%1$s compartió «%2$s» contigo", + "%1$s shared »%2$s« with you." : "%1$s compartió «%2$s» contigo.", "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", |