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.
| 1. / 2. / ...
<?php
$cs_lang['mod'] = 'Medallion';
$cs_lang['modtext'] = 'Assign and manage medals';
// Manage
$cs_lang['new_medal'] = 'Assign new medal';
// Create
$cs_lang['description'] = 'Description';
$cs_lang['picture'] = 'Picture';
$cs_lang['user'] = 'User';
$cs_lang['user_not_found'] = '- User not found';
$cs_lang['no_name'] = '- No Name entered';
$cs_lang['wrong_ext'] = '- The selected file has the wrong type of File';
// Users
$cs_lang['since'] = 'Since';
// Remove
$cs_lang['rly_remove'] = 'You want to delete the medal, "%s", from %s?';
// Edit
$cs_lang['current_picture'] = 'Current picture';
$cs_lang['new_picture'] = 'New picture';
$cs_lang['remove_pic'] = 'Delete current picture';
$cs_lang['update_date'] = 'Date update';
$cs_lang['extended'] = 'Advanced';
?> |