From 99b3bd66730f39f6a98005bdba9804e2ced323e9 Mon Sep 17 00:00:00 2001 From: dcsjapan Date: Wed, 21 Oct 2015 17:39:27 +0900 Subject: [PATCH] Reorganize key names for Pusher See [flarum/core #265](https://github.com/flarum/core/issues/265). - Adjusts key names to three-tier namespacing. - Adds newly extracted strings. - Adds commenting to match core. --- .../lang-english/locale/flarum-pusher.yml | 21 ++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/extensions/lang-english/locale/flarum-pusher.yml b/extensions/lang-english/locale/flarum-pusher.yml index 650ab7abf..1ef5f623a 100644 --- a/extensions/lang-english/locale/flarum-pusher.yml +++ b/extensions/lang-english/locale/flarum-pusher.yml @@ -1,3 +1,22 @@ flarum-pusher: + + ## + # UNIQUE KEYS - The following keys are used in only one location each. + ## + + # Strings in this namespace are used by the admin interface. + admin: + + # These strings are used in the Pusher Settings modal dialog. + pusher_settings: + app_id_label: App ID + app_key_label: App Key + app_secret_label: App Secret + title: Pusher Settings + + # Strings in this namespace are used by the admin interface. forum: - show_updated_discussions: "Show {count} updated discussion|Show {count} updated discussions" + + # These strings are used in the discussion list. + discussion_list: + show_updates_text: "Show {count} updated discussion|Show {count} updated discussions"