INTEGRATION: CWS pbbeta06 (1.71.36); FILE MERGED

2005/01/17 09:54:11 pb 1.71.36.2: fix: #i40257# case sensitive fix
2005/01/14 08:59:21 pb 1.71.36.1: fix: #i40257# german umlauts fixed
This commit is contained in:
Oliver Bolte
2005-01-25 13:46:37 +00:00
parent 9418f9b78e
commit 64a0d1f116

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: optsave.src,v $
*
* $Revision: 1.71 $
* $Revision: 1.72 $
*
* last change: $Author: rt $ $Date: 2005-01-05 16:13:03 $
* last change: $Author: obo $ $Date: 2005-01-25 14:46:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -215,20 +215,10 @@ TabPage RID_SFXPAGE_SAVE
< "HTML-Dokument" ; APP_WRITER_WEB; > ;
< "Globaldokument" ; APP_WRITER_GLOBAL; > ;
< "Tabellendokument" ; APP_CALC ; > ;
< "Pr<50>sentation" ; APP_IMPRESS ; > ;
< "Pr<50>sentation" ; APP_IMPRESS ; > ;
< "Zeichnung" ; APP_DRAW ; > ;
< "Formel" ; APP_MATH ; > ;
};
StringList [ x-comment ] =
{
< "; Textdokument" ; APP_WRITER ; > ;
< "; HTML-Dokument" ; APP_WRITER_WEB; > ;
< "; Globaldokument" ; APP_WRITER_GLOBAL; > ;
< "; Tabellendokument" ; APP_CALC ; > ;
< "; Pr<50>sentation" ; APP_IMPRESS ; > ;
< "; Zeichnung" ; APP_DRAW ; > ;
< "; Formel" ; APP_MATH ; > ;
};
StringList [ en-US ] =
{
< "Text document" ; APP_WRITER ; > ;
@@ -276,8 +266,8 @@ ModalDialog RID_SVXDLG_FILTER_WARNING
Pos = MAP_APPFONT( 39, 6 );
Size = MAP_APPFONT( 175, 4 * 9 );
Wordbreak = TRUE;
Text [ de ] = "Verwenden von \"%1\" als Standard-Dateiformat kann zu Informationsverlust f<>hren.\n"\
"Sollen die Dateiformat<61>nderungen <20>bernommen werden?" ;
Text [ de ] = "Verwenden von \"%1\" als Standard-Dateiformat kann zu Informationsverlust f<>hren.\n"\
"Sollen die Dateiformat<61>nderungen <20>bernommen werden?" ;
Text [ en-US ] = "Using \"%1\" as default file format may cause information loss.\n";
};
OKButton PB_OK