Version 5.2.6.1, tag libreoffice-5.2.6.1
[LibreOffice.git] / writerperfect / source / common / strings.src
blobfb9b0bad0e3549f7c9e48d730a32ae7731d1fc72
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  */
10 #include "strings.hrc"
12 String STR_ENCODING_DIALOG_TITLE
14     Text[en-US] = "Import file";
17 String STR_ENCODING_DIALOG_TITLE_MSWORKS
19     Text[en-US] = "Import MS Works file";
22 String STR_ENCODING_DIALOG_TITLE_MSWRITE
24     Text[en-US] = "Import MS Write file";
27 String STR_ENCODING_DIALOG_TITLE_DOSWORD
29     Text[en-US] = "Import MS Word for DOS file";
32 String STR_ENCODING_DIALOG_TITLE_LOTUS
34     Text[en-US] = "Import Lotus file";
37 String STR_ENCODING_DIALOG_TITLE_SYMPHONY
39     Text[en-US] = "Import Symphony file";
42 String STR_ENCODING_DIALOG_TITLE_QUATTROPRO
44     Text[en-US] = "Import Quattro Pro file";
47 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */