New Translations – 16.2.2020
This commit is contained in:
@ -1,19 +1,19 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'User Groups';
|
||||
$_['heading_title'] = 'Käyttäjäryhmät';
|
||||
|
||||
// Text
|
||||
$_['text_success'] = 'Success: You have modified user groups!';
|
||||
$_['text_list'] = 'User Group';
|
||||
$_['text_add'] = 'Add User Group';
|
||||
$_['text_list'] = 'Käyttäjäryhmä';
|
||||
$_['text_add'] = 'Lisää käyttäjäryhmä';
|
||||
$_['text_edit'] = 'Edit User Group';
|
||||
|
||||
// Column
|
||||
$_['column_name'] = 'User Group Name';
|
||||
$_['column_action'] = 'Action';
|
||||
$_['column_name'] = 'Käyttäjäryhmän nimi';
|
||||
$_['column_action'] = 'Toiminto';
|
||||
|
||||
// Entry
|
||||
$_['entry_name'] = 'User Group Name';
|
||||
$_['entry_name'] = 'Käyttäjäryhmän nimi';
|
||||
$_['entry_access'] = 'Access Permission';
|
||||
$_['entry_modify'] = 'Modify Permission';
|
||||
|
||||
|
Reference in New Issue
Block a user