mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-01-17 13:18:21 +01:00
37 lines
967 B
PHP
37 lines
967 B
PHP
<?php
|
|
return [
|
|
'list' => 'List',
|
|
'lists' => 'Lists',
|
|
'all_lists' => 'All Lists',
|
|
'recent_lists' => 'Recent Lists',
|
|
|
|
'add' => 'Add List',
|
|
'show' => 'Show List',
|
|
'edit' => 'Edit List',
|
|
'update' => 'Update List',
|
|
'delete' => 'Delete List',
|
|
|
|
'filter_lists' => 'Filter Lists...',
|
|
|
|
'private' => 'Private List',
|
|
|
|
'name' => 'List Name',
|
|
'description' => 'List Description',
|
|
'is_private' => 'Private Status',
|
|
|
|
'history_deleted' => 'List was deleted',
|
|
'history_restored' => 'List was restored',
|
|
'history_created' => 'List was created',
|
|
|
|
'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.',
|
|
];
|