Compile Walon resources only if LANG_WALON is defined.
This commit is contained in:
parent
0f4c6c9727
commit
3f8b3a1837
|
@ -23,6 +23,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#ifdef LANG_WALON
|
||||
|
||||
MAIN_MENU MENU LANGUAGE LANG_WALON, SUBLANG_DEFAULT
|
||||
{
|
||||
POPUP "&Propietés" {
|
||||
|
@ -48,3 +50,5 @@ STRINGTABLE DISCARDABLE LANGUAGE LANG_WALON, SUBLANG_DEFAULT
|
|||
CLOCK, "Ôrlodje"
|
||||
MENU_ON_TOP, "Todi &Visibe"
|
||||
}
|
||||
|
||||
#endif /* LANG_WALON */
|
||||
|
|
|
@ -20,6 +20,8 @@
|
|||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
#ifdef LANG_WALON
|
||||
|
||||
LANGUAGE LANG_WALON, SUBLANG_DEFAULT
|
||||
|
||||
MAIN_MENU MENU
|
||||
|
@ -124,3 +126,5 @@ STRING_OUT_OF_MEMORY, "Li memwere est plinne. \n\
|
|||
Cloyoz on programe ou pus po monter li memwere libe."
|
||||
|
||||
}
|
||||
|
||||
#endif /* LANG_WALON */
|
||||
|
|
|
@ -20,6 +20,8 @@
|
|||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
#ifdef LANG_WALON
|
||||
|
||||
/* Menu */
|
||||
|
||||
MAIN_MENU MENU LANGUAGE LANG_WALON, SUBLANG_DEFAULT
|
||||
|
@ -69,3 +71,5 @@ STID_TOPICS, "&Topics"
|
|||
STID_ALL_FILES, "Tos les fitchîs (*.*)"
|
||||
STID_HELP_FILES_HLP, "Fitchîs d' aide (*.hlp)"
|
||||
}
|
||||
|
||||
#endif /* LANG_WALON */
|
||||
|
|
Loading…
Reference in New Issue