diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-10-27 02:32:11 -0400 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-10-27 02:32:11 -0400 |
commit | 119ecc6f34a063e7265bf721c0ee04bb9bdb25b3 (patch) | |
tree | 384418bcae2d75e4ff89f11d8e54ce3729e76d41 /core/l10n/ca.php | |
parent | 9e9b2afe50be1fdffae92efac1dfce5babae7c34 (diff) | |
download | nextcloud-server-119ecc6f34a063e7265bf721c0ee04bb9bdb25b3.tar.gz nextcloud-server-119ecc6f34a063e7265bf721c0ee04bb9bdb25b3.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/ca.php')
-rw-r--r-- | core/l10n/ca.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/core/l10n/ca.php b/core/l10n/ca.php index cd6bca1bd10..382ffb9e474 100644 --- a/core/l10n/ca.php +++ b/core/l10n/ca.php @@ -1,7 +1,6 @@ <?php $TRANSLATIONS = array( "%s shared »%s« with you" => "%s ha compartit »%s« amb tu", -"group" => "grup", "Turned on maintenance mode" => "Activat el mode de manteniment", "Turned off maintenance mode" => "Desactivat el mode de manteniment", "Updated database" => "Actualitzada la base de dades", @@ -67,8 +66,6 @@ $TRANSLATIONS = array( "Error while changing permissions" => "Error en canviar els permisos", "Shared with you and the group {group} by {owner}" => "Compartit amb vos i amb el grup {group} per {owner}", "Shared with you by {owner}" => "Compartit amb vos per {owner}", -"Share with" => "Comparteix amb", -"Share with link" => "Comparteix amb enllaç", "Password protect" => "Protegir amb contrasenya", "Password" => "Contrasenya", "Allow Public Upload" => "Permet pujada pública", @@ -78,6 +75,7 @@ $TRANSLATIONS = array( "Expiration date" => "Data de venciment", "Share via email:" => "Comparteix per correu electrònic", "No people found" => "No s'ha trobat ningú", +"group" => "grup", "Resharing is not allowed" => "No es permet compartir de nou", "Shared in {item} with {user}" => "Compartit en {item} amb {user}", "Unshare" => "Deixa de compartir", |