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 "RptResId.hrc" 24#include "rptui_slotid.hrc" 25#ifndef _GLOBLMN_HRC 26#include <svx/globlmn.hrc> 27#endif 28#ifndef _SBASLTID_HRC 29#include <svx/svxids.hrc> 30#endif 31 32String RID_STR_PROPPAGE_DEFAULT 33{ 34 Text [ en-US ] = "General" ; 35 Text [ x-comment ] = " "; 36}; 37String RID_STR_PROPPAGE_DATA 38{ 39 Text [ en-US ] = "Data" ; 40 Text [ x-comment ] = " "; 41}; 42Resource RID_STR_BOOL 43{ 44 String 1 45 { 46 Text [ en-US ] = "No" ; 47 }; 48 String 2 49 { 50 Text [ en-US ] = "Yes" ; 51 }; 52}; 53String RID_STR_FORCENEWPAGE 54{ 55 Text [ en-US ] = "Force New Page" ; 56}; 57Resource RID_STR_FORCENEWPAGE_CONST 58{ 59 String 1 60 { 61 Text [ en-US ] = "None" ; 62 }; 63 String 2 64 { 65 Text [ en-US ] = "Before Section" ; 66 }; 67 String 3 68 { 69 Text [ en-US ] = "After Section" ; 70 }; 71 String 4 72 { 73 Text [ en-US ] = "Before & After Section" ; 74 }; 75}; 76String RID_STR_NEWROWORCOL 77{ 78 Text [ en-US ] = "New Row Or Column" ; 79}; 80String RID_STR_KEEPTOGETHER 81{ 82 Text [ en-US ] = "Keep Together" ; 83}; 84Resource RID_STR_KEEPTOGETHER_CONST 85{ 86 String 1 87 { 88 Text [ en-US ] = "No" ; 89 }; 90 String 2 91 { 92 Text [ en-US ] = "Whole Group" ; 93 }; 94 String 3 95 { 96 Text [ en-US ] = "With First Detail" ; 97 }; 98}; 99String RID_STR_CANGROW 100{ 101 Text [ en-US ] = "Can Grow" ; 102}; 103String RID_STR_CANSHRINK 104{ 105 Text [ en-US ] = "Can Shrink" ; 106}; 107String RID_STR_REPEATSECTION 108{ 109 Text [ en-US ] = "Repeat Section" ; 110}; 111String RID_STR_PRINTREPEATEDVALUES 112{ 113 Text [ en-US ] = "Print repeated values" ; 114}; 115String RID_STR_CONDITIONALPRINTEXPRESSION 116{ 117 Text [ en-US ] = "Conditional Print Expression" ; 118}; 119String RID_STR_STARTNEWCOLUMN 120{ 121 Text [ en-US ] = "Start new column" ; 122}; 123String RID_STR_STARTNEWPAGE 124{ 125 Text [ en-US ] = "Start new page" ; 126}; 127String RID_STR_RESETPAGENUMBER 128{ 129 Text [ en-US ] = "Reset page number" ; 130}; 131String RID_STR_CHARTTYPE 132{ 133 Text [ en-US ] = "Chart type" ; 134}; 135String RID_STR_PRINTWHENGROUPCHANGE 136{ 137 Text [ en-US ] = "Print When Group Change" ; 138}; 139String RID_STR_VISIBLE 140{ 141 Text [ en-US ] = "Visible" ; 142}; 143String RID_STR_GROUPKEEPTOGETHER 144{ 145 Text [ en-US ] = "Group keep together" ; 146}; 147Resource RID_STR_GROUPKEEPTOGETHER_CONST 148{ 149 String 1 150 { 151 Text [ en-US ] = "Per Page" ; 152 }; 153 String 2 154 { 155 Text [ en-US ] = "Per Column" ; 156 }; 157}; 158Resource RID_STR_SECTIONPAGEBREAK_CONST 159{ 160 String 1 161 { 162 Text [ en-US ] = "None" ; 163 }; 164 String 2 165 { 166 Text [ en-US ] = "Section" ; 167 }; 168 String 3 169 { 170 Text [ en-US ] = "Automatic" ; 171 }; 172}; 173String RID_STR_PAGEHEADEROPTION 174{ 175 Text [ en-US ] = "Page header" ; 176}; 177String RID_STR_PAGEFOOTEROPTION 178{ 179 Text [ en-US ] = "Page footer" ; 180}; 181Resource RID_STR_REPORTPRINTOPTION_CONST 182{ 183 String 1 184 { 185 Text [ en-US ] = "All Pages" ; 186 }; 187 String 2 188 { 189 Text [ en-US ] = "Not With Report Header" ; 190 }; 191 String 3 192 { 193 Text [ en-US ] = "Not With Report Footer" ; 194 }; 195 String 4 196 { 197 Text [ en-US ] = "Not With Report Header/Footer" ; 198 }; 199}; 200String RID_STR_DEEPTRAVERSING 201{ 202 Text [ en-US ] = "Deep traversing" ; 203}; 204String RID_STR_PREEVALUATED 205{ 206 Text [ en-US ] = "Pre evaluation" ; 207}; 208String RID_STR_POSITIONX 209{ 210 Text [ en-US ] = "Position X"; 211}; 212String RID_STR_POSITIONY 213{ 214 Text [ en-US ] = "Position Y"; 215}; 216String RID_STR_WIDTH 217{ 218 Text [ en-US ] = "Width"; 219}; 220String RID_STR_HEIGHT 221{ 222 Text [ en-US ] = "Height"; 223}; 224String RID_STR_INITIALFORMULA 225{ 226 Text [ en-US ] = "Initial value" ; 227}; 228String RID_STR_PRESERVEIRI 229{ 230 Text [ en-US ] = "Preserve as Link" ; 231}; 232String RID_STR_FORMULA 233{ 234 Text [ en-US ] = "Formula" ; 235}; 236String RID_STR_DATAFIELD 237{ 238 Text [ en-US ] = "Data field" ; 239}; 240String RID_STR_FONT 241{ 242 Text [ en-US ] = "Font" ; 243}; 244String RID_STR_BACKCOLOR 245{ 246 Text [ en-US ] = "Background color"; 247}; 248String RID_STR_BACKTRANSPARENT 249{ 250 Text [ en-US ] = "Background Transparent"; 251}; 252String RID_STR_CONTROLBACKGROUNDTRANSPARENT 253{ 254 Text [ en-US ] = "Background Transparent"; 255}; 256String RID_STR_OVERLAP_OTHER_CONTROL 257{ 258 Text [ en-US ] = "This operation is not allowed. The control overlaps with another one."; 259}; 260String RID_STR_ILLEGAL_POSITION 261{ 262 Text [ en-US ] = "This position can not be set. It is invalid."; 263}; 264String RID_STR_SCOPE_GROUP 265{ 266 Text [ en-US ] = "Group: %1"; 267}; 268String RID_STR_FORMULALIST 269{ 270 Text [ en-US ] = "Function"; 271}; 272String RID_STR_SCOPE 273{ 274 Text [ en-US ] = "Scope"; 275}; 276String RID_STR_TYPE 277{ 278 Text [ en-US ] = "Data Field Type"; 279}; 280Resource RID_STR_TYPE_CONST 281{ 282 String 1 283 { 284 Text [ en-US ] = "Field or Formula"; 285 }; 286 String 2 287 { 288 Text [ en-US ] = "Function"; 289 }; 290 String 3 291 { 292 Text [ en-US ] = "Counter"; 293 }; 294 String 4 295 { 296 Text [ en-US ] = "User defined Function"; 297 }; 298}; 299String RID_STR_MASTERFIELDS 300{ 301 Text [ en-US ] = "Link master fields" ; 302}; 303String RID_STR_DETAILFIELDS 304{ 305 Text [ en-US ] = "Link slave fields" ; 306}; 307String RID_STR_EXPLANATION 308{ 309 Text [ en-US ] = "Charts can be used to display detailed data about the current record of the report. To do this, you can specify which columns in the chart match which columns in the report."; 310}; 311String RID_STR_DETAILLABEL 312{ 313 Text [ en-US ] = "Chart" ; 314}; 315String RID_STR_MASTERLABEL 316{ 317 Text [ en-US ] = "Report" ; 318}; 319 320String RID_STR_PREVIEW_COUNT 321{ 322 Text [ en-US ] = "Preview Row(s)" ; 323}; 324String RID_STR_AREA 325{ 326 Text [ en-US ] = "Area" ; 327}; 328String RID_STR_MIMETYPE 329{ 330 Text [ en-US ] = "Report Output Format" ; 331}; 332String RID_STR_VERTICALALIGN 333{ 334 Text [ en-US ] = "Vert. Alignment" ; 335}; 336Resource RID_STR_VERTICAL_ALIGN_CONST 337{ 338 String 1 339 { 340 Text [ en-US ] = "Top"; 341 }; 342 String 2 343 { 344 Text [ en-US ] = "Middle"; 345 }; 346 String 3 347 { 348 Text [ en-US ] = "Bottom"; 349 }; 350}; 351String RID_STR_PARAADJUST 352{ 353 Text [ en-US ] = "Horz. Alignment" ; 354}; 355Resource RID_STR_PARAADJUST_CONST 356{ 357 String 1 358 { 359 Text [ en-US ] = "Left"; 360 }; 361 String 2 362 { 363 Text [ en-US ] = "Right"; 364 }; 365 String 3 366 { 367 Text [ en-US ] = "Block"; 368 }; 369 String 4 370 { 371 Text [ en-US ] = "Center"; 372 }; 373}; 374String RID_STR_F_COUNTER 375{ 376 Text [ en-US ] = "Counter" ; 377}; 378String RID_STR_F_ACCUMULATION 379{ 380 Text [ en-US ] = "Accumulation" ; 381}; 382String RID_STR_F_MINIMUM 383{ 384 Text [ en-US ] = "Minimum" ; 385}; 386String RID_STR_F_MAXIMUM 387{ 388 Text [ en-US ] = "Maximum" ; 389}; 390 391