diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-06-18 01:55:14 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-06-18 01:55:14 -0400 |
commit | c4cb34da9d17af53f77f91cb40bdcf56a89abf0c (patch) | |
tree | 64f945fde433690a24183452d1945bec5e784d10 /apps/files/l10n/ca.js | |
parent | 3b0b1a7ceb34596fb0f0ea89786b425b49fcd2f8 (diff) | |
download | nextcloud-server-c4cb34da9d17af53f77f91cb40bdcf56a89abf0c.tar.gz nextcloud-server-c4cb34da9d17af53f77f91cb40bdcf56a89abf0c.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/ca.js')
-rw-r--r-- | apps/files/l10n/ca.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files/l10n/ca.js b/apps/files/l10n/ca.js index 68eb57fb335..fc207dd6bb2 100644 --- a/apps/files/l10n/ca.js +++ b/apps/files/l10n/ca.js @@ -42,6 +42,7 @@ OC.L10N.register( "Delete" : "Esborra", "Disconnect storage" : "Desonnecta l'emmagatzematge", "Unshare" : "Deixa de compartir", + "No permission to delete" : "Sense permís per esborrar", "Download" : "Baixa", "Select" : "Selecciona", "Pending" : "Pendent", @@ -61,7 +62,9 @@ OC.L10N.register( "_Uploading %n file_::_Uploading %n files_" : ["Pujant %n fitxer","Pujant %n fitxers"], "\"{name}\" is an invalid file name." : "\"{name}\" no es un fitxer vàlid.", "File name cannot be empty." : "El nom del fitxer no pot ser buit.", + "Storage of {owner} is full, files can not be updated or synced anymore!" : "L'emmagatzematge de {owner} està ple, els arxius no es poden actualitzar o sincronitzar més!", "Your storage is full, files can not be updated or synced anymore!" : "El vostre espai d'emmagatzemament és ple, els fitxers ja no es poden actualitzar o sincronitzar!", + "Storage of {owner} is almost full ({usedSpacePercent}%)" : "Emmagatzematge de {owner} està gairebé ple ({usedSpacePercent}%)", "Your storage is almost full ({usedSpacePercent}%)" : "El vostre espai d'emmagatzemament és gairebé ple ({usedSpacePercent}%)", "_matches '{filter}'_::_match '{filter}'_" : ["coincidències '{filter}'","coincidència '{filter}'"], "{dirs} and {files}" : "{dirs} i {files}", |