mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-02-25 03:32:59 +01:00
21 lines
490 B
PHP
21 lines
490 B
PHP
<?php
|
|
return [
|
|
'category' => 'Category',
|
|
'categories' => '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',
|
|
|
|
'select_category' => 'Select a Category',
|
|
'select_parent_category' => 'Select Parent Category',
|
|
];
|