diff options
Diffstat (limited to 'apps/files_sharing/l10n/ca.php')
-rw-r--r-- | apps/files_sharing/l10n/ca.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/apps/files_sharing/l10n/ca.php b/apps/files_sharing/l10n/ca.php index da7e920a993..43b9549e407 100644 --- a/apps/files_sharing/l10n/ca.php +++ b/apps/files_sharing/l10n/ca.php @@ -1,7 +1,5 @@ <?php $TRANSLATIONS = array( -"Saved" => "Desat", -"Reset" => "Estableix de nou", "Shared by {owner}" => "Compartits per {owner}", "Shared by" => "Compartit per", "This share is password-protected" => "Aquest compartit està protegit amb contrasenya", @@ -16,7 +14,6 @@ $TRANSLATIONS = array( "For more info, please ask the person who sent this link." => "Per més informació contacteu amb qui us ha enviat l'enllaç.", "Download" => "Baixa", "Download %s" => "Baixa %s", -"Direct link" => "Enllaç directe", -"Save" => "Desa" +"Direct link" => "Enllaç directe" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |