source: trunk/language/eu_ES/common.lang.php @ 26887

Last change on this file since 26887 was 26887, checked in by ddtddt, 10 years ago

[Trunk] - language - new language Euskara [ES] Thanks to manuvui

File size: 3.0 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2014 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/*
24Language Name: Euskara [ES]
25Version: 2.6.0
26Language URI: http://piwigo.org/ext/extension_view.php?eid=725
27Author: Piwigo team
28Author URI: http://piwigo.org
29*/
30
31// Langage informations
32$lang_info['language_name'] = 'Euskara';
33$lang_info['country'] = 'Euskadi';
34$lang_info['direction'] = 'ltr';
35$lang_info['code'] = 'eus';
36$lang_info['zero_plural'] = true;
37
38$lang['%d album updated'] = '%d eguneratutako albuma';
39$lang['%d albums updated'] = '%d eguneratutako albumak';
40$lang['%d comment to validate'] = '%d onartzeko azalpena';
41$lang['%d comments to validate'] = '%d onartzeko azalpenak';
42$lang['%d new comment'] = '%d azalpen berria';
43$lang['%d new comments'] = '%d azalpen berriak';
44$lang['%d comment'] = '%d azalpen';
45$lang['%d comments'] = '%d azalpenak';
46$lang['%d hit'] = '%d bisita';
47$lang['%d hits'] = '%d bisitak';
48$lang['day'][0] = 'Igandea';
49$lang['day'][1] = 'Astelehena';
50$lang['day'][2] = 'Asteartea';
51$lang['day'][3] = 'Asteazkena';
52$lang['day'][4] = 'Osteguna';
53$lang['day'][5] = 'Ostirala';
54$lang['day'][6] = 'Larunbata';
55$lang['month'][10] = 'Urria';
56$lang['month'][11] = 'Azaroa';
57$lang['month'][12] = 'Abendua';
58$lang['month'][1] = 'Urtarrila';
59$lang['month'][2] = 'Otsaila';
60$lang['month'][3] = 'Martxoa';
61$lang['month'][4] = 'Apirila';
62$lang['month'][5] = 'Maiatza';
63$lang['month'][6] = 'Ekaina';
64$lang['month'][7] = 'Uztaia';
65$lang['month'][8] = 'Abuztua';
66$lang['month'][9] = 'Iraila';
67?>
Note: See TracBrowser for help on using the repository browser.