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