cui/uiconfig/ui/optuserpage.ui | 65 ++++++++++++++++++++++++++++- sw/uiconfig/swriter/ui/businessdatapage.ui | 52 ++++++++++++++++++----- sw/uiconfig/swriter/ui/privateuserpage.ui | 50 +++++++++++++++++----- 3 files changed, 145 insertions(+), 22 deletions(-)
New commits: commit 5935dd32a445acd1b2625acda2f02b7d0debed97 Author: Olivier Hallot <[email protected]> AuthorDate: Thu Jul 23 20:29:22 2020 -0300 Commit: Olivier Hallot <[email protected]> CommitDate: Sun Jul 26 12:59:57 2020 +0200 tdf#118148 Add extended tips to optuserpage.ui Pick from text/shared/optionen/01010100.xhp and add missing ET's Change-Id: I8f188e2b2f64b570db90dca6b98240f6e9a86793 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99341 Tested-by: Jenkins Reviewed-by: Olivier Hallot <[email protected]> diff --git a/cui/uiconfig/ui/optuserpage.ui b/cui/uiconfig/ui/optuserpage.ui index e770410c04b1..f2029557e7ca 100644 --- a/cui/uiconfig/ui/optuserpage.ui +++ b/cui/uiconfig/ui/optuserpage.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.22.1 --> +<!-- Generated with glade 3.36.0 --> <interface domain="cui"> <requires lib="gtk+" version="3.18"/> <object class="GtkBox" id="OptUserPage"> @@ -166,6 +166,7 @@ <child internal-child="accessible"> <object class="AtkObject" id="firstname-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" context="optuserpage|firstname-atkobject">First name</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tip | firstname">Type your first name.</property> </object> </child> </object> @@ -184,6 +185,7 @@ <child internal-child="accessible"> <object class="AtkObject" id="lastname-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" context="lastname-atkobject">Last name</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tip | lastname">Type your last name.</property> </object> </child> </object> @@ -202,6 +204,7 @@ <child internal-child="accessible"> <object class="AtkObject" id="shortname-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" context="shortname-atkobject">Initials</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tip | shortname">Type your initials.</property> </object> </child> </object> @@ -231,6 +234,7 @@ <child internal-child="accessible"> <object class="AtkObject" id="city-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" context="city-atkobject">City</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tip | city">Type the city where you live.</property> </object> </child> </object> @@ -249,6 +253,7 @@ <child internal-child="accessible"> <object class="AtkObject" id="state-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" context="state-atkobject">State</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tip | state">Type your state.</property> </object> </child> </object> @@ -267,6 +272,7 @@ <child internal-child="accessible"> <object class="AtkObject" id="zip-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" context="zip-atkobject">Zip code</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tip | zip">Type your ZIP in this field.</property> </object> </child> </object> @@ -297,6 +303,7 @@ <child internal-child="accessible"> <object class="AtkObject" id="title-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" context="title-atkobject">Title</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tip | title">Type your title in this field.</property> </object> </child> </object> @@ -315,6 +322,7 @@ <child internal-child="accessible"> <object class="AtkObject" id="position-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" context="position-atkobject">Position</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tip | position">Type your position in the company in this field.</property> </object> </child> </object> @@ -344,6 +352,7 @@ <child internal-child="accessible"> <object class="AtkObject" id="home-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" context="home-atkobject">Home telephone number</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tip | home">Type your private telephone number in this field.</property> </object> </child> </object> @@ -362,6 +371,7 @@ <child internal-child="accessible"> <object class="AtkObject" id="work-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" context="work-atkobject">Work telephone number</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tip | work">Type your work number in this field.</property> </object> </child> </object> @@ -392,6 +402,7 @@ <child internal-child="accessible"> <object class="AtkObject" id="fax-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" context="fax-atkobject">Fax number</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tip | fax">Type your fax number in this field.</property> </object> </child> </object> @@ -410,6 +421,7 @@ <child internal-child="accessible"> <object class="AtkObject" id="email-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" context="email-atkobject">email address</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tip | email">Type your e-mail address.</property> </object> </child> </object> @@ -433,6 +445,11 @@ <property name="use_underline">True</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="usefordocprop-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tips | usefordoprop">Mark to use the data in document properties</property> + </object> + </child> </object> <packing> <property name="left_attach">1</property> @@ -469,6 +486,7 @@ <child internal-child="accessible"> <object class="AtkObject" id="ruslastname-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" context="ruslastname-atkobject">Last name</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tip | ruslastname">Type your last name.</property> </object> </child> </object> @@ -487,6 +505,7 @@ <child internal-child="accessible"> <object class="AtkObject" id="rusfathersname-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" context="rusfathersname-atkobject">Father's name</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tips | rusfathersname">Type your father's name</property> </object> </child> </object> @@ -505,6 +524,7 @@ <child internal-child="accessible"> <object class="AtkObject" id="russhortname-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" context="russhortname-atkobject">Initials</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tip | russhortname">Type your initials.</property> </object> </child> </object> @@ -523,6 +543,7 @@ <child internal-child="accessible"> <object class="AtkObject" id="rusfirstname-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" context="rusfirstname-atkobject">First name</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tip | rusfirstname">Type your first name.</property> </object> </child> </object> @@ -567,6 +588,7 @@ <child internal-child="accessible"> <object class="AtkObject" id="eastlastname-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" context="eastlastname-atkobject">Last name</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tip | eastlastname">Type your last name.</property> </object> </child> </object> @@ -585,6 +607,7 @@ <child internal-child="accessible"> <object class="AtkObject" id="eastfirstname-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" context="eastfirstname-atkobject">First name</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tip | eastfirstname">Type your first name.</property> </object> </child> </object> @@ -603,6 +626,7 @@ <child internal-child="accessible"> <object class="AtkObject" id="eastshortname-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" context="eastshortname-atkobject">Initials</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tip | eastshortname">Type your initials.</property> </object> </child> </object> @@ -647,6 +671,7 @@ <child internal-child="accessible"> <object class="AtkObject" id="russtreet-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" context="russtreet-atkobject">Street</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tips | russrteet">Type the name of your street in this field.</property> </object> </child> </object> @@ -665,6 +690,7 @@ <child internal-child="accessible"> <object class="AtkObject" id="apartnum-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" context="ruslastname-atkobject">Apartment number</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tips | apartnum">Type your apartment number</property> </object> </child> </object> @@ -709,6 +735,7 @@ <child internal-child="accessible"> <object class="AtkObject" id="icity-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" context="icity-atkobject">City</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tip | icity">Type the city where you live.</property> </object> </child> </object> @@ -727,6 +754,7 @@ <child internal-child="accessible"> <object class="AtkObject" id="izip-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" context="izip-atkobject">Zip code</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tip | izip">Type your ZIP in this field.</property> </object> </child> </object> @@ -753,6 +781,11 @@ <property name="valign">center</property> <property name="hexpand">True</property> <property name="activates_default">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="street-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tip | street">Type the name of your street in this field.</property> + </object> + </child> </object> <packing> <property name="left_attach">0</property> @@ -777,6 +810,11 @@ <property name="valign">center</property> <property name="hexpand">True</property> <property name="activates_default">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="country-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tips | country">Type your country and region</property> + </object> + </child> </object> <packing> <property name="left_attach">0</property> @@ -801,6 +839,11 @@ <property name="valign">center</property> <property name="hexpand">True</property> <property name="activates_default">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="company-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tip | company">Type the name of your company in this field.</property> + </object> + </child> </object> <packing> <property name="left_attach">0</property> @@ -891,6 +934,11 @@ <items> <item translatable="yes" context="optuserpage|liststore1">No key</item> </items> + <child internal-child="accessible"> + <object class="AtkObject" id="encryptionkey-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tip | encryptionkey">Select your OpenPGP key from the drop-down list for encrypting ODF documents.</property> + </object> + </child> </object> <packing> <property name="left_attach">1</property> @@ -905,6 +953,11 @@ <items> <item translatable="yes" context="optuserpage|liststore1">No key</item> </items> + <child internal-child="accessible"> + <object class="AtkObject" id="signingkey-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tip | signingkey">Select your OpenPGP key from the drop-down list for signing ODF documents.</property> + </object> + </child> </object> <packing> <property name="left_attach">1</property> @@ -920,6 +973,11 @@ <property name="use_underline">True</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="encrypttoself-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tip | encrypttoself">Mark this checkbox to also encrypt the file with your public key, so you can open the document with your private key.</property> + </object> + </child> </object> <packing> <property name="left_attach">1</property> @@ -951,6 +1009,11 @@ <property name="position">1</property> </packing> </child> + <child internal-child="accessible"> + <object class="AtkObject" id="OptUserPage-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tip | OptUserPage">Use this tab page to enter or edit user data.</property> + </object> + </child> </object> <object class="GtkSizeGroup" id="sizegroupLabel"> <widgets> diff --git a/sw/uiconfig/swriter/ui/businessdatapage.ui b/sw/uiconfig/swriter/ui/businessdatapage.ui index 9514226848aa..7d92f25a5994 100644 --- a/sw/uiconfig/swriter/ui/businessdatapage.ui +++ b/sw/uiconfig/swriter/ui/businessdatapage.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.20.4 --> +<!-- Generated with glade 3.36.0 --> <interface domain="sw"> <requires lib="gtk+" version="3.18"/> <object class="GtkFrame" id="BusinessDataPage"> @@ -26,10 +26,10 @@ <object class="GtkLabel" id="label5"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xalign">1</property> <property name="label" translatable="yes" context="businessdatapage|label5">Company:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">company</property> + <property name="xalign">1</property> </object> <packing> <property name="left_attach">0</property> @@ -40,10 +40,10 @@ <object class="GtkLabel" id="streetft"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xalign">1</property> <property name="label" translatable="yes" context="businessdatapage|streetft">Slogan:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">slogan</property> + <property name="xalign">1</property> </object> <packing> <property name="left_attach">0</property> @@ -54,10 +54,10 @@ <object class="GtkLabel" id="countryft"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xalign">1</property> <property name="label" translatable="yes" context="businessdatapage|countryft">Co_untry/state:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">country</property> + <property name="xalign">1</property> </object> <packing> <property name="left_attach">0</property> @@ -68,10 +68,10 @@ <object class="GtkLabel" id="label8"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xalign">1</property> <property name="label" translatable="yes" context="businessdatapage|label8">Position:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">position</property> + <property name="xalign">1</property> </object> <packing> <property name="left_attach">0</property> @@ -82,10 +82,10 @@ <object class="GtkLabel" id="phoneft"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xalign">1</property> <property name="label" translatable="yes" context="businessdatapage|phoneft">Fa_x:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">fax</property> + <property name="xalign">1</property> <child internal-child="accessible"> <object class="AtkObject" id="phoneft-atkobject"> <property name="AtkObject::accessible-description" translatable="yes" context="businessdatapage|phoneft-atkobject">Home telephone number</property> @@ -101,10 +101,10 @@ <object class="GtkLabel" id="faxft"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xalign">1</property> <property name="label" translatable="yes" context="businessdatapage|faxft">Homepage/email:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">url</property> + <property name="xalign">1</property> </object> <packing> <property name="left_attach">0</property> @@ -125,6 +125,7 @@ <child internal-child="accessible"> <object class="AtkObject" id="company-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" context="businessdatapage|company-atkobject">First name</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tip | company">Type the name of your company in this field.</property> </object> </child> </object> @@ -154,6 +155,7 @@ <child internal-child="accessible"> <object class="AtkObject" id="position-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" context="businessdatapage|position-atkobject">Title</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tip | position">Type your position in the company in this field.</property> </object> </child> </object> @@ -182,6 +184,7 @@ <child internal-child="accessible"> <object class="AtkObject" id="fax-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" context="businessdatapage|fax-atkobject">Home telephone number</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tip | fax">Type company fax number in this field.</property> </object> </child> </object> @@ -212,6 +215,7 @@ <child internal-child="accessible"> <object class="AtkObject" id="url-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" context="businessdatapage|url-atkobject">Fax number</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tips | url">Company homepage</property> </object> </child> </object> @@ -229,6 +233,7 @@ <child internal-child="accessible"> <object class="AtkObject" id="email-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" context="businessdatapage|email-atkobject">email address</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tip | email">Type your company e-mail address.</property> </object> </child> </object> @@ -247,10 +252,10 @@ <object class="GtkLabel" id="eastnameft"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xalign">1</property> <property name="label" translatable="yes" context="businessdatapage|eastnameft">Company 2nd line:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">company2</property> + <property name="xalign">1</property> </object> <packing> <property name="left_attach">0</property> @@ -271,6 +276,7 @@ <child internal-child="accessible"> <object class="AtkObject" id="company2-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" context="businessdatapage|company2-atkobject">Last name</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tips | company2">Company second line</property> </object> </child> </object> @@ -289,10 +295,10 @@ <object class="GtkLabel" id="icityft"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xalign">1</property> <property name="label" translatable="yes" context="businessdatapage|icityft">_Zip/city:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">izip</property> + <property name="xalign">1</property> </object> <packing> <property name="left_attach">0</property> @@ -313,6 +319,7 @@ <child internal-child="accessible"> <object class="AtkObject" id="icity-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" context="businessdatapage|icity-atkobject">City</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tip | icity">Type the company city</property> </object> </child> </object> @@ -330,6 +337,7 @@ <child internal-child="accessible"> <object class="AtkObject" id="izip-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" context="businessdatapage|izip-atkobject">Zip code</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tip | izip">Type company ZIP in this field.</property> </object> </child> </object> @@ -355,6 +363,11 @@ <property name="can_focus">True</property> <property name="valign">center</property> <property name="hexpand">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="slogan-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tips | slogan">Company slogan</property> + </object> + </child> </object> <packing> <property name="left_attach">0</property> @@ -379,6 +392,11 @@ <property name="can_focus">True</property> <property name="valign">center</property> <property name="hexpand">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="country-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tips | country">Company country</property> + </object> + </child> </object> <packing> <property name="left_attach">0</property> @@ -391,6 +409,11 @@ <property name="can_focus">True</property> <property name="valign">center</property> <property name="hexpand">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="state-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tip | state">Type company state.</property> + </object> + </child> </object> <packing> <property name="left_attach">1</property> @@ -407,10 +430,10 @@ <object class="GtkLabel" id="titleft1"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xalign">1</property> <property name="label" translatable="yes" context="businessdatapage|titleft1">Phone/mobile:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">phone</property> + <property name="xalign">1</property> </object> <packing> <property name="left_attach">0</property> @@ -432,6 +455,7 @@ <child internal-child="accessible"> <object class="AtkObject" id="phone-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" context="businessdatapage|phone-atkobject">Title</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tips | phone">Type business phone</property> </object> </child> </object> @@ -449,6 +473,7 @@ <child internal-child="accessible"> <object class="AtkObject" id="mobile-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" context="businessdatapage|mobile-atkobject">Position</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tips | mobile">Type company mobile</property> </object> </child> </object> @@ -467,10 +492,10 @@ <object class="GtkLabel" id="streetft1"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xalign">1</property> <property name="label" translatable="yes" context="businessdatapage|streetft1">Street:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">street</property> + <property name="xalign">1</property> </object> <packing> <property name="left_attach">0</property> @@ -488,6 +513,11 @@ <property name="can_focus">True</property> <property name="valign">center</property> <property name="hexpand">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="street-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tip | street">Type the name of company street in this field.</property> + </object> + </child> </object> <packing> <property name="left_attach">0</property> diff --git a/sw/uiconfig/swriter/ui/privateuserpage.ui b/sw/uiconfig/swriter/ui/privateuserpage.ui index 380d5d800599..76b66f827d2a 100644 --- a/sw/uiconfig/swriter/ui/privateuserpage.ui +++ b/sw/uiconfig/swriter/ui/privateuserpage.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.20.4 --> +<!-- Generated with glade 3.36.0 --> <interface domain="sw"> <requires lib="gtk+" version="3.18"/> <object class="GtkFrame" id="PrivateUserPage"> @@ -26,10 +26,10 @@ <object class="GtkLabel" id="nameft"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xalign">0</property> <property name="label" translatable="yes" context="privateuserpage|nameft">First/last _name/initials:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">firstname</property> + <property name="xalign">0</property> </object> <packing> <property name="left_attach">0</property> @@ -40,10 +40,10 @@ <object class="GtkLabel" id="streetft"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xalign">0</property> <property name="label" translatable="yes" context="privateuserpage|streetft">_Street:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">street</property> + <property name="xalign">0</property> </object> <packing> <property name="left_attach">0</property> @@ -54,10 +54,10 @@ <object class="GtkLabel" id="countryft"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xalign">0</property> <property name="label" translatable="yes" context="privateuserpage|countryft">Co_untry/state:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">country</property> + <property name="xalign">0</property> </object> <packing> <property name="left_attach">0</property> @@ -68,10 +68,10 @@ <object class="GtkLabel" id="titleft"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xalign">0</property> <property name="label" translatable="yes" context="privateuserpage|titleft">_Title/profession:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">title</property> + <property name="xalign">0</property> </object> <packing> <property name="left_attach">0</property> @@ -82,10 +82,10 @@ <object class="GtkLabel" id="phoneft"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xalign">0</property> <property name="label" translatable="yes" context="privateuserpage|phoneft">Fa_x:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">fax</property> + <property name="xalign">0</property> <child internal-child="accessible"> <object class="AtkObject" id="phoneft-atkobject"> <property name="AtkObject::accessible-description" translatable="yes" context="privateuserpage|phoneft-atkobject">Home telephone number</property> @@ -101,10 +101,10 @@ <object class="GtkLabel" id="faxft"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xalign">0</property> <property name="label" translatable="yes" context="privateuserpage|faxft">Homepage/email:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">url</property> + <property name="xalign">0</property> </object> <packing> <property name="left_attach">0</property> @@ -125,6 +125,7 @@ <child internal-child="accessible"> <object class="AtkObject" id="firstname-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" context="privateuserpage|firstname-atkobject">First name</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tip | firstname">Type your first name.</property> </object> </child> </object> @@ -142,6 +143,7 @@ <child internal-child="accessible"> <object class="AtkObject" id="lastname-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" context="privateuserpage|lastname-atkobject">Last name</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tip | lastname">Type your last name.</property> </object> </child> </object> @@ -159,6 +161,7 @@ <child internal-child="accessible"> <object class="AtkObject" id="shortname-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" context="privateuserpage|shortname-atkobject">Initials</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tip | shortname">Type your initials.</property> </object> </child> </object> @@ -188,6 +191,7 @@ <child internal-child="accessible"> <object class="AtkObject" id="title-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" context="privateuserpage|title-atkobject">Title</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tip | title">Type your title in this field.</property> </object> </child> </object> @@ -205,6 +209,7 @@ <child internal-child="accessible"> <object class="AtkObject" id="job-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" context="privateuserpage|job-atkobject">Position</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tips | job">Type your profession</property> </object> </child> </object> @@ -233,6 +238,7 @@ <child internal-child="accessible"> <object class="AtkObject" id="fax-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" context="privateuserpage|fax-atkobject">Home telephone number</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tip | fax">Type your fax number in this field.</property> </object> </child> </object> @@ -263,6 +269,7 @@ <child internal-child="accessible"> <object class="AtkObject" id="url-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" context="privateuserpage|url-atkobject">Fax number</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tips | url">Enter your home page</property> </object> </child> </object> @@ -280,6 +287,7 @@ <child internal-child="accessible"> <object class="AtkObject" id="email-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" context="privateuserpage|email-atkobject">email address</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tip | email">Type your e-mail address.</property> </object> </child> </object> @@ -298,10 +306,10 @@ <object class="GtkLabel" id="eastnameft"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xalign">0</property> <property name="label" translatable="yes" context="privateuserpage|eastnameft">First/last _name/initials 2:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">firstname2</property> + <property name="xalign">0</property> </object> <packing> <property name="left_attach">0</property> @@ -322,6 +330,7 @@ <child internal-child="accessible"> <object class="AtkObject" id="firstname2-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" context="privateuserpage|firstname2-atkobject">Last name</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tips | firstname2">Type your first name</property> </object> </child> </object> @@ -339,6 +348,7 @@ <child internal-child="accessible"> <object class="AtkObject" id="lastname2-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" context="privateuserpage|lastname2-atkobject">First name</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tips | lastname2">Type your last name </property> </object> </child> </object> @@ -356,6 +366,7 @@ <child internal-child="accessible"> <object class="AtkObject" id="shortname2-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" context="privateuserpage|shortname2-atkobject">Initials</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tips | shortname2">Type your initials</property> </object> </child> </object> @@ -374,10 +385,10 @@ <object class="GtkLabel" id="icityft"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xalign">0</property> <property name="label" translatable="yes" context="privateuserpage|icityft">_Zip/city:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">izip</property> + <property name="xalign">0</property> </object> <packing> <property name="left_attach">0</property> @@ -398,6 +409,7 @@ <child internal-child="accessible"> <object class="AtkObject" id="icity-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" context="privateuserpage|icity-atkobject">City</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tip | icity">Type the city where you live.</property> </object> </child> </object> @@ -415,6 +427,7 @@ <child internal-child="accessible"> <object class="AtkObject" id="izip-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" context="privateuserpage|izip-atkobject">Zip code</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tip | izip">Type your ZIP in this field.</property> </object> </child> </object> @@ -440,6 +453,11 @@ <property name="can_focus">True</property> <property name="valign">center</property> <property name="hexpand">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="street-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tip | street">Type the name of your street in this field.</property> + </object> + </child> </object> <packing> <property name="left_attach">0</property> @@ -464,6 +482,11 @@ <property name="can_focus">True</property> <property name="valign">center</property> <property name="hexpand">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="country-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tips | country">Type the country name</property> + </object> + </child> </object> <packing> <property name="left_attach">0</property> @@ -476,6 +499,11 @@ <property name="can_focus">True</property> <property name="valign">center</property> <property name="hexpand">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="state-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tip | state">Type your state.</property> + </object> + </child> </object> <packing> <property name="left_attach">1</property> @@ -492,10 +520,10 @@ <object class="GtkLabel" id="titleft1"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xalign">0</property> <property name="label" translatable="yes" context="privateuserpage|titleft1">Phone/mobile:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">phone</property> + <property name="xalign">0</property> </object> <packing> <property name="left_attach">0</property> @@ -517,6 +545,7 @@ <child internal-child="accessible"> <object class="AtkObject" id="phone-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" context="privateuserpage|phone-atkobject">Title</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tips | phone">Type your phone number</property> </object> </child> </object> @@ -534,6 +563,7 @@ <child internal-child="accessible"> <object class="AtkObject" id="mobile-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" context="privateuserpage|mobile-atkobject">Position</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tips | mobile">Type your mobile phone number</property> </object> </child> </object> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
