From 90b6c4f0881e5273d2476ef8e60a3d62c12945ad Mon Sep 17 00:00:00 2001 From: mazevedo Date: Fri, 15 Mar 2024 14:17:59 -0300 Subject: [PATCH 1/3] Update repeating localized string keys --- .../Code/TalkPageReplyComposeController.swift | 2 +- .../TalkPageTopicComposeViewController.swift | 2 +- .../en.lproj/Localizable.strings | 3 ++- .../qqq.lproj/Localizable.strings | 3 ++- .../ar.lproj/Localizable.strings | Bin 435726 -> 435496 bytes .../ca.lproj/Localizable.strings | Bin 215266 -> 215106 bytes .../cy.lproj/Localizable.strings | Bin 100160 -> 100020 bytes .../de.lproj/Localizable.strings | Bin 175242 -> 175088 bytes .../en.lproj/Localizable.strings | Bin 446780 -> 447354 bytes .../fa.lproj/Localizable.strings | Bin 551638 -> 551396 bytes .../fi.lproj/Localizable.strings | Bin 191952 -> 191784 bytes .../fr.lproj/Localizable.strings | Bin 242090 -> 241924 bytes .../he.lproj/Localizable.strings | Bin 471400 -> 471120 bytes .../ia.lproj/Localizable.strings | Bin 207220 -> 207064 bytes .../id.lproj/Localizable.strings | Bin 207382 -> 207236 bytes .../is.lproj/Localizable.strings | Bin 213606 -> 213464 bytes .../it.lproj/Localizable.strings | Bin 120266 -> 120114 bytes .../ja.lproj/Localizable.strings | Bin 295644 -> 295464 bytes .../ko.lproj/Localizable.strings | Bin 309854 -> 309684 bytes .../lb.lproj/Localizable.strings | Bin 115640 -> 115476 bytes .../lt.lproj/Localizable.strings | Bin 192712 -> 192554 bytes .../mk.lproj/Localizable.strings | Bin 600724 -> 600446 bytes .../nb.lproj/Localizable.strings | Bin 210966 -> 210822 bytes .../ne.lproj/Localizable.strings | Bin 116422 -> 116082 bytes .../nl.lproj/Localizable.strings | Bin 203854 -> 203698 bytes .../pt-br.lproj/Localizable.strings | Bin 200104 -> 199948 bytes .../pt.lproj/Localizable.strings | Bin 227824 -> 227668 bytes .../ru.lproj/Localizable.strings | Bin 558572 -> 558294 bytes .../sd.lproj/Localizable.strings | Bin 320034 -> 319778 bytes .../sl.lproj/Localizable.strings | Bin 222220 -> 222072 bytes .../sr-EC.lproj/Localizable.strings | Bin 515996 -> 515718 bytes .../sr-el.lproj/Localizable.strings | Bin 197776 -> 197628 bytes .../sv.lproj/Localizable.strings | Bin 222332 -> 222178 bytes .../th.lproj/Localizable.strings | Bin 452974 -> 452662 bytes .../tr.lproj/Localizable.strings | Bin 245478 -> 245318 bytes .../uk.lproj/Localizable.strings | Bin 576920 -> 576582 bytes .../zh-hans.lproj/Localizable.strings | Bin 256202 -> 256034 bytes .../zh-hant.lproj/Localizable.strings | Bin 270620 -> 270452 bytes 38 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Wikipedia/Code/TalkPageReplyComposeController.swift b/Wikipedia/Code/TalkPageReplyComposeController.swift index 98cecc9866b..614d5392747 100644 --- a/Wikipedia/Code/TalkPageReplyComposeController.swift +++ b/Wikipedia/Code/TalkPageReplyComposeController.swift @@ -12,7 +12,7 @@ class TalkPageReplyComposeController { enum ActionSheetStrings { static let closeConfirmationTitle = WMFLocalizedString("talk-pages-reply-compose-close-confirmation-title", value: "Are you sure you want to discard this new reply?", comment: "Title of confirmation alert displayed to user when they attempt to close the new reply view after entering text. Please prioritize for de, ar and zh wikis.") - static let closeConfirmationDiscard = WMFLocalizedString("talk-pages-topic-compose-close-confirmation-discard", value: "Discard Reply", comment: "Title of discard action, displayed within a confirmation alert to user when they attempt to close the new topic view after entering title or body text. Please prioritize for de, ar and zh wikis.") + static let closeConfirmationDiscard = WMFLocalizedString("talk-pages-topic-compose-close-confirmation-discard-reply", value: "Discard Reply", comment: "Title of discard action, displayed within a confirmation alert to user when they attempt to close the new topic view after entering title or body text. Please prioritize for de, ar and zh wikis.") } // viewController - the view controller that triggered the reply compose screen diff --git a/Wikipedia/Code/TalkPageTopicComposeViewController.swift b/Wikipedia/Code/TalkPageTopicComposeViewController.swift index 5bb8007cf37..2b2a7383839 100644 --- a/Wikipedia/Code/TalkPageTopicComposeViewController.swift +++ b/Wikipedia/Code/TalkPageTopicComposeViewController.swift @@ -20,7 +20,7 @@ class TalkPageTopicComposeViewController: ViewController { static let bodyPlaceholderAccessibility = WMFLocalizedString("talk-pages-topic-compose-body-placeholder-accessibility", value: "Topic description", comment: "Accessibility label for the placeholder element of the topic body text view on the topic compose screen.") static let finePrintFormat = WMFLocalizedString("talk-page-topic-compose-terms-and-licenses", value: "By publishing changes, you agree to the %1$@Terms of Use%2$@, and you irrevocably agree to release your contribution under the %3$@CC BY-SA 3.0 License%4$@ and the %5$@GFDL%6$@.", comment: "Text for information about the Terms of Use and edit licenses on talk pages when composing a new topic. Parameters:\n* %1$@ - app-specific non-text formatting, %2$@ - app-specific non-text formatting, %3$@ - app-specific non-text formatting, %4$@ - app-specific non-text formatting, %5$@ - app-specific non-text formatting, %6$@ - app-specific non-text formatting. Please prioritize for de, ar and zh wikis.") static let closeConfirmationTitle = WMFLocalizedString("talk-pages-topic-compose-close-confirmation-title", value: "Are you sure you want to discard this new topic?", comment: "Title of confirmation alert displayed to user when they attempt to close the new topic view after entering title or body text.") - static let closeConfirmationDiscard = WMFLocalizedString("talk-pages-topic-compose-close-confirmation-discard", value: "Discard Topic", comment: "Title of discard action, displayed within a confirmation alert to user when they attempt to close the new topic view after entering title or body text. Please prioritize for de, ar and zh wikis.") + static let closeConfirmationDiscard = WMFLocalizedString("talk-pages-topic-compose-close-confirmation-discard-topic", value: "Discard Topic", comment: "Title of discard action, displayed within a confirmation alert to user when they attempt to close the new topic view after entering title or body text. Please prioritize for de, ar and zh wikis.") } let viewModel: TalkPageTopicComposeViewModel diff --git a/Wikipedia/Localizations/en.lproj/Localizable.strings b/Wikipedia/Localizations/en.lproj/Localizable.strings index f67cca7fce9..4eb214dc3f4 100644 --- a/Wikipedia/Localizations/en.lproj/Localizable.strings +++ b/Wikipedia/Localizations/en.lproj/Localizable.strings @@ -1154,7 +1154,8 @@ "talk-pages-topic-added-alert-title" = "Your topic was added"; "talk-pages-topic-compose-body-placeholder" = "Description"; "talk-pages-topic-compose-body-placeholder-accessibility" = "Topic description"; -"talk-pages-topic-compose-close-confirmation-discard" = "Discard Reply"; +"talk-pages-topic-compose-close-confirmation-discard-reply" = "Discard Reply"; +"talk-pages-topic-compose-close-confirmation-discard-topic" = "Discard Topic"; "talk-pages-topic-compose-close-confirmation-title" = "Are you sure you want to discard this new topic?"; "talk-pages-topic-compose-navbar-title" = "Topic"; "talk-pages-topic-compose-title-placeholder" = "Topic title"; diff --git a/Wikipedia/Localizations/qqq.lproj/Localizable.strings b/Wikipedia/Localizations/qqq.lproj/Localizable.strings index 5aebfcf56eb..bc51afc0721 100644 --- a/Wikipedia/Localizations/qqq.lproj/Localizable.strings +++ b/Wikipedia/Localizations/qqq.lproj/Localizable.strings @@ -1154,7 +1154,8 @@ "talk-pages-topic-added-alert-title" = "Title for alert informing that the user's new topic was successfully published. Please prioritize for de, ar and zh wikis."; "talk-pages-topic-compose-body-placeholder" = "Placeholder text in topic body field of the talk page topic compose screen. Please prioritize for de, ar and zh wikis."; "talk-pages-topic-compose-body-placeholder-accessibility" = "Accessibility label for the placeholder element of the topic body text view on the topic compose screen."; -"talk-pages-topic-compose-close-confirmation-discard" = "Title of discard action, displayed within a confirmation alert to user when they attempt to close the new topic view after entering title or body text. Please prioritize for de, ar and zh wikis."; +"talk-pages-topic-compose-close-confirmation-discard-reply" = "Title of discard action, displayed within a confirmation alert to user when they attempt to close the new topic view after entering title or body text. Please prioritize for de, ar and zh wikis."; +"talk-pages-topic-compose-close-confirmation-discard-topic" = "Title of discard action, displayed within a confirmation alert to user when they attempt to close the new topic view after entering title or body text. Please prioritize for de, ar and zh wikis."; "talk-pages-topic-compose-close-confirmation-title" = "Title of confirmation alert displayed to user when they attempt to close the new topic view after entering title or body text."; "talk-pages-topic-compose-navbar-title" = "Top navigation bar title of talk page topic compose screen. Please prioritize for de, ar and zh wikis."; "talk-pages-topic-compose-title-placeholder" = "Placeholder text in topic title field of the talk page topic compose screen. Please prioritize for de, ar and zh wikis."; diff --git a/Wikipedia/iOS Native Localizations/ar.lproj/Localizable.strings b/Wikipedia/iOS Native Localizations/ar.lproj/Localizable.strings index a1eba6ccceebf546101626dac761000e890446db..ccea609b9824a5cb3fdf232fbdfb9a3d005b6afb 100644 GIT binary patch delta 33 mcmeA>Bemj`R6`463)2?nDK_m@w#-1x0>rG_t8Ce(WB>r(*9=Jj delta 80 zcmZ2+N~-USR6`463)2?nDK?V>zROJK%Vt)azTyib-*gvEMv>_P#mqd@9ZoSxOipl+ jnCu`XF+E{Eo51vYCm7}0r`Rw9F$)m0Zl7YqHYEc9pT-<- diff --git a/Wikipedia/iOS Native Localizations/ca.lproj/Localizable.strings b/Wikipedia/iOS Native Localizations/ca.lproj/Localizable.strings index b7bad79872107055fbc457cc8b389669b16967ac..28633d17ec72cf0039a0d45529230aff048c1440 100644 GIT binary patch delta 26 icmaDfk@wI9-i9rVS<|LpP-SLm=bO&Boo_nRm5l(GUJAGX delta 61 zcmV-D0K)&mkPYII4S=)(YL=4F9GCj20VWM(0BHbo0Am1Q0CE6ilhH^MldSX%mm+Hd TGM6wV0|bX|mI1eJmIBnV-9Hxb diff --git a/Wikipedia/iOS Native Localizations/cy.lproj/Localizable.strings b/Wikipedia/iOS Native Localizations/cy.lproj/Localizable.strings index 0d07dd1686a8c948235e81d53a52de1377e82a37..21ee305a4800694bdcc9a0ebb73118c26fe1261b 100644 GIT binary patch delta 26 icmX@m$F`-HZG#c>WUEM_$!d)Xle_+^ai=h3G88i;GbAz;O%Ci70|6PEx0 diff --git a/Wikipedia/iOS Native Localizations/de.lproj/Localizable.strings b/Wikipedia/iOS Native Localizations/de.lproj/Localizable.strings index 6880790727086e6aa0ad36cb4634a1c9b3174144..61213c3400fbdc904150592debccf6223426a4cd 100644 GIT binary patch delta 27 jcmeCW$@Sqn*M>hV)3dfP+B9EcZNJ3Ixcw3<(~e~TyCw{X delta 73 zcmV-P0Ji_|*9wZ+3b6bHms-~WSeI`30R{(S0AT=f0A!Obd>NNs3;`6E?j->jm*BGj fESC;`0t%OgGXWHn@Ld>#ZUu*K1p&8i1phOq8s|A8-RoXgaU*Egam{Iv<9pY3oQV00A&Dh0BitxlkssIm&OnVD!0lG l2I2vivhD>Ill*ZI1ylfU0C1PlKms3^FbD>gw}24_yuVny8}0xA delta 46 zcmV+}0MY;YrW?GX8-RoXgaU*Egam{Iv<9pYlk#yIm(mahDwlwk0veZ42nKeyz7qz# EzpG^t!~g&Q diff --git a/Wikipedia/iOS Native Localizations/fa.lproj/Localizable.strings b/Wikipedia/iOS Native Localizations/fa.lproj/Localizable.strings index 48f99ec27e82ca663e1b34192df1f9e8fc6f669d..9eb390446b80771896322f7de0a37bcdbec65f98 100644 GIT binary patch delta 37 pcmcb1Rq@GX#fBEf7N#xCn|`$~`OOT(EI`Z(#BAG_{AM@G2LN*D6FUF^ delta 97 zcmaEIS@GIc#fBEf7N#xCn|@6X*v%$0eT^QA+H}6%>}=EdHnDL`Pg%<@H$6a|m2YxP y8qaiva3+;Wems*EX7fy2z$i6c?j)O_D#Rojq(8w$0er# diff --git a/Wikipedia/iOS Native Localizations/fi.lproj/Localizable.strings b/Wikipedia/iOS Native Localizations/fi.lproj/Localizable.strings index 3ce5a5c50d24f1a2b3218a094107d82989e956dd..37c14331e316d795bbfa1e21eaea5834b20d37a6 100644 GIT binary patch delta 21 dcmca`n|sAA?uIRl9vST)G8ngi$Y6TV0swU?3Vr|p delta 58 zcmV-A0LA~P+6&Oz3xKo%NNAJrxEzzv(k7QGR{{=~LRSJTm)t4=43~nY0UVRCD+HG? QdjSN8OlSeOOlSh!gx1U!sQ>@~ diff --git a/Wikipedia/iOS Native Localizations/fr.lproj/Localizable.strings b/Wikipedia/iOS Native Localizations/fr.lproj/Localizable.strings index 05f4df8639f5dad9173ccec9fd6721fe8ebd6bd8..e4f8097f416e789aa813944c7391f8bd6d90de3a 100644 GIT binary patch delta 21 dcmZ4Wn6Kp#U&9v0qJ!-chZwg@9AcXE9sq9_3GM&@ delta 56 zcmZp9#JB1(U&9v0qJxts^vg{5<6u;qUiFrVk6VdBfx#Atl^8rH?|&dV{nb_`v-YBc MjN6M2GEI6909i*BS^xk5 diff --git a/Wikipedia/iOS Native Localizations/he.lproj/Localizable.strings b/Wikipedia/iOS Native Localizations/he.lproj/Localizable.strings index 5867149a37ffa96068d71b3b812276c665c707df..a0cbc85bf2ab9935f4550be7f865744fef1884f2 100644 GIT binary patch delta 33 mcmaFyNan%=nT8g|7N#xCW$EpG8O%V;0>rG_`!d*Wod5s;(GIEr delta 71 zcmcccK<33GnT8g|7N#xCW$Dw`{9|;Qev5~RZ~8G^R-tKfjC|7{Y-Wv^{J`F5x`GiS a$Mk(K*`(U5(wTvn1&CReo`x-q4UO$GO^n-RnwTP%0|0Wm2|54( delta 57 zcmV-90LK5=(G2v`41lx&fPs_lc^sE$lL01|-sJ)Y2V($X0CE6ilS}Czm-J8q5SQ9h P0v?BefdRLGfdW{k*Sr^r diff --git a/Wikipedia/iOS Native Localizations/id.lproj/Localizable.strings b/Wikipedia/iOS Native Localizations/id.lproj/Localizable.strings index 086e730b9ae6215ac4ee51183d72d3cb252a4232..73c0b58129f6ef9b090047bbd51e503494c65135 100644 GIT binary patch delta 21 dcmbPsg{S2*Ps0{Qt;Y5}jf~s(G%`i4003$i33mVh delta 56 zcmV-80LTA?(+rl>41lx&DuI(uZXB2Dk^v@{4(0*|2V($X0CE6ilO5?7mqIN9D3frp O1cxet0kQ=)ALdpxtax7whOQ@?z#v7Zf^)= delta 50 zcmV-20L}lhst3xe2e57fmw>4O1ed@_0YaAy%mEITWC0kLM7aSHlMLhtliErYgKz`4 Ia03Ct(d;!6>Hq)$ diff --git a/Wikipedia/iOS Native Localizations/ja.lproj/Localizable.strings b/Wikipedia/iOS Native Localizations/ja.lproj/Localizable.strings index 78b15afafddd056745b6f143fabf89e4264b3da7..16d713c29d034276f3e1d8c285a97c5073547172 100644 GIT binary patch delta 27 hcmcc9Dzu_SsG)^%3saPGJD&;@5HoM*Q(-w52LOc<2zmej delta 65 zcmZ3{B6O!!sG)^%3saQx^a(SWWhPr`s7-eZWaOK!a+O(NdVx2y)Z_~qGSl}3GIC7s U@?jKfk5Xm=V&?5p$}H#N0OnQ|egFUf diff --git a/Wikipedia/iOS Native Localizations/ko.lproj/Localizable.strings b/Wikipedia/iOS Native Localizations/ko.lproj/Localizable.strings index cd22aec03de75e077967da3140f2c959c34c2359..e7163897fa1d1b2a2a56b53c60f8eb098f613a45 100644 GIT binary patch delta 27 hcmccjMQF=sp@tU5Ele{U+nt=4fS7r^lM{@=Z76WD%HN;L5}@&6!zb a`ivw-naNuEV(l{=nShvi`wT}GnF;{iNf`YA diff --git a/Wikipedia/iOS Native Localizations/lb.lproj/Localizable.strings b/Wikipedia/iOS Native Localizations/lb.lproj/Localizable.strings index d5e7f7d0515f6c0bdd2352357b18c63cfe978fbb..641f6c0ccd4fa9b38af94ef733e921e2e8bb9a04 100644 GIT binary patch delta 18 acmdnd&OW7$eZwE-<^?R<7qBo&><0i$83%Cy delta 56 zcmV-80LTB7h6lKZ2eAADlOPfhm)t%9HVb3`X#jHoV*p_Qa+gu70U47(;|!Bbwi1&x O%pQaO1GoMI0T#b3-4reW diff --git a/Wikipedia/iOS Native Localizations/lt.lproj/Localizable.strings b/Wikipedia/iOS Native Localizations/lt.lproj/Localizable.strings index 04d86ac7ec6736a6348114bc66533279199e7453..87106e1701779e2b7d33991dedaa5d9714550531 100644 GIT binary patch delta 21 dcmX@{kbBhw?uIRleVOe#S&Z9tvY6(y0RU~W2?YQE delta 67 zcmV-J0KEUI;0ws%3xKo%j%k;$1p*9{dT0=rZhQeI4P*dm0CNCi0AT=f0A!P4bQ6;d Z-VT@42?7w8giHY%hl*(dw~A>3poTNd7e4?1 diff --git a/Wikipedia/iOS Native Localizations/mk.lproj/Localizable.strings b/Wikipedia/iOS Native Localizations/mk.lproj/Localizable.strings index 54c04dc6e6ea2a9e9c72e743ae1f4e12d089ca41..84a4da3e045cf14a7db524907fc6c56d066f118a 100644 GIT binary patch delta 44 ucmbPoRps9$m4+6^7N!>FEi5k4(;X(Vu(Zd;fG{f%vjH*t_P7`hvvUA{QV;R~ delta 82 zcmex&NoC4am4+6^7N!>FEi5k4(;ZS7WhNK+s&S_)6Fk_W+8v@~Ps0|*C2j2{?Tp(^+L<10003?#3A_LR delta 50 zcmV-20L}k~?+ljk41lx&q=u4m9FrUzCYQ>L0uGnri~<@5a{zV#VE}TI;Ts=^q=o^v Iq=o|Gun7$mIsgCw diff --git a/Wikipedia/iOS Native Localizations/ne.lproj/Localizable.strings b/Wikipedia/iOS Native Localizations/ne.lproj/Localizable.strings index 23eb7983265143da8793f904a2cf8b063af8c609..709735a2308bb65e00173acde58e22eb64ee7fd7 100644 GIT binary patch delta 22 ecmX@s%l@g0y)+9mj8VUda diff --git a/Wikipedia/iOS Native Localizations/nl.lproj/Localizable.strings b/Wikipedia/iOS Native Localizations/nl.lproj/Localizable.strings index 18f3d1dcc2e396c7bf47e98e302c30db5ec34a39..2ddd58a8e600ade03a39d1b761c49f634aa51fa0 100644 GIT binary patch delta 21 dcmX@NgJ;uro`x-qK6ULc>KM1bsAEc-3jlGa3KswX delta 55 zcmV-70LcHcw+zm>41lx&On#HT#vGGA;3k(2+5!d#V*p_QasXtPOC|yvlhEK4lV;)` NhfIC}w@iKlW}S2Q6@~x+ diff --git a/Wikipedia/iOS Native Localizations/pt-br.lproj/Localizable.strings b/Wikipedia/iOS Native Localizations/pt-br.lproj/Localizable.strings index 5a34b52d4270bb93f9567bce2c3ad03e93a4880a..ac7fa72ed48129853a133ce8a1c200b0a9b5f23b 100644 GIT binary patch delta 25 hcmZ26o2O?MPs0|*KNZt@7+KoqR5EU#Q^~|L1ptn{3S9sI delta 55 zcmV-70LcH0nhdC$41lx&{CJa4ZXA<993~B90BHbo0Am1Q0CE6ilc(Vym!ca2Dwkl3 N0SJb90k(Mp43s5!5~=_I diff --git a/Wikipedia/iOS Native Localizations/pt.lproj/Localizable.strings b/Wikipedia/iOS Native Localizations/pt.lproj/Localizable.strings index ff0e7915e444eb057f8641f7dbd02ef85cbbd42e..3c070dee0ac25de32452d0dc95d6276604160249 100644 GIT binary patch delta 21 dcmezHnfJ;k-i9rVS5~zbtY+L^u$rmi8~}r~3p@Y- delta 55 zcmV-70LcH;@(u9w4S=)()T)#0+#Hi6`X-l}0Raw|;=}?L1#|#m0CJbHZvqpSIFSM# Nht#S8x74ZvfX>^k7=8c% diff --git a/Wikipedia/iOS Native Localizations/ru.lproj/Localizable.strings b/Wikipedia/iOS Native Localizations/ru.lproj/Localizable.strings index 3d41d2025df64cd59b7e49830f890f5926dacea4..3580bde76b682f647b1d97524aa3f52f41e53486 100644 GIT binary patch delta 44 ucmaFUt#qwZsiB3jg{g&k3(E@j=??ZREbWIlK$sPX*?^dR`ymbvty%zX{|`I> delta 88 zcmccCsr05>siB3jg{g&k3(E@j>H9R8WTso$v8YX7cA1TD`ZN*p#L>>g!3e}mK+L?IiGxMq762K93tIpH delta 91 zcmZ21BhGK?fhQ#R)*_p*BZxE80tT0Jt ux6pBwE-H<^K$1&CRJm~DH~O?E3b05RncmH+?% delta 89 zcmZqMD?ewyd_xOk3)2>6pBvK+*0S(SKcK@XFujM1MU6X!A(Nq)A(XZ(o(t&! delta 47 zcmV+~0MP&9#|`|*4S=)(w49Q79FuPHCYMOB0uGa)`5>1Ndjcw#FhK(Zhq#;px44`F FD#sAY6m0+i diff --git a/Wikipedia/iOS Native Localizations/th.lproj/Localizable.strings b/Wikipedia/iOS Native Localizations/th.lproj/Localizable.strings index e6b77fc232d8272ab0b79107a2514e61869d6890..9c47ee443a4810948a45741a4d3c3914a0e35721 100644 GIT binary patch delta 33 mcmaENNqXA_>4p}@7N#xCue{rpe3^lm1&CR4p}@7N#xCue_(%wX(`gzGJI4J&KcwZ@Nn;i_r9dEJmK`2RK<0rVHpZ f@l1ap!x}feU^yF0`#W!DAO_K_+uwP!dCUO-Z}c3i diff --git a/Wikipedia/iOS Native Localizations/tr.lproj/Localizable.strings b/Wikipedia/iOS Native Localizations/tr.lproj/Localizable.strings index b56479baad5703d44b9df61b0a86c73a735a64bd..09c79925f63277d25a02071302ed80b593cbeff7 100644 GIT binary patch delta 26 icmaF%m+#mgzJ@J~Vuz;}Ol4+i-*uRA`>w-GI==z5K@8OZ delta 60 zcmV-C0K@;r{0`>*4uG@)7Q>fLDgq3X5QPwzWY_^Fmw5C74wpi?10ItwAPxmn0BHbh Sm$8%sBZnHp0k;~%0xbK^)D|ZI diff --git a/Wikipedia/iOS Native Localizations/uk.lproj/Localizable.strings b/Wikipedia/iOS Native Localizations/uk.lproj/Localizable.strings index cab6af78ef56333bbbb5e8dc8c19a5ef0010013f..00be29bed789bb7ef9f93f3b72dd4efdd11aeab7 100644 GIT binary patch delta 39 qcmbO+Tlv@w<%Sl<7N!>FEi9KT+EuJrfS47C*?^dRyNVS@$z%W%4h(t# delta 101 zcmX>$LwUw*<%Sl<7N!>FEi9KTrZ=o(=9%7?$0{&+gP+>;K4}g%)?|i6hN8)gyrR<` zCbRHO&(j1F0j}&J(-mZyR3;w?u$w%uonv~|I%cudZ(5HoF0c)*;+0RZh`4kG{n delta 67 zcmV-J0KEUA&=1Pd4}i1*wBMK9905X?Rv!Znmo`}g4wE2B1ebsx0~C`+lN6J%!3vk2 Z9|07X5Wxckhq&JXhq&JYx47Q}Y6x`$8P5O! diff --git a/Wikipedia/iOS Native Localizations/zh-hant.lproj/Localizable.strings b/Wikipedia/iOS Native Localizations/zh-hant.lproj/Localizable.strings index 7c2b3d5cf859ec484f60dd33daf2ac1b70c3d4b4..d85d1a5563208e6e687a6d725799f5c5ce0a7c0e 100644 GIT binary patch delta 25 fcmbPpNZ`u>frc%NG2hx*zB2+b({`5c%o17voKgz7 delta 64 zcmexzKw!=xfrc%NG2f;?U}2P*te~Pcy+faoZ?XxS!1P^i%wm&0-t$biV`CPW?DJn} Uk_t Date: Fri, 22 Mar 2024 11:31:06 -0300 Subject: [PATCH 2/3] Update comment --- .../Code/TalkPageReplyComposeController.swift | 2 +- .../qqq.lproj/Localizable.strings | 2 +- .../en.lproj/Localizable.strings | Bin 447354 -> 447244 bytes 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Wikipedia/Code/TalkPageReplyComposeController.swift b/Wikipedia/Code/TalkPageReplyComposeController.swift index 614d5392747..25b6a2a803e 100644 --- a/Wikipedia/Code/TalkPageReplyComposeController.swift +++ b/Wikipedia/Code/TalkPageReplyComposeController.swift @@ -12,7 +12,7 @@ class TalkPageReplyComposeController { enum ActionSheetStrings { static let closeConfirmationTitle = WMFLocalizedString("talk-pages-reply-compose-close-confirmation-title", value: "Are you sure you want to discard this new reply?", comment: "Title of confirmation alert displayed to user when they attempt to close the new reply view after entering text. Please prioritize for de, ar and zh wikis.") - static let closeConfirmationDiscard = WMFLocalizedString("talk-pages-topic-compose-close-confirmation-discard-reply", value: "Discard Reply", comment: "Title of discard action, displayed within a confirmation alert to user when they attempt to close the new topic view after entering title or body text. Please prioritize for de, ar and zh wikis.") + static let closeConfirmationDiscard = WMFLocalizedString("talk-pages-topic-compose-close-confirmation-discard-reply", value: "Discard Reply", comment: "Title of discard action, displayed within a confirmation alert to user when they attempt to close the reply view after entering reply text.") } // viewController - the view controller that triggered the reply compose screen diff --git a/Wikipedia/Localizations/qqq.lproj/Localizable.strings b/Wikipedia/Localizations/qqq.lproj/Localizable.strings index bc51afc0721..34a5c596eca 100644 --- a/Wikipedia/Localizations/qqq.lproj/Localizable.strings +++ b/Wikipedia/Localizations/qqq.lproj/Localizable.strings @@ -1154,7 +1154,7 @@ "talk-pages-topic-added-alert-title" = "Title for alert informing that the user's new topic was successfully published. Please prioritize for de, ar and zh wikis."; "talk-pages-topic-compose-body-placeholder" = "Placeholder text in topic body field of the talk page topic compose screen. Please prioritize for de, ar and zh wikis."; "talk-pages-topic-compose-body-placeholder-accessibility" = "Accessibility label for the placeholder element of the topic body text view on the topic compose screen."; -"talk-pages-topic-compose-close-confirmation-discard-reply" = "Title of discard action, displayed within a confirmation alert to user when they attempt to close the new topic view after entering title or body text. Please prioritize for de, ar and zh wikis."; +"talk-pages-topic-compose-close-confirmation-discard-reply" = "Title of discard action, displayed within a confirmation alert to user when they attempt to close the reply view after entering reply text."; "talk-pages-topic-compose-close-confirmation-discard-topic" = "Title of discard action, displayed within a confirmation alert to user when they attempt to close the new topic view after entering title or body text. Please prioritize for de, ar and zh wikis."; "talk-pages-topic-compose-close-confirmation-title" = "Title of confirmation alert displayed to user when they attempt to close the new topic view after entering title or body text."; "talk-pages-topic-compose-navbar-title" = "Top navigation bar title of talk page topic compose screen. Please prioritize for de, ar and zh wikis."; diff --git a/Wikipedia/iOS Native Localizations/en.lproj/Localizable.strings b/Wikipedia/iOS Native Localizations/en.lproj/Localizable.strings index 0e0259e95e17e8669df53f5c2175a087198fbd3e..a087428b8338636c7f6edf3ad3b444efd5ae842c 100644 GIT binary patch delta 61 zcmV-D0K)(JrW=f=8-RoXgaU*Egam{Iv<8F^m)ze02$$f~1q7GU2nHyZ#MK29lb9e3 Tmwx^Q7MG3^22!`K5C+V`?X4Ir delta 38 ucmeBKCjD!fbVCbc3sVbo3rh>@7Pc1t>H9d?IJO4}vMDiccMxDZa|i$m> Date: Tue, 26 Mar 2024 11:52:50 -0500 Subject: [PATCH 3/3] Strings changes from building --- .../ar.lproj/Localizable.strings | Bin 433134 -> 432904 bytes .../ca.lproj/Localizable.strings | Bin 213380 -> 213220 bytes .../de.lproj/Localizable.strings | Bin 176550 -> 176396 bytes .../en.lproj/Localizable.strings | Bin 451432 -> 451896 bytes .../fa.lproj/Localizable.strings | Bin 552092 -> 551850 bytes .../fi.lproj/Localizable.strings | Bin 190880 -> 190712 bytes .../fr.lproj/Localizable.strings | Bin 240396 -> 240230 bytes .../he.lproj/Localizable.strings | Bin 472752 -> 472472 bytes .../ia.lproj/Localizable.strings | Bin 205580 -> 205424 bytes .../id.lproj/Localizable.strings | Bin 205590 -> 205444 bytes .../is.lproj/Localizable.strings | Bin 211218 -> 211076 bytes .../it.lproj/Localizable.strings | Bin 121902 -> 121750 bytes .../ja.lproj/Localizable.strings | Bin 292940 -> 292760 bytes .../ko.lproj/Localizable.strings | Bin 282620 -> 282450 bytes .../lt.lproj/Localizable.strings | Bin 190810 -> 190652 bytes .../mk.lproj/Localizable.strings | Bin 601710 -> 601432 bytes .../nb.lproj/Localizable.strings | Bin 209248 -> 209104 bytes .../nl.lproj/Localizable.strings | Bin 201988 -> 201832 bytes .../pt-br.lproj/Localizable.strings | Bin 198174 -> 198018 bytes .../pt.lproj/Localizable.strings | Bin 225726 -> 225570 bytes .../ru.lproj/Localizable.strings | Bin 554274 -> 553996 bytes .../sd.lproj/Localizable.strings | Bin 313386 -> 313130 bytes .../sl.lproj/Localizable.strings | Bin 220654 -> 220506 bytes .../sr-EC.lproj/Localizable.strings | Bin 512802 -> 512524 bytes .../sr-el.lproj/Localizable.strings | Bin 196062 -> 195914 bytes .../sv.lproj/Localizable.strings | Bin 220510 -> 220356 bytes .../th.lproj/Localizable.strings | Bin 444992 -> 444680 bytes .../tr.lproj/Localizable.strings | Bin 246312 -> 246152 bytes .../uk.lproj/Localizable.strings | Bin 571436 -> 571098 bytes .../zh-hans.lproj/Localizable.strings | Bin 255504 -> 255336 bytes .../zh-hant.lproj/Localizable.strings | Bin 271848 -> 271680 bytes 31 files changed, 0 insertions(+), 0 deletions(-) diff --git a/Wikipedia/iOS Native Localizations/ar.lproj/Localizable.strings b/Wikipedia/iOS Native Localizations/ar.lproj/Localizable.strings index ba312634265a5f3c41e31444c0d12c1446d6ace8..81aac4798ccd1b0712ae3b064db63ce22ec20ae2 100644 GIT binary patch delta 33 lcmaF2U8-Z7R6`463)2>68?$yLb7mlB0b68?(s)-({w6OJP=rG_ZOqutqyPY(6d8s9 diff --git a/Wikipedia/iOS Native Localizations/ca.lproj/Localizable.strings b/Wikipedia/iOS Native Localizations/ca.lproj/Localizable.strings index 92fea866ebf0fb586cf042895b75455d0d62c624..6c868c0554cfb39276e8e0991fc2bec6e512b092 100644 GIT binary patch delta 21 dcmZo^=6%x0+pvZ4&*b(wQy90;nZop94FGPO3V;9r delta 56 zcmV-80LTC2fenO%4S=)({F9Q<9G8ry0VWM(0BHbo0Am1Q0CE6ilhH^MldSX%m&9fQ OGKc(=0k`~<0_d!OLKlVr diff --git a/Wikipedia/iOS Native Localizations/de.lproj/Localizable.strings b/Wikipedia/iOS Native Localizations/de.lproj/Localizable.strings index 515933b7f841130d1873f1b1c8f140dae00273ef..30911f46d6409cde6eb8a948c227943c2aa0dc9e 100644 GIT binary patch delta 21 ccmZ4Xn5*XzSHl*@0@rpfH^%K;ZcKBs0b*AN-T(jq delta 52 zcmeBq#I@`(SHl*@0@uk0jydtBFk~_mGbA%4G88eSOqX8ABssZFT4b`tZn^dXSH|rH Iu1s^X0Rfm2Q2+n{ diff --git a/Wikipedia/iOS Native Localizations/en.lproj/Localizable.strings b/Wikipedia/iOS Native Localizations/en.lproj/Localizable.strings index 92eacab5dcba126e566f8ba08920e9e663937de0..f54f1d70b90dc0ca79c397097ffbd8193515c0d7 100644 GIT binary patch delta 128 zcmaEHOnS#D>4p}@7N!>F7M2#)Eo@5^r{B5H$T9t$6q^ob5ko3N0YeT$<#fgz7V+r~ zyIEPLC&;qNP0#zsDlq*GFPqx*eM)S6+`0^Km6JafN>6{L#HO|Vl>*x%#;KRs#3uhK d6krWu$Y&^+e$jzRetLiu+qCTql-W+~2LKp2EFb^? delta 47 zcmV+~0MP%q${Xm$8-RoXgaU*Egam{Iv<9Rhm);r%2)A$}1|R{G@^KoMgdzqix8NiO FSirJ)5p4hf diff --git a/Wikipedia/iOS Native Localizations/fa.lproj/Localizable.strings b/Wikipedia/iOS Native Localizations/fa.lproj/Localizable.strings index 3302f87be434375a9a2228f0e66c65f6dfcf9d71..1ce61181794a7a374310e61aea70b1582c5cce93 100644 GIT binary patch delta 39 qcmbPpQ*qUG#fBEf7N!>FEi6vV?ItWNK+FonY(UJu-GqfBBLe^h-wPoC delta 96 zcmZ2=U2)D$#fBEf7N!>FEi6vV(*?{JWv1Jhv#4>WFk~_mGbA%4G89c`OkftDzF`HU w#PoGZOa{{h_A^UNKX8dvYx;qkEG*LtR5@7M-Izg`6^Pk@n0>n&Ge=4W0H0|bT>t<8 diff --git a/Wikipedia/iOS Native Localizations/fi.lproj/Localizable.strings b/Wikipedia/iOS Native Localizations/fi.lproj/Localizable.strings index 4c18de18ed6daeeef855df98b4c35bf2b3f7de24..b9899e0353c19c7263dbef9fac2dd89dda8b12a8 100644 GIT binary patch delta 19 bcmZ2*nfu2@?uIRl5ovAdjN8(g7Bm3>Th|D6 delta 69 zcmexyk$b^q?uIRl5owbXcFIh4xU9yT!jQ>O%#h5G$WX+PGWqOHUG_2{yO^P5I)4k3 Z;$#IKmgx?aj4bUjX^h)r(wOEn0RVDx7gPWM diff --git a/Wikipedia/iOS Native Localizations/fr.lproj/Localizable.strings b/Wikipedia/iOS Native Localizations/fr.lproj/Localizable.strings index b5856b74b46ead99cac3c595dadf77d5c559b0a1..49ea722be01a7557297daf005ab75ef8eb3f19a0 100644 GIT binary patch delta 21 dcmeCV#`o+BU&9v0NBi14_A_qp*w57R8UTEb3rqk2 delta 66 zcmV-I0KNa_)DDc+4uG@);=YrRj~tgy2mvOSIOzfo3nBm@06hR803rZMlfU2u~4;=Td5;=Tfe>s06(DgXcg diff --git a/Wikipedia/iOS Native Localizations/he.lproj/Localizable.strings b/Wikipedia/iOS Native Localizations/he.lproj/Localizable.strings index 72076078717374d49035429fec3f5e3771f268ef..39e0ab258343c7f74be4d4949243a053997b737b 100644 GIT binary patch delta 33 mcmdn+R%XU)nT8g|7N#xC-}2k}3YmeJ1&CR<^A)l!Itl>mCJey< delta 100 zcmbR7T4uvrnT8g|7N#xC-}0xQGhyMG{y>INV6vIL+H?+aCcf!k64?}{-&x5hH9cV# zBiD2XH5Q5K56oE9rpx)VYD~YdhnZt~z)@C~$#IkTCQooX}Y01^{VO32y)Z delta 58 zcmV-A0LA}=#SE6l41lx&x_*~XB?1hS9>)-udXNDoml}Tp4wo{20v4BkOac~@9)J>) QaIpl3x_$w-x_$!6qk1P5#{d8T diff --git a/Wikipedia/iOS Native Localizations/is.lproj/Localizable.strings b/Wikipedia/iOS Native Localizations/is.lproj/Localizable.strings index ceb079042cd350f2252a27cf2537abb4ad7a0b71..ba6564565905ab0323e531d8660536279343bb60 100644 GIT binary patch delta 21 dcmbRAiKpcwPs0|*w669qU5wkmbTP@T0|0bZ3P1n= delta 60 zcmV-C0K@-;@eGpk41lx&W{Q{KmI54?4xj-hmtOP&2AAxT0tlD>k^&Y9a{zV#VE}Rf SX_G;uABSd&0k>v~0v@jDMHbHh diff --git a/Wikipedia/iOS Native Localizations/it.lproj/Localizable.strings b/Wikipedia/iOS Native Localizations/it.lproj/Localizable.strings index b16fdcee63e566303738c293a3b86eac3b4a99a0..2758abe04b413580b5aae28d47b5f97c70696f6b 100644 GIT binary patch delta 22 ecmZ3tgMHd|_6=ezlYh+?Xx_)NeIE;B!F2#~kO|5F delta 61 zcmV-D0K)&4w+F7c2e1|dlL{IZmwwOz9FuUhCYL^E0R{(S0AT=f0A!Pa;u({oJ`$I* TWC0kHK*SV-Is~^m1OZ&vmJ$^V diff --git a/Wikipedia/iOS Native Localizations/ja.lproj/Localizable.strings b/Wikipedia/iOS Native Localizations/ja.lproj/Localizable.strings index b842f8870e4db9b49b90f928e292f7bf9be2ad54..df9192c3accf1f09592528c9a74be2f8a8e8904f 100644 GIT binary patch delta 27 hcmX@}L2$- delta 70 zcmcaKPw>xt!G;#bElh``rZ=!K^Gp|TWHg(8%Y%_`a!ZTAbO&!1mdQO@eA5-YSlFiT an87SE{lis8j`lTDOhC-MeT@{$G7|uMH5h6D diff --git a/Wikipedia/iOS Native Localizations/lt.lproj/Localizable.strings b/Wikipedia/iOS Native Localizations/lt.lproj/Localizable.strings index 3ec5bfe931c1d4812a02b4b248e2c2c7fba5f2f5..0f2822e25c4a43a66febf1947fb525a128fe91cf 100644 GIT binary patch delta 21 dcmcb0iF?mQ?uIRlE7IEC(iykAr89{%0RV502*dyY delta 77 zcmdmUk^9yq?uIRlE7B(CWynlEC8Nfh!jQ>O%#h5G$WX+PGF@;7ljvl=dp!J!3?)F} hM22jJN`_p9{K{8Clv_q%m$^k;Wv_1ONpA7=8c% diff --git a/Wikipedia/iOS Native Localizations/mk.lproj/Localizable.strings b/Wikipedia/iOS Native Localizations/mk.lproj/Localizable.strings index 694c8230c3adf663e085387b24dca3ea8f72401e..f64dcd2d5f533738eecb393d13600fc00ebe9e15 100644 GIT binary patch delta 39 qcmaENN9D#Xm4+6^7N!>FEi788?G9-yK+FonY(UJu-64%b?*srl0}ev~ delta 107 zcmca{OXb}im4+6^7N!>FEi788(*v>?Wu`04Vo~ExVaQ}CW=Lj8WGI>*$ib;NdBX(0 z$$ID1CSOS9nf@W2O>Fu<4i=Ni7kD_PH-xYWP5-cziDkOLEEbk_y;Klp1!6WJX5X%t I%As`v0O24cA^-pY diff --git a/Wikipedia/iOS Native Localizations/nb.lproj/Localizable.strings b/Wikipedia/iOS Native Localizations/nb.lproj/Localizable.strings index 5a8d8dedc1bcff631d13fd7910851b704ff59ad9..1ca3365438e9c6f2db1ed8194b1a7294b7202aaa 100644 GIT binary patch delta 21 dcmaFxi08sXo`x-q4K3{gt&H0RTA2dY0044m2`m5r delta 44 zcmV+{0Mq}_;SAv741lx&fP|8A9G8%m0VbEshyo6i;O!a(a{zV#VTWIY0k>a-0&%Rx CbrP`v diff --git a/Wikipedia/iOS Native Localizations/nl.lproj/Localizable.strings b/Wikipedia/iOS Native Localizations/nl.lproj/Localizable.strings index 1b60e08f2381fea3c04f9a169a58f935e11a3929..4edcd28754bb772ecbb304249e1da421da5d2062 100644 GIT binary patch delta 21 dcmZo!#q(kXPs0|*7uD@8HH_O^YM2^k003_o3CI8d delta 55 zcmV-70LcI7s0@Uv41lx&=zEjC#vGGA;3k)z)dB_wV*p_QasXtP+aUrQlhEK4lV;)` Nhv<6&x9EEUfS9eO7)t;E diff --git a/Wikipedia/iOS Native Localizations/pt-br.lproj/Localizable.strings b/Wikipedia/iOS Native Localizations/pt-br.lproj/Localizable.strings index 2cb1d1b606de1a932b4028cc7f1650cf303c0f9d..c63bcb50e7f5d56f6bd33a978b5e631011de48f8 100644 GIT binary patch delta 26 hcmbQ&!_(Bw)3AlHr)>I!PDYk?opQ$QI^|5C`T&cW3PS(@ delta 57 zcmZqb=9$;S)3AlHr)+XSp3Gzi88zM%hD?THhGd3Bh9ZWP$;%(gPgfFW(whFEgOQ_s NLK)-s31v*5`T#D{6bk?V diff --git a/Wikipedia/iOS Native Localizations/pt.lproj/Localizable.strings b/Wikipedia/iOS Native Localizations/pt.lproj/Localizable.strings index 6eb366fd0001a8535186610faa6697d2c57f26a0..a92739d98cd056a58d7563631927a6792589c1e2 100644 GIT binary patch delta 21 dcmdn@n0L`5-i9rVax2<*tzg`~YXuX_NdR;c3Jm}N delta 61 zcmV-D0K)&G;tjsz4S=)(9;la)?g9*xPKFSd%)0?5mmVww2A7}#0SK3(I0F_1bO2!h Ta+fKL0x^dkr~$Vgr~(AZ*c=r! diff --git a/Wikipedia/iOS Native Localizations/ru.lproj/Localizable.strings b/Wikipedia/iOS Native Localizations/ru.lproj/Localizable.strings index 9ccf9b739213e1aab9ed3782a4e5c7df7dd36af7..d2847d643bbb3d625242cc21633b10e3b945e03b 100644 GIT binary patch delta 44 ucmZ4VO0nmKVnYjK3sVd87M2z4(;e(tSlSP9fG{f%vjH*t_Cp*T2{{0DL=TAo delta 96 zcmeBqp}6RkVnYjK3sVd87M2z4)AwmG$xOGhV^QNyVaQ}CW=Lj8WGI^c@gSS)^nws} xlj#>&I3%VkY-N_3p6ABIF>SW(8t4AZFjbhMglJ2LS%)9z*~D diff --git a/Wikipedia/iOS Native Localizations/sd.lproj/Localizable.strings b/Wikipedia/iOS Native Localizations/sd.lproj/Localizable.strings index 2aa5a7245794ed7c28d267426df1c760c2205cb7..fdb4ba49079d2eba2a142171fcaf8a660fab17ea 100644 GIT binary patch delta 44 xcmZ2AL3mZ4@P=b-lYNdDOm4X!bAO>a0n- diff --git a/Wikipedia/iOS Native Localizations/sr-EC.lproj/Localizable.strings b/Wikipedia/iOS Native Localizations/sr-EC.lproj/Localizable.strings index 14c92d420c4c3dd846cd7605aaae8e15a2b716c7..1e55bd62b58395e8ef4083c040d481118d5f5c86 100644 GIT binary patch delta 33 mcmZ3qOulD{d_xOk3)2?nTUXmZTw?}e79eKb{^1&%(H{U49uZ6c delta 82 zcmeBKBEM*vd_xOk3)2?nTUV!Vh+*cLZV<&LFxkgbZF-#AU2NaF6t~I(+#|t lyry56z$h_2AfMG}y1;o>x%OLEnSq!Eh*`Jay2@ts2LQ-rA94Ty diff --git a/Wikipedia/iOS Native Localizations/sr-el.lproj/Localizable.strings b/Wikipedia/iOS Native Localizations/sr-el.lproj/Localizable.strings index f86a8e7516fa391fe9d868e06c9a13828b23fc29..55a76e6228a2828786009da851b776e14cd4a4c0 100644 GIT binary patch delta 21 dcmccjoBPx+?uIRl4yEl^N*T9bDP`j7004UL3IhND delta 46 zcmV+}0MY--`U~Fs3xKo%Ky{NY*+P?c;trFL;ur&O0A!Q#bQ72SHv$%iKy?APKy?BN Ei2scfkN^Mx diff --git a/Wikipedia/iOS Native Localizations/sv.lproj/Localizable.strings b/Wikipedia/iOS Native Localizations/sv.lproj/Localizable.strings index e1f7f589596fce42a739d5ebe1ca65542a75fc9f..295333c095f88a3eccc16fa555b012072b8fea36 100644 GIT binary patch delta 26 icmcb&i}%P*-i9rVDYK>wMY>~>bVCbc3)2?n3di;hPRu~e0>rG_H#o6PXa@k?!VKL2 delta 85 zcmeB}Bz<6tbVCbc3)2?n3diXQtSmg!FKlBJn0&`pZF&?Z6W{cb!%RZc1F{%-CK>Wf ne^AdBGF?EQiD$Y2H*4JV15?>p+G`w{ffz)yZm)4<>uCo7=?xr- diff --git a/Wikipedia/iOS Native Localizations/tr.lproj/Localizable.strings b/Wikipedia/iOS Native Localizations/tr.lproj/Localizable.strings index a6cedd1047aaeab804a45d93e518bbd1af7cd0ae..30eec4a3121668ad41dae417aa953092ca900b82 100644 GIT binary patch delta 21 dcmZ3{!r#%%->`*I??n5#6O7x>onVUk2>@u23PAt> delta 58 zcmV-A0LA}^gAb^L4}i1*F36W2ZvzaIP=^qcP#`9k$oc{flb*L8ldd2R1ycZN0Bo1R QM*|;+F3175F318}`Fvv)qW}N^ diff --git a/Wikipedia/iOS Native Localizations/uk.lproj/Localizable.strings b/Wikipedia/iOS Native Localizations/uk.lproj/Localizable.strings index 2f2d9b623f979750f6f0f1298d6eb9c962639bbd..e6bebbf51da920d375a70d4012cbd709fcbd474f 100644 GIT binary patch delta 39 qcmZ4ULFv|8rG^&97N!>FEi7h+?HxueK+FonY(UJuy~BuONh<(3bqFEi7h+)7RxQIdP{jWHJ;pBr_y36isI26`i(_Ic0i)8;8N< m0|9oE=e2W8zvay+G#5|jEP6qly50u+~$ UNdg{+zTg3ezTg74zTg9@1Vlg@OaK4? diff --git a/Wikipedia/iOS Native Localizations/zh-hant.lproj/Localizable.strings b/Wikipedia/iOS Native Localizations/zh-hant.lproj/Localizable.strings index 2a4339948f088827b594d7b6685f5992eb4a3dbd..08e9d6f36db93fc6fd3cb963dd8a2a7e4d74b724 100644 GIT binary patch delta 25 gcmaEHTHwGbfrc%NOn=%}{b2-RrtPc#FxzPY0Ilx~wEzGB delta 56 zcmX?bO5nw5frc%NOn)ZNTPQQRPepC|GE+vr$tG+9(=V7ZicNN#BQm`xl}WCh=?^0i MGi_)3!)&Js0Fu-dJ^%m!