snipe-it/resources/lang/is/admin/users/table.php
snipe bd0863d9c7 Added new translations
Signed-off-by: snipe <snipe@snipe.net>
2023-09-25 10:54:46 +01:00

40 lines
1.7 KiB
PHP

<?php
return array(
'activated' => 'Virkur',
'allow' => 'Heimila',
'checkedout' => 'Eignir',
'created_at' => 'Stofnað',
'createuser' => 'Stofna notanda',
'deny' => 'Hafna',
'email' => 'Netfang',
'employee_num' => 'Starfsmanna nr.',
'first_name' => 'Fornafn',
'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.',
'id' => 'Id',
'inherit' => 'Erfðir ',
'job' => 'Starfsheiti',
'last_login' => 'Siðasta innskráning',
'last_name' => 'Eftirnafn',
'location' => 'Staðsetning',
'lock_passwords' => 'Login details cannot be changed on this installation.',
'manager' => 'Yfirmaður',
'managed_locations' => 'Managed Locations',
'name' => 'Nafn',
'notes' => 'Athugasemdir',
'password_confirm' => 'Staðfesta lykilorð',
'password' => 'Lykilorð',
'phone' => 'Símanúmer',
'show_current' => 'Sýna núverandi notendur',
'show_deleted' => 'Sýna eydda notendur',
'title' => 'Titill',
'to_restore_them' => 'to restore them.',
'total_assets_cost' => "Heildarkostnaður búnaðar",
'updateuser' => 'Uppfæra notenda',
'username' => 'Notendanafn',
'user_deleted_text' => 'This user has been marked as deleted.',
'username_note' => '(This is used for Active Directory binding only, not for login.)',
'cloneuser' => 'Klóna notenda',
'viewusers' => 'Skoða notendur',
);