From 0a83dee9f732f9c4ce62025c768cff798ceead12 Mon Sep 17 00:00:00 2001
From: Richard Pospesel <richard@torproject.org>
Date: Thu, 22 Sep 2022 17:48:06 +0000
Subject: [PATCH] Bug 41314: Add YEC 2022 strings to torbutton and fenix

---
 .../main/res/values/torbrowser_strings.xml    | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/app/src/main/res/values/torbrowser_strings.xml b/app/src/main/res/values/torbrowser_strings.xml
index 8b41c67f45..ab8f59439e 100644
--- a/app/src/main/res/values/torbrowser_strings.xml
+++ b/app/src/main/res/values/torbrowser_strings.xml
@@ -72,4 +72,23 @@
 
     <!-- Spoof locale to English -->
     <string name="tor_spoof_english">Request English versions of web pages for enhanced privacy</string>
+
+    <!-- YEC 2022 campaign https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/41303 -->
+
+    <!-- LOCALIZATION NOTE (yec2022_powered_by_privacy): a header for a list of things which are powered by/enabled by/possible due to privacy (each item should have positive connotations/associations in the translated languages) -->
+    <string name="yec2022_powered_by_privacy">POWERED BY PRIVACY:</string>
+    <!-- LOCALIZATION NOTE (yec2022_resistance): resistance as in social/political resistance to opression, injustice, etc -->
+    <string name="yec2022_resistance">RESISTANCE</string>
+    <!-- LOCALIZATION NOTE (yec2022_change): change as in the process of social/political progress toward a better/more equitable society -->
+    <string name="yec2022_change">CHANGE</string>
+    <!-- LOCALIZATION NOTE (yec2022_freedom): freedom as in liberty, protection against exploition, imprisonment, etc -->
+    <string name="yec2022_freedom">FREEDOM</string>
+    <!-- LOCALIZATION NOTE (yec2022_donate_now): Label for a button directing user to donation page -->
+    <string name="yec2022_donate_now">DONATE NOW</string>
+    <!-- LOCALIZATION NOTE (yec2022_donation_matching): Please translate the 'Friends of Tor' phrase, but
+    also format it like the name of an organization in whichever way that is appropriate for your locale.
+    Please keep the currency in USD.
+    Thank you!
+    -->
+    <string name="yec2022_donation_matching">Your donation will be matched by Friends of Tor, up to $150,000.</string>
 </resources>
-- 
GitLab