diff options
author | Go MAEDA <maeda@farend.jp> | 2019-04-21 14:06:19 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-04-21 14:06:19 +0000 |
commit | abb8274a9853c9ff17c53fa2b7733ef3f0203841 (patch) | |
tree | a20c697c865c18d7a7ffb6023a9ad15002ab59e7 /config | |
parent | dd146cbe85612c2933a24b90f2fedfc2abf84fba (diff) | |
download | redmine-abb8274a9853c9ff17c53fa2b7733ef3f0203841.tar.gz redmine-abb8274a9853c9ff17c53fa2b7733ef3f0203841.zip |
Change "Create and Continue" translation to "Create and add another" (#10702).
Patch by Marius BALTEANU.
git-svn-id: http://svn.redmine.org/redmine/trunk@18071 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en-GB.yml | 2 | ||||
-rw-r--r-- | config/locales/en.yml | 2 | ||||
-rw-r--r-- | config/locales/fi.yml | 2 | ||||
-rw-r--r-- | config/locales/sq.yml | 2 | ||||
-rw-r--r-- | config/locales/th.yml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/config/locales/en-GB.yml b/config/locales/en-GB.yml index 641f931cb..a4b654428 100644 --- a/config/locales/en-GB.yml +++ b/config/locales/en-GB.yml @@ -799,7 +799,7 @@ en-GB: button_expand_all: Expand all button_delete: Delete button_create: Create - button_create_and_continue: Create and continue + button_create_and_continue: Create and add another button_test: Test button_edit: Edit button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}" diff --git a/config/locales/en.yml b/config/locales/en.yml index 332d5e206..8757b70ea 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1055,7 +1055,7 @@ en: button_expand_all: Expand all button_delete: Delete button_create: Create - button_create_and_continue: Create and continue + button_create_and_continue: Create and add another button_test: Test button_edit: Edit button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}" diff --git a/config/locales/fi.yml b/config/locales/fi.yml index f5262d0e8..0fbde0c1b 100644 --- a/config/locales/fi.yml +++ b/config/locales/fi.yml @@ -802,7 +802,7 @@ fi: setting_diff_max_lines_displayed: Max number of diff lines displayed text_plugin_assets_writable: Plugin assets directory writable warning_attachments_not_saved: "%{count} file(s) could not be saved." - button_create_and_continue: Create and continue + button_create_and_continue: Create and add another text_custom_field_possible_values_info: 'One line for each value' label_display: Display field_editable: Editable diff --git a/config/locales/sq.yml b/config/locales/sq.yml index 94d587342..bfd1e6473 100644 --- a/config/locales/sq.yml +++ b/config/locales/sq.yml @@ -837,7 +837,7 @@ sq: button_expand_all: Expand all button_delete: Delete button_create: Create - button_create_and_continue: Create and continue + button_create_and_continue: Create and add another button_test: Test button_edit: Edit button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}" diff --git a/config/locales/th.yml b/config/locales/th.yml index 3b2bf1e50..34b29d37b 100644 --- a/config/locales/th.yml +++ b/config/locales/th.yml @@ -777,7 +777,7 @@ th: setting_diff_max_lines_displayed: Max number of diff lines displayed text_plugin_assets_writable: Plugin assets directory writable warning_attachments_not_saved: "%{count} file(s) could not be saved." - button_create_and_continue: Create and continue + button_create_and_continue: Create and add another text_custom_field_possible_values_info: 'One line for each value' label_display: Display field_editable: Editable |