source: trunk/language/et_EE/admin.lang.php @ 16496

Last change on this file since 16496 was 16496, checked in by TranslationTeam, 12 years ago

[trunk_admin] Update et_EE, thanks to : kristian

File size: 2.9 KB
Line 
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
25
26$lang['Add to caddie'] = 'lisa korvi';
27$lang['Average rate'] = 'Keskmine hinne';
28$lang['Rate'] = 'Hinda';
29$lang['Caddie'] = 'Korv';
30
31$lang[' and %d virtual'] = 'ning %d virtuaalne';
32$lang[' and %d virtuals'] = 'ning %d virtuaalseid';
33$lang['%d album including'] = 'üks album, mille juures';
34$lang['%d album moved'] = 'üks album teiseldatud';
35$lang['%d albums including'] = '%d albumeid, mille juures';
36$lang['%d albums moved'] = '%d albumit teiseldatud';
37$lang['%d anomalies have been detected corrected.'] = '%d tehnilist hälvet leiti ja parandati ära.';
38$lang['%d anomalies have been detected.'] = '%d tehnilist hälvet leiti.';
39$lang['%d anomalies have been ignored.'] = '%d tehnilist hälvet ignoreeritakse.';
40$lang['%d anomalies have not been corrected.'] = '%d tehnilist hälvet on parandamata.';
41$lang['%d anomaly has been corrected.'] = 'üks tehniline hälve parandati ära.';
42$lang['%d anomaly has been detected.'] = 'üks tehniline hälve leiti.';
43$lang['%d anomaly has been ignored.'] = 'ühte tehnilist hälvet ignoreeritakse.';
44$lang['%d anomaly has not been corrected.'] = 'üks tehniline hälve on parandamata.';
45$lang['%d association'] = 'üks assotsiatsioon';
46$lang['%d associations'] = '%d assotsiatsiooni';
47$lang['%d day'] = 'üks päev';
48$lang['%d days'] = '%d päeva';
49$lang['%d group'] = 'üks grupp';
50$lang['%d groups'] = '%d gruppi';
51?>
Note: See TracBrowser for help on using the repository browser.