Search
282 results 131-140
Reference
language.stateRestore.creationModal.columns.search
› Set the text for the label of the columns search checkbox within the creation modalThis string is displayed in the label next to the checkbox that allows toggling of column specific search state saving within the creation modal that is shown when a state is being created. The value set here is passed through the i18n() function.language.stateRestore.creationModal.button
› Set the text within the StateRestore creation modal buttonThis string is displayed in the confirmation button within the creation modal that is shown when a state is being created. The value set here is passed through the i18n() function.language.buttons.updateState
› Set the text within the StateRestore update buttonThis string is displayed in StateRestore's update button. The button is fully documented at updateState. The value set here is passed through the i18n() function.language.buttons.stateRestore
› Set the text within the StateRestore `-button stateRestore` split dropdown buttonThis string is displayed in StateRestore's stateRestore button. The button is fully documented at renameState. Here the %d token in the string is replaced by the number of states that have been created including this one. This allows for the default name of states to change actively as more are created. The value set here is passed through the i18n() function.language.buttons.savedStates
› Set the text within the StateRestore `-button savedStates` buttonThis string is displayed in StateRestore's savedStates button. The button is fully documented at savedStates. The value set here is passed through the i18n() function.language.buttons.renameState
› Set the text within the StateRestore rename buttonThis string is displayed in StateRestore's rename button. The button is fully documented at renameState. The value set here is passed through the i18n() function.language.buttons.removeState
› Set the text within the StateRestore remove buttonThis string is displayed in StateRestore's remove button. The button is fully documented at removeState. The value set here is passed through the i18n() function.language.buttons.removeAllStates
› Set the text within the StateRestore remove all buttonThis string is displayed in StateRestore's remove all button. The button is fully documented at removeAllStates. The value set here is passed through the i18n() function.language.buttons.createState
› Set the text within the StateRestore creation buttonThis string is displayed in StateRestore's creation button. The button is fully documented at createState. The value set here is passed through the i18n() function.language.select
› Container object for language strings used by SelectSelect makes use of a number of strings that are displayed to the end user to explain what action will be performed based on the user input. Parameters of this object provide the ability to customise those strings to suit your needs. This can be a full translation or a tweak of just one or two strings to match the styling of your site / app.