mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-14 19:50:12 +01:00
26 lines
618 B
Properties
26 lines
618 B
Properties
|
# font size submenu
|
||
|
#
|
||
|
# don't translate %zoom%
|
||
|
|
||
|
menuLabel=Text Zoom (%zoom% %)
|
||
|
label=%zoom% %
|
||
|
labelOriginal=%zoom% % (Original Size)
|
||
|
labelOther=Other (%zoom% %) ...
|
||
|
|
||
|
# {values} must be greater than 0, include 100 and be in natural order
|
||
|
# {accessKeys} correspond to {values}, where "z" matches the z in
|
||
|
# "Original size" in {labelOriginal}
|
||
|
|
||
|
values=50,75,90,100,120,150,200
|
||
|
accessKeys=5,7,9,z,1,0,2
|
||
|
|
||
|
# {valueOther} must be greater than the largest in values
|
||
|
|
||
|
valueOther=300
|
||
|
|
||
|
# {stepFactor} is the factor with which the zoom changes when you're
|
||
|
# below the lowest or above the highest value in {values}
|
||
|
|
||
|
stepFactor=1.5
|
||
|
|