diff --git a/extension/_locales/lt/messages.json b/extension/_locales/lt/messages.json new file mode 100644 index 00000000..282424d5 --- /dev/null +++ b/extension/_locales/lt/messages.json @@ -0,0 +1,95 @@ +{ + "general_error_port_disconnect": { + "message": "The native host disconnected unexpectedly: $1" + }, + "general_error_port_startupfail": { + "message": "Failed to connect to the native host. Make sure the 'plasma-browser-integration' package is installed." + }, + "general_error_title": { + "message": "Plasma Browser Integration Error" + }, + "general_error_unknown": { + "message": "Unknown Error" + }, + "kdeconnect_open_device": { + "message": "Open on '$1'" + }, + "kdeconnect_open_via": { + "message": "Open via KDE Connect" + }, + "options_about_bugs": { + "message": "If you find an issue, please check the list of open bugs and then file a bug report." + }, + "options_about_copyright": { + "message": "© 2017-2019 Kai Uwe Broulik and David Edmundson" + }, + "options_about_created_by_kde": { + "message": "This browser extension was created by the KDE Community. You can find more information about this project on the KDE Community Wiki." + }, + "options_about_donate": { + "message": "If you like what you saw, please consider donating to KDE, so we can continue to make the best free software possible." + }, + "options_about_kde": { + "message": "KDE is a world-wide community of software engineers, artists, writers, translators and creators who are committed to Free Software development. KDE produces the Plasma desktop environment, hundreds of applications, and the many software libraries that support them. KDE is a cooperative enterprise: no single entity controls its direction or products. Instead, we work together to achieve the common goal of building the world's finest Free Software. Everyone is welcome to join and contribute to KDE, including you. Visit $3 for more information about the KDE community and the software we produce." + }, + "options_about_license": { + "message": "License: GNU General Public License Version 3" + }, + "options_about_translated_by": { + "message": "Translated by: $1" + }, + "options_about_translators": { + "message": "Your names" + }, + "options_not_supported_os": { + "message": "This extension is not supported on this operating system." + }, + "options_plugin_breezeScrollBars_description": { + "message": "This may interfere with the appearance of websites that already apply a custom styling to their scroll bars." + }, + "options_plugin_breezeScrollBars_title": { + "message": "Use Breeze-style scroll bars" + }, + "options_plugin_downloads_title": { + "message": "Show downloads in notification area" + }, + "options_plugin_kdeconnect_description": { + "message": "Adds a context menu entry to links enabling you to send them to your phone and other paired devices using KDE Connect." + }, + "options_plugin_kdeconnect_title": { + "message": "Send via KDE Connect" + }, + "options_plugin_mpris_description": { + "message": "Lets you control video and audio players in websites using the Media Controller plasmoid." + }, + "options_plugin_mpris_media_sessions_description": { + "message": "Extract metadata and thumbnails of currently playing content. (Experimental)" + }, + "options_plugin_mpris_media_sessions_title": { + "message": "Enhanced Media Controls" + }, + "options_plugin_mpris_title": { + "message": "Media Controls" + }, + "options_plugin_tabsrunner_description": { + "message": "Make sure the “Browser Tabs” module is enabled in Plasma Search settings." + }, + "options_plugin_tabsrunner_title": { + "message": "Find browser tabs in “Run Command” window" + }, + "options_save_failed": { + "message": "Saving settings failed" + }, + "options_save_success": { + "message": "Settings successfully saved" + }, + "options_tab_about": { + "message": "About" + }, + "options_tab_general": { + "message": "General" + }, + "options_title": { + "message": "Plasma Integration Settings" + } +} \ No newline at end of file