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#include <svx/dialogs.hrc> 29#include "helpid.hrc" 30#include "stbctrls.h" 31 // pragma ---------------------------------------------------------------- 32 33 // Strings --------------------------------------------------------------- 34String RID_SVXSTR_INSERT_TEXT 35{ 36 // 'Einf"ugen' bzw. 'Insert' abgek"urzt auf h"ochstens 5 Zeichen 37 Text [ en-US ] = "INSRT" ; 38}; 39String RID_SVXSTR_OVERWRITE_TEXT 40{ 41 // '"Uberschreiben' bzw. 'Overwrite' abgek"urzt auf h"ochstens 5 Zeichen 42 Text [ en-US ] = "OVER" ; 43}; 44String RID_SVXSTR_SELMODE_STD 45{ 46 // 'Standard' abgek"urzt auf h"ochstens 3 Zeichen 47 Text [ en-US ] = "STD" ; 48}; 49String RID_SVXSTR_SELMODE_ER 50{ 51 // 'Erweitert' bzw. 'Extended' abgek"urzt auf h"ochstens 3 Zeichen 52 Text [ en-US ] = "EXT" ; 53}; 54String RID_SVXSTR_SELMODE_ERG 55{ 56 // 'Erg"anzend' bzw. 'Added' abgek"urzt auf h"ochstens 3 Zeichen 57 Text [ en-US ] = "ADD" ; 58}; 59 60String RID_SVXSTR_SELMODE_BLK 61{ 62 // 'Block' shortened to max. 3 chararcters 63 Text [ en-US ] = "BLK" ; 64 Text [ x-comment ] = " "; 65}; 66 67String RID_SVXSTR_XMLSEC_SIG_OK 68{ 69 Text [ en-US ] = "Digital Signature: The document signature is OK."; 70}; 71 72String RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY 73{ 74 Text [ en-US ] = "Digital Signature: The document signature is OK, but the certificates could not be validated."; 75}; 76 77String RID_SVXSTR_XMLSEC_SIG_NOT_OK 78{ 79 Text [ en-US ] = "Digital Signature: The document signature does not match the document content. We strongly recommend you to do not trust this document."; 80}; 81 82String RID_SVXSTR_XMLSEC_NO_SIG 83{ 84 Text [ en-US ] = "Digital Signature: The document is not signed."; 85}; 86 87String RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG 88{ 89 Text [ en-US ] = "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed."; 90}; 91 92 // PopupMenu ------------------------------------------------------------- 93Menu RID_SVXMNU_ZOOM 94{ 95 ItemList = 96 { 97 MenuItem 98 { 99 Identifier = ZOOM_200 ; 100 HelpId = HID_MNU_ZOOM_200 ; 101 Text = "200%" ; 102 }; 103 MenuItem 104 { 105 Identifier = ZOOM_150 ; 106 HelpId = HID_MNU_ZOOM_150 ; 107 Text = "150%" ; 108 }; 109 MenuItem 110 { 111 Identifier = ZOOM_100 ; 112 HelpId = HID_MNU_ZOOM_100 ; 113 Text = "100%" ; 114 }; 115 MenuItem 116 { 117 Identifier = ZOOM_75 ; 118 HelpId = HID_MNU_ZOOM_75 ; 119 Text = "75%" ; 120 }; 121 MenuItem 122 { 123 Identifier = ZOOM_50 ; 124 HelpId = HID_MNU_ZOOM_50 ; 125 Text = "50%" ; 126 }; 127 MenuItem 128 { 129 Identifier = ZOOM_OPTIMAL ; 130 HelpId = HID_MNU_ZOOM_OPTIMAL ; 131 Text [ en-US ] = "Optimal" ; 132 }; 133 MenuItem 134 { 135 Identifier = ZOOM_PAGE_WIDTH ; 136 HelpId = HID_MNU_ZOOM_PAGE_WIDTH ; 137 Text [ en-US ] = "Page Width" ; 138 }; 139 MenuItem 140 { 141 Identifier = ZOOM_WHOLE_PAGE ; 142 HelpId = HID_MNU_ZOOM_WHOLE_PAGE ; 143 Text [ en-US ] = "Entire Page" ; 144 }; 145 }; 146}; 147 // Funktionsauswahl auf dem SvxPosSizeStatusBarControl fuer Calc 148Menu RID_SVXMNU_PSZ_FUNC 149{ 150 ItemList = 151 { 152 MenuItem 153 { 154 Identifier = PSZ_FUNC_AVG ; 155 HelpId = HID_MNU_FUNC_AVG ; 156 Text [ en-US ] = "Average" ; 157 }; 158 MenuItem 159 { 160 Identifier = PSZ_FUNC_COUNT2 ; 161 HelpId = HID_MNU_FUNC_COUNT2 ; 162 Text [ en-US ] = "CountA" ; 163 }; 164 MenuItem 165 { 166 Identifier = PSZ_FUNC_COUNT ; 167 HelpId = HID_MNU_FUNC_COUNT ; 168 Text [ en-US ] = "Count" ; 169 }; 170 MenuItem 171 { 172 Identifier = PSZ_FUNC_MAX ; 173 HelpId = HID_MNU_FUNC_MAX ; 174 Text [ en-US ] = "Maximum" ; 175 }; 176 MenuItem 177 { 178 Identifier = PSZ_FUNC_MIN ; 179 HelpId = HID_MNU_FUNC_MIN ; 180 Text [ en-US ] = "Minimum" ; 181 }; 182 MenuItem 183 { 184 Identifier = PSZ_FUNC_SUM ; 185 HelpId = HID_MNU_FUNC_SUM ; 186 Text [ en-US ] = "Sum" ; 187 }; 188 MenuItem 189 { 190 Identifier = PSZ_FUNC_NONE ; 191 HelpId = HID_MNU_FUNC_NONE ; 192 Text [ en-US ] = "None" ; 193 }; 194 }; 195}; 196Menu RID_SVXMNU_XMLSECSTATBAR 197{ 198 ItemList = 199 { 200 MenuItem 201 { 202 Identifier = XMLSEC_CALL ; 203 HelpId = HID_XMLSEC_CALL ; 204 Text [ en-US ] = "Digital Signatures..." ; 205 }; 206 }; 207}; 208 209// Images ---------------------------------------------------------------- 210 211#define STD_MASKCOLOR Color{Red=0xffff;Green=0x0000;Blue=0xffff;} 212 213Image RID_SVXBMP_POSITION 214{ 215 ImageBitmap = Bitmap 216 { 217 File = "sc10223.bmp" ; 218 }; 219 MaskColor = STD_MASKCOLOR; 220}; 221Image RID_SVXBMP_SIZE 222{ 223 ImageBitmap = Bitmap 224 { 225 File = "sc10224.bmp" ; 226 }; 227 MaskColor = STD_MASKCOLOR; 228}; 229Image RID_SVXBMP_SIGNET 230{ 231 ImageBitmap = Bitmap 232 { 233 File = "signet_11x16.png" ; 234 }; 235 MaskColor = STD_MASKCOLOR; 236}; 237Image RID_SVXBMP_SIGNET_BROKEN 238{ 239 ImageBitmap = Bitmap 240 { 241 File = "caution_11x16.png" ; 242 }; 243 MaskColor = STD_MASKCOLOR; 244}; 245Image RID_SVXBMP_SIGNET_NOTVALIDATED 246{ 247 ImageBitmap = Bitmap 248 { 249 File = "notcertificate_16.png" ; 250 }; 251 MaskColor = STD_MASKCOLOR; 252}; 253Image RID_SVXBMP_SIGNET_H 254{ 255 ImageBitmap = Bitmap 256 { 257 File = "signet_11x16_h.png" ; 258 }; 259 MaskColor = STD_MASKCOLOR; 260}; 261Image RID_SVXBMP_SIGNET_BROKEN_H 262{ 263 ImageBitmap = Bitmap 264 { 265 File = "caution_11x16_h.png" ; 266 }; 267 MaskColor = STD_MASKCOLOR; 268}; 269Image RID_SVXBMP_SIGNET_NOTVALIDATED_H 270{ 271 ImageBitmap = Bitmap 272 { 273 File = "notcertificate_16_h.png" ; 274 }; 275 MaskColor = STD_MASKCOLOR; 276}; 277 278 279Image RID_SVXBMP_SLIDERBUTTON 280{ 281 ImageBitmap = Bitmap 282 { 283 File = "navigationball_10.png" ; 284 }; 285 MaskColor = STD_MASKCOLOR; 286}; 287Image RID_SVXBMP_SLIDERDECREASE 288{ 289 ImageBitmap = Bitmap 290 { 291 File = "slidezoomout_11.png" ; 292 }; 293 MaskColor = STD_MASKCOLOR; 294}; 295Image RID_SVXBMP_SLIDERINCREASE 296{ 297 ImageBitmap = Bitmap 298 { 299 File = "slidezoomin_11.png" ; 300 }; 301 MaskColor = STD_MASKCOLOR; 302}; 303Image RID_SVXBMP_SLIDERBUTTON_HC 304{ 305 ImageBitmap = Bitmap 306 { 307 File = "navigationball_10_h.png" ; 308 }; 309 MaskColor = STD_MASKCOLOR; 310}; 311Image RID_SVXBMP_SLIDERDECREASE_HC 312{ 313 ImageBitmap = Bitmap 314 { 315 File = "slidezoomout_11_h.png" ; 316 }; 317 MaskColor = STD_MASKCOLOR; 318}; 319Image RID_SVXBMP_SLIDERINCREASE_HC 320{ 321 ImageBitmap = Bitmap 322 { 323 File = "slidezoomin_11_h.png" ; 324 }; 325 MaskColor = STD_MASKCOLOR; 326}; 327 328