/documentation/examples/nihaoworld/res/values/arrays.xml
http://eyes-free.googlecode.com/ · XML · 59 lines · 42 code · 2 blank · 15 comment · 0 complexity · a5348e24f7f14612ad10327cb628f623 MD5 · raw file
- <?xml version="1.0" encoding="utf-8"?>
- <!--
- * Copyright (C) 2007 Google Inc.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- -->
-
- <resources>
- <string-array name="languages">
- <item>Afrikaans [af]</item>
- <item>Bosnian [bs]</item>
- <item>Chinese (Cantonese) [zh-yue]</item>
- <item>Chinese (Mandarin) [zh]</item>
- <item>Croatian [hr]</item>
- <item>Czech [cz]</item>
- <item>Dutch [nl]</item>
- <item>English (American) [en-us]</item>
- <item>English (British) [en-uk]</item>
- <item>Esperanto [eo]</item>
- <item>Finnish [fi]</item>
- <item>French [fr]</item>
- <item>German [de]</item>
- <item>Greek [el]</item>
- <item>Hindi [hi]</item>
- <item>Hungarian [hu]</item>
- <item>Icelandic [is]</item>
- <item>Indonesian [id]</item>
- <item>Italian [it]</item>
- <item>Kurdish [ku]</item>
- <item>Latin [la]</item>
- <item>Macedonian [mk]</item>
- <item>Norwegian [no]</item>
- <item>Polish [pl]</item>
- <item>Portuguese [pt]</item>
- <item>Romanian [ro]</item>
- <item>Russian [ru]</item>
- <item>Serbian [sr]</item>
- <item>Slovak [sk]</item>
- <item>Spanish [es]</item>
- <item>Spanish (Latin America) [es-la]</item>
- <item>Swahili [sw]</item>
- <item>Swedish [sv]</item>
- <item>Tamil [ta]</item>
- <item>Turkish [tr]</item>
- <item>Vietnamese [vi]</item>
- <item>Welsh [cy]</item>
- </string-array>
-
- </resources>