################################################################################ ## ## 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 de_DE locale. # Strings SHUTDOWN=geschlossen CHECKFORUPDATES=überprüfen Sie auf Updates EMPTYSTRING= FONTSTYLERIGHT=italic FONTSTYLELEFT=italic # String Arrays NEIGHBORS=Netherlands,Belgium,Luxemburg,France,Switzerland,Austria,Czech Republic,Poland,Denmark MONTHNAMES=de_January,de_February,de_March,de_April,de_May,de_June,de_July,de_August,de_September,de_October,de_November,de_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=5 TEXTCOLOR=0x00FF00 # Booleans TESTBOOL_TRUE=true TESTBOOL_FALSE=false EMPTYBOOLEAN= LEFTCHECKBOX=true RIGHTCHECKBOX=true # Classes FLAG=Embed("../../../../../../../../Assets/Images/FlagImages/flag_de_DE.png") # Objects # Get any of the above to test Object. They all work by using getObject, then # casting to the expected type.