diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-07-08 15:07:07 -0300 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-07-08 15:07:07 -0300 |
commit | ba93061f4d844214851d5a22b5a34022ce37e925 (patch) | |
tree | ff52678c22ee04a4ddebe6da5aa8a508abfaf6fd /app/Locales/es_ES/translations.php | |
parent | 7a64053cb818931e38af8c9138a259a711ea4da7 (diff) |
Add fields: task creator and modification date
Diffstat (limited to 'app/Locales/es_ES/translations.php')
-rw-r--r-- | app/Locales/es_ES/translations.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Locales/es_ES/translations.php b/app/Locales/es_ES/translations.php index 98ab30ca..2dd3765f 100644 --- a/app/Locales/es_ES/translations.php +++ b/app/Locales/es_ES/translations.php @@ -384,4 +384,6 @@ return array( // 'Login with my GitHub Account' => '', // 'Link my GitHub Account' => '', // 'Unlink my GitHub Account' => '', + // 'Created by %s' => 'Créé par %s', + // 'Last modified on %B %e, %G at %k:%M %p' => '', ); |