From 7216e1f5a1e6dc49d05f5fb06b84eb597b2043ec Mon Sep 17 00:00:00 2001 From: Elias Steurer Date: Sat, 21 Aug 2021 14:35:54 +0200 Subject: [PATCH] Update translations --- CMake/QtUpdateTranslations.cmake | 9 +- ScreenPlay/CMakeLists.txt | 4 +- ScreenPlay/translations/ScreenPlay_en.ts | 2211 ++++++++++++++++++ ScreenPlay/translations/ScreenPlay_es.ts | 2211 ++++++++++++++++++ ScreenPlay/translations/ScreenPlay_fr.ts | 2211 ++++++++++++++++++ ScreenPlay/translations/ScreenPlay_ko.ts | 2211 ++++++++++++++++++ ScreenPlay/translations/ScreenPlay_pt_br.ts | 2211 ++++++++++++++++++ ScreenPlay/translations/ScreenPlay_ru.ts | 2211 ++++++++++++++++++ ScreenPlay/translations/ScreenPlay_vi.ts | 2211 ++++++++++++++++++ ScreenPlay/translations/ScreenPlay_zh_cn.ts | 2214 +++++++++++++++++++ 10 files changed, 17697 insertions(+), 7 deletions(-) diff --git a/CMake/QtUpdateTranslations.cmake b/CMake/QtUpdateTranslations.cmake index 841d9d1a..7778faf3 100644 --- a/CMake/QtUpdateTranslations.cmake +++ b/CMake/QtUpdateTranslations.cmake @@ -1,15 +1,14 @@ - find_program(LUPDATE_EXECUTABLE lupdate) find_program(LRELEASE_EXECUTABLE lrelease) # Updates all ts files and generates .qm # Absolute paths are needed! -# ibh_qt_update_translations("${CMAKE_CURRENT_SOURCE_DIR}/Src" "${CMAKE_CURRENT_SOURCE_DIR}/Translations") -# The second argument (array) __must__ be passed as string! -function(ibh_qt_update_translations SOURCE_PATH TS_FILES) - message(STATUS "Update Translation: ${SOURCE_PATH}") +# qt_update_translations("${CMAKE_CURRENT_SOURCE_DIR}/qml" "${L10N_LIST}") +# The second argument (list) __must__ be passed as string! +function(qt_update_translations SOURCE_PATH TS_FILES) foreach(_ts_file ${TS_FILES}) + message(STATUS "Update Translation: ${_ts_file}") execute_process(COMMAND ${LUPDATE_EXECUTABLE} -noobsolete -recursive ${SOURCE_PATH} -ts ${_ts_file} OUTPUT_QUIET) execute_process(COMMAND ${LRELEASE_EXECUTABLE} ${_ts_file} OUTPUT_QUIET) endforeach() diff --git a/ScreenPlay/CMakeLists.txt b/ScreenPlay/CMakeLists.txt index a68d7fd0..1342cace 100644 --- a/ScreenPlay/CMakeLists.txt +++ b/ScreenPlay/CMakeLists.txt @@ -52,7 +52,7 @@ set(headers list( APPEND - L10N + L10N_LIST # cmake-format: sortable ${CMAKE_CURRENT_SOURCE_DIR}/translations/ScreenPlay_de.ts ${CMAKE_CURRENT_SOURCE_DIR}/translations/ScreenPlay_zh_cn.ts @@ -65,7 +65,7 @@ list( ${CMAKE_CURRENT_SOURCE_DIR}/translations/ScreenPlay_vi.ts) include(QtUpdateTranslations) -ibh_qt_update_translations("${CMAKE_CURRENT_SOURCE_DIR}/Src" "${L10N}") +qt_update_translations("${CMAKE_CURRENT_SOURCE_DIR}/qml" "${L10N_LIST}") # Needed on macos find_package(Threads REQUIRED) diff --git a/ScreenPlay/translations/ScreenPlay_en.ts b/ScreenPlay/translations/ScreenPlay_en.ts index bb1d1799..dfe910a7 100644 --- a/ScreenPlay/translations/ScreenPlay_en.ts +++ b/ScreenPlay/translations/ScreenPlay_en.ts @@ -1,6 +1,168 @@ + + ColorPicker + + + Red + + + + + Green + + + + + Blue + + + + + RGB + + + + + HSV + + + + + R: + + + + + G: + + + + + B: + + + + + H: + + + + + S: + + + + + V: + + + + + Alpha: + + + + + # + + + + + Community + + + News + + + + + Wiki + + + + + Forum + + + + + Issue List + + + + + Contribute + + + + + Steam Workshop + + + + + CommunityNavItem + + + Open in browser + + + + + CreateWallpaperInit + + + Import any video type + + + + + Depending on your PC configuration it is better to convert your wallpaper to a specific video codec. If both have bad performance you can also try a QML wallpaper! Supported video formats are: + +*.mp4 *.mpg *.mp2 *.mpeg *.ogv *.avi *.wmv *.m4v *.3gp *.flv + + + + + Set your preffered video codec: + + + + + Quality slider. Lower value means better quality. + + + + + Open Documentation + + + + + Select file + + + + + CreateWallpaperResult + + + An error occurred! + + + + + Copy text to clipboard + + + + + Back to create and send an error report! + + + CreateWallpaperVideoImportConvert @@ -8,6 +170,290 @@ + + + Generating preview image... + + + + + Generating preview thumbnail image... + + + + + Generating 5 second preview video... + + + + + Generating preview gif... + + + + + Converting Audio... + + + + + Converting Video... This can take some time! + + + + + Converting Video ERROR! + + + + + Analyse Video ERROR! + + + + + Convert a video to a wallpaper + + + + + Generating preview video... + + + + + Name (required!) + + + + + Description + + + + + Youtube URL + + + + + Abort + + + + + Save + + + + + Save Wallpaper... + + + + + DefaultVideoControls + + + Volume + + + + + Playback rate + + + + + Current Video Time + + + + + Fill Mode + + + + + Stretch + + + + + Fill + + + + + Contain + + + + + Cover + + + + + Scale_Down + + + + + FileSelector + + + Clear + + + + + Select File + + + + + Please choose a file + + + + + GifWallpaper + + + Import a Gif Wallpaper + + + + + Drop a *.gif file here or use 'Select file' below. + + + + + Select your gif + + + + + General + + + + + Wallpaper name + + + + + Created By + + + + + Tags + + + + + HTMLWallpaper + + + Create a HTML Wallpaper + + + + + General + + + + + Wallpaper name + + + + + Created By + + + + + Description + + + + + License & Tags + + + + + Preview Image + + + + + HTMLWidget + + + Create a HTML widget + + + + + General + + + + + Widget name + + + + + Created by + + + + + Tags + + + + + Headline + + + Headline + + + + + HeadlineSection + + + Headline Section + + + + + ImageSelector + + + Set your own preview image + + + + + Clear + + + + + Select Preview Image + + ImportWebmConvert @@ -16,6 +462,124 @@ + + + AnalyseVideo... + + + + + Generating preview image... + + + + + Generating preview thumbnail image... + + + + + Generating 5 second preview video... + + + + + Generating preview gif... + + + + + Converting Audio... + + + + + Converting Video... This can take some time! + + + + + Converting Video ERROR! + + + + + Analyse Video ERROR! + + + + + Import a video to a wallpaper + + + + + Generating preview video... + + + + + Name (required!) + + + + + Description + + + + + Youtube URL + + + + + Abort + + + + + Save + + + + + Save Wallpaper... + + + + + ImportWebmInit + + + Import a .webm video + + + + + When importing webm we can skip the long conversion. When you get unsatisfying results with the ScreenPlay importer from 'ideo import and convert (all types)' you can also convert via the free and open source HandBrake! + + + + + Invalid file type. Must be valid VP8 or VP9 (*.webm)! + + + + + Drop a *.webm file here or use 'Select file' below. + + + + + Open Documentation + + + + + Select file + + Installed @@ -24,5 +588,1652 @@ + + + Refreshing! + + + + + + Pull to refresh! + + + + + Get more Wallpaper & Widgets via the Steam workshop! + + + + + Open containing folder + + + + + Remove Item + + + + + Remove via Workshop + + + + + Open Workshop Page + + + + + Are you sure you want to delete this item? + + + + + InstalledWelcomeScreen + + + Get free Widgets and Wallpaper via the Steam Workshop + + + + + Browse the Steam Workshop + + + + + LicenseSelector + + + License + + + + + Share — copy and redistribute the material in any medium or format. Adapt — remix, transform, and build upon the material for any purpose, even commercially. + + + + + + You grant other to remix your work and change the license to their linking. + + + + + Share — copy and redistribute the material in any medium or format. Adapt — remix, transform, and build upon the material. You are not allowed to use it commercially! + + + + + You allow everyone to do anything with your work. + + + + + You grant other to remix your work but it must remain under the GPLv3. We recommend this license for all code wallpaper! + + + + + You do not share any rights and nobody is allowed to use or remix it (Not recommended). Can also used to credit work others. + + + + + MonitorConfiguration + + + Your monitor setup changed! + Please configure your wallpaper again. + + + + + Monitors + + + Wallpaper Configuration + + + + + Remove selected + + + + + + Remove + + + + + Wallpapers + + + + + Widgets + + + + + MonitorsProjectSettingItem + + + Set color + + + + + Please choose a color + + + + + Navigation + + + All + + + + + Scenes + + + + + Videos + + + + + Widgets + + + + + Install Date Ascending + + + + + Install Date Descending + + + + + Subscribed items: + + + + + Upload to the Steam Workshop + + + + + NavigationWallpaperConfiguration + + + Configurate active Wallpaper or Widgets + + + + + No active Wallpaper or Widgets + + + + + PopupOffline + + + You need to run Steam for this :) + + + + + Back + + + + + PopupSteamWorkshopAgreement + + + You Need to Agree To The Steam Subscriber Agreement First + + + + + REQUIRES INTERNET CONNECTION AND FREE STEAM ACCOUNT TO ACTIVATE. Notice: Product offered subject to your acceptance of the Steam Subscriber Agreement (SSA). You must activate this product via the Internet by registering for a Steam account and accepting the SSA. Please see https://store.steampowered.com/subscriber_agreement/ to view the SSA prior to purchase. If you do not agree with the provisions of the SSA, you should return this game unopened to your retailer in accordance with their return policy. + + + + + View The Steam Subscriber Agreement + + + + + Accept Steam Workshop Agreement + + + + + QMLWallpaper + + + Create a QML Wallpaper + + + + + General + + + + + Wallpaper name + + + + + Created By + + + + + Description + + + + + License & Tags + + + + + Preview Image + + + + + QMLWidget + + + Create a QML widget + + + + + General + + + + + Widget name + + + + + Created by + + + + + Tags + + + + + SaveNotification + + + Profile saved successfully! + + + + + Search + + + Search for Wallpaper & Widgets + + + + + Settings + + + General + + + + + Autostart + + + + + ScreenPlay will start with Windows and will setup your Desktop every time for you. + + + + + High priority Autostart + + + + + This options grants ScreenPlay a higher autostart priority than other apps. + + + + + Send anonymous crash reports and statistics + + + + + Help us make ScreenPlay faster and more stable. All collected data is purely anonymous and only used for development purposes! We use <a href="https://sentry.io">sentry.io</a> to collect and analyze this data. A <b>big thanks to them</b> for providing us with free premium support for open source projects! + + + + + Set save location + + + + + Set location + + + + + Your storage path is empty! + + + + + Important: Changing this directory has no effect on the workshop download path. ScreenPlay only supports having one content folder! + + + + + Language + + + + + Set the ScreenPlay UI Language + + + + + English + + + + + German + + + + + Chinese - Simplified + + + + + Russian + + + + + French + + + + + Spanish + + + + + Korean + + + + + Vietnamese + + + + + Portuguese (Brazil) + + + + + Theme + + + + + Switch dark/light theme + + + + + System Default + + + + + Dark + + + + + Light + + + + + Performance + + + + + Pause wallpaper video rendering while another app is in the foreground + + + + + We disable the video rendering (not the audio!) for the best performance. If you have problem you can disable this behaviour here. Wallpaper restart required! + + + + + Default Fill Mode + + + + + Set this property to define how the video is scaled to fit the target area. + + + + + Stretch + + + + + Fill + + + + + Contain + + + + + Cover + + + + + Scale-Down + + + + + About + + + + + Thank you for using ScreenPlay + + + + + Hi, I'm Elias Steurer also known as Kelteseth and I'm the developer of ScreenPlay. Thank you for using my software. You can follow me to receive updates about ScreenPlay here: + + + + + Version + + + + + ScreenPlay Build Version + + + + + Open Changelog + + + + + Third Party Software + + + + + ScreenPlay would not be possible without the work of others. A big thank you to: + + + + + Licenses + + + + + Logs + + + + + If your ScreenPlay missbehaves this is a good way to look for answers. This shows all logs and warning during runtime. + + + + + Show Logs + + + + + Data Protection + + + + + We use you data very carefully to improve ScreenPlay. We do not sell or share this (anonymous) information with others! + + + + + Privacy + + + + + SettingsExpander + + + Copy text to clipboard + + + + + Sidebar + + + Tools Overview + + + + + Video import and convert (all types) + + + + + Video Import (.webm) + + + + + GIF Wallpaper + + + + + QML Wallpaper + + + + + HTML5 Wallpaper + + + + + Website Wallpaper + + + + + QML Widget + + + + + HTML Widget + + + + + Set Wallpaper + + + + + Set Widget + + + + + Headline + + + + + Select a Monitor to display the content + + + + + Set Volume + + + + + Fill Mode + + + + + Stretch + + + + + Fill + + + + + Contain + + + + + Cover + + + + + Scale-Down + + + + + Size: + + + + + MB + + + + + No description... + + + + + Click here if you like the content + + + + + Click here if you do not like the content + + + + + Subscribtions: + + + + + Open In Steam + + + + + Subscribed! + + + + + Subscribe + + + + + StartInfo + + + Free Tools to create wallpaper + + + + + Below you can find tools to create wallaper beyond the tools that ScreenPlay provides for you! + + + + + SteamNotAvailable + + + Could not load steam integration! + + + + + SteamProfile + + + + Back + + + + + Forward + + + + + SteamWorkshop + + + Loading + + + + + Download now! + + + + + Downloading... + + + + + Details + + + + + Open In Steam + + + + + Profile + + + + + Search for Wallpaper and Widgets... + + + + + Open Workshop in Steam + + + + + Ranked By Vote + + + + + Publication Date + + + + + Ranked By Trend + + + + + Favorited By Friends + + + + + Created By Friends + + + + + Created By Followed Users + + + + + Not Yet Rated + + + + + Total VotesAsc + + + + + Votes Up + + + + + Total Unique Subscriptions + + + + + Back + + + + + Forward + + + + + TagSelector + + + Save + + + + + Add tag + + + + + Cancel + + + + + Add Tag + + + + + TextField + + + Label + + + + + *Required + + + + + TrayIcon + + + ScreenPlay - Double click to change you settings. + + + + + Open ScreenPlay + + + + + + Mute all + + + + + Unmute all + + + + + + Pause all + + + + + Play all + + + + + Quit + + + + + UploadProject + + + Upload Wallpaper/Widgets to Steam + + + + + Abort + + + + + Upload Selected Projects + + + + + Finish + + + + + UploadProjectBigItem + + + Type: + + + + + Open Folder + + + + + Invalid Project! + + + + + UploadProjectItem + + + Fail + + + + + No Connection + + + + + Invalid Password + + + + + Logged In Elsewhere + + + + + Invalid Protocol Version + + + + + Invalid Param + + + + + File Not Found + + + + + Busy + + + + + Invalid State + + + + + Invalid Name + + + + + Invalid Email + + + + + Duplicate Name + + + + + Access Denied + + + + + Timeout + + + + + Banned + + + + + Account Not Found + + + + + Invalid SteamID + + + + + Service Unavailable + + + + + Not Logged On + + + + + Pending + + + + + Encryption Failure + + + + + Insufficient Privilege + + + + + Limit Exceeded + + + + + Revoked + + + + + Expired + + + + + Already Redeemed + + + + + Duplicate Request + + + + + Already Owned + + + + + IP Not Found + + + + + Persist Failed + + + + + Locking Failed + + + + + Logon Session Replaced + + + + + Connect Failed + + + + + Handshake Failed + + + + + IO Failure + + + + + Remote Disconnect + + + + + Shopping Cart Not Found + + + + + Blocked + + + + + Ignored + + + + + No Match + + + + + Account Disabled + + + + + Service ReadOnly + + + + + Account Not Featured + + + + + Administrator OK + + + + + Content Version + + + + + Try Another CM + + + + + Password Required T oKick Session + + + + + Already Logged In Elsewhere + + + + + Suspended + + + + + Cancelled + + + + + Data Corruption + + + + + Disk Full + + + + + Remote Call Failed + + + + + Password Unset + + + + + External Account Unlinked + + + + + PSN Ticket Invalid + + + + + External Account Already Linked + + + + + Remote File Conflict + + + + + Illegal Password + + + + + Same As Previous Value + + + + + Account Logon Denied + + + + + Cannot Use Old Password + + + + + Invalid Login AuthCode + + + + + Account Logon Denied No Mail + + + + + Hardware Not Capable Of IPT + + + + + IPT Init Error + + + + + Parental Control Restricted + + + + + Facebook Query Error + + + + + Expired Login Auth Code + + + + + IP Login Restriction Failed + + + + + Account Locked Down + + + + + Account Logon Denied Verified Email Required + + + + + No MatchingURL + + + + + Bad Response + + + + + Require Password ReEntry + + + + + Value Out Of Range + + + + + Unexpecte Error + + + + + Disabled + + + + + Invalid CEG Submission + + + + + Restricted Device + + + + + Region Locked + + + + + Rate Limit Exceeded + + + + + Account Login Denied Need Two Factor + + + + + Item Deleted + + + + + Account Login Denied Throttle + + + + + Two Factor Code Mismatch + + + + + Two Factor Activation Code Mismatch + + + + + Account Associated To Multiple Partners + + + + + Not Modified + + + + + No Mobile Device + + + + + Time Not Synced + + + + + Sms Code Failed + + + + + Account Limit Exceeded + + + + + Account Activity Limit Exceeded + + + + + Phone Activity Limit Exceeded + + + + + Refund To Wallet + + + + + Email Send Failure + + + + + Not Settled + + + + + Need Captcha + + + + + GSLT Denied + + + + + GS Owner Denied + + + + + Invalid Item Type + + + + + IP Banned + + + + + GSLT Expired + + + + + Insufficient Funds + + + + + Too Many Pending + + + + + No Site Licenses Found + + + + + WG Network Send Exceeded + + + + + Account Not Friends + + + + + Limited User Account + + + + + Cant Remove Item + + + + + Account Deleted + + + + + Existing User Cancelled License + + + + + Community Cooldown + + + + + Status: + + + + + Upload Progress: + + + + + WebsiteWallpaper + + + Create a Website Wallpaper + + + + + General + + + + + Wallpaper name + + + + + Created By + + + + + Description + + + + + Tags + + + + + Preview Image + + + + + WizardPage + + + Save + + + + + Saving... + + + + + WorkshopItem + + + Successfully subscribed to Workshop Item! + + + + + Download complete! + + + + + XMLNewsfeed + + + News & Patchnotes + + diff --git a/ScreenPlay/translations/ScreenPlay_es.ts b/ScreenPlay/translations/ScreenPlay_es.ts index 0d583549..0943fd72 100644 --- a/ScreenPlay/translations/ScreenPlay_es.ts +++ b/ScreenPlay/translations/ScreenPlay_es.ts @@ -1,6 +1,115 @@ + + ColorPicker + + + Red + + + + + Green + + + + + Blue + + + + + RGB + + + + + HSV + + + + + R: + + + + + G: + + + + + B: + + + + + H: + + + + + S: + + + + + V: + + + + + Alpha: + + + + + # + + + + + Community + + + News + + + + + Wiki + + + + + Forum + + + + + Issue List + + + + + Contribute + + + + + Steam Workshop + + + + + CommunityNavItem + + + Open in browser + + + CreateImport @@ -17,6 +126,59 @@ + + CreateWallpaperInit + + + Import any video type + + + + + Depending on your PC configuration it is better to convert your wallpaper to a specific video codec. If both have bad performance you can also try a QML wallpaper! Supported video formats are: + +*.mp4 *.mpg *.mp2 *.mpeg *.ogv *.avi *.wmv *.m4v *.3gp *.flv + + + + + Set your preffered video codec: + + + + + Quality slider. Lower value means better quality. + + + + + Open Documentation + + + + + Select file + + + + + CreateWallpaperResult + + + An error occurred! + + + + + Copy text to clipboard + + + + + Back to create and send an error report! + + + CreateWallpaperVideoImportConvert @@ -24,6 +186,290 @@ + + + Generating preview image... + + + + + Generating preview thumbnail image... + + + + + Generating 5 second preview video... + + + + + Generating preview gif... + + + + + Converting Audio... + + + + + Converting Video... This can take some time! + + + + + Converting Video ERROR! + + + + + Analyse Video ERROR! + + + + + Convert a video to a wallpaper + + + + + Generating preview video... + + + + + Name (required!) + + + + + Description + + + + + Youtube URL + + + + + Abort + + + + + Save + + + + + Save Wallpaper... + + + + + DefaultVideoControls + + + Volume + + + + + Playback rate + + + + + Current Video Time + + + + + Fill Mode + + + + + Stretch + + + + + Fill + + + + + Contain + + + + + Cover + + + + + Scale_Down + + + + + FileSelector + + + Clear + + + + + Select File + + + + + Please choose a file + + + + + GifWallpaper + + + Import a Gif Wallpaper + + + + + Drop a *.gif file here or use 'Select file' below. + + + + + Select your gif + + + + + General + + + + + Wallpaper name + + + + + Created By + + + + + Tags + + + + + HTMLWallpaper + + + Create a HTML Wallpaper + + + + + General + + + + + Wallpaper name + + + + + Created By + + + + + Description + + + + + License & Tags + + + + + Preview Image + + + + + HTMLWidget + + + Create a HTML widget + + + + + General + + + + + Widget name + + + + + Created by + + + + + Tags + + + + + Headline + + + Headline + + + + + HeadlineSection + + + Headline Section + + + + + ImageSelector + + + Set your own preview image + + + + + Clear + + + + + Select Preview Image + + ImportWebmConvert @@ -32,6 +478,124 @@ + + + AnalyseVideo... + + + + + Generating preview image... + + + + + Generating preview thumbnail image... + + + + + Generating 5 second preview video... + + + + + Generating preview gif... + + + + + Converting Audio... + + + + + Converting Video... This can take some time! + + + + + Converting Video ERROR! + + + + + Analyse Video ERROR! + + + + + Import a video to a wallpaper + + + + + Generating preview video... + + + + + Name (required!) + + + + + Description + + + + + Youtube URL + + + + + Abort + + + + + Save + + + + + Save Wallpaper... + + + + + ImportWebmInit + + + Import a .webm video + + + + + When importing webm we can skip the long conversion. When you get unsatisfying results with the ScreenPlay importer from 'ideo import and convert (all types)' you can also convert via the free and open source HandBrake! + + + + + Invalid file type. Must be valid VP8 or VP9 (*.webm)! + + + + + Drop a *.webm file here or use 'Select file' below. + + + + + Open Documentation + + + + + Select file + + Installed @@ -40,5 +604,1652 @@ + + + Refreshing! + + + + + + Pull to refresh! + + + + + Get more Wallpaper & Widgets via the Steam workshop! + + + + + Open containing folder + + + + + Remove Item + + + + + Remove via Workshop + + + + + Open Workshop Page + + + + + Are you sure you want to delete this item? + + + + + InstalledWelcomeScreen + + + Get free Widgets and Wallpaper via the Steam Workshop + + + + + Browse the Steam Workshop + + + + + LicenseSelector + + + License + + + + + Share — copy and redistribute the material in any medium or format. Adapt — remix, transform, and build upon the material for any purpose, even commercially. + + + + + + You grant other to remix your work and change the license to their linking. + + + + + Share — copy and redistribute the material in any medium or format. Adapt — remix, transform, and build upon the material. You are not allowed to use it commercially! + + + + + You allow everyone to do anything with your work. + + + + + You grant other to remix your work but it must remain under the GPLv3. We recommend this license for all code wallpaper! + + + + + You do not share any rights and nobody is allowed to use or remix it (Not recommended). Can also used to credit work others. + + + + + MonitorConfiguration + + + Your monitor setup changed! + Please configure your wallpaper again. + + + + + Monitors + + + Wallpaper Configuration + + + + + Remove selected + + + + + + Remove + + + + + Wallpapers + + + + + Widgets + + + + + MonitorsProjectSettingItem + + + Set color + + + + + Please choose a color + + + + + Navigation + + + All + + + + + Scenes + + + + + Videos + + + + + Widgets + + + + + Install Date Ascending + + + + + Install Date Descending + + + + + Subscribed items: + + + + + Upload to the Steam Workshop + + + + + NavigationWallpaperConfiguration + + + Configurate active Wallpaper or Widgets + + + + + No active Wallpaper or Widgets + + + + + PopupOffline + + + You need to run Steam for this :) + + + + + Back + + + + + PopupSteamWorkshopAgreement + + + You Need to Agree To The Steam Subscriber Agreement First + + + + + REQUIRES INTERNET CONNECTION AND FREE STEAM ACCOUNT TO ACTIVATE. Notice: Product offered subject to your acceptance of the Steam Subscriber Agreement (SSA). You must activate this product via the Internet by registering for a Steam account and accepting the SSA. Please see https://store.steampowered.com/subscriber_agreement/ to view the SSA prior to purchase. If you do not agree with the provisions of the SSA, you should return this game unopened to your retailer in accordance with their return policy. + + + + + View The Steam Subscriber Agreement + + + + + Accept Steam Workshop Agreement + + + + + QMLWallpaper + + + Create a QML Wallpaper + + + + + General + + + + + Wallpaper name + + + + + Created By + + + + + Description + + + + + License & Tags + + + + + Preview Image + + + + + QMLWidget + + + Create a QML widget + + + + + General + + + + + Widget name + + + + + Created by + + + + + Tags + + + + + SaveNotification + + + Profile saved successfully! + + + + + Search + + + Search for Wallpaper & Widgets + + + + + Settings + + + General + + + + + Autostart + + + + + ScreenPlay will start with Windows and will setup your Desktop every time for you. + + + + + High priority Autostart + + + + + This options grants ScreenPlay a higher autostart priority than other apps. + + + + + Send anonymous crash reports and statistics + + + + + Help us make ScreenPlay faster and more stable. All collected data is purely anonymous and only used for development purposes! We use <a href="https://sentry.io">sentry.io</a> to collect and analyze this data. A <b>big thanks to them</b> for providing us with free premium support for open source projects! + + + + + Set save location + + + + + Set location + + + + + Your storage path is empty! + + + + + Important: Changing this directory has no effect on the workshop download path. ScreenPlay only supports having one content folder! + + + + + Language + + + + + Set the ScreenPlay UI Language + + + + + English + + + + + German + + + + + Chinese - Simplified + + + + + Russian + + + + + French + + + + + Spanish + + + + + Korean + + + + + Vietnamese + + + + + Portuguese (Brazil) + + + + + Theme + + + + + Switch dark/light theme + + + + + System Default + + + + + Dark + + + + + Light + + + + + Performance + + + + + Pause wallpaper video rendering while another app is in the foreground + + + + + We disable the video rendering (not the audio!) for the best performance. If you have problem you can disable this behaviour here. Wallpaper restart required! + + + + + Default Fill Mode + + + + + Set this property to define how the video is scaled to fit the target area. + + + + + Stretch + + + + + Fill + + + + + Contain + + + + + Cover + + + + + Scale-Down + + + + + About + + + + + Thank you for using ScreenPlay + + + + + Hi, I'm Elias Steurer also known as Kelteseth and I'm the developer of ScreenPlay. Thank you for using my software. You can follow me to receive updates about ScreenPlay here: + + + + + Version + + + + + ScreenPlay Build Version + + + + + Open Changelog + + + + + Third Party Software + + + + + ScreenPlay would not be possible without the work of others. A big thank you to: + + + + + Licenses + + + + + Logs + + + + + If your ScreenPlay missbehaves this is a good way to look for answers. This shows all logs and warning during runtime. + + + + + Show Logs + + + + + Data Protection + + + + + We use you data very carefully to improve ScreenPlay. We do not sell or share this (anonymous) information with others! + + + + + Privacy + + + + + SettingsExpander + + + Copy text to clipboard + + + + + Sidebar + + + Tools Overview + + + + + Video import and convert (all types) + + + + + Video Import (.webm) + + + + + GIF Wallpaper + + + + + QML Wallpaper + + + + + HTML5 Wallpaper + + + + + Website Wallpaper + + + + + QML Widget + + + + + HTML Widget + + + + + Set Wallpaper + + + + + Set Widget + + + + + Headline + + + + + Select a Monitor to display the content + + + + + Set Volume + + + + + Fill Mode + + + + + Stretch + + + + + Fill + + + + + Contain + + + + + Cover + + + + + Scale-Down + + + + + Size: + + + + + MB + + + + + No description... + + + + + Click here if you like the content + + + + + Click here if you do not like the content + + + + + Subscribtions: + + + + + Open In Steam + + + + + Subscribed! + + + + + Subscribe + + + + + StartInfo + + + Free Tools to create wallpaper + + + + + Below you can find tools to create wallaper beyond the tools that ScreenPlay provides for you! + + + + + SteamNotAvailable + + + Could not load steam integration! + + + + + SteamProfile + + + + Back + + + + + Forward + + + + + SteamWorkshop + + + Loading + + + + + Download now! + + + + + Downloading... + + + + + Details + + + + + Open In Steam + + + + + Profile + + + + + Search for Wallpaper and Widgets... + + + + + Open Workshop in Steam + + + + + Ranked By Vote + + + + + Publication Date + + + + + Ranked By Trend + + + + + Favorited By Friends + + + + + Created By Friends + + + + + Created By Followed Users + + + + + Not Yet Rated + + + + + Total VotesAsc + + + + + Votes Up + + + + + Total Unique Subscriptions + + + + + Back + + + + + Forward + + + + + TagSelector + + + Save + + + + + Add tag + + + + + Cancel + + + + + Add Tag + + + + + TextField + + + Label + + + + + *Required + + + + + TrayIcon + + + ScreenPlay - Double click to change you settings. + + + + + Open ScreenPlay + + + + + + Mute all + + + + + Unmute all + + + + + + Pause all + + + + + Play all + + + + + Quit + + + + + UploadProject + + + Upload Wallpaper/Widgets to Steam + + + + + Abort + + + + + Upload Selected Projects + + + + + Finish + + + + + UploadProjectBigItem + + + Type: + + + + + Open Folder + + + + + Invalid Project! + + + + + UploadProjectItem + + + Fail + + + + + No Connection + + + + + Invalid Password + + + + + Logged In Elsewhere + + + + + Invalid Protocol Version + + + + + Invalid Param + + + + + File Not Found + + + + + Busy + + + + + Invalid State + + + + + Invalid Name + + + + + Invalid Email + + + + + Duplicate Name + + + + + Access Denied + + + + + Timeout + + + + + Banned + + + + + Account Not Found + + + + + Invalid SteamID + + + + + Service Unavailable + + + + + Not Logged On + + + + + Pending + + + + + Encryption Failure + + + + + Insufficient Privilege + + + + + Limit Exceeded + + + + + Revoked + + + + + Expired + + + + + Already Redeemed + + + + + Duplicate Request + + + + + Already Owned + + + + + IP Not Found + + + + + Persist Failed + + + + + Locking Failed + + + + + Logon Session Replaced + + + + + Connect Failed + + + + + Handshake Failed + + + + + IO Failure + + + + + Remote Disconnect + + + + + Shopping Cart Not Found + + + + + Blocked + + + + + Ignored + + + + + No Match + + + + + Account Disabled + + + + + Service ReadOnly + + + + + Account Not Featured + + + + + Administrator OK + + + + + Content Version + + + + + Try Another CM + + + + + Password Required T oKick Session + + + + + Already Logged In Elsewhere + + + + + Suspended + + + + + Cancelled + + + + + Data Corruption + + + + + Disk Full + + + + + Remote Call Failed + + + + + Password Unset + + + + + External Account Unlinked + + + + + PSN Ticket Invalid + + + + + External Account Already Linked + + + + + Remote File Conflict + + + + + Illegal Password + + + + + Same As Previous Value + + + + + Account Logon Denied + + + + + Cannot Use Old Password + + + + + Invalid Login AuthCode + + + + + Account Logon Denied No Mail + + + + + Hardware Not Capable Of IPT + + + + + IPT Init Error + + + + + Parental Control Restricted + + + + + Facebook Query Error + + + + + Expired Login Auth Code + + + + + IP Login Restriction Failed + + + + + Account Locked Down + + + + + Account Logon Denied Verified Email Required + + + + + No MatchingURL + + + + + Bad Response + + + + + Require Password ReEntry + + + + + Value Out Of Range + + + + + Unexpecte Error + + + + + Disabled + + + + + Invalid CEG Submission + + + + + Restricted Device + + + + + Region Locked + + + + + Rate Limit Exceeded + + + + + Account Login Denied Need Two Factor + + + + + Item Deleted + + + + + Account Login Denied Throttle + + + + + Two Factor Code Mismatch + + + + + Two Factor Activation Code Mismatch + + + + + Account Associated To Multiple Partners + + + + + Not Modified + + + + + No Mobile Device + + + + + Time Not Synced + + + + + Sms Code Failed + + + + + Account Limit Exceeded + + + + + Account Activity Limit Exceeded + + + + + Phone Activity Limit Exceeded + + + + + Refund To Wallet + + + + + Email Send Failure + + + + + Not Settled + + + + + Need Captcha + + + + + GSLT Denied + + + + + GS Owner Denied + + + + + Invalid Item Type + + + + + IP Banned + + + + + GSLT Expired + + + + + Insufficient Funds + + + + + Too Many Pending + + + + + No Site Licenses Found + + + + + WG Network Send Exceeded + + + + + Account Not Friends + + + + + Limited User Account + + + + + Cant Remove Item + + + + + Account Deleted + + + + + Existing User Cancelled License + + + + + Community Cooldown + + + + + Status: + + + + + Upload Progress: + + + + + WebsiteWallpaper + + + Create a Website Wallpaper + + + + + General + + + + + Wallpaper name + + + + + Created By + + + + + Description + + + + + Tags + + + + + Preview Image + + + + + WizardPage + + + Save + + + + + Saving... + + + + + WorkshopItem + + + Successfully subscribed to Workshop Item! + + + + + Download complete! + + + + + XMLNewsfeed + + + News & Patchnotes + + diff --git a/ScreenPlay/translations/ScreenPlay_fr.ts b/ScreenPlay/translations/ScreenPlay_fr.ts index 5d4769bb..d3563a86 100644 --- a/ScreenPlay/translations/ScreenPlay_fr.ts +++ b/ScreenPlay/translations/ScreenPlay_fr.ts @@ -1,6 +1,168 @@ + + ColorPicker + + + Red + + + + + Green + + + + + Blue + + + + + RGB + + + + + HSV + + + + + R: + + + + + G: + + + + + B: + + + + + H: + + + + + S: + + + + + V: + + + + + Alpha: + + + + + # + + + + + Community + + + News + + + + + Wiki + + + + + Forum + + + + + Issue List + + + + + Contribute + + + + + Steam Workshop + + + + + CommunityNavItem + + + Open in browser + + + + + CreateWallpaperInit + + + Import any video type + + + + + Depending on your PC configuration it is better to convert your wallpaper to a specific video codec. If both have bad performance you can also try a QML wallpaper! Supported video formats are: + +*.mp4 *.mpg *.mp2 *.mpeg *.ogv *.avi *.wmv *.m4v *.3gp *.flv + + + + + Set your preffered video codec: + + + + + Quality slider. Lower value means better quality. + + + + + Open Documentation + + + + + Select file + + + + + CreateWallpaperResult + + + An error occurred! + + + + + Copy text to clipboard + + + + + Back to create and send an error report! + + + CreateWallpaperVideoImportConvert @@ -8,6 +170,290 @@ + + + Generating preview image... + + + + + Generating preview thumbnail image... + + + + + Generating 5 second preview video... + + + + + Generating preview gif... + + + + + Converting Audio... + + + + + Converting Video... This can take some time! + + + + + Converting Video ERROR! + + + + + Analyse Video ERROR! + + + + + Convert a video to a wallpaper + + + + + Generating preview video... + + + + + Name (required!) + + + + + Description + + + + + Youtube URL + + + + + Abort + + + + + Save + + + + + Save Wallpaper... + + + + + DefaultVideoControls + + + Volume + + + + + Playback rate + + + + + Current Video Time + + + + + Fill Mode + + + + + Stretch + + + + + Fill + + + + + Contain + + + + + Cover + + + + + Scale_Down + + + + + FileSelector + + + Clear + + + + + Select File + + + + + Please choose a file + + + + + GifWallpaper + + + Import a Gif Wallpaper + + + + + Drop a *.gif file here or use 'Select file' below. + + + + + Select your gif + + + + + General + + + + + Wallpaper name + + + + + Created By + + + + + Tags + + + + + HTMLWallpaper + + + Create a HTML Wallpaper + + + + + General + + + + + Wallpaper name + + + + + Created By + + + + + Description + + + + + License & Tags + + + + + Preview Image + + + + + HTMLWidget + + + Create a HTML widget + + + + + General + + + + + Widget name + + + + + Created by + + + + + Tags + + + + + Headline + + + Headline + + + + + HeadlineSection + + + Headline Section + + + + + ImageSelector + + + Set your own preview image + + + + + Clear + + + + + Select Preview Image + + ImportWebmConvert @@ -16,6 +462,124 @@ + + + AnalyseVideo... + + + + + Generating preview image... + + + + + Generating preview thumbnail image... + + + + + Generating 5 second preview video... + + + + + Generating preview gif... + + + + + Converting Audio... + + + + + Converting Video... This can take some time! + + + + + Converting Video ERROR! + + + + + Analyse Video ERROR! + + + + + Import a video to a wallpaper + + + + + Generating preview video... + + + + + Name (required!) + + + + + Description + + + + + Youtube URL + + + + + Abort + + + + + Save + + + + + Save Wallpaper... + + + + + ImportWebmInit + + + Import a .webm video + + + + + When importing webm we can skip the long conversion. When you get unsatisfying results with the ScreenPlay importer from 'ideo import and convert (all types)' you can also convert via the free and open source HandBrake! + + + + + Invalid file type. Must be valid VP8 or VP9 (*.webm)! + + + + + Drop a *.webm file here or use 'Select file' below. + + + + + Open Documentation + + + + + Select file + + Installed @@ -24,5 +588,1652 @@ + + + Refreshing! + + + + + + Pull to refresh! + + + + + Get more Wallpaper & Widgets via the Steam workshop! + + + + + Open containing folder + + + + + Remove Item + + + + + Remove via Workshop + + + + + Open Workshop Page + + + + + Are you sure you want to delete this item? + + + + + InstalledWelcomeScreen + + + Get free Widgets and Wallpaper via the Steam Workshop + + + + + Browse the Steam Workshop + + + + + LicenseSelector + + + License + + + + + Share — copy and redistribute the material in any medium or format. Adapt — remix, transform, and build upon the material for any purpose, even commercially. + + + + + + You grant other to remix your work and change the license to their linking. + + + + + Share — copy and redistribute the material in any medium or format. Adapt — remix, transform, and build upon the material. You are not allowed to use it commercially! + + + + + You allow everyone to do anything with your work. + + + + + You grant other to remix your work but it must remain under the GPLv3. We recommend this license for all code wallpaper! + + + + + You do not share any rights and nobody is allowed to use or remix it (Not recommended). Can also used to credit work others. + + + + + MonitorConfiguration + + + Your monitor setup changed! + Please configure your wallpaper again. + + + + + Monitors + + + Wallpaper Configuration + + + + + Remove selected + + + + + + Remove + + + + + Wallpapers + + + + + Widgets + + + + + MonitorsProjectSettingItem + + + Set color + + + + + Please choose a color + + + + + Navigation + + + All + + + + + Scenes + + + + + Videos + + + + + Widgets + + + + + Install Date Ascending + + + + + Install Date Descending + + + + + Subscribed items: + + + + + Upload to the Steam Workshop + + + + + NavigationWallpaperConfiguration + + + Configurate active Wallpaper or Widgets + + + + + No active Wallpaper or Widgets + + + + + PopupOffline + + + You need to run Steam for this :) + + + + + Back + + + + + PopupSteamWorkshopAgreement + + + You Need to Agree To The Steam Subscriber Agreement First + + + + + REQUIRES INTERNET CONNECTION AND FREE STEAM ACCOUNT TO ACTIVATE. Notice: Product offered subject to your acceptance of the Steam Subscriber Agreement (SSA). You must activate this product via the Internet by registering for a Steam account and accepting the SSA. Please see https://store.steampowered.com/subscriber_agreement/ to view the SSA prior to purchase. If you do not agree with the provisions of the SSA, you should return this game unopened to your retailer in accordance with their return policy. + + + + + View The Steam Subscriber Agreement + + + + + Accept Steam Workshop Agreement + + + + + QMLWallpaper + + + Create a QML Wallpaper + + + + + General + + + + + Wallpaper name + + + + + Created By + + + + + Description + + + + + License & Tags + + + + + Preview Image + + + + + QMLWidget + + + Create a QML widget + + + + + General + + + + + Widget name + + + + + Created by + + + + + Tags + + + + + SaveNotification + + + Profile saved successfully! + + + + + Search + + + Search for Wallpaper & Widgets + + + + + Settings + + + General + + + + + Autostart + + + + + ScreenPlay will start with Windows and will setup your Desktop every time for you. + + + + + High priority Autostart + + + + + This options grants ScreenPlay a higher autostart priority than other apps. + + + + + Send anonymous crash reports and statistics + + + + + Help us make ScreenPlay faster and more stable. All collected data is purely anonymous and only used for development purposes! We use <a href="https://sentry.io">sentry.io</a> to collect and analyze this data. A <b>big thanks to them</b> for providing us with free premium support for open source projects! + + + + + Set save location + + + + + Set location + + + + + Your storage path is empty! + + + + + Important: Changing this directory has no effect on the workshop download path. ScreenPlay only supports having one content folder! + + + + + Language + + + + + Set the ScreenPlay UI Language + + + + + English + + + + + German + + + + + Chinese - Simplified + + + + + Russian + + + + + French + + + + + Spanish + + + + + Korean + + + + + Vietnamese + + + + + Portuguese (Brazil) + + + + + Theme + + + + + Switch dark/light theme + + + + + System Default + + + + + Dark + + + + + Light + + + + + Performance + + + + + Pause wallpaper video rendering while another app is in the foreground + + + + + We disable the video rendering (not the audio!) for the best performance. If you have problem you can disable this behaviour here. Wallpaper restart required! + + + + + Default Fill Mode + + + + + Set this property to define how the video is scaled to fit the target area. + + + + + Stretch + + + + + Fill + + + + + Contain + + + + + Cover + + + + + Scale-Down + + + + + About + + + + + Thank you for using ScreenPlay + + + + + Hi, I'm Elias Steurer also known as Kelteseth and I'm the developer of ScreenPlay. Thank you for using my software. You can follow me to receive updates about ScreenPlay here: + + + + + Version + + + + + ScreenPlay Build Version + + + + + Open Changelog + + + + + Third Party Software + + + + + ScreenPlay would not be possible without the work of others. A big thank you to: + + + + + Licenses + + + + + Logs + + + + + If your ScreenPlay missbehaves this is a good way to look for answers. This shows all logs and warning during runtime. + + + + + Show Logs + + + + + Data Protection + + + + + We use you data very carefully to improve ScreenPlay. We do not sell or share this (anonymous) information with others! + + + + + Privacy + + + + + SettingsExpander + + + Copy text to clipboard + + + + + Sidebar + + + Tools Overview + + + + + Video import and convert (all types) + + + + + Video Import (.webm) + + + + + GIF Wallpaper + + + + + QML Wallpaper + + + + + HTML5 Wallpaper + + + + + Website Wallpaper + + + + + QML Widget + + + + + HTML Widget + + + + + Set Wallpaper + + + + + Set Widget + + + + + Headline + + + + + Select a Monitor to display the content + + + + + Set Volume + + + + + Fill Mode + + + + + Stretch + + + + + Fill + + + + + Contain + + + + + Cover + + + + + Scale-Down + + + + + Size: + + + + + MB + + + + + No description... + + + + + Click here if you like the content + + + + + Click here if you do not like the content + + + + + Subscribtions: + + + + + Open In Steam + + + + + Subscribed! + + + + + Subscribe + + + + + StartInfo + + + Free Tools to create wallpaper + + + + + Below you can find tools to create wallaper beyond the tools that ScreenPlay provides for you! + + + + + SteamNotAvailable + + + Could not load steam integration! + + + + + SteamProfile + + + + Back + + + + + Forward + + + + + SteamWorkshop + + + Loading + + + + + Download now! + + + + + Downloading... + + + + + Details + + + + + Open In Steam + + + + + Profile + + + + + Search for Wallpaper and Widgets... + + + + + Open Workshop in Steam + + + + + Ranked By Vote + + + + + Publication Date + + + + + Ranked By Trend + + + + + Favorited By Friends + + + + + Created By Friends + + + + + Created By Followed Users + + + + + Not Yet Rated + + + + + Total VotesAsc + + + + + Votes Up + + + + + Total Unique Subscriptions + + + + + Back + + + + + Forward + + + + + TagSelector + + + Save + + + + + Add tag + + + + + Cancel + + + + + Add Tag + + + + + TextField + + + Label + + + + + *Required + + + + + TrayIcon + + + ScreenPlay - Double click to change you settings. + + + + + Open ScreenPlay + + + + + + Mute all + + + + + Unmute all + + + + + + Pause all + + + + + Play all + + + + + Quit + + + + + UploadProject + + + Upload Wallpaper/Widgets to Steam + + + + + Abort + + + + + Upload Selected Projects + + + + + Finish + + + + + UploadProjectBigItem + + + Type: + + + + + Open Folder + + + + + Invalid Project! + + + + + UploadProjectItem + + + Fail + + + + + No Connection + + + + + Invalid Password + + + + + Logged In Elsewhere + + + + + Invalid Protocol Version + + + + + Invalid Param + + + + + File Not Found + + + + + Busy + + + + + Invalid State + + + + + Invalid Name + + + + + Invalid Email + + + + + Duplicate Name + + + + + Access Denied + + + + + Timeout + + + + + Banned + + + + + Account Not Found + + + + + Invalid SteamID + + + + + Service Unavailable + + + + + Not Logged On + + + + + Pending + + + + + Encryption Failure + + + + + Insufficient Privilege + + + + + Limit Exceeded + + + + + Revoked + + + + + Expired + + + + + Already Redeemed + + + + + Duplicate Request + + + + + Already Owned + + + + + IP Not Found + + + + + Persist Failed + + + + + Locking Failed + + + + + Logon Session Replaced + + + + + Connect Failed + + + + + Handshake Failed + + + + + IO Failure + + + + + Remote Disconnect + + + + + Shopping Cart Not Found + + + + + Blocked + + + + + Ignored + + + + + No Match + + + + + Account Disabled + + + + + Service ReadOnly + + + + + Account Not Featured + + + + + Administrator OK + + + + + Content Version + + + + + Try Another CM + + + + + Password Required T oKick Session + + + + + Already Logged In Elsewhere + + + + + Suspended + + + + + Cancelled + + + + + Data Corruption + + + + + Disk Full + + + + + Remote Call Failed + + + + + Password Unset + + + + + External Account Unlinked + + + + + PSN Ticket Invalid + + + + + External Account Already Linked + + + + + Remote File Conflict + + + + + Illegal Password + + + + + Same As Previous Value + + + + + Account Logon Denied + + + + + Cannot Use Old Password + + + + + Invalid Login AuthCode + + + + + Account Logon Denied No Mail + + + + + Hardware Not Capable Of IPT + + + + + IPT Init Error + + + + + Parental Control Restricted + + + + + Facebook Query Error + + + + + Expired Login Auth Code + + + + + IP Login Restriction Failed + + + + + Account Locked Down + + + + + Account Logon Denied Verified Email Required + + + + + No MatchingURL + + + + + Bad Response + + + + + Require Password ReEntry + + + + + Value Out Of Range + + + + + Unexpecte Error + + + + + Disabled + + + + + Invalid CEG Submission + + + + + Restricted Device + + + + + Region Locked + + + + + Rate Limit Exceeded + + + + + Account Login Denied Need Two Factor + + + + + Item Deleted + + + + + Account Login Denied Throttle + + + + + Two Factor Code Mismatch + + + + + Two Factor Activation Code Mismatch + + + + + Account Associated To Multiple Partners + + + + + Not Modified + + + + + No Mobile Device + + + + + Time Not Synced + + + + + Sms Code Failed + + + + + Account Limit Exceeded + + + + + Account Activity Limit Exceeded + + + + + Phone Activity Limit Exceeded + + + + + Refund To Wallet + + + + + Email Send Failure + + + + + Not Settled + + + + + Need Captcha + + + + + GSLT Denied + + + + + GS Owner Denied + + + + + Invalid Item Type + + + + + IP Banned + + + + + GSLT Expired + + + + + Insufficient Funds + + + + + Too Many Pending + + + + + No Site Licenses Found + + + + + WG Network Send Exceeded + + + + + Account Not Friends + + + + + Limited User Account + + + + + Cant Remove Item + + + + + Account Deleted + + + + + Existing User Cancelled License + + + + + Community Cooldown + + + + + Status: + + + + + Upload Progress: + + + + + WebsiteWallpaper + + + Create a Website Wallpaper + + + + + General + + + + + Wallpaper name + + + + + Created By + + + + + Description + + + + + Tags + + + + + Preview Image + + + + + WizardPage + + + Save + + + + + Saving... + + + + + WorkshopItem + + + Successfully subscribed to Workshop Item! + + + + + Download complete! + + + + + XMLNewsfeed + + + News & Patchnotes + + diff --git a/ScreenPlay/translations/ScreenPlay_ko.ts b/ScreenPlay/translations/ScreenPlay_ko.ts index c850b570..90f6d8f7 100644 --- a/ScreenPlay/translations/ScreenPlay_ko.ts +++ b/ScreenPlay/translations/ScreenPlay_ko.ts @@ -1,6 +1,115 @@ + + ColorPicker + + + Red + + + + + Green + + + + + Blue + + + + + RGB + + + + + HSV + + + + + R: + + + + + G: + + + + + B: + + + + + H: + + + + + S: + + + + + V: + + + + + Alpha: + + + + + # + + + + + Community + + + News + + + + + Wiki + + + + + Forum + + + + + Issue List + + + + + Contribute + + + + + Steam Workshop + + + + + CommunityNavItem + + + Open in browser + + + CreateImport @@ -17,6 +126,59 @@ + + CreateWallpaperInit + + + Import any video type + + + + + Depending on your PC configuration it is better to convert your wallpaper to a specific video codec. If both have bad performance you can also try a QML wallpaper! Supported video formats are: + +*.mp4 *.mpg *.mp2 *.mpeg *.ogv *.avi *.wmv *.m4v *.3gp *.flv + + + + + Set your preffered video codec: + + + + + Quality slider. Lower value means better quality. + + + + + Open Documentation + + + + + Select file + + + + + CreateWallpaperResult + + + An error occurred! + + + + + Copy text to clipboard + + + + + Back to create and send an error report! + + + CreateWallpaperVideoImportConvert @@ -24,6 +186,290 @@ + + + Generating preview image... + + + + + Generating preview thumbnail image... + + + + + Generating 5 second preview video... + + + + + Generating preview gif... + + + + + Converting Audio... + + + + + Converting Video... This can take some time! + + + + + Converting Video ERROR! + + + + + Analyse Video ERROR! + + + + + Convert a video to a wallpaper + + + + + Generating preview video... + + + + + Name (required!) + + + + + Description + + + + + Youtube URL + + + + + Abort + + + + + Save + + + + + Save Wallpaper... + + + + + DefaultVideoControls + + + Volume + + + + + Playback rate + + + + + Current Video Time + + + + + Fill Mode + + + + + Stretch + + + + + Fill + + + + + Contain + + + + + Cover + + + + + Scale_Down + + + + + FileSelector + + + Clear + + + + + Select File + + + + + Please choose a file + + + + + GifWallpaper + + + Import a Gif Wallpaper + + + + + Drop a *.gif file here or use 'Select file' below. + + + + + Select your gif + + + + + General + + + + + Wallpaper name + + + + + Created By + + + + + Tags + + + + + HTMLWallpaper + + + Create a HTML Wallpaper + + + + + General + + + + + Wallpaper name + + + + + Created By + + + + + Description + + + + + License & Tags + + + + + Preview Image + + + + + HTMLWidget + + + Create a HTML widget + + + + + General + + + + + Widget name + + + + + Created by + + + + + Tags + + + + + Headline + + + Headline + + + + + HeadlineSection + + + Headline Section + + + + + ImageSelector + + + Set your own preview image + + + + + Clear + + + + + Select Preview Image + + ImportWebmConvert @@ -32,6 +478,124 @@ + + + AnalyseVideo... + + + + + Generating preview image... + + + + + Generating preview thumbnail image... + + + + + Generating 5 second preview video... + + + + + Generating preview gif... + + + + + Converting Audio... + + + + + Converting Video... This can take some time! + + + + + Converting Video ERROR! + + + + + Analyse Video ERROR! + + + + + Import a video to a wallpaper + + + + + Generating preview video... + + + + + Name (required!) + + + + + Description + + + + + Youtube URL + + + + + Abort + + + + + Save + + + + + Save Wallpaper... + + + + + ImportWebmInit + + + Import a .webm video + + + + + When importing webm we can skip the long conversion. When you get unsatisfying results with the ScreenPlay importer from 'ideo import and convert (all types)' you can also convert via the free and open source HandBrake! + + + + + Invalid file type. Must be valid VP8 or VP9 (*.webm)! + + + + + Drop a *.webm file here or use 'Select file' below. + + + + + Open Documentation + + + + + Select file + + Installed @@ -40,5 +604,1652 @@ + + + Refreshing! + + + + + + Pull to refresh! + + + + + Get more Wallpaper & Widgets via the Steam workshop! + + + + + Open containing folder + + + + + Remove Item + + + + + Remove via Workshop + + + + + Open Workshop Page + + + + + Are you sure you want to delete this item? + + + + + InstalledWelcomeScreen + + + Get free Widgets and Wallpaper via the Steam Workshop + + + + + Browse the Steam Workshop + + + + + LicenseSelector + + + License + + + + + Share — copy and redistribute the material in any medium or format. Adapt — remix, transform, and build upon the material for any purpose, even commercially. + + + + + + You grant other to remix your work and change the license to their linking. + + + + + Share — copy and redistribute the material in any medium or format. Adapt — remix, transform, and build upon the material. You are not allowed to use it commercially! + + + + + You allow everyone to do anything with your work. + + + + + You grant other to remix your work but it must remain under the GPLv3. We recommend this license for all code wallpaper! + + + + + You do not share any rights and nobody is allowed to use or remix it (Not recommended). Can also used to credit work others. + + + + + MonitorConfiguration + + + Your monitor setup changed! + Please configure your wallpaper again. + + + + + Monitors + + + Wallpaper Configuration + + + + + Remove selected + + + + + + Remove + + + + + Wallpapers + + + + + Widgets + + + + + MonitorsProjectSettingItem + + + Set color + + + + + Please choose a color + + + + + Navigation + + + All + + + + + Scenes + + + + + Videos + + + + + Widgets + + + + + Install Date Ascending + + + + + Install Date Descending + + + + + Subscribed items: + + + + + Upload to the Steam Workshop + + + + + NavigationWallpaperConfiguration + + + Configurate active Wallpaper or Widgets + + + + + No active Wallpaper or Widgets + + + + + PopupOffline + + + You need to run Steam for this :) + + + + + Back + + + + + PopupSteamWorkshopAgreement + + + You Need to Agree To The Steam Subscriber Agreement First + + + + + REQUIRES INTERNET CONNECTION AND FREE STEAM ACCOUNT TO ACTIVATE. Notice: Product offered subject to your acceptance of the Steam Subscriber Agreement (SSA). You must activate this product via the Internet by registering for a Steam account and accepting the SSA. Please see https://store.steampowered.com/subscriber_agreement/ to view the SSA prior to purchase. If you do not agree with the provisions of the SSA, you should return this game unopened to your retailer in accordance with their return policy. + + + + + View The Steam Subscriber Agreement + + + + + Accept Steam Workshop Agreement + + + + + QMLWallpaper + + + Create a QML Wallpaper + + + + + General + + + + + Wallpaper name + + + + + Created By + + + + + Description + + + + + License & Tags + + + + + Preview Image + + + + + QMLWidget + + + Create a QML widget + + + + + General + + + + + Widget name + + + + + Created by + + + + + Tags + + + + + SaveNotification + + + Profile saved successfully! + + + + + Search + + + Search for Wallpaper & Widgets + + + + + Settings + + + General + + + + + Autostart + + + + + ScreenPlay will start with Windows and will setup your Desktop every time for you. + + + + + High priority Autostart + + + + + This options grants ScreenPlay a higher autostart priority than other apps. + + + + + Send anonymous crash reports and statistics + + + + + Help us make ScreenPlay faster and more stable. All collected data is purely anonymous and only used for development purposes! We use <a href="https://sentry.io">sentry.io</a> to collect and analyze this data. A <b>big thanks to them</b> for providing us with free premium support for open source projects! + + + + + Set save location + + + + + Set location + + + + + Your storage path is empty! + + + + + Important: Changing this directory has no effect on the workshop download path. ScreenPlay only supports having one content folder! + + + + + Language + + + + + Set the ScreenPlay UI Language + + + + + English + + + + + German + + + + + Chinese - Simplified + + + + + Russian + + + + + French + + + + + Spanish + + + + + Korean + + + + + Vietnamese + + + + + Portuguese (Brazil) + + + + + Theme + + + + + Switch dark/light theme + + + + + System Default + + + + + Dark + + + + + Light + + + + + Performance + + + + + Pause wallpaper video rendering while another app is in the foreground + + + + + We disable the video rendering (not the audio!) for the best performance. If you have problem you can disable this behaviour here. Wallpaper restart required! + + + + + Default Fill Mode + + + + + Set this property to define how the video is scaled to fit the target area. + + + + + Stretch + + + + + Fill + + + + + Contain + + + + + Cover + + + + + Scale-Down + + + + + About + + + + + Thank you for using ScreenPlay + + + + + Hi, I'm Elias Steurer also known as Kelteseth and I'm the developer of ScreenPlay. Thank you for using my software. You can follow me to receive updates about ScreenPlay here: + + + + + Version + + + + + ScreenPlay Build Version + + + + + Open Changelog + + + + + Third Party Software + + + + + ScreenPlay would not be possible without the work of others. A big thank you to: + + + + + Licenses + + + + + Logs + + + + + If your ScreenPlay missbehaves this is a good way to look for answers. This shows all logs and warning during runtime. + + + + + Show Logs + + + + + Data Protection + + + + + We use you data very carefully to improve ScreenPlay. We do not sell or share this (anonymous) information with others! + + + + + Privacy + + + + + SettingsExpander + + + Copy text to clipboard + + + + + Sidebar + + + Tools Overview + + + + + Video import and convert (all types) + + + + + Video Import (.webm) + + + + + GIF Wallpaper + + + + + QML Wallpaper + + + + + HTML5 Wallpaper + + + + + Website Wallpaper + + + + + QML Widget + + + + + HTML Widget + + + + + Set Wallpaper + + + + + Set Widget + + + + + Headline + + + + + Select a Monitor to display the content + + + + + Set Volume + + + + + Fill Mode + + + + + Stretch + + + + + Fill + + + + + Contain + + + + + Cover + + + + + Scale-Down + + + + + Size: + + + + + MB + + + + + No description... + + + + + Click here if you like the content + + + + + Click here if you do not like the content + + + + + Subscribtions: + + + + + Open In Steam + + + + + Subscribed! + + + + + Subscribe + + + + + StartInfo + + + Free Tools to create wallpaper + + + + + Below you can find tools to create wallaper beyond the tools that ScreenPlay provides for you! + + + + + SteamNotAvailable + + + Could not load steam integration! + + + + + SteamProfile + + + + Back + + + + + Forward + + + + + SteamWorkshop + + + Loading + + + + + Download now! + + + + + Downloading... + + + + + Details + + + + + Open In Steam + + + + + Profile + + + + + Search for Wallpaper and Widgets... + + + + + Open Workshop in Steam + + + + + Ranked By Vote + + + + + Publication Date + + + + + Ranked By Trend + + + + + Favorited By Friends + + + + + Created By Friends + + + + + Created By Followed Users + + + + + Not Yet Rated + + + + + Total VotesAsc + + + + + Votes Up + + + + + Total Unique Subscriptions + + + + + Back + + + + + Forward + + + + + TagSelector + + + Save + + + + + Add tag + + + + + Cancel + + + + + Add Tag + + + + + TextField + + + Label + + + + + *Required + + + + + TrayIcon + + + ScreenPlay - Double click to change you settings. + + + + + Open ScreenPlay + + + + + + Mute all + + + + + Unmute all + + + + + + Pause all + + + + + Play all + + + + + Quit + + + + + UploadProject + + + Upload Wallpaper/Widgets to Steam + + + + + Abort + + + + + Upload Selected Projects + + + + + Finish + + + + + UploadProjectBigItem + + + Type: + + + + + Open Folder + + + + + Invalid Project! + + + + + UploadProjectItem + + + Fail + + + + + No Connection + + + + + Invalid Password + + + + + Logged In Elsewhere + + + + + Invalid Protocol Version + + + + + Invalid Param + + + + + File Not Found + + + + + Busy + + + + + Invalid State + + + + + Invalid Name + + + + + Invalid Email + + + + + Duplicate Name + + + + + Access Denied + + + + + Timeout + + + + + Banned + + + + + Account Not Found + + + + + Invalid SteamID + + + + + Service Unavailable + + + + + Not Logged On + + + + + Pending + + + + + Encryption Failure + + + + + Insufficient Privilege + + + + + Limit Exceeded + + + + + Revoked + + + + + Expired + + + + + Already Redeemed + + + + + Duplicate Request + + + + + Already Owned + + + + + IP Not Found + + + + + Persist Failed + + + + + Locking Failed + + + + + Logon Session Replaced + + + + + Connect Failed + + + + + Handshake Failed + + + + + IO Failure + + + + + Remote Disconnect + + + + + Shopping Cart Not Found + + + + + Blocked + + + + + Ignored + + + + + No Match + + + + + Account Disabled + + + + + Service ReadOnly + + + + + Account Not Featured + + + + + Administrator OK + + + + + Content Version + + + + + Try Another CM + + + + + Password Required T oKick Session + + + + + Already Logged In Elsewhere + + + + + Suspended + + + + + Cancelled + + + + + Data Corruption + + + + + Disk Full + + + + + Remote Call Failed + + + + + Password Unset + + + + + External Account Unlinked + + + + + PSN Ticket Invalid + + + + + External Account Already Linked + + + + + Remote File Conflict + + + + + Illegal Password + + + + + Same As Previous Value + + + + + Account Logon Denied + + + + + Cannot Use Old Password + + + + + Invalid Login AuthCode + + + + + Account Logon Denied No Mail + + + + + Hardware Not Capable Of IPT + + + + + IPT Init Error + + + + + Parental Control Restricted + + + + + Facebook Query Error + + + + + Expired Login Auth Code + + + + + IP Login Restriction Failed + + + + + Account Locked Down + + + + + Account Logon Denied Verified Email Required + + + + + No MatchingURL + + + + + Bad Response + + + + + Require Password ReEntry + + + + + Value Out Of Range + + + + + Unexpecte Error + + + + + Disabled + + + + + Invalid CEG Submission + + + + + Restricted Device + + + + + Region Locked + + + + + Rate Limit Exceeded + + + + + Account Login Denied Need Two Factor + + + + + Item Deleted + + + + + Account Login Denied Throttle + + + + + Two Factor Code Mismatch + + + + + Two Factor Activation Code Mismatch + + + + + Account Associated To Multiple Partners + + + + + Not Modified + + + + + No Mobile Device + + + + + Time Not Synced + + + + + Sms Code Failed + + + + + Account Limit Exceeded + + + + + Account Activity Limit Exceeded + + + + + Phone Activity Limit Exceeded + + + + + Refund To Wallet + + + + + Email Send Failure + + + + + Not Settled + + + + + Need Captcha + + + + + GSLT Denied + + + + + GS Owner Denied + + + + + Invalid Item Type + + + + + IP Banned + + + + + GSLT Expired + + + + + Insufficient Funds + + + + + Too Many Pending + + + + + No Site Licenses Found + + + + + WG Network Send Exceeded + + + + + Account Not Friends + + + + + Limited User Account + + + + + Cant Remove Item + + + + + Account Deleted + + + + + Existing User Cancelled License + + + + + Community Cooldown + + + + + Status: + + + + + Upload Progress: + + + + + WebsiteWallpaper + + + Create a Website Wallpaper + + + + + General + + + + + Wallpaper name + + + + + Created By + + + + + Description + + + + + Tags + + + + + Preview Image + + + + + WizardPage + + + Save + + + + + Saving... + + + + + WorkshopItem + + + Successfully subscribed to Workshop Item! + + + + + Download complete! + + + + + XMLNewsfeed + + + News & Patchnotes + + diff --git a/ScreenPlay/translations/ScreenPlay_pt_br.ts b/ScreenPlay/translations/ScreenPlay_pt_br.ts index f6cfc144..5ae7f77a 100644 --- a/ScreenPlay/translations/ScreenPlay_pt_br.ts +++ b/ScreenPlay/translations/ScreenPlay_pt_br.ts @@ -1,6 +1,115 @@ + + ColorPicker + + + Red + + + + + Green + + + + + Blue + + + + + RGB + + + + + HSV + + + + + R: + + + + + G: + + + + + B: + + + + + H: + + + + + S: + + + + + V: + + + + + Alpha: + + + + + # + + + + + Community + + + News + + + + + Wiki + + + + + Forum + + + + + Issue List + + + + + Contribute + + + + + Steam Workshop + + + + + CommunityNavItem + + + Open in browser + + + CreateImport @@ -17,6 +126,59 @@ + + CreateWallpaperInit + + + Import any video type + + + + + Depending on your PC configuration it is better to convert your wallpaper to a specific video codec. If both have bad performance you can also try a QML wallpaper! Supported video formats are: + +*.mp4 *.mpg *.mp2 *.mpeg *.ogv *.avi *.wmv *.m4v *.3gp *.flv + + + + + Set your preffered video codec: + + + + + Quality slider. Lower value means better quality. + + + + + Open Documentation + + + + + Select file + + + + + CreateWallpaperResult + + + An error occurred! + + + + + Copy text to clipboard + + + + + Back to create and send an error report! + + + CreateWallpaperVideoImportConvert @@ -24,6 +186,290 @@ + + + Generating preview image... + + + + + Generating preview thumbnail image... + + + + + Generating 5 second preview video... + + + + + Generating preview gif... + + + + + Converting Audio... + + + + + Converting Video... This can take some time! + + + + + Converting Video ERROR! + + + + + Analyse Video ERROR! + + + + + Convert a video to a wallpaper + + + + + Generating preview video... + + + + + Name (required!) + + + + + Description + + + + + Youtube URL + + + + + Abort + + + + + Save + + + + + Save Wallpaper... + + + + + DefaultVideoControls + + + Volume + + + + + Playback rate + + + + + Current Video Time + + + + + Fill Mode + + + + + Stretch + + + + + Fill + + + + + Contain + + + + + Cover + + + + + Scale_Down + + + + + FileSelector + + + Clear + + + + + Select File + + + + + Please choose a file + + + + + GifWallpaper + + + Import a Gif Wallpaper + + + + + Drop a *.gif file here or use 'Select file' below. + + + + + Select your gif + + + + + General + + + + + Wallpaper name + + + + + Created By + + + + + Tags + + + + + HTMLWallpaper + + + Create a HTML Wallpaper + + + + + General + + + + + Wallpaper name + + + + + Created By + + + + + Description + + + + + License & Tags + + + + + Preview Image + + + + + HTMLWidget + + + Create a HTML widget + + + + + General + + + + + Widget name + + + + + Created by + + + + + Tags + + + + + Headline + + + Headline + + + + + HeadlineSection + + + Headline Section + + + + + ImageSelector + + + Set your own preview image + + + + + Clear + + + + + Select Preview Image + + ImportWebmConvert @@ -32,6 +478,124 @@ + + + AnalyseVideo... + + + + + Generating preview image... + + + + + Generating preview thumbnail image... + + + + + Generating 5 second preview video... + + + + + Generating preview gif... + + + + + Converting Audio... + + + + + Converting Video... This can take some time! + + + + + Converting Video ERROR! + + + + + Analyse Video ERROR! + + + + + Import a video to a wallpaper + + + + + Generating preview video... + + + + + Name (required!) + + + + + Description + + + + + Youtube URL + + + + + Abort + + + + + Save + + + + + Save Wallpaper... + + + + + ImportWebmInit + + + Import a .webm video + + + + + When importing webm we can skip the long conversion. When you get unsatisfying results with the ScreenPlay importer from 'ideo import and convert (all types)' you can also convert via the free and open source HandBrake! + + + + + Invalid file type. Must be valid VP8 or VP9 (*.webm)! + + + + + Drop a *.webm file here or use 'Select file' below. + + + + + Open Documentation + + + + + Select file + + Installed @@ -40,5 +604,1652 @@ + + + Refreshing! + + + + + + Pull to refresh! + + + + + Get more Wallpaper & Widgets via the Steam workshop! + + + + + Open containing folder + + + + + Remove Item + + + + + Remove via Workshop + + + + + Open Workshop Page + + + + + Are you sure you want to delete this item? + + + + + InstalledWelcomeScreen + + + Get free Widgets and Wallpaper via the Steam Workshop + + + + + Browse the Steam Workshop + + + + + LicenseSelector + + + License + + + + + Share — copy and redistribute the material in any medium or format. Adapt — remix, transform, and build upon the material for any purpose, even commercially. + + + + + + You grant other to remix your work and change the license to their linking. + + + + + Share — copy and redistribute the material in any medium or format. Adapt — remix, transform, and build upon the material. You are not allowed to use it commercially! + + + + + You allow everyone to do anything with your work. + + + + + You grant other to remix your work but it must remain under the GPLv3. We recommend this license for all code wallpaper! + + + + + You do not share any rights and nobody is allowed to use or remix it (Not recommended). Can also used to credit work others. + + + + + MonitorConfiguration + + + Your monitor setup changed! + Please configure your wallpaper again. + + + + + Monitors + + + Wallpaper Configuration + + + + + Remove selected + + + + + + Remove + + + + + Wallpapers + + + + + Widgets + + + + + MonitorsProjectSettingItem + + + Set color + + + + + Please choose a color + + + + + Navigation + + + All + + + + + Scenes + + + + + Videos + + + + + Widgets + + + + + Install Date Ascending + + + + + Install Date Descending + + + + + Subscribed items: + + + + + Upload to the Steam Workshop + + + + + NavigationWallpaperConfiguration + + + Configurate active Wallpaper or Widgets + + + + + No active Wallpaper or Widgets + + + + + PopupOffline + + + You need to run Steam for this :) + + + + + Back + + + + + PopupSteamWorkshopAgreement + + + You Need to Agree To The Steam Subscriber Agreement First + + + + + REQUIRES INTERNET CONNECTION AND FREE STEAM ACCOUNT TO ACTIVATE. Notice: Product offered subject to your acceptance of the Steam Subscriber Agreement (SSA). You must activate this product via the Internet by registering for a Steam account and accepting the SSA. Please see https://store.steampowered.com/subscriber_agreement/ to view the SSA prior to purchase. If you do not agree with the provisions of the SSA, you should return this game unopened to your retailer in accordance with their return policy. + + + + + View The Steam Subscriber Agreement + + + + + Accept Steam Workshop Agreement + + + + + QMLWallpaper + + + Create a QML Wallpaper + + + + + General + + + + + Wallpaper name + + + + + Created By + + + + + Description + + + + + License & Tags + + + + + Preview Image + + + + + QMLWidget + + + Create a QML widget + + + + + General + + + + + Widget name + + + + + Created by + + + + + Tags + + + + + SaveNotification + + + Profile saved successfully! + + + + + Search + + + Search for Wallpaper & Widgets + + + + + Settings + + + General + + + + + Autostart + + + + + ScreenPlay will start with Windows and will setup your Desktop every time for you. + + + + + High priority Autostart + + + + + This options grants ScreenPlay a higher autostart priority than other apps. + + + + + Send anonymous crash reports and statistics + + + + + Help us make ScreenPlay faster and more stable. All collected data is purely anonymous and only used for development purposes! We use <a href="https://sentry.io">sentry.io</a> to collect and analyze this data. A <b>big thanks to them</b> for providing us with free premium support for open source projects! + + + + + Set save location + + + + + Set location + + + + + Your storage path is empty! + + + + + Important: Changing this directory has no effect on the workshop download path. ScreenPlay only supports having one content folder! + + + + + Language + + + + + Set the ScreenPlay UI Language + + + + + English + + + + + German + + + + + Chinese - Simplified + + + + + Russian + + + + + French + + + + + Spanish + + + + + Korean + + + + + Vietnamese + + + + + Portuguese (Brazil) + + + + + Theme + + + + + Switch dark/light theme + + + + + System Default + + + + + Dark + + + + + Light + + + + + Performance + + + + + Pause wallpaper video rendering while another app is in the foreground + + + + + We disable the video rendering (not the audio!) for the best performance. If you have problem you can disable this behaviour here. Wallpaper restart required! + + + + + Default Fill Mode + + + + + Set this property to define how the video is scaled to fit the target area. + + + + + Stretch + + + + + Fill + + + + + Contain + + + + + Cover + + + + + Scale-Down + + + + + About + + + + + Thank you for using ScreenPlay + + + + + Hi, I'm Elias Steurer also known as Kelteseth and I'm the developer of ScreenPlay. Thank you for using my software. You can follow me to receive updates about ScreenPlay here: + + + + + Version + + + + + ScreenPlay Build Version + + + + + Open Changelog + + + + + Third Party Software + + + + + ScreenPlay would not be possible without the work of others. A big thank you to: + + + + + Licenses + + + + + Logs + + + + + If your ScreenPlay missbehaves this is a good way to look for answers. This shows all logs and warning during runtime. + + + + + Show Logs + + + + + Data Protection + + + + + We use you data very carefully to improve ScreenPlay. We do not sell or share this (anonymous) information with others! + + + + + Privacy + + + + + SettingsExpander + + + Copy text to clipboard + + + + + Sidebar + + + Tools Overview + + + + + Video import and convert (all types) + + + + + Video Import (.webm) + + + + + GIF Wallpaper + + + + + QML Wallpaper + + + + + HTML5 Wallpaper + + + + + Website Wallpaper + + + + + QML Widget + + + + + HTML Widget + + + + + Set Wallpaper + + + + + Set Widget + + + + + Headline + + + + + Select a Monitor to display the content + + + + + Set Volume + + + + + Fill Mode + + + + + Stretch + + + + + Fill + + + + + Contain + + + + + Cover + + + + + Scale-Down + + + + + Size: + + + + + MB + + + + + No description... + + + + + Click here if you like the content + + + + + Click here if you do not like the content + + + + + Subscribtions: + + + + + Open In Steam + + + + + Subscribed! + + + + + Subscribe + + + + + StartInfo + + + Free Tools to create wallpaper + + + + + Below you can find tools to create wallaper beyond the tools that ScreenPlay provides for you! + + + + + SteamNotAvailable + + + Could not load steam integration! + + + + + SteamProfile + + + + Back + + + + + Forward + + + + + SteamWorkshop + + + Loading + + + + + Download now! + + + + + Downloading... + + + + + Details + + + + + Open In Steam + + + + + Profile + + + + + Search for Wallpaper and Widgets... + + + + + Open Workshop in Steam + + + + + Ranked By Vote + + + + + Publication Date + + + + + Ranked By Trend + + + + + Favorited By Friends + + + + + Created By Friends + + + + + Created By Followed Users + + + + + Not Yet Rated + + + + + Total VotesAsc + + + + + Votes Up + + + + + Total Unique Subscriptions + + + + + Back + + + + + Forward + + + + + TagSelector + + + Save + + + + + Add tag + + + + + Cancel + + + + + Add Tag + + + + + TextField + + + Label + + + + + *Required + + + + + TrayIcon + + + ScreenPlay - Double click to change you settings. + + + + + Open ScreenPlay + + + + + + Mute all + + + + + Unmute all + + + + + + Pause all + + + + + Play all + + + + + Quit + + + + + UploadProject + + + Upload Wallpaper/Widgets to Steam + + + + + Abort + + + + + Upload Selected Projects + + + + + Finish + + + + + UploadProjectBigItem + + + Type: + + + + + Open Folder + + + + + Invalid Project! + + + + + UploadProjectItem + + + Fail + + + + + No Connection + + + + + Invalid Password + + + + + Logged In Elsewhere + + + + + Invalid Protocol Version + + + + + Invalid Param + + + + + File Not Found + + + + + Busy + + + + + Invalid State + + + + + Invalid Name + + + + + Invalid Email + + + + + Duplicate Name + + + + + Access Denied + + + + + Timeout + + + + + Banned + + + + + Account Not Found + + + + + Invalid SteamID + + + + + Service Unavailable + + + + + Not Logged On + + + + + Pending + + + + + Encryption Failure + + + + + Insufficient Privilege + + + + + Limit Exceeded + + + + + Revoked + + + + + Expired + + + + + Already Redeemed + + + + + Duplicate Request + + + + + Already Owned + + + + + IP Not Found + + + + + Persist Failed + + + + + Locking Failed + + + + + Logon Session Replaced + + + + + Connect Failed + + + + + Handshake Failed + + + + + IO Failure + + + + + Remote Disconnect + + + + + Shopping Cart Not Found + + + + + Blocked + + + + + Ignored + + + + + No Match + + + + + Account Disabled + + + + + Service ReadOnly + + + + + Account Not Featured + + + + + Administrator OK + + + + + Content Version + + + + + Try Another CM + + + + + Password Required T oKick Session + + + + + Already Logged In Elsewhere + + + + + Suspended + + + + + Cancelled + + + + + Data Corruption + + + + + Disk Full + + + + + Remote Call Failed + + + + + Password Unset + + + + + External Account Unlinked + + + + + PSN Ticket Invalid + + + + + External Account Already Linked + + + + + Remote File Conflict + + + + + Illegal Password + + + + + Same As Previous Value + + + + + Account Logon Denied + + + + + Cannot Use Old Password + + + + + Invalid Login AuthCode + + + + + Account Logon Denied No Mail + + + + + Hardware Not Capable Of IPT + + + + + IPT Init Error + + + + + Parental Control Restricted + + + + + Facebook Query Error + + + + + Expired Login Auth Code + + + + + IP Login Restriction Failed + + + + + Account Locked Down + + + + + Account Logon Denied Verified Email Required + + + + + No MatchingURL + + + + + Bad Response + + + + + Require Password ReEntry + + + + + Value Out Of Range + + + + + Unexpecte Error + + + + + Disabled + + + + + Invalid CEG Submission + + + + + Restricted Device + + + + + Region Locked + + + + + Rate Limit Exceeded + + + + + Account Login Denied Need Two Factor + + + + + Item Deleted + + + + + Account Login Denied Throttle + + + + + Two Factor Code Mismatch + + + + + Two Factor Activation Code Mismatch + + + + + Account Associated To Multiple Partners + + + + + Not Modified + + + + + No Mobile Device + + + + + Time Not Synced + + + + + Sms Code Failed + + + + + Account Limit Exceeded + + + + + Account Activity Limit Exceeded + + + + + Phone Activity Limit Exceeded + + + + + Refund To Wallet + + + + + Email Send Failure + + + + + Not Settled + + + + + Need Captcha + + + + + GSLT Denied + + + + + GS Owner Denied + + + + + Invalid Item Type + + + + + IP Banned + + + + + GSLT Expired + + + + + Insufficient Funds + + + + + Too Many Pending + + + + + No Site Licenses Found + + + + + WG Network Send Exceeded + + + + + Account Not Friends + + + + + Limited User Account + + + + + Cant Remove Item + + + + + Account Deleted + + + + + Existing User Cancelled License + + + + + Community Cooldown + + + + + Status: + + + + + Upload Progress: + + + + + WebsiteWallpaper + + + Create a Website Wallpaper + + + + + General + + + + + Wallpaper name + + + + + Created By + + + + + Description + + + + + Tags + + + + + Preview Image + + + + + WizardPage + + + Save + + + + + Saving... + + + + + WorkshopItem + + + Successfully subscribed to Workshop Item! + + + + + Download complete! + + + + + XMLNewsfeed + + + News & Patchnotes + + diff --git a/ScreenPlay/translations/ScreenPlay_ru.ts b/ScreenPlay/translations/ScreenPlay_ru.ts index 7caa5303..03a31008 100644 --- a/ScreenPlay/translations/ScreenPlay_ru.ts +++ b/ScreenPlay/translations/ScreenPlay_ru.ts @@ -1,6 +1,115 @@ + + ColorPicker + + + Red + + + + + Green + + + + + Blue + + + + + RGB + + + + + HSV + + + + + R: + + + + + G: + + + + + B: + + + + + H: + + + + + S: + + + + + V: + + + + + Alpha: + + + + + # + + + + + Community + + + News + + + + + Wiki + + + + + Forum + + + + + Issue List + + + + + Contribute + + + + + Steam Workshop + + + + + CommunityNavItem + + + Open in browser + + + CreateImport @@ -17,6 +126,59 @@ + + CreateWallpaperInit + + + Import any video type + + + + + Depending on your PC configuration it is better to convert your wallpaper to a specific video codec. If both have bad performance you can also try a QML wallpaper! Supported video formats are: + +*.mp4 *.mpg *.mp2 *.mpeg *.ogv *.avi *.wmv *.m4v *.3gp *.flv + + + + + Set your preffered video codec: + + + + + Quality slider. Lower value means better quality. + + + + + Open Documentation + + + + + Select file + + + + + CreateWallpaperResult + + + An error occurred! + + + + + Copy text to clipboard + + + + + Back to create and send an error report! + + + CreateWallpaperVideoImportConvert @@ -24,6 +186,290 @@ + + + Generating preview image... + + + + + Generating preview thumbnail image... + + + + + Generating 5 second preview video... + + + + + Generating preview gif... + + + + + Converting Audio... + + + + + Converting Video... This can take some time! + + + + + Converting Video ERROR! + + + + + Analyse Video ERROR! + + + + + Convert a video to a wallpaper + + + + + Generating preview video... + + + + + Name (required!) + + + + + Description + + + + + Youtube URL + + + + + Abort + + + + + Save + + + + + Save Wallpaper... + + + + + DefaultVideoControls + + + Volume + + + + + Playback rate + + + + + Current Video Time + + + + + Fill Mode + + + + + Stretch + + + + + Fill + + + + + Contain + + + + + Cover + + + + + Scale_Down + + + + + FileSelector + + + Clear + + + + + Select File + + + + + Please choose a file + + + + + GifWallpaper + + + Import a Gif Wallpaper + + + + + Drop a *.gif file here or use 'Select file' below. + + + + + Select your gif + + + + + General + + + + + Wallpaper name + + + + + Created By + + + + + Tags + + + + + HTMLWallpaper + + + Create a HTML Wallpaper + + + + + General + + + + + Wallpaper name + + + + + Created By + + + + + Description + + + + + License & Tags + + + + + Preview Image + + + + + HTMLWidget + + + Create a HTML widget + + + + + General + + + + + Widget name + + + + + Created by + + + + + Tags + + + + + Headline + + + Headline + + + + + HeadlineSection + + + Headline Section + + + + + ImageSelector + + + Set your own preview image + + + + + Clear + + + + + Select Preview Image + + ImportWebmConvert @@ -32,6 +478,124 @@ + + + AnalyseVideo... + + + + + Generating preview image... + + + + + Generating preview thumbnail image... + + + + + Generating 5 second preview video... + + + + + Generating preview gif... + + + + + Converting Audio... + + + + + Converting Video... This can take some time! + + + + + Converting Video ERROR! + + + + + Analyse Video ERROR! + + + + + Import a video to a wallpaper + + + + + Generating preview video... + + + + + Name (required!) + + + + + Description + + + + + Youtube URL + + + + + Abort + + + + + Save + + + + + Save Wallpaper... + + + + + ImportWebmInit + + + Import a .webm video + + + + + When importing webm we can skip the long conversion. When you get unsatisfying results with the ScreenPlay importer from 'ideo import and convert (all types)' you can also convert via the free and open source HandBrake! + + + + + Invalid file type. Must be valid VP8 or VP9 (*.webm)! + + + + + Drop a *.webm file here or use 'Select file' below. + + + + + Open Documentation + + + + + Select file + + Installed @@ -40,5 +604,1652 @@ + + + Refreshing! + + + + + + Pull to refresh! + + + + + Get more Wallpaper & Widgets via the Steam workshop! + + + + + Open containing folder + + + + + Remove Item + + + + + Remove via Workshop + + + + + Open Workshop Page + + + + + Are you sure you want to delete this item? + + + + + InstalledWelcomeScreen + + + Get free Widgets and Wallpaper via the Steam Workshop + + + + + Browse the Steam Workshop + + + + + LicenseSelector + + + License + + + + + Share — copy and redistribute the material in any medium or format. Adapt — remix, transform, and build upon the material for any purpose, even commercially. + + + + + + You grant other to remix your work and change the license to their linking. + + + + + Share — copy and redistribute the material in any medium or format. Adapt — remix, transform, and build upon the material. You are not allowed to use it commercially! + + + + + You allow everyone to do anything with your work. + + + + + You grant other to remix your work but it must remain under the GPLv3. We recommend this license for all code wallpaper! + + + + + You do not share any rights and nobody is allowed to use or remix it (Not recommended). Can also used to credit work others. + + + + + MonitorConfiguration + + + Your monitor setup changed! + Please configure your wallpaper again. + + + + + Monitors + + + Wallpaper Configuration + + + + + Remove selected + + + + + + Remove + + + + + Wallpapers + + + + + Widgets + + + + + MonitorsProjectSettingItem + + + Set color + + + + + Please choose a color + + + + + Navigation + + + All + + + + + Scenes + + + + + Videos + + + + + Widgets + + + + + Install Date Ascending + + + + + Install Date Descending + + + + + Subscribed items: + + + + + Upload to the Steam Workshop + + + + + NavigationWallpaperConfiguration + + + Configurate active Wallpaper or Widgets + + + + + No active Wallpaper or Widgets + + + + + PopupOffline + + + You need to run Steam for this :) + + + + + Back + + + + + PopupSteamWorkshopAgreement + + + You Need to Agree To The Steam Subscriber Agreement First + + + + + REQUIRES INTERNET CONNECTION AND FREE STEAM ACCOUNT TO ACTIVATE. Notice: Product offered subject to your acceptance of the Steam Subscriber Agreement (SSA). You must activate this product via the Internet by registering for a Steam account and accepting the SSA. Please see https://store.steampowered.com/subscriber_agreement/ to view the SSA prior to purchase. If you do not agree with the provisions of the SSA, you should return this game unopened to your retailer in accordance with their return policy. + + + + + View The Steam Subscriber Agreement + + + + + Accept Steam Workshop Agreement + + + + + QMLWallpaper + + + Create a QML Wallpaper + + + + + General + + + + + Wallpaper name + + + + + Created By + + + + + Description + + + + + License & Tags + + + + + Preview Image + + + + + QMLWidget + + + Create a QML widget + + + + + General + + + + + Widget name + + + + + Created by + + + + + Tags + + + + + SaveNotification + + + Profile saved successfully! + + + + + Search + + + Search for Wallpaper & Widgets + + + + + Settings + + + General + + + + + Autostart + + + + + ScreenPlay will start with Windows and will setup your Desktop every time for you. + + + + + High priority Autostart + + + + + This options grants ScreenPlay a higher autostart priority than other apps. + + + + + Send anonymous crash reports and statistics + + + + + Help us make ScreenPlay faster and more stable. All collected data is purely anonymous and only used for development purposes! We use <a href="https://sentry.io">sentry.io</a> to collect and analyze this data. A <b>big thanks to them</b> for providing us with free premium support for open source projects! + + + + + Set save location + + + + + Set location + + + + + Your storage path is empty! + + + + + Important: Changing this directory has no effect on the workshop download path. ScreenPlay only supports having one content folder! + + + + + Language + + + + + Set the ScreenPlay UI Language + + + + + English + + + + + German + + + + + Chinese - Simplified + + + + + Russian + + + + + French + + + + + Spanish + + + + + Korean + + + + + Vietnamese + + + + + Portuguese (Brazil) + + + + + Theme + + + + + Switch dark/light theme + + + + + System Default + + + + + Dark + + + + + Light + + + + + Performance + + + + + Pause wallpaper video rendering while another app is in the foreground + + + + + We disable the video rendering (not the audio!) for the best performance. If you have problem you can disable this behaviour here. Wallpaper restart required! + + + + + Default Fill Mode + + + + + Set this property to define how the video is scaled to fit the target area. + + + + + Stretch + + + + + Fill + + + + + Contain + + + + + Cover + + + + + Scale-Down + + + + + About + + + + + Thank you for using ScreenPlay + + + + + Hi, I'm Elias Steurer also known as Kelteseth and I'm the developer of ScreenPlay. Thank you for using my software. You can follow me to receive updates about ScreenPlay here: + + + + + Version + + + + + ScreenPlay Build Version + + + + + Open Changelog + + + + + Third Party Software + + + + + ScreenPlay would not be possible without the work of others. A big thank you to: + + + + + Licenses + + + + + Logs + + + + + If your ScreenPlay missbehaves this is a good way to look for answers. This shows all logs and warning during runtime. + + + + + Show Logs + + + + + Data Protection + + + + + We use you data very carefully to improve ScreenPlay. We do not sell or share this (anonymous) information with others! + + + + + Privacy + + + + + SettingsExpander + + + Copy text to clipboard + + + + + Sidebar + + + Tools Overview + + + + + Video import and convert (all types) + + + + + Video Import (.webm) + + + + + GIF Wallpaper + + + + + QML Wallpaper + + + + + HTML5 Wallpaper + + + + + Website Wallpaper + + + + + QML Widget + + + + + HTML Widget + + + + + Set Wallpaper + + + + + Set Widget + + + + + Headline + + + + + Select a Monitor to display the content + + + + + Set Volume + + + + + Fill Mode + + + + + Stretch + + + + + Fill + + + + + Contain + + + + + Cover + + + + + Scale-Down + + + + + Size: + + + + + MB + + + + + No description... + + + + + Click here if you like the content + + + + + Click here if you do not like the content + + + + + Subscribtions: + + + + + Open In Steam + + + + + Subscribed! + + + + + Subscribe + + + + + StartInfo + + + Free Tools to create wallpaper + + + + + Below you can find tools to create wallaper beyond the tools that ScreenPlay provides for you! + + + + + SteamNotAvailable + + + Could not load steam integration! + + + + + SteamProfile + + + + Back + + + + + Forward + + + + + SteamWorkshop + + + Loading + + + + + Download now! + + + + + Downloading... + + + + + Details + + + + + Open In Steam + + + + + Profile + + + + + Search for Wallpaper and Widgets... + + + + + Open Workshop in Steam + + + + + Ranked By Vote + + + + + Publication Date + + + + + Ranked By Trend + + + + + Favorited By Friends + + + + + Created By Friends + + + + + Created By Followed Users + + + + + Not Yet Rated + + + + + Total VotesAsc + + + + + Votes Up + + + + + Total Unique Subscriptions + + + + + Back + + + + + Forward + + + + + TagSelector + + + Save + + + + + Add tag + + + + + Cancel + + + + + Add Tag + + + + + TextField + + + Label + + + + + *Required + + + + + TrayIcon + + + ScreenPlay - Double click to change you settings. + + + + + Open ScreenPlay + + + + + + Mute all + + + + + Unmute all + + + + + + Pause all + + + + + Play all + + + + + Quit + + + + + UploadProject + + + Upload Wallpaper/Widgets to Steam + + + + + Abort + + + + + Upload Selected Projects + + + + + Finish + + + + + UploadProjectBigItem + + + Type: + + + + + Open Folder + + + + + Invalid Project! + + + + + UploadProjectItem + + + Fail + + + + + No Connection + + + + + Invalid Password + + + + + Logged In Elsewhere + + + + + Invalid Protocol Version + + + + + Invalid Param + + + + + File Not Found + + + + + Busy + + + + + Invalid State + + + + + Invalid Name + + + + + Invalid Email + + + + + Duplicate Name + + + + + Access Denied + + + + + Timeout + + + + + Banned + + + + + Account Not Found + + + + + Invalid SteamID + + + + + Service Unavailable + + + + + Not Logged On + + + + + Pending + + + + + Encryption Failure + + + + + Insufficient Privilege + + + + + Limit Exceeded + + + + + Revoked + + + + + Expired + + + + + Already Redeemed + + + + + Duplicate Request + + + + + Already Owned + + + + + IP Not Found + + + + + Persist Failed + + + + + Locking Failed + + + + + Logon Session Replaced + + + + + Connect Failed + + + + + Handshake Failed + + + + + IO Failure + + + + + Remote Disconnect + + + + + Shopping Cart Not Found + + + + + Blocked + + + + + Ignored + + + + + No Match + + + + + Account Disabled + + + + + Service ReadOnly + + + + + Account Not Featured + + + + + Administrator OK + + + + + Content Version + + + + + Try Another CM + + + + + Password Required T oKick Session + + + + + Already Logged In Elsewhere + + + + + Suspended + + + + + Cancelled + + + + + Data Corruption + + + + + Disk Full + + + + + Remote Call Failed + + + + + Password Unset + + + + + External Account Unlinked + + + + + PSN Ticket Invalid + + + + + External Account Already Linked + + + + + Remote File Conflict + + + + + Illegal Password + + + + + Same As Previous Value + + + + + Account Logon Denied + + + + + Cannot Use Old Password + + + + + Invalid Login AuthCode + + + + + Account Logon Denied No Mail + + + + + Hardware Not Capable Of IPT + + + + + IPT Init Error + + + + + Parental Control Restricted + + + + + Facebook Query Error + + + + + Expired Login Auth Code + + + + + IP Login Restriction Failed + + + + + Account Locked Down + + + + + Account Logon Denied Verified Email Required + + + + + No MatchingURL + + + + + Bad Response + + + + + Require Password ReEntry + + + + + Value Out Of Range + + + + + Unexpecte Error + + + + + Disabled + + + + + Invalid CEG Submission + + + + + Restricted Device + + + + + Region Locked + + + + + Rate Limit Exceeded + + + + + Account Login Denied Need Two Factor + + + + + Item Deleted + + + + + Account Login Denied Throttle + + + + + Two Factor Code Mismatch + + + + + Two Factor Activation Code Mismatch + + + + + Account Associated To Multiple Partners + + + + + Not Modified + + + + + No Mobile Device + + + + + Time Not Synced + + + + + Sms Code Failed + + + + + Account Limit Exceeded + + + + + Account Activity Limit Exceeded + + + + + Phone Activity Limit Exceeded + + + + + Refund To Wallet + + + + + Email Send Failure + + + + + Not Settled + + + + + Need Captcha + + + + + GSLT Denied + + + + + GS Owner Denied + + + + + Invalid Item Type + + + + + IP Banned + + + + + GSLT Expired + + + + + Insufficient Funds + + + + + Too Many Pending + + + + + No Site Licenses Found + + + + + WG Network Send Exceeded + + + + + Account Not Friends + + + + + Limited User Account + + + + + Cant Remove Item + + + + + Account Deleted + + + + + Existing User Cancelled License + + + + + Community Cooldown + + + + + Status: + + + + + Upload Progress: + + + + + WebsiteWallpaper + + + Create a Website Wallpaper + + + + + General + + + + + Wallpaper name + + + + + Created By + + + + + Description + + + + + Tags + + + + + Preview Image + + + + + WizardPage + + + Save + + + + + Saving... + + + + + WorkshopItem + + + Successfully subscribed to Workshop Item! + + + + + Download complete! + + + + + XMLNewsfeed + + + News & Patchnotes + + diff --git a/ScreenPlay/translations/ScreenPlay_vi.ts b/ScreenPlay/translations/ScreenPlay_vi.ts index 0b9830f6..37b16f21 100644 --- a/ScreenPlay/translations/ScreenPlay_vi.ts +++ b/ScreenPlay/translations/ScreenPlay_vi.ts @@ -1,6 +1,168 @@ + + ColorPicker + + + Red + + + + + Green + + + + + Blue + + + + + RGB + + + + + HSV + + + + + R: + + + + + G: + + + + + B: + + + + + H: + + + + + S: + + + + + V: + + + + + Alpha: + + + + + # + + + + + Community + + + News + + + + + Wiki + + + + + Forum + + + + + Issue List + + + + + Contribute + + + + + Steam Workshop + + + + + CommunityNavItem + + + Open in browser + + + + + CreateWallpaperInit + + + Import any video type + + + + + Depending on your PC configuration it is better to convert your wallpaper to a specific video codec. If both have bad performance you can also try a QML wallpaper! Supported video formats are: + +*.mp4 *.mpg *.mp2 *.mpeg *.ogv *.avi *.wmv *.m4v *.3gp *.flv + + + + + Set your preffered video codec: + + + + + Quality slider. Lower value means better quality. + + + + + Open Documentation + + + + + Select file + + + + + CreateWallpaperResult + + + An error occurred! + + + + + Copy text to clipboard + + + + + Back to create and send an error report! + + + CreateWallpaperVideoImportConvert @@ -8,6 +170,290 @@ + + + Generating preview image... + + + + + Generating preview thumbnail image... + + + + + Generating 5 second preview video... + + + + + Generating preview gif... + + + + + Converting Audio... + + + + + Converting Video... This can take some time! + + + + + Converting Video ERROR! + + + + + Analyse Video ERROR! + + + + + Convert a video to a wallpaper + + + + + Generating preview video... + + + + + Name (required!) + + + + + Description + + + + + Youtube URL + + + + + Abort + + + + + Save + + + + + Save Wallpaper... + + + + + DefaultVideoControls + + + Volume + + + + + Playback rate + + + + + Current Video Time + + + + + Fill Mode + + + + + Stretch + + + + + Fill + + + + + Contain + + + + + Cover + + + + + Scale_Down + + + + + FileSelector + + + Clear + + + + + Select File + + + + + Please choose a file + + + + + GifWallpaper + + + Import a Gif Wallpaper + + + + + Drop a *.gif file here or use 'Select file' below. + + + + + Select your gif + + + + + General + + + + + Wallpaper name + + + + + Created By + + + + + Tags + + + + + HTMLWallpaper + + + Create a HTML Wallpaper + + + + + General + + + + + Wallpaper name + + + + + Created By + + + + + Description + + + + + License & Tags + + + + + Preview Image + + + + + HTMLWidget + + + Create a HTML widget + + + + + General + + + + + Widget name + + + + + Created by + + + + + Tags + + + + + Headline + + + Headline + + + + + HeadlineSection + + + Headline Section + + + + + ImageSelector + + + Set your own preview image + + + + + Clear + + + + + Select Preview Image + + ImportWebmConvert @@ -16,6 +462,124 @@ + + + AnalyseVideo... + + + + + Generating preview image... + + + + + Generating preview thumbnail image... + + + + + Generating 5 second preview video... + + + + + Generating preview gif... + + + + + Converting Audio... + + + + + Converting Video... This can take some time! + + + + + Converting Video ERROR! + + + + + Analyse Video ERROR! + + + + + Import a video to a wallpaper + + + + + Generating preview video... + + + + + Name (required!) + + + + + Description + + + + + Youtube URL + + + + + Abort + + + + + Save + + + + + Save Wallpaper... + + + + + ImportWebmInit + + + Import a .webm video + + + + + When importing webm we can skip the long conversion. When you get unsatisfying results with the ScreenPlay importer from 'ideo import and convert (all types)' you can also convert via the free and open source HandBrake! + + + + + Invalid file type. Must be valid VP8 or VP9 (*.webm)! + + + + + Drop a *.webm file here or use 'Select file' below. + + + + + Open Documentation + + + + + Select file + + Installed @@ -24,5 +588,1652 @@ + + + Refreshing! + + + + + + Pull to refresh! + + + + + Get more Wallpaper & Widgets via the Steam workshop! + + + + + Open containing folder + + + + + Remove Item + + + + + Remove via Workshop + + + + + Open Workshop Page + + + + + Are you sure you want to delete this item? + + + + + InstalledWelcomeScreen + + + Get free Widgets and Wallpaper via the Steam Workshop + + + + + Browse the Steam Workshop + + + + + LicenseSelector + + + License + + + + + Share — copy and redistribute the material in any medium or format. Adapt — remix, transform, and build upon the material for any purpose, even commercially. + + + + + + You grant other to remix your work and change the license to their linking. + + + + + Share — copy and redistribute the material in any medium or format. Adapt — remix, transform, and build upon the material. You are not allowed to use it commercially! + + + + + You allow everyone to do anything with your work. + + + + + You grant other to remix your work but it must remain under the GPLv3. We recommend this license for all code wallpaper! + + + + + You do not share any rights and nobody is allowed to use or remix it (Not recommended). Can also used to credit work others. + + + + + MonitorConfiguration + + + Your monitor setup changed! + Please configure your wallpaper again. + + + + + Monitors + + + Wallpaper Configuration + + + + + Remove selected + + + + + + Remove + + + + + Wallpapers + + + + + Widgets + + + + + MonitorsProjectSettingItem + + + Set color + + + + + Please choose a color + + + + + Navigation + + + All + + + + + Scenes + + + + + Videos + + + + + Widgets + + + + + Install Date Ascending + + + + + Install Date Descending + + + + + Subscribed items: + + + + + Upload to the Steam Workshop + + + + + NavigationWallpaperConfiguration + + + Configurate active Wallpaper or Widgets + + + + + No active Wallpaper or Widgets + + + + + PopupOffline + + + You need to run Steam for this :) + + + + + Back + + + + + PopupSteamWorkshopAgreement + + + You Need to Agree To The Steam Subscriber Agreement First + + + + + REQUIRES INTERNET CONNECTION AND FREE STEAM ACCOUNT TO ACTIVATE. Notice: Product offered subject to your acceptance of the Steam Subscriber Agreement (SSA). You must activate this product via the Internet by registering for a Steam account and accepting the SSA. Please see https://store.steampowered.com/subscriber_agreement/ to view the SSA prior to purchase. If you do not agree with the provisions of the SSA, you should return this game unopened to your retailer in accordance with their return policy. + + + + + View The Steam Subscriber Agreement + + + + + Accept Steam Workshop Agreement + + + + + QMLWallpaper + + + Create a QML Wallpaper + + + + + General + + + + + Wallpaper name + + + + + Created By + + + + + Description + + + + + License & Tags + + + + + Preview Image + + + + + QMLWidget + + + Create a QML widget + + + + + General + + + + + Widget name + + + + + Created by + + + + + Tags + + + + + SaveNotification + + + Profile saved successfully! + + + + + Search + + + Search for Wallpaper & Widgets + + + + + Settings + + + General + + + + + Autostart + + + + + ScreenPlay will start with Windows and will setup your Desktop every time for you. + + + + + High priority Autostart + + + + + This options grants ScreenPlay a higher autostart priority than other apps. + + + + + Send anonymous crash reports and statistics + + + + + Help us make ScreenPlay faster and more stable. All collected data is purely anonymous and only used for development purposes! We use <a href="https://sentry.io">sentry.io</a> to collect and analyze this data. A <b>big thanks to them</b> for providing us with free premium support for open source projects! + + + + + Set save location + + + + + Set location + + + + + Your storage path is empty! + + + + + Important: Changing this directory has no effect on the workshop download path. ScreenPlay only supports having one content folder! + + + + + Language + + + + + Set the ScreenPlay UI Language + + + + + English + + + + + German + + + + + Chinese - Simplified + + + + + Russian + + + + + French + + + + + Spanish + + + + + Korean + + + + + Vietnamese + + + + + Portuguese (Brazil) + + + + + Theme + + + + + Switch dark/light theme + + + + + System Default + + + + + Dark + + + + + Light + + + + + Performance + + + + + Pause wallpaper video rendering while another app is in the foreground + + + + + We disable the video rendering (not the audio!) for the best performance. If you have problem you can disable this behaviour here. Wallpaper restart required! + + + + + Default Fill Mode + + + + + Set this property to define how the video is scaled to fit the target area. + + + + + Stretch + + + + + Fill + + + + + Contain + + + + + Cover + + + + + Scale-Down + + + + + About + + + + + Thank you for using ScreenPlay + + + + + Hi, I'm Elias Steurer also known as Kelteseth and I'm the developer of ScreenPlay. Thank you for using my software. You can follow me to receive updates about ScreenPlay here: + + + + + Version + + + + + ScreenPlay Build Version + + + + + Open Changelog + + + + + Third Party Software + + + + + ScreenPlay would not be possible without the work of others. A big thank you to: + + + + + Licenses + + + + + Logs + + + + + If your ScreenPlay missbehaves this is a good way to look for answers. This shows all logs and warning during runtime. + + + + + Show Logs + + + + + Data Protection + + + + + We use you data very carefully to improve ScreenPlay. We do not sell or share this (anonymous) information with others! + + + + + Privacy + + + + + SettingsExpander + + + Copy text to clipboard + + + + + Sidebar + + + Tools Overview + + + + + Video import and convert (all types) + + + + + Video Import (.webm) + + + + + GIF Wallpaper + + + + + QML Wallpaper + + + + + HTML5 Wallpaper + + + + + Website Wallpaper + + + + + QML Widget + + + + + HTML Widget + + + + + Set Wallpaper + + + + + Set Widget + + + + + Headline + + + + + Select a Monitor to display the content + + + + + Set Volume + + + + + Fill Mode + + + + + Stretch + + + + + Fill + + + + + Contain + + + + + Cover + + + + + Scale-Down + + + + + Size: + + + + + MB + + + + + No description... + + + + + Click here if you like the content + + + + + Click here if you do not like the content + + + + + Subscribtions: + + + + + Open In Steam + + + + + Subscribed! + + + + + Subscribe + + + + + StartInfo + + + Free Tools to create wallpaper + + + + + Below you can find tools to create wallaper beyond the tools that ScreenPlay provides for you! + + + + + SteamNotAvailable + + + Could not load steam integration! + + + + + SteamProfile + + + + Back + + + + + Forward + + + + + SteamWorkshop + + + Loading + + + + + Download now! + + + + + Downloading... + + + + + Details + + + + + Open In Steam + + + + + Profile + + + + + Search for Wallpaper and Widgets... + + + + + Open Workshop in Steam + + + + + Ranked By Vote + + + + + Publication Date + + + + + Ranked By Trend + + + + + Favorited By Friends + + + + + Created By Friends + + + + + Created By Followed Users + + + + + Not Yet Rated + + + + + Total VotesAsc + + + + + Votes Up + + + + + Total Unique Subscriptions + + + + + Back + + + + + Forward + + + + + TagSelector + + + Save + + + + + Add tag + + + + + Cancel + + + + + Add Tag + + + + + TextField + + + Label + + + + + *Required + + + + + TrayIcon + + + ScreenPlay - Double click to change you settings. + + + + + Open ScreenPlay + + + + + + Mute all + + + + + Unmute all + + + + + + Pause all + + + + + Play all + + + + + Quit + + + + + UploadProject + + + Upload Wallpaper/Widgets to Steam + + + + + Abort + + + + + Upload Selected Projects + + + + + Finish + + + + + UploadProjectBigItem + + + Type: + + + + + Open Folder + + + + + Invalid Project! + + + + + UploadProjectItem + + + Fail + + + + + No Connection + + + + + Invalid Password + + + + + Logged In Elsewhere + + + + + Invalid Protocol Version + + + + + Invalid Param + + + + + File Not Found + + + + + Busy + + + + + Invalid State + + + + + Invalid Name + + + + + Invalid Email + + + + + Duplicate Name + + + + + Access Denied + + + + + Timeout + + + + + Banned + + + + + Account Not Found + + + + + Invalid SteamID + + + + + Service Unavailable + + + + + Not Logged On + + + + + Pending + + + + + Encryption Failure + + + + + Insufficient Privilege + + + + + Limit Exceeded + + + + + Revoked + + + + + Expired + + + + + Already Redeemed + + + + + Duplicate Request + + + + + Already Owned + + + + + IP Not Found + + + + + Persist Failed + + + + + Locking Failed + + + + + Logon Session Replaced + + + + + Connect Failed + + + + + Handshake Failed + + + + + IO Failure + + + + + Remote Disconnect + + + + + Shopping Cart Not Found + + + + + Blocked + + + + + Ignored + + + + + No Match + + + + + Account Disabled + + + + + Service ReadOnly + + + + + Account Not Featured + + + + + Administrator OK + + + + + Content Version + + + + + Try Another CM + + + + + Password Required T oKick Session + + + + + Already Logged In Elsewhere + + + + + Suspended + + + + + Cancelled + + + + + Data Corruption + + + + + Disk Full + + + + + Remote Call Failed + + + + + Password Unset + + + + + External Account Unlinked + + + + + PSN Ticket Invalid + + + + + External Account Already Linked + + + + + Remote File Conflict + + + + + Illegal Password + + + + + Same As Previous Value + + + + + Account Logon Denied + + + + + Cannot Use Old Password + + + + + Invalid Login AuthCode + + + + + Account Logon Denied No Mail + + + + + Hardware Not Capable Of IPT + + + + + IPT Init Error + + + + + Parental Control Restricted + + + + + Facebook Query Error + + + + + Expired Login Auth Code + + + + + IP Login Restriction Failed + + + + + Account Locked Down + + + + + Account Logon Denied Verified Email Required + + + + + No MatchingURL + + + + + Bad Response + + + + + Require Password ReEntry + + + + + Value Out Of Range + + + + + Unexpecte Error + + + + + Disabled + + + + + Invalid CEG Submission + + + + + Restricted Device + + + + + Region Locked + + + + + Rate Limit Exceeded + + + + + Account Login Denied Need Two Factor + + + + + Item Deleted + + + + + Account Login Denied Throttle + + + + + Two Factor Code Mismatch + + + + + Two Factor Activation Code Mismatch + + + + + Account Associated To Multiple Partners + + + + + Not Modified + + + + + No Mobile Device + + + + + Time Not Synced + + + + + Sms Code Failed + + + + + Account Limit Exceeded + + + + + Account Activity Limit Exceeded + + + + + Phone Activity Limit Exceeded + + + + + Refund To Wallet + + + + + Email Send Failure + + + + + Not Settled + + + + + Need Captcha + + + + + GSLT Denied + + + + + GS Owner Denied + + + + + Invalid Item Type + + + + + IP Banned + + + + + GSLT Expired + + + + + Insufficient Funds + + + + + Too Many Pending + + + + + No Site Licenses Found + + + + + WG Network Send Exceeded + + + + + Account Not Friends + + + + + Limited User Account + + + + + Cant Remove Item + + + + + Account Deleted + + + + + Existing User Cancelled License + + + + + Community Cooldown + + + + + Status: + + + + + Upload Progress: + + + + + WebsiteWallpaper + + + Create a Website Wallpaper + + + + + General + + + + + Wallpaper name + + + + + Created By + + + + + Description + + + + + Tags + + + + + Preview Image + + + + + WizardPage + + + Save + + + + + Saving... + + + + + WorkshopItem + + + Successfully subscribed to Workshop Item! + + + + + Download complete! + + + + + XMLNewsfeed + + + News & Patchnotes + + diff --git a/ScreenPlay/translations/ScreenPlay_zh_cn.ts b/ScreenPlay/translations/ScreenPlay_zh_cn.ts index 30db92a1..06bdfea8 100644 --- a/ScreenPlay/translations/ScreenPlay_zh_cn.ts +++ b/ScreenPlay/translations/ScreenPlay_zh_cn.ts @@ -1,6 +1,168 @@ + + ColorPicker + + + Red + + + + + Green + + + + + Blue + + + + + RGB + + + + + HSV + + + + + R: + + + + + G: + + + + + B: + + + + + H: + + + + + S: + + + + + V: + + + + + Alpha: + + + + + # + + + + + Community + + + News + + + + + Wiki + + + + + Forum + + + + + Issue List + + + + + Contribute + + + + + Steam Workshop + + + + + CommunityNavItem + + + Open in browser + + + + + CreateWallpaperInit + + + Import any video type + + + + + Depending on your PC configuration it is better to convert your wallpaper to a specific video codec. If both have bad performance you can also try a QML wallpaper! Supported video formats are: + +*.mp4 *.mpg *.mp2 *.mpeg *.ogv *.avi *.wmv *.m4v *.3gp *.flv + + + + + Set your preffered video codec: + + + + + Quality slider. Lower value means better quality. + + + + + Open Documentation + + + + + Select file + + + + + CreateWallpaperResult + + + An error occurred! + + + + + Copy text to clipboard + + + + + Back to create and send an error report! + + + CreateWallpaperVideoImportConvert @@ -8,6 +170,290 @@ + + + Generating preview image... + + + + + Generating preview thumbnail image... + + + + + Generating 5 second preview video... + + + + + Generating preview gif... + + + + + Converting Audio... + + + + + Converting Video... This can take some time! + + + + + Converting Video ERROR! + + + + + Analyse Video ERROR! + + + + + Convert a video to a wallpaper + + + + + Generating preview video... + + + + + Name (required!) + + + + + Description + + + + + Youtube URL + + + + + Abort + + + + + Save + + + + + Save Wallpaper... + + + + + DefaultVideoControls + + + Volume + + + + + Playback rate + + + + + Current Video Time + + + + + Fill Mode + + + + + Stretch + + + + + Fill + + + + + Contain + + + + + Cover + + + + + Scale_Down + + + + + FileSelector + + + Clear + + + + + Select File + + + + + Please choose a file + + + + + GifWallpaper + + + Import a Gif Wallpaper + + + + + Drop a *.gif file here or use 'Select file' below. + + + + + Select your gif + + + + + General + + + + + Wallpaper name + + + + + Created By + + + + + Tags + + + + + HTMLWallpaper + + + Create a HTML Wallpaper + + + + + General + + + + + Wallpaper name + + + + + Created By + + + + + Description + + + + + License & Tags + + + + + Preview Image + + + + + HTMLWidget + + + Create a HTML widget + + + + + General + + + + + Widget name + + + + + Created by + + + + + Tags + + + + + Headline + + + Headline + + + + + HeadlineSection + + + Headline Section + + + + + ImageSelector + + + Set your own preview image + + + + + Clear + + + + + Select Preview Image + + ImportWebmConvert @@ -16,5 +462,1773 @@ + + + AnalyseVideo... + + + + + Generating preview image... + + + + + Generating preview thumbnail image... + + + + + Generating 5 second preview video... + + + + + Generating preview gif... + + + + + Converting Audio... + + + + + Converting Video... This can take some time! + + + + + Converting Video ERROR! + + + + + Analyse Video ERROR! + + + + + Import a video to a wallpaper + + + + + Generating preview video... + + + + + Name (required!) + + + + + Description + + + + + Youtube URL + + + + + Abort + + + + + Save + + + + + Save Wallpaper... + + + + + ImportWebmInit + + + Import a .webm video + + + + + When importing webm we can skip the long conversion. When you get unsatisfying results with the ScreenPlay importer from 'ideo import and convert (all types)' you can also convert via the free and open source HandBrake! + + + + + Invalid file type. Must be valid VP8 or VP9 (*.webm)! + + + + + Drop a *.webm file here or use 'Select file' below. + + + + + Open Documentation + + + + + Select file + + + + + Installed + + + Refreshing! + + + + + + Pull to refresh! + + + + + Get more Wallpaper & Widgets via the Steam workshop! + + + + + Open containing folder + + + + + Remove Item + + + + + Remove via Workshop + + + + + Open Workshop Page + + + + + Are you sure you want to delete this item? + + + + + InstalledWelcomeScreen + + + Get free Widgets and Wallpaper via the Steam Workshop + + + + + Browse the Steam Workshop + + + + + LicenseSelector + + + License + + + + + Share — copy and redistribute the material in any medium or format. Adapt — remix, transform, and build upon the material for any purpose, even commercially. + + + + + + You grant other to remix your work and change the license to their linking. + + + + + Share — copy and redistribute the material in any medium or format. Adapt — remix, transform, and build upon the material. You are not allowed to use it commercially! + + + + + You allow everyone to do anything with your work. + + + + + You grant other to remix your work but it must remain under the GPLv3. We recommend this license for all code wallpaper! + + + + + You do not share any rights and nobody is allowed to use or remix it (Not recommended). Can also used to credit work others. + + + + + MonitorConfiguration + + + Your monitor setup changed! + Please configure your wallpaper again. + + + + + Monitors + + + Wallpaper Configuration + + + + + Remove selected + + + + + + Remove + + + + + Wallpapers + + + + + Widgets + + + + + MonitorsProjectSettingItem + + + Set color + + + + + Please choose a color + + + + + Navigation + + + All + + + + + Scenes + + + + + Videos + + + + + Widgets + + + + + Install Date Ascending + + + + + Install Date Descending + + + + + Subscribed items: + + + + + Upload to the Steam Workshop + + + + + NavigationWallpaperConfiguration + + + Configurate active Wallpaper or Widgets + + + + + No active Wallpaper or Widgets + + + + + PopupOffline + + + You need to run Steam for this :) + + + + + Back + + + + + PopupSteamWorkshopAgreement + + + You Need to Agree To The Steam Subscriber Agreement First + + + + + REQUIRES INTERNET CONNECTION AND FREE STEAM ACCOUNT TO ACTIVATE. Notice: Product offered subject to your acceptance of the Steam Subscriber Agreement (SSA). You must activate this product via the Internet by registering for a Steam account and accepting the SSA. Please see https://store.steampowered.com/subscriber_agreement/ to view the SSA prior to purchase. If you do not agree with the provisions of the SSA, you should return this game unopened to your retailer in accordance with their return policy. + + + + + View The Steam Subscriber Agreement + + + + + Accept Steam Workshop Agreement + + + + + QMLWallpaper + + + Create a QML Wallpaper + + + + + General + + + + + Wallpaper name + + + + + Created By + + + + + Description + + + + + License & Tags + + + + + Preview Image + + + + + QMLWidget + + + Create a QML widget + + + + + General + + + + + Widget name + + + + + Created by + + + + + Tags + + + + + SaveNotification + + + Profile saved successfully! + + + + + Search + + + Search for Wallpaper & Widgets + + + + + Settings + + + General + + + + + Autostart + + + + + ScreenPlay will start with Windows and will setup your Desktop every time for you. + + + + + High priority Autostart + + + + + This options grants ScreenPlay a higher autostart priority than other apps. + + + + + Send anonymous crash reports and statistics + + + + + Help us make ScreenPlay faster and more stable. All collected data is purely anonymous and only used for development purposes! We use <a href="https://sentry.io">sentry.io</a> to collect and analyze this data. A <b>big thanks to them</b> for providing us with free premium support for open source projects! + + + + + Set save location + + + + + Set location + + + + + Your storage path is empty! + + + + + Important: Changing this directory has no effect on the workshop download path. ScreenPlay only supports having one content folder! + + + + + Language + + + + + Set the ScreenPlay UI Language + + + + + English + + + + + German + + + + + Chinese - Simplified + + + + + Russian + + + + + French + + + + + Spanish + + + + + Korean + + + + + Vietnamese + + + + + Portuguese (Brazil) + + + + + Theme + + + + + Switch dark/light theme + + + + + System Default + + + + + Dark + + + + + Light + + + + + Performance + + + + + Pause wallpaper video rendering while another app is in the foreground + + + + + We disable the video rendering (not the audio!) for the best performance. If you have problem you can disable this behaviour here. Wallpaper restart required! + + + + + Default Fill Mode + + + + + Set this property to define how the video is scaled to fit the target area. + + + + + Stretch + + + + + Fill + + + + + Contain + + + + + Cover + + + + + Scale-Down + + + + + About + + + + + Thank you for using ScreenPlay + + + + + Hi, I'm Elias Steurer also known as Kelteseth and I'm the developer of ScreenPlay. Thank you for using my software. You can follow me to receive updates about ScreenPlay here: + + + + + Version + + + + + ScreenPlay Build Version + + + + + Open Changelog + + + + + Third Party Software + + + + + ScreenPlay would not be possible without the work of others. A big thank you to: + + + + + Licenses + + + + + Logs + + + + + If your ScreenPlay missbehaves this is a good way to look for answers. This shows all logs and warning during runtime. + + + + + Show Logs + + + + + Data Protection + + + + + We use you data very carefully to improve ScreenPlay. We do not sell or share this (anonymous) information with others! + + + + + Privacy + + + + + SettingsExpander + + + Copy text to clipboard + + + + + Sidebar + + + Tools Overview + + + + + Video import and convert (all types) + + + + + Video Import (.webm) + + + + + GIF Wallpaper + + + + + QML Wallpaper + + + + + HTML5 Wallpaper + + + + + Website Wallpaper + + + + + QML Widget + + + + + HTML Widget + + + + + Set Wallpaper + + + + + Set Widget + + + + + Headline + + + + + Select a Monitor to display the content + + + + + Set Volume + + + + + Fill Mode + + + + + Stretch + + + + + Fill + + + + + Contain + + + + + Cover + + + + + Scale-Down + + + + + Size: + + + + + MB + + + + + No description... + + + + + Click here if you like the content + + + + + Click here if you do not like the content + + + + + Subscribtions: + + + + + Open In Steam + + + + + Subscribed! + + + + + Subscribe + + + + + StartInfo + + + Free Tools to create wallpaper + + + + + Below you can find tools to create wallaper beyond the tools that ScreenPlay provides for you! + + + + + SteamNotAvailable + + + Could not load steam integration! + + + + + SteamProfile + + + + Back + + + + + Forward + + + + + SteamWorkshop + + + Loading + + + + + Download now! + + + + + Downloading... + + + + + Details + + + + + Open In Steam + + + + + Profile + + + + + Search for Wallpaper and Widgets... + + + + + Open Workshop in Steam + + + + + Ranked By Vote + + + + + Publication Date + + + + + Ranked By Trend + + + + + Favorited By Friends + + + + + Created By Friends + + + + + Created By Followed Users + + + + + Not Yet Rated + + + + + Total VotesAsc + + + + + Votes Up + + + + + Total Unique Subscriptions + + + + + Back + + + + + Forward + + + + + TagSelector + + + Save + + + + + Add tag + + + + + Cancel + + + + + Add Tag + + + + + TextField + + + Label + + + + + *Required + + + + + TrayIcon + + + ScreenPlay - Double click to change you settings. + + + + + Open ScreenPlay + + + + + + Mute all + + + + + Unmute all + + + + + + Pause all + + + + + Play all + + + + + Quit + + + + + UploadProject + + + Upload Wallpaper/Widgets to Steam + + + + + Abort + + + + + Upload Selected Projects + + + + + Finish + + + + + UploadProjectBigItem + + + Type: + + + + + Open Folder + + + + + Invalid Project! + + + + + UploadProjectItem + + + Fail + + + + + No Connection + + + + + Invalid Password + + + + + Logged In Elsewhere + + + + + Invalid Protocol Version + + + + + Invalid Param + + + + + File Not Found + + + + + Busy + + + + + Invalid State + + + + + Invalid Name + + + + + Invalid Email + + + + + Duplicate Name + + + + + Access Denied + + + + + Timeout + + + + + Banned + + + + + Account Not Found + + + + + Invalid SteamID + + + + + Service Unavailable + + + + + Not Logged On + + + + + Pending + + + + + Encryption Failure + + + + + Insufficient Privilege + + + + + Limit Exceeded + + + + + Revoked + + + + + Expired + + + + + Already Redeemed + + + + + Duplicate Request + + + + + Already Owned + + + + + IP Not Found + + + + + Persist Failed + + + + + Locking Failed + + + + + Logon Session Replaced + + + + + Connect Failed + + + + + Handshake Failed + + + + + IO Failure + + + + + Remote Disconnect + + + + + Shopping Cart Not Found + + + + + Blocked + + + + + Ignored + + + + + No Match + + + + + Account Disabled + + + + + Service ReadOnly + + + + + Account Not Featured + + + + + Administrator OK + + + + + Content Version + + + + + Try Another CM + + + + + Password Required T oKick Session + + + + + Already Logged In Elsewhere + + + + + Suspended + + + + + Cancelled + + + + + Data Corruption + + + + + Disk Full + + + + + Remote Call Failed + + + + + Password Unset + + + + + External Account Unlinked + + + + + PSN Ticket Invalid + + + + + External Account Already Linked + + + + + Remote File Conflict + + + + + Illegal Password + + + + + Same As Previous Value + + + + + Account Logon Denied + + + + + Cannot Use Old Password + + + + + Invalid Login AuthCode + + + + + Account Logon Denied No Mail + + + + + Hardware Not Capable Of IPT + + + + + IPT Init Error + + + + + Parental Control Restricted + + + + + Facebook Query Error + + + + + Expired Login Auth Code + + + + + IP Login Restriction Failed + + + + + Account Locked Down + + + + + Account Logon Denied Verified Email Required + + + + + No MatchingURL + + + + + Bad Response + + + + + Require Password ReEntry + + + + + Value Out Of Range + + + + + Unexpecte Error + + + + + Disabled + + + + + Invalid CEG Submission + + + + + Restricted Device + + + + + Region Locked + + + + + Rate Limit Exceeded + + + + + Account Login Denied Need Two Factor + + + + + Item Deleted + + + + + Account Login Denied Throttle + + + + + Two Factor Code Mismatch + + + + + Two Factor Activation Code Mismatch + + + + + Account Associated To Multiple Partners + + + + + Not Modified + + + + + No Mobile Device + + + + + Time Not Synced + + + + + Sms Code Failed + + + + + Account Limit Exceeded + + + + + Account Activity Limit Exceeded + + + + + Phone Activity Limit Exceeded + + + + + Refund To Wallet + + + + + Email Send Failure + + + + + Not Settled + + + + + Need Captcha + + + + + GSLT Denied + + + + + GS Owner Denied + + + + + Invalid Item Type + + + + + IP Banned + + + + + GSLT Expired + + + + + Insufficient Funds + + + + + Too Many Pending + + + + + No Site Licenses Found + + + + + WG Network Send Exceeded + + + + + Account Not Friends + + + + + Limited User Account + + + + + Cant Remove Item + + + + + Account Deleted + + + + + Existing User Cancelled License + + + + + Community Cooldown + + + + + Status: + + + + + Upload Progress: + + + + + WebsiteWallpaper + + + Create a Website Wallpaper + + + + + General + + + + + Wallpaper name + + + + + Created By + + + + + Description + + + + + Tags + + + + + Preview Image + + + + + WizardPage + + + Save + + + + + Saving... + + + + + WorkshopItem + + + Successfully subscribed to Workshop Item! + + + + + Download complete! + + + + + XMLNewsfeed + + + News & Patchnotes + +