2002-08-12 14:41:24 +00:00
|
|
|
|
/*************************************************************************
|
|
|
|
|
*
|
|
|
|
|
* $RCSfile: accessibility.src,v $
|
|
|
|
|
*
|
2002-09-05 12:34:17 +00:00
|
|
|
|
* $Revision: 1.3 $
|
2002-08-12 14:41:24 +00:00
|
|
|
|
*
|
2002-09-05 12:34:17 +00:00
|
|
|
|
* last change: $Author: kz $ $Date: 2002-09-05 13:34:17 $
|
2002-08-12 14:41:24 +00: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 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 "accessibility.hrc"
|
|
|
|
|
|
|
|
|
|
/* Names and descriptions of the Draw/Impress accessibility views
|
|
|
|
|
==============================================================
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
String SID_SD_A11Y_D_DRAWVIEW_N
|
|
|
|
|
{
|
|
|
|
|
Text = "Zeichnungsansicht" ;
|
|
|
|
|
Text [ english ] = "Drawing View" ;
|
2002-09-05 12:34:17 +00:00
|
|
|
|
Text[ english_us ] = "Drawing View";
|
|
|
|
|
Text[ portuguese ] = "Drawing View";
|
|
|
|
|
Text[ russian ] = "Drawing View";
|
|
|
|
|
Text[ greek ] = "Drawing View";
|
|
|
|
|
Text[ dutch ] = "Drawing View";
|
|
|
|
|
Text[ french ] = "Mode Dessin";
|
|
|
|
|
Text[ spanish ] = "Modo Dibujo";
|
|
|
|
|
Text[ finnish ] = "Drawing View";
|
|
|
|
|
Text[ italian ] = "Vista disegno";
|
|
|
|
|
Text[ danish ] = "Drawing View";
|
|
|
|
|
Text[ swedish ] = "Teckningsvy";
|
|
|
|
|
Text[ polish ] = "Drawing View";
|
|
|
|
|
Text[ portuguese_brazilian ] = "Drawing View";
|
|
|
|
|
Text[ japanese ] = "図形描画モード";
|
|
|
|
|
Text[ korean ] = "그리기 보기";
|
|
|
|
|
Text[ chinese_simplified ] = "绘图视图";
|
|
|
|
|
Text[ chinese_traditional ] = "繪圖預覽";
|
|
|
|
|
Text[ turkish ] = "Drawing View";
|
|
|
|
|
Text[ arabic ] = "Drawing View";
|
|
|
|
|
Text[ catalan ] = "Drawing View";
|
|
|
|
|
Text[ thai ] = "Drawing View";
|
2002-08-12 14:41:24 +00:00
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
String SID_SD_A11Y_D_DRAWVIEW_D
|
|
|
|
|
{
|
|
|
|
|
Text = "Hier k<>nnen Sie Zeichnungen erzeugen und bearbeiten." ;
|
|
|
|
|
Text [ english ] = "This is where you create and edit drawings." ;
|
2002-09-05 12:34:17 +00:00
|
|
|
|
Text[ english_us ] = "This is where you create and edit drawings.";
|
|
|
|
|
Text[ portuguese ] = "This is where you create and edit drawings.";
|
|
|
|
|
Text[ russian ] = "This is where you create and edit drawings.";
|
|
|
|
|
Text[ greek ] = "This is where you create and edit drawings.";
|
|
|
|
|
Text[ dutch ] = "This is where you create and edit drawings.";
|
|
|
|
|
Text[ french ] = "Cr<43>ation et <20>dition des dessins";
|
|
|
|
|
Text[ spanish ] = "Aqu<71> puede crear y editar dibujos. ";
|
|
|
|
|
Text[ finnish ] = "This is where you create and edit drawings.";
|
|
|
|
|
Text[ italian ] = "Spazio per creare e modificare disegni.";
|
|
|
|
|
Text[ danish ] = "This is where you create and edit drawings.";
|
|
|
|
|
Text[ swedish ] = "H<>r kan du skapa och redigera teckningar.";
|
|
|
|
|
Text[ polish ] = "This is where you create and edit drawings.";
|
|
|
|
|
Text[ portuguese_brazilian ] = "This is where you create and edit drawings.";
|
|
|
|
|
Text[ japanese ] = "ここで、図形描画の作成と編集ができます。";
|
|
|
|
|
Text[ korean ] = "여기에서 그리기를 만들고 편집할 수 있습니다.";
|
|
|
|
|
Text[ chinese_simplified ] = "在这里您能够新建和编辑绘图。";
|
|
|
|
|
Text[ chinese_traditional ] = "在此您能夠新增和編輯繪圖文件。";
|
|
|
|
|
Text[ turkish ] = "This is where you create and edit drawings.";
|
|
|
|
|
Text[ arabic ] = "This is where you create and edit drawings.";
|
|
|
|
|
Text[ catalan ] = "This is where you create and edit drawings.";
|
|
|
|
|
Text[ thai ] = "This is where you create and edit drawings.";
|
2002-08-12 14:41:24 +00:00
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
String SID_SD_A11Y_I_DRAWVIEW_N
|
|
|
|
|
{
|
|
|
|
|
Text = "Zeichnungsansicht" ;
|
|
|
|
|
Text [ english ] = "Drawing View" ;
|
2002-09-05 12:34:17 +00:00
|
|
|
|
Text[ english_us ] = "Drawing View";
|
|
|
|
|
Text[ portuguese ] = "Drawing View";
|
|
|
|
|
Text[ russian ] = "Drawing View";
|
|
|
|
|
Text[ greek ] = "Drawing View";
|
|
|
|
|
Text[ dutch ] = "Drawing View";
|
|
|
|
|
Text[ french ] = "Mode Dessin";
|
|
|
|
|
Text[ spanish ] = "Modo Dibujo";
|
|
|
|
|
Text[ finnish ] = "Drawing View";
|
|
|
|
|
Text[ italian ] = "Vista disegno";
|
|
|
|
|
Text[ danish ] = "Drawing View";
|
|
|
|
|
Text[ swedish ] = "Teckningsvy";
|
|
|
|
|
Text[ polish ] = "Drawing View";
|
|
|
|
|
Text[ portuguese_brazilian ] = "Drawing View";
|
|
|
|
|
Text[ japanese ] = "図形描画モード";
|
|
|
|
|
Text[ korean ] = "그리기 보기";
|
|
|
|
|
Text[ chinese_simplified ] = "绘图视图";
|
|
|
|
|
Text[ chinese_traditional ] = "繪圖預覽";
|
|
|
|
|
Text[ turkish ] = "Drawing View";
|
|
|
|
|
Text[ arabic ] = "Drawing View";
|
|
|
|
|
Text[ catalan ] = "Drawing View";
|
|
|
|
|
Text[ thai ] = "Drawing View";
|
2002-08-12 14:41:24 +00:00
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
String SID_SD_A11Y_I_DRAWVIEW_D
|
|
|
|
|
{
|
2002-08-16 07:40:59 +00:00
|
|
|
|
Text = "Hier k<>nnen Sie Seiten erzeugen und bearbeiten." ;
|
2002-08-12 14:41:24 +00:00
|
|
|
|
Text [ english ] = "This is where you create and edit slides." ;
|
2002-09-05 12:34:17 +00:00
|
|
|
|
Text[ english_us ] = "This is where you create and edit slides.";
|
|
|
|
|
Text[ portuguese ] = "This is where you create and edit slides.";
|
|
|
|
|
Text[ russian ] = "This is where you create and edit slides.";
|
|
|
|
|
Text[ greek ] = "This is where you create and edit slides.";
|
|
|
|
|
Text[ dutch ] = "This is where you create and edit slides.";
|
|
|
|
|
Text[ french ] = "Cr<43>ation et <20>dition des pr<70>sentations";
|
|
|
|
|
Text[ spanish ] = "Aqu<71> se pueden crear y editar diapositivas.";
|
|
|
|
|
Text[ finnish ] = "This is where you create and edit slides.";
|
|
|
|
|
Text[ italian ] = "Spazio per creare e modificare le presentazioni.";
|
|
|
|
|
Text[ danish ] = "This is where you create and edit slides.";
|
|
|
|
|
Text[ swedish ] = "H<>r kan du skapa och redigera sidor.";
|
|
|
|
|
Text[ polish ] = "This is where you create and edit slides.";
|
|
|
|
|
Text[ portuguese_brazilian ] = "This is where you create and edit slides.";
|
|
|
|
|
Text[ japanese ] = "ここで、スライドの作成と編集ができます。";
|
|
|
|
|
Text[ korean ] = "여기에서 슬라이드를 만들고 편집할 수 있습니다.";
|
|
|
|
|
Text[ chinese_simplified ] = "在这里您能够新建和编辑幻灯片。";
|
|
|
|
|
Text[ chinese_traditional ] = "在此您能夠新增和編輯投影片。";
|
|
|
|
|
Text[ turkish ] = "This is where you create and edit slides.";
|
|
|
|
|
Text[ arabic ] = "This is where you create and edit slides.";
|
|
|
|
|
Text[ catalan ] = "This is where you create and edit slides.";
|
|
|
|
|
Text[ thai ] = "This is where you create and edit slides.";
|
2002-08-12 14:41:24 +00:00
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
String SID_SD_A11Y_I_OUTLINEVIEW_N
|
|
|
|
|
{
|
|
|
|
|
Text = "Gliederungsansicht" ;
|
|
|
|
|
Text [ english ] = "Outline View" ;
|
2002-09-05 12:34:17 +00:00
|
|
|
|
Text[ english_us ] = "Outline View";
|
|
|
|
|
Text[ portuguese ] = "Outline View";
|
|
|
|
|
Text[ russian ] = "Outline View";
|
|
|
|
|
Text[ greek ] = "Outline View";
|
|
|
|
|
Text[ dutch ] = "Outline View";
|
|
|
|
|
Text[ french ] = "Mode Plan";
|
|
|
|
|
Text[ spanish ] = "Modo Esquema";
|
|
|
|
|
Text[ finnish ] = "Outline View";
|
|
|
|
|
Text[ italian ] = "Vista struttura";
|
|
|
|
|
Text[ danish ] = "Outline View";
|
|
|
|
|
Text[ swedish ] = "Dispositionsvy";
|
|
|
|
|
Text[ polish ] = "Outline View";
|
|
|
|
|
Text[ portuguese_brazilian ] = "Outline View";
|
|
|
|
|
Text[ japanese ] = "アウトラインモード";
|
|
|
|
|
Text[ korean ] = "아웃트라인 보기";
|
|
|
|
|
Text[ chinese_simplified ] = "大纲视图";
|
|
|
|
|
Text[ chinese_traditional ] = "大綱預覽";
|
|
|
|
|
Text[ turkish ] = "Outline View";
|
|
|
|
|
Text[ arabic ] = "Outline View";
|
|
|
|
|
Text[ catalan ] = "Outline View";
|
|
|
|
|
Text[ thai ] = "Outline View";
|
2002-08-12 14:41:24 +00:00
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
String SID_SD_A11Y_I_OUTLINEVIEW_D
|
|
|
|
|
{
|
|
|
|
|
Text = "Hier k<>nnen Sie Text in der Gliederungsansicht eingeben und bearbeiten." ;
|
|
|
|
|
Text [ english ] = "This is where you enter or edit text in list form." ;
|
2002-09-05 12:34:17 +00:00
|
|
|
|
Text[ english_us ] = "This is where you enter or edit text in list form.";
|
|
|
|
|
Text[ portuguese ] = "This is where you enter or edit text in list form.";
|
|
|
|
|
Text[ russian ] = "This is where you enter or edit text in list form.";
|
|
|
|
|
Text[ greek ] = "This is where you enter or edit text in list form.";
|
|
|
|
|
Text[ dutch ] = "This is where you enter or edit text in list form.";
|
|
|
|
|
Text[ french ] = "Saisie et <20>dition du texte en mode Plan";
|
|
|
|
|
Text[ spanish ] = "Aqu<71> puede introducir y editar texto en forma de lista. ";
|
|
|
|
|
Text[ finnish ] = "This is where you enter or edit text in list form.";
|
|
|
|
|
Text[ italian ] = "Spazio per creare e modificare un testo nella vista struttura.";
|
|
|
|
|
Text[ danish ] = "This is where you enter or edit text in list form.";
|
|
|
|
|
Text[ swedish ] = "H<>r kan du mata in och redigera text i dispositionsvyn.";
|
|
|
|
|
Text[ polish ] = "This is where you enter or edit text in list form.";
|
|
|
|
|
Text[ portuguese_brazilian ] = "This is where you enter or edit text in list form.";
|
|
|
|
|
Text[ japanese ] = "ここで、アウトライン用テキストの入力と編集ができます。";
|
|
|
|
|
Text[ korean ] = "여기에서 아웃트라인용 텍스트를 입력하거나 편집할 수 있습니다.";
|
|
|
|
|
Text[ chinese_simplified ] = "在这里您能够在大纲视图之中输入和编辑文字。";
|
|
|
|
|
Text[ chinese_traditional ] = "在此您能夠在大綱預覽之中輸入和編輯文字。";
|
|
|
|
|
Text[ turkish ] = "This is where you enter or edit text in list form.";
|
|
|
|
|
Text[ arabic ] = "This is where you enter or edit text in list form.";
|
|
|
|
|
Text[ catalan ] = "This is where you enter or edit text in list form.";
|
|
|
|
|
Text[ thai ] = "This is where you enter or edit text in list form.";
|
2002-08-12 14:41:24 +00:00
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
String SID_SD_A11Y_I_SLIDEVIEW_N
|
|
|
|
|
{
|
|
|
|
|
Text = "Diaansicht" ;
|
|
|
|
|
Text [ english ] = "Slides View" ;
|
2002-09-05 12:34:17 +00:00
|
|
|
|
Text[ english_us ] = "Slides View";
|
|
|
|
|
Text[ portuguese ] = "Slides View";
|
|
|
|
|
Text[ russian ] = "Slides View";
|
|
|
|
|
Text[ greek ] = "Slides View";
|
|
|
|
|
Text[ dutch ] = "Slides View";
|
|
|
|
|
Text[ french ] = "Mode Diapo";
|
|
|
|
|
Text[ spanish ] = "Modo Diapositivas";
|
|
|
|
|
Text[ finnish ] = "Slides View";
|
|
|
|
|
Text[ italian ] = "Vista diapositiva";
|
|
|
|
|
Text[ danish ] = "Slides View";
|
|
|
|
|
Text[ swedish ] = "Diabildsvy";
|
|
|
|
|
Text[ polish ] = "Slides View";
|
|
|
|
|
Text[ portuguese_brazilian ] = "Slides View";
|
|
|
|
|
Text[ japanese ] = "スライドモード";
|
|
|
|
|
Text[ korean ] = "슬라이드 보기";
|
|
|
|
|
Text[ chinese_simplified ] = "幻灯片视图";
|
|
|
|
|
Text[ chinese_traditional ] = "投影片預覽";
|
|
|
|
|
Text[ turkish ] = "Slides View";
|
|
|
|
|
Text[ arabic ] = "Slides View";
|
|
|
|
|
Text[ catalan ] = "Slides View";
|
|
|
|
|
Text[ thai ] = "Slides View";
|
2002-08-12 14:41:24 +00:00
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
String SID_SD_A11Y_I_SLIDEVIEW_D
|
|
|
|
|
{
|
|
|
|
|
Text = "Hier k<>nnen Sie Seiten sortieren." ;
|
|
|
|
|
Text [ english ] = "This is where you sort slides." ;
|
2002-09-05 12:34:17 +00:00
|
|
|
|
Text[ english_us ] = "This is where you sort slides.";
|
|
|
|
|
Text[ portuguese ] = "This is where you sort slides.";
|
|
|
|
|
Text[ russian ] = "This is where you sort slides.";
|
|
|
|
|
Text[ greek ] = "This is where you sort slides.";
|
|
|
|
|
Text[ dutch ] = "This is where you sort slides.";
|
|
|
|
|
Text[ french ] = "Tri des diapos";
|
|
|
|
|
Text[ spanish ] = "Aqu<71> puede ordenar las diapositivas.";
|
|
|
|
|
Text[ finnish ] = "This is where you sort slides.";
|
|
|
|
|
Text[ italian ] = "Spazio per ordinare le diapositive.";
|
|
|
|
|
Text[ danish ] = "This is where you sort slides.";
|
|
|
|
|
Text[ swedish ] = "H<>r kan du sortera sidor.";
|
|
|
|
|
Text[ polish ] = "This is where you sort slides.";
|
|
|
|
|
Text[ portuguese_brazilian ] = "This is where you sort slides.";
|
|
|
|
|
Text[ japanese ] = "ここで、スライドの並べ替えができます。";
|
|
|
|
|
Text[ korean ] = "여기에서 슬라이드를 정렬하실 수 있습니다.";
|
|
|
|
|
Text[ chinese_simplified ] = "在这里您能够排序页面。";
|
|
|
|
|
Text[ chinese_traditional ] = "在此您能夠排序頁面。";
|
|
|
|
|
Text[ turkish ] = "This is where you sort slides.";
|
|
|
|
|
Text[ arabic ] = "This is where you sort slides.";
|
|
|
|
|
Text[ catalan ] = "This is where you sort slides.";
|
|
|
|
|
Text[ thai ] = "This is where you sort slides.";
|
2002-08-12 14:41:24 +00:00
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
String SID_SD_A11Y_I_NOTESVIEW_N
|
|
|
|
|
{
|
|
|
|
|
Text = "Notizansicht" ;
|
|
|
|
|
Text [ english ] = "Notes View" ;
|
2002-09-05 12:34:17 +00:00
|
|
|
|
Text[ english_us ] = "Notes View";
|
|
|
|
|
Text[ portuguese ] = "Notes View";
|
|
|
|
|
Text[ russian ] = "Notes View";
|
|
|
|
|
Text[ greek ] = "Notes View";
|
|
|
|
|
Text[ dutch ] = "Notes View";
|
|
|
|
|
Text[ french ] = "Mode Note";
|
|
|
|
|
Text[ spanish ] = "Modo Notas";
|
|
|
|
|
Text[ finnish ] = "Notes View";
|
|
|
|
|
Text[ italian ] = "Vista note";
|
|
|
|
|
Text[ danish ] = "Notes View";
|
|
|
|
|
Text[ swedish ] = "Anteckningsvy";
|
|
|
|
|
Text[ polish ] = "Notes View";
|
|
|
|
|
Text[ portuguese_brazilian ] = "Notes View";
|
|
|
|
|
Text[ japanese ] = "ノートモード";
|
|
|
|
|
Text[ korean ] = "메모 보기";
|
|
|
|
|
Text[ chinese_simplified ] = "备注视图";
|
|
|
|
|
Text[ chinese_traditional ] = "備註預覽";
|
|
|
|
|
Text[ turkish ] = "Notes View";
|
|
|
|
|
Text[ arabic ] = "Notes View";
|
|
|
|
|
Text[ catalan ] = "Notes View";
|
|
|
|
|
Text[ thai ] = "Notes View";
|
2002-08-12 14:41:24 +00:00
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
String SID_SD_A11Y_I_NOTESVIEW_D
|
|
|
|
|
{
|
|
|
|
|
Text = "Hier k<>nnen Sie Notizen eingeben und bearbeiten." ;
|
|
|
|
|
Text [ english ] = "This is where you enter and view notes." ;
|
2002-09-05 12:34:17 +00:00
|
|
|
|
Text[ english_us ] = "This is where you enter and view notes.";
|
|
|
|
|
Text[ portuguese ] = "This is where you enter and view notes.";
|
|
|
|
|
Text[ russian ] = "This is where you enter and view notes.";
|
|
|
|
|
Text[ greek ] = "This is where you enter and view notes.";
|
|
|
|
|
Text[ dutch ] = "This is where you enter and view notes.";
|
|
|
|
|
Text[ french ] = "Saisie et <20>dition des notes";
|
|
|
|
|
Text[ spanish ] = "Aqu<71> puede introducir y editar anotaciones. ";
|
|
|
|
|
Text[ finnish ] = "This is where you enter and view notes.";
|
|
|
|
|
Text[ italian ] = "Spazio per scrivere le annotazioni.";
|
|
|
|
|
Text[ danish ] = "This is where you enter and view notes.";
|
|
|
|
|
Text[ swedish ] = "H<>r kan du mata in och redigera anteckningar.";
|
|
|
|
|
Text[ polish ] = "This is where you enter and view notes.";
|
|
|
|
|
Text[ portuguese_brazilian ] = "This is where you enter and view notes.";
|
|
|
|
|
Text[ japanese ] = "ここで、ノートの入力と編集ができます。";
|
|
|
|
|
Text[ korean ] = "여기에서 메모를 입력하고 편집하실 수 있습니다.";
|
|
|
|
|
Text[ chinese_simplified ] = "在这里您能够输入和编辑备注。";
|
|
|
|
|
Text[ chinese_traditional ] = "在此您能夠輸入和編輯備註。";
|
|
|
|
|
Text[ turkish ] = "This is where you enter and view notes.";
|
|
|
|
|
Text[ arabic ] = "This is where you enter and view notes.";
|
|
|
|
|
Text[ catalan ] = "This is where you enter and view notes.";
|
|
|
|
|
Text[ thai ] = "This is where you enter and view notes.";
|
2002-08-12 14:41:24 +00:00
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
String SID_SD_A11Y_I_HANDOUTVIEW_N
|
|
|
|
|
{
|
|
|
|
|
Text = "Handzettelansicht" ;
|
|
|
|
|
Text [ english ] = "Handout View" ;
|
2002-09-05 12:34:17 +00:00
|
|
|
|
Text[ english_us ] = "Handout View";
|
|
|
|
|
Text[ portuguese ] = "Handout View";
|
|
|
|
|
Text[ russian ] = "Handout View";
|
|
|
|
|
Text[ greek ] = "Handout View";
|
|
|
|
|
Text[ dutch ] = "Handout View";
|
|
|
|
|
Text[ french ] = "Mode Prospectus";
|
|
|
|
|
Text[ spanish ] = "Modo Volante";
|
|
|
|
|
Text[ finnish ] = "Handout View";
|
|
|
|
|
Text[ italian ] = "Vista stampato";
|
|
|
|
|
Text[ danish ] = "Handout View";
|
|
|
|
|
Text[ swedish ] = "Flygbladsvy";
|
|
|
|
|
Text[ polish ] = "Handout View";
|
|
|
|
|
Text[ portuguese_brazilian ] = "Handout View";
|
|
|
|
|
Text[ japanese ] = "ハンドアウトモード";
|
|
|
|
|
Text[ korean ] = "유인물 보기";
|
|
|
|
|
Text[ chinese_simplified ] = "讲义视图";
|
|
|
|
|
Text[ chinese_traditional ] = "講義預覽";
|
|
|
|
|
Text[ turkish ] = "Handout View";
|
|
|
|
|
Text[ arabic ] = "Handout View";
|
|
|
|
|
Text[ catalan ] = "Handout View";
|
|
|
|
|
Text[ thai ] = "Handout View";
|
2002-08-12 14:41:24 +00:00
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
String SID_SD_A11Y_I_HANDOUTVIEW_D
|
|
|
|
|
{
|
|
|
|
|
Text = "Hier k<>nnen Sie das Layout der Handzettel bearbeiten." ;
|
|
|
|
|
Text [ english ] = "This is where you decide on the layout for handouts." ;
|
2002-09-05 12:34:17 +00:00
|
|
|
|
Text[ english_us ] = "This is where you decide on the layout for handouts.";
|
|
|
|
|
Text[ portuguese ] = "This is where you decide on the layout for handouts.";
|
|
|
|
|
Text[ russian ] = "This is where you decide on the layout for handouts.";
|
|
|
|
|
Text[ greek ] = "This is where you decide on the layout for handouts.";
|
|
|
|
|
Text[ dutch ] = "This is where you decide on the layout for handouts.";
|
|
|
|
|
Text[ french ] = "<22>dition de la mise en page des prospectus";
|
|
|
|
|
Text[ spanish ] = "Aqu<71> puede editar el dise<73>o de los volantes. ";
|
|
|
|
|
Text[ finnish ] = "This is where you decide on the layout for handouts.";
|
|
|
|
|
Text[ italian ] = "Spazio per modificare il layout di stampati.";
|
|
|
|
|
Text[ danish ] = "This is where you decide on the layout for handouts.";
|
|
|
|
|
Text[ swedish ] = "H<>r kan du redigera layout f<>r flygblad.";
|
|
|
|
|
Text[ polish ] = "This is where you decide on the layout for handouts.";
|
|
|
|
|
Text[ portuguese_brazilian ] = "This is where you decide on the layout for handouts.";
|
|
|
|
|
Text[ japanese ] = "ここで、ハンドアウトのレイアウトと編集ができます。";
|
|
|
|
|
Text[ korean ] = "여기에서 유인물의 레이아웃을 편집할 수 있습니다.";
|
|
|
|
|
Text[ chinese_simplified ] = "在这里您能够编辑讲义的版式。";
|
|
|
|
|
Text[ chinese_traditional ] = "在此您能夠編輯講義的版式。";
|
|
|
|
|
Text[ turkish ] = "This is where you decide on the layout for handouts.";
|
|
|
|
|
Text[ arabic ] = "This is where you decide on the layout for handouts.";
|
|
|
|
|
Text[ catalan ] = "This is where you decide on the layout for handouts.";
|
|
|
|
|
Text[ thai ] = "This is where you decide on the layout for handouts.";
|
2002-08-12 14:41:24 +00:00
|
|
|
|
};
|