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 24#include "globals.hrc" 25#include "attrdesc.hrc" 26/*--------------------------------------------------------------------- 27 Strings for textual Attributes 28 ---------------------------------------------------------------------*/ 29String STR_DROP_OVER 30{ 31 Text [ en-US ] = "Drop Caps over" ; 32}; 33String STR_DROP_LINES 34{ 35 Text [ en-US ] = "rows" ; 36}; 37String STR_NO_DROP_LINES 38{ 39 Text [ en-US ] = "No Drop Caps" ; 40}; 41String STR_NO_PAGEDESC 42{ 43 Text [ en-US ] = "No page break" ; 44}; 45String STR_NO_MIRROR 46{ 47 Text [ en-US ] = "Don't mirror" ; 48}; 49String STR_VERT_MIRROR 50{ 51 Text [ en-US ] = "Flip vertically" ; 52}; 53String STR_HORI_MIRROR 54{ 55 Text [ en-US ] = "Flip horizontal" ; 56}; 57String STR_BOTH_MIRROR 58{ 59 Text [ en-US ] = "Horizontal and Vertical Flip" ; 60}; 61String STR_MIRROR_TOGGLE 62{ 63 Text [ en-US ] = "+ mirror horizontal on even pages" ; 64}; 65String STR_CHARFMT 66{ 67 Text [ en-US ] = "Character Style" ; 68}; 69String STR_NO_CHARFMT 70{ 71 Text [ en-US ] = "No Character Style" ; 72}; 73String STR_FOOTER 74{ 75 Text [ en-US ] = "Footer" ; 76}; 77String STR_NO_FOOTER 78{ 79 Text [ en-US ] = "No footer" ; 80}; 81String STR_HEADER 82{ 83 Text [ en-US ] = "Header" ; 84}; 85String STR_NO_HEADER 86{ 87 Text [ en-US ] = "No header" ; 88}; 89String STR_SURROUND_IDEAL 90{ 91 Text [ en-US ] = "Optimal wrap" ; 92}; 93String STR_SURROUND_NONE 94{ 95 Text [ en-US ] = "No wrap" ; 96}; 97String STR_SURROUND_THROUGHT 98{ 99 Text [ en-US ] = "Through" ; 100}; 101String STR_SURROUND_PARALLEL 102{ 103 Text [ en-US ] = "Parallel wrap" ; 104}; 105String STR_SURROUND_COLUMN 106{ 107 Text [ en-US ] = "Column Wrap" ; 108}; 109String STR_SURROUND_LEFT 110{ 111 Text [ en-US ] = "Left wrap" ; 112}; 113String STR_SURROUND_RIGHT 114{ 115 Text [ en-US ] = "Right wrap" ; 116}; 117String STR_SURROUND_INSIDE 118{ 119 Text [ en-US ] = "Inner wrap" ; 120}; 121String STR_SURROUND_OUTSIDE 122{ 123 Text [ en-US ] = "Outer wrap" ; 124}; 125String STR_SURROUND_ANCHORONLY 126{ 127 Text [ en-US ] = "(Anchor only)" ; 128}; 129String STR_FRM_WIDTH 130{ 131 Text [ en-US ] = "Width:" ; 132}; 133String STR_FRM_FIXEDHEIGHT 134{ 135 Text [ en-US ] = "Fixed height:" ; 136}; 137String STR_FRM_MINHEIGHT 138{ 139 Text [ en-US ] = "Min. height:" ; 140}; 141String STR_FLY_AT_PARA 142{ 143 Text [ en-US ] = "to paragraph" ; 144}; 145String STR_FLY_AS_CHAR 146{ 147 Text [ en-US ] = "to character" ; 148}; 149String STR_FLY_AT_PAGE 150{ 151 Text [ en-US ] = "to page" ; 152}; 153String STR_POS_X 154{ 155 Text [ en-US ] = "X Coordinate:" ; 156}; 157String STR_POS_Y 158{ 159 Text [ en-US ] = "Y Coordinate:" ; 160}; 161String STR_VERT_TOP 162{ 163 Text [ en-US ] = "at top" ; 164}; 165String STR_VERT_CENTER 166{ 167 Text [ en-US ] = "Centered vertically" ; 168}; 169String STR_VERT_BOTTOM 170{ 171 Text [ en-US ] = "at bottom" ; 172}; 173String STR_LINE_TOP 174{ 175 Text [ en-US ] = "Top of line" ; 176}; 177String STR_LINE_CENTER 178{ 179 Text [ en-US ] = "Line centered" ; 180}; 181String STR_LINE_BOTTOM 182{ 183 Text [ en-US ] = "Bottom of line" ; 184}; 185String STR_REGISTER_ON 186{ 187 Text [ en-US ] = "Register-true" ; 188}; 189String STR_REGISTER_OFF 190{ 191 Text [ en-US ] = "Not register-true" ; 192}; 193String STR_HORI_RIGHT 194{ 195 Text [ en-US ] = "at the right" ; 196}; 197String STR_HORI_CENTER 198{ 199 Text [ en-US ] = "Centered horizontally" ; 200}; 201String STR_HORI_LEFT 202{ 203 Text [ en-US ] = "at the left" ; 204}; 205String STR_HORI_INSIDE 206{ 207 Text [ en-US ] = "inside" ; 208}; 209String STR_HORI_OUTSIDE 210{ 211 Text [ en-US ] = "outside" ; 212}; 213String STR_HORI_FULL 214{ 215 Text [ en-US ] = "Full width" ; 216}; 217String STR_COLUMNS 218{ 219 Text [ en-US ] = "Columns" ; 220}; 221String STR_LINE_WIDTH 222{ 223 Text [ en-US ] = "Separator Width:" ; 224}; 225String STR_MAX_FTN_HEIGHT 226{ 227 Text [ en-US ] = "Max. footnote area:" ; 228}; 229String STR_EDIT_IN_READONLY 230{ 231 Text [ en-US ] = "Editable in read-only document" ; 232}; 233String STR_LAYOUT_SPLIT 234{ 235 Text [ en-US ] = "Split" ; 236}; 237String STR_NUMRULE_ON 238{ 239 Text [ en-US ] = "Numbering" ; 240}; 241String STR_NUMRULE_OFF 242{ 243 Text [ en-US ] = "no numbering" ; 244}; 245String STR_CONNECT1 246{ 247 Text [ en-US ] = "linked to " ; 248}; 249String STR_CONNECT2 250{ 251 Text [ en-US ] = "and " ; 252}; 253String STR_LINECOUNT 254{ 255 Text [ en-US ] = "Count lines" ; 256}; 257String STR_DONTLINECOUNT 258{ 259 Text [ en-US ] = "don't count lines" ; 260}; 261String STR_LINCOUNT_START 262{ 263 Text [ en-US ] = "restart line count with: " ; 264}; 265 266String STR_LUMINANCE 267{ 268 Text [ en-US ] = "Brightness: " ; 269}; 270 271String STR_CHANNELR 272{ 273 Text [ en-US ] = "Red: " ; 274}; 275 276String STR_CHANNELG 277{ 278 Text [ en-US ] = "Green: " ; 279}; 280 281String STR_CHANNELB 282{ 283 Text [ en-US ] = "Blue: " ; 284}; 285 286String STR_CONTRAST 287{ 288 Text [ en-US ] = "Contrast: " ; 289}; 290 291String STR_GAMMA 292{ 293 Text [ en-US ] = "Gamma: " ; 294}; 295 296String STR_TRANSPARENCY 297{ 298 Text [ en-US ] = "Transparency: " ; 299}; 300 301String STR_INVERT 302{ 303 Text [ en-US ] = "Invert" ; 304}; 305String STR_INVERT_NOT 306{ 307 Text [ en-US ] = "do not invert" ; 308}; 309 310String STR_DRAWMODE 311{ 312 Text [ en-US ] = "Graphics mode: " ; 313}; 314 315String STR_DRAWMODE_STD 316{ 317 Text [ en-US ] = "Standard" ; 318}; 319String STR_DRAWMODE_GREY 320{ 321 Text [ en-US ] = "Grayscales" ; 322}; 323String STR_DRAWMODE_BLACKWHITE 324{ 325 Text [ en-US ] = "Black & White" ; 326}; 327String STR_DRAWMODE_WATERMARK 328{ 329 Text [ en-US ] = "Watermark" ; 330}; 331String STR_ROTATION 332{ 333 Text [ en-US ] = "Rotation" ; 334}; 335 336String STR_GRID_NONE 337{ 338 Text [ en-US ] = "No grid" ; 339}; 340 341String STR_GRID_LINES_ONLY 342{ 343 Text [ en-US ] = "Grid (lines only)" ; 344}; 345 346String STR_GRID_LINES_CHARS 347{ 348 Text [ en-US ] = "Grid (lines and characters)" ; 349}; 350String STR_FOLLOW_TEXT_FLOW 351{ 352 Text [ en-US ] = "Follow text flow" ; 353}; 354String STR_DONT_FOLLOW_TEXT_FLOW 355{ 356 Text [ en-US ] = "Do not follow text flow" ; 357}; 358String STR_CONNECT_BORDER_ON 359{ 360 Text [ en-US ] = "Merge borders" ; 361}; 362String STR_CONNECT_BORDER_OFF 363{ 364 Text [ en-US ] = "Do not merge borders" ; 365}; 366 367// ********************************************************************** EOF 368