diff options
author | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-05-03 09:52:55 -0400 |
---|---|---|
committer | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-05-03 09:52:55 -0400 |
commit | b10d4f51ebfb61e397a6a8783f3027b703deda8d (patch) | |
tree | d7d492ae18c8713fb8b396bdfb80ca06f8e92725 /locales/es_ES/translations.php | |
parent | 5d061594486c0d5761ac80a7548fdb4fdad0619b (diff) |
Add icons for comments and description
Diffstat (limited to 'locales/es_ES/translations.php')
-rw-r--r-- | locales/es_ES/translations.php | 3 |
1 files changed, 3 insertions, 0 deletions
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' => '', ); |