root/events/phpframework/akelos/trunk/app/locales/user/ja.php @ 22436

Revision 22436, 1.7 kB (checked in by gen, 5 years ago)
  • Property svn:executable set to *
Line 
1<?php
2
3// File created on: 2008-10-13 23:25:46
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// 2008-10-14 0:47:17
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// 2008-10-14 0:48:20
32
33
34$dictionary['has already been taken'] = 'has already been taken';
35
36// 2008-10-14 0:49:05
37
38
39$dictionary['%attribute_name %error'] = '%attribute_name %error';
40
41// 2008-10-30 15:18:21
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// 2008-10-31 8:15:28
58
59
60$dictionary['Image'] = 'Image';
61$dictionary['Is private'] = 'Is private';
62
63
64?>
Note: See TracBrowser for help on using the browser.