app.src (523c0123) | app.src (4335b99a) |
---|---|
1/************************************************************** | 1/************************************************************** |
2 * | 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 | 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 * | 10 * |
11 * http://www.apache.org/licenses/LICENSE-2.0 | 11 * http://www.apache.org/licenses/LICENSE-2.0 |
12 * | 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. | 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 * | 19 * |
20 *************************************************************/ 21 | 20 *************************************************************/ 21 |
22 23 24 25 | |
26#include <svl/style.hrc> 27#include <sfx2/sfx.hrc> 28#include <svx/dialogs.hrc> 29#include <svx/globlmn.hrc> 30#include "cmdid.h" 31#include "globals.hrc" 32#include "app.hrc" 33#include "statstr.hrc" 34#include "swstyle.h" 35#include "comcore.hrc" 36#include "shells.hrc" 37#include "helpid.h" 38 39String RID_SW_NAME 40{ | 22#include <svl/style.hrc> 23#include <sfx2/sfx.hrc> 24#include <svx/dialogs.hrc> 25#include <svx/globlmn.hrc> 26#include "cmdid.h" 27#include "globals.hrc" 28#include "app.hrc" 29#include "statstr.hrc" 30#include "swstyle.h" 31#include "comcore.hrc" 32#include "shells.hrc" 33#include "helpid.h" 34 35String RID_SW_NAME 36{ |
41 Text = "StarWriter" ; | 37 Text = "Writer" ; |
42}; 43 44String STR_PRINT_MERGE_MACRO 45{ 46 Text [ en-US ] = "Print form letters" ; 47}; 48 49String STR_PAGE_COUNT_MACRO 50{ 51 Text [ en-US ] = "Changing the page count" ; 52}; 53 54 // Image-Liste ---------------------------------------------------------------- 55 // Don't use this image list for normal toolbar images. We have now our commandimagelist 56 // folder in default_images. This list is now only used for special toolboxes that are 57 // used in floating windows. 58 | 38}; 39 40String STR_PRINT_MERGE_MACRO 41{ 42 Text [ en-US ] = "Print form letters" ; 43}; 44 45String STR_PAGE_COUNT_MACRO 46{ 47 Text [ en-US ] = "Changing the page count" ; 48}; 49 50 // Image-Liste ---------------------------------------------------------------- 51 // Don't use this image list for normal toolbar images. We have now our commandimagelist 52 // folder in default_images. This list is now only used for special toolboxes that are 53 // used in floating windows. 54 |
59#define IMAGELIST_AND_COUNT \ 60 IdList = { \ 61 FN_FORMULA_CALC ;\ 62 FN_FORMULA_CANCEL ;\ 63 FN_FORMULA_APPLY ;\ 64 }; \ 65 IdCount = { \ 66 3; \ | 55#define IMAGELIST_AND_COUNT \ 56 IdList = { \ 57 FN_FORMULA_CALC; \ 58 FN_FORMULA_CANCEL; \ 59 FN_FORMULA_APPLY; \ 60 }; \ 61 IdCount = { \ 62 3; \ |
67 }; 68 69ImageList RID_DEFAULTIMAGELIST_SC 70{ | 63 }; 64 65ImageList RID_DEFAULTIMAGELIST_SC 66{ |
71 Prefix = "sc"; 72 MaskColor = IMAGE_MASK_COLOR ; | 67 Prefix = "sc" ; 68 MaskColor = IMAGE_MASK_COLOR ; |
73 IMAGELIST_AND_COUNT 74}; 75ImageList RID_DEFAULTIMAGELIST_LC 76{ | 69 IMAGELIST_AND_COUNT 70}; 71ImageList RID_DEFAULTIMAGELIST_LC 72{ |
77 Prefix = "lc"; 78 MaskColor = IMAGE_MASK_COLOR ; | 73 Prefix = "lc" ; 74 MaskColor = IMAGE_MASK_COLOR ; |
79 IMAGELIST_AND_COUNT 80}; 81 82ImageList RID_DEFAULTIMAGELIST_SCH 83{ | 75 IMAGELIST_AND_COUNT 76}; 77 78ImageList RID_DEFAULTIMAGELIST_SCH 79{ |
84 Prefix = "sch"; 85 MaskColor = IMAGE_MASK_COLOR ; 86 IMAGELIST_AND_COUNT | 80 Prefix = "sch" ; 81 MaskColor = IMAGE_MASK_COLOR ; 82 IMAGELIST_AND_COUNT |
87}; 88ImageList RID_DEFAULTIMAGELIST_LCH 89{ | 83}; 84ImageList RID_DEFAULTIMAGELIST_LCH 85{ |
90 Prefix = "lch"; 91 MaskColor = IMAGE_MASK_COLOR ; 92 IMAGELIST_AND_COUNT | 86 Prefix = "lch" ; 87 MaskColor = IMAGE_MASK_COLOR ; 88 IMAGELIST_AND_COUNT |
93}; 94 95// Vorlagen 96#define STYLE_IMAGE_LISTEF \ | 89}; 90 91// Vorlagen 92#define STYLE_IMAGE_LISTEF \ |
97 MaskColor = IMAGE_MASK_COLOR ; \ | 93 MaskColor = IMAGE_MASK_COLOR ; \ |
98 IdList = \ 99 { \ 100 1; 2; 3; 4; 5; \ 101 }; \ 102 IdCount = 5; 103 104SfxStyleFamilies DLG_STYLE_DESIGNER 105{ 106 StyleFamilyList = 107 { 108 SfxStyleFamilyItem 109 { | 94 IdList = \ 95 { \ 96 1; 2; 3; 4; 5; \ 97 }; \ 98 IdCount = 5; 99 100SfxStyleFamilies DLG_STYLE_DESIGNER 101{ 102 StyleFamilyList = 103 { 104 SfxStyleFamilyItem 105 { |
110 StyleFamily = SFX_STYLE_FAMILY_PARA ; | 106 StyleFamily = SFX_STYLE_FAMILY_PARA ; |
111 Text [ en-US ] = "Paragraph Styles" ; | 107 Text [ en-US ] = "Paragraph Styles" ; |
112 FilterList [ en-US ] = | 108 FilterList [ en-US ] = |
113 { | 109 { |
114 < "All Styles" ; SFXSTYLEBIT_ALL ; > ; 115 < "Applied Styles" ; SFXSTYLEBIT_USED ; > ; 116 < "Custom Styles" ; SFXSTYLEBIT_USERDEF ; > ; 117 < "Automatic" ; SFXSTYLEBIT_AUTO ; > ; 118 < "Text Styles" ; SWSTYLEBIT_TEXT ; > ; 119 < "Chapter Styles" ; SWSTYLEBIT_CHAPTER ; > ; 120 < "List Styles" ; SWSTYLEBIT_LIST ; > ; 121 < "Index Styles" ; SWSTYLEBIT_IDX ; > ; 122 < "Special Styles" ; SWSTYLEBIT_EXTRA ; > ; 123 < "HTML Styles" ; SWSTYLEBIT_HTML ; > ; 124 < "Conditional Styles" ; SWSTYLEBIT_CONDCOLL ; > ; | 110 < "All Styles" ; SFXSTYLEBIT_ALL ; > ; 111 < "Applied Styles" ; SFXSTYLEBIT_USED ; > ; 112 < "Custom Styles" ; SFXSTYLEBIT_USERDEF ; > ; 113 < "Automatic" ; SFXSTYLEBIT_AUTO ; > ; 114 < "Text Styles" ; SWSTYLEBIT_TEXT ; > ; 115 < "Chapter Styles" ; SWSTYLEBIT_CHAPTER ; > ; 116 < "List Styles" ; SWSTYLEBIT_LIST ; > ; 117 < "Index Styles" ; SWSTYLEBIT_IDX ; > ; 118 < "Special Styles" ; SWSTYLEBIT_EXTRA ; > ; 119 < "HTML Styles" ; SWSTYLEBIT_HTML ; > ; 120 < "Conditional Styles" ; SWSTYLEBIT_CONDCOLL ; > ; |
125 }; 126 }; 127 SfxStyleFamilyItem 128 { 129 StyleFamily = SFX_STYLE_FAMILY_CHAR ; 130 Text [ en-US ] = "Character Styles" ; 131 FilterList [ en-US ] = 132 { | 121 }; 122 }; 123 SfxStyleFamilyItem 124 { 125 StyleFamily = SFX_STYLE_FAMILY_CHAR ; 126 Text [ en-US ] = "Character Styles" ; 127 FilterList [ en-US ] = 128 { |
133 < "All" ; SFXSTYLEBIT_ALL ; > ; 134 < "Applied Styles" ; SFXSTYLEBIT_USED ; > ; 135 < "Custom Styles" ; SFXSTYLEBIT_USERDEF ; > ; | 129 < "All" ; SFXSTYLEBIT_ALL ; > ; 130 < "Applied Styles" ; SFXSTYLEBIT_USED ; > ; 131 < "Custom Styles" ; SFXSTYLEBIT_USERDEF ; > ; |
136 }; 137 }; 138 SfxStyleFamilyItem 139 { 140 StyleFamily = SFX_STYLE_FAMILY_FRAME ; 141 Text [ en-US ] = "Frame Styles" ; 142 FilterList [ en-US ] = 143 { | 132 }; 133 }; 134 SfxStyleFamilyItem 135 { 136 StyleFamily = SFX_STYLE_FAMILY_FRAME ; 137 Text [ en-US ] = "Frame Styles" ; 138 FilterList [ en-US ] = 139 { |
144 < "All" ; SFXSTYLEBIT_ALL ; > ; 145 < "Applied Styles" ; SFXSTYLEBIT_USED ; > ; 146 < "Custom Styles" ; SFXSTYLEBIT_USERDEF ; > ; | 140 < "All" ; SFXSTYLEBIT_ALL ; > ; 141 < "Applied Styles" ; SFXSTYLEBIT_USED ; > ; 142 < "Custom Styles" ; SFXSTYLEBIT_USERDEF ; > ; |
147 }; 148 }; 149 SfxStyleFamilyItem 150 { 151 StyleFamily = SFX_STYLE_FAMILY_PAGE ; 152 Text [ en-US ] = "Page Styles" ; 153 FilterList [ en-US ] = 154 { | 143 }; 144 }; 145 SfxStyleFamilyItem 146 { 147 StyleFamily = SFX_STYLE_FAMILY_PAGE ; 148 Text [ en-US ] = "Page Styles" ; 149 FilterList [ en-US ] = 150 { |
155 < "All" ; SFXSTYLEBIT_ALL ; > ; 156 < "Applied Styles" ; SFXSTYLEBIT_USED ; > ; 157 < "Custom Styles" ; SFXSTYLEBIT_USERDEF ; > ; | 151 < "All" ; SFXSTYLEBIT_ALL ; > ; 152 < "Applied Styles" ; SFXSTYLEBIT_USED ; > ; 153 < "Custom Styles" ; SFXSTYLEBIT_USERDEF ; > ; |
158 }; 159 }; 160 SfxStyleFamilyItem 161 { 162 StyleFamily = SFX_STYLE_FAMILY_PSEUDO ; 163 Text [ en-US ] = "List Styles" ; 164 FilterList [ en-US ] = 165 { | 154 }; 155 }; 156 SfxStyleFamilyItem 157 { 158 StyleFamily = SFX_STYLE_FAMILY_PSEUDO ; 159 Text [ en-US ] = "List Styles" ; 160 FilterList [ en-US ] = 161 { |
166 < "All" ; SFXSTYLEBIT_ALL ; > ; 167 < "Applied Styles" ; SFXSTYLEBIT_USED ; > ; 168 < "Custom Styles" ; SFXSTYLEBIT_USERDEF ; > ; | 162 < "All" ; SFXSTYLEBIT_ALL ; > ; 163 < "Applied Styles" ; SFXSTYLEBIT_USED ; > ; 164 < "Custom Styles" ; SFXSTYLEBIT_USERDEF ; > ; |
169 }; 170 }; 171 }; 172 173 ImageList 1 // == BMP_COLOR_NORMAL + 1 174 { | 165 }; 166 }; 167 }; 168 169 ImageList 1 // == BMP_COLOR_NORMAL + 1 170 { |
175 Prefix = "sf"; | 171 Prefix = "sf" ; |
176 STYLE_IMAGE_LISTEF 177 }; 178 ImageList 2 // == BMP_COLOR_HIGHCONTRAST + 1 179 { | 172 STYLE_IMAGE_LISTEF 173 }; 174 ImageList 2 // == BMP_COLOR_HIGHCONTRAST + 1 175 { |
180 Prefix = "sfh"; | 176 Prefix = "sfh" ; |
181 STYLE_IMAGE_LISTEF 182 }; 183}; 184 185 186 | 177 STYLE_IMAGE_LISTEF 178 }; 179}; 180 181 182 |
187 // Default Bitmap fuer Toolbox | 183 // Default Bitmap for toolbox |
188BITMAP BMP_FEHLT { FILE = "x.png" ; }; 189 // Bitmap fuer die NumerierungsVorlagen im Organizer 190Bitmap BMP_STYLES_FAMILY_NUM { File = "styfamnu.png" ; }; 191Bitmap BMP_STYLES_FAMILY_NUM_HC { File = "styfamnu_h.png" ; }; 192 193String STR_ENV_TITLE 194{ 195 Text [ en-US ] = "Envelope" ; --- 7 unchanged lines hidden (view full) --- 203 // ShortName!!! 204String STR_HUMAN_SWDOC_NAME 205{ 206 Text [ en-US ] = "Text" ; 207}; 208 209String STR_WRITER_DOCUMENT_FULLTYPE 210{ | 184BITMAP BMP_FEHLT { FILE = "x.png" ; }; 185 // Bitmap fuer die NumerierungsVorlagen im Organizer 186Bitmap BMP_STYLES_FAMILY_NUM { File = "styfamnu.png" ; }; 187Bitmap BMP_STYLES_FAMILY_NUM_HC { File = "styfamnu_h.png" ; }; 188 189String STR_ENV_TITLE 190{ 191 Text [ en-US ] = "Envelope" ; --- 7 unchanged lines hidden (view full) --- 199 // ShortName!!! 200String STR_HUMAN_SWDOC_NAME 201{ 202 Text [ en-US ] = "Text" ; 203}; 204 205String STR_WRITER_DOCUMENT_FULLTYPE 206{ |
211 Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION Text Document"; | 207 Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION Text Document" ; |
212}; 213 214 215String STR_CANTOPEN 216{ 217 Text [ en-US ] = "Cannot open document." ; 218}; 219 220String STR_CANTCREATE 221{ | 208}; 209 210 211String STR_CANTOPEN 212{ 213 Text [ en-US ] = "Cannot open document." ; 214}; 215 216String STR_CANTCREATE 217{ |
222 Text [ en-US ] = "Can't create document."; | 218 Text [ en-US ] = "Can't create document." ; |
223}; 224String STR_DLLNOTFOUND 225{ 226 Text [ en-US ] = "Filter not found." ; 227}; 228 229 230String STR_UNBENANNT --- 21 unchanged lines hidden (view full) --- 252InfoBox MSG_ERROR_PASSWD 253{ 254 BUTTONS = WB_OK ; 255 DEFBUTTON = WB_DEF_OK ; 256 Message [ en-US ] = "Invalid password" ; 257}; 258 259/* | 219}; 220String STR_DLLNOTFOUND 221{ 222 Text [ en-US ] = "Filter not found." ; 223}; 224 225 226String STR_UNBENANNT --- 21 unchanged lines hidden (view full) --- 248InfoBox MSG_ERROR_PASSWD 249{ 250 BUTTONS = WB_OK ; 251 DEFBUTTON = WB_DEF_OK ; 252 Message [ en-US ] = "Invalid password" ; 253}; 254 255/* |
260 * auskommentiert, da die Toolbox z. Zt. nicht aus der Resource | 256 * auskommentiert, da die Toolbox z. Zt. nicht aus der Ressource |
261 * geladen werden kann 262Window WIN_TOOLBOX { | 257 * geladen werden kann 258Window WIN_TOOLBOX { |
263 "Bearbeitung von Text, Rahmen, Grafik, Tabellen oder " 264 "Numerierungen."; | 259 "Bearbeitung von Text, Rahmen, Grafik, Tabellen oder " 260 "Numerierungen." ; |
265HelpText [ en-US ] = "The objectbar contains, depending on your current " 266 "working context, buttons for the editing of text, " | 261HelpText [ en-US ] = "The objectbar contains, depending on your current " 262 "working context, buttons for the editing of text, " |
267 "frames, graphics, tables or numberings."; 268 OUTPUTSIZE = TRUE; 269 BORDER = TRUE; 270 Size = (28,27); | 263 "frames, graphics, tables or numberings." ; 264 OUTPUTSIZE = TRUE ; 265 BORDER = TRUE ; 266 Size = (28, 27) ; |
271}; 272 */ 273 274String STR_FMT_STD 275{ 276 Text [ en-US ] = "(none)" ; 277}; 278 --- 88 unchanged lines hidden (view full) --- 367 368String STR_STATSTR_SUMMARY 369{ 370 Text [ en-US ] = "Creating abstract..." ; 371}; 372 373String STR_STATSTR_SWGPRTOLENOTIFY 374{ | 267}; 268 */ 269 270String STR_FMT_STD 271{ 272 Text [ en-US ] = "(none)" ; 273}; 274 --- 88 unchanged lines hidden (view full) --- 363 364String STR_STATSTR_SUMMARY 365{ 366 Text [ en-US ] = "Creating abstract..." ; 367}; 368 369String STR_STATSTR_SWGPRTOLENOTIFY 370{ |
375 Text [ en-US ] = "Adapt Objects..."; | 371 Text [ en-US ] = "Adapt Objects..." ; |
376}; 377 378 379QueryBox MSG_COMCORE_ASKSEARCH 380{ 381 Buttons = WB_YES_NO_CANCEL ; 382 DefButton = WB_DEF_YES ; 383 Message [ en-US ] = "To proceed with this action, you must first turn off the \"undo\" function. Do you want to turn off the \"undo\" function?" ; --- 21 unchanged lines hidden (view full) --- 405 406String STR_TABLE_DEFNAME 407{ 408 Text [ en-US ] = "Table" ; 409}; 410 411String STR_GRAPHIC_DEFNAME 412{ | 372}; 373 374 375QueryBox MSG_COMCORE_ASKSEARCH 376{ 377 Buttons = WB_YES_NO_CANCEL ; 378 DefButton = WB_DEF_YES ; 379 Message [ en-US ] = "To proceed with this action, you must first turn off the \"undo\" function. Do you want to turn off the \"undo\" function?" ; --- 21 unchanged lines hidden (view full) --- 401 402String STR_TABLE_DEFNAME 403{ 404 Text [ en-US ] = "Table" ; 405}; 406 407String STR_GRAPHIC_DEFNAME 408{ |
413 Text[ en-US ] = "graphics" ; | 409 Text [ en-US ] = "graphics" ; |
414}; 415 416String STR_OBJECT_DEFNAME 417{ 418 Text [ en-US ] = "Object" ; 419}; 420 421String STR_FRAME_DEFNAME --- 19 unchanged lines hidden (view full) --- 441 DEFBUTTON = WB_DEF_NO ; 442 Message [ en-US ] = "You have a large amount of data saved in the clipboard.\nShould the clipboard contents remain available for other applications?" ; 443}; 444 445QueryBox MSG_SAVE_HTML_QUERY 446{ 447 BUTTONS = WB_YES_NO_CANCEL ; 448 DEFBUTTON = WB_DEF_YES ; | 410}; 411 412String STR_OBJECT_DEFNAME 413{ 414 Text [ en-US ] = "Object" ; 415}; 416 417String STR_FRAME_DEFNAME --- 19 unchanged lines hidden (view full) --- 437 DEFBUTTON = WB_DEF_NO ; 438 Message [ en-US ] = "You have a large amount of data saved in the clipboard.\nShould the clipboard contents remain available for other applications?" ; 439}; 440 441QueryBox MSG_SAVE_HTML_QUERY 442{ 443 BUTTONS = WB_YES_NO_CANCEL ; 444 DEFBUTTON = WB_DEF_YES ; |
449 Message [ en-US ] = "Conversion into HTML format \nmay cause information loss. \nDo you want to save the document?" ; | 445 Message [ en-US ] = "Conversion into HTML format\nmay cause information loss.\nDo you want to save the document?" ; |
450}; 451QueryBox MSG_SAVEAS_HTML_QUERY 452{ | 446}; 447QueryBox MSG_SAVEAS_HTML_QUERY 448{ |
453 BUTTONS = WB_YES_NO; 454 DEFBUTTON = WB_DEF_NO ; 455 Message [ en-US ] = "The source code can only be displayed if the document is saved in HTML format.\nWould you like to save the document as HTML?"; | 449 BUTTONS = WB_YES_NO; 450 DEFBUTTON = WB_DEF_NO ; 451 Message [ en-US ] = "The source code can only be displayed if the document is saved in HTML format.\nWould you like to save the document as HTML?" ; |
456}; 457String STR_ABSTRACT_TITLE 458{ 459 Text [ en-US ] = "Abstract: " ; 460}; 461 462String STR_FDLG_TEMPLATE_BUTTON 463{ 464 Text [ en-US ] = "Style" ; 465}; 466 467String STR_FDLG_TEMPLATE_NAME 468{ | 452}; 453String STR_ABSTRACT_TITLE 454{ 455 Text [ en-US ] = "Abstract: " ; 456}; 457 458String STR_FDLG_TEMPLATE_BUTTON 459{ 460 Text [ en-US ] = "Style" ; 461}; 462 463String STR_FDLG_TEMPLATE_NAME 464{ |
469 //Text [ en-US ] = "Styles: " ; //#outline level,removed by zhaojianwei 470 Text [ en-US ] = "separated by: " ; //<-end,add by zhaojianwei | 465 //Text [ en-US ] = "Styles: " ; //#outline level,removed by zhaojianwei 466 Text [ en-US ] = "separated by: " ; //<-end,add by zhaojianwei |
471}; 472//#outline level,add by zhaojianwei 473String STR_FDLG_OUTLINE_LEVEL 474{ | 467}; 468//#outline level,add by zhaojianwei 469String STR_FDLG_OUTLINE_LEVEL 470{ |
475 Text [ en-US ] = "Outline: Level "; | 471 Text [ en-US ] = "Outline: Level " ; |
476}; 477 478String STR_FDLG_STYLE 479{ | 472}; 473 474String STR_FDLG_STYLE 475{ |
480 Text [ en-US ] = "Style: "; | 476 Text [ en-US ] = "Style: " ; |
481}; 482//<-end 483 484 485String STR_PAGEOFFSET 486{ 487 Text [ en-US ] = "Page number: " ; 488}; 489String STR_PAGEBREAK 490{ 491 Text [ en-US ] = "Break before new page" ; 492}; 493String STR_WESTERN_FONT 494{ | 477}; 478//<-end 479 480 481String STR_PAGEOFFSET 482{ 483 Text [ en-US ] = "Page number: " ; 484}; 485String STR_PAGEBREAK 486{ 487 Text [ en-US ] = "Break before new page" ; 488}; 489String STR_WESTERN_FONT 490{ |
495 Text [ en-US ] = "Western text: "; | 491 Text [ en-US ] = "Western text: " ; |
496}; 497String STR_CJK_FONT 498{ | 492}; 493String STR_CJK_FONT 494{ |
499 Text [ en-US ] = "Asian text: "; | 495 Text [ en-US ] = "Asian text: " ; |
500}; 501String STR_REDLINE_UNKNOWN_AUTHOR 502{ | 496}; 497String STR_REDLINE_UNKNOWN_AUTHOR 498{ |
503 Text [ en-US ] = "Unknown Author"; | 499 Text [ en-US ] = "Unknown Author" ; |
504}; 505 506WarningBox MSG_DISABLE_UNDO_QUESTION 507{ | 500}; 501 502WarningBox MSG_DISABLE_UNDO_QUESTION 503{ |
508 BUTTONS = WB_YES_NO_CANCEL; | 504 BUTTONS = WB_YES_NO_CANCEL ; |
509 DEFBUTTON = WB_DEF_YES ; | 505 DEFBUTTON = WB_DEF_YES ; |
510 Message [ en-US ] = "This action deletes the list of actions that can be undone. Previous changes made to the document are still valid, but cannot be undone. Do you want to continue formatting?"; | 506 Message [ en-US ] = "This action deletes the list of actions that can be undone. Previous changes made to the document are still valid, but cannot be undone. Do you want to continue formatting?" ; |
511}; 512/*QueryBox MSG_INS_MERGE_FIELDS 513{ | 507}; 508/*QueryBox MSG_INS_MERGE_FIELDS 509{ |
514 HelpId = HID_MAIL_MERGE_INSERT_FIELDS; 515 Buttons = WB_OK_CANCEL ; 516 DefButton = WB_DEF_YES ; 517 Message [ en-US ] = "Do you want to use names and addresses from a database?"; | 510 HelpId = HID_MAIL_MERGE_INSERT_FIELDS; 511 Buttons = WB_OK_CANCEL ; 512 DefButton = WB_DEF_YES ; 513 Message [ en-US ] = "Do you want to use names and addresses from a database?" ; |
518}; 519*/ 520QueryBox MSG_PRINT_AS_MERGE 521{ | 514}; 515*/ 516QueryBox MSG_PRINT_AS_MERGE 517{ |
522 HelpId = HID_PRINT_AS_MERGE; 523 Buttons = WB_YES_NO ; 524 DefButton = WB_DEF_YES ; 525 Message [ en-US ] = "Your document contains address database fields. Do you want to print a form letter?"; | 518 HelpId = HID_PRINT_AS_MERGE ; 519 Buttons = WB_YES_NO ; 520 DefButton = WB_DEF_YES ; 521 Message [ en-US ] = "Your document contains address database fields. Do you want to print a form letter?" ; |
526}; 527ModalDialog DLG_MERGE_SOURCE_UNAVAILABLE 528{ | 522}; 523ModalDialog DLG_MERGE_SOURCE_UNAVAILABLE 524{ |
529 HelpId = HID_MERGE_SOURCE_UNAVAILABLE; 530 OutputSize = TRUE ; 531 SVLook = TRUE ; 532 Size = MAP_APPFONT ( 202 , 72 ) ; 533 Moveable = TRUE ; | 525 HelpId = HID_MERGE_SOURCE_UNAVAILABLE ; 526 OutputSize = TRUE ; 527 SVLook = TRUE ; 528 Size = MAP_APPFONT ( 202, 72 ) ; 529 Moveable = TRUE ; |
534 | 530 |
535 FixedImage IMG_MERGE 536 { 537 Pos = MAP_APPFONT ( 12 , 14 ) ; 538 Size = MAP_APPFONT ( 103 , 32 ) ; | 531 FixedImage IMG_MERGE 532 { 533 Pos = MAP_APPFONT ( 12, 14 ) ; 534 Size = MAP_APPFONT ( 103, 32 ) ; |
539 }; 540 FixedText ST_MERGE_SOURCE_UNAVAILABLE 541 { | 535 }; 536 FixedText ST_MERGE_SOURCE_UNAVAILABLE 537 { |
542 Pos = MAP_APPFONT ( 12 , 6 ) ; 543 Size = MAP_APPFONT ( 178 , 40 ) ; 544 WordBreak = TRUE; 545 Text [ en-US ] = "The data source \'%1\' was not found. Thus the connection to the data source could not be established.\n\nPlease check the connections settings."; | 538 Pos = MAP_APPFONT ( 12, 6 ) ; 539 Size = MAP_APPFONT ( 178, 40 ) ; 540 WordBreak = TRUE ; 541 Text [ en-US ] = "The data source \'%1\' was not found. Thus the connection to the data source could not be established.\n\nPlease check the connections settings." ; |
546 }; 547 OKButton PB_MERGE_OK 548 { | 542 }; 543 OKButton PB_MERGE_OK 544 { |
549 Pos = MAP_APPFONT ( 12 , 52 ) ; 550 Size = MAP_APPFONT ( 125 , 14 ) ; 551 Text [ en-US ] = "Check Connection Settings..."; | 545 Pos = MAP_APPFONT ( 12, 52 ) ; 546 Size = MAP_APPFONT ( 125, 14 ) ; 547 Text [ en-US ] = "Check Connection Settings..." ; |
552 }; 553 CancelButton PB_MERGE_CANCEL 554 { | 548 }; 549 CancelButton PB_MERGE_CANCEL 550 { |
555 Pos = MAP_APPFONT ( 140 , 52 ) ; 556 Size = MAP_APPFONT ( 50 , 14 ) ; | 551 Pos = MAP_APPFONT ( 140, 52 ) ; 552 Size = MAP_APPFONT ( 50, 14 ) ; |
557 }; 558}; 559WarningBox MSG_DATA_SOURCES_UNAVAILABLE 560{ | 553 }; 554}; 555WarningBox MSG_DATA_SOURCES_UNAVAILABLE 556{ |
561 HelpId = HID_DATA_SOURCES_UNAVAILABLE; 562 Buttons = WB_OK_CANCEL; 563 Message [ en-US ] = "No data source has been set up yet. You need a data source, such as a database, to supply data (for example, names and addresses) for the fields."; | 557 HelpId = HID_DATA_SOURCES_UNAVAILABLE ; 558 Buttons = WB_OK_CANCEL ; 559 Message [ en-US ] = "No data source has been set up yet. You need a data source, such as a database, to supply data (for example, names and addresses) for the fields." ; |
564}; 565 566String RID_MODULE_TOOLBOX 567{ 568 Text [ en-US ] = "Function Bar (viewing mode)" ; 569}; 570String STR_DONT_ASK_AGAIN 571{ 572 Text [ en-US ] = "~Do not show warning again" ; 573}; 574// --> OD 2008-04-14 #outlinelevel# 575String STR_OUTLINE_NUMBERING 576{ | 560}; 561 562String RID_MODULE_TOOLBOX 563{ 564 Text [ en-US ] = "Function Bar (viewing mode)" ; 565}; 566String STR_DONT_ASK_AGAIN 567{ 568 Text [ en-US ] = "~Do not show warning again" ; 569}; 570// --> OD 2008-04-14 #outlinelevel# 571String STR_OUTLINE_NUMBERING 572{ |
577 Text [ en-US ] = "Outline Numbering"; | 573 Text [ en-US ] = "Outline Numbering" ; |
578}; 579ToolBox RID_MODULE_TOOLBOX 580{ 581 HelpID = HID_MODULE_TOOLBOX ; 582 Border = TRUE ; 583 SVLook = TRUE ; 584 Dockable = TRUE ; 585 Moveable = TRUE ; --- 64 unchanged lines hidden (view full) --- 650 Identifier = SID_ATTR_ZOOM ; 651 }; 652 }; 653 Scroll = TRUE ; 654}; 655 656WarningBox MSG_DISABLE_READLINE_QUESTION 657{ | 574}; 575ToolBox RID_MODULE_TOOLBOX 576{ 577 HelpID = HID_MODULE_TOOLBOX ; 578 Border = TRUE ; 579 SVLook = TRUE ; 580 Dockable = TRUE ; 581 Moveable = TRUE ; --- 64 unchanged lines hidden (view full) --- 646 Identifier = SID_ATTR_ZOOM ; 647 }; 648 }; 649 Scroll = TRUE ; 650}; 651 652WarningBox MSG_DISABLE_READLINE_QUESTION 653{ |
658 BUTTONS = WB_YES_NO; | 654 BUTTONS = WB_YES_NO ; |
659 DEFBUTTON = WB_DEF_YES ; | 655 DEFBUTTON = WB_DEF_YES ; |
660 Message [ en-US ] = "In the current document, changes are being recorded but not shown as such. In large documents, delays can occur when the document is edited. Do you want to show the changes to avoid delays?"; | 656 Message [ en-US ] = "In the current document, changes are being recorded but not shown as such. In large documents, delays can occur when the document is edited. Do you want to show the changes to avoid delays?" ; |
661}; | 657}; |
658 659// ********************************************************************** EOF |
|