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 | 77583ce01023073fec1cbce468c05b6e44097aa0 (patch) | |
| tree | 747979551ac888388d0a1dd8a8e8a04f1d9861e0 | |
| parent | f02e37060dcb36ea9da2ac16fd8d8214ff77a199 (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> | 
