18660f102SAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 38660f102SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 48660f102SAndrew Rist * or more contributor license agreements. See the NOTICE file 58660f102SAndrew Rist * distributed with this work for additional information 68660f102SAndrew Rist * regarding copyright ownership. The ASF licenses this file 78660f102SAndrew Rist * to you under the Apache License, Version 2.0 (the 88660f102SAndrew Rist * "License"); you may not use this file except in compliance 98660f102SAndrew Rist * with the License. You may obtain a copy of the License at 10cdf0e10cSrcweir * 118660f102SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12cdf0e10cSrcweir * 138660f102SAndrew Rist * Unless required by applicable law or agreed to in writing, 148660f102SAndrew Rist * software distributed under the License is distributed on an 158660f102SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 168660f102SAndrew Rist * KIND, either express or implied. See the License for the 178660f102SAndrew Rist * specific language governing permissions and limitations 188660f102SAndrew Rist * under the License. 19cdf0e10cSrcweir * 208660f102SAndrew Rist *************************************************************/ 218660f102SAndrew Rist 22cdf0e10cSrcweir#include <comcore.hrc> 23cdf0e10cSrcweir#include <undo.hrc> 24cdf0e10cSrcweir 25cdf0e10cSrcweir// Undo 26cdf0e10cSrcweirString STR_CANT_UNDO 27cdf0e10cSrcweir{ 28cdf0e10cSrcweir Text [ en-US ] = "not possible" ; 29cdf0e10cSrcweir}; 30cdf0e10cSrcweirString STR_DELETE_UNDO 31cdf0e10cSrcweir{ 32cdf0e10cSrcweir Text [ en-US ] = "Delete $1" ; 33cdf0e10cSrcweir}; 34cdf0e10cSrcweirString STR_INSERT_UNDO 35cdf0e10cSrcweir{ 36cdf0e10cSrcweir Text [ en-US ] = "Insert $1" ; 37cdf0e10cSrcweir}; 38cdf0e10cSrcweirString STR_OVR_UNDO 39cdf0e10cSrcweir{ 40cdf0e10cSrcweir Text [ en-US ] = "Overwrite: $1" ; 41cdf0e10cSrcweir}; 42cdf0e10cSrcweirString STR_SPLITNODE_UNDO 43cdf0e10cSrcweir{ 44cdf0e10cSrcweir Text [ en-US ] = "New Paragraph" ; 45cdf0e10cSrcweir}; 46cdf0e10cSrcweirString STR_MOVE_UNDO 47cdf0e10cSrcweir{ 48cdf0e10cSrcweir Text [ en-US ] = "Move" ; 49cdf0e10cSrcweir}; 50cdf0e10cSrcweirString STR_INSATTR_UNDO 51cdf0e10cSrcweir{ 52cdf0e10cSrcweir Text [ en-US ] = "Apply attributes" ; 53cdf0e10cSrcweir}; 54cdf0e10cSrcweirString STR_SETFMTCOLL_UNDO 55cdf0e10cSrcweir{ 56cdf0e10cSrcweir Text [ en-US ] = "Apply Styles: $1" ; 57cdf0e10cSrcweir}; 58cdf0e10cSrcweirString STR_RESET_ATTR_UNDO 59cdf0e10cSrcweir{ 60cdf0e10cSrcweir Text [ en-US ] = "Reset attributes" ; 61cdf0e10cSrcweir}; 62cdf0e10cSrcweirString STR_INSFMT_ATTR_UNDO 63cdf0e10cSrcweir{ 64cdf0e10cSrcweir Text [ en-US ] = "Change style: $1" ; 65cdf0e10cSrcweir}; 66cdf0e10cSrcweirString STR_INSERT_DOC_UNDO 67cdf0e10cSrcweir{ 68cdf0e10cSrcweir Text [ en-US ] = "Insert file" ; 69cdf0e10cSrcweir}; 70cdf0e10cSrcweirString STR_INSERT_GLOSSARY 71cdf0e10cSrcweir{ 72cdf0e10cSrcweir Text [ en-US ] = "Insert AutoText" ; 73cdf0e10cSrcweir}; 74cdf0e10cSrcweirString STR_DELBOOKMARK 75cdf0e10cSrcweir{ 76cdf0e10cSrcweir Text [ en-US ] = "Delete bookmark: $1" ; 77cdf0e10cSrcweir}; 78cdf0e10cSrcweirString STR_INSBOOKMARK 79cdf0e10cSrcweir{ 80cdf0e10cSrcweir Text [ en-US ] = "Insert bookmark: $1" ; 81cdf0e10cSrcweir}; 82cdf0e10cSrcweirString STR_SORT_TBL 83cdf0e10cSrcweir{ 84cdf0e10cSrcweir Text [ en-US ] = "Sort table" ; 85cdf0e10cSrcweir}; 86cdf0e10cSrcweirString STR_SORT_TXT 87cdf0e10cSrcweir{ 88cdf0e10cSrcweir Text [ en-US ] = "Sort text" ; 89cdf0e10cSrcweir}; 90cdf0e10cSrcweirString STR_INSTABLE_UNDO 91cdf0e10cSrcweir{ 92cdf0e10cSrcweir Text [ en-US ] = "Insert table: $1$2$3" ; 93cdf0e10cSrcweir}; 94cdf0e10cSrcweirString STR_TEXTTOTABLE_UNDO 95cdf0e10cSrcweir{ 96cdf0e10cSrcweir Text [ en-US ] = "Convert text -> table" ; 97cdf0e10cSrcweir}; 98cdf0e10cSrcweirString STR_TABLETOTEXT_UNDO 99cdf0e10cSrcweir{ 100cdf0e10cSrcweir Text [ en-US ] = "Convert table -> text" ; 101cdf0e10cSrcweir}; 102cdf0e10cSrcweirString STR_COPY_UNDO 103cdf0e10cSrcweir{ 104cdf0e10cSrcweir Text [ en-US ] = "Copy: $1" ; 105cdf0e10cSrcweir}; 106cdf0e10cSrcweirString STR_REPLACE_UNDO 107cdf0e10cSrcweir{ 108cdf0e10cSrcweir Text [ en-US ] = "Replace $1 $2 $3" ; 109cdf0e10cSrcweir}; 110cdf0e10cSrcweirString STR_INSERT_PAGE_BREAK_UNDO 111cdf0e10cSrcweir{ 112cdf0e10cSrcweir Text [ en-US ] = "Insert page break" ; 113cdf0e10cSrcweir}; 114cdf0e10cSrcweirString STR_INSERT_COLUMN_BREAK_UNDO 115cdf0e10cSrcweir{ 116cdf0e10cSrcweir Text [ en-US ] = "Insert column break" ; 117cdf0e10cSrcweir}; 118cdf0e10cSrcweirString STR_PLAY_MACRO_UNDO 119cdf0e10cSrcweir{ 120cdf0e10cSrcweir Text [ en-US ] = "Run macro" ; 121cdf0e10cSrcweir}; 122cdf0e10cSrcweirString STR_INSERT_ENV_UNDO 123cdf0e10cSrcweir{ 124cdf0e10cSrcweir Text [ en-US ] = "Insert Envelope" ; 125cdf0e10cSrcweir}; 126cdf0e10cSrcweirString STR_DRAG_AND_COPY 127cdf0e10cSrcweir{ 128cdf0e10cSrcweir Text [ en-US ] = "Copy: $1" ; 129cdf0e10cSrcweir}; 130cdf0e10cSrcweirString STR_DRAG_AND_MOVE 131cdf0e10cSrcweir{ 132cdf0e10cSrcweir Text [ en-US ] = "Move: $1" ; 133cdf0e10cSrcweir}; 134cdf0e10cSrcweirString STR_INSERT_RULER 135cdf0e10cSrcweir{ 136cdf0e10cSrcweir Text [ en-US ] = "Insert horizontal ruler" ; 137cdf0e10cSrcweir}; 138cdf0e10cSrcweirString STR_INSERT_CHART 139cdf0e10cSrcweir{ 140cdf0e10cSrcweir Text [ en-US ] = "Insert %PRODUCTNAME Chart" ; 141cdf0e10cSrcweir}; 142cdf0e10cSrcweirString STR_INSERTFLY 143cdf0e10cSrcweir{ 144cdf0e10cSrcweir Text [ en-US ] = "Insert frame" ; 145cdf0e10cSrcweir}; 146cdf0e10cSrcweirString STR_DELETEFLY 147cdf0e10cSrcweir{ 148cdf0e10cSrcweir Text [ en-US ] = "Delete frame" ; 149cdf0e10cSrcweir}; 150cdf0e10cSrcweirString STR_AUTOFORMAT 151cdf0e10cSrcweir{ 152cdf0e10cSrcweir Text [ en-US ] = "AutoFormat" ; 153cdf0e10cSrcweir}; 154cdf0e10cSrcweirString STR_TABLEHEADLINE 155cdf0e10cSrcweir{ 156cdf0e10cSrcweir Text [ en-US ] = "Table heading" ; 157cdf0e10cSrcweir}; 158cdf0e10cSrcweirString STR_REPLACE 159cdf0e10cSrcweir{ 160cdf0e10cSrcweir Text [ en-US ] = "Replace: $1 $2 $3" ; 161cdf0e10cSrcweir}; 162cdf0e10cSrcweirString STR_INSERTSECTION 163cdf0e10cSrcweir{ 164cdf0e10cSrcweir Text [ en-US ] = "Insert section" ; 165cdf0e10cSrcweir}; 166cdf0e10cSrcweirString STR_DELETESECTION 167cdf0e10cSrcweir{ 168cdf0e10cSrcweir Text [ en-US ] = "Delete section" ; 169cdf0e10cSrcweir}; 170cdf0e10cSrcweirString STR_CHANGESECTION 171cdf0e10cSrcweir{ 172cdf0e10cSrcweir Text [ en-US ] = "Modify section" ; 173cdf0e10cSrcweir}; 174cdf0e10cSrcweirString STR_CHANGESECTPASSWD 175cdf0e10cSrcweir{ 176cdf0e10cSrcweir Text [ en-US ] = "Change password protection" ; 177cdf0e10cSrcweir}; 178cdf0e10cSrcweirString STR_CHANGEDEFATTR 179cdf0e10cSrcweir{ 180cdf0e10cSrcweir Text [ en-US ] = "Modify default values" ; 181cdf0e10cSrcweir}; 182cdf0e10cSrcweirString STR_REPLACE_STYLE 183cdf0e10cSrcweir{ 184cdf0e10cSrcweir Text [ en-US ] = "Replace style: $1 $2 $3" ; 185cdf0e10cSrcweir}; 186cdf0e10cSrcweirString STR_OUTLINE_LR 187cdf0e10cSrcweir{ 188cdf0e10cSrcweir Text [ en-US ] = "Promote/demote outline" ; 189cdf0e10cSrcweir}; 190cdf0e10cSrcweirString STR_OUTLINE_UD 191cdf0e10cSrcweir{ 192cdf0e10cSrcweir Text [ en-US ] = "Move outline" ; 193cdf0e10cSrcweir}; 194cdf0e10cSrcweirString STR_INSNUM 195cdf0e10cSrcweir{ 196cdf0e10cSrcweir Text [ en-US ] = "Insert numbering" ; 197cdf0e10cSrcweir}; 198cdf0e10cSrcweirString STR_NUMUP 199cdf0e10cSrcweir{ 200cdf0e10cSrcweir Text [ en-US ] = "Promote level" ; 201cdf0e10cSrcweir}; 202cdf0e10cSrcweirString STR_NUMDOWN 203cdf0e10cSrcweir{ 204cdf0e10cSrcweir Text [ en-US ] = "Demote level" ; 205cdf0e10cSrcweir}; 206cdf0e10cSrcweirString STR_MOVENUM 207cdf0e10cSrcweir{ 208cdf0e10cSrcweir Text [ en-US ] = "Move paragraphs" ; 209cdf0e10cSrcweir}; 210cdf0e10cSrcweirString STR_INSERTDRAW 211cdf0e10cSrcweir{ 212cdf0e10cSrcweir Text [ en-US ] = "Insert drawing object: $1" ; 213cdf0e10cSrcweir}; 214cdf0e10cSrcweirString STR_NUMORNONUM 215cdf0e10cSrcweir{ 216cdf0e10cSrcweir Text [ en-US ] = "Number On/Off" ; 217cdf0e10cSrcweir}; 218cdf0e10cSrcweirString STR_INC_LEFTMARGIN 219cdf0e10cSrcweir{ 220cdf0e10cSrcweir Text [ en-US ] = "Increase Indent" ; 221cdf0e10cSrcweir}; 222cdf0e10cSrcweirString STR_DEC_LEFTMARGIN 223cdf0e10cSrcweir{ 224cdf0e10cSrcweir Text [ en-US ] = "Decrease indent" ; 225cdf0e10cSrcweir}; 226cdf0e10cSrcweirString STR_INSERTLABEL 227cdf0e10cSrcweir{ 228cdf0e10cSrcweir Text [ en-US ] = "Insert caption: $1" ; 229cdf0e10cSrcweir}; 230cdf0e10cSrcweirString STR_SETNUMRULESTART 231cdf0e10cSrcweir{ 232cdf0e10cSrcweir Text [ en-US ] = "Restart numbering" ; 233cdf0e10cSrcweir}; 234cdf0e10cSrcweirString STR_CHANGEFTN 235cdf0e10cSrcweir{ 236cdf0e10cSrcweir Text [ en-US ] = "Modify footnote" ; 237cdf0e10cSrcweir}; 238cdf0e10cSrcweirString STR_REDLINE 239cdf0e10cSrcweir{ 240cdf0e10cSrcweir /* !! sollte NIE gebraucht/uebersetzt werden !! */ 241cdf0e10cSrcweir}; 242cdf0e10cSrcweirString STR_ACCEPT_REDLINE 243cdf0e10cSrcweir{ 244cdf0e10cSrcweir Text [ en-US ] = "Accept change: $1" ; 245cdf0e10cSrcweir}; 246cdf0e10cSrcweirString STR_REJECT_REDLINE 247cdf0e10cSrcweir{ 248cdf0e10cSrcweir Text [ en-US ] = "Reject change: $1" ; 249cdf0e10cSrcweir}; 250cdf0e10cSrcweirString STR_SPLIT_TABLE 251cdf0e10cSrcweir{ 252cdf0e10cSrcweir Text [ en-US ] = "Split Table" ; 253cdf0e10cSrcweir}; 254cdf0e10cSrcweirString STR_DONTEXPAND 255cdf0e10cSrcweir{ 256cdf0e10cSrcweir Text [ en-US ] = "Stop attribute" ; 257cdf0e10cSrcweir}; 258cdf0e10cSrcweirString STR_AUTOCORRECT 259cdf0e10cSrcweir{ 260cdf0e10cSrcweir Text [ en-US ] = "AutoCorrect" ; 261cdf0e10cSrcweir}; 262cdf0e10cSrcweirString STR_MERGE_TABLE 263cdf0e10cSrcweir{ 264cdf0e10cSrcweir Text [ en-US ] = "Merge table" ; 265cdf0e10cSrcweir}; 266cdf0e10cSrcweir 267cdf0e10cSrcweirString STR_TRANSLITERATE 268cdf0e10cSrcweir{ 269cdf0e10cSrcweir Text [ en-US ] = "Case/Characters" ; 270cdf0e10cSrcweir}; 271cdf0e10cSrcweir 272cdf0e10cSrcweirString STR_DELNUM 273cdf0e10cSrcweir{ 274cdf0e10cSrcweir Text [ en-US ] = "Delete numbering" ; 275cdf0e10cSrcweir}; 276cdf0e10cSrcweirString STR_DRAWUNDO 277cdf0e10cSrcweir{ 278cdf0e10cSrcweir Text [ en-US ] = "Drawing objects: $1" ; 279cdf0e10cSrcweir}; 280cdf0e10cSrcweirString STR_DRAWGROUP 281cdf0e10cSrcweir{ 282cdf0e10cSrcweir Text [ en-US ] = "Group draw objects" ; 283cdf0e10cSrcweir}; 284cdf0e10cSrcweirString STR_DRAWUNGROUP 285cdf0e10cSrcweir{ 286cdf0e10cSrcweir Text [ en-US ] = "Ungroup drawing objects" ; 287cdf0e10cSrcweir}; 288cdf0e10cSrcweirString STR_DRAWDELETE 289cdf0e10cSrcweir{ 290cdf0e10cSrcweir Text [ en-US ] = "Delete drawing objects" ; 291cdf0e10cSrcweir}; 292cdf0e10cSrcweirString STR_REREAD 293cdf0e10cSrcweir{ 294cdf0e10cSrcweir Text [ en-US ] = "Replace graphics" ; 295cdf0e10cSrcweir}; 296cdf0e10cSrcweirString STR_DELGRF 297cdf0e10cSrcweir{ 298cdf0e10cSrcweir Text [ en-US ] = "Delete graphics" ; 299cdf0e10cSrcweir}; 300cdf0e10cSrcweirString STR_DELOLE 301cdf0e10cSrcweir{ 302cdf0e10cSrcweir Text [ en-US ] = "Delete object" ; 303cdf0e10cSrcweir}; 304cdf0e10cSrcweirString STR_TABLE_ATTR 305cdf0e10cSrcweir{ 306cdf0e10cSrcweir Text [ en-US ] = "Apply table attributes" ; 307cdf0e10cSrcweir}; 308cdf0e10cSrcweirString STR_TABLE_AUTOFMT 309cdf0e10cSrcweir{ 310cdf0e10cSrcweir Text [ en-US ] = "AutoFormat Table" ; 311cdf0e10cSrcweir}; 312cdf0e10cSrcweirString STR_TABLE_INSCOL 313cdf0e10cSrcweir{ 314cdf0e10cSrcweir Text [ en-US ] = "Insert Column" ; 315cdf0e10cSrcweir}; 316cdf0e10cSrcweirString STR_TABLE_INSROW 317cdf0e10cSrcweir{ 318cdf0e10cSrcweir Text [ en-US ] = "Insert Row" ; 319cdf0e10cSrcweir}; 320cdf0e10cSrcweirString STR_TABLE_DELBOX 321cdf0e10cSrcweir{ 322cdf0e10cSrcweir Text [ en-US ] = "Delete row/column" ; 323cdf0e10cSrcweir}; 324cdf0e10cSrcweirString STR_UNDO_COL_DELETE 325cdf0e10cSrcweir{ 326cdf0e10cSrcweir Text [ en-US ] = "Delete column" ; 327cdf0e10cSrcweir}; 328cdf0e10cSrcweirString STR_UNDO_ROW_DELETE 329cdf0e10cSrcweir{ 330cdf0e10cSrcweir Text [ en-US ] = "Delete row" ; 331cdf0e10cSrcweir}; 332cdf0e10cSrcweirString STR_TABLE_SPLIT 333cdf0e10cSrcweir{ 334cdf0e10cSrcweir Text [ en-US ] = "Split Cells" ; 335cdf0e10cSrcweir}; 336cdf0e10cSrcweirString STR_TABLE_MERGE 337cdf0e10cSrcweir{ 338cdf0e10cSrcweir Text [ en-US ] = "Merge Cells" ; 339cdf0e10cSrcweir}; 340cdf0e10cSrcweirString STR_TABLE_NUMFORMAT 341cdf0e10cSrcweir{ 342cdf0e10cSrcweir Text [ en-US ] = "Format cell" ; 343cdf0e10cSrcweir}; 344cdf0e10cSrcweirString STR_INSERT_TOX 345cdf0e10cSrcweir{ 346cdf0e10cSrcweir Text [ en-US ] = "Insert index/table" ; 347cdf0e10cSrcweir}; 348cdf0e10cSrcweirString STR_CLEAR_TOX_RANGE 349cdf0e10cSrcweir{ 350cdf0e10cSrcweir Text [ en-US ] = "Remove index/table" ; 351cdf0e10cSrcweir}; 352cdf0e10cSrcweirString STR_TABLE_TBLCPYTBL{ 353cdf0e10cSrcweir Text [ en-US ] = "Copy table" ; 354cdf0e10cSrcweir}; 355cdf0e10cSrcweirString STR_TABLE_CPYTBL 356cdf0e10cSrcweir{ 357cdf0e10cSrcweir Text [ en-US ] = "Copy table" ; 358cdf0e10cSrcweir}; 359cdf0e10cSrcweirString STR_INS_FROM_SHADOWCRSR 360cdf0e10cSrcweir{ 361cdf0e10cSrcweir Text [ en-US ] = "Set cursor" ; 362cdf0e10cSrcweir}; 363cdf0e10cSrcweirString STR_UNDO_CHAIN 364cdf0e10cSrcweir{ 365cdf0e10cSrcweir Text [ en-US ] = "Link text frames" ; 366cdf0e10cSrcweir}; 367cdf0e10cSrcweirString STR_UNDO_UNCHAIN 368cdf0e10cSrcweir{ 369cdf0e10cSrcweir Text [ en-US ] = "Unlink text frames" ; 370cdf0e10cSrcweir}; 371cdf0e10cSrcweirString STR_UNDO_FTNINFO 372cdf0e10cSrcweir{ 373cdf0e10cSrcweir Text [ en-US ] = "Modify footnote options" ; 374cdf0e10cSrcweir}; 375cdf0e10cSrcweirString STR_UNDO_ENDNOTEINFO 376cdf0e10cSrcweir{ 377cdf0e10cSrcweir Text [ en-US ] = "Modify endnote settings" ; 378cdf0e10cSrcweir}; 379cdf0e10cSrcweirString STR_UNDO_COMPAREDOC 380cdf0e10cSrcweir{ 381cdf0e10cSrcweir Text [ en-US ] = "Compare Document" ; 382cdf0e10cSrcweir}; 383cdf0e10cSrcweirString STR_UNDO_SETFLYFRMFMT 384cdf0e10cSrcweir{ 385cdf0e10cSrcweir Text [ en-US ] = "Apply frame style: $1" ; 386cdf0e10cSrcweir}; 387cdf0e10cSrcweirString STR_UNDO_SETRUBYATTR 388cdf0e10cSrcweir{ 389cdf0e10cSrcweir Text [ en-US ] = "Ruby Setting" ; 390cdf0e10cSrcweir}; 391cdf0e10cSrcweir// #102505# 392cdf0e10cSrcweirString STR_UNDO_TMPAUTOCORR 393cdf0e10cSrcweir{ 394cdf0e10cSrcweir Text [ en-US ] = "AutoCorrect" ; 395cdf0e10cSrcweir}; 396cdf0e10cSrcweirString STR_INSERT_FOOTNOTE 397cdf0e10cSrcweir{ 398cdf0e10cSrcweir Text [ en-US ] = "Insert footnote" ; 399cdf0e10cSrcweir}; 400cdf0e10cSrcweirString STR_INSERT_URLBTN 401cdf0e10cSrcweir{ 402cdf0e10cSrcweir Text [ en-US ] = "insert URL button" ; 403cdf0e10cSrcweir}; 404cdf0e10cSrcweirString STR_INSERT_URLTXT 405cdf0e10cSrcweir{ 406cdf0e10cSrcweir Text [ en-US ] = "Insert Hyperlink" ; 407cdf0e10cSrcweir}; 408cdf0e10cSrcweirString STR_DELETE_INVISIBLECNTNT 409cdf0e10cSrcweir{ 410cdf0e10cSrcweir Text [ en-US ] = "remove invisible content" ; 411cdf0e10cSrcweir}; 412cdf0e10cSrcweirString STR_TOXCHANGE 413cdf0e10cSrcweir{ 414cdf0e10cSrcweir Text [ en-US ] = "Table/index changed" ; 415cdf0e10cSrcweir}; 416cdf0e10cSrcweirString STR_START_QUOTE 417cdf0e10cSrcweir{ 418cdf0e10cSrcweir Text [ en-US ] = "'" ; 419cdf0e10cSrcweir}; 420cdf0e10cSrcweirString STR_END_QUOTE 421cdf0e10cSrcweir{ 422cdf0e10cSrcweir Text [ en-US ] = "'" ; 423cdf0e10cSrcweir}; 424cdf0e10cSrcweirString STR_LDOTS 425cdf0e10cSrcweir{ 426cdf0e10cSrcweir Text [ en-US ] = "..." ; 427cdf0e10cSrcweir}; 428cdf0e10cSrcweirString STR_CLIPBOARD 429cdf0e10cSrcweir{ 430cdf0e10cSrcweir Text [ en-US ] = "clipboard" ; 431cdf0e10cSrcweir}; 432cdf0e10cSrcweirString STR_MULTISEL 433cdf0e10cSrcweir{ 434cdf0e10cSrcweir Text [ en-US ] = "multiple selection" ; 435cdf0e10cSrcweir}; 436cdf0e10cSrcweirString STR_TYPING_UNDO 437cdf0e10cSrcweir{ 438cdf0e10cSrcweir Text [ en-US ] = "Typing: $1" ; 439cdf0e10cSrcweir}; 440cdf0e10cSrcweirString STR_PASTE_CLIPBOARD_UNDO 441cdf0e10cSrcweir{ 442cdf0e10cSrcweir Text [ en-US ] = "Paste clipboard" ; 443cdf0e10cSrcweir}; 444cdf0e10cSrcweirString STR_YIELDS 445cdf0e10cSrcweir{ 446cdf0e10cSrcweir Text [ en-US ] = "->" ; 447cdf0e10cSrcweir}; 448cdf0e10cSrcweirString STR_OCCURRENCES_OF 449cdf0e10cSrcweir{ 450cdf0e10cSrcweir Text [ en-US ] = "occurrences of" ; 451cdf0e10cSrcweir}; 452cdf0e10cSrcweirString STR_UNDO_TABS 453cdf0e10cSrcweir{ 454cdf0e10cSrcweir Text [ en-US ] = "$1 tab(s)" ; 455cdf0e10cSrcweir}; 456cdf0e10cSrcweirString STR_UNDO_NLS 457cdf0e10cSrcweir{ 458cdf0e10cSrcweir Text [ en-US ] = "$1 line break(s)" ; 459cdf0e10cSrcweir}; 460cdf0e10cSrcweirString STR_UNDO_PAGEBREAKS 461cdf0e10cSrcweir{ 462cdf0e10cSrcweir Text [ en-US ] = "page break" ; 463cdf0e10cSrcweir}; 464cdf0e10cSrcweirString STR_UNDO_COLBRKS 465cdf0e10cSrcweir{ 466cdf0e10cSrcweir Text [ en-US ] = "column break" ; 467cdf0e10cSrcweir}; 468cdf0e10cSrcweirString STR_REDLINE_INSERT 469cdf0e10cSrcweir{ 470cdf0e10cSrcweir Text [ en-US ] = "Insert $1" ; 471cdf0e10cSrcweir}; 472cdf0e10cSrcweirString STR_REDLINE_DELETE 473cdf0e10cSrcweir{ 474cdf0e10cSrcweir Text [ en-US ] = "Delete $1" ; 475cdf0e10cSrcweir}; 476cdf0e10cSrcweirString STR_REDLINE_FORMAT 477cdf0e10cSrcweir{ 478cdf0e10cSrcweir Text [ en-US ] = "Attributes changed" ; 479cdf0e10cSrcweir}; 480cdf0e10cSrcweirString STR_REDLINE_TABLE 481cdf0e10cSrcweir{ 482cdf0e10cSrcweir Text [ en-US ] = "Table changed" ; 483cdf0e10cSrcweir}; 484cdf0e10cSrcweirString STR_REDLINE_FMTCOLL 485cdf0e10cSrcweir{ 486cdf0e10cSrcweir Text [ en-US ] = "Style changed" ; 487cdf0e10cSrcweir}; 488cdf0e10cSrcweirString STR_REDLINE_MULTIPLE 489cdf0e10cSrcweir{ 490cdf0e10cSrcweir Text [ en-US ] = "multiple changes" ; 491cdf0e10cSrcweir}; 492cdf0e10cSrcweirString STR_N_REDLINES 493cdf0e10cSrcweir{ 494cdf0e10cSrcweir Text [ en-US ] = "$1 changes" ; 495cdf0e10cSrcweir}; 496cdf0e10cSrcweirString STR_UNDO_PAGEDESC 497cdf0e10cSrcweir{ 498cdf0e10cSrcweir Text [ en-US ] = "Change page style: $1" ; 499cdf0e10cSrcweir}; 500cdf0e10cSrcweirString STR_UNDO_PAGEDESC_CREATE 501cdf0e10cSrcweir{ 502cdf0e10cSrcweir Text [ en-US ] = "Create page style: $1" ; 503cdf0e10cSrcweir}; 504cdf0e10cSrcweirString STR_UNDO_PAGEDESC_DELETE 505cdf0e10cSrcweir{ 506cdf0e10cSrcweir Text [ en-US ] = "Delete page style: $1" ; 507cdf0e10cSrcweir}; 508cdf0e10cSrcweirString STR_UNDO_PAGEDESC_RENAME 509cdf0e10cSrcweir{ 510cdf0e10cSrcweir Text [ en-US ] = "Rename page style: $1 $2 $3" ; 511cdf0e10cSrcweir}; 512cdf0e10cSrcweirString STR_UNDO_HEADER_FOOTER 513cdf0e10cSrcweir{ 514cdf0e10cSrcweir Text [ en-US ] = "Header/footer changed" ; 515cdf0e10cSrcweir}; 516cdf0e10cSrcweirString STR_UNDO_FIELD 517cdf0e10cSrcweir{ 518cdf0e10cSrcweir Text [ en-US ] = "Field changed" ; 519cdf0e10cSrcweir}; 520cdf0e10cSrcweirString STR_UNDO_TXTFMTCOL_CREATE 521cdf0e10cSrcweir{ 522cdf0e10cSrcweir Text [ en-US ] = "Create paragraph style: $1" ; 523cdf0e10cSrcweir}; 524cdf0e10cSrcweirString STR_UNDO_TXTFMTCOL_DELETE 525cdf0e10cSrcweir{ 526cdf0e10cSrcweir Text [ en-US ] = "Delete paragraph style: $1" ; 527cdf0e10cSrcweir}; 528cdf0e10cSrcweirString STR_UNDO_TXTFMTCOL_RENAME 529cdf0e10cSrcweir{ 530cdf0e10cSrcweir Text [ en-US ] = "Rename paragraph style: $1 $2 $3" ; 531cdf0e10cSrcweir}; 532cdf0e10cSrcweirString STR_UNDO_CHARFMT_CREATE 533cdf0e10cSrcweir{ 534cdf0e10cSrcweir Text [ en-US ] = "Create character style: $1" ; 535cdf0e10cSrcweir}; 536cdf0e10cSrcweirString STR_UNDO_CHARFMT_DELETE 537cdf0e10cSrcweir{ 538cdf0e10cSrcweir Text [ en-US ] = "Delete character style: $1" ; 539cdf0e10cSrcweir}; 540cdf0e10cSrcweirString STR_UNDO_CHARFMT_RENAME 541cdf0e10cSrcweir{ 542cdf0e10cSrcweir Text [ en-US ] = "Rename character style: $1 $2 $3" ; 543cdf0e10cSrcweir}; 544cdf0e10cSrcweirString STR_UNDO_FRMFMT_CREATE 545cdf0e10cSrcweir{ 546cdf0e10cSrcweir Text [ en-US ] = "Create frame style: $1" ; 547cdf0e10cSrcweir}; 548cdf0e10cSrcweirString STR_UNDO_FRMFMT_DELETE 549cdf0e10cSrcweir{ 550cdf0e10cSrcweir Text [ en-US ] = "Delete frame style: $1" ; 551cdf0e10cSrcweir}; 552cdf0e10cSrcweirString STR_UNDO_FRMFMT_RENAME 553cdf0e10cSrcweir{ 554cdf0e10cSrcweir Text [ en-US ] = "Rename frame style: $1 $2 $3" ; 555cdf0e10cSrcweir}; 556cdf0e10cSrcweirString STR_UNDO_NUMRULE_CREATE 557cdf0e10cSrcweir{ 558cdf0e10cSrcweir Text [ en-US ] = "Create numbering style: $1" ; 559cdf0e10cSrcweir}; 560cdf0e10cSrcweirString STR_UNDO_NUMRULE_DELETE 561cdf0e10cSrcweir{ 562cdf0e10cSrcweir Text [ en-US ] = "Delete numbering style: $1" ; 563cdf0e10cSrcweir}; 564cdf0e10cSrcweirString STR_UNDO_NUMRULE_RENAME 565cdf0e10cSrcweir{ 566cdf0e10cSrcweir Text [ en-US ] = "Rename numbering style: $1 $2 $3" ; 567cdf0e10cSrcweir}; 568cdf0e10cSrcweirString STR_UNDO_BOOKMARK_RENAME 569cdf0e10cSrcweir{ 570cdf0e10cSrcweir Text [ en-US ] = "Rename bookmark: $1 $2 $3" ; 571cdf0e10cSrcweir}; 572cdf0e10cSrcweirString STR_UNDO_INDEX_ENTRY_INSERT 573cdf0e10cSrcweir{ 574cdf0e10cSrcweir Text [ en-US ] = "Insert index entry" ; 575cdf0e10cSrcweir}; 576cdf0e10cSrcweirString STR_UNDO_INDEX_ENTRY_DELETE 577cdf0e10cSrcweir{ 578cdf0e10cSrcweir Text [ en-US ] = "Delete index entry" ; 579cdf0e10cSrcweir}; 580cdf0e10cSrcweirString STR_FIELD 581cdf0e10cSrcweir{ 582cdf0e10cSrcweir Text [ en-US ] = "field" ; 583cdf0e10cSrcweir}; 584cdf0e10cSrcweirString STR_PARAGRAPHS 585cdf0e10cSrcweir{ 586cdf0e10cSrcweir Text [ en-US ] = "Paragraphs" ; 587cdf0e10cSrcweir}; 588cdf0e10cSrcweirString STR_FRAME 589cdf0e10cSrcweir{ 590cdf0e10cSrcweir Text [ en-US ] = "frame" ; 591cdf0e10cSrcweir}; 592cdf0e10cSrcweirString STR_OLE 593cdf0e10cSrcweir{ 594cdf0e10cSrcweir Text [ en-US ] = "OLE-object" ; 595cdf0e10cSrcweir}; 596cdf0e10cSrcweirString STR_MATH_FORMULA 597cdf0e10cSrcweir{ 598cdf0e10cSrcweir Text [ en-US ] = "formula" ; 599cdf0e10cSrcweir}; 600cdf0e10cSrcweirString STR_CHART 601cdf0e10cSrcweir{ 602cdf0e10cSrcweir Text [ en-US ] = "chart" ; 603cdf0e10cSrcweir}; 604cdf0e10cSrcweirString STR_NOTE 605cdf0e10cSrcweir{ 606cdf0e10cSrcweir Text [ en-US ] = "comment" ; 607cdf0e10cSrcweir}; 608cdf0e10cSrcweirString STR_REFERENCE 609cdf0e10cSrcweir{ 610cdf0e10cSrcweir Text [ en-US ] = "cross-reference" ; 611cdf0e10cSrcweir}; 612cdf0e10cSrcweirString STR_SCRIPT 613cdf0e10cSrcweir{ 614cdf0e10cSrcweir Text [ en-US ] = "script" ; 615cdf0e10cSrcweir}; 616cdf0e10cSrcweirString STR_AUTHORITY_ENTRY 617cdf0e10cSrcweir{ 618cdf0e10cSrcweir Text [ en-US ] = "bibliography entry" ; 619cdf0e10cSrcweir}; 620cdf0e10cSrcweirString STR_SPECIALCHAR 621cdf0e10cSrcweir{ 622cdf0e10cSrcweir Text [ en-US ] = "special character" ; 623cdf0e10cSrcweir}; 624cdf0e10cSrcweirString STR_FOOTNOTE 625cdf0e10cSrcweir{ 626cdf0e10cSrcweir Text [ en-US ] = "footnote" ; 627cdf0e10cSrcweir}; 628cdf0e10cSrcweirString STR_GRAPHIC 629cdf0e10cSrcweir{ 630cdf0e10cSrcweir Text [ en-US ] = "picture" ; 631cdf0e10cSrcweir}; 632cdf0e10cSrcweirString STR_DRAWING_OBJECTS 633cdf0e10cSrcweir{ 634cdf0e10cSrcweir Text [ en-US ] = "drawing object(s)" ; 635cdf0e10cSrcweir}; 636cdf0e10cSrcweirString STR_TABLE_NAME 637cdf0e10cSrcweir{ 638cdf0e10cSrcweir Text [ en-US ] = "table: $1$2$3" ; 639cdf0e10cSrcweir}; 640cdf0e10cSrcweirString STR_PARAGRAPH_UNDO 641cdf0e10cSrcweir{ 642cdf0e10cSrcweir Text [ en-US ] = "paragraph" ; 643cdf0e10cSrcweir}; 644cdf0e10cSrcweirString STR_UNDO_FLYFRMFMT_TITLE 645cdf0e10cSrcweir{ 646cdf0e10cSrcweir Text [ en-US ] = "Change object title of $1" ; 647cdf0e10cSrcweir}; 648cdf0e10cSrcweirString STR_UNDO_FLYFRMFMT_DESCRITPTION 649cdf0e10cSrcweir{ 650cdf0e10cSrcweir Text [ en-US ] = "Change object description of $1" ; 651cdf0e10cSrcweir}; 652*1ea3b50fSmseidel 653*1ea3b50fSmseidel// ********************************************************************** EOF 654