Update et_ee.php
Fixing Some problems Parse error: syntax error, unexpected 'Parameters' (T_STRING) in /usr/share/zoneminder/lang/et_ee.phppull/662/head
parent
e9fc7cf33a
commit
4508c541ef
|
@ -51,7 +51,7 @@
|
|||
// do this by default, uncomment this if required.
|
||||
//
|
||||
// Example
|
||||
header( "Content-Type: text/html; charset=utf-8' );
|
||||
// header( "Content-Type: text/html; charset=utf-8' );
|
||||
|
||||
// You may need to change your locale here if your default one is incorrect for the
|
||||
// language described in this file, or if you have multiple languages supported.
|
||||
|
@ -248,7 +248,7 @@ $SLANG = array(
|
|||
'Description' => 'Kirjeldus',
|
||||
'DetectedCameras' => 'Tuvastatud kaamerad',
|
||||
'Device' => 'Seade',
|
||||
'DeviceChannel' => 'Seadme Kanal,
|
||||
'DeviceChannel' => 'Seadme Kanal',
|
||||
'DeviceFormat' => 'Seadme Formaat',
|
||||
'DeviceNumber' => 'Seadme Number',
|
||||
'DevicePath' => 'Seadme Path',
|
||||
|
@ -265,7 +265,7 @@ $SLANG = array(
|
|||
'DonateRemindHour' => 'Ei veel, tuleta meelde ühe tunni pärast',
|
||||
'DonateRemindMonth' => 'Ei veel, tuleta meelde ühe kuu pärast',
|
||||
'DonateRemindNever' => 'EI, Ma ei taha annetada, Vahet pole',
|
||||
'DonateRemindWeek' => 'EI veel, tuleta meelde nädala pärast,
|
||||
'DonateRemindWeek' => 'EI veel, tuleta meelde nädala pärast',
|
||||
'DonateYes' => 'Jah, Ma soovin annetada',
|
||||
'Download' => 'Lae alla',
|
||||
'DuplicateMonitorName' => 'Dubleeri Monitori Nimi',
|
||||
|
@ -287,7 +287,7 @@ $SLANG = array(
|
|||
'Events' => 'Sündmuseid',
|
||||
'Exclude' => 'Jäta välja',
|
||||
'Execute' => 'Käivita',
|
||||
'Export' => 'Eksport,
|
||||
'Export' => 'Eksport',
|
||||
'ExportDetails' => 'Ekspordi Sündmuste Detailid',
|
||||
'ExportFailed' => 'Eksportimine Ebaõnnestus',
|
||||
'ExportFormat' => 'Ekspordi Faili Formaat',
|
||||
|
@ -302,7 +302,7 @@ $SLANG = array(
|
|||
'ExportVideoFiles' => 'Export Video Files (kui neid on)',
|
||||
'Exporting' => 'Eksportimine',
|
||||
'FPS' => 'fps',
|
||||
'FPSReportInterval' => 'FPS Raporteerimise Intervall,
|
||||
'FPSReportInterval' => 'FPS Raporteerimise Intervall',
|
||||
'FTP' => 'FTP',
|
||||
'Far' => 'Far',
|
||||
'FastForward' => 'Fast Forward',
|
||||
|
|
Loading…
Reference in New Issue