Files
libreoffice/chart2/source/controller/dialogs/Strings.src

633 lines
15 KiB
Plaintext
Raw Normal View History

2003-10-06 08:58:36 +00:00
/*************************************************************************
*
* $RCSfile: Strings.src,v $
*
* $Revision: 1.3 $
2003-10-06 08:58:36 +00:00
*
* last change: $Author: hjs $ $Date: 2004-06-26 20:27:58 $
2003-10-06 08:58:36 +00: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: 2003 by Sun Microsystems, Inc.
*
* All Rights Reserved.
*
* Contributor(s): _______________________________________
*
*
************************************************************************/
#include "Strings.hrc"
String STR_TITLE_GRID
{
Text[ de ] = "Gitter" ;
Text [ en-US ] = "Grid" ;
2003-10-06 08:58:36 +00:00
};
/*
String RID_BUILDVERSION
{
Text [ de ] = UPDVER ;
Text [ en-US ] = UPDVER ;
2003-10-06 08:58:36 +00:00
};
String STR_NULL
{
Text [ de ] = "Kein" ;
Text [ en-US ] = "None" ;
2003-10-06 08:58:36 +00:00
};
String STR_BASIC_IDE
{
Text [ de ] = "Basic-IDE" ;
Text [ en-US ] = "Basic IDE" ;
2003-10-06 08:58:36 +00:00
};
String STR_INVISIBLE
{
Text [ de ] = "Unsichtbar" ;
Text [ en-US ] = "Invisible" ;
2003-10-06 08:58:36 +00:00
};
String STR_SOLID
{
Text [ de ] = "Durchg<68>ngig" ;
Text [ en-US ] = "Continuous" ;
Text [ x-comment ] = "nk 07.08.99 : Hat es mit Linienstil zu tun? Bitte mich informieren! Danke - - - -";
2003-10-06 08:58:36 +00:00
};
String STR_AREA
{
Text [ de ] = "Fl<46>che" ;
Text [ en-US ] = "Area" ;
2003-10-06 08:58:36 +00:00
};
String STR_LINE
{
Text [ de ] = "Linie" ;
Text [ en-US ] = "Line" ;
2003-10-06 08:58:36 +00:00
};
String STR_NORMAL_LINES
{
Text [ de ] = "Normal mit Linien" ;
Text [ en-US ] = "Normal with lines" ;
2003-10-06 08:58:36 +00:00
};
String STR_2D
{
Text [ de ] = "2D-" ;
Text [ en-US ] = "2D " ;
2003-10-06 08:58:36 +00:00
};
String STR_3D
{
Text [ de ] = "3D-" ;
Text [ en-US ] = "3D " ;
2003-10-06 08:58:36 +00:00
};
String STR_DIAGRAM_AREA
{
Text [ de ] = "Diagrammfl<66>che" ;
Text [ en-US ] = "Chart Area" ;
2003-10-06 08:58:36 +00:00
};
String STR_DIAGRAM
{
Text [ de ] = "Diagramm" ;
Text [ en-US ] = "Chart" ;
2003-10-06 08:58:36 +00:00
};
String STR_DIAGRAM_WALL
{
Text [ de ] = "Diagrammwand" ;
Text [ en-US ] = "Chart Wall" ;
2003-10-06 08:58:36 +00:00
};
String STR_DIAGRAM_FLOOR
{
Text [ de ] = "Diagrammboden" ;
Text [ en-US ] = "Chart Floor" ;
2003-10-06 08:58:36 +00:00
};
String STR_DIAGRAM_X_AXIS
{
Text [ de ] = "X-Achse" ;
Text [ en-US ] = "X axis" ;
2003-10-06 08:58:36 +00:00
};
String STR_DIAGRAM_Y_AXIS
{
Text [ de ] = "Y-Achse" ;
Text [ en-US ] = "Y axis" ;
2003-10-06 08:58:36 +00:00
};
String STR_DIAGRAM_Z_AXIS
{
Text [ de ] = "Z-Achse" ;
Text [ en-US ] = "Z axis" ;
2003-10-06 08:58:36 +00:00
};
String STR_DIAGRAM_X_GRID_MAIN
{
Text [ de ] = "X-Hauptgitter" ;
Text [ en-US ] = "X axis main grid" ;
2003-10-06 08:58:36 +00:00
};
String STR_DIAGRAM_Y_GRID_MAIN
{
Text [ de ] = "Y-Hauptgitter" ;
Text [ en-US ] = "Y main grid" ;
2003-10-06 08:58:36 +00:00
};
String STR_DIAGRAM_Z_GRID_MAIN
{
Text [ de ] = "Z-Hauptgitter" ;
Text [ en-US ] = "Z main grid" ;
2003-10-06 08:58:36 +00:00
};
String STR_DIAGRAM_X_GRID_HELP
{
Text [ de ] = "X-Hilfsgitter" ;
Text [ en-US ] = "Minor X Grid" ;
2003-10-06 08:58:36 +00:00
};
String STR_DIAGRAM_Y_GRID_HELP
{
Text [ de ] = "Y-Hilfsgitter" ;
Text [ en-US ] = "Y minor grid" ;
2003-10-06 08:58:36 +00:00
};
String STR_DIAGRAM_Z_GRID_HELP
{
Text [ de ] = "Z-Hilfsgitter" ;
Text [ en-US ] = "Z minor grid" ;
2003-10-06 08:58:36 +00:00
};
String STR_DIAGRAM_ROW
{
// $(ROW) can be a number or the caption of the row in quotes
Text [ de ] = "Datenreihe $(ROW)" ;
Text [ en-US ] = "Data Series $(ROW)" ;
2003-10-06 08:58:36 +00:00
};
String STR_DIAGRAM_DESCRGROUP
{
Text [ de ] = "Datenbeschriftungen" ;
Text [ en-US ] = "Data Labels" ;
2003-10-06 08:58:36 +00:00
};
String STR_DIAGRAM_DESCR_ROW
{
Text [ de ] = "Datenzeilen-Beschriftung" ;
Text [ en-US ] = "Data rows label" ;
2003-10-06 08:58:36 +00:00
};
String STR_DIAGRAM_DESCR_COL
{
Text [ de ] = "Datenspalten-Beschriftung" ;
Text [ en-US ] = "Data columns label" ;
2003-10-06 08:58:36 +00:00
};
String STR_LEGEND
{
Text [ de ] = "Legende" ;
Text [ en-US ] = "Legend" ;
2003-10-06 08:58:36 +00:00
};
String STR_LEGEND_SYMBOL_ROW
{
Text [ de ] = "Datenreihen-Symbol" ;
Text [ en-US ] = "Data series symbol" ;
2003-10-06 08:58:36 +00:00
};
String STR_LEGEND_SYMBOL_COL
{
Text [ de ] = "Datenspalten-Symbol" ;
Text [ en-US ] = "Data column symbol" ;
2003-10-06 08:58:36 +00:00
};
String STR_MARKED
{
// $(OBJ) is any chart object, like 'x axis', 'data point', 'grid', etc.
// this string is for the status bar.
Text [ de ] = "$(OBJ) markiert" ;
Text [ en-US ] = "$(OBJ) selected" ;
2003-10-06 08:58:36 +00:00
};
String STR_UNDO_DRAGDROP
{
Text [ de ] = "Drag&Drop" ;
Text [ en-US ] = "Drag and Drop" ;
2003-10-06 08:58:36 +00:00
};
String STR_UNDO_DIAGRAM_LINE
{
Text [ de ] = "Linenart" ;
Text [ en-US ] = "Line Type" ;
2003-10-06 08:58:36 +00:00
};
String STR_UNDO_CUT
{
Text [ de ] = "Ausschneiden" ;
Text [ en-US ] = "Cut" ;
2003-10-06 08:58:36 +00:00
};
String STR_UNDO_DELETE
{
Text [ de ] = "L<>schen" ;
Text [ en-US ] = "Delete" ;
2003-10-06 08:58:36 +00:00
};
String STR_UNDO_DIAGRAM_DATA
{
Text [ de ] = "Diagrammdaten bearbeiten" ;
Text [ en-US ] = "Edit chart data" ;
2003-10-06 08:58:36 +00:00
};
String STR_UNDO_EDIT_TITLE
{
Text [ de ] = "Titel editieren" ;
Text [ en-US ] = "Edit title" ;
2003-10-06 08:58:36 +00:00
};
String STR_UNDO_STATISTICS
{
Text [ de ] = "Statistik" ;
Text [ en-US ] = "Statistics" ;
2003-10-06 08:58:36 +00:00
};
String STR_UNDO_INSERT_TITLE
{
Text [ de ] = "Titel einf<6E>gen" ;
Text [ en-US ] = "Insert title" ;
2003-10-06 08:58:36 +00:00
};
String STR_UNDO_INSERT_LEGEND
{
Text [ de ] = "Legende einf<6E>gen" ;
Text [ en-US ] = "Insert legend" ;
2003-10-06 08:58:36 +00:00
};
String STR_UNDO_INSERT_DESCR
{
Text [ de ] = "Datenbeschriftung einf<6E>gen" ;
Text [ en-US ] = "Insert data label" ;
2003-10-06 08:58:36 +00:00
};
String STR_UNDO_INSERT_AXIS
{
Text [ de ] = "Achsen einf<6E>gen" ;
Text [ en-US ] = "Insert axes" ;
2003-10-06 08:58:36 +00:00
};
String STR_UNDO_INSERT_GRID
{
Text [ de ] = "Gitter einf<6E>gen" ;
Text [ en-US ] = "Insert grids" ;
2003-10-06 08:58:36 +00:00
};
String STR_UNDO_DATA_ROW
{
Text [ de ] = "Datenreihe bearbeiten" ;
Text [ en-US ] = "Edit data series" ;
2003-10-06 08:58:36 +00:00
};
String STR_UNDO_DATA_POINT
{
Text [ de ] = "Datenpunkt bearbeiten" ;
Text [ en-US ] = "Edit data point" ;
2003-10-06 08:58:36 +00:00
};
String STR_UNDO_TITLE
{
Text [ de ] = "Titel bearbeiten" ;
Text [ en-US ] = "Edit title" ;
2003-10-06 08:58:36 +00:00
};
String STR_UNDO_LEGEND
{
Text [ de ] = "Legende bearbeiten" ;
Text [ en-US ] = "Edit legend" ;
2003-10-06 08:58:36 +00:00
};
String STR_UNDO_DIAGRAM_AXIS
{
Text [ de ] = "Achse bearbeiten" ;
Text [ en-US ] = "Edit axis" ;
2003-10-06 08:58:36 +00:00
};
String STR_UNDO_DIAGRAM_GRID
{
Text [ de ] = "Gitter bearbeiten" ;
Text [ en-US ] = "Edit grid" ;
2003-10-06 08:58:36 +00:00
};
String STR_UNDO_DIAGRAM_WALL
{
Text [ de ] = "Diagrammwand bearbeiten" ;
Text [ en-US ] = "Edit chart wall" ;
2003-10-06 08:58:36 +00:00
};
String STR_UNDO_DIAGRAM_FLOOR
{
Text [ de ] = "Diagrammboden bearbeiten" ;
Text [ en-US ] = "Edit chart floor" ;
2003-10-06 08:58:36 +00:00
};
String STR_UNDO_DIAGRAM_AREA
{
Text [ de ] = "Diagrammfl<66>che bearbeiten" ;
Text [ en-US ] = "Edit chart area" ;
2003-10-06 08:58:36 +00:00
};
String STR_UNDO_DIAGRAM_TYPE
{
Text [ de ] = "Diagrammtyp bearbeiten" ;
Text [ en-US ] = "Edit chart type" ;
2003-10-06 08:58:36 +00:00
};
String STR_UNDO_AUTOFORMAT
{
Text [ de ] = "AutoFormat" ;
Text [ en-US ] = "AutoFormat" ;
2003-10-06 08:58:36 +00:00
};
String STR_UNDO_3D_VIEW
{
Text [ de ] = "3D-Ansicht bearbeiten" ;
Text [ en-US ] = "Edit 3D view" ;
2003-10-06 08:58:36 +00:00
};
String STR_UNDO_LIGHTING
{
Text [ de ] = "3D-Beleuchtung einstellen" ;
Text [ en-US ] = "Set 3D illumination" ;
2003-10-06 08:58:36 +00:00
};
String STR_UNDO_TOGGLE_TITLE
{
Text [ de ] = "Titel ein/aus" ;
Text [ en-US ] = "Title on/off" ;
2003-10-06 08:58:36 +00:00
};
String STR_UNDO_TOGGLE_LEGEND
{
Text [ de ] = "Legende ein/aus" ;
Text [ en-US ] = "Legend on/off" ;
2003-10-06 08:58:36 +00:00
};
String STR_UNDO_TOGGLE_AXIS_TITLE
{
Text [ de ] = "Achsentitel ein/aus" ;
Text [ en-US ] = "Axis titles on/off" ;
2003-10-06 08:58:36 +00:00
};
String STR_UNDO_TOGGLE_AXIS_DESCR
{
Text [ de ] = "Achsenbeschriftung ein/aus" ;
Text [ en-US ] = "Axis labels on/off" ;
2003-10-06 08:58:36 +00:00
};
String STR_UNDO_TOGGLE_GRID_HORZ
{
Text [ de ] = "Gitter horizontal ein/aus" ;
Text [ en-US ] = "Horizontal grid on/off" ;
2003-10-06 08:58:36 +00:00
};
String STR_UNDO_TOGGLE_GRID_VERT
{
Text [ de ] = "Gitter vertikal ein/aus" ;
Text [ en-US ] = "Vertical grid on/off" ;
2003-10-06 08:58:36 +00:00
};
String STR_UNDO_DATA_IN_ROWS
{
Text [ de ] = "Daten in Zeilen" ;
Text [ en-US ] = "Data in Rows" ;
2003-10-06 08:58:36 +00:00
};
String STR_UNDO_DATA_IN_COLUMNS
{
Text [ de ] = "Daten in Spalten" ;
Text [ en-US ] = "Data in Columns" ;
2003-10-06 08:58:36 +00:00
};
String STR_DEFAULTVIEW
{
Text [ de ] = "Default" ;
Text [ en-US ] = "Default" ;
2003-10-06 08:58:36 +00:00
};
String STR_OPEN_DOCUMENT
{
Text [ de ] = "Dokument laden" ;
Text [ en-US ] = "Load document" ;
2003-10-06 08:58:36 +00:00
};
String STR_SAVE_DOCUMENT
{
Text [ en-US ] = "Save document";
Text [ de ] = "Dokument speichern" ;
Text [ en-US ] = "Save document" ;
Text [ de ] = "Dokument speichern" ;
2003-10-06 08:58:36 +00:00
};
String STR_ACTION_NOTPOSSIBLE
{
Text [ de ] = "Die Funktion kann mit den selektierten \nObjekten nicht ausgef<65>hrt werden." ;
Text [ en-US ] = "This function cannot be completed with the selected objects." ;
2003-10-06 08:58:36 +00:00
};
String STR_GRAPHIC
{
Text [ de ] = "Chart" ;
Text [ en-US ] = "Chart" ;
2003-10-06 08:58:36 +00:00
};
String STR_CHART_DOCUMENT
{
Text [ de ] = "Diagramm" ;
Text [ en-US ] = "Chart" ;
2003-10-06 08:58:36 +00:00
};
String STR_CHART_DOCUMENT_FULLTYPE_60
{
Text[ de ] = "%PRODUCTNAME %PRODUCTVERSION Diagramm" ;
Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION Chart" ;
2003-10-06 08:58:36 +00:00
};
String STR_CHART_DOCUMENT_FULLTYPE_50
{
Text [ de ] = "%PRODUCTNAME 5.0 Diagramm" ;
Text [ en-US ] = "%PRODUCTNAME 5.0 Chart" ;
2003-10-06 08:58:36 +00:00
};
String STR_CHART_DOCUMENT_FULLTYPE_40
{
Text [ de ] = "%PRODUCTNAME 4.0 Diagramm" ;
Text [ en-US ] = "%PRODUCTNAME 4.0 Chart" ;
2003-10-06 08:58:36 +00:00
};
String STR_CHART_DOCUMENT_FULLTYPE_31
{
Text [ de ] = "%PRODUCTNAME 3.0 Diagramm" ;
Text [ en-US ] = "%PRODUCTNAME 3.0 Chart" ;
2003-10-06 08:58:36 +00:00
};
String STR_BAD_PASSWORD_OR_FILE_CORRUPTED
{
Text [ de ] = "Das Kennwort ist falsch oder die Datei besch<63>digt." ;
Text [ en-US ] = "The password is incorrect or the file is damaged." ;
2003-10-06 08:58:36 +00:00
};
String RID_PLUGINTOOLBOX
{
Text [ de ] = "PlugInleiste" ;
Text [ en-US ] = "Plug-in Bar" ;
2003-10-06 08:58:36 +00:00
};
String STR_SURFACE
{
Text [ de ] = "Oberfl<66>chen" ;
Text [ en-US ] = "Surfaces" ;
2003-10-06 08:58:36 +00:00
};
String STR_STATISTICS_IN_LEGEND
{
// comment
Text [ x-comment ] = "BM: This determines how a statistics string (STR_REGRESSION_...) appears in the legend, e.g. in german \"Lineare Regression, Spalte 3\" will appear for \"$(STATTYP), $(ROWNAME)\"";
2003-10-06 08:58:36 +00:00
// comment
Text [ de ] = "$(STATTYP), $(ROWNAME)";
Text [ en-US ] = "$(STATTYP), $(ROWNAME) " ;
2003-10-06 08:58:36 +00:00
};
String STR_UNDO_SCALE
{
Text [ de ] = "Texte skalieren" ;
Text [ en-US ] = "Scale Text" ;
2003-10-06 08:58:36 +00:00
};
String STR_QUERY_SORT
{
Text [ de ] = "Die Werte f<>r die X-Achse m<>ssen sortiert vorliegen\nMit Sortierung fortfahren ?" ;
Text [ en-US ] = "X axis values must be sorted.\nSort them now?" ;
2003-10-06 08:58:36 +00:00
};
String STR_UNDO_REMOVEPOINTATTRS
{
Text [ de ] = "Datenpunkt-Attribute entfernen" ;
Text [ en-US ] = "Remove data point attributes" ;
2003-10-06 08:58:36 +00:00
};
String STR_APPNAME
{
Text [ de ] = "StarChart" ;
Text [ en-US ] = "%PRODUCTNAME Chart" ;
2003-10-06 08:58:36 +00:00
};
String STR_UNDO_MOREBACK
{
Text [ de ] = "Datenreihe verschieben" ;
Text [ en-US ] = "Move data series";
2003-10-06 08:58:36 +00:00
};
String STR_UNDO_MOREFRONT
{
Text [ de ] = "Datenreihe verschieben" ;
Text [ en-US ] = "Move data series";
2003-10-06 08:58:36 +00:00
};
String STR_UNDO_DIAGRAM_STOCK_LOSS
{
Text [ de ] = "Negative Abweichung bearbeiten" ;
Text [ en-US ] = "Edit negative deviation";
2003-10-06 08:58:36 +00:00
};
String STR_UNDO_DIAGRAM_STOCK_PLUS
{
Text [ de ] = "positive Abweichung bearbeiten" ;
Text [ en-US ] = "Edit positive deviation";
2003-10-06 08:58:36 +00:00
};
//-----------------------------------
String STR_UNDO_INSERT_SPECCHAR
{
Text [ de ] = "Sonderzeichen einf<6E>gen" ;
Text [ en-US ] = "Insert special character" ;
2003-10-06 08:58:36 +00:00
};
// some strings merged using arguments now
String STR_STATUS_DATAPOINT_MARKED
{
// this string is displayed in the status bar whenever a data point is selected
Text [ de ] = "Datenpunkt $(PT_NUM) in Reihe $(ROW_NUM) markiert, Wert: $(VALUE)";
Text [ en-US ] = "Data Point $(PT_NUM) in row $(ROW_NUM) selected, value: $(VALUE)";
2003-10-06 08:58:36 +00:00
};
String STR_QUICKHELP_DATAPOINT
{
Text [ de ] = "Datenpunkt $(PT_NUM), Reihe $(ROW_NUM), Wert: $(VALUE)";
Text [ en-US ] = "Data Point $(PT_NUM), row $(ROW_NUM), value: $(VALUE)";
2003-10-06 08:58:36 +00:00
};
String STR_BALLOONHELP_DATAPOINT
{
// $(NEWLINE) begins a new line, $(PT_STR) and $(ROW_STR) are the
// row/column captions
Text [ de ] = "Datenpunkt $(PT_STR)$(NEWLINE)Reihe $(ROW_STR)$(NEWLINE)Wert: $(VALUE)";
Text [ en-US ] = "Data Point $(PT_STR)$(NEWLINE)row $(ROW_STR)$(NEWLINE)value: $(VALUE)";
2003-10-06 08:58:36 +00:00
};
// some more strings for QuickHelp
String STR_AVERAGEVALUE
{
Text [ de ] = "Mittelwertlinie";
Text [ en-US ] = "average value line";
2003-10-06 08:58:36 +00:00
};
String STR_DIAGRAM_ERROR
{
Text [ de ] = "Fehlerindikator";
Text [ en-US ] = "error indicator";
2003-10-06 08:58:36 +00:00
};
String STR_DIAGRAM_REGRESSION
{
Text [ de ] = "Regressionskurve";
Text [ en-US ] = "regression curve";
2003-10-06 08:58:36 +00:00
};
String STR_CFG_DEFAULT_COLORS
{
Text [ de ] = "Grundfarben";
Text [ en-US ] = "Default colors";
2003-10-06 08:58:36 +00:00
};
String STR_PIE_SEGMENT_EXPLODED
{ // shown in status bar. Parameter $(PERCENT) becomes a floating point number
Text [ de ] = "Tortenst<73>ck $(PERCENT) Prozent explodiert";
Text [ en-US ] = "Pie exploded by $(PERCENT) percent";
2003-10-06 08:58:36 +00:00
};
String STR_DIAGRAM_DATA_SAFETY_QUERY
{
Text [ de ] = "Die Daten wurden ge<67>ndert.\Sollen die <20>nderungen <20>bernommen werden?" ;
Text [ en-US ] = "Data has been changed.\n Do you want to apply the changes?" ;
2003-10-06 08:58:36 +00:00
};
String STR_UNDO_TRANSFORM
{
Text [ de ] = "%O transformieren" ;
Text [ en-US ] = "Transform %O" ;
Text [ x-comment ] = " ";
2003-10-06 08:58:36 +00:00
};
String STR_UNDO_MOVE
//== svx STR_EditMove
{
Text [ de ] = "%O verschieben" ;
Text [ en-US ] = "Move %O" ;
Text [ x-comment ] = " ";
2003-10-06 08:58:36 +00:00
};
String STR_UNDO_RESIZE
//== svx STR_EditResize
{
Text [ de ] = "Gr<47><72>e von %O <20>ndern" ;
Text [ en-US ] = "Resize %O" ;
Text [ x-comment ] = " ";
2003-10-06 08:58:36 +00:00
};
String STR_UNDO_ROTATE
//== svx STR_EditRotate
{
Text [ de ] = "%O drehen" ;
Text [ en-US ] = "Rotate %O" ;
Text [ x-comment ] = " ";
2003-10-06 08:58:36 +00:00
};
*/
//-----------------------------------