mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
15 lines
470 B
PHP
15 lines
470 B
PHP
<?php
|
|
|
|
return array(
|
|
'about_groups_title' => 'Tietoja ryhmistä',
|
|
'about_groups' => 'Ryhmät käytetään yleistämään käyttöoikeuksia.',
|
|
'group_management' => 'Ryhmienhallinta',
|
|
'create' => 'Luo uusi ryhmä',
|
|
'update' => 'Muokkaa ryhmää',
|
|
'group_name' => 'Ryhmän Nimi',
|
|
'group_admin' => 'Ryhmän Ylläpitäjä',
|
|
'allow' => 'Salli',
|
|
'deny' => 'Estä',
|
|
|
|
);
|