| 1 | <?php |
|---|
| 2 | |
|---|
| 3 | |
|---|
| 4 | |
|---|
| 5 | $dictionary = array(); |
|---|
| 6 | |
|---|
| 7 | |
|---|
| 8 | $dictionary['email %email already in use'] = 'email %email already in use'; |
|---|
| 9 | $dictionary['login %login already in use'] = 'login %login already in use'; |
|---|
| 10 | $dictionary['can\'t be blank'] = 'can\'t be blank'; |
|---|
| 11 | $dictionary['Invalid email address'] = 'Invalid email address'; |
|---|
| 12 | $dictionary['pick a shorter login'] = 'pick a shorter login'; |
|---|
| 13 | $dictionary['pick a longer name'] = 'pick a longer name'; |
|---|
| 14 | $dictionary['pick a shorter password'] = 'pick a shorter password'; |
|---|
| 15 | $dictionary['pick a longer password'] = 'pick a longer password'; |
|---|
| 16 | $dictionary['Must match confirmation'] = 'Must match confirmation'; |
|---|
| 17 | |
|---|
| 18 | |
|---|
| 19 | |
|---|
| 20 | |
|---|
| 21 | $dictionary['Id'] = 'Id'; |
|---|
| 22 | $dictionary['Login'] = 'Login'; |
|---|
| 23 | $dictionary['Email'] = 'Email'; |
|---|
| 24 | $dictionary['Password'] = 'Password'; |
|---|
| 25 | $dictionary['Password salt'] = 'Password salt'; |
|---|
| 26 | $dictionary['Last login at'] = 'Last login at'; |
|---|
| 27 | $dictionary['Is enabled'] = 'Is enabled'; |
|---|
| 28 | $dictionary['Updated at'] = 'Updated at'; |
|---|
| 29 | $dictionary['Created at'] = 'Created at'; |
|---|
| 30 | |
|---|
| 31 | |
|---|
| 32 | |
|---|
| 33 | |
|---|
| 34 | $dictionary['has already been taken'] = 'has already been taken'; |
|---|
| 35 | |
|---|
| 36 | |
|---|
| 37 | |
|---|
| 38 | |
|---|
| 39 | $dictionary['%attribute_name %error'] = '%attribute_name %error'; |
|---|
| 40 | |
|---|
| 41 | |
|---|
| 42 | |
|---|
| 43 | |
|---|
| 44 | $dictionary['Title'] = 'Title'; |
|---|
| 45 | $dictionary['Footer'] = 'Footer'; |
|---|
| 46 | $dictionary['About Us'] = 'About Us'; |
|---|
| 47 | $dictionary['Contact'] = 'Contact'; |
|---|
| 48 | $dictionary['Blog'] = 'Blog'; |
|---|
| 49 | $dictionary['Status'] = 'Status'; |
|---|
| 50 | $dictionary['API'] = 'API'; |
|---|
| 51 | $dictionary['Search'] = 'Search'; |
|---|
| 52 | $dictionary['Help'] = 'Help'; |
|---|
| 53 | $dictionary['Jobs'] = 'Jobs'; |
|---|
| 54 | $dictionary['TOS'] = 'TOS'; |
|---|
| 55 | $dictionary['Privacy'] = 'Privacy'; |
|---|
| 56 | |
|---|
| 57 | |
|---|
| 58 | |
|---|
| 59 | |
|---|
| 60 | $dictionary['Image'] = 'Image'; |
|---|
| 61 | $dictionary['Is private'] = 'Is private'; |
|---|
| 62 | |
|---|
| 63 | |
|---|
| 64 | ?> |
|---|