source: extensions/Register_FluxBB/language/sk_SK/plugin.lang.php @ 27310

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

[register_fluxbb] Update sk_SK, thanks to : JoeKundlak

  • Property svn:executable set to *
File size: 3.0 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['error_config_admin1'] = 'CHYBA:  Užívateľské meno pre Piwigo "Administrátora" je nesprávne';
24$lang['error_config_guest'] = 'CHYBA : Užívateľské meno pre návštevnícky účet FluxBB (guest) nie je správny!';
25$lang['save_config'] = 'Nastavenie uložené';
26$lang['Config_Title'] = 'Nastavenia zásuvného modulu';
27$lang['Config_Title1'] = 'Nastavenia spojenia medzi FluxBB a Piwigo';
28$lang['Config_Title2'] = 'Pokročilé nastavenia zásuvného modulu';
29$lang['Config_Title_d'] = 'Nastavenie zásuvného modulu';
30$lang['Confirm'] = 'Potvrdenie opravných akcií v audite';
31$lang['%d email addresses already exist: %s'] = 'Už existuje %d emailových adries: %s';
32$lang['%d email addresses rejected: %s'] = '%d odmietnutých emailových adries: %s';
33$lang['%d registrations on error: %s'] = '%d chybných registrácií: %s';
34$lang['%d users registered'] = '%d registrovaných užívateľov';
35$lang['About_Bridge_Title'] = 'O "Register_FluxBB / UAM bridge"';
36$lang['About_Bridge_Title_d'] = 'Inštrukcie o spojení medzi zásuvnými modulmi Register_FluxBB a UserAdvManager';
37$lang['About_Reg_Title'] = 'O registrácii užívateľov na FluxBB fórum';
38$lang['About_Reg_Title_d'] = 'Užitočné informácie pre lepšiu integráciu';
39$lang['Add_User'] = 'Pridávam účet do FluxBB:';
40$lang['Add_User2pwg'] = 'Pridávam účet do Piwigo:';
41$lang['Audit_Btn'] = 'Audit';
42$lang['Audit_OK'] = 'Audit v poriadku<br/><br/>';
43?>
Note: See TracBrowser for help on using the repository browser.