diff options
| author | 2016-05-12 10:57:24 +0300 | |
|---|---|---|
| committer | 2016-05-12 10:57:24 +0300 | |
| commit | 6fe1422854018cf18430e7a9f42a2b7dd0f1a18c (patch) | |
| tree | 1882c2a5d276790b95b7bd4eb7292c85b0f71c2f | |
| parent | ff436b6d52665df815033eab614d847777576754 (diff) | |
Update install.php
'json' tr translate
| -rw-r--r-- | app/i18n/tr/install.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/i18n/tr/install.php b/app/i18n/tr/install.php index d4c7c4cd5..85134845b 100644 --- a/app/i18n/tr/install.php +++ b/app/i18n/tr/install.php @@ -63,8 +63,8 @@ return array( 'ok' => 'HTTP REFERER ve sunucunuz arası iletişim sorunsuz.', ), 'json' => array( - 'nok' => 'You lack a recommended library to parse JSON.', - 'ok' => 'You have a recommended library to parse JSON.', + 'nok' => 'Tavsiye edilen JSON çözümleme kütüphanesi eksik.', + 'ok' => 'Tavsiye edilen JSON çözümleme kütüphanesi sorunsuz.', ), 'minz' => array( 'nok' => 'Minz framework eksik.', |
