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/.
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: */