source: trunk/language/sr_RS/install.lang.php @ 15283

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

[trunk_install] Update sr_RS, thanks to :

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 8.4 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
24
25$lang['Installation'] = 'Инсталација';
26$lang['Basic configuration'] = 'Основна подешења';
27$lang['Default gallery language'] = 'Подразумевани језик галерије';
28$lang['Database configuration'] = 'Подешавање базе';
29$lang['Admin configuration'] = 'Администраторска подешења';
30$lang['Start Install'] = 'Покрени инсталацију';
31$lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'Адреса електронске поште мора бити у облику xxx@yyy.eee (пример : milos@firma.org)';
32$lang['Webmaster login'] = 'Приступ уредника интернет страница';
33$lang['It will be shown to the visitors. It is necessary for website administration'] = 'Биће приказано посетиоцима. Неопходно је за администрацију интернет страница';
34$lang['Connection to server succeed, but it was impossible to connect to database'] = 'Повезивање на сервер успешно, али повезивање на базу је немогућа';
35$lang['Can\'t connect to server'] = 'Немогуће повезивање на сервер';
36$lang['Host'] = 'Хост';
37$lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.fr';
38$lang['User'] = 'Корисник';
39$lang['user login given by your host provider'] = 'корисничко име дато од стране Вашег давалаца интернет услуга';
40$lang['Password'] = 'Лозинка';
41$lang['user password given by your host provider'] = 'корисничка лозинка дата од стране Вашег давалаца интернет услуга';
42$lang['Database name'] = 'Име базе';
43$lang['also given by your host provider'] = 'такоде дато од Вашег дистрибутера интернет услуга';
44$lang['Database table prefix'] = 'Префиx табела базе';
45$lang['database tables names will be prefixed with it (enables you to manage better your tables)'] = 'име табеле базе биће префикс са њим (омогућава да управљате боље Вашим табелама)';
46$lang['enter a login for webmaster'] = 'Унеси приступне податке за уредника интернет страница';
47$lang['webmaster login can\'t contain characters \' or "'] = 'приступни подаци за уредника интернет страница не могу садржати знаке \' или "';
48$lang['please enter your password again'] = 'молим унесите Вашу лозинку поново';
49$lang['Webmaster password'] = 'Лозинка уредника интернет страница';
50$lang['Keep it confidential, it enables you to access administration panel'] = 'Сачувајте у тајности, омогућава приступ администраторском делу';
51$lang['Password [confirm]'] = 'Лозинка[потврди]';
52$lang['verification'] = 'Провера';
53$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'Потребна Вам је помоц? Питајте на  <a href="%s">Piwigo табли за поруке</a>.';
54$lang['Webmaster mail address'] = 'Адреса електронске поште  уредника интернет страница';
55$lang['Visitors will be able to contact site administrator with this mail'] = 'Посетиоци ће бити у могућности да са ове електронске адресе контактирају администратора странице';
56$lang['PHP 5 is required'] = 'PHP 5 је неопходан';
57$lang['It appears your webhost is currently running PHP %s.'] = 'Изгледа да Ваш сервер тренутно користи PHP %s.';
58$lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'ПиВиГо може покушати да промени Вашу конфигурацију на PHP 5 формирањем или мењањем .htaccess датотеке.';
59$lang['Note you can change your configuration by yourself and restart Piwigo after that.'] = 'Имајте у виду да можете сами изменити Вашу конфигурацију рестартовати Piwigo после тога.';
60$lang['Try to configure PHP 5'] = 'Покушајте да подестите PHP 5';
61$lang['Sorry!'] = 'Жао нам је!';
62$lang['Piwigo was not able to configure PHP 5.'] = 'ПиВиГо није успео да подеси PHP 5.';
63$lang['You may referer to your hosting provider\'s support and see how you could switch to PHP 5 by yourself.'] = 'Требало би да се обартите подршци Вашег хостинг провајдера за упутство како да промените на PHP 5 сами.';
64$lang['Hope to see you back soon.'] = 'Надамо се да се ускоро поново видимо.';
65$lang['Congratulations, Piwigo installation is completed'] = 'Честитамо, ПиВиГо инсталација је завршена';
66$lang['An alternate solution is to copy the text in the box above and paste it into the file "local/config/database.inc.php" (Warning : database.inc.php must only contain what is in the textarea, no line return or space character)'] = 'Алтернативно решење је да копирате текст из кутије изнад и налепите у датотеку "local/config/database.inc.php" (Упозорење : database.inc.php мора садржати само текст из кутије, без линије или празних карактера)';
67$lang['Creation of config file local/config/database.inc.php failed.'] = 'Формирање конфигурационе датотеке local/config/database.inc.php неуспешно.';
68$lang['Download the config file'] = 'Сними на рачунар конфигурациону датотеку';
69$lang['You can download the config file and upload it to local/config directory of your installation.'] = 'Можете снимити на рачунар конфигурациону датотеку и послати је на local/config директоријум Ваше инсталације.';
70$lang['Don\'t hesitate to consult our forums for any help : %s'] = 'Не устручавајте се да посетите наш форум за помоћ: %s';
71$lang['Just another Piwigo gallery'] = 'ПиВиГо фото галерија';
72$lang['Welcome to my photo gallery'] = 'Добродошли у фото галерију';
73$lang['Welcome to your new installation of Piwigo!'] = 'Добродошли у нову инсталацију ПиВиГо!';
74?>
Note: See TracBrowser for help on using the repository browser.