source: extensions/imgpreview/language/cs_CZ/plugin.lang.php @ 11581

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

[extensions] - imgpreview - add CZ (Česky - Czech) thanks to puschpull

File size: 506 bytes
Line 
1<?php
2
3$lang['imgp_max_width'] = 'maximální šířka fotografie';
4$lang['imgp_max_height'] = 'maximální výška fotografie';
5$lang['imgp_send'] = 'odeslat !';
6$lang['imgp_conf_updated'] = 'konfigurace byla aktualizována';
7
8
9$lang['imgp_howitworks'] = 'use :
10 * imgPreview jQuery plugin<br>
11 * Copyright (c) 2009 James Padolsey<br>
12 * j@qd9.co.uk | http://james.padolsey.com<br>
13 * Dual licensed under MIT and GPL.<br>
14 * Updated: 09/02/09<br>
15 * @author James Padolsey<br>
16 * @version 0.22<br>
17';
18
19?>
Note: See TracBrowser for help on using the repository browser.