summaryrefslogtreecommitdiff
path: root/sw/source/core/undo/undo.src
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/undo/undo.src')
-rw-r--r--sw/source/core/undo/undo.src657
1 files changed, 657 insertions, 0 deletions
diff --git a/sw/source/core/undo/undo.src b/sw/source/core/undo/undo.src
new file mode 100644
index 000000000000..1035d8cb0d0f
--- /dev/null
+++ b/sw/source/core/undo/undo.src
@@ -0,0 +1,657 @@
+/*************************************************************************
+ *
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * Copyright 2000, 2010 Oracle and/or its affiliates.
+ *
+ * OpenOffice.org - a multi-platform office productivity suite
+ *
+ * This file is part of OpenOffice.org.
+ *
+ * OpenOffice.org is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License version 3
+ * only, as published by the Free Software Foundation.
+ *
+ * OpenOffice.org is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License version 3 for more details
+ * (a copy is included in the LICENSE file that accompanied this code).
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * version 3 along with OpenOffice.org. If not, see
+ * <http://www.openoffice.org/license.html>
+ * for a copy of the LGPLv3 License.
+ *
+ ************************************************************************/
+
+#include <comcore.hrc>
+#include <undo.hrc>
+
+ // Undo
+String STR_CANT_UNDO
+{
+ Text [ en-US ] = "not possible" ;
+};
+String STR_DELETE_UNDO
+{
+ Text [ en-US ] = "Delete $1" ;
+};
+String STR_INSERT_UNDO
+{
+ Text [ en-US ] = "Insert $1" ;
+};
+String STR_OVR_UNDO
+{
+ Text [ en-US ] = "Overwrite: $1" ;
+};
+String STR_SPLITNODE_UNDO
+{
+ Text [ en-US ] = "New Paragraph" ;
+};
+String STR_MOVE_UNDO
+{
+ Text [ en-US ] = "Move" ;
+};
+String STR_INSATTR_UNDO
+{
+ Text [ en-US ] = "Apply attributes" ;
+};
+String STR_SETFMTCOLL_UNDO
+{
+ Text [ en-US ] = "Apply Styles: $1" ;
+};
+String STR_RESET_ATTR_UNDO
+{
+ Text [ en-US ] = "Reset attributes" ;
+};
+String STR_INSFMT_ATTR_UNDO
+{
+ Text [ en-US ] = "Change style: $1" ;
+};
+String STR_INSERT_DOC_UNDO
+{
+ Text [ en-US ] = "Insert file" ;
+};
+String STR_INSERT_GLOSSARY
+{
+ Text [ en-US ] = "Insert AutoText" ;
+};
+String STR_DELBOOKMARK
+{
+ Text [ en-US ] = "Delete bookmark: $1" ;
+};
+String STR_INSBOOKMARK
+{
+ Text [ en-US ] = "Insert bookmark: $1" ;
+};
+String STR_SORT_TBL
+{
+ Text [ en-US ] = "Sort table" ;
+};
+String STR_SORT_TXT
+{
+ Text [ en-US ] = "Sort text" ;
+};
+String STR_INSTABLE_UNDO
+{
+ Text [ en-US ] = "Insert table: $1$2$3" ;
+};
+String STR_TEXTTOTABLE_UNDO
+{
+ Text [ en-US ] = "Convert text -> table" ;
+};
+String STR_TABLETOTEXT_UNDO
+{
+ Text [ en-US ] = "Convert table -> text" ;
+};
+String STR_COPY_UNDO
+{
+ Text [ en-US ] = "Copy: $1" ;
+};
+String STR_REPLACE_UNDO
+{
+ Text [ en-US ] = "Replace $1 $2 $3" ;
+};
+String STR_INSERT_PAGE_BREAK_UNDO
+{
+ Text [ en-US ] = "Insert page break" ;
+};
+String STR_INSERT_COLUMN_BREAK_UNDO
+{
+ Text [ en-US ] = "Insert column break" ;
+};
+String STR_PLAY_MACRO_UNDO
+{
+ Text [ en-US ] = "Run macro" ;
+};
+String STR_INSERT_ENV_UNDO
+{
+ Text [ en-US ] = "Insert Envelope" ;
+};
+String STR_DRAG_AND_COPY
+{
+ Text [ en-US ] = "Copy: $1" ;
+};
+String STR_DRAG_AND_MOVE
+{
+ Text [ en-US ] = "Move: $1" ;
+};
+String STR_INSERT_RULER
+{
+ Text [ en-US ] = "Insert horizontal ruler" ;
+};
+String STR_INSERT_CHART
+{
+ Text [ en-US ] = "Insert %PRODUCTNAME Chart" ;
+};
+String STR_INSERTFLY
+{
+ Text [ en-US ] = "Insert frame" ;
+};
+String STR_DELETEFLY
+{
+ Text [ en-US ] = "Delete frame" ;
+};
+String STR_AUTOFORMAT
+{
+ Text [ en-US ] = "AutoFormat" ;
+};
+String STR_TABLEHEADLINE
+{
+ Text [ en-US ] = "Table heading" ;
+};
+String STR_REPLACE
+{
+ Text [ en-US ] = "Replace: $1 $2 $3" ;
+};
+String STR_INSERTSECTION
+{
+ Text [ en-US ] = "Insert section" ;
+};
+String STR_DELETESECTION
+{
+ Text [ en-US ] = "Delete section" ;
+};
+String STR_CHANGESECTION
+{
+ Text [ en-US ] = "Modify section" ;
+};
+String STR_CHANGESECTPASSWD
+{
+ Text [ en-US ] = "Change password protection" ;
+};
+String STR_CHANGEDEFATTR
+{
+ Text [ en-US ] = "Modify default values" ;
+};
+String STR_REPLACE_STYLE
+{
+ Text [ en-US ] = "Replace style: $1 $2 $3" ;
+};
+String STR_OUTLINE_LR
+{
+ Text [ en-US ] = "Promote/demote outline" ;
+};
+String STR_OUTLINE_UD
+{
+ Text [ en-US ] = "Move outline" ;
+};
+String STR_INSNUM
+{
+ Text [ en-US ] = "Insert numbering" ;
+};
+String STR_NUMUP
+{
+ Text [ en-US ] = "Promote level" ;
+};
+String STR_NUMDOWN
+{
+ Text [ en-US ] = "Demote level" ;
+};
+String STR_MOVENUM
+{
+ Text [ en-US ] = "Move paragraphs" ;
+};
+String STR_INSERTDRAW
+{
+ Text [ en-US ] = "Insert drawing object: $1" ;
+};
+String STR_NUMORNONUM
+{
+ Text [ en-US ] = "Number On/Off" ;
+};
+String STR_INC_LEFTMARGIN
+{
+ Text [ en-US ] = "Increase Indent" ;
+};
+String STR_DEC_LEFTMARGIN
+{
+ Text [ en-US ] = "Decrease indent" ;
+};
+String STR_INSERTLABEL
+{
+ Text [ en-US ] = "Insert caption: $1" ;
+};
+String STR_SETNUMRULESTART
+{
+ Text [ en-US ] = "Restart numbering" ;
+};
+String STR_CHANGEFTN
+{
+ Text [ en-US ] = "Modify footnote" ;
+};
+String STR_REDLINE
+{
+ /* !! sollte NIE gebraucht/uebersetzt werden !! */
+};
+String STR_ACCEPT_REDLINE
+{
+ Text [ en-US ] = "Accept change: $1" ;
+};
+String STR_REJECT_REDLINE
+{
+ Text [ en-US ] = "Reject change: $1" ;
+};
+String STR_SPLIT_TABLE
+{
+ Text [ en-US ] = "Split Table" ;
+};
+String STR_DONTEXPAND
+{
+ Text [ en-US ] = "Stop attribute" ;
+};
+String STR_AUTOCORRECT
+{
+ Text [ en-US ] = "AutoCorrect" ;
+};
+String STR_MERGE_TABLE
+{
+ Text [ en-US ] = "Merge table";
+};
+
+String STR_TRANSLITERATE
+{
+ Text [ en-US ] = "Case/Characters";
+};
+
+String STR_DELNUM
+{
+ Text [ en-US ] = "Delete numbering" ;
+};
+String STR_DRAWUNDO
+{
+ Text [ en-US ] = "Drawing objects: $1" ;
+};
+String STR_DRAWGROUP
+{
+ Text [ en-US ] = "Group draw objects" ;
+};
+String STR_DRAWUNGROUP
+{
+ Text [ en-US ] = "Ungroup drawing objects" ;
+};
+String STR_DRAWDELETE
+{
+ Text [ en-US ] = "Delete drawing objects" ;
+};
+String STR_REREAD
+{
+ Text [ en-US ] = "Replace graphics" ;
+};
+String STR_DELGRF
+{
+ Text [ en-US ] = "Delete graphics" ;
+};
+String STR_DELOLE
+{
+ Text [ en-US ] = "Delete object" ;
+};
+String STR_TABLE_ATTR
+{
+ Text [ en-US ] = "Apply table attributes" ;
+};
+String STR_TABLE_AUTOFMT
+{
+ Text [ en-US ] = "AutoFormat Table" ;
+};
+String STR_TABLE_INSCOL
+{
+ Text [ en-US ] = "Insert Column" ;
+};
+String STR_TABLE_INSROW
+{
+ Text [ en-US ] = "Insert Row" ;
+};
+String STR_TABLE_DELBOX
+{
+ Text [ en-US ] = "Delete row/column" ;
+};
+String STR_UNDO_COL_DELETE
+{
+ Text [ en-US ] = "Delete column" ;
+};
+String STR_UNDO_ROW_DELETE
+{
+ Text [ en-US ] = "Delete row" ;
+};
+String STR_TABLE_SPLIT
+{
+ Text [ en-US ] = "Split Cells" ;
+};
+String STR_TABLE_MERGE
+{
+ Text [ en-US ] = "Merge Cells" ;
+};
+String STR_TABLE_NUMFORMAT
+{
+ Text [ en-US ] = "Format cell" ;
+};
+String STR_INSERT_TOX
+{
+ Text [ en-US ] = "Insert index/table" ;
+};
+String STR_CLEAR_TOX_RANGE
+{
+ Text [ en-US ] = "Remove index/table" ;
+};
+String STR_TABLE_TBLCPYTBL{
+ Text [ en-US ] = "Copy table" ;
+};
+String STR_TABLE_CPYTBL
+{
+ Text [ en-US ] = "Copy table" ;
+};
+String STR_INS_FROM_SHADOWCRSR
+{
+ Text [ en-US ] = "Set cursor" ;
+};
+String STR_UNDO_CHAIN
+{
+ Text [ en-US ] = "Link text frames" ;
+};
+String STR_UNDO_UNCHAIN
+{
+ Text [ en-US ] = "Unlink text frames" ;
+};
+String STR_UNDO_FTNINFO
+{
+ Text [ en-US ] = "Modify footnote options" ;
+};
+String STR_UNDO_ENDNOTEINFO
+{
+ Text [ en-US ] = "Modify endnote settings" ;
+};
+String STR_UNDO_COMPAREDOC
+{
+ Text [ en-US ] = "Compare Document" ;
+};
+String STR_UNDO_SETFLYFRMFMT
+{
+ Text [ en-US ] = "Apply frame style: $1" ;
+};
+String STR_UNDO_SETRUBYATTR
+{
+ Text [ en-US ] = "Ruby Setting";
+};
+#102505#
+String STR_UNDO_TMPAUTOCORR
+{
+ Text [ en-US ] = "AutoCorrect" ;
+};
+String STR_INSERT_FOOTNOTE
+{
+ Text [ en-US ] = "Insert footnote" ;
+};
+String STR_INSERT_URLBTN
+{
+ Text [ en-US ] = "insert URL button";
+};
+String STR_INSERT_URLTXT
+{
+ Text [ en-US ] = "Insert Hyperlink";
+};
+String STR_DELETE_INVISIBLECNTNT
+{
+ Text [ en-US ] = "remove invisible content";
+};
+String STR_TOXCHANGE
+{
+ Text [ en-US ] = "Table/index changed";
+};
+String STR_START_QUOTE
+{
+ Text [ en-US ] = "'";
+};
+String STR_END_QUOTE
+{
+ Text [ en-US ] = "'";
+};
+String STR_LDOTS
+{
+ Text [ en-US ] = "...";
+};
+String STR_CLIPBOARD
+{
+ Text [ en-US ] = "clipboard";
+};
+String STR_MULTISEL
+{
+ Text [ en-US ] = "multiple selection";
+};
+String STR_TYPING_UNDO
+{
+ Text [ en-US ] = "Typing: $1";
+};
+String STR_PASTE_CLIPBOARD_UNDO
+{
+ Text [ en-US ] = "Paste clipboard";
+};
+String STR_YIELDS
+{
+ Text [ en-US ] = "->";
+};
+String STR_OCCURRENCES_OF
+{
+ Text [ en-US ] = "occurrences of";
+};
+String STR_UNDO_TABS
+{
+ Text [ en-US ] = "$1 tab(s)";
+};
+String STR_UNDO_NLS
+{
+ Text[ en-US ] = "$1 line break(s)";
+};
+String STR_UNDO_PAGEBREAKS
+{
+ Text[ en-US ] = "page break";
+};
+String STR_UNDO_COLBRKS
+{
+ Text[ en-US ] = "column break";
+};
+String STR_REDLINE_INSERT
+{
+ Text [ en-US ] = "Insert $1";
+};
+String STR_REDLINE_DELETE
+{
+ Text [ en-US ] = "Delete $1";
+};
+String STR_REDLINE_FORMAT
+{
+ Text [ en-US ] = "Attributes changed";
+};
+String STR_REDLINE_TABLE
+{
+ Text [ en-US ] = "Table changed";
+};
+String STR_REDLINE_FMTCOLL
+{
+ Text [ en-US ] = "Style changed";
+};
+String STR_REDLINE_MULTIPLE
+{
+ Text [ en-US ] = "multiple changes";
+};
+String STR_N_REDLINES
+{
+ Text [ en-US ] = "$1 changes";
+};
+String STR_UNDO_PAGEDESC
+{
+ Text [ en-US ] = "Change page style: $1";
+};
+String STR_UNDO_PAGEDESC_CREATE
+{
+ Text [ en-US ] = "Create page style: $1";
+};
+String STR_UNDO_PAGEDESC_DELETE
+{
+ Text [ en-US ] = "Delete page style: $1";
+};
+String STR_UNDO_PAGEDESC_RENAME
+{
+ Text [ en-US ] = "Rename page style: $1 $2 $3";
+};
+String STR_UNDO_HEADER_FOOTER
+{
+ Text [ en-US ] = "Header/footer changed";
+};
+String STR_UNDO_FIELD
+{
+ Text [ en-US ] = "Field changed";
+};
+String STR_UNDO_TXTFMTCOL_CREATE
+{
+ Text [ en-US ] = "Create paragraph style: $1";
+};
+String STR_UNDO_TXTFMTCOL_DELETE
+{
+ Text [ en-US ] = "Delete paragraph style: $1";
+};
+String STR_UNDO_TXTFMTCOL_RENAME
+{
+ Text [ en-US ] = "Rename paragraph style: $1 $2 $3";
+};
+String STR_UNDO_CHARFMT_CREATE
+{
+ Text [ en-US ] = "Create character style: $1";
+};
+String STR_UNDO_CHARFMT_DELETE
+{
+ Text [ en-US ] = "Delete character style: $1";
+};
+String STR_UNDO_CHARFMT_RENAME
+{
+ Text [ en-US ] = "Rename character style: $1 $2 $3";
+};
+String STR_UNDO_FRMFMT_CREATE
+{
+ Text [ en-US ] = "Create frame style: $1";
+};
+String STR_UNDO_FRMFMT_DELETE
+{
+ Text [ en-US ] = "Delete frame style: $1";
+};
+String STR_UNDO_FRMFMT_RENAME
+{
+ Text [ en-US ] = "Rename frame style: $1 $2 $3";
+};
+String STR_UNDO_NUMRULE_CREATE
+{
+ Text [ en-US ] = "Create numbering style: $1";
+};
+String STR_UNDO_NUMRULE_DELETE
+{
+ Text [ en-US ] = "Delete numbering style: $1";
+};
+String STR_UNDO_NUMRULE_RENAME
+{
+ Text [ en-US ] = "Rename numbering style: $1 $2 $3";
+};
+String STR_UNDO_BOOKMARK_RENAME
+{
+ Text[ en-US ] = "Rename bookmark: $1 $2 $3";
+};
+String STR_UNDO_INDEX_ENTRY_INSERT
+{
+ Text[ en-US ] = "Insert index entry";
+};
+String STR_UNDO_INDEX_ENTRY_DELETE
+{
+ Text[ en-US ] = "Delete index entry";
+};
+String STR_FIELD
+{
+ Text [ en-US ] = "field";
+};
+String STR_PARAGRAPHS
+{
+ Text [ en-US ] = "Paragraphs" ;
+};
+String STR_FRAME
+{
+ Text [ en-US ] = "frame";
+};
+String STR_OLE
+{
+ Text [ en-US ] = "OLE-object";
+};
+String STR_MATH_FORMULA
+{
+ Text [ en-US ] = "formula";
+};
+String STR_CHART
+{
+ Text [ en-US ] = "chart";
+};
+String STR_NOTE
+{
+ Text [ en-US ] = "comment";
+};
+String STR_REFERENCE
+{
+ Text [ en-US ] = "cross-reference";
+};
+String STR_SCRIPT
+{
+ Text [ en-US ] = "script";
+};
+String STR_AUTHORITY_ENTRY
+{
+ Text[ en-US ] = "bibliography entry";
+};
+String STR_SPECIALCHAR
+{
+ Text[ en-US ] = "special character";
+};
+String STR_FOOTNOTE
+{
+ Text[ en-US ] = "footnote";
+};
+String STR_GRAPHIC
+{
+ Text[ en-US ] = "picture";
+};
+String STR_DRAWING_OBJECTS
+{
+ Text[ en-US ] = "drawing object(s)";
+};
+String STR_TABLE_NAME
+{
+ Text[ en-US ] = "table: $1$2$3";
+};
+String STR_PARAGRAPH_UNDO
+{
+ Text[ en-US ] = "paragraph";
+};
+String STR_UNDO_FLYFRMFMT_TITLE
+{
+ Text[ en-US ] = "Change object title of $1";
+};
+String STR_UNDO_FLYFRMFMT_DESCRITPTION
+{
+ Text[ en-US ] = "Change object description of $1";
+};