create new translation branch for v0.4
This commit is contained in:
parent
9b4e353af7
commit
0a1d2a2e00
795 changed files with 134715 additions and 0 deletions
23
translation-base-v0.4/plugins/shutdown/form_shutdown.cs
Normal file
23
translation-base-v0.4/plugins/shutdown/form_shutdown.cs
Normal file
|
@ -0,0 +1,23 @@
|
|||
<?cs # $Id$ ?>
|
||||
|
||||
<?cs call:handle_messages() ?>
|
||||
|
||||
<fieldset>
|
||||
<legend>
|
||||
<?cs call:show_plugin_icon() ?>
|
||||
<?cs var:html_escape(Lang.Plugins.shutdown.Title) ?>
|
||||
</legend>
|
||||
|
||||
<?cs call:show_help(Lang.Plugins.shutdown.Help.Shutdown) ?>
|
||||
|
||||
<div class="plugin_system">
|
||||
<a href="<?cs call:link('shutdown','type','shutdown','','') ?>">
|
||||
<img src="<?cs call:link('icons/shutdown','image','gnome-shutdown.gif','','')
|
||||
?>" alt="icon: shutdown" /><br/><?cs var:html_escape(Lang.Plugins.shutdown.Button.Shutdown) ?></a></div>
|
||||
|
||||
<div class="plugin_system">
|
||||
<a href="<?cs call:link('shutdown','type','reboot','','') ?>">
|
||||
<img src="<?cs call:link('icons/shutdown','image','gnome-reboot.gif','','')
|
||||
?>" alt="icon: reboot" /><br/><?cs var:html_escape(Lang.Plugins.shutdown.Button.Reboot) ?></a></div>
|
||||
|
||||
</fieldset>
|
Loading…
Add table
Add a link
Reference in a new issue