diff options
author | Go MAEDA <maeda@farend.jp> | 2020-09-10 07:23:01 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2020-09-10 07:23:01 +0000 |
commit | fb22773f84b402a34538e61b535022104504aac6 (patch) | |
tree | 22dfb3c0a121f408039a239686868161f1259ec6 /config/locales/gl.yml | |
parent | 58eca8190e22e0c0ca83386ebea49b07c05dc0e1 (diff) | |
download | redmine-fb22773f84b402a34538e61b535022104504aac6.tar.gz redmine-fb22773f84b402a34538e61b535022104504aac6.zip |
Update locales (#33426).
git-svn-id: http://svn.redmine.org/redmine/trunk@20014 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/gl.yml')
-rw-r--r-- | config/locales/gl.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/config/locales/gl.yml b/config/locales/gl.yml index 4797444a2..9367474d9 100644 --- a/config/locales/gl.yml +++ b/config/locales/gl.yml @@ -1390,3 +1390,16 @@ gl: twofa_text_backup_codes_created_at: Backup codes generated %{datetime}. twofa_backup_codes_already_shown: Backup codes cannot be shown again, please <a data-method="post" href="%{bc_path}">generate new backup codes</a> if required. + error_can_not_execute_macro_html: Error executing the <strong>%{name}</strong> macro + (%{error}) + error_macro_does_not_accept_block: This macro does not accept a block of text + error_invalid_macro_name: 'Invalid macro name: %{name} (only 0-9, A-Z, a-z and _ characters + are accepted)' + error_can_not_create_macro_without_block: Can not create a macro without a block! + error_childpages_macro_no_argument: With no argument, this macro can be called from + wiki pages only + error_circular_inclusion: Circular inclusion detected + error_page_not_found: Page not found + error_filename_required: Filename required + error_invalid_size_parameter: Invalid size parameter + error_attachment_not_found: Attachment %{name} not found |