#86745#changed errormessage
This commit is contained in:
parent
cbe23c73f7
commit
82d31098b3
1 changed files with 4 additions and 4 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: ttmsg.src,v $
|
||||
*
|
||||
* $Revision: 1.18 $
|
||||
* $Revision: 1.19 $
|
||||
*
|
||||
* last change: $Author: kz $ $Date: 2001-05-04 19:21:38 $
|
||||
* last change: $Author: gh $ $Date: 2001-05-08 10:56:58 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -190,7 +190,7 @@ String S_INVALID_LINE
|
|||
};
|
||||
String S_SHORTNAME_UNKNOWN
|
||||
{
|
||||
Text = "Kurzname Unbekannt beim Kopieren: ($Arg1)";
|
||||
Text = "Kurzname unbekannt beim Kopieren: ($Arg1)";
|
||||
Text[ english_us ] = "Short name unknown during copying: ($Arg1)";
|
||||
Text[ portuguese ] = "Abreviatura desconhecida ao copiar: ($Arg1)";
|
||||
Text[ russian ] = "Short name unknown during copying: ($Arg1)";
|
||||
|
@ -213,7 +213,7 @@ String S_SHORTNAME_UNKNOWN
|
|||
};
|
||||
String S_LONGNAME_UNKNOWN
|
||||
{
|
||||
Text = "Kurzname Unbekannt beim Kopieren: ($Arg1)";
|
||||
Text = "Langname unbekannt: ($Arg1)";
|
||||
Text[ english_us ] = "Short name unknown during copying: ($Arg1)";
|
||||
Text[ portuguese ] = "Abreviatura desconhecida ao copiar: ($Arg1)";
|
||||
Text[ russian ] = "Short name unknown during copying: ($Arg1)";
|
||||
|
|
Loading…
Reference in a new issue