source: extensions/oAuth/language/lv_LV/plugin.lang.php @ 28783

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

[oauth] Update lv_LV, thanks to : agrisans

  • Property svn:executable set to *
File size: 4.3 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$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.';
24$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.';
25$lang['Users are not allowed to register on your gallery. Social Connect will not work correctly.'] = 'Lietotājiem nav atļauts reģistrēties jūsu galerijā. Social Connect nedarbosies korekti.';
26$lang['Sorry, new registrations are blocked on this gallery.'] = 'Atvainojiet, šai galerijā jauna reģistrēšanās bloķēta';
27$lang['Social Connect: You need to configure the credentials'] = 'Social Connect: Nepieciešams nokonfigurēt Jūsu akreditēšanās datus';
28$lang['Social Connect: PHP Curl extension is needed'] = 'Social Connect: nepieciešams PHP Curl paplašinājums';
29$lang['Please enter your OpenID URL'] = 'Lūdzu ievadied savu OpenId URL';
30$lang['Please enter your username'] = 'Lūdzu ievadiet savu lietotājvārdu';
31$lang['Sign in with %s'] = 'Piesakies ar %s';
32$lang['Providers'] = 'Pakalpojuma sniedzēji';
33$lang['Icon size in the menubar'] = 'Ikonas izmērs izvēlnes joslā';
34$lang['Profile URL'] = 'URL Profils';
35$lang['Or sign in with'] = 'Vai piesakies ar ';
36$lang['Logged with'] = 'Ielogojies ar';
37$lang['Icon size on the identification page'] = 'Ikonas izmērs iedentifikācijas lapā';
38$lang['Loading...'] = 'Ielādē....';
39$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>';
40$lang['Display sign in buttons in the menubar'] = 'Attēlot zīmi izvēlnes joslas pogās';
41$lang['Display sign in buttons on the register page'] = 'Attēlot zīmi reģistrācijas lapas pogās';
42$lang['Contacting <b>%s</b>. Please wait.'] = 'Savienojas <b>%s</b>. Lūdzu uzgaidiet.';
43$lang['Authentication canceled'] = 'Autentifikācija atcelta';
44$lang['%s: invalid keys'] = '%s: kļūdainas atslēgas';
45$lang['Error...'] = 'Kļūda...';
46$lang['Enabled'] = 'Iespējots';
47$lang['Disabled'] = 'Atspējots';
48$lang['Allow users to merge existing account with new <i>Social Connect</i> identity'] = 'Ļauj lietotājiem apvienot esošo kontu ar jaunu <i> Social Connect </i> identitāti';
49$lang['Please enter your user ID'] = 'Lūdzu ievadiet savu lietotāja ID';
50$lang['Associate with an existing account'] = 'Sasaistīt ar eksistējošu kontu';
51$lang['Cancel'] = 'Atcelt';
52$lang['For security reason, the main webmaster account can\'t be merged with a remote account, but you can use another webmaster account.'] = 'Drošības apsvērumu dēļ, galvenais webmaster kontu nevar apvienot ar tālvadības kontu, bet jūs varat izmantot citu webmaster kontu.';
Note: See TracBrowser for help on using the repository browser.