1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-07 21:56:39 +02:00

Create tr.lang.php in box/emails plugin

This commit is contained in:
Ali Galip Çamlı
2014-05-23 10:23:19 +03:00
parent 8a905b9481
commit fc0a4cf3b3

View File

@@ -0,0 +1,19 @@
<?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.',
)
);