Removed ^M

This commit is contained in:
Loïc Chapeaux
2002-04-05 19:10:11 +00:00
parent 22054bb01f
commit 2fbe24164d

View File

@@ -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', '<EFBFBD>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<72>i Kolonu';
@@ -239,7 +238,7 @@ $strPrimaryKey = 'Primarni klju
$strPrimaryKeyHasBeenDropped = 'Primarni klju<6A> je izbrisan';
$strPrimaryKeyName = 'Ime za primarni klju<6A> mora da bude... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>mo<6D>e i mora</b> da bude ime i <b>samo</b> ime primarnog klju<6A>a!)';
$strPrintView = 'Za stampu';
$strPrintView = 'Za <EFBFBD>tampu';
$strPrivileges = 'Privilegije';
$strProperties = 'Informacije';
@@ -354,4 +353,5 @@ $strYes = 'Da';
$strZip = '"zip-ovano"';
?>
// To translate
?>