xref: /trunk/main/filter/source/t602/t602filter.src (revision 2973e64b)
1*2973e64bSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*2973e64bSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*2973e64bSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*2973e64bSAndrew Rist * distributed with this work for additional information
6*2973e64bSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*2973e64bSAndrew Rist * to you under the Apache License, Version 2.0 (the
8*2973e64bSAndrew Rist * "License"); you may not use this file except in compliance
9*2973e64bSAndrew Rist * with the License.  You may obtain a copy of the License at
10*2973e64bSAndrew Rist *
11*2973e64bSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*2973e64bSAndrew Rist *
13*2973e64bSAndrew Rist * Unless required by applicable law or agreed to in writing,
14*2973e64bSAndrew Rist * software distributed under the License is distributed on an
15*2973e64bSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*2973e64bSAndrew Rist * KIND, either express or implied.  See the License for the
17*2973e64bSAndrew Rist * specific language governing permissions and limitations
18*2973e64bSAndrew Rist * under the License.
19*2973e64bSAndrew Rist *
20*2973e64bSAndrew Rist *************************************************************/
21*2973e64bSAndrew Rist
22*2973e64bSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "t602filter.hrc"
25cdf0e10cSrcweir
26cdf0e10cSrcweirString T602FILTER_STR_IMPORT_DIALOG_TITLE
27cdf0e10cSrcweir{
28cdf0e10cSrcweir    Text [ en-US ] = "Settings for T602 import";
29cdf0e10cSrcweir};
30cdf0e10cSrcweir
31cdf0e10cSrcweirString T602FILTER_STR_ENCODING_LABEL
32cdf0e10cSrcweir{
33cdf0e10cSrcweir    Text [ en-US ] = "Encoding";
34cdf0e10cSrcweir};
35cdf0e10cSrcweir
36cdf0e10cSrcweirString T602FILTER_STR_ENCODING_AUTO
37cdf0e10cSrcweir{
38cdf0e10cSrcweir    Text [ en-US ] = "Automatic";
39cdf0e10cSrcweir};
40cdf0e10cSrcweir
41cdf0e10cSrcweirString T602FILTER_STR_ENCODING_CP852
42cdf0e10cSrcweir{
43cdf0e10cSrcweir    Text [ en-US ] = "CP852 (Latin2)";
44cdf0e10cSrcweir};
45cdf0e10cSrcweir
46cdf0e10cSrcweirString T602FILTER_STR_ENCODING_CP895
47cdf0e10cSrcweir{
48cdf0e10cSrcweir    Text [ en-US ] = "CP895 (KEYB2CS, Kamenicky)";
49cdf0e10cSrcweir};
50cdf0e10cSrcweir
51cdf0e10cSrcweirString T602FILTER_STR_ENCODING_KOI8CS2
52cdf0e10cSrcweir{
53cdf0e10cSrcweir    Text [ en-US ] = "KOI8 CS2";
54cdf0e10cSrcweir};
55cdf0e10cSrcweir
56cdf0e10cSrcweirString T602FILTER_STR_CYRILLIC_MODE
57cdf0e10cSrcweir{
58cdf0e10cSrcweir    Text [ en-US ] = "Mode for Russian language (Cyrillic)";
59cdf0e10cSrcweir};
60cdf0e10cSrcweir
61cdf0e10cSrcweirString T602FILTER_STR_REFORMAT_TEXT
62cdf0e10cSrcweir{
63cdf0e10cSrcweir    Text [ en-US ] = "Reformat the text";
64cdf0e10cSrcweir};
65cdf0e10cSrcweir
66cdf0e10cSrcweirString T602FILTER_STR_DOT_COMMANDS
67cdf0e10cSrcweir{
68cdf0e10cSrcweir    Text [ en-US ] = "Display dot commands";
69cdf0e10cSrcweir};
70cdf0e10cSrcweir
71cdf0e10cSrcweirString T602FILTER_STR_CANCEL_BUTTON
72cdf0e10cSrcweir{
73cdf0e10cSrcweir    Text [ en-US ] = "Cancel";
74cdf0e10cSrcweir};
75cdf0e10cSrcweir
76cdf0e10cSrcweirString T602FILTER_STR_OK_BUTTON
77cdf0e10cSrcweir{
78cdf0e10cSrcweir    Text [ en-US ] = "OK";
79cdf0e10cSrcweir};
80