diff options
author | Yuichi Murata <yuichi1004@gmail.com> | 2015-04-06 09:45:59 +0900 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-04-07 20:40:00 -0400 |
commit | 7d1c84699ac12f91bf711ded5c93b57a644fabbf (patch) | |
tree | 99865072bd1ab92cfb51391fd0716b65e631e2c2 /app/Locale/es_ES/translations.php | |
parent | 4325679a709869a921e9b0b7bfebd6be560090ab (diff) |
Update ja_JP translation (pull-request #777) and sync all locales
Diffstat (limited to 'app/Locale/es_ES/translations.php')
-rw-r--r-- | app/Locale/es_ES/translations.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Locale/es_ES/translations.php b/app/Locale/es_ES/translations.php index 91e28976..738523a0 100644 --- a/app/Locale/es_ES/translations.php +++ b/app/Locale/es_ES/translations.php @@ -614,7 +614,7 @@ return array( 'Remove a swimlane' => 'Remover un carril', 'Rename' => 'Renombrar', 'Show default swimlane' => 'Mostrar carril por defecto', - 'Swimlane modification for the project "%s"' => '', + // 'Swimlane modification for the project "%s"' => '', 'Swimlane not found.' => 'Carril no encontrado', 'Swimlane removed successfully.' => 'Carril removido correctamente', 'Swimlanes' => 'Carriles', @@ -653,7 +653,7 @@ return array( 'Filter by status' => 'Filtrar por estado', 'Calendar' => 'Calendario', 'Next' => 'Siguiente', - '#%d' => '', + // '#%d' => '', 'Filter by color' => 'Filtrar por color', 'Filter by swimlane' => 'Filtrar por carril', 'All swimlanes' => 'Todos los carriles', |