Blame view
sources/apps/ownpad_lite/l10n/tr.php
446 Bytes
|
42e4f8d60
|
1 2 3 4 5 6 7 8 9 10 11 12 13 |
<?php $TRANSLATIONS = array( "Document was shared" => "Belge paylaşıldı.", "User %s shared quick document %s with you." => "%s kullanıcısı sizinle %s hızlı belgesini paylaştı", "My pad" => "Benim Pad", "Settings" => "Ayarlar", "Pad Title" => "Pad Başlık", "Open" => "Aç", "Share with" => "ile Paylaş", "Share" => "Paylaş", "Etherpad service URL" => "Etherpad hizmet URL'si", "Username" => "Kullanıcı Adı", "Save" => "Kaydet" ); |