snipe-it/resources/lang/af/admin/groups/message.php
snipe ddfa5776c5 Updated language strings
This absolutely sucks. Something changed in CrowdIn or something else, which results in this push being *thousands* of files because someone somewhere decided that `return [];` was vastly inferior to `return array();`

I'll try to fix it. :(

FML

Signed-off-by: snipe <snipe@snipe.net>
2022-01-13 21:27:29 -08: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.',
),
);