24 lines
607 B
C
24 lines
607 B
C
/******************************************************************************
|
|
*
|
|
* Copyright (c) 1994-2003 PalmSource, Inc. All rights reserved.
|
|
*
|
|
* File: Locale_itIT.h
|
|
*
|
|
* Release: Palm OS 5 SDK (68K) R3.
|
|
*
|
|
* Description:
|
|
* This file is used for CodeWarrior projects incorporating
|
|
* Italian for Italy resources.
|
|
*
|
|
*****************************************************************************/
|
|
|
|
#ifndef __LOCALE_ESES_H__
|
|
#define __LOCALE_ESES_H__
|
|
|
|
#define RESOURCE_FILE_PREFIX ":Localized:itIT:"
|
|
#define LOCALE_SUFFIX "_itIT"
|
|
#define SIMULATOR_SYSTRES_NAME "sys_itIT.tres"
|
|
|
|
|
|
#endif
|