diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-08-13 23:19:31 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-08-13 23:19:31 +0200 |
commit | 19446fb22fed1b92a32b1713c6027ed38bd1178c (patch) | |
tree | 0ff4cb6cab1306248b635ef5b38aa11737146201 /apps/files_sharing/l10n/ca.php | |
parent | 830676b475ad072aa7d6e69a5facae319befa52c (diff) | |
download | nextcloud-server-19446fb22fed1b92a32b1713c6027ed38bd1178c.tar.gz nextcloud-server-19446fb22fed1b92a32b1713c6027ed38bd1178c.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing/l10n/ca.php')
-rw-r--r-- | apps/files_sharing/l10n/ca.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/ca.php b/apps/files_sharing/l10n/ca.php new file mode 100644 index 00000000000..02d554c7f5d --- /dev/null +++ b/apps/files_sharing/l10n/ca.php @@ -0,0 +1,11 @@ +<?php $TRANSLATIONS = array( +"Your Shared Files" => "Els vostres fitxers compartits", +"Item" => "Element", +"Shared With" => "Compartit amb", +"Permissions" => "Permisos", +"Read" => "Llegeix", +"Edit" => "Edita", +"Delete" => "Elimina", +"Enable Resharing" => "Permet compartir amb tercers", +"Allow users to reshare files they don't own" => "Permet als usuaris compartir fitxers que no són seus" +); |