From f2471cf06a4f4fac3f55e2f414de33845db3ad3b Mon Sep 17 00:00:00 2001 From: Kai Reinhard <K.Reinhard@micromata.de> Date: Thu, 20 Dec 2018 07:05:57 +0000 Subject: [PATCH] Unused translations removed. --- borgbutler-server/src/main/resources/BorgButlerClientMessagesBundle.properties | 9 +-------- 1 files changed, 1 insertions(+), 8 deletions(-) diff --git a/borgbutler-server/src/main/resources/BorgButlerClientMessagesBundle.properties b/borgbutler-server/src/main/resources/BorgButlerClientMessagesBundle.properties index 8ce4d6b..61c452e 100644 --- a/borgbutler-server/src/main/resources/BorgButlerClientMessagesBundle.properties +++ b/borgbutler-server/src/main/resources/BorgButlerClientMessagesBundle.properties @@ -26,24 +26,17 @@ configuration=Configuration configuration.account=Account -configuration.addDirectory=Add directory -configuration.addDirectory.hint=Add new template directory. configuration.application.dateFormat=Date format configuration.application.dateFormat.option.auto=Auto configuration.application.language=Application language configuration.application.language.option.default=Default (browser) configuration.cancel.hint=Discard changes and go to Start page. -configuration.expertSettings=Expert settings -configuration.forExpertsOnly=For experts only configuration.reloadDictionary.hint=Force reloading all translations for this app. -configuration.removeItem=Remove item configuration.resetAllSettings=Reset all settings -configuration.resetAllSettings.question=Are you sure you want to reset all settings? All settings will be resetted on server. Template files will not be deleted. +configuration.resetAllSettings.question=Are you sure you want to reset all settings? All settings will be resetted on server. Cache files will not be deleted. configuration.resetAllSettings.hint=Reset factory settings. configuration.save.hint=Save changes and go to Start page. configuration.server=Server -configuration.showTestData=Show test data -configuration.templatesDirectory=Directory configuration.webDevelopmentMode=Web development configuration.webDevelopmentMode.hint=Activate this checkbox only for web development of BorgButler (with yarn or npm). The CrossOriginFilter will be set. A restart of BorgButler is required. -- Gitblit v1.10.0