[tor-commits] [orbot/master] adding in new arrays for locale menus
n8fr8 at torproject.org
n8fr8 at torproject.org
Mon Feb 27 04:24:19 UTC 2012
commit 36f1510b8be52250deb3e453e45183a5a04e79ed
Author: Nathan Freitas <nathan at freitas.net>
Date: Fri Feb 24 00:17:37 2012 -0500
adding in new arrays for locale menus
---
res/values/arrays.xml | 25 +++++++++++++++++++++++++
1 files changed, 25 insertions(+), 0 deletions(-)
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
new file mode 100644
index 0000000..e0f6dd3
--- /dev/null
+++ b/res/values/arrays.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<resources>
+
+ <string-array name="languages">
+ <item>English</item>
+ <item>اÙعربÙØ©</item>
+ <item>پارسÛ</item>
+ <item>ä¸æ(ç®ä½)</item>
+ <item>Deutsche</item>
+ <item>Español</item>
+ <item>System</item>
+
+ </string-array>
+ <string-array name="languages_values">
+ <item></item>
+ <item>ar</item>
+ <item>fa</item>
+ <item>zh</item>
+ <item>de</item>
+ <item>es</item>
+ <item>xx</item>
+ </string-array>
+
+</resources>
\ No newline at end of file
More information about the tor-commits
mailing list