diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2000-09-18 16:07:07 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2000-09-18 16:07:07 +0000 |
commit | e0c232a972db6c8747d7dfdbe22eeec69807a532 (patch) | |
tree | dcc06361f6c08fbe8e0dd5078442f7e9c76bcada /wizards/source/schedule/schedule.src | |
parent | c6d434ad5c3ec4111ce9479451f2e9df54ab33ee (diff) |
initial import
Diffstat (limited to 'wizards/source/schedule/schedule.src')
-rw-r--r-- | wizards/source/schedule/schedule.src | 1270 |
1 files changed, 1270 insertions, 0 deletions
diff --git a/wizards/source/schedule/schedule.src b/wizards/source/schedule/schedule.src new file mode 100644 index 000000000..28ed6dbcc --- /dev/null +++ b/wizards/source/schedule/schedule.src @@ -0,0 +1,1270 @@ +/************************************************************************* + * + * $RCSfile: schedule.src,v $ + * + * $Revision: 1.1.1.1 $ + * + * last change: $Author: hr $ $Date: 2000-09-18 17:06:30 $ + * + * 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): _______________________________________ + * + * + ************************************************************************/ +// Dialog labels start at 1000 +#define dlgCalTitle 1000 +#define dlgCalTitleBack 1001 +#define dlgCalTitleOwnData 1002 +#define dlgSchdlTitle 1003 +#define dlgOK 1004 +#define dlgCancel 1005 +#define dlgCalFrameOption 1006 +#define dlgCalOptionYear 1007 +#define dlgCalOptionMonth 1008 +#define dlgSchdlDescription 1009 +#define dlgSchdlCountry 1010 +#define dlgTime 1011 +#define dlgYear 1012 +#define dlgCalMonth 1013 +#define dlgSpecificBankholidays 1014 +#define dlgCalOwnData 1015 +#define dlgCalInsert 1016 +#define dlgCalDelete 1017 +#define dlgCalNewEvent 1018 +#define dlgCalEvent 1019 +#define dlgCalEventOnce 1020 +#define dlgCalEventDay 1021 +#define dlgCalEventMonth 1022 +#define dlgCalEventYear 1023 + +// Bitmap file is 1099 +#define dlgBitmapFile 1099 + +// Names of states start at 1100 +#define dlgState 1100 + +// Months start at 1200 +#define dlgMonth 1200 + +// Messages start at 1300 +#define msgCalErrorTitle 1300 +#define msgCalError 1301 +#define msgCalRemoveTitle 1302 +#define msgCalRemove 1303 + +// Styles start at 1400 +#define stlWorkday 1400 +#define stlWeekend 1401 + +// Sheet names start at 1410 +#define nameCalYear 1410 +#define nameCalMonth 1411 + +#define sProgress 1500 + +// -------------------------------------------------------------------- + +String dlgCalTitle +{ +Text = "StarOffice Kalender"; +Text[ English ] = "StarOffice Calendar"; +Text[ English_us ] = "StarOffice Calendar"; +Text[ french ] = "Calendrier StarOffice"; +Text[ italian ] = "Calendario StarOffice"; +Text[ spanish ] = "Calendario de StarOffice"; +Text[ portuguese ] = "Calendrio StarOffice"; +Text[ dutch ] = "StarOffice Kalender"; +Text[ swedish ] = "StarOffice kalender"; + Text[ russian ] = " StarOffice"; + Text[ greek ] = " StarOffice"; + Text[ danish ] = "StarOffice kalender"; + Text[ polish ] = "Kalendarz StarOffice"; + Text[ portuguese_brazilian ] = "StarOffice Calendar"; + Text[ japanese ] = "StarOffice ް"; + Text[ korean ] = "StarOffice "; + Text[ chinese_simplified ] = "StarOffice "; + Text[ chinese_traditional ] = "StarOffice ƾ"; + Text[ arabic ] = "StarOffice "; + Text[ turkish ] = "StarOffice Takvimi"; +}; + +String dlgCalTitleBack +{ +Text = "Zurck"; +Text[ English ] = "Back"; +Text[ English_us ] = "Back"; +Text[ french ] = "Prcdent"; +Text[ italian ] = "Indietro"; +Text[ spanish ] = "Atrs"; +Text[ portuguese ] = "Anterior"; +Text[ dutch ] = "Vorige"; +Text[ swedish ] = "Tillbaka"; + Text[ russian ] = ""; + Text[ greek ] = ""; + Text[ danish ] = "Tilbage"; + Text[ polish ] = "Wstecz"; + Text[ portuguese_brazilian ] = "Back"; + Text[ japanese ] = "߂"; + Text[ korean ] = "ڷ"; + Text[ chinese_simplified ] = ""; + Text[ chinese_traditional ] = "^"; + Text[ arabic ] = ""; + Text[ turkish ] = "Geri"; +}; + +String dlgCalTitleOwnData +{ +Text = "Eigene Daten"; +Text[ English ] = "Personal Data"; +Text[ English_us ] = "Personal Data"; +Text[ french ] = "Mes donnes"; +Text[ italian ] = "Dati dell'utente"; +Text[ spanish ] = "Mis datos"; +Text[ portuguese ] = "Dados pessoais"; +Text[ dutch ] = "Eigen gegevens"; +Text[ swedish ] = "Egna data"; + Text[ russian ] = " "; + Text[ greek ] = " "; + Text[ danish ] = "Egne data"; + Text[ polish ] = "Dane osobiste"; + Text[ portuguese_brazilian ] = "Personal Data"; + Text[ japanese ] = "Ǝް"; + Text[ korean ] = " "; + Text[ chinese_simplified ] = ""; + Text[ chinese_traditional ] = "ӤHu"; + Text[ arabic ] = " "; + Text[ turkish ] = "Kiisel veriler"; +}; + +String dlgSchdlTitle +{ +Text = "Feiertagsberechnung"; +Text[ English ] = "Add Holidays to Calendar"; +Text[ English_us ] = "Add Holidays to Calendar"; +Text[ french ] = "Calcul des jours fris"; +Text[ italian ] = "Calcolo dei giorni festivi"; +Text[ spanish ] = "Clculo de los das festivos"; +Text[ portuguese ] = "Clculo dos feriados"; +Text[ dutch ] = "Feestdagen berekenen"; +Text[ swedish ] = "Berkna helgdagar"; + Text[ russian ] = " "; + Text[ greek ] = " "; + Text[ danish ] = "Beregn helligdage"; + Text[ polish ] = "Oblicz dni witeczne"; + Text[ portuguese_brazilian ] = "Add Holidays to Calendar"; + Text[ japanese ] = "j𐔂"; + Text[ korean ] = " ߰"; + Text[ chinese_simplified ] = "ڼռ"; + Text[ chinese_traditional ] = "p`"; + Text[ arabic ] = " "; + Text[ turkish ] = "Tatil gnlerinin hesaplanmas"; + Text[ language_user1 ] = " "; +}; + +String dlgOK +{ +Text = "Fertig stellen"; +Text[ English ] = "Create"; +Text[ English_us ] = "Create"; +Text[ french ] = "Crer"; +Text[ italian ] = "Crea"; +Text[ spanish ] = "Crear"; +Text[ portuguese ] = "Criar"; +Text[ dutch ] = "Voltooien"; +Text[ swedish ] = "Frdigstll"; + Text[ russian ] = ""; + Text[ greek ] = ""; + Text[ danish ] = "Udfr"; + Text[ polish ] = "Utwrz"; + Text[ portuguese_brazilian ] = "Create"; + Text[ japanese ] = ""; + Text[ korean ] = ""; + Text[ chinese_simplified ] = ""; + Text[ chinese_traditional ] = ""; + Text[ arabic ] = ""; + Text[ turkish ] = "Olutur"; +}; + +String dlgCancel +{ +Text = "Abbrechen"; +Text[ English ] = "Cancel"; +Text[ English_us ] = "Cancel"; +Text[ french ] = "Annuler"; +Text[ italian ] = "Annulla"; +Text[ spanish ] = "Cancelar"; +Text[ portuguese ] = "Cancelar"; +Text[ dutch ] = "Annuleren"; +Text[ swedish ] = "Avbryt"; + Text[ russian ] = ""; + Text[ greek ] = ""; + Text[ danish ] = "Annuller"; + Text[ polish ] = "Anuluj"; + Text[ portuguese_brazilian ] = "Cancel"; + Text[ japanese ] = "ݾ"; + Text[ korean ] = ""; + Text[ chinese_simplified ] = "ȡ"; + Text[ chinese_traditional ] = ""; + Text[ arabic ] = ""; + Text[ turkish ] = "ptal"; +}; + +String dlgCalFrameOption +{ +Text = "Kalender"; +Text[ English ] = "Calendar"; +Text[ English_us ] = "Calendar"; +Text[ french ] = "Calendrier"; +Text[ italian ] = "Calendario"; +Text[ spanish ] = "Calendario"; +Text[ portuguese ] = "Calendrio"; +Text[ dutch ] = "Kalender"; +Text[ swedish ] = "Kalender"; + Text[ russian ] = ""; + Text[ greek ] = ""; + Text[ danish ] = "Kalendar"; + Text[ polish ] = "Kalendarz"; + Text[ portuguese_brazilian ] = "Calendar"; + Text[ japanese ] = "ް"; + Text[ korean ] = "ī"; + Text[ chinese_simplified ] = ""; + Text[ chinese_traditional ] = "ƾ"; + Text[ arabic ] = ""; + Text[ turkish ] = "Takvim"; +}; + +String dlgCalOptionYear +{ +Text = "&Jahresbersicht"; +Text[ English ] = "&Year Overview"; +Text[ English_us ] = "&Year Overview"; +Text[ french ] = "&Anne"; +Text[ italian ] = "&Panoramica annuale"; +Text[ spanish ] = "&Resumen del ao"; +Text[ portuguese ] = "&Plano anual"; +Text[ dutch ] = "&Jaaroverzicht"; +Text[ swedish ] = "&rsversikt"; + Text[ russian ] = "& "; + Text[ greek ] = "& "; + Text[ danish ] = "&rsoversigt"; + Text[ polish ] = "&Przegld roku"; + Text[ portuguese_brazilian ] = "&Year Overview"; + Text[ japanese ] = "Nԕ\\(&Y)"; + Text[ korean ] = "Ⱓ "; + Text[ chinese_simplified ] = "ͼ(&Y)"; + Text[ chinese_traditional ] = "~˵"; + Text[ arabic ] = " &"; + Text[ turkish ] = "&Yla genel bak"; +}; + +String dlgCalOptionMonth +{ +Text = "&Monat"; +Text[ English ] = "&Month"; +Text[ English_us ] = "&Month"; +Text[ french ] = "&Mois"; +Text[ italian ] = "&Mese"; +Text[ spanish ] = "&Mes"; +Text[ portuguese ] = "&Ms"; +Text[ dutch ] = "&Maand"; +Text[ swedish ] = "&Mnad"; + Text[ russian ] = "&"; + Text[ greek ] = "&"; + Text[ danish ] = "&Mned"; + Text[ polish ] = "&Miesic"; + Text[ portuguese_brazilian ] = "&Month"; + Text[ japanese ] = "(&M)"; + Text[ korean ] = ""; + Text[ chinese_simplified ] = "(&M)"; + Text[ chinese_traditional ] = ""; + Text[ arabic ] = "&"; + Text[ turkish ] = "&Ay"; +}; + +String dlgSchdlDescription +{ +Text = "Feiertagsberechnung fr"; +Text[ English ] = "Add holidays for"; +Text[ English_us ] = "Add holidays for"; +Text[ french ] = "Calcul des jours fris pour"; +Text[ italian ] = "Calcolo dei giorni festivi per"; +Text[ spanish ] = "Clculo de los das festivos para"; +Text[ portuguese ] = "Clculo dos feriados para"; +Text[ dutch ] = "Feestdagen berekenen voor"; +Text[ swedish ] = "Berkna helgdagar fr"; + Text[ russian ] = " "; + Text[ greek ] = " "; + Text[ danish ] = "Beregn helligdage for"; + Text[ polish ] = "Obliczenie dni witecznych dla"; + Text[ portuguese_brazilian ] = "Add holidays for"; + Text[ japanese ] = "j𐔂Ώ"; + Text[ korean ] = "ϸ ߰"; + Text[ chinese_simplified ] = "ڼΪ"; + Text[ chinese_traditional ] = "p`骺Ҧba"; + Text[ arabic ] = " "; + Text[ turkish ] = "Tatil gnleri hesaplamas"; + Text[ language_user1 ] = " "; +}; + +String dlgSchdlCountry +{ +Text = "Deutschland"; +Text[ English ] = "Great Britain"; +Text[ English_us ] = "USA"; +Text[ french ] = "la France"; +Text[ italian ] = "Italia"; +Text[ spanish ] = "Espaa"; +Text[ portuguese ] = "Portugal"; +Text[ dutch ] = "Nederland"; +Text[ swedish ] = "Sverige"; + Text[ russian ] = ""; + Text[ greek ] = ""; + Text[ danish ] = "Danmark"; + Text[ polish ] = "Polska"; + Text[ portuguese_brazilian ] = "USA"; + Text[ japanese ] = "{"; + Text[ korean ] = "̱"; + Text[ chinese_simplified ] = "й"; + Text[ chinese_traditional ] = "xW"; + Text[ arabic ] = ""; + Text[ turkish ] = "Trkiye"; + Text[ language_user1 ] = " "; +}; + +String dlgTime +{ +Text = "Zeitraum"; +Text[ English ] = "Time Frame"; +Text[ English_us ] = "Time Frame"; +Text[ french ] = "Priode"; +Text[ italian ] = "Intervallo di tempo"; +Text[ spanish ] = "Perodo"; +Text[ portuguese ] = "Perodo"; +Text[ dutch ] = "Tijdsbestek"; +Text[ swedish ] = "Tidsrymd"; + Text[ russian ] = ""; + Text[ greek ] = " "; + Text[ danish ] = "Tidsperiode"; + Text[ polish ] = "Okres czasu"; + Text[ portuguese_brazilian ] = "Time Frame"; + Text[ japanese ] = ""; + Text[ korean ] = "ð "; + Text[ chinese_simplified ] = "ʱ"; + Text[ chinese_traditional ] = "ɶS"; + Text[ arabic ] = " "; + Text[ turkish ] = "Zaman aral"; +}; + +String dlgYear +{ +Text = "Jahr"; +Text[ English ] = "Year"; +Text[ English_us ] = "Year"; +Text[ french ] = "Anne"; +Text[ italian ] = "Anno"; +Text[ spanish ] = "Ao"; +Text[ portuguese ] = "Ano"; +Text[ dutch ] = "Jaar"; +Text[ swedish ] = "r"; + Text[ russian ] = ""; + Text[ greek ] = ""; + Text[ danish ] = "r"; + Text[ polish ] = "Rok"; + Text[ portuguese_brazilian ] = "Year"; + Text[ japanese ] = ""; + Text[ korean ] = ""; + Text[ chinese_simplified ] = ""; + Text[ chinese_traditional ] = "~"; + Text[ arabic ] = ""; + Text[ turkish ] = "Yl"; + Text[ language_user1 ] = " "; +}; + +String dlgCalMonth +{ +Text = "Monat"; +Text[ English ] = "Month"; +Text[ English_us ] = "Month"; +Text[ french ] = "Mois"; +Text[ italian ] = "Mese"; +Text[ spanish ] = "Mes"; +Text[ portuguese ] = "Ms"; +Text[ dutch ] = "Maand"; +Text[ swedish ] = "Mnad"; + Text[ russian ] = ""; + Text[ greek ] = ""; + Text[ danish ] = "Mned"; + Text[ polish ] = "Miesic"; + Text[ portuguese_brazilian ] = "Month"; + Text[ japanese ] = ""; + Text[ korean ] = ""; + Text[ chinese_simplified ] = ""; + Text[ chinese_traditional ] = ""; + Text[ arabic ] = ""; + Text[ turkish ] = "Ay"; + Text[ language_user1 ] = " "; +}; + +String dlgSpecificBankholidays +{ +Text = "Bundeslandspezifische Feiertage"; +Text[ English ] = "-"; +Text[ English_us ] = "-"; +Text[ french ] = "Jours fris propres une rgion particulire"; +Text[ italian ] = "-"; +Text[ spanish ] = "Das festivos locales"; +Text[ portuguese ] = "Feriados locais"; +Text[ dutch ] = "Regionale feestdagen"; +Text[ swedish ] = "-"; + Text[ chinese_traditional ] = "Sw`"; + Text[ arabic ] = " "; + Text[ greek ] = " "; + Text[ turkish ] = "-"; +}; + +String dlgCalOwnData +{ +Text = "Eigene Daten"; +Text[ English ] = "Personal Data"; +Text[ English_us ] = "Personal Data"; +Text[ french ] = "Mes donnes"; +Text[ italian ] = "Dati dell'utente"; +Text[ spanish ] = "Mis datos"; +Text[ portuguese ] = "Dados pessoais"; +Text[ dutch ] = "Eigen gegevens"; +Text[ swedish ] = "Egna data"; + Text[ russian ] = " "; + Text[ greek ] = " "; + Text[ danish ] = "Egne data"; + Text[ polish ] = "Dane osobiste"; + Text[ portuguese_brazilian ] = "Personal Data"; + Text[ japanese ] = "Ǝް"; + Text[ korean ] = " "; + Text[ chinese_simplified ] = ""; + Text[ chinese_traditional ] = "ӤHu"; + Text[ arabic ] = " "; + Text[ turkish ] = "Kiisel veriler"; +}; + +String dlgCalInsert +{ +Text = "&Einfgen"; +Text[ English ] = "&Insert"; +Text[ English_us ] = "&Insert"; +Text[ french ] = "&Insrer"; +Text[ italian ] = "&Aggiungi"; +Text[ spanish ] = "&Insertar"; +Text[ portuguese ] = "&Inserir"; +Text[ dutch ] = "&Invoegen"; +Text[ swedish ] = "&Infoga"; + Text[ russian ] = "&"; + Text[ greek ] = "&"; + Text[ danish ] = "&Indst"; + Text[ polish ] = "&Wstaw"; + Text[ portuguese_brazilian ] = "&Insert"; + Text[ japanese ] = "}(&I)"; + Text[ korean ] = ""; + Text[ chinese_simplified ] = "(&I)"; + Text[ chinese_traditional ] = "J"; + Text[ arabic ] = "&"; + Text[ turkish ] = "&Ekle"; +}; + +String dlgCalDelete +{ +Text = "Ent&fernen"; +Text[ English ] = "&Delete"; +Text[ English_us ] = "&Delete"; +Text[ french ] = "Supp&rimer"; +Text[ italian ] = "&Elimina"; +Text[ spanish ] = "&Eliminar"; +Text[ portuguese ] = "Rem&over"; +Text[ dutch ] = "Ver&wijderen"; +Text[ swedish ] = "Ta &bort"; + Text[ russian ] = "&"; + Text[ greek ] = "&"; + Text[ danish ] = "&Fjern"; + Text[ polish ] = "&Usu"; + Text[ portuguese_brazilian ] = "&Delete"; + Text[ japanese ] = "폜(&D)"; + Text[ korean ] = ""; + Text[ chinese_simplified ] = "ɾ(&D)"; + Text[ chinese_traditional ] = "R"; + Text[ arabic ] = "&"; + Text[ turkish ] = "&Sil"; +}; + +String dlgCalNewEvent +{ +Text = "Neues Ereignis"; +Text[ English ] = "New Event"; +Text[ English_us ] = "New Event"; +Text[ french ] = "Nouvel vnement"; +Text[ italian ] = "Nuovo evento"; +Text[ spanish ] = "Nuevo acontecimiento"; +Text[ portuguese ] = "Novo evento"; +Text[ dutch ] = "Nieuwe gebeurtenis"; +Text[ swedish ] = "Ny hndelse"; + Text[ russian ] = " "; + Text[ greek ] = " "; + Text[ danish ] = "Ny begivenhed"; + Text[ polish ] = "Nowe wydarzenie"; + Text[ portuguese_brazilian ] = "New Event"; + Text[ japanese ] = "V\\"; + Text[ korean ] = " ̺Ʈ"; + Text[ chinese_simplified ] = "ش¼"; + Text[ chinese_traditional ] = "sW|"; + Text[ arabic ] = " "; + Text[ turkish ] = "Yeni olay"; +}; + +String dlgCalEvent +{ +Text = "Ereignis"; +Text[ English ] = "Event"; +Text[ English_us ] = "Event"; +Text[ french ] = "vnement"; +Text[ italian ] = "Evento"; +Text[ spanish ] = "Acontecimiento"; +Text[ portuguese ] = "Evento"; +Text[ dutch ] = "Gebeurtenis"; +Text[ swedish ] = "Hndelse"; + Text[ russian ] = ""; + Text[ greek ] = ""; + Text[ danish ] = "Begivenhed"; + Text[ polish ] = "Wydarzenie"; + Text[ portuguese_brazilian ] = "Event"; + Text[ japanese ] = ""; + Text[ korean ] = "̺Ʈ"; + Text[ chinese_simplified ] = "¼"; + Text[ chinese_traditional ] = "|"; + Text[ arabic ] = ""; + Text[ turkish ] = "Olay"; +}; + +String dlgCalEventOnce +{ +Text = "Einmalig"; +Text[ English ] = "One-Time"; +Text[ English_us ] = "One-Time"; +Text[ french ] = "Unique"; +Text[ italian ] = "Una sola volta"; +Text[ spanish ] = "nico"; +Text[ portuguese ] = "nico"; +Text[ dutch ] = "Eenmalig"; +Text[ swedish ] = "Engngsfreteelse"; + Text[ russian ] = ""; + Text[ greek ] = " "; + Text[ danish ] = "Engangsforteelse"; + Text[ polish ] = "Jednorazowo"; + Text[ portuguese_brazilian ] = "One-Time"; + Text[ japanese ] = "1̂"; + Text[ korean ] = "ѹ"; + Text[ chinese_simplified ] = "һ"; + Text[ chinese_traditional ] = "@"; + Text[ arabic ] = " "; + Text[ turkish ] = "Bir kerelik"; +}; + +String dlgCalEventDay +{ +Text = "Tag"; +Text[ English ] = "Day"; +Text[ English_us ] = "Day"; +Text[ french ] = "Jour"; +Text[ italian ] = "Giorno"; +Text[ spanish ] = "Da"; +Text[ portuguese ] = "Dia"; +Text[ dutch ] = "Dag"; +Text[ swedish ] = "Dag"; + Text[ russian ] = ""; + Text[ greek ] = ""; + Text[ danish ] = "Dag"; + Text[ polish ] = "Dzie"; + Text[ portuguese_brazilian ] = "Day"; + Text[ japanese ] = ""; + Text[ korean ] = ""; + Text[ chinese_simplified ] = ""; + Text[ chinese_traditional ] = ""; + Text[ arabic ] = ""; + Text[ turkish ] = "Gn"; + Text[ language_user1 ] = " "; +}; + +String dlgCalEventMonth +{ +Text = "Monat"; +Text[ English ] = "Month"; +Text[ English_us ] = "Month"; +Text[ french ] = "Mois"; +Text[ italian ] = "Mese"; +Text[ spanish ] = "Mes"; +Text[ portuguese ] = "Ms"; +Text[ dutch ] = "Maand"; +Text[ swedish ] = "Mnad"; + Text[ russian ] = ""; + Text[ greek ] = ""; + Text[ danish ] = "Mned"; + Text[ polish ] = "Miesic"; + Text[ portuguese_brazilian ] = "Month"; + Text[ japanese ] = ""; + Text[ korean ] = ""; + Text[ chinese_simplified ] = ""; + Text[ chinese_traditional ] = ""; + Text[ arabic ] = ""; + Text[ turkish ] = "Ay"; + Text[ language_user1 ] = " "; +}; + +String dlgCalEventYear +{ +Text = "Jahr"; +Text[ English ] = "Year"; +Text[ English_us ] = "Year"; +Text[ french ] = "Anne"; +Text[ italian ] = "Anno"; +Text[ spanish ] = "Ao"; +Text[ portuguese ] = "Ano"; +Text[ dutch ] = "Jaar"; +Text[ swedish ] = "r"; + Text[ russian ] = ""; + Text[ greek ] = ""; + Text[ danish ] = "r"; + Text[ polish ] = "Rok"; + Text[ portuguese_brazilian ] = "Year"; + Text[ japanese ] = "N"; + Text[ korean ] = ""; + Text[ chinese_simplified ] = ""; + Text[ chinese_traditional ] = "~"; + Text[ arabic ] = ""; + Text[ turkish ] = "Yl"; + Text[ language_user1 ] = " "; +}; + +// -------------------------------------------------------------------- + +String dlgBitmapFile +{ +Text = "brd.bmp"; +Text[ language_user1 ] = " "; +Text[ English ] = "britain.bmp"; +Text[ English_us ] = "usa.bmp"; +Text[ french ] = "france.bmp"; +Text[ italian ] = "ital.bmp"; +Text[ spanish ] = "spain.bmp"; +Text[ portuguese ] = "portugal.bmp"; +Text[ dutch ] = "nedland.bmp"; +Text[ swedish ] = "sweden.bmp"; + Text[ russian ] = "russia.bmp"; + Text[ greek ] = "greece.bmp"; + Text[ danish ] = "denmark.bmp"; + Text[ polish ] = "polska.bmp"; + Text[ portuguese_brazilian ] = "usa.bmp"; + Text[ japanese ] = "japan.bmp"; + Text[ korean ] = "korea.bmp"; + Text[ chinese_simplified ] = "china.bmp"; + Text[ chinese_traditional ] = "usa.bmp"; + Text[ arabic ] = "egypt.bmp"; + Text[ turkish ] = "turkiye.bmp"; +}; + +// -------------------------------------------------------------------- + +String dlgState +{ +Text = "Allgemeine Feiertage"; +Text[ English ] = "-"; +Text[ English_us ] = "Public holidays"; +Text[ french ] = "Jours fris gnraux"; +Text[ italian ] = "Festivit generali"; +Text[ spanish ] = "Das festivos generales"; +Text[ portuguese ] = "Feriados gerais"; +Text[ dutch ] = "Algemene feestdagen"; +Text[ swedish ] = "Allmnna helgdagar"; + Text[ russian ] = " "; + Text[ danish ] = "Almindelige helligdage"; + Text[ polish ] = "Oglne dni witeczne"; + Text[ chinese_traditional ] = "q`"; + Text[ arabic ] = " "; + Text[ greek ] = " "; + Text[ korean ] = ""; + Text[ turkish ] = "Genel tatil gnleri"; +}; + + +// -------------------------------------------------------------------- + +String dlgMonth +{ +Text = "Januar"; +Text[ English ] = "January"; +Text[ English_us ] = "January"; +Text[ french ] = "Janvier"; +Text[ italian ] = "Gennaio"; +Text[ spanish ] = "Enero"; +Text[ portuguese ] = "Janeiro"; +Text[ dutch ] = "Januari"; +Text[ swedish ] = "Januari"; + Text[ russian ] = ""; + Text[ greek ] = ""; + Text[ danish ] = "Januar"; + Text[ polish ] = "Stycze"; + Text[ portuguese_brazilian ] = "January"; + Text[ japanese ] = "1"; + Text[ korean ] = "1"; + Text[ chinese_simplified ] = "һ"; + Text[ chinese_traditional ] = "@"; + Text[ arabic ] = ""; + Text[ turkish ] = "Ocak"; +}; + +String dlgMonth+1 +{ +Text = "Februar"; +Text[ English ] = "February"; +Text[ English_us ] = "February"; +Text[ french ] = "Fvrier"; +Text[ italian ] = "Febbraio"; +Text[ spanish ] = "Febrero"; +Text[ portuguese ] = "Fevereiro"; +Text[ dutch ] = "Februari"; +Text[ swedish ] = "Februari"; + Text[ russian ] = ""; + Text[ greek ] = ""; + Text[ danish ] = "Februar"; + Text[ polish ] = "Luty"; + Text[ portuguese_brazilian ] = "February"; + Text[ japanese ] = "2"; + Text[ korean ] = "2"; + Text[ chinese_simplified ] = ""; + Text[ chinese_traditional ] = "G"; + Text[ arabic ] = ""; + Text[ turkish ] = "ubat"; +}; + +String dlgMonth+2 +{ +Text = "Mrz"; +Text[ English ] = "March"; +Text[ English_us ] = "March"; +Text[ french ] = "Mars"; +Text[ italian ] = "Marzo"; +Text[ spanish ] = "Marzo"; +Text[ portuguese ] = "Maro"; +Text[ dutch ] = "Maart"; +Text[ swedish ] = "Mars"; + Text[ russian ] = ""; + Text[ greek ] = ""; + Text[ danish ] = "Marts"; + Text[ polish ] = "Marzec"; + Text[ portuguese_brazilian ] = "March"; + Text[ japanese ] = "3"; + Text[ korean ] = "3"; + Text[ chinese_simplified ] = ""; + Text[ chinese_traditional ] = "T"; + Text[ arabic ] = ""; + Text[ turkish ] = "Mart"; +}; + +String dlgMonth+3 +{ +Text = "April"; +Text[ English ] = "April"; +Text[ English_us ] = "April"; +Text[ french ] = "Avril"; +Text[ italian ] = "Aprile"; +Text[ spanish ] = "Abril"; +Text[ portuguese ] = "Abril"; +Text[ dutch ] = "April"; +Text[ swedish ] = "April"; + Text[ russian ] = ""; + Text[ greek ] = ""; + Text[ danish ] = "April"; + Text[ polish ] = "Kwiecie"; + Text[ portuguese_brazilian ] = "April"; + Text[ japanese ] = "4"; + Text[ korean ] = "4"; + Text[ chinese_simplified ] = ""; + Text[ chinese_traditional ] = "|"; + Text[ arabic ] = ""; + Text[ turkish ] = "Nisan"; +}; + +String dlgMonth+4 +{ +Text = "Mai"; +Text[ English ] = "May"; +Text[ English_us ] = "May"; +Text[ french ] = "Mai"; +Text[ italian ] = "Maggio"; +Text[ spanish ] = "Mayo"; +Text[ portuguese ] = "Maio"; +Text[ dutch ] = "Mei"; +Text[ swedish ] = "Maj"; + Text[ russian ] = ""; + Text[ greek ] = ""; + Text[ danish ] = "Maj"; + Text[ polish ] = "Maj"; + Text[ portuguese_brazilian ] = "May"; + Text[ japanese ] = "5"; + Text[ korean ] = "5"; + Text[ chinese_simplified ] = ""; + Text[ chinese_traditional ] = ""; + Text[ arabic ] = ""; + Text[ turkish ] = "Mays"; +}; + +String dlgMonth+5 +{ +Text = "Juni"; +Text[ English ] = "June"; +Text[ English_us ] = "June"; +Text[ french ] = "Juin"; +Text[ italian ] = "Giugno"; +Text[ spanish ] = "Junio"; +Text[ portuguese ] = "Junho"; +Text[ dutch ] = "Juni"; +Text[ swedish ] = "Juni"; + Text[ russian ] = ""; + Text[ greek ] = ""; + Text[ danish ] = "Juni"; + Text[ polish ] = "Czerwiec"; + Text[ portuguese_brazilian ] = "June"; + Text[ japanese ] = "6"; + Text[ korean ] = "6"; + Text[ chinese_simplified ] = ""; + Text[ chinese_traditional ] = ""; + Text[ arabic ] = ""; + Text[ turkish ] = "Haziran"; +}; + +String dlgMonth+6 +{ +Text = "Juli"; +Text[ English ] = "July"; +Text[ English_us ] = "July"; +Text[ french ] = "Juillet"; +Text[ italian ] = "Luglio"; +Text[ spanish ] = "Julio"; +Text[ portuguese ] = "Julho"; +Text[ dutch ] = "Juli"; +Text[ swedish ] = "Juli"; + Text[ russian ] = ""; + Text[ greek ] = ""; + Text[ danish ] = "Juli"; + Text[ polish ] = "Lipiec"; + Text[ portuguese_brazilian ] = "July"; + Text[ japanese ] = "7"; + Text[ korean ] = "7"; + Text[ chinese_simplified ] = ""; + Text[ chinese_traditional ] = "C"; + Text[ arabic ] = ""; + Text[ turkish ] = "Temmuz"; +}; + +String dlgMonth+7 +{ +Text = "August"; +Text[ English ] = "August"; +Text[ English_us ] = "August"; +Text[ french ] = "Aot"; +Text[ italian ] = "Agusto"; +Text[ spanish ] = "Agosto"; +Text[ portuguese ] = "Agosto"; +Text[ dutch ] = "Augustus"; +Text[ swedish ] = "Augusti"; + Text[ russian ] = ""; + Text[ greek ] = ""; + Text[ danish ] = "August"; + Text[ polish ] = "Sierpie"; + Text[ portuguese_brazilian ] = "August"; + Text[ japanese ] = "8"; + Text[ korean ] = "8"; + Text[ chinese_simplified ] = ""; + Text[ chinese_traditional ] = "K"; + Text[ arabic ] = ""; + Text[ turkish ] = "Austos"; +}; + +String dlgMonth+8 +{ +Text = "September"; +Text[ English ] = "September"; +Text[ English_us ] = "September"; +Text[ french ] = "Septembre"; +Text[ italian ] = "Settembre"; +Text[ spanish ] = "Septiembre"; +Text[ portuguese ] = "Setembro"; +Text[ dutch ] = "September"; +Text[ swedish ] = "September"; + Text[ russian ] = ""; + Text[ greek ] = ""; + Text[ danish ] = "September"; + Text[ polish ] = "Wrzesie"; + Text[ portuguese_brazilian ] = "September"; + Text[ japanese ] = "9"; + Text[ korean ] = "9"; + Text[ chinese_simplified ] = ""; + Text[ chinese_traditional ] = "E"; + Text[ arabic ] = ""; + Text[ turkish ] = "Eyll"; +}; + +String dlgMonth+9 +{ +Text = "Oktober"; +Text[ English ] = "October"; +Text[ English_us ] = "October"; +Text[ french ] = "Octobre"; +Text[ italian ] = "Ottobre"; +Text[ spanish ] = "Octubre"; +Text[ portuguese ] = "Outubro"; +Text[ dutch ] = "Oktober"; +Text[ swedish ] = "Oktober"; + Text[ russian ] = ""; + Text[ greek ] = ""; + Text[ danish ] = "Oktober"; + Text[ polish ] = "Padziernik"; + Text[ portuguese_brazilian ] = "October"; + Text[ japanese ] = "10"; + Text[ korean ] = "10"; + Text[ chinese_simplified ] = "ʮ"; + Text[ chinese_traditional ] = "Q"; + Text[ arabic ] = ""; + Text[ turkish ] = "Ekim"; +}; + +String dlgMonth+10 +{ +Text = "November"; +Text[ English ] = "November"; +Text[ English_us ] = "November"; +Text[ french ] = "Novembre"; +Text[ italian ] = "Novembre"; +Text[ spanish ] = "Noviembre"; +Text[ portuguese ] = "Novembro"; +Text[ dutch ] = "November"; +Text[ swedish ] = "November"; + Text[ russian ] = ""; + Text[ greek ] = ""; + Text[ danish ] = "November"; + Text[ polish ] = "Listopad"; + Text[ portuguese_brazilian ] = "November"; + Text[ japanese ] = "11"; + Text[ korean ] = "11"; + Text[ chinese_simplified ] = "ʮһ"; + Text[ chinese_traditional ] = "Q@"; + Text[ arabic ] = ""; + Text[ turkish ] = "Kasm"; +}; + +String dlgMonth+11 +{ +Text = "Dezember"; +Text[ English ] = "December"; +Text[ English_us ] = "December"; +Text[ french ] = "Dcembre"; +Text[ italian ] = "Dicembre"; +Text[ spanish ] = "Diciembre"; +Text[ portuguese ] = "Dezembro"; +Text[ dutch ] = "December"; +Text[ swedish ] = "December"; + Text[ russian ] = ""; + Text[ greek ] = ""; + Text[ danish ] = "December"; + Text[ polish ] = "Grudzie"; + Text[ portuguese_brazilian ] = "December"; + Text[ japanese ] = "12"; + Text[ korean ] = "12"; + Text[ chinese_simplified ] = "ʮ"; + Text[ chinese_traditional ] = "QG"; + Text[ arabic ] = ""; + Text[ turkish ] = "Aralk"; +}; + +// -------------------------------------------------------------------- + +String msgCalErrorTitle +{ +Text = "Jahres- / Monatskalender"; +Text[ English ] = "Yearly- / Monthly Calendar"; +Text[ English_us ] = "Yearly / Monthly Calendar"; +Text[ french ] = "Calendrier annuel/mensuel"; +Text[ italian ] = "Calendario mensile /annuale"; +Text[ spanish ] = "Calendario anual/mensual"; +Text[ portuguese ] = "Calendrio anual/mensal"; +Text[ dutch ] = "Jaar- / maandkalender"; +Text[ swedish ] = "rs- / mnadskalender"; + Text[ russian ] = " / "; + Text[ greek ] = " / M"; + Text[ danish ] = "rs- / mnedskalender"; + Text[ polish ] = "Kalendarz roczny / miesiczny"; + Text[ portuguese_brazilian ] = "Yearly- / Monthly Calendar"; + Text[ japanese ] = "N/ ް"; + Text[ korean ] = " ī / ī"; + Text[ chinese_simplified ] = ""; + Text[ chinese_traditional ] = "~ƾ"; + Text[ arabic ] = " / "; + Text[ turkish ] = "Yllk / Aylk takvim"; +}; + +String msgCalError +{ +Text = "Bei der Erstellung des Kalenders ist ein Fehler aufgetreten."; +Text[ English ] = "An error occurred during the creation of the calendar."; +Text[ English_us ] = "An error occurred while creating the calendar."; +Text[ french ] = "Erreur lors de la cration du calendrier."; +Text[ italian ] = "Durante la creazione del calendario si verificato un errore."; +Text[ spanish ] = "Ha ocurrido un error al crear el calendario."; +Text[ portuguese ] = "Surgiu um erro ao criar o calendrio."; +Text[ dutch ] = "Bij het maken van de kalender is een fout opgetreden."; +Text[ swedish ] = "Ett fel uppstod nr kalendern skapades."; + Text[ russian ] = " "; + Text[ greek ] = " ."; + Text[ danish ] = "Der opstod en fejl under oprettelsen af kalenderen."; + Text[ polish ] = "Podczas tworzenia kalendarza zaszed bd."; + Text[ portuguese_brazilian ] = "An error occurred during the creation of the calendar."; + Text[ japanese ] = "ް̍쐬̍ۂɴװB"; + Text[ korean ] = "ī ۼ ߽ϴ."; + Text[ chinese_simplified ] = "ʱһ"; + Text[ chinese_traditional ] = "bإߤ@ӦƾɵoͿ~C"; + Text[ arabic ] = " ."; + Text[ turkish ] = "Takvim hazrlanrken bir hata olutu."; +}; + +String msgCalRemoveTitle +{ +Text = "Ereigniseintrge entfernen"; +Text[ English ] = "Delete Event Entries"; +Text[ English_us ] = "Delete event entries"; +Text[ french ] = "Supprimer les vnements ?"; +Text[ italian ] = "Elimina gli eventi"; +Text[ spanish ] = "Eliminar acontecimientos"; +Text[ portuguese ] = "Eliminar eventos"; +Text[ dutch ] = "Ingevulde gegevens wissen"; +Text[ swedish ] = "Ta bort hndelseposter"; + Text[ russian ] = " "; + Text[ greek ] = " "; + Text[ danish ] = "Fjern begivenhedselementer"; + Text[ polish ] = "Usu wpisy wydarze"; + Text[ portuguese_brazilian ] = "Delete Event Entries"; + Text[ japanese ] = "čڂ̍폜"; + Text[ korean ] = "̺Ʈ "; + Text[ chinese_simplified ] = "ɾ¼Ŀ"; + Text[ chinese_traditional ] = "R|O"; + Text[ arabic ] = " "; + Text[ turkish ] = "Olay girilerini sil"; +}; + +String msgCalRemove +{ +Text = "Sollen die selektierten Eintrge entfernt werden?"; +Text[ English ] = "Delete the selected entries?"; +Text[ English_us ] = "Delete the selected entries?"; +Text[ french ] = "Supprimer les entres slectionnes ?"; +Text[ italian ] = "Volete eliminare le voci selezionate?"; +Text[ spanish ] = "Desea eliminar los registros seleccionados?"; +Text[ portuguese ] = "Eliminar as entradas seleccionadas?"; +Text[ dutch ] = "Wilt u de geselecteerde gegevens wissen?"; +Text[ swedish ] = "Skall de markerade posterna tas bort?"; + Text[ russian ] = " ?"; + Text[ greek ] = " ;"; + Text[ danish ] = "Er du sikker p, at du vil fjerne de markerede elementer?"; + Text[ polish ] = "Czy usun zaznaczone wpisy?"; + Text[ portuguese_brazilian ] = "Delete the selected entries?"; + Text[ japanese ] = "Iڂ폜܂?"; + Text[ korean ] = "õ Ͻðڽϱ?"; + Text[ chinese_simplified ] = "ҪɾѡеĿ"; + Text[ chinese_traditional ] = "nR襤OH"; + Text[ arabic ] = " "; + Text[ turkish ] = "Seilen giriler silinsin mi?"; + Text[ language_user1 ] = " "; +}; + +// -------------------------------------------------------------------- + +String stlWorkday +{ +Text = "Arbeitswoche"; +Text[ English ] = "Workday"; +Text[ English_us ] = "Workweek"; +Text[ french ] = ""; +Text[ italian ] = ""; +Text[ spanish ] = ""; +Text[ portuguese ] = ""; +Text[ dutch ] = ""; +Text[ swedish ] = ""; + Text[ portuguese ] = "Dias teis"; + Text[ russian ] = ""; + Text[ greek ] = " "; + Text[ dutch ] = "Werkweek"; + Text[ french ] = "Semaine ouvre"; + Text[ spanish ] = "Semana laboral"; + Text[ italian ] = "Settimana lavorativa"; + Text[ danish ] = "Arbejdsuge"; + Text[ swedish ] = "Arbetsvecka"; + Text[ polish ] = "Tydzie roboczy"; + Text[ portuguese_brazilian ] = "Workday"; + Text[ japanese ] = "JT"; + Text[ korean ] = " ٹ ð"; + Text[ chinese_simplified ] = ""; + Text[ chinese_traditional ] = "u@P"; + Text[ arabic ] = " "; + Text[ language_user1 ] = " "; + Text[ turkish ] = "alma haftas"; +}; + +String stlWeekend +{ +Text = "Wochenende"; +Text[ English ] = "Weekend"; +Text[ English_us ] = "Weekend"; +Text[ french ] = ""; +Text[ italian ] = ""; +Text[ spanish ] = ""; +Text[ portuguese ] = ""; +Text[ dutch ] = ""; +Text[ swedish ] = ""; + Text[ portuguese ] = "Fim de semana"; + Text[ russian ] = ""; + Text[ greek ] = ""; + Text[ dutch ] = "Weekeinde"; + Text[ french ] = "Week-end"; + Text[ spanish ] = "Fin de semana"; + Text[ italian ] = "Fine settimana"; + Text[ danish ] = "Weekend"; + Text[ swedish ] = "Veckoslut"; + Text[ polish ] = "Weekend"; + Text[ portuguese_brazilian ] = "Weekend"; + Text[ japanese ] = "T"; + Text[ korean ] = "ָ"; + Text[ chinese_simplified ] = "ĩ"; + Text[ chinese_traditional ] = "P"; + Text[ arabic ] = " "; + Text[ language_user1 ] = " "; + Text[ turkish ] = "Haftasonu"; +}; + +// -------------------------------------------------------------------- + +String nameCalYear +{ +Text = "Kalender"; +Text[ English ] = "Calendar"; +Text[ English_us ] = "Calendar"; +Text[ french ] = "Calendrier"; +Text[ italian ] = "Calendario"; +Text[ spanish ] = "Calendario"; +Text[ portuguese ] = "Calendrio"; +Text[ dutch ] = "Kalender"; +Text[ swedish ] = "Kalender"; + Text[ russian ] = ""; + Text[ greek ] = ""; + Text[ danish ] = "Kalendar"; + Text[ polish ] = "Kalendarz"; + Text[ portuguese_brazilian ] = "Calendar"; + Text[ japanese ] = "ް"; + Text[ korean ] = ""; + Text[ chinese_simplified ] = ""; + Text[ chinese_traditional ] = "ƾ"; + Text[ arabic ] = ""; + Text[ turkish ] = "Takvim"; +}; + +String nameCalMonth +{ +Text = "Monat"; +Text[ English ] = "Month"; +Text[ English_us ] = "Month"; +Text[ french ] = "Mois"; +Text[ italian ] = "Mese"; +Text[ spanish ] = "Mes"; +Text[ portuguese ] = "Ms"; +Text[ dutch ] = "Maand"; +Text[ swedish ] = "Mnad"; + Text[ russian ] = ""; + Text[ greek ] = ""; + Text[ danish ] = "Mned"; + Text[ polish ] = "Miesic"; + Text[ portuguese_brazilian ] = "Month"; + Text[ japanese ] = ""; + Text[ korean ] = ""; + Text[ chinese_simplified ] = ""; + Text[ chinese_traditional ] = ""; + Text[ arabic ] = ""; + Text[ turkish ] = "Ay"; + Text[ language_user1 ] = " "; +}; + + + +String sProgress +{ +Text = "Fortschritt:"; +Text[ English ] = "Progress:"; +Text[ English_us ] = "Progress:"; + Text[ portuguese ] = "Progress"; + Text[ russian ] = "Progress"; + Text[ greek ] = "Progress"; + Text[ dutch ] = "Progress"; + Text[ french ] = "Progression :"; + Text[ spanish ] = "Progress"; + Text[ italian ] = "Progress"; + Text[ danish ] = "Fremgang:"; + Text[ swedish ] = "Progress"; + Text[ polish ] = "Progress"; + Text[ portuguese_brazilian ] = "Progress"; + Text[ japanese ] = "i:"; + Text[ korean ] = "Progress"; + Text[ chinese_simplified ] = "̣"; + Text[ chinese_traditional ] = "i{G"; + Text[ turkish ] = "Progress"; + Text[ arabic ] = "Progress"; +}; |