eol was missing at the end of the file
This commit is contained in:
parent
cefae4b1e6
commit
be290208ff
@ -11,6 +11,8 @@ $byteUnits = array('Bajtov', 'KB', 'MB', 'GB');
|
||||
|
||||
$day_of_week = array('Ne', 'Po', 'Út', 'St', '©t', 'Pi', 'So');
|
||||
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'Máj', 'Jún', 'Júl', 'Aug', 'Sep', 'Okt', 'Nov', 'Dec');
|
||||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||||
// variable below
|
||||
$datefmt = '%d.%B, %Y - %H:%M';
|
||||
|
||||
|
||||
@ -321,4 +323,7 @@ $strYes = '
|
||||
|
||||
$strZip = '"zo zipované"';
|
||||
|
||||
|
||||
// To translate
|
||||
?>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user