1
0
mirror of https://github.com/flarum/core.git synced 2025-08-15 21:04:30 +02:00

Merge pull request #76 from dcsjapan/misc-cleanup

Clean up translation keys
This commit is contained in:
Toby Zerner
2016-05-21 22:05:51 +09:30

View File

@@ -88,8 +88,6 @@ core:
# These translations are used in the Extensions page.
extensions:
add_button: Add Extension
disable_button: Disable
enable_button: Enable
settings_button: => core.ref.settings
uninstall_button: Uninstall
@@ -158,7 +156,7 @@ core:
# These translations are used in the Change Email modal dialog.
change_email:
confirmation_message: => core.ref.confirmation_email_sent
confirm_password_label: => core.ref.confirm_password
confirm_password_placeholder: => core.ref.confirm_password
dismiss_button: => core.ref.okay
incorrect_password_message: The password you entered is incorrect.
submit_button: => core.ref.save_changes
@@ -225,6 +223,7 @@ core:
email_label: => core.ref.email
password_label: => core.ref.password
submit_button: => core.ref.save_changes
title: Edit User
username_label: => core.ref.username
# These translations are used in the Forgot Password modal dialog.
@@ -427,6 +426,7 @@ core:
# These translations are used in emails sent when users register new accounts.
activate_account:
subject: Activate Your New Account
body: |
Hey {username}!
@@ -436,10 +436,10 @@ core:
{url}
If you did not sign up, please ignore this email.
subject: Activate Your New Account
# These translations are used in emails sent when users change their email address.
confirm_email:
subject: Confirm Your New Email Address
body: |
Hey {username}!
@@ -449,10 +449,10 @@ core:
{url}
If this was not you, please ignore this email.
subject: Confirm Your New Email Address
# These translations are used in emails sent when users ask to reset their passwords.
reset_password:
subject: => core.ref.reset_your_password
body: |
Hey {username}!
@@ -462,7 +462,6 @@ core:
{url}
If you do not wish to change your password, just ignore this email and nothing will happen.
subject: => core.ref.reset_your_password
##
# REUSED TRANSLATIONS - These keys should not be used directly in code!