Files
Autodesk-Fusion-360-for-Linux/files/scripts/stable-branch/data/locale/en-US/locale-en.sh

127 lines
6.2 KiB
Bash
Raw Normal View History

2021-10-19 12:53:03 +02:00
#!/bin/bash
2021-10-20 10:21:22 +02:00
####################################################################################################
# Name: Autodesk Fusion 360 - Setup Wizard (Linux) #
# Description: This is the English translation for the Setup Wizard. #
# Author: Steve Zabka #
# Author URI: https://cryinkfly.com #
# License: MIT #
2022-01-22 12:35:39 +01:00
# Copyright (c) 2020-2022 #
2022-01-22 12:29:49 +01:00
# Time/Date: 12:30/22.01.2022 #
# Version: 1.3 #
2021-10-20 10:21:22 +02:00
####################################################################################################
###############################################################################################################################################################
2021-10-20 10:22:59 +02:00
# ALL DEFINITIONS ARE ARRANGED HERE: #
2021-10-20 10:21:22 +02:00
###############################################################################################################################################################
2021-10-19 12:53:03 +02:00
# License-checkbox
text_license_checkbox="I have read the terms and conditions and I accept them."
# Select
text_select="Select"
2021-11-09 12:11:54 +01:00
# Version (Standard, Flatpak or Snap)
text_version="Version"
text_standard="Standard"
text_flatpak="Flatpak (Experimental)"
text_snap="Snap (Experimental)"
2021-10-19 12:53:03 +02:00
# Driver
2021-10-20 10:21:22 +02:00
text_driver="Graphics driver"
2021-10-19 12:53:03 +02:00
# Driver OpenGL
text_driver_opengl="OpenGL (Standard) - Select this option if you are not sure!"
# Driver DXVK
text_driver_dxvk="DXVK - Select this option if you are using an Intel GPU!"
# Linux distribution
text_linux_distribution="Linux distribution"
# Installation location
text_installation_location="Installation location"
# Installation location - Standard
2022-01-24 14:26:27 -05:00
text_installation_location_standard="Standard - Install Autodesk Fusion 360 into your home folder. For example: /home/username/.wineprefixes/fusion360"
2021-10-19 12:53:03 +02:00
# Installation location - Custom
2022-01-24 14:26:27 -05:00
text_installation_location_custom="Custom - Install Autodesk Fusion 360 to another place. For example: /run/media/username/usb-drive/.wineprefixes/fusion360"
2021-10-19 12:53:03 +02:00
# Select a location with a file browser
text_select_location_custom="Select a location for your Autodesk Fusion 360 installation:"
# Checkbox - desktop-launcher-custom
text_desktop_launcher_custom_checkbox="I have changed the path of Autodesk Fusion 360!"
# Question - desktop-launcher-custom
text_desktop_launcher_custom_question="Do you want to save your changes?"
# Abort the program
text_abort="Do you really want to abort the installation?"
# Program-Exit
text_completed_installation="The installation of Autodesk Fusion 360 is completed."
2021-11-08 10:59:26 +01:00
# Program-Exit (Extensions)
text_completed_installation_extensions="The installation of some extensions for Autodesk Fusion 360 is completed."
2021-10-19 12:53:03 +02:00
# Select a option - new_modify_deinstall
text_select_option="Option"
# Option 1
text_select_option_1="New installation of some or all components"
# Option 2
text_select_option_2="Update or Repair a existing installation"
# Option 3
2021-11-08 10:59:26 +01:00
text_select_option_3="Install, Repair or Uninstall some extensions"
# Option 4
text_select_option_4="Uninstall all Autodesk Fusion 360 components"
2021-10-19 12:53:03 +02:00
# New installation-checkbox - new_modify_deinstall
text_new_installation_checkbox="I have now seen which installation paths are available and will specify a different path in the next step!"
# Edit installation-checkbox - new_modify_deinstall
text_edit_installation_checkbox="I wrote down or copied the correct path from an existing Autodesk Fusion 360 installation!"
# Deinstall-checkbox - new_modify_deinstall
text_deinstall_checkbox="I wrote down or copied the correct path from an existing Autodesk Fusion 360 installation and deleted this path then here!"
# Question - Deinstall a exist Autodesk Fusion 360 installation
text_deinstall_question="Do you want to save your changes and deleting the correct existing Autodesk Fusion 360 installation?"
# Select a location with a file browser - new_modify_deinstall
text_select_location_deinstall="Select your exist Autodesk Fusion 360 installation:"
# Program-Exit - new_modify_deinstall
text_completed_deinstallation="The deinstallation of Autodesk Fusion 360 is completed."
# Select CZECH-Plugin files
text_select_czech_plugin="Select the installation file:"
# No Plugin was not found
text_info_czech_plugin="No file selected."
# Extension
text_extension="Extension"
# Extension Description
text_extension_description="Description"
2022-01-24 14:26:27 -05:00
text_extension_description_1="This extension helps you by the optimization any thing or part that is exposed to a moving gas or liquid. For example: wings, fins, propellers and turbines."
2021-10-19 12:53:03 +02:00
text_extension_description_2="This extension helps you by analyses a number of aspects of your designs and provides clear feedback on how to improve the manufacturability of the part."
text_extension_description_3="This extension gives you the option to use the Czech user interface (UI) in Autodesk Fusion 360."
text_extension_description_4="This extension is a connector between Autodesk® Fusion 360™ and the HP SmartStream Software and is used to send over jobs directly to the HP Software."
2022-01-22 12:29:49 +01:00
text_extension_description_5="Helical gears resemble spur gears with the teeth at an angle."
text_extension_description_6="With this extension you can send the G-code of your created 3D models directly to the OctoPrint server via Autodesk Fusion 360."
text_extension_description_7="Enables the user to Import/Update parameters from or export them to a CSV (Comma Separated Values) file."
text_extension_description_8="This extension allows you to program more than 50 different robot manufacturers and 500 robots directly from Autodesk Fusion 360."
text_extension_description_9="This plug-in is a connector between Autodesk® Fusion 360™ and the Ultimaker Digital Factory site and its services."
2021-10-19 12:53:03 +02:00
# Error
text_error="An unexpected error occurred!"
2021-11-08 10:59:26 +01:00