/************************************************************************* * * $RCSfile: calendar.src,v $ * * $Revision: 1.1.1.9 $ * * last change: $Author: kz $ $Date: 2001-08-24 13:13:37 $ * * 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 "svtools.hrc" String STR_SVT_CALENDAR_DAY { Text = "Tag" ; Text [ ENGLISH ] = "Day" ; Text [ english_us ] = "Day" ; Text [ italian ] = "Giorno" ; Text [ spanish ] = "Da" ; Text [ french ] = "Jour" ; Text [ dutch ] = "Dag" ; Text [ swedish ] = "Dag" ; Text [ danish ] = "Dag" ; Text [ portuguese_brazilian ] = "Tag" ; Text [ portuguese ] = "Dia" ; Text[ chinese_simplified ] = "天"; Text[ russian ] = ""; Text[ polish ] = "dzie"; Text[ japanese ] = "日"; Text[ chinese_traditional ] = "天"; Text[ arabic ] = ""; Text[ dutch ] = "Dag"; Text[ chinese_simplified ] = "天"; Text[ greek ] = ""; Text[ korean ] = "일자"; Text[ turkish ] = "Gn"; Text[ language_user1 ] = " "; Text[ catalan ] = "Da"; Text[ finnish ] = "Piv"; }; String STR_SVT_CALENDAR_WEEK { Text = "Woche" ; Text [ ENGLISH ] = "Week" ; Text [ dutch ] = "Week" ; Text [ english_us ] = "Week" ; Text [ italian ] = "Settim." ; Text [ spanish ] = "Semana" ; Text [ french ] = "Semaine" ; Text [ swedish ] = "Vecka" ; Text [ danish ] = "Uge" ; Text [ portuguese ] = "Semana" ; Text [ portuguese_brazilian ] = "Woche" ; Text[ chinese_simplified ] = "周"; Text[ russian ] = ""; Text[ polish ] = "tydzie"; Text[ japanese ] = "週"; Text[ chinese_traditional ] = "週"; Text[ arabic ] = ""; Text[ dutch ] = "Week"; Text[ chinese_simplified ] = "周"; Text[ greek ] = ""; Text[ korean ] = "주"; Text[ turkish ] = "Hafta"; Text[ language_user1 ] = " "; Text[ catalan ] = "Semana"; Text[ finnish ] = "Viikko"; }; String STR_SVT_CALENDAR_TODAY { Text = "Heute" ; Text [ ENGLISH ] = "Today" ; Text [ portuguese ] = "Hoje" ; Text [ english_us ] = "Today" ; Text [ portuguese_brazilian ] = "Heute" ; Text [ swedish ] = "Idag" ; Text [ danish ] = "I dag" ; Text [ italian ] = "Oggi" ; Text [ spanish ] = "Hoy" ; Text [ french ] = "Aujourd'hui" ; Text [ dutch ] = "Vandaag" ; Text[ chinese_simplified ] = "今天"; Text[ russian ] = ""; Text[ polish ] = "dzisiaj"; Text[ japanese ] = "今日"; Text[ chinese_traditional ] = "今天"; Text[ arabic ] = ""; Text[ dutch ] = "Vandaag"; Text[ chinese_simplified ] = "今天"; Text[ greek ] = ""; Text[ korean ] = "오늘"; Text[ turkish ] = "Bugn"; Text[ language_user1 ] = " "; Text[ catalan ] = "Hoy"; Text[ finnish ] = "Tnn"; }; String STR_SVT_CALENDAR_NONE { Text = "Keines" ; Text [ ENGLISH ] = "None" ; Text [ portuguese ] = "Nenhum" ; Text [ english_us ] = "None" ; Text [ portuguese_brazilian ] = "Keines" ; Text [ swedish ] = "Ingen" ; Text [ danish ] = "Ingen" ; Text [ italian ] = "Senza" ; Text [ spanish ] = "Ninguno" ; Text [ french ] = "Aucun(e)" ; Text [ dutch ] = "Geen" ; Text[ chinese_simplified ] = "无"; Text[ russian ] = ""; Text[ polish ] = "brak"; Text[ japanese ] = "なし"; Text[ chinese_traditional ] = "無"; Text[ arabic ] = ""; Text[ dutch ] = "Geen"; Text[ chinese_simplified ] = "无"; Text[ greek ] = ""; Text[ korean ] = "없음"; Text[ turkish ] = "Yok"; Text[ language_user1 ] = " "; Text[ catalan ] = "Ninguno"; Text[ finnish ] = "Ei mitn"; };