fdo#74697 Add Bluez 5 support for impress remote.
[LibreOffice.git] / filter / source / t602 / t602filter.src
blob6771ee28ff202fa44399981f1033c12957cff766
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
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/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
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 .
18  */
20 #include "t602filter.hrc"
22 String T602FILTER_STR_IMPORT_DIALOG_TITLE
24     Text [ en-US ] = "Settings for T602 import";
27 String T602FILTER_STR_ENCODING_LABEL
29     Text [ en-US ] = "Encoding";
32 String T602FILTER_STR_ENCODING_AUTO
34     Text [ en-US ] = "Automatic";
37 String T602FILTER_STR_ENCODING_CP852
39     Text [ en-US ] = "CP852 (Latin2)";
42 String T602FILTER_STR_ENCODING_CP895
44     Text [ en-US ] = "CP895 (KEYB2CS, Kamenicky)";
47 String T602FILTER_STR_ENCODING_KOI8CS2
49     Text [ en-US ] = "KOI8 CS2";
52 String T602FILTER_STR_CYRILLIC_MODE
54     Text [ en-US ] = "Mode for Russian language (Cyrillic)";
57 String T602FILTER_STR_REFORMAT_TEXT
59     Text [ en-US ] = "Reformat the text";
62 String T602FILTER_STR_DOT_COMMANDS
64     Text [ en-US ] = "Display dot commands";
67 String T602FILTER_STR_CANCEL_BUTTON
69     Text [ en-US ] = "Cancel";
72 String T602FILTER_STR_OK_BUTTON
74     Text [ en-US ] = "OK";
77 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */