2013-09-05 05:35:38 -04:00

16 lines
488 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php $TRANSLATIONS = array(
"Close" => "Kapat",
"Invite" => "Davet",
"Users in session:" => "Kullanıcıların oturumu:",
"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)"
);