diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-05-14 00:07:54 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-05-14 00:07:54 +0000 |
commit | b1bd9ff0b95af68c9f5875de00806e37ef65a8b8 (patch) | |
tree | 53580ee9dc62e1b2f026ae89272948d2fc1fdf1b /apps/sharebymail/l10n/ast.js | |
parent | 6e3a914f4affde68c5cafa8fc7703efa3c3deaa6 (diff) | |
download | nextcloud-server-b1bd9ff0b95af68c9f5875de00806e37ef65a8b8.tar.gz nextcloud-server-b1bd9ff0b95af68c9f5875de00806e37ef65a8b8.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/sharebymail/l10n/ast.js')
-rw-r--r-- | apps/sharebymail/l10n/ast.js | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/apps/sharebymail/l10n/ast.js b/apps/sharebymail/l10n/ast.js new file mode 100644 index 00000000000..1a740c1726b --- /dev/null +++ b/apps/sharebymail/l10n/ast.js @@ -0,0 +1,38 @@ +OC.L10N.register( + "sharebymail", + { + "Shared with %1$s" : "Compartióse con %1$s", + "Shared with {email}" : "Compartióse con {email}", + "Shared with %1$s by %2$s" : "Compartióse con %1$s por %2$s", + "Shared with {email} by {actor}" : "Compartióse con {email} por {actor}", + "Password for mail share sent to %1$s" : "Unvióse a %1$s la contraseña pa la compartición per corréu", + "Password for mail share sent to {email}" : "Unvióse a {email} la contraseña pa la compartición per corréu", + "Password for mail share sent to you" : "Unviósete la contraseña pa la compartición per corréu", + "You shared %1$s with %2$s by mail" : "Compartiesti %1$s con %2$s per corréu", + "You shared {file} with {email} by mail" : "Compartiesti {file} con {email} per corréu", + "%3$s shared %1$s with %2$s by mail" : "%3$s compartió %1$s con %2$s per corréu", + "{actor} shared {file} with {email} by mail" : "{actor} compartió {file} con {email} per corréu", + "Password to access %1$s was sent to %2s" : "Unvióse a %2s la contraseña p'acceder a %1$s", + "Password to access {file} was sent to {email}" : "Unvióse a {email} la contraseña p'acceder a {ficheru}", + "Password to access %1$s was sent to you" : "Unviósete la contraseña p'acceder a %1$s", + "Password to access {file} was sent to you" : "Unviósete la contraseña p'acceder a {file}", + "Sharing %s failed, this item is already shared with %s" : "Falló la compartición de %s, esti elementu yá se compartió con %s", + "We can't send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "Nun podemos unviate la contraseña auto-xenerada. Afita una direición de corréu válida nos tos axustes personales y volvi tentalo.", + "Failed to send share by E-mail" : "Fallu al unviar la compartición per corréu", + "%s shared »%s« with you" : "%s compartió «%s» contigo", + "%s shared »%s« with you." : "%s compartió «%s» contigo.", + "Click the button below to open it." : "Primi'l botón d'embaxo p'abrilu.", + "Open »%s«" : "Abrir «%s»", + "%s via %s" : "%s per %s", + "Password to access »%s«" : "Contraseña p'acceder a »%s«", + "It is protected with the following password: %s" : "Protexóse cola contraseña de darréu: %s", + "This is the password: %s" : "Esta ye la contraseña: %s", + "You can choose a different password at any time in the share dialog." : "Pues escoyer una contraseña diferente en cualesquier momentu nel diálogu de compartir.", + "Could not find share" : "Nun pudo alcontrase la compartición", + "Share by mail" : "Unviar per corréu", + "Allows users to share a personalized link to a file or folder by putting in an email address." : "Permite a los usuarios compartir un enllaz personalizáu a un ficheru o carpeta poniendo una direición de corréu.", + "Failed to create the E-mail" : "Fallu al crear el corréu", + "Cheers!" : "¡Salú!", + "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you.<br><br>" : "Hola bones,<br><br>%s compartió <a href=\"%s\">%s</a> contigo.<br><br>" +}, +"nplurals=2; plural=(n != 1);"); |