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