From: Carsten K. <car...@us...> - 2002-01-01 09:35:01
|
Update of /cvsroot/phpwiki/phpwiki/locale/nl/LC_MESSAGES In directory usw-pr-cvs1:/tmp/cvs-serv19779 Modified Files: phpwiki.mo phpwiki.php Log Message: committing updated po and mo files (repaired my msgfmt & msgunfmt and remake'd locale since my last locale commit). Index: phpwiki.mo =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/locale/nl/LC_MESSAGES/phpwiki.mo,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -r1.19 -r1.20 Binary files /tmp/cvsBijElA and /tmp/cvs8pMvr0 differ Index: phpwiki.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/locale/nl/LC_MESSAGES/phpwiki.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -r1.16 -r1.17 *** phpwiki.php 2001/12/19 09:57:55 1.16 --- phpwiki.php 2002/01/01 09:34:58 1.17 *************** *** 1,6 **** <?php - $locale["!References"] = - "!Referenties"; $locale["%d best incoming links:"] = "%d beste inkomende koppelingen:"; --- 1,4 ---- *************** *** 19,22 **** --- 17,36 ---- $locale["Copy your changes to the clipboard or to another temporary place (e.g. text editor)."] = "Kopier je veranderingen naar het klipbord of een andere tijdelijke plaats (bijv. een tekst editor)."; + $locale["Diff"] = + "Diff"; + $locale["Edit"] = + "Verander"; + $locale["Edit: %s"] = + "Verander: %s"; + $locale["FindPage"] = + "ZoekPagina"; + $locale["Full Text Search"] = + "Volledige tekst zoek"; + $locale["FullTextSearch"] = + "VolledigeTekstZoek"; + $locale["GoodStyle"] = + "GoedeStijl"; + $locale["Hits"] = + "Teller"; $locale["HomePage"] = "ThuisPagina"; *************** *** 29,38 **** --- 43,60 ---- $locale["Make changes to the file again. Paste your additions from the clipboard (or text editor)."] = "Breng je veranderingen aan de pagina opnieuw aan. Plak je toevoeginen van het klipbord (of tekst editor)."; + $locale["MostPopular"] = + "Meestbezochte"; $locale["None"] = "Geen"; + $locale["Page Name"] = + "Pagina"; + $locale["Page locked"] = + "Sidan är låst"; $locale["PhpWiki is unable to save your changes, because another user edited and saved the page while you were editing the page too. If saving proceeded now changes from the previous author would be lost."] = "PhpWiki kan je veranderingen niet bewaren, want een andere gebruiker\nheeft de pagina veranderd terwijl jij de pagina ook aan het veranderen\nwas. Als bewaren nu doorgang zou vinden, zouden de veranderingen van\nde vorige auteur verloren gaan."; $locale["Press <b>Save</b> again."] = "Druk opnieuw op <b>Bewaar</b>."; + $locale["Previous Author"] = + "Vorige Auteur"; $locale["Problem while editing %s"] = "Probleem tijdens veranderen %s"; *************** *** 41,60 **** --- 63,98 ---- $locale["RecentChanges"] = "RecenteVeranderingen"; + $locale["References"] = + "Referenties"; $locale["Remove page"] = "Verwijder pagina"; $locale["Removed page '%s' succesfully."] = "Pagina '%s' verwijderd."; + $locale["Save"] = + "Bewaar"; $locale["Search"] = "Zoek"; + $locale["See %s tips for editing."] = + "%s tips for veranderen."; $locale["Sorry for the inconvenience."] = "Excuses voor het ongemak."; + $locale["TextFormattingRules"] = + "TekstFormatteringsRegels"; $locale["Thank you for editing %s."] = "Bedankt voor het veranderen van %s."; + $locale["The %s most popular pages of this wiki:"] = + "De %s meestbezochte pagina's van deze Wiki:"; $locale["The PhpWiki programming team"] = "Het PhpWiki programmeerteam"; $locale["This page has been locked by the administrator and cannot be edited."] = "Deze pagina is afgesloten door de beheerder en kan niet veranderd worden."; + $locale["Title Search"] = + "Titel zoek"; + $locale["TitleSearch"] = + "TitelZoek"; $locale["Use your browser's <b>Back</b> button to go back to the edit page."] = "Gebruik de <b>Terug</b> knop van je bladeraar om terug te gaan naar de verander tekst pagina."; + $locale["UserPreferences"] = + "GebruikersVoorkeuren"; $locale["Versions are identical"] = "Versies zijn identiek"; *************** *** 63,66 **** --- 101,108 ---- $locale["You are about to remove '%s' permanently!"] = "Je staat op het punt '%s' voorgoed te verwijderen!"; + $locale["You are signed in as %s."] = + "Je bent ingelogd als %s."; + $locale["You can change the size of the editing area in %s."] = + "Je kunt de afmetingen van het invoerveld veranderen. Zie %s."; $locale["You entered an invalid login or password."] = "Je hebt een ongeldige gebruikersnaam of wachtwoord ingevoerd."; *************** *** 81,84 **** --- 123,128 ---- $locale["last modified on %s"] = "meest recente verandering op %s"; + $locale["version %d"] = + "versie %d"; ;?> |