Ticket #6452: Mythweb-CustomSchedule.2.txt

File Mythweb-CustomSchedule.2.txt, 43.3 KB (added by Bradley Ford <wombo1@…>, 15 years ago)

Mythweb Help - Custom Schedule R2

Line 
1Index: mythplugins/mythweb/modules/tv/tmpl/default/schedules_custom.php
2===================================================================
3--- mythplugins/mythweb/modules/tv/tmpl/default/schedules_custom.php    (revision 20349)
4+++ mythplugins/mythweb/modules/tv/tmpl/default/schedules_custom.php    (working copy)
5@@ -22,6 +22,79 @@
6 // Print the page header
7     require 'modules/_shared/tmpl/'.tmpl.'/header.php';
8 
9+// Create the help Popups
10+    global $Categories;
11+//    Search Type Help
12+    if (!empty($Categories)) {
13+
14+        $SearchTypeTitle = t('Search Type Help');
15+        $TitleSearchTitle = t('Title Search:');
16+        $TitleSearch = t('Search all program titles containing the Title text below');
17+        $KeywordSearchTitle = t('Keyword Search:');
18+        $KeywordSearch = t('Search all program keywords for a match against search phrase below');
19+        $PeopleSearchTitle = t('People Search:');
20+        $PeopleSearch = t('Search for all actors contained in a recording for a match against search phrase below');
21+        $PowerSearchTitle = t('Power Search:');
22+        $PowerSearch = t('Search will perform complex SQL queries against the database as per the search phrase below');
23+
24+        $SearchTypeHelp = <<<EOF
25+<table width=\"400\" style=\"background-color: #003060;\" border=\"1\" cellpadding=\"0\" cellspacing=\"0\">
26+<tr>
27+    <td><table width=\"400\" style=\"background-color: #003060;\" class=\"small\" cellpadding=\"5\" cellspacing=\"5\">
28+        <tr>
29+            <h3>$SearchTypeTitle</h3>
30+            <b>$TitleSearchTitle</b> <br>$TitleSearch<br>
31+            <b>$KeywordSearchTitle</b> <br>$KeywordSearch<br>
32+            <b>$PeopleSearchTitle</b> <br>$PeopleSearch<br>
33+            <b>$PowerSearchTitle</b> <br>$PowerSearch
34+        </tr>
35+    </td>
36+</tr>
37+</table>
38+EOF;
39+}
40+
41+//    Recording Options Help
42+
43+    if (!empty($Categories)) {
44+
45+        $RecordingOptionsTitle = t('Recording Options Help');
46+        $TitleSearchTitle = t('Title:');
47+        $TitleSearch = t('Searches will be performed against the title of all TV shows');
48+        $SearchPhraseTitle = t('Search Phrase:');
49+        $SearchPhrase = t('Depending on the Search type this is where you enter actual main search commands');
50+        $AdditionalTablesTitle = t('Additional tables:');
51+        $AdditionalTables = t('Allows you to search through other database tables when using a power search');
52+        $CommandsTitle = t('Commands:');
53+        $Commands1 = t('Allows you to match any string of any length (including zero length)');
54+        $Commands2 = t('Allows you to match on a single character');
55+
56+        $MoreInfo = t('For more information on the Power Search please go to:');
57+
58+        $RecordingOptionsHelp = <<<EOF
59+<table width="400" style="background-color: #003060;" border="1" cellpadding="0" cellspacing="0">
60+<tr>
61+    <td><table width="400" style="background-color: #003060;" class="small" cellpadding="5" cellspacing="5">
62+        <tr>
63+            <h3>$RecordingOptionsTitle</h3>
64+            <b>$TitleSearchTitle</b> <br>$TitleSearch<br>
65+            <b>$SearchPhraseTitle</b> <br>$SearchPhrase<br>
66+            <b>$AdditionalTablesTitle</b> <br>$AdditionalTables<br>
67+            <b>$CommandsTitle</b>
68+            <ul>
69+                <li><b>%: </b>$Commands1</li>
70+                <li><b>_: </b>$Commands2</li>
71+            </ul>
72+
73+            $MoreInfo
74+            http://www.mythtv.org/wiki/Custom_Recording
75+        </tr>
76+    </td>
77+</tr>
78+</table>
79+EOF;
80+}
81+
82 // Print the page contents
83 ?>
84 
85@@ -80,7 +153,9 @@
86         </div>
87 
88         <div class="x-options">
89-            <h3><?php echo t('Search Type') ?>:</h3>
90+            <h3><a href="<?php echo root ?>" <?php
91+                        echo show_popup('SearchTypeHelp',$SearchTypeHelp)
92+                        ?>>Search Type:</a></h3>
93 
94             <ul>
95                 <li><input type="radio" class="radio" name="searchtype" value="<?php echo searchtype_title ?>" id="searchtype_title"<?php
96@@ -104,7 +179,9 @@
97         </div>
98 
99         <div class="x-options">
100-            <h3><?php echo t('Recording Options') ?>:</h3>
101+            <h3><a href="<?php echo root ?>" <?php
102+                        echo show_popup('RecordingOptionsHelp',$RecordingOptionsHelp)
103+                        ?>>Recording Options:</a></h3>
104 
105             <dl id="title_options" class="x-long">
106                 <dt><?php echo t('Title') ?>:&nbsp;</dt>
107Index: mythplugins/mythweb/modules/_shared/lang/English_GB.lang
108===================================================================
109--- mythplugins/mythweb/modules/_shared/lang/English_GB.lang    (revision 20349)
110+++ mythplugins/mythweb/modules/_shared/lang/English_GB.lang    (working copy)
111@@ -44,6 +44,7 @@
112 "Add this Playlist as a Subplaylist"
113 "Add To Active Screens"
114 "Additional Tables"
115+"Additional tables:"
116 "Admin Key"
117 "Advanced"
118 "Advanced Options"
119@@ -66,6 +67,9 @@
120 "All recordings"
121 "All Songs"
122 "ALLOCINETYPE"
123+"Allows you to match any string of any length (including zero length)"
124+"Allows you to match on a single character"
125+"Allows you to search through other database tables when using a power search"
126 "An error occured while adding your playlist."
127 "and"
128 "Any"
129@@ -142,6 +146,7 @@
130 "Closed Captioning"
131 "colour"
132 "Commands"
133+"Commands:"
134 "Commercials Flagged"
135 "commfree"
136 "Conflict"
137@@ -183,6 +188,7 @@
138 "Delete and rerecord $1"
139 "Delete Forever"
140 "DELETE this Saved Playlist"
141+"Depending on the Search type this is where you enter actual main search commands"
142 "description"
143 "Description"
144 "Destination"
145@@ -247,6 +253,7 @@
146 "Finished"
147 "First recording"
148 "Flag Commercials"
149+"For more information on the Power Search please go to:"
150 "Force HTTP for streams"
151 "Force HTTP/HTTPS port for streams"
152 "Forced"
153@@ -333,6 +340,7 @@
154 "Keybindings Editor"
155 "Keyword"
156 "Keyword Search"
157+"Keyword Search:"
158 "Keywords"
159 "Language"
160 "Last Recorded"
161@@ -448,6 +456,7 @@
162 "Pending"
163 "People"
164 "People Search"
165+"People Search:"
166 "Percent of time spent recording"
167 "Play"
168 "Play Recording on Frontend"
169@@ -476,6 +485,7 @@
170 "Possible conflicts with this show"
171 "Power"
172 "Power Search"
173+"Power Search:"
174 "Precip"
175 "Prefer Channum"
176 "prefer_channum"
177@@ -521,6 +531,7 @@
178 "Recording Group"
179 "Recording Groups"
180 "Recording Options"
181+"Recording Options Help"
182 "Recording Priority"
183 "Recording Profile"
184 "Recording Schedules"
185@@ -644,13 +655,20 @@
186     Science Fiction Films
187 "Search"
188 "Search $1"
189+"Search all program keywords for a match against search phrase below"
190+"Search all program titles containing the Title text below"
191+"Search for all actors contained in a recording for a match against search phrase below"
192 "Search for:  $1"
193 "Search Music"
194 "Search Phrase"
195+"Search Phrase:"
196 "Search Results"
197 "Search the Music Database"
198 "Search Type"
199+"Search Type Help"
200+"Search will perform complex SQL queries against the database as per the search phrase below"
201 "Searches"
202+"Searches will be performed against the title of all TV shows"
203 "Series ID"
204 "Server Statistics"
205 "Set Host"
206@@ -730,6 +748,8 @@
207 "Title Match"
208 "Title search"
209 "Title Search"
210+"Title Search:"
211+"Title:"
212 "Too Many"
213 "Top $1"
214 "Top Played Songs"
215Index: mythplugins/mythweb/modules/_shared/lang/Catalan.lang
216===================================================================
217--- mythplugins/mythweb/modules/_shared/lang/Catalan.lang       (revision 20349)
218+++ mythplugins/mythweb/modules/_shared/lang/Catalan.lang       (working copy)
219@@ -67,6 +67,7 @@
220 "Add To Active Screens"
221 "Additional Tables"
222     Taules addicionals
223+"Additional tables:"
224 "Admin Key"
225 "Advanced"
226     Avançat
227@@ -98,6 +99,9 @@
228     Tots els enregistraments
229 "All Songs"
230 "ALLOCINETYPE"
231+"Allows you to match any string of any length (including zero length)"
232+"Allows you to match on a single character"
233+"Allows you to search through other database tables when using a power search"
234 "An error occured while adding your playlist."
235 "and"
236 "Any"
237@@ -201,6 +205,7 @@
238     color
239 "Commands"
240     Comandes
241+"Commands:"
242 "Commercials Flagged"
243 "commfree"
244     sense anuncis
245@@ -261,6 +266,7 @@
246     Esborrar i reenregistrar $1
247 "Delete Forever"
248 "DELETE this Saved Playlist"
249+"Depending on the Search type this is where you enter actual main search commands"
250 "description"
251     descripció
252 "Description"
253@@ -346,6 +352,7 @@
254 "First recording"
255     Primer  enregistrament
256 "Flag Commercials"
257+"For more information on the Power Search please go to:"
258 "Force HTTP for streams"
259 "Force HTTP/HTTPS port for streams"
260 "Forced"
261@@ -454,6 +461,7 @@
262     Paraula clau
263 "Keyword Search"
264     Recerca de paraules clau
265+"Keyword Search:"
266 "Keywords"
267 "Language"
268     Llengua
269@@ -620,6 +628,7 @@
270     Gent
271 "People Search"
272     Cercar persones
273+"People Search:"
274 "Percent of time spent recording"
275 "Play"
276 "Play Recording on Frontend"
277@@ -651,6 +660,7 @@
278     Avançat
279 "Power Search"
280     Recerca avançada
281+"Power Search:"
282 "Precip"
283 "Prefer Channum"
284     Nº Canal preferit
285@@ -708,6 +718,7 @@
286 "Recording Groups"
287 "Recording Options"
288     Opcions d'enregistrament
289+"Recording Options Help"
290 "Recording Priority"
291     Prioritat d'enregistrament
292 "Recording Profile"
293@@ -851,18 +862,25 @@
294 "Search"
295     Cercar
296 "Search $1"
297+"Search all program keywords for a match against search phrase below"
298+"Search all program titles containing the Title text below"
299+"Search for all actors contained in a recording for a match against search phrase below"
300 "Search for:  $1"
301     Cercar: $1
302 "Search Music"
303 "Search Phrase"
304     Cercar frase
305+"Search Phrase:"
306 "Search Results"
307     Resultats recerca
308 "Search the Music Database"
309 "Search Type"
310     Cercar tipus
311+"Search Type Help"
312+"Search will perform complex SQL queries against the database as per the search phrase below"
313 "Searches"
314     Recerques
315+"Searches will be performed against the title of all TV shows"
316 "Series ID"
317 "Server Statistics"
318 "Set Host"
319@@ -969,6 +987,8 @@
320 "Title search"
321 "Title Search"
322     Cercar títol
323+"Title Search:"
324+"Title:"
325 "Too Many"
326 "Top $1"
327     Primers $1
328Index: mythplugins/mythweb/modules/_shared/lang/French.lang
329===================================================================
330--- mythplugins/mythweb/modules/_shared/lang/French.lang        (revision 20349)
331+++ mythplugins/mythweb/modules/_shared/lang/French.lang        (working copy)
332@@ -60,6 +60,7 @@
333 "Add this Playlist as a Subplaylist"
334 "Add To Active Screens"
335 "Additional Tables"
336+"Additional tables:"
337 "Admin Key"
338 "Advanced"
339 "Advanced Options"
340@@ -87,6 +88,9 @@
341 "All Songs"
342 "ALLOCINETYPE"
343     Allo Cin&eacute;
344+"Allows you to match any string of any length (including zero length)"
345+"Allows you to match on a single character"
346+"Allows you to search through other database tables when using a power search"
347 "An error occured while adding your playlist."
348 "and"
349 "Any"
350@@ -177,6 +181,7 @@
351 "colour"
352 "Commands"
353     Commandes
354+"Commands:"
355 "Commercials Flagged"
356 "commfree"
357 "Conflict"
358@@ -226,6 +231,7 @@
359 "Delete and rerecord $1"
360 "Delete Forever"
361 "DELETE this Saved Playlist"
362+"Depending on the Search type this is where you enter actual main search commands"
363 "description"
364     Description
365 "Description"
366@@ -302,6 +308,7 @@
367 "Finished"
368 "First recording"
369 "Flag Commercials"
370+"For more information on the Power Search please go to:"
371 "Force HTTP for streams"
372 "Force HTTP/HTTPS port for streams"
373 "Forced"
374@@ -399,6 +406,7 @@
375 "Keybindings Editor"
376 "Keyword"
377 "Keyword Search"
378+"Keyword Search:"
379 "Keywords"
380 "Language"
381     Langue
382@@ -529,6 +537,7 @@
383 "Pending"
384 "People"
385 "People Search"
386+"People Search:"
387 "Percent of time spent recording"
388 "Play"
389 "Play Recording on Frontend"
390@@ -557,6 +566,7 @@
391 "Possible conflicts with this show"
392 "Power"
393 "Power Search"
394+"Power Search:"
395 "Precip"
396 "Prefer Channum"
397 "prefer_channum"
398@@ -610,6 +620,7 @@
399 "Recording Groups"
400 "Recording Options"
401     Options d&acute;enregistrement
402+"Recording Options Help"
403 "Recording Priority"
404     Priorit&eacute; d&acute;enregistrement
405 "Recording Profile"
406@@ -744,16 +755,23 @@
407 "Search"
408     Recherche
409 "Search $1"
410+"Search all program keywords for a match against search phrase below"
411+"Search all program titles containing the Title text below"
412+"Search for all actors contained in a recording for a match against search phrase below"
413 "Search for:  $1"
414     Chercher:    $1
415 "Search Music"
416 "Search Phrase"
417+"Search Phrase:"
418 "Search Results"
419     R&eacute;sultats de recherche
420 "Search the Music Database"
421 "Search Type"
422+"Search Type Help"
423+"Search will perform complex SQL queries against the database as per the search phrase below"
424 "Searches"
425     Recherches
426+"Searches will be performed against the title of all TV shows"
427 "Series ID"
428 "Server Statistics"
429 "Set Host"
430@@ -844,6 +862,8 @@
431 "Title Match"
432 "Title search"
433 "Title Search"
434+"Title Search:"
435+"Title:"
436 "Too Many"
437 "Top $1"
438 "Top Played Songs"
439Index: mythplugins/mythweb/modules/_shared/lang/Spanish.lang
440===================================================================
441--- mythplugins/mythweb/modules/_shared/lang/Spanish.lang       (revision 20349)
442+++ mythplugins/mythweb/modules/_shared/lang/Spanish.lang       (working copy)
443@@ -84,6 +84,7 @@
444     Agregar a Pantallas Activas
445 "Additional Tables"
446     Tablas adicionales
447+"Additional tables:"
448 "Admin Key"
449 "Advanced"
450     Avanzado
451@@ -126,6 +127,9 @@
452 "All Songs"
453     Todas las Canciones
454 "ALLOCINETYPE"
455+"Allows you to match any string of any length (including zero length)"
456+"Allows you to match on a single character"
457+"Allows you to search through other database tables when using a power search"
458 "An error occured while adding your playlist."
459     Un error ocurrió al intentar agregar su lista de reproducción
460 "and"
461@@ -260,6 +264,7 @@
462     color
463 "Commands"
464     Comandos
465+"Commands:"
466 "Commercials Flagged"
467     Comerciales Marcados
468 "commfree"
469@@ -327,6 +332,7 @@
470     Borrar para Siempre
471 "DELETE this Saved Playlist"
472     BORRAR esta Lista de Reproducción Guardada
473+"Depending on the Search type this is where you enter actual main search commands"
474 "description"
475     descripción
476 "Description"
477@@ -419,6 +425,7 @@
478 "First recording"
479     Primera grabación
480 "Flag Commercials"
481+"For more information on the Power Search please go to:"
482 "Force HTTP for streams"
483 "Force HTTP/HTTPS port for streams"
484 "Forced"
485@@ -526,6 +533,7 @@
486     Palabra clave
487 "Keyword Search"
488     Búsqueda palabras
489+"Keyword Search:"
490 "Keywords"
491 "Language"
492     Lengua
493@@ -691,6 +699,7 @@
494     Gente
495 "People Search"
496     Búsqueda gente
497+"People Search:"
498 "Percent of time spent recording"
499 "Play"
500 "Play Recording on Frontend"
501@@ -722,6 +731,7 @@
502     Avanzada
503 "Power Search"
504     Búsqueda avanzada
505+"Power Search:"
506 "Precip"
507 "Prefer Channum"
508     Nº Canal Preferido
509@@ -779,6 +789,7 @@
510 "Recording Groups"
511 "Recording Options"
512     Opciones grabación
513+"Recording Options Help"
514 "Recording Priority"
515     Prioridad grabación
516 "Recording Profile"
517@@ -922,18 +933,25 @@
518 "Search"
519     Buscar
520 "Search $1"
521+"Search all program keywords for a match against search phrase below"
522+"Search all program titles containing the Title text below"
523+"Search for all actors contained in a recording for a match against search phrase below"
524 "Search for:  $1"
525     Buscar: $1
526 "Search Music"
527 "Search Phrase"
528     Buscar frase
529+"Search Phrase:"
530 "Search Results"
531     Resultados bsqueda
532 "Search the Music Database"
533 "Search Type"
534     Buscar tipo
535+"Search Type Help"
536+"Search will perform complex SQL queries against the database as per the search phrase below"
537 "Searches"
538     Búsquedas
539+"Searches will be performed against the title of all TV shows"
540 "Series ID"
541 "Server Statistics"
542 "Set Host"
543@@ -1040,6 +1058,8 @@
544 "Title search"
545 "Title Search"
546     Buscar título
547+"Title Search:"
548+"Title:"
549 "Too Many"
550 "Top $1"
551 "Top Played Songs"
552Index: mythplugins/mythweb/modules/_shared/lang/Danish.lang
553===================================================================
554--- mythplugins/mythweb/modules/_shared/lang/Danish.lang        (revision 20349)
555+++ mythplugins/mythweb/modules/_shared/lang/Danish.lang        (working copy)
556@@ -65,6 +65,7 @@
557 "Add this Playlist as a Subplaylist"
558 "Add To Active Screens"
559 "Additional Tables"
560+"Additional tables:"
561 "Admin Key"
562 "Advanced"
563     Advanceret
564@@ -95,6 +96,9 @@
565     Alle optagelser
566 "All Songs"
567 "ALLOCINETYPE"
568+"Allows you to match any string of any length (including zero length)"
569+"Allows you to match on a single character"
570+"Allows you to search through other database tables when using a power search"
571 "An error occured while adding your playlist."
572 "and"
573 "Any"
574@@ -199,6 +203,7 @@
575     Farve
576 "Commands"
577     Kommandoer
578+"Commands:"
579 "Commercials Flagged"
580 "commfree"
581     Reklamefri
582@@ -257,6 +262,7 @@
583     Slet + genoptag $1
584 "Delete Forever"
585 "DELETE this Saved Playlist"
586+"Depending on the Search type this is where you enter actual main search commands"
587 "description"
588     beskrivelse
589 "Description"
590@@ -341,6 +347,7 @@
591 "First recording"
592     FÞrste optagelse
593 "Flag Commercials"
594+"For more information on the Power Search please go to:"
595 "Force HTTP for streams"
596 "Force HTTP/HTTPS port for streams"
597 "Forced"
598@@ -441,6 +448,7 @@
599     NÞgleord
600 "Keyword Search"
601     NÞgleords sÞgning
602+"Keyword Search:"
603 "Keywords"
604 "Language"
605     Sprog
606@@ -596,6 +604,7 @@
607     Personer
608 "People Search"
609     Person sÞgning
610+"People Search:"
611 "Percent of time spent recording"
612 "Play"
613 "Play Recording on Frontend"
614@@ -627,6 +636,7 @@
615     Super
616 "Power Search"
617     Super sÞgning
618+"Power Search:"
619 "Precip"
620 "Prefer Channum"
621 "prefer_channum"
622@@ -682,6 +692,7 @@
623 "Recording Groups"
624 "Recording Options"
625     Optageindstillinger
626+"Recording Options Help"
627 "Recording Priority"
628     Optageprioritet
629 "Recording Profile"
630@@ -823,18 +834,25 @@
631 "Search"
632     SÞg
633 "Search $1"
634+"Search all program keywords for a match against search phrase below"
635+"Search all program titles containing the Title text below"
636+"Search for all actors contained in a recording for a match against search phrase below"
637 "Search for:  $1"
638     SÞg efter: $1
639 "Search Music"
640 "Search Phrase"
641     SÞge ord
642+"Search Phrase:"
643 "Search Results"
644     SÞgeresultater
645 "Search the Music Database"
646 "Search Type"
647     SÞge type
648+"Search Type Help"
649+"Search will perform complex SQL queries against the database as per the search phrase below"
650 "Searches"
651     SÞgninger
652+"Searches will be performed against the title of all TV shows"
653 "Series ID"
654 "Server Statistics"
655 "Set Host"
656@@ -935,6 +953,8 @@
657 "Title search"
658 "Title Search"
659     Titel sÞgning
660+"Title Search:"
661+"Title:"
662 "Too Many"
663 "Top $1"
664     Top $1
665Index: mythplugins/mythweb/modules/_shared/lang/Swedish.lang
666===================================================================
667--- mythplugins/mythweb/modules/_shared/lang/Swedish.lang       (revision 20349)
668+++ mythplugins/mythweb/modules/_shared/lang/Swedish.lang       (working copy)
669@@ -80,6 +80,7 @@
670 "Add To Active Screens"
671 "Additional Tables"
672     Ytterligare tabeller
673+"Additional tables:"
674 "Admin Key"
675 "Advanced"
676     Avancerad
677@@ -122,6 +123,9 @@
678 "All Songs"
679     Alla sÃ¥nger
680 "ALLOCINETYPE"
681+"Allows you to match any string of any length (including zero length)"
682+"Allows you to match on a single character"
683+"Allows you to search through other database tables when using a power search"
684 "An error occured while adding your playlist."
685     Ett fel uppstod vid tillÀgg av din spellista.
686 "and"
687@@ -258,6 +262,7 @@
688     fÀrg
689 "Commands"
690     Kommando
691+"Commands:"
692 "Commercials Flagged"
693     Reklam markerad
694 "commfree"
695@@ -324,6 +329,7 @@
696 "Delete Forever"
697 "DELETE this Saved Playlist"
698     RADERA denna sparade spellista
699+"Depending on the Search type this is where you enter actual main search commands"
700 "description"
701     beskrivning
702 "Description"
703@@ -422,6 +428,7 @@
704 "First recording"
705     Första inspelning
706 "Flag Commercials"
707+"For more information on the Power Search please go to:"
708 "Force HTTP for streams"
709     Tvinga HTTP för strömmar
710 "Force HTTP/HTTPS port for streams"
711@@ -547,6 +554,7 @@
712     Nyckelord
713 "Keyword Search"
714     Sök nyckelord
715+"Keyword Search:"
716 "Keywords"
717     Nyckelord
718 "Language"
719@@ -740,6 +748,7 @@
720     Person
721 "People Search"
722     Sök person
723+"People Search:"
724 "Percent of time spent recording"
725     Procent av tid i inspelningslÀge
726 "Play"
727@@ -792,6 +801,7 @@
728     Avancerat
729 "Power Search"
730     Avancerad sökning
731+"Power Search:"
732 "Precip"
733 "Prefer Channum"
734     Föredra kanalnummer
735@@ -860,6 +870,7 @@
736 "Recording Groups"
737 "Recording Options"
738     InspelningsinstÀllningar
739+"Recording Options Help"
740 "Recording Priority"
741     Inspelningsprioritet
742 "Recording Profile"
743@@ -1011,19 +1022,26 @@
744     Sök
745 "Search $1"
746     Sök $1
747+"Search all program keywords for a match against search phrase below"
748+"Search all program titles containing the Title text below"
749+"Search for all actors contained in a recording for a match against search phrase below"
750 "Search for:  $1"
751     Sök efter:  $1
752 "Search Music"
753     Sök musik
754 "Search Phrase"
755     Sök fras
756+"Search Phrase:"
757 "Search Results"
758     Sökresultat
759 "Search the Music Database"
760 "Search Type"
761     Sök typ
762+"Search Type Help"
763+"Search will perform complex SQL queries against the database as per the search phrase below"
764 "Searches"
765     Sökningar
766+"Searches will be performed against the title of all TV shows"
767 "Series ID"
768 "Server Statistics"
769     Serverstatistik
770@@ -1149,6 +1167,8 @@
771     Sök titel
772 "Title Search"
773     Sök titel
774+"Title Search:"
775+"Title:"
776 "Too Many"
777     För mÃ¥nga
778 "Top $1"
779Index: mythplugins/mythweb/modules/_shared/lang/Dutch.lang
780===================================================================
781--- mythplugins/mythweb/modules/_shared/lang/Dutch.lang (revision 20349)
782+++ mythplugins/mythweb/modules/_shared/lang/Dutch.lang (working copy)
783@@ -63,6 +63,7 @@
784 "Add To Active Screens"
785 "Additional Tables"
786     Aanvullende tabellen
787+"Additional tables:"
788 "Admin Key"
789 "Advanced"
790 "Advanced Options"
791@@ -91,6 +92,9 @@
792     Alle opnames
793 "All Songs"
794 "ALLOCINETYPE"
795+"Allows you to match any string of any length (including zero length)"
796+"Allows you to match on a single character"
797+"Allows you to search through other database tables when using a power search"
798 "An error occured while adding your playlist."
799 "and"
800 "Any"
801@@ -192,6 +196,7 @@
802     kleur
803 "Commands"
804     Opdrachten
805+"Commands:"
806 "Commercials Flagged"
807 "commfree"
808     reclamevrij
809@@ -250,6 +255,7 @@
810     Verwijderen en $1 opnieuw opnemen
811 "Delete Forever"
812 "DELETE this Saved Playlist"
813+"Depending on the Search type this is where you enter actual main search commands"
814 "description"
815     beschrijving
816 "Description"
817@@ -334,6 +340,7 @@
818 "Finished"
819 "First recording"
820 "Flag Commercials"
821+"For more information on the Power Search please go to:"
822 "Force HTTP for streams"
823 "Force HTTP/HTTPS port for streams"
824 "Forced"
825@@ -440,6 +447,7 @@
826     Kernwoord
827 "Keyword Search"
828     Kernwoord zoeken
829+"Keyword Search:"
830 "Keywords"
831 "Language"
832     Taal
833@@ -587,6 +595,7 @@
834     Personen
835 "People Search"
836     Personen zoeken
837+"People Search:"
838 "Percent of time spent recording"
839 "Play"
840 "Play Recording on Frontend"
841@@ -617,6 +626,7 @@
842 "Power"
843 "Power Search"
844     Geavanceerd zoeken
845+"Power Search:"
846 "Precip"
847 "Prefer Channum"
848 "prefer_channum"
849@@ -673,6 +683,7 @@
850 "Recording Groups"
851 "Recording Options"
852     Opname Opties
853+"Recording Options Help"
854 "Recording Priority"
855     Opname Prioriteit
856 "Recording Profile"
857@@ -813,18 +824,25 @@
858 "Search"
859     Zoeken
860 "Search $1"
861+"Search all program keywords for a match against search phrase below"
862+"Search all program titles containing the Title text below"
863+"Search for all actors contained in a recording for a match against search phrase below"
864 "Search for:  $1"
865     Zoeken: $1
866 "Search Music"
867 "Search Phrase"
868     Zin zoeken
869+"Search Phrase:"
870 "Search Results"
871     Zoekresultaten
872 "Search the Music Database"
873 "Search Type"
874     Type zoeken
875+"Search Type Help"
876+"Search will perform complex SQL queries against the database as per the search phrase below"
877 "Searches"
878     Zoekopdrachten
879+"Searches will be performed against the title of all TV shows"
880 "Series ID"
881 "Server Statistics"
882 "Set Host"
883@@ -926,6 +944,8 @@
884 "Title search"
885 "Title Search"
886     Titel zoeken
887+"Title Search:"
888+"Title:"
889 "Too Many"
890 "Top $1"
891 "Top Played Songs"
892Index: mythplugins/mythweb/modules/_shared/lang/German.lang
893===================================================================
894--- mythplugins/mythweb/modules/_shared/lang/German.lang        (revision 20349)
895+++ mythplugins/mythweb/modules/_shared/lang/German.lang        (working copy)
896@@ -82,6 +82,7 @@
897 "Add To Active Screens"
898 "Additional Tables"
899     zus. Tabellen
900+"Additional tables:"
901 "Admin Key"
902 "Advanced"
903     Erweitert
904@@ -123,6 +124,9 @@
905 "All Songs"
906     Alle Lieder
907 "ALLOCINETYPE"
908+"Allows you to match any string of any length (including zero length)"
909+"Allows you to match on a single character"
910+"Allows you to search through other database tables when using a power search"
911 "An error occured while adding your playlist."
912     Beim HinzufÃŒgen zur Wiedergabeliste trat ein Fehler auf.
913 "and"
914@@ -255,6 +259,7 @@
915     Farbe
916 "Commands"
917     Optionen
918+"Commands:"
919 "Commercials Flagged"
920     Werbung markiert
921 "commfree"
922@@ -328,6 +333,7 @@
923 "Delete Forever"
924 "DELETE this Saved Playlist"
925     Gespeicherte Wiedergabeliste löschen
926+"Depending on the Search type this is where you enter actual main search commands"
927 "description"
928     Beschreibung
929 "Description"
930@@ -438,6 +444,7 @@
931 "First recording"
932 "Flag Commercials"
933     Werbung markieren
934+"For more information on the Power Search please go to:"
935 "Force HTTP for streams"
936     HTTP Protokoll erzwingen
937 "Force HTTP/HTTPS port for streams"
938@@ -560,6 +567,7 @@
939     SchlÃŒsselwort
940 "Keyword Search"
941     Suche nach SchlÃŒsselwort
942+"Keyword Search:"
943 "Keywords"
944     SchlÃŒsselwörter
945 "Language"
946@@ -755,6 +763,7 @@
947     Leute
948 "People Search"
949     Suche nach Darsteller
950+"People Search:"
951 "Percent of time spent recording"
952 "Play"
953     Abspielen
954@@ -806,6 +815,7 @@
955     freie Suche
956 "Power Search"
957     Erweiterte Suche
958+"Power Search:"
959 "Precip"
960 "Prefer Channum"
961     bevorzuge Sendernummer
962@@ -878,6 +888,7 @@
963 "Recording Groups"
964 "Recording Options"
965     Aufnahmeoptionen
966+"Recording Options Help"
967 "Recording Priority"
968     AufnahmeprioritÀt
969 "Recording Profile"
970@@ -1032,18 +1043,25 @@
971     Suche
972 "Search $1"
973     Suche bei $1
974+"Search all program keywords for a match against search phrase below"
975+"Search all program titles containing the Title text below"
976+"Search for all actors contained in a recording for a match against search phrase below"
977 "Search for:  $1"
978     Suche nach: $1
979 "Search Music"
980 "Search Phrase"
981     Suchtext
982+"Search Phrase:"
983 "Search Results"
984     Suchergebnisse
985 "Search the Music Database"
986 "Search Type"
987     Suchtyp
988+"Search Type Help"
989+"Search will perform complex SQL queries against the database as per the search phrase below"
990 "Searches"
991     Suchen
992+"Searches will be performed against the title of all TV shows"
993 "Series ID"
994 "Server Statistics"
995     Serverstatistik
996@@ -1176,6 +1194,8 @@
997     Titelsuche
998 "Title Search"
999     Titel Suche
1000+"Title Search:"
1001+"Title:"
1002 "Too Many"
1003     zu viele
1004 "Top $1"
1005Index: mythplugins/mythweb/modules/_shared/lang/Japanese.lang
1006===================================================================
1007--- mythplugins/mythweb/modules/_shared/lang/Japanese.lang      (revision 20349)
1008+++ mythplugins/mythweb/modules/_shared/lang/Japanese.lang      (working copy)
1009@@ -60,6 +60,7 @@
1010 "Add To Active Screens"
1011 "Additional Tables"
1012     è¿œåŠ ãƒ†ãƒŒãƒ–ル
1013+"Additional tables:"
1014 "Admin Key"
1015 "Advanced"
1016     ã‚¢ãƒ‰ãƒãƒ³ã‚¹ãƒ‰
1017@@ -91,6 +92,9 @@
1018     å…šãŠã®éŒ²ç”»
1019 "All Songs"
1020 "ALLOCINETYPE"
1021+"Allows you to match any string of any length (including zero length)"
1022+"Allows you to match on a single character"
1023+"Allows you to search through other database tables when using a power search"
1024 "An error occured while adding your playlist."
1025 "and"
1026 "Any"
1027@@ -191,6 +195,7 @@
1028     ã‚«ãƒ©ãƒŒ
1029 "Commands"
1030     ã‚³ãƒžãƒ³ãƒ‰
1031+"Commands:"
1032 "Commercials Flagged"
1033 "commfree"
1034     CMカット
1035@@ -250,6 +255,7 @@
1036     å‰Šé™€ãšéŒ²ç”» $1
1037 "Delete Forever"
1038 "DELETE this Saved Playlist"
1039+"Depending on the Search type this is where you enter actual main search commands"
1040 "description"
1041     å†…容
1042 "Description"
1043@@ -335,6 +341,7 @@
1044 "First recording"
1045     æœ€åˆã®éŒ²ç”»
1046 "Flag Commercials"
1047+"For more information on the Power Search please go to:"
1048 "Force HTTP for streams"
1049 "Force HTTP/HTTPS port for streams"
1050 "Forced"
1051@@ -438,6 +445,7 @@
1052     ã‚­ãƒŒãƒ¯ãƒŒãƒ‰
1053 "Keyword Search"
1054     ã‚­ãƒŒãƒ¯ãƒŒãƒ‰ã‚µãƒŒãƒ
1055+"Keyword Search:"
1056 "Keywords"
1057 "Language"
1058     èš€èªž
1059@@ -596,6 +604,7 @@
1060     ãƒ”ヌプル
1061 "People Search"
1062     ãƒ”ヌプルサヌチ
1063+"People Search:"
1064 "Percent of time spent recording"
1065 "Play"
1066 "Play Recording on Frontend"
1067@@ -627,6 +636,7 @@
1068     ãƒ‘ワヌ
1069 "Power Search"
1070     ãƒ‘ワヌサヌチ
1071+"Power Search:"
1072 "Precip"
1073 "Prefer Channum"
1074     ãƒãƒ£ãƒ³ãƒãƒ«ç•ªå·ã‚’優先
1075@@ -684,6 +694,7 @@
1076 "Recording Groups"
1077 "Recording Options"
1078     éŒ²ç”»ã‚ªãƒ—ション
1079+"Recording Options Help"
1080 "Recording Priority"
1081     éŒ²ç”»å„ªå…ˆé †äœ
1082 "Recording Profile"
1083@@ -824,18 +835,25 @@
1084 "Search"
1085     ã‚µãƒŒãƒ
1086 "Search $1"
1087+"Search all program keywords for a match against search phrase below"
1088+"Search all program titles containing the Title text below"
1089+"Search for all actors contained in a recording for a match against search phrase below"
1090 "Search for:  $1"
1091     $1 の怜玢結果
1092 "Search Music"
1093 "Search Phrase"
1094     ã‚µãƒŒãƒãƒ•ãƒ¬ãƒŒã‚º
1095+"Search Phrase:"
1096 "Search Results"
1097     æ€œçŽ¢çµæžœ
1098 "Search the Music Database"
1099 "Search Type"
1100     ã‚µãƒŒãƒã‚¿ã‚€ãƒ—
1101+"Search Type Help"
1102+"Search will perform complex SQL queries against the database as per the search phrase below"
1103 "Searches"
1104     ã‚µãƒŒãƒãƒ¡ãƒ‹ãƒ¥ãƒŒ
1105+"Searches will be performed against the title of all TV shows"
1106 "Series ID"
1107 "Server Statistics"
1108 "Set Host"
1109@@ -940,6 +958,8 @@
1110 "Title search"
1111 "Title Search"
1112     ã‚¿ã‚€ãƒˆãƒ«ã‚µãƒŒãƒ
1113+"Title Search:"
1114+"Title:"
1115 "Too Many"
1116 "Top $1"
1117     ãƒˆãƒƒãƒ— $1
1118Index: mythplugins/mythweb/modules/_shared/lang/English.lang
1119===================================================================
1120--- mythplugins/mythweb/modules/_shared/lang/English.lang       (revision 20349)
1121+++ mythplugins/mythweb/modules/_shared/lang/English.lang       (working copy)
1122@@ -43,6 +43,7 @@
1123 "Add this Playlist as a Subplaylist"
1124 "Add To Active Screens"
1125 "Additional Tables"
1126+"Additional tables:"
1127 "Admin Key"
1128 "Advanced"
1129 "Advanced Options"
1130@@ -66,6 +67,9 @@
1131 "All Songs"
1132 "ALLOCINETYPE"
1133     Allo Cin&eacute;
1134+"Allows you to match any string of any length (including zero length)"
1135+"Allows you to match on a single character"
1136+"Allows you to search through other database tables when using a power search"
1137 "An error occured while adding your playlist."
1138 "and"
1139 "Any"
1140@@ -139,6 +143,7 @@
1141 "Closed Captioning"
1142 "colour"
1143 "Commands"
1144+"Commands:"
1145 "Commercials Flagged"
1146 "commfree"
1147 "Conflict"
1148@@ -180,6 +185,7 @@
1149 "Delete and rerecord $1"
1150 "Delete Forever"
1151 "DELETE this Saved Playlist"
1152+"Depending on the Search type this is where you enter actual main search commands"
1153 "description"
1154 "Description"
1155 "Destination"
1156@@ -242,6 +248,7 @@
1157 "Finished"
1158 "First recording"
1159 "Flag Commercials"
1160+"For more information on the Power Search please go to:"
1161 "Force HTTP for streams"
1162 "Force HTTP/HTTPS port for streams"
1163 "Forced"
1164@@ -329,6 +336,7 @@
1165 "Keybindings Editor"
1166 "Keyword"
1167 "Keyword Search"
1168+"Keyword Search:"
1169 "Keywords"
1170 "Language"
1171 "Last Recorded"
1172@@ -441,6 +449,7 @@
1173 "Pending"
1174 "People"
1175 "People Search"
1176+"People Search:"
1177 "Percent of time spent recording"
1178 "Play"
1179 "Play Recording on Frontend"
1180@@ -469,6 +478,7 @@
1181 "Possible conflicts with this show"
1182 "Power"
1183 "Power Search"
1184+"Power Search:"
1185 "Precip"
1186 "Prefer Channum"
1187 "prefer_channum"
1188@@ -510,6 +520,7 @@
1189 "Recording Group"
1190 "Recording Groups"
1191 "Recording Options"
1192+"Recording Options Help"
1193 "Recording Priority"
1194 "Recording Profile"
1195 "Recording Schedules"
1196@@ -633,13 +644,20 @@
1197 "Science Fiction Movies"
1198 "Search"
1199 "Search $1"
1200+"Search all program keywords for a match against search phrase below"
1201+"Search all program titles containing the Title text below"
1202+"Search for all actors contained in a recording for a match against search phrase below"
1203 "Search for:  $1"
1204 "Search Music"
1205 "Search Phrase"
1206+"Search Phrase:"
1207 "Search Results"
1208 "Search the Music Database"
1209 "Search Type"
1210+"Search Type Help"
1211+"Search will perform complex SQL queries against the database as per the search phrase below"
1212 "Searches"
1213+"Searches will be performed against the title of all TV shows"
1214 "Series ID"
1215 "Server Statistics"
1216 "Set Host"
1217@@ -724,6 +742,8 @@
1218 "Title Match"
1219 "Title search"
1220 "Title Search"
1221+"Title Search:"
1222+"Title:"
1223 "Too Many"
1224 "Top $1"
1225 "Top Played Songs"
1226Index: mythplugins/mythweb/modules/_shared/lang/Czech.lang
1227===================================================================
1228--- mythplugins/mythweb/modules/_shared/lang/Czech.lang (revision 20349)
1229+++ mythplugins/mythweb/modules/_shared/lang/Czech.lang (working copy)
1230@@ -51,6 +51,7 @@
1231 "Add this Playlist as a Subplaylist"
1232 "Add To Active Screens"
1233 "Additional Tables"
1234+"Additional tables:"
1235 "Admin Key"
1236 "Advanced"
1237 "Advanced Options"
1238@@ -77,6 +78,9 @@
1239     VÅ¡echny nahrávky
1240 "All Songs"
1241 "ALLOCINETYPE"
1242+"Allows you to match any string of any length (including zero length)"
1243+"Allows you to match on a single character"
1244+"Allows you to search through other database tables when using a power search"
1245 "An error occured while adding your playlist."
1246 "and"
1247 "Any"
1248@@ -159,6 +163,7 @@
1249 "Closed Captioning"
1250 "colour"
1251 "Commands"
1252+"Commands:"
1253 "Commercials Flagged"
1254 "commfree"
1255 "Conflict"
1256@@ -204,6 +209,7 @@
1257 "Delete and rerecord $1"
1258 "Delete Forever"
1259 "DELETE this Saved Playlist"
1260+"Depending on the Search type this is where you enter actual main search commands"
1261 "description"
1262     popis
1263 "Description"
1264@@ -272,6 +278,7 @@
1265 "Finished"
1266 "First recording"
1267 "Flag Commercials"
1268+"For more information on the Power Search please go to:"
1269 "Force HTTP for streams"
1270 "Force HTTP/HTTPS port for streams"
1271 "Forced"
1272@@ -360,6 +367,7 @@
1273 "Keybindings Editor"
1274 "Keyword"
1275 "Keyword Search"
1276+"Keyword Search:"
1277 "Keywords"
1278 "Language"
1279     Jazyk
1280@@ -485,6 +493,7 @@
1281 "Pending"
1282 "People"
1283 "People Search"
1284+"People Search:"
1285 "Percent of time spent recording"
1286 "Play"
1287 "Play Recording on Frontend"
1288@@ -513,6 +522,7 @@
1289 "Possible conflicts with this show"
1290 "Power"
1291 "Power Search"
1292+"Power Search:"
1293 "Precip"
1294 "Prefer Channum"
1295 "prefer_channum"
1296@@ -560,6 +570,7 @@
1297 "Recording Group"
1298 "Recording Groups"
1299 "Recording Options"
1300+"Recording Options Help"
1301 "Recording Priority"
1302 "Recording Profile"
1303 "Recording Schedules"
1304@@ -686,14 +697,21 @@
1305 "Search"
1306     Vyhledat
1307 "Search $1"
1308+"Search all program keywords for a match against search phrase below"
1309+"Search all program titles containing the Title text below"
1310+"Search for all actors contained in a recording for a match against search phrase below"
1311 "Search for:  $1"
1312 "Search Music"
1313 "Search Phrase"
1314+"Search Phrase:"
1315 "Search Results"
1316 "Search the Music Database"
1317 "Search Type"
1318+"Search Type Help"
1319+"Search will perform complex SQL queries against the database as per the search phrase below"
1320 "Searches"
1321     Vyhledávání
1322+"Searches will be performed against the title of all TV shows"
1323 "Series ID"
1324 "Server Statistics"
1325 "Set Host"
1326@@ -772,6 +790,8 @@
1327 "Title Match"
1328 "Title search"
1329 "Title Search"
1330+"Title Search:"
1331+"Title:"
1332 "Too Many"
1333 "Top $1"
1334 "Top Played Songs"
1335Index: mythplugins/mythweb/modules/_shared/lang/Finnish.lang
1336===================================================================
1337--- mythplugins/mythweb/modules/_shared/lang/Finnish.lang       (revision 20349)
1338+++ mythplugins/mythweb/modules/_shared/lang/Finnish.lang       (working copy)
1339@@ -83,6 +83,7 @@
1340     LisÀÀ aktiivisiin nÀyttöihin
1341 "Additional Tables"
1342     TÀydentÀvÀt taulukot
1343+"Additional tables:"
1344 "Admin Key"
1345     YllÀpitÀjÀn avain
1346 "Advanced"
1347@@ -127,6 +128,9 @@
1348     Kaikki kappaleet
1349 "ALLOCINETYPE"
1350     ALLOCINETYPE
1351+"Allows you to match any string of any length (including zero length)"
1352+"Allows you to match on a single character"
1353+"Allows you to search through other database tables when using a power search"
1354 "An error occured while adding your playlist."
1355     Tapahtui virhe lisÀtessÀ soittolistaasi
1356 "and"
1357@@ -271,6 +275,7 @@
1358     VÀri
1359 "Commands"
1360     Komennot
1361+"Commands:"
1362 "Commercials Flagged"
1363     Merkityt mainokset
1364 "commfree"
1365@@ -346,6 +351,7 @@
1366     Poista ikuisesti
1367 "DELETE this Saved Playlist"
1368     POISTA tÀmÀ tallennettu Soittolista
1369+"Depending on the Search type this is where you enter actual main search commands"
1370 "description"
1371     kuvaus
1372 "Description"
1373@@ -464,6 +470,7 @@
1374     EnsimmÀinen nauhoitus
1375 "Flag Commercials"
1376     Merkitse mainokset
1377+"For more information on the Power Search please go to:"
1378 "Force HTTP for streams"
1379     Pakota HTTP virtauksille
1380 "Force HTTP/HTTPS port for streams"
1381@@ -600,6 +607,7 @@
1382     Avainsana
1383 "Keyword Search"
1384     Haku avainsanalla
1385+"Keyword Search:"
1386 "Keywords"
1387     Avainsanat
1388 "Language"
1389@@ -811,6 +819,7 @@
1390     Ihmiset
1391 "People Search"
1392     Haku nimellÀ
1393+"People Search:"
1394 "Percent of time spent recording"
1395     Nauhoitukseen kÀytetty aika prosentteina
1396 "Play"
1397@@ -865,6 +874,7 @@
1398     Virta
1399 "Power Search"
1400     Tehokas Haku
1401+"Power Search:"
1402 "Precip"
1403     Syvyys
1404 "Prefer Channum"
1405@@ -941,6 +951,7 @@
1406 "Recording Groups"
1407 "Recording Options"
1408     Nauhoitusvalinnat
1409+"Recording Options Help"
1410 "Recording Priority"
1411     Nauhoituksen prioriteetti
1412 "Recording Profile"
1413@@ -1099,20 +1110,27 @@
1414     Hae
1415 "Search $1"
1416     Hae $1
1417+"Search all program keywords for a match against search phrase below"
1418+"Search all program titles containing the Title text below"
1419+"Search for all actors contained in a recording for a match against search phrase below"
1420 "Search for:  $1"
1421     Hae:  $1
1422 "Search Music"
1423     Hae musiikkia
1424 "Search Phrase"
1425     Hakulause
1426+"Search Phrase:"
1427 "Search Results"
1428     Haun tulokset
1429 "Search the Music Database"
1430     Hae musiikkitietokannasta
1431 "Search Type"
1432     Haun tyyppi
1433+"Search Type Help"
1434+"Search will perform complex SQL queries against the database as per the search phrase below"
1435 "Searches"
1436     Haut
1437+"Searches will be performed against the title of all TV shows"
1438 "Series ID"
1439 "Server Statistics"
1440     Serverin statistiikkaa
1441@@ -1259,6 +1277,8 @@
1442     Nimikkeen haku
1443 "Title Search"
1444     Haku NimikkeellÀ
1445+"Title Search:"
1446+"Title:"
1447 "Too Many"
1448     Liian monta
1449 "Top $1"
1450Index: mythplugins/mythweb/modules/_shared/lang/Polish.lang
1451===================================================================
1452--- mythplugins/mythweb/modules/_shared/lang/Polish.lang        (revision 20349)
1453+++ mythplugins/mythweb/modules/_shared/lang/Polish.lang        (working copy)
1454@@ -57,6 +57,7 @@
1455 "Add this Playlist as a Subplaylist"
1456 "Add To Active Screens"
1457 "Additional Tables"
1458+"Additional tables:"
1459 "Admin Key"
1460 "Advanced"
1461     Zaawansowany
1462@@ -85,6 +86,9 @@
1463     Wszystkie nagrania
1464 "All Songs"
1465 "ALLOCINETYPE"
1466+"Allows you to match any string of any length (including zero length)"
1467+"Allows you to match on a single character"
1468+"Allows you to search through other database tables when using a power search"
1469 "An error occured while adding your playlist."
1470 "and"
1471 "Any"
1472@@ -185,6 +189,7 @@
1473     kolor
1474 "Commands"
1475     Komendy
1476+"Commands:"
1477 "Commercials Flagged"
1478 "commfree"
1479     bez reklam
1480@@ -242,6 +247,7 @@
1481     Usuń i nagraj ponownie $1
1482 "Delete Forever"
1483 "DELETE this Saved Playlist"
1484+"Depending on the Search type this is where you enter actual main search commands"
1485 "description"
1486     opis
1487 "Description"
1488@@ -315,6 +321,7 @@
1489 "Finished"
1490 "First recording"
1491 "Flag Commercials"
1492+"For more information on the Power Search please go to:"
1493 "Force HTTP for streams"
1494 "Force HTTP/HTTPS port for streams"
1495 "Forced"
1496@@ -390,6 +397,7 @@
1497 "Keybindings Editor"
1498 "Keyword"
1499 "Keyword Search"
1500+"Keyword Search:"
1501 "Keywords"
1502 "Language"
1503     Język
1504@@ -521,6 +529,7 @@
1505     Ludzie
1506 "People Search"
1507     Szukaj Ludzi
1508+"People Search:"
1509 "Percent of time spent recording"
1510 "Play"
1511 "Play Recording on Frontend"
1512@@ -549,6 +558,7 @@
1513 "Possible conflicts with this show"
1514 "Power"
1515 "Power Search"
1516+"Power Search:"
1517 "Precip"
1518 "Prefer Channum"
1519 "prefer_channum"
1520@@ -598,6 +608,7 @@
1521 "Recording Groups"
1522 "Recording Options"
1523     Opcje Nagrywania
1524+"Recording Options Help"
1525 "Recording Priority"
1526     Priorytet Nagrywania
1527 "Recording Profile"
1528@@ -732,18 +743,25 @@
1529 "Search"
1530     Szukaj
1531 "Search $1"
1532+"Search all program keywords for a match against search phrase below"
1533+"Search all program titles containing the Title text below"
1534+"Search for all actors contained in a recording for a match against search phrase below"
1535 "Search for:  $1"
1536     Szukaj: $1
1537 "Search Music"
1538 "Search Phrase"
1539     Szukaj zwrotu
1540+"Search Phrase:"
1541 "Search Results"
1542     Szukaj wyniku
1543 "Search the Music Database"
1544 "Search Type"
1545     Szukaj typu
1546+"Search Type Help"
1547+"Search will perform complex SQL queries against the database as per the search phrase below"
1548 "Searches"
1549     Poszukiwania
1550+"Searches will be performed against the title of all TV shows"
1551 "Series ID"
1552 "Server Statistics"
1553 "Set Host"
1554@@ -833,6 +851,8 @@
1555 "Title search"
1556 "Title Search"
1557     Szukanie Tytułu
1558+"Title Search:"
1559+"Title:"
1560 "Too Many"
1561 "Top $1"
1562     Szczyt $1
1563Index: mythplugins/mythweb/modules/_shared/lang/Slovenian.lang
1564===================================================================
1565--- mythplugins/mythweb/modules/_shared/lang/Slovenian.lang     (revision 20349)
1566+++ mythplugins/mythweb/modules/_shared/lang/Slovenian.lang     (working copy)
1567@@ -78,6 +78,7 @@
1568 "Add To Active Screens"
1569 "Additional Tables"
1570     Dodatne tabele
1571+"Additional tables:"
1572 "Admin Key"
1573     Admin ključ
1574 "Advanced"
1575@@ -121,6 +122,9 @@
1576 "All Songs"
1577     Vsa glasba
1578 "ALLOCINETYPE"
1579+"Allows you to match any string of any length (including zero length)"
1580+"Allows you to match on a single character"
1581+"Allows you to search through other database tables when using a power search"
1582 "An error occured while adding your playlist."
1583     Med dodajanje predvajalenga seznama je priÅ¡lo do napake.
1584 "and"
1585@@ -260,6 +264,7 @@
1586     brava
1587 "Commands"
1588     Ukazi
1589+"Commands:"
1590 "Commercials Flagged"
1591     Reklame označene
1592 "commfree"
1593@@ -334,6 +339,7 @@
1594     Dokončno odstrani
1595 "DELETE this Saved Playlist"
1596     ODSTRANI ta seznam predvajanja
1597+"Depending on the Search type this is where you enter actual main search commands"
1598 "description"
1599     opis
1600 "Description"
1601@@ -446,6 +452,7 @@
1602     Prvo snemanje
1603 "Flag Commercials"
1604     Označi reklame
1605+"For more information on the Power Search please go to:"
1606 "Force HTTP for streams"
1607     Za predvajanje vsili HTTP
1608 "Force HTTP/HTTPS port for streams"
1609@@ -574,6 +581,7 @@
1610     Klj. bes.
1611 "Keyword Search"
1612     Iskanje po ključnih besedah
1613+"Keyword Search:"
1614 "Keywords"
1615     Ključne besede
1616 "Language"
1617@@ -779,6 +787,7 @@
1618     Igralci
1619 "People Search"
1620     Iskanje po igralski zasedbi
1621+"People Search:"
1622 "Percent of time spent recording"
1623     ÄŒas, v procentih, uporabljen za snemanje
1624 "Play"
1625@@ -833,6 +842,7 @@
1626     Napr.
1627 "Power Search"
1628     Napredno iskanje
1629+"Power Search:"
1630 "Precip"
1631 "Prefer Channum"
1632     Priljubljena Å¡tevilka kanala
1633@@ -905,6 +915,7 @@
1634 "Recording Groups"
1635 "Recording Options"
1636     Snemalne moÅŸnosti
1637+"Recording Options Help"
1638 "Recording Priority"
1639     Snemalne prioritete
1640 "Recording Profile"
1641@@ -1062,20 +1073,27 @@
1642     Iskanje
1643 "Search $1"
1644     Iskanje $1
1645+"Search all program keywords for a match against search phrase below"
1646+"Search all program titles containing the Title text below"
1647+"Search for all actors contained in a recording for a match against search phrase below"
1648 "Search for:  $1"
1649     Iskanje:  $1
1650 "Search Music"
1651     Iskanje glasbe
1652 "Search Phrase"
1653     Iskanje po ključni besedi
1654+"Search Phrase:"
1655 "Search Results"
1656     Rezultati iskanja
1657 "Search the Music Database"
1658     Preišči glasbeno bazo
1659 "Search Type"
1660     Tip iskanja
1661+"Search Type Help"
1662+"Search will perform complex SQL queries against the database as per the search phrase below"
1663 "Searches"
1664     Iskanja
1665+"Searches will be performed against the title of all TV shows"
1666 "Series ID"
1667 "Server Statistics"
1668     Stratistike streÅŸnika
1669@@ -1213,6 +1231,8 @@
1670     Iskanje po naslovih
1671 "Title Search"
1672     Iskanje po naslovih
1673+"Title Search:"
1674+"Title:"
1675 "Too Many"
1676     Preveč
1677 "Top $1"