office-gobmx/sfx2/source/appl/app.src
Thomas Arnhold 3db8d606d5 hrc and src files: squeeze multiple newlines
for i in `find . -name *.src -or -name *.hrc`; do FILE=$(cat -s "$i"); echo "$FILE" > "$i"; done

Change-Id: I2bac5ad3e1eb3c566e5c867ccf45893a19e1561e
2014-05-19 20:04:22 +02:00

509 lines
9.9 KiB
Text

/* -*- 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 "app.hrc"
#include "helpid.hrc"
String STR_NONAME
{
Text [ en-US ] = "Untitled" ;
};
String STR_CLOSE
{
Text [ en-US ] = "Close" ;
};
String STR_STYLE_FILTER_AUTO
{
Text [ en-US ] = "Automatic" ;
};
String STR_STANDARD_SHORTCUT
{
Text [ en-US ] = "Standard" ;
};
String STR_BYTES
{
Text [ en-US ] = "Bytes" ;
};
String STR_KB
{
Text [ en-US ] = "KB" ;
};
String STR_MB
{
Text [ en-US ] = "MB" ;
};
String STR_GB
{
Text [ en-US ] = "GB" ;
};
QueryBox MSG_QUERY_LASTVERSION
{
Buttons = WB_YES_NO ;
DefButton = WB_DEF_NO ;
Message [ en-US ] = "Cancel all changes?" ;
};
ErrorBox MSG_ERR_NO_WEBBROWSER_FOUND
{
BUTTONS = WB_OK ;
DEFBUTTON = WB_DEF_OK ;
Message[ en-US ] = "%PRODUCTNAME could not find a web browser on your system. Please check your Desktop Preferences or install a web browser (for example, Firefox) in the default location requested during the browser installation." ;
};
ErrorBox MSG_ERR_NO_ABS_URI_REF
{
BUTTONS = WB_OK ;
DEFBUTTON = WB_DEF_OK ;
Message[ en-US ] = "\"$(ARG1)\" is not an absolute URL that can be passed to an external application to open it." ;
};
Resource SID_UNKNOWN
{
String 1 "-" ;
};
String GID_INTERN
{
Text [ en-US ] = "Internal" ;
};
String GID_APPLICATION
{
Text [ en-US ] = "Application" ;
};
String GID_VIEW
{
Text [ en-US ] = "View" ;
};
String GID_DOCUMENT
{
Text [ en-US ] = "Documents" ;
};
String GID_EDIT
{
Text [ en-US ] = "Edit" ;
};
String GID_MACRO
{
Text [ en-US ] = "BASIC" ;
};
String GID_OPTIONS
{
Text [ en-US ] = "Options" ;
};
String GID_MATH
{
Text [ en-US ] = "Math" ;
};
String GID_NAVIGATOR
{
Text [ en-US ] = "Navigate" ;
};
String GID_INSERT
{
Text [ en-US ] = "Insert" ;
};
String GID_FORMAT
{
Text [ en-US ] = "Format" ;
};
String GID_TEMPLATE
{
Text [ en-US ] = "Templates" ;
};
String GID_TEXT
{
Text [ en-US ] = "Text" ;
};
String GID_FRAME
{
Text [ en-US ] = "Frame" ;
};
String GID_GRAPHIC
{
Text [ en-US ] = "Image" ;
};
String GID_TABLE
{
Text [ en-US ] = "Table" ;
};
String GID_ENUMERATION
{
Text [ en-US ] = "Numbering" ;
};
String GID_DATA
{
Text [ en-US ] = "Data" ;
};
String GID_SPECIAL
{
Text [ en-US ] = "Special Functions" ;
};
String GID_IMAGE
{
Text [ en-US ] = "Image" ;
};
String GID_CHART
{
Text [ en-US ] = "Chart" ;
};
String GID_EXPLORER
{
Text [ en-US ] = "Explorer" ;
};
String GID_CONNECTOR
{
Text [ en-US ] = "Connector" ;
};
String GID_MODIFY
{
Text [ en-US ] = "Modify" ;
};
String GID_DRAWING
{
Text [ en-US ] = "Drawing" ;
};
String GID_CONTROLS
{
Text [ en-US ] = "Controls" ;
};
InfoBox MSG_CANT_QUIT
{
Message [ en-US ] = "The application cannot be terminated at the moment.\nPlease wait until all print jobs and/or\nOLE actions have finished and close all dialogs." ;
};
String STR_ISMODIFIED
{
Text [ en-US ] = "Do you want to save the changes to %1?" ;
};
String RID_FULLSCREENTOOLBOX
{
Text = "" ;
};
ToolBox RID_FULLSCREENTOOLBOX
{
HelpId = HID_FULLSCREENTOOLBOX ;
ButtonType = BUTTON_SYMBOL ;
LineSpacing = TRUE ;
Border = TRUE ;
Scroll = TRUE ;
SVLook = TRUE ;
Moveable = TRUE ;
Sizeable = TRUE ;
Closeable = TRUE ;
Zoomable = TRUE ;
Customize = TRUE ;
FloatingMode = TRUE ;
Hide = TRUE ;
_FloatingPosMapMode = MAP_APPFONT ;
_FloatingPosX = -50 ;
_FloatingPosY = -70 ;
FloatingLines = 1 ;
HideWhenDeactivate = TRUE ;
Align = BOXALIGN_TOP ;
ItemList =
{
ToolBoxItem
{
Identifier = SID_WIN_FULLSCREEN ;
};
};
};
String STR_QUITAPP
{
Text [ en-US ] = "E~xit %PRODUCTNAME" ;
};
String RID_STR_HELP
{
Text [ en-US ] = "Help" ;
};
String RID_STR_NOAUTOSTARTHELPAGENT
{
Text [ en-US ] = "No automatic start at 'XX'" ;
};
String RID_HELPBAR
{
Text [ en-US ] = "Help Bar" ;
};
ToolBox RID_HELPBAR
{
HelpId = HID_HELPBAR ;
Hide = TRUE ;
ItemList =
{
ToolBoxItem
{
Identifier = SID_HELP_INDEX ;
};
ToolBoxItem
{
Identifier = SID_HELP_HELPFILEBOX ;
};
ToolBoxItem
{
Type = TOOLBOXITEM_SEPARATOR ;
};
ToolBoxItem
{
Identifier = SID_HELP_ZOOMOUT;
};
ToolBoxItem
{
Identifier = SID_HELP_ZOOMIN;
};
ToolBoxItem
{
Type = TOOLBOXITEM_SEPARATOR ;
};
ToolBoxItem
{
Identifier = SID_HELP_SEARCH ;
};
ToolBoxItem
{
Identifier = SID_HELP_BOOKMARK ;
};
ToolBoxItem
{
Identifier = SID_HELP_ANNOTATE ;
};
};
};
String RID_STR_HLPFILENOTEXIST
{
Text [ en-US ] = "The help file for this topic is not installed." ;
};
String RID_ENVTOOLBOX
{
Text [ en-US ] = "Function Bar" ;
};
String STR_QUICKSTART_EXIT
{
Text [ en-US ] = "Exit Quickstarter" ;
};
String STR_QUICKSTART_TIP
{
Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION Quickstarter" ;
};
String STR_QUICKSTART_FILEOPEN
{
Text [ en-US ] = "Open Document..." ;
};
String STR_QUICKSTART_FROMTEMPLATE
{
Text [ en-US ] = "From Template..." ;
};
String STR_QUICKSTART_PRELAUNCH
{
Text [ en-US ] = "Load %PRODUCTNAME During System Start-Up" ;
};
String STR_QUICKSTART_PRELAUNCH_UNX
{
Text[ en-US ] = "Disable systray Quickstarter";
};
String STR_QUICKSTART_LNKNAME
{
Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION" ;
};
String STR_QUICKSTART_FILE
{
Text [ en-US ] = "File";
};
String STR_QUICKSTART_STARTCENTER
{
Text [ en-US ] = "Startcenter";
};
String STR_QUICKSTART_RECENTDOC
{
Text [ en-US ] = "Recent Documents";
};
String STR_QUERY_UPDATE_LINKS
{
Text [ en-US ] = "This document contains one or more links to external data.\n\nWould you like to change the document, and update all links\nto get the most recent data?" ;
};
String STR_DDE_ERROR
{
Text [ en-US ] = "DDE link to % for % area % are not available." ;
};
WarningBox RID_SECURITY_WARNING_HYPERLINK
{
HelpId = HID_WARNING_SECURITY_HYPERLINK;
Buttons = WB_YES_NO ;
DefButton = WB_DEF_NO ;
Message [ en-US ] = "This hyperlink is going to open \"%s\". Do you want to proceed?" ;
};
WarningBox RID_SECURITY_WARNING_NO_HYPERLINKS
{
Buttons = WB_OK ;
DefButton = WB_DEF_OK ;
Message [ en-US ] = "For security reasons, the hyperlink cannot be executed.\nThe stated address will not be opened.";
};
String RID_SECURITY_WARNING_TITLE
{
Text [ en-US ] = "Security Warning" ;
};
String RID_DESKTOP
{
Text = "%PRODUCTNAME" ;
};
QueryBox RID_XMLSEC_QUERY_LOSINGSIGNATURE
{
Buttons = WB_YES_NO ;
DefButton = WB_DEF_NO ;
Message [ en-US ] = "Saving will remove all existing signatures.\nDo you want to continue saving the document?" ;
};
QueryBox RID_XMLSEC_QUERY_SAVEBEFORESIGN
{
Buttons = WB_YES_NO ;
DefButton = WB_DEF_YES ;
Message [ en-US ] = "The document has to be saved before it can be signed.\nDo you want to save the document?" ;
};
QueryBox RID_QUERY_CANCELCHECKOUT
{
Buttons = WB_YES_NO ;
DefButton = WB_DEF_YES ;
Message [ en-US ] = "This will discard all changes on the server since check-out.\nDo you want to proceed?" ;
};
InfoBox RID_XMLSEC_INFO_WRONGDOCFORMAT
{
Message [ en-US ] = "This document must be saved in OpenDocument file format before it can be digitally signed." ;
};
String RID_XMLSEC_DOCUMENTSIGNED
{
Text [ en-US ] = " (Signed)" ;
};
String STR_STANDARD
{
Text [ en-US ] = "Standard" ;
};
String RID_SVXSTR_FILELINK
{
Text [ en-US ] = "Document" ;
};
String STR_NONE
{
Text [ en-US ] = "- None -" ;
};
String RID_SVXSTR_GRAFIKLINK
{
Text [ en-US ] = "Image" ;
};
String STR_SFX_FILTERNAME_ALL
{
Text [ en-US ] = "All files" ;
};
String RID_SVXSTR_EDITGRFLINK
{
Text [ en-US ] = "Link Image" ;
};
// i66948 used in project scripting
String STR_ERRUNOEVENTBINDUNG
{
Text [ en-US ] = "An appropriate component method %1\ncould not be found.\n\nCheck spelling of method name.";
};
String RID_SVXSTR_GRFILTER_OPENERROR
{
Text [ en-US ] = "Image file cannot be opened" ;
};
String RID_SVXSTR_GRFILTER_IOERROR
{
Text [ en-US ] = "Image file cannot be read" ;
};
String RID_SVXSTR_GRFILTER_FORMATERROR
{
Text [ en-US ] = "Unknown image format" ;
};
String RID_SVXSTR_GRFILTER_VERSIONERROR
{
Text [ en-US ] = "This version of the image file is not supported" ;
};
String RID_SVXSTR_GRFILTER_FILTERERROR
{
Text [ en-US ] = "Image filter not found" ;
};
String RID_SVXSTR_GRFILTER_TOOBIG
{
Text [ en-US ] = "Not enough memory to insert image" ;
};
String RID_SVXSTR_END_REDLINING_WARNING
{
Text [ en-US ] = "This action will exit the change recording mode.\nAny information about changes will be lost.\n\nExit change recording mode?\n\n" ;
};
String RID_SVXSTR_INCORRECT_PASSWORD
{
Text [ en-US ] = "Incorrect password" ;
};
String RID_SVXSTR_FORWARD_ERRMSSG
{
Text [ en-US ] = "If you select the option \"%PLACEHOLDER%\", you must enter a URL." ;
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */