Tooltip change

pull/81/head
parent 50430ff509
commit dda7986284
No known key found for this signature in database
GPG Key ID: FF1D842BF4DDE92B

@ -240,6 +240,9 @@ msgstr ""
msgid "OU, Organizational Unit:" msgid "OU, Organizational Unit:"
msgstr "" msgstr ""
msgid "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\""
msgstr ""
msgid "Domain connection" msgid "Domain connection"
msgstr "" msgstr ""

@ -244,8 +244,8 @@ msgstr "Соединение домена"
msgid "OU, Organizational Unit:" msgid "OU, Organizational Unit:"
msgstr "Подразделение:" msgstr "Подразделение:"
msgid "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\\units" msgid "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\""
msgstr "Имя OU, в котором мы хотим создать учётную запись компьютера в домене. Если учётная запись уже существует, то она будет обновлена. Пример: ubhosts\\units" msgstr "Имя OU, в котором мы хотим создать учётную запись компьютера в домене. Если учётная запись уже существует, то она будет обновлена. Пример: \"ubhosts\" или \"OU=UBL Servers,OU=KOM,DC=ad,DC=holding,DC=com\""
msgid "Afrikaans, South Africa" msgid "Afrikaans, South Africa"
msgstr "Африканский, Южная Африка" msgstr "Африканский, Южная Африка"

@ -66,4 +66,4 @@
#define LOADING_LABEL _("Loading...") #define LOADING_LABEL _("Loading...")
#define CHECK_CONNECTION_LABEL _("Check") #define CHECK_CONNECTION_LABEL _("Check")
#define OU_LABEL _("OU, Organizational Unit:") #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\units") #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\"")

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.40.0 --> <!-- Generated with glade 3.38.2 -->
<interface domain="ubl-settings-system"> <interface domain="ubl-settings-system">
<requires lib="gtk+" version="3.24"/> <requires lib="gtk+" version="3.24"/>
<!-- interface-css-provider-path ubl-settings-system.css --> <!-- interface-css-provider-path ubl-settings-system.css -->
@ -327,7 +327,7 @@
<object class="GtkEntry" id="OuEntry"> <object class="GtkEntry" id="OuEntry">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can-focus">True</property> <property name="can-focus">True</property>
<property name="tooltip-text" translatable="yes">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\units</property> <property name="tooltip-text" translatable="yes">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"</property>
</object> </object>
<packing> <packing>
<property name="expand">True</property> <property name="expand">True</property>

Loading…
Cancel
Save