forked from amazingfate/loongoffice
Change-Id: I74fb244b2440ddf7682362444c20730ac0e58cea Reviewed-on: https://gerrit.libreoffice.org/35212 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
613 lines
11 KiB
Plaintext
613 lines
11 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 <svl/style.hrc>
|
|
#include <sfx2/sfx.hrc>
|
|
#include <svx/dialogs.hrc>
|
|
#include "cmdid.h"
|
|
#include "access.hrc"
|
|
#include "globals.hrc"
|
|
#include "app.hrc"
|
|
#include "statstr.hrc"
|
|
#include "swstyle.h"
|
|
#include "comcore.hrc"
|
|
#include "shells.hrc"
|
|
#include "helpid.h"
|
|
|
|
String STR_PARAGRAPHSTYLEFAMILY
|
|
{
|
|
Text [ en-US ] = "Paragraph Styles" ;
|
|
};
|
|
|
|
String STR_CHARACTERSTYLEFAMILY
|
|
{
|
|
Text [ en-US ] = "Character Styles" ;
|
|
};
|
|
|
|
String STR_FRAMESTYLEFAMILY
|
|
{
|
|
Text [ en-US ] = "Frame Styles" ;
|
|
};
|
|
|
|
String STR_PAGESTYLEFAMILY
|
|
{
|
|
Text [ en-US ] = "Page Styles" ;
|
|
};
|
|
|
|
String STR_LISTSTYLEFAMILY
|
|
{
|
|
Text [ en-US ] = "List Styles" ;
|
|
};
|
|
|
|
String STR_TABLESTYLEFAMILY
|
|
{
|
|
Text [ en-US ] = "Table Styles" ;
|
|
};
|
|
|
|
StringArray RID_PARAGRAPHSTYLEFAMILY
|
|
{
|
|
ItemList [ en-US ] =
|
|
{
|
|
< "All Styles" ; SFXSTYLEBIT_ALL_VISIBLE ; > ;
|
|
< "Hidden Styles" ; SFXSTYLEBIT_HIDDEN ; > ;
|
|
< "Applied Styles" ; SFXSTYLEBIT_USED ; > ;
|
|
< "Custom Styles" ; SFXSTYLEBIT_USERDEF ; > ;
|
|
< "Automatic" ; SFXSTYLEBIT_AUTO ; > ;
|
|
< "Text Styles" ; SWSTYLEBIT_TEXT ; > ;
|
|
< "Chapter Styles" ; SWSTYLEBIT_CHAPTER ; > ;
|
|
< "List Styles" ; SWSTYLEBIT_LIST ; > ;
|
|
< "Index Styles" ; SWSTYLEBIT_IDX ; > ;
|
|
< "Special Styles" ; SWSTYLEBIT_EXTRA ; > ;
|
|
< "HTML Styles" ; SWSTYLEBIT_HTML ; > ;
|
|
< "Conditional Styles" ; SWSTYLEBIT_CONDCOLL ; > ;
|
|
};
|
|
};
|
|
|
|
StringArray RID_CHARACTERSTYLEFAMILY
|
|
{
|
|
ItemList [ en-US ] =
|
|
{
|
|
< "All" ; SFXSTYLEBIT_ALL_VISIBLE ; > ;
|
|
< "Hidden Styles" ; SFXSTYLEBIT_HIDDEN ; > ;
|
|
< "Applied Styles" ; SFXSTYLEBIT_USED ; > ;
|
|
< "Custom Styles" ; SFXSTYLEBIT_USERDEF ; > ;
|
|
};
|
|
};
|
|
|
|
StringArray RID_FRAMESTYLEFAMILY
|
|
{
|
|
ItemList [ en-US ] =
|
|
{
|
|
< "All" ; SFXSTYLEBIT_ALL_VISIBLE ; > ;
|
|
< "Hidden Styles" ; SFXSTYLEBIT_HIDDEN ; > ;
|
|
< "Applied Styles" ; SFXSTYLEBIT_USED ; > ;
|
|
< "Custom Styles" ; SFXSTYLEBIT_USERDEF ; > ;
|
|
};
|
|
};
|
|
|
|
StringArray RID_PAGESTYLEFAMILY
|
|
{
|
|
ItemList [ en-US ] =
|
|
{
|
|
< "All" ; SFXSTYLEBIT_ALL_VISIBLE ; > ;
|
|
< "Hidden Styles" ; SFXSTYLEBIT_HIDDEN ; > ;
|
|
< "Applied Styles" ; SFXSTYLEBIT_USED ; > ;
|
|
< "Custom Styles" ; SFXSTYLEBIT_USERDEF ; > ;
|
|
};
|
|
};
|
|
|
|
StringArray RID_LISTSTYLEFAMILY
|
|
{
|
|
ItemList [ en-US ] =
|
|
{
|
|
< "All" ; SFXSTYLEBIT_ALL_VISIBLE ; > ;
|
|
< "Hidden Styles" ; SFXSTYLEBIT_HIDDEN ; > ;
|
|
< "Applied Styles" ; SFXSTYLEBIT_USED ; > ;
|
|
< "Custom Styles" ; SFXSTYLEBIT_USERDEF ; > ;
|
|
};
|
|
};
|
|
|
|
StringArray RID_TABLESTYLEFAMILY
|
|
{
|
|
ItemList [ en-US ] =
|
|
{
|
|
< "All" ; SFXSTYLEBIT_ALL_VISIBLE ; > ;
|
|
< "Hidden Styles" ; SFXSTYLEBIT_HIDDEN ; > ;
|
|
< "Applied Styles" ; SFXSTYLEBIT_USED ; > ;
|
|
< "Custom Styles" ; SFXSTYLEBIT_USERDEF ; > ;
|
|
};
|
|
};
|
|
|
|
Bitmap BMP_STYLES_FAMILY_PARA
|
|
{
|
|
File = "sf01.png" ;
|
|
};
|
|
|
|
Bitmap BMP_STYLES_FAMILY_CHAR
|
|
{
|
|
File = "sf02.png" ;
|
|
};
|
|
|
|
Bitmap BMP_STYLES_FAMILY_FRAME
|
|
{
|
|
File = "sf03.png" ;
|
|
};
|
|
|
|
Bitmap BMP_STYLES_FAMILY_PAGE
|
|
{
|
|
File = "sf04.png" ;
|
|
};
|
|
|
|
Bitmap BMP_STYLES_FAMILY_LIST
|
|
{
|
|
File = "sf05.png" ;
|
|
};
|
|
|
|
Bitmap BMP_STYLES_FAMILY_TABLE
|
|
{
|
|
File = "sf06.png" ;
|
|
};
|
|
|
|
String STR_ENV_TITLE
|
|
{
|
|
Text [ en-US ] = "Envelope" ;
|
|
};
|
|
|
|
String STR_LAB_TITLE
|
|
{
|
|
Text [ en-US ] = "Labels" ;
|
|
};
|
|
|
|
// ShortName!!!
|
|
String STR_HUMAN_SWDOC_NAME
|
|
{
|
|
Text [ en-US ] = "Text" ;
|
|
};
|
|
|
|
String STR_WRITER_DOCUMENT_FULLTYPE
|
|
{
|
|
Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION Text Document";
|
|
};
|
|
|
|
String STR_CANTOPEN
|
|
{
|
|
Text [ en-US ] = "Cannot open document." ;
|
|
};
|
|
|
|
String STR_CANTCREATE
|
|
{
|
|
Text [ en-US ] = "Can't create document.";
|
|
};
|
|
|
|
String STR_DLLNOTFOUND
|
|
{
|
|
Text [ en-US ] = "Filter not found." ;
|
|
};
|
|
|
|
String STR_LOAD_GLOBAL_DOC
|
|
{
|
|
Text [ en-US ] = "Name and Path of Master Document" ;
|
|
};
|
|
|
|
String STR_LOAD_HTML_DOC
|
|
{
|
|
Text [ en-US ] = "Name and Path of the HTML Document" ;
|
|
};
|
|
|
|
String STR_JAVA_EDIT
|
|
{
|
|
Text [ en-US ] = "Edit Script" ;
|
|
};
|
|
|
|
String STR_REMOVE_WARNING
|
|
{
|
|
Text [ en-US ] = "The following characters are not valid and have been removed: ";
|
|
};
|
|
|
|
String STR_BOOKMARK_NAME
|
|
{
|
|
Text [ en-US ] = "Name";
|
|
};
|
|
|
|
String STR_BOOKMARK_TEXT
|
|
{
|
|
Text [ en-US ] = "Text";
|
|
};
|
|
|
|
String SW_STR_NONE
|
|
{
|
|
Text [ en-US ] = "[None]" ;
|
|
};
|
|
|
|
String STR_CAPTION_BEGINNING
|
|
{
|
|
Text [ en-US ] = "Start" ;
|
|
};
|
|
|
|
String STR_CAPTION_END
|
|
{
|
|
Text [ en-US ] = "End" ;
|
|
};
|
|
|
|
String STR_CAPTION_ABOVE
|
|
{
|
|
Text [ en-US ] = "Above" ;
|
|
};
|
|
|
|
String STR_CAPTION_BELOW
|
|
{
|
|
Text [ en-US ] = "Below" ;
|
|
};
|
|
|
|
String SW_STR_READONLY
|
|
{
|
|
Text [ en-US ] = "read-only" ;
|
|
};
|
|
|
|
String STR_READONLY_PATH
|
|
{
|
|
Text [ en-US ] = "The 'AutoText' directories are read-only. Do you want to call the path settings dialog?";
|
|
};
|
|
|
|
String STR_DOC_STAT
|
|
{
|
|
Text [ en-US ] = "Statistics" ;
|
|
};
|
|
|
|
// Statusbar-titles
|
|
|
|
String STR_STATSTR_W4WREAD
|
|
{
|
|
Text [ en-US ] = "Importing document..." ;
|
|
};
|
|
|
|
String STR_STATSTR_W4WWRITE
|
|
{
|
|
Text [ en-US ] = "Exporting document..." ;
|
|
};
|
|
|
|
String STR_STATSTR_SWGREAD
|
|
{
|
|
Text [ en-US ] = "Loading document..." ;
|
|
};
|
|
|
|
String STR_STATSTR_SWGWRITE
|
|
{
|
|
Text [ en-US ] = "Saving document..." ;
|
|
};
|
|
|
|
String STR_STATSTR_REFORMAT
|
|
{
|
|
Text [ en-US ] = "Repagination..." ;
|
|
};
|
|
|
|
String STR_STATSTR_AUTOFORMAT
|
|
{
|
|
Text [ en-US ] = "Formatting document automatically..." ;
|
|
};
|
|
|
|
String STR_STATSTR_SEARCH
|
|
{
|
|
Text [ en-US ] = "Search..." ;
|
|
};
|
|
|
|
String STR_STATSTR_LETTER
|
|
{
|
|
Text [ en-US ] = "Letter" ;
|
|
};
|
|
|
|
String STR_STATSTR_SPELL
|
|
{
|
|
Text [ en-US ] = "Spellcheck..." ;
|
|
};
|
|
|
|
String STR_STATSTR_HYPHEN
|
|
{
|
|
Text [ en-US ] = "Hyphenation..." ;
|
|
};
|
|
|
|
String STR_STATSTR_TOX_INSERT
|
|
{
|
|
Text [ en-US ] = "Inserting Index..." ;
|
|
};
|
|
|
|
String STR_STATSTR_TOX_UPDATE
|
|
{
|
|
Text [ en-US ] = "Updating Index..." ;
|
|
};
|
|
|
|
String STR_STATSTR_SUMMARY
|
|
{
|
|
Text [ en-US ] = "Creating abstract..." ;
|
|
};
|
|
|
|
String STR_STATSTR_SWGPRTOLENOTIFY
|
|
{
|
|
Text [ en-US ] = "Adapt Objects...";
|
|
};
|
|
|
|
Bitmap RID_GRAPHIC_REPLACEBMP
|
|
{
|
|
File = "grafikei.bmp" ;
|
|
};
|
|
|
|
Bitmap RID_GRAPHIC_ERRORBMP
|
|
{
|
|
File = "grafikde.bmp" ;
|
|
};
|
|
|
|
String STR_TABLE_DEFNAME
|
|
{
|
|
Text [ en-US ] = "Table" ;
|
|
};
|
|
|
|
String STR_GRAPHIC_DEFNAME
|
|
{
|
|
Text[ en-US ] = "Image" ;
|
|
};
|
|
|
|
String STR_OBJECT_DEFNAME
|
|
{
|
|
Text [ en-US ] = "Object" ;
|
|
};
|
|
|
|
String STR_FRAME_DEFNAME
|
|
{
|
|
Text [ en-US ] = "Frame" ;
|
|
};
|
|
|
|
String STR_SHAPE_DEFNAME
|
|
{
|
|
Text [ en-US ] = "Shape" ;
|
|
};
|
|
|
|
String STR_REGION_DEFNAME
|
|
{
|
|
Text [ en-US ] = "Section" ;
|
|
};
|
|
|
|
String STR_NUMRULE_DEFNAME
|
|
{
|
|
Text [ en-US ] = "Numbering" ;
|
|
};
|
|
|
|
String STR_EMPTYPAGE
|
|
{
|
|
Text [ en-US ] = "blank page" ;
|
|
};
|
|
|
|
String STR_ABSTRACT_TITLE
|
|
{
|
|
Text [ en-US ] = "Abstract: " ;
|
|
};
|
|
|
|
String STR_FDLG_TEMPLATE_NAME
|
|
{
|
|
Text [ en-US ] = "separated by: " ;
|
|
};
|
|
|
|
String STR_FDLG_OUTLINE_LEVEL
|
|
{
|
|
Text [ en-US ] = "Outline: Level ";
|
|
};
|
|
|
|
String STR_FDLG_STYLE
|
|
{
|
|
Text [ en-US ] = "Style: ";
|
|
};
|
|
|
|
String STR_PAGEOFFSET
|
|
{
|
|
Text [ en-US ] = "Page number: " ;
|
|
};
|
|
|
|
String STR_PAGEBREAK
|
|
{
|
|
Text [ en-US ] = "Break before new page" ;
|
|
};
|
|
|
|
String STR_WESTERN_FONT
|
|
{
|
|
Text [ en-US ] = "Western text: ";
|
|
};
|
|
|
|
String STR_CJK_FONT
|
|
{
|
|
Text [ en-US ] = "Asian text: ";
|
|
};
|
|
|
|
String STR_REDLINE_UNKNOWN_AUTHOR
|
|
{
|
|
Text [ en-US ] = "Unknown Author";
|
|
};
|
|
|
|
String STR_DELETE_NOTE_AUTHOR
|
|
{
|
|
Text [ en-US ] = "Delete ~All Comments by $1";
|
|
};
|
|
|
|
String STR_HIDE_NOTE_AUTHOR
|
|
{
|
|
Text [ en-US ] = "H~ide All Comments by $1";
|
|
};
|
|
|
|
String STR_OUTLINE_NUMBERING
|
|
{
|
|
Text [ en-US ] = "Outline Numbering";
|
|
};
|
|
|
|
String STR_STATUSBAR_WORDCOUNT_NO_SELECTION
|
|
{
|
|
Text [ en-US ] = "%1 words, %2 characters";
|
|
};
|
|
|
|
String STR_STATUSBAR_WORDCOUNT
|
|
{
|
|
Text [ en-US ] = "%1 words, %2 characters selected";
|
|
};
|
|
|
|
String STR_CONVERT_TEXT_TABLE
|
|
{
|
|
Text [ en-US ] = "Convert Text to Table" ;
|
|
};
|
|
|
|
String STR_ADD_AUTOFORMAT_TITLE
|
|
{
|
|
Text [ en-US ] = "Add AutoFormat" ;
|
|
};
|
|
|
|
String STR_ADD_AUTOFORMAT_LABEL
|
|
{
|
|
Text [ en-US ] = "Name" ;
|
|
};
|
|
|
|
String STR_DEL_AUTOFORMAT_TITLE
|
|
{
|
|
Text [ en-US ] = "Delete AutoFormat" ;
|
|
};
|
|
|
|
String STR_DEL_AUTOFORMAT_MSG
|
|
{
|
|
Text [ en-US ] = "The following AutoFormat entry will be deleted:" ;
|
|
};
|
|
|
|
String STR_RENAME_AUTOFORMAT_TITLE
|
|
{
|
|
Text [ en-US ] = "Rename AutoFormat" ;
|
|
};
|
|
|
|
String STR_BTN_AUTOFORMAT_CLOSE
|
|
{
|
|
Text [ en-US ] = "~Close" ;
|
|
};
|
|
|
|
String STR_JAN
|
|
{
|
|
Text [ en-US ] = "Jan" ;
|
|
};
|
|
|
|
String STR_FEB
|
|
{
|
|
Text [ en-US ] = "Feb" ;
|
|
};
|
|
|
|
String STR_MAR
|
|
{
|
|
Text [ en-US ] = "Mar" ;
|
|
};
|
|
|
|
String STR_NORTH
|
|
{
|
|
Text [ en-US ] = "North" ;
|
|
};
|
|
|
|
String STR_MID
|
|
{
|
|
Text [ en-US ] = "Mid" ;
|
|
};
|
|
|
|
String STR_SOUTH
|
|
{
|
|
Text [ en-US ] = "South" ;
|
|
};
|
|
|
|
String STR_SUM
|
|
{
|
|
Text [ en-US ] = "Sum" ;
|
|
};
|
|
|
|
String STR_INVALID_AUTOFORMAT_NAME
|
|
{
|
|
Text [ en-US ] = "You have entered an invalid name.\nThe desired AutoFormat could not be created. \nTry again using a different name." ;
|
|
};
|
|
|
|
String STR_NUMERIC
|
|
{
|
|
Text [ en-US ] = "Numeric";
|
|
};
|
|
|
|
String STR_ROW
|
|
{
|
|
Text [ en-US ] = "Rows" ;
|
|
};
|
|
|
|
String STR_COL
|
|
{
|
|
Text [ en-US ] = "Column" ;
|
|
};
|
|
|
|
String STR_AUTHMRK_EDIT
|
|
{
|
|
|
|
Text [ en-US ] = "Edit Bibliography Entry";
|
|
};
|
|
|
|
String STR_AUTHMRK_INSERT
|
|
{
|
|
|
|
Text [ en-US ] = "Insert Bibliography Entry";
|
|
};
|
|
|
|
String STR_ACCESS_PAGESETUP_SPACING
|
|
{
|
|
Text [ en-US ] = "Spacing between %1 and %2";
|
|
};
|
|
|
|
String STR_ACCESS_COLUMN_WIDTH
|
|
{
|
|
Text [ en-US ] = "Column %1 Width";
|
|
};
|
|
|
|
String STR_CAPTION_TABLE
|
|
{
|
|
Text [ en-US ] = "%PRODUCTNAME Writer Table";
|
|
};
|
|
|
|
String STR_CAPTION_FRAME
|
|
{
|
|
Text [ en-US ] = "%PRODUCTNAME Writer Frame";
|
|
};
|
|
|
|
String STR_CAPTION_GRAPHIC
|
|
{
|
|
Text [ en-US ] = "%PRODUCTNAME Writer Image";
|
|
};
|
|
|
|
String STR_CAPTION_OLE
|
|
{
|
|
Text [ en-US ] = "Other OLE Objects";
|
|
};
|
|
|
|
String STR_WRONG_TABLENAME
|
|
{
|
|
Text [ en-US ] = "The name of the table must not contain spaces." ;
|
|
};
|
|
|
|
String STR_ERR_TABLE_MERGE
|
|
{
|
|
Text [ en-US ] = "Selected table cells are too complex to merge." ;
|
|
};
|
|
|
|
String STR_SRTERR
|
|
{
|
|
Text [ en-US ] = "Cannot sort selection" ;
|
|
};
|
|
|
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|