1; Joomla! Project
2; Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.
3; License GNU General Public License version 2 or later; see LICENSE.txt
4; Note : All ini files need to be saved as UTF-8
5
6PLG_FIELDS_INTEGER="Fields - Integer"
7PLG_FIELDS_INTEGER_LABEL="Integer (%s)"
8PLG_FIELDS_INTEGER_PARAMS_FIRST_DESC="This value is the lowest on the list."
9PLG_FIELDS_INTEGER_PARAMS_FIRST_LABEL="First"
10PLG_FIELDS_INTEGER_PARAMS_LAST_DESC="This value is the highest on the list."
11PLG_FIELDS_INTEGER_PARAMS_LAST_LABEL="Last"
12PLG_FIELDS_INTEGER_PARAMS_MULTIPLE_DESC="Allow multiple values to be selected."
13PLG_FIELDS_INTEGER_PARAMS_MULTIPLE_LABEL="Multiple"
14PLG_FIELDS_INTEGER_PARAMS_STEP_DESC="Each option will be the previous option incremented by this integer, starting with the first value until the last value is reached."
15PLG_FIELDS_INTEGER_PARAMS_STEP_LABEL="Step"
16PLG_FIELDS_INTEGER_XML_DESCRIPTION="This plugin lets you create new fields of type 'integer' in any extensions where custom fields are supported."
17