r35888 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r35887‎ | r35888 | r35889 >
Date:22:07, 4 June 2008
Author:kim
Status:old
Tags:
Comment:
+bit more documentation, +complete translation to dutch.
Modified paths:
  • /trunk/extensions/Wikidata/util/voctrain/i18n/messages/Messages_eng.php (modified) (history)
  • /trunk/extensions/Wikidata/util/voctrain/i18n/messages/Messages_nld.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Wikidata/util/voctrain/i18n/messages/Messages_eng.php
@@ -1,8 +1,12 @@
22 <?php
33
 4+
 5+# provide an iso 693_3 code to fall back to
 6+# (or false if you absolutely don't want to fall back to english)
47 $fallback=false;
58
6 -#do not translate words starting with '%' (ie %action myst
 9+# Words starting with '%' (ie %action, or %questions_total) are
 10+# "variable names", for use by the program. Don't translate those!
711
812 $messages=array(
913 "Hello World"=>"HELLO WIKI!",
Index: trunk/extensions/Wikidata/util/voctrain/i18n/messages/Messages_nld.php
@@ -1,53 +1,57 @@
22 <?php
33
4 -$fallback=false;
 4+# provide an iso 693_3 code to fall back to
 5+$fallback="eng";
56
 7+# Words starting with '%' (ie %action, or %questions_total) are
 8+# "variable names", for use by the program. Don't translate those!
69 $messages=array(
710 "Hello World"=>"HALLO WIKI!",
811 "Permission Denied"=>"Toestemming Geweigerd",
912 "try again?"=>"probeer opnieuw?",
10 - "Action unknown"=>"Action onbekend",
 13+ "Action unknown"=>"Aktie (action) onbekend",
1114 "I don't know what to do with '%action'." =>
12 - "Ik don't know what to do with '%action'.",
13 - "User added" => "User added",
 15+ "Ik weet niet wat ik doen moet met '%action'.",
 16+ "User added" => "Gebruiker toegevoegd",
1417 "Hello, %username, welcome to the omega language trainer" =>
15 - "Hello, %username, welcome to the omega language trainer",
16 - "continue"=>"continue",
17 - "hello %place"=>"hello there %place",
18 - "bye"=>"goodbye",
19 - "Set up your exercise"=>"Set up your exercise",
20 - "Number of questions"=>"Number of questions",
21 - "Languages"=>"Languages",
22 - "Please specify the languages you want to test in"=>"Please specify the languages you want to test in",
23 - "(eg, eng for English, deu for Deutch (German))."=>"(eg, eng for English, deu for Deutch (German)).",
24 - "Depending on your test set, some combinations might work better than others."=>"Depending on your test set, some combinations might work better than others.",
25 - "Questions"=>"Questions",
26 - "Answers"=>"Answers",
27 - "start exercise"=>"start exercise",
28 - "collection"=>"collection",
 18+ "Hallo, %username, welkom bij de omega taaltrainer",
 19+ "continue"=>"doorgaan",
 20+ "hello %place"=>"hallo daar %place",
 21+ "bye"=>"tot ziens",
 22+ "Set up your exercise"=>"Stel uw oefening op",
 23+ "Number of questions"=>"Aantal vragen",
 24+ "Languages"=>"Talen",
 25+ "Please specify the languages you want to test in"=>"Geef aub de talen op waarin je wilt oefen",
 26+ "(eg, eng for English, deu for Deutch (German))."=>"(bijv, eng voor English (Engels), deu voor Deutch (Duits)).",
 27+ "Depending on your test set, some combinations might work better than others."=>"Afhankelijk van je testset, werken sommige combinaties beter dan anderen.",
 28+ "Questions"=>"Vragen",
 29+ "Answers"=>"Antwoorden",
 30+ "start exercise"=>"start oefening",
 31+ "collection"=>"collectie",
2932 "ISO-639-3 format"=>"ISO-639-3 format",
30 - "There are %questions_remaining questions remaining, out of a total of %questions_total."=>"There are %questions_remaining questions remaining, out of a total of %questions_total.",
31 - "Definition"=>"Definition",
32 - "Dictionary definition to help you"=>"Dictionary definition to help you",
33 - "Word"=>"Word",
34 - "Please type your answer here"=>"Please type your answer here",
35 - "submit answer"=>"submit answer",
36 - "peek"=>"peek",
37 - "skip"=>"skip",
38 - "I know it/do not ask again"=>"I know it/do not ask again",
39 - "abort exercise"=>"abort exercise",
40 - "list answers"=>"list answers",
41 - "Question"=>"Question",
42 - "The word to translate"=>"The word to translate",
43 - "Answer"=>"Answer",
44 - "one of"=>"one of",
45 - "list of questions and answers"=>"list of questions and answers",
46 - "Answer(s)"=>"Answer(s)",
47 - "logout"=>"logout",
48 - "Powered by"=>"Powered by",
 33+ "There are %questions_remaining questions remaining, out of a total of %questions_total."=>
 34+ "Er zikn nog %questions_remaining over, uit een totaal van %questions_total.",
 35+ "Definition"=>"Definitie",
 36+ "Dictionary definition to help you"=>"Dictionary definitie om je te helpen",
 37+ "Word"=>"Woord",
 38+ "Please type your answer here"=>"Typ alstublieft hier uw antwoord.",
 39+ "submit answer"=>"antwoord submitten",
 40+ "peek"=>"spiek",
 41+ "skip"=>"sla over",
 42+ "I know it/do not ask again"=>"Ik weet dit antwoord/vraag niet nogmaals",
 43+ "abort exercise"=>"Oefening afbreken",
 44+ "list answers"=>"antwoordlijst",
 45+ "Question"=>"Vraag",
 46+ "The word to translate"=>"Het te-vertalen woord",
 47+ "Answer"=>"Antwoord",
 48+ "one of"=>"een van",
 49+ "list of questions and answers"=>"list van vragen en antwoorden",
 50+ "Answer(s)"=>"Antwoord(en)",
 51+ "logout"=>"uitloggen",
 52+ "Powered by"=>"Angedreven door",
4953 "Omegawiki"=>"Omegawiki",
50 - "Exercise complete"=>"Exercise complete",
51 - "Exercise terminated"=>"Exercise terminated",
52 - "Start a new exercise"=>"Start a new exercise"
 54+ "Exercise complete"=>"Oefening voltooid",
 55+ "Exercise terminated"=>"Oefening afgebroken",
 56+ "Start a new exercise"=>"Start een nieuwe oefening"
5357 );
5458 ?>

Status & tagging log