From b10d4f51ebfb61e397a6a8783f3027b703deda8d Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sat, 3 May 2014 09:52:55 -0400 Subject: Add icons for comments and description --- locales/es_ES/translations.php | 3 +++ locales/fr_FR/translations.php | 3 +++ locales/pl_PL/translations.php | 3 +++ locales/pt_BR/translations.php | 3 +++ 4 files changed, 12 insertions(+) (limited to 'locales') diff --git a/locales/es_ES/translations.php b/locales/es_ES/translations.php index 4c036f00..01d21bc2 100644 --- a/locales/es_ES/translations.php +++ b/locales/es_ES/translations.php @@ -290,4 +290,7 @@ return array( // 'Search in the project "%s"' => '', // 'Due date' => '', // 'Others formats accepted: %s and %s' => '', + // 'Description' => '', + // '%d comments' => '', + // '%d comment' => '', ); diff --git a/locales/fr_FR/translations.php b/locales/fr_FR/translations.php index 82467acd..3a38216d 100644 --- a/locales/fr_FR/translations.php +++ b/locales/fr_FR/translations.php @@ -290,4 +290,7 @@ return array( 'Search in the project "%s"' => 'Rechercher dans le projet « %s »', 'Due date' => 'Date d\'échéance', 'Others formats accepted: %s and %s' => 'Autres formats acceptés : %s et %s', + 'Description' => 'Description', + '%d comments' => '%d commentaires', + '%d comment' => '%d commentaire', ); diff --git a/locales/pl_PL/translations.php b/locales/pl_PL/translations.php index a1be50d3..06a141b0 100644 --- a/locales/pl_PL/translations.php +++ b/locales/pl_PL/translations.php @@ -295,4 +295,7 @@ return array( // 'Search in the project "%s"' => '', // 'Due date' => '', // 'Others formats accepted: %s and %s' => '', + // 'Description' => '', + // '%d comments' => '', + // '%d comment' => '', ); diff --git a/locales/pt_BR/translations.php b/locales/pt_BR/translations.php index 54538b1c..ac902e45 100644 --- a/locales/pt_BR/translations.php +++ b/locales/pt_BR/translations.php @@ -291,4 +291,7 @@ return array( // 'Search in the project "%s"' => '', // 'Due date' => '', // 'Others formats accepted: %s and %s' => '', + // 'Description' => '', + // '%d comments' => '', + // '%d comment' => '', ); -- cgit v1.2.3