diff options
Diffstat (limited to 'apps/files/l10n/ca.js')
-rw-r--r-- | apps/files/l10n/ca.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files/l10n/ca.js b/apps/files/l10n/ca.js index d9ef781d1da..8536b7530d5 100644 --- a/apps/files/l10n/ca.js +++ b/apps/files/l10n/ca.js @@ -70,7 +70,6 @@ OC.L10N.register( "_%n file_::_%n files_" : ["%n fitxer","%n fitxers"], "{dirs} and {files}" : "{dirs} i {files}", "_including %n hidden_::_including %n hidden_" : ["incloent-hi %n element ocult","incloent-hi %n elements ocults"], - "You don’t have permission to upload or create files here" : "No teniu permís per a pujar o crear fitxers aquí", "_Uploading %n file_::_Uploading %n files_" : ["S'està pujant %n fitxer","S'estan pujant %n fitxers"], "New" : "Nou", "Select file range" : "Selecciona un interval de fitxers", @@ -169,7 +168,6 @@ OC.L10N.register( "Transfer {path} to {userid}" : "Transfereix {path} a {userid}", "Invalid path selected" : "El camí seleccionat no és vàlid", "Ownership transfer request sent" : "S'ha enviat la sol·licitud de transferència de propietat", - "Cannot transfer ownership of a file or folder you don't own" : "No es pot transferir la propietat d'un fitxer o carpeta que no és vostre", "Tags" : "Etiquetes", "Unable to change the favourite state of the file" : "No s'ha pogut canviar l'estat de preferit del fitxer", "Error while loading the file data" : "S'ha produït un error en carregar la informació del fitxer", @@ -210,6 +208,8 @@ OC.L10N.register( "Pending shares" : "Pendent", "Text file" : "Fitxer de text", "New text file.txt" : "Fitxer de text nou.txt", - "Select" : "Selecciona" + "Select" : "Selecciona", + "You don’t have permission to upload or create files here" : "No teniu permís per a pujar o crear fitxers aquí", + "Cannot transfer ownership of a file or folder you don't own" : "No es pot transferir la propietat d'un fitxer o carpeta que no és vostre" }, "nplurals=2; plural=(n != 1);"); |