From: Jan N. <ja...@gn...> - 2000-10-22 19:13:05
|
On Friday, 20 October 2000, Arno Hollosi writes: > Curiously enough, the patch did not apply cleanly. Maybe an error on my side. > As a result I may have omitted some of the beautification patches. Hmm, strange. I think I did a checkout just before. Cvs looks ok. Here's the remaining translations -- just did a new update -d. Oh, there's another thing: I've also changed (a bit as a hack) the fetch function for mysql, because `mysql_result' seems now broken over here. The doco says mysql_fetch_row is better anyway.. Greetings, Jan. diff -urN --exclude=CVS --exclude=*~ --exclude=#* ../phpwiki/lib/mysql.php ./lib/mysql.php --- ../phpwiki/lib/mysql.php Fri Oct 20 15:22:03 2000 +++ ./lib/mysql.php Sun Oct 22 16:33:27 2000 @@ -23,6 +23,15 @@ SetWikiPageLinks($dbi, $pagename, $linklist) */ + // This morning, seemingly suddenly, my Wiki broke down. The only + // way I could get it up again was by avoiding mysql_result. + // This should do no harm, but maybe we should integrate this. + // YMMV. -- jcn + function FixMysqlResult ($res, $row) { + list($first) = mysql_fetch_row ($res); + return $first; + } + // open a database and return the handle // ignores MAX_DBM_ATTEMPTS @@ -129,7 +138,7 @@ function IsWikiPage($dbi, $pagename) { $pagename = addslashes($pagename); if ($res = mysql_query("select count(*) from $dbi[table] where pagename='$pagename'", $dbi['dbc'])) { - return(mysql_result($res, 0)); + return(FixMysqlResult($res, 0)); } return 0; } @@ -139,7 +148,7 @@ $pagename = addslashes($pagename); if ($res = mysql_query("select count(*) from $ArchivePageStore where pagename='$pagename'", $dbi['dbc'])) { - return(mysql_result($res, 0)); + return(FixMysqlResult($res, 0)); } return 0; } @@ -160,7 +169,7 @@ { $res = mysql_query("select hits from hitcount where pagename='$pagename'", $dbi['dbc']); if (mysql_num_rows($res)) - $hits = mysql_result($res, 0); + $hits = FixMysqlResult($res, 0); else $hits = "0"; @@ -223,7 +232,7 @@ $res = mysql_query("select pagename from wiki", $dbi["dbc"]); $rows = mysql_num_rows($res); for ($i = 0; $i < $rows; $i++) { - $pages[$i] = mysql_result($res, $i); + $pages[$i] = FixMysqlResult($res, $i); } return $pages; } Binary files ../phpwiki/locale/nl/LC_MESSAGES/phpwiki.mo and ./locale/nl/LC_MESSAGES/phpwiki.mo differ diff -urN --exclude=CVS --exclude=*~ --exclude=#* ../phpwiki/locale/nl/pgsrc/GoedeStijl ./locale/nl/pgsrc/GoedeStijl --- ../phpwiki/locale/nl/pgsrc/GoedeStijl Thu Oct 19 23:36:50 2000 +++ ./locale/nl/pgsrc/GoedeStijl Sun Oct 22 16:28:23 2000 @@ -1,13 +1,15 @@ -"Young writers often suppose that style is a garnish for the meat of -prose, a sauce by which a dull dish is made palatable. Style has no such -separate entity; it is nondetachable, unfilterable. The beginner should -approach style warily, realizing that it is himself he is approaching, no -other; and he should begin by turning resolutely away from all devices -that are popularly believed to indicate style--all mannerisms, tricks, -adornments. The approach to style is by way of plainness, simplicity, -orderliness, sincerity." +"Beginnende schrijvers veronderstellen nogal eens dat stijl een laagje vernis +is voor de broodtekst van de proza, als een sausje dat rauwe bonen zoet maakt. +Stijl staat echter niet op zichzelf; het is onlosmakelijk, verweven. De +beginneling moet stijl behoedzaam benaderen, zich realiserend dat hij zelf +degene is die naderbij komt, niet andersom; en hij moet beginnen met het +resoluut de rug toekeren van alle zaken die gewoonlijk beschouwd worden +als indicators van stijl --- alle hebbelijkheden, truukjes, versiersels. +De aanpak van stijl is gewoon, eenvoudig, opgeruimd en oprecht." ---Strunk and White, "The Elements of Style" +--Strunk en White, "The Elements of Style" -''And thus an American textbook, typical required reading for 10th-grade English students, unknowingly extols some virtues of WabiSabi'' +''En daarom toont een amerikaans leerboek, tiepiese verplichte leerstof voor +vierde klas middelbare school, zonder het te weten bepaalde deugden van +WabiSabi'' --scummings diff -urN --exclude=CVS --exclude=*~ --exclude=#* ../phpwiki/locale/nl/pgsrc/HoeWikiTeGebruiken ./locale/nl/pgsrc/HoeWikiTeGebruiken --- ../phpwiki/locale/nl/pgsrc/HoeWikiTeGebruiken Fri Oct 20 15:22:03 2000 +++ ./locale/nl/pgsrc/HoeWikiTeGebruiken Sun Oct 22 16:43:01 2000 @@ -2,10 +2,10 @@ '''Alles wat je echt moet weten is:''' - * Om een pagina te veranderen, klik op de Verander Tekst koppeling -onderaan de desbetreffende pagina. Doe dat nu maar, en lees de bron tekst -van deze pagina. Dat is wat zinvoller. - * Je maakt schuingedrukte tekst door woorden tussen enkele + * Om een pagina te veranderen, klik op de Verander Tekst +koppeling onderaan de desbetreffende pagina. Doe dat nu maar, en lees +de bron tekst van deze pagina. Dat is wat zinvoller. + * Je maakt cursieve tekst door woorden tussen enkele aanhalingtekens te zetten ''zoals dit''. * Je maakt '''vette tekst''' door aan weerszijden drie aanhalingtekens te gebruiken. diff -urN --exclude=CVS --exclude=*~ --exclude=#* ../phpwiki/locale/nl/pgsrc/JanNieuwenhuizen ./locale/nl/pgsrc/JanNieuwenhuizen --- ../phpwiki/locale/nl/pgsrc/JanNieuwenhuizen Fri Oct 20 15:22:03 2000 +++ ./locale/nl/pgsrc/JanNieuwenhuizen Sun Oct 22 16:29:17 2000 @@ -1,4 +1,4 @@ Hallo. Ik heb dit WikiWikiWeb geinternationaliseerd en de eerste nederlandse -vertaling gemaakt. Ik ben soms op http://www.xs4all.nl/~jantien. +vertaling gemaakt. Ik ben te vinden op http://www.xs4all.nl/~jantien. -Meldt onjuistheden in de vertaling aan mailto:ja...@gn.... +Stuur verbeteringen voor deze vertaling aan mailto:ja...@gn.... diff -urN --exclude=CVS --exclude=*~ --exclude=#* ../phpwiki/locale/nl/pgsrc/MeerOverTechnieken ./locale/nl/pgsrc/MeerOverTechnieken --- ../phpwiki/locale/nl/pgsrc/MeerOverTechnieken Thu Oct 19 23:36:50 2000 +++ ./locale/nl/pgsrc/MeerOverTechnieken Sun Oct 22 16:01:23 2000 @@ -1,17 +1,16 @@ -PhpWiki is written in the server-side scripting language PHP, available from http://www.php.net/. PHP resembles C and Perl in its syntax, and functions much like ASP, EmbPerl or JSP. +PhpWiki is geschreven in de server-zijde scripttaal PHP, die verkrijgbaar is op http://www.php.net/. PHP lijkt kwa syntax op C en Perl en functioneert goed vergelijkbaar met ASP, EmbPerl of JSP. -PhpWiki consists of a dozen or so files of mixed PHP and HTML. The web pages that make up a WikiWikiWeb based on PHP live in a DBM file with backup copies of previous versions of pages stored in a second DBM file. +PhpWiki bestaat uit een tal bestanden met een mengsel van PHP en HTML. De webpagina's waaruit het WikiWikiWeb gebaseerd op PHP bestaat, komen uit een data base, waarin ook backups van vorige versies worden bewaard. -Every time a user hits the site the page requested is pulled from the DBM and rendered on the fly. The user only ever requests the file index.php3, which then decides which other php files to include. +Steeds wanneer een gebruiker de site bezoekt, wordt de gevraagde pagina uit de data base gehaald en weergegeven. De gebruiker vraagt enkel altijd het bestand index.php op, dat dan beslist welke andere php bestanden worden ingevoegd. -Links to pages in the wiki are automatically linked: PhpWiki. This might be the single most compelling aspect of a wiki, the ability to add pages simply by linking to them. The next most compelling thing is how easily external URL's link: - # http://www.wcsb.org/ - # ftp://ftp.redhat.com/ - # news://news.mozilla.org/ - -Combined with one namespace and a simple markup, a Wiki exhibits many of the characteristics of WabiSabi. +Koppelingen naar pagina's in de Wiki worden automaties gemaakt: PhpWiki. Dit zou best wel eens het aantrekkelijkste onderdeel van een Wiki kunnen zijn, de mogelijkheid van pagina's toevoegen, enkel door het maken van een koppeling. Het op een na aantrekkelijkst is het gemak waarmee externe URL's gekoppeld kunnen worden: -PhpWiki is licensed under the Gnu General Public license, which you should be able to see here: http://www.gnu.org/copyleft/gpl.txt. + # http://www.lilypond.org/ + # ftp://ftp.nl.debian.org/ + # news://news.mozilla.org/ +Gecombineerd met een enkele naamruimte en eenvoudige opmaak, vertoont een Wiki vele karakteristieken van WabiSabi. +PhpWiki wordt uitgebracht onder de GNU Algemene Openbare Licentie ([GNU General Public License | http://www.gnu.org/copyleft/gpl.html]). diff -urN --exclude=CVS --exclude=*~ --exclude=#* ../phpwiki/locale/nl/pgsrc/PaginasToevoegen ./locale/nl/pgsrc/PaginasToevoegen --- ../phpwiki/locale/nl/pgsrc/PaginasToevoegen Fri Oct 20 15:22:03 2000 +++ ./locale/nl/pgsrc/PaginasToevoegen Sun Oct 22 16:38:27 2000 @@ -1,14 +1,12 @@ Voor het toevoegen van een nieuwe pagina aan Wiki, hoef je alleen maar een zinvolle titel de bedenken, de woorden met een hoofdletter te beginnen, en -ZeAanElkaarTeSchrijvenZoalsDit. Wiki herkent dit automagisch als een +ZeAanElkaarTeSchrijvenZoalsDit. Wiki herkent dit automagies als een koppeling. Daarna kun je verder gaan en HetVraagtekenAanKlikken vlak na je nieuwe koppeling, dan geeft Wiki je een venster voor het maken van de nieuwe pagina. -If you wish to add documents with complex markup to the Wiki, you might be better off providing a URL to it than trying to add the text of the document here, like so: - -Als je documenten met een gecompliceerde opmaak aan Wiki toe wilt voegen, +Als je documenten met een ingewikkelde opmaak aan de Wiki toe wilt voegen, kun je misschien beter een URL geven dan de tekst van het document hier in proberen te tiepen, zoals: @@ -18,5 +16,5 @@ zien er gewoon uit als tekst.</tags> De bedoeling van Wiki is zo eenvoudig mogelijk zijn, om gebruik aan te moedigen. -Noot dat er een kunstje is dat je systeembeheerder aan kan zetten om +Merk op dat er een kunstje is dat je systeembeheerder aan kan zetten om ingebedde HTML toe te staan, maar hier zijn beveiligingsrisiko's mee gemoeid. diff -urN --exclude=CVS --exclude=*~ --exclude=#* ../phpwiki/locale/nl/pgsrc/RecenteBezoekers ./locale/nl/pgsrc/RecenteBezoekers --- ../phpwiki/locale/nl/pgsrc/RecenteBezoekers Fri Oct 20 15:22:03 2000 +++ ./locale/nl/pgsrc/RecenteBezoekers Sun Oct 22 17:41:22 2000 @@ -1,6 +1,6 @@ Onderteken hieronder met naam en datum! -Jeff Dairiki, Arno Hollosi, SteveWainstead, Php Wiki authors -JanNieuwenhuizen, Php Wiki internationaliseerder en vertaler. +Jeff Dairiki, Arno Hollosi, SteveWainstead, Php Wiki authors, +JanNieuwenhuizen, Php Wiki internationalisatie en vertaling. diff -urN --exclude=CVS --exclude=*~ --exclude=#* ../phpwiki/locale/nl/pgsrc/SteveWainstead ./locale/nl/pgsrc/SteveWainstead --- ../phpwiki/locale/nl/pgsrc/SteveWainstead Fri Oct 20 15:49:54 2000 +++ ./locale/nl/pgsrc/SteveWainstead Thu Jan 1 01:00:00 1970 @@ -1,5 +0,0 @@ -Hi. I built this WikiWikiWeb. I'm at http://wcsb.org/~swain/. - -Please report bugs to mailto:php...@li... - - diff -urN --exclude=CVS --exclude=*~ --exclude=#* ../phpwiki/locale/nl/pgsrc/TekstFormatteringsRegels ./locale/nl/pgsrc/TekstFormatteringsRegels --- ../phpwiki/locale/nl/pgsrc/TekstFormatteringsRegels Fri Oct 20 15:22:03 2000 +++ ./locale/nl/pgsrc/TekstFormatteringsRegels Sun Oct 22 17:08:22 2000 @@ -56,15 +56,15 @@ '''Nadruk''' - * Gebruik twee enkele aanhalingtekens ('') voor nadruk (meestal -schuin). + * Gebruik twee paar enkele aanhalingtekens ('') voor nadruk (meestal +cursief). - * Gebuik drie enkele aanhalingtekens (''') voor sterke nadruk (meestal -vet). + * Gebuik drie paar enkele aanhalingtekens (''') voor sterke nadruk +(meestal vet). - * Gebruik vijf enkele aanhalingstekens ('''''), of drie binnen dubbele, -voor een ander soort van nadruk (VetSchuinInWiki), maar wees voorzichtig met -luizen in de Wiki nadruk logica... + * Gebruik vijf paar enkele aanhalingstekens ('''''), of drie binnen +dubbele, voor een ander soort van nadruk (VetCursiefInWiki), maar wees +op je hoede voor luizen in de Wiki nadruk logica... * Nadruk kan meerdere malen in een regel worden gebruikt, maar kan regelbreuken niet oversteken. @@ -94,7 +94,7 @@ per pagina uniek. * De oude manier van URL koppeling wordt nog steeds ondersteund: -tiep voor de URLs "http:", "ftp:' of "mailto:" ome een automatische koppeling +tiep voor de URLs "http:", "ftp:' of "mailto:" ome een automatiese koppeling te maken, als in: http://c2.com/. * URLs die eindigen op .png worden ingebed ''wanneer ingevoerd als @@ -110,6 +110,6 @@ * De & tekens werken toch niet. * Als je nou echt zo nodig HTML moet gebruiken, begin elke regel met -een staaf (|). Noot dat dit kunstje mogelijk gemaakt moet worden door +een staaf (|). Merk op dat dit kunstje mogelijk gemaakt moet worden door de systeembeheerder. diff -urN --exclude=CVS --exclude=*~ --exclude=#* ../phpwiki/locale/nl/pgsrc/TestPagina ./locale/nl/pgsrc/TestPagina --- ../phpwiki/locale/nl/pgsrc/TestPagina Fri Oct 20 15:22:03 2000 +++ ./locale/nl/pgsrc/TestPagina Sun Oct 22 16:43:00 2000 @@ -64,21 +64,21 @@ ---- Opmaak testen: -__onderstreep voor vet__ +__onderstreept voor vet__ '''aanhalingtekens voor vet''' -''aanhalingstekens voor schuin'' +''aanhalingstekens voor cursief'' -__''onderstreep vet schuin''__ +__''onderstreept vet cursief''__ '''''vijf aanhalingtekens vet schuin''''' ''''''zes aanhalingtekens'''''' -'''''Vet schuin''' en schuin'' (luizig) +'''''Vet cursief''' en cursief'' (luizig) -'''Vet en ''vet-schuin''''' (ook luizig) +'''Vet en ''vet-cursief''''' (ook luizig) ! k1 @@ -96,21 +96,21 @@ ---- geformatteerde tekst: - __onderstreep voor vet__ + __onderstreept voor vet__ '''aanhalingtekens voor vet''' - ''aanhalingstekens voor schuin'' + ''aanhalingstekens voor cursief'' - __''onderstreep vet schuin''__ + __''onderstreept vet cursief''__ - '''''vijf aanhalingtekens vet schuin''''' + '''''vijf aanhalingtekens vet cursief''''' ''''''zes aanhalingtekens'''''' - '''''Vet schuin''' en schuin'' (luizig) + '''''Vet cursief''' en cursief'' (luizig) - '''Vet en ''vet-schuin''''' (ook luizig) + '''Vet en ''vet-cursief''''' (ook luizig) ! k1 diff -urN --exclude=CVS --exclude=*~ --exclude=#* ../phpwiki/locale/nl/pgsrc/UitgaveNoten ./locale/nl/pgsrc/UitgaveNoten --- ../phpwiki/locale/nl/pgsrc/UitgaveNoten Thu Oct 19 23:36:50 2000 +++ ./locale/nl/pgsrc/UitgaveNoten Fri Oct 20 15:39:01 2000 @@ -1,39 +1,3 @@ -PhpWiki 1.1.6 is a major revision of PhpWiki. The ability to have themes (via an -easy-to-edit template system) has been added; the schema for MySQL has been -completely overhauled, breaking the page details into columns (for efficiency we -agreed not to put references in a separate table, so it's not completely -normalized. "Don't let the best be the enemy of the good.") - -Postgresql support has been added and the markup language is evolving, now allowing -!<h1> -!!<h2> -!!!<h3> -tags and __a new way to make text bold__, and of course the -[new linking scheme]. - -There is a new feature on all pages called ''more info'' that gives you a low level -detailed view of a page, which is probably more useful for debugging than anything. - -As we move towards a 1.2 release we will be adding logging, top ten most active -pages and other new features with the new database schema (and yes, these features -will make it into the DBM version too). I also want to add mSQL support and test it -under Zend, the new PHP4. - -Below are the release notes for version 1.03, the last release of the 1.0 PhpWiki -series. --Steve Wainstead, mailto:sw...@pa... - ----- - -PhpWiki was written because I am so interested in WikiWikiWebs, and I haven't used PHP since version 2.0. I wanted to see how it had advanced. - -Version 1.0 is a near-perfect clone of the Portland Pattern Repository, http://c2.com/cgi-bin/wiki?WikiWikiWeb. In truth, I was using the Wiki script you can download from there as a model; that Wiki lacks a number of features the PPR has, like EditCopy. So in truth PhpWiki is a kind of hybrid of the PPR and the generic Wiki you can get from there (which is written in Perl). - -The one caveat of PhpWiki is the allowance of HTML if the line is preceded by a bar (or pipe, which is how I usually say it). (That's a '|'). It was very simple to add, and the idea came from a posting somewhere on the PPR about how AT&T had an internal Wiki clone and used the same technique. The ability to embed HTML is disabled by default for security reasons. - -Version 1.01 includes a patch that fixes a small error with rendering <hr> lines. Thanks to Gerry Barksdale. - -See the HISTORY file for a rundown on the whole development process if that sort of thing really interests you :-) - ---SteveWainstead +Zie ook ReleaseNotes. diff -urN --exclude=CVS --exclude=*~ --exclude=#* ../phpwiki/locale/nl/pgsrc/WabiSabi ./locale/nl/pgsrc/WabiSabi --- ../phpwiki/locale/nl/pgsrc/WabiSabi Fri Oct 20 15:22:04 2000 +++ ./locale/nl/pgsrc/WabiSabi Sun Oct 22 17:28:56 2000 @@ -5,7 +5,7 @@ "neemt ruwweg dezelfde positie in het japanse pantheon van esthetiese waarden in als de griekse idealen van schoonheid en perfectie in het westen." -Wabi-sabi een schoonheid van onvoltooide, vergankelijke en onvolledige dingen. +Wabi-sabi een schoonheid van onvolmaakte, vergankelijke en onvolledige dingen. Het is de schoonheid van nederige en bescheiden dingen. @@ -21,7 +21,7 @@ naar en denken over dingen en het bestaan. *Alle dingen zijn belangrijk - *Alle dingen zijn onvoltooid + *Alle dingen zijn onvolmaakt *Alle dingen zijn onvolledig Materiele kenmerken van wabi-sabi: diff -urN --exclude=CVS --exclude=*~ --exclude=#* ../phpwiki/locale/nl/pgsrc/WikiWikiWeb ./locale/nl/pgsrc/WikiWikiWeb --- ../phpwiki/locale/nl/pgsrc/WikiWikiWeb Fri Oct 20 15:22:04 2000 +++ ./locale/nl/pgsrc/WikiWikiWeb Sun Oct 22 17:28:59 2000 @@ -7,11 +7,11 @@ ''Maak het Verandertekst formulier eenvoudig en de ZoekPagina snel.'' ''Naast het vlug zijn, aspireert deze plaats ook de idealen van Zen in het -algemeen, genaamd WikiSabi. Zen vindt schoonheid in het onvoltooide en -vergankelijke. Uiteindelijk is dat alles wat je nodig hebt.'' +algemeen, genaamd WikiSabi. Zen vindt schoonheid in het onvolmaakte en +kortstondige. Uiteindelijk is dat alles wat je nodig hebt.'' -Je kunt gedag zeggen op RecenteBoekers, of lezen over HoeWikiTeGebruiken en hoe -je PaginasToevoegen kan. +Je kunt gedag zeggen op RecenteBezoekers, of lezen over HoeWikiTeGebruiken +en hoeje PaginasToevoegen kan. Momenteel is er voor deze Wiki geen discussie "onderwerp", dus ga je gang, speel ermee en vermaak je. diff -urN --exclude=CVS --exclude=*~ --exclude=#* ../phpwiki/locale/nl/pgsrc/ZoekPagina ./locale/nl/pgsrc/ZoekPagina --- ../phpwiki/locale/nl/pgsrc/ZoekPagina Thu Oct 19 23:36:50 2000 +++ ./locale/nl/pgsrc/ZoekPagina Sun Oct 22 16:38:26 2000 @@ -1,7 +1,7 @@ Hier zijn een paar goede plaatsen om te beginnen met bladeren. * HoeWikiTeGebruiken maakt snel wegwijs in Wiki. - * RecenteVeranderingen worden automatisch bijgehouden. + * RecenteVeranderingen worden automaties bijgehouden. * MeerOverTechnieken van het bladeren en veranderen van deze server. diff -urN --exclude=CVS --exclude=*~ --exclude=#* ../phpwiki/locale/nl/templates/editlinks.html ./locale/nl/templates/editlinks.html --- ../phpwiki/locale/nl/templates/editlinks.html Sun Oct 22 19:12:49 2000 +++ ./locale/nl/templates/editlinks.html Sun Oct 22 19:19:24 2000 @@ -9,9 +9,9 @@ <form method="POST" action="###SCRIPTURL###"> <h1><a href="###SCRIPTURL###"><img src="###LOGO###" border=0 alt="[phpwiki]" width=50 height=50></a> -Edit ###PAGE### Links -<input type="submit" value=" Save "> -<input type="reset" value=" Reset "></h1> +Verander ###PAGE### Koppelingen +<input type="submit" value=" Bewaar "> +<input type="reset" value=" Herstel "></h1> <P> [1] <input type="text" size="55" name="r1" value="###R1###"><br> @@ -28,8 +28,8 @@ [12] <input type="text" size="55" name="r12" value="###R12###"><br> <p> -Type the full URL (http:// ...) for each reference cited in the text. -<BR>Protocols allowed are: ###ALLOWEDPROTOCOLS### +Tiep de volledige URL (http:// ...) voor elke referentie in de tekst. +<BR>Toegestane protokollen: ###ALLOWEDPROTOCOLS### <input type="hidden" name="post" value="###PAGEURL###"> </form> diff -urN --exclude=CVS --exclude=*~ --exclude=#* ../phpwiki/locale/po/nl.po ./locale/po/nl.po --- ../phpwiki/locale/po/nl.po Fri Oct 20 15:22:04 2000 +++ ./locale/po/nl.po Sun Oct 22 17:30:06 2000 @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: phpwiki 1.1.7\n" -"POT-Creation-Date: 2000-10-20 13:43+0200\n" +"POT-Creation-Date: 2000-10-22 17:30+0200\n" "PO-Revision-Date: 2000-09-30 02:23+0200\n" "Last-Translator: Jan Nieuwenhuizen <ja...@gn...>\n" "Language-Team: Dutch <nl...@li...>\n" @@ -140,7 +140,7 @@ msgid "Full Text Search Results" msgstr "Volledige tekst zoek resultaten" -#: lib/msql.php:29 lib/mysql.php:33 +#: lib/msql.php:29 lib/mysql.php:42 msgid "Cannot establish connection to database, giving up." msgstr "Kan verbinding naar data base niet tot stand brengen, geef op." @@ -149,7 +149,7 @@ msgid "Error message: %s" msgstr "Foutboodschap: %s" -#: lib/msql.php:35 lib/mysql.php:39 +#: lib/msql.php:35 lib/mysql.php:48 #, c-format msgid "Cannot open database %s, giving up." msgstr "Kan data base %s niet openen, geef op." @@ -169,12 +169,12 @@ msgid "Insert into %s failed: %s" msgstr "Insert in %s gefaald: %s" -#: lib/mysql.php:35 lib/mysql.php:41 lib/mysql.php:115 +#: lib/mysql.php:44 lib/mysql.php:50 lib/mysql.php:124 #, c-format msgid "MySQL error: %s" msgstr "MySQL fout: %s" -#: lib/mysql.php:113 +#: lib/mysql.php:122 #, c-format msgid "Error writing page '%s'" msgstr "Fout bij schrijven pagina `%s'" diff -urN --exclude=CVS --exclude=*~ --exclude=#* ../phpwiki/locale/po/phpwiki.pot ./locale/po/phpwiki.pot --- ../phpwiki/locale/po/phpwiki.pot Fri Oct 20 15:22:04 2000 +++ ./locale/po/phpwiki.pot Sun Oct 22 17:30:06 2000 @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2000-10-20 13:43+0200\n" +"POT-Creation-Date: 2000-10-22 17:30+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL...@li...>\n" @@ -133,7 +133,7 @@ msgid "Full Text Search Results" msgstr "" -#: lib/msql.php:29 lib/mysql.php:33 +#: lib/msql.php:29 lib/mysql.php:42 msgid "Cannot establish connection to database, giving up." msgstr "" @@ -142,7 +142,7 @@ msgid "Error message: %s" msgstr "" -#: lib/msql.php:35 lib/mysql.php:39 +#: lib/msql.php:35 lib/mysql.php:48 #, c-format msgid "Cannot open database %s, giving up." msgstr "" @@ -162,12 +162,12 @@ msgid "Insert into %s failed: %s" msgstr "" -#: lib/mysql.php:35 lib/mysql.php:41 lib/mysql.php:115 +#: lib/mysql.php:44 lib/mysql.php:50 lib/mysql.php:124 #, c-format msgid "MySQL error: %s" msgstr "" -#: lib/mysql.php:113 +#: lib/mysql.php:122 #, c-format msgid "Error writing page '%s'" msgstr "" diff -urN --exclude=CVS --exclude=*~ --exclude=#* ../phpwiki/locale/translate.sh ./locale/translate.sh --- ../phpwiki/locale/translate.sh Fri Oct 20 15:22:03 2000 +++ ./locale/translate.sh Sun Oct 22 17:36:18 2000 @@ -11,6 +11,11 @@ # * Translators, after making a translation update # +if [ ! -f index.php ]; then + echo Usage: ./locale/translate.sh + exit 2 +fi + ALL_LINGUAS=nl xgettext -L C++ -o locale/po/phpwiki.pot lib/*php @@ -19,6 +24,12 @@ po=$podir/$i.po pot=$podir/phpwiki.pot locale=locale/$i/LC_MESSAGES + + # Include the English pages too. + # This way we won't get a zillion copies of ReleaseNotes, + # SteveWainstead etc, and can always refer to them. + # (maybe we should do this in php code?) + # (cd locale/$i/pgsrc && ln -s ../../../pgsrc/* .) msgmerge -o $po $po $pot mkdir -p locale/$i/LC_MESSAGES -- Jan Nieuwenhuizen <ja...@gn...> | GNU LilyPond - The music typesetter http://www.xs4all.nl/~jantien | http://www.lilypond.org |