1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22#include "Strings.hrc" 23 24String STR_DLG_CHART_WIZARD 25{ 26 Text [ en-US ] = "Chart Wizard" ; 27}; 28 29String STR_DLG_SMOOTH_LINE_PROPERTIES 30{ 31 Text [ en-US ] = "Smooth Lines" ; 32}; 33 34String STR_DLG_NUMBERFORMAT_FOR_PERCENTAGE_VALUE 35{ 36 Text [ en-US ] = "Number Format for Percentage Value" ; 37}; 38 39String STR_PAGE_CHARTTYPE 40{ 41 Text [ en-US ] = "Chart Type" ; 42}; 43 44String STR_PAGE_DATA_RANGE 45{ 46 Text [ en-US ] = "Data Range" ; 47}; 48 49String STR_PAGE_CHART_ELEMENTS 50{ 51 Text [ en-US ] = "Chart Elements" ; 52}; 53 54String STR_PAGE_CHART_LOCATION 55{ 56 Text [ en-US ] = "Chart Location" ; 57}; 58 59String STR_PAGE_LINE 60{ 61 Text [ en-US ] = "Line" ; 62}; 63 64String STR_PAGE_BORDER 65{ 66 Text [ en-US ] = "Borders" ; 67}; 68 69String STR_PAGE_AREA 70{ 71 Text [ en-US ] = "Area" ; 72}; 73 74String STR_PAGE_TRANSPARENCY 75{ 76 Text [ en-US ] = "Transparency" ; 77}; 78 79String STR_PAGE_FONT 80{ 81 Text [ en-US ] = "Font" ; 82}; 83 84String STR_PAGE_FONT_EFFECTS 85{ 86 Text [ en-US ] = "Font Effects" ; 87}; 88 89String STR_PAGE_NUMBERS 90{ 91 Text [ en-US ] = "Numbers" ; 92}; 93 94String STR_PAGE_POSITION 95{ 96 Text [ en-US ] = "Position" ; 97}; 98 99String STR_BUTTON_UP 100{ 101 Text [ en-US ] = "Up" ; 102}; 103String STR_BUTTON_DOWN 104{ 105 Text [ en-US ] = "Down" ; 106}; 107 108String STR_PAGE_LAYOUT 109{ 110 Text [ en-US ] = "Layout" ; 111}; 112 113String STR_PAGE_OPTIONS 114{ 115 Text [ en-US ] = "Options" ; 116}; 117 118String STR_PAGE_SCALE 119{ 120 Text [ en-US ] = "Scale" ; 121}; 122 123String STR_PAGE_POSITIONING 124{ 125 Text [ en-US ] = "Positioning" ; 126}; 127 128// String STR_PAGE_STATISTICS 129// { 130// Text [ en-US ] = "Statistics" ; 131// }; 132 133String STR_PAGE_TRENDLINE_TYPE 134{ 135 Text [ en-US ] = "Type" ; 136}; 137 138String STR_PAGE_YERROR_BARS 139{ 140 Text [ en-US ] = "Y Error Bars" ; 141}; 142 143String STR_PAGE_ALIGNMENT 144{ 145 Text [ en-US ] = "Alignment" ; 146}; 147 148String STR_PAGE_PERSPECTIVE 149{ 150 Text [ en-US ] = "Perspective" ; 151}; 152String STR_PAGE_APPEARANCE 153{ 154 Text [ en-US ] = "Appearance" ; 155}; 156String STR_PAGE_ILLUMINATION 157{ 158 Text [ en-US ] = "Illumination" ; 159}; 160 161String STR_PAGE_ASIAN 162{ 163 Text [ en-US ] = "Asian Typography" ; 164}; 165 166String STR_OBJECT_AVERAGE_LINE_WITH_PARAMETERS 167{ 168 Text [ en-US ] = "Mean value line with value %AVERAGE_VALUE and standard deviation %STD_DEVIATION" ; 169}; 170 171String STR_OBJECT_AXIS 172{ 173 Text [ en-US ] = "Axis" ; 174}; 175String STR_OBJECT_AXIS_X 176{ 177 Text [ en-US ] = "X Axis" ; 178}; 179String STR_OBJECT_AXIS_Y 180{ 181 Text [ en-US ] = "Y Axis" ; 182}; 183String STR_OBJECT_AXIS_Z 184{ 185 Text [ en-US ] = "Z Axis" ; 186}; 187String STR_OBJECT_SECONDARY_X_AXIS 188{ 189 Text [ en-US ] = "Secondary X Axis" ; 190}; 191String STR_OBJECT_SECONDARY_Y_AXIS 192{ 193 Text [ en-US ] = "Secondary Y Axis" ; 194}; 195 196String STR_OBJECT_AXES 197{ 198 Text [ en-US ] = "Axes" ; 199}; 200String STR_OBJECT_GRIDS 201{ 202 Text [ en-US ] = "Grids" ; 203}; 204String STR_OBJECT_GRID 205{ 206 Text [ en-US ] = "Grid" ; 207}; 208String STR_OBJECT_GRID_MAJOR_X 209{ 210 Text [ en-US ] = "X Axis Major Grid" ; 211}; 212String STR_OBJECT_GRID_MAJOR_Y 213{ 214 Text [ en-US ] = "Y Axis Major Grid" ; 215}; 216String STR_OBJECT_GRID_MAJOR_Z 217{ 218 Text [ en-US ] = "Z Axis Major Grid" ; 219}; 220String STR_OBJECT_GRID_MINOR_X 221{ 222 Text [ en-US ] = "X Axis Minor Grid" ; 223}; 224String STR_OBJECT_GRID_MINOR_Y 225{ 226 Text [ en-US ] = "Y Axis Minor Grid" ; 227}; 228String STR_OBJECT_GRID_MINOR_Z 229{ 230 Text [ en-US ] = "Z Axis Minor Grid" ; 231}; 232 233String STR_OBJECT_LEGEND 234{ 235 Text [ en-US ] = "Legend" ; 236}; 237 238String STR_OBJECT_TITLE 239{ 240 Text [ en-US ] = "Title" ; 241}; 242String STR_OBJECT_TITLES 243{ 244 Text [ en-US ] = "Titles" ; 245}; 246String STR_OBJECT_TITLE_MAIN 247{ 248 Text [ en-US ] = "Main Title" ; 249}; 250String STR_OBJECT_TITLE_SUB 251{ 252 Text [ en-US ] = "Subtitle" ; 253}; 254String STR_OBJECT_TITLE_X_AXIS 255{ 256 Text [ en-US ] = "X Axis Title" ; 257}; 258String STR_OBJECT_TITLE_Y_AXIS 259{ 260 Text [ en-US ] = "Y Axis Title" ; 261}; 262String STR_OBJECT_TITLE_Z_AXIS 263{ 264 Text [ en-US ] = "Z Axis Title" ; 265}; 266String STR_OBJECT_TITLE_SECONDARY_X_AXIS 267{ 268 Text [ en-US ] = "Secondary X Axis Title" ; 269}; 270String STR_OBJECT_TITLE_SECONDARY_Y_AXIS 271{ 272 Text [ en-US ] = "Secondary Y Axis Title" ; 273}; 274String STR_OBJECT_LABEL 275{ 276 Text [ en-US ] = "Label" ; 277}; 278 279String STR_OBJECT_DATALABELS 280{ 281 Text [ en-US ] = "Data Labels" ; 282}; 283String STR_OBJECT_DATAPOINT 284{ 285 Text [ en-US ] = "Data Point" ; 286}; 287String STR_OBJECT_DATAPOINTS 288{ 289 Text [ en-US ] = "Data Points" ; 290}; 291String STR_OBJECT_LEGEND_SYMBOL 292{ 293 Text [ en-US ] = "Legend Key" ; 294}; 295String STR_OBJECT_DATASERIES 296{ 297 Text [ en-US ] = "Data Series" ; 298}; 299String STR_OBJECT_DATASERIES_PLURAL 300{ 301 Text [ en-US ] = "Data Series" ; 302}; 303String STR_OBJECT_CURVE 304{ 305 Text [ en-US ] = "Trend Line" ; 306}; 307String STR_OBJECT_CURVES 308{ 309 Text [ en-US ] = "Trend Lines" ; 310}; 311String STR_OBJECT_CURVE_WITH_PARAMETERS 312{ 313 Text [ en-US ] = "Trend line %FORMULA with accuracy R² = %RSQUARED" ; 314}; 315String STR_OBJECT_AVERAGE_LINE 316{ 317 Text [ en-US ] = "Mean Value Line" ; 318}; 319String STR_OBJECT_CURVE_EQUATION 320{ 321 Text [ en-US ] = "Equation" ; 322}; 323 324String STR_OBJECT_ERROR_BARS 325{ 326 Text [ en-US ] = "Error Bars" ; 327}; 328String STR_OBJECT_STOCK_LOSS 329{ 330 Text [ en-US ] = "Stock Loss" ; 331}; 332 333String STR_OBJECT_STOCK_GAIN 334{ 335 Text [ en-US ] = "Stock Gain" ; 336}; 337 338String STR_OBJECT_PAGE 339{ 340 Text [ en-US ] = "Chart Area" ; 341}; 342String STR_OBJECT_DIAGRAM 343{ 344 Text [ en-US ] = "Chart" ; 345}; 346String STR_OBJECT_DIAGRAM_WALL 347{ 348 Text [ en-US ] = "Chart Wall" ; 349}; 350String STR_OBJECT_DIAGRAM_FLOOR 351{ 352 Text [ en-US ] = "Chart Floor" ; 353}; 354 355String STR_OBJECT_SHAPE 356{ 357 Text [ en-US ] = "Drawing Object" ; 358}; 359 360//----------------------------------------------------------------------------- 361//----------------------------------------------------------------------------- 362//----------------------------------------------------------------------------- 363//----------------------------------------------------------------------------- 364 365String STR_TIP_SELECT_RANGE 366{ 367 Text [ en-US ] = "Select data range" ; 368}; 369 370String STR_TIP_CHOOSECOLOR 371{ 372 Text [ en-US ] = "Select a color using the color dialog" ; 373}; 374 375String STR_TIP_LIGHTSOURCE_X 376{ 377 Text [ en-US ] = "Light Source %LIGHTNUMBER" ; 378}; 379 380String STR_TIP_DATASERIES 381{ 382 Text [ en-US ] = "Data Series '%SERIESNAME'" ; 383}; 384 385String STR_TIP_DATAPOINT_INDEX 386{ 387 Text [ en-US ] = "Data Point %POINTNUMBER" ; 388}; 389 390String STR_TIP_DATAPOINT_VALUES 391{ 392 Text [ en-US ] = "Values: %POINTVALUES" ; 393}; 394 395String STR_TIP_DATAPOINT 396{ 397 Text [ en-US ] = "Data Point %POINTNUMBER, data series %SERIESNUMBER, values: %POINTVALUES" ; 398}; 399 400String STR_STATUS_DATAPOINT_MARKED 401{ 402 Text [ en-US ] = "Data point %POINTNUMBER in data series %SERIESNUMBER selected, values: %POINTVALUES" ; 403}; 404 405String STR_STATUS_OBJECT_MARKED 406{ 407 Text [ en-US ] = "%OBJECTNAME selected" ; 408}; 409 410String STR_STATUS_PIE_SEGMENT_EXPLODED 411{ 412 Text [ en-US ] = "Pie exploded by %PERCENTVALUE percent" ; 413}; 414 415//----------------------------------------------------------------------------- 416//----------------------------------------------------------------------------- 417String STR_OBJECT_FOR_SERIES 418{ 419 Text [ en-US ] = "%OBJECTNAME for Data Series '%SERIESNAME'" ; 420}; 421 422String STR_OBJECT_FOR_ALL_SERIES 423{ 424 Text [ en-US ] = "%OBJECTNAME for all Data Series" ; 425}; 426 427//----------------------------------------------------------------------------- 428//----------------------------------------------------------------------------- 429String STR_ACTION_EDIT_CHARTTYPE 430{ 431 Text [ en-US ] = "Edit chart type" ; 432}; 433String STR_ACTION_EDIT_DATA_RANGES 434{ 435 Text [ en-US ] = "Edit data ranges" ; 436}; 437String STR_ACTION_EDIT_3D_VIEW 438{ 439 Text [ en-US ] = "Edit 3D view" ; 440}; 441String STR_ACTION_EDIT_CHART_DATA 442{ 443 Text [ en-US ] = "Edit chart data" ; 444}; 445String STR_ACTION_TOGGLE_LEGEND 446{ 447 Text [ en-US ] = "Legend on/off" ; 448}; 449String STR_ACTION_TOGGLE_GRID_HORZ 450{ 451 Text [ en-US ] = "Horizontal grid on/off" ; 452}; 453String STR_ACTION_SCALE_TEXT 454{ 455 Text [ en-US ] = "Scale Text" ; 456}; 457String STR_ACTION_REARRANGE_CHART 458{ 459 Text [ en-US ] = "Automatic Layout" ; 460}; 461String STR_ACTION_NOTPOSSIBLE 462{ 463 Text [ en-US ] = "This function cannot be completed with the selected objects." ; 464}; 465String STR_ACTION_EDIT_TEXT 466{ 467 Text [ en-US ] = "Edit text" ; 468}; 469 470String STR_COLUMN_LABEL 471{ 472 Text [ en-US ] = "Column %COLUMNNUMBER" ; 473}; 474String STR_ROW_LABEL 475{ 476 Text [ en-US ] = "Row %ROWNUMBER" ; 477}; 478 479//----------------------------------------------------------------------------- 480//----------------------------------------------------------------------------- 481//----------------------------------------------------------------------------- 482 483//for range didalog 484String STR_DATA_ROLE_LABEL 485{ 486 Text [ en-US ] = "Name" ; 487}; 488 489String STR_DATA_ROLE_X 490{ 491 Text [ en-US ] = "X-Values" ; 492}; 493 494String STR_DATA_ROLE_Y 495{ 496 Text [ en-US ] = "Y-Values" ; 497}; 498 499String STR_DATA_ROLE_SIZE 500{ 501 Text [ en-US ] = "Bubble Sizes" ; 502}; 503 504String STR_DATA_ROLE_X_ERROR 505{ 506 Text [ en-US ] = "X-Error-Bars" ; 507}; 508String STR_DATA_ROLE_X_ERROR_POSITIVE 509{ 510 Text [ en-US ] = "Positive X-Error-Bars" ; 511}; 512String STR_DATA_ROLE_X_ERROR_NEGATIVE 513{ 514 Text [ en-US ] = "Negative X-Error-Bars" ; 515}; 516 517String STR_DATA_ROLE_Y_ERROR 518{ 519 Text [ en-US ] = "Y-Error-Bars" ; 520}; 521String STR_DATA_ROLE_Y_ERROR_POSITIVE 522{ 523 Text [ en-US ] = "Positive Y-Error-Bars" ; 524}; 525String STR_DATA_ROLE_Y_ERROR_NEGATIVE 526{ 527 Text [ en-US ] = "Negative Y-Error-Bars" ; 528}; 529 530String STR_DATA_ROLE_FIRST 531{ 532 Text [ en-US ] = "Open Values" ; 533}; 534 535String STR_DATA_ROLE_LAST 536{ 537 Text [ en-US ] = "Close Values" ; 538}; 539 540String STR_DATA_ROLE_MIN 541{ 542 Text [ en-US ] = "Low Values" ; 543}; 544 545String STR_DATA_ROLE_MAX 546{ 547 Text [ en-US ] = "High Values" ; 548}; 549 550String STR_DATA_ROLE_CATEGORIES 551{ 552 Text [ en-US ] = "Categories" ; 553}; 554 555String STR_DATA_UNNAMED_SERIES 556{ 557 Text [ en-US ] = "Unnamed Series" ; 558}; 559 560String STR_DATA_UNNAMED_SERIES_WITH_INDEX 561{ 562 Text [ en-US ] = "Unnamed Series %NUMBER" ; 563}; 564 565String STR_DATA_SELECT_RANGE_FOR_SERIES 566{ 567 Text [ en-US ] = "Select Range for %VALUETYPE of %SERIESNAME" ; 568}; 569 570String STR_DATA_SELECT_RANGE_FOR_CATEGORIES 571{ 572 Text [ en-US ] = "Select Range for Categories" ; 573}; 574 575String STR_DATA_SELECT_RANGE_FOR_DATALABELS 576{ 577 Text [ en-US ] = "Select Range for data labels" ; 578}; 579String STR_DATA_SELECT_RANGE_FOR_POSITIVE_ERRORBARS 580{ 581 Text [ en-US ] = "Select Range for Positive Error Bars" ; 582}; 583String STR_DATA_SELECT_RANGE_FOR_NEGATIVE_ERRORBARS 584{ 585 Text [ en-US ] = "Select Range for Negative Error Bars" ; 586}; 587 588String STR_DATA_EDITOR_INCORRECT_INPUT 589{ 590 Text [ en-US ] = "Your last input is incorrect.\nIgnore this change and close the dialog?" ; 591}; 592 593// frame direction ------------------------------------------------------------ 594 595String STR_TEXT_DIRECTION_LTR 596{ 597 Text [ en-US ] = "Left-to-right" ; 598}; 599 600String STR_TEXT_DIRECTION_RTL 601{ 602 Text [ en-US ] = "Right-to-left" ; 603}; 604 605String STR_TEXT_DIRECTION_SUPER 606{ 607 Text [ en-US ] = "Use superordinate object settings" ; 608}; 609 610// ********************************************************************** EOF 611