diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index e8de0b1..14a87e4 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -16,8 +16,8 @@ env:
GODOT_FEATURE_VERSION: 4.5
# Commit hash
GODOT_COMMIT_HASH: 2d113cc22
- PROJECT_NAME: GodSVG Mobile
- BUILD_OPTIONS: target=template_release lto=full production=yes deprecated=no minizip=no brotli=no vulkan=no openxr=no use_volk=no disable_3d=yes disable_physics_2d=yes disable_navigation_2d=yes modules_enabled_by_default=no module_freetype_enabled=yes module_gdscript_enabled=yes module_svg_enabled=yes module_jpg_enabled=yes module_text_server_adv_enabled=yes graphite=no module_webp_enabled=yes module_mbedtls_enabled=yes swappy=no build_profile=../godsvg/.github/disabled_classes.build
+ PROJECT_NAME: VectorTouch
+ BUILD_OPTIONS: target=template_release lto=full production=yes deprecated=no minizip=no brotli=no vulkan=no openxr=no use_volk=no disable_3d=yes disable_physics_2d=yes disable_navigation_2d=yes modules_enabled_by_default=no module_freetype_enabled=yes module_gdscript_enabled=yes module_svg_enabled=yes module_jpg_enabled=yes module_text_server_adv_enabled=yes graphite=no module_webp_enabled=yes module_mbedtls_enabled=yes swappy=no build_profile=../vectortouch/.github/disabled_classes.build
GODOT_REPO: https://github.com/godotengine/godot.git
jobs:
@@ -91,7 +91,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
- path: godsvg
+ path: vectortouch
- if: ${{ steps.cache-template.outputs.cache-hit != 'true' }}
name: Build Godot template for Android
@@ -118,9 +118,9 @@ jobs:
GODOT_ANDROID_KEYSTORE_DEBUG_USER: "androiddebugkey"
GODOT_ANDROID_KEYSTORE_DEBUG_PASSWORD: "android"
run: |
- cd godsvg
+ cd vectortouch
mkdir -p build/android
- godot --headless --export-debug "Android" build/android/GodSVG-Mobile-debug.apk
+ godot --headless --export-debug "Android" build/android/VectorTouch-debug.apk
- name: Export release project
if: github.event.pull_request.head.repo.fork != true
@@ -129,17 +129,17 @@ jobs:
GODOT_ANDROID_KEYSTORE_RELEASE_USER: ${{ secrets.KEY_ALIAS }}
GODOT_ANDROID_KEYSTORE_RELEASE_PASSWORD: ${{ secrets.KEYSTORE_PASSWORD }}
run: |
- cd godsvg
+ cd vectortouch
mkdir -p build/android
echo "${{ secrets.KEYSTORE }}" | base64 -d > /tmp/release.keystore
- godot --headless --export-release "Android(arm32)" build/android/GodSVG-Mobile-arm32.apk
- godot --headless --export-release "Android" build/android/GodSVG-Mobile.apk
+ godot --headless --export-release "Android(arm32)" build/android/VectorTouch-arm32.apk
+ godot --headless --export-release "Android" build/android/VectorTouch.apk
- name: Upload debug artifact
uses: actions/upload-artifact@v4
with:
name: ${{ env.PROJECT_NAME }}.debug
- path: godsvg/build/android/GodSVG-Mobile-debug.apk
+ path: vectortouch/build/android/VectorTouch-debug.apk
if-no-files-found: error
retention-days: 28
@@ -147,7 +147,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ env.PROJECT_NAME }}
- path: godsvg/build/android/GodSVG-Mobile.apk
+ path: vectortouch/build/android/VectorTouch.apk
if-no-files-found: ignore
retention-days: 28
@@ -155,6 +155,6 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ env.PROJECT_NAME }}-arm32
- path: godsvg/build/android/GodSVG-Mobile-arm32.apk
+ path: vectortouch/build/android/VectorTouch-arm32.apk
if-no-files-found: ignore
retention-days: 28
diff --git a/README.md b/README.md
index 4b5766c..c65d15d 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
-# GodSVG Mobile
+# VectorTouch
-**GodSVG Mobile** brings the power of the **GodSVG** to your Android device, allowing you to edit Scalable Vector Graphics (SVG) files directly on mobile. This version is optimized for touch-based interaction, providing an intuitive and mobile-friendly interface for editing SVG files.
+**VectorTouch** brings the power of the **GodSVG** to your Android device, allowing you to edit Scalable Vector Graphics (SVG) files directly on mobile. This version is optimized for touch-based interaction, providing an intuitive and mobile-friendly interface for editing SVG files.
For the desktop version of GodSVG, please visit the [GodSVG repository](https://github.com/MewPurPur/GodSVG).
@@ -13,7 +13,7 @@ For the desktop version of GodSVG, please visit the [GodSVG repository](https://
## Installation
-Download the latest release of the Android version from the [releases](https://github.com/syntaxerror247/GodSVG-Mobile/releases).
+Download the latest release of the Android version from the [releases](https://github.com/syntaxerror247/VectorTouch/releases).
## License
diff --git a/export_presets.cfg b/export_presets.cfg
index df62b00..fdd8300 100644
--- a/export_presets.cfg
+++ b/export_presets.cfg
@@ -35,8 +35,8 @@ architectures/x86=false
architectures/x86_64=false
version/code=3
version/name="1.0-alpha3"
-package/unique_name="com.godsvg.mobile"
-package/name="GodSVG Mobile"
+package/unique_name="com.vectortouch.app"
+package/name="VectorTouch"
package/signed=true
package/app_category=3
package/retain_data_on_uninstall=false
@@ -256,8 +256,8 @@ architectures/x86=false
architectures/x86_64=false
version/code=3
version/name="1.0-alpha3"
-package/unique_name="com.godsvg.mobile"
-package/name="GodSVG Mobile"
+package/unique_name="com.vectortouch.app"
+package/name="VectorTouch"
package/signed=true
package/app_category=3
package/retain_data_on_uninstall=false
diff --git a/godot_only/scripts/update_translations.gd b/godot_only/scripts/update_translations.gd
index 7aee587..4628d26 100644
--- a/godot_only/scripts/update_translations.gd
+++ b/godot_only/scripts/update_translations.gd
@@ -5,7 +5,7 @@ extends EditorScript
const COMMENTS_DICT = {
"Viewport": "The viewport is the area where the graphic is displayed. In similar applications, it's often called the canvas.",
"CDATA color": "CDATA shouldn't be translated. It's a type of XML section.",
- "Editor formatter": "Refers to the formatter used for GodSVG's code editor.",
+ "Editor formatter": "Refers to the formatter used for VectorTouch's code editor.",
"Export formatter": "Refers to the formatter used when exporting.",
"Handles": "Refers to the draggable gizmos.",
"Dash length": "Refers to the selection rectangle's animated dashed stroke.",
@@ -23,7 +23,7 @@ const TRANSLATIONS_DIR = "translations"
const HEADER = """#, fuzzy
msgid \"\"
msgstr \"\"
-\"Project-Id-Version: GodSVG\\n\"
+\"Project-Id-Version: VectorTouch\\n\"
\"POT-Creation-Date: \\n\"
\"PO-Revision-Date: \\n\"
\"Last-Translator: \\n\"
@@ -98,7 +98,7 @@ func search_directory(dir: String) -> void:
func update_translations() -> void:
var used_comments := PackedStringArray()
var folder_location := ProjectSettings.globalize_path(TRANSLATIONS_DIR)
- var pot_location := folder_location.path_join("GodSVG.pot")
+ var pot_location := folder_location.path_join("VectorTouch.pot")
var fa := FileAccess.open(pot_location, FileAccess.WRITE)
fa.store_string(HEADER)
@@ -108,11 +108,11 @@ func update_translations() -> void:
used_comments.append(msg.msgid)
fa.store_string(msg.to_string())
fa = null
- print("Created %s with %d strings" % [TRANSLATIONS_DIR.path_join("/GodSVG.pot"),
+ print("Created %s with %d strings" % [TRANSLATIONS_DIR.path_join("/VectorTouch.pot"),
(messages.size() + 1)])
for file in DirAccess.get_files_at(folder_location):
- if not (file.get_extension() == "po" or file == "GodSVG.pot"):
+ if not (file.get_extension() == "po" or file == "VectorTouch.pot"):
continue
var args := PackedStringArray(["--update", "--quiet", "--verbose", "--backup=off",
@@ -123,7 +123,7 @@ func update_translations() -> void:
var po_location = folder_location.path_join(file)
args = PackedStringArray(["--no-wrap", po_location, "-o", po_location])
OS.execute("msgcat", args)
- if file == "GodSVG.pot":
+ if file == "VectorTouch.pot":
continue
elif not output.is_empty():
print("Updated " + TRANSLATIONS_DIR + "/%s: %s" % [file, output[0].rstrip("\n")])
diff --git a/project.godot b/project.godot
index 9c42ac9..defb36c 100644
--- a/project.godot
+++ b/project.godot
@@ -10,7 +10,7 @@ config_version=5
[application]
-config/name="GodSVG Mobile"
+config/name="VectorTouch"
config/version="1.0-alpha3"
config/tags=PackedStringArray("application", "mobile", "project")
run/main_scene="uid://bihwwoedqcyo8"
diff --git a/src/autoload/HandlerGUI.gd b/src/autoload/HandlerGUI.gd
index a80b22a..aef6f63 100644
--- a/src/autoload/HandlerGUI.gd
+++ b/src/autoload/HandlerGUI.gd
@@ -307,7 +307,7 @@ func _unhandled_input(event: InputEvent) -> void:
"about_donate": open_donate()
"check_updates": open_update_checker()
"open_settings": open_settings()
- "about_repo": OS.shell_open("https://github.com/syntaxerror247/GodSVG-Mobile")
+ "about_repo": OS.shell_open("https://github.com/syntaxerror247/VectorTouch")
"about_website": OS.shell_open("https://godsvg.com")
"open_externally": FileUtils.open_svg(
Configs.savedata.get_active_tab().svg_file_path)
@@ -482,8 +482,8 @@ func prompt_quit() -> void:
remove_all_menus()
var confirm_dialog := ConfirmDialogScene.instantiate()
add_menu(confirm_dialog)
- confirm_dialog.setup(Translator.translate("Quit GodSVG"),
- Translator.translate("Do you want to quit GodSVG?"),
+ confirm_dialog.setup(Translator.translate("Quit VectorTouch"),
+ Translator.translate("Do you want to quit VectorTouch?"),
Translator.translate("Quit"), get_tree().quit)
@@ -569,9 +569,9 @@ func open_export() -> void:
func update_window_title() -> void:
if Configs.savedata.use_filename_for_window_title and\
not Configs.savedata.get_active_tab().svg_file_path.is_empty():
- get_window().title = Configs.savedata.get_active_tab().presented_name + " - GodSVG"
+ get_window().title = Configs.savedata.get_active_tab().presented_name + " - VectorTouch"
else:
- get_window().title = "GodSVG"
+ get_window().title = "VectorTouch"
# Helpers
diff --git a/src/config_classes/SaveData.gd b/src/config_classes/SaveData.gd
index 3d42ae7..449a267 100644
--- a/src/config_classes/SaveData.gd
+++ b/src/config_classes/SaveData.gd
@@ -144,7 +144,7 @@ func is_theming_default() -> bool:
# TODO Typed Dictionary wonkiness Dictionary[ThemePreset, String]. This one was copied
# from an earlier similar implementation, but I didn't bother to test if it's still
-# necessary because GodSVG was disheveled while I was implementing the feature.
+# necessary because VectorTouch was disheveled while I was implementing the feature.
static func get_theme_preset_value_text_map() -> Dictionary:
return {
ThemePreset.DARK: Translator.translate("Dark"),
@@ -171,7 +171,7 @@ func is_highlighting_default() -> bool:
# TODO Typed Dictionary wonkiness Dictionary[ThemePreset, String]. This one was copied
# from an earlier similar implementation, but I didn't bother to test if it's still
-# necessary because GodSVG was disheveled while I was implementing the feature.
+# necessary because VectorTouch was disheveled while I was implementing the feature.
static func get_highlighter_preset_value_text_map() -> Dictionary:
return {
HighlighterPreset.DEFAULT_DARK: Translator.translate("Default Dark"),
diff --git a/src/data_classes/ElementUnrecognized.gd b/src/data_classes/ElementUnrecognized.gd
index 48010c6..6b40178 100644
--- a/src/data_classes/ElementUnrecognized.gd
+++ b/src/data_classes/ElementUnrecognized.gd
@@ -1,4 +1,4 @@
-# An element that GodSVG doesn't recognize.
+# An element that VectorTouch doesn't recognize.
class_name ElementUnrecognized extends Element
var name: String
diff --git a/src/ui_parts/about_menu.gd b/src/ui_parts/about_menu.gd
index b17dfae..96b7fdb 100644
--- a/src/ui_parts/about_menu.gd
+++ b/src/ui_parts/about_menu.gd
@@ -17,7 +17,7 @@ func _ready() -> void:
stylebox.content_margin_top += 2.0
add_theme_stylebox_override("panel", stylebox)
- %VersionLabel.text = "GodSVG Mobile v" + ProjectSettings.get_setting("application/config/version")
+ %VersionLabel.text = "VectorTouch Mobile v" + ProjectSettings.get_setting("application/config/version")
close_button.pressed.connect(queue_free)
close_button.text = Translator.translate("Close")
@@ -118,10 +118,10 @@ func _on_tab_changed(idx: int) -> void:
2:
# This part doesn't need to be translated.
%LicenseLabel.text = "MIT License\n\nCopyright (c) 2025 Anish Mishra\n" +\
- "Copyright (c) 2023-present GodSVG contributors\n\n" +\
+ "Copyright (c) 2023-present VectorTouch contributors\n\n" +\
Engine.get_license_info()["Expat"]
3:
- for child in %GodSVGParts.get_children():
+ for child in %VectorTouchParts.get_children():
child.queue_free()
for child in %GodotParts.get_children():
child.queue_free()
@@ -129,17 +129,17 @@ func _on_tab_changed(idx: int) -> void:
child.queue_free()
# This part doesn't need to be translated.
- var godsvg_parts_label := Label.new()
- godsvg_parts_label.text = "GodSVG components"
+ var vectortouch_parts_label := Label.new()
+ vectortouch_parts_label.text = "VectorTouch components"
var godot_parts_label := Label.new()
godot_parts_label.text = "Godot Engine components"
var license_texts_label := Label.new()
license_texts_label.text = "Licenses"
- for label: Label in [godsvg_parts_label, godot_parts_label, license_texts_label]:
+ for label: Label in [vectortouch_parts_label, godot_parts_label, license_texts_label]:
label.horizontal_alignment = HORIZONTAL_ALIGNMENT_CENTER
label.theme_type_variation = "TitleLabel"
label.add_theme_font_size_override("font_size", 17)
- %GodSVGParts.add_child(godsvg_parts_label)
+ %VectorTouchParts.add_child(vectortouch_parts_label)
%GodotParts.add_child(godot_parts_label)
%LicenseTexts.add_child(license_texts_label)
@@ -151,7 +151,7 @@ func _on_tab_changed(idx: int) -> void:
godot_engine_copyright = dict
break
- var godsvg_copyright_info: Array[Dictionary] = [
+ var vectortouch_copyright_info: Array[Dictionary] = [
godot_engine_copyright,
{
"name": "Noto Sans font",
@@ -175,7 +175,7 @@ func _on_tab_changed(idx: int) -> void:
}
]
- for copyright_info in godsvg_copyright_info:
+ for copyright_info in vectortouch_copyright_info:
var label := Label.new()
label.add_theme_font_size_override("font_size", 11)
for part in copyright_info["parts"]:
@@ -189,7 +189,7 @@ func _on_tab_changed(idx: int) -> void:
name_label.text = copyright_info["name"]
vbox.add_child(name_label)
vbox.add_child(label)
- %GodSVGParts.add_child(vbox)
+ %VectorTouchParts.add_child(vbox)
# Clean up Godot's copyright info from some stripped modules
# to show more relevant components and load the UI faster.
diff --git a/src/ui_parts/about_menu.tscn b/src/ui_parts/about_menu.tscn
index 7c77073..4223795 100644
--- a/src/ui_parts/about_menu.tscn
+++ b/src/ui_parts/about_menu.tscn
@@ -44,7 +44,7 @@ theme_override_constants/line_spacing = 0
theme_override_font_sizes/font_size = 12
text = "© 2025 Anish Mishra
© 2023 MewPurPur
-© 2023-present GodSVG contributors"
+© 2023-present VectorTouch contributors"
[node name="TabContainer" type="TabContainer" parent="VBoxContainer"]
custom_minimum_size = Vector2(0, 280)
@@ -260,7 +260,7 @@ theme_override_constants/margin_bottom = 6
layout_mode = 2
theme_override_constants/separation = 18
-[node name="GodSVGParts" type="VBoxContainer" parent="VBoxContainer/TabContainer/Third-party Licenses/MarginContainer/ThirdParties"]
+[node name="VectorTouchParts" type="VBoxContainer" parent="VBoxContainer/TabContainer/Third-party Licenses/MarginContainer/ThirdParties"]
unique_name_in_owner = true
layout_mode = 2
theme_override_constants/separation = 8
diff --git a/src/ui_parts/donate_menu.gd b/src/ui_parts/donate_menu.gd
index 0298736..64ca28f 100644
--- a/src/ui_parts/donate_menu.gd
+++ b/src/ui_parts/donate_menu.gd
@@ -31,7 +31,7 @@ func _ready() -> void:
github_link.pressed.connect(OS.shell_open.bind("https://github.com/sponsors/MewPurPur"))
ko_fi_link.pressed.connect(OS.shell_open.bind("https://ko-fi.com/mewpurpur"))
- patreon_link.pressed.connect(OS.shell_open.bind("https://www.patreon.com/GodSVG"))
+ patreon_link.pressed.connect(OS.shell_open.bind("https://www.patreon.com/VectorTouch"))
github_link.mouse_entered.connect(set_link.bind(Link.GITHUB))
ko_fi_link.mouse_entered.connect(set_link.bind(Link.KO_FI))
patreon_link.mouse_entered.connect(set_link.bind(Link.PATREON))
diff --git a/src/ui_parts/import_warning_menu.gd b/src/ui_parts/import_warning_menu.gd
index 78dd129..2f23bc9 100644
--- a/src/ui_parts/import_warning_menu.gd
+++ b/src/ui_parts/import_warning_menu.gd
@@ -27,7 +27,7 @@ func _ready() -> void:
ok_button.pressed.connect(finish_import)
cancel_button.pressed.connect(queue_free)
- # Convert forward and backward to show how GodSVG would display the given SVG.
+ # Convert forward and backward to show how VectorTouch would display the given SVG.
var imported_text_parse_result := SVGParser.text_to_root(imported_text)
if is_instance_valid(imported_text_parse_result.svg):
var preview_text := SVGParser.root_to_editor_text(imported_text_parse_result.svg)
diff --git a/src/ui_parts/update_menu.gd b/src/ui_parts/update_menu.gd
index 423a425..be2b5a5 100644
--- a/src/ui_parts/update_menu.gd
+++ b/src/ui_parts/update_menu.gd
@@ -29,8 +29,8 @@ func _ready() -> void:
func request() -> void:
retry_button.hide()
status_label.text = Translator.translate("Retrieving information...")
- var err := http.request("https://api.github.com/repos/syntaxerror247/GodSVG-Mobile/releases",
- ["User-Agent: syntaxerror247/GodSVG-Mobile"])
+ var err := http.request("https://api.github.com/repos/syntaxerror247/VectorTouch-Mobile/releases",
+ ["User-Agent: syntaxerror247/VectorTouch-Mobile"])
if err != OK:
display_error_message(error_string(err))
@@ -84,7 +84,7 @@ _headers: PackedStringArray, body: PackedByteArray) -> void:
func display_error_message(msg: String) -> void:
status_label.text = Translator.translate("Update check failed")
results_panel.show()
- results_label.text = "%s\n[url=https://github.com/syntaxerror247/GodSVG-Mobile/releases]%s[/url]" %\
+ results_label.text = "%s\n[url=https://github.com/syntaxerror247/VectorTouch-Mobile/releases]%s[/url]" %\
[msg, Translator.translate("View all releases")]
retry_button.show()
@@ -101,7 +101,7 @@ func display_results() -> void:
# Set the text.
results_label.text = ""
if not has_results:
- status_label.text = Translator.translate("GodSVG is up-to-date.")
+ status_label.text = Translator.translate("VectorTouch is up-to-date.")
results_panel.hide()
return
else:
diff --git a/src/ui_widgets/settings_content_generic.gd b/src/ui_widgets/settings_content_generic.gd
index 68b3c81..5237f96 100644
--- a/src/ui_widgets/settings_content_generic.gd
+++ b/src/ui_widgets/settings_content_generic.gd
@@ -592,7 +592,7 @@ func setup_other_content() -> void:
var use_native_file_dialog_forced_off :=\
(not DisplayServer.has_feature(DisplayServer.FEATURE_NATIVE_DIALOG_FILE))
add_preview(SettingTextPreview.new(Translator.translate(
- "When enabled, uses your operating system's native file dialog instead of GodSVG's built-in one."),
+ "When enabled, uses your operating system's native file dialog instead of VectorTouch's built-in one."),
SettingTextPreview.get_platform_availability_warning(
use_native_file_dialog_forced_on or use_native_file_dialog_forced_off)))
# Disable fallback file dialog on web, and native file dialog if not available.
@@ -604,7 +604,7 @@ func setup_other_content() -> void:
current_setup_setting = "use_filename_for_window_title"
add_checkbox(Translator.translate("Sync window title to file name"))
add_preview(SettingTextPreview.new(
- Translator.translate("When enabled, adds the current file name before the \"GodSVG\" window title.")))
+ Translator.translate("When enabled, adds the current file name before the \"VectorTouch\" window title.")))
func add_section(section_name: String) -> void:
diff --git a/src/ui_widgets/unrecognized_field.gd b/src/ui_widgets/unrecognized_field.gd
index 7d96f64..d3815a0 100644
--- a/src/ui_widgets/unrecognized_field.gd
+++ b/src/ui_widgets/unrecognized_field.gd
@@ -1,4 +1,4 @@
-# An editor to be tied to an attribute GodSVG can't recognize, allowing to still edit it.
+# An editor to be tied to an attribute VectorTouch can't recognize, allowing to still edit it.
extends BetterLineEdit
var element: Element
@@ -22,4 +22,4 @@ func sync() -> void:
func sync_localization() -> void:
tooltip_text = attribute_name + "\n(%s)" %\
- Translator.translate("GodSVG doesn’t recognize this attribute")
+ Translator.translate("VectorTouch doesn’t recognize this attribute")
diff --git a/src/utils/FileUtils.gd b/src/utils/FileUtils.gd
index 27f4017..70823ab 100644
--- a/src/utils/FileUtils.gd
+++ b/src/utils/FileUtils.gd
@@ -27,7 +27,7 @@ static func compare_svg_to_disk_contents(idx := -1) -> FileState:
var content := FileAccess.get_file_as_string(tab.svg_file_path)
if content.is_empty():
return FileState.DOES_NOT_EXIST
- # Check if importing the file's text into GodSVG would change the current SVG text.
+ # Check if importing the file's text into VectorTouch would change the current SVG text.
# Avoid the parsing if checking the active tab.
var state_svg_text := State.svg_text if idx == -1 else\
SVGParser.root_to_editor_text(SVGParser.text_to_root(tab.get_true_svg_text()).svg)
@@ -339,7 +339,7 @@ is_last_file := true) -> void:
if existing_tab_idx != -1:
Configs.savedata.add_tab_with_path(file_path)
var alert_message := Translator.translate(
- "{file_path} is already being edited inside GodSVG.").format(
+ "{file_path} is already being edited inside VectorTouch.").format(
{"file_path": Utils.simplify_file_path(file_path)})
if compare_svg_to_disk_contents(existing_tab_idx) == FileState.DIFFERENT:
alert_message += "\n\n" + Translator.translate(
diff --git a/src/utils/TranslationUtils.gd b/src/utils/TranslationUtils.gd
index 6580287..4215184 100644
--- a/src/utils/TranslationUtils.gd
+++ b/src/utils/TranslationUtils.gd
@@ -93,10 +93,10 @@ static func get_action_description(action_name: String, for_button := false) ->
for_button else Translator.translate("Open About menu")
"about_donate": return Translator.translate("Donate…") if\
for_button else Translator.translate("Open Donate menu")
- "about_repo": return Translator.translate("GodSVG repository") if\
- for_button else Translator.translate("Open GodSVG repository")
- "about_website": return Translator.translate("GodSVG website") if\
- for_button else Translator.translate("Open GodSVG website")
+ "about_repo": return Translator.translate("VectorTouch repository") if\
+ for_button else Translator.translate("Open VectorTouch repository")
+ "about_website": return Translator.translate("VectorTouch website") if\
+ for_button else Translator.translate("Open VectorTouch website")
"check_updates": return Translator.translate("Check for updates")
"quit": return Translator.translate("Quit the application")
"toggle_fullscreen": return Translator.translate("Toggle fullscreen")
diff --git a/src/utils/Utils64Bit.gd b/src/utils/Utils64Bit.gd
index 00900f6..eca5460 100644
--- a/src/utils/Utils64Bit.gd
+++ b/src/utils/Utils64Bit.gd
@@ -1,5 +1,5 @@
# Vector2 and Transform2D aren't precise enough to have their numbers used directly
-# in the SVG, as they are 32-bit. GodSVG uses PackedFloat64Array to mock them
+# in the SVG, as they are 32-bit. VectorTouch uses PackedFloat64Array to mock them
# and this class implements the necessary functionality to make them work.
@abstract class_name Utils64Bit
diff --git a/translations/GodSVG.pot b/translations/GodSVG.pot
index 96a9f4d..f3ef2da 100644
--- a/translations/GodSVG.pot
+++ b/translations/GodSVG.pot
@@ -1,7 +1,7 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: GodSVG\n"
+"Project-Id-Version: VectorTouch\n"
"POT-Creation-Date: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
@@ -15,11 +15,11 @@ msgid "translation-credits"
msgstr ""
#: src/autoload/HandlerGUI.gd:
-msgid "Quit GodSVG"
+msgid "Quit VectorTouch"
msgstr ""
#: src/autoload/HandlerGUI.gd:
-msgid "Do you want to quit GodSVG?"
+msgid "Do you want to quit VectorTouch?"
msgstr ""
#: src/autoload/HandlerGUI.gd:
@@ -527,7 +527,7 @@ msgid "View all releases"
msgstr ""
#: src/ui_parts/update_menu.gd:
-msgid "GodSVG is up-to-date."
+msgid "VectorTouch is up-to-date."
msgstr ""
#: src/ui_parts/update_menu.gd:
@@ -651,7 +651,7 @@ msgstr ""
msgid "Press keys…"
msgstr ""
-#. Refers to the formatter used for GodSVG's code editor.
+#. Refers to the formatter used for VectorTouch's code editor.
#: src/ui_widgets/settings_content_generic.gd:
msgid "Editor formatter"
msgstr ""
@@ -962,7 +962,7 @@ msgid "Sync window title to file name"
msgstr ""
#: src/ui_widgets/settings_content_generic.gd:
-msgid "When enabled, adds the current file name before the \"GodSVG\" window title."
+msgid "When enabled, adds the current file name before the \"VectorTouch\" window title."
msgstr ""
#: src/ui_widgets/settings_content_generic.gd:
@@ -974,7 +974,7 @@ msgid "Warps the cursor to the opposite side whenever it reaches a viewport boun
msgstr ""
#: src/ui_widgets/settings_content_generic.gd:
-msgid "When enabled, uses your operating system's native file dialog instead of GodSVG's built-in one."
+msgid "When enabled, uses your operating system's native file dialog instead of VectorTouch's built-in one."
msgstr ""
#: src/ui_widgets/settings_content_generic.gd:
@@ -1022,7 +1022,7 @@ msgid "New transform"
msgstr ""
#: src/ui_widgets/unrecognized_field.gd:
-msgid "GodSVG doesn’t recognize this attribute"
+msgid "VectorTouch doesn’t recognize this attribute"
msgstr ""
#: src/utils/FileUtils.gd:
@@ -1078,7 +1078,7 @@ msgid "Don't save"
msgstr ""
#: src/utils/FileUtils.gd:
-msgid "{file_path} is already being edited inside GodSVG."
+msgid "{file_path} is already being edited inside VectorTouch."
msgstr ""
#: src/utils/FileUtils.gd:
@@ -1286,19 +1286,19 @@ msgid "Open Donate menu"
msgstr ""
#: src/utils/TranslationUtils.gd:
-msgid "GodSVG repository"
+msgid "VectorTouch repository"
msgstr ""
#: src/utils/TranslationUtils.gd:
-msgid "Open GodSVG repository"
+msgid "Open VectorTouch repository"
msgstr ""
#: src/utils/TranslationUtils.gd:
-msgid "GodSVG website"
+msgid "VectorTouch website"
msgstr ""
#: src/utils/TranslationUtils.gd:
-msgid "Open GodSVG website"
+msgid "Open VectorTouch website"
msgstr ""
#: src/utils/TranslationUtils.gd:
diff --git a/translations/README.md b/translations/README.md
index 32ce416..32a5eba 100644
--- a/translations/README.md
+++ b/translations/README.md
@@ -16,13 +16,13 @@ To include or update strings, open godot_only/scripts/update_translations.gd in
# Contributing translations
## [Adding a new language](https://www.gnu.org/software/gettext/manual/html_node/Creating.html)
### With editor ([Poedit](https://poedit.net)):
-1. Open `GodSVG.pot` in Poedit
+1. Open `VectorTouch.pot` in Poedit
2. Click "Create new translation", choose the language and start adding your translation.
3. Save the file and delete the `.mo`.
4. Update project settings to include the new translation.
5. Create a pull request with your changes.
### Without editor:
-1. Duplicate `GodSVG.pot` file and rename it to the locale code of the new language `.po`.
+1. Duplicate `VectorTouch.pot` file and rename it to the locale code of the new language `.po`.
2. Open it in a text editor, add the locale code in the info at the top (`"Language: `) and insert translated strings in the `msgstr ""` spots.
3. Update project settings to include the new translation.
4. Create a pull request with your changes.
diff --git a/translations/bg.po b/translations/bg.po
index bb3622b..7ce4031 100644
--- a/translations/bg.po
+++ b/translations/bg.po
@@ -1,7 +1,7 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: GodSVG\n"
+"Project-Id-Version: VectorTouch\n"
"POT-Creation-Date: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
@@ -16,12 +16,12 @@ msgid "translation-credits"
msgstr "MewPurPur "
#: src/autoload/HandlerGUI.gd:
-msgid "Quit GodSVG"
-msgstr "Затвори GodSVG"
+msgid "Quit VectorTouch"
+msgstr "Затвори VectorTouch"
#: src/autoload/HandlerGUI.gd:
-msgid "Do you want to quit GodSVG?"
-msgstr "Наистина ли искаш да затвориш GodSVG?"
+msgid "Do you want to quit VectorTouch?"
+msgstr "Наистина ли искаш да затвориш VectorTouch?"
#: src/autoload/HandlerGUI.gd:
msgid "Quit"
@@ -528,8 +528,8 @@ msgid "View all releases"
msgstr "Разгледай всички издания"
#: src/ui_parts/update_menu.gd:
-msgid "GodSVG is up-to-date."
-msgstr "GodSVG е актуален."
+msgid "VectorTouch is up-to-date."
+msgstr "VectorTouch е актуален."
#: src/ui_parts/update_menu.gd:
msgid "New versions available!"
@@ -652,7 +652,7 @@ msgstr "Добави бърз клавиш"
msgid "Press keys…"
msgstr "Натисни клавиши…"
-#. Refers to the formatter used for GodSVG's code editor.
+#. Refers to the formatter used for VectorTouch's code editor.
#: src/ui_widgets/settings_content_generic.gd:
msgid "Editor formatter"
msgstr "Форматировач за приложението"
@@ -963,8 +963,8 @@ msgid "Sync window title to file name"
msgstr "Синхронизирай името на прозореца с файла"
#: src/ui_widgets/settings_content_generic.gd:
-msgid "When enabled, adds the current file name before the \"GodSVG\" window title."
-msgstr "Когато е включено, добавя името на настоящия файл пред заглавието на прозореца \"GodSVG\"."
+msgid "When enabled, adds the current file name before the \"VectorTouch\" window title."
+msgstr "Когато е включено, добавя името на настоящия файл пред заглавието на прозореца \"VectorTouch\"."
#: src/ui_widgets/settings_content_generic.gd:
msgid "When enabled, uses spaces instead of a single tab for indentation."
@@ -975,8 +975,8 @@ msgid "Warps the cursor to the opposite side whenever it reaches a viewport boun
msgstr "Превърта курсора когато той достигне краищата на екрана докато влачи гледката."
#: src/ui_widgets/settings_content_generic.gd:
-msgid "When enabled, uses your operating system's native file dialog instead of GodSVG's built-in one."
-msgstr "Когато е активирано, ще бъде използван файловият мениджър на твоята операционна система вместо вградения файлов мениджър на GodSVG."
+msgid "When enabled, uses your operating system's native file dialog instead of VectorTouch's built-in one."
+msgstr "Когато е активирано, ще бъде използван файловият мениджър на твоята операционна система вместо вградения файлов мениджър на VectorTouch."
#: src/ui_widgets/settings_content_generic.gd:
msgid "The setting has no effect in the current configuration."
@@ -1023,8 +1023,8 @@ msgid "New transform"
msgstr "Нова трансформация"
#: src/ui_widgets/unrecognized_field.gd:
-msgid "GodSVG doesn’t recognize this attribute"
-msgstr "GodSVG не разпознава този атрибут"
+msgid "VectorTouch doesn’t recognize this attribute"
+msgstr "VectorTouch не разпознава този атрибут"
#: src/utils/FileUtils.gd:
msgid "The following files were discarded:"
@@ -1079,8 +1079,8 @@ msgid "Don't save"
msgstr "Не записвай"
#: src/utils/FileUtils.gd:
-msgid "{file_path} is already being edited inside GodSVG."
-msgstr "{file_path} вече се редактира в GodSVG."
+msgid "{file_path} is already being edited inside VectorTouch."
+msgstr "{file_path} вече се редактира в VectorTouch."
#: src/utils/FileUtils.gd:
msgid "If you want to revert your edits since the last save, use {reset_svg}."
@@ -1287,20 +1287,20 @@ msgid "Open Donate menu"
msgstr "Отвори менюто за дарения"
#: src/utils/TranslationUtils.gd:
-msgid "GodSVG repository"
-msgstr "Репозиторията на GodSVG"
+msgid "VectorTouch repository"
+msgstr "Репозиторията на VectorTouch"
#: src/utils/TranslationUtils.gd:
-msgid "Open GodSVG repository"
-msgstr "Отвори репозиторията на GodSVG"
+msgid "Open VectorTouch repository"
+msgstr "Отвори репозиторията на VectorTouch"
#: src/utils/TranslationUtils.gd:
-msgid "GodSVG website"
-msgstr "Уебсайта на GodSVG"
+msgid "VectorTouch website"
+msgstr "Уебсайта на VectorTouch"
#: src/utils/TranslationUtils.gd:
-msgid "Open GodSVG website"
-msgstr "Отвори уебсайта на GodSVG"
+msgid "Open VectorTouch website"
+msgstr "Отвори уебсайта на VectorTouch"
#: src/utils/TranslationUtils.gd:
msgid "Check for updates"
diff --git a/translations/de.po b/translations/de.po
index 3743156..19c66c5 100644
--- a/translations/de.po
+++ b/translations/de.po
@@ -1,7 +1,7 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: GodSVG\n"
+"Project-Id-Version: VectorTouch\n"
"POT-Creation-Date: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
@@ -16,12 +16,12 @@ msgid "translation-credits"
msgstr "Kiisu-Master, Swarkin"
#: src/autoload/HandlerGUI.gd:
-msgid "Quit GodSVG"
-msgstr "GodSVG beenden"
+msgid "Quit VectorTouch"
+msgstr "VectorTouch beenden"
#: src/autoload/HandlerGUI.gd:
-msgid "Do you want to quit GodSVG?"
-msgstr "Möchten Sie GodSVG beenden?"
+msgid "Do you want to quit VectorTouch?"
+msgstr "Möchten Sie VectorTouch beenden?"
#: src/autoload/HandlerGUI.gd:
msgid "Quit"
@@ -529,8 +529,8 @@ msgid "View all releases"
msgstr "Alle Veröffentlichungen anzeigen"
#: src/ui_parts/update_menu.gd:
-msgid "GodSVG is up-to-date."
-msgstr "GodSVG ist auf dem neuesten Stand."
+msgid "VectorTouch is up-to-date."
+msgstr "VectorTouch ist auf dem neuesten Stand."
#: src/ui_parts/update_menu.gd:
msgid "New versions available!"
@@ -653,7 +653,7 @@ msgstr "Tastenkombination hinzufügen"
msgid "Press keys…"
msgstr "Drücke Tasten…"
-#. Refers to the formatter used for GodSVG's code editor.
+#. Refers to the formatter used for VectorTouch's code editor.
#: src/ui_widgets/settings_content_generic.gd:
msgid "Editor formatter"
msgstr "Editor-Formatierer"
@@ -976,7 +976,7 @@ msgid "Sync window title to file name"
msgstr "Fenstertitel mit Dateinamen synchronisieren"
#: src/ui_widgets/settings_content_generic.gd:
-msgid "When enabled, adds the current file name before the \"GodSVG\" window title."
+msgid "When enabled, adds the current file name before the \"VectorTouch\" window title."
msgstr ""
#: src/ui_widgets/settings_content_generic.gd:
@@ -989,8 +989,8 @@ msgstr "Teleportiert den Mauszeiger zur gegenüberliegenden Seite, soblald eine
#: src/ui_widgets/settings_content_generic.gd:
#, fuzzy
-msgid "When enabled, uses your operating system's native file dialog instead of GodSVG's built-in one."
-msgstr "Wenn diese Option aktiviert ist, wird der Dateidialog des Betriebssystems verwendet. Wenn diese Option deaktiviert ist, wird GodSVG's eingebauter Dateidialog verwendet."
+msgid "When enabled, uses your operating system's native file dialog instead of VectorTouch's built-in one."
+msgstr "Wenn diese Option aktiviert ist, wird der Dateidialog des Betriebssystems verwendet. Wenn diese Option deaktiviert ist, wird VectorTouch's eingebauter Dateidialog verwendet."
#: src/ui_widgets/settings_content_generic.gd:
msgid "The setting has no effect in the current configuration."
@@ -1037,8 +1037,8 @@ msgid "New transform"
msgstr "Neue Transformation"
#: src/ui_widgets/unrecognized_field.gd:
-msgid "GodSVG doesn’t recognize this attribute"
-msgstr "GodSVG erkennt diese Attribute nicht"
+msgid "VectorTouch doesn’t recognize this attribute"
+msgstr "VectorTouch erkennt diese Attribute nicht"
#: src/utils/FileUtils.gd:
msgid "The following files were discarded:"
@@ -1093,8 +1093,8 @@ msgid "Don't save"
msgstr "Nicht speichern"
#: src/utils/FileUtils.gd:
-msgid "{file_path} is already being edited inside GodSVG."
-msgstr "{file_path} wird bereits in GodSVG bearbeitet."
+msgid "{file_path} is already being edited inside VectorTouch."
+msgstr "{file_path} wird bereits in VectorTouch bearbeitet."
#: src/utils/FileUtils.gd:
msgid "If you want to revert your edits since the last save, use {reset_svg}."
@@ -1301,20 +1301,20 @@ msgid "Open Donate menu"
msgstr "Spendemenü öffnen"
#: src/utils/TranslationUtils.gd:
-msgid "GodSVG repository"
-msgstr "GodSVG Repository"
+msgid "VectorTouch repository"
+msgstr "VectorTouch Repository"
#: src/utils/TranslationUtils.gd:
-msgid "Open GodSVG repository"
-msgstr "GodSVG-Repository öffnen"
+msgid "Open VectorTouch repository"
+msgstr "VectorTouch-Repository öffnen"
#: src/utils/TranslationUtils.gd:
-msgid "GodSVG website"
-msgstr "GodSVG Webseite"
+msgid "VectorTouch website"
+msgstr "VectorTouch Webseite"
#: src/utils/TranslationUtils.gd:
-msgid "Open GodSVG website"
-msgstr "GodSVG-Webseite öffnen"
+msgid "Open VectorTouch website"
+msgstr "VectorTouch-Webseite öffnen"
#: src/utils/TranslationUtils.gd:
msgid "Check for updates"
@@ -1405,8 +1405,8 @@ msgstr "Die {format}-Datei speichern"
msgid "Only {extension_list} files are supported for this operation."
msgstr "Nur {extension_list}-Dateien werden für diese Operation unterstützt."
-#~ msgid "If turned off, the window title remains as \"GodSVG\" without including the current file."
-#~ msgstr "Wenn diese Option deaktiviert ist, bleibt der Fenstertitel \"GodSVG\", ohne die aktuelle Datei anzuzeigen."
+#~ msgid "If turned off, the window title remains as \"VectorTouch\" without including the current file."
+#~ msgstr "Wenn diese Option deaktiviert ist, bleibt der Fenstertitel \"VectorTouch\", ohne die aktuelle Datei anzuzeigen."
#~ msgid "Keep unrecognized XML structures"
#~ msgstr "Unbekannte XML Strukturen beibehalten"
@@ -1469,8 +1469,8 @@ msgstr "Nur {extension_list}-Dateien werden für diese Operation unterstützt."
#~ msgid "Wraps the mouse cursor around when panning the viewport."
#~ msgstr "Schließt die Maus beim bewegen innerhalb des Fensters ein."
-#~ msgid "This requires GodSVG to connect to the internet."
-#~ msgstr "Hierfür muss sich GodSVG mit dem Internet verbinden."
+#~ msgid "This requires VectorTouch to connect to the internet."
+#~ msgstr "Hierfür muss sich VectorTouch mit dem Internet verbinden."
#, fuzzy
#~ msgid "Add new tab"
diff --git a/translations/en.po b/translations/en.po
index af2b4df..d5ce00d 100644
--- a/translations/en.po
+++ b/translations/en.po
@@ -1,7 +1,7 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: GodSVG\n"
+"Project-Id-Version: VectorTouch\n"
"POT-Creation-Date: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
@@ -16,11 +16,11 @@ msgid "translation-credits"
msgstr ""
#: src/autoload/HandlerGUI.gd:
-msgid "Quit GodSVG"
+msgid "Quit VectorTouch"
msgstr ""
#: src/autoload/HandlerGUI.gd:
-msgid "Do you want to quit GodSVG?"
+msgid "Do you want to quit VectorTouch?"
msgstr ""
#: src/autoload/HandlerGUI.gd:
@@ -528,7 +528,7 @@ msgid "View all releases"
msgstr ""
#: src/ui_parts/update_menu.gd:
-msgid "GodSVG is up-to-date."
+msgid "VectorTouch is up-to-date."
msgstr ""
#: src/ui_parts/update_menu.gd:
@@ -652,7 +652,7 @@ msgstr ""
msgid "Press keys…"
msgstr ""
-#. Refers to the formatter used for GodSVG's code editor.
+#. Refers to the formatter used for VectorTouch's code editor.
#: src/ui_widgets/settings_content_generic.gd:
msgid "Editor formatter"
msgstr ""
@@ -963,7 +963,7 @@ msgid "Sync window title to file name"
msgstr ""
#: src/ui_widgets/settings_content_generic.gd:
-msgid "When enabled, adds the current file name before the \"GodSVG\" window title."
+msgid "When enabled, adds the current file name before the \"VectorTouch\" window title."
msgstr ""
#: src/ui_widgets/settings_content_generic.gd:
@@ -975,7 +975,7 @@ msgid "Warps the cursor to the opposite side whenever it reaches a viewport boun
msgstr ""
#: src/ui_widgets/settings_content_generic.gd:
-msgid "When enabled, uses your operating system's native file dialog instead of GodSVG's built-in one."
+msgid "When enabled, uses your operating system's native file dialog instead of VectorTouch's built-in one."
msgstr ""
#: src/ui_widgets/settings_content_generic.gd:
@@ -1023,7 +1023,7 @@ msgid "New transform"
msgstr ""
#: src/ui_widgets/unrecognized_field.gd:
-msgid "GodSVG doesn’t recognize this attribute"
+msgid "VectorTouch doesn’t recognize this attribute"
msgstr ""
#: src/utils/FileUtils.gd:
@@ -1079,7 +1079,7 @@ msgid "Don't save"
msgstr ""
#: src/utils/FileUtils.gd:
-msgid "{file_path} is already being edited inside GodSVG."
+msgid "{file_path} is already being edited inside VectorTouch."
msgstr ""
#: src/utils/FileUtils.gd:
@@ -1287,19 +1287,19 @@ msgid "Open Donate menu"
msgstr ""
#: src/utils/TranslationUtils.gd:
-msgid "GodSVG repository"
+msgid "VectorTouch repository"
msgstr ""
#: src/utils/TranslationUtils.gd:
-msgid "Open GodSVG repository"
+msgid "Open VectorTouch repository"
msgstr ""
#: src/utils/TranslationUtils.gd:
-msgid "GodSVG website"
+msgid "VectorTouch website"
msgstr ""
#: src/utils/TranslationUtils.gd:
-msgid "Open GodSVG website"
+msgid "Open VectorTouch website"
msgstr ""
#: src/utils/TranslationUtils.gd:
diff --git a/translations/es.po b/translations/es.po
index abf53b7..c20ee34 100644
--- a/translations/es.po
+++ b/translations/es.po
@@ -1,7 +1,7 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: GodSVG\n"
+"Project-Id-Version: VectorTouch\n"
"POT-Creation-Date: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
@@ -16,12 +16,12 @@ msgid "translation-credits"
msgstr "Alejandro Moctezuma "
#: src/autoload/HandlerGUI.gd:
-msgid "Quit GodSVG"
-msgstr "Salir de GodSVG"
+msgid "Quit VectorTouch"
+msgstr "Salir de VectorTouch"
#: src/autoload/HandlerGUI.gd:
-msgid "Do you want to quit GodSVG?"
-msgstr "¿Quieres salir de GodSVG?"
+msgid "Do you want to quit VectorTouch?"
+msgstr "¿Quieres salir de VectorTouch?"
#: src/autoload/HandlerGUI.gd:
msgid "Quit"
@@ -529,8 +529,8 @@ msgid "View all releases"
msgstr "Ver todos los lanzamientos"
#: src/ui_parts/update_menu.gd:
-msgid "GodSVG is up-to-date."
-msgstr "GodSVG está actualizado."
+msgid "VectorTouch is up-to-date."
+msgstr "VectorTouch está actualizado."
#: src/ui_parts/update_menu.gd:
msgid "New versions available!"
@@ -653,7 +653,7 @@ msgstr "Añadir atajo"
msgid "Press keys…"
msgstr "Presiona una tecla…"
-#. Refers to the formatter used for GodSVG's code editor.
+#. Refers to the formatter used for VectorTouch's code editor.
#: src/ui_widgets/settings_content_generic.gd:
msgid "Editor formatter"
msgstr "Formato del editor"
@@ -976,7 +976,7 @@ msgid "Sync window title to file name"
msgstr "Sincronizar título de la ventana con el nombre del archivo"
#: src/ui_widgets/settings_content_generic.gd:
-msgid "When enabled, adds the current file name before the \"GodSVG\" window title."
+msgid "When enabled, adds the current file name before the \"VectorTouch\" window title."
msgstr ""
#: src/ui_widgets/settings_content_generic.gd:
@@ -989,8 +989,8 @@ msgstr "Mueve el cursor hacia el lado opuesto cada vez que alcanza el límite de
#: src/ui_widgets/settings_content_generic.gd:
#, fuzzy
-msgid "When enabled, uses your operating system's native file dialog instead of GodSVG's built-in one."
-msgstr "Si está activado, usa el cuadro de diálogo de archivos nativo de tu sistema operativo. Si está desactivado, usa el cuadro de diálogo de archivos integrado de GodSVG."
+msgid "When enabled, uses your operating system's native file dialog instead of VectorTouch's built-in one."
+msgstr "Si está activado, usa el cuadro de diálogo de archivos nativo de tu sistema operativo. Si está desactivado, usa el cuadro de diálogo de archivos integrado de VectorTouch."
#: src/ui_widgets/settings_content_generic.gd:
msgid "The setting has no effect in the current configuration."
@@ -1037,8 +1037,8 @@ msgid "New transform"
msgstr "Nueva transformación"
#: src/ui_widgets/unrecognized_field.gd:
-msgid "GodSVG doesn’t recognize this attribute"
-msgstr "GodSVG no reconoce este atributo"
+msgid "VectorTouch doesn’t recognize this attribute"
+msgstr "VectorTouch no reconoce este atributo"
#: src/utils/FileUtils.gd:
msgid "The following files were discarded:"
@@ -1093,8 +1093,8 @@ msgid "Don't save"
msgstr "No guardar"
#: src/utils/FileUtils.gd:
-msgid "{file_path} is already being edited inside GodSVG."
-msgstr "{file_path} ya se está editando dentro de GodSVG."
+msgid "{file_path} is already being edited inside VectorTouch."
+msgstr "{file_path} ya se está editando dentro de VectorTouch."
#: src/utils/FileUtils.gd:
msgid "If you want to revert your edits since the last save, use {reset_svg}."
@@ -1301,20 +1301,20 @@ msgid "Open Donate menu"
msgstr "Abrir el menú Donar"
#: src/utils/TranslationUtils.gd:
-msgid "GodSVG repository"
-msgstr "Repositorio de GodSVG"
+msgid "VectorTouch repository"
+msgstr "Repositorio de VectorTouch"
#: src/utils/TranslationUtils.gd:
-msgid "Open GodSVG repository"
-msgstr "Abrir repositorio de GodSVG"
+msgid "Open VectorTouch repository"
+msgstr "Abrir repositorio de VectorTouch"
#: src/utils/TranslationUtils.gd:
-msgid "GodSVG website"
-msgstr "Sitio web de GodSVG"
+msgid "VectorTouch website"
+msgstr "Sitio web de VectorTouch"
#: src/utils/TranslationUtils.gd:
-msgid "Open GodSVG website"
-msgstr "Abrir sitio web de GodSVG"
+msgid "Open VectorTouch website"
+msgstr "Abrir sitio web de VectorTouch"
#: src/utils/TranslationUtils.gd:
msgid "Check for updates"
@@ -1405,8 +1405,8 @@ msgstr "Guardar el archivo {format}"
msgid "Only {extension_list} files are supported for this operation."
msgstr "Solo se admiten archivos {extension_list} para esta operación."
-#~ msgid "If turned off, the window title remains as \"GodSVG\" without including the current file."
-#~ msgstr "Si está desactivado, el título de la ventana permanece como \"GodSVG\" sin incluir el archivo actual."
+#~ msgid "If turned off, the window title remains as \"VectorTouch\" without including the current file."
+#~ msgstr "Si está desactivado, el título de la ventana permanece como \"VectorTouch\" sin incluir el archivo actual."
#~ msgid "Keep unrecognized XML structures"
#~ msgstr "Mantener estructuras XML no reconocidas"
diff --git a/translations/et.po b/translations/et.po
index 09c1f15..b9620dc 100644
--- a/translations/et.po
+++ b/translations/et.po
@@ -1,7 +1,7 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: GodSVG\n"
+"Project-Id-Version: VectorTouch\n"
"POT-Creation-Date: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
@@ -16,12 +16,12 @@ msgid "translation-credits"
msgstr "Kiisu-Master"
#: src/autoload/HandlerGUI.gd:
-msgid "Quit GodSVG"
-msgstr "Sulge GodSVG"
+msgid "Quit VectorTouch"
+msgstr "Sulge VectorTouch"
#: src/autoload/HandlerGUI.gd:
-msgid "Do you want to quit GodSVG?"
-msgstr "Kas te tahate sulgeda GodSVG?"
+msgid "Do you want to quit VectorTouch?"
+msgstr "Kas te tahate sulgeda VectorTouch?"
#: src/autoload/HandlerGUI.gd:
msgid "Quit"
@@ -529,8 +529,8 @@ msgid "View all releases"
msgstr "Näita kõiki väljaandeid"
#: src/ui_parts/update_menu.gd:
-msgid "GodSVG is up-to-date."
-msgstr "GodSVG on ajakohane."
+msgid "VectorTouch is up-to-date."
+msgstr "VectorTouch on ajakohane."
#: src/ui_parts/update_menu.gd:
msgid "New versions available!"
@@ -653,7 +653,7 @@ msgstr "Lisa kiirklahv"
msgid "Press keys…"
msgstr "Vajuta klahve…"
-#. Refers to the formatter used for GodSVG's code editor.
+#. Refers to the formatter used for VectorTouch's code editor.
#: src/ui_widgets/settings_content_generic.gd:
msgid "Editor formatter"
msgstr "Redaktori vormindus"
@@ -975,7 +975,7 @@ msgid "Sync window title to file name"
msgstr "Sünkrooni akna tiitel avatud faili nimega"
#: src/ui_widgets/settings_content_generic.gd:
-msgid "When enabled, adds the current file name before the \"GodSVG\" window title."
+msgid "When enabled, adds the current file name before the \"VectorTouch\" window title."
msgstr ""
#: src/ui_widgets/settings_content_generic.gd:
@@ -988,8 +988,8 @@ msgstr "Viib kursori akna vastaspoolele, kui see jõuab vaate liigutamise ajal s
#: src/ui_widgets/settings_content_generic.gd:
#, fuzzy
-msgid "When enabled, uses your operating system's native file dialog instead of GodSVG's built-in one."
-msgstr "Sisselülitamisel kasutab süsteemi vaikefailidialoogi. Väljalülitamisel GodSVG sisseehitatud failidialoogi."
+msgid "When enabled, uses your operating system's native file dialog instead of VectorTouch's built-in one."
+msgstr "Sisselülitamisel kasutab süsteemi vaikefailidialoogi. Väljalülitamisel VectorTouch sisseehitatud failidialoogi."
#: src/ui_widgets/settings_content_generic.gd:
msgid "The setting has no effect in the current configuration."
@@ -1036,8 +1036,8 @@ msgid "New transform"
msgstr "Uus teisendus"
#: src/ui_widgets/unrecognized_field.gd:
-msgid "GodSVG doesn’t recognize this attribute"
-msgstr "GodSVG ei tunne seda atribuuti"
+msgid "VectorTouch doesn’t recognize this attribute"
+msgstr "VectorTouch ei tunne seda atribuuti"
#: src/utils/FileUtils.gd:
msgid "The following files were discarded:"
@@ -1092,8 +1092,8 @@ msgid "Don't save"
msgstr "Ära salvesta"
#: src/utils/FileUtils.gd:
-msgid "{file_path} is already being edited inside GodSVG."
-msgstr "{file_path} on juba avatud GodSVGs."
+msgid "{file_path} is already being edited inside VectorTouch."
+msgstr "{file_path} on juba avatud VectorTouchs."
#: src/utils/FileUtils.gd:
msgid "If you want to revert your edits since the last save, use {reset_svg}."
@@ -1300,20 +1300,20 @@ msgid "Open Donate menu"
msgstr "Ava annetuste menüü"
#: src/utils/TranslationUtils.gd:
-msgid "GodSVG repository"
-msgstr "GodSVG repositoorium"
+msgid "VectorTouch repository"
+msgstr "VectorTouch repositoorium"
#: src/utils/TranslationUtils.gd:
-msgid "Open GodSVG repository"
-msgstr "Ava GodSVG repositoorium"
+msgid "Open VectorTouch repository"
+msgstr "Ava VectorTouch repositoorium"
#: src/utils/TranslationUtils.gd:
-msgid "GodSVG website"
-msgstr "GodSVG veebileht"
+msgid "VectorTouch website"
+msgstr "VectorTouch veebileht"
#: src/utils/TranslationUtils.gd:
-msgid "Open GodSVG website"
-msgstr "Ava GodSVG veebileht"
+msgid "Open VectorTouch website"
+msgstr "Ava VectorTouch veebileht"
#: src/utils/TranslationUtils.gd:
msgid "Check for updates"
@@ -1404,8 +1404,8 @@ msgstr "Salvesta {format} fail"
msgid "Only {extension_list} files are supported for this operation."
msgstr "Ainult {extension_list} failid on toetatud selle tehingu jaoks."
-#~ msgid "If turned off, the window title remains as \"GodSVG\" without including the current file."
-#~ msgstr "Väljalülitamisel jääb akna nimieks \"GodSVG\" sõltumata avatud failist."
+#~ msgid "If turned off, the window title remains as \"VectorTouch\" without including the current file."
+#~ msgstr "Väljalülitamisel jääb akna nimieks \"VectorTouch\" sõltumata avatud failist."
#~ msgid "Keep unrecognized XML structures"
#~ msgstr "Hoia tundmatud XML struktuurid alles"
diff --git a/translations/fr.po b/translations/fr.po
index c9e6e51..e01d65c 100644
--- a/translations/fr.po
+++ b/translations/fr.po
@@ -1,7 +1,7 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: GodSVG\n"
+"Project-Id-Version: VectorTouch\n"
"POT-Creation-Date: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
@@ -16,12 +16,12 @@ msgid "translation-credits"
msgstr "thatoddshade "
#: src/autoload/HandlerGUI.gd:
-msgid "Quit GodSVG"
-msgstr "Quitter GodSVG"
+msgid "Quit VectorTouch"
+msgstr "Quitter VectorTouch"
#: src/autoload/HandlerGUI.gd:
-msgid "Do you want to quit GodSVG?"
-msgstr "Voulez-vous quitter GodSVG ?"
+msgid "Do you want to quit VectorTouch?"
+msgstr "Voulez-vous quitter VectorTouch ?"
#: src/autoload/HandlerGUI.gd:
msgid "Quit"
@@ -529,8 +529,8 @@ msgid "View all releases"
msgstr "Voir toutes les versions"
#: src/ui_parts/update_menu.gd:
-msgid "GodSVG is up-to-date."
-msgstr "GodSVG est à jour."
+msgid "VectorTouch is up-to-date."
+msgstr "VectorTouch est à jour."
#: src/ui_parts/update_menu.gd:
msgid "New versions available!"
@@ -653,7 +653,7 @@ msgstr "Ajouter un raccourci"
msgid "Press keys…"
msgstr "Appuyez sur des touches…"
-#. Refers to the formatter used for GodSVG's code editor.
+#. Refers to the formatter used for VectorTouch's code editor.
#: src/ui_widgets/settings_content_generic.gd:
msgid "Editor formatter"
msgstr "Formatage de l'éditeur"
@@ -977,7 +977,7 @@ msgid "Sync window title to file name"
msgstr "Synchroniser le titre de la fenêtre avec le nom du fichier"
#: src/ui_widgets/settings_content_generic.gd:
-msgid "When enabled, adds the current file name before the \"GodSVG\" window title."
+msgid "When enabled, adds the current file name before the \"VectorTouch\" window title."
msgstr ""
#: src/ui_widgets/settings_content_generic.gd:
@@ -990,8 +990,8 @@ msgstr "Téléporte le curseur de l'autre côté de la vue à chaque fois qu'il
#: src/ui_widgets/settings_content_generic.gd:
#, fuzzy
-msgid "When enabled, uses your operating system's native file dialog instead of GodSVG's built-in one."
-msgstr "Si activé, utilise le sélecteur de fichiers système. Si désactivé, utilise la boîte de dialogue intégrée de GodSVG."
+msgid "When enabled, uses your operating system's native file dialog instead of VectorTouch's built-in one."
+msgstr "Si activé, utilise le sélecteur de fichiers système. Si désactivé, utilise la boîte de dialogue intégrée de VectorTouch."
#: src/ui_widgets/settings_content_generic.gd:
msgid "The setting has no effect in the current configuration."
@@ -1038,8 +1038,8 @@ msgid "New transform"
msgstr "Nouvelle transformation"
#: src/ui_widgets/unrecognized_field.gd:
-msgid "GodSVG doesn’t recognize this attribute"
-msgstr "GodSVG ne reconnaît pas cet attribut"
+msgid "VectorTouch doesn’t recognize this attribute"
+msgstr "VectorTouch ne reconnaît pas cet attribut"
#: src/utils/FileUtils.gd:
msgid "The following files were discarded:"
@@ -1094,8 +1094,8 @@ msgid "Don't save"
msgstr "Ne pas enregistrer"
#: src/utils/FileUtils.gd:
-msgid "{file_path} is already being edited inside GodSVG."
-msgstr "{file_path} est déjà en cours de modification dans GodSVG."
+msgid "{file_path} is already being edited inside VectorTouch."
+msgstr "{file_path} est déjà en cours de modification dans VectorTouch."
#: src/utils/FileUtils.gd:
msgid "If you want to revert your edits since the last save, use {reset_svg}."
@@ -1302,20 +1302,20 @@ msgid "Open Donate menu"
msgstr "Ouvrir le menu « Faire un don »"
#: src/utils/TranslationUtils.gd:
-msgid "GodSVG repository"
-msgstr "Dépôt de GodSVG"
+msgid "VectorTouch repository"
+msgstr "Dépôt de VectorTouch"
#: src/utils/TranslationUtils.gd:
-msgid "Open GodSVG repository"
-msgstr "Ouvrir le dépôt de GodSVG"
+msgid "Open VectorTouch repository"
+msgstr "Ouvrir le dépôt de VectorTouch"
#: src/utils/TranslationUtils.gd:
-msgid "GodSVG website"
-msgstr "Site web de GodSVG"
+msgid "VectorTouch website"
+msgstr "Site web de VectorTouch"
#: src/utils/TranslationUtils.gd:
-msgid "Open GodSVG website"
-msgstr "Ouvrir le site web de GodSVG"
+msgid "Open VectorTouch website"
+msgstr "Ouvrir le site web de VectorTouch"
#: src/utils/TranslationUtils.gd:
msgid "Check for updates"
@@ -1406,8 +1406,8 @@ msgstr "Enregistrer le fichier {format}"
msgid "Only {extension_list} files are supported for this operation."
msgstr "Seuls les fichiers {extension_list} sont supportés par cette opération."
-#~ msgid "If turned off, the window title remains as \"GodSVG\" without including the current file."
-#~ msgstr "Si désactivé, le titre de la fenêtre restera simplement « GodSVG » quel que soit le fichier actuel."
+#~ msgid "If turned off, the window title remains as \"VectorTouch\" without including the current file."
+#~ msgstr "Si désactivé, le titre de la fenêtre restera simplement « VectorTouch » quel que soit le fichier actuel."
#~ msgid "Keep unrecognized XML structures"
#~ msgstr "Conserver les structures XML non reconnues"
@@ -1473,8 +1473,8 @@ msgstr "Seuls les fichiers {extension_list} sont supportés par cette opération
#~ msgid "Wraps the mouse cursor around when panning the viewport."
#~ msgstr "Déplace le pointeur de souris d'un bout à l'autre de l'écran lorsque le bord est atteint lors d'un balayage."
-#~ msgid "This requires GodSVG to connect to the internet."
-#~ msgstr "Ceci nécessite que GodSVG se connecte à Internet."
+#~ msgid "This requires VectorTouch to connect to the internet."
+#~ msgstr "Ceci nécessite que VectorTouch se connecte à Internet."
#~ msgid "Open file"
#~ msgstr "Ouvrir le fichier"
diff --git a/translations/nl.po b/translations/nl.po
index 2b0bc05..55c3e1b 100644
--- a/translations/nl.po
+++ b/translations/nl.po
@@ -1,7 +1,7 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: GodSVG\n"
+"Project-Id-Version: VectorTouch\n"
"POT-Creation-Date: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
@@ -16,12 +16,12 @@ msgid "translation-credits"
msgstr "Racer911dash1, jas31415"
#: src/autoload/HandlerGUI.gd:
-msgid "Quit GodSVG"
-msgstr "GodSVG afsluiten"
+msgid "Quit VectorTouch"
+msgstr "VectorTouch afsluiten"
#: src/autoload/HandlerGUI.gd:
-msgid "Do you want to quit GodSVG?"
-msgstr "Wil je GodSVG afsluiten?"
+msgid "Do you want to quit VectorTouch?"
+msgstr "Wil je VectorTouch afsluiten?"
#: src/autoload/HandlerGUI.gd:
msgid "Quit"
@@ -532,8 +532,8 @@ msgid "View all releases"
msgstr "Selecteer alle elementen"
#: src/ui_parts/update_menu.gd:
-msgid "GodSVG is up-to-date."
-msgstr "GodSVG is up-to-date."
+msgid "VectorTouch is up-to-date."
+msgstr "VectorTouch is up-to-date."
#: src/ui_parts/update_menu.gd:
#, fuzzy
@@ -657,7 +657,7 @@ msgstr "Snelkoppeling toevoegen"
msgid "Press keys…"
msgstr "Druk op toetsen…"
-#. Refers to the formatter used for GodSVG's code editor.
+#. Refers to the formatter used for VectorTouch's code editor.
#: src/ui_widgets/settings_content_generic.gd:
msgid "Editor formatter"
msgstr "Editor-formatter"
@@ -980,7 +980,7 @@ msgid "Sync window title to file name"
msgstr "Synchroniseer venstertitel naar bestandsnaam"
#: src/ui_widgets/settings_content_generic.gd:
-msgid "When enabled, adds the current file name before the \"GodSVG\" window title."
+msgid "When enabled, adds the current file name before the \"VectorTouch\" window title."
msgstr ""
#: src/ui_widgets/settings_content_generic.gd:
@@ -993,8 +993,8 @@ msgstr "Verplaatst de cursur naar de overkant wanneer het buiten de viewport gaa
#: src/ui_widgets/settings_content_generic.gd:
#, fuzzy
-msgid "When enabled, uses your operating system's native file dialog instead of GodSVG's built-in one."
-msgstr "Waneer ingeschakeld, gebruikt jouw besturingssysteem's inheemse bestandendialoog. Wanneer uitgeschakeld, gebruikt GodSVG's ingebouwde bestandendialoog."
+msgid "When enabled, uses your operating system's native file dialog instead of VectorTouch's built-in one."
+msgstr "Waneer ingeschakeld, gebruikt jouw besturingssysteem's inheemse bestandendialoog. Wanneer uitgeschakeld, gebruikt VectorTouch's ingebouwde bestandendialoog."
#: src/ui_widgets/settings_content_generic.gd:
msgid "The setting has no effect in the current configuration."
@@ -1041,8 +1041,8 @@ msgid "New transform"
msgstr "Nieuwe transformatie"
#: src/ui_widgets/unrecognized_field.gd:
-msgid "GodSVG doesn’t recognize this attribute"
-msgstr "GodSVG herkent deze attribuut niet"
+msgid "VectorTouch doesn’t recognize this attribute"
+msgstr "VectorTouch herkent deze attribuut niet"
#: src/utils/FileUtils.gd:
msgid "The following files were discarded:"
@@ -1099,8 +1099,8 @@ msgstr "Niet opslaan."
#: src/utils/FileUtils.gd:
#, fuzzy
-msgid "{file_path} is already being edited inside GodSVG."
-msgstr "Het geïmporteerde bestand is al geöpend in GodSVG"
+msgid "{file_path} is already being edited inside VectorTouch."
+msgstr "Het geïmporteerde bestand is al geöpend in VectorTouch"
#: src/utils/FileUtils.gd:
msgid "If you want to revert your edits since the last save, use {reset_svg}."
@@ -1314,20 +1314,20 @@ msgid "Open Donate menu"
msgstr "Open Doneermenu"
#: src/utils/TranslationUtils.gd:
-msgid "GodSVG repository"
-msgstr "GodSVG opslagplaats"
+msgid "VectorTouch repository"
+msgstr "VectorTouch opslagplaats"
#: src/utils/TranslationUtils.gd:
-msgid "Open GodSVG repository"
-msgstr "Open GodSVG opslagplaats"
+msgid "Open VectorTouch repository"
+msgstr "Open VectorTouch opslagplaats"
#: src/utils/TranslationUtils.gd:
-msgid "GodSVG website"
-msgstr "GodSVG website"
+msgid "VectorTouch website"
+msgstr "VectorTouch website"
#: src/utils/TranslationUtils.gd:
-msgid "Open GodSVG website"
-msgstr "Open GodSVG website"
+msgid "Open VectorTouch website"
+msgstr "Open VectorTouch website"
#: src/utils/TranslationUtils.gd:
msgid "Check for updates"
@@ -1424,8 +1424,8 @@ msgid "Only {extension_list} files are supported for this operation."
msgstr "Deze bestandsextensie is leeg. Alleen {extension_list} bestanden zijn ondersteund."
#, fuzzy
-#~ msgid "If turned off, the window title remains as \"GodSVG\" without including the current file."
-#~ msgstr "Als dit uitgeschakelt is, blijft de venstertitel simpelweg \"GodSVG\" achteloos van het huidige bestand."
+#~ msgid "If turned off, the window title remains as \"VectorTouch\" without including the current file."
+#~ msgstr "Als dit uitgeschakelt is, blijft de venstertitel simpelweg \"VectorTouch\" achteloos van het huidige bestand."
#~ msgid "Keep unrecognized XML structures"
#~ msgstr "Houdt onherkende XML structuren bij"
@@ -1486,8 +1486,8 @@ msgstr "Deze bestandsextensie is leeg. Alleen {extension_list} bestanden zijn on
#~ msgid "Wraps the mouse cursor around when panning the viewport."
#~ msgstr "Wikkelt de muiscursor rond tijdens het verschuiven van de kijkvenster."
-#~ msgid "This requires GodSVG to connect to the internet."
-#~ msgstr "Hiervoor moet GodSVG verbinding maken met het internet."
+#~ msgid "This requires VectorTouch to connect to the internet."
+#~ msgstr "Hiervoor moet VectorTouch verbinding maken met het internet."
#~ msgid "Open file"
#~ msgstr "Open bestand"
diff --git a/translations/pt_BR.po b/translations/pt_BR.po
index 5f1c551..6a826a2 100644
--- a/translations/pt_BR.po
+++ b/translations/pt_BR.po
@@ -1,7 +1,7 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: GodSVG\n"
+"Project-Id-Version: VectorTouch\n"
"POT-Creation-Date: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
@@ -16,12 +16,12 @@ msgid "translation-credits"
msgstr "Felipe Sena Costa "
#: src/autoload/HandlerGUI.gd:
-msgid "Quit GodSVG"
-msgstr "Sair do GodSVG"
+msgid "Quit VectorTouch"
+msgstr "Sair do VectorTouch"
#: src/autoload/HandlerGUI.gd:
-msgid "Do you want to quit GodSVG?"
-msgstr "Você deseja sair do GodSVG?"
+msgid "Do you want to quit VectorTouch?"
+msgstr "Você deseja sair do VectorTouch?"
#: src/autoload/HandlerGUI.gd:
msgid "Quit"
@@ -530,8 +530,8 @@ msgid "View all releases"
msgstr "Ver todos os lançamentos"
#: src/ui_parts/update_menu.gd:
-msgid "GodSVG is up-to-date."
-msgstr "GodSVG está atualizado."
+msgid "VectorTouch is up-to-date."
+msgstr "VectorTouch está atualizado."
#: src/ui_parts/update_menu.gd:
msgid "New versions available!"
@@ -654,7 +654,7 @@ msgstr "Adicionar atalho"
msgid "Press keys…"
msgstr "Pressione as teclas…"
-#. Refers to the formatter used for GodSVG's code editor.
+#. Refers to the formatter used for VectorTouch's code editor.
#: src/ui_widgets/settings_content_generic.gd:
msgid "Editor formatter"
msgstr "Formatador do editor"
@@ -976,7 +976,7 @@ msgid "Sync window title to file name"
msgstr "Sincronizar título de janela com o nome do arquivo"
#: src/ui_widgets/settings_content_generic.gd:
-msgid "When enabled, adds the current file name before the \"GodSVG\" window title."
+msgid "When enabled, adds the current file name before the \"VectorTouch\" window title."
msgstr ""
#: src/ui_widgets/settings_content_generic.gd:
@@ -989,8 +989,8 @@ msgstr "Passa o cursor para o lado oposto da tela quando ele atinge uma borda da
#: src/ui_widgets/settings_content_generic.gd:
#, fuzzy
-msgid "When enabled, uses your operating system's native file dialog instead of GodSVG's built-in one."
-msgstr "Se habilitado, usa o diálogo de arquivo nativo do sistema operacional. Se desabilitado, usa o diálogo de arquivo embutido no GodSVG."
+msgid "When enabled, uses your operating system's native file dialog instead of VectorTouch's built-in one."
+msgstr "Se habilitado, usa o diálogo de arquivo nativo do sistema operacional. Se desabilitado, usa o diálogo de arquivo embutido no VectorTouch."
#: src/ui_widgets/settings_content_generic.gd:
msgid "The setting has no effect in the current configuration."
@@ -1037,8 +1037,8 @@ msgid "New transform"
msgstr "Nova transformação"
#: src/ui_widgets/unrecognized_field.gd:
-msgid "GodSVG doesn’t recognize this attribute"
-msgstr "O GodSVG não reconhece este atributo"
+msgid "VectorTouch doesn’t recognize this attribute"
+msgstr "O VectorTouch não reconhece este atributo"
#: src/utils/FileUtils.gd:
msgid "The following files were discarded:"
@@ -1093,8 +1093,8 @@ msgid "Don't save"
msgstr "Não salvar"
#: src/utils/FileUtils.gd:
-msgid "{file_path} is already being edited inside GodSVG."
-msgstr "{file_path} já está sendo editado dentro do GodSVG."
+msgid "{file_path} is already being edited inside VectorTouch."
+msgstr "{file_path} já está sendo editado dentro do VectorTouch."
#: src/utils/FileUtils.gd:
msgid "If you want to revert your edits since the last save, use {reset_svg}."
@@ -1301,20 +1301,20 @@ msgid "Open Donate menu"
msgstr "Abrir o menu Doar"
#: src/utils/TranslationUtils.gd:
-msgid "GodSVG repository"
-msgstr "Repositório do GodSVG"
+msgid "VectorTouch repository"
+msgstr "Repositório do VectorTouch"
#: src/utils/TranslationUtils.gd:
-msgid "Open GodSVG repository"
-msgstr "Abrir o repositório do GodSVG"
+msgid "Open VectorTouch repository"
+msgstr "Abrir o repositório do VectorTouch"
#: src/utils/TranslationUtils.gd:
-msgid "GodSVG website"
-msgstr "Website do GodSVG"
+msgid "VectorTouch website"
+msgstr "Website do VectorTouch"
#: src/utils/TranslationUtils.gd:
-msgid "Open GodSVG website"
-msgstr "Abrir website do GodSVG"
+msgid "Open VectorTouch website"
+msgstr "Abrir website do VectorTouch"
#: src/utils/TranslationUtils.gd:
msgid "Check for updates"
@@ -1405,8 +1405,8 @@ msgstr "Salvar o arquivo do tipo {format}"
msgid "Only {extension_list} files are supported for this operation."
msgstr "A extensão de arquivo está vazia. Somente arquivos {extension_list} são suportados."
-#~ msgid "If turned off, the window title remains as \"GodSVG\" without including the current file."
-#~ msgstr "Se desabilitado, o título da janela permanecerá como \"GodSVG\" sem incluir o nome do arquivo aberto."
+#~ msgid "If turned off, the window title remains as \"VectorTouch\" without including the current file."
+#~ msgstr "Se desabilitado, o título da janela permanecerá como \"VectorTouch\" sem incluir o nome do arquivo aberto."
#~ msgid "Keep unrecognized XML structures"
#~ msgstr "Manter estrutura XML não reconhecida"
diff --git a/translations/ru.po b/translations/ru.po
index 5018990..821be27 100644
--- a/translations/ru.po
+++ b/translations/ru.po
@@ -1,7 +1,7 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: GodSVG\n"
+"Project-Id-Version: VectorTouch\n"
"POT-Creation-Date: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
@@ -17,12 +17,12 @@ msgid "translation-credits"
msgstr "volkov, Gallifreyan "
#: src/autoload/HandlerGUI.gd:
-msgid "Quit GodSVG"
-msgstr "Выйти из GodSVG"
+msgid "Quit VectorTouch"
+msgstr "Выйти из VectorTouch"
#: src/autoload/HandlerGUI.gd:
-msgid "Do you want to quit GodSVG?"
-msgstr "Вы хотите выйти из GodSVG?"
+msgid "Do you want to quit VectorTouch?"
+msgstr "Вы хотите выйти из VectorTouch?"
#: src/autoload/HandlerGUI.gd:
msgid "Quit"
@@ -530,8 +530,8 @@ msgid "View all releases"
msgstr "Показать все сборки"
#: src/ui_parts/update_menu.gd:
-msgid "GodSVG is up-to-date."
-msgstr "Установлена последняя версия GodSVG."
+msgid "VectorTouch is up-to-date."
+msgstr "Установлена последняя версия VectorTouch."
#: src/ui_parts/update_menu.gd:
msgid "New versions available!"
@@ -654,7 +654,7 @@ msgstr "Добавить сочетание клавиш"
msgid "Press keys…"
msgstr "Нажмите клавиши…"
-#. Refers to the formatter used for GodSVG's code editor.
+#. Refers to the formatter used for VectorTouch's code editor.
#: src/ui_widgets/settings_content_generic.gd:
msgid "Editor formatter"
msgstr "Форматер редактора"
@@ -976,7 +976,7 @@ msgid "Sync window title to file name"
msgstr "Синхронизировать заголовок окна с названием файла"
#: src/ui_widgets/settings_content_generic.gd:
-msgid "When enabled, adds the current file name before the \"GodSVG\" window title."
+msgid "When enabled, adds the current file name before the \"VectorTouch\" window title."
msgstr ""
#: src/ui_widgets/settings_content_generic.gd:
@@ -989,7 +989,7 @@ msgstr "Курсор будет телепортироваться от одно
#: src/ui_widgets/settings_content_generic.gd:
#, fuzzy
-msgid "When enabled, uses your operating system's native file dialog instead of GodSVG's built-in one."
+msgid "When enabled, uses your operating system's native file dialog instead of VectorTouch's built-in one."
msgstr "Если включено, то будет использоваться родной файловый диалог вашей операционной системы для выбора файлов. Если выключено, то будет использоваться встроенный файловый диалог."
#: src/ui_widgets/settings_content_generic.gd:
@@ -1037,8 +1037,8 @@ msgid "New transform"
msgstr "Новая трансформация"
#: src/ui_widgets/unrecognized_field.gd:
-msgid "GodSVG doesn’t recognize this attribute"
-msgstr "GodSVG не может распознать этот атрибут"
+msgid "VectorTouch doesn’t recognize this attribute"
+msgstr "VectorTouch не может распознать этот атрибут"
#: src/utils/FileUtils.gd:
msgid "The following files were discarded:"
@@ -1093,8 +1093,8 @@ msgid "Don't save"
msgstr "Не сохранять"
#: src/utils/FileUtils.gd:
-msgid "{file_path} is already being edited inside GodSVG."
-msgstr "Файл {file_path} уже редактируется внутри GodSVG."
+msgid "{file_path} is already being edited inside VectorTouch."
+msgstr "Файл {file_path} уже редактируется внутри VectorTouch."
#: src/utils/FileUtils.gd:
msgid "If you want to revert your edits since the last save, use {reset_svg}."
@@ -1301,20 +1301,20 @@ msgid "Open Donate menu"
msgstr "Открыть меню благотворителей"
#: src/utils/TranslationUtils.gd:
-msgid "GodSVG repository"
-msgstr "Репозиторий GodSVG"
+msgid "VectorTouch repository"
+msgstr "Репозиторий VectorTouch"
#: src/utils/TranslationUtils.gd:
-msgid "Open GodSVG repository"
-msgstr "Открыть репозиторий GodSVG"
+msgid "Open VectorTouch repository"
+msgstr "Открыть репозиторий VectorTouch"
#: src/utils/TranslationUtils.gd:
-msgid "GodSVG website"
-msgstr "Веб-сайт GodSVG"
+msgid "VectorTouch website"
+msgstr "Веб-сайт VectorTouch"
#: src/utils/TranslationUtils.gd:
-msgid "Open GodSVG website"
-msgstr "Открыть веб-сайт GodSVG"
+msgid "Open VectorTouch website"
+msgstr "Открыть веб-сайт VectorTouch"
#: src/utils/TranslationUtils.gd:
msgid "Check for updates"
@@ -1405,8 +1405,8 @@ msgstr "Сохранить {format} файл"
msgid "Only {extension_list} files are supported for this operation."
msgstr "Только файлы с расширениями {extension_list} поддерживаются для этой операции."
-#~ msgid "If turned off, the window title remains as \"GodSVG\" without including the current file."
-#~ msgstr "Если выключено - заголовок окна будет просто \"GodSVG\", не включая текущий файл."
+#~ msgid "If turned off, the window title remains as \"VectorTouch\" without including the current file."
+#~ msgstr "Если выключено - заголовок окна будет просто \"VectorTouch\", не включая текущий файл."
#~ msgid "Keep unrecognized XML structures"
#~ msgstr "Сохранять нераспознанные XML"
diff --git a/translations/uk.po b/translations/uk.po
index 52f698e..32341c3 100644
--- a/translations/uk.po
+++ b/translations/uk.po
@@ -1,7 +1,7 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: GodSVG\n"
+"Project-Id-Version: VectorTouch\n"
"POT-Creation-Date: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
@@ -16,12 +16,12 @@ msgid "translation-credits"
msgstr "volkov"
#: src/autoload/HandlerGUI.gd:
-msgid "Quit GodSVG"
-msgstr "Вийти із GodSVG"
+msgid "Quit VectorTouch"
+msgstr "Вийти із VectorTouch"
#: src/autoload/HandlerGUI.gd:
-msgid "Do you want to quit GodSVG?"
-msgstr "Ви дійсно бажаєте вийти із GodSVG?"
+msgid "Do you want to quit VectorTouch?"
+msgstr "Ви дійсно бажаєте вийти із VectorTouch?"
#: src/autoload/HandlerGUI.gd:
msgid "Quit"
@@ -529,8 +529,8 @@ msgid "View all releases"
msgstr "Показати усі версії"
#: src/ui_parts/update_menu.gd:
-msgid "GodSVG is up-to-date."
-msgstr "GodSVG оновлено до останньої версії."
+msgid "VectorTouch is up-to-date."
+msgstr "VectorTouch оновлено до останньої версії."
#: src/ui_parts/update_menu.gd:
msgid "New versions available!"
@@ -653,7 +653,7 @@ msgstr "Додати клавіатурне скорочення"
msgid "Press keys…"
msgstr "Натисніть кнопки…"
-#. Refers to the formatter used for GodSVG's code editor.
+#. Refers to the formatter used for VectorTouch's code editor.
#: src/ui_widgets/settings_content_generic.gd:
msgid "Editor formatter"
msgstr "Форматер редактору"
@@ -979,7 +979,7 @@ msgid "Sync window title to file name"
msgstr "Синхронізувати заголовок вікна з назвою поточного файлу"
#: src/ui_widgets/settings_content_generic.gd:
-msgid "When enabled, adds the current file name before the \"GodSVG\" window title."
+msgid "When enabled, adds the current file name before the \"VectorTouch\" window title."
msgstr ""
#: src/ui_widgets/settings_content_generic.gd:
@@ -992,7 +992,7 @@ msgstr "Курсор буде телепортуватися від одного
#: src/ui_widgets/settings_content_generic.gd:
#, fuzzy
-msgid "When enabled, uses your operating system's native file dialog instead of GodSVG's built-in one."
+msgid "When enabled, uses your operating system's native file dialog instead of VectorTouch's built-in one."
msgstr "Якщо увімкнено, то буде використовувати рідний файловий діалог вашої операційної системи для обирання файлів. Якщо вимкнено, то замість буде використовуватися вбудований файловий діалог."
#: src/ui_widgets/settings_content_generic.gd:
@@ -1040,8 +1040,8 @@ msgid "New transform"
msgstr "Нова трансформація"
#: src/ui_widgets/unrecognized_field.gd:
-msgid "GodSVG doesn’t recognize this attribute"
-msgstr "GodSVG не може розпізнати цей атрибут"
+msgid "VectorTouch doesn’t recognize this attribute"
+msgstr "VectorTouch не може розпізнати цей атрибут"
#: src/utils/FileUtils.gd:
msgid "The following files were discarded:"
@@ -1096,8 +1096,8 @@ msgid "Don't save"
msgstr "Не зберігати"
#: src/utils/FileUtils.gd:
-msgid "{file_path} is already being edited inside GodSVG."
-msgstr "Файл {file_path} вже редагується в GodSVG."
+msgid "{file_path} is already being edited inside VectorTouch."
+msgstr "Файл {file_path} вже редагується в VectorTouch."
#: src/utils/FileUtils.gd:
msgid "If you want to revert your edits since the last save, use {reset_svg}."
@@ -1305,20 +1305,20 @@ msgid "Open Donate menu"
msgstr "Відкрити меню благодійників"
#: src/utils/TranslationUtils.gd:
-msgid "GodSVG repository"
-msgstr "Репозиторій GodSVG"
+msgid "VectorTouch repository"
+msgstr "Репозиторій VectorTouch"
#: src/utils/TranslationUtils.gd:
-msgid "Open GodSVG repository"
-msgstr "Відкрити репозиторій GodSVG"
+msgid "Open VectorTouch repository"
+msgstr "Відкрити репозиторій VectorTouch"
#: src/utils/TranslationUtils.gd:
-msgid "GodSVG website"
-msgstr "Веб-сайт GodSVG"
+msgid "VectorTouch website"
+msgstr "Веб-сайт VectorTouch"
#: src/utils/TranslationUtils.gd:
-msgid "Open GodSVG website"
-msgstr "Відкрити веб-сайт GodSVG"
+msgid "Open VectorTouch website"
+msgstr "Відкрити веб-сайт VectorTouch"
#: src/utils/TranslationUtils.gd:
msgid "Check for updates"
@@ -1409,8 +1409,8 @@ msgstr "Зберегти {format} файл"
msgid "Only {extension_list} files are supported for this operation."
msgstr "Тільки файли з розширеннями {extension_list} підтримуються для цієї операції."
-#~ msgid "If turned off, the window title remains as \"GodSVG\" without including the current file."
-#~ msgstr "Якщо вимкнено - заголовок вікна залишиться як \"GodSVG\", не включаючи назву поточного файлу."
+#~ msgid "If turned off, the window title remains as \"VectorTouch\" without including the current file."
+#~ msgstr "Якщо вимкнено - заголовок вікна залишиться як \"VectorTouch\", не включаючи назву поточного файлу."
#~ msgid "Keep unrecognized XML structures"
#~ msgstr "Зберігати не розпізнані структури XML"
diff --git a/translations/zh_CN.po b/translations/zh_CN.po
index 13ea81e..08e7645 100644
--- a/translations/zh_CN.po
+++ b/translations/zh_CN.po
@@ -1,7 +1,7 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: GodSVG\n"
+"Project-Id-Version: VectorTouch\n"
"POT-Creation-Date: \n"
"PO-Revision-Date: \n"
"Last-Translator: Mike Lei \n"
@@ -16,12 +16,12 @@ msgid "translation-credits"
msgstr "Hamster5295 , Mike Lei "
#: src/autoload/HandlerGUI.gd:
-msgid "Quit GodSVG"
-msgstr "退出 GodSVG"
+msgid "Quit VectorTouch"
+msgstr "退出 VectorTouch"
#: src/autoload/HandlerGUI.gd:
-msgid "Do you want to quit GodSVG?"
-msgstr "您确定要退出 GodSVG 吗?"
+msgid "Do you want to quit VectorTouch?"
+msgstr "您确定要退出 VectorTouch 吗?"
#: src/autoload/HandlerGUI.gd:
msgid "Quit"
@@ -42,7 +42,7 @@ msgstr "确定"
#: src/autoload/HandlerGUI.gd:
#, fuzzy
msgid "Do you want to proceed?"
-msgstr "您确定要退出 GodSVG 吗?"
+msgstr "您确定要退出 VectorTouch 吗?"
#: src/autoload/HandlerGUI.gd:
msgid "Export SVG"
@@ -542,8 +542,8 @@ msgid "View all releases"
msgstr "选择所有元素"
#: src/ui_parts/update_menu.gd:
-msgid "GodSVG is up-to-date."
-msgstr "GodSVG 是最新版本。"
+msgid "VectorTouch is up-to-date."
+msgstr "VectorTouch 是最新版本。"
#: src/ui_parts/update_menu.gd:
#, fuzzy
@@ -669,7 +669,7 @@ msgstr "添加快捷键"
msgid "Press keys…"
msgstr "按下按键…"
-#. Refers to the formatter used for GodSVG's code editor.
+#. Refers to the formatter used for VectorTouch's code editor.
#: src/ui_widgets/settings_content_generic.gd:
#, fuzzy
msgid "Editor formatter"
@@ -994,7 +994,7 @@ msgid "Sync window title to file name"
msgstr "同步窗口标题为文件名"
#: src/ui_widgets/settings_content_generic.gd:
-msgid "When enabled, adds the current file name before the \"GodSVG\" window title."
+msgid "When enabled, adds the current file name before the \"VectorTouch\" window title."
msgstr ""
#: src/ui_widgets/settings_content_generic.gd:
@@ -1007,8 +1007,8 @@ msgstr ""
#: src/ui_widgets/settings_content_generic.gd:
#, fuzzy
-msgid "When enabled, uses your operating system's native file dialog instead of GodSVG's built-in one."
-msgstr "如果启用,将使用操作系统自带的文件选择窗口。反之,将使用 GodSVG 内置的文件选择窗口。"
+msgid "When enabled, uses your operating system's native file dialog instead of VectorTouch's built-in one."
+msgstr "如果启用,将使用操作系统自带的文件选择窗口。反之,将使用 VectorTouch 内置的文件选择窗口。"
#: src/ui_widgets/settings_content_generic.gd:
msgid "The setting has no effect in the current configuration."
@@ -1055,8 +1055,8 @@ msgid "New transform"
msgstr "新的变换"
#: src/ui_widgets/unrecognized_field.gd:
-msgid "GodSVG doesn’t recognize this attribute"
-msgstr "GodSVG 无法识别该属性"
+msgid "VectorTouch doesn’t recognize this attribute"
+msgstr "VectorTouch 无法识别该属性"
#: src/utils/FileUtils.gd:
msgid "The following files were discarded:"
@@ -1099,7 +1099,7 @@ msgstr "保存 .\"{format}\" 文件"
#: src/utils/FileUtils.gd:
#, fuzzy
msgid "Do you want to save this file?"
-msgstr "您确定要退出 GodSVG 吗?"
+msgstr "您确定要退出 VectorTouch 吗?"
#: src/utils/FileUtils.gd:
msgid "Save the changes?"
@@ -1114,7 +1114,7 @@ msgid "Don't save"
msgstr ""
#: src/utils/FileUtils.gd:
-msgid "{file_path} is already being edited inside GodSVG."
+msgid "{file_path} is already being edited inside VectorTouch."
msgstr ""
#: src/utils/FileUtils.gd:
@@ -1199,7 +1199,7 @@ msgstr ""
#: src/utils/TranslationUtils.gd:
#, fuzzy
msgid "Open SVG externally"
-msgstr "打开 GodSVG 代码仓库"
+msgstr "打开 VectorTouch 代码仓库"
#: src/utils/TranslationUtils.gd:
msgid "Show in File Manager"
@@ -1336,20 +1336,20 @@ msgid "Open Donate menu"
msgstr "打开捐赠菜单"
#: src/utils/TranslationUtils.gd:
-msgid "GodSVG repository"
-msgstr "GodSVG 代码仓库"
+msgid "VectorTouch repository"
+msgstr "VectorTouch 代码仓库"
#: src/utils/TranslationUtils.gd:
-msgid "Open GodSVG repository"
-msgstr "打开 GodSVG 代码仓库"
+msgid "Open VectorTouch repository"
+msgstr "打开 VectorTouch 代码仓库"
#: src/utils/TranslationUtils.gd:
-msgid "GodSVG website"
-msgstr "GodSVG 网站"
+msgid "VectorTouch website"
+msgstr "VectorTouch 网站"
#: src/utils/TranslationUtils.gd:
-msgid "Open GodSVG website"
-msgstr "打开 GodSVG 网站"
+msgid "Open VectorTouch website"
+msgstr "打开 VectorTouch 网站"
#: src/utils/TranslationUtils.gd:
msgid "Check for updates"
@@ -1446,8 +1446,8 @@ msgid "Only {extension_list} files are supported for this operation."
msgstr "文件扩展名为空。只有 {extension_list} 内的文件受支持。"
#, fuzzy
-#~ msgid "If turned off, the window title remains as \"GodSVG\" without including the current file."
-#~ msgstr "如果禁用,不论当前打开的文件是什么,窗口标题都将固定为 “GodSVG”。"
+#~ msgid "If turned off, the window title remains as \"VectorTouch\" without including the current file."
+#~ msgstr "如果禁用,不论当前打开的文件是什么,窗口标题都将固定为 “VectorTouch”。"
#~ msgid "Keep unrecognized XML structures"
#~ msgstr "保留未知 XML 结构"
@@ -1510,8 +1510,8 @@ msgstr "文件扩展名为空。只有 {extension_list} 内的文件受支持。
#~ msgid "Wraps the mouse cursor around when panning the viewport."
#~ msgstr "拖拽视图时使鼠标保持连续运动。"
-#~ msgid "This requires GodSVG to connect to the internet."
-#~ msgstr "这需要 GodSVG 连接互联网。"
+#~ msgid "This requires VectorTouch to connect to the internet."
+#~ msgstr "这需要 VectorTouch 连接互联网。"
#, fuzzy
#~ msgid "Add new tab"