##// END OF EJS Templates
remove trailing white-spaces from config/locales/en.yml....
Toshi MARUYAMA -
r6299:0add8b592d3b
parent child
Show More
@@ -9,10 +9,10 en:
9 9 default: "%m/%d/%Y"
10 10 short: "%b %d"
11 11 long: "%B %d, %Y"
12
12
13 13 day_names: [Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday]
14 14 abbr_day_names: [Sun, Mon, Tue, Wed, Thu, Fri, Sat]
15
15
16 16 # Don't forget the nil at the beginning; there's no such thing as a 0th month
17 17 month_names: [~, January, February, March, April, May, June, July, August, September, October, November, December]
18 18 abbr_month_names: [~, Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec]
@@ -30,7 +30,7 en:
30 30 long: "%B %d, %Y %H:%M"
31 31 am: "am"
32 32 pm: "pm"
33
33
34 34 datetime:
35 35 distance_in_words:
36 36 half_a_minute: "half a minute"
@@ -70,7 +70,7 en:
70 70
71 71 number:
72 72 format:
73 separator: "."
73 separator: "."
74 74 delimiter: ""
75 75 precision: 3
76 76
@@ -89,13 +89,12 en:
89 89 gb: "GB"
90 90 tb: "TB"
91 91
92
93 92 # Used in array.to_sentence.
94 93 support:
95 94 array:
96 95 sentence_connector: "and"
97 96 skip_last_comma: false
98
97
99 98 activerecord:
100 99 errors:
101 100 template:
@@ -129,7 +128,7 en:
129 128 cant_link_an_issue_with_a_descendant: "An issue cannot be linked to one of its subtasks"
130 129
131 130 actionview_instancetag_blank_option: Please select
132
131
133 132 general_text_No: 'No'
134 133 general_text_Yes: 'Yes'
135 134 general_text_no: 'no'
@@ -140,7 +139,7 en:
140 139 general_csv_encoding: ISO-8859-1
141 140 general_pdf_encoding: UTF-8
142 141 general_first_day_of_week: '7'
143
142
144 143 notice_account_updated: Account was successfully updated.
145 144 notice_account_invalid_creditentials: Invalid user or password
146 145 notice_account_password_updated: Password was successfully updated.
@@ -172,7 +171,7 en:
172 171 notice_issue_done_ratios_updated: Issue done ratios updated.
173 172 notice_gantt_chart_truncated: "The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})"
174 173 notice_issue_successful_create: "Issue %{id} created."
175
174
176 175 error_can_t_load_default_data: "Default configuration could not be loaded: %{value}"
177 176 error_scm_not_found: "The entry or revision was not found in the repository."
178 177 error_scm_command_failed: "An error occurred when trying to access the repository: %{value}"
@@ -191,7 +190,7 en:
191 190 error_unable_delete_issue_status: 'Unable to delete issue status'
192 191 error_unable_to_connect: "Unable to connect (%{value})"
193 192 warning_attachments_not_saved: "%{count} file(s) could not be saved."
194
193
195 194 mail_subject_lost_password: "Your %{value} password"
196 195 mail_body_lost_password: 'To change your password, click on the following link:'
197 196 mail_subject_register: "Your %{value} account activation"
@@ -206,10 +205,10 en:
206 205 mail_body_wiki_content_added: "The '%{id}' wiki page has been added by %{author}."
207 206 mail_subject_wiki_content_updated: "'%{id}' wiki page has been updated"
208 207 mail_body_wiki_content_updated: "The '%{id}' wiki page has been updated by %{author}."
209
208
210 209 gui_validation_error: 1 error
211 210 gui_validation_error_plural: "%{count} errors"
212
211
213 212 field_name: Name
214 213 field_description: Description
215 214 field_summary: Summary
@@ -375,7 +374,7 en:
375 374 setting_commit_logtime_activity_id: Activity for logged time
376 375 setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
377 376 setting_issue_group_assignment: Allow issue assignment to groups
378
377
379 378 permission_add_project: Create project
380 379 permission_add_subprojects: Create subprojects
381 380 permission_edit_project: Edit project
@@ -433,7 +432,7 en:
433 432 permission_delete_own_messages: Delete own messages
434 433 permission_export_wiki_pages: Export wiki pages
435 434 permission_manage_subtasks: Manage subtasks
436
435
437 436 project_module_issue_tracking: Issue tracking
438 437 project_module_time_tracking: Time tracking
439 438 project_module_news: News
@@ -444,7 +443,7 en:
444 443 project_module_boards: Forums
445 444 project_module_calendar: Calendar
446 445 project_module_gantt: Gantt
447
446
448 447 label_user: User
449 448 label_user_plural: Users
450 449 label_user_new: New user
@@ -648,7 +647,7 en:
648 647 label_modification: "%{count} change"
649 648 label_modification_plural: "%{count} changes"
650 649 label_branch: Branch
651 label_tag: Tag
650 label_tag: Tag
652 651 label_revision: Revision
653 652 label_revision_plural: Revisions
654 653 label_revision_id: "Revision %{value}"
General Comments 0
You need to be logged in to leave comments. Login now