Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 41 additions & 27 deletions res/values-nl/arrays.xml
Original file line number Diff line number Diff line change
@@ -1,29 +1,43 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.net-->
<resources>
<string-array name="pref_automatic_action_entries">
<item>Altijd vragen</item>
<item>Weigeren</item>
<item>Toestaan</item>
</string-array>
<string-array name="pref_status_icon_type_entries">
<item>Punt</item>
<item>Emoticon</item>
</string-array>
<string-array name="pref_date_format_entries">
<item>Standaard instellingen</item>
<item>12/31/2011</item>
<item>31/12/2011</item>
<item>2011/12/31</item>
</string-array>
<string-array name="pref_notifications_type_entries">
<item>Pop-up</item>
<item>Statusbalk</item>
</string-array>
<string-array name="pref_toast_location_entries">
<item>Standaard</item>
<item>Bovenkant</item>
<item>Centreren</item>
<item>Onderkant</item>
</string-array>
<!-- Copyright (C) 2011-2012 Adam Shanks (ChainsDD)

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="pref_automatic_action_entries">
<item>Melding tonen</item>
<item>Automatisch weigeren</item>
<item>Automatisch toestaan</item>
</string-array>
<string-array name="pref_status_icon_type_entries">
<item>Punt</item>
<item>Smiley</item>
</string-array>
<string-array name="pref_date_format_entries">
<item>Systeeminstelling gebruiken</item>
<item>12/31/2012</item>
<item>31/12/2012</item>
<item>2012/12/31</item>
</string-array>
<string-array name="pref_notifications_type_entries">
<item>Pop-up</item>
<item>Statusbalkmelding</item>
</string-array>
<string-array name="pref_toast_location_entries">
<item>Standaard</item>
<item>Boven</item>
<item>Midden</item>
<item>Onder</item>
</string-array>
</resources>
33 changes: 33 additions & 0 deletions res/values-nl/plurals.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2011-2012 Adam Shanks (ChainsDD)

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">
<plurals name="restore_complete">
<item quantity="one">Eén app en voorkeuren hersteld</item>
<item quantity="other">%1$d apps en voorkeuren hersteld</item>
</plurals>
<plurals name="pref_logs_deleted">
<item quantity="one">Eén logboekvermelding verwijderd</item>
<item quantity="other">%1$d logboekvermeldingen verwijderd</item>
</plurals>
<plurals name="pin_incorrect_try">
<item quantity="one">Laatste poging</item>
</plurals>
<plurals name="malicious_apps_message1">
<item quantity="one">Het volgende pakket bleek kwaadaardig te zijn:</item>
<item quantity="other">De volgende pakketten bleken kwaadaardige te zijn:</item>
</plurals>
</resources>
Loading