summaryrefslogtreecommitdiff
path: root/filter/source/t602
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-06 10:40:38 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-06 10:40:38 +0000
commit16746913f7e706270b67dfcff1ef87a03b7804ec (patch)
tree7d270466af3ce9c3decbb6ebbc54d9eb24b8fb22 /filter/source/t602
parentb7e2722c3c174341c071f0b75bbd553cc88b20d7 (diff)
INTEGRATION: CWS t602import01 (1.1.2); FILE ADDED
2007/11/04 15:52:37 pjanik 1.1.2.8: #i78569#: Remove German strings. 2007/08/23 12:41:20 fridrich_strba 1.1.2.7: and the copyright holder is not me, but my distinguished employer 2007/08/23 12:19:40 fridrich_strba 1.1.2.6: updating license headers 2007/04/17 07:44:59 fridrich_strba 1.1.2.5: adding German strings 2007/04/17 07:27:37 fridrich_strba 1.1.2.4: remove languages that will be taken care of by localization teams 2007/04/16 09:35:54 fridrich_strba 1.1.2.3: cancel button should cancel the conversion 2007/04/13 08:47:03 fridrich_strba 1.1.2.2: fix the name of the resource manager 2007/04/13 08:04:23 fridrich_strba 1.1.2.1: adding localizable dialogue (still fixing it)
Diffstat (limited to 'filter/source/t602')
-rw-r--r--filter/source/t602/t602filter.src94
1 files changed, 94 insertions, 0 deletions
diff --git a/filter/source/t602/t602filter.src b/filter/source/t602/t602filter.src
new file mode 100644
index 000000000000..977abfa0de78
--- /dev/null
+++ b/filter/source/t602/t602filter.src
@@ -0,0 +1,94 @@
+ /*************************************************************************
+ *
+ * OpenOffice.org - a multi-platform office productivity suite
+ *
+ * Copyright (C) 2007 Novell, Inc. (http://www.novell.com)
+ *
+ * $RCSfile: t602filter.src,v $
+ *
+ * $Revision: 1.2 $
+ *
+ * last change: $Author: kz $ $Date: 2008-03-06 11:40:38 $
+ *
+ * The Contents of this file are made available subject to
+ * the terms of GNU Lesser General Public License Version 2.1.
+ *
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2004-2007 Milan Broz <mbroz@redhat.com>
+ * Copyright 2007 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ ************************************************************************/
+
+#include "t602filter.hrc"
+
+String T602FILTER_STR_IMPORT_DIALOG_TITLE
+{
+ Text [ en-US ] = "Settings for T602 import";
+};
+
+String T602FILTER_STR_ENCODING_LABEL
+{
+ Text [ en-US ] = "Encoding";
+};
+
+String T602FILTER_STR_ENCODING_AUTO
+{
+ Text [ en-US ] = "Automatic";
+};
+
+String T602FILTER_STR_ENCODING_CP852
+{
+ Text [ en-US ] = "CP852 (Latin2)";
+};
+
+String T602FILTER_STR_ENCODING_CP895
+{
+ Text [ en-US ] = "CP895 (KEYB2CS, Kamenicky)";
+};
+
+String T602FILTER_STR_ENCODING_KOI8CS2
+{
+ Text [ en-US ] = "KOI8 CS2";
+};
+
+String T602FILTER_STR_CYRILLIC_MODE
+{
+ Text [ en-US ] = "Mode for Russian language (Cyrillic)";
+};
+
+String T602FILTER_STR_REFORMAT_TEXT
+{
+ Text [ en-US ] = "Reformat the text";
+};
+
+String T602FILTER_STR_DOT_COMMANDS
+{
+ Text [ en-US ] = "Display dot commands";
+};
+
+String T602FILTER_STR_CANCEL_BUTTON
+{
+ Text [ en-US ] = "Cancel";
+};
+
+String T602FILTER_STR_OK_BUTTON
+{
+ Text [ en-US ] = "OK";
+};