Kaydet (Commit) 9141c65b authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Avoid reserved identifiers

Change-Id: Iefc0bf0e7d64b0ed4b339ca89191649e4bc6fba2
üst 06c536c6
......@@ -336,7 +336,7 @@ namespace {
{
public:
DialogCreator (ViewShellBase &rBase, bool bImpress, sal_Int32 nCurPage)
: Resource(SdResId(_STR_IMPRESS_PRINT_UI_OPTIONS))
: Resource(SdResId(STR_IMPRESS_PRINT_UI_OPTIONS))
, mrBase(rBase)
, mbImpress(bImpress)
, mnCurPage(nCurPage)
......@@ -373,7 +373,7 @@ namespace {
maProperties.push_back(aOptionsUIFile);
SvtModuleOptions aOpt;
OUString aAppGroupname(SD_RESSTR(_STR_IMPRESS_PRINT_UI_GROUP_NAME));
OUString aAppGroupname(SD_RESSTR(STR_IMPRESS_PRINT_UI_GROUP_NAME));
aAppGroupname = aAppGroupname.replaceFirst("%s", aOpt.GetModuleName(
mbImpress ? SvtModuleOptions::EModule::IMPRESS : SvtModuleOptions::EModule::DRAW));
AddDialogControl(vcl::PrinterOptionsHelper::setGroupControlOpt("tabcontrol-page2", aAppGroupname, ".HelpID:vcl:PrintDialog:TabPage:AppPage"));
......@@ -384,7 +384,7 @@ namespace {
vcl::PrinterOptionsHelper::UIControlOptions aPrintOpt;
aPrintOpt.maGroupHint = "JobPage" ;
AddDialogControl( vcl::PrinterOptionsHelper::setSubgroupControlOpt("extraimpressprintoptions",
SD_RESSTR(_STR_IMPRESS_PRINT_UI_PRINT_GROUP),
SD_RESSTR(STR_IMPRESS_PRINT_UI_PRINT_GROUP),
"",
aPrintOpt ));
......@@ -392,10 +392,10 @@ namespace {
aHelpIds[0] = ".HelpID:vcl:PrintDialog:PageContentType:ListBox" ;
AddDialogControl( vcl::PrinterOptionsHelper::setChoiceListControlOpt(
"impressdocument",
SD_RESSTR(_STR_IMPRESS_PRINT_UI_CONTENT),
SD_RESSTR(STR_IMPRESS_PRINT_UI_CONTENT),
aHelpIds,
"PageContentType" ,
CreateChoice(_STR_IMPRESS_PRINT_UI_CONTENT_CHOICES),
CreateChoice(STR_IMPRESS_PRINT_UI_CONTENT_CHOICES),
0)
);
......@@ -403,7 +403,7 @@ namespace {
vcl::PrinterOptionsHelper::UIControlOptions aContentOpt( "PageContentType" , 1 );
AddDialogControl( vcl::PrinterOptionsHelper::setChoiceListControlOpt(
"slidesperpage",
SD_RESSTR(_STR_IMPRESS_PRINT_UI_SLIDESPERPAGE),
SD_RESSTR(STR_IMPRESS_PRINT_UI_SLIDESPERPAGE),
aHelpIds,
"SlidesPerPage" ,
GetSlidesPerPageSequence(),
......@@ -417,10 +417,10 @@ namespace {
vcl::PrinterOptionsHelper::UIControlOptions aSlidesPerPageOpt( "SlidesPerPage" , -1, true );
AddDialogControl( vcl::PrinterOptionsHelper::setChoiceListControlOpt(
"slidesperpageorder",
SD_RESSTR(_STR_IMPRESS_PRINT_UI_ORDER),
SD_RESSTR(STR_IMPRESS_PRINT_UI_ORDER),
aHelpIds,
"SlidesPerPageOrder" ,
CreateChoice(_STR_IMPRESS_PRINT_UI_ORDER_CHOICES),
CreateChoice(STR_IMPRESS_PRINT_UI_ORDER_CHOICES),
0,
Sequence< sal_Bool >(),
aSlidesPerPageOpt )
......@@ -428,12 +428,12 @@ namespace {
}
AddDialogControl( vcl::PrinterOptionsHelper::setSubgroupControlOpt("contents",
SD_RESSTR(_STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT), "" ) );
SD_RESSTR(STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT), "" ) );
if( mbImpress )
{
AddDialogControl( vcl::PrinterOptionsHelper::setBoolControlOpt("printname",
SD_RESSTR(_STR_IMPRESS_PRINT_UI_IS_PRINT_NAME),
SD_RESSTR(STR_IMPRESS_PRINT_UI_IS_PRINT_NAME),
".HelpID:vcl:PrintDialog:IsPrintName:CheckBox" ,
"IsPrintName" ,
false
......@@ -443,7 +443,7 @@ namespace {
else
{
AddDialogControl( vcl::PrinterOptionsHelper::setBoolControlOpt("printname",
SD_RESSTR(_STR_DRAW_PRINT_UI_IS_PRINT_NAME),
SD_RESSTR(STR_DRAW_PRINT_UI_IS_PRINT_NAME),
".HelpID:vcl:PrintDialog:IsPrintName:CheckBox" ,
"IsPrintName" ,
false
......@@ -452,7 +452,7 @@ namespace {
}
AddDialogControl( vcl::PrinterOptionsHelper::setBoolControlOpt("printdatetime",
SD_RESSTR(_STR_IMPRESS_PRINT_UI_IS_PRINT_DATE),
SD_RESSTR(STR_IMPRESS_PRINT_UI_IS_PRINT_DATE),
".HelpID:vcl:PrintDialog:IsPrintDateTime:CheckBox" ,
"IsPrintDateTime" ,
false
......@@ -462,7 +462,7 @@ namespace {
if( mbImpress )
{
AddDialogControl( vcl::PrinterOptionsHelper::setBoolControlOpt("printhidden",
SD_RESSTR(_STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN),
SD_RESSTR(STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN),
".HelpID:vcl:PrintDialog:IsPrintHidden:CheckBox" ,
"IsPrintHidden" ,
false
......@@ -471,7 +471,7 @@ namespace {
}
AddDialogControl( vcl::PrinterOptionsHelper::setSubgroupControlOpt("color",
SD_RESSTR(_STR_IMPRESS_PRINT_UI_QUALITY), "" ) );
SD_RESSTR(STR_IMPRESS_PRINT_UI_QUALITY), "" ) );
aHelpIds.realloc( 3 );
aHelpIds[0] = ".HelpID:vcl:PrintDialog:Quality:RadioButton:0" ;
......@@ -486,12 +486,12 @@ namespace {
"",
aHelpIds,
"Quality" ,
CreateChoice(_STR_IMPRESS_PRINT_UI_QUALITY_CHOICES),
CreateChoice(STR_IMPRESS_PRINT_UI_QUALITY_CHOICES),
0)
);
AddDialogControl( vcl::PrinterOptionsHelper::setSubgroupControlOpt("pagesizes",
SD_RESSTR(_STR_IMPRESS_PRINT_UI_PAGE_OPTIONS), "" ) );
SD_RESSTR(STR_IMPRESS_PRINT_UI_PAGE_OPTIONS), "" ) );
aHelpIds.realloc( 4 );
aHelpIds[0] = ".HelpID:vcl:PrintDialog:PageOptions:RadioButton:0" ;
......@@ -510,7 +510,7 @@ namespace {
"",
aHelpIds,
"PageOptions" ,
CreateChoice(mbImpress ? _STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES : _STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES_DRAW),
CreateChoice(mbImpress ? STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES : STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES_DRAW),
0,
Sequence< sal_Bool >(),
aPageOptionsOpt
......@@ -520,12 +520,12 @@ namespace {
vcl::PrinterOptionsHelper::UIControlOptions aBrochureOpt;
aBrochureOpt.maGroupHint = "LayoutPage" ;
AddDialogControl( vcl::PrinterOptionsHelper::setSubgroupControlOpt("pagesides",
SD_RESSTR(_STR_IMPRESS_PRINT_UI_PAGE_SIDES), "",
SD_RESSTR(STR_IMPRESS_PRINT_UI_PAGE_SIDES), "",
aBrochureOpt ) );
// brochure printing
AddDialogControl( vcl::PrinterOptionsHelper::setBoolControlOpt("brochure",
SD_RESSTR(_STR_IMPRESS_PRINT_UI_BROCHURE),
SD_RESSTR(STR_IMPRESS_PRINT_UI_BROCHURE),
".HelpID:vcl:PrintDialog:PrintProspect:CheckBox" ,
"PrintProspect" ,
false,
......@@ -540,10 +540,10 @@ namespace {
aHelpIds[0] = ".HelpID:vcl:PrintDialog:PrintProspectInclude:ListBox" ;
AddDialogControl( vcl::PrinterOptionsHelper::setChoiceListControlOpt(
"brochureinclude",
SD_RESSTR(_STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE),
SD_RESSTR(STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE),
aHelpIds,
"PrintProspectInclude" ,
CreateChoice(_STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE_LIST),
CreateChoice(STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE_LIST),
0,
Sequence< sal_Bool >(),
aIncludeOpt
......@@ -554,7 +554,7 @@ namespace {
vcl::PrinterOptionsHelper::UIControlOptions aPaperTrayOpt;
aPaperTrayOpt.maGroupHint = "OptionsPageOptGroup" ;
AddDialogControl( vcl::PrinterOptionsHelper::setBoolControlOpt("printpaperfromsetup",
SD_RESSTR(_STR_IMPRESS_PRINT_UI_PAPER_TRAY),
SD_RESSTR(STR_IMPRESS_PRINT_UI_PAPER_TRAY),
".HelpID:vcl:PrintDialog:PrintPaperFromSetup:CheckBox" ,
"PrintPaperFromSetup" ,
false,
......@@ -566,7 +566,7 @@ namespace {
aPrintRangeOpt.mbInternalOnly = true;
aPrintRangeOpt.maGroupHint = "PrintRange" ;
AddDialogControl( vcl::PrinterOptionsHelper::setSubgroupControlOpt("printrange",
SD_RESSTR(_STR_IMPRESS_PRINT_UI_PAGE_RANGE),
SD_RESSTR(STR_IMPRESS_PRINT_UI_PAGE_RANGE),
"",
aPrintRangeOpt )
);
......@@ -613,8 +613,8 @@ namespace {
aHelpIds,
aPrintRangeName,
CreateChoice(mbImpress
? _STR_IMPRESS_PRINT_UI_PAGE_RANGE_CHOICE
: _STR_DRAW_PRINT_UI_PAGE_RANGE_CHOICE),
? STR_IMPRESS_PRINT_UI_PAGE_RANGE_CHOICE
: STR_DRAW_PRINT_UI_PAGE_RANGE_CHOICE),
nPrintRange )
);
// create a an Edit dependent on "Pages" selected
......@@ -649,7 +649,7 @@ namespace {
Sequence<OUString> GetSlidesPerPageSequence()
{
const Sequence<OUString> aChoice (
CreateChoice(_STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES));
CreateChoice(STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES));
maSlidesPerPage.clear();
maSlidesPerPage.push_back(0); // first is using the default
for (sal_Int32 nIndex=1,nCount=aChoice.getLength(); nIndex<nCount; ++nIndex)
......
......@@ -17,38 +17,38 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#define _STR_IMPRESS_PRINT_UI_OPTIONS 32001
#define _STR_IMPRESS_PRINT_UI_GROUP_NAME 1
#define _STR_IMPRESS_PRINT_UI_PRINT_CONTENT 2
#define _STR_IMPRESS_PRINT_UI_PRINT_GROUP 3
#define _STR_IMPRESS_PRINT_UI_CONTENT 4
#define _STR_IMPRESS_PRINT_UI_CONTENT_CHOICES 6
#define _STR_IMPRESS_PRINT_UI_SLIDESPERPAGE 7
#define _STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES 8
#define _STR_IMPRESS_PRINT_UI_ORDER 10
#define _STR_IMPRESS_PRINT_UI_ORDER_CHOICES 11
#define _STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT 13
#define _STR_IMPRESS_PRINT_UI_IS_PRINT_NAME 14
#define _STR_IMPRESS_PRINT_UI_IS_PRINT_DATE 16
#define _STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN 20
#define STR_IMPRESS_PRINT_UI_OPTIONS 32001
#define STR_IMPRESS_PRINT_UI_GROUP_NAME 1
#define STR_IMPRESS_PRINT_UI_PRINT_CONTENT 2
#define STR_IMPRESS_PRINT_UI_PRINT_GROUP 3
#define STR_IMPRESS_PRINT_UI_CONTENT 4
#define STR_IMPRESS_PRINT_UI_CONTENT_CHOICES 6
#define STR_IMPRESS_PRINT_UI_SLIDESPERPAGE 7
#define STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES 8
#define STR_IMPRESS_PRINT_UI_ORDER 10
#define STR_IMPRESS_PRINT_UI_ORDER_CHOICES 11
#define STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT 13
#define STR_IMPRESS_PRINT_UI_IS_PRINT_NAME 14
#define STR_IMPRESS_PRINT_UI_IS_PRINT_DATE 16
#define STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN 20
#define _STR_IMPRESS_PRINT_UI_OUTPUT_OPTIONS_GROUP 22
#define _STR_IMPRESS_PRINT_UI_QUALITY 23
#define _STR_IMPRESS_PRINT_UI_QUALITY_CHOICES 24
#define _STR_IMPRESS_PRINT_UI_PAGE_OPTIONS 26
#define _STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES 27
#define _STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES_DRAW 28
#define _STR_IMPRESS_PRINT_UI_BROCHURE 30
#define _STR_IMPRESS_PRINT_UI_PAGE_SIDES 32
#define _STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE 33
#define _STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE_LIST 35
#define _STR_IMPRESS_PRINT_UI_PAPER_TRAY_GROUP 37
#define _STR_IMPRESS_PRINT_UI_PAPER_TRAY 38
#define STR_IMPRESS_PRINT_UI_OUTPUT_OPTIONS_GROUP 22
#define STR_IMPRESS_PRINT_UI_QUALITY 23
#define STR_IMPRESS_PRINT_UI_QUALITY_CHOICES 24
#define STR_IMPRESS_PRINT_UI_PAGE_OPTIONS 26
#define STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES 27
#define STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES_DRAW 28
#define STR_IMPRESS_PRINT_UI_BROCHURE 30
#define STR_IMPRESS_PRINT_UI_PAGE_SIDES 32
#define STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE 33
#define STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE_LIST 35
#define STR_IMPRESS_PRINT_UI_PAPER_TRAY_GROUP 37
#define STR_IMPRESS_PRINT_UI_PAPER_TRAY 38
#define _STR_IMPRESS_PRINT_UI_PAGE_RANGE 40
#define _STR_IMPRESS_PRINT_UI_PAGE_RANGE_CHOICE 41
#define _STR_DRAW_PRINT_UI_PAGE_RANGE_CHOICE 43
#define STR_IMPRESS_PRINT_UI_PAGE_RANGE 40
#define STR_IMPRESS_PRINT_UI_PAGE_RANGE_CHOICE 41
#define STR_DRAW_PRINT_UI_PAGE_RANGE_CHOICE 43
#define _STR_DRAW_PRINT_UI_IS_PRINT_NAME 44
#define STR_DRAW_PRINT_UI_IS_PRINT_NAME 44
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -20,25 +20,25 @@
#include "app.hrc"
#include "DocumentRenderer.hrc"
Resource _STR_IMPRESS_PRINT_UI_OPTIONS
Resource STR_IMPRESS_PRINT_UI_OPTIONS
{
String _STR_IMPRESS_PRINT_UI_GROUP_NAME
String STR_IMPRESS_PRINT_UI_GROUP_NAME
{
Text [en-US] = "%PRODUCTNAME %s";
};
String _STR_IMPRESS_PRINT_UI_PRINT_CONTENT
String STR_IMPRESS_PRINT_UI_PRINT_CONTENT
{
Text [ en-US ] = "Print content";
};
String _STR_IMPRESS_PRINT_UI_PRINT_GROUP
String STR_IMPRESS_PRINT_UI_PRINT_GROUP
{
Text [ en-US ] = "Print";
};
String _STR_IMPRESS_PRINT_UI_CONTENT
String STR_IMPRESS_PRINT_UI_CONTENT
{
Text [ en-US ] = "Document";
};
StringArray _STR_IMPRESS_PRINT_UI_CONTENT_CHOICES
StringArray STR_IMPRESS_PRINT_UI_CONTENT_CHOICES
{
ItemList [ en-US ] =
{
......@@ -48,11 +48,11 @@ Resource _STR_IMPRESS_PRINT_UI_OPTIONS
< "Outline" ; > ;
};
};
String _STR_IMPRESS_PRINT_UI_SLIDESPERPAGE
String STR_IMPRESS_PRINT_UI_SLIDESPERPAGE
{
Text [ en-US ] = "Slides per page" ;
};
StringArray _STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES
StringArray STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES
{
ItemList [ en-US ] =
{
......@@ -65,11 +65,11 @@ Resource _STR_IMPRESS_PRINT_UI_OPTIONS
< "9" ; > ;
};
};
String _STR_IMPRESS_PRINT_UI_ORDER
String STR_IMPRESS_PRINT_UI_ORDER
{
Text [ en-US ] = "Order" ;
};
StringArray _STR_IMPRESS_PRINT_UI_ORDER_CHOICES
StringArray STR_IMPRESS_PRINT_UI_ORDER_CHOICES
{
ItemList [ en-US ] =
{
......@@ -77,35 +77,35 @@ Resource _STR_IMPRESS_PRINT_UI_OPTIONS
< "Top to bottom, then right" ; > ;
};
};
String _STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT
String STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT
{
Text [ en-US ] = "~Contents";
};
String _STR_IMPRESS_PRINT_UI_IS_PRINT_NAME
String STR_IMPRESS_PRINT_UI_IS_PRINT_NAME
{
Text [ en-US ] = "~Slide name";
};
String _STR_DRAW_PRINT_UI_IS_PRINT_NAME
String STR_DRAW_PRINT_UI_IS_PRINT_NAME
{
Text [ en-US ] = "P~age name";
};
String _STR_IMPRESS_PRINT_UI_IS_PRINT_DATE
String STR_IMPRESS_PRINT_UI_IS_PRINT_DATE
{
Text [ en-US ] = "~Date and time";
};
String _STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN
String STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN
{
Text [ en-US ] = "Hidden pages";
};
String _STR_IMPRESS_PRINT_UI_OUTPUT_OPTIONS_GROUP
String STR_IMPRESS_PRINT_UI_OUTPUT_OPTIONS_GROUP
{
Text [ en-US ] = "Output options";
};
String _STR_IMPRESS_PRINT_UI_QUALITY
String STR_IMPRESS_PRINT_UI_QUALITY
{
Text [ en-US ] = "Color";
};
StringArray _STR_IMPRESS_PRINT_UI_QUALITY_CHOICES
StringArray STR_IMPRESS_PRINT_UI_QUALITY_CHOICES
{
ItemList [ en-US ] =
{
......@@ -114,11 +114,11 @@ Resource _STR_IMPRESS_PRINT_UI_OPTIONS
< "Black & white" ; > ;
};
};
String _STR_IMPRESS_PRINT_UI_PAGE_OPTIONS
String STR_IMPRESS_PRINT_UI_PAGE_OPTIONS
{
Text [ en-US ] = "~Size";
};
StringArray _STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES
StringArray STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES
{
ItemList [ en-US ] =
{
......@@ -128,7 +128,7 @@ Resource _STR_IMPRESS_PRINT_UI_OPTIONS
< "Tile sheet of paper with repeated slides" ; > ;
};
};
StringArray _STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES_DRAW
StringArray STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES_DRAW
{
ItemList [ en-US ] =
{
......@@ -138,19 +138,19 @@ Resource _STR_IMPRESS_PRINT_UI_OPTIONS
< "Tile sheet of paper with repeated pages" ; > ;
};
};
String _STR_IMPRESS_PRINT_UI_BROCHURE
String STR_IMPRESS_PRINT_UI_BROCHURE
{
Text [en-US] = "Brochure";
};
String _STR_IMPRESS_PRINT_UI_PAGE_SIDES
String STR_IMPRESS_PRINT_UI_PAGE_SIDES
{
Text [ en-US ] = "Page sides";
};
String _STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE
String STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE
{
Text [ en-US ] = "Include";
};
StringArray _STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE_LIST
StringArray STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE_LIST
{
ItemList [ en-US ] =
{
......@@ -160,19 +160,19 @@ Resource _STR_IMPRESS_PRINT_UI_OPTIONS
};
};
String _STR_IMPRESS_PRINT_UI_PAPER_TRAY_GROUP
String STR_IMPRESS_PRINT_UI_PAPER_TRAY_GROUP
{
Text [ en-US ] = "Paper tray";
};
String _STR_IMPRESS_PRINT_UI_PAPER_TRAY
String STR_IMPRESS_PRINT_UI_PAPER_TRAY
{
Text [ en-US ] = "~Use only paper tray from printer preferences";
};
String _STR_IMPRESS_PRINT_UI_PAGE_RANGE
String STR_IMPRESS_PRINT_UI_PAGE_RANGE
{
Text [en-US] = "Print range";
};
StringArray _STR_IMPRESS_PRINT_UI_PAGE_RANGE_CHOICE
StringArray STR_IMPRESS_PRINT_UI_PAGE_RANGE_CHOICE
{
ItemList [ en-US ] =
{
......@@ -182,7 +182,7 @@ Resource _STR_IMPRESS_PRINT_UI_OPTIONS
};
};
StringArray _STR_DRAW_PRINT_UI_PAGE_RANGE_CHOICE
StringArray STR_DRAW_PRINT_UI_PAGE_RANGE_CHOICE
{
ItemList [ en-US ] =
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment