r22532 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r22531‎ | r22532 | r22533 >
Date:09:36, 29 May 2007
Author:raymond
Status:old
Tags:
Comment:
Adding a summary message to the special page like most other special pages have it already.
Modified paths:
  • /trunk/extensions/Filepath/SpecialFilepath.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Filepath/SpecialFilepath.i18n.php
@@ -8,9 +8,12 @@
99 $wgFilepathMessages = array();
1010
1111 $wgFilepathMessages['en'] = array(
12 - 'filepath' => 'File path',
13 - 'filepath_page' => 'File:',
14 - 'filepath_submit' => 'Path',
 12+ 'filepath' => 'File path',
 13+ 'filepath_page' => 'File:',
 14+ 'filepath_submit' => 'Path',
 15+ 'filepath-summary' => 'This special page returns the complete path for a file. Images are shown in full resolution, other file types are started with their associated program directly.
 16+
 17+ Enter the file name without the "{{ns:image}}:" prefix.',
1518 );
1619 $wgFilepathMessages['cs'] = array(
1720 'filepath' => 'Cesta k souboru',
@@ -18,9 +21,12 @@
1922 'filepath_submit' => 'Cesta',
2023 );
2124 $wgFilepathMessages['de'] = array(
22 - 'filepath' => 'Dateipfad',
23 - 'filepath_page' => 'Datei:',
24 - 'filepath_submit' => 'Pfad suchen',
 25+ 'filepath' => 'Dateipfad',
 26+ 'filepath_page' => 'Datei:',
 27+ 'filepath_submit' => 'Pfad suchen',
 28+ 'filepath-summary' => 'Mit dieser Spezialseite lässt sich der komplette Pfad der aktuellen Version einer Datei ohne Umweg abfragen. Die angefragte Datei wird direkt dargestellt bzw. mit der verknüpften Anwendung gestartet.
 29+
 30+ Die Eingabe muss ohne den Zusatz „{{ns:image}}:“ erfolgen.',
2531 );
2632 $wgFilepathMessages['fi'] = array(
2733 'filepath' => 'Tiedoston osoite',