|
From: Arno H. <aho...@us...> - 2000-10-26 15:38:41
|
Update of /cvsroot/phpwiki/phpwiki/locale/nl/LC_MESSAGES In directory slayer.i.sourceforge.net:/tmp/cvs-serv31978/locale/nl/LC_MESSAGES Modified Files: phpwiki.mo phpwiki.php Log Message: another gettext() patch from Jan (fix plus translation of savepage) Index: phpwiki.mo =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/locale/nl/LC_MESSAGES/phpwiki.mo,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 Binary files /tmp/cvssctTZT and /tmp/cvscXF5XF differ Index: phpwiki.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/locale/nl/LC_MESSAGES/phpwiki.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** phpwiki.php 2000/10/24 09:55:19 1.4 --- phpwiki.php 2000/10/26 15:38:38 1.5 *************** *** 1,3 **** --- 1,4 ---- <?php + $locale["./pgsrc"] = "locale/nl/pgsrc"; *************** *** 10,21 **** $locale["templates/message.html"] = "locale/nl/templates/message.html"; - $locale["WikiDiff::apply: line count mismatch: %s != %s"] = - ""; - $locale["WikiDiff::_check: failed"] = - ""; - $locale["WikiDiff::_check: edit sequence is non-optimal"] = - ""; - $locale["WikiDiff Okay: LCS = %s"] = - ""; $locale["Current page:"] = "Huidige pagina:"; --- 11,14 ---- *************** *** 43,48 **** "Geen paginanaam doorgegeven aan veranderpagina"; $locale["This page has been locked by the administrator and cannot be edited."] = ! ""; ! $locale["Sorry for the inconvinience."] = "Excuses voor het ongemak."; $locale["Problem while editing %s"] = --- 36,41 ---- "Geen paginanaam doorgegeven aan veranderpagina"; $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["Sorry for the inconvenience."] = "Excuses voor het ongemak."; $locale["Problem while editing %s"] = *************** *** 84,87 **** --- 77,96 ---- $locale["Archived version"] = "Gearchiveerde versie:"; + $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["In order to recover from this situation follow these steps:"] = + "Om uit deze benarde situatie te geraken, volg je deze stappen:"; + $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["Copy your changes to the clipboard or to another temporary place (e.g. text editor)."] = + "Kopiëer je veranderingen naar het klipbord of een andere tijdelijke plaats (bijv. een tekst editor)."; + $locale["<b>Reload</b> the page. You should now see the most current version of the page. Your changes are no longer there."] = + "<b>Reload</b> de pagina. Je zou nu de meest recente versie van de pagina moeten zien. Jouw veranderingen staan er nu niet meer."; + $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["Press <b>Save</b> again."] = + "Druk opnieuw op <b>Bewaar</b>."; + $locale["Problem while updating %s"] = + "Probleem tijdens veranderen van %s"; $locale["Thank you for editing %s."] = "Bedankt voor het veranderen van %s."; *************** *** 98,104 **** $locale["%d most popular nearby:"] = "%d meest gevraagde in de buurt:"; ! $locale["Stack bounds exceeded in SetHTMLOutputMode"] = ! ""; ! $locale["RecentChanges"] = ! "RecenteVeranderingen"; ! ?> --- 107,110 ---- $locale["%d most popular nearby:"] = "%d meest gevraagde in de buurt:"; ! ! ;?> |