Aseprite en.ini differences between v1.2.7.3 and v1.2.8
diff --git a/data/strings/en.ini b/data/strings/en.ini | |
index ffdf9e1..cd83ff8 100644 | |
--- a/data/strings/en.ini | |
+++ b/data/strings/en.ini | |
@@ -505,10 +505,16 @@ go_forward_button_tooltip = Go forward one folder | |
go_up_button_tooltip = Up to parent folder | |
new_folder_button_tooltip = New folder | |
file_name = File name: | |
file_type = File type: | |
+[filters] | |
+selected_cels = Selected | |
+selected_cels_tooltip = Apply to the active selection in the timeline | |
+all_cels = All | |
+all_cels_tooltip = Apply to all cels in the sprite | |
+ | |
[font_popup] | |
load = Load | |
[frame_properties] | |
title = Frame Properties | |
@@ -554,16 +560,20 @@ x = X: | |
y = Y: | |
width = Width: | |
height = Height: | |
[home_view] | |
+title = Home | |
recover = Recover Lost Sprites | |
new_file = New File... | |
open_file = Open File... | |
recent_files = Recent files: | |
recent_folders = Recent folders: | |
news = News: | |
+checking_updates = Checking Updates... | |
+is_up_to_date = {0} is up to date | |
+new_version_available = New {0} v{1} available! | |
[import_sprite_sheet] | |
title = Import Sprite Sheet | |
select_file = Select File | |
type = Type: | |
@@ -828,10 +838,11 @@ section_extensions = Extensions | |
section_experimental = Experimental | |
general = General | |
screen_scaling = Screen Scaling: | |
ui_scaling = UI Elements Scaling: | |
language = Language: | |
+download_translations = Download Translations | |
gpu_acceleration = GPU acceleration | |
gpu_acceleration_tooltip = Check this option to enable hardware acceleration | |
show_menu_bar = Show Aseprite menu bar | |
show_home = Show Home tab when Aseprite is started | |
expand_menu_bar_items_on_mouseover = Expand menu bar items on mouseover | |
@@ -983,10 +994,11 @@ gif_options_alert = Show GIF options when saving .gif files | |
jpeg_options_alert = Show JPEG options when saving .jpeg files | |
advanced_mode_alert = Show alert when we enter to Advanced Mode | |
reset_alerts = Reset all alert dialogs | |
available_themes = Available Themes | |
select_theme = &Select | |
+download_themes = Download Themes | |
open_theme_folder = Open &Folder | |
add_extension = &Add Extension | |
disable_extension = &Disable | |
uninstall_extension = &Uninstall | |
open_extension_folder = Open &Folder | |
@@ -1186,10 +1198,13 @@ ellipse = Ellipse Tool | |
filled_ellipse = Filled Ellipse Tool | |
contour = Contour Tool | |
polygon = Polygon Tool | |
blur = Blur Tool | |
jumble = Jumble Tool | |
+shortcut = Shortcut: {0} | |
+preview_hide = Hide Preview | |
+preview_show = Show Preview | |
[undo_history] | |
title = Undo History | |
[user_data] | |
@@ -1197,20 +1212,21 @@ user_data = User Data: | |
color = Color: | |
[webp_options] | |
title = WebP Options | |
save_as = Save as: | |
+animation_loop = Animation &Loop | |
+type = Type: | |
+simple_webp = Simple: Good Lossless Compression | |
lossless_webp = Lossless WebP | |
-lossless_webp_tooltip = Save in simple WebP lossless format. | |
compression = Compression: | |
image_hint = Image Hint: | |
image_hint_default = Default | |
image_hint_picture = Picture | |
image_hint_photo = Photo | |
image_hint_graph = Graph | |
lossy_webp = Lossy WebP | |
-lossy_webp_tooltip = Save in simple WebP lossy format. | |
quality = Quality: | |
image_preset = Image Preset: | |
image_preset_default = Default | |
image_preset_picture = Picture | |
image_preset_photo = Photo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment