00001 <? 00002 /************************************************************************************** 00003 Studentski Informacijski servis, 2004 00004 ************************************************************************************** 00005 lang_header.php 00006 lokalizacijske i konfiguracijske varijable 00007 za header.php 00008 00009 Jezik - Bosanski (ISO-8859-2) 00010 00011 Srdjan Segvic - srle 00012 ************************************************************************************** 00013 ************************************************************************************** 00014 This program is free software; you can redistribute it and/or modify 00015 it under the terms of the GNU General Public License as published by 00016 the Free Software Foundation; either version 2 of the License, or 00017 (at your option) any later version. 00018 00019 This program is distributed in the hope that it will be useful, 00020 but WITHOUT ANY WARRANTY; without even the implied warranty of 00021 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00022 GNU Library General Public License for more details. 00023 00024 You should have received a copy of the GNU General Public License 00025 along with this program; if not, write to the Free Software 00026 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 00027 **************************************************************************************/ 00028 00029 // title i charset 00030 define("_PAGETITLE","Studentski Informacijski Servis"); 00031 define("_CHARSET","ISO-8859-2"); 00032 00033 // gornji nivo linkova - upper layer of links 00034 define("_LINK1", "ETF Web"); 00035 define("_LINK2", "@ETF Portal"); 00036 define("_LINK3", "Univerzitet"); 00037 define("_LINK4", "Google"); 00038 define("_LINK5", "Yahoo"); 00039 define("_LINK6", "Hotmail"); 00040 00041 // imena dostupnih operacija - names of available actions 00042 define("_LINK8", "Obavještenja"); 00043 define("_LINK9", "Servisi"); 00044 define("_LINK10", "Indeks"); 00045 define("_LINK11", "Downloadi"); 00046 define("_LINK12", "Linkovi"); 00047 define("_LINK13", "Preference"); 00048 define("_LINK14", "Logout"); 00049 00050 // upper layer link urls 00051 define("_ALINK1", "http://www.etf.unsa.ba/"); 00052 define("_ALINK2", "http://www.etf.unsa.ba/sportal/"); 00053 define("_ALINK3", "http://www.unsa.ba/"); 00054 define("_ALINK4", "http://www.google.com/intl/bs/"); 00055 define("_ALINK5", "http://www.yahoo.com/"); 00056 define("_ALINK6", "http://www.hotmail.com/"); 00057 ?>