维基百科:用户介面翻译/SpecialFilepath.i18n.php
敬告:
本项目已由translatewiki完成,详见translatewiki:Translating:MediaWiki,请不要再修改这个页面。 |
<?php
/**
* Internationalisation file for Filepath extension.
*
* @package MediaWiki
* @subpackage Extensions
*/
$wgFilepathMessages = array();
$wgFilepathMessages['en'] = array(
'filepath' => 'File path',
'filepath_page' => 'File:',
'filepath_submit' => 'Path',
);
$wgFilepathMessages['cs'] = array(
'filepath' => 'Cesta k souboru',
'filepath_page' => 'Soubor:',
'filepath_submit' => 'Cesta',
);
$wgFilepathMessages['de'] = array(
'filepath' => 'Dateipfad',
'filepath_page' => 'Datei:',
'filepath_submit' => 'Pfad',
);
$wgFilepathMessages['fr'] = array(
'filepath' => 'Chemin complet',
'filepath_page' => 'Fichier:',
'filepath_submit' => 'Chemin',
);
$wgFilepathMessages['he'] = array(
'filepath' => 'נתיב לקובץ',
'filepath_page' => 'הקובץ:',
'filepath_submit' => 'מצא את הנתיב',
);
$wgFilepathMessages['id'] = array(
'filepath' => 'Lokasi berkas',
'filepath_page' => 'Berkas:',
'filepath_submit' => 'Lokasi',
);
$wgFilepathMessages['ja'] = array(
'filepath' => 'パスの取得',
'filepath_page' => 'ファイル名:',
'filepath_submit' => 'パスを取得',
);
$wgFilepathMessages['nl'] = array(
'filepath' => 'Bestandslocatie',
'filepath_page' => 'Bestand:',
'filepath_submit' => 'Zoek op',
);
$wgFilepathMessages['zh-cn'] = array(
'filepath' => '文件路径',
'filepath_page' => '文件名:',
'filepath_submit' => '查找路径',
);
$wgFilepathMessages['zh-tw'] = array(
'filepath' => '檔案路徑',
'filepath_page' => '檔案名:',
'filepath_submit' => '搜尋路徑',
);
$wgFilepathMessages['zh-yue'] = array(
'filepath' => '檔案路徑',
'filepath_page' => '檔名:',
'filepath_submit' => '搵路徑',
);
$wgFilepathMessages['zh-hk'] = $wgFilepathMessages['zh-tw'];
$wgFilepathMessages['zh-sg'] = $wgFilepathMessages['zh-cn'];
?>