parent
1ed3b1550b
commit
4625ae846b
@ -1,74 +0,0 @@
|
||||
|
||||
#ifndef MY_LOCALIZATION
|
||||
#define MY_LOCALIZATION
|
||||
#include <gtkmm/plug.h>
|
||||
#define copyright _("Copyright © UBSoft LLC, 2022 - ")
|
||||
#define name_app _("ubl-settings-datetime")
|
||||
#define website _("https://wiki.ublinux.com")
|
||||
#define home_page _("Project Home Page")
|
||||
#define str_about_1 _("About")
|
||||
#define str_about _("About ubl-settings-datetime")
|
||||
#define str_help _("Help")
|
||||
#define str_save _("Save")
|
||||
#define str_load _("Load")
|
||||
#define save_all _("Save to global and local configuration")
|
||||
#define save_local _("Save local configuration")
|
||||
#define save_global _("Save global configuration")
|
||||
#define load_global _("Load global configuration")
|
||||
#define load_local _("Load local configuration")
|
||||
#define read_online _("Read online")
|
||||
#define cancel _("Cancel")
|
||||
#define always_redirect _("Always redirect")
|
||||
#define nothing_save _("Nothing to save!")
|
||||
#define read_documentation_web _("Would you like to read documentation in the Web?")
|
||||
#define redirected_documentation _("You will be redirected to documentation site, where user help pages are ""translated and supported by community.")
|
||||
#define str_help_h _("GTK settings datetime for UBLinux\n\n""Usage: ubl-settings-datetime [OPTIONS...]\n""Options:\n"" -h, --help Show this help\n"" -V, --version Show package version\n"" --lock-datetime Lock date and time changes\n"" --lock-timezone Lock time zone changes\n"" --lock-ntp-mode Lock NTP mode selection\n"" --lock-ntp-edit Lock editing NTP servers\n"" --lock-sync-hwclock Lock sync hwclock mode selection\n"" --lock-save Lock saving local and global configuration\n"" --lock-save-local Lock save global configuration\n"" --lock-save-global Lock load global configuration\n"" --lock-load-global Lock load global configuration\n")
|
||||
#define str_version _("ubl-settings-datetime version: ")
|
||||
#define local_read_error _("Local configuration reading error")
|
||||
#define global_read_error _("Global configuration read error")
|
||||
#define local_write_error _("Local configuration write error")
|
||||
#define global_write_error _("Global configuration write error")
|
||||
#define error_save_all _("Error saved local and global configuration")
|
||||
#define local_load_ok _("Local configuration downloaded successfully")
|
||||
#define global_load_ok _("Global configuration downloaded successfully")
|
||||
#define local_ok_written _("Local configuration successfully written")
|
||||
#define global_ok_written _("Global configuration successfully written")
|
||||
#define successfully_save_all _("Successfully saved local and global configuration")
|
||||
|
||||
#define incorrect_date_f _("Incorrect date format")
|
||||
#define date_time_ok_synchronized _("Date and time are successfully synchronized")
|
||||
#define entry_list_ntp _("Enter a list of NTP servers")
|
||||
#define error_ntp_name _("Error in the NTP server name")
|
||||
#define invalid_character_entry _("An invalid character is entered")
|
||||
#define ntp_server_ok _("NTP server name is correct")
|
||||
#define hardware_clock_ok _("Hardware clock successfully synchronized")
|
||||
#define hardware_clock_error _("Hardware clock synchronization error")
|
||||
|
||||
#define no_recognized _("Argument not recognized\n")
|
||||
#define program_as_root _("The program must be run as root")
|
||||
#define str_date_flag _(": \"Date\"")
|
||||
#define str_time_zone_flag _(": \"Time Zone\"")
|
||||
#define str_hardware_time_flag _(": \"Hardware time\"")
|
||||
#define str_NTP_flag _(": \"NTP\"")
|
||||
#define str_default _("Default")
|
||||
#define str_DHCP _("DHCP")
|
||||
#define str_manual _("Manual")
|
||||
#define str_disabled _("Disabled")
|
||||
#define str_time _("Time:")
|
||||
#define str_date_time _("Date and Time")
|
||||
#define utc_time _("UTC time")
|
||||
#define str_local_time _("Local time")
|
||||
#define str_attention _("Attention")
|
||||
#define str_sync_by _("Sync by")
|
||||
#define str_zone _("Zone:")
|
||||
#define str_region _("Region:")
|
||||
#define str_time_zone _("Time zone")
|
||||
#define str_date _("Date:")
|
||||
#define synchronize_hw _("Synchronize hardware time")
|
||||
#define setting_date_time _("Setting the date and time")
|
||||
#define current_date_time _("Current date and time")
|
||||
#define data_format_d_m_y _("Date of\nFormat: DD.MM.YYYY")
|
||||
#define synchronize_ntp _("Synchronize via NTP")
|
||||
#define enter_name_ntp_tooltip _("Enter the name of the ntp-server or its ip-address.\nWhen entering multiple addresses, separate them with commas.")
|
||||
|
||||
#endif
|
||||
@ -1 +0,0 @@
|
||||
#cmakedefine WEBKIT_FOUND
|
||||
Loading…
Reference in new issue