diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2007-09-09 16:24:47 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2007-09-09 16:24:47 +0000 |
| commit | c58704322fa8fcbee809d4c02643197d05293160 (patch) | |
| tree | 317742f5fd47ac8c70791bca517c55abb7f324da /wml | |
| parent | 3c9849839582d238ef75a191728a14b84a8eb577 (diff) | |
| download | xxv-c58704322fa8fcbee809d4c02643197d05293160.tar.gz xxv-c58704322fa8fcbee809d4c02643197d05293160.tar.bz2 | |
* Update english translation
* Send proper mime header if file not modified (on state 304)
Diffstat (limited to 'wml')
| -rw-r--r-- | wml/tlist.tmpl | 6 | ||||
| -rw-r--r-- | wml/widgets/dir.tmpl | 2 | ||||
| -rw-r--r-- | wml/widgets/file.tmpl | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/wml/tlist.tmpl b/wml/tlist.tmpl index 91668fc..a3289c1 100644 --- a/wml/tlist.tmpl +++ b/wml/tlist.tmpl @@ -2,10 +2,10 @@ <card id="first" title="XXV <?% gettext("Timers") %?>"> <p> <?% IF allow('tl') %?> -<a href="?cmd=tl#t1"><img src="images/forward.wbm" alt="<?% gettext("List timers") %?>" /><?% gettext("List timers",12) %?></a><br /> +<a href="?cmd=tl#t1"><img src="images/forward.wbm" alt="<?% gettext("List timers") %?>" /><?% gettext("Show timers",12) %?></a><br /> <?% END %?> <?% IF allow('tn') %?> -<a href="?cmd=tn"><img src="images/new.wbm" alt="<?% gettext("Create a new timer") %?>" /><?% gettext("Create a new timer",12) %?></a><br /> +<a href="?cmd=tn"><img src="images/new.wbm" alt="<?% gettext("Create new timer") %?>" /><?% gettext("Create new timer",12) %?></a><br /> <?% END %?> <?% IF allow('tu') %?> <a href="?cmd=tu"><img src="images/refresh.wbm" alt="<?% gettext("Update timers") %?>" /><?% gettext("Update timers",12) %?></a><br /> @@ -46,7 +46,7 @@ <a href="?cmd=te&data=<?% id %?>"><img src="images/edit.wbm" alt="<?% gettext("Edit") %?>" /></a> <?% END %?> <?% IF allow('tdelete') %?> - <a href="?cmd=td&data=<?% id %?>"><img src="images/delete.wbm" alt="<?% gettext("Del") %?>" /></a> + <a href="?cmd=td&data=<?% id %?>"><img src="images/delete.wbm" alt="<?% gettext("Delete") %?>" /></a> <?% END %?> <?% END %?> <?% ######################################################################## %?> diff --git a/wml/widgets/dir.tmpl b/wml/widgets/dir.tmpl index ca00351..a8d03cd 100644 --- a/wml/widgets/dir.tmpl +++ b/wml/widgets/dir.tmpl @@ -5,7 +5,7 @@ <input type="text" name="<?% data.NAME | replace('__','var') %?>" value="<?% entities(val) %?>" /><br/> <?% CATCH File %?> <?% UNLESS File.isdir %?> -<i><?% gettext("Directory '%s' is doesn't exist!") | replace('%s',val)%?></i><br/> +<i><?% gettext("Directory '%s' does not exist!") | replace('%s',val)%?></i><br/> <input type="text" name="<?% data.NAME | replace('__','var') %?>" value="<?% entities(val) %?>" /><br/> <?% END %?> <?% END %?> diff --git a/wml/widgets/file.tmpl b/wml/widgets/file.tmpl index 1734d78..1c7da14 100644 --- a/wml/widgets/file.tmpl +++ b/wml/widgets/file.tmpl @@ -5,6 +5,6 @@ <input type="text" name="<?% data.NAME | replace('__','var') %?>" value="<?% entities(val) %?>" /><br/> <?% CATCH File %?> <input type="text" name="<?% data.NAME | replace('__','var') %?>" value="<?% entities(val) %?>" /><br/> -<i><?% gettext("File '%s' is doesn't exist!") | replace('%s',val)%?></i><br/> +<i><?% gettext("File '%s' does not exist!") | replace('%s',val)%?></i><br/> <?% END %?> <?% global.fomularfield.push(data.NAME) %?> |
