458 lines
16 KiB
Plaintext
458 lines
16 KiB
Plaintext
/*************************************************************************
|
||
*
|
||
* $RCSfile: editeng.src,v $
|
||
*
|
||
* $Revision: 1.22 $
|
||
*
|
||
* last change: $Author: kz $ $Date: 2001-07-24 20:20:06 $
|
||
*
|
||
* 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 <editeng.hrc>
|
||
#include <helpid.hrc>
|
||
|
||
String RID_EDITUNDO_DEL
|
||
{
|
||
TEXT = "L<>schen" ;
|
||
TEXT [ English ] = "Delete" ;
|
||
TEXT [ norwegian ] = "Slett" ;
|
||
TEXT [ italian ] = "Elimina" ;
|
||
TEXT [ portuguese_brazilian ] = "Apagar" ;
|
||
TEXT [ portuguese ] = "Eliminar" ;
|
||
TEXT [ finnish ] = "Poista" ;
|
||
TEXT [ danish ] = "Slet" ;
|
||
TEXT [ french ] = "Supprimer" ;
|
||
TEXT [ swedish ] = "Radera" ;
|
||
TEXT [ dutch ] = "Wissen" ;
|
||
TEXT [ spanish ] = "Eliminar" ;
|
||
TEXT [ english_us ] = "Delete" ;
|
||
TEXT[ chinese_simplified ] = "ɾ<><C9BE>";
|
||
TEXT[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
TEXT[ polish ] = "Usu<73>";
|
||
TEXT[ japanese ] = "<22>폜";
|
||
TEXT[ chinese_traditional ] = "<22>R<EFBFBD><52>";
|
||
TEXT[ arabic ] = "<22><><EFBFBD>";
|
||
TEXT[ dutch ] = "Wissen";
|
||
TEXT[ chinese_simplified ] = "ɾ<><C9BE>";
|
||
TEXT[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
TEXT[ korean ] = "<22><><EFBFBD><EFBFBD>";
|
||
TEXT[ turkish ] = "Sil";
|
||
TEXT[ catalan ] = "Eliminar";
|
||
};
|
||
|
||
String RID_EDITUNDO_MOVE
|
||
{
|
||
TEXT = "Verschieben" ;
|
||
TEXT [ English ] = "Move" ;
|
||
TEXT [ norwegian ] = "Flytt" ;
|
||
TEXT [ italian ] = "Sposta" ;
|
||
TEXT [ portuguese_brazilian ] = "Mover" ;
|
||
TEXT [ portuguese ] = "Mover" ;
|
||
TEXT [ finnish ] = "Siirr<72>" ;
|
||
TEXT [ danish ] = "Flyt" ;
|
||
TEXT [ french ] = "D<>placer" ;
|
||
TEXT [ swedish ] = "Flytta" ;
|
||
TEXT [ dutch ] = "Verplaatsen" ;
|
||
TEXT [ spanish ] = "Desplazar" ;
|
||
TEXT [ english_us ] = "Move" ;
|
||
TEXT[ chinese_simplified ] = "<22>ƶ<EFBFBD>";
|
||
TEXT[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
TEXT[ polish ] = "Przesu<73>";
|
||
TEXT[ japanese ] = "<22>ړ<EFBFBD>";
|
||
TEXT[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD>";
|
||
TEXT[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
TEXT[ dutch ] = "Verplaatsen";
|
||
TEXT[ chinese_simplified ] = "<22>ƶ<EFBFBD>";
|
||
TEXT[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
TEXT[ korean ] = "<22>̵<EFBFBD>";
|
||
TEXT[ turkish ] = "Ta<54><61>";
|
||
TEXT[ catalan ] = "Desplazar";
|
||
};
|
||
|
||
String RID_EDITUNDO_INSERT
|
||
{
|
||
TEXT = "Einf<6E>gen" ;
|
||
TEXT [ English ] = "Insert" ;
|
||
TEXT [ norwegian ] = "Sett inn" ;
|
||
TEXT [ italian ] = "Inserisci" ;
|
||
TEXT [ portuguese_brazilian ] = "Inserir" ;
|
||
TEXT [ portuguese ] = "Inserir" ;
|
||
TEXT [ finnish ] = "Lis<69><73>" ;
|
||
TEXT [ danish ] = "Inds<64>t" ;
|
||
TEXT [ french ] = "Ins<6E>rer" ;
|
||
TEXT [ swedish ] = "Infoga" ;
|
||
TEXT [ dutch ] = "Invoegen" ;
|
||
TEXT [ spanish ] = "Insertar" ;
|
||
TEXT [ english_us ] = "Insert" ;
|
||
TEXT[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>";
|
||
TEXT[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
TEXT[ polish ] = "Wstaw";
|
||
TEXT[ japanese ] = "<22>}<7D><>";
|
||
TEXT[ chinese_traditional ] = "<22><><EFBFBD>J";
|
||
TEXT[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
TEXT[ dutch ] = "Invoegen";
|
||
TEXT[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>";
|
||
TEXT[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
TEXT[ korean ] = "<22><><EFBFBD><EFBFBD>";
|
||
TEXT[ turkish ] = "Ekle";
|
||
TEXT[ catalan ] = "Insertar";
|
||
};
|
||
|
||
String RID_EDITUNDO_REPLACE
|
||
{
|
||
TEXT = "Ersetzen" ;
|
||
TEXT [ English ] = "Replace" ;
|
||
TEXT [ norwegian ] = "Replace" ;
|
||
TEXT [ italian ] = "Sostituisci" ;
|
||
TEXT [ portuguese_brazilian ] = "Substituir" ;
|
||
TEXT [ portuguese ] = "Substituir" ;
|
||
TEXT [ finnish ] = "Korvaa" ;
|
||
TEXT [ danish ] = "Erstat" ;
|
||
TEXT [ french ] = "Remplacer" ;
|
||
TEXT [ swedish ] = "Ers<72>tt" ;
|
||
TEXT [ dutch ] = "Vervangen" ;
|
||
TEXT [ spanish ] = "Reemplazar" ;
|
||
TEXT [ english_us ] = "Replace" ;
|
||
TEXT[ chinese_simplified ] = "<22>滻";
|
||
TEXT[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
TEXT[ polish ] = "Zamie<69>";
|
||
TEXT[ japanese ] = "<22>u<EFBFBD><75>";
|
||
TEXT[ chinese_traditional ] = "<22>N<EFBFBD><4E>";
|
||
TEXT[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
TEXT[ dutch ] = "Vervangen";
|
||
TEXT[ chinese_simplified ] = "<22>滻";
|
||
TEXT[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
TEXT[ korean ] = "<22>ٲٱ<D9B2>";
|
||
TEXT[ turkish ] = "De<44>i<EFBFBD>tir";
|
||
TEXT[ catalan ] = "Reemplazar";
|
||
};
|
||
|
||
String RID_EDITUNDO_SETATTRIBS
|
||
{
|
||
TEXT = "Attribute anwenden" ;
|
||
TEXT [ English ] = "Apply attributes" ;
|
||
TEXT [ norwegian ] = "Bruk attributter" ;
|
||
TEXT [ italian ] = "Applica attributi" ;
|
||
TEXT [ portuguese_brazilian ] = "Aplicar atributos" ;
|
||
TEXT [ portuguese ] = "Aplicar atributos" ;
|
||
TEXT [ finnish ] = "K<>yt<79> m<><6D>ritteit<69>" ;
|
||
TEXT [ danish ] = "Anvend attributter" ;
|
||
TEXT [ french ] = "Appliquer les attributs" ;
|
||
TEXT [ swedish ] = "Anv<6E>nd attribut" ;
|
||
TEXT [ dutch ] = "Attributen toepassen" ;
|
||
TEXT [ spanish ] = "Aplicar atributos" ;
|
||
TEXT [ english_us ] = "Apply attributes" ;
|
||
TEXT[ chinese_simplified ] = "ʹ<><CAB9><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
TEXT[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
TEXT[ polish ] = "Zastosuj atrybuty";
|
||
TEXT[ japanese ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>K<EFBFBD>p";
|
||
TEXT[ chinese_traditional ] = "<22>ϥ<EFBFBD><CFA5>ݩ<EFBFBD>";
|
||
TEXT[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
TEXT[ dutch ] = "Attributen toepassen";
|
||
TEXT[ chinese_simplified ] = "ʹ<><CAB9><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
TEXT[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
TEXT[ korean ] = "<22>Ӽ<EFBFBD> <20><><EFBFBD><EFBFBD>";
|
||
TEXT[ turkish ] = "<22>znitelikleri kullan";
|
||
TEXT[ catalan ] = "Aplicar atributos";
|
||
};
|
||
|
||
String RID_EDITUNDO_RESETATTRIBS
|
||
{
|
||
TEXT = "Attribute zur<75>cksetzen" ;
|
||
TEXT [ English ] = "Reset attributes" ;
|
||
TEXT [ norwegian ] = "Sett attributter p<> nytt" ;
|
||
TEXT [ italian ] = "Reimposta attributi" ;
|
||
TEXT [ portuguese_brazilian ] = "Redefinir atributos" ;
|
||
TEXT [ portuguese ] = "Repor atributos" ;
|
||
TEXT [ finnish ] = "Palauta m<><6D>ritteet" ;
|
||
TEXT [ danish ] = "Nulstil attributer" ;
|
||
TEXT [ french ] = "Restaurer les attributs" ;
|
||
TEXT [ swedish ] = "<22>terst<73>ll attribut" ;
|
||
TEXT [ dutch ] = "Attributen terugzetten" ;
|
||
TEXT [ spanish ] = "Restablecer atributos" ;
|
||
TEXT [ english_us ] = "Reset attributes" ;
|
||
TEXT[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
TEXT[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
TEXT[ polish ] = "Zresetuj atrybuty";
|
||
TEXT[ japanese ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɖ߂<C996>";
|
||
TEXT[ chinese_traditional ] = "<22><><EFBFBD>]<5D>ݩ<EFBFBD>";
|
||
TEXT[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
TEXT[ dutch ] = "Attributen terugzetten";
|
||
TEXT[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
TEXT[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
TEXT[ korean ] = "<22>Ӽ<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
TEXT[ turkish ] = "<22>znitelikleri ba<62>a al";
|
||
TEXT[ catalan ] = "Restablecer atributos";
|
||
};
|
||
|
||
String RID_EDITUNDO_INDENT
|
||
{
|
||
TEXT = "Einr<6E>cken" ;
|
||
TEXT [ English ] = "Einr<6E>cken" ;
|
||
Text [ portuguese ] = "Avan<61>ar" ;
|
||
Text [ english_us ] = "Indent" ;
|
||
Text [ portuguese_brazilian ] = "Einr?ken" ;
|
||
Text [ swedish ] = "Dra in" ;
|
||
Text [ danish ] = "Indryk" ;
|
||
Text [ italian ] = "Rientro" ;
|
||
Text [ spanish ] = "Sangr<67>a" ;
|
||
Text [ french ] = "Mettre en retrait" ;
|
||
Text [ dutch ] = "Inspringen" ;
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Wysuni<6E>cie";
|
||
Text[ japanese ] = "<22>}<7D><>";
|
||
Text[ chinese_traditional ] = "<22>Y<EFBFBD><59>";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Inspringen";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22>鿩<EFBFBD><E9BFA9><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Girinti";
|
||
Text[ catalan ] = "Sangr<67>a";
|
||
Text[ finnish ] = "Sisenn<6E>";
|
||
};
|
||
|
||
String RID_EDITUNDO_SETSTYLE
|
||
{
|
||
TEXT = "Vorlagen anwenden" ;
|
||
TEXT [ English ] = "Apply styles" ;
|
||
TEXT [ norwegian ] = "Bruk maler" ;
|
||
TEXT [ italian ] = "Applica modelli" ;
|
||
TEXT [ portuguese_brazilian ] = "Apicar estilos" ;
|
||
TEXT [ portuguese ] = "Aplicar estilos" ;
|
||
TEXT [ finnish ] = "K<>yt<79> tyylej<65>" ;
|
||
TEXT [ danish ] = "Anvend typografier" ;
|
||
TEXT [ french ] = "Appliquer les styles" ;
|
||
TEXT [ swedish ] = "Anv<6E>nd mallar" ;
|
||
TEXT [ dutch ] = "Opmaakprofielen toepassen" ;
|
||
TEXT [ spanish ] = "Aplicar estilos" ;
|
||
TEXT [ english_us ] = "Apply Styles" ;
|
||
TEXT[ chinese_simplified ] = "ʹ<><CAB9><EFBFBD><EFBFBD>ʽ";
|
||
TEXT[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||
TEXT[ polish ] = "Zastosuj style";
|
||
TEXT[ japanese ] = "<22><><EFBFBD>ق<EFBFBD><D982>K<EFBFBD>p";
|
||
TEXT[ chinese_traditional ] = "<22>ϥμ˦<CEBC>";
|
||
TEXT[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||
TEXT[ dutch ] = "Opmaakprofielen toepassen";
|
||
TEXT[ chinese_simplified ] = "ʹ<><CAB9><EFBFBD><EFBFBD>ʽ";
|
||
TEXT[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
TEXT[ korean ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
||
TEXT[ turkish ] = "<22>ablonlar<61> kullan";
|
||
TEXT[ catalan ] = "Aplicar estilos";
|
||
};
|
||
|
||
String RID_EDITUNDO_TRANSLITERATE
|
||
{
|
||
TEXT = "Gro<72>-/Kleinschreibung";
|
||
TEXT[English] = "Change case";
|
||
TEXT[ english_us ] = "Case/Characters";
|
||
TEXT[ portuguese ] = "Caixa/Caracteres";
|
||
TEXT[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||
TEXT[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD>";
|
||
TEXT[ dutch ] = "Hoofdletters/kleine letters";
|
||
TEXT[ french ] = "Casse/Caract<63>res";
|
||
TEXT[ spanish ] = "May<61>sculas/min<69>sculas";
|
||
TEXT[ italian ] = "Maiuscole/minuscole";
|
||
TEXT[ danish ] = "Change case";
|
||
TEXT[ swedish ] = "Bokst<73>ver/tecken";
|
||
TEXT[ polish ] = "Wielkie i ma<6D>e litery";
|
||
TEXT[ portuguese_brazilian ] = "Change case";
|
||
TEXT[ japanese ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>̕ϊ<CC95>";
|
||
TEXT[ korean ] = "<22><>/<2F>ҹ<EFBFBD><D2B9><EFBFBD>";
|
||
TEXT[ chinese_simplified ] = "<22>仯<EFBFBD><E4BBAF>ĸ<EFBFBD><C4B8><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʽ";
|
||
TEXT[ chinese_traditional ] = "<22>ܤƦr<C6A6><72><EFBFBD>M<EFBFBD>r<EFBFBD><72><EFBFBD>榡";
|
||
TEXT[ turkish ] = "Change case";
|
||
TEXT[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||
TEXT[ language_user1 ] = "nk03.04.01: hier passt Englisch Uebesetzung besser.";
|
||
TEXT[ catalan ] = "May<61>sculas/min<69>sculas";
|
||
TEXT[ finnish ] = "Gro<72>-/Kleinschreibung";
|
||
};
|
||
|
||
|
||
Menu RID_MENU_SPELL
|
||
{
|
||
ItemList =
|
||
{
|
||
MenuItem
|
||
{
|
||
Identifier = MN_SPELLING ;
|
||
HelpId = HID_EDITENG_SPELLER_START;
|
||
Text = "~Rechtschreibung" ;
|
||
Text [ English ] = "~Spelling" ;
|
||
Text [ english_us ] = "~Spellcheck" ;
|
||
Text [ italian ] = "Controllo ~ortografico" ;
|
||
Text [ spanish ] = "~Ortograf<61>a" ;
|
||
Text [ french ] = "~Orthographe" ;
|
||
Text [ dutch ] = "~Spellingcontrole" ;
|
||
Text [ swedish ] = "~R<>ttstavning" ;
|
||
Text [ danish ] = "Stavekont~rol" ;
|
||
Text [ portuguese ] = "Or~tografia" ;
|
||
Text [ portuguese_brazilian ] = "~Rechtschreibung" ;
|
||
Text [ chinese_simplified ] = "ƴд<C6B4><D0B4><EFBFBD><EFBFBD>(~S)";
|
||
Text[ russian ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "~Pisownia";
|
||
Text[ japanese ] = "<22><><EFBFBD>͍Z<CD8D><5A>(~S)";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD>g<EFBFBD>ˬd(~S)";
|
||
Text[ arabic ] = "<22><>~<7E><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "~Spellingcontrole";
|
||
Text[ chinese_simplified ] = "ƴд<C6B4><D0B4><EFBFBD><EFBFBD>(~S)";
|
||
Text[ greek ] = "<22>~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(~S)";
|
||
Text[ turkish ] = "~Yaz<61>m k<>lavuzu";
|
||
Text[ catalan ] = "~Ortograf<61>a";
|
||
Text[ finnish ] = "~Oikeinkirjoituksen tarkistus";
|
||
};
|
||
MenuItem
|
||
{
|
||
Identifier = MN_INSERT ;
|
||
HelpId = HID_EDITENG_SPELLER_ADDWORD;
|
||
SubMenu = Menu
|
||
{
|
||
};
|
||
Text = "~Aufnehmen" ;
|
||
Text [ English ] = "~Insert" ;
|
||
Text [ english_us ] = "~Add" ;
|
||
Text [ italian ] = "A~ggiungi" ;
|
||
Text [ spanish ] = "~Incluir" ;
|
||
Text [ french ] = "~Ajouter" ;
|
||
Text [ dutch ] = "~Toevoegen" ;
|
||
Text [ swedish ] = "~L<>gg till" ;
|
||
Text [ danish ] = "Tilf<6C>j" ;
|
||
Text [ portuguese ] = "~Adicionar" ;
|
||
Text [ portuguese_brazilian ] = "~Aufnehmen" ;
|
||
Text [ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>(~A)";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Dodaj";
|
||
Text[ japanese ] = "<22>lj<EFBFBD>(~A)";
|
||
Text[ chinese_traditional ] = "<22>[<5B>J(~A)";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "~Toevoegen";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>(~A)";
|
||
Text[ greek ] = "<22><>~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22>߰<EFBFBD>(~A)";
|
||
Text[ turkish ] = "Ekle";
|
||
Text[ catalan ] = "~Incluir";
|
||
Text[ finnish ] = "~Lis<69><73>";
|
||
};
|
||
MenuItem
|
||
{
|
||
Identifier = MN_IGNORE ;
|
||
HelpId = HID_EDITENG_SPELLER_IGNORE;
|
||
Text = "Alle i~gnorieren" ;
|
||
Text [ ENGLISH ] = "I~gnore all" ;
|
||
Text [ norwegian ] = "I~gnorer alle" ;
|
||
Text [ italian ] = "~Ignora tutto" ;
|
||
Text [ portuguese_brazilian ] = "I~gnorar tudo" ;
|
||
Text [ portuguese ] = "I~gnorar tudo" ;
|
||
Text [ finnish ] = "Ohita kaikki" ;
|
||
Text [ danish ] = "Ignorer alle" ;
|
||
Text [ french ] = "~Ignorer tout" ;
|
||
Text [ swedish ] = "~Ignorera alla" ;
|
||
Text [ dutch ] = "Alle ~negeren" ;
|
||
Text [ spanish ] = "I~gnorar todo" ;
|
||
Text [ english_us ] = "Ignore All" ;
|
||
Text [ chinese_simplified ] = "ȫ<><C8AB><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(~I)";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>";
|
||
Text[ polish ] = "Ignoruj wszystkie";
|
||
Text[ japanese ] = "<22><><EFBFBD>ׂĖ<D782><C496><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(~I)";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Alle ~negeren";
|
||
Text[ chinese_simplified ] = "ȫ<><C8AB><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(~I)";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD>~<7E><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "T<>m<EFBFBD>n<EFBFBD> yok say";
|
||
Text[ catalan ] = "I~gnorar todo";
|
||
};
|
||
MenuItem
|
||
{
|
||
Identifier = MN_AUTOCORR ;
|
||
HelpId = HID_EDITENG_SPELLER_AUTOCORRECT;
|
||
SubMenu = Menu
|
||
{
|
||
};
|
||
Text = "Auto~Korrektur" ;
|
||
Text [ English ] = "~AutoCorrect" ;
|
||
Text [ english_us ] = "AutoCorrect" ;
|
||
Text [ portuguese_brazilian ] = "Auto~Korrektur" ;
|
||
Text [ swedish ] = "Auto~Korrigering" ;
|
||
Text [ danish ] = "AutoKorrektur" ;
|
||
Text [ italian ] = "~Correzione automatica" ;
|
||
Text [ spanish ] = "Auto~Correcci<63>n" ;
|
||
Text [ french ] = "AutoCo~rrection" ;
|
||
Text [ dutch ] = "~AutoCorrectie" ;
|
||
Text [ portuguese ] = "Auto~Correc<65><63>o" ;
|
||
Text [ chinese_simplified ] = "<22>Զ<EFBFBD><D4B6><EFBFBD><EFBFBD><EFBFBD>(~A)";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Autokorekta";
|
||
Text[ japanese ] = "<22><>ĺڸ<C4BA>";
|
||
Text[ chinese_traditional ] = "<22>۰ʮե<CAAE>(~A)";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "~AutoCorrectie";
|
||
Text[ chinese_simplified ] = "<22>Զ<EFBFBD><D4B6><EFBFBD><EFBFBD><EFBFBD>(~A)";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD>~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22>ڵ<EFBFBD><DAB5><EFBFBD>ħ";
|
||
Text[ turkish ] = "Otomatik d<>zeltme";
|
||
Text[ catalan ] = "Auto~Correcci<63>n";
|
||
Text[ finnish ] = "Automaattinen korjaus";
|
||
};
|
||
};
|
||
};
|
||
|
||
|
||
|
||
|
||
|