<? /* KISGB - a Guest Book script written in PHP. Copyright (C) 2001-2002 Gaylen Fraley hide@address.com WHEN USING PHRASES WITH SINGLE QUOTE MARKS, YOU MUST USE THE HTML ENTITY. FOR EXAMPLE, IF YOU WANTED TO SAY: Gaylen's Guest Book YOU WOULD ACTUALLY CODE Gaylen's Guest Book */ $charset = "charset=iso-8859-1"; $translationby = "Milorad Velemir hide@address.com"; $Awindow_title = "Molimo Vas da potpite Guestbook"; $Vwindow_title = "Komentari posjetitelja"; $add_btn_text = "Dodajte poruku u Guestbook"; $label_search = "Pretra ivanje"; $label_viewall = "Pogledaj Sve"; $label_name = "Ime:"; $label_email = "Email adresa:"; $label_home = "Va site:"; $label_home_site = "Home"; $label_pic = "Slika:"; $label_icq = "ICQ:"; $label_aim = "AIM:"; $label_yim = "YIM:"; $label_msn = "MSN:"; $label_ip = "IP:"; $label_nation = "Lokacija:"; $label_privatemessage = "Privatno?"; $label_private = "Privatne poruke"; $label_comment = "Comment:<br />(Max $max_comment_length<br />slova)"; $label_admin_menu = "Admin Izbornik"; $label_admin = "Admin"; $label_select = "Izaberi"; $label_entries_public = "javni upisi"; $label_entries_private = "privatne poruke"; $label_requiredfield = "(* oznacava obavezno polje)"; # The $max_smileys_allowed is a system variable from the config file $label_smiley_message = "kliknite na $max_smileys_allowed osmijeh koji elite dodati vaoj poruci"; $label_smileys = "Osmijesi"; $label_sign_gb = "Potpiite Guestbook"; $label_view_gb = "Pogledajte Guestbook"; $label_reverse_display = "Okreni poredak na Displayu"; $label_comments_added = "dodane ove poruke"; $on = "na"; $at = "u"; $label_password = "Password"; $label_login = "Login"; $label_back = "Povratak"; $label_update = "Update"; $label_config = "Konfiguriraj"; $label_submit = "Poalji"; $label_delete = "Izbrii"; $label_help = "Pomoc"; $label_successful = "Uspjeno !!!"; $label_language = "Jezik"; $label_theme = "Tema"; $label_next = "Slijedece"; $label_previous = "Prijanje"; $label_remaining = "Preostale"; $label_admin_comment = "Poruka"; $label_email_icon_mouseover = "Poaljite Mail"; $label_url_icon_mouseover = "Pogledajte moj site"; $label_lock_icon_mouseover = "Mijenjanje poruke"; $label_preview = "Pogledaj"; $label_hold="Hold"; $label_release="Release"; # Note: The ??? must remain as it will be filled in by the calling logic!!!! $field_size_error_msg = "Max ??? slova"; $banned_ip_msg = "Ovome IP-u je zabranjeno dodavati nove poruke u ovaj Guestbook. Mozete nastaviti pregledavati ovaj site.Mozete se i javiti Webmasteru da Vam da dopustenje."; $not_authorized_msg = "Nemate doputenje za gledanje ovoga.<br />Molimo Vas da <br /><a href=\"mailto:$admin_email_address\">provjerite kod administratora</a><br />ako smatrate da je ovo pogreka."; $bad_language_msg = "Unijeli ste poruku na neprihvatljivom jeziku.<br />Molimo Vas da pokuate ponovno."; # Note the double backward slash for new line! $invalid_email_msg = "Ova email adresa je netocna.\\Pokuajte ponovno."; # Note the double backward slash for new line! $required_field_missing_msg = "Polje nije ispunjeno.\\Molimo Vas da ispravite pogreku."; $unable_to_access_file_msg = "Nedostupno"; $html_notallowed_msg = "HTML jezik nije doputen!"; $password_field_missing_msg = "As the author of this message, you will be able to\\nedit this message only if you also enter a password.\\n\\nClick OK to add entry without a password\\nor Cancel to go back and enter the password."; $default_status_msg = "Guest Book"; $broken_link_msg = "AUTOMATED MESSAGE: There are links in this message with UNBALANCED QUOTES."; $attempted_use_of_javascript_msg = "AUTOMATED MESSAGE: Javascript calls are not allowed in Links. Your link cannot be displayed."; $need_javascript_msg = "I'm sorry, but you need to have Javascript enabled to use this guestbook."; $label_themebuilder = "Theme Builder"; $flood_msg = "I'm sorry but you must wait at least $flood_control_timer seconds in-between posts."; $registeredUserMsg = "Sorry, that name is in use by a Registered member."; $areYouSureMsg = "Jeste li sigurni?"; $nothingToPreview = "There is nothing to Preview"; ?>