aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales/en-US.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/i18n/locales/en-US.json')
-rw-r--r--src/i18n/locales/en-US.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 0493b547f..505e19f0f 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -120,6 +120,7 @@
120 "settings.app.headlineGeneral": "General", 120 "settings.app.headlineGeneral": "General",
121 "settings.app.headlineLanguage": "Language", 121 "settings.app.headlineLanguage": "Language",
122 "settings.app.headlineUpdates": "Updates", 122 "settings.app.headlineUpdates": "Updates",
123 "settings.app.headlineAppearance": "Appearance",
123 "settings.app.buttonSearchForUpdate": "Check for updates", 124 "settings.app.buttonSearchForUpdate": "Check for updates",
124 "settings.app.buttonInstallUpdate": "Restart & install update", 125 "settings.app.buttonInstallUpdate": "Restart & install update",
125 "settings.app.updateStatusSearching": "Is searching for update", 126 "settings.app.updateStatusSearching": "Is searching for update",
@@ -131,6 +132,7 @@
131 "settings.app.form.minimizeToSystemTray": "Minimize Franz to system tray", 132 "settings.app.form.minimizeToSystemTray": "Minimize Franz to system tray",
132 "settings.app.form.runInBackground": "Keep Franz in background when closing the window", 133 "settings.app.form.runInBackground": "Keep Franz in background when closing the window",
133 "settings.app.form.language": "Language", 134 "settings.app.form.language": "Language",
135 "settings.app.form.showDisabledServices": "Display disabled services tabs",
134 "settings.app.form.beta": "Include beta versions", 136 "settings.app.form.beta": "Include beta versions",
135 "settings.app.currentVersion": "Current version:", 137 "settings.app.currentVersion": "Current version:",
136 "settings.service.form.name": "Name", 138 "settings.service.form.name": "Name",
@@ -165,9 +167,12 @@
165 "tabs.item.disableNotifications": "Disable notifications", 167 "tabs.item.disableNotifications": "Disable notifications",
166 "tabs.item.enableNotification": "Enable notifications", 168 "tabs.item.enableNotification": "Enable notifications",
167 "tabs.item.disableService": "Disable service", 169 "tabs.item.disableService": "Disable service",
170 "tabs.item.enableService": "Enable service",
168 "tabs.item.deleteService": "Delete service", 171 "tabs.item.deleteService": "Delete service",
169 "service.crashHandler.headline": "Oh no!", 172 "service.crashHandler.headline": "Oh no!",
170 "service.crashHandler.text": "{name} has caused an error.", 173 "service.crashHandler.text": "{name} has caused an error.",
171 "service.crashHandler.action": "Reload {name}", 174 "service.crashHandler.action": "Reload {name}",
172 "service.crashHandler.autoReload": "Trying to automatically restore {name} in {seconds} seconds" 175 "service.crashHandler.autoReload": "Trying to automatically restore {name} in {seconds} seconds",
176 "service.disabledHandler.headline": "{name} is disabled",
177 "service.disabledHandler.action": "Enable {name}"
173} 178}