[27854] | 1 | <?php |
---|
| 2 | // +-----------------------------------------------------------------------+ |
---|
| 3 | // | Piwigo - a PHP based photo gallery | |
---|
| 4 | // +-----------------------------------------------------------------------+ |
---|
| 5 | // | Copyright(C) 2008-2014 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['Closed icon position'] = 'Pozicija zatvorenih ikona'; |
---|
| 24 | $lang['Open toolbar by default'] = 'Otvorena traka sa alatkama po pravilu'; |
---|
| 25 | $lang['Combine JS&CSS'] = 'Kombinuj JS i CSS'; |
---|
| 26 | $lang['Debug languages'] = 'Pronađi bagove u jeziku'; |
---|
| 27 | $lang['Debug template'] = 'Pronađi bagove u šablonu'; |
---|
| 28 | $lang['Give access to quick edit to photo owners even if they are not admin'] = 'Omogući "Brze izmene" vlasnicima fotografija koji nisu administratori da urede fotografije'; |
---|
| 29 | $lang['Properties page'] = 'Stranica podešavanja'; |
---|
| 30 | $lang['Quick edit'] = 'Brze izmene'; |
---|
| 31 | $lang['Revert'] = 'Vrati'; |
---|
| 32 | $lang['Save'] = 'Sačuvaj'; |
---|
| 33 | $lang['Save visit in history'] = 'Sačuvaj posete u istoriji'; |
---|
| 34 | $lang['Saved'] = 'Sačuvano'; |
---|
| 35 | $lang['Show SQL queries'] = 'Prikaži SQL upite'; |
---|
| 36 | $lang['View as'] = 'Prikaži kao'; |
---|
| 37 | $lang['Viewing as <b>%s</b>.'] = 'Prikazujem kao <b>%s</b>.'; |
---|
| 38 | $lang['left'] = 'levo'; |
---|
| 39 | $lang['right'] = 'desno'; |
---|