source: extensions/Ldap_Login/language/lv_LV/plugin.lang.php @ 28568

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

[ldap_login] 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-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$lang['You must save the settings with the Save button just up there before testing here.'] = 'Jums ir nepieciešams saglabāt iestatījumus ar Save pogu pirms veikt to pārbaudi.';
24$lang['New users when ldap auth is successfull'] = 'Jauni lietotāji, kad LDAP autentifikācija ir veiksmīga';
25$lang['Let the fields blank if the ldap accept anonymous connections.'] = 'Ja LDAP atļauj anonīmus savienojumus, atstājiet laukus tukšus.';
26$lang['If empty, standard protocol ports will be used by the software.'] = 'Ja tukšs, programmatūra izmantos standarta protokola portus.';
27$lang['If empty, localhost and standard protocol ports will be used in configuration.'] = 'Ja tukšs, konfigurēšanai tiks izmantoti localhost un standarta protokola porti.';
28$lang['Do you want to send mail to the new users, like casual piwigo users receive ?'] = 'Vai jūs vēlaties nosūtīt pastu jaunajiem lietotājiem, piemēram, kādu to saņem parastie Piwigo lietotāji?';
29$lang['Do you want admins to be advertised by mail in case of new users creation upon ldap login ?'] = 'Vai jūs vēlaties, lai  admins tiek brīdināts pa pastu par jaunu lietotāju izveidošanu pēc pieteikšanās ar LDAP loginu?';
30$lang['Base DN'] = '
31Bāzes DN, kur būtu atrodami LDAP lietotājiem (ex : ou=users,dc=piemērs,dc=com) :';
32$lang['Do you allow new piwigo users to be created when users authenticate succesfully on the ldap ?'] = 'Vai jūs ļautu izveidot jaunus Piwigo lietotājus, ja lietotāji veiksmīgi autentificētos LDAP?';
33$lang['Bind DN, field in full ldap style'] = 'Piesaistīt DN ldap stilam (for ex : cn=admin,dc=piemērs,dc=com). ';
34$lang['Attribute corresponding to the user name'] = 'Lietotāja vārdam atbilstošs Atribūts';
35$lang['All LDAP users can use their ldap password everywhere on piwigo if needed.'] = 'Ja nepieciešams, visi LDAP lietotāji var izmantot savu LDAP paroli jebkur Piwigo.';
36$lang['Bind password'] = 'Piesaistīt paroli';
37$lang['Your password'] = 'Jūsu LDAP parole';
38$lang['Warning: LDAP Extension missing.'] = 'Brīdinājums: Trūkst LDAP Paplašinājums.';
39$lang['Username'] = 'Votre ldap lietotājvārds';
40$lang['Test Settings'] = 'Pārbaudīt iestadījumus';
41$lang['Secure connexion'] = 'Drošs savienojums (ldaps)';
42$lang['Save'] = 'Saglabāt';
43$lang['Ldap connection credentials'] = 'LDAP savienojuma pilnvaras';
44$lang['Ldap server host'] = 'Ldap servera hosts';
45$lang['Ldap_Login configuration'] = 'Ldap_Login konfigurācija';
46$lang['Ldap_Login Test'] = 'Ldap_Login Tests';
47$lang['Ldap_Login Plugin'] = 'Ldap_Login Spraudnis';
48$lang['Ldap server host connection'] = 'Ldap servera savienojums';
49$lang['Ldap port'] = 'Ldap ports';
50$lang['Users branch'] = 'Vieta, kur būtu atrodami LDAP lietotāji (e.g.: ou=users):';
51$lang['Ldap users'] = 'LDAP lietotāji';
52$lang['Ldap groups'] = 'LDAP gtupas';
Note: See TracBrowser for help on using the repository browser.