From 3dfa013bcfe45fff5d546df9f5dbe1b184174a2c Mon Sep 17 00:00:00 2001 From: Nick Moore Date: Thu, 3 Dec 2020 17:46:16 +0000 Subject: [PATCH] Fussing about UI text --- AppDelegate.m | 2 +- resources/de.lproj/Localizable.strings | 6 +++--- resources/el.lproj/Localizable.strings | 6 +++--- resources/en.lproj/Localizable.strings | 6 +++--- resources/es.lproj/Localizable.strings | 6 +++--- resources/hu.lproj/Localizable.strings | 6 +++--- resources/it.lproj/Localizable.strings | 6 +++--- resources/ja.lproj/Localizable.strings | 6 +++--- resources/ko.lproj/Localizable.strings | 6 +++--- resources/nb.lproj/Localizable.strings | 6 +++--- resources/nl.lproj/Localizable.strings | 6 +++--- resources/pl.lproj/Localizable.strings | 6 +++--- resources/pt-BR.lproj/Localizable.strings | 6 +++--- resources/ro.lproj/Localizable.strings | 6 +++--- resources/ru.lproj/Localizable.strings | 6 +++--- resources/sk.lproj/Localizable.strings | 6 +++--- resources/sv.lproj/Localizable.strings | 6 +++--- resources/zh-CN.lproj/Localizable.strings | 6 +++--- resources/zh-TW.lproj/Localizable.strings | 6 +++--- 19 files changed, 55 insertions(+), 55 deletions(-) diff --git a/AppDelegate.m b/AppDelegate.m index b228122..446d9fe 100644 --- a/AppDelegate.m +++ b/AppDelegate.m @@ -333,7 +333,7 @@ - (void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(N [NSApp activateIgnoringOtherApps:YES]; NSAlert *alert=[[NSAlert alloc] init]; - alert.messageText=NSLocalizedString(@"Status icon hidden", @"Alert box title"); + alert.messageText=NSLocalizedString(@"Icon Hidden", @"Alert box title"); alert.informativeText=[NSString stringWithFormat:NSLocalizedString(@"The %1$@ icon has been removed from the menu bar. To restore it at any time, launch %1$@ again from Finder.", @"Alert box text. 1=name of app"), self.appName]; [alert runModal]; } diff --git a/resources/de.lproj/Localizable.strings b/resources/de.lproj/Localizable.strings index 826c96f..2c401b6 100644 --- a/resources/de.lproj/Localizable.strings +++ b/resources/de.lproj/Localizable.strings @@ -21,6 +21,9 @@ /* No comment provided by engineer. */ "For settings, click the icon in the menu bar" = "Das Icon in der Menüleiste führt zu den Einstellungen."; +/* Alert box title */ +"Icon Hidden" = "Icon Hidden"; /* NEW */ + /* Check box: Include beta versionss of the app when checking for updates */ "Include beta versions" = "Include beta versions"; @@ -81,9 +84,6 @@ /* Prefs check box */ "Start at login" = "Scroll Reverser beim Anmelden starten"; -/* Alert box title */ -"Status icon hidden" = "Status icon hidden"; - /* Alert box text. 1=name of app */ "The %1$@ icon has been removed from the menu bar. To restore it at any time, launch %1$@ again from Finder." = "The %1$@ icon has been removed from the menu bar. To restore it at any time, launch %1$@ again from Finder."; diff --git a/resources/el.lproj/Localizable.strings b/resources/el.lproj/Localizable.strings index 2dcdc07..64a9c5c 100644 --- a/resources/el.lproj/Localizable.strings +++ b/resources/el.lproj/Localizable.strings @@ -21,6 +21,9 @@ /* No comment provided by engineer. */ "For settings, click the icon in the menu bar" = "Για τις προτιμήσεις κλικάτερε στο εικονίδιο που βρίσκεται στη γραμμή μενού"; +/* Alert box title */ +"Icon Hidden" = "Icon Hidden"; /* NEW */ + /* Check box: Include beta versionss of the app when checking for updates */ "Include beta versions" = "Include beta versions"; @@ -81,9 +84,6 @@ /* Prefs check box */ "Start at login" = "Εκκίνηση κατά την είσοδο"; -/* Alert box title */ -"Status icon hidden" = "Status icon hidden"; - /* Alert box text. 1=name of app */ "The %1$@ icon has been removed from the menu bar. To restore it at any time, launch %1$@ again from Finder." = "The %1$@ icon has been removed from the menu bar. To restore it at any time, launch %1$@ again from Finder."; diff --git a/resources/en.lproj/Localizable.strings b/resources/en.lproj/Localizable.strings index d479ae7..5dac9c6 100644 --- a/resources/en.lproj/Localizable.strings +++ b/resources/en.lproj/Localizable.strings @@ -21,6 +21,9 @@ /* No comment provided by engineer. */ "For settings, click the icon in the menu bar" = "For settings, click the icon in the menu bar"; +/* Alert box title */ +"Icon Hidden" = "Icon Hidden"; /* NEW */ + /* Check box: Include beta versionss of the app when checking for updates */ "Include beta versions" = "Include beta versions"; @@ -81,9 +84,6 @@ /* Prefs check box */ "Start at login" = "Start at login"; -/* Alert box title */ -"Status icon hidden" = "Status icon hidden"; - /* Alert box text. 1=name of app */ "The %1$@ icon has been removed from the menu bar. To restore it at any time, launch %1$@ again from Finder." = "The %1$@ icon has been removed from the menu bar. To restore it at any time, launch %1$@ again from Finder."; diff --git a/resources/es.lproj/Localizable.strings b/resources/es.lproj/Localizable.strings index b85524c..244b653 100644 --- a/resources/es.lproj/Localizable.strings +++ b/resources/es.lproj/Localizable.strings @@ -21,6 +21,9 @@ /* No comment provided by engineer. */ "For settings, click the icon in the menu bar" = "Para los ajustes, haga click en el icono de la barra de menú"; +/* Alert box title */ +"Icon Hidden" = "Icon Hidden"; /* NEW */ + /* Check box: Include beta versionss of the app when checking for updates */ "Include beta versions" = "Include beta versions"; @@ -81,9 +84,6 @@ /* Prefs check box */ "Start at login" = "Arrancar en el login"; -/* Alert box title */ -"Status icon hidden" = "Status icon hidden"; - /* Alert box text. 1=name of app */ "The %1$@ icon has been removed from the menu bar. To restore it at any time, launch %1$@ again from Finder." = "The %1$@ icon has been removed from the menu bar. To restore it at any time, launch %1$@ again from Finder."; diff --git a/resources/hu.lproj/Localizable.strings b/resources/hu.lproj/Localizable.strings index 83f2d1f..f2ebc49 100644 --- a/resources/hu.lproj/Localizable.strings +++ b/resources/hu.lproj/Localizable.strings @@ -21,6 +21,9 @@ /* No comment provided by engineer. */ "For settings, click the icon in the menu bar" = "Beállításokért kattints a menüsorban lévő ikonra"; +/* Alert box title */ +"Icon Hidden" = "Icon Hidden"; /* NEW */ + /* Check box: Include beta versionss of the app when checking for updates */ "Include beta versions" = "Include beta versions"; @@ -81,9 +84,6 @@ /* Prefs check box */ "Start at login" = "Indítás bejelentkezéskor"; -/* Alert box title */ -"Status icon hidden" = "Status icon hidden"; - /* Alert box text. 1=name of app */ "The %1$@ icon has been removed from the menu bar. To restore it at any time, launch %1$@ again from Finder." = "The %1$@ icon has been removed from the menu bar. To restore it at any time, launch %1$@ again from Finder."; diff --git a/resources/it.lproj/Localizable.strings b/resources/it.lproj/Localizable.strings index b885516..479518f 100644 --- a/resources/it.lproj/Localizable.strings +++ b/resources/it.lproj/Localizable.strings @@ -21,6 +21,9 @@ /* No comment provided by engineer. */ "For settings, click the icon in the menu bar" = "Per le impostazioni, fai clic sull'icona nella barra dei menu"; +/* Alert box title */ +"Icon Hidden" = "Icon Hidden"; /* NEW */ + /* Check box: Include beta versionss of the app when checking for updates */ "Include beta versions" = "Include beta versions"; @@ -81,9 +84,6 @@ /* Prefs check box */ "Start at login" = "Avvia al login"; -/* Alert box title */ -"Status icon hidden" = "Status icon hidden"; - /* Alert box text. 1=name of app */ "The %1$@ icon has been removed from the menu bar. To restore it at any time, launch %1$@ again from Finder." = "The %1$@ icon has been removed from the menu bar. To restore it at any time, launch %1$@ again from Finder."; diff --git a/resources/ja.lproj/Localizable.strings b/resources/ja.lproj/Localizable.strings index 770610f..5ed9dae 100644 --- a/resources/ja.lproj/Localizable.strings +++ b/resources/ja.lproj/Localizable.strings @@ -21,6 +21,9 @@ /* No comment provided by engineer. */ "For settings, click the icon in the menu bar" = "設定はメニューバーにあるアイコンをクリックして下さい"; +/* Alert box title */ +"Icon Hidden" = "Icon Hidden"; /* NEW */ + /* Check box: Include beta versionss of the app when checking for updates */ "Include beta versions" = "Include beta versions"; @@ -81,9 +84,6 @@ /* Prefs check box */ "Start at login" = "ログイン時に開始"; -/* Alert box title */ -"Status icon hidden" = "Status icon hidden"; - /* Alert box text. 1=name of app */ "The %1$@ icon has been removed from the menu bar. To restore it at any time, launch %1$@ again from Finder." = "The %1$@ icon has been removed from the menu bar. To restore it at any time, launch %1$@ again from Finder."; diff --git a/resources/ko.lproj/Localizable.strings b/resources/ko.lproj/Localizable.strings index c119bd5..f41ba26 100644 --- a/resources/ko.lproj/Localizable.strings +++ b/resources/ko.lproj/Localizable.strings @@ -21,6 +21,9 @@ /* No comment provided by engineer. */ "For settings, click the icon in the menu bar" = "설정을 변경하려면 메뉴바의 아이콘을 클릭해주세요"; +/* Alert box title */ +"Icon Hidden" = "Icon Hidden"; /* NEW */ + /* Check box: Include beta versionss of the app when checking for updates */ "Include beta versions" = "Include beta versions"; @@ -81,9 +84,6 @@ /* Prefs check box */ "Start at login" = "로그인할때 시작"; -/* Alert box title */ -"Status icon hidden" = "Status icon hidden"; - /* Alert box text. 1=name of app */ "The %1$@ icon has been removed from the menu bar. To restore it at any time, launch %1$@ again from Finder." = "The %1$@ icon has been removed from the menu bar. To restore it at any time, launch %1$@ again from Finder."; diff --git a/resources/nb.lproj/Localizable.strings b/resources/nb.lproj/Localizable.strings index 9e1ed92..6ddcab5 100644 --- a/resources/nb.lproj/Localizable.strings +++ b/resources/nb.lproj/Localizable.strings @@ -21,6 +21,9 @@ /* No comment provided by engineer. */ "For settings, click the icon in the menu bar" = "For innstillinger, ikonet i menylinjen"; +/* Alert box title */ +"Icon Hidden" = "Icon Hidden"; /* NEW */ + /* Check box: Include beta versionss of the app when checking for updates */ "Include beta versions" = "Include beta versions"; @@ -81,9 +84,6 @@ /* Prefs check box */ "Start at login" = "Start ved innlogging"; -/* Alert box title */ -"Status icon hidden" = "Status icon hidden"; - /* Alert box text. 1=name of app */ "The %1$@ icon has been removed from the menu bar. To restore it at any time, launch %1$@ again from Finder." = "The %1$@ icon has been removed from the menu bar. To restore it at any time, launch %1$@ again from Finder."; diff --git a/resources/nl.lproj/Localizable.strings b/resources/nl.lproj/Localizable.strings index cf9ce5f..658569d 100644 --- a/resources/nl.lproj/Localizable.strings +++ b/resources/nl.lproj/Localizable.strings @@ -21,6 +21,9 @@ /* No comment provided by engineer. */ "For settings, click the icon in the menu bar" = "Voor voorkeuren, klik op het icoon in de menubalk"; +/* Alert box title */ +"Icon Hidden" = "Icon Hidden"; /* NEW */ + /* Check box: Include beta versionss of the app when checking for updates */ "Include beta versions" = "Include beta versions"; @@ -81,9 +84,6 @@ /* Prefs check box */ "Start at login" = "Starten na inloggen"; -/* Alert box title */ -"Status icon hidden" = "Status icon hidden"; - /* Alert box text. 1=name of app */ "The %1$@ icon has been removed from the menu bar. To restore it at any time, launch %1$@ again from Finder." = "The %1$@ icon has been removed from the menu bar. To restore it at any time, launch %1$@ again from Finder."; diff --git a/resources/pl.lproj/Localizable.strings b/resources/pl.lproj/Localizable.strings index 176f825..a8c9283 100644 --- a/resources/pl.lproj/Localizable.strings +++ b/resources/pl.lproj/Localizable.strings @@ -21,6 +21,9 @@ /* No comment provided by engineer. */ "For settings, click the icon in the menu bar" = "Aby zobaczyć ustawienia kliknij ikonkę na pasku"; +/* Alert box title */ +"Icon Hidden" = "Icon Hidden"; /* NEW */ + /* Check box: Include beta versionss of the app when checking for updates */ "Include beta versions" = "Include beta versions"; @@ -81,9 +84,6 @@ /* Prefs check box */ "Start at login" = "Uruchamiaj automatycznie"; -/* Alert box title */ -"Status icon hidden" = "Status icon hidden"; - /* Alert box text. 1=name of app */ "The %1$@ icon has been removed from the menu bar. To restore it at any time, launch %1$@ again from Finder." = "The %1$@ icon has been removed from the menu bar. To restore it at any time, launch %1$@ again from Finder."; diff --git a/resources/pt-BR.lproj/Localizable.strings b/resources/pt-BR.lproj/Localizable.strings index 3477be0..66bb0d6 100644 --- a/resources/pt-BR.lproj/Localizable.strings +++ b/resources/pt-BR.lproj/Localizable.strings @@ -21,6 +21,9 @@ /* No comment provided by engineer. */ "For settings, click the icon in the menu bar" = "Para os ajustes, clique no ícone da barra de menus"; +/* Alert box title */ +"Icon Hidden" = "Icon Hidden"; /* NEW */ + /* Check box: Include beta versionss of the app when checking for updates */ "Include beta versions" = "Include beta versions"; @@ -81,9 +84,6 @@ /* Prefs check box */ "Start at login" = "Iniciar no login"; -/* Alert box title */ -"Status icon hidden" = "Status icon hidden"; - /* Alert box text. 1=name of app */ "The %1$@ icon has been removed from the menu bar. To restore it at any time, launch %1$@ again from Finder." = "The %1$@ icon has been removed from the menu bar. To restore it at any time, launch %1$@ again from Finder."; diff --git a/resources/ro.lproj/Localizable.strings b/resources/ro.lproj/Localizable.strings index 73f43a4..f683ed9 100644 --- a/resources/ro.lproj/Localizable.strings +++ b/resources/ro.lproj/Localizable.strings @@ -21,6 +21,9 @@ /* No comment provided by engineer. */ "For settings, click the icon in the menu bar" = "Pentru setări, faceți clic pe pictograma din bara de meniu"; +/* Alert box title */ +"Icon Hidden" = "Icon Hidden"; /* NEW */ + /* Check box: Include beta versionss of the app when checking for updates */ "Include beta versions" = "Include beta versions"; @@ -81,9 +84,6 @@ /* Prefs check box */ "Start at login" = "Start la login"; -/* Alert box title */ -"Status icon hidden" = "Status icon hidden"; - /* Alert box text. 1=name of app */ "The %1$@ icon has been removed from the menu bar. To restore it at any time, launch %1$@ again from Finder." = "The %1$@ icon has been removed from the menu bar. To restore it at any time, launch %1$@ again from Finder."; diff --git a/resources/ru.lproj/Localizable.strings b/resources/ru.lproj/Localizable.strings index f82843f..b6b0c81 100644 --- a/resources/ru.lproj/Localizable.strings +++ b/resources/ru.lproj/Localizable.strings @@ -21,6 +21,9 @@ /* No comment provided by engineer. */ "For settings, click the icon in the menu bar" = "Для настройки, нажмите на иконку в menu bar"; +/* Alert box title */ +"Icon Hidden" = "Icon Hidden"; /* NEW */ + /* Check box: Include beta versionss of the app when checking for updates */ "Include beta versions" = "Include beta versions"; @@ -81,9 +84,6 @@ /* Prefs check box */ "Start at login" = "Автозапуск"; -/* Alert box title */ -"Status icon hidden" = "Status icon hidden"; - /* Alert box text. 1=name of app */ "The %1$@ icon has been removed from the menu bar. To restore it at any time, launch %1$@ again from Finder." = "The %1$@ icon has been removed from the menu bar. To restore it at any time, launch %1$@ again from Finder."; diff --git a/resources/sk.lproj/Localizable.strings b/resources/sk.lproj/Localizable.strings index d9fecb5..78fe698 100644 --- a/resources/sk.lproj/Localizable.strings +++ b/resources/sk.lproj/Localizable.strings @@ -21,6 +21,9 @@ /* No comment provided by engineer. */ "For settings, click the icon in the menu bar" = "Kliknite na ikonu v menu lište pre nastavenia"; +/* Alert box title */ +"Icon Hidden" = "Icon Hidden"; /* NEW */ + /* Check box: Include beta versionss of the app when checking for updates */ "Include beta versions" = "Include beta versions"; @@ -81,9 +84,6 @@ /* Prefs check box */ "Start at login" = "Spustiť pri štarte"; -/* Alert box title */ -"Status icon hidden" = "Status icon hidden"; - /* Alert box text. 1=name of app */ "The %1$@ icon has been removed from the menu bar. To restore it at any time, launch %1$@ again from Finder." = "The %1$@ icon has been removed from the menu bar. To restore it at any time, launch %1$@ again from Finder."; diff --git a/resources/sv.lproj/Localizable.strings b/resources/sv.lproj/Localizable.strings index 6e2672c..a3f10db 100644 --- a/resources/sv.lproj/Localizable.strings +++ b/resources/sv.lproj/Localizable.strings @@ -21,6 +21,9 @@ /* No comment provided by engineer. */ "For settings, click the icon in the menu bar" = "Klicka ikonen i menyraden för inställningar"; +/* Alert box title */ +"Icon Hidden" = "Icon Hidden"; /* NEW */ + /* Check box: Include beta versionss of the app when checking for updates */ "Include beta versions" = "Include beta versions"; @@ -81,9 +84,6 @@ /* Prefs check box */ "Start at login" = "Starta vid inloggning"; -/* Alert box title */ -"Status icon hidden" = "Status icon hidden"; - /* Alert box text. 1=name of app */ "The %1$@ icon has been removed from the menu bar. To restore it at any time, launch %1$@ again from Finder." = "The %1$@ icon has been removed from the menu bar. To restore it at any time, launch %1$@ again from Finder."; diff --git a/resources/zh-CN.lproj/Localizable.strings b/resources/zh-CN.lproj/Localizable.strings index feef5dc..df09c5c 100644 --- a/resources/zh-CN.lproj/Localizable.strings +++ b/resources/zh-CN.lproj/Localizable.strings @@ -21,6 +21,9 @@ /* No comment provided by engineer. */ "For settings, click the icon in the menu bar" = "请点击菜单栏的图标来修改设置"; +/* Alert box title */ +"Icon Hidden" = "Icon Hidden"; /* NEW */ + /* Check box: Include beta versionss of the app when checking for updates */ "Include beta versions" = "Include beta versions"; @@ -81,9 +84,6 @@ /* Prefs check box */ "Start at login" = "用户登录时启动"; -/* Alert box title */ -"Status icon hidden" = "Status icon hidden"; - /* Alert box text. 1=name of app */ "The %1$@ icon has been removed from the menu bar. To restore it at any time, launch %1$@ again from Finder." = "The %1$@ icon has been removed from the menu bar. To restore it at any time, launch %1$@ again from Finder."; diff --git a/resources/zh-TW.lproj/Localizable.strings b/resources/zh-TW.lproj/Localizable.strings index fa12ce1..1b97bde 100644 --- a/resources/zh-TW.lproj/Localizable.strings +++ b/resources/zh-TW.lproj/Localizable.strings @@ -21,6 +21,9 @@ /* No comment provided by engineer. */ "For settings, click the icon in the menu bar" = "請按工具列上的圖示來做設定"; +/* Alert box title */ +"Icon Hidden" = "Icon Hidden"; /* NEW */ + /* Check box: Include beta versionss of the app when checking for updates */ "Include beta versions" = "Include beta versions"; @@ -81,9 +84,6 @@ /* Prefs check box */ "Start at login" = "登入時啟動"; -/* Alert box title */ -"Status icon hidden" = "Status icon hidden"; - /* Alert box text. 1=name of app */ "The %1$@ icon has been removed from the menu bar. To restore it at any time, launch %1$@ again from Finder." = "The %1$@ icon has been removed from the menu bar. To restore it at any time, launch %1$@ again from Finder.";