source: extensions/akBookStyle/trunk/language/cs_CZ/plugin.lang.php @ 9271

Last change on this file since 9271 was 9271, checked in by ddtddt, 13 years ago

[extensions] - akBookStyle - add no_NO (Norwegian) thanks to atlew

File size: 3.2 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | akBookStyle  - a plugin for Piwigo                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2009-2010 Nicolas Roudaire        http://www.nikrou.net  |
6// | Copyright(C) 2009      vdigital                                       |
7// +-----------------------------------------------------------------------+
8// | This program is free software; you can redistribute it and/or modify  |
9// | it under the terms of the GNU General Public License as published by  |
10// | the Free Software Foundation                                          |
11// |                                                                       |
12// | This program is distributed in the hope that it will be useful, but   |
13// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
14// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
15// | General Public License for more details.                              |
16// |                                                                       |
17// | You should have received a copy of the GNU General Public License     |
18// | along with this program; if not, write to the Free Software           |
19// | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,            |
20// | MA 02110-1301 USA                                                     |
21// +-----------------------------------------------------------------------+
22
23$lang['That plugin give an alternate presentation for galleries. It gives you in a whole page access to medium image and thumbnails.'] = "Tento doplnìk pøidává alternativní prezentaci pro galerie. Dává pøístup na celou stránku pro fotografii a náhledy.";
24$lang['Main configuration'] = "Hlavní konfigurace";
25$lang['Applicable categorie(s)'] = "Kategorie, kde je možné aplikovat";
26$lang['Applicable category has been updated'] = "Aplikovatelná kategorie byla aktualizována";
27$lang['Applicable categories have been updated'] = "Aplikovatelné kategorie byly aktualizovány";
28$lang['Number of thumbnails per page'] = "Poèet náhledù na stránku";
29$lang['Thumbnails per page has been updated'] = "Poèet náhledù na stránku byl aktualizován";
30$lang['Number of column'] = "Poèet sloupcù";
31$lang['Thumbnail size has been updated'] = "Velikost náhledù byla aktualizována";
32$lang['Thumbnail size'] = "Velikost náhledù";
33$lang['click'] = "klik";
34$lang['mouseover'] = "pøejetí myší";
35$lang['Event to show medium picture.'] = "Událost pro zobrazení fotografie.";
36$lang['Event to show medium picture has been updated.'] = "Událost pro zobrazení fotografie byla aktualizována.";
37$lang['Thumbnails location'] = "Umístìní náhledù";
38$lang['Thumbnails location has been changed'] = "Umístìní náhledù bylo zmìnìno";
39$lang['Top'] = "Nahoøe";
40$lang['Left'] = "Vlevo";
41$lang['Bottom'] = "Dole";
42$lang['Right'] = "Vpravo";
43$lang['or number of lines for Top/Bottom'] = "nebo poèet øádkù pro Nahoøe/Dole";
44$lang['Next image'] = "Další fotografie";
45$lang['Next page'] = "Další stránka";
46$lang['Previous image'] = "Pøedchozí fotografie";
47$lang['Previous page'] = "Pøedchozí stránka";
48?>
Note: See TracBrowser for help on using the repository browser.