new application / long doc name
This commit is contained in:
parent
6867abbb53
commit
5edf2e6170
2 changed files with 17 additions and 4 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: sc.hrc,v $
|
||||
*
|
||||
* $Revision: 1.3 $
|
||||
* $Revision: 1.4 $
|
||||
*
|
||||
* last change: $Author: nn $ $Date: 2000-11-25 14:51:04 $
|
||||
* last change: $Author: nn $ $Date: 2001-02-09 17:58:38 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -1112,6 +1112,9 @@
|
|||
#define SCSTR_GRFILTER_TOOBIG (STR_START + 82)
|
||||
#define SCSTR_UNDO_GRAFFILTER (STR_START + 83)
|
||||
|
||||
#define SCSTR_50_APPLICATION (STR_START + 84)
|
||||
#define SCSTR_50_LONG_DOCNAME (STR_START + 85)
|
||||
|
||||
// Items
|
||||
|
||||
#define SCSTR_HOR_JUSTIFY_LEFT (STR_START + 100)
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: scstring.src,v $
|
||||
*
|
||||
* $Revision: 1.11 $
|
||||
* $Revision: 1.12 $
|
||||
*
|
||||
* last change: $Author: er $ $Date: 2000-12-20 12:12:22 $
|
||||
* last change: $Author: nn $ $Date: 2001-02-09 18:01:25 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -78,6 +78,11 @@
|
|||
// Strings fuer Interface-Namen ------------------------------------------
|
||||
|
||||
String SCSTR_APPLICATION
|
||||
{
|
||||
Text = "%PRODUCTNAME Calc 6.0" ;
|
||||
Text [ ENGLISH ] = "%PRODUCTNAME Calc 6.0" ;
|
||||
};
|
||||
String SCSTR_50_APPLICATION
|
||||
{
|
||||
Text = "StarCalc 5.0" ;
|
||||
Text [ ENGLISH ] = "StarCalc 5.0" ;
|
||||
|
@ -156,6 +161,11 @@ String SCSTR_30_APPLICATION
|
|||
Text[ language_user1 ] = " ";
|
||||
};
|
||||
String SCSTR_LONG_SCDOC_NAME
|
||||
{
|
||||
Text = "%PRODUCTNAME 6.0 Tabelle" ;
|
||||
Text [ ENGLISH ] = "%PRODUCTNAME 6.0 Spreadsheet" ;
|
||||
};
|
||||
String SCSTR_50_LONG_DOCNAME
|
||||
{
|
||||
Text = "%PRODUCTNAME 5.0 Tabelle" ;
|
||||
Text [ ENGLISH ] = "StarOffice 5.0 Table" ;
|
||||
|
|
Loading…
Reference in a new issue