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 --- chart2/uiconfig/ui/3dviewdialog.ui | 4 +- chart2/uiconfig/ui/attributedialog.ui | 2 +- chart2/uiconfig/ui/chardialog.ui | 10 ++-- chart2/uiconfig/ui/chartdatadialog.ui | 22 ++++----- chart2/uiconfig/ui/charttypedialog.ui | 4 +- chart2/uiconfig/ui/datarangedialog.ui | 4 +- chart2/uiconfig/ui/dlg_DataLabel.ui | 68 +++++++++++++-------------- chart2/uiconfig/ui/dlg_InsertErrorBars.ui | 48 +++++++++---------- chart2/uiconfig/ui/dlg_InsertLegend.ui | 16 +++---- chart2/uiconfig/ui/insertaxisdlg.ui | 20 ++++---- chart2/uiconfig/ui/insertgriddlg.ui | 20 ++++---- chart2/uiconfig/ui/inserttitledlg.ui | 22 ++++----- chart2/uiconfig/ui/paradialog.ui | 12 ++--- chart2/uiconfig/ui/sidebaraxis.ui | 18 +++---- chart2/uiconfig/ui/sidebarelements.ui | 60 +++++++++++------------ chart2/uiconfig/ui/sidebarerrorbar.ui | 34 +++++++------- chart2/uiconfig/ui/sidebarseries.ui | 34 +++++++------- chart2/uiconfig/ui/smoothlinesdlg.ui | 18 +++---- chart2/uiconfig/ui/steppedlinesdlg.ui | 12 ++--- chart2/uiconfig/ui/titlerotationtabpage.ui | 12 ++--- chart2/uiconfig/ui/tp_3D_SceneAppearance.ui | 16 +++---- chart2/uiconfig/ui/tp_3D_SceneGeometry.ui | 14 +++--- chart2/uiconfig/ui/tp_3D_SceneIllumination.ui | 28 +++++------ chart2/uiconfig/ui/tp_AxisPositions.ui | 62 ++++++++++++------------ chart2/uiconfig/ui/tp_ChartType.ui | 44 ++++++++--------- chart2/uiconfig/ui/tp_DataLabel.ui | 66 +++++++++++++------------- chart2/uiconfig/ui/tp_DataSource.ui | 26 +++++----- chart2/uiconfig/ui/tp_ErrorBars.ui | 46 +++++++++--------- chart2/uiconfig/ui/tp_LegendPosition.ui | 16 +++---- chart2/uiconfig/ui/tp_PolarOptions.ui | 14 +++--- chart2/uiconfig/ui/tp_RangeChooser.ui | 26 +++++----- chart2/uiconfig/ui/tp_Scale.ui | 48 +++++++++---------- chart2/uiconfig/ui/tp_SeriesToAxis.ui | 30 ++++++------ chart2/uiconfig/ui/tp_Trendline.ui | 38 +++++++-------- chart2/uiconfig/ui/tp_axisLabel.ui | 30 ++++++------ chart2/uiconfig/ui/wizelementspage.ui | 36 +++++++------- 36 files changed, 490 insertions(+), 490 deletions(-) (limited to 'chart2/uiconfig/ui') diff --git a/chart2/uiconfig/ui/3dviewdialog.ui b/chart2/uiconfig/ui/3dviewdialog.ui index a448519819e0..0410f04661e7 100644 --- a/chart2/uiconfig/ui/3dviewdialog.ui +++ b/chart2/uiconfig/ui/3dviewdialog.ui @@ -1,11 +1,11 @@ - + False 6 - 3D View + 3D View dialog diff --git a/chart2/uiconfig/ui/attributedialog.ui b/chart2/uiconfig/ui/attributedialog.ui index cac251fdf5b2..c45fe71965d3 100644 --- a/chart2/uiconfig/ui/attributedialog.ui +++ b/chart2/uiconfig/ui/attributedialog.ui @@ -1,6 +1,6 @@ - + False diff --git a/chart2/uiconfig/ui/chardialog.ui b/chart2/uiconfig/ui/chardialog.ui index 0f6b1382fda7..7461a6e8d808 100644 --- a/chart2/uiconfig/ui/chardialog.ui +++ b/chart2/uiconfig/ui/chardialog.ui @@ -1,11 +1,11 @@ - + False 6 - Character + Character dialog @@ -96,7 +96,7 @@ True False - Font + Font False @@ -109,7 +109,7 @@ True False - Font Effects + Font Effects 1 @@ -123,7 +123,7 @@ True False - Position + Position 2 diff --git a/chart2/uiconfig/ui/chartdatadialog.ui b/chart2/uiconfig/ui/chartdatadialog.ui index f5c3f2b15897..c275737119fb 100644 --- a/chart2/uiconfig/ui/chartdatadialog.ui +++ b/chart2/uiconfig/ui/chartdatadialog.ui @@ -1,11 +1,11 @@ - + False 6 - Data Table + Data Table dialog @@ -85,7 +85,7 @@ True False InsertRow - Insert Row + Insert Row True chart2/res/dataeditor_icon01.png @@ -99,7 +99,7 @@ True False InsertColumn - Insert Series + Insert Series True chart2/res/dataeditor_icon02.png @@ -113,7 +113,7 @@ True False InsertTextColumn - Insert Text Column + Insert Text Column True chart2/res/dataeditor_icon07.png @@ -127,7 +127,7 @@ True False RemoveRow - Delete Row + Delete Row True chart2/res/dataeditor_icon03.png @@ -141,7 +141,7 @@ True False RemoveColumn - Delete Series + Delete Series True chart2/res/dataeditor_icon04.png @@ -165,7 +165,7 @@ True False MoveLeftColumn - Move Series Left + Move Series Left True chart2/res/dataeditor_icon08.png @@ -179,7 +179,7 @@ True False MoveRightColumn - Move Series Right + Move Series Right True chart2/res/dataeditor_icon05.png @@ -193,7 +193,7 @@ True False MoveUpRow - Move Row Up + Move Row Up True chart2/res/dataeditor_icon09.png @@ -207,7 +207,7 @@ True False MoveDownRow - Move Row Down + Move Row Down True chart2/res/dataeditor_icon06.png diff --git a/chart2/uiconfig/ui/charttypedialog.ui b/chart2/uiconfig/ui/charttypedialog.ui index 6cc181c91ecd..4a5e085b9b00 100644 --- a/chart2/uiconfig/ui/charttypedialog.ui +++ b/chart2/uiconfig/ui/charttypedialog.ui @@ -1,11 +1,11 @@ - + False 6 - Chart Type + Chart Type dialog diff --git a/chart2/uiconfig/ui/datarangedialog.ui b/chart2/uiconfig/ui/datarangedialog.ui index 184546b5737f..a977a9df6aa2 100644 --- a/chart2/uiconfig/ui/datarangedialog.ui +++ b/chart2/uiconfig/ui/datarangedialog.ui @@ -1,11 +1,11 @@ - + False 6 - Data Ranges + Data Ranges dialog diff --git a/chart2/uiconfig/ui/dlg_DataLabel.ui b/chart2/uiconfig/ui/dlg_DataLabel.ui index 51f38590950c..093bec57d65b 100644 --- a/chart2/uiconfig/ui/dlg_DataLabel.ui +++ b/chart2/uiconfig/ui/dlg_DataLabel.ui @@ -1,6 +1,6 @@ - + @@ -17,55 +17,55 @@ - Best fit + Best fit 0 - Center + Center 1 - Above + Above 2 - Top left + Top left 3 - Left + Left 4 - Bottom left + Bottom left 5 - Below + Below 6 - Bottom right + Bottom right 7 - Right + Right 8 - Top right + Top right 9 - Inside + Inside 10 - Outside + Outside 11 - Near origin + Near origin 12 @@ -79,19 +79,19 @@ - Space + Space 0 - Comma + Comma 1 - Semicolon + Semicolon 2 - New line + New line 3 @@ -99,7 +99,7 @@ False 6 - Data Labels for all Data Series + Data Labels for all Data Series dialog @@ -191,7 +191,7 @@ True - Show value as _number + Show value as _number True False False @@ -206,7 +206,7 @@ - Show value as _percentage + Show value as _percentage True False False @@ -221,7 +221,7 @@ - Show _category + Show _category True False False @@ -236,7 +236,7 @@ - Show _legend key + Show _legend key True False False @@ -251,7 +251,7 @@ - Auto text _wrap + Auto text _wrap True False False @@ -266,7 +266,7 @@ - Number _format... + Number _format... True False True @@ -280,7 +280,7 @@ - Percentage f_ormat... + Percentage f_ormat... True False True @@ -296,7 +296,7 @@ False True - ABCD + ABCD @@ -316,7 +316,7 @@ True False 0 - _Separator + _Separator True LB_TEXT_SEPARATOR @@ -356,7 +356,7 @@ True False 0 - Place_ment + Place_ment True LB_LABEL_PLACEMENT @@ -389,7 +389,7 @@ False - Number Format for Percentage Value + Number Format for Percentage Value 1 @@ -405,7 +405,7 @@ True False 0 - Text Attributes + Text Attributes @@ -471,7 +471,7 @@ True False - _Degrees + _Degrees True @@ -496,7 +496,7 @@ True False - Te_xt direction + Te_xt direction True LB_LABEL_TEXTDIR @@ -533,7 +533,7 @@ True False 0 - Rotate Text + Rotate Text diff --git a/chart2/uiconfig/ui/dlg_InsertErrorBars.ui b/chart2/uiconfig/ui/dlg_InsertErrorBars.ui index b39ea0cbcc0f..80115208e25f 100644 --- a/chart2/uiconfig/ui/dlg_InsertErrorBars.ui +++ b/chart2/uiconfig/ui/dlg_InsertErrorBars.ui @@ -1,6 +1,6 @@ - + 100 @@ -26,19 +26,19 @@ - Standard Error + Standard Error 0 - Standard Deviation + Standard Deviation 1 - Variance + Variance 2 - Error Margin + Error Margin 3 @@ -46,7 +46,7 @@ False 6 - Legend + Legend dialog @@ -143,7 +143,7 @@ 6 - _None + _None True False False @@ -160,7 +160,7 @@ - _Constant Value + _Constant Value True False False @@ -177,7 +177,7 @@ - _Percentage + _Percentage True False False @@ -233,7 +233,7 @@ - Cell _Range + Cell _Range True False False @@ -256,7 +256,7 @@ True False - Error Category + Error Category @@ -289,7 +289,7 @@ 12 - Positive _and Negative + Positive _and Negative True False False @@ -305,7 +305,7 @@ - Pos_itive + Pos_itive True False False @@ -321,7 +321,7 @@ - Ne_gative + Ne_gative True False False @@ -377,7 +377,7 @@ True False 0 - Error Indicator + Error Indicator @@ -424,7 +424,7 @@ True False - P_ositive (+) + P_ositive (+) True MF_POSITIVE:0 @@ -465,7 +465,7 @@ True False True - Select data range + Select data range imageRANGE_SELECT_POSITIVE @@ -490,7 +490,7 @@ True False - _Negative (-) + _Negative (-) True MF_NEGATIVE:0 @@ -532,7 +532,7 @@ False True True - Select data range + Select data range imageRANGE_SELECT_NEG @@ -550,7 +550,7 @@ - Same value for both + Same value for both True False False @@ -572,7 +572,7 @@ True False 0 - Parameters + Parameters @@ -588,7 +588,7 @@ False - Select Range for Positive Error Bars + Select Range for Positive Error Bars False @@ -599,7 +599,7 @@ False - Select Range for Negative Error Bars + Select Range for Negative Error Bars False @@ -610,7 +610,7 @@ False - From Data Table + From Data Table False diff --git a/chart2/uiconfig/ui/dlg_InsertLegend.ui b/chart2/uiconfig/ui/dlg_InsertLegend.ui index 34364f4063bd..45463bcd8782 100644 --- a/chart2/uiconfig/ui/dlg_InsertLegend.ui +++ b/chart2/uiconfig/ui/dlg_InsertLegend.ui @@ -1,11 +1,11 @@ - + False 6 - Legend + Legend dialog @@ -97,7 +97,7 @@ 6 - _Display legend + _Display legend True False False @@ -119,7 +119,7 @@ 6 - _Left + _Left True True False @@ -135,7 +135,7 @@ - _Right + _Right True True False @@ -151,7 +151,7 @@ - _Top + _Top True True False @@ -167,7 +167,7 @@ - _Bottom + _Bottom True True False @@ -197,7 +197,7 @@ True False 0 - Position + Position diff --git a/chart2/uiconfig/ui/insertaxisdlg.ui b/chart2/uiconfig/ui/insertaxisdlg.ui index fdbd609bbf33..563532abf41e 100644 --- a/chart2/uiconfig/ui/insertaxisdlg.ui +++ b/chart2/uiconfig/ui/insertaxisdlg.ui @@ -1,11 +1,11 @@ - + False 6 - Axes + Axes dialog @@ -101,7 +101,7 @@ 6 - _X axis + _X axis True True False @@ -117,7 +117,7 @@ - _Y axis + _Y axis True True False @@ -133,7 +133,7 @@ - _Z axis + _Z axis True True False @@ -156,7 +156,7 @@ True False True - Axes + Axes @@ -191,7 +191,7 @@ 6 - X _axis + X _axis True True False @@ -207,7 +207,7 @@ - Y ax_is + Y ax_is True True False @@ -223,7 +223,7 @@ - Z axi_s + Z axi_s True True False @@ -246,7 +246,7 @@ True False True - Secondary Axes + Secondary Axes diff --git a/chart2/uiconfig/ui/insertgriddlg.ui b/chart2/uiconfig/ui/insertgriddlg.ui index 0472f480f576..5d2a32d17c87 100644 --- a/chart2/uiconfig/ui/insertgriddlg.ui +++ b/chart2/uiconfig/ui/insertgriddlg.ui @@ -1,11 +1,11 @@ - + False 6 - Grids + Grids dialog @@ -101,7 +101,7 @@ 6 - _X axis + _X axis True True False @@ -117,7 +117,7 @@ - _Y axis + _Y axis True True False @@ -133,7 +133,7 @@ - _Z axis + _Z axis True True False @@ -156,7 +156,7 @@ True False True - Major Grids + Major Grids @@ -191,7 +191,7 @@ 6 - X _axis + X _axis True True False @@ -207,7 +207,7 @@ - Y ax_is + Y ax_is True True False @@ -223,7 +223,7 @@ - Z axi_s + Z axi_s True True False @@ -246,7 +246,7 @@ True False True - Minor Grids + Minor Grids diff --git a/chart2/uiconfig/ui/inserttitledlg.ui b/chart2/uiconfig/ui/inserttitledlg.ui index ce93162c27a5..fb94ec727a4c 100644 --- a/chart2/uiconfig/ui/inserttitledlg.ui +++ b/chart2/uiconfig/ui/inserttitledlg.ui @@ -1,11 +1,11 @@ - + False 6 - Titles + Titles dialog @@ -86,7 +86,7 @@ True False 0 - _Title + _Title True maintitle @@ -100,7 +100,7 @@ True False 0 - _Subtitle + _Subtitle True subtitle @@ -163,7 +163,7 @@ True False 0 - _X axis + _X axis True primaryXaxis @@ -177,7 +177,7 @@ True False 0 - _Y axis + _Y axis True primaryYaxis @@ -191,7 +191,7 @@ True False 0 - _Z axis + _Z axis True primaryZaxis @@ -244,7 +244,7 @@ True False - Axes + Axes @@ -280,7 +280,7 @@ True False 0 - X _axis + X _axis True secondaryXaxis @@ -294,7 +294,7 @@ True False 0 - Y ax_is + Y ax_is True secondaryYaxis @@ -335,7 +335,7 @@ True False - Secondary Axes + Secondary Axes diff --git a/chart2/uiconfig/ui/paradialog.ui b/chart2/uiconfig/ui/paradialog.ui index 4b1e3ca3ef75..aef016979345 100644 --- a/chart2/uiconfig/ui/paradialog.ui +++ b/chart2/uiconfig/ui/paradialog.ui @@ -1,11 +1,11 @@ - + False 6 - Paragraph + Paragraph dialog @@ -96,7 +96,7 @@ True False - Indents & Spacing + Indents & Spacing False @@ -110,7 +110,7 @@ True False 0.4699999988079071 - Alignment + Alignment 1 @@ -124,7 +124,7 @@ True False - Asian Typography + Asian Typography 2 @@ -138,7 +138,7 @@ True False - Tabs + Tabs 3 diff --git a/chart2/uiconfig/ui/sidebaraxis.ui b/chart2/uiconfig/ui/sidebaraxis.ui index b758e317136f..cba9421b4a11 100644 --- a/chart2/uiconfig/ui/sidebaraxis.ui +++ b/chart2/uiconfig/ui/sidebaraxis.ui @@ -1,6 +1,6 @@ - + True @@ -15,7 +15,7 @@ 6 - Show labels + Show labels True True False @@ -29,7 +29,7 @@ - Reverse direction + Reverse direction True True False @@ -53,7 +53,7 @@ True False end - _Label position: + _Label position: True comboboxtext_label_position @@ -67,10 +67,10 @@ True False - Near Axis - Near Axis (other side) - Outside start - Outside end + Near Axis + Near Axis (other side) + Outside start + Outside end @@ -84,7 +84,7 @@ False end center - _Text orientation: + _Text orientation: True spinbutton1:0degrees diff --git a/chart2/uiconfig/ui/sidebarelements.ui b/chart2/uiconfig/ui/sidebarelements.ui index 9ee199e26ba4..1c2912b4459a 100644 --- a/chart2/uiconfig/ui/sidebarelements.ui +++ b/chart2/uiconfig/ui/sidebarelements.ui @@ -1,6 +1,6 @@ - + True @@ -32,7 +32,7 @@ 6 - Subtitle + Subtitle True True False @@ -46,7 +46,7 @@ - Title + Title True True False @@ -66,7 +66,7 @@ True False - Titles + Titles @@ -97,7 +97,7 @@ False - Show Legend + Show Legend True True False @@ -120,7 +120,7 @@ True False end - _Placement: + _Placement: True end @@ -136,11 +136,11 @@ True False - Right - Top - Bottom - Left - Manual + Right + Top + Bottom + Left + Manual @@ -163,7 +163,7 @@ True False - Legend + Legend @@ -196,7 +196,7 @@ 6 - X axis + X axis True True False @@ -210,7 +210,7 @@ - X axis title + X axis title True True False @@ -224,7 +224,7 @@ - Y axis + Y axis True True False @@ -238,7 +238,7 @@ - Y axis title + Y axis title True True False @@ -252,7 +252,7 @@ - Z axis + Z axis True True False @@ -266,7 +266,7 @@ - Z axis title + Z axis title True True False @@ -280,7 +280,7 @@ - 2nd X axis + 2nd X axis True False 0 @@ -293,7 +293,7 @@ - 2nd X axis title + 2nd X axis title True False 0 @@ -306,7 +306,7 @@ - 2nd Y axis + 2nd Y axis True False 0 @@ -319,7 +319,7 @@ - 2nd Y axis title + 2nd Y axis title True False 0 @@ -338,7 +338,7 @@ True False - Axes + Axes @@ -371,7 +371,7 @@ 6 - Horizontal major + Horizontal major True True False @@ -385,7 +385,7 @@ - Vertical major + Vertical major True True False @@ -399,7 +399,7 @@ - Horizontal minor + Horizontal minor True True False @@ -413,7 +413,7 @@ - Vertical minor + Vertical minor True True False @@ -433,7 +433,7 @@ True False - Gridlines + Gridlines @@ -452,7 +452,7 @@ False - Title + Title 0 @@ -462,7 +462,7 @@ False - Subtitle + Subtitle 1 diff --git a/chart2/uiconfig/ui/sidebarerrorbar.ui b/chart2/uiconfig/ui/sidebarerrorbar.ui index 43a7db9a3245..d71c944ec8a3 100644 --- a/chart2/uiconfig/ui/sidebarerrorbar.ui +++ b/chart2/uiconfig/ui/sidebarerrorbar.ui @@ -1,6 +1,6 @@ - + True @@ -45,7 +45,7 @@ True False start - Category: + Category: True comboboxtext_type @@ -61,13 +61,13 @@ True False - Constant - Percentage - Cell Range or Data Table - Standard deviation - Standard error - Variance - Error margin + Constant + Percentage + Cell Range or Data Table + Standard deviation + Standard error + Variance + Error margin @@ -82,7 +82,7 @@ True False start - Positive (+): + Positive (+): 0 @@ -96,7 +96,7 @@ True False start - Negative (-): + Negative (-): 0 @@ -110,7 +110,7 @@ True True start - 0.00 + 0.00 1 2 @@ -126,7 +126,7 @@ True True start - 0.00 + 0.00 alpha 1 2 @@ -148,7 +148,7 @@ True True False - Positive and Negative + Positive and Negative image2 0 True @@ -164,7 +164,7 @@ True True False - Positive + Positive image1 0 True @@ -180,7 +180,7 @@ True True False - Negative + Negative image3 0 True @@ -202,7 +202,7 @@ True False start - Indicator + Indicator 0 diff --git a/chart2/uiconfig/ui/sidebarseries.ui b/chart2/uiconfig/ui/sidebarseries.ui index 4dfee96a0649..a10820882e47 100644 --- a/chart2/uiconfig/ui/sidebarseries.ui +++ b/chart2/uiconfig/ui/sidebarseries.ui @@ -1,6 +1,6 @@ - + True @@ -41,7 +41,7 @@ 6 - Show data labels + Show data labels True True False @@ -64,7 +64,7 @@ True False - P_lacement: + P_lacement: True comboboxtext_label @@ -79,12 +79,12 @@ True False - Above - Below - Center - Outside - Inside - Near origin + Above + Below + Center + Outside + Inside + Near origin @@ -109,7 +109,7 @@ - Show trendline + Show trendline True True False @@ -144,7 +144,7 @@ 6 - Y error bars + Y error bars True True False @@ -159,7 +159,7 @@ - X error bars + X error bars True True False @@ -180,7 +180,7 @@ True False - Error Bars + Error Bars @@ -213,7 +213,7 @@ 6 - Primary Y axis + Primary Y axis True True False @@ -229,7 +229,7 @@ - Secondary Y axis + Secondary Y axis True True False @@ -251,7 +251,7 @@ True False - Align Series to Axis + Align Series to Axis @@ -267,7 +267,7 @@ False - Data series '%1' + Data series '%1' False diff --git a/chart2/uiconfig/ui/smoothlinesdlg.ui b/chart2/uiconfig/ui/smoothlinesdlg.ui index a2d65da501ad..472d8be91c8f 100644 --- a/chart2/uiconfig/ui/smoothlinesdlg.ui +++ b/chart2/uiconfig/ui/smoothlinesdlg.ui @@ -1,6 +1,6 @@ - + 1 @@ -19,7 +19,7 @@ False 6 - Smooth Lines + Smooth Lines True dialog @@ -101,7 +101,7 @@ True False 0 - Line _Type: + Line _Type: True @@ -116,8 +116,8 @@ False 0 - Cubic spline - B-spline + Cubic spline + B-spline @@ -150,7 +150,7 @@ True False start - _Resolution: + _Resolution: True ResolutionSpinbutton @@ -164,7 +164,7 @@ True False start - _Degree of polynomials: + _Degree of polynomials: True PolynomialsSpinButton @@ -232,11 +232,11 @@ - Cubic Spline + Cubic Spline 0 - B-Spline + B-Spline 1 diff --git a/chart2/uiconfig/ui/steppedlinesdlg.ui b/chart2/uiconfig/ui/steppedlinesdlg.ui index cf7ee627df2d..79bcc121ea9b 100644 --- a/chart2/uiconfig/ui/steppedlinesdlg.ui +++ b/chart2/uiconfig/ui/steppedlinesdlg.ui @@ -1,6 +1,6 @@ - + @@ -122,7 +122,7 @@ - _Start with horizontal line + _Start with horizontal line True True False @@ -139,7 +139,7 @@ - Step at the _horizontal mean + Step at the _horizontal mean True True False @@ -156,7 +156,7 @@ - _End with horizontal line + _End with horizontal line True True False @@ -173,7 +173,7 @@ - Step to the _vertical mean + Step to the _vertical mean True True False @@ -207,7 +207,7 @@ True False - Type of Stepping + Type of Stepping diff --git a/chart2/uiconfig/ui/titlerotationtabpage.ui b/chart2/uiconfig/ui/titlerotationtabpage.ui index 6e0eb4356e5e..ee79d52aa349 100644 --- a/chart2/uiconfig/ui/titlerotationtabpage.ui +++ b/chart2/uiconfig/ui/titlerotationtabpage.ui @@ -1,5 +1,5 @@ - + @@ -55,7 +55,7 @@ True False 40 - _Degrees + _Degrees True @@ -108,7 +108,7 @@ 12 - Ve_rtically stacked + Ve_rtically stacked True True False @@ -127,7 +127,7 @@ False - ABCD + ABCD 0 @@ -148,7 +148,7 @@ True False - Te_xt direction: + Te_xt direction: True @@ -178,7 +178,7 @@ True False - Text Orientation + Text Orientation diff --git a/chart2/uiconfig/ui/tp_3D_SceneAppearance.ui b/chart2/uiconfig/ui/tp_3D_SceneAppearance.ui index e9347bd7f29e..93d0f6c02c3e 100644 --- a/chart2/uiconfig/ui/tp_3D_SceneAppearance.ui +++ b/chart2/uiconfig/ui/tp_3D_SceneAppearance.ui @@ -1,5 +1,5 @@ - + @@ -10,15 +10,15 @@ - Simple + Simple 0 - Realistic + Realistic 1 - Custom + Custom 2 @@ -39,7 +39,7 @@ True False 0 - Sche_me + Sche_me True LB_SCHEME @@ -87,7 +87,7 @@ - _Shading + _Shading True False False @@ -103,7 +103,7 @@ - _Object borders + _Object borders True False False @@ -119,7 +119,7 @@ - _Rounded edges + _Rounded edges True False False diff --git a/chart2/uiconfig/ui/tp_3D_SceneGeometry.ui b/chart2/uiconfig/ui/tp_3D_SceneGeometry.ui index f89fc13a726f..36ef02f1fb16 100644 --- a/chart2/uiconfig/ui/tp_3D_SceneGeometry.ui +++ b/chart2/uiconfig/ui/tp_3D_SceneGeometry.ui @@ -1,6 +1,6 @@ - + 100 @@ -21,7 +21,7 @@ 12 - _Right-angled axes + _Right-angled axes True False False @@ -39,7 +39,7 @@ True False - _X rotation + _X rotation True MTR_FLD_X_ROTATION:0degrees 0 @@ -53,7 +53,7 @@ True False - _Y rotation + _Y rotation True MTR_FLD_Y_ROTATION:0degrees 0 @@ -67,7 +67,7 @@ True False - _Z rotation + _Z rotation True MTR_FLD_Z_ROTATION:0degrees 0 @@ -79,7 +79,7 @@ - _Perspective + _Perspective True False False @@ -106,7 +106,7 @@ - Perspective + Perspective diff --git a/chart2/uiconfig/ui/tp_3D_SceneIllumination.ui b/chart2/uiconfig/ui/tp_3D_SceneIllumination.ui index 626124a9c580..128472e0e2f5 100644 --- a/chart2/uiconfig/ui/tp_3D_SceneIllumination.ui +++ b/chart2/uiconfig/ui/tp_3D_SceneIllumination.ui @@ -1,5 +1,5 @@ - + @@ -101,7 +101,7 @@ True True True - Light source 1 + Light source 1 IMG_LIGHT_1 @@ -117,7 +117,7 @@ True True True - Light source 2 + Light source 2 IMG_LIGHT_2 @@ -133,7 +133,7 @@ True True True - Light source 3 + Light source 3 IMG_LIGHT_3 @@ -149,7 +149,7 @@ True True True - Light source 4 + Light source 4 IMG_LIGHT_4 @@ -165,7 +165,7 @@ True True True - Light source 5 + Light source 5 IMG_LIGHT_5 @@ -181,7 +181,7 @@ True True True - Light source 6 + Light source 6 IMG_LIGHT_6 @@ -197,7 +197,7 @@ True True True - Light source 7 + Light source 7 IMG_LIGHT_7 @@ -213,7 +213,7 @@ True True True - Light source 8 + Light source 8 IMG_LIGHT_8 @@ -252,7 +252,7 @@ True True True - Select a color using the color dialog + Select a color using the color dialog IMG_LIGHTSOURCE_COLOR @@ -277,7 +277,7 @@ True False 0 - _Light source + _Light source True BTN_LIGHT_1 @@ -326,7 +326,7 @@ True True True - Select a color using the color dialog + Select a color using the color dialog IMG_AMBIENT_COLOR @@ -344,7 +344,7 @@ True False 0 - _Ambient light + _Ambient light True LB_AMBIENTLIGHT @@ -370,7 +370,7 @@ True False - Light Preview + Light Preview True True diff --git a/chart2/uiconfig/ui/tp_AxisPositions.ui b/chart2/uiconfig/ui/tp_AxisPositions.ui index 9d502484034a..43c48e0aa1e2 100644 --- a/chart2/uiconfig/ui/tp_AxisPositions.ui +++ b/chart2/uiconfig/ui/tp_AxisPositions.ui @@ -1,5 +1,5 @@ - + @@ -36,7 +36,7 @@ True False 0 - _Cross other axis at + _Cross other axis at True LB_CROSSES_OTHER_AXIS_AT @@ -54,10 +54,10 @@ 0 1 - Start - End - Value - Category + Start + End + Value + Category @@ -104,7 +104,7 @@ - Axis _between categories + Axis _between categories False False True @@ -126,7 +126,7 @@ True False 0 - Axis Line + Axis Line @@ -167,7 +167,7 @@ True False 0 - _Place labels + _Place labels True LB_PLACE_LABELS @@ -184,10 +184,10 @@ 0 1 - Near axis - Near axis (other side) - Outside start - Outside end + Near axis + Near axis (other side) + Outside start + Outside end @@ -212,7 +212,7 @@ False 0 - _Distance + _Distance True EDT_AXIS_LABEL_DISTANCE @@ -249,7 +249,7 @@ True False 0 - Labels + Labels @@ -291,7 +291,7 @@ True False 0 - Major: + Major: @@ -309,7 +309,7 @@ True False 0 - Minor: + Minor: @@ -324,7 +324,7 @@ - _Inner + _Inner True False False @@ -344,7 +344,7 @@ - _Outer + _Outer True False False @@ -364,7 +364,7 @@ - I_nner + I_nner True False False @@ -384,7 +384,7 @@ - O_uter + O_uter True False False @@ -419,7 +419,7 @@ True False 0 - Place _marks + Place _marks True LB_PLACE_TICKS @@ -436,9 +436,9 @@ 0 1 - At labels - At axis - At axis and labels + At labels + At axis + At axis and labels @@ -463,7 +463,7 @@ True False 0 - Interval Marks + Interval Marks @@ -495,7 +495,7 @@ 6 - Show major _grid + Show major _grid True False False @@ -513,7 +513,7 @@ - _Show minor grid + _Show minor grid True False False @@ -530,7 +530,7 @@ - Mo_re... + Mo_re... True False True @@ -545,7 +545,7 @@ - Mor_e... + Mor_e... True False True @@ -568,7 +568,7 @@ True False 0 - Grids + Grids diff --git a/chart2/uiconfig/ui/tp_ChartType.ui b/chart2/uiconfig/ui/tp_ChartType.ui index 242cd629a693..72a50e8f5d08 100644 --- a/chart2/uiconfig/ui/tp_ChartType.ui +++ b/chart2/uiconfig/ui/tp_ChartType.ui @@ -1,6 +1,6 @@ - + @@ -17,16 +17,16 @@ - Bar + Bar - Cylinder + Cylinder - Cone + Cone - Pyramid + Pyramid @@ -50,7 +50,7 @@ False False 0 - Choose a Chart Type + Choose a Chart Type @@ -99,7 +99,7 @@ 12 - _3D Look + _3D Look False True False @@ -122,8 +122,8 @@ False False - Simple - Realistic + Simple + Realistic @@ -149,7 +149,7 @@ True False 0 - Sh_ape + Sh_ape True shape:border 0.02 @@ -192,7 +192,7 @@ 6 - _Stack series + _Stack series False True False @@ -219,7 +219,7 @@ 6 - On top + On top False True False @@ -238,7 +238,7 @@ - Percent + Percent False True False @@ -256,7 +256,7 @@ - Deep + Deep False True False @@ -292,7 +292,7 @@ False False 0 - _Line type + _Line type True linetype end @@ -309,9 +309,9 @@ False False - Straight - Smooth - Stepped + Straight + Smooth + Stepped @@ -323,7 +323,7 @@ - Properties... + Properties... False True True @@ -346,7 +346,7 @@ - _Sort by X values + _Sort by X values False True False @@ -371,7 +371,7 @@ False True 0 - _Number of lines + _Number of lines True nolines end @@ -418,7 +418,7 @@ False - Rounded edge + Rounded edge False True True diff --git a/chart2/uiconfig/ui/tp_DataLabel.ui b/chart2/uiconfig/ui/tp_DataLabel.ui index 476a2ec3d809..76597cd9acca 100644 --- a/chart2/uiconfig/ui/tp_DataLabel.ui +++ b/chart2/uiconfig/ui/tp_DataLabel.ui @@ -1,6 +1,6 @@ - + @@ -17,55 +17,55 @@ - Best fit + Best fit 0 - Center + Center 1 - Above + Above 2 - Top left + Top left 3 - Left + Left 4 - Bottom left + Bottom left 5 - Below + Below 6 - Bottom right + Bottom right 7 - Right + Right 8 - Top right + Top right 9 - Inside + Inside 10 - Outside + Outside 11 - Near origin + Near origin 12 @@ -79,19 +79,19 @@ - Space + Space 0 - Comma + Comma 1 - Semicolon + Semicolon 2 - New line + New line 3 @@ -123,7 +123,7 @@ True - Show value as _number + Show value as _number True False False @@ -140,7 +140,7 @@ - Show value as _percentage + Show value as _percentage True False False @@ -157,7 +157,7 @@ - Show _category + Show _category True False False @@ -174,7 +174,7 @@ - Show _legend key + Show _legend key True False False @@ -191,7 +191,7 @@ - Auto text _wrap + Auto text _wrap True False False @@ -208,7 +208,7 @@ - Number _format... + Number _format... True False True @@ -224,7 +224,7 @@ - Percentage f_ormat... + Percentage f_ormat... True False True @@ -242,7 +242,7 @@ False True - ABCD + ABCD @@ -264,7 +264,7 @@ True False 0 - _Separator + _Separator True LB_TEXT_SEPARATOR @@ -305,7 +305,7 @@ True False 0 - Place_ment + Place_ment True LB_LABEL_PLACEMENT @@ -339,7 +339,7 @@ False - Number Format for Percentage Value + Number Format for Percentage Value 1 @@ -357,7 +357,7 @@ True False 0 - Text Attributes + Text Attributes @@ -423,7 +423,7 @@ True False - _Degrees + _Degrees True @@ -448,7 +448,7 @@ True False - Te_xt direction + Te_xt direction True LB_LABEL_TEXTDIR @@ -485,7 +485,7 @@ True False 0 - Rotate Text + Rotate Text diff --git a/chart2/uiconfig/ui/tp_DataSource.ui b/chart2/uiconfig/ui/tp_DataSource.ui index 55918aaab42c..71b9bbc39cce 100644 --- a/chart2/uiconfig/ui/tp_DataSource.ui +++ b/chart2/uiconfig/ui/tp_DataSource.ui @@ -1,18 +1,18 @@ - + True False - Select data range + Select data range chart2/res/selectrange.png True False - Select data range + Select data range chart2/res/selectrange.png @@ -25,7 +25,7 @@ True False - Customize Data Ranges for Individual Data Series + Customize Data Ranges for Individual Data Series 0 @@ -55,7 +55,7 @@ True False - Data _series: + Data _series: True LB_SERIES:border 0 @@ -92,7 +92,7 @@ 12 - _Add + _Add False True False @@ -113,7 +113,7 @@ True - Up + Up @@ -124,7 +124,7 @@ - _Remove + _Remove False True False @@ -145,7 +145,7 @@ True - Down + Down @@ -180,7 +180,7 @@ True False - _Data ranges: + _Data ranges: True LB_ROLE:border 0 @@ -211,7 +211,7 @@ True False - Ran_ge for %VALUETYPE + Ran_ge for %VALUETYPE True EDT_RANGE 0 @@ -269,7 +269,7 @@ True False - _Categories + _Categories True EDT_CATEGORIES 0 @@ -284,7 +284,7 @@ True False - Data _labels + Data _labels True 0 diff --git a/chart2/uiconfig/ui/tp_ErrorBars.ui b/chart2/uiconfig/ui/tp_ErrorBars.ui index 9e1d058056ae..075c3719e70b 100644 --- a/chart2/uiconfig/ui/tp_ErrorBars.ui +++ b/chart2/uiconfig/ui/tp_ErrorBars.ui @@ -1,5 +1,5 @@ - + 100 @@ -25,19 +25,19 @@ - Standard Error + Standard Error 0 - Standard Deviation + Standard Deviation 1 - Variance + Variance 2 - Error Margin + Error Margin 3 @@ -74,7 +74,7 @@ 6 - _None + _None True False False @@ -92,7 +92,7 @@ - _Constant Value + _Constant Value True False False @@ -110,7 +110,7 @@ - _Percentage + _Percentage True False False @@ -168,7 +168,7 @@ - Cell _Range + Cell _Range True False False @@ -192,7 +192,7 @@ True False - Error Category + Error Category @@ -225,7 +225,7 @@ 12 - Positive _and Negative + Positive _and Negative True False False @@ -244,7 +244,7 @@ - Pos_itive + Pos_itive True False False @@ -263,7 +263,7 @@ - Ne_gative + Ne_gative True False False @@ -328,7 +328,7 @@ True False 0 - Error Indicator + Error Indicator @@ -375,7 +375,7 @@ True False - P_ositive (+) + P_ositive (+) True MF_POSITIVE:0 @@ -416,7 +416,7 @@ True False True - Select data range + Select data range imageRANGE_SELECT_POSITIVE @@ -441,7 +441,7 @@ True False - _Negative (-) + _Negative (-) True MF_NEGATIVE:0 @@ -482,7 +482,7 @@ True False True - Select data range + Select data range imageRANGE_SELECT_NEG @@ -500,7 +500,7 @@ - Same value for both + Same value for both True False False @@ -522,7 +522,7 @@ True False 0 - Parameters + Parameters @@ -538,7 +538,7 @@ False - Select Range for Positive Error Bars + Select Range for Positive Error Bars False @@ -549,7 +549,7 @@ False - Select Range for Negative Error Bars + Select Range for Negative Error Bars False @@ -560,7 +560,7 @@ False - From Data Table + From Data Table False diff --git a/chart2/uiconfig/ui/tp_LegendPosition.ui b/chart2/uiconfig/ui/tp_LegendPosition.ui index 8d4d72ef3136..18db310c701d 100644 --- a/chart2/uiconfig/ui/tp_LegendPosition.ui +++ b/chart2/uiconfig/ui/tp_LegendPosition.ui @@ -1,5 +1,5 @@ - + @@ -27,7 +27,7 @@ 6 - _Left + _Left True True False @@ -46,7 +46,7 @@ - _Right + _Right True True False @@ -64,7 +64,7 @@ - _Top + _Top True True False @@ -82,7 +82,7 @@ - _Bottom + _Bottom True True False @@ -107,7 +107,7 @@ True False 0 - Position + Position @@ -142,7 +142,7 @@ True False 0 - Te_xt direction + Te_xt direction True @@ -171,7 +171,7 @@ True False 0 - Text Orientation + Text Orientation diff --git a/chart2/uiconfig/ui/tp_PolarOptions.ui b/chart2/uiconfig/ui/tp_PolarOptions.ui index 6f5d8d85ebc9..eb41d2723bf8 100644 --- a/chart2/uiconfig/ui/tp_PolarOptions.ui +++ b/chart2/uiconfig/ui/tp_PolarOptions.ui @@ -1,6 +1,6 @@ - + @@ -28,7 +28,7 @@ 12 - _Clockwise direction + _Clockwise direction True False False @@ -44,7 +44,7 @@ True False 0 - Orientation + Orientation @@ -105,7 +105,7 @@ True False 0 - _Degrees + _Degrees True NF_STARTING_ANGLE @@ -124,7 +124,7 @@ True False 0 - Starting Angle + Starting Angle @@ -151,7 +151,7 @@ 12 - Include _values from hidden cells + Include _values from hidden cells True False False @@ -167,7 +167,7 @@ True False 0 - Plot Options + Plot Options diff --git a/chart2/uiconfig/ui/tp_RangeChooser.ui b/chart2/uiconfig/ui/tp_RangeChooser.ui index ac472b67a8a5..9b2ff0bad36e 100644 --- a/chart2/uiconfig/ui/tp_RangeChooser.ui +++ b/chart2/uiconfig/ui/tp_RangeChooser.ui @@ -1,11 +1,11 @@ - + True False - Select data range + Select data range chart2/res/selectrange.png @@ -25,7 +25,7 @@ True False 0 - Choose a Data Range + Choose a Data Range @@ -47,7 +47,7 @@ True False 0 - _Data range: + _Data range: True ED_RANGE @@ -76,7 +76,7 @@ True False True - Select data range + Select data range imageIB_RANGE @@ -94,7 +94,7 @@ - Data series in _rows + Data series in _rows False True False @@ -113,7 +113,7 @@ - Data series in _columns + Data series in _columns False True False @@ -132,7 +132,7 @@ - _First row as label + _First row as label False True False @@ -149,7 +149,7 @@ - F_irst column as label + F_irst column as label False True False @@ -177,7 +177,7 @@ - Time based charting + Time based charting False True True @@ -232,7 +232,7 @@ True False 4 - Start Table Index + Start Table Index True ED_TIME_BASED_START @@ -248,7 +248,7 @@ True False 8 - End Table Index + End Table Index True ED_TIME_BASED_END @@ -269,7 +269,7 @@ False - Data Range + Data Range False diff --git a/chart2/uiconfig/ui/tp_Scale.ui b/chart2/uiconfig/ui/tp_Scale.ui index 286b6df8b876..8e763accb74d 100644 --- a/chart2/uiconfig/ui/tp_Scale.ui +++ b/chart2/uiconfig/ui/tp_Scale.ui @@ -1,5 +1,5 @@ - + @@ -17,15 +17,15 @@ - Days + Days 0 - Months + Months 1 - Years + Years 2 @@ -56,7 +56,7 @@ 6 - _Reverse direction + _Reverse direction True False False @@ -72,7 +72,7 @@ - _Logarithmic scale + _Logarithmic scale True False False @@ -96,7 +96,7 @@ True False 0 - T_ype + T_ype True LB_AXIS_TYPE @@ -113,9 +113,9 @@ 0 1 - Automatic - Text - Date + Automatic + Text + Date @@ -149,7 +149,7 @@ True False 0 - _Minimum + _Minimum True EDT_MIN @@ -165,7 +165,7 @@ True False 0 - Ma_ximum + Ma_ximum True EDT_MAX @@ -178,7 +178,7 @@ - _Automatic + _Automatic True False False @@ -195,7 +195,7 @@ - A_utomatic + A_utomatic True False False @@ -253,7 +253,7 @@ True False 0 - R_esolution + R_esolution True LB_TIME_RESOLUTION @@ -277,7 +277,7 @@ - Automat_ic + Automat_ic True False False @@ -308,7 +308,7 @@ True False 0 - Ma_jor interval + Ma_jor interval True @@ -380,7 +380,7 @@ - Au_tomatic + Au_tomatic True False False @@ -416,7 +416,7 @@ True False 0 - Minor inter_val + Minor inter_val True @@ -430,7 +430,7 @@ True False 0 - Minor inter_val count + Minor inter_val count True @@ -474,7 +474,7 @@ - Aut_omatic + Aut_omatic True False False @@ -505,7 +505,7 @@ True False 0 - Re_ference value + Re_ference value True @@ -528,7 +528,7 @@ - Automat_ic + Automat_ic True False False @@ -558,7 +558,7 @@ True False 0 - Scale + Scale diff --git a/chart2/uiconfig/ui/tp_SeriesToAxis.ui b/chart2/uiconfig/ui/tp_SeriesToAxis.ui index 4f9738840b74..f922a1a7367f 100644 --- a/chart2/uiconfig/ui/tp_SeriesToAxis.ui +++ b/chart2/uiconfig/ui/tp_SeriesToAxis.ui @@ -1,5 +1,5 @@ - + 600 @@ -38,7 +38,7 @@ 6 - Primary Y axis + Primary Y axis True False False @@ -55,7 +55,7 @@ - Secondary Y axis + Secondary Y axis True False False @@ -79,7 +79,7 @@ True False 0 - Align Data Series to + Align Data Series to @@ -120,7 +120,7 @@ True False - _Spacing + _Spacing True MT_GAP:0% @@ -135,7 +135,7 @@ True False - _Overlap + _Overlap True MT_OVERLAP:0% @@ -183,7 +183,7 @@ - Show _bars side by side + Show _bars side by side True False False @@ -199,7 +199,7 @@ - Connection lines + Connection lines True False False @@ -221,7 +221,7 @@ True False - Settings + Settings @@ -263,7 +263,7 @@ True False 0 - Plot missing values + Plot missing values 0 @@ -274,7 +274,7 @@ - _Leave gap + _Leave gap True False False @@ -293,7 +293,7 @@ - _Assume zero + _Assume zero True False False @@ -312,7 +312,7 @@ - _Continue line + _Continue line True False False @@ -344,7 +344,7 @@ - Include _values from hidden cells + Include _values from hidden cells True False False @@ -367,7 +367,7 @@ True False 0 - Plot Options + Plot Options diff --git a/chart2/uiconfig/ui/tp_Trendline.ui b/chart2/uiconfig/ui/tp_Trendline.ui index fb1904b05c9c..5411a470e35e 100644 --- a/chart2/uiconfig/ui/tp_Trendline.ui +++ b/chart2/uiconfig/ui/tp_Trendline.ui @@ -1,5 +1,5 @@ - + 2 @@ -49,7 +49,7 @@ True - _Linear + _Linear True True False @@ -68,7 +68,7 @@ - L_ogarithmic + L_ogarithmic True True False @@ -87,7 +87,7 @@ - _Exponential + _Exponential True True False @@ -106,7 +106,7 @@ - Po_wer + Po_wer True True False @@ -125,7 +125,7 @@ - _Polynomial + _Polynomial True True False @@ -144,7 +144,7 @@ - _Moving Average + _Moving Average True True False @@ -170,7 +170,7 @@ True False - Degree + Degree 0 @@ -210,7 +210,7 @@ True False - Period + Period 0 @@ -333,7 +333,7 @@ True False - Regression Type + Regression Type @@ -370,7 +370,7 @@ True False 0 - Extrapolate Forward + Extrapolate Forward True extrapolateForward @@ -386,7 +386,7 @@ True False 0 - Extrapolate Backward + Extrapolate Backward True extrapolateBackward @@ -427,7 +427,7 @@ - Force _Intercept + Force _Intercept True True False @@ -444,7 +444,7 @@ - Show E_quation + Show E_quation True True False @@ -461,7 +461,7 @@ - Show _Coefficient of Determination (R²) + Show _Coefficient of Determination (R²) True True False @@ -481,7 +481,7 @@ True False 0 - Trendline _Name + Trendline _Name True entry_name @@ -526,7 +526,7 @@ True False 0 - _X Variable Name + _X Variable Name True entry_Xname @@ -555,7 +555,7 @@ True False 0 - _Y Variable Name + _Y Variable Name True entry_Yname @@ -587,7 +587,7 @@ True False - Options + Options diff --git a/chart2/uiconfig/ui/tp_axisLabel.ui b/chart2/uiconfig/ui/tp_axisLabel.ui index 74d6fa5f315c..e13fff3faa16 100644 --- a/chart2/uiconfig/ui/tp_axisLabel.ui +++ b/chart2/uiconfig/ui/tp_axisLabel.ui @@ -1,6 +1,6 @@ - + @@ -17,7 +17,7 @@ 12 - Sho_w labels + Sho_w labels True True False @@ -60,7 +60,7 @@ 6 - _Tile + _Tile True True False @@ -78,7 +78,7 @@ - St_agger odd + St_agger odd True True False @@ -95,7 +95,7 @@ - Stagger _even + Stagger _even True True False @@ -112,7 +112,7 @@ - A_utomatic + A_utomatic True True False @@ -135,7 +135,7 @@ True False - Order + Order @@ -170,7 +170,7 @@ 6 - O_verlap + O_verlap True True False @@ -186,7 +186,7 @@ - _Break + _Break True True False @@ -208,7 +208,7 @@ True False - Text Flow + Text Flow @@ -277,7 +277,7 @@ True False 40 - _Degrees + _Degrees True @@ -330,7 +330,7 @@ 12 - Ve_rtically stacked + Ve_rtically stacked True True False @@ -349,7 +349,7 @@ False - ABCD + ABCD 0 @@ -370,7 +370,7 @@ True False - Te_xt direction: + Te_xt direction: True @@ -400,7 +400,7 @@ True False - Text Orientation + Text Orientation diff --git a/chart2/uiconfig/ui/wizelementspage.ui b/chart2/uiconfig/ui/wizelementspage.ui index 05450cbf439d..9fb6651f87f0 100644 --- a/chart2/uiconfig/ui/wizelementspage.ui +++ b/chart2/uiconfig/ui/wizelementspage.ui @@ -1,5 +1,5 @@ - + True @@ -36,7 +36,7 @@ True False 0 - _X axis + _X axis True primaryXaxis @@ -52,7 +52,7 @@ True False 0 - _Y axis + _Y axis True primaryYaxis @@ -68,7 +68,7 @@ True False 0 - _Z axis + _Z axis True primaryZaxis @@ -129,7 +129,7 @@ True False 0 - _Title + _Title True maintitle @@ -145,7 +145,7 @@ True False 0 - _Subtitle + _Subtitle True subtitle @@ -191,7 +191,7 @@ False True 0 - X _axis + X _axis True secondaryXaxis @@ -207,7 +207,7 @@ False True 0 - Y ax_is + Y ax_is True secondaryYaxis @@ -263,7 +263,7 @@ 6 - _Display legend + _Display legend True True False @@ -290,7 +290,7 @@ 6 - _Left + _Left True True False @@ -308,7 +308,7 @@ - _Right + _Right True True False @@ -326,7 +326,7 @@ - _Top + _Top True True False @@ -344,7 +344,7 @@ - _Bottom + _Bottom True True False @@ -386,7 +386,7 @@ True False - Choose Titles, Legend, and Grid Settings + Choose Titles, Legend, and Grid Settings @@ -419,7 +419,7 @@ 12 - X axis + X axis True True False @@ -436,7 +436,7 @@ - Y ax_is + Y ax_is True True False @@ -453,7 +453,7 @@ - Z axi_s + Z axi_s True True False @@ -476,7 +476,7 @@ True False - Display Grids + Display Grids -- cgit