diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-07-13 08:44:39 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-07-13 08:44:39 +0200 |
commit | 44997861f42538aee1bda342b5cc4e2fb1efa2aa (patch) | |
tree | e142cc8651f04e65c6dd9b2f43d039dc948baf52 | |
parent | 9f6c0f67aafeea34f96173bd53e9fa029b0a3ad4 (diff) |
Remove translate=false arrays from korean translation
-rw-r--r-- | res/values-ko/arrays.xml | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/res/values-ko/arrays.xml b/res/values-ko/arrays.xml index 5a03566d..7dbbe64b 100644 --- a/res/values-ko/arrays.xml +++ b/res/values-ko/arrays.xml @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <resources> - <!-- Keep the order the same as the TYPE_ constants in VPNProfile --> + + <!-- Keep the order the same as the TYPE_ constants in VPNProfile --> <string-array name="vpn_types"> <item>인증서</item> <item>PKCS12 파일</item> @@ -11,25 +12,11 @@ <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 translatable="false" name="tls_directions_values"> - <item>0</item> - <item>1</item> - <item></item> - </string-array> - <string-array translatable="false" name="verb_values"> - <item>0</item> - <item>1</item> - <item>2</item> - <item>3</item> - <item>4</item> - <item>5</item> - </string-array> <string-array name="verb_entries"> <item>0 - 로그안함</item> <item>1 - 일반 로그</item> |