Index: trunk/extensions/Filepath/SpecialFilepath.i18n.php |
— | — | @@ -8,9 +8,12 @@ |
9 | 9 | $wgFilepathMessages = array(); |
10 | 10 | |
11 | 11 | $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.', |
15 | 18 | ); |
16 | 19 | $wgFilepathMessages['cs'] = array( |
17 | 20 | 'filepath' => 'Cesta k souboru', |
— | — | @@ -18,9 +21,12 @@ |
19 | 22 | 'filepath_submit' => 'Cesta', |
20 | 23 | ); |
21 | 24 | $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.', |
25 | 31 | ); |
26 | 32 | $wgFilepathMessages['fi'] = array( |
27 | 33 | 'filepath' => 'Tiedoston osoite', |