-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
108 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
/* | ||
Localizable.strings | ||
HotApps | ||
|
||
Created by SkyrilHD on 12.12.22. | ||
Copyright © 2022 SkyrilHD. All rights reserved. | ||
*/ | ||
|
||
// Status bar | ||
"about_hotapps" = "Über HotApps"; | ||
"current_hotapps" = "Aktuelle HotApps"; | ||
"top-left_statusbar" = "Oben-links"; | ||
"top-right_statusbar" = "Oben-rechts"; | ||
"bottom-left_statusbar" = "Unten-links"; | ||
"bottom-right_statusbar" = "Unten-rechts"; | ||
"disabled" = "Deaktiviert"; | ||
"settings" = "Einstellungen"; | ||
"quit" = "HotApps beenden"; | ||
|
||
// 'About HotApps' window | ||
"all_rights_reserved" = "Alle Rechte vorbehalten"; | ||
|
||
// 'Settings' window | ||
"hotapps_settings" = "HotApps Einstellungen"; | ||
"enable_tl_corner_setting" = "Obere linke Ecke aktivieren"; | ||
"enable_tr_corner_setting" = "Obere rechte Ecke aktivieren"; | ||
"enable_bl_corner_setting" = "Untere linke Ecke aktivieren"; | ||
"enable_br_corner_setting" = "Untere rechte Ecke aktivieren"; | ||
"detection_delay_label" = "Erkennungsverzögerung (in ms)"; | ||
"delay_on_hide" = "Verzögerung beim Ausblenden von Apps anwenden"; | ||
"hide_statusbar" = "Aus Statusleiste ausblenden"; | ||
"launch_on_login" = "Beim Anmelden starten"; | ||
"select" = "Auswählen"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
/* | ||
Localizable.strings | ||
HotApps | ||
|
||
Created by SkyrilHD on 12.12.22. | ||
Copyright © 2022 SkyrilHD. All rights reserved. | ||
*/ | ||
|
||
// Status bar | ||
"about_hotapps" = "About HotApps"; | ||
"current_hotapps" = "Current HotApps"; | ||
"top-left_statusbar" = "Top-left"; | ||
"top-right_statusbar" = "Top-right"; | ||
"bottom-left_statusbar" = "Bottom-left"; | ||
"bottom-right_statusbar" = "Bottom-right"; | ||
"disabled" = "Disabled"; | ||
"settings" = "Settings"; | ||
"quit" = "Quit HotApps"; | ||
|
||
// 'About HotApps' window | ||
"all_rights_reserved" = "All rights reserved"; | ||
|
||
// 'Settings' window | ||
"hotapps_settings" = "HotApps Settings"; | ||
"enable_tl_corner_setting" = "Enable top-left corner"; | ||
"enable_tr_corner_setting" = "Enable top-right corner"; | ||
"enable_bl_corner_setting" = "Enable bottom-left corner"; | ||
"enable_br_corner_setting" = "Enable bottom-right corner"; | ||
"detection_delay_label" = "Detection delay (in ms)"; | ||
"delay_on_hide" = "Apply delay when hiding apps"; | ||
"hide_statusbar" = "Hide from status bar"; | ||
"launch_on_login" = "Launch on Login"; | ||
"select" = "Select"; |