|
2 | 2 | <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:system="clr-namespace:System;assembly=mscorlib"> |
3 | 3 |
|
4 | 4 | <!-- Dialogues --> |
5 | | - <system:String x:Key="plugin_pluginsmanager_downloading_plugin">Downloading plugin</system:String> |
| 5 | + <system:String x:Key="plugin_pluginsmanager_downloading_plugin">Eklenti indiriliyor</system:String> |
6 | 6 | <system:String x:Key="plugin_pluginsmanager_download_success">Successfully downloaded</system:String> |
7 | | - <system:String x:Key="plugin_pluginsmanager_download_error">Error: Unable to download the plugin</system:String> |
| 7 | + <system:String x:Key="plugin_pluginsmanager_download_error">Hata: Eklenti indirilemiyor</system:String> |
8 | 8 | <system:String x:Key="plugin_pluginsmanager_uninstall_prompt">{0} by {1} {2}{3}Would you like to uninstall this plugin? After the uninstallation Flow will automatically restart.</system:String> |
9 | 9 | <system:String x:Key="plugin_pluginsmanager_uninstall_prompt_no_restart">{0} by {1} {2}{2}Would you like to uninstall this plugin?</system:String> |
10 | 10 | <system:String x:Key="plugin_pluginsmanager_install_prompt">{0} by {1} {2}{3}Would you like to install this plugin? After the installation Flow will automatically restart.</system:String> |
|
22 | 22 | <system:String x:Key="plugin_pluginsmanager_install_error_subtitle">Error occurred while trying to install {0}</system:String> |
23 | 23 | <system:String x:Key="plugin_pluginsmanager_uninstall_error_title">Error uninstalling plugin</system:String> |
24 | 24 | <system:String x:Key="plugin_pluginsmanager_update_noresult_title">No update available</system:String> |
25 | | - <system:String x:Key="plugin_pluginsmanager_update_noresult_subtitle">All plugins are up to date</system:String> |
| 25 | + <system:String x:Key="plugin_pluginsmanager_update_noresult_subtitle">Tüm eklentiler güncel</system:String> |
26 | 26 | <system:String x:Key="plugin_pluginsmanager_update_prompt">{0} by {1} {2}{3}Would you like to update this plugin? After the update Flow will automatically restart.</system:String> |
27 | 27 | <system:String x:Key="plugin_pluginsmanager_update_prompt_no_restart">{0} by {1} {2}{2}Would you like to update this plugin?</system:String> |
28 | 28 | <system:String x:Key="plugin_pluginsmanager_update_title">Plugin Update</system:String> |
29 | 29 | <system:String x:Key="plugin_pluginsmanager_update_alreadyexists">This plugin is already installed</system:String> |
30 | 30 | <system:String x:Key="plugin_pluginsmanager_update_failed_title">Plugin Manifest Download Failed</system:String> |
31 | 31 | <system:String x:Key="plugin_pluginsmanager_update_failed_subtitle">Please check if you can connect to github.com. This error means you may not be able to install or update plugins.</system:String> |
32 | | - <system:String x:Key="plugin_pluginsmanager_update_all_title">Update all plugins</system:String> |
| 32 | + <system:String x:Key="plugin_pluginsmanager_update_all_title">Tüm eklentileri güncelle</system:String> |
33 | 33 | <system:String x:Key="plugin_pluginsmanager_update_all_subtitle">Would you like to update all plugins?</system:String> |
34 | 34 | <system:String x:Key="plugin_pluginsmanager_update_all_prompt">Would you like to update {0} plugins?{1}Flow Launcher will restart after updating all plugins.</system:String> |
35 | 35 | <system:String x:Key="plugin_pluginsmanager_update_all_prompt_no_restart">Would you like to update {0} plugins?</system:String> |
|
47 | 47 | <!-- Plugin Infos --> |
48 | 48 | <system:String x:Key="plugin_pluginsmanager_plugin_name">Plugins Manager</system:String> |
49 | 49 | <system:String x:Key="plugin_pluginsmanager_plugin_description">Management of installing, uninstalling or updating Flow Launcher plugins</system:String> |
50 | | - <system:String x:Key="plugin_pluginsmanager_unknown_author">Unknown Author</system:String> |
| 50 | + <system:String x:Key="plugin_pluginsmanager_unknown_author">Bilinmeyen Yazar</system:String> |
51 | 51 |
|
52 | 52 | <!-- Context menu items --> |
53 | 53 | <system:String x:Key="plugin_pluginsmanager_plugin_contextmenu_openwebsite_title">Open website</system:String> |
|
0 commit comments