source: trunk/language/gu_IN/common.lang.php @ 28594

Last change on this file since 28594 was 28594, checked in by TranslationTeam, 10 years ago

[trunk_public] Update gu_IN, thanks to : huz_akh

File size: 4.9 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: ગુજરાતી[IN]
25Version: 2.6.0
26Language URI: http://piwigo.org/ext/extension_view.php?eid=767
27Author: Piwigo team
28Author URI: http://piwigo.org
29*/
30$lang_info['language_name'] = 'ગુજરાતી';
31$lang_info['country'] = 'હિન્દુસ્તાન';
32$lang_info['direction'] = 'ltr';
33$lang_info['code'] = 'gu';
34$lang_info['zero_plural'] = true;
35
36$lang['Date'] = 'તારીખ';
37$lang['day'][0] = 'રવિવાર';
38$lang['day'][1] = 'સોમવાર';
39$lang['day'][2] = 'મંગળવાર';
40$lang['day'][3] = 'બુધવાર';
41$lang['day'][4] = 'ગુરુવાર';
42$lang['day'][5] = 'શુક્રવાર';
43$lang['day'][6] = 'શનિવાર';
44$lang['month'][10] = 'ઑક્ટ્બર';
45$lang['month'][11] = 'નવેમ્બર';
46$lang['month'][12] = 'ડિસેમ્બર';
47$lang['month'][1] = 'જાન્યુઆરી';
48$lang['month'][2] = 'ફેબ્રુઆરી';
49$lang['month'][3] = 'માર્ચ';
50$lang['month'][4] = 'એપ્રિલ';
51$lang['month'][5] = 'મે';
52$lang['month'][6] = 'જૂન';
53$lang['month'][7] = 'જુલાઈ';
54$lang['month'][8] = 'ઑગસ્ટ';
55$lang['month'][9] = 'સપ્ટેમ્બર';
56$lang['View'] = 'જુઓ';
57$lang['Webmaster'] = 'વેબમાસ્ટર';
58$lang['Website'] = 'વેબસાઇટ';
59$lang['Welcome'] = 'સ્વાગત';
60$lang['Welcome to your Piwigo photo gallery!'] = 'પીવીગો ફોટો ગૅલરી મા તમારૂ સ્વાગત છે';
61$lang['Yes'] = 'હા';
62$lang['Your website URL is invalid'] = 'તમારુ આપેલુ URL માન્ય નથી';
63$lang['add this photo to your favorites'] = 'આ ફોટો ની તમારા ફૅવોરીત મા ઉમેરો';
64$lang['all'] = 'બધા';
65$lang['ascending'] = 'ચડતા';
66$lang['chronology_monthly_calendar'] = 'માસિક કૅલેન્ડર';
67$lang['descending'] = 'ઉતરતા';
68$lang['display most recent photos'] = 'હાલ ના નાવા ફોટો બતાવો';
69$lang['display only recently posted photos'] = 'હાલ મા પોસ્ટ કરેલા ફોટો બતાવો';
70$lang['display photos linked to this tag'] = 'આ ટૅગ થી જોડાઈલા ફોટો બતાવો';
71$lang['display recently updated albums'] = 'હાલ મા સુધારેલા આલ્બમ બતાવો';
72$lang['edit'] = 'ફેરફાર કરો';
73$lang['guest'] = 'મહેમાન';
74$lang['login mustn\'t end with a space character'] = 'લોગિન સ્પેસ થી ચાલુ ના થઈ શકે';
75$lang['login mustn\'t start with a space character'] = 'લોગિન સ્પેસ થી અંત ના થઈ શકે';
76$lang['mandatory'] = 'ફરજિયાત';
77$lang['obligatory'] = 'ફરજિયાત';
78$lang['photo'] = 'ફોટો';
79$lang['search'] = 'શોધો';
80$lang['square'] = 'ચોરસ';
81$lang['the beginning'] = 'શુરુઆત';
82$lang['this email address is already in use'] = 'આ ઈમેલ અડ્રેસ પેહલા થી વપરાશ મા છે';
83$lang['this login is already used'] = 'આ લોગિન પેહલા થી વપરાશ મા છે';
84$lang['today'] = 'આજે';
85$lang['wrong date'] = 'ખોટી તારીખ';
Note: See TracBrowser for help on using the repository browser.