source: extensions/gvideo/language/sh_RS/plugin.lang.php @ 13879

Last change on this file since 13879 was 13879, checked in by TranslationTeam, 12 years ago

[GVideo] Add sh_RS, thanks to : vladamilanovic

  • Property svn:executable set to *
File size: 4.3 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2012 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['pybulle_categorie'] = 'Kategorija gde će fajl biti kreiran: samo prave kategorije su prikazane. Ako želite da vežete ovaj fajl za virtuelnu kategoriju, možete to da uradite posle.';
24$lang['pybulle_miniature'] = 'Možete preuzeti sličicu sa servera. Podrazumevano, veličine sličica su 320x240 na GoogleVideo, 320x240 na Dailymotion, 130x97 na Youtube, 154x114 na Wideo i 200x150 na Vimeo.<br><br> Ili možete poslati vašu sličicu.<br><br> U oba slučaja možete da menjate veličinu sličice.';
25$lang['pybulle_reference'] = '
26Zalepi vezu videa.<br>Možete korisiti GoogleVideo, YouTube, DailyMotion, Wideo, Vimeo ili Wat. Primer:<br><br>- http://video.google.fr/videoplay?docid=4600755234172037942<br>- http://www.youtube.com/watch?v=eUvApC0bwUk<br>- http://www.dailymotion.com/video/x29fys_doorway<br>- http://www.wideo.fr/video/iLyROoaftYvl.html<br>- http://www.vimeo.com/1747316<br>- http://www.wat.tv/video/abcd.html';
27$lang['pybulle_start'] = 'Odaberi početnu tačku videa (u sekundama).<br>Ova opcija se može koristiti samo sa GoogleVideo-m.';
28$lang['py_*'] = 'Obavezno polje';
29$lang['py_addvideo'] = 'Dodaj video';
30$lang['py_add_band'] = 'Dodaj traku sa strane sličice';
31$lang['py_autostart'] = 'Autostart';
32$lang['py_conf'] = 'Podešavanje';
33$lang['py_error11'] = 'Sličica sa istim imenom već postoji (%s)';
34$lang['py_error12'] = 'polje za sličicu nije popunjeno: sličica nije poslata.';
35$lang['py_error1'] = 'Nema lokalnog sajta. Nije moguće kreirati video fajl.';
36$lang['py_error2'] = 'Nije moguće sačuvati. Niste pravilno popunili formular.';
37$lang['py_error3'] = 'Morate popuniti obavezna polje označena sa *';
38$lang['py_error5'] = 'pogrešan URL!';
39$lang['py_error6'] = 'fajl "%s" već postoji.';
40$lang['py_error7'] = 'Nije moguće snimiti fajl "%s"';
41$lang['py_error8'] = 'molim proverite da li direktorijum %s ima odgovarajuća prava upisa (chmod)';
42$lang['py_error9'] = 'Greška prilikom slanja sličice ili menjanja veličine';
43$lang['py_filename'] = 'Ime fajla';
44$lang['py_height'] = 'Visina';
45$lang['py_info2'] = 'sličica uspešno poslata';
46$lang['py_info3'] = 'Video uspešno dodat';
47$lang['py_info4'] = 'Podešavanje sačuvano.';
48$lang['py_no_thumb'] = 'Bez sličice';
49$lang['py_parent'] = 'Glavna kategorija';
50$lang['py_playermode'] = 'Plejer mod';
51$lang['py_quality'] = 'Kvalitet';
52$lang['py_show_file'] = '<a href="%s" class="externalLink">Prikaži video</a>.';
53$lang['py_start'] = 'Početak videa';
54$lang['py_thumb'] = 'Sličica';
55$lang['py_thumb_from_server'] = 'Pošalji sličicu sa servera';
56$lang['py_thumb_from_user'] = 'Pošalji svoju sličicu:';
57$lang['py_thumb_resize'] = 'Promeni veličinu sličice';
58$lang['py_title'] = 'PYWaie GVideo';
59$lang['py_url'] = 'URL videa';
60$lang['py_width'] = 'Širina';
61?>
Note: See TracBrowser for help on using the repository browser.