1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-02-24 11:13:02 +01:00
LinkAce/resources/lang/en_US/placeholder.php
2020-12-16 11:59:25 +01:00

21 lines
534 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',
'two_factor_otp' => 'One Time Password',
'two_factor_recovery_code' => 'Recovery Code',
];