From 9d8c0f9a6312901b2a7d899a8e0d96917ef64eb7 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Thu, 4 Oct 2012 18:50:43 +0000 Subject: [PATCH] Adds label_any string for filters. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10562 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/models/query.rb | 2 +- config/locales/ar.yml | 1 + config/locales/bg.yml | 1 + config/locales/bs.yml | 1 + config/locales/ca.yml | 1 + config/locales/cs.yml | 1 + config/locales/da.yml | 1 + config/locales/de.yml | 1 + config/locales/el.yml | 1 + config/locales/en-GB.yml | 1 + config/locales/en.yml | 1 + config/locales/es.yml | 1 + config/locales/et.yml | 1 + config/locales/eu.yml | 1 + config/locales/fa.yml | 1 + config/locales/fi.yml | 1 + config/locales/fr.yml | 1 + config/locales/gl.yml | 1 + config/locales/he.yml | 1 + config/locales/hr.yml | 1 + config/locales/hu.yml | 1 + config/locales/id.yml | 1 + config/locales/it.yml | 1 + config/locales/ja.yml | 1 + config/locales/ko.yml | 1 + config/locales/lt.yml | 1 + config/locales/lv.yml | 1 + config/locales/mk.yml | 1 + config/locales/mn.yml | 1 + config/locales/nl.yml | 1 + config/locales/no.yml | 1 + config/locales/pl.yml | 1 + config/locales/pt-BR.yml | 1 + config/locales/pt.yml | 1 + config/locales/ro.yml | 1 + config/locales/ru.yml | 1 + config/locales/sk.yml | 1 + config/locales/sl.yml | 1 + config/locales/sq.yml | 1 + config/locales/sr-YU.yml | 1 + config/locales/sr.yml | 1 + config/locales/sv.yml | 1 + config/locales/th.yml | 1 + config/locales/tr.yml | 1 + config/locales/uk.yml | 1 + config/locales/vi.yml | 1 + config/locales/zh-TW.yml | 1 + config/locales/zh.yml | 1 + 48 files changed, 48 insertions(+), 1 deletion(-) diff --git a/app/models/query.rb b/app/models/query.rb index fb708dfb3..64af16f54 100644 --- a/app/models/query.rb +++ b/app/models/query.rb @@ -100,7 +100,7 @@ class Query < ActiveRecord::Base "o" => :label_open_issues, "c" => :label_closed_issues, "!*" => :label_none, - "*" => :label_all, + "*" => :label_any, ">=" => :label_greater_or_equal, "<=" => :label_less_or_equal, "><" => :label_between, diff --git a/config/locales/ar.yml b/config/locales/ar.yml index 92e58d2a6..4608ab5e2 100644 --- a/config/locales/ar.yml +++ b/config/locales/ar.yml @@ -1071,3 +1071,4 @@ ar: permission_view_private_notes: View private notes permission_set_notes_private: Set notes as private label_no_issues_in_project: no issues in project + label_any: جميع diff --git a/config/locales/bg.yml b/config/locales/bg.yml index 4cf4010a9..bdd7f1e42 100644 --- a/config/locales/bg.yml +++ b/config/locales/bg.yml @@ -1069,3 +1069,4 @@ bg: description_date_to: Въведете крайна дата text_repository_identifier_info: 'Позволени са малки букви (a-z), цифри, тирета и _.
Промяна след създаването му не е възможна.' label_no_issues_in_project: no issues in project + label_any: всички diff --git a/config/locales/bs.yml b/config/locales/bs.yml index ea8175292..96f34ebd7 100644 --- a/config/locales/bs.yml +++ b/config/locales/bs.yml @@ -1084,3 +1084,4 @@ bs: permission_view_private_notes: View private notes permission_set_notes_private: Set notes as private label_no_issues_in_project: no issues in project + label_any: sve diff --git a/config/locales/ca.yml b/config/locales/ca.yml index 980fe95bd..e07b224e9 100644 --- a/config/locales/ca.yml +++ b/config/locales/ca.yml @@ -1073,3 +1073,4 @@ ca: permission_view_private_notes: View private notes permission_set_notes_private: Set notes as private label_no_issues_in_project: no issues in project + label_any: tots diff --git a/config/locales/cs.yml b/config/locales/cs.yml index 0777d2219..12bf59d34 100644 --- a/config/locales/cs.yml +++ b/config/locales/cs.yml @@ -1074,3 +1074,4 @@ cs: permission_view_private_notes: View private notes permission_set_notes_private: Set notes as private label_no_issues_in_project: no issues in project + label_any: vše diff --git a/config/locales/da.yml b/config/locales/da.yml index 9f3bfc289..657d70b9d 100644 --- a/config/locales/da.yml +++ b/config/locales/da.yml @@ -1088,3 +1088,4 @@ da: permission_view_private_notes: View private notes permission_set_notes_private: Set notes as private label_no_issues_in_project: no issues in project + label_any: alle diff --git a/config/locales/de.yml b/config/locales/de.yml index c9f0d9d7d..fb2231529 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -1087,3 +1087,4 @@ de: permission_view_private_notes: View private notes permission_set_notes_private: Set notes as private label_no_issues_in_project: no issues in project + label_any: alle diff --git a/config/locales/el.yml b/config/locales/el.yml index a390329e1..8b38828e1 100644 --- a/config/locales/el.yml +++ b/config/locales/el.yml @@ -1071,3 +1071,4 @@ el: permission_view_private_notes: View private notes permission_set_notes_private: Set notes as private label_no_issues_in_project: no issues in project + label_any: όλα diff --git a/config/locales/en-GB.yml b/config/locales/en-GB.yml index 5b4b475c5..2cd9e4759 100644 --- a/config/locales/en-GB.yml +++ b/config/locales/en-GB.yml @@ -1073,3 +1073,4 @@ en-GB: permission_view_private_notes: View private notes permission_set_notes_private: Set notes as private label_no_issues_in_project: no issues in project + label_any: all diff --git a/config/locales/en.yml b/config/locales/en.yml index 7fb787047..60d0f3679 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -619,6 +619,7 @@ en: label_current_status: Current status label_new_statuses_allowed: New statuses allowed label_all: all + label_any: any label_none: none label_nobody: nobody label_next: Next diff --git a/config/locales/es.yml b/config/locales/es.yml index 068e8e6d1..3e1387b46 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -1108,3 +1108,4 @@ es: permission_view_private_notes: View private notes permission_set_notes_private: Set notes as private label_no_issues_in_project: no issues in project + label_any: todos diff --git a/config/locales/et.yml b/config/locales/et.yml index 4bc60e4b1..0207542d0 100644 --- a/config/locales/et.yml +++ b/config/locales/et.yml @@ -1084,3 +1084,4 @@ et: permission_view_private_notes: View private notes permission_set_notes_private: Set notes as private label_no_issues_in_project: no issues in project + label_any: "kõik" diff --git a/config/locales/eu.yml b/config/locales/eu.yml index f7c7f6a93..9ca6eafbf 100644 --- a/config/locales/eu.yml +++ b/config/locales/eu.yml @@ -1074,3 +1074,4 @@ eu: permission_view_private_notes: View private notes permission_set_notes_private: Set notes as private label_no_issues_in_project: no issues in project + label_any: guztiak diff --git a/config/locales/fa.yml b/config/locales/fa.yml index 80656b8fa..8557ab49a 100644 --- a/config/locales/fa.yml +++ b/config/locales/fa.yml @@ -1073,3 +1073,4 @@ fa: permission_view_private_notes: View private notes permission_set_notes_private: Set notes as private label_no_issues_in_project: no issues in project + label_any: همه diff --git a/config/locales/fi.yml b/config/locales/fi.yml index a6f364be3..cabf0aa89 100644 --- a/config/locales/fi.yml +++ b/config/locales/fi.yml @@ -1092,3 +1092,4 @@ fi: permission_view_private_notes: View private notes permission_set_notes_private: Set notes as private label_no_issues_in_project: no issues in project + label_any: kaikki diff --git a/config/locales/fr.yml b/config/locales/fr.yml index ca35df67b..353f99365 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -612,6 +612,7 @@ fr: label_current_status: Statut actuel label_new_statuses_allowed: Nouveaux statuts autorisés label_all: tous + label_any: tous label_none: aucun label_nobody: personne label_next: Suivant diff --git a/config/locales/gl.yml b/config/locales/gl.yml index c6529bdb3..b4437b708 100644 --- a/config/locales/gl.yml +++ b/config/locales/gl.yml @@ -1082,3 +1082,4 @@ gl: permission_view_private_notes: View private notes permission_set_notes_private: Set notes as private label_no_issues_in_project: no issues in project + label_any: todos diff --git a/config/locales/he.yml b/config/locales/he.yml index ec0da013a..e6fb0785a 100644 --- a/config/locales/he.yml +++ b/config/locales/he.yml @@ -1076,3 +1076,4 @@ he: permission_view_private_notes: View private notes permission_set_notes_private: Set notes as private label_no_issues_in_project: no issues in project + label_any: הכל diff --git a/config/locales/hr.yml b/config/locales/hr.yml index 6d34c2237..009b7f9b1 100644 --- a/config/locales/hr.yml +++ b/config/locales/hr.yml @@ -1074,3 +1074,4 @@ hr: permission_view_private_notes: View private notes permission_set_notes_private: Set notes as private label_no_issues_in_project: no issues in project + label_any: Svi diff --git a/config/locales/hu.yml b/config/locales/hu.yml index af0ed02c3..d1bd27b72 100644 --- a/config/locales/hu.yml +++ b/config/locales/hu.yml @@ -1090,3 +1090,4 @@ permission_view_private_notes: View private notes permission_set_notes_private: Set notes as private label_no_issues_in_project: no issues in project + label_any: mind diff --git a/config/locales/id.yml b/config/locales/id.yml index 739888b90..2861f5d22 100644 --- a/config/locales/id.yml +++ b/config/locales/id.yml @@ -1077,3 +1077,4 @@ id: permission_view_private_notes: View private notes permission_set_notes_private: Set notes as private label_no_issues_in_project: no issues in project + label_any: semua diff --git a/config/locales/it.yml b/config/locales/it.yml index b8bf796b7..68c9e53c3 100644 --- a/config/locales/it.yml +++ b/config/locales/it.yml @@ -1072,3 +1072,4 @@ it: permission_view_private_notes: View private notes permission_set_notes_private: Set notes as private label_no_issues_in_project: no issues in project + label_any: tutti diff --git a/config/locales/ja.yml b/config/locales/ja.yml index e3fee952b..0c1fa2607 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -1101,3 +1101,4 @@ ja: permission_view_private_notes: プライベート注記の閲覧 permission_set_notes_private: 注記をプライベートに設定 label_no_issues_in_project: no issues in project + label_any: すべて diff --git a/config/locales/ko.yml b/config/locales/ko.yml index f120b4b29..57bfa8442 100644 --- a/config/locales/ko.yml +++ b/config/locales/ko.yml @@ -1121,3 +1121,4 @@ ko: permission_view_private_notes: View private notes permission_set_notes_private: Set notes as private label_no_issues_in_project: no issues in project + label_any: 모두 diff --git a/config/locales/lt.yml b/config/locales/lt.yml index 90da3b602..6435556d7 100644 --- a/config/locales/lt.yml +++ b/config/locales/lt.yml @@ -1131,3 +1131,4 @@ lt: permission_view_private_notes: View private notes permission_set_notes_private: Set notes as private label_no_issues_in_project: no issues in project + label_any: visi diff --git a/config/locales/lv.yml b/config/locales/lv.yml index 556860ad9..606bebf24 100644 --- a/config/locales/lv.yml +++ b/config/locales/lv.yml @@ -1065,3 +1065,4 @@ lv: permission_view_private_notes: View private notes permission_set_notes_private: Set notes as private label_no_issues_in_project: no issues in project + label_any: visi diff --git a/config/locales/mk.yml b/config/locales/mk.yml index e86b1e361..190756d69 100644 --- a/config/locales/mk.yml +++ b/config/locales/mk.yml @@ -1071,3 +1071,4 @@ mk: permission_view_private_notes: View private notes permission_set_notes_private: Set notes as private label_no_issues_in_project: no issues in project + label_any: сите diff --git a/config/locales/mn.yml b/config/locales/mn.yml index 47633f57e..fb0995ae4 100644 --- a/config/locales/mn.yml +++ b/config/locales/mn.yml @@ -1073,3 +1073,4 @@ mn: permission_view_private_notes: View private notes permission_set_notes_private: Set notes as private label_no_issues_in_project: no issues in project + label_any: бүгд diff --git a/config/locales/nl.yml b/config/locales/nl.yml index 665d78d9a..22bae3018 100644 --- a/config/locales/nl.yml +++ b/config/locales/nl.yml @@ -1053,3 +1053,4 @@ nl: permission_view_private_notes: View private notes permission_set_notes_private: Set notes as private label_no_issues_in_project: no issues in project + label_any: alle diff --git a/config/locales/no.yml b/config/locales/no.yml index 2dcce7183..ba03704d5 100644 --- a/config/locales/no.yml +++ b/config/locales/no.yml @@ -1061,3 +1061,4 @@ permission_view_private_notes: View private notes permission_set_notes_private: Set notes as private label_no_issues_in_project: no issues in project + label_any: alle diff --git a/config/locales/pl.yml b/config/locales/pl.yml index 7a3c62a83..ca75f03a1 100644 --- a/config/locales/pl.yml +++ b/config/locales/pl.yml @@ -1088,3 +1088,4 @@ pl: permission_view_private_notes: View private notes permission_set_notes_private: Set notes as private label_no_issues_in_project: no issues in project + label_any: wszystko diff --git a/config/locales/pt-BR.yml b/config/locales/pt-BR.yml index 3de22e1ee..ee82bc65b 100644 --- a/config/locales/pt-BR.yml +++ b/config/locales/pt-BR.yml @@ -1093,3 +1093,4 @@ pt-BR: permission_view_private_notes: View private notes permission_set_notes_private: Set notes as private label_no_issues_in_project: no issues in project + label_any: todos diff --git a/config/locales/pt.yml b/config/locales/pt.yml index 31a3a8d1d..e27758731 100644 --- a/config/locales/pt.yml +++ b/config/locales/pt.yml @@ -1076,3 +1076,4 @@ pt: permission_view_private_notes: View private notes permission_set_notes_private: Set notes as private label_no_issues_in_project: no issues in project + label_any: todos diff --git a/config/locales/ro.yml b/config/locales/ro.yml index a3b777f03..da049e889 100644 --- a/config/locales/ro.yml +++ b/config/locales/ro.yml @@ -1068,3 +1068,4 @@ ro: permission_view_private_notes: View private notes permission_set_notes_private: Set notes as private label_no_issues_in_project: no issues in project + label_any: toate diff --git a/config/locales/ru.yml b/config/locales/ru.yml index 37724d40e..a564e8dda 100644 --- a/config/locales/ru.yml +++ b/config/locales/ru.yml @@ -1184,3 +1184,4 @@ ru: permission_view_private_notes: View private notes permission_set_notes_private: Set notes as private label_no_issues_in_project: no issues in project + label_any: все diff --git a/config/locales/sk.yml b/config/locales/sk.yml index dbc31fe35..8f4d86c3b 100644 --- a/config/locales/sk.yml +++ b/config/locales/sk.yml @@ -1071,3 +1071,4 @@ sk: permission_view_private_notes: View private notes permission_set_notes_private: Set notes as private label_no_issues_in_project: no issues in project + label_any: všetko diff --git a/config/locales/sl.yml b/config/locales/sl.yml index c4d3beb77..ecb4297b9 100644 --- a/config/locales/sl.yml +++ b/config/locales/sl.yml @@ -1071,3 +1071,4 @@ sl: permission_view_private_notes: View private notes permission_set_notes_private: Set notes as private label_no_issues_in_project: no issues in project + label_any: vsi diff --git a/config/locales/sq.yml b/config/locales/sq.yml index e4bc9144b..af1213ebc 100644 --- a/config/locales/sq.yml +++ b/config/locales/sq.yml @@ -1067,3 +1067,4 @@ sq: permission_view_private_notes: View private notes permission_set_notes_private: Set notes as private label_no_issues_in_project: no issues in project + label_any: te gjitha diff --git a/config/locales/sr-YU.yml b/config/locales/sr-YU.yml index b160fc182..69cbb39c6 100644 --- a/config/locales/sr-YU.yml +++ b/config/locales/sr-YU.yml @@ -1073,3 +1073,4 @@ sr-YU: permission_view_private_notes: View private notes permission_set_notes_private: Set notes as private label_no_issues_in_project: no issues in project + label_any: svi diff --git a/config/locales/sr.yml b/config/locales/sr.yml index 1241b9190..6146403ee 100644 --- a/config/locales/sr.yml +++ b/config/locales/sr.yml @@ -1072,3 +1072,4 @@ sr: permission_view_private_notes: View private notes permission_set_notes_private: Set notes as private label_no_issues_in_project: no issues in project + label_any: сви diff --git a/config/locales/sv.yml b/config/locales/sv.yml index 5b33666b3..621769417 100644 --- a/config/locales/sv.yml +++ b/config/locales/sv.yml @@ -1109,3 +1109,4 @@ sv: permission_view_private_notes: View private notes permission_set_notes_private: Set notes as private label_no_issues_in_project: no issues in project + label_any: alla diff --git a/config/locales/th.yml b/config/locales/th.yml index 9f3898bba..916ede2c0 100644 --- a/config/locales/th.yml +++ b/config/locales/th.yml @@ -1068,3 +1068,4 @@ th: permission_view_private_notes: View private notes permission_set_notes_private: Set notes as private label_no_issues_in_project: no issues in project + label_any: ทั้งหมด diff --git a/config/locales/tr.yml b/config/locales/tr.yml index 07f58c93f..d8e8bae51 100644 --- a/config/locales/tr.yml +++ b/config/locales/tr.yml @@ -1090,3 +1090,4 @@ tr: permission_view_private_notes: View private notes permission_set_notes_private: Set notes as private label_no_issues_in_project: no issues in project + label_any: Hepsi diff --git a/config/locales/uk.yml b/config/locales/uk.yml index 3ade859e2..df7ada819 100644 --- a/config/locales/uk.yml +++ b/config/locales/uk.yml @@ -1066,3 +1066,4 @@ uk: permission_view_private_notes: View private notes permission_set_notes_private: Set notes as private label_no_issues_in_project: no issues in project + label_any: Усі diff --git a/config/locales/vi.yml b/config/locales/vi.yml index 0d120be55..ba77a3396 100644 --- a/config/locales/vi.yml +++ b/config/locales/vi.yml @@ -1122,3 +1122,4 @@ vi: permission_view_private_notes: View private notes permission_set_notes_private: Set notes as private label_no_issues_in_project: no issues in project + label_any: tất cả diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml index a190eeabd..72dbea803 100644 --- a/config/locales/zh-TW.yml +++ b/config/locales/zh-TW.yml @@ -1152,3 +1152,4 @@ description_date_to: 輸入結束日期 text_repository_identifier_info: '僅允許使用小寫英文字母 (a-z), 阿拉伯數字, 虛線與底線。
一旦儲存之後, 代碼便無法再次被更改。' label_no_issues_in_project: no issues in project + label_any: 全部 diff --git a/config/locales/zh.yml b/config/locales/zh.yml index 417eecf2b..57ad951dc 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -1075,3 +1075,4 @@ zh: permission_view_private_notes: View private notes permission_set_notes_private: Set notes as private label_no_issues_in_project: no issues in project + label_any: 全部 -- 2.39.5