diff options
author | Arne Schwabe <arne@blinkt.de> | 2012-10-08 10:41:20 +0200 |
---|---|---|
committer | Arne Schwabe <arne@blinkt.de> | 2012-10-08 10:41:20 +0200 |
commit | 9634fb1ab9b6ac504158ac732e0d717742370fc7 (patch) | |
tree | 8a0d8ff98df3b5fa71cef3cb5acbc6f5b21aa295 /res/values-he/arrays.xml | |
parent | 9bb9d0bc7a230889fe10426c3cad509f34874f6e (diff) |
add Hebrew to languages being fetched, fix korean encoding problem
Diffstat (limited to 'res/values-he/arrays.xml')
-rwxr-xr-x | res/values-he/arrays.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/res/values-he/arrays.xml b/res/values-he/arrays.xml new file mode 100755 index 00000000..086ccbfc --- /dev/null +++ b/res/values-he/arrays.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.net--> +<resources> + <string-array name="vpn_types"> + <item>אישורים</item> + <item>קובץ PKCS12</item> + <item>אישור אנדרואיד</item> + <item>שם משתמש/סיסמה</item> + <item>מפתחות סטטיים</item> + <item>משתמש/סיסמה + אישורים</item> + <item>משתמש/סיסמה + PKCS12 </item> + <item>משתמש/סיסמה + אנדרואיד</item> + </string-array> + <string-array name="tls_directions_entries"> + <item>0</item> + <item>1</item> + <item>לא צוין</item> + </string-array> + <string-array name="verb_entries"> + <item>0 - ללא רישום</item> + <item>1 - רישום ברירת מחדל</item> + <item>2 - רישום יותר מפורט</item> + <item>3</item> + <item>4</item> + <item>5 - רישום של איתור באגים</item> + </string-array> +</resources> |