forked from joepie91/tasks.php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
language.nl.php
67 lines (62 loc) · 2.94 KB
/
language.nl.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<?php
// Copyright (c) 2012 Remy van Elst
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// The above copyright notice and this permission notice shall be included in
// all copies or substantial portions of the Software.
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
$LANG = array(
"tasktodo" => "Todo",
"addtask" => "Taak toevoegen",
"task" => "Taak",
"daysopen" => "Dagen open",
"duedate" => "Deadline",
"priority" => "Prioriteit",
"action" => "Actie",
"edit" => "Bewerken",
"delete" => "Verwijderen",
"high" => "Hoog",
"normal" => "Normaal",
"low" => "Laag",
"onhold" => "Stil",
"tasks" => "Taken",
"taskupdated" => "Taak bijgewerkt",
"redirected" => "Je wordt nu doorverwezen naar de hoofdpagina. <br /><a href=\"index.php\">Als dat niet gebeurt, klik dan hier.</a>",
"eupdatetask" => "Fout: taak kan niet bijgewerkt worden. Is het JSON bestand beschrijfbaar? ",
"etasknotfound" => "Fout: taak niet gevonden.",
"taskadded" => "Taak toegevoegd.",
"etasknotadded" => "Fout: taak kan niet bijgewerkt worden. Is het JSON bestand beschrijfbaar? ",
"taskdone" => "Taak is voltooid. ",
"etasknotdone" => "Fout: de taak kan niet voltooid worden. Is het JSON bestand beschrijfbaar? ",
"etasknotdeleted" => "Fout: de taak kan niet verwijderd worden. Is het JSON bestand beschrijfbaar?",
"taskdeleted" => "De taak is verwijderd.",
"noactiongiven" => "Fout: geen goede actie meegegeven. ",
"thrash" => "Prullenbak",
"backtohomepage" => "Terug",
"tobin" => "Prullenbak",
"updatetask" => "Taak bijwerken",
"notasks" => "Geen items.",
"todo" => "To do",
"daysleft" => " dagen resterend",
"dayslate" => " dagen te laat",
"today" => "Vandaag!",
"infotext" => 'Dit is een taken/todolijst geschreven in PHP. Er wordt gebruik gemaakt van een JSON database (<a href="task.json">klik hier om deze te bekijken</a>) <br />Dit script is geschreven door <a href="https://raymii.org">Remy van Elst</a>.',
"info" => "Info",
"finishedtasks" => "Voltooide taken",
"" => "",
"" => "",
"" => "",
"" => "",
"" => ""
);
?>