Files
loongoffice/sw/source/core/undo/undo.src
Adolfo Jayme Barrientos b66b3050c4 “Hyperlink” is NOT a dated word, it’s just a precise one
We should always be clear and precise, given that LibreOffice handles various
kinds of links.

Nobody at L10n wanted this change, but they were ignored.

This should fix tdf#103093, which was a consequence of the introduced ambiguity.

This reverts commit a1297fc2df243d765ffb14f18bbdde158459b9f4.

Change-Id: I29232c7a8384c3fa501c61aab26e061ebcb1a0d8
2017-03-23 00:40:28 -06:00

662 lines
12 KiB
Plaintext

/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* This file incorporates work covered by the following license notice:
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#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";
};
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_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_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 ] = "image";
};
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";
};
String STR_UNDO_TBLSTYLE_CREATE
{
Text[ en-US ] = "Create table style: $1";
};
String STR_UNDO_TBLSTYLE_DELETE
{
Text[ en-US ] = "Delete table style: $1";
};
String STR_UNDO_TBLSTYLE_UPDATE
{
Text[ en-US ] = "Update table style: $1";
};
String STR_UNDO_TABLE_DELETE
{
Text [ en-US ] = "Delete table" ;
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */