Skip to content

Commit

Permalink
[FIX][string fix]
Browse files Browse the repository at this point in the history
  • Loading branch information
Emre Esen authored and Emre Esen committed Apr 8, 2024
1 parent c6a522e commit c78441e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/values-tr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<string name="are_you_sure">Emin misiniz ?</string>
<string name="delete_warning">Seçilen dosyalar silinecek</string>
<string name="path_not_selected">Yol seçilmedi</string>
<string name="no_item">"Burada bir şey yok"</string>
<string name="no_item">Burada bir şey yok</string>
<string name="no_app_share">Paylaşım yapabilecek uygulama bulunamadı</string>
<string name="max_share_file">Maksimum dosya sayısını aştınız</string>
<string name="ok">Tamam</string>
Expand Down Expand Up @@ -103,5 +103,5 @@
<string name="create">Oluştur</string>
<string name="folder_name">Klasör adı</string>
<string name="folder_exists_warning">Bu ada sahip klasör zaten mevcut</string>
<string name="no_folder">Görüntülecek bir klasör yok</string>
<string name="no_folder">Görüntülenecek bir klasör yok</string>
</resources>
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<string name="are_you_sure">Are you sure ?</string>
<string name="delete_warning">Selected files will be deleted</string>
<string name="path_not_selected">Path not selected</string>
<string name="no_item">"There is nothing here "</string>
<string name="no_item">There is nothing here</string>
<string name="no_app_share">No application found that can share</string>
<string name="max_share_file">You have exceeded the maximum number of files</string>
<string name="ok">OK</string>
Expand Down

0 comments on commit c78441e

Please sign in to comment.