-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhosts.i18n.php
More file actions
42 lines (36 loc) · 762 Bytes
/
hosts.i18n.php
File metadata and controls
42 lines (36 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?php
/**
* Internationalisation file for the Hosts extension.
*
* @file
* @ingroup Extensions
*/
$messages = array();
/** English
*/
$messages['en'] = array(
'hosts-search' => 'Search',
'hosts-title' => 'Hitchwiki Hosts',
'hosts-desc' => 'Hitchwiki Hosts'
);
/** Message documentation (Message documentation)
* @author Mikael
*/
$messages['qqq'] = array(
'hosts-desc' => '{{desc|name=Hosts|url=https://github.com/Hitchwiki/hosts}}'
);
/** Finnish
* @author Mikael
*/
$messages['fi'] = array(
'hosts-search' => 'Etsi',
'hosts-title' => 'Hitchwiki Hosts',
'hosts-desc' => 'Hitchwiki Hosts'
);
/** French
*/
$messages['fr'] = array(
'hosts-search' => 'Recherche',
'hosts-title' => 'Hitchwiki Hosts',
'hosts-desc' => 'Hitchwiki Hosts'
);