mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-02-25 03:32:59 +01:00
18 lines
437 B
PHP
18 lines
437 B
PHP
<?php
|
|
return [
|
|
'username' => 'johndoe',
|
|
'email' => 'john.doe@example.com',
|
|
'password' => 'Password',
|
|
'password_confirmed' => 'Confirmed password',
|
|
|
|
'link_url' => 'https://github.com/Kovah/LinkAce',
|
|
'link_title' => 'Title of the website',
|
|
|
|
'list_select' => 'Select a List',
|
|
'tags_select' => 'Select some Tags',
|
|
|
|
'list_name' => 'Actual name of the list',
|
|
'tag_name' => 'Actual name of the tag',
|
|
|
|
];
|