add latest translate by by Sirchyk

This commit is contained in:
Eugene Kuligin
2014-12-07 08:59:25 +02:00
parent a891d6291d
commit b3e811ae97
379 changed files with 11199 additions and 3362 deletions

View File

@@ -0,0 +1,17 @@
<?php
// Heading
$_['heading_title'] = 'Backup &amp; Restore';
// Text
$_['text_backup'] = 'Download Backup';
$_['text_success'] = 'Success: You have successfully imported your database!';
$_['text_list'] = 'Upload List';
// Entry
$_['entry_restore'] = 'Restore Backup';
$_['entry_backup'] = 'Backup';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify backups!';
$_['error_backup'] = 'Warning: You must select at least one table to backup!';
$_['error_empty'] = 'Warning: The file you uploaded was empty!';