]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
android: Use correct language code for Ukrainian
authorTobias Brunner <tobias@strongswan.org>
Mon, 13 Feb 2023 13:25:17 +0000 (14:25 +0100)
committerTobias Brunner <tobias@strongswan.org>
Mon, 13 Feb 2023 14:46:53 +0000 (15:46 +0100)
While UA is the country code, the language code is apparently uk.

src/frontends/android/app/src/main/res/values-uk/arrays.xml [moved from src/frontends/android/app/src/main/res/values-ua/arrays.xml with 100% similarity]
src/frontends/android/app/src/main/res/values-uk/strings.xml [moved from src/frontends/android/app/src/main/res/values-ua/strings.xml with 99% similarity]

similarity index 99%
rename from src/frontends/android/app/src/main/res/values-ua/strings.xml
rename to src/frontends/android/app/src/main/res/values-uk/strings.xml
index 3c5bbebc9dde3346b95ab10f74c134d79bf03e8e..e02a640a3ff550a0ad1644877daa8d7ebf429e03 100644 (file)
@@ -13,7 +13,7 @@
     or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
     for more details.
 -->
-<resources>
+<resources xmlns:tools="http://schemas.android.com/tools">
 
     <!-- Application -->
     <string name="app_name">strongSwan VPN клієнт</string>
     <string name="crl_cache">CRL cache</string>
     <string name="clear_crl_cache_title">Clear CRL cache?</string>
     <string name="clear_crl_cache_msg_none">The CRL cache is empty</string>
-    <plurals name="clear_crl_cache_msg">
+    <plurals name="clear_crl_cache_msg" tools:ignore="MissingQuantity">
         <item quantity="one">The CRL cache contains %1$d file (%2$s).</item>
         <item quantity="other">The CRL cache contains %1$d files (%2$s).</item>
     </plurals>
     <string name="disconnect_active_connection">This will disconnect the active VPN connection!</string>
     <string name="connect">Підключити</string>
     <string name="retry">Retry</string>
-    <plurals name="retry_in">
+    <plurals name="retry_in" tools:ignore="MissingQuantity">
         <item quantity="one">Retry in %1$d second</item>
         <item quantity="other">Retry in %1$d seconds</item>
     </plurals>