1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-04 20:27:40 +02:00
Files
php-monstra/plugins/box/emails/languages/tr.lang.php
2014-05-23 10:23:19 +03:00

20 lines
853 B
PHP
Raw Permalink 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
return array(
'emails' => array(
'Emails' => 'E-postalar',
'Emails plugin for Monstra' => 'Monstra için e-posta eklentisi',
'Edit Layout' => 'Mizanpajı Düzenle',
'Email templates' => 'E-posta şablonları',
'Edit' => 'Düzenle',
'Edit Email Template' => 'E-posta Şablonunu Düzenle',
'Name' => 'Ad',
'Email template content' => 'E-posta şablonu içeriği',
'Save and Exit' => 'Kaydet ve Çık',
'Save' => 'Kaydet',
'Cancel' => 'Vazgeç',
'This email template does not exist' => 'Bu e-posta şablonu bulunamadı',
'Your changes to the email template <i>:name</i> have been saved.' => 'Değişiklikleriniz <i>:name</i> adlı e-posta şablonuna kaydedildi.',
)
);