aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n
diff options
context:
space:
mode:
authorLibravatar André Oliveira <37463445+SpecialAro@users.noreply.github.com>2024-05-08 02:54:03 +0100
committerLibravatar GitHub <noreply@github.com>2024-05-08 07:24:03 +0530
commitb0fa45f1840b3dc369b474d8820a5914bbcb5b69 (patch)
tree023319639e9a0edff363b7b93c106e466843ece8 /src/i18n
parent6.7.4-nightly.6 [skip ci] (diff)
downloadferdium-app-b0fa45f1840b3dc369b474d8820a5914bbcb5b69.tar.gz
ferdium-app-b0fa45f1840b3dc369b474d8820a5914bbcb5b69.tar.zst
ferdium-app-b0fa45f1840b3dc369b474d8820a5914bbcb5b69.zip
feat: prompt the user to restart ferdium on some settings changes (#1748)
Diffstat (limited to 'src/i18n')
-rw-r--r--src/i18n/locales/en-US.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index a91a58725..cb0f4369c 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -292,6 +292,11 @@
292 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdium.", 292 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdium.",
293 "settings.app.overallTheme": "Overall Theme", 293 "settings.app.overallTheme": "Overall Theme",
294 "settings.app.progressbarTheme": "Progressbar Theme", 294 "settings.app.progressbarTheme": "Progressbar Theme",
295 "settings.app.restart.restartDialogDetail": "You made a change that requires a restart. This will close Ferdium and restart it.",
296 "settings.app.restart.restartDialogMessage": "Do you want to relaunch Ferdium?",
297 "settings.app.restart.restartDialogTitle": "Ferdium - Relaunch Application",
298 "settings.app.restart.restartLater": "Restart later",
299 "settings.app.restart.restartNow": "Restart now",
295 "settings.app.restartRequired": "Changes require restart", 300 "settings.app.restartRequired": "Changes require restart",
296 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdium.", 301 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdium.",
297 "settings.app.scheduledDNDTimeInfo": "Times in 24-Hour-Format. End time can be before start time (e.g. start 17:00, end 09:00) to enable Do-not-Disturb overnight.", 302 "settings.app.scheduledDNDTimeInfo": "Times in 24-Hour-Format. End time can be before start time (e.g. start 17:00, end 09:00) to enable Do-not-Disturb overnight.",