-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmessages.pot
213 lines (167 loc) · 3.96 KB
/
messages.pot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
# Translations template for PROJECT.
# Copyright (C) 2013 ORGANIZATION
# This file is distributed under the same license as the PROJECT project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2013.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-03-07 23:54-0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 0.9.6\n"
#: app/__init__.py:22
msgid "Please log in to access this page."
msgstr ""
#: app/forms.py:30
msgid ""
"This nickname has invalid characters. Please user letters, numbers, dots "
"and underscores only."
msgstr ""
#: app/forms.py:37
msgid "This nickname is already in use. Please choose another one."
msgstr ""
#: app/views.py:34
msgid "Your post is now live!"
msgstr ""
#: app/views.py:94
msgid "Invalid login. Please try again."
msgstr ""
#: app/views.py:134
#, python-format
msgid "User %(nickname)s not found."
msgstr ""
#: app/views.py:157
msgid "Your changes have been saved."
msgstr ""
#: app/views.py:187
#, python-format
msgid "User %(nickname)s not found."
msgstr ""
#: app/views.py:191
msgid "You can't follow yourself"
msgstr ""
#: app/views.py:196
#, python-format
msgid "Cannont follow %(nickname)s ."
msgstr ""
#: app/views.py:201
#, python-format
msgid "You are now following %(nickname)s !"
msgstr ""
#: app/views.py:213
#, python-format
msgid "User %(nickname)s not found"
msgstr ""
#: app/views.py:217
msgid "You can't unfollow yourself!"
msgstr ""
#: app/views.py:223
#, python-format
msgid "Cannot unfollow %(nickname)s ."
msgstr ""
#: app/views.py:229
#, python-format
msgid "You have stopped following %(nickname)s ."
msgstr ""
#: app/templates/base.html:32
msgid "Home"
msgstr ""
#: app/templates/base.html:34
msgid "Your Profile"
msgstr ""
#: app/templates/base.html:35
msgid "Logout"
msgstr ""
#: app/templates/base.html:45
msgid "Search"
msgstr ""
#: app/templates/edit.html:6
msgid "Edit your Profile"
msgstr ""
#: app/templates/edit.html:13
msgid "Your nickname:"
msgstr ""
#: app/templates/edit.html:22
msgid "About yourself:"
msgstr ""
#: app/templates/edit.html:32
msgid "Save Changes"
msgstr ""
#: app/templates/follower_email.html:4
#, python-format
msgid "%(nickname)s is now a follower."
msgstr ""
#: app/templates/follower_email.html:16
msgid "Regards,"
msgstr ""
#: app/templates/follower_email.html:18
msgid "The <code>microblog</code> admin"
msgstr ""
#: app/templates/index.html:4
#, python-format
msgid "Hi, %(nickname)s!"
msgstr ""
#: app/templates/index.html:12
msgid "Say something:"
msgstr ""
#: app/templates/index.html:22
msgid "Post!"
msgstr ""
#: app/templates/index.html:36 app/templates/user.html:32
#: app/templates/user.html:34
msgid "Newer posts"
msgstr ""
#: app/templates/index.html:38
msgid "Newer Posts"
msgstr ""
#: app/templates/index.html:43 app/templates/index.html:45
#: app/templates/user.html:37 app/templates/user.html:39
msgid "Older posts"
msgstr ""
#: app/templates/login.html:22
msgid "Please Sign In"
msgstr ""
#: app/templates/login.html:25
msgid "Click on your OpenID provider below:"
msgstr ""
#: app/templates/login.html:34
msgid "Or enter your OpenID here:"
msgstr ""
#: app/templates/login.html:46
msgid "Remember Me"
msgstr ""
#: app/templates/login.html:52
msgid "Sign In"
msgstr ""
#: app/templates/post.html:12
#, python-format
msgid "%(nickname)s said %(when)s:"
msgstr ""
#: app/templates/search_results.html:5
msgid "Search results for \"%(query):"
msgstr ""
#: app/templates/user.html:14
msgid "Last seen on:"
msgstr ""
#: app/templates/user.html:17
msgid "Followers:"
msgstr ""
#: app/templates/user.html:17
msgid "Following:"
msgstr ""
#: app/templates/user.html:19
msgid "Edit your profile"
msgstr ""
#: app/templates/user.html:21
msgid "Follow"
msgstr ""
#: app/templates/user.html:23
msgid "Unfollow"
msgstr ""