diff options
Diffstat (limited to 'locales')
-rw-r--r-- | locales/es_ES/translations.php | 6 | ||||
-rw-r--r-- | locales/fr_FR/translations.php | 6 | ||||
-rw-r--r-- | locales/pl_PL/translations.php | 6 | ||||
-rw-r--r-- | locales/pt_BR/translations.php | 6 |
4 files changed, 24 insertions, 0 deletions
diff --git a/locales/es_ES/translations.php b/locales/es_ES/translations.php index 8b331c49..bf6f80e6 100644 --- a/locales/es_ES/translations.php +++ b/locales/es_ES/translations.php @@ -283,4 +283,10 @@ return array( // 'Filter by user' => '', // 'Filter by due date' => ', // 'Everybody' => '', + // 'Open' => '', + // 'Closed' => '', + // 'Search' => '', + // 'Nothing found.' => '', + // 'Search in the project "%s"' => '', + // 'Due date' => '', ); diff --git a/locales/fr_FR/translations.php b/locales/fr_FR/translations.php index 563ccc91..54659276 100644 --- a/locales/fr_FR/translations.php +++ b/locales/fr_FR/translations.php @@ -283,4 +283,10 @@ return array( 'Filter by user' => 'Filtrer par utilisateur', 'Filter by due date' => 'Filtrer par date d\'échéance', 'Everybody' => 'Tout le monde', + 'Open' => 'Ouvert', + 'Closed' => 'Fermé', + 'Search' => 'Rechercher', + 'Nothing found.' => 'Rien trouvé.', + 'Search in the project "%s"' => 'Rechercher dans le projet « %s »', + 'Due date' => 'Date d\'échéance', ); diff --git a/locales/pl_PL/translations.php b/locales/pl_PL/translations.php index 3ecbc471..ed16779f 100644 --- a/locales/pl_PL/translations.php +++ b/locales/pl_PL/translations.php @@ -288,4 +288,10 @@ return array( // 'Filter by user' => '', // 'Filter by due date' => ', // 'Everybody' => '', + // 'Open' => '', + // 'Closed' => '', + // 'Search' => '', + // 'Nothing found.' => '', + // 'Search in the project "%s"' => '', + // 'Due date' => '', ); diff --git a/locales/pt_BR/translations.php b/locales/pt_BR/translations.php index 53ff4b15..54b357db 100644 --- a/locales/pt_BR/translations.php +++ b/locales/pt_BR/translations.php @@ -284,4 +284,10 @@ return array( // 'Filter by user' => '', // 'Filter by due date' => ', // 'Everybody' => '', + // 'Open' => '', + // 'Closed' => '', + // 'Search' => '', + // 'Nothing found.' => '', + // 'Search in the project "%s"' => '', + // 'Due date' => '', ); |