diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2008-01-13 12:51:22 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2008-01-13 12:51:22 +0000 |
| commit | 1f837ad310bfd99baa472c1a42123d344f7fb393 (patch) | |
| tree | 734ec304dffa7be71efeec5f30d46c34884a90ef /html | |
| parent | 01a4de9d90ce8d33fd4e0a2bc8ca3c0a78225441 (diff) | |
| download | xxv-1f837ad310bfd99baa472c1a42123d344f7fb393.tar.gz xxv-1f837ad310bfd99baa472c1a42123d344f7fb393.tar.bz2 | |
* Update translations
* RECORDS: use File::stat
* MOVETIMER: Add redirect if move timer updated
* TIMER: tnew with fast=1 create timer from event, without prompt
* Skins/search: program timer from selected events by joined list
* Skins/redirect: close frame automated after 3 seconds
* xstyle: Fix searchbox+cancel => call command <undef>
Diffstat (limited to 'html')
| -rw-r--r-- | html/alist.tmpl | 2 | ||||
| -rw-r--r-- | html/clist.tmpl | 4 | ||||
| -rw-r--r-- | html/help.tmpl | 2 | ||||
| -rw-r--r-- | html/movetimerlist.tmpl | 4 | ||||
| -rw-r--r-- | html/rdisplay.tmpl | 2 | ||||
| -rw-r--r-- | html/rlist.tmpl | 2 | ||||
| -rw-r--r-- | html/tlist.tmpl | 4 | ||||
| -rw-r--r-- | html/ulist.tmpl | 2 |
8 files changed, 11 insertions, 11 deletions
diff --git a/html/alist.tmpl b/html/alist.tmpl index 675d224..54c7442 100644 --- a/html/alist.tmpl +++ b/html/alist.tmpl @@ -47,7 +47,7 @@ <?% END %?> <?% IF allow('adelete') %?> <a title="<?% gettext("Delete autotimer") %?>" - href="javascript:sure(document.Autotimer, '<?% gettext("You will delete this autotimer") %?> : <?% escape(zeile.2) %?>','?cmd=adelete&data=<?% zeile.0 %?>')"> + href="javascript:sure(document.Autotimer, '<?% gettext("Would you like to delete this autotimer?") %?>\n<?% escape(zeile.2) %?>','?cmd=adelete&data=<?% zeile.0 %?>')"> [<?% gettext("Del") %?>] </a> <?% END %?> diff --git a/html/clist.tmpl b/html/clist.tmpl index ea5df04..6f9862c 100644 --- a/html/clist.tmpl +++ b/html/clist.tmpl @@ -36,7 +36,7 @@ <a href="?cmd=cedit&data=<?% id %?>" title="<?% gettext("Edit channel") %?>">[E]</a> <?%- END -%?> <?%- IF allow('cdelete') -%?> -<a href="javascript:sure(document.KanalListe, '<?% gettext("You will delete this channel") %?> : \'<?% escape(name) %?>\' ?','?cmd=cdelete&data=<?% POS %?>')" +<a href="javascript:sure(document.KanalListe, '<?% gettext("Would you like to delete this channel?") %?>\n\'<?% escape(name) %?>\' ?','?cmd=cdelete&data=<?% POS %?>')" title="<?% gettext("Delete channel") %?>" >[D]</a> <?%- END -%?> <?% END %?> @@ -118,7 +118,7 @@ <a href="#" onclick="selAll(document.clist,1)">[<?% gettext("Select all") %?>]</a> <a href="#" onclick="selAll(document.clist,0)">[<?% gettext("Unselect all") %?>]</a> <a href="#" onclick="reverse(document.clist)">[<?% gettext("Reverse select") %?>]</a> - <a href="#" onclick="Delete('<?% gettext("You would delete follow channels?") %?>', + <a href="#" onclick="Delete('<?% gettext("Would you like to delete these channels?") %?>', '<?% gettext("Nothing selected!") %?>','cdelete',document.clist)"> [<?% gettext("Delete channels") %?>] </a> diff --git a/html/help.tmpl b/html/help.tmpl index 0748f34..809c5ef 100644 --- a/html/help.tmpl +++ b/html/help.tmpl @@ -63,7 +63,7 @@ var control = new WebFXTreeItem("<?% gettext("Programming",15) %?>","?cmd=tlist" <?% END %?> <?% IF allow('rlist') || allow('mlist') || allow('mllist') %?> -var media = new WebFXTreeItem("<?% gettext("Media",15) %?>","?cmd=rlist",tree); +var media = new WebFXTreeItem("<?% gettext("Media content",15) %?>","?cmd=rlist",tree); <?% IF allow('rlist') %?>media.add(new WebFXTreeItem("<?% gettext("Recordings",12) %?>", "?cmd=rlist"));<?% END %?> <?% IF allow('mlist') %?>media.add(new WebFXTreeItem("<?% gettext("Music",12) %?>", "?cmd=mlist"));<?% END %?> <?% IF allow('mllist') %?>media.add(new WebFXTreeItem("<?% gettext("Media library",12) %?>","?cmd=mllist"));<?% END %?> diff --git a/html/movetimerlist.tmpl b/html/movetimerlist.tmpl index 924a581..11de8d4 100644 --- a/html/movetimerlist.tmpl +++ b/html/movetimerlist.tmpl @@ -11,7 +11,7 @@ <?% END %?> <?% IF allow('movetimerdelete') %?> <a title="<?% gettext("Delete rule to move timer") %?>" - href="javascript:sure(document.movetimerlist, '<?% gettext("You will delete this rule") %?>\n<?% escape(source) %?> - <?% escape(destination) %?>','?cmd=movetimerdelete&data=',<?% id %?>)"> + href="javascript:sure(document.movetimerlist, '<?% gettext("Would you like to delete this rule?") %?>\n<?% escape(source) %?> - <?% escape(destination) %?>','?cmd=movetimerdelete&data=',<?% id %?>)"> [D] </a> <?% END %?> @@ -61,7 +61,7 @@ <?% END %?> <?% IF allow('movetimerdelete') %?> <a title="<?% gettext("Delete rules to move timer") %?>" - href="#" onClick="Delete('<?% gettext("You would delete follow rules?") %?>','<?% gettext("Nothing selected!") %?>','movetimerdelete',document.movetimerlist)"> + href="#" onClick="Delete('<?% gettext("Would you like to delete these rules?") %?>','<?% gettext("Nothing selected!") %?>','movetimerdelete',document.movetimerlist)"> [<?% gettext("Delete rules to move timer",25) %?>]</a> <?% END %?> <?% END %?> diff --git a/html/rdisplay.tmpl b/html/rdisplay.tmpl index e1833fa..973a5ec 100644 --- a/html/rdisplay.tmpl +++ b/html/rdisplay.tmpl @@ -73,7 +73,7 @@ <td colspan="2"><b> <a href="?cmd=rlist">[<?% gettext("Recording list") %?>]</a> <?% IF allow('rdelete') %?> - <a href="javascript:sure(document.RecordDisplay, '<?% gettext("Do you really want to delete these recordings?") %?>?','?cmd=rdelete&data=<?% data.RecordId %?>')"> + <a href="javascript:sure(document.RecordDisplay, '<?% gettext("Would you like to delete this recording?") %?>?','?cmd=rdelete&data=<?% data.RecordId %?>')"> [<?% gettext("Delete recording") %?>] </a> <?% END %?> diff --git a/html/rlist.tmpl b/html/rlist.tmpl index db1d3ad..b2e8de4 100644 --- a/html/rlist.tmpl +++ b/html/rlist.tmpl @@ -120,7 +120,7 @@ <form> <a href="?cmd=rupdate">[<?% gettext("Update recordings") %?>]</a> <?% IF allow('rdelete') %?> -<a href="#" onClick="Delete('<?% gettext("Do you want to delete the following recordings?") %?>', +<a href="#" onClick="Delete('<?% gettext("Would you like to delete these recordings?") %?>', '<?% gettext("Nothing selected!") %?>','rdelete',document.rlist)"> [<?% gettext("Delete recordings") %?>]</a> <?% END %?> diff --git a/html/tlist.tmpl b/html/tlist.tmpl index 0c119ff..cd5801b 100644 --- a/html/tlist.tmpl +++ b/html/tlist.tmpl @@ -25,7 +25,7 @@ </a> <?% END %?> <?% IF allow('tdelete') %?> -<a href="#" onClick="Delete('<?% gettext("Would You like to delete the following timer(s)?") %?>', +<a href="#" onClick="Delete('<?% gettext("Would you like to delete these timers?") %?>', '<?% gettext("Nothing selected!") %?>','tdelete',document.TimerList)"> [<?% gettext("Delete timer") %?>] </a> @@ -79,7 +79,7 @@ <a href="?cmd=tedit&data=<?% zeile.0 %?>" title="<?% gettext("Edit this timer") %?>"><div class="<?% myclass %?>">[E]</div></a> <?% END %?> <?% IF allow('tdelete') %?> - <a href="javascript:sure(document.TimerList, '<?% gettext("Would You like to delete the following timer(s)?") %?> : <?% escape(zeile.7.split('~').first) %?>','?cmd=tdelete&data=<?% zeile.0 %?>')" title="<?% gettext("Would You like to delete the following timer(s)?") %?>"><div class="<?% myclass %?>">[D]</div></a> + <a href="javascript:sure(document.TimerList, '<?% gettext("Would you like to delete this timer?") %?> : <?% escape(zeile.7.split('~').first) %?>','?cmd=tdelete&data=<?% zeile.0 %?>')" title="<?% gettext("Would you like to delete this timer?") %?>"><div class="<?% myclass %?>">[D]</div></a> <?% END %?> </td> <?% ELSIF c == 1; # Id Status %?> diff --git a/html/ulist.tmpl b/html/ulist.tmpl index c61c42e..f7e7187 100644 --- a/html/ulist.tmpl +++ b/html/ulist.tmpl @@ -26,7 +26,7 @@ <a title="<?% gettext("Edit account of user") %?>" href="?cmd=uedit&data=<?% zeile.0 %?>"> [<?% gettext("Edit") %?>]</a> <a title="<?% gettext("Delete user account") %?>" - href="javascript:sure(document.UserList, '<?% gettext("Do you really want to delete this user account?") %?>: <?% escape(zeile.1) %?>','?cmd=udelete&data=<?% zeile.0 %?>')"> + href="javascript:sure(document.UserList, '<?% gettext("Would you like to delete this user account?") %?>: <?% escape(zeile.1) %?>','?cmd=udelete&data=<?% zeile.0 %?>')"> [<?% gettext("Del") %?>] </a> </td> |
