From 056045e62ae62de88323d0e2365827b9c569b9e0 Mon Sep 17 00:00:00 2001 From: denfil Date: Tue, 27 Sep 2016 18:50:11 +0300 Subject: [PATCH] Update locale files --- app/locales/ar_AR/translations.php | 2 ++ app/locales/cs_CZ/translations.php | 2 ++ app/locales/es_ES/translations.php | 2 ++ app/locales/it_IT/translations.php | 2 ++ app/locales/ja_JP/translations.php | 2 ++ app/locales/pt_BR/translations.php | 2 ++ app/locales/ru_RU/translations.php | 2 ++ app/locales/sr_RS/translations.php | 2 ++ app/locales/sr_RS@latin/translations.php | 2 ++ app/locales/tr_TR/translations.php | 2 ++ app/locales/zh_CN/translations.php | 2 ++ 11 files changed, 22 insertions(+) diff --git a/app/locales/ar_AR/translations.php b/app/locales/ar_AR/translations.php index b52f145..db235a7 100644 --- a/app/locales/ar_AR/translations.php +++ b/app/locales/ar_AR/translations.php @@ -245,4 +245,6 @@ return array( // 'Item title links to' => '', // 'Original' => '', // 'Last login:' => '', + // 'Search' => '', + // 'There are no results for your search' => '', ); diff --git a/app/locales/cs_CZ/translations.php b/app/locales/cs_CZ/translations.php index eac43be..df0f09c 100644 --- a/app/locales/cs_CZ/translations.php +++ b/app/locales/cs_CZ/translations.php @@ -245,4 +245,6 @@ return array( 'Item title links to' => 'Titulek článku odkazuje na', 'Original' => 'Originál', 'Last login:' => 'Poslední přihlášení:', + // 'Search' => '', + // 'There are no results for your search' => '', ); diff --git a/app/locales/es_ES/translations.php b/app/locales/es_ES/translations.php index 1dec4b2..e709873 100644 --- a/app/locales/es_ES/translations.php +++ b/app/locales/es_ES/translations.php @@ -245,4 +245,6 @@ return array( // 'Item title links to' => '', // 'Original' => '', // 'Last login:' => '', + // 'Search' => '', + // 'There are no results for your search' => '', ); diff --git a/app/locales/it_IT/translations.php b/app/locales/it_IT/translations.php index 72a3bf5..6cd72a7 100644 --- a/app/locales/it_IT/translations.php +++ b/app/locales/it_IT/translations.php @@ -245,4 +245,6 @@ return array( // 'Item title links to' => '', // 'Original' => '', // 'Last login:' => '', + // 'Search' => '', + // 'There are no results for your search' => '', ); diff --git a/app/locales/ja_JP/translations.php b/app/locales/ja_JP/translations.php index 221ff68..a90b283 100644 --- a/app/locales/ja_JP/translations.php +++ b/app/locales/ja_JP/translations.php @@ -247,4 +247,6 @@ return array( 'Item title links to' => 'アイテムのタイトルのリンク先', 'Original' => '元のページ', // 'Last login:' => '', + // 'Search' => '', + // 'There are no results for your search' => '', ); diff --git a/app/locales/pt_BR/translations.php b/app/locales/pt_BR/translations.php index ee7840b..80cd3e0 100644 --- a/app/locales/pt_BR/translations.php +++ b/app/locales/pt_BR/translations.php @@ -245,4 +245,6 @@ return array( // 'Item title links to' => '', // 'Original' => '', // 'Last login:' => '', + // 'Search' => '', + // 'There are no results for your search' => '', ); diff --git a/app/locales/ru_RU/translations.php b/app/locales/ru_RU/translations.php index bb320b2..536c777 100644 --- a/app/locales/ru_RU/translations.php +++ b/app/locales/ru_RU/translations.php @@ -245,4 +245,6 @@ return array( 'Item title links to' => 'Заголовок статьи ведет на', 'Original' => 'Оригинал', 'Last login:' => 'Последний вход:', + 'Search' => 'Поиск', + 'There are no results for your search' => 'По вашему запросу ничего не нашлось', ); diff --git a/app/locales/sr_RS/translations.php b/app/locales/sr_RS/translations.php index 5d1c38a..0d74004 100644 --- a/app/locales/sr_RS/translations.php +++ b/app/locales/sr_RS/translations.php @@ -245,4 +245,6 @@ return array( // 'Item title links to' => '', // 'Original' => '', // 'Last login:' => '', + // 'Search' => '', + // 'There are no results for your search' => '', ); diff --git a/app/locales/sr_RS@latin/translations.php b/app/locales/sr_RS@latin/translations.php index 172ab78..45ba9c2 100644 --- a/app/locales/sr_RS@latin/translations.php +++ b/app/locales/sr_RS@latin/translations.php @@ -245,4 +245,6 @@ return array( // 'Item title links to' => '', // 'Original' => '', // 'Last login:' => '', + // 'Search' => '', + // 'There are no results for your search' => '', ); diff --git a/app/locales/tr_TR/translations.php b/app/locales/tr_TR/translations.php index c2ed44b..fe7b497 100644 --- a/app/locales/tr_TR/translations.php +++ b/app/locales/tr_TR/translations.php @@ -245,4 +245,6 @@ return array( 'Item title links to' => 'Öğe başlığıyla ilişkili bağlantılar', 'Original' => 'Orijinal', 'Last login:' => 'En son sisteme giriş zamanı:', + // 'Search' => '', + // 'There are no results for your search' => '', ); diff --git a/app/locales/zh_CN/translations.php b/app/locales/zh_CN/translations.php index 5ff2989..cd707d0 100644 --- a/app/locales/zh_CN/translations.php +++ b/app/locales/zh_CN/translations.php @@ -245,4 +245,6 @@ return array( // 'Item title links to' => '', // 'Original' => '', // 'Last login:' => '', + // 'Search' => '', + // 'There are no results for your search' => '', );