diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-10-17 14:20:02 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-10-29 10:13:50 +0100 |
commit | 9f7c571e401b5a1a59c0ae9faa119da98aa4a184 (patch) | |
tree | 2d52fc7f9dd9b507e38fb4f4e373e0f7a0a9f9fb /apps/files_sharing/l10n/ast.js | |
parent | 2f19de11e4c77b0f9195c3868960d8105541359f (diff) | |
download | nextcloud-server-9f7c571e401b5a1a59c0ae9faa119da98aa4a184.tar.gz nextcloud-server-9f7c571e401b5a1a59c0ae9faa119da98aa4a184.zip |
update all translation files to js and json
Diffstat (limited to 'apps/files_sharing/l10n/ast.js')
-rw-r--r-- | apps/files_sharing/l10n/ast.js | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/ast.js b/apps/files_sharing/l10n/ast.js new file mode 100644 index 00000000000..c3df4e46fb1 --- /dev/null +++ b/apps/files_sharing/l10n/ast.js @@ -0,0 +1,40 @@ +OC.L10N.register( + "files_sharing", + { + "Server to server sharing is not enabled on this server" : "La compartición sirvidor a sirvidor nun ta habilitada nesti sirvidor", + "Invalid or untrusted SSL certificate" : "Certificáu SSL inválidu o ensín validar", + "Couldn't add remote share" : "Nun pudo amestase una compartición remota", + "Shared with you" : "Compartíos contigo", + "Shared with others" : "Compartíos con otros", + "Shared by link" : "Compartíos per enllaz", + "No files have been shared with you yet." : "Entá nun se compartieron ficheros contigo.", + "You haven't shared any files yet." : "Entá nun compartiesti dengún ficheru.", + "You haven't shared any files by link yet." : "Entá nun compartiesti nengún ficheru per enllaz.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Quies amestar compartición remota {name} de {owner}@{remote}?", + "Remote share" : "Compartición remota", + "Remote share password" : "Contraseña de compartición remota", + "Cancel" : "Encaboxar", + "Add remote share" : "Amestar compartición remota", + "No ownCloud installation found at {remote}" : "Nun s'alcontró denguna instalación d'ownCloud en {remote}", + "Invalid ownCloud url" : "Url ownCloud inválida", + "Shared by" : "Compartíos por", + "This share is password-protected" : "Esta compartición tien contraseña protexida", + "The password is wrong. Try again." : "La contraseña ye incorreuta. Inténtalo otra vegada.", + "Password" : "Contraseña", + "Name" : "Nome", + "Share time" : "Compartir hora", + "Sorry, this link doesn’t seem to work anymore." : "Sentímoslo, esti enllaz paez que yá nun furrula.", + "Reasons might be:" : "Les razones pueden ser: ", + "the item was removed" : "desanicióse l'elementu", + "the link expired" : "l'enllaz caducó", + "sharing is disabled" : "la compartición ta deshabilitada", + "For more info, please ask the person who sent this link." : "Pa más información, entrúga-y a la persona qu'unvió esti enllaz", + "Add to your ownCloud" : "Amestar al to ownCloud", + "Download" : "Baxar", + "Download %s" : "Descargar %s", + "Direct link" : "Enllaz direutu", + "Remote Shares" : "Comparticiones remotes", + "Allow other instances to mount public links shared from this server" : "Permitir a otres instancies montar enllaces compartíos públicos d'esti sirvidor", + "Allow users to mount public link shares" : "Permitir a los usuarios montar enllaces compartíos públicos" +}, +"nplurals=2; plural=(n != 1);"); |