From 1f30feb23663fae72c49322346d98207adf0d6f4 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 14 Jul 2013 12:34:47 -0400 Subject: [PATCH] Update translations (adding Czech) --- locales/cs_CZ/translations.php | 1 + locales/fr_FR/translations.php | 2 +- locales/it_IT/translations.php | 1 + locales/zh_CN/translations.php | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/locales/cs_CZ/translations.php b/locales/cs_CZ/translations.php index c83dcfe..8387991 100644 --- a/locales/cs_CZ/translations.php +++ b/locales/cs_CZ/translations.php @@ -18,6 +18,7 @@ return array( 'German' => 'Němčina', 'Italian' => 'Italština', 'Simplified Chinese' => 'Zjednodušená čínština', + 'Czech' => 'Čeština', 'unread' => 'nepřečtené', 'bookmark' => 'přidat do záložek', 'remove bookmark' => 'odstranit záložku', diff --git a/locales/fr_FR/translations.php b/locales/fr_FR/translations.php index 871ab55..8e18c5b 100644 --- a/locales/fr_FR/translations.php +++ b/locales/fr_FR/translations.php @@ -18,8 +18,8 @@ return array( 'German' => 'Allemand', 'Italian' => 'Italien', 'Simplified Chinese' => 'Chinois simplifié', + 'Czech' => 'Tchèque', 'unread' => 'non lus', - 'bookmarks' => 'favoris', 'bookmark' => 'ajouter aux favoris', 'remove bookmark' => 'supprimer des favoris', 'bookmarks' => 'favoris', diff --git a/locales/it_IT/translations.php b/locales/it_IT/translations.php index 6d6865e..5e99b0d 100644 --- a/locales/it_IT/translations.php +++ b/locales/it_IT/translations.php @@ -14,6 +14,7 @@ return array( 'German' => 'Tedesco', 'Italian' => 'Italiano', 'Simplified Chinese' => 'Cinese semplificato', + 'Czech' => 'Ceco', 'unread' => 'non letti', 'bookmarks' => 'bookmark', 'bookmark' => 'bookmark', diff --git a/locales/zh_CN/translations.php b/locales/zh_CN/translations.php index e99f8f2..ce0d429 100644 --- a/locales/zh_CN/translations.php +++ b/locales/zh_CN/translations.php @@ -14,6 +14,7 @@ return array( 'German' => '德语', 'Italian' => '意大利人', 'Simplified Chinese' => '简体中文', + 'Czech' => '捷克语', 'unread' => '未读', 'bookmarks' => '收藏', 'bookmark' => '收藏',