Merge pull request #53 from dcsjapan/extract-auth

Add translations for Flarum Auth extensions
This commit is contained in:
Toby Zerner 2015-11-29 15:17:09 +10:30
commit 999135ea10
3 changed files with 63 additions and 0 deletions

View File

@ -0,0 +1,21 @@
flarum-auth-facebook:
##
# UNIQUE KEYS - The following keys are used in only one location each.
##
# Translations in this namespace are used by the admin interface.
admin:
# These translations are used in the Facebook Settings modal dialog.
facebook_settings:
app_id_label: App ID
app_secret_label: App Secret
title: Facebook Settings
# Translations in this namespace are used by the forum user interface.
forum:
# These translations are used in the Log In modal dialog.
log_in:
with_facebook_button: Log In with Facebook

View File

@ -0,0 +1,21 @@
flarum-auth-github:
##
# UNIQUE KEYS - The following keys are used in only one location each.
##
# Translations in this namespace are used by the admin interface.
admin:
# These translations are used in the GitHub Settings modal dialog.
github_settings:
client_id_label: Client ID
client_secret_label: Client Secret
title: GitHub Settings
# Translations in this namespace are used by the forum user interface.
forum:
# These translations are used in the Log In modal dialog.
log_in:
with_github_button: Log In with GitHub

View File

@ -0,0 +1,21 @@
flarum-auth-twitter:
##
# UNIQUE KEYS - The following keys are used in only one location each.
##
# Translations in this namespace are used by the admin interface.
admin:
# These translations are used in the Twitter Settings modal dialog.
twitter_settings:
api_key_label: API Key
api_secret_label: API Secret
title: Twitter Settings
# Translations in this namespace are used by the forum user interface.
forum:
# These translations are used in the Log In modal dialog.
log_in:
with_twitter_button: Log In with Twitter