diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-07-03 15:42:34 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-07-03 15:42:34 +0000 |
commit | 7ecf70dbc876595b2deee77c92ceb6f5ae9d6e90 (patch) | |
tree | 1a5650d9062c7fe3299c3c50a4438e6c0289ba89 /svx | |
parent | 78025c5251512ec2d81a580ce64a40ef5917946a (diff) |
INTEGRATION: CWS rc2merge (1.4.36); FILE MERGED
2003/07/03 14:39:32 ihi 1.4.36.1: rc-2 merge all languages
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/form/filtnav.src | 445 |
1 files changed, 223 insertions, 222 deletions
diff --git a/svx/source/form/filtnav.src b/svx/source/form/filtnav.src index 276679e16016..94536840dba3 100644 --- a/svx/source/form/filtnav.src +++ b/svx/source/form/filtnav.src @@ -1,222 +1,223 @@ -/*************************************************************************
- *
- * $RCSfile: filtnav.src,v $
- *
- * $Revision: 1.4 $
- *
- * last change: $Author: hr $ $Date: 2003-06-13 12:21: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 "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 ] = "E~xcluir" ;
- Text [ swedish ] = "~Radera" ;
- Text [ danish ] = "Slet" ;
- Text [ italian ] = "~Elimina" ;
- Text [ spanish ] = "~Borrar" ;
- 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 ] = "~Suprimeix";
- Text[ finnish ] = "~Poista";
- Text[ thai ] = "~ลบ";
- Text[ czech ] = "Smazat";
- Text[ hebrew ] = "מחיקה";
- Text[ hindi ] = "~मिटाओ";
- Text[ slovak ] = "~Zmazať";
- };
- 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 ] = "B~ewerken";
- Text[ french ] = "~diter";
- Text[ spanish ] = "~Editar";
- Text[ italian ] = "~Modifica";
- Text[ danish ] = "~Rediger";
- Text[ swedish ] = "~Redigera";
- Text[ polish ] = "~Edytuj";
- Text[ portuguese_brazilian ] = "~Editar";
- Text[ japanese ] = "編集(~E)";
- Text[ korean ] = "편집(~E)";
- Text[ chinese_simplified ] = "编辑(~E)";
- Text[ chinese_traditional ] = "編輯(~E)";
- Text[ arabic ] = "~";
- Text[ turkish ] = "Dzenle";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "~Edita";
- Text[ finnish ] = "~Muokkaa";
- Text[ thai ] = "แ~ก้ไข";
- Text[ czech ] = "Upravit";
- Text[ hebrew ] = "עריכה";
- Text[ hindi ] = "~संपादन";
- Text[ slovak ] = "~Upraviť";
- };
- 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 ] = "~ Vazio";
- Text[ japanese ] = "空白(~I)";
- Text[ korean ] = "비어 있음(~I)";
- Text[ chinese_simplified ] = "是空缺(~I)";
- Text[ chinese_traditional ] = "是空缺(~I)";
- Text[ arabic ] = "";
- Text[ turkish ] = "Bo";
- Text[ catalan ] = "~Buit";
- Text[ finnish ] = "~Ei pde";
- Text[ thai ] = "เ~ป็น Null";
- Text[ czech ] = "Je null";
- Text[ hebrew ] = "ריק";
- Text[ hindi ] = "Null है ~क्या";
- Text[ slovak ] = "~Je Null";
- };
- 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 ] = "~No Vazio";
- Text[ japanese ] = "空白でない(~S)";
- Text[ korean ] = "비어 있지 않음(~S)";
- Text[ chinese_simplified ] = "不是空缺(~S)";
- Text[ chinese_traditional ] = "不是空缺(~S)";
- Text[ arabic ] = " ";
- Text[ turkish ] = "Bo deil";
- Text[ catalan ] = "~No buit";
- Text[ finnish ] = "~Ptee";
- Text[ thai ] = "ไ~ม่เป็น Null";
- Text[ czech ] = "Není null";
- Text[ hebrew ] = "לא ריק";
- Text[ hindi ] = "Null ~नहीं है क्या";
- Text[ slovak ] = "~Nie je null";
- };
- };
-};
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+/************************************************************************* + * + * $RCSfile: filtnav.src,v $ + * + * $Revision: 1.5 $ + * + * last change: $Author: hr $ $Date: 2003-07-03 16:42:34 $ + * + * 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 ] = "E~xcluir" ; + Text [ swedish ] = "~Radera" ; + Text [ danish ] = "Slet" ; + Text [ italian ] = "~Elimina" ; + Text [ spanish ] = "~Borrar" ; + 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 ] = "~Suprimeix"; + Text[ finnish ] = "~Poista"; + Text[ thai ] = "~ลบ"; + Text[ czech ] = "Smazat"; + Text[ hebrew ] = "מחיקה"; + Text[ hindi ] = "~मिटाओ"; + Text[ slovak ] = "~Zmazať"; + }; + 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 ] = "B~ewerken"; + Text[ french ] = "~diter"; + Text[ spanish ] = "~Editar"; + Text[ italian ] = "~Modifica"; + Text[ danish ] = "~Rediger"; + Text[ swedish ] = "~Redigera"; + Text[ polish ] = "~Edytuj"; + Text[ portuguese_brazilian ] = "~Editar"; + Text[ japanese ] = "編集(~E)"; + Text[ korean ] = "편집(~E)"; + Text[ chinese_simplified ] = "编辑(~E)"; + Text[ chinese_traditional ] = "編輯(~E)"; + Text[ arabic ] = "~"; + Text[ turkish ] = "Dzenle"; + Text[ language_user1 ] = " "; + Text[ catalan ] = "~Edita"; + Text[ finnish ] = "~Muokkaa"; + Text[ thai ] = "แ~ก้ไข"; + Text[ czech ] = "Upravit"; + Text[ hebrew ] = "עריכה"; + Text[ hindi ] = "~संपादन"; + Text[ slovak ] = "~Upraviť"; + }; + 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 ] = "~ Vazio"; + Text[ japanese ] = "空白(~I)"; + Text[ korean ] = "비어 있음(~I)"; + Text[ chinese_simplified ] = "是空缺(~I)"; + Text[ chinese_traditional ] = "是空缺(~I)"; + Text[ arabic ] = ""; + Text[ turkish ] = "Bo"; + Text[ catalan ] = "~Buit"; + Text[ finnish ] = "~Ei pde"; + Text[ thai ] = "เ~ป็น Null"; + Text[ czech ] = "Je null"; + Text[ hebrew ] = "ריק"; + Text[ hindi ] = "Null है ~क्या"; + Text[ slovak ] = "~Je Null"; + }; + 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 ] = "~No Vazio"; + Text[ japanese ] = "空白でない(~S)"; + Text[ korean ] = "비어 있지 않음(~S)"; + Text[ chinese_simplified ] = "不是空缺(~S)"; + Text[ chinese_traditional ] = "不是空缺(~S)"; + Text[ arabic ] = " "; + Text[ turkish ] = "Bo deil"; + Text[ catalan ] = "~No buit"; + Text[ finnish ] = "~Ptee"; + Text[ thai ] = "ไ~ม่เป็น Null"; + Text[ czech ] = "Není null"; + Text[ hebrew ] = "לא ריק"; + Text[ hindi ] = "Null ~नहीं है क्या"; + Text[ slovak ] = "~Nie je null"; + }; + }; +}; + + + + + + + + + + + + + + + + + + + + + + + + + |