summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/controllers/versions_controller.rb2
-rw-r--r--lang/bg.yml1
-rw-r--r--lang/cs.yml1
-rw-r--r--lang/da.yml1
-rw-r--r--lang/de.yml1
-rw-r--r--lang/en.yml2
-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/hu.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/no.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/th.yml1
-rw-r--r--lang/tr.yml1
-rw-r--r--lang/uk.yml1
-rw-r--r--lang/zh-tw.yml1
-rw-r--r--lang/zh.yml1
29 files changed, 30 insertions, 1 deletions
diff --git a/app/controllers/versions_controller.rb b/app/controllers/versions_controller.rb
index ab2ccb773..3a2221761 100644
--- a/app/controllers/versions_controller.rb
+++ b/app/controllers/versions_controller.rb
@@ -33,7 +33,7 @@ class VersionsController < ApplicationController
@version.destroy
redirect_to :controller => 'projects', :action => 'settings', :tab => 'versions', :id => @project
rescue
- flash[:error] = "Unable to delete version"
+ flash[:error] = l(:notice_unable_delete_version)
redirect_to :controller => 'projects', :action => 'settings', :tab => 'versions', :id => @project
end
diff --git a/lang/bg.yml b/lang/bg.yml
index ddc3368ef..c5c4e0e22 100644
--- a/lang/bg.yml
+++ b/lang/bg.yml
@@ -637,3 +637,4 @@ label_issue_watchers: Watchers
setting_commit_logs_encoding: Commit messages encoding
button_quote: Quote
setting_sequential_project_identifiers: Generate sequential project identifiers
+notice_unable_delete_version: Unable to delete version
diff --git a/lang/cs.yml b/lang/cs.yml
index 767fcdbde..67cfba0e1 100644
--- a/lang/cs.yml
+++ b/lang/cs.yml
@@ -642,3 +642,4 @@ label_issue_watchers: Watchers
setting_commit_logs_encoding: Commit messages encoding
button_quote: Quote
setting_sequential_project_identifiers: Generate sequential project identifiers
+notice_unable_delete_version: Unable to delete version
diff --git a/lang/da.yml b/lang/da.yml
index 8f8905f32..ce8b8504c 100644
--- a/lang/da.yml
+++ b/lang/da.yml
@@ -639,3 +639,4 @@ label_issue_watchers: Watchers
setting_commit_logs_encoding: Commit messages encoding
button_quote: Quote
setting_sequential_project_identifiers: Generate sequential project identifiers
+notice_unable_delete_version: Unable to delete version
diff --git a/lang/de.yml b/lang/de.yml
index 1f6c6291d..dd1b74bf9 100644
--- a/lang/de.yml
+++ b/lang/de.yml
@@ -638,3 +638,4 @@ label_issue_watchers: Watchers
setting_commit_logs_encoding: Commit messages encoding
button_quote: Quote
setting_sequential_project_identifiers: Generate sequential project identifiers
+notice_unable_delete_version: Unable to delete version
diff --git a/lang/en.yml b/lang/en.yml
index c9dddf9cc..b1f8335fd 100644
--- a/lang/en.yml
+++ b/lang/en.yml
@@ -638,3 +638,5 @@ default_activity_development: Development
enumeration_issue_priorities: Issue priorities
enumeration_doc_categories: Document categories
enumeration_activities: Activities (time tracking)
+notice_unable_delete_version: Unable to delete version
+
diff --git a/lang/es.yml b/lang/es.yml
index 15d6f0732..d8f5417ae 100644
--- a/lang/es.yml
+++ b/lang/es.yml
@@ -640,3 +640,4 @@ label_issue_watchers: Seguidores
setting_commit_logs_encoding: Codificación de los mensajes de commit
button_quote: Quote
setting_sequential_project_identifiers: Generate sequential project identifiers
+notice_unable_delete_version: Unable to delete version
diff --git a/lang/fi.yml b/lang/fi.yml
index 3a33e271d..b63802e67 100644
--- a/lang/fi.yml
+++ b/lang/fi.yml
@@ -637,3 +637,4 @@ label_issue_watchers: Tapahtuman seuraajat
button_quote: Quote
setting_sequential_project_identifiers: Generate sequential project identifiers
setting_commit_logs_encoding: Commit messages encoding
+notice_unable_delete_version: Unable to delete version
diff --git a/lang/fr.yml b/lang/fr.yml
index f40a3f3d1..872266e3c 100644
--- a/lang/fr.yml
+++ b/lang/fr.yml
@@ -638,3 +638,4 @@ default_activity_development: Développement
enumeration_issue_priorities: Priorités des demandes
enumeration_doc_categories: Catégories des documents
enumeration_activities: Activités (suivi du temps)
+notice_unable_delete_version: Unable to delete version
diff --git a/lang/he.yml b/lang/he.yml
index e89e65c61..8cd68c102 100644
--- a/lang/he.yml
+++ b/lang/he.yml
@@ -637,3 +637,4 @@ label_issue_watchers: Watchers
setting_commit_logs_encoding: Commit messages encoding
button_quote: Quote
setting_sequential_project_identifiers: Generate sequential project identifiers
+notice_unable_delete_version: Unable to delete version
diff --git a/lang/hu.yml b/lang/hu.yml
index d415bd7ea..2f177d4e3 100644
--- a/lang/hu.yml
+++ b/lang/hu.yml
@@ -638,3 +638,4 @@ label_issue_watchers: Megfigyelők
setting_commit_logs_encoding: Commit üzenetek kódlapja
button_quote: Idézet
setting_sequential_project_identifiers: Szekvenciális projekt azonosítók generálása
+notice_unable_delete_version: Unable to delete version
diff --git a/lang/it.yml b/lang/it.yml
index e1ef6f8fe..5507e6bbc 100644
--- a/lang/it.yml
+++ b/lang/it.yml
@@ -637,3 +637,4 @@ label_issue_watchers: Watchers
setting_commit_logs_encoding: Commit messages encoding
button_quote: Quote
setting_sequential_project_identifiers: Generate sequential project identifiers
+notice_unable_delete_version: Unable to delete version
diff --git a/lang/ja.yml b/lang/ja.yml
index dda73dc26..c9470f91f 100644
--- a/lang/ja.yml
+++ b/lang/ja.yml
@@ -638,3 +638,4 @@ label_issue_watchers: Watchers
setting_commit_logs_encoding: Commit messages encoding
button_quote: Quote
setting_sequential_project_identifiers: Generate sequential project identifiers
+notice_unable_delete_version: Unable to delete version
diff --git a/lang/ko.yml b/lang/ko.yml
index be7eab1fb..38b5a48af 100644
--- a/lang/ko.yml
+++ b/lang/ko.yml
@@ -637,3 +637,4 @@ label_issue_watchers: Watchers
setting_commit_logs_encoding: Commit messages encoding
button_quote: Quote
setting_sequential_project_identifiers: Generate sequential project identifiers
+notice_unable_delete_version: Unable to delete version
diff --git a/lang/lt.yml b/lang/lt.yml
index e18697709..7c62bf155 100644
--- a/lang/lt.yml
+++ b/lang/lt.yml
@@ -639,3 +639,4 @@ label_issue_watchers: Stebetojai
setting_commit_logs_encoding: Commit pranėšimų koduotė
setting_sequential_project_identifiers: Generate sequential project identifiers
button_quote: Quote
+notice_unable_delete_version: Unable to delete version
diff --git a/lang/nl.yml b/lang/nl.yml
index b1c5756be..e8cab52b2 100644
--- a/lang/nl.yml
+++ b/lang/nl.yml
@@ -638,3 +638,4 @@ label_issue_watchers: Watchers
setting_commit_logs_encoding: Commit messages encoding
button_quote: Quote
setting_sequential_project_identifiers: Generate sequential project identifiers
+notice_unable_delete_version: Unable to delete version
diff --git a/lang/no.yml b/lang/no.yml
index 7113b416a..ce4741314 100644
--- a/lang/no.yml
+++ b/lang/no.yml
@@ -638,3 +638,4 @@ label_issue_watchers: Watchers
setting_commit_logs_encoding: Commit messages encoding
button_quote: Quote
setting_sequential_project_identifiers: Generate sequential project identifiers
+notice_unable_delete_version: Unable to delete version
diff --git a/lang/pl.yml b/lang/pl.yml
index e9ffcda2c..05ff1afb8 100644
--- a/lang/pl.yml
+++ b/lang/pl.yml
@@ -637,3 +637,4 @@ label_issue_watchers: Watchers
setting_commit_logs_encoding: Commit messages encoding
button_quote: Quote
setting_sequential_project_identifiers: Generate sequential project identifiers
+notice_unable_delete_version: Unable to delete version
diff --git a/lang/pt-br.yml b/lang/pt-br.yml
index 663285a69..c40c87a76 100644
--- a/lang/pt-br.yml
+++ b/lang/pt-br.yml
@@ -638,3 +638,4 @@ default_activity_development: Desenvolvimento
enumeration_issue_priorities: Prioridade das tarefas
enumeration_doc_categories: Categorias de documento
enumeration_activities: Atividades (time tracking)
+notice_unable_delete_version: Unable to delete version
diff --git a/lang/pt.yml b/lang/pt.yml
index 1d4d043f5..37e9ad6b2 100644
--- a/lang/pt.yml
+++ b/lang/pt.yml
@@ -637,3 +637,4 @@ label_issue_watchers: Watchers
setting_commit_logs_encoding: Commit messages encoding
button_quote: Quote
setting_sequential_project_identifiers: Generate sequential project identifiers
+notice_unable_delete_version: Unable to delete version
diff --git a/lang/ro.yml b/lang/ro.yml
index acb5ff8ec..ebf1c0a1f 100644
--- a/lang/ro.yml
+++ b/lang/ro.yml
@@ -637,3 +637,4 @@ label_issue_watchers: Watchers
setting_commit_logs_encoding: Commit messages encoding
button_quote: Quote
setting_sequential_project_identifiers: Generate sequential project identifiers
+notice_unable_delete_version: Unable to delete version
diff --git a/lang/ru.yml b/lang/ru.yml
index fdafe6c49..99ada104c 100644
--- a/lang/ru.yml
+++ b/lang/ru.yml
@@ -669,3 +669,4 @@ text_user_mail_option: "Для невыбранных проектов, Вы б
text_user_wrote: '%s написал(а):'
text_wiki_destroy_confirmation: Вы уверены, что хотите удалить данную вики и все содержимое?
text_workflow_edit: Выберите роль и трекер для редактирования последовательности состояний
+notice_unable_delete_version: Невозможно удалить версию
diff --git a/lang/sr.yml b/lang/sr.yml
index 4e262369e..f7ddfd728 100644
--- a/lang/sr.yml
+++ b/lang/sr.yml
@@ -638,3 +638,4 @@ label_issue_watchers: Watchers
setting_commit_logs_encoding: Commit messages encoding
button_quote: Quote
setting_sequential_project_identifiers: Generate sequential project identifiers
+notice_unable_delete_version: Unable to delete version
diff --git a/lang/sv.yml b/lang/sv.yml
index 3bb337e3d..b4e621c93 100644
--- a/lang/sv.yml
+++ b/lang/sv.yml
@@ -638,3 +638,4 @@ label_issue_watchers: Watchers
setting_commit_logs_encoding: Commit messages encoding
button_quote: Quote
setting_sequential_project_identifiers: Generate sequential project identifiers
+notice_unable_delete_version: Unable to delete version
diff --git a/lang/th.yml b/lang/th.yml
index a9708716e..e2d8a0a4f 100644
--- a/lang/th.yml
+++ b/lang/th.yml
@@ -640,3 +640,4 @@ label_issue_watchers: Watchers
setting_commit_logs_encoding: Commit messages encoding
button_quote: Quote
setting_sequential_project_identifiers: Generate sequential project identifiers
+notice_unable_delete_version: Unable to delete version
diff --git a/lang/tr.yml b/lang/tr.yml
index bb58000fc..9fb5b63ca 100644
--- a/lang/tr.yml
+++ b/lang/tr.yml
@@ -638,3 +638,4 @@ mail_subject_reminder: "%d issue(s) due in the next days"
setting_mail_handler_api_key: API key
setting_commit_logs_encoding: Commit messages encoding
general_csv_decimal_separator: '.'
+notice_unable_delete_version: Unable to delete version
diff --git a/lang/uk.yml b/lang/uk.yml
index cb4e17383..8e8541f10 100644
--- a/lang/uk.yml
+++ b/lang/uk.yml
@@ -639,3 +639,4 @@ label_issue_watchers: Watchers
setting_commit_logs_encoding: Commit messages encoding
button_quote: Quote
setting_sequential_project_identifiers: Generate sequential project identifiers
+notice_unable_delete_version: Unable to delete version
diff --git a/lang/zh-tw.yml b/lang/zh-tw.yml
index e4ead9b80..b5477863c 100644
--- a/lang/zh-tw.yml
+++ b/lang/zh-tw.yml
@@ -638,3 +638,4 @@ default_activity_development: 開發
enumeration_issue_priorities: 項目優先權
enumeration_doc_categories: 文件分類
enumeration_activities: 活動 (時間追蹤)
+notice_unable_delete_version: Unable to delete version
diff --git a/lang/zh.yml b/lang/zh.yml
index dbc531119..d016c5a2a 100644
--- a/lang/zh.yml
+++ b/lang/zh.yml
@@ -638,3 +638,4 @@ enumeration_doc_categories: 文档类别
enumeration_activities: 活动(时间跟踪)
button_quote: Quote
setting_sequential_project_identifiers: Generate sequential project identifiers
+notice_unable_delete_version: Unable to delete version