filterwidget.properties (2586B)
1 # This Source Code Form is subject to the terms of the Mozilla Public 2 # License, v. 2.0. If a copy of the MPL was not distributed with this 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 4 5 # LOCALIZATION NOTE These strings are used in the CSS Filter Editor Widget 6 # which can be found in a tooltip that appears in the Rule View when clicking 7 # on a filter swatch displayed next to CSS declarations like 'filter: blur(2px)'. 8 9 # LOCALIZATION NOTE (emptyFilterList): 10 # This string is displayed when filter's list is empty 11 # (no filter specified / all removed) 12 emptyFilterList=No filter specified 13 14 # LOCALIZATION NOTE (emptyPresetList): 15 # This string is displayed when preset's list is empty 16 emptyPresetList=You don’t have any saved presets. \ 17 You can store filter presets by choosing a name and saving them. \ 18 Presets are quickly accessible and you can reuse them with ease. 19 20 # LOCALIZATION NOTE (addUsingList): 21 # This string is displayed under [emptyFilterList] when filter's 22 # list is empty, guiding user to add a filter using the list below it 23 addUsingList=Add a filter using the list below 24 25 # LOCALIZATION NOTE (dropShadowPlaceholder): 26 # This string is used as a placeholder for drop-shadow's input 27 # in the filter list (shown when <input> is empty) 28 dropShadowPlaceholder=x y radius color 29 30 # LOCALIZATION NOTE (dragHandleTooltipText): 31 # This string is used as a tooltip text (shown on mouse hover) on the 32 # drag handles of filters which are used to re-order filters 33 dragHandleTooltipText=Drag up or down to re-order filter 34 35 # LOCALIZATION NOTE (labelDragTooltipText): 36 # This string is used as a tooltip text (shown on mouse hover) on the 37 # filters' labels which can be dragged left/right to increase/decrease 38 # the filter's value (like photoshop) 39 labelDragTooltipText=Drag left or right to decrease or increase the value 40 41 # LOCALIZATION NOTE (filterListSelectPlaceholder): 42 # This string is used as a preview option in the list of possible filters 43 # <select> 44 filterListSelectPlaceholder=Select a Filter 45 46 # LOCALIZATION NOTE (addNewFilterButton): 47 # This string is displayed on a button used to add new filters 48 addNewFilterButton=Add 49 50 # LOCALIZATION NOTE (newPresetPlaceholder): 51 # This string is used as a placeholder in the list of presets which is used to 52 # save a new preset 53 newPresetPlaceholder=Preset Name 54 55 # LOCALIZATION NOTE (savePresetButton): 56 # This string is displayed on a button used to save a new preset 57 savePresetButton=Save 58 59 # LOCALIZATION NOTE(presetsToggleButton): 60 # This string is used in a button which toggles the presets list 61 presetsToggleButton=Presets