diff --git a/public/language/en-GB/admin/extend/plugins.json b/public/language/en-GB/admin/extend/plugins.json new file mode 100644 index 0000000000..92d8d4a1b9 --- /dev/null +++ b/public/language/en-GB/admin/extend/plugins.json @@ -0,0 +1,29 @@ +{ + "installed": "Installed", + "active": "Active", + "inactive": "Inactive", + "out-of-date": "Out of Date", + "find-plugins": "Find Plugins", + + "plugin-search": "Plugin Search", + "plugin-search-placeholder": "Search for plugin...", + "reorder-plugins": "Re-order Plugins", + "order-active": "Order Active Plugins", + "dev-interested": "Interested in writing plugins for NodeBB?", + "docs-info": "Full documentation regarding plugin authoring can be found in the NodeBB Docs Portal.", + + "order.description": "Certain plugins work ideally when they are initialised before/after other plugins.", + "order.explanation": "Plugins load in the order specified here, from top to bottom", + + "plugin-item.themes": "Themes", + "plugin-item.deactivate": "Deactivate", + "plugin-item.activate": "Activate", + "plugin-item.uninstall": "Uninstall", + "plugin-item.settings": "Settings", + "plugin-item.installed": "Installed", + "plugin-item.latest": "Latest", + "plugin-item.upgrade": "Upgrade", + "plugin-item.more-info": "For more information:", + "plugin-item.unknown": "Unknown", + "plugin-item.unknown-explanation": "The state of this plugin could not be determined, possibly due to a misconfiguration error." +} \ No newline at end of file diff --git a/public/language/en-GB/admin/extend/rewards.json b/public/language/en-GB/admin/extend/rewards.json new file mode 100644 index 0000000000..74fa0c6436 --- /dev/null +++ b/public/language/en-GB/admin/extend/rewards.json @@ -0,0 +1,13 @@ +{ + "rewards": "Rewards", + "condition-if-users": "If User's", + "condition-is": "Is:", + "condition-then": "Then:", + "max-claims": "Amount of times reward is claimable", + "zero-infinite": "Enter 0 for infinite", + "delete": "Delete", + "enable": "Enable", + "disable": "Disable", + "control-panel": "Rewards Control", + "new-reward": "New Reward" +} \ No newline at end of file diff --git a/public/language/en-GB/admin/extend/widgets.json b/public/language/en-GB/admin/extend/widgets.json new file mode 100644 index 0000000000..88ee38fc7c --- /dev/null +++ b/public/language/en-GB/admin/extend/widgets.json @@ -0,0 +1,14 @@ +{ + "available": "Available Widgets", + "explanation": "Select a widget from the dropdown menu and then drag and drop it into a template's widget area on the left.", + "none-installed": "No widgets found! Activate the essential widgets plugin in the plugins control panel.", + "containers.available": "Available Containers", + "containers.explanation": "Drag and drop on top of any active widget", + "containers.none": "None", + "container.well": "Well", + "container.jumbotron": "Jumbotron", + "container.panel": "Panel", + "container.panel-header": "Panel Header", + "container.panel-body": "Panel Body", + "container.alert": "Alert" +} \ No newline at end of file diff --git a/src/views/admin/extend/plugins.tpl b/src/views/admin/extend/plugins.tpl index 07c51bcb73..34f93ff424 100644 --- a/src/views/admin/extend/plugins.tpl +++ b/src/views/admin/extend/plugins.tpl @@ -1,12 +1,12 @@
@@ -41,24 +41,24 @@
-
Plugin Search
+
[[admin/extend/plugins:plugin-search]]
-
+
-
Re-order Plugins
+
[[admin/extend/plugins:reorder-plugins]]
- +
-
Interested in writing plugins for NodeBB?
+
[[admin/extend/plugins:dev-interested]]

- Full documentation regarding plugin authoring can be found in the NodeBB Docs Portal. + [[admin/extend/plugins:documentation-info]]

@@ -70,20 +70,20 @@
diff --git a/src/views/admin/extend/rewards.tpl b/src/views/admin/extend/rewards.tpl index 9d2a2fd0f4..b4256a41d3 100644 --- a/src/views/admin/extend/rewards.tpl +++ b/src/views/admin/extend/rewards.tpl @@ -1,14 +1,14 @@
-
Rewards
+
[[admin/extend/rewards:rewards]]
  • -
    +
    -
    +
    -
    +
    - Enter 0 for infinite + [[admin/extend/rewards:zero-infinite]]
    - + - + - +
@@ -66,10 +66,10 @@
-
Rewards Control
+
[[admin/extend/rewards:control-panel]]
- - + +
diff --git a/src/views/admin/extend/widgets.tpl b/src/views/admin/extend/widgets.tpl index 381d03794e..07b8b5c193 100644 --- a/src/views/admin/extend/widgets.tpl +++ b/src/views/admin/extend/widgets.tpl @@ -28,12 +28,12 @@
-
Available Widgets
+
[[admin/extend/widgets:available]]
-

Select a widget from the dropdown menu and then drag and drop it into a template's widget area on the left.

+

[[admin/extend/widgets:explanation]]

-
No widgets found! Activate the essential widgets plugin in the plugins control panel.
+
[[none-installed, {config.relative_path}/admin/extend/plugins]]