diff --git a/extensions/lang-english/locale/flarum-auth-facebook.yml b/extensions/lang-english/locale/flarum-auth-facebook.yml new file mode 100644 index 000000000..89f7ef772 --- /dev/null +++ b/extensions/lang-english/locale/flarum-auth-facebook.yml @@ -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 diff --git a/extensions/lang-english/locale/flarum-auth-github.yml b/extensions/lang-english/locale/flarum-auth-github.yml new file mode 100644 index 000000000..593379f61 --- /dev/null +++ b/extensions/lang-english/locale/flarum-auth-github.yml @@ -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 diff --git a/extensions/lang-english/locale/flarum-auth-twitter.yml b/extensions/lang-english/locale/flarum-auth-twitter.yml new file mode 100644 index 000000000..a5894d043 --- /dev/null +++ b/extensions/lang-english/locale/flarum-auth-twitter.yml @@ -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