16 lines
488 B
PHP
Raw Normal View History

2013-08-28 17:35:04 -04:00
<?php $TRANSLATIONS = array(
"Close" => "Kapat",
"Invite" => "Davet",
"Users in session:" => "Kullanıcıların oturumu:",
2013-09-05 05:35:38 -04:00
"Failed to load documents." => "Belgeler yüklenemedi.",
"No people found" => "Kişi bulunamadı",
"Remove from the list" => "Listeden kaldır",
"Sent" => "Gönderildi",
"Declined" => "Reddedildi",
"Accepted" => "Kabul edildi",
"Incoming" => "Gelen",
"Documents" => "Belgeler",
"Advanced feature-set" => "Gelişmiş özellik seti",
"(Unstable)" => "(Kararsız)"
2013-08-28 17:35:04 -04:00
);