diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-05-11 10:26:39 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-05-11 10:26:39 +0000 |
commit | d9e549fa4de6bf728b46932d6c5e171be3940a55 (patch) | |
tree | 0741f9ab2ab250d1b553e0f492f47b6fbb7c24d3 /config | |
parent | 2c993df47d8db22683788be94d85097e4f6b65fe (diff) | |
download | redmine-d9e549fa4de6bf728b46932d6c5e171be3940a55.tar.gz redmine-d9e549fa4de6bf728b46932d6c5e171be3940a55.zip |
Fix newline 'LF' to 'CRLF' in mn.yml.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5734 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/mn.yml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/config/locales/mn.yml b/config/locales/mn.yml index ae767a337..0aee194af 100644 --- a/config/locales/mn.yml +++ b/config/locales/mn.yml @@ -948,8 +948,8 @@ mn: button_collapse_all: Collapse all
label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
- label_bulk_edit_selected_time_entries: Bulk edit selected time entries - text_time_entries_destroy_confirmation: Are you sure you want to delete the selected time entr(y/ies)? + label_bulk_edit_selected_time_entries: Bulk edit selected time entries
+ text_time_entries_destroy_confirmation: Are you sure you want to delete the selected time entr(y/ies)?
label_role_anonymous: Anonymous
label_role_non_member: Non member
label_issue_note_added: Note added
@@ -964,13 +964,13 @@ mn: label_issues_visibility_public: All non private issues
text_issues_destroy_descendants_confirmation: This will also delete %{count} subtask(s).
field_commit_logs_encoding: Коммит хийх үед харуулах текстүүдийн энкодинг
- field_scm_path_encoding: Path encoding - text_scm_path_encoding_note: "Default: UTF-8" - field_path_to_repository: Path to repository - field_root_directory: Root directory - field_cvs_module: Module - field_cvsroot: CVSROOT - text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo) - text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo) - text_scm_command: Command - text_scm_command_version: Version + field_scm_path_encoding: Path encoding
+ text_scm_path_encoding_note: "Default: UTF-8"
+ field_path_to_repository: Path to repository
+ field_root_directory: Root directory
+ field_cvs_module: Module
+ field_cvsroot: CVSROOT
+ text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
+ text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
+ text_scm_command: Command
+ text_scm_command_version: Version
|