diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-07-23 14:58:40 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-07-23 14:58:40 -0400 |
commit | b179802a85b262529aaa46ed9cf072a570be25ce (patch) | |
tree | b0e1558c44465091e2da4dd7ac301240e8767c29 /app/Locale/es_ES/translations.php | |
parent | a823cc1d08535539f850711c0b9edb5b648f1960 (diff) |
Sync locales
Diffstat (limited to 'app/Locale/es_ES/translations.php')
-rw-r--r-- | app/Locale/es_ES/translations.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/Locale/es_ES/translations.php b/app/Locale/es_ES/translations.php index fa59ca07..088a4fbb 100644 --- a/app/Locale/es_ES/translations.php +++ b/app/Locale/es_ES/translations.php @@ -1226,4 +1226,10 @@ return array( // '%s removed a subtask for the task %s' => '', // 'Comment removed' => '', // 'Subtask removed' => '', + // '%s set a new internal link for the task #%d' => '', + // '%s removed an internal link for the task #%d' => '', + // 'A new internal link for the task #%d have been defined' => '', + // 'Internal link removed for the task #%d' => '', + // '%s set a new internal link for the task %s' => '', + // '%s removed an internal link for the task %s' => '', ); |