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 | |
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')
44 files changed, 44 insertions, 0 deletions
diff --git a/config/locales/bg.yml b/config/locales/bg.yml index 63fe0d49f..e4afd04ad 100644 --- a/config/locales/bg.yml +++ b/config/locales/bg.yml @@ -976,3 +976,4 @@ bg: enumeration_activities: Дейности (time tracking) enumeration_system_activity: Системна активност notice_issue_successful_create: Issue %{id} created. + label_between: between diff --git a/config/locales/bs.yml b/config/locales/bs.yml index c1f839ada..962e08d58 100644 --- a/config/locales/bs.yml +++ b/config/locales/bs.yml @@ -991,3 +991,4 @@ bs: text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it. text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel. notice_issue_successful_create: Issue %{id} created. + label_between: between diff --git a/config/locales/ca.yml b/config/locales/ca.yml index c31236ea4..41ea899ee 100644 --- a/config/locales/ca.yml +++ b/config/locales/ca.yml @@ -980,3 +980,4 @@ ca: text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it. text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel. notice_issue_successful_create: Issue %{id} created. + label_between: between diff --git a/config/locales/cs.yml b/config/locales/cs.yml index f59fe781f..3dfc14964 100644 --- a/config/locales/cs.yml +++ b/config/locales/cs.yml @@ -981,3 +981,4 @@ cs: text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it. text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel. notice_issue_successful_create: Issue %{id} created. + label_between: between diff --git a/config/locales/da.yml b/config/locales/da.yml index 9d81173ce..88849ed66 100644 --- a/config/locales/da.yml +++ b/config/locales/da.yml @@ -994,3 +994,4 @@ da: text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it. text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel. notice_issue_successful_create: Issue %{id} created. + label_between: between diff --git a/config/locales/de.yml b/config/locales/de.yml index 1ebd3eddb..535e3aec1 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -996,3 +996,4 @@ de: text_scm_command_not_available: Scm Kommando ist nicht verfügbar. Bitte prüfen Sie die Einstellungen im Administrationspanel. notice_issue_successful_create: Issue %{id} created. + label_between: between diff --git a/config/locales/el.yml b/config/locales/el.yml index c6bfba97f..c5566fadd 100644 --- a/config/locales/el.yml +++ b/config/locales/el.yml @@ -977,3 +977,4 @@ el: text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it. text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel. notice_issue_successful_create: Issue %{id} created. + label_between: between diff --git a/config/locales/en-GB.yml b/config/locales/en-GB.yml index 9a7561dcb..0a3d793f8 100644 --- a/config/locales/en-GB.yml +++ b/config/locales/en-GB.yml @@ -980,3 +980,4 @@ en-GB: text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it. text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel. notice_issue_successful_create: Issue %{id} created. + label_between: between diff --git a/config/locales/en.yml b/config/locales/en.yml index fa47d0f4d..66792632b 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -623,6 +623,7 @@ en: label_in_more_than: in more than label_greater_or_equal: '>=' label_less_or_equal: '<=' + label_between: between label_in: in label_today: today label_all_time: all time 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 diff --git a/config/locales/eu.yml b/config/locales/eu.yml index a84ed5415..fb0269332 100644 --- a/config/locales/eu.yml +++ b/config/locales/eu.yml @@ -981,3 +981,4 @@ eu: text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it. text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel. notice_issue_successful_create: Issue %{id} created. + label_between: between diff --git a/config/locales/fa.yml b/config/locales/fa.yml index b0947e20c..81fef9187 100644 --- a/config/locales/fa.yml +++ b/config/locales/fa.yml @@ -980,3 +980,4 @@ fa: text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it. text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel. notice_issue_successful_create: Issue %{id} created. + label_between: between diff --git a/config/locales/fi.yml b/config/locales/fi.yml index 42ed57356..134823e59 100644 --- a/config/locales/fi.yml +++ b/config/locales/fi.yml @@ -998,3 +998,4 @@ fi: text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it. text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel. notice_issue_successful_create: Issue %{id} created. + label_between: between diff --git a/config/locales/fr.yml b/config/locales/fr.yml index cb1d93b36..cf23259bd 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -939,6 +939,7 @@ fr: enumeration_activities: Activités (suivi du temps) label_greater_or_equal: ">=" label_less_or_equal: "<=" + label_between: entre label_view_all_revisions: Voir toutes les révisions label_tag: Tag label_branch: Branche diff --git a/config/locales/gl.yml b/config/locales/gl.yml index d3c0afd6f..7f40a42da 100644 --- a/config/locales/gl.yml +++ b/config/locales/gl.yml @@ -989,3 +989,4 @@ gl: text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it. text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel. notice_issue_successful_create: Issue %{id} created. + label_between: between diff --git a/config/locales/he.yml b/config/locales/he.yml index 64d59a761..ee37dba39 100644 --- a/config/locales/he.yml +++ b/config/locales/he.yml @@ -982,3 +982,4 @@ he: text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it. text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel. notice_issue_successful_create: Issue %{id} created. + label_between: between diff --git a/config/locales/hr.yml b/config/locales/hr.yml index 7d53c3afb..9d0215d32 100644 --- a/config/locales/hr.yml +++ b/config/locales/hr.yml @@ -984,3 +984,4 @@ hr: text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it. text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel. notice_issue_successful_create: Issue %{id} created. + label_between: between diff --git a/config/locales/hu.yml b/config/locales/hu.yml index e2878d36f..1262ebab0 100644 --- a/config/locales/hu.yml +++ b/config/locales/hu.yml @@ -996,3 +996,4 @@ text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it. text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel. notice_issue_successful_create: Issue %{id} created. + label_between: between diff --git a/config/locales/id.yml b/config/locales/id.yml index acec304bd..95b48db66 100644 --- a/config/locales/id.yml +++ b/config/locales/id.yml @@ -985,3 +985,4 @@ id: text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it. text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel. notice_issue_successful_create: Issue %{id} created. + label_between: between diff --git a/config/locales/it.yml b/config/locales/it.yml index 187a58700..da1f00d48 100644 --- a/config/locales/it.yml +++ b/config/locales/it.yml @@ -978,3 +978,4 @@ it: text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it. text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel. notice_issue_successful_create: Issue %{id} created. + label_between: between diff --git a/config/locales/ja.yml b/config/locales/ja.yml index c90b83620..d026a7505 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -1007,3 +1007,4 @@ ja: label_issues_visibility_public: プライベートチケット以外 text_issues_destroy_descendants_confirmation: %{count}個の子チケットも削除されます。 notice_issue_successful_create: Issue %{id} created. + label_between: between diff --git a/config/locales/ko.yml b/config/locales/ko.yml index 8c5f74eca..9cc8bade3 100644 --- a/config/locales/ko.yml +++ b/config/locales/ko.yml @@ -1029,3 +1029,4 @@ ko: text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it. text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel. notice_issue_successful_create: Issue %{id} created. + label_between: between diff --git a/config/locales/lt.yml b/config/locales/lt.yml index 955bfd7b8..7ee5dc017 100644 --- a/config/locales/lt.yml +++ b/config/locales/lt.yml @@ -1037,3 +1037,4 @@ lt: text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it. text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel. notice_issue_successful_create: Issue %{id} created. + label_between: between diff --git a/config/locales/lv.yml b/config/locales/lv.yml index 63803cb3c..d436788f1 100644 --- a/config/locales/lv.yml +++ b/config/locales/lv.yml @@ -972,3 +972,4 @@ lv: text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it. text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel. notice_issue_successful_create: Issue %{id} created. + label_between: between diff --git a/config/locales/mk.yml b/config/locales/mk.yml index feec5780e..4832d6ac4 100644 --- a/config/locales/mk.yml +++ b/config/locales/mk.yml @@ -977,3 +977,4 @@ mk: text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it. text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel. notice_issue_successful_create: Issue %{id} created. + label_between: between diff --git a/config/locales/mn.yml b/config/locales/mn.yml index 4365425c2..b14a2a296 100644 --- a/config/locales/mn.yml +++ b/config/locales/mn.yml @@ -978,3 +978,4 @@ mn: text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it. text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel. notice_issue_successful_create: Issue %{id} created. + label_between: between diff --git a/config/locales/nl.yml b/config/locales/nl.yml index d2551d7bd..9e20dd2f2 100644 --- a/config/locales/nl.yml +++ b/config/locales/nl.yml @@ -959,3 +959,4 @@ nl: text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it. text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel. notice_issue_successful_create: Issue %{id} created. + label_between: between diff --git a/config/locales/no.yml b/config/locales/no.yml index d0e62f98f..2e560cb65 100644 --- a/config/locales/no.yml +++ b/config/locales/no.yml @@ -964,3 +964,4 @@ text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it. text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel. notice_issue_successful_create: Issue %{id} created. + label_between: between diff --git a/config/locales/pl.yml b/config/locales/pl.yml index 1e1f02ed2..1af6d26ff 100644 --- a/config/locales/pl.yml +++ b/config/locales/pl.yml @@ -994,3 +994,4 @@ pl: text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it. text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel. notice_issue_successful_create: Issue %{id} created. + label_between: between diff --git a/config/locales/pt-BR.yml b/config/locales/pt-BR.yml index 34be79ab8..edf33a751 100644 --- a/config/locales/pt-BR.yml +++ b/config/locales/pt-BR.yml @@ -998,3 +998,4 @@ pt-BR: text_scm_config: Você pode configurar seus comandos de versionamento em config/configurations.yml. Por favor reinicie a aplicação após alterá-lo. text_scm_command_not_available: Comando de versionamento não disponível. Por favor verifique as configurações no painel de administração. notice_issue_successful_create: Issue %{id} created. + label_between: between diff --git a/config/locales/pt.yml b/config/locales/pt.yml index 63faedb2e..36b36586b 100644 --- a/config/locales/pt.yml +++ b/config/locales/pt.yml @@ -982,3 +982,4 @@ pt: text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it. text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel. notice_issue_successful_create: Issue %{id} created. + label_between: between diff --git a/config/locales/ro.yml b/config/locales/ro.yml index 44bb88841..c850c9008 100644 --- a/config/locales/ro.yml +++ b/config/locales/ro.yml @@ -970,3 +970,4 @@ ro: text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it. text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel. notice_issue_successful_create: Issue %{id} created. + label_between: between diff --git a/config/locales/ru.yml b/config/locales/ru.yml index 9cbbadd45..b67d0ad72 100644 --- a/config/locales/ru.yml +++ b/config/locales/ru.yml @@ -1090,3 +1090,4 @@ ru: text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it. text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel. notice_issue_successful_create: Issue %{id} created. + label_between: between diff --git a/config/locales/sk.yml b/config/locales/sk.yml index 53aad5427..3fbe62d45 100644 --- a/config/locales/sk.yml +++ b/config/locales/sk.yml @@ -972,3 +972,4 @@ sk: text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it. text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel. notice_issue_successful_create: Issue %{id} created. + label_between: between diff --git a/config/locales/sl.yml b/config/locales/sl.yml index 3bcce2f7d..afb023b1a 100644 --- a/config/locales/sl.yml +++ b/config/locales/sl.yml @@ -973,3 +973,4 @@ sl: text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it. text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel. notice_issue_successful_create: Issue %{id} created. + label_between: between diff --git a/config/locales/sr-YU.yml b/config/locales/sr-YU.yml index 0f8338c01..a4c396bd2 100644 --- a/config/locales/sr-YU.yml +++ b/config/locales/sr-YU.yml @@ -977,3 +977,4 @@ sr-YU: text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it. text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel. notice_issue_successful_create: Issue %{id} created. + label_between: between diff --git a/config/locales/sr.yml b/config/locales/sr.yml index 0b5539855..c908f944d 100644 --- a/config/locales/sr.yml +++ b/config/locales/sr.yml @@ -978,3 +978,4 @@ sr: text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it. text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel. notice_issue_successful_create: Issue %{id} created. + label_between: between diff --git a/config/locales/sv.yml b/config/locales/sv.yml index ffe76456c..8bdf04cb2 100644 --- a/config/locales/sv.yml +++ b/config/locales/sv.yml @@ -1018,3 +1018,4 @@ sv: enumeration_activities: Aktiviteter (tidsuppföljning) enumeration_system_activity: Systemaktivitet notice_issue_successful_create: Issue %{id} created. + label_between: between diff --git a/config/locales/th.yml b/config/locales/th.yml index ee8f1d2f3..bf701f2a5 100644 --- a/config/locales/th.yml +++ b/config/locales/th.yml @@ -974,3 +974,4 @@ th: text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it. text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel. notice_issue_successful_create: Issue %{id} created. + label_between: between diff --git a/config/locales/tr.yml b/config/locales/tr.yml index cd599bc55..3b2f32927 100644 --- a/config/locales/tr.yml +++ b/config/locales/tr.yml @@ -996,3 +996,4 @@ tr: text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it. text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel. notice_issue_successful_create: Issue %{id} created. + label_between: between diff --git a/config/locales/uk.yml b/config/locales/uk.yml index b31d33930..ad23b9ce3 100644 --- a/config/locales/uk.yml +++ b/config/locales/uk.yml @@ -973,3 +973,4 @@ uk: text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it. text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel. notice_issue_successful_create: Issue %{id} created. + label_between: between diff --git a/config/locales/vi.yml b/config/locales/vi.yml index ded7f5e08..e4ffc6093 100644 --- a/config/locales/vi.yml +++ b/config/locales/vi.yml @@ -1028,3 +1028,4 @@ vi: text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it. text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel. notice_issue_successful_create: Issue %{id} created. + label_between: between diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml index d0f25ebb7..128278c52 100644 --- a/config/locales/zh-TW.yml +++ b/config/locales/zh-TW.yml @@ -1058,3 +1058,4 @@ enumeration_activities: 活動 (時間追蹤) enumeration_system_activity: 系統活動 notice_issue_successful_create: Issue %{id} created. + label_between: between diff --git a/config/locales/zh.yml b/config/locales/zh.yml index 066f5e410..a9dbf29ca 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -980,3 +980,4 @@ zh: text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it. text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel. notice_issue_successful_create: Issue %{id} created. + label_between: between |