#80365# Progress Bar text
This commit is contained in:
parent
019904078b
commit
5a1fe542a3
2 changed files with 68 additions and 4 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: starmath.hrc,v $
|
||||
*
|
||||
* $Revision: 1.7 $
|
||||
* $Revision: 1.8 $
|
||||
*
|
||||
* last change: $Author: tl $ $Date: 2001-06-22 12:41:08 $
|
||||
* last change: $Author: cmc $ $Date: 2001-08-01 13:55:13 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -174,6 +174,8 @@
|
|||
#define STR_MATH_DOCUMENT_FULLTYPE_50 (RID_APP_START + 820)
|
||||
#define STR_MATH_DOCUMENT_FULLTYPE_60 (RID_APP_START + 821)
|
||||
#define RID_SMPLUGINMENU (RID_APP_START + 822)
|
||||
#define STR_STATSTR_READING (RID_APP_START + 823)
|
||||
#define STR_STATSTR_WRITING (RID_APP_START + 824)
|
||||
|
||||
#define RID_ERR_IDENT (RID_APP_START + 920)
|
||||
#define RID_ERR_UNKOWN (RID_APP_START + 921)
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: smres.src,v $
|
||||
*
|
||||
* $Revision: 1.40 $
|
||||
* $Revision: 1.41 $
|
||||
*
|
||||
* last change: $Author: kz $ $Date: 2001-07-26 22:27:53 $
|
||||
* last change: $Author: cmc $ $Date: 2001-08-01 13:59:28 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -10272,6 +10272,68 @@ String RID_DOCUMENTSTR
|
|||
Text[ finnish ] = "Kaava";
|
||||
};
|
||||
|
||||
String STR_STATSTR_READING
|
||||
{
|
||||
Text = "Dokument wird geladen..." ;
|
||||
Text [ English ] = "Loading..." ;
|
||||
Text [ norwegian ] = "Laster inn..." ;
|
||||
Text [ italian ] = "Il documento viene caricato..." ;
|
||||
Text [ portuguese_brazilian ] = "Carregando..." ;
|
||||
Text [ portuguese ] = "A carregar documento..." ;
|
||||
Text [ finnish ] = "Ladataan asiakirjaa..." ;
|
||||
Text [ danish ] = "Indl鎠er dokument..." ;
|
||||
Text [ french ] = "Document en cours de chargement..." ;
|
||||
Text [ swedish ] = "Dokument laddas..." ;
|
||||
Text [ dutch ] = "Document wordt gemaakt..." ;
|
||||
Text [ spanish ] = "Cargando el documento..." ;
|
||||
Text [ english_us ] = "Loading document..." ;
|
||||
Text[ chinese_simplified ] = "装入文档...";
|
||||
Text[ language_user1 ] = " ";
|
||||
Text[ russian ] = "念牦戾眚 玎沭箧噱蝰<E599B1>...";
|
||||
Text[ polish ] = "<22>dowanie dokumentu...";
|
||||
Text[ japanese ] = "暥彂偺撉傒崬傒...";
|
||||
Text[ chinese_traditional ] = "更<>ゅン...";
|
||||
Text[ arabic ] = "糖秧 释沩<E9878A> 轻阌输<E9988C>...";
|
||||
Text[ dutch ] = "Document wordt gemaakt...";
|
||||
Text[ chinese_simplified ] = "装入文档...";
|
||||
Text[ greek ] = "燥 葶泷狯<E6B3B7> 鲲耵<E9B2B2>弭衢...";
|
||||
Text[ korean ] = "巩辑 肺靛 吝...";
|
||||
Text[ turkish ] = "Belge y黭leniyor...";
|
||||
Text[ catalan ] = "Cargando el documento...";
|
||||
};
|
||||
|
||||
String STR_STATSTR_WRITING
|
||||
{
|
||||
Text = "Dokument wird gespeichert..." ;
|
||||
Text [ English ] = "Saving..." ;
|
||||
Text [ norwegian ] = "Lagrer..." ;
|
||||
Text [ italian ] = "Il documento viene salvato..." ;
|
||||
Text [ portuguese_brazilian ] = "Gravando..." ;
|
||||
Text [ portuguese ] = "A guardar documento..." ;
|
||||
Text [ finnish ] = "Tallennetaan asiakirjaa..." ;
|
||||
Text [ danish ] = "Gemmer dokument..." ;
|
||||
Text [ french ] = "Enreg. du document en cours..." ;
|
||||
Text [ swedish ] = "Dokument sparas..." ;
|
||||
Text [ dutch ] = "Document wordt opgeslagen..." ;
|
||||
Text [ spanish ] = "Guardando el documento..." ;
|
||||
Text [ english_us ] = "Saving document..." ;
|
||||
Text = "Dokument wird gespeichert..." ;
|
||||
Text[ chinese_simplified ] = "存盘文档...";
|
||||
Text[ russian ] = "念牦戾眚 耦躔囗<E8BA94>弪<EFBFBD><E5BCAA>...";
|
||||
Text[ polish ] = "Zapisywanie dokumentu...";
|
||||
Text[ japanese ] = "暥彂偺曐懚...";
|
||||
Text[ chinese_traditional ] = "タ<>纗<EFBFBD>ゅン...";
|
||||
Text[ arabic ] = "糖秧 洼<> 轻阌输<E9988C>...";
|
||||
Text[ dutch ] = "Document wordt opgeslagen...";
|
||||
Text[ chinese_simplified ] = "存盘文档...";
|
||||
Text[ greek ] = "琉镨揸艴箸 邈泷荟秕...";
|
||||
Text[ korean ] = "巩辑 历厘...";
|
||||
Text[ turkish ] = "Belge kaydediliyor...";
|
||||
Text[ language_user1 ] = " ";
|
||||
Text[ catalan ] = "Guardando el documento...";
|
||||
};
|
||||
|
||||
|
||||
String STR_MATH_DOCUMENT_FULLTYPE_60
|
||||
{
|
||||
Text = "%PRODUCTNAME 6.0 Formel" ;
|
||||
|
|
Loading…
Reference in a new issue