Files
loongoffice/sw/source/ui/app/app.src
Samuel Mehrbrodt 145eda05e5 fdo#70998 Fix capitalization
Change-Id: I17d3f512309ab0cd5d717b2e7ca3e8d51165c8a4
2014-09-29 12:25:51 +02:00

724 lines
14 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 <svx/globlmn.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 RID_SW_NAME
{
Text = "StarWriter" ;
};
String STR_PRINT_MERGE_MACRO
{
Text [ en-US ] = "Print form letters" ;
};
String STR_PAGE_COUNT_MACRO
{
Text [ en-US ] = "Changing the page count" ;
};
// Image-list ----------------------------------------------------------------
// Don't use this image list for normal toolbar images. We have now our commandimagelist
// folder in icon-themes/(name of theme)/cmd. This list is now only used for special toolboxes that are
// used in floating windows.
#define IMAGELIST_AND_COUNT \
IdList = { \
FN_FORMULA_CALC ;\
FN_FORMULA_CANCEL ;\
FN_FORMULA_APPLY ;\
}; \
IdCount = { \
3; \
};
ImageList RID_DEFAULTIMAGELIST_SC
{
Prefix = "sc";
MaskColor = IMAGE_MASK_COLOR ;
IMAGELIST_AND_COUNT
};
ImageList RID_DEFAULTIMAGELIST_LC
{
Prefix = "lc";
MaskColor = IMAGE_MASK_COLOR ;
IMAGELIST_AND_COUNT
};
// Templates
#define STYLE_IMAGE_LISTEF \
MaskColor = IMAGE_MASK_COLOR ; \
IdList = \
{ \
1; 2; 3; 4; 5; \
}; \
IdCount = 5;
SfxStyleFamilies DLG_STYLE_DESIGNER
{
StyleFamilyList =
{
SfxStyleFamilyItem
{
Text [ en-US ] = "Paragraph Styles" ;
StyleFamily = SFX_STYLE_FAMILY_PARA ;
FilterList [ 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 ; > ;
};
};
SfxStyleFamilyItem
{
Text [ en-US ] = "Character Styles" ;
StyleFamily = SFX_STYLE_FAMILY_CHAR ;
FilterList [ en-US ] =
{
< "All" ; SFXSTYLEBIT_ALL_VISIBLE ; > ;
< "Hidden Styles" ; SFXSTYLEBIT_HIDDEN ; > ;
< "Applied Styles" ; SFXSTYLEBIT_USED ; > ;
< "Custom Styles" ; SFXSTYLEBIT_USERDEF ; > ;
};
};
SfxStyleFamilyItem
{
Text [ en-US ] = "Frame Styles" ;
StyleFamily = SFX_STYLE_FAMILY_FRAME ;
FilterList [ en-US ] =
{
< "All" ; SFXSTYLEBIT_ALL_VISIBLE ; > ;
< "Hidden Styles" ; SFXSTYLEBIT_HIDDEN ; > ;
< "Applied Styles" ; SFXSTYLEBIT_USED ; > ;
< "Custom Styles" ; SFXSTYLEBIT_USERDEF ; > ;
};
};
SfxStyleFamilyItem
{
Text [ en-US ] = "Page Styles" ;
StyleFamily = SFX_STYLE_FAMILY_PAGE ;
FilterList [ en-US ] =
{
< "All" ; SFXSTYLEBIT_ALL_VISIBLE ; > ;
< "Hidden Styles" ; SFXSTYLEBIT_HIDDEN ; > ;
< "Applied Styles" ; SFXSTYLEBIT_USED ; > ;
< "Custom Styles" ; SFXSTYLEBIT_USERDEF ; > ;
};
};
SfxStyleFamilyItem
{
StyleFamily = SFX_STYLE_FAMILY_PSEUDO ;
FilterList [ en-US ] =
{
< "All" ; SFXSTYLEBIT_ALL_VISIBLE ; > ;
< "Hidden Styles" ; SFXSTYLEBIT_HIDDEN ; > ;
< "Applied Styles" ; SFXSTYLEBIT_USED ; > ;
< "Custom Styles" ; SFXSTYLEBIT_USERDEF ; > ;
};
Text [ en-US ] = "List Styles" ;
};
};
ImageList 1 // == BMP_COLOR_NORMAL + 1
{
Prefix = "sf";
STYLE_IMAGE_LISTEF
};
};
// Bitmap for the NumberingTemplates in the Organizer
Bitmap BMP_STYLES_FAMILY_NUM { File = "styfamnu.bmp" ; };
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_UNBENANNT
{
Text [ en-US ] = "Untitled" ;
};
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 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_ERROR_PASSWD
{
Text [ en-US ] = "Invalid password" ;
};
String STR_FMT_STD
{
Text [ en-US ] = "(none)" ;
};
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_IMPGRF
{
Text [ en-US ] = "Importing images..." ;
};
String STR_STATSTR_SEARCH
{
Text [ en-US ] = "Search..." ;
};
String STR_STATSTR_FORMAT
{
Text [ en-US ] = "Formatting..." ;
};
String STR_STATSTR_PRINT
{
Text [ en-US ] = "Printing..." ;
};
String STR_STATSTR_LAYOUTINIT
{
Text [ en-US ] = "Converting..." ;
};
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_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_BUTTON
{
Text [ en-US ] = "Style" ;
};
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 RID_MODULE_TOOLBOX
{
Text [ en-US ] = "Function Bar (viewing mode)" ;
};
String STR_DONT_ASK_AGAIN
{
Text [ en-US ] = "~Do not show warning again" ;
};
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_SIMPLE
{
Text [ en-US ] = "Plain" ;
};
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";
};
ToolBox RID_MODULE_TOOLBOX
{
HelpID = HID_MODULE_TOOLBOX ;
Border = TRUE ;
SVLook = TRUE ;
Dockable = TRUE ;
Moveable = TRUE ;
Sizeable = TRUE ;
Closeable = TRUE ;
Zoomable = TRUE ;
HideWhenDeactivate = TRUE ;
LineSpacing = TRUE ;
Customize = TRUE ;
MenuStrings = TRUE ;
Hide = TRUE ;
ItemList =
{
ToolBoxItem
{
Identifier = SID_SAVEASDOC ;
};
ToolBoxItem
{
Type = TOOLBOXITEM_SEPARATOR ;
};
ToolBoxItem
{
Identifier = SID_EDITDOC ;
};
ToolBoxItem
{
Identifier = SID_MAIL_SENDDOC ;
};
ToolBoxItem
{
Type = TOOLBOXITEM_SEPARATOR ;
};
ToolBoxItem
{
Identifier = SID_DIRECTEXPORTDOCASPDF ;
};
ToolBoxItem
{
Identifier = SID_PRINTDOCDIRECT ;
};
ToolBoxItem
{
Type = TOOLBOXITEM_SEPARATOR ;
};
ToolBoxItem
{
Identifier = SID_COPY ;
};
ToolBoxItem
{
Type = TOOLBOXITEM_SEPARATOR ;
};
ToolBoxItem
{
Identifier = SID_SEARCH_DLG ;
};
ToolBoxItem
{
Identifier = SID_NAVIGATOR ;
};
ToolBoxItem
{
Type = TOOLBOXITEM_SEPARATOR ;
};
ToolBoxItem
{
Identifier = SID_ATTR_ZOOM ;
};
};
Scroll = TRUE ;
};
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: */