Mercurial > hg > LGDataverses
view DVN-web/src/main/java/BundleAnalysis.properties @ 4:9b408c9b05ab
Integration with LGServices.
author | "jurzua <jurzua@mpiwg-berlin.mpg.de>" |
---|---|
date | Thu, 07 May 2015 14:56:46 +0200 |
parents | 2ae72563a29d |
children |
line wrap: on
line source
# Resource bundle for analysis page # page ID pageTitle=Subsetting, Downloading and Analysis # study ID block stdyInf.ID=Study ID stdyInf.Name=Study Name # download tab dwnld.tab.text=Download Subset dwnld.selectedVarBox.topText=Selected Variables: dwnld.selectedvarBox.bttmHelpText=(Select Variables from table below) dwnld.selectedVarBox.title=Selected Variables dwnld.instruction=Choose File Format to download selected variables: dwnld.fileType.text=Text dwnld.fileType.Rdata=R Data dwnld.fileType.Splus=S plus dwnld.fileType.stata=Stata #dwnld.fileType.SPSSsav=SPSS(SAV) #dwnld.fileType.SPSSpor=SPSS(POR) #dwnld.fileType.sas=SAS dwnld.button.submit=Create Zip File # Recode tab recode.tab.text=Recode & Case-Subset recode.selectedVarBox.topText=Selected Variables: recode.selectedVarBox.title=Selected Variables recode.selectedvarBox.bttmHelpText=(Select Variables from table below) recode.instruction.line1=Select a variable from the selected-variables box, click the start button. recode.instruction.line2=Update the machine-generated new variable name and label in the input boxes. The new variable name must be unique within the current data file. recode.instruction.line3=For case-subsetting, the new variable becomes a condition variable that filters cases. recode.currentConditionVar=Condition Variable recode.newVar.name=New Variable Name recode.newVar.label=New Variable Label recode.valueTable.drop.header=Drop recode.valueTable.drop.checkbox=Check to exclude this value recode.valueTable.value.header=New Value recode.valueTable.valuelabel.header=New Value Label recode.valueTable.variable.header=Variable recode.howToRecode.instruction=How to use the table for recoding: recode.howToRecode.details=You must at least fill the first (new value) and last column (condition) of the table; the second column is optional and for a new value label. If the old variable you have chosen for recoding has information about its value-labels, the table may be pre-filled with these data for convenience, and then you are expected to modify these pre-filled data. A condition for recoding is expressed by a value and/or range. For how to specify a condition for recoding, see the instruction how to enter a value or range as a condition) below. If you want to exclude a value from your recoding scheme, you can this by checking the checkbox in the same row. recode.howToSubset.instruction=How to use the table for case-subsetting: recode.howToSubset.details=If the variable you have chosen for case-subsetting has information about its value-labels, the table may be pre-filled with these data for convenience. When you want to exclude a value in the last column of the table, check the checkbox in the same row. When you want to include a particular value or range, enter it in the last column whose header shows the name of the variable for subsetting. For how to enter a condition for subsetting, see the instruction (how to enter a value or range as a condition) below. recode.howToEnterCondition.instruction=How to enter a value or range as a condition: recode.howToEnterCondition.details=Suppose the variable you chose for recoding is x. If your condition is x==3, simply enter 3. To define an "open" range, use parentheses, as in the following 3 examples: if your condition is x < -3, enter (--3; if your condition is x > -3, enter -3-); if your condition is -3 < x < 3, enter (-3-3). (Do note that '-' is used both as the minus sign and the range separator!) Similarly, the square brackets [] are used to define "closed" ranges, for example: [-2-4] to select -2 <= x <= -4. You can of course define a range open on one end and closed on the other, as in (2-5]. You can also enter non-overlapping values and ranges separated by a comma such as 0,[7-9]. (Ranges are only supported on numeric values!) recode.button.moveVar.alt=Add variable #recode.button.moveVar.img=> recode.button.save=Apply Recodes recode.button.addValue=Add Value/Range # Descriptive Statistics pane eda.tab.text=Descriptive Statistics eda.selectedVarBox.topText=Selected Variables: eda.selectedVarBox.title=Selected Variables eda.selectedvarBox.bttmHelpText=(Select Variables from table below) eda.instruction=Choose Descriptive Statistics output to apply to selected variables: eda.option.numeric=Univariate Numeric Summaries eda.option.graphic=Univariate Graphic Summaries eda.button.submit=Run Statistics # Advanced Statistical Analysis tab advStat.tab.text=Advanced Statistical Analysis advStat.selectedVarBox.topText=Selected Variables: advStat.selectedVarBox.title=Selected Variables advStat.selectedvarBox.bttmHelpText=(Select Variables from table below) advStat.modelMenu.instruction=Choose a Statistical Model advStat.model.helpInfo.header=More Information about the Model advStat.modelVarbox.dependent.label=Dependent advStat.modelVarbox.explanatory.label=Explanatory advStat.modelVarbox.observed.label=Observed advStat.analysisOptn.header=Analysis Options advStat.outputOptn.header=Output Options advStat.sensitivity.Option=Sensitivity analysis (computationally intensive) advStat.simulation.optionPanel=Simulation Options advStat.simulation.option.average=Use average values (setx default) advStat.simulation.option.setValues=Select values advStat.simulation.setValues.values=Explnatory variable values advStat.simulation.setValues.diff=Value for the first difference(optional) advStat.sensitivity.LevelBox=Leve of Measurement error: advStat.button.submit=Run Model subsettingInstruction=Select variables from table below (selected variables will be displayed above) nonSubsettingInstruction=You do not have access to the subsetting and analysis functionality for this restricted data file. You can only view the variables and their summary statistics. # Search Pane varSearch.displaylabel.initial=Search Results varSearch.displaylabel.afterVarSearch=All Variables varSearch.displaylabel.afterSelected=Selected Variables varSearch.displayButton.inital=Show All Variables varSearch.displayButton.afterSearch=Show Search Results varSearch.displayButton.afterSelected=Show Selected Variables varSearch.button.search=Search Variables # var Table header varTable.colHdr.checkBox=Select varTable.colHdr.varType=Type varTable.colHdr.Id=ID varTable.colHdr.varName=Name varTable.colHdr.varLabel=Label varTable.colHdr.quickSummary=Summary varTable.colHdr.quickSummary.button=Show Summary #varTable.StatItem.discVar. #varTable.StatItem.cntVar # recoded Var Table header recodedVarTable.title=List of Recode Variables: recodedVarTable.state=None recodedVarTable.colHdr.remove=Remove recodedVarTable.colHdr.varName=Variable Name recodedVarTable.colHdr.varLabel=Variable Label recodedVarTable.colHdr.modify=Modify recodedVarTable.hyperLink.title.remove=Remove recodedVarTable.hyperLink.title.modify=Modify recodedVarTable.tooltip.remove=Click to remove this recoded variable recodedVarTable.tooltip.modify=Click to modify this recoded variable