From b513313c2fbfb0e5f15cab97ea74929b5c0d0a60 Mon Sep 17 00:00:00 2001
From: Frédéric Guillot <fred@kanboard.net>
Date: Fri, 20 Jun 2014 21:59:59 -0300
Subject: Add a board selector instead of the list of projects

---
 app/Locales/de_DE/translations.php |  1 +
 app/Locales/es_ES/translations.php |  1 +
 app/Locales/fr_FR/translations.php |  1 +
 app/Locales/pl_PL/translations.php |  1 +
 app/Locales/pt_BR/translations.php |  1 +
 app/Locales/zh_CN/translations.php | 28 ++++++++++++++++++++++++++++
 6 files changed, 33 insertions(+)

(limited to 'app/Locales')

diff --git a/app/Locales/de_DE/translations.php b/app/Locales/de_DE/translations.php
index fafb42ce..48c7ee16 100644
--- a/app/Locales/de_DE/translations.php
+++ b/app/Locales/de_DE/translations.php
@@ -375,4 +375,5 @@ return array(
     // 'Sub-task added successfully.' => '',
     // 'Maximum size: ' => '',
     // 'Unable to upload the file.' => '',
+    // 'Display another project' => '',
 );
diff --git a/app/Locales/es_ES/translations.php b/app/Locales/es_ES/translations.php
index b46cdcf0..6319fd53 100644
--- a/app/Locales/es_ES/translations.php
+++ b/app/Locales/es_ES/translations.php
@@ -373,4 +373,5 @@ return array(
     // 'Sub-task added successfully.' => '',
     // 'Maximum size: ' => '',
     // 'Unable to upload the file.' => '',
+    // 'Display another project' => '',
 );
diff --git a/app/Locales/fr_FR/translations.php b/app/Locales/fr_FR/translations.php
index d8113f54..0f760dea 100644
--- a/app/Locales/fr_FR/translations.php
+++ b/app/Locales/fr_FR/translations.php
@@ -373,4 +373,5 @@ return array(
     'Sub-task added successfully.' => 'Sous-tâche ajouté avec succès.',
     'Maximum size: ' => 'Taille maximum : ',
     'Unable to upload the file.' => 'Impossible de transférer le fichier.',
+    'Display another project' => 'Afficher un autre projet',
 );
diff --git a/app/Locales/pl_PL/translations.php b/app/Locales/pl_PL/translations.php
index d868b112..c055c421 100644
--- a/app/Locales/pl_PL/translations.php
+++ b/app/Locales/pl_PL/translations.php
@@ -378,4 +378,5 @@ return array(
     // 'Sub-task added successfully.' => '',
     // 'Maximum size: ' => '',
     // 'Unable to upload the file.' => '',
+    // 'Display another project' => '',
 );
diff --git a/app/Locales/pt_BR/translations.php b/app/Locales/pt_BR/translations.php
index 9966340a..c0f7b76c 100644
--- a/app/Locales/pt_BR/translations.php
+++ b/app/Locales/pt_BR/translations.php
@@ -374,4 +374,5 @@ return array(
     // 'Sub-task added successfully.' => '',
     // 'Maximum size: ' => '',
     // 'Unable to upload the file.' => '',
+    // 'Display another project' => '',
 );
diff --git a/app/Locales/zh_CN/translations.php b/app/Locales/zh_CN/translations.php
index 23ca6ba0..2144fcef 100644
--- a/app/Locales/zh_CN/translations.php
+++ b/app/Locales/zh_CN/translations.php
@@ -354,4 +354,32 @@ return array(
     'Add a comment' => '添加一个注释',
     'Edit a comment' => '修改一个注释',
     'Summary' => '概要',
+    // 'Time tracking' => '',
+    // 'Estimate:' => '',
+    // 'Spent:' => '',
+    // 'Do you really want to remove this sub-task?' => '',
+    // 'Remaining:' => '',
+    // 'hours' => '',
+    // 'spent' => '',
+    // 'estimated' => '',
+    // 'Sub-Tasks' => '',
+    // 'Add a sub-task' => '',
+    // 'Original Estimate' => '',
+    // 'Create another sub-task' => '',
+    // 'Time Spent' => '',
+    // 'Edit a sub-task' => '',
+    // 'Remove a sub-task' => '',
+    // 'The time must be a numeric value' => '',
+    // 'Todo' => '',
+    // 'In progress' => '',
+    // 'Done' => '',
+    // 'Sub-task removed successfully.' => '',
+    // 'Unable to remove this sub-task.' => '',
+    // 'Sub-task updated successfully.' => '',
+    // 'Unable to update your sub-task.' => '',
+    // 'Unable to create your sub-task.' => '',
+    // 'Sub-task added successfully.' => '',
+    // 'Maximum size: ' => '',
+    // 'Unable to upload the file.' => '',
+    // 'Display another project' => '',
 );
-- 
cgit v1.2.3