diff options
Diffstat (limited to 'locales')
-rw-r--r-- | locales/es_ES/translations.php | 1 | ||||
-rw-r--r-- | locales/fr_FR/translations.php | 1 | ||||
-rw-r--r-- | locales/pl_PL/translations.php | 1 | ||||
-rw-r--r-- | locales/pt_BR/translations.php | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/locales/es_ES/translations.php b/locales/es_ES/translations.php index bf6f80e6..4c036f00 100644 --- a/locales/es_ES/translations.php +++ b/locales/es_ES/translations.php @@ -289,4 +289,5 @@ return array( // 'Nothing found.' => '', // 'Search in the project "%s"' => '', // 'Due date' => '', + // 'Others formats accepted: %s and %s' => '', ); diff --git a/locales/fr_FR/translations.php b/locales/fr_FR/translations.php index 54659276..82467acd 100644 --- a/locales/fr_FR/translations.php +++ b/locales/fr_FR/translations.php @@ -289,4 +289,5 @@ return array( 'Nothing found.' => 'Rien trouvé.', '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', ); diff --git a/locales/pl_PL/translations.php b/locales/pl_PL/translations.php index ed16779f..a1be50d3 100644 --- a/locales/pl_PL/translations.php +++ b/locales/pl_PL/translations.php @@ -294,4 +294,5 @@ return array( // 'Nothing found.' => '', // 'Search in the project "%s"' => '', // 'Due date' => '', + // 'Others formats accepted: %s and %s' => '', ); diff --git a/locales/pt_BR/translations.php b/locales/pt_BR/translations.php index 54b357db..54538b1c 100644 --- a/locales/pt_BR/translations.php +++ b/locales/pt_BR/translations.php @@ -290,4 +290,5 @@ return array( // 'Nothing found.' => '', // 'Search in the project "%s"' => '', // 'Due date' => '', + // 'Others formats accepted: %s and %s' => '', ); |