From 00657aef09d854c74fb426a935a3e8b1fc390bb0 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 11 Jun 2017 20:56:30 +0100 Subject: migrate to boost::gettext * all .ui files go from to e.g. vcl * all .src files go away and the english source strings folded into the .hrc as NC_("context", "source string") * ResMgr is dropped in favour of std::locale imbued by boost::locale::generator pointed at matching MODULE .mo files * UIConfig translations are folded into the module .mo, so e.g. UIConfig_cui goes from l10n target to normal one, so the res/lang.zips of UI files go away * translation via Translation::get(hrc-define-key, imbued-std::locale) * python can now be translated with its inbuilt gettext support (we keep the name strings.hrc there to keep finding the .hrc file uniform) so magic numbers can go away there * java and starbasic components can be translated via the pre-existing css.resource.StringResourceWithLocation mechanism * en-US res files go away, their strings are now the .hrc keys in the source code * remaining .res files are replaced by .mo files * in .res/.ui-lang-zip files, the old scheme missing translations of strings results in inserting the english original so something can be found, now the standard fallback of using the english original from the source key is used, so partial translations shrink dramatically in size * extract .hrc strings with hrcex which backs onto xgettext -C --add-comments --keyword=NC_:1c,2 --from-code=UTF-8 --no-wrap * extract .ui strings with uiex which backs onto xgettext --add-comments --no-wrap * qtz for gettext translations is generated at runtime as ascii-ified crc32 of content + "|" + msgid * [API CHANGE] remove deprecated binary .res resouce loader related uno apis com::sun::star::resource::OfficeResourceLoader com::sun::star::resource::XResourceBundleLoader com::sun::star::resource::XResourceBundle when translating strings via uno apis com.sun.star.resource.StringResourceWithLocation can continue to be used Change-Id: Ia2594a2672b7301d9c3421fdf31b6cfe7f3f8d0a --- svx/uiconfig/ui/acceptrejectchangesdialog.ui | 40 ++--- svx/uiconfig/ui/addconditiondialog.ui | 10 +- svx/uiconfig/ui/adddataitemdialog.ui | 34 ++-- svx/uiconfig/ui/addinstancedialog.ui | 14 +- svx/uiconfig/ui/addmodeldialog.ui | 10 +- svx/uiconfig/ui/addnamespacedialog.ui | 10 +- svx/uiconfig/ui/addsubmissiondialog.ui | 18 +-- svx/uiconfig/ui/asianphoneticguidedialog.ui | 44 +++--- svx/uiconfig/ui/cellmenu.ui | 4 +- svx/uiconfig/ui/chineseconversiondialog.ui | 16 +- svx/uiconfig/ui/chinesedictionary.ui | 48 +++--- svx/uiconfig/ui/colorwindow.ui | 8 +- svx/uiconfig/ui/colsmenu.ui | 62 ++++---- svx/uiconfig/ui/compressgraphicdialog.ui | 52 +++--- svx/uiconfig/ui/convertmenu.ui | 42 ++--- svx/uiconfig/ui/crashreportdlg.ui | 18 +-- svx/uiconfig/ui/datanavigator.ui | 26 +-- svx/uiconfig/ui/defaultshapespanel.ui | 22 +-- svx/uiconfig/ui/deletefooterdialog.ui | 8 +- svx/uiconfig/ui/deleteheaderdialog.ui | 8 +- svx/uiconfig/ui/docking3deffects.ui | 174 ++++++++++----------- svx/uiconfig/ui/dockingcolorreplace.ui | 42 ++--- svx/uiconfig/ui/dockingfontwork.ui | 44 +++--- svx/uiconfig/ui/docrecoverybrokendialog.ui | 14 +- svx/uiconfig/ui/docrecoveryprogressdialog.ui | 6 +- svx/uiconfig/ui/docrecoveryrecoverdialog.ui | 16 +- svx/uiconfig/ui/docrecoverysavedialog.ui | 8 +- svx/uiconfig/ui/extrustiondepthdialog.ui | 8 +- svx/uiconfig/ui/filtermenu.ui | 10 +- svx/uiconfig/ui/findreplacedialog.ui | 80 +++++----- svx/uiconfig/ui/floatingareastyle.ui | 30 ++-- svx/uiconfig/ui/floatingcontour.ui | 34 ++-- svx/uiconfig/ui/floatinglineproperty.ui | 4 +- svx/uiconfig/ui/floatingundoredo.ui | 2 +- svx/uiconfig/ui/fontworkgallerydialog.ui | 6 +- svx/uiconfig/ui/fontworkspacingdialog.ui | 6 +- svx/uiconfig/ui/formdatamenu.ui | 12 +- svx/uiconfig/ui/formlinkwarndialog.ui | 8 +- svx/uiconfig/ui/formnavimenu.ui | 28 ++-- svx/uiconfig/ui/functionmenu.ui | 18 +-- svx/uiconfig/ui/gallerymenu1.ui | 12 +- svx/uiconfig/ui/gallerymenu2.ui | 16 +- svx/uiconfig/ui/headfootformatpage.ui | 30 ++-- svx/uiconfig/ui/imapdialog.ui | 46 +++--- svx/uiconfig/ui/imapmenu.ui | 22 +-- svx/uiconfig/ui/linkwarndialog.ui | 14 +- svx/uiconfig/ui/mediaplayback.ui | 10 +- svx/uiconfig/ui/namespacedialog.ui | 14 +- svx/uiconfig/ui/optgridpage.ui | 48 +++--- svx/uiconfig/ui/paralinespacingcontrol.ui | 32 ++-- svx/uiconfig/ui/paralrspacing.ui | 8 +- svx/uiconfig/ui/paraulspacing.ui | 6 +- svx/uiconfig/ui/passwd.ui | 14 +- svx/uiconfig/ui/presetmenu.ui | 6 +- svx/uiconfig/ui/profileexporteddialog.ui | 8 +- svx/uiconfig/ui/querydeletecontourdialog.ui | 8 +- svx/uiconfig/ui/querydeleteobjectdialog.ui | 6 +- svx/uiconfig/ui/querydeletethemedialog.ui | 6 +- .../ui/querymodifyimagemapchangesdialog.ui | 8 +- svx/uiconfig/ui/querynewcontourdialog.ui | 6 +- svx/uiconfig/ui/querysavecontchangesdialog.ui | 8 +- svx/uiconfig/ui/querysaveimagemapchangesdialog.ui | 8 +- svx/uiconfig/ui/queryunlinkgraphicsdialog.ui | 8 +- svx/uiconfig/ui/redlinecontrol.ui | 6 +- svx/uiconfig/ui/redlinefilterpage.ui | 50 +++--- svx/uiconfig/ui/redlineviewpage.ui | 14 +- svx/uiconfig/ui/rowsmenu.ui | 8 +- svx/uiconfig/ui/rulermenu.ui | 24 +-- svx/uiconfig/ui/safemodedialog.ui | 50 +++--- svx/uiconfig/ui/savemodifieddialog.ui | 6 +- svx/uiconfig/ui/selectionmenu.ui | 10 +- svx/uiconfig/ui/sidebararea.ui | 74 ++++----- svx/uiconfig/ui/sidebargraphic.ui | 40 ++--- svx/uiconfig/ui/sidebarline.ui | 56 +++---- svx/uiconfig/ui/sidebarparagraph.ui | 46 +++--- svx/uiconfig/ui/sidebarpossize.ui | 42 ++--- svx/uiconfig/ui/sidebarshadow.ui | 12 +- svx/uiconfig/ui/sidebarstylespanel.ui | 2 +- svx/uiconfig/ui/sidebartextpanel.ui | 2 +- svx/uiconfig/ui/stylemenu.ui | 6 +- svx/uiconfig/ui/textcharacterspacingcontrol.ui | 18 +-- svx/uiconfig/ui/textcontrolchardialog.ui | 10 +- svx/uiconfig/ui/textcontrolparadialog.ui | 12 +- svx/uiconfig/ui/textunderlinecontrol.ui | 26 +-- svx/uiconfig/ui/xformspage.ui | 12 +- svx/uiconfig/ui/xmlsecstatmenu.ui | 4 +- svx/uiconfig/ui/zoommenu.ui | 18 +-- 87 files changed, 968 insertions(+), 968 deletions(-) (limited to 'svx/uiconfig/ui') diff --git a/svx/uiconfig/ui/acceptrejectchangesdialog.ui b/svx/uiconfig/ui/acceptrejectchangesdialog.ui index 38d6d013994e..ccf982d25f1d 100644 --- a/svx/uiconfig/ui/acceptrejectchangesdialog.ui +++ b/svx/uiconfig/ui/acceptrejectchangesdialog.ui @@ -1,11 +1,11 @@ - + False 6 - Manage Changes + Manage Changes dialog @@ -18,7 +18,7 @@ end - _Accept + _Accept True True True @@ -32,7 +32,7 @@ - _Reject + _Reject True True True @@ -46,7 +46,7 @@ - A_ccept All + A_ccept All True True True @@ -60,7 +60,7 @@ - R_eject All + R_eject All True True True @@ -131,14 +131,14 @@ True False - Edit Comment... + Edit Comment... True False - Sorting + Sorting True @@ -148,7 +148,7 @@ True False - Action + Action True @@ -156,7 +156,7 @@ True False - Position + Position True @@ -164,7 +164,7 @@ True False - Author + Author True @@ -172,7 +172,7 @@ True False - Date + Date True @@ -180,7 +180,7 @@ True False - Description + Description True @@ -196,14 +196,14 @@ True False - Edit Comment... + Edit Comment... True False - Sort By + Sort By True @@ -213,7 +213,7 @@ True False - Action + Action True @@ -221,7 +221,7 @@ True False - Author + Author True @@ -229,7 +229,7 @@ True False - Date + Date True @@ -237,7 +237,7 @@ True False - Comment + Comment True @@ -245,7 +245,7 @@ True False - Document Position + Document Position True diff --git a/svx/uiconfig/ui/addconditiondialog.ui b/svx/uiconfig/ui/addconditiondialog.ui index 97df30c917fc..28aae5f887e5 100644 --- a/svx/uiconfig/ui/addconditiondialog.ui +++ b/svx/uiconfig/ui/addconditiondialog.ui @@ -1,11 +1,11 @@ - + False 6 - Add Condition + Add Condition False dialog @@ -25,7 +25,7 @@ True False 0 - _Condition: + _Condition: True condition:border @@ -66,7 +66,7 @@ True False 0 - _Result: + _Result: True result:border @@ -91,7 +91,7 @@ - _Edit Namespaces... + _Edit Namespaces... True True True diff --git a/svx/uiconfig/ui/adddataitemdialog.ui b/svx/uiconfig/ui/adddataitemdialog.ui index 5cfc6e9413ea..c874f94ec88b 100644 --- a/svx/uiconfig/ui/adddataitemdialog.ui +++ b/svx/uiconfig/ui/adddataitemdialog.ui @@ -1,6 +1,6 @@ - + False @@ -49,7 +49,7 @@ True False 0 - _Name: + _Name: True name @@ -63,7 +63,7 @@ True False 0 - _Default value: + _Default value: True value @@ -74,7 +74,7 @@ - _Add... + _Add... True True True @@ -107,7 +107,7 @@ True False - Item + Item @@ -145,7 +145,7 @@ True False 0 - _Data type: + _Data type: True datatype @@ -168,7 +168,7 @@ - _Required + _Required True True False @@ -183,7 +183,7 @@ - Condition + Condition True True True @@ -197,7 +197,7 @@ - R_elevant + R_elevant True True False @@ -212,7 +212,7 @@ - Condition + Condition True True True @@ -226,7 +226,7 @@ - _Constraint + _Constraint True True False @@ -241,7 +241,7 @@ - Read-_only + Read-_only True True False @@ -256,7 +256,7 @@ - Calc_ulate + Calc_ulate True True False @@ -271,7 +271,7 @@ - Condition + Condition True True True @@ -285,7 +285,7 @@ - Condition + Condition True True True @@ -299,7 +299,7 @@ - Condition + Condition True True True @@ -319,7 +319,7 @@ True False - Settings + Settings diff --git a/svx/uiconfig/ui/addinstancedialog.ui b/svx/uiconfig/ui/addinstancedialog.ui index c9adb22fe46d..e666eed3d3db 100644 --- a/svx/uiconfig/ui/addinstancedialog.ui +++ b/svx/uiconfig/ui/addinstancedialog.ui @@ -1,12 +1,12 @@ - + False 6 - Add Instance + Add Instance dialog @@ -95,7 +95,7 @@ True False 1 - _Name: + _Name: True name @@ -108,7 +108,7 @@ False True - Edit Instance + Edit Instance 0 @@ -121,7 +121,7 @@ True False 1 - _URL: + _URL: True name @@ -143,7 +143,7 @@ - _Browse... + _Browse... True True True @@ -156,7 +156,7 @@ - _Link instance + _Link instance True True False diff --git a/svx/uiconfig/ui/addmodeldialog.ui b/svx/uiconfig/ui/addmodeldialog.ui index 327c7924c62f..aff0921c1db3 100644 --- a/svx/uiconfig/ui/addmodeldialog.ui +++ b/svx/uiconfig/ui/addmodeldialog.ui @@ -1,11 +1,11 @@ - + False 6 - Add Model + Add Model dialog @@ -78,7 +78,7 @@ 12 - Model data updates change document's modification status + Model data updates change document's modification status True True False @@ -109,7 +109,7 @@ True False 0 - _Name: + _Name: True name @@ -122,7 +122,7 @@ False True - Edit Model + Edit Model 0 diff --git a/svx/uiconfig/ui/addnamespacedialog.ui b/svx/uiconfig/ui/addnamespacedialog.ui index 5a431291e4fd..fb80d73dd3fa 100644 --- a/svx/uiconfig/ui/addnamespacedialog.ui +++ b/svx/uiconfig/ui/addnamespacedialog.ui @@ -1,11 +1,11 @@ - + False 6 - Add Namespace + Add Namespace True dialog @@ -82,7 +82,7 @@ True False 0 - _Prefix: + _Prefix: True prefix @@ -122,7 +122,7 @@ True False 0 - _URL: + _URL: True url @@ -135,7 +135,7 @@ False True - Edit Namespace + Edit Namespace 0 diff --git a/svx/uiconfig/ui/addsubmissiondialog.ui b/svx/uiconfig/ui/addsubmissiondialog.ui index 36028d643930..335b87448406 100644 --- a/svx/uiconfig/ui/addsubmissiondialog.ui +++ b/svx/uiconfig/ui/addsubmissiondialog.ui @@ -1,11 +1,11 @@ - + False 6 - Add Submission + Add Submission dialog @@ -95,7 +95,7 @@ True False 1 - _Name: + _Name: True name @@ -109,7 +109,7 @@ True False 1 - Binding e_xpression: + Binding e_xpression: True expression @@ -120,7 +120,7 @@ - _Add... + _Add... True True True @@ -137,7 +137,7 @@ True False 1 - _Action: + _Action: True action @@ -165,7 +165,7 @@ True False 1 - _Method: + _Method: True method @@ -204,7 +204,7 @@ True False 1 - _Binding: + _Binding: True binding @@ -218,7 +218,7 @@ True False 1 - _Replace: + _Replace: True replace diff --git a/svx/uiconfig/ui/asianphoneticguidedialog.ui b/svx/uiconfig/ui/asianphoneticguidedialog.ui index 63bc46615d7c..16a536574a04 100644 --- a/svx/uiconfig/ui/asianphoneticguidedialog.ui +++ b/svx/uiconfig/ui/asianphoneticguidedialog.ui @@ -1,12 +1,12 @@ - + False 6 - Asian Phonetic Guide + Asian Phonetic Guide dialog @@ -86,7 +86,7 @@ True False - Base text + Base text True @@ -98,7 +98,7 @@ True False - Ruby text + Ruby text True @@ -138,7 +138,7 @@ True - Base text + Base text @@ -174,7 +174,7 @@ False - Ruby text + Ruby text @@ -189,7 +189,7 @@ False - Base text + Base text @@ -204,7 +204,7 @@ False - Ruby text + Ruby text @@ -219,7 +219,7 @@ False - Ruby text + Ruby text @@ -234,7 +234,7 @@ False - Base text + Base text @@ -265,7 +265,7 @@ True False - Alignment: + Alignment: True adjustlb 0 @@ -279,7 +279,7 @@ True False - Position: + Position: True positionlb 0 @@ -293,7 +293,7 @@ True False - Character style for ruby text: + Character style for ruby text: True stylelb 0 @@ -316,7 +316,7 @@ - Styles + Styles True True True @@ -332,11 +332,11 @@ True False - Left - Center - Right - 0 1 0 - 1 2 1 + Left + Center + Right + 0 1 0 + 1 2 1 @@ -349,8 +349,8 @@ True False - Top - Bottom + Top + Bottom @@ -373,7 +373,7 @@ True False 6 - Preview: + Preview: True preview 0 diff --git a/svx/uiconfig/ui/cellmenu.ui b/svx/uiconfig/ui/cellmenu.ui index e7edb0c359fe..d53844d84f09 100644 --- a/svx/uiconfig/ui/cellmenu.ui +++ b/svx/uiconfig/ui/cellmenu.ui @@ -1,6 +1,6 @@ - + True @@ -9,7 +9,7 @@ True False - _Copy + _Copy True diff --git a/svx/uiconfig/ui/chineseconversiondialog.ui b/svx/uiconfig/ui/chineseconversiondialog.ui index 3aeb83345036..77998376ed60 100644 --- a/svx/uiconfig/ui/chineseconversiondialog.ui +++ b/svx/uiconfig/ui/chineseconversiondialog.ui @@ -1,11 +1,11 @@ - + False 6 - Chinese Conversion + Chinese Conversion dialog @@ -100,7 +100,7 @@ 6 - _Traditional Chinese to simplified Chinese + _Traditional Chinese to simplified Chinese True True False @@ -117,7 +117,7 @@ - _Simplified Chinese to traditional Chinese + _Simplified Chinese to traditional Chinese True True False @@ -139,7 +139,7 @@ True False - Conversion Direction + Conversion Direction @@ -176,7 +176,7 @@ 6 - Translate _common terms + Translate _common terms True True False @@ -192,7 +192,7 @@ - _Edit Terms... + _Edit Terms... True True True @@ -211,7 +211,7 @@ True False - Common Terms + Common Terms diff --git a/svx/uiconfig/ui/chinesedictionary.ui b/svx/uiconfig/ui/chinesedictionary.ui index 1c4858ed683b..eb8ffe065473 100644 --- a/svx/uiconfig/ui/chinesedictionary.ui +++ b/svx/uiconfig/ui/chinesedictionary.ui @@ -1,12 +1,12 @@ - + False 6 - Edit Dictionary + Edit Dictionary dialog @@ -84,7 +84,7 @@ 6 - _Traditional Chinese to simplified Chinese + _Traditional Chinese to simplified Chinese True True False @@ -101,7 +101,7 @@ - _Simplified Chinese to traditional Chinese + _Simplified Chinese to traditional Chinese True True False @@ -117,7 +117,7 @@ - Reverse mapping + Reverse mapping True True False @@ -148,7 +148,7 @@ True False 0 - Term + Term True @@ -172,7 +172,7 @@ True False 0 - Mapping + Mapping True @@ -196,7 +196,7 @@ True False 0 - Property + Property True @@ -209,21 +209,21 @@ True False - Other - Foreign - First name - Last name - Title - Status - Place name - Business - Adjective - Idiom - Abbreviation - Numerical - Noun - Verb - Brand name + Other + Foreign + First name + Last name + Title + Status + Place name + Business + Adjective + Idiom + Abbreviation + Numerical + Noun + Verb + Brand name @@ -254,7 +254,7 @@ - _Modify + _Modify True True True diff --git a/svx/uiconfig/ui/colorwindow.ui b/svx/uiconfig/ui/colorwindow.ui index 427fe869a539..14a9635f5430 100644 --- a/svx/uiconfig/ui/colorwindow.ui +++ b/svx/uiconfig/ui/colorwindow.ui @@ -1,6 +1,6 @@ - + @@ -59,7 +59,7 @@ - None + None True True none_icon @@ -128,7 +128,7 @@ True False - Recent + Recent 0 @@ -162,7 +162,7 @@ - Custom Color… + Custom Color… True True True diff --git a/svx/uiconfig/ui/colsmenu.ui b/svx/uiconfig/ui/colsmenu.ui index d1bf1ca4925f..76d82155154b 100644 --- a/svx/uiconfig/ui/colsmenu.ui +++ b/svx/uiconfig/ui/colsmenu.ui @@ -1,6 +1,6 @@ - + True @@ -9,7 +9,7 @@ True False - Insert _Column + Insert _Column True @@ -19,7 +19,7 @@ True False - Text Box + Text Box True @@ -27,7 +27,7 @@ True False - Check Box + Check Box True @@ -35,7 +35,7 @@ True False - Combo Box + Combo Box True @@ -43,7 +43,7 @@ True False - List Box + List Box True @@ -51,7 +51,7 @@ True False - Date Field + Date Field True @@ -59,21 +59,21 @@ True False - Time Field + Time Field True False - Numeric Field + Numeric Field True False - Currency Field + Currency Field True @@ -81,7 +81,7 @@ True False - Pattern Field + Pattern Field True @@ -89,7 +89,7 @@ True False - Formatted Field + Formatted Field True @@ -97,7 +97,7 @@ False False - Date and Time Field + Date and Time Field False True @@ -110,7 +110,7 @@ True False - _Replace with + _Replace with True @@ -120,7 +120,7 @@ True False - Text Box + Text Box True @@ -128,7 +128,7 @@ True False - Check Box + Check Box True @@ -136,7 +136,7 @@ True False - Combo Box + Combo Box True @@ -144,7 +144,7 @@ True False - List Box + List Box True @@ -152,7 +152,7 @@ True False - Date Field + Date Field True @@ -160,7 +160,7 @@ True False - Time Field + Time Field True @@ -168,7 +168,7 @@ True False - Numeric Field + Numeric Field True @@ -176,7 +176,7 @@ True False - Currency Field + Currency Field True @@ -184,7 +184,7 @@ True False - Pattern Field + Pattern Field True @@ -192,7 +192,7 @@ True False - Formatted Field + Formatted Field True @@ -200,7 +200,7 @@ False False - Date and Time Field + Date and Time Field False True @@ -213,7 +213,7 @@ True False - Delete column + Delete column True @@ -221,7 +221,7 @@ True False - _Hide Column + _Hide Column True @@ -229,7 +229,7 @@ True False - _Show Columns + _Show Columns True @@ -239,7 +239,7 @@ True False - _More... + _More... @@ -252,7 +252,7 @@ True False - _All + _All @@ -263,7 +263,7 @@ True False - Column... + Column... True diff --git a/svx/uiconfig/ui/compressgraphicdialog.ui b/svx/uiconfig/ui/compressgraphicdialog.ui index ff9c1003c421..2151ce005481 100644 --- a/svx/uiconfig/ui/compressgraphicdialog.ui +++ b/svx/uiconfig/ui/compressgraphicdialog.ui @@ -1,6 +1,6 @@ - + 1 @@ -23,16 +23,16 @@ - None + None - Bilinear + Bilinear - Bicubic + Bicubic - Lanczos + Lanczos @@ -53,7 +53,7 @@ False 6 - Compress Image + Compress Image False True dialog @@ -147,11 +147,11 @@ 6 - JPEG Quality + JPEG Quality True True False - Lossy compression + Lossy compression 0 True radio-lossless @@ -163,11 +163,11 @@ - PNG Compression + PNG Compression True True False - Lossless compression + Lossless compression 0 True True @@ -282,7 +282,7 @@ True False - Compression + Compression @@ -315,7 +315,7 @@ 12 - Reduce image resolution + Reduce image resolution True True False @@ -332,7 +332,7 @@ True False - Width: + Width: True spin-new-width 14 @@ -347,7 +347,7 @@ True False - Height: + Height: True spin-new-height 14 @@ -362,7 +362,7 @@ True False - Resolution: + Resolution: True combo-resolution 14 @@ -377,7 +377,7 @@ True False - Interpolation: + Interpolation: True interpolation-method-combo 14 @@ -456,7 +456,7 @@ True False - px + px 0 @@ -468,7 +468,7 @@ True False - px + px 0 @@ -480,7 +480,7 @@ True False - DPI + DPI 0 @@ -499,7 +499,7 @@ True False - Resolution + Resolution @@ -534,7 +534,7 @@ True False - Actual dimensions: + Actual dimensions: True 0 @@ -560,7 +560,7 @@ True False - Apparent dimensions: + Apparent dimensions: 0 @@ -572,7 +572,7 @@ True False - Image size: + Image size: 0 @@ -623,7 +623,7 @@ True False - Type: + Type: True 0 @@ -647,7 +647,7 @@ - Calculate New Size: + Calculate New Size: True True True @@ -666,7 +666,7 @@ True False - Image Information + Image Information diff --git a/svx/uiconfig/ui/convertmenu.ui b/svx/uiconfig/ui/convertmenu.ui index 24e551979e04..6eb9525dc805 100644 --- a/svx/uiconfig/ui/convertmenu.ui +++ b/svx/uiconfig/ui/convertmenu.ui @@ -1,6 +1,6 @@ - + True @@ -9,7 +9,7 @@ True False - _Text Box + _Text Box True @@ -17,7 +17,7 @@ True False - _Button + _Button True @@ -25,7 +25,7 @@ True False - La_bel field + La_bel field True @@ -33,7 +33,7 @@ True False - G_roup Box + G_roup Box True @@ -41,7 +41,7 @@ True False - L_ist Box + L_ist Box True @@ -49,7 +49,7 @@ True False - _Check Box + _Check Box True @@ -57,7 +57,7 @@ True False - _Radio Button + _Radio Button True @@ -65,7 +65,7 @@ True False - Combo Bo_x + Combo Bo_x True @@ -73,7 +73,7 @@ True False - I_mage Button + I_mage Button True @@ -81,7 +81,7 @@ True False - _File Selection + _File Selection True @@ -89,7 +89,7 @@ True False - _Date Field + _Date Field True @@ -97,21 +97,21 @@ True False - Tim_e Field + Tim_e Field True False - _Numerical Field + _Numerical Field True False - C_urrency Field + C_urrency Field True @@ -119,7 +119,7 @@ True False - _Pattern Field + _Pattern Field True @@ -127,7 +127,7 @@ True False - Ima_ge Control + Ima_ge Control True @@ -135,7 +135,7 @@ True False - Fo_rmatted Field + Fo_rmatted Field True @@ -143,7 +143,7 @@ False False - Scroll bar + Scroll bar True @@ -151,7 +151,7 @@ True False - Spin Button + Spin Button True @@ -159,7 +159,7 @@ True False - Navigation Bar + Navigation Bar True diff --git a/svx/uiconfig/ui/crashreportdlg.ui b/svx/uiconfig/ui/crashreportdlg.ui index d993eb0e4470..ffca66d6a84a 100644 --- a/svx/uiconfig/ui/crashreportdlg.ui +++ b/svx/uiconfig/ui/crashreportdlg.ui @@ -1,11 +1,11 @@ - + False 6 - Crash Report + Crash Report False dialog @@ -19,7 +19,7 @@ end - _Send Crash Report + _Send Crash Report True True True @@ -34,7 +34,7 @@ - _Don’t Send + _Don’t Send True True True @@ -48,7 +48,7 @@ - Close + Close True True @@ -69,7 +69,7 @@ True False - Unfortunately it seems that %PRODUCTNAME crashed when it was last run. + Unfortunately it seems that %PRODUCTNAME crashed when it was last run. You can help us to fix this issue by sending an anonymous crash report to the %PRODUCTNAME crash reporting server. True @@ -85,7 +85,7 @@ You can help us to fix this issue by sending an anonymous crash report to the %P False center 0 - The crash report was successfully uploaded. + The crash report was successfully uploaded. You can soon find the report at: crashreport.libreoffice.org/stats/crash_details/%CRASHID True @@ -100,7 +100,7 @@ crashreport.libreoffice.org/stats/crash_details/%CRASHID False - Please check the report and if no bug report is connected to the crash report yet, open a new bug report at bugs.documentfoundation.org. + Please check the report and if no bug report is connected to the crash report yet, open a new bug report at bugs.documentfoundation.org. Add detailed instructions on how to reproduce the crash and the shown crash ID into the crash report field. Thank you for your help in improving %PRODUCTNAME. True @@ -113,7 +113,7 @@ Thank you for your help in improving %PRODUCTNAME. - Restart %PRODUCTNAME to enter safe mode + Restart %PRODUCTNAME to enter safe mode True True False diff --git a/svx/uiconfig/ui/datanavigator.ui b/svx/uiconfig/ui/datanavigator.ui index 45d0c0c8d045..c6eb4bf588d8 100644 --- a/svx/uiconfig/ui/datanavigator.ui +++ b/svx/uiconfig/ui/datanavigator.ui @@ -1,6 +1,6 @@ - + True @@ -36,7 +36,7 @@ - _Models + _Models True True True @@ -70,7 +70,7 @@ True False - Instance + Instance False @@ -83,7 +83,7 @@ True False - Submissions + Submissions 1 @@ -97,7 +97,7 @@ True False - Bindings + Bindings 2 @@ -113,7 +113,7 @@ - _Instances + _Instances True True True @@ -141,21 +141,21 @@ True False - _Add... + _Add... True False - _Edit... + _Edit... True False - _Remove... + _Remove... @@ -168,7 +168,7 @@ True False - _Show Details + _Show Details True @@ -180,7 +180,7 @@ True False - _Add... + _Add... True @@ -188,7 +188,7 @@ True False - _Edit... + _Edit... True @@ -196,7 +196,7 @@ True False - _Remove + _Remove True diff --git a/svx/uiconfig/ui/defaultshapespanel.ui b/svx/uiconfig/ui/defaultshapespanel.ui index aab5fe0cf60e..390d5cf1a2d3 100644 --- a/svx/uiconfig/ui/defaultshapespanel.ui +++ b/svx/uiconfig/ui/defaultshapespanel.ui @@ -1,6 +1,6 @@ - + @@ -55,7 +55,7 @@ True False - Lines & Arrows + Lines & Arrows @@ -92,7 +92,7 @@ True False - Curve + Curve @@ -129,7 +129,7 @@ True False - Connectors + Connectors @@ -166,7 +166,7 @@ True False - Basic Shapes + Basic Shapes @@ -203,7 +203,7 @@ True False - Symbols + Symbols @@ -240,7 +240,7 @@ True False - Block Arrows + Block Arrows @@ -277,7 +277,7 @@ True False - Flowchart + Flowchart @@ -314,7 +314,7 @@ True False - Callouts + Callouts @@ -351,7 +351,7 @@ True False - Stars + Stars @@ -388,7 +388,7 @@ True False - 3D Objects + 3D Objects diff --git a/svx/uiconfig/ui/deletefooterdialog.ui b/svx/uiconfig/ui/deletefooterdialog.ui index 71e433e3edbb..f77b40390d99 100644 --- a/svx/uiconfig/ui/deletefooterdialog.ui +++ b/svx/uiconfig/ui/deletefooterdialog.ui @@ -1,18 +1,18 @@ - + False 6 - Delete footer? + Delete footer? False dialog True warning yes-no - Are you sure you want to delete the footer? - All contents of the footer will be deleted and can not be restored. + Are you sure you want to delete the footer? + All contents of the footer will be deleted and can not be restored. False diff --git a/svx/uiconfig/ui/deleteheaderdialog.ui b/svx/uiconfig/ui/deleteheaderdialog.ui index 60f82fb098fa..9a09130c24d2 100644 --- a/svx/uiconfig/ui/deleteheaderdialog.ui +++ b/svx/uiconfig/ui/deleteheaderdialog.ui @@ -1,18 +1,18 @@ - + False 6 - Delete header? + Delete header? False dialog True warning yes-no - Are you sure you want to delete the header? - All contents of the header will be deleted and can not be restored. + Are you sure you want to delete the header? + All contents of the header will be deleted and can not be restored. False diff --git a/svx/uiconfig/ui/docking3deffects.ui b/svx/uiconfig/ui/docking3deffects.ui index b468ce2a076d..f491b35ed0d7 100644 --- a/svx/uiconfig/ui/docking3deffects.ui +++ b/svx/uiconfig/ui/docking3deffects.ui @@ -1,6 +1,6 @@ - + @@ -261,7 +261,7 @@ True True 6 - 3D Effects + 3D Effects dock @@ -291,7 +291,7 @@ True False 0 - R_ounded edges + R_ounded edges True diagonal:0% @@ -305,7 +305,7 @@ True False 0 - _Scaled depth + _Scaled depth True scaleddepth:0% @@ -319,7 +319,7 @@ True False 0 - _Rotation angle + _Rotation angle True angle:0.0° @@ -333,7 +333,7 @@ True False 0 - _Depth + _Depth True depth:0.00cm @@ -399,7 +399,7 @@ True False - Geometry + Geometry @@ -441,7 +441,7 @@ True False 0 - _Horizontal + _Horizontal True hori @@ -480,7 +480,7 @@ True False 0 - _Vertical + _Vertical True veri @@ -515,7 +515,7 @@ True False - Segments + Segments @@ -567,7 +567,7 @@ True True True - Object-Specific + Object-Specific center image8 @@ -581,7 +581,7 @@ True True True - Flat + Flat center image9 @@ -595,7 +595,7 @@ True True True - Spherical + Spherical center image10 @@ -609,7 +609,7 @@ True True True - Invert Normals + Invert Normals center image11 @@ -623,7 +623,7 @@ True True True - Double-Sided Illumination + Double-Sided Illumination center image12 @@ -637,7 +637,7 @@ True True True - Double-Sided + Double-Sided center image13 @@ -663,7 +663,7 @@ True False - Normals + Normals @@ -695,7 +695,7 @@ True True True - Convert to 3D + Convert to 3D image14 @@ -708,7 +708,7 @@ True True True - Convert to Rotation Object + Convert to Rotation Object image15 @@ -721,7 +721,7 @@ True True True - Perspective On/Off + Perspective On/Off image16 @@ -760,7 +760,7 @@ True - 3D Preview + 3D Preview @@ -780,7 +780,7 @@ True - Color Light Preview + Color Light Preview @@ -826,7 +826,7 @@ True False 0 - _Mode + _Mode True mode @@ -840,9 +840,9 @@ True False - Flat - Phong - Gouraud + Flat + Phong + Gouraud @@ -858,7 +858,7 @@ True False - Shading + Shading @@ -895,7 +895,7 @@ False end 1 - S_urface angle + S_urface angle True slant:0° @@ -921,7 +921,7 @@ True True True - 3D Shadowing On/Off + 3D Shadowing On/Off image17 @@ -937,7 +937,7 @@ True False - Shadow + Shadow @@ -999,7 +999,7 @@ True False 0 - _Focal length + _Focal length True veri @@ -1013,7 +1013,7 @@ True False 0 - _Distance + _Distance True hori @@ -1030,7 +1030,7 @@ True False - Camera + Camera @@ -1065,7 +1065,7 @@ True False 0 - _Light source + _Light source True @@ -1079,7 +1079,7 @@ True True True - Colors Dialog + Colors Dialog start image19 @@ -1105,7 +1105,7 @@ True True True - Colors Dialog + Colors Dialog center image18 @@ -1119,7 +1119,7 @@ True False 0 - _Ambient light + _Ambient light True ambientcolor @@ -1139,7 +1139,7 @@ True True True - Light Source 1 + Light Source 1 image20 @@ -1152,7 +1152,7 @@ True True True - Light Source 2 + Light Source 2 image21 @@ -1165,7 +1165,7 @@ True True True - Light Source 3 + Light Source 3 image22 @@ -1178,7 +1178,7 @@ True True True - Light Source 4 + Light Source 4 image23 @@ -1191,7 +1191,7 @@ True True True - Light Source 5 + Light Source 5 image24 @@ -1204,7 +1204,7 @@ True True True - Light Source 6 + Light Source 6 image25 @@ -1217,7 +1217,7 @@ True True True - Light Source 7 + Light Source 7 image26 @@ -1230,7 +1230,7 @@ True True True - Light Source 8 + Light Source 8 image27 @@ -1367,7 +1367,7 @@ True False - Illumination + Illumination @@ -1402,7 +1402,7 @@ True False 0 - _Type + _Type True @@ -1415,7 +1415,7 @@ True False 0 - _Mode + _Mode True @@ -1428,7 +1428,7 @@ True False 0 - _Projection X + _Projection X True @@ -1441,7 +1441,7 @@ True False 0 - P_rojection Y + P_rojection Y True @@ -1454,7 +1454,7 @@ True False 0 - _Filtering + _Filtering True @@ -1467,7 +1467,7 @@ True True True - Black & White + Black & White center image28 @@ -1481,7 +1481,7 @@ True True True - Color + Color center image29 @@ -1495,7 +1495,7 @@ True True True - Only Texture + Only Texture center image30 @@ -1509,7 +1509,7 @@ True True True - Texture and Shading + Texture and Shading center image31 @@ -1523,7 +1523,7 @@ True True True - Object-Specific + Object-Specific center image32 @@ -1537,7 +1537,7 @@ True True True - Parallel + Parallel center image33 @@ -1551,7 +1551,7 @@ True True True - Circular + Circular start True image34 @@ -1566,7 +1566,7 @@ True True True - Object-Specific + Object-Specific center image35 @@ -1580,7 +1580,7 @@ True True True - Parallel + Parallel center image36 @@ -1594,7 +1594,7 @@ True True True - Circular + Circular start image37 @@ -1608,7 +1608,7 @@ True True True - Filtering On/Off + Filtering On/Off center image38 @@ -1622,7 +1622,7 @@ True True True - Texture, Shadow and Color + Texture, Shadow and Color start True image42 @@ -1649,7 +1649,7 @@ True False - Textures + Textures @@ -1684,7 +1684,7 @@ True False 0 - _Favorites + _Favorites True @@ -1697,7 +1697,7 @@ True False 0 - _Object color + _Object color True objcolor @@ -1711,7 +1711,7 @@ True False 0 - _Illumination color + _Illumination color True illumcolor @@ -1749,12 +1749,12 @@ True False - User-defined - Metal - Gold - Chrome - Plastic - Wood + User-defined + Metal + Gold + Chrome + Plastic + Wood @@ -1768,7 +1768,7 @@ True True True - Colors Dialog + Colors Dialog image39 @@ -1781,7 +1781,7 @@ True True True - Colors Dialog + Colors Dialog image40 @@ -1797,7 +1797,7 @@ True False - Material + Material @@ -1832,7 +1832,7 @@ True False 0 - _Color + _Color True speccolor @@ -1846,7 +1846,7 @@ True False 0 - I_ntensity + I_ntensity True intensity:0% @@ -1872,7 +1872,7 @@ True True True - Colors Dialog + Colors Dialog image41 @@ -1900,7 +1900,7 @@ True False - Specular + Specular @@ -1922,7 +1922,7 @@ True True True - Assign + Assign image7 @@ -1935,7 +1935,7 @@ True True True - Update + Update end True image6 @@ -1950,7 +1950,7 @@ True True True - Material + Material image5 @@ -1963,7 +1963,7 @@ True True True - Textures + Textures image4 @@ -1976,7 +1976,7 @@ True True True - Illumination + Illumination image3 @@ -1989,7 +1989,7 @@ True True True - Shading + Shading image2 @@ -2002,7 +2002,7 @@ True True True - Geometry + Geometry image1 diff --git a/svx/uiconfig/ui/dockingcolorreplace.ui b/svx/uiconfig/ui/dockingcolorreplace.ui index c74b4618e385..77a44d403feb 100644 --- a/svx/uiconfig/ui/dockingcolorreplace.ui +++ b/svx/uiconfig/ui/dockingcolorreplace.ui @@ -1,6 +1,6 @@ - + @@ -15,7 +15,7 @@ True True 6 - Color Replacer + Color Replacer dock @@ -49,7 +49,7 @@ True False - Source color + Source color 0 @@ -62,7 +62,7 @@ True False - Tolerance + Tolerance 0 @@ -74,7 +74,7 @@ True False - Replace with... + Replace with... 0 @@ -91,7 +91,7 @@ True - Source Color 2 + Source Color 2 @@ -109,7 +109,7 @@ True - Source Color 3 + Source Color 3 @@ -127,7 +127,7 @@ True - Source Color 4 + Source Color 4 @@ -145,7 +145,7 @@ True - Source Color 1 + Source Color 1 @@ -156,7 +156,7 @@ - Tr_ansparency + Tr_ansparency True True False @@ -177,7 +177,7 @@ adjustment1 - Tolerance 1 + Tolerance 1 @@ -195,7 +195,7 @@ 10 - Tolerance 2 + Tolerance 2 @@ -213,7 +213,7 @@ 10 - Tolerance 3 + Tolerance 3 @@ -231,7 +231,7 @@ 10 - Tolerance 4 + Tolerance 4 @@ -247,7 +247,7 @@ True - Replace with 1 + Replace with 1 @@ -263,7 +263,7 @@ True - Replace with 2 + Replace with 2 @@ -279,7 +279,7 @@ True - Replace with 3 + Replace with 3 @@ -295,7 +295,7 @@ True - Replace with 4 + Replace with 4 @@ -334,7 +334,7 @@ True False - Colors + Colors @@ -354,7 +354,7 @@ 24 - _Replace + _Replace True True True @@ -385,7 +385,7 @@ True False - Pipette + Pipette True res/sc10350.png diff --git a/svx/uiconfig/ui/dockingfontwork.ui b/svx/uiconfig/ui/dockingfontwork.ui index 32ab55392784..b1abc2dea0fb 100644 --- a/svx/uiconfig/ui/dockingfontwork.ui +++ b/svx/uiconfig/ui/dockingfontwork.ui @@ -1,6 +1,6 @@ - + @@ -15,7 +15,7 @@ True True 6 - Fontwork + Fontwork dock @@ -30,7 +30,7 @@ True False - Off + Off True svx/res/fw01.png @@ -53,7 +53,7 @@ True False - Rotate + Rotate True svx/res/fw02.png @@ -66,7 +66,7 @@ True False - Upright + Upright True svx/res/fw03.png rotate @@ -80,7 +80,7 @@ True False - Slant Horizontal + Slant Horizontal True svx/res/fw04.png rotate @@ -94,7 +94,7 @@ True False - Slant Vertical + Slant Vertical True svx/res/fw05.png rotate @@ -118,7 +118,7 @@ True False - Orientation + Orientation True svx/res/fw06.png @@ -141,7 +141,7 @@ True False - Align Left + Align Left True svx/res/fw07.png @@ -154,7 +154,7 @@ True False - Center + Center True svx/res/fw08.png left @@ -168,7 +168,7 @@ True False - Align Right + Align Right True svx/res/fw09.png left @@ -182,7 +182,7 @@ True False - AutoSize Text + AutoSize Text True svx/res/fw010.png left @@ -220,7 +220,7 @@ True True - Distance + Distance adjustment1 2 @@ -257,7 +257,7 @@ True True - Indent + Indent 0.00 adjustment1 2 @@ -281,7 +281,7 @@ True False - Contour + Contour True svx/res/fw011.png @@ -294,7 +294,7 @@ True False - Text Contour + Text Contour True svx/res/fw012.png @@ -317,7 +317,7 @@ True False - No Shadow + No Shadow True svx/res/fw013.png @@ -330,7 +330,7 @@ True False - Vertical + Vertical True svx/res/fw014.png noshadow @@ -344,7 +344,7 @@ True False - Slant + Slant True svx/res/fw015.png noshadow @@ -382,7 +382,7 @@ True True - Distance X + Distance X 0.00 adjustment1 2 @@ -420,7 +420,7 @@ True True - Distance Y + Distance Y 0 adjustment1 2 @@ -440,7 +440,7 @@ True False - Shadow Color + Shadow Color start True diff --git a/svx/uiconfig/ui/docrecoverybrokendialog.ui b/svx/uiconfig/ui/docrecoverybrokendialog.ui index f934476c67cd..79e3b2dc28eb 100644 --- a/svx/uiconfig/ui/docrecoverybrokendialog.ui +++ b/svx/uiconfig/ui/docrecoverybrokendialog.ui @@ -1,11 +1,11 @@ - + False 6 - %PRODUCTNAME Document Recovery + %PRODUCTNAME Document Recovery dialog @@ -18,7 +18,7 @@ end - _Save + _Save False True True @@ -71,7 +71,7 @@ start True 0 - The automatic recovery process was interrupted. + The automatic recovery process was interrupted. The documents listed below will be saved in the folder noted below if you click 'Save'. Click 'Cancel' to close the wizard without saving the documents. True @@ -88,7 +88,7 @@ The documents listed below will be saved in the folder noted below if you click True False start - Documents: + Documents: True filelist:border @@ -121,7 +121,7 @@ The documents listed below will be saved in the folder noted below if you click False start 0 - _Save to: + _Save to: True savedir @@ -152,7 +152,7 @@ The documents listed below will be saved in the folder noted below if you click - Chan_ge... + Chan_ge... False True True diff --git a/svx/uiconfig/ui/docrecoveryprogressdialog.ui b/svx/uiconfig/ui/docrecoveryprogressdialog.ui index 2dd8c653d825..4e3201080b58 100644 --- a/svx/uiconfig/ui/docrecoveryprogressdialog.ui +++ b/svx/uiconfig/ui/docrecoveryprogressdialog.ui @@ -1,11 +1,11 @@ - + False 6 - Documents Are Being Saved + Documents Are Being Saved False dialog @@ -39,7 +39,7 @@ True False 0 - Progress of saving: + Progress of saving: True diff --git a/svx/uiconfig/ui/docrecoveryrecoverdialog.ui b/svx/uiconfig/ui/docrecoveryrecoverdialog.ui index 1b7b08b9dea7..8f9a9f8505b2 100644 --- a/svx/uiconfig/ui/docrecoveryrecoverdialog.ui +++ b/svx/uiconfig/ui/docrecoveryrecoverdialog.ui @@ -1,12 +1,12 @@ - + False 6 - %PRODUCTNAME %PRODUCTVERSION Document Recovery + %PRODUCTNAME %PRODUCTVERSION Document Recovery dialog @@ -19,7 +19,7 @@ end - _Discard + _Discard True True True @@ -34,7 +34,7 @@ - _Start + _Start True True True @@ -74,7 +74,7 @@ True False - %PRODUCTNAME will attempt to recover the state of the files you were working on before it crashed. Click 'Start' to begin the process, or click 'Discard' to cancel the recovery. + %PRODUCTNAME will attempt to recover the state of the files you were working on before it crashed. Click 'Start' to begin the process, or click 'Discard' to cancel the recovery. True 87 0 @@ -95,7 +95,7 @@ True False - Status of recovered documents: + Status of recovered documents: True filelist:border 0 @@ -132,7 +132,7 @@ True False True - Document Name + Document Name 0 @@ -144,7 +144,7 @@ True False True - Status + Status 1 diff --git a/svx/uiconfig/ui/docrecoverysavedialog.ui b/svx/uiconfig/ui/docrecoverysavedialog.ui index 2e2862abf8c4..f0d9e2ee4dbe 100644 --- a/svx/uiconfig/ui/docrecoverysavedialog.ui +++ b/svx/uiconfig/ui/docrecoverysavedialog.ui @@ -1,11 +1,11 @@ - + False 6 - %PRODUCTNAME %PRODUCTVERSION Document Recovery + %PRODUCTNAME %PRODUCTVERSION Document Recovery dialog @@ -56,7 +56,7 @@ True False - Due to an unexpected error, %PRODUCTNAME crashed. All the files you were working on will now be saved. The next time %PRODUCTNAME is launched, your files will be recovered automatically. + Due to an unexpected error, %PRODUCTNAME crashed. All the files you were working on will now be saved. The next time %PRODUCTNAME is launched, your files will be recovered automatically. True 87 0 @@ -77,7 +77,7 @@ True False - The following files will be recovered: + The following files will be recovered: True filelist:border 0 diff --git a/svx/uiconfig/ui/extrustiondepthdialog.ui b/svx/uiconfig/ui/extrustiondepthdialog.ui index 593c1a95484c..79b65f1cbaa8 100644 --- a/svx/uiconfig/ui/extrustiondepthdialog.ui +++ b/svx/uiconfig/ui/extrustiondepthdialog.ui @@ -1,5 +1,5 @@ - + 338.666 @@ -9,7 +9,7 @@ False 6 - Extrusion Depth + Extrusion Depth dialog @@ -113,7 +113,7 @@ True False - _Value + _Value True depth:0.00cm @@ -132,7 +132,7 @@ True False - Depth + Depth diff --git a/svx/uiconfig/ui/filtermenu.ui b/svx/uiconfig/ui/filtermenu.ui index 2a58c1b83ef9..a3b14ab4bcec 100644 --- a/svx/uiconfig/ui/filtermenu.ui +++ b/svx/uiconfig/ui/filtermenu.ui @@ -1,6 +1,6 @@ - + True @@ -9,7 +9,7 @@ True False - _Delete + _Delete True @@ -17,7 +17,7 @@ True False - _Edit + _Edit True @@ -25,7 +25,7 @@ True False - _Is Null + _Is Null True @@ -33,7 +33,7 @@ True False - I_s not Null + I_s not Null True diff --git a/svx/uiconfig/ui/findreplacedialog.ui b/svx/uiconfig/ui/findreplacedialog.ui index 8a21d441c1ac..bc30d36758be 100644 --- a/svx/uiconfig/ui/findreplacedialog.ui +++ b/svx/uiconfig/ui/findreplacedialog.ui @@ -1,11 +1,11 @@ - + False 6 - Find & Replace + Find & Replace False dialog @@ -132,7 +132,7 @@ False start center - _Find: + _Find: True 0 0.40000000596046448 @@ -180,7 +180,7 @@ 12 - Ma_tch case + Ma_tch case True True False @@ -196,7 +196,7 @@ - For_matted display + For_matted display True True False @@ -215,7 +215,7 @@ False - Whole wor_ds only + Whole wor_ds only True True False @@ -233,7 +233,7 @@ False True - _Entire cells + _Entire cells True @@ -251,7 +251,7 @@ - All _sheets + All _sheets True False True @@ -278,7 +278,7 @@ False - _Search For + _Search For True @@ -362,7 +362,7 @@ False start center - Re_place: + Re_place: True 0 @@ -395,7 +395,7 @@ False - Re_place With + Re_place With True @@ -421,7 +421,7 @@ True - Find _All + Find _All True True True @@ -435,7 +435,7 @@ - Find Pre_vious + Find Pre_vious True True True @@ -449,7 +449,7 @@ - Find Ne_xt + Find Ne_xt True True True @@ -465,7 +465,7 @@ - _Replace + _Replace True True True @@ -479,7 +479,7 @@ - Replace A_ll + Replace A_ll True True True @@ -630,7 +630,7 @@ True - C_urrent selection only + C_urrent selection only True False True @@ -645,7 +645,7 @@ - Re_gular expressions + Re_gular expressions True False True @@ -667,7 +667,7 @@ spread - Attribut_es... + Attribut_es... True True True @@ -681,7 +681,7 @@ - For_mat... + For_mat... True True True @@ -695,7 +695,7 @@ - _No Format + _No Format True True True @@ -716,7 +716,7 @@ - Search for st_yles + Search for st_yles True False True @@ -731,7 +731,7 @@ - Ignore diac_ritics + Ignore diac_ritics True True False @@ -746,7 +746,7 @@ - Ignore _kashida + Ignore _kashida True True False @@ -761,7 +761,7 @@ - Match character _width + Match character _width True True False @@ -781,7 +781,7 @@ 12 - S_imilarity search + S_imilarity search True False True @@ -797,7 +797,7 @@ - Similarities... + Similarities... True True True @@ -824,7 +824,7 @@ 12 - Sounds like (_Japanese) + Sounds like (_Japanese) True False True @@ -840,7 +840,7 @@ - Sounds... + Sounds... True True True @@ -866,7 +866,7 @@ False - Wil_dcards + Wil_dcards True False True @@ -882,7 +882,7 @@ - _Comments + _Comments True True False @@ -904,7 +904,7 @@ - Replace _backwards + Replace _backwards True False True @@ -940,7 +940,7 @@ False True - Search i_n: + Search i_n: True 0 @@ -955,9 +955,9 @@ False True - Formulas - Values - Notes + Formulas + Values + Notes @@ -982,7 +982,7 @@ False True - Direction: + Direction: True 0 @@ -999,7 +999,7 @@ 15 - Ro_ws + Ro_ws True False True @@ -1019,7 +1019,7 @@ - Colum_ns + Colum_ns True False True @@ -1065,7 +1065,7 @@ True False start - Other _options + Other _options True diff --git a/svx/uiconfig/ui/floatingareastyle.ui b/svx/uiconfig/ui/floatingareastyle.ui index 006fb82dc6ea..8016b0c73af2 100644 --- a/svx/uiconfig/ui/floatingareastyle.ui +++ b/svx/uiconfig/ui/floatingareastyle.ui @@ -1,6 +1,6 @@ - + 359 @@ -40,7 +40,7 @@ True False start - _Angle: + _Angle: True angle:0degrees @@ -59,7 +59,7 @@ True True - Specify the angle of rotation for the gradient shading style. + Specify the angle of rotation for the gradient shading style. adjustment1 @@ -79,7 +79,7 @@ True False - Rotate counterclockwise by 45 degrees. + Rotate counterclockwise by 45 degrees. svx/res/symphony/rotate_left.png @@ -101,7 +101,7 @@ True False - Rotate clockwise by 45 degrees. + Rotate clockwise by 45 degrees. svx/res/symphony/rotate_right.png @@ -144,7 +144,7 @@ True False start - _Start value: + _Start value: True start:0% @@ -158,7 +158,7 @@ True False start - _End value: + _End value: True end:0% @@ -171,7 +171,7 @@ True True - Enter a transparency value for the beginning point of the gradient, where 0% is fully opaque and 100% is fully transparent. + Enter a transparency value for the beginning point of the gradient, where 0% is fully opaque and 100% is fully transparent. adjustment2 @@ -183,7 +183,7 @@ True True - Enter a transparency value for the endpoint of the gradient, where 0% is fully opaque and 100% is fully transparent. + Enter a transparency value for the endpoint of the gradient, where 0% is fully opaque and 100% is fully transparent. adjustment2 @@ -207,7 +207,7 @@ True False start - _Border: + _Border: True border:0% @@ -220,7 +220,7 @@ True True - Specify the border value of gradient transparency. + Specify the border value of gradient transparency. adjustment2 @@ -245,7 +245,7 @@ True False start - Center _X: + Center _X: True centerx:0% @@ -259,7 +259,7 @@ True False start - Center _Y: + Center _Y: True centery:0% @@ -272,7 +272,7 @@ True True - Specify the horizontal offset percentage from the center for the gradient shading style. 50% is the horizontal center. + Specify the horizontal offset percentage from the center for the gradient shading style. 50% is the horizontal center. adjustment2 @@ -284,7 +284,7 @@ True True - Specify the vertical offset percentage from the center for the gradient shading style. 50% is the vertical center. + Specify the vertical offset percentage from the center for the gradient shading style. 50% is the vertical center. adjustment2 diff --git a/svx/uiconfig/ui/floatingcontour.ui b/svx/uiconfig/ui/floatingcontour.ui index 78662a81f434..bdea2fe174b0 100644 --- a/svx/uiconfig/ui/floatingcontour.ui +++ b/svx/uiconfig/ui/floatingcontour.ui @@ -1,6 +1,6 @@ - + @@ -14,7 +14,7 @@ True True 6 - Contour Editor + Contour Editor True @@ -43,7 +43,7 @@ False start TBI_APPLY - Apply + Apply svx/res/cd01.png @@ -68,7 +68,7 @@ False start TBI_WORKPLACE - Workspace + Workspace svx/res/cd02.png @@ -93,7 +93,7 @@ False start TBI_SELECT - Select + Select svx/res/cd05.png @@ -108,7 +108,7 @@ False start TBI_RECT - Rectangle + Rectangle svx/res/cd06.png @@ -123,7 +123,7 @@ False start TBI_CIRCLE - Ellipse + Ellipse svx/res/cd07.png @@ -138,7 +138,7 @@ False start TBI_POLY - Polygon + Polygon svx/res/cd08.png @@ -163,7 +163,7 @@ False start TBI_POLYEDIT - Edit Points + Edit Points svx/res/cd015.png @@ -178,7 +178,7 @@ False start TBI_POLYMOVE - Move Points + Move Points svx/res/cd016.png @@ -193,7 +193,7 @@ False start TBI_POLYINSERT - Insert Points + Insert Points svx/res/cd017.png @@ -208,7 +208,7 @@ False start TBI_POLYDELETE - Delete Points + Delete Points svx/res/cd018.png @@ -231,7 +231,7 @@ True False TBI_AUTOCONTOUR - AutoContour + AutoContour True svx/res/cd025.png @@ -257,7 +257,7 @@ False start TBI_UNDO - Undo + Undo svx/res/cd020.png @@ -272,7 +272,7 @@ False start TBI_REDO - Redo + Redo svx/res/cd021.png @@ -287,7 +287,7 @@ False start TBI_PIPETTE - Pipette + Pipette svx/res/cd026.png @@ -307,7 +307,7 @@ True True - Color Tolerance + Color Tolerance adjustment1 diff --git a/svx/uiconfig/ui/floatinglineproperty.ui b/svx/uiconfig/ui/floatinglineproperty.ui index aad8af88a13d..d7741cfc4093 100644 --- a/svx/uiconfig/ui/floatinglineproperty.ui +++ b/svx/uiconfig/ui/floatinglineproperty.ui @@ -1,6 +1,6 @@ - + 500 @@ -50,7 +50,7 @@ True False - Custom Line Width: + Custom Line Width: True spin:0.0pt end diff --git a/svx/uiconfig/ui/floatingundoredo.ui b/svx/uiconfig/ui/floatingundoredo.ui index 2c48f82e9d29..7600c2fd88e6 100644 --- a/svx/uiconfig/ui/floatingundoredo.ui +++ b/svx/uiconfig/ui/floatingundoredo.ui @@ -1,6 +1,6 @@ - + False diff --git a/svx/uiconfig/ui/fontworkgallerydialog.ui b/svx/uiconfig/ui/fontworkgallerydialog.ui index 7d94186ec5c8..637926139dbd 100644 --- a/svx/uiconfig/ui/fontworkgallerydialog.ui +++ b/svx/uiconfig/ui/fontworkgallerydialog.ui @@ -1,12 +1,12 @@ - + False 6 - Fontwork Gallery + Fontwork Gallery False dialog @@ -84,7 +84,7 @@ True False 0 - Select a Fontwork style: + Select a Fontwork style: True diff --git a/svx/uiconfig/ui/fontworkspacingdialog.ui b/svx/uiconfig/ui/fontworkspacingdialog.ui index aec82679d1ab..bbdd6f1600d2 100644 --- a/svx/uiconfig/ui/fontworkspacingdialog.ui +++ b/svx/uiconfig/ui/fontworkspacingdialog.ui @@ -1,5 +1,5 @@ - + 500 @@ -10,7 +10,7 @@ False 6 - Fontwork Character Spacing + Fontwork Character Spacing False dialog @@ -29,7 +29,7 @@ True False - _Value: + _Value: True entry:0% diff --git a/svx/uiconfig/ui/formdatamenu.ui b/svx/uiconfig/ui/formdatamenu.ui index 31efe171edee..818dad26fea7 100644 --- a/svx/uiconfig/ui/formdatamenu.ui +++ b/svx/uiconfig/ui/formdatamenu.ui @@ -1,6 +1,6 @@ - + True @@ -9,7 +9,7 @@ True False - Add Item + Add Item True @@ -17,7 +17,7 @@ True False - Add Element + Add Element True @@ -25,7 +25,7 @@ True False - Add Attribute + Add Attribute True @@ -33,7 +33,7 @@ True False - Edit + Edit True @@ -47,7 +47,7 @@ True False - Delete + Delete True diff --git a/svx/uiconfig/ui/formlinkwarndialog.ui b/svx/uiconfig/ui/formlinkwarndialog.ui index 642f68c5eff9..dcd7d76bc5ff 100644 --- a/svx/uiconfig/ui/formlinkwarndialog.ui +++ b/svx/uiconfig/ui/formlinkwarndialog.ui @@ -1,6 +1,6 @@ - + False @@ -9,8 +9,8 @@ dialog True question - This instance is linked with the form. - The changes you make to this instance will be lost when the form is reloaded. + This instance is linked with the form. + The changes you make to this instance will be lost when the form is reloaded. How do you want to proceed? @@ -24,7 +24,7 @@ How do you want to proceed? end - _Edit + _Edit True True True diff --git a/svx/uiconfig/ui/formnavimenu.ui b/svx/uiconfig/ui/formnavimenu.ui index e63337c02e73..ecf5d836e533 100644 --- a/svx/uiconfig/ui/formnavimenu.ui +++ b/svx/uiconfig/ui/formnavimenu.ui @@ -1,6 +1,6 @@ - + True @@ -9,7 +9,7 @@ True False - _New + _New True @@ -19,7 +19,7 @@ True False - Form + Form True @@ -27,7 +27,7 @@ True False - Hidden Control + Hidden Control True @@ -39,7 +39,7 @@ True False - Replace with + Replace with True @@ -47,7 +47,7 @@ True False - Cu_t + Cu_t True @@ -55,7 +55,7 @@ True False - _Copy + _Copy True @@ -63,7 +63,7 @@ True False - _Paste + _Paste True @@ -71,7 +71,7 @@ True False - _Delete + _Delete True @@ -79,7 +79,7 @@ True False - Tab Order... + Tab Order... True @@ -87,7 +87,7 @@ True False - _Rename + _Rename True @@ -95,7 +95,7 @@ True False - Propert_ies + Propert_ies True @@ -103,7 +103,7 @@ True False - Open in Design Mode + Open in Design Mode True @@ -111,7 +111,7 @@ True False - Automatic Control Focus + Automatic Control Focus True diff --git a/svx/uiconfig/ui/functionmenu.ui b/svx/uiconfig/ui/functionmenu.ui index bc7d064f0712..6607141284c6 100644 --- a/svx/uiconfig/ui/functionmenu.ui +++ b/svx/uiconfig/ui/functionmenu.ui @@ -1,6 +1,6 @@ - + True @@ -9,7 +9,7 @@ True False - Average + Average True @@ -17,49 +17,49 @@ True False - CountA + CountA True False - Count + Count True False - Maximum + Maximum True False - Minimum + Minimum True False - Sum + Sum True False - Selection count + Selection count True False - None + None diff --git a/svx/uiconfig/ui/gallerymenu1.ui b/svx/uiconfig/ui/gallerymenu1.ui index 7ee1d56ffa51..59bf2d154ff3 100644 --- a/svx/uiconfig/ui/gallerymenu1.ui +++ b/svx/uiconfig/ui/gallerymenu1.ui @@ -1,6 +1,6 @@ - + True @@ -9,7 +9,7 @@ True False - Update + Update True @@ -23,14 +23,14 @@ True False - _Delete + _Delete True False - _Rename + _Rename @@ -43,7 +43,7 @@ True False - Assign _ID + Assign _ID @@ -56,7 +56,7 @@ True False - Propert_ies... + Propert_ies... diff --git a/svx/uiconfig/ui/gallerymenu2.ui b/svx/uiconfig/ui/gallerymenu2.ui index 6b389617e54a..b4143fa760cf 100644 --- a/svx/uiconfig/ui/gallerymenu2.ui +++ b/svx/uiconfig/ui/gallerymenu2.ui @@ -1,6 +1,6 @@ - + True @@ -9,7 +9,7 @@ True False - _Insert + _Insert True @@ -17,7 +17,7 @@ True False - Insert as Bac_kground + Insert as Bac_kground True @@ -31,7 +31,7 @@ True False - _Preview + _Preview True @@ -45,7 +45,7 @@ True False - _Title + _Title @@ -58,7 +58,7 @@ True False - _Delete + _Delete @@ -71,7 +71,7 @@ True False - _Copy + _Copy True @@ -79,7 +79,7 @@ True False - _Insert + _Insert True diff --git a/svx/uiconfig/ui/headfootformatpage.ui b/svx/uiconfig/ui/headfootformatpage.ui index ef636cf624ec..56ccd9709055 100644 --- a/svx/uiconfig/ui/headfootformatpage.ui +++ b/svx/uiconfig/ui/headfootformatpage.ui @@ -1,5 +1,5 @@ - + @@ -55,7 +55,7 @@ vertical - Hea_der on + Hea_der on True False True @@ -72,7 +72,7 @@ - _Footer on + _Footer on True False True @@ -110,7 +110,7 @@ 12 - Same _content on left and right pages + Same _content on left and right pages True True False @@ -128,7 +128,7 @@ - Same content on first page + Same content on first page True True False @@ -149,7 +149,7 @@ False True 0 - _Left margin: + _Left margin: True spinMargLeft:0.00cm @@ -183,7 +183,7 @@ False True 0 - R_ight margin: + R_ight margin: True spinMargRight:0.00cm @@ -217,7 +217,7 @@ False True 0 - _Spacing: + _Spacing: True spinSpacing:0.00cm @@ -247,7 +247,7 @@ - Use d_ynamic spacing + Use d_ynamic spacing True False True @@ -268,7 +268,7 @@ False True 0 - _Height: + _Height: True spinHeight:0.00cm end @@ -299,7 +299,7 @@ - _AutoFit height + _AutoFit height True True False @@ -323,7 +323,7 @@ start - More... + More... True True True @@ -336,7 +336,7 @@ - _Edit... + _Edit... True True True @@ -380,7 +380,7 @@ False True 0 - Header + Header @@ -396,7 +396,7 @@ False True 0 - Footer + Footer diff --git a/svx/uiconfig/ui/imapdialog.ui b/svx/uiconfig/ui/imapdialog.ui index a26e3afdad51..634919533f74 100644 --- a/svx/uiconfig/ui/imapdialog.ui +++ b/svx/uiconfig/ui/imapdialog.ui @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ True True 6 - ImageMap Editor + ImageMap Editor True @@ -29,7 +29,7 @@ False start TBI_APPLY - Apply + Apply svx/res/id01.png @@ -44,7 +44,7 @@ False start TBI_OPEN - Open... + Open... svx/res/id02.png @@ -59,7 +59,7 @@ False start TBI_SAVEAS - Save... + Save... svx/res/id03.png @@ -74,7 +74,7 @@ False start TBI_CLOSE - Close + Close False @@ -88,7 +88,7 @@ False start TBI_SELECT - Select + Select svx/res/id04.png @@ -103,7 +103,7 @@ False start TBI_RECT - Rectangle + Rectangle svx/res/id05.png @@ -118,7 +118,7 @@ False start TBI_CIRCLE - Ellipse + Ellipse svx/res/id06.png @@ -133,7 +133,7 @@ False start TBI_POLY - Polygon + Polygon svx/res/id07.png @@ -148,7 +148,7 @@ False start TBI_FREEPOLY - Freeform Polygon + Freeform Polygon svx/res/id08.png @@ -163,7 +163,7 @@ False start TBI_POLYEDIT - Edit Points + Edit Points svx/res/id030.png @@ -178,7 +178,7 @@ False start TBI_POLYMOVE - Move Points + Move Points svx/res/id031.png @@ -193,7 +193,7 @@ False start TBI_POLYINSERT - Insert Points + Insert Points svx/res/id032.png @@ -208,7 +208,7 @@ False start TBI_POLYDELETE - Delete Points + Delete Points svx/res/id033.png @@ -223,7 +223,7 @@ False start TBI_UNDO - Undo + Undo svx/res/id040.png @@ -238,7 +238,7 @@ False start TBI_REDO - Redo + Redo svx/res/id041.png @@ -253,7 +253,7 @@ False start TBI_ACTIVE - Active + Active svx/res/id016.png @@ -268,7 +268,7 @@ False start TBI_MACRO - Macro... + Macro... svx/res/id018.png @@ -283,7 +283,7 @@ False start TBI_PROPERTY - Properties... + Properties... svx/res/id019.png @@ -309,7 +309,7 @@ True False start - Address: + Address: True url @@ -344,7 +344,7 @@ True False start - Frame: + Frame: True target @@ -399,7 +399,7 @@ True False start - Text: + Text: True text diff --git a/svx/uiconfig/ui/imapmenu.ui b/svx/uiconfig/ui/imapmenu.ui index 3f588d734ded..4a700a974ef9 100644 --- a/svx/uiconfig/ui/imapmenu.ui +++ b/svx/uiconfig/ui/imapmenu.ui @@ -1,6 +1,6 @@ - + True @@ -9,7 +9,7 @@ True False - Description... + Description... True @@ -17,7 +17,7 @@ True False - _Macro... + _Macro... True @@ -25,7 +25,7 @@ True False - Active + Active True @@ -39,7 +39,7 @@ True False - _Arrange + _Arrange True @@ -49,7 +49,7 @@ True False - Bring to Front + Bring to Front True @@ -57,7 +57,7 @@ True False - Bring _Forward + Bring _Forward True @@ -65,7 +65,7 @@ True False - Send Back_ward + Send Back_ward True @@ -73,7 +73,7 @@ True False - _Send to Back + _Send to Back True @@ -91,7 +91,7 @@ True False - Select _All + Select _All True @@ -99,7 +99,7 @@ True False - _Delete + _Delete True diff --git a/svx/uiconfig/ui/linkwarndialog.ui b/svx/uiconfig/ui/linkwarndialog.ui index a35d70a1c0d9..7da928127f10 100644 --- a/svx/uiconfig/ui/linkwarndialog.ui +++ b/svx/uiconfig/ui/linkwarndialog.ui @@ -1,18 +1,18 @@ - + False 6 - Confirm Linked Graphic + Confirm Linked Graphic False True dialog True question - The file %FILENAME will not be stored along with your document, but only referenced as a link. - This is dangerous if you move and/or rename the files. Do you want to embed the graphic instead? + The file %FILENAME will not be stored along with your document, but only referenced as a link. + This is dangerous if you move and/or rename the files. Do you want to embed the graphic instead? False @@ -24,7 +24,7 @@ end - _Keep Link + _Keep Link True True True @@ -40,7 +40,7 @@ - _Embed Graphic + _Embed Graphic True True True @@ -66,7 +66,7 @@ - _Ask when linking a graphic + _Ask when linking a graphic True True False diff --git a/svx/uiconfig/ui/mediaplayback.ui b/svx/uiconfig/ui/mediaplayback.ui index 2209bb24333a..e8e6922729af 100644 --- a/svx/uiconfig/ui/mediaplayback.ui +++ b/svx/uiconfig/ui/mediaplayback.ui @@ -1,6 +1,6 @@ - + True @@ -19,7 +19,7 @@ True False end - Playback: + Playback: 0 @@ -33,7 +33,7 @@ True False end - Seek: + Seek: 0 @@ -47,7 +47,7 @@ True False end - Volume: + Volume: 0 @@ -76,7 +76,7 @@ 150 False - View + View 1 diff --git a/svx/uiconfig/ui/namespacedialog.ui b/svx/uiconfig/ui/namespacedialog.ui index b32e3f5ab312..1b82c5d6a65f 100644 --- a/svx/uiconfig/ui/namespacedialog.ui +++ b/svx/uiconfig/ui/namespacedialog.ui @@ -1,12 +1,12 @@ - + False 6 - Namespaces for Forms + Namespaces for Forms False dialog @@ -103,7 +103,7 @@ start - _Add... + _Add... True True True @@ -117,7 +117,7 @@ - _Edit... + _Edit... True True True @@ -165,7 +165,7 @@ True False - Prefix + Prefix 0 @@ -176,7 +176,7 @@ True False - URL + URL 1 @@ -218,7 +218,7 @@ True False - Namespaces + Namespaces diff --git a/svx/uiconfig/ui/optgridpage.ui b/svx/uiconfig/ui/optgridpage.ui index 97fa21c8123a..040f219e60af 100644 --- a/svx/uiconfig/ui/optgridpage.ui +++ b/svx/uiconfig/ui/optgridpage.ui @@ -1,6 +1,6 @@ - + 0.01 @@ -60,7 +60,7 @@ 6 - _Snap to grid + _Snap to grid True True False @@ -75,7 +75,7 @@ - _Visible grid + _Visible grid True True False @@ -96,7 +96,7 @@ True False - Grid + Grid @@ -168,7 +168,7 @@ True False 0 - H_orizontal: + H_orizontal: True mtrflddrawx:0.00cm @@ -182,7 +182,7 @@ True False 0 - _Vertical: + _Vertical: True mtrflddrawy:0.00cm @@ -193,7 +193,7 @@ - Synchronize a_xes + Synchronize a_xes True True False @@ -216,7 +216,7 @@ True False - Resolution + Resolution @@ -274,7 +274,7 @@ True False 0 - space(s) + space(s) 1 @@ -309,7 +309,7 @@ True False 0 - space(s) + space(s) 1 @@ -327,7 +327,7 @@ True False 0 - Horizont_al: + Horizont_al: True numflddivisionx @@ -341,7 +341,7 @@ True False 0 - V_ertical: + V_ertical: True numflddivisiony @@ -358,7 +358,7 @@ True False - Subdivision + Subdivision @@ -403,7 +403,7 @@ 6 - To snap lines + To snap lines True True False @@ -417,7 +417,7 @@ - To the _page margins + To the _page margins True True False @@ -432,7 +432,7 @@ - To object _frame + To object _frame True True False @@ -447,7 +447,7 @@ - To obje_ct points + To obje_ct points True True False @@ -482,7 +482,7 @@ True False 0 - _Snap range: + _Snap range: True mtrfldsnaparea:0pixels @@ -505,7 +505,7 @@ True False - Snap + Snap @@ -539,7 +539,7 @@ 12 - _When creating or moving objects + _When creating or moving objects True True False @@ -554,7 +554,7 @@ - _Extend edges + _Extend edges True True False @@ -591,7 +591,7 @@ - When ro_tating: + When ro_tating: True True False @@ -625,7 +625,7 @@ True False 0 - Point reducti_on: + Point reducti_on: True mtrfldbezangle:0.00degrees @@ -648,7 +648,7 @@ True False - Constrain Objects + Constrain Objects diff --git a/svx/uiconfig/ui/paralinespacingcontrol.ui b/svx/uiconfig/ui/paralinespacingcontrol.ui index e5accdbfcca3..6fe71a841a13 100644 --- a/svx/uiconfig/ui/paralinespacingcontrol.ui +++ b/svx/uiconfig/ui/paralinespacingcontrol.ui @@ -1,5 +1,5 @@ - + 50 @@ -63,7 +63,7 @@ True - Spacing: 1 + Spacing: 1 True True True @@ -81,7 +81,7 @@ - Spacing: 1.15 + Spacing: 1.15 True True True @@ -99,7 +99,7 @@ - Spacing: 1.5 + Spacing: 1.5 True True True @@ -117,7 +117,7 @@ - Spacing: 2 + Spacing: 2 True True True @@ -160,7 +160,7 @@ True False 0 - Line Spacing: + Line Spacing: True line_dist @@ -179,14 +179,14 @@ 0 1 - Single - 1.15 Lines - 1.5 Lines - Double - Proportional - At least - Leading - Fixed + Single + 1.15 Lines + 1.5 Lines + Double + Proportional + At least + Leading + Fixed @@ -201,7 +201,7 @@ True False 0 - Value: + Value: True grid1 @@ -266,7 +266,7 @@ True False - Custom Value + Custom Value diff --git a/svx/uiconfig/ui/paralrspacing.ui b/svx/uiconfig/ui/paralrspacing.ui index 0e0cd5b45929..840018dfe775 100644 --- a/svx/uiconfig/ui/paralrspacing.ui +++ b/svx/uiconfig/ui/paralrspacing.ui @@ -1,6 +1,6 @@ - + @@ -34,7 +34,7 @@ True True - Before Text Indent + Before Text Indent 0 0.10000000000000001 @@ -74,7 +74,7 @@ True True - After Text Indent + After Text Indent 0 @@ -112,7 +112,7 @@ True True - First Line Indent + First Line Indent 0 diff --git a/svx/uiconfig/ui/paraulspacing.ui b/svx/uiconfig/ui/paraulspacing.ui index db62128f1a4f..cfab8baf587f 100644 --- a/svx/uiconfig/ui/paraulspacing.ui +++ b/svx/uiconfig/ui/paraulspacing.ui @@ -1,6 +1,6 @@ - + @@ -42,7 +42,7 @@ True True True - Above Paragraph Spacing + Above Paragraph Spacing 0 adjustment1 @@ -83,7 +83,7 @@ True True True - Below Paragraph Spacing + Below Paragraph Spacing 0 adjustment1 diff --git a/svx/uiconfig/ui/passwd.ui b/svx/uiconfig/ui/passwd.ui index d7e7fa8bfceb..5c6c3e669e19 100644 --- a/svx/uiconfig/ui/passwd.ui +++ b/svx/uiconfig/ui/passwd.ui @@ -1,11 +1,11 @@ - + False 6 - Change Password + Change Password True dialog @@ -101,7 +101,7 @@ True False 1 - _Password: + _Password: True oldpassEntry @@ -132,7 +132,7 @@ True False - Old Password + Old Password @@ -195,7 +195,7 @@ True False 1 - Pa_ssword: + Pa_ssword: True newpassEntry @@ -209,7 +209,7 @@ True False 1 - Confi_rm: + Confi_rm: True confirmpassEntry @@ -226,7 +226,7 @@ True False - New Password + New Password diff --git a/svx/uiconfig/ui/presetmenu.ui b/svx/uiconfig/ui/presetmenu.ui index c67b3de6c67a..3049ecf72b61 100644 --- a/svx/uiconfig/ui/presetmenu.ui +++ b/svx/uiconfig/ui/presetmenu.ui @@ -1,6 +1,6 @@ - + True @@ -9,7 +9,7 @@ True False - Rename + Rename True @@ -17,7 +17,7 @@ True False - Delete + Delete True diff --git a/svx/uiconfig/ui/profileexporteddialog.ui b/svx/uiconfig/ui/profileexporteddialog.ui index b21c76a38e46..c26dccac2b4b 100644 --- a/svx/uiconfig/ui/profileexporteddialog.ui +++ b/svx/uiconfig/ui/profileexporteddialog.ui @@ -1,11 +1,11 @@ - + False 6 - Profile exported + Profile exported False dialog @@ -37,7 +37,7 @@ - Open Containing _Folder + Open Containing _Folder True True True @@ -61,7 +61,7 @@ True False - Your user profile has been exported as “libreoffice-profile.zip”. + Your user profile has been exported as “libreoffice-profile.zip”. True 80 2 diff --git a/svx/uiconfig/ui/querydeletecontourdialog.ui b/svx/uiconfig/ui/querydeletecontourdialog.ui index 20a178400614..f2d7c3d35c4c 100644 --- a/svx/uiconfig/ui/querydeletecontourdialog.ui +++ b/svx/uiconfig/ui/querydeletecontourdialog.ui @@ -1,19 +1,19 @@ - + False 6 - Delete the contour? + Delete the contour? False dialog True question yes-no - Setting a new workspace will + Setting a new workspace will cause the contour to be deleted. - Are you sure you want to continue? + Are you sure you want to continue? False diff --git a/svx/uiconfig/ui/querydeleteobjectdialog.ui b/svx/uiconfig/ui/querydeleteobjectdialog.ui index 9b28c595949e..024e704d8d44 100644 --- a/svx/uiconfig/ui/querydeleteobjectdialog.ui +++ b/svx/uiconfig/ui/querydeleteobjectdialog.ui @@ -1,17 +1,17 @@ - + False 6 - Delete this object? + Delete this object? False dialog True question yes-no - Do you really want to delete this object? + Do you really want to delete this object? False diff --git a/svx/uiconfig/ui/querydeletethemedialog.ui b/svx/uiconfig/ui/querydeletethemedialog.ui index 7f51dcd69b79..a7eb54ab2d3e 100644 --- a/svx/uiconfig/ui/querydeletethemedialog.ui +++ b/svx/uiconfig/ui/querydeletethemedialog.ui @@ -1,17 +1,17 @@ - + False 6 - Delete this theme? + Delete this theme? False dialog True question yes-no - Do you really want to delete this theme? + Do you really want to delete this theme? False diff --git a/svx/uiconfig/ui/querymodifyimagemapchangesdialog.ui b/svx/uiconfig/ui/querymodifyimagemapchangesdialog.ui index df117085d134..1d874646ad9b 100644 --- a/svx/uiconfig/ui/querymodifyimagemapchangesdialog.ui +++ b/svx/uiconfig/ui/querymodifyimagemapchangesdialog.ui @@ -1,18 +1,18 @@ - + False 6 - Save ImageMap changes? + Save ImageMap changes? False dialog True question yes-no - The ImageMap has been modified. - Do you want to save the changes? + The ImageMap has been modified. + Do you want to save the changes? False diff --git a/svx/uiconfig/ui/querynewcontourdialog.ui b/svx/uiconfig/ui/querynewcontourdialog.ui index d186afc568b3..8dc1d1994cf8 100644 --- a/svx/uiconfig/ui/querynewcontourdialog.ui +++ b/svx/uiconfig/ui/querynewcontourdialog.ui @@ -1,17 +1,17 @@ - + False 6 - Create a new contour? + Create a new contour? False dialog True question yes-no - Do you want to create a new contour? + Do you want to create a new contour? False diff --git a/svx/uiconfig/ui/querysavecontchangesdialog.ui b/svx/uiconfig/ui/querysavecontchangesdialog.ui index 5f4a63c2861b..91af4774429e 100644 --- a/svx/uiconfig/ui/querysavecontchangesdialog.ui +++ b/svx/uiconfig/ui/querysavecontchangesdialog.ui @@ -1,18 +1,18 @@ - + False 6 - Save contour changes? + Save contour changes? False dialog True question yes-no - The contour has been modified. - Do you want to save the changes? + The contour has been modified. + Do you want to save the changes? False diff --git a/svx/uiconfig/ui/querysaveimagemapchangesdialog.ui b/svx/uiconfig/ui/querysaveimagemapchangesdialog.ui index 74f2ff193071..a74be0694b8d 100644 --- a/svx/uiconfig/ui/querysaveimagemapchangesdialog.ui +++ b/svx/uiconfig/ui/querysaveimagemapchangesdialog.ui @@ -1,18 +1,18 @@ - + False 6 - Save ImageMap changes? + Save ImageMap changes? False dialog True question yes-no - The ImageMap has been modified. - Do you want to save the changes? + The ImageMap has been modified. + Do you want to save the changes? False diff --git a/svx/uiconfig/ui/queryunlinkgraphicsdialog.ui b/svx/uiconfig/ui/queryunlinkgraphicsdialog.ui index 8fabbc4ff648..82bd731b9ea8 100644 --- a/svx/uiconfig/ui/queryunlinkgraphicsdialog.ui +++ b/svx/uiconfig/ui/queryunlinkgraphicsdialog.ui @@ -1,18 +1,18 @@ - + False 6 - Unlink the graphics? + Unlink the graphics? False dialog True question yes-no - This graphic object is linked to the document. - Do you want to unlink the graphics in order to edit it? + This graphic object is linked to the document. + Do you want to unlink the graphics in order to edit it? False diff --git a/svx/uiconfig/ui/redlinecontrol.ui b/svx/uiconfig/ui/redlinecontrol.ui index 61a377bf1687..31fe905a24e3 100644 --- a/svx/uiconfig/ui/redlinecontrol.ui +++ b/svx/uiconfig/ui/redlinecontrol.ui @@ -1,5 +1,5 @@ - + True @@ -13,7 +13,7 @@ True False - List + List False @@ -26,7 +26,7 @@ True False - Filter + Filter 1 diff --git a/svx/uiconfig/ui/redlinefilterpage.ui b/svx/uiconfig/ui/redlinefilterpage.ui index 784c902d129c..785c583470c1 100644 --- a/svx/uiconfig/ui/redlinefilterpage.ui +++ b/svx/uiconfig/ui/redlinefilterpage.ui @@ -1,6 +1,6 @@ - + 19851231 @@ -28,7 +28,7 @@ 6 - _Date: + _Date: True True False @@ -43,7 +43,7 @@ - _Author: + _Author: True True False @@ -58,7 +58,7 @@ - C_omment: + C_omment: True True False @@ -84,7 +84,7 @@ - Comment + Comment @@ -95,7 +95,7 @@ - _Range: + _Range: True True False @@ -120,7 +120,7 @@ - Action + Action @@ -131,7 +131,7 @@ - A_ction: + A_ction: True True False @@ -156,7 +156,7 @@ - Author + Author @@ -183,7 +183,7 @@ - Range + Range @@ -201,7 +201,7 @@ True True True - Set reference + Set reference False @@ -229,19 +229,19 @@ False True - earlier than - since - equal to - not equal to - between - since saving + earlier than + since + equal to + not equal to + between + since saving - Date Condition + Date Condition @@ -263,7 +263,7 @@ True False False - a_nd + a_nd True end 1 @@ -284,7 +284,7 @@ adjustment1 - Start Date + Start Date @@ -303,7 +303,7 @@ - Start Time + Start Time @@ -319,7 +319,7 @@ True True True - Set current time and date + Set current time and date image1 @@ -338,7 +338,7 @@ adjustment1 - End Date + End Date @@ -357,7 +357,7 @@ - End Time + End Time @@ -373,7 +373,7 @@ True True True - Set current time and date + Set current time and date image2 diff --git a/svx/uiconfig/ui/redlineviewpage.ui b/svx/uiconfig/ui/redlineviewpage.ui index f7146f971e4e..aaba5a7ebc19 100644 --- a/svx/uiconfig/ui/redlineviewpage.ui +++ b/svx/uiconfig/ui/redlineviewpage.ui @@ -1,5 +1,5 @@ - + @@ -18,7 +18,7 @@ True False - Action + Action False @@ -30,7 +30,7 @@ True False - Position + Position False @@ -42,7 +42,7 @@ True False - Author + Author False @@ -54,7 +54,7 @@ True False - Date + Date False @@ -66,7 +66,7 @@ True False - Comment + Comment False @@ -89,7 +89,7 @@ True - Changes + Changes diff --git a/svx/uiconfig/ui/rowsmenu.ui b/svx/uiconfig/ui/rowsmenu.ui index 210add5c4389..55a309bacf0d 100644 --- a/svx/uiconfig/ui/rowsmenu.ui +++ b/svx/uiconfig/ui/rowsmenu.ui @@ -1,6 +1,6 @@ - + True @@ -9,21 +9,21 @@ True False - Delete Rows + Delete Rows True False - Save Record + Save Record True False - Undo: Data entry + Undo: Data entry diff --git a/svx/uiconfig/ui/rulermenu.ui b/svx/uiconfig/ui/rulermenu.ui index 163f6b9497c6..b33bec2bd86d 100644 --- a/svx/uiconfig/ui/rulermenu.ui +++ b/svx/uiconfig/ui/rulermenu.ui @@ -1,6 +1,6 @@ - + True @@ -9,7 +9,7 @@ True False - Millimeter + Millimeter True @@ -17,7 +17,7 @@ True False - Centimeter + Centimeter True @@ -25,7 +25,7 @@ True False - Meter + Meter True @@ -33,7 +33,7 @@ True False - Kilometer + Kilometer True @@ -41,7 +41,7 @@ True False - Inch + Inch True @@ -49,7 +49,7 @@ True False - Foot + Foot True @@ -57,7 +57,7 @@ True False - Miles + Miles True @@ -65,7 +65,7 @@ True False - Point + Point True @@ -73,7 +73,7 @@ True False - Pica + Pica True @@ -81,7 +81,7 @@ True False - Char + Char True @@ -89,7 +89,7 @@ True False - Line + Line True diff --git a/svx/uiconfig/ui/safemodedialog.ui b/svx/uiconfig/ui/safemodedialog.ui index cb86c621d67e..2a0685709ed2 100644 --- a/svx/uiconfig/ui/safemodedialog.ui +++ b/svx/uiconfig/ui/safemodedialog.ui @@ -1,11 +1,11 @@ - + False 6 - Safe Mode + Safe Mode False dialog @@ -34,7 +34,7 @@ - _Continue in Safe Mode + _Continue in Safe Mode True True True @@ -49,7 +49,7 @@ - _Restart in Normal Mode + _Restart in Normal Mode True True True @@ -63,7 +63,7 @@ - _Apply Changes and Restart + _Apply Changes and Restart True True True @@ -87,7 +87,7 @@ True False - %PRODUCTNAME is now running in safe mode which temporarily disables your user configuration and extensions. + %PRODUCTNAME is now running in safe mode which temporarily disables your user configuration and extensions. You can make one or more of the following changes to your user profile to return %PRODUCTNAME to a working state. @@ -109,7 +109,7 @@ The proposed changes get more radical from top down so it is recommended to try vertical - Restore from backup + Restore from backup True True False @@ -133,7 +133,7 @@ The proposed changes get more radical from top down so it is recommended to try vertical - Restore user configuration to the last known working state + Restore user configuration to the last known working state True True False @@ -148,7 +148,7 @@ The proposed changes get more radical from top down so it is recommended to try - Restore state of installed user extensions to the last known working state + Restore state of installed user extensions to the last known working state True True False @@ -170,7 +170,7 @@ The proposed changes get more radical from top down so it is recommended to try - Configure + Configure True True False @@ -194,7 +194,7 @@ The proposed changes get more radical from top down so it is recommended to try vertical - Disable all user extensions + Disable all user extensions True True False @@ -209,7 +209,7 @@ The proposed changes get more radical from top down so it is recommended to try - Disable hardware acceleration (OpenGL, OpenCL) + Disable hardware acceleration (OpenGL, OpenCL) True True False @@ -231,7 +231,7 @@ The proposed changes get more radical from top down so it is recommended to try - Extensions + Extensions True True False @@ -254,7 +254,7 @@ The proposed changes get more radical from top down so it is recommended to try vertical - Uninstall all user extensions + Uninstall all user extensions True True False @@ -269,7 +269,7 @@ The proposed changes get more radical from top down so it is recommended to try - Reset state of shared extensions + Reset state of shared extensions True True False @@ -284,7 +284,7 @@ The proposed changes get more radical from top down so it is recommended to try - Reset state of bundled extensions + Reset state of bundled extensions True True False @@ -306,7 +306,7 @@ The proposed changes get more radical from top down so it is recommended to try - Reset to factory settings + Reset to factory settings True True False @@ -329,7 +329,7 @@ The proposed changes get more radical from top down so it is recommended to try vertical - Reset settings and user interface modifications + Reset settings and user interface modifications True True False @@ -344,7 +344,7 @@ The proposed changes get more radical from top down so it is recommended to try - Reset entire user profile + Reset entire user profile True True False @@ -386,7 +386,7 @@ The proposed changes get more radical from top down so it is recommended to try True False - If you experience problems that are not resolved by using safe mode, visit the following link to get help or report a bug. + If you experience problems that are not resolved by using safe mode, visit the following link to get help or report a bug. 0 @@ -397,7 +397,7 @@ The proposed changes get more radical from top down so it is recommended to try - Get Help + Get Help True True True @@ -413,7 +413,7 @@ The proposed changes get more radical from top down so it is recommended to try True False - You can also include relevant parts of your user profile in the bugreport (be aware it might contain personal data). + You can also include relevant parts of your user profile in the bugreport (be aware it might contain personal data). 0 @@ -429,7 +429,7 @@ The proposed changes get more radical from top down so it is recommended to try True - Create Zip Archive from User Profile + Create Zip Archive from User Profile True True True @@ -442,7 +442,7 @@ The proposed changes get more radical from top down so it is recommended to try - Show User Profile + Show User Profile True True True @@ -468,7 +468,7 @@ The proposed changes get more radical from top down so it is recommended to try True False 6 - Advanced + Advanced diff --git a/svx/uiconfig/ui/savemodifieddialog.ui b/svx/uiconfig/ui/savemodifieddialog.ui index cb9a04d98361..8ad47b0b3925 100644 --- a/svx/uiconfig/ui/savemodifieddialog.ui +++ b/svx/uiconfig/ui/savemodifieddialog.ui @@ -1,6 +1,6 @@ - + False @@ -9,8 +9,8 @@ dialog True question - Do you want to save your changes? - The content of the current form has been modified. + Do you want to save your changes? + The content of the current form has been modified. False diff --git a/svx/uiconfig/ui/selectionmenu.ui b/svx/uiconfig/ui/selectionmenu.ui index a306b52bf73c..062ce6c79e2a 100644 --- a/svx/uiconfig/ui/selectionmenu.ui +++ b/svx/uiconfig/ui/selectionmenu.ui @@ -1,6 +1,6 @@ - + True @@ -9,7 +9,7 @@ True False - Standard selection + Standard selection True @@ -17,7 +17,7 @@ True False - Extending selection + Extending selection True @@ -25,7 +25,7 @@ True False - Adding selection + Adding selection True @@ -33,7 +33,7 @@ True False - Block selection + Block selection True diff --git a/svx/uiconfig/ui/sidebararea.ui b/svx/uiconfig/ui/sidebararea.ui index 79bc5b65a520..e13e393c19ef 100644 --- a/svx/uiconfig/ui/sidebararea.ui +++ b/svx/uiconfig/ui/sidebararea.ui @@ -1,6 +1,6 @@ - + @@ -37,9 +37,9 @@ True False True - Fill: + Fill: 0 - _Fill: + _Fill: True @@ -63,7 +63,7 @@ True False True - Select the color to apply. + Select the color to apply. .uno:FillColor True @@ -83,13 +83,13 @@ False True - Select the effect to apply. + Select the effect to apply. - Hatching/Bitmap + Hatching/Bitmap @@ -103,7 +103,7 @@ False True - Fill gradient from. + Fill gradient from. True @@ -124,7 +124,7 @@ True False True - Select the fill type to apply. + Select the fill type to apply. 0 1 @@ -132,7 +132,7 @@ - Fill Type + Fill Type @@ -147,7 +147,7 @@ False True - Fill gradient to. + Fill gradient to. 1 @@ -164,18 +164,18 @@ True False - Select the gradient style. + Select the gradient style. - Linear - Axial - Radial - Ellipsoid - Quadratic - Square + Linear + Axial + Radial + Ellipsoid + Quadratic + Square - Gradient Type + Gradient Type @@ -187,7 +187,7 @@ - _Import + _Import True True True @@ -209,11 +209,11 @@ True - Select the gradient angle. + Select the gradient angle. adjustment2 - Gradient angle + Gradient angle @@ -229,9 +229,9 @@ True False True - Transparency + Transparency 0 - _Transparency: + _Transparency: True @@ -246,20 +246,20 @@ True False True - Select the type of transparency to apply. + Select the type of transparency to apply. - None - Solid - Linear - Axial - Radial - Ellipsoid - Quadratic - Square + None + Solid + Linear + Axial + Radial + Ellipsoid + Quadratic + Square - Transparency Type + Transparency Type @@ -280,7 +280,7 @@ True False True - Specify the variation of gradient transparency. + Specify the variation of gradient transparency. True .uno:sidebargradient True @@ -317,7 +317,7 @@ True True - Specify 0% for fully opaque through 100% for fully transparent. + Specify 0% for fully opaque through 100% for fully transparent. True 1 False @@ -334,7 +334,7 @@ True True True - Specify 0% for fully opaque through 100% for fully transparent. + Specify 0% for fully opaque through 100% for fully transparent. 100 False @@ -343,7 +343,7 @@ True - Transparency + Transparency diff --git a/svx/uiconfig/ui/sidebargraphic.ui b/svx/uiconfig/ui/sidebargraphic.ui index dc93f7160174..b55effd07129 100644 --- a/svx/uiconfig/ui/sidebargraphic.ui +++ b/svx/uiconfig/ui/sidebargraphic.ui @@ -1,6 +1,6 @@ - + 100 @@ -43,7 +43,7 @@ True False - _Brightness: + _Brightness: True setbrightness:% 0 @@ -58,7 +58,7 @@ True True True - Specify the luminance of the graphic. + Specify the luminance of the graphic. plusminus100adjustment 1 @@ -67,7 +67,7 @@ - Brightness + Brightness @@ -80,7 +80,7 @@ True False - _Contrast: + _Contrast: True setcontrast:% 0 @@ -95,7 +95,7 @@ True True True - Specify the degree of difference between the lightest and darkest parts of the graphic. + Specify the degree of difference between the lightest and darkest parts of the graphic. plusminus100adjustment 1 @@ -104,7 +104,7 @@ - Contrast + Contrast @@ -117,7 +117,7 @@ True False - Color _mode: + Color _mode: True setcolormode 0 @@ -136,7 +136,7 @@ - Color mode + Color mode @@ -149,7 +149,7 @@ True False - _Transparency: + _Transparency: True settransparency:% 0 @@ -164,7 +164,7 @@ True True True - Specify the percentage of transparency; 0% is fully opaque and 100% is fully transparent. + Specify the percentage of transparency; 0% is fully opaque and 100% is fully transparent. 0to100adjustment 1 @@ -173,7 +173,7 @@ - Transparency + Transparency @@ -206,13 +206,13 @@ True True True - Red + Red plusminus100adjustment 1 - Red + Red @@ -252,13 +252,13 @@ True True True - Green + Green plusminus100adjustment 1 - Green + Green @@ -299,13 +299,13 @@ True True True - Blue + Blue plusminus100adjustment 1 - Blue + Blue @@ -345,7 +345,7 @@ True True True - Specify the gamma value that affects the brightness of the midtone values. + Specify the gamma value that affects the brightness of the midtone values. gammaadjustment 0.10000000000000001 @@ -355,7 +355,7 @@ - Gamma value + Gamma value diff --git a/svx/uiconfig/ui/sidebarline.ui b/svx/uiconfig/ui/sidebarline.ui index 9e0e01d7ac4a..b146b00cbdbd 100644 --- a/svx/uiconfig/ui/sidebarline.ui +++ b/svx/uiconfig/ui/sidebarline.ui @@ -1,6 +1,6 @@ - + @@ -37,11 +37,11 @@ True False True - Select the style of the beginning arrowhead. + Select the style of the beginning arrowhead. True - Beginning Style + Beginning Style @@ -57,11 +57,11 @@ True False True - Select the style of the line. + Select the style of the line. True - Style + Style @@ -77,12 +77,12 @@ True False True - Select the style of the ending arrowhead. + Select the style of the ending arrowhead. 6 True - Ending Style + Ending Style @@ -110,7 +110,7 @@ True False - _Width: + _Width: True 0 @@ -127,7 +127,7 @@ True False True - Select the width of the line. + Select the width of the line. 105 @@ -156,7 +156,7 @@ True False - _Color: + _Color: True 0 @@ -172,14 +172,14 @@ True False True - Select the color of the line. + Select the color of the line. 105 True False True - Select the color of the line. + Select the color of the line. 20 .uno:XLineColor True @@ -201,7 +201,7 @@ True False - _Transparency: + _Transparency: True 0 @@ -217,7 +217,7 @@ True True True - Specify the transparency of the line. + Specify the transparency of the line. start adjustment1 @@ -227,7 +227,7 @@ - Transparency + Transparency @@ -259,7 +259,7 @@ True False - _Corner style: + _Corner style: True edgestyle 0 @@ -276,16 +276,16 @@ True False True - Select the style of the edge connections. + Select the style of the edge connections. - Rounded - - none - - Mitered - Beveled + Rounded + - none - + Mitered + Beveled - Corner Style + Corner Style @@ -300,7 +300,7 @@ True False - Ca_p style: + Ca_p style: True linecapstyle 0 @@ -317,15 +317,15 @@ True False True - Select the style of the line caps. + Select the style of the line caps. - Flat - Round - Square + Flat + Round + Square - Cap Style + Cap Style diff --git a/svx/uiconfig/ui/sidebarparagraph.ui b/svx/uiconfig/ui/sidebarparagraph.ui index 0e25e6937c18..1b332c21cf98 100644 --- a/svx/uiconfig/ui/sidebarparagraph.ui +++ b/svx/uiconfig/ui/sidebarparagraph.ui @@ -1,6 +1,6 @@ - + @@ -23,7 +23,7 @@ True False True - Bullets and Numbering + Bullets and Numbering False @@ -68,7 +68,7 @@ True False True - Horizontal Alignment + Horizontal Alignment start False @@ -169,7 +169,7 @@ True False True - Vertical Alignment + Vertical Alignment end True False @@ -235,7 +235,7 @@ True False True - _Spacing: + _Spacing: True paraspacing 0 @@ -251,7 +251,7 @@ True False True - Spacing + Spacing False @@ -310,14 +310,14 @@ True True True - Above Paragraph Spacing + Above Paragraph Spacing True 0 adjustment1 - Above Paragraph Spacing + Above Paragraph Spacing @@ -360,14 +360,14 @@ True True True - Below Paragraph Spacing + Below Paragraph Spacing True 0 adjustment1 - Below Paragraph Spacing + Below Paragraph Spacing @@ -396,7 +396,7 @@ True False True - Line Spacing + Line Spacing .uno:LineSpacing True @@ -429,7 +429,7 @@ True False True - _Indent: + _Indent: True indent 0 @@ -445,14 +445,14 @@ True False True - Indent + Indent False True False True - Increase Indent + Increase Indent .uno:IncrementIndent True @@ -466,7 +466,7 @@ True False True - Decrease Indent + Decrease Indent .uno:DecrementIndent True @@ -480,7 +480,7 @@ True False True - Switch to Hanging Indent + Switch to Hanging Indent .uno:HangingIndent True @@ -521,14 +521,14 @@ True True - Before Text Indent + Before Text Indent True 0 adjustment1 - Before Text Indent + Before Text Indent @@ -570,14 +570,14 @@ True True - After Text Indent + After Text Indent True 0 adjustment1 - After Text Indent + After Text Indent @@ -619,14 +619,14 @@ True True - First Line Indent + First Line Indent True 0 adjustment1 - First Line Indent + First Line Indent @@ -658,7 +658,7 @@ True False True - Paragraph Background Color + Paragraph Background Color end diff --git a/svx/uiconfig/ui/sidebarpossize.ui b/svx/uiconfig/ui/sidebarpossize.ui index e67d65b25206..ffa066997ade 100644 --- a/svx/uiconfig/ui/sidebarpossize.ui +++ b/svx/uiconfig/ui/sidebarpossize.ui @@ -1,5 +1,5 @@ - + @@ -39,7 +39,7 @@ False True 0 - Position _X: + Position _X: True @@ -54,7 +54,7 @@ True True True - Enter the value for the horizontal position. + Enter the value for the horizontal position. True @@ -62,7 +62,7 @@ - Horizontal + Horizontal @@ -79,7 +79,7 @@ False True 0 - Position _Y: + Position _Y: True @@ -94,7 +94,7 @@ True True True - Enter the value for the vertical position. + Enter the value for the vertical position. True @@ -102,7 +102,7 @@ - Vertical + Vertical @@ -119,7 +119,7 @@ False True 0 - _Width: + _Width: True @@ -135,7 +135,7 @@ True True True - Enter a width for the selected object. + Enter a width for the selected object. True @@ -143,7 +143,7 @@ - Width + Width @@ -160,7 +160,7 @@ False True 0 - H_eight: + H_eight: True @@ -176,7 +176,7 @@ True True True - Enter a height for the selected object. + Enter a height for the selected object. True @@ -184,7 +184,7 @@ - Height + Height @@ -204,12 +204,12 @@ - _Keep ratio + _Keep ratio True True False True - Maintain proportions when you resize the selected object. + Maintain proportions when you resize the selected object. True 0 True @@ -225,7 +225,7 @@ True False 0 - _Rotation: + _Rotation: True @@ -251,7 +251,7 @@ - Rotation + Rotation @@ -273,7 +273,7 @@ True False True - Select the angle for rotation. + Select the angle for rotation. True adjustment1 @@ -294,7 +294,7 @@ False True 0 - _Flip: + _Flip: True right @@ -317,7 +317,7 @@ True False True - Flip the selected object vertically. + Flip the selected object vertically. .uno:FlipVertical True @@ -331,7 +331,7 @@ True False True - Flip the selected object horizontally. + Flip the selected object horizontally. .uno:FlipHorizontal True diff --git a/svx/uiconfig/ui/sidebarshadow.ui b/svx/uiconfig/ui/sidebarshadow.ui index 31531ab823b1..e74be6a7d200 100644 --- a/svx/uiconfig/ui/sidebarshadow.ui +++ b/svx/uiconfig/ui/sidebarshadow.ui @@ -1,6 +1,6 @@ - + @@ -31,7 +31,7 @@ 6 - Enable + Enable True True False @@ -55,7 +55,7 @@ True False - Angle + Angle 0 @@ -66,7 +66,7 @@ True False - Distance + Distance 0 @@ -113,7 +113,7 @@ True False 0 - Transparency: + Transparency: False @@ -176,7 +176,7 @@ True False True - Color: + Color: 0 diff --git a/svx/uiconfig/ui/sidebarstylespanel.ui b/svx/uiconfig/ui/sidebarstylespanel.ui index 79c40b01316a..60fee53d86c1 100644 --- a/svx/uiconfig/ui/sidebarstylespanel.ui +++ b/svx/uiconfig/ui/sidebarstylespanel.ui @@ -1,6 +1,6 @@ - + True diff --git a/svx/uiconfig/ui/sidebartextpanel.ui b/svx/uiconfig/ui/sidebartextpanel.ui index eb962bad41d5..90fa435718a5 100644 --- a/svx/uiconfig/ui/sidebartextpanel.ui +++ b/svx/uiconfig/ui/sidebartextpanel.ui @@ -1,6 +1,6 @@ - + diff --git a/svx/uiconfig/ui/stylemenu.ui b/svx/uiconfig/ui/stylemenu.ui index 8773fcfcf066..29c52a2f0f44 100644 --- a/svx/uiconfig/ui/stylemenu.ui +++ b/svx/uiconfig/ui/stylemenu.ui @@ -1,6 +1,6 @@ - + True @@ -9,7 +9,7 @@ True False - Update to Match Selection + Update to Match Selection True @@ -17,7 +17,7 @@ True False - Edit Style... + Edit Style... True diff --git a/svx/uiconfig/ui/textcharacterspacingcontrol.ui b/svx/uiconfig/ui/textcharacterspacingcontrol.ui index ede4262d1d3e..c78c7bace775 100644 --- a/svx/uiconfig/ui/textcharacterspacingcontrol.ui +++ b/svx/uiconfig/ui/textcharacterspacingcontrol.ui @@ -1,6 +1,6 @@ - + -2 @@ -70,7 +70,7 @@ True - Very Tight + Very Tight True True True @@ -86,7 +86,7 @@ - Tight + Tight True True True @@ -102,7 +102,7 @@ - Normal + Normal True True True @@ -118,7 +118,7 @@ - Loose + Loose True True True @@ -155,7 +155,7 @@ True 0 - 0,0 + 0,0 adjustment1 1 @@ -166,7 +166,7 @@ True False - Custom Value + Custom Value @@ -180,7 +180,7 @@ - Very Loose + Very Loose True True True @@ -196,7 +196,7 @@ - Last Custom Value + Last Custom Value True True True diff --git a/svx/uiconfig/ui/textcontrolchardialog.ui b/svx/uiconfig/ui/textcontrolchardialog.ui index 542f50a4c6ec..a1c76e4d0f61 100644 --- a/svx/uiconfig/ui/textcontrolchardialog.ui +++ b/svx/uiconfig/ui/textcontrolchardialog.ui @@ -1,11 +1,11 @@ - + False 6 - Character + Character False dialog @@ -97,7 +97,7 @@ True False - Font + Font False @@ -110,7 +110,7 @@ True False - Font Effects + Font Effects 1 @@ -124,7 +124,7 @@ True False - Position + Position 2 diff --git a/svx/uiconfig/ui/textcontrolparadialog.ui b/svx/uiconfig/ui/textcontrolparadialog.ui index ab41f9403d03..92b0100f2e6c 100644 --- a/svx/uiconfig/ui/textcontrolparadialog.ui +++ b/svx/uiconfig/ui/textcontrolparadialog.ui @@ -1,11 +1,11 @@ - + False 6 - Paragraph + Paragraph False dialog @@ -97,7 +97,7 @@ True False - Indents & Spacing + Indents & Spacing False @@ -111,7 +111,7 @@ True False 0.4699999988079071 - Alignment + Alignment 1 @@ -125,7 +125,7 @@ True False - Asian Typography + Asian Typography 2 @@ -139,7 +139,7 @@ True False - Tabs + Tabs 3 diff --git a/svx/uiconfig/ui/textunderlinecontrol.ui b/svx/uiconfig/ui/textunderlinecontrol.ui index 19a8522546cf..421c7f62d96f 100644 --- a/svx/uiconfig/ui/textunderlinecontrol.ui +++ b/svx/uiconfig/ui/textunderlinecontrol.ui @@ -1,6 +1,6 @@ - + False @@ -23,7 +23,7 @@ 6 - (Without) + (Without) True True True @@ -41,7 +41,7 @@ True True True - Single + Single image_spacing_1 none 0 @@ -58,7 +58,7 @@ True True True - Double + Double image_spacing_2 none 0 @@ -75,7 +75,7 @@ True True True - Bold + Bold image_spacing_3 none 0 @@ -92,7 +92,7 @@ True True True - Dotted + Dotted image_spacing_4 none 0 @@ -109,7 +109,7 @@ True True True - Dotted (Bold) + Dotted (Bold) image_spacing_5 none 0 @@ -126,7 +126,7 @@ True True True - Dash + Dash image_spacing_6 none 0 @@ -143,7 +143,7 @@ True True True - Long Dash + Long Dash image_spacing_7 none 0 @@ -160,7 +160,7 @@ True True True - Dot Dash + Dot Dash image_spacing_8 none 0 @@ -177,7 +177,7 @@ True True True - Dot Dot Dash + Dot Dot Dash image_spacing_9 none 0 @@ -194,7 +194,7 @@ True True True - Wave + Wave image_spacing_10 none 0 @@ -208,7 +208,7 @@ - _More Options... + _More Options... True True True diff --git a/svx/uiconfig/ui/xformspage.ui b/svx/uiconfig/ui/xformspage.ui index ad51aea3f53f..964a7cf9c55e 100644 --- a/svx/uiconfig/ui/xformspage.ui +++ b/svx/uiconfig/ui/xformspage.ui @@ -1,6 +1,6 @@ - + @@ -23,7 +23,7 @@ False start TBI_ITEM_ADD - Add Item + Add Item False @@ -37,7 +37,7 @@ False start TBI_ITEM_ADD_ELEMENT - Add Element + Add Element False @@ -51,7 +51,7 @@ False start TBI_ITEM_ADD_ATTRIBUTE - Add Attribute + Add Attribute False @@ -65,7 +65,7 @@ False start TBI_ITEM_EDIT - Edit + Edit False @@ -79,7 +79,7 @@ False start TBI_ITEM_REMOVE - Delete + Delete False diff --git a/svx/uiconfig/ui/xmlsecstatmenu.ui b/svx/uiconfig/ui/xmlsecstatmenu.ui index c8b31350f431..6eed9b8f4b3c 100644 --- a/svx/uiconfig/ui/xmlsecstatmenu.ui +++ b/svx/uiconfig/ui/xmlsecstatmenu.ui @@ -1,6 +1,6 @@ - + True @@ -9,7 +9,7 @@ True False - Digital Signatures... + Digital Signatures... True diff --git a/svx/uiconfig/ui/zoommenu.ui b/svx/uiconfig/ui/zoommenu.ui index 3cc2c6c95beb..5431d6f646f5 100644 --- a/svx/uiconfig/ui/zoommenu.ui +++ b/svx/uiconfig/ui/zoommenu.ui @@ -1,6 +1,6 @@ - + True @@ -9,7 +9,7 @@ True False - Entire Page + Entire Page True @@ -17,7 +17,7 @@ True False - Page Width + Page Width True @@ -25,7 +25,7 @@ True False - Optimal View + Optimal View True @@ -33,7 +33,7 @@ True False - 50% + 50% True @@ -41,7 +41,7 @@ True False - 75% + 75% True @@ -49,7 +49,7 @@ True False - 100% + 100% True @@ -57,7 +57,7 @@ True False - 150% + 150% True @@ -65,7 +65,7 @@ True False - 200% + 200% True -- cgit