1 | Index: mythweb/includes/programs.php
|
---|
2 | ===================================================================
|
---|
3 | --- mythweb/includes/programs.php (revision 11062)
|
---|
4 | +++ mythweb/includes/programs.php (working copy)
|
---|
5 | @@ -268,6 +268,7 @@
|
---|
6 | var $is_editing = 0;
|
---|
7 | var $bookmark = 0;
|
---|
8 | var $auto_expire = 0;
|
---|
9 | + var $is_watched = 0;
|
---|
10 |
|
---|
11 | var $conflicting = false;
|
---|
12 | var $recording = false;
|
---|
13 | @@ -361,6 +362,7 @@
|
---|
14 | $this->closecaptioned = ($progflags & 0x100) ? true : false; // FL_CC = 0x100
|
---|
15 | $this->hdtv = ($progflags & 0x200) ? true : false; // FL_HDTV = 0x200
|
---|
16 | // FL_TRANSCODED = 0x400
|
---|
17 | + $this->is_watched = ($progflags & 0x800) ? true : false; // FL_WATCHED = 0x800
|
---|
18 | // Add a generic "will record" variable, too
|
---|
19 | $this->will_record = ($this->rectype && $this->rectype != rectype_dontrec) ? true : false;
|
---|
20 | }
|
---|
21 | Index: mythweb/modules/_shared/lang/English_GB.lang
|
---|
22 | ===================================================================
|
---|
23 | --- mythweb/modules/_shared/lang/English_GB.lang (revision 11062)
|
---|
24 | +++ mythweb/modules/_shared/lang/English_GB.lang (working copy)
|
---|
25 | @@ -59,7 +59,6 @@
|
---|
26 | "category"
|
---|
27 | "Category"
|
---|
28 | "Category Legend"
|
---|
29 | -"Category Type"
|
---|
30 | "CC"
|
---|
31 | "Chan. Callsign"
|
---|
32 | "Chan. Name"
|
---|
33 | @@ -119,7 +118,6 @@
|
---|
34 | "End Late"
|
---|
35 | "Episode"
|
---|
36 | "Episode Number"
|
---|
37 | -"Exact Match"
|
---|
38 | "Exec. Producer"
|
---|
39 | "file size"
|
---|
40 | "Filtered"
|
---|
41 | @@ -133,7 +131,6 @@
|
---|
42 | "Find Time must be of the format: HH:MM:SS"
|
---|
43 | "finetune"
|
---|
44 | "First recording"
|
---|
45 | -"Fold Duplicates"
|
---|
46 | "Forecast"
|
---|
47 | "Forget Old"
|
---|
48 | "format help"
|
---|
49 | @@ -155,10 +152,10 @@
|
---|
50 | "Handy Predefined Searches"
|
---|
51 | "handy: overview"
|
---|
52 | This page contains pre-prepared complex searches of the programme listings.
|
---|
53 | +"has been watched"
|
---|
54 | "has bookmark"
|
---|
55 | "has commflag"
|
---|
56 | "has cutlist"
|
---|
57 | -"HD Only"
|
---|
58 | "HDTV"
|
---|
59 | "High"
|
---|
60 | "Hosted by"
|
---|
61 | @@ -197,8 +194,6 @@
|
---|
62 | "minutes"
|
---|
63 | "Monday"
|
---|
64 | "more"
|
---|
65 | -"move guide left"
|
---|
66 | -"move guide right"
|
---|
67 | "movie"
|
---|
68 | Film
|
---|
69 | "Movies"
|
---|
70 | @@ -234,8 +229,6 @@
|
---|
71 | "No matches found"
|
---|
72 | "No matching programs found."
|
---|
73 | No matching programmes found.
|
---|
74 | -"No matching programs were found."
|
---|
75 | - No matching programmes were found.
|
---|
76 | "No recording schedules have been defined."
|
---|
77 | "No Tracks Available"
|
---|
78 | "No. of recordings to keep"
|
---|
79 | @@ -260,7 +253,6 @@
|
---|
80 | "People"
|
---|
81 | "People Search"
|
---|
82 | "Please be warned that by altering this table without knowing what you are doing, you could seriously disrupt mythtv functionality."
|
---|
83 | -"Please search for something."
|
---|
84 | "plot"
|
---|
85 | "Possible conflicts with this show"
|
---|
86 | "Power"
|
---|
87 | @@ -274,10 +266,6 @@
|
---|
88 | "Produced by"
|
---|
89 | "Profile"
|
---|
90 | "profile"
|
---|
91 | -"program continues to the left"
|
---|
92 | - programme continues to the left
|
---|
93 | -"program continues to the right"
|
---|
94 | - program continues to the right
|
---|
95 | "Program Detail"
|
---|
96 | Programme Detail
|
---|
97 | "Program ID"
|
---|
98 | @@ -401,16 +389,7 @@
|
---|
99 | "Science Fiction Movies"
|
---|
100 | Science Fiction Films
|
---|
101 | "Search"
|
---|
102 | -"Search fields"
|
---|
103 | "Search for: $1"
|
---|
104 | -"Search help"
|
---|
105 | -"Search help: movie example"
|
---|
106 | - Search help: film example
|
---|
107 | -"Search help: movie search"
|
---|
108 | - Search help: film search
|
---|
109 | -"Search help: regex example"
|
---|
110 | -"Search help: regex search"
|
---|
111 | -"Search options"
|
---|
112 | "Search Phrase"
|
---|
113 | "Search Results"
|
---|
114 | "Search Type"
|
---|
115 | @@ -427,7 +406,6 @@
|
---|
116 | "Show group"
|
---|
117 | "Show pixmaps"
|
---|
118 | "Show recordings"
|
---|
119 | -"show/hide advanced options"
|
---|
120 | "Showing all programs from the $1 group."
|
---|
121 | Showing all programmes from the $1 group.
|
---|
122 | "Showing all programs."
|
---|
123 | Index: mythweb/modules/_shared/lang/French.lang
|
---|
124 | ===================================================================
|
---|
125 | --- mythweb/modules/_shared/lang/French.lang (revision 11062)
|
---|
126 | +++ mythweb/modules/_shared/lang/French.lang (working copy)
|
---|
127 | @@ -89,7 +89,6 @@
|
---|
128 | catégorie
|
---|
129 | "Category Legend"
|
---|
130 | Légénde de Catégorie
|
---|
131 | -"Category Type"
|
---|
132 | "CC"
|
---|
133 | "Chan. Callsign"
|
---|
134 | "Chan. Name"
|
---|
135 | @@ -177,7 +176,6 @@
|
---|
136 | "Episode"
|
---|
137 | Episode
|
---|
138 | "Episode Number"
|
---|
139 | -"Exact Match"
|
---|
140 | "Exec. Producer"
|
---|
141 | Producteur
|
---|
142 | "file size"
|
---|
143 | @@ -193,7 +191,6 @@
|
---|
144 | "Find Time must be of the format: HH:MM:SS"
|
---|
145 | "finetune"
|
---|
146 | "First recording"
|
---|
147 | -"Fold Duplicates"
|
---|
148 | "Forecast"
|
---|
149 | Prévisions
|
---|
150 | "Forget Old"
|
---|
151 | @@ -223,13 +220,13 @@
|
---|
152 | "Handy Predefined Searches"
|
---|
153 | "handy: overview"
|
---|
154 | Cette page contient des recherches préparées dans le programme TV
|
---|
155 | +"has been watched"
|
---|
156 | "has bookmark"
|
---|
157 | a des signets
|
---|
158 | "has commflag"
|
---|
159 | a des marques de pub
|
---|
160 | "has cutlist"
|
---|
161 | a une liste de coupe
|
---|
162 | -"HD Only"
|
---|
163 | "HDTV"
|
---|
164 | "High"
|
---|
165 | élevé
|
---|
166 | @@ -289,8 +286,6 @@
|
---|
167 | "Monday"
|
---|
168 | Lundi
|
---|
169 | "more"
|
---|
170 | -"move guide left"
|
---|
171 | -"move guide right"
|
---|
172 | "movie"
|
---|
173 | "Movies"
|
---|
174 | "Movies, 3½ Stars or more"
|
---|
175 | @@ -327,7 +322,6 @@
|
---|
176 | "No matches found"
|
---|
177 | Aucune correspondance
|
---|
178 | "No matching programs found."
|
---|
179 | -"No matching programs were found."
|
---|
180 | "No recording schedules have been defined."
|
---|
181 | Aucune programmation n'est définie
|
---|
182 | "No Tracks Available"
|
---|
183 | @@ -359,7 +353,6 @@
|
---|
184 | "People Search"
|
---|
185 | "Please be warned that by altering this table without knowing what you are doing, you could seriously disrupt mythtv functionality."
|
---|
186 | Nous vous prévenons que modifier les touches sans savoir ce que vous faîtes peut sérieusement endomager le fonctionnement de MythTV
|
---|
187 | -"Please search for something."
|
---|
188 | "plot"
|
---|
189 | "Possible conflicts with this show"
|
---|
190 | "Power"
|
---|
191 | @@ -380,8 +373,6 @@
|
---|
192 | Profil
|
---|
193 | "profile"
|
---|
194 | Profil
|
---|
195 | -"program continues to the left"
|
---|
196 | -"program continues to the right"
|
---|
197 | "Program Detail"
|
---|
198 | "Program ID"
|
---|
199 | "Program Listing"
|
---|
200 | @@ -520,15 +511,8 @@
|
---|
201 | "Science Fiction Movies"
|
---|
202 | "Search"
|
---|
203 | Recherche
|
---|
204 | -"Search fields"
|
---|
205 | "Search for: $1"
|
---|
206 | Chercher: $1
|
---|
207 | -"Search help"
|
---|
208 | -"Search help: movie example"
|
---|
209 | -"Search help: movie search"
|
---|
210 | -"Search help: regex example"
|
---|
211 | -"Search help: regex search"
|
---|
212 | -"Search options"
|
---|
213 | "Search Phrase"
|
---|
214 | "Search Results"
|
---|
215 | Résultats de recherche
|
---|
216 | @@ -552,7 +536,6 @@
|
---|
217 | "Show pixmaps"
|
---|
218 | "Show recordings"
|
---|
219 | Monter les enregistrements
|
---|
220 | -"show/hide advanced options"
|
---|
221 | "Showing all programs from the $1 group."
|
---|
222 | "Showing all programs."
|
---|
223 | "SI Units?"
|
---|
224 | Index: mythweb/modules/_shared/lang/Spanish.lang
|
---|
225 | ===================================================================
|
---|
226 | --- mythweb/modules/_shared/lang/Spanish.lang (revision 11062)
|
---|
227 | +++ mythweb/modules/_shared/lang/Spanish.lang (working copy)
|
---|
228 | @@ -113,8 +113,6 @@
|
---|
229 | CategorÃa
|
---|
230 | "Category Legend"
|
---|
231 | Leyenda CategorÃa
|
---|
232 | -"Category Type"
|
---|
233 | - Tipo CategorÃa
|
---|
234 | "CC"
|
---|
235 | SUB
|
---|
236 | "Chan. Callsign"
|
---|
237 | @@ -231,8 +229,6 @@
|
---|
238 | Episodio
|
---|
239 | "Episode Number"
|
---|
240 | Nº Episodio
|
---|
241 | -"Exact Match"
|
---|
242 | - Coincidencia Exacta
|
---|
243 | "Exec. Producer"
|
---|
244 | Productor ejec.
|
---|
245 | "file size"
|
---|
246 | @@ -255,8 +251,6 @@
|
---|
247 | sintonÃa fina
|
---|
248 | "First recording"
|
---|
249 | Primera grabación
|
---|
250 | -"Fold Duplicates"
|
---|
251 | - Plegar Duplicados
|
---|
252 | "Forecast"
|
---|
253 | Predicción
|
---|
254 | "Forget Old"
|
---|
255 | @@ -293,14 +287,13 @@
|
---|
256 | Búsquedas Predefinidas Ãtiles
|
---|
257 | "handy: overview"
|
---|
258 | útiles: resúmen
|
---|
259 | +"has been watched"
|
---|
260 | "has bookmark"
|
---|
261 | tiene marcador
|
---|
262 | "has commflag"
|
---|
263 | anuncios marcados
|
---|
264 | "has cutlist"
|
---|
265 | lista de corte
|
---|
266 | -"HD Only"
|
---|
267 | - Sólo HD
|
---|
268 | "HDTV"
|
---|
269 | HDTV
|
---|
270 | "High"
|
---|
271 | @@ -373,10 +366,6 @@
|
---|
272 | Lunes
|
---|
273 | "more"
|
---|
274 | más
|
---|
275 | -"move guide left"
|
---|
276 | - mover guÃa izquierda
|
---|
277 | -"move guide right"
|
---|
278 | - mover guÃa derecha
|
---|
279 | "movie"
|
---|
280 | PelÃcula
|
---|
281 | "Movies"
|
---|
282 | @@ -437,8 +426,6 @@
|
---|
283 | Sin resultados
|
---|
284 | "No matching programs found."
|
---|
285 | No hay programas coincidentes
|
---|
286 | -"No matching programs were found."
|
---|
287 | - No se encontraron programas coincidentes
|
---|
288 | "No recording schedules have been defined."
|
---|
289 | No se han definido programaciones
|
---|
290 | "No Tracks Available"
|
---|
291 | @@ -484,8 +471,6 @@
|
---|
292 | Búsqueda gente
|
---|
293 | "Please be warned that by altering this table without knowing what you are doing, you could seriously disrupt mythtv functionality."
|
---|
294 | Tenga cuidado al alterar esta tabla sin saber lo que hace, puede romper el funcionamiento de MythTV
|
---|
295 | -"Please search for something."
|
---|
296 | - Por favor busque algo
|
---|
297 | "plot"
|
---|
298 | resúmen
|
---|
299 | "Possible conflicts with this show"
|
---|
300 | @@ -512,10 +497,6 @@
|
---|
301 | Perfil
|
---|
302 | "profile"
|
---|
303 | perfil
|
---|
304 | -"program continues to the left"
|
---|
305 | - programa continúa a la izquierda
|
---|
306 | -"program continues to the right"
|
---|
307 | - programa continúa a la derecha
|
---|
308 | "Program Detail"
|
---|
309 | Detalle programa
|
---|
310 | "Program ID"
|
---|
311 | @@ -668,22 +649,8 @@
|
---|
312 | PelÃculas Ciencia Ficción
|
---|
313 | "Search"
|
---|
314 | Buscar
|
---|
315 | -"Search fields"
|
---|
316 | - Campos búsqueda
|
---|
317 | "Search for: $1"
|
---|
318 | Buscar: $1
|
---|
319 | -"Search help"
|
---|
320 | - Ayuda búsqueda
|
---|
321 | -"Search help: movie example"
|
---|
322 | - Ayuda búsqueda: ejemplo pelÃcula
|
---|
323 | -"Search help: movie search"
|
---|
324 | - Ayuda búsqueda: búsqueda pelÃcula
|
---|
325 | -"Search help: regex example"
|
---|
326 | - Ayuda búsqueda: ejemplo regex
|
---|
327 | -"Search help: regex search"
|
---|
328 | - Ayuda búsqueda: búsqueda regex
|
---|
329 | -"Search options"
|
---|
330 | - Opciones búsqueda
|
---|
331 | "Search Phrase"
|
---|
332 | Buscar frase
|
---|
333 | "Search Results"
|
---|
334 | @@ -714,8 +681,6 @@
|
---|
335 | Mostrar gráficos
|
---|
336 | "Show recordings"
|
---|
337 | Mostrar grabaciones
|
---|
338 | -"show/hide advanced options"
|
---|
339 | - mostrar/ocultar opciones avanzadas
|
---|
340 | "Showing all programs from the $1 group."
|
---|
341 | Mostrando todos los programas del grupo $1
|
---|
342 | "Showing all programs."
|
---|
343 | Index: mythweb/modules/_shared/lang/Danish.lang
|
---|
344 | ===================================================================
|
---|
345 | --- mythweb/modules/_shared/lang/Danish.lang (revision 11062)
|
---|
346 | +++ mythweb/modules/_shared/lang/Danish.lang (working copy)
|
---|
347 | @@ -93,7 +93,6 @@
|
---|
348 | Kategori
|
---|
349 | "Category Legend"
|
---|
350 | Kategoriforklaring
|
---|
351 | -"Category Type"
|
---|
352 | "CC"
|
---|
353 | "Chan. Callsign"
|
---|
354 | "Chan. Name"
|
---|
355 | @@ -196,7 +195,6 @@
|
---|
356 | "Episode"
|
---|
357 | Afsnit
|
---|
358 | "Episode Number"
|
---|
359 | -"Exact Match"
|
---|
360 | "Exec. Producer"
|
---|
361 | Producer
|
---|
362 | "file size"
|
---|
363 | @@ -213,7 +211,6 @@
|
---|
364 | "Find Time must be of the format: HH:MM:SS"
|
---|
365 | "finetune"
|
---|
366 | "First recording"
|
---|
367 | -"Fold Duplicates"
|
---|
368 | "Forecast"
|
---|
369 | Prognose
|
---|
370 | "Forget Old"
|
---|
371 | @@ -244,13 +241,13 @@
|
---|
372 | Guide opsÊtning
|
---|
373 | "Handy Predefined Searches"
|
---|
374 | "handy: overview"
|
---|
375 | +"has been watched"
|
---|
376 | "has bookmark"
|
---|
377 | har bookmark(s)
|
---|
378 | "has commflag"
|
---|
379 | har markeret reklameblokke
|
---|
380 | "has cutlist"
|
---|
381 | har klippeliste
|
---|
382 | -"HD Only"
|
---|
383 | "HDTV"
|
---|
384 | "High"
|
---|
385 | HÞj
|
---|
386 | @@ -309,8 +306,6 @@
|
---|
387 | "Monday"
|
---|
388 | Mandag
|
---|
389 | "more"
|
---|
390 | -"move guide left"
|
---|
391 | -"move guide right"
|
---|
392 | "movie"
|
---|
393 | "Movies"
|
---|
394 | "Movies, 3½ Stars or more"
|
---|
395 | @@ -352,7 +347,6 @@
|
---|
396 | "No matches found"
|
---|
397 | Ingen match fundet
|
---|
398 | "No matching programs found."
|
---|
399 | -"No matching programs were found."
|
---|
400 | "No recording schedules have been defined."
|
---|
401 | Ingen optagelser er planlagt
|
---|
402 | "No Tracks Available"
|
---|
403 | @@ -385,7 +379,6 @@
|
---|
404 | "People Search"
|
---|
405 | "Please be warned that by altering this table without knowing what you are doing, you could seriously disrupt mythtv functionality."
|
---|
406 | BemÊrk at ved at Êndre i denne tabel uden at vide hvad du laver, kan du ÞdelÊgge mythtvs funktioner.
|
---|
407 | -"Please search for something."
|
---|
408 | "plot"
|
---|
409 | "Possible conflicts with this show"
|
---|
410 | Mulige konfligter med denne udsendelse
|
---|
411 | @@ -408,8 +401,6 @@
|
---|
412 | Profil
|
---|
413 | "profile"
|
---|
414 | profil
|
---|
415 | -"program continues to the left"
|
---|
416 | -"program continues to the right"
|
---|
417 | "Program Detail"
|
---|
418 | Program detaljer
|
---|
419 | "Program ID"
|
---|
420 | @@ -555,15 +546,8 @@
|
---|
421 | "Science Fiction Movies"
|
---|
422 | "Search"
|
---|
423 | SÞg
|
---|
424 | -"Search fields"
|
---|
425 | "Search for: $1"
|
---|
426 | SÞg efter: $1
|
---|
427 | -"Search help"
|
---|
428 | -"Search help: movie example"
|
---|
429 | -"Search help: movie search"
|
---|
430 | -"Search help: regex example"
|
---|
431 | -"Search help: regex search"
|
---|
432 | -"Search options"
|
---|
433 | "Search Phrase"
|
---|
434 | "Search Results"
|
---|
435 | SÞgeresultater
|
---|
436 | @@ -588,7 +572,6 @@
|
---|
437 | "Show pixmaps"
|
---|
438 | "Show recordings"
|
---|
439 | Vis optagelser
|
---|
440 | -"show/hide advanced options"
|
---|
441 | "Showing all programs from the $1 group."
|
---|
442 | "Showing all programs."
|
---|
443 | "SI Units?"
|
---|
444 | Index: mythweb/modules/_shared/lang/Swedish.lang
|
---|
445 | ===================================================================
|
---|
446 | --- mythweb/modules/_shared/lang/Swedish.lang (revision 11062)
|
---|
447 | +++ mythweb/modules/_shared/lang/Swedish.lang (working copy)
|
---|
448 | @@ -114,7 +114,6 @@
|
---|
449 | Kategori
|
---|
450 | "Category Legend"
|
---|
451 | Kategoriförklaring
|
---|
452 | -"Category Type"
|
---|
453 | "CC"
|
---|
454 | Textning
|
---|
455 | "Chan. Callsign"
|
---|
456 | @@ -231,8 +230,6 @@
|
---|
457 | Avsnitt
|
---|
458 | "Episode Number"
|
---|
459 | Avsnittsnummer
|
---|
460 | -"Exact Match"
|
---|
461 | - Exakt trÀff
|
---|
462 | "Exec. Producer"
|
---|
463 | Producent
|
---|
464 | "file size"
|
---|
465 | @@ -255,8 +252,6 @@
|
---|
466 | finjustera
|
---|
467 | "First recording"
|
---|
468 | Första inspelning
|
---|
469 | -"Fold Duplicates"
|
---|
470 | - Vik dubbletter
|
---|
471 | "Forecast"
|
---|
472 | Prognos
|
---|
473 | "Forget Old"
|
---|
474 | @@ -293,13 +288,13 @@
|
---|
475 | Förberedda sökningar
|
---|
476 | "handy: overview"
|
---|
477 | Denna sida innehåller förberedda komplexa sökningar av programlistorna (fungerar för nÀrvarande endast med data från DataDirect, alltså ej i Sverige.).
|
---|
478 | +"has been watched"
|
---|
479 | "has bookmark"
|
---|
480 | bokmÀrke
|
---|
481 | "has commflag"
|
---|
482 | markerad reklam
|
---|
483 | "has cutlist"
|
---|
484 | klipplista
|
---|
485 | -"HD Only"
|
---|
486 | "HDTV"
|
---|
487 | HDTV
|
---|
488 | "High"
|
---|
489 | @@ -374,10 +369,6 @@
|
---|
490 | MÃ¥ndag
|
---|
491 | "more"
|
---|
492 | mer
|
---|
493 | -"move guide left"
|
---|
494 | - flytta guide åt vÀnster
|
---|
495 | -"move guide right"
|
---|
496 | - flytta guide åt höger
|
---|
497 | "movie"
|
---|
498 | film
|
---|
499 | "Movies"
|
---|
500 | @@ -438,8 +429,6 @@
|
---|
501 | Inga trÀffar
|
---|
502 | "No matching programs found."
|
---|
503 | Inga matchande program hittades.
|
---|
504 | -"No matching programs were found."
|
---|
505 | - Inga matchande program hittades.
|
---|
506 | "No recording schedules have been defined."
|
---|
507 | Inga schemalagda inspelningar
|
---|
508 | "No Tracks Available"
|
---|
509 | @@ -486,7 +475,6 @@
|
---|
510 | Sök person
|
---|
511 | "Please be warned that by altering this table without knowing what you are doing, you could seriously disrupt mythtv functionality."
|
---|
512 | OBS! Genom att Àndra dessa instÀllningar utan att veta vad du gör kan du allvarligt störa MythTVs funktionalitet.
|
---|
513 | -"Please search for something."
|
---|
514 | "plot"
|
---|
515 | handling
|
---|
516 | "Possible conflicts with this show"
|
---|
517 | @@ -513,10 +501,6 @@
|
---|
518 | Profil
|
---|
519 | "profile"
|
---|
520 | profil
|
---|
521 | -"program continues to the left"
|
---|
522 | - program fortsÀtter till vÀnster
|
---|
523 | -"program continues to the right"
|
---|
524 | - program fortsÀtter till höger
|
---|
525 | "Program Detail"
|
---|
526 | Programdetaljer
|
---|
527 | "Program ID"
|
---|
528 | @@ -669,18 +653,8 @@
|
---|
529 | Science Fiction-filmer
|
---|
530 | "Search"
|
---|
531 | Sök
|
---|
532 | -"Search fields"
|
---|
533 | - SökfÀlt
|
---|
534 | "Search for: $1"
|
---|
535 | Sök efter: $1
|
---|
536 | -"Search help"
|
---|
537 | - SökhjÀlp
|
---|
538 | -"Search help: movie example"
|
---|
539 | -"Search help: movie search"
|
---|
540 | -"Search help: regex example"
|
---|
541 | -"Search help: regex search"
|
---|
542 | -"Search options"
|
---|
543 | - Sökval
|
---|
544 | "Search Phrase"
|
---|
545 | Sök fras
|
---|
546 | "Search Results"
|
---|
547 | @@ -711,8 +685,6 @@
|
---|
548 | Visa pixmaps
|
---|
549 | "Show recordings"
|
---|
550 | Visa inspelningar
|
---|
551 | -"show/hide advanced options"
|
---|
552 | - visa/dölj avancerade val
|
---|
553 | "Showing all programs from the $1 group."
|
---|
554 | Visar alla program i grupp: $1.
|
---|
555 | "Showing all programs."
|
---|
556 | Index: mythweb/modules/_shared/lang/Dutch.lang
|
---|
557 | ===================================================================
|
---|
558 | --- mythweb/modules/_shared/lang/Dutch.lang (revision 11062)
|
---|
559 | +++ mythweb/modules/_shared/lang/Dutch.lang (working copy)
|
---|
560 | @@ -107,7 +107,6 @@
|
---|
561 | Categorie
|
---|
562 | "Category Legend"
|
---|
563 | Categorie Legende
|
---|
564 | -"Category Type"
|
---|
565 | "CC"
|
---|
566 | OND
|
---|
567 | "Chan. Callsign"
|
---|
568 | @@ -218,7 +217,6 @@
|
---|
569 | Aflevering
|
---|
570 | "Episode Number"
|
---|
571 | Aflevering nr.
|
---|
572 | -"Exact Match"
|
---|
573 | "Exec. Producer"
|
---|
574 | Uitv. Producent
|
---|
575 | "file size"
|
---|
576 | @@ -240,7 +238,6 @@
|
---|
577 | "finetune"
|
---|
578 | fijn afstemmen
|
---|
579 | "First recording"
|
---|
580 | -"Fold Duplicates"
|
---|
581 | "Forecast"
|
---|
582 | Voorspelling
|
---|
583 | "Forget Old"
|
---|
584 | @@ -275,13 +272,13 @@
|
---|
585 | Handige voorgeprogrammeerde zoekopdrachten
|
---|
586 | "handy: overview"
|
---|
587 | Deze pagina bevat handige voorgeprogrammeerde complexe zoekopdrachten
|
---|
588 | +"has been watched"
|
---|
589 | "has bookmark"
|
---|
590 | heeft index
|
---|
591 | "has commflag"
|
---|
592 | heeft reclamemarkering
|
---|
593 | "has cutlist"
|
---|
594 | heeft knippunten
|
---|
595 | -"HD Only"
|
---|
596 | "HDTV"
|
---|
597 | HDTV
|
---|
598 | "High"
|
---|
599 | @@ -350,8 +347,6 @@
|
---|
600 | "Monday"
|
---|
601 | Maandag
|
---|
602 | "more"
|
---|
603 | -"move guide left"
|
---|
604 | -"move guide right"
|
---|
605 | "movie"
|
---|
606 | "Movies"
|
---|
607 | Films
|
---|
608 | @@ -403,7 +398,6 @@
|
---|
609 | Geen programma's gevonden
|
---|
610 | "No matching programs found."
|
---|
611 | Geen overeenkomsten gevonden
|
---|
612 | -"No matching programs were found."
|
---|
613 | "No recording schedules have been defined."
|
---|
614 | Er zijn geen opnameschema's gevonden.
|
---|
615 | "No Tracks Available"
|
---|
616 | @@ -441,7 +435,6 @@
|
---|
617 | Personen zoeken
|
---|
618 | "Please be warned that by altering this table without knowing what you are doing, you could seriously disrupt mythtv functionality."
|
---|
619 | Waarschuwing! Als u niet weet wat u doet, kan het veranderen van deze tabel de werking van MythTV ernstig verstoren.
|
---|
620 | -"Please search for something."
|
---|
621 | "plot"
|
---|
622 | korte inhoud
|
---|
623 | "Possible conflicts with this show"
|
---|
624 | @@ -466,8 +459,6 @@
|
---|
625 | Profiel
|
---|
626 | "profile"
|
---|
627 | profiel
|
---|
628 | -"program continues to the left"
|
---|
629 | -"program continues to the right"
|
---|
630 | "Program Detail"
|
---|
631 | Programmadetails
|
---|
632 | "Program ID"
|
---|
633 | @@ -617,15 +608,8 @@
|
---|
634 | Science Fiction Films
|
---|
635 | "Search"
|
---|
636 | Zoeken
|
---|
637 | -"Search fields"
|
---|
638 | "Search for: $1"
|
---|
639 | Zoeken: $1
|
---|
640 | -"Search help"
|
---|
641 | -"Search help: movie example"
|
---|
642 | -"Search help: movie search"
|
---|
643 | -"Search help: regex example"
|
---|
644 | -"Search help: regex search"
|
---|
645 | -"Search options"
|
---|
646 | "Search Phrase"
|
---|
647 | Zin zoeken
|
---|
648 | "Search Results"
|
---|
649 | @@ -653,7 +637,6 @@
|
---|
650 | "Show pixmaps"
|
---|
651 | "Show recordings"
|
---|
652 | Opnames tonen
|
---|
653 | -"show/hide advanced options"
|
---|
654 | "Showing all programs from the $1 group."
|
---|
655 | Alle programma's uit de $1 groep laten zien
|
---|
656 | "Showing all programs."
|
---|
657 | Index: mythweb/modules/_shared/lang/German.lang
|
---|
658 | ===================================================================
|
---|
659 | --- mythweb/modules/_shared/lang/German.lang (revision 11062)
|
---|
660 | +++ mythweb/modules/_shared/lang/German.lang (working copy)
|
---|
661 | @@ -107,7 +107,6 @@
|
---|
662 | Kategorie
|
---|
663 | "Category Legend"
|
---|
664 | Kategorien
|
---|
665 | -"Category Type"
|
---|
666 | "CC"
|
---|
667 | CC
|
---|
668 | "Chan. Callsign"
|
---|
669 | @@ -218,7 +217,6 @@
|
---|
670 | Folge
|
---|
671 | "Episode Number"
|
---|
672 | Folge Nummer
|
---|
673 | -"Exact Match"
|
---|
674 | "Exec. Producer"
|
---|
675 | Produzent
|
---|
676 | "file size"
|
---|
677 | @@ -240,7 +238,6 @@
|
---|
678 | "finetune"
|
---|
679 | Feinabstimmung
|
---|
680 | "First recording"
|
---|
681 | -"Fold Duplicates"
|
---|
682 | "Forecast"
|
---|
683 | Vorhersage
|
---|
684 | "Forget Old"
|
---|
685 | @@ -275,13 +272,13 @@
|
---|
686 | Handy: Vordefinierte Suchabfragen
|
---|
687 | "handy: overview"
|
---|
688 | Handy: Ãbersicht
|
---|
689 | +"has been watched"
|
---|
690 | "has bookmark"
|
---|
691 | Position gesetzt
|
---|
692 | "has commflag"
|
---|
693 | Werbung markiert
|
---|
694 | "has cutlist"
|
---|
695 | Schnittliste
|
---|
696 | -"HD Only"
|
---|
697 | "HDTV"
|
---|
698 | HDTV
|
---|
699 | "High"
|
---|
700 | @@ -349,8 +346,6 @@
|
---|
701 | Montag
|
---|
702 | "more"
|
---|
703 | mehr
|
---|
704 | -"move guide left"
|
---|
705 | -"move guide right"
|
---|
706 | "movie"
|
---|
707 | "Movies"
|
---|
708 | Spielfilme
|
---|
709 | @@ -402,7 +397,6 @@
|
---|
710 | Nichts gefunden
|
---|
711 | "No matching programs found."
|
---|
712 | Keine passenden Sendungen gefunden.
|
---|
713 | -"No matching programs were found."
|
---|
714 | "No recording schedules have been defined."
|
---|
715 | Keine Aufnahmen geplant.
|
---|
716 | "No Tracks Available"
|
---|
717 | @@ -440,7 +434,6 @@
|
---|
718 | Suche nach Darsteller
|
---|
719 | "Please be warned that by altering this table without knowing what you are doing, you could seriously disrupt mythtv functionality."
|
---|
720 | Achtung! Falls diese Tabelle ohne das nötige Hintergrundwissen verÀndert wird, könnte MythTVs FunktionalitÀt nachhaltig gestört werden.
|
---|
721 | -"Please search for something."
|
---|
722 | "plot"
|
---|
723 | Handlung
|
---|
724 | "Possible conflicts with this show"
|
---|
725 | @@ -466,8 +459,6 @@
|
---|
726 | Profil
|
---|
727 | "profile"
|
---|
728 | Profil
|
---|
729 | -"program continues to the left"
|
---|
730 | -"program continues to the right"
|
---|
731 | "Program Detail"
|
---|
732 | Programmdetails
|
---|
733 | "Program ID"
|
---|
734 | @@ -617,15 +608,8 @@
|
---|
735 | Science-Fiction Filme
|
---|
736 | "Search"
|
---|
737 | Suche
|
---|
738 | -"Search fields"
|
---|
739 | "Search for: $1"
|
---|
740 | Suche nach: $1
|
---|
741 | -"Search help"
|
---|
742 | -"Search help: movie example"
|
---|
743 | -"Search help: movie search"
|
---|
744 | -"Search help: regex example"
|
---|
745 | -"Search help: regex search"
|
---|
746 | -"Search options"
|
---|
747 | "Search Phrase"
|
---|
748 | Suchtext
|
---|
749 | "Search Results"
|
---|
750 | @@ -653,7 +637,6 @@
|
---|
751 | "Show pixmaps"
|
---|
752 | "Show recordings"
|
---|
753 | Aufnahmen zeigen
|
---|
754 | -"show/hide advanced options"
|
---|
755 | "Showing all programs from the $1 group."
|
---|
756 | Zeige alle Sendungen in der $1 Gruppe.
|
---|
757 | "Showing all programs."
|
---|
758 | Index: mythweb/modules/_shared/lang/Japanese.lang
|
---|
759 | ===================================================================
|
---|
760 | --- mythweb/modules/_shared/lang/Japanese.lang (revision 11062)
|
---|
761 | +++ mythweb/modules/_shared/lang/Japanese.lang (working copy)
|
---|
762 | @@ -107,8 +107,6 @@
|
---|
763 | ã«ããŽãªãŒ
|
---|
764 | "Category Legend"
|
---|
765 | ã«ããŽãªãŒå¡äŸ
|
---|
766 | -"Category Type"
|
---|
767 | - ã«ããŽãªãŒã¿ã€ã
|
---|
768 | "CC"
|
---|
769 | "Chan. Callsign"
|
---|
770 | "Chan. Name"
|
---|
771 | @@ -220,8 +218,6 @@
|
---|
772 | ãµãã¿ã€ãã«
|
---|
773 | "Episode Number"
|
---|
774 | çªçµçªå·
|
---|
775 | -"Exact Match"
|
---|
776 | - å®å
|
---|
777 | šãªäžèŽ
|
---|
778 | "Exec. Producer"
|
---|
779 | 補äœè²¬ä»»è
|
---|
780 |
|
---|
781 | "file size"
|
---|
782 | @@ -244,7 +240,6 @@
|
---|
783 | ãã¡ã€ã³ãã¥ãŒã³
|
---|
784 | "First recording"
|
---|
785 | æåã®é²ç»
|
---|
786 | -"Fold Duplicates"
|
---|
787 | "Forecast"
|
---|
788 | äºå ±
|
---|
789 | "Forget Old"
|
---|
790 | @@ -279,13 +274,13 @@
|
---|
791 | ããŠãããµãŒã
|
---|
792 | "handy: overview"
|
---|
793 | äžã®ã¡ãã¥ãŒããç°¡åã«æ€çŽ¢ã§ããŸãã
|
---|
794 | +"has been watched"
|
---|
795 | "has bookmark"
|
---|
796 | ããã¯ããŒã¯
|
---|
797 | "has commflag"
|
---|
798 | CMããŒã¯
|
---|
799 | "has cutlist"
|
---|
800 | ã«ãããªã¹ã
|
---|
801 | -"HD Only"
|
---|
802 | "HDTV"
|
---|
803 | "High"
|
---|
804 | é«
|
---|
805 | @@ -357,8 +352,6 @@
|
---|
806 | æææ¥
|
---|
807 | "more"
|
---|
808 | 远å
|
---|
809 | -"move guide left"
|
---|
810 | -"move guide right"
|
---|
811 | "movie"
|
---|
812 | æ ç»
|
---|
813 | "Movies"
|
---|
814 | @@ -414,7 +407,6 @@
|
---|
815 | äžèŽããç©ããããŸããã§ãã
|
---|
816 | "No matching programs found."
|
---|
817 | 該åœããçªçµããããŸãã
|
---|
818 | -"No matching programs were found."
|
---|
819 | "No recording schedules have been defined."
|
---|
820 | äºçŽãèšå®ãããŠããŸãã
|
---|
821 | "No Tracks Available"
|
---|
822 | @@ -457,7 +449,6 @@
|
---|
823 | ããŒãã«ãµãŒã
|
---|
824 | "Please be warned that by altering this table without knowing what you are doing, you could seriously disrupt mythtv functionality."
|
---|
825 | èšå®é
|
---|
826 | ç®ã®æå³ãããããªããšãã¯å€æŽããªãã§ãã ãããMythTVãæ£åžžã«åäœããªããªããŸãã
|
---|
827 | -"Please search for something."
|
---|
828 | "plot"
|
---|
829 | èæ¬
|
---|
830 | "Possible conflicts with this show"
|
---|
831 | @@ -484,8 +475,6 @@
|
---|
832 | ãããã¡ã€ã«
|
---|
833 | "profile"
|
---|
834 | ãããã¡ã€ã«
|
---|
835 | -"program continues to the left"
|
---|
836 | -"program continues to the right"
|
---|
837 | "Program Detail"
|
---|
838 | çªçµè©³çް
|
---|
839 | "Program ID"
|
---|
840 | @@ -635,22 +624,8 @@
|
---|
841 | "Science Fiction Movies"
|
---|
842 | "Search"
|
---|
843 | ãµãŒã
|
---|
844 | -"Search fields"
|
---|
845 | - ãµãŒããã£ãŒã«ã
|
---|
846 | "Search for: $1"
|
---|
847 | $1 ã®æ€çŽ¢çµæ
|
---|
848 | -"Search help"
|
---|
849 | - ãµãŒããã«ã
|
---|
850 | -"Search help: movie example"
|
---|
851 | - ãµãŒããã«ã: æ ç»äŸ
|
---|
852 | -"Search help: movie search"
|
---|
853 | - ãµãŒããã«ã: æ ç»æ€çŽ¢
|
---|
854 | -"Search help: regex example"
|
---|
855 | - ãµãŒããã«ã: æ£èŠè¡šçŸäŸ
|
---|
856 | -"Search help: regex search"
|
---|
857 | - ãµãŒããã«ã: æ£èŠè¡šçŸæ€çŽ¢
|
---|
858 | -"Search options"
|
---|
859 | - ãµãŒããªãã·ã§ã³
|
---|
860 | "Search Phrase"
|
---|
861 | ãµãŒããã¬ãŒãº
|
---|
862 | "Search Results"
|
---|
863 | @@ -681,8 +656,6 @@
|
---|
864 | ãã¬ãã¥ãŒã€ã¡ãŒãžã衚瀺ãã
|
---|
865 | "Show recordings"
|
---|
866 | çªçµè¡šç€º
|
---|
867 | -"show/hide advanced options"
|
---|
868 | - ã¢ããã³ã¹ããªãã·ã§ã³ã®è¡šç€º/é衚瀺
|
---|
869 | "Showing all programs from the $1 group."
|
---|
870 | $1ã®ãã¹ãŠã®çªçµã衚瀺
|
---|
871 | "Showing all programs."
|
---|
872 | Index: mythweb/modules/_shared/lang/English.lang
|
---|
873 | ===================================================================
|
---|
874 | --- mythweb/modules/_shared/lang/English.lang (revision 11062)
|
---|
875 | +++ mythweb/modules/_shared/lang/English.lang (working copy)
|
---|
876 | @@ -56,7 +56,6 @@
|
---|
877 | "category"
|
---|
878 | "Category"
|
---|
879 | "Category Legend"
|
---|
880 | -"Category Type"
|
---|
881 | "CC"
|
---|
882 | "Chan. Callsign"
|
---|
883 | "Chan. Name"
|
---|
884 | @@ -115,7 +114,6 @@
|
---|
885 | "End Late"
|
---|
886 | "Episode"
|
---|
887 | "Episode Number"
|
---|
888 | -"Exact Match"
|
---|
889 | "Exec. Producer"
|
---|
890 | "file size"
|
---|
891 | "Filtered"
|
---|
892 | @@ -128,7 +126,6 @@
|
---|
893 | "Find Time must be of the format: HH:MM:SS"
|
---|
894 | "finetune"
|
---|
895 | "First recording"
|
---|
896 | -"Fold Duplicates"
|
---|
897 | "Forecast"
|
---|
898 | "Forget Old"
|
---|
899 | "format help"
|
---|
900 | @@ -150,10 +147,10 @@
|
---|
901 | "Handy Predefined Searches"
|
---|
902 | "handy: overview"
|
---|
903 | This page contains pre-prepared complex searches of the program listings.
|
---|
904 | +"has been watched"
|
---|
905 | "has bookmark"
|
---|
906 | "has commflag"
|
---|
907 | "has cutlist"
|
---|
908 | -"HD Only"
|
---|
909 | "HDTV"
|
---|
910 | "High"
|
---|
911 | "Hosted by"
|
---|
912 | @@ -191,8 +188,6 @@
|
---|
913 | "minutes"
|
---|
914 | "Monday"
|
---|
915 | "more"
|
---|
916 | -"move guide left"
|
---|
917 | -"move guide right"
|
---|
918 | "movie"
|
---|
919 | Movie
|
---|
920 | "Movies"
|
---|
921 | @@ -224,7 +219,6 @@
|
---|
922 | "NO DATA"
|
---|
923 | "No matches found"
|
---|
924 | "No matching programs found."
|
---|
925 | -"No matching programs were found."
|
---|
926 | "No recording schedules have been defined."
|
---|
927 | "No Tracks Available"
|
---|
928 | "No. of recordings to keep"
|
---|
929 | @@ -248,7 +242,6 @@
|
---|
930 | "People"
|
---|
931 | "People Search"
|
---|
932 | "Please be warned that by altering this table without knowing what you are doing, you could seriously disrupt mythtv functionality."
|
---|
933 | -"Please search for something."
|
---|
934 | "plot"
|
---|
935 | "Possible conflicts with this show"
|
---|
936 | "Power"
|
---|
937 | @@ -262,8 +255,6 @@
|
---|
938 | "Produced by"
|
---|
939 | "Profile"
|
---|
940 | "profile"
|
---|
941 | -"program continues to the left"
|
---|
942 | -"program continues to the right"
|
---|
943 | "Program Detail"
|
---|
944 | "Program ID"
|
---|
945 | "Program Listing"
|
---|
946 | @@ -383,14 +374,7 @@
|
---|
947 | "Scheduled Popup"
|
---|
948 | "Science Fiction Movies"
|
---|
949 | "Search"
|
---|
950 | -"Search fields"
|
---|
951 | "Search for: $1"
|
---|
952 | -"Search help"
|
---|
953 | -"Search help: movie example"
|
---|
954 | -"Search help: movie search"
|
---|
955 | -"Search help: regex example"
|
---|
956 | -"Search help: regex search"
|
---|
957 | -"Search options"
|
---|
958 | "Search Phrase"
|
---|
959 | "Search Results"
|
---|
960 | "Search Type"
|
---|
961 | @@ -410,7 +394,6 @@
|
---|
962 | "Show group"
|
---|
963 | "Show pixmaps"
|
---|
964 | "Show recordings"
|
---|
965 | -"show/hide advanced options"
|
---|
966 | "Showing all programs from the $1 group."
|
---|
967 | "Showing all programs."
|
---|
968 | "SI Units?"
|
---|
969 | Index: mythweb/modules/_shared/lang/Czech.lang
|
---|
970 | ===================================================================
|
---|
971 | --- mythweb/modules/_shared/lang/Czech.lang (revision 11062)
|
---|
972 | +++ mythweb/modules/_shared/lang/Czech.lang (working copy)
|
---|
973 | @@ -75,7 +75,6 @@
|
---|
974 | "Category"
|
---|
975 | Kategorie
|
---|
976 | "Category Legend"
|
---|
977 | -"Category Type"
|
---|
978 | "CC"
|
---|
979 | "Chan. Callsign"
|
---|
980 | "Chan. Name"
|
---|
981 | @@ -150,7 +149,6 @@
|
---|
982 | "Episode"
|
---|
983 | DÃl
|
---|
984 | "Episode Number"
|
---|
985 | -"Exact Match"
|
---|
986 | "Exec. Producer"
|
---|
987 | "file size"
|
---|
988 | "Filtered"
|
---|
989 | @@ -162,7 +160,6 @@
|
---|
990 | "Find Time must be of the format: HH:MM:SS"
|
---|
991 | "finetune"
|
---|
992 | "First recording"
|
---|
993 | -"Fold Duplicates"
|
---|
994 | "Forecast"
|
---|
995 | PÅedpovÄÄ poÄasÃ
|
---|
996 | "Forget Old"
|
---|
997 | @@ -187,10 +184,10 @@
|
---|
998 | "Handy Predefined Searches"
|
---|
999 | "handy: overview"
|
---|
1000 | This page contains pre-prepared complex searches of the program listings.
|
---|
1001 | +"has been watched"
|
---|
1002 | "has bookmark"
|
---|
1003 | "has commflag"
|
---|
1004 | "has cutlist"
|
---|
1005 | -"HD Only"
|
---|
1006 | "HDTV"
|
---|
1007 | "High"
|
---|
1008 | "Hosted by"
|
---|
1009 | @@ -241,8 +238,6 @@
|
---|
1010 | "Monday"
|
---|
1011 | PondÄlÃ
|
---|
1012 | "more"
|
---|
1013 | -"move guide left"
|
---|
1014 | -"move guide right"
|
---|
1015 | "movie"
|
---|
1016 | "Movies"
|
---|
1017 | "Movies, 3½ Stars or more"
|
---|
1018 | @@ -279,7 +274,6 @@
|
---|
1019 | "NO DATA"
|
---|
1020 | "No matches found"
|
---|
1021 | "No matching programs found."
|
---|
1022 | -"No matching programs were found."
|
---|
1023 | "No recording schedules have been defined."
|
---|
1024 | Ŝádné rozvrhy nahrávánà nebyly definovány.
|
---|
1025 | "No Tracks Available"
|
---|
1026 | @@ -309,7 +303,6 @@
|
---|
1027 | "People"
|
---|
1028 | "People Search"
|
---|
1029 | "Please be warned that by altering this table without knowing what you are doing, you could seriously disrupt mythtv functionality."
|
---|
1030 | -"Please search for something."
|
---|
1031 | "plot"
|
---|
1032 | "Possible conflicts with this show"
|
---|
1033 | "Power"
|
---|
1034 | @@ -325,8 +318,6 @@
|
---|
1035 | "Produced by"
|
---|
1036 | "Profile"
|
---|
1037 | "profile"
|
---|
1038 | -"program continues to the left"
|
---|
1039 | -"program continues to the right"
|
---|
1040 | "Program Detail"
|
---|
1041 | "Program ID"
|
---|
1042 | "Program Listing"
|
---|
1043 | @@ -454,14 +445,7 @@
|
---|
1044 | "Science Fiction Movies"
|
---|
1045 | "Search"
|
---|
1046 | Vyhledat
|
---|
1047 | -"Search fields"
|
---|
1048 | "Search for: $1"
|
---|
1049 | -"Search help"
|
---|
1050 | -"Search help: movie example"
|
---|
1051 | -"Search help: movie search"
|
---|
1052 | -"Search help: regex example"
|
---|
1053 | -"Search help: regex search"
|
---|
1054 | -"Search options"
|
---|
1055 | "Search Phrase"
|
---|
1056 | "Search Results"
|
---|
1057 | "Search Type"
|
---|
1058 | @@ -479,7 +463,6 @@
|
---|
1059 | "Show group"
|
---|
1060 | "Show pixmaps"
|
---|
1061 | "Show recordings"
|
---|
1062 | -"show/hide advanced options"
|
---|
1063 | "Showing all programs from the $1 group."
|
---|
1064 | "Showing all programs."
|
---|
1065 | "SI Units?"
|
---|
1066 | Index: mythweb/modules/_shared/lang/Finnish.lang
|
---|
1067 | ===================================================================
|
---|
1068 | --- mythweb/modules/_shared/lang/Finnish.lang (revision 11062)
|
---|
1069 | +++ mythweb/modules/_shared/lang/Finnish.lang (working copy)
|
---|
1070 | @@ -104,7 +104,6 @@
|
---|
1071 | Kategoria
|
---|
1072 | "Category Legend"
|
---|
1073 | Kategorioiden VÀrit/Merkitys
|
---|
1074 | -"Category Type"
|
---|
1075 | "CC"
|
---|
1076 | Tekstitys
|
---|
1077 | "Chan. Callsign"
|
---|
1078 | @@ -215,7 +214,6 @@
|
---|
1079 | Jakso
|
---|
1080 | "Episode Number"
|
---|
1081 | Jakson Numero
|
---|
1082 | -"Exact Match"
|
---|
1083 | "Exec. Producer"
|
---|
1084 | Tuottaja
|
---|
1085 | "file size"
|
---|
1086 | @@ -233,7 +231,6 @@
|
---|
1087 | "finetune"
|
---|
1088 | HienosÀÀtö
|
---|
1089 | "First recording"
|
---|
1090 | -"Fold Duplicates"
|
---|
1091 | "Forecast"
|
---|
1092 | Ennuste
|
---|
1093 | "Forget Old"
|
---|
1094 | @@ -267,13 +264,13 @@
|
---|
1095 | EsitÀytetyt Haut
|
---|
1096 | "handy: overview"
|
---|
1097 | SisÀltÀÀ valmiita edistyneen haun lauseita.
|
---|
1098 | +"has been watched"
|
---|
1099 | "has bookmark"
|
---|
1100 | kirjanmerkitty
|
---|
1101 | "has commflag"
|
---|
1102 | mainokset merkitty
|
---|
1103 | "has cutlist"
|
---|
1104 | on leikattu
|
---|
1105 | -"HD Only"
|
---|
1106 | "HDTV"
|
---|
1107 | Tarkkapiirto
|
---|
1108 | "High"
|
---|
1109 | @@ -342,8 +339,6 @@
|
---|
1110 | "Monday"
|
---|
1111 | Maanantai
|
---|
1112 | "more"
|
---|
1113 | -"move guide left"
|
---|
1114 | -"move guide right"
|
---|
1115 | "movie"
|
---|
1116 | "Movies"
|
---|
1117 | "Movies, 3½ Stars or more"
|
---|
1118 | @@ -390,7 +385,6 @@
|
---|
1119 | Ei vastaavuuksia
|
---|
1120 | "No matching programs found."
|
---|
1121 | Ei vastaavia ohjelmia.
|
---|
1122 | -"No matching programs were found."
|
---|
1123 | "No recording schedules have been defined."
|
---|
1124 | Ajoituksia ei mÀÀritelty.
|
---|
1125 | "No Tracks Available"
|
---|
1126 | @@ -425,7 +419,6 @@
|
---|
1127 | Haku NimellÀ
|
---|
1128 | "Please be warned that by altering this table without knowing what you are doing, you could seriously disrupt mythtv functionality."
|
---|
1129 | Varoitus: NÀiden asetusten muokkaus voi haitata MythTV:n toimintaa.
|
---|
1130 | -"Please search for something."
|
---|
1131 | "plot"
|
---|
1132 | juoni
|
---|
1133 | "Possible conflicts with this show"
|
---|
1134 | @@ -450,8 +443,6 @@
|
---|
1135 | Profiili
|
---|
1136 | "profile"
|
---|
1137 | profiili
|
---|
1138 | -"program continues to the left"
|
---|
1139 | -"program continues to the right"
|
---|
1140 | "Program Detail"
|
---|
1141 | Ohjelman LisÀtietoja
|
---|
1142 | "Program ID"
|
---|
1143 | @@ -599,15 +590,8 @@
|
---|
1144 | "Science Fiction Movies"
|
---|
1145 | "Search"
|
---|
1146 | Hae
|
---|
1147 | -"Search fields"
|
---|
1148 | "Search for: $1"
|
---|
1149 | Hae: $1
|
---|
1150 | -"Search help"
|
---|
1151 | -"Search help: movie example"
|
---|
1152 | -"Search help: movie search"
|
---|
1153 | -"Search help: regex example"
|
---|
1154 | -"Search help: regex search"
|
---|
1155 | -"Search options"
|
---|
1156 | "Search Phrase"
|
---|
1157 | Hakulause
|
---|
1158 | "Search Results"
|
---|
1159 | @@ -635,7 +619,6 @@
|
---|
1160 | "Show pixmaps"
|
---|
1161 | "Show recordings"
|
---|
1162 | NÀytÀ nauhoitukset
|
---|
1163 | -"show/hide advanced options"
|
---|
1164 | "Showing all programs from the $1 group."
|
---|
1165 | NÀytetÀÀn kaikki ohjelmat ryhmÀstÀ $1.
|
---|
1166 | "Showing all programs."
|
---|
1167 | Index: mythweb/modules/_shared/lang/Slovenian.lang
|
---|
1168 | ===================================================================
|
---|
1169 | --- mythweb/modules/_shared/lang/Slovenian.lang (revision 11062)
|
---|
1170 | +++ mythweb/modules/_shared/lang/Slovenian.lang (working copy)
|
---|
1171 | @@ -84,7 +84,6 @@
|
---|
1172 | Kategorija
|
---|
1173 | "Category Legend"
|
---|
1174 | Legenda kategorij
|
---|
1175 | -"Category Type"
|
---|
1176 | "CC"
|
---|
1177 | "Chan. Callsign"
|
---|
1178 | "Chan. Name"
|
---|
1179 | @@ -172,7 +171,6 @@
|
---|
1180 | "Episode"
|
---|
1181 | Oddaja
|
---|
1182 | "Episode Number"
|
---|
1183 | -"Exact Match"
|
---|
1184 | "Exec. Producer"
|
---|
1185 | Scenarist
|
---|
1186 | "file size"
|
---|
1187 | @@ -188,7 +186,6 @@
|
---|
1188 | "Find Time must be of the format: HH:MM:SS"
|
---|
1189 | "finetune"
|
---|
1190 | "First recording"
|
---|
1191 | -"Fold Duplicates"
|
---|
1192 | "Forecast"
|
---|
1193 | Napoved
|
---|
1194 | "Forget Old"
|
---|
1195 | @@ -218,13 +215,13 @@
|
---|
1196 | "Handy Predefined Searches"
|
---|
1197 | "handy: overview"
|
---|
1198 | Ta stran vsebuje v naprej pripravljena kompleksna iskanja seznamov programov.
|
---|
1199 | +"has been watched"
|
---|
1200 | "has bookmark"
|
---|
1201 | ima zaznamek
|
---|
1202 | "has commflag"
|
---|
1203 | ima oznaÄene reklame
|
---|
1204 | "has cutlist"
|
---|
1205 | ima seznam rezov
|
---|
1206 | -"HD Only"
|
---|
1207 | "HDTV"
|
---|
1208 | "High"
|
---|
1209 | Visoka
|
---|
1210 | @@ -283,8 +280,6 @@
|
---|
1211 | "Monday"
|
---|
1212 | Ponedeljek
|
---|
1213 | "more"
|
---|
1214 | -"move guide left"
|
---|
1215 | -"move guide right"
|
---|
1216 | "movie"
|
---|
1217 | "Movies"
|
---|
1218 | "Movies, 3½ Stars or more"
|
---|
1219 | @@ -321,7 +316,6 @@
|
---|
1220 | "No matches found"
|
---|
1221 | Ni zadetkov
|
---|
1222 | "No matching programs found."
|
---|
1223 | -"No matching programs were found."
|
---|
1224 | "No recording schedules have been defined."
|
---|
1225 | Definiran ni bil noben snemalni plan.
|
---|
1226 | "No Tracks Available"
|
---|
1227 | @@ -352,7 +346,6 @@
|
---|
1228 | "People"
|
---|
1229 | "People Search"
|
---|
1230 | "Please be warned that by altering this table without knowing what you are doing, you could seriously disrupt mythtv functionality."
|
---|
1231 | -"Please search for something."
|
---|
1232 | "plot"
|
---|
1233 | "Possible conflicts with this show"
|
---|
1234 | "Power"
|
---|
1235 | @@ -373,8 +366,6 @@
|
---|
1236 | Profil
|
---|
1237 | "profile"
|
---|
1238 | profil
|
---|
1239 | -"program continues to the left"
|
---|
1240 | -"program continues to the right"
|
---|
1241 | "Program Detail"
|
---|
1242 | "Program ID"
|
---|
1243 | "Program Listing"
|
---|
1244 | @@ -512,15 +503,8 @@
|
---|
1245 | "Science Fiction Movies"
|
---|
1246 | "Search"
|
---|
1247 | Iskanje
|
---|
1248 | -"Search fields"
|
---|
1249 | "Search for: $1"
|
---|
1250 | Iskanje: $1
|
---|
1251 | -"Search help"
|
---|
1252 | -"Search help: movie example"
|
---|
1253 | -"Search help: movie search"
|
---|
1254 | -"Search help: regex example"
|
---|
1255 | -"Search help: regex search"
|
---|
1256 | -"Search options"
|
---|
1257 | "Search Phrase"
|
---|
1258 | "Search Results"
|
---|
1259 | Rezultati iskanja
|
---|
1260 | @@ -544,7 +528,6 @@
|
---|
1261 | "Show pixmaps"
|
---|
1262 | "Show recordings"
|
---|
1263 | PokaÅŸi snemanja
|
---|
1264 | -"show/hide advanced options"
|
---|
1265 | "Showing all programs from the $1 group."
|
---|
1266 | "Showing all programs."
|
---|
1267 | "SI Units?"
|
---|
1268 | Index: mythweb/modules/tv/tmpl/default/recorded.php
|
---|
1269 | ===================================================================
|
---|
1270 | --- mythweb/modules/tv/tmpl/default/recorded.php (revision 11062)
|
---|
1271 | +++ mythweb/modules/tv/tmpl/default/recorded.php (working copy)
|
---|
1272 | @@ -325,8 +325,10 @@
|
---|
1273 | name="autoexpire_<?php echo $show->chanid, '.', $show->recstartts ?>"
|
---|
1274 | <?php if ($show->auto_expire) echo ' CHECKED' ?> onchange="set_autoexpire(<?php echo $row ?>)" />
|
---|
1275 | </span>
|
---|
1276 | - <?php echo t('has bookmark') ?>:
|
---|
1277 | - <b><?php echo $show->bookmark ? t('Yes') : t('No') ?></b>
|
---|
1278 | + <span style="padding-right: 25px"><?php echo t('has bookmark') ?>:
|
---|
1279 | + <b><?php echo $show->bookmark ? t('Yes') : t('No') ?></b></span>
|
---|
1280 | + <?php echo t('has been watched') ?>:
|
---|
1281 | + <b><?php echo $show->is_watched ? t('Yes') : t('No') ?></b>
|
---|
1282 | </td>
|
---|
1283 | <td width="5%" class="command command_border_l command_border_t command_border_b command_border_r" align="center">
|
---|
1284 | <a id="delete_rerecord_<?php echo $row ?>"
|
---|
1285 | Index: mythweb/modules/tv/tmpl/compact/recorded.php
|
---|
1286 | ===================================================================
|
---|
1287 | --- mythweb/modules/tv/tmpl/compact/recorded.php (revision 11062)
|
---|
1288 | +++ mythweb/modules/tv/tmpl/compact/recorded.php (working copy)
|
---|
1289 | @@ -325,8 +325,10 @@
|
---|
1290 | name="autoexpire_<?php echo $show->chanid, '.', $show->recstartts ?>"
|
---|
1291 | <?php if ($show->auto_expire) echo ' CHECKED' ?> onchange="set_autoexpire(<?php echo $row ?>)" />
|
---|
1292 | </span>
|
---|
1293 | - <?php echo t('has bookmark') ?>:
|
---|
1294 | - <b><?php echo $show->bookmark ? t('Yes') : t('No') ?></b>
|
---|
1295 | + <span style="padding-right: 25px"><?php echo t('has bookmark') ?>:
|
---|
1296 | + <b><?php echo $show->bookmark ? t('Yes') : t('No') ?></b></span>
|
---|
1297 | + <?php echo t('has been watched') ?>:
|
---|
1298 | + <b><?php echo $show->is_watched ? t('Yes') : t('No') ?></b>
|
---|
1299 | </td>
|
---|
1300 | <td width="5%" class="command command_border_l command_border_t command_border_b command_border_r" align="center">
|
---|
1301 | <a id="delete_rerecord_<?php echo $row ?>"
|
---|