From 5099791b55d08aacee86417513418e742315a7b2 Mon Sep 17 00:00:00 2001 From: dcsjapan Date: Sun, 29 Nov 2015 15:02:59 +0900 Subject: [PATCH] Add translations for Akismet - Adds resources to support flarum/akismet#1. --- .../lang-english/locale/flarum-akismet.yml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 extensions/lang-english/locale/flarum-akismet.yml diff --git a/extensions/lang-english/locale/flarum-akismet.yml b/extensions/lang-english/locale/flarum-akismet.yml new file mode 100644 index 000000000..861348177 --- /dev/null +++ b/extensions/lang-english/locale/flarum-akismet.yml @@ -0,0 +1,22 @@ +flarum-akismet: + + ## + # 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 Akismet Settings modal dialog. + akismet_settings: + api_key_label: API Key + title: Akismet Settings + + # Translations in this namespace are used by the forum user interface. + forum: + + # These translations are used by the frame displayed around flagged posts. + post: + akismet_flagged_text: Akismet flagged as spam + not_spam_button: Not Spam +