/* -*- 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/. */ #include String STR_WORDCOUNT_HINT { Text [ en-US ] = "Word and character count. Click to open Word Count dialog."; }; String STR_VIEWLAYOUT_ONE { Text [ en-US ] = "Single-page view"; }; String STR_VIEWLAYOUT_MULTI { Text [ en-US ] = "Multiple-page view"; }; String STR_VIEWLAYOUT_BOOK { Text [ en-US ] = "Book view"; }; String STR_BOOKCTRL_HINT { Text [ en-US ] = "Page number in document. Click to open Navigator window or right-click for bookmark list."; }; String STR_BOOKCTRL_HINT_EXTENDED { Text [ en-US ] = "Page number in document (Page number on printed document). Click to open Navigator window."; }; String STR_TMPLCTRL_HINT { Text [ en-US ] = "Page Style. Right-click to change style or click to open Style dialog."; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */