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

« back to all changes in this revision

Viewing changes to web/lang/pl_pl.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 Polish language file, $Date: 2009-02-08 17:39:12 +0000 (Sun, 08 Feb 2009) $, $Revision: 2746 $
 
3
// ZoneMinder web Polish language file, $Date: 2009-05-13 11:58:00 +0100 (Wed, 13 May 2009) $, $Revision: 2872 $
4
4
// Copyright (C) 2001-2008 Philip Coombes
5
5
//
6
6
// This program is free software; you can redistribute it and/or
119
119
    'AttrWeekday'          => 'Dzie� roboczy',
120
120
    'Auto'                 => 'Auto',
121
121
    'AutoStopTimeout'      => 'Auto Stop Timeout',
 
122
    'Available'            => 'Available',              // Added - 2009-03-31
122
123
    'AvgBrScore'           => '�red.<br/>wynik',
123
124
    'Background'           => 'Background',
124
125
    'BackgroundFilter'     => 'Run filter in background',
136
137
    'BadLabelY'            => 'Label Y co-ordinate must be set to an integer of zero or more',
137
138
    'BadMaxFPS'            => 'Maximum FPS must be a positive integer or floating point value',
138
139
    'BadNameChars'         => 'Nazwy mog� zawiera� tylko litery, cyfry oraz my�lnik i podkre�lenie',
 
140
    'BadPalette'           => 'Palette must be set to a valid value', // Added - 2009-03-31
139
141
    'BadPath'              => 'Path must be set to a valid value',
140
142
    'BadPort'              => 'Port must be set to a valid number',
141
143
    'BadPostEventCount'    => 'Post event image count must be an integer of zero or more',
199
201
    'CaptureWidth'         => 'Szeroko�� obrazu',
200
202
    'Cause'                => 'Cause',
201
203
    'CheckMethod'          => 'Metoda sprawdzenia alarmu',
 
204
    'ChooseDetectedCamera' => 'Choose Detected Camera', // Added - 2009-03-31
202
205
    'ChooseFilter'         => 'Wybierz filtr',
203
206
    'ChoosePreset'         => 'Choose Preset',
204
207
    'Close'                => 'Zamknij',
233
236
    'DeleteAndPrev'        => 'Usu� &amp; poprzedni',
234
237
    'DeleteSavedFilter'    => 'Usu� zapisany filtr',
235
238
    'Description'          => 'Opis',
 
239
    'DetectedCameras'      => 'Detected Cameras',       // Added - 2009-03-31
236
240
    'Device'               => 'Device',                 // Added - 2009-02-08
237
241
    'DeviceChannel'        => 'Numer wej�cia w urz�dzeniu',
238
242
    'DeviceFormat'         => 'System TV',
252
256
    'DonateRemindWeek'     => 'Not yet, remind again in 1 week',
253
257
    'DonateYes'            => 'Yes, I\'d like to donate now',
254
258
    'Download'             => 'Download',
 
259
    'DuplicateMonitorName' => 'Duplicate Monitor Name', // Added - 2009-03-31
255
260
    'Duration'             => 'Czas trwania',
256
261
    'Edit'                 => 'Edycja',
257
262
    'Email'                => 'Email',
434
439
    'MonitorIds'           => 'Numery&nbsp;monitor�w',
435
440
    'MonitorPreset'        => 'Monitor Preset',
436
441
    '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>',
 
442
    'MonitorProbe'         => 'Monitor Probe',          // Added - 2009-03-31
 
443
    '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
437
444
    'Monitors'             => 'Monitory',
438
445
    'Montage'              => 'Monta�',
439
446
    'Month'                => 'Miesi�c',
454
461
    'NewUser'              => 'nowy',
455
462
    'Next'                 => 'Nast�pny',
456
463
    'No'                   => 'Nie',
 
464
    'NoDetectedCameras'    => 'No Detected Cameras',    // Added - 2009-03-31
457
465
    'NoFramesRecorded'     => 'Brak zapisanych ramek dla tego zdarzenia',
458
466
    'NoGroup'              => 'No Group',
459
467
    'NoSavedFilters'       => 'BrakZapisanychFiltr�w',
508
516
    'Preset'               => 'Preset',
509
517
    'Presets'              => 'Presets',
510
518
    'Prev'                 => 'Poprzedni',
 
519
    'Probe'                => 'Probe',                  // Added - 2009-03-31
511
520
    'Protocol'             => 'Protocol',
512
521
    'Rate'                 => 'Tempo',
513
522
    'Real'                 => 'Rzeczywiste',
786
795
);
787
796
 
788
797
?>
789