1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
23 // Local Resources for the shells:
24 #define STR_POSTIT_PAGE 1
25 #define STR_POSTIT_AUTHOR 2
26 #define STR_CALC_SYNTAX 3
27 #define STR_CALC_ZERODIV 4
28 #define STR_CALC_BRACK 5
29 #define STR_CALC_POW 6
30 #define STR_CALC_VARNFND 7
31 #define STR_CALC_OVERFLOW 8
32 #define STR_CALC_WRONGTIME 9
33 #define STR_CALC_DEFAULT 10
34 #define STR_CALC_ERROR 11
35 #define STR_GETREFFLD_UP 12
36 #define STR_GETREFFLD_DOWN 13
37 #define STR_ALLPAGE_HEADFOOT 14
38 #define STR_TEMPLATE_NONE 15
39 #define STR_POSTIT_LINE 16
40 #define STR_FIELD_FIXED 17
44 #define STR_TOX_ILL 21
45 #define STR_TOX_OBJ 22
46 #define STR_TOX_TBL 23
47 #define STR_TOX_AUTH 24
48 #define STR_PAGEDESC_NAME 25
49 #define STR_PAGEDESC_FIRSTNAME 26
50 #define STR_PAGEDESC_FOLLOWNAME 27
51 #define STR_HYPERLINK_CLICK 28
52 #define STR_GETREFFLD_REFITEMNOTFOUND 29
53 #define STR_DURATION_FORMAT 30
56 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */