source: extensions/AntiAspi/language/sk_SK/plugin.lang.php @ 32062

Last change on this file since 32062 was 32062, checked in by TranslationTeam, 4 years ago

Add sk_SK, thanks to dodo

  • Property svn:executable set to *
File size: 1.6 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | This file is part of Piwigo.                                          |
4// |                                                                       |
5// | For copyright and license information, please view the COPYING.txt    |
6// | file that was distributed with this source code.                      |
7// +-----------------------------------------------------------------------+
8$lang[' different pages viewed in'] = 'rôzne stránky zobrazené v';
9$lang[' times viewed in <span></span> seconds'] = 'krát prezerané v <span></span> sekundách';
10$lang['Add IP'] = 'Pridať IP';
11$lang['Add allowed IP'] = 'Pridať povolenú adresu IP';
12$lang['AntiAspi'] = 'AntiAspi';
13$lang['Banned IP addresses'] = 'Zakázané IP adresy';
14$lang['Delete all'] = 'Vymazať všetko';
15$lang['Delete deprecated only'] = 'Odstrániť iba zastarané';
16$lang['IP addresses'] = 'IP adresy';
17$lang['IP already allowed'] = 'IP už je povolené';
18$lang['IP banned if '] = 'IP zakázané, ak';
19$lang['IP banned if same page viewed '] = 'Ak je zobrazená rovnaká stránka, adresa IP je zakázaná';
20$lang['If yes, apply antiaspi only on picture page'] = 'Ak áno, použite antiaspi iba na obrázkovej stránke';
21$lang['If yes, don\'t ban registered users'] = 'Ak áno, nezakazujte registrovaným používateľom';
22$lang['Whitelist (allowed ip addresses)'] = 'Zoznam povolených adries (povolené adresy IP)';
23$lang['only guest'] = 'iba hosť';
24$lang['only picture'] = 'iba obrázok';
25$lang['status-active'] = 'aktívne';
26$lang['status-deprecated'] = 'zastarané';
Note: See TracBrowser for help on using the repository browser.