master #110

Merged
asmeron merged 3 commits from Igor1/ubl-settings-datetime:master into develop 3 years ago

@ -32,20 +32,21 @@ $ sudo make uninstall
# Usage
```sh
$ ubl-settings-datetime --help
GTK settings datetime for UBLinux
Setting up the date and time for UBLinux
Usage: ubl-settings-datetime [OPTIONS...]
Options:
-h, --help Show this help
-V, --version Show package version
--lock-datetime Locking date and time changes
--lock-timezone Locking time zone change
--lock-ntp-mode Locking the NTP mode selection
--lock-ntp-edit Lock editing NTP servers
--lock-save Locking of local and global configuration saving
--lock-save-local Locking the local configuration save
--lock-save-global Locking the global configuration save
--lock-load-global Lock load global configuration
-h, --help Show this help
-V, --version Show package version
--lock-datetime Lock date and time changes
--lock-timezone Lock time zone changes
--lock-ntp-mode Lock NTP mode selection
--lock-ntp-edit Lock editing NTP servers
--lock-sync-hwclock Lock sync hwclock mode selection
--lock-save Lock saving local and global configuration
--lock-save-local Lock save global configuration
--lock-save-global Lock load global configuration
--lock-load-global Lock load global configuration
$ ubl-settings-datetime --version
ubl-settings-datetime version: x.xx

@ -83,7 +83,7 @@
#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_help_h _("Setting up the date and time 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")

@ -301,7 +301,7 @@
<object class="GtkMenuItem" id="btnSaveLocalGlob">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes">Save in global and local configuration</property>
<property name="label" translatable="yes">Save to global and local configuration</property>
<style>
<class name="menuitemtop"/>
</style>
@ -311,7 +311,7 @@
<object class="GtkMenuItem" id="btnSaveGlob">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes">Save in global configuration</property>
<property name="label" translatable="yes">Save to global configuration</property>
<style>
<class name="menuitemmiddle"/>
</style>
@ -321,7 +321,7 @@
<object class="GtkMenuItem" id="btnSaveLocal">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes">Save in local configuration</property>
<property name="label" translatable="yes">Save to local configuration</property>
<style>
<class name="menuitembottom"/>
</style>

@ -755,7 +755,7 @@ msgstr ""
#: source/ubl-settings-datetime.h:86 source/ubl-settings-datetime.h:85
msgid ""
"GTK settings datetime for UBLinux\n"
"Setting up the date and time for UBLinux\n"
"\n"
"Usage: ubl-settings-datetime [OPTIONS...]\n"
"Options:\n"
@ -1656,15 +1656,15 @@ msgid "Save"
msgstr ""
#: source/ubl-settings-datetime.h:77 source/ubl-settings-datetime.h:76
msgid "Save in global configuration"
msgid "Save to global configuration"
msgstr ""
#: source/ubl-settings-datetime.h:76 source/ubl-settings-datetime.h:75
msgid "Save in local configuration"
msgid "Save to local configuration"
msgstr ""
#: source/ubl-settings-datetime.h:75 source/ubl-settings-datetime.h:74
msgid "Save in global and local configuration"
msgid "Save to global and local configuration"
msgstr ""
msgid "Scoresbysund"

@ -763,7 +763,7 @@ msgstr "ГМТ-3"
#: source/ubl-settings-datetime.h:86 source/ubl-settings-datetime.h:85
msgid ""
"GTK settings datetime for UBLinux\n"
"Setting up the date and time for UBLinux\n"
"\n"
"Usage: ubl-settings-datetime [OPTIONS...]\n"
"Options:\n"
@ -1682,15 +1682,15 @@ msgid "Save"
msgstr "Сохранить"
#: source/ubl-settings-datetime.h:77 source/ubl-settings-datetime.h:76
msgid "Save in global configuration"
msgid "Save to global configuration"
msgstr "Сохранить в глобальную конфигурацию"
#: source/ubl-settings-datetime.h:76 source/ubl-settings-datetime.h:75
msgid "Save in local configuration"
msgid "Save to local configuration"
msgstr "Сохранить в локальную конфигурацию"
#: source/ubl-settings-datetime.h:75 source/ubl-settings-datetime.h:74
msgid "Save in global and local configuration"
msgid "Save to global and local configuration"
msgstr "Сохранить в глобальную и локальную конфигурацию"
msgid "Scoresbysund"

Loading…
Cancel
Save