diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-18 21:10:01 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-18 21:10:01 +0200 |
commit | 115a6c8785c265f9b95fd9b2e7d1c6a3ac0a6f1f (patch) | |
tree | fff6657c752a075b9b08edceb394e5c29ec0eaa5 /core/l10n | |
parent | 4c49a81c8e7f03e34edf12b876bfeca628fabd93 (diff) | |
download | nextcloud-server-115a6c8785c265f9b95fd9b2e7d1c6a3ac0a6f1f.tar.gz nextcloud-server-115a6c8785c265f9b95fd9b2e7d1c6a3ac0a6f1f.zip |
added Settings navigation items to translations
Diffstat (limited to 'core/l10n')
-rw-r--r-- | core/l10n/ca.php | 1 | ||||
-rw-r--r-- | core/l10n/fr.php | 1 | ||||
-rw-r--r-- | core/l10n/xgettextfiles | 4 |
3 files changed, 5 insertions, 1 deletions
diff --git a/core/l10n/ca.php b/core/l10n/ca.php index 62e98ddfa86..b20ce3ea639 100644 --- a/core/l10n/ca.php +++ b/core/l10n/ca.php @@ -15,6 +15,7 @@ "Data folder" => "Carpeta de dades", "Finish setup" => "Acaba la configuració", "Cloud not found" => "No s'ha trobat el núvol", +"gives you the freedom to control your own data on the internet" => "us dóna la llibertat per controlar les vostres dades a internet", "prev" => "anterior", "next" => "següent", "You are logged out." => "Heu tancat la sessió.", diff --git a/core/l10n/fr.php b/core/l10n/fr.php index 90b5149f257..122c8f00509 100644 --- a/core/l10n/fr.php +++ b/core/l10n/fr.php @@ -15,6 +15,7 @@ "Data folder" => "Répertoire des données", "Finish setup" => "Terminer l'installation", "Cloud not found" => "Introuvable", +"gives you the freedom to control your own data on the internet" => "vous rend libre de contrôler vos propres données sur internet", "prev" => "précédent", "next" => "suivant", "You are logged out." => "Vous êtes désormais déconnecté.", diff --git a/core/l10n/xgettextfiles b/core/l10n/xgettextfiles index 932042b3370..0741830e9cc 100644 --- a/core/l10n/xgettextfiles +++ b/core/l10n/xgettextfiles @@ -1,8 +1,10 @@ +../strings.php ../templates/404.php +../templates/error.php ../templates/installation.php ../templates/layout.guest.php +../templates/layout.user.php ../templates/login.php ../templates/logout.php ../templates/part.pagenavi.php -../templates/part.searchbox.php ../../lib/app.php |