source: extensions/Add_tags_Mass/language/cs_CZ/plugin.lang.php @ 27292

Last change on this file since 27292 was 27292, checked in by ddtddt, 10 years ago

[Trunk] - Add_tags_Mass - add cs_CZ - Česky – Czech - Thanks to webprostor

File size: 1.7 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based picture gallery                                  |
4// +-----------------------------------------------------------------------+
5// | This program is free software; you can redistribute it and/or modify  |
6// | it under the terms of the GNU General Public License as published by  |
7// | the Free Software Foundation                                          |
8// |                                                                       |
9// | This program is distributed in the hope that it will be useful, but   |
10// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
11// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
12// | General Public License for more details.                              |
13// |                                                                       |
14// | You should have received a copy of the GNU General Public License     |
15// | along with this program; if not, write to the Free Software           |
16// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
17// | USA.                                                                  |
18// +-----------------------------------------------------------------------+
19$lang['Add tags Mass'] = 'Hromadné vložení štítků';
20$lang['Text model'] = 'Šablona formuláře';
21$lang['Text retour'] = 'Zpět na řádek po přidaném slovu';
22$lang['%d Add tags: %s'] = '%d Štítky přidány: %s';
23$lang['%d Not add tags: %s'] = '%d nevložené štítky: %s';
24$lang['No tags'] = 'Žádná slova nebyla zadána do formuláře';
25?>
Note: See TracBrowser for help on using the repository browser.