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