mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-12-27 00:37:21 -05:00
31 lines
1.1 KiB
Plaintext
31 lines
1.1 KiB
Plaintext
// Settings
|
|
"ENABLED" = "Enabled";
|
|
"ENABLED_DESC" = "Enable to show A/B settings.";
|
|
"GROUPED" = "Grouped settings by prefixes";
|
|
"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";
|
|
|
|
// Quit app alert
|
|
"WARNING" = "Warning";
|
|
"APPLY_DESC" = "This action will quit YouTube. Are you sure you want to continue?";
|
|
|
|
"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.";
|