~ubuntu-branches/ubuntu/precise/mythtv/precise

« back to all changes in this revision

Viewing changes to mythplugins/mythzoneminder/i18n/mythzoneminder_en_us.ts

  • Committer: Package Import Robot
  • Author(s): Mario Limonciello
  • Date: 2012-03-05 21:49:35 UTC
  • mfrom: (1.1.78)
  • Revision ID: package-import@ubuntu.com-20120305214935-vxn0sv24s35dl1sw
Tags: 2:0.25.0~master.20120305.6519666-0ubuntu1
* Drop mythtv-themes metapackage and childish theme.  Should be installed
  exclusively through theme chooser now.
* Update Mythbuntu theme git links to still create that theme package.
* Update configure without install patch.
* Tweak default max_connections for mysql to be 100 per requests from
  mythtv mailing lists.
* Update to a checkout post mythtv 0.25 beta release.
* New upstream checkout (6519666)
* >>Upstream changes since last upload (532cee8):
* [6519666] Use deleteLater() when deleting server sockets in
  ServerPool.
* [b08b41b] Silence unused variable warning
* [5112e25] Silence unused variable warning
* [40c69e1] AvFormatDecoder: add FORCE_DTS_TIMESTAMPS environment
  variable
* [dbb5ffb] Merge branches 'master' and 'master' of
  github.com:MythTV/mythtv
* [57687c8] Subtitles: Initialize the SRT error count to avoid bogus
  diagnostics.
* [6c3a799] Increase kMaxUIWaitTime to 10 seconds. The theory is that
  this timeout was to prevent a very delayed response to an
  availability check causing playlists to resume playing long after
  the user had moved on. The present timeout was very short though and
  didn't account for delays caused by disks needing to be spun up or
  just the latency of checking multiple storage groups for a file.
  Almost certainly fixes #8316
* [dd9a92a] Subtitles: Fix a null pointer dereference when splitting
  long lines.
* [5f98ce1] Fixes #10367. Adds new Motorolla DCX-3200 vendor and
  device id.
* [7347bf5] Fix for WSDL generation.
* [a454b79] Allow the processing of uncompressed data from Schedules
  Direct.
* [f19c9c2] Minor changes to allow compilation using VS2010
* [0607b58] Fix build after [6a200130eff4]
* [6a20013] Handle more ISO-639 codes
* [d1a6cc8] Fix universal package build with new osx-builder
* [20f2c45] Fix UPnP for Sony BluRay players
* [638192e] mythtranscode: --fifoinfo reports aspect ratio of first
  uncut frame
* [18fdd67] Look in more than one location for libdvdcss on mac.
* [871a1cd] Giving up on Qt, doing it with an external command.
* [4392c16] Delay first call to QTextCodec until after main
  QApplication has been created
* [da7626e] Do not disable mythmusic dependencies when using --
  disable-all
* [ca996e0] Updated Norwegian Bokmal MythFrontend and all plugins
  translation from Rune Evjen.
* [18ab21a] Rearrange code in AddRangeList to defeat compile warnings
* [2422b6f] Miscellaneous string fixes
* [5e898a1] Fix HLS AddVideoLiveStream with files in subdirectories.
* [f834940] MythArchive: Remove the Cancel options from the menus
* [366d96d] Correct issue passing python library name for dependency
  checking.
* [c09418f] MythBrowser: Remove the Cancel options from the menus
* [002d7c5] MythMusic: Remove the Cancel options from the menus
* [bb3d1a8] MythMusic: Add some context menus on the playlist editor
  screen
* [bf4ff78] Per 2075458f5 Remove deprecated attribute from
  dispatchNow(), we know it's deprecated but it's not going away any
  time soon
* [12bbcf0] Fix a warning about an unused variable in httpconfig.cpp
* [43dcfce] Fix a warning about an unused variable in videolist.cpp
* [4edcda6] Move the Recording Profiles editor into mythtv-setup where
  it belongs. This constantly gets overlooked because it's not in the
  right place, especially by users who chose to use a third party
  frontend.
* [d7c8dfb] Better default device (when MediaMonitor disabled) on OS
  X. Refs #10370
* [7b526c4] Rework AudioReencodeBuffer further to fix HLS audio
  buffering
* [a130e74] Bump ABI version.
* [5e976b4] Rename util.h into mythmiscutil.h
* [efe385c] Fix dcraw detection on FreeBSD (old sh, not bash)
* [f5aa5e8] Use QNetworkAddressEntry to get proper broadcast address
  for udplistener
* [b6f9e1d] Revert "Rename util.h into mythutil.h"
* [84275f1] Revert "util.h rename itself didn't get committed"
* [8ef8c0b] Merge branch 'master' of github.com:MythTV/mythtv
* [0fe6e14] Totally rework the AudioReencodeBuffer part in transcode
* [fb8004a] util.h rename itself didn't get committed
* [ef771da] Rename util.h into mythutil.h
* [ba9b5d3] Rewrite configure for mythplugins
* [a5557a3] Fix MythZoneMinder on mac; the proper way..
* [30ed8f0] DeleteMap tracker: Fix an error in 94d27c67f.
* [6ae9f66] Rewrite configure for mythplugins
* [0fc9853] Fix MythZoneMinder on mac; the proper way..
* [79f5133] Updated US English MythFrontend and all plugins
  translation from the US English Language Translation Team.
* [6952dc4] Miscellaneous typo and case fixes.
* [b85f5bb] MythArchive: various minor mythburn.py script improvements
* [7e9cd56] Missed a change from cda7871f - I forgot to make install
  when testing and missed the breakage.
* [9d83307] Remove an errant <value> tag from the mythgallery default
  theme. This was causing some confusion for translators.
* [cda7871] Fix the channel icon not loading in the OSD on remote
  frontends by switching to using the channel icon storage group. This
  bug has been around for years so it's nice to finally have a fix.
* [e0e321f] Additional case and spacing fixes.
* [47c7c48] Add a few missing spaces...
* [736524b] Various case and punctuation fixes.
* [eba28f4] MythMusic: Only abort ripping upon confirmation
* [81acf24] Tweak the space available for the channel number so that
  it remains hidden behind the poster.
* [fbba2ae] Show coverart in the Terra OSD, falling back to channel
  icon if the artwork isn't available and channel number if the
  channel icon isn't available.
* [ff4d601] DVD navigation: Reenable skipping past the last chapter of
  a title, and skipping previous to the first chapter of a title.  The
  limitation may have been left over from an older version of
  libdvdnav.
* [8ea557a] Fix 'depends'. I'm surprised I didn't notice this earlier,
  perhaps because I was using <group> a lot I missed that depends
  behaviour didn't work for immediate children of <window>.
* [eb87f9e] Fix 'depends' for inherited and copied screens.
* [38221b8] Only show poster in the default-wide OSD when we're not
  displaying the channum/icon/callsign. Also center the poster better
  in the available space.
* [69cae58] Merge commit 'e965387441ff189bb2c096f8ed5bdbf2b2a473e6'
* [e965387] Add setup script and readme
* [905e8e5] Split 'mythtv/bindings/python/MythTV/tmdb3/' into commit
  '565041dddf9d4937c31c0d57475c548e56882e89'
* [565041d] Enable search paging for TMDB v3 API.
* [367b05d] Enable search paging for TMDB v3 API.
* [6113151] Add proper language support to TMDB v3 API.
* [6410395] Add proper language support to TMDB v3 API.
* [c65d8eb] Remove TMDB API key from request.py
* [6c4c60a] Remove TMDB API key from request.py
* [b38f901] Fix some null strings in SQL inserts on NOT NULL columns.
* [55fd3bf] MythUI: Make ascent/descent/bearing adjustment a little
  easier to follow, by using moveTop/moveLeft instead of setX/setY
* [d16575c] MythUI: fix a typo in MythUIText::DrawSelf that could
  result in an incorrect canvas size.
* [64383c5] Fix a compiler warning.
* [ecea05d] Added ENO to an error log in avformatdecoder
* [03e2387] Services API: Fix cut and paste error.
* [99abdfe] Update xml schema declaration for 0.25
* [6e2f231] Fix typo
* [05e5cf7] Updated Spanish/Spain MythFrontend, MythArchive,
  MythBrowser, MythGallery, MythGame, MythMusic, MythNetvision,
  MythNews, MythWeather transation from the Spanish Language
  Translation Team
* [2f895cb] Fix mythzoneminder on mac part #3
* [e34c8d7] Fix universal architecture compilation of myth on mac.
* [a513779] Fix MythZoneMinder part #2
* [700a58d] Remove stray include, same as <Qt>
* [d84d5c9] Add basic dead key support to mythuitextedit. Implemented
  from scratch because I couldn't see a way of getting QT to handle
  it. 
* [c3544ed] Fix mac compilation
* [6bfda0c] Fix mythoneminder compilation when using mysql universal
  libraries.
* [21ad34b] Add --firewire-sdk configuration switch to configure
* [3196c2c] Fix FireWire compilation on mac when compiling in 64 bits
  mode.
* [5dccbd5] Fix mac compilation when Qt Frameworks are in use.
* [20d6852] Fix libcec configure to work with v1.5
* [f16048b] Finish the db upgrade to 1299 (perl bindings)
* [d486b8a] Make artwork edit UI elements optional on video metadata
  edit screen.
* [38dfa89] Updated British English MythFrontend, MythArchive,
  MythGame and MythMusic translation from Nick Morrott
* [7e4740e] Refs #8941. Make sure we set the channum when switching to
  a new card with either a specific chanid or inputid.
* [05bc5e1] plugins configure: Remove some debugging left by mistake
* [ff593fa] Clean up the mappings for network control jump points.
* [146ee76] Fixes #8744. Fixes crash in DVB-x channel scanning.
* [6f24f3b] Subtitles: Rename the OSDSubFont setting to
  DefaultSubtitleFont.
* [6202c0d] Revert "Subtitles: Remove the OSDSubFont setting."
* [4a2420e] MythZoneMinder: Add support for the deep filesystem
  hierarchy for events.
* [a6b1e3a] Program editor: don't seek too far when stepping to the
  next keyframe.
* [97da8c8] Fix a doxygen comment
* [144c8bb] MythMusic: Do a full reload of the tracks and playlists
  after doing a scan
* [f78f999] Change delete behaviour so that we always use the deleted
  recording group allowing all recordings to be undeleted. By default
  we will only keep recordings for a minimum of 5 minutes (max ~20m)
  after their deletion, enough time to recover from a mistake but
  still free up space quickly. As before the user can specify to keep
  deleted recordings for a fixed number of days or until the space is
  needed for a new recording instead. Post 0.25 this change will allow
  us to strip out the old deletion code and simplify configuration
  process, the functional change is being made now to fix a couple of
  bugs caused by external processes such as MythPreviewGen blocking
  deletes from the UI. Fixes #9536
* [cfd3fc0] MythMusic: Fix the sending of the MUSIC_SETTINGS_CHANGED
  event
* [5932419] Merge branch 'compartist'
* [5206271] Subtitles: Apply OSDCC708TextZoom to CEA-608 captions as
  well.
* [99512fb] Refs #10386.  Don't sent EXIT_TO_MAIN event to Live TV
  jump point.
* [dfd909f] Fix crash on mac when no audio device exists.
* [bd68156] MythMusic: Fix the BLANKSCR keybinding not working
* [9016890] MythMusic: Check for some additional cdio headers
* [3570a99] MythMusic: Fix a memory leak in the playlist editor
* [7e6f5fa] Fixes #10386. Segfault fix. Check for null.
* [510da69] As noted in SHA1:9551bce2, MainServer doesn't know the
  actual recording status because it defaults to rsRecorded when the
  recordinginfo is initialized from the recorded table.  MainServer
  doesn't account for this and tries to make any needed state change
  which always ends up staying rsRecorded.  MainServer then passes
  this bad status to the scheduler.  If the recording had already
  failed, the rsFailed status gets overwritten.
* [3740d7d] Spelling consistency fixes
* [47d7c77] Fixes #9233. Refs #7408. Re-enables WindowResized().
* [a5447f1] MythMusic: Add a Compilations branch to the playlist
  editor
* [1824969] Fixes #10153. Guess at DVB-S vs DVB-S2 when not explicitly
  set.
* [21784ce] Fixes #10377. Prevent getting "stuck on a mux".
* [593d24b] Refs #10377. Some logging fixes. (VB_PLAYBACK-
  >VB_CHANNEL).
* [14ec737] Change the rsTuning UI state equivalent from 'tuning' to
  'running'. The UI states for the 'status' statetype are limited to 5
  generic values (normal, running, warning, error, disabled) to allow
  some portability to scenarios other than recording. (This was
  supposed to save themers some time and effort although it also binds
  their hands and doesn't allow as much creativity with how various
  recording states are represented. For this reason it may be re-
  visited post-0.25)
* [4d68d5e] Updated Russian MythFrontend, MythArchive, MythBrowser,
  MythGallery, MythGame, MythMusic, MythNews, MythWeather and
  MythZoneminder.
* [34c8767] Subtitles: fix an incorrect CEA-708 font mapping.
* [b967448] Fix the faulty exit code 139 issue in Ubuntu systems
* [723d798] Subtitles: improve vertical alignment for CEA-608
  captions.
* [1af1aec] Fixes display of position in the Program Lister.
  MythUIButtonList is zero indexed, to get a position for display we
  must add one.
* [967208b] Fix the last, hopefully, remaining places where
  livetvorder isn't honored.
* [0a301c0] Fix the scheduler to not write incorrect oldrecorded
  entries.
* [5d5aef3] Subtitles: improve the layout.
* [878d5eb] String consistency updated
* [456bb42] Updated Estonian MythFrontend and all plugins translation
  from Marko Punnar
* [e719d54] Replace tabs with spaces in Terra's schedule filter editor
  window xml
* [a3d9891] Use proper capitalization for some common words and
  prefixes.
* [5b19c4d] Populate the infomap from both RecordingRule and
  RecordingInfo if available. This fixes recording rule specific
  information not being available in the sub screens of the schedule
  editor.
* [f77d001] Fix minor problems editing in-progress recordings.
* [006ded1] Fix recording status strings being set to 'Not scheduled'
  when the reason for that is they were in the past and should have
  been marked as Recorded/Aborted/Failed/Cancelled/etc instead
* [6bedf81] Correct handling of unrelated argument after arg-less
  keyword.
* [7adbd54] Delay String processing until after QApplication has been
  initialized.
* [f613a43] Fix LiveTV switching by videosource to honor livetvorder.
* [9b5b7b5] Exit cutlist edit mode cleanly when executing a jump
  point.
* [c2a0b85] Updated British English translation MythFrontend
  translation from Nick Morrott.
* [307dac8] Make jump points work during playback when the OSD is
  present.
* [d59f4f4] Change dynamic cast to static. This is troubling because
  we rely on dynamic casts in so many places but for at least one
  person this cast was failing and causing popup menus in MythMusic to
  no longer have any effect. Maybe a buggy version of gcc?
* [3de87c3] Subtitles: Fix a logic error.
* [23d5167] Make host checks in Video Library scanner case
  insensitive.
* [5d7c01d] Cutlist editor: Update the edit bar for in-progress
  recordings.
* [1ce3d21] Cutlist editor: Adjust "Cut to End" behavior for an in-
  progress recording.
* [4a8546d] Merge branch 'master' of github.com:MythTV/mythtv
* [1d6485d] MythArchive consistency fixes.
* [89c34ef] Fix seeking backwards into a cut region.
* [6c3b564] Updated British English translation MythFrontend
  translation from Nick Morrott.
* [5501fff] Fix long-standing bug that always cleared
  record.next_record instead of updating it.
* [0c5de8e] Add missing menu closed event when closing the menu via
  the mouse. Fixes the menu dialog not working in some screens after
  being dismissed using a right click.
* [93c228d] Prevent crash when invoking the menu dialog via the right
  mouse button in Watch Recordings. ShowMenu() is a virtual method in
  MythScreenType, it's intended purpose is to load/display the context
  menu but here it is displaying a menu loaded elsewhere with no
  guards against duplicate popups being created. Move the menu display
  code to DisplayPopupMenu(), restore ShowMenu() to behave the same as
  the MENU key binding and re-instate the guards against multiple menu
  dialogs being created. Also fixes #10248 - 'Cannot delete recording
  if file is missing'
* [b755eca] Attempt to prevent a QString segfault if MythMenu changes
  while a dialog is open.
* [f3efafe] Fix segfault in MythUIButtonTree when list is empty and we
  attempt to navigate it. Refs #9101
* [b3e44a2] Rule type was missed from the RecordingRule text map.
  Added so that it appears twice in the map, once under the correct
  title of ruletype but also as rectype to be consistent with the
  ProgramInfo map until after 0.25 when we can rename that instance.
* [2075458] Remove deprecated attribute from dispatchNow(), we know
  it's deprecated but it's not going anywhere soon.
* [82fc1af] Add Collection support to developmental tmdb3 grabber.
* [0f0b0a7] Better backend metaclass, and people search support.
* [c47940a] Clean up and document background machinery
* [850fbc2] Replacement PagedList to temporarily work around bug in
  search API
* [d13addf] Add caching to tmdbv3 requests.
* [fe97f23] In progress TMDB v3 grabber script.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
<context>
5
5
    <name>FunctionDialog</name>
6
6
    <message>
7
 
        <location filename="../mythzoneminder/zmconsole.cpp" line="67"/>
 
7
        <location filename="../mythzoneminder/zmconsole.cpp" line="69"/>
8
8
        <source>OK</source>
9
9
        <translation>OK</translation>
10
10
    </message>
12
12
<context>
13
13
    <name>MythControls</name>
14
14
    <message>
15
 
        <location filename="../mythzoneminder/main.cpp" line="129"/>
 
15
        <location filename="../mythzoneminder/main.cpp" line="130"/>
16
16
        <source>ZoneMinder Console</source>
17
17
        <translation>ZoneMinder Console</translation>
18
18
    </message>
19
19
    <message>
20
 
        <location filename="../mythzoneminder/main.cpp" line="131"/>
 
20
        <location filename="../mythzoneminder/main.cpp" line="132"/>
21
21
        <source>ZoneMinder Live View</source>
22
22
        <translation>ZoneMinder Live View</translation>
23
23
    </message>
24
24
    <message>
25
 
        <location filename="../mythzoneminder/main.cpp" line="133"/>
 
25
        <location filename="../mythzoneminder/main.cpp" line="134"/>
26
26
        <source>ZoneMinder Events</source>
27
27
        <translation>ZoneMinder Events</translation>
28
28
    </message>
31
31
    <name>QObject</name>
32
32
    <message>
33
33
        <location filename="../mythzoneminder/zmsettings.cpp" line="17"/>
34
 
        <source>IP address of the mythzoneminder server</source>
35
 
        <translatorcomment>Properly capitalize MythZoneMinder</translatorcomment>
 
34
        <source>IP address of the MythZoneMinder server</source>
36
35
        <translation>IP address of the MythZoneMinder server</translation>
37
36
    </message>
38
37
    <message>
39
38
        <location filename="../mythzoneminder/zmsettings.cpp" line="19"/>
40
 
        <source>Enter the IP address of the mythzoneminder server that this frontend should connect to.</source>
41
 
        <translatorcomment>Properly capitalize MythZoneMinder</translatorcomment>
 
39
        <source>Enter the IP address of the MythZoneMinder server that this frontend should connect to.</source>
42
40
        <translation>Enter the IP address of the MythZoneMinder server that this frontend should connect to.</translation>
43
41
    </message>
44
42
    <message>
90
88
<context>
91
89
    <name>ThemeUI</name>
92
90
    <message>
93
 
        <location filename="themestrings.h" line="2"/>
 
91
        <location filename="themestrings.h" line="5"/>
94
92
        <source>Edit Monitor Function</source>
95
93
        <translation>Edit Monitor Function</translation>
96
94
    </message>
97
95
    <message>
98
 
        <location filename="themestrings.h" line="3"/>
 
96
        <location filename="themestrings.h" line="6"/>
99
97
        <source>Enabled</source>
100
98
        <translation>Enabled</translation>
101
99
    </message>
102
100
    <message>
103
 
        <location filename="themestrings.h" line="4"/>
104
 
        <source>Zone Minder Console</source>
105
 
        <translatorcomment>Remove the space in ZoneMinder.</translatorcomment>
106
 
        <translation>ZoneMinder Console</translation>
107
 
    </message>
108
 
    <message>
109
 
        <location filename="themestrings.h" line="5"/>
 
101
        <location filename="themestrings.h" line="8"/>
110
102
        <source>Status</source>
111
103
        <translation>Status</translation>
112
104
    </message>
113
105
    <message>
114
 
        <location filename="themestrings.h" line="6"/>
 
106
        <location filename="themestrings.h" line="9"/>
115
107
        <source>Load: 0.12</source>
116
108
        <translation>Load: 0.12</translation>
117
109
    </message>
118
110
    <message>
119
 
        <location filename="themestrings.h" line="7"/>
 
111
        <location filename="themestrings.h" line="10"/>
120
112
        <source>Disk: 100%</source>
121
113
        <translation>Disk: 100%</translation>
122
114
    </message>
123
115
    <message>
124
 
        <location filename="themestrings.h" line="8"/>
 
116
        <location filename="themestrings.h" line="11"/>
125
117
        <source>Camera</source>
126
118
        <translation>Camera</translation>
127
119
    </message>
128
120
    <message>
129
 
        <location filename="themestrings.h" line="9"/>
 
121
        <location filename="themestrings.h" line="12"/>
130
122
        <source>Function</source>
131
123
        <translation>Function</translation>
132
124
    </message>
133
125
    <message>
134
 
        <location filename="themestrings.h" line="10"/>
 
126
        <location filename="themestrings.h" line="13"/>
135
127
        <source>Source</source>
136
128
        <translation>Source</translation>
137
129
    </message>
138
130
    <message>
139
 
        <location filename="themestrings.h" line="11"/>
 
131
        <location filename="themestrings.h" line="14"/>
140
132
        <source>Events</source>
141
133
        <translation>Events</translation>
142
134
    </message>
143
135
    <message>
144
 
        <location filename="themestrings.h" line="12"/>
 
136
        <location filename="themestrings.h" line="26"/>
 
137
        <source>ZoneMinder Event Player</source>
 
138
        <translation>ZoneMinder Event Player</translation>
 
139
    </message>
 
140
    <message>
 
141
        <location filename="themestrings.h" line="36"/>
 
142
        <source>ZoneMinder Live Player</source>
 
143
        <translation>ZoneMinder Live Player</translation>
 
144
    </message>
 
145
    <message>
 
146
        <location filename="themestrings.h" line="41"/>
145
147
        <source>[x]</source>
146
148
        <translation>[x]</translation>
147
149
    </message>
148
150
    <message>
149
 
        <location filename="themestrings.h" line="13"/>
 
151
        <location filename="themestrings.h" line="15"/>
150
152
        <source>[R] = Running [S] = Stopped</source>
151
153
        <translation>[R] = Running [S] = Stopped</translation>
152
154
    </message>
153
155
    <message>
154
 
        <location filename="themestrings.h" line="14"/>
155
 
        <source>Zone Minder Events</source>
156
 
        <translatorcomment>Remove the space in ZoneMinder.</translatorcomment>
 
156
        <location filename="themestrings.h" line="7"/>
 
157
        <source>ZoneMinder Console</source>
 
158
        <translation>ZoneMinder Console</translation>
 
159
    </message>
 
160
    <message>
 
161
        <location filename="themestrings.h" line="16"/>
 
162
        <source>ZoneMinder Events</source>
157
163
        <translation>ZoneMinder Events</translation>
158
164
    </message>
159
165
    <message>
160
 
        <location filename="themestrings.h" line="15"/>
 
166
        <location filename="themestrings.h" line="17"/>
161
167
        <source>Select Camera</source>
162
168
        <translation>Select Camera</translation>
163
169
    </message>
164
170
    <message>
165
 
        <location filename="themestrings.h" line="16"/>
 
171
        <location filename="themestrings.h" line="18"/>
166
172
        <source>Select Date</source>
167
173
        <translation>Select Date</translation>
168
174
    </message>
169
175
    <message>
170
 
        <location filename="themestrings.h" line="17"/>
 
176
        <location filename="themestrings.h" line="19"/>
171
177
        <source>0/0</source>
172
178
        <translation>0/0</translation>
173
179
    </message>
174
180
    <message>
175
 
        <location filename="themestrings.h" line="18"/>
 
181
        <location filename="themestrings.h" line="20"/>
176
182
        <source>Event Name</source>
177
183
        <translation>Event Name</translation>
178
184
    </message>
179
185
    <message>
180
 
        <location filename="themestrings.h" line="19"/>
 
186
        <location filename="themestrings.h" line="21"/>
181
187
        <source>Date/Time</source>
182
188
        <translation>Date/Time</translation>
183
189
    </message>
184
190
    <message>
185
 
        <location filename="themestrings.h" line="20"/>
 
191
        <location filename="themestrings.h" line="22"/>
186
192
        <source>Length</source>
187
193
        <translation>Length</translation>
188
194
    </message>
189
195
    <message>
190
 
        <location filename="themestrings.h" line="21"/>
 
196
        <location filename="themestrings.h" line="23"/>
191
197
        <source>Name</source>
192
198
        <translation>Name</translation>
193
199
    </message>
194
200
    <message>
195
 
        <location filename="themestrings.h" line="22"/>
 
201
        <location filename="themestrings.h" line="24"/>
196
202
        <source>Date</source>
197
203
        <translation>Date</translation>
198
204
    </message>
199
205
    <message>
200
 
        <location filename="themestrings.h" line="23"/>
 
206
        <location filename="themestrings.h" line="25"/>
201
207
        <source>Duration</source>
202
208
        <translation>Duration</translation>
203
209
    </message>
204
210
    <message>
205
 
        <location filename="themestrings.h" line="24"/>
206
 
        <source>Zone Minder Event Player</source>
207
 
        <translatorcomment>Remove the space in ZoneMinder.</translatorcomment>
208
 
        <translation>ZoneMinder Event Player</translation>
209
 
    </message>
210
 
    <message>
211
 
        <location filename="themestrings.h" line="25"/>
 
211
        <location filename="themestrings.h" line="27"/>
212
212
        <source>Event:</source>
213
213
        <translation>Event:</translation>
214
214
    </message>
215
215
    <message>
216
 
        <location filename="themestrings.h" line="26"/>
 
216
        <location filename="themestrings.h" line="28"/>
217
217
        <source>Event Name (1/123)</source>
218
218
        <translation>Event Name (1/123)</translation>
219
219
    </message>
220
220
    <message>
221
 
        <location filename="themestrings.h" line="27"/>
 
221
        <location filename="themestrings.h" line="29"/>
222
222
        <source>Camera:</source>
223
223
        <translation>Camera:</translation>
224
224
    </message>
225
225
    <message>
226
 
        <location filename="themestrings.h" line="28"/>
 
226
        <location filename="themestrings.h" line="30"/>
227
227
        <source>Camera Name</source>
228
228
        <translation>Camera Name</translation>
229
229
    </message>
230
230
    <message>
231
 
        <location filename="themestrings.h" line="29"/>
 
231
        <location filename="themestrings.h" line="31"/>
232
232
        <source>Frame:</source>
233
233
        <translation>Frame:</translation>
234
234
    </message>
235
235
    <message>
236
 
        <location filename="themestrings.h" line="30"/>
 
236
        <location filename="themestrings.h" line="32"/>
237
237
        <source>1/123</source>
238
238
        <translation>1/123</translation>
239
239
    </message>
240
240
    <message>
241
 
        <location filename="themestrings.h" line="31"/>
 
241
        <location filename="themestrings.h" line="33"/>
242
242
        <source>Date:</source>
243
243
        <translation>Date:</translation>
244
244
    </message>
245
245
    <message>
246
 
        <location filename="themestrings.h" line="32"/>
 
246
        <location filename="themestrings.h" line="34"/>
247
247
        <source>Mon 01 Nov 2006 12:34</source>
248
248
        <translation>Mon 01 Nov 2006 12:34</translation>
249
249
    </message>
250
250
    <message>
251
 
        <location filename="themestrings.h" line="33"/>
 
251
        <location filename="themestrings.h" line="35"/>
252
252
        <source>There are no events to show</source>
253
253
        <translation>There are no events to show</translation>
254
254
    </message>
255
255
    <message>
256
 
        <location filename="themestrings.h" line="34"/>
257
 
        <source>Zone Minder Live Player</source>
258
 
        <translatorcomment>Remove the space in ZoneMinder.</translatorcomment>
259
 
        <translation>ZoneMinder Live Player</translation>
260
 
    </message>
261
 
    <message>
262
 
        <location filename="themestrings.h" line="35"/>
 
256
        <location filename="themestrings.h" line="37"/>
263
257
        <source>Monitor 1</source>
264
258
        <translation>Monitor 1</translation>
265
259
    </message>
266
260
    <message>
267
 
        <location filename="themestrings.h" line="36"/>
 
261
        <location filename="themestrings.h" line="38"/>
268
262
        <source>Monitor 2</source>
269
263
        <translation>Monitor 2</translation>
270
264
    </message>
271
265
    <message>
272
 
        <location filename="themestrings.h" line="37"/>
 
266
        <location filename="themestrings.h" line="39"/>
273
267
        <source>Monitor 3</source>
274
268
        <translation>Monitor 3</translation>
275
269
    </message>
276
270
    <message>
277
 
        <location filename="themestrings.h" line="38"/>
 
271
        <location filename="themestrings.h" line="40"/>
278
272
        <source>Monitor 4</source>
279
273
        <translation>Monitor 4</translation>
280
274
    </message>
281
275
    <message>
282
 
        <location filename="themestrings.h" line="39"/>
 
276
        <location filename="themestrings.h" line="42"/>
283
277
        <source>Show Console</source>
284
278
        <translation>Show Console</translation>
285
279
    </message>
286
280
    <message>
287
 
        <location filename="themestrings.h" line="40"/>
 
281
        <location filename="themestrings.h" line="43"/>
288
282
        <source>Show Live View</source>
289
283
        <translation>Show Live View</translation>
290
284
    </message>
291
285
    <message>
292
 
        <location filename="themestrings.h" line="41"/>
 
286
        <location filename="themestrings.h" line="44"/>
293
287
        <source>Show Events</source>
294
288
        <translation>Show Events</translation>
295
289
    </message>
297
291
<context>
298
292
    <name>ZMClient</name>
299
293
    <message>
300
 
        <location filename="../mythzoneminder/zmclient.cpp" line="116"/>
 
294
        <location filename="../mythzoneminder/zmclient.cpp" line="117"/>
301
295
        <source>Cannot connect to the mythzmserver - Is it running? Have you set the correct IP and port in the settings?</source>
302
296
        <translation>Cannot connect to the mythzmserver - Is it running? Have you set the correct IP and port in the settings?</translation>
303
297
    </message>
304
298
    <message>
305
 
        <location filename="../mythzoneminder/zmclient.cpp" line="191"/>
 
299
        <location filename="../mythzoneminder/zmclient.cpp" line="194"/>
306
300
        <source>The mythzmserver didn&apos;t respond to our request to get the protocol version!!</source>
307
301
        <translation>The mythzmserver didn&apos;t respond to our request to get the protocol version!!</translation>
308
302
    </message>
310
304
<context>
311
305
    <name>ZMConsole</name>
312
306
    <message>
313
 
        <location filename="../mythzoneminder/zmconsole.cpp" line="207"/>
 
307
        <location filename="../mythzoneminder/zmconsole.cpp" line="211"/>
314
308
        <source>Running</source>
315
309
        <translation>Running</translation>
316
310
    </message>
317
311
    <message>
318
 
        <location filename="../mythzoneminder/zmconsole.cpp" line="212"/>
 
312
        <location filename="../mythzoneminder/zmconsole.cpp" line="216"/>
319
313
        <source>Stopped</source>
320
314
        <translation>Stopped</translation>
321
315
    </message>
323
317
<context>
324
318
    <name>ZMEvents</name>
325
319
    <message>
326
 
        <location filename="../mythzoneminder/zmevents.cpp" line="88"/>
 
320
        <location filename="../mythzoneminder/zmevents.cpp" line="96"/>
327
321
        <source>Play</source>
328
322
        <translation>Play</translation>
329
323
    </message>
330
324
    <message>
331
 
        <location filename="../mythzoneminder/zmevents.cpp" line="95"/>
 
325
        <location filename="../mythzoneminder/zmevents.cpp" line="103"/>
332
326
        <source>Delete</source>
333
327
        <translation>Delete</translation>
334
328
    </message>
335
329
    <message>
336
 
        <location filename="../mythzoneminder/zmevents.cpp" line="171"/>
337
 
        <location filename="../mythzoneminder/zmevents.cpp" line="344"/>
338
 
        <location filename="../mythzoneminder/zmevents.cpp" line="359"/>
 
330
        <location filename="../mythzoneminder/zmevents.cpp" line="179"/>
 
331
        <location filename="../mythzoneminder/zmevents.cpp" line="350"/>
 
332
        <location filename="../mythzoneminder/zmevents.cpp" line="365"/>
339
333
        <source>All Cameras</source>
340
334
        <translation>All Cameras</translation>
341
335
    </message>
342
336
    <message>
343
 
        <location filename="../mythzoneminder/zmevents.cpp" line="174"/>
344
 
        <location filename="../mythzoneminder/zmevents.cpp" line="368"/>
 
337
        <location filename="../mythzoneminder/zmevents.cpp" line="182"/>
 
338
        <location filename="../mythzoneminder/zmevents.cpp" line="374"/>
345
339
        <source>All Dates</source>
346
340
        <translation>All Dates</translation>
347
341
    </message>
348
342
    <message>
349
 
        <location filename="../mythzoneminder/zmevents.cpp" line="444"/>
 
343
        <location filename="../mythzoneminder/zmevents.cpp" line="450"/>
350
344
        <source>Refresh</source>
351
345
        <translation>Refresh</translation>
352
346
    </message>
353
347
    <message>
354
 
        <location filename="../mythzoneminder/zmevents.cpp" line="445"/>
 
348
        <location filename="../mythzoneminder/zmevents.cpp" line="451"/>
355
349
        <source>Change View</source>
356
350
        <translation>Change View</translation>
357
351
    </message>
358
352
    <message>
359
 
        <location filename="../mythzoneminder/zmevents.cpp" line="446"/>
 
353
        <location filename="../mythzoneminder/zmevents.cpp" line="452"/>
360
354
        <source>Delete All</source>
361
355
        <translation>Delete All</translation>
362
356
    </message>
363
357
    <message>
364
 
        <location filename="../mythzoneminder/zmevents.cpp" line="458"/>
 
358
        <location filename="../mythzoneminder/zmevents.cpp" line="464"/>
365
359
        <source>Delete All Events?</source>
366
360
        <translation>Delete All Events?</translation>
367
361
    </message>
368
362
    <message>
369
 
        <location filename="../mythzoneminder/zmevents.cpp" line="459"/>
 
363
        <location filename="../mythzoneminder/zmevents.cpp" line="465"/>
370
364
        <source>Deleting %1 events in this view.</source>
371
365
        <translation>Deleting %1 events in this view.</translation>
372
366
    </message>
374
368
<context>
375
369
    <name>ZMLivePlayer</name>
376
370
    <message>
377
 
        <location filename="../mythzoneminder/zmliveplayer.cpp" line="127"/>
378
 
        <source>Can&apos;t show live view.
379
 
You don&apos;t have any monitors defined!</source>
380
 
        <translation>Can&apos;t show live view.
381
 
You don&apos;t have any monitors defined!</translation>
 
371
        <location filename="../mythzoneminder/zmliveplayer.cpp" line="124"/>
 
372
        <source>Can&apos;t show live view.</source>
 
373
        <translation>Can&apos;t show live view.</translation>
 
374
    </message>
 
375
    <message>
 
376
        <location filename="../mythzoneminder/zmliveplayer.cpp" line="125"/>
 
377
        <source>You don&apos;t have any monitors defined!</source>
 
378
        <translation>You don&apos;t have any monitors defined!</translation>
382
379
    </message>
383
380
</context>
384
381
<context>
385
382
    <name>ZMPlayer</name>
386
383
    <message>
387
 
        <location filename="../mythzoneminder/zmplayer.cpp" line="106"/>
388
 
        <location filename="../mythzoneminder/zmplayer.cpp" line="288"/>
 
384
        <location filename="../mythzoneminder/zmplayer.cpp" line="107"/>
 
385
        <location filename="../mythzoneminder/zmplayer.cpp" line="289"/>
389
386
        <source>Pause</source>
390
387
        <translation>Pause</translation>
391
388
    </message>
392
389
    <message>
393
 
        <location filename="../mythzoneminder/zmplayer.cpp" line="112"/>
 
390
        <location filename="../mythzoneminder/zmplayer.cpp" line="113"/>
394
391
        <source>Delete</source>
395
392
        <translation>Delete</translation>
396
393
    </message>
397
394
    <message>
398
 
        <location filename="../mythzoneminder/zmplayer.cpp" line="118"/>
 
395
        <location filename="../mythzoneminder/zmplayer.cpp" line="119"/>
399
396
        <source>Previous</source>
400
397
        <translation>Previous</translation>
401
398
    </message>
402
399
    <message>
403
 
        <location filename="../mythzoneminder/zmplayer.cpp" line="124"/>
 
400
        <location filename="../mythzoneminder/zmplayer.cpp" line="125"/>
404
401
        <source>Next</source>
405
402
        <translation>Next</translation>
406
403
    </message>
407
404
    <message>
408
 
        <location filename="../mythzoneminder/zmplayer.cpp" line="295"/>
409
 
        <location filename="../mythzoneminder/zmplayer.cpp" line="374"/>
 
405
        <location filename="../mythzoneminder/zmplayer.cpp" line="296"/>
 
406
        <location filename="../mythzoneminder/zmplayer.cpp" line="375"/>
410
407
        <source>Play</source>
411
408
        <translation>Play</translation>
412
409
    </message>