Blame view
sources/apps/files_trashbin/l10n/tr.php
481 Bytes
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
6d9380f96
|
3 4 5 6 |
"Couldn't delete %s permanently" => "%s kalıcı olarak silinemedi", "Couldn't restore %s" => "%s geri yüklenemedi", "Deleted files" => "Silinmiş dosyalar", "Restore" => "Geri yükle", |
|
31b7f2792
|
7 8 9 |
"Error" => "Hata", "restored" => "geri yüklendi", "Nothing in here. Your trash bin is empty!" => "Burada hiçbir şey yok. Çöp kutunuz tamamen boş!", |
|
03e52840d
|
10 |
"Name" => "İsim", |
|
6d9380f96
|
11 12 |
"Deleted" => "Silinme", "Delete" => "Sil" |
|
03e52840d
|
13 |
); |
|
31b7f2792
|
14 |
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; |