r26327 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r26326‎ | r26327 | r26328 >
Date:21:54, 2 October 2007
Author:siebrand
Status:old
Tags:
Comment:
* update texts (less encyclopedia centric, use 'page' instead of 'article')
* add Dutch translation from Betawiki
* fix indentation
Modified paths:
  • /trunk/extensions/SpecialForm/SpecialForm.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SpecialForm/SpecialForm.i18n.php
@@ -1,6 +1,6 @@
22 <?php
33 /**
4 - * SpecialForm.i18n.php -- I18N for form-based interface to start new articles
 4+ * SpecialForm.i18n.php -- I18N for form-based interface to start new pages
55 * Copyright 2007 Vinismo, Inc. (http://vinismo.com/)
66 *
77 * This program is free software; you can redistribute it and/or modify
@@ -36,11 +36,11 @@
3737 'formtemplatepattern' => '$1',
3838 'formtitlepattern' => 'Add New $1',
3939 'formsave' => 'Save',
40 - 'formarticleexists' => 'Article Exists',
41 - 'formarticleexiststext' => 'The article [[$1]] already exists.',
42 - 'formsavesummary' => 'New article using [[Special:Form/$1]]',
 40+ 'formarticleexists' => 'Page Exists',
 41+ 'formarticleexiststext' => 'The page [[$1]] already exists.',
 42+ 'formsavesummary' => 'New page using [[Special:Form/$1]]',
4343 'formsaveerror' => 'Error Saving Form',
44 - 'formsaveerrortext' => 'There was an unknown error saving article \'$1\'.',
 44+ 'formsaveerrortext' => 'There was an unknown error saving page \'$1\'.',
4545 ),
4646
4747 'de' => array(
@@ -60,7 +60,7 @@
6161 ),
6262
6363 'fr' => array(
64 - 'form' => 'Formulaire',
 64+ 'form' => 'Formulaire',
6565 'formnoname' => 'Aucun nom',
6666 'formnonametext' => 'Veuillez spécifier le nom du formulaire, sous la forme "Special:Formulaire/NomDuFormulaire".',
6767 'formbadname' => 'Nom incorrect',
@@ -79,5 +79,17 @@
8080 'nl' => array(
8181 'form' => 'Formulier',
8282 'formnoname' => 'Geen formuliernaam',
 83+ 'formnonametext' => 'Geef een formuliernaam op, bijvoorbeeld "Special:Form/Formuliernaam".',
 84+ 'formbadname' => 'Ongeldige formuliernaam',
 85+ 'formbadnametext' => 'Er bestaat geen formulier met die naam.',
 86+ 'formpattern' => '$1-form',#identical but defined
 87+ 'formtemplatepattern' => '$1',#identical but defined
 88+ 'formtitlepattern' => 'Voeg nieuw $1 toe',
 89+ 'formsave' => 'Opslaan',
 90+ 'formarticleexists' => 'Pagina bestaat al',
 91+ 'formarticleexiststext' => 'De pagina [[$1]] bestaat al.',
 92+ 'formsavesummary' => 'Nieuwe pagina via [[Special:Form/$1]]',
 93+ 'formsaveerror' => 'Fout bij opslaan formulier',
 94+ 'formsaveerrortext' => 'Er is een onbekende fout opgetreden bij het opslaan van pagina \'$1\'.',
8395 ),
8496 );
\ No newline at end of file

Status & tagging log