################################################################################ ## ## 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 ja_JP locale. # Strings SHUTDOWN=シャットダウンされています CHECKFORUPDATES=アップデートについてのチェック EMPTYSTRING= FONTSTYLERIGHT=italic FONTSTYLELEFT=italic # String Arrays NEIGHBORS=South Korea,North Korea,Russia NEIGHBORS_SPACES = South Korea, North Korea, Russia NEIGHBORS_DELIMITERS=,, EMPTYSTRINGARRAY= MONTHNAMES=ja_January,ja_February,ja_March,ja_April,ja_May,ja_June,ja_July,ja_August,ja_September,ja_October,ja_November,ja_December FILLCOLORS=white,red # Numbers MEDIANAGE=43 MEDIANAGE_DECIMAL_PERIOD=42.9 MEDIANAGE_DECIMAL_COMMA=42,9 POPULATION=127463611 EMPTYNUMBER= ALPHA=0.5 MAXCHARS=3 SELECTEDCOLOR=0xFF0000 FONTSIZELEFT=3 FONTSIZERIGHT=3 PRECISION=6 TEXTCOLOR=0x00FF00 # Booleans TESTBOOL_TRUE=true TESTBOOL_FALSE=false EMPTYBOOLEAN= LEFTCHECKBOX=true RIGHTCHECKBOX=true # Classes FLAG=Embed("../../../../../../../../Assets/Images/FlagImages/flag_ja_JP.png") CHECKBOXSKIN=ClassReference("MyCheckBoxIcon_ja_JP") # Objects # Get any of the above to test Object. They all work by using getObject, then # casting to the expected type.