[20427] | 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['OpenID must be enabled in order to use %s authentication'] = 'Lai lietotu %s autentifikāciju, jābūt iespējotam OpenID '; |
---|
| 24 | $lang['Your registration is almost done, please complete the registration form.'] = 'Jūsu reģistrācija ir gabdrīz pabeigta, lūdzu pabeidziet reģistrācijas formu.'; |
---|
| 25 | $lang['You registered with a %s account, please sign in with the same account.'] = 'Jūs esat reģistrējies ar %s kontu, lūdzu piesakieties ar šo pašu kontu.'; |
---|
| 26 | $lang['Users are not allowed to register on your gallery. OAuth will not work correctly.'] = 'Lietotājiem nav atļauts reģistrēties jūsu galerijā. OAtuh nedarbosies korekti.'; |
---|
| 27 | $lang['Sorry, new registrations are blocked on this gallery.'] = 'Atvainojiet, šai galerijā jauna reģistrēšanās bloķēta'; |
---|
| 28 | $lang['OAuth: You need to configure the credentials'] = 'OAuth: Nepieciešams nokonfigurēt Jūsu akreditēšanās datus'; |
---|
| 29 | $lang['OAuth: PHP Curl extension is needed'] = 'OAuth: nepieciešams PHP Curl paplašinājums'; |
---|
| 30 | $lang['Please enter your OpenID URL'] = 'Lūdzu ievadied savu OpenId URL'; |
---|
| 31 | $lang['Please enter your username'] = 'Lūdzu ievadiet savu lietotājvārdu'; |
---|
| 32 | $lang['Sign in with %s'] = 'Piesakies ar %s'; |
---|
| 33 | $lang['Providers'] = 'Pakalpojuma sniedzēji'; |
---|
| 34 | $lang['Icon size in the menubar'] = 'Ikonas izmērs izvēlnes joslā'; |
---|
| 35 | $lang['Profile URL'] = 'URL Profils'; |
---|
| 36 | $lang['Or sign in with'] = 'Vai piesakies ar '; |
---|
| 37 | $lang['Logged with'] = 'Ielogojies ar'; |
---|
| 38 | $lang['Icon size on the identification page'] = 'Ikonas izmērs iedentifikācijas lapā'; |
---|
| 39 | $lang['Loading...'] = 'Ielādē....'; |
---|
| 40 | $lang['An error occured, please contact the gallery owner. <i>Error code : %s</i>'] = 'Ir radusies kļūda, lūdzu sazinieties ar galerijas īpašnieku.<i>Kļūdas kods : %s</i>'; |
---|
| 41 | $lang['Display sign in buttons in the menubar'] = 'Attēlot zīmi izvēlnes joslas pogās'; |
---|
| 42 | $lang['Display sign in buttons on the register page'] = 'Attēlot zīmi reģistrācijas lapas pogās'; |
---|
| 43 | $lang['Contacting <b>%s</b>. Please wait.'] = 'Savienojas <b>%s</b>. Lūdzu uzgaidiet.'; |
---|
| 44 | $lang['Authentication canceled'] = 'Autentifikācija atcelta'; |
---|
| 45 | $lang['%s: invalid keys'] = '%s: kļūdainas atslēgas'; |
---|
| 46 | $lang['Error...'] = 'Kļūda...'; |
---|
| 47 | $lang['Enabled'] = 'Iespējots'; |
---|
| 48 | $lang['Disabled'] = 'Atspējots'; |
---|
| 49 | ?> |
---|