uidesigner/com.nokia.sdt.series60.componentlibrary/components/controls/CAknSlider.properties
changeset 0 fb279309251b
equal deleted inserted replaced
-1:000000000000 0:fb279309251b
       
     1 friendlyName=Slider
       
     2 information=An S60 slider control graphically displays a bounded value.
       
     3 layout=layout
       
     4 layoutDescription=Appearance of the slider, telling whether labels, the min/max values, or the slider itself are displayed
       
     5 minValue=minimum value
       
     6 minValueDescription=Minimum value the slider is allowed to take 
       
     7 maxValue=maximum value
       
     8 maxValueDescription=Maximum value (inclusive) the slider is allowed to take
       
     9 value=value
       
    10 valueDescription=Initial value of the slider
       
    11 step=step value
       
    12 stepDescription=Integral step between contiguous values in the slider; this must satisfy the relation: (maxValue - minValue) % step == 0 
       
    13 valueType=format
       
    14 valueTypeDescription=Displayed format of the value
       
    15 decimalPlaces=decimal places
       
    16 decimalPlacesDescription=If the format is "decimal", the number of decimal places displayed
       
    17 singularValueLabel=singular value label
       
    18 singularValueLabelDescription=If the format is "plain figure", the format string used when the value is 1 (use "%U" to represent the number)
       
    19 minLabel=minimum value label
       
    20 minLabelDescription=Label displayed at the minimum end of the slider
       
    21 maxLabel=maximum value label
       
    22 maxLabelDescription=Label displayed at the maximum end of the slider
       
    23 graphicalImage=graphical image
       
    24 graphicalImageDescription=Image displayed above the slider while editing in the "setting item with graphics" layout 
       
    25 EAknFormSliderLayout1=value only layout
       
    26 EAknFormSliderLayout2=min/max label layout
       
    27 EAknFormSliderLayout3=value and min/max label layout
       
    28 EAknSettingsItemSliderLayout=settings item
       
    29 EAknSettingsItemSliderLayoutWithGraphics=settings item with graphics
       
    30 EAknSliderValueNone=none
       
    31 EAknSliderValueBareFigure=plain figure
       
    32 EAknSliderValuePercentage=percentage
       
    33 EAknSliderValueFraction=fraction
       
    34 EAknSliderValueDecimal=decimal
       
    35 invalidRange=the range in instance ''{0}'' is invalid (failed test: {1} <= {2})
       
    36 valueExceedsRange=the ''value'' property in instance ''{0}'' is out of range (failed test: {1} <= {2} <= {3})
       
    37 stepNotValid=the ''step'' property in instance ''{0}'' is invalid (failed test: ({1} - {2}) % {3} == 0)
       
    38 valueNotValid=the ''value'' property in instance ''{0}'' is invalid (failed test: ({1} - {2}) % {3} == 0) 
       
    39 
       
    40 maxValueConstraint=The maximum value must be greater than the minimum value ({1}) and current value ({2}).
       
    41 minValueConstraint=The minimum value must be less than the maximum value ({1}) and current value ({2}).
       
    42 minMaxStepConstraint=The step size ({0}) must divide into the difference of minimum and maximum values ({1} - {2} = {3}).
       
    43 stepConstraint=The step value ({0}) must divide into the difference of the minimum and maximum values ({1} - {2} = {3}).
       
    44 stepValueConstraint=The step value ({0}) must divide into the difference of the current value and the minimum ({1} - {2} = {3}).
       
    45 valueConstraint=The value ({0}) must be between the minimum and maximum values ({1} <= value <= {2}).
       
    46 valueStepConstraint=The difference of the value and minimum ({0} - {1} = {2}) must be a multiple of the step size ({3}).