mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-02-24 19:22:35 +01:00
30 lines
787 B
PHP
30 lines
787 B
PHP
<?php
|
|
return [
|
|
'category' => 'Category',
|
|
'categories' => 'Categories',
|
|
'all_categories' => 'All Categories',
|
|
|
|
'add' => 'Add Category',
|
|
'show' => 'Show Category',
|
|
'edit' => 'Edit Category',
|
|
'update' => 'Update Category',
|
|
'delete' => 'Delete Category',
|
|
|
|
'private' => 'Private Category',
|
|
|
|
'name' => 'Name',
|
|
'description' => 'Description',
|
|
'parent_category' => 'Parent Category',
|
|
|
|
'author' => 'by :user',
|
|
|
|
'select_category' => 'Select a Category',
|
|
'select_parent_category' => 'Select Parent Category',
|
|
|
|
'no_category' => 'No Category',
|
|
|
|
'added_successfully' => 'Category added successfully.',
|
|
'updated_successfully' => 'Category updated successfully.',
|
|
'deleted_successfully' => 'Category deleted successfully.',
|
|
];
|