Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Language fixes #183

Merged
merged 1 commit into from
Feb 21, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions StringDictionary.tr.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -284,9 +284,9 @@

<!-- from 2020.2.2 -->
<system:String x:Key="Message.MountPointFolder.Condition">Bağlama noktası klasör yolları yalnızca temel veya dinamik NTFS birimlerindeki boş klasörlerde kullanılabilir.</system:String>
<system:String x:Key="Message.MountPointFolder.Mandatory">Klasöre atamak için Yerel Diskin halka açık seçeneği zorunludur</system:String>
<system:String x:Key="Validation.Hint.FolderUrl">klasör URL'si</system:String>
<system:String x:Key="Validation.Hint.FolderUrlID">klasör URL'si veya kimliği</system:String>
<system:String x:Key="Message.MountPointFolder.Mandatory">Klasöre ilişkilendirmek için Yerel Diskin herkese açık seçeneği seçilmelidir</system:String>
<system:String x:Key="Validation.Hint.FolderUrl">klasör URL'i</system:String>
<system:String x:Key="Validation.Hint.FolderUrlID">klasör URL'i veya ID'si</system:String>

<system:String x:Key="GoogleDrive.MyDrive">Drive'ım</system:String>
<system:String x:Key="GoogleDrive.SharedWithMe">Benimle paylaşılanlar</system:String>
Expand Down