/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: accessibility.src,v $ * * $Revision: 1.14 $ * * last change: $Author: hr $ $Date: 2005-09-23 12:24:36 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. * * * GNU Lesser General Public License Version 2.1 * ============================================= * Copyright 2005 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 * ************************************************************************/ #include "accessibility.hrc" /* Names and descriptions of the Draw/Impress accessibility views ============================================================== */ String SID_SD_A11Y_D_DRAWVIEW_N { Text [ de ] = "Zeichnungsansicht" ; Text [ en-US ] = "Drawing View"; }; String SID_SD_A11Y_D_DRAWVIEW_D { Text [ de ] = "Hier können Sie Zeichnungen erzeugen und bearbeiten." ; Text [ en-US ] = "This is where you create and edit drawings."; }; String SID_SD_A11Y_I_DRAWVIEW_N { Text [ de ] = "Zeichnungsansicht" ; Text [ en-US ] = "Drawing View"; }; String SID_SD_A11Y_I_DRAWVIEW_D { Text [ de ] = "Hier können Sie Seiten erzeugen und bearbeiten." ; Text [ en-US ] = "This is where you create and edit slides."; }; String SID_SD_A11Y_I_OUTLINEVIEW_N { Text [ de ] = "Gliederungsansicht" ; Text [ en-US ] = "Outline View"; }; String SID_SD_A11Y_I_OUTLINEVIEW_D { Text [ de ] = "Hier können Sie Text in der Gliederungsansicht eingeben und bearbeiten." ; Text [ en-US ] = "This is where you enter or edit text in list form."; }; String SID_SD_A11Y_I_SLIDEVIEW_N { Text [ de ] = "Folienansicht" ; Text [ en-US ] = "Slides View"; }; String SID_SD_A11Y_I_SLIDEVIEW_D { Text [ de ] = "Hier können Sie Seiten sortieren." ; Text [ en-US ] = "This is where you sort slides."; }; String SID_SD_A11Y_I_NOTESVIEW_N { Text [ de ] = "Notizansicht" ; Text [ en-US ] = "Notes View"; }; String SID_SD_A11Y_I_NOTESVIEW_D { Text [ de ] = "Hier können Sie Notizen eingeben und bearbeiten." ; Text [ en-US ] = "This is where you enter and view notes."; }; String SID_SD_A11Y_I_HANDOUTVIEW_N { Text [ de ] = "Handzettelansicht" ; Text [ en-US ] = "Handout View"; }; String SID_SD_A11Y_I_HANDOUTVIEW_D { Text [ de ] = "Hier können Sie das Layout der Handzettel bearbeiten." ; Text [ en-US ] = "This is where you decide on the layout for handouts."; };