/************************************************************************* * * $RCSfile: lboxctrl.src,v $ * * $Revision: 1.14 $ * * last change: $Author: kz $ $Date: 2001-08-30 20:10:37 $ * * 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 #include #include "lboxctrl.hrc" FloatingWindow RID_SVXTBX_UNDO_REDO_CTRL { Pos = MAP_APPFONT ( 0 , 0 ) ; Size = MAP_APPFONT ( 150 , 74 ) ; HelpID = HID_SVXTBX_UNDO_REDO_CTRL ; Moveable = TRUE ; Closeable = TRUE ; Hide = TRUE ; SVLook = TRUE ; OutputSize = TRUE ; ListBox LB_SVXTBX_UNDO_REDO_CTRL { Pos = MAP_APPFONT ( 0 , 0 ) ; Size = MAP_APPFONT ( 150 , 60 ) ; Border = TRUE ; DropDown = FALSE ; OutputSize = TRUE ; }; FixedText FT_NUM_OPERATIONS { Pos = MAP_APPFONT ( 6 , 64 ) ; Size = MAP_APPFONT ( 138 , 10 ) ; }; }; String RID_SVXSTR_NUM_UNDO_ACTIONS { Text = "Rckgngig $(ARG1) Aktion(en)" ; Text [ENGLISH] = "Undo $(ARG1) action(s)" ; Text[ english_us ] = "Undo $(ARG1) action(s)"; Text[ portuguese ] = "Anular operao $(ARG1)"; Text[ russian ] = " () $(ARG1)"; Text[ greek ] = "Undo $(ARG1) action"; Text[ dutch ] = "Undo $(ARG1) action"; Text[ french ] = "Annuler $(ARG1) opration(s)"; Text[ spanish ] = "Deshacer $(ARG1) accin(es)"; Text[ finnish ] = "Rckgngig $(ARG1) Aktion(en)"; Text[ italian ] = "Annulla $(ARG1) operazione/i"; Text[ danish ] = "Undo $(ARG1) action"; Text[ swedish ] = "ngra $(ARG1) tgrd(er)"; Text[ polish ] = "Cofnij $(ARG1) akcj(e)"; Text[ portuguese_brazilian ] = "Undo $(ARG1) action"; Text[ japanese ] = "$(ARG1) アクションを元に戻す"; Text[ korean ] = "$(ARG1) 작업 실행 취소"; Text[ chinese_simplified ] = "撤消命令 $(ARG1) 操作"; Text[ chinese_traditional ] = "復原 $(ARG1) 指令"; Text[ turkish ] = "Undo $(ARG1) action"; Text[ arabic ] = "Undo $(ARG1) action"; Text[ catalan ] = "Undo $(ARG1) action"; }; String RID_SVXSTR_NUM_REDO_ACTIONS { Text = "Wiederherstellen $(ARG1) Aktion(en)" ; Text [ENGLISH] = "Redo $(ARG1) action(s)" ; Text[ english_us ] = "Redo $(ARG1) action(s)"; Text[ portuguese ] = "Restaurar operao $(ARG1)"; Text[ russian ] = " () $(ARG1)"; Text[ greek ] = " $(ARG1) ()"; Text[ dutch ] = "Redo $(ARG1) action"; Text[ french ] = "Restaurer $(ARG1) opration(s)"; Text[ spanish ] = "Restaurar $(ARG1) accin(es)"; Text[ finnish ] = "Wiederherstellen $(ARG1) Aktion(en)"; Text[ italian ] = "Ripeti $(ARG1) operazione/i"; Text[ danish ] = "Redo $(ARG1) action"; Text[ swedish ] = "terstll $(ARG1) tgrd(er)"; Text[ polish ] = "Odtwrz $(ARG1) akcj(e)"; Text[ portuguese_brazilian ] = "Redo $(ARG1) action"; Text[ japanese ] = "$(ARG1) アクションのやり直し"; Text[ korean ] = "$(ARG1) 작업 삭제 취소"; Text[ chinese_simplified ] = "恢复撤消命令 $(ARG1) 操作"; Text[ chinese_traditional ] = "恢復撤消 $(ARG1) 指令"; Text[ turkish ] = "Redo $(ARG1) action"; Text[ arabic ] = "Redo $(ARG1) action"; Text[ catalan ] = "Redo $(ARG1) action"; };