Files
loongoffice/sfx2/source/appl/newhelp.src
Caolán McNamara 8cbec30fcd convert bookmark menu to .ui
Change-Id: I7b62c3234fd986a0648b9a543d0e44a922ee15e4
2017-04-14 10:27:09 +01:00

200 lines
3.5 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 "app.hrc"
#include "newhelp.hrc"
#include "helpid.hrc"
Bitmap BMP_HELP_TOOLBOX_INDEX_ON
{
File = "indexon_small.png" ;
};
Bitmap BMP_HELP_TOOLBOX_INDEX_OFF
{
File = "indexoff_small.png" ;
};
Bitmap BMP_HELP_TOOLBOX_START
{
File = "sc06303.png" ;
};
Bitmap BMP_HELP_TOOLBOX_PREV
{
File = "sc06301.png" ;
};
Bitmap BMP_HELP_TOOLBOX_NEXT
{
File = "sc06300.png" ;
};
Bitmap BMP_HELP_TOOLBOX_PRINT
{
File = "sc05504.png" ;
};
Bitmap BMP_HELP_TOOLBOX_BOOKMARKS
{
File = "favourite.png" ;
};
Bitmap BMP_HELP_TOOLBOX_SEARCHDIALOG
{
File = "sc05961.png" ;
};
Bitmap BMP_HELP_TOOLBOX_COPY
{
File = "sc05711.png" ;
};
Bitmap BMP_HELP_CONTENT_BOOK_OPEN
{
File = "hlpbookopen.png" ;
};
Bitmap BMP_HELP_CONTENT_BOOK_CLOSED
{
File = "hlpbookclosed.png" ;
};
Bitmap BMP_HELP_CONTENT_DOC
{
File = "hlpdoc.png" ;
};
String STR_HELP_WINDOW_TITLE
{
Text [ en-US ] = "%PRODUCTNAME Help";
};
String STR_HELP_BUTTON_INDEX_ON
{
Text [ en-US ] = "Show Navigation Pane";
};
String STR_HELP_BUTTON_INDEX_OFF
{
Text [ en-US ] = "Hide Navigation Pane";
};
String STR_HELP_BUTTON_START
{
Text [ en-US ] = "First Page";
};
String STR_HELP_BUTTON_PREV
{
Text [ en-US ] = "Previous Page";
};
String STR_HELP_BUTTON_NEXT
{
Text [ en-US ] = "Next Page";
};
String STR_HELP_BUTTON_PRINT
{
Text [ en-US ] = "Print...";
};
String STR_HELP_BUTTON_ADDBOOKMARK
{
Text [ en-US ] = "Add to Bookmarks...";
};
String STR_HELP_BUTTON_SEARCHDIALOG
{
Text [ en-US ] = "Find on this Page...";
};
String STR_HELP_BUTTON_SOURCEVIEW
{
Text [ en-US ] = "HTML Source";
};
String STR_HELP_MENU_TEXT_SELECTION_MODE
{
Text [ en-US ] = "Select Text";
};
String STR_HELP_MENU_TEXT_COPY
{
Text [ en-US ] = "~Copy" ;
};
String STR_INFO_NOSEARCHRESULTS
{
Text [ en-US ] = "No topics found.";
};
String STR_INFO_NOSEARCHTEXTFOUND
{
Text [ en-US ] = "The text you entered was not found.";
};
Bitmap BMP_HELP_TOOLBOX_L_INDEX_ON
{
File = "indexon_big.png" ;
};
Bitmap BMP_HELP_TOOLBOX_L_INDEX_OFF
{
File = "indexoff_big.png" ;
};
Bitmap BMP_HELP_TOOLBOX_L_START
{
File = "lc06303.png" ;
};
Bitmap BMP_HELP_TOOLBOX_L_PREV
{
File = "lc06301.png" ;
};
Bitmap BMP_HELP_TOOLBOX_L_NEXT
{
File = "lc06300.png" ;
};
Bitmap BMP_HELP_TOOLBOX_L_PRINT
{
File = "lc05504.png" ;
};
Bitmap BMP_HELP_TOOLBOX_L_BOOKMARKS
{
File = "favourite_big.png" ;
};
Bitmap BMP_HELP_TOOLBOX_L_SEARCHDIALOG
{
File = "lc05961.png" ;
};
String RID_HELP_ONSTARTUP_TEXT
{
Text [ en-US ] = "~Display %PRODUCTNAME %MODULENAME Help at Startup";
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */