################################################################################ ## ## 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 fr_FR locale. # Strings SHUTDOWN=Arrêté CHECKFORUPDATES=Vérifiez les mises à jour EMPTYSTRING= FONTSTYLERIGHT=italic FONTSTYLELEFT=normal # String Arrays NEIGHBORS=Spain,Belgium,Luxembourg,Germany,Switzerland,Italy NEIGHBORS_SPACES = Spain, Belgium, Luxemburg, Germany, Switzerland, Italy NEIGHBORS_DELIMITERS= ,,,,, EMPTYSTRINGARRAY= MONTHNAMES=fr_January,fr_February,fr_March,fr_April,fr_May,fr_June,fr_July,fr_August,fr_September,fr_October,fr_November,fr_December FILLCOLORS=green,blue # Numbers MEDIANAGE=39 MEDIANAGE_DECIMAL_PERIOD=39.1 MEDIANAGE_DECIMAL_COMMA=39,1 POPULATION=62752136 EMPTYNUMBER= ALPHA=0.3 MAXCHARS=7 SELECTEDCOLOR=0x0000FF FONTSIZELEFT=12 FONTSIZERIGHT=3 PRECISION=3 TEXTCOLOR=0xFF0000 # Booleans TESTBOOL_TRUE=true TESTBOOL_FALSE=false EMPTYBOOLEAN= LEFTCHECKBOX=false RIGHTCHECKBOX=true # Classes FLAG=Embed("../../../../../../../../Assets/Images/FlagImages/flag_fr_FR.png") CHECKBOXSKIN=ClassReference("MyCheckBoxIcon_fr_FR") # Objects # Get any of the above to test Object. They all work by using getObject, then # casting to the expected type.