bencoolen.loc
来自「Symbian_OS_code 初学Symbian_OS学习代码, 屏幕截图软」· LOC 代码 · 共 189 行
LOC
189 行
/*
* localization\Bencoolen.loc
*
* Copyright 2005 - 2008, Antony Pranata
* http://www.antonypranata.com
*
* Project: Screenshot for Symbian OS
* Header file to includes localization strings.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
CHARACTER_SET UTF8
#include <symbianvariant.h>
// Default language
#ifdef LANGUAGE_SC
#include "localization\Bencoolen.l01"
#endif
// English (UK)
#ifdef LANGUAGE_01
#include "localization\Bencoolen.l01"
#endif
// French
#ifdef LANGUAGE_02
#include "localization\Bencoolen.l02"
#endif
// German
#ifdef LANGUAGE_03
#include "localization\Bencoolen.l03"
#endif
// Spanish
#ifdef LANGUAGE_04
#include "localization\Bencoolen.l04"
#endif
// Italian
#ifdef LANGUAGE_05
#include "localization\Bencoolen.l05"
#endif
// Swedish
#ifdef LANGUAGE_06
#include "localization\Bencoolen.l06"
#endif
// Danish
#ifdef LANGUAGE_07
#include "localization\Bencoolen.l07"
#endif
// Norwegian
#ifdef LANGUAGE_08
#include "localization\Bencoolen.l08"
#endif
// Finnish
#ifdef LANGUAGE_09
#include "localization\Bencoolen.l09"
#endif
// American English
#ifdef LANGUAGE_10
#include "localization\Bencoolen.l10"
#endif
// Portuguese
#ifdef LANGUAGE_13
#include "localization\Bencoolen.l13"
#endif
// Turkish
#ifdef LANGUAGE_14
#include "localization\Bencoolen.l14"
#endif
// Russian
#ifdef LANGUAGE_16
#include "localization\Bencoolen.l16"
#endif
// Hungarian
#ifdef LANGUAGE_17
#include "localization\Bencoolen.l17"
#endif
// Dutch
#ifdef LANGUAGE_18
#include "localization\Bencoolen.l18"
#endif
// Czech
#ifdef LANGUAGE_25
#include "localization\Bencoolen.l25"
#endif
// Slovak
#ifdef LANGUAGE_26
#include "localization\Bencoolen.l26"
#endif
// Polish
#ifdef LANGUAGE_27
#include "localization\Bencoolen.l27"
#endif
// Simplified Chinese
#ifdef LANGUAGE_29
#include "localization\Bencoolen.l29"
#endif
// Hong Kong Chinese
#ifdef LANGUAGE_30
#include "localization\Bencoolen.l30"
#endif
// Traditional Chinese
#ifdef LANGUAGE_31
#include "localization\Bencoolen.l31"
#endif
// Japanese
#ifdef LANGUAGE_32
#include "localization\Bencoolen.l32"
#endif
// Arabic
#ifdef LANGUAGE_37
#include "localization\Bencoolen.l37"
#endif
// Bulgarian
#ifdef LANGUAGE_42
#include "localization\Bencoolen.l42"
#endif
// Croatian
#ifdef LANGUAGE_45
#include "localization\Bencoolen.l45"
#endif
// Greek
#ifdef LANGUAGE_54
#include "localization\Bencoolen.l54"
#endif
// Indonesian
#ifdef LANGUAGE_59
#include "localization\Bencoolen.l59"
#endif
// Malaysian
#ifdef LANGUAGE_70
#include "localization\Bencoolen.l70"
#endif
// Brazilian Portuguese
#ifdef LANGUAGE_76
#include "localization\Bencoolen.l76"
#endif
// Serbian
#ifdef LANGUAGE_79
#include "localization\Bencoolen.l79"
#endif
// Ukrainian
#ifdef LANGUAGE_93
#include "localization\Bencoolen.l93"
#endif
// End of File
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?