diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-23 11:20:37 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-23 11:20:37 +0200 |
commit | 900382057db5527dccfdb4b62f3b35b153899908 (patch) | |
tree | 72ea03f99c1b23d1e076a3fdeae25efabc511116 /core/l10n/ca.php | |
parent | 391e064e67eaab5fb63ed568946af97b6a243fdd (diff) | |
download | nextcloud-server-900382057db5527dccfdb4b62f3b35b153899908.tar.gz nextcloud-server-900382057db5527dccfdb4b62f3b35b153899908.zip |
updated translations
Diffstat (limited to 'core/l10n/ca.php')
-rw-r--r-- | core/l10n/ca.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/l10n/ca.php b/core/l10n/ca.php index 04c2d5e39f7..986faa7447b 100644 --- a/core/l10n/ca.php +++ b/core/l10n/ca.php @@ -1,8 +1,8 @@ <?php $TRANSLATIONS = array( +"Personal" => "Personal", "Users" => "Usuaris", "Apps" => "Aplicacions", "Help" => "Ajuda", -"Personal" => "Personal", "Login failed!" => "L'inici de sessió ha fallat!", "remember" => "recorda'm", "Create an <strong>admin account</strong>" => "Crea un <strong>compte d'administrador</strong>", @@ -23,5 +23,6 @@ "prev" => "anterior", "next" => "següent", "You are logged out." => "Heu tancat la sessió.", +"Log out" => "Sortir", "Settings" => "Arranjament" ); |