forked from amazingfate/loongoffice
for i in `find . -name *.src -or -name *.hrc`; do FILE=$(cat -s "$i"); echo "$FILE" > "$i"; done Change-Id: I2bac5ad3e1eb3c566e5c867ccf45893a19e1561e
546 lines
12 KiB
Plaintext
546 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 <sfx2/sfx.hrc>
|
|
#include "doc.hrc"
|
|
#define __RSC
|
|
|
|
QueryBox MSG_CONFIRM_FILTER
|
|
{
|
|
Buttons = WB_YES_NO ;
|
|
DefButton = WB_DEF_YES ;
|
|
Message [ en-US ] = "Saving in external formats may have caused\n information loss. Do you still want to close?" ;
|
|
};
|
|
QueryBox MSG_CONFIRM_OVERWRITE_TEMPLATE
|
|
{
|
|
Buttons = WB_YES_NO ;
|
|
DefButton = WB_DEF_NO ;
|
|
Message [ en-US ] = "Name already in use.\nDo you want to overwrite document template?" ;
|
|
};
|
|
String STR_DELETE_REGION
|
|
{
|
|
Text [ en-US ] = "Are you sure you want to delete the region \"$1\"?" ;
|
|
};
|
|
String STR_DELETE_TEMPLATE
|
|
{
|
|
Text [ en-US ] = "Are you sure you want to delete the entry \"$1\"?" ;
|
|
};
|
|
QueryBox MSG_REGION_NOTEMPTY
|
|
{
|
|
Buttons = WB_YES_NO ;
|
|
DefButton = WB_DEF_NO ;
|
|
Message [ en-US ] = "The category is not empty.\nDelete anyway?" ;
|
|
};
|
|
Bitmap BMP_STYLES_CLOSED { File = "newex.bmp" ; };
|
|
Bitmap BMP_STYLES_OPENED { File = "newex.bmp" ; };
|
|
|
|
String STR_STYLES
|
|
{
|
|
Text [ en-US ] = "Styles" ;
|
|
};
|
|
String STR_MACROS
|
|
{
|
|
Text [ en-US ] = "Macros" ;
|
|
};
|
|
String STR_CONFIG
|
|
{
|
|
Text [ en-US ] = "Configuration" ;
|
|
};
|
|
String STR_PRINT_STYLES_HEADER
|
|
{
|
|
Text [ en-US ] = "Styles in " ;
|
|
};
|
|
String STR_PRINT_STYLES
|
|
{
|
|
Text [ en-US ] = "Printing Styles" ;
|
|
};
|
|
Bitmap BMP_STYLES_FAMILY1 { File = "styfam1.bmp" ; };
|
|
Bitmap BMP_STYLES_FAMILY2 { File = "styfam2.bmp" ; };
|
|
Bitmap BMP_STYLES_FAMILY3 { File = "styfam3.bmp" ; };
|
|
Bitmap BMP_STYLES_FAMILY4 { File = "styfam4.bmp" ; };
|
|
|
|
String STR_BACKUP_COPY
|
|
{
|
|
Text [ en-US ] = "Copy" ;
|
|
};
|
|
InfoBox MSG_CANT_OPEN_TEMPLATE
|
|
{
|
|
Message [ en-US ] = "The template could not be opened." ;
|
|
};
|
|
InfoBox MSG_VIEW_OPEN_CANT_SAVE
|
|
{
|
|
BUTTONS = WB_OK ;
|
|
DEFBUTTON = WB_DEF_OK ;
|
|
Message [ en-US ] = "Document already open for editing." ;
|
|
};
|
|
String STR_ERROR_SAVE
|
|
{
|
|
Text [ en-US ] = "Error recording document " ;
|
|
};
|
|
String STR_TEMPLATE_FILTER
|
|
{
|
|
Text [ en-US ] = "Templates" ;
|
|
};
|
|
String STR_ERROR_COPY_TEMPLATE
|
|
{
|
|
Text [ en-US ] = "Error copying template \"$1\". \nA template with this name may already exist." ;
|
|
};
|
|
String STR_ERROR_DELETE_TEMPLATE
|
|
{
|
|
Text [ en-US ] = "The template \"$1\" can not be deleted." ;
|
|
};
|
|
String STR_ERROR_MOVE_TEMPLATE
|
|
{
|
|
Text [ en-US ] = "Error moving template \"$1\"." ;
|
|
};
|
|
String STR_ERROR_SAVE_TEMPLATE
|
|
{
|
|
Text [ en-US ] = "Error saving template " ;
|
|
};
|
|
ErrorBox MSG_ERROR_RENAME_TEMPLATE
|
|
{
|
|
BUTTONS = WB_OK ;
|
|
DEFBUTTON = WB_DEF_OK ;
|
|
Message [ en-US ] = "Error renaming template." ;
|
|
};
|
|
String STR_QUERY_DEFAULT_TEMPLATE
|
|
{
|
|
Text [ en-US ] = "Should the template \"$(TEXT)\" become the default template?" ;
|
|
};
|
|
QueryBox MSG_QUERY_RESET_DEFAULT_TEMPLATE
|
|
{
|
|
Buttons = WB_YES_NO ;
|
|
DefButton = WB_DEF_NO ;
|
|
Message [ en-US ] = "Do you want to reset the default template?" ;
|
|
};
|
|
InfoBox MSG_TEMPLATE_DIR_NOT_EXIST
|
|
{
|
|
Message [ en-US ] = "Template directory\n$(DIR)\ndoes not exist." ;
|
|
};
|
|
InfoBox MSG_DOCINFO_CANTREAD
|
|
{
|
|
Message [ en-US ] = "Document info cannot be read." ;
|
|
};
|
|
String STR_ERROR_NOSTORAGE
|
|
{
|
|
Text [ en-US ] = "The selected file has an incorrect format." ;
|
|
};
|
|
String STR_QUERY_MUSTOWNFORMAT
|
|
{
|
|
Text [ en-US ] = "Documents cannot be saved in $(FORMAT) format. Do you\nwant to save your changes using the $(OWNFORMAT) format?" ;
|
|
};
|
|
String STR_SAVEDOC
|
|
{
|
|
Text [ en-US ] = "~Save" ;
|
|
};
|
|
String STR_UPDATEDOC
|
|
{
|
|
Text [ en-US ] = "~Update" ;
|
|
};
|
|
String STR_SAVEASDOC
|
|
{
|
|
Text [ en-US ] = "Save ~As..." ;
|
|
};
|
|
String STR_SAVECOPYDOC
|
|
{
|
|
Text [ en-US ] = "Save Copy ~as..." ;
|
|
};
|
|
String STR_SAVEACOPY
|
|
{
|
|
Text [ en-US ] = "Save a Copy..." ;
|
|
};
|
|
String STR_CLOSEDOC
|
|
{
|
|
Text [ en-US ] = "~Close" ;
|
|
};
|
|
String STR_CLOSEDOC_ANDRETURN
|
|
{
|
|
Text [ en-US ] = "~Close & Return to " ;
|
|
};
|
|
String STR_WIZARD
|
|
{
|
|
Text [ en-US ] = " AutoPilot" ;
|
|
};
|
|
String RID_STR_FILTCONFIG
|
|
{
|
|
Text [ en-US ] = "Configurations" ;
|
|
};
|
|
String RID_STR_FILTBASIC
|
|
{
|
|
Text [ en-US ] = "%PRODUCTNAME Basic libraries" ;
|
|
};
|
|
String RID_STR_WARNSTYLEOVERWRITE
|
|
{
|
|
Text [ en-US ] = "Should the \"$(ARG1)\" Style be replaced?" ;
|
|
};
|
|
QueryBox MSG_OPEN_READONLY
|
|
{
|
|
BUTTONS = WB_YES_NO ;
|
|
DEFBUTTON = WB_DEF_YES ;
|
|
Message [ en-US ] = "Document cannot be opened for editing.\nDo you want to open it as read-only?" ;
|
|
};
|
|
String STR_EDIT
|
|
{
|
|
Text [ en-US ] = "Edit" ;
|
|
};
|
|
String RID_OFFICEFILTER
|
|
{
|
|
Text [ en-US ] = "%PRODUCTNAME Documents" ;
|
|
};
|
|
String RID_OFFICEFILTER_WILDCARD
|
|
{
|
|
Text = "*.sdw;*.sdd;*.sda;*.sdc;*.smf;*.sds;*.sd;*.sdm;*.smd" ;
|
|
};
|
|
String RID_OFFICEFILTER_MACTYPE
|
|
{
|
|
Text = "SVsd0;SW/\2510;SVsc0;SVsm0;SVsh0;SVsd1;SW/\2511;SVsc1;SVsm1;SVsh1;MAIL" ;
|
|
};
|
|
String RID_OFFICEFILTER_OS2TYPE
|
|
{
|
|
Text = "StarWriter 4.0;StarWriter 3.0;StarDraw 4.0;StarDraw 3.0;StarCalc 4.0;StarCalc 3.0;StarMath 4.0;StarMath 3.0;StarChart 4.0;StarChart 3.0;StarFrameSet;StarMessage" ;
|
|
};
|
|
String STR_FRAMEOBJECT_PROPERTIES
|
|
{
|
|
Text [ en-US ] = "Propert~ies..." ;
|
|
};
|
|
String STR_FSET_FILTERNAME0
|
|
{
|
|
Text [ en-US ] = "HTML (FrameSet)" ;
|
|
};
|
|
String STR_FSET_FILTERNAME1
|
|
{
|
|
// only translate 'Document'
|
|
Text [ en-US ] = "%PRODUCTNAME Frame Document" ;
|
|
};
|
|
String STR_TEMPL_MOVED
|
|
{
|
|
Text [ en-US ] = "The template \"$(TEMPLATE)\" was not found at the original location. A template with the same name exists at \"$(FOUND)\". Should this template be used in the future when comparing?" ;
|
|
};
|
|
String STR_TEMPL_RESET
|
|
{
|
|
Text [ en-US ] = "The template \"$(TEMPLATE)\" has not been found. Should the template be looked for the next time the document is opened ?" ;
|
|
};
|
|
String STR_AUTOMATICVERSION
|
|
{
|
|
Text [ en-US ] = "Automatically saved version" ;
|
|
};
|
|
|
|
String STR_DOCTYPENAME_SW
|
|
{
|
|
Text [ en-US ] = "Text Document";
|
|
};
|
|
|
|
String STR_DOCTYPENAME_SWWEB
|
|
{
|
|
Text [ en-US ] = "HTML Document";
|
|
};
|
|
|
|
String STR_DOCTYPENAME_SWGLOB
|
|
{
|
|
Text [ en-US ] = "Master Document";
|
|
};
|
|
|
|
String STR_DOCTYPENAME_SC
|
|
{
|
|
Text [ en-US ] = "Spreadsheet";
|
|
};
|
|
|
|
String STR_DOCTYPENAME_SI
|
|
{
|
|
Text [ en-US ] = "Presentation";
|
|
};
|
|
|
|
String STR_DOCTYPENAME_SD
|
|
{
|
|
Text [ en-US ] = "Drawing";
|
|
};
|
|
|
|
String STR_DOCTYPENAME_MESSAGE
|
|
{
|
|
Text [ en-US ] = "Message";
|
|
};
|
|
|
|
String STR_PACKNGO_NOACCESS
|
|
{
|
|
Text [ en-US ] = "Access to the current data medium not possible." ;
|
|
};
|
|
|
|
String STR_PACKNGO_NEWMEDIUM
|
|
{
|
|
Text [ en-US ] = "Insert the next data carrier and click OK." ;
|
|
};
|
|
|
|
String STR_OBJECT
|
|
{
|
|
Text [ en-US ] = "Object" ;
|
|
};
|
|
|
|
QueryBox DLG_MACROQUERY
|
|
{
|
|
Buttons = WB_OK_CANCEL;
|
|
Title [ en-US ] = "Run Macro" ;
|
|
|
|
Message [ en-US ] = "This document contains macros. $(TEXT)";
|
|
};
|
|
|
|
String BTN_OK
|
|
{
|
|
Text [ en-US ] = "Run" ;
|
|
};
|
|
String BTN_CANCEL
|
|
{
|
|
Text [ en-US ] = "Do Not Run" ;
|
|
};
|
|
String FT_CANCEL
|
|
{
|
|
Text [ en-US ] = "According to the security settings, the macros in this document should not be run. Do you want to run them anyway?";
|
|
};
|
|
String FT_OK
|
|
{
|
|
Text [ en-US ] = "Do you want to allow these macros to be run?";
|
|
};
|
|
|
|
String STR_EXPORTASPDF_TITLE
|
|
{
|
|
Text [ en-US ] = "Export as PDF";
|
|
};
|
|
|
|
String STR_EXPORTWITHCFGBUTTON
|
|
{
|
|
Text [ en-US ] = "Export...";
|
|
};
|
|
|
|
String STR_EXPORTBUTTON
|
|
{
|
|
Text [ en-US ] = "Export" ;
|
|
};
|
|
|
|
String RID_SVXSTR_SECURITY_ADDPATH
|
|
{
|
|
Text [ en-US ] = "Add this directory to the list of secure paths: " ;
|
|
};
|
|
|
|
String STR_LABEL_FILEFORMAT
|
|
{
|
|
Text [ en-US ] = "File format:" ;
|
|
};
|
|
|
|
String STR_HIDDENINFO_CONTAINS
|
|
{
|
|
Text [ en-US ] = "This document contains:\n\n" ;
|
|
};
|
|
String STR_HIDDENINFO_RECORDCHANGES
|
|
{
|
|
Text [ en-US ] = "Recorded changes" ;
|
|
};
|
|
String STR_HIDDENINFO_NOTES
|
|
{
|
|
Text [ en-US ] = "Notes" ;
|
|
};
|
|
String STR_HIDDENINFO_DOCVERSIONS
|
|
{
|
|
Text [ en-US ] = "Document versions" ;
|
|
};
|
|
String STR_HIDDENINFO_FIELDS
|
|
{
|
|
Text [ en-US ] = "Fields" ;
|
|
};
|
|
String STR_HIDDENINFO_LINKDATA
|
|
{
|
|
Text [ en-US ] = "Linked data..." ;
|
|
};
|
|
String STR_HIDDENINFO_CONTINUE_SAVING
|
|
{
|
|
Text [ en-US ] = "Do you want to continue saving the document?" ;
|
|
};
|
|
String STR_HIDDENINFO_CONTINUE_PRINTING
|
|
{
|
|
Text [ en-US ] = "Do you want to continue printing the document?" ;
|
|
};
|
|
String STR_HIDDENINFO_CONTINUE_SIGNING
|
|
{
|
|
Text [ en-US ] = "Do you want to continue signing the document?" ;
|
|
};
|
|
String STR_HIDDENINFO_CONTINUE_CREATEPDF
|
|
{
|
|
Text [ en-US ] = "Do you want to continue creating a PDF file?" ;
|
|
};
|
|
|
|
String STR_NEW_FILENAME_SAVE
|
|
{
|
|
Text [ en-US ] = "If you do not want to overwrite the original document, you should save your work under a new filename." ;
|
|
};
|
|
|
|
String STR_ERROR_DELETE_TEMPLATE_DIR
|
|
{
|
|
Text [ en-US ] = "Some template files are protected and can not be deleted.";
|
|
};
|
|
|
|
String STR_DOCINFO_INFOFIELD
|
|
{
|
|
Text [ en-US ] = "Info %1";
|
|
Text [ x-comment ] = "pb: %1 == a number [1-4]";
|
|
};
|
|
|
|
String STR_SHARED
|
|
{
|
|
Text [ en-US ] = " (shared)";
|
|
Text [ x-comment ] = "Used in the title of a shared document.";
|
|
};
|
|
|
|
String STR_XMLSEC_ODF12_EXPECTED
|
|
{
|
|
Text [ en-US ] = "The document format version is set to ODF 1.1 (OpenOffice.org 2.x) in Tools-Options-Load/Save-General. Signing documents requires ODF 1.2 (OpenOffice.org 3.x).";
|
|
};
|
|
|
|
QueryBox MSG_XMLSEC_QUERY_SAVESIGNEDBEFORESIGN
|
|
{
|
|
Buttons = WB_YES_NO ;
|
|
DefButton = WB_DEF_YES ;
|
|
Message [ en-US ] = "The document has to be saved before it can be signed. Saving the document removes all present signatures.\nDo you want to save the document?";
|
|
};
|
|
|
|
String STR_QRYTEMPL_MESSAGE
|
|
{
|
|
Text [ en-US ] = "The template '$(ARG1)' on which this document is based, has been modified. Do you want to update style based formatting according to the modified template?";
|
|
};
|
|
|
|
String STR_QRYTEMPL_UPDATE_BTN
|
|
{
|
|
Text [ en-US ] = "~Update Styles";
|
|
};
|
|
|
|
String STR_QRYTEMPL_KEEP_BTN
|
|
{
|
|
Text [ en-US ] = "~Keep Old Styles";
|
|
};
|
|
|
|
String STR_ACTION_SORT_NAME
|
|
{
|
|
Text [ en-US ] = "Sort by name";
|
|
};
|
|
|
|
String STR_ACTION_REFRESH
|
|
{
|
|
Text [ en-US ] = "Refresh";
|
|
};
|
|
|
|
String STR_ACTION_DEFAULT
|
|
{
|
|
Text [ x-comment ] = "leave ending space";
|
|
Text [ en-US ] = "Reset Default Template ";
|
|
};
|
|
|
|
String STR_MOVE_NEW
|
|
{
|
|
Text [ en-US ] = "New folder";
|
|
};
|
|
|
|
String STR_INPUT_NEW
|
|
{
|
|
Text [ en-US ] = "Enter folder name:";
|
|
};
|
|
|
|
String STR_REPOSITORY_LOCAL
|
|
{
|
|
Text [ en-US ] = "Local";
|
|
};
|
|
|
|
String STR_REPOSITORY_NEW
|
|
{
|
|
Text [ en-US ] = "New Repository";
|
|
};
|
|
|
|
String STR_MSG_ERROR_LOCAL_MOVE
|
|
{
|
|
Text [ en-US ] = "Error moving the following templates to $1.\n$2" ;
|
|
};
|
|
|
|
String STR_MSG_ERROR_REMOTE_MOVE
|
|
{
|
|
Text [ en-US ] = "Error moving the following templates from repository $1 to folder $2.\n$3" ;
|
|
};
|
|
|
|
String STR_MSG_ERROR_EXPORT
|
|
{
|
|
Text [ en-US ] = "Error exporting the following templates:\n$1";
|
|
};
|
|
|
|
String STR_MSG_ERROR_IMPORT
|
|
{
|
|
Text [ en-US ] = "Error importing the following templates to $1:\n$2";
|
|
};
|
|
|
|
String STR_MSG_ERROR_DELETE_TEMPLATE
|
|
{
|
|
Text [ en-US ] = "The following templates cannot be deleted:\n$1";
|
|
};
|
|
|
|
String STR_MSG_ERROR_DELETE_FOLDER
|
|
{
|
|
Text [ en-US ] = "The following folders cannot be deleted:\n$1";
|
|
};
|
|
|
|
String STR_MSG_ERROR_REPOSITORY_NAME
|
|
{
|
|
Text [ en-US ] = "Failed to create repository \"$1\".\nA repository with this name may already exist.";
|
|
};
|
|
|
|
String STR_MSG_ERROR_SELECT_FOLDER
|
|
{
|
|
Text [ en-US ] = "Select the destination folder(s) to save the template.";
|
|
};
|
|
|
|
String STR_INPUT_TEMPLATE_NEW
|
|
{
|
|
Text [ en-US ] = "Enter template name:";
|
|
};
|
|
|
|
String STR_QMSG_SEL_FOLDER_DELETE
|
|
{
|
|
Text [ en-US ] = "Do you want to delete the selected folders?";
|
|
};
|
|
|
|
String STR_QMSG_TEMPLATE_OVERWRITE
|
|
{
|
|
Text [ en-US ] = "A template named $1 already exist in $2. Do you want to overwrite it?";
|
|
};
|
|
|
|
String STR_QMSG_SEL_TEMPLATE_DELETE
|
|
{
|
|
Text [ en-US ] = "Do you want to delete the selected templates?";
|
|
};
|
|
|
|
Image IMG_ACTION_SORT
|
|
{
|
|
ImageBitmap = Bitmap
|
|
{
|
|
File = "sortascending.png";
|
|
};
|
|
};
|
|
|
|
Image IMG_ACTION_REFRESH
|
|
{
|
|
ImageBitmap = Bitmap
|
|
{
|
|
File = "reload.png";
|
|
};
|
|
};
|
|
|
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|