Added Contest Menu Translations

This commit is contained in:
HB9HIL
2023-10-05 01:14:56 +02:00
parent e1345fb0bb
commit b2708ef7c2
15 changed files with 150 additions and 15 deletions

View File

@@ -16,4 +16,13 @@ $lang['admin_options'] = 'Options';
$lang['admin_create_user'] = 'Creation d\'un utilisateur';
$lang['admin_delete'] = 'Supprimer';
$lang['admin_edit'] = 'Editer';
$lang['admin_user_accounts'] = 'User Accounts';
$lang['admin_user_accounts'] = 'User Accounts';
// Contest Menu
$lang['admin_contest_menu_line_1'] = 'Using the contest list, you can control which Contests are shown when logging QSOs in a contest.';
$lang['admin_contest_menu_line_2'] = 'Active contests will be shown in the Contest Name drop-down, while inactive contests will be hidden and cannot be selected.';