mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 03:37:59 +01:00
* Added open in console for indexer * Added open in console fpr indexer and folder plugin * Added open in console to program plugin * Added string localization for program plugin * Added test for win32 program * Added test for win32 programs * Added test for indexer plugin * Localization for context menu title * Added tests for folder plugin * Added tests for indexer plugin * Code cleanup * Improved logging and nit fixes * Updated tooltip for open in console * Updates tests * Removed subtitle property from contextmenuresult class * Improved logging for context menu loaders
50 lines
3.7 KiB
XML
50 lines
3.7 KiB
XML
<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-->
|
||
<system:String x:Key="wox_plugin_program_delete">Sil</system:String>
|
||
<system:String x:Key="wox_plugin_program_edit">Düzenle</system:String>
|
||
<system:String x:Key="wox_plugin_program_add">Ekle</system:String>
|
||
<system:String x:Key="wox_plugin_program_location">Konum</system:String>
|
||
<system:String x:Key="wox_plugin_program_suffixes">İndekslenecek Uzantılar</system:String>
|
||
<system:String x:Key="wox_plugin_program_reindex">Yeniden İndeksle</system:String>
|
||
<system:String x:Key="wox_plugin_program_indexing">İndeksleniyor</system:String>
|
||
<system:String x:Key="wox_plugin_program_index_start">Başlat Menüsünü İndeksle</system:String>
|
||
<system:String x:Key="wox_plugin_program_index_registry">Registry'i İndeksle</system:String>
|
||
<system:String x:Key="wox_plugin_program_suffixes_header">Uzantılar</system:String>
|
||
<system:String x:Key="wox_plugin_program_max_depth_header">Derinlik</system:String>
|
||
|
||
<system:String x:Key="wox_plugin_program_directory">Dizin:</system:String>
|
||
<system:String x:Key="wox_plugin_program_browse">Gözat</system:String>
|
||
<system:String x:Key="wox_plugin_program_file_suffixes">Dosya Uzantıları:</system:String>
|
||
<system:String x:Key="wox_plugin_program_max_search_depth">Maksimum Arama Derinliği (Limitsiz için -1):</system:String>
|
||
|
||
<system:String x:Key="wox_plugin_program_pls_select_program_source">İşlem yapmak istediğiniz klasörü seçin.</system:String>
|
||
|
||
<system:String x:Key="wox_plugin_program_update">Güncelle</system:String>
|
||
<system:String x:Key="wox_plugin_program_only_index_tip">Wox yalnızca aşağıdaki uzantılara sahip dosyaları indeksleyecektir:</system:String>
|
||
<system:String x:Key="wox_plugin_program_split_by_tip">(Her uzantıyı ; işareti ile ayırın)</system:String>
|
||
<system:String x:Key="wox_plugin_program_update_file_suffixes">Dosya uzantıları başarıyla güncellendi</system:String>
|
||
<system:String x:Key="wox_plugin_program_suffixes_cannot_empty">Dosya uzantıları boş olamaz</system:String>
|
||
|
||
<system:String x:Key="wox_plugin_program_run_as_administrator">Yönetici Olarak Çalıştır (Ctrl+Shift+Enter)</system:String>
|
||
<system:String x:Key="wox_plugin_program_open_containing_folder">İçeren Klasörü Aç (Ctrl+Shift+E)</system:String>
|
||
<system:String x:Key="wox_plugin_program_open_in_console">Open path in console (Ctrl+Shift+C)</system:String>
|
||
|
||
|
||
<system:String x:Key="wox_plugin_program_plugin_name">Program</system:String>
|
||
<system:String x:Key="wox_plugin_program_plugin_description">Programları Wox'tan arayın</system:String>
|
||
|
||
<system:String x:Key="wox_plugin_program_invalid_path">Geçersiz Konum</system:String>
|
||
|
||
<!--Application subtitle-->
|
||
<system:String x:Key="powertoys_run_plugin_program_win32_application">Application</system:String>
|
||
<system:String x:Key="powertoys_run_plugin_program_internet_shortcut_application">Internet shortcut application</system:String>
|
||
<system:String x:Key="powertoys_run_plugin_program_web_application">Web application</system:String>
|
||
<system:String x:Key="powertoys_run_plugin_program_run_command">Run command</system:String>
|
||
<system:String x:Key="powertoys_run_plugin_program_packaged_application">Packaged application</system:String>
|
||
<system:String x:Key="powertoys_run_plugin_program_file_name">Name</system:String>
|
||
<system:String x:Key="powertoys_run_plugin_program_file_path">Path</system:String>
|
||
|
||
</ResourceDictionary> |