diff options
Diffstat (limited to 'res/values-de/arrays.xml')
-rw-r--r-- | res/values-de/arrays.xml | 44 |
1 files changed, 28 insertions, 16 deletions
diff --git a/res/values-de/arrays.xml b/res/values-de/arrays.xml index d1e436b..1e6c68b 100644 --- a/res/values-de/arrays.xml +++ b/res/values-de/arrays.xml @@ -1,18 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Copyright (C) 2009 The Android Open Source Project +<!-- +/* +** +** Copyright 2007 The Android Open Source Project +** +** 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. +*/ + --> - 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 xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string-array name="timezone_filters"> @@ -129,7 +134,14 @@ <item msgid="535934025797984365">"CHAP"</item> <item msgid="8383098660619805783">"PAP oder CHAP"</item> </string-array> - <!-- no translation found for app_install_location_entries:0 (8151497958991952759) --> - <!-- no translation found for app_install_location_entries:1 (3738430123799803530) --> - <!-- no translation found for app_install_location_entries:2 (4498124044785815005) --> + <string-array name="app_install_location_entries"> + <item msgid="8151497958991952759">"Interner Gerätespeicher"</item> + <item msgid="3738430123799803530">"Austauschbare SD-Karte"</item> + <item msgid="4498124044785815005">"Auswahl durch das System"</item> + </string-array> + <string-array name="vibrate_entries"> + <item msgid="3388952299521009213">"Immer"</item> + <item msgid="8828623721267370010">"Nur im Lautlosmodus"</item> + <item msgid="1704457747235131586">"Nie"</item> + </string-array> </resources> |