Reactos
at master 46 lines 1.5 kB view raw
1/* 2 * Copyright 2020 Alexandre Julliard 3 * 4 * This library is free software; you can redistribute it and/or 5 * modify it under the terms of the GNU Lesser General Public 6 * License as published by the Free Software Foundation; either 7 * version 2.1 of the License, or (at your option) any later version. 8 * 9 * This library is distributed in the hope that it will be useful, 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 * Lesser General Public License for more details. 13 * 14 * You should have received a copy of the GNU Lesser General Public 15 * License along with this library; if not, write to the Free Software 16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 17 */ 18 19#pragma makedep po 20 21#include <winresrc.h> 22#include <winnls.h> 23 24/* @makedep: kernelbase.rgs */ 251 WINE_REGISTRY kernelbase.rgs 26 27STRINGTABLE LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US 28{ 29 LGRPID_WESTERN_EUROPE "Western Europe and United States" 30 LGRPID_CENTRAL_EUROPE "Central Europe" 31 LGRPID_BALTIC "Baltic" 32 LGRPID_GREEK "Greek" 33 LGRPID_CYRILLIC "Cyrillic" 34 LGRPID_TURKISH "Turkic" 35 LGRPID_JAPANESE "Japanese" 36 LGRPID_KOREAN "Korean" 37 LGRPID_TRADITIONAL_CHINESE "Traditional Chinese" 38 LGRPID_SIMPLIFIED_CHINESE "Simplified Chinese" 39 LGRPID_THAI "Thai" 40 LGRPID_HEBREW "Hebrew" 41 LGRPID_ARABIC "Arabic" 42 LGRPID_VIETNAMESE "Vietnamese" 43 LGRPID_INDIC "Indic" 44 LGRPID_GEORGIAN "Georgian" 45 LGRPID_ARMENIAN "Armenian" 46}