You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
82 lines
3.6 KiB
82 lines
3.6 KiB
#define TITLE_LABEL _("System configuration")
|
|
#define TITLE_INFO_LABEL _("System basic parameters configuration")
|
|
|
|
#define SAVE_SUCCESS _("Local and global configuration saving succeeded")
|
|
#define LOCAL_SAVE_SUCCESS _("Local configuration saving succeeded")
|
|
#define GLOBAL_SAVE_SUCCESS _("Global configuration saving succeeded")
|
|
#define SAVE_WARNING_LABEL _("Warning! New machine ID will apply after system reboot")
|
|
|
|
#define HOSTNAME_LABEL _("Hostname:")
|
|
#define ID_LABEL _("Work station ID:")
|
|
#define SYSTEM_LABEL _("System")
|
|
#define RANDOM_LABEL _("Random")
|
|
#define HARDWARE_LABEL _("Hardware")
|
|
#define MANUAL_LABEL _("Manual")
|
|
#define CONSOLE_LABEL _("Console")
|
|
#define FONT_LABEL _("Console font:")
|
|
#define LOCALE_SECTION_LABEL _("Locale")
|
|
#define LOCALE_LABEL _("Locale:")
|
|
#define LANGUAGE_LABEL _("Language:")
|
|
|
|
#define DEFAULT_LABEL _("Default")
|
|
#define CANCEL_LABEL _("Cancel")
|
|
|
|
#define COPY_SUCCESS_LABEL _("Machine ID has been copied")
|
|
|
|
#define ID_EMPTY_LABEL _("ID field can't be empty!")
|
|
|
|
#define INSERT_LABEL _("Insert data")
|
|
|
|
#define ACCEPT_LABEL _("Accept")
|
|
|
|
#define EMPTY_IMPORTANT_LABEL _("Important field is empty")
|
|
|
|
#define CONNECT_LABEL _("Connect")
|
|
#define DISCONNECT_LABEL _("Disconnect")
|
|
#define DOMAIN_ADRESS_LABEL _("Domain address")
|
|
#define DOMAIN_ADRESS_2_LABEL _("Domain address:")
|
|
#define ADMIN_NAME_LABEL _("Domain administrator name:")
|
|
#define ADMIN_PASSWORD_LABEL _("Domain administrator password:")
|
|
#define MAIN_TAB_LABEL _("Main")
|
|
#define ADDITIONAL_TAB_LABEL _("Additional")
|
|
#define KERBEROS_LABEL _("Kerberos/AD domain server:")
|
|
#define DNS_SERVER_LABEL _("DNS server:")
|
|
#define CLIENT_LABEL _("Domain connection client")
|
|
#define SSSD_LABEL _("Sssd client")
|
|
#define WINDBIND_LABEL _("Winbind client")
|
|
#define SAMBA_LABEL _("Samba client")
|
|
#define OFF_AUTOMATICALLY_LABEL _("Switch client off or automatically")
|
|
#define INFO_LABEL _("Domain information")
|
|
#define INFO_TITLE_LABEL _("Current domain information")
|
|
#define KERBEROS_TOOLTIP_LABEL _("DNS server that resolves the Kerberos/AD server name")
|
|
#define DNS_TOOLTIP_LABEL _("Full DNS name or IP address")
|
|
#define CONNECTION_LABEL _("Connect to domain")
|
|
#define DDISCONNECTION_LABEL _("Disconnect from domain")
|
|
#define CHECK_NAME_LABEL _("Check domain name")
|
|
#define LIST_ALL_LABEL _("List all domains")
|
|
|
|
#define DOMAIN_CONNECTING_LABEL _("Join domain")
|
|
#define DISCONNECTION_LABEL _("Leave domain")
|
|
#define DOMAIN_CONNECT_LABEL _("Join")
|
|
#define DOMAIN_DISCONNECT_LABEL _("Leave")
|
|
|
|
#define DOMAIN_CONNECTED_LABEL _("Connected to domain")
|
|
#define DOMAIN_DISCONNECTED_LABEL _("Disconnected from domain")
|
|
|
|
#define LOADING_LABEL _("Loading...")
|
|
#define CHECK_CONNECTION_LABEL _("Check")
|
|
#define OU_LABEL _("OU, Organizational Unit:")
|
|
#define OU_TOOLTIP_LABEL _("The name of the OU in which we want to create the computer account in the domain. If the account already exists, it will be updated. Example: \"ubhosts\" or \"OU=UBL Servers,OU=KOM,DC=ad,DC=holding,DC=com\"")
|
|
#define LANGUAGE__LABEL _("Language")
|
|
#define REGIONAL_SETTINGS_LABEL _("Regional settings")
|
|
#define AVALIABLE_LANGUAGES_LABEL _("Available locales in the system:")
|
|
#define SYSTEM_LOCALE_LABEL _("System locale")
|
|
#define TERRITORY_LABEL _("Territory")
|
|
#define VALUE_LABEL _("Value")
|
|
#define MANUAL_INPUT_LABEL _("Manual input:")
|
|
#define LANGUAGES_LABEL _("Languages")
|
|
#define ADD_LANGUAGE_TITLE_LABEL _("Add locales")
|
|
#define ADD_LANGUAGE_TOOLTIP_LABEL _("Add locale")
|
|
#define REMOVE_LANGUAGE_LABEL _("Remove language")
|
|
#define RESTRICTED_SYMBOLS_LABEL _("OU, Organizational Unit restricted symbols: ! \" # $ % & \' ( ) * + , - . / : ; < = > ? @ [ \\ ] ^ _ ` { | } ~.")
|
|
#define ADDITIONAL_OPTIONS_LABEL _("Additional authentication profile options") |