diff --git a/public/language/en-GB/admin/general/dashboard.json b/public/language/en-GB/admin/general/dashboard.json new file mode 100644 index 0000000000..dab42d9d00 --- /dev/null +++ b/public/language/en-GB/admin/general/dashboard.json @@ -0,0 +1,42 @@ +{ + "forum-traffic": "Forum Traffic", + "page-views": "Page Views", + "unique-visitors": "Unique Visitors", + "page-views-last-month": "Page views Last Month", + "page-views-this-month": "Page views This Month", + "page-views-last-day": "Page views in last 24 hours", + + "stats.day": "Day", + "stats.week": "Week", + "stats.month": "Month", + "stats.all": "All Time", + + "updates": "Updates", + "running-version": "You are running NodeBB v%1.", + "keep-updated": "Always make sure that your NodeBB is up to date for the latest security patches and bug fixes.", + + "notices": "Notices", + + "control-panel": "System Control", + "reload": "Reload", + "restart": "Restart", + "restart-warning": "Reloading or Restarting your NodeBB will drop all existing connections for a few seconds.", + "maintenance-mode": "Maintenance Mode", + "maintenance-mode-title": "Click here to set up maintenance mode for NodeBB", + "realtime-chart-updates": "Realtime Chart Updates", + + "active-users": "Active Users", + + "anonymous-registered-users": "Anonymous vs Registered Users", + "anonymous": "Anonymous", + "registered": "Registered", + + "user-presence": "User Presence", + "on-categories": "On categories list", + "reading-posts": "Reading posts", + "browsing-topics": "Browsing topics", + "recent": "Recent", + "unread": "Unread", + + "high-presence-topics": "High Presence Topics" +} \ No newline at end of file diff --git a/public/language/en-GB/admin/general/homepage.json b/public/language/en-GB/admin/general/homepage.json new file mode 100644 index 0000000000..4866b8baf6 --- /dev/null +++ b/public/language/en-GB/admin/general/homepage.json @@ -0,0 +1,7 @@ +{ + "home-page": "Home Page", + "description": "Choose what page is shown when users navigate to the root URL of your forum.", + "home-page-route": "Home Page Route", + "custom-route": "Custom Route", + "allow-user-home-pages": "Allow User Home Pages" +} \ No newline at end of file diff --git a/public/language/en-GB/admin/general/languages.json b/public/language/en-GB/admin/general/languages.json new file mode 100644 index 0000000000..da45cade2c --- /dev/null +++ b/public/language/en-GB/admin/general/languages.json @@ -0,0 +1,5 @@ +{ + "language-settings": "Language Settings", + "description": "The default language determines the language settings for all users who are visiting your forum.
Individual users can override the default language on their account settings page.", + "default-language": "Default Language" +} \ No newline at end of file diff --git a/public/language/en-GB/admin/general/navigation.json b/public/language/en-GB/admin/general/navigation.json new file mode 100644 index 0000000000..c4ba0d09ac --- /dev/null +++ b/public/language/en-GB/admin/general/navigation.json @@ -0,0 +1,27 @@ +{ + "icon": "Icon:", + "change-icon": "change", + "route": "Route:", + "tooltip": "Tooltip:", + "text": "Text:", + "text-class": "Text Class: optional", + "id": "ID: optional", + + "properties": "Properties:", + "only-admins": "Only display to Admins", + "only-global-mods-and-admins": "Only display to Global Moderators and Admins", + "only-logged-in": "Only display to logged in users", + "open-new-window": "Open in a new window", + + "installed-plugins-required": "Installed Plugins Required:", + "search-plugin": "Search plugin", + + "btn.delete": "Delete", + "btn.disable": "Disable", + "btn.enable": "Enable", + + "available-menu-items": "Available Menu Items", + "custom-route": "Custom Route", + "core": "core", + "plugin": "plugin" +} \ No newline at end of file diff --git a/public/language/en-GB/admin/general/social.json b/public/language/en-GB/admin/general/social.json new file mode 100644 index 0000000000..257e20b54b --- /dev/null +++ b/public/language/en-GB/admin/general/social.json @@ -0,0 +1,4 @@ +{ + "post-sharing": "Post Sharing", + "info-plugins-additional": "Plugins can add additional networks for sharing posts." +} \ No newline at end of file diff --git a/public/language/en-GB/admin/general/sounds.json b/public/language/en-GB/admin/general/sounds.json new file mode 100644 index 0000000000..42860f4b1c --- /dev/null +++ b/public/language/en-GB/admin/general/sounds.json @@ -0,0 +1,8 @@ +{ + "notifications": "Notifications", + "chat-messages": "Chat Messages", + "play-sound": "Play", + "incoming-message": "Incoming Message", + "outgoing-message": "Outgoing Message", + "upload-new-sound": "Upload New Sound" +} \ No newline at end of file diff --git a/src/views/admin/general/dashboard.tpl b/src/views/admin/general/dashboard.tpl index 8cb0be4032..2e42dd8430 100644 --- a/src/views/admin/general/dashboard.tpl +++ b/src/views/admin/general/dashboard.tpl @@ -1,27 +1,27 @@
-
Forum Traffic
+
[[admin/general/dashboard:forum-traffic]]
@@ -35,19 +35,19 @@
{stats.day} -
Day
+
[[admin/general/dashboard:stats.day]]
{stats.week} -
Week
+
[[admin/general/dashboard:stats.week]]
{stats.month} -
Month
+
[[admin/general/dashboard:stats.month]]
{stats.alltime} -
All Time
+
[[admin/general/dashboard:stats.all]]
@@ -57,13 +57,13 @@
-
Updates
+
[[admin/general/dashboard:updates]]
-

You are running NodeBB v{version}.

+

[[admin/general/dashboard:running-version, {version}]]

- Always make sure that your NodeBB is up to date for the latest security patches and bug fixes. + [[admin/general/dashboard:keep-updated]]

@@ -71,7 +71,7 @@
-
Notices
+
[[admin/general/dashboard:notices]]
@@ -92,40 +92,40 @@
-
System Control
+
[[admin/general/dashboard:control-panel]]

- - + +

- Reloading or Restarting your NodeBB will drop all existing connections for a few seconds. + [[admin/general/dashboard:restart-warning]]

- Maintenance Mode + [[maintenance-mode]]


- Realtime Chart Updates OFF + [[admin/general/dashboard:realtime-chart-updates]] OFF
-
Active Users
+
[[admin/general/dashboard:active-users]]
-
Anonymous vs Registered Users
+
[[admin/general/dashboard:anonymous-registered-users]]
    -
  • Anonymous
  • -
  • Registered
  • +
  • [[admin/general/dashboard:anonymous]]
  • +
  • [[admin/general/dashboard:registered]]
@@ -133,15 +133,15 @@
-
User Presence
+
[[admin/general/dashboard:user-presence]]
    -
  • On categories list
  • -
  • Reading posts
  • -
  • Browsing topics
  • -
  • Recent
  • -
  • Unread
  • +
  • [[admin/general/dashboard:on-categories]]
  • +
  • [[admin/general/dashboard:reading-posts]]
  • +
  • [[admin/general/dashboard:browsing-topics]]
  • +
  • [[admin/general/dashboard:recent]]
  • +
  • [[admin/general/dashboard:unread]]
@@ -149,7 +149,7 @@
-
High Presence Topics
+
[[admin/general/dashboard:high-presence-topics]]
diff --git a/src/views/admin/general/homepage.tpl b/src/views/admin/general/homepage.tpl index b7343cb299..f6bc21b6cb 100644 --- a/src/views/admin/general/homepage.tpl +++ b/src/views/admin/general/homepage.tpl @@ -1,12 +1,12 @@
-
Home Page
+
[[admin/general/homepage:home-page]]

- Choose what page is shown when users navigate to the root URL of your forum. + [[admin/general/homepage:description]]

- +
diff --git a/src/views/admin/general/languages.tpl b/src/views/admin/general/languages.tpl index 1a2f56f185..310d1a366d 100644 --- a/src/views/admin/general/languages.tpl +++ b/src/views/admin/general/languages.tpl @@ -1,16 +1,14 @@
-
Language Settings
+
[[admin/general/languages:language-settings]]

- The default language determines the language settings for all users who - are visiting your forum.
- Individual users can override the default language on their account settings page. + [[admin/general/languages:description]]

- +
- +
- +
- +
- +
- +
- Properties: + [[admin/general/navigation:properties]]
- Installed Plugins Required: + [[admin/general/navigation:installed-plugins-required]]
- + - + - + @@ -108,7 +109,7 @@
-
Available Menu Items
+
[[admin/general/navigation:available-menu-items]]
  • @@ -116,7 +117,7 @@

- Custom Route + [[admin/general/navigation:custom-route]]

@@ -126,7 +127,7 @@

{available.text} {available.route}
- core plugin + [[admin/general/navigation:core]] [[plugin]]

diff --git a/src/views/admin/general/social.tpl b/src/views/admin/general/social.tpl index 5ce9ccfc84..152dcef3fa 100644 --- a/src/views/admin/general/social.tpl +++ b/src/views/admin/general/social.tpl @@ -1,7 +1,7 @@ diff --git a/src/views/admin/general/sounds.tpl b/src/views/admin/general/sounds.tpl index 1154f4ec75..d37447d56e 100644 --- a/src/views/admin/general/sounds.tpl +++ b/src/views/admin/general/sounds.tpl @@ -2,9 +2,9 @@
-
Notifications
+
[[admin/general/sounds:notifications]]
- +
- +
-
Chat Messages
+
[[admin/general/sounds:chat-messages]]
- +
- +
- +
- +
- +