Project

General

Profile

Exporting from an older version of Redmine and Importing ... » en.yml

Alan MacK, 2014-12-17 23:25

 
1
en:
2
  
3
  label_import: "Import"
4
  
5
  label_issue_importer: "Issue Importer"
6
  
7
  label_upload_notice: "Select a CSV file to import. Import file must have a header row. Maximum size 4MB."
8
  
9
  label_upload_format: "File format settings"
10
  
11
  label_upload_encoding: "Encoding:"
12
  
13
  label_upload_splitter: "Field separator character:"
14
  
15
  label_upload_wrapper: "Field quoting character:"
16
  
17
  
18
  label_load_rules: "Load saved rules"
19
  
20
  label_toplines: "Refer to top lines of %{value}:"
21
  
22
  label_match_columns: "Matching Columns"
23
  
24
  label_match_select: "Select field to set from each column:"
25
  
26
  label_import_rule: "Import rules"
27
  
28
  label_default_tracker: "Default tracker:"
29
  
30
  label_importer_send_emails: "Send notification emails"
31
  
32
  label_importer_add_categories: "Auto-add categories"
33
  
34
  label_importer_add_versions: "Auto-add target versions"
35
  
36
  label_importer_use_anonymous: "Substitute unknown users with the Anonymous user"
37
  
38
  label_update_issue: "Update existing issues"
39
  
40
  label_journal_field: "Select column to use as note:"
41
  
42
  label_unique_field: "Select unique-valued column (required for updating existing issues or importing relations):"
43
  
44
  label_update_other_project: "Allow updating issues from other projects"
45
  
46
  label_ignore_non_exist: "Ignore non-existant issues"
47
  
48
  label_rule_name: "Input rule name"
49
  
50
  
51
  label_import_result: "Import Result"
52
  
53
  label_result_notice: "%{handle_count} issues processed.  %{success_count} issues successfully imported."
54
  
55
  label_result_projects: "Affected projects:"
56
  label_result_issues: "%{count} issues"
57
  
58
  label_result_failed: "Failed rows (%{count})"
59
  
60
  label_result_messages: "Messages"
61
  
62
  option_ignore: "Ignore"
63
  
64
  button_upload: "Upload File"
65
  button_submit: "Submit"
66
  button_save_rules_and_submit: "Save match rules and submit"
67

    
68
  text_rmi_specify_unique_field_for_update: "Unique field must be specified because Update existing issues is on"
69
  text_rmi_specify_unique_field_for_column: "Unique field must be specified because the column %{column} needs to refer to other tasks" 
70

    
(2-2/2)