diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-07-02 15:35:55 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-07-02 15:35:55 +0200 |
commit | cec8384b1a07ea4e8f6ac8534636bd24d7019ae7 (patch) | |
tree | 9ebdd6f6e02d5d036de8d76dee29cd8d6650407c /apps/files/l10n/ca.php | |
parent | 29dd7eda2de629024548ddef419f1d6991ae07a6 (diff) | |
download | nextcloud-server-cec8384b1a07ea4e8f6ac8534636bd24d7019ae7.tar.gz nextcloud-server-cec8384b1a07ea4e8f6ac8534636bd24d7019ae7.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/ca.php')
-rw-r--r-- | apps/files/l10n/ca.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files/l10n/ca.php b/apps/files/l10n/ca.php index 8c30875977c..353997f6ebb 100644 --- a/apps/files/l10n/ca.php +++ b/apps/files/l10n/ca.php @@ -1,6 +1,8 @@ <?php $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "No s'ha pogut moure %s - Ja hi ha un fitxer amb aquest nom", "Could not move %s" => " No s'ha pogut moure %s", +"Unable to set upload directory." => "No es pot establir la carpeta de pujada.", +"Invalid Token" => "Testimoni no vàlid", "No file was uploaded. Unknown error" => "No s'ha carregat cap fitxer. Error desconegut", "There is no error, the file uploaded with success" => "No hi ha errors, el fitxer s'ha carregat correctament", "The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "L’arxiu que voleu carregar supera el màxim definit en la directiva upload_max_filesize del php.ini:", @@ -47,7 +49,6 @@ "{count} folders" => "{count} carpetes", "1 file" => "1 fitxer", "{count} files" => "{count} fitxers", -"Unable to rename file" => "No es pot canviar el nom del fitxer", "Upload" => "Puja", "File handling" => "Gestió de fitxers", "Maximum upload size" => "Mida màxima de pujada", |