2019-10-07 15:08:06 +00:00
<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">
<!--Program setting-->
2020-04-21 12:54:41 +00:00
<system:String x:Key="flowlauncher_plugin_program_delete">Sil</system:String>
<system:String x:Key="flowlauncher_plugin_program_edit">Düzenle</system:String>
<system:String x:Key="flowlauncher_plugin_program_add">Ekle</system:String>
<system:String x:Key="flowlauncher_plugin_program_location">Konum</system:String>
<system:String x:Key="flowlauncher_plugin_program_suffixes">İndekslenecek Uzantı lar</system:String>
<system:String x:Key="flowlauncher_plugin_program_reindex">Yeniden İndeksle</system:String>
<system:String x:Key="flowlauncher_plugin_program_indexing">İndeksleniyor</system:String>
<system:String x:Key="flowlauncher_plugin_program_index_start">Başlat Menüsünü İndeksle</system:String>
<system:String x:Key="flowlauncher_plugin_program_index_registry">Registry'i İndeksle</system:String>
<system:String x:Key="flowlauncher_plugin_program_suffixes_header">Uzantı lar</system:String>
<system:String x:Key="flowlauncher_plugin_program_max_depth_header">Derinlik</system:String>
<system:String x:Key="flowlauncher_plugin_program_directory">Dizin:</system:String>
<system:String x:Key="flowlauncher_plugin_program_browse">Gözat</system:String>
<system:String x:Key="flowlauncher_plugin_program_file_suffixes">Dosya Uzantı ları :</system:String>
<system:String x:Key="flowlauncher_plugin_program_max_search_depth">Maksimum Arama Derinliği (Limitsiz için -1):</system:String>
<system:String x:Key="flowlauncher_plugin_program_pls_select_program_source">İşlem yapmak istediğiniz klasörü seçin.</system:String>
<system:String x:Key="flowlauncher_plugin_program_update">Güncelle</system:String>
2020-04-22 10:26:09 +00:00
<system:String x:Key="flowlauncher_plugin_program_only_index_tip">Flow Launcher yalnı zca aşağı daki uzantı lara sahip dosyaları indeksleyecektir:</system:String>
2020-04-21 12:54:41 +00:00
<system:String x:Key="flowlauncher_plugin_program_split_by_tip">(Her uzantı yı ; işareti ile ayı rı n)</system:String>
<system:String x:Key="flowlauncher_plugin_program_update_file_suffixes">Dosya uzantı ları başarı yla güncellendi</system:String>
<system:String x:Key="flowlauncher_plugin_program_suffixes_cannot_empty">Dosya uzantı ları boş olamaz</system:String>
<system:String x:Key="flowlauncher_plugin_program_run_as_administrator">Yönetici Olarak Çalı ştı r</system:String>
<system:String x:Key="flowlauncher_plugin_program_open_containing_folder">İçeren Klasörü Aç</system:String>
<system:String x:Key="flowlauncher_plugin_program_plugin_name">Program</system:String>
2020-04-22 10:26:09 +00:00
<system:String x:Key="flowlauncher_plugin_program_plugin_description">Programları Flow Launcher'tan arayı n</system:String>
2020-04-21 12:54:41 +00:00
<system:String x:Key="flowlauncher_plugin_program_invalid_path">Geçersiz Konum</system:String>
2019-10-07 15:08:06 +00:00
</ResourceDictionary>