New Translations – 16.2.2020
This commit is contained in:
@ -11,6 +11,6 @@ $_['entry_username'] = 'Username';
|
||||
$_['entry_secret'] = 'Secret';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify marketplace API!';
|
||||
$_['error_permission'] = 'Varoitus: You do not have permission to modify marketplace API!';
|
||||
$_['error_username'] = 'Username required!';
|
||||
$_['error_secret'] = 'Secret required!';
|
||||
|
@ -17,4 +17,4 @@ $_['column_sort_order'] = 'Sort Order';
|
||||
$_['column_action'] = 'Action';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify extensions!';
|
||||
$_['error_permission'] = 'Varoitus: You do not have permission to modify extensions!';
|
||||
|
@ -7,7 +7,7 @@ $_['text_xml'] = 'Applying modifications!';
|
||||
$_['text_remove'] = 'Removing temporary files!';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify extensions!';
|
||||
$_['error_permission'] = 'Varoitus: You do not have permission to modify extensions!';
|
||||
$_['error_install'] = 'Extension installation taking place please wait a few seconds before trying to install!';
|
||||
$_['error_unzip'] = 'Zip file could not be opened!';
|
||||
$_['error_file'] = 'Install file could not be found!';
|
||||
|
@ -22,7 +22,7 @@ $_['entry_progress'] = 'Progress';
|
||||
$_['help_upload'] = 'Requires a modification file with extension \'.ocmod.zip\'.';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify extensions!';
|
||||
$_['error_permission'] = 'Varoitus: You do not have permission to modify extensions!';
|
||||
$_['error_install'] = 'Extension installation taking place please wait a few seconds before trying to install!';
|
||||
$_['error_upload'] = 'File could not be uploaded!';
|
||||
$_['error_filetype'] = 'Invalid file type!';
|
||||
|
@ -65,8 +65,8 @@ $_['button_comment'] = 'Comment';
|
||||
$_['button_reply'] = 'Reply';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify extensions!';
|
||||
$_['error_opencart'] = 'Warning: You must enter your OpenCart API information before you can make any purchases!';
|
||||
$_['error_permission'] = 'Varoitus: You do not have permission to modify extensions!';
|
||||
$_['error_opencart'] = 'Varoitus: You must enter your OpenCart API information before you can make any purchases!';
|
||||
$_['error_install'] = 'Extension installation taking place please wait a few seconds before trying to install!';
|
||||
$_['error_purchase'] = 'Extension could not be purchased!';
|
||||
$_['error_download'] = 'Extension could not be downloaded!';
|
||||
|
@ -16,4 +16,4 @@ $_['column_date_added'] = 'Date Added';
|
||||
$_['column_action'] = 'Action';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify modifications!';
|
||||
$_['error_permission'] = 'Varoitus: You do not have permission to modify modifications!';
|
Reference in New Issue
Block a user