1/************************************************************************* 2 * 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * 9 * This file is part of OpenOffice.org. 10 * 11 * OpenOffice.org is free software: you can redistribute it and/or modify 12 * it under the terms of the GNU Lesser General Public License version 3 13 * only, as published by the Free Software Foundation. 14 * 15 * OpenOffice.org is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 * GNU Lesser General Public License version 3 for more details 19 * (a copy is included in the LICENSE file that accompanied this code). 20 * 21 * You should have received a copy of the GNU Lesser General Public License 22 * version 3 along with OpenOffice.org. If not, see 23 * <http://www.openoffice.org/license.html> 24 * for a copy of the LGPLv3 License. 25 * 26 ************************************************************************/ 27 28#include "globals.hrc" 29#include "attrdesc.hrc" 30/*--------------------------------------------------------------------- 31 Strings fuer textuelle Attribute 32 ---------------------------------------------------------------------*/ 33String STR_DROP_OVER 34{ 35 /* ### ACHTUNG: Neuer Text in Resource? Initialen �ber : Initialen �ber */ 36 Text [ en-US ] = "Drop Caps over" ; 37}; 38String STR_DROP_LINES 39{ 40 Text [ en-US ] = "rows" ; 41}; 42String STR_NO_DROP_LINES 43{ 44 Text [ en-US ] = "No Drop Caps" ; 45}; 46String STR_NO_PAGEDESC 47{ 48 Text [ en-US ] = "No page break" ; 49}; 50String STR_NO_MIRROR 51{ 52 Text [ en-US ] = "Don't mirror" ; 53}; 54String STR_VERT_MIRROR 55{ 56 Text [ en-US ] = "Flip vertically" ; 57}; 58String STR_HORI_MIRROR 59{ 60 Text [ en-US ] = "Flip horizontal" ; 61}; 62String STR_BOTH_MIRROR 63{ 64 Text [ en-US ] = "Horizontal and Vertical Flip" ; 65}; 66String STR_MIRROR_TOGGLE 67{ 68 Text [ en-US ] = "+ mirror horizontal on even pages" ; 69}; 70String STR_CHARFMT 71{ 72 Text [ en-US ] = "Character Style" ; 73}; 74String STR_NO_CHARFMT 75{ 76 Text [ en-US ] = "No Character Style" ; 77}; 78String STR_FOOTER 79{ 80 /* ### ACHTUNG: Neuer Text in Resource? Fu�zeile : Fu�zeile */ 81 Text [ en-US ] = "Footer" ; 82}; 83String STR_NO_FOOTER 84{ 85 /* ### ACHTUNG: Neuer Text in Resource? keine Fu�zeile : keine Fu�zeile */ 86 Text [ en-US ] = "No footer" ; 87}; 88String STR_HEADER 89{ 90 Text [ en-US ] = "Header" ; 91}; 92String STR_NO_HEADER 93{ 94 Text [ en-US ] = "No header" ; 95}; 96String STR_SURROUND_IDEAL 97{ 98 Text [ en-US ] = "Optimal wrap" ; 99}; 100String STR_SURROUND_NONE 101{ 102 Text [ en-US ] = "No wrap" ; 103}; 104String STR_SURROUND_THROUGHT 105{ 106 Text [ en-US ] = "Through" ; 107}; 108String STR_SURROUND_PARALLEL 109{ 110 Text [ en-US ] = "Parallel wrap" ; 111}; 112String STR_SURROUND_COLUMN 113{ 114 Text [ en-US ] = "Column Wrap" ; 115}; 116String STR_SURROUND_LEFT 117{ 118 Text [ en-US ] = "Left wrap" ; 119}; 120String STR_SURROUND_RIGHT 121{ 122 Text [ en-US ] = "Right wrap" ; 123}; 124String STR_SURROUND_INSIDE 125{ 126 Text [ en-US ] = "Inner wrap" ; 127}; 128String STR_SURROUND_OUTSIDE 129{ 130 /* ### ACHTUNG: Neuer Text in Resource? Umlauf au�en : Umlauf au�en */ 131 Text [ en-US ] = "Outer wrap" ; 132}; 133String STR_SURROUND_ANCHORONLY 134{ 135 Text [ en-US ] = "(Anchor only)" ; 136}; 137String STR_FRM_WIDTH 138{ 139 Text [ en-US ] = "Width:" ; 140}; 141String STR_FRM_FIXEDHEIGHT 142{ 143 /* ### ACHTUNG: Neuer Text in Resource? feste H�he: : feste H�he: */ 144 Text [ en-US ] = "Fixed height:" ; 145}; 146String STR_FRM_MINHEIGHT 147{ 148 /* ### ACHTUNG: Neuer Text in Resource? min. H�he: : min. H�he: */ 149 Text [ en-US ] = "Min. height:" ; 150}; 151String STR_FLY_AT_PARA 152{ 153 Text [ en-US ] = "to paragraph" ; 154}; 155String STR_FLY_AS_CHAR 156{ 157 Text [ en-US ] = "to character" ; 158}; 159String STR_FLY_AT_PAGE 160{ 161 Text [ en-US ] = "to page" ; 162}; 163String STR_POS_X 164{ 165 Text [ en-US ] = "X Coordinate:" ; 166}; 167String STR_POS_Y 168{ 169 Text [ en-US ] = "Y Coordinate:" ; 170}; 171String STR_VERT_TOP 172{ 173 Text [ en-US ] = "at top" ; 174}; 175String STR_VERT_CENTER 176{ 177 Text [ en-US ] = "Centered vertically" ; 178}; 179String STR_VERT_BOTTOM 180{ 181 Text [ en-US ] = "at bottom" ; 182}; 183String STR_LINE_TOP 184{ 185 Text [ en-US ] = "Top of line" ; 186}; 187String STR_LINE_CENTER 188{ 189 Text [ en-US ] = "Line centered" ; 190}; 191String STR_LINE_BOTTOM 192{ 193 Text [ en-US ] = "Bottom of line" ; 194}; 195String STR_REGISTER_ON 196{ 197 Text [ en-US ] = "Register-true" ; 198}; 199String STR_REGISTER_OFF 200{ 201 Text [ en-US ] = "Not register-true" ; 202}; 203String STR_HORI_RIGHT 204{ 205 Text [ en-US ] = "at the right" ; 206}; 207String STR_HORI_CENTER 208{ 209 Text [ en-US ] = "Centered horizontally" ; 210}; 211String STR_HORI_LEFT 212{ 213 Text [ en-US ] = "at the left" ; 214}; 215String STR_HORI_INSIDE 216{ 217 Text [ en-US ] = "inside" ; 218}; 219String STR_HORI_OUTSIDE 220{ 221 /* ### ACHTUNG: Neuer Text in Resource? au�en : au�en */ 222 Text [ en-US ] = "outside" ; 223}; 224String STR_HORI_FULL 225{ 226 Text [ en-US ] = "Full width" ; 227}; 228String STR_COLUMNS 229{ 230 Text [ en-US ] = "Columns" ; 231}; 232String STR_LINE_WIDTH 233{ 234 Text [ en-US ] = "Separator Width:" ; 235}; 236String STR_MAX_FTN_HEIGHT 237{ 238 /* ### ACHTUNG: Neuer Text in Resource? max. Fu�notenbereich: : max. Fu�notenbereich: */ 239 Text [ en-US ] = "Max. footnote area:" ; 240}; 241String STR_EDIT_IN_READONLY 242{ 243 /* ### ACHTUNG: Neuer Text in Resource? editierbar im schreibgesch�tztem Dokument : editierbar im Schreibesch�tztem Dokument */ 244 /* ### ACHTUNG: Neuer Text in Resource? editierbar im schreibgesch�tztem Dokument : editierbar im Schreibesch�tztem Dokument */ 245 /* ### ACHTUNG: Neuer Text in Resource? editierbar im schreibgesch�tztem Dokument : editierbar im Schreibesch�tztem Dokument */ 246 /* ### ACHTUNG: Neuer Text in Resource? editierbar im schreibgesch�tztem Dokument : editierbar im Schreibesch�tztem Dokument */ 247 /* ### ACHTUNG: Neuer Text in Resource? editierbar im schreibgesch�tztem Dokument : editierbar im Schreibesch�tztem Dokument */ 248 /* ### ACHTUNG: Neuer Text in Resource? editierbar im schreibgesch�tztem Dokument : editierbar im schreibgesch�tztem Dokument */ 249 Text [ en-US ] = "Editable in read-only document" ; 250}; 251String STR_LAYOUT_SPLIT 252{ 253 Text [ en-US ] = "Split" ; 254}; 255String STR_NUMRULE_ON 256{ 257 Text [ en-US ] = "Numbering" ; 258}; 259String STR_NUMRULE_OFF 260{ 261 Text [ en-US ] = "no numbering" ; 262}; 263String STR_CONNECT1 264{ 265 Text [ en-US ] = "linked to " ; 266}; 267String STR_CONNECT2 268{ 269 Text [ en-US ] = "and " ; 270}; 271String STR_LINECOUNT 272{ 273 Text [ en-US ] = "Count lines" ; 274}; 275String STR_DONTLINECOUNT 276{ 277 Text [ en-US ] = "don't count lines" ; 278}; 279String STR_LINCOUNT_START 280{ 281 Text [ en-US ] = "restart line count with: " ; 282}; 283 284String STR_LUMINANCE 285{ 286 Text [ en-US ] = "Brightness: "; 287}; 288 289String STR_CHANNELR 290{ 291 Text [ en-US ] = "Red: "; 292}; 293 294String STR_CHANNELG 295{ 296 Text [ en-US ] = "Green: "; 297}; 298 299String STR_CHANNELB 300{ 301 Text [ en-US ] = "Blue: "; 302}; 303 304String STR_CONTRAST 305{ 306 Text [ en-US ] = "Contrast: "; 307}; 308 309String STR_GAMMA 310{ 311 Text [ en-US ] = "Gamma: "; 312}; 313 314String STR_TRANSPARENCY 315{ 316 Text [ en-US ] = "Transparency: "; 317}; 318 319String STR_INVERT 320{ 321 Text [ en-US ] = "Invert"; 322}; 323String STR_INVERT_NOT 324{ 325 Text [ en-US ] = "do not invert"; 326}; 327 328String STR_DRAWMODE 329{ 330 Text [ en-US ] = "Graphics mode: "; 331}; 332 333String STR_DRAWMODE_STD 334{ 335 Text [ en-US ] = "Standard"; 336}; 337String STR_DRAWMODE_GREY 338{ 339 Text [ en-US ] = "Grayscales"; 340}; 341String STR_DRAWMODE_BLACKWHITE 342{ 343 Text [ en-US ] = "Black & White"; 344}; 345String STR_DRAWMODE_WATERMARK 346{ 347 Text [ en-US ] = "Watermark"; 348}; 349String STR_ROTATION 350{ 351 Text [ en-US ] = "Rotation"; 352}; 353 354String STR_GRID_NONE 355{ 356 Text [ en-US ] = "No grid"; 357}; 358 359String STR_GRID_LINES_ONLY 360{ 361 Text [ en-US ] = "Grid (lines only)"; 362}; 363 364String STR_GRID_LINES_CHARS 365{ 366 Text [ en-US ] = "Grid (lines and characters)"; 367}; 368String STR_FOLLOW_TEXT_FLOW 369{ 370 Text [ en-US ] = "Follow text flow"; 371}; 372String STR_DONT_FOLLOW_TEXT_FLOW 373{ 374 Text [ en-US ] = "Do not follow text flow"; 375}; 376String STR_CONNECT_BORDER_ON 377{ 378 Text [ en-US ] = "Merge borders"; 379}; 380String STR_CONNECT_BORDER_OFF 381{ 382 Text [ en-US ] = "Do not merge borders"; 383}; 384 385