<?php // ----------------------------------------------------------------------------------------------- // Project: Filebased guestbook. // File: lang.fr.php // Topic: Albanian language file // Author: hide@address.com // ----------------------------------------------------------------------------------------------- // -> show.php $s_head = "Libri i Arte / $conf[version]"; $s_title = "Shfaq Librin e Arte"; $s_new = "shkruaj."; $s_date = "Data "; $s_author = "Autori "; $s_text = "Komenti "; $s_location = "Qyteti "; $s_country = "Shteti "; $s_email = "Email"; $s_url = "URL"; $s_pages = "Feqet: "; $s_itmes = "Numri total i shkrimeve: "; $s_back = "mbrapa"; $s_forward = "para"; // -> form.php $f_head = "Libri i Arte / $conf[version]"; $f_title = "Shkruaj ne Librin e arte"; $f_date = "Data: "; $f_author = "Emri*: "; $f_text = "Komenti*: "; $f_location = "Qyteti: "; $f_country = "Shteti: "; $f_email = "Email*: "; $f_url = "URL"; $f_submit = "dergo"; $f_back = "anulo"; $f_alert = "Ju lutemi mbushi te gjitha fushat me(*)."; ?>