update translation

This commit is contained in:
Eugene Kuligin
2015-02-01 01:39:08 +02:00
parent c4db43b45c
commit 6ba52904f3
365 changed files with 0 additions and 11592 deletions

View File

@@ -1,17 +0,0 @@
<?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!';

View File

@@ -1,11 +0,0 @@
<?php
// Heading
$_['heading_title'] = 'Error Log';
// Text
$_['text_success'] = 'Success: You have successfully cleared your error log!';
$_['text_list'] = 'Errors List';
// Error
$_['error_warning'] = 'Warning: Your error log file %s is %s!';
$_['error_permission'] = 'Warning: You do not have permission to clear error log!';

View File

@@ -1,21 +0,0 @@
<?php
// Heading
$_['heading_title'] = 'Uploads';
// Text
$_['text_success'] = 'Success: You have modified uploads!';
$_['text_list'] = 'Upload List';
// Column
$_['column_name'] = 'Upload Name';
$_['column_filename'] = 'Filename';
$_['column_date_added'] = 'Date Added';
$_['column_action'] = 'Action';
// Entry
$_['entry_name'] = 'Upload Name';
$_['entry_filename'] = 'Filename';
$_['entry_date_added'] = 'Date Added';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify uploads!';