mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-02-24 11:13:02 +01:00
29 lines
711 B
PHP
29 lines
711 B
PHP
<?php
|
|
return [
|
|
'list' => 'List',
|
|
'lists' => 'Lists',
|
|
'all_lists' => 'All Lists',
|
|
|
|
'add' => 'Add List',
|
|
'show' => 'Show List',
|
|
'edit' => 'Edit List',
|
|
'update' => 'Update List',
|
|
'delete' => 'Delete List',
|
|
|
|
'private' => 'Private List',
|
|
|
|
'name' => 'List Name',
|
|
'description' => 'List Description',
|
|
|
|
'author' => 'by :user',
|
|
|
|
'no_lists' => 'No Lists',
|
|
|
|
'number_links' => ':number Link in this List|:number Links in this List',
|
|
|
|
'added_successfully' => 'List added successfully.',
|
|
'updated_successfully' => 'List updated successfully.',
|
|
'deleted_successfully' => 'List deleted successfully.',
|
|
'deletion_error' => 'List could not be deleted.',
|
|
];
|