diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-07-10 08:00:25 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-07-10 08:00:25 +0000 |
commit | 932d4cdfead379e24934df6530f4d98abcfab18e (patch) | |
tree | 05e4cdb1ff572d8c35df61260f2892d0b40c94ed /config/locales/es.yml | |
parent | 4a4a71349a45bdc8a55071e535bc0a8b9c02a5ee (diff) | |
download | redmine-932d4cdfead379e24934df6530f4d98abcfab18e.tar.gz redmine-932d4cdfead379e24934df6530f4d98abcfab18e.zip |
Adds "between" operator for numeric filters (#6180).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6217 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/es.yml')
-rw-r--r-- | config/locales/es.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/es.yml b/config/locales/es.yml index b09abb88f..b2f4a5bd9 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -1014,3 +1014,4 @@ es: text_scm_config: Puede configurar las órdenes de cada scm en configuration/configuration.yml. Por favor, reinicie la aplicación después de editarlo text_scm_command_not_available: La orden para el Scm no está disponible. Por favor, compruebe la configuración en el panel de administración. notice_issue_successful_create: Issue %{id} created. + label_between: between |