From 5f92233aac0edd102b3596dfe6680aea2872b487 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Wed, 28 Jan 2015 21:58:05 -0500 Subject: [PATCH] Sync locales --- locales/cs_CZ/translations.php | 2 ++ locales/de_DE/translations.php | 2 ++ locales/es_ES/translations.php | 2 ++ locales/it_IT/translations.php | 2 ++ locales/pt_BR/translations.php | 2 ++ locales/zh_CN/translations.php | 2 ++ 6 files changed, 12 insertions(+) diff --git a/locales/cs_CZ/translations.php b/locales/cs_CZ/translations.php index de9d41e..407d0e7 100644 --- a/locales/cs_CZ/translations.php +++ b/locales/cs_CZ/translations.php @@ -232,4 +232,6 @@ return array( // 'general' => '', // 'An error occurred during the last check. Refresh the feed manually and check the %sconsole%s for errors afterwards!' => '', // 'Refresh interval in minutes for unread counter' => '', + // 'Nothing to show. Enable the debug mode to see log messages.' => '', + // 'Enable debug mode' => '', ); diff --git a/locales/de_DE/translations.php b/locales/de_DE/translations.php index 0615ba6..b48979b 100644 --- a/locales/de_DE/translations.php +++ b/locales/de_DE/translations.php @@ -232,4 +232,6 @@ return array( 'general' => 'allgemein', 'An error occurred during the last check. Refresh the feed manually and check the %sconsole%s for errors afterwards!' => 'Fehler bei der letzten Aktualisierung. Aktualisiere den Feed manuell und prüfe die %sKonsole%s anschließend auf Fehler!', // 'Refresh interval in minutes for unread counter' => '', + // 'Nothing to show. Enable the debug mode to see log messages.' => '', + // 'Enable debug mode' => '', ); diff --git a/locales/es_ES/translations.php b/locales/es_ES/translations.php index 94eaaf4..6e998f5 100644 --- a/locales/es_ES/translations.php +++ b/locales/es_ES/translations.php @@ -232,4 +232,6 @@ return array( // 'general' => '', // 'An error occurred during the last check. Refresh the feed manually and check the %sconsole%s for errors afterwards!' => '', // 'Refresh interval in minutes for unread counter' => '', + // 'Nothing to show. Enable the debug mode to see log messages.' => '', + // 'Enable debug mode' => '', ); diff --git a/locales/it_IT/translations.php b/locales/it_IT/translations.php index 91f2e38..4dfe7a2 100644 --- a/locales/it_IT/translations.php +++ b/locales/it_IT/translations.php @@ -232,4 +232,6 @@ return array( // 'general' => '', // 'An error occurred during the last check. Refresh the feed manually and check the %sconsole%s for errors afterwards!' => '', // 'Refresh interval in minutes for unread counter' => '', + // 'Nothing to show. Enable the debug mode to see log messages.' => '', + // 'Enable debug mode' => '', ); diff --git a/locales/pt_BR/translations.php b/locales/pt_BR/translations.php index 7b5e582..40f06b1 100644 --- a/locales/pt_BR/translations.php +++ b/locales/pt_BR/translations.php @@ -232,4 +232,6 @@ return array( // 'general' => '', // 'An error occurred during the last check. Refresh the feed manually and check the %sconsole%s for errors afterwards!' => '', // 'Refresh interval in minutes for unread counter' => '', + // 'Nothing to show. Enable the debug mode to see log messages.' => '', + // 'Enable debug mode' => '', ); diff --git a/locales/zh_CN/translations.php b/locales/zh_CN/translations.php index e00da19..d5a9d8e 100644 --- a/locales/zh_CN/translations.php +++ b/locales/zh_CN/translations.php @@ -232,4 +232,6 @@ return array( // 'general' => '', // 'An error occurred during the last check. Refresh the feed manually and check the %sconsole%s for errors afterwards!' => '', // 'Refresh interval in minutes for unread counter' => '', + // 'Nothing to show. Enable the debug mode to see log messages.' => '', + // 'Enable debug mode' => '', );