source: trunk/language/ta_IN/admin.lang.php @ 24107

Last change on this file since 24107 was 24107, checked in by TranslationTeam, 11 years ago

[trunk_admin] Update ta_IN, thanks to : saitjaleel

  • Property svn:executable set to *
File size: 2.9 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2013 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$lang['%d associations'] = '
24';
25$lang['%d guests'] = '% d விருந்தினர்';
26$lang['%d hour'] = '% d மணிநேரம்';
27$lang['%d hours'] = '% d மணிநேரம்';
28$lang['%d guest'] = '% d விருந்தினர்';
29$lang['%d groups'] = '%d குழுக்கள்';
30$lang['%d group'] = '%d குழு';
31$lang['%d days'] = '%d நாட்கள்';
32$lang['%d day'] = '% d நாள்';
33$lang['%d anomalies have been detected.'] = '% d முரண்பாடுகள் கண்டறியப்பட்டது';
34$lang['%d anomalies have been detected corrected.'] = '% d முரண்பாடுகள் கண்டறியப்பட்டு மேலும் சரிசெய்யப்பட்டது';
35$lang['%d albums moved'] = '%d ஆல்பங்கள் நகர்த்தப்பட்டது';
36$lang['%d albums including'] = 'இதில்% d ஆல்பங்கள்';
37$lang['%d album moved'] = '% D ஆல்பம் நகர்த்தப்பட்டது';
38$lang['%d album including'] = '% d ஆல்பம் அடங்கும்';
39$lang[' and %d virtual'] = 'மற்றும் %d நிஜமான';
40$lang[' and %d virtuals'] = 'மற்றும் %d நிஜமான';
41?>
Note: See TracBrowser for help on using the repository browser.