##// END OF EJS Templates
Changes default english date/time formats....
Jean-Philippe Lang -
r2447:4596a35c0ede
parent child
Show More
@@ -1,781 +1,781
1 1 en:
2 2 date:
3 3 formats:
4 4 # Use the strftime parameters for formats.
5 5 # When no format has been given, it uses default.
6 6 # You can provide other formats here if you like!
7 default: "%Y-%m-%d"
7 default: "%m/%d/%Y"
8 8 short: "%b %d"
9 9 long: "%B %d, %Y"
10 10
11 11 day_names: [Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday]
12 12 abbr_day_names: [Sun, Mon, Tue, Wed, Thu, Fri, Sat]
13 13
14 14 # Don't forget the nil at the beginning; there's no such thing as a 0th month
15 15 month_names: [~, January, February, March, April, May, June, July, August, September, October, November, December]
16 16 abbr_month_names: [~, Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec]
17 17 # Used in date_select and datime_select.
18 18 order: [ :year, :month, :day ]
19 19
20 20 time:
21 21 formats:
22 default: "%a, %d %b %Y %H:%M:%S %z"
22 default: "%m/%d/%Y %I:%M %p"
23 23 short: "%d %b %H:%M"
24 24 long: "%B %d, %Y %H:%M"
25 25 am: "am"
26 26 pm: "pm"
27 27
28 28 datetime:
29 29 distance_in_words:
30 30 half_a_minute: "half a minute"
31 31 less_than_x_seconds:
32 32 one: "less than 1 second"
33 33 other: "less than {{count}} seconds"
34 34 x_seconds:
35 35 one: "1 second"
36 36 other: "{{count}} seconds"
37 37 less_than_x_minutes:
38 38 one: "less than a minute"
39 39 other: "less than {{count}} minutes"
40 40 x_minutes:
41 41 one: "1 minute"
42 42 other: "{{count}} minutes"
43 43 about_x_hours:
44 44 one: "about 1 hour"
45 45 other: "about {{count}} hours"
46 46 x_days:
47 47 one: "1 day"
48 48 other: "{{count}} days"
49 49 about_x_months:
50 50 one: "about 1 month"
51 51 other: "about {{count}} months"
52 52 x_months:
53 53 one: "1 month"
54 54 other: "{{count}} months"
55 55 about_x_years:
56 56 one: "about 1 year"
57 57 other: "about {{count}} years"
58 58 over_x_years:
59 59 one: "over 1 year"
60 60 other: "over {{count}} years"
61 61
62 62 # Used in array.to_sentence.
63 63 support:
64 64 array:
65 65 sentence_connector: "and"
66 66 skip_last_comma: false
67 67
68 68 activerecord:
69 69 errors:
70 70 messages:
71 71 inclusion: "is not included in the list"
72 72 exclusion: "is reserved"
73 73 invalid: "is invalid"
74 74 confirmation: "doesn't match confirmation"
75 75 accepted: "must be accepted"
76 76 empty: "can't be empty"
77 77 blank: "can't be blank"
78 78 too_long: "is too long"
79 79 too_short: "is too short"
80 80 wrong_length: "is the wrong length"
81 81 taken: "has already been taken"
82 82 not_a_number: "is not a number"
83 83 not_a_date: "is not a valid date"
84 84 greater_than: "must be greater than {{count}}"
85 85 greater_than_or_equal_to: "must be greater than or equal to {{count}}"
86 86 equal_to: "must be equal to {{count}}"
87 87 less_than: "must be less than {{count}}"
88 88 less_than_or_equal_to: "must be less than or equal to {{count}}"
89 89 odd: "must be odd"
90 90 even: "must be even"
91 91 greater_than_start_date: "must be greater than start date"
92 92 not_same_project: "doesn't belong to the same project"
93 93 circular_dependency: "This relation would create a circular dependency"
94 94
95 95 actionview_instancetag_blank_option: Please select
96 96
97 97 general_text_No: 'No'
98 98 general_text_Yes: 'Yes'
99 99 general_text_no: 'no'
100 100 general_text_yes: 'yes'
101 101 general_lang_name: 'English'
102 102 general_csv_separator: ','
103 103 general_csv_decimal_separator: '.'
104 104 general_csv_encoding: ISO-8859-1
105 105 general_pdf_encoding: ISO-8859-1
106 106 general_first_day_of_week: '7'
107 107
108 108 notice_account_updated: Account was successfully updated.
109 109 notice_account_invalid_creditentials: Invalid user or password
110 110 notice_account_password_updated: Password was successfully updated.
111 111 notice_account_wrong_password: Wrong password
112 112 notice_account_register_done: Account was successfully created. To activate your account, click on the link that was emailed to you.
113 113 notice_account_unknown_email: Unknown user.
114 114 notice_can_t_change_password: This account uses an external authentication source. Impossible to change the password.
115 115 notice_account_lost_email_sent: An email with instructions to choose a new password has been sent to you.
116 116 notice_account_activated: Your account has been activated. You can now log in.
117 117 notice_successful_create: Successful creation.
118 118 notice_successful_update: Successful update.
119 119 notice_successful_delete: Successful deletion.
120 120 notice_successful_connection: Successful connection.
121 121 notice_file_not_found: The page you were trying to access doesn't exist or has been removed.
122 122 notice_locking_conflict: Data has been updated by another user.
123 123 notice_not_authorized: You are not authorized to access this page.
124 124 notice_email_sent: "An email was sent to {{value}}"
125 125 notice_email_error: "An error occurred while sending mail ({{value}})"
126 126 notice_feeds_access_key_reseted: Your RSS access key was reset.
127 127 notice_failed_to_save_issues: "Failed to save {{count}} issue(s) on {{total}} selected: {{ids}}."
128 128 notice_no_issue_selected: "No issue is selected! Please, check the issues you want to edit."
129 129 notice_account_pending: "Your account was created and is now pending administrator approval."
130 130 notice_default_data_loaded: Default configuration successfully loaded.
131 131 notice_unable_delete_version: Unable to delete version.
132 132
133 133 error_can_t_load_default_data: "Default configuration could not be loaded: {{value}}"
134 134 error_scm_not_found: "The entry or revision was not found in the repository."
135 135 error_scm_command_failed: "An error occurred when trying to access the repository: {{value}}"
136 136 error_scm_annotate: "The entry does not exist or can not be annotated."
137 137 error_issue_not_found_in_project: 'The issue was not found or does not belong to this project'
138 138
139 139 warning_attachments_not_saved: "{{count}} file(s) could not be saved."
140 140
141 141 mail_subject_lost_password: "Your {{value}} password"
142 142 mail_body_lost_password: 'To change your password, click on the following link:'
143 143 mail_subject_register: "Your {{value}} account activation"
144 144 mail_body_register: 'To activate your account, click on the following link:'
145 145 mail_body_account_information_external: "You can use your {{value}} account to log in."
146 146 mail_body_account_information: Your account information
147 147 mail_subject_account_activation_request: "{{value}} account activation request"
148 148 mail_body_account_activation_request: "A new user ({{value}}) has registered. The account is pending your approval:'"
149 149 mail_subject_reminder: "{{count}} issue(s) due in the next days"
150 150 mail_body_reminder: "{{count}} issue(s) that are assigned to you are due in the next {{days}} days:"
151 151
152 152 gui_validation_error: 1 error
153 153 gui_validation_error_plural: "{{count}} errors"
154 154
155 155 field_name: Name
156 156 field_description: Description
157 157 field_summary: Summary
158 158 field_is_required: Required
159 159 field_firstname: Firstname
160 160 field_lastname: Lastname
161 161 field_mail: Email
162 162 field_filename: File
163 163 field_filesize: Size
164 164 field_downloads: Downloads
165 165 field_author: Author
166 166 field_created_on: Created
167 167 field_updated_on: Updated
168 168 field_field_format: Format
169 169 field_is_for_all: For all projects
170 170 field_possible_values: Possible values
171 171 field_regexp: Regular expression
172 172 field_min_length: Minimum length
173 173 field_max_length: Maximum length
174 174 field_value: Value
175 175 field_category: Category
176 176 field_title: Title
177 177 field_project: Project
178 178 field_issue: Issue
179 179 field_status: Status
180 180 field_notes: Notes
181 181 field_is_closed: Issue closed
182 182 field_is_default: Default value
183 183 field_tracker: Tracker
184 184 field_subject: Subject
185 185 field_due_date: Due date
186 186 field_assigned_to: Assigned to
187 187 field_priority: Priority
188 188 field_fixed_version: Target version
189 189 field_user: User
190 190 field_role: Role
191 191 field_homepage: Homepage
192 192 field_is_public: Public
193 193 field_parent: Subproject of
194 194 field_is_in_chlog: Issues displayed in changelog
195 195 field_is_in_roadmap: Issues displayed in roadmap
196 196 field_login: Login
197 197 field_mail_notification: Email notifications
198 198 field_admin: Administrator
199 199 field_last_login_on: Last connection
200 200 field_language: Language
201 201 field_effective_date: Date
202 202 field_password: Password
203 203 field_new_password: New password
204 204 field_password_confirmation: Confirmation
205 205 field_version: Version
206 206 field_type: Type
207 207 field_host: Host
208 208 field_port: Port
209 209 field_account: Account
210 210 field_base_dn: Base DN
211 211 field_attr_login: Login attribute
212 212 field_attr_firstname: Firstname attribute
213 213 field_attr_lastname: Lastname attribute
214 214 field_attr_mail: Email attribute
215 215 field_onthefly: On-the-fly user creation
216 216 field_start_date: Start
217 217 field_done_ratio: %% Done
218 218 field_auth_source: Authentication mode
219 219 field_hide_mail: Hide my email address
220 220 field_comments: Comment
221 221 field_url: URL
222 222 field_start_page: Start page
223 223 field_subproject: Subproject
224 224 field_hours: Hours
225 225 field_activity: Activity
226 226 field_spent_on: Date
227 227 field_identifier: Identifier
228 228 field_is_filter: Used as a filter
229 229 field_issue_to_id: Related issue
230 230 field_delay: Delay
231 231 field_assignable: Issues can be assigned to this role
232 232 field_redirect_existing_links: Redirect existing links
233 233 field_estimated_hours: Estimated time
234 234 field_column_names: Columns
235 235 field_time_zone: Time zone
236 236 field_searchable: Searchable
237 237 field_default_value: Default value
238 238 field_comments_sorting: Display comments
239 239 field_parent_title: Parent page
240 240 field_editable: Editable
241 241 field_watcher: Watcher
242 242 field_identity_url: OpenID URL
243 243
244 244 setting_app_title: Application title
245 245 setting_app_subtitle: Application subtitle
246 246 setting_welcome_text: Welcome text
247 247 setting_default_language: Default language
248 248 setting_login_required: Authentication required
249 249 setting_self_registration: Self-registration
250 250 setting_attachment_max_size: Attachment max. size
251 251 setting_issues_export_limit: Issues export limit
252 252 setting_mail_from: Emission email address
253 253 setting_bcc_recipients: Blind carbon copy recipients (bcc)
254 254 setting_plain_text_mail: Plain text mail (no HTML)
255 255 setting_host_name: Host name and path
256 256 setting_text_formatting: Text formatting
257 257 setting_wiki_compression: Wiki history compression
258 258 setting_feeds_limit: Feed content limit
259 259 setting_default_projects_public: New projects are public by default
260 260 setting_autofetch_changesets: Autofetch commits
261 261 setting_sys_api_enabled: Enable WS for repository management
262 262 setting_commit_ref_keywords: Referencing keywords
263 263 setting_commit_fix_keywords: Fixing keywords
264 264 setting_autologin: Autologin
265 265 setting_date_format: Date format
266 266 setting_time_format: Time format
267 267 setting_cross_project_issue_relations: Allow cross-project issue relations
268 268 setting_issue_list_default_columns: Default columns displayed on the issue list
269 269 setting_repositories_encodings: Repositories encodings
270 270 setting_commit_logs_encoding: Commit messages encoding
271 271 setting_emails_footer: Emails footer
272 272 setting_protocol: Protocol
273 273 setting_per_page_options: Objects per page options
274 274 setting_user_format: Users display format
275 275 setting_activity_days_default: Days displayed on project activity
276 276 setting_display_subprojects_issues: Display subprojects issues on main projects by default
277 277 setting_enabled_scm: Enabled SCM
278 278 setting_mail_handler_api_enabled: Enable WS for incoming emails
279 279 setting_mail_handler_api_key: API key
280 280 setting_sequential_project_identifiers: Generate sequential project identifiers
281 281 setting_gravatar_enabled: Use Gravatar user icons
282 282 setting_diff_max_lines_displayed: Max number of diff lines displayed
283 283 setting_file_max_size_displayed: Max size of text files displayed inline
284 284 setting_repository_log_display_limit: Maximum number of revisions displayed on file log
285 285 setting_openid: Allow OpenID login and registration
286 286
287 287 permission_edit_project: Edit project
288 288 permission_select_project_modules: Select project modules
289 289 permission_manage_members: Manage members
290 290 permission_manage_versions: Manage versions
291 291 permission_manage_categories: Manage issue categories
292 292 permission_add_issues: Add issues
293 293 permission_edit_issues: Edit issues
294 294 permission_manage_issue_relations: Manage issue relations
295 295 permission_add_issue_notes: Add notes
296 296 permission_edit_issue_notes: Edit notes
297 297 permission_edit_own_issue_notes: Edit own notes
298 298 permission_move_issues: Move issues
299 299 permission_delete_issues: Delete issues
300 300 permission_manage_public_queries: Manage public queries
301 301 permission_save_queries: Save queries
302 302 permission_view_gantt: View gantt chart
303 303 permission_view_calendar: View calender
304 304 permission_view_issue_watchers: View watchers list
305 305 permission_add_issue_watchers: Add watchers
306 306 permission_log_time: Log spent time
307 307 permission_view_time_entries: View spent time
308 308 permission_edit_time_entries: Edit time logs
309 309 permission_edit_own_time_entries: Edit own time logs
310 310 permission_manage_news: Manage news
311 311 permission_comment_news: Comment news
312 312 permission_manage_documents: Manage documents
313 313 permission_view_documents: View documents
314 314 permission_manage_files: Manage files
315 315 permission_view_files: View files
316 316 permission_manage_wiki: Manage wiki
317 317 permission_rename_wiki_pages: Rename wiki pages
318 318 permission_delete_wiki_pages: Delete wiki pages
319 319 permission_view_wiki_pages: View wiki
320 320 permission_view_wiki_edits: View wiki history
321 321 permission_edit_wiki_pages: Edit wiki pages
322 322 permission_delete_wiki_pages_attachments: Delete attachments
323 323 permission_protect_wiki_pages: Protect wiki pages
324 324 permission_manage_repository: Manage repository
325 325 permission_browse_repository: Browse repository
326 326 permission_view_changesets: View changesets
327 327 permission_commit_access: Commit access
328 328 permission_manage_boards: Manage boards
329 329 permission_view_messages: View messages
330 330 permission_add_messages: Post messages
331 331 permission_edit_messages: Edit messages
332 332 permission_edit_own_messages: Edit own messages
333 333 permission_delete_messages: Delete messages
334 334 permission_delete_own_messages: Delete own messages
335 335
336 336 project_module_issue_tracking: Issue tracking
337 337 project_module_time_tracking: Time tracking
338 338 project_module_news: News
339 339 project_module_documents: Documents
340 340 project_module_files: Files
341 341 project_module_wiki: Wiki
342 342 project_module_repository: Repository
343 343 project_module_boards: Boards
344 344
345 345 label_user: User
346 346 label_user_plural: Users
347 347 label_user_new: New user
348 348 label_project: Project
349 349 label_project_new: New project
350 350 label_project_plural: Projects
351 351 label_x_projects:
352 352 zero: no projects
353 353 one: 1 project
354 354 other: "{{count}} projects"
355 355 label_project_all: All Projects
356 356 label_project_latest: Latest projects
357 357 label_issue: Issue
358 358 label_issue_new: New issue
359 359 label_issue_plural: Issues
360 360 label_issue_view_all: View all issues
361 361 label_issues_by: "Issues by {{value}}"
362 362 label_issue_added: Issue added
363 363 label_issue_updated: Issue updated
364 364 label_document: Document
365 365 label_document_new: New document
366 366 label_document_plural: Documents
367 367 label_document_added: Document added
368 368 label_role: Role
369 369 label_role_plural: Roles
370 370 label_role_new: New role
371 371 label_role_and_permissions: Roles and permissions
372 372 label_member: Member
373 373 label_member_new: New member
374 374 label_member_plural: Members
375 375 label_tracker: Tracker
376 376 label_tracker_plural: Trackers
377 377 label_tracker_new: New tracker
378 378 label_workflow: Workflow
379 379 label_issue_status: Issue status
380 380 label_issue_status_plural: Issue statuses
381 381 label_issue_status_new: New status
382 382 label_issue_category: Issue category
383 383 label_issue_category_plural: Issue categories
384 384 label_issue_category_new: New category
385 385 label_custom_field: Custom field
386 386 label_custom_field_plural: Custom fields
387 387 label_custom_field_new: New custom field
388 388 label_enumerations: Enumerations
389 389 label_enumeration_new: New value
390 390 label_information: Information
391 391 label_information_plural: Information
392 392 label_please_login: Please log in
393 393 label_register: Register
394 394 label_login_with_open_id_option: or login with OpenID
395 395 label_password_lost: Lost password
396 396 label_home: Home
397 397 label_my_page: My page
398 398 label_my_account: My account
399 399 label_my_projects: My projects
400 400 label_administration: Administration
401 401 label_login: Sign in
402 402 label_logout: Sign out
403 403 label_help: Help
404 404 label_reported_issues: Reported issues
405 405 label_assigned_to_me_issues: Issues assigned to me
406 406 label_last_login: Last connection
407 407 label_registered_on: Registered on
408 408 label_activity: Activity
409 409 label_overall_activity: Overall activity
410 410 label_user_activity: "{{value}}'s activity"
411 411 label_new: New
412 412 label_logged_as: Logged in as
413 413 label_environment: Environment
414 414 label_authentication: Authentication
415 415 label_auth_source: Authentication mode
416 416 label_auth_source_new: New authentication mode
417 417 label_auth_source_plural: Authentication modes
418 418 label_subproject_plural: Subprojects
419 419 label_and_its_subprojects: "{{value}} and its subprojects"
420 420 label_min_max_length: Min - Max length
421 421 label_list: List
422 422 label_date: Date
423 423 label_integer: Integer
424 424 label_float: Float
425 425 label_boolean: Boolean
426 426 label_string: Text
427 427 label_text: Long text
428 428 label_attribute: Attribute
429 429 label_attribute_plural: Attributes
430 430 label_download: "{{count}} Download"
431 431 label_download_plural: "{{count}} Downloads"
432 432 label_no_data: No data to display
433 433 label_change_status: Change status
434 434 label_history: History
435 435 label_attachment: File
436 436 label_attachment_new: New file
437 437 label_attachment_delete: Delete file
438 438 label_attachment_plural: Files
439 439 label_file_added: File added
440 440 label_report: Report
441 441 label_report_plural: Reports
442 442 label_news: News
443 443 label_news_new: Add news
444 444 label_news_plural: News
445 445 label_news_latest: Latest news
446 446 label_news_view_all: View all news
447 447 label_news_added: News added
448 448 label_change_log: Change log
449 449 label_settings: Settings
450 450 label_overview: Overview
451 451 label_version: Version
452 452 label_version_new: New version
453 453 label_version_plural: Versions
454 454 label_confirmation: Confirmation
455 455 label_export_to: 'Also available in:'
456 456 label_read: Read...
457 457 label_public_projects: Public projects
458 458 label_open_issues: open
459 459 label_open_issues_plural: open
460 460 label_closed_issues: closed
461 461 label_closed_issues_plural: closed
462 462 label_x_open_issues_abbr_on_total:
463 463 zero: 0 open / {{total}}
464 464 one: 1 open / {{total}}
465 465 other: "{{count}} open / {{total}}"
466 466 label_x_open_issues_abbr:
467 467 zero: 0 open
468 468 one: 1 open
469 469 other: "{{count}} open"
470 470 label_x_closed_issues_abbr:
471 471 zero: 0 closed
472 472 one: 1 closed
473 473 other: "{{count}} closed"
474 474 label_total: Total
475 475 label_permissions: Permissions
476 476 label_current_status: Current status
477 477 label_new_statuses_allowed: New statuses allowed
478 478 label_all: all
479 479 label_none: none
480 480 label_nobody: nobody
481 481 label_next: Next
482 482 label_previous: Previous
483 483 label_used_by: Used by
484 484 label_details: Details
485 485 label_add_note: Add a note
486 486 label_per_page: Per page
487 487 label_calendar: Calendar
488 488 label_months_from: months from
489 489 label_gantt: Gantt
490 490 label_internal: Internal
491 491 label_last_changes: "last {{count}} changes"
492 492 label_change_view_all: View all changes
493 493 label_personalize_page: Personalize this page
494 494 label_comment: Comment
495 495 label_comment_plural: Comments
496 496 label_x_comments:
497 497 zero: no comments
498 498 one: 1 comment
499 499 other: "{{count}} comments"
500 500 label_comment_add: Add a comment
501 501 label_comment_added: Comment added
502 502 label_comment_delete: Delete comments
503 503 label_query: Custom query
504 504 label_query_plural: Custom queries
505 505 label_query_new: New query
506 506 label_filter_add: Add filter
507 507 label_filter_plural: Filters
508 508 label_equals: is
509 509 label_not_equals: is not
510 510 label_in_less_than: in less than
511 511 label_in_more_than: in more than
512 512 label_in: in
513 513 label_today: today
514 514 label_all_time: all time
515 515 label_yesterday: yesterday
516 516 label_this_week: this week
517 517 label_last_week: last week
518 518 label_last_n_days: "last {{count}} days"
519 519 label_this_month: this month
520 520 label_last_month: last month
521 521 label_this_year: this year
522 522 label_date_range: Date range
523 523 label_less_than_ago: less than days ago
524 524 label_more_than_ago: more than days ago
525 525 label_ago: days ago
526 526 label_contains: contains
527 527 label_not_contains: doesn't contain
528 528 label_day_plural: days
529 529 label_repository: Repository
530 530 label_repository_plural: Repositories
531 531 label_browse: Browse
532 532 label_modification: "{{count}} change"
533 533 label_modification_plural: "{{count}} changes"
534 534 label_revision: Revision
535 535 label_revision_plural: Revisions
536 536 label_associated_revisions: Associated revisions
537 537 label_added: added
538 538 label_modified: modified
539 539 label_copied: copied
540 540 label_renamed: renamed
541 541 label_deleted: deleted
542 542 label_latest_revision: Latest revision
543 543 label_latest_revision_plural: Latest revisions
544 544 label_view_revisions: View revisions
545 545 label_max_size: Maximum size
546 546 label_sort_highest: Move to top
547 547 label_sort_higher: Move up
548 548 label_sort_lower: Move down
549 549 label_sort_lowest: Move to bottom
550 550 label_roadmap: Roadmap
551 551 label_roadmap_due_in: "Due in {{value}}"
552 552 label_roadmap_overdue: "{{value}} late"
553 553 label_roadmap_no_issues: No issues for this version
554 554 label_search: Search
555 555 label_result_plural: Results
556 556 label_all_words: All words
557 557 label_wiki: Wiki
558 558 label_wiki_edit: Wiki edit
559 559 label_wiki_edit_plural: Wiki edits
560 560 label_wiki_page: Wiki page
561 561 label_wiki_page_plural: Wiki pages
562 562 label_index_by_title: Index by title
563 563 label_index_by_date: Index by date
564 564 label_current_version: Current version
565 565 label_preview: Preview
566 566 label_feed_plural: Feeds
567 567 label_changes_details: Details of all changes
568 568 label_issue_tracking: Issue tracking
569 569 label_spent_time: Spent time
570 570 label_f_hour: "{{value}} hour"
571 571 label_f_hour_plural: "{{value}} hours"
572 572 label_time_tracking: Time tracking
573 573 label_change_plural: Changes
574 574 label_statistics: Statistics
575 575 label_commits_per_month: Commits per month
576 576 label_commits_per_author: Commits per author
577 577 label_view_diff: View differences
578 578 label_diff_inline: inline
579 579 label_diff_side_by_side: side by side
580 580 label_options: Options
581 581 label_copy_workflow_from: Copy workflow from
582 582 label_permissions_report: Permissions report
583 583 label_watched_issues: Watched issues
584 584 label_related_issues: Related issues
585 585 label_applied_status: Applied status
586 586 label_loading: Loading...
587 587 label_relation_new: New relation
588 588 label_relation_delete: Delete relation
589 589 label_relates_to: related to
590 590 label_duplicates: duplicates
591 591 label_duplicated_by: duplicated by
592 592 label_blocks: blocks
593 593 label_blocked_by: blocked by
594 594 label_precedes: precedes
595 595 label_follows: follows
596 596 label_end_to_start: end to start
597 597 label_end_to_end: end to end
598 598 label_start_to_start: start to start
599 599 label_start_to_end: start to end
600 600 label_stay_logged_in: Stay logged in
601 601 label_disabled: disabled
602 602 label_show_completed_versions: Show completed versions
603 603 label_me: me
604 604 label_board: Forum
605 605 label_board_new: New forum
606 606 label_board_plural: Forums
607 607 label_topic_plural: Topics
608 608 label_message_plural: Messages
609 609 label_message_last: Last message
610 610 label_message_new: New message
611 611 label_message_posted: Message added
612 612 label_reply_plural: Replies
613 613 label_send_information: Send account information to the user
614 614 label_year: Year
615 615 label_month: Month
616 616 label_week: Week
617 617 label_date_from: From
618 618 label_date_to: To
619 619 label_language_based: Based on user's language
620 620 label_sort_by: "Sort by {{value}}"
621 621 label_send_test_email: Send a test email
622 622 label_feeds_access_key_created_on: "RSS access key created {{value}} ago"
623 623 label_module_plural: Modules
624 624 label_added_time_by: "Added by {{author}} {{age}} ago"
625 625 label_updated_time_by: "Updated by {{author}} {{age}} ago"
626 626 label_updated_time: "Updated {{value}} ago"
627 627 label_jump_to_a_project: Jump to a project...
628 628 label_file_plural: Files
629 629 label_changeset_plural: Changesets
630 630 label_default_columns: Default columns
631 631 label_no_change_option: (No change)
632 632 label_bulk_edit_selected_issues: Bulk edit selected issues
633 633 label_theme: Theme
634 634 label_default: Default
635 635 label_search_titles_only: Search titles only
636 636 label_user_mail_option_all: "For any event on all my projects"
637 637 label_user_mail_option_selected: "For any event on the selected projects only..."
638 638 label_user_mail_option_none: "Only for things I watch or I'm involved in"
639 639 label_user_mail_no_self_notified: "I don't want to be notified of changes that I make myself"
640 640 label_registration_activation_by_email: account activation by email
641 641 label_registration_manual_activation: manual account activation
642 642 label_registration_automatic_activation: automatic account activation
643 643 label_display_per_page: "Per page: {{value}}'"
644 644 label_age: Age
645 645 label_change_properties: Change properties
646 646 label_general: General
647 647 label_more: More
648 648 label_scm: SCM
649 649 label_plugins: Plugins
650 650 label_ldap_authentication: LDAP authentication
651 651 label_downloads_abbr: D/L
652 652 label_optional_description: Optional description
653 653 label_add_another_file: Add another file
654 654 label_preferences: Preferences
655 655 label_chronological_order: In chronological order
656 656 label_reverse_chronological_order: In reverse chronological order
657 657 label_planning: Planning
658 658 label_incoming_emails: Incoming emails
659 659 label_generate_key: Generate a key
660 660 label_issue_watchers: Watchers
661 661 label_example: Example
662 662 label_display: Display
663 663
664 664 button_login: Login
665 665 button_submit: Submit
666 666 button_save: Save
667 667 button_check_all: Check all
668 668 button_uncheck_all: Uncheck all
669 669 button_delete: Delete
670 670 button_create: Create
671 671 button_create_and_continue: Create and continue
672 672 button_test: Test
673 673 button_edit: Edit
674 674 button_add: Add
675 675 button_change: Change
676 676 button_apply: Apply
677 677 button_clear: Clear
678 678 button_lock: Lock
679 679 button_unlock: Unlock
680 680 button_download: Download
681 681 button_list: List
682 682 button_view: View
683 683 button_move: Move
684 684 button_back: Back
685 685 button_cancel: Cancel
686 686 button_activate: Activate
687 687 button_sort: Sort
688 688 button_log_time: Log time
689 689 button_rollback: Rollback to this version
690 690 button_watch: Watch
691 691 button_unwatch: Unwatch
692 692 button_reply: Reply
693 693 button_archive: Archive
694 694 button_unarchive: Unarchive
695 695 button_reset: Reset
696 696 button_rename: Rename
697 697 button_change_password: Change password
698 698 button_copy: Copy
699 699 button_annotate: Annotate
700 700 button_update: Update
701 701 button_configure: Configure
702 702 button_quote: Quote
703 703
704 704 status_active: active
705 705 status_registered: registered
706 706 status_locked: locked
707 707
708 708 text_select_mail_notifications: Select actions for which email notifications should be sent.
709 709 text_regexp_info: eg. ^[A-Z0-9]+$
710 710 text_min_max_length_info: 0 means no restriction
711 711 text_project_destroy_confirmation: Are you sure you want to delete this project and related data ?
712 712 text_subprojects_destroy_warning: "Its subproject(s): {{value}} will be also deleted.'"
713 713 text_workflow_edit: Select a role and a tracker to edit the workflow
714 714 text_are_you_sure: Are you sure ?
715 715 text_journal_changed: "changed from {{old}} to {{new}}"
716 716 text_journal_set_to: "set to {{value}}"
717 717 text_journal_deleted: deleted
718 718 text_tip_task_begin_day: task beginning this day
719 719 text_tip_task_end_day: task ending this day
720 720 text_tip_task_begin_end_day: task beginning and ending this day
721 721 text_project_identifier_info: 'Only lower case letters (a-z), numbers and dashes are allowed.<br />Once saved, the identifier can not be changed.'
722 722 text_caracters_maximum: "{{count}} characters maximum."
723 723 text_caracters_minimum: "Must be at least {{count}} characters long."
724 724 text_length_between: "Length between {{min}} and {{max}} characters."
725 725 text_tracker_no_workflow: No workflow defined for this tracker
726 726 text_unallowed_characters: Unallowed characters
727 727 text_comma_separated: Multiple values allowed (comma separated).
728 728 text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages
729 729 text_issue_added: "Issue {{id}} has been reported by {{author}}."
730 730 text_issue_updated: "Issue {{id}} has been updated by {{author}}."
731 731 text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content ?
732 732 text_issue_category_destroy_question: "Some issues ({{count}}) are assigned to this category. What do you want to do ?"
733 733 text_issue_category_destroy_assignments: Remove category assignments
734 734 text_issue_category_reassign_to: Reassign issues to this category
735 735 text_user_mail_option: "For unselected projects, you will only receive notifications about things you watch or you're involved in (eg. issues you're the author or assignee)."
736 736 text_no_configuration_data: "Roles, trackers, issue statuses and workflow have not been configured yet.\nIt is highly recommended to load the default configuration. You will be able to modify it once loaded."
737 737 text_load_default_configuration: Load the default configuration
738 738 text_status_changed_by_changeset: "Applied in changeset {{value}}."
739 739 text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s) ?'
740 740 text_select_project_modules: 'Select modules to enable for this project:'
741 741 text_default_administrator_account_changed: Default administrator account changed
742 742 text_file_repository_writable: Attachments directory writable
743 743 text_plugin_assets_writable: Plugin assets directory writable
744 744 text_rmagick_available: RMagick available (optional)
745 745 text_destroy_time_entries_question: %.02f hours were reported on the issues you are about to delete. What do you want to do ?
746 746 text_destroy_time_entries: Delete reported hours
747 747 text_assign_time_entries_to_project: Assign reported hours to the project
748 748 text_reassign_time_entries: 'Reassign reported hours to this issue:'
749 749 text_user_wrote: "{{value}} wrote:'"
750 750 text_enumeration_destroy_question: "{{count}} objects are assigned to this value.'"
751 751 text_enumeration_category_reassign_to: 'Reassign them to this value:'
752 752 text_email_delivery_not_configured: "Email delivery is not configured, and notifications are disabled.\nConfigure your SMTP server in config/email.yml and restart the application to enable them."
753 753 text_repository_usernames_mapping: "Select or update the Redmine user mapped to each username found in the repository log.\nUsers with the same Redmine and repository username or email are automatically mapped."
754 754 text_diff_truncated: '... This diff was truncated because it exceeds the maximum size that can be displayed.'
755 755 text_custom_field_possible_values_info: 'One line for each value'
756 756
757 757 default_role_manager: Manager
758 758 default_role_developper: Developer
759 759 default_role_reporter: Reporter
760 760 default_tracker_bug: Bug
761 761 default_tracker_feature: Feature
762 762 default_tracker_support: Support
763 763 default_issue_status_new: New
764 764 default_issue_status_assigned: Assigned
765 765 default_issue_status_resolved: Resolved
766 766 default_issue_status_feedback: Feedback
767 767 default_issue_status_closed: Closed
768 768 default_issue_status_rejected: Rejected
769 769 default_doc_category_user: User documentation
770 770 default_doc_category_tech: Technical documentation
771 771 default_priority_low: Low
772 772 default_priority_normal: Normal
773 773 default_priority_high: High
774 774 default_priority_urgent: Urgent
775 775 default_priority_immediate: Immediate
776 776 default_activity_design: Design
777 777 default_activity_development: Development
778 778
779 779 enumeration_issue_priorities: Issue priorities
780 780 enumeration_doc_categories: Document categories
781 781 enumeration_activities: Activities (time tracking)
General Comments 0
You need to be logged in to leave comments. Login now