diff options
author | winterheart <unknown@unknown> | 2008-09-14 13:08:02 +0000 |
---|---|---|
committer | winterheart <unknown@unknown> | 2008-09-14 13:08:02 +0000 |
commit | 323a26030beb8b02dbda428c5bd82157cbd476fe (patch) | |
tree | ecf824257fe2cbcd96929ca4aaaa57088dda3507 | |
parent | 653d2aacbbac8d5fe61b9b9816641bd037562507 (diff) | |
download | redmine-323a26030beb8b02dbda428c5bd82157cbd476fe.tar.gz redmine-323a26030beb8b02dbda428c5bd82157cbd476fe.zip |
sorting new string...
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1830 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | lang/en.yml | 3 | ||||
-rw-r--r-- | lang/ru.yml | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/lang/en.yml b/lang/en.yml index b1f8335fd..7e8ba9f52 100644 --- a/lang/en.yml +++ b/lang/en.yml @@ -77,6 +77,7 @@ notice_failed_to_save_issues: "Failed to save %d issue(s) on %d selected: %s." notice_no_issue_selected: "No issue is selected! Please, check the issues you want to edit." notice_account_pending: "Your account was created and is now pending administrator approval." notice_default_data_loaded: Default configuration successfully loaded. +notice_unable_delete_version: Unable to delete version. error_can_t_load_default_data: "Default configuration could not be loaded: %s" error_scm_not_found: "The entry or revision was not found in the repository." @@ -638,5 +639,3 @@ 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/ru.yml b/lang/ru.yml index 99ada104c..e522e1c63 100644 --- a/lang/ru.yml +++ b/lang/ru.yml @@ -574,6 +574,7 @@ notice_successful_connection: Подключение успешно устано notice_successful_create: Создание успешно завершено. notice_successful_delete: Удаление успешно завершено. notice_successful_update: Обновление успешно завершено. +notice_unable_delete_version: Невозможно удалить версию. project_module_boards: Форумы project_module_documents: Документы @@ -669,4 +670,3 @@ text_user_mail_option: "Для невыбранных проектов, Вы б text_user_wrote: '%s написал(а):' text_wiki_destroy_confirmation: Вы уверены, что хотите удалить данную вики и все содержимое? text_workflow_edit: Выберите роль и трекер для редактирования последовательности состояний -notice_unable_delete_version: Невозможно удалить версию |