summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/Translate/tests/phpunit/data/Example.i18n.php
blob: 48c25d0f953cc5f99d25d2b3d8e760d2772df18d (plain)
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
43
44
45
46
47
48
<?php
/**
 * Internationalisation file for extension ....
 *
 * @file
 * @ingroup Extensions
 */
// @codingStandardsIgnoreFile

$messages = array();

$messages['en'] = array(
	'translatedmessage' => 'The database has been automatically locked due to inactivity from the administrators.',
	'fuzzymessage'   => 'Auto-locks the wiki database if the sysops are all inactive for some time',
);

/** Message documentation (Message documentation)
 * @author Purodha
 * @author The Evil IP address
 */
$messages['qqq'] = array(
	'fuzzymessage' => '{{desc}}',
);

/** Afrikaans (Afrikaans)
 * @author Naudefj
 */
$messages['af'] = array(
	'translatedmessage' => 'Die databasis is outomaties gesluit omdat die administrateurs nie aktief is nie.',
	'fuzzymessage' => "Sluit die wiki outomaties as die administrateurs vir 'n geruime tyd nie aktief is nie",
);

/** Gheg Albanian (Gegë)
 * @author Bresta
 */
$messages['aln'] = array(
	'translatedmessage' => 'Baza e të dhânave âsht bllokue automatikisht për shkak të mosaktivitetit të administruesve.',
	'fuzzymessage' => 'E vetë-bllokon bazën e të dhânave nëse administruesit janë joaktiv për nji kohë të caktueme.',
);

/** Arabic (العربية)
 * @author Meno25
 * @author OsamaK
 */
$messages['ar'] = array(
	'translatedmessage' => 'تم غلق قاعدة البيانات تلقائيا نظرا لعدم نشاط مدراء النظام.',
	'fuzzymessage' => 'قفل قاعدة بيانات الويكي تلقائيا إذا كان كل مدراء النظام غير نشطين لبعض الوقت',
);