summaryrefslogtreecommitdiff
path: root/svx/source/dialog/ctredlin.src
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-06-13 11:11:57 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-06-13 11:11:57 +0000
commitb75467e69a97eac20254f468bb96ce3b61d05191 (patch)
tree0e5bc22cd74c4231235f9b3ae7964c923894e442 /svx/source/dialog/ctredlin.src
parent265aee88f245b9bb4f66684aa561a66f6d7498fd (diff)
INTEGRATION: CWS rcmerge (1.37.66); FILE MERGED
2003/06/12 11:12:28 gh 1.37.66.1: final Merge RC
Diffstat (limited to 'svx/source/dialog/ctredlin.src')
-rw-r--r--svx/source/dialog/ctredlin.src2433
1 files changed, 1233 insertions, 1200 deletions
diff --git a/svx/source/dialog/ctredlin.src b/svx/source/dialog/ctredlin.src
index 83bacca64f1a..b080fd5cb4fb 100644
--- a/svx/source/dialog/ctredlin.src
+++ b/svx/source/dialog/ctredlin.src
@@ -1,1200 +1,1233 @@
-/*************************************************************************
- *
- * $RCSfile: ctredlin.src,v $
- *
- * $Revision: 1.37 $
- *
- * last change: $Author: hr $ $Date: 2003-04-29 16:32:18 $
- *
- * The Contents of this file are made available subject to the terms of
- * either of the following licenses
- *
- * - GNU Lesser General Public License Version 2.1
- * - Sun Industry Standards Source License Version 1.1
- *
- * Sun Microsystems Inc., October, 2000
- *
- * GNU Lesser General Public License Version 2.1
- * =============================================
- * Copyright 2000 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
- *
- *
- * Sun Industry Standards Source License Version 1.1
- * =================================================
- * The contents of this file are subject to the Sun Industry Standards
- * Source License Version 1.1 (the "License"); You may not use this file
- * except in compliance with the License. You may obtain a copy of the
- * License at http://www.openoffice.org/license.html.
- *
- * Software provided under this License is provided on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
- * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
- * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
- * See the License for the specific provisions governing your rights and
- * obligations concerning the Software.
- *
- * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
- *
- * Copyright: 2000 by Sun Microsystems, Inc.
- *
- * All Rights Reserved.
- *
- * Contributor(s): _______________________________________
- *
- *
- ************************************************************************/
-
-#include "ctredlin.hrc"
-#include "helpid.hrc"
-
-#define MASKCOLOR MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; } ;
-
-TabPage SID_REDLIN_FILTER_PAGE
-{
- String STR_FILTER
- {
- Text = "Filter" ;
- Text [ ENGLISH ] = "Filter" ;
- Text [ portuguese ] = "Filtro" ;
- Text [ english_us ] = "Filter" ;
- Text [ portuguese_brazilian ] = "Filtro" ;
- Text [ swedish ] = "Filter" ;
- Text [ danish ] = "Filter" ;
- Text [ italian ] = "Filtro" ;
- Text [ spanish ] = "Filtro" ;
- Text [ french ] = "Filtre" ;
- Text [ dutch ] = "Filter" ;
- Text[ chinese_simplified ] = "筛选";
- Text[ russian ] = "";
- Text[ polish ] = "Filtr";
- Text[ japanese ] = "フィルタ";
- Text[ chinese_traditional ] = "篩選";
- Text[ arabic ] = "";
- Text[ greek ] = "";
- Text[ korean ] = "필터";
- Text[ turkish ] = "Filtre";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "Filtre";
- Text[ finnish ] = "Suodatus";
- Text[ thai ] = "ตัวกรอง";
- Text[ czech ] = "Filtr";
- Text[ hebrew ] = "‮סינון‬";
- Text[ hindi ] = "फ़िल्टर";
- };
- HelpId = HID_REDLINING_FILTER_PAGE ;
- OutputSize = TRUE ;
- SVLook = TRUE ;
- Size = MAP_APPFONT ( 261 , 86 ) ;
- Hide = TRUE ;
- CheckBox CB_DATE
- {
- Pos = MAP_APPFONT ( 6 , 8 ) ;
- Size = MAP_APPFONT ( 50 , 10 ) ;
- Text = "~Datum" ;
- Text [ ENGLISH ] = "~Date" ;
- TabStop = TRUE ;
- HelpId = HID_REDLINING_FILTER_CB_DATE ;
- Text [ english_us ] = "~Date" ;
- Text [ portuguese_brazilian ] = "~Data" ;
- Text [ swedish ] = "~Datum" ;
- Text [ danish ] = "~Dato" ;
- Text [ italian ] = "Data" ;
- Text [ spanish ] = "Fecha" ;
- Text [ french ] = "Date" ;
- Text [ dutch ] = "~Datum" ;
- Text [ portuguese ] = "~Data" ;
- Text[ chinese_simplified ] = "日期(~D)";
- Text[ russian ] = "";
- Text[ polish ] = "~Data";
- Text[ japanese ] = "日付と時刻(~D)";
- Text[ chinese_traditional ] = "日期(~D)";
- Text[ arabic ] = "";
- Text[ greek ] = "";
- Text[ korean ] = "날짜(~D)";
- Text[ turkish ] = "~Tarih";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "~Data";
- Text[ finnish ] = "~Pivmr";
- Text[ thai ] = "~วันที่";
- Text[ czech ] = "Datum";
- Text[ hebrew ] = "‮על פי תאריך‬";
- Text[ hindi ] = "~दिनांक";
- };
- ListBox LB_DATE
- {
- HelpId = HID_REDLINING_FILTER_LB_DATE ;
- Border = TRUE ;
- Disable = TRUE ;
- Pos = MAP_APPFONT ( 60 , 6 ) ;
- Size = MAP_APPFONT ( 78 , 99 ) ;
- TabStop = TRUE ;
- DropDown = TRUE ;
- StringList =
- {
- < "vor dem" ; Default ; > ;
- < "seit dem" ; Default ; > ;
- < "gleich dem" ; Default ; > ;
- < "ungleich dem" ; Default ; > ;
- < "zwischen dem" ; Default ; > ;
- < "seit dem Speichern" ; Default ; > ;
- };
- StringList [ ENGLISH ] =
- {
- < "vor dem" ; Default ; > ;
- < "seit dem" ; Default ; > ;
- < "gleich dem" ; Default ; > ;
- < "ungleich dem" ; Default ; > ;
- < "zwischen dem" ; Default ; > ;
- < "seit dem Speichern" ; Default ; > ;
- };
- stringlist [ portuguese ] =
- {
- < "antes de" ; Default ; > ;
- < "desde" ; Default ; > ;
- < "igual a" ; Default ; > ;
- < "desigual a" ; Default ; > ;
- < "entre" ; Default ; > ;
- < "desde o Guardar" ; Default ; > ;
- };
- stringlist [ english_us ] =
- {
- < "earlier than" ; Default ; > ;
- < "since" ; Default ; > ;
- < "equal to " ; Default ; > ;
- < "not equal to" ; Default ; > ;
- < "between" ; Default ; > ;
- < "since saving" ; Default ; > ;
- };
- stringlist [ portuguese_brazilian ] =
- {
- < "antes de" ; Default ; > ;
- < "desde" ; Default ; > ;
- < "igual a" ; Default ; > ;
- < "diferente de" ; Default ; > ;
- < "entre" ; Default ; > ;
- < "desde a gravao" ; Default ; > ;
- };
- stringlist [ swedish ] =
- {
- < "innan den" ; Default ; > ;
- < "sedan" ; Default ; > ;
- < "lika med" ; Default ; > ;
- < "inte lika med" ; Default ; > ;
- < "mellan" ; Default ; > ;
- < "sedan sparandet" ; Default ; > ;
- };
- stringlist [ danish ] =
- {
- < "fr den" ; Default ; > ;
- < "siden den" ; Default ; > ;
- < "lig med den" ; Default ; > ;
- < "forskellig fra den" ; Default ; > ;
- < "mellem den" ; Default ; > ;
- < "siden gemning" ; Default ; > ;
- };
- stringlist [ italian ] =
- {
- < "prima del" ; Default ; > ;
- < "dal" ; Default ; > ;
- < "uguale a" ; Default ; > ;
- < "non uguale a" ; Default ; > ;
- < "tra il" ; Default ; > ;
- < "dal salvataggio" ; Default ; > ;
- };
- stringlist [ spanish ] =
- {
- < "antes de" ; Default ; > ;
- < "desde el" ; Default ; > ;
- < "igual a" ; Default ; > ;
- < "desigual a" ; Default ; > ;
- < "entre" ; Default ; > ;
- < "despus de guardar" ; Default ; > ;
- };
- stringlist [ french ] =
- {
- < "avant le" ; Default ; > ;
- < "depuis le" ; Default ; > ;
- < "gal " ; Default ; > ;
- < "diffrent de" ; Default ; > ;
- < "entre le" ; Default ; > ;
- < "depuis l'enregistrement" ; Default ; > ;
- };
- stringlist [ dutch ] =
- {
- < "voor de" ; Default ; > ;
- < "na de" ; Default ; > ;
- < "gelijk aan" ; Default ; > ;
- < "niet gelijk aan" ; Default ; > ;
- < "tussen de" ; Default ; > ;
- < "na het opslaan" ; Default ; > ;
- };
- StringList [ chinese_simplified ] =
- {
- < "早於" ; Default ; > ;
- < "从" ; Default ; > ;
- < "等同于" ; Default ; > ;
- < "不等于" ; Default ; > ;
- < "中间于" ; Default ; > ;
- < "在存盘后" ; Default ; > ;
- };
- StringList [ russian ] =
- {
- < "" ; Default ; > ;
- < " " ; Default ; > ;
- < "" ; Default ; > ;
- < " " ; Default ; > ;
- < "" ; Default ; > ;
- < " " ; Default ; > ;
- };
- StringList [ polish ] =
- {
- < "przed" ; Default ; > ;
- < "od" ; Default ; > ;
- < "rwny" ; Default ; > ;
- < "nie rwne" ; Default ; > ;
- < "midzy" ; Default ; > ;
- < "od zapisu" ; Default ; > ;
- };
- StringList [ japanese ] =
- {
- < "次の日時まで" ; Default ; > ;
- < "次の日時から" ; Default ; > ;
- < "次の日付" ; Default ; > ;
- < "次の日付以外" ; Default ; > ;
- < "次の日時の間" ; Default ; > ;
- < "最終保存以降" ; Default ; > ;
- };
- StringList [ chinese_traditional ] =
- {
- < "早於" ; Default ; > ;
- < "從" ; Default ; > ;
- < "等同於" ; Default ; > ;
- < "不等於" ; Default ; > ;
- < "中間於" ; Default ; > ;
- < "在儲存後" ; Default ; > ;
- };
- StringList [ arabic ] =
- {
- < "" ; Default ; > ;
- < "" ; Default ; > ;
- < "" ; Default ; > ;
- < "" ; Default ; > ;
- < "" ; Default ; > ;
- < " " ; Default ; > ;
- };
- StringList [ greek ] =
- {
- < " " ; Default ; > ;
- < " " ; Default ; > ;
- < " " ; Default ; > ;
- < " " ; Default ; > ;
- < "" ; Default ; > ;
- < " " ; Default ; > ;
- };
- StringList [ korean ] =
- {
- < "다음 시점까지" ; Default ; > ;
- < "다음 시점부터" ; Default ; > ;
- < "다음 날짜 내" ; Default ; > ;
- < "다음 날짜 이외" ; Default ; > ;
- < "다음 날짜 사이" ; Default ; > ;
- < "최종 저장 이후" ; Default ; > ;
- };
- StringList [ turkish ] =
- {
- < "bu tarihten nce" ; Default ; > ;
- < "ilk tarih" ; Default ; > ;
- < "eittir" ; Default ; > ;
- < "eit deildir" ; Default ; > ;
- < "arasnda" ; Default ; > ;
- < "Kayttan itibaren" ; Default ; > ;
- };
- StringList [ language_user1 ] =
- {
- < " " ; Default ; > ;
- < " " ; Default ; > ;
- < " " ; Default ; > ;
- < " " ; Default ; > ;
- < " " ; Default ; > ;
- < " " ; Default ; > ;
- };
- StringList [ catalan ] =
- {
- < "abans de" ; Default ; > ;
- < "des de" ; Default ; > ;
- < "igual que" ; Default ; > ;
- < "desigual a" ; Default ; > ;
- < "entre" ; Default ; > ;
- < "des del desament" ; Default ; > ;
- };
- StringList [ finnish ] =
- {
- < "ennen kuin" ; Default ; > ;
- < "alkaen" ; Default ; > ;
- < "yht suuri kuin " ; Default ; > ;
- < "eri suuri kuin" ; Default ; > ;
- < "vlill" ; Default ; > ;
- < "tallennuksesta" ; Default ; > ;
- };
- StringList [ thai ] =
- {
- < "เร็วกว่า" ; Default ; > ;
- < "ตั้งแต่" ; Default ; > ;
- < "เท่ากับ" ; Default ; > ;
- < "ไม่เท่ากับ" ; Default ; > ;
- < "ระหว่าง" ; Default ; > ;
- < "ตั้งแต่ขณะบันทึก" ; Default ; > ;
- };
- StringList [ czech ] =
- {
- < "před" ; Default ; > ;
- < "od" ; Default ; > ;
- < "je rovno " ; Default ; > ;
- < "není rovno" ; Default ; > ;
- < "leží mezi" ; Default ; > ;
- < "od zápisu" ; Default ; > ;
- };
- StringList [ hebrew ] =
- {
- < "‮לפני‬" ; Default ; > ;
- < "‮מאז‬" ; Default ; > ;
- < "‮שווה ל‬" ; Default ; > ;
- < "‮לא שווה ל‬" ; Default ; > ;
- < "‮בין‬" ; Default ; > ;
- < "‮מאז שמירה אחרונה‬" ; Default ; > ;
- };
- StringList [ hindi ] =
- {
- < "से पहिले" ; Default ; > ;
- < "पूर्वकाल से" ; Default ; > ;
- < "के समान" ; Default ; > ;
- < "के असमान" ; Default ; > ;
- < "बीच में" ; Default ; > ;
- < "से संचित कर रहा है" ; Default ; > ;
- };
- };
- DateField DF_DATE
- {
- HelpId = HID_REDLINING_FILTER_DF_DATE ;
- Disable = TRUE ;
- Border = TRUE ;
- Pos = MAP_APPFONT ( 144 , 6 ) ;
- Size = MAP_APPFONT ( 57 , 12 ) ;
- TabStop = TRUE ;
- Spin = TRUE ;
- Repeat = TRUE ;
- Minimum = Date
- {
- Year = 1985 ;
- Month = 12 ;
- Day = 31 ;
- };
- Maximum = Date
- {
- Year = 2050 ;
- Month = 12 ;
- Day = 31 ;
- };
- };
- TimeField TF_DATE
- {
- HelpId = HID_REDLINING_FILTER_TF_DATE ;
- Disable = TRUE ;
- Border = TRUE ;
- Pos = MAP_APPFONT ( 203 , 6 ) ;
- Size = MAP_APPFONT ( 35 , 12 ) ;
- TabStop = TRUE ;
- Repeat = TRUE ;
- Spin = TRUE ;
- };
- ImageButton IB_CLOCK
- {
- HelpId = HID_REDLINING_FILTER_IB_CLOCK ;
- Disable = TRUE ;
- Pos = MAP_APPFONT ( 240 , 5 ) ;
- Size = MAP_APPFONT ( 14 , 14 ) ;
- TabStop = TRUE ;
- ButtonImage = Image
- {
- ImageBitmap = Bitmap { File = "time.bmp" ; };
- MASKCOLOR
- };
- QuickHelpText = "Datum/Uhrzeit einstellen" ;
- QuickHelpText [ ENGLISH ] = "Set date/time" ;
- QuickHelpText [ english_us ] = "Set Date/Time" ;
- QuickHelpText [ portuguese_brazilian ] = "Acertar Data/Hora" ;
- QuickHelpText [ swedish ] = "Stll in datum/klockslag" ;
- QuickHelpText [ danish ] = "Indstil dato/klokkeslt" ;
- QuickHelpText [ italian ] = "Imposta data/ora" ;
- QuickHelpText [ spanish ] = "Definir fecha/hora" ;
- QuickHelpText [ french ] = "Dfinir la date/l'heure" ;
- QuickHelpText [ dutch ] = "Datum/tijd instellen" ;
- QuickHelpText [ portuguese ] = "Define data e hora" ;
- QuickHelpText[ russian ] = " ";
- QuickHelpText[ polish ] = "Ustaw dat/godzin";
- QuickHelpText[ japanese ] = "日付と時刻の設定";
- QuickHelpText[ chinese_simplified ] = "设定日期/时间";
- QuickHelpText[ chinese_traditional ] = "設定日期/時間";
- QuickHelpText[ arabic ] = " /";
- QuickHelpText[ greek ] = " /";
- QuickHelpText[ korean ] = "날짜/시간 설정";
- QuickHelpText[ language_user1 ] = " ";
- QuickHelpText[ language_user1 ] = " ";
- QuickHelpText[ turkish ] = "Datum/Uhrzeit einstellen";
- QuickHelpText[ catalan ] = "Defineix data/hora";
- QuickHelpText[ finnish ] = "Mrit pivmr/aika";
- QuickHelpText[ thai ] = "Set Date/Time";
- QuickHelpText[ czech ] = "Nastavit datum a čas";
- QuickHelpText[ hebrew ] = "Datum/Uhrzeit einstellen";
- QuickHelpText[ hindi ] = "दिनांक/समय सेट्ट करो";
- };
- FixedText FT_DATE2
- {
- Pos = MAP_APPFONT ( 60 , 24 ) ;
- Size = MAP_APPFONT ( 78 , 8 ) ;
- Right = TRUE ;
- Disable = TRUE ;
- Text = "~und dem" ;
- Text [ ENGLISH ] = "and" ;
- Text [ english_us ] = "and" ;
- Text [ portuguese_brazilian ] = "e" ;
- Text [ swedish ] = "o~ch" ;
- Text [ danish ] = "og den" ;
- Text [ italian ] = "e" ;
- Text [ spanish ] = "y" ;
- Text [ french ] = "~et" ;
- Text [ dutch ] = "~en de" ;
- Text [ portuguese ] = "e" ;
- Text[ chinese_simplified ] = "和";
- Text[ russian ] = "";
- Text[ polish ] = "i";
- Text[ japanese ] = "と";
- Text[ chinese_traditional ] = "和";
- Text[ arabic ] = "";
- Text[ greek ] = "";
- Text[ korean ] = "와(과)";
- Text[ turkish ] = "ve";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "i";
- Text[ finnish ] = "ja";
- Text[ thai ] = "และ";
- Text[ czech ] = "a";
- Text[ hebrew ] = "‮ו ‬";
- Text[ hindi ] = "और";
- };
- DateField DF_DATE2
- {
- HelpId = HID_REDLINING_FILTER_DF_DATE2 ;
- Border = TRUE ;
- Disable = TRUE ;
- Pos = MAP_APPFONT ( 144 , 22 ) ;
- Size = MAP_APPFONT ( 57 , 12 ) ;
- TabStop = TRUE ;
- Spin = TRUE ;
- Repeat = TRUE ;
- Minimum = Date
- {
- Year = 1985 ;
- Month = 12 ;
- Day = 31 ;
- };
- Maximum = Date
- {
- Year = 2050 ;
- Month = 12 ;
- Day = 31 ;
- };
- };
- TimeField TF_DATE2
- {
- HelpId = HID_REDLINING_FILTER_TF_DATE2 ;
- Border = TRUE ;
- Disable = TRUE ;
- Pos = MAP_APPFONT ( 203 , 22 ) ;
- Size = MAP_APPFONT ( 35 , 12 ) ;
- TabStop = TRUE ;
- Spin = TRUE ;
- Repeat = TRUE ;
- };
- ImageButton IB_CLOCK2
- {
- HelpId = HID_REDLINING_FILTER_IB_CLOCK2 ;
- Disable = TRUE ;
- Pos = MAP_APPFONT ( 240 , 21 ) ;
- Size = MAP_APPFONT ( 14 , 14 ) ;
- TabStop = TRUE ;
- ButtonImage = Image
- {
- ImageBitmap = Bitmap { File = "time.bmp" ; };
- MASKCOLOR
- };
- QuickHelpText = "Datum/Uhrzeit einstellen" ;
- QuickHelpText [ ENGLISH ] = "Set date/time" ;
- QuickHelpText [ english_us ] = "Set Date/Time" ;
- QuickHelpText [ portuguese_brazilian ] = "Acertar Data/Hora" ;
- QuickHelpText [ swedish ] = "Stll in datum/klockslag" ;
- QuickHelpText [ danish ] = "Indstil dato/klokkeslt" ;
- QuickHelpText [ italian ] = "Imposta data/ora" ;
- QuickHelpText [ spanish ] = "Definir fecha/hora" ;
- QuickHelpText [ french ] = "Dfinir la date/l'heure" ;
- QuickHelpText [ dutch ] = "Datum/tijd instellen" ;
- QuickHelpText [ portuguese ] = "Define data e hora" ;
- QuickHelpText[ russian ] = " ";
- QuickHelpText[ polish ] = "Ustaw dat/godzin";
- QuickHelpText[ japanese ] = "日付と時刻の設定";
- QuickHelpText[ chinese_simplified ] = "设定日期/时间";
- QuickHelpText[ chinese_traditional ] = "設定日期/時間";
- QuickHelpText[ arabic ] = " /";
- QuickHelpText[ greek ] = " /";
- QuickHelpText[ korean ] = "날짜/시간 설정";
- QuickHelpText[ language_user1 ] = " ";
- QuickHelpText[ language_user1 ] = " ";
- QuickHelpText[ turkish ] = "Datum/Uhrzeit einstellen";
- QuickHelpText[ catalan ] = "Defineix data/hora";
- QuickHelpText[ finnish ] = "Mrit pivmr/aika";
- QuickHelpText[ thai ] = "Set Date/Time";
- QuickHelpText[ czech ] = "Nastavit datum a čas";
- QuickHelpText[ hebrew ] = "Datum/Uhrzeit einstellen";
- QuickHelpText[ hindi ] = "दिनांक/समय सेट्ट करो";
- };
- CheckBox CB_AUTOR
- {
- HelpId = HID_REDLINING_FILTER_CB_AUTOR ;
- Pos = MAP_APPFONT ( 6 , 40 ) ;
- Size = MAP_APPFONT ( 50 , 10 ) ;
- Text = "~Autor" ;
- Text [ ENGLISH ] = "~Author" ;
- TabStop = TRUE ;
- Text [ english_us ] = "~Author" ;
- Text [ portuguese_brazilian ] = "~Autor" ;
- Text [ swedish ] = "Frf~attare" ;
- Text [ danish ] = "Forfatter" ;
- Text [ italian ] = "Autore" ;
- Text [ spanish ] = "Autor" ;
- Text [ french ] = "Auteur" ;
- Text [ dutch ] = "~Auteur" ;
- Text [ portuguese ] = "~Autor" ;
- Text[ chinese_simplified ] = "作者(~A)";
- Text[ russian ] = "";
- Text[ polish ] = "~Autor";
- Text[ japanese ] = "作成者(~A)";
- Text[ chinese_traditional ] = "作者(~A)";
- Text[ arabic ] = "";
- Text[ greek ] = "";
- Text[ korean ] = "작성자(~A)";
- Text[ turkish ] = "Yazan";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "~Autor";
- Text[ finnish ] = "~Tekij";
- Text[ thai ] = "~ผู้เขียน";
- Text[ czech ] = "Autor";
- Text[ hebrew ] = "‮מחבר‬";
- Text[ hindi ] = "~लेखक";
- };
- ListBox LB_AUTOR
- {
- HelpId = HID_REDLINING_FILTER_LB_AUTOR ;
- Border = TRUE ;
- Pos = MAP_APPFONT ( 60 , 38 ) ;
- Size = MAP_APPFONT ( 178 , 100 ) ;
- TabStop = TRUE ;
- Disable = TRUE ;
- DropDown = TRUE ;
- };
- CheckBox CB_RANGE
- {
- HelpId = HID_REDLINING_FILTER_CB_RANGE ;
- Pos = MAP_APPFONT ( 6 , 56 ) ;
- Size = MAP_APPFONT ( 50 , 10 ) ;
- Text = "~Bereich" ;
- Text [ ENGLISH ] = "~Range" ;
- TabStop = TRUE ;
- Text [ english_us ] = "~Range" ;
- Text [ portuguese_brazilian ] = "I~ntervalo" ;
- Text [ swedish ] = "~Omrde" ;
- Text [ danish ] = "Omrde" ;
- Text [ italian ] = "Area" ;
- Text [ spanish ] = "~rea" ;
- Text [ french ] = "Plage" ;
- Text [ dutch ] = "~Bereik" ;
- Text [ portuguese ] = "Intervalo" ;
- Text[ chinese_simplified ] = "区域(~R)";
- Text[ russian ] = "";
- Text[ polish ] = "~Zakres";
- Text[ japanese ] = "範囲(~R)";
- Text[ chinese_traditional ] = "區域(~R)";
- Text[ arabic ] = "";
- Text[ greek ] = "";
- Text[ korean ] = "범위(~R)";
- Text[ turkish ] = "Aralk";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "~rea";
- Text[ finnish ] = "~Alue";
- Text[ thai ] = "~ช่วง";
- Text[ czech ] = "Rozsah";
- Text[ hebrew ] = "‮טווח‬";
- Text[ hindi ] = "~फ़ैलाव";
- };
- Edit ED_RANGE
- {
- HelpId = HID_REDLINING_FILTER_ED_RANGE ;
- Disable = TRUE ;
- Border = TRUE ;
- Pos = MAP_APPFONT ( 60 , 54 ) ;
- Size = MAP_APPFONT ( 178 , 12 ) ;
- TabStop = TRUE ;
- };
- String STR_ACTION
- {
- Text = "A~ktion" ;
- Text [ ENGLISH ] = "A~ction" ;
- Text [ portuguese ] = "A~co" ;
- Text [ english_us ] = "A~ction" ;
- Text [ portuguese_brazilian ] = "~Ao" ;
- Text [ swedish ] = "t~grd" ;
- Text [ danish ] = "Handling" ;
- Text [ italian ] = "Opera~zione" ;
- Text [ spanish ] = "~Accin" ;
- Text [ french ] = "A~ction" ;
- Text [ dutch ] = "A~ctiviteit" ;
- Text[ chinese_simplified ] = "操作(~C)";
- Text[ russian ] = "";
- Text[ polish ] = "A~kcja";
- Text[ japanese ] = "アクション(~C)";
- Text[ chinese_traditional ] = "動作(~C)";
- Text[ arabic ] = "";
- Text[ greek ] = "";
- Text[ korean ] = "작동(~C)";
- Text[ turkish ] = "lem";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "~Acci";
- Text[ finnish ] = "Toiminto";
- Text[ thai ] = "การกระ~ทำ";
- Text[ czech ] = "Činnost";
- Text[ hebrew ] = "‮פעולה‬";
- Text[ hindi ] = "~कार्य";
- };
- ListBox LB_ACTION
- {
- HelpId = HID_REDLINING_FILTER_LB_ACTION ;
- Border = TRUE ;
- Hide = TRUE ;
- Disable = TRUE ;
- Pos = MAP_APPFONT ( 60 , 54 ) ;
- Size = MAP_APPFONT ( 178 , 100 ) ;
- TabStop = TRUE ;
- DropDown = TRUE ;
- };
- PushButton BTN_REF
- {
- HelpId = HID_REDLINING_FILTER_BTN_REF ;
- Pos = MAP_APPFONT ( 240 , 54 ) ;
- Size = MAP_APPFONT ( 12 , 12 ) ;
- Disable = TRUE ;
- TabStop = TRUE ;
- Text = "..." ;
- QuickHelpText = "Tabellenreferenz einstellen" ;
- QuickHelpText [ ENGLISH ] = "Set referenz" ;
- QuickHelpText [ english_us ] = "Set Reference" ;
- Text [ portuguese_brazilian ] = "..." ;
- QuickHelpText [ portuguese_brazilian ] = "Definir referncia" ;
- Text [ swedish ] = "..." ;
- QuickHelpText [ swedish ] = "Stll in tabellreferens" ;
- Text [ danish ] = "..." ;
- QuickHelpText [ danish ] = "Indstil tabelreference" ;
- Text [ italian ] = "..." ;
- QuickHelpText [ italian ] = "Imposta il riferimento di tabella" ;
- Text [ spanish ] = "..." ;
- QuickHelpText [ spanish ] = "Definir referencia a tabla" ;
- Text [ french ] = "..." ;
- QuickHelpText [ french ] = "Dfinir une rfrence" ;
- Text [ dutch ] = "..." ;
- QuickHelpText [ dutch ] = "Tabellenreferentie instellen" ;
- Text [ portuguese ] = "..." ;
- QuickHelpText [ portuguese ] = "Definir referncia" ;
- Text [ english_us ] = "..." ;
- Text[ chinese_simplified ] = "...";
- Text[ russian ] = "...";
- Text[ polish ] = "...";
- Text[ japanese ] = "...";
- Text[ chinese_traditional ] = "...";
- Text[ arabic ] = "...";
- QuickHelpText[ russian ] = " ";
- QuickHelpText[ polish ] = "Ustaw tabel odwoa";
- QuickHelpText[ japanese ] = "表の参照を設定";
- QuickHelpText[ chinese_simplified ] = "设定表格引用";
- QuickHelpText[ chinese_traditional ] = "設定工作表參照";
- QuickHelpText[ arabic ] = " ";
- Text[ greek ] = "...";
- Text[ korean ] = "...";
- QuickHelpText[ greek ] = "Set Reference";
- QuickHelpText[ korean ] = "참조 설정";
- Text[ turkish ] = "...";
- Text[ language_user1 ] = " ";
- QuickHelpText[ turkish ] = "Tabellenreferenz einstellen";
- Text[ catalan ] = "...";
- QuickHelpText[ catalan ] = "Defineix la referncia a la taula";
- Text[ finnish ] = "...";
- QuickHelpText[ finnish ] = "Mrit viite";
- Text[ thai ] = "...";
- QuickHelpText[ thai ] = "Set Reference";
- Text[ czech ] = "...";
- Text[ hebrew ] = "...";
- QuickHelpText[ czech ] = "Nastavit odkaz";
- QuickHelpText[ hebrew ] = "Tabellenreferenz einstellen";
- Text[ hindi ] = "...";
- QuickHelpText[ hindi ] = "रेफरेन्स सेट्ट करो";
- };
- CheckBox CB_COMMENT
- {
- HelpId = HID_REDLINING_FILTER_CB_COMMENT ;
- Pos = MAP_APPFONT ( 6 , 72 ) ;
- Size = MAP_APPFONT ( 50 , 10 ) ;
- Text = "Be~schreibung" ;
- Text [ ENGLISH ] = "~Comment" ;
- TabStop = TRUE ;
- Text[ italian ] = "~Descrizione";
- Text[ portuguese_brazilian ] = "Comentrio";
- Text[ portuguese ] = "D~escrio";
- Text[ danish ] = "Beskrivelse";
- Text[ french ] = "Description";
- Text[ swedish ] = "Be~skrivning";
- Text[ dutch ] = "~Opmerkingen";
- Text[ spanish ] = "~Descripcin";
- Text[ english_us ] = "Comment";
- Text[ chinese_simplified ] = "说明";
- Text[ russian ] = "";
- Text[ polish ] = "Komentarz";
- Text[ japanese ] = "コメント";
- Text[ chinese_traditional ] = "描述";
- Text[ arabic ] = "";
- Text[ greek ] = "";
- Text[ korean ] = "설명";
- Text[ turkish ] = "Aklama";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "Comentari";
- Text[ finnish ] = "Huomautus";
- Text[ thai ] = "ข้อคิดเห็น";
- Text[ czech ] = "Komentář";
- Text[ hebrew ] = "‮הערה‬";
- Text[ hindi ] = "अपवाद";
- };
- Edit ED_COMMENT
- {
- HelpId = HID_REDLINING_FILTER_ED_COMMENT ;
- Disable = TRUE ;
- Border = TRUE ;
- Pos = MAP_APPFONT ( 60 , 70 ) ;
- Size = MAP_APPFONT ( 178 , 12 ) ;
- TabStop = TRUE ;
- };
- Image IMG_TIME_H
- {
- ImageBitmap = Bitmap { File = "time_h.bmp" ; };
- MASKCOLOR
- };
-};
-TabPage SID_REDLIN_VIEW_PAGE
-{
- HelpId = HID_REDLINING_VIEW_PAGE ;
- OutputSize = TRUE ;
- SVLook = TRUE ;
- Size = MAP_APPFONT ( 270 , 126 ) ;
- Hide = TRUE ;
- String STR_VIEW
- {
- Text = "Liste" ;
- Text [ ENGLISH ] = "List" ;
- Text [ english_us ] = "List" ;
- Text [ portuguese_brazilian ] = "Lista" ;
- Text [ swedish ] = "Lista" ;
- Text [ danish ] = "Liste" ;
- Text [ italian ] = "Lista" ;
- Text [ spanish ] = "Lista" ;
- Text [ french ] = "Liste" ;
- Text [ dutch ] = "Lijst" ;
- Text [ portuguese ] = "Lista" ;
- Text[ chinese_simplified ] = "列单";
- Text[ russian ] = "";
- Text[ polish ] = "Lista";
- Text[ japanese ] = "リスト";
- Text[ chinese_traditional ] = "清單";
- Text[ arabic ] = "";
- Text[ greek ] = "";
- Text[ korean ] = "목록";
- Text[ turkish ] = "Liste";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "Llista";
- Text[ finnish ] = "Luettelo";
- Text[ thai ] = "รายการ";
- Text[ czech ] = "Seznam";
- Text[ hebrew ] = "‮רשימת שינויים‬";
- Text[ hindi ] = "सूची";
- };
- Control DG_VIEW
- {
- HelpId = HID_REDLINING_VIEW_DG_VIEW ;
- Pos = MAP_APPFONT ( 3 , 1 ) ;
- Size = MAP_APPFONT ( 221 , 65 ) ;
- Border = TRUE ;
- };
- PushButton PB_ACCEPT
- {
- HelpId = HID_REDLINING_VIEW_PB_ACCEPT ;
- Text = "~Akzeptieren" ;
- Text [ ENGLISH ] = "Accept" ;
- Pos = MAP_APPFONT ( 3 , 69 ) ;
- Size = MAP_APPFONT ( 60 , 14 ) ;
- Text [ portuguese ] = "~Aceitar" ;
- Text [ english_us ] = "~Accept" ;
- Text [ portuguese_brazilian ] = "~Aceitar" ;
- Text [ swedish ] = "~Acceptera" ;
- Text [ danish ] = "Accepter" ;
- Text [ italian ] = "~Accetta" ;
- Text [ spanish ] = "~Aceptar" ;
- Text [ french ] = "~Accepter" ;
- Text [ dutch ] = "~Accepteren" ;
- Text[ chinese_simplified ] = "接受(~A)";
- Text[ russian ] = "";
- Text[ polish ] = "~Akceptuj";
- Text[ japanese ] = "適用(~A)";
- Text[ chinese_traditional ] = "接受(~A)";
- Text[ arabic ] = "";
- Text[ greek ] = "~";
- Text[ korean ] = "동의(~A)";
- Text[ turkish ] = "Kabul et";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "~Accepto";
- Text[ finnish ] = "Hyvksy";
- Text[ thai ] = "~ยอมรับ";
- Text[ czech ] = "Přijmout";
- Text[ hebrew ] = "‮קבלת שינוי‬";
- Text[ hindi ] = "~स्वीकार";
- };
- PushButton PB_REJECT
- {
- HelpId = HID_REDLINING_VIEW_PB_REJECT ;
- Text = "A~blehnen" ;
- Text [ ENGLISH ] = "Reject" ;
- Pos = MAP_APPFONT ( 69 , 69 ) ;
- Size = MAP_APPFONT ( 60 , 14 ) ;
- Text [ english_us ] = "~Reject" ;
- Text [ portuguese_brazilian ] = "~Rejeitar" ;
- Text [ swedish ] = "Av~bj" ;
- Text [ danish ] = "Forkast" ;
- Text [ italian ] = "~Rifiuta" ;
- Text [ spanish ] = "~Rechazar" ;
- Text [ french ] = "~Rejeter" ;
- Text [ dutch ] = "V~erwerpen" ;
- Text [ portuguese ] = "~Rejeitar" ;
- Text[ chinese_simplified ] = "拒绝(~R)";
- Text[ russian ] = "";
- Text[ polish ] = "~Odrzu";
- Text[ japanese ] = "非適用(~R)";
- Text[ chinese_traditional ] = "拒絕(~R)";
- Text[ arabic ] = "";
- Text[ greek ] = "";
- Text[ korean ] = "거부(~R)";
- Text[ turkish ] = "~Reddet";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "~Rebutjo";
- Text[ finnish ] = "Hylk";
- Text[ thai ] = "~ปฏิเสธ";
- Text[ czech ] = "Odmítnout";
- Text[ hebrew ] = "‮דחית שינוי‬";
- Text[ hindi ] = "~अस्वीकार";
- };
- PushButton PB_ACCEPTALL
- {
- HelpId = HID_REDLINING_VIEW_PB_ACCEPTALL ;
- Text = "Alle ak~zeptieren" ;
- Text [ ENGLISH ] = "Accept All" ;
- Pos = MAP_APPFONT ( 141 , 69 ) ;
- Size = MAP_APPFONT ( 60 , 14 ) ;
- Text [ english_us ] = "A~ccept All" ;
- Text [ portuguese_brazilian ] = "A~ceitar Tudo" ;
- Text [ swedish ] = "A~cceptera alla" ;
- Text [ danish ] = "Accepter alle" ;
- Text [ italian ] = "Accetta t~utto" ;
- Text [ spanish ] = "Aceptar todo" ;
- Text [ french ] = "Tout a~ccepter" ;
- Text [ dutch ] = "Alle ac~cepteren" ;
- Text [ portuguese ] = "~Aceitar tudo" ;
- Text[ chinese_simplified ] = "全部接受(~C)";
- Text[ russian ] = " ";
- Text[ polish ] = "A~kceptuj wszystkie";
- Text[ japanese ] = "すべて適用(~C)";
- Text[ chinese_traditional ] = "全部接受(~C)";
- Text[ arabic ] = " ";
- Text[ greek ] = "~ ";
- Text[ korean ] = "모두 동의(~C)";
- Text[ turkish ] = "Tmn kabul et";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "Ho a~ccepto tot";
- Text[ finnish ] = "Hyvksy kaikki";
- Text[ thai ] = "ย~อมรับทั้งหมด";
- Text[ czech ] = "Přijmout vše";
- Text[ hebrew ] = "‮קבלת כל השינויים‬";
- Text[ hindi ] = "सब स्वी~कार";
- };
- PushButton PB_REJECTALL
- {
- HelpId = HID_REDLINING_VIEW_PB_REJECTALL ;
- Text = "Alle ab~lehnen" ;
- Text [ ENGLISH ] = "Reject All" ;
- Pos = MAP_APPFONT ( 207 , 69 ) ;
- Size = MAP_APPFONT ( 60 , 14 ) ;
- Text [ english_us ] = "R~eject All" ;
- Text [ portuguese_brazilian ] = "Rejeitar ~Tudo" ;
- Text [ swedish ] = "A~vbj alla" ;
- Text [ danish ] = "Forkast alle" ;
- Text [ italian ] = "Rifiuta tutto" ;
- Text [ spanish ] = "Rechazar todo" ;
- Text [ french ] = "Tout rejeter" ;
- Text [ dutch ] = "Alle ver~werpen" ;
- Text [ portuguese ] = "Rejeitar ~tudo" ;
- Text[ chinese_simplified ] = "全部拒绝(~E)";
- Text[ russian ] = " ";
- Text[ polish ] = "O~drzu wszystkie";
- Text[ japanese ] = "すべて非適用(~E)";
- Text[ chinese_traditional ] = "全部拒絕(~E)";
- Text[ arabic ] = " ";
- Text[ greek ] = " ";
- Text[ korean ] = "모두 거부(~E)";
- Text[ turkish ] = "Tmn R~eddet";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "Ho r~ebutjo tot";
- Text[ finnish ] = "Hylk kaikki";
- Text[ thai ] = "ป~ฏิเสธทั้งหมด";
- Text[ czech ] = "Odmítnout vše";
- Text[ hebrew ] = "‮דחית כל השינויים‬";
- Text[ hindi ] = "सब अस्वीका~र";
- };
-
- PushButton PB_UNDO
- {
- HelpId = HID_REDLINING_VIEW_PB_UNDO ;
- Text = "~Rckgngig" ;
- Text [ ENGLISH ] = "Undo" ;
- Hide = TRUE;
- Pos = MAP_APPFONT ( 279 , 69 ) ;
- Size = MAP_APPFONT ( 60 , 14 ) ;
- Text[ italian ] = "~Annulla";
- Text[ portuguese_brazilian ] = "Desfazer";
- Text[ portuguese ] = "A~nular";
- Text[ danish ] = "Fortryd";
- Text[ french ] = "Annuler";
- Text[ swedish ] = "~ngra";
- Text[ dutch ] = "~Ongedaan maken";
- Text[ spanish ] = "~Deshacer";
- Text[ english_us ] = "Undo";
- Text[ chinese_simplified ] = "撤消命令";
- Text[ russian ] = "";
- Text[ polish ] = "Cofnij";
- Text[ japanese ] = "元に戻す";
- Text[ chinese_traditional ] = "復原";
- Text[ arabic ] = "";
- Text[ greek ] = "";
- Text[ korean ] = "실행 취소";
- Text[ turkish ] = "Geri al";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "~Desfs";
- Text[ finnish ] = "Kumoa";
- Text[ thai ] = "เลิกทำ";
- Text[ czech ] = "Zpět";
- Text[ hebrew ] = "‮ביטול פעולה‬";
- Text[ hindi ] = "अनावृत्ति";
- };
- String STR_TITLE1
- {
- Text = "Aktion" ;
- Text [ ENGLISH ] = "Action" ;
- Text [ english_us ] = "Action" ;
- Text [ portuguese_brazilian ] = "Ao" ;
- Text [ swedish ] = "tgrd" ;
- Text [ danish ] = "Handling" ;
- Text [ italian ] = "Operazione" ;
- Text [ spanish ] = "Accin" ;
- Text [ french ] = "Action" ;
- Text [ dutch ] = "Activiteit" ;
- Text [ portuguese ] = "Aco" ;
- Text[ chinese_simplified ] = "操作";
- Text[ russian ] = "";
- Text[ polish ] = "Akcja";
- Text[ japanese ] = "アクション";
- Text[ chinese_traditional ] = "動作";
- Text[ arabic ] = "";
- Text[ greek ] = "";
- Text[ korean ] = "작동";
- Text[ turkish ] = "lem";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "Acci";
- Text[ finnish ] = "Toiminto";
- Text[ thai ] = "การกระทำ";
- Text[ czech ] = "Činnost";
- Text[ hebrew ] = "‮פעולה‬";
- Text[ hindi ] = "कार्य";
- };
- String STR_TITLE2
- {
- Text = "Position" ;
- Text [ ENGLISH ] = "Position" ;
- Text [ english_us ] = "Position" ;
- Text [ portuguese_brazilian ] = "Posio" ;
- Text [ swedish ] = "Position" ;
- Text [ danish ] = "Placering" ;
- Text [ italian ] = "Posizione" ;
- Text [ spanish ] = "Posicin" ;
- Text [ french ] = "Position" ;
- Text [ dutch ] = "Positie" ;
- Text [ portuguese ] = "Posio" ;
- Text[ chinese_simplified ] = "位置";
- Text[ russian ] = "";
- Text[ polish ] = "Pozycja";
- Text[ japanese ] = "位置";
- Text[ chinese_traditional ] = "位置";
- Text[ arabic ] = "";
- Text[ greek ] = "";
- Text[ korean ] = "위치";
- Text[ turkish ] = "Konum";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "Posici";
- Text[ finnish ] = "Sijainti";
- Text[ thai ] = "ตำแหน่ง";
- Text[ czech ] = "Umístění";
- Text[ hebrew ] = "‮מיקום‬";
- Text[ hindi ] = "स्थान";
- };
- String STR_TITLE3
- {
- Text = "Autor" ;
- Text [ ENGLISH ] = "Author" ;
- Text [ english_us ] = "Author" ;
- Text [ portuguese_brazilian ] = "Autor" ;
- Text [ swedish ] = "Frfattare" ;
- Text [ danish ] = "Forfatter" ;
- Text [ italian ] = "Autore" ;
- Text [ spanish ] = "Autor" ;
- Text [ french ] = "Auteur" ;
- Text [ dutch ] = "Auteur" ;
- Text [ portuguese ] = "Autor" ;
- Text[ chinese_simplified ] = "作者";
- Text[ russian ] = "";
- Text[ polish ] = "Autor";
- Text[ japanese ] = "作成者";
- Text[ chinese_traditional ] = "作者";
- Text[ arabic ] = "";
- Text[ greek ] = "";
- Text[ korean ] = "작성자";
- Text[ turkish ] = "Yazan";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "Autor";
- Text[ finnish ] = "Tekij";
- Text[ thai ] = "ผู้เขียน";
- Text[ czech ] = "Autor";
- Text[ hebrew ] = "‮מחבר‬";
- Text[ hindi ] = "लेखक";
- };
- String STR_TITLE4
- {
- Text = "Datum" ;
- Text [ ENGLISH ] = "Date" ;
- Text [ english_us ] = "Date" ;
- Text [ portuguese_brazilian ] = "Data" ;
- Text [ swedish ] = "Datum" ;
- Text [ danish ] = "Dato" ;
- Text [ italian ] = "Data" ;
- Text [ spanish ] = "Fecha" ;
- Text [ french ] = "Date" ;
- Text [ dutch ] = "Datum" ;
- Text [ portuguese ] = "Data" ;
- Text[ chinese_simplified ] = "日期";
- Text[ russian ] = "";
- Text[ polish ] = "Data";
- Text[ japanese ] = "日付と時刻";
- Text[ chinese_traditional ] = "日期";
- Text[ arabic ] = "";
- Text[ greek ] = "";
- Text[ korean ] = "날짜";
- Text[ turkish ] = "Tarih";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "Data";
- Text[ finnish ] = "Pivmr";
- Text[ thai ] = "วันที่";
- Text[ czech ] = "Datum";
- Text[ hebrew ] = "‮תאריך‬";
- Text[ hindi ] = "दिनांक";
- };
- String STR_TITLE5
- {
- Text = "Beschreibung" ;
- Text [ ENGLISH ] = "Comment" ;
- Text [ english_us ] = "Comment" ;
- Text [ portuguese_brazilian ] = "Comentrio" ;
- Text [ swedish ] = "Beskrivning" ;
- Text [ danish ] = "Beskrivelse" ;
- Text [ italian ] = "Descrizione" ;
- Text [ spanish ] = "Descripcin" ;
- Text [ french ] = "Description" ;
- Text [ dutch ] = "Omschrijving" ;
- Text [ portuguese ] = "Descrio" ;
- Text[ chinese_simplified ] = "说明";
- Text[ russian ] = "";
- Text[ polish ] = "Komentarz";
- Text[ japanese ] = "コメント";
- Text[ chinese_traditional ] = "描述";
- Text[ arabic ] = "";
- Text[ greek ] = "";
- Text[ korean ] = "설명";
- Text[ turkish ] = "Aklama";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "Comentari";
- Text[ finnish ] = "Huomautus";
- Text[ thai ] = "ข้อคิดเห็น";
- Text[ czech ] = "Komentář";
- Text[ hebrew ] = "‮הערה‬";
- Text[ hindi ] = "अपवाद";
- };
-};
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+/*************************************************************************
+ *
+ * $RCSfile: ctredlin.src,v $
+ *
+ * $Revision: 1.38 $
+ *
+ * last change: $Author: hr $ $Date: 2003-06-13 12:11:57 $
+ *
+ * The Contents of this file are made available subject to the terms of
+ * either of the following licenses
+ *
+ * - GNU Lesser General Public License Version 2.1
+ * - Sun Industry Standards Source License Version 1.1
+ *
+ * Sun Microsystems Inc., October, 2000
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2000 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
+ *
+ *
+ * Sun Industry Standards Source License Version 1.1
+ * =================================================
+ * The contents of this file are subject to the Sun Industry Standards
+ * Source License Version 1.1 (the "License"); You may not use this file
+ * except in compliance with the License. You may obtain a copy of the
+ * License at http://www.openoffice.org/license.html.
+ *
+ * Software provided under this License is provided on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+ * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+ * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
+ * See the License for the specific provisions governing your rights and
+ * obligations concerning the Software.
+ *
+ * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
+ *
+ * Copyright: 2000 by Sun Microsystems, Inc.
+ *
+ * All Rights Reserved.
+ *
+ * Contributor(s): _______________________________________
+ *
+ *
+ ************************************************************************/
+
+#include "ctredlin.hrc"
+#include "helpid.hrc"
+
+#define MASKCOLOR MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; } ;
+
+TabPage SID_REDLIN_FILTER_PAGE
+{
+ String STR_FILTER
+ {
+ Text = "Filter" ;
+ Text [ ENGLISH ] = "Filter" ;
+ Text [ portuguese ] = "Filtro" ;
+ Text [ english_us ] = "Filter" ;
+ Text [ portuguese_brazilian ] = "Filtro" ;
+ Text [ swedish ] = "Filter" ;
+ Text [ danish ] = "Filter" ;
+ Text [ italian ] = "Filtro" ;
+ Text [ spanish ] = "Filtro" ;
+ Text [ french ] = "Filtre" ;
+ Text [ dutch ] = "Filter" ;
+ Text[ chinese_simplified ] = "筛选";
+ Text[ russian ] = "";
+ Text[ polish ] = "Filtr";
+ Text[ japanese ] = "フィルタ";
+ Text[ chinese_traditional ] = "篩選";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "필터";
+ Text[ turkish ] = "Filtre";
+ Text[ language_user1 ] = " ";
+ Text[ catalan ] = "Filtre";
+ Text[ finnish ] = "Suodatus";
+ Text[ thai ] = "ตัวกรอง";
+ Text[ czech ] = "Filtr";
+ Text[ hebrew ] = "‮סינון‬";
+ Text[ hindi ] = "फ़िल्टर";
+ Text[ slovak ] = "Filter";
+ };
+ HelpId = HID_REDLINING_FILTER_PAGE ;
+ OutputSize = TRUE ;
+ SVLook = TRUE ;
+ Size = MAP_APPFONT ( 261 , 86 ) ;
+ Hide = TRUE ;
+ CheckBox CB_DATE
+ {
+ Pos = MAP_APPFONT ( 6 , 8 ) ;
+ Size = MAP_APPFONT ( 50 , 10 ) ;
+ Text = "~Datum" ;
+ Text [ ENGLISH ] = "~Date" ;
+ TabStop = TRUE ;
+ HelpId = HID_REDLINING_FILTER_CB_DATE ;
+ Text [ english_us ] = "~Date" ;
+ Text [ portuguese_brazilian ] = "~Data" ;
+ Text [ swedish ] = "~Datum" ;
+ Text [ danish ] = "~Dato" ;
+ Text [ italian ] = "Data" ;
+ Text [ spanish ] = "Fecha" ;
+ Text [ french ] = "Date" ;
+ Text [ dutch ] = "~Datum" ;
+ Text [ portuguese ] = "~Data" ;
+ Text[ chinese_simplified ] = "日期(~D)";
+ Text[ russian ] = "";
+ Text[ polish ] = "~Data";
+ Text[ japanese ] = "日付と時刻(~D)";
+ Text[ chinese_traditional ] = "日期(~D)";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "날짜(~D)";
+ Text[ turkish ] = "~Tarih";
+ Text[ language_user1 ] = " ";
+ Text[ catalan ] = "~Data";
+ Text[ finnish ] = "~Pivmr";
+ Text[ thai ] = "~วันที่";
+ Text[ czech ] = "Datum";
+ Text[ hebrew ] = "‮על פי תאריך‬";
+ Text[ hindi ] = "~दिनांक";
+ Text[ slovak ] = "~Dátum";
+ };
+ ListBox LB_DATE
+ {
+ HelpId = HID_REDLINING_FILTER_LB_DATE ;
+ Border = TRUE ;
+ Disable = TRUE ;
+ Pos = MAP_APPFONT ( 60 , 6 ) ;
+ Size = MAP_APPFONT ( 78 , 99 ) ;
+ TabStop = TRUE ;
+ DropDown = TRUE ;
+ StringList =
+ {
+ < "vor dem" ; Default ; > ;
+ < "seit dem" ; Default ; > ;
+ < "gleich dem" ; Default ; > ;
+ < "ungleich dem" ; Default ; > ;
+ < "zwischen dem" ; Default ; > ;
+ < "seit dem Speichern" ; Default ; > ;
+ };
+ StringList [ ENGLISH ] =
+ {
+ < "vor dem" ; Default ; > ;
+ < "seit dem" ; Default ; > ;
+ < "gleich dem" ; Default ; > ;
+ < "ungleich dem" ; Default ; > ;
+ < "zwischen dem" ; Default ; > ;
+ < "seit dem Speichern" ; Default ; > ;
+ };
+ stringlist [ portuguese ] =
+ {
+ < "antes de" ; Default ; > ;
+ < "desde" ; Default ; > ;
+ < "igual a" ; Default ; > ;
+ < "desigual a" ; Default ; > ;
+ < "entre" ; Default ; > ;
+ < "desde o Guardar" ; Default ; > ;
+ };
+ stringlist [ english_us ] =
+ {
+ < "earlier than" ; Default ; > ;
+ < "since" ; Default ; > ;
+ < "equal to " ; Default ; > ;
+ < "not equal to" ; Default ; > ;
+ < "between" ; Default ; > ;
+ < "since saving" ; Default ; > ;
+ };
+ stringlist [ portuguese_brazilian ] =
+ {
+ < "antes de" ; Default ; > ;
+ < "desde" ; Default ; > ;
+ < "igual a" ; Default ; > ;
+ < "diferente de" ; Default ; > ;
+ < "entre" ; Default ; > ;
+ < "desde a gravao" ; Default ; > ;
+ };
+ stringlist [ swedish ] =
+ {
+ < "innan den" ; Default ; > ;
+ < "sedan" ; Default ; > ;
+ < "lika med" ; Default ; > ;
+ < "inte lika med" ; Default ; > ;
+ < "mellan" ; Default ; > ;
+ < "sedan sparandet" ; Default ; > ;
+ };
+ stringlist [ danish ] =
+ {
+ < "fr den" ; Default ; > ;
+ < "siden den" ; Default ; > ;
+ < "lig med den" ; Default ; > ;
+ < "forskellig fra den" ; Default ; > ;
+ < "mellem den" ; Default ; > ;
+ < "siden gemning" ; Default ; > ;
+ };
+ stringlist [ italian ] =
+ {
+ < "prima del" ; Default ; > ;
+ < "dal" ; Default ; > ;
+ < "uguale a" ; Default ; > ;
+ < "non uguale a" ; Default ; > ;
+ < "tra il" ; Default ; > ;
+ < "dal salvataggio" ; Default ; > ;
+ };
+ stringlist [ spanish ] =
+ {
+ < "antes de" ; Default ; > ;
+ < "desde el" ; Default ; > ;
+ < "igual a" ; Default ; > ;
+ < "desigual a" ; Default ; > ;
+ < "entre" ; Default ; > ;
+ < "despus de guardar" ; Default ; > ;
+ };
+ stringlist [ french ] =
+ {
+ < "avant le" ; Default ; > ;
+ < "depuis le" ; Default ; > ;
+ < "gal " ; Default ; > ;
+ < "diffrent de" ; Default ; > ;
+ < "entre le" ; Default ; > ;
+ < "depuis l'enregistrement" ; Default ; > ;
+ };
+ stringlist [ dutch ] =
+ {
+ < "voor de" ; Default ; > ;
+ < "na de" ; Default ; > ;
+ < "gelijk aan" ; Default ; > ;
+ < "niet gelijk aan" ; Default ; > ;
+ < "tussen de" ; Default ; > ;
+ < "na het opslaan" ; Default ; > ;
+ };
+ StringList [ chinese_simplified ] =
+ {
+ < "早於" ; Default ; > ;
+ < "从" ; Default ; > ;
+ < "等同于" ; Default ; > ;
+ < "不等于" ; Default ; > ;
+ < "中间于" ; Default ; > ;
+ < "在存盘后" ; Default ; > ;
+ };
+ StringList [ russian ] =
+ {
+ < "" ; Default ; > ;
+ < " " ; Default ; > ;
+ < "" ; Default ; > ;
+ < " " ; Default ; > ;
+ < "" ; Default ; > ;
+ < " " ; Default ; > ;
+ };
+ StringList [ polish ] =
+ {
+ < "przed" ; Default ; > ;
+ < "od" ; Default ; > ;
+ < "rwny" ; Default ; > ;
+ < "nie rwne" ; Default ; > ;
+ < "midzy" ; Default ; > ;
+ < "od zapisu" ; Default ; > ;
+ };
+ StringList [ japanese ] =
+ {
+ < "次の日時まで" ; Default ; > ;
+ < "次の日時から" ; Default ; > ;
+ < "次の日付" ; Default ; > ;
+ < "次の日付以外" ; Default ; > ;
+ < "次の日時の間" ; Default ; > ;
+ < "最終保存以降" ; Default ; > ;
+ };
+ StringList [ chinese_traditional ] =
+ {
+ < "早於" ; Default ; > ;
+ < "從" ; Default ; > ;
+ < "等同於" ; Default ; > ;
+ < "不等於" ; Default ; > ;
+ < "中間於" ; Default ; > ;
+ < "在儲存後" ; Default ; > ;
+ };
+ StringList [ arabic ] =
+ {
+ < "" ; Default ; > ;
+ < "" ; Default ; > ;
+ < "" ; Default ; > ;
+ < "" ; Default ; > ;
+ < "" ; Default ; > ;
+ < " " ; Default ; > ;
+ };
+ StringList [ greek ] =
+ {
+ < " " ; Default ; > ;
+ < " " ; Default ; > ;
+ < " " ; Default ; > ;
+ < " " ; Default ; > ;
+ < "" ; Default ; > ;
+ < " " ; Default ; > ;
+ };
+ StringList [ korean ] =
+ {
+ < "다음 시점까지" ; Default ; > ;
+ < "다음 시점부터" ; Default ; > ;
+ < "다음 날짜 내" ; Default ; > ;
+ < "다음 날짜 이외" ; Default ; > ;
+ < "다음 날짜 사이" ; Default ; > ;
+ < "최종 저장 이후" ; Default ; > ;
+ };
+ StringList [ turkish ] =
+ {
+ < "bu tarihten nce" ; Default ; > ;
+ < "ilk tarih" ; Default ; > ;
+ < "eittir" ; Default ; > ;
+ < "eit deildir" ; Default ; > ;
+ < "arasnda" ; Default ; > ;
+ < "Kayttan itibaren" ; Default ; > ;
+ };
+ StringList [ language_user1 ] =
+ {
+ < " " ; Default ; > ;
+ < " " ; Default ; > ;
+ < " " ; Default ; > ;
+ < " " ; Default ; > ;
+ < " " ; Default ; > ;
+ < " " ; Default ; > ;
+ };
+ StringList [ catalan ] =
+ {
+ < "abans de" ; Default ; > ;
+ < "des de" ; Default ; > ;
+ < "igual que" ; Default ; > ;
+ < "desigual a" ; Default ; > ;
+ < "entre" ; Default ; > ;
+ < "des del desament" ; Default ; > ;
+ };
+ StringList [ finnish ] =
+ {
+ < "ennen kuin" ; Default ; > ;
+ < "alkaen" ; Default ; > ;
+ < "yht suuri kuin " ; Default ; > ;
+ < "eri suuri kuin" ; Default ; > ;
+ < "vlill" ; Default ; > ;
+ < "tallennuksesta" ; Default ; > ;
+ };
+ StringList [ thai ] =
+ {
+ < "เร็วกว่า" ; Default ; > ;
+ < "ตั้งแต่" ; Default ; > ;
+ < "เท่ากับ" ; Default ; > ;
+ < "ไม่เท่ากับ" ; Default ; > ;
+ < "ระหว่าง" ; Default ; > ;
+ < "ตั้งแต่ขณะบันทึก" ; Default ; > ;
+ };
+ StringList [ czech ] =
+ {
+ < "před" ; Default ; > ;
+ < "od" ; Default ; > ;
+ < "je rovno " ; Default ; > ;
+ < "není rovno" ; Default ; > ;
+ < "leží mezi" ; Default ; > ;
+ < "od zápisu" ; Default ; > ;
+ };
+ StringList [ hebrew ] =
+ {
+ < "‮לפני‬" ; Default ; > ;
+ < "‮מאז‬" ; Default ; > ;
+ < "‮שווה ל‬" ; Default ; > ;
+ < "‮לא שווה ל‬" ; Default ; > ;
+ < "‮בין‬" ; Default ; > ;
+ < "‮מאז שמירה אחרונה‬" ; Default ; > ;
+ };
+ StringList [ hindi ] =
+ {
+ < "से पहिले" ; Default ; > ;
+ < "पूर्वकाल से" ; Default ; > ;
+ < "के समान" ; Default ; > ;
+ < "के असमान" ; Default ; > ;
+ < "बीच में" ; Default ; > ;
+ < "से संचित कर रहा है" ; Default ; > ;
+ };
+ StringList [ slovak ] =
+ {
+ < "skôr ako" ; Default ; > ;
+ < "od" ; Default ; > ;
+ < "je rovné " ; Default ; > ;
+ < "nie je rovné" ; Default ; > ;
+ < "medzi" ; Default ; > ;
+ < "od zápisu" ; Default ; > ;
+ };
+ };
+ DateField DF_DATE
+ {
+ HelpId = HID_REDLINING_FILTER_DF_DATE ;
+ Disable = TRUE ;
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 144 , 6 ) ;
+ Size = MAP_APPFONT ( 57 , 12 ) ;
+ TabStop = TRUE ;
+ Spin = TRUE ;
+ Repeat = TRUE ;
+ Minimum = Date
+ {
+ Year = 1985 ;
+ Month = 12 ;
+ Day = 31 ;
+ };
+ Maximum = Date
+ {
+ Year = 2050 ;
+ Month = 12 ;
+ Day = 31 ;
+ };
+ };
+ TimeField TF_DATE
+ {
+ HelpId = HID_REDLINING_FILTER_TF_DATE ;
+ Disable = TRUE ;
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 203 , 6 ) ;
+ Size = MAP_APPFONT ( 35 , 12 ) ;
+ TabStop = TRUE ;
+ Repeat = TRUE ;
+ Spin = TRUE ;
+ };
+ ImageButton IB_CLOCK
+ {
+ HelpId = HID_REDLINING_FILTER_IB_CLOCK ;
+ Disable = TRUE ;
+ Pos = MAP_APPFONT ( 240 , 5 ) ;
+ Size = MAP_APPFONT ( 14 , 14 ) ;
+ TabStop = TRUE ;
+ ButtonImage = Image
+ {
+ ImageBitmap = Bitmap { File = "time.bmp" ; };
+ MASKCOLOR
+ };
+ QuickHelpText = "Datum/Uhrzeit einstellen" ;
+ QuickHelpText [ ENGLISH ] = "Set date/time" ;
+ QuickHelpText [ english_us ] = "Set Date/Time" ;
+ QuickHelpText [ portuguese_brazilian ] = "Acertar Data/Hora" ;
+ QuickHelpText [ swedish ] = "Stll in datum/klockslag" ;
+ QuickHelpText [ danish ] = "Indstil dato/klokkeslt" ;
+ QuickHelpText [ italian ] = "Imposta data/ora" ;
+ QuickHelpText [ spanish ] = "Definir fecha/hora" ;
+ QuickHelpText [ french ] = "Dfinir la date/l'heure" ;
+ QuickHelpText [ dutch ] = "Datum/tijd instellen" ;
+ QuickHelpText [ portuguese ] = "Define data e hora" ;
+ QuickHelpText[ russian ] = " ";
+ QuickHelpText[ polish ] = "Ustaw dat/godzin";
+ QuickHelpText[ japanese ] = "日付と時刻の設定";
+ QuickHelpText[ chinese_simplified ] = "设定日期/时间";
+ QuickHelpText[ chinese_traditional ] = "設定日期/時間";
+ QuickHelpText[ arabic ] = " /";
+ QuickHelpText[ greek ] = " /";
+ QuickHelpText[ korean ] = "날짜/시간 설정";
+ QuickHelpText[ language_user1 ] = " ";
+ QuickHelpText[ language_user1 ] = " ";
+ QuickHelpText[ turkish ] = "Datum/Uhrzeit einstellen";
+ QuickHelpText[ catalan ] = "Defineix data/hora";
+ QuickHelpText[ finnish ] = "Mrit pivmr/aika";
+ QuickHelpText[ thai ] = "Set Date/Time";
+ QuickHelpText[ czech ] = "Nastavit datum a čas";
+ QuickHelpText[ hebrew ] = "Datum/Uhrzeit einstellen";
+ QuickHelpText[ hindi ] = "दिनांक/समय सेट्ट करो";
+ QuickHelpText[ slovak ] = "Nastaviť dátum a čas";
+ };
+ FixedText FT_DATE2
+ {
+ Pos = MAP_APPFONT ( 60 , 24 ) ;
+ Size = MAP_APPFONT ( 78 , 8 ) ;
+ Right = TRUE ;
+ Disable = TRUE ;
+ Text = "~und dem" ;
+ Text [ ENGLISH ] = "and" ;
+ Text [ english_us ] = "and" ;
+ Text [ portuguese_brazilian ] = "e" ;
+ Text [ swedish ] = "o~ch" ;
+ Text [ danish ] = "og den" ;
+ Text [ italian ] = "e" ;
+ Text [ spanish ] = "y" ;
+ Text [ french ] = "~et" ;
+ Text [ dutch ] = "~en de" ;
+ Text [ portuguese ] = "e" ;
+ Text[ chinese_simplified ] = "和";
+ Text[ russian ] = "";
+ Text[ polish ] = "i";
+ Text[ japanese ] = "と";
+ Text[ chinese_traditional ] = "和";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "와(과)";
+ Text[ turkish ] = "ve";
+ Text[ language_user1 ] = " ";
+ Text[ catalan ] = "i";
+ Text[ finnish ] = "ja";
+ Text[ thai ] = "และ";
+ Text[ czech ] = "a";
+ Text[ hebrew ] = "‮ו ‬";
+ Text[ hindi ] = "और";
+ Text[ slovak ] = "a";
+ };
+ DateField DF_DATE2
+ {
+ HelpId = HID_REDLINING_FILTER_DF_DATE2 ;
+ Border = TRUE ;
+ Disable = TRUE ;
+ Pos = MAP_APPFONT ( 144 , 22 ) ;
+ Size = MAP_APPFONT ( 57 , 12 ) ;
+ TabStop = TRUE ;
+ Spin = TRUE ;
+ Repeat = TRUE ;
+ Minimum = Date
+ {
+ Year = 1985 ;
+ Month = 12 ;
+ Day = 31 ;
+ };
+ Maximum = Date
+ {
+ Year = 2050 ;
+ Month = 12 ;
+ Day = 31 ;
+ };
+ };
+ TimeField TF_DATE2
+ {
+ HelpId = HID_REDLINING_FILTER_TF_DATE2 ;
+ Border = TRUE ;
+ Disable = TRUE ;
+ Pos = MAP_APPFONT ( 203 , 22 ) ;
+ Size = MAP_APPFONT ( 35 , 12 ) ;
+ TabStop = TRUE ;
+ Spin = TRUE ;
+ Repeat = TRUE ;
+ };
+ ImageButton IB_CLOCK2
+ {
+ HelpId = HID_REDLINING_FILTER_IB_CLOCK2 ;
+ Disable = TRUE ;
+ Pos = MAP_APPFONT ( 240 , 21 ) ;
+ Size = MAP_APPFONT ( 14 , 14 ) ;
+ TabStop = TRUE ;
+ ButtonImage = Image
+ {
+ ImageBitmap = Bitmap { File = "time.bmp" ; };
+ MASKCOLOR
+ };
+ QuickHelpText = "Datum/Uhrzeit einstellen" ;
+ QuickHelpText [ ENGLISH ] = "Set date/time" ;
+ QuickHelpText [ english_us ] = "Set Date/Time" ;
+ QuickHelpText [ portuguese_brazilian ] = "Acertar Data/Hora" ;
+ QuickHelpText [ swedish ] = "Stll in datum/klockslag" ;
+ QuickHelpText [ danish ] = "Indstil dato/klokkeslt" ;
+ QuickHelpText [ italian ] = "Imposta data/ora" ;
+ QuickHelpText [ spanish ] = "Definir fecha/hora" ;
+ QuickHelpText [ french ] = "Dfinir la date/l'heure" ;
+ QuickHelpText [ dutch ] = "Datum/tijd instellen" ;
+ QuickHelpText [ portuguese ] = "Define data e hora" ;
+ QuickHelpText[ russian ] = " ";
+ QuickHelpText[ polish ] = "Ustaw dat/godzin";
+ QuickHelpText[ japanese ] = "日付と時刻の設定";
+ QuickHelpText[ chinese_simplified ] = "设定日期/时间";
+ QuickHelpText[ chinese_traditional ] = "設定日期/時間";
+ QuickHelpText[ arabic ] = " /";
+ QuickHelpText[ greek ] = " /";
+ QuickHelpText[ korean ] = "날짜/시간 설정";
+ QuickHelpText[ language_user1 ] = " ";
+ QuickHelpText[ language_user1 ] = " ";
+ QuickHelpText[ turkish ] = "Datum/Uhrzeit einstellen";
+ QuickHelpText[ catalan ] = "Defineix data/hora";
+ QuickHelpText[ finnish ] = "Mrit pivmr/aika";
+ QuickHelpText[ thai ] = "Set Date/Time";
+ QuickHelpText[ czech ] = "Nastavit datum a čas";
+ QuickHelpText[ hebrew ] = "Datum/Uhrzeit einstellen";
+ QuickHelpText[ hindi ] = "दिनांक/समय सेट्ट करो";
+ QuickHelpText[ slovak ] = "Nastaviť dátum a čas";
+ };
+ CheckBox CB_AUTOR
+ {
+ HelpId = HID_REDLINING_FILTER_CB_AUTOR ;
+ Pos = MAP_APPFONT ( 6 , 40 ) ;
+ Size = MAP_APPFONT ( 50 , 10 ) ;
+ Text = "~Autor" ;
+ Text [ ENGLISH ] = "~Author" ;
+ TabStop = TRUE ;
+ Text [ english_us ] = "~Author" ;
+ Text [ portuguese_brazilian ] = "~Autor" ;
+ Text [ swedish ] = "Frf~attare" ;
+ Text [ danish ] = "Forfatter" ;
+ Text [ italian ] = "Autore" ;
+ Text [ spanish ] = "Autor" ;
+ Text [ french ] = "Auteur" ;
+ Text [ dutch ] = "~Auteur" ;
+ Text [ portuguese ] = "~Autor" ;
+ Text[ chinese_simplified ] = "作者(~A)";
+ Text[ russian ] = "";
+ Text[ polish ] = "~Autor";
+ Text[ japanese ] = "作成者(~A)";
+ Text[ chinese_traditional ] = "作者(~A)";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "작성자(~A)";
+ Text[ turkish ] = "Yazan";
+ Text[ language_user1 ] = " ";
+ Text[ catalan ] = "~Autor";
+ Text[ finnish ] = "~Tekij";
+ Text[ thai ] = "~ผู้เขียน";
+ Text[ czech ] = "Autor";
+ Text[ hebrew ] = "‮מחבר‬";
+ Text[ hindi ] = "~लेखक";
+ Text[ slovak ] = "~Autor";
+ };
+ ListBox LB_AUTOR
+ {
+ HelpId = HID_REDLINING_FILTER_LB_AUTOR ;
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 60 , 38 ) ;
+ Size = MAP_APPFONT ( 178 , 100 ) ;
+ TabStop = TRUE ;
+ Disable = TRUE ;
+ DropDown = TRUE ;
+ };
+ CheckBox CB_RANGE
+ {
+ HelpId = HID_REDLINING_FILTER_CB_RANGE ;
+ Pos = MAP_APPFONT ( 6 , 56 ) ;
+ Size = MAP_APPFONT ( 50 , 10 ) ;
+ Text = "~Bereich" ;
+ Text [ ENGLISH ] = "~Range" ;
+ TabStop = TRUE ;
+ Text [ english_us ] = "~Range" ;
+ Text [ portuguese_brazilian ] = "I~ntervalo" ;
+ Text [ swedish ] = "~Omrde" ;
+ Text [ danish ] = "Omrde" ;
+ Text [ italian ] = "Area" ;
+ Text [ spanish ] = "~rea" ;
+ Text [ french ] = "Plage" ;
+ Text [ dutch ] = "~Bereik" ;
+ Text [ portuguese ] = "Intervalo" ;
+ Text[ chinese_simplified ] = "区域(~R)";
+ Text[ russian ] = "";
+ Text[ polish ] = "~Zakres";
+ Text[ japanese ] = "範囲(~R)";
+ Text[ chinese_traditional ] = "區域(~R)";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "범위(~R)";
+ Text[ turkish ] = "Aralk";
+ Text[ language_user1 ] = " ";
+ Text[ catalan ] = "~rea";
+ Text[ finnish ] = "~Alue";
+ Text[ thai ] = "~ช่วง";
+ Text[ czech ] = "Rozsah";
+ Text[ hebrew ] = "‮טווח‬";
+ Text[ hindi ] = "~फ़ैलाव";
+ Text[ slovak ] = "~Rozsah";
+ };
+ Edit ED_RANGE
+ {
+ HelpId = HID_REDLINING_FILTER_ED_RANGE ;
+ Disable = TRUE ;
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 60 , 54 ) ;
+ Size = MAP_APPFONT ( 178 , 12 ) ;
+ TabStop = TRUE ;
+ };
+ String STR_ACTION
+ {
+ Text = "A~ktion" ;
+ Text [ ENGLISH ] = "A~ction" ;
+ Text [ portuguese ] = "A~co" ;
+ Text [ english_us ] = "A~ction" ;
+ Text [ portuguese_brazilian ] = "~Ao" ;
+ Text [ swedish ] = "t~grd" ;
+ Text [ danish ] = "Handling" ;
+ Text [ italian ] = "Opera~zione" ;
+ Text [ spanish ] = "~Accin" ;
+ Text [ french ] = "A~ction" ;
+ Text [ dutch ] = "A~ctiviteit" ;
+ Text[ chinese_simplified ] = "操作(~C)";
+ Text[ russian ] = "";
+ Text[ polish ] = "A~kcja";
+ Text[ japanese ] = "アクション(~C)";
+ Text[ chinese_traditional ] = "動作(~C)";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "작동(~C)";
+ Text[ turkish ] = "lem";
+ Text[ language_user1 ] = " ";
+ Text[ catalan ] = "~Acci";
+ Text[ finnish ] = "Toiminto";
+ Text[ thai ] = "การกระ~ทำ";
+ Text[ czech ] = "Činnost";
+ Text[ hebrew ] = "‮פעולה‬";
+ Text[ hindi ] = "~कार्य";
+ Text[ slovak ] = "Či~nnosť";
+ };
+ ListBox LB_ACTION
+ {
+ HelpId = HID_REDLINING_FILTER_LB_ACTION ;
+ Border = TRUE ;
+ Hide = TRUE ;
+ Disable = TRUE ;
+ Pos = MAP_APPFONT ( 60 , 54 ) ;
+ Size = MAP_APPFONT ( 178 , 100 ) ;
+ TabStop = TRUE ;
+ DropDown = TRUE ;
+ };
+ PushButton BTN_REF
+ {
+ HelpId = HID_REDLINING_FILTER_BTN_REF ;
+ Pos = MAP_APPFONT ( 240 , 54 ) ;
+ Size = MAP_APPFONT ( 12 , 12 ) ;
+ Disable = TRUE ;
+ TabStop = TRUE ;
+ Text = "..." ;
+ QuickHelpText = "Tabellenreferenz einstellen" ;
+ QuickHelpText [ ENGLISH ] = "Set referenz" ;
+ QuickHelpText [ english_us ] = "Set Reference" ;
+ Text [ portuguese_brazilian ] = "..." ;
+ QuickHelpText [ portuguese_brazilian ] = "Definir referncia" ;
+ Text [ swedish ] = "..." ;
+ QuickHelpText [ swedish ] = "Stll in tabellreferens" ;
+ Text [ danish ] = "..." ;
+ QuickHelpText [ danish ] = "Indstil tabelreference" ;
+ Text [ italian ] = "..." ;
+ QuickHelpText [ italian ] = "Imposta il riferimento di tabella" ;
+ Text [ spanish ] = "..." ;
+ QuickHelpText [ spanish ] = "Definir referencia a tabla" ;
+ Text [ french ] = "..." ;
+ QuickHelpText [ french ] = "Dfinir une rfrence" ;
+ Text [ dutch ] = "..." ;
+ QuickHelpText [ dutch ] = "Tabellenreferentie instellen" ;
+ Text [ portuguese ] = "..." ;
+ QuickHelpText [ portuguese ] = "Definir referncia" ;
+ Text [ english_us ] = "..." ;
+ Text[ chinese_simplified ] = "...";
+ Text[ russian ] = "...";
+ Text[ polish ] = "...";
+ Text[ japanese ] = "...";
+ Text[ chinese_traditional ] = "...";
+ Text[ arabic ] = "...";
+ QuickHelpText[ russian ] = " ";
+ QuickHelpText[ polish ] = "Ustaw tabel odwoa";
+ QuickHelpText[ japanese ] = "表の参照を設定";
+ QuickHelpText[ chinese_simplified ] = "设定表格引用";
+ QuickHelpText[ chinese_traditional ] = "設定工作表參照";
+ QuickHelpText[ arabic ] = " ";
+ Text[ greek ] = "...";
+ Text[ korean ] = "...";
+ QuickHelpText[ greek ] = "Set Reference";
+ QuickHelpText[ korean ] = "참조 설정";
+ Text[ turkish ] = "...";
+ Text[ language_user1 ] = " ";
+ QuickHelpText[ turkish ] = "Tabellenreferenz einstellen";
+ Text[ catalan ] = "...";
+ QuickHelpText[ catalan ] = "Defineix la referncia a la taula";
+ Text[ finnish ] = "...";
+ QuickHelpText[ finnish ] = "Mrit viite";
+ Text[ thai ] = "...";
+ QuickHelpText[ thai ] = "Set Reference";
+ Text[ czech ] = "...";
+ Text[ hebrew ] = "‮...‬";
+ QuickHelpText[ czech ] = "Nastavit odkaz";
+ QuickHelpText[ hebrew ] = "Tabellenreferenz einstellen";
+ Text[ hindi ] = "...";
+ QuickHelpText[ hindi ] = "रेफरेन्स सेट्ट करो";
+ Text[ slovak ] = "...";
+ QuickHelpText[ slovak ] = "Nastaviť odkaz";
+ };
+ CheckBox CB_COMMENT
+ {
+ HelpId = HID_REDLINING_FILTER_CB_COMMENT ;
+ Pos = MAP_APPFONT ( 6 , 72 ) ;
+ Size = MAP_APPFONT ( 50 , 10 ) ;
+ Text = "Be~schreibung" ;
+ Text [ ENGLISH ] = "~Comment" ;
+ TabStop = TRUE ;
+ Text[ italian ] = "~Descrizione";
+ Text[ portuguese_brazilian ] = "Comentrio";
+ Text[ portuguese ] = "D~escrio";
+ Text[ danish ] = "Beskrivelse";
+ Text[ french ] = "Description";
+ Text[ swedish ] = "Be~skrivning";
+ Text[ dutch ] = "~Opmerkingen";
+ Text[ spanish ] = "~Descripcin";
+ Text[ english_us ] = "Comment";
+ Text[ chinese_simplified ] = "说明";
+ Text[ russian ] = "";
+ Text[ polish ] = "Komentarz";
+ Text[ japanese ] = "コメント";
+ Text[ chinese_traditional ] = "描述";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "설명";
+ Text[ turkish ] = "Aklama";
+ Text[ language_user1 ] = " ";
+ Text[ catalan ] = "Comentari";
+ Text[ finnish ] = "Huomautus";
+ Text[ thai ] = "ข้อคิดเห็น";
+ Text[ czech ] = "Komentář";
+ Text[ hebrew ] = "‮הערה‬";
+ Text[ hindi ] = "अपवाद";
+ Text[ slovak ] = "Komentár";
+ };
+ Edit ED_COMMENT
+ {
+ HelpId = HID_REDLINING_FILTER_ED_COMMENT ;
+ Disable = TRUE ;
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 60 , 70 ) ;
+ Size = MAP_APPFONT ( 178 , 12 ) ;
+ TabStop = TRUE ;
+ };
+ Image IMG_TIME_H
+ {
+ ImageBitmap = Bitmap { File = "time_h.bmp" ; };
+ MASKCOLOR
+ };
+};
+TabPage SID_REDLIN_VIEW_PAGE
+{
+ HelpId = HID_REDLINING_VIEW_PAGE ;
+ OutputSize = TRUE ;
+ SVLook = TRUE ;
+ Size = MAP_APPFONT ( 270 , 126 ) ;
+ Hide = TRUE ;
+ String STR_VIEW
+ {
+ Text = "Liste" ;
+ Text [ ENGLISH ] = "List" ;
+ Text [ english_us ] = "List" ;
+ Text [ portuguese_brazilian ] = "Lista" ;
+ Text [ swedish ] = "Lista" ;
+ Text [ danish ] = "Liste" ;
+ Text [ italian ] = "Lista" ;
+ Text [ spanish ] = "Lista" ;
+ Text [ french ] = "Liste" ;
+ Text [ dutch ] = "Lijst" ;
+ Text [ portuguese ] = "Lista" ;
+ Text[ chinese_simplified ] = "列单";
+ Text[ russian ] = "";
+ Text[ polish ] = "Lista";
+ Text[ japanese ] = "リスト";
+ Text[ chinese_traditional ] = "清單";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "목록";
+ Text[ turkish ] = "Liste";
+ Text[ language_user1 ] = " ";
+ Text[ catalan ] = "Llista";
+ Text[ finnish ] = "Luettelo";
+ Text[ thai ] = "รายการ";
+ Text[ czech ] = "Seznam";
+ Text[ hebrew ] = "‮רשימת שינויים‬";
+ Text[ hindi ] = "सूची";
+ Text[ slovak ] = "Zoznam";
+ };
+ Control DG_VIEW
+ {
+ HelpId = HID_REDLINING_VIEW_DG_VIEW ;
+ Pos = MAP_APPFONT ( 3 , 1 ) ;
+ Size = MAP_APPFONT ( 221 , 65 ) ;
+ Border = TRUE ;
+ };
+ PushButton PB_ACCEPT
+ {
+ HelpId = HID_REDLINING_VIEW_PB_ACCEPT ;
+ Text = "~Akzeptieren" ;
+ Text [ ENGLISH ] = "Accept" ;
+ Pos = MAP_APPFONT ( 3 , 69 ) ;
+ Size = MAP_APPFONT ( 60 , 14 ) ;
+ Text [ portuguese ] = "~Aceitar" ;
+ Text [ english_us ] = "~Accept" ;
+ Text [ portuguese_brazilian ] = "~Aceitar" ;
+ Text [ swedish ] = "~Acceptera" ;
+ Text [ danish ] = "Accepter" ;
+ Text [ italian ] = "~Accetta" ;
+ Text [ spanish ] = "~Aceptar" ;
+ Text [ french ] = "~Accepter" ;
+ Text [ dutch ] = "~Accepteren" ;
+ Text[ chinese_simplified ] = "接受(~A)";
+ Text[ russian ] = "";
+ Text[ polish ] = "~Akceptuj";
+ Text[ japanese ] = "適用(~A)";
+ Text[ chinese_traditional ] = "接受(~A)";
+ Text[ arabic ] = "";
+ Text[ greek ] = "~";
+ Text[ korean ] = "동의(~A)";
+ Text[ turkish ] = "Kabul et";
+ Text[ language_user1 ] = " ";
+ Text[ catalan ] = "~Accepto";
+ Text[ finnish ] = "Hyvksy";
+ Text[ thai ] = "~ยอมรับ";
+ Text[ czech ] = "Přijmout";
+ Text[ hebrew ] = "‮קבלת שינוי‬";
+ Text[ hindi ] = "~स्वीकार";
+ Text[ slovak ] = "~Prijať";
+ };
+ PushButton PB_REJECT
+ {
+ HelpId = HID_REDLINING_VIEW_PB_REJECT ;
+ Text = "A~blehnen" ;
+ Text [ ENGLISH ] = "Reject" ;
+ Pos = MAP_APPFONT ( 69 , 69 ) ;
+ Size = MAP_APPFONT ( 60 , 14 ) ;
+ Text [ english_us ] = "~Reject" ;
+ Text [ portuguese_brazilian ] = "~Rejeitar" ;
+ Text [ swedish ] = "Av~bj" ;
+ Text [ danish ] = "Forkast" ;
+ Text [ italian ] = "~Rifiuta" ;
+ Text [ spanish ] = "~Rechazar" ;
+ Text [ french ] = "~Rejeter" ;
+ Text [ dutch ] = "V~erwerpen" ;
+ Text [ portuguese ] = "~Rejeitar" ;
+ Text[ chinese_simplified ] = "拒绝(~R)";
+ Text[ russian ] = "";
+ Text[ polish ] = "~Odrzu";
+ Text[ japanese ] = "非適用(~R)";
+ Text[ chinese_traditional ] = "拒絕(~R)";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "거부(~R)";
+ Text[ turkish ] = "~Reddet";
+ Text[ language_user1 ] = " ";
+ Text[ catalan ] = "~Rebutjo";
+ Text[ finnish ] = "Hylk";
+ Text[ thai ] = "~ปฏิเสธ";
+ Text[ czech ] = "Odmítnout";
+ Text[ hebrew ] = "‮דחית שינוי‬";
+ Text[ hindi ] = "~अस्वीकार";
+ Text[ slovak ] = "~Odmietnuť";
+ };
+ PushButton PB_ACCEPTALL
+ {
+ HelpId = HID_REDLINING_VIEW_PB_ACCEPTALL ;
+ Text = "Alle ak~zeptieren" ;
+ Text [ ENGLISH ] = "Accept All" ;
+ Pos = MAP_APPFONT ( 141 , 69 ) ;
+ Size = MAP_APPFONT ( 60 , 14 ) ;
+ Text [ english_us ] = "A~ccept All" ;
+ Text [ portuguese_brazilian ] = "A~ceitar Tudo" ;
+ Text [ swedish ] = "A~cceptera alla" ;
+ Text [ danish ] = "Accepter alle" ;
+ Text [ italian ] = "Accetta t~utto" ;
+ Text [ spanish ] = "Aceptar todo" ;
+ Text [ french ] = "Tout a~ccepter" ;
+ Text [ dutch ] = "Alle ac~cepteren" ;
+ Text [ portuguese ] = "~Aceitar tudo" ;
+ Text[ chinese_simplified ] = "全部接受(~C)";
+ Text[ russian ] = " ";
+ Text[ polish ] = "A~kceptuj wszystkie";
+ Text[ japanese ] = "すべて適用(~C)";
+ Text[ chinese_traditional ] = "全部接受(~C)";
+ Text[ arabic ] = " ";
+ Text[ greek ] = "~ ";
+ Text[ korean ] = "모두 동의(~C)";
+ Text[ turkish ] = "Tmn kabul et";
+ Text[ language_user1 ] = " ";
+ Text[ catalan ] = "Ho a~ccepto tot";
+ Text[ finnish ] = "Hyvksy kaikki";
+ Text[ thai ] = "ย~อมรับทั้งหมด";
+ Text[ czech ] = "Přijmout vše";
+ Text[ hebrew ] = "‮קבלת כל השינויים‬";
+ Text[ hindi ] = "सब स्वी~कार";
+ Text[ slovak ] = "Prijať ~všetko";
+ };
+ PushButton PB_REJECTALL
+ {
+ HelpId = HID_REDLINING_VIEW_PB_REJECTALL ;
+ Text = "Alle ab~lehnen" ;
+ Text [ ENGLISH ] = "Reject All" ;
+ Pos = MAP_APPFONT ( 207 , 69 ) ;
+ Size = MAP_APPFONT ( 60 , 14 ) ;
+ Text [ english_us ] = "R~eject All" ;
+ Text [ portuguese_brazilian ] = "Rejeitar ~Tudo" ;
+ Text [ swedish ] = "A~vbj alla" ;
+ Text [ danish ] = "Forkast alle" ;
+ Text [ italian ] = "Rifiuta tutto" ;
+ Text [ spanish ] = "Rechazar todo" ;
+ Text [ french ] = "Tout rejeter" ;
+ Text [ dutch ] = "Alle ver~werpen" ;
+ Text [ portuguese ] = "Rejeitar ~tudo" ;
+ Text[ chinese_simplified ] = "全部拒绝(~E)";
+ Text[ russian ] = " ";
+ Text[ polish ] = "O~drzu wszystkie";
+ Text[ japanese ] = "すべて非適用(~E)";
+ Text[ chinese_traditional ] = "全部拒絕(~E)";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = "모두 거부(~E)";
+ Text[ turkish ] = "Tmn R~eddet";
+ Text[ language_user1 ] = " ";
+ Text[ catalan ] = "Ho r~ebutjo tot";
+ Text[ finnish ] = "Hylk kaikki";
+ Text[ thai ] = "ป~ฏิเสธทั้งหมด";
+ Text[ czech ] = "Odmítnout vše";
+ Text[ hebrew ] = "‮דחית כל השינויים‬";
+ Text[ hindi ] = "सब अस्वीका~र";
+ Text[ slovak ] = "O~dmietnuť všetko";
+ };
+
+ PushButton PB_UNDO
+ {
+ HelpId = HID_REDLINING_VIEW_PB_UNDO ;
+ Text = "~Rckgngig" ;
+ Text [ ENGLISH ] = "Undo" ;
+ Hide = TRUE;
+ Pos = MAP_APPFONT ( 279 , 69 ) ;
+ Size = MAP_APPFONT ( 60 , 14 ) ;
+ Text[ italian ] = "~Annulla";
+ Text[ portuguese_brazilian ] = "Desfazer";
+ Text[ portuguese ] = "A~nular";
+ Text[ danish ] = "Fortryd";
+ Text[ french ] = "Annuler";
+ Text[ swedish ] = "~ngra";
+ Text[ dutch ] = "~Ongedaan maken";
+ Text[ spanish ] = "~Deshacer";
+ Text[ english_us ] = "Undo";
+ Text[ chinese_simplified ] = "撤消命令";
+ Text[ russian ] = "";
+ Text[ polish ] = "Cofnij";
+ Text[ japanese ] = "元に戻す";
+ Text[ chinese_traditional ] = "復原";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "실행 취소";
+ Text[ turkish ] = "Geri al";
+ Text[ language_user1 ] = " ";
+ Text[ catalan ] = "~Desfs";
+ Text[ finnish ] = "Kumoa";
+ Text[ thai ] = "เลิกทำ";
+ Text[ czech ] = "Zpět";
+ Text[ hebrew ] = "‮ביטול פעולה‬";
+ Text[ hindi ] = "अनावृत्ति";
+ Text[ slovak ] = "Späť";
+ };
+ String STR_TITLE1
+ {
+ Text = "Aktion" ;
+ Text [ ENGLISH ] = "Action" ;
+ Text [ english_us ] = "Action" ;
+ Text [ portuguese_brazilian ] = "Ao" ;
+ Text [ swedish ] = "tgrd" ;
+ Text [ danish ] = "Handling" ;
+ Text [ italian ] = "Operazione" ;
+ Text [ spanish ] = "Accin" ;
+ Text [ french ] = "Action" ;
+ Text [ dutch ] = "Activiteit" ;
+ Text [ portuguese ] = "Aco" ;
+ Text[ chinese_simplified ] = "操作";
+ Text[ russian ] = "";
+ Text[ polish ] = "Akcja";
+ Text[ japanese ] = "アクション";
+ Text[ chinese_traditional ] = "動作";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "작동";
+ Text[ turkish ] = "lem";
+ Text[ language_user1 ] = " ";
+ Text[ catalan ] = "Acci";
+ Text[ finnish ] = "Toiminto";
+ Text[ thai ] = "การกระทำ";
+ Text[ czech ] = "Činnost";
+ Text[ hebrew ] = "‮פעולה‬";
+ Text[ hindi ] = "कार्य";
+ Text[ slovak ] = "Činnosť";
+ };
+ String STR_TITLE2
+ {
+ Text = "Position" ;
+ Text [ ENGLISH ] = "Position" ;
+ Text [ english_us ] = "Position" ;
+ Text [ portuguese_brazilian ] = "Posio" ;
+ Text [ swedish ] = "Position" ;
+ Text [ danish ] = "Placering" ;
+ Text [ italian ] = "Posizione" ;
+ Text [ spanish ] = "Posicin" ;
+ Text [ french ] = "Position" ;
+ Text [ dutch ] = "Positie" ;
+ Text [ portuguese ] = "Posio" ;
+ Text[ chinese_simplified ] = "位置";
+ Text[ russian ] = "";
+ Text[ polish ] = "Pozycja";
+ Text[ japanese ] = "位置";
+ Text[ chinese_traditional ] = "位置";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "위치";
+ Text[ turkish ] = "Konum";
+ Text[ language_user1 ] = " ";
+ Text[ catalan ] = "Posici";
+ Text[ finnish ] = "Sijainti";
+ Text[ thai ] = "ตำแหน่ง";
+ Text[ czech ] = "Umístění";
+ Text[ hebrew ] = "‮מיקום‬";
+ Text[ hindi ] = "स्थान";
+ Text[ slovak ] = "Umiestnenie";
+ };
+ String STR_TITLE3
+ {
+ Text = "Autor" ;
+ Text [ ENGLISH ] = "Author" ;
+ Text [ english_us ] = "Author" ;
+ Text [ portuguese_brazilian ] = "Autor" ;
+ Text [ swedish ] = "Frfattare" ;
+ Text [ danish ] = "Forfatter" ;
+ Text [ italian ] = "Autore" ;
+ Text [ spanish ] = "Autor" ;
+ Text [ french ] = "Auteur" ;
+ Text [ dutch ] = "Auteur" ;
+ Text [ portuguese ] = "Autor" ;
+ Text[ chinese_simplified ] = "作者";
+ Text[ russian ] = "";
+ Text[ polish ] = "Autor";
+ Text[ japanese ] = "作成者";
+ Text[ chinese_traditional ] = "作者";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "작성자";
+ Text[ turkish ] = "Yazan";
+ Text[ language_user1 ] = " ";
+ Text[ catalan ] = "Autor";
+ Text[ finnish ] = "Tekij";
+ Text[ thai ] = "ผู้เขียน";
+ Text[ czech ] = "Autor";
+ Text[ hebrew ] = "‮מחבר‬";
+ Text[ hindi ] = "लेखक";
+ Text[ slovak ] = "Autor";
+ };
+ String STR_TITLE4
+ {
+ Text = "Datum" ;
+ Text [ ENGLISH ] = "Date" ;
+ Text [ english_us ] = "Date" ;
+ Text [ portuguese_brazilian ] = "Data" ;
+ Text [ swedish ] = "Datum" ;
+ Text [ danish ] = "Dato" ;
+ Text [ italian ] = "Data" ;
+ Text [ spanish ] = "Fecha" ;
+ Text [ french ] = "Date" ;
+ Text [ dutch ] = "Datum" ;
+ Text [ portuguese ] = "Data" ;
+ Text[ chinese_simplified ] = "日期";
+ Text[ russian ] = "";
+ Text[ polish ] = "Data";
+ Text[ japanese ] = "日付と時刻";
+ Text[ chinese_traditional ] = "日期";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "날짜";
+ Text[ turkish ] = "Tarih";
+ Text[ language_user1 ] = " ";
+ Text[ catalan ] = "Data";
+ Text[ finnish ] = "Pivmr";
+ Text[ thai ] = "วันที่";
+ Text[ czech ] = "Datum";
+ Text[ hebrew ] = "‮תאריך‬";
+ Text[ hindi ] = "दिनांक";
+ Text[ slovak ] = "Dátum";
+ };
+ String STR_TITLE5
+ {
+ Text = "Beschreibung" ;
+ Text [ ENGLISH ] = "Comment" ;
+ Text [ english_us ] = "Comment" ;
+ Text [ portuguese_brazilian ] = "Comentrio" ;
+ Text [ swedish ] = "Beskrivning" ;
+ Text [ danish ] = "Beskrivelse" ;
+ Text [ italian ] = "Descrizione" ;
+ Text [ spanish ] = "Descripcin" ;
+ Text [ french ] = "Description" ;
+ Text [ dutch ] = "Omschrijving" ;
+ Text [ portuguese ] = "Descrio" ;
+ Text[ chinese_simplified ] = "说明";
+ Text[ russian ] = "";
+ Text[ polish ] = "Komentarz";
+ Text[ japanese ] = "コメント";
+ Text[ chinese_traditional ] = "描述";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "설명";
+ Text[ turkish ] = "Aklama";
+ Text[ language_user1 ] = " ";
+ Text[ catalan ] = "Comentari";
+ Text[ finnish ] = "Huomautus";
+ Text[ thai ] = "ข้อคิดเห็น";
+ Text[ czech ] = "Komentář";
+ Text[ hebrew ] = "‮הערה‬";
+ Text[ hindi ] = "अपवाद";
+ Text[ slovak ] = "Komentár";
+ };
+};
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+