mirror of
https://github.com/flarum/framework.git
synced 2024-11-26 02:10:09 +08:00
fd13c4609e
- Adds resources to support flarum/auth-facebook#1. - Adds resources to support flarum/auth-github#1. - Adds resources to support flarum/auth-twitter#1.
22 lines
581 B
YAML
22 lines
581 B
YAML
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
|