/************************************************************************* * * $RCSfile: filtnav.src,v $ * * $Revision: 1.1.1.9 $ * * last change: $Author: rt $ $Date: 2001-08-29 20:26:09 $ * * 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 "svxids.hrc" #include "fmresids.hrc" Menu RID_FM_FILTER_MENU { ItemList = { MenuItem { Identifier = SID_FM_DELETE ; HelpID = SID_FM_DELETE ; Text = "~Lschen" ; Text [ ENGLISH ] = "~Delete" ; Text [ english_us ] = "~Delete" ; Text [ portuguese_brazilian ] = "L?chen" ; Text [ swedish ] = "~Radera" ; Text [ danish ] = "Slet" ; Text [ italian ] = "~Elimina" ; Text [ spanish ] = "~Eliminar" ; Text [ french ] = "~Supprimer" ; Text [ dutch ] = "Wi~ssen" ; Text [ portuguese ] = "E~liminar" ; Text[ chinese_simplified ] = "删除(~D)"; Text[ russian ] = ""; Text[ polish ] = "Usu"; Text[ japanese ] = "削除(~D)"; Text[ chinese_traditional ] = "刪除(~D)"; Text[ arabic ] = ""; Text[ greek ] = "~"; Text[ korean ] = "삭제(~D)"; Text[ turkish ] = "Sil"; Text[ language_user1 ] = " "; Text[ catalan ] = "~Eliminar"; Text[ finnish ] = "~Poista"; }; MenuItem { Identifier = SID_FM_FILTER_EDIT ; HelpID = SID_FM_FILTER_EDIT ; Text = "~Bearbeiten" ; Text [ english_us ] = "~Edit" ; Text[ portuguese ] = "~Editar"; Text[ russian ] = "~"; Text[ greek ] = "~"; Text[ dutch ] = "~Bewerken"; Text[ french ] = "~diter"; Text[ spanish ] = "~Editar"; Text[ italian ] = "~Modifica"; Text[ danish ] = "~Rediger"; Text[ swedish ] = "~Redigera"; Text[ polish ] = "~Edytuj"; Text[ portuguese_brazilian ] = "~Edit"; Text[ japanese ] = "編集(~E)"; Text[ korean ] = "편집(~E)"; Text[ chinese_simplified ] = "编辑(~E)"; Text[ chinese_traditional ] = "編輯(~E)"; Text[ arabic ] = "~"; Text[ turkish ] = "Dzenle"; Text[ language_user1 ] = " "; Text[ catalan ] = "~Editar"; Text[ finnish ] = "~Muokkaa"; }; MenuItem { Identifier = SID_FM_FILTER_IS_NULL ; HelpID = SID_FM_FILTER_IS_NULL ; Text = "~Ist Leer" ; Text [ english_us ] = "~Is Null" ; Text [ ENGLISH ] = "~IS NULL" ; Text[ portuguese ] = "~Vazio"; Text[ russian ] = "~"; Text[ greek ] = "~ "; Text[ dutch ] = "~Is leeg"; Text[ french ] = "~Est vide"; Text[ spanish ] = "~Vaco"; Text[ italian ] = " ~vuoto"; Text[ danish ] = "Er tom"; Text[ swedish ] = "~r tom"; Text[ polish ] = "Jest pusty"; Text[ portuguese_brazilian ] = "~IS NULL"; Text[ japanese ] = "空白(~I)"; Text[ korean ] = "비어 있음(~I)"; Text[ chinese_simplified ] = "是空缺(~I)"; Text[ chinese_traditional ] = "是空缺(~I)"; Text[ arabic ] = ""; Text[ turkish ] = "Bo"; Text[ catalan ] = "~Vaco"; Text[ finnish ] = "~Ei p?de"; }; MenuItem { Identifier = SID_FM_FILTER_IS_NOT_NULL ; HelpID = SID_FM_FILTER_IS_NOT_NULL ; Text = "~Ist nicht leer" ; Text [ english_us ] = "I~s not Null" ; Text [ ENGLISH ] = "~IS NOT NULL" ; Text[ portuguese ] = "~No vazio"; Text[ russian ] = "~ "; Text[ greek ] = " ~ "; Text[ dutch ] = "~Is niet leeg"; Text[ french ] = "~N'est pas vide"; Text[ spanish ] = "~No Vaco"; Text[ italian ] = "~Non vuoto"; Text[ danish ] = "Er ikke tom"; Text[ swedish ] = "~r inte tom"; Text[ polish ] = "Nie jest pusty"; Text[ portuguese_brazilian ] = "~IS NOT NULL"; Text[ japanese ] = "空白でない(~S)"; Text[ korean ] = "비어 있지 않음(~S)"; Text[ chinese_simplified ] = "不是空缺(~S)"; Text[ chinese_traditional ] = "不是空缺(~S)"; Text[ arabic ] = " "; Text[ turkish ] = "Bo deil"; Text[ catalan ] = "~No Vaco"; Text[ finnish ] = "~P?tee"; }; }; };