summaryrefslogtreecommitdiff
path: root/sw/source/uibase/utlui/statusbar.src
blob: dcb5bbab26e4167437f71b7a5dfba45b626fe598 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
/* -*- 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 <utlui.hrc>

String STR_WORDCOUNT_HINT
{
    Text [ en-US ] = "Word and character count. Click for more extensive stats";
};
String STR_VIEWLAYOUT_ONE
{
    Text [ en-US ] = "Single page view";
};

String STR_VIEWLAYOUT_TWO
{
    Text [ en-US ] = "Two page view";
};

String STR_VIEWLAYOUT_BOOK
{
    Text [ en-US ] = "Book view";
};
String STR_BOOKCTRL_HINT
{
    Text [ en-US ] = "Page number/Total pages. Click to show Navigator";
};
String STR_BOOKCTRL_HINT_EXTENDED
{
    Text [ en-US ] = "Document page number/Total pages (Print page number). Click to show Navigator";
};
String STR_TMPLCTRL_HINT
{
    Text [ en-US ] = "Page Style. Right-click to change style and click to modify style";
};

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */