1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-02-25 03:32:59 +01:00

30 lines
708 B
PHP
Raw Normal View History

<?php
return [
'link' => 'Link',
'links' => 'Links',
2018-08-29 21:29:59 +02:00
'all_links' => 'All Links',
2018-09-01 15:35:03 +02:00
'recent_links' => 'Recent Links',
'add' => 'Add Link',
2018-08-27 13:01:34 +02:00
'add_quick' => 'Quick Add Link',
'show' => 'Show Link',
2019-01-16 23:27:09 +01:00
'details' => 'Link Details',
'edit' => 'Edit Link',
'update' => 'Update Link',
'delete' => 'Delete Link',
'private' => 'Private Link',
'url' => 'URL',
'title' => 'Title',
'description' => 'Description',
'author' => 'by :user',
2018-09-09 22:30:49 +02:00
'external_link' => 'External Link',
'added_successfully' => 'Link added successfully.',
'updated_successfully' => 'Link updated successfully.',
'deleted_successfully' => 'Link deleted successfully.',
];