snipe-it/resources/lang/af/admin/groups/message.php
2017-10-17 18:52:20 -07:00

23 lines
721 B
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return array(
'group_exists' => 'Groep bestaan reeds!',
'group_not_found' => 'Groep [: id] bestaan nie.',
'group_name_required' => 'Die naam veld is nodig',
'success' => array(
'create' => 'Groep is suksesvol geskep.',
'update' => 'Groep is suksesvol opgedateer.',
'delete' => 'Groep is suksesvol verwyder.',
),
'delete' => array(
'confirm' => 'Is jy seker jy wil hierdie groep uitvee?',
'create' => 'Kon nie die groep skep nie. Probeer asseblief weer.',
'update' => 'Kon nie die groep opdateer nie. Probeer asseblief weer.',
'delete' => 'Kon nie die groep uitvee nie. Probeer asseblief weer.',
),
);