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 // include ------------------------------------------------------------------ 28 29#include "svx/svxitems.hrc" 30#include "svx/svxids.hrc" 31#include <editeng/editids.hrc> 32 33StringArray RID_ATTR_NAMES 34{ 35 ItemList [ en-US ] = 36 { 37 < "Scale" ; SID_ATTR_ZOOM ; > ; 38 < "Brush" ; SID_ATTR_BRUSH ; > ; 39 < "Tab stops" ; SID_ATTR_TABSTOP ; > ; 40 < "Character" ; SID_ATTR_CHAR ; > ; 41 < "Font" ; SID_ATTR_CHAR_FONT ; > ; 42 < "Font posture" ; SID_ATTR_CHAR_POSTURE ; > ; 43 < "Font weight" ; SID_ATTR_CHAR_WEIGHT ; > ; 44 < "Shadowed" ; SID_ATTR_CHAR_SHADOWED ; > ; 45 < "Individual words" ; SID_ATTR_CHAR_WORDLINEMODE ; > ; 46 < "Outline" ; SID_ATTR_CHAR_CONTOUR ; > ; 47 < "Strikethrough" ; SID_ATTR_CHAR_STRIKEOUT ; > ; 48 < "Underline" ; SID_ATTR_CHAR_UNDERLINE ; > ; 49 < "Font size" ; SID_ATTR_CHAR_FONTHEIGHT ; > ; 50 < "Rel. Font size" ; SID_ATTR_CHAR_PROPSIZE ; > ; 51 < "Font color" ; SID_ATTR_CHAR_COLOR ; > ; 52 < "Kerning" ; SID_ATTR_CHAR_KERNING ; > ; 53 < "Effects" ; SID_ATTR_CHAR_CASEMAP ; > ; 54 < "Language"; SID_ATTR_CHAR_LANGUAGE ; > ; 55 < "Position" ; SID_ATTR_CHAR_ESCAPEMENT ; > ; 56 < "Blinking" ; SID_ATTR_CHAR_AUTOKERN ; > ; 57 < "Character set color" ; SID_ATTR_CHAR_CHARSETCOLOR ; > ; 58 < "Overline" ; SID_ATTR_CHAR_OVERLINE ; > ; 59 < "Paragraph" ; SID_ATTR_PARA ; > ; 60 < "Alignment" ; SID_ATTR_PARA_ADJUST ; > ; 61 < "Line spacing" ; SID_ATTR_PARA_LINESPACE ; > ; 62 < "Page Break" ; SID_ATTR_PARA_PAGEBREAK ; > ; 63 < "Hyphenation" ; SID_ATTR_PARA_HYPHENZONE ; > ; 64 < "Do not split paragraph"; SID_ATTR_PARA_SPLIT ; > ; 65 < "Orphans" ; SID_ATTR_PARA_ORPHANS ; > ; 66 < "Widows" ; SID_ATTR_PARA_WIDOWS ; > ; 67 < "Spacing" ; SID_ATTR_PARA_ULSPACE ; > ; 68 < "Indent" ; SID_ATTR_PARA_LRSPACE ; > ; 69 < "Indent" ; SID_ATTR_LRSPACE ; > ; 70 < "Spacing" ; SID_ATTR_ULSPACE ; > ; 71 < "Page" ; SID_ATTR_PAGE ; > ; 72 < "Page Style" ; SID_ATTR_PARA_MODEL ; > ; 73 < "Keep with next paragraph"; SID_ATTR_PARA_KEEP ; > ; 74 < "Blinking" ; SID_ATTR_FLASH ; > ; 75 < "Register-true" ; SID_ATTR_PARA_REGISTER ; > ; 76 < "Character background" ; SID_ATTR_BRUSH_CHAR ; > ; 77 < "Asian font" ; SID_ATTR_CHAR_CJK_FONT ; > ; 78 < "Size of Asian font" ; SID_ATTR_CHAR_CJK_FONTHEIGHT ; > ; 79 < "Language of Asian font"; SID_ATTR_CHAR_CJK_LANGUAGE ; > ; 80 < "Posture of Asian font" ; SID_ATTR_CHAR_CJK_POSTURE ; > ; 81 < "Weight of Asian font" ; SID_ATTR_CHAR_CJK_WEIGHT ; > ; 82 < "CTL" ; SID_ATTR_CHAR_CTL_FONT ; > ; 83 < "Size of complex scripts" ; SID_ATTR_CHAR_CTL_FONTHEIGHT ; > ; 84 < "Language of complex scripts";SID_ATTR_CHAR_CTL_LANGUAGE ; > ; 85 < "Posture of complex scripts"; SID_ATTR_CHAR_CTL_POSTURE ; > ; 86 < "Weight of complex scripts"; SID_ATTR_CHAR_CTL_WEIGHT ; > ; 87 < "Double-lined" ; SID_ATTR_CHAR_TWO_LINES ; > ; 88 < "Emphasis mark" ; SID_ATTR_CHAR_EMPHASISMARK ; > ; 89 < "Text spacing" ; SID_ATTR_PARA_SCRIPTSPACE ; > ; 90 < "Hanging punctuation" ; SID_ATTR_PARA_HANGPUNCTUATION ; > ; 91 < "Forbidden characters" ; SID_ATTR_PARA_FORBIDDEN_RULES ; > ; 92 < "Rotation" ; SID_ATTR_CHAR_ROTATED ; > ; 93 < "Scale" ; SID_ATTR_CHAR_SCALEWIDTH ; > ; 94 < "Relief" ; SID_ATTR_CHAR_RELIEF ; > ; 95 < "Vertical text alignment" ; SID_PARA_VERTALIGN ; > ; 96 }; 97}; 98 99 100String RID_SVXITEMS_EXTRAS_CHARCOLOR 101{ 102 Text [ en-US ] = "Font color" ; 103}; 104 // SvxSearchItem ------------------------------------------------------------ 105 // Kommando 106String RID_SVXITEMS_SEARCHCMD_FIND 107{ 108 Text [ en-US ] = "Search" ; 109}; 110String RID_SVXITEMS_SEARCHCMD_FIND_ALL 111{ 112 Text [ en-US ] = "Find All" ; 113}; 114String RID_SVXITEMS_SEARCHCMD_REPLACE 115{ 116 Text [ en-US ] = "Replace" ; 117}; 118String RID_SVXITEMS_SEARCHCMD_REPLACE_ALL 119{ 120 Text [ en-US ] = "Replace all" ; 121}; 122 // Vorlagen 123String RID_SVXITEMS_SEARCHSTYL_CHAR 124{ 125 Text [ en-US ] = "Character Style" ; 126}; 127String RID_SVXITEMS_SEARCHSTYL_PARA 128{ 129 Text [ en-US ] = "Paragraph Style" ; 130}; 131String RID_SVXITEMS_SEARCHSTYL_FRAME 132{ 133 Text [ en-US ] = "Frame Style" ; 134}; 135String RID_SVXITEMS_SEARCHSTYL_PAGE 136{ 137 Text [ en-US ] = "Page Style" ; 138}; 139 // Zellen-Typ 140String RID_SVXITEMS_SEARCHIN_FORMULA 141{ 142 Text [ en-US ] = "Formula" ; 143}; 144String RID_SVXITEMS_SEARCHIN_VALUE 145{ 146 Text [ en-US ] = "Value" ; 147}; 148String RID_SVXITEMS_SEARCHIN_NOTE 149{ 150 Text [ en-US ] = "Note" ; 151}; 152 // Applikation 153String RID_SVXITEMS_SEARCHAPP_WRITER 154{ 155 Text = "StarWriter" ; 156}; 157String RID_SVXITEMS_SEARCHAPP_CALC 158{ 159 Text = "StarCalc" ; 160}; 161String RID_SVXITEMS_SEARCHAPP_DRAW 162{ 163 Text = "StarDraw" ; 164}; 165String RID_SVXITEMS_SEARCHAPP_BASE 166{ 167 Text = "StarBase" ; 168}; 169 // enum BrushStyle ---------------------------------------------------------- 170String RID_SVXITEMS_BRUSHSTYLE_NULL 171{ 172 Text [ en-US ] = "None" ; 173}; 174String RID_SVXITEMS_BRUSHSTYLE_SOLID 175{ 176 Text [ en-US ] = "Solid" ; 177}; 178String RID_SVXITEMS_BRUSHSTYLE_HORZ 179{ 180 Text [ en-US ] = "Horizontal" ; 181}; 182String RID_SVXITEMS_BRUSHSTYLE_VERT 183{ 184 Text [ en-US ] = "Vertical" ; 185}; 186String RID_SVXITEMS_BRUSHSTYLE_CROSS 187{ 188 Text [ en-US ] = "Grid" ; 189}; 190String RID_SVXITEMS_BRUSHSTYLE_DIAGCROSS 191{ 192 Text [ en-US ] = "Diamond" ; 193}; 194String RID_SVXITEMS_BRUSHSTYLE_UPDIAG 195{ 196 Text [ en-US ] = "Diagonal up" ; 197}; 198String RID_SVXITEMS_BRUSHSTYLE_DOWNDIAG 199{ 200 Text [ en-US ] = "Diagonal down" ; 201}; 202String RID_SVXITEMS_BRUSHSTYLE_25 203{ 204 Text = "25%" ; 205}; 206String RID_SVXITEMS_BRUSHSTYLE_50 207{ 208 Text = "50%" ; 209}; 210String RID_SVXITEMS_BRUSHSTYLE_75 211{ 212 Text = "75%" ; 213}; 214String RID_SVXITEMS_BRUSHSTYLE_BITMAP 215{ 216 Text [ en-US ] = "Image" ; 217}; 218 219String RID_SVXITEMS_HORJUST_STANDARD 220{ 221 Text [ en-US ] = "Horizontal alignment default" ; 222}; 223String RID_SVXITEMS_HORJUST_LEFT 224{ 225 Text [ en-US ] = "Align left" ; 226}; 227String RID_SVXITEMS_HORJUST_CENTER 228{ 229 Text [ en-US ] = "Centered horizontally" ; 230}; 231String RID_SVXITEMS_HORJUST_RIGHT 232{ 233 Text [ en-US ] = "Align right" ; 234}; 235String RID_SVXITEMS_HORJUST_BLOCK 236{ 237 Text [ en-US ] = "Justify" ; 238}; 239String RID_SVXITEMS_HORJUST_REPEAT 240{ 241 Text [ en-US ] = "Repeat alignment" ; 242}; 243String RID_SVXITEMS_VERJUST_STANDARD 244{ 245 Text [ en-US ] = "Vertical alignment default" ; 246}; 247String RID_SVXITEMS_VERJUST_TOP 248{ 249 Text [ en-US ] = "Align to top" ; 250}; 251String RID_SVXITEMS_VERJUST_CENTER 252{ 253 Text [ en-US ] = "Centered vertically" ; 254}; 255String RID_SVXITEMS_VERJUST_BOTTOM 256{ 257 Text [ en-US ] = "Align to bottom" ; 258}; 259String RID_SVXITEMS_ORI_STANDARD 260{ 261 Text [ en-US ] = "Default orientation" ; 262}; 263String RID_SVXITEMS_ORI_TOPBOTTOM 264{ 265 Text [ en-US ] = "From top to bottom" ; 266}; 267String RID_SVXITEMS_ORI_BOTTOMTOP 268{ 269 Text [ en-US ] = "Bottom to Top" ; 270}; 271String RID_SVXITEMS_ORI_STACKED 272{ 273 Text [ en-US ] = "Stacked" ; 274}; 275 // GetValueText von BoolItems 276String RID_SVXITEMS_BOXINF_TABLE_TRUE 277{ 278 Text [ en-US ] = "Table" ; 279}; 280String RID_SVXITEMS_BOXINF_TABLE_FALSE 281{ 282 Text [ en-US ] = "Not Table" ; 283}; 284String RID_SVXITEMS_BOXINF_DIST_TRUE 285{ 286 Text [ en-US ] = "Spacing enabled" ; 287}; 288String RID_SVXITEMS_BOXINF_DIST_FALSE 289{ 290 Text [ en-US ] = "Spacing disabled" ; 291}; 292String RID_SVXITEMS_BOXINF_MDIST_TRUE 293{ 294 Text [ en-US ] = "Keep spacing interval" ; 295}; 296String RID_SVXITEMS_BOXINF_MDIST_FALSE 297{ 298 Text [ en-US ] = "Allowed to fall short of spacing interval" ; 299}; 300String RID_SVXITEMS_MARGIN_LEFT 301{ 302 Text [ en-US ] = "Left margin: " ; 303}; 304String RID_SVXITEMS_MARGIN_TOP 305{ 306 Text [ en-US ] = "Top margin: " ; 307}; 308String RID_SVXITEMS_MARGIN_RIGHT 309{ 310 Text [ en-US ] = "Right margin: " ; 311}; 312String RID_SVXITEMS_MARGIN_BOTTOM 313{ 314 Text [ en-US ] = "Bottom margin: " ; 315}; 316String RID_SVXITEMS_PAGE_COMPLETE 317{ 318 Text [ en-US ] = "Page Description: " ; 319}; 320String RID_SVXITEMS_PAGE_NUM_CHR_UPPER 321{ 322 Text [ en-US ] = "Capitals" ; 323}; 324String RID_SVXITEMS_PAGE_NUM_CHR_LOWER 325{ 326 Text [ en-US ] = "Lowercase" ; 327}; 328String RID_SVXITEMS_PAGE_NUM_ROM_UPPER 329{ 330 Text [ en-US ] = "Uppercase Roman" ; 331}; 332String RID_SVXITEMS_PAGE_NUM_ROM_LOWER 333{ 334 Text [ en-US ] = "Lowercase Roman" ; 335}; 336String RID_SVXITEMS_PAGE_NUM_ARABIC 337{ 338 Text [ en-US ] = "Arabic" ; 339}; 340String RID_SVXITEMS_PAGE_NUM_NONE 341{ 342 Text [ en-US ] = "None" ; 343}; 344String RID_SVXITEMS_PAGE_LAND_TRUE 345{ 346 Text [ en-US ] = "Landscape" ; 347}; 348String RID_SVXITEMS_PAGE_LAND_FALSE 349{ 350 Text [ en-US ] = "Portrait" ; 351}; 352String RID_SVXITEMS_PAGE_USAGE_LEFT 353{ 354 Text [ en-US ] = "Left" ; 355}; 356String RID_SVXITEMS_PAGE_USAGE_RIGHT 357{ 358 Text [ en-US ] = "Right" ; 359}; 360String RID_SVXITEMS_PAGE_USAGE_ALL 361{ 362 Text [ en-US ] = "All" ; 363}; 364String RID_SVXITEMS_PAGE_USAGE_MIRROR 365{ 366 Text [ en-US ] = "Mirrored" ; 367}; 368String RID_SVXITEMS_AUTHOR_COMPLETE 369{ 370 Text [ en-US ] = "Author: " ; 371}; 372String RID_SVXITEMS_DATE_COMPLETE 373{ 374 Text [ en-US ] = "Date: " ; 375}; 376String RID_SVXITEMS_TEXT_COMPLETE 377{ 378 Text [ en-US ] = "Text: " ; 379}; 380String RID_SVXITEMS_BACKGROUND_COLOR 381{ 382 Text [ en-US ] = "Background color: " ; 383}; 384String RID_SVXITEMS_PATTERN_COLOR 385{ 386 Text [ en-US ] = "Pattern color: " ; 387}; 388String RID_SVXITEMS_BRUSH_CHAR 389{ 390 Text [ en-US ] = "Character background"; 391}; 392 // ********************************************************************** EOF 393 394