1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-03-11 18:29:38 +01:00
LinkAce/lang/en_US/list.php
2024-02-20 16:06:41 +01:00

47 lines
1.5 KiB
PHP

<?php
return [
'list' => 'List',
'lists' => 'Lists',
'all_lists' => 'All Lists',
'recent_lists' => 'Recent Lists',
'update_lists' => 'Update Lists',
'add' => 'Add List',
'show' => 'Show List',
'edit' => 'Edit List',
'update' => 'Update List',
'delete' => 'Delete List|Delete Lists',
'filter_lists' => 'Filter Lists...',
'public' => 'Public List',
'internal' => 'Internal List',
'private' => 'Private List',
'name' => 'List Name',
'description' => 'List Description',
'visibility' => 'Visibility Status',
'history_deleted' => 'List was deleted',
'history_restored' => 'List was restored',
'history_created' => 'List was created',
'author' => 'by :user',
'no_lists' => 'No Lists',
'bulk_title' => 'You want to edit :count List.|You want to edit :count Lists.',
'bulk_edit_add' => 'Add List to bulk edit',
'bulk_edit_success' => 'Successfully updated :success Lists out of :selected selected ones.',
'bulk_delete_success' => 'Successfully moved :success Lists out of :selected selected ones to the trash.',
'bulk_mode_append' => 'Append new Lists to existing ones',
'bulk_mode_replace' => 'Replace existing Lists with new ones',
'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.',
];