Updating translations
[mediagoblin.git] / mediagoblin / i18n / pt_BR / LC_MESSAGES / mediagoblin.po
1 # Translations template for PROJECT.
2 # Copyright (C) 2011 ORGANIZATION
3 # This file is distributed under the same license as the PROJECT project.
4 #
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: GNU MediaGoblin\n"
8 "Report-Msgid-Bugs-To: http://bugs.foocorp.net/projects/mediagoblin/issues\n"
9 "POT-Creation-Date: 2011-08-08 22:53-0500\n"
10 "PO-Revision-Date: 2011-08-10 18:05+0000\n"
11 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12 "Language-Team: Portuguese (Brazilian) (http://www.transifex.net/projects/p/mediagoblin/team/pt_BR/)\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "Generated-By: Babel 0.9.6\n"
17 "Language: pt_BR\n"
18 "Plural-Forms: nplurals=2; plural=(n > 1)\n"
19
20 #: mediagoblin/auth/forms.py:24 mediagoblin/auth/forms.py:46
21 msgid "Username"
22 msgstr ""
23
24 #: mediagoblin/auth/forms.py:29 mediagoblin/auth/forms.py:50
25 msgid "Password"
26 msgstr ""
27
28 #: mediagoblin/auth/forms.py:34
29 msgid "Passwords must match."
30 msgstr ""
31
32 #: mediagoblin/auth/forms.py:36
33 msgid "Confirm password"
34 msgstr ""
35
36 #: mediagoblin/auth/forms.py:39
37 msgid "Email address"
38 msgstr ""
39
40 #: mediagoblin/auth/views.py:40
41 msgid "Sorry, registration is disabled on this instance."
42 msgstr ""
43
44 #: mediagoblin/auth/views.py:55
45 msgid "Sorry, a user with that name already exists."
46 msgstr ""
47
48 #: mediagoblin/auth/views.py:152
49 msgid ""
50 "Your email address has been verified. You may now login, edit your profile, "
51 "and submit images!"
52 msgstr ""
53
54 #: mediagoblin/auth/views.py:158
55 msgid "The verification key or user id is incorrect"
56 msgstr ""
57
58 #: mediagoblin/auth/views.py:179
59 #: mediagoblin/templates/mediagoblin/auth/resent_verification_email.html:22
60 msgid "Resent your verification email."
61 msgstr ""
62
63 #: mediagoblin/edit/forms.py:26 mediagoblin/submit/forms.py:26
64 msgid "Title"
65 msgstr ""
66
67 #: mediagoblin/edit/forms.py:29
68 msgid "Slug"
69 msgstr ""
70
71 #: mediagoblin/edit/forms.py:30
72 msgid "The slug can't be empty"
73 msgstr ""
74
75 #: mediagoblin/edit/forms.py:33 mediagoblin/submit/forms.py:31
76 msgid "Tags"
77 msgstr ""
78
79 #: mediagoblin/edit/forms.py:38
80 msgid "Bio"
81 msgstr ""
82
83 #: mediagoblin/edit/forms.py:41
84 msgid "Website"
85 msgstr ""
86
87 #: mediagoblin/edit/forms.py:43
88 msgid "Improperly formed URL"
89 msgstr ""
90
91 #: mediagoblin/edit/views.py:54
92 msgid "An entry with that slug already exists for this user."
93 msgstr ""
94
95 #: mediagoblin/edit/views.py:75
96 msgid "You are editing another user's media. Proceed with caution."
97 msgstr ""
98
99 #: mediagoblin/edit/views.py:96
100 msgid "You are editing a user's profile. Proceed with caution."
101 msgstr ""
102
103 #: mediagoblin/submit/forms.py:29
104 msgid "File"
105 msgstr ""
106
107 #: mediagoblin/submit/views.py:45
108 msgid "You must provide a file."
109 msgstr ""
110
111 #: mediagoblin/submit/views.py:48
112 msgid "The file doesn't seem to be an image!"
113 msgstr ""
114
115 #: mediagoblin/submit/views.py:96
116 msgid "Woohoo! Submitted!"
117 msgstr ""
118
119 #: mediagoblin/templates/mediagoblin/base.html:22
120 msgid "GNU MediaGoblin"
121 msgstr ""
122
123 #: mediagoblin/templates/mediagoblin/base.html:45
124 msgid "Mediagoblin logo"
125 msgstr ""
126
127 #: mediagoblin/templates/mediagoblin/base.html:51
128 msgid "Submit media"
129 msgstr ""
130
131 #: mediagoblin/templates/mediagoblin/base.html:62
132 msgid "verify your email!"
133 msgstr ""
134
135 #: mediagoblin/templates/mediagoblin/base.html:72
136 msgid "Login"
137 msgstr ""
138
139 #: mediagoblin/templates/mediagoblin/base.html:88
140 msgid ""
141 "Powered by <a href=\"http://mediagoblin.org\">MediaGoblin</a>, a <a "
142 "href=\"http://gnu.org/\">GNU project</a>"
143 msgstr ""
144
145 #: mediagoblin/templates/mediagoblin/root.html:21
146 msgid "Welcome to GNU MediaGoblin!"
147 msgstr ""
148
149 #: mediagoblin/templates/mediagoblin/root.html:26
150 msgid "Submit an item"
151 msgstr ""
152
153 #: mediagoblin/templates/mediagoblin/root.html:31
154 #, python-format
155 msgid "If you have an account, you can <a href=\"%(login_url)s\">Login</a>."
156 msgstr ""
157
158 #: mediagoblin/templates/mediagoblin/root.html:37
159 #, python-format
160 msgid ""
161 "If you don't have an account, please <a "
162 "href=\"%(register_url)s\">Register</a>."
163 msgstr ""
164
165 #: mediagoblin/templates/mediagoblin/auth/login.html:26
166 msgid "Log in"
167 msgstr ""
168
169 #: mediagoblin/templates/mediagoblin/auth/login.html:29
170 msgid "Login failed!"
171 msgstr ""
172
173 #: mediagoblin/templates/mediagoblin/auth/login.html:34
174 #: mediagoblin/templates/mediagoblin/auth/register.html:30
175 #: mediagoblin/templates/mediagoblin/edit/edit_profile.html:35
176 #: mediagoblin/templates/mediagoblin/submit/start.html:32
177 msgid "Submit"
178 msgstr ""
179
180 #: mediagoblin/templates/mediagoblin/auth/login.html:42
181 msgid "Don't have an account yet?"
182 msgstr ""
183
184 #: mediagoblin/templates/mediagoblin/auth/login.html:45
185 msgid "Create one here!"
186 msgstr ""
187
188 #: mediagoblin/templates/mediagoblin/auth/register.html:27
189 msgid "Create an account!"
190 msgstr ""
191
192 #: mediagoblin/templates/mediagoblin/auth/verification_email.txt:19
193 #, python-format
194 msgid ""
195 "Hi %(username)s,\n"
196 "\n"
197 "to activate your GNU MediaGoblin account, open the following URL in\n"
198 "your web browser:\n"
199 "\n"
200 "%(verification_url)s"
201 msgstr ""
202
203 #: mediagoblin/templates/mediagoblin/edit/edit.html:29
204 #, python-format
205 msgid "Editing %(media_title)s"
206 msgstr ""
207
208 #: mediagoblin/templates/mediagoblin/edit/edit.html:36
209 msgid "Cancel"
210 msgstr ""
211
212 #: mediagoblin/templates/mediagoblin/edit/edit.html:37
213 msgid "Save changes"
214 msgstr ""
215
216 #: mediagoblin/templates/mediagoblin/edit/edit_profile.html:29
217 #, python-format
218 msgid "Editing %(username)s's profile"
219 msgstr ""
220
221 #: mediagoblin/templates/mediagoblin/listings/tag.html:29
222 msgid "Media tagged with:"
223 msgstr ""
224
225 #: mediagoblin/templates/mediagoblin/listings/tag.html:40
226 #: mediagoblin/templates/mediagoblin/user_pages/gallery.html:46
227 #: mediagoblin/templates/mediagoblin/user_pages/user.html:101
228 msgid "atom feed"
229 msgstr ""
230
231 #: mediagoblin/templates/mediagoblin/submit/start.html:26
232 msgid "Submit yer media"
233 msgstr ""
234
235 #: mediagoblin/templates/mediagoblin/user_pages/gallery.html:30
236 #, python-format
237 msgid "<a href=\"%(user_url)s\">%(username)s</a>'s media"
238 msgstr ""
239
240 #: mediagoblin/templates/mediagoblin/user_pages/gallery.html:51
241 #: mediagoblin/templates/mediagoblin/user_pages/user.html:30
242 msgid "Sorry, no such user found."
243 msgstr ""
244
245 #: mediagoblin/templates/mediagoblin/user_pages/user.html:37
246 #: mediagoblin/templates/mediagoblin/user_pages/user.html:57
247 msgid "Verification needed"
248 msgstr ""
249
250 #: mediagoblin/templates/mediagoblin/user_pages/user.html:40
251 msgid "Almost done! Your account still needs to be verified."
252 msgstr ""
253
254 #: mediagoblin/templates/mediagoblin/user_pages/user.html:45
255 msgid ""
256 "An email should arrive in a few moments with instructions on how to do so."
257 msgstr ""
258
259 #: mediagoblin/templates/mediagoblin/user_pages/user.html:49
260 msgid "In case it doesn't:"
261 msgstr ""
262
263 #: mediagoblin/templates/mediagoblin/user_pages/user.html:52
264 msgid "Resend verification email"
265 msgstr ""
266
267 #: mediagoblin/templates/mediagoblin/user_pages/user.html:60
268 msgid ""
269 "Someone has registered an account with this username, but it still has to be"
270 " verified."
271 msgstr ""
272
273 #: mediagoblin/templates/mediagoblin/user_pages/user.html:66
274 #, python-format
275 msgid ""
276 "If you are that person but you've lost your verification email, you can <a "
277 "href=\"%(login_url)s\">log in</a> and resend it."
278 msgstr ""
279
280 #: mediagoblin/templates/mediagoblin/user_pages/user.html:76
281 #, python-format
282 msgid "%(username)s's profile"
283 msgstr ""
284
285 #: mediagoblin/templates/mediagoblin/user_pages/user.html:84
286 msgid "Edit profile"
287 msgstr ""
288
289 #: mediagoblin/templates/mediagoblin/user_pages/user.html:95
290 #, python-format
291 msgid "View all of %(username)s's media"
292 msgstr ""
293
294