-
Notifications
You must be signed in to change notification settings - Fork 21
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
3 changed files
with
68 additions
and
14 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
Binary file not shown.
25 changes: 25 additions & 0 deletions
25
layout/Library/Application Support/YTABC.bundle/en.lproj/Localizable.strings
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,25 @@ | ||
// Settings | ||
"ENABLED" = "Enabled"; | ||
"ENABLED_DESC" = "Enable to show A/B settings."; | ||
"RESET_KILL" = "Reset and Kill"; | ||
"RESET_KILL_DESC" = "Tap to undo all of your changes and kill the app."; | ||
"COPY_CURRENT_SETTINGS" = "Copy current settings"; | ||
"COPY_CURRENT_SETTINGS_DESC" = "Tap to copy the current settings to clipboard."; | ||
"VIEW_MODIFIED_SETTINGS" = "View modified settings"; | ||
"VIEW_MODIFIED_SETTINGS_DESC" = "Tap to view all the changes you made manually."; | ||
|
||
// Shown in alert | ||
"MODIFIED_SETTINGS_TITLE" = "Changes"; | ||
"TOTAL_MODIFIED_SETTINGS" = "Total: %ld"; | ||
|
||
"OPEN_MEGATHREAD" = "Open megathread"; | ||
"OPEN_MEGATHREAD_DESC" = "Open YTABConfig megathread on GitHub where you can share and discuss the effect of each flag being enabled or disabled."; | ||
"SETTINGS_START_WITH" = "Settings starting with"; | ||
|
||
// Clipboard | ||
|
||
// Shown in alert | ||
"COPY_TO_CLIPBOARD" = "Copy to clipboard"; | ||
|
||
// Shown in toast | ||
"COPIED_TO_CLIPBOARD" = "Copied to clipboard."; |