2013-03-08 19:49:43 +01:00
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2012-07-05 20:18:35 +01:00
/*
* 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 .
*/
2007-06-27 22:19:01 +00:00
#include <sfx2/sfx.hrc>
2000-09-18 16:07:07 +00:00
#include "doc.hrc"
#define __RSC
String STR_TEMPLATE_FILTER
{
2004-06-26 16:47:03 +00:00
Text [ en-US ] = "Templates" ;
2000-09-18 16:07:07 +00:00
};
String STR_SAVEDOC
{
2004-06-26 16:47:03 +00:00
Text [ en-US ] = "~Save" ;
2000-09-18 16:07:07 +00:00
};
String STR_UPDATEDOC
{
2004-06-26 16:47:03 +00:00
Text [ en-US ] = "~Update" ;
2000-09-18 16:07:07 +00:00
};
String STR_SAVEASDOC
{
2004-06-26 16:47:03 +00:00
Text [ en-US ] = "Save ~As..." ;
2000-09-18 16:07:07 +00:00
};
2013-03-22 21:37:25 +01:00
String STR_SAVEACOPY
{
Text [ en-US ] = "Save a Copy..." ;
};
2000-09-18 16:07:07 +00:00
String STR_CLOSEDOC
{
2004-06-26 16:47:03 +00:00
Text [ en-US ] = "~Close" ;
2000-09-18 16:07:07 +00:00
};
String STR_CLOSEDOC_ANDRETURN
{
2004-06-26 16:47:03 +00:00
Text [ en-US ] = "~Close & Return to " ;
2000-09-18 16:07:07 +00:00
};
2016-05-01 13:05:00 +05:30
String STR_OPEN
{
Text [ en-US ] = "Open" ;
};
String STR_EDIT_TEMPLATE
2000-09-18 16:07:07 +00:00
{
2004-06-26 16:47:03 +00:00
Text [ en-US ] = "Edit" ;
2000-09-18 16:07:07 +00:00
};
2016-05-01 13:05:00 +05:30
String STR_DEFAULT_TEMPLATE
{
Text [ en-US ] = "Set As Default" ;
};
String STR_DELETE
{
Text [ en-US ] = "Delete" ;
};
String STR_RENAME
{
Text [ en-US ] = "Rename" ;
};
2016-05-27 17:13:27 +05:30
String STR_CATEGORY_RENAME
{
Text [ en-US ] = "Rename Category" ;
};
2016-05-01 13:05:00 +05:30
String STR_PROPERTIES
{
Text [ en-US ] = "Properties" ;
};
String STR_RENAME_TEMPLATE
{
Text [ en-US ] = "Enter New Name: " ;
};
2016-06-05 05:38:13 +05:30
String STR_TEMPLATE_SELECTION
{
Text [ en-US ] = "Select a Template" ;
};
2000-09-18 16:07:07 +00:00
String STR_AUTOMATICVERSION
{
2004-06-26 16:47:03 +00:00
Text [ en-US ] = "Automatically saved version" ;
2000-09-18 16:07:07 +00:00
};
String STR_DOCTYPENAME_SW
{
2004-06-26 16:47:03 +00:00
Text [ en-US ] = "Text Document";
2000-09-18 16:07:07 +00:00
};
String STR_DOCTYPENAME_SWWEB
{
2004-06-26 16:47:03 +00:00
Text [ en-US ] = "HTML Document";
2000-09-18 16:07:07 +00:00
};
String STR_DOCTYPENAME_SWGLOB
{
2004-06-26 16:47:03 +00:00
Text [ en-US ] = "Master Document";
2000-09-18 16:07:07 +00:00
};
String STR_DOCTYPENAME_SC
{
2004-06-26 16:47:03 +00:00
Text [ en-US ] = "Spreadsheet";
2000-09-18 16:07:07 +00:00
};
String STR_DOCTYPENAME_SI
{
2004-06-26 16:47:03 +00:00
Text [ en-US ] = "Presentation";
2000-09-18 16:07:07 +00:00
};
String STR_DOCTYPENAME_SD
{
2004-06-26 16:47:03 +00:00
Text [ en-US ] = "Drawing";
2000-09-18 16:07:07 +00:00
};
String STR_DOCTYPENAME_MESSAGE
{
2004-06-26 16:47:03 +00:00
Text [ en-US ] = "Message";
2000-09-18 16:07:07 +00:00
};
2002-08-26 06:46:03 +00:00
String STR_EXPORTBUTTON
{
2004-06-26 16:47:03 +00:00
Text [ en-US ] = "Export" ;
2002-08-26 06:46:03 +00:00
};
2002-11-14 11:46:57 +00:00
String STR_LABEL_FILEFORMAT
{
2004-06-26 16:47:03 +00:00
Text [ en-US ] = "File format:" ;
2002-11-14 11:46:57 +00:00
};
2004-08-31 11:34:49 +00:00
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
{
2005-03-10 10:54:25 +00:00
Text [ en-US ] = "Document versions" ;
2004-08-31 11:34:49 +00:00
};
2012-07-18 23:25:09 +02:00
String STR_HIDDENINFO_FIELDS
{
Text [ en-US ] = "Fields" ;
};
String STR_HIDDENINFO_LINKDATA
{
Text [ en-US ] = "Linked data..." ;
};
2004-08-31 11:34:49 +00:00
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?" ;
};
2002-01-10 20:15:51 +00:00
2005-11-11 11:23:21 +00:00
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." ;
};
2006-07-13 12:26:04 +00:00
String STR_ERROR_DELETE_TEMPLATE_DIR
{
Text [ en-US ] = "Some template files are protected and can not be deleted.";
};
2007-03-26 11:11:12 +00:00
String STR_DOCINFO_INFOFIELD
{
Text [ en-US ] = "Info %1";
Text [ x-comment ] = "pb: %1 == a number [1-4]";
};
2008-03-07 11:33:45 +00:00
String STR_SHARED
{
Text [ en-US ] = " (shared)";
Text [ x-comment ] = "Used in the title of a shared document.";
};
2008-05-14 09:30:15 +00:00
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).";
};
2014-08-25 08:54:32 +01:00
String STR_XMLSEC_QUERY_SAVESIGNEDBEFORESIGN
2008-05-14 09:30:15 +00:00
{
2014-08-25 08:54:32 +01:00
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?";
2008-05-14 09:30:15 +00:00
};
2009-01-06 17:37:13 +00:00
String STR_QRYTEMPL_MESSAGE
{
2011-11-29 18:17:18 +02:00
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?";
2009-01-06 17:37:13 +00:00
};
String STR_QRYTEMPL_UPDATE_BTN
{
Text [ en-US ] = "~Update Styles";
};
String STR_QRYTEMPL_KEEP_BTN
{
Text [ en-US ] = "~Keep Old Styles";
};
2014-02-07 12:10:47 +01:00
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";
};
2016-05-01 13:05:00 +05:30
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_CREATE_ERROR
{
Text [ en-US ] = "Cannot create category: $1";
};
String STR_ERROR_SAVEAS
{
Text [ en-US ] = "Cannot save template: $1";
};
2014-02-07 12:10:47 +01:00
String STR_INPUT_NEW
{
2016-05-01 13:05:00 +05:30
Text [ en-US ] = "Enter category name:";
2014-02-07 12:10:47 +01:00
};
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";
};
};
2002-01-09 20:07:47 +00:00
2013-03-08 19:49:43 +01:00
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */