Files
loongoffice/sfx2/source/doc/doc.src
Noel Grandin 6bedab8bc3 remove unused defines from HRC files in sfx2
Change-Id: Iffe6508558795e059048acae2ca955a78d3e9d6d
Reviewed-on: https://gerrit.libreoffice.org/35279
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-03-17 10:23:52 +00:00

314 lines
6.8 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
String STR_TEMPLATE_FILTER
{
Text [ en-US ] = "Templates" ;
};
String STR_SAVEDOC
{
Text [ en-US ] = "~Save" ;
};
String STR_SAVEASDOC
{
Text [ en-US ] = "Save ~As..." ;
};
String STR_SAVEACOPY
{
Text [ en-US ] = "Save a Copy..." ;
};
String STR_CLOSEDOC
{
Text [ en-US ] = "~Close" ;
};
String STR_OPEN
{
Text [ en-US ] = "Open" ;
};
String STR_EDIT_TEMPLATE
{
Text [ en-US ] = "Edit" ;
};
String STR_DEFAULT_TEMPLATE
{
Text [ en-US ] = "Set As Default" ;
};
String STR_RESET_DEFAULT
{
Text [ en-US ] = "Reset Default" ;
};
String STR_DELETE
{
Text [ en-US ] = "Delete" ;
};
String STR_RENAME
{
Text [ en-US ] = "Rename" ;
};
String STR_CATEGORY_RENAME
{
Text [ en-US ] = "Rename Category" ;
};
String STR_RENAME_TEMPLATE
{
Text [ en-US ] = "Enter New Name: " ;
};
String STR_TEMPLATE_TOOLTIP
{
Text [ en-US ] = "Title: $1\nCategory: $2" ;
};
String STR_TEMPLATE_SELECTION
{
Text [ en-US ] = "Select a Template" ;
};
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_EXPORTBUTTON
{
Text [ en-US ] = "Export" ;
};
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_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_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).";
};
String STR_XMLSEC_QUERY_SAVESIGNEDBEFORESIGN
{
Text [ 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_REFRESH
{
Text [ en-US ] = "Refresh";
};
String STR_ACTION_DEFAULT
{
Text [ x-comment ] = "leave ending space";
Text [ en-US ] = "Reset Default Template ";
};
String STR_CATEGORY_NEW
{
Text [ en-US ] = "New Category";
};
String STR_CATEGORY_DELETE
{
Text [ en-US ] = "Delete Category";
};
String STR_CATEGORY_SELECT
{
Text [ en-US ] = "Select Category";
};
String STR_MSG_EXPORT_SUCCESS
{
Text [ en-US ] = "$1 templates successfully exported." ;
};
String STR_MSG_QUERY_COPY
{
Text [ en-US ] = "$1 could not be moved to the category \"$2\". Do you want to copy the template instead?";
};
String STR_CREATE_ERROR
{
Text [ en-US ] = "Cannot create category: $1";
};
String STR_ERROR_SAVEAS
{
Text [ en-US ] = "Cannot save template: $1";
};
String STR_INPUT_NEW
{
Text [ en-US ] = "Enter category name:";
};
String STR_MSG_ERROR_LOCAL_MOVE
{
Text [ en-US ] = "Error moving the following templates to $1.\n$2" ;
};
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_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?";
};
String STR_QMSG_ERROR_OPENING_FILE
{
Text [ en-US ] = "An error occurred during opening the file. This may be caused by incorrect file contents.\n";
};
String STR_QMSG_ERROR_OPENING_FILE_DETAILS
{
Text [ en-US ] = "The error details are:\n";
};
String STR_QMSG_ERROR_OPENING_FILE_CONTINUE
{
Text [ en-US ] = "\nProceeding with import may cause data loss or corruption, and application may become unstable or crash.\n\nDo you want to ignore the error and attempt to continue loading the file?";
};
Bitmap BMP_ACTION_REFRESH
{
File = "reload.png";
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */