Procházet zdrojové kódy

add new webxdc selector strings to untranslated.xml, fix a11y_connectivity_hint as well

cyberta před 2 roky
rodič
revize
bbc8817269
1 změnil soubory, kde provedl 3 přidání a 1 odebrání
  1. 3 1
      scripts/untranslated.xml

+ 3 - 1
scripts/untranslated.xml

@@ -1,5 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <resources>
     <!-- iOS specific untranslated strings -->
-    "a11y_connectivity_hint" = "Double tap to view connectivity details.";
+    <string name ="a11y_connectivity_hint">Double tap to view connectivity details.</string>
+    <string name ="webxdcs">Apps</string>
+    <string name ="webxdc_empty_hint">Webxdc apps you have received or sent will appear here. You can tap on files to select downloaded apps.</string>
 </resources>