1
0
opencart-languagepack-finnish/admin/common/developer.php

25 lines
662 B
PHP
Raw Permalink Normal View History

2020-02-12 21:25:39 +00:00
<?php
// Heading
2020-02-16 12:18:44 +00:00
$_['heading_title'] = 'Kehittäjän asetukset';
2020-02-12 21:25:39 +00:00
// Text
$_['text_success'] = 'Success: You have modified developer settings!';
2020-02-16 12:18:44 +00:00
$_['text_theme'] = 'teema';
2020-02-12 21:25:39 +00:00
$_['text_sass'] = 'SASS';
$_['text_cache'] = 'Success: You have cleared the %s cache!';
// Column
$_['column_component'] = 'Component';
2020-02-16 12:18:44 +00:00
$_['column_action'] = 'Toiminto';
2020-02-12 21:25:39 +00:00
// Entry
2020-02-16 12:18:44 +00:00
$_['entry_theme'] = 'Teema';
2020-02-12 21:25:39 +00:00
$_['entry_sass'] = 'SASS';
$_['entry_cache'] = 'Cache';
// Button
$_['button_on'] = 'On';
$_['button_off'] = 'Off';
// Error
2020-02-16 11:32:04 +00:00
$_['error_permission'] = 'Varoitus: You do not have permission to modify developer settings!';