~ubuntu-branches/ubuntu/vivid/zoneminder/vivid-proposed

« back to all changes in this revision

Viewing changes to web/lang/dk_dk.php

  • Committer: Bazaar Package Importer
  • Author(s): Peter Howard
  • Date: 2009-11-14 15:02:10 UTC
  • mfrom: (4.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20091114150210-d8721h9wm90cbaog
Tags: 1.24.2-2
* Remove custom perl parth from zmpkg.pl, fix location of manpages.
(closes: #551746, #553092)
* Fix GCC4.4 bug
(closes: #531717)
* Fix potential bug in postinst script

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
2
2
//
3
 
// ZoneMinder web Danish language file, $Date: 2009-02-08 17:39:12 +0000 (Sun, 08 Feb 2009) $, $Revision: 2746 $
 
3
// ZoneMinder web Danish language file, $Date: 2009-05-24 11:00:20 +0100 (Sun, 24 May 2009) $, $Revision: 2889 $
4
4
// Copyright (C) 2001-2008 Philip Coombes
5
5
//
6
6
// This program is free software; you can redistribute it and/or
120
120
    'AttrWeekday'          => 'Uge Dag',
121
121
    'Auto'                 => 'Auto',
122
122
    'AutoStopTimeout'      => 'Auto Stop Timeout',
 
123
    'Available'            => 'Available',              // Added - 2009-03-31
123
124
    'AvgBrScore'           => 'Avg.<br/>Skore',
124
125
    'Background'           => 'Background',
125
126
    'BackgroundFilter'     => 'Run filter in background',
137
138
    'BadLabelY'            => 'Label Y co-ordinate must be set to an integer of zero or more',
138
139
    'BadMaxFPS'            => 'Maximum FPS must be a positive integer or floating point value',
139
140
    'BadNameChars'         => 'Navne m� kun indeholde alphanumeric karaktere plus hyphen og underscore',
 
141
    'BadPalette'           => 'Palette must be set to a valid value', // Added - 2009-03-31
140
142
    'BadPath'              => 'Path must be set to a valid value',
141
143
    'BadPort'              => 'Port must be set to a valid number',
142
144
    'BadPostEventCount'    => 'Post event image count must be an integer of zero or more',
200
202
    'CaptureWidth'         => 'Capture Width',
201
203
    'Cause'                => '�rsag',
202
204
    'CheckMethod'          => 'Alarm Check Methode',
 
205
    'ChooseDetectedCamera' => 'Choose Detected Camera', // Added - 2009-03-31
203
206
    'ChooseFilter'         => 'V�lg Filter',
204
207
    'ChoosePreset'         => 'Choose Preset',
205
208
    'Close'                => 'Luk',
234
237
    'DeleteAndPrev'        => 'Slet &amp; Forrige',
235
238
    'DeleteSavedFilter'    => 'Slet Gemte filter',
236
239
    'Description'          => 'Beskrivelse',
 
240
    'DetectedCameras'      => 'Detected Cameras',       // Added - 2009-03-31
237
241
    'Device'               => 'Device',                 // Added - 2009-02-08
238
242
    'DeviceChannel'        => 'Enheds Kanal',
239
243
    'DeviceFormat'         => 'Enheds Format',
253
257
    'DonateRemindWeek'     => 'Not yet, remind again in 1 week',
254
258
    'DonateYes'            => 'Yes, I\'d like to donate now',
255
259
    'Download'             => 'Download',
 
260
    'DuplicateMonitorName' => 'Duplicate Monitor Name', // Added - 2009-03-31
256
261
    'Duration'             => 'Forl�b',
257
262
    'Edit'                 => 'Rediger',
258
263
    'Email'                => 'Email',
435
440
    'MonitorIds'           => 'Monitor&nbsp;Ids',
436
441
    'MonitorPreset'        => 'Monitor Preset',
437
442
    'MonitorPresetIntro'   => 'Select an appropriate preset from the list below.<br><br>Please note that this may overwrite any values you already have configured for this monitor.<br><br>',
 
443
    'MonitorProbe'         => 'Monitor Probe',          // Added - 2009-03-31
 
444
    '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
438
445
    'Monitors'             => 'Monitore',
439
446
    'Montage'              => 'Montage',
440
447
    'Month'                => 'M�ned',
455
462
    'NewUser'              => 'Ny User',
456
463
    'Next'                 => 'N�ste',
457
464
    'No'                   => 'Nej',
 
465
    'NoDetectedCameras'    => 'No Detected Cameras',    // Added - 2009-03-31
458
466
    'NoFramesRecorded'     => 'Der er ingen billeder optaget for denne event',
459
467
    'NoGroup'              => 'No Group',
460
468
    'NoSavedFilters'       => 'NoSavedFilters',
509
517
    'Preset'               => 'Preset',
510
518
    'Presets'              => 'Presets',
511
519
    'Prev'                 => 'Prev',
 
520
    'Probe'                => 'Probe',                  // Added - 2009-03-31
512
521
    'Protocol'             => 'Protocol',
513
522
    'Rate'                 => 'Rate',
514
523
    'Real'                 => 'Real',
808
817
);
809
818
 
810
819
?>
811