diff options
author | ddtddt <ddtddt@piwigo.org> | 2011-04-10 06:03:30 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2011-04-10 06:03:30 +0000 |
commit | 5881ff31261978e4163cf9323608a8fcaac6353c (patch) | |
tree | 55c7bd7ccfba6b18e3860ac05885210098d6aa85 /language | |
parent | f2e882e6417466b4b669989c630fa133a3bc6eed (diff) |
[branche2.2] merge r10225 Thanks to Nakre
git-svn-id: http://piwigo.org/svn/branches/2.2@10227 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language')
-rw-r--r-- | language/tr_TR/admin.lang.php | 5 | ||||
-rw-r--r-- | language/tr_TR/common.lang.php | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/language/tr_TR/admin.lang.php b/language/tr_TR/admin.lang.php index b8252214a..3af046d20 100644 --- a/language/tr_TR/admin.lang.php +++ b/language/tr_TR/admin.lang.php @@ -771,4 +771,9 @@ $lang['All languages are up to date.'] = 'Bütün diller güncel.'; $lang['Visit theme site'] = 'Tema sitesine git'; $lang['Visit language site'] = 'Dil sitesine git'; $lang['New Version'] = 'Yeni Versiyon'; +$lang['Obsolete Plugins'] = 'Eski Eklentiler'; +$lang['WARNING! This plugin does not seem to be compatible with this version of Piwigo.'] = 'UYARI! Bu eklenti Piwigo galerinizin bu versiyonu ile uyumlu değildir.'; +$lang['Do you want to activate anyway?'] = 'Yine de etkinleştirmek istiyor musunuz?'; +$lang['THIS PLUGIN IS NOW PART OF PIWIGO CORE! DELETE IT NOW.'] = 'Bu eklenti şimdi Piwigo\'nun kendi parçasıdır lütfen siliniz.!'; +$lang['ERROR: THIS PLUGIN IS MISSING BUT IT IS INSTALLED! UNINSTALL IT NOW.'] = 'Hata: Bu eklenti eksik, ama yüklenmiş. Lütfen siliniz.'; ?>
\ No newline at end of file diff --git a/language/tr_TR/common.lang.php b/language/tr_TR/common.lang.php index 3c12f76ef..21a2deebf 100644 --- a/language/tr_TR/common.lang.php +++ b/language/tr_TR/common.lang.php @@ -358,4 +358,5 @@ $lang['set as album representative'] = 'albüm temsilcisi oalrak ayarla'; $lang['slideshow'] = 'slayt gösterisi'; $lang['the beginning'] = 'başlangıç'; $lang['Email address is missing. Please specify an email address.'] = 'E-Posta Adresi Kayıp. Lütfen E-Posta adresinizi doğrulayınız..'; +$lang['html tags are not allowed in login'] = 'girişte html etiketleri kullanılamaz'; ?>
\ No newline at end of file |