New Translations – 2.3.2020
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Backup & Restore';
|
||||
$_['heading_title'] = 'Varmuuskopioi & Palauta';
|
||||
|
||||
// Text
|
||||
$_['text_success'] = 'Success: You have successfully imported your database!';
|
||||
@ -10,8 +10,8 @@ $_['entry_progress'] = 'Progress';
|
||||
$_['entry_export'] = 'Export';
|
||||
|
||||
// Tab
|
||||
$_['tab_backup'] = 'Backup';
|
||||
$_['tab_restore'] = 'Restore';
|
||||
$_['tab_backup'] = 'Varmuuskopioi';
|
||||
$_['tab_restore'] = 'Palauta';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Varoitus: You do not have permission to modify Backup & Restore!';
|
||||
|
@ -8,4 +8,4 @@ $_['text_list'] = 'Virhelista';
|
||||
|
||||
// Error
|
||||
$_['error_warning'] = 'Varoitus: Your error log file %s is %s!';
|
||||
$_['error_permission'] = 'Varoitus: You do not have permission to clear error log!';
|
||||
$_['error_permission'] = 'Varoitus: You do not have permission to clear error log!';
|
||||
|
@ -8,14 +8,14 @@ $_['text_list'] = 'Upload List';
|
||||
|
||||
// Column
|
||||
$_['column_name'] = 'Upload Name';
|
||||
$_['column_filename'] = 'Filename';
|
||||
$_['column_date_added'] = 'Date Added';
|
||||
$_['column_action'] = 'Action';
|
||||
$_['column_filename'] = 'Tiedoston nimi';
|
||||
$_['column_date_added'] = 'Lisäyspäivä';
|
||||
$_['column_action'] = 'Toiminto';
|
||||
|
||||
// Entry
|
||||
$_['entry_name'] = 'Upload Name';
|
||||
$_['entry_filename'] = 'Filename';
|
||||
$_['entry_date_added'] = 'Date Added';
|
||||
$_['entry_filename'] = 'Tiedoston nimi';
|
||||
$_['entry_date_added'] = 'Lisäyspäivä';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Varoitus: You do not have permission to modify uploads!';
|
||||
$_['error_permission'] = 'Varoitus: You do not have permission to modify uploads!';
|
||||
|
Reference in New Issue
Block a user