From 2fbe24164dcffe82b553dba8c267335c1da142be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Fri, 5 Apr 2002 19:10:11 +0000 Subject: [PATCH] Removed ^M --- lang/serbian-win1250.inc.php3 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/serbian-win1250.inc.php3 b/lang/serbian-win1250.inc.php3 index 889cca172..2ec2d4a95 100644 --- a/lang/serbian-win1250.inc.php3 +++ b/lang/serbian-win1250.inc.php3 @@ -16,13 +16,12 @@ $number_thousands_separator = ','; $number_decimal_separator = '.'; $byteUnits = array('Bajtova', 'KB', 'MB', 'GB'); -$day_of_week = array('Ned', 'Pon', 'Uto', 'Sre', 'Cet', 'Pet', 'Sub'); +$day_of_week = array('Ned', 'Pon', 'Uto', 'Sre', 'Čet', 'Pet', 'Sub'); $month = array('Jan', 'Feb', 'Mar', 'Apr', 'Maj', 'Jun', 'Jul', 'Avg', 'Sep', 'Okt', 'Nov', 'Dec'); // See http://www.php.net/manual/en/function.strftime.php to define the // variable below $datefmt = '%d. %B %Y. u %H:%M'; - $strAccessDenied = 'Pristup odbijen'; $strAction = 'Akcija'; $strAddDeleteColumn = 'Dodaj/Obriši Kolonu'; @@ -239,7 +238,7 @@ $strPrimaryKey = 'Primarni klju $strPrimaryKeyHasBeenDropped = 'Primarni ključ je izbrisan'; $strPrimaryKeyName = 'Ime za primarni ključ mora da bude... PRIMARY!'; $strPrimaryKeyWarning = '("PRIMARY" može i mora da bude ime i samo ime primarnog ključa!)'; -$strPrintView = 'Za stampu'; +$strPrintView = 'Za štampu'; $strPrivileges = 'Privilegije'; $strProperties = 'Informacije'; @@ -354,4 +353,5 @@ $strYes = 'Da'; $strZip = '"zip-ovano"'; -?> +// To translate +?> \ No newline at end of file