/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

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. * Copyright (C) 2007 Google Inc.
  4. *
  5. * Licensed under the Apache License, Version 2.0 (the "License");
  6. * you may not use this file except in compliance with the License.
  7. * You may obtain a copy of the License at
  8. *
  9. * http://www.apache.org/licenses/LICENSE-2.0
  10. *
  11. * Unless required by applicable law or agreed to in writing, software
  12. * distributed under the License is distributed on an "AS IS" BASIS,
  13. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14. * See the License for the specific language governing permissions and
  15. * limitations under the License.
  16. -->
  17. <resources>
  18. <string-array name="languages">
  19. <item>Afrikaans [af]</item>
  20. <item>Bosnian [bs]</item>
  21. <item>Chinese (Cantonese) [zh-yue]</item>
  22. <item>Chinese (Mandarin) [zh]</item>
  23. <item>Croatian [hr]</item>
  24. <item>Czech [cz]</item>
  25. <item>Dutch [nl]</item>
  26. <item>English (American) [en-us]</item>
  27. <item>English (British) [en-uk]</item>
  28. <item>Esperanto [eo]</item>
  29. <item>Finnish [fi]</item>
  30. <item>French [fr]</item>
  31. <item>German [de]</item>
  32. <item>Greek [el]</item>
  33. <item>Hindi [hi]</item>
  34. <item>Hungarian [hu]</item>
  35. <item>Icelandic [is]</item>
  36. <item>Indonesian [id]</item>
  37. <item>Italian [it]</item>
  38. <item>Kurdish [ku]</item>
  39. <item>Latin [la]</item>
  40. <item>Macedonian [mk]</item>
  41. <item>Norwegian [no]</item>
  42. <item>Polish [pl]</item>
  43. <item>Portuguese [pt]</item>
  44. <item>Romanian [ro]</item>
  45. <item>Russian [ru]</item>
  46. <item>Serbian [sr]</item>
  47. <item>Slovak [sk]</item>
  48. <item>Spanish [es]</item>
  49. <item>Spanish (Latin America) [es-la]</item>
  50. <item>Swahili [sw]</item>
  51. <item>Swedish [sv]</item>
  52. <item>Tamil [ta]</item>
  53. <item>Turkish [tr]</item>
  54. <item>Vietnamese [vi]</item>
  55. <item>Welsh [cy]</item>
  56. </string-array>
  57. </resources>