From b4c75f8806ad2504a7bba156568485ba7a5a5d66 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 8 Feb 2015 09:37:27 +0000 Subject: [PATCH] Adds a specific string for blank values (#18918). git-svn-id: http://svn.redmine.org/redmine/trunk@13979 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/helpers/issues_helper.rb | 2 +- config/locales/ar.yml | 1 + config/locales/az.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 + 49 files changed, 49 insertions(+), 1 deletion(-) diff --git a/app/helpers/issues_helper.rb b/app/helpers/issues_helper.rb index bfe3ae75a..82b8905e2 100644 --- a/app/helpers/issues_helper.rb +++ b/app/helpers/issues_helper.rb @@ -38,7 +38,7 @@ module IssuesHelper group_name = group_count = nil if query.grouped? && ((group = query.group_by_column.value(issue)) != previous_group || first) if group.blank? && group != false - group_name = l(:label_none) + group_name = "(#{l(:label_blank_value)})" else group_name = column_content(query.group_by_column, issue) end diff --git a/config/locales/ar.yml b/config/locales/ar.yml index 82ddd110c..128f6d5b7 100644 --- a/config/locales/ar.yml +++ b/config/locales/ar.yml @@ -1139,3 +1139,4 @@ ar: label_enable_notifications: Enable notifications label_disable_notifications: Disable notifications setting_search_results_per_page: Search results per page + label_blank_value: blank diff --git a/config/locales/az.yml b/config/locales/az.yml index 5a59e51a1..c2ee126d0 100644 --- a/config/locales/az.yml +++ b/config/locales/az.yml @@ -1236,3 +1236,4 @@ az: label_enable_notifications: Enable notifications label_disable_notifications: Disable notifications setting_search_results_per_page: Search results per page + label_blank_value: blank diff --git a/config/locales/bg.yml b/config/locales/bg.yml index 1a346e689..157afc084 100644 --- a/config/locales/bg.yml +++ b/config/locales/bg.yml @@ -1133,3 +1133,4 @@ bg: description_date_to: Въведете крайна дата text_repository_identifier_info: 'Позволени са малки букви (a-z), цифри, тирета и _.
Промяна след създаването му не е възможна.' setting_search_results_per_page: Search results per page + label_blank_value: blank diff --git a/config/locales/bs.yml b/config/locales/bs.yml index a5230b34c..62c669714 100644 --- a/config/locales/bs.yml +++ b/config/locales/bs.yml @@ -1152,3 +1152,4 @@ bs: label_enable_notifications: Enable notifications label_disable_notifications: Disable notifications setting_search_results_per_page: Search results per page + label_blank_value: blank diff --git a/config/locales/ca.yml b/config/locales/ca.yml index 1eafff081..ad388daba 100644 --- a/config/locales/ca.yml +++ b/config/locales/ca.yml @@ -1141,3 +1141,4 @@ ca: label_enable_notifications: Enable notifications label_disable_notifications: Disable notifications setting_search_results_per_page: Search results per page + label_blank_value: blank diff --git a/config/locales/cs.yml b/config/locales/cs.yml index 0b4994590..0f61aca4e 100644 --- a/config/locales/cs.yml +++ b/config/locales/cs.yml @@ -1141,3 +1141,4 @@ cs: label_enable_notifications: Enable notifications label_disable_notifications: Disable notifications setting_search_results_per_page: Search results per page + label_blank_value: blank diff --git a/config/locales/da.yml b/config/locales/da.yml index 556de9d64..2c70cacd2 100644 --- a/config/locales/da.yml +++ b/config/locales/da.yml @@ -1156,3 +1156,4 @@ da: label_enable_notifications: Enable notifications label_disable_notifications: Disable notifications setting_search_results_per_page: Search results per page + label_blank_value: blank diff --git a/config/locales/de.yml b/config/locales/de.yml index 147b07a95..f579ef944 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -1148,3 +1148,4 @@ de: label_enable_notifications: Enable notifications label_disable_notifications: Disable notifications setting_search_results_per_page: Search results per page + label_blank_value: blank diff --git a/config/locales/el.yml b/config/locales/el.yml index ebd6aa6ea..ee345e891 100644 --- a/config/locales/el.yml +++ b/config/locales/el.yml @@ -1139,3 +1139,4 @@ el: label_enable_notifications: Enable notifications label_disable_notifications: Disable notifications setting_search_results_per_page: Search results per page + label_blank_value: blank diff --git a/config/locales/en-GB.yml b/config/locales/en-GB.yml index 70a0dedab..743eb8692 100644 --- a/config/locales/en-GB.yml +++ b/config/locales/en-GB.yml @@ -1141,3 +1141,4 @@ en-GB: label_enable_notifications: Enable notifications label_disable_notifications: Disable notifications setting_search_results_per_page: Search results per page + label_blank_value: blank diff --git a/config/locales/en.yml b/config/locales/en.yml index c07a0eb57..43936dc8b 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -937,6 +937,7 @@ en: label_email_address_add: Add email address label_enable_notifications: Enable notifications label_disable_notifications: Disable notifications + label_blank_value: blank button_login: Login button_submit: Submit diff --git a/config/locales/es.yml b/config/locales/es.yml index 303a0aa56..86fb656bc 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -1172,3 +1172,4 @@ es: label_enable_notifications: Enable notifications label_disable_notifications: Disable notifications setting_search_results_per_page: Search results per page + label_blank_value: blank diff --git a/config/locales/et.yml b/config/locales/et.yml index 23b5696af..f2050c2e7 100644 --- a/config/locales/et.yml +++ b/config/locales/et.yml @@ -1152,3 +1152,4 @@ et: label_enable_notifications: Enable notifications label_disable_notifications: Disable notifications setting_search_results_per_page: Search results per page + label_blank_value: blank diff --git a/config/locales/eu.yml b/config/locales/eu.yml index d59a3bb9d..75364dc8d 100644 --- a/config/locales/eu.yml +++ b/config/locales/eu.yml @@ -1140,3 +1140,4 @@ eu: label_enable_notifications: Enable notifications label_disable_notifications: Disable notifications setting_search_results_per_page: Search results per page + label_blank_value: blank diff --git a/config/locales/fa.yml b/config/locales/fa.yml index b6084ef31..23be9c834 100644 --- a/config/locales/fa.yml +++ b/config/locales/fa.yml @@ -1140,3 +1140,4 @@ fa: label_enable_notifications: Enable notifications label_disable_notifications: Disable notifications setting_search_results_per_page: Search results per page + label_blank_value: blank diff --git a/config/locales/fi.yml b/config/locales/fi.yml index 3faa897c4..37d20bad1 100644 --- a/config/locales/fi.yml +++ b/config/locales/fi.yml @@ -1160,3 +1160,4 @@ fi: label_enable_notifications: Enable notifications label_disable_notifications: Disable notifications setting_search_results_per_page: Search results per page + label_blank_value: blank diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 1ad131eac..e077e92f9 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -957,6 +957,7 @@ fr: label_email_address_add: Ajouter une adresse email label_enable_notifications: Activer les notifications label_disable_notifications: Désactiver les notifications + label_blank_value: non renseigné button_login: Connexion button_submit: Soumettre diff --git a/config/locales/gl.yml b/config/locales/gl.yml index 0636db6bf..29c3754a5 100644 --- a/config/locales/gl.yml +++ b/config/locales/gl.yml @@ -1147,3 +1147,4 @@ gl: label_enable_notifications: Enable notifications label_disable_notifications: Disable notifications setting_search_results_per_page: Search results per page + label_blank_value: blank diff --git a/config/locales/he.yml b/config/locales/he.yml index 810f9bfad..07cb77394 100644 --- a/config/locales/he.yml +++ b/config/locales/he.yml @@ -1144,3 +1144,4 @@ he: label_enable_notifications: Enable notifications label_disable_notifications: Disable notifications setting_search_results_per_page: Search results per page + label_blank_value: blank diff --git a/config/locales/hr.yml b/config/locales/hr.yml index 6aabab0e0..0b68a89d7 100644 --- a/config/locales/hr.yml +++ b/config/locales/hr.yml @@ -1140,3 +1140,4 @@ hr: label_enable_notifications: Enable notifications label_disable_notifications: Disable notifications setting_search_results_per_page: Search results per page + label_blank_value: blank diff --git a/config/locales/hu.yml b/config/locales/hu.yml index 18ff5c3ae..416505d6c 100644 --- a/config/locales/hu.yml +++ b/config/locales/hu.yml @@ -1158,3 +1158,4 @@ label_enable_notifications: Enable notifications label_disable_notifications: Disable notifications setting_search_results_per_page: Search results per page + label_blank_value: blank diff --git a/config/locales/id.yml b/config/locales/id.yml index aaa1760c5..c1b5d3e11 100644 --- a/config/locales/id.yml +++ b/config/locales/id.yml @@ -1143,3 +1143,4 @@ id: label_enable_notifications: Enable notifications label_disable_notifications: Disable notifications setting_search_results_per_page: Search results per page + label_blank_value: blank diff --git a/config/locales/it.yml b/config/locales/it.yml index 937dfbb3d..a354c126b 100644 --- a/config/locales/it.yml +++ b/config/locales/it.yml @@ -1138,3 +1138,4 @@ it: label_enable_notifications: Enable notifications label_disable_notifications: Disable notifications setting_search_results_per_page: Search results per page + label_blank_value: blank diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 33c63c753..e8b1298cd 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -1155,3 +1155,4 @@ ja: label_enable_notifications: 通知を有効にする label_disable_notifications: 通知を無効にする setting_search_results_per_page: ページごとの検索結果表示件数 + label_blank_value: blank diff --git a/config/locales/ko.yml b/config/locales/ko.yml index e0202a306..ffc549288 100644 --- a/config/locales/ko.yml +++ b/config/locales/ko.yml @@ -1183,3 +1183,4 @@ ko: label_enable_notifications: Enable notifications label_disable_notifications: Disable notifications setting_search_results_per_page: Search results per page + label_blank_value: blank diff --git a/config/locales/lt.yml b/config/locales/lt.yml index 4311caed2..cd1e2f071 100644 --- a/config/locales/lt.yml +++ b/config/locales/lt.yml @@ -1198,3 +1198,4 @@ lt: label_enable_notifications: Enable notifications label_disable_notifications: Disable notifications setting_search_results_per_page: Search results per page + label_blank_value: blank diff --git a/config/locales/lv.yml b/config/locales/lv.yml index 7c12c2d43..c9d775de1 100644 --- a/config/locales/lv.yml +++ b/config/locales/lv.yml @@ -1133,3 +1133,4 @@ lv: label_enable_notifications: Enable notifications label_disable_notifications: Disable notifications setting_search_results_per_page: Search results per page + label_blank_value: blank diff --git a/config/locales/mk.yml b/config/locales/mk.yml index d68881856..0a8467b23 100644 --- a/config/locales/mk.yml +++ b/config/locales/mk.yml @@ -1139,3 +1139,4 @@ mk: label_enable_notifications: Enable notifications label_disable_notifications: Disable notifications setting_search_results_per_page: Search results per page + label_blank_value: blank diff --git a/config/locales/mn.yml b/config/locales/mn.yml index 203d28712..5eef1f4e0 100644 --- a/config/locales/mn.yml +++ b/config/locales/mn.yml @@ -1140,3 +1140,4 @@ mn: label_enable_notifications: Enable notifications label_disable_notifications: Disable notifications setting_search_results_per_page: Search results per page + label_blank_value: blank diff --git a/config/locales/nl.yml b/config/locales/nl.yml index 8d0495251..f30fa1dd3 100644 --- a/config/locales/nl.yml +++ b/config/locales/nl.yml @@ -1118,3 +1118,4 @@ nl: label_enable_notifications: Enable notifications label_disable_notifications: Disable notifications setting_search_results_per_page: Search results per page + label_blank_value: blank diff --git a/config/locales/no.yml b/config/locales/no.yml index b6baa6d44..54e911bc9 100644 --- a/config/locales/no.yml +++ b/config/locales/no.yml @@ -1129,3 +1129,4 @@ label_enable_notifications: Enable notifications label_disable_notifications: Disable notifications setting_search_results_per_page: Search results per page + label_blank_value: blank diff --git a/config/locales/pl.yml b/config/locales/pl.yml index 9c98df841..cadfc43c5 100644 --- a/config/locales/pl.yml +++ b/config/locales/pl.yml @@ -1159,3 +1159,4 @@ pl: label_enable_notifications: Enable notifications label_disable_notifications: Disable notifications setting_search_results_per_page: Search results per page + label_blank_value: blank diff --git a/config/locales/pt-BR.yml b/config/locales/pt-BR.yml index 90e20f990..9cc294929 100644 --- a/config/locales/pt-BR.yml +++ b/config/locales/pt-BR.yml @@ -1158,3 +1158,4 @@ pt-BR: label_enable_notifications: Enable notifications label_disable_notifications: Disable notifications setting_search_results_per_page: Search results per page + label_blank_value: blank diff --git a/config/locales/pt.yml b/config/locales/pt.yml index db016fe68..0ccb1b608 100644 --- a/config/locales/pt.yml +++ b/config/locales/pt.yml @@ -1144,3 +1144,4 @@ pt: label_enable_notifications: Enable notifications label_disable_notifications: Disable notifications setting_search_results_per_page: Search results per page + label_blank_value: blank diff --git a/config/locales/ro.yml b/config/locales/ro.yml index f7d2ef53b..461a3ec3b 100644 --- a/config/locales/ro.yml +++ b/config/locales/ro.yml @@ -1134,3 +1134,4 @@ ro: label_enable_notifications: Enable notifications label_disable_notifications: Disable notifications setting_search_results_per_page: Search results per page + label_blank_value: blank diff --git a/config/locales/ru.yml b/config/locales/ru.yml index a020be443..d74d78d7c 100644 --- a/config/locales/ru.yml +++ b/config/locales/ru.yml @@ -1245,3 +1245,4 @@ ru: label_enable_notifications: Enable notifications label_disable_notifications: Disable notifications setting_search_results_per_page: Search results per page + label_blank_value: blank diff --git a/config/locales/sk.yml b/config/locales/sk.yml index 04b5ff648..88630a2f5 100644 --- a/config/locales/sk.yml +++ b/config/locales/sk.yml @@ -1129,3 +1129,4 @@ sk: label_enable_notifications: Enable notifications label_disable_notifications: Disable notifications setting_search_results_per_page: Search results per page + label_blank_value: blank diff --git a/config/locales/sl.yml b/config/locales/sl.yml index cb07217d7..449a2eb8b 100644 --- a/config/locales/sl.yml +++ b/config/locales/sl.yml @@ -1139,3 +1139,4 @@ sl: label_enable_notifications: Enable notifications label_disable_notifications: Disable notifications setting_search_results_per_page: Search results per page + label_blank_value: blank diff --git a/config/locales/sq.yml b/config/locales/sq.yml index 6b9c01e55..682db77dd 100644 --- a/config/locales/sq.yml +++ b/config/locales/sq.yml @@ -1135,3 +1135,4 @@ sq: label_enable_notifications: Enable notifications label_disable_notifications: Disable notifications setting_search_results_per_page: Search results per page + label_blank_value: blank diff --git a/config/locales/sr-YU.yml b/config/locales/sr-YU.yml index b132f58cf..0059cf75d 100644 --- a/config/locales/sr-YU.yml +++ b/config/locales/sr-YU.yml @@ -1141,3 +1141,4 @@ sr-YU: label_enable_notifications: Enable notifications label_disable_notifications: Disable notifications setting_search_results_per_page: Search results per page + label_blank_value: blank diff --git a/config/locales/sr.yml b/config/locales/sr.yml index 274889679..c756612ee 100644 --- a/config/locales/sr.yml +++ b/config/locales/sr.yml @@ -1140,3 +1140,4 @@ sr: label_enable_notifications: Enable notifications label_disable_notifications: Disable notifications setting_search_results_per_page: Search results per page + label_blank_value: blank diff --git a/config/locales/sv.yml b/config/locales/sv.yml index 5f0644243..a31d92287 100644 --- a/config/locales/sv.yml +++ b/config/locales/sv.yml @@ -1172,3 +1172,4 @@ sv: label_enable_notifications: Enable notifications label_disable_notifications: Disable notifications setting_search_results_per_page: Search results per page + label_blank_value: blank diff --git a/config/locales/th.yml b/config/locales/th.yml index a1888360f..2f85d30e0 100644 --- a/config/locales/th.yml +++ b/config/locales/th.yml @@ -1136,3 +1136,4 @@ th: label_enable_notifications: Enable notifications label_disable_notifications: Disable notifications setting_search_results_per_page: Search results per page + label_blank_value: blank diff --git a/config/locales/tr.yml b/config/locales/tr.yml index 3638fc383..6758c848b 100644 --- a/config/locales/tr.yml +++ b/config/locales/tr.yml @@ -1148,3 +1148,4 @@ tr: label_enable_notifications: Enable notifications label_disable_notifications: Disable notifications setting_search_results_per_page: Search results per page + label_blank_value: blank diff --git a/config/locales/uk.yml b/config/locales/uk.yml index 2a8a4d44b..64415cdb3 100644 --- a/config/locales/uk.yml +++ b/config/locales/uk.yml @@ -1134,3 +1134,4 @@ uk: label_enable_notifications: Enable notifications label_disable_notifications: Disable notifications setting_search_results_per_page: Search results per page + label_blank_value: blank diff --git a/config/locales/vi.yml b/config/locales/vi.yml index bd02949db..ed3635502 100644 --- a/config/locales/vi.yml +++ b/config/locales/vi.yml @@ -1192,3 +1192,4 @@ vi: label_enable_notifications: Enable notifications label_disable_notifications: Disable notifications setting_search_results_per_page: Search results per page + label_blank_value: blank diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml index bc989b10c..9aa536924 100644 --- a/config/locales/zh-TW.yml +++ b/config/locales/zh-TW.yml @@ -1216,3 +1216,4 @@ text_repository_identifier_info: '僅允許使用小寫英文字母 (a-z), 阿拉伯數字, 虛線與底線。
一旦儲存之後, 代碼便無法再次被更改。' field_address: 電子郵件 setting_search_results_per_page: Search results per page + label_blank_value: blank diff --git a/config/locales/zh.yml b/config/locales/zh.yml index c81e59683..67da6e06e 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -1140,3 +1140,4 @@ zh: label_enable_notifications: Enable notifications label_disable_notifications: Disable notifications setting_search_results_per_page: Search results per page + label_blank_value: blank -- 2.39.5