Fix newline 'LF' to 'CRLF' in mk.yml.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5733 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-05-11 10:25:52 +00:00
parent 8dba849a89
commit 2c993df47d
1 changed files with 12 additions and 12 deletions

View File

@ -947,8 +947,8 @@ mk:
button_collapse_all: Collapse all 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_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_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 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)? text_time_entries_destroy_confirmation: Are you sure you want to delete the selected time entr(y/ies)?
label_role_anonymous: Anonymous label_role_anonymous: Anonymous
label_role_non_member: Non member label_role_non_member: Non member
label_issue_note_added: Note added label_issue_note_added: Note added
@ -963,13 +963,13 @@ mk:
label_issues_visibility_public: All non private issues label_issues_visibility_public: All non private issues
text_issues_destroy_descendants_confirmation: This will also delete %{count} subtask(s). text_issues_destroy_descendants_confirmation: This will also delete %{count} subtask(s).
field_commit_logs_encoding: Commit messages encoding field_commit_logs_encoding: Commit messages encoding
field_scm_path_encoding: Path encoding field_scm_path_encoding: Path encoding
text_scm_path_encoding_note: "Default: UTF-8" text_scm_path_encoding_note: "Default: UTF-8"
field_path_to_repository: Path to repository field_path_to_repository: Path to repository
field_root_directory: Root directory field_root_directory: Root directory
field_cvs_module: Module field_cvs_module: Module
field_cvsroot: CVSROOT field_cvsroot: CVSROOT
text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo) 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_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
text_scm_command: Command text_scm_command: Command
text_scm_command_version: Version text_scm_command_version: Version