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/gl.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/gl.js')
-rw-r--r-- | apps/files_sharing/l10n/gl.js | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/gl.js b/apps/files_sharing/l10n/gl.js new file mode 100644 index 00000000000..2a5d70aeb87 --- /dev/null +++ b/apps/files_sharing/l10n/gl.js @@ -0,0 +1,40 @@ +OC.L10N.register( + "files_sharing", + { + "Server to server sharing is not enabled on this server" : "Neste servidor non está activada a compartición de servidor a servidor", + "Invalid or untrusted SSL certificate" : "Certificado SSL incorrecto ou non fiábel", + "Couldn't add remote share" : "Non foi posíbel engadir a compartición remota", + "Shared with you" : "Compartido con vostede", + "Shared with others" : "Compartido con outros", + "Shared by link" : "Compartido por ligazón", + "No files have been shared with you yet." : "Aínda non hai ficheiros compartidos con vostede.", + "You haven't shared any files yet." : "Aínda non compartiu ningún ficheiro.", + "You haven't shared any files by link yet." : "Aínda non compartiu ningún ficheiro por ligazón.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Quere engadir a compartición remota {name} desde {owner}@{remote}?", + "Remote share" : "Compartición remota", + "Remote share password" : "Contrasinal da compartición remota", + "Cancel" : "Cancelar", + "Add remote share" : "Engadir unha compartición remota", + "No ownCloud installation found at {remote}" : "Non se atopou unha instalación do ownCloud en {remote}", + "Invalid ownCloud url" : "URL incorrecta do ownCloud", + "Shared by" : "Compartido por", + "This share is password-protected" : "Esta compartición está protexida con contrasinal", + "The password is wrong. Try again." : "O contrasinal é incorrecto. Ténteo de novo.", + "Password" : "Contrasinal", + "Name" : "Nome", + "Share time" : "Compartir o tempo", + "Sorry, this link doesn’t seem to work anymore." : "Semella que esta ligazón non funciona.", + "Reasons might be:" : "As razóns poderían ser:", + "the item was removed" : "o elemento foi retirado", + "the link expired" : "a ligazón caducou", + "sharing is disabled" : "foi desactivada a compartición", + "For more info, please ask the person who sent this link." : "Para obter máis información, pregúntelle á persoa que lle enviou a ligazón.", + "Add to your ownCloud" : "Engadir ao seu ownCloud", + "Download" : "Descargar", + "Download %s" : "Descargar %s", + "Direct link" : "Ligazón directa", + "Remote Shares" : "Comparticións remotas", + "Allow other instances to mount public links shared from this server" : "Permitir que outras instancias monten ligazóns públicas compartidas desde este servidor", + "Allow users to mount public link shares" : "Permitirlle aos usuarios montar ligazóns públicas compartidas" +}, +"nplurals=2; plural=(n != 1);"); |