source: extensions/Back2Front/language/sk_SK/plugin.lang.php @ 23366

Last change on this file since 23366 was 23366, checked in by TranslationTeam, 11 years ago

[back2front] Add sk_SK, thanks to : xpace

  • Property svn:executable set to *
File size: 3.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['Mouseover'] = 'Mouseover';
24$lang['...of the picture n°'] = '...obrázku n°';
25$lang['Seperate the two labels with the | symbol. Leave blank to use default translation.'] = 'Oddeľ tie dve menovky so symbolom |. Nechaj prázdne pre použitie východzieho prekladu.';
26$lang['Modify backside information'] = 'Upraviť informácie zadnej strany';
27$lang['Transition'] = 'Prechod';
28$lang['Unknown id %d for frontside picture'] = 'Neznáme id %d obrázku na prednej strane';
29$lang['Fade'] = 'Zoslabiť';
30$lang['Switch mode'] = 'Prepnutie módu';
31$lang['The picture n°%d has already a backside : %s'] = 'Obrázok n°%d už má zadnú stranu: %s';
32$lang['The picture n°%s is already a backside'] = 'Obrázok n°%s už je zadná strana';
33$lang['This picture has a backside :'] = 'Tento obrázok má zadnú stranu';
34$lang['This picture is a backside...'] = 'Tento obrázok je zadná strana';
35$lang['This picture is no longer a backside'] = 'Tento obrázok už nie je zadná strana';
36$lang['This picture is now the backside of the picture n°%s'] = 'Tento obrázok už je zadnou stranou obrázku n°%s';
37$lang['Toolbar'] = 'Lišta nástrojov';
38$lang['Top'] = 'Vrch';
39$lang['Backside and frontside can\'t be the same picture'] = 'Zadná a predná strana nemôžu byť rovnaký obrázok';
40$lang['Backside management'] = 'Správa zadnej strany';
41$lang['Bottom'] = 'Spodok';
42$lang['Click'] = 'Klik';
43$lang['Display a mark on thumbnails list'] = 'Zobraz značku na zozname miniatúr';
44$lang['Hide backside from albums'] = 'Schovať zadnú stranu z albumov';
45$lang['Link name'] = 'Názov tlačidla';
46$lang['Link position'] = 'Pozícia tlačidla';
47$lang['See back'] = 'Ukáž zadok';
48$lang['See front'] = 'Ukáž predok';
49?>
Note: See TracBrowser for help on using the repository browser.