tbrehm
2012-06-11 897af06af9522ded99b1e0f46730299e89856ffe
interface/lib/lang/en.lng
@@ -1,5 +1,6 @@
<?php
$wb['conf_format_dateshort'] = "Y-m-d";
$wb['conf_format_dateshort_human_readable'] = "yyyy-mm-dd";
$wb['conf_format_datelong'] = "l dS of F Y";
$wb['conf_format_timeshort'] = "H:i";
$wb['conf_format_timelong'] = "H:i:s";
@@ -39,6 +40,7 @@
$wb['top_menu_vm'] = 'VServer';
$wb['toolsarea_head_txt'] = 'Tools';
$wb['latest_news_txt'] = 'Latest news';
$wb['logout_txt'] = "LOGOUT";
$wb['daynamesmin_su'] = "Su";
$wb['daynamesmin_mo'] = "Mo";
$wb['daynamesmin_tu'] = "Tu";
@@ -67,4 +69,5 @@
$wb['monthnamesshort_dec'] = "Dec";
$wb['datepicker_nextText'] = "Next";
$wb['datepicker_prevText'] = "Prev";
$wb['submit_confirmation'] = "Do you really want to perform this action?";
?>