diff options
author | Memphiz <memphis@machzwo.de> | 2011-07-17 22:32:06 -0700 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2011-07-17 22:32:06 -0700 |
commit | 2f7f554b32e947e18e2182ab6787f6f8dd2aa421 (patch) | |
tree | 83dab5fa00fe9889a907408e713f8bcfac76a267 | |
parent | 8646a49efa80c58a8c62e7f23b76905203bc1f24 (diff) | |
parent | 34e7b41bb271d5a66b949197649573676188c9e1 (diff) |
Merge pull request #283 from Machine-Sanctum/master
Dutch language
-rw-r--r-- | language/Dutch/langinfo.xml | 55 | ||||
-rw-r--r-- | language/Dutch/strings.xml | 2 |
2 files changed, 53 insertions, 4 deletions
diff --git a/language/Dutch/langinfo.xml b/language/Dutch/langinfo.xml index 7ecf57a9b2..3f4b2bc4c0 100644 --- a/language/Dutch/langinfo.xml +++ b/language/Dutch/langinfo.xml @@ -1,17 +1,66 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<?xml version="1.0" encoding="utf-8" standalone="yes"?> + +<!-- Possible values for <charsets> --> +<!-- ============================== --> +<!-- --> +<!-- ISO-Charsets: --> +<!-- ISO-8859-1 - Western Europe (ISO) --> +<!-- ISO-8859-2 - Central Europe (ISO) --> +<!-- ISO-8859-3 - South Europe (ISO) --> +<!-- ISO-8859-4 - Baltic (ISO) --> +<!-- ISO-8859-5 - Cyrillic (ISO) --> +<!-- ISO-8859-6 - Arabic (ISO) --> +<!-- ISO-8859-7 - Greek (ISO) --> +<!-- ISO-8859-8 - Hebrew (ISO) --> +<!-- ISO-8859-9 - Turkish (ISO) --> +<!-- --> +<!-- Windows Charsets: --> +<!-- CP1250 - Central Europe (Windows) --> +<!-- CP1251 - Cyrillic (Windows) --> +<!-- CP1252 - Western Europe (Windows) --> +<!-- CP1253 - Greek (Windows) --> +<!-- CP1254 - Turkish (Windows) --> +<!-- CP1255 - Hebrew (Windows) --> +<!-- CP1256 - Arabic (Windows) --> +<!-- CP1257 - Baltic (Windows) --> +<!-- CP1258 - Vietnamesse (Windows) --> +<!-- CP874 - Thai (Windows) --> +<!-- CP949 - Korean --> +<!-- --> +<!-- Others: --> +<!-- GBK - Chinese Simplified (GBK) --> +<!-- BIG5 - Chinese Traditional (Big5) --> +<!-- BIG5-HKSCS - Hong Kong (Big5-HKSCS) --> +<!-- SHIFT_JIS - Japanese (Shift-JIS) --> +<!-- --> +<!-- Link: (Country-Codepage comparison) --> +<!-- http://www.science.co.il/Language/Locale-Codes.asp --> +<!-- --> +<!-- Possible values for <dvd> --> +<!-- ========================= --> +<!-- Language codes expected are two character --> +<!-- codes as defined in ISO639. --> +<!-- --> +<!-- Link: --> +<!-- http://etext.virginia.edu/tei/iso639.html --> + + + <language locale="nl"> <charsets> <gui unicodefont="false">CP1252</gui> <subtitle>CP1252</subtitle> </charsets> + <dvd> <menu>nl</menu> <audio>nl</audio> <subtitle>nl</subtitle> </dvd> + <regions> - <region locale="NL"> - <dateshort>D-M-YYYY</dateshort> + <region name= "NL" locale="NL"> + <dateshort>DD-MM-YYYY</dateshort> <datelong>DDDD D MMMM YYYY</datelong> <time symbolAM="" symbolPM="">H:mm:ss</time> <tempunit>C</tempunit> diff --git a/language/Dutch/strings.xml b/language/Dutch/strings.xml index cbfe071245..6a8204a118 100644 --- a/language/Dutch/strings.xml +++ b/language/Dutch/strings.xml @@ -1271,7 +1271,7 @@ <string id="14012">- Gebruik grote iconen</string> <string id="14013">- Baseren op</string> <string id="14014">- Percentage</string> - <string id="14015">Geen bestanden en minimaal 1 thumb</string> + <string id="14015">Geen bestanden en minimaal 1 miniatuur</string> <string id="14016">Tenminste 1 miniatuur</string> <string id="14017">Het percentage miniaturen</string> <string id="14018">Weergaveopties</string> |