summaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2008-02-10 13:17:41 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2008-02-10 13:17:41 +0000
commit4155c97222cea69406060979efca3ebaaed9dcec (patch)
tree17bc056c97c1af47914bb2599995d2901749ce35 /lang
parent43a6f312edde2399c9c986ed61b1e9b0e1066db6 (diff)
downloadredmine-4155c97222cea69406060979efca3ebaaed9dcec.tar.gz
redmine-4155c97222cea69406060979efca3ebaaed9dcec.zip
Issue list now supports bulk edit/move/delete (#563, #607). For now, issues from different projects can not be bulk edited/moved/deleted at once.
There are 2 ways to select a set of issues on the issue list: * by using checkbox and/or the little pencil that will select/unselect all issues (#567) * by clicking on the rows (but not on the links), Ctrl and Shift keys can be used to select multiple issues Context menu was disabled on links so that the default context menu of the browser is displayed when right-clicking on a link (#545). All this was tested with Firefox 2, IE 6/7, Opera 8 (use Alt+Click instead of Right-click) and Safari 2/3. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1130 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lang')
-rw-r--r--lang/bg.yml1
-rw-r--r--lang/cs.yml1
-rw-r--r--lang/de.yml1
-rw-r--r--lang/en.yml1
-rw-r--r--lang/es.yml1
-rw-r--r--lang/fi.yml1
-rw-r--r--lang/fr.yml1
-rw-r--r--lang/he.yml1
-rw-r--r--lang/it.yml1
-rw-r--r--lang/ja.yml1
-rw-r--r--lang/ko.yml1
-rw-r--r--lang/lt.yml1
-rw-r--r--lang/nl.yml1
-rw-r--r--lang/pl.yml1
-rw-r--r--lang/pt-br.yml1
-rw-r--r--lang/pt.yml1
-rw-r--r--lang/ro.yml1
-rw-r--r--lang/ru.yml1
-rw-r--r--lang/sr.yml1
-rw-r--r--lang/sv.yml1
-rw-r--r--lang/zh-tw.yml1
-rw-r--r--lang/zh.yml1
22 files changed, 22 insertions, 0 deletions
diff --git a/lang/bg.yml b/lang/bg.yml
index bc0e070c0..164d67671 100644
--- a/lang/bg.yml
+++ b/lang/bg.yml
@@ -568,3 +568,4 @@ label_associated_revisions: Асоциирани ревизии
setting_user_format: Потребителски формат
text_status_changed_by_changeset: Applied in changeset %s.
label_more: More
+text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s) ?'
diff --git a/lang/cs.yml b/lang/cs.yml
index 35bda2b6a..86a111cc7 100644
--- a/lang/cs.yml
+++ b/lang/cs.yml
@@ -568,3 +568,4 @@ label_associated_revisions: Associated revisions
setting_user_format: Users display format
text_status_changed_by_changeset: Applied in changeset %s.
label_more: More
+text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s) ?'
diff --git a/lang/de.yml b/lang/de.yml
index fd296b600..c5a6cdf95 100644
--- a/lang/de.yml
+++ b/lang/de.yml
@@ -568,3 +568,4 @@ enumeration_doc_categories: Dokumentenkategorien
enumeration_activities: Aktivitäten (Zeiterfassung)
text_status_changed_by_changeset: Applied in changeset %s.
label_more: More
+text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s) ?'
diff --git a/lang/en.yml b/lang/en.yml
index b86eeef2b..a37be93c7 100644
--- a/lang/en.yml
+++ b/lang/en.yml
@@ -542,6 +542,7 @@ text_user_mail_option: "For unselected projects, you will only receive notificat
text_no_configuration_data: "Roles, trackers, issue statuses and workflow have not been configured yet.\nIt is highly recommended to load the default configuration. You will be able to modify it once loaded."
text_load_default_configuration: Load the default configuration
text_status_changed_by_changeset: Applied in changeset %s.
+text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s) ?'
default_role_manager: Manager
default_role_developper: Developer
diff --git a/lang/es.yml b/lang/es.yml
index 60e4a4d13..1bc7d00fb 100644
--- a/lang/es.yml
+++ b/lang/es.yml
@@ -571,3 +571,4 @@ label_associated_revisions: Associated revisions
setting_user_format: Users display format
text_status_changed_by_changeset: Applied in changeset %s.
label_more: More
+text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s) ?'
diff --git a/lang/fi.yml b/lang/fi.yml
index 38cf19a46..7a8848302 100644
--- a/lang/fi.yml
+++ b/lang/fi.yml
@@ -572,3 +572,4 @@ label_associated_revisions: Liittyvät versiot
setting_user_format: Users display format
text_status_changed_by_changeset: Applied in changeset %s.
label_more: More
+text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s) ?'
diff --git a/lang/fr.yml b/lang/fr.yml
index e428935af..8c569fc5a 100644
--- a/lang/fr.yml
+++ b/lang/fr.yml
@@ -543,6 +543,7 @@ text_user_mail_option: "Pour les projets non sélectionnés, vous recevrez seule
text_no_configuration_data: "Les rôles, trackers, statuts et le workflow ne sont pas encore paramétrés.\nIl est vivement recommandé de charger le paramétrage par defaut. Vous pourrez le modifier une fois chargé."
text_load_default_configuration: Charger le paramétrage par défaut
text_status_changed_by_changeset: Appliqué par commit %s.
+text_issues_destroy_confirmation: 'Etes-vous sûr de vouloir supprimer le(s) demandes(s) selectionnée(s) ?'
default_role_manager: Manager
default_role_developper: Développeur
diff --git a/lang/he.yml b/lang/he.yml
index ca577558a..6631a457f 100644
--- a/lang/he.yml
+++ b/lang/he.yml
@@ -568,3 +568,4 @@ label_associated_revisions: Associated revisions
setting_user_format: Users display format
text_status_changed_by_changeset: Applied in changeset %s.
label_more: More
+text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s) ?'
diff --git a/lang/it.yml b/lang/it.yml
index f227c6942..3c77c97a6 100644
--- a/lang/it.yml
+++ b/lang/it.yml
@@ -568,3 +568,4 @@ label_associated_revisions: Associated revisions
setting_user_format: Users display format
text_status_changed_by_changeset: Applied in changeset %s.
label_more: More
+text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s) ?'
diff --git a/lang/ja.yml b/lang/ja.yml
index 92b79b6ef..50d23e80f 100644
--- a/lang/ja.yml
+++ b/lang/ja.yml
@@ -569,3 +569,4 @@ label_associated_revisions: Associated revisions
setting_user_format: Users display format
text_status_changed_by_changeset: Applied in changeset %s.
label_more: More
+text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s) ?'
diff --git a/lang/ko.yml b/lang/ko.yml
index 097d74788..62ec95ef3 100644
--- a/lang/ko.yml
+++ b/lang/ko.yml
@@ -568,3 +568,4 @@ label_associated_revisions: Associated revisions
setting_user_format: Users display format
text_status_changed_by_changeset: Applied in changeset %s.
label_more: More
+text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s) ?'
diff --git a/lang/lt.yml b/lang/lt.yml
index 3106bd764..a7b12736a 100644
--- a/lang/lt.yml
+++ b/lang/lt.yml
@@ -569,3 +569,4 @@ label_associated_revisions: susijusios revizijos
setting_user_format: Vartotojo atvaizdavimo formatas
text_status_changed_by_changeset: Applied in changeset %s.
label_more: More
+text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s) ?'
diff --git a/lang/nl.yml b/lang/nl.yml
index 1c76180be..7b5f6bf3a 100644
--- a/lang/nl.yml
+++ b/lang/nl.yml
@@ -569,3 +569,4 @@ label_associated_revisions: Associated revisions
setting_user_format: Users display format
text_status_changed_by_changeset: Applied in changeset %s.
label_more: More
+text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s) ?'
diff --git a/lang/pl.yml b/lang/pl.yml
index 3ebce3e92..5c12c658f 100644
--- a/lang/pl.yml
+++ b/lang/pl.yml
@@ -568,3 +568,4 @@ label_associated_revisions: Associated revisions
setting_user_format: Users display format
text_status_changed_by_changeset: Applied in changeset %s.
label_more: More
+text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s) ?'
diff --git a/lang/pt-br.yml b/lang/pt-br.yml
index 688ce0cfd..4616e83a7 100644
--- a/lang/pt-br.yml
+++ b/lang/pt-br.yml
@@ -568,3 +568,4 @@ label_associated_revisions: Associated revisions
setting_user_format: Users display format
text_status_changed_by_changeset: Applied in changeset %s.
label_more: More
+text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s) ?'
diff --git a/lang/pt.yml b/lang/pt.yml
index 4734c66fc..31df179f2 100644
--- a/lang/pt.yml
+++ b/lang/pt.yml
@@ -568,3 +568,4 @@ label_associated_revisions: Associated revisions
setting_user_format: Users display format
text_status_changed_by_changeset: Applied in changeset %s.
label_more: More
+text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s) ?'
diff --git a/lang/ro.yml b/lang/ro.yml
index be566b959..52e856683 100644
--- a/lang/ro.yml
+++ b/lang/ro.yml
@@ -568,3 +568,4 @@ label_associated_revisions: Associated revisions
setting_user_format: Users display format
text_status_changed_by_changeset: Applied in changeset %s.
label_more: More
+text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s) ?'
diff --git a/lang/ru.yml b/lang/ru.yml
index 6921169ce..c720dfb72 100644
--- a/lang/ru.yml
+++ b/lang/ru.yml
@@ -569,3 +569,4 @@ enumeration_doc_categories: Категории документов
enumeration_activities: Действия (учет времени)
text_status_changed_by_changeset: Applied in changeset %s.
label_more: More
+text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s) ?'
diff --git a/lang/sr.yml b/lang/sr.yml
index ddf84a5d3..c32394dc3 100644
--- a/lang/sr.yml
+++ b/lang/sr.yml
@@ -569,3 +569,4 @@ label_associated_revisions: Associated revisions
setting_user_format: Users display format
text_status_changed_by_changeset: Applied in changeset %s.
label_more: More
+text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s) ?'
diff --git a/lang/sv.yml b/lang/sv.yml
index 4bec394ce..40a1ce8f6 100644
--- a/lang/sv.yml
+++ b/lang/sv.yml
@@ -569,3 +569,4 @@ label_associated_revisions: Associated revisions
setting_user_format: Users display format
text_status_changed_by_changeset: Applied in changeset %s.
label_more: More
+text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s) ?'
diff --git a/lang/zh-tw.yml b/lang/zh-tw.yml
index 50a6384f2..601f5c2ec 100644
--- a/lang/zh-tw.yml
+++ b/lang/zh-tw.yml
@@ -568,3 +568,4 @@ enumeration_doc_categories: 文件分類
enumeration_activities: 活動 (time tracking)
text_status_changed_by_changeset: Applied in changeset %s.
label_more: More
+text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s) ?'
diff --git a/lang/zh.yml b/lang/zh.yml
index dc431f5c0..fd513a96a 100644
--- a/lang/zh.yml
+++ b/lang/zh.yml
@@ -571,3 +571,4 @@ label_associated_revisions: 相关的版本
setting_user_format: 用户显示格式
text_status_changed_by_changeset: Applied in changeset %s.
label_more: More
+text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s) ?'