git-svn-id: http://piwigo.org/svn/trunk@10225 68402e56-0260-453c-a942-63ccdbb3a9ee

This commit is contained in:
Nakre
2011-04-09 22:20:03 +00:00
parent f6cb076504
commit e1e80ff7e0
2 changed files with 6 additions and 0 deletions

View File

@@ -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.';
?>

View File

@@ -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';
?>