summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2009-10-25 12:13:51 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2009-10-25 12:13:51 +0000
commita3fcdfe3915173f28ea6001f1d250b9319b48ba1 (patch)
tree14586181dc1b2d1c0b68133f66600e1cab14258e
parent97b4e754787dea8d56feec95a433648839d70ff0 (diff)
downloadredmine-a3fcdfe3915173f28ea6001f1d250b9319b48ba1.tar.gz
redmine-a3fcdfe3915173f28ea6001f1d250b9319b48ba1.zip
Add translations for new permission.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2978 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--config/locales/bg.yml1
-rw-r--r--config/locales/bs.yml1
-rw-r--r--config/locales/ca.yml1
-rw-r--r--config/locales/cs.yml1
-rw-r--r--config/locales/da.yml1
-rw-r--r--config/locales/de.yml1
-rw-r--r--config/locales/el.yml1
-rw-r--r--config/locales/en.yml1
-rw-r--r--config/locales/es.yml1
-rw-r--r--config/locales/fi.yml1
-rw-r--r--config/locales/fr.yml1
-rw-r--r--config/locales/gl.yml1
-rw-r--r--config/locales/he.yml1
-rw-r--r--config/locales/hu.yml1
-rw-r--r--config/locales/it.yml1
-rw-r--r--config/locales/ja.yml1
-rw-r--r--config/locales/ko.yml1
-rw-r--r--config/locales/lt.yml1
-rw-r--r--config/locales/nl.yml1
-rw-r--r--config/locales/no.yml1
-rw-r--r--config/locales/pl.yml1
-rw-r--r--config/locales/pt-BR.yml1
-rw-r--r--config/locales/pt.yml1
-rw-r--r--config/locales/ro.yml1
-rw-r--r--config/locales/ru.yml1
-rw-r--r--config/locales/sk.yml1
-rw-r--r--config/locales/sl.yml1
-rw-r--r--config/locales/sr.yml1
-rw-r--r--config/locales/sv.yml1
-rw-r--r--config/locales/th.yml1
-rw-r--r--config/locales/tr.yml1
-rw-r--r--config/locales/uk.yml1
-rw-r--r--config/locales/vi.yml1
-rw-r--r--config/locales/zh-TW.yml1
-rw-r--r--config/locales/zh.yml1
35 files changed, 35 insertions, 0 deletions
diff --git a/config/locales/bg.yml b/config/locales/bg.yml
index 1f27ec1e9..46551d695 100644
--- a/config/locales/bg.yml
+++ b/config/locales/bg.yml
@@ -826,3 +826,4 @@ bg:
text_journal_added: "{{label}} {{value}} added"
field_active: Active
enumeration_system_activity: System Activity
+ permission_delete_issue_watchers: Delete watchers
diff --git a/config/locales/bs.yml b/config/locales/bs.yml
index ce0ddfdcb..d7460488a 100644
--- a/config/locales/bs.yml
+++ b/config/locales/bs.yml
@@ -850,3 +850,4 @@ bs:
text_journal_added: "{{label}} {{value}} added"
field_active: Active
enumeration_system_activity: System Activity
+ permission_delete_issue_watchers: Delete watchers
diff --git a/config/locales/ca.yml b/config/locales/ca.yml
index a20be0843..24bb33eb2 100644
--- a/config/locales/ca.yml
+++ b/config/locales/ca.yml
@@ -829,3 +829,4 @@ ca:
text_journal_added: "{{label}} {{value}} added"
field_active: Active
enumeration_system_activity: System Activity
+ permission_delete_issue_watchers: Delete watchers
diff --git a/config/locales/cs.yml b/config/locales/cs.yml
index 23592088f..c1c429d56 100644
--- a/config/locales/cs.yml
+++ b/config/locales/cs.yml
@@ -832,3 +832,4 @@ cs:
text_journal_added: "{{label}} {{value}} added"
field_active: Active
enumeration_system_activity: System Activity
+ permission_delete_issue_watchers: Delete watchers
diff --git a/config/locales/da.yml b/config/locales/da.yml
index 9f5c6a37c..7ebea2c70 100644
--- a/config/locales/da.yml
+++ b/config/locales/da.yml
@@ -852,3 +852,4 @@ da:
text_journal_added: "{{label}} {{value}} added"
field_active: Active
enumeration_system_activity: System Activity
+ permission_delete_issue_watchers: Delete watchers
diff --git a/config/locales/de.yml b/config/locales/de.yml
index e47f0388c..8f99608f7 100644
--- a/config/locales/de.yml
+++ b/config/locales/de.yml
@@ -852,3 +852,4 @@ de:
text_journal_added: "{{label}} {{value}} added"
field_active: Active
enumeration_system_activity: System Activity
+ permission_delete_issue_watchers: Delete watchers
diff --git a/config/locales/el.yml b/config/locales/el.yml
index 16aa3c2f7..6147bd5cc 100644
--- a/config/locales/el.yml
+++ b/config/locales/el.yml
@@ -832,3 +832,4 @@ el:
text_journal_added: "{{label}} {{value}} added"
field_active: Active
enumeration_system_activity: System Activity
+ permission_delete_issue_watchers: Delete watchers
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 936692926..d914b4661 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -332,6 +332,7 @@ en:
permission_view_calendar: View calender
permission_view_issue_watchers: View watchers list
permission_add_issue_watchers: Add watchers
+ permission_delete_issue_watchers: Delete watchers
permission_log_time: Log spent time
permission_view_time_entries: View spent time
permission_edit_time_entries: Edit time logs
diff --git a/config/locales/es.yml b/config/locales/es.yml
index 9fa64fc76..e76929dc6 100644
--- a/config/locales/es.yml
+++ b/config/locales/es.yml
@@ -873,3 +873,4 @@ es:
text_journal_added: "{{label}} {{value}} added"
field_active: Active
enumeration_system_activity: System Activity
+ permission_delete_issue_watchers: Delete watchers
diff --git a/config/locales/fi.yml b/config/locales/fi.yml
index 04233acec..fffddc6f7 100644
--- a/config/locales/fi.yml
+++ b/config/locales/fi.yml
@@ -862,3 +862,4 @@ fi:
text_journal_added: "{{label}} {{value}} added"
field_active: Active
enumeration_system_activity: System Activity
+ permission_delete_issue_watchers: Delete watchers
diff --git a/config/locales/fr.yml b/config/locales/fr.yml
index 9ab32cdc6..82936b4a3 100644
--- a/config/locales/fr.yml
+++ b/config/locales/fr.yml
@@ -354,6 +354,7 @@ fr:
permission_view_calendar: Voir le calendrier
permission_view_issue_watchers: Voir la liste des observateurs
permission_add_issue_watchers: Ajouter des observateurs
+ permission_delete_issue_watchers: Supprimer des observateurs
permission_log_time: Saisir le temps passé
permission_view_time_entries: Voir le temps passé
permission_edit_time_entries: Modifier les temps passés
diff --git a/config/locales/gl.yml b/config/locales/gl.yml
index c289172dd..00bdbbfb9 100644
--- a/config/locales/gl.yml
+++ b/config/locales/gl.yml
@@ -852,3 +852,4 @@ gl:
text_journal_added: "{{label}} {{value}} added"
field_active: Active
enumeration_system_activity: System Activity
+ permission_delete_issue_watchers: Delete watchers
diff --git a/config/locales/he.yml b/config/locales/he.yml
index 571dc0a69..ecf582096 100644
--- a/config/locales/he.yml
+++ b/config/locales/he.yml
@@ -836,3 +836,4 @@ he:
text_journal_added: "{{label}} {{value}} added"
field_active: Active
enumeration_system_activity: System Activity
+ permission_delete_issue_watchers: Delete watchers
diff --git a/config/locales/hu.yml b/config/locales/hu.yml
index 077d6d8b6..70b0d00af 100644
--- a/config/locales/hu.yml
+++ b/config/locales/hu.yml
@@ -857,3 +857,4 @@
text_journal_added: "{{label}} {{value}} added"
field_active: Active
enumeration_system_activity: System Activity
+ permission_delete_issue_watchers: Delete watchers
diff --git a/config/locales/it.yml b/config/locales/it.yml
index 2fd59856d..d51e24085 100644
--- a/config/locales/it.yml
+++ b/config/locales/it.yml
@@ -839,3 +839,4 @@ it:
text_journal_added: "{{label}} {{value}} added"
field_active: Active
enumeration_system_activity: System Activity
+ permission_delete_issue_watchers: Delete watchers
diff --git a/config/locales/ja.yml b/config/locales/ja.yml
index 1a5a059b3..35121b709 100644
--- a/config/locales/ja.yml
+++ b/config/locales/ja.yml
@@ -861,3 +861,4 @@ ja:
text_journal_added: "{{label}} {{value}} added"
field_active: Active
enumeration_system_activity: System Activity
+ permission_delete_issue_watchers: Delete watchers
diff --git a/config/locales/ko.yml b/config/locales/ko.yml
index cb1e64c89..82ab8050a 100644
--- a/config/locales/ko.yml
+++ b/config/locales/ko.yml
@@ -892,3 +892,4 @@ ko:
text_journal_added: "{{label}} {{value}} added"
field_active: Active
enumeration_system_activity: System Activity
+ permission_delete_issue_watchers: Delete watchers
diff --git a/config/locales/lt.yml b/config/locales/lt.yml
index b7426e5f9..4e66aafcd 100644
--- a/config/locales/lt.yml
+++ b/config/locales/lt.yml
@@ -862,3 +862,4 @@ lt:
text_journal_added: "{{label}} {{value}} added"
field_active: Active
enumeration_system_activity: System Activity
+ permission_delete_issue_watchers: Delete watchers
diff --git a/config/locales/nl.yml b/config/locales/nl.yml
index 9beb11a6f..9f89b811e 100644
--- a/config/locales/nl.yml
+++ b/config/locales/nl.yml
@@ -814,3 +814,4 @@ nl:
text_journal_added: "{{label}} {{value}} added"
field_active: Active
enumeration_system_activity: System Activity
+ permission_delete_issue_watchers: Delete watchers
diff --git a/config/locales/no.yml b/config/locales/no.yml
index 203667771..c22200cb8 100644
--- a/config/locales/no.yml
+++ b/config/locales/no.yml
@@ -827,3 +827,4 @@
text_journal_added: "{{label}} {{value}} added"
field_active: Active
enumeration_system_activity: System Activity
+ permission_delete_issue_watchers: Delete watchers
diff --git a/config/locales/pl.yml b/config/locales/pl.yml
index 73830dc1a..d9251709e 100644
--- a/config/locales/pl.yml
+++ b/config/locales/pl.yml
@@ -855,3 +855,4 @@ pl:
text_journal_added: "Dodano {{label}} {{value}}"
field_active: Active
enumeration_system_activity: System Activity
+ permission_delete_issue_watchers: Delete watchers
diff --git a/config/locales/pt-BR.yml b/config/locales/pt-BR.yml
index e33d3359c..138f10f3c 100644
--- a/config/locales/pt-BR.yml
+++ b/config/locales/pt-BR.yml
@@ -858,3 +858,4 @@ pt-BR:
text_journal_added: "{{label}} {{value}} adicionado"
field_active: Active
enumeration_system_activity: System Activity
+ permission_delete_issue_watchers: Delete watchers
diff --git a/config/locales/pt.yml b/config/locales/pt.yml
index 429266115..2086af479 100644
--- a/config/locales/pt.yml
+++ b/config/locales/pt.yml
@@ -844,3 +844,4 @@ pt:
text_journal_added: "{{label}} {{value}} added"
field_active: Active
enumeration_system_activity: System Activity
+ permission_delete_issue_watchers: Delete watchers
diff --git a/config/locales/ro.yml b/config/locales/ro.yml
index cf66ed0db..c3b8dd2fc 100644
--- a/config/locales/ro.yml
+++ b/config/locales/ro.yml
@@ -829,3 +829,4 @@ ro:
text_journal_added: "{{label}} {{value}} added"
field_active: Active
enumeration_system_activity: System Activity
+ permission_delete_issue_watchers: Delete watchers
diff --git a/config/locales/ru.yml b/config/locales/ru.yml
index a4bbbc750..c885447f3 100644
--- a/config/locales/ru.yml
+++ b/config/locales/ru.yml
@@ -940,3 +940,4 @@ ru:
text_journal_added: "{{label}} {{value}} added"
field_active: Active
enumeration_system_activity: System Activity
+ permission_delete_issue_watchers: Delete watchers
diff --git a/config/locales/sk.yml b/config/locales/sk.yml
index f42e43ac7..59a5faa33 100644
--- a/config/locales/sk.yml
+++ b/config/locales/sk.yml
@@ -831,3 +831,4 @@ sk:
text_journal_added: "{{label}} {{value}} added"
field_active: Active
enumeration_system_activity: System Activity
+ permission_delete_issue_watchers: Delete watchers
diff --git a/config/locales/sl.yml b/config/locales/sl.yml
index 85481ecbe..bfc5e087f 100644
--- a/config/locales/sl.yml
+++ b/config/locales/sl.yml
@@ -828,3 +828,4 @@ sl:
text_journal_added: "{{label}} {{value}} added"
field_active: Active
enumeration_system_activity: System Activity
+ permission_delete_issue_watchers: Delete watchers
diff --git a/config/locales/sr.yml b/config/locales/sr.yml
index 86485795a..0f8ed1095 100644
--- a/config/locales/sr.yml
+++ b/config/locales/sr.yml
@@ -847,3 +847,4 @@
text_journal_added: "{{label}} {{value}} added"
field_active: Active
enumeration_system_activity: System Activity
+ permission_delete_issue_watchers: Delete watchers
diff --git a/config/locales/sv.yml b/config/locales/sv.yml
index 585d9da82..9c15c8b2f 100644
--- a/config/locales/sv.yml
+++ b/config/locales/sv.yml
@@ -879,3 +879,4 @@ sv:
label_time_entry_plural: Spent time
field_active: Active
enumeration_system_activity: System Activity
+ permission_delete_issue_watchers: Delete watchers
diff --git a/config/locales/th.yml b/config/locales/th.yml
index fe44a3144..fb6b36e07 100644
--- a/config/locales/th.yml
+++ b/config/locales/th.yml
@@ -829,3 +829,4 @@ th:
text_journal_added: "{{label}} {{value}} added"
field_active: Active
enumeration_system_activity: System Activity
+ permission_delete_issue_watchers: Delete watchers
diff --git a/config/locales/tr.yml b/config/locales/tr.yml
index c4bcccf38..d51e4654b 100644
--- a/config/locales/tr.yml
+++ b/config/locales/tr.yml
@@ -859,3 +859,4 @@ tr:
text_journal_added: "{{label}} {{value}} added"
field_active: Active
enumeration_system_activity: System Activity
+ permission_delete_issue_watchers: Delete watchers
diff --git a/config/locales/uk.yml b/config/locales/uk.yml
index 9462d5e97..c14f604cc 100644
--- a/config/locales/uk.yml
+++ b/config/locales/uk.yml
@@ -828,3 +828,4 @@ uk:
text_journal_added: "{{label}} {{value}} added"
field_active: Active
enumeration_system_activity: System Activity
+ permission_delete_issue_watchers: Delete watchers
diff --git a/config/locales/vi.yml b/config/locales/vi.yml
index d9ba95e0f..766b462a5 100644
--- a/config/locales/vi.yml
+++ b/config/locales/vi.yml
@@ -891,3 +891,4 @@ vi:
text_journal_added: "{{label}} {{value}} added"
field_active: Active
enumeration_system_activity: System Activity
+ permission_delete_issue_watchers: Delete watchers
diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml
index 2923867b9..8847d9f24 100644
--- a/config/locales/zh-TW.yml
+++ b/config/locales/zh-TW.yml
@@ -921,3 +921,4 @@
enumeration_activities: 活動 (時間追蹤)
field_active: Active
enumeration_system_activity: System Activity
+ permission_delete_issue_watchers: Delete watchers
diff --git a/config/locales/zh.yml b/config/locales/zh.yml
index 93161beb0..596a08df5 100644
--- a/config/locales/zh.yml
+++ b/config/locales/zh.yml
@@ -854,3 +854,4 @@ zh:
enumeration_activities: 活动(时间跟踪)
field_active: Active
enumeration_system_activity: System Activity
+ permission_delete_issue_watchers: Delete watchers