@@ -95,6 +95,11 @@ Warning
9595<<Do you really want to uninstall '{0}' extension?
9696||&Yes||&No
9797END
98+ unknown_output_file_format_error = <<<END
99+ Aseprite
100+ <<Unknown file format '{0}' in output filename
101+ ||&OK
102+ END
98103update_screen_ui_scaling_with_theme_values = <<<END
99104Update Screen/UI Scaling
100105<<The new theme '{0}' wants to adjust some values for you:
@@ -185,6 +190,7 @@ BackgroundFromLayer = Background From Layer
185190BrightnessContrast = Adjust Brightness/Contrast
186191Cancel = Cancel Current Operation
187192CanvasSize = Canvas Size
193+ CelOpacity = Set Cel Opacity to {0} ({1}%)
188194CelProperties = Cel Properties
189195ChangeBrush = Change Brush: {0}
190196ChangeBrush_CustomBrush = Custom Brush #{0}
@@ -228,6 +234,7 @@ DuplicateView = Duplicate View
228234Exit = Exit
229235ExportSpriteSheet = Export Sprite Sheet
230236Eyedropper = Eyedropper
237+ Fill = Fill Selection with Foreground Color
231238FitScreen = Fit on Screen
232239FlattenLayers = Flatten Layers
233240Flip = Flip {0} {1}
@@ -325,6 +332,7 @@ Paste = Paste
325332PasteText = Insert Text
326333PixelPerfectMode = Switch Pixel Perfect Mode
327334PlayAnimation = Play Animation
335+ PlayPreviewAnimation = Play Preview Animation
328336Redo = Redo
329337Refresh = Refresh
330338RemoveFrame = Remove Frame
@@ -378,6 +386,7 @@ SliceProperties = Slice Properties
378386SnapToGrid = Snap to Grid
379387SpriteProperties = Sprite Properties
380388SpriteSize = Sprite Size
389+ Stroke = Stroke Selection Borders with Foreground Color
381390SwitchColors = Switch Colors
382391SwitchNonactiveLayersOpacity = Switch Nonactive Layers Opacity
383392SymmetryMode = Symmetry Mode
@@ -604,6 +613,14 @@ title = Keyboard Shortcuts
604613import = &Import
605614export = &Export
606615reset = &Reset
616+ section_menus = Menus
617+ section_commands = Commands
618+ section_tools = Tools
619+ section_action_modifiers = Action Modifiers
620+ section_mouse_wheel = Mouse Wheel
621+ default_wheel_behavior = Default
622+ custom_wheel_behavior = Custom
623+ slide_as_wheel = Interpret two fingers slide on Trackpad as mouse wheel
607624ok = &OK
608625cancel = &Cancel
609626
@@ -636,6 +653,8 @@ edit_copy = &Copy
636653edit_copy_merged = Copy Mer&ged
637654edit_paste = &Paste
638655edit_clear = &Delete
656+ edit_fill = &Fill
657+ edit_stroke = Stroke
639658edit_rotate = R&otate
640659edit_rotate_180 = &180
641660edit_rotate_90cw = &90 CW
@@ -661,7 +680,7 @@ edit_fx_convolution_matrix = Convolution &Matrix...
661680edit_fx_despeckle = &Despeckle (Median Filter)...
662681edit_insert_text = Insert Text
663682edit_keyboard_shortcuts = &Keyboard Shortcuts...
664- edit_preferences = Pre&ferences ...
683+ edit_preferences = Preferences& ...
665684sprite = &Sprite
666685sprite_properties = &Properties...
667686sprite_color_mode = Color &Mode
@@ -907,6 +926,11 @@ keep_selection_after_clear_tooltip = <<<END
907926Check this if you want to keep the selection
908927after deleting it.
909928END
929+ auto_show_selection_edges = Automatically show selection edges after modifying the selection
930+ auto_show_selection_edges_tooltip = <<<END
931+ Uncheck this if you want to keep the
932+ selection edges option as you wish.
933+ END
910934move_edges = Allow moving selection edges
911935move_edges_tooltip = <<<END
912936Check this if you want to be able to drag
@@ -1003,7 +1027,24 @@ disable_extension = &Disable
10031027uninstall_extension = &Uninstall
10041028open_extension_folder = Open &Folder
10051029user_interface = User Interface
1030+ new_render_engine = New render engine for sprite editor
1031+ native_clipboard = Use native clipboard
10061032native_file_dialog = Use native file dialog
1033+ one_finger_as_mouse_movement = Interpret one finger as mouse movement
1034+ one_finger_as_mouse_movement_tooltip = <<<END
1035+ Only for Windows 8/10 tablets: Interprets one finger as mouse movement
1036+ and two fingers as pan/scroll. Uncheck this to use the old behavior:
1037+ One finger pans/scrolls.
1038+ --
1039+ Note: This option is available just to get the old behavior but
1040+ will be removed in future versions.
1041+ END
1042+ load_wintab_driver = Load wintab32 library
1043+ load_wintab_driver_tooltip = <<<END
1044+ Loads wintab32.dll driver to use Wacom-like devices
1045+ when Aseprite is started.
1046+ END
1047+ wintab_more_info = (More Information)
10071048flash_selected_layer = Flash layer when it is selected
10081049non_active_layer_opacity = Opacity for non-active layers:
10091050ok = &OK
0 commit comments