1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-02-24 11:13:02 +01:00

20 lines
390 B
PHP

<?php
return [
'link' => 'Link',
'links' => 'Links',
'all_links' => 'All Links',
'add' => 'Add Link',
'add_quick' => 'Quick Add Link',
'show' => 'Show Link',
'edit' => 'Edit Link',
'update' => 'Update Link',
'delete' => 'Delete Link',
'private' => 'Private Link',
'url' => 'URL',
'title' => 'Title',
'description' => 'Description',
];