INTEGRATION: CWS native93 (1.4.80); FILE MERGED
2007/07/03 14:40:01 is 1.4.80.3: #i78692# setting correct parent for esperanto 2007/07/03 13:47:56 is 1.4.80.2: #i78692# setting correct parent for esperanto 2007/06/25 13:07:46 is 1.4.80.1: #i78692# esperanto
This commit is contained in:
parent
7f5975612a
commit
1a95af6f9b
1 changed files with 43 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
||||||
*
|
*
|
||||||
* $RCSfile: module_langpack.scp,v $
|
* $RCSfile: module_langpack.scp,v $
|
||||||
*
|
*
|
||||||
* $Revision: 1.4 $
|
* $Revision: 1.5 $
|
||||||
*
|
*
|
||||||
* last change: $Author: gm $ $Date: 2007-05-10 11:06:49 $
|
* last change: $Author: ihi $ $Date: 2007-07-11 14:41:57 $
|
||||||
*
|
*
|
||||||
* The Contents of this file are made available subject to
|
* The Contents of this file are made available subject to
|
||||||
* the terms of GNU Lesser General Public License Version 2.1.
|
* the terms of GNU Lesser General Public License Version 2.1.
|
||||||
|
@ -4021,3 +4021,44 @@ Module gid_Module_Langpack_Fonts_ka
|
||||||
Styles = (HIDDEN_ROOT);
|
Styles = (HIDDEN_ROOT);
|
||||||
End
|
End
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// Esperanto (eo)
|
||||||
|
|
||||||
|
Module gid_Module_Root_eo
|
||||||
|
ParentID = gid_Module_Langpack_Base;
|
||||||
|
Sortkey = "9700";
|
||||||
|
MOD_NAME_DESC(MODULE_LANGPACK_EO);
|
||||||
|
#ifdef WNT
|
||||||
|
Styles = (LANGUAGEMODULE);
|
||||||
|
#endif
|
||||||
|
End
|
||||||
|
|
||||||
|
#ifndef WNT
|
||||||
|
Module gid_Module_Langpack_Resource_eo
|
||||||
|
ParentID = gid_Module_Root_eo;
|
||||||
|
Sortkey = "100";
|
||||||
|
Name = "gid_Module_Langpack_Resource_eo";
|
||||||
|
Description = "gid_Module_Langpack_Resource_eo";
|
||||||
|
Styles = (HIDDEN_ROOT);
|
||||||
|
End
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef WNT
|
||||||
|
Module gid_Module_Langpack_Help_eo
|
||||||
|
ParentID = gid_Module_Root_eo;
|
||||||
|
Sortkey = "200";
|
||||||
|
Name = "gid_Module_Langpack_Help_eo";
|
||||||
|
Description = "gid_Module_Langpack_Help_eo";
|
||||||
|
Styles = (HIDDEN_ROOT);
|
||||||
|
End
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef WNT
|
||||||
|
Module gid_Module_Langpack_Fonts_eo
|
||||||
|
ParentID = gid_Module_Root_eo;
|
||||||
|
Sortkey = "300";
|
||||||
|
Name = "gid_Module_Langpack_Fonts_eo";
|
||||||
|
Description = "gid_Module_Langpack_Fonts_eo";
|
||||||
|
Styles = (HIDDEN_ROOT);
|
||||||
|
End
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue