[Libreoffice-commits] core.git: sw/source
Joren De Cuyper
jorendc at libreoffice.org
Mon May 4 10:04:39 PDT 2015
sw/source/core/undo/undo.hrc | 125 +++++++++++
sw/source/core/undo/undo.src | 488 ++++++++++++++++++++++++++++++++++++++++++-
2 files changed, 612 insertions(+), 1 deletion(-)
New commits:
commit d7336b91f0539751c1e955ecbbf3b38991c87387
Author: Joren De Cuyper <jorendc at libreoffice.org>
Date: Mon May 4 19:00:44 2015 +0200
Revert "Delete unused strings in undo.src and undo.hrc"
This reverts commit 4c07124cf4f7684d271d0e71a095c67e0f988e45.
It looks like these strings are used via an iteration in docundo.cxx
So, restore them.
Change-Id: I1b0428de3d56b04908284c94b47dc6021375cc8e
Reviewed-on: https://gerrit.libreoffice.org/15629
Reviewed-by: Joren De Cuyper <jorendc at libreoffice.org>
Tested-by: Joren De Cuyper <jorendc at libreoffice.org>
diff --git a/sw/source/core/undo/undo.hrc b/sw/source/core/undo/undo.hrc
index d17c13e..f258063 100644
--- a/sw/source/core/undo/undo.hrc
+++ b/sw/source/core/undo/undo.hrc
@@ -20,13 +20,123 @@
#include <rcid.hrc>
// Undo
#define UNDO_BASE (RC_WRTSH_BEGIN + 8)
+#define STR_CANT_UNDO (UNDO_BASE + 0)
// im enun folgen hier START & END fuer die Klammerungen,
+// Id's fuer die Undo/Redo/Repeat faehigen "Funktionen"
+#define STR_DELETE_UNDO (UNDO_BASE + 3)
+#define STR_INSERT_UNDO (UNDO_BASE + 4)
+#define STR_OVR_UNDO (UNDO_BASE + 5)
+#define STR_SPLITNODE_UNDO (UNDO_BASE + 6)
+#define STR_INSATTR_UNDO (UNDO_BASE + 7)
+#define STR_SETFMTCOLL_UNDO (UNDO_BASE + 8)
+#define STR_RESET_ATTR_UNDO (UNDO_BASE + 9)
+#define STR_INSFMT_ATTR_UNDO (UNDO_BASE +10)
+#define STR_INSERT_DOC_UNDO (UNDO_BASE +11)
+#define STR_COPY_UNDO (UNDO_BASE +12)
+#define STR_INSTABLE_UNDO (UNDO_BASE +13)
+#define STR_TABLETOTEXT_UNDO (UNDO_BASE +14)
+#define STR_TEXTTOTABLE_UNDO (UNDO_BASE +15)
+#define STR_SORT_TXT (UNDO_BASE +16)
+#define STR_INSERTFLY (UNDO_BASE +17)
+#define STR_TABLEHEADLINE (UNDO_BASE +18)
+#define STR_INSERTSECTION (UNDO_BASE +19)
+#define STR_OUTLINE_LR (UNDO_BASE +20)
+#define STR_OUTLINE_UD (UNDO_BASE +21)
+#define STR_INSNUM (UNDO_BASE +22)
+#define STR_NUMUP (UNDO_BASE +23)
+#define STR_MOVENUM (UNDO_BASE +24)
+#define STR_INSERTDRAW (UNDO_BASE +25)
+#define STR_NUMORNONUM (UNDO_BASE +26)
+#define STR_INC_LEFTMARGIN (UNDO_BASE +27)
+#define STR_DEC_LEFTMARGIN (UNDO_BASE +28)
+#define STR_INSERTLABEL (UNDO_BASE +29)
+#define STR_SETNUMRULESTART (UNDO_BASE +30)
+#define STR_CHANGEFTN (UNDO_BASE +31)
+#define STR_REDLINE (UNDO_BASE +32)
+#define STR_ACCEPT_REDLINE (UNDO_BASE +33)
+#define STR_REJECT_REDLINE (UNDO_BASE +34)
+#define STR_SPLIT_TABLE (UNDO_BASE +35)
+#define STR_DONTEXPAND (UNDO_BASE +36)
+#define STR_AUTOCORRECT (UNDO_BASE +37)
+#define STR_MERGE_TABLE (UNDO_BASE +38)
+#define STR_TRANSLITERATE (UNDO_BASE +39)
+#define STR_PASTE_CLIPBOARD_UNDO (UNDO_BASE +40)
+#define STR_TYPING_UNDO (UNDO_BASE +41)
+
#define STR_REPEAT_DUMMY_9 (UNDO_BASE +45)
// !!!!!! umsetzen !!!!!!!!!!! umsetzen !!!!!!!!!!! umsetzen !!!!
#define CORE_REPEAT_END STR_REPEAT_DUMMY_9// !!!! umsetzen !!!
+// Id's nur fuer die Undo/Redo faehigen "Funktionen"
+#define STR_MOVE_UNDO (CORE_REPEAT_END + 1)
+#define STR_INSERT_GLOSSARY (CORE_REPEAT_END + 2)
+#define STR_DELBOOKMARK (CORE_REPEAT_END + 3)
+#define STR_INSBOOKMARK (CORE_REPEAT_END + 4)
+#define STR_SORT_TBL (CORE_REPEAT_END + 5)
+#define STR_DELETEFLY (CORE_REPEAT_END + 6)
+#define STR_AUTOFORMAT (CORE_REPEAT_END + 7)
+#define STR_REPLACE (CORE_REPEAT_END + 8)
+#define STR_DELETESECTION (CORE_REPEAT_END + 9)
+#define STR_CHANGESECTION (CORE_REPEAT_END +10)
+#define STR_CHANGESECTPASSWD (CORE_REPEAT_END +11)
+#define STR_CHANGEDEFATTR (CORE_REPEAT_END +12)
+#define STR_DELNUM (CORE_REPEAT_END +13)
+#define STR_DRAWUNDO (CORE_REPEAT_END +14)
+#define STR_DRAWGROUP (CORE_REPEAT_END +15)
+#define STR_DRAWUNGROUP (CORE_REPEAT_END +16)
+#define STR_DRAWDELETE (CORE_REPEAT_END +17)
+#define STR_REREAD (CORE_REPEAT_END +18)
+#define STR_DELGRF (CORE_REPEAT_END +19)
+#define STR_DELOLE (CORE_REPEAT_END +20)
+#define STR_TABLE_ATTR (CORE_REPEAT_END +21)
+#define STR_TABLE_AUTOFMT (CORE_REPEAT_END +22)
+#define STR_TABLE_INSCOL (CORE_REPEAT_END +23)
+#define STR_TABLE_INSROW (CORE_REPEAT_END +24)
+#define STR_TABLE_DELBOX (CORE_REPEAT_END +25)
+#define STR_TABLE_SPLIT (CORE_REPEAT_END +26)
+#define STR_TABLE_MERGE (CORE_REPEAT_END +27)
+#define STR_TABLE_NUMFORMAT (CORE_REPEAT_END +28)
+#define STR_INSERT_TOX (CORE_REPEAT_END +29)
+#define STR_CLEAR_TOX_RANGE (CORE_REPEAT_END +30)
+#define STR_TABLE_TBLCPYTBL (CORE_REPEAT_END +31)
+#define STR_TABLE_CPYTBL (CORE_REPEAT_END +32)
+#define STR_INS_FROM_SHADOWCRSR (CORE_REPEAT_END +33)
+#define STR_UNDO_CHAIN (CORE_REPEAT_END +34)
+#define STR_UNDO_UNCHAIN (CORE_REPEAT_END +35)
+#define STR_UNDO_FTNINFO (CORE_REPEAT_END +36)
+#define STR_UNDO_ENDNOTEINFO (CORE_REPEAT_END +37)
+#define STR_UNDO_COMPAREDOC (CORE_REPEAT_END +38)
+#define STR_UNDO_SETFLYFRMFMT (CORE_REPEAT_END +39)
+#define STR_UNDO_SETRUBYATTR (CORE_REPEAT_END +40)
+// #102505#
+#define STR_UNDO_TMPAUTOCORR (CORE_REPEAT_END +41)
+
+#define STR_TOXCHANGE (CORE_REPEAT_END +42)
+#define STR_UNDO_PAGEDESC_CREATE (CORE_REPEAT_END +43)
+#define STR_UNDO_PAGEDESC (CORE_REPEAT_END +44)
+#define STR_UNDO_PAGEDESC_DELETE (CORE_REPEAT_END +45)
+#define STR_UNDO_HEADER_FOOTER (CORE_REPEAT_END +46) // #i7983#
+#define STR_UNDO_FIELD (CORE_REPEAT_END +47) // #111840#
+#define STR_UNDO_TXTFMTCOL_CREATE (CORE_REPEAT_END +48)
+#define STR_UNDO_TXTFMTCOL_DELETE (CORE_REPEAT_END +49)
+#define STR_UNDO_TXTFMTCOL_RENAME (CORE_REPEAT_END +50)
+#define STR_UNDO_CHARFMT_CREATE (CORE_REPEAT_END +51)
+#define STR_UNDO_CHARFMT_DELETE (CORE_REPEAT_END +52)
+#define STR_UNDO_CHARFMT_RENAME (CORE_REPEAT_END +53)
+#define STR_UNDO_FRMFMT_CREATE (CORE_REPEAT_END +54)
+#define STR_UNDO_FRMFMT_DELETE (CORE_REPEAT_END +55)
+#define STR_UNDO_FRMFMT_RENAME (CORE_REPEAT_END +56)
+#define STR_UNDO_NUMRULE_CREATE (CORE_REPEAT_END +57)
+#define STR_UNDO_NUMRULE_DELETE (CORE_REPEAT_END +58)
+#define STR_UNDO_NUMRULE_RENAME (CORE_REPEAT_END +59)
+#define STR_UNDO_BOOKMARK_RENAME (CORE_REPEAT_END +60)
+#define STR_UNDO_INDEX_ENTRY_INSERT (CORE_REPEAT_END +61)
+#define STR_UNDO_INDEX_ENTRY_DELETE (CORE_REPEAT_END +62)
+#define STR_UNDO_COL_DELETE (CORE_REPEAT_END +63)
+#define STR_UNDO_ROW_DELETE (CORE_REPEAT_END +64)
+#define STR_UNDO_PAGEDESC_RENAME (CORE_REPEAT_END +65)
#define STR_NUMDOWN (CORE_REPEAT_END +66)
#define STR_UNDO_FLYFRMFMT_TITLE (CORE_REPEAT_END +67)
#define STR_UNDO_FLYFRMFMT_DESCRITPTION (CORE_REPEAT_END +68)
@@ -36,6 +146,21 @@
// UI-Undo Klammerungen
#define UI_UNDO_BEGIN (CORE_UNDO_END + 1)
+#define STR_REPLACE_UNDO (UI_UNDO_BEGIN)
+#define STR_INSERT_PAGE_BREAK_UNDO (UI_UNDO_BEGIN + 1)
+#define STR_INSERT_COLUMN_BREAK_UNDO (UI_UNDO_BEGIN + 2)
+#define STR_PLAY_MACRO_UNDO (UI_UNDO_BEGIN + 3)
+#define STR_INSERT_ENV_UNDO (UI_UNDO_BEGIN + 4)
+#define STR_DRAG_AND_COPY (UI_UNDO_BEGIN + 5)
+#define STR_DRAG_AND_MOVE (UI_UNDO_BEGIN + 6)
+#define STR_INSERT_CHART (UI_UNDO_BEGIN + 7)
+#define STR_INSERT_FOOTNOTE (UI_UNDO_BEGIN + 8)
+#define STR_INSERT_URLBTN (UI_UNDO_BEGIN + 9)
+#define STR_INSERT_URLTXT (UI_UNDO_BEGIN + 10)
+#define STR_DELETE_INVISIBLECNTNT (UI_UNDO_BEGIN + 11)
+#define STR_REPLACE_STYLE (UI_UNDO_BEGIN + 12)
+#define STR_DELETE_PAGE_BREAK (UI_UNDO_BEGIN + 13)
+#define STR_TEXT_CORRECTION (UI_UNDO_BEGIN + 14)
#define STR_UNDO_TABLE_DELETE (UI_UNDO_BEGIN + 15)
#define UI_UNDO_END STR_UNDO_TABLE_DELETE
diff --git a/sw/source/core/undo/undo.src b/sw/source/core/undo/undo.src
index 0adfc58..f2f969b 100644
--- a/sw/source/core/undo/undo.src
+++ b/sw/source/core/undo/undo.src
@@ -20,6 +20,401 @@
#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_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_DELETE_PAGE_BREAK
+{
+ Text [ en-US ] = "Delete page break" ;
+};
+String STR_TEXT_CORRECTION
+{
+ Text [ en-US ] = "Text Correction" ;
+};
+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 ] = "Change Case";
+};
+
+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 Image" ;
+};
+String STR_DELGRF
+{
+ Text [ en-US ] = "Delete Image" ;
+};
+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 ] = "'";
@@ -40,6 +435,14 @@ 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 ] = "->";
@@ -92,7 +495,90 @@ 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";
More information about the Libreoffice-commits
mailing list