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