Merge branch 'master' into storageareas
This commit is contained in:
commit
60b952ab86
|
@ -0,0 +1,5 @@
|
||||||
|
--
|
||||||
|
-- This updates a 1.31.47 database to 1.32.0
|
||||||
|
--
|
||||||
|
-- No changes required
|
||||||
|
--
|
|
@ -25,7 +25,7 @@
|
||||||
%global _hardened_build 1
|
%global _hardened_build 1
|
||||||
|
|
||||||
Name: zoneminder
|
Name: zoneminder
|
||||||
Version: 1.31.47
|
Version: 1.32.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A camera monitoring and analysis tool
|
Summary: A camera monitoring and analysis tool
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
|
@ -320,11 +320,32 @@ EOF
|
||||||
%dir %attr(755,%{zmuid_final},%{zmgid_final}) %{_localstatedir}/run/zoneminder
|
%dir %attr(755,%{zmuid_final},%{zmgid_final}) %{_localstatedir}/run/zoneminder
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sun Apr 22 2018 Andrew Bauer <zonexpertconsulting@outlook.com> - 1.31.42-1
|
* Wed Sep 12 2018 Andrew Bauer <zonexpertconsulting@outlook.com> - 1.32.0-1
|
||||||
- Remove support for sysvinit a.k.a. el6
|
- 1.32.0 release
|
||||||
- use desktop-file-install for new zoneminder.desktop file
|
- remove el6 (sys v init) support
|
||||||
- add new web cache folder
|
- Make README name consistent across all supported distros
|
||||||
- 1.31.42 development snapshot
|
- remove jscalendar
|
||||||
|
- add requires php-json, zip
|
||||||
|
- support zm/conf.d folder
|
||||||
|
- support zm cache (busting) folder
|
||||||
|
|
||||||
|
* Sun Aug 19 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.30.4-9
|
||||||
|
- Rebuilt for Fedora 29 Mass Rebuild binutils issue
|
||||||
|
|
||||||
|
* Fri Jul 27 2018 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 1.30.4-8
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Mar 08 2018 RPM Fusion Release Engineering <leigh123linux@googlemail.com> - 1.30.4-7
|
||||||
|
- Rebuilt for new ffmpeg snapshot
|
||||||
|
|
||||||
|
* Thu Mar 01 2018 RPM Fusion Release Engineering <leigh123linux@googlemail.com> - 1.30.4-6
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jan 18 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.30.4-5
|
||||||
|
- Rebuilt for ffmpeg-3.5 git
|
||||||
|
|
||||||
|
* Thu Aug 31 2017 RPM Fusion Release Engineering <kwizart@rpmfusion.org> - 1.30.4-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
* Tue May 09 2017 Andrew Bauer <zonexpertconsulting@outlook.com> - 1.30.4-1
|
* Tue May 09 2017 Andrew Bauer <zonexpertconsulting@outlook.com> - 1.30.4-1
|
||||||
- modify autosetup macro parameters
|
- modify autosetup macro parameters
|
||||||
|
|
|
@ -244,55 +244,31 @@ if ( ! defined $ac ) {
|
||||||
} # end if
|
} # end if
|
||||||
$d->{AutoCommit} = $ac;
|
$d->{AutoCommit} = $ac;
|
||||||
} # end sub end_transaction
|
} # end sub end_transaction
|
||||||
|
|
||||||
1;
|
1;
|
||||||
__END__
|
__END__
|
||||||
# Below is stub documentation for your module. You'd better edit it!
|
|
||||||
|
|
||||||
=head1 NAME
|
=head1 NAME
|
||||||
|
|
||||||
ZoneMinder::Database - Perl extension for blah blah blah
|
ZoneMinder::Database - Perl module containing database functions used in ZM
|
||||||
|
|
||||||
=head1 SYNOPSIS
|
=head1 SYNOPSIS
|
||||||
|
|
||||||
use ZoneMinder::Database;
|
use ZoneMinder::Database;
|
||||||
blah blah blah
|
|
||||||
|
|
||||||
=head1 DESCRIPTION
|
=head1 DESCRIPTION
|
||||||
|
|
||||||
Stub documentation for ZoneMinder, created by h2xs. It looks like the
|
|
||||||
author of the extension was negligent enough to leave the stub
|
|
||||||
unedited.
|
|
||||||
|
|
||||||
Blah blah blah.
|
|
||||||
|
|
||||||
=head2 EXPORT
|
=head2 EXPORT
|
||||||
|
|
||||||
None by default.
|
zmDbConnect
|
||||||
|
zmDbDisconnect
|
||||||
|
zmDbGetMonitors
|
||||||
|
zmDbGetMonitor
|
||||||
=head1 SEE ALSO
|
zmDbGetMonitorAndControl
|
||||||
|
|
||||||
Mention other useful documentation such as the documentation of
|
|
||||||
related modules or operating system documentation (such as man pages
|
|
||||||
in UNIX), or any relevant external documentation such as RFCs or
|
|
||||||
standards.
|
|
||||||
|
|
||||||
If you have a mailing list set up for your module, mention it here.
|
|
||||||
|
|
||||||
If you have a web site set up for your module, mention it here.
|
|
||||||
|
|
||||||
=head1 AUTHOR
|
=head1 AUTHOR
|
||||||
|
|
||||||
Philip Coombes, E<lt>philip.coombes@zoneminder.comE<gt>
|
Philip Coombes, E<lt>philip.coombes@zoneminder.comE<gt>
|
||||||
|
|
||||||
=head1 COPYRIGHT AND LICENSE
|
|
||||||
|
|
||||||
Copyright (C) 2001-2008 Philip Coombes
|
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or modify
|
|
||||||
it under the same terms as Perl itself, either Perl version 5.8.3 or,
|
|
||||||
at your option, any later version of Perl 5 you may have available.
|
|
||||||
|
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
|
@ -67,6 +67,7 @@ my $level = 1;
|
||||||
my $monitor_id = 0;
|
my $monitor_id = 0;
|
||||||
my $version;
|
my $version;
|
||||||
my $force = 0;
|
my $force = 0;
|
||||||
|
my $server_id = undef;
|
||||||
my $storage_id = undef;
|
my $storage_id = undef;
|
||||||
|
|
||||||
logInit();
|
logInit();
|
||||||
|
@ -78,6 +79,7 @@ GetOptions(
|
||||||
level =>\$level,
|
level =>\$level,
|
||||||
'monitor_id=i' =>\$monitor_id,
|
'monitor_id=i' =>\$monitor_id,
|
||||||
report =>\$report,
|
report =>\$report,
|
||||||
|
'server_id=i' =>\$server_id,
|
||||||
'storage_id=i' =>\$storage_id,
|
'storage_id=i' =>\$storage_id,
|
||||||
version =>\$version
|
version =>\$version
|
||||||
) or pod2usage(-exitstatus => -1);
|
) or pod2usage(-exitstatus => -1);
|
||||||
|
@ -181,13 +183,15 @@ MAIN: while( $loop ) {
|
||||||
Term();
|
Term();
|
||||||
}
|
}
|
||||||
Info("Auditing Storage Area $Storage_Areas[0]{Id} $Storage_Areas[0]{Name} at $Storage_Areas[0]{Path}");
|
Info("Auditing Storage Area $Storage_Areas[0]{Id} $Storage_Areas[0]{Name} at $Storage_Areas[0]{Path}");
|
||||||
} elsif ( $Config{ZM_SERVER_ID} ) {
|
} elsif ( $server_id ) {
|
||||||
@Storage_Areas = ZoneMinder::Storage->find( ServerId => $Config{ZM_SERVER_ID} );
|
@Storage_Areas = ZoneMinder::Storage->find( ServerId => $server_id );
|
||||||
if ( ! @Storage_Areas ) {
|
if ( ! @Storage_Areas ) {
|
||||||
Error("No Storage Area found with ServerId =" . $Config{ZM_SERVER_ID});
|
Error("No Storage Area found with ServerId =" . $server_id);
|
||||||
Term();
|
Term();
|
||||||
}
|
}
|
||||||
Info("Auditing All Storage Areas on Server " . $Storage_Areas[0]->Server()->Name());
|
foreach my $Storage ( @Storage_Areas ) {
|
||||||
|
Info('Auditing ' . $Storage->Name() . ' at ' . $Storage->Path() . ' on ' . $Storage->Server()->Name() );
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
@Storage_Areas = ZoneMinder::Storage->find();
|
@Storage_Areas = ZoneMinder::Storage->find();
|
||||||
Info("Auditing All Storage Areas");
|
Info("Auditing All Storage Areas");
|
||||||
|
@ -382,7 +386,7 @@ MAIN: while( $loop ) {
|
||||||
} # if USE_DEEP_STORAGE
|
} # if USE_DEEP_STORAGE
|
||||||
Debug( 'Got '.int(keys(%$fs_events))." filesystem events for monitor $monitor_dir\n" );
|
Debug( 'Got '.int(keys(%$fs_events))." filesystem events for monitor $monitor_dir\n" );
|
||||||
|
|
||||||
delete_empty_directories($monitor_dir);
|
delete_empty_directories($$Storage{Path}.'/'.$monitor_dir);
|
||||||
} # end foreach monitor
|
} # end foreach monitor
|
||||||
|
|
||||||
if ( $cleaned ) {
|
if ( $cleaned ) {
|
||||||
|
|
|
@ -713,14 +713,18 @@ sub substituteTags {
|
||||||
}
|
}
|
||||||
} # end if $first_alarm_frame
|
} # end if $first_alarm_frame
|
||||||
|
|
||||||
if ( $attachments_ref && $Config{ZM_OPT_FFMPEG} ) {
|
if ( $attachments_ref ) {
|
||||||
if ( $text =~ s/%EV%//g ) {
|
if ( $text =~ s/%EV%//g ) {
|
||||||
|
if ( $$Event{DefaultVideo} ) {
|
||||||
|
push @$attachments_ref, { type=>'video/mp4', path=>join('/',$Event->Path(), $Event->DefaultVideo()) };
|
||||||
|
} elsif ( $Config{ZM_OPT_FFMPEG} ) {
|
||||||
my ( $format, $path ) = generateVideo($filter, $Event);
|
my ( $format, $path ) = generateVideo($filter, $Event);
|
||||||
if ( !$format ) {
|
if ( !$format ) {
|
||||||
return undef;
|
return undef;
|
||||||
}
|
}
|
||||||
push( @$attachments_ref, { type=>"video/$format", path=>$path } );
|
push( @$attachments_ref, { type=>"video/$format", path=>$path } );
|
||||||
}
|
}
|
||||||
|
}
|
||||||
if ( $text =~ s/%EVM%//g ) {
|
if ( $text =~ s/%EVM%//g ) {
|
||||||
my ( $format, $path ) = generateVideo($filter, $Event, 1);
|
my ( $format, $path ) = generateVideo($filter, $Event, 1);
|
||||||
if ( !$format ) {
|
if ( !$format ) {
|
||||||
|
|
|
@ -539,7 +539,7 @@ Debug(3, "Writing video");
|
||||||
if ( score < 0 )
|
if ( score < 0 )
|
||||||
score = 0;
|
score = 0;
|
||||||
|
|
||||||
bool db_frame = ( frame_type != BULK ) || ((frames%config.bulk_frame_interval)==0) || !frames;
|
bool db_frame = ( frame_type != BULK ) || (!frames) || ((frames%config.bulk_frame_interval)==0) ;
|
||||||
if ( db_frame ) {
|
if ( db_frame ) {
|
||||||
|
|
||||||
Debug( 1, "Adding frame %d of type \"%s\" to DB", frames, Event::frame_type_names[frame_type] );
|
Debug( 1, "Adding frame %d of type \"%s\" to DB", frames, Event::frame_type_names[frame_type] );
|
||||||
|
|
|
@ -1731,6 +1731,7 @@ Error("Creating new event when one exists");
|
||||||
}
|
}
|
||||||
shared_data->state = state = IDLE;
|
shared_data->state = state = IDLE;
|
||||||
last_section_mod = 0;
|
last_section_mod = 0;
|
||||||
|
trigger_data->trigger_state = TRIGGER_CANCEL;
|
||||||
} // end if ( trigger_data->trigger_state != TRIGGER_OFF )
|
} // end if ( trigger_data->trigger_state != TRIGGER_OFF )
|
||||||
|
|
||||||
if ( (!signal_change && signal) && (function == MODECT || function == MOCORD) ) {
|
if ( (!signal_change && signal) && (function == MODECT || function == MOCORD) ) {
|
||||||
|
@ -2384,6 +2385,8 @@ int Monitor::Capture() {
|
||||||
|
|
||||||
if ( captureResult < 0 ) {
|
if ( captureResult < 0 ) {
|
||||||
Info("Return from Capture (%d), signal loss", captureResult);
|
Info("Return from Capture (%d), signal loss", captureResult);
|
||||||
|
// Tell zma to end the event. zma will reset TRIGGER
|
||||||
|
trigger_data->trigger_state = TRIGGER_OFF;
|
||||||
// Unable to capture image for temporary reason
|
// Unable to capture image for temporary reason
|
||||||
// Fake a signal loss image
|
// Fake a signal loss image
|
||||||
Rgb signalcolor;
|
Rgb signalcolor;
|
||||||
|
|
|
@ -178,7 +178,6 @@ VideoStore::VideoStore(const char *filename_in, const char *format_in,
|
||||||
}
|
}
|
||||||
|
|
||||||
Monitor::Orientation orientation = monitor->getOrientation();
|
Monitor::Orientation orientation = monitor->getOrientation();
|
||||||
Debug(3, "Have orientation");
|
|
||||||
if (orientation) {
|
if (orientation) {
|
||||||
if (orientation == Monitor::ROTATE_0) {
|
if (orientation == Monitor::ROTATE_0) {
|
||||||
} else if (orientation == Monitor::ROTATE_90) {
|
} else if (orientation == Monitor::ROTATE_90) {
|
||||||
|
|
|
@ -82,6 +82,8 @@ $SLANG = array(
|
||||||
'Actual' => 'Actual',
|
'Actual' => 'Actual',
|
||||||
'AddNewControl' => '新增控制',
|
'AddNewControl' => '新增控制',
|
||||||
'AddNewMonitor' => '新增監視',
|
'AddNewMonitor' => '新增監視',
|
||||||
|
'AddNewServer' => 'Add New Server', // Added - 2018-08-30
|
||||||
|
'AddNewStorage' => 'Add New Storage', // Added - 2018-08-30
|
||||||
'AddNewUser' => '新增使用者',
|
'AddNewUser' => '新增使用者',
|
||||||
'AddNewZone' => '新增監視區',
|
'AddNewZone' => '新增監視區',
|
||||||
'Alarm' => '警報',
|
'Alarm' => '警報',
|
||||||
|
@ -109,22 +111,32 @@ $SLANG = array(
|
||||||
'AttrArchiveStatus' => 'Archive Status',
|
'AttrArchiveStatus' => 'Archive Status',
|
||||||
'AttrAvgScore' => 'Average Score',
|
'AttrAvgScore' => 'Average Score',
|
||||||
'AttrCause' => 'Cause',
|
'AttrCause' => 'Cause',
|
||||||
'AttrDate' => 'Date',
|
|
||||||
'AttrDateTime' => 'Date/Time',
|
|
||||||
'AttrDiskBlocks' => 'Disk Blocks',
|
'AttrDiskBlocks' => 'Disk Blocks',
|
||||||
'AttrDiskPercent' => 'Disk Percent',
|
'AttrDiskPercent' => 'Disk Percent',
|
||||||
|
'AttrDiskSpace' => 'Disk Space', // Added - 2018-08-30
|
||||||
'AttrDuration' => 'Duration',
|
'AttrDuration' => 'Duration',
|
||||||
|
'AttrEndDate' => 'End Date', // Added - 2018-08-30
|
||||||
|
'AttrEndDateTime' => 'End Date/Time', // Added - 2018-08-30
|
||||||
|
'AttrEndTime' => 'End Time', // Added - 2018-08-30
|
||||||
|
'AttrEndWeekday' => 'End Weekday', // Added - 2018-08-30
|
||||||
|
'AttrFilterServer' => 'Server Filter is Running On', // Added - 2018-08-30
|
||||||
'AttrFrames' => 'Frames',
|
'AttrFrames' => 'Frames',
|
||||||
'AttrId' => 'Id',
|
'AttrId' => 'Id',
|
||||||
'AttrMaxScore' => 'Max. Score',
|
'AttrMaxScore' => 'Max. Score',
|
||||||
'AttrMonitorId' => 'Monitor Id',
|
'AttrMonitorId' => 'Monitor Id',
|
||||||
'AttrMonitorName' => 'Monitor Name',
|
'AttrMonitorName' => 'Monitor Name',
|
||||||
|
'AttrMonitorServer' => 'Server Monitor is Running On', // Added - 2018-08-30
|
||||||
'AttrName' => 'Name',
|
'AttrName' => 'Name',
|
||||||
'AttrNotes' => 'Notes',
|
'AttrNotes' => 'Notes',
|
||||||
|
'AttrStartDate' => 'Start Date', // Added - 2018-08-30
|
||||||
|
'AttrStartDateTime' => 'Start Date/Time', // Added - 2018-08-30
|
||||||
|
'AttrStartTime' => 'Start Time', // Added - 2018-08-30
|
||||||
|
'AttrStartWeekday' => 'Start Weekday', // Added - 2018-08-30
|
||||||
|
'AttrStateId' => 'Run State', // Added - 2018-08-30
|
||||||
|
'AttrStorageArea' => 'Storage Area', // Added - 2018-08-30
|
||||||
|
'AttrStorageServer' => 'Server Hosting Storage', // Added - 2018-08-30
|
||||||
'AttrSystemLoad' => 'System Load',
|
'AttrSystemLoad' => 'System Load',
|
||||||
'AttrTime' => 'Time',
|
|
||||||
'AttrTotalScore' => 'Total Score',
|
'AttrTotalScore' => 'Total Score',
|
||||||
'AttrWeekday' => 'Weekday',
|
|
||||||
'Auto' => '自動',
|
'Auto' => '自動',
|
||||||
'AutoStopTimeout' => '時間過自動停止',
|
'AutoStopTimeout' => '時間過自動停止',
|
||||||
'Available' => 'Available', // Added - 2009-03-31
|
'Available' => 'Available', // Added - 2009-03-31
|
||||||
|
@ -157,9 +169,11 @@ $SLANG = array(
|
||||||
'BadRefBlendPerc' => 'Reference blend percentage must be a positive integer',
|
'BadRefBlendPerc' => 'Reference blend percentage must be a positive integer',
|
||||||
'BadSectionLength' => 'Section length must be an integer of 30 or more',
|
'BadSectionLength' => 'Section length must be an integer of 30 or more',
|
||||||
'BadSignalCheckColour' => 'Signal check colour must be a valid RGB colour string',
|
'BadSignalCheckColour' => 'Signal check colour must be a valid RGB colour string',
|
||||||
|
'BadSourceType' => 'Source Type \"Web Site\" requires the Function to be set to \"Monitor\"', // Added - 2018-08-30
|
||||||
'BadStreamReplayBuffer'=> 'Stream replay buffer must be an integer of zero or more',
|
'BadStreamReplayBuffer'=> 'Stream replay buffer must be an integer of zero or more',
|
||||||
'BadWarmupCount' => 'Warmup frames must be an integer of zero or more',
|
'BadWarmupCount' => 'Warmup frames must be an integer of zero or more',
|
||||||
'BadWebColour' => 'Web colour must be a valid web colour string',
|
'BadWebColour' => 'Web colour must be a valid web colour string',
|
||||||
|
'BadWebSitePath' => 'Please enter a complete website url, including the http:// or https:// prefix.', // Added - 2018-08-30
|
||||||
'BadWidth' => 'Width must be set to a valid value',
|
'BadWidth' => 'Width must be set to a valid value',
|
||||||
'Bandwidth' => '頻寬',
|
'Bandwidth' => '頻寬',
|
||||||
'BandwidthHead' => 'Bandwidth', // This is the end of the bandwidth status on the top of the console, different in many language due to phrasing
|
'BandwidthHead' => 'Bandwidth', // This is the end of the bandwidth status on the top of the console, different in many language due to phrasing
|
||||||
|
@ -223,10 +237,12 @@ $SLANG = array(
|
||||||
'ChooseLogSelection' => 'Choose a log selection', // Added - 2011-06-17
|
'ChooseLogSelection' => 'Choose a log selection', // Added - 2011-06-17
|
||||||
'ChoosePreset' => 'Choose Preset',
|
'ChoosePreset' => 'Choose Preset',
|
||||||
'Clear' => 'Clear', // Added - 2011-06-16
|
'Clear' => 'Clear', // Added - 2011-06-16
|
||||||
|
'CloneMonitor' => 'Clone', // Added - 2018-08-30
|
||||||
'Close' => '關閉',
|
'Close' => '關閉',
|
||||||
'Colour' => 'Colour',
|
'Colour' => 'Colour',
|
||||||
'Command' => 'Command',
|
'Command' => 'Command',
|
||||||
'Component' => 'Component', // Added - 2011-06-16
|
'Component' => 'Component', // Added - 2011-06-16
|
||||||
|
'ConcurrentFilter' => 'Run filter concurrently', // Added - 2018-08-30
|
||||||
'Config' => 'Config',
|
'Config' => 'Config',
|
||||||
'ConfiguredFor' => '配置為',
|
'ConfiguredFor' => '配置為',
|
||||||
'ConfirmDeleteEvents' => 'Are you sure you wish to delete the selected events?',
|
'ConfirmDeleteEvents' => 'Are you sure you wish to delete the selected events?',
|
||||||
|
@ -284,9 +300,11 @@ $SLANG = array(
|
||||||
'DonateRemindWeek' => 'Not yet, remind again in 1 week',
|
'DonateRemindWeek' => 'Not yet, remind again in 1 week',
|
||||||
'DonateYes' => 'Yes, I\'d like to donate now',
|
'DonateYes' => 'Yes, I\'d like to donate now',
|
||||||
'Download' => '下載',
|
'Download' => '下載',
|
||||||
|
'DownloadVideo' => 'Download Video', // Added - 2018-08-30
|
||||||
'DuplicateMonitorName' => 'Duplicate Monitor Name', // Added - 2009-03-31
|
'DuplicateMonitorName' => 'Duplicate Monitor Name', // Added - 2009-03-31
|
||||||
'Duration' => '歷時',
|
'Duration' => '歷時',
|
||||||
'Edit' => '編輯',
|
'Edit' => '編輯',
|
||||||
|
'EditLayout' => 'Edit Layout', // Added - 2018-08-30
|
||||||
'Email' => 'Email',
|
'Email' => 'Email',
|
||||||
'EnableAlarms' => '啟動警報',
|
'EnableAlarms' => '啟動警報',
|
||||||
'Enabled' => '啟用',
|
'Enabled' => '啟用',
|
||||||
|
@ -303,6 +321,7 @@ $SLANG = array(
|
||||||
'Events' => '事件',
|
'Events' => '事件',
|
||||||
'Exclude' => '不包含',
|
'Exclude' => '不包含',
|
||||||
'Execute' => 'Execute',
|
'Execute' => 'Execute',
|
||||||
|
'Exif' => 'Embed EXIF data into image', // Added - 2018-08-30
|
||||||
'Export' => '輸出',
|
'Export' => '輸出',
|
||||||
'ExportDetails' => '輸出事件細項',
|
'ExportDetails' => '輸出事件細項',
|
||||||
'ExportFailed' => '輸出失敗',
|
'ExportFailed' => '輸出失敗',
|
||||||
|
@ -332,8 +351,10 @@ $SLANG = array(
|
||||||
'FilterExecuteEvents' => '自動執行符合指令',
|
'FilterExecuteEvents' => '自動執行符合指令',
|
||||||
'FilterLog' => 'Filter log', // Added - 2015-04-18
|
'FilterLog' => 'Filter log', // Added - 2015-04-18
|
||||||
'FilterMessageEvents' => '自動發出符合訊息',
|
'FilterMessageEvents' => '自動發出符合訊息',
|
||||||
|
'FilterMoveEvents' => 'Move all matches', // Added - 2018-08-30
|
||||||
'FilterPx' => 'Filter Px',
|
'FilterPx' => 'Filter Px',
|
||||||
'FilterUnset' => '您必需設定濾鏡的寬度和高度',
|
'FilterUnset' => '您必需設定濾鏡的寬度和高度',
|
||||||
|
'FilterUpdateDiskSpace'=> 'Update used disk space', // Added - 2018-08-30
|
||||||
'FilterUploadEvents' => '自動上傳符合項目',
|
'FilterUploadEvents' => '自動上傳符合項目',
|
||||||
'FilterVideoEvents' => '自動產生符合的影像檔',
|
'FilterVideoEvents' => '自動產生符合的影像檔',
|
||||||
'Filters' => '濾鏡',
|
'Filters' => '濾鏡',
|
||||||
|
@ -358,6 +379,7 @@ $SLANG = array(
|
||||||
'Function' => '功能',
|
'Function' => '功能',
|
||||||
'Gain' => 'Gain',
|
'Gain' => 'Gain',
|
||||||
'General' => '一般',
|
'General' => '一般',
|
||||||
|
'GenerateDownload' => 'Generate Download', // Added - 2018-08-30
|
||||||
'GenerateVideo' => '輸出影片',
|
'GenerateVideo' => '輸出影片',
|
||||||
'GeneratingVideo' => '輸出影片中',
|
'GeneratingVideo' => '輸出影片中',
|
||||||
'GoToZoneMinder' => 'Go to ZoneMinder.com',
|
'GoToZoneMinder' => 'Go to ZoneMinder.com',
|
||||||
|
@ -378,6 +400,7 @@ $SLANG = array(
|
||||||
'High' => '高',
|
'High' => '高',
|
||||||
'HighBW' => 'High B/W',
|
'HighBW' => 'High B/W',
|
||||||
'Home' => 'Home',
|
'Home' => 'Home',
|
||||||
|
'Hostname' => 'Hostname', // Added - 2018-08-30
|
||||||
'Hour' => '時',
|
'Hour' => '時',
|
||||||
'Hue' => 'Hue',
|
'Hue' => 'Hue',
|
||||||
'Id' => 'Id',
|
'Id' => 'Id',
|
||||||
|
@ -402,6 +425,7 @@ $SLANG = array(
|
||||||
'Line' => 'Line', // Added - 2011-06-16
|
'Line' => 'Line', // Added - 2011-06-16
|
||||||
'LinkedMonitors' => 'Linked Monitors',
|
'LinkedMonitors' => 'Linked Monitors',
|
||||||
'List' => '列出',
|
'List' => '列出',
|
||||||
|
'ListMatches' => 'List Matches', // Added - 2018-08-30
|
||||||
'Load' => '載入',
|
'Load' => '載入',
|
||||||
'Local' => 'Local',
|
'Local' => 'Local',
|
||||||
'Log' => 'Log', // Added - 2011-06-16
|
'Log' => 'Log', // Added - 2011-06-16
|
||||||
|
@ -488,6 +512,7 @@ $SLANG = array(
|
||||||
'MonitorProbeIntro' => 'The list below shows detected analog and network cameras and whether they are already being used or available for selection.<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that not all cameras may be detected and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>', // Added - 2009-03-31
|
'MonitorProbeIntro' => 'The list below shows detected analog and network cameras and whether they are already being used or available for selection.<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that not all cameras may be detected and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>', // Added - 2009-03-31
|
||||||
'Monitors' => '監視',
|
'Monitors' => '監視',
|
||||||
'Montage' => '全部顯示',
|
'Montage' => '全部顯示',
|
||||||
|
'MontageReview' => 'Montage Review', // Added - 2018-08-30
|
||||||
'Month' => '月',
|
'Month' => '月',
|
||||||
'More' => 'More', // Added - 2011-06-16
|
'More' => 'More', // Added - 2011-06-16
|
||||||
'MotionFrameSkip' => 'Motion Frame Skip',
|
'MotionFrameSkip' => 'Motion Frame Skip',
|
||||||
|
@ -514,6 +539,7 @@ $SLANG = array(
|
||||||
'Next' => '下一步',
|
'Next' => '下一步',
|
||||||
'No' => 'No',
|
'No' => 'No',
|
||||||
'NoDetectedCameras' => 'No Detected Cameras', // Added - 2009-03-31
|
'NoDetectedCameras' => 'No Detected Cameras', // Added - 2009-03-31
|
||||||
|
'NoDetectedProfiles' => 'No Detected Profiles', // Added - 2018-08-30
|
||||||
'NoFramesRecorded' => 'There are no frames recorded for this event',
|
'NoFramesRecorded' => 'There are no frames recorded for this event',
|
||||||
'NoGroup' => 'No Group', // Added - 2009-02-08
|
'NoGroup' => 'No Group', // Added - 2009-02-08
|
||||||
'NoSavedFilters' => 'NoSavedFilters',
|
'NoSavedFilters' => 'NoSavedFilters',
|
||||||
|
@ -532,6 +558,8 @@ $SLANG = array(
|
||||||
'OpGt' => 'greater than',
|
'OpGt' => 'greater than',
|
||||||
'OpGtEq' => 'greater than or equal to',
|
'OpGtEq' => 'greater than or equal to',
|
||||||
'OpIn' => 'in set',
|
'OpIn' => 'in set',
|
||||||
|
'OpIs' => 'is', // Added - 2018-08-30
|
||||||
|
'OpIsNot' => 'is not', // Added - 2018-08-30
|
||||||
'OpLt' => 'less than',
|
'OpLt' => 'less than',
|
||||||
'OpLtEq' => 'less than or equal to',
|
'OpLtEq' => 'less than or equal to',
|
||||||
'OpMatches' => 'matches',
|
'OpMatches' => 'matches',
|
||||||
|
@ -541,6 +569,7 @@ $SLANG = array(
|
||||||
'Open' => 'Open',
|
'Open' => 'Open',
|
||||||
'OptionHelp' => 'OptionHelp',
|
'OptionHelp' => 'OptionHelp',
|
||||||
'OptionRestartWarning' => 'These changes may not come into effect fully\nwhile the system is running. When you have\nfinished making your changes please ensure that\nyou restart ZoneMinder.',
|
'OptionRestartWarning' => 'These changes may not come into effect fully\nwhile the system is running. When you have\nfinished making your changes please ensure that\nyou restart ZoneMinder.',
|
||||||
|
'OptionalEncoderParam' => 'Optional Encoder Parameters', // Added - 2018-08-30
|
||||||
'Options' => '銓垣專用',//進階選項
|
'Options' => '銓垣專用',//進階選項
|
||||||
'OrEnterNewName' => 'or enter new name',
|
'OrEnterNewName' => 'or enter new name',
|
||||||
'Order' => '順序',
|
'Order' => '順序',
|
||||||
|
@ -578,9 +607,13 @@ $SLANG = array(
|
||||||
'ProfileProbeIntro' => 'The list below shows the existing stream profiles of the selected camera .<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that ZoneMinder cannot configure additional profiles and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>', // Added - 2015-04-18
|
'ProfileProbeIntro' => 'The list below shows the existing stream profiles of the selected camera .<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that ZoneMinder cannot configure additional profiles and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>', // Added - 2015-04-18
|
||||||
'Progress' => 'Progress', // Added - 2015-04-18
|
'Progress' => 'Progress', // Added - 2015-04-18
|
||||||
'Protocol' => 'Protocol',
|
'Protocol' => 'Protocol',
|
||||||
|
'RTSPDescribe' => 'Use RTSP Response Media URL', // Added - 2018-08-30
|
||||||
|
'RTSPTransport' => 'RTSP Transport Protocol', // Added - 2018-08-30
|
||||||
'Rate' => 'Rate',
|
'Rate' => 'Rate',
|
||||||
'Real' => 'Real',
|
'Real' => 'Real',
|
||||||
|
'RecaptchaWarning' => 'Your reCaptcha secret key is invalid. Please correct it, or reCaptcha will not work', // Added - 2018-08-30
|
||||||
'Record' => '錄影',
|
'Record' => '錄影',
|
||||||
|
'RecordAudio' => 'Whether to store the audio stream when saving an event.', // Added - 2018-08-30
|
||||||
'RefImageBlendPct' => '參考影像混合 %ge',
|
'RefImageBlendPct' => '參考影像混合 %ge',
|
||||||
'Refresh' => '更新',
|
'Refresh' => '更新',
|
||||||
'Remote' => 'Remote',
|
'Remote' => 'Remote',
|
||||||
|
@ -596,6 +629,7 @@ $SLANG = array(
|
||||||
'ReplayAll' => 'All Events',
|
'ReplayAll' => 'All Events',
|
||||||
'ReplayGapless' => 'Gapless Events',
|
'ReplayGapless' => 'Gapless Events',
|
||||||
'ReplaySingle' => 'Single Event',
|
'ReplaySingle' => 'Single Event',
|
||||||
|
'ReportEventAudit' => 'Audit Events Report', // Added - 2018-08-30
|
||||||
'Reset' => 'Reset',
|
'Reset' => 'Reset',
|
||||||
'ResetEventCounts' => 'Reset Event Counts',
|
'ResetEventCounts' => 'Reset Event Counts',
|
||||||
'Restart' => '重新啟動',
|
'Restart' => '重新啟動',
|
||||||
|
@ -614,6 +648,7 @@ $SLANG = array(
|
||||||
'Save' => '存檔',
|
'Save' => '存檔',
|
||||||
'SaveAs' => '儲存為',
|
'SaveAs' => '儲存為',
|
||||||
'SaveFilter' => 'Save Filter',
|
'SaveFilter' => 'Save Filter',
|
||||||
|
'SaveJPEGs' => 'Save JPEGs', // Added - 2018-08-30
|
||||||
'Scale' => 'Scale',
|
'Scale' => 'Scale',
|
||||||
'Score' => '分數',
|
'Score' => '分數',
|
||||||
'Secs' => 'Secs',
|
'Secs' => 'Secs',
|
||||||
|
@ -630,6 +665,7 @@ $SLANG = array(
|
||||||
'ShowFilterWindow' => '顯示過濾視窗',
|
'ShowFilterWindow' => '顯示過濾視窗',
|
||||||
'ShowTimeline' => 'Show Timeline',
|
'ShowTimeline' => 'Show Timeline',
|
||||||
'SignalCheckColour' => 'Signal Check Colour',
|
'SignalCheckColour' => 'Signal Check Colour',
|
||||||
|
'SignalCheckPoints' => 'Signal Check Points', // Added - 2018-08-30
|
||||||
'Size' => 'Size',
|
'Size' => 'Size',
|
||||||
'SkinDescription' => 'Change the default skin for this computer', // Added - 2011-01-30
|
'SkinDescription' => 'Change the default skin for this computer', // Added - 2011-01-30
|
||||||
'Sleep' => 'Sleep',
|
'Sleep' => 'Sleep',
|
||||||
|
@ -649,6 +685,10 @@ $SLANG = array(
|
||||||
'State' => 'State',
|
'State' => 'State',
|
||||||
'Stats' => 'Stats',
|
'Stats' => 'Stats',
|
||||||
'Status' => 'Status',
|
'Status' => 'Status',
|
||||||
|
'StatusConnected' => 'Capturing', // Added - 2018-08-30
|
||||||
|
'StatusNotRunning' => 'Not Running', // Added - 2018-08-30
|
||||||
|
'StatusRunning' => 'Not Capturing', // Added - 2018-08-30
|
||||||
|
'StatusUnknown' => 'Unknown', // Added - 2018-08-30
|
||||||
'Step' => 'Step',
|
'Step' => 'Step',
|
||||||
'StepBack' => 'Step Back',
|
'StepBack' => 'Step Back',
|
||||||
'StepForward' => 'Step Forward',
|
'StepForward' => 'Step Forward',
|
||||||
|
@ -659,6 +699,8 @@ $SLANG = array(
|
||||||
'Stills' => '靜止',
|
'Stills' => '靜止',
|
||||||
'Stop' => '停止',
|
'Stop' => '停止',
|
||||||
'Stopped' => '已停止',
|
'Stopped' => '已停止',
|
||||||
|
'StorageArea' => 'Storage Area', // Added - 2018-08-30
|
||||||
|
'StorageScheme' => 'Scheme', // Added - 2018-08-30
|
||||||
'Stream' => '串流',
|
'Stream' => '串流',
|
||||||
'StreamReplayBuffer' => 'Stream Replay Image Buffer',
|
'StreamReplayBuffer' => 'Stream Replay Image Buffer',
|
||||||
'Submit' => 'Submit',
|
'Submit' => 'Submit',
|
||||||
|
@ -678,6 +720,7 @@ $SLANG = array(
|
||||||
'TimelineTip4' => 'Use the controls below to zoom out or navigate back and forward through the time range.', // Added 2013.08.15.
|
'TimelineTip4' => 'Use the controls below to zoom out or navigate back and forward through the time range.', // Added 2013.08.15.
|
||||||
'Timestamp' => '時間格式',
|
'Timestamp' => '時間格式',
|
||||||
'TimestampLabelFormat' => '時間標示格式',
|
'TimestampLabelFormat' => '時間標示格式',
|
||||||
|
'TimestampLabelSize' => 'Font Size', // Added - 2018-08-30
|
||||||
'TimestampLabelX' => '時間標示 X',
|
'TimestampLabelX' => '時間標示 X',
|
||||||
'TimestampLabelY' => '時間標示 Y',
|
'TimestampLabelY' => '時間標示 Y',
|
||||||
'Today' => 'Today',
|
'Today' => 'Today',
|
||||||
|
@ -724,6 +767,7 @@ $SLANG = array(
|
||||||
'VideoGenParms' => '輸出影片參數',
|
'VideoGenParms' => '輸出影片參數',
|
||||||
'VideoGenSucceeded' => 'Video Generation Succeeded!', // Added - 2009-02-08
|
'VideoGenSucceeded' => 'Video Generation Succeeded!', // Added - 2009-02-08
|
||||||
'VideoSize' => '影片尺寸',
|
'VideoSize' => '影片尺寸',
|
||||||
|
'VideoWriter' => 'Video Writer', // Added - 2018-08-30
|
||||||
'View' => '檢視',
|
'View' => '檢視',
|
||||||
'ViewAll' => '全部檢視',
|
'ViewAll' => '全部檢視',
|
||||||
'ViewEvent' => 'View Event', // Added - 2009-02-08
|
'ViewEvent' => 'View Event', // Added - 2009-02-08
|
||||||
|
@ -733,6 +777,7 @@ $SLANG = array(
|
||||||
'Watch' => 'Watch',
|
'Watch' => 'Watch',
|
||||||
'Web' => 'Web',
|
'Web' => 'Web',
|
||||||
'WebColour' => 'Web Colour', // Added - 2009-02-08
|
'WebColour' => 'Web Colour', // Added - 2009-02-08
|
||||||
|
'WebSiteUrl' => 'Website URL', // Added - 2018-08-30
|
||||||
'Week' => '週',
|
'Week' => '週',
|
||||||
'White' => 'White',
|
'White' => 'White',
|
||||||
'WhiteBalance' => 'White Balance',
|
'WhiteBalance' => 'White Balance',
|
||||||
|
|
|
@ -78,6 +78,8 @@ $SLANG = array(
|
||||||
'Actual' => '实际',
|
'Actual' => '实际',
|
||||||
'AddNewControl' => '新建控制',
|
'AddNewControl' => '新建控制',
|
||||||
'AddNewMonitor' => '新建监视器',
|
'AddNewMonitor' => '新建监视器',
|
||||||
|
'AddNewServer' => 'Add New Server', // Added - 2018-08-30
|
||||||
|
'AddNewStorage' => 'Add New Storage', // Added - 2018-08-30
|
||||||
'AddNewUser' => '新建用户',
|
'AddNewUser' => '新建用户',
|
||||||
'AddNewZone' => '新建区域',
|
'AddNewZone' => '新建区域',
|
||||||
'Alarm' => '报警',
|
'Alarm' => '报警',
|
||||||
|
@ -105,22 +107,32 @@ $SLANG = array(
|
||||||
'AttrArchiveStatus' => '存档状态',
|
'AttrArchiveStatus' => '存档状态',
|
||||||
'AttrAvgScore' => '平均分数',
|
'AttrAvgScore' => '平均分数',
|
||||||
'AttrCause' => '原因',
|
'AttrCause' => '原因',
|
||||||
'AttrDate' => '日期',
|
|
||||||
'AttrDateTime' => '日期/时间',
|
|
||||||
'AttrDiskBlocks' => '磁碟区块',
|
'AttrDiskBlocks' => '磁碟区块',
|
||||||
'AttrDiskPercent' => '磁碟百分比',
|
'AttrDiskPercent' => '磁碟百分比',
|
||||||
|
'AttrDiskSpace' => 'Disk Space', // Added - 2018-08-30
|
||||||
'AttrDuration' => '过程',
|
'AttrDuration' => '过程',
|
||||||
|
'AttrEndDate' => 'End Date', // Added - 2018-08-30
|
||||||
|
'AttrEndDateTime' => 'End Date/Time', // Added - 2018-08-30
|
||||||
|
'AttrEndTime' => 'End Time', // Added - 2018-08-30
|
||||||
|
'AttrEndWeekday' => 'End Weekday', // Added - 2018-08-30
|
||||||
|
'AttrFilterServer' => 'Server Filter is Running On', // Added - 2018-08-30
|
||||||
'AttrFrames' => '帧',
|
'AttrFrames' => '帧',
|
||||||
'AttrId' => 'Id',
|
'AttrId' => 'Id',
|
||||||
'AttrMaxScore' => '最大分数',
|
'AttrMaxScore' => '最大分数',
|
||||||
'AttrMonitorId' => '监视器 Id',
|
'AttrMonitorId' => '监视器 Id',
|
||||||
'AttrMonitorName' => '监视器名称',
|
'AttrMonitorName' => '监视器名称',
|
||||||
|
'AttrMonitorServer' => 'Server Monitor is Running On', // Added - 2018-08-30
|
||||||
'AttrName' => '名称',
|
'AttrName' => '名称',
|
||||||
'AttrNotes' => '备注',
|
'AttrNotes' => '备注',
|
||||||
|
'AttrStartDate' => 'Start Date', // Added - 2018-08-30
|
||||||
|
'AttrStartDateTime' => 'Start Date/Time', // Added - 2018-08-30
|
||||||
|
'AttrStartTime' => 'Start Time', // Added - 2018-08-30
|
||||||
|
'AttrStartWeekday' => 'Start Weekday', // Added - 2018-08-30
|
||||||
|
'AttrStateId' => 'Run State', // Added - 2018-08-30
|
||||||
|
'AttrStorageArea' => 'Storage Area', // Added - 2018-08-30
|
||||||
|
'AttrStorageServer' => 'Server Hosting Storage', // Added - 2018-08-30
|
||||||
'AttrSystemLoad' => '系统负载',
|
'AttrSystemLoad' => '系统负载',
|
||||||
'AttrTime' => '时间',
|
|
||||||
'AttrTotalScore' => '总分数',
|
'AttrTotalScore' => '总分数',
|
||||||
'AttrWeekday' => '星期',
|
|
||||||
'Auto' => '自动',
|
'Auto' => '自动',
|
||||||
'AutoStopTimeout' => '超时自动停止',
|
'AutoStopTimeout' => '超时自动停止',
|
||||||
'Available' => 'Available', // Added - 2009-03-31
|
'Available' => 'Available', // Added - 2009-03-31
|
||||||
|
@ -153,9 +165,11 @@ $SLANG = array(
|
||||||
'BadRefBlendPerc' => '参考混合百分比必须设为一个正整数',
|
'BadRefBlendPerc' => '参考混合百分比必须设为一个正整数',
|
||||||
'BadSectionLength' => '节长度必须设为30的整数倍',
|
'BadSectionLength' => '节长度必须设为30的整数倍',
|
||||||
'BadSignalCheckColour' => '信号检查颜色必须设为有效的RGB颜色字符',
|
'BadSignalCheckColour' => '信号检查颜色必须设为有效的RGB颜色字符',
|
||||||
|
'BadSourceType' => 'Source Type \"Web Site\" requires the Function to be set to \"Monitor\"', // Added - 2018-08-30
|
||||||
'BadStreamReplayBuffer' => '流重放缓冲必须为零或更多整数',
|
'BadStreamReplayBuffer' => '流重放缓冲必须为零或更多整数',
|
||||||
'BadWarmupCount' => '预热帪必须设为零或更多整数',
|
'BadWarmupCount' => '预热帪必须设为零或更多整数',
|
||||||
'BadWebColour' => 'Web颜色必须设为有效Web颜色字符',
|
'BadWebColour' => 'Web颜色必须设为有效Web颜色字符',
|
||||||
|
'BadWebSitePath' => 'Please enter a complete website url, including the http:// or https:// prefix.', // Added - 2018-08-30
|
||||||
'BadWidth' => '宽度必须设为有效值',
|
'BadWidth' => '宽度必须设为有效值',
|
||||||
'Bandwidth' => '带宽',
|
'Bandwidth' => '带宽',
|
||||||
'BandwidthHead' => 'Bandwidth', // This is the end of the bandwidth status on the top of the console, different in many language due to phrasing
|
'BandwidthHead' => 'Bandwidth', // This is the end of the bandwidth status on the top of the console, different in many language due to phrasing
|
||||||
|
@ -219,10 +233,12 @@ $SLANG = array(
|
||||||
'ChooseLogSelection' => 'Choose a log selection', // Added - 2011-06-17
|
'ChooseLogSelection' => 'Choose a log selection', // Added - 2011-06-17
|
||||||
'ChoosePreset' => '选择预置',
|
'ChoosePreset' => '选择预置',
|
||||||
'Clear' => 'Clear', // Added - 2011-06-16
|
'Clear' => 'Clear', // Added - 2011-06-16
|
||||||
|
'CloneMonitor' => 'Clone', // Added - 2018-08-30
|
||||||
'Close' => '关闭',
|
'Close' => '关闭',
|
||||||
'Colour' => '彩色',
|
'Colour' => '彩色',
|
||||||
'Command' => '命令',
|
'Command' => '命令',
|
||||||
'Component' => 'Component', // Added - 2011-06-16
|
'Component' => 'Component', // Added - 2011-06-16
|
||||||
|
'ConcurrentFilter' => 'Run filter concurrently', // Added - 2018-08-30
|
||||||
'Config' => '配置',
|
'Config' => '配置',
|
||||||
'ConfiguredFor' => '配置标的',
|
'ConfiguredFor' => '配置标的',
|
||||||
'ConfirmDeleteEvents' => '确认希望删除所选事件?',
|
'ConfirmDeleteEvents' => '确认希望删除所选事件?',
|
||||||
|
@ -280,9 +296,11 @@ $SLANG = array(
|
||||||
'DonateRemindWeek' => '现在不,1星期内再次提醒我',
|
'DonateRemindWeek' => '现在不,1星期内再次提醒我',
|
||||||
'DonateYes' => '好,我现在就捐款',
|
'DonateYes' => '好,我现在就捐款',
|
||||||
'Download' => '下载',
|
'Download' => '下载',
|
||||||
|
'DownloadVideo' => 'Download Video', // Added - 2018-08-30
|
||||||
'DuplicateMonitorName' => 'Duplicate Monitor Name', // Added - 2009-03-31
|
'DuplicateMonitorName' => 'Duplicate Monitor Name', // Added - 2009-03-31
|
||||||
'Duration' => 'Duration',
|
'Duration' => 'Duration',
|
||||||
'Edit' => '编辑',
|
'Edit' => '编辑',
|
||||||
|
'EditLayout' => 'Edit Layout', // Added - 2018-08-30
|
||||||
'Email' => 'Email',
|
'Email' => 'Email',
|
||||||
'EnableAlarms' => '启动报警',
|
'EnableAlarms' => '启动报警',
|
||||||
'Enabled' => '已启动',
|
'Enabled' => '已启动',
|
||||||
|
@ -299,6 +317,7 @@ $SLANG = array(
|
||||||
'Events' => '事件',
|
'Events' => '事件',
|
||||||
'Exclude' => '排除',
|
'Exclude' => '排除',
|
||||||
'Execute' => '执行',
|
'Execute' => '执行',
|
||||||
|
'Exif' => 'Embed EXIF data into image', // Added - 2018-08-30
|
||||||
'Export' => '导出',
|
'Export' => '导出',
|
||||||
'ExportDetails' => '导出时间详情',
|
'ExportDetails' => '导出时间详情',
|
||||||
'ExportFailed' => '导出失败',
|
'ExportFailed' => '导出失败',
|
||||||
|
@ -328,8 +347,10 @@ $SLANG = array(
|
||||||
'FilterExecuteEvents' => '执行全部匹配项命令',
|
'FilterExecuteEvents' => '执行全部匹配项命令',
|
||||||
'FilterLog' => 'Filter log', // Added - 2015-04-18
|
'FilterLog' => 'Filter log', // Added - 2015-04-18
|
||||||
'FilterMessageEvents' => '全部匹配项的信息详情',
|
'FilterMessageEvents' => '全部匹配项的信息详情',
|
||||||
|
'FilterMoveEvents' => 'Move all matches', // Added - 2018-08-30
|
||||||
'FilterPx' => '过滤器像素',
|
'FilterPx' => '过滤器像素',
|
||||||
'FilterUnset' => '您必须指定过滤器宽度和高度',
|
'FilterUnset' => '您必须指定过滤器宽度和高度',
|
||||||
|
'FilterUpdateDiskSpace'=> 'Update used disk space', // Added - 2018-08-30
|
||||||
'FilterUploadEvents' => '上传全部匹配项',
|
'FilterUploadEvents' => '上传全部匹配项',
|
||||||
'FilterVideoEvents' => '为全部匹配项创建视频',
|
'FilterVideoEvents' => '为全部匹配项创建视频',
|
||||||
'Filters' => '过滤器',
|
'Filters' => '过滤器',
|
||||||
|
@ -354,6 +375,7 @@ $SLANG = array(
|
||||||
'Function' => '功能',
|
'Function' => '功能',
|
||||||
'Gain' => '增益',
|
'Gain' => '增益',
|
||||||
'General' => '一般',
|
'General' => '一般',
|
||||||
|
'GenerateDownload' => 'Generate Download', // Added - 2018-08-30
|
||||||
'GenerateVideo' => '创建视频',
|
'GenerateVideo' => '创建视频',
|
||||||
'GeneratingVideo' => '正在创建视频',
|
'GeneratingVideo' => '正在创建视频',
|
||||||
'GoToZoneMinder' => '访问 ZoneMinder.com',
|
'GoToZoneMinder' => '访问 ZoneMinder.com',
|
||||||
|
@ -374,6 +396,7 @@ $SLANG = array(
|
||||||
'High' => '高',
|
'High' => '高',
|
||||||
'HighBW' => '高 B/W',
|
'HighBW' => '高 B/W',
|
||||||
'Home' => '主页',
|
'Home' => '主页',
|
||||||
|
'Hostname' => 'Hostname', // Added - 2018-08-30
|
||||||
'Hour' => '小时',
|
'Hour' => '小时',
|
||||||
'Hue' => '色调',
|
'Hue' => '色调',
|
||||||
'Id' => 'Id',
|
'Id' => 'Id',
|
||||||
|
@ -398,6 +421,7 @@ $SLANG = array(
|
||||||
'Line' => 'Line', // Added - 2011-06-16
|
'Line' => 'Line', // Added - 2011-06-16
|
||||||
'LinkedMonitors' => '管理监视器',
|
'LinkedMonitors' => '管理监视器',
|
||||||
'List' => '列表',
|
'List' => '列表',
|
||||||
|
'ListMatches' => 'List Matches', // Added - 2018-08-30
|
||||||
'Load' => '加载',
|
'Load' => '加载',
|
||||||
'Local' => '本地',
|
'Local' => '本地',
|
||||||
'Log' => 'Log', // Added - 2011-06-16
|
'Log' => 'Log', // Added - 2011-06-16
|
||||||
|
@ -484,6 +508,7 @@ $SLANG = array(
|
||||||
'MonitorProbeIntro' => 'The list below shows detected analog and network cameras and whether they are already being used or available for selection.<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that not all cameras may be detected and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>', // Added - 2009-03-31
|
'MonitorProbeIntro' => 'The list below shows detected analog and network cameras and whether they are already being used or available for selection.<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that not all cameras may be detected and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>', // Added - 2009-03-31
|
||||||
'Monitors' => '监视器',
|
'Monitors' => '监视器',
|
||||||
'Montage' => '镜头组接',
|
'Montage' => '镜头组接',
|
||||||
|
'MontageReview' => 'Montage Review', // Added - 2018-08-30
|
||||||
'Month' => '月',
|
'Month' => '月',
|
||||||
'More' => 'More', // Added - 2011-06-16
|
'More' => 'More', // Added - 2011-06-16
|
||||||
'MotionFrameSkip' => 'Motion Frame Skip',
|
'MotionFrameSkip' => 'Motion Frame Skip',
|
||||||
|
@ -510,6 +535,7 @@ $SLANG = array(
|
||||||
'Next' => '下一个',
|
'Next' => '下一个',
|
||||||
'No' => '不',
|
'No' => '不',
|
||||||
'NoDetectedCameras' => 'No Detected Cameras', // Added - 2009-03-31
|
'NoDetectedCameras' => 'No Detected Cameras', // Added - 2009-03-31
|
||||||
|
'NoDetectedProfiles' => 'No Detected Profiles', // Added - 2018-08-30
|
||||||
'NoFramesRecorded' => '该事件没有相关帧的记录',
|
'NoFramesRecorded' => '该事件没有相关帧的记录',
|
||||||
'NoGroup' => '无组',
|
'NoGroup' => '无组',
|
||||||
'NoSavedFilters' => '没有保存过滤器',
|
'NoSavedFilters' => '没有保存过滤器',
|
||||||
|
@ -528,6 +554,8 @@ $SLANG = array(
|
||||||
'OpGt' => '大于',
|
'OpGt' => '大于',
|
||||||
'OpGtEq' => '大于等于',
|
'OpGtEq' => '大于等于',
|
||||||
'OpIn' => '在集',
|
'OpIn' => '在集',
|
||||||
|
'OpIs' => 'is', // Added - 2018-08-30
|
||||||
|
'OpIsNot' => 'is not', // Added - 2018-08-30
|
||||||
'OpLt' => '小于',
|
'OpLt' => '小于',
|
||||||
'OpLtEq' => '小于等于',
|
'OpLtEq' => '小于等于',
|
||||||
'OpMatches' => '匹配',
|
'OpMatches' => '匹配',
|
||||||
|
@ -537,6 +565,7 @@ $SLANG = array(
|
||||||
'Open' => '打开',
|
'Open' => '打开',
|
||||||
'OptionHelp' => '选项帮助',
|
'OptionHelp' => '选项帮助',
|
||||||
'OptionRestartWarning' => '这些改动在系统运行时可以不会完全生效.\n 当你设置完毕改动后\n请确认\n您重新启动 ZoneMinder.',
|
'OptionRestartWarning' => '这些改动在系统运行时可以不会完全生效.\n 当你设置完毕改动后\n请确认\n您重新启动 ZoneMinder.',
|
||||||
|
'OptionalEncoderParam' => 'Optional Encoder Parameters', // Added - 2018-08-30
|
||||||
'Options' => '选项',
|
'Options' => '选项',
|
||||||
'OrEnterNewName' => '或输入新名词',
|
'OrEnterNewName' => '或输入新名词',
|
||||||
'Order' => '次序',
|
'Order' => '次序',
|
||||||
|
@ -574,9 +603,13 @@ $SLANG = array(
|
||||||
'ProfileProbeIntro' => 'The list below shows the existing stream profiles of the selected camera .<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that ZoneMinder cannot configure additional profiles and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>', // Added - 2015-04-18
|
'ProfileProbeIntro' => 'The list below shows the existing stream profiles of the selected camera .<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that ZoneMinder cannot configure additional profiles and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>', // Added - 2015-04-18
|
||||||
'Progress' => 'Progress', // Added - 2015-04-18
|
'Progress' => 'Progress', // Added - 2015-04-18
|
||||||
'Protocol' => '协议',
|
'Protocol' => '协议',
|
||||||
|
'RTSPDescribe' => 'Use RTSP Response Media URL', // Added - 2018-08-30
|
||||||
|
'RTSPTransport' => 'RTSP Transport Protocol', // Added - 2018-08-30
|
||||||
'Rate' => '速率',
|
'Rate' => '速率',
|
||||||
'Real' => '实际',
|
'Real' => '实际',
|
||||||
|
'RecaptchaWarning' => 'Your reCaptcha secret key is invalid. Please correct it, or reCaptcha will not work', // Added - 2018-08-30
|
||||||
'Record' => '记录',
|
'Record' => '记录',
|
||||||
|
'RecordAudio' => 'Whether to store the audio stream when saving an event.', // Added - 2018-08-30
|
||||||
'RefImageBlendPct' => '参考影像混合 %ge',
|
'RefImageBlendPct' => '参考影像混合 %ge',
|
||||||
'Refresh' => '刷新',
|
'Refresh' => '刷新',
|
||||||
'Remote' => '远程',
|
'Remote' => '远程',
|
||||||
|
@ -592,6 +625,7 @@ $SLANG = array(
|
||||||
'ReplayAll' => '全部事件',
|
'ReplayAll' => '全部事件',
|
||||||
'ReplayGapless' => '无间隙事件',
|
'ReplayGapless' => '无间隙事件',
|
||||||
'ReplaySingle' => '单一事件',
|
'ReplaySingle' => '单一事件',
|
||||||
|
'ReportEventAudit' => 'Audit Events Report', // Added - 2018-08-30
|
||||||
'Reset' => '重置',
|
'Reset' => '重置',
|
||||||
'ResetEventCounts' => '重置事件数',
|
'ResetEventCounts' => '重置事件数',
|
||||||
'Restart' => '重启动',
|
'Restart' => '重启动',
|
||||||
|
@ -610,6 +644,7 @@ $SLANG = array(
|
||||||
'Save' => '保存',
|
'Save' => '保存',
|
||||||
'SaveAs' => '另存为',
|
'SaveAs' => '另存为',
|
||||||
'SaveFilter' => '存储过滤器',
|
'SaveFilter' => '存储过滤器',
|
||||||
|
'SaveJPEGs' => 'Save JPEGs', // Added - 2018-08-30
|
||||||
'Scale' => '比例',
|
'Scale' => '比例',
|
||||||
'Score' => '分数',
|
'Score' => '分数',
|
||||||
'Secs' => '秒',
|
'Secs' => '秒',
|
||||||
|
@ -626,6 +661,7 @@ $SLANG = array(
|
||||||
'ShowFilterWindow' => '显示过滤器视窗',
|
'ShowFilterWindow' => '显示过滤器视窗',
|
||||||
'ShowTimeline' => '显示时间轴',
|
'ShowTimeline' => '显示时间轴',
|
||||||
'SignalCheckColour' => '型号检查颜色',
|
'SignalCheckColour' => '型号检查颜色',
|
||||||
|
'SignalCheckPoints' => 'Signal Check Points', // Added - 2018-08-30
|
||||||
'Size' => '大小',
|
'Size' => '大小',
|
||||||
'SkinDescription' => 'Change the default skin for this computer', // Added - 2011-01-30
|
'SkinDescription' => 'Change the default skin for this computer', // Added - 2011-01-30
|
||||||
'Sleep' => '睡眠',
|
'Sleep' => '睡眠',
|
||||||
|
@ -645,6 +681,10 @@ $SLANG = array(
|
||||||
'State' => '状态',
|
'State' => '状态',
|
||||||
'Stats' => '统计',
|
'Stats' => '统计',
|
||||||
'Status' => '状况',
|
'Status' => '状况',
|
||||||
|
'StatusConnected' => 'Capturing', // Added - 2018-08-30
|
||||||
|
'StatusNotRunning' => 'Not Running', // Added - 2018-08-30
|
||||||
|
'StatusRunning' => 'Not Capturing', // Added - 2018-08-30
|
||||||
|
'StatusUnknown' => 'Unknown', // Added - 2018-08-30
|
||||||
'Step' => '步进',
|
'Step' => '步进',
|
||||||
'StepBack' => '单步后退',
|
'StepBack' => '单步后退',
|
||||||
'StepForward' => '单步前进',
|
'StepForward' => '单步前进',
|
||||||
|
@ -655,6 +695,8 @@ $SLANG = array(
|
||||||
'Stills' => '静止',
|
'Stills' => '静止',
|
||||||
'Stop' => '停止',
|
'Stop' => '停止',
|
||||||
'Stopped' => '已停止',
|
'Stopped' => '已停止',
|
||||||
|
'StorageArea' => 'Storage Area', // Added - 2018-08-30
|
||||||
|
'StorageScheme' => 'Scheme', // Added - 2018-08-30
|
||||||
'Stream' => '流',
|
'Stream' => '流',
|
||||||
'StreamReplayBuffer' => '流重放影像缓冲',
|
'StreamReplayBuffer' => '流重放影像缓冲',
|
||||||
'Submit' => '发送',
|
'Submit' => '发送',
|
||||||
|
@ -674,6 +716,7 @@ $SLANG = array(
|
||||||
'TimelineTip4' => 'Use the controls below to zoom out or navigate back and forward through the time range.', // Added 2013.08.15.
|
'TimelineTip4' => 'Use the controls below to zoom out or navigate back and forward through the time range.', // Added 2013.08.15.
|
||||||
'Timestamp' => '时间戳',
|
'Timestamp' => '时间戳',
|
||||||
'TimestampLabelFormat' => '时间戳标签格式',
|
'TimestampLabelFormat' => '时间戳标签格式',
|
||||||
|
'TimestampLabelSize' => 'Font Size', // Added - 2018-08-30
|
||||||
'TimestampLabelX' => '时间戳标签 X',
|
'TimestampLabelX' => '时间戳标签 X',
|
||||||
'TimestampLabelY' => '时间戳标签 Y',
|
'TimestampLabelY' => '时间戳标签 Y',
|
||||||
'Today' => '今天',
|
'Today' => '今天',
|
||||||
|
@ -720,6 +763,7 @@ $SLANG = array(
|
||||||
'VideoGenParms' => '视频产生参数',
|
'VideoGenParms' => '视频产生参数',
|
||||||
'VideoGenSucceeded' => '视频产生成功!',
|
'VideoGenSucceeded' => '视频产生成功!',
|
||||||
'VideoSize' => '视频尺寸',
|
'VideoSize' => '视频尺寸',
|
||||||
|
'VideoWriter' => 'Video Writer', // Added - 2018-08-30
|
||||||
'View' => '查看',
|
'View' => '查看',
|
||||||
'ViewAll' => '查看全部',
|
'ViewAll' => '查看全部',
|
||||||
'ViewEvent' => '查看事件',
|
'ViewEvent' => '查看事件',
|
||||||
|
@ -729,6 +773,7 @@ $SLANG = array(
|
||||||
'Watch' => '观察',
|
'Watch' => '观察',
|
||||||
'Web' => 'Web',
|
'Web' => 'Web',
|
||||||
'WebColour' => 'Web颜色',
|
'WebColour' => 'Web颜色',
|
||||||
|
'WebSiteUrl' => 'Website URL', // Added - 2018-08-30
|
||||||
'Week' => '周',
|
'Week' => '周',
|
||||||
'White' => '白',
|
'White' => '白',
|
||||||
'WhiteBalance' => '白平衡',
|
'WhiteBalance' => '白平衡',
|
||||||
|
|
|
@ -78,6 +78,8 @@ $SLANG = array(
|
||||||
'Actual' => 'Skutečná',
|
'Actual' => 'Skutečná',
|
||||||
'AddNewControl' => 'Přidat nové řízení',
|
'AddNewControl' => 'Přidat nové řízení',
|
||||||
'AddNewMonitor' => 'Přidat kameru',
|
'AddNewMonitor' => 'Přidat kameru',
|
||||||
|
'AddNewServer' => 'Add New Server', // Added - 2018-08-30
|
||||||
|
'AddNewStorage' => 'Add New Storage', // Added - 2018-08-30
|
||||||
'AddNewUser' => 'Přidat uživatele',
|
'AddNewUser' => 'Přidat uživatele',
|
||||||
'AddNewZone' => 'Přidat zónu',
|
'AddNewZone' => 'Přidat zónu',
|
||||||
'Alarm' => 'Alarm',
|
'Alarm' => 'Alarm',
|
||||||
|
@ -105,22 +107,32 @@ $SLANG = array(
|
||||||
'AttrArchiveStatus' => 'Archiv status',
|
'AttrArchiveStatus' => 'Archiv status',
|
||||||
'AttrAvgScore' => 'Prům. skóre',
|
'AttrAvgScore' => 'Prům. skóre',
|
||||||
'AttrCause' => 'Příčina',
|
'AttrCause' => 'Příčina',
|
||||||
'AttrDate' => 'Datum',
|
|
||||||
'AttrDateTime' => 'Datum/Čas',
|
|
||||||
'AttrDiskBlocks' => 'Bloky disku',
|
'AttrDiskBlocks' => 'Bloky disku',
|
||||||
'AttrDiskPercent' => 'Zaplnění disku',
|
'AttrDiskPercent' => 'Zaplnění disku',
|
||||||
|
'AttrDiskSpace' => 'Disk Space', // Added - 2018-08-30
|
||||||
'AttrDuration' => 'Průběh',
|
'AttrDuration' => 'Průběh',
|
||||||
|
'AttrEndDate' => 'End Date', // Added - 2018-08-30
|
||||||
|
'AttrEndDateTime' => 'End Date/Time', // Added - 2018-08-30
|
||||||
|
'AttrEndTime' => 'End Time', // Added - 2018-08-30
|
||||||
|
'AttrEndWeekday' => 'End Weekday', // Added - 2018-08-30
|
||||||
|
'AttrFilterServer' => 'Server Filter is Running On', // Added - 2018-08-30
|
||||||
'AttrFrames' => 'Snímky',
|
'AttrFrames' => 'Snímky',
|
||||||
'AttrId' => 'Id',
|
'AttrId' => 'Id',
|
||||||
'AttrMaxScore' => 'Max. skóre',
|
'AttrMaxScore' => 'Max. skóre',
|
||||||
'AttrMonitorId' => 'Kamera Id',
|
'AttrMonitorId' => 'Kamera Id',
|
||||||
'AttrMonitorName' => 'Jméno kamery',
|
'AttrMonitorName' => 'Jméno kamery',
|
||||||
|
'AttrMonitorServer' => 'Server Monitor is Running On', // Added - 2018-08-30
|
||||||
'AttrName' => 'Jméno',
|
'AttrName' => 'Jméno',
|
||||||
'AttrNotes' => 'Notes',
|
'AttrNotes' => 'Notes',
|
||||||
|
'AttrStartDate' => 'Start Date', // Added - 2018-08-30
|
||||||
|
'AttrStartDateTime' => 'Start Date/Time', // Added - 2018-08-30
|
||||||
|
'AttrStartTime' => 'Start Time', // Added - 2018-08-30
|
||||||
|
'AttrStartWeekday' => 'Start Weekday', // Added - 2018-08-30
|
||||||
|
'AttrStateId' => 'Run State', // Added - 2018-08-30
|
||||||
|
'AttrStorageArea' => 'Storage Area', // Added - 2018-08-30
|
||||||
|
'AttrStorageServer' => 'Server Hosting Storage', // Added - 2018-08-30
|
||||||
'AttrSystemLoad' => 'System Load',
|
'AttrSystemLoad' => 'System Load',
|
||||||
'AttrTime' => 'Čas',
|
|
||||||
'AttrTotalScore' => 'Celkové skóre',
|
'AttrTotalScore' => 'Celkové skóre',
|
||||||
'AttrWeekday' => 'Den v týdnu',
|
|
||||||
'Auto' => 'Auto',
|
'Auto' => 'Auto',
|
||||||
'AutoStopTimeout' => 'Časový limit pro vypršení',
|
'AutoStopTimeout' => 'Časový limit pro vypršení',
|
||||||
'Available' => 'Available', // Added - 2009-03-31
|
'Available' => 'Available', // Added - 2009-03-31
|
||||||
|
@ -153,9 +165,11 @@ $SLANG = array(
|
||||||
'BadRefBlendPerc' => 'Reference blend percentage must be a positive integer',
|
'BadRefBlendPerc' => 'Reference blend percentage must be a positive integer',
|
||||||
'BadSectionLength' => 'Section length must be an integer of 30 or more',
|
'BadSectionLength' => 'Section length must be an integer of 30 or more',
|
||||||
'BadSignalCheckColour' => 'Signal check colour must be a valid RGB colour string',
|
'BadSignalCheckColour' => 'Signal check colour must be a valid RGB colour string',
|
||||||
|
'BadSourceType' => 'Source Type \"Web Site\" requires the Function to be set to \"Monitor\"', // Added - 2018-08-30
|
||||||
'BadStreamReplayBuffer'=> 'Stream replay buffer must be an integer of zero or more',
|
'BadStreamReplayBuffer'=> 'Stream replay buffer must be an integer of zero or more',
|
||||||
'BadWarmupCount' => 'Warmup frames must be an integer of zero or more',
|
'BadWarmupCount' => 'Warmup frames must be an integer of zero or more',
|
||||||
'BadWebColour' => 'Web colour must be a valid web colour string',
|
'BadWebColour' => 'Web colour must be a valid web colour string',
|
||||||
|
'BadWebSitePath' => 'Please enter a complete website url, including the http:// or https:// prefix.', // Added - 2018-08-30
|
||||||
'BadWidth' => 'Width must be set to a valid value',
|
'BadWidth' => 'Width must be set to a valid value',
|
||||||
'Bandwidth' => 'Rychlost sítě',
|
'Bandwidth' => 'Rychlost sítě',
|
||||||
'BandwidthHead' => 'Bandwidth', // This is the end of the bandwidth status on the top of the console, different in many language due to phrasing
|
'BandwidthHead' => 'Bandwidth', // This is the end of the bandwidth status on the top of the console, different in many language due to phrasing
|
||||||
|
@ -219,10 +233,12 @@ $SLANG = array(
|
||||||
'ChooseLogSelection' => 'Choose a log selection', // Added - 2011-06-17
|
'ChooseLogSelection' => 'Choose a log selection', // Added - 2011-06-17
|
||||||
'ChoosePreset' => 'Choose Preset',
|
'ChoosePreset' => 'Choose Preset',
|
||||||
'Clear' => 'Clear', // Added - 2011-06-16
|
'Clear' => 'Clear', // Added - 2011-06-16
|
||||||
|
'CloneMonitor' => 'Clone', // Added - 2018-08-30
|
||||||
'Close' => 'Zavřít',
|
'Close' => 'Zavřít',
|
||||||
'Colour' => 'Barva',
|
'Colour' => 'Barva',
|
||||||
'Command' => 'Příkaz',
|
'Command' => 'Příkaz',
|
||||||
'Component' => 'Component', // Added - 2011-06-16
|
'Component' => 'Component', // Added - 2011-06-16
|
||||||
|
'ConcurrentFilter' => 'Run filter concurrently', // Added - 2018-08-30
|
||||||
'Config' => 'Nastavení',
|
'Config' => 'Nastavení',
|
||||||
'ConfiguredFor' => 'Nastaveno pro',
|
'ConfiguredFor' => 'Nastaveno pro',
|
||||||
'ConfirmDeleteEvents' => 'Are you sure you wish to delete the selected events?',
|
'ConfirmDeleteEvents' => 'Are you sure you wish to delete the selected events?',
|
||||||
|
@ -280,9 +296,11 @@ $SLANG = array(
|
||||||
'DonateRemindWeek' => 'Nyní ne, připomenout za týden',
|
'DonateRemindWeek' => 'Nyní ne, připomenout za týden',
|
||||||
'DonateYes' => 'Ano, chcit podpořit ZoneMinder nyní',
|
'DonateYes' => 'Ano, chcit podpořit ZoneMinder nyní',
|
||||||
'Download' => 'Stáhnout',
|
'Download' => 'Stáhnout',
|
||||||
|
'DownloadVideo' => 'Download Video', // Added - 2018-08-30
|
||||||
'DuplicateMonitorName' => 'Duplicate Monitor Name', // Added - 2009-03-31
|
'DuplicateMonitorName' => 'Duplicate Monitor Name', // Added - 2009-03-31
|
||||||
'Duration' => 'Průběh',
|
'Duration' => 'Průběh',
|
||||||
'Edit' => 'Editovat',
|
'Edit' => 'Editovat',
|
||||||
|
'EditLayout' => 'Edit Layout', // Added - 2018-08-30
|
||||||
'Email' => 'Email',
|
'Email' => 'Email',
|
||||||
'EnableAlarms' => 'Povolit alarmy',
|
'EnableAlarms' => 'Povolit alarmy',
|
||||||
'Enabled' => 'Povoleno',
|
'Enabled' => 'Povoleno',
|
||||||
|
@ -299,6 +317,7 @@ $SLANG = array(
|
||||||
'Events' => 'Záznamy',
|
'Events' => 'Záznamy',
|
||||||
'Exclude' => 'Vyjmout',
|
'Exclude' => 'Vyjmout',
|
||||||
'Execute' => 'Execute',
|
'Execute' => 'Execute',
|
||||||
|
'Exif' => 'Embed EXIF data into image', // Added - 2018-08-30
|
||||||
'Export' => 'Exportovat',
|
'Export' => 'Exportovat',
|
||||||
'ExportDetails' => 'Exportovat detaily záznamu',
|
'ExportDetails' => 'Exportovat detaily záznamu',
|
||||||
'ExportFailed' => 'Chyba při exportu',
|
'ExportFailed' => 'Chyba při exportu',
|
||||||
|
@ -328,8 +347,10 @@ $SLANG = array(
|
||||||
'FilterExecuteEvents' => 'Spustit příkaz na všech nalezených',
|
'FilterExecuteEvents' => 'Spustit příkaz na všech nalezených',
|
||||||
'FilterLog' => 'Filter log', // Added - 2015-04-18
|
'FilterLog' => 'Filter log', // Added - 2015-04-18
|
||||||
'FilterMessageEvents' => 'Podat zprávu o všech nalezených',
|
'FilterMessageEvents' => 'Podat zprávu o všech nalezených',
|
||||||
|
'FilterMoveEvents' => 'Move all matches', // Added - 2018-08-30
|
||||||
'FilterPx' => 'Filtr Px',
|
'FilterPx' => 'Filtr Px',
|
||||||
'FilterUnset' => 'You must specify a filter width and height',
|
'FilterUnset' => 'You must specify a filter width and height',
|
||||||
|
'FilterUpdateDiskSpace'=> 'Update used disk space', // Added - 2018-08-30
|
||||||
'FilterUploadEvents' => 'Uploadovat nalezené',
|
'FilterUploadEvents' => 'Uploadovat nalezené',
|
||||||
'FilterVideoEvents' => 'Create video for all matches',
|
'FilterVideoEvents' => 'Create video for all matches',
|
||||||
'Filters' => 'Filtry',
|
'Filters' => 'Filtry',
|
||||||
|
@ -354,6 +375,7 @@ $SLANG = array(
|
||||||
'Function' => 'Funkce',
|
'Function' => 'Funkce',
|
||||||
'Gain' => 'Zisk',
|
'Gain' => 'Zisk',
|
||||||
'General' => 'General',
|
'General' => 'General',
|
||||||
|
'GenerateDownload' => 'Generate Download', // Added - 2018-08-30
|
||||||
'GenerateVideo' => 'Generovat video',
|
'GenerateVideo' => 'Generovat video',
|
||||||
'GeneratingVideo' => 'Generuji video',
|
'GeneratingVideo' => 'Generuji video',
|
||||||
'GoToZoneMinder' => 'Jít na ZoneMinder.com',
|
'GoToZoneMinder' => 'Jít na ZoneMinder.com',
|
||||||
|
@ -374,6 +396,7 @@ $SLANG = array(
|
||||||
'High' => 'Rychlá',
|
'High' => 'Rychlá',
|
||||||
'HighBW' => 'Rychlá B/W',
|
'HighBW' => 'Rychlá B/W',
|
||||||
'Home' => 'Domů',
|
'Home' => 'Domů',
|
||||||
|
'Hostname' => 'Hostname', // Added - 2018-08-30
|
||||||
'Hour' => 'Hodina',
|
'Hour' => 'Hodina',
|
||||||
'Hue' => 'Odstín',
|
'Hue' => 'Odstín',
|
||||||
'Id' => 'Id',
|
'Id' => 'Id',
|
||||||
|
@ -398,6 +421,7 @@ $SLANG = array(
|
||||||
'Line' => 'Line', // Added - 2011-06-16
|
'Line' => 'Line', // Added - 2011-06-16
|
||||||
'LinkedMonitors' => 'Linked Monitors',
|
'LinkedMonitors' => 'Linked Monitors',
|
||||||
'List' => 'Seznam',
|
'List' => 'Seznam',
|
||||||
|
'ListMatches' => 'List Matches', // Added - 2018-08-30
|
||||||
'Load' => 'Load',
|
'Load' => 'Load',
|
||||||
'Local' => 'Lokální',
|
'Local' => 'Lokální',
|
||||||
'Log' => 'Log', // Added - 2011-06-16
|
'Log' => 'Log', // Added - 2011-06-16
|
||||||
|
@ -484,6 +508,7 @@ $SLANG = array(
|
||||||
'MonitorProbeIntro' => 'The list below shows detected analog and network cameras and whether they are already being used or available for selection.<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that not all cameras may be detected and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>', // Added - 2009-03-31
|
'MonitorProbeIntro' => 'The list below shows detected analog and network cameras and whether they are already being used or available for selection.<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that not all cameras may be detected and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>', // Added - 2009-03-31
|
||||||
'Monitors' => 'Kamery',
|
'Monitors' => 'Kamery',
|
||||||
'Montage' => 'Sestřih',
|
'Montage' => 'Sestřih',
|
||||||
|
'MontageReview' => 'Montage Review', // Added - 2018-08-30
|
||||||
'Month' => 'Měsíc',
|
'Month' => 'Měsíc',
|
||||||
'More' => 'More', // Added - 2011-06-16
|
'More' => 'More', // Added - 2011-06-16
|
||||||
'MotionFrameSkip' => 'Motion Frame Skip',
|
'MotionFrameSkip' => 'Motion Frame Skip',
|
||||||
|
@ -510,6 +535,7 @@ $SLANG = array(
|
||||||
'Next' => 'Další',
|
'Next' => 'Další',
|
||||||
'No' => 'Ne',
|
'No' => 'Ne',
|
||||||
'NoDetectedCameras' => 'No Detected Cameras', // Added - 2009-03-31
|
'NoDetectedCameras' => 'No Detected Cameras', // Added - 2009-03-31
|
||||||
|
'NoDetectedProfiles' => 'No Detected Profiles', // Added - 2018-08-30
|
||||||
'NoFramesRecorded' => 'Pro tento snímek nejsou žádné záznamy',
|
'NoFramesRecorded' => 'Pro tento snímek nejsou žádné záznamy',
|
||||||
'NoGroup' => 'No Group',
|
'NoGroup' => 'No Group',
|
||||||
'NoSavedFilters' => 'Žádné uložené filtry',
|
'NoSavedFilters' => 'Žádné uložené filtry',
|
||||||
|
@ -528,6 +554,8 @@ $SLANG = array(
|
||||||
'OpGt' => 'větší',
|
'OpGt' => 'větší',
|
||||||
'OpGtEq' => 'větší nebo rovno',
|
'OpGtEq' => 'větší nebo rovno',
|
||||||
'OpIn' => 'nin set',
|
'OpIn' => 'nin set',
|
||||||
|
'OpIs' => 'is', // Added - 2018-08-30
|
||||||
|
'OpIsNot' => 'is not', // Added - 2018-08-30
|
||||||
'OpLt' => 'menší',
|
'OpLt' => 'menší',
|
||||||
'OpLtEq' => 'menší nebo rovno',
|
'OpLtEq' => 'menší nebo rovno',
|
||||||
'OpMatches' => 'obsahuje',
|
'OpMatches' => 'obsahuje',
|
||||||
|
@ -537,6 +565,7 @@ $SLANG = array(
|
||||||
'Open' => 'Otevřít',
|
'Open' => 'Otevřít',
|
||||||
'OptionHelp' => 'MožnostHelp',
|
'OptionHelp' => 'MožnostHelp',
|
||||||
'OptionRestartWarning' => 'Tyto změny se neprojeví\ndokud systém běží. Jakmile\ndokončíte provádění změn prosím\nrestartujte ZoneMinder.',
|
'OptionRestartWarning' => 'Tyto změny se neprojeví\ndokud systém běží. Jakmile\ndokončíte provádění změn prosím\nrestartujte ZoneMinder.',
|
||||||
|
'OptionalEncoderParam' => 'Optional Encoder Parameters', // Added - 2018-08-30
|
||||||
'Options' => 'Možnosti',
|
'Options' => 'Možnosti',
|
||||||
'OrEnterNewName' => 'nebo vložte nové jméno',
|
'OrEnterNewName' => 'nebo vložte nové jméno',
|
||||||
'Order' => 'Pořadí',
|
'Order' => 'Pořadí',
|
||||||
|
@ -574,9 +603,13 @@ $SLANG = array(
|
||||||
'ProfileProbeIntro' => 'The list below shows the existing stream profiles of the selected camera .<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that ZoneMinder cannot configure additional profiles and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>', // Added - 2015-04-18
|
'ProfileProbeIntro' => 'The list below shows the existing stream profiles of the selected camera .<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that ZoneMinder cannot configure additional profiles and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>', // Added - 2015-04-18
|
||||||
'Progress' => 'Progress', // Added - 2015-04-18
|
'Progress' => 'Progress', // Added - 2015-04-18
|
||||||
'Protocol' => 'Protocol',
|
'Protocol' => 'Protocol',
|
||||||
|
'RTSPDescribe' => 'Use RTSP Response Media URL', // Added - 2018-08-30
|
||||||
|
'RTSPTransport' => 'RTSP Transport Protocol', // Added - 2018-08-30
|
||||||
'Rate' => 'Rychlost',
|
'Rate' => 'Rychlost',
|
||||||
'Real' => 'Skutečná',
|
'Real' => 'Skutečná',
|
||||||
|
'RecaptchaWarning' => 'Your reCaptcha secret key is invalid. Please correct it, or reCaptcha will not work', // Added - 2018-08-30
|
||||||
'Record' => 'Nahrávat',
|
'Record' => 'Nahrávat',
|
||||||
|
'RecordAudio' => 'Whether to store the audio stream when saving an event.', // Added - 2018-08-30
|
||||||
'RefImageBlendPct' => 'Reference Image Blend %ge',
|
'RefImageBlendPct' => 'Reference Image Blend %ge',
|
||||||
'Refresh' => 'Obnovit',
|
'Refresh' => 'Obnovit',
|
||||||
'Remote' => 'Síťová',
|
'Remote' => 'Síťová',
|
||||||
|
@ -592,6 +625,7 @@ $SLANG = array(
|
||||||
'ReplayAll' => 'All Events',
|
'ReplayAll' => 'All Events',
|
||||||
'ReplayGapless' => 'Gapless Events',
|
'ReplayGapless' => 'Gapless Events',
|
||||||
'ReplaySingle' => 'Single Event',
|
'ReplaySingle' => 'Single Event',
|
||||||
|
'ReportEventAudit' => 'Audit Events Report', // Added - 2018-08-30
|
||||||
'Reset' => 'Reset',
|
'Reset' => 'Reset',
|
||||||
'ResetEventCounts' => 'Resetovat počty záznamů',
|
'ResetEventCounts' => 'Resetovat počty záznamů',
|
||||||
'Restart' => 'Restartovat',
|
'Restart' => 'Restartovat',
|
||||||
|
@ -610,6 +644,7 @@ $SLANG = array(
|
||||||
'Save' => 'Uložit',
|
'Save' => 'Uložit',
|
||||||
'SaveAs' => 'Uložit jako',
|
'SaveAs' => 'Uložit jako',
|
||||||
'SaveFilter' => 'Uložit filtr',
|
'SaveFilter' => 'Uložit filtr',
|
||||||
|
'SaveJPEGs' => 'Save JPEGs', // Added - 2018-08-30
|
||||||
'Scale' => 'Velikost',
|
'Scale' => 'Velikost',
|
||||||
'Score' => 'Skóre',
|
'Score' => 'Skóre',
|
||||||
'Secs' => 'Délka(s)',
|
'Secs' => 'Délka(s)',
|
||||||
|
@ -626,6 +661,7 @@ $SLANG = array(
|
||||||
'ShowFilterWindow' => 'Zobrazit filtr',
|
'ShowFilterWindow' => 'Zobrazit filtr',
|
||||||
'ShowTimeline' => 'Zobrazit časovou linii ',
|
'ShowTimeline' => 'Zobrazit časovou linii ',
|
||||||
'SignalCheckColour' => 'Signal Check Colour',
|
'SignalCheckColour' => 'Signal Check Colour',
|
||||||
|
'SignalCheckPoints' => 'Signal Check Points', // Added - 2018-08-30
|
||||||
'Size' => 'Velikost',
|
'Size' => 'Velikost',
|
||||||
'SkinDescription' => 'Change the default skin for this computer', // Added - 2011-01-30
|
'SkinDescription' => 'Change the default skin for this computer', // Added - 2011-01-30
|
||||||
'Sleep' => 'Spát',
|
'Sleep' => 'Spát',
|
||||||
|
@ -645,6 +681,10 @@ $SLANG = array(
|
||||||
'State' => 'Stav',
|
'State' => 'Stav',
|
||||||
'Stats' => 'Statistiky',
|
'Stats' => 'Statistiky',
|
||||||
'Status' => 'Status',
|
'Status' => 'Status',
|
||||||
|
'StatusConnected' => 'Capturing', // Added - 2018-08-30
|
||||||
|
'StatusNotRunning' => 'Not Running', // Added - 2018-08-30
|
||||||
|
'StatusRunning' => 'Not Capturing', // Added - 2018-08-30
|
||||||
|
'StatusUnknown' => 'Unknown', // Added - 2018-08-30
|
||||||
'Step' => 'Krok',
|
'Step' => 'Krok',
|
||||||
'StepBack' => 'Step Back',
|
'StepBack' => 'Step Back',
|
||||||
'StepForward' => 'Step Forward',
|
'StepForward' => 'Step Forward',
|
||||||
|
@ -655,6 +695,8 @@ $SLANG = array(
|
||||||
'Stills' => 'Snímky',
|
'Stills' => 'Snímky',
|
||||||
'Stop' => 'Zastavit',
|
'Stop' => 'Zastavit',
|
||||||
'Stopped' => 'Zastaven',
|
'Stopped' => 'Zastaven',
|
||||||
|
'StorageArea' => 'Storage Area', // Added - 2018-08-30
|
||||||
|
'StorageScheme' => 'Scheme', // Added - 2018-08-30
|
||||||
'Stream' => 'Stream',
|
'Stream' => 'Stream',
|
||||||
'StreamReplayBuffer' => 'Stream Replay Image Buffer',
|
'StreamReplayBuffer' => 'Stream Replay Image Buffer',
|
||||||
'Submit' => 'Potvrdit',
|
'Submit' => 'Potvrdit',
|
||||||
|
@ -674,6 +716,7 @@ $SLANG = array(
|
||||||
'TimelineTip4' => 'Use the controls below to zoom out or navigate back and forward through the time range.', // Added 2013.08.15.
|
'TimelineTip4' => 'Use the controls below to zoom out or navigate back and forward through the time range.', // Added 2013.08.15.
|
||||||
'Timestamp' => 'Razítko',
|
'Timestamp' => 'Razítko',
|
||||||
'TimestampLabelFormat' => 'Formát časového razítka',
|
'TimestampLabelFormat' => 'Formát časového razítka',
|
||||||
|
'TimestampLabelSize' => 'Font Size', // Added - 2018-08-30
|
||||||
'TimestampLabelX' => 'Časové razítko X',
|
'TimestampLabelX' => 'Časové razítko X',
|
||||||
'TimestampLabelY' => 'Časové razítko Y',
|
'TimestampLabelY' => 'Časové razítko Y',
|
||||||
'Today' => 'Dnes',
|
'Today' => 'Dnes',
|
||||||
|
@ -720,6 +763,7 @@ $SLANG = array(
|
||||||
'VideoGenParms' => 'Parametry generování videa',
|
'VideoGenParms' => 'Parametry generování videa',
|
||||||
'VideoGenSucceeded' => 'Video vygenerováno úspěšně!',
|
'VideoGenSucceeded' => 'Video vygenerováno úspěšně!',
|
||||||
'VideoSize' => 'Velikost videa',
|
'VideoSize' => 'Velikost videa',
|
||||||
|
'VideoWriter' => 'Video Writer', // Added - 2018-08-30
|
||||||
'View' => 'Zobrazit',
|
'View' => 'Zobrazit',
|
||||||
'ViewAll' => 'Zobrazit všechny',
|
'ViewAll' => 'Zobrazit všechny',
|
||||||
'ViewEvent' => 'Zobrazit záznam',
|
'ViewEvent' => 'Zobrazit záznam',
|
||||||
|
@ -729,6 +773,7 @@ $SLANG = array(
|
||||||
'Watch' => 'Sledovat',
|
'Watch' => 'Sledovat',
|
||||||
'Web' => 'Web',
|
'Web' => 'Web',
|
||||||
'WebColour' => 'Webová barva',
|
'WebColour' => 'Webová barva',
|
||||||
|
'WebSiteUrl' => 'Website URL', // Added - 2018-08-30
|
||||||
'Week' => 'Týden',
|
'Week' => 'Týden',
|
||||||
'White' => 'Bílá',
|
'White' => 'Bílá',
|
||||||
'WhiteBalance' => 'Vyvážení bílé',
|
'WhiteBalance' => 'Vyvážení bílé',
|
||||||
|
|
|
@ -80,6 +80,8 @@ $SLANG = array(
|
||||||
'Actual' => 'Original',
|
'Actual' => 'Original',
|
||||||
'AddNewControl' => 'Neues Steuerelement hinzufügen',
|
'AddNewControl' => 'Neues Steuerelement hinzufügen',
|
||||||
'AddNewMonitor' => 'Neuer Monitor',
|
'AddNewMonitor' => 'Neuer Monitor',
|
||||||
|
'AddNewServer' => 'Add New Server', // Added - 2018-08-30
|
||||||
|
'AddNewStorage' => 'Add New Storage', // Added - 2018-08-30
|
||||||
'AddNewUser' => 'Neuer Benutzer',
|
'AddNewUser' => 'Neuer Benutzer',
|
||||||
'AddNewZone' => 'Neue Zone',
|
'AddNewZone' => 'Neue Zone',
|
||||||
'Alarm' => 'Alarm',
|
'Alarm' => 'Alarm',
|
||||||
|
@ -107,22 +109,32 @@ $SLANG = array(
|
||||||
'AttrArchiveStatus' => 'Archivstatus',
|
'AttrArchiveStatus' => 'Archivstatus',
|
||||||
'AttrAvgScore' => 'Mittlere Wertung',
|
'AttrAvgScore' => 'Mittlere Wertung',
|
||||||
'AttrCause' => 'Grund',
|
'AttrCause' => 'Grund',
|
||||||
'AttrDate' => 'Datum',
|
|
||||||
'AttrDateTime' => 'Datum/Zeit',
|
|
||||||
'AttrDiskBlocks' => 'Disk-Blöcke',
|
'AttrDiskBlocks' => 'Disk-Blöcke',
|
||||||
'AttrDiskPercent' => 'Disk-Prozent',
|
'AttrDiskPercent' => 'Disk-Prozent',
|
||||||
|
'AttrDiskSpace' => 'Disk Space', // Added - 2018-08-30
|
||||||
'AttrDuration' => 'Dauer',
|
'AttrDuration' => 'Dauer',
|
||||||
|
'AttrEndDate' => 'End Date', // Added - 2018-08-30
|
||||||
|
'AttrEndDateTime' => 'End Date/Time', // Added - 2018-08-30
|
||||||
|
'AttrEndTime' => 'End Time', // Added - 2018-08-30
|
||||||
|
'AttrEndWeekday' => 'End Weekday', // Added - 2018-08-30
|
||||||
|
'AttrFilterServer' => 'Server Filter is Running On', // Added - 2018-08-30
|
||||||
'AttrFrames' => 'Bilder',
|
'AttrFrames' => 'Bilder',
|
||||||
'AttrId' => 'ID',
|
'AttrId' => 'ID',
|
||||||
'AttrMaxScore' => 'Maximale Wertung',
|
'AttrMaxScore' => 'Maximale Wertung',
|
||||||
'AttrMonitorId' => 'Monitor-ID',
|
'AttrMonitorId' => 'Monitor-ID',
|
||||||
'AttrMonitorName' => 'Monitorname',
|
'AttrMonitorName' => 'Monitorname',
|
||||||
|
'AttrMonitorServer' => 'Server Monitor is Running On', // Added - 2018-08-30
|
||||||
'AttrName' => 'Name',
|
'AttrName' => 'Name',
|
||||||
'AttrNotes' => 'Bemerkungen',
|
'AttrNotes' => 'Bemerkungen',
|
||||||
|
'AttrStartDate' => 'Start Date', // Added - 2018-08-30
|
||||||
|
'AttrStartDateTime' => 'Start Date/Time', // Added - 2018-08-30
|
||||||
|
'AttrStartTime' => 'Start Time', // Added - 2018-08-30
|
||||||
|
'AttrStartWeekday' => 'Start Weekday', // Added - 2018-08-30
|
||||||
|
'AttrStateId' => 'Run State', // Added - 2018-08-30
|
||||||
|
'AttrStorageArea' => 'Storage Area', // Added - 2018-08-30
|
||||||
|
'AttrStorageServer' => 'Server Hosting Storage', // Added - 2018-08-30
|
||||||
'AttrSystemLoad' => 'Systemlast',
|
'AttrSystemLoad' => 'Systemlast',
|
||||||
'AttrTime' => 'Zeit',
|
|
||||||
'AttrTotalScore' => 'Gesamtwertung',
|
'AttrTotalScore' => 'Gesamtwertung',
|
||||||
'AttrWeekday' => 'Wochentag',
|
|
||||||
'Auto' => 'Auto',
|
'Auto' => 'Auto',
|
||||||
'AutoStopTimeout' => 'Auto-Stopp-Zeitüberschreitung',
|
'AutoStopTimeout' => 'Auto-Stopp-Zeitüberschreitung',
|
||||||
'Available' => 'Verfügbar', // Added - 2009-03-31
|
'Available' => 'Verfügbar', // Added - 2009-03-31
|
||||||
|
@ -155,9 +167,11 @@ $SLANG = array(
|
||||||
'BadRefBlendPerc' => 'Der Referenz-Blenden-Prozentwert muss ganzzahlig 0 oder größer sein',
|
'BadRefBlendPerc' => 'Der Referenz-Blenden-Prozentwert muss ganzzahlig 0 oder größer sein',
|
||||||
'BadSectionLength' => 'Die Bereichslänge muss ganzzahlig 0 oder größer sein',
|
'BadSectionLength' => 'Die Bereichslänge muss ganzzahlig 0 oder größer sein',
|
||||||
'BadSignalCheckColour' => 'Die Signalprüffarbe muss auf einen gültigen Farbwert eingestellt sein',
|
'BadSignalCheckColour' => 'Die Signalprüffarbe muss auf einen gültigen Farbwert eingestellt sein',
|
||||||
|
'BadSourceType' => 'Source Type \"Web Site\" requires the Function to be set to \"Monitor\"', // Added - 2018-08-30
|
||||||
'BadStreamReplayBuffer'=> 'Der Wiedergabestrompuffer muss eine ganze Zahl von null oder mehr betragen',
|
'BadStreamReplayBuffer'=> 'Der Wiedergabestrompuffer muss eine ganze Zahl von null oder mehr betragen',
|
||||||
'BadWarmupCount' => 'Die Anzahl der Vorwärmbilder muss ganzzahlig 0 oder größer sein',
|
'BadWarmupCount' => 'Die Anzahl der Vorwärmbilder muss ganzzahlig 0 oder größer sein',
|
||||||
'BadWebColour' => 'Die Webfarbe muss auf einen gültigen Farbwert eingestellt sein',
|
'BadWebColour' => 'Die Webfarbe muss auf einen gültigen Farbwert eingestellt sein',
|
||||||
|
'BadWebSitePath' => 'Please enter a complete website url, including the http:// or https:// prefix.', // Added - 2018-08-30
|
||||||
'BadWidth' => 'Die Breite muss auf einen gültigen Wert eingestellt sein',
|
'BadWidth' => 'Die Breite muss auf einen gültigen Wert eingestellt sein',
|
||||||
'Bandwidth' => 'Bandbreite',
|
'Bandwidth' => 'Bandbreite',
|
||||||
'BandwidthHead' => 'Bandbreite', // This is the end of the bandwidth status on the top of the console, different in many language due to phrasing
|
'BandwidthHead' => 'Bandbreite', // This is the end of the bandwidth status on the top of the console, different in many language due to phrasing
|
||||||
|
@ -221,10 +235,12 @@ $SLANG = array(
|
||||||
'ChooseLogSelection' => 'Log-Auswahl', // Added - 2011-06-17
|
'ChooseLogSelection' => 'Log-Auswahl', // Added - 2011-06-17
|
||||||
'ChoosePreset' => 'Voreinstellung auswählen',
|
'ChoosePreset' => 'Voreinstellung auswählen',
|
||||||
'Clear' => 'Leeren', // Added - 2011-06-16
|
'Clear' => 'Leeren', // Added - 2011-06-16
|
||||||
|
'CloneMonitor' => 'Clone', // Added - 2018-08-30
|
||||||
'Close' => 'Schließen',
|
'Close' => 'Schließen',
|
||||||
'Colour' => 'Farbe',
|
'Colour' => 'Farbe',
|
||||||
'Command' => 'Kommando',
|
'Command' => 'Kommando',
|
||||||
'Component' => 'Komponente', // Added - 2011-06-16
|
'Component' => 'Komponente', // Added - 2011-06-16
|
||||||
|
'ConcurrentFilter' => 'Run filter concurrently', // Added - 2018-08-30
|
||||||
'Config' => 'Konfig.',
|
'Config' => 'Konfig.',
|
||||||
'ConfiguredFor' => 'Konfiguriert für',
|
'ConfiguredFor' => 'Konfiguriert für',
|
||||||
'ConfirmDeleteEvents' => 'Sind Sie sicher, dass Sie die ausgewählten Ereignisse löschen wollen?',
|
'ConfirmDeleteEvents' => 'Sind Sie sicher, dass Sie die ausgewählten Ereignisse löschen wollen?',
|
||||||
|
@ -282,9 +298,11 @@ $SLANG = array(
|
||||||
'DonateRemindWeek' => 'Noch nicht, erinnere mich in einer Woche noch mal.',
|
'DonateRemindWeek' => 'Noch nicht, erinnere mich in einer Woche noch mal.',
|
||||||
'DonateYes' => 'Ja, ich möchte jetzt spenden.',
|
'DonateYes' => 'Ja, ich möchte jetzt spenden.',
|
||||||
'Download' => 'Download',
|
'Download' => 'Download',
|
||||||
|
'DownloadVideo' => 'Download Video', // Added - 2018-08-30
|
||||||
'DuplicateMonitorName' => 'Monitornamen Duplizieren', // Added - 2009-03-31
|
'DuplicateMonitorName' => 'Monitornamen Duplizieren', // Added - 2009-03-31
|
||||||
'Duration' => 'Dauer',
|
'Duration' => 'Dauer',
|
||||||
'Edit' => 'Bearbeiten',
|
'Edit' => 'Bearbeiten',
|
||||||
|
'EditLayout' => 'Edit Layout', // Added - 2018-08-30
|
||||||
'Email' => 'E-Mail',
|
'Email' => 'E-Mail',
|
||||||
'EnableAlarms' => 'Alarme aktivieren',
|
'EnableAlarms' => 'Alarme aktivieren',
|
||||||
'Enabled' => 'Aktiviert',
|
'Enabled' => 'Aktiviert',
|
||||||
|
@ -301,6 +319,7 @@ $SLANG = array(
|
||||||
'Events' => 'Ereignisse',
|
'Events' => 'Ereignisse',
|
||||||
'Exclude' => 'Ausschluss;',
|
'Exclude' => 'Ausschluss;',
|
||||||
'Execute' => 'Ausführen',
|
'Execute' => 'Ausführen',
|
||||||
|
'Exif' => 'Embed EXIF data into image', // Added - 2018-08-30
|
||||||
'Export' => 'Exportieren',
|
'Export' => 'Exportieren',
|
||||||
'ExportDetails' => 'Exportiere Ereignis-Details',
|
'ExportDetails' => 'Exportiere Ereignis-Details',
|
||||||
'ExportFailed' => 'Exportieren fehlgeschlagen',
|
'ExportFailed' => 'Exportieren fehlgeschlagen',
|
||||||
|
@ -330,8 +349,10 @@ $SLANG = array(
|
||||||
'FilterExecuteEvents' => 'Ausführen bei allen Treffern',
|
'FilterExecuteEvents' => 'Ausführen bei allen Treffern',
|
||||||
'FilterLog' => 'Log filtern', // Added - 2015-04-18
|
'FilterLog' => 'Log filtern', // Added - 2015-04-18
|
||||||
'FilterMessageEvents' => 'Detaillierte Nachricht zu allen Treffern',
|
'FilterMessageEvents' => 'Detaillierte Nachricht zu allen Treffern',
|
||||||
|
'FilterMoveEvents' => 'Move all matches', // Added - 2018-08-30
|
||||||
'FilterPx' => 'Filter-Pixel',
|
'FilterPx' => 'Filter-Pixel',
|
||||||
'FilterUnset' => 'Sie müssen eine Breite und Höhe für das Filter angeben',
|
'FilterUnset' => 'Sie müssen eine Breite und Höhe für das Filter angeben',
|
||||||
|
'FilterUpdateDiskSpace'=> 'Update used disk space', // Added - 2018-08-30
|
||||||
'FilterUploadEvents' => 'Hochladen aller Treffer',
|
'FilterUploadEvents' => 'Hochladen aller Treffer',
|
||||||
'FilterVideoEvents' => 'Video für alle Treffer erstellen',
|
'FilterVideoEvents' => 'Video für alle Treffer erstellen',
|
||||||
'Filters' => 'Filter',
|
'Filters' => 'Filter',
|
||||||
|
@ -356,6 +377,7 @@ $SLANG = array(
|
||||||
'Function' => 'Funktion',
|
'Function' => 'Funktion',
|
||||||
'Gain' => 'Verstärkung',
|
'Gain' => 'Verstärkung',
|
||||||
'General' => 'Allgemeines',
|
'General' => 'Allgemeines',
|
||||||
|
'GenerateDownload' => 'Generate Download', // Added - 2018-08-30
|
||||||
'GenerateVideo' => 'Erzeuge Video',
|
'GenerateVideo' => 'Erzeuge Video',
|
||||||
'GeneratingVideo' => 'Erzeuge Video...',
|
'GeneratingVideo' => 'Erzeuge Video...',
|
||||||
'GoToZoneMinder' => 'Besuche ZoneMinder.com',
|
'GoToZoneMinder' => 'Besuche ZoneMinder.com',
|
||||||
|
@ -376,6 +398,7 @@ $SLANG = array(
|
||||||
'High' => 'hohe',
|
'High' => 'hohe',
|
||||||
'HighBW' => 'Hohe B/W',
|
'HighBW' => 'Hohe B/W',
|
||||||
'Home' => 'Home',
|
'Home' => 'Home',
|
||||||
|
'Hostname' => 'Hostname', // Added - 2018-08-30
|
||||||
'Hour' => 'Stunde',
|
'Hour' => 'Stunde',
|
||||||
'Hue' => 'Farbton',
|
'Hue' => 'Farbton',
|
||||||
'Id' => 'ID',
|
'Id' => 'ID',
|
||||||
|
@ -400,6 +423,7 @@ $SLANG = array(
|
||||||
'Line' => 'Zeile', // Added - 2011-06-16
|
'Line' => 'Zeile', // Added - 2011-06-16
|
||||||
'LinkedMonitors' => 'Verbundene Monitore',
|
'LinkedMonitors' => 'Verbundene Monitore',
|
||||||
'List' => 'Liste',
|
'List' => 'Liste',
|
||||||
|
'ListMatches' => 'List Matches', // Added - 2018-08-30
|
||||||
'Load' => 'Last',
|
'Load' => 'Last',
|
||||||
'Local' => 'Lokal',
|
'Local' => 'Lokal',
|
||||||
'Log' => 'Log', // Added - 2011-06-16
|
'Log' => 'Log', // Added - 2011-06-16
|
||||||
|
@ -486,6 +510,7 @@ $SLANG = array(
|
||||||
'MonitorProbeIntro' => 'Die nachfolgende Liste zeigt erkannte Analog- und Netzwerkkameras, ob sie bereits genutzt werden und ob sie zur Auswahl verfügbar sind.<br/><br/>Wähle den gewünschten Eintrag aus der folgenden Liste.<br/><br/>Bitte Beachten: Nicht alle Kameras können erkannt werden. Die Auswahl einer Kamera kann bereits eingetragene Werte im aktuellen Monitor überschreiben.<br/><br/>', // Added - 2009-03-31
|
'MonitorProbeIntro' => 'Die nachfolgende Liste zeigt erkannte Analog- und Netzwerkkameras, ob sie bereits genutzt werden und ob sie zur Auswahl verfügbar sind.<br/><br/>Wähle den gewünschten Eintrag aus der folgenden Liste.<br/><br/>Bitte Beachten: Nicht alle Kameras können erkannt werden. Die Auswahl einer Kamera kann bereits eingetragene Werte im aktuellen Monitor überschreiben.<br/><br/>', // Added - 2009-03-31
|
||||||
'Monitors' => 'Monitore',
|
'Monitors' => 'Monitore',
|
||||||
'Montage' => 'Montage',
|
'Montage' => 'Montage',
|
||||||
|
'MontageReview' => 'Montage Review', // Added - 2018-08-30
|
||||||
'Month' => 'Monat',
|
'Month' => 'Monat',
|
||||||
'More' => 'Mehr', // Added - 2011-06-16
|
'More' => 'Mehr', // Added - 2011-06-16
|
||||||
'MotionFrameSkip' => 'Motion Frame Skip',
|
'MotionFrameSkip' => 'Motion Frame Skip',
|
||||||
|
@ -512,6 +537,7 @@ $SLANG = array(
|
||||||
'Next' => 'Nächstes',
|
'Next' => 'Nächstes',
|
||||||
'No' => 'Nein',
|
'No' => 'Nein',
|
||||||
'NoDetectedCameras' => 'Keine Kameras erkannt', // Added - 2009-03-31
|
'NoDetectedCameras' => 'Keine Kameras erkannt', // Added - 2009-03-31
|
||||||
|
'NoDetectedProfiles' => 'No Detected Profiles', // Added - 2018-08-30
|
||||||
'NoFramesRecorded' => 'Es gibt keine Aufnahmen von diesem Ereignis.',
|
'NoFramesRecorded' => 'Es gibt keine Aufnahmen von diesem Ereignis.',
|
||||||
'NoGroup' => 'Keine Gruppe',
|
'NoGroup' => 'Keine Gruppe',
|
||||||
'NoSavedFilters' => 'Keine gespeicherten Filter',
|
'NoSavedFilters' => 'Keine gespeicherten Filter',
|
||||||
|
@ -530,6 +556,8 @@ $SLANG = array(
|
||||||
'OpGt' => 'groesser als',
|
'OpGt' => 'groesser als',
|
||||||
'OpGtEq' => 'groesser oder gleich wie',
|
'OpGtEq' => 'groesser oder gleich wie',
|
||||||
'OpIn' => 'in Satz',
|
'OpIn' => 'in Satz',
|
||||||
|
'OpIs' => 'is', // Added - 2018-08-30
|
||||||
|
'OpIsNot' => 'is not', // Added - 2018-08-30
|
||||||
'OpLt' => 'kleiner als',
|
'OpLt' => 'kleiner als',
|
||||||
'OpLtEq' => 'kleiner oder gleich wie',
|
'OpLtEq' => 'kleiner oder gleich wie',
|
||||||
'OpMatches' => 'zutreffend',
|
'OpMatches' => 'zutreffend',
|
||||||
|
@ -539,6 +567,7 @@ $SLANG = array(
|
||||||
'Open' => 'öffnen',
|
'Open' => 'öffnen',
|
||||||
'OptionHelp' => 'Hilfe',
|
'OptionHelp' => 'Hilfe',
|
||||||
'OptionRestartWarning' => 'Veränderungen werden erst nach einem Neustart des Programms aktiv.\nFür eine sofortige änderung starten Sie das Programm bitte neu.',
|
'OptionRestartWarning' => 'Veränderungen werden erst nach einem Neustart des Programms aktiv.\nFür eine sofortige änderung starten Sie das Programm bitte neu.',
|
||||||
|
'OptionalEncoderParam' => 'Optional Encoder Parameters', // Added - 2018-08-30
|
||||||
'Options' => 'Optionen',
|
'Options' => 'Optionen',
|
||||||
'OrEnterNewName' => 'oder neuen Namen eingeben',
|
'OrEnterNewName' => 'oder neuen Namen eingeben',
|
||||||
'Order' => 'Reihenfolge',
|
'Order' => 'Reihenfolge',
|
||||||
|
@ -576,9 +605,13 @@ $SLANG = array(
|
||||||
'ProfileProbeIntro' => 'Die folgende Liste zeigt die verfügbaren Streamingprofile der ausgewählten Kamera.<br/><br/>Wähle den gewünschten Eintrag aus der folgenden Liste.<br/><br/>Bitte Beachten: Zoneminder kann keine zusätzlichen Profile konfigurieren. Die Auswahl einer Kamera kann bereits eingetragene Werte im aktuellen Monitor überschreiben.<br/><br/>', // Added - 2015-04-18
|
'ProfileProbeIntro' => 'Die folgende Liste zeigt die verfügbaren Streamingprofile der ausgewählten Kamera.<br/><br/>Wähle den gewünschten Eintrag aus der folgenden Liste.<br/><br/>Bitte Beachten: Zoneminder kann keine zusätzlichen Profile konfigurieren. Die Auswahl einer Kamera kann bereits eingetragene Werte im aktuellen Monitor überschreiben.<br/><br/>', // Added - 2015-04-18
|
||||||
'Progress' => 'Fortschritt', // Added - 2015-04-18
|
'Progress' => 'Fortschritt', // Added - 2015-04-18
|
||||||
'Protocol' => 'Protokoll',
|
'Protocol' => 'Protokoll',
|
||||||
|
'RTSPDescribe' => 'Use RTSP Response Media URL', // Added - 2018-08-30
|
||||||
|
'RTSPTransport' => 'RTSP Transport Protocol', // Added - 2018-08-30
|
||||||
'Rate' => 'Abspielgeschwindigkeit',
|
'Rate' => 'Abspielgeschwindigkeit',
|
||||||
'Real' => 'Real',
|
'Real' => 'Real',
|
||||||
|
'RecaptchaWarning' => 'Your reCaptcha secret key is invalid. Please correct it, or reCaptcha will not work', // Added - 2018-08-30
|
||||||
'Record' => 'Aufnahme',
|
'Record' => 'Aufnahme',
|
||||||
|
'RecordAudio' => 'Whether to store the audio stream when saving an event.', // Added - 2018-08-30
|
||||||
'RefImageBlendPct' => 'Referenz-Bildblende',
|
'RefImageBlendPct' => 'Referenz-Bildblende',
|
||||||
'Refresh' => 'Aktualisieren',
|
'Refresh' => 'Aktualisieren',
|
||||||
'Remote' => 'Remote',
|
'Remote' => 'Remote',
|
||||||
|
@ -594,6 +627,7 @@ $SLANG = array(
|
||||||
'ReplayAll' => 'Alle Ereignisse',
|
'ReplayAll' => 'Alle Ereignisse',
|
||||||
'ReplayGapless' => 'Lückenlose Ereignisse',
|
'ReplayGapless' => 'Lückenlose Ereignisse',
|
||||||
'ReplaySingle' => 'Einzelereignis',
|
'ReplaySingle' => 'Einzelereignis',
|
||||||
|
'ReportEventAudit' => 'Audit Events Report', // Added - 2018-08-30
|
||||||
'Reset' => 'Zurücksetzen',
|
'Reset' => 'Zurücksetzen',
|
||||||
'ResetEventCounts' => 'Lösche Ereignispunktzahl',
|
'ResetEventCounts' => 'Lösche Ereignispunktzahl',
|
||||||
'Restart' => 'Neustart',
|
'Restart' => 'Neustart',
|
||||||
|
@ -612,6 +646,7 @@ $SLANG = array(
|
||||||
'Save' => 'Speichern',
|
'Save' => 'Speichern',
|
||||||
'SaveAs' => 'Speichere als',
|
'SaveAs' => 'Speichere als',
|
||||||
'SaveFilter' => 'Speichere Filter',
|
'SaveFilter' => 'Speichere Filter',
|
||||||
|
'SaveJPEGs' => 'Save JPEGs', // Added - 2018-08-30
|
||||||
'Scale' => 'Skalierung',
|
'Scale' => 'Skalierung',
|
||||||
'Score' => 'Wertung',
|
'Score' => 'Wertung',
|
||||||
'Secs' => 'Sekunden',
|
'Secs' => 'Sekunden',
|
||||||
|
@ -628,6 +663,7 @@ $SLANG = array(
|
||||||
'ShowFilterWindow' => 'Zeige Filterfenster',
|
'ShowFilterWindow' => 'Zeige Filterfenster',
|
||||||
'ShowTimeline' => 'Zeige Zeitstrahl',
|
'ShowTimeline' => 'Zeige Zeitstrahl',
|
||||||
'SignalCheckColour' => 'Farbe des Signalchecks',
|
'SignalCheckColour' => 'Farbe des Signalchecks',
|
||||||
|
'SignalCheckPoints' => 'Signal Check Points', // Added - 2018-08-30
|
||||||
'Size' => 'Größe',
|
'Size' => 'Größe',
|
||||||
'SkinDescription' => 'Wähle den standard Skin für diesen Computer.', // Added - 2011-01-30
|
'SkinDescription' => 'Wähle den standard Skin für diesen Computer.', // Added - 2011-01-30
|
||||||
'Sleep' => 'Schlaf',
|
'Sleep' => 'Schlaf',
|
||||||
|
@ -647,6 +683,10 @@ $SLANG = array(
|
||||||
'State' => 'Status',
|
'State' => 'Status',
|
||||||
'Stats' => 'Statistik',
|
'Stats' => 'Statistik',
|
||||||
'Status' => 'Status',
|
'Status' => 'Status',
|
||||||
|
'StatusConnected' => 'Capturing', // Added - 2018-08-30
|
||||||
|
'StatusNotRunning' => 'Not Running', // Added - 2018-08-30
|
||||||
|
'StatusRunning' => 'Not Capturing', // Added - 2018-08-30
|
||||||
|
'StatusUnknown' => 'Unknown', // Added - 2018-08-30
|
||||||
'Step' => 'Stufe',
|
'Step' => 'Stufe',
|
||||||
'StepBack' => 'Einen Schritt rückwärts',
|
'StepBack' => 'Einen Schritt rückwärts',
|
||||||
'StepForward' => 'Einen Schritt vorwärts',
|
'StepForward' => 'Einen Schritt vorwärts',
|
||||||
|
@ -657,6 +697,8 @@ $SLANG = array(
|
||||||
'Stills' => 'Standbilder',
|
'Stills' => 'Standbilder',
|
||||||
'Stop' => 'Stop',
|
'Stop' => 'Stop',
|
||||||
'Stopped' => 'Gestoppt',
|
'Stopped' => 'Gestoppt',
|
||||||
|
'StorageArea' => 'Storage Area', // Added - 2018-08-30
|
||||||
|
'StorageScheme' => 'Scheme', // Added - 2018-08-30
|
||||||
'Stream' => 'Stream',
|
'Stream' => 'Stream',
|
||||||
'StreamReplayBuffer' => 'Stream-Wiedergabe-Bildpuffer',
|
'StreamReplayBuffer' => 'Stream-Wiedergabe-Bildpuffer',
|
||||||
'Submit' => 'Absenden',
|
'Submit' => 'Absenden',
|
||||||
|
@ -676,9 +718,9 @@ $SLANG = array(
|
||||||
'TimelineTip4' => 'Verwenden Sie die Steuerelemente unten, um zu Zoomen oder navigieren Sie vorwärts und rückwärts durch die Zeit.', // Added 2013.08.15.
|
'TimelineTip4' => 'Verwenden Sie die Steuerelemente unten, um zu Zoomen oder navigieren Sie vorwärts und rückwärts durch die Zeit.', // Added 2013.08.15.
|
||||||
'Timestamp' => 'Zeitstempel',
|
'Timestamp' => 'Zeitstempel',
|
||||||
'TimestampLabelFormat' => 'Format des Zeitstempels',
|
'TimestampLabelFormat' => 'Format des Zeitstempels',
|
||||||
|
'TimestampLabelSize' => 'Schriftgröße',
|
||||||
'TimestampLabelX' => 'Zeitstempel-X',
|
'TimestampLabelX' => 'Zeitstempel-X',
|
||||||
'TimestampLabelY' => 'Zeitstempel-Y',
|
'TimestampLabelY' => 'Zeitstempel-Y',
|
||||||
'TimestampLabelSize' => 'Schriftgröße',
|
|
||||||
'Today' => 'Heute',
|
'Today' => 'Heute',
|
||||||
'Tools' => 'Werkzeuge',
|
'Tools' => 'Werkzeuge',
|
||||||
'Total' => 'Insgesamt', // Added - 2011-06-16
|
'Total' => 'Insgesamt', // Added - 2011-06-16
|
||||||
|
@ -723,6 +765,7 @@ $SLANG = array(
|
||||||
'VideoGenParms' => 'Parameter der Videoerzeugung',
|
'VideoGenParms' => 'Parameter der Videoerzeugung',
|
||||||
'VideoGenSucceeded' => 'Videoerzeugung erfolgreich!',
|
'VideoGenSucceeded' => 'Videoerzeugung erfolgreich!',
|
||||||
'VideoSize' => 'Videogröße',
|
'VideoSize' => 'Videogröße',
|
||||||
|
'VideoWriter' => 'Video Writer', // Added - 2018-08-30
|
||||||
'View' => 'Ansicht',
|
'View' => 'Ansicht',
|
||||||
'ViewAll' => 'Alles ansehen',
|
'ViewAll' => 'Alles ansehen',
|
||||||
'ViewEvent' => 'Zeige Ereignis',
|
'ViewEvent' => 'Zeige Ereignis',
|
||||||
|
@ -732,6 +775,7 @@ $SLANG = array(
|
||||||
'Watch' => 'Beobachte',
|
'Watch' => 'Beobachte',
|
||||||
'Web' => 'Web',
|
'Web' => 'Web',
|
||||||
'WebColour' => 'Webfarbe',
|
'WebColour' => 'Webfarbe',
|
||||||
|
'WebSiteUrl' => 'Website URL', // Added - 2018-08-30
|
||||||
'Week' => 'Woche',
|
'Week' => 'Woche',
|
||||||
'White' => 'Weiß',
|
'White' => 'Weiß',
|
||||||
'WhiteBalance' => 'Weiß-Abgleich',
|
'WhiteBalance' => 'Weiß-Abgleich',
|
||||||
|
|
|
@ -72,15 +72,6 @@ header( "Content-Type: text/html; charset=utf-8" );
|
||||||
|
|
||||||
// Simple String Replacements
|
// Simple String Replacements
|
||||||
$SLANG = array(
|
$SLANG = array(
|
||||||
'SystemLog' => 'System Log',
|
|
||||||
'DateTime' => 'Dato/Tid',
|
|
||||||
'Component' => 'Komponent',
|
|
||||||
'Pid' => 'PID',
|
|
||||||
'Level' => 'Niveau',
|
|
||||||
'Message' => 'Meddelelse',
|
|
||||||
'Line' => 'Linie',
|
|
||||||
'More' => 'Mere',
|
|
||||||
'Clear' => 'Slet',
|
|
||||||
'24BitColour' => '24 bit farve',
|
'24BitColour' => '24 bit farve',
|
||||||
'32BitColour' => '32 bit farve',
|
'32BitColour' => '32 bit farve',
|
||||||
'8BitGrey' => '8 bit gråskala',
|
'8BitGrey' => '8 bit gråskala',
|
||||||
|
@ -89,6 +80,7 @@ $SLANG = array(
|
||||||
'AddNewControl' => 'Tilføj Ny Kontrol',
|
'AddNewControl' => 'Tilføj Ny Kontrol',
|
||||||
'AddNewMonitor' => 'Tilføj Ny Monitor',
|
'AddNewMonitor' => 'Tilføj Ny Monitor',
|
||||||
'AddNewServer' => 'Tilføj Ny Server',
|
'AddNewServer' => 'Tilføj Ny Server',
|
||||||
|
'AddNewStorage' => 'Add New Storage', // Added - 2018-08-30
|
||||||
'AddNewUser' => 'Tilføj Ny Bruger',
|
'AddNewUser' => 'Tilføj Ny Bruger',
|
||||||
'AddNewZone' => 'Tilføj Ny Zone',
|
'AddNewZone' => 'Tilføj Ny Zone',
|
||||||
'Alarm' => 'Alarm',
|
'Alarm' => 'Alarm',
|
||||||
|
@ -98,8 +90,8 @@ $SLANG = array(
|
||||||
'AlarmLimits' => 'Alarm Grænser',
|
'AlarmLimits' => 'Alarm Grænser',
|
||||||
'AlarmMaximumFPS' => 'Alarm Maksimum FPS',
|
'AlarmMaximumFPS' => 'Alarm Maksimum FPS',
|
||||||
'AlarmPx' => 'Alarm Px',
|
'AlarmPx' => 'Alarm Px',
|
||||||
'AlarmRefImageBlendPct' => 'Alarm Reference Billede Blandings %',
|
|
||||||
'AlarmRGBUnset' => 'Du skal vælge en alarm RGB farve',
|
'AlarmRGBUnset' => 'Du skal vælge en alarm RGB farve',
|
||||||
|
'AlarmRefImageBlendPct' => 'Alarm Reference Billede Blandings %',
|
||||||
'Alert' => 'Advarsel',
|
'Alert' => 'Advarsel',
|
||||||
'All' => 'Alle',
|
'All' => 'Alle',
|
||||||
'AnalysisFPS' => 'Analyse FPS',
|
'AnalysisFPS' => 'Analyse FPS',
|
||||||
|
@ -107,37 +99,45 @@ $SLANG = array(
|
||||||
'Apply' => 'Udfør',
|
'Apply' => 'Udfør',
|
||||||
'ApplyingStateChange' => 'Udfører tilstandsændring',
|
'ApplyingStateChange' => 'Udfører tilstandsændring',
|
||||||
'ArchArchived' => 'Kun arkiverede',
|
'ArchArchived' => 'Kun arkiverede',
|
||||||
|
'ArchUnarchived' => 'Kun ikke-arkiverede',
|
||||||
'Archive' => 'Arkivér',
|
'Archive' => 'Arkivér',
|
||||||
'Archived' => 'Arkiverede',
|
'Archived' => 'Arkiverede',
|
||||||
'ArchUnarchived' => 'Kun ikke-arkiverede',
|
|
||||||
'Area' => 'Område',
|
'Area' => 'Område',
|
||||||
'AreaUnits' => 'Område (px/%)',
|
'AreaUnits' => 'Område (px/%)',
|
||||||
'AttrAlarmFrames' => 'Alarm Rammer',
|
'AttrAlarmFrames' => 'Alarm Rammer',
|
||||||
'AttrArchiveStatus' => 'Arkiverings Status',
|
'AttrArchiveStatus' => 'Arkiverings Status',
|
||||||
'AttrAvgScore' => 'Middel Score',
|
'AttrAvgScore' => 'Middel Score',
|
||||||
'AttrCause' => 'Årsag',
|
'AttrCause' => 'Årsag',
|
||||||
'AttrDate' => 'Dato',
|
|
||||||
'AttrDateTime' => 'Dato/Tid',
|
|
||||||
'AttrDiskBlocks' => 'Disk Blokke',
|
'AttrDiskBlocks' => 'Disk Blokke',
|
||||||
'AttrDiskPercent' => 'Disk Procent',
|
'AttrDiskPercent' => 'Disk Procent',
|
||||||
|
'AttrDiskSpace' => 'Disk Space', // Added - 2018-08-30
|
||||||
'AttrDuration' => 'Varighed',
|
'AttrDuration' => 'Varighed',
|
||||||
|
'AttrEndDate' => 'End Date', // Added - 2018-08-30
|
||||||
|
'AttrEndDateTime' => 'End Date/Time', // Added - 2018-08-30
|
||||||
|
'AttrEndTime' => 'End Time', // Added - 2018-08-30
|
||||||
|
'AttrEndWeekday' => 'End Weekday', // Added - 2018-08-30
|
||||||
|
'AttrFilterServer' => 'Server Filter is Running On', // Added - 2018-08-30
|
||||||
'AttrFrames' => 'Rammer',
|
'AttrFrames' => 'Rammer',
|
||||||
'AttrId' => 'Id',
|
'AttrId' => 'Id',
|
||||||
'AttrMaxScore' => 'Max. Score',
|
'AttrMaxScore' => 'Max. Score',
|
||||||
'AttrMonitorId' => 'Monitor Id',
|
'AttrMonitorId' => 'Monitor Id',
|
||||||
'AttrMonitorName' => 'Monitor Navn',
|
'AttrMonitorName' => 'Monitor Navn',
|
||||||
'AttrServer' => 'Server',
|
'AttrMonitorServer' => 'Server Monitor is Running On', // Added - 2018-08-30
|
||||||
'AttrName' => 'Navn',
|
'AttrName' => 'Navn',
|
||||||
'AttrNotes' => 'Noter',
|
'AttrNotes' => 'Noter',
|
||||||
|
'AttrStartDate' => 'Start Date', // Added - 2018-08-30
|
||||||
|
'AttrStartDateTime' => 'Start Date/Time', // Added - 2018-08-30
|
||||||
|
'AttrStartTime' => 'Start Time', // Added - 2018-08-30
|
||||||
|
'AttrStartWeekday' => 'Start Weekday', // Added - 2018-08-30
|
||||||
|
'AttrStateId' => 'Run State', // Added - 2018-08-30
|
||||||
|
'AttrStorageArea' => 'Storage Area', // Added - 2018-08-30
|
||||||
|
'AttrStorageServer' => 'Server Hosting Storage', // Added - 2018-08-30
|
||||||
'AttrSystemLoad' => 'System Belastning',
|
'AttrSystemLoad' => 'System Belastning',
|
||||||
'AttrTime' => 'Tid',
|
|
||||||
'AttrTotalScore' => 'Total Score',
|
'AttrTotalScore' => 'Total Score',
|
||||||
'AttrWeekday' => 'Ugedag',
|
|
||||||
'Auto' => 'Auto',
|
'Auto' => 'Auto',
|
||||||
'AutoStopTimeout' => 'Auto Stop Timeout',
|
'AutoStopTimeout' => 'Auto Stop Timeout',
|
||||||
'Available' => 'Tilgængelig',
|
'Available' => 'Tilgængelig',
|
||||||
'AvgBrScore' => 'Middel<br/>Score',
|
'AvgBrScore' => 'Middel<br/>Score',
|
||||||
'Available' => 'Tilgængelig',
|
|
||||||
'Background' => 'Baggrund',
|
'Background' => 'Baggrund',
|
||||||
'BackgroundFilter' => 'Kør filteret i baggrunden',
|
'BackgroundFilter' => 'Kør filteret i baggrunden',
|
||||||
'BadAlarmFrameCount' => 'Antal alarm rammer skal være et positivt heltal',
|
'BadAlarmFrameCount' => 'Antal alarm rammer skal være et positivt heltal',
|
||||||
|
@ -145,20 +145,20 @@ $SLANG = array(
|
||||||
'BadAnalysisFPS' => 'Analyse FPS skal være et positivt heltal eller flydende tal',
|
'BadAnalysisFPS' => 'Analyse FPS skal være et positivt heltal eller flydende tal',
|
||||||
'BadAnalysisUpdateDelay'=> 'Analyse opdaterings forsinkelse skal være et heltal på 0 eller mere',
|
'BadAnalysisUpdateDelay'=> 'Analyse opdaterings forsinkelse skal være et heltal på 0 eller mere',
|
||||||
'BadChannel' => 'Kanal skal sættes til et heltal på 0 eller mere',
|
'BadChannel' => 'Kanal skal sættes til et heltal på 0 eller mere',
|
||||||
|
'BadColours' => 'Målfarven skal sættes til en gyldig værdi',
|
||||||
'BadDevice' => 'Enhed skal sættes til en gyldig værdi',
|
'BadDevice' => 'Enhed skal sættes til en gyldig værdi',
|
||||||
'BadFormat' => 'Format skal sættes til en gyldig værdi',
|
|
||||||
'BadFPSReportInterval' => 'Antal FPS report interval buffere skal være et heltal på 0 eller mere',
|
'BadFPSReportInterval' => 'Antal FPS report interval buffere skal være et heltal på 0 eller mere',
|
||||||
|
'BadFormat' => 'Format skal sættes til en gyldig værdi',
|
||||||
'BadFrameSkip' => 'Antal Frame skip skal være et heltal på 0 eller mere',
|
'BadFrameSkip' => 'Antal Frame skip skal være et heltal på 0 eller mere',
|
||||||
'BadMotionFrameSkip' => 'Antal Motion Frame skip skal være et heltal på 0 eller mere',
|
|
||||||
'BadHeight' => 'Højde skal sættes til en gyldig værdi',
|
'BadHeight' => 'Højde skal sættes til en gyldig værdi',
|
||||||
'BadHost' => 'Host skal vare en gyldig IP adresse eller hostname, inkludér ikke http://',
|
'BadHost' => 'Host skal vare en gyldig IP adresse eller hostname, inkludér ikke http://',
|
||||||
'BadImageBufferCount' => 'Billed buffer størrelse skal være et heltal på 10 eller mere',
|
'BadImageBufferCount' => 'Billed buffer størrelse skal være et heltal på 10 eller mere',
|
||||||
'BadLabelX' => 'Mærkat X co-ordinaten skal sættes til et heltal på 0 eller mere',
|
'BadLabelX' => 'Mærkat X co-ordinaten skal sættes til et heltal på 0 eller mere',
|
||||||
'BadLabelY' => 'Mærkat Y co-ordinaten skal sættes til et heltal på 0 eller mere',
|
'BadLabelY' => 'Mærkat Y co-ordinaten skal sættes til et heltal på 0 eller mere',
|
||||||
'BadMaxFPS' => 'Maximum FPS skal være et positivt heltal eller flydende tal',
|
'BadMaxFPS' => 'Maximum FPS skal være et positivt heltal eller flydende tal',
|
||||||
|
'BadMotionFrameSkip' => 'Antal Motion Frame skip skal være et heltal på 0 eller mere',
|
||||||
'BadNameChars' => 'Navne kan kun indeholde alfanumeriske tegn samt mellemrum, bindestreg og understregning',
|
'BadNameChars' => 'Navne kan kun indeholde alfanumeriske tegn samt mellemrum, bindestreg og understregning',
|
||||||
'BadPalette' => 'Palette skal sættes til en gyldig værdi',
|
'BadPalette' => 'Palette skal sættes til en gyldig værdi',
|
||||||
'BadColours' => 'Målfarven skal sættes til en gyldig værdi',
|
|
||||||
'BadPath' => 'Sti skal sættes til en gyldig værdi',
|
'BadPath' => 'Sti skal sættes til en gyldig værdi',
|
||||||
'BadPort' => 'Port skal sættes til et gyldigt nummer',
|
'BadPort' => 'Port skal sættes til et gyldigt nummer',
|
||||||
'BadPostEventCount' => 'Antal rammer efter hændelsen skal være et heltal på 0 eller mere',
|
'BadPostEventCount' => 'Antal rammer efter hændelsen skal være et heltal på 0 eller mere',
|
||||||
|
@ -166,39 +166,40 @@ $SLANG = array(
|
||||||
'BadRefBlendPerc' => 'Reference blandings procentdelen skal være et positivt heltal',
|
'BadRefBlendPerc' => 'Reference blandings procentdelen skal være et positivt heltal',
|
||||||
'BadSectionLength' => 'Sektionslængden skal være et heltal på 30 eller mere',
|
'BadSectionLength' => 'Sektionslængden skal være et heltal på 30 eller mere',
|
||||||
'BadSignalCheckColour' => 'Signal check farve skal være en gyldig RGB farve streng',
|
'BadSignalCheckColour' => 'Signal check farve skal være en gyldig RGB farve streng',
|
||||||
|
'BadSourceType' => 'Source Type \"Web Site\" requires the Function to be set to \"Monitor\"', // Added - 2018-08-30
|
||||||
'BadStreamReplayBuffer' => 'Videostrøm genspilsbufferen skal sættes til et heltal på 0 eller mere',
|
'BadStreamReplayBuffer' => 'Videostrøm genspilsbufferen skal sættes til et heltal på 0 eller mere',
|
||||||
'BadWarmupCount' => 'Opvarmnings rammer skal være et heltal på 0 eller mere',
|
'BadWarmupCount' => 'Opvarmnings rammer skal være et heltal på 0 eller mere',
|
||||||
'BadWebColour' => 'Web farve skal være en gyldigt web farve streng',
|
'BadWebColour' => 'Web farve skal være en gyldigt web farve streng',
|
||||||
|
'BadWebSitePath' => 'Please enter a complete website url, including the http:// or https:// prefix.', // Added - 2018-08-30
|
||||||
'BadWidth' => 'Bredde skal sættes til en gyldig værdi',
|
'BadWidth' => 'Bredde skal sættes til en gyldig værdi',
|
||||||
'Bandwidth' => 'Båndbredde',
|
'Bandwidth' => 'Båndbredde',
|
||||||
'BandwidthHead' => 'Båndbredde', // This is the end of the bandwidth status on the top of the console, different in many language due to phrasing
|
'BandwidthHead' => 'Båndbredde', // This is the end of the bandwidth status on the top of the console, different in many language due to phrasing
|
||||||
'BlobPx' => 'Blob Px',
|
'BlobPx' => 'Blob Px',
|
||||||
'Blobs' => 'Blobs',
|
|
||||||
'BlobSizes' => 'Blob Størrelser',
|
'BlobSizes' => 'Blob Størrelser',
|
||||||
|
'Blobs' => 'Blobs',
|
||||||
'Brightness' => 'Lysstyrke',
|
'Brightness' => 'Lysstyrke',
|
||||||
'Buffer' => 'Buffer',
|
'Buffer' => 'Buffer',
|
||||||
'Buffers' => 'Buffere',
|
'Buffers' => 'Buffere',
|
||||||
|
'CSSDescription' => 'SKift standard css for denne computer',
|
||||||
'CanAutoFocus' => 'Can Auto Focus',
|
'CanAutoFocus' => 'Can Auto Focus',
|
||||||
'CanAutoGain' => 'Can Auto Gain',
|
'CanAutoGain' => 'Can Auto Gain',
|
||||||
'CanAutoIris' => 'Can Auto Iris',
|
'CanAutoIris' => 'Can Auto Iris',
|
||||||
'CanAutoWhite' => 'Can Auto White Bal.',
|
'CanAutoWhite' => 'Can Auto White Bal.',
|
||||||
'CanAutoZoom' => 'Can Auto Zoom',
|
'CanAutoZoom' => 'Can Auto Zoom',
|
||||||
'Cancel' => 'Fortryd',
|
|
||||||
'CancelForcedAlarm' => 'Fortryd Tvungen Alarm',
|
|
||||||
'CanFocusAbs' => 'Can Focus Absolute',
|
|
||||||
'CanFocus' => 'Can Focus',
|
'CanFocus' => 'Can Focus',
|
||||||
|
'CanFocusAbs' => 'Can Focus Absolute',
|
||||||
'CanFocusCon' => 'Can Focus Continuous',
|
'CanFocusCon' => 'Can Focus Continuous',
|
||||||
'CanFocusRel' => 'Can Focus Relative',
|
'CanFocusRel' => 'Can Focus Relative',
|
||||||
'CanGainAbs' => 'Can Gain Absolute',
|
|
||||||
'CanGain' => 'Can Gain ',
|
'CanGain' => 'Can Gain ',
|
||||||
|
'CanGainAbs' => 'Can Gain Absolute',
|
||||||
'CanGainCon' => 'Can Gain Continuous',
|
'CanGainCon' => 'Can Gain Continuous',
|
||||||
'CanGainRel' => 'Can Gain Relative',
|
'CanGainRel' => 'Can Gain Relative',
|
||||||
'CanIrisAbs' => 'Can Iris Absolute',
|
|
||||||
'CanIris' => 'Can Iris',
|
'CanIris' => 'Can Iris',
|
||||||
|
'CanIrisAbs' => 'Can Iris Absolute',
|
||||||
'CanIrisCon' => 'Can Iris Continuous',
|
'CanIrisCon' => 'Can Iris Continuous',
|
||||||
'CanIrisRel' => 'Can Iris Relative',
|
'CanIrisRel' => 'Can Iris Relative',
|
||||||
'CanMoveAbs' => 'Can Move Absolute',
|
|
||||||
'CanMove' => 'Can Move',
|
'CanMove' => 'Can Move',
|
||||||
|
'CanMoveAbs' => 'Can Move Absolute',
|
||||||
'CanMoveCon' => 'Can Move Continuous',
|
'CanMoveCon' => 'Can Move Continuous',
|
||||||
'CanMoveDiag' => 'Can Move Diagonally',
|
'CanMoveDiag' => 'Can Move Diagonally',
|
||||||
'CanMoveMap' => 'Can Move Mapped',
|
'CanMoveMap' => 'Can Move Mapped',
|
||||||
|
@ -209,19 +210,21 @@ $SLANG = array(
|
||||||
'CanSleep' => 'Can Sleep',
|
'CanSleep' => 'Can Sleep',
|
||||||
'CanTilt' => 'Can Tilt',
|
'CanTilt' => 'Can Tilt',
|
||||||
'CanWake' => 'Can Wake',
|
'CanWake' => 'Can Wake',
|
||||||
|
'CanWhite' => 'Can White Balance',
|
||||||
'CanWhiteAbs' => 'Can White Bal. Absolute',
|
'CanWhiteAbs' => 'Can White Bal. Absolute',
|
||||||
'CanWhiteBal' => 'Can White Bal.',
|
'CanWhiteBal' => 'Can White Bal.',
|
||||||
'CanWhite' => 'Can White Balance',
|
|
||||||
'CanWhiteCon' => 'Can White Bal. Continuous',
|
'CanWhiteCon' => 'Can White Bal. Continuous',
|
||||||
'CanWhiteRel' => 'Can White Bal. Relative',
|
'CanWhiteRel' => 'Can White Bal. Relative',
|
||||||
'CanZoomAbs' => 'Can Zoom Absolute',
|
|
||||||
'CanZoom' => 'Can Zoom',
|
'CanZoom' => 'Can Zoom',
|
||||||
|
'CanZoomAbs' => 'Can Zoom Absolute',
|
||||||
'CanZoomCon' => 'Can Zoom Continuous',
|
'CanZoomCon' => 'Can Zoom Continuous',
|
||||||
'CanZoomRel' => 'Can Zoom Relative',
|
'CanZoomRel' => 'Can Zoom Relative',
|
||||||
|
'Cancel' => 'Fortryd',
|
||||||
|
'CancelForcedAlarm' => 'Fortryd Tvungen Alarm',
|
||||||
'CaptureHeight' => 'Capture Højde',
|
'CaptureHeight' => 'Capture Højde',
|
||||||
'CaptureMethod' => 'Capture Metode',
|
'CaptureMethod' => 'Capture Metode',
|
||||||
'CaptureResolution' => 'Capture Opløsning',
|
|
||||||
'CapturePalette' => 'Capture Palette',
|
'CapturePalette' => 'Capture Palette',
|
||||||
|
'CaptureResolution' => 'Capture Opløsning',
|
||||||
'CaptureWidth' => 'Capture Bredde',
|
'CaptureWidth' => 'Capture Bredde',
|
||||||
'Cause' => 'Årsag',
|
'Cause' => 'Årsag',
|
||||||
'CheckMethod' => 'Alarm Check Metode',
|
'CheckMethod' => 'Alarm Check Metode',
|
||||||
|
@ -230,10 +233,13 @@ $SLANG = array(
|
||||||
'ChooseLogFormat' => 'Vælg et lognings format',
|
'ChooseLogFormat' => 'Vælg et lognings format',
|
||||||
'ChooseLogSelection' => 'Vælg et lognings udvælgelse',
|
'ChooseLogSelection' => 'Vælg et lognings udvælgelse',
|
||||||
'ChoosePreset' => 'Vælg Forudindstilling',
|
'ChoosePreset' => 'Vælg Forudindstilling',
|
||||||
|
'Clear' => 'Slet',
|
||||||
'CloneMonitor' => 'Klon Monitor',
|
'CloneMonitor' => 'Klon Monitor',
|
||||||
'Close' => 'Luk',
|
'Close' => 'Luk',
|
||||||
'Colour' => 'Farve',
|
'Colour' => 'Farve',
|
||||||
'Command' => 'Kommando',
|
'Command' => 'Kommando',
|
||||||
|
'Component' => 'Komponent',
|
||||||
|
'ConcurrentFilter' => 'Run filter concurrently', // Added - 2018-08-30
|
||||||
'Config' => 'Konfigurer',
|
'Config' => 'Konfigurer',
|
||||||
'ConfiguredFor' => 'Konfigureret for',
|
'ConfiguredFor' => 'Konfigureret for',
|
||||||
'ConfirmDeleteEvents' => 'Er du sikker på, at du vil slette de markerede hændelser?',
|
'ConfirmDeleteEvents' => 'Er du sikker på, at du vil slette de markerede hændelser?',
|
||||||
|
@ -244,62 +250,64 @@ $SLANG = array(
|
||||||
'ContactAdmin' => 'Venligst kontakt din administrator for detaljer.',
|
'ContactAdmin' => 'Venligst kontakt din administrator for detaljer.',
|
||||||
'Continue' => 'Fortsæt',
|
'Continue' => 'Fortsæt',
|
||||||
'Contrast' => 'Kontrast',
|
'Contrast' => 'Kontrast',
|
||||||
|
'Control' => 'Control',
|
||||||
'ControlAddress' => 'Control Address',
|
'ControlAddress' => 'Control Address',
|
||||||
'ControlCap' => 'Control Capability',
|
'ControlCap' => 'Control Capability',
|
||||||
'ControlCaps' => 'Control Capabilities',
|
'ControlCaps' => 'Control Capabilities',
|
||||||
'Control' => 'Control',
|
|
||||||
'ControlDevice' => 'Control Device',
|
'ControlDevice' => 'Control Device',
|
||||||
'Controllable' => 'Controllable',
|
|
||||||
'ControlType' => 'Control Type',
|
'ControlType' => 'Control Type',
|
||||||
|
'Controllable' => 'Controllable',
|
||||||
'Current' => 'Nuværende',
|
'Current' => 'Nuværende',
|
||||||
'Cycle' => 'Cyklisk',
|
'Cycle' => 'Cyklisk',
|
||||||
'CycleWatch' => 'Cyklisk Overvågning',
|
'CycleWatch' => 'Cyklisk Overvågning',
|
||||||
|
'DateTime' => 'Dato/Tid',
|
||||||
'Day' => 'Dag',
|
'Day' => 'Dag',
|
||||||
'Debug' => 'Fejlfind',
|
'Debug' => 'Fejlfind',
|
||||||
'DefaultRate' => 'Standard Rate',
|
'DefaultRate' => 'Standard Rate',
|
||||||
'DefaultScale' => 'Standard Skalering',
|
'DefaultScale' => 'Standard Skalering',
|
||||||
'DefaultView' => 'Standard Visning',
|
'DefaultView' => 'Standard Visning',
|
||||||
'Deinterlacing' => 'Deinterlacing',
|
'Deinterlacing' => 'Deinterlacing',
|
||||||
'RTSPDescribe' => 'Brug RTSP Response Media URL',
|
|
||||||
'Delay' => 'Forsilkelse',
|
'Delay' => 'Forsilkelse',
|
||||||
|
'Delete' => 'Slet',
|
||||||
'DeleteAndNext' => 'Slet & Næste',
|
'DeleteAndNext' => 'Slet & Næste',
|
||||||
'DeleteAndPrev' => 'Slet & Forrige',
|
'DeleteAndPrev' => 'Slet & Forrige',
|
||||||
'Delete' => 'Slet',
|
|
||||||
'DeleteSavedFilter' => 'Slet gemt filter',
|
'DeleteSavedFilter' => 'Slet gemt filter',
|
||||||
'Description' => 'Beskrivelse',
|
'Description' => 'Beskrivelse',
|
||||||
'DetectedCameras' => 'Fundne Kameraer',
|
'DetectedCameras' => 'Fundne Kameraer',
|
||||||
'DetectedProfiles' => 'Fundne Profiler',
|
'DetectedProfiles' => 'Fundne Profiler',
|
||||||
|
'Device' => 'Enheds',
|
||||||
'DeviceChannel' => 'Enheds Kanal',
|
'DeviceChannel' => 'Enheds Kanal',
|
||||||
'DeviceFormat' => 'Enheds Format',
|
'DeviceFormat' => 'Enheds Format',
|
||||||
'DeviceNumber' => 'Enheds Number',
|
'DeviceNumber' => 'Enheds Number',
|
||||||
'DevicePath' => 'Sti Til Enhed',
|
'DevicePath' => 'Sti Til Enhed',
|
||||||
'Device' => 'Enheds',
|
|
||||||
'Devices' => 'Enheder',
|
'Devices' => 'Enheder',
|
||||||
'Dimensions' => 'Dimensioner',
|
'Dimensions' => 'Dimensioner',
|
||||||
'DisableAlarms' => 'Deaktiver Alarmer',
|
'DisableAlarms' => 'Deaktiver Alarmer',
|
||||||
'Disk' => 'Disk',
|
'Disk' => 'Disk',
|
||||||
'Display' => 'Display',
|
'Display' => 'Display',
|
||||||
'Displaying' => 'Displaying',
|
'Displaying' => 'Displaying',
|
||||||
|
'DoNativeMotionDetection'=> 'Do Native Motion Detection',
|
||||||
|
'Donate' => 'Venligst Donér',
|
||||||
'DonateAlready' => 'Nej, jeg har allerede doneret',
|
'DonateAlready' => 'Nej, jeg har allerede doneret',
|
||||||
'DonateEnticement' => 'You\'ve been running ZoneMinder for a while now and hopefully are finding it a useful addition to your home or workplace security. Although ZoneMinder is, and will remain, free and open source, it costs money to develop and support. If you would like to help support future development and new features then please consider donating. Donating is, of course, optional but very much appreciated and you can donate as much or as little as you like.<br/><br/>If you would like to donate please select the option below or go to http://www.zoneminder.com/donate.html in your browser.<br/><br/>Thank you for using ZoneMinder and don\'t forget to visit the forums on ZoneMinder.com for support or suggestions about how to make your ZoneMinder experience even better.',
|
'DonateEnticement' => 'You\'ve been running ZoneMinder for a while now and hopefully are finding it a useful addition to your home or workplace security. Although ZoneMinder is, and will remain, free and open source, it costs money to develop and support. If you would like to help support future development and new features then please consider donating. Donating is, of course, optional but very much appreciated and you can donate as much or as little as you like.<br/><br/>If you would like to donate please select the option below or go to http://www.zoneminder.com/donate.html in your browser.<br/><br/>Thank you for using ZoneMinder and don\'t forget to visit the forums on ZoneMinder.com for support or suggestions about how to make your ZoneMinder experience even better.',
|
||||||
'Donate' => 'Venligst Donér',
|
|
||||||
'DonateRemindDay' => 'Ikke endnu, påmind igen on 1 dag',
|
'DonateRemindDay' => 'Ikke endnu, påmind igen on 1 dag',
|
||||||
'DonateRemindHour' => 'Ikke endnu, påmind igen on 1 time',
|
'DonateRemindHour' => 'Ikke endnu, påmind igen on 1 time',
|
||||||
'DonateRemindMonth' => 'Ikke endnu, påmind igen on 1 måned',
|
'DonateRemindMonth' => 'Ikke endnu, påmind igen on 1 måned',
|
||||||
'DonateRemindNever' => 'Nej, jeg ønsker ikke at donere, påmind ikke igen',
|
'DonateRemindNever' => 'Nej, jeg ønsker ikke at donere, påmind ikke igen',
|
||||||
'DonateRemindWeek' => 'Ikke endnu, påmind igen on 1 uge',
|
'DonateRemindWeek' => 'Ikke endnu, påmind igen on 1 uge',
|
||||||
'DonateYes' => 'Ja, jeg vil gerne donere nu',
|
'DonateYes' => 'Ja, jeg vil gerne donere nu',
|
||||||
'DoNativeMotionDetection'=> 'Do Native Motion Detection',
|
|
||||||
'Download' => 'Download',
|
'Download' => 'Download',
|
||||||
|
'DownloadVideo' => 'Download Video', // Added - 2018-08-30
|
||||||
'DuplicateMonitorName' => 'Dupliket Monitor Navn',
|
'DuplicateMonitorName' => 'Dupliket Monitor Navn',
|
||||||
'Duration' => 'Varighed',
|
'Duration' => 'Varighed',
|
||||||
'Edit' => 'Ret',
|
'Edit' => 'Ret',
|
||||||
|
'EditLayout' => 'Edit Layout', // Added - 2018-08-30
|
||||||
'Email' => 'Email',
|
'Email' => 'Email',
|
||||||
'EnableAlarms' => 'Aktivér Alarmer',
|
'EnableAlarms' => 'Aktivér Alarmer',
|
||||||
'Enabled' => 'Virksom',
|
'Enabled' => 'Virksom',
|
||||||
'EnterNewFilterName' => 'Indtast nyt filternavn',
|
'EnterNewFilterName' => 'Indtast nyt filternavn',
|
||||||
'ErrorBrackets' => 'Fejl, venligst check, at du har samme antal open og lukke klammer',
|
|
||||||
'Error' => 'Fejl',
|
'Error' => 'Fejl',
|
||||||
|
'ErrorBrackets' => 'Fejl, venligst check, at du har samme antal open og lukke klammer',
|
||||||
'ErrorValidValue' => 'Fejl, venligst check at alle parametre har en gyldig værdi',
|
'ErrorValidValue' => 'Fejl, venligst check at alle parametre har en gyldig værdi',
|
||||||
'Etc' => 'etc',
|
'Etc' => 'etc',
|
||||||
'Event' => 'Hændelse',
|
'Event' => 'Hændelse',
|
||||||
|
@ -310,9 +318,9 @@ $SLANG = array(
|
||||||
'Events' => 'Hændelser',
|
'Events' => 'Hændelser',
|
||||||
'Exclude' => 'Ekskluder',
|
'Exclude' => 'Ekskluder',
|
||||||
'Execute' => 'Udfør',
|
'Execute' => 'Udfør',
|
||||||
'ExportDetails' => 'Exporter Hændelses Detaljer',
|
|
||||||
'Exif' => 'Indlejre EXIF data i billede',
|
'Exif' => 'Indlejre EXIF data i billede',
|
||||||
'Export' => 'Exporter',
|
'Export' => 'Exporter',
|
||||||
|
'ExportDetails' => 'Exporter Hændelses Detaljer',
|
||||||
'ExportFailed' => 'Export Mislykkedes',
|
'ExportFailed' => 'Export Mislykkedes',
|
||||||
'ExportFormat' => 'Export Fil Format',
|
'ExportFormat' => 'Export Fil Format',
|
||||||
'ExportFormatTar' => 'Tar',
|
'ExportFormatTar' => 'Tar',
|
||||||
|
@ -320,53 +328,55 @@ $SLANG = array(
|
||||||
'ExportFrames' => 'Exporter Ramme Detaljer',
|
'ExportFrames' => 'Exporter Ramme Detaljer',
|
||||||
'ExportImageFiles' => 'Exporter billed filer',
|
'ExportImageFiles' => 'Exporter billed filer',
|
||||||
'ExportLog' => 'Export Log',
|
'ExportLog' => 'Export Log',
|
||||||
'Exporting' => 'Exporterer',
|
|
||||||
'ExportMiscFiles' => 'Exporter Andre Filer (hvis tilstede)',
|
'ExportMiscFiles' => 'Exporter Andre Filer (hvis tilstede)',
|
||||||
'ExportOptions' => 'Export Indstillinger',
|
'ExportOptions' => 'Export Indstillinger',
|
||||||
'ExportSucceeded' => 'Export Lykkedes',
|
'ExportSucceeded' => 'Export Lykkedes',
|
||||||
'ExportVideoFiles' => 'Exporter Video Filer (hvis tilstede)',
|
'ExportVideoFiles' => 'Exporter Video Filer (hvis tilstede)',
|
||||||
|
'Exporting' => 'Exporterer',
|
||||||
|
'FPS' => 'fps',
|
||||||
|
'FPSReportInterval' => 'FPS Rapport Interval',
|
||||||
|
'FTP' => 'FTP',
|
||||||
'Far' => 'Fjern',
|
'Far' => 'Fjern',
|
||||||
'FastForward' => 'Hurtigt Frem',
|
'FastForward' => 'Hurtigt Frem',
|
||||||
'Feed' => 'Feed',
|
'Feed' => 'Feed',
|
||||||
'Ffmpeg' => 'Ffmpeg',
|
'Ffmpeg' => 'Ffmpeg',
|
||||||
'File' => 'Fil',
|
'File' => 'Fil',
|
||||||
|
'Filter' => 'Filter',
|
||||||
'FilterArchiveEvents' => 'Arkiver alle matchende',
|
'FilterArchiveEvents' => 'Arkiver alle matchende',
|
||||||
'FilterDeleteEvents' => 'Slet alle matchende',
|
'FilterDeleteEvents' => 'Slet alle matchende',
|
||||||
'FilterEmailEvents' => 'Email detaljer for alle matchende',
|
'FilterEmailEvents' => 'Email detaljer for alle matchende',
|
||||||
'FilterExecuteEvents' => 'Udfør kommando for alle matchende',
|
'FilterExecuteEvents' => 'Udfør kommando for alle matchende',
|
||||||
'FilterLog' => 'Filter log',
|
'FilterLog' => 'Filter log',
|
||||||
'FilterMessageEvents' => 'Meddel detaljer for alle matchende',
|
'FilterMessageEvents' => 'Meddel detaljer for alle matchende',
|
||||||
|
'FilterMoveEvents' => 'Move all matches', // Added - 2018-08-30
|
||||||
'FilterPx' => 'Filter Px',
|
'FilterPx' => 'Filter Px',
|
||||||
'Filter' => 'Filter',
|
|
||||||
'Filters' => 'Filtre',
|
|
||||||
'FilterUnset' => 'Du skal angive filter bredde og højde',
|
'FilterUnset' => 'Du skal angive filter bredde og højde',
|
||||||
|
'FilterUpdateDiskSpace'=> 'Update used disk space', // Added - 2018-08-30
|
||||||
'FilterUploadEvents' => 'Upload alle match',
|
'FilterUploadEvents' => 'Upload alle match',
|
||||||
'FilterVideoEvents' => 'Opret video for alle match',
|
'FilterVideoEvents' => 'Opret video for alle match',
|
||||||
|
'Filters' => 'Filtre',
|
||||||
'First' => 'Første',
|
'First' => 'Første',
|
||||||
'FlippedHori' => 'Spejlet Horizontalt',
|
'FlippedHori' => 'Spejlet Horizontalt',
|
||||||
'FlippedVert' => 'Spejlet Vertikalt',
|
'FlippedVert' => 'Spejlet Vertikalt',
|
||||||
'FnNone' => 'None', // Added 2013.08.16.
|
|
||||||
'FnMonitor' => 'Monitor', // Added 2013.08.16.
|
|
||||||
'FnModect' => 'Modect', // Added 2013.08.16.
|
|
||||||
'FnRecord' => 'Record', // Added 2013.08.16.
|
|
||||||
'FnMocord' => 'Mocord', // Added 2013.08.16.
|
'FnMocord' => 'Mocord', // Added 2013.08.16.
|
||||||
|
'FnModect' => 'Modect', // Added 2013.08.16.
|
||||||
|
'FnMonitor' => 'Monitor', // Added 2013.08.16.
|
||||||
'FnNodect' => 'Nodect', // Added 2013.08.16.
|
'FnNodect' => 'Nodect', // Added 2013.08.16.
|
||||||
|
'FnNone' => 'None', // Added 2013.08.16.
|
||||||
|
'FnRecord' => 'Record', // Added 2013.08.16.
|
||||||
'Focus' => 'Focus',
|
'Focus' => 'Focus',
|
||||||
'ForceAlarm' => 'Force Alarm',
|
'ForceAlarm' => 'Force Alarm',
|
||||||
'Format' => 'Format',
|
'Format' => 'Format',
|
||||||
'FPS' => 'fps',
|
|
||||||
'FPSReportInterval' => 'FPS Rapport Interval',
|
|
||||||
'Frame' => 'Ramme',
|
'Frame' => 'Ramme',
|
||||||
'FrameId' => 'Ramme Id',
|
'FrameId' => 'Ramme Id',
|
||||||
'FrameRate' => 'Billedhastighed',
|
'FrameRate' => 'Billedhastighed',
|
||||||
'Frames' => 'Rammer',
|
|
||||||
'FrameSkip' => 'Spring over antal rammer',
|
'FrameSkip' => 'Spring over antal rammer',
|
||||||
'MotionFrameSkip' => 'Spring over antal bevægelsesrammer',
|
'Frames' => 'Rammer',
|
||||||
'FTP' => 'FTP',
|
|
||||||
'Func' => 'Funk',
|
'Func' => 'Funk',
|
||||||
'Function' => 'Funktion',
|
'Function' => 'Funktion',
|
||||||
'Gain' => 'Gain',
|
'Gain' => 'Gain',
|
||||||
'General' => 'Generelt',
|
'General' => 'Generelt',
|
||||||
|
'GenerateDownload' => 'Generate Download', // Added - 2018-08-30
|
||||||
'GenerateVideo' => 'Generer Video',
|
'GenerateVideo' => 'Generer Video',
|
||||||
'GeneratingVideo' => 'Genererer Video',
|
'GeneratingVideo' => 'Genererer Video',
|
||||||
'GoToZoneMinder' => 'Gå til ZoneMinder.com',
|
'GoToZoneMinder' => 'Gå til ZoneMinder.com',
|
||||||
|
@ -384,8 +394,8 @@ $SLANG = array(
|
||||||
'HasTurboTilt' => 'Has Turbo Tilt',
|
'HasTurboTilt' => 'Has Turbo Tilt',
|
||||||
'HasWhiteSpeed' => 'Has White Bal. Speed',
|
'HasWhiteSpeed' => 'Has White Bal. Speed',
|
||||||
'HasZoomSpeed' => 'Has Zoom Speed',
|
'HasZoomSpeed' => 'Has Zoom Speed',
|
||||||
'HighBW' => 'High B/W',
|
|
||||||
'High' => 'Høj',
|
'High' => 'Høj',
|
||||||
|
'HighBW' => 'High B/W',
|
||||||
'Home' => 'Hjemme',
|
'Home' => 'Hjemme',
|
||||||
'Hostname' => 'Hostname',
|
'Hostname' => 'Hostname',
|
||||||
'Hour' => 'Time',
|
'Hour' => 'Time',
|
||||||
|
@ -393,11 +403,11 @@ $SLANG = array(
|
||||||
'Id' => 'Id',
|
'Id' => 'Id',
|
||||||
'Idle' => 'Afventende',
|
'Idle' => 'Afventende',
|
||||||
'Ignore' => 'Ignorer',
|
'Ignore' => 'Ignorer',
|
||||||
'ImageBufferSize' => 'Billed Buffer Størrelse (rammer)',
|
|
||||||
'Image' => 'Billede',
|
'Image' => 'Billede',
|
||||||
|
'ImageBufferSize' => 'Billed Buffer Størrelse (rammer)',
|
||||||
'Images' => 'Billeder',
|
'Images' => 'Billeder',
|
||||||
'Include' => 'Inkluder',
|
|
||||||
'In' => 'I',
|
'In' => 'I',
|
||||||
|
'Include' => 'Inkluder',
|
||||||
'Inverted' => 'Inverteret',
|
'Inverted' => 'Inverteret',
|
||||||
'Iris' => 'Blænde',
|
'Iris' => 'Blænde',
|
||||||
'KeyString' => 'Nøgle Streng',
|
'KeyString' => 'Nøgle Streng',
|
||||||
|
@ -405,26 +415,30 @@ $SLANG = array(
|
||||||
'Language' => 'Sprog',
|
'Language' => 'Sprog',
|
||||||
'Last' => 'Sidste',
|
'Last' => 'Sidste',
|
||||||
'Layout' => 'Layout',
|
'Layout' => 'Layout',
|
||||||
|
'Level' => 'Niveau',
|
||||||
'Libvlc' => 'Libvlc',
|
'Libvlc' => 'Libvlc',
|
||||||
'LimitResultsPost' => 'resultater', // This is used at the end of the phrase 'Limit to first N results only'
|
'LimitResultsPost' => 'resultater', // This is used at the end of the phrase 'Limit to first N results only'
|
||||||
'LimitResultsPre' => 'Begræns til kun de første', // This is used at the beginning of the phrase 'Limit to first N results only'
|
'LimitResultsPre' => 'Begræns til kun de første', // This is used at the beginning of the phrase 'Limit to first N results only'
|
||||||
|
'Line' => 'Linie',
|
||||||
'LinkedMonitors' => 'Sammenkædede Monitorer',
|
'LinkedMonitors' => 'Sammenkædede Monitorer',
|
||||||
'List' => 'Liste',
|
'List' => 'Liste',
|
||||||
|
'ListMatches' => 'List Matches', // Added - 2018-08-30
|
||||||
'Load' => 'Belastning',
|
'Load' => 'Belastning',
|
||||||
'Local' => 'Lokal',
|
'Local' => 'Lokal',
|
||||||
'Log' => 'Log',
|
'Log' => 'Log',
|
||||||
'Logs' => 'Logs',
|
|
||||||
'Logging' => 'Logning',
|
|
||||||
'LoggedInAs' => 'Logget ind som',
|
'LoggedInAs' => 'Logget ind som',
|
||||||
|
'Logging' => 'Logning',
|
||||||
'LoggingIn' => 'Logger ind',
|
'LoggingIn' => 'Logger ind',
|
||||||
'Login' => 'Logind',
|
'Login' => 'Logind',
|
||||||
'Logout' => 'Logud',
|
'Logout' => 'Logud',
|
||||||
'LowBW' => 'Lav B/W',
|
'Logs' => 'Logs',
|
||||||
'Low' => 'Lav',
|
'Low' => 'Lav',
|
||||||
|
'LowBW' => 'Lav B/W',
|
||||||
'Main' => 'Hoved',
|
'Main' => 'Hoved',
|
||||||
'Man' => 'Man',
|
'Man' => 'Man',
|
||||||
'Manual' => 'Manuel',
|
'Manual' => 'Manuel',
|
||||||
'Mark' => 'Markér',
|
'Mark' => 'Markér',
|
||||||
|
'Max' => 'Max',
|
||||||
'MaxBandwidth' => 'Max Båndbredde',
|
'MaxBandwidth' => 'Max Båndbredde',
|
||||||
'MaxBrScore' => 'Max.<br/>Score',
|
'MaxBrScore' => 'Max.<br/>Score',
|
||||||
'MaxFocusRange' => 'Max Focus Range',
|
'MaxFocusRange' => 'Max Focus Range',
|
||||||
|
@ -433,11 +447,9 @@ $SLANG = array(
|
||||||
'MaxGainRange' => 'Max Gain Range',
|
'MaxGainRange' => 'Max Gain Range',
|
||||||
'MaxGainSpeed' => 'Max Gain Speed',
|
'MaxGainSpeed' => 'Max Gain Speed',
|
||||||
'MaxGainStep' => 'Max Gain Step',
|
'MaxGainStep' => 'Max Gain Step',
|
||||||
'MaximumFPS' => 'Maximum FPS',
|
|
||||||
'MaxIrisRange' => 'Max Iris Range',
|
'MaxIrisRange' => 'Max Iris Range',
|
||||||
'MaxIrisSpeed' => 'Max Iris Speed',
|
'MaxIrisSpeed' => 'Max Iris Speed',
|
||||||
'MaxIrisStep' => 'Max Iris Step',
|
'MaxIrisStep' => 'Max Iris Step',
|
||||||
'Max' => 'Max',
|
|
||||||
'MaxPanRange' => 'Max Pan Range',
|
'MaxPanRange' => 'Max Pan Range',
|
||||||
'MaxPanSpeed' => 'Max Pan Speed',
|
'MaxPanSpeed' => 'Max Pan Speed',
|
||||||
'MaxPanStep' => 'Max Pan Step',
|
'MaxPanStep' => 'Max Pan Step',
|
||||||
|
@ -450,8 +462,10 @@ $SLANG = array(
|
||||||
'MaxZoomRange' => 'Max Zoom Range',
|
'MaxZoomRange' => 'Max Zoom Range',
|
||||||
'MaxZoomSpeed' => 'Max Zoom Speed',
|
'MaxZoomSpeed' => 'Max Zoom Speed',
|
||||||
'MaxZoomStep' => 'Max Zoom Step',
|
'MaxZoomStep' => 'Max Zoom Step',
|
||||||
'MediumBW' => 'Medium B/W',
|
'MaximumFPS' => 'Maximum FPS',
|
||||||
'Medium' => 'Medium',
|
'Medium' => 'Medium',
|
||||||
|
'MediumBW' => 'Medium B/W',
|
||||||
|
'Message' => 'Meddelelse',
|
||||||
'MinAlarmAreaLtMax' => 'Minimum alarm område skal være mindre end maksimum',
|
'MinAlarmAreaLtMax' => 'Minimum alarm område skal være mindre end maksimum',
|
||||||
'MinAlarmAreaUnset' => 'Du skal angive det minimale antal alarm pixels',
|
'MinAlarmAreaUnset' => 'Du skal angive det minimale antal alarm pixels',
|
||||||
'MinBlobAreaLtMax' => 'Minimum blob område skal være mindre end maksimum',
|
'MinBlobAreaLtMax' => 'Minimum blob område skal være mindre end maksimum',
|
||||||
|
@ -487,22 +501,24 @@ $SLANG = array(
|
||||||
'MinZoomStep' => 'Min Zoom Step',
|
'MinZoomStep' => 'Min Zoom Step',
|
||||||
'Misc' => 'Diverse',
|
'Misc' => 'Diverse',
|
||||||
'Mode' => 'Mode',
|
'Mode' => 'Mode',
|
||||||
'MonitorIds' => 'Monitor Ids',
|
|
||||||
'Monitor' => 'Monitor',
|
'Monitor' => 'Monitor',
|
||||||
'MonitorPresetIntro' => 'Vælg en passende forudindstilling fra listen herunder.<br/><br/>Vær opmærksom på, at dette kan overskrive værdier, du allerede har angivet for den aktuelle monitor.<br/><br/>',
|
'MonitorIds' => 'Monitor Ids',
|
||||||
'MonitorPreset' => 'Monitor Forudindstillinger',
|
'MonitorPreset' => 'Monitor Forudindstillinger',
|
||||||
'MonitorProbeIntro' => 'Listen herunder viser fundne analoge og nætværks kameraer samt hvorvidt de allerede er i brug eller tilgængelige for udvælgelse.<br/><br/>Vælg det ønskede fra listen herunder.<br/><br/>Vær opmærksom på, at muligvis ikke alle kameraer er fundet og at valg af et kamera kan overskrive værdier, du allerede har angivet for den aktuelle monitor.<br/><br/>',
|
'MonitorPresetIntro' => 'Vælg en passende forudindstilling fra listen herunder.<br/><br/>Vær opmærksom på, at dette kan overskrive værdier, du allerede har angivet for den aktuelle monitor.<br/><br/>',
|
||||||
'MonitorProbe' => 'Monitor Probe',
|
'MonitorProbe' => 'Monitor Probe',
|
||||||
|
'MonitorProbeIntro' => 'Listen herunder viser fundne analoge og nætværks kameraer samt hvorvidt de allerede er i brug eller tilgængelige for udvælgelse.<br/><br/>Vælg det ønskede fra listen herunder.<br/><br/>Vær opmærksom på, at muligvis ikke alle kameraer er fundet og at valg af et kamera kan overskrive værdier, du allerede har angivet for den aktuelle monitor.<br/><br/>',
|
||||||
'Monitors' => 'Monitorer',
|
'Monitors' => 'Monitorer',
|
||||||
'Montage' => 'Montage',
|
'Montage' => 'Montage',
|
||||||
'MontageReview' => 'Montage Review',
|
'MontageReview' => 'Montage Review',
|
||||||
'Month' => 'Måned',
|
'Month' => 'Måned',
|
||||||
|
'More' => 'Mere',
|
||||||
|
'MotionFrameSkip' => 'Spring over antal bevægelsesrammer',
|
||||||
'Move' => 'Bevæg',
|
'Move' => 'Bevæg',
|
||||||
'MtgDefault' => 'Standard', // Added 2013.08.15.
|
|
||||||
'Mtg2widgrd' => '2-bred gitter', // Added 2013.08.15.
|
'Mtg2widgrd' => '2-bred gitter', // Added 2013.08.15.
|
||||||
'Mtg3widgrd' => '3-bred gitter', // Added 2013.08.15.
|
'Mtg3widgrd' => '3-bred gitter', // Added 2013.08.15.
|
||||||
'Mtg4widgrd' => '4-bred gitter', // Added 2013.08.15.
|
|
||||||
'Mtg3widgrx' => '3-bred gitter, skaleret, forstørret ved alarm', // Added 2013.08.15.
|
'Mtg3widgrx' => '3-bred gitter, skaleret, forstørret ved alarm', // Added 2013.08.15.
|
||||||
|
'Mtg4widgrd' => '4-bred gitter', // Added 2013.08.15.
|
||||||
|
'MtgDefault' => 'Standard', // Added 2013.08.15.
|
||||||
'MustBeGe' => 'Skal være større end eller lig med',
|
'MustBeGe' => 'Skal være større end eller lig med',
|
||||||
'MustBeLe' => 'Skal være mindre end eller lig med',
|
'MustBeLe' => 'Skal være mindre end eller lig med',
|
||||||
'MustConfirmPassword' => 'Du skal bekræfte adgangskoden',
|
'MustConfirmPassword' => 'Du skal bekræfte adgangskoden',
|
||||||
|
@ -511,53 +527,55 @@ $SLANG = array(
|
||||||
'Name' => 'Navn',
|
'Name' => 'Navn',
|
||||||
'Near' => 'Nær',
|
'Near' => 'Nær',
|
||||||
'Network' => 'Netværk',
|
'Network' => 'Netværk',
|
||||||
|
'New' => 'Ny',
|
||||||
'NewGroup' => 'Ny Gruppe',
|
'NewGroup' => 'Ny Gruppe',
|
||||||
'NewLabel' => 'Ny Mærkat',
|
'NewLabel' => 'Ny Mærkat',
|
||||||
'New' => 'Ny',
|
|
||||||
'NewPassword' => 'Ny Adgangskode',
|
'NewPassword' => 'Ny Adgangskode',
|
||||||
'NewState' => 'Ny Tilstand',
|
'NewState' => 'Ny Tilstand',
|
||||||
'NewUser' => 'Ny bruger',
|
'NewUser' => 'Ny bruger',
|
||||||
'Next' => 'Næste',
|
'Next' => 'Næste',
|
||||||
|
'No' => 'Nej',
|
||||||
'NoDetectedCameras' => 'Ingen Detected Cameras',
|
'NoDetectedCameras' => 'Ingen Detected Cameras',
|
||||||
'NoDetectedProfiles' => 'Ingen Fundne Profiler',
|
'NoDetectedProfiles' => 'Ingen Fundne Profiler',
|
||||||
'NoFramesRecorded' => 'Der er ingen billeder optaget for denne hændelse',
|
'NoFramesRecorded' => 'Der er ingen billeder optaget for denne hændelse',
|
||||||
'NoGroup' => 'Ingen gruppe',
|
'NoGroup' => 'Ingen gruppe',
|
||||||
'NoneAvailable' => 'Ingen tilgængelig',
|
|
||||||
'None' => 'Ingen',
|
|
||||||
'No' => 'Nej',
|
|
||||||
'Normal' => 'Normalt',
|
|
||||||
'NoSavedFilters' => 'IngenGemteFiltre',
|
'NoSavedFilters' => 'IngenGemteFiltre',
|
||||||
'NoStatisticsRecorded' => 'Der er ingen statistik noteret for denne hændelse/ramme',
|
'NoStatisticsRecorded' => 'Der er ingen statistik noteret for denne hændelse/ramme',
|
||||||
|
'None' => 'Ingen',
|
||||||
|
'NoneAvailable' => 'Ingen tilgængelig',
|
||||||
|
'Normal' => 'Normalt',
|
||||||
'Notes' => 'Noter',
|
'Notes' => 'Noter',
|
||||||
'NumPresets' => 'Num Forudinst.',
|
'NumPresets' => 'Num Forudinst.',
|
||||||
'Off' => 'Fra',
|
'Off' => 'Fra',
|
||||||
'On' => 'Til',
|
'On' => 'Til',
|
||||||
|
'OnvifCredentialsIntro' => 'Venligst lever brugernavn og adgangskodefor de valgte kamera.<br/>Hvis der ikke er oprettet nogen bruger for kameraet, så vil brugeren givet her blive oprettet med den angivne adgangskode.<br/><br/>',
|
||||||
'OnvifProbe' => 'ONVIF',
|
'OnvifProbe' => 'ONVIF',
|
||||||
'OnvifProbeIntro' => 'Listen nedenfor viser fundne ONVIF kameraer samt hvorvidt de allerede er i brug eller tilgængelige for udvælgelse.<br/><br/>Vælg det ønskede fra listen herunder.<br/><br/>Vær opmærksom på, at muligvis ikke alle kameraer er fundet og at valg af et kamera kan overskrive værdier, du allerede har angivet for den aktuelle monitor.<br/><br/>',
|
'OnvifProbeIntro' => 'Listen nedenfor viser fundne ONVIF kameraer samt hvorvidt de allerede er i brug eller tilgængelige for udvælgelse.<br/><br/>Vælg det ønskede fra listen herunder.<br/><br/>Vær opmærksom på, at muligvis ikke alle kameraer er fundet og at valg af et kamera kan overskrive værdier, du allerede har angivet for den aktuelle monitor.<br/><br/>',
|
||||||
'OnvifCredentialsIntro' => 'Venligst lever brugernavn og adgangskodefor de valgte kamera.<br/>Hvis der ikke er oprettet nogen bruger for kameraet, så vil brugeren givet her blive oprettet med den angivne adgangskode.<br/><br/>',
|
|
||||||
'Open' => 'Åben',
|
|
||||||
'OpEq' => 'lig med',
|
'OpEq' => 'lig med',
|
||||||
'OpGtEq' => 'større end eller lig med',
|
|
||||||
'OpGt' => 'større end',
|
'OpGt' => 'større end',
|
||||||
|
'OpGtEq' => 'større end eller lig med',
|
||||||
'OpIn' => 'indeholdt i',
|
'OpIn' => 'indeholdt i',
|
||||||
'OpLtEq' => 'mindre end eller lig med',
|
'OpIs' => 'is', // Added - 2018-08-30
|
||||||
|
'OpIsNot' => 'is not', // Added - 2018-08-30
|
||||||
'OpLt' => 'mindre end',
|
'OpLt' => 'mindre end',
|
||||||
|
'OpLtEq' => 'mindre end eller lig med',
|
||||||
'OpMatches' => 'matcher',
|
'OpMatches' => 'matcher',
|
||||||
'OpNe' => 'ikke lig med',
|
'OpNe' => 'ikke lig med',
|
||||||
'OpNotIn' => 'ikke indeholdt i',
|
'OpNotIn' => 'ikke indeholdt i',
|
||||||
'OpNotMatches' => 'matcher ikke',
|
'OpNotMatches' => 'matcher ikke',
|
||||||
'OptionalEncoderParam' => 'Optionelle Encoder Parametre',
|
'Open' => 'Åben',
|
||||||
'OptionHelp' => 'Indstillinger hjælp',
|
'OptionHelp' => 'Indstillinger hjælp',
|
||||||
'OptionRestartWarning' => 'Disse ændringer har muligvis ikke fuld effekt\nmens systemet er kørende. Når du har\nafsluttet dine ændringer, skal du huske at\ngenstarte ZoneMinder.',
|
'OptionRestartWarning' => 'Disse ændringer har muligvis ikke fuld effekt\nmens systemet er kørende. Når du har\nafsluttet dine ændringer, skal du huske at\ngenstarte ZoneMinder.',
|
||||||
|
'OptionalEncoderParam' => 'Optionelle Encoder Parametre',
|
||||||
'Options' => 'Indstillinger',
|
'Options' => 'Indstillinger',
|
||||||
'Order' => 'Rækkefølge',
|
|
||||||
'OrEnterNewName' => 'eller indtast nyt navn',
|
'OrEnterNewName' => 'eller indtast nyt navn',
|
||||||
|
'Order' => 'Rækkefølge',
|
||||||
'Orientation' => 'Orientering',
|
'Orientation' => 'Orientering',
|
||||||
'Out' => 'Ud',
|
'Out' => 'Ud',
|
||||||
'OverwriteExisting' => 'Overskriv Eksisterende',
|
'OverwriteExisting' => 'Overskriv Eksisterende',
|
||||||
'Paged' => 'Sidevis',
|
'Paged' => 'Sidevis',
|
||||||
'PanLeft' => 'Pan Left',
|
|
||||||
'Pan' => 'Pan',
|
'Pan' => 'Pan',
|
||||||
|
'PanLeft' => 'Pan Left',
|
||||||
'PanRight' => 'Pan Right',
|
'PanRight' => 'Pan Right',
|
||||||
'PanTilt' => 'Pan/Tilt',
|
'PanTilt' => 'Pan/Tilt',
|
||||||
'Parameter' => 'Parameter',
|
'Parameter' => 'Parameter',
|
||||||
|
@ -565,14 +583,15 @@ $SLANG = array(
|
||||||
'PasswordsDifferent' => 'Den nye og den bekræftende adgangskode er forskellige',
|
'PasswordsDifferent' => 'Den nye og den bekræftende adgangskode er forskellige',
|
||||||
'Paths' => 'Stier',
|
'Paths' => 'Stier',
|
||||||
'Pause' => 'Pause',
|
'Pause' => 'Pause',
|
||||||
'PhoneBW' => 'Telefon B/W',
|
|
||||||
'Phone' => 'Telefon',
|
'Phone' => 'Telefon',
|
||||||
|
'PhoneBW' => 'Telefon B/W',
|
||||||
|
'Pid' => 'PID',
|
||||||
'PixelDiff' => 'Pixel Forskel',
|
'PixelDiff' => 'Pixel Forskel',
|
||||||
'Pixels' => 'pixels',
|
'Pixels' => 'pixels',
|
||||||
'PlayAll' => 'Afspil Alle',
|
|
||||||
'Play' => 'Afspil',
|
'Play' => 'Afspil',
|
||||||
'Plugins' => 'Plugins',
|
'PlayAll' => 'Afspil Alle',
|
||||||
'PleaseWait' => 'Vent venligst',
|
'PleaseWait' => 'Vent venligst',
|
||||||
|
'Plugins' => 'Plugins',
|
||||||
'Point' => 'Point',
|
'Point' => 'Point',
|
||||||
'PostEventImageBuffer' => 'Antal Billeder Efter Hændelse',
|
'PostEventImageBuffer' => 'Antal Billeder Efter Hændelse',
|
||||||
'PreEventImageBuffer' => 'Antal Billeder Før Hændelse',
|
'PreEventImageBuffer' => 'Antal Billeder Før Hændelse',
|
||||||
|
@ -585,30 +604,33 @@ $SLANG = array(
|
||||||
'ProfileProbeIntro' => 'The list below shows the existing stream profiles of the selected camera .<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that ZoneMinder cannot configure additional profiles and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>',
|
'ProfileProbeIntro' => 'The list below shows the existing stream profiles of the selected camera .<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that ZoneMinder cannot configure additional profiles and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>',
|
||||||
'Progress' => 'Position',
|
'Progress' => 'Position',
|
||||||
'Protocol' => 'Protokol',
|
'Protocol' => 'Protokol',
|
||||||
|
'RTSPDescribe' => 'Brug RTSP Response Media URL',
|
||||||
|
'RTSPTransport' => 'RTSP Transport Protocol',
|
||||||
'Rate' => 'Rate',
|
'Rate' => 'Rate',
|
||||||
'RecaptchaWarning' => 'Your reCaptcha secret key is invalid. Please correct it, or reCaptcha will not work', // added Sep 24 2015 - PP
|
|
||||||
'RecordAudio' => 'Skal lydsporet gemmes sammen med en hændelse.',
|
|
||||||
'Real' => 'Naturtro',
|
'Real' => 'Naturtro',
|
||||||
|
'RecaptchaWarning' => 'Your reCaptcha secret key is invalid. Please correct it, or reCaptcha will not work', // added Sep 24 2015 - PP
|
||||||
'Record' => 'Optag',
|
'Record' => 'Optag',
|
||||||
|
'RecordAudio' => 'Skal lydsporet gemmes sammen med en hændelse.',
|
||||||
'RefImageBlendPct' => 'Reference Billede Blandings %',
|
'RefImageBlendPct' => 'Reference Billede Blandings %',
|
||||||
'Refresh' => 'Genindlæs',
|
'Refresh' => 'Genindlæs',
|
||||||
|
'Remote' => 'Remote',
|
||||||
'RemoteHostName' => 'Remote Host Name',
|
'RemoteHostName' => 'Remote Host Name',
|
||||||
'RemoteHostPath' => 'Remote Host Path',
|
'RemoteHostPath' => 'Remote Host Path',
|
||||||
'RemoteHostSubPath' => 'Remote Host SubPath',
|
|
||||||
'RemoteHostPort' => 'Remote Host Port',
|
'RemoteHostPort' => 'Remote Host Port',
|
||||||
|
'RemoteHostSubPath' => 'Remote Host SubPath',
|
||||||
'RemoteImageColours' => 'Remote Image Colours',
|
'RemoteImageColours' => 'Remote Image Colours',
|
||||||
'RemoteMethod' => 'Remote Method',
|
'RemoteMethod' => 'Remote Method',
|
||||||
'RemoteProtocol' => 'Remote Protocol',
|
'RemoteProtocol' => 'Remote Protocol',
|
||||||
'Remote' => 'Remote',
|
|
||||||
'Rename' => 'Omdøb',
|
'Rename' => 'Omdøb',
|
||||||
|
'Replay' => 'Genafspil',
|
||||||
'ReplayAll' => 'Alle Hændelser',
|
'ReplayAll' => 'Alle Hændelser',
|
||||||
'ReplayGapless' => 'Hændelser uafbrudt',
|
'ReplayGapless' => 'Hændelser uafbrudt',
|
||||||
'Replay' => 'Genafspil',
|
|
||||||
'ReplaySingle' => 'Enkelt Hændelse',
|
'ReplaySingle' => 'Enkelt Hændelse',
|
||||||
'ResetEventCounts' => 'Nulstil Hændelses Tæller',
|
'ReportEventAudit' => 'Audit Events Report', // Added - 2018-08-30
|
||||||
'Reset' => 'Nulstil',
|
'Reset' => 'Nulstil',
|
||||||
'Restarting' => 'Genstarter',
|
'ResetEventCounts' => 'Nulstil Hændelses Tæller',
|
||||||
'Restart' => 'Genstart',
|
'Restart' => 'Genstart',
|
||||||
|
'Restarting' => 'Genstarter',
|
||||||
'RestrictedCameraIds' => 'Restricted Camera Ids',
|
'RestrictedCameraIds' => 'Restricted Camera Ids',
|
||||||
'RestrictedMonitors' => 'Restricted Monitors',
|
'RestrictedMonitors' => 'Restricted Monitors',
|
||||||
'ReturnDelay' => 'Return Delay',
|
'ReturnDelay' => 'Return Delay',
|
||||||
|
@ -616,34 +638,33 @@ $SLANG = array(
|
||||||
'Rewind' => 'Hurtigt Tilbage',
|
'Rewind' => 'Hurtigt Tilbage',
|
||||||
'RotateLeft' => 'Roter til venstrte',
|
'RotateLeft' => 'Roter til venstrte',
|
||||||
'RotateRight' => 'Roter til højre',
|
'RotateRight' => 'Roter til højre',
|
||||||
'RTSPTransport' => 'RTSP Transport Protocol',
|
|
||||||
'RunLocalUpdate' => 'Kør venligst zmupdate.pl for at opdatere',
|
'RunLocalUpdate' => 'Kør venligst zmupdate.pl for at opdatere',
|
||||||
'RunMode' => 'Driftsmåde',
|
'RunMode' => 'Driftsmåde',
|
||||||
'Running' => 'Kørende',
|
|
||||||
'RunState' => 'Drift Tilstand',
|
'RunState' => 'Drift Tilstand',
|
||||||
|
'Running' => 'Kørende',
|
||||||
|
'Save' => 'Gem',
|
||||||
'SaveAs' => 'Gem som',
|
'SaveAs' => 'Gem som',
|
||||||
'SaveFilter' => 'Gem Filter',
|
'SaveFilter' => 'Gem Filter',
|
||||||
'SaveJPEGS' => 'Gem JPEGs',
|
'SaveJPEGs' => 'Save JPEGs', // Added - 2018-08-30
|
||||||
'Save' => 'Gem',
|
|
||||||
'Scale' => 'Skaler',
|
'Scale' => 'Skaler',
|
||||||
'Score' => 'Score',
|
'Score' => 'Score',
|
||||||
'Secs' => 'Sek.',
|
'Secs' => 'Sek.',
|
||||||
'Sectionlength' => 'Sektions længde',
|
'Sectionlength' => 'Sektions længde',
|
||||||
'SelectMonitors' => 'Vælg Monitorer',
|
|
||||||
'Select' => 'Vælg',
|
'Select' => 'Vælg',
|
||||||
'SelectFormat' => 'Vælg Format',
|
'SelectFormat' => 'Vælg Format',
|
||||||
'SelectLog' => 'Vælg Log',
|
'SelectLog' => 'Vælg Log',
|
||||||
|
'SelectMonitors' => 'Vælg Monitorer',
|
||||||
'SelfIntersecting' => 'Polygonens kanter må ikke krydses',
|
'SelfIntersecting' => 'Polygonens kanter må ikke krydses',
|
||||||
|
'Set' => 'Sæt',
|
||||||
'SetNewBandwidth' => 'Vælg ny båndbredde',
|
'SetNewBandwidth' => 'Vælg ny båndbredde',
|
||||||
'SetPreset' => 'Set Preset',
|
'SetPreset' => 'Set Preset',
|
||||||
'Set' => 'Sæt',
|
|
||||||
'Settings' => 'Indstillinger',
|
'Settings' => 'Indstillinger',
|
||||||
'ShowFilterWindow' => 'Vis Filter Vindue',
|
'ShowFilterWindow' => 'Vis Filter Vindue',
|
||||||
'ShowTimeline' => 'Vis Tidslinie',
|
'ShowTimeline' => 'Vis Tidslinie',
|
||||||
'SignalCheckColour' => 'Signal Check Colour',
|
'SignalCheckColour' => 'Signal Check Colour',
|
||||||
|
'SignalCheckPoints' => 'Signal Check Points', // Added - 2018-08-30
|
||||||
'Size' => 'Størrelse',
|
'Size' => 'Størrelse',
|
||||||
'SkinDescription' => 'SKift standard skin for denne computer',
|
'SkinDescription' => 'SKift standard skin for denne computer',
|
||||||
'CSSDescription' => 'SKift standard css for denne computer',
|
|
||||||
'Sleep' => 'Sover',
|
'Sleep' => 'Sover',
|
||||||
'SortAsc' => 'Voksende',
|
'SortAsc' => 'Voksende',
|
||||||
'SortBy' => 'Sortér efter',
|
'SortBy' => 'Sortér efter',
|
||||||
|
@ -652,46 +673,53 @@ $SLANG = array(
|
||||||
'SourceColours' => 'Kilde Farver',
|
'SourceColours' => 'Kilde Farver',
|
||||||
'SourcePath' => 'Kilde Sti',
|
'SourcePath' => 'Kilde Sti',
|
||||||
'SourceType' => 'Kilde Type',
|
'SourceType' => 'Kilde Type',
|
||||||
|
'Speed' => 'Speed',
|
||||||
'SpeedHigh' => 'High Speed',
|
'SpeedHigh' => 'High Speed',
|
||||||
'SpeedLow' => 'Low Speed',
|
'SpeedLow' => 'Low Speed',
|
||||||
'SpeedMedium' => 'Medium Speed',
|
'SpeedMedium' => 'Medium Speed',
|
||||||
'Speed' => 'Speed',
|
|
||||||
'SpeedTurbo' => 'Turbo Speed',
|
'SpeedTurbo' => 'Turbo Speed',
|
||||||
'Start' => 'Start',
|
'Start' => 'Start',
|
||||||
'State' => 'Tilstand',
|
'State' => 'Tilstand',
|
||||||
'Stats' => 'Stats',
|
'Stats' => 'Stats',
|
||||||
'Status' => 'Status',
|
'Status' => 'Status',
|
||||||
|
'StatusConnected' => 'Capturing', // Added - 2018-08-30
|
||||||
|
'StatusNotRunning' => 'Not Running', // Added - 2018-08-30
|
||||||
|
'StatusRunning' => 'Not Capturing', // Added - 2018-08-30
|
||||||
|
'StatusUnknown' => 'Unknown', // Added - 2018-08-30
|
||||||
|
'Step' => 'Skridt',
|
||||||
'StepBack' => 'Skridt Tilbage',
|
'StepBack' => 'Skridt Tilbage',
|
||||||
'StepForward' => 'Skridt Frem',
|
'StepForward' => 'Skridt Frem',
|
||||||
'StepLarge' => 'Langt Skridt',
|
'StepLarge' => 'Langt Skridt',
|
||||||
'StepMedium' => 'Medium Skridt',
|
'StepMedium' => 'Medium Skridt',
|
||||||
'StepNone' => 'Ingen Skridt',
|
'StepNone' => 'Ingen Skridt',
|
||||||
'StepSmall' => 'Lille Skridt',
|
'StepSmall' => 'Lille Skridt',
|
||||||
'Step' => 'Skridt',
|
|
||||||
'Stills' => 'Stilbilleder',
|
'Stills' => 'Stilbilleder',
|
||||||
'Stopped' => 'Stoppet',
|
|
||||||
'Stop' => 'Stop',
|
'Stop' => 'Stop',
|
||||||
'StreamReplayBuffer' => 'Stream Replay Image Buffer',
|
'Stopped' => 'Stoppet',
|
||||||
|
'StorageArea' => 'Storage Area', // Added - 2018-08-30
|
||||||
|
'StorageScheme' => 'Scheme', // Added - 2018-08-30
|
||||||
'Stream' => 'Stream',
|
'Stream' => 'Stream',
|
||||||
|
'StreamReplayBuffer' => 'Stream Replay Image Buffer',
|
||||||
'Submit' => 'Påtryk',
|
'Submit' => 'Påtryk',
|
||||||
'System' => 'System',
|
'System' => 'System',
|
||||||
|
'SystemLog' => 'System Log',
|
||||||
'TargetColorspace' => 'Target colorspace',
|
'TargetColorspace' => 'Target colorspace',
|
||||||
'Tele' => 'Tele',
|
'Tele' => 'Tele',
|
||||||
'Thumbnail' => 'Thumbnail',
|
'Thumbnail' => 'Thumbnail',
|
||||||
'Tilt' => 'Tilt',
|
'Tilt' => 'Tilt',
|
||||||
|
'Time' => 'Tidspunkt',
|
||||||
'TimeDelta' => 'Tidsforskel',
|
'TimeDelta' => 'Tidsforskel',
|
||||||
|
'TimeStamp' => 'Tids stempel',
|
||||||
'Timeline' => 'Tidslinie',
|
'Timeline' => 'Tidslinie',
|
||||||
'TimelineTip1' => 'Før musen over grafen for at vise snapshot billede og detaljer om hændelsen.', // Added 2013.08.15.
|
'TimelineTip1' => 'Før musen over grafen for at vise snapshot billede og detaljer om hændelsen.', // Added 2013.08.15.
|
||||||
'TimelineTip2' => 'Klip på de farvede områder af grafen, eller billedet, for at se hændelsen.', // Added 2013.08.15.
|
'TimelineTip2' => 'Klip på de farvede områder af grafen, eller billedet, for at se hændelsen.', // Added 2013.08.15.
|
||||||
'TimelineTip3' => 'Klik på baggrunden for at zoome ind på en mindre tidsperiode omkring dit klik.', // Added 2013.08.15.
|
'TimelineTip3' => 'Klik på baggrunden for at zoome ind på en mindre tidsperiode omkring dit klik.', // Added 2013.08.15.
|
||||||
'TimelineTip4' => 'Brug kontrollerne nedenfor for at zoome ud eller navigere frem eller tilbage i tiden.', // Added 2013.08.15.
|
'TimelineTip4' => 'Brug kontrollerne nedenfor for at zoome ud eller navigere frem eller tilbage i tiden.', // Added 2013.08.15.
|
||||||
|
'Timestamp' => 'Tidsstempel',
|
||||||
'TimestampLabelFormat' => 'Tidsstempel Mærkat Format',
|
'TimestampLabelFormat' => 'Tidsstempel Mærkat Format',
|
||||||
|
'TimestampLabelSize' => 'Font Størrelse',
|
||||||
'TimestampLabelX' => 'Tidsstempel Mærkat X',
|
'TimestampLabelX' => 'Tidsstempel Mærkat X',
|
||||||
'TimestampLabelY' => 'Tidsstempel Mærkat Y',
|
'TimestampLabelY' => 'Tidsstempel Mærkat Y',
|
||||||
'TimestampLabelSize' => 'Font Størrelse',
|
|
||||||
'Timestamp' => 'Tidsstempel',
|
|
||||||
'TimeStamp' => 'Tids stempel',
|
|
||||||
'Time' => 'Tidspunkt',
|
|
||||||
'Today' => 'Idag',
|
'Today' => 'Idag',
|
||||||
'Tools' => 'Værktøjer',
|
'Tools' => 'Værktøjer',
|
||||||
'Total' => 'Total',
|
'Total' => 'Total',
|
||||||
|
@ -706,25 +734,29 @@ $SLANG = array(
|
||||||
'Undefined' => 'Udefineret',
|
'Undefined' => 'Udefineret',
|
||||||
'Units' => 'Enheder',
|
'Units' => 'Enheder',
|
||||||
'Unknown' => 'Ukendt',
|
'Unknown' => 'Ukendt',
|
||||||
|
'Update' => 'Opdater',
|
||||||
'UpdateAvailable' => 'En opdatering til ZoneMinder er tilgængelig.',
|
'UpdateAvailable' => 'En opdatering til ZoneMinder er tilgængelig.',
|
||||||
'UpdateNotNecessary' => 'Ingen opdatering er nødvendig.',
|
'UpdateNotNecessary' => 'Ingen opdatering er nødvendig.',
|
||||||
'Update' => 'Opdater',
|
|
||||||
'Upload' => 'Upload',
|
|
||||||
'Updated' => 'Opdateret',
|
'Updated' => 'Opdateret',
|
||||||
'UsedPlugins' => 'Anvendte Plugins',
|
'Upload' => 'Upload',
|
||||||
|
'UseFilter' => 'Anvend Filter',
|
||||||
'UseFilterExprsPost' => ' filter udtryk', // This is used at the end of the phrase 'use N filter expressions'
|
'UseFilterExprsPost' => ' filter udtryk', // This is used at the end of the phrase 'use N filter expressions'
|
||||||
'UseFilterExprsPre' => 'Anvend ', // This is used at the beginning of the phrase 'use N filter expressions'
|
'UseFilterExprsPre' => 'Anvend ', // This is used at the beginning of the phrase 'use N filter expressions'
|
||||||
'UseFilter' => 'Anvend Filter',
|
'UsedPlugins' => 'Anvendte Plugins',
|
||||||
|
'User' => 'Bruger',
|
||||||
'Username' => 'Brugernavn',
|
'Username' => 'Brugernavn',
|
||||||
'Users' => 'Brugere',
|
'Users' => 'Brugere',
|
||||||
'User' => 'Bruger',
|
'V4L' => 'V4L',
|
||||||
|
'V4LCapturesPerFrame' => 'Captures Per Frame',
|
||||||
|
'V4LMultiBuffer' => 'Multi Buffering',
|
||||||
'Value' => 'Værdi',
|
'Value' => 'Værdi',
|
||||||
|
'Version' => 'Version',
|
||||||
'VersionIgnore' => 'Ignorer denne værdi',
|
'VersionIgnore' => 'Ignorer denne værdi',
|
||||||
'VersionRemindDay' => 'Påmind igen om 1 dag',
|
'VersionRemindDay' => 'Påmind igen om 1 dag',
|
||||||
'VersionRemindHour' => 'Påmind igen om 1 time',
|
'VersionRemindHour' => 'Påmind igen om 1 time',
|
||||||
'VersionRemindNever' => 'Påmind ikke om nye versioner',
|
'VersionRemindNever' => 'Påmind ikke om nye versioner',
|
||||||
'VersionRemindWeek' => 'Påmind igen om 1 uge',
|
'VersionRemindWeek' => 'Påmind igen om 1 uge',
|
||||||
'Version' => 'Version',
|
'Video' => 'Video',
|
||||||
'VideoFormat' => 'Video Format',
|
'VideoFormat' => 'Video Format',
|
||||||
'VideoGenFailed' => 'Video Generering Fejlede!',
|
'VideoGenFailed' => 'Video Generering Fejlede!',
|
||||||
'VideoGenFiles' => 'Existerende Video Filer',
|
'VideoGenFiles' => 'Existerende Video Filer',
|
||||||
|
@ -733,47 +765,44 @@ $SLANG = array(
|
||||||
'VideoGenSucceeded' => 'Video Generering Succeeded!',
|
'VideoGenSucceeded' => 'Video Generering Succeeded!',
|
||||||
'VideoSize' => 'Video Størrelse',
|
'VideoSize' => 'Video Størrelse',
|
||||||
'VideoWriter' => 'Video Skriver',
|
'VideoWriter' => 'Video Skriver',
|
||||||
'Video' => 'Video',
|
'View' => 'Vis',
|
||||||
'ViewAll' => 'Vis Alle',
|
'ViewAll' => 'Vis Alle',
|
||||||
'ViewEvent' => 'Vis Hændelse',
|
'ViewEvent' => 'Vis Hændelse',
|
||||||
'ViewPaged' => 'Vis Sidevis',
|
'ViewPaged' => 'Vis Sidevis',
|
||||||
'View' => 'Vis',
|
|
||||||
'V4L' => 'V4L',
|
|
||||||
'V4LCapturesPerFrame' => 'Captures Per Frame',
|
|
||||||
'V4LMultiBuffer' => 'Multi Buffering',
|
|
||||||
'Wake' => 'Vågen',
|
'Wake' => 'Vågen',
|
||||||
'WarmupFrames' => 'Opvarmningsbilleder',
|
'WarmupFrames' => 'Opvarmningsbilleder',
|
||||||
'Watch' => 'Ur',
|
'Watch' => 'Ur',
|
||||||
'WebColour' => 'Web Farve',
|
|
||||||
'Web' => 'Web',
|
'Web' => 'Web',
|
||||||
|
'WebColour' => 'Web Farve',
|
||||||
|
'WebSiteUrl' => 'Website URL', // Added - 2018-08-30
|
||||||
'Week' => 'Uge',
|
'Week' => 'Uge',
|
||||||
'WhiteBalance' => 'Hvidbalance',
|
|
||||||
'White' => 'Hvid',
|
'White' => 'Hvid',
|
||||||
|
'WhiteBalance' => 'Hvidbalance',
|
||||||
'Wide' => 'Bred',
|
'Wide' => 'Bred',
|
||||||
|
'X' => 'X',
|
||||||
|
'X10' => 'X10',
|
||||||
'X10ActivationString' => 'X10 Activerings Streng',
|
'X10ActivationString' => 'X10 Activerings Streng',
|
||||||
'X10InputAlarmString' => 'X10 Input Alarm Streng',
|
'X10InputAlarmString' => 'X10 Input Alarm Streng',
|
||||||
'X10OutputAlarmString' => 'X10 Output Alarm Streng',
|
'X10OutputAlarmString' => 'X10 Output Alarm Streng',
|
||||||
'X10' => 'X10',
|
'Y' => 'Y',
|
||||||
'X' => 'X',
|
|
||||||
'Yes' => 'Ja',
|
'Yes' => 'Ja',
|
||||||
'YouNoPerms' => 'Du har ikke tilladelse til at tilgå denne ressurse.',
|
'YouNoPerms' => 'Du har ikke tilladelse til at tilgå denne ressurse.',
|
||||||
'Y' => 'Y',
|
'Zone' => 'Zone',
|
||||||
'ZoneAlarmColour' => 'Alarm Farve (Rød/Grøn/Blå)',
|
'ZoneAlarmColour' => 'Alarm Farve (Rød/Grøn/Blå)',
|
||||||
'ZoneArea' => 'Zone Område',
|
'ZoneArea' => 'Zone Område',
|
||||||
|
'ZoneExtendAlarmFrames' => 'Udvid Antal Alarm Rammer',
|
||||||
'ZoneFilterSize' => 'Filter Bredde/Højde (pixels)',
|
'ZoneFilterSize' => 'Filter Bredde/Højde (pixels)',
|
||||||
'ZoneMinderLog' => 'ZoneMinder Log',
|
|
||||||
'ZoneMinMaxAlarmArea' => 'Min/Max Alarmeret Område',
|
'ZoneMinMaxAlarmArea' => 'Min/Max Alarmeret Område',
|
||||||
'ZoneMinMaxBlobArea' => 'Min/Max Blob Område',
|
'ZoneMinMaxBlobArea' => 'Min/Max Blob Område',
|
||||||
'ZoneMinMaxBlobs' => 'Min/Max Blobs',
|
'ZoneMinMaxBlobs' => 'Min/Max Blobs',
|
||||||
'ZoneMinMaxFiltArea' => 'Min/Max Filtreret Område',
|
'ZoneMinMaxFiltArea' => 'Min/Max Filtreret Område',
|
||||||
'ZoneMinMaxPixelThres' => 'Min/Max Pixel Grænseværdi (0-255)',
|
'ZoneMinMaxPixelThres' => 'Min/Max Pixel Grænseværdi (0-255)',
|
||||||
|
'ZoneMinderLog' => 'ZoneMinder Log',
|
||||||
'ZoneOverloadFrames' => 'Antal Rammer At Ignorere Efter Overload',
|
'ZoneOverloadFrames' => 'Antal Rammer At Ignorere Efter Overload',
|
||||||
'ZoneExtendAlarmFrames' => 'Udvid Antal Alarm Rammer',
|
|
||||||
'Zones' => 'Zoner',
|
'Zones' => 'Zoner',
|
||||||
'Zone' => 'Zone',
|
'Zoom' => 'Zoom',
|
||||||
'ZoomIn' => 'Zoom Ind',
|
'ZoomIn' => 'Zoom Ind',
|
||||||
'ZoomOut' => 'Zoom Ud',
|
'ZoomOut' => 'Zoom Ud',
|
||||||
'Zoom' => 'Zoom',
|
|
||||||
);
|
);
|
||||||
|
|
||||||
// Complex replacements with formatting and/or placements, must be passed through sprintf
|
// Complex replacements with formatting and/or placements, must be passed through sprintf
|
||||||
|
|
|
@ -651,10 +651,13 @@ $SLANG = array(
|
||||||
'RotateLeft' => 'Rotate Left',
|
'RotateLeft' => 'Rotate Left',
|
||||||
'RotateRight' => 'Rotate Right',
|
'RotateRight' => 'Rotate Right',
|
||||||
'RTSPTransport' => 'RTSP Transport Protocol',
|
'RTSPTransport' => 'RTSP Transport Protocol',
|
||||||
|
'RunAudit' => 'Run Audit Process',
|
||||||
'RunLocalUpdate' => 'Please run zmupdate.pl to update',
|
'RunLocalUpdate' => 'Please run zmupdate.pl to update',
|
||||||
'RunMode' => 'Run Mode',
|
'RunMode' => 'Run Mode',
|
||||||
'Running' => 'Running',
|
'Running' => 'Running',
|
||||||
'RunState' => 'Run State',
|
'RunState' => 'Run State',
|
||||||
|
'RunStats' => 'Run Stats Process',
|
||||||
|
'RunTrigger' => 'Run Trigger Process',
|
||||||
'SaveAs' => 'Save as',
|
'SaveAs' => 'Save as',
|
||||||
'SaveFilter' => 'Save Filter',
|
'SaveFilter' => 'Save Filter',
|
||||||
'SaveJPEGs' => 'Save JPEGs',
|
'SaveJPEGs' => 'Save JPEGs',
|
||||||
|
@ -711,6 +714,7 @@ $SLANG = array(
|
||||||
'Stopped' => 'Stopped',
|
'Stopped' => 'Stopped',
|
||||||
'Stop' => 'Stop',
|
'Stop' => 'Stop',
|
||||||
'StorageArea' => 'Storage Area',
|
'StorageArea' => 'Storage Area',
|
||||||
|
'StorageDoDelete' => 'Do Deletes',
|
||||||
'StorageScheme' => 'Scheme',
|
'StorageScheme' => 'Scheme',
|
||||||
'StreamReplayBuffer' => 'Stream Replay Image Buffer',
|
'StreamReplayBuffer' => 'Stream Replay Image Buffer',
|
||||||
'Stream' => 'Stream',
|
'Stream' => 'Stream',
|
||||||
|
|
|
@ -29,6 +29,8 @@ $SLANG = array(
|
||||||
'Actual' => 'Actual',
|
'Actual' => 'Actual',
|
||||||
'AddNewControl' => 'Add New Control',
|
'AddNewControl' => 'Add New Control',
|
||||||
'AddNewMonitor' => 'Agregar Nuevo Monitor',
|
'AddNewMonitor' => 'Agregar Nuevo Monitor',
|
||||||
|
'AddNewServer' => 'Add New Server', // Added - 2018-08-30
|
||||||
|
'AddNewStorage' => 'Add New Storage', // Added - 2018-08-30
|
||||||
'AddNewUser' => 'Agregar Nuevo Usuario',
|
'AddNewUser' => 'Agregar Nuevo Usuario',
|
||||||
'AddNewZone' => 'Agregar Nueva Zona',
|
'AddNewZone' => 'Agregar Nueva Zona',
|
||||||
'Alarm' => 'Alarma',
|
'Alarm' => 'Alarma',
|
||||||
|
@ -56,22 +58,32 @@ $SLANG = array(
|
||||||
'AttrArchiveStatus' => 'Estado Archivo',
|
'AttrArchiveStatus' => 'Estado Archivo',
|
||||||
'AttrAvgScore' => 'Puntaje Prom.',
|
'AttrAvgScore' => 'Puntaje Prom.',
|
||||||
'AttrCause' => 'Cause',
|
'AttrCause' => 'Cause',
|
||||||
'AttrDate' => 'Fecha',
|
|
||||||
'AttrDateTime' => 'Fecha/Hora',
|
|
||||||
'AttrDiskBlocks' => 'Disk Blocks',
|
'AttrDiskBlocks' => 'Disk Blocks',
|
||||||
'AttrDiskPercent' => 'Disk Percent',
|
'AttrDiskPercent' => 'Disk Percent',
|
||||||
|
'AttrDiskSpace' => 'Disk Space', // Added - 2018-08-30
|
||||||
'AttrDuration' => 'Duración',
|
'AttrDuration' => 'Duración',
|
||||||
|
'AttrEndDate' => 'End Date', // Added - 2018-08-30
|
||||||
|
'AttrEndDateTime' => 'End Date/Time', // Added - 2018-08-30
|
||||||
|
'AttrEndTime' => 'End Time', // Added - 2018-08-30
|
||||||
|
'AttrEndWeekday' => 'End Weekday', // Added - 2018-08-30
|
||||||
|
'AttrFilterServer' => 'Server Filter is Running On', // Added - 2018-08-30
|
||||||
'AttrFrames' => 'Cuadros',
|
'AttrFrames' => 'Cuadros',
|
||||||
'AttrId' => 'Id',
|
'AttrId' => 'Id',
|
||||||
'AttrMaxScore' => 'Puntaje Máximo',
|
'AttrMaxScore' => 'Puntaje Máximo',
|
||||||
'AttrMonitorId' => 'Monitor Id',
|
'AttrMonitorId' => 'Monitor Id',
|
||||||
'AttrMonitorName' => 'Nombre Monitor',
|
'AttrMonitorName' => 'Nombre Monitor',
|
||||||
|
'AttrMonitorServer' => 'Server Monitor is Running On', // Added - 2018-08-30
|
||||||
'AttrName' => 'Name',
|
'AttrName' => 'Name',
|
||||||
'AttrNotes' => 'Notes',
|
'AttrNotes' => 'Notes',
|
||||||
|
'AttrStartDate' => 'Start Date', // Added - 2018-08-30
|
||||||
|
'AttrStartDateTime' => 'Start Date/Time', // Added - 2018-08-30
|
||||||
|
'AttrStartTime' => 'Start Time', // Added - 2018-08-30
|
||||||
|
'AttrStartWeekday' => 'Start Weekday', // Added - 2018-08-30
|
||||||
|
'AttrStateId' => 'Run State', // Added - 2018-08-30
|
||||||
|
'AttrStorageArea' => 'Storage Area', // Added - 2018-08-30
|
||||||
|
'AttrStorageServer' => 'Server Hosting Storage', // Added - 2018-08-30
|
||||||
'AttrSystemLoad' => 'System Load',
|
'AttrSystemLoad' => 'System Load',
|
||||||
'AttrTime' => 'Hora',
|
|
||||||
'AttrTotalScore' => 'Puntaje Total',
|
'AttrTotalScore' => 'Puntaje Total',
|
||||||
'AttrWeekday' => 'Día Semana',
|
|
||||||
'Auto' => 'Auto',
|
'Auto' => 'Auto',
|
||||||
'AutoStopTimeout' => 'Auto Stop Timeout',
|
'AutoStopTimeout' => 'Auto Stop Timeout',
|
||||||
'Available' => 'Available', // Added - 2009-03-31
|
'Available' => 'Available', // Added - 2009-03-31
|
||||||
|
@ -104,9 +116,11 @@ $SLANG = array(
|
||||||
'BadRefBlendPerc' => 'Reference blend percentage must be a positive integer',
|
'BadRefBlendPerc' => 'Reference blend percentage must be a positive integer',
|
||||||
'BadSectionLength' => 'Section length must be an integer of 30 or more',
|
'BadSectionLength' => 'Section length must be an integer of 30 or more',
|
||||||
'BadSignalCheckColour' => 'Signal check colour must be a valid RGB colour string',
|
'BadSignalCheckColour' => 'Signal check colour must be a valid RGB colour string',
|
||||||
|
'BadSourceType' => 'Source Type \"Web Site\" requires the Function to be set to \"Monitor\"', // Added - 2018-08-30
|
||||||
'BadStreamReplayBuffer'=> 'Stream replay buffer must be an integer of zero or more',
|
'BadStreamReplayBuffer'=> 'Stream replay buffer must be an integer of zero or more',
|
||||||
'BadWarmupCount' => 'Warmup frames must be an integer of zero or more',
|
'BadWarmupCount' => 'Warmup frames must be an integer of zero or more',
|
||||||
'BadWebColour' => 'Web colour must be a valid web colour string',
|
'BadWebColour' => 'Web colour must be a valid web colour string',
|
||||||
|
'BadWebSitePath' => 'Please enter a complete website url, including the http:// or https:// prefix.', // Added - 2018-08-30
|
||||||
'BadWidth' => 'Width must be set to a valid value',
|
'BadWidth' => 'Width must be set to a valid value',
|
||||||
'Bandwidth' => 'Velocidad',
|
'Bandwidth' => 'Velocidad',
|
||||||
'BandwidthHead' => 'Bandwidth', // This is the end of the bandwidth status on the top of the console, different in many language due to phrasing
|
'BandwidthHead' => 'Bandwidth', // This is the end of the bandwidth status on the top of the console, different in many language due to phrasing
|
||||||
|
@ -170,10 +184,12 @@ $SLANG = array(
|
||||||
'ChooseLogSelection' => 'Choose a log selection', // Added - 2011-06-17
|
'ChooseLogSelection' => 'Choose a log selection', // Added - 2011-06-17
|
||||||
'ChoosePreset' => 'Choose Preset',
|
'ChoosePreset' => 'Choose Preset',
|
||||||
'Clear' => 'Clear', // Added - 2011-06-16
|
'Clear' => 'Clear', // Added - 2011-06-16
|
||||||
|
'CloneMonitor' => 'Clone', // Added - 2018-08-30
|
||||||
'Close' => 'Cerrar',
|
'Close' => 'Cerrar',
|
||||||
'Colour' => 'Color',
|
'Colour' => 'Color',
|
||||||
'Command' => 'Command',
|
'Command' => 'Command',
|
||||||
'Component' => 'Component', // Added - 2011-06-16
|
'Component' => 'Component', // Added - 2011-06-16
|
||||||
|
'ConcurrentFilter' => 'Run filter concurrently', // Added - 2018-08-30
|
||||||
'Config' => 'Config.',
|
'Config' => 'Config.',
|
||||||
'ConfiguredFor' => 'Configurado Para',
|
'ConfiguredFor' => 'Configurado Para',
|
||||||
'ConfirmDeleteEvents' => 'Are you sure you wish to delete the selected events?',
|
'ConfirmDeleteEvents' => 'Are you sure you wish to delete the selected events?',
|
||||||
|
@ -231,9 +247,11 @@ $SLANG = array(
|
||||||
'DonateRemindWeek' => 'Not yet, remind again in 1 week',
|
'DonateRemindWeek' => 'Not yet, remind again in 1 week',
|
||||||
'DonateYes' => 'Yes, I\'d like to donate now',
|
'DonateYes' => 'Yes, I\'d like to donate now',
|
||||||
'Download' => 'Download',
|
'Download' => 'Download',
|
||||||
|
'DownloadVideo' => 'Download Video', // Added - 2018-08-30
|
||||||
'DuplicateMonitorName' => 'Duplicate Monitor Name', // Added - 2009-03-31
|
'DuplicateMonitorName' => 'Duplicate Monitor Name', // Added - 2009-03-31
|
||||||
'Duration' => 'Duración',
|
'Duration' => 'Duración',
|
||||||
'Edit' => 'Editar',
|
'Edit' => 'Editar',
|
||||||
|
'EditLayout' => 'Edit Layout', // Added - 2018-08-30
|
||||||
'Email' => 'Email',
|
'Email' => 'Email',
|
||||||
'EnableAlarms' => 'Enable Alarms',
|
'EnableAlarms' => 'Enable Alarms',
|
||||||
'Enabled' => 'Habilitado',
|
'Enabled' => 'Habilitado',
|
||||||
|
@ -250,6 +268,7 @@ $SLANG = array(
|
||||||
'Events' => 'Eventos',
|
'Events' => 'Eventos',
|
||||||
'Exclude' => 'Excluir',
|
'Exclude' => 'Excluir',
|
||||||
'Execute' => 'Execute',
|
'Execute' => 'Execute',
|
||||||
|
'Exif' => 'Embed EXIF data into image', // Added - 2018-08-30
|
||||||
'Export' => 'Export',
|
'Export' => 'Export',
|
||||||
'ExportDetails' => 'Export Event Details',
|
'ExportDetails' => 'Export Event Details',
|
||||||
'ExportFailed' => 'Export Failed',
|
'ExportFailed' => 'Export Failed',
|
||||||
|
@ -279,8 +298,10 @@ $SLANG = array(
|
||||||
'FilterExecuteEvents' => 'Ejecutar un comando en las coincidencias',
|
'FilterExecuteEvents' => 'Ejecutar un comando en las coincidencias',
|
||||||
'FilterLog' => 'Filter log', // Added - 2015-04-18
|
'FilterLog' => 'Filter log', // Added - 2015-04-18
|
||||||
'FilterMessageEvents' => 'Mandar un mensaje de los eventos',
|
'FilterMessageEvents' => 'Mandar un mensaje de los eventos',
|
||||||
|
'FilterMoveEvents' => 'Move all matches', // Added - 2018-08-30
|
||||||
'FilterPx' => 'Filtro Px',
|
'FilterPx' => 'Filtro Px',
|
||||||
'FilterUnset' => 'You must specify a filter width and height',
|
'FilterUnset' => 'You must specify a filter width and height',
|
||||||
|
'FilterUpdateDiskSpace'=> 'Update used disk space', // Added - 2018-08-30
|
||||||
'FilterUploadEvents' => 'Subir los eventos que coincidan',
|
'FilterUploadEvents' => 'Subir los eventos que coincidan',
|
||||||
'FilterVideoEvents' => 'Create video for all matches',
|
'FilterVideoEvents' => 'Create video for all matches',
|
||||||
'Filters' => 'Filters',
|
'Filters' => 'Filters',
|
||||||
|
@ -305,6 +326,7 @@ $SLANG = array(
|
||||||
'Function' => 'Función',
|
'Function' => 'Función',
|
||||||
'Gain' => 'Gain',
|
'Gain' => 'Gain',
|
||||||
'General' => 'General',
|
'General' => 'General',
|
||||||
|
'GenerateDownload' => 'Generate Download', // Added - 2018-08-30
|
||||||
'GenerateVideo' => 'Crear Video',
|
'GenerateVideo' => 'Crear Video',
|
||||||
'GeneratingVideo' => 'Creando Video',
|
'GeneratingVideo' => 'Creando Video',
|
||||||
'GoToZoneMinder' => 'Ir a Zoneminder.com',
|
'GoToZoneMinder' => 'Ir a Zoneminder.com',
|
||||||
|
@ -325,6 +347,7 @@ $SLANG = array(
|
||||||
'High' => 'Alta',
|
'High' => 'Alta',
|
||||||
'HighBW' => 'Alta B/W',
|
'HighBW' => 'Alta B/W',
|
||||||
'Home' => 'Home',
|
'Home' => 'Home',
|
||||||
|
'Hostname' => 'Hostname', // Added - 2018-08-30
|
||||||
'Hour' => 'Hora',
|
'Hour' => 'Hora',
|
||||||
'Hue' => 'Saturación',
|
'Hue' => 'Saturación',
|
||||||
'Id' => 'Id',
|
'Id' => 'Id',
|
||||||
|
@ -349,6 +372,7 @@ $SLANG = array(
|
||||||
'Line' => 'Line', // Added - 2011-06-16
|
'Line' => 'Line', // Added - 2011-06-16
|
||||||
'LinkedMonitors' => 'Linked Monitors',
|
'LinkedMonitors' => 'Linked Monitors',
|
||||||
'List' => 'List',
|
'List' => 'List',
|
||||||
|
'ListMatches' => 'List Matches', // Added - 2018-08-30
|
||||||
'Load' => 'Carga',
|
'Load' => 'Carga',
|
||||||
'Local' => 'Local',
|
'Local' => 'Local',
|
||||||
'Log' => 'Log', // Added - 2011-06-16
|
'Log' => 'Log', // Added - 2011-06-16
|
||||||
|
@ -435,6 +459,7 @@ $SLANG = array(
|
||||||
'MonitorProbeIntro' => 'The list below shows detected analog and network cameras and whether they are already being used or available for selection.<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that not all cameras may be detected and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>', // Added - 2009-03-31
|
'MonitorProbeIntro' => 'The list below shows detected analog and network cameras and whether they are already being used or available for selection.<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that not all cameras may be detected and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>', // Added - 2009-03-31
|
||||||
'Monitors' => 'Monitores',
|
'Monitors' => 'Monitores',
|
||||||
'Montage' => 'Cámara Múltiple',
|
'Montage' => 'Cámara Múltiple',
|
||||||
|
'MontageReview' => 'Montage Review', // Added - 2018-08-30
|
||||||
'Month' => 'Mes',
|
'Month' => 'Mes',
|
||||||
'More' => 'More', // Added - 2011-06-16
|
'More' => 'More', // Added - 2011-06-16
|
||||||
'MotionFrameSkip' => 'Motion Frame Skip',
|
'MotionFrameSkip' => 'Motion Frame Skip',
|
||||||
|
@ -461,6 +486,7 @@ $SLANG = array(
|
||||||
'Next' => 'Siguiente',
|
'Next' => 'Siguiente',
|
||||||
'No' => 'No',
|
'No' => 'No',
|
||||||
'NoDetectedCameras' => 'No Detected Cameras', // Added - 2009-03-31
|
'NoDetectedCameras' => 'No Detected Cameras', // Added - 2009-03-31
|
||||||
|
'NoDetectedProfiles' => 'No Detected Profiles', // Added - 2018-08-30
|
||||||
'NoFramesRecorded' => 'No hay movimientos grabados para este evento',
|
'NoFramesRecorded' => 'No hay movimientos grabados para este evento',
|
||||||
'NoGroup' => 'No Group',
|
'NoGroup' => 'No Group',
|
||||||
'NoSavedFilters' => 'FiltrosNoGuardados',
|
'NoSavedFilters' => 'FiltrosNoGuardados',
|
||||||
|
@ -479,6 +505,8 @@ $SLANG = array(
|
||||||
'OpGt' => 'mayor que',
|
'OpGt' => 'mayor que',
|
||||||
'OpGtEq' => 'mayor o igual que',
|
'OpGtEq' => 'mayor o igual que',
|
||||||
'OpIn' => 'En sistema',
|
'OpIn' => 'En sistema',
|
||||||
|
'OpIs' => 'is', // Added - 2018-08-30
|
||||||
|
'OpIsNot' => 'is not', // Added - 2018-08-30
|
||||||
'OpLt' => 'menor que',
|
'OpLt' => 'menor que',
|
||||||
'OpLtEq' => 'menor o igual que',
|
'OpLtEq' => 'menor o igual que',
|
||||||
'OpMatches' => 'Coincide',
|
'OpMatches' => 'Coincide',
|
||||||
|
@ -488,6 +516,7 @@ $SLANG = array(
|
||||||
'Open' => 'Open',
|
'Open' => 'Open',
|
||||||
'OptionHelp' => 'Ayuda',
|
'OptionHelp' => 'Ayuda',
|
||||||
'OptionRestartWarning' => 'Estos cambios no se guardaran completamente\nmientras el sistema se ejecute. Cuando termine\nde realizar los cambios asegurese de\nreiniciar Zoneminder.',
|
'OptionRestartWarning' => 'Estos cambios no se guardaran completamente\nmientras el sistema se ejecute. Cuando termine\nde realizar los cambios asegurese de\nreiniciar Zoneminder.',
|
||||||
|
'OptionalEncoderParam' => 'Optional Encoder Parameters', // Added - 2018-08-30
|
||||||
'Options' => 'Opciones',
|
'Options' => 'Opciones',
|
||||||
'OrEnterNewName' => 'o agregue nombre',
|
'OrEnterNewName' => 'o agregue nombre',
|
||||||
'Order' => 'Order',
|
'Order' => 'Order',
|
||||||
|
@ -525,9 +554,13 @@ $SLANG = array(
|
||||||
'ProfileProbeIntro' => 'The list below shows the existing stream profiles of the selected camera .<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that ZoneMinder cannot configure additional profiles and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>', // Added - 2015-04-18
|
'ProfileProbeIntro' => 'The list below shows the existing stream profiles of the selected camera .<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that ZoneMinder cannot configure additional profiles and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>', // Added - 2015-04-18
|
||||||
'Progress' => 'Progress', // Added - 2015-04-18
|
'Progress' => 'Progress', // Added - 2015-04-18
|
||||||
'Protocol' => 'Protocol',
|
'Protocol' => 'Protocol',
|
||||||
|
'RTSPDescribe' => 'Use RTSP Response Media URL', // Added - 2018-08-30
|
||||||
|
'RTSPTransport' => 'RTSP Transport Protocol', // Added - 2018-08-30
|
||||||
'Rate' => 'Ritmo',
|
'Rate' => 'Ritmo',
|
||||||
'Real' => 'Real',
|
'Real' => 'Real',
|
||||||
|
'RecaptchaWarning' => 'Your reCaptcha secret key is invalid. Please correct it, or reCaptcha will not work', // Added - 2018-08-30
|
||||||
'Record' => 'Registro',
|
'Record' => 'Registro',
|
||||||
|
'RecordAudio' => 'Whether to store the audio stream when saving an event.', // Added - 2018-08-30
|
||||||
'RefImageBlendPct' => 'Reference Image Blend %ge',
|
'RefImageBlendPct' => 'Reference Image Blend %ge',
|
||||||
'Refresh' => 'Actualizar',
|
'Refresh' => 'Actualizar',
|
||||||
'Remote' => 'Remote',
|
'Remote' => 'Remote',
|
||||||
|
@ -543,6 +576,7 @@ $SLANG = array(
|
||||||
'ReplayAll' => 'All Events',
|
'ReplayAll' => 'All Events',
|
||||||
'ReplayGapless' => 'Gapless Events',
|
'ReplayGapless' => 'Gapless Events',
|
||||||
'ReplaySingle' => 'Single Event',
|
'ReplaySingle' => 'Single Event',
|
||||||
|
'ReportEventAudit' => 'Audit Events Report', // Added - 2018-08-30
|
||||||
'Reset' => 'Reset',
|
'Reset' => 'Reset',
|
||||||
'ResetEventCounts' => 'Borrar Contador Eventos',
|
'ResetEventCounts' => 'Borrar Contador Eventos',
|
||||||
'Restart' => 'Reiniciar',
|
'Restart' => 'Reiniciar',
|
||||||
|
@ -561,6 +595,7 @@ $SLANG = array(
|
||||||
'Save' => 'Guardar',
|
'Save' => 'Guardar',
|
||||||
'SaveAs' => 'Guardar Como',
|
'SaveAs' => 'Guardar Como',
|
||||||
'SaveFilter' => 'Guardar Filtro',
|
'SaveFilter' => 'Guardar Filtro',
|
||||||
|
'SaveJPEGs' => 'Save JPEGs', // Added - 2018-08-30
|
||||||
'Scale' => 'Escala',
|
'Scale' => 'Escala',
|
||||||
'Score' => 'Res.',
|
'Score' => 'Res.',
|
||||||
'Secs' => 'Seg',
|
'Secs' => 'Seg',
|
||||||
|
@ -577,6 +612,7 @@ $SLANG = array(
|
||||||
'ShowFilterWindow' => 'Abrir Filtro',
|
'ShowFilterWindow' => 'Abrir Filtro',
|
||||||
'ShowTimeline' => 'Show Timeline',
|
'ShowTimeline' => 'Show Timeline',
|
||||||
'SignalCheckColour' => 'Signal Check Colour',
|
'SignalCheckColour' => 'Signal Check Colour',
|
||||||
|
'SignalCheckPoints' => 'Signal Check Points', // Added - 2018-08-30
|
||||||
'Size' => 'Size',
|
'Size' => 'Size',
|
||||||
'SkinDescription' => 'Change the default skin for this computer', // Added - 2011-01-30
|
'SkinDescription' => 'Change the default skin for this computer', // Added - 2011-01-30
|
||||||
'Sleep' => 'Sleep',
|
'Sleep' => 'Sleep',
|
||||||
|
@ -596,6 +632,10 @@ $SLANG = array(
|
||||||
'State' => 'Estado',
|
'State' => 'Estado',
|
||||||
'Stats' => 'Est.',
|
'Stats' => 'Est.',
|
||||||
'Status' => 'Estado',
|
'Status' => 'Estado',
|
||||||
|
'StatusConnected' => 'Capturing', // Added - 2018-08-30
|
||||||
|
'StatusNotRunning' => 'Not Running', // Added - 2018-08-30
|
||||||
|
'StatusRunning' => 'Not Capturing', // Added - 2018-08-30
|
||||||
|
'StatusUnknown' => 'Unknown', // Added - 2018-08-30
|
||||||
'Step' => 'Step',
|
'Step' => 'Step',
|
||||||
'StepBack' => 'Step Back',
|
'StepBack' => 'Step Back',
|
||||||
'StepForward' => 'Step Forward',
|
'StepForward' => 'Step Forward',
|
||||||
|
@ -606,6 +646,8 @@ $SLANG = array(
|
||||||
'Stills' => 'Fotos',
|
'Stills' => 'Fotos',
|
||||||
'Stop' => 'Desactivar',
|
'Stop' => 'Desactivar',
|
||||||
'Stopped' => 'Apagado',
|
'Stopped' => 'Apagado',
|
||||||
|
'StorageArea' => 'Storage Area', // Added - 2018-08-30
|
||||||
|
'StorageScheme' => 'Scheme', // Added - 2018-08-30
|
||||||
'Stream' => 'Stream',
|
'Stream' => 'Stream',
|
||||||
'StreamReplayBuffer' => 'Stream Replay Image Buffer',
|
'StreamReplayBuffer' => 'Stream Replay Image Buffer',
|
||||||
'Submit' => 'Submit',
|
'Submit' => 'Submit',
|
||||||
|
@ -625,6 +667,7 @@ $SLANG = array(
|
||||||
'TimelineTip4' => 'Use the controls below to zoom out or navigate back and forward through the time range.', // Added 2013.08.15.
|
'TimelineTip4' => 'Use the controls below to zoom out or navigate back and forward through the time range.', // Added 2013.08.15.
|
||||||
'Timestamp' => 'Etiqueta Hora',
|
'Timestamp' => 'Etiqueta Hora',
|
||||||
'TimestampLabelFormat' => 'Formato Etiqueta Hora',
|
'TimestampLabelFormat' => 'Formato Etiqueta Hora',
|
||||||
|
'TimestampLabelSize' => 'Font Size', // Added - 2018-08-30
|
||||||
'TimestampLabelX' => 'Eje X Etiqueta Hora',
|
'TimestampLabelX' => 'Eje X Etiqueta Hora',
|
||||||
'TimestampLabelY' => 'Eje Y Etiqueta Hora',
|
'TimestampLabelY' => 'Eje Y Etiqueta Hora',
|
||||||
'Today' => 'Today',
|
'Today' => 'Today',
|
||||||
|
@ -671,6 +714,7 @@ $SLANG = array(
|
||||||
'VideoGenParms' => 'Parametros Generacion Video',
|
'VideoGenParms' => 'Parametros Generacion Video',
|
||||||
'VideoGenSucceeded' => 'Video Generation Succeeded!',
|
'VideoGenSucceeded' => 'Video Generation Succeeded!',
|
||||||
'VideoSize' => 'Tamaño Video',
|
'VideoSize' => 'Tamaño Video',
|
||||||
|
'VideoWriter' => 'Video Writer', // Added - 2018-08-30
|
||||||
'View' => 'Ver',
|
'View' => 'Ver',
|
||||||
'ViewAll' => 'Ver Todo',
|
'ViewAll' => 'Ver Todo',
|
||||||
'ViewEvent' => 'View Event',
|
'ViewEvent' => 'View Event',
|
||||||
|
@ -680,6 +724,7 @@ $SLANG = array(
|
||||||
'Watch' => 'Monitor',
|
'Watch' => 'Monitor',
|
||||||
'Web' => 'Web',
|
'Web' => 'Web',
|
||||||
'WebColour' => 'Web Colour',
|
'WebColour' => 'Web Colour',
|
||||||
|
'WebSiteUrl' => 'Website URL', // Added - 2018-08-30
|
||||||
'Week' => 'Semana',
|
'Week' => 'Semana',
|
||||||
'White' => 'White',
|
'White' => 'White',
|
||||||
'WhiteBalance' => 'White Balance',
|
'WhiteBalance' => 'White Balance',
|
||||||
|
|
|
@ -78,6 +78,8 @@ $SLANG = array(
|
||||||
'Actual' => 'Actual',
|
'Actual' => 'Actual',
|
||||||
'AddNewControl' => 'Añadir nuevo control',
|
'AddNewControl' => 'Añadir nuevo control',
|
||||||
'AddNewMonitor' => 'Añadir nuevo monitor',
|
'AddNewMonitor' => 'Añadir nuevo monitor',
|
||||||
|
'AddNewServer' => 'Add New Server', // Added - 2018-08-30
|
||||||
|
'AddNewStorage' => 'Add New Storage', // Added - 2018-08-30
|
||||||
'AddNewUser' => 'Añadir nuevo usuario',
|
'AddNewUser' => 'Añadir nuevo usuario',
|
||||||
'AddNewZone' => 'Añadir nueva zona',
|
'AddNewZone' => 'Añadir nueva zona',
|
||||||
'Alarm' => 'Alarma',
|
'Alarm' => 'Alarma',
|
||||||
|
@ -105,22 +107,32 @@ $SLANG = array(
|
||||||
'AttrArchiveStatus' => 'Estado de archivo',
|
'AttrArchiveStatus' => 'Estado de archivo',
|
||||||
'AttrAvgScore' => 'Promed. señal',
|
'AttrAvgScore' => 'Promed. señal',
|
||||||
'AttrCause' => 'Causa',
|
'AttrCause' => 'Causa',
|
||||||
'AttrDate' => 'Fecha',
|
|
||||||
'AttrDateTime' => 'Fecha/Hora',
|
|
||||||
'AttrDiskBlocks' => 'Bloques del disco',
|
'AttrDiskBlocks' => 'Bloques del disco',
|
||||||
'AttrDiskPercent' => 'Porcentaje del disco',
|
'AttrDiskPercent' => 'Porcentaje del disco',
|
||||||
|
'AttrDiskSpace' => 'Disk Space', // Added - 2018-08-30
|
||||||
'AttrDuration' => 'Duración',
|
'AttrDuration' => 'Duración',
|
||||||
|
'AttrEndDate' => 'End Date', // Added - 2018-08-30
|
||||||
|
'AttrEndDateTime' => 'End Date/Time', // Added - 2018-08-30
|
||||||
|
'AttrEndTime' => 'End Time', // Added - 2018-08-30
|
||||||
|
'AttrEndWeekday' => 'End Weekday', // Added - 2018-08-30
|
||||||
|
'AttrFilterServer' => 'Server Filter is Running On', // Added - 2018-08-30
|
||||||
'AttrFrames' => 'Marcos',
|
'AttrFrames' => 'Marcos',
|
||||||
'AttrId' => 'Id',
|
'AttrId' => 'Id',
|
||||||
'AttrMaxScore' => 'Señal máxima',
|
'AttrMaxScore' => 'Señal máxima',
|
||||||
'AttrMonitorId' => 'Id monitor',
|
'AttrMonitorId' => 'Id monitor',
|
||||||
'AttrMonitorName' => 'Nombre del monitor',
|
'AttrMonitorName' => 'Nombre del monitor',
|
||||||
|
'AttrMonitorServer' => 'Server Monitor is Running On', // Added - 2018-08-30
|
||||||
'AttrName' => 'Nombre',
|
'AttrName' => 'Nombre',
|
||||||
'AttrNotes' => 'Notas',
|
'AttrNotes' => 'Notas',
|
||||||
|
'AttrStartDate' => 'Start Date', // Added - 2018-08-30
|
||||||
|
'AttrStartDateTime' => 'Start Date/Time', // Added - 2018-08-30
|
||||||
|
'AttrStartTime' => 'Start Time', // Added - 2018-08-30
|
||||||
|
'AttrStartWeekday' => 'Start Weekday', // Added - 2018-08-30
|
||||||
|
'AttrStateId' => 'Run State', // Added - 2018-08-30
|
||||||
|
'AttrStorageArea' => 'Storage Area', // Added - 2018-08-30
|
||||||
|
'AttrStorageServer' => 'Server Hosting Storage', // Added - 2018-08-30
|
||||||
'AttrSystemLoad' => 'Carga del sistema',
|
'AttrSystemLoad' => 'Carga del sistema',
|
||||||
'AttrTime' => 'Hora',
|
|
||||||
'AttrTotalScore' => 'Señal total',
|
'AttrTotalScore' => 'Señal total',
|
||||||
'AttrWeekday' => 'Día de la semana',
|
|
||||||
'Auto' => 'Auto',
|
'Auto' => 'Auto',
|
||||||
'AutoStopTimeout' => 'Autodetener tiempo de espera',
|
'AutoStopTimeout' => 'Autodetener tiempo de espera',
|
||||||
'Available' => 'Disponible',
|
'Available' => 'Disponible',
|
||||||
|
@ -153,9 +165,11 @@ $SLANG = array(
|
||||||
'BadRefBlendPerc' => 'El porcentaje de la referencia de mezcla debe ser un entero positivo',
|
'BadRefBlendPerc' => 'El porcentaje de la referencia de mezcla debe ser un entero positivo',
|
||||||
'BadSectionLength' => 'La duración de la sección debe ser un entero de 30 o más',
|
'BadSectionLength' => 'La duración de la sección debe ser un entero de 30 o más',
|
||||||
'BadSignalCheckColour' => 'El color de verificación de señal debe ser una cadena de color RGB válida',
|
'BadSignalCheckColour' => 'El color de verificación de señal debe ser una cadena de color RGB válida',
|
||||||
|
'BadSourceType' => 'Source Type \"Web Site\" requires the Function to be set to \"Monitor\"', // Added - 2018-08-30
|
||||||
'BadStreamReplayBuffer' => 'La secuencia de búfer de reproducción debe ser un entero de cero o más',
|
'BadStreamReplayBuffer' => 'La secuencia de búfer de reproducción debe ser un entero de cero o más',
|
||||||
'BadWarmupCount' => 'Los marcos de calentamiento deben ser un entero de cero o más',
|
'BadWarmupCount' => 'Los marcos de calentamiento deben ser un entero de cero o más',
|
||||||
'BadWebColour' => 'El color web debe ser una cadena de color web válida',
|
'BadWebColour' => 'El color web debe ser una cadena de color web válida',
|
||||||
|
'BadWebSitePath' => 'Please enter a complete website url, including the http:// or https:// prefix.', // Added - 2018-08-30
|
||||||
'BadWidth' => 'El ancho debe tener un valor válido',
|
'BadWidth' => 'El ancho debe tener un valor válido',
|
||||||
'Bandwidth' => 'Ancho de banda',
|
'Bandwidth' => 'Ancho de banda',
|
||||||
'BandwidthHead' => 'Bandwidth', // This is the end of the bandwidth status on the top of the console, different in many language due to phrasing
|
'BandwidthHead' => 'Bandwidth', // This is the end of the bandwidth status on the top of the console, different in many language due to phrasing
|
||||||
|
@ -219,10 +233,12 @@ $SLANG = array(
|
||||||
'ChooseLogSelection' => 'Elegir selección de registro',
|
'ChooseLogSelection' => 'Elegir selección de registro',
|
||||||
'ChoosePreset' => 'Elegir preprogramación',
|
'ChoosePreset' => 'Elegir preprogramación',
|
||||||
'Clear' => 'Limpiar',
|
'Clear' => 'Limpiar',
|
||||||
|
'CloneMonitor' => 'Clone', // Added - 2018-08-30
|
||||||
'Close' => 'Cerrar',
|
'Close' => 'Cerrar',
|
||||||
'Colour' => 'Color',
|
'Colour' => 'Color',
|
||||||
'Command' => 'Comando',
|
'Command' => 'Comando',
|
||||||
'Component' => 'Componente',
|
'Component' => 'Componente',
|
||||||
|
'ConcurrentFilter' => 'Run filter concurrently', // Added - 2018-08-30
|
||||||
'Config' => 'Config',
|
'Config' => 'Config',
|
||||||
'ConfiguredFor' => 'Configurado para',
|
'ConfiguredFor' => 'Configurado para',
|
||||||
'ConfirmDeleteEvents' => '¿Seguro que desea borrar los eventos seleccionados?',
|
'ConfirmDeleteEvents' => '¿Seguro que desea borrar los eventos seleccionados?',
|
||||||
|
@ -280,9 +296,11 @@ $SLANG = array(
|
||||||
'DonateRemindWeek' => 'Aún no, recordarme de nuevo en 1 semana',
|
'DonateRemindWeek' => 'Aún no, recordarme de nuevo en 1 semana',
|
||||||
'DonateYes' => 'Sí, me gustaría hacer una donación ahora',
|
'DonateYes' => 'Sí, me gustaría hacer una donación ahora',
|
||||||
'Download' => 'Descargar',
|
'Download' => 'Descargar',
|
||||||
|
'DownloadVideo' => 'Download Video', // Added - 2018-08-30
|
||||||
'DuplicateMonitorName' => 'Duplicar nombre de monitor',
|
'DuplicateMonitorName' => 'Duplicar nombre de monitor',
|
||||||
'Duration' => 'Duración',
|
'Duration' => 'Duración',
|
||||||
'Edit' => 'Editar',
|
'Edit' => 'Editar',
|
||||||
|
'EditLayout' => 'Edit Layout', // Added - 2018-08-30
|
||||||
'Email' => 'Email',
|
'Email' => 'Email',
|
||||||
'EnableAlarms' => 'Habilitar alarmas',
|
'EnableAlarms' => 'Habilitar alarmas',
|
||||||
'Enabled' => 'Habilitado',
|
'Enabled' => 'Habilitado',
|
||||||
|
@ -299,6 +317,7 @@ $SLANG = array(
|
||||||
'Events' => 'Eventos',
|
'Events' => 'Eventos',
|
||||||
'Exclude' => 'Excluir',
|
'Exclude' => 'Excluir',
|
||||||
'Execute' => 'Ejecutar',
|
'Execute' => 'Ejecutar',
|
||||||
|
'Exif' => 'Embed EXIF data into image', // Added - 2018-08-30
|
||||||
'Export' => 'Exportar',
|
'Export' => 'Exportar',
|
||||||
'ExportDetails' => 'Exportar detalles de evento',
|
'ExportDetails' => 'Exportar detalles de evento',
|
||||||
'ExportFailed' => 'Fallo al exportar',
|
'ExportFailed' => 'Fallo al exportar',
|
||||||
|
@ -328,8 +347,10 @@ $SLANG = array(
|
||||||
'FilterExecuteEvents' => 'Ejecutar comando para todas las coincidencias',
|
'FilterExecuteEvents' => 'Ejecutar comando para todas las coincidencias',
|
||||||
'FilterLog' => 'Filter log', // Added - 2015-04-18
|
'FilterLog' => 'Filter log', // Added - 2015-04-18
|
||||||
'FilterMessageEvents' => 'Detalles de mensaje de todas las coincidencias',
|
'FilterMessageEvents' => 'Detalles de mensaje de todas las coincidencias',
|
||||||
|
'FilterMoveEvents' => 'Move all matches', // Added - 2018-08-30
|
||||||
'FilterPx' => 'Filtrar Px',
|
'FilterPx' => 'Filtrar Px',
|
||||||
'FilterUnset' => 'Debe especificar un ancho y un alto para el filtro',
|
'FilterUnset' => 'Debe especificar un ancho y un alto para el filtro',
|
||||||
|
'FilterUpdateDiskSpace'=> 'Update used disk space', // Added - 2018-08-30
|
||||||
'FilterUploadEvents' => 'Subir todas las coincidencias',
|
'FilterUploadEvents' => 'Subir todas las coincidencias',
|
||||||
'FilterVideoEvents' => 'Create video for all matches', // Added - 2011-08-23
|
'FilterVideoEvents' => 'Create video for all matches', // Added - 2011-08-23
|
||||||
'Filters' => 'Filtros',
|
'Filters' => 'Filtros',
|
||||||
|
@ -354,6 +375,7 @@ $SLANG = array(
|
||||||
'Function' => 'Función',
|
'Function' => 'Función',
|
||||||
'Gain' => 'Ganancia',
|
'Gain' => 'Ganancia',
|
||||||
'General' => 'General',
|
'General' => 'General',
|
||||||
|
'GenerateDownload' => 'Generate Download', // Added - 2018-08-30
|
||||||
'GenerateVideo' => 'Generate Video', // Added - 2011-08-23
|
'GenerateVideo' => 'Generate Video', // Added - 2011-08-23
|
||||||
'GeneratingVideo' => 'Generating Video', // Added - 2011-08-23
|
'GeneratingVideo' => 'Generating Video', // Added - 2011-08-23
|
||||||
'GoToZoneMinder' => 'Ir a ZoneMinder.com',
|
'GoToZoneMinder' => 'Ir a ZoneMinder.com',
|
||||||
|
@ -374,6 +396,7 @@ $SLANG = array(
|
||||||
'High' => 'Alto',
|
'High' => 'Alto',
|
||||||
'HighBW' => 'Alto B/B',
|
'HighBW' => 'Alto B/B',
|
||||||
'Home' => 'Inicio',
|
'Home' => 'Inicio',
|
||||||
|
'Hostname' => 'Hostname', // Added - 2018-08-30
|
||||||
'Hour' => 'Hora',
|
'Hour' => 'Hora',
|
||||||
'Hue' => 'Matiz',
|
'Hue' => 'Matiz',
|
||||||
'Id' => 'Id',
|
'Id' => 'Id',
|
||||||
|
@ -398,6 +421,7 @@ $SLANG = array(
|
||||||
'Line' => 'Línea',
|
'Line' => 'Línea',
|
||||||
'LinkedMonitors' => 'Monitores enlazados',
|
'LinkedMonitors' => 'Monitores enlazados',
|
||||||
'List' => 'Lista',
|
'List' => 'Lista',
|
||||||
|
'ListMatches' => 'List Matches', // Added - 2018-08-30
|
||||||
'Load' => 'Carga',
|
'Load' => 'Carga',
|
||||||
'Local' => 'Local',
|
'Local' => 'Local',
|
||||||
'Log' => 'Registro',
|
'Log' => 'Registro',
|
||||||
|
@ -484,6 +508,7 @@ $SLANG = array(
|
||||||
'MonitorProbeIntro' => 'La lista de debajo muestra las cámaras analógicas y en red detectadas y si ya están siendo usadas o están disponibles para seleccionar.<br/><br/>Seleccione la entrada deseada de la lista de debajo.<br/><br/>Por favor tenga en cuenta que podrían no detectarse todas las cámaras y que elegir una cámara aquí podría sobrescribir cualquier valor que ya hubiera configurado para el monitor actual.<br/><br/>',
|
'MonitorProbeIntro' => 'La lista de debajo muestra las cámaras analógicas y en red detectadas y si ya están siendo usadas o están disponibles para seleccionar.<br/><br/>Seleccione la entrada deseada de la lista de debajo.<br/><br/>Por favor tenga en cuenta que podrían no detectarse todas las cámaras y que elegir una cámara aquí podría sobrescribir cualquier valor que ya hubiera configurado para el monitor actual.<br/><br/>',
|
||||||
'Monitors' => 'Monitores',
|
'Monitors' => 'Monitores',
|
||||||
'Montage' => 'Montaje',
|
'Montage' => 'Montaje',
|
||||||
|
'MontageReview' => 'Montage Review', // Added - 2018-08-30
|
||||||
'Month' => 'Mes',
|
'Month' => 'Mes',
|
||||||
'More' => 'Más',
|
'More' => 'Más',
|
||||||
'MotionFrameSkip' => 'Motion Frame Skip',
|
'MotionFrameSkip' => 'Motion Frame Skip',
|
||||||
|
@ -510,6 +535,7 @@ $SLANG = array(
|
||||||
'Next' => 'Siguiente',
|
'Next' => 'Siguiente',
|
||||||
'No' => 'No',
|
'No' => 'No',
|
||||||
'NoDetectedCameras' => 'No se detectaron cámaras',
|
'NoDetectedCameras' => 'No se detectaron cámaras',
|
||||||
|
'NoDetectedProfiles' => 'No Detected Profiles', // Added - 2018-08-30
|
||||||
'NoFramesRecorded' => 'No hay marcos grabados para este evento',
|
'NoFramesRecorded' => 'No hay marcos grabados para este evento',
|
||||||
'NoGroup' => 'Sin grupo',
|
'NoGroup' => 'Sin grupo',
|
||||||
'NoSavedFilters' => 'No hay filtros guardados',
|
'NoSavedFilters' => 'No hay filtros guardados',
|
||||||
|
@ -528,6 +554,8 @@ $SLANG = array(
|
||||||
'OpGt' => 'mayor que',
|
'OpGt' => 'mayor que',
|
||||||
'OpGtEq' => 'mayor que o igual a',
|
'OpGtEq' => 'mayor que o igual a',
|
||||||
'OpIn' => 'en conjunto',
|
'OpIn' => 'en conjunto',
|
||||||
|
'OpIs' => 'is', // Added - 2018-08-30
|
||||||
|
'OpIsNot' => 'is not', // Added - 2018-08-30
|
||||||
'OpLt' => 'menor que',
|
'OpLt' => 'menor que',
|
||||||
'OpLtEq' => 'menor que o igual a',
|
'OpLtEq' => 'menor que o igual a',
|
||||||
'OpMatches' => 'coincidencias',
|
'OpMatches' => 'coincidencias',
|
||||||
|
@ -537,6 +565,7 @@ $SLANG = array(
|
||||||
'Open' => 'Abrir',
|
'Open' => 'Abrir',
|
||||||
'OptionHelp' => 'Ayuda de la opción',
|
'OptionHelp' => 'Ayuda de la opción',
|
||||||
'OptionRestartWarning' => 'Estos cambios podrían no surtir un efecto completo mientras el sistema esté ejecutándose. Cuando haya terminado haciendo cambios por favor asegúrese de reiniciar ZoneMinder.',
|
'OptionRestartWarning' => 'Estos cambios podrían no surtir un efecto completo mientras el sistema esté ejecutándose. Cuando haya terminado haciendo cambios por favor asegúrese de reiniciar ZoneMinder.',
|
||||||
|
'OptionalEncoderParam' => 'Optional Encoder Parameters', // Added - 2018-08-30
|
||||||
'Options' => 'Opciones',
|
'Options' => 'Opciones',
|
||||||
'OrEnterNewName' => 'o introduzca un nuevo nombre',
|
'OrEnterNewName' => 'o introduzca un nuevo nombre',
|
||||||
'Order' => 'Orden',
|
'Order' => 'Orden',
|
||||||
|
@ -574,9 +603,13 @@ $SLANG = array(
|
||||||
'ProfileProbeIntro' => 'The list below shows the existing stream profiles of the selected camera .<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that ZoneMinder cannot configure additional profiles and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>', // Added - 2015-04-18
|
'ProfileProbeIntro' => 'The list below shows the existing stream profiles of the selected camera .<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that ZoneMinder cannot configure additional profiles and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>', // Added - 2015-04-18
|
||||||
'Progress' => 'Progress', // Added - 2015-04-18
|
'Progress' => 'Progress', // Added - 2015-04-18
|
||||||
'Protocol' => 'Protocolo',
|
'Protocol' => 'Protocolo',
|
||||||
|
'RTSPDescribe' => 'Use RTSP Response Media URL', // Added - 2018-08-30
|
||||||
|
'RTSPTransport' => 'RTSP Transport Protocol', // Added - 2018-08-30
|
||||||
'Rate' => 'Valorar',
|
'Rate' => 'Valorar',
|
||||||
'Real' => 'Real',
|
'Real' => 'Real',
|
||||||
|
'RecaptchaWarning' => 'Your reCaptcha secret key is invalid. Please correct it, or reCaptcha will not work', // Added - 2018-08-30
|
||||||
'Record' => 'Grabar',
|
'Record' => 'Grabar',
|
||||||
|
'RecordAudio' => 'Whether to store the audio stream when saving an event.', // Added - 2018-08-30
|
||||||
'RefImageBlendPct' => 'Referencia de mezcla de imagen %ge',
|
'RefImageBlendPct' => 'Referencia de mezcla de imagen %ge',
|
||||||
'Refresh' => 'Refrescar',
|
'Refresh' => 'Refrescar',
|
||||||
'Remote' => 'Remoto',
|
'Remote' => 'Remoto',
|
||||||
|
@ -592,6 +625,7 @@ $SLANG = array(
|
||||||
'ReplayAll' => 'Todos los eventos',
|
'ReplayAll' => 'Todos los eventos',
|
||||||
'ReplayGapless' => 'Eventos sin espacios',
|
'ReplayGapless' => 'Eventos sin espacios',
|
||||||
'ReplaySingle' => 'Evento individual',
|
'ReplaySingle' => 'Evento individual',
|
||||||
|
'ReportEventAudit' => 'Audit Events Report', // Added - 2018-08-30
|
||||||
'Reset' => 'Restablecer',
|
'Reset' => 'Restablecer',
|
||||||
'ResetEventCounts' => 'Restablecer número de eventos',
|
'ResetEventCounts' => 'Restablecer número de eventos',
|
||||||
'Restart' => 'Reiniciar',
|
'Restart' => 'Reiniciar',
|
||||||
|
@ -610,6 +644,7 @@ $SLANG = array(
|
||||||
'Save' => 'Guardar',
|
'Save' => 'Guardar',
|
||||||
'SaveAs' => 'Guardar cómo',
|
'SaveAs' => 'Guardar cómo',
|
||||||
'SaveFilter' => 'Guardar filtro',
|
'SaveFilter' => 'Guardar filtro',
|
||||||
|
'SaveJPEGs' => 'Save JPEGs', // Added - 2018-08-30
|
||||||
'Scale' => 'Escalar',
|
'Scale' => 'Escalar',
|
||||||
'Score' => 'Cuenta',
|
'Score' => 'Cuenta',
|
||||||
'Secs' => 'Segs',
|
'Secs' => 'Segs',
|
||||||
|
@ -626,6 +661,7 @@ $SLANG = array(
|
||||||
'ShowFilterWindow' => 'Mostrar ventana de filtros',
|
'ShowFilterWindow' => 'Mostrar ventana de filtros',
|
||||||
'ShowTimeline' => 'Mostrar línea de tiempo',
|
'ShowTimeline' => 'Mostrar línea de tiempo',
|
||||||
'SignalCheckColour' => 'Color de comprobación de señal',
|
'SignalCheckColour' => 'Color de comprobación de señal',
|
||||||
|
'SignalCheckPoints' => 'Signal Check Points', // Added - 2018-08-30
|
||||||
'Size' => 'Tamaño',
|
'Size' => 'Tamaño',
|
||||||
'SkinDescription' => 'Cambiar el tema por defecto para este ordenador',
|
'SkinDescription' => 'Cambiar el tema por defecto para este ordenador',
|
||||||
'Sleep' => 'Dormir',
|
'Sleep' => 'Dormir',
|
||||||
|
@ -645,6 +681,10 @@ $SLANG = array(
|
||||||
'State' => 'Estado',
|
'State' => 'Estado',
|
||||||
'Stats' => 'Estadísticas',
|
'Stats' => 'Estadísticas',
|
||||||
'Status' => 'Estado',
|
'Status' => 'Estado',
|
||||||
|
'StatusConnected' => 'Capturing', // Added - 2018-08-30
|
||||||
|
'StatusNotRunning' => 'Not Running', // Added - 2018-08-30
|
||||||
|
'StatusRunning' => 'Not Capturing', // Added - 2018-08-30
|
||||||
|
'StatusUnknown' => 'Unknown', // Added - 2018-08-30
|
||||||
'Step' => 'Salto',
|
'Step' => 'Salto',
|
||||||
'StepBack' => 'Salto atrás',
|
'StepBack' => 'Salto atrás',
|
||||||
'StepForward' => 'Salto adelante',
|
'StepForward' => 'Salto adelante',
|
||||||
|
@ -655,6 +695,8 @@ $SLANG = array(
|
||||||
'Stills' => 'Fijas',
|
'Stills' => 'Fijas',
|
||||||
'Stop' => 'Detener',
|
'Stop' => 'Detener',
|
||||||
'Stopped' => 'Detenido',
|
'Stopped' => 'Detenido',
|
||||||
|
'StorageArea' => 'Storage Area', // Added - 2018-08-30
|
||||||
|
'StorageScheme' => 'Scheme', // Added - 2018-08-30
|
||||||
'Stream' => 'Corriente',
|
'Stream' => 'Corriente',
|
||||||
'StreamReplayBuffer' => 'Secuencia de búfer de reproducción',
|
'StreamReplayBuffer' => 'Secuencia de búfer de reproducción',
|
||||||
'Submit' => 'Enviar',
|
'Submit' => 'Enviar',
|
||||||
|
@ -674,9 +716,9 @@ $SLANG = array(
|
||||||
'TimelineTip4' => 'Use the controls below to zoom out or navigate back and forward through the time range.', // Added 2013.08.15.
|
'TimelineTip4' => 'Use the controls below to zoom out or navigate back and forward through the time range.', // Added 2013.08.15.
|
||||||
'Timestamp' => 'Marca de tiempo',
|
'Timestamp' => 'Marca de tiempo',
|
||||||
'TimestampLabelFormat' => 'Formato de hora multinacional',
|
'TimestampLabelFormat' => 'Formato de hora multinacional',
|
||||||
|
'TimestampLabelSize' => 'Tamaño de fuente',
|
||||||
'TimestampLabelX' => 'Etiqueta de tiempo X',
|
'TimestampLabelX' => 'Etiqueta de tiempo X',
|
||||||
'TimestampLabelY' => 'Etiqueta de tiempo Y',
|
'TimestampLabelY' => 'Etiqueta de tiempo Y',
|
||||||
'TimestampLabelSize' => 'Tamaño de fuente',
|
|
||||||
'Today' => 'Hoy',
|
'Today' => 'Hoy',
|
||||||
'Tools' => 'Herramientas',
|
'Tools' => 'Herramientas',
|
||||||
'Total' => 'Total',
|
'Total' => 'Total',
|
||||||
|
@ -721,6 +763,7 @@ $SLANG = array(
|
||||||
'VideoGenParms' => 'Video Generation Parameters', // Added - 2011-08-23
|
'VideoGenParms' => 'Video Generation Parameters', // Added - 2011-08-23
|
||||||
'VideoGenSucceeded' => 'Video Generation Succeeded!', // Added - 2011-08-23
|
'VideoGenSucceeded' => 'Video Generation Succeeded!', // Added - 2011-08-23
|
||||||
'VideoSize' => 'Video Size', // Added - 2011-08-23
|
'VideoSize' => 'Video Size', // Added - 2011-08-23
|
||||||
|
'VideoWriter' => 'Video Writer', // Added - 2018-08-30
|
||||||
'View' => 'Ver',
|
'View' => 'Ver',
|
||||||
'ViewAll' => 'Ver todos',
|
'ViewAll' => 'Ver todos',
|
||||||
'ViewEvent' => 'Ver evento',
|
'ViewEvent' => 'Ver evento',
|
||||||
|
@ -730,6 +773,7 @@ $SLANG = array(
|
||||||
'Watch' => 'Observar',
|
'Watch' => 'Observar',
|
||||||
'Web' => 'Web',
|
'Web' => 'Web',
|
||||||
'WebColour' => 'Color web',
|
'WebColour' => 'Color web',
|
||||||
|
'WebSiteUrl' => 'Website URL', // Added - 2018-08-30
|
||||||
'Week' => 'Semana',
|
'Week' => 'Semana',
|
||||||
'White' => 'Blanco',
|
'White' => 'Blanco',
|
||||||
'WhiteBalance' => 'Balance de blancos',
|
'WhiteBalance' => 'Balance de blancos',
|
||||||
|
|
|
@ -85,6 +85,8 @@ $SLANG = array(
|
||||||
'Actual' => 'Aktuaalne',
|
'Actual' => 'Aktuaalne',
|
||||||
'AddNewControl' => 'Lisa uus Kontroll',
|
'AddNewControl' => 'Lisa uus Kontroll',
|
||||||
'AddNewMonitor' => 'Lisa uus Monitor',
|
'AddNewMonitor' => 'Lisa uus Monitor',
|
||||||
|
'AddNewServer' => 'Add New Server', // Added - 2018-08-30
|
||||||
|
'AddNewStorage' => 'Add New Storage', // Added - 2018-08-30
|
||||||
'AddNewUser' => 'Lisa uus Kasutaja',
|
'AddNewUser' => 'Lisa uus Kasutaja',
|
||||||
'AddNewZone' => 'Lisa uus Tsoon',
|
'AddNewZone' => 'Lisa uus Tsoon',
|
||||||
'Alarm' => 'Alarm',
|
'Alarm' => 'Alarm',
|
||||||
|
@ -112,22 +114,32 @@ $SLANG = array(
|
||||||
'AttrArchiveStatus' => 'Arhiivi Staatus',
|
'AttrArchiveStatus' => 'Arhiivi Staatus',
|
||||||
'AttrAvgScore' => 'Keskm. Skoor',
|
'AttrAvgScore' => 'Keskm. Skoor',
|
||||||
'AttrCause' => 'Põhjus',
|
'AttrCause' => 'Põhjus',
|
||||||
'AttrDate' => 'Kp.',
|
|
||||||
'AttrDateTime' => 'Kp/Kellaaeg',
|
|
||||||
'AttrDiskBlocks' => 'Ketta Blokk',
|
'AttrDiskBlocks' => 'Ketta Blokk',
|
||||||
'AttrDiskPercent' => 'Ketta Protsent',
|
'AttrDiskPercent' => 'Ketta Protsent',
|
||||||
|
'AttrDiskSpace' => 'Disk Space', // Added - 2018-08-30
|
||||||
'AttrDuration' => 'Kestvus',
|
'AttrDuration' => 'Kestvus',
|
||||||
|
'AttrEndDate' => 'End Date', // Added - 2018-08-30
|
||||||
|
'AttrEndDateTime' => 'End Date/Time', // Added - 2018-08-30
|
||||||
|
'AttrEndTime' => 'End Time', // Added - 2018-08-30
|
||||||
|
'AttrEndWeekday' => 'End Weekday', // Added - 2018-08-30
|
||||||
|
'AttrFilterServer' => 'Server Filter is Running On', // Added - 2018-08-30
|
||||||
'AttrFrames' => 'Kaadrid',
|
'AttrFrames' => 'Kaadrid',
|
||||||
'AttrId' => 'Id',
|
'AttrId' => 'Id',
|
||||||
'AttrMaxScore' => 'Maks. Skoor',
|
'AttrMaxScore' => 'Maks. Skoor',
|
||||||
'AttrMonitorId' => 'Monitori Id',
|
'AttrMonitorId' => 'Monitori Id',
|
||||||
'AttrMonitorName' => 'Monitori Nimi',
|
'AttrMonitorName' => 'Monitori Nimi',
|
||||||
|
'AttrMonitorServer' => 'Server Monitor is Running On', // Added - 2018-08-30
|
||||||
'AttrName' => 'Nimi',
|
'AttrName' => 'Nimi',
|
||||||
'AttrNotes' => 'Märkmed',
|
'AttrNotes' => 'Märkmed',
|
||||||
|
'AttrStartDate' => 'Start Date', // Added - 2018-08-30
|
||||||
|
'AttrStartDateTime' => 'Start Date/Time', // Added - 2018-08-30
|
||||||
|
'AttrStartTime' => 'Start Time', // Added - 2018-08-30
|
||||||
|
'AttrStartWeekday' => 'Start Weekday', // Added - 2018-08-30
|
||||||
|
'AttrStateId' => 'Run State', // Added - 2018-08-30
|
||||||
|
'AttrStorageArea' => 'Storage Area', // Added - 2018-08-30
|
||||||
|
'AttrStorageServer' => 'Server Hosting Storage', // Added - 2018-08-30
|
||||||
'AttrSystemLoad' => 'Süsteemi Koormus',
|
'AttrSystemLoad' => 'Süsteemi Koormus',
|
||||||
'AttrTime' => 'Kellaaeg',
|
|
||||||
'AttrTotalScore' => 'Skoor Kokku',
|
'AttrTotalScore' => 'Skoor Kokku',
|
||||||
'AttrWeekday' => 'Tööpäevad',
|
|
||||||
'Auto' => 'Auto',
|
'Auto' => 'Auto',
|
||||||
'AutoStopTimeout' => 'Auto Stop Ajalimiit',
|
'AutoStopTimeout' => 'Auto Stop Ajalimiit',
|
||||||
'Available' => 'Saadaval',
|
'Available' => 'Saadaval',
|
||||||
|
@ -160,9 +172,11 @@ $SLANG = array(
|
||||||
'BadRefBlendPerc' => 'Reference blend percentage must be a positive integer',
|
'BadRefBlendPerc' => 'Reference blend percentage must be a positive integer',
|
||||||
'BadSectionLength' => 'Section length must be an integer of 30 or more',
|
'BadSectionLength' => 'Section length must be an integer of 30 or more',
|
||||||
'BadSignalCheckColour' => 'Signal check colour must be a valid RGB colour string',
|
'BadSignalCheckColour' => 'Signal check colour must be a valid RGB colour string',
|
||||||
|
'BadSourceType' => 'Source Type \"Web Site\" requires the Function to be set to \"Monitor\"', // Added - 2018-08-30
|
||||||
'BadStreamReplayBuffer' => 'Stream replay buffer must be an integer of zero or more',
|
'BadStreamReplayBuffer' => 'Stream replay buffer must be an integer of zero or more',
|
||||||
'BadWarmupCount' => 'Warmup frames must be an integer of zero or more',
|
'BadWarmupCount' => 'Warmup frames must be an integer of zero or more',
|
||||||
'BadWebColour' => 'Web colour must be a valid web colour string',
|
'BadWebColour' => 'Web colour must be a valid web colour string',
|
||||||
|
'BadWebSitePath' => 'Please enter a complete website url, including the http:// or https:// prefix.', // Added - 2018-08-30
|
||||||
'BadWidth' => 'Width must be set to a valid value',
|
'BadWidth' => 'Width must be set to a valid value',
|
||||||
'Bandwidth' => 'Ribalaius',
|
'Bandwidth' => 'Ribalaius',
|
||||||
'BandwidthHead' => 'Ribalaius', // This is the end of the bandwidth status on the top of the console, different in many language due to phrasing
|
'BandwidthHead' => 'Ribalaius', // This is the end of the bandwidth status on the top of the console, different in many language due to phrasing
|
||||||
|
@ -226,10 +240,12 @@ $SLANG = array(
|
||||||
'ChooseLogSelection' => 'Choose a log selection', // Added - 2011-06-17
|
'ChooseLogSelection' => 'Choose a log selection', // Added - 2011-06-17
|
||||||
'ChoosePreset' => 'Choose Preset',
|
'ChoosePreset' => 'Choose Preset',
|
||||||
'Clear' => 'Clear', // Added - 2011-06-16
|
'Clear' => 'Clear', // Added - 2011-06-16
|
||||||
|
'CloneMonitor' => 'Clone', // Added - 2018-08-30
|
||||||
'Close' => 'Sule',
|
'Close' => 'Sule',
|
||||||
'Colour' => 'Värv',
|
'Colour' => 'Värv',
|
||||||
'Command' => 'Käsk',
|
'Command' => 'Käsk',
|
||||||
'Component' => 'Komponent', // Added - 2011-06-16
|
'Component' => 'Komponent', // Added - 2011-06-16
|
||||||
|
'ConcurrentFilter' => 'Run filter concurrently', // Added - 2018-08-30
|
||||||
'Config' => 'Seadistus',
|
'Config' => 'Seadistus',
|
||||||
'ConfiguredFor' => 'Seadistatud',
|
'ConfiguredFor' => 'Seadistatud',
|
||||||
'ConfirmDeleteEvents' => 'Oled sa kindel kustamaks valitud sündmused?',
|
'ConfirmDeleteEvents' => 'Oled sa kindel kustamaks valitud sündmused?',
|
||||||
|
@ -287,9 +303,11 @@ $SLANG = array(
|
||||||
'DonateRemindWeek' => 'EI veel, tuleta meelde nädala pärast',
|
'DonateRemindWeek' => 'EI veel, tuleta meelde nädala pärast',
|
||||||
'DonateYes' => 'Jah, Ma soovin annetada',
|
'DonateYes' => 'Jah, Ma soovin annetada',
|
||||||
'Download' => 'Lae alla',
|
'Download' => 'Lae alla',
|
||||||
|
'DownloadVideo' => 'Download Video', // Added - 2018-08-30
|
||||||
'DuplicateMonitorName' => 'Dubleeri Monitori Nimi',
|
'DuplicateMonitorName' => 'Dubleeri Monitori Nimi',
|
||||||
'Duration' => 'Kestvus',
|
'Duration' => 'Kestvus',
|
||||||
'Edit' => 'Muuda',
|
'Edit' => 'Muuda',
|
||||||
|
'EditLayout' => 'Edit Layout', // Added - 2018-08-30
|
||||||
'Email' => 'Email',
|
'Email' => 'Email',
|
||||||
'EnableAlarms' => 'Luba Alarmid',
|
'EnableAlarms' => 'Luba Alarmid',
|
||||||
'Enabled' => 'Lubatud',
|
'Enabled' => 'Lubatud',
|
||||||
|
@ -306,6 +324,7 @@ $SLANG = array(
|
||||||
'Events' => 'Sündmuseid',
|
'Events' => 'Sündmuseid',
|
||||||
'Exclude' => 'Jäta välja',
|
'Exclude' => 'Jäta välja',
|
||||||
'Execute' => 'Käivita',
|
'Execute' => 'Käivita',
|
||||||
|
'Exif' => 'Embed EXIF data into image', // Added - 2018-08-30
|
||||||
'Export' => 'Eksport',
|
'Export' => 'Eksport',
|
||||||
'ExportDetails' => 'Ekspordi Sündmuste Detailid',
|
'ExportDetails' => 'Ekspordi Sündmuste Detailid',
|
||||||
'ExportFailed' => 'Eksportimine Ebaõnnestus',
|
'ExportFailed' => 'Eksportimine Ebaõnnestus',
|
||||||
|
@ -335,8 +354,10 @@ $SLANG = array(
|
||||||
'FilterExecuteEvents' => 'Execute command on all matches',
|
'FilterExecuteEvents' => 'Execute command on all matches',
|
||||||
'FilterLog' => 'Filter log', // Added - 2015-04-18
|
'FilterLog' => 'Filter log', // Added - 2015-04-18
|
||||||
'FilterMessageEvents' => 'Message details of all matches',
|
'FilterMessageEvents' => 'Message details of all matches',
|
||||||
|
'FilterMoveEvents' => 'Move all matches', // Added - 2018-08-30
|
||||||
'FilterPx' => 'Filter Px',
|
'FilterPx' => 'Filter Px',
|
||||||
'FilterUnset' => 'You must specify a filter width and height',
|
'FilterUnset' => 'You must specify a filter width and height',
|
||||||
|
'FilterUpdateDiskSpace'=> 'Update used disk space', // Added - 2018-08-30
|
||||||
'FilterUploadEvents' => 'Upload all matches',
|
'FilterUploadEvents' => 'Upload all matches',
|
||||||
'FilterVideoEvents' => 'Create video for all matches',
|
'FilterVideoEvents' => 'Create video for all matches',
|
||||||
'Filters' => 'Filtrid',
|
'Filters' => 'Filtrid',
|
||||||
|
@ -361,6 +382,7 @@ $SLANG = array(
|
||||||
'Function' => 'Funktsioon',
|
'Function' => 'Funktsioon',
|
||||||
'Gain' => 'Gain',
|
'Gain' => 'Gain',
|
||||||
'General' => 'Peamine',
|
'General' => 'Peamine',
|
||||||
|
'GenerateDownload' => 'Generate Download', // Added - 2018-08-30
|
||||||
'GenerateVideo' => 'Genereeri Video',
|
'GenerateVideo' => 'Genereeri Video',
|
||||||
'GeneratingVideo' => 'Genereerin Videot',
|
'GeneratingVideo' => 'Genereerin Videot',
|
||||||
'GoToZoneMinder' => 'Mine ZoneMinder.com',
|
'GoToZoneMinder' => 'Mine ZoneMinder.com',
|
||||||
|
@ -381,6 +403,7 @@ $SLANG = array(
|
||||||
'High' => 'Suurim',
|
'High' => 'Suurim',
|
||||||
'HighBW' => 'High B/W',
|
'HighBW' => 'High B/W',
|
||||||
'Home' => 'Koju',
|
'Home' => 'Koju',
|
||||||
|
'Hostname' => 'Hostname', // Added - 2018-08-30
|
||||||
'Hour' => 'Tunnis',
|
'Hour' => 'Tunnis',
|
||||||
'Hue' => 'Hue',
|
'Hue' => 'Hue',
|
||||||
'Id' => 'Id',
|
'Id' => 'Id',
|
||||||
|
@ -405,6 +428,7 @@ $SLANG = array(
|
||||||
'Line' => 'Line', // Added - 2011-06-16
|
'Line' => 'Line', // Added - 2011-06-16
|
||||||
'LinkedMonitors' => 'Lingitud monitorid',
|
'LinkedMonitors' => 'Lingitud monitorid',
|
||||||
'List' => 'List',
|
'List' => 'List',
|
||||||
|
'ListMatches' => 'List Matches', // Added - 2018-08-30
|
||||||
'Load' => 'Koormus',
|
'Load' => 'Koormus',
|
||||||
'Local' => 'Local',
|
'Local' => 'Local',
|
||||||
'Log' => 'Logi', // Added - 2011-06-16
|
'Log' => 'Logi', // Added - 2011-06-16
|
||||||
|
@ -491,6 +515,7 @@ $SLANG = array(
|
||||||
'MonitorProbeIntro' => 'The list below shows detected analog and network cameras and whether they are already being used or available for selection.<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that not all cameras may be detected and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>',
|
'MonitorProbeIntro' => 'The list below shows detected analog and network cameras and whether they are already being used or available for selection.<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that not all cameras may be detected and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>',
|
||||||
'Monitors' => 'Monitors',
|
'Monitors' => 'Monitors',
|
||||||
'Montage' => 'Montage',
|
'Montage' => 'Montage',
|
||||||
|
'MontageReview' => 'Montage Review', // Added - 2018-08-30
|
||||||
'Month' => 'Kuus',
|
'Month' => 'Kuus',
|
||||||
'More' => 'Veel', // Added - 2011-06-16
|
'More' => 'Veel', // Added - 2011-06-16
|
||||||
'MotionFrameSkip' => 'Motion Frame Skip',
|
'MotionFrameSkip' => 'Motion Frame Skip',
|
||||||
|
@ -517,6 +542,7 @@ $SLANG = array(
|
||||||
'Next' => 'Järgmine',
|
'Next' => 'Järgmine',
|
||||||
'No' => 'Ei',
|
'No' => 'Ei',
|
||||||
'NoDetectedCameras' => 'Ei leidnud kaameraid',
|
'NoDetectedCameras' => 'Ei leidnud kaameraid',
|
||||||
|
'NoDetectedProfiles' => 'No Detected Profiles', // Added - 2018-08-30
|
||||||
'NoFramesRecorded' => 'Ei ole kaadreid salvetatud selles sündmuses',
|
'NoFramesRecorded' => 'Ei ole kaadreid salvetatud selles sündmuses',
|
||||||
'NoGroup' => 'Ei krupp',
|
'NoGroup' => 'Ei krupp',
|
||||||
'NoSavedFilters' => 'EiSalvestatudFiltreid',
|
'NoSavedFilters' => 'EiSalvestatudFiltreid',
|
||||||
|
@ -535,6 +561,8 @@ $SLANG = array(
|
||||||
'OpGt' => 'Suurem kui',
|
'OpGt' => 'Suurem kui',
|
||||||
'OpGtEq' => 'suurem kui või võrdne',
|
'OpGtEq' => 'suurem kui või võrdne',
|
||||||
'OpIn' => 'in set',
|
'OpIn' => 'in set',
|
||||||
|
'OpIs' => 'is', // Added - 2018-08-30
|
||||||
|
'OpIsNot' => 'is not', // Added - 2018-08-30
|
||||||
'OpLt' => 'vähem kui',
|
'OpLt' => 'vähem kui',
|
||||||
'OpLtEq' => 'vähem kui või võrdne',
|
'OpLtEq' => 'vähem kui või võrdne',
|
||||||
'OpMatches' => 'klapib',
|
'OpMatches' => 'klapib',
|
||||||
|
@ -544,6 +572,7 @@ $SLANG = array(
|
||||||
'Open' => 'Ava',
|
'Open' => 'Ava',
|
||||||
'OptionHelp' => 'Valik Aita',
|
'OptionHelp' => 'Valik Aita',
|
||||||
'OptionRestartWarning' => 'These changes may not come into effect fully\nwhile the system is running. When you have\nfinished making your changes please ensure that\nyou restart ZoneMinder.',
|
'OptionRestartWarning' => 'These changes may not come into effect fully\nwhile the system is running. When you have\nfinished making your changes please ensure that\nyou restart ZoneMinder.',
|
||||||
|
'OptionalEncoderParam' => 'Optional Encoder Parameters', // Added - 2018-08-30
|
||||||
'Options' => 'Seaded',
|
'Options' => 'Seaded',
|
||||||
'OrEnterNewName' => 'või sisesta uus nimi',
|
'OrEnterNewName' => 'või sisesta uus nimi',
|
||||||
'Order' => 'Järjekord',
|
'Order' => 'Järjekord',
|
||||||
|
@ -581,9 +610,13 @@ $SLANG = array(
|
||||||
'ProfileProbeIntro' => 'The list below shows the existing stream profiles of the selected camera .<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that ZoneMinder cannot configure additional profiles and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>', // Added - 2015-04-18
|
'ProfileProbeIntro' => 'The list below shows the existing stream profiles of the selected camera .<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that ZoneMinder cannot configure additional profiles and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>', // Added - 2015-04-18
|
||||||
'Progress' => 'Progress', // Added - 2015-04-18
|
'Progress' => 'Progress', // Added - 2015-04-18
|
||||||
'Protocol' => 'Protocol',
|
'Protocol' => 'Protocol',
|
||||||
|
'RTSPDescribe' => 'Use RTSP Response Media URL', // Added - 2018-08-30
|
||||||
|
'RTSPTransport' => 'RTSP Transport Protocol', // Added - 2018-08-30
|
||||||
'Rate' => 'Rate',
|
'Rate' => 'Rate',
|
||||||
'Real' => 'Reaaalne',
|
'Real' => 'Reaaalne',
|
||||||
|
'RecaptchaWarning' => 'Your reCaptcha secret key is invalid. Please correct it, or reCaptcha will not work', // Added - 2018-08-30
|
||||||
'Record' => 'Salvesta',
|
'Record' => 'Salvesta',
|
||||||
|
'RecordAudio' => 'Whether to store the audio stream when saving an event.', // Added - 2018-08-30
|
||||||
'RefImageBlendPct' => 'Reference Image Blend %ge',
|
'RefImageBlendPct' => 'Reference Image Blend %ge',
|
||||||
'Refresh' => 'Värskenda',
|
'Refresh' => 'Värskenda',
|
||||||
'Remote' => 'Remote',
|
'Remote' => 'Remote',
|
||||||
|
@ -599,6 +632,7 @@ $SLANG = array(
|
||||||
'ReplayAll' => 'Kõik sündmused',
|
'ReplayAll' => 'Kõik sündmused',
|
||||||
'ReplayGapless' => 'Lünkadeta sündmused',
|
'ReplayGapless' => 'Lünkadeta sündmused',
|
||||||
'ReplaySingle' => 'Üksik sündmus',
|
'ReplaySingle' => 'Üksik sündmus',
|
||||||
|
'ReportEventAudit' => 'Audit Events Report', // Added - 2018-08-30
|
||||||
'Reset' => 'Reset',
|
'Reset' => 'Reset',
|
||||||
'ResetEventCounts' => 'Reset Event Counts',
|
'ResetEventCounts' => 'Reset Event Counts',
|
||||||
'Restart' => 'Taaskäivita',
|
'Restart' => 'Taaskäivita',
|
||||||
|
@ -617,6 +651,7 @@ $SLANG = array(
|
||||||
'Save' => 'Salvesta',
|
'Save' => 'Salvesta',
|
||||||
'SaveAs' => 'Salvesta kui',
|
'SaveAs' => 'Salvesta kui',
|
||||||
'SaveFilter' => 'Salvesta Filter',
|
'SaveFilter' => 'Salvesta Filter',
|
||||||
|
'SaveJPEGs' => 'Save JPEGs', // Added - 2018-08-30
|
||||||
'Scale' => 'Skaala',
|
'Scale' => 'Skaala',
|
||||||
'Score' => 'Skoor',
|
'Score' => 'Skoor',
|
||||||
'Secs' => 'Secs',
|
'Secs' => 'Secs',
|
||||||
|
@ -633,6 +668,7 @@ $SLANG = array(
|
||||||
'ShowFilterWindow' => 'Näita Filtri Akent',
|
'ShowFilterWindow' => 'Näita Filtri Akent',
|
||||||
'ShowTimeline' => 'Näita Timeline',
|
'ShowTimeline' => 'Näita Timeline',
|
||||||
'SignalCheckColour' => 'Signaali Kontroll Värv',
|
'SignalCheckColour' => 'Signaali Kontroll Värv',
|
||||||
|
'SignalCheckPoints' => 'Signal Check Points', // Added - 2018-08-30
|
||||||
'Size' => 'Suurus',
|
'Size' => 'Suurus',
|
||||||
'SkinDescription' => 'Vaheta veebilehe välimus selles arvutis', // Added - 2011-03-02
|
'SkinDescription' => 'Vaheta veebilehe välimus selles arvutis', // Added - 2011-03-02
|
||||||
'Sleep' => 'Maga',
|
'Sleep' => 'Maga',
|
||||||
|
@ -652,6 +688,10 @@ $SLANG = array(
|
||||||
'State' => 'Olek',
|
'State' => 'Olek',
|
||||||
'Stats' => 'Statistika',
|
'Stats' => 'Statistika',
|
||||||
'Status' => 'Staatus',
|
'Status' => 'Staatus',
|
||||||
|
'StatusConnected' => 'Capturing', // Added - 2018-08-30
|
||||||
|
'StatusNotRunning' => 'Not Running', // Added - 2018-08-30
|
||||||
|
'StatusRunning' => 'Not Capturing', // Added - 2018-08-30
|
||||||
|
'StatusUnknown' => 'Unknown', // Added - 2018-08-30
|
||||||
'Step' => 'Samm',
|
'Step' => 'Samm',
|
||||||
'StepBack' => 'Samm tagasi',
|
'StepBack' => 'Samm tagasi',
|
||||||
'StepForward' => 'Samm edasi',
|
'StepForward' => 'Samm edasi',
|
||||||
|
@ -662,6 +702,8 @@ $SLANG = array(
|
||||||
'Stills' => 'Stills',
|
'Stills' => 'Stills',
|
||||||
'Stop' => 'Stop',
|
'Stop' => 'Stop',
|
||||||
'Stopped' => 'Stopitud',
|
'Stopped' => 'Stopitud',
|
||||||
|
'StorageArea' => 'Storage Area', // Added - 2018-08-30
|
||||||
|
'StorageScheme' => 'Scheme', // Added - 2018-08-30
|
||||||
'Stream' => 'Striim',
|
'Stream' => 'Striim',
|
||||||
'StreamReplayBuffer' => 'Striimi Replay Pildi Puhver',
|
'StreamReplayBuffer' => 'Striimi Replay Pildi Puhver',
|
||||||
'Submit' => 'Submit',
|
'Submit' => 'Submit',
|
||||||
|
@ -681,6 +723,7 @@ $SLANG = array(
|
||||||
'TimelineTip4' => 'Use the controls below to zoom out or navigate back and forward through the time range.', // Added 2013.08.15.
|
'TimelineTip4' => 'Use the controls below to zoom out or navigate back and forward through the time range.', // Added 2013.08.15.
|
||||||
'Timestamp' => 'Timestamp',
|
'Timestamp' => 'Timestamp',
|
||||||
'TimestampLabelFormat' => 'Timestamp Label Format',
|
'TimestampLabelFormat' => 'Timestamp Label Format',
|
||||||
|
'TimestampLabelSize' => 'Font Size', // Added - 2018-08-30
|
||||||
'TimestampLabelX' => 'Timestamp Label X',
|
'TimestampLabelX' => 'Timestamp Label X',
|
||||||
'TimestampLabelY' => 'Timestamp Label Y',
|
'TimestampLabelY' => 'Timestamp Label Y',
|
||||||
'Today' => 'Täna',
|
'Today' => 'Täna',
|
||||||
|
@ -727,6 +770,7 @@ $SLANG = array(
|
||||||
'VideoGenParms' => 'Video Genereerimise Parameetrid',
|
'VideoGenParms' => 'Video Genereerimise Parameetrid',
|
||||||
'VideoGenSucceeded' => 'Video Genereerimine Õnnestus!!!',
|
'VideoGenSucceeded' => 'Video Genereerimine Õnnestus!!!',
|
||||||
'VideoSize' => 'Video Suurus',
|
'VideoSize' => 'Video Suurus',
|
||||||
|
'VideoWriter' => 'Video Writer', // Added - 2018-08-30
|
||||||
'View' => 'Vaata',
|
'View' => 'Vaata',
|
||||||
'ViewAll' => 'View All',
|
'ViewAll' => 'View All',
|
||||||
'ViewEvent' => 'Vaata Sündmust',
|
'ViewEvent' => 'Vaata Sündmust',
|
||||||
|
@ -736,6 +780,7 @@ $SLANG = array(
|
||||||
'Watch' => 'Vaata',
|
'Watch' => 'Vaata',
|
||||||
'Web' => 'Veeb',
|
'Web' => 'Veeb',
|
||||||
'WebColour' => 'Veebi värv',
|
'WebColour' => 'Veebi värv',
|
||||||
|
'WebSiteUrl' => 'Website URL', // Added - 2018-08-30
|
||||||
'Week' => 'Nädalas',
|
'Week' => 'Nädalas',
|
||||||
'White' => 'White',
|
'White' => 'White',
|
||||||
'WhiteBalance' => 'White Balance',
|
'WhiteBalance' => 'White Balance',
|
||||||
|
|
|
@ -84,6 +84,8 @@ $SLANG = array(
|
||||||
'Actual' => 'Réel',
|
'Actual' => 'Réel',
|
||||||
'AddNewControl' => 'Ajouter contrôle',
|
'AddNewControl' => 'Ajouter contrôle',
|
||||||
'AddNewMonitor' => 'Ajouter caméra',
|
'AddNewMonitor' => 'Ajouter caméra',
|
||||||
|
'AddNewServer' => 'Add New Server', // Added - 2018-08-30
|
||||||
|
'AddNewStorage' => 'Add New Storage', // Added - 2018-08-30
|
||||||
'AddNewUser' => 'Ajouter utilisateur',
|
'AddNewUser' => 'Ajouter utilisateur',
|
||||||
'AddNewZone' => 'Ajouter zone',
|
'AddNewZone' => 'Ajouter zone',
|
||||||
'Alarm' => 'Alarme',
|
'Alarm' => 'Alarme',
|
||||||
|
@ -111,22 +113,32 @@ $SLANG = array(
|
||||||
'AttrArchiveStatus' => 'Etat Archive',
|
'AttrArchiveStatus' => 'Etat Archive',
|
||||||
'AttrAvgScore' => 'Score moy.',
|
'AttrAvgScore' => 'Score moy.',
|
||||||
'AttrCause' => 'Cause',
|
'AttrCause' => 'Cause',
|
||||||
'AttrDate' => 'Date',
|
|
||||||
'AttrDateTime' => 'Date/Heure',
|
|
||||||
'AttrDiskBlocks' => 'Blocs disque',
|
'AttrDiskBlocks' => 'Blocs disque',
|
||||||
'AttrDiskPercent' => '% disque',
|
'AttrDiskPercent' => '% disque',
|
||||||
|
'AttrDiskSpace' => 'Disk Space', // Added - 2018-08-30
|
||||||
'AttrDuration' => 'Durée',
|
'AttrDuration' => 'Durée',
|
||||||
|
'AttrEndDate' => 'End Date', // Added - 2018-08-30
|
||||||
|
'AttrEndDateTime' => 'End Date/Time', // Added - 2018-08-30
|
||||||
|
'AttrEndTime' => 'End Time', // Added - 2018-08-30
|
||||||
|
'AttrEndWeekday' => 'End Weekday', // Added - 2018-08-30
|
||||||
|
'AttrFilterServer' => 'Server Filter is Running On', // Added - 2018-08-30
|
||||||
'AttrFrames' => 'Images',
|
'AttrFrames' => 'Images',
|
||||||
'AttrId' => 'Id',
|
'AttrId' => 'Id',
|
||||||
'AttrMaxScore' => 'Score max.',
|
'AttrMaxScore' => 'Score max.',
|
||||||
'AttrMonitorId' => 'N°',
|
'AttrMonitorId' => 'N°',
|
||||||
'AttrMonitorName' => 'Nom caméra',
|
'AttrMonitorName' => 'Nom caméra',
|
||||||
|
'AttrMonitorServer' => 'Server Monitor is Running On', // Added - 2018-08-30
|
||||||
'AttrName' => 'Nom',
|
'AttrName' => 'Nom',
|
||||||
'AttrNotes' => 'Notes',
|
'AttrNotes' => 'Notes',
|
||||||
|
'AttrStartDate' => 'Start Date', // Added - 2018-08-30
|
||||||
|
'AttrStartDateTime' => 'Start Date/Time', // Added - 2018-08-30
|
||||||
|
'AttrStartTime' => 'Start Time', // Added - 2018-08-30
|
||||||
|
'AttrStartWeekday' => 'Start Weekday', // Added - 2018-08-30
|
||||||
|
'AttrStateId' => 'Run State', // Added - 2018-08-30
|
||||||
|
'AttrStorageArea' => 'Storage Area', // Added - 2018-08-30
|
||||||
|
'AttrStorageServer' => 'Server Hosting Storage', // Added - 2018-08-30
|
||||||
'AttrSystemLoad' => 'Charge système',
|
'AttrSystemLoad' => 'Charge système',
|
||||||
'AttrTime' => 'Heure',
|
|
||||||
'AttrTotalScore' => 'Score total',
|
'AttrTotalScore' => 'Score total',
|
||||||
'AttrWeekday' => 'Semaine',
|
|
||||||
'Auto' => 'Auto',
|
'Auto' => 'Auto',
|
||||||
'AutoStopTimeout' => 'Temporisation arrêt',
|
'AutoStopTimeout' => 'Temporisation arrêt',
|
||||||
'Available' => 'Disponibles', // Added - 2009-03-31
|
'Available' => 'Disponibles', // Added - 2009-03-31
|
||||||
|
@ -159,9 +171,11 @@ $SLANG = array(
|
||||||
'BadRefBlendPerc' => 'Le pourcentage de fusion de l\'image de référence doit être un entier supérieur à 0 et inférieur à 100',
|
'BadRefBlendPerc' => 'Le pourcentage de fusion de l\'image de référence doit être un entier supérieur à 0 et inférieur à 100',
|
||||||
'BadSectionLength' => 'La longueur de la section doit être un entier supérieur ou égal à 30',
|
'BadSectionLength' => 'La longueur de la section doit être un entier supérieur ou égal à 30',
|
||||||
'BadSignalCheckColour' => 'La chaîne de caractères pour la couleur d\'état du signal est invalide',
|
'BadSignalCheckColour' => 'La chaîne de caractères pour la couleur d\'état du signal est invalide',
|
||||||
|
'BadSourceType' => 'Source Type \"Web Site\" requires the Function to be set to \"Monitor\"', // Added - 2018-08-30
|
||||||
'BadStreamReplayBuffer'=> 'Le tampon d\'images pour la relecture doit être un entier supérieur ou égal à 0',
|
'BadStreamReplayBuffer'=> 'Le tampon d\'images pour la relecture doit être un entier supérieur ou égal à 0',
|
||||||
'BadWarmupCount' => 'Le nombre d\'images tests doit être un entier supérieur ou égal à 0',
|
'BadWarmupCount' => 'Le nombre d\'images tests doit être un entier supérieur ou égal à 0',
|
||||||
'BadWebColour' => 'La chaîne de caractères pour la couleur web est invalide',
|
'BadWebColour' => 'La chaîne de caractères pour la couleur web est invalide',
|
||||||
|
'BadWebSitePath' => 'Please enter a complete website url, including the http:// or https:// prefix.', // Added - 2018-08-30
|
||||||
'BadWidth' => 'La valeur de la largeur est invalide',
|
'BadWidth' => 'La valeur de la largeur est invalide',
|
||||||
'Bandwidth' => 'Débit',
|
'Bandwidth' => 'Débit',
|
||||||
'BandwidthHead' => 'Débit', // This is the end of the bandwidth status on the top of the console, different in many language due to phrasing
|
'BandwidthHead' => 'Débit', // This is the end of the bandwidth status on the top of the console, different in many language due to phrasing
|
||||||
|
@ -225,10 +239,12 @@ $SLANG = array(
|
||||||
'ChooseLogSelection' => 'Choisir une sélection de journaux', // Added - 2011-06-17
|
'ChooseLogSelection' => 'Choisir une sélection de journaux', // Added - 2011-06-17
|
||||||
'ChoosePreset' => 'Choisir préréglage',
|
'ChoosePreset' => 'Choisir préréglage',
|
||||||
'Clear' => 'Effacer', // Added - 2011-06-16
|
'Clear' => 'Effacer', // Added - 2011-06-16
|
||||||
|
'CloneMonitor' => 'Clone', // Added - 2018-08-30
|
||||||
'Close' => 'Fermer',
|
'Close' => 'Fermer',
|
||||||
'Colour' => 'Couleur',
|
'Colour' => 'Couleur',
|
||||||
'Command' => 'Commande',
|
'Command' => 'Commande',
|
||||||
'Component' => 'Composant', // Added - 2011-06-16
|
'Component' => 'Composant', // Added - 2011-06-16
|
||||||
|
'ConcurrentFilter' => 'Run filter concurrently', // Added - 2018-08-30
|
||||||
'Config' => 'Config',
|
'Config' => 'Config',
|
||||||
'ConfiguredFor' => 'Configuré pour',
|
'ConfiguredFor' => 'Configuré pour',
|
||||||
'ConfirmDeleteEvents' => 'Etes-vous sûr de vouloir effacer le(s) événement(s) sélectionné(s)?',
|
'ConfirmDeleteEvents' => 'Etes-vous sûr de vouloir effacer le(s) événement(s) sélectionné(s)?',
|
||||||
|
@ -286,9 +302,11 @@ $SLANG = array(
|
||||||
'DonateRemindWeek' => 'Pas encore, me rappeler dans 1 semaine',
|
'DonateRemindWeek' => 'Pas encore, me rappeler dans 1 semaine',
|
||||||
'DonateYes' => 'Oui, je souhaiterais faire un don maintenant',
|
'DonateYes' => 'Oui, je souhaiterais faire un don maintenant',
|
||||||
'Download' => 'Télécharger',
|
'Download' => 'Télécharger',
|
||||||
|
'DownloadVideo' => 'Download Video', // Added - 2018-08-30
|
||||||
'DuplicateMonitorName' => 'Dupliquer le nom de la caméra', // Added - 2009-03-31
|
'DuplicateMonitorName' => 'Dupliquer le nom de la caméra', // Added - 2009-03-31
|
||||||
'Duration' => 'Durée',
|
'Duration' => 'Durée',
|
||||||
'Edit' => 'Editer',
|
'Edit' => 'Editer',
|
||||||
|
'EditLayout' => 'Edit Layout', // Added - 2018-08-30
|
||||||
'Email' => 'Email',
|
'Email' => 'Email',
|
||||||
'EnableAlarms' => 'Activer les alarmes',
|
'EnableAlarms' => 'Activer les alarmes',
|
||||||
'Enabled' => 'Activé',
|
'Enabled' => 'Activé',
|
||||||
|
@ -305,6 +323,7 @@ $SLANG = array(
|
||||||
'Events' => 'Evénements',
|
'Events' => 'Evénements',
|
||||||
'Exclude' => 'Exclure',
|
'Exclude' => 'Exclure',
|
||||||
'Execute' => 'Exécuter',
|
'Execute' => 'Exécuter',
|
||||||
|
'Exif' => 'Embed EXIF data into image', // Added - 2018-08-30
|
||||||
'Export' => 'Exporter',
|
'Export' => 'Exporter',
|
||||||
'ExportDetails' => 'Exporter détails événements',
|
'ExportDetails' => 'Exporter détails événements',
|
||||||
'ExportFailed' => 'Exportation échouée',
|
'ExportFailed' => 'Exportation échouée',
|
||||||
|
@ -334,8 +353,10 @@ $SLANG = array(
|
||||||
'FilterExecuteEvents' => 'Exécuter une commande',
|
'FilterExecuteEvents' => 'Exécuter une commande',
|
||||||
'FilterLog' => 'Filtre', // Added - 2015-04-18
|
'FilterLog' => 'Filtre', // Added - 2015-04-18
|
||||||
'FilterMessageEvents' => 'Envoyer les détails par message',
|
'FilterMessageEvents' => 'Envoyer les détails par message',
|
||||||
|
'FilterMoveEvents' => 'Move all matches', // Added - 2018-08-30
|
||||||
'FilterPx' => 'Filtre Px',
|
'FilterPx' => 'Filtre Px',
|
||||||
'FilterUnset' => 'Vous devez spécifier une largeur et une hauteur de filtre',
|
'FilterUnset' => 'Vous devez spécifier une largeur et une hauteur de filtre',
|
||||||
|
'FilterUpdateDiskSpace'=> 'Update used disk space', // Added - 2018-08-30
|
||||||
'FilterUploadEvents' => 'Transférer',
|
'FilterUploadEvents' => 'Transférer',
|
||||||
'FilterVideoEvents' => 'Créer vidéo',
|
'FilterVideoEvents' => 'Créer vidéo',
|
||||||
'Filters' => 'Filtres',
|
'Filters' => 'Filtres',
|
||||||
|
@ -360,6 +381,7 @@ $SLANG = array(
|
||||||
'Function' => 'Mode',
|
'Function' => 'Mode',
|
||||||
'Gain' => 'Gain',
|
'Gain' => 'Gain',
|
||||||
'General' => 'Général',
|
'General' => 'Général',
|
||||||
|
'GenerateDownload' => 'Generate Download', // Added - 2018-08-30
|
||||||
'GenerateVideo' => 'Générer vidéo',
|
'GenerateVideo' => 'Générer vidéo',
|
||||||
'GeneratingVideo' => 'Génération vidéo',
|
'GeneratingVideo' => 'Génération vidéo',
|
||||||
'GoToZoneMinder' => 'Aller sur ZoneMinder.com',
|
'GoToZoneMinder' => 'Aller sur ZoneMinder.com',
|
||||||
|
@ -380,6 +402,7 @@ $SLANG = array(
|
||||||
'High' => 'Haut',
|
'High' => 'Haut',
|
||||||
'HighBW' => 'Haut débit',
|
'HighBW' => 'Haut débit',
|
||||||
'Home' => 'Maison',
|
'Home' => 'Maison',
|
||||||
|
'Hostname' => 'Hostname', // Added - 2018-08-30
|
||||||
'Hour' => 'Heure',
|
'Hour' => 'Heure',
|
||||||
'Hue' => 'Teinte',
|
'Hue' => 'Teinte',
|
||||||
'Id' => 'N°',
|
'Id' => 'N°',
|
||||||
|
@ -404,6 +427,7 @@ $SLANG = array(
|
||||||
'Line' => 'Ligne', // Added - 2011-06-16
|
'Line' => 'Ligne', // Added - 2011-06-16
|
||||||
'LinkedMonitors' => 'Caméra(s) liée(s)',
|
'LinkedMonitors' => 'Caméra(s) liée(s)',
|
||||||
'List' => 'Liste',
|
'List' => 'Liste',
|
||||||
|
'ListMatches' => 'List Matches', // Added - 2018-08-30
|
||||||
'Load' => 'Charge',
|
'Load' => 'Charge',
|
||||||
'Local' => 'Local',
|
'Local' => 'Local',
|
||||||
'Log' => 'Journal', // Added - 2011-06-16
|
'Log' => 'Journal', // Added - 2011-06-16
|
||||||
|
@ -490,6 +514,7 @@ $SLANG = array(
|
||||||
'MonitorProbeIntro' => 'La liste ci-dessous montre les caméras détectées localement ou sur le réseau, qu\'elles soient déjà configurées ou non.<br/><br/>Sélectionnez la caméra désirée dans la liste.<br/><br/>Veuillez noter que toutes les caméras ne sont pas forcément détectées et que la sauvegarde entraînera l\'écrasement des paramètres déjà configurés pour la caméra en cours.<br/><br/>', // Added - 2009-03-31
|
'MonitorProbeIntro' => 'La liste ci-dessous montre les caméras détectées localement ou sur le réseau, qu\'elles soient déjà configurées ou non.<br/><br/>Sélectionnez la caméra désirée dans la liste.<br/><br/>Veuillez noter que toutes les caméras ne sont pas forcément détectées et que la sauvegarde entraînera l\'écrasement des paramètres déjà configurés pour la caméra en cours.<br/><br/>', // Added - 2009-03-31
|
||||||
'Monitors' => 'Caméras',
|
'Monitors' => 'Caméras',
|
||||||
'Montage' => 'Montage',
|
'Montage' => 'Montage',
|
||||||
|
'MontageReview' => 'Montage Review', // Added - 2018-08-30
|
||||||
'Month' => 'Mois',
|
'Month' => 'Mois',
|
||||||
'More' => 'Plus', // Added - 2011-06-16
|
'More' => 'Plus', // Added - 2011-06-16
|
||||||
'MotionFrameSkip' => 'Saut image en alarme',
|
'MotionFrameSkip' => 'Saut image en alarme',
|
||||||
|
@ -516,6 +541,7 @@ $SLANG = array(
|
||||||
'Next' => 'Suivant',
|
'Next' => 'Suivant',
|
||||||
'No' => 'Non',
|
'No' => 'Non',
|
||||||
'NoDetectedCameras' => 'Pas de caméras détectées', // Added - 2009-03-31
|
'NoDetectedCameras' => 'Pas de caméras détectées', // Added - 2009-03-31
|
||||||
|
'NoDetectedProfiles' => 'No Detected Profiles', // Added - 2018-08-30
|
||||||
'NoFramesRecorded' => 'Pas d\'images enregistrées pour cet événement',
|
'NoFramesRecorded' => 'Pas d\'images enregistrées pour cet événement',
|
||||||
'NoGroup' => 'Pas de groupe',
|
'NoGroup' => 'Pas de groupe',
|
||||||
'NoSavedFilters' => 'Pas de filtres sauvegardés',
|
'NoSavedFilters' => 'Pas de filtres sauvegardés',
|
||||||
|
@ -534,6 +560,8 @@ $SLANG = array(
|
||||||
'OpGt' => 'sup. à',
|
'OpGt' => 'sup. à',
|
||||||
'OpGtEq' => 'plus grand ou égal à',
|
'OpGtEq' => 'plus grand ou égal à',
|
||||||
'OpIn' => 'en lot',
|
'OpIn' => 'en lot',
|
||||||
|
'OpIs' => 'is', // Added - 2018-08-30
|
||||||
|
'OpIsNot' => 'is not', // Added - 2018-08-30
|
||||||
'OpLt' => 'inf. à',
|
'OpLt' => 'inf. à',
|
||||||
'OpLtEq' => 'inf. ou égal à',
|
'OpLtEq' => 'inf. ou égal à',
|
||||||
'OpMatches' => 'correspond',
|
'OpMatches' => 'correspond',
|
||||||
|
@ -543,6 +571,7 @@ $SLANG = array(
|
||||||
'Open' => 'Ouvrir',
|
'Open' => 'Ouvrir',
|
||||||
'OptionHelp' => 'Aide',
|
'OptionHelp' => 'Aide',
|
||||||
'OptionRestartWarning' => 'Ces changements peuvent nécessiter un redémarrage de ZoneMinder pour être pleinement opérationnels.',
|
'OptionRestartWarning' => 'Ces changements peuvent nécessiter un redémarrage de ZoneMinder pour être pleinement opérationnels.',
|
||||||
|
'OptionalEncoderParam' => 'Optional Encoder Parameters', // Added - 2018-08-30
|
||||||
'Options' => 'Options',
|
'Options' => 'Options',
|
||||||
'OrEnterNewName' => 'ou entrez nouv. nom',
|
'OrEnterNewName' => 'ou entrez nouv. nom',
|
||||||
'Order' => 'Ordre',
|
'Order' => 'Ordre',
|
||||||
|
@ -580,9 +609,13 @@ $SLANG = array(
|
||||||
'ProfileProbeIntro' => 'La liste ci-dessous montre les profils de flux existants pour la caméra sélectionnée.<br/><br/>Sélectionnez le profil désiré dans la liste ci-dessous.<br/><br/>Veuillez noter que ZoneMinder ne peut pas configurer de profils additionels et que la sauvegarde entraînera l\'écrasement des paramètres déjà configurés pour la caméra en cours.<br/><br/>', // Added - 2015-04-18
|
'ProfileProbeIntro' => 'La liste ci-dessous montre les profils de flux existants pour la caméra sélectionnée.<br/><br/>Sélectionnez le profil désiré dans la liste ci-dessous.<br/><br/>Veuillez noter que ZoneMinder ne peut pas configurer de profils additionels et que la sauvegarde entraînera l\'écrasement des paramètres déjà configurés pour la caméra en cours.<br/><br/>', // Added - 2015-04-18
|
||||||
'Progress' => 'Progression', // Added - 2015-04-18
|
'Progress' => 'Progression', // Added - 2015-04-18
|
||||||
'Protocol' => 'Protocole',
|
'Protocol' => 'Protocole',
|
||||||
|
'RTSPDescribe' => 'Use RTSP Response Media URL', // Added - 2018-08-30
|
||||||
|
'RTSPTransport' => 'RTSP Transport Protocol', // Added - 2018-08-30
|
||||||
'Rate' => 'Vitesse',
|
'Rate' => 'Vitesse',
|
||||||
'Real' => 'Réel',
|
'Real' => 'Réel',
|
||||||
|
'RecaptchaWarning' => 'Your reCaptcha secret key is invalid. Please correct it, or reCaptcha will not work', // Added - 2018-08-30
|
||||||
'Record' => 'Enregistrer',
|
'Record' => 'Enregistrer',
|
||||||
|
'RecordAudio' => 'Whether to store the audio stream when saving an event.', // Added - 2018-08-30
|
||||||
'RefImageBlendPct' => '% fusion image référence',
|
'RefImageBlendPct' => '% fusion image référence',
|
||||||
'Refresh' => 'Rafraîchir',
|
'Refresh' => 'Rafraîchir',
|
||||||
'Remote' => 'Distant',
|
'Remote' => 'Distant',
|
||||||
|
@ -598,6 +631,7 @@ $SLANG = array(
|
||||||
'ReplayAll' => 'Tous les événements',
|
'ReplayAll' => 'Tous les événements',
|
||||||
'ReplayGapless' => 'Rejouer sans blancs',
|
'ReplayGapless' => 'Rejouer sans blancs',
|
||||||
'ReplaySingle' => 'Rejouer seul',
|
'ReplaySingle' => 'Rejouer seul',
|
||||||
|
'ReportEventAudit' => 'Audit Events Report', // Added - 2018-08-30
|
||||||
'Reset' => 'RàZ',
|
'Reset' => 'RàZ',
|
||||||
'ResetEventCounts' => 'RàZ compteur évts',
|
'ResetEventCounts' => 'RàZ compteur évts',
|
||||||
'Restart' => 'Redémarrer',
|
'Restart' => 'Redémarrer',
|
||||||
|
@ -616,6 +650,7 @@ $SLANG = array(
|
||||||
'Save' => 'Sauvegarder',
|
'Save' => 'Sauvegarder',
|
||||||
'SaveAs' => 'Sauvegarder sous',
|
'SaveAs' => 'Sauvegarder sous',
|
||||||
'SaveFilter' => 'Sauvegarder filtre',
|
'SaveFilter' => 'Sauvegarder filtre',
|
||||||
|
'SaveJPEGs' => 'Save JPEGs', // Added - 2018-08-30
|
||||||
'Scale' => 'Echelle',
|
'Scale' => 'Echelle',
|
||||||
'Score' => 'Score',
|
'Score' => 'Score',
|
||||||
'Secs' => 'Secs',
|
'Secs' => 'Secs',
|
||||||
|
@ -632,6 +667,7 @@ $SLANG = array(
|
||||||
'ShowFilterWindow' => 'Filtres',
|
'ShowFilterWindow' => 'Filtres',
|
||||||
'ShowTimeline' => 'Afficher chronologie',
|
'ShowTimeline' => 'Afficher chronologie',
|
||||||
'SignalCheckColour' => 'Couleur vérif. signal',
|
'SignalCheckColour' => 'Couleur vérif. signal',
|
||||||
|
'SignalCheckPoints' => 'Signal Check Points', // Added - 2018-08-30
|
||||||
'Size' => 'Taille',
|
'Size' => 'Taille',
|
||||||
'SkinDescription' => 'Remplacer le skin par défaut', // Added - 2011-01-30
|
'SkinDescription' => 'Remplacer le skin par défaut', // Added - 2011-01-30
|
||||||
'Sleep' => 'Veille',
|
'Sleep' => 'Veille',
|
||||||
|
@ -651,6 +687,10 @@ $SLANG = array(
|
||||||
'State' => 'Etat',
|
'State' => 'Etat',
|
||||||
'Stats' => 'Stats',
|
'Stats' => 'Stats',
|
||||||
'Status' => 'Statut',
|
'Status' => 'Statut',
|
||||||
|
'StatusConnected' => 'Capturing', // Added - 2018-08-30
|
||||||
|
'StatusNotRunning' => 'Not Running', // Added - 2018-08-30
|
||||||
|
'StatusRunning' => 'Not Capturing', // Added - 2018-08-30
|
||||||
|
'StatusUnknown' => 'Unknown', // Added - 2018-08-30
|
||||||
'Step' => 'Pas',
|
'Step' => 'Pas',
|
||||||
'StepBack' => 'Reculer',
|
'StepBack' => 'Reculer',
|
||||||
'StepForward' => 'Avancer',
|
'StepForward' => 'Avancer',
|
||||||
|
@ -661,6 +701,8 @@ $SLANG = array(
|
||||||
'Stills' => 'Photos',
|
'Stills' => 'Photos',
|
||||||
'Stop' => 'Arrêter',
|
'Stop' => 'Arrêter',
|
||||||
'Stopped' => 'Arrêté',
|
'Stopped' => 'Arrêté',
|
||||||
|
'StorageArea' => 'Storage Area', // Added - 2018-08-30
|
||||||
|
'StorageScheme' => 'Scheme', // Added - 2018-08-30
|
||||||
'Stream' => 'Flux',
|
'Stream' => 'Flux',
|
||||||
'StreamReplayBuffer' => 'Nb d\'image(s) pour relecture',
|
'StreamReplayBuffer' => 'Nb d\'image(s) pour relecture',
|
||||||
'Submit' => 'Soumettre',
|
'Submit' => 'Soumettre',
|
||||||
|
@ -680,9 +722,9 @@ $SLANG = array(
|
||||||
'TimelineTip4' => 'Utilisez les contrôles ci-dessous pour faire un zoom arrière ou naviguer en arrière et avancer sur l\'intervalle de temps.', // Added 2013.08.15.
|
'TimelineTip4' => 'Utilisez les contrôles ci-dessous pour faire un zoom arrière ou naviguer en arrière et avancer sur l\'intervalle de temps.', // Added 2013.08.15.
|
||||||
'Timestamp' => 'Horodatage',
|
'Timestamp' => 'Horodatage',
|
||||||
'TimestampLabelFormat' => 'Format',
|
'TimestampLabelFormat' => 'Format',
|
||||||
|
'TimestampLabelSize' => 'Taille de police',
|
||||||
'TimestampLabelX' => 'Coordonnée X',
|
'TimestampLabelX' => 'Coordonnée X',
|
||||||
'TimestampLabelY' => 'Coordonnée Y',
|
'TimestampLabelY' => 'Coordonnée Y',
|
||||||
'TimestampLabelSize' => 'Taille de police',
|
|
||||||
'Today' => 'Aujourd\'hui',
|
'Today' => 'Aujourd\'hui',
|
||||||
'Tools' => 'Outils',
|
'Tools' => 'Outils',
|
||||||
'Total' => 'Total', // Added - 2011-06-16
|
'Total' => 'Total', // Added - 2011-06-16
|
||||||
|
@ -727,6 +769,7 @@ $SLANG = array(
|
||||||
'VideoGenParms' => 'Paramètres génération vidéo',
|
'VideoGenParms' => 'Paramètres génération vidéo',
|
||||||
'VideoGenSucceeded' => 'Vidéo générée avec succès !',
|
'VideoGenSucceeded' => 'Vidéo générée avec succès !',
|
||||||
'VideoSize' => 'Taille vidéo',
|
'VideoSize' => 'Taille vidéo',
|
||||||
|
'VideoWriter' => 'Video Writer', // Added - 2018-08-30
|
||||||
'View' => 'Voir',
|
'View' => 'Voir',
|
||||||
'ViewAll' => 'Tout voir',
|
'ViewAll' => 'Tout voir',
|
||||||
'ViewEvent' => 'Voir événement',
|
'ViewEvent' => 'Voir événement',
|
||||||
|
@ -736,6 +779,7 @@ $SLANG = array(
|
||||||
'Watch' => 'Regarder',
|
'Watch' => 'Regarder',
|
||||||
'Web' => 'Web',
|
'Web' => 'Web',
|
||||||
'WebColour' => 'Couleur web',
|
'WebColour' => 'Couleur web',
|
||||||
|
'WebSiteUrl' => 'Website URL', // Added - 2018-08-30
|
||||||
'Week' => 'Semaine',
|
'Week' => 'Semaine',
|
||||||
'White' => 'Blanc',
|
'White' => 'Blanc',
|
||||||
'WhiteBalance' => 'Balance des blancs',
|
'WhiteBalance' => 'Balance des blancs',
|
||||||
|
|
|
@ -78,6 +78,8 @@ $SLANG = array(
|
||||||
'Actual' => 'î÷åøé',
|
'Actual' => 'î÷åøé',
|
||||||
'AddNewControl' => 'äåñó ÷åðèøåì çãù',
|
'AddNewControl' => 'äåñó ÷åðèøåì çãù',
|
||||||
'AddNewMonitor' => 'äåñó îåðéèåø çãù',
|
'AddNewMonitor' => 'äåñó îåðéèåø çãù',
|
||||||
|
'AddNewServer' => 'Add New Server', // Added - 2018-08-30
|
||||||
|
'AddNewStorage' => 'Add New Storage', // Added - 2018-08-30
|
||||||
'AddNewUser' => 'äåñó îùúîù çãù',
|
'AddNewUser' => 'äåñó îùúîù çãù',
|
||||||
'AddNewZone' => 'äåñó àéæåø çãù',
|
'AddNewZone' => 'äåñó àéæåø çãù',
|
||||||
'Alarm' => 'àæò÷ä',
|
'Alarm' => 'àæò÷ä',
|
||||||
|
@ -105,22 +107,32 @@ $SLANG = array(
|
||||||
'AttrArchiveStatus' => 'Archive Status',
|
'AttrArchiveStatus' => 'Archive Status',
|
||||||
'AttrAvgScore' => 'ðé÷åã îîåöò',
|
'AttrAvgScore' => 'ðé÷åã îîåöò',
|
||||||
'AttrCause' => 'ñéáä',
|
'AttrCause' => 'ñéáä',
|
||||||
'AttrDate' => 'úàøéê',
|
|
||||||
'AttrDateTime' => 'úàøéê/ùòä',
|
|
||||||
'AttrDiskBlocks' => 'Disk Blocks',
|
'AttrDiskBlocks' => 'Disk Blocks',
|
||||||
'AttrDiskPercent' => 'Disk Percent',
|
'AttrDiskPercent' => 'Disk Percent',
|
||||||
|
'AttrDiskSpace' => 'Disk Space', // Added - 2018-08-30
|
||||||
'AttrDuration' => 'îùê æîï',
|
'AttrDuration' => 'îùê æîï',
|
||||||
|
'AttrEndDate' => 'End Date', // Added - 2018-08-30
|
||||||
|
'AttrEndDateTime' => 'End Date/Time', // Added - 2018-08-30
|
||||||
|
'AttrEndTime' => 'End Time', // Added - 2018-08-30
|
||||||
|
'AttrEndWeekday' => 'End Weekday', // Added - 2018-08-30
|
||||||
|
'AttrFilterServer' => 'Server Filter is Running On', // Added - 2018-08-30
|
||||||
'AttrFrames' => 'ôøééîéí',
|
'AttrFrames' => 'ôøééîéí',
|
||||||
'AttrId' => 'Id',
|
'AttrId' => 'Id',
|
||||||
'AttrMaxScore' => 'ðé÷åã î÷ñéîìé',
|
'AttrMaxScore' => 'ðé÷åã î÷ñéîìé',
|
||||||
'AttrMonitorId' => 'Monitor Id',
|
'AttrMonitorId' => 'Monitor Id',
|
||||||
'AttrMonitorName' => 'ùí îåðéèåø',
|
'AttrMonitorName' => 'ùí îåðéèåø',
|
||||||
|
'AttrMonitorServer' => 'Server Monitor is Running On', // Added - 2018-08-30
|
||||||
'AttrName' => 'ùí',
|
'AttrName' => 'ùí',
|
||||||
'AttrNotes' => 'äòøåú',
|
'AttrNotes' => 'äòøåú',
|
||||||
|
'AttrStartDate' => 'Start Date', // Added - 2018-08-30
|
||||||
|
'AttrStartDateTime' => 'Start Date/Time', // Added - 2018-08-30
|
||||||
|
'AttrStartTime' => 'Start Time', // Added - 2018-08-30
|
||||||
|
'AttrStartWeekday' => 'Start Weekday', // Added - 2018-08-30
|
||||||
|
'AttrStateId' => 'Run State', // Added - 2018-08-30
|
||||||
|
'AttrStorageArea' => 'Storage Area', // Added - 2018-08-30
|
||||||
|
'AttrStorageServer' => 'Server Hosting Storage', // Added - 2018-08-30
|
||||||
'AttrSystemLoad' => 'System Load',
|
'AttrSystemLoad' => 'System Load',
|
||||||
'AttrTime' => 'ùòä',
|
|
||||||
'AttrTotalScore' => 'ñê ñëåí',
|
'AttrTotalScore' => 'ñê ñëåí',
|
||||||
'AttrWeekday' => 'éåí áùáåò',
|
|
||||||
'Auto' => 'àåèå',
|
'Auto' => 'àåèå',
|
||||||
'AutoStopTimeout' => 'ôñ÷ æîï òöéøä àåèå',
|
'AutoStopTimeout' => 'ôñ÷ æîï òöéøä àåèå',
|
||||||
'Available' => 'Available', // Added - 2009-03-31
|
'Available' => 'Available', // Added - 2009-03-31
|
||||||
|
@ -153,9 +165,11 @@ $SLANG = array(
|
||||||
'BadRefBlendPerc' => 'Reference blend percentage must be a positive integer',
|
'BadRefBlendPerc' => 'Reference blend percentage must be a positive integer',
|
||||||
'BadSectionLength' => 'Section length must be an integer of 30 or more',
|
'BadSectionLength' => 'Section length must be an integer of 30 or more',
|
||||||
'BadSignalCheckColour' => 'Signal check colour must be a valid RGB colour string',
|
'BadSignalCheckColour' => 'Signal check colour must be a valid RGB colour string',
|
||||||
|
'BadSourceType' => 'Source Type \"Web Site\" requires the Function to be set to \"Monitor\"', // Added - 2018-08-30
|
||||||
'BadStreamReplayBuffer'=> 'Stream replay buffer must be an integer of zero or more',
|
'BadStreamReplayBuffer'=> 'Stream replay buffer must be an integer of zero or more',
|
||||||
'BadWarmupCount' => 'Warmup frames must be an integer of zero or more',
|
'BadWarmupCount' => 'Warmup frames must be an integer of zero or more',
|
||||||
'BadWebColour' => 'Web colour must be a valid web colour string',
|
'BadWebColour' => 'Web colour must be a valid web colour string',
|
||||||
|
'BadWebSitePath' => 'Please enter a complete website url, including the http:// or https:// prefix.', // Added - 2018-08-30
|
||||||
'BadWidth' => 'Width must be set to a valid value',
|
'BadWidth' => 'Width must be set to a valid value',
|
||||||
'Bandwidth' => 'øåçá ôñ',
|
'Bandwidth' => 'øåçá ôñ',
|
||||||
'BandwidthHead' => 'Bandwidth', // This is the end of the bandwidth status on the top of the console, different in many language due to phrasing
|
'BandwidthHead' => 'Bandwidth', // This is the end of the bandwidth status on the top of the console, different in many language due to phrasing
|
||||||
|
@ -219,10 +233,12 @@ $SLANG = array(
|
||||||
'ChooseLogSelection' => 'Choose a log selection', // Added - 2011-06-17
|
'ChooseLogSelection' => 'Choose a log selection', // Added - 2011-06-17
|
||||||
'ChoosePreset' => 'Choose Preset',
|
'ChoosePreset' => 'Choose Preset',
|
||||||
'Clear' => 'Clear', // Added - 2011-06-16
|
'Clear' => 'Clear', // Added - 2011-06-16
|
||||||
|
'CloneMonitor' => 'Clone', // Added - 2018-08-30
|
||||||
'Close' => 'ñâåø',
|
'Close' => 'ñâåø',
|
||||||
'Colour' => 'öáò',
|
'Colour' => 'öáò',
|
||||||
'Command' => 'ô÷åãä',
|
'Command' => 'ô÷åãä',
|
||||||
'Component' => 'Component', // Added - 2011-06-16
|
'Component' => 'Component', // Added - 2011-06-16
|
||||||
|
'ConcurrentFilter' => 'Run filter concurrently', // Added - 2018-08-30
|
||||||
'Config' => 'úöåøä',
|
'Config' => 'úöåøä',
|
||||||
'ConfiguredFor' => 'úöåøä òáåø',
|
'ConfiguredFor' => 'úöåøä òáåø',
|
||||||
'ConfirmDeleteEvents' => 'Are you sure you wish to delete the selected events?',
|
'ConfirmDeleteEvents' => 'Are you sure you wish to delete the selected events?',
|
||||||
|
@ -280,9 +296,11 @@ $SLANG = array(
|
||||||
'DonateRemindWeek' => 'òãééï ìà, äæëø ìé áòåã ùáåò àçã',
|
'DonateRemindWeek' => 'òãééï ìà, äæëø ìé áòåã ùáåò àçã',
|
||||||
'DonateYes' => 'ëï, àðé îòåðééï ìúøåí òëùéå',
|
'DonateYes' => 'ëï, àðé îòåðééï ìúøåí òëùéå',
|
||||||
'Download' => 'äåøã',
|
'Download' => 'äåøã',
|
||||||
|
'DownloadVideo' => 'Download Video', // Added - 2018-08-30
|
||||||
'DuplicateMonitorName' => 'Duplicate Monitor Name', // Added - 2009-03-31
|
'DuplicateMonitorName' => 'Duplicate Monitor Name', // Added - 2009-03-31
|
||||||
'Duration' => 'îùê æîï',
|
'Duration' => 'îùê æîï',
|
||||||
'Edit' => 'òøåê',
|
'Edit' => 'òøåê',
|
||||||
|
'EditLayout' => 'Edit Layout', // Added - 2018-08-30
|
||||||
'Email' => 'ãåà"ì',
|
'Email' => 'ãåà"ì',
|
||||||
'EnableAlarms' => 'àôùø àæò÷åú',
|
'EnableAlarms' => 'àôùø àæò÷åú',
|
||||||
'Enabled' => 'àôùø',
|
'Enabled' => 'àôùø',
|
||||||
|
@ -299,6 +317,7 @@ $SLANG = array(
|
||||||
'Events' => 'àéøåòéí',
|
'Events' => 'àéøåòéí',
|
||||||
'Exclude' => 'ììà',
|
'Exclude' => 'ììà',
|
||||||
'Execute' => 'áöò',
|
'Execute' => 'áöò',
|
||||||
|
'Exif' => 'Embed EXIF data into image', // Added - 2018-08-30
|
||||||
'Export' => 'éöà',
|
'Export' => 'éöà',
|
||||||
'ExportDetails' => 'éöà ôøèé àéøåò',
|
'ExportDetails' => 'éöà ôøèé àéøåò',
|
||||||
'ExportFailed' => 'éöåà ðëùì',
|
'ExportFailed' => 'éöåà ðëùì',
|
||||||
|
@ -328,8 +347,10 @@ $SLANG = array(
|
||||||
'FilterExecuteEvents' => 'Execute command on all matches',
|
'FilterExecuteEvents' => 'Execute command on all matches',
|
||||||
'FilterLog' => 'Filter log', // Added - 2015-04-18
|
'FilterLog' => 'Filter log', // Added - 2015-04-18
|
||||||
'FilterMessageEvents' => 'Message details of all matches',
|
'FilterMessageEvents' => 'Message details of all matches',
|
||||||
|
'FilterMoveEvents' => 'Move all matches', // Added - 2018-08-30
|
||||||
'FilterPx' => 'Filter Px',
|
'FilterPx' => 'Filter Px',
|
||||||
'FilterUnset' => 'òìéê ìöééï øåçá åâåáä îñðï',
|
'FilterUnset' => 'òìéê ìöééï øåçá åâåáä îñðï',
|
||||||
|
'FilterUpdateDiskSpace'=> 'Update used disk space', // Added - 2018-08-30
|
||||||
'FilterUploadEvents' => 'òìä àú ëì äúåàîéí',
|
'FilterUploadEvents' => 'òìä àú ëì äúåàîéí',
|
||||||
'FilterVideoEvents' => 'öåø åéãàå ìëì äúåàîéí',
|
'FilterVideoEvents' => 'öåø åéãàå ìëì äúåàîéí',
|
||||||
'Filters' => 'îñððéí',
|
'Filters' => 'îñððéí',
|
||||||
|
@ -354,6 +375,7 @@ $SLANG = array(
|
||||||
'Function' => 'ôåð÷öéä',
|
'Function' => 'ôåð÷öéä',
|
||||||
'Gain' => 'Gain',
|
'Gain' => 'Gain',
|
||||||
'General' => 'ëììé',
|
'General' => 'ëììé',
|
||||||
|
'GenerateDownload' => 'Generate Download', // Added - 2018-08-30
|
||||||
'GenerateVideo' => 'öåø åéãàå',
|
'GenerateVideo' => 'öåø åéãàå',
|
||||||
'GeneratingVideo' => 'îééöø åéãàå',
|
'GeneratingVideo' => 'îééöø åéãàå',
|
||||||
'GoToZoneMinder' => 'á÷ø ZoneMinder.com',
|
'GoToZoneMinder' => 'á÷ø ZoneMinder.com',
|
||||||
|
@ -374,6 +396,7 @@ $SLANG = array(
|
||||||
'High' => 'âáåä',
|
'High' => 'âáåä',
|
||||||
'HighBW' => 'âáåä ø/ô',
|
'HighBW' => 'âáåä ø/ô',
|
||||||
'Home' => 'áéú',
|
'Home' => 'áéú',
|
||||||
|
'Hostname' => 'Hostname', // Added - 2018-08-30
|
||||||
'Hour' => 'ùòä',
|
'Hour' => 'ùòä',
|
||||||
'Hue' => 'Hue',
|
'Hue' => 'Hue',
|
||||||
'Id' => 'æéäåé',
|
'Id' => 'æéäåé',
|
||||||
|
@ -398,6 +421,7 @@ $SLANG = array(
|
||||||
'Line' => 'Line', // Added - 2011-06-16
|
'Line' => 'Line', // Added - 2011-06-16
|
||||||
'LinkedMonitors' => 'îåðéèåøéí î÷åùøéí',
|
'LinkedMonitors' => 'îåðéèåøéí î÷åùøéí',
|
||||||
'List' => 'øùéîä',
|
'List' => 'øùéîä',
|
||||||
|
'ListMatches' => 'List Matches', // Added - 2018-08-30
|
||||||
'Load' => 'èòï',
|
'Load' => 'èòï',
|
||||||
'Local' => 'î÷åîé',
|
'Local' => 'î÷åîé',
|
||||||
'Log' => 'Log', // Added - 2011-06-16
|
'Log' => 'Log', // Added - 2011-06-16
|
||||||
|
@ -484,6 +508,7 @@ $SLANG = array(
|
||||||
'MonitorProbeIntro' => 'The list below shows detected analog and network cameras and whether they are already being used or available for selection.<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that not all cameras may be detected and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>', // Added - 2009-03-31
|
'MonitorProbeIntro' => 'The list below shows detected analog and network cameras and whether they are already being used or available for selection.<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that not all cameras may be detected and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>', // Added - 2009-03-31
|
||||||
'Monitors' => 'îåðéèåøéí',
|
'Monitors' => 'îåðéèåøéí',
|
||||||
'Montage' => 'Montage',
|
'Montage' => 'Montage',
|
||||||
|
'MontageReview' => 'Montage Review', // Added - 2018-08-30
|
||||||
'Month' => 'çåãù',
|
'Month' => 'çåãù',
|
||||||
'More' => 'More', // Added - 2011-06-16
|
'More' => 'More', // Added - 2011-06-16
|
||||||
'MotionFrameSkip' => 'Motion Frame Skip',
|
'MotionFrameSkip' => 'Motion Frame Skip',
|
||||||
|
@ -510,6 +535,7 @@ $SLANG = array(
|
||||||
'Next' => 'äáà',
|
'Next' => 'äáà',
|
||||||
'No' => 'ìà',
|
'No' => 'ìà',
|
||||||
'NoDetectedCameras' => 'No Detected Cameras', // Added - 2009-03-31
|
'NoDetectedCameras' => 'No Detected Cameras', // Added - 2009-03-31
|
||||||
|
'NoDetectedProfiles' => 'No Detected Profiles', // Added - 2018-08-30
|
||||||
'NoFramesRecorded' => 'There are no frames recorded for this event',
|
'NoFramesRecorded' => 'There are no frames recorded for this event',
|
||||||
'NoGroup' => 'ììà ÷áåöä',
|
'NoGroup' => 'ììà ÷áåöä',
|
||||||
'NoSavedFilters' => 'NoSavedFilters',
|
'NoSavedFilters' => 'NoSavedFilters',
|
||||||
|
@ -528,6 +554,8 @@ $SLANG = array(
|
||||||
'OpGt' => 'âãåì î',
|
'OpGt' => 'âãåì î',
|
||||||
'OpGtEq' => 'greater than or equal to',
|
'OpGtEq' => 'greater than or equal to',
|
||||||
'OpIn' => 'in set',
|
'OpIn' => 'in set',
|
||||||
|
'OpIs' => 'is', // Added - 2018-08-30
|
||||||
|
'OpIsNot' => 'is not', // Added - 2018-08-30
|
||||||
'OpLt' => 'ôçåú î',
|
'OpLt' => 'ôçåú î',
|
||||||
'OpLtEq' => 'less than or equal to',
|
'OpLtEq' => 'less than or equal to',
|
||||||
'OpMatches' => 'matches',
|
'OpMatches' => 'matches',
|
||||||
|
@ -537,6 +565,7 @@ $SLANG = array(
|
||||||
'Open' => 'ôúç',
|
'Open' => 'ôúç',
|
||||||
'OptionHelp' => 'OptionHelp',
|
'OptionHelp' => 'OptionHelp',
|
||||||
'OptionRestartWarning' => 'These changes may not come into effect fully\nwhile the system is running. When you have\nfinished making your changes please ensure that\nyou restart ZoneMinder.',
|
'OptionRestartWarning' => 'These changes may not come into effect fully\nwhile the system is running. When you have\nfinished making your changes please ensure that\nyou restart ZoneMinder.',
|
||||||
|
'OptionalEncoderParam' => 'Optional Encoder Parameters', // Added - 2018-08-30
|
||||||
'Options' => 'àôùøåéåú',
|
'Options' => 'àôùøåéåú',
|
||||||
'OrEnterNewName' => 'or enter new name',
|
'OrEnterNewName' => 'or enter new name',
|
||||||
'Order' => 'îéåï',
|
'Order' => 'îéåï',
|
||||||
|
@ -574,9 +603,13 @@ $SLANG = array(
|
||||||
'ProfileProbeIntro' => 'The list below shows the existing stream profiles of the selected camera .<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that ZoneMinder cannot configure additional profiles and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>', // Added - 2015-04-18
|
'ProfileProbeIntro' => 'The list below shows the existing stream profiles of the selected camera .<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that ZoneMinder cannot configure additional profiles and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>', // Added - 2015-04-18
|
||||||
'Progress' => 'Progress', // Added - 2015-04-18
|
'Progress' => 'Progress', // Added - 2015-04-18
|
||||||
'Protocol' => 'Protocol',
|
'Protocol' => 'Protocol',
|
||||||
|
'RTSPDescribe' => 'Use RTSP Response Media URL', // Added - 2018-08-30
|
||||||
|
'RTSPTransport' => 'RTSP Transport Protocol', // Added - 2018-08-30
|
||||||
'Rate' => 'ãéøåâ',
|
'Rate' => 'ãéøåâ',
|
||||||
'Real' => 'àîéúé',
|
'Real' => 'àîéúé',
|
||||||
|
'RecaptchaWarning' => 'Your reCaptcha secret key is invalid. Please correct it, or reCaptcha will not work', // Added - 2018-08-30
|
||||||
'Record' => 'ä÷ìèä',
|
'Record' => 'ä÷ìèä',
|
||||||
|
'RecordAudio' => 'Whether to store the audio stream when saving an event.', // Added - 2018-08-30
|
||||||
'RefImageBlendPct' => 'Reference Image Blend %ge',
|
'RefImageBlendPct' => 'Reference Image Blend %ge',
|
||||||
'Refresh' => 'øòðåï',
|
'Refresh' => 'øòðåï',
|
||||||
'Remote' => 'îøåç÷',
|
'Remote' => 'îøåç÷',
|
||||||
|
@ -592,6 +625,7 @@ $SLANG = array(
|
||||||
'ReplayAll' => 'All Events',
|
'ReplayAll' => 'All Events',
|
||||||
'ReplayGapless' => 'Gapless Events',
|
'ReplayGapless' => 'Gapless Events',
|
||||||
'ReplaySingle' => 'Single Event',
|
'ReplaySingle' => 'Single Event',
|
||||||
|
'ReportEventAudit' => 'Audit Events Report', // Added - 2018-08-30
|
||||||
'Reset' => 'àôñ',
|
'Reset' => 'àôñ',
|
||||||
'ResetEventCounts' => 'Reset Event Counts',
|
'ResetEventCounts' => 'Reset Event Counts',
|
||||||
'Restart' => 'àúçì',
|
'Restart' => 'àúçì',
|
||||||
|
@ -610,6 +644,7 @@ $SLANG = array(
|
||||||
'Save' => 'ùîåø',
|
'Save' => 'ùîåø',
|
||||||
'SaveAs' => 'ùîåø áùí',
|
'SaveAs' => 'ùîåø áùí',
|
||||||
'SaveFilter' => 'ùîåø îñðï',
|
'SaveFilter' => 'ùîåø îñðï',
|
||||||
|
'SaveJPEGs' => 'Save JPEGs', // Added - 2018-08-30
|
||||||
'Scale' => 'ñ÷àìä',
|
'Scale' => 'ñ÷àìä',
|
||||||
'Score' => 'ðé÷åã',
|
'Score' => 'ðé÷åã',
|
||||||
'Secs' => 'ùðéåú',
|
'Secs' => 'ùðéåú',
|
||||||
|
@ -626,6 +661,7 @@ $SLANG = array(
|
||||||
'ShowFilterWindow' => 'Show Filter Window',
|
'ShowFilterWindow' => 'Show Filter Window',
|
||||||
'ShowTimeline' => 'Show Timeline',
|
'ShowTimeline' => 'Show Timeline',
|
||||||
'SignalCheckColour' => 'Signal Check Colour',
|
'SignalCheckColour' => 'Signal Check Colour',
|
||||||
|
'SignalCheckPoints' => 'Signal Check Points', // Added - 2018-08-30
|
||||||
'Size' => 'âåãì',
|
'Size' => 'âåãì',
|
||||||
'SkinDescription' => 'Change the default skin for this computer', // Added - 2011-01-30
|
'SkinDescription' => 'Change the default skin for this computer', // Added - 2011-01-30
|
||||||
'Sleep' => 'ùéðä',
|
'Sleep' => 'ùéðä',
|
||||||
|
@ -645,6 +681,10 @@ $SLANG = array(
|
||||||
'State' => 'îöá',
|
'State' => 'îöá',
|
||||||
'Stats' => 'îöáéí',
|
'Stats' => 'îöáéí',
|
||||||
'Status' => 'ñèèåñ',
|
'Status' => 'ñèèåñ',
|
||||||
|
'StatusConnected' => 'Capturing', // Added - 2018-08-30
|
||||||
|
'StatusNotRunning' => 'Not Running', // Added - 2018-08-30
|
||||||
|
'StatusRunning' => 'Not Capturing', // Added - 2018-08-30
|
||||||
|
'StatusUnknown' => 'Unknown', // Added - 2018-08-30
|
||||||
'Step' => 'öòã',
|
'Step' => 'öòã',
|
||||||
'StepBack' => 'Step Back',
|
'StepBack' => 'Step Back',
|
||||||
'StepForward' => 'Step Forward',
|
'StepForward' => 'Step Forward',
|
||||||
|
@ -655,6 +695,8 @@ $SLANG = array(
|
||||||
'Stills' => 'ñèéìñ',
|
'Stills' => 'ñèéìñ',
|
||||||
'Stop' => 'òöåø',
|
'Stop' => 'òöåø',
|
||||||
'Stopped' => 'ðòöø',
|
'Stopped' => 'ðòöø',
|
||||||
|
'StorageArea' => 'Storage Area', // Added - 2018-08-30
|
||||||
|
'StorageScheme' => 'Scheme', // Added - 2018-08-30
|
||||||
'Stream' => 'ñèøéí',
|
'Stream' => 'ñèøéí',
|
||||||
'StreamReplayBuffer' => 'Stream Replay Image Buffer',
|
'StreamReplayBuffer' => 'Stream Replay Image Buffer',
|
||||||
'Submit' => 'Submit',
|
'Submit' => 'Submit',
|
||||||
|
@ -674,6 +716,7 @@ $SLANG = array(
|
||||||
'TimelineTip4' => 'Use the controls below to zoom out or navigate back and forward through the time range.', // Added 2013.08.15.
|
'TimelineTip4' => 'Use the controls below to zoom out or navigate back and forward through the time range.', // Added 2013.08.15.
|
||||||
'Timestamp' => 'çåúîú æîï',
|
'Timestamp' => 'çåúîú æîï',
|
||||||
'TimestampLabelFormat' => 'Timestamp Label Format',
|
'TimestampLabelFormat' => 'Timestamp Label Format',
|
||||||
|
'TimestampLabelSize' => 'Font Size', // Added - 2018-08-30
|
||||||
'TimestampLabelX' => 'Timestamp Label X',
|
'TimestampLabelX' => 'Timestamp Label X',
|
||||||
'TimestampLabelY' => 'Timestamp Label Y',
|
'TimestampLabelY' => 'Timestamp Label Y',
|
||||||
'Today' => 'äéåí',
|
'Today' => 'äéåí',
|
||||||
|
@ -720,6 +763,7 @@ $SLANG = array(
|
||||||
'VideoGenParms' => 'Video Generation Parameters',
|
'VideoGenParms' => 'Video Generation Parameters',
|
||||||
'VideoGenSucceeded' => 'Video Generation Succeeded!',
|
'VideoGenSucceeded' => 'Video Generation Succeeded!',
|
||||||
'VideoSize' => 'âåãì åéãàå',
|
'VideoSize' => 'âåãì åéãàå',
|
||||||
|
'VideoWriter' => 'Video Writer', // Added - 2018-08-30
|
||||||
'View' => 'äöâ',
|
'View' => 'äöâ',
|
||||||
'ViewAll' => 'äöâ äëì',
|
'ViewAll' => 'äöâ äëì',
|
||||||
'ViewEvent' => 'äöâ àéøåò',
|
'ViewEvent' => 'äöâ àéøåò',
|
||||||
|
@ -729,6 +773,7 @@ $SLANG = array(
|
||||||
'Watch' => 'öôä',
|
'Watch' => 'öôä',
|
||||||
'Web' => 'àéðèøðè',
|
'Web' => 'àéðèøðè',
|
||||||
'WebColour' => 'öáò àéðèøðè',
|
'WebColour' => 'öáò àéðèøðè',
|
||||||
|
'WebSiteUrl' => 'Website URL', // Added - 2018-08-30
|
||||||
'Week' => 'ùáåò',
|
'Week' => 'ùáåò',
|
||||||
'White' => 'ìáï',
|
'White' => 'ìáï',
|
||||||
'WhiteBalance' => 'White Balance',
|
'WhiteBalance' => 'White Balance',
|
||||||
|
|
|
@ -121,6 +121,8 @@ $SLANG = array(
|
||||||
'Actual' => 'Valós',
|
'Actual' => 'Valós',
|
||||||
'AddNewControl' => 'Új vezérlés',
|
'AddNewControl' => 'Új vezérlés',
|
||||||
'AddNewMonitor' => 'Új kamera',
|
'AddNewMonitor' => 'Új kamera',
|
||||||
|
'AddNewServer' => 'Add New Server', // Added - 2018-08-30
|
||||||
|
'AddNewStorage' => 'Add New Storage', // Added - 2018-08-30
|
||||||
'AddNewUser' => 'Új felhasználó',
|
'AddNewUser' => 'Új felhasználó',
|
||||||
'AddNewZone' => 'Új zóna',
|
'AddNewZone' => 'Új zóna',
|
||||||
'Alarm' => 'Riadó',
|
'Alarm' => 'Riadó',
|
||||||
|
@ -148,22 +150,32 @@ $SLANG = array(
|
||||||
'AttrArchiveStatus' => 'Archivált állapot',
|
'AttrArchiveStatus' => 'Archivált állapot',
|
||||||
'AttrAvgScore' => 'Átlagérték',
|
'AttrAvgScore' => 'Átlagérték',
|
||||||
'AttrCause' => 'Okozó',
|
'AttrCause' => 'Okozó',
|
||||||
'AttrDate' => 'Dátum',
|
|
||||||
'AttrDateTime' => 'Dátum/Idő',
|
|
||||||
'AttrDiskBlocks' => 'Tárhely blokk',
|
'AttrDiskBlocks' => 'Tárhely blokk',
|
||||||
'AttrDiskPercent' => 'Tárhely százalék',
|
'AttrDiskPercent' => 'Tárhely százalék',
|
||||||
|
'AttrDiskSpace' => 'Disk Space', // Added - 2018-08-30
|
||||||
'AttrDuration' => 'Időtartam',
|
'AttrDuration' => 'Időtartam',
|
||||||
|
'AttrEndDate' => 'End Date', // Added - 2018-08-30
|
||||||
|
'AttrEndDateTime' => 'End Date/Time', // Added - 2018-08-30
|
||||||
|
'AttrEndTime' => 'End Time', // Added - 2018-08-30
|
||||||
|
'AttrEndWeekday' => 'End Weekday', // Added - 2018-08-30
|
||||||
|
'AttrFilterServer' => 'Server Filter is Running On', // Added - 2018-08-30
|
||||||
'AttrFrames' => 'Képkocka',
|
'AttrFrames' => 'Képkocka',
|
||||||
'AttrId' => 'Azonosító',
|
'AttrId' => 'Azonosító',
|
||||||
'AttrMaxScore' => 'Max. érték',
|
'AttrMaxScore' => 'Max. érték',
|
||||||
'AttrMonitorId' => 'Kamera azonosító',
|
'AttrMonitorId' => 'Kamera azonosító',
|
||||||
'AttrMonitorName' => 'Kamera név',
|
'AttrMonitorName' => 'Kamera név',
|
||||||
|
'AttrMonitorServer' => 'Server Monitor is Running On', // Added - 2018-08-30
|
||||||
'AttrName' => 'Név',
|
'AttrName' => 'Név',
|
||||||
'AttrNotes' => 'Megjegyzés',
|
'AttrNotes' => 'Megjegyzés',
|
||||||
|
'AttrStartDate' => 'Start Date', // Added - 2018-08-30
|
||||||
|
'AttrStartDateTime' => 'Start Date/Time', // Added - 2018-08-30
|
||||||
|
'AttrStartTime' => 'Start Time', // Added - 2018-08-30
|
||||||
|
'AttrStartWeekday' => 'Start Weekday', // Added - 2018-08-30
|
||||||
|
'AttrStateId' => 'Run State', // Added - 2018-08-30
|
||||||
|
'AttrStorageArea' => 'Storage Area', // Added - 2018-08-30
|
||||||
|
'AttrStorageServer' => 'Server Hosting Storage', // Added - 2018-08-30
|
||||||
'AttrSystemLoad' => 'Rendszerterhelés',
|
'AttrSystemLoad' => 'Rendszerterhelés',
|
||||||
'AttrTime' => 'Idő',
|
|
||||||
'AttrTotalScore' => 'Összérték',
|
'AttrTotalScore' => 'Összérték',
|
||||||
'AttrWeekday' => 'Hétköznap',
|
|
||||||
'Auto' => 'Auto',
|
'Auto' => 'Auto',
|
||||||
'AutoStopTimeout' => 'Auto megállási idő túllépés',
|
'AutoStopTimeout' => 'Auto megállási idő túllépés',
|
||||||
'Available' => 'Elérhető',
|
'Available' => 'Elérhető',
|
||||||
|
@ -196,9 +208,11 @@ $SLANG = array(
|
||||||
'BadRefBlendPerc' => 'Változás a referenciaképtől legyen legalább 1',
|
'BadRefBlendPerc' => 'Változás a referenciaképtől legyen legalább 1',
|
||||||
'BadSectionLength' => 'Fix időtartamú esemény hossza legyen legalább 30',
|
'BadSectionLength' => 'Fix időtartamú esemény hossza legyen legalább 30',
|
||||||
'BadSignalCheckColour' => 'Szín a jel kimaradásakor legyen egy érvényes HTML szín-kód',
|
'BadSignalCheckColour' => 'Szín a jel kimaradásakor legyen egy érvényes HTML szín-kód',
|
||||||
|
'BadSourceType' => 'Source Type \"Web Site\" requires the Function to be set to \"Monitor\"', // Added - 2018-08-30
|
||||||
'BadStreamReplayBuffer'=> 'Folyam visszajátszó puffer legyen legalább 0',
|
'BadStreamReplayBuffer'=> 'Folyam visszajátszó puffer legyen legalább 0',
|
||||||
'BadWarmupCount' => 'Bemelegítő képkockák száma legyen legalább 0',
|
'BadWarmupCount' => 'Bemelegítő képkockák száma legyen legalább 0',
|
||||||
'BadWebColour' => 'Szín az idővonal ablakban legyen egy érvényes HTML szín-kód',
|
'BadWebColour' => 'Szín az idővonal ablakban legyen egy érvényes HTML szín-kód',
|
||||||
|
'BadWebSitePath' => 'Please enter a complete website url, including the http:// or https:// prefix.', // Added - 2018-08-30
|
||||||
'BadWidth' => 'A képszélesség legyen érvényes érték képpontban megadva',
|
'BadWidth' => 'A képszélesség legyen érvényes érték képpontban megadva',
|
||||||
'Bandwidth' => 'Sávszélesség',
|
'Bandwidth' => 'Sávszélesség',
|
||||||
'BandwidthHead' => 'sávszélességre',
|
'BandwidthHead' => 'sávszélességre',
|
||||||
|
@ -262,10 +276,12 @@ $SLANG = array(
|
||||||
'ChooseLogSelection' => 'Válasszon naplót',
|
'ChooseLogSelection' => 'Válasszon naplót',
|
||||||
'ChoosePreset' => 'Válasszon profilt',
|
'ChoosePreset' => 'Válasszon profilt',
|
||||||
'Clear' => 'Törlés',
|
'Clear' => 'Törlés',
|
||||||
|
'CloneMonitor' => 'Clone', // Added - 2018-08-30
|
||||||
'Close' => 'Bezárás',
|
'Close' => 'Bezárás',
|
||||||
'Colour' => 'Szín',
|
'Colour' => 'Szín',
|
||||||
'Command' => 'Parancs',
|
'Command' => 'Parancs',
|
||||||
'Component' => 'Komponens',
|
'Component' => 'Komponens',
|
||||||
|
'ConcurrentFilter' => 'Run filter concurrently', // Added - 2018-08-30
|
||||||
'Config' => 'Beállítás',
|
'Config' => 'Beállítás',
|
||||||
'ConfiguredFor' => 'Beállítva',
|
'ConfiguredFor' => 'Beállítva',
|
||||||
'ConfirmDeleteEvents' => 'Biztos benne, hogy törli a kiválasztott eseményeket?',
|
'ConfirmDeleteEvents' => 'Biztos benne, hogy törli a kiválasztott eseményeket?',
|
||||||
|
@ -323,9 +339,11 @@ $SLANG = array(
|
||||||
'DonateRemindWeek' => 'Nem most, figyelmeztessen egy hét múlva',
|
'DonateRemindWeek' => 'Nem most, figyelmeztessen egy hét múlva',
|
||||||
'DonateYes' => 'Igen, most szeretném támogatni',
|
'DonateYes' => 'Igen, most szeretném támogatni',
|
||||||
'Download' => 'Letöltés',
|
'Download' => 'Letöltés',
|
||||||
|
'DownloadVideo' => 'Download Video', // Added - 2018-08-30
|
||||||
'DuplicateMonitorName' => 'Kameranév duplikálás',
|
'DuplicateMonitorName' => 'Kameranév duplikálás',
|
||||||
'Duration' => 'Időtartam',
|
'Duration' => 'Időtartam',
|
||||||
'Edit' => 'Szerkesztés',
|
'Edit' => 'Szerkesztés',
|
||||||
|
'EditLayout' => 'Edit Layout', // Added - 2018-08-30
|
||||||
'Email' => 'E-mail',
|
'Email' => 'E-mail',
|
||||||
'EnableAlarms' => 'Riasztások engedélyezése',
|
'EnableAlarms' => 'Riasztások engedélyezése',
|
||||||
'Enabled' => 'Engedélyezve',
|
'Enabled' => 'Engedélyezve',
|
||||||
|
@ -342,6 +360,7 @@ $SLANG = array(
|
||||||
'Events' => 'Események',
|
'Events' => 'Események',
|
||||||
'Exclude' => 'Kizárás',
|
'Exclude' => 'Kizárás',
|
||||||
'Execute' => 'Végrehajtás',
|
'Execute' => 'Végrehajtás',
|
||||||
|
'Exif' => 'Embed EXIF data into image', // Added - 2018-08-30
|
||||||
'Export' => 'Exportálás',
|
'Export' => 'Exportálás',
|
||||||
'ExportDetails' => 'Esemény adatainak exportálása',
|
'ExportDetails' => 'Esemény adatainak exportálása',
|
||||||
'ExportFailed' => 'Az exportálás sikertelen',
|
'ExportFailed' => 'Az exportálás sikertelen',
|
||||||
|
@ -371,8 +390,10 @@ $SLANG = array(
|
||||||
'FilterExecuteEvents' => 'Parancs futtatása minden találaton',
|
'FilterExecuteEvents' => 'Parancs futtatása minden találaton',
|
||||||
'FilterLog' => 'Filter log', // Added - 2015-04-18
|
'FilterLog' => 'Filter log', // Added - 2015-04-18
|
||||||
'FilterMessageEvents' => 'Minden találat adatainak üzenése',
|
'FilterMessageEvents' => 'Minden találat adatainak üzenése',
|
||||||
|
'FilterMoveEvents' => 'Move all matches', // Added - 2018-08-30
|
||||||
'FilterPx' => 'Szűrt képkockák',
|
'FilterPx' => 'Szűrt képkockák',
|
||||||
'FilterUnset' => 'Meg kell adnod a szűrő szélességét és magasságát',
|
'FilterUnset' => 'Meg kell adnod a szűrő szélességét és magasságát',
|
||||||
|
'FilterUpdateDiskSpace'=> 'Update used disk space', // Added - 2018-08-30
|
||||||
'FilterUploadEvents' => 'Minden találat feltöltése',
|
'FilterUploadEvents' => 'Minden találat feltöltése',
|
||||||
'FilterVideoEvents' => 'Videó készítése minden találatról',
|
'FilterVideoEvents' => 'Videó készítése minden találatról',
|
||||||
'Filters' => 'Szűrők',
|
'Filters' => 'Szűrők',
|
||||||
|
@ -397,6 +418,7 @@ $SLANG = array(
|
||||||
'Function' => 'Funkció',
|
'Function' => 'Funkció',
|
||||||
'Gain' => 'Erősítés',
|
'Gain' => 'Erősítés',
|
||||||
'General' => 'Általános',
|
'General' => 'Általános',
|
||||||
|
'GenerateDownload' => 'Generate Download', // Added - 2018-08-30
|
||||||
'GenerateVideo' => 'Videó készítés',
|
'GenerateVideo' => 'Videó készítés',
|
||||||
'GeneratingVideo' => 'Videó készítése folyamatban',
|
'GeneratingVideo' => 'Videó készítése folyamatban',
|
||||||
'GoToZoneMinder' => 'Ellenőrzés a ZoneMinder.com-on',
|
'GoToZoneMinder' => 'Ellenőrzés a ZoneMinder.com-on',
|
||||||
|
@ -417,6 +439,7 @@ $SLANG = array(
|
||||||
'High' => 'Magas',
|
'High' => 'Magas',
|
||||||
'HighBW' => 'Magas<br>sávszél',
|
'HighBW' => 'Magas<br>sávszél',
|
||||||
'Home' => 'Alapba',
|
'Home' => 'Alapba',
|
||||||
|
'Hostname' => 'Hostname', // Added - 2018-08-30
|
||||||
'Hour' => 'Órában',
|
'Hour' => 'Órában',
|
||||||
'Hue' => 'Színárnyalat',
|
'Hue' => 'Színárnyalat',
|
||||||
'Id' => 'Az.',
|
'Id' => 'Az.',
|
||||||
|
@ -441,6 +464,7 @@ $SLANG = array(
|
||||||
'Line' => 'Sor',
|
'Line' => 'Sor',
|
||||||
'LinkedMonitors' => 'Összefüggés más kamerákkal<br>(jelölés Ctrl+kattintással)',
|
'LinkedMonitors' => 'Összefüggés más kamerákkal<br>(jelölés Ctrl+kattintással)',
|
||||||
'List' => 'Lista',
|
'List' => 'Lista',
|
||||||
|
'ListMatches' => 'List Matches', // Added - 2018-08-30
|
||||||
'Load' => 'Terhelés',
|
'Load' => 'Terhelés',
|
||||||
'Local' => 'Helyi',
|
'Local' => 'Helyi',
|
||||||
'Log' => 'Napló',
|
'Log' => 'Napló',
|
||||||
|
@ -527,6 +551,7 @@ $SLANG = array(
|
||||||
'MonitorProbeIntro' => 'Az alábbi listában találhatók az automatikusan érzékelt analóg és hálózati kamerákat, illetve azt, hogy közülük melyik van használatban, vagy kiválasztható.<br/><br/>Válasszon egyet az alábbi listából.<br/><br/>Figyelem: nem biztos, hogy minden kamerát lehet automatikusan érzékelni. Az itt kiválasztott kamara adatai felülírhatják azokat, amelyeket már ehhez a monitorhoz beállított.<br/><br/>',
|
'MonitorProbeIntro' => 'Az alábbi listában találhatók az automatikusan érzékelt analóg és hálózati kamerákat, illetve azt, hogy közülük melyik van használatban, vagy kiválasztható.<br/><br/>Válasszon egyet az alábbi listából.<br/><br/>Figyelem: nem biztos, hogy minden kamerát lehet automatikusan érzékelni. Az itt kiválasztott kamara adatai felülírhatják azokat, amelyeket már ehhez a monitorhoz beállított.<br/><br/>',
|
||||||
'Monitors' => 'Kamerák',
|
'Monitors' => 'Kamerák',
|
||||||
'Montage' => 'Többkamerás nézet',
|
'Montage' => 'Többkamerás nézet',
|
||||||
|
'MontageReview' => 'Montage Review', // Added - 2018-08-30
|
||||||
'Month' => 'Hónapban',
|
'Month' => 'Hónapban',
|
||||||
'More' => 'Több',
|
'More' => 'Több',
|
||||||
'MotionFrameSkip' => 'Motion Frame Skip',
|
'MotionFrameSkip' => 'Motion Frame Skip',
|
||||||
|
@ -553,6 +578,7 @@ $SLANG = array(
|
||||||
'Next' => 'Következő',
|
'Next' => 'Következő',
|
||||||
'No' => 'Nem',
|
'No' => 'Nem',
|
||||||
'NoDetectedCameras' => 'Nem érzékelhetőek kamerák',
|
'NoDetectedCameras' => 'Nem érzékelhetőek kamerák',
|
||||||
|
'NoDetectedProfiles' => 'No Detected Profiles', // Added - 2018-08-30
|
||||||
'NoFramesRecorded' => 'Nincs rögzített képkocka ehhez az eseményhez',
|
'NoFramesRecorded' => 'Nincs rögzített képkocka ehhez az eseményhez',
|
||||||
'NoGroup' => 'Nincs csoport',
|
'NoGroup' => 'Nincs csoport',
|
||||||
'NoSavedFilters' => 'Nincs mentett szűrő',
|
'NoSavedFilters' => 'Nincs mentett szűrő',
|
||||||
|
@ -571,6 +597,8 @@ $SLANG = array(
|
||||||
'OpGt' => 'nagyobb mint',
|
'OpGt' => 'nagyobb mint',
|
||||||
'OpGtEq' => 'nagyobb van egyenlő',
|
'OpGtEq' => 'nagyobb van egyenlő',
|
||||||
'OpIn' => 'beállítva',
|
'OpIn' => 'beállítva',
|
||||||
|
'OpIs' => 'is', // Added - 2018-08-30
|
||||||
|
'OpIsNot' => 'is not', // Added - 2018-08-30
|
||||||
'OpLt' => 'kisebb mint',
|
'OpLt' => 'kisebb mint',
|
||||||
'OpLtEq' => 'kisebb vagy egyenlő',
|
'OpLtEq' => 'kisebb vagy egyenlő',
|
||||||
'OpMatches' => 'találatok',
|
'OpMatches' => 'találatok',
|
||||||
|
@ -580,6 +608,7 @@ $SLANG = array(
|
||||||
'Open' => 'Megnyitás',
|
'Open' => 'Megnyitás',
|
||||||
'OptionHelp' => 'Beállítási segítség',
|
'OptionHelp' => 'Beállítási segítség',
|
||||||
'OptionRestartWarning' => 'Ez a beállítás nem tud érvénybe lépni miközben az élő rendszer fut.\nHa végzett minden beállítással, kérem, indítsa újra a ZoneMinder szolgáltatást.',
|
'OptionRestartWarning' => 'Ez a beállítás nem tud érvénybe lépni miközben az élő rendszer fut.\nHa végzett minden beállítással, kérem, indítsa újra a ZoneMinder szolgáltatást.',
|
||||||
|
'OptionalEncoderParam' => 'Optional Encoder Parameters', // Added - 2018-08-30
|
||||||
'Options' => 'Beállítások',
|
'Options' => 'Beállítások',
|
||||||
'OrEnterNewName' => 'vagy új néven:',
|
'OrEnterNewName' => 'vagy új néven:',
|
||||||
'Order' => 'Sorrend',
|
'Order' => 'Sorrend',
|
||||||
|
@ -617,9 +646,13 @@ $SLANG = array(
|
||||||
'ProfileProbeIntro' => 'The list below shows the existing stream profiles of the selected camera .<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that ZoneMinder cannot configure additional profiles and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>', // Added - 2015-04-18
|
'ProfileProbeIntro' => 'The list below shows the existing stream profiles of the selected camera .<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that ZoneMinder cannot configure additional profiles and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>', // Added - 2015-04-18
|
||||||
'Progress' => 'Progress', // Added - 2015-04-18
|
'Progress' => 'Progress', // Added - 2015-04-18
|
||||||
'Protocol' => 'Protocol',
|
'Protocol' => 'Protocol',
|
||||||
|
'RTSPDescribe' => 'Use RTSP Response Media URL', // Added - 2018-08-30
|
||||||
|
'RTSPTransport' => 'RTSP Transport Protocol', // Added - 2018-08-30
|
||||||
'Rate' => 'FPS',
|
'Rate' => 'FPS',
|
||||||
'Real' => 'Valós',
|
'Real' => 'Valós',
|
||||||
|
'RecaptchaWarning' => 'Your reCaptcha secret key is invalid. Please correct it, or reCaptcha will not work', // Added - 2018-08-30
|
||||||
'Record' => 'Felvétel',
|
'Record' => 'Felvétel',
|
||||||
|
'RecordAudio' => 'Whether to store the audio stream when saving an event.', // Added - 2018-08-30
|
||||||
'RefImageBlendPct' => 'Változás a referenciaképtől %-ban',
|
'RefImageBlendPct' => 'Változás a referenciaképtől %-ban',
|
||||||
'Refresh' => 'Frissítés',
|
'Refresh' => 'Frissítés',
|
||||||
'Remote' => 'Hálózati',
|
'Remote' => 'Hálózati',
|
||||||
|
@ -635,6 +668,7 @@ $SLANG = array(
|
||||||
'ReplayAll' => 'Mindet',
|
'ReplayAll' => 'Mindet',
|
||||||
'ReplayGapless' => 'Szünet nélkülieket',
|
'ReplayGapless' => 'Szünet nélkülieket',
|
||||||
'ReplaySingle' => 'Egyenként',
|
'ReplaySingle' => 'Egyenként',
|
||||||
|
'ReportEventAudit' => 'Audit Events Report', // Added - 2018-08-30
|
||||||
'Reset' => 'Alapértékre',
|
'Reset' => 'Alapértékre',
|
||||||
'ResetEventCounts' => 'Eseményszámláló nullázása',
|
'ResetEventCounts' => 'Eseményszámláló nullázása',
|
||||||
'Restart' => 'A szolgáltatás újraindítása',
|
'Restart' => 'A szolgáltatás újraindítása',
|
||||||
|
@ -653,6 +687,7 @@ $SLANG = array(
|
||||||
'Save' => 'Mentés',
|
'Save' => 'Mentés',
|
||||||
'SaveAs' => 'Mentés erre:',
|
'SaveAs' => 'Mentés erre:',
|
||||||
'SaveFilter' => 'Szűrő mentése',
|
'SaveFilter' => 'Szűrő mentése',
|
||||||
|
'SaveJPEGs' => 'Save JPEGs', // Added - 2018-08-30
|
||||||
'Scale' => 'Méret',
|
'Scale' => 'Méret',
|
||||||
'Score' => 'Pontszám',
|
'Score' => 'Pontszám',
|
||||||
'Secs' => 'mp.',
|
'Secs' => 'mp.',
|
||||||
|
@ -669,6 +704,7 @@ $SLANG = array(
|
||||||
'ShowFilterWindow' => 'Szűrőablak megjelenítése',
|
'ShowFilterWindow' => 'Szűrőablak megjelenítése',
|
||||||
'ShowTimeline' => 'Idővonal megjelenítése',
|
'ShowTimeline' => 'Idővonal megjelenítése',
|
||||||
'SignalCheckColour' => 'Szín a jel kimaradásakor',
|
'SignalCheckColour' => 'Szín a jel kimaradásakor',
|
||||||
|
'SignalCheckPoints' => 'Signal Check Points', // Added - 2018-08-30
|
||||||
'Size' => 'Fájlméret',
|
'Size' => 'Fájlméret',
|
||||||
'SkinDescription' => 'Alapértelmezett felület ebben a böngészőben',
|
'SkinDescription' => 'Alapértelmezett felület ebben a böngészőben',
|
||||||
'Sleep' => 'Alvás',
|
'Sleep' => 'Alvás',
|
||||||
|
@ -688,6 +724,10 @@ $SLANG = array(
|
||||||
'State' => 'Állapot',
|
'State' => 'Állapot',
|
||||||
'Stats' => 'Statisztikák',
|
'Stats' => 'Statisztikák',
|
||||||
'Status' => 'Státusz',
|
'Status' => 'Státusz',
|
||||||
|
'StatusConnected' => 'Capturing', // Added - 2018-08-30
|
||||||
|
'StatusNotRunning' => 'Not Running', // Added - 2018-08-30
|
||||||
|
'StatusRunning' => 'Not Capturing', // Added - 2018-08-30
|
||||||
|
'StatusUnknown' => 'Unknown', // Added - 2018-08-30
|
||||||
'Step' => 'Ugrás',
|
'Step' => 'Ugrás',
|
||||||
'StepBack' => 'Visszalépés',
|
'StepBack' => 'Visszalépés',
|
||||||
'StepForward' => 'Előrelépés',
|
'StepForward' => 'Előrelépés',
|
||||||
|
@ -698,6 +738,8 @@ $SLANG = array(
|
||||||
'Stills' => 'Állóképek',
|
'Stills' => 'Állóképek',
|
||||||
'Stop' => 'A szolgáltatás leállítása',
|
'Stop' => 'A szolgáltatás leállítása',
|
||||||
'Stopped' => 'Leállítva',
|
'Stopped' => 'Leállítva',
|
||||||
|
'StorageArea' => 'Storage Area', // Added - 2018-08-30
|
||||||
|
'StorageScheme' => 'Scheme', // Added - 2018-08-30
|
||||||
'Stream' => 'Élő folyam',
|
'Stream' => 'Élő folyam',
|
||||||
'StreamReplayBuffer' => 'Képkockák száma a pufferben visszajátszáskor',
|
'StreamReplayBuffer' => 'Képkockák száma a pufferben visszajátszáskor',
|
||||||
'Submit' => 'Küldés',
|
'Submit' => 'Küldés',
|
||||||
|
@ -717,6 +759,7 @@ $SLANG = array(
|
||||||
'TimelineTip4' => 'Használja az alábbi gombokat hogy az időskálát csúsztassa, vagy kicsinyítse.',
|
'TimelineTip4' => 'Használja az alábbi gombokat hogy az időskálát csúsztassa, vagy kicsinyítse.',
|
||||||
'Timestamp' => 'Időbélyeg',
|
'Timestamp' => 'Időbélyeg',
|
||||||
'TimestampLabelFormat' => 'Időbélyeg formátuma',
|
'TimestampLabelFormat' => 'Időbélyeg formátuma',
|
||||||
|
'TimestampLabelSize' => 'Font Size', // Added - 2018-08-30
|
||||||
'TimestampLabelX' => 'Elhelyezés X pozició',
|
'TimestampLabelX' => 'Elhelyezés X pozició',
|
||||||
'TimestampLabelY' => 'Elhelyezés Y pozició',
|
'TimestampLabelY' => 'Elhelyezés Y pozició',
|
||||||
'Today' => 'Ma',
|
'Today' => 'Ma',
|
||||||
|
@ -763,6 +806,7 @@ $SLANG = array(
|
||||||
'VideoGenParms' => 'Videó készítési paraméterek',
|
'VideoGenParms' => 'Videó készítési paraméterek',
|
||||||
'VideoGenSucceeded' => 'A videó elkészült.',
|
'VideoGenSucceeded' => 'A videó elkészült.',
|
||||||
'VideoSize' => 'Képméret',
|
'VideoSize' => 'Képméret',
|
||||||
|
'VideoWriter' => 'Video Writer', // Added - 2018-08-30
|
||||||
'View' => 'Megtekintés',
|
'View' => 'Megtekintés',
|
||||||
'ViewAll' => 'Az összes listázása',
|
'ViewAll' => 'Az összes listázása',
|
||||||
'ViewEvent' => 'Események nézet',
|
'ViewEvent' => 'Események nézet',
|
||||||
|
@ -772,6 +816,7 @@ $SLANG = array(
|
||||||
'Watch' => 'Figyelés',
|
'Watch' => 'Figyelés',
|
||||||
'Web' => 'Web',
|
'Web' => 'Web',
|
||||||
'WebColour' => 'Szín az idővonal skálán',
|
'WebColour' => 'Szín az idővonal skálán',
|
||||||
|
'WebSiteUrl' => 'Website URL', // Added - 2018-08-30
|
||||||
'Week' => 'Héten',
|
'Week' => 'Héten',
|
||||||
'White' => 'Fehér',
|
'White' => 'Fehér',
|
||||||
'WhiteBalance' => 'Fehér egyensúly',
|
'WhiteBalance' => 'Fehér egyensúly',
|
||||||
|
|
|
@ -83,6 +83,8 @@ $SLANG = array(
|
||||||
'Actual' => 'Attuale',
|
'Actual' => 'Attuale',
|
||||||
'AddNewControl' => 'Aggiungi nuovo Controllo',
|
'AddNewControl' => 'Aggiungi nuovo Controllo',
|
||||||
'AddNewMonitor' => 'Aggiungi nuovo Monitor',
|
'AddNewMonitor' => 'Aggiungi nuovo Monitor',
|
||||||
|
'AddNewServer' => 'Add New Server', // Added - 2018-08-30
|
||||||
|
'AddNewStorage' => 'Add New Storage', // Added - 2018-08-30
|
||||||
'AddNewUser' => 'Aggiungi nuovo Utente',
|
'AddNewUser' => 'Aggiungi nuovo Utente',
|
||||||
'AddNewZone' => 'Aggiungi nuova Zona',
|
'AddNewZone' => 'Aggiungi nuova Zona',
|
||||||
'Alarm' => 'Allarme',
|
'Alarm' => 'Allarme',
|
||||||
|
@ -110,22 +112,32 @@ $SLANG = array(
|
||||||
'AttrArchiveStatus' => 'Stato Archivio',
|
'AttrArchiveStatus' => 'Stato Archivio',
|
||||||
'AttrAvgScore' => 'Punteggio medio',
|
'AttrAvgScore' => 'Punteggio medio',
|
||||||
'AttrCause' => 'Causa',
|
'AttrCause' => 'Causa',
|
||||||
'AttrDate' => 'Data',
|
|
||||||
'AttrDateTime' => 'Data/Ora',
|
|
||||||
'AttrDiskBlocks' => 'Blocchi del Disco',
|
'AttrDiskBlocks' => 'Blocchi del Disco',
|
||||||
'AttrDiskPercent' => 'Percentuale del Disco',
|
'AttrDiskPercent' => 'Percentuale del Disco',
|
||||||
|
'AttrDiskSpace' => 'Disk Space', // Added - 2018-08-30
|
||||||
'AttrDuration' => 'Durata',
|
'AttrDuration' => 'Durata',
|
||||||
|
'AttrEndDate' => 'End Date', // Added - 2018-08-30
|
||||||
|
'AttrEndDateTime' => 'End Date/Time', // Added - 2018-08-30
|
||||||
|
'AttrEndTime' => 'End Time', // Added - 2018-08-30
|
||||||
|
'AttrEndWeekday' => 'End Weekday', // Added - 2018-08-30
|
||||||
|
'AttrFilterServer' => 'Server Filter is Running On', // Added - 2018-08-30
|
||||||
'AttrFrames' => 'Immagini',
|
'AttrFrames' => 'Immagini',
|
||||||
'AttrId' => 'Id',
|
'AttrId' => 'Id',
|
||||||
'AttrMaxScore' => 'Punteggio massimo',
|
'AttrMaxScore' => 'Punteggio massimo',
|
||||||
'AttrMonitorId' => 'Id Monitor',
|
'AttrMonitorId' => 'Id Monitor',
|
||||||
'AttrMonitorName' => 'Nome Monitor',
|
'AttrMonitorName' => 'Nome Monitor',
|
||||||
|
'AttrMonitorServer' => 'Server Monitor is Running On', // Added - 2018-08-30
|
||||||
'AttrName' => 'Nome',
|
'AttrName' => 'Nome',
|
||||||
'AttrNotes' => 'Note',
|
'AttrNotes' => 'Note',
|
||||||
|
'AttrStartDate' => 'Start Date', // Added - 2018-08-30
|
||||||
|
'AttrStartDateTime' => 'Start Date/Time', // Added - 2018-08-30
|
||||||
|
'AttrStartTime' => 'Start Time', // Added - 2018-08-30
|
||||||
|
'AttrStartWeekday' => 'Start Weekday', // Added - 2018-08-30
|
||||||
|
'AttrStateId' => 'Run State', // Added - 2018-08-30
|
||||||
|
'AttrStorageArea' => 'Storage Area', // Added - 2018-08-30
|
||||||
|
'AttrStorageServer' => 'Server Hosting Storage', // Added - 2018-08-30
|
||||||
'AttrSystemLoad' => 'System Load',
|
'AttrSystemLoad' => 'System Load',
|
||||||
'AttrTime' => 'Ora',
|
|
||||||
'AttrTotalScore' => 'Punteggio totale',
|
'AttrTotalScore' => 'Punteggio totale',
|
||||||
'AttrWeekday' => 'Giorno della settimana',
|
|
||||||
'Auto' => 'Auto',
|
'Auto' => 'Auto',
|
||||||
'AutoStopTimeout' => 'Auto Stop Timeout',
|
'AutoStopTimeout' => 'Auto Stop Timeout',
|
||||||
'Available' => 'Disponibile', // Added - 2009-03-31
|
'Available' => 'Disponibile', // Added - 2009-03-31
|
||||||
|
@ -158,9 +170,11 @@ $SLANG = array(
|
||||||
'BadRefBlendPerc' => 'La percentuale di miscela di riferimento deve essere un intero positivo',
|
'BadRefBlendPerc' => 'La percentuale di miscela di riferimento deve essere un intero positivo',
|
||||||
'BadSectionLength' => 'La lunghezza della sezione deve essere un numero intero pari a 30 o maggiore',
|
'BadSectionLength' => 'La lunghezza della sezione deve essere un numero intero pari a 30 o maggiore',
|
||||||
'BadSignalCheckColour' => 'Signal check colour must be a valid RGB colour string',
|
'BadSignalCheckColour' => 'Signal check colour must be a valid RGB colour string',
|
||||||
|
'BadSourceType' => 'Source Type \"Web Site\" requires the Function to be set to \"Monitor\"', // Added - 2018-08-30
|
||||||
'BadStreamReplayBuffer'=> 'Stream replay buffer must be an integer of zero or more',
|
'BadStreamReplayBuffer'=> 'Stream replay buffer must be an integer of zero or more',
|
||||||
'BadWarmupCount' => 'Il numero di frame di allarme deve essere un numero intero maggiore o uguale a zero',
|
'BadWarmupCount' => 'Il numero di frame di allarme deve essere un numero intero maggiore o uguale a zero',
|
||||||
'BadWebColour' => 'L\'identificativo del colore deve essere una stringa valida',
|
'BadWebColour' => 'L\'identificativo del colore deve essere una stringa valida',
|
||||||
|
'BadWebSitePath' => 'Please enter a complete website url, including the http:// or https:// prefix.', // Added - 2018-08-30
|
||||||
'BadWidth' => 'La larghezza deve essere impostata con un valore valido',
|
'BadWidth' => 'La larghezza deve essere impostata con un valore valido',
|
||||||
'Bandwidth' => 'Banda',
|
'Bandwidth' => 'Banda',
|
||||||
'BandwidthHead' => 'Bandwidth', // This is the end of the bandwidth status on the top of the console, different in many language due to phrasing
|
'BandwidthHead' => 'Bandwidth', // This is the end of the bandwidth status on the top of the console, different in many language due to phrasing
|
||||||
|
@ -224,10 +238,12 @@ $SLANG = array(
|
||||||
'ChooseLogSelection' => 'Choose a log selection', // Added - 2011-06-17
|
'ChooseLogSelection' => 'Choose a log selection', // Added - 2011-06-17
|
||||||
'ChoosePreset' => 'Scegli Preset',
|
'ChoosePreset' => 'Scegli Preset',
|
||||||
'Clear' => 'Clear', // Added - 2011-06-16
|
'Clear' => 'Clear', // Added - 2011-06-16
|
||||||
|
'CloneMonitor' => 'Clone', // Added - 2018-08-30
|
||||||
'Close' => 'Chiudi',
|
'Close' => 'Chiudi',
|
||||||
'Colour' => 'Colori',
|
'Colour' => 'Colori',
|
||||||
'Command' => 'Comando',
|
'Command' => 'Comando',
|
||||||
'Component' => 'Component', // Added - 2011-06-16
|
'Component' => 'Component', // Added - 2011-06-16
|
||||||
|
'ConcurrentFilter' => 'Run filter concurrently', // Added - 2018-08-30
|
||||||
'Config' => 'Configura',
|
'Config' => 'Configura',
|
||||||
'ConfiguredFor' => 'Configurato per',
|
'ConfiguredFor' => 'Configurato per',
|
||||||
'ConfirmDeleteEvents' => 'Sei sicuro di voler cancellare gli eventi selezionati',
|
'ConfirmDeleteEvents' => 'Sei sicuro di voler cancellare gli eventi selezionati',
|
||||||
|
@ -285,9 +301,11 @@ $SLANG = array(
|
||||||
'DonateRemindWeek' => 'Non ancora, ricordamelo ancora tra 1 settimana',
|
'DonateRemindWeek' => 'Non ancora, ricordamelo ancora tra 1 settimana',
|
||||||
'DonateYes' => 'Si,mi piacerebbe donare qualcosa ora',
|
'DonateYes' => 'Si,mi piacerebbe donare qualcosa ora',
|
||||||
'Download' => 'Download',
|
'Download' => 'Download',
|
||||||
|
'DownloadVideo' => 'Download Video', // Added - 2018-08-30
|
||||||
'DuplicateMonitorName' => 'Il nome del monitor e\' gia\' presente', // Added - 2009-03-31
|
'DuplicateMonitorName' => 'Il nome del monitor e\' gia\' presente', // Added - 2009-03-31
|
||||||
'Duration' => 'Durata',
|
'Duration' => 'Durata',
|
||||||
'Edit' => 'Modifica',
|
'Edit' => 'Modifica',
|
||||||
|
'EditLayout' => 'Edit Layout', // Added - 2018-08-30
|
||||||
'Email' => 'Email',
|
'Email' => 'Email',
|
||||||
'EnableAlarms' => 'Abilita Allarmi',
|
'EnableAlarms' => 'Abilita Allarmi',
|
||||||
'Enabled' => 'Attivo',
|
'Enabled' => 'Attivo',
|
||||||
|
@ -304,6 +322,7 @@ $SLANG = array(
|
||||||
'Events' => 'Eventi',
|
'Events' => 'Eventi',
|
||||||
'Exclude' => 'Escludi',
|
'Exclude' => 'Escludi',
|
||||||
'Execute' => 'Esegui',
|
'Execute' => 'Esegui',
|
||||||
|
'Exif' => 'Embed EXIF data into image', // Added - 2018-08-30
|
||||||
'Export' => 'Esporta',
|
'Export' => 'Esporta',
|
||||||
'ExportDetails' => 'Esp. dettagli eventi',
|
'ExportDetails' => 'Esp. dettagli eventi',
|
||||||
'ExportFailed' => 'Esp. Fallita ',
|
'ExportFailed' => 'Esp. Fallita ',
|
||||||
|
@ -333,8 +352,10 @@ $SLANG = array(
|
||||||
'FilterExecuteEvents' => 'Esegui un comando',
|
'FilterExecuteEvents' => 'Esegui un comando',
|
||||||
'FilterLog' => 'Filter log', // Added - 2015-04-18
|
'FilterLog' => 'Filter log', // Added - 2015-04-18
|
||||||
'FilterMessageEvents' => 'Invia dettagli tramite messaggio',
|
'FilterMessageEvents' => 'Invia dettagli tramite messaggio',
|
||||||
|
'FilterMoveEvents' => 'Move all matches', // Added - 2018-08-30
|
||||||
'FilterPx' => 'Px Filtro',
|
'FilterPx' => 'Px Filtro',
|
||||||
'FilterUnset' => 'Devi specificare altezza e larghezza per il filtro',
|
'FilterUnset' => 'Devi specificare altezza e larghezza per il filtro',
|
||||||
|
'FilterUpdateDiskSpace'=> 'Update used disk space', // Added - 2018-08-30
|
||||||
'FilterUploadEvents' => 'Fai upload eventi (FTP)',
|
'FilterUploadEvents' => 'Fai upload eventi (FTP)',
|
||||||
'FilterVideoEvents' => 'Crea video per tutte le corrispondenze',
|
'FilterVideoEvents' => 'Crea video per tutte le corrispondenze',
|
||||||
'Filters' => 'Filtri',
|
'Filters' => 'Filtri',
|
||||||
|
@ -359,6 +380,7 @@ $SLANG = array(
|
||||||
'Function' => 'Funzione',
|
'Function' => 'Funzione',
|
||||||
'Gain' => 'Gain',
|
'Gain' => 'Gain',
|
||||||
'General' => 'Generale',
|
'General' => 'Generale',
|
||||||
|
'GenerateDownload' => 'Generate Download', // Added - 2018-08-30
|
||||||
'GenerateVideo' => 'Genera Video',
|
'GenerateVideo' => 'Genera Video',
|
||||||
'GeneratingVideo' => 'Sto generando il Video',
|
'GeneratingVideo' => 'Sto generando il Video',
|
||||||
'GoToZoneMinder' => 'Vai su zoneminder.com',
|
'GoToZoneMinder' => 'Vai su zoneminder.com',
|
||||||
|
@ -379,6 +401,7 @@ $SLANG = array(
|
||||||
'High' => 'Alta',
|
'High' => 'Alta',
|
||||||
'HighBW' => 'Banda Alta',
|
'HighBW' => 'Banda Alta',
|
||||||
'Home' => 'Home',
|
'Home' => 'Home',
|
||||||
|
'Hostname' => 'Hostname', // Added - 2018-08-30
|
||||||
'Hour' => 'Ora',
|
'Hour' => 'Ora',
|
||||||
'Hue' => 'Tinta',
|
'Hue' => 'Tinta',
|
||||||
'Id' => 'Id',
|
'Id' => 'Id',
|
||||||
|
@ -403,6 +426,7 @@ $SLANG = array(
|
||||||
'Line' => 'Line', // Added - 2011-06-16
|
'Line' => 'Line', // Added - 2011-06-16
|
||||||
'LinkedMonitors' => 'Monitor Collegati',
|
'LinkedMonitors' => 'Monitor Collegati',
|
||||||
'List' => 'Lista',
|
'List' => 'Lista',
|
||||||
|
'ListMatches' => 'List Matches', // Added - 2018-08-30
|
||||||
'Load' => 'Carico Sistema',
|
'Load' => 'Carico Sistema',
|
||||||
'Local' => 'Locale',
|
'Local' => 'Locale',
|
||||||
'Log' => 'Log', // Added - 2011-06-16
|
'Log' => 'Log', // Added - 2011-06-16
|
||||||
|
@ -489,6 +513,7 @@ $SLANG = array(
|
||||||
'MonitorProbeIntro' => 'The list below shows detected analog and network cameras and whether they are already being used or available for selection.<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that not all cameras may be detected and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>', // Added - 2009-03-31
|
'MonitorProbeIntro' => 'The list below shows detected analog and network cameras and whether they are already being used or available for selection.<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that not all cameras may be detected and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>', // Added - 2009-03-31
|
||||||
'Monitors' => 'Monitors',
|
'Monitors' => 'Monitors',
|
||||||
'Montage' => 'Montaggio',
|
'Montage' => 'Montaggio',
|
||||||
|
'MontageReview' => 'Montage Review', // Added - 2018-08-30
|
||||||
'Month' => 'Mese',
|
'Month' => 'Mese',
|
||||||
'More' => 'More', // Added - 2011-06-16
|
'More' => 'More', // Added - 2011-06-16
|
||||||
'MotionFrameSkip' => 'Motion Frame Skip',
|
'MotionFrameSkip' => 'Motion Frame Skip',
|
||||||
|
@ -515,6 +540,7 @@ $SLANG = array(
|
||||||
'Next' => 'Prossimo',
|
'Next' => 'Prossimo',
|
||||||
'No' => 'No',
|
'No' => 'No',
|
||||||
'NoDetectedCameras' => 'Nessuna telecamera rilevata', // Added - 2009-03-31
|
'NoDetectedCameras' => 'Nessuna telecamera rilevata', // Added - 2009-03-31
|
||||||
|
'NoDetectedProfiles' => 'No Detected Profiles', // Added - 2018-08-30
|
||||||
'NoFramesRecorded' => 'Non ci sono immagini salvate per questo evento',
|
'NoFramesRecorded' => 'Non ci sono immagini salvate per questo evento',
|
||||||
'NoGroup' => 'Nessun gruppo', // Added - 2009-02-08
|
'NoGroup' => 'Nessun gruppo', // Added - 2009-02-08
|
||||||
'NoSavedFilters' => 'NessunFiltroSalvato',
|
'NoSavedFilters' => 'NessunFiltroSalvato',
|
||||||
|
@ -533,6 +559,8 @@ $SLANG = array(
|
||||||
'OpGt' => 'maggiore di',
|
'OpGt' => 'maggiore di',
|
||||||
'OpGtEq' => 'maggiore o uguale a',
|
'OpGtEq' => 'maggiore o uguale a',
|
||||||
'OpIn' => 'impostato',
|
'OpIn' => 'impostato',
|
||||||
|
'OpIs' => 'is', // Added - 2018-08-30
|
||||||
|
'OpIsNot' => 'is not', // Added - 2018-08-30
|
||||||
'OpLt' => 'minore di',
|
'OpLt' => 'minore di',
|
||||||
'OpLtEq' => 'minore o uguale a',
|
'OpLtEq' => 'minore o uguale a',
|
||||||
'OpMatches' => 'corrisponde',
|
'OpMatches' => 'corrisponde',
|
||||||
|
@ -542,6 +570,7 @@ $SLANG = array(
|
||||||
'Open' => 'Apri',
|
'Open' => 'Apri',
|
||||||
'OptionHelp' => 'Opzioni di Aiuto',
|
'OptionHelp' => 'Opzioni di Aiuto',
|
||||||
'OptionRestartWarning' => 'Queste modifiche potrebbero essere attive solo dopo un riavvio del sistema. Riavviare ZoneMinder.',
|
'OptionRestartWarning' => 'Queste modifiche potrebbero essere attive solo dopo un riavvio del sistema. Riavviare ZoneMinder.',
|
||||||
|
'OptionalEncoderParam' => 'Optional Encoder Parameters', // Added - 2018-08-30
|
||||||
'Options' => 'Opzioni',
|
'Options' => 'Opzioni',
|
||||||
'OrEnterNewName' => 'o inserisci un nuovo nome',
|
'OrEnterNewName' => 'o inserisci un nuovo nome',
|
||||||
'Order' => 'Ordine',
|
'Order' => 'Ordine',
|
||||||
|
@ -579,9 +608,13 @@ $SLANG = array(
|
||||||
'ProfileProbeIntro' => 'The list below shows the existing stream profiles of the selected camera .<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that ZoneMinder cannot configure additional profiles and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>', // Added - 2015-04-18
|
'ProfileProbeIntro' => 'The list below shows the existing stream profiles of the selected camera .<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that ZoneMinder cannot configure additional profiles and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>', // Added - 2015-04-18
|
||||||
'Progress' => 'Progress', // Added - 2015-04-18
|
'Progress' => 'Progress', // Added - 2015-04-18
|
||||||
'Protocol' => 'Protocol',
|
'Protocol' => 'Protocol',
|
||||||
|
'RTSPDescribe' => 'Use RTSP Response Media URL', // Added - 2018-08-30
|
||||||
|
'RTSPTransport' => 'RTSP Transport Protocol', // Added - 2018-08-30
|
||||||
'Rate' => 'Velocita\'',
|
'Rate' => 'Velocita\'',
|
||||||
'Real' => 'Reale',
|
'Real' => 'Reale',
|
||||||
|
'RecaptchaWarning' => 'Your reCaptcha secret key is invalid. Please correct it, or reCaptcha will not work', // Added - 2018-08-30
|
||||||
'Record' => 'Registra',
|
'Record' => 'Registra',
|
||||||
|
'RecordAudio' => 'Whether to store the audio stream when saving an event.', // Added - 2018-08-30
|
||||||
'RefImageBlendPct' => 'Riferimento Miscela Immagine percentuale',
|
'RefImageBlendPct' => 'Riferimento Miscela Immagine percentuale',
|
||||||
'Refresh' => 'Aggiorna',
|
'Refresh' => 'Aggiorna',
|
||||||
'Remote' => 'Remoto',
|
'Remote' => 'Remoto',
|
||||||
|
@ -597,6 +630,7 @@ $SLANG = array(
|
||||||
'ReplayAll' => 'All Events',
|
'ReplayAll' => 'All Events',
|
||||||
'ReplayGapless' => 'Gapless Events',
|
'ReplayGapless' => 'Gapless Events',
|
||||||
'ReplaySingle' => 'Single Event',
|
'ReplaySingle' => 'Single Event',
|
||||||
|
'ReportEventAudit' => 'Audit Events Report', // Added - 2018-08-30
|
||||||
'Reset' => 'Resetta',
|
'Reset' => 'Resetta',
|
||||||
'ResetEventCounts' => 'Resetta Contatore Eventi',
|
'ResetEventCounts' => 'Resetta Contatore Eventi',
|
||||||
'Restart' => 'Riavvia',
|
'Restart' => 'Riavvia',
|
||||||
|
@ -615,6 +649,7 @@ $SLANG = array(
|
||||||
'Save' => 'Salva',
|
'Save' => 'Salva',
|
||||||
'SaveAs' => 'Salva come',
|
'SaveAs' => 'Salva come',
|
||||||
'SaveFilter' => 'salva Filtro',
|
'SaveFilter' => 'salva Filtro',
|
||||||
|
'SaveJPEGs' => 'Save JPEGs', // Added - 2018-08-30
|
||||||
'Scale' => 'Scala',
|
'Scale' => 'Scala',
|
||||||
'Score' => 'Punteggio',
|
'Score' => 'Punteggio',
|
||||||
'Secs' => 'Secs',
|
'Secs' => 'Secs',
|
||||||
|
@ -631,6 +666,7 @@ $SLANG = array(
|
||||||
'ShowFilterWindow' => 'MostraFinestraFiltri',
|
'ShowFilterWindow' => 'MostraFinestraFiltri',
|
||||||
'ShowTimeline' => 'Mostra linea temporale',
|
'ShowTimeline' => 'Mostra linea temporale',
|
||||||
'SignalCheckColour' => 'Signal Check Colour',
|
'SignalCheckColour' => 'Signal Check Colour',
|
||||||
|
'SignalCheckPoints' => 'Signal Check Points', // Added - 2018-08-30
|
||||||
'Size' => 'grandezza',
|
'Size' => 'grandezza',
|
||||||
'SkinDescription' => 'Change the default skin for this computer', // Added - 2011-01-30
|
'SkinDescription' => 'Change the default skin for this computer', // Added - 2011-01-30
|
||||||
'Sleep' => 'Sleep',
|
'Sleep' => 'Sleep',
|
||||||
|
@ -650,6 +686,10 @@ $SLANG = array(
|
||||||
'State' => 'Stato',
|
'State' => 'Stato',
|
||||||
'Stats' => 'Statistiche',
|
'Stats' => 'Statistiche',
|
||||||
'Status' => 'Stato',
|
'Status' => 'Stato',
|
||||||
|
'StatusConnected' => 'Capturing', // Added - 2018-08-30
|
||||||
|
'StatusNotRunning' => 'Not Running', // Added - 2018-08-30
|
||||||
|
'StatusRunning' => 'Not Capturing', // Added - 2018-08-30
|
||||||
|
'StatusUnknown' => 'Unknown', // Added - 2018-08-30
|
||||||
'Step' => 'Passo',
|
'Step' => 'Passo',
|
||||||
'StepBack' => 'Step Back',
|
'StepBack' => 'Step Back',
|
||||||
'StepForward' => 'Step Forward',
|
'StepForward' => 'Step Forward',
|
||||||
|
@ -660,6 +700,8 @@ $SLANG = array(
|
||||||
'Stills' => 'Foto',
|
'Stills' => 'Foto',
|
||||||
'Stop' => 'Stop',
|
'Stop' => 'Stop',
|
||||||
'Stopped' => 'Inattivo',
|
'Stopped' => 'Inattivo',
|
||||||
|
'StorageArea' => 'Storage Area', // Added - 2018-08-30
|
||||||
|
'StorageScheme' => 'Scheme', // Added - 2018-08-30
|
||||||
'Stream' => 'Flusso',
|
'Stream' => 'Flusso',
|
||||||
'StreamReplayBuffer' => 'Stream Replay Image Buffer',
|
'StreamReplayBuffer' => 'Stream Replay Image Buffer',
|
||||||
'Submit' => 'Accetta',
|
'Submit' => 'Accetta',
|
||||||
|
@ -679,6 +721,7 @@ $SLANG = array(
|
||||||
'TimelineTip4' => 'Use the controls below to zoom out or navigate back and forward through the time range.', // Added 2013.08.15.
|
'TimelineTip4' => 'Use the controls below to zoom out or navigate back and forward through the time range.', // Added 2013.08.15.
|
||||||
'Timestamp' => 'Timestamp',
|
'Timestamp' => 'Timestamp',
|
||||||
'TimestampLabelFormat' => 'Formato etichetta timestamp',
|
'TimestampLabelFormat' => 'Formato etichetta timestamp',
|
||||||
|
'TimestampLabelSize' => 'Font Size', // Added - 2018-08-30
|
||||||
'TimestampLabelX' => 'coordinata X etichetta',
|
'TimestampLabelX' => 'coordinata X etichetta',
|
||||||
'TimestampLabelY' => 'coordinata Y etichetta',
|
'TimestampLabelY' => 'coordinata Y etichetta',
|
||||||
'Today' => 'Oggi ',
|
'Today' => 'Oggi ',
|
||||||
|
@ -725,6 +768,7 @@ $SLANG = array(
|
||||||
'VideoGenParms' => 'Parametri Generazione Video',
|
'VideoGenParms' => 'Parametri Generazione Video',
|
||||||
'VideoGenSucceeded' => 'Successo: Generato Video !',
|
'VideoGenSucceeded' => 'Successo: Generato Video !',
|
||||||
'VideoSize' => 'Dimensioni Video',
|
'VideoSize' => 'Dimensioni Video',
|
||||||
|
'VideoWriter' => 'Video Writer', // Added - 2018-08-30
|
||||||
'View' => 'vedi',
|
'View' => 'vedi',
|
||||||
'ViewAll' => 'Vedi Tutto',
|
'ViewAll' => 'Vedi Tutto',
|
||||||
'ViewEvent' => 'Vedi Evento',
|
'ViewEvent' => 'Vedi Evento',
|
||||||
|
@ -734,6 +778,7 @@ $SLANG = array(
|
||||||
'Watch' => 'Guarda',
|
'Watch' => 'Guarda',
|
||||||
'Web' => 'Web',
|
'Web' => 'Web',
|
||||||
'WebColour' => 'Colore Web',
|
'WebColour' => 'Colore Web',
|
||||||
|
'WebSiteUrl' => 'Website URL', // Added - 2018-08-30
|
||||||
'Week' => 'Settimana',
|
'Week' => 'Settimana',
|
||||||
'White' => 'Bianco',
|
'White' => 'Bianco',
|
||||||
'WhiteBalance' => 'Bil. Bianco ',
|
'WhiteBalance' => 'Bil. Bianco ',
|
||||||
|
|
|
@ -79,6 +79,8 @@ $SLANG = array(
|
||||||
'Actual' => '生中継',
|
'Actual' => '生中継',
|
||||||
'AddNewControl' => 'Add New Control',
|
'AddNewControl' => 'Add New Control',
|
||||||
'AddNewMonitor' => 'モニター追加',
|
'AddNewMonitor' => 'モニター追加',
|
||||||
|
'AddNewServer' => 'Add New Server', // Added - 2018-08-30
|
||||||
|
'AddNewStorage' => 'Add New Storage', // Added - 2018-08-30
|
||||||
'AddNewUser' => 'ユーザ追加',
|
'AddNewUser' => 'ユーザ追加',
|
||||||
'AddNewZone' => 'ゾーン追加',
|
'AddNewZone' => 'ゾーン追加',
|
||||||
'Alarm' => 'アラーム',
|
'Alarm' => 'アラーム',
|
||||||
|
@ -106,22 +108,32 @@ $SLANG = array(
|
||||||
'AttrArchiveStatus' => '保存状態',
|
'AttrArchiveStatus' => '保存状態',
|
||||||
'AttrAvgScore' => '平均スコアー',
|
'AttrAvgScore' => '平均スコアー',
|
||||||
'AttrCause' => 'Cause',
|
'AttrCause' => 'Cause',
|
||||||
'AttrDate' => '日付',
|
|
||||||
'AttrDateTime' => '日時',
|
|
||||||
'AttrDiskBlocks' => 'Disk Blocks',
|
'AttrDiskBlocks' => 'Disk Blocks',
|
||||||
'AttrDiskPercent' => 'Disk Percent',
|
'AttrDiskPercent' => 'Disk Percent',
|
||||||
|
'AttrDiskSpace' => 'Disk Space', // Added - 2018-08-30
|
||||||
'AttrDuration' => '継続時間',
|
'AttrDuration' => '継続時間',
|
||||||
|
'AttrEndDate' => 'End Date', // Added - 2018-08-30
|
||||||
|
'AttrEndDateTime' => 'End Date/Time', // Added - 2018-08-30
|
||||||
|
'AttrEndTime' => 'End Time', // Added - 2018-08-30
|
||||||
|
'AttrEndWeekday' => 'End Weekday', // Added - 2018-08-30
|
||||||
|
'AttrFilterServer' => 'Server Filter is Running On', // Added - 2018-08-30
|
||||||
'AttrFrames' => 'フレーム',
|
'AttrFrames' => 'フレーム',
|
||||||
'AttrId' => 'Id',
|
'AttrId' => 'Id',
|
||||||
'AttrMaxScore' => '最高スコアー',
|
'AttrMaxScore' => '最高スコアー',
|
||||||
'AttrMonitorId' => 'モニター Id',
|
'AttrMonitorId' => 'モニター Id',
|
||||||
'AttrMonitorName' => 'モニター 名前',
|
'AttrMonitorName' => 'モニター 名前',
|
||||||
|
'AttrMonitorServer' => 'Server Monitor is Running On', // Added - 2018-08-30
|
||||||
'AttrName' => 'Name',
|
'AttrName' => 'Name',
|
||||||
'AttrNotes' => 'Notes',
|
'AttrNotes' => 'Notes',
|
||||||
|
'AttrStartDate' => 'Start Date', // Added - 2018-08-30
|
||||||
|
'AttrStartDateTime' => 'Start Date/Time', // Added - 2018-08-30
|
||||||
|
'AttrStartTime' => 'Start Time', // Added - 2018-08-30
|
||||||
|
'AttrStartWeekday' => 'Start Weekday', // Added - 2018-08-30
|
||||||
|
'AttrStateId' => 'Run State', // Added - 2018-08-30
|
||||||
|
'AttrStorageArea' => 'Storage Area', // Added - 2018-08-30
|
||||||
|
'AttrStorageServer' => 'Server Hosting Storage', // Added - 2018-08-30
|
||||||
'AttrSystemLoad' => 'System Load',
|
'AttrSystemLoad' => 'System Load',
|
||||||
'AttrTime' => '時間',
|
|
||||||
'AttrTotalScore' => '合計スコアー',
|
'AttrTotalScore' => '合計スコアー',
|
||||||
'AttrWeekday' => '曜日',
|
|
||||||
'Auto' => 'Auto',
|
'Auto' => 'Auto',
|
||||||
'AutoStopTimeout' => 'Auto Stop Timeout',
|
'AutoStopTimeout' => 'Auto Stop Timeout',
|
||||||
'Available' => 'Available', // Added - 2009-03-31
|
'Available' => 'Available', // Added - 2009-03-31
|
||||||
|
@ -154,9 +166,11 @@ $SLANG = array(
|
||||||
'BadRefBlendPerc' => 'Reference blend percentage must be a positive integer',
|
'BadRefBlendPerc' => 'Reference blend percentage must be a positive integer',
|
||||||
'BadSectionLength' => 'Section length must be an integer of 30 or more',
|
'BadSectionLength' => 'Section length must be an integer of 30 or more',
|
||||||
'BadSignalCheckColour' => 'Signal check colour must be a valid RGB colour string',
|
'BadSignalCheckColour' => 'Signal check colour must be a valid RGB colour string',
|
||||||
|
'BadSourceType' => 'Source Type \"Web Site\" requires the Function to be set to \"Monitor\"', // Added - 2018-08-30
|
||||||
'BadStreamReplayBuffer'=> 'Stream replay buffer must be an integer of zero or more',
|
'BadStreamReplayBuffer'=> 'Stream replay buffer must be an integer of zero or more',
|
||||||
'BadWarmupCount' => 'Warmup frames must be an integer of zero or more',
|
'BadWarmupCount' => 'Warmup frames must be an integer of zero or more',
|
||||||
'BadWebColour' => 'Web colour must be a valid web colour string',
|
'BadWebColour' => 'Web colour must be a valid web colour string',
|
||||||
|
'BadWebSitePath' => 'Please enter a complete website url, including the http:// or https:// prefix.', // Added - 2018-08-30
|
||||||
'BadWidth' => 'Width must be set to a valid value',
|
'BadWidth' => 'Width must be set to a valid value',
|
||||||
'Bandwidth' => '帯域幅',
|
'Bandwidth' => '帯域幅',
|
||||||
'BandwidthHead' => 'Bandwidth', // This is the end of the bandwidth status on the top of the console, different in many language due to phrasing
|
'BandwidthHead' => 'Bandwidth', // This is the end of the bandwidth status on the top of the console, different in many language due to phrasing
|
||||||
|
@ -220,10 +234,12 @@ $SLANG = array(
|
||||||
'ChooseLogSelection' => 'Choose a log selection', // Added - 2011-06-17
|
'ChooseLogSelection' => 'Choose a log selection', // Added - 2011-06-17
|
||||||
'ChoosePreset' => 'Choose Preset',
|
'ChoosePreset' => 'Choose Preset',
|
||||||
'Clear' => 'Clear', // Added - 2011-06-16
|
'Clear' => 'Clear', // Added - 2011-06-16
|
||||||
|
'CloneMonitor' => 'Clone', // Added - 2018-08-30
|
||||||
'Close' => '閉じる',
|
'Close' => '閉じる',
|
||||||
'Colour' => '色',
|
'Colour' => '色',
|
||||||
'Command' => 'Command',
|
'Command' => 'Command',
|
||||||
'Component' => 'Component', // Added - 2011-06-16
|
'Component' => 'Component', // Added - 2011-06-16
|
||||||
|
'ConcurrentFilter' => 'Run filter concurrently', // Added - 2018-08-30
|
||||||
'Config' => 'Config',
|
'Config' => 'Config',
|
||||||
'ConfiguredFor' => '設定:',
|
'ConfiguredFor' => '設定:',
|
||||||
'ConfirmDeleteEvents' => 'Are you sure you wish to delete the selected events?',
|
'ConfirmDeleteEvents' => 'Are you sure you wish to delete the selected events?',
|
||||||
|
@ -281,12 +297,14 @@ $SLANG = array(
|
||||||
'DonateRemindWeek' => 'Not yet, remind again in 1 week',
|
'DonateRemindWeek' => 'Not yet, remind again in 1 week',
|
||||||
'DonateYes' => 'Yes, I\'d like to donate now',
|
'DonateYes' => 'Yes, I\'d like to donate now',
|
||||||
'Download' => 'Download',
|
'Download' => 'Download',
|
||||||
|
'DownloadVideo' => 'Download Video', // Added - 2018-08-30
|
||||||
'DuplicateMonitorName' => 'Duplicate Monitor Name', // Added - 2009-03-31
|
'DuplicateMonitorName' => 'Duplicate Monitor Name', // Added - 2009-03-31
|
||||||
'Duration' => '継続時間',
|
'Duration' => '継続時間',
|
||||||
'Edit' => '編集',
|
'Edit' => '編集',
|
||||||
|
'EditLayout' => 'Edit Layout', // Added - 2018-08-30
|
||||||
'Email' => 'メール',
|
'Email' => 'メール',
|
||||||
'EnableAlarms' => 'Enable Alarms',
|
'EnableAlarms' => 'Enable Alarms',
|
||||||
'Enabled' => '使用可能\',
|
'Enabled' => '使用可能',
|
||||||
'EnterNewFilterName' => '新しいフィルター名の入力',
|
'EnterNewFilterName' => '新しいフィルター名の入力',
|
||||||
'Error' => 'エラー',
|
'Error' => 'エラー',
|
||||||
'ErrorBrackets' => 'エラー、開き括弧と閉じ括弧の数が合っているのかを確認してください',
|
'ErrorBrackets' => 'エラー、開き括弧と閉じ括弧の数が合っているのかを確認してください',
|
||||||
|
@ -300,6 +318,7 @@ $SLANG = array(
|
||||||
'Events' => 'イベント',
|
'Events' => 'イベント',
|
||||||
'Exclude' => '排除',
|
'Exclude' => '排除',
|
||||||
'Execute' => 'Execute',
|
'Execute' => 'Execute',
|
||||||
|
'Exif' => 'Embed EXIF data into image', // Added - 2018-08-30
|
||||||
'Export' => 'Export',
|
'Export' => 'Export',
|
||||||
'ExportDetails' => 'Export Event Details',
|
'ExportDetails' => 'Export Event Details',
|
||||||
'ExportFailed' => 'Export Failed',
|
'ExportFailed' => 'Export Failed',
|
||||||
|
@ -329,8 +348,10 @@ $SLANG = array(
|
||||||
'FilterExecuteEvents' => 'Execute command on all matches',
|
'FilterExecuteEvents' => 'Execute command on all matches',
|
||||||
'FilterLog' => 'Filter log', // Added - 2015-04-18
|
'FilterLog' => 'Filter log', // Added - 2015-04-18
|
||||||
'FilterMessageEvents' => 'Message details of all matches',
|
'FilterMessageEvents' => 'Message details of all matches',
|
||||||
|
'FilterMoveEvents' => 'Move all matches', // Added - 2018-08-30
|
||||||
'FilterPx' => 'フィルター Px',
|
'FilterPx' => 'フィルター Px',
|
||||||
'FilterUnset' => 'You must specify a filter width and height',
|
'FilterUnset' => 'You must specify a filter width and height',
|
||||||
|
'FilterUpdateDiskSpace'=> 'Update used disk space', // Added - 2018-08-30
|
||||||
'FilterUploadEvents' => 'Upload all matches',
|
'FilterUploadEvents' => 'Upload all matches',
|
||||||
'FilterVideoEvents' => 'Create video for all matches',
|
'FilterVideoEvents' => 'Create video for all matches',
|
||||||
'Filters' => 'Filters',
|
'Filters' => 'Filters',
|
||||||
|
@ -351,10 +372,11 @@ $SLANG = array(
|
||||||
'FrameRate' => 'フレームレート',
|
'FrameRate' => 'フレームレート',
|
||||||
'FrameSkip' => 'フレームスキップ',
|
'FrameSkip' => 'フレームスキップ',
|
||||||
'Frames' => 'フレーム',
|
'Frames' => 'フレーム',
|
||||||
'Func' => '機能\',
|
'Func' => '機能',
|
||||||
'Function' => '機能\',
|
'Function' => '機能',
|
||||||
'Gain' => 'Gain',
|
'Gain' => 'Gain',
|
||||||
'General' => 'General',
|
'General' => 'General',
|
||||||
|
'GenerateDownload' => 'Generate Download', // Added - 2018-08-30
|
||||||
'GenerateVideo' => 'ビデオの生成',
|
'GenerateVideo' => 'ビデオの生成',
|
||||||
'GeneratingVideo' => 'ビデオ生成中',
|
'GeneratingVideo' => 'ビデオ生成中',
|
||||||
'GoToZoneMinder' => 'ZoneMinder.comに行く',
|
'GoToZoneMinder' => 'ZoneMinder.comに行く',
|
||||||
|
@ -375,6 +397,7 @@ $SLANG = array(
|
||||||
'High' => '高',
|
'High' => '高',
|
||||||
'HighBW' => '高帯域',
|
'HighBW' => '高帯域',
|
||||||
'Home' => 'Home',
|
'Home' => 'Home',
|
||||||
|
'Hostname' => 'Hostname', // Added - 2018-08-30
|
||||||
'Hour' => '時',
|
'Hour' => '時',
|
||||||
'Hue' => '色相',
|
'Hue' => '色相',
|
||||||
'Id' => 'ID',
|
'Id' => 'ID',
|
||||||
|
@ -399,6 +422,7 @@ $SLANG = array(
|
||||||
'Line' => 'Line', // Added - 2011-06-16
|
'Line' => 'Line', // Added - 2011-06-16
|
||||||
'LinkedMonitors' => 'Linked Monitors',
|
'LinkedMonitors' => 'Linked Monitors',
|
||||||
'List' => 'List',
|
'List' => 'List',
|
||||||
|
'ListMatches' => 'List Matches', // Added - 2018-08-30
|
||||||
'Load' => 'Load',
|
'Load' => 'Load',
|
||||||
'Local' => 'ローカル',
|
'Local' => 'ローカル',
|
||||||
'Log' => 'Log', // Added - 2011-06-16
|
'Log' => 'Log', // Added - 2011-06-16
|
||||||
|
@ -485,6 +509,7 @@ $SLANG = array(
|
||||||
'MonitorProbeIntro' => 'The list below shows detected analog and network cameras and whether they are already being used or available for selection.<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that not all cameras may be detected and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>', // Added - 2009-03-31
|
'MonitorProbeIntro' => 'The list below shows detected analog and network cameras and whether they are already being used or available for selection.<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that not all cameras may be detected and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>', // Added - 2009-03-31
|
||||||
'Monitors' => 'モニター',
|
'Monitors' => 'モニター',
|
||||||
'Montage' => 'モンタージュ',
|
'Montage' => 'モンタージュ',
|
||||||
|
'MontageReview' => 'Montage Review', // Added - 2018-08-30
|
||||||
'Month' => '月',
|
'Month' => '月',
|
||||||
'More' => 'More', // Added - 2011-06-16
|
'More' => 'More', // Added - 2011-06-16
|
||||||
'MotionFrameSkip' => 'Motion Frame Skip',
|
'MotionFrameSkip' => 'Motion Frame Skip',
|
||||||
|
@ -511,6 +536,7 @@ $SLANG = array(
|
||||||
'Next' => '次',
|
'Next' => '次',
|
||||||
'No' => 'いいえ',
|
'No' => 'いいえ',
|
||||||
'NoDetectedCameras' => 'No Detected Cameras', // Added - 2009-03-31
|
'NoDetectedCameras' => 'No Detected Cameras', // Added - 2009-03-31
|
||||||
|
'NoDetectedProfiles' => 'No Detected Profiles', // Added - 2018-08-30
|
||||||
'NoFramesRecorded' => 'このイベントのフレームは登録されていません',
|
'NoFramesRecorded' => 'このイベントのフレームは登録されていません',
|
||||||
'NoGroup' => 'No Group',
|
'NoGroup' => 'No Group',
|
||||||
'NoSavedFilters' => '保存されたフィルターはありません',
|
'NoSavedFilters' => '保存されたフィルターはありません',
|
||||||
|
@ -529,6 +555,8 @@ $SLANG = array(
|
||||||
'OpGt' => '以下',
|
'OpGt' => '以下',
|
||||||
'OpGtEq' => '同等か以上',
|
'OpGtEq' => '同等か以上',
|
||||||
'OpIn' => 'セットに入っている',
|
'OpIn' => 'セットに入っている',
|
||||||
|
'OpIs' => 'is', // Added - 2018-08-30
|
||||||
|
'OpIsNot' => 'is not', // Added - 2018-08-30
|
||||||
'OpLt' => '以下',
|
'OpLt' => '以下',
|
||||||
'OpLtEq' => '同等か以下',
|
'OpLtEq' => '同等か以下',
|
||||||
'OpMatches' => '一致する',
|
'OpMatches' => '一致する',
|
||||||
|
@ -538,6 +566,7 @@ $SLANG = array(
|
||||||
'Open' => 'Open',
|
'Open' => 'Open',
|
||||||
'OptionHelp' => 'オプション ヘルプ',
|
'OptionHelp' => 'オプション ヘルプ',
|
||||||
'OptionRestartWarning' => 'この変更は起動中反映されない場合があります。\n変更してからZoneMinderを再起動してください。',
|
'OptionRestartWarning' => 'この変更は起動中反映されない場合があります。\n変更してからZoneMinderを再起動してください。',
|
||||||
|
'OptionalEncoderParam' => 'Optional Encoder Parameters', // Added - 2018-08-30
|
||||||
'Options' => 'オプション',
|
'Options' => 'オプション',
|
||||||
'OrEnterNewName' => '又は新しい名前を入力してください',
|
'OrEnterNewName' => '又は新しい名前を入力してください',
|
||||||
'Order' => 'Order',
|
'Order' => 'Order',
|
||||||
|
@ -575,9 +604,13 @@ $SLANG = array(
|
||||||
'ProfileProbeIntro' => 'The list below shows the existing stream profiles of the selected camera .<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that ZoneMinder cannot configure additional profiles and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>', // Added - 2015-04-18
|
'ProfileProbeIntro' => 'The list below shows the existing stream profiles of the selected camera .<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that ZoneMinder cannot configure additional profiles and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>', // Added - 2015-04-18
|
||||||
'Progress' => 'Progress', // Added - 2015-04-18
|
'Progress' => 'Progress', // Added - 2015-04-18
|
||||||
'Protocol' => 'Protocol',
|
'Protocol' => 'Protocol',
|
||||||
|
'RTSPDescribe' => 'Use RTSP Response Media URL', // Added - 2018-08-30
|
||||||
|
'RTSPTransport' => 'RTSP Transport Protocol', // Added - 2018-08-30
|
||||||
'Rate' => 'レート',
|
'Rate' => 'レート',
|
||||||
'Real' => '生中継',
|
'Real' => '生中継',
|
||||||
|
'RecaptchaWarning' => 'Your reCaptcha secret key is invalid. Please correct it, or reCaptcha will not work', // Added - 2018-08-30
|
||||||
'Record' => '録画',
|
'Record' => '録画',
|
||||||
|
'RecordAudio' => 'Whether to store the audio stream when saving an event.', // Added - 2018-08-30
|
||||||
'RefImageBlendPct' => 'イメージ ブレンド 参照 %',
|
'RefImageBlendPct' => 'イメージ ブレンド 参照 %',
|
||||||
'Refresh' => '最新の情報に更新',
|
'Refresh' => '最新の情報に更新',
|
||||||
'Remote' => 'リモート',
|
'Remote' => 'リモート',
|
||||||
|
@ -593,6 +626,7 @@ $SLANG = array(
|
||||||
'ReplayAll' => 'All Events',
|
'ReplayAll' => 'All Events',
|
||||||
'ReplayGapless' => 'Gapless Events',
|
'ReplayGapless' => 'Gapless Events',
|
||||||
'ReplaySingle' => 'Single Event',
|
'ReplaySingle' => 'Single Event',
|
||||||
|
'ReportEventAudit' => 'Audit Events Report', // Added - 2018-08-30
|
||||||
'Reset' => 'Reset',
|
'Reset' => 'Reset',
|
||||||
'ResetEventCounts' => 'イベント カウント リセット',
|
'ResetEventCounts' => 'イベント カウント リセット',
|
||||||
'Restart' => '再起動',
|
'Restart' => '再起動',
|
||||||
|
@ -611,6 +645,7 @@ $SLANG = array(
|
||||||
'Save' => '保存',
|
'Save' => '保存',
|
||||||
'SaveAs' => '名前をつけて保存',
|
'SaveAs' => '名前をつけて保存',
|
||||||
'SaveFilter' => 'フィルターを保存',
|
'SaveFilter' => 'フィルターを保存',
|
||||||
|
'SaveJPEGs' => 'Save JPEGs', // Added - 2018-08-30
|
||||||
'Scale' => 'スケール',
|
'Scale' => 'スケール',
|
||||||
'Score' => 'スコアー',
|
'Score' => 'スコアー',
|
||||||
'Secs' => '秒',
|
'Secs' => '秒',
|
||||||
|
@ -627,6 +662,7 @@ $SLANG = array(
|
||||||
'ShowFilterWindow' => 'フィルター ウインドーの表示',
|
'ShowFilterWindow' => 'フィルター ウインドーの表示',
|
||||||
'ShowTimeline' => 'Show Timeline',
|
'ShowTimeline' => 'Show Timeline',
|
||||||
'SignalCheckColour' => 'Signal Check Colour',
|
'SignalCheckColour' => 'Signal Check Colour',
|
||||||
|
'SignalCheckPoints' => 'Signal Check Points', // Added - 2018-08-30
|
||||||
'Size' => 'Size',
|
'Size' => 'Size',
|
||||||
'SkinDescription' => 'Change the default skin for this computer', // Added - 2011-01-30
|
'SkinDescription' => 'Change the default skin for this computer', // Added - 2011-01-30
|
||||||
'Sleep' => 'Sleep',
|
'Sleep' => 'Sleep',
|
||||||
|
@ -646,6 +682,10 @@ $SLANG = array(
|
||||||
'State' => '状態',
|
'State' => '状態',
|
||||||
'Stats' => '統計',
|
'Stats' => '統計',
|
||||||
'Status' => '状態',
|
'Status' => '状態',
|
||||||
|
'StatusConnected' => 'Capturing', // Added - 2018-08-30
|
||||||
|
'StatusNotRunning' => 'Not Running', // Added - 2018-08-30
|
||||||
|
'StatusRunning' => 'Not Capturing', // Added - 2018-08-30
|
||||||
|
'StatusUnknown' => 'Unknown', // Added - 2018-08-30
|
||||||
'Step' => 'Step',
|
'Step' => 'Step',
|
||||||
'StepBack' => 'Step Back',
|
'StepBack' => 'Step Back',
|
||||||
'StepForward' => 'Step Forward',
|
'StepForward' => 'Step Forward',
|
||||||
|
@ -656,6 +696,8 @@ $SLANG = array(
|
||||||
'Stills' => 'スチール画像',
|
'Stills' => 'スチール画像',
|
||||||
'Stop' => '停止',
|
'Stop' => '停止',
|
||||||
'Stopped' => '停止状態',
|
'Stopped' => '停止状態',
|
||||||
|
'StorageArea' => 'Storage Area', // Added - 2018-08-30
|
||||||
|
'StorageScheme' => 'Scheme', // Added - 2018-08-30
|
||||||
'Stream' => 'ストリーム',
|
'Stream' => 'ストリーム',
|
||||||
'StreamReplayBuffer' => 'Stream Replay Image Buffer',
|
'StreamReplayBuffer' => 'Stream Replay Image Buffer',
|
||||||
'Submit' => 'Submit',
|
'Submit' => 'Submit',
|
||||||
|
@ -675,6 +717,7 @@ $SLANG = array(
|
||||||
'TimelineTip4' => 'Use the controls below to zoom out or navigate back and forward through the time range.', // Added 2013.08.15.
|
'TimelineTip4' => 'Use the controls below to zoom out or navigate back and forward through the time range.', // Added 2013.08.15.
|
||||||
'Timestamp' => 'タイムスタンプ',
|
'Timestamp' => 'タイムスタンプ',
|
||||||
'TimestampLabelFormat' => 'タイムスタンプ ラベル フォーマット',
|
'TimestampLabelFormat' => 'タイムスタンプ ラベル フォーマット',
|
||||||
|
'TimestampLabelSize' => 'Font Size', // Added - 2018-08-30
|
||||||
'TimestampLabelX' => 'タイムスタンプ ラベル X',
|
'TimestampLabelX' => 'タイムスタンプ ラベル X',
|
||||||
'TimestampLabelY' => 'タイムスタンプ ラベル Y',
|
'TimestampLabelY' => 'タイムスタンプ ラベル Y',
|
||||||
'Today' => 'Today',
|
'Today' => 'Today',
|
||||||
|
@ -721,6 +764,7 @@ $SLANG = array(
|
||||||
'VideoGenParms' => 'ビデオ生成 パラメータ',
|
'VideoGenParms' => 'ビデオ生成 パラメータ',
|
||||||
'VideoGenSucceeded' => 'Video Generation Succeeded!',
|
'VideoGenSucceeded' => 'Video Generation Succeeded!',
|
||||||
'VideoSize' => 'ビデオ サイズ',
|
'VideoSize' => 'ビデオ サイズ',
|
||||||
|
'VideoWriter' => 'Video Writer', // Added - 2018-08-30
|
||||||
'View' => '表示',
|
'View' => '表示',
|
||||||
'ViewAll' => '全部表示',
|
'ViewAll' => '全部表示',
|
||||||
'ViewEvent' => 'View Event',
|
'ViewEvent' => 'View Event',
|
||||||
|
@ -730,6 +774,7 @@ $SLANG = array(
|
||||||
'Watch' => '監視',
|
'Watch' => '監視',
|
||||||
'Web' => 'ウェブ',
|
'Web' => 'ウェブ',
|
||||||
'WebColour' => 'Web Colour',
|
'WebColour' => 'Web Colour',
|
||||||
|
'WebSiteUrl' => 'Website URL', // Added - 2018-08-30
|
||||||
'Week' => '週',
|
'Week' => '週',
|
||||||
'White' => 'White',
|
'White' => 'White',
|
||||||
'WhiteBalance' => 'White Balance',
|
'WhiteBalance' => 'White Balance',
|
||||||
|
@ -767,7 +812,7 @@ $CLANG = array(
|
||||||
'LastEvents' => '最終 %1$s %2$s',
|
'LastEvents' => '最終 %1$s %2$s',
|
||||||
'LatestRelease' => '最新バージョンは v%1$s、ご利用バージョンはv%2$s.',
|
'LatestRelease' => '最新バージョンは v%1$s、ご利用バージョンはv%2$s.',
|
||||||
'MonitorCount' => '%1$s %2$s',
|
'MonitorCount' => '%1$s %2$s',
|
||||||
'MonitorFunction' => 'モニター%1$s 機能\',
|
'MonitorFunction' => 'モニター%1$s 機能',
|
||||||
'RunningRecentVer' => 'あなたはZoneMinderの最新バージョン v%s.を使っています',
|
'RunningRecentVer' => 'あなたはZoneMinderの最新バージョン v%s.を使っています',
|
||||||
'VersionMismatch' => 'Version mismatch, system is version %1$s, database is %2$s.', // Added - 2011-05-25
|
'VersionMismatch' => 'Version mismatch, system is version %1$s, database is %2$s.', // Added - 2011-05-25
|
||||||
);
|
);
|
||||||
|
|
|
@ -79,6 +79,8 @@ $SLANG = array(
|
||||||
'Actual' => 'Origineel',
|
'Actual' => 'Origineel',
|
||||||
'AddNewControl' => 'Nieuwe controle toevoegen',
|
'AddNewControl' => 'Nieuwe controle toevoegen',
|
||||||
'AddNewMonitor' => 'Nieuwe monitor toevoegen',
|
'AddNewMonitor' => 'Nieuwe monitor toevoegen',
|
||||||
|
'AddNewServer' => 'Add New Server', // Added - 2018-08-30
|
||||||
|
'AddNewStorage' => 'Add New Storage', // Added - 2018-08-30
|
||||||
'AddNewUser' => 'Nieuwe gebruiker toevoegen',
|
'AddNewUser' => 'Nieuwe gebruiker toevoegen',
|
||||||
'AddNewZone' => 'Nieuw gebied toevoegen',
|
'AddNewZone' => 'Nieuw gebied toevoegen',
|
||||||
'Alarm' => 'Alarm',
|
'Alarm' => 'Alarm',
|
||||||
|
@ -106,22 +108,32 @@ $SLANG = array(
|
||||||
'AttrArchiveStatus' => 'Archiefstatus',
|
'AttrArchiveStatus' => 'Archiefstatus',
|
||||||
'AttrAvgScore' => 'Gem. score',
|
'AttrAvgScore' => 'Gem. score',
|
||||||
'AttrCause' => 'Oorzaak',
|
'AttrCause' => 'Oorzaak',
|
||||||
'AttrDate' => 'Datum',
|
|
||||||
'AttrDateTime' => 'Datum/tijd',
|
|
||||||
'AttrDiskBlocks' => 'Disk Blocks',
|
'AttrDiskBlocks' => 'Disk Blocks',
|
||||||
'AttrDiskPercent' => 'Disk Percent',
|
'AttrDiskPercent' => 'Disk Percent',
|
||||||
|
'AttrDiskSpace' => 'Disk Space', // Added - 2018-08-30
|
||||||
'AttrDuration' => 'Duur',
|
'AttrDuration' => 'Duur',
|
||||||
|
'AttrEndDate' => 'End Date', // Added - 2018-08-30
|
||||||
|
'AttrEndDateTime' => 'End Date/Time', // Added - 2018-08-30
|
||||||
|
'AttrEndTime' => 'End Time', // Added - 2018-08-30
|
||||||
|
'AttrEndWeekday' => 'End Weekday', // Added - 2018-08-30
|
||||||
|
'AttrFilterServer' => 'Server Filter is Running On', // Added - 2018-08-30
|
||||||
'AttrFrames' => 'Frames',
|
'AttrFrames' => 'Frames',
|
||||||
'AttrId' => 'Id',
|
'AttrId' => 'Id',
|
||||||
'AttrMaxScore' => 'Max. Score',
|
'AttrMaxScore' => 'Max. Score',
|
||||||
'AttrMonitorId' => 'Monitor Id',
|
'AttrMonitorId' => 'Monitor Id',
|
||||||
'AttrMonitorName' => 'Monitor Naam',
|
'AttrMonitorName' => 'Monitor Naam',
|
||||||
|
'AttrMonitorServer' => 'Server Monitor is Running On', // Added - 2018-08-30
|
||||||
'AttrName' => 'Naam',
|
'AttrName' => 'Naam',
|
||||||
'AttrNotes' => 'Notities',
|
'AttrNotes' => 'Notities',
|
||||||
|
'AttrStartDate' => 'Start Date', // Added - 2018-08-30
|
||||||
|
'AttrStartDateTime' => 'Start Date/Time', // Added - 2018-08-30
|
||||||
|
'AttrStartTime' => 'Start Time', // Added - 2018-08-30
|
||||||
|
'AttrStartWeekday' => 'Start Weekday', // Added - 2018-08-30
|
||||||
|
'AttrStateId' => 'Run State', // Added - 2018-08-30
|
||||||
|
'AttrStorageArea' => 'Storage Area', // Added - 2018-08-30
|
||||||
|
'AttrStorageServer' => 'Server Hosting Storage', // Added - 2018-08-30
|
||||||
'AttrSystemLoad' => 'Systembelasting',
|
'AttrSystemLoad' => 'Systembelasting',
|
||||||
'AttrTime' => 'Tijd',
|
|
||||||
'AttrTotalScore' => 'Totale Score',
|
'AttrTotalScore' => 'Totale Score',
|
||||||
'AttrWeekday' => 'Weekdag',
|
|
||||||
'Auto' => 'Auto',
|
'Auto' => 'Auto',
|
||||||
'AutoStopTimeout' => 'Auto Stop Timeout',
|
'AutoStopTimeout' => 'Auto Stop Timeout',
|
||||||
'Available' => 'Beschikbaar',
|
'Available' => 'Beschikbaar',
|
||||||
|
@ -154,9 +166,11 @@ $SLANG = array(
|
||||||
'BadRefBlendPerc' => 'Reference blend percentage moet een geldige waarde van nul of groter zijn',
|
'BadRefBlendPerc' => 'Reference blend percentage moet een geldige waarde van nul of groter zijn',
|
||||||
'BadSectionLength' => 'Sectielengte moet een getal van 30 of groter zijn',
|
'BadSectionLength' => 'Sectielengte moet een getal van 30 of groter zijn',
|
||||||
'BadSignalCheckColour' => 'Signaalcontrolekleur moet een geldige RGB waarde zijn',
|
'BadSignalCheckColour' => 'Signaalcontrolekleur moet een geldige RGB waarde zijn',
|
||||||
|
'BadSourceType' => 'Source Type \"Web Site\" requires the Function to be set to \"Monitor\"', // Added - 2018-08-30
|
||||||
'BadStreamReplayBuffer'=> 'Stream replay buffer moet een geldige waarde van nul of groter zijn',
|
'BadStreamReplayBuffer'=> 'Stream replay buffer moet een geldige waarde van nul of groter zijn',
|
||||||
'BadWarmupCount' => 'Opwarm frames moet een geldig getal van nul of groter zijn',
|
'BadWarmupCount' => 'Opwarm frames moet een geldig getal van nul of groter zijn',
|
||||||
'BadWebColour' => 'Webkleur moet een geldige webkleurwaarde bevatten',
|
'BadWebColour' => 'Webkleur moet een geldige webkleurwaarde bevatten',
|
||||||
|
'BadWebSitePath' => 'Please enter a complete website url, including the http:// or https:// prefix.', // Added - 2018-08-30
|
||||||
'BadWidth' => 'Breedte moet een geldige waarde zijn',
|
'BadWidth' => 'Breedte moet een geldige waarde zijn',
|
||||||
'Bandwidth' => 'Bandbreedte',
|
'Bandwidth' => 'Bandbreedte',
|
||||||
'BandwidthHead' => 'bandbreedte', // This is the end of the bandwidth status on the top of the console, different in many language due to phrasing
|
'BandwidthHead' => 'bandbreedte', // This is the end of the bandwidth status on the top of the console, different in many language due to phrasing
|
||||||
|
@ -220,10 +234,12 @@ $SLANG = array(
|
||||||
'ChooseLogSelection' => 'Kies een logselectie',
|
'ChooseLogSelection' => 'Kies een logselectie',
|
||||||
'ChoosePreset' => 'Kies voorkeur',
|
'ChoosePreset' => 'Kies voorkeur',
|
||||||
'Clear' => 'Legen',
|
'Clear' => 'Legen',
|
||||||
|
'CloneMonitor' => 'Clone', // Added - 2018-08-30
|
||||||
'Close' => 'Sluiten',
|
'Close' => 'Sluiten',
|
||||||
'Colour' => 'Kleur',
|
'Colour' => 'Kleur',
|
||||||
'Command' => 'Commando',
|
'Command' => 'Commando',
|
||||||
'Component' => 'Component',
|
'Component' => 'Component',
|
||||||
|
'ConcurrentFilter' => 'Run filter concurrently', // Added - 2018-08-30
|
||||||
'Config' => 'Configuratie',
|
'Config' => 'Configuratie',
|
||||||
'ConfiguredFor' => 'Geconfigureerd voor',
|
'ConfiguredFor' => 'Geconfigureerd voor',
|
||||||
'ConfirmDeleteEvents' => 'Weet u zeker dat u deze gebeurtenissen wilt verwijderen?',
|
'ConfirmDeleteEvents' => 'Weet u zeker dat u deze gebeurtenissen wilt verwijderen?',
|
||||||
|
@ -281,9 +297,11 @@ $SLANG = array(
|
||||||
'DonateRemindWeek' => 'Nu niet, herinner mij over een week hieraan',
|
'DonateRemindWeek' => 'Nu niet, herinner mij over een week hieraan',
|
||||||
'DonateYes' => 'Ja, ik wil nu doneren',
|
'DonateYes' => 'Ja, ik wil nu doneren',
|
||||||
'Download' => 'Downloaden',
|
'Download' => 'Downloaden',
|
||||||
|
'DownloadVideo' => 'Download Video', // Added - 2018-08-30
|
||||||
'DuplicateMonitorName' => 'Kopieer monitornaam',
|
'DuplicateMonitorName' => 'Kopieer monitornaam',
|
||||||
'Duration' => 'Duur',
|
'Duration' => 'Duur',
|
||||||
'Edit' => 'Bewerken',
|
'Edit' => 'Bewerken',
|
||||||
|
'EditLayout' => 'Edit Layout', // Added - 2018-08-30
|
||||||
'Email' => 'Email',
|
'Email' => 'Email',
|
||||||
'EnableAlarms' => 'Alarmen inschakelen',
|
'EnableAlarms' => 'Alarmen inschakelen',
|
||||||
'Enabled' => 'Ingeschakeld',
|
'Enabled' => 'Ingeschakeld',
|
||||||
|
@ -300,6 +318,7 @@ $SLANG = array(
|
||||||
'Events' => 'Gebeurtenissen',
|
'Events' => 'Gebeurtenissen',
|
||||||
'Exclude' => 'Uitsluiten',
|
'Exclude' => 'Uitsluiten',
|
||||||
'Execute' => 'Uitvoeren',
|
'Execute' => 'Uitvoeren',
|
||||||
|
'Exif' => 'Embed EXIF data into image', // Added - 2018-08-30
|
||||||
'Export' => 'Exporteren',
|
'Export' => 'Exporteren',
|
||||||
'ExportDetails' => 'Exporteer gebeurtenisdetails',
|
'ExportDetails' => 'Exporteer gebeurtenisdetails',
|
||||||
'ExportFailed' => 'Exporteren mislukt',
|
'ExportFailed' => 'Exporteren mislukt',
|
||||||
|
@ -329,8 +348,10 @@ $SLANG = array(
|
||||||
'FilterExecuteEvents' => 'Voer opdrachten uit op alle overeenkomsten',
|
'FilterExecuteEvents' => 'Voer opdrachten uit op alle overeenkomsten',
|
||||||
'FilterLog' => 'Filterlog',
|
'FilterLog' => 'Filterlog',
|
||||||
'FilterMessageEvents' => 'Bericht de details van alle overeenkomsten',
|
'FilterMessageEvents' => 'Bericht de details van alle overeenkomsten',
|
||||||
|
'FilterMoveEvents' => 'Move all matches', // Added - 2018-08-30
|
||||||
'FilterPx' => 'Filter px',
|
'FilterPx' => 'Filter px',
|
||||||
'FilterUnset' => 'Je moet de filterhoogte en -breedte opgeven',
|
'FilterUnset' => 'Je moet de filterhoogte en -breedte opgeven',
|
||||||
|
'FilterUpdateDiskSpace'=> 'Update used disk space', // Added - 2018-08-30
|
||||||
'FilterUploadEvents' => 'Verstuur alle overeenkomsten',
|
'FilterUploadEvents' => 'Verstuur alle overeenkomsten',
|
||||||
'FilterVideoEvents' => 'Maak video voor alle overeenkomsten',
|
'FilterVideoEvents' => 'Maak video voor alle overeenkomsten',
|
||||||
'Filters' => 'Filters',
|
'Filters' => 'Filters',
|
||||||
|
@ -355,6 +376,7 @@ $SLANG = array(
|
||||||
'Function' => 'Functie',
|
'Function' => 'Functie',
|
||||||
'Gain' => 'Gain',
|
'Gain' => 'Gain',
|
||||||
'General' => 'Algemeen',
|
'General' => 'Algemeen',
|
||||||
|
'GenerateDownload' => 'Generate Download', // Added - 2018-08-30
|
||||||
'GenerateVideo' => 'Genereer Video',
|
'GenerateVideo' => 'Genereer Video',
|
||||||
'GeneratingVideo' => 'Video wordt gegenereerd',
|
'GeneratingVideo' => 'Video wordt gegenereerd',
|
||||||
'GoToZoneMinder' => 'Ga naar ZoneMinder.com',
|
'GoToZoneMinder' => 'Ga naar ZoneMinder.com',
|
||||||
|
@ -375,6 +397,7 @@ $SLANG = array(
|
||||||
'High' => 'Hoog',
|
'High' => 'Hoog',
|
||||||
'HighBW' => 'Hoog B/W',
|
'HighBW' => 'Hoog B/W',
|
||||||
'Home' => 'Home',
|
'Home' => 'Home',
|
||||||
|
'Hostname' => 'Hostname', // Added - 2018-08-30
|
||||||
'Hour' => 'Uur',
|
'Hour' => 'Uur',
|
||||||
'Hue' => 'Hue',
|
'Hue' => 'Hue',
|
||||||
'Id' => 'Id',
|
'Id' => 'Id',
|
||||||
|
@ -399,6 +422,7 @@ $SLANG = array(
|
||||||
'Line' => 'Lijn',
|
'Line' => 'Lijn',
|
||||||
'LinkedMonitors' => 'Gekoppelde monitoren',
|
'LinkedMonitors' => 'Gekoppelde monitoren',
|
||||||
'List' => 'Lijst',
|
'List' => 'Lijst',
|
||||||
|
'ListMatches' => 'List Matches', // Added - 2018-08-30
|
||||||
'Load' => 'Systeemlast',
|
'Load' => 'Systeemlast',
|
||||||
'Local' => 'Lokaal',
|
'Local' => 'Lokaal',
|
||||||
'Log' => 'Log',
|
'Log' => 'Log',
|
||||||
|
@ -485,6 +509,7 @@ $SLANG = array(
|
||||||
'MonitorProbeIntro' => 'Deze lijst toont gedeteerde analoge en netwerk cameras en of deze al in gebruik of beschikbaar zijn.<br/><br/>Selecteer de gewenste waarde uit de lijst hieronder.<br/><br/>Let op dat mogelijk niet alle cameras hier worden weergegeven en dat alle ingevoerde waarden voor de huidige monitor zullen worden overschreven.<br/><br/>',
|
'MonitorProbeIntro' => 'Deze lijst toont gedeteerde analoge en netwerk cameras en of deze al in gebruik of beschikbaar zijn.<br/><br/>Selecteer de gewenste waarde uit de lijst hieronder.<br/><br/>Let op dat mogelijk niet alle cameras hier worden weergegeven en dat alle ingevoerde waarden voor de huidige monitor zullen worden overschreven.<br/><br/>',
|
||||||
'Monitors' => 'Monitoren',
|
'Monitors' => 'Monitoren',
|
||||||
'Montage' => 'Montage',
|
'Montage' => 'Montage',
|
||||||
|
'MontageReview' => 'Montage Review', // Added - 2018-08-30
|
||||||
'Month' => 'Maand',
|
'Month' => 'Maand',
|
||||||
'More' => 'Meer',
|
'More' => 'Meer',
|
||||||
'MotionFrameSkip' => 'Motion Frame Skip',
|
'MotionFrameSkip' => 'Motion Frame Skip',
|
||||||
|
@ -511,6 +536,7 @@ $SLANG = array(
|
||||||
'Next' => 'Volgende',
|
'Next' => 'Volgende',
|
||||||
'No' => 'Nee',
|
'No' => 'Nee',
|
||||||
'NoDetectedCameras' => 'Geen cameras gedetecteerd',
|
'NoDetectedCameras' => 'Geen cameras gedetecteerd',
|
||||||
|
'NoDetectedProfiles' => 'No Detected Profiles', // Added - 2018-08-30
|
||||||
'NoFramesRecorded' => 'Er zijn geen beelden opgenomen voor deze gebeurtenis',
|
'NoFramesRecorded' => 'Er zijn geen beelden opgenomen voor deze gebeurtenis',
|
||||||
'NoGroup' => 'Geen Groep',
|
'NoGroup' => 'Geen Groep',
|
||||||
'NoSavedFilters' => 'Geen Opgeslagen Filters',
|
'NoSavedFilters' => 'Geen Opgeslagen Filters',
|
||||||
|
@ -529,6 +555,8 @@ $SLANG = array(
|
||||||
'OpGt' => 'groter dan',
|
'OpGt' => 'groter dan',
|
||||||
'OpGtEq' => 'groter dan of gelijk aan',
|
'OpGtEq' => 'groter dan of gelijk aan',
|
||||||
'OpIn' => 'in set',
|
'OpIn' => 'in set',
|
||||||
|
'OpIs' => 'is', // Added - 2018-08-30
|
||||||
|
'OpIsNot' => 'is not', // Added - 2018-08-30
|
||||||
'OpLt' => 'kleiner dan',
|
'OpLt' => 'kleiner dan',
|
||||||
'OpLtEq' => 'kleiner dan of gelijk aan',
|
'OpLtEq' => 'kleiner dan of gelijk aan',
|
||||||
'OpMatches' => 'Komt overeen met',
|
'OpMatches' => 'Komt overeen met',
|
||||||
|
@ -538,6 +566,7 @@ $SLANG = array(
|
||||||
'Open' => 'Open',
|
'Open' => 'Open',
|
||||||
'OptionHelp' => 'OptieHelp',
|
'OptionHelp' => 'OptieHelp',
|
||||||
'OptionRestartWarning' => 'Deze veranderingen worden niet\ndoorgevoerd als het systeem loopt.\nVergeet niet ZoneMinder te herstarten\nwanneer u klaar bent.',
|
'OptionRestartWarning' => 'Deze veranderingen worden niet\ndoorgevoerd als het systeem loopt.\nVergeet niet ZoneMinder te herstarten\nwanneer u klaar bent.',
|
||||||
|
'OptionalEncoderParam' => 'Optional Encoder Parameters', // Added - 2018-08-30
|
||||||
'Options' => 'Opties',
|
'Options' => 'Opties',
|
||||||
'OrEnterNewName' => 'of voer een nieuwe naam in',
|
'OrEnterNewName' => 'of voer een nieuwe naam in',
|
||||||
'Order' => 'Sorteren',
|
'Order' => 'Sorteren',
|
||||||
|
@ -575,9 +604,13 @@ $SLANG = array(
|
||||||
'ProfileProbeIntro' => 'The list below shows the existing stream profiles of the selected camera .<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that ZoneMinder cannot configure additional profiles and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>', // Added - 2015-04-18
|
'ProfileProbeIntro' => 'The list below shows the existing stream profiles of the selected camera .<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that ZoneMinder cannot configure additional profiles and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>', // Added - 2015-04-18
|
||||||
'Progress' => 'Voortgang',
|
'Progress' => 'Voortgang',
|
||||||
'Protocol' => 'Protocol',
|
'Protocol' => 'Protocol',
|
||||||
|
'RTSPDescribe' => 'Use RTSP Response Media URL', // Added - 2018-08-30
|
||||||
|
'RTSPTransport' => 'RTSP Transport Protocol', // Added - 2018-08-30
|
||||||
'Rate' => 'Snelheid',
|
'Rate' => 'Snelheid',
|
||||||
'Real' => 'Echte',
|
'Real' => 'Echte',
|
||||||
|
'RecaptchaWarning' => 'Your reCaptcha secret key is invalid. Please correct it, or reCaptcha will not work', // Added - 2018-08-30
|
||||||
'Record' => 'Record',
|
'Record' => 'Record',
|
||||||
|
'RecordAudio' => 'Whether to store the audio stream when saving an event.', // Added - 2018-08-30
|
||||||
'RefImageBlendPct' => 'Referentie beeld blend percentage',
|
'RefImageBlendPct' => 'Referentie beeld blend percentage',
|
||||||
'Refresh' => 'Verversen',
|
'Refresh' => 'Verversen',
|
||||||
'Remote' => 'Remote',
|
'Remote' => 'Remote',
|
||||||
|
@ -593,6 +626,7 @@ $SLANG = array(
|
||||||
'ReplayAll' => 'Alle Gebeurtenissen',
|
'ReplayAll' => 'Alle Gebeurtenissen',
|
||||||
'ReplayGapless' => 'Opvolgende Gebeurtenissen',
|
'ReplayGapless' => 'Opvolgende Gebeurtenissen',
|
||||||
'ReplaySingle' => 'Enkele Gebeurtenis',
|
'ReplaySingle' => 'Enkele Gebeurtenis',
|
||||||
|
'ReportEventAudit' => 'Audit Events Report', // Added - 2018-08-30
|
||||||
'Reset' => 'Resetten',
|
'Reset' => 'Resetten',
|
||||||
'ResetEventCounts' => 'Gebeurtenisteller resetten',
|
'ResetEventCounts' => 'Gebeurtenisteller resetten',
|
||||||
'Restart' => 'Herstart',
|
'Restart' => 'Herstart',
|
||||||
|
@ -611,6 +645,7 @@ $SLANG = array(
|
||||||
'Save' => 'Opslaan',
|
'Save' => 'Opslaan',
|
||||||
'SaveAs' => 'Opslaan als',
|
'SaveAs' => 'Opslaan als',
|
||||||
'SaveFilter' => 'Filter opslaan',
|
'SaveFilter' => 'Filter opslaan',
|
||||||
|
'SaveJPEGs' => 'Save JPEGs', // Added - 2018-08-30
|
||||||
'Scale' => 'Schaal',
|
'Scale' => 'Schaal',
|
||||||
'Score' => 'Score',
|
'Score' => 'Score',
|
||||||
'Secs' => 'Sec.',
|
'Secs' => 'Sec.',
|
||||||
|
@ -627,6 +662,7 @@ $SLANG = array(
|
||||||
'ShowFilterWindow' => 'Toon Filtervenster',
|
'ShowFilterWindow' => 'Toon Filtervenster',
|
||||||
'ShowTimeline' => 'Toon Tijdlijn',
|
'ShowTimeline' => 'Toon Tijdlijn',
|
||||||
'SignalCheckColour' => 'Signaalcontrolekleur',
|
'SignalCheckColour' => 'Signaalcontrolekleur',
|
||||||
|
'SignalCheckPoints' => 'Signal Check Points', // Added - 2018-08-30
|
||||||
'Size' => 'Groote',
|
'Size' => 'Groote',
|
||||||
'SkinDescription' => 'Wijzig standaarduiterlijk voor deze computer',
|
'SkinDescription' => 'Wijzig standaarduiterlijk voor deze computer',
|
||||||
'Sleep' => 'Slaap',
|
'Sleep' => 'Slaap',
|
||||||
|
@ -646,6 +682,10 @@ $SLANG = array(
|
||||||
'State' => 'Status',
|
'State' => 'Status',
|
||||||
'Stats' => 'Stats',
|
'Stats' => 'Stats',
|
||||||
'Status' => 'Status',
|
'Status' => 'Status',
|
||||||
|
'StatusConnected' => 'Capturing', // Added - 2018-08-30
|
||||||
|
'StatusNotRunning' => 'Not Running', // Added - 2018-08-30
|
||||||
|
'StatusRunning' => 'Not Capturing', // Added - 2018-08-30
|
||||||
|
'StatusUnknown' => 'Unknown', // Added - 2018-08-30
|
||||||
'Step' => 'Stap',
|
'Step' => 'Stap',
|
||||||
'StepBack' => 'Stap Terug',
|
'StepBack' => 'Stap Terug',
|
||||||
'StepForward' => 'Stap Vooruit',
|
'StepForward' => 'Stap Vooruit',
|
||||||
|
@ -656,6 +696,8 @@ $SLANG = array(
|
||||||
'Stills' => 'Beelden',
|
'Stills' => 'Beelden',
|
||||||
'Stop' => 'Stoppen',
|
'Stop' => 'Stoppen',
|
||||||
'Stopped' => 'Gestopt',
|
'Stopped' => 'Gestopt',
|
||||||
|
'StorageArea' => 'Storage Area', // Added - 2018-08-30
|
||||||
|
'StorageScheme' => 'Scheme', // Added - 2018-08-30
|
||||||
'Stream' => 'Stream',
|
'Stream' => 'Stream',
|
||||||
'StreamReplayBuffer' => 'Stream Replay beeldbuffer',
|
'StreamReplayBuffer' => 'Stream Replay beeldbuffer',
|
||||||
'Submit' => 'Verzenden',
|
'Submit' => 'Verzenden',
|
||||||
|
@ -675,6 +717,7 @@ $SLANG = array(
|
||||||
'TimelineTip4' => 'Gebruik de knoppen hieronder om uit te zoomen of voor- en achteruit te navigeren.',
|
'TimelineTip4' => 'Gebruik de knoppen hieronder om uit te zoomen of voor- en achteruit te navigeren.',
|
||||||
'Timestamp' => 'Tijdstempel',
|
'Timestamp' => 'Tijdstempel',
|
||||||
'TimestampLabelFormat' => 'Formaat tijdstempel',
|
'TimestampLabelFormat' => 'Formaat tijdstempel',
|
||||||
|
'TimestampLabelSize' => 'Font Size', // Added - 2018-08-30
|
||||||
'TimestampLabelX' => 'Tijdstempel X-positie',
|
'TimestampLabelX' => 'Tijdstempel X-positie',
|
||||||
'TimestampLabelY' => 'Tijdstempel Y-positie',
|
'TimestampLabelY' => 'Tijdstempel Y-positie',
|
||||||
'Today' => 'Vandaag',
|
'Today' => 'Vandaag',
|
||||||
|
@ -721,6 +764,7 @@ $SLANG = array(
|
||||||
'VideoGenParms' => 'Videogeneratie Parameters',
|
'VideoGenParms' => 'Videogeneratie Parameters',
|
||||||
'VideoGenSucceeded' => 'Videogeneratie voltooid!',
|
'VideoGenSucceeded' => 'Videogeneratie voltooid!',
|
||||||
'VideoSize' => 'Videogrootte',
|
'VideoSize' => 'Videogrootte',
|
||||||
|
'VideoWriter' => 'Video Writer', // Added - 2018-08-30
|
||||||
'View' => 'Bekijk',
|
'View' => 'Bekijk',
|
||||||
'ViewAll' => 'Bekijk Alles',
|
'ViewAll' => 'Bekijk Alles',
|
||||||
'ViewEvent' => 'Bekijk Gebeurtenis',
|
'ViewEvent' => 'Bekijk Gebeurtenis',
|
||||||
|
@ -730,6 +774,7 @@ $SLANG = array(
|
||||||
'Watch' => 'Observeer',
|
'Watch' => 'Observeer',
|
||||||
'Web' => 'Web',
|
'Web' => 'Web',
|
||||||
'WebColour' => 'Webkleur',
|
'WebColour' => 'Webkleur',
|
||||||
|
'WebSiteUrl' => 'Website URL', // Added - 2018-08-30
|
||||||
'Week' => 'Week',
|
'Week' => 'Week',
|
||||||
'White' => 'Wit',
|
'White' => 'Wit',
|
||||||
'WhiteBalance' => 'Witbalans',
|
'WhiteBalance' => 'Witbalans',
|
||||||
|
|
|
@ -93,6 +93,8 @@ $SLANG = array(
|
||||||
'Actual' => 'Domyślna',
|
'Actual' => 'Domyślna',
|
||||||
'AddNewControl' => 'Add New Control',
|
'AddNewControl' => 'Add New Control',
|
||||||
'AddNewMonitor' => 'Dodaj nowy monitor',
|
'AddNewMonitor' => 'Dodaj nowy monitor',
|
||||||
|
'AddNewServer' => 'Add New Server', // Added - 2018-08-30
|
||||||
|
'AddNewStorage' => 'Add New Storage', // Added - 2018-08-30
|
||||||
'AddNewUser' => 'Dodaj użytkownika',
|
'AddNewUser' => 'Dodaj użytkownika',
|
||||||
'AddNewZone' => 'Dodaj nową strefę',
|
'AddNewZone' => 'Dodaj nową strefę',
|
||||||
'Alarm' => 'Alarm',
|
'Alarm' => 'Alarm',
|
||||||
|
@ -120,22 +122,32 @@ $SLANG = array(
|
||||||
'AttrArchiveStatus' => 'Status archiwum',
|
'AttrArchiveStatus' => 'Status archiwum',
|
||||||
'AttrAvgScore' => 'Śred. wynik',
|
'AttrAvgScore' => 'Śred. wynik',
|
||||||
'AttrCause' => 'Powód',
|
'AttrCause' => 'Powód',
|
||||||
'AttrDate' => 'Data',
|
|
||||||
'AttrDateTime' => 'Data/Czas',
|
|
||||||
'AttrDiskBlocks' => 'Dysk Bloki',
|
'AttrDiskBlocks' => 'Dysk Bloki',
|
||||||
'AttrDiskPercent' => 'Procent zajętości',
|
'AttrDiskPercent' => 'Procent zajętości',
|
||||||
|
'AttrDiskSpace' => 'Disk Space', // Added - 2018-08-30
|
||||||
'AttrDuration' => 'Czas trwania',
|
'AttrDuration' => 'Czas trwania',
|
||||||
|
'AttrEndDate' => 'End Date', // Added - 2018-08-30
|
||||||
|
'AttrEndDateTime' => 'End Date/Time', // Added - 2018-08-30
|
||||||
|
'AttrEndTime' => 'End Time', // Added - 2018-08-30
|
||||||
|
'AttrEndWeekday' => 'End Weekday', // Added - 2018-08-30
|
||||||
|
'AttrFilterServer' => 'Server Filter is Running On', // Added - 2018-08-30
|
||||||
'AttrFrames' => 'Klatki',
|
'AttrFrames' => 'Klatki',
|
||||||
'AttrId' => 'Id',
|
'AttrId' => 'Id',
|
||||||
'AttrMaxScore' => 'Maks. wynik',
|
'AttrMaxScore' => 'Maks. wynik',
|
||||||
'AttrMonitorId' => 'Nr monitora',
|
'AttrMonitorId' => 'Nr monitora',
|
||||||
'AttrMonitorName' => 'Nazwa monitora',
|
'AttrMonitorName' => 'Nazwa monitora',
|
||||||
|
'AttrMonitorServer' => 'Server Monitor is Running On', // Added - 2018-08-30
|
||||||
'AttrName' => 'Nazwa',
|
'AttrName' => 'Nazwa',
|
||||||
'AttrNotes' => 'Notes',
|
'AttrNotes' => 'Notes',
|
||||||
|
'AttrStartDate' => 'Start Date', // Added - 2018-08-30
|
||||||
|
'AttrStartDateTime' => 'Start Date/Time', // Added - 2018-08-30
|
||||||
|
'AttrStartTime' => 'Start Time', // Added - 2018-08-30
|
||||||
|
'AttrStartWeekday' => 'Start Weekday', // Added - 2018-08-30
|
||||||
|
'AttrStateId' => 'Run State', // Added - 2018-08-30
|
||||||
|
'AttrStorageArea' => 'Storage Area', // Added - 2018-08-30
|
||||||
|
'AttrStorageServer' => 'Server Hosting Storage', // Added - 2018-08-30
|
||||||
'AttrSystemLoad' => 'Obiążenie systemu',
|
'AttrSystemLoad' => 'Obiążenie systemu',
|
||||||
'AttrTime' => 'Czas',
|
|
||||||
'AttrTotalScore' => 'Całkowity wynik',
|
'AttrTotalScore' => 'Całkowity wynik',
|
||||||
'AttrWeekday' => 'Dzień roboczy',
|
|
||||||
'Auto' => 'Auto',
|
'Auto' => 'Auto',
|
||||||
'AutoStopTimeout' => 'Auto Stop Timeout',
|
'AutoStopTimeout' => 'Auto Stop Timeout',
|
||||||
'Available' => 'Dostępne', // Added - 2009-03-31
|
'Available' => 'Dostępne', // Added - 2009-03-31
|
||||||
|
@ -168,9 +180,11 @@ $SLANG = array(
|
||||||
'BadRefBlendPerc' => 'Reference blend percentage must be a positive integer',
|
'BadRefBlendPerc' => 'Reference blend percentage must be a positive integer',
|
||||||
'BadSectionLength' => 'Section length must be an integer of 30 or more',
|
'BadSectionLength' => 'Section length must be an integer of 30 or more',
|
||||||
'BadSignalCheckColour' => 'Signal check colour must be a valid RGB colour string',
|
'BadSignalCheckColour' => 'Signal check colour must be a valid RGB colour string',
|
||||||
|
'BadSourceType' => 'Source Type \"Web Site\" requires the Function to be set to \"Monitor\"', // Added - 2018-08-30
|
||||||
'BadStreamReplayBuffer'=> 'Stream replay buffer must be an integer of zero or more',
|
'BadStreamReplayBuffer'=> 'Stream replay buffer must be an integer of zero or more',
|
||||||
'BadWarmupCount' => 'Warmup frames must be an integer of zero or more',
|
'BadWarmupCount' => 'Warmup frames must be an integer of zero or more',
|
||||||
'BadWebColour' => 'Web colour must be a valid web colour string',
|
'BadWebColour' => 'Web colour must be a valid web colour string',
|
||||||
|
'BadWebSitePath' => 'Please enter a complete website url, including the http:// or https:// prefix.', // Added - 2018-08-30
|
||||||
'BadWidth' => 'Width must be set to a valid value',
|
'BadWidth' => 'Width must be set to a valid value',
|
||||||
'Bandwidth' => 'Przepustowość',
|
'Bandwidth' => 'Przepustowość',
|
||||||
'BandwidthHead' => 'Przepustowość', // This is the end of the bandwidth status on the top of the console, different in many language due to phrasing
|
'BandwidthHead' => 'Przepustowość', // This is the end of the bandwidth status on the top of the console, different in many language due to phrasing
|
||||||
|
@ -234,10 +248,12 @@ $SLANG = array(
|
||||||
'ChooseLogSelection' => 'Choose a log selection', // Added - 2011-06-17
|
'ChooseLogSelection' => 'Choose a log selection', // Added - 2011-06-17
|
||||||
'ChoosePreset' => 'Choose Preset',
|
'ChoosePreset' => 'Choose Preset',
|
||||||
'Clear' => 'Wyczyść', // Added - 2011-06-16
|
'Clear' => 'Wyczyść', // Added - 2011-06-16
|
||||||
|
'CloneMonitor' => 'Clone', // Added - 2018-08-30
|
||||||
'Close' => 'Zamknij',
|
'Close' => 'Zamknij',
|
||||||
'Colour' => 'Nasycenie',
|
'Colour' => 'Nasycenie',
|
||||||
'Command' => 'Polecenie',
|
'Command' => 'Polecenie',
|
||||||
'Component' => 'Komponent', // Added - 2011-06-16
|
'Component' => 'Komponent', // Added - 2011-06-16
|
||||||
|
'ConcurrentFilter' => 'Run filter concurrently', // Added - 2018-08-30
|
||||||
'Config' => 'Konfiguracja',
|
'Config' => 'Konfiguracja',
|
||||||
'ConfiguredFor' => 'Ustawiona',
|
'ConfiguredFor' => 'Ustawiona',
|
||||||
'ConfirmDeleteEvents' => 'Jesteś pewien, że chcesz usunąć zaznaczone zdarzenia?',
|
'ConfirmDeleteEvents' => 'Jesteś pewien, że chcesz usunąć zaznaczone zdarzenia?',
|
||||||
|
@ -295,9 +311,11 @@ $SLANG = array(
|
||||||
'DonateRemindWeek' => 'Not yet, remind again in 1 week',
|
'DonateRemindWeek' => 'Not yet, remind again in 1 week',
|
||||||
'DonateYes' => 'Yes, I\'d like to donate now',
|
'DonateYes' => 'Yes, I\'d like to donate now',
|
||||||
'Download' => 'Pobierz',
|
'Download' => 'Pobierz',
|
||||||
|
'DownloadVideo' => 'Download Video', // Added - 2018-08-30
|
||||||
'DuplicateMonitorName' => 'Duplicate Monitor Name', // Added - 2009-03-31
|
'DuplicateMonitorName' => 'Duplicate Monitor Name', // Added - 2009-03-31
|
||||||
'Duration' => 'Czas trwania',
|
'Duration' => 'Czas trwania',
|
||||||
'Edit' => 'Edycja',
|
'Edit' => 'Edycja',
|
||||||
|
'EditLayout' => 'Edit Layout', // Added - 2018-08-30
|
||||||
'Email' => 'Email',
|
'Email' => 'Email',
|
||||||
'EnableAlarms' => 'Enable Alarms',
|
'EnableAlarms' => 'Enable Alarms',
|
||||||
'Enabled' => 'Aktywny',
|
'Enabled' => 'Aktywny',
|
||||||
|
@ -314,6 +332,7 @@ $SLANG = array(
|
||||||
'Events' => 'Zdarzenia',
|
'Events' => 'Zdarzenia',
|
||||||
'Exclude' => 'Wyklucz',
|
'Exclude' => 'Wyklucz',
|
||||||
'Execute' => 'Wykonaj',
|
'Execute' => 'Wykonaj',
|
||||||
|
'Exif' => 'Embed EXIF data into image', // Added - 2018-08-30
|
||||||
'Export' => 'Eksport',
|
'Export' => 'Eksport',
|
||||||
'ExportDetails' => 'Eksport szczegółów zdarzenia',
|
'ExportDetails' => 'Eksport szczegółów zdarzenia',
|
||||||
'ExportFailed' => 'Eksport nie powiódł się',
|
'ExportFailed' => 'Eksport nie powiódł się',
|
||||||
|
@ -343,8 +362,10 @@ $SLANG = array(
|
||||||
'FilterExecuteEvents' => 'Wywołuj komendę dla wszystkich pasujących',
|
'FilterExecuteEvents' => 'Wywołuj komendę dla wszystkich pasujących',
|
||||||
'FilterLog' => 'Filtr logów', // Added - 2015-04-18
|
'FilterLog' => 'Filtr logów', // Added - 2015-04-18
|
||||||
'FilterMessageEvents' => 'Wyświetlaj komunikat na wszystkie pasujące',
|
'FilterMessageEvents' => 'Wyświetlaj komunikat na wszystkie pasujące',
|
||||||
|
'FilterMoveEvents' => 'Move all matches', // Added - 2018-08-30
|
||||||
'FilterPx' => 'Filtr Px',
|
'FilterPx' => 'Filtr Px',
|
||||||
'FilterUnset' => 'You must specify a filter width and height',
|
'FilterUnset' => 'You must specify a filter width and height',
|
||||||
|
'FilterUpdateDiskSpace'=> 'Update used disk space', // Added - 2018-08-30
|
||||||
'FilterUploadEvents' => 'Wysyłaj wszystkie pasujące',
|
'FilterUploadEvents' => 'Wysyłaj wszystkie pasujące',
|
||||||
'FilterVideoEvents' => 'Utwórz nagranie dla zaznaczonych',
|
'FilterVideoEvents' => 'Utwórz nagranie dla zaznaczonych',
|
||||||
'Filters' => 'Filtry',
|
'Filters' => 'Filtry',
|
||||||
|
@ -369,6 +390,7 @@ $SLANG = array(
|
||||||
'Function' => 'Funkcja',
|
'Function' => 'Funkcja',
|
||||||
'Gain' => 'Gain',
|
'Gain' => 'Gain',
|
||||||
'General' => 'General',
|
'General' => 'General',
|
||||||
|
'GenerateDownload' => 'Generate Download', // Added - 2018-08-30
|
||||||
'GenerateVideo' => 'Generowanie Video',
|
'GenerateVideo' => 'Generowanie Video',
|
||||||
'GeneratingVideo' => 'Generuję Video',
|
'GeneratingVideo' => 'Generuję Video',
|
||||||
'GoToZoneMinder' => 'PrzejdŹ na ZoneMinder.com',
|
'GoToZoneMinder' => 'PrzejdŹ na ZoneMinder.com',
|
||||||
|
@ -389,6 +411,7 @@ $SLANG = array(
|
||||||
'High' => 'wysoka',
|
'High' => 'wysoka',
|
||||||
'HighBW' => 'Wys. prz.',
|
'HighBW' => 'Wys. prz.',
|
||||||
'Home' => 'Home',
|
'Home' => 'Home',
|
||||||
|
'Hostname' => 'Hostname', // Added - 2018-08-30
|
||||||
'Hour' => 'Godzina',
|
'Hour' => 'Godzina',
|
||||||
'Hue' => 'Odcień',
|
'Hue' => 'Odcień',
|
||||||
'Id' => 'Nr',
|
'Id' => 'Nr',
|
||||||
|
@ -413,6 +436,7 @@ $SLANG = array(
|
||||||
'Line' => 'Linia', // Added - 2011-06-16
|
'Line' => 'Linia', // Added - 2011-06-16
|
||||||
'LinkedMonitors' => 'Połączone monitory',
|
'LinkedMonitors' => 'Połączone monitory',
|
||||||
'List' => 'Lista',
|
'List' => 'Lista',
|
||||||
|
'ListMatches' => 'List Matches', // Added - 2018-08-30
|
||||||
'Load' => 'Obc.',
|
'Load' => 'Obc.',
|
||||||
'Local' => 'Lokalny',
|
'Local' => 'Lokalny',
|
||||||
'Log' => 'Logi', // Added - 2011-06-16
|
'Log' => 'Logi', // Added - 2011-06-16
|
||||||
|
@ -499,6 +523,7 @@ $SLANG = array(
|
||||||
'MonitorProbeIntro' => 'The list below shows detected analog and network cameras and whether they are already being used or available for selection.<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that not all cameras may be detected and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>', // Added - 2009-03-31
|
'MonitorProbeIntro' => 'The list below shows detected analog and network cameras and whether they are already being used or available for selection.<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that not all cameras may be detected and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>', // Added - 2009-03-31
|
||||||
'Monitors' => 'Monitory',
|
'Monitors' => 'Monitory',
|
||||||
'Montage' => 'Montaż',
|
'Montage' => 'Montaż',
|
||||||
|
'MontageReview' => 'Montage Review', // Added - 2018-08-30
|
||||||
'Month' => 'Miesiąc',
|
'Month' => 'Miesiąc',
|
||||||
'More' => 'Pokaż więcej', // Added - 2011-06-16
|
'More' => 'Pokaż więcej', // Added - 2011-06-16
|
||||||
'MotionFrameSkip' => 'Motion Frame Skip',
|
'MotionFrameSkip' => 'Motion Frame Skip',
|
||||||
|
@ -525,6 +550,7 @@ $SLANG = array(
|
||||||
'Next' => 'Następny',
|
'Next' => 'Następny',
|
||||||
'No' => 'Nie',
|
'No' => 'Nie',
|
||||||
'NoDetectedCameras' => 'Nie wykryto kamer', // Added - 2009-03-31
|
'NoDetectedCameras' => 'Nie wykryto kamer', // Added - 2009-03-31
|
||||||
|
'NoDetectedProfiles' => 'No Detected Profiles', // Added - 2018-08-30
|
||||||
'NoFramesRecorded' => 'Brak zapisanych ramek dla tego zdarzenia',
|
'NoFramesRecorded' => 'Brak zapisanych ramek dla tego zdarzenia',
|
||||||
'NoGroup' => 'Brak grupy',
|
'NoGroup' => 'Brak grupy',
|
||||||
'NoSavedFilters' => 'BrakZapisanychFiltrów',
|
'NoSavedFilters' => 'BrakZapisanychFiltrów',
|
||||||
|
@ -543,6 +569,8 @@ $SLANG = array(
|
||||||
'OpGt' => 'większe od',
|
'OpGt' => 'większe od',
|
||||||
'OpGtEq' => 'większe lub równe od',
|
'OpGtEq' => 'większe lub równe od',
|
||||||
'OpIn' => 'w zestawie',
|
'OpIn' => 'w zestawie',
|
||||||
|
'OpIs' => 'is', // Added - 2018-08-30
|
||||||
|
'OpIsNot' => 'is not', // Added - 2018-08-30
|
||||||
'OpLt' => 'mniejsze od',
|
'OpLt' => 'mniejsze od',
|
||||||
'OpLtEq' => 'mniejsze lub równe od',
|
'OpLtEq' => 'mniejsze lub równe od',
|
||||||
'OpMatches' => 'pasujące',
|
'OpMatches' => 'pasujące',
|
||||||
|
@ -552,6 +580,7 @@ $SLANG = array(
|
||||||
'Open' => 'Otwórz',
|
'Open' => 'Otwórz',
|
||||||
'OptionHelp' => 'OpcjePomoc',
|
'OptionHelp' => 'OpcjePomoc',
|
||||||
'OptionRestartWarning' => 'Te zmiany nie przyniosą natychmiastowego efektu\ndopóki system pracuje. Kiedy zakończysz robić zmiany\nproszę koniecznie zrestartować ZoneMinder.',
|
'OptionRestartWarning' => 'Te zmiany nie przyniosą natychmiastowego efektu\ndopóki system pracuje. Kiedy zakończysz robić zmiany\nproszę koniecznie zrestartować ZoneMinder.',
|
||||||
|
'OptionalEncoderParam' => 'Optional Encoder Parameters', // Added - 2018-08-30
|
||||||
'Options' => 'Opcje',
|
'Options' => 'Opcje',
|
||||||
'OrEnterNewName' => 'lub wpisz nową nazwę',
|
'OrEnterNewName' => 'lub wpisz nową nazwę',
|
||||||
'Order' => 'Kolejność',
|
'Order' => 'Kolejność',
|
||||||
|
@ -589,9 +618,13 @@ $SLANG = array(
|
||||||
'ProfileProbeIntro' => 'The list below shows the existing stream profiles of the selected camera .<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that ZoneMinder cannot configure additional profiles and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>', // Added - 2015-04-18
|
'ProfileProbeIntro' => 'The list below shows the existing stream profiles of the selected camera .<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that ZoneMinder cannot configure additional profiles and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>', // Added - 2015-04-18
|
||||||
'Progress' => 'Postęp', // Added - 2015-04-18
|
'Progress' => 'Postęp', // Added - 2015-04-18
|
||||||
'Protocol' => 'Protocol',
|
'Protocol' => 'Protocol',
|
||||||
|
'RTSPDescribe' => 'Use RTSP Response Media URL', // Added - 2018-08-30
|
||||||
|
'RTSPTransport' => 'RTSP Transport Protocol', // Added - 2018-08-30
|
||||||
'Rate' => 'Tempo',
|
'Rate' => 'Tempo',
|
||||||
'Real' => 'Rzeczywiste',
|
'Real' => 'Rzeczywiste',
|
||||||
|
'RecaptchaWarning' => 'Your reCaptcha secret key is invalid. Please correct it, or reCaptcha will not work', // Added - 2018-08-30
|
||||||
'Record' => 'Zapis',
|
'Record' => 'Zapis',
|
||||||
|
'RecordAudio' => 'Whether to store the audio stream when saving an event.', // Added - 2018-08-30
|
||||||
'RefImageBlendPct' => 'Miks z obrazem odniesienia',
|
'RefImageBlendPct' => 'Miks z obrazem odniesienia',
|
||||||
'Refresh' => 'Odśwież',
|
'Refresh' => 'Odśwież',
|
||||||
'Remote' => 'Zdalny',
|
'Remote' => 'Zdalny',
|
||||||
|
@ -607,6 +640,7 @@ $SLANG = array(
|
||||||
'ReplayAll' => 'Wszystko',
|
'ReplayAll' => 'Wszystko',
|
||||||
'ReplayGapless' => 'Wszystko i powtarzaj',
|
'ReplayGapless' => 'Wszystko i powtarzaj',
|
||||||
'ReplaySingle' => 'Bieżące zdarzenie',
|
'ReplaySingle' => 'Bieżące zdarzenie',
|
||||||
|
'ReportEventAudit' => 'Audit Events Report', // Added - 2018-08-30
|
||||||
'Reset' => 'Reset',
|
'Reset' => 'Reset',
|
||||||
'ResetEventCounts' => 'Kasuj licznik zdarzeń',
|
'ResetEventCounts' => 'Kasuj licznik zdarzeń',
|
||||||
'Restart' => 'Restart',
|
'Restart' => 'Restart',
|
||||||
|
@ -625,6 +659,7 @@ $SLANG = array(
|
||||||
'Save' => 'Zapisz',
|
'Save' => 'Zapisz',
|
||||||
'SaveAs' => 'Zapisz jako',
|
'SaveAs' => 'Zapisz jako',
|
||||||
'SaveFilter' => 'Zapisz filtr',
|
'SaveFilter' => 'Zapisz filtr',
|
||||||
|
'SaveJPEGs' => 'Save JPEGs', // Added - 2018-08-30
|
||||||
'Scale' => 'Skala',
|
'Scale' => 'Skala',
|
||||||
'Score' => 'Wynik',
|
'Score' => 'Wynik',
|
||||||
'Secs' => 'Sekund',
|
'Secs' => 'Sekund',
|
||||||
|
@ -641,6 +676,7 @@ $SLANG = array(
|
||||||
'ShowFilterWindow' => 'PokażOknoFiltru',
|
'ShowFilterWindow' => 'PokażOknoFiltru',
|
||||||
'ShowTimeline' => 'Pokaż oś czasu',
|
'ShowTimeline' => 'Pokaż oś czasu',
|
||||||
'SignalCheckColour' => 'Signal Check Colour',
|
'SignalCheckColour' => 'Signal Check Colour',
|
||||||
|
'SignalCheckPoints' => 'Signal Check Points', // Added - 2018-08-30
|
||||||
'Size' => 'Rozmiar',
|
'Size' => 'Rozmiar',
|
||||||
'SkinDescription' => 'Change the default skin for this computer', // Added - 2011-01-30
|
'SkinDescription' => 'Change the default skin for this computer', // Added - 2011-01-30
|
||||||
'Sleep' => 'Sleep',
|
'Sleep' => 'Sleep',
|
||||||
|
@ -660,6 +696,10 @@ $SLANG = array(
|
||||||
'State' => 'Stan',
|
'State' => 'Stan',
|
||||||
'Stats' => 'Statystyki',
|
'Stats' => 'Statystyki',
|
||||||
'Status' => 'Status',
|
'Status' => 'Status',
|
||||||
|
'StatusConnected' => 'Capturing', // Added - 2018-08-30
|
||||||
|
'StatusNotRunning' => 'Not Running', // Added - 2018-08-30
|
||||||
|
'StatusRunning' => 'Not Capturing', // Added - 2018-08-30
|
||||||
|
'StatusUnknown' => 'Unknown', // Added - 2018-08-30
|
||||||
'Step' => 'Krok',
|
'Step' => 'Krok',
|
||||||
'StepBack' => 'Step Back',
|
'StepBack' => 'Step Back',
|
||||||
'StepForward' => 'Step Forward',
|
'StepForward' => 'Step Forward',
|
||||||
|
@ -670,6 +710,8 @@ $SLANG = array(
|
||||||
'Stills' => 'Podgląd klatek',
|
'Stills' => 'Podgląd klatek',
|
||||||
'Stop' => 'Stop',
|
'Stop' => 'Stop',
|
||||||
'Stopped' => 'Zatrzymany',
|
'Stopped' => 'Zatrzymany',
|
||||||
|
'StorageArea' => 'Storage Area', // Added - 2018-08-30
|
||||||
|
'StorageScheme' => 'Scheme', // Added - 2018-08-30
|
||||||
'Stream' => 'Odtwarzacz',
|
'Stream' => 'Odtwarzacz',
|
||||||
'StreamReplayBuffer' => 'Stream Replay Image Buffer',
|
'StreamReplayBuffer' => 'Stream Replay Image Buffer',
|
||||||
'Submit' => 'Zatwierdź',
|
'Submit' => 'Zatwierdź',
|
||||||
|
@ -689,6 +731,7 @@ $SLANG = array(
|
||||||
'TimelineTip4' => 'Użyj opcji poniżej, w celu nawigacji.', // Added 2013.08.15.
|
'TimelineTip4' => 'Użyj opcji poniżej, w celu nawigacji.', // Added 2013.08.15.
|
||||||
'Timestamp' => 'Czas',
|
'Timestamp' => 'Czas',
|
||||||
'TimestampLabelFormat' => 'Format etykiety czasu',
|
'TimestampLabelFormat' => 'Format etykiety czasu',
|
||||||
|
'TimestampLabelSize' => 'Font Size', // Added - 2018-08-30
|
||||||
'TimestampLabelX' => 'Wsp. X etykiety czasu',
|
'TimestampLabelX' => 'Wsp. X etykiety czasu',
|
||||||
'TimestampLabelY' => 'Wsp. Y etykiety czasu',
|
'TimestampLabelY' => 'Wsp. Y etykiety czasu',
|
||||||
'Today' => 'Dziś',
|
'Today' => 'Dziś',
|
||||||
|
@ -735,6 +778,7 @@ $SLANG = array(
|
||||||
'VideoGenParms' => 'Parametery generowania filmu Video',
|
'VideoGenParms' => 'Parametery generowania filmu Video',
|
||||||
'VideoGenSucceeded' => 'Wygenerowano pomyślnie!',
|
'VideoGenSucceeded' => 'Wygenerowano pomyślnie!',
|
||||||
'VideoSize' => 'Rozmiar filmu Video',
|
'VideoSize' => 'Rozmiar filmu Video',
|
||||||
|
'VideoWriter' => 'Video Writer', // Added - 2018-08-30
|
||||||
'View' => 'Podgląd',
|
'View' => 'Podgląd',
|
||||||
'ViewAll' => 'Pokaż wszystko',
|
'ViewAll' => 'Pokaż wszystko',
|
||||||
'ViewEvent' => 'Pokaż zdarzenie',
|
'ViewEvent' => 'Pokaż zdarzenie',
|
||||||
|
@ -744,6 +788,7 @@ $SLANG = array(
|
||||||
'Watch' => 'podgląd',
|
'Watch' => 'podgląd',
|
||||||
'Web' => 'Sieć',
|
'Web' => 'Sieć',
|
||||||
'WebColour' => 'Web Colour',
|
'WebColour' => 'Web Colour',
|
||||||
|
'WebSiteUrl' => 'Website URL', // Added - 2018-08-30
|
||||||
'Week' => 'Tydzień',
|
'Week' => 'Tydzień',
|
||||||
'White' => 'Biel',
|
'White' => 'Biel',
|
||||||
'WhiteBalance' => 'Balans bieli',
|
'WhiteBalance' => 'Balans bieli',
|
||||||
|
|
|
@ -18,6 +18,8 @@ $SLANG = array(
|
||||||
'Actual' => 'Atual',
|
'Actual' => 'Atual',
|
||||||
'AddNewControl' => 'Add New Control',
|
'AddNewControl' => 'Add New Control',
|
||||||
'AddNewMonitor' => 'Adicionar Monitor',
|
'AddNewMonitor' => 'Adicionar Monitor',
|
||||||
|
'AddNewServer' => 'Add New Server', // Added - 2018-08-30
|
||||||
|
'AddNewStorage' => 'Add New Storage', // Added - 2018-08-30
|
||||||
'AddNewUser' => 'Adicionar Usuário',
|
'AddNewUser' => 'Adicionar Usuário',
|
||||||
'AddNewZone' => 'Adicionar Zona',
|
'AddNewZone' => 'Adicionar Zona',
|
||||||
'Alarm' => 'Alarme',
|
'Alarm' => 'Alarme',
|
||||||
|
@ -45,22 +47,32 @@ $SLANG = array(
|
||||||
'AttrArchiveStatus' => 'Status/Arquivamento',
|
'AttrArchiveStatus' => 'Status/Arquivamento',
|
||||||
'AttrAvgScore' => 'Maior Score',
|
'AttrAvgScore' => 'Maior Score',
|
||||||
'AttrCause' => 'Cause',
|
'AttrCause' => 'Cause',
|
||||||
'AttrDate' => 'Data',
|
|
||||||
'AttrDateTime' => 'Data/Horario',
|
|
||||||
'AttrDiskBlocks' => 'Blocos de Disco',
|
'AttrDiskBlocks' => 'Blocos de Disco',
|
||||||
'AttrDiskPercent' => 'Porcentagem de Disco',
|
'AttrDiskPercent' => 'Porcentagem de Disco',
|
||||||
|
'AttrDiskSpace' => 'Disk Space', // Added - 2018-08-30
|
||||||
'AttrDuration' => 'Duração',
|
'AttrDuration' => 'Duração',
|
||||||
|
'AttrEndDate' => 'End Date', // Added - 2018-08-30
|
||||||
|
'AttrEndDateTime' => 'End Date/Time', // Added - 2018-08-30
|
||||||
|
'AttrEndTime' => 'End Time', // Added - 2018-08-30
|
||||||
|
'AttrEndWeekday' => 'End Weekday', // Added - 2018-08-30
|
||||||
|
'AttrFilterServer' => 'Server Filter is Running On', // Added - 2018-08-30
|
||||||
'AttrFrames' => 'Imagens',
|
'AttrFrames' => 'Imagens',
|
||||||
'AttrId' => 'Id',
|
'AttrId' => 'Id',
|
||||||
'AttrMaxScore' => 'Max. Score',
|
'AttrMaxScore' => 'Max. Score',
|
||||||
'AttrMonitorId' => 'Id do Monitor',
|
'AttrMonitorId' => 'Id do Monitor',
|
||||||
'AttrMonitorName' => 'Nome do Monitor',
|
'AttrMonitorName' => 'Nome do Monitor',
|
||||||
|
'AttrMonitorServer' => 'Server Monitor is Running On', // Added - 2018-08-30
|
||||||
'AttrName' => 'Nome',
|
'AttrName' => 'Nome',
|
||||||
'AttrNotes' => 'Notes',
|
'AttrNotes' => 'Notes',
|
||||||
|
'AttrStartDate' => 'Start Date', // Added - 2018-08-30
|
||||||
|
'AttrStartDateTime' => 'Start Date/Time', // Added - 2018-08-30
|
||||||
|
'AttrStartTime' => 'Start Time', // Added - 2018-08-30
|
||||||
|
'AttrStartWeekday' => 'Start Weekday', // Added - 2018-08-30
|
||||||
|
'AttrStateId' => 'Run State', // Added - 2018-08-30
|
||||||
|
'AttrStorageArea' => 'Storage Area', // Added - 2018-08-30
|
||||||
|
'AttrStorageServer' => 'Server Hosting Storage', // Added - 2018-08-30
|
||||||
'AttrSystemLoad' => 'System Load',
|
'AttrSystemLoad' => 'System Load',
|
||||||
'AttrTime' => 'Horário',
|
|
||||||
'AttrTotalScore' => 'Score Total',
|
'AttrTotalScore' => 'Score Total',
|
||||||
'AttrWeekday' => 'Dia/Semana',
|
|
||||||
'Auto' => 'Auto',
|
'Auto' => 'Auto',
|
||||||
'AutoStopTimeout' => 'Auto Stop Timeout',
|
'AutoStopTimeout' => 'Auto Stop Timeout',
|
||||||
'Available' => 'Available', // Added - 2009-03-31
|
'Available' => 'Available', // Added - 2009-03-31
|
||||||
|
@ -93,9 +105,11 @@ $SLANG = array(
|
||||||
'BadRefBlendPerc' => 'Reference blend percentage must be a positive integer',
|
'BadRefBlendPerc' => 'Reference blend percentage must be a positive integer',
|
||||||
'BadSectionLength' => 'Section length must be an integer of 30 or more',
|
'BadSectionLength' => 'Section length must be an integer of 30 or more',
|
||||||
'BadSignalCheckColour' => 'Signal check colour must be a valid RGB colour string',
|
'BadSignalCheckColour' => 'Signal check colour must be a valid RGB colour string',
|
||||||
|
'BadSourceType' => 'Source Type \"Web Site\" requires the Function to be set to \"Monitor\"', // Added - 2018-08-30
|
||||||
'BadStreamReplayBuffer'=> 'Stream replay buffer must be an integer of zero or more',
|
'BadStreamReplayBuffer'=> 'Stream replay buffer must be an integer of zero or more',
|
||||||
'BadWarmupCount' => 'Warmup frames must be an integer of zero or more',
|
'BadWarmupCount' => 'Warmup frames must be an integer of zero or more',
|
||||||
'BadWebColour' => 'Web colour must be a valid web colour string',
|
'BadWebColour' => 'Web colour must be a valid web colour string',
|
||||||
|
'BadWebSitePath' => 'Please enter a complete website url, including the http:// or https:// prefix.', // Added - 2018-08-30
|
||||||
'BadWidth' => 'Width must be set to a valid value',
|
'BadWidth' => 'Width must be set to a valid value',
|
||||||
'Bandwidth' => 'Larg/Banda',
|
'Bandwidth' => 'Larg/Banda',
|
||||||
'BandwidthHead' => 'Bandwidth', // This is the end of the bandwidth status on the top of the console, different in many language due to phrasing
|
'BandwidthHead' => 'Bandwidth', // This is the end of the bandwidth status on the top of the console, different in many language due to phrasing
|
||||||
|
@ -159,10 +173,12 @@ $SLANG = array(
|
||||||
'ChooseLogSelection' => 'Choose a log selection', // Added - 2011-06-17
|
'ChooseLogSelection' => 'Choose a log selection', // Added - 2011-06-17
|
||||||
'ChoosePreset' => 'Choose Preset',
|
'ChoosePreset' => 'Choose Preset',
|
||||||
'Clear' => 'Clear', // Added - 2011-06-16
|
'Clear' => 'Clear', // Added - 2011-06-16
|
||||||
|
'CloneMonitor' => 'Clone', // Added - 2018-08-30
|
||||||
'Close' => 'Fechar',
|
'Close' => 'Fechar',
|
||||||
'Colour' => 'Cor',
|
'Colour' => 'Cor',
|
||||||
'Command' => 'Command',
|
'Command' => 'Command',
|
||||||
'Component' => 'Component', // Added - 2011-06-16
|
'Component' => 'Component', // Added - 2011-06-16
|
||||||
|
'ConcurrentFilter' => 'Run filter concurrently', // Added - 2018-08-30
|
||||||
'Config' => 'Config',
|
'Config' => 'Config',
|
||||||
'ConfiguredFor' => 'Configurado para',
|
'ConfiguredFor' => 'Configurado para',
|
||||||
'ConfirmDeleteEvents' => 'Are you sure you wish to delete the selected events?',
|
'ConfirmDeleteEvents' => 'Are you sure you wish to delete the selected events?',
|
||||||
|
@ -220,9 +236,11 @@ $SLANG = array(
|
||||||
'DonateRemindWeek' => 'Not yet, remind again in 1 week',
|
'DonateRemindWeek' => 'Not yet, remind again in 1 week',
|
||||||
'DonateYes' => 'Yes, I\'d like to donate now',
|
'DonateYes' => 'Yes, I\'d like to donate now',
|
||||||
'Download' => 'Download',
|
'Download' => 'Download',
|
||||||
|
'DownloadVideo' => 'Download Video', // Added - 2018-08-30
|
||||||
'DuplicateMonitorName' => 'Duplicate Monitor Name', // Added - 2009-03-31
|
'DuplicateMonitorName' => 'Duplicate Monitor Name', // Added - 2009-03-31
|
||||||
'Duration' => 'Duração',
|
'Duration' => 'Duração',
|
||||||
'Edit' => 'Editar',
|
'Edit' => 'Editar',
|
||||||
|
'EditLayout' => 'Edit Layout', // Added - 2018-08-30
|
||||||
'Email' => 'Email',
|
'Email' => 'Email',
|
||||||
'EnableAlarms' => 'Enable Alarms',
|
'EnableAlarms' => 'Enable Alarms',
|
||||||
'Enabled' => 'Habilitado',
|
'Enabled' => 'Habilitado',
|
||||||
|
@ -239,6 +257,7 @@ $SLANG = array(
|
||||||
'Events' => 'Eventos',
|
'Events' => 'Eventos',
|
||||||
'Exclude' => 'Excluir',
|
'Exclude' => 'Excluir',
|
||||||
'Execute' => 'Execute',
|
'Execute' => 'Execute',
|
||||||
|
'Exif' => 'Embed EXIF data into image', // Added - 2018-08-30
|
||||||
'Export' => 'Export',
|
'Export' => 'Export',
|
||||||
'ExportDetails' => 'Export Event Details',
|
'ExportDetails' => 'Export Event Details',
|
||||||
'ExportFailed' => 'Export Failed',
|
'ExportFailed' => 'Export Failed',
|
||||||
|
@ -268,8 +287,10 @@ $SLANG = array(
|
||||||
'FilterExecuteEvents' => 'Executar comando p/ resultados',
|
'FilterExecuteEvents' => 'Executar comando p/ resultados',
|
||||||
'FilterLog' => 'Filter log', // Added - 2015-04-18
|
'FilterLog' => 'Filter log', // Added - 2015-04-18
|
||||||
'FilterMessageEvents' => 'Enviar Mensagem dos resultados',
|
'FilterMessageEvents' => 'Enviar Mensagem dos resultados',
|
||||||
|
'FilterMoveEvents' => 'Move all matches', // Added - 2018-08-30
|
||||||
'FilterPx' => 'Px de Filtro',
|
'FilterPx' => 'Px de Filtro',
|
||||||
'FilterUnset' => 'You must specify a filter width and height',
|
'FilterUnset' => 'You must specify a filter width and height',
|
||||||
|
'FilterUpdateDiskSpace'=> 'Update used disk space', // Added - 2018-08-30
|
||||||
'FilterUploadEvents' => 'Fazer upload dos resultados',
|
'FilterUploadEvents' => 'Fazer upload dos resultados',
|
||||||
'FilterVideoEvents' => 'Create video for all matches',
|
'FilterVideoEvents' => 'Create video for all matches',
|
||||||
'Filters' => 'Filters',
|
'Filters' => 'Filters',
|
||||||
|
@ -294,6 +315,7 @@ $SLANG = array(
|
||||||
'Function' => 'Função',
|
'Function' => 'Função',
|
||||||
'Gain' => 'Gain',
|
'Gain' => 'Gain',
|
||||||
'General' => 'General',
|
'General' => 'General',
|
||||||
|
'GenerateDownload' => 'Generate Download', // Added - 2018-08-30
|
||||||
'GenerateVideo' => 'Gerar Video',
|
'GenerateVideo' => 'Gerar Video',
|
||||||
'GeneratingVideo' => 'Gerando Video',
|
'GeneratingVideo' => 'Gerando Video',
|
||||||
'GoToZoneMinder' => 'Ir Para ZoneMinder.com',
|
'GoToZoneMinder' => 'Ir Para ZoneMinder.com',
|
||||||
|
@ -314,6 +336,7 @@ $SLANG = array(
|
||||||
'High' => 'Alto',
|
'High' => 'Alto',
|
||||||
'HighBW' => 'Alta L/B',
|
'HighBW' => 'Alta L/B',
|
||||||
'Home' => 'Home',
|
'Home' => 'Home',
|
||||||
|
'Hostname' => 'Hostname', // Added - 2018-08-30
|
||||||
'Hour' => 'Hora',
|
'Hour' => 'Hora',
|
||||||
'Hue' => 'Saturação',
|
'Hue' => 'Saturação',
|
||||||
'Id' => 'Id',
|
'Id' => 'Id',
|
||||||
|
@ -338,6 +361,7 @@ $SLANG = array(
|
||||||
'Line' => 'Line', // Added - 2011-06-16
|
'Line' => 'Line', // Added - 2011-06-16
|
||||||
'LinkedMonitors' => 'Linked Monitors',
|
'LinkedMonitors' => 'Linked Monitors',
|
||||||
'List' => 'List',
|
'List' => 'List',
|
||||||
|
'ListMatches' => 'List Matches', // Added - 2018-08-30
|
||||||
'Load' => 'Carga',
|
'Load' => 'Carga',
|
||||||
'Local' => 'Local',
|
'Local' => 'Local',
|
||||||
'Log' => 'Log', // Added - 2011-06-16
|
'Log' => 'Log', // Added - 2011-06-16
|
||||||
|
@ -424,6 +448,7 @@ $SLANG = array(
|
||||||
'MonitorProbeIntro' => 'The list below shows detected analog and network cameras and whether they are already being used or available for selection.<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that not all cameras may be detected and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>', // Added - 2009-03-31
|
'MonitorProbeIntro' => 'The list below shows detected analog and network cameras and whether they are already being used or available for selection.<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that not all cameras may be detected and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>', // Added - 2009-03-31
|
||||||
'Monitors' => 'Monitores',
|
'Monitors' => 'Monitores',
|
||||||
'Montage' => 'Montagem',
|
'Montage' => 'Montagem',
|
||||||
|
'MontageReview' => 'Montage Review', // Added - 2018-08-30
|
||||||
'Month' => 'Mês',
|
'Month' => 'Mês',
|
||||||
'More' => 'More', // Added - 2011-06-16
|
'More' => 'More', // Added - 2011-06-16
|
||||||
'MotionFrameSkip' => 'Motion Frame Skip',
|
'MotionFrameSkip' => 'Motion Frame Skip',
|
||||||
|
@ -450,6 +475,7 @@ $SLANG = array(
|
||||||
'Next' => 'Próx',
|
'Next' => 'Próx',
|
||||||
'No' => 'Não',
|
'No' => 'Não',
|
||||||
'NoDetectedCameras' => 'No Detected Cameras', // Added - 2009-03-31
|
'NoDetectedCameras' => 'No Detected Cameras', // Added - 2009-03-31
|
||||||
|
'NoDetectedProfiles' => 'No Detected Profiles', // Added - 2018-08-30
|
||||||
'NoFramesRecorded' => 'Não há imagens gravadas neste evento',
|
'NoFramesRecorded' => 'Não há imagens gravadas neste evento',
|
||||||
'NoGroup' => 'No Group',
|
'NoGroup' => 'No Group',
|
||||||
'NoSavedFilters' => 'SemFiltrosSalvos',
|
'NoSavedFilters' => 'SemFiltrosSalvos',
|
||||||
|
@ -468,6 +494,8 @@ $SLANG = array(
|
||||||
'OpGt' => 'maior que',
|
'OpGt' => 'maior que',
|
||||||
'OpGtEq' => 'maior que ou igual a',
|
'OpGtEq' => 'maior que ou igual a',
|
||||||
'OpIn' => 'no set',
|
'OpIn' => 'no set',
|
||||||
|
'OpIs' => 'is', // Added - 2018-08-30
|
||||||
|
'OpIsNot' => 'is not', // Added - 2018-08-30
|
||||||
'OpLt' => 'menor que',
|
'OpLt' => 'menor que',
|
||||||
'OpLtEq' => 'menor que ou igual a',
|
'OpLtEq' => 'menor que ou igual a',
|
||||||
'OpMatches' => 'combina',
|
'OpMatches' => 'combina',
|
||||||
|
@ -477,6 +505,7 @@ $SLANG = array(
|
||||||
'Open' => 'Open',
|
'Open' => 'Open',
|
||||||
'OptionHelp' => 'OpçãoAjuda',
|
'OptionHelp' => 'OpçãoAjuda',
|
||||||
'OptionRestartWarning' => 'Reinicie o Zoneminder para que as mudanças tenham efeito',
|
'OptionRestartWarning' => 'Reinicie o Zoneminder para que as mudanças tenham efeito',
|
||||||
|
'OptionalEncoderParam' => 'Optional Encoder Parameters', // Added - 2018-08-30
|
||||||
'Options' => 'Opções',
|
'Options' => 'Opções',
|
||||||
'OrEnterNewName' => 'ou defina novo nome',
|
'OrEnterNewName' => 'ou defina novo nome',
|
||||||
'Order' => 'Order',
|
'Order' => 'Order',
|
||||||
|
@ -514,9 +543,13 @@ $SLANG = array(
|
||||||
'ProfileProbeIntro' => 'The list below shows the existing stream profiles of the selected camera .<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that ZoneMinder cannot configure additional profiles and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>', // Added - 2015-04-18
|
'ProfileProbeIntro' => 'The list below shows the existing stream profiles of the selected camera .<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that ZoneMinder cannot configure additional profiles and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>', // Added - 2015-04-18
|
||||||
'Progress' => 'Progress', // Added - 2015-04-18
|
'Progress' => 'Progress', // Added - 2015-04-18
|
||||||
'Protocol' => 'Protocol',
|
'Protocol' => 'Protocol',
|
||||||
|
'RTSPDescribe' => 'Use RTSP Response Media URL', // Added - 2018-08-30
|
||||||
|
'RTSPTransport' => 'RTSP Transport Protocol', // Added - 2018-08-30
|
||||||
'Rate' => 'Vel.',
|
'Rate' => 'Vel.',
|
||||||
'Real' => 'Real',
|
'Real' => 'Real',
|
||||||
|
'RecaptchaWarning' => 'Your reCaptcha secret key is invalid. Please correct it, or reCaptcha will not work', // Added - 2018-08-30
|
||||||
'Record' => 'Gravar',
|
'Record' => 'Gravar',
|
||||||
|
'RecordAudio' => 'Whether to store the audio stream when saving an event.', // Added - 2018-08-30
|
||||||
'RefImageBlendPct' => 'Referência de imagem Blend %ge',
|
'RefImageBlendPct' => 'Referência de imagem Blend %ge',
|
||||||
'Refresh' => 'Atualizar',
|
'Refresh' => 'Atualizar',
|
||||||
'Remote' => 'Remoto',
|
'Remote' => 'Remoto',
|
||||||
|
@ -532,6 +565,7 @@ $SLANG = array(
|
||||||
'ReplayAll' => 'All Events',
|
'ReplayAll' => 'All Events',
|
||||||
'ReplayGapless' => 'Gapless Events',
|
'ReplayGapless' => 'Gapless Events',
|
||||||
'ReplaySingle' => 'Single Event',
|
'ReplaySingle' => 'Single Event',
|
||||||
|
'ReportEventAudit' => 'Audit Events Report', // Added - 2018-08-30
|
||||||
'Reset' => 'Reset',
|
'Reset' => 'Reset',
|
||||||
'ResetEventCounts' => 'Resetar contagem de eventos',
|
'ResetEventCounts' => 'Resetar contagem de eventos',
|
||||||
'Restart' => 'Reiniciar',
|
'Restart' => 'Reiniciar',
|
||||||
|
@ -550,6 +584,7 @@ $SLANG = array(
|
||||||
'Save' => 'Salvar',
|
'Save' => 'Salvar',
|
||||||
'SaveAs' => 'Salvar Como',
|
'SaveAs' => 'Salvar Como',
|
||||||
'SaveFilter' => 'Salvar Filtro',
|
'SaveFilter' => 'Salvar Filtro',
|
||||||
|
'SaveJPEGs' => 'Save JPEGs', // Added - 2018-08-30
|
||||||
'Scale' => 'Tamanho',
|
'Scale' => 'Tamanho',
|
||||||
'Score' => 'Score',
|
'Score' => 'Score',
|
||||||
'Secs' => 'Segs',
|
'Secs' => 'Segs',
|
||||||
|
@ -566,6 +601,7 @@ $SLANG = array(
|
||||||
'ShowFilterWindow' => 'MostrarJanelaDeFiltros',
|
'ShowFilterWindow' => 'MostrarJanelaDeFiltros',
|
||||||
'ShowTimeline' => 'Show Timeline',
|
'ShowTimeline' => 'Show Timeline',
|
||||||
'SignalCheckColour' => 'Signal Check Colour',
|
'SignalCheckColour' => 'Signal Check Colour',
|
||||||
|
'SignalCheckPoints' => 'Signal Check Points', // Added - 2018-08-30
|
||||||
'Size' => 'Size',
|
'Size' => 'Size',
|
||||||
'SkinDescription' => 'Change the default skin for this computer', // Added - 2011-01-30
|
'SkinDescription' => 'Change the default skin for this computer', // Added - 2011-01-30
|
||||||
'Sleep' => 'Sleep',
|
'Sleep' => 'Sleep',
|
||||||
|
@ -585,6 +621,10 @@ $SLANG = array(
|
||||||
'State' => 'Estado',
|
'State' => 'Estado',
|
||||||
'Stats' => 'Status',
|
'Stats' => 'Status',
|
||||||
'Status' => 'Status',
|
'Status' => 'Status',
|
||||||
|
'StatusConnected' => 'Capturing', // Added - 2018-08-30
|
||||||
|
'StatusNotRunning' => 'Not Running', // Added - 2018-08-30
|
||||||
|
'StatusRunning' => 'Not Capturing', // Added - 2018-08-30
|
||||||
|
'StatusUnknown' => 'Unknown', // Added - 2018-08-30
|
||||||
'Step' => 'Step',
|
'Step' => 'Step',
|
||||||
'StepBack' => 'Step Back',
|
'StepBack' => 'Step Back',
|
||||||
'StepForward' => 'Step Forward',
|
'StepForward' => 'Step Forward',
|
||||||
|
@ -595,6 +635,8 @@ $SLANG = array(
|
||||||
'Stills' => 'Imagens',
|
'Stills' => 'Imagens',
|
||||||
'Stop' => 'Parar',
|
'Stop' => 'Parar',
|
||||||
'Stopped' => 'Parado',
|
'Stopped' => 'Parado',
|
||||||
|
'StorageArea' => 'Storage Area', // Added - 2018-08-30
|
||||||
|
'StorageScheme' => 'Scheme', // Added - 2018-08-30
|
||||||
'Stream' => 'Contínuo',
|
'Stream' => 'Contínuo',
|
||||||
'StreamReplayBuffer' => 'Stream Replay Image Buffer',
|
'StreamReplayBuffer' => 'Stream Replay Image Buffer',
|
||||||
'Submit' => 'Submit',
|
'Submit' => 'Submit',
|
||||||
|
@ -614,6 +656,7 @@ $SLANG = array(
|
||||||
'TimelineTip4' => 'Use the controls below to zoom out or navigate back and forward through the time range.', // Added 2013.08.15.
|
'TimelineTip4' => 'Use the controls below to zoom out or navigate back and forward through the time range.', // Added 2013.08.15.
|
||||||
'Timestamp' => 'Tempo',
|
'Timestamp' => 'Tempo',
|
||||||
'TimestampLabelFormat' => 'Formato de etiqueta de tempo',
|
'TimestampLabelFormat' => 'Formato de etiqueta de tempo',
|
||||||
|
'TimestampLabelSize' => 'Font Size', // Added - 2018-08-30
|
||||||
'TimestampLabelX' => 'posição de etiqueta X',
|
'TimestampLabelX' => 'posição de etiqueta X',
|
||||||
'TimestampLabelY' => 'posição de etiqueta Y',
|
'TimestampLabelY' => 'posição de etiqueta Y',
|
||||||
'Today' => 'Today',
|
'Today' => 'Today',
|
||||||
|
@ -660,6 +703,7 @@ $SLANG = array(
|
||||||
'VideoGenParms' => 'Parametros de geração de vídeo',
|
'VideoGenParms' => 'Parametros de geração de vídeo',
|
||||||
'VideoGenSucceeded' => 'Video Generation Succeeded!',
|
'VideoGenSucceeded' => 'Video Generation Succeeded!',
|
||||||
'VideoSize' => 'Tamanho do vídeo',
|
'VideoSize' => 'Tamanho do vídeo',
|
||||||
|
'VideoWriter' => 'Video Writer', // Added - 2018-08-30
|
||||||
'View' => 'Ver',
|
'View' => 'Ver',
|
||||||
'ViewAll' => 'Ver Tudo',
|
'ViewAll' => 'Ver Tudo',
|
||||||
'ViewEvent' => 'View Event',
|
'ViewEvent' => 'View Event',
|
||||||
|
@ -669,6 +713,7 @@ $SLANG = array(
|
||||||
'Watch' => 'Assistir',
|
'Watch' => 'Assistir',
|
||||||
'Web' => 'Web',
|
'Web' => 'Web',
|
||||||
'WebColour' => 'Web Colour',
|
'WebColour' => 'Web Colour',
|
||||||
|
'WebSiteUrl' => 'Website URL', // Added - 2018-08-30
|
||||||
'Week' => 'Semana',
|
'Week' => 'Semana',
|
||||||
'White' => 'White',
|
'White' => 'White',
|
||||||
'WhiteBalance' => 'White Balance',
|
'WhiteBalance' => 'White Balance',
|
||||||
|
|
|
@ -49,6 +49,8 @@ $SLANG = array(
|
||||||
'Actual' => 'Real',
|
'Actual' => 'Real',
|
||||||
'AddNewControl' => 'Adaugă control nou',
|
'AddNewControl' => 'Adaugă control nou',
|
||||||
'AddNewMonitor' => 'Adaugă monitor',
|
'AddNewMonitor' => 'Adaugă monitor',
|
||||||
|
'AddNewServer' => 'Add New Server', // Added - 2018-08-30
|
||||||
|
'AddNewStorage' => 'Add New Storage', // Added - 2018-08-30
|
||||||
'AddNewUser' => 'Adaugă utilizator',
|
'AddNewUser' => 'Adaugă utilizator',
|
||||||
'AddNewZone' => 'Adaugă zonă',
|
'AddNewZone' => 'Adaugă zonă',
|
||||||
'Alarm' => 'Alarma',
|
'Alarm' => 'Alarma',
|
||||||
|
@ -76,22 +78,32 @@ $SLANG = array(
|
||||||
'AttrArchiveStatus' => 'Stare arhiva',
|
'AttrArchiveStatus' => 'Stare arhiva',
|
||||||
'AttrAvgScore' => 'Cota medie',
|
'AttrAvgScore' => 'Cota medie',
|
||||||
'AttrCause' => 'Cauza',
|
'AttrCause' => 'Cauza',
|
||||||
'AttrDate' => 'Data',
|
|
||||||
'AttrDateTime' => 'Data/Timp',
|
|
||||||
'AttrDiskBlocks' => 'Disk Blocks',
|
'AttrDiskBlocks' => 'Disk Blocks',
|
||||||
'AttrDiskPercent' => 'Procentaj disc',
|
'AttrDiskPercent' => 'Procentaj disc',
|
||||||
|
'AttrDiskSpace' => 'Disk Space', // Added - 2018-08-30
|
||||||
'AttrDuration' => 'Durata',
|
'AttrDuration' => 'Durata',
|
||||||
|
'AttrEndDate' => 'End Date', // Added - 2018-08-30
|
||||||
|
'AttrEndDateTime' => 'End Date/Time', // Added - 2018-08-30
|
||||||
|
'AttrEndTime' => 'End Time', // Added - 2018-08-30
|
||||||
|
'AttrEndWeekday' => 'End Weekday', // Added - 2018-08-30
|
||||||
|
'AttrFilterServer' => 'Server Filter is Running On', // Added - 2018-08-30
|
||||||
'AttrFrames' => 'Cadre',
|
'AttrFrames' => 'Cadre',
|
||||||
'AttrId' => 'Nr.',
|
'AttrId' => 'Nr.',
|
||||||
'AttrMaxScore' => 'Cota max',
|
'AttrMaxScore' => 'Cota max',
|
||||||
'AttrMonitorId' => 'Monitor nr.',
|
'AttrMonitorId' => 'Monitor nr.',
|
||||||
'AttrMonitorName' => 'Nume monitor',
|
'AttrMonitorName' => 'Nume monitor',
|
||||||
|
'AttrMonitorServer' => 'Server Monitor is Running On', // Added - 2018-08-30
|
||||||
'AttrName' => 'Nume',
|
'AttrName' => 'Nume',
|
||||||
'AttrNotes' => 'Notes',
|
'AttrNotes' => 'Notes',
|
||||||
|
'AttrStartDate' => 'Start Date', // Added - 2018-08-30
|
||||||
|
'AttrStartDateTime' => 'Start Date/Time', // Added - 2018-08-30
|
||||||
|
'AttrStartTime' => 'Start Time', // Added - 2018-08-30
|
||||||
|
'AttrStartWeekday' => 'Start Weekday', // Added - 2018-08-30
|
||||||
|
'AttrStateId' => 'Run State', // Added - 2018-08-30
|
||||||
|
'AttrStorageArea' => 'Storage Area', // Added - 2018-08-30
|
||||||
|
'AttrStorageServer' => 'Server Hosting Storage', // Added - 2018-08-30
|
||||||
'AttrSystemLoad' => 'System Load',
|
'AttrSystemLoad' => 'System Load',
|
||||||
'AttrTime' => 'Time',
|
|
||||||
'AttrTotalScore' => 'Cota total',
|
'AttrTotalScore' => 'Cota total',
|
||||||
'AttrWeekday' => 'Zi săpt.',
|
|
||||||
'Auto' => 'Auto',
|
'Auto' => 'Auto',
|
||||||
'AutoStopTimeout' => 'Auto Stop Timeout',
|
'AutoStopTimeout' => 'Auto Stop Timeout',
|
||||||
'Available' => 'Available', // Added - 2009-03-31
|
'Available' => 'Available', // Added - 2009-03-31
|
||||||
|
@ -124,9 +136,11 @@ $SLANG = array(
|
||||||
'BadRefBlendPerc' => 'Reference blend percentage must be a positive integer',
|
'BadRefBlendPerc' => 'Reference blend percentage must be a positive integer',
|
||||||
'BadSectionLength' => 'Section length must be an integer of 30 or more',
|
'BadSectionLength' => 'Section length must be an integer of 30 or more',
|
||||||
'BadSignalCheckColour' => 'Signal check colour must be a valid RGB colour string',
|
'BadSignalCheckColour' => 'Signal check colour must be a valid RGB colour string',
|
||||||
|
'BadSourceType' => 'Source Type \"Web Site\" requires the Function to be set to \"Monitor\"', // Added - 2018-08-30
|
||||||
'BadStreamReplayBuffer'=> 'Stream replay buffer must be an integer of zero or more',
|
'BadStreamReplayBuffer'=> 'Stream replay buffer must be an integer of zero or more',
|
||||||
'BadWarmupCount' => 'Warmup frames must be an integer of zero or more',
|
'BadWarmupCount' => 'Warmup frames must be an integer of zero or more',
|
||||||
'BadWebColour' => 'Web colour must be a valid web colour string',
|
'BadWebColour' => 'Web colour must be a valid web colour string',
|
||||||
|
'BadWebSitePath' => 'Please enter a complete website url, including the http:// or https:// prefix.', // Added - 2018-08-30
|
||||||
'BadWidth' => 'Width must be set to a valid value',
|
'BadWidth' => 'Width must be set to a valid value',
|
||||||
'Bandwidth' => 'Laţime de bandă',
|
'Bandwidth' => 'Laţime de bandă',
|
||||||
'BandwidthHead' => 'Bandwidth', // This is the end of the bandwidth status on the top of the console, different in many language due to phrasing
|
'BandwidthHead' => 'Bandwidth', // This is the end of the bandwidth status on the top of the console, different in many language due to phrasing
|
||||||
|
@ -190,10 +204,12 @@ $SLANG = array(
|
||||||
'ChooseLogSelection' => 'Choose a log selection', // Added - 2011-06-17
|
'ChooseLogSelection' => 'Choose a log selection', // Added - 2011-06-17
|
||||||
'ChoosePreset' => 'Choose Preset',
|
'ChoosePreset' => 'Choose Preset',
|
||||||
'Clear' => 'Clear', // Added - 2011-06-16
|
'Clear' => 'Clear', // Added - 2011-06-16
|
||||||
|
'CloneMonitor' => 'Clone', // Added - 2018-08-30
|
||||||
'Close' => 'Închide',
|
'Close' => 'Închide',
|
||||||
'Colour' => 'Culoare',
|
'Colour' => 'Culoare',
|
||||||
'Command' => 'Comanda',
|
'Command' => 'Comanda',
|
||||||
'Component' => 'Component', // Added - 2011-06-16
|
'Component' => 'Component', // Added - 2011-06-16
|
||||||
|
'ConcurrentFilter' => 'Run filter concurrently', // Added - 2018-08-30
|
||||||
'Config' => 'Config',
|
'Config' => 'Config',
|
||||||
'ConfiguredFor' => 'Configurat pentru',
|
'ConfiguredFor' => 'Configurat pentru',
|
||||||
'ConfirmDeleteEvents' => 'Are you sure you wish to delete the selected events?',
|
'ConfirmDeleteEvents' => 'Are you sure you wish to delete the selected events?',
|
||||||
|
@ -251,9 +267,11 @@ $SLANG = array(
|
||||||
'DonateRemindWeek' => 'Not yet, remind again in 1 week',
|
'DonateRemindWeek' => 'Not yet, remind again in 1 week',
|
||||||
'DonateYes' => 'Yes, I\'d like to donate now',
|
'DonateYes' => 'Yes, I\'d like to donate now',
|
||||||
'Download' => 'Download',
|
'Download' => 'Download',
|
||||||
|
'DownloadVideo' => 'Download Video', // Added - 2018-08-30
|
||||||
'DuplicateMonitorName' => 'Duplicate Monitor Name', // Added - 2009-03-31
|
'DuplicateMonitorName' => 'Duplicate Monitor Name', // Added - 2009-03-31
|
||||||
'Duration' => 'Durata',
|
'Duration' => 'Durata',
|
||||||
'Edit' => 'Modific',
|
'Edit' => 'Modific',
|
||||||
|
'EditLayout' => 'Edit Layout', // Added - 2018-08-30
|
||||||
'Email' => 'Email',
|
'Email' => 'Email',
|
||||||
'EnableAlarms' => 'Enable Alarms',
|
'EnableAlarms' => 'Enable Alarms',
|
||||||
'Enabled' => 'Activ',
|
'Enabled' => 'Activ',
|
||||||
|
@ -270,6 +288,7 @@ $SLANG = array(
|
||||||
'Events' => 'Evenim.',
|
'Events' => 'Evenim.',
|
||||||
'Exclude' => 'Exclude',
|
'Exclude' => 'Exclude',
|
||||||
'Execute' => 'Execute',
|
'Execute' => 'Execute',
|
||||||
|
'Exif' => 'Embed EXIF data into image', // Added - 2018-08-30
|
||||||
'Export' => 'Export',
|
'Export' => 'Export',
|
||||||
'ExportDetails' => 'Export Event Details',
|
'ExportDetails' => 'Export Event Details',
|
||||||
'ExportFailed' => 'Export Failed',
|
'ExportFailed' => 'Export Failed',
|
||||||
|
@ -299,8 +318,10 @@ $SLANG = array(
|
||||||
'FilterExecuteEvents' => 'Execută comanda pentru toate rezultatele',
|
'FilterExecuteEvents' => 'Execută comanda pentru toate rezultatele',
|
||||||
'FilterLog' => 'Filter log', // Added - 2015-04-18
|
'FilterLog' => 'Filter log', // Added - 2015-04-18
|
||||||
'FilterMessageEvents' => 'Trimite mesaj pentru toate rezultatele',
|
'FilterMessageEvents' => 'Trimite mesaj pentru toate rezultatele',
|
||||||
|
'FilterMoveEvents' => 'Move all matches', // Added - 2018-08-30
|
||||||
'FilterPx' => 'Filter Px',
|
'FilterPx' => 'Filter Px',
|
||||||
'FilterUnset' => 'You must specify a filter width and height',
|
'FilterUnset' => 'You must specify a filter width and height',
|
||||||
|
'FilterUpdateDiskSpace'=> 'Update used disk space', // Added - 2018-08-30
|
||||||
'FilterUploadEvents' => 'Încarcă toate rezultatele',
|
'FilterUploadEvents' => 'Încarcă toate rezultatele',
|
||||||
'FilterVideoEvents' => 'Create video for all matches',
|
'FilterVideoEvents' => 'Create video for all matches',
|
||||||
'Filters' => 'Filters',
|
'Filters' => 'Filters',
|
||||||
|
@ -325,6 +346,7 @@ $SLANG = array(
|
||||||
'Function' => 'Funcţie',
|
'Function' => 'Funcţie',
|
||||||
'Gain' => 'Gain',
|
'Gain' => 'Gain',
|
||||||
'General' => 'General',
|
'General' => 'General',
|
||||||
|
'GenerateDownload' => 'Generate Download', // Added - 2018-08-30
|
||||||
'GenerateVideo' => 'Generează video',
|
'GenerateVideo' => 'Generează video',
|
||||||
'GeneratingVideo' => 'Generez video',
|
'GeneratingVideo' => 'Generez video',
|
||||||
'GoToZoneMinder' => 'Du-te la ZoneMinder.com',
|
'GoToZoneMinder' => 'Du-te la ZoneMinder.com',
|
||||||
|
@ -345,6 +367,7 @@ $SLANG = array(
|
||||||
'High' => 'Mare',
|
'High' => 'Mare',
|
||||||
'HighBW' => 'B/W mare',
|
'HighBW' => 'B/W mare',
|
||||||
'Home' => 'Home',
|
'Home' => 'Home',
|
||||||
|
'Hostname' => 'Hostname', // Added - 2018-08-30
|
||||||
'Hour' => 'Ora',
|
'Hour' => 'Ora',
|
||||||
'Hue' => 'Nuanţă',
|
'Hue' => 'Nuanţă',
|
||||||
'Id' => 'Nr.',
|
'Id' => 'Nr.',
|
||||||
|
@ -369,6 +392,7 @@ $SLANG = array(
|
||||||
'Line' => 'Line', // Added - 2011-06-16
|
'Line' => 'Line', // Added - 2011-06-16
|
||||||
'LinkedMonitors' => 'Linked Monitors',
|
'LinkedMonitors' => 'Linked Monitors',
|
||||||
'List' => 'List',
|
'List' => 'List',
|
||||||
|
'ListMatches' => 'List Matches', // Added - 2018-08-30
|
||||||
'Load' => 'Load',
|
'Load' => 'Load',
|
||||||
'Local' => 'Local',
|
'Local' => 'Local',
|
||||||
'Log' => 'Log', // Added - 2011-06-16
|
'Log' => 'Log', // Added - 2011-06-16
|
||||||
|
@ -455,6 +479,7 @@ $SLANG = array(
|
||||||
'MonitorProbeIntro' => 'The list below shows detected analog and network cameras and whether they are already being used or available for selection.<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that not all cameras may be detected and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>', // Added - 2009-03-31
|
'MonitorProbeIntro' => 'The list below shows detected analog and network cameras and whether they are already being used or available for selection.<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that not all cameras may be detected and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>', // Added - 2009-03-31
|
||||||
'Monitors' => 'Monitoare',
|
'Monitors' => 'Monitoare',
|
||||||
'Montage' => 'Montage',
|
'Montage' => 'Montage',
|
||||||
|
'MontageReview' => 'Montage Review', // Added - 2018-08-30
|
||||||
'Month' => 'Luna',
|
'Month' => 'Luna',
|
||||||
'More' => 'More', // Added - 2011-06-16
|
'More' => 'More', // Added - 2011-06-16
|
||||||
'MotionFrameSkip' => 'Motion Frame Skip',
|
'MotionFrameSkip' => 'Motion Frame Skip',
|
||||||
|
@ -481,6 +506,7 @@ $SLANG = array(
|
||||||
'Next' => 'Urmator',
|
'Next' => 'Urmator',
|
||||||
'No' => 'Nu',
|
'No' => 'Nu',
|
||||||
'NoDetectedCameras' => 'No Detected Cameras', // Added - 2009-03-31
|
'NoDetectedCameras' => 'No Detected Cameras', // Added - 2009-03-31
|
||||||
|
'NoDetectedProfiles' => 'No Detected Profiles', // Added - 2018-08-30
|
||||||
'NoFramesRecorded' => 'Nu exista cadre inregistrate pentru acest eveniment.',
|
'NoFramesRecorded' => 'Nu exista cadre inregistrate pentru acest eveniment.',
|
||||||
'NoGroup' => 'No Group',
|
'NoGroup' => 'No Group',
|
||||||
'NoSavedFilters' => 'LipsaFiltruSalvat',
|
'NoSavedFilters' => 'LipsaFiltruSalvat',
|
||||||
|
@ -499,6 +525,8 @@ $SLANG = array(
|
||||||
'OpGt' => 'mai mare ca',
|
'OpGt' => 'mai mare ca',
|
||||||
'OpGtEq' => 'mai mare sau egal cu',
|
'OpGtEq' => 'mai mare sau egal cu',
|
||||||
'OpIn' => 'in set',
|
'OpIn' => 'in set',
|
||||||
|
'OpIs' => 'is', // Added - 2018-08-30
|
||||||
|
'OpIsNot' => 'is not', // Added - 2018-08-30
|
||||||
'OpLt' => 'mai mic decât',
|
'OpLt' => 'mai mic decât',
|
||||||
'OpLtEq' => 'mai mic sau egal cu',
|
'OpLtEq' => 'mai mic sau egal cu',
|
||||||
'OpMatches' => 'matches',
|
'OpMatches' => 'matches',
|
||||||
|
@ -508,6 +536,7 @@ $SLANG = array(
|
||||||
'Open' => 'Deschide',
|
'Open' => 'Deschide',
|
||||||
'OptionHelp' => 'OptionHelp',
|
'OptionHelp' => 'OptionHelp',
|
||||||
'OptionRestartWarning' => 'Aceste schimbari nu se aplica in timpul rularii.\n Dupa ce ati terminat setarile va rugam reporniti ZoneMinder.',
|
'OptionRestartWarning' => 'Aceste schimbari nu se aplica in timpul rularii.\n Dupa ce ati terminat setarile va rugam reporniti ZoneMinder.',
|
||||||
|
'OptionalEncoderParam' => 'Optional Encoder Parameters', // Added - 2018-08-30
|
||||||
'Options' => 'Opţiuni',
|
'Options' => 'Opţiuni',
|
||||||
'OrEnterNewName' => 'sau denumire nouă',
|
'OrEnterNewName' => 'sau denumire nouă',
|
||||||
'Order' => 'Order',
|
'Order' => 'Order',
|
||||||
|
@ -545,9 +574,13 @@ $SLANG = array(
|
||||||
'ProfileProbeIntro' => 'The list below shows the existing stream profiles of the selected camera .<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that ZoneMinder cannot configure additional profiles and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>', // Added - 2015-04-18
|
'ProfileProbeIntro' => 'The list below shows the existing stream profiles of the selected camera .<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that ZoneMinder cannot configure additional profiles and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>', // Added - 2015-04-18
|
||||||
'Progress' => 'Progress', // Added - 2015-04-18
|
'Progress' => 'Progress', // Added - 2015-04-18
|
||||||
'Protocol' => 'Protocol',
|
'Protocol' => 'Protocol',
|
||||||
|
'RTSPDescribe' => 'Use RTSP Response Media URL', // Added - 2018-08-30
|
||||||
|
'RTSPTransport' => 'RTSP Transport Protocol', // Added - 2018-08-30
|
||||||
'Rate' => 'Rate',
|
'Rate' => 'Rate',
|
||||||
'Real' => 'Real',
|
'Real' => 'Real',
|
||||||
|
'RecaptchaWarning' => 'Your reCaptcha secret key is invalid. Please correct it, or reCaptcha will not work', // Added - 2018-08-30
|
||||||
'Record' => 'Înregistrare',
|
'Record' => 'Înregistrare',
|
||||||
|
'RecordAudio' => 'Whether to store the audio stream when saving an event.', // Added - 2018-08-30
|
||||||
'RefImageBlendPct' => 'Combinare imagine referinta(%)',
|
'RefImageBlendPct' => 'Combinare imagine referinta(%)',
|
||||||
'Refresh' => 'Actualizează',
|
'Refresh' => 'Actualizează',
|
||||||
'Remote' => 'Remote',
|
'Remote' => 'Remote',
|
||||||
|
@ -563,6 +596,7 @@ $SLANG = array(
|
||||||
'ReplayAll' => 'All Events',
|
'ReplayAll' => 'All Events',
|
||||||
'ReplayGapless' => 'Gapless Events',
|
'ReplayGapless' => 'Gapless Events',
|
||||||
'ReplaySingle' => 'Single Event',
|
'ReplaySingle' => 'Single Event',
|
||||||
|
'ReportEventAudit' => 'Audit Events Report', // Added - 2018-08-30
|
||||||
'Reset' => 'Reset',
|
'Reset' => 'Reset',
|
||||||
'ResetEventCounts' => 'Reset Event Counts',
|
'ResetEventCounts' => 'Reset Event Counts',
|
||||||
'Restart' => 'Reporneşte',
|
'Restart' => 'Reporneşte',
|
||||||
|
@ -581,6 +615,7 @@ $SLANG = array(
|
||||||
'Save' => 'Salvez',
|
'Save' => 'Salvez',
|
||||||
'SaveAs' => 'Salvează ca',
|
'SaveAs' => 'Salvează ca',
|
||||||
'SaveFilter' => 'Salvează filtru',
|
'SaveFilter' => 'Salvează filtru',
|
||||||
|
'SaveJPEGs' => 'Save JPEGs', // Added - 2018-08-30
|
||||||
'Scale' => 'Scara',
|
'Scale' => 'Scara',
|
||||||
'Score' => 'Cota',
|
'Score' => 'Cota',
|
||||||
'Secs' => 'Sec',
|
'Secs' => 'Sec',
|
||||||
|
@ -597,6 +632,7 @@ $SLANG = array(
|
||||||
'ShowFilterWindow' => 'Fereastra filtre',
|
'ShowFilterWindow' => 'Fereastra filtre',
|
||||||
'ShowTimeline' => 'Show Timeline',
|
'ShowTimeline' => 'Show Timeline',
|
||||||
'SignalCheckColour' => 'Signal Check Colour',
|
'SignalCheckColour' => 'Signal Check Colour',
|
||||||
|
'SignalCheckPoints' => 'Signal Check Points', // Added - 2018-08-30
|
||||||
'Size' => 'Size',
|
'Size' => 'Size',
|
||||||
'SkinDescription' => 'Change the default skin for this computer', // Added - 2011-01-30
|
'SkinDescription' => 'Change the default skin for this computer', // Added - 2011-01-30
|
||||||
'Sleep' => 'Sleep',
|
'Sleep' => 'Sleep',
|
||||||
|
@ -616,6 +652,10 @@ $SLANG = array(
|
||||||
'State' => 'Stare',
|
'State' => 'Stare',
|
||||||
'Stats' => 'Statistici',
|
'Stats' => 'Statistici',
|
||||||
'Status' => 'Stare',
|
'Status' => 'Stare',
|
||||||
|
'StatusConnected' => 'Capturing', // Added - 2018-08-30
|
||||||
|
'StatusNotRunning' => 'Not Running', // Added - 2018-08-30
|
||||||
|
'StatusRunning' => 'Not Capturing', // Added - 2018-08-30
|
||||||
|
'StatusUnknown' => 'Unknown', // Added - 2018-08-30
|
||||||
'Step' => 'Step',
|
'Step' => 'Step',
|
||||||
'StepBack' => 'Step Back',
|
'StepBack' => 'Step Back',
|
||||||
'StepForward' => 'Step Forward',
|
'StepForward' => 'Step Forward',
|
||||||
|
@ -626,6 +666,8 @@ $SLANG = array(
|
||||||
'Stills' => 'Statice',
|
'Stills' => 'Statice',
|
||||||
'Stop' => 'Opreşte',
|
'Stop' => 'Opreşte',
|
||||||
'Stopped' => 'Oprit',
|
'Stopped' => 'Oprit',
|
||||||
|
'StorageArea' => 'Storage Area', // Added - 2018-08-30
|
||||||
|
'StorageScheme' => 'Scheme', // Added - 2018-08-30
|
||||||
'Stream' => 'Flux',
|
'Stream' => 'Flux',
|
||||||
'StreamReplayBuffer' => 'Stream Replay Image Buffer',
|
'StreamReplayBuffer' => 'Stream Replay Image Buffer',
|
||||||
'Submit' => 'Trimite',
|
'Submit' => 'Trimite',
|
||||||
|
@ -645,6 +687,7 @@ $SLANG = array(
|
||||||
'TimelineTip4' => 'Use the controls below to zoom out or navigate back and forward through the time range.', // Added 2013.08.15.
|
'TimelineTip4' => 'Use the controls below to zoom out or navigate back and forward through the time range.', // Added 2013.08.15.
|
||||||
'Timestamp' => 'Format timp',
|
'Timestamp' => 'Format timp',
|
||||||
'TimestampLabelFormat' => 'Format eticheta format timp',
|
'TimestampLabelFormat' => 'Format eticheta format timp',
|
||||||
|
'TimestampLabelSize' => 'Font Size', // Added - 2018-08-30
|
||||||
'TimestampLabelX' => 'Format timp eticheta X',
|
'TimestampLabelX' => 'Format timp eticheta X',
|
||||||
'TimestampLabelY' => 'Format timp eticheta Y',
|
'TimestampLabelY' => 'Format timp eticheta Y',
|
||||||
'Today' => 'Azi',
|
'Today' => 'Azi',
|
||||||
|
@ -691,6 +734,7 @@ $SLANG = array(
|
||||||
'VideoGenParms' => 'Parametrii generare video',
|
'VideoGenParms' => 'Parametrii generare video',
|
||||||
'VideoGenSucceeded' => 'Video Generation Succeeded!',
|
'VideoGenSucceeded' => 'Video Generation Succeeded!',
|
||||||
'VideoSize' => 'Mărime video',
|
'VideoSize' => 'Mărime video',
|
||||||
|
'VideoWriter' => 'Video Writer', // Added - 2018-08-30
|
||||||
'View' => 'Vizual',
|
'View' => 'Vizual',
|
||||||
'ViewAll' => 'Vizual. tot',
|
'ViewAll' => 'Vizual. tot',
|
||||||
'ViewEvent' => 'View Event',
|
'ViewEvent' => 'View Event',
|
||||||
|
@ -700,6 +744,7 @@ $SLANG = array(
|
||||||
'Watch' => 'Watch',
|
'Watch' => 'Watch',
|
||||||
'Web' => 'Web',
|
'Web' => 'Web',
|
||||||
'WebColour' => 'Web Colour',
|
'WebColour' => 'Web Colour',
|
||||||
|
'WebSiteUrl' => 'Website URL', // Added - 2018-08-30
|
||||||
'Week' => 'Săpt.',
|
'Week' => 'Săpt.',
|
||||||
'White' => 'Alb',
|
'White' => 'Alb',
|
||||||
'WhiteBalance' => 'Balans alb',
|
'WhiteBalance' => 'Balans alb',
|
||||||
|
|
|
@ -76,8 +76,11 @@ $SLANG = array(
|
||||||
'32BitColour' => '32 битный цвет', // Added - 2011-06-15
|
'32BitColour' => '32 битный цвет', // Added - 2011-06-15
|
||||||
'8BitGrey' => '256 оттенков серого',
|
'8BitGrey' => '256 оттенков серого',
|
||||||
'Action' => 'Действие',
|
'Action' => 'Действие',
|
||||||
|
'Actual' => 'Actual', // Added - 2018-08-30
|
||||||
'AddNewControl' => 'Добавить новый',
|
'AddNewControl' => 'Добавить новый',
|
||||||
'AddNewMonitor' => 'Добавить монитор',
|
'AddNewMonitor' => 'Добавить монитор',
|
||||||
|
'AddNewServer' => 'Add New Server', // Added - 2018-08-30
|
||||||
|
'AddNewStorage' => 'Add New Storage', // Added - 2018-08-30
|
||||||
'AddNewUser' => 'Добавить пользователя',
|
'AddNewUser' => 'Добавить пользователя',
|
||||||
'AddNewZone' => 'Добавить зону',
|
'AddNewZone' => 'Добавить зону',
|
||||||
'Alarm' => 'Тревога',
|
'Alarm' => 'Тревога',
|
||||||
|
@ -89,7 +92,6 @@ $SLANG = array(
|
||||||
'AlarmPx' => 'Пкс трев.',
|
'AlarmPx' => 'Пкс трев.',
|
||||||
'AlarmRGBUnset' => 'You must set an alarm RGB colour',
|
'AlarmRGBUnset' => 'You must set an alarm RGB colour',
|
||||||
'AlarmRefImageBlendPct'=> 'Смешение опорного кадра тревоги, %', // Added - 2015-04-18
|
'AlarmRefImageBlendPct'=> 'Смешение опорного кадра тревоги, %', // Added - 2015-04-18
|
||||||
'AlmRefImageBlendPct' => 'Смешение опорного кадра тревоги, %',
|
|
||||||
'Alert' => 'Настороже',
|
'Alert' => 'Настороже',
|
||||||
'All' => 'Все',
|
'All' => 'Все',
|
||||||
'AnalysisFPS' => 'Частота анализа (к/с)', // Added - 2015-07-22
|
'AnalysisFPS' => 'Частота анализа (к/с)', // Added - 2015-07-22
|
||||||
|
@ -106,24 +108,32 @@ $SLANG = array(
|
||||||
'AttrArchiveStatus' => 'Статус архивации',
|
'AttrArchiveStatus' => 'Статус архивации',
|
||||||
'AttrAvgScore' => 'Сред. оценка',
|
'AttrAvgScore' => 'Сред. оценка',
|
||||||
'AttrCause' => 'Причина',
|
'AttrCause' => 'Причина',
|
||||||
'AttrDate' => 'Дата',
|
|
||||||
'AttrDateTime' => 'Дата/Время',
|
|
||||||
'AttrDiskBlocks' => 'Диск, блоки',
|
'AttrDiskBlocks' => 'Диск, блоки',
|
||||||
'AttrDiskPercent' => 'Диск, проценты',
|
'AttrDiskPercent' => 'Диск, проценты',
|
||||||
|
'AttrDiskSpace' => 'Disk Space', // Added - 2018-08-30
|
||||||
'AttrDuration' => 'Длительность',
|
'AttrDuration' => 'Длительность',
|
||||||
|
'AttrEndDate' => 'End Date', // Added - 2018-08-30
|
||||||
|
'AttrEndDateTime' => 'End Date/Time', // Added - 2018-08-30
|
||||||
|
'AttrEndTime' => 'End Time', // Added - 2018-08-30
|
||||||
|
'AttrEndWeekday' => 'End Weekday', // Added - 2018-08-30
|
||||||
|
'AttrFilterServer' => 'Server Filter is Running On', // Added - 2018-08-30
|
||||||
'AttrFrames' => 'Кол-во кадров',
|
'AttrFrames' => 'Кол-во кадров',
|
||||||
'AttrId' => 'ИД',
|
'AttrId' => 'ИД',
|
||||||
'AttrMaxScore' => 'Макс. оценка',
|
'AttrMaxScore' => 'Макс. оценка',
|
||||||
'AttrMonitorId' => 'ИД Монитора',
|
'AttrMonitorId' => 'ИД Монитора',
|
||||||
'AttrMonitorName' => 'Название Монитора',
|
'AttrMonitorName' => 'Название Монитора',
|
||||||
|
'AttrMonitorServer' => 'Server Monitor is Running On', // Added - 2018-08-30
|
||||||
'AttrName' => 'Имя',
|
'AttrName' => 'Имя',
|
||||||
'AttrNotes' => 'Примечание',
|
'AttrNotes' => 'Примечание',
|
||||||
'AttrServerId' => 'ИД сервера',
|
'AttrStartDate' => 'Start Date', // Added - 2018-08-30
|
||||||
'AttrServerName' => 'Имя сервера',
|
'AttrStartDateTime' => 'Start Date/Time', // Added - 2018-08-30
|
||||||
|
'AttrStartTime' => 'Start Time', // Added - 2018-08-30
|
||||||
|
'AttrStartWeekday' => 'Start Weekday', // Added - 2018-08-30
|
||||||
|
'AttrStateId' => 'Run State', // Added - 2018-08-30
|
||||||
|
'AttrStorageArea' => 'Storage Area', // Added - 2018-08-30
|
||||||
|
'AttrStorageServer' => 'Server Hosting Storage', // Added - 2018-08-30
|
||||||
'AttrSystemLoad' => 'Нагрузка проц.',
|
'AttrSystemLoad' => 'Нагрузка проц.',
|
||||||
'AttrTime' => 'Время',
|
|
||||||
'AttrTotalScore' => 'Сумм. оценка',
|
'AttrTotalScore' => 'Сумм. оценка',
|
||||||
'AttrWeekday' => 'День недели',
|
|
||||||
'Auto' => 'Auto',
|
'Auto' => 'Auto',
|
||||||
'AutoStopTimeout' => 'Тайм-аут автоостановки',
|
'AutoStopTimeout' => 'Тайм-аут автоостановки',
|
||||||
'Available' => 'Доступно', // Added - 2009-03-31
|
'Available' => 'Доступно', // Added - 2009-03-31
|
||||||
|
@ -156,9 +166,11 @@ $SLANG = array(
|
||||||
'BadRefBlendPerc' => 'Смешение опорного кадра должно быть положительным и целочисленным',
|
'BadRefBlendPerc' => 'Смешение опорного кадра должно быть положительным и целочисленным',
|
||||||
'BadSectionLength' => 'Длина секции должна быть целочисленной и большей либо равной тридцати',
|
'BadSectionLength' => 'Длина секции должна быть целочисленной и большей либо равной тридцати',
|
||||||
'BadSignalCheckColour' => 'Цвет проверки сигнала должен быть правильной строкой формата RGB',
|
'BadSignalCheckColour' => 'Цвет проверки сигнала должен быть правильной строкой формата RGB',
|
||||||
|
'BadSourceType' => 'Source Type \"Web Site\" requires the Function to be set to \"Monitor\"', // Added - 2018-08-30
|
||||||
'BadStreamReplayBuffer'=> 'Буфер потока повторного воспроизведения должен быть целочисленным и большим либо равным нулю',
|
'BadStreamReplayBuffer'=> 'Буфер потока повторного воспроизведения должен быть целочисленным и большим либо равным нулю',
|
||||||
'BadWarmupCount' => 'Кол-во кадров разогрева должно быть целочисленным и большим либо равным нулю',
|
'BadWarmupCount' => 'Кол-во кадров разогрева должно быть целочисленным и большим либо равным нулю',
|
||||||
'BadWebColour' => 'Цвет отметки должен быть правильным Web-цветом',
|
'BadWebColour' => 'Цвет отметки должен быть правильным Web-цветом',
|
||||||
|
'BadWebSitePath' => 'Please enter a complete website url, including the http:// or https:// prefix.', // Added - 2018-08-30
|
||||||
'BadWidth' => 'Неправильная ширина',
|
'BadWidth' => 'Неправильная ширина',
|
||||||
'Bandwidth' => 'канал',
|
'Bandwidth' => 'канал',
|
||||||
'BandwidthHead' => 'канал', // This is the end of the bandwidth status on the top of the console, different in many language due to phrasing;
|
'BandwidthHead' => 'канал', // This is the end of the bandwidth status on the top of the console, different in many language due to phrasing;
|
||||||
|
@ -222,10 +234,12 @@ $SLANG = array(
|
||||||
'ChooseLogSelection' => 'Choose a log selection', // Added - 2011-06-17
|
'ChooseLogSelection' => 'Choose a log selection', // Added - 2011-06-17
|
||||||
'ChoosePreset' => 'Выберите предустановку',
|
'ChoosePreset' => 'Выберите предустановку',
|
||||||
'Clear' => 'Очистить', // Added - 2011-06-16
|
'Clear' => 'Очистить', // Added - 2011-06-16
|
||||||
|
'CloneMonitor' => 'Clone', // Added - 2018-08-30
|
||||||
'Close' => 'Закрыть',
|
'Close' => 'Закрыть',
|
||||||
'Colour' => 'Цвет',
|
'Colour' => 'Цвет',
|
||||||
'Command' => 'Command',
|
'Command' => 'Command',
|
||||||
'Component' => 'Компонент', // Added - 2011-06-16
|
'Component' => 'Компонент', // Added - 2011-06-16
|
||||||
|
'ConcurrentFilter' => 'Run filter concurrently', // Added - 2018-08-30
|
||||||
'Config' => 'Config',
|
'Config' => 'Config',
|
||||||
'ConfiguredFor' => 'настроен на',
|
'ConfiguredFor' => 'настроен на',
|
||||||
'ConfirmDeleteEvents' => 'Вы действительно хотите удалить выбранные события?',
|
'ConfirmDeleteEvents' => 'Вы действительно хотите удалить выбранные события?',
|
||||||
|
@ -283,9 +297,11 @@ $SLANG = array(
|
||||||
'DonateRemindWeek' => 'Нет, не сейчас, напомнить через неделю',
|
'DonateRemindWeek' => 'Нет, не сейчас, напомнить через неделю',
|
||||||
'DonateYes' => 'Да, я хотел бы сделать пожертвование',
|
'DonateYes' => 'Да, я хотел бы сделать пожертвование',
|
||||||
'Download' => 'Скачать',
|
'Download' => 'Скачать',
|
||||||
|
'DownloadVideo' => 'Download Video', // Added - 2018-08-30
|
||||||
'DuplicateMonitorName' => 'Duplicate Monitor Name', // Added - 2009-03-31
|
'DuplicateMonitorName' => 'Duplicate Monitor Name', // Added - 2009-03-31
|
||||||
'Duration' => 'Длительность',
|
'Duration' => 'Длительность',
|
||||||
'Edit' => 'Редактирование',
|
'Edit' => 'Редактирование',
|
||||||
|
'EditLayout' => 'Edit Layout', // Added - 2018-08-30
|
||||||
'Email' => 'Email',
|
'Email' => 'Email',
|
||||||
'EnableAlarms' => 'Разрешить тревогу',
|
'EnableAlarms' => 'Разрешить тревогу',
|
||||||
'Enabled' => 'Включен',
|
'Enabled' => 'Включен',
|
||||||
|
@ -302,6 +318,7 @@ $SLANG = array(
|
||||||
'Events' => 'События',
|
'Events' => 'События',
|
||||||
'Exclude' => 'Исключить',
|
'Exclude' => 'Исключить',
|
||||||
'Execute' => 'Выполнить',
|
'Execute' => 'Выполнить',
|
||||||
|
'Exif' => 'Embed EXIF data into image', // Added - 2018-08-30
|
||||||
'Export' => 'Экспорт',
|
'Export' => 'Экспорт',
|
||||||
'ExportDetails' => 'Экспортировать описание события',
|
'ExportDetails' => 'Экспортировать описание события',
|
||||||
'ExportFailed' => 'Ошибка экспорта',
|
'ExportFailed' => 'Ошибка экспорта',
|
||||||
|
@ -331,8 +348,10 @@ $SLANG = array(
|
||||||
'FilterExecuteEvents' => 'Выполнить команду над выбранным',
|
'FilterExecuteEvents' => 'Выполнить команду над выбранным',
|
||||||
'FilterLog' => 'Фильтр лога', // Added - 2015-04-18
|
'FilterLog' => 'Фильтр лога', // Added - 2015-04-18
|
||||||
'FilterMessageEvents' => 'Message details of all matches',
|
'FilterMessageEvents' => 'Message details of all matches',
|
||||||
|
'FilterMoveEvents' => 'Move all matches', // Added - 2018-08-30
|
||||||
'FilterPx' => 'Пкс фильтра',
|
'FilterPx' => 'Пкс фильтра',
|
||||||
'FilterUnset' => 'You must specify a filter width and height',
|
'FilterUnset' => 'You must specify a filter width and height',
|
||||||
|
'FilterUpdateDiskSpace'=> 'Update used disk space', // Added - 2018-08-30
|
||||||
'FilterUploadEvents' => 'Upload all matches',
|
'FilterUploadEvents' => 'Upload all matches',
|
||||||
'FilterVideoEvents' => 'Create video for all matches',
|
'FilterVideoEvents' => 'Create video for all matches',
|
||||||
'Filters' => 'Фильтры',
|
'Filters' => 'Фильтры',
|
||||||
|
@ -357,6 +376,7 @@ $SLANG = array(
|
||||||
'Function' => 'Функция',
|
'Function' => 'Функция',
|
||||||
'Gain' => 'Gain',
|
'Gain' => 'Gain',
|
||||||
'General' => 'Основные',
|
'General' => 'Основные',
|
||||||
|
'GenerateDownload' => 'Generate Download', // Added - 2018-08-30
|
||||||
'GenerateVideo' => 'Генерировать видео',
|
'GenerateVideo' => 'Генерировать видео',
|
||||||
'GeneratingVideo' => 'Генерируется видео',
|
'GeneratingVideo' => 'Генерируется видео',
|
||||||
'GoToZoneMinder' => 'Перейти на ZoneMinder.com',
|
'GoToZoneMinder' => 'Перейти на ZoneMinder.com',
|
||||||
|
@ -377,6 +397,7 @@ $SLANG = array(
|
||||||
'High' => 'широкий',
|
'High' => 'широкий',
|
||||||
'HighBW' => 'Широкий канал',
|
'HighBW' => 'Широкий канал',
|
||||||
'Home' => 'Домой',
|
'Home' => 'Домой',
|
||||||
|
'Hostname' => 'Hostname', // Added - 2018-08-30
|
||||||
'Hour' => 'Час',
|
'Hour' => 'Час',
|
||||||
'Hue' => 'Оттенок',
|
'Hue' => 'Оттенок',
|
||||||
'Id' => 'ИД',
|
'Id' => 'ИД',
|
||||||
|
@ -401,6 +422,7 @@ $SLANG = array(
|
||||||
'Line' => 'Строка', // Added - 2011-06-16
|
'Line' => 'Строка', // Added - 2011-06-16
|
||||||
'LinkedMonitors' => 'Привязанные мониторы',
|
'LinkedMonitors' => 'Привязанные мониторы',
|
||||||
'List' => 'Список',
|
'List' => 'Список',
|
||||||
|
'ListMatches' => 'List Matches', // Added - 2018-08-30
|
||||||
'Load' => 'Нагрузка',
|
'Load' => 'Нагрузка',
|
||||||
'Local' => 'Локальный',
|
'Local' => 'Локальный',
|
||||||
'Log' => 'Лог', // Added - 2011-06-16;
|
'Log' => 'Лог', // Added - 2011-06-16;
|
||||||
|
@ -487,6 +509,7 @@ $SLANG = array(
|
||||||
'MonitorProbeIntro' => 'В этом списке показаны найденные аналоговые и сетевые камеры, как уже заведенные, так и доступные для выбора.<br/><br/>Выберите нужную из списка ниже.<br/><br/>Обратите внимание, что не все камеры могут быть найдены, и что выбор камеры может переписать настройки определенные для этого монитора.<br/><br/>', // Added - 2009-03-31
|
'MonitorProbeIntro' => 'В этом списке показаны найденные аналоговые и сетевые камеры, как уже заведенные, так и доступные для выбора.<br/><br/>Выберите нужную из списка ниже.<br/><br/>Обратите внимание, что не все камеры могут быть найдены, и что выбор камеры может переписать настройки определенные для этого монитора.<br/><br/>', // Added - 2009-03-31
|
||||||
'Monitors' => 'Мониторы',
|
'Monitors' => 'Мониторы',
|
||||||
'Montage' => 'Монтаж',
|
'Montage' => 'Монтаж',
|
||||||
|
'MontageReview' => 'Montage Review', // Added - 2018-08-30
|
||||||
'Month' => 'Месяц',
|
'Month' => 'Месяц',
|
||||||
'More' => 'Еще', // Added - 2011-06-16
|
'More' => 'Еще', // Added - 2011-06-16
|
||||||
'MotionFrameSkip' => 'Кол-во пропуск. кадров движения',
|
'MotionFrameSkip' => 'Кол-во пропуск. кадров движения',
|
||||||
|
@ -513,6 +536,7 @@ $SLANG = array(
|
||||||
'Next' => 'След.',
|
'Next' => 'След.',
|
||||||
'No' => 'Нет',
|
'No' => 'Нет',
|
||||||
'NoDetectedCameras' => 'No Detected Cameras', // Added - 2009-03-31
|
'NoDetectedCameras' => 'No Detected Cameras', // Added - 2009-03-31
|
||||||
|
'NoDetectedProfiles' => 'No Detected Profiles', // Added - 2018-08-30
|
||||||
'NoFramesRecorded' => 'Это событие не содержит кадров',
|
'NoFramesRecorded' => 'Это событие не содержит кадров',
|
||||||
'NoGroup' => 'No Group',
|
'NoGroup' => 'No Group',
|
||||||
'NoSavedFilters' => 'нет сохраненных фильтров',
|
'NoSavedFilters' => 'нет сохраненных фильтров',
|
||||||
|
@ -531,6 +555,8 @@ $SLANG = array(
|
||||||
'OpGt' => 'больше',
|
'OpGt' => 'больше',
|
||||||
'OpGtEq' => 'больше либо равно',
|
'OpGtEq' => 'больше либо равно',
|
||||||
'OpIn' => 'в списке',
|
'OpIn' => 'в списке',
|
||||||
|
'OpIs' => 'is', // Added - 2018-08-30
|
||||||
|
'OpIsNot' => 'is not', // Added - 2018-08-30
|
||||||
'OpLt' => 'меньше',
|
'OpLt' => 'меньше',
|
||||||
'OpLtEq' => 'меньше или равно',
|
'OpLtEq' => 'меньше или равно',
|
||||||
'OpMatches' => 'совпадает',
|
'OpMatches' => 'совпадает',
|
||||||
|
@ -540,6 +566,7 @@ $SLANG = array(
|
||||||
'Open' => 'Открыть',
|
'Open' => 'Открыть',
|
||||||
'OptionHelp' => 'Справка',
|
'OptionHelp' => 'Справка',
|
||||||
'OptionRestartWarning' => 'Эти изменения подействуют только после перезапуска программы.',
|
'OptionRestartWarning' => 'Эти изменения подействуют только после перезапуска программы.',
|
||||||
|
'OptionalEncoderParam' => 'Optional Encoder Parameters', // Added - 2018-08-30
|
||||||
'Options' => 'Опции',
|
'Options' => 'Опции',
|
||||||
'OrEnterNewName' => 'или введите новое имя',
|
'OrEnterNewName' => 'или введите новое имя',
|
||||||
'Order' => 'Сортировка',
|
'Order' => 'Сортировка',
|
||||||
|
@ -556,7 +583,6 @@ $SLANG = array(
|
||||||
'PasswordsDifferent' => 'Пароли не совпадают',
|
'PasswordsDifferent' => 'Пароли не совпадают',
|
||||||
'Paths' => 'Пути',
|
'Paths' => 'Пути',
|
||||||
'Pause' => 'Пауза',
|
'Pause' => 'Пауза',
|
||||||
'Paused' => 'Пауза',
|
|
||||||
'Phone' => 'Phone',
|
'Phone' => 'Phone',
|
||||||
'PhoneBW' => 'Телефонная линия',
|
'PhoneBW' => 'Телефонная линия',
|
||||||
'Pid' => 'PID', // Added - 2011-06-16
|
'Pid' => 'PID', // Added - 2011-06-16
|
||||||
|
@ -578,9 +604,13 @@ $SLANG = array(
|
||||||
'ProfileProbeIntro' => 'В этом списке показаны существующие профили потока выбранной камеры.<br/><br/>Выберите нужный из списка ниже.<br/><br/>Обратите внимание, что ZoneMinder не может добавить дополнительный профиль, и что выбор профиля может переписать настройки определенные для этого монитора.<br/><br/>', // Added - 2015-04-18
|
'ProfileProbeIntro' => 'В этом списке показаны существующие профили потока выбранной камеры.<br/><br/>Выберите нужный из списка ниже.<br/><br/>Обратите внимание, что ZoneMinder не может добавить дополнительный профиль, и что выбор профиля может переписать настройки определенные для этого монитора.<br/><br/>', // Added - 2015-04-18
|
||||||
'Progress' => 'Прогресс', // Added - 2015-04-18
|
'Progress' => 'Прогресс', // Added - 2015-04-18
|
||||||
'Protocol' => 'Протокол',
|
'Protocol' => 'Протокол',
|
||||||
|
'RTSPDescribe' => 'Use RTSP Response Media URL', // Added - 2018-08-30
|
||||||
|
'RTSPTransport' => 'RTSP Transport Protocol', // Added - 2018-08-30
|
||||||
'Rate' => 'Скорость',
|
'Rate' => 'Скорость',
|
||||||
'Real' => 'Реальная',
|
'Real' => 'Реальная',
|
||||||
|
'RecaptchaWarning' => 'Your reCaptcha secret key is invalid. Please correct it, or reCaptcha will not work', // Added - 2018-08-30
|
||||||
'Record' => 'Record',
|
'Record' => 'Record',
|
||||||
|
'RecordAudio' => 'Whether to store the audio stream when saving an event.', // Added - 2018-08-30
|
||||||
'RefImageBlendPct' => 'Смешение опорного кадра, %',
|
'RefImageBlendPct' => 'Смешение опорного кадра, %',
|
||||||
'Refresh' => 'Обновить',
|
'Refresh' => 'Обновить',
|
||||||
'Remote' => 'Удаленный',
|
'Remote' => 'Удаленный',
|
||||||
|
@ -596,6 +626,7 @@ $SLANG = array(
|
||||||
'ReplayAll' => 'Все события',
|
'ReplayAll' => 'Все события',
|
||||||
'ReplayGapless' => 'События подряд',
|
'ReplayGapless' => 'События подряд',
|
||||||
'ReplaySingle' => 'Одно событие',
|
'ReplaySingle' => 'Одно событие',
|
||||||
|
'ReportEventAudit' => 'Audit Events Report', // Added - 2018-08-30
|
||||||
'Reset' => 'Сбросить',
|
'Reset' => 'Сбросить',
|
||||||
'ResetEventCounts' => 'Обнулить счетчик событий',
|
'ResetEventCounts' => 'Обнулить счетчик событий',
|
||||||
'Restart' => 'Перезапустить',
|
'Restart' => 'Перезапустить',
|
||||||
|
@ -614,6 +645,7 @@ $SLANG = array(
|
||||||
'Save' => 'Сохранить',
|
'Save' => 'Сохранить',
|
||||||
'SaveAs' => 'Сохранить как',
|
'SaveAs' => 'Сохранить как',
|
||||||
'SaveFilter' => 'Сохранить фильтр',
|
'SaveFilter' => 'Сохранить фильтр',
|
||||||
|
'SaveJPEGs' => 'Save JPEGs', // Added - 2018-08-30
|
||||||
'Scale' => 'Масштаб',
|
'Scale' => 'Масштаб',
|
||||||
'Score' => 'Оценка',
|
'Score' => 'Оценка',
|
||||||
'Secs' => 'Сек.',
|
'Secs' => 'Сек.',
|
||||||
|
@ -623,7 +655,6 @@ $SLANG = array(
|
||||||
'SelectLog' => 'Выберите лог', // Added - 2011-06-17
|
'SelectLog' => 'Выберите лог', // Added - 2011-06-17
|
||||||
'SelectMonitors' => 'Select Monitors',
|
'SelectMonitors' => 'Select Monitors',
|
||||||
'SelfIntersecting' => 'Polygon edges must not intersect',
|
'SelfIntersecting' => 'Polygon edges must not intersect',
|
||||||
'Server' => 'Сервер',
|
|
||||||
'Set' => 'Set',
|
'Set' => 'Set',
|
||||||
'SetNewBandwidth' => 'Установка новой ширина канала',
|
'SetNewBandwidth' => 'Установка новой ширина канала',
|
||||||
'SetPreset' => 'Set Preset',
|
'SetPreset' => 'Set Preset',
|
||||||
|
@ -631,6 +662,7 @@ $SLANG = array(
|
||||||
'ShowFilterWindow' => 'Показать окно фильтра',
|
'ShowFilterWindow' => 'Показать окно фильтра',
|
||||||
'ShowTimeline' => 'Показать график',
|
'ShowTimeline' => 'Показать график',
|
||||||
'SignalCheckColour' => 'Цвет проверки сигнала',
|
'SignalCheckColour' => 'Цвет проверки сигнала',
|
||||||
|
'SignalCheckPoints' => 'Signal Check Points', // Added - 2018-08-30
|
||||||
'Size' => 'Size',
|
'Size' => 'Size',
|
||||||
'SkinDescription' => 'Change the default skin for this computer', // Added - 2011-01-30
|
'SkinDescription' => 'Change the default skin for this computer', // Added - 2011-01-30
|
||||||
'Sleep' => 'Sleep',
|
'Sleep' => 'Sleep',
|
||||||
|
@ -650,6 +682,10 @@ $SLANG = array(
|
||||||
'State' => 'Состояние',
|
'State' => 'Состояние',
|
||||||
'Stats' => 'Статистика',
|
'Stats' => 'Статистика',
|
||||||
'Status' => 'Статус',
|
'Status' => 'Статус',
|
||||||
|
'StatusConnected' => 'Capturing', // Added - 2018-08-30
|
||||||
|
'StatusNotRunning' => 'Not Running', // Added - 2018-08-30
|
||||||
|
'StatusRunning' => 'Not Capturing', // Added - 2018-08-30
|
||||||
|
'StatusUnknown' => 'Unknown', // Added - 2018-08-30
|
||||||
'Step' => 'Шаг',
|
'Step' => 'Шаг',
|
||||||
'StepBack' => 'Кадр назад',
|
'StepBack' => 'Кадр назад',
|
||||||
'StepForward' => 'Кадр вперед',
|
'StepForward' => 'Кадр вперед',
|
||||||
|
@ -660,6 +696,8 @@ $SLANG = array(
|
||||||
'Stills' => 'Стоп-кадры',
|
'Stills' => 'Стоп-кадры',
|
||||||
'Stop' => 'Остановить',
|
'Stop' => 'Остановить',
|
||||||
'Stopped' => 'Остановлен',
|
'Stopped' => 'Остановлен',
|
||||||
|
'StorageArea' => 'Storage Area', // Added - 2018-08-30
|
||||||
|
'StorageScheme' => 'Scheme', // Added - 2018-08-30
|
||||||
'Stream' => 'Поток',
|
'Stream' => 'Поток',
|
||||||
'StreamReplayBuffer' => 'Буфер потока повторного воспр.',
|
'StreamReplayBuffer' => 'Буфер потока повторного воспр.',
|
||||||
'Submit' => 'Применить',
|
'Submit' => 'Применить',
|
||||||
|
@ -679,9 +717,9 @@ $SLANG = array(
|
||||||
'TimelineTip4' => 'Используйте кнопки снизу для отдаления и перемещения по временной шкале.', // Added 2013.08.15.
|
'TimelineTip4' => 'Используйте кнопки снизу для отдаления и перемещения по временной шкале.', // Added 2013.08.15.
|
||||||
'Timestamp' => 'Метка времени',
|
'Timestamp' => 'Метка времени',
|
||||||
'TimestampLabelFormat' => 'Формат метки',
|
'TimestampLabelFormat' => 'Формат метки',
|
||||||
|
'TimestampLabelSize' => 'Размер метки',
|
||||||
'TimestampLabelX' => 'X-координата метки',
|
'TimestampLabelX' => 'X-координата метки',
|
||||||
'TimestampLabelY' => 'Y-координата метки',
|
'TimestampLabelY' => 'Y-координата метки',
|
||||||
'TimestampLabelSize' => 'Размер метки',
|
|
||||||
'Today' => 'Сегодня',
|
'Today' => 'Сегодня',
|
||||||
'Tools' => 'Инструменты',
|
'Tools' => 'Инструменты',
|
||||||
'Total' => 'Всего', // Added - 2011-06-16
|
'Total' => 'Всего', // Added - 2011-06-16
|
||||||
|
@ -726,6 +764,7 @@ $SLANG = array(
|
||||||
'VideoGenParms' => 'Параметры генерации видео',
|
'VideoGenParms' => 'Параметры генерации видео',
|
||||||
'VideoGenSucceeded' => 'Video Generation Succeeded!',
|
'VideoGenSucceeded' => 'Video Generation Succeeded!',
|
||||||
'VideoSize' => 'Размер изображения',
|
'VideoSize' => 'Размер изображения',
|
||||||
|
'VideoWriter' => 'Video Writer', // Added - 2018-08-30
|
||||||
'View' => 'Просмотр',
|
'View' => 'Просмотр',
|
||||||
'ViewAll' => 'Просм. все',
|
'ViewAll' => 'Просм. все',
|
||||||
'ViewEvent' => 'View Event',
|
'ViewEvent' => 'View Event',
|
||||||
|
@ -735,6 +774,7 @@ $SLANG = array(
|
||||||
'Watch' => 'Watch',
|
'Watch' => 'Watch',
|
||||||
'Web' => 'Интерфейс',
|
'Web' => 'Интерфейс',
|
||||||
'WebColour' => 'Цвет отметки',
|
'WebColour' => 'Цвет отметки',
|
||||||
|
'WebSiteUrl' => 'Website URL', // Added - 2018-08-30
|
||||||
'Week' => 'Неделя',
|
'Week' => 'Неделя',
|
||||||
'White' => 'Бал. белого',
|
'White' => 'Бал. белого',
|
||||||
'WhiteBalance' => 'White Balance',
|
'WhiteBalance' => 'White Balance',
|
||||||
|
|
|
@ -79,6 +79,8 @@ $SLANG = array(
|
||||||
'Actual' => 'Verklig',
|
'Actual' => 'Verklig',
|
||||||
'AddNewControl' => 'Ny kontroll',
|
'AddNewControl' => 'Ny kontroll',
|
||||||
'AddNewMonitor' => 'Ny bevakare',
|
'AddNewMonitor' => 'Ny bevakare',
|
||||||
|
'AddNewServer' => 'Add New Server', // Added - 2018-08-30
|
||||||
|
'AddNewStorage' => 'Add New Storage', // Added - 2018-08-30
|
||||||
'AddNewUser' => 'Ny användare',
|
'AddNewUser' => 'Ny användare',
|
||||||
'AddNewZone' => 'Ny zon',
|
'AddNewZone' => 'Ny zon',
|
||||||
'Alarm' => 'Larm',
|
'Alarm' => 'Larm',
|
||||||
|
@ -106,22 +108,32 @@ $SLANG = array(
|
||||||
'AttrArchiveStatus' => 'Arkivstatus',
|
'AttrArchiveStatus' => 'Arkivstatus',
|
||||||
'AttrAvgScore' => 'Ung. värde',
|
'AttrAvgScore' => 'Ung. värde',
|
||||||
'AttrCause' => 'Orsak',
|
'AttrCause' => 'Orsak',
|
||||||
'AttrDate' => 'Datum',
|
|
||||||
'AttrDateTime' => 'Datum/Tid',
|
|
||||||
'AttrDiskBlocks' => 'Diskblock',
|
'AttrDiskBlocks' => 'Diskblock',
|
||||||
'AttrDiskPercent' => 'Diskprocent',
|
'AttrDiskPercent' => 'Diskprocent',
|
||||||
|
'AttrDiskSpace' => 'Disk Space', // Added - 2018-08-30
|
||||||
'AttrDuration' => 'Längd',
|
'AttrDuration' => 'Längd',
|
||||||
|
'AttrEndDate' => 'End Date', // Added - 2018-08-30
|
||||||
|
'AttrEndDateTime' => 'End Date/Time', // Added - 2018-08-30
|
||||||
|
'AttrEndTime' => 'End Time', // Added - 2018-08-30
|
||||||
|
'AttrEndWeekday' => 'End Weekday', // Added - 2018-08-30
|
||||||
|
'AttrFilterServer' => 'Server Filter is Running On', // Added - 2018-08-30
|
||||||
'AttrFrames' => 'Ramar',
|
'AttrFrames' => 'Ramar',
|
||||||
'AttrId' => 'Id',
|
'AttrId' => 'Id',
|
||||||
'AttrMaxScore' => 'Max. värde',
|
'AttrMaxScore' => 'Max. värde',
|
||||||
'AttrMonitorId' => 'Bevakningsid',
|
'AttrMonitorId' => 'Bevakningsid',
|
||||||
'AttrMonitorName' => 'Bevakningsnamn',
|
'AttrMonitorName' => 'Bevakningsnamn',
|
||||||
|
'AttrMonitorServer' => 'Server Monitor is Running On', // Added - 2018-08-30
|
||||||
'AttrName' => 'Namn',
|
'AttrName' => 'Namn',
|
||||||
'AttrNotes' => 'Notering',
|
'AttrNotes' => 'Notering',
|
||||||
|
'AttrStartDate' => 'Start Date', // Added - 2018-08-30
|
||||||
|
'AttrStartDateTime' => 'Start Date/Time', // Added - 2018-08-30
|
||||||
|
'AttrStartTime' => 'Start Time', // Added - 2018-08-30
|
||||||
|
'AttrStartWeekday' => 'Start Weekday', // Added - 2018-08-30
|
||||||
|
'AttrStateId' => 'Run State', // Added - 2018-08-30
|
||||||
|
'AttrStorageArea' => 'Storage Area', // Added - 2018-08-30
|
||||||
|
'AttrStorageServer' => 'Server Hosting Storage', // Added - 2018-08-30
|
||||||
'AttrSystemLoad' => 'Systemlast',
|
'AttrSystemLoad' => 'Systemlast',
|
||||||
'AttrTime' => 'Tid',
|
|
||||||
'AttrTotalScore' => 'Totalvärde',
|
'AttrTotalScore' => 'Totalvärde',
|
||||||
'AttrWeekday' => 'Veckodag',
|
|
||||||
'Auto' => 'Automatik',
|
'Auto' => 'Automatik',
|
||||||
'AutoStopTimeout' => 'Tidsutlösning för automatstop',
|
'AutoStopTimeout' => 'Tidsutlösning för automatstop',
|
||||||
'Available' => 'Available', // Added - 2009-03-31
|
'Available' => 'Available', // Added - 2009-03-31
|
||||||
|
@ -154,9 +166,11 @@ $SLANG = array(
|
||||||
'BadRefBlendPerc' => 'Mixprocenten för referensen måste hara ett positivt heltal',
|
'BadRefBlendPerc' => 'Mixprocenten för referensen måste hara ett positivt heltal',
|
||||||
'BadSectionLength' => 'Sektionslängden måste vara ett heltal på minst 30 eller högre',
|
'BadSectionLength' => 'Sektionslängden måste vara ett heltal på minst 30 eller högre',
|
||||||
'BadSignalCheckColour' => 'Kontrollfärgen på signalen måste vara en giltig RGB färgsträng',
|
'BadSignalCheckColour' => 'Kontrollfärgen på signalen måste vara en giltig RGB färgsträng',
|
||||||
|
'BadSourceType' => 'Source Type \"Web Site\" requires the Function to be set to \"Monitor\"', // Added - 2018-08-30
|
||||||
'BadStreamReplayBuffer'=> 'Buffern för strömmande uppspelning måste vara ett heltal på 0 eller högre',
|
'BadStreamReplayBuffer'=> 'Buffern för strömmande uppspelning måste vara ett heltal på 0 eller högre',
|
||||||
'BadWarmupCount' => 'Uppvärmingsramen måste vara ett heltal på 0 eller högre',
|
'BadWarmupCount' => 'Uppvärmingsramen måste vara ett heltal på 0 eller högre',
|
||||||
'BadWebColour' => 'Webbfärgen måste vara en giltig sträng för webbfärg',
|
'BadWebColour' => 'Webbfärgen måste vara en giltig sträng för webbfärg',
|
||||||
|
'BadWebSitePath' => 'Please enter a complete website url, including the http:// or https:// prefix.', // Added - 2018-08-30
|
||||||
'BadWidth' => 'Bredden måste sättas til ett giltigt värde',
|
'BadWidth' => 'Bredden måste sättas til ett giltigt värde',
|
||||||
'Bandwidth' => 'Bandbredd',
|
'Bandwidth' => 'Bandbredd',
|
||||||
'BandwidthHead' => 'Bandwidth', // This is the end of the bandwidth status on the top of the console, different in many language due to phrasing
|
'BandwidthHead' => 'Bandwidth', // This is the end of the bandwidth status on the top of the console, different in many language due to phrasing
|
||||||
|
@ -220,10 +234,12 @@ $SLANG = array(
|
||||||
'ChooseLogSelection' => 'Choose a log selection', // Added - 2011-06-17
|
'ChooseLogSelection' => 'Choose a log selection', // Added - 2011-06-17
|
||||||
'ChoosePreset' => 'Välj standard',
|
'ChoosePreset' => 'Välj standard',
|
||||||
'Clear' => 'Clear', // Added - 2011-06-16
|
'Clear' => 'Clear', // Added - 2011-06-16
|
||||||
|
'CloneMonitor' => 'Clone', // Added - 2018-08-30
|
||||||
'Close' => 'Stäng',
|
'Close' => 'Stäng',
|
||||||
'Colour' => 'Färg',
|
'Colour' => 'Färg',
|
||||||
'Command' => 'Kommando',
|
'Command' => 'Kommando',
|
||||||
'Component' => 'Component', // Added - 2011-06-16
|
'Component' => 'Component', // Added - 2011-06-16
|
||||||
|
'ConcurrentFilter' => 'Run filter concurrently', // Added - 2018-08-30
|
||||||
'Config' => 'Konfigurera',
|
'Config' => 'Konfigurera',
|
||||||
'ConfiguredFor' => 'Konfigurerad för',
|
'ConfiguredFor' => 'Konfigurerad för',
|
||||||
'ConfirmDeleteEvents' => 'Är du säker på att du vill ta bort dom valda händelserna?',
|
'ConfirmDeleteEvents' => 'Är du säker på att du vill ta bort dom valda händelserna?',
|
||||||
|
@ -281,9 +297,11 @@ $SLANG = array(
|
||||||
'DonateRemindWeek' => 'Inte än, påminn om 1 vecka',
|
'DonateRemindWeek' => 'Inte än, påminn om 1 vecka',
|
||||||
'DonateYes' => 'Ja, jag vill gärna donera nu',
|
'DonateYes' => 'Ja, jag vill gärna donera nu',
|
||||||
'Download' => 'Ladda ner',
|
'Download' => 'Ladda ner',
|
||||||
|
'DownloadVideo' => 'Download Video', // Added - 2018-08-30
|
||||||
'DuplicateMonitorName' => 'Duplicate Monitor Name', // Added - 2009-03-31
|
'DuplicateMonitorName' => 'Duplicate Monitor Name', // Added - 2009-03-31
|
||||||
'Duration' => 'Längd',
|
'Duration' => 'Längd',
|
||||||
'Edit' => 'Redigera',
|
'Edit' => 'Redigera',
|
||||||
|
'EditLayout' => 'Edit Layout', // Added - 2018-08-30
|
||||||
'Email' => 'E-post',
|
'Email' => 'E-post',
|
||||||
'EnableAlarms' => 'Aktivera larm',
|
'EnableAlarms' => 'Aktivera larm',
|
||||||
'Enabled' => 'Aktiverad',
|
'Enabled' => 'Aktiverad',
|
||||||
|
@ -300,6 +318,7 @@ $SLANG = array(
|
||||||
'Events' => 'Händelser',
|
'Events' => 'Händelser',
|
||||||
'Exclude' => 'Exkludera',
|
'Exclude' => 'Exkludera',
|
||||||
'Execute' => 'Utför',
|
'Execute' => 'Utför',
|
||||||
|
'Exif' => 'Embed EXIF data into image', // Added - 2018-08-30
|
||||||
'Export' => 'Exportera',
|
'Export' => 'Exportera',
|
||||||
'ExportDetails' => 'Exportera händelsedetaljer',
|
'ExportDetails' => 'Exportera händelsedetaljer',
|
||||||
'ExportFailed' => 'Exporten misslyckades',
|
'ExportFailed' => 'Exporten misslyckades',
|
||||||
|
@ -329,8 +348,10 @@ $SLANG = array(
|
||||||
'FilterExecuteEvents' => 'Utför kommando på alla träffar',
|
'FilterExecuteEvents' => 'Utför kommando på alla träffar',
|
||||||
'FilterLog' => 'Filter log', // Added - 2015-04-18
|
'FilterLog' => 'Filter log', // Added - 2015-04-18
|
||||||
'FilterMessageEvents' => 'Meddela detaljer om alla träffar',
|
'FilterMessageEvents' => 'Meddela detaljer om alla träffar',
|
||||||
|
'FilterMoveEvents' => 'Move all matches', // Added - 2018-08-30
|
||||||
'FilterPx' => 'Filter Px',
|
'FilterPx' => 'Filter Px',
|
||||||
'FilterUnset' => 'Du måste specificera filtrets bredd och höjd',
|
'FilterUnset' => 'Du måste specificera filtrets bredd och höjd',
|
||||||
|
'FilterUpdateDiskSpace'=> 'Update used disk space', // Added - 2018-08-30
|
||||||
'FilterUploadEvents' => 'Ladda upp alla träffar',
|
'FilterUploadEvents' => 'Ladda upp alla träffar',
|
||||||
'FilterVideoEvents' => 'Skapa video för alla träffar',
|
'FilterVideoEvents' => 'Skapa video för alla träffar',
|
||||||
'Filters' => 'Filter',
|
'Filters' => 'Filter',
|
||||||
|
@ -355,6 +376,7 @@ $SLANG = array(
|
||||||
'Function' => 'Funktion',
|
'Function' => 'Funktion',
|
||||||
'Gain' => 'Nivå',
|
'Gain' => 'Nivå',
|
||||||
'General' => 'Generell',
|
'General' => 'Generell',
|
||||||
|
'GenerateDownload' => 'Generate Download', // Added - 2018-08-30
|
||||||
'GenerateVideo' => 'Skapa video',
|
'GenerateVideo' => 'Skapa video',
|
||||||
'GeneratingVideo' => 'Skapar video',
|
'GeneratingVideo' => 'Skapar video',
|
||||||
'GoToZoneMinder' => 'Gå till ZoneMinder.com',
|
'GoToZoneMinder' => 'Gå till ZoneMinder.com',
|
||||||
|
@ -375,6 +397,7 @@ $SLANG = array(
|
||||||
'High' => 'Hög',
|
'High' => 'Hög',
|
||||||
'HighBW' => 'Hög bandbredd',
|
'HighBW' => 'Hög bandbredd',
|
||||||
'Home' => 'Hem',
|
'Home' => 'Hem',
|
||||||
|
'Hostname' => 'Hostname', // Added - 2018-08-30
|
||||||
'Hour' => 'Timme',
|
'Hour' => 'Timme',
|
||||||
'Hue' => 'Hue',
|
'Hue' => 'Hue',
|
||||||
'Id' => 'nr',
|
'Id' => 'nr',
|
||||||
|
@ -399,6 +422,7 @@ $SLANG = array(
|
||||||
'Line' => 'Line', // Added - 2011-06-16
|
'Line' => 'Line', // Added - 2011-06-16
|
||||||
'LinkedMonitors' => 'Länkade övervakare',
|
'LinkedMonitors' => 'Länkade övervakare',
|
||||||
'List' => 'Lista',
|
'List' => 'Lista',
|
||||||
|
'ListMatches' => 'List Matches', // Added - 2018-08-30
|
||||||
'Load' => 'Belastning',
|
'Load' => 'Belastning',
|
||||||
'Local' => 'Lokal',
|
'Local' => 'Lokal',
|
||||||
'Log' => 'Log', // Added - 2011-06-16
|
'Log' => 'Log', // Added - 2011-06-16
|
||||||
|
@ -485,6 +509,7 @@ $SLANG = array(
|
||||||
'MonitorProbeIntro' => 'The list below shows detected analog and network cameras and whether they are already being used or available for selection.<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that not all cameras may be detected and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>', // Added - 2009-03-31
|
'MonitorProbeIntro' => 'The list below shows detected analog and network cameras and whether they are already being used or available for selection.<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that not all cameras may be detected and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>', // Added - 2009-03-31
|
||||||
'Monitors' => 'Bevakare',
|
'Monitors' => 'Bevakare',
|
||||||
'Montage' => 'Montera',
|
'Montage' => 'Montera',
|
||||||
|
'MontageReview' => 'Montage Review', // Added - 2018-08-30
|
||||||
'Month' => 'Månad',
|
'Month' => 'Månad',
|
||||||
'More' => 'More', // Added - 2011-06-16
|
'More' => 'More', // Added - 2011-06-16
|
||||||
'MotionFrameSkip' => 'Motion Frame Skip',
|
'MotionFrameSkip' => 'Motion Frame Skip',
|
||||||
|
@ -511,6 +536,7 @@ $SLANG = array(
|
||||||
'Next' => 'Nästa',
|
'Next' => 'Nästa',
|
||||||
'No' => 'Nej',
|
'No' => 'Nej',
|
||||||
'NoDetectedCameras' => 'No Detected Cameras', // Added - 2009-03-31
|
'NoDetectedCameras' => 'No Detected Cameras', // Added - 2009-03-31
|
||||||
|
'NoDetectedProfiles' => 'No Detected Profiles', // Added - 2018-08-30
|
||||||
'NoFramesRecorded' => 'Det finns inga ramar inspelade för denna händelse',
|
'NoFramesRecorded' => 'Det finns inga ramar inspelade för denna händelse',
|
||||||
'NoGroup' => 'Ingen grupp',
|
'NoGroup' => 'Ingen grupp',
|
||||||
'NoSavedFilters' => 'Inga sparade filter',
|
'NoSavedFilters' => 'Inga sparade filter',
|
||||||
|
@ -529,6 +555,8 @@ $SLANG = array(
|
||||||
'OpGt' => 'större än',
|
'OpGt' => 'större än',
|
||||||
'OpGtEq' => 'större än eller lika med',
|
'OpGtEq' => 'större än eller lika med',
|
||||||
'OpIn' => 'in set',
|
'OpIn' => 'in set',
|
||||||
|
'OpIs' => 'is', // Added - 2018-08-30
|
||||||
|
'OpIsNot' => 'is not', // Added - 2018-08-30
|
||||||
'OpLt' => 'mindre än',
|
'OpLt' => 'mindre än',
|
||||||
'OpLtEq' => 'mindre än eller lika med',
|
'OpLtEq' => 'mindre än eller lika med',
|
||||||
'OpMatches' => 'matchar',
|
'OpMatches' => 'matchar',
|
||||||
|
@ -538,6 +566,7 @@ $SLANG = array(
|
||||||
'Open' => 'Öppna',
|
'Open' => 'Öppna',
|
||||||
'OptionHelp' => 'Optionhjälp',
|
'OptionHelp' => 'Optionhjälp',
|
||||||
'OptionRestartWarning' => 'Dessa ändringar kommer inte att vara implementerade\nnär systemet körs. När du är klar starta om\n ZoneMinder.',
|
'OptionRestartWarning' => 'Dessa ändringar kommer inte att vara implementerade\nnär systemet körs. När du är klar starta om\n ZoneMinder.',
|
||||||
|
'OptionalEncoderParam' => 'Optional Encoder Parameters', // Added - 2018-08-30
|
||||||
'Options' => 'Alternativ',
|
'Options' => 'Alternativ',
|
||||||
'OrEnterNewName' => 'eller skriv in nytt namn',
|
'OrEnterNewName' => 'eller skriv in nytt namn',
|
||||||
'Order' => 'Sortera',
|
'Order' => 'Sortera',
|
||||||
|
@ -575,9 +604,13 @@ $SLANG = array(
|
||||||
'ProfileProbeIntro' => 'The list below shows the existing stream profiles of the selected camera .<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that ZoneMinder cannot configure additional profiles and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>', // Added - 2015-04-18
|
'ProfileProbeIntro' => 'The list below shows the existing stream profiles of the selected camera .<br/><br/>Select the desired entry from the list below.<br/><br/>Please note that ZoneMinder cannot configure additional profiles and that choosing a camera here may overwrite any values you already have configured for the current monitor.<br/><br/>', // Added - 2015-04-18
|
||||||
'Progress' => 'Progress', // Added - 2015-04-18
|
'Progress' => 'Progress', // Added - 2015-04-18
|
||||||
'Protocol' => 'Protokol',
|
'Protocol' => 'Protokol',
|
||||||
|
'RTSPDescribe' => 'Use RTSP Response Media URL', // Added - 2018-08-30
|
||||||
|
'RTSPTransport' => 'RTSP Transport Protocol', // Added - 2018-08-30
|
||||||
'Rate' => 'Hastighet',
|
'Rate' => 'Hastighet',
|
||||||
'Real' => 'Verklig',
|
'Real' => 'Verklig',
|
||||||
|
'RecaptchaWarning' => 'Your reCaptcha secret key is invalid. Please correct it, or reCaptcha will not work', // Added - 2018-08-30
|
||||||
'Record' => 'Spela in',
|
'Record' => 'Spela in',
|
||||||
|
'RecordAudio' => 'Whether to store the audio stream when saving an event.', // Added - 2018-08-30
|
||||||
'RefImageBlendPct' => 'Reference Image Blend %ge',
|
'RefImageBlendPct' => 'Reference Image Blend %ge',
|
||||||
'Refresh' => 'Uppdatera',
|
'Refresh' => 'Uppdatera',
|
||||||
'Remote' => 'Fjärr',
|
'Remote' => 'Fjärr',
|
||||||
|
@ -593,6 +626,7 @@ $SLANG = array(
|
||||||
'ReplayAll' => 'Alla händelser',
|
'ReplayAll' => 'Alla händelser',
|
||||||
'ReplayGapless' => 'Gapless Events',
|
'ReplayGapless' => 'Gapless Events',
|
||||||
'ReplaySingle' => 'Ensam händelse',
|
'ReplaySingle' => 'Ensam händelse',
|
||||||
|
'ReportEventAudit' => 'Audit Events Report', // Added - 2018-08-30
|
||||||
'Reset' => 'Återställ',
|
'Reset' => 'Återställ',
|
||||||
'ResetEventCounts' => 'Återställ händelseräknare',
|
'ResetEventCounts' => 'Återställ händelseräknare',
|
||||||
'Restart' => 'Återstart',
|
'Restart' => 'Återstart',
|
||||||
|
@ -611,6 +645,7 @@ $SLANG = array(
|
||||||
'Save' => 'Spara',
|
'Save' => 'Spara',
|
||||||
'SaveAs' => 'Spara som',
|
'SaveAs' => 'Spara som',
|
||||||
'SaveFilter' => 'Spara filter',
|
'SaveFilter' => 'Spara filter',
|
||||||
|
'SaveJPEGs' => 'Save JPEGs', // Added - 2018-08-30
|
||||||
'Scale' => 'Skala',
|
'Scale' => 'Skala',
|
||||||
'Score' => 'Resultat',
|
'Score' => 'Resultat',
|
||||||
'Secs' => 'Sek',
|
'Secs' => 'Sek',
|
||||||
|
@ -627,6 +662,7 @@ $SLANG = array(
|
||||||
'ShowFilterWindow' => 'Visa fönsterfilter',
|
'ShowFilterWindow' => 'Visa fönsterfilter',
|
||||||
'ShowTimeline' => 'Visa tidslinje',
|
'ShowTimeline' => 'Visa tidslinje',
|
||||||
'SignalCheckColour' => 'Signal Check Colour',
|
'SignalCheckColour' => 'Signal Check Colour',
|
||||||
|
'SignalCheckPoints' => 'Signal Check Points', // Added - 2018-08-30
|
||||||
'Size' => 'Storlek',
|
'Size' => 'Storlek',
|
||||||
'SkinDescription' => 'Change the default skin for this computer', // Added - 2011-01-30
|
'SkinDescription' => 'Change the default skin for this computer', // Added - 2011-01-30
|
||||||
'Sleep' => 'Vila',
|
'Sleep' => 'Vila',
|
||||||
|
@ -646,6 +682,10 @@ $SLANG = array(
|
||||||
'State' => 'Läge',
|
'State' => 'Läge',
|
||||||
'Stats' => 'Statistik',
|
'Stats' => 'Statistik',
|
||||||
'Status' => 'Status',
|
'Status' => 'Status',
|
||||||
|
'StatusConnected' => 'Capturing', // Added - 2018-08-30
|
||||||
|
'StatusNotRunning' => 'Not Running', // Added - 2018-08-30
|
||||||
|
'StatusRunning' => 'Not Capturing', // Added - 2018-08-30
|
||||||
|
'StatusUnknown' => 'Unknown', // Added - 2018-08-30
|
||||||
'Step' => 'Steg',
|
'Step' => 'Steg',
|
||||||
'StepBack' => 'Stepga bakåt',
|
'StepBack' => 'Stepga bakåt',
|
||||||
'StepForward' => 'Stega framåt',
|
'StepForward' => 'Stega framåt',
|
||||||
|
@ -656,6 +696,8 @@ $SLANG = array(
|
||||||
'Stills' => 'Stillbilder',
|
'Stills' => 'Stillbilder',
|
||||||
'Stop' => 'Stopp',
|
'Stop' => 'Stopp',
|
||||||
'Stopped' => 'Stoppad',
|
'Stopped' => 'Stoppad',
|
||||||
|
'StorageArea' => 'Storage Area', // Added - 2018-08-30
|
||||||
|
'StorageScheme' => 'Scheme', // Added - 2018-08-30
|
||||||
'Stream' => 'Strömmande',
|
'Stream' => 'Strömmande',
|
||||||
'StreamReplayBuffer' => 'Buffert för strömmande uppspelning',
|
'StreamReplayBuffer' => 'Buffert för strömmande uppspelning',
|
||||||
'Submit' => 'Skicka',
|
'Submit' => 'Skicka',
|
||||||
|
@ -675,6 +717,7 @@ $SLANG = array(
|
||||||
'TimelineTip4' => 'Use the controls below to zoom out or navigate back and forward through the time range.', // Added 2013.08.15.
|
'TimelineTip4' => 'Use the controls below to zoom out or navigate back and forward through the time range.', // Added 2013.08.15.
|
||||||
'Timestamp' => 'Tidsstämpel',
|
'Timestamp' => 'Tidsstämpel',
|
||||||
'TimestampLabelFormat' => 'Format på tidsstämpel',
|
'TimestampLabelFormat' => 'Format på tidsstämpel',
|
||||||
|
'TimestampLabelSize' => 'Font Size', // Added - 2018-08-30
|
||||||
'TimestampLabelX' => 'Värde på tidsstämpel X',
|
'TimestampLabelX' => 'Värde på tidsstämpel X',
|
||||||
'TimestampLabelY' => 'Värde på tidsstämpel Y',
|
'TimestampLabelY' => 'Värde på tidsstämpel Y',
|
||||||
'Today' => 'Idag',
|
'Today' => 'Idag',
|
||||||
|
@ -721,6 +764,7 @@ $SLANG = array(
|
||||||
'VideoGenParms' => 'Inställningar för videogenerering',
|
'VideoGenParms' => 'Inställningar för videogenerering',
|
||||||
'VideoGenSucceeded' => 'Videogenereringen lyckades!',
|
'VideoGenSucceeded' => 'Videogenereringen lyckades!',
|
||||||
'VideoSize' => 'Videostorlek',
|
'VideoSize' => 'Videostorlek',
|
||||||
|
'VideoWriter' => 'Video Writer', // Added - 2018-08-30
|
||||||
'View' => 'Visa',
|
'View' => 'Visa',
|
||||||
'ViewAll' => 'Visa alla',
|
'ViewAll' => 'Visa alla',
|
||||||
'ViewEvent' => 'Visa händelse',
|
'ViewEvent' => 'Visa händelse',
|
||||||
|
@ -730,6 +774,7 @@ $SLANG = array(
|
||||||
'Watch' => 'Se',
|
'Watch' => 'Se',
|
||||||
'Web' => 'Webb',
|
'Web' => 'Webb',
|
||||||
'WebColour' => 'Webbfärg',
|
'WebColour' => 'Webbfärg',
|
||||||
|
'WebSiteUrl' => 'Website URL', // Added - 2018-08-30
|
||||||
'Week' => 'Vecka',
|
'Week' => 'Vecka',
|
||||||
'White' => 'Vit',
|
'White' => 'Vit',
|
||||||
'WhiteBalance' => 'Vitbalans',
|
'WhiteBalance' => 'Vitbalans',
|
||||||
|
|
|
@ -119,6 +119,15 @@ echo output_link_if_exists( array(
|
||||||
<script src="skins/<?php echo $skin; ?>/js/chosen/chosen.jquery.min.js"></script>
|
<script src="skins/<?php echo $skin; ?>/js/chosen/chosen.jquery.min.js"></script>
|
||||||
<script src="skins/<?php echo $skin; ?>/js/dateTimePicker/jquery-ui-timepicker-addon.js"></script>
|
<script src="skins/<?php echo $skin; ?>/js/dateTimePicker/jquery-ui-timepicker-addon.js"></script>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
jQuery(document).ready(function(){
|
||||||
|
jQuery("#flip").click(function(){
|
||||||
|
jQuery("#panel").slideToggle("slow");
|
||||||
|
jQuery("#flip").toggleClass('glyphicon-menu-down').toggleClass('glyphicon-menu-up');
|
||||||
|
});
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
//<![CDATA[
|
//<![CDATA[
|
||||||
<!--
|
<!--
|
||||||
|
@ -288,6 +297,7 @@ if (isset($_REQUEST['filter']['Query']['terms']['attr'])) {
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<li><a href="?view=report_event_audit"<?php echo $view=='report_event_audit'?' class="selected"':''?>><?php echo translate('ReportEventAudit') ?></a></li>
|
<li><a href="?view=report_event_audit"<?php echo $view=='report_event_audit'?' class="selected"':''?>><?php echo translate('ReportEventAudit') ?></a></li>
|
||||||
|
<li><a href="#"><span id="flip" class="glyphicon glyphicon-menu-up pull-right"></span></a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<?php } // end if canView('Monitors') ?>
|
<?php } // end if canView('Monitors') ?>
|
||||||
|
|
||||||
|
@ -305,6 +315,7 @@ if (isset($_REQUEST['filter']['Query']['terms']['attr'])) {
|
||||||
</div>
|
</div>
|
||||||
</div><!-- End .navbar-collapse -->
|
</div><!-- End .navbar-collapse -->
|
||||||
</div> <!-- End .container-fluid -->
|
</div> <!-- End .container-fluid -->
|
||||||
|
<div id="panel">
|
||||||
<?php
|
<?php
|
||||||
}//end reload null. Runs on full page load
|
}//end reload null. Runs on full page load
|
||||||
|
|
||||||
|
@ -364,6 +375,7 @@ if ($reload == 'reload') ob_start();
|
||||||
if ($reload == 'reload') return( ob_get_clean() );
|
if ($reload == 'reload') return( ob_get_clean() );
|
||||||
} // end if (!ZM_OPT_USE_AUTH) or $user )
|
} // end if (!ZM_OPT_USE_AUTH) or $user )
|
||||||
?>
|
?>
|
||||||
|
</div>
|
||||||
</div><!-- End .navbar .navbar-default -->
|
</div><!-- End .navbar .navbar-default -->
|
||||||
<?php
|
<?php
|
||||||
return( ob_get_clean() );
|
return( ob_get_clean() );
|
||||||
|
|
|
@ -1001,9 +1001,6 @@ function initPage() {
|
||||||
nearEventsQuery(eventData.Id);
|
nearEventsQuery(eventData.Id);
|
||||||
initialAlarmCues(eventData.Id); //call ajax+renderAlarmCues
|
initialAlarmCues(eventData.Id); //call ajax+renderAlarmCues
|
||||||
if (scale == "auto") changeScale();
|
if (scale == "auto") changeScale();
|
||||||
if (window.history.length == 1) {
|
|
||||||
$j('#closeWindow').html('');
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Kick everything off
|
// Kick everything off
|
||||||
|
|
|
@ -395,6 +395,14 @@ function reloadWebSite(ndx) {
|
||||||
|
|
||||||
var monitors = new Array();
|
var monitors = new Array();
|
||||||
function initPage() {
|
function initPage() {
|
||||||
|
|
||||||
|
jQuery(document).ready(function(){
|
||||||
|
jQuery("#hdrbutton").click(function(){
|
||||||
|
jQuery("#flipMontageHeader").slideToggle("slow");
|
||||||
|
jQuery("#hdrbutton").toggleClass('glyphicon-menu-down').toggleClass('glyphicon-menu-up');
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
for ( var i = 0; i < monitorData.length; i++ ) {
|
for ( var i = 0; i < monitorData.length; i++ ) {
|
||||||
monitors[i] = new Monitor(monitorData[i]);
|
monitors[i] = new Monitor(monitorData[i]);
|
||||||
var delay = Math.round( (Math.random()+0.5)*statusRefreshTimeout );
|
var delay = Math.round( (Math.random()+0.5)*statusRefreshTimeout );
|
||||||
|
|
|
@ -869,6 +869,14 @@ function changeDateTime(e) {
|
||||||
// >>>>>>>>> Initialization that runs on window load by being at the bottom
|
// >>>>>>>>> Initialization that runs on window load by being at the bottom
|
||||||
|
|
||||||
function initPage() {
|
function initPage() {
|
||||||
|
|
||||||
|
jQuery(document).ready(function(){
|
||||||
|
jQuery("#hdrbutton").click(function(){
|
||||||
|
jQuery("#flipMontageHeader").slideToggle("slow");
|
||||||
|
jQuery("#hdrbutton").toggleClass('glyphicon-menu-down').toggleClass('glyphicon-menu-up');
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
for ( var i = 0, len = monitorPtr.length; i < len; i += 1 ) {
|
for ( var i = 0, len = monitorPtr.length; i < len; i += 1 ) {
|
||||||
var monId = monitorPtr[i];
|
var monId = monitorPtr[i];
|
||||||
if ( ! monId ) continue;
|
if ( ! monId ) continue;
|
||||||
|
|
|
@ -119,11 +119,11 @@ echo " };\n";
|
||||||
} // end if initialmodeislive
|
} // end if initialmodeislive
|
||||||
|
|
||||||
echo "var Storage = [];\n";
|
echo "var Storage = [];\n";
|
||||||
foreach ( Storage::find_all() as $Storage ) {
|
foreach ( Storage::find() as $Storage ) {
|
||||||
echo 'Storage[' . $Storage->Id() . '] = ' . json_encode($Storage). ";\n";
|
echo 'Storage[' . $Storage->Id() . '] = ' . json_encode($Storage). ";\n";
|
||||||
}
|
}
|
||||||
echo "\nvar Servers = [];\n";
|
echo "\nvar Servers = [];\n";
|
||||||
foreach ( Server::find_all() as $Server ) {
|
foreach ( Server::find() as $Server ) {
|
||||||
echo 'Servers[' . $Server->Id() . '] = ' . json_encode($Server). ";\n";
|
echo 'Servers[' . $Server->Id() . '] = ' . json_encode($Server). ";\n";
|
||||||
}
|
}
|
||||||
echo '
|
echo '
|
||||||
|
|
|
@ -493,11 +493,11 @@ function getEventCmdResponse( respObj, respText ) {
|
||||||
|
|
||||||
var cells = row.getElements( 'td' );
|
var cells = row.getElements( 'td' );
|
||||||
|
|
||||||
var link = new Element( 'a', { 'href': '#', 'events': { 'click': createEventPopup.pass( [ event.Id, '&trms=1&attr1=MonitorId&op1=%3d&val1='+monitorId+'&page=1&popup=1', event.Width, event.Height ] ) } });
|
var link = new Element( 'a', { 'href': '#', 'events': { 'click': createEventPopup.pass( [ event.Id, '&terms=1&attr1=MonitorId&op1=%3d&val1='+monitorId+'&page=1&popup=1', event.Width, event.Height ] ) } });
|
||||||
link.set( 'text', event.Id );
|
link.set( 'text', event.Id );
|
||||||
link.inject( row.getElement( 'td.colId' ) );
|
link.inject( row.getElement( 'td.colId' ) );
|
||||||
|
|
||||||
link = new Element( 'a', { 'href': '#', 'events': { 'click': createEventPopup.pass( [ event.Id, '&trms=1&attr1=MonitorId&op1=%3d&val1='+monitorId+'&page=1&popup=1', event.Width, event.Height ] ) } });
|
link = new Element( 'a', { 'href': '#', 'events': { 'click': createEventPopup.pass( [ event.Id, '&terms=1&attr1=MonitorId&op1=%3d&val1='+monitorId+'&page=1&popup=1', event.Width, event.Height ] ) } });
|
||||||
link.set( 'text', event.Name );
|
link.set( 'text', event.Name );
|
||||||
link.inject( row.getElement( 'td.colName' ) );
|
link.inject( row.getElement( 'td.colName' ) );
|
||||||
|
|
||||||
|
|
|
@ -134,7 +134,9 @@ xhtmlHeaders(__FILE__, translate('Montage'));
|
||||||
<body>
|
<body>
|
||||||
<div id="page">
|
<div id="page">
|
||||||
<?php echo getNavBarHTML() ?>
|
<?php echo getNavBarHTML() ?>
|
||||||
<div id="header">
|
<div id="header">  
|
||||||
|
<a href="#"><span id="hdrbutton" class="glyphicon glyphicon-menu-up pull-right"></span></a>
|
||||||
|
<div id="flipMontageHeader">
|
||||||
<div id="headerButtons">
|
<div id="headerButtons">
|
||||||
<?php
|
<?php
|
||||||
if ( $showControl ) {
|
if ( $showControl ) {
|
||||||
|
@ -188,6 +190,7 @@ if ( $showZones ) {
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<div id="monitors">
|
<div id="monitors">
|
||||||
<?php
|
<?php
|
||||||
|
|
|
@ -225,7 +225,9 @@ xhtmlHeaders(__FILE__, translate('MontageReview') );
|
||||||
<?php echo getNavBarHTML() ?>
|
<?php echo getNavBarHTML() ?>
|
||||||
<form id="montagereview_form" action="<?php echo $_SERVER['PHP_SELF'] ?>" method="get">
|
<form id="montagereview_form" action="<?php echo $_SERVER['PHP_SELF'] ?>" method="get">
|
||||||
<input type="hidden" name="view" value="montagereview"/>
|
<input type="hidden" name="view" value="montagereview"/>
|
||||||
<div id="header">
|
<div id="header">  
|
||||||
|
<a href="#"><span id="hdrbutton" class="glyphicon glyphicon-menu-up pull-right"></span></a>
|
||||||
|
<div id="flipMontageHeader">
|
||||||
<?php echo $filter_bar ?>
|
<?php echo $filter_bar ?>
|
||||||
<div id="DateTimeDiv">
|
<div id="DateTimeDiv">
|
||||||
<input type="text" name="minTime" id="minTime" value="<?php echo preg_replace('/T/', ' ', $minTime ) ?>"/> to
|
<input type="text" name="minTime" id="minTime" value="<?php echo preg_replace('/T/', ' ', $minTime ) ?>"/> to
|
||||||
|
@ -269,6 +271,7 @@ if ( (!$liveMode) and (count($displayMonitors) != 0) ) {
|
||||||
</div>
|
</div>
|
||||||
<input type="hidden" name="fit" value="<?php echo $fitMode ?>"/>
|
<input type="hidden" name="fit" value="<?php echo $fitMode ?>"/>
|
||||||
<input type="hidden" name="live" value="<?php echo $liveMode ?>"/>
|
<input type="hidden" name="live" value="<?php echo $liveMode ?>"/>
|
||||||
|
</div>
|
||||||
</form>
|
</form>
|
||||||
<div id="monitors">
|
<div id="monitors">
|
||||||
<?php
|
<?php
|
||||||
|
|
Loading…
Reference in New Issue