source: extensions/Ldap_Login/language/sk_SK/plugin.lang.php @ 27303

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

[ldap_login] Update sk_SK, thanks to : dodo

  • 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['Do you allow new piwigo users to be created when users authenticate succesfully on the ldap ?'] = 'Môžu byť noví používatelia Piwigo vytvorení pri úspešnom overení  cez LDAP?';
24$lang['Do you want admins to be advertised by mail in case of new users creation upon ldap login ?'] = 'Chcete administrátorov upozorniť e-mailom v prípade vytvorenia nových používateľov po ldap prihlásení?';
25$lang['Do you want to send mail to the new users, like casual piwigo users receive ?'] = 'Môžu noví používatelia prijímať poštu podobnú bežným používateľom Piwigo?';
26$lang['If empty, localhost and standard protocol ports will be used in configuration.'] = 'Ak je prázdne, budú použité localhost a štandardné porty protokolu z konfigurácii.';
27$lang['If empty, standard protocol ports will be used by the software.'] = 'Ak je prázdne, budú použité štandardné porty protokolu softvéru.';
28$lang['Let the fields blank if the ldap accept anonymous connections.'] = 'Nechajte pole prázdne, ak LDAP prijíma anonymné pripojenie.';
29$lang['Ldap connection credentials'] = 'Poverenia pre pripojenie LDAP';
30$lang['New users when ldap auth is successfull'] = 'Noví používatelia po úspešnej LDAP autorizácii';
31$lang['You must save the settings with the Save button just up there before testing here.'] = 'Musíte uložiť nastavenie pomocou tlačidla Uložiť, pred ich testovaním.';
32$lang['Warning: LDAP Extension missing.'] = 'Upozornenie: chýba LDAP rozšírenie';
33$lang['Ldap_Login configuration'] = 'Ldap_Login nastavenia';
34$lang['Ldap_Login Test'] = 'Ldap_Login test';
35$lang['Ldap_Login Plugin'] = 'Ldap_Login doplnok';
36$lang['Ldap filter :'] = 'LDAP filter';
37$lang['Secure connexion'] = 'Bezpečné pripojenie (ldaps)';
38$lang['Save'] = 'Uložiť';
39$lang['Test Settings'] = 'Test nastavení';
40$lang['Username'] = 'Vaše LDAP používateľské meno';
41$lang['Your password'] = 'Vaše LDAP heslo';
42$lang['Base DN'] = 'Základné DN, kde by mal byť nájdený používateľov LDAP (napr.: ou = používatelia, dc = example, dc = com):';
43$lang['Ldap server host connection'] = 'LDAP serverové pripojenie';
44$lang['Ldap server host'] = 'LDAP serverový hostiteľ';
45$lang['Ldap port'] = 'LDAP port';
46$lang['Ldap attributes'] = 'LDAP atribúty';
47$lang['Bind password'] = 'Spojiť heslo';
48$lang['Bind DN, field in full ldap style'] = 'Spojiť DN LDAP štýlu (napr.: cn = admin, dc = example, dc = com).';
49$lang['Attribute corresponding to the user name'] = 'Atribút zodpovedajúci používateľskému menu';
50$lang['All LDAP users can use their ldap password everywhere on piwigo if needed.'] = 'Všetci LDAP používatelia môžu v prípade potreby použite svoje LDAP heslo všade v Piwigo.';
51?>
Note: See TracBrowser for help on using the repository browser.