sorting new string...
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1830 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
653d2aacbb
commit
323a26030b
|
@ -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
|
||||
|
||||
|
|
|
@ -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: Невозможно удалить версию
|
||||
|
|
Loading…
Reference in New Issue