Files
wavelog/application/language/bulgarian/admin_lang.php

69 lines
3.4 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
defined('BASEPATH') OR exit('Не е разрешен директен достъп до скрипта');
$lang['admin_user_line1'] = 'Wavelog needs at least one user configured in order to operate.';
$lang['admin_user_line2'] = 'Users can be assigned roles which give them different permissions, such as adding QSOs to the logbook and accessing Wavelog APIs.';
$lang['admin_user_line3'] = 'The currently logged-in user is displayed at the upper-right of each page.';
$lang['admin_user_line4'] = "With the password reset button, you can send a user an email containing a link to reset their password. To achieve this, ensure that the email settings in the global options are configured correctly.";
$lang['admin_user_list'] = 'User List';
$lang['admin_user'] = 'User';
$lang['admin_email'] = 'E-mail';
$lang['admin_type'] = 'Type';
$lang['admin_last_seen'] = "Last seen";
$lang['admin_last_qso'] = "Last QSO:";
$lang['admin_no_qso_in_log'] = "No QSOs in Log";
$lang['admin_refresh_list'] = "Refresh List";
$lang['admin_options'] = 'Options';
$lang['admin_station_logbooks'] = 'Logbooks';
$lang['admin_station_locations'] = 'Locations';
$lang['admin_create_user'] = 'Create user';
$lang['admin_delete'] = 'Delete';
$lang['admin_remove'] = "Remove";
$lang['admin_edit'] = 'Edit';
$lang['admin_create'] = 'Create';
$lang['admin_update'] = 'Update';
$lang['admin_copy'] = 'Copy';
$lang['admin_save'] = 'Save';
$lang['admin_close'] = 'Close';
$lang['admin_clear'] = "Clear";
$lang['admin_user_accounts'] = 'User Accounts';
$lang['admin_danger'] = 'DANGER!';
$lang['admin_experimental'] = "Experimental";
$lang['admin_password_reset'] = "Password Reset";
$lang['admin_email_settings_incorrect'] = "Email settings are incorrect.";
$lang['admin_password_reset_processed'] = "Password-reset e-mail sent to user:";
$lang['admin_confirm_pwd_reset'] = "Do you really want to send this user a password-reset link?";
// 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.';
$lang['admin_contest_menu_name'] = 'Name';
$lang['admin_contest_menu_adif'] = 'ADIF Name';
$lang['admin_contest_menu_active'] = 'Active';
$lang['admin_contest_menu_n_active'] = 'Not Active';
$lang['admin_contest_menu_activate'] = 'Activate';
$lang['admin_contest_menu_deactivate'] = 'Deactivate';
$lang['admin_contest_add_contest'] = 'Add a Contest';
$lang["admin_contest_create"] = "Create";
$lang['admin_contest_all_active'] = 'Activate All';
$lang['admin_contest_all_deactive'] = 'Deactivate All';
$lang['admin_contest_name_adif'] = 'Contest ADIF Name';
$lang['admin_contest_name_of_contest'] = 'Name of the Contest';
$lang['admin_contest_name_of_adif'] = 'Name of Contest in ADIF-specification';
$lang['admin_contest_edit_active_hint'] = 'Set to active if to be listed in Contest-list';
$lang['admin_contest_edit_update_contest'] = 'Update Contest';
$lang['admin_contest_deletion_warning'] = 'Warning! Are you sure you want to delete the following contest: ';
$lang['admin_contest_active_all_warning'] = 'Warning! Are you sure you want to activate all contests?';
$lang['admin_contest_deactive_all_warning'] = 'Warning! Are you sure you want to deactivate all contests?';