/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: rot13.src,v $ * * $Revision: 1.22 $ * * last change: $Author: kz $ $Date: 2006-01-31 18:34:09 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. * * * GNU Lesser General Public License Version 2.1 * ============================================= * Copyright 2005 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 * ************************************************************************/ #include "sc.hrc" // Definition RID_XXX in StarCalc #include "rot13.hrc" /* #i54546# The code belonging to this resource file is sample code for the * legacy AddIn interface. The interface is still supported, but deprecated. * The strings here were displayed in the function wizard. To prevent * duplicated and useless translation effort (functions and strings are also * part of the new scaddin module), the strings here are now layed out as fixed * untranslatable strings. The entire mechanism with the ../util/cl2c.pl perl * script merging the raw .cl and the .src during build time didn't work * anymore anyway, since we switched from MS-LCIDs / telephone area codes to * ISO codes for resources, and introduced localize.sdf files. Returned was * always an empty string. Now at least the fixed English string is returned. * */ Resource RID_SC_ADDIN_ROT13 { String ROT13_DESC // Description { Text = "ROT13 Algorithm, each alphabetical character of the text is rotated by 13 in the alphabet"; }; String ROT13_PAR1_NAME // Name of Parameter 1 { Text = "Text"; }; String ROT13_PAR1_DESC // Description of Parameter 1 { Text = "The text that is to be rotated"; }; };