################################################################################ ## ## Licensed to the Apache Software Foundation (ASF) under one or more ## contributor license agreements. See the NOTICE file distributed with ## this work for additional information regarding copyright ownership. ## The ASF licenses this file to You under the Apache License, Version 2.0 ## (the "License"); you may not use this file except in compliance with ## the License. You may obtain a copy of the License at ## ## http://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, ## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ## See the License for the specific language governing permissions and ## limitations under the License. ## ################################################################################ # This is sample data for a 1st resource bundle in the en_US locale. # Strings SHUTDOWN=Shut down CHECKFORUPDATES=Check for updates and be nagged to reboot every ten minutes. FONTSTYLERIGHT=normal FONTSTYLELEFT=italic EMPTYSTRING= # String Arrays NEIGHBORS=Canada,Mexico NEIGHBORS_SPACES = Canada, Mexico NEIGHBORS_DELIMITERS=, EMPTYSTRINGARRAY= MONTHNAMES=en_January,en_February,en_March,en_April,en_May,en_June,en_July,en_August,en_September,en_October,en_November,en_December FILLCOLORS=0x880000,0x000088 # Numbers MEDIANAGE=37 MEDIANAGE_DECIMAL_PERIOD=36.5 MEDIANAGE_DECIMAL_COMMA=36,5 POPULATION=298444215 EMPTYNUMBER= ALPHA=0.7 MAXCHARS=12 SELECTEDCOLOR=0x00FF00 FONTSIZELEFT=3 FONTSIZERIGHT=12 PRECISION=4 TEXTCOLOR=0x0000FF # Booleans TESTBOOL_TRUE=true TESTBOOL_FALSE=false EMPTYBOOLEAN= LEFTCHECKBOX=true RIGHTCHECKBOX=false # Classes FLAG=Embed("../../../../../../../../Assets/Images/FlagImages/flag_en_US.png") CHECKBOXSKIN=ClassReference("MyCheckBoxIcon_en_US")