summaryrefslogtreecommitdiff
path: root/app/i18n
diff options
context:
space:
mode:
Diffstat (limited to 'app/i18n')
-rw-r--r--app/i18n/cz/conf.php1
-rw-r--r--app/i18n/de/conf.php1
-rw-r--r--app/i18n/en/conf.php1
-rwxr-xr-xapp/i18n/es/conf.php1
-rw-r--r--app/i18n/fr/conf.php1
-rw-r--r--app/i18n/he/conf.php1
-rw-r--r--app/i18n/it/conf.php1
-rw-r--r--app/i18n/kr/conf.php1
-rw-r--r--app/i18n/nl/conf.php1
-rw-r--r--app/i18n/pt-br/conf.php1
-rw-r--r--app/i18n/ru/conf.php1
-rw-r--r--app/i18n/tr/conf.php1
-rw-r--r--app/i18n/zh-cn/conf.php1
13 files changed, 13 insertions, 0 deletions
diff --git a/app/i18n/cz/conf.php b/app/i18n/cz/conf.php
index 8193b9575..649724e80 100644
--- a/app/i18n/cz/conf.php
+++ b/app/i18n/cz/conf.php
@@ -37,6 +37,7 @@ return array(
'no_limit' => 'Bez limitu',
'thin' => 'Tenká',
),
+ 'show_nav_buttons' => 'Show the navigation buttons', //TODO
),
'query' => array(
'_' => 'Uživatelské dotazy',
diff --git a/app/i18n/de/conf.php b/app/i18n/de/conf.php
index 86c738dd1..9f1edffb9 100644
--- a/app/i18n/de/conf.php
+++ b/app/i18n/de/conf.php
@@ -37,6 +37,7 @@ return array(
'no_limit' => 'Keine Begrenzung',
'thin' => 'Klein',
),
+ 'show_nav_buttons' => 'Show the navigation buttons', //TODO
),
'query' => array(
'_' => 'Benutzerabfragen',
diff --git a/app/i18n/en/conf.php b/app/i18n/en/conf.php
index 5e3b723fe..60231b825 100644
--- a/app/i18n/en/conf.php
+++ b/app/i18n/en/conf.php
@@ -37,6 +37,7 @@ return array(
'no_limit' => 'No limit',
'thin' => 'Thin',
),
+ 'show_nav_buttons' => 'Show the navigation buttons',
),
'query' => array(
'_' => 'User queries',
diff --git a/app/i18n/es/conf.php b/app/i18n/es/conf.php
index 2d9a476cb..65858fefe 100755
--- a/app/i18n/es/conf.php
+++ b/app/i18n/es/conf.php
@@ -37,6 +37,7 @@ return array(
'no_limit' => 'Sin límite',
'thin' => 'Estrecho',
),
+ 'show_nav_buttons' => 'Show the navigation buttons', //TODO
),
'query' => array(
'_' => 'Consultas de usuario',
diff --git a/app/i18n/fr/conf.php b/app/i18n/fr/conf.php
index b126a77c9..b4c39e1ca 100644
--- a/app/i18n/fr/conf.php
+++ b/app/i18n/fr/conf.php
@@ -37,6 +37,7 @@ return array(
'no_limit' => 'Pas de limite',
'thin' => 'Fine',
),
+ 'show_nav_buttons' => 'Afficher les boutons de navigation',
),
'query' => array(
'_' => 'Filtres utilisateurs',
diff --git a/app/i18n/he/conf.php b/app/i18n/he/conf.php
index 0dd277d78..50d1936a8 100644
--- a/app/i18n/he/conf.php
+++ b/app/i18n/he/conf.php
@@ -37,6 +37,7 @@ return array(
'no_limit' => 'ללא הגבלה',
'thin' => 'צר',
),
+ 'show_nav_buttons' => 'Show the navigation buttons', //TODO
),
'query' => array(
'_' => 'שאילתות',
diff --git a/app/i18n/it/conf.php b/app/i18n/it/conf.php
index 25cfbb7bf..9e20236f1 100644
--- a/app/i18n/it/conf.php
+++ b/app/i18n/it/conf.php
@@ -37,6 +37,7 @@ return array(
'no_limit' => 'Nessun limite',
'thin' => 'Stretto',
),
+ 'show_nav_buttons' => 'Show the navigation buttons', //TODO
),
'query' => array(
'_' => 'Ricerche personali',
diff --git a/app/i18n/kr/conf.php b/app/i18n/kr/conf.php
index dbd902062..31b042f57 100644
--- a/app/i18n/kr/conf.php
+++ b/app/i18n/kr/conf.php
@@ -37,6 +37,7 @@ return array(
'no_limit' => '제한 없음',
'thin' => '얇음',
),
+ 'show_nav_buttons' => 'Show the navigation buttons', //TODO
),
'query' => array(
'_' => '사용자 쿼리',
diff --git a/app/i18n/nl/conf.php b/app/i18n/nl/conf.php
index 0d1d9b70d..360e1c5e7 100644
--- a/app/i18n/nl/conf.php
+++ b/app/i18n/nl/conf.php
@@ -37,6 +37,7 @@ return array(
'no_limit' => 'Geen limiet',
'thin' => 'Smal',
),
+ 'show_nav_buttons' => 'Show the navigation buttons', //TODO
),
'query' => array(
'_' => 'Gebruikers queries (informatie aanvragen)',
diff --git a/app/i18n/pt-br/conf.php b/app/i18n/pt-br/conf.php
index a5a0a9197..71b6afb20 100644
--- a/app/i18n/pt-br/conf.php
+++ b/app/i18n/pt-br/conf.php
@@ -37,6 +37,7 @@ return array(
'no_limit' => 'Sem lmite',
'thin' => 'Fino',
),
+ 'show_nav_buttons' => 'Show the navigation buttons', //TODO
),
'query' => array(
'_' => 'Queries do usuário',
diff --git a/app/i18n/ru/conf.php b/app/i18n/ru/conf.php
index 0265ede9c..15109dd15 100644
--- a/app/i18n/ru/conf.php
+++ b/app/i18n/ru/conf.php
@@ -37,6 +37,7 @@ return array(
'no_limit' => 'No limit',
'thin' => 'Thin',
),
+ 'show_nav_buttons' => 'Show the navigation buttons', //TODO
),
'query' => array(
'_' => 'User queries',
diff --git a/app/i18n/tr/conf.php b/app/i18n/tr/conf.php
index 424c030c5..596adaf9a 100644
--- a/app/i18n/tr/conf.php
+++ b/app/i18n/tr/conf.php
@@ -37,6 +37,7 @@ return array(
'no_limit' => 'Sınırsız',
'thin' => 'Zayıf',
),
+ 'show_nav_buttons' => 'Show the navigation buttons', //TODO
),
'query' => array(
'_' => 'Kullanıcı sorguları',
diff --git a/app/i18n/zh-cn/conf.php b/app/i18n/zh-cn/conf.php
index 599f42234..2e068be42 100644
--- a/app/i18n/zh-cn/conf.php
+++ b/app/i18n/zh-cn/conf.php
@@ -37,6 +37,7 @@ return array(
'no_limit' => '无限制',
'thin' => '小',
),
+ 'show_nav_buttons' => 'Show the navigation buttons', //TODO
),
'query' => array(
'_' => '自定义查询',