diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2014-06-11 14:32:57 +0000 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2014-06-11 14:32:57 +0000 |
commit | 3e20a0d784151892397860fcc6f88d8be3e71bf2 (patch) | |
tree | a0ad5e613919465c29e993a9ef49cbddff5c61c3 /view/nl/strings.php | |
parent | 4a4281448f3485f03aa5b8b1bac1175e217a58c2 (diff) | |
download | volse-hubzilla-3e20a0d784151892397860fcc6f88d8be3e71bf2.tar.gz volse-hubzilla-3e20a0d784151892397860fcc6f88d8be3e71bf2.tar.bz2 volse-hubzilla-3e20a0d784151892397860fcc6f88d8be3e71bf2.zip |
update nl / dark schema: fixed prev/next buttons connections page and directory / same css layout for those buttons
Diffstat (limited to 'view/nl/strings.php')
-rw-r--r-- | view/nl/strings.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/nl/strings.php b/view/nl/strings.php index e627bc035..53ae7f4a9 100644 --- a/view/nl/strings.php +++ b/view/nl/strings.php @@ -216,7 +216,7 @@ $a->strings["Connection: %s"] = "Connectie: %s"; $a->strings["Connection not found."] = "Connectie niet gevonden."; $a->strings["l F d, Y \\@ g:i A"] = "l d F Y \\@ G:i"; $a->strings["Starts:"] = "Start:"; -$a->strings["Finishes:"] = "Eindigt:"; +$a->strings["Finishes:"] = "Einde:"; $a->strings["Location:"] = "Plaats:"; $a->strings["Logout"] = "Uitloggen:"; $a->strings["End this session"] = "Beƫindig deze sessie"; @@ -1519,10 +1519,10 @@ $a->strings["Previous"] = "Vorige"; $a->strings["hour:minute"] = "uur:minuut"; $a->strings["Event details"] = "Details van gebeurtenis"; $a->strings["Format is %s %s. Starting date and Title are required."] = "Volgorde is %s %s. Begintijd en titel zijn vereist."; -$a->strings["Event Starts:"] = "Gebeurtenis begint:"; +$a->strings["Event Starts:"] = "Begin gebeurtenis:"; $a->strings["Required"] = "Vereist"; $a->strings["Finish date/time is not known or not relevant"] = "Einddatum/-tijd is niet bekend of niet relevant"; -$a->strings["Event Finishes:"] = "Gebeurtenis eindigt:"; +$a->strings["Event Finishes:"] = "Einde gebeurtenis:"; $a->strings["Adjust for viewer timezone"] = "Aanpassen aan de tijdzone van wie deze gebeurtenis bekijkt"; $a->strings["Description:"] = "Omschrijving:"; $a->strings["Title:"] = "Titel:"; |