diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-05-10 17:36:51 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-05-10 17:36:51 +0000 |
commit | 76051ab4b217379df68e6021d099c8cf9829bb9c (patch) | |
tree | a8cef251ea6c7095f3f3cae686d6d94e05966157 /config/locales/eu.yml | |
parent | 653884f27b7f42e528d305c3cc17e4ff638915e3 (diff) | |
download | redmine-76051ab4b217379df68e6021d099c8cf9829bb9c.tar.gz redmine-76051ab4b217379df68e6021d099c8cf9829bb9c.zip |
Fix newline 'LF' to 'CRLF' in Basque eu.yml (#8330).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5728 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/eu.yml')
-rw-r--r-- | config/locales/eu.yml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/config/locales/eu.yml b/config/locales/eu.yml index 3786a634d..71d9ccd94 100644 --- a/config/locales/eu.yml +++ b/config/locales/eu.yml @@ -951,8 +951,8 @@ eu: 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
@@ -967,13 +967,13 @@ eu: label_issues_visibility_public: All non private issues
text_issues_destroy_descendants_confirmation: This will also delete %{count} subtask(s).
field_commit_logs_encoding: Commit-en egunkarien kodetzea
- 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
|