From: Carsten K. <car...@us...> - 2001-12-18 03:24:16
|
Update of /cvsroot/phpwiki/phpwiki/locale/nl/LC_MESSAGES In directory usw-pr-cvs1:/tmp/cvs-serv7663/phpwiki/locale/nl/LC_MESSAGES Modified Files: phpwiki.php Log Message: Gettext Makefile & phpwiki.pot updated with new string lists, all LC_MESSAGES regenerated--as a result the new strings will have to be translated for all the languages. (Only the German strings have been mostly completed). Index: phpwiki.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/locale/nl/LC_MESSAGES/phpwiki.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -r1.14 -r1.15 *** phpwiki.php 2001/12/01 13:06:27 1.14 --- phpwiki.php 2001/12/18 03:24:13 1.15 *************** *** 29,34 **** $locale["None"] = "Geen"; - $locale["Otherwise press the \"Back\" button of your browser."] = - "Druk anders op de \"Terug\" knop van je bladeraar."; $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."; --- 29,32 ---- *************** *** 39,46 **** --- 37,48 ---- $locale["Problem while updating %s"] = "Probleem tijdens veranderen van %s"; + $locale["RecentChanges"] = + "RecenteVeranderingen"; $locale["Remove page"] = "Verwijder pagina"; $locale["Removed page '%s' succesfully."] = "Pagina '%s' verwijderd."; + $locale["Search"] = + "Zoek"; $locale["Sorry for the inconvenience."] = "Excuses voor het ongemak."; |