added restore all option in menu manager

This commit is contained in:
Nuno Miguel Reis
2013-07-29 17:22:34 +00:00
parent a765fa667c
commit ddef932f95
3 changed files with 73 additions and 2 deletions
+4 -1
View File
@@ -120,6 +120,9 @@
$text['button-restore_default']['en-us'] = 'Restore Default';
$text['button-restore_default']['pt-pt'] = '';
$text['button-restore_all']['en-us'] = 'Restore All';
$text['button-restore_all']['pt-pt'] = 'Repor Tudo';
$text['label-protected']['en-us'] = 'Protected';
$text['label-protected']['pt-pt'] = '';
@@ -192,4 +195,4 @@
$text['message-required']['en-us'] = 'Please provide: ';
$text['message-required']['pt-pt'] = '';
?>
?>