diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-11-15 13:45:24 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-11-15 13:45:24 -0500 |
commit | 2011c3534401f8aa8b4e4b72f0a024e58ca85560 (patch) | |
tree | 23ea6118f0cff3e4455815d7dda295cbb96fea61 /app/Locale/es_ES | |
parent | 42b5b413bdd7b10c2f4143251333eb721543c879 (diff) |
Add missing template for activity stream
Diffstat (limited to 'app/Locale/es_ES')
-rw-r--r-- | app/Locale/es_ES/translations.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Locale/es_ES/translations.php b/app/Locale/es_ES/translations.php index 17554a3e..7b999882 100644 --- a/app/Locale/es_ES/translations.php +++ b/app/Locale/es_ES/translations.php @@ -1064,4 +1064,5 @@ return array( 'Duplicates are not imported' => 'Los duplicados no son importados', 'Usernames must be lowercase and unique' => 'Los nombres de usuario deben ser únicos y contener sólo minúsculas', 'Passwords will be encrypted if present' => 'Las contraseñas serán cifradas si es que existen', + // '%s attached a new file to the task %s' => '', ); |