Bug 444 - Updated Hungarian translation
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2290 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
abab524930
commit
f960f55314
|
@ -73,7 +73,8 @@ header( "Content-Type: text/html; charset=iso8859-2" );
|
||||||
//setlocale( LC_CTYPE, 'hu_HU'); //Character class settings 4.3.0 and after
|
//setlocale( LC_CTYPE, 'hu_HU'); //Character class settings 4.3.0 and after
|
||||||
//setlocale( LC_TIME, 'hu_HU'); //Date and time formatting 4.3.0 and after
|
//setlocale( LC_TIME, 'hu_HU'); //Date and time formatting 4.3.0 and after
|
||||||
|
|
||||||
setlocale(LC_TIME, 'hu_HU');
|
//setlocale(LC_TIME, 'hu_HU');
|
||||||
|
setlocale( LC_ALL, 'hu_HU' );
|
||||||
|
|
||||||
// Simple String Replacements
|
// Simple String Replacements
|
||||||
$zmSlang24BitColour = '24 bites szín';
|
$zmSlang24BitColour = '24 bites szín';
|
||||||
|
@ -97,8 +98,8 @@ $zmSlangAll = 'Mind';
|
||||||
$zmSlangApply = 'Alkalmaz';
|
$zmSlangApply = 'Alkalmaz';
|
||||||
$zmSlangApplyingStateChange = 'Állapot váltás...';
|
$zmSlangApplyingStateChange = 'Állapot váltás...';
|
||||||
$zmSlangArchArchived = 'Csak archivált';
|
$zmSlangArchArchived = 'Csak archivált';
|
||||||
$zmSlangArchive = 'Archívum';
|
$zmSlangArchive = 'Archiválás';
|
||||||
$zmSlangArchived = 'Archivált';
|
$zmSlangArchived = 'Archívum';
|
||||||
$zmSlangArchUnarchived = 'Csak archiválatlan';
|
$zmSlangArchUnarchived = 'Csak archiválatlan';
|
||||||
$zmSlangArea = 'Terület';
|
$zmSlangArea = 'Terület';
|
||||||
$zmSlangAreaUnits = 'Terület (px/%)';
|
$zmSlangAreaUnits = 'Terület (px/%)';
|
||||||
|
@ -118,7 +119,7 @@ $zmSlangAttrMonitorId = 'Monitor azon.';
|
||||||
$zmSlangAttrMonitorName = 'Monitor név';
|
$zmSlangAttrMonitorName = 'Monitor név';
|
||||||
$zmSlangAttrName = 'Név';
|
$zmSlangAttrName = 'Név';
|
||||||
$zmSlangAttrNotes = 'Megjegyzés';
|
$zmSlangAttrNotes = 'Megjegyzés';
|
||||||
$zmSlangAttrSystemLoad = 'System Load';
|
$zmSlangAttrSystemLoad = 'Rendszer terhelés';
|
||||||
$zmSlangAttrTime = 'Idõ';
|
$zmSlangAttrTime = 'Idõ';
|
||||||
$zmSlangAttrTotalScore = 'Össz. érték';
|
$zmSlangAttrTotalScore = 'Össz. érték';
|
||||||
$zmSlangAttrWeekday = 'Hétköznap';
|
$zmSlangAttrWeekday = 'Hétköznap';
|
||||||
|
|
Loading…
Reference in New Issue