source: trunk/language/ga_IE/common.lang.php @ 24309

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

[trunk_public] Update ga_IE, thanks to : soreilly

File size: 3.6 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/*
24Language Name: Gaeilge [IE]
25Version: 2.5.0
26Language URI: http://piwigo.org/ext/extension_view.php?eid=708
27Author: Piwigo team
28Author URI: http://piwigo.org
29*/
30
31// Langage informations
32$lang_info['language_name'] = 'Gaeilge';
33$lang_info['country'] = 'éire';
34$lang_info['direction'] = 'ltr';
35$lang_info['code'] = 'ir';
36$lang_info['zero_plural'] = true;
37
38$lang['%d album updated'] = '%d albam suas chun dáta';
39$lang['%d albums updated'] = '%d albaim suas chun dáta';
40$lang['Hello'] = 'Dia Duit';
41$lang['month']['2'] = 'Feabhra';
42$lang['month']['3'] = 'Márta';
43$lang['month']['4'] = 'Aibreán';
44$lang['month']['5'] = 'Bealtaine';
45$lang['month']['6'] = 'Meitheamh';
46$lang['month']['7'] = 'Iúil';
47$lang['month']['8'] = 'Lúnasa';
48$lang['month']['9'] = 'Meán Fómhair';
49$lang['month']['10'] = 'Deireadh Fómhair';
50$lang['month']['11'] = 'Samhain';
51$lang['month']['12'] = 'Nollaig';
52$lang['month']['1'] = 'Eanáir';
53$lang['day']['0'] = 'Dé Domnaigh';
54$lang['day']['1'] = 'Dé Luan';
55$lang['day']['2'] = 'Dé Máirt';
56$lang['day']['3'] = 'Dé Céadaoin';
57$lang['day']['4'] = 'Déaordaoin';
58$lang['day']['5'] = 'De hAoine';
59$lang['day']['6'] = 'Dé Sathairn';
60$lang['Search'] = 'Cuardach';
61$lang['Hello %s,'] = 'Dia Duit a %s';
62$lang['Home'] = 'Leathaineach abhaile';
63$lang['Hello %s, your Piwigo photo gallery is empty!'] = 'Dia Duit a %s, Níor aimsíodh ghrianraf ar bith';
64$lang['No'] = 'Nil';
65$lang['I want to add photos'] = 'Ba mhaith liom ....';
66$lang['Here are your connection settings'] = 'Seo duit conn sett...';
67$lang['First Page'] = 'Leathaineacht amhain';
68$lang['Email address'] = 'Seoladh Ríomhpoist';
69$lang['Email address is missing. Please specify an email address.'] = 'Chaill do Email, thug do email mais e do thoil e';
70$lang['Email'] = 'Riomhpoist';
71$lang['Author: %s'] = 'Údar: %s';
72$lang['Author'] = 'Údar';
73$lang['Date'] = 'Data';
74$lang['Bad request'] = 'Ceist dana';
75$lang['Are you sure?'] = 'An bhfuil tu cinnte';
76$lang['Close this window'] = 'Dun bhfuinneog seo';
77$lang['All'] = 'Gach rud';
78$lang['Email: %s'] = 'Riomhpoist: %s';
79?>
Note: See TracBrowser for help on using the repository browser.