diff options
Diffstat (limited to 'language/ta_IN/common.lang.php')
-rw-r--r-- | language/ta_IN/common.lang.php | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/language/ta_IN/common.lang.php b/language/ta_IN/common.lang.php index 0e201c0a5..f21ff3072 100644 --- a/language/ta_IN/common.lang.php +++ b/language/ta_IN/common.lang.php @@ -2,7 +2,7 @@ // +-----------------------------------------------------------------------+ // | Piwigo - a PHP based photo gallery | // +-----------------------------------------------------------------------+ -// | Copyright(C) 2008-2013 Piwigo Team http://piwigo.org | +// | Copyright(C) 2008-2014 Piwigo Team http://piwigo.org | // | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | // +-----------------------------------------------------------------------+ @@ -22,7 +22,7 @@ // +-----------------------------------------------------------------------+ /* Language Name: தமிழ் [IN] -Version: 2.5.0 +Version: 2.6.0 Language URI: http://piwigo.org/ext/extension_view.php?eid=638 Author: Piwigo team Author URI: http://piwigo.org @@ -35,12 +35,12 @@ $lang_info['code'] = 'ta'; $lang_info['zero_plural'] = true; -$lang['%d album updated'] = '%d ஆல்பம் மேம்படுத்தப்பட்டது'; +$lang['%d album updated'] = '%d ஆல்பம் புதுப்பிக்கப்பட்டது'; $lang['%d albums updated'] = '%d ஆல்பங்கள் மேம்படுத்தப்பட்டது'; $lang['%d comment to validate'] = '%d கருத்து பரிசீலிக்கப்படுகிறது'; $lang['%d comment'] = '%d கருத்து'; $lang['%d comments to validate'] = '%d கருத்து பரிசீலிக்கப்படுகிறது'; -$lang['%d comments'] = '%d கருத்து'; +$lang['%d comments'] = '%d கருத்துரைகள்'; $lang['%d hit'] = '%d ஹிட்'; $lang['%d hits'] = '%d ஹிட்ஸ்'; $lang['%d Kb'] = '%d கேபி'; @@ -179,7 +179,6 @@ $lang['IPTC Metadata'] = 'IPTC மேல்நிலை தரவு'; $lang['Identification'] = 'அடையாளம்'; $lang['If this was a mistake, just ignore this email and nothing will happen.'] = 'இது தவறு என்றால், இந்த மின்னஞ்சல் புறக்கணிக்கவும், எதுவும் நடக்காது.'; $lang['If you think you\'ve received this email in error, please contact us at %s'] = 'நீங்கள் தவறுதலாக இந்த மின்னஞ்சல் வந்துள்ளது நினைத்தால், எங்களைத் தொடர்பு கொள்க %s'; -$lang['Interface theme'] = 'முகப்பு வார்ப்புரு'; $lang['Invalid key'] = 'செல்லாத விசை'; $lang['Invalid password!'] = 'கடவுச்சொல்லை தவறானது!'; $lang['Invalid username or email'] = 'தவறான பயனர்பெயர் அல்லது மின்னஞ்சல்'; @@ -294,7 +293,6 @@ $lang['xlarge'] = 'XL - மிகப் பெரியது'; $lang['xsmall'] = 'XS - மிகப் சிறியது'; $lang['xxlarge'] = 'XXL - பிரம்மாண்டமான'; $lang['photos posted during the last %d days'] = 'கடந்த %d நாட்களில் இடப்பட்ட புகைப்படங்கள்'; -$lang['please enter your password again'] = 'மீண்டும் உங்கள் கடவுச்சொல்லை உள்ளிடவும்'; $lang['posted after %s (%s)'] = 'பிறகு பதிவிடப்பட்டது %s (%s)'; $lang['posted before %s (%s)'] = 'முன்னர் பதிவிடப்பட்டது %s (%s)'; $lang['posted between %s (%s) and %s (%s)'] = 'இடையே பதிவிடப்பட்டது %s (%s) மறும் %s (%s)'; @@ -413,4 +411,13 @@ $lang['Welcome to your Piwigo photo gallery!'] = 'உங்களை Piwigo ப $lang['Yes'] = 'ஆம்'; $lang['You are not authorized to access the requested page'] = 'நீங்கள் கோரிய பக்கத்தை அணுக உங்களுக்கு அதிகாரம் இல்லை'; $lang['You will receive a link to create a new password via email.'] = 'மின்னஞ்சல் வழியாக ஒரு புதிய கடவுச்சொல்லை உருவாக்க ஒரு இணைப்பை பெறுவீர்கள்.'; +$lang['Email'] = 'மின்னஞ்சல்'; +$lang['Go back to the album'] = 'மீண்டும்,ஆல்பம் செல்ல'; +$lang['Last Page'] = 'கடைசி பக்கம்'; +$lang['Website'] = 'இணையதளம்'; +$lang['Your website URL is invalid'] = 'உங்கள் வலைத்தளத்தின் URL தவறானது'; +$lang['First Page'] = 'முதல் பக்கம்'; +$lang['Password is missing. Please enter the password.'] = 'கடவுச்சொல் விடுபட்டுள்ளது. தயவு செய்து +கடவுச்சொல்லை உள்ளிடவும்'; +$lang['Password confirmation is missing. Please confirm the chosen password.'] = 'கடவுச்சொல்லை உறுதிப்படுத்தல் விடுபட்டுள்ளது. தேர்ந்தெடுத்த கடவுச்சொல்லை உறுதிப்படுத்தவும்'; ?>
\ No newline at end of file |