Skip to content

Commit a95f113

Browse files
committed
[trunk] - language addnew language/ta_IN Tamil தமிழ் Thanks to sivastar
git-svn-id: http://piwigo.org/svn/trunk@18398 68402e56-0260-453c-a942-63ccdbb3a9ee
1 parent 1e92710 commit a95f113

3 files changed

Lines changed: 67 additions & 0 deletions

File tree

language/ta_IN/common.lang.php

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
<?php
2+
// +-----------------------------------------------------------------------+
3+
// | Piwigo - a PHP based photo gallery |
4+
// +-----------------------------------------------------------------------+
5+
// | Copyright(C) 2008-2012 Piwigo Team http://piwigo.org |
6+
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
7+
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
8+
// +-----------------------------------------------------------------------+
9+
// | This program is free software; you can redistribute it and/or modify |
10+
// | it under the terms of the GNU General Public License as published by |
11+
// | the Free Software Foundation |
12+
// | |
13+
// | This program is distributed in the hope that it will be useful, but |
14+
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
15+
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
16+
// | General Public License for more details. |
17+
// | |
18+
// | You should have received a copy of the GNU General Public License |
19+
// | along with this program; if not, write to the Free Software |
20+
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
21+
// | USA. |
22+
// +-----------------------------------------------------------------------+
23+
/*
24+
Language Name: தமிழ் [IN]
25+
Version: 2.4.0
26+
Language URI: http://piwigo.org/ext/extension_view.php?eid=638
27+
Author: Piwigo team
28+
Author URI: http://piwigo.org
29+
*/
30+
31+
$lang_info['language_name'] = 'தமிழ்';
32+
$lang_info['country'] = 'இந்தியா';
33+
$lang_info['direction'] = 'ltr';
34+
$lang_info['code'] = 'ta';
35+
$lang_info['zero_plural'] = true;
36+
37+
38+
$lang['%d album updated'] = '%d ஆல்பம் மேம்படுத்தப்பட்டது';
39+
$lang['%d albums updated'] = '%d ஆல்பங்கள் மேம்படுத்தப்பட்டது';
40+
$lang['%d comment to validate'] = '%d கருத்து பரிசீலிக்கப்படுகிறது';
41+
$lang['%d comment'] = '%d கருத்து';
42+
$lang['%d comments to validate'] = '%d கருத்து பரிசீலிக்கப்படுகிறது';
43+
$lang['%d comments'] = '%d கருத்து';
44+
$lang['%d hit'] = '%d ஹிட்';
45+
$lang['%d hits'] = '%d ஹிட்ஸ்';
46+
$lang['%d Kb'] = '%d கேபி';
47+
$lang['%d new comment'] = '%d புதிய கருத்து';
48+
$lang['%d new comments'] = '%d புதிய கருத்துக்கள்';
49+
$lang['%d new photo'] = '%d புதிய புகைப்படம்';
50+
$lang['%d new photos'] = '%d புதிய புகைப்படங்கள்';
51+
$lang['%d new user'] = '%d புதிய உறுப்பினர்';
52+
$lang['%d new users'] = '%d புதிய உறுப்பினர்கள்';
53+
$lang['%d photo is also linked to current tags'] = '%d புகைப்படங்களுக்கும் தற்போதைய குறிச்சொற்கள் இணைக்கப்பட்டது';
54+
$lang['%d photo'] = '%d புகைப்படம்';
55+
$lang['%d photos are also linked to current tags'] = '%d புகைப்படங்களுக்கும் தற்போதைய குறிச்சொற்கள் இணைக்கப்பட்டது';
56+
$lang['%d photos'] = '%d புகைப்படங்கள்';
57+
$lang['%d rates'] = '%d மதிப்பீடுகள்';
58+
$lang['(!) This comment requires validation'] = '(!)ிந்தக் கருத்துக்கு பரிசீலனை தேவைப்படுகிறது';
59+
$lang['... or browse your empty gallery'] = '... அல்லது உங்களுடைய காலியான ஆல்பத்தில் உலவு';
60+
$lang['... or please deactivate this message, I will find my way by myself'] = '... அல்லது தயவு செய்து இந்த செய்தியை செயலிழக்க செய்யவும், நான் என் வழியில் கண்டுகொள்கிறேன்';
61+
$lang['A comment on your site'] = 'உங்கள் தளத்திற்கு ஒரு கருத்து வந்துள்ளது';
62+
$lang['About Piwigo'] = 'Piwigo பற்றி';
63+
$lang['About'] = 'பற்றி';
64+
65+
66+
?>

language/ta_IN/iso.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
தமிழ் [IN]

language/ta_IN/ta_IN.jpg

1.07 KB
Loading

0 commit comments

Comments
 (0)