summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl/source/src/menu.src721
1 files changed, 361 insertions, 360 deletions
diff --git a/vcl/source/src/menu.src b/vcl/source/src/menu.src
index 99effae90fc2..07b08e5549cb 100644
--- a/vcl/source/src/menu.src
+++ b/vcl/source/src/menu.src
@@ -1,360 +1,361 @@
-/*************************************************************************
- *
- * $RCSfile: menu.src,v $
- *
- * $Revision: 1.23 $
- *
- * last change: $Author: hr $ $Date: 2003-06-13 12:29:44 $
- *
- * 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): _______________________________________
- *
- *
- ************************************************************************/
-#define _SV_MENU_SRC
-#ifndef _SV_SVIDS_HRC
-#include <svids.hrc>
-#endif
-
-String SV_RESID_STRING_NOSELECTIONPOSSIBLE
-{
- Text ="<Keine Auswahl mglich>";
- Text[English] ="<No selection possible>";
- Text[ english_us ] = "<No selection possible>";
- Text[ portuguese ] = "<Seleco impossvel>";
- Text[ russian ] = "< >";
- Text[ greek ] = "< >";
- Text[ dutch ] = "<Geen selectie mogelijk>";
- Text[ french ] = "<Aucune slection possible>";
- Text[ spanish ] = "<Ninguna seleccin posible>";
- Text[ italian ] = "<Impossibile selezionare>";
- Text[ danish ] = "<Intet udvalg muligt>";
- Text[ swedish ] = "<Inget urval mjligt>";
- Text[ polish ] = "<Wybr niemoliwy>";
- Text[ portuguese_brazilian ] = "<Seleo impossvel>";
- Text[ japanese ] = "<何も選択できません>";
- Text[ korean ] = "<선택 불가능>";
- Text[ chinese_simplified ] = "<无法选择>";
- Text[ chinese_traditional ] = "<無法選擇>";
- Text[ arabic ] = "< >";
- Text[ turkish ] = "<Seim yaplamaz>";
- Text[ catalan ] = "<Cap selecci possible>";
- Text[ finnish ] = "<Valinta ei mahdollinen >";
- Text[ thai ] = "<การเลือกที่ไม่สามารถเป็นไปได้>";
- Text[ czech ] = "<Výběr není možný>";
- Text[ hebrew ] = "‮<אין אפשרות לבחור>‬";
- Text[ hindi ] = "<कोई चुनाव संभव नहीं>";
- Text[ slovak ] = "<Výber nie je možný>";
-};
-
-Menu SV_RESID_MENU_EDIT
-{
- ItemList =
- {
- MenuItem
- {
- Identifier = SV_MENU_EDIT_UNDO ;
- Text = "~Rckgngig" ;
- Text [ English ] = "~Undo" ;
- Text [ portuguese ] = "~Anular" ;
- Text [ english_us ] = "~Undo" ;
- Text [ portuguese_brazilian ] = "~Desfazer" ;
- Text [ swedish ] = "~ngra" ;
- Text [ danish ] = "Fo~rtryd" ;
- Text [ italian ] = "~Annulla" ;
- Text [ spanish ] = "~Deshacer" ;
- Text [ french ] = "~Annuler" ;
- Text [ dutch ] = "~Ongedaan maken" ;
- Text[ russian ] = "";
- Text[ polish ] = "Co~fnij";
- Text[ japanese ] = "元に戻す(~U)";
- Text[ chinese_simplified ] = "撤消命令(~U)";
- Text[ chinese_traditional ] = "復原(~U)";
- Text[ greek ] = "~";
- Text[ korean ] = "실행 취소(~U)";
- Text[ arabic ] = "";
- Text[ turkish ] = "~Geri al";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "~Desfs";
- Text[ finnish ] = "~Kumoa";
- Text[ thai ] = "เ~ลิกทำ";
- Text[ czech ] = "Zpět";
- Text[ hebrew ] = "‮ביטול פעולה‬";
- Text[ hindi ] = "~अनावृत्ति";
- Text[ slovak ] = "~Späť";
- };
- MenuItem { Separator = TRUE ; };
- MenuItem
- {
- Identifier = SV_MENU_EDIT_CUT ;
- Text = "~Ausschneiden" ;
- Text [ English ] = "Cu~t" ;
- Text [ norwegian ] = "Klipp~ut" ;
- Text [ italian ] = "~Taglia" ;
- Text [ portuguese_brazilian ] = "Co~rtar" ;
- Text [ portuguese ] = "Co~rtar" ;
- Text [ finnish ] = "~Leikkaa" ;
- Text [ danish ] = "~Klip" ;
- Text [ french ] = "~Couper" ;
- Text [ swedish ] = "~Klipp ut" ;
- Text [ dutch ] = "K~nippen" ;
- Text [ spanish ] = "C~ortar" ;
- Text [ english_us ] = "Cu~t" ;
- Text[ russian ] = "~";
- Text[ polish ] = "Wy~tnij";
- Text[ japanese ] = "切り取り(~T)";
- Text[ chinese_simplified ] = "剪切(~T)";
- Text[ chinese_traditional ] = "剪下(~T)";
- Text[ greek ] = "~";
- Text[ korean ] = "잘라내기(~T)";
- Text[ arabic ] = "";
- Text[ turkish ] = "K~es";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "~Retalla";
- Text[ thai ] = "ตั~ด";
- Text[ czech ] = "Vyjmout";
- Text[ hebrew ] = "‮גזירה‬";
- Text[ hindi ] = "का~टो";
- Text[ slovak ] = "Vys~trihnúť";
- };
- MenuItem
- {
- Identifier = SV_MENU_EDIT_COPY ;
- Text = "~Kopieren" ;
- Text [ English ] = "~Copy" ;
- Text [ norwegian ] = "~Kopier" ;
- Text [ italian ] = "~Copia" ;
- Text [ portuguese_brazilian ] = "~Copiar" ;
- Text [ portuguese ] = "~Copiar" ;
- Text [ finnish ] = "K~opioi" ;
- Text [ danish ] = "K~opier" ;
- Text [ french ] = "Co~pier" ;
- Text [ swedish ] = "K~opiera" ;
- Text [ dutch ] = "~Kopiren" ;
- Text [ spanish ] = "~Copiar" ;
- Text [ english_us ] = "~Copy" ;
- Text[ russian ] = "~";
- Text[ polish ] = "~Kopiuj";
- Text[ japanese ] = "コピー(~C)";
- Text[ chinese_simplified ] = "复制(~C)";
- Text[ chinese_traditional ] = "複製(~C)";
- Text[ greek ] = "~";
- Text[ korean ] = "복사(~C)";
- Text[ arabic ] = "";
- Text[ turkish ] = "~Kopyala";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "~Copia";
- Text[ thai ] = "~คัดลอก";
- Text[ czech ] = "Kopírovat";
- Text[ hebrew ] = "‮העתקה‬";
- Text[ hindi ] = "~प्रतिलिपि";
- Text[ slovak ] = "~Kopírovať";
- };
- MenuItem
- {
- Identifier = SV_MENU_EDIT_PASTE ;
- Text = "~Einfgen" ;
- Text [ English ] = "~Paste" ;
- Text [ norwegian ] = "~Paste" ;
- Text [ italian ] = "~Incolla" ;
- Text [ portuguese_brazilian ] = "~Colar" ;
- Text [ portuguese ] = "Co~lar" ;
- Text [ finnish ] = "Lii~t" ;
- Text [ danish ] = "~Indst" ;
- Text [ french ] = "C~oller" ;
- Text [ swedish ] = "K~listra in" ;
- Text [ dutch ] = "~Plakken" ;
- Text [ spanish ] = "~Pegar" ;
- Text [ english_us ] = "~Paste" ;
- Text[ russian ] = "~";
- Text[ polish ] = "Wkle~j";
- Text[ japanese ] = "貼り付け(~P)";
- Text[ chinese_simplified ] = "粘贴(~P)";
- Text[ chinese_traditional ] = "貼上(~P)";
- Text[ greek ] = "~";
- Text[ korean ] = "붙여넣기(~P)";
- Text[ arabic ] = "";
- Text[ turkish ] = "~Yaptr";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "Engan~xa";
- Text[ thai ] = "~วาง";
- Text[ czech ] = "Vložit";
- Text[ hebrew ] = "‮הדבקה‬";
- Text[ hindi ] = "~छिपकाओ";
- Text[ slovak ] = "~Vložiť";
- };
- MenuItem
- {
- Identifier = SV_MENU_EDIT_DELETE ;
- Text = "~Lschen" ;
- Text [ English ] = "~Delete" ;
- Text [ norwegian ] = "~Slett" ;
- Text [ italian ] = "Cancella" ;
- Text [ portuguese_brazilian ] = "~Excluir" ;
- Text [ portuguese ] = "E~liminar" ;
- Text [ finnish ] = "~Poista" ;
- Text [ danish ] = "~Slet" ;
- Text [ french ] = "~Supprimer" ;
- Text [ swedish ] = "~Radera" ;
- Text [ dutch ] = "~Wissen" ;
- Text [ spanish ] = "~Borrar" ;
- Text [ english_us ] = "~Delete" ;
- Text[ russian ] = "~";
- Text[ polish ] = "~Usu";
- Text[ japanese ] = "削除(~D)";
- Text[ chinese_simplified ] = "删除(~D)";
- Text[ chinese_traditional ] = "刪除(~D)";
- Text[ greek ] = "~";
- Text[ korean ] = "삭제(~D)";
- Text[ arabic ] = "";
- Text[ turkish ] = "~Sil";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "~Suprimeix";
- Text[ thai ] = "~ลบ";
- Text[ czech ] = "Smazat";
- Text[ hebrew ] = "‮מחיקה‬";
- Text[ hindi ] = "~मिटाओ";
- Text[ slovak ] = "~Zmazať";
- };
- MenuItem { Separator = TRUE ; };
- MenuItem
- {
- Identifier = SV_MENU_EDIT_SELECTALL ;
- Text = "Alles aus~whlen" ;
- Text [ English ] = "Select ~All" ;
- Text [ norwegian ] = "Select ~All" ;
- Text [ italian ] = "Seleziona tutto" ;
- Text [ portuguese_brazilian ] = "Selecionar ~Tudo" ;
- Text [ portuguese ] = "Seleccionar ~tudo" ;
- Text [ finnish ] = "~Valitse kaikki" ;
- Text [ danish ] = "~Marker alt" ;
- Text [ french ] = "Tout ~slectionner" ;
- Text [ swedish ] = "Markera ~allt" ;
- Text [ dutch ] = "~Alles selecteren" ;
- Text [ spanish ] = "Seleccionar ~todo" ;
- Text [ english_us ] = "Select ~All" ;
- Text[ russian ] = " ";
- Text[ polish ] = "~Zaznacz wszystko";
- Text[ japanese ] = "すべて選択(~A)";
- Text[ chinese_simplified ] = "全部选中(~A)";
- Text[ chinese_traditional ] = "全部選取(~A)";
- Text[ greek ] = " ~";
- Text[ korean ] = "모두 선택(~A)";
- Text[ arabic ] = " ";
- Text[ turkish ] = "Tmn ~se";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "Selecciona-ho ~tot";
- Text[ thai ] = "เลือก~ทั้งหมด";
- Text[ czech ] = "Vybrat vše";
- Text[ hebrew ] = "‮בחירת הכל‬";
- Text[ hindi ] = "~सब चुनो";
- Text[ slovak ] = "Vybr~ať všetko";
- };
- MenuItem { Separator = TRUE ; };
- MenuItem
- {
- Identifier = SV_MENU_EDIT_INSERTSYMBOL;
- Text = "~Sonderzeichen einfgen...";
- Text [ English ] = "insert ~symbol...";
- TEXT[ italian ] = "Inserisci caratteri speciali...";
- TEXT[ portuguese_brazilian ] = "~Caracteres especiais...";
- TEXT[ portuguese ] = "~Inserir caracteres especiais...";
- TEXT[ danish ] = "Indst ~specialtegn...";
- TEXT[ french ] = "~Insrer des caractres spciaux...";
- TEXT[ swedish ] = "Infoga ~specialtecken...";
- TEXT[ dutch ] = "~Speciaal teken invoegen...";
- TEXT[ spanish ] = "Insertar ~smbolo...";
- TEXT[ english_us ] = "~Special Character...";
- TEXT[ russian ] = "...";
- TEXT[ polish ] = "Znak ~specjalny...";
- TEXT[ japanese ] = "記号と特殊文字の挿入(~S)...";
-
- TEXT[ chinese_simplified ] = "插入特殊字符(~S)...";
- TEXT[ chinese_traditional ] = "插入特殊字元(~S)...";
- TEXT[ greek ] = "~ ...";
- TEXT[ korean ] = "기호 및 특수 문자 삽입(~S)...";
- TEXT[ arabic ] = " ";
- TEXT[ turkish ] = "~zel karakter ekle...";
- TEXT[ language_user1 ] = " ";
- TEXT[ catalan ] = "Insereix ~smbol...";
- TEXT[ finnish ] = "Merkk~i...";
- TEXT[ thai ] = "ตัวอักขระ~พิเศษ...";
- TEXT[ czech ] = "Speciální symbol...";
- TEXT[ hebrew ] = "‮תו מיוחד...‬";
- TEXT[ hindi ] = "~विशेष अक्षर...";
- TEXT[ slovak ] = "Špeciálny ~znak...";
- };
- };
-};
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+/*************************************************************************
+ *
+ * $RCSfile: menu.src,v $
+ *
+ * $Revision: 1.24 $
+ *
+ * last change: $Author: hr $ $Date: 2003-07-03 17:30:15 $
+ *
+ * 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): _______________________________________
+ *
+ *
+ ************************************************************************/
+#define _SV_MENU_SRC
+#ifndef _SV_SVIDS_HRC
+#include <svids.hrc>
+#endif
+
+String SV_RESID_STRING_NOSELECTIONPOSSIBLE
+{
+ Text ="<Keine Auswahl mglich>";
+ Text[English] ="<No selection possible>";
+ Text[ english_us ] = "<No selection possible>";
+ Text[ portuguese ] = "<Seleco impossvel>";
+ Text[ russian ] = "< >";
+ Text[ greek ] = "< >";
+ Text[ dutch ] = "<Geen selectie mogelijk>";
+ Text[ french ] = "<Aucune slection possible>";
+ Text[ spanish ] = "<Ninguna seleccin posible>";
+ Text[ italian ] = "<Impossibile selezionare>";
+ Text[ danish ] = "<Intet udvalg muligt>";
+ Text[ swedish ] = "<Inget urval mjligt>";
+ Text[ polish ] = "<Wybr niemoliwy>";
+ Text[ portuguese_brazilian ] = "<Seleo impossvel>";
+ Text[ japanese ] = "<何も選択できません>";
+ Text[ korean ] = "<선택 불가능>";
+ Text[ chinese_simplified ] = "<无法选择>";
+ Text[ chinese_traditional ] = "<無法選擇>";
+ Text[ arabic ] = "< >";
+ Text[ turkish ] = "<Seim yaplamaz>";
+ Text[ catalan ] = "<Cap selecci possible>";
+ Text[ finnish ] = "<Valinta ei mahdollinen >";
+ Text[ thai ] = "<การเลือกที่ไม่สามารถเป็นไปได้>";
+ Text[ czech ] = "<Výběr není možný>";
+ Text[ hebrew ] = "‮<אין אפשרות לבחור>‬";
+ Text[ hindi ] = "<कोई चुनाव संभव नहीं>";
+ Text[ slovak ] = "<Výber nie je možný>";
+};
+
+Menu SV_RESID_MENU_EDIT
+{
+ ItemList =
+ {
+ MenuItem
+ {
+ Identifier = SV_MENU_EDIT_UNDO ;
+ Text = "~Rckgngig" ;
+ Text [ English ] = "~Undo" ;
+ Text [ portuguese ] = "~Anular" ;
+ Text [ english_us ] = "~Undo" ;
+ Text [ portuguese_brazilian ] = "~Desfazer" ;
+ Text [ swedish ] = "~ngra" ;
+ Text [ danish ] = "Fo~rtryd" ;
+ Text [ italian ] = "~Annulla" ;
+ Text [ spanish ] = "~Deshacer" ;
+ Text [ french ] = "~Annuler" ;
+ Text [ dutch ] = "~Ongedaan maken" ;
+ Text[ russian ] = "";
+ Text[ polish ] = "Co~fnij";
+ Text[ japanese ] = "元に戻す(~U)";
+ Text[ chinese_simplified ] = "撤消命令(~U)";
+ Text[ chinese_traditional ] = "復原(~U)";
+ Text[ greek ] = "~";
+ Text[ korean ] = "실행 취소(~U)";
+ Text[ arabic ] = "";
+ Text[ turkish ] = "~Geri al";
+ Text[ language_user1 ] = " ";
+ Text[ catalan ] = "~Desfs";
+ Text[ finnish ] = "~Kumoa";
+ Text[ thai ] = "เ~ลิกทำ";
+ Text[ czech ] = "Zpět";
+ Text[ hebrew ] = "‮ביטול פעולה‬";
+ Text[ hindi ] = "~अनावृत्ति";
+ Text[ slovak ] = "~Späť";
+ };
+ MenuItem { Separator = TRUE ; };
+ MenuItem
+ {
+ Identifier = SV_MENU_EDIT_CUT ;
+ Text = "~Ausschneiden" ;
+ Text [ English ] = "Cu~t" ;
+ Text [ norwegian ] = "Klipp~ut" ;
+ Text [ italian ] = "~Taglia" ;
+ Text [ portuguese_brazilian ] = "Co~rtar" ;
+ Text [ portuguese ] = "Co~rtar" ;
+ Text [ finnish ] = "~Leikkaa" ;
+ Text [ danish ] = "~Klip" ;
+ Text [ french ] = "~Couper" ;
+ Text [ swedish ] = "~Klipp ut" ;
+ Text [ dutch ] = "K~nippen" ;
+ Text [ spanish ] = "C~ortar" ;
+ Text [ english_us ] = "Cu~t" ;
+ Text[ russian ] = "~";
+ Text[ polish ] = "Wy~tnij";
+ Text[ japanese ] = "切り取り(~T)";
+ Text[ chinese_simplified ] = "剪切(~T)";
+ Text[ chinese_traditional ] = "剪下(~T)";
+ Text[ greek ] = "~";
+ Text[ korean ] = "잘라내기(~T)";
+ Text[ arabic ] = "";
+ Text[ turkish ] = "K~es";
+ Text[ language_user1 ] = " ";
+ Text[ catalan ] = "~Retalla";
+ Text[ thai ] = "ตั~ด";
+ Text[ czech ] = "Vyjmout";
+ Text[ hebrew ] = "‮גזירה‬";
+ Text[ hindi ] = "का~टो";
+ Text[ slovak ] = "Vys~trihnúť";
+ };
+ MenuItem
+ {
+ Identifier = SV_MENU_EDIT_COPY ;
+ Text = "~Kopieren" ;
+ Text [ English ] = "~Copy" ;
+ Text [ norwegian ] = "~Kopier" ;
+ Text [ italian ] = "~Copia" ;
+ Text [ portuguese_brazilian ] = "~Copiar" ;
+ Text [ portuguese ] = "~Copiar" ;
+ Text [ finnish ] = "K~opioi" ;
+ Text [ danish ] = "K~opier" ;
+ Text [ french ] = "Co~pier" ;
+ Text [ swedish ] = "K~opiera" ;
+ Text [ dutch ] = "~Kopiren" ;
+ Text [ spanish ] = "~Copiar" ;
+ Text [ english_us ] = "~Copy" ;
+ Text[ russian ] = "~";
+ Text[ polish ] = "~Kopiuj";
+ Text[ japanese ] = "コピー(~C)";
+ Text[ chinese_simplified ] = "复制(~C)";
+ Text[ chinese_traditional ] = "複製(~C)";
+ Text[ greek ] = "~";
+ Text[ korean ] = "복사(~C)";
+ Text[ arabic ] = "";
+ Text[ turkish ] = "~Kopyala";
+ Text[ language_user1 ] = " ";
+ Text[ catalan ] = "~Copia";
+ Text[ thai ] = "~คัดลอก";
+ Text[ czech ] = "Kopírovat";
+ Text[ hebrew ] = "‮העתקה‬";
+ Text[ hindi ] = "~प्रतिलिपि";
+ Text[ slovak ] = "~Kopírovať";
+ };
+ MenuItem
+ {
+ Identifier = SV_MENU_EDIT_PASTE ;
+ Text = "~Einfgen" ;
+ Text [ English ] = "~Paste" ;
+ Text [ norwegian ] = "~Paste" ;
+ Text [ italian ] = "~Incolla" ;
+ Text [ portuguese_brazilian ] = "~Colar" ;
+ Text [ portuguese ] = "Co~lar" ;
+ Text [ finnish ] = "Lii~t" ;
+ Text [ danish ] = "~Indst" ;
+ Text [ french ] = "C~oller" ;
+ Text [ swedish ] = "K~listra in" ;
+ Text [ dutch ] = "~Plakken" ;
+ Text [ spanish ] = "~Pegar" ;
+ Text [ english_us ] = "~Paste" ;
+ Text[ russian ] = "~";
+ Text[ polish ] = "Wkle~j";
+ Text[ japanese ] = "貼り付け(~P)";
+ Text[ chinese_simplified ] = "粘贴(~P)";
+ Text[ chinese_traditional ] = "貼上(~P)";
+ Text[ greek ] = "~";
+ Text[ korean ] = "붙여넣기(~P)";
+ Text[ arabic ] = "";
+ Text[ turkish ] = "~Yaptr";
+ Text[ language_user1 ] = " ";
+ Text[ catalan ] = "Engan~xa";
+ Text[ thai ] = "~วาง";
+ Text[ czech ] = "Vložit";
+ Text[ hebrew ] = "‮הדבקה‬";
+ Text[ hindi ] = "~छिपकाओ";
+ Text[ slovak ] = "~Vložiť";
+ };
+ MenuItem
+ {
+ Identifier = SV_MENU_EDIT_DELETE ;
+ Text = "~Lschen" ;
+ Text [ English ] = "~Delete" ;
+ Text [ norwegian ] = "~Slett" ;
+ Text [ italian ] = "Cancella" ;
+ Text [ portuguese_brazilian ] = "~Excluir" ;
+ Text [ portuguese ] = "E~liminar" ;
+ Text [ finnish ] = "~Poista" ;
+ Text [ danish ] = "~Slet" ;
+ Text [ french ] = "~Supprimer" ;
+ Text [ swedish ] = "~Radera" ;
+ Text [ dutch ] = "~Wissen" ;
+ Text [ spanish ] = "~Borrar" ;
+ Text [ english_us ] = "~Delete" ;
+ Text[ russian ] = "~";
+ Text[ polish ] = "~Usu";
+ Text[ japanese ] = "削除(~D)";
+ Text[ chinese_simplified ] = "删除(~D)";
+ Text[ chinese_traditional ] = "刪除(~D)";
+ Text[ greek ] = "~";
+ Text[ korean ] = "삭제(~D)";
+ Text[ arabic ] = "";
+ Text[ turkish ] = "~Sil";
+ Text[ language_user1 ] = " ";
+ Text[ catalan ] = "~Suprimeix";
+ Text[ thai ] = "~ลบ";
+ Text[ czech ] = "Smazat";
+ Text[ hebrew ] = "‮מחיקה‬";
+ Text[ hindi ] = "~मिटाओ";
+ Text[ slovak ] = "~Zmazať";
+ };
+ MenuItem { Separator = TRUE ; };
+ MenuItem
+ {
+ Identifier = SV_MENU_EDIT_SELECTALL ;
+ Text = "Alles aus~whlen" ;
+ Text [ English ] = "Select ~All" ;
+ Text [ norwegian ] = "Select ~All" ;
+ Text [ italian ] = "Seleziona tutto" ;
+ Text [ portuguese_brazilian ] = "Selecionar ~Tudo" ;
+ Text [ portuguese ] = "Seleccionar ~tudo" ;
+ Text [ finnish ] = "~Valitse kaikki" ;
+ Text [ danish ] = "~Marker alt" ;
+ Text [ french ] = "Tout ~slectionner" ;
+ Text [ swedish ] = "Markera ~allt" ;
+ Text [ dutch ] = "~Alles selecteren" ;
+ Text [ spanish ] = "Seleccionar ~todo" ;
+ Text [ english_us ] = "Select ~All" ;
+ Text[ russian ] = " ";
+ Text[ polish ] = "~Zaznacz wszystko";
+ Text[ japanese ] = "すべて選択(~A)";
+ Text[ chinese_simplified ] = "全部选中(~A)";
+ Text[ chinese_traditional ] = "全部選取(~A)";
+ Text[ greek ] = " ~";
+ Text[ korean ] = "모두 선택(~A)";
+ Text[ arabic ] = " ";
+ Text[ turkish ] = "Tmn ~se";
+ Text[ language_user1 ] = " ";
+ Text[ catalan ] = "Selecciona-ho ~tot";
+ Text[ thai ] = "เลือก~ทั้งหมด";
+ Text[ czech ] = "Vybrat vše";
+ Text[ hebrew ] = "‮בחירת הכל‬";
+ Text[ hindi ] = "~सब चुनो";
+ Text[ slovak ] = "Vybr~ať všetko";
+ };
+ MenuItem { Separator = TRUE ; };
+ MenuItem
+ {
+ Identifier = SV_MENU_EDIT_INSERTSYMBOL;
+ Text = "~Sonderzeichen einfgen...";
+ Text [ English ] = "insert ~symbol...";
+ TEXT[ italian ] = "Inserisci caratteri speciali...";
+ TEXT[ portuguese_brazilian ] = "~Caracteres especiais...";
+ TEXT[ portuguese ] = "~Inserir caracteres especiais...";
+ TEXT[ danish ] = "Indst ~specialtegn...";
+ TEXT[ french ] = "~Insrer des caractres spciaux...";
+ TEXT[ swedish ] = "Infoga ~specialtecken...";
+ TEXT[ dutch ] = "~Speciaal teken invoegen...";
+ TEXT[ spanish ] = "Insertar ~smbolo...";
+ TEXT[ english_us ] = "~Special Character...";
+ TEXT[ russian ] = "...";
+ TEXT[ polish ] = "Znak ~specjalny...";
+ TEXT[ japanese ] = "記号と特殊文字の挿入(~S)...";
+
+ TEXT[ chinese_simplified ] = "插入特殊字符(~S)...";
+ TEXT[ chinese_traditional ] = "插入特殊字元(~S)...";
+ TEXT[ greek ] = "~ ...";
+ TEXT[ korean ] = "기호 및 특수 문자 삽입(~S)...";
+ TEXT[ arabic ] = " ";
+ TEXT[ turkish ] = "~zel karakter ekle...";
+ TEXT[ language_user1 ] = " ";
+ TEXT[ catalan ] = "Insereix ~smbol...";
+ TEXT[ finnish ] = "Merkk~i...";
+ TEXT[ thai ] = "ตัวอักขระ~พิเศษ...";
+ TEXT[ czech ] = "Speciální symbol...";
+ TEXT[ hebrew ] = "‮תו מיוחד...‬";
+ TEXT[ hindi ] = "~विशेष अक्षर...";
+ TEXT[ slovak ] = "Špeciálny ~znak...";
+ };
+ };
+};
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+