-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAudioPlayer2.i18n.php
More file actions
executable file
·36 lines (32 loc) · 1.18 KB
/
AudioPlayer2.i18n.php
File metadata and controls
executable file
·36 lines (32 loc) · 1.18 KB
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
<?php
/**
* Internationalisation file for the AudioPlayer2 extension
*
* @ingroup Extensions
* @author Ulrich Christensen
* @version 1.1
* @copyright © 2012 Ulrich Christensen
* @licence GNU General Public Licence 2.0 or later
*/
$messages = array();
/** English */
$messages['en'] = array(
'audioplayer2' => 'AudioPlayer2',
'audioplayer2-desc' => 'Embedded audio playback using WordPress Audio Player: Standalone version',
'audioplayer2-not-found' => 'Sound file not found',
'audioplayer2-invalid-title' => 'Invalid title',
);
/** Message documentation (Message documentation)
*/
$messages['qqq'] = array(
'audioplayer2' => '{{Identical|AudioPlayer2}}',
'audioplayer2-desc' => '{{desc}}',
'audioplayer2-not-found' => '{{Identical|Sound file not found}}',
'audioplayer2-invalid-title' => '{{Identical|Invalid title}}',
);
/** Danish (Dansk) */
$messages['da'] = array(
'audioplayer2-desc' => 'Indlejret lydafspilning med WordPress Audio Player: Standalone version',
'audioplayer2-not-found' => 'Lydfilen blev ikke fundet',
'audioplayer2-invalid-title' => 'Ugyldigt sidenavn',
);