|
344 | 344 | 'ticket-destroy-error' => 'The ticket could not be deleted: :error', |
345 | 345 | 'comment-destroy-error' => 'The comment could not be deleted: :error', |
346 | 346 |
|
347 | | - // Comment form |
| 347 | + // Comment form |
348 | 348 | 'validate-comment-required' => 'You must type the comment text', |
349 | 349 | 'validate-comment-min' => 'You must type a longer text for the comment', |
350 | 350 |
|
| 351 | +// Ticket search form |
| 352 | + 'searchform-nav-text' => 'Search', |
| 353 | + 'searchform-title' => 'Search tickets', |
| 354 | + |
| 355 | + 'searchform-creator' => 'Creator', |
| 356 | + 'searchform-department' => 'Department', |
| 357 | + 'searchform-comments' => 'Comments text', |
| 358 | + 'searchform-attachment_filename' => 'Attachment filename', |
| 359 | + 'searchform-any_text_field' => 'Any text field', |
| 360 | + 'searchform-created_at' => 'Creation datetime', |
| 361 | + 'searchform-completed_at' => 'Completion datetime', |
| 362 | + 'searchform-updated_at' => 'Last update', |
| 363 | + |
| 364 | + 'searchform-help-creator' => 'Who created the ticket (Sometimes is an agent in the name of a Member)', |
| 365 | + 'searchform-help-owner' => 'Member that owns the ticket', |
| 366 | + 'searchform-help-department' => 'Owner departments', |
| 367 | + 'searchform-help-any_text_field' => 'Find in any text field in: Subject, Description, Intervention, Comments or attachment fields', |
| 368 | + |
| 369 | + 'searchform-creator-none' => '- none -', |
| 370 | + 'searchform-owner-none' => '- none -', |
| 371 | + 'searchform-department-none' => '- none -', |
| 372 | + 'searchform-list-none' => '- none -', |
| 373 | + 'searchform-status-none' => '- none -', |
| 374 | + 'searchform-priority-none' => '- none -', |
| 375 | + 'searchform-category-none' => '- none -', |
| 376 | + 'searchform-agent-none' => '- none -', |
| 377 | + |
| 378 | + 'searchform-date-type-from' => 'From specified', |
| 379 | + 'searchform-date-type-until' => 'Until specified', |
| 380 | + 'searchform-date-type-exact_year' => 'Exact Year', |
| 381 | + 'searchform-date-type-exact_month'=> 'Year, month', |
| 382 | + 'searchform-date-type-exact_day' => 'Exact day', |
| 383 | + |
| 384 | + 'searchform-btn-submit' => 'Search', |
| 385 | + |
| 386 | + 'searchform-validation-no-field' => 'No field was introduced', |
| 387 | + 'searchform-validation-success' => ':num search fields registered', |
| 388 | + |
| 389 | + 'searchform-results-title' => 'Search results', |
| 390 | + 'searchform-btn-edit' => 'Edit search', |
351 | 391 |
|
352 | 392 | /* |
353 | 393 | * Controllers |
|
0 commit comments