From 90468a2b698a1050e1c2b069a67250692a40681b Mon Sep 17 00:00:00 2001 From: dayanch96 <38832025+dayanch96@users.noreply.github.com> Date: Sun, 12 Jun 2022 05:19:26 +0300 Subject: [PATCH] YTCastConfirm --- lang/uYouPlus.bundle/en.lproj/Localizable.strings | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/uYouPlus.bundle/en.lproj/Localizable.strings b/lang/uYouPlus.bundle/en.lproj/Localizable.strings index 4da6fd8..75b1952 100644 --- a/lang/uYouPlus.bundle/en.lproj/Localizable.strings +++ b/lang/uYouPlus.bundle/en.lproj/Localizable.strings @@ -35,3 +35,9 @@ "OLED_KEYBOARD" = "OLED Keyboard (Experimental)"; "OLED_KEYBOARD_DESC" = "Might not working correctly in some cases. App restart is required."; + +/* YTCastConfirm */ +"CASTING" = "Castings"; +"MSG_ARE_YOU_SURE" = "Are you sure you want to start casting?"; +"MSG_YES" = "Yes"; +"MSG_CANCEL" = "Cancel";