/************************************************************************* * * $RCSfile: svcontnr.src,v $ * * $Revision: 1.3 $ * * last change: $Author: kz $ $Date: 2002-09-18 19:17:00 $ * * 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 EXPRESS 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" Image RID_IMG_TREENODE_COLLAPSED { ImageBitmap = Bitmap { File = "plus.bmp"; } ; MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; }; }; Image RID_IMG_TREENODE_EXPANDED { ImageBitmap = Bitmap { File = "minus.bmp"; } ; MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; }; }; Image RID_IMG_TREENODE_COLLAPSED_HC { ImageBitmap = Bitmap { File = "plus_sch.bmp"; } ; MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; }; }; Image RID_IMG_TREENODE_EXPANDED_HC { ImageBitmap = Bitmap { File = "minus_sch.bmp"; } ; MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; }; }; // descriptions of accessible objects String STR_SVT_ACC_DESC_TABLISTBOX { Text = "Zeile: %1, Spalte: %2"; Text [ english_us ] = "Row: %1, Column: %2"; Text[ portuguese ] = "Row: %1, Column: %2"; Text[ russian ] = "Row: %1, Column: %2"; Text[ greek ] = "Row: %1, Column: %2"; Text[ dutch ] = "Row: %1, Column: %2"; Text[ french ] = "Row: %1, Column: %2"; Text[ spanish ] = "Row: %1, Column: %2"; Text[ finnish ] = "Row: %1, Column: %2"; Text[ italian ] = "Row: %1, Column: %2"; Text[ danish ] = "Row: %1, Column: %2"; Text[ swedish ] = "Row: %1, Column: %2"; Text[ polish ] = "Row: %1, Column: %2"; Text[ portuguese_brazilian ] = "Row: %1, Column: %2"; Text[ japanese ] = "Row: %1, Column: %2"; Text[ korean ] = "Row: %1, Column: %2"; Text[ chinese_simplified ] = "Row: %1, Column: %2"; Text[ chinese_traditional ] = "Row: %1, Column: %2"; Text[ turkish ] = "Row: %1, Column: %2"; Text[ arabic ] = "Row: %1, Column: %2"; Text[ catalan ] = "Row: %1, Column: %2"; Text[ thai ] = "Row: %1, Column: %2"; }; String STR_SVT_ACC_DESC_FILEVIEW { Text = ", Typ: %1, URL: %2"; Text [ english_us ] = ", Type: %1, URL: %2"; Text[ portuguese ] = ", Type: %1, URL: %2"; Text[ russian ] = ", Type: %1, URL: %2"; Text[ greek ] = ", Type: %1, URL: %2"; Text[ dutch ] = ", Type: %1, URL: %2"; Text[ french ] = ", Type: %1, URL: %2"; Text[ spanish ] = ", Type: %1, URL: %2"; Text[ finnish ] = ", Type: %1, URL: %2"; Text[ italian ] = ", Type: %1, URL: %2"; Text[ danish ] = ", Type: %1, URL: %2"; Text[ swedish ] = ", Type: %1, URL: %2"; Text[ polish ] = ", Type: %1, URL: %2"; Text[ portuguese_brazilian ] = ", Type: %1, URL: %2"; Text[ japanese ] = ", Type: %1, URL: %2"; Text[ korean ] = ", Type: %1, URL: %2"; Text[ chinese_simplified ] = ", Type: %1, URL: %2"; Text[ chinese_traditional ] = ", Type: %1, URL: %2"; Text[ turkish ] = ", Type: %1, URL: %2"; Text[ arabic ] = ", Type: %1, URL: %2"; Text[ catalan ] = ", Type: %1, URL: %2"; Text[ thai ] = ", Type: %1, URL: %2"; }; String STR_SVT_ACC_DESC_FOLDER { Text = "Ordner"; Text [ english_us ] = "Folder"; Text[ portuguese ] = "Folder"; Text[ russian ] = "Folder"; Text[ greek ] = "Folder"; Text[ dutch ] = "Folder"; Text[ french ] = "Folder"; Text[ spanish ] = "Folder"; Text[ finnish ] = "Folder"; Text[ italian ] = "Folder"; Text[ danish ] = "Folder"; Text[ swedish ] = "Folder"; Text[ polish ] = "Folder"; Text[ portuguese_brazilian ] = "Folder"; Text[ japanese ] = "Folder"; Text[ korean ] = "Folder"; Text[ chinese_simplified ] = "Folder"; Text[ chinese_traditional ] = "Folder"; Text[ turkish ] = "Folder"; Text[ arabic ] = "Folder"; Text[ catalan ] = "Folder"; Text[ thai ] = "Folder"; }; String STR_SVT_ACC_DESC_FILE { Text = "Datei"; Text [ english_us ] = "File"; Text[ portuguese ] = "File"; Text[ russian ] = "File"; Text[ greek ] = "File"; Text[ dutch ] = "File"; Text[ french ] = "File"; Text[ spanish ] = "File"; Text[ finnish ] = "File"; Text[ italian ] = "File"; Text[ danish ] = "File"; Text[ swedish ] = "File"; Text[ polish ] = "File"; Text[ portuguese_brazilian ] = "File"; Text[ japanese ] = "File"; Text[ korean ] = "File"; Text[ chinese_simplified ] = "File"; Text[ chinese_traditional ] = "File"; Text[ turkish ] = "File"; Text[ arabic ] = "File"; Text[ catalan ] = "File"; Text[ thai ] = "File"; }; /************************************************************************* * history: * $Log: not supported by cvs2svn $ * Revision 1.2 2002/09/13 12:36:56 pb * fix: #102696# accessibility strings added * * Revision 1.1 2002/07/19 13:26:53 fs * initial checkin - shared resource file for this directory * * * Revision 1.0 19.07.2002 14:28:03 fs ************************************************************************/