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/ca.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/ca.js')
-rw-r--r-- | apps/files_sharing/l10n/ca.js | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/ca.js b/apps/files_sharing/l10n/ca.js new file mode 100644 index 00000000000..3397d85f140 --- /dev/null +++ b/apps/files_sharing/l10n/ca.js @@ -0,0 +1,40 @@ +OC.L10N.register( + "files_sharing", + { + "Server to server sharing is not enabled on this server" : "La compartició entre servidors no està activada en aquest servidor", + "Invalid or untrusted SSL certificate" : "El certificat SSL és invàlid o no és fiable", + "Couldn't add remote share" : "No s'ha pogut afegir una compartició remota", + "Shared with you" : "Compartit amb vós", + "Shared with others" : "Compartit amb altres", + "Shared by link" : "Compartit amb enllaç", + "No files have been shared with you yet." : "Encara no hi ha fitxers compartits amb vós.", + "You haven't shared any files yet." : "Encara no heu compartit cap fitxer.", + "You haven't shared any files by link yet." : "Encara no heu compartit cap fitxer amb enllaç.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Voleu afegir la compartició remota {nom} des de {owner}@{remote}?", + "Remote share" : "Compartició remota", + "Remote share password" : "Contrasenya de compartició remota", + "Cancel" : "Cancel·la", + "Add remote share" : "Afegeix compartició remota", + "No ownCloud installation found at {remote}" : "No s'ha trobat cap instal·lació ownCloud a {remote}", + "Invalid ownCloud url" : "La url d'ownCloud no és vàlida", + "Shared by" : "Compartit per", + "This share is password-protected" : "Aquest compartit està protegit amb contrasenya", + "The password is wrong. Try again." : "la contrasenya és incorrecta. Intenteu-ho de nou.", + "Password" : "Contrasenya", + "Name" : "Nom", + "Share time" : "Temps de compartició", + "Sorry, this link doesn’t seem to work anymore." : "Aquest enllaç sembla que no funciona.", + "Reasons might be:" : "Les raons podrien ser:", + "the item was removed" : "l'element ha estat eliminat", + "the link expired" : "l'enllaç ha vençut", + "sharing is disabled" : "s'ha desactivat la compartició", + "For more info, please ask the person who sent this link." : "Per més informació contacteu amb qui us ha enviat l'enllaç.", + "Add to your ownCloud" : "Afegiu a ownCloud", + "Download" : "Baixa", + "Download %s" : "Baixa %s", + "Direct link" : "Enllaç directe", + "Remote Shares" : "Compartició remota", + "Allow other instances to mount public links shared from this server" : "Permet que altres instàncies muntin enllaços públics compartits des d'aqeust servidor", + "Allow users to mount public link shares" : "Permet que usuaris muntin compartits amb enllaços públics" +}, +"nplurals=2; plural=(n != 1);"); |