Android port: generate initial config when none is present with dynamically
commit12f8cea7a38aa6469d2688ecacf3bb14a1ff4933
authormcuelenaere <mcuelenaere@a1c6a512-1295-4272-9138-f99709370657>
Fri, 11 Mar 2011 15:45:22 +0000 (11 15:45 +0000)
committermcuelenaere <mcuelenaere@a1c6a512-1295-4272-9138-f99709370657>
Fri, 11 Mar 2011 15:45:22 +0000 (11 15:45 +0000)
treeb52ac243c593f4f89552890119bd61d0bd627c5b
parent644f80d68345835d2cc993d778aeedc0808c4331
Android port: generate initial config when none is present with dynamically
generated values depending on your environment.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29560 a1c6a512-1295-4272-9138-f99709370657
45 files changed:
android/res/values-aa/strings.xml [new file with mode: 0644]
android/res/values-ar/strings.xml [new file with mode: 0644]
android/res/values-bg/strings.xml [new file with mode: 0644]
android/res/values-br/strings.xml [new file with mode: 0644]
android/res/values-ca/strings.xml [new file with mode: 0644]
android/res/values-ch-rVS/strings.xml [new file with mode: 0644]
android/res/values-cs/strings.xml [new file with mode: 0644]
android/res/values-da/strings.xml [new file with mode: 0644]
android/res/values-de/strings.xml [new file with mode: 0644]
android/res/values-el/strings.xml [new file with mode: 0644]
android/res/values-eo/strings.xml [new file with mode: 0644]
android/res/values-es/strings.xml [new file with mode: 0644]
android/res/values-et/strings.xml [new file with mode: 0644]
android/res/values-fi/strings.xml [new file with mode: 0644]
android/res/values-fr/strings.xml [new file with mode: 0644]
android/res/values-gl/strings.xml [new file with mode: 0644]
android/res/values-he/strings.xml [new file with mode: 0644]
android/res/values-hi/strings.xml [new file with mode: 0644]
android/res/values-hr/strings.xml [new file with mode: 0644]
android/res/values-hu/strings.xml [new file with mode: 0644]
android/res/values-is/strings.xml [new file with mode: 0644]
android/res/values-it/strings.xml [new file with mode: 0644]
android/res/values-ja/strings.xml [new file with mode: 0644]
android/res/values-ko/strings.xml [new file with mode: 0644]
android/res/values-lt/strings.xml [new file with mode: 0644]
android/res/values-nl/strings.xml [new file with mode: 0644]
android/res/values-nn/strings.xml [new file with mode: 0644]
android/res/values-no/strings.xml [new file with mode: 0644]
android/res/values-pl/strings.xml [new file with mode: 0644]
android/res/values-pt/strings.xml [new file with mode: 0644]
android/res/values-ro/strings.xml [new file with mode: 0644]
android/res/values-ru/strings.xml [new file with mode: 0644]
android/res/values-sk/strings.xml [new file with mode: 0644]
android/res/values-sl/strings.xml [new file with mode: 0644]
android/res/values-sr/strings.xml [new file with mode: 0644]
android/res/values-sv/strings.xml [new file with mode: 0644]
android/res/values-th/strings.xml [new file with mode: 0644]
android/res/values-tl/strings.xml [new file with mode: 0644]
android/res/values-tr/strings.xml [new file with mode: 0644]
android/res/values-uk/strings.xml [new file with mode: 0644]
android/res/values-wa/strings.xml [new file with mode: 0644]
android/res/values-zh-rCN/strings.xml [new file with mode: 0644]
android/res/values-zh-rTW/strings.xml [new file with mode: 0644]
android/res/values/strings.xml
android/src/org/rockbox/RockboxService.java