Commit 711098bbff0a792f2fa0177b5335f968995ca5e5
1 parent
a749ee2f
Fix mis-commented section (breaks php code validation)
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3369 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
2 additions
and
2 deletions
phpmailer/language/phpmailer.lang-tr.php
| ... | ... | @@ -2,7 +2,7 @@ |
| 2 | 2 | /** |
| 3 | 3 | * PHPMailer dil dosyası. |
| 4 | 4 | * Türkçe Versiyonu |
| 5 | - */İZYAZILIM - Elçin Özel - Can Yılmaz - Mehmet Benlioğlu | |
| 5 | + */ | |
| 6 | 6 | |
| 7 | 7 | $PHPMAILER_LANG = array(); |
| 8 | 8 | |
| ... | ... | @@ -21,4 +21,4 @@ $PHPMAILER_LANG["file_access"] = 'Dosyaya erişilemiyor: '; |
| 21 | 21 | $PHPMAILER_LANG["file_open"] = 'Dosya Hatası: Dosya açılamıyor: '; |
| 22 | 22 | $PHPMAILER_LANG["encoding"] = 'Bilinmeyen şifreleme: '; |
| 23 | 23 | |
| 24 | -?> | |
| 25 | 24 | \ No newline at end of file |
| 25 | +?> | ... | ... |