Kaynağa Gözat

Languages for 0.95

pecesama 16 yıl önce
ebeveyn
işleme
1b8546078a

+ 24 - 0
gettext.bat Dosyayı Görüntüle

@@ -0,0 +1,24 @@
1
+dir /a /b /-p /o:gen *.php > sources.txt
2
+cd admin
3
+dir /a /b /-p /o:gen *.php > sources_admin.txt
4
+cd ..
5
+ 
6
+PATH C:\Archivos de programa\poEdit\bin
7
+ 
8
+for /f %%a in ('dir /b languages') do call :add_strings "%%a"
9
+ 
10
+cd admin
11
+del sources_admin.txt
12
+cd ..
13
+del sources.txt
14
+ 
15
+goto :eof
16
+ 
17
+:add_strings
18
+xgettext --keyword=__ --language=PHP --files-from=sources.txt -j --from-code=UTF-8 -d languages/%1/messages
19
+cd admin
20
+xgettext --keyword=__ --language=PHP --files-from=sources_admin.txt -j --from-code=UTF-8 -d ../languages/%1/messages
21
+cd ..
22
+cd languages/%1
23
+msgfmt messages.po
24
+cd ../..

BIN
languages/cn/messages.mo Dosyayı Görüntüle


+ 531 - 423
languages/cn/messages.po Dosyayı Görüntüle

@@ -1,423 +1,531 @@
1
-# SOME DESCRIPTIVE TITLE.
2
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
-# This file is distributed under the same license as the PACKAGE package.
4
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
-#
6
-msgid ""
7
-msgstr ""
8
-"Project-Id-Version: gelato chinese\n"
9
-"Report-Msgid-Bugs-To: \n"
10
-"POT-Creation-Date: 2007-07-29 22:39-0500\n"
11
-"PO-Revision-Date: 2007-11-06 12:31-0600\n"
12
-"Last-Translator: Pedro Santana <psantana@gelatocms.com>\n"
13
-"Language-Team: hicode.org <sluke520@gmail.com>\n"
14
-"MIME-Version: 1.0\n"
15
-"Content-Type: text/plain; charset=utf-8\n"
16
-"Content-Transfer-Encoding: 8bit\n"
17
-"X-Poedit-Language: Chinese\n"
18
-"X-Poedit-Country: CHINA\n"
19
-"X-Poedit-SourceCharset: utf-8\n"
20
-
21
-#: admin.php:28
22
-msgid "admin users"
23
-msgstr "管理员"
24
-
25
-#: admin.php:52
26
-#: comments.php:98
27
-#: index.php:141
28
-#: options.php:84
29
-#: settings.php:58
30
-#: user.php:68
31
-msgid "Processing request..."
32
-msgstr "进程请求..."
33
-
34
-#: admin.php:55
35
-#: close.php:39
36
-#: comments.php:101
37
-#: index.php:144
38
-#: options.php:87
39
-#: settings.php:61
40
-#: user.php:71
41
-msgid "home"
42
-msgstr "首页"
43
-
44
-#: admin.php:57
45
-#: index.php:146
46
-msgid "View Tumblelog"
47
-msgstr "浏览微型博客"
48
-
49
-#: admin.php:58
50
-#: index.php:147
51
-msgid "Log out"
52
-msgstr "注销"
53
-
54
-#: admin.php:66
55
-#: index.php:321
56
-#: options.php:99
57
-#: settings.php:74
58
-msgid "Settings"
59
-msgstr "设置"
60
-
61
-#: admin.php:67
62
-#: comments.php:111
63
-#: index.php:325
64
-msgid "Posts"
65
-msgstr "日志"
66
-
67
-#: admin.php:68
68
-msgid "Add user"
69
-msgstr "添加用户"
70
-
71
-#: admin.php:69
72
-#: index.php:323
73
-#: options.php:98
74
-#: settings.php:72
75
-#: user.php:82
76
-msgid "Users"
77
-msgstr "用户"
78
-
79
-#: admin.php:75
80
-msgid "The user has been added successfully."
81
-msgstr "成功添加用户"
82
-
83
-#: admin.php:81
84
-msgid "The user has been eliminated successfully."
85
-msgstr "成功删除用户"
86
-
87
-#: admin.php:87
88
-msgid "The user has been modified successfully."
89
-msgstr "成功修改用户"
90
-
91
-#: admin.php:93
92
-#: ajax.php:36
93
-msgid "The username is not available."
94
-msgstr "用户名不可用"
95
-
96
-#: admin.php:95
97
-msgid "Error on the database server:."
98
-msgstr "数据库出错:"
99
-
100
-#: admin.php:103
101
-msgid "Login"
102
-msgstr "登录"
103
-
104
-#: admin.php:104
105
-msgid "Name"
106
-msgstr "名称"
107
-
108
-#: admin.php:105
109
-msgid "Actions"
110
-msgstr "操作"
111
-
112
-#: admin.php:123
113
-#: comments.php:113
114
-#: user.php:83
115
-msgid "Edit"
116
-msgstr "编辑"
117
-
118
-#: admin.php:126
119
-msgid "Delete"
120
-msgstr "删除"
121
-
122
-#: admin.php:135
123
-msgid "No users available."
124
-msgstr "无可用用户"
125
-
126
-#: ajax.php:23
127
-msgid "&nbsp;ending session..."
128
-msgstr "&nbsp;结束会话..."
129
-
130
-#: ajax.php:25
131
-msgid "&nbsp;failure ending session..."
132
-msgstr "&nbsp;失败结束会话..."
133
-
134
-#: ajax.php:31
135
-msgid "Required field cannot be left blank."
136
-msgstr "必填项不能留空."
137
-
138
-#: ajax.php:34
139
-msgid "Username available."
140
-msgstr "用户名可用."
141
-
142
-#: close.php:27
143
-msgid "logout"
144
-msgstr "注销"
145
-
146
-#: close.php:41
147
-#: comments.php:103
148
-#: index.php:146
149
-#: options.php:89
150
-#: settings.php:63
151
-#: user.php:73
152
-msgid "Take me to the tumblelog"
153
-msgstr "转到 微型博客"
154
-
155
-#: close.php:41
156
-#: comments.php:103
157
-#: options.php:89
158
-#: settings.php:63
159
-#: user.php:73
160
-msgid "Back to the Tumblelog"
161
-msgstr "返回 微型博客"
162
-
163
-#: close.php:48
164
-msgid "Closing session"
165
-msgstr "关闭会话"
166
-
167
-#: close.php:49
168
-msgid "logoff"
169
-msgstr "登出"
170
-
171
-#: close.php:57
172
-msgid "Ending session..."
173
-msgstr "结束会话..."
174
-
175
-#: close.php:61
176
-msgid "Has happened an error when closing the session."
177
-msgstr "关闭会话时发生错误."
178
-
179
-#: comments.php:74
180
-msgid "comments"
181
-msgstr "评论"
182
-
183
-#: comments.php:110
184
-msgid "Manage comments"
185
-msgstr "管理评论"
186
-
187
-#: comments.php:112
188
-msgid "Spam"
189
-msgstr "Spam"
190
-
191
-#: comments.php:113
192
-msgid "List"
193
-msgstr "列表"
194
-
195
-#: comments.php:119
196
-msgid "The comment has been eliminated successfully."
197
-msgstr "成功删除评论."
198
-
199
-#: comments.php:122
200
-msgid "The post has NOT been eliminated."
201
-msgstr "日志未能删除."
202
-
203
-#: comments.php:128
204
-msgid "The comment has been modified successfully."
205
-msgstr "成功修改评论."
206
-
207
-#: comments.php:131
208
-msgid "The post has NOT been modified."
209
-msgstr "日志未能修改."
210
-
211
-#: index.php:104
212
-msgid "control panel"
213
-msgstr "控制面板"
214
-
215
-#: index.php:153
216
-msgid "New Post"
217
-msgstr "新日志"
218
-
219
-#: index.php:154
220
-msgid "Chat"
221
-msgstr "聊天"
222
-
223
-#: index.php:155
224
-msgid "Quote"
225
-msgstr "引用"
226
-
227
-#: index.php:156
228
-msgid "Link"
229
-msgstr "链接"
230
-
231
-#: index.php:157
232
-msgid "Audio"
233
-msgstr "音频"
234
-
235
-#: index.php:158
236
-msgid "Video"
237
-msgstr "视频"
238
-
239
-#: index.php:159
240
-msgid "Picture"
241
-msgstr "图像"
242
-
243
-#: index.php:160
244
-msgid "Regular"
245
-msgstr "规则"
246
-
247
-#: index.php:167
248
-msgid "A new gelato version has been released and is ready <a href=\"http://www.gelatocms.com/\">for download</a>."
249
-msgstr "新版本发布,请<a href=\"http://www.gelatocms.com/\">下载</a>."
250
-
251
-#: index.php:172
252
-msgid "The post has been eliminated successfully."
253
-msgstr "成功删除日志."
254
-
255
-#: index.php:178
256
-msgid "The post has been modified successfully."
257
-msgstr "成功修改日志."
258
-
259
-#: index.php:184
260
-msgid "The post has been added successfully."
261
-msgstr "成功添加日志."
262
-
263
-#: index.php:190
264
-msgid "Error on the database server:"
265
-msgstr "数据库出错:"
266
-
267
-#: index.php:196
268
-msgid "Not an MP3 file or an upload problem."
269
-msgstr "不是一个MP3文件.有可能是上传出错"
270
-
271
-#: index.php:202
272
-msgid "Not a photo file or an upload problem."
273
-msgstr "不是一个图像文件.有可能是上传出错"
274
-
275
-#: index.php:305
276
-msgid "syntax is supported."
277
-msgstr "支持语法."
278
-
279
-#: index.php:322
280
-#: options.php:100
281
-#: settings.php:73
282
-msgid "Options"
283
-msgstr "选项"
284
-
285
-#: index.php:324
286
-msgid "Comments"
287
-msgstr "评论"
288
-
289
-#: index.php:428
290
-msgid "No posts in this tumblelog."
291
-msgstr "暂无内容."
292
-
293
-#: options.php:61
294
-msgid "options"
295
-msgstr "选项"
296
-
297
-#: options.php:96
298
-msgid "Tumblelog options"
299
-msgstr "微型博客 选项"
300
-
301
-#: options.php:97
302
-#: settings.php:71
303
-#: user.php:81
304
-msgid "Post"
305
-msgstr "日志"
306
-
307
-#: options.php:106
308
-#: settings.php:80
309
-msgid "The configuration has been modified successfully."
310
-msgstr "公共修改配置."
311
-
312
-#: options.php:111
313
-#: settings.php:85
314
-msgid "Error on the database server: "
315
-msgstr "数据库出错: "
316
-
317
-#: options.php:120
318
-msgid "Rich text editor:"
319
-msgstr "富文本编辑器r:"
320
-
321
-#: options.php:122
322
-#: options.php:128
323
-#: options.php:134
324
-msgid "Active"
325
-msgstr "激活"
326
-
327
-#: options.php:123
328
-#: options.php:129
329
-#: options.php:135
330
-msgid "Deactive"
331
-msgstr "禁用"
332
-
333
-#: options.php:126
334
-msgid "URL friendly:"
335
-msgstr "URL 友好:"
336
-
337
-#: options.php:132
338
-msgid "Allow readers comments:"
339
-msgstr "允许读者评论:"
340
-
341
-#: options.php:138
342
-msgid "Time Offset:"
343
-msgstr "时区:"
344
-
345
-#: options.php:206
346
-#: settings.php:129
347
-#: user.php:139
348
-msgid "Modify"
349
-msgstr "修改"
350
-
351
-#: settings.php:35
352
-msgid "settings"
353
-msgstr "设置"
354
-
355
-#: settings.php:70
356
-msgid "Tumblelog configuration"
357
-msgstr "微型博客 配置"
358
-
359
-#: settings.php:94
360
-msgid "Title:"
361
-msgstr "标题:"
362
-
363
-#: settings.php:96
364
-msgid "Description:"
365
-msgstr "描述:"
366
-
367
-#: settings.php:98
368
-msgid "Installation URL"
369
-msgstr "安装 URL"
370
-
371
-#: settings.php:100
372
-msgid "Post limit:"
373
-msgstr "日志限制:"
374
-
375
-#: settings.php:102
376
-msgid "Language:"
377
-msgstr "语言:"
378
-
379
-#: settings.php:114
380
-msgid "Template:"
381
-msgstr "模板:"
382
-
383
-#: user.php:56
384
-msgid "add user"
385
-msgstr "添加用户"
386
-
387
-#: user.php:80
388
-msgid "Start session"
389
-msgstr "开始会话"
390
-
391
-#: user.php:83
392
-#: user.php:139
393
-msgid "Add"
394
-msgstr "添加"
395
-
396
-#: user.php:99
397
-msgid "user:"
398
-msgstr "用户:"
399
-
400
-#: user.php:115
401
-msgid "password:"
402
-msgstr "密码:"
403
-
404
-#: user.php:119
405
-msgid "retype password:"
406
-msgstr "教研密码:"
407
-
408
-#: user.php:123
409
-msgid "name:"
410
-msgstr "名字:"
411
-
412
-#: user.php:127
413
-msgid "e-mail:"
414
-msgstr "邮件l:"
415
-
416
-#: user.php:131
417
-msgid "website:"
418
-msgstr "主页:"
419
-
420
-#: user.php:135
421
-msgid "about:"
422
-msgstr "关于:"
423
-
1
+# SOME DESCRIPTIVE TITLE.
2
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+# This file is distributed under the same license as the PACKAGE package.
4
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+#
6
+#, fuzzy
7
+msgid ""
8
+msgstr ""
9
+"Project-Id-Version: PACKAGE VERSION\n"
10
+"Report-Msgid-Bugs-To: \n"
11
+"POT-Creation-Date: 2007-11-06 12:46-0600\n"
12
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
+"Language-Team: LANGUAGE <LL@li.org>\n"
15
+"MIME-Version: 1.0\n"
16
+"Content-Type: text/plain; charset=UTF-8\n"
17
+"Content-Transfer-Encoding: 8bit\n"
18
+
19
+#: admin.php:28 admin.php:25
20
+msgid "admin users"
21
+msgstr "管理员"
22
+
23
+#: admin.php:52 comments.php:98 index.php:141 options.php:84 settings.php:58
24
+#: user.php:68
25
+msgid "Processing request..."
26
+msgstr "进程请求..."
27
+
28
+#: admin.php:55 close.php:39 comments.php:101 index.php:144 options.php:87
29
+#: settings.php:61 user.php:71 login.php:68 admin.php:54 close.php:35
30
+#: comments.php:89 feeds.php:81 index.php:122 options.php:89 settings.php:52
31
+#: user.php:67
32
+msgid "home"
33
+msgstr "首页"
34
+
35
+#: admin.php:57 index.php:146 admin.php:56 index.php:124
36
+msgid "View Tumblelog"
37
+msgstr "浏览微型博客"
38
+
39
+#: admin.php:58 index.php:147 admin.php:57 index.php:125
40
+msgid "Log out"
41
+msgstr "注销"
42
+
43
+#: admin.php:66 index.php:321 options.php:99 settings.php:74 admin.php:65
44
+#: index.php:303 options.php:101 settings.php:65
45
+msgid "Settings"
46
+msgstr "设置"
47
+
48
+#: admin.php:67 comments.php:111 index.php:325 admin.php:66 comments.php:99
49
+#: index.php:308
50
+msgid "Posts"
51
+msgstr "日志"
52
+
53
+#: admin.php:68 admin.php:67
54
+msgid "Add user"
55
+msgstr "添加用户"
56
+
57
+#: admin.php:69 index.php:323 options.php:98 settings.php:72 user.php:82
58
+#: admin.php:68 index.php:306 options.php:100 settings.php:63 user.php:78
59
+msgid "Users"
60
+msgstr "用户"
61
+
62
+#: admin.php:75 admin.php:74
63
+msgid "The user has been added successfully."
64
+msgstr "成功添加用户"
65
+
66
+#: admin.php:81 admin.php:80
67
+msgid "The user has been eliminated successfully."
68
+msgstr "成功删除用户"
69
+
70
+#: admin.php:87 admin.php:86
71
+msgid "The user has been modified successfully."
72
+msgstr "成功修改用户"
73
+
74
+#: admin.php:93 ajax.php:36 admin.php:92
75
+msgid "The username is not available."
76
+msgstr "用户名不可用"
77
+
78
+#: admin.php:95 admin.php:94
79
+msgid "Error on the database server:."
80
+msgstr "数据库出错:"
81
+
82
+#: admin.php:103 login.php:78 admin.php:102
83
+msgid "Login"
84
+msgstr "登录"
85
+
86
+#: admin.php:104 admin.php:103
87
+msgid "Name"
88
+msgstr "名称"
89
+
90
+#: admin.php:105 admin.php:104
91
+msgid "Actions"
92
+msgstr "操作"
93
+
94
+#: admin.php:123 comments.php:113 user.php:83 admin.php:118 comments.php:101
95
+#: user.php:79
96
+msgid "Edit"
97
+msgstr "编辑"
98
+
99
+#: admin.php:126 admin.php:119
100
+msgid "Delete"
101
+msgstr "删除"
102
+
103
+#: admin.php:135 admin.php:128
104
+msgid "No users available."
105
+msgstr "无可用用户"
106
+
107
+#: ajax.php:23
108
+msgid "&nbsp;ending session..."
109
+msgstr "&nbsp;结束会话..."
110
+
111
+#: ajax.php:25
112
+msgid "&nbsp;failure ending session..."
113
+msgstr "&nbsp;失败结束会话..."
114
+
115
+#: ajax.php:31
116
+msgid "Required field cannot be left blank."
117
+msgstr "必填项不能留空."
118
+
119
+#: ajax.php:34
120
+msgid "Username available."
121
+msgstr "用户名可用."
122
+
123
+#: close.php:27 close.php:23
124
+msgid "logout"
125
+msgstr "注销"
126
+
127
+#: close.php:41 comments.php:103 index.php:146 options.php:89 settings.php:63
128
+#: user.php:73 login.php:70 close.php:37 comments.php:91 feeds.php:83
129
+#: index.php:124 options.php:91 settings.php:54 user.php:69
130
+msgid "Take me to the tumblelog"
131
+msgstr "转到 微型博客"
132
+
133
+#: close.php:41 comments.php:103 options.php:89 settings.php:63 user.php:73
134
+#: login.php:70 close.php:37 comments.php:91 feeds.php:83 options.php:91
135
+#: settings.php:54 user.php:69
136
+msgid "Back to the Tumblelog"
137
+msgstr "返回 微型博客"
138
+
139
+#: close.php:48 close.php:44
140
+msgid "Closing session"
141
+msgstr "关闭会话"
142
+
143
+#: close.php:49 close.php:45
144
+msgid "logoff"
145
+msgstr "登出"
146
+
147
+#: close.php:57
148
+msgid "Ending session..."
149
+msgstr "结束会话..."
150
+
151
+#: close.php:61 close.php:57
152
+msgid "Has happened an error when closing the session."
153
+msgstr "关闭会话时发生错误."
154
+
155
+#: comments.php:74 comments.php:67
156
+msgid "comments"
157
+msgstr "评论"
158
+
159
+#: comments.php:110 comments.php:98
160
+msgid "Manage comments"
161
+msgstr "管理评论"
162
+
163
+#: comments.php:112 comments.php:100
164
+msgid "Spam"
165
+msgstr "Spam"
166
+
167
+#: comments.php:113 comments.php:101
168
+msgid "List"
169
+msgstr "列表"
170
+
171
+#: comments.php:119 comments.php:107
172
+msgid "The comment has been eliminated successfully."
173
+msgstr "成功删除评论."
174
+
175
+#: comments.php:122 comments.php:110
176
+msgid "The post has NOT been eliminated."
177
+msgstr "日志未能删除."
178
+
179
+#: comments.php:128 comments.php:116
180
+msgid "The comment has been modified successfully."
181
+msgstr "成功修改评论."
182
+
183
+#: comments.php:131 comments.php:119
184
+msgid "The post has NOT been modified."
185
+msgstr "日志未能修改."
186
+
187
+#: index.php:104 index.php:97
188
+msgid "control panel"
189
+msgstr "控制面板"
190
+
191
+#: index.php:153 bm.php:122 index.php:131
192
+msgid "New Post"
193
+msgstr "新日志"
194
+
195
+#: index.php:154 index.php:132
196
+msgid "Chat"
197
+msgstr "聊天"
198
+
199
+#: index.php:155 index.php:133
200
+msgid "Quote"
201
+msgstr "引用"
202
+
203
+#: index.php:156 bm.php:138 index.php:134
204
+msgid "Link"
205
+msgstr "链接"
206
+
207
+#: index.php:157 bm.php:148 index.php:135
208
+msgid "Audio"
209
+msgstr "音频"
210
+
211
+#: index.php:158 bm.php:143 index.php:136
212
+msgid "Video"
213
+msgstr "视频"
214
+
215
+#: index.php:159 bm.php:133 index.php:137
216
+msgid "Picture"
217
+msgstr "图像"
218
+
219
+#: index.php:160 bm.php:128 index.php:138
220
+msgid "Regular"
221
+msgstr "规则"
222
+
223
+#: index.php:167 index.php:145
224
+msgid ""
225
+"A new gelato version has been released and is ready <a href=\"http://www."
226
+"gelatocms.com/\">for download</a>."
227
+msgstr "新版本发布,请<a href=\"http://www.gelatocms.com/\">下载</a>."
228
+
229
+#: index.php:172 index.php:150
230
+msgid "The post has been eliminated successfully."
231
+msgstr "成功删除日志."
232
+
233
+#: index.php:178 index.php:156
234
+msgid "The post has been modified successfully."
235
+msgstr "成功修改日志."
236
+
237
+#: index.php:184 index.php:162
238
+msgid "The post has been added successfully."
239
+msgstr "成功添加日志."
240
+
241
+#: index.php:190 index.php:168
242
+msgid "Error on the database server:"
243
+msgstr "数据库出错:"
244
+
245
+#: index.php:196 index.php:174
246
+msgid "Not an MP3 file or an upload problem."
247
+msgstr "不是一个MP3文件.有可能是上传出错"
248
+
249
+#: index.php:202 index.php:180
250
+msgid "Not a photo file or an upload problem."
251
+msgstr "不是一个图像文件.有可能是上传出错"
252
+
253
+#: index.php:305 bm.php:203 index.php:285
254
+msgid "syntax is supported."
255
+msgstr "支持语法."
256
+
257
+#: index.php:322 options.php:100 settings.php:73 feeds.php:92 index.php:304
258
+#: options.php:102 settings.php:64
259
+msgid "Options"
260
+msgstr "选项"
261
+
262
+#: index.php:324 index.php:307
263
+msgid "Comments"
264
+msgstr "评论"
265
+
266
+#: index.php:428 index.php:415
267
+msgid "No posts in this tumblelog."
268
+msgstr "暂无内容."
269
+
270
+#: options.php:61 options.php:68
271
+msgid "options"
272
+msgstr "选项"
273
+
274
+#: options.php:96 options.php:98
275
+msgid "Tumblelog options"
276
+msgstr "微型博客 选项"
277
+
278
+#: options.php:97 settings.php:71 user.php:81 feeds.php:91 options.php:99
279
+#: settings.php:62 user.php:77
280
+msgid "Post"
281
+msgstr "日志"
282
+
283
+#: options.php:106 settings.php:80 options.php:107 settings.php:70
284
+msgid "The configuration has been modified successfully."
285
+msgstr "公共修改配置."
286
+
287
+#: options.php:111 settings.php:85 options.php:112 settings.php:75
288
+msgid "Error on the database server: "
289
+msgstr "数据库出错: "
290
+
291
+#: options.php:120 options.php:121
292
+msgid "Rich text editor:"
293
+msgstr "富文本编辑器r:"
294
+
295
+#: options.php:122 options.php:128 options.php:134 options.php:123
296
+#: options.php:129 options.php:135 options.php:206
297
+msgid "Active"
298
+msgstr "激活"
299
+
300
+#: options.php:123 options.php:129 options.php:135 options.php:124
301
+#: options.php:130 options.php:136 options.php:207
302
+msgid "Deactive"
303
+msgstr "禁用"
304
+
305
+#: options.php:126 options.php:127
306
+msgid "URL friendly:"
307
+msgstr "URL 友好:"
308
+
309
+#: options.php:132 options.php:133
310
+msgid "Allow readers comments:"
311
+msgstr "允许读者评论:"
312
+
313
+#: options.php:138 options.php:139
314
+msgid "Time Offset:"
315
+msgstr "时区:"
316
+
317
+#: options.php:206 settings.php:129 user.php:139 options.php:230
318
+#: settings.php:119 user.php:134
319
+msgid "Modify"
320
+msgstr "修改"
321
+
322
+#: settings.php:35 settings.php:31
323
+msgid "settings"
324
+msgstr "设置"
325
+
326
+#: settings.php:70 settings.php:61
327
+msgid "Tumblelog configuration"
328
+msgstr "微型博客 配置"
329
+
330
+#: settings.php:94 settings.php:84
331
+msgid "Title:"
332
+msgstr "标题:"
333
+
334
+#: settings.php:96 settings.php:86
335
+msgid "Description:"
336
+msgstr "描述:"
337
+
338
+#: settings.php:98 settings.php:88
339
+msgid "Installation URL"
340
+msgstr "安装 URL"
341
+
342
+#: settings.php:100 settings.php:90
343
+msgid "Post limit:"
344
+msgstr "日志限制:"
345
+
346
+#: settings.php:102 settings.php:92
347
+msgid "Language:"
348
+msgstr "语言:"
349
+
350
+#: settings.php:114 settings.php:104
351
+msgid "Template:"
352
+msgstr "模板:"
353
+
354
+#: user.php:56 user.php:52
355
+msgid "add user"
356
+msgstr "添加用户"
357
+
358
+#: user.php:80 login.php:77 user.php:76
359
+msgid "Start session"
360
+msgstr "开始会话"
361
+
362
+#: user.php:83 user.php:139 feeds.php:127 user.php:79 user.php:134
363
+msgid "Add"
364
+msgstr "添加"
365
+
366
+#: user.php:99 user.php:95
367
+msgid "user:"
368
+msgstr "用户:"
369
+
370
+#: user.php:115 user.php:110
371
+msgid "password:"
372
+msgstr "密码:"
373
+
374
+#: user.php:119 user.php:114
375
+msgid "retype password:"
376
+msgstr "教研密码:"
377
+
378
+#: user.php:123 user.php:118
379
+msgid "name:"
380
+msgstr "名字:"
381
+
382
+#: user.php:127 user.php:122
383
+msgid "e-mail:"
384
+msgstr "邮件l:"
385
+
386
+#: user.php:131 user.php:126
387
+msgid "website:"
388
+msgstr "主页:"
389
+
390
+#: user.php:135 user.php:130
391
+msgid "about:"
392
+msgstr "关于:"
393
+
394
+#: login.php:35
395
+msgid "login screen"
396
+msgstr ""
397
+
398
+#: login.php:65 admin.php:51 comments.php:86 index.php:119 options.php:86
399
+#: settings.php:49 user.php:64
400
+msgid "Processing request&hellip;"
401
+msgstr ""
402
+
403
+#: login.php:86
404
+msgid "User:"
405
+msgstr ""
406
+
407
+#: login.php:88
408
+msgid "Password:"
409
+msgstr ""
410
+
411
+#: login.php:90
412
+msgid "Remember me:"
413
+msgstr ""
414
+
415
+#: login.php:101
416
+msgid "&nbsp;You must be registered to use gelato."
417
+msgstr ""
418
+
419
+#: login.php:108
420
+msgid "&nbsp;You must be logged on the system."
421
+msgstr ""
422
+
423
+#: ajax.php:23
424
+msgid "&nbsp;ending session&hellip;"
425
+msgstr ""
426
+
427
+#: ajax.php:25
428
+msgid "&nbsp;failure ending session&hellip;"
429
+msgstr ""
430
+
431
+#: bm.php:102
432
+msgid "Must be a valid URL"
433
+msgstr ""
434
+
435
+#: bm.php:110
436
+msgid "bookmarklet"
437
+msgstr ""
438
+
439
+#: close.php:53
440
+msgid "Ending session&hellip;"
441
+msgstr ""
442
+
443
+#: feeds.php:27
444
+msgid "Feed added"
445
+msgstr ""
446
+
447
+#: feeds.php:34
448
+msgid "Feed deleted"
449
+msgstr ""
450
+
451
+#: feeds.php:43 index.php:305
452
+msgid "Feeds"
453
+msgstr ""
454
+
455
+#: feeds.php:55
456
+msgid "Feed Url:"
457
+msgstr ""
458
+
459
+#: feeds.php:55
460
+msgid " username:"
461
+msgstr ""
462
+
463
+#: feeds.php:89
464
+msgid "Configure your feeds"
465
+msgstr ""
466
+
467
+#: feeds.php:103
468
+msgid "Import data from:"
469
+msgstr ""
470
+
471
+#: feeds.php:115
472
+msgid "Import As:"
473
+msgstr ""
474
+
475
+#: feeds.php:117
476
+msgid "Text"
477
+msgstr ""
478
+
479
+#: feeds.php:118
480
+msgid "Photos"
481
+msgstr ""
482
+
483
+#: feeds.php:122
484
+msgid "Feed Url (double check):"
485
+msgstr ""
486
+
487
+#: feeds.php:125
488
+msgid "Show credits on each post?"
489
+msgstr ""
490
+
491
+#: feeds.php:138 feeds.php:140
492
+msgid "Delete this Feed"
493
+msgstr ""
494
+
495
+#: feeds.php:138
496
+msgid "Error updating"
497
+msgstr ""
498
+
499
+#: feeds.php:140
500
+msgid "Last update"
501
+msgstr ""
502
+
503
+#: feeds.php:140
504
+msgid "Importing"
505
+msgstr ""
506
+
507
+#: index.php:287
508
+msgid "add to gelato"
509
+msgstr ""
510
+
511
+#: options.php:204
512
+msgid "Shorten long URLs:"
513
+msgstr ""
514
+
515
+#: options.php:210
516
+msgid "Import feeds every:"
517
+msgstr ""
518
+
519
+#: options.php:213 options.php:214 options.php:215 options.php:216
520
+#: options.php:217
521
+msgid "minutes"
522
+msgstr ""
523
+
524
+#: options.php:218
525
+msgid "hour"
526
+msgstr ""
527
+
528
+#: options.php:219 options.php:220 options.php:221 options.php:222
529
+#: options.php:223 options.php:224
530
+msgid "hours"
531
+msgstr ""

BIN
languages/de/messages.mo Dosyayı Görüntüle


+ 533 - 422
languages/de/messages.po Dosyayı Görüntüle

@@ -1,422 +1,533 @@
1
-# SOME DESCRIPTIVE TITLE.
2
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
-# This file is distributed under the same license as the PACKAGE package.
4
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
-#
6
-msgid ""
7
-msgstr ""
8
-"Project-Id-Version: gelatoCMS german language file\n"
9
-"Report-Msgid-Bugs-To: \n"
10
-"POT-Creation-Date: 2007-07-29 22:39-0500\n"
11
-"PO-Revision-Date: 2007-11-06 12:25-0600\n"
12
-"Last-Translator: Pedro Santana <psantana@gelatocms.com>\n"
13
-"Language-Team: ogee <ogee@gmx.net>\n"
14
-"MIME-Version: 1.0\n"
15
-"Content-Type: text/plain; charset=utf-8\n"
16
-"Content-Transfer-Encoding: 8bit\n"
17
-"X-Poedit-Language: German\n"
18
-"X-Poedit-Country: GERMANY\n"
19
-
20
-#: admin.php:28
21
-msgid "admin users"
22
-msgstr "administratoren"
23
-
24
-#: admin.php:52
25
-#: comments.php:98
26
-#: index.php:141
27
-#: options.php:84
28
-#: settings.php:58
29
-#: user.php:68
30
-msgid "Processing request..."
31
-msgstr "Anfrage läuft..."
32
-
33
-#: admin.php:55
34
-#: close.php:39
35
-#: comments.php:101
36
-#: index.php:144
37
-#: options.php:87
38
-#: settings.php:61
39
-#: user.php:71
40
-msgid "home"
41
-msgstr "home"
42
-
43
-#: admin.php:57
44
-#: index.php:146
45
-msgid "View Tumblelog"
46
-msgstr "Tumblelog ansehen"
47
-
48
-#: admin.php:58
49
-#: index.php:147
50
-msgid "Log out"
51
-msgstr "Abmelden"
52
-
53
-#: admin.php:66
54
-#: index.php:321
55
-#: options.php:99
56
-#: settings.php:74
57
-msgid "Settings"
58
-msgstr "Einstellungen"
59
-
60
-#: admin.php:67
61
-#: comments.php:111
62
-#: index.php:325
63
-msgid "Posts"
64
-msgstr "Beiträge"
65
-
66
-#: admin.php:68
67
-msgid "Add user"
68
-msgstr "Benutzer hinzufügen"
69
-
70
-#: admin.php:69
71
-#: index.php:323
72
-#: options.php:98
73
-#: settings.php:72
74
-#: user.php:82
75
-msgid "Users"
76
-msgstr "Benutzer"
77
-
78
-#: admin.php:75
79
-msgid "The user has been added successfully."
80
-msgstr "Benutzer erfolgreich hinzugefügt."
81
-
82
-#: admin.php:81
83
-msgid "The user has been eliminated successfully."
84
-msgstr "Benutzer erfolgreich gelöscht."
85
-
86
-#: admin.php:87
87
-msgid "The user has been modified successfully."
88
-msgstr "Benutzer erfolgreich aktualisiert."
89
-
90
-#: admin.php:93
91
-#: ajax.php:36
92
-msgid "The username is not available."
93
-msgstr "Dieser Benutzer ist nicht verfügbar."
94
-
95
-#: admin.php:95
96
-msgid "Error on the database server:."
97
-msgstr "Datenbank-Server Fehler:."
98
-
99
-#: admin.php:103
100
-msgid "Login"
101
-msgstr "Anmelden"
102
-
103
-#: admin.php:104
104
-msgid "Name"
105
-msgstr "Name"
106
-
107
-#: admin.php:105
108
-msgid "Actions"
109
-msgstr "Aktionen"
110
-
111
-#: admin.php:123
112
-#: comments.php:113
113
-#: user.php:83
114
-msgid "Edit"
115
-msgstr "Bearbeiten"
116
-
117
-#: admin.php:126
118
-msgid "Delete"
119
-msgstr "Löschen"
120
-
121
-#: admin.php:135
122
-msgid "No users available."
123
-msgstr "Keine Benutzer Verfügbar."
124
-
125
-#: ajax.php:23
126
-msgid "&nbsp;ending session..."
127
-msgstr "&nbsp;Beende die Session..."
128
-
129
-#: ajax.php:25
130
-msgid "&nbsp;failure ending session..."
131
-msgstr "&nbsp;Session beenden: Fehler..."
132
-
133
-#: ajax.php:31
134
-msgid "Required field cannot be left blank."
135
-msgstr "Erforderliche Formularfelder dürfen nicht leer sein."
136
-
137
-#: ajax.php:34
138
-msgid "Username available."
139
-msgstr "Benutzername ist verfügbar."
140
-
141
-#: close.php:27
142
-msgid "logout"
143
-msgstr "abmelden"
144
-
145
-#: close.php:41
146
-#: comments.php:103
147
-#: index.php:146
148
-#: options.php:89
149
-#: settings.php:63
150
-#: user.php:73
151
-msgid "Take me to the tumblelog"
152
-msgstr "Bring mich zum Tumblelog"
153
-
154
-#: close.php:41
155
-#: comments.php:103
156
-#: options.php:89
157
-#: settings.php:63
158
-#: user.php:73
159
-msgid "Back to the Tumblelog"
160
-msgstr "Zurück zum Tumblelog"
161
-
162
-#: close.php:48
163
-msgid "Closing session"
164
-msgstr "Schließlich Session"
165
-
166
-#: close.php:49
167
-msgid "logoff"
168
-msgstr "abmelden"
169
-
170
-#: close.php:57
171
-msgid "Ending session..."
172
-msgstr "Beende Session..."
173
-
174
-#: close.php:61
175
-msgid "Has happened an error when closing the session."
176
-msgstr "Ist eine störung beim schließlich der session aufgetreten."
177
-
178
-#: comments.php:74
179
-msgid "comments"
180
-msgstr "kommentare"
181
-
182
-#: comments.php:110
183
-msgid "Manage comments"
184
-msgstr "Kommentare bearbeiten"
185
-
186
-#: comments.php:112
187
-msgid "Spam"
188
-msgstr "Spam"
189
-
190
-#: comments.php:113
191
-msgid "List"
192
-msgstr "Liste"
193
-
194
-#: comments.php:119
195
-msgid "The comment has been eliminated successfully."
196
-msgstr "Kommentar erfolgreich gelöscht."
197
-
198
-#: comments.php:122
199
-msgid "The post has NOT been eliminated."
200
-msgstr "Beitrag wurde nicht gelöscht."
201
-
202
-#: comments.php:128
203
-msgid "The comment has been modified successfully."
204
-msgstr "Kommentar erfolgreich überarbeitet."
205
-
206
-#: comments.php:131
207
-msgid "The post has NOT been modified."
208
-msgstr "Beitrag wurde nicht geändert."
209
-
210
-#: index.php:104
211
-msgid "control panel"
212
-msgstr "kontollzentrum"
213
-
214
-#: index.php:153
215
-msgid "New Post"
216
-msgstr "Neuer Beitrag"
217
-
218
-#: index.php:154
219
-msgid "Chat"
220
-msgstr "Chat"
221
-
222
-#: index.php:155
223
-msgid "Quote"
224
-msgstr "Zitat"
225
-
226
-#: index.php:156
227
-msgid "Link"
228
-msgstr "Link"
229
-
230
-#: index.php:157
231
-msgid "Audio"
232
-msgstr "Audio"
233
-
234
-#: index.php:158
235
-msgid "Video"
236
-msgstr "Video"
237
-
238
-#: index.php:159
239
-msgid "Picture"
240
-msgstr "Bild"
241
-
242
-#: index.php:160
243
-msgid "Regular"
244
-msgstr "Regulär"
245
-
246
-#: index.php:167
247
-msgid "A new gelato version has been released and is ready <a href=\"http://www.gelatocms.com/\">for download</a>."
248
-msgstr "Eine neue Gelato Version wurde veröffentlicht und steht <a href=\"http://www.gelatocms.com/\">zum Download</a> bereit."
249
-
250
-#: index.php:172
251
-msgid "The post has been eliminated successfully."
252
-msgstr "Beitrag wurde erfolgreich entfernt."
253
-
254
-#: index.php:178
255
-msgid "The post has been modified successfully."
256
-msgstr "Beitrag wurde erfolgreich geändert."
257
-
258
-#: index.php:184
259
-msgid "The post has been added successfully."
260
-msgstr "Beitrag wurde erfolgreich hinzugefügt."
261
-
262
-#: index.php:190
263
-msgid "Error on the database server:"
264
-msgstr "Datenbank-Server Fehler:"
265
-
266
-#: index.php:196
267
-msgid "Not an MP3 file or an upload problem."
268
-msgstr "Kein MP3-Datei oder Upload Problem."
269
-
270
-#: index.php:202
271
-msgid "Not a photo file or an upload problem."
272
-msgstr "Kein Photo-Datei oder Upload Problem."
273
-
274
-#: index.php:305
275
-msgid "syntax is supported."
276
-msgstr "syntax wird unterstützt."
277
-
278
-#: index.php:322
279
-#: options.php:100
280
-#: settings.php:73
281
-msgid "Options"
282
-msgstr "Optionen"
283
-
284
-#: index.php:324
285
-msgid "Comments"
286
-msgstr "Kommentare"
287
-
288
-#: index.php:428
289
-msgid "No posts in this tumblelog."
290
-msgstr "Keine beiträge in diesem Tumblelog."
291
-
292
-#: options.php:61
293
-msgid "options"
294
-msgstr "optionen"
295
-
296
-#: options.php:96
297
-msgid "Tumblelog options"
298
-msgstr "Tumblelog Optionen"
299
-
300
-#: options.php:97
301
-#: settings.php:71
302
-#: user.php:81
303
-msgid "Post"
304
-msgstr "Schreiben"
305
-
306
-#: options.php:106
307
-#: settings.php:80
308
-msgid "The configuration has been modified successfully."
309
-msgstr "Einstellungen erfolgreich gespeichert."
310
-
311
-#: options.php:111
312
-#: settings.php:85
313
-msgid "Error on the database server: "
314
-msgstr "Datenbank-Server Fehler:"
315
-
316
-#: options.php:120
317
-msgid "Rich text editor:"
318
-msgstr "Reicher textherausgeber:"
319
-
320
-#: options.php:122
321
-#: options.php:128
322
-#: options.php:134
323
-msgid "Active"
324
-msgstr "Aktiviert"
325
-
326
-#: options.php:123
327
-#: options.php:129
328
-#: options.php:135
329
-msgid "Deactive"
330
-msgstr "Deaktiviert"
331
-
332
-#: options.php:126
333
-msgid "URL friendly:"
334
-msgstr "URL freundlich:"
335
-
336
-#: options.php:132
337
-msgid "Allow readers comments:"
338
-msgstr "Kommentare erlauben:"
339
-
340
-#: options.php:138
341
-msgid "Time Offset:"
342
-msgstr "Zeitzone:"
343
-
344
-#: options.php:206
345
-#: settings.php:129
346
-#: user.php:139
347
-msgid "Modify"
348
-msgstr "Aktualisieren"
349
-
350
-#: settings.php:35
351
-msgid "settings"
352
-msgstr "einstellungen"
353
-
354
-#: settings.php:70
355
-msgid "Tumblelog configuration"
356
-msgstr "Tumblelog konfiguration"
357
-
358
-#: settings.php:94
359
-msgid "Title:"
360
-msgstr "Titel:"
361
-
362
-#: settings.php:96
363
-msgid "Description:"
364
-msgstr "Beschreibung:"
365
-
366
-#: settings.php:98
367
-msgid "Installation URL"
368
-msgstr "Installations URL"
369
-
370
-#: settings.php:100
371
-msgid "Post limit:"
372
-msgstr "Max. Beiträge auf der Startseite:"
373
-
374
-#: settings.php:102
375
-msgid "Language:"
376
-msgstr "Sprache:"
377
-
378
-#: settings.php:114
379
-msgid "Template:"
380
-msgstr "Template:"
381
-
382
-#: user.php:56
383
-msgid "add user"
384
-msgstr "benutzer hinzugügen"
385
-
386
-#: user.php:80
387
-msgid "Start session"
388
-msgstr "Starte Session"
389
-
390
-#: user.php:83
391
-#: user.php:139
392
-msgid "Add"
393
-msgstr "Hinzufügen:"
394
-
395
-#: user.php:99
396
-msgid "user:"
397
-msgstr "benutzer:"
398
-
399
-#: user.php:115
400
-msgid "password:"
401
-msgstr "passwort:"
402
-
403
-#: user.php:119
404
-msgid "retype password:"
405
-msgstr "passwort erneut eingeben:"
406
-
407
-#: user.php:123
408
-msgid "name:"
409
-msgstr "name:"
410
-
411
-#: user.php:127
412
-msgid "e-mail:"
413
-msgstr "e-mail:"
414
-
415
-#: user.php:131
416
-msgid "website:"
417
-msgstr "webseite:"
418
-
419
-#: user.php:135
420
-msgid "about:"
421
-msgstr "Über:"
422
-
1
+# SOME DESCRIPTIVE TITLE.
2
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+# This file is distributed under the same license as the PACKAGE package.
4
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+#
6
+#, fuzzy
7
+msgid ""
8
+msgstr ""
9
+"Project-Id-Version: PACKAGE VERSION\n"
10
+"Report-Msgid-Bugs-To: \n"
11
+"POT-Creation-Date: 2007-11-06 12:46-0600\n"
12
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
+"Language-Team: LANGUAGE <LL@li.org>\n"
15
+"MIME-Version: 1.0\n"
16
+"Content-Type: text/plain; charset=UTF-8\n"
17
+"Content-Transfer-Encoding: 8bit\n"
18
+
19
+#: admin.php:28 admin.php:25
20
+msgid "admin users"
21
+msgstr "administratoren"
22
+
23
+#: admin.php:52 comments.php:98 index.php:141 options.php:84 settings.php:58
24
+#: user.php:68
25
+msgid "Processing request..."
26
+msgstr "Anfrage läuft..."
27
+
28
+#: admin.php:55 close.php:39 comments.php:101 index.php:144 options.php:87
29
+#: settings.php:61 user.php:71 login.php:68 admin.php:54 close.php:35
30
+#: comments.php:89 feeds.php:81 index.php:122 options.php:89 settings.php:52
31
+#: user.php:67
32
+msgid "home"
33
+msgstr "home"
34
+
35
+#: admin.php:57 index.php:146 admin.php:56 index.php:124
36
+msgid "View Tumblelog"
37
+msgstr "Tumblelog ansehen"
38
+
39
+#: admin.php:58 index.php:147 admin.php:57 index.php:125
40
+msgid "Log out"
41
+msgstr "Abmelden"
42
+
43
+#: admin.php:66 index.php:321 options.php:99 settings.php:74 admin.php:65
44
+#: index.php:303 options.php:101 settings.php:65
45
+msgid "Settings"
46
+msgstr "Einstellungen"
47
+
48
+#: admin.php:67 comments.php:111 index.php:325 admin.php:66 comments.php:99
49
+#: index.php:308
50
+msgid "Posts"
51
+msgstr "Beiträge"
52
+
53
+#: admin.php:68 admin.php:67
54
+msgid "Add user"
55
+msgstr "Benutzer hinzufügen"
56
+
57
+#: admin.php:69 index.php:323 options.php:98 settings.php:72 user.php:82
58
+#: admin.php:68 index.php:306 options.php:100 settings.php:63 user.php:78
59
+msgid "Users"
60
+msgstr "Benutzer"
61
+
62
+#: admin.php:75 admin.php:74
63
+msgid "The user has been added successfully."
64
+msgstr "Benutzer erfolgreich hinzugefügt."
65
+
66
+#: admin.php:81 admin.php:80
67
+msgid "The user has been eliminated successfully."
68
+msgstr "Benutzer erfolgreich gelöscht."
69
+
70
+#: admin.php:87 admin.php:86
71
+msgid "The user has been modified successfully."
72
+msgstr "Benutzer erfolgreich aktualisiert."
73
+
74
+#: admin.php:93 ajax.php:36 admin.php:92
75
+msgid "The username is not available."
76
+msgstr "Dieser Benutzer ist nicht verfügbar."
77
+
78
+#: admin.php:95 admin.php:94
79
+msgid "Error on the database server:."
80
+msgstr "Datenbank-Server Fehler:."
81
+
82
+#: admin.php:103 login.php:78 admin.php:102
83
+msgid "Login"
84
+msgstr "Anmelden"
85
+
86
+#: admin.php:104 admin.php:103
87
+msgid "Name"
88
+msgstr "Name"
89
+
90
+#: admin.php:105 admin.php:104
91
+msgid "Actions"
92
+msgstr "Aktionen"
93
+
94
+#: admin.php:123 comments.php:113 user.php:83 admin.php:118 comments.php:101
95
+#: user.php:79
96
+msgid "Edit"
97
+msgstr "Bearbeiten"
98
+
99
+#: admin.php:126 admin.php:119
100
+msgid "Delete"
101
+msgstr "Löschen"
102
+
103
+#: admin.php:135 admin.php:128
104
+msgid "No users available."
105
+msgstr "Keine Benutzer Verfügbar."
106
+
107
+#: ajax.php:23
108
+msgid "&nbsp;ending session..."
109
+msgstr "&nbsp;Beende die Session..."
110
+
111
+#: ajax.php:25
112
+msgid "&nbsp;failure ending session..."
113
+msgstr "&nbsp;Session beenden: Fehler..."
114
+
115
+#: ajax.php:31
116
+msgid "Required field cannot be left blank."
117
+msgstr "Erforderliche Formularfelder dürfen nicht leer sein."
118
+
119
+#: ajax.php:34
120
+msgid "Username available."
121
+msgstr "Benutzername ist verfügbar."
122
+
123
+#: close.php:27 close.php:23
124
+msgid "logout"
125
+msgstr "abmelden"
126
+
127
+#: close.php:41 comments.php:103 index.php:146 options.php:89 settings.php:63
128
+#: user.php:73 login.php:70 close.php:37 comments.php:91 feeds.php:83
129
+#: index.php:124 options.php:91 settings.php:54 user.php:69
130
+msgid "Take me to the tumblelog"
131
+msgstr "Bring mich zum Tumblelog"
132
+
133
+#: close.php:41 comments.php:103 options.php:89 settings.php:63 user.php:73
134
+#: login.php:70 close.php:37 comments.php:91 feeds.php:83 options.php:91
135
+#: settings.php:54 user.php:69
136
+msgid "Back to the Tumblelog"
137
+msgstr "Zurück zum Tumblelog"
138
+
139
+#: close.php:48 close.php:44
140
+msgid "Closing session"
141
+msgstr "Schließlich Session"
142
+
143
+#: close.php:49 close.php:45
144
+msgid "logoff"
145
+msgstr "abmelden"
146
+
147
+#: close.php:57
148
+msgid "Ending session..."
149
+msgstr "Beende Session..."
150
+
151
+#: close.php:61 close.php:57
152
+msgid "Has happened an error when closing the session."
153
+msgstr "Ist eine störung beim schließlich der session aufgetreten."
154
+
155
+#: comments.php:74 comments.php:67
156
+msgid "comments"
157
+msgstr "kommentare"
158
+
159
+#: comments.php:110 comments.php:98
160
+msgid "Manage comments"
161
+msgstr "Kommentare bearbeiten"
162
+
163
+#: comments.php:112 comments.php:100
164
+msgid "Spam"
165
+msgstr "Spam"
166
+
167
+#: comments.php:113 comments.php:101
168
+msgid "List"
169
+msgstr "Liste"
170
+
171
+#: comments.php:119 comments.php:107
172
+msgid "The comment has been eliminated successfully."
173
+msgstr "Kommentar erfolgreich gelöscht."
174
+
175
+#: comments.php:122 comments.php:110
176
+msgid "The post has NOT been eliminated."
177
+msgstr "Beitrag wurde nicht gelöscht."
178
+
179
+#: comments.php:128 comments.php:116
180
+msgid "The comment has been modified successfully."
181
+msgstr "Kommentar erfolgreich überarbeitet."
182
+
183
+#: comments.php:131 comments.php:119
184
+msgid "The post has NOT been modified."
185
+msgstr "Beitrag wurde nicht geändert."
186
+
187
+#: index.php:104 index.php:97
188
+msgid "control panel"
189
+msgstr "kontollzentrum"
190
+
191
+#: index.php:153 bm.php:122 index.php:131
192
+msgid "New Post"
193
+msgstr "Neuer Beitrag"
194
+
195
+#: index.php:154 index.php:132
196
+msgid "Chat"
197
+msgstr "Chat"
198
+
199
+#: index.php:155 index.php:133
200
+msgid "Quote"
201
+msgstr "Zitat"
202
+
203
+#: index.php:156 bm.php:138 index.php:134
204
+msgid "Link"
205
+msgstr "Link"
206
+
207
+#: index.php:157 bm.php:148 index.php:135
208
+msgid "Audio"
209
+msgstr "Audio"
210
+
211
+#: index.php:158 bm.php:143 index.php:136
212
+msgid "Video"
213
+msgstr "Video"
214
+
215
+#: index.php:159 bm.php:133 index.php:137
216
+msgid "Picture"
217
+msgstr "Bild"
218
+
219
+#: index.php:160 bm.php:128 index.php:138
220
+msgid "Regular"
221
+msgstr "Regulär"
222
+
223
+#: index.php:167 index.php:145
224
+msgid ""
225
+"A new gelato version has been released and is ready <a href=\"http://www."
226
+"gelatocms.com/\">for download</a>."
227
+msgstr ""
228
+"Eine neue Gelato Version wurde veröffentlicht und steht <a href=\"http://www."
229
+"gelatocms.com/\">zum Download</a> bereit."
230
+
231
+#: index.php:172 index.php:150
232
+msgid "The post has been eliminated successfully."
233
+msgstr "Beitrag wurde erfolgreich entfernt."
234
+
235
+#: index.php:178 index.php:156
236
+msgid "The post has been modified successfully."
237
+msgstr "Beitrag wurde erfolgreich geändert."
238
+
239
+#: index.php:184 index.php:162
240
+msgid "The post has been added successfully."
241
+msgstr "Beitrag wurde erfolgreich hinzugefügt."
242
+
243
+#: index.php:190 index.php:168
244
+msgid "Error on the database server:"
245
+msgstr "Datenbank-Server Fehler:"
246
+
247
+#: index.php:196 index.php:174
248
+msgid "Not an MP3 file or an upload problem."
249
+msgstr "Kein MP3-Datei oder Upload Problem."
250
+
251
+#: index.php:202 index.php:180
252
+msgid "Not a photo file or an upload problem."
253
+msgstr "Kein Photo-Datei oder Upload Problem."
254
+
255
+#: index.php:305 bm.php:203 index.php:285
256
+msgid "syntax is supported."
257
+msgstr "syntax wird unterstützt."
258
+
259
+#: index.php:322 options.php:100 settings.php:73 feeds.php:92 index.php:304
260
+#: options.php:102 settings.php:64
261
+msgid "Options"
262
+msgstr "Optionen"
263
+
264
+#: index.php:324 index.php:307
265
+msgid "Comments"
266
+msgstr "Kommentare"
267
+
268
+#: index.php:428 index.php:415
269
+msgid "No posts in this tumblelog."
270
+msgstr "Keine beiträge in diesem Tumblelog."
271
+
272
+#: options.php:61 options.php:68
273
+msgid "options"
274
+msgstr "optionen"
275
+
276
+#: options.php:96 options.php:98
277
+msgid "Tumblelog options"
278
+msgstr "Tumblelog Optionen"
279
+
280
+#: options.php:97 settings.php:71 user.php:81 feeds.php:91 options.php:99
281
+#: settings.php:62 user.php:77
282
+msgid "Post"
283
+msgstr "Schreiben"
284
+
285
+#: options.php:106 settings.php:80 options.php:107 settings.php:70
286
+msgid "The configuration has been modified successfully."
287
+msgstr "Einstellungen erfolgreich gespeichert."
288
+
289
+#: options.php:111 settings.php:85 options.php:112 settings.php:75
290
+msgid "Error on the database server: "
291
+msgstr "Datenbank-Server Fehler:"
292
+
293
+#: options.php:120 options.php:121
294
+msgid "Rich text editor:"
295
+msgstr "Reicher textherausgeber:"
296
+
297
+#: options.php:122 options.php:128 options.php:134 options.php:123
298
+#: options.php:129 options.php:135 options.php:206
299
+msgid "Active"
300
+msgstr "Aktiviert"
301
+
302
+#: options.php:123 options.php:129 options.php:135 options.php:124
303
+#: options.php:130 options.php:136 options.php:207
304
+msgid "Deactive"
305
+msgstr "Deaktiviert"
306
+
307
+#: options.php:126 options.php:127
308
+msgid "URL friendly:"
309
+msgstr "URL freundlich:"
310
+
311
+#: options.php:132 options.php:133
312
+msgid "Allow readers comments:"
313
+msgstr "Kommentare erlauben:"
314
+
315
+#: options.php:138 options.php:139
316
+msgid "Time Offset:"
317
+msgstr "Zeitzone:"
318
+
319
+#: options.php:206 settings.php:129 user.php:139 options.php:230
320
+#: settings.php:119 user.php:134
321
+msgid "Modify"
322
+msgstr "Aktualisieren"
323
+
324
+#: settings.php:35 settings.php:31
325
+msgid "settings"
326
+msgstr "einstellungen"
327
+
328
+#: settings.php:70 settings.php:61
329
+msgid "Tumblelog configuration"
330
+msgstr "Tumblelog konfiguration"
331
+
332
+#: settings.php:94 settings.php:84
333
+msgid "Title:"
334
+msgstr "Titel:"
335
+
336
+#: settings.php:96 settings.php:86
337
+msgid "Description:"
338
+msgstr "Beschreibung:"
339
+
340
+#: settings.php:98 settings.php:88
341
+msgid "Installation URL"
342
+msgstr "Installations URL"
343
+
344
+#: settings.php:100 settings.php:90
345
+msgid "Post limit:"
346
+msgstr "Max. Beiträge auf der Startseite:"
347
+
348
+#: settings.php:102 settings.php:92
349
+msgid "Language:"
350
+msgstr "Sprache:"
351
+
352
+#: settings.php:114 settings.php:104
353
+msgid "Template:"
354
+msgstr "Template:"
355
+
356
+#: user.php:56 user.php:52
357
+msgid "add user"
358
+msgstr "benutzer hinzugügen"
359
+
360
+#: user.php:80 login.php:77 user.php:76
361
+msgid "Start session"
362
+msgstr "Starte Session"
363
+
364
+#: user.php:83 user.php:139 feeds.php:127 user.php:79 user.php:134
365
+msgid "Add"
366
+msgstr "Hinzufügen:"
367
+
368
+#: user.php:99 user.php:95
369
+msgid "user:"
370
+msgstr "benutzer:"
371
+
372
+#: user.php:115 user.php:110
373
+msgid "password:"
374
+msgstr "passwort:"
375
+
376
+#: user.php:119 user.php:114
377
+msgid "retype password:"
378
+msgstr "passwort erneut eingeben:"
379
+
380
+#: user.php:123 user.php:118
381
+msgid "name:"
382
+msgstr "name:"
383
+
384
+#: user.php:127 user.php:122
385
+msgid "e-mail:"
386
+msgstr "e-mail:"
387
+
388
+#: user.php:131 user.php:126
389
+msgid "website:"
390
+msgstr "webseite:"
391
+
392
+#: user.php:135 user.php:130
393
+msgid "about:"
394
+msgstr "Über:"
395
+
396
+#: login.php:35
397
+msgid "login screen"
398
+msgstr ""
399
+
400
+#: login.php:65 admin.php:51 comments.php:86 index.php:119 options.php:86
401
+#: settings.php:49 user.php:64
402
+msgid "Processing request&hellip;"
403
+msgstr ""
404
+
405
+#: login.php:86
406
+msgid "User:"
407
+msgstr ""
408
+
409
+#: login.php:88
410
+msgid "Password:"
411
+msgstr ""
412
+
413
+#: login.php:90
414
+msgid "Remember me:"
415
+msgstr ""
416
+
417
+#: login.php:101
418
+msgid "&nbsp;You must be registered to use gelato."
419
+msgstr ""
420
+
421
+#: login.php:108
422
+msgid "&nbsp;You must be logged on the system."
423
+msgstr ""
424
+
425
+#: ajax.php:23
426
+msgid "&nbsp;ending session&hellip;"
427
+msgstr ""
428
+
429
+#: ajax.php:25
430
+msgid "&nbsp;failure ending session&hellip;"
431
+msgstr ""
432
+
433
+#: bm.php:102
434
+msgid "Must be a valid URL"
435
+msgstr ""
436
+
437
+#: bm.php:110
438
+msgid "bookmarklet"
439
+msgstr ""
440
+
441
+#: close.php:53
442
+msgid "Ending session&hellip;"
443
+msgstr ""
444
+
445
+#: feeds.php:27
446
+msgid "Feed added"
447
+msgstr ""
448
+
449
+#: feeds.php:34
450
+msgid "Feed deleted"
451
+msgstr ""
452
+
453
+#: feeds.php:43 index.php:305
454
+msgid "Feeds"
455
+msgstr ""
456
+
457
+#: feeds.php:55
458
+msgid "Feed Url:"
459
+msgstr ""
460
+
461
+#: feeds.php:55
462
+msgid " username:"
463
+msgstr ""
464
+
465
+#: feeds.php:89
466
+msgid "Configure your feeds"
467
+msgstr ""
468
+
469
+#: feeds.php:103
470
+msgid "Import data from:"
471
+msgstr ""
472
+
473
+#: feeds.php:115
474
+msgid "Import As:"
475
+msgstr ""
476
+
477
+#: feeds.php:117
478
+msgid "Text"
479
+msgstr ""
480
+
481
+#: feeds.php:118
482
+msgid "Photos"
483
+msgstr ""
484
+
485
+#: feeds.php:122
486
+msgid "Feed Url (double check):"
487
+msgstr ""
488
+
489
+#: feeds.php:125
490
+msgid "Show credits on each post?"
491
+msgstr ""
492
+
493
+#: feeds.php:138 feeds.php:140
494
+msgid "Delete this Feed"
495
+msgstr ""
496
+
497
+#: feeds.php:138
498
+msgid "Error updating"
499
+msgstr ""
500
+
501
+#: feeds.php:140
502
+msgid "Last update"
503
+msgstr ""
504
+
505
+#: feeds.php:140
506
+msgid "Importing"
507
+msgstr ""
508
+
509
+#: index.php:287
510
+msgid "add to gelato"
511
+msgstr ""
512
+
513
+#: options.php:204
514
+msgid "Shorten long URLs:"
515
+msgstr ""
516
+
517
+#: options.php:210
518
+msgid "Import feeds every:"
519
+msgstr ""
520
+
521
+#: options.php:213 options.php:214 options.php:215 options.php:216
522
+#: options.php:217
523
+msgid "minutes"
524
+msgstr ""
525
+
526
+#: options.php:218
527
+msgid "hour"
528
+msgstr ""
529
+
530
+#: options.php:219 options.php:220 options.php:221 options.php:222
531
+#: options.php:223 options.php:224
532
+msgid "hours"
533
+msgstr ""

BIN
languages/du/messages.mo Dosyayı Görüntüle


+ 533 - 421
languages/du/messages.po Dosyayı Görüntüle

@@ -1,421 +1,533 @@
1
-# SOME DESCRIPTIVE TITLE.
2
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
-# This file is distributed under the same license as the PACKAGE package.
4
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
-#
6
-msgid ""
7
-msgstr ""
8
-"Project-Id-Version: gelato cms\n"
9
-"Report-Msgid-Bugs-To: \n"
10
-"POT-Creation-Date: 2007-07-29 22:39-0500\n"
11
-"PO-Revision-Date: 2007-11-06 12:22-0600\n"
12
-"Last-Translator: Pedro Santana <psantana@gelatocms.com>\n"
13
-"Language-Team: Dutch\n"
14
-"MIME-Version: 1.0\n"
15
-"Content-Type: text/plain; charset=utf-8\n"
16
-"Content-Transfer-Encoding: 8bit\n"
17
-"X-Poedit-Language: Dutch\n"
18
-
19
-#: admin.php:28
20
-msgid "admin users"
21
-msgstr "beheerder gebruikers"
22
-
23
-#: admin.php:52
24
-#: comments.php:98
25
-#: index.php:141
26
-#: options.php:84
27
-#: settings.php:58
28
-#: user.php:68
29
-msgid "Processing request..."
30
-msgstr "Aanvraag loopt..."
31
-
32
-#: admin.php:55
33
-#: close.php:39
34
-#: comments.php:101
35
-#: index.php:144
36
-#: options.php:87
37
-#: settings.php:61
38
-#: user.php:71
39
-msgid "home"
40
-msgstr "home"
41
-
42
-#: admin.php:57
43
-#: index.php:146
44
-msgid "View Tumblelog"
45
-msgstr "Bekijk Tumblelog"
46
-
47
-#: admin.php:58
48
-#: index.php:147
49
-msgid "Log out"
50
-msgstr "Afmelden"
51
-
52
-#: admin.php:66
53
-#: index.php:321
54
-#: options.php:99
55
-#: settings.php:74
56
-msgid "Settings"
57
-msgstr "Instellingen"
58
-
59
-#: admin.php:67
60
-#: comments.php:111
61
-#: index.php:325
62
-msgid "Posts"
63
-msgstr "Bijdragen"
64
-
65
-#: admin.php:68
66
-msgid "Add user"
67
-msgstr "Gebruiker toevoegen"
68
-
69
-#: admin.php:69
70
-#: index.php:323
71
-#: options.php:98
72
-#: settings.php:72
73
-#: user.php:82
74
-msgid "Users"
75
-msgstr "Gebruikers"
76
-
77
-#: admin.php:75
78
-msgid "The user has been added successfully."
79
-msgstr "De gebruiker is met succes toegevoegd."
80
-
81
-#: admin.php:81
82
-msgid "The user has been eliminated successfully."
83
-msgstr "De gebruiker is met succes verwijderd."
84
-
85
-#: admin.php:87
86
-msgid "The user has been modified successfully."
87
-msgstr "De gebruiker is met succes veranderd."
88
-
89
-#: admin.php:93
90
-#: ajax.php:36
91
-msgid "The username is not available."
92
-msgstr "Deze gebruikersnaam is niet beschikbaar."
93
-
94
-#: admin.php:95
95
-msgid "Error on the database server:."
96
-msgstr "Fout op de database server:."
97
-
98
-#: admin.php:103
99
-msgid "Login"
100
-msgstr "Aanmelden"
101
-
102
-#: admin.php:104
103
-msgid "Name"
104
-msgstr "Naam"
105
-
106
-#: admin.php:105
107
-msgid "Actions"
108
-msgstr "Akties"
109
-
110
-#: admin.php:123
111
-#: comments.php:113
112
-#: user.php:83
113
-msgid "Edit"
114
-msgstr "Bewerken"
115
-
116
-#: admin.php:126
117
-msgid "Delete"
118
-msgstr "Verwijderen"
119
-
120
-#: admin.php:135
121
-msgid "No users available."
122
-msgstr "Geen gebruikers beschikbaar."
123
-
124
-#: ajax.php:23
125
-msgid "&nbsp;ending session..."
126
-msgstr "&nbsp;beindigen van sessie..."
127
-
128
-#: ajax.php:25
129
-msgid "&nbsp;failure ending session..."
130
-msgstr "&nbsp;fout in het beeindigen van sessie..."
131
-
132
-#: ajax.php:31
133
-msgid "Required field cannot be left blank."
134
-msgstr "Verplicht veld, mag niet leeg zijn."
135
-
136
-#: ajax.php:34
137
-msgid "Username available."
138
-msgstr "Gebrukersnaam is beschikbaar."
139
-
140
-#: close.php:27
141
-msgid "logout"
142
-msgstr "afmelden"
143
-
144
-#: close.php:41
145
-#: comments.php:103
146
-#: index.php:146
147
-#: options.php:89
148
-#: settings.php:63
149
-#: user.php:73
150
-msgid "Take me to the tumblelog"
151
-msgstr "Ga naar de tumblelog"
152
-
153
-#: close.php:41
154
-#: comments.php:103
155
-#: options.php:89
156
-#: settings.php:63
157
-#: user.php:73
158
-msgid "Back to the Tumblelog"
159
-msgstr "Terug naar de Tumblelog"
160
-
161
-#: close.php:48
162
-msgid "Closing session"
163
-msgstr "Sessie wordt gesloten"
164
-
165
-#: close.php:49
166
-msgid "logoff"
167
-msgstr "afmelden"
168
-
169
-#: close.php:57
170
-msgid "Ending session..."
171
-msgstr "Beeindiging sessie.."
172
-
173
-#: close.php:61
174
-msgid "Has happened an error when closing the session."
175
-msgstr "Er is een fout opgetreden, bij het beeindigen van de sessie."
176
-
177
-#: comments.php:74
178
-msgid "comments"
179
-msgstr "reacties"
180
-
181
-#: comments.php:110
182
-msgid "Manage comments"
183
-msgstr "Reacties beheren"
184
-
185
-#: comments.php:112
186
-msgid "Spam"
187
-msgstr "Spam"
188
-
189
-#: comments.php:113
190
-msgid "List"
191
-msgstr "Lijst"
192
-
193
-#: comments.php:119
194
-msgid "The comment has been eliminated successfully."
195
-msgstr "De reactie is succesvol verwijderd."
196
-
197
-#: comments.php:122
198
-msgid "The post has NOT been eliminated."
199
-msgstr "De bijdrage is NIET verwijderd."
200
-
201
-#: comments.php:128
202
-msgid "The comment has been modified successfully."
203
-msgstr "De reactie is gewijzigd."
204
-
205
-#: comments.php:131
206
-msgid "The post has NOT been modified."
207
-msgstr "De bijdrage is NIET gewijzigd."
208
-
209
-#: index.php:104
210
-msgid "control panel"
211
-msgstr "controle paneel"
212
-
213
-#: index.php:153
214
-msgid "New Post"
215
-msgstr "Nieuwe posting"
216
-
217
-#: index.php:154
218
-msgid "Chat"
219
-msgstr "Chat"
220
-
221
-#: index.php:155
222
-msgid "Quote"
223
-msgstr "Citaat"
224
-
225
-#: index.php:156
226
-msgid "Link"
227
-msgstr "Link"
228
-
229
-#: index.php:157
230
-msgid "Audio"
231
-msgstr "Audio"
232
-
233
-#: index.php:158
234
-msgid "Video"
235
-msgstr "Video"
236
-
237
-#: index.php:159
238
-msgid "Picture"
239
-msgstr "Afbeelding"
240
-
241
-#: index.php:160
242
-msgid "Regular"
243
-msgstr "Standaard tekst"
244
-
245
-#: index.php:167
246
-msgid "A new gelato version has been released and is ready <a href=\"http://www.gelatocms.com/\">for download</a>."
247
-msgstr "Een nieuwe gelato versie is uigebracht en is <a href=\"http://www.gelatocms.com/\">hier</a> te downloaden."
248
-
249
-#: index.php:172
250
-msgid "The post has been eliminated successfully."
251
-msgstr "De posting is met succes verwijderd."
252
-
253
-#: index.php:178
254
-msgid "The post has been modified successfully."
255
-msgstr "De posting is met succes gewijzigd."
256
-
257
-#: index.php:184
258
-msgid "The post has been added successfully."
259
-msgstr "De posting werd met succes toegevoegd."
260
-
261
-#: index.php:190
262
-msgid "Error on the database server:"
263
-msgstr "Fout op de database server:"
264
-
265
-#: index.php:196
266
-msgid "Not an MP3 file or an upload problem."
267
-msgstr "Geen MP3-bestand of een upload probleem."
268
-
269
-#: index.php:202
270
-msgid "Not a photo file or an upload problem."
271
-msgstr "Geen foto-bestand of een upload probleem."
272
-
273
-#: index.php:305
274
-msgid "syntax is supported."
275
-msgstr "Syntax wordt ondersteund."
276
-
277
-#: index.php:322
278
-#: options.php:100
279
-#: settings.php:73
280
-msgid "Options"
281
-msgstr "Opties"
282
-
283
-#: index.php:324
284
-msgid "Comments"
285
-msgstr "Reacties"
286
-
287
-#: index.php:428
288
-msgid "No posts in this tumblelog."
289
-msgstr "Geen postings in deze tumblelog."
290
-
291
-#: options.php:61
292
-msgid "options"
293
-msgstr "opties"
294
-
295
-#: options.php:96
296
-msgid "Tumblelog options"
297
-msgstr "Tumblelog opties"
298
-
299
-#: options.php:97
300
-#: settings.php:71
301
-#: user.php:81
302
-msgid "Post"
303
-msgstr "Plaatsen"
304
-
305
-#: options.php:106
306
-#: settings.php:80
307
-msgid "The configuration has been modified successfully."
308
-msgstr "Instellingen met succes opgeslagen."
309
-
310
-#: options.php:111
311
-#: settings.php:85
312
-msgid "Error on the database server: "
313
-msgstr "Fout in database server:"
314
-
315
-#: options.php:120
316
-msgid "Rich text editor:"
317
-msgstr "Rich text editor:"
318
-
319
-#: options.php:122
320
-#: options.php:128
321
-#: options.php:134
322
-msgid "Active"
323
-msgstr "Aktief"
324
-
325
-#: options.php:123
326
-#: options.php:129
327
-#: options.php:135
328
-msgid "Deactive"
329
-msgstr "Inaktief"
330
-
331
-#: options.php:126
332
-msgid "URL friendly:"
333
-msgstr "Gebruiksvriendelijke URL's:"
334
-
335
-#: options.php:132
336
-msgid "Allow readers comments:"
337
-msgstr "Reacties toestaan:"
338
-
339
-#: options.php:138
340
-msgid "Time Offset:"
341
-msgstr "Tijdsinstelling:"
342
-
343
-#: options.php:206
344
-#: settings.php:129
345
-#: user.php:139
346
-msgid "Modify"
347
-msgstr "Wijzigen"
348
-
349
-#: settings.php:35
350
-msgid "settings"
351
-msgstr "instellingen"
352
-
353
-#: settings.php:70
354
-msgid "Tumblelog configuration"
355
-msgstr "Tumblelog configuratie"
356
-
357
-#: settings.php:94
358
-msgid "Title:"
359
-msgstr "Titel:"
360
-
361
-#: settings.php:96
362
-msgid "Description:"
363
-msgstr "Beschrijving:"
364
-
365
-#: settings.php:98
366
-msgid "Installation URL"
367
-msgstr "Installatie URL"
368
-
369
-#: settings.php:100
370
-msgid "Post limit:"
371
-msgstr "Max. postings op de voorpagina:"
372
-
373
-#: settings.php:102
374
-msgid "Language:"
375
-msgstr "Taal:"
376
-
377
-#: settings.php:114
378
-msgid "Template:"
379
-msgstr "Template:"
380
-
381
-#: user.php:56
382
-msgid "add user"
383
-msgstr "gebruiker toevoegen"
384
-
385
-#: user.php:80
386
-msgid "Start session"
387
-msgstr "Start Sessie"
388
-
389
-#: user.php:83
390
-#: user.php:139
391
-msgid "Add"
392
-msgstr "Toevoegen:"
393
-
394
-#: user.php:99
395
-msgid "user:"
396
-msgstr "gebruiker:"
397
-
398
-#: user.php:115
399
-msgid "password:"
400
-msgstr "passwoord:"
401
-
402
-#: user.php:119
403
-msgid "retype password:"
404
-msgstr "passwoord nogmaals:"
405
-
406
-#: user.php:123
407
-msgid "name:"
408
-msgstr "naam:"
409
-
410
-#: user.php:127
411
-msgid "e-mail:"
412
-msgstr "e-mail:"
413
-
414
-#: user.php:131
415
-msgid "website:"
416
-msgstr "website :"
417
-
418
-#: user.php:135
419
-msgid "about:"
420
-msgstr "over:"
421
-
1
+# SOME DESCRIPTIVE TITLE.
2
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+# This file is distributed under the same license as the PACKAGE package.
4
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+#
6
+#, fuzzy
7
+msgid ""
8
+msgstr ""
9
+"Project-Id-Version: PACKAGE VERSION\n"
10
+"Report-Msgid-Bugs-To: \n"
11
+"POT-Creation-Date: 2007-11-06 12:46-0600\n"
12
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
+"Language-Team: LANGUAGE <LL@li.org>\n"
15
+"MIME-Version: 1.0\n"
16
+"Content-Type: text/plain; charset=utf-8\n"
17
+"Content-Transfer-Encoding: 8bit\n"
18
+
19
+#: admin.php:28 admin.php:25
20
+msgid "admin users"
21
+msgstr "beheerder gebruikers"
22
+
23
+#: admin.php:52 comments.php:98 index.php:141 options.php:84 settings.php:58
24
+#: user.php:68
25
+msgid "Processing request..."
26
+msgstr "Aanvraag loopt..."
27
+
28
+#: admin.php:55 close.php:39 comments.php:101 index.php:144 options.php:87
29
+#: settings.php:61 user.php:71 login.php:68 admin.php:54 close.php:35
30
+#: comments.php:89 feeds.php:81 index.php:122 options.php:89 settings.php:52
31
+#: user.php:67
32
+msgid "home"
33
+msgstr "home"
34
+
35
+#: admin.php:57 index.php:146 admin.php:56 index.php:124
36
+msgid "View Tumblelog"
37
+msgstr "Bekijk Tumblelog"
38
+
39
+#: admin.php:58 index.php:147 admin.php:57 index.php:125
40
+msgid "Log out"
41
+msgstr "Afmelden"
42
+
43
+#: admin.php:66 index.php:321 options.php:99 settings.php:74 admin.php:65
44
+#: index.php:303 options.php:101 settings.php:65
45
+msgid "Settings"
46
+msgstr "Instellingen"
47
+
48
+#: admin.php:67 comments.php:111 index.php:325 admin.php:66 comments.php:99
49
+#: index.php:308
50
+msgid "Posts"
51
+msgstr "Bijdragen"
52
+
53
+#: admin.php:68 admin.php:67
54
+msgid "Add user"
55
+msgstr "Gebruiker toevoegen"
56
+
57
+#: admin.php:69 index.php:323 options.php:98 settings.php:72 user.php:82
58
+#: admin.php:68 index.php:306 options.php:100 settings.php:63 user.php:78
59
+msgid "Users"
60
+msgstr "Gebruikers"
61
+
62
+#: admin.php:75 admin.php:74
63
+msgid "The user has been added successfully."
64
+msgstr "De gebruiker is met succes toegevoegd."
65
+
66
+#: admin.php:81 admin.php:80
67
+msgid "The user has been eliminated successfully."
68
+msgstr "De gebruiker is met succes verwijderd."
69
+
70
+#: admin.php:87 admin.php:86
71
+msgid "The user has been modified successfully."
72
+msgstr "De gebruiker is met succes veranderd."
73
+
74
+#: admin.php:93 ajax.php:36 admin.php:92
75
+msgid "The username is not available."
76
+msgstr "Deze gebruikersnaam is niet beschikbaar."
77
+
78
+#: admin.php:95 admin.php:94
79
+msgid "Error on the database server:."
80
+msgstr "Fout op de database server:."
81
+
82
+#: admin.php:103 login.php:78 admin.php:102
83
+msgid "Login"
84
+msgstr "Aanmelden"
85
+
86
+#: admin.php:104 admin.php:103
87
+msgid "Name"
88
+msgstr "Naam"
89
+
90
+#: admin.php:105 admin.php:104
91
+msgid "Actions"
92
+msgstr "Akties"
93
+
94
+#: admin.php:123 comments.php:113 user.php:83 admin.php:118 comments.php:101
95
+#: user.php:79
96
+msgid "Edit"
97
+msgstr "Bewerken"
98
+
99
+#: admin.php:126 admin.php:119
100
+msgid "Delete"
101
+msgstr "Verwijderen"
102
+
103
+#: admin.php:135 admin.php:128
104
+msgid "No users available."
105
+msgstr "Geen gebruikers beschikbaar."
106
+
107
+#: ajax.php:23
108
+msgid "&nbsp;ending session..."
109
+msgstr "&nbsp;beindigen van sessie..."
110
+
111
+#: ajax.php:25
112
+msgid "&nbsp;failure ending session..."
113
+msgstr "&nbsp;fout in het beeindigen van sessie..."
114
+
115
+#: ajax.php:31
116
+msgid "Required field cannot be left blank."
117
+msgstr "Verplicht veld, mag niet leeg zijn."
118
+
119
+#: ajax.php:34
120
+msgid "Username available."
121
+msgstr "Gebrukersnaam is beschikbaar."
122
+
123
+#: close.php:27 close.php:23
124
+msgid "logout"
125
+msgstr "afmelden"
126
+
127
+#: close.php:41 comments.php:103 index.php:146 options.php:89 settings.php:63
128
+#: user.php:73 login.php:70 close.php:37 comments.php:91 feeds.php:83
129
+#: index.php:124 options.php:91 settings.php:54 user.php:69
130
+msgid "Take me to the tumblelog"
131
+msgstr "Ga naar de tumblelog"
132
+
133
+#: close.php:41 comments.php:103 options.php:89 settings.php:63 user.php:73
134
+#: login.php:70 close.php:37 comments.php:91 feeds.php:83 options.php:91
135
+#: settings.php:54 user.php:69
136
+msgid "Back to the Tumblelog"
137
+msgstr "Terug naar de Tumblelog"
138
+
139
+#: close.php:48 close.php:44
140
+msgid "Closing session"
141
+msgstr "Sessie wordt gesloten"
142
+
143
+#: close.php:49 close.php:45
144
+msgid "logoff"
145
+msgstr "afmelden"
146
+
147
+#: close.php:57
148
+msgid "Ending session..."
149
+msgstr "Beeindiging sessie.."
150
+
151
+#: close.php:61 close.php:57
152
+msgid "Has happened an error when closing the session."
153
+msgstr "Er is een fout opgetreden, bij het beeindigen van de sessie."
154
+
155
+#: comments.php:74 comments.php:67
156
+msgid "comments"
157
+msgstr "reacties"
158
+
159
+#: comments.php:110 comments.php:98
160
+msgid "Manage comments"
161
+msgstr "Reacties beheren"
162
+
163
+#: comments.php:112 comments.php:100
164
+msgid "Spam"
165
+msgstr "Spam"
166
+
167
+#: comments.php:113 comments.php:101
168
+msgid "List"
169
+msgstr "Lijst"
170
+
171
+#: comments.php:119 comments.php:107
172
+msgid "The comment has been eliminated successfully."
173
+msgstr "De reactie is succesvol verwijderd."
174
+
175
+#: comments.php:122 comments.php:110
176
+msgid "The post has NOT been eliminated."
177
+msgstr "De bijdrage is NIET verwijderd."
178
+
179
+#: comments.php:128 comments.php:116
180
+msgid "The comment has been modified successfully."
181
+msgstr "De reactie is gewijzigd."
182
+
183
+#: comments.php:131 comments.php:119
184
+msgid "The post has NOT been modified."
185
+msgstr "De bijdrage is NIET gewijzigd."
186
+
187
+#: index.php:104 index.php:97
188
+msgid "control panel"
189
+msgstr "controle paneel"
190
+
191
+#: index.php:153 bm.php:122 index.php:131
192
+msgid "New Post"
193
+msgstr "Nieuwe posting"
194
+
195
+#: index.php:154 index.php:132
196
+msgid "Chat"
197
+msgstr "Chat"
198
+
199
+#: index.php:155 index.php:133
200
+msgid "Quote"
201
+msgstr "Citaat"
202
+
203
+#: index.php:156 bm.php:138 index.php:134
204
+msgid "Link"
205
+msgstr "Link"
206
+
207
+#: index.php:157 bm.php:148 index.php:135
208
+msgid "Audio"
209
+msgstr "Audio"
210
+
211
+#: index.php:158 bm.php:143 index.php:136
212
+msgid "Video"
213
+msgstr "Video"
214
+
215
+#: index.php:159 bm.php:133 index.php:137
216
+msgid "Picture"
217
+msgstr "Afbeelding"
218
+
219
+#: index.php:160 bm.php:128 index.php:138
220
+msgid "Regular"
221
+msgstr "Standaard tekst"
222
+
223
+#: index.php:167 index.php:145
224
+msgid ""
225
+"A new gelato version has been released and is ready <a href=\"http://www."
226
+"gelatocms.com/\">for download</a>."
227
+msgstr ""
228
+"Een nieuwe gelato versie is uigebracht en is <a href=\"http://www.gelatocms."
229
+"com/\">hier</a> te downloaden."
230
+
231
+#: index.php:172 index.php:150
232
+msgid "The post has been eliminated successfully."
233
+msgstr "De posting is met succes verwijderd."
234
+
235
+#: index.php:178 index.php:156
236
+msgid "The post has been modified successfully."
237
+msgstr "De posting is met succes gewijzigd."
238
+
239
+#: index.php:184 index.php:162
240
+msgid "The post has been added successfully."
241
+msgstr "De posting werd met succes toegevoegd."
242
+
243
+#: index.php:190 index.php:168
244
+msgid "Error on the database server:"
245
+msgstr "Fout op de database server:"
246
+
247
+#: index.php:196 index.php:174
248
+msgid "Not an MP3 file or an upload problem."
249
+msgstr "Geen MP3-bestand of een upload probleem."
250
+
251
+#: index.php:202 index.php:180
252
+msgid "Not a photo file or an upload problem."
253
+msgstr "Geen foto-bestand of een upload probleem."
254
+
255
+#: index.php:305 bm.php:203 index.php:285
256
+msgid "syntax is supported."
257
+msgstr "Syntax wordt ondersteund."
258
+
259
+#: index.php:322 options.php:100 settings.php:73 feeds.php:92 index.php:304
260
+#: options.php:102 settings.php:64
261
+msgid "Options"
262
+msgstr "Opties"
263
+
264
+#: index.php:324 index.php:307
265
+msgid "Comments"
266
+msgstr "Reacties"
267
+
268
+#: index.php:428 index.php:415
269
+msgid "No posts in this tumblelog."
270
+msgstr "Geen postings in deze tumblelog."
271
+
272
+#: options.php:61 options.php:68
273
+msgid "options"
274
+msgstr "opties"
275
+
276
+#: options.php:96 options.php:98
277
+msgid "Tumblelog options"
278
+msgstr "Tumblelog opties"
279
+
280
+#: options.php:97 settings.php:71 user.php:81 feeds.php:91 options.php:99
281
+#: settings.php:62 user.php:77
282
+msgid "Post"
283
+msgstr "Plaatsen"
284
+
285
+#: options.php:106 settings.php:80 options.php:107 settings.php:70
286
+msgid "The configuration has been modified successfully."
287
+msgstr "Instellingen met succes opgeslagen."
288
+
289
+#: options.php:111 settings.php:85 options.php:112 settings.php:75
290
+msgid "Error on the database server: "
291
+msgstr "Fout in database server:"
292
+
293
+#: options.php:120 options.php:121
294
+msgid "Rich text editor:"
295
+msgstr "Rich text editor:"
296
+
297
+#: options.php:122 options.php:128 options.php:134 options.php:123
298
+#: options.php:129 options.php:135 options.php:206
299
+msgid "Active"
300
+msgstr "Aktief"
301
+
302
+#: options.php:123 options.php:129 options.php:135 options.php:124
303
+#: options.php:130 options.php:136 options.php:207
304
+msgid "Deactive"
305
+msgstr "Inaktief"
306
+
307
+#: options.php:126 options.php:127
308
+msgid "URL friendly:"
309
+msgstr "Gebruiksvriendelijke URL's:"
310
+
311
+#: options.php:132 options.php:133
312
+msgid "Allow readers comments:"
313
+msgstr "Reacties toestaan:"
314
+
315
+#: options.php:138 options.php:139
316
+msgid "Time Offset:"
317
+msgstr "Tijdsinstelling:"
318
+
319
+#: options.php:206 settings.php:129 user.php:139 options.php:230
320
+#: settings.php:119 user.php:134
321
+msgid "Modify"
322
+msgstr "Wijzigen"
323
+
324
+#: settings.php:35 settings.php:31
325
+msgid "settings"
326
+msgstr "instellingen"
327
+
328
+#: settings.php:70 settings.php:61
329
+msgid "Tumblelog configuration"
330
+msgstr "Tumblelog configuratie"
331
+
332
+#: settings.php:94 settings.php:84
333
+msgid "Title:"
334
+msgstr "Titel:"
335
+
336
+#: settings.php:96 settings.php:86
337
+msgid "Description:"
338
+msgstr "Beschrijving:"
339
+
340
+#: settings.php:98 settings.php:88
341
+msgid "Installation URL"
342
+msgstr "Installatie URL"
343
+
344
+#: settings.php:100 settings.php:90
345
+msgid "Post limit:"
346
+msgstr "Max. postings op de voorpagina:"
347
+
348
+#: settings.php:102 settings.php:92
349
+msgid "Language:"
350
+msgstr "Taal:"
351
+
352
+#: settings.php:114 settings.php:104
353
+msgid "Template:"
354
+msgstr "Template:"
355
+
356
+#: user.php:56 user.php:52
357
+msgid "add user"
358
+msgstr "gebruiker toevoegen"
359
+
360
+#: user.php:80 login.php:77 user.php:76
361
+msgid "Start session"
362
+msgstr "Start Sessie"
363
+
364
+#: user.php:83 user.php:139 feeds.php:127 user.php:79 user.php:134
365
+msgid "Add"
366
+msgstr "Toevoegen:"
367
+
368
+#: user.php:99 user.php:95
369
+msgid "user:"
370
+msgstr "gebruiker:"
371
+
372
+#: user.php:115 user.php:110
373
+msgid "password:"
374
+msgstr "passwoord:"
375
+
376
+#: user.php:119 user.php:114
377
+msgid "retype password:"
378
+msgstr "passwoord nogmaals:"
379
+
380
+#: user.php:123 user.php:118
381
+msgid "name:"
382
+msgstr "naam:"
383
+
384
+#: user.php:127 user.php:122
385
+msgid "e-mail:"
386
+msgstr "e-mail:"
387
+
388
+#: user.php:131 user.php:126
389
+msgid "website:"
390
+msgstr "website :"
391
+
392
+#: user.php:135 user.php:130
393
+msgid "about:"
394
+msgstr "over:"
395
+
396
+#: login.php:35
397
+msgid "login screen"
398
+msgstr ""
399
+
400
+#: login.php:65 admin.php:51 comments.php:86 index.php:119 options.php:86
401
+#: settings.php:49 user.php:64
402
+msgid "Processing request&hellip;"
403
+msgstr ""
404
+
405
+#: login.php:86
406
+msgid "User:"
407
+msgstr ""
408
+
409
+#: login.php:88
410
+msgid "Password:"
411
+msgstr ""
412
+
413
+#: login.php:90
414
+msgid "Remember me:"
415
+msgstr ""
416
+
417
+#: login.php:101
418
+msgid "&nbsp;You must be registered to use gelato."
419
+msgstr ""
420
+
421
+#: login.php:108
422
+msgid "&nbsp;You must be logged on the system."
423
+msgstr ""
424
+
425
+#: ajax.php:23
426
+msgid "&nbsp;ending session&hellip;"
427
+msgstr ""
428
+
429
+#: ajax.php:25
430
+msgid "&nbsp;failure ending session&hellip;"
431
+msgstr ""
432
+
433
+#: bm.php:102
434
+msgid "Must be a valid URL"
435
+msgstr ""
436
+
437
+#: bm.php:110
438
+msgid "bookmarklet"
439
+msgstr ""
440
+
441
+#: close.php:53
442
+msgid "Ending session&hellip;"
443
+msgstr ""
444
+
445
+#: feeds.php:27
446
+msgid "Feed added"
447
+msgstr ""
448
+
449
+#: feeds.php:34
450
+msgid "Feed deleted"
451
+msgstr ""
452
+
453
+#: feeds.php:43 index.php:305
454
+msgid "Feeds"
455
+msgstr ""
456
+
457
+#: feeds.php:55
458
+msgid "Feed Url:"
459
+msgstr ""
460
+
461
+#: feeds.php:55
462
+msgid " username:"
463
+msgstr ""
464
+
465
+#: feeds.php:89
466
+msgid "Configure your feeds"
467
+msgstr ""
468
+
469
+#: feeds.php:103
470
+msgid "Import data from:"
471
+msgstr ""
472
+
473
+#: feeds.php:115
474
+msgid "Import As:"
475
+msgstr ""
476
+
477
+#: feeds.php:117
478
+msgid "Text"
479
+msgstr ""
480
+
481
+#: feeds.php:118
482
+msgid "Photos"
483
+msgstr ""
484
+
485
+#: feeds.php:122
486
+msgid "Feed Url (double check):"
487
+msgstr ""
488
+
489
+#: feeds.php:125
490
+msgid "Show credits on each post?"
491
+msgstr ""
492
+
493
+#: feeds.php:138 feeds.php:140
494
+msgid "Delete this Feed"
495
+msgstr ""
496
+
497
+#: feeds.php:138
498
+msgid "Error updating"
499
+msgstr ""
500
+
501
+#: feeds.php:140
502
+msgid "Last update"
503
+msgstr ""
504
+
505
+#: feeds.php:140
506
+msgid "Importing"
507
+msgstr ""
508
+
509
+#: index.php:287
510
+msgid "add to gelato"
511
+msgstr ""
512
+
513
+#: options.php:204
514
+msgid "Shorten long URLs:"
515
+msgstr ""
516
+
517
+#: options.php:210
518
+msgid "Import feeds every:"
519
+msgstr ""
520
+
521
+#: options.php:213 options.php:214 options.php:215 options.php:216
522
+#: options.php:217
523
+msgid "minutes"
524
+msgstr ""
525
+
526
+#: options.php:218
527
+msgid "hour"
528
+msgstr ""
529
+
530
+#: options.php:219 options.php:220 options.php:221 options.php:222
531
+#: options.php:223 options.php:224
532
+msgid "hours"
533
+msgstr ""

BIN
languages/en/messages.mo Dosyayı Görüntüle


+ 537 - 421
languages/en/messages.po Dosyayı Görüntüle

@@ -1,421 +1,537 @@
1
-# SOME DESCRIPTIVE TITLE.
2
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
-# This file is distributed under the same license as the PACKAGE package.
4
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
-#
6
-msgid ""
7
-msgstr ""
8
-"Project-Id-Version: gelato cms\n"
9
-"Report-Msgid-Bugs-To: \n"
10
-"POT-Creation-Date: 2007-07-29 22:39-0500\n"
11
-"PO-Revision-Date: 2007-11-06 12:23-0600\n"
12
-"Last-Translator: Pedro Santana <psantana@gelatocms.com>\n"
13
-"Language-Team: english\n"
14
-"MIME-Version: 1.0\n"
15
-"Content-Type: text/plain; charset=utf-8\n"
16
-"Content-Transfer-Encoding: 8bit\n"
17
-"X-Poedit-Language: English\n"
18
-
19
-#: admin.php:28
20
-msgid "admin users"
21
-msgstr "admin users"
22
-
23
-#: admin.php:52
24
-#: comments.php:98
25
-#: index.php:141
26
-#: options.php:84
27
-#: settings.php:58
28
-#: user.php:68
29
-msgid "Processing request..."
30
-msgstr "Processing request..."
31
-
32
-#: admin.php:55
33
-#: close.php:39
34
-#: comments.php:101
35
-#: index.php:144
36
-#: options.php:87
37
-#: settings.php:61
38
-#: user.php:71
39
-msgid "home"
40
-msgstr "home"
41
-
42
-#: admin.php:57
43
-#: index.php:146
44
-msgid "View Tumblelog"
45
-msgstr "View Tumblelog"
46
-
47
-#: admin.php:58
48
-#: index.php:147
49
-msgid "Log out"
50
-msgstr "Log out"
51
-
52
-#: admin.php:66
53
-#: index.php:321
54
-#: options.php:99
55
-#: settings.php:74
56
-msgid "Settings"
57
-msgstr "Settings"
58
-
59
-#: admin.php:67
60
-#: comments.php:111
61
-#: index.php:325
62
-msgid "Posts"
63
-msgstr "Posts"
64
-
65
-#: admin.php:68
66
-msgid "Add user"
67
-msgstr "Add user"
68
-
69
-#: admin.php:69
70
-#: index.php:323
71
-#: options.php:98
72
-#: settings.php:72
73
-#: user.php:82
74
-msgid "Users"
75
-msgstr "Users"
76
-
77
-#: admin.php:75
78
-msgid "The user has been added successfully."
79
-msgstr "The user has been added successfully."
80
-
81
-#: admin.php:81
82
-msgid "The user has been eliminated successfully."
83
-msgstr "The user has been eliminated successfully."
84
-
85
-#: admin.php:87
86
-msgid "The user has been modified successfully."
87
-msgstr "The user has been modified successfully."
88
-
89
-#: admin.php:93
90
-#: ajax.php:36
91
-msgid "The username is not available."
92
-msgstr "The username is not available."
93
-
94
-#: admin.php:95
95
-msgid "Error on the database server:."
96
-msgstr "Error in the database server."
97
-
98
-#: admin.php:103
99
-msgid "Login"
100
-msgstr "Login"
101
-
102
-#: admin.php:104
103
-msgid "Name"
104
-msgstr "Name"
105
-
106
-#: admin.php:105
107
-msgid "Actions"
108
-msgstr "Actions"
109
-
110
-#: admin.php:123
111
-#: comments.php:113
112
-#: user.php:83
113
-msgid "Edit"
114
-msgstr "Edit"
115
-
116
-#: admin.php:126
117
-msgid "Delete"
118
-msgstr "Delete"
119
-
120
-#: admin.php:135
121
-msgid "No users available."
122
-msgstr "No users available."
123
-
124
-#: ajax.php:23
125
-msgid "&nbsp;ending session..."
126
-msgstr "&nbsp;ending session..."
127
-
128
-#: ajax.php:25
129
-msgid "&nbsp;failure ending session..."
130
-msgstr "&nbsp;failure ending session..."
131
-
132
-#: ajax.php:31
133
-msgid "Required field cannot be left blank."
134
-msgstr "Required field cannot be left blank."
135
-
136
-#: ajax.php:34
137
-msgid "Username available."
138
-msgstr "Username available."
139
-
140
-#: close.php:27
141
-msgid "logout"
142
-msgstr "logout"
143
-
144
-#: close.php:41
145
-#: comments.php:103
146
-#: index.php:146
147
-#: options.php:89
148
-#: settings.php:63
149
-#: user.php:73
150
-msgid "Take me to the tumblelog"
151
-msgstr "Take me to the tumblelog"
152
-
153
-#: close.php:41
154
-#: comments.php:103
155
-#: options.php:89
156
-#: settings.php:63
157
-#: user.php:73
158
-msgid "Back to the Tumblelog"
159
-msgstr "Back to the Tumblelog"
160
-
161
-#: close.php:48
162
-msgid "Closing session"
163
-msgstr "Closing session"
164
-
165
-#: close.php:49
166
-msgid "logoff"
167
-msgstr "logoff"
168
-
169
-#: close.php:57
170
-msgid "Ending session..."
171
-msgstr "Ending session..."
172
-
173
-#: close.php:61
174
-msgid "Has happened an error when closing the session."
175
-msgstr "An error happened when closing the session."
176
-
177
-#: comments.php:74
178
-msgid "comments"
179
-msgstr "comments"
180
-
181
-#: comments.php:110
182
-msgid "Manage comments"
183
-msgstr "Manage comments"
184
-
185
-#: comments.php:112
186
-msgid "Spam"
187
-msgstr "Spam"
188
-
189
-#: comments.php:113
190
-msgid "List"
191
-msgstr "List"
192
-
193
-#: comments.php:119
194
-msgid "The comment has been eliminated successfully."
195
-msgstr "The comment has been deleted successfully."
196
-
197
-#: comments.php:122
198
-msgid "The post has NOT been eliminated."
199
-msgstr "The post could not be deleted."
200
-
201
-#: comments.php:128
202
-msgid "The comment has been modified successfully."
203
-msgstr "The comment has been modified successfully."
204
-
205
-#: comments.php:131
206
-msgid "The post has NOT been modified."
207
-msgstr "The post could not be modified."
208
-
209
-#: index.php:104
210
-msgid "control panel"
211
-msgstr "control panel"
212
-
213
-#: index.php:153
214
-msgid "New Post"
215
-msgstr "New Post"
216
-
217
-#: index.php:154
218
-msgid "Chat"
219
-msgstr "Chat"
220
-
221
-#: index.php:155
222
-msgid "Quote"
223
-msgstr "Quote"
224
-
225
-#: index.php:156
226
-msgid "Link"
227
-msgstr "Link"
228
-
229
-#: index.php:157
230
-msgid "Audio"
231
-msgstr "Audio"
232
-
233
-#: index.php:158
234
-msgid "Video"
235
-msgstr "Video"
236
-
237
-#: index.php:159
238
-msgid "Picture"
239
-msgstr "Picture"
240
-
241
-#: index.php:160
242
-msgid "Regular"
243
-msgstr "Regular"
244
-
245
-#: index.php:167
246
-msgid "A new gelato version has been released and is ready <a href=\"http://www.gelatocms.com/\">for download</a>."
247
-msgstr "A new gelato version has been released and is ready <a href=\"http://www.gelatocms.com/\">for download</a>."
248
-
249
-#: index.php:172
250
-msgid "The post has been eliminated successfully."
251
-msgstr "The post has been deleted successfully."
252
-
253
-#: index.php:178
254
-msgid "The post has been modified successfully."
255
-msgstr "The post has been modified successfully."
256
-
257
-#: index.php:184
258
-msgid "The post has been added successfully."
259
-msgstr "The post has been added successfully."
260
-
261
-#: index.php:190
262
-msgid "Error on the database server:"
263
-msgstr "Error on the database server:"
264
-
265
-#: index.php:196
266
-msgid "Not an MP3 file or an upload problem."
267
-msgstr "Not an MP3 file.Also, there could be a problem uploading this particular item."
268
-
269
-#: index.php:202
270
-msgid "Not a photo file or an upload problem."
271
-msgstr "Not an photo file.Also, there could be a problem uploading this particular item."
272
-
273
-#: index.php:305
274
-msgid "syntax is supported."
275
-msgstr "syntax is supported."
276
-
277
-#: index.php:322
278
-#: options.php:100
279
-#: settings.php:73
280
-msgid "Options"
281
-msgstr "Options"
282
-
283
-#: index.php:324
284
-msgid "Comments"
285
-msgstr "Comments"
286
-
287
-#: index.php:428
288
-msgid "No posts in this tumblelog."
289
-msgstr "No posts in this tumblelog."
290
-
291
-#: options.php:61
292
-msgid "options"
293
-msgstr "options"
294
-
295
-#: options.php:96
296
-msgid "Tumblelog options"
297
-msgstr "Tumblelog options"
298
-
299
-#: options.php:97
300
-#: settings.php:71
301
-#: user.php:81
302
-msgid "Post"
303
-msgstr "Post"
304
-
305
-#: options.php:106
306
-#: settings.php:80
307
-msgid "The configuration has been modified successfully."
308
-msgstr "The configuration has been modified successfully."
309
-
310
-#: options.php:111
311
-#: settings.php:85
312
-msgid "Error on the database server: "
313
-msgstr "Error on the database server: "
314
-
315
-#: options.php:120
316
-msgid "Rich text editor:"
317
-msgstr "Rich text editor:"
318
-
319
-#: options.php:122
320
-#: options.php:128
321
-#: options.php:134
322
-msgid "Active"
323
-msgstr "Active"
324
-
325
-#: options.php:123
326
-#: options.php:129
327
-#: options.php:135
328
-msgid "Deactive"
329
-msgstr "Deactive"
330
-
331
-#: options.php:126
332
-msgid "URL friendly:"
333
-msgstr "URL friendly:"
334
-
335
-#: options.php:132
336
-msgid "Allow readers comments:"
337
-msgstr "Allow readers comments:"
338
-
339
-#: options.php:138
340
-msgid "Time Offset:"
341
-msgstr "Time Offset:"
342
-
343
-#: options.php:206
344
-#: settings.php:129
345
-#: user.php:139
346
-msgid "Modify"
347
-msgstr "Modify"
348
-
349
-#: settings.php:35
350
-msgid "settings"
351
-msgstr "settings"
352
-
353
-#: settings.php:70
354
-msgid "Tumblelog configuration"
355
-msgstr "Tumblelog configuration"
356
-
357
-#: settings.php:94
358
-msgid "Title:"
359
-msgstr "Title:"
360
-
361
-#: settings.php:96
362
-msgid "Description:"
363
-msgstr "Description:"
364
-
365
-#: settings.php:98
366
-msgid "Installation URL"
367
-msgstr "Installation URL"
368
-
369
-#: settings.php:100
370
-msgid "Post limit:"
371
-msgstr "Post limit:"
372
-
373
-#: settings.php:102
374
-msgid "Language:"
375
-msgstr "Language:"
376
-
377
-#: settings.php:114
378
-msgid "Template:"
379
-msgstr "Template:"
380
-
381
-#: user.php:56
382
-msgid "add user"
383
-msgstr "add user"
384
-
385
-#: user.php:80
386
-msgid "Start session"
387
-msgstr "Start session"
388
-
389
-#: user.php:83
390
-#: user.php:139
391
-msgid "Add"
392
-msgstr "Add"
393
-
394
-#: user.php:99
395
-msgid "user:"
396
-msgstr "user:"
397
-
398
-#: user.php:115
399
-msgid "password:"
400
-msgstr "password:"
401
-
402
-#: user.php:119
403
-msgid "retype password:"
404
-msgstr "retype password:"
405
-
406
-#: user.php:123
407
-msgid "name:"
408
-msgstr "name:"
409
-
410
-#: user.php:127
411
-msgid "e-mail:"
412
-msgstr "e-mail:"
413
-
414
-#: user.php:131
415
-msgid "website:"
416
-msgstr "website:"
417
-
418
-#: user.php:135
419
-msgid "about:"
420
-msgstr "about:"
421
-
1
+# SOME DESCRIPTIVE TITLE.
2
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+# This file is distributed under the same license as the PACKAGE package.
4
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+#
6
+#, fuzzy
7
+msgid ""
8
+msgstr ""
9
+"Project-Id-Version: PACKAGE VERSION\n"
10
+"Report-Msgid-Bugs-To: \n"
11
+"POT-Creation-Date: 2007-11-06 12:46-0600\n"
12
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
+"Language-Team: LANGUAGE <LL@li.org>\n"
15
+"MIME-Version: 1.0\n"
16
+"Content-Type: text/plain; charset=utf-8\n"
17
+"Content-Transfer-Encoding: 8bit\n"
18
+
19
+#: admin.php:28 admin.php:25
20
+msgid "admin users"
21
+msgstr "admin users"
22
+
23
+#: admin.php:52 comments.php:98 index.php:141 options.php:84 settings.php:58
24
+#: user.php:68
25
+msgid "Processing request..."
26
+msgstr "Processing request..."
27
+
28
+#: admin.php:55 close.php:39 comments.php:101 index.php:144 options.php:87
29
+#: settings.php:61 user.php:71 login.php:68 admin.php:54 close.php:35
30
+#: comments.php:89 feeds.php:81 index.php:122 options.php:89 settings.php:52
31
+#: user.php:67
32
+msgid "home"
33
+msgstr "home"
34
+
35
+#: admin.php:57 index.php:146 admin.php:56 index.php:124
36
+msgid "View Tumblelog"
37
+msgstr "View Tumblelog"
38
+
39
+#: admin.php:58 index.php:147 admin.php:57 index.php:125
40
+msgid "Log out"
41
+msgstr "Log out"
42
+
43
+#: admin.php:66 index.php:321 options.php:99 settings.php:74 admin.php:65
44
+#: index.php:303 options.php:101 settings.php:65
45
+msgid "Settings"
46
+msgstr "Settings"
47
+
48
+#: admin.php:67 comments.php:111 index.php:325 admin.php:66 comments.php:99
49
+#: index.php:308
50
+msgid "Posts"
51
+msgstr "Posts"
52
+
53
+#: admin.php:68 admin.php:67
54
+msgid "Add user"
55
+msgstr "Add user"
56
+
57
+#: admin.php:69 index.php:323 options.php:98 settings.php:72 user.php:82
58
+#: admin.php:68 index.php:306 options.php:100 settings.php:63 user.php:78
59
+msgid "Users"
60
+msgstr "Users"
61
+
62
+#: admin.php:75 admin.php:74
63
+msgid "The user has been added successfully."
64
+msgstr "The user has been added successfully."
65
+
66
+#: admin.php:81 admin.php:80
67
+msgid "The user has been eliminated successfully."
68
+msgstr "The user has been eliminated successfully."
69
+
70
+#: admin.php:87 admin.php:86
71
+msgid "The user has been modified successfully."
72
+msgstr "The user has been modified successfully."
73
+
74
+#: admin.php:93 ajax.php:36 admin.php:92
75
+msgid "The username is not available."
76
+msgstr "The username is not available."
77
+
78
+#: admin.php:95 admin.php:94
79
+msgid "Error on the database server:."
80
+msgstr "Error in the database server."
81
+
82
+#: admin.php:103 login.php:78 admin.php:102
83
+msgid "Login"
84
+msgstr "Login"
85
+
86
+#: admin.php:104 admin.php:103
87
+msgid "Name"
88
+msgstr "Name"
89
+
90
+#: admin.php:105 admin.php:104
91
+msgid "Actions"
92
+msgstr "Actions"
93
+
94
+#: admin.php:123 comments.php:113 user.php:83 admin.php:118 comments.php:101
95
+#: user.php:79
96
+msgid "Edit"
97
+msgstr "Edit"
98
+
99
+#: admin.php:126 admin.php:119
100
+msgid "Delete"
101
+msgstr "Delete"
102
+
103
+#: admin.php:135 admin.php:128
104
+msgid "No users available."
105
+msgstr "No users available."
106
+
107
+#: ajax.php:23
108
+msgid "&nbsp;ending session..."
109
+msgstr "&nbsp;ending session..."
110
+
111
+#: ajax.php:25
112
+msgid "&nbsp;failure ending session..."
113
+msgstr "&nbsp;failure ending session..."
114
+
115
+#: ajax.php:31
116
+msgid "Required field cannot be left blank."
117
+msgstr "Required field cannot be left blank."
118
+
119
+#: ajax.php:34
120
+msgid "Username available."
121
+msgstr "Username available."
122
+
123
+#: close.php:27 close.php:23
124
+msgid "logout"
125
+msgstr "logout"
126
+
127
+#: close.php:41 comments.php:103 index.php:146 options.php:89 settings.php:63
128
+#: user.php:73 login.php:70 close.php:37 comments.php:91 feeds.php:83
129
+#: index.php:124 options.php:91 settings.php:54 user.php:69
130
+msgid "Take me to the tumblelog"
131
+msgstr "Take me to the tumblelog"
132
+
133
+#: close.php:41 comments.php:103 options.php:89 settings.php:63 user.php:73
134
+#: login.php:70 close.php:37 comments.php:91 feeds.php:83 options.php:91
135
+#: settings.php:54 user.php:69
136
+msgid "Back to the Tumblelog"
137
+msgstr "Back to the Tumblelog"
138
+
139
+#: close.php:48 close.php:44
140
+msgid "Closing session"
141
+msgstr "Closing session"
142
+
143
+#: close.php:49 close.php:45
144
+msgid "logoff"
145
+msgstr "logoff"
146
+
147
+#: close.php:57
148
+msgid "Ending session..."
149
+msgstr "Ending session..."
150
+
151
+#: close.php:61 close.php:57
152
+msgid "Has happened an error when closing the session."
153
+msgstr "An error happened when closing the session."
154
+
155
+#: comments.php:74 comments.php:67
156
+msgid "comments"
157
+msgstr "comments"
158
+
159
+#: comments.php:110 comments.php:98
160
+msgid "Manage comments"
161
+msgstr "Manage comments"
162
+
163
+#: comments.php:112 comments.php:100
164
+msgid "Spam"
165
+msgstr "Spam"
166
+
167
+#: comments.php:113 comments.php:101
168
+msgid "List"
169
+msgstr "List"
170
+
171
+#: comments.php:119 comments.php:107
172
+msgid "The comment has been eliminated successfully."
173
+msgstr "The comment has been deleted successfully."
174
+
175
+#: comments.php:122 comments.php:110
176
+msgid "The post has NOT been eliminated."
177
+msgstr "The post could not be deleted."
178
+
179
+#: comments.php:128 comments.php:116
180
+msgid "The comment has been modified successfully."
181
+msgstr "The comment has been modified successfully."
182
+
183
+#: comments.php:131 comments.php:119
184
+msgid "The post has NOT been modified."
185
+msgstr "The post could not be modified."
186
+
187
+#: index.php:104 index.php:97
188
+msgid "control panel"
189
+msgstr "control panel"
190
+
191
+#: index.php:153 bm.php:122 index.php:131
192
+msgid "New Post"
193
+msgstr "New Post"
194
+
195
+#: index.php:154 index.php:132
196
+msgid "Chat"
197
+msgstr "Chat"
198
+
199
+#: index.php:155 index.php:133
200
+msgid "Quote"
201
+msgstr "Quote"
202
+
203
+#: index.php:156 bm.php:138 index.php:134
204
+msgid "Link"
205
+msgstr "Link"
206
+
207
+#: index.php:157 bm.php:148 index.php:135
208
+msgid "Audio"
209
+msgstr "Audio"
210
+
211
+#: index.php:158 bm.php:143 index.php:136
212
+msgid "Video"
213
+msgstr "Video"
214
+
215
+#: index.php:159 bm.php:133 index.php:137
216
+msgid "Picture"
217
+msgstr "Picture"
218
+
219
+#: index.php:160 bm.php:128 index.php:138
220
+msgid "Regular"
221
+msgstr "Regular"
222
+
223
+#: index.php:167 index.php:145
224
+msgid ""
225
+"A new gelato version has been released and is ready <a href=\"http://www."
226
+"gelatocms.com/\">for download</a>."
227
+msgstr ""
228
+"A new gelato version has been released and is ready <a href=\"http://www."
229
+"gelatocms.com/\">for download</a>."
230
+
231
+#: index.php:172 index.php:150
232
+msgid "The post has been eliminated successfully."
233
+msgstr "The post has been deleted successfully."
234
+
235
+#: index.php:178 index.php:156
236
+msgid "The post has been modified successfully."
237
+msgstr "The post has been modified successfully."
238
+
239
+#: index.php:184 index.php:162
240
+msgid "The post has been added successfully."
241
+msgstr "The post has been added successfully."
242
+
243
+#: index.php:190 index.php:168
244
+msgid "Error on the database server:"
245
+msgstr "Error on the database server:"
246
+
247
+#: index.php:196 index.php:174
248
+msgid "Not an MP3 file or an upload problem."
249
+msgstr ""
250
+"Not an MP3 file.Also, there could be a problem uploading this particular "
251
+"item."
252
+
253
+#: index.php:202 index.php:180
254
+msgid "Not a photo file or an upload problem."
255
+msgstr ""
256
+"Not an photo file.Also, there could be a problem uploading this particular "
257
+"item."
258
+
259
+#: index.php:305 bm.php:203 index.php:285
260
+msgid "syntax is supported."
261
+msgstr "syntax is supported."
262
+
263
+#: index.php:322 options.php:100 settings.php:73 feeds.php:92 index.php:304
264
+#: options.php:102 settings.php:64
265
+msgid "Options"
266
+msgstr "Options"
267
+
268
+#: index.php:324 index.php:307
269
+msgid "Comments"
270
+msgstr "Comments"
271
+
272
+#: index.php:428 index.php:415
273
+msgid "No posts in this tumblelog."
274
+msgstr "No posts in this tumblelog."
275
+
276
+#: options.php:61 options.php:68
277
+msgid "options"
278
+msgstr "options"
279
+
280
+#: options.php:96 options.php:98
281
+msgid "Tumblelog options"
282
+msgstr "Tumblelog options"
283
+
284
+#: options.php:97 settings.php:71 user.php:81 feeds.php:91 options.php:99
285
+#: settings.php:62 user.php:77
286
+msgid "Post"
287
+msgstr "Post"
288
+
289
+#: options.php:106 settings.php:80 options.php:107 settings.php:70
290
+msgid "The configuration has been modified successfully."
291
+msgstr "The configuration has been modified successfully."
292
+
293
+#: options.php:111 settings.php:85 options.php:112 settings.php:75
294
+msgid "Error on the database server: "
295
+msgstr "Error on the database server: "
296
+
297
+#: options.php:120 options.php:121
298
+msgid "Rich text editor:"
299
+msgstr "Rich text editor:"
300
+
301
+#: options.php:122 options.php:128 options.php:134 options.php:123
302
+#: options.php:129 options.php:135 options.php:206
303
+msgid "Active"
304
+msgstr "Active"
305
+
306
+#: options.php:123 options.php:129 options.php:135 options.php:124
307
+#: options.php:130 options.php:136 options.php:207
308
+msgid "Deactive"
309
+msgstr "Deactive"
310
+
311
+#: options.php:126 options.php:127
312
+msgid "URL friendly:"
313
+msgstr "URL friendly:"
314
+
315
+#: options.php:132 options.php:133
316
+msgid "Allow readers comments:"
317
+msgstr "Allow readers comments:"
318
+
319
+#: options.php:138 options.php:139
320
+msgid "Time Offset:"
321
+msgstr "Time Offset:"
322
+
323
+#: options.php:206 settings.php:129 user.php:139 options.php:230
324
+#: settings.php:119 user.php:134
325
+msgid "Modify"
326
+msgstr "Modify"
327
+
328
+#: settings.php:35 settings.php:31
329
+msgid "settings"
330
+msgstr "settings"
331
+
332
+#: settings.php:70 settings.php:61
333
+msgid "Tumblelog configuration"
334
+msgstr "Tumblelog configuration"
335
+
336
+#: settings.php:94 settings.php:84
337
+msgid "Title:"
338
+msgstr "Title:"
339
+
340
+#: settings.php:96 settings.php:86
341
+msgid "Description:"
342
+msgstr "Description:"
343
+
344
+#: settings.php:98 settings.php:88
345
+msgid "Installation URL"
346
+msgstr "Installation URL"
347
+
348
+#: settings.php:100 settings.php:90
349
+msgid "Post limit:"
350
+msgstr "Post limit:"
351
+
352
+#: settings.php:102 settings.php:92
353
+msgid "Language:"
354
+msgstr "Language:"
355
+
356
+#: settings.php:114 settings.php:104
357
+msgid "Template:"
358
+msgstr "Template:"
359
+
360
+#: user.php:56 user.php:52
361
+msgid "add user"
362
+msgstr "add user"
363
+
364
+#: user.php:80 login.php:77 user.php:76
365
+msgid "Start session"
366
+msgstr "Start session"
367
+
368
+#: user.php:83 user.php:139 feeds.php:127 user.php:79 user.php:134
369
+msgid "Add"
370
+msgstr "Add"
371
+
372
+#: user.php:99 user.php:95
373
+msgid "user:"
374
+msgstr "user:"
375
+
376
+#: user.php:115 user.php:110
377
+msgid "password:"
378
+msgstr "password:"
379
+
380
+#: user.php:119 user.php:114
381
+msgid "retype password:"
382
+msgstr "retype password:"
383
+
384
+#: user.php:123 user.php:118
385
+msgid "name:"
386
+msgstr "name:"
387
+
388
+#: user.php:127 user.php:122
389
+msgid "e-mail:"
390
+msgstr "e-mail:"
391
+
392
+#: user.php:131 user.php:126
393
+msgid "website:"
394
+msgstr "website:"
395
+
396
+#: user.php:135 user.php:130
397
+msgid "about:"
398
+msgstr "about:"
399
+
400
+#: login.php:35
401
+msgid "login screen"
402
+msgstr ""
403
+
404
+#: login.php:65 admin.php:51 comments.php:86 index.php:119 options.php:86
405
+#: settings.php:49 user.php:64
406
+msgid "Processing request&hellip;"
407
+msgstr ""
408
+
409
+#: login.php:86
410
+msgid "User:"
411
+msgstr ""
412
+
413
+#: login.php:88
414
+msgid "Password:"
415
+msgstr ""
416
+
417
+#: login.php:90
418
+msgid "Remember me:"
419
+msgstr ""
420
+
421
+#: login.php:101
422
+msgid "&nbsp;You must be registered to use gelato."
423
+msgstr ""
424
+
425
+#: login.php:108
426
+msgid "&nbsp;You must be logged on the system."
427
+msgstr ""
428
+
429
+#: ajax.php:23
430
+msgid "&nbsp;ending session&hellip;"
431
+msgstr ""
432
+
433
+#: ajax.php:25
434
+msgid "&nbsp;failure ending session&hellip;"
435
+msgstr ""
436
+
437
+#: bm.php:102
438
+msgid "Must be a valid URL"
439
+msgstr ""
440
+
441
+#: bm.php:110
442
+msgid "bookmarklet"
443
+msgstr ""
444
+
445
+#: close.php:53
446
+msgid "Ending session&hellip;"
447
+msgstr ""
448
+
449
+#: feeds.php:27
450
+msgid "Feed added"
451
+msgstr ""
452
+
453
+#: feeds.php:34
454
+msgid "Feed deleted"
455
+msgstr ""
456
+
457
+#: feeds.php:43 index.php:305
458
+msgid "Feeds"
459
+msgstr ""
460
+
461
+#: feeds.php:55
462
+msgid "Feed Url:"
463
+msgstr ""
464
+
465
+#: feeds.php:55
466
+msgid " username:"
467
+msgstr ""
468
+
469
+#: feeds.php:89
470
+msgid "Configure your feeds"
471
+msgstr ""
472
+
473
+#: feeds.php:103
474
+msgid "Import data from:"
475
+msgstr ""
476
+
477
+#: feeds.php:115
478
+msgid "Import As:"
479
+msgstr ""
480
+
481
+#: feeds.php:117
482
+msgid "Text"
483
+msgstr ""
484
+
485
+#: feeds.php:118
486
+msgid "Photos"
487
+msgstr ""
488
+
489
+#: feeds.php:122
490
+msgid "Feed Url (double check):"
491
+msgstr ""
492
+
493
+#: feeds.php:125
494
+msgid "Show credits on each post?"
495
+msgstr ""
496
+
497
+#: feeds.php:138 feeds.php:140
498
+msgid "Delete this Feed"
499
+msgstr ""
500
+
501
+#: feeds.php:138
502
+msgid "Error updating"
503
+msgstr ""
504
+
505
+#: feeds.php:140
506
+msgid "Last update"
507
+msgstr ""
508
+
509
+#: feeds.php:140
510
+msgid "Importing"
511
+msgstr ""
512
+
513
+#: index.php:287
514
+msgid "add to gelato"
515
+msgstr ""
516
+
517
+#: options.php:204
518
+msgid "Shorten long URLs:"
519
+msgstr ""
520
+
521
+#: options.php:210
522
+msgid "Import feeds every:"
523
+msgstr ""
524
+
525
+#: options.php:213 options.php:214 options.php:215 options.php:216
526
+#: options.php:217
527
+msgid "minutes"
528
+msgstr ""
529
+
530
+#: options.php:218
531
+msgid "hour"
532
+msgstr ""
533
+
534
+#: options.php:219 options.php:220 options.php:221 options.php:222
535
+#: options.php:223 options.php:224
536
+msgid "hours"
537
+msgstr ""

BIN
languages/es-ar/messages.mo Dosyayı Görüntüle


+ 533 - 423
languages/es-ar/messages.po Dosyayı Görüntüle

@@ -1,423 +1,533 @@
1
-# SOME DESCRIPTIVE TITLE.
2
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
-# This file is distributed under the same license as the PACKAGE package.
4
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
-#
6
-msgid ""
7
-msgstr ""
8
-"Project-Id-Version: gelato cms\n"
9
-"Report-Msgid-Bugs-To: \n"
10
-"POT-Creation-Date: 2007-07-29 22:39-0500\n"
11
-"PO-Revision-Date: 2007-11-06 12:32-0600\n"
12
-"Last-Translator: Pedro Santana <psantana@gelatocms.com>\n"
13
-"Language-Team: \n"
14
-"MIME-Version: 1.0\n"
15
-"Content-Type: text/plain; charset=utf-8\n"
16
-"Content-Transfer-Encoding: 8bit\n"
17
-"X-Poedit-Language: Spanish\n"
18
-"X-Poedit-Country: ARGENTINA\n"
19
-"X-Poedit-SourceCharset: utf-8\n"
20
-
21
-#: admin.php:28
22
-msgid "admin users"
23
-msgstr "administrar usuarios"
24
-
25
-#: admin.php:52
26
-#: comments.php:98
27
-#: index.php:141
28
-#: options.php:84
29
-#: settings.php:58
30
-#: user.php:68
31
-msgid "Processing request..."
32
-msgstr "Procesando solicitud..."
33
-
34
-#: admin.php:55
35
-#: close.php:39
36
-#: comments.php:101
37
-#: index.php:144
38
-#: options.php:87
39
-#: settings.php:61
40
-#: user.php:71
41
-msgid "home"
42
-msgstr "inicio"
43
-
44
-#: admin.php:57
45
-#: index.php:146
46
-msgid "View Tumblelog"
47
-msgstr "Ver tumblelog"
48
-
49
-#: admin.php:58
50
-#: index.php:147
51
-msgid "Log out"
52
-msgstr "Terminar sesión"
53
-
54
-#: admin.php:66
55
-#: index.php:321
56
-#: options.php:99
57
-#: settings.php:74
58
-msgid "Settings"
59
-msgstr "Configuración"
60
-
61
-#: admin.php:67
62
-#: comments.php:111
63
-#: index.php:325
64
-msgid "Posts"
65
-msgstr "Entradas"
66
-
67
-#: admin.php:68
68
-msgid "Add user"
69
-msgstr "Agregar usuario"
70
-
71
-#: admin.php:69
72
-#: index.php:323
73
-#: options.php:98
74
-#: settings.php:72
75
-#: user.php:82
76
-msgid "Users"
77
-msgstr "Usuarios"
78
-
79
-#: admin.php:75
80
-msgid "The user has been added successfully."
81
-msgstr "El usuario ha sido agregado exitosamente."
82
-
83
-#: admin.php:81
84
-msgid "The user has been eliminated successfully."
85
-msgstr "El usuario ha sido eliminado exitosamente."
86
-
87
-#: admin.php:87
88
-msgid "The user has been modified successfully."
89
-msgstr "El usuario ha sido modificado exitosamente."
90
-
91
-#: admin.php:93
92
-#: ajax.php:36
93
-msgid "The username is not available."
94
-msgstr "El usuario no está disponible."
95
-
96
-#: admin.php:95
97
-msgid "Error on the database server:."
98
-msgstr "Error en el servidor de base de datos:."
99
-
100
-#: admin.php:103
101
-msgid "Login"
102
-msgstr "Usuario"
103
-
104
-#: admin.php:104
105
-msgid "Name"
106
-msgstr "Nombre"
107
-
108
-#: admin.php:105
109
-msgid "Actions"
110
-msgstr "Acciones"
111
-
112
-#: admin.php:123
113
-#: comments.php:113
114
-#: user.php:83
115
-msgid "Edit"
116
-msgstr "Editar"
117
-
118
-#: admin.php:126
119
-msgid "Delete"
120
-msgstr "Borrar"
121
-
122
-#: admin.php:135
123
-msgid "No users available."
124
-msgstr "No se encontraron usuarios."
125
-
126
-#: ajax.php:23
127
-msgid "&nbsp;ending session..."
128
-msgstr "&nbsp;terminando sesión..."
129
-
130
-#: ajax.php:25
131
-msgid "&nbsp;failure ending session..."
132
-msgstr "&nbsp;error al terminar la sesión..."
133
-
134
-#: ajax.php:31
135
-msgid "Required field cannot be left blank."
136
-msgstr "El campo requerido no puede estar en blanco."
137
-
138
-#: ajax.php:34
139
-msgid "Username available."
140
-msgstr "Usuario disponible."
141
-
142
-#: close.php:27
143
-msgid "logout"
144
-msgstr "salir"
145
-
146
-#: close.php:41
147
-#: comments.php:103
148
-#: index.php:146
149
-#: options.php:89
150
-#: settings.php:63
151
-#: user.php:73
152
-msgid "Take me to the tumblelog"
153
-msgstr "Página principal"
154
-
155
-#: close.php:41
156
-#: comments.php:103
157
-#: options.php:89
158
-#: settings.php:63
159
-#: user.php:73
160
-msgid "Back to the Tumblelog"
161
-msgstr "Volver al Tumblelog"
162
-
163
-#: close.php:48
164
-msgid "Closing session"
165
-msgstr "Cerrando sesión"
166
-
167
-#: close.php:49
168
-msgid "logoff"
169
-msgstr "salir"
170
-
171
-#: close.php:57
172
-msgid "Ending session..."
173
-msgstr "Cerrando sesión..."
174
-
175
-#: close.php:61
176
-msgid "Has happened an error when closing the session."
177
-msgstr "Hubo un error al cerrar la sesión."
178
-
179
-#: comments.php:74
180
-msgid "comments"
181
-msgstr "comentarios"
182
-
183
-#: comments.php:110
184
-msgid "Manage comments"
185
-msgstr "Administrar comentarios"
186
-
187
-#: comments.php:112
188
-msgid "Spam"
189
-msgstr "Spam"
190
-
191
-#: comments.php:113
192
-msgid "List"
193
-msgstr "Lista"
194
-
195
-#: comments.php:119
196
-msgid "The comment has been eliminated successfully."
197
-msgstr "El comentario ha sido borrado con éxito."
198
-
199
-#: comments.php:122
200
-msgid "The post has NOT been eliminated."
201
-msgstr "Error al borrar la entrada."
202
-
203
-#: comments.php:128
204
-msgid "The comment has been modified successfully."
205
-msgstr "El comentario ha sido modificado con éxito."
206
-
207
-#: comments.php:131
208
-msgid "The post has NOT been modified."
209
-msgstr "Error al modificar la entrada."
210
-
211
-#: index.php:104
212
-msgid "control panel"
213
-msgstr "panel de control"
214
-
215
-#: index.php:153
216
-msgid "New Post"
217
-msgstr "Nueva Entrada"
218
-
219
-#: index.php:154
220
-msgid "Chat"
221
-msgstr "Chat"
222
-
223
-#: index.php:155
224
-msgid "Quote"
225
-msgstr "Frase"
226
-
227
-#: index.php:156
228
-msgid "Link"
229
-msgstr "Vínculo"
230
-
231
-#: index.php:157
232
-msgid "Audio"
233
-msgstr "Audio"
234
-
235
-#: index.php:158
236
-msgid "Video"
237
-msgstr "Video"
238
-
239
-#: index.php:159
240
-msgid "Picture"
241
-msgstr "Foto"
242
-
243
-#: index.php:160
244
-msgid "Regular"
245
-msgstr "Texto"
246
-
247
-#: index.php:167
248
-msgid "A new gelato version has been released and is ready <a href=\"http://www.gelatocms.com/\">for download</a>."
249
-msgstr "Se encuentra disponible una versión más reciente de Gelato y está lista <a href=\"http://www.gelatocms.com/\">para descargar</a>."
250
-
251
-#: index.php:172
252
-msgid "The post has been eliminated successfully."
253
-msgstr "La entrada fue eliminada exitosamente."
254
-
255
-#: index.php:178
256
-msgid "The post has been modified successfully."
257
-msgstr "La entrada fue modificada exitosamente."
258
-
259
-#: index.php:184
260
-msgid "The post has been added successfully."
261
-msgstr "La entrada fue agregada exitosamente."
262
-
263
-#: index.php:190
264
-msgid "Error on the database server:"
265
-msgstr "Error en el servidor de base de datos:"
266
-
267
-#: index.php:196
268
-msgid "Not an MP3 file or an upload problem."
269
-msgstr "No es un archivo MP3 válido o hubo un error al cargar."
270
-
271
-#: index.php:202
272
-msgid "Not a photo file or an upload problem."
273
-msgstr "No es un archivo de imágen válido o hubo un error al cargar."
274
-
275
-#: index.php:305
276
-msgid "syntax is supported."
277
-msgstr "sintaxis soportada."
278
-
279
-#: index.php:322
280
-#: options.php:100
281
-#: settings.php:73
282
-msgid "Options"
283
-msgstr "Opciones"
284
-
285
-#: index.php:324
286
-msgid "Comments"
287
-msgstr "Comentarios"
288
-
289
-#: index.php:428
290
-msgid "No posts in this tumblelog."
291
-msgstr "No hay entradas en este Tumblelog"
292
-
293
-#: options.php:61
294
-msgid "options"
295
-msgstr "opciones"
296
-
297
-#: options.php:96
298
-msgid "Tumblelog options"
299
-msgstr "Opciones del Tumblelog"
300
-
301
-#: options.php:97
302
-#: settings.php:71
303
-#: user.php:81
304
-msgid "Post"
305
-msgstr "Entrada"
306
-
307
-#: options.php:106
308
-#: settings.php:80
309
-msgid "The configuration has been modified successfully."
310
-msgstr "La configuración ha sido modificada exitosamente."
311
-
312
-#: options.php:111
313
-#: settings.php:85
314
-msgid "Error on the database server: "
315
-msgstr "Error en el servidor de base de datos:"
316
-
317
-#: options.php:120
318
-msgid "Rich text editor:"
319
-msgstr "Editor de texto:"
320
-
321
-#: options.php:122
322
-#: options.php:128
323
-#: options.php:134
324
-msgid "Active"
325
-msgstr "Active"
326
-
327
-#: options.php:123
328
-#: options.php:129
329
-#: options.php:135
330
-msgid "Deactive"
331
-msgstr "Desactivado"
332
-
333
-#: options.php:126
334
-msgid "URL friendly:"
335
-msgstr "Url amistosa:"
336
-
337
-#: options.php:132
338
-msgid "Allow readers comments:"
339
-msgstr "Permitir comentarios de los lectores:"
340
-
341
-#: options.php:138
342
-msgid "Time Offset:"
343
-msgstr "Huso Horario:"
344
-
345
-#: options.php:206
346
-#: settings.php:129
347
-#: user.php:139
348
-msgid "Modify"
349
-msgstr "Modificar"
350
-
351
-#: settings.php:35
352
-msgid "settings"
353
-msgstr "opciones"
354
-
355
-#: settings.php:70
356
-msgid "Tumblelog configuration"
357
-msgstr "Configuración del Tumblelog"
358
-
359
-#: settings.php:94
360
-msgid "Title:"
361
-msgstr "Título:"
362
-
363
-#: settings.php:96
364
-msgid "Description:"
365
-msgstr "Descripción:"
366
-
367
-#: settings.php:98
368
-msgid "Installation URL"
369
-msgstr "URL de instalación"
370
-
371
-#: settings.php:100
372
-msgid "Post limit:"
373
-msgstr "Límite de entradas:"
374
-
375
-#: settings.php:102
376
-msgid "Language:"
377
-msgstr "Idioma:"
378
-
379
-#: settings.php:114
380
-msgid "Template:"
381
-msgstr "Template:"
382
-
383
-#: user.php:56
384
-msgid "add user"
385
-msgstr "agregar usuario"
386
-
387
-#: user.php:80
388
-msgid "Start session"
389
-msgstr "Iniciar sesión"
390
-
391
-#: user.php:83
392
-#: user.php:139
393
-msgid "Add"
394
-msgstr "Agregar"
395
-
396
-#: user.php:99
397
-msgid "user:"
398
-msgstr "usuario:"
399
-
400
-#: user.php:115
401
-msgid "password:"
402
-msgstr "contraseña:"
403
-
404
-#: user.php:119
405
-msgid "retype password:"
406
-msgstr "confirmar contraseña:"
407
-
408
-#: user.php:123
409
-msgid "name:"
410
-msgstr "nombre:"
411
-
412
-#: user.php:127
413
-msgid "e-mail:"
414
-msgstr "e-mail:"
415
-
416
-#: user.php:131
417
-msgid "website:"
418
-msgstr "sitio web:"
419
-
420
-#: user.php:135
421
-msgid "about:"
422
-msgstr "acerca de:"
423
-
1
+# SOME DESCRIPTIVE TITLE.
2
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+# This file is distributed under the same license as the PACKAGE package.
4
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+#
6
+#, fuzzy
7
+msgid ""
8
+msgstr ""
9
+"Project-Id-Version: PACKAGE VERSION\n"
10
+"Report-Msgid-Bugs-To: \n"
11
+"POT-Creation-Date: 2007-11-06 12:46-0600\n"
12
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
+"Language-Team: LANGUAGE <LL@li.org>\n"
15
+"MIME-Version: 1.0\n"
16
+"Content-Type: text/plain; charset=UTF-8\n"
17
+"Content-Transfer-Encoding: 8bit\n"
18
+
19
+#: admin.php:28 admin.php:25
20
+msgid "admin users"
21
+msgstr "administrar usuarios"
22
+
23
+#: admin.php:52 comments.php:98 index.php:141 options.php:84 settings.php:58
24
+#: user.php:68
25
+msgid "Processing request..."
26
+msgstr "Procesando solicitud..."
27
+
28
+#: admin.php:55 close.php:39 comments.php:101 index.php:144 options.php:87
29
+#: settings.php:61 user.php:71 login.php:68 admin.php:54 close.php:35
30
+#: comments.php:89 feeds.php:81 index.php:122 options.php:89 settings.php:52
31
+#: user.php:67
32
+msgid "home"
33
+msgstr "inicio"
34
+
35
+#: admin.php:57 index.php:146 admin.php:56 index.php:124
36
+msgid "View Tumblelog"
37
+msgstr "Ver tumblelog"
38
+
39
+#: admin.php:58 index.php:147 admin.php:57 index.php:125
40
+msgid "Log out"
41
+msgstr "Terminar sesión"
42
+
43
+#: admin.php:66 index.php:321 options.php:99 settings.php:74 admin.php:65
44
+#: index.php:303 options.php:101 settings.php:65
45
+msgid "Settings"
46
+msgstr "Configuración"
47
+
48
+#: admin.php:67 comments.php:111 index.php:325 admin.php:66 comments.php:99
49
+#: index.php:308
50
+msgid "Posts"
51
+msgstr "Entradas"
52
+
53
+#: admin.php:68 admin.php:67
54
+msgid "Add user"
55
+msgstr "Agregar usuario"
56
+
57
+#: admin.php:69 index.php:323 options.php:98 settings.php:72 user.php:82
58
+#: admin.php:68 index.php:306 options.php:100 settings.php:63 user.php:78
59
+msgid "Users"
60
+msgstr "Usuarios"
61
+
62
+#: admin.php:75 admin.php:74
63
+msgid "The user has been added successfully."
64
+msgstr "El usuario ha sido agregado exitosamente."
65
+
66
+#: admin.php:81 admin.php:80
67
+msgid "The user has been eliminated successfully."
68
+msgstr "El usuario ha sido eliminado exitosamente."
69
+
70
+#: admin.php:87 admin.php:86
71
+msgid "The user has been modified successfully."
72
+msgstr "El usuario ha sido modificado exitosamente."
73
+
74
+#: admin.php:93 ajax.php:36 admin.php:92
75
+msgid "The username is not available."
76
+msgstr "El usuario no está disponible."
77
+
78
+#: admin.php:95 admin.php:94
79
+msgid "Error on the database server:."
80
+msgstr "Error en el servidor de base de datos:."
81
+
82
+#: admin.php:103 login.php:78 admin.php:102
83
+msgid "Login"
84
+msgstr "Usuario"
85
+
86
+#: admin.php:104 admin.php:103
87
+msgid "Name"
88
+msgstr "Nombre"
89
+
90
+#: admin.php:105 admin.php:104
91
+msgid "Actions"
92
+msgstr "Acciones"
93
+
94
+#: admin.php:123 comments.php:113 user.php:83 admin.php:118 comments.php:101
95
+#: user.php:79
96
+msgid "Edit"
97
+msgstr "Editar"
98
+
99
+#: admin.php:126 admin.php:119
100
+msgid "Delete"
101
+msgstr "Borrar"
102
+
103
+#: admin.php:135 admin.php:128
104
+msgid "No users available."
105
+msgstr "No se encontraron usuarios."
106
+
107
+#: ajax.php:23
108
+msgid "&nbsp;ending session..."
109
+msgstr "&nbsp;terminando sesión..."
110
+
111
+#: ajax.php:25
112
+msgid "&nbsp;failure ending session..."
113
+msgstr "&nbsp;error al terminar la sesión..."
114
+
115
+#: ajax.php:31
116
+msgid "Required field cannot be left blank."
117
+msgstr "El campo requerido no puede estar en blanco."
118
+
119
+#: ajax.php:34
120
+msgid "Username available."
121
+msgstr "Usuario disponible."
122
+
123
+#: close.php:27 close.php:23
124
+msgid "logout"
125
+msgstr "salir"
126
+
127
+#: close.php:41 comments.php:103 index.php:146 options.php:89 settings.php:63
128
+#: user.php:73 login.php:70 close.php:37 comments.php:91 feeds.php:83
129
+#: index.php:124 options.php:91 settings.php:54 user.php:69
130
+msgid "Take me to the tumblelog"
131
+msgstr "Página principal"
132
+
133
+#: close.php:41 comments.php:103 options.php:89 settings.php:63 user.php:73
134
+#: login.php:70 close.php:37 comments.php:91 feeds.php:83 options.php:91
135
+#: settings.php:54 user.php:69
136
+msgid "Back to the Tumblelog"
137
+msgstr "Volver al Tumblelog"
138
+
139
+#: close.php:48 close.php:44
140
+msgid "Closing session"
141
+msgstr "Cerrando sesión"
142
+
143
+#: close.php:49 close.php:45
144
+msgid "logoff"
145
+msgstr "salir"
146
+
147
+#: close.php:57
148
+msgid "Ending session..."
149
+msgstr "Cerrando sesión..."
150
+
151
+#: close.php:61 close.php:57
152
+msgid "Has happened an error when closing the session."
153
+msgstr "Hubo un error al cerrar la sesión."
154
+
155
+#: comments.php:74 comments.php:67
156
+msgid "comments"
157
+msgstr "comentarios"
158
+
159
+#: comments.php:110 comments.php:98
160
+msgid "Manage comments"
161
+msgstr "Administrar comentarios"
162
+
163
+#: comments.php:112 comments.php:100
164
+msgid "Spam"
165
+msgstr "Spam"
166
+
167
+#: comments.php:113 comments.php:101
168
+msgid "List"
169
+msgstr "Lista"
170
+
171
+#: comments.php:119 comments.php:107
172
+msgid "The comment has been eliminated successfully."
173
+msgstr "El comentario ha sido borrado con éxito."
174
+
175
+#: comments.php:122 comments.php:110
176
+msgid "The post has NOT been eliminated."
177
+msgstr "Error al borrar la entrada."
178
+
179
+#: comments.php:128 comments.php:116
180
+msgid "The comment has been modified successfully."
181
+msgstr "El comentario ha sido modificado con éxito."
182
+
183
+#: comments.php:131 comments.php:119
184
+msgid "The post has NOT been modified."
185
+msgstr "Error al modificar la entrada."
186
+
187
+#: index.php:104 index.php:97
188
+msgid "control panel"
189
+msgstr "panel de control"
190
+
191
+#: index.php:153 bm.php:122 index.php:131
192
+msgid "New Post"
193
+msgstr "Nueva Entrada"
194
+
195
+#: index.php:154 index.php:132
196
+msgid "Chat"
197
+msgstr "Chat"
198
+
199
+#: index.php:155 index.php:133
200
+msgid "Quote"
201
+msgstr "Frase"
202
+
203
+#: index.php:156 bm.php:138 index.php:134
204
+msgid "Link"
205
+msgstr "Vínculo"
206
+
207
+#: index.php:157 bm.php:148 index.php:135
208
+msgid "Audio"
209
+msgstr "Audio"
210
+
211
+#: index.php:158 bm.php:143 index.php:136
212
+msgid "Video"
213
+msgstr "Video"
214
+
215
+#: index.php:159 bm.php:133 index.php:137
216
+msgid "Picture"
217
+msgstr "Foto"
218
+
219
+#: index.php:160 bm.php:128 index.php:138
220
+msgid "Regular"
221
+msgstr "Texto"
222
+
223
+#: index.php:167 index.php:145
224
+msgid ""
225
+"A new gelato version has been released and is ready <a href=\"http://www."
226
+"gelatocms.com/\">for download</a>."
227
+msgstr ""
228
+"Se encuentra disponible una versión más reciente de Gelato y está lista <a "
229
+"href=\"http://www.gelatocms.com/\">para descargar</a>."
230
+
231
+#: index.php:172 index.php:150
232
+msgid "The post has been eliminated successfully."
233
+msgstr "La entrada fue eliminada exitosamente."
234
+
235
+#: index.php:178 index.php:156
236
+msgid "The post has been modified successfully."
237
+msgstr "La entrada fue modificada exitosamente."
238
+
239
+#: index.php:184 index.php:162
240
+msgid "The post has been added successfully."
241
+msgstr "La entrada fue agregada exitosamente."
242
+
243
+#: index.php:190 index.php:168
244
+msgid "Error on the database server:"
245
+msgstr "Error en el servidor de base de datos:"
246
+
247
+#: index.php:196 index.php:174
248
+msgid "Not an MP3 file or an upload problem."
249
+msgstr "No es un archivo MP3 válido o hubo un error al cargar."
250
+
251
+#: index.php:202 index.php:180
252
+msgid "Not a photo file or an upload problem."
253
+msgstr "No es un archivo de imágen válido o hubo un error al cargar."
254
+
255
+#: index.php:305 bm.php:203 index.php:285
256
+msgid "syntax is supported."
257
+msgstr "sintaxis soportada."
258
+
259
+#: index.php:322 options.php:100 settings.php:73 feeds.php:92 index.php:304
260
+#: options.php:102 settings.php:64
261
+msgid "Options"
262
+msgstr "Opciones"
263
+
264
+#: index.php:324 index.php:307
265
+msgid "Comments"
266
+msgstr "Comentarios"
267
+
268
+#: index.php:428 index.php:415
269
+msgid "No posts in this tumblelog."
270
+msgstr "No hay entradas en este Tumblelog"
271
+
272
+#: options.php:61 options.php:68
273
+msgid "options"
274
+msgstr "opciones"
275
+
276
+#: options.php:96 options.php:98
277
+msgid "Tumblelog options"
278
+msgstr "Opciones del Tumblelog"
279
+
280
+#: options.php:97 settings.php:71 user.php:81 feeds.php:91 options.php:99
281
+#: settings.php:62 user.php:77
282
+msgid "Post"
283
+msgstr "Entrada"
284
+
285
+#: options.php:106 settings.php:80 options.php:107 settings.php:70
286
+msgid "The configuration has been modified successfully."
287
+msgstr "La configuración ha sido modificada exitosamente."
288
+
289
+#: options.php:111 settings.php:85 options.php:112 settings.php:75
290
+msgid "Error on the database server: "
291
+msgstr "Error en el servidor de base de datos:"
292
+
293
+#: options.php:120 options.php:121
294
+msgid "Rich text editor:"
295
+msgstr "Editor de texto:"
296
+
297
+#: options.php:122 options.php:128 options.php:134 options.php:123
298
+#: options.php:129 options.php:135 options.php:206
299
+msgid "Active"
300
+msgstr "Active"
301
+
302
+#: options.php:123 options.php:129 options.php:135 options.php:124
303
+#: options.php:130 options.php:136 options.php:207
304
+msgid "Deactive"
305
+msgstr "Desactivado"
306
+
307
+#: options.php:126 options.php:127
308
+msgid "URL friendly:"
309
+msgstr "Url amistosa:"
310
+
311
+#: options.php:132 options.php:133
312
+msgid "Allow readers comments:"
313
+msgstr "Permitir comentarios de los lectores:"
314
+
315
+#: options.php:138 options.php:139
316
+msgid "Time Offset:"
317
+msgstr "Huso Horario:"
318
+
319
+#: options.php:206 settings.php:129 user.php:139 options.php:230
320
+#: settings.php:119 user.php:134
321
+msgid "Modify"
322
+msgstr "Modificar"
323
+
324
+#: settings.php:35 settings.php:31
325
+msgid "settings"
326
+msgstr "opciones"
327
+
328
+#: settings.php:70 settings.php:61
329
+msgid "Tumblelog configuration"
330
+msgstr "Configuración del Tumblelog"
331
+
332
+#: settings.php:94 settings.php:84
333
+msgid "Title:"
334
+msgstr "Título:"
335
+
336
+#: settings.php:96 settings.php:86
337
+msgid "Description:"
338
+msgstr "Descripción:"
339
+
340
+#: settings.php:98 settings.php:88
341
+msgid "Installation URL"
342
+msgstr "URL de instalación"
343
+
344
+#: settings.php:100 settings.php:90
345
+msgid "Post limit:"
346
+msgstr "Límite de entradas:"
347
+
348
+#: settings.php:102 settings.php:92
349
+msgid "Language:"
350
+msgstr "Idioma:"
351
+
352
+#: settings.php:114 settings.php:104
353
+msgid "Template:"
354
+msgstr "Template:"
355
+
356
+#: user.php:56 user.php:52
357
+msgid "add user"
358
+msgstr "agregar usuario"
359
+
360
+#: user.php:80 login.php:77 user.php:76
361
+msgid "Start session"
362
+msgstr "Iniciar sesión"
363
+
364
+#: user.php:83 user.php:139 feeds.php:127 user.php:79 user.php:134
365
+msgid "Add"
366
+msgstr "Agregar"
367
+
368
+#: user.php:99 user.php:95
369
+msgid "user:"
370
+msgstr "usuario:"
371
+
372
+#: user.php:115 user.php:110
373
+msgid "password:"
374
+msgstr "contraseña:"
375
+
376
+#: user.php:119 user.php:114
377
+msgid "retype password:"
378
+msgstr "confirmar contraseña:"
379
+
380
+#: user.php:123 user.php:118
381
+msgid "name:"
382
+msgstr "nombre:"
383
+
384
+#: user.php:127 user.php:122
385
+msgid "e-mail:"
386
+msgstr "e-mail:"
387
+
388
+#: user.php:131 user.php:126
389
+msgid "website:"
390
+msgstr "sitio web:"
391
+
392
+#: user.php:135 user.php:130
393
+msgid "about:"
394
+msgstr "acerca de:"
395
+
396
+#: login.php:35
397
+msgid "login screen"
398
+msgstr ""
399
+
400
+#: login.php:65 admin.php:51 comments.php:86 index.php:119 options.php:86
401
+#: settings.php:49 user.php:64
402
+msgid "Processing request&hellip;"
403
+msgstr ""
404
+
405
+#: login.php:86
406
+msgid "User:"
407
+msgstr ""
408
+
409
+#: login.php:88
410
+msgid "Password:"
411
+msgstr ""
412
+
413
+#: login.php:90
414
+msgid "Remember me:"
415
+msgstr ""
416
+
417
+#: login.php:101
418
+msgid "&nbsp;You must be registered to use gelato."
419
+msgstr ""
420
+
421
+#: login.php:108
422
+msgid "&nbsp;You must be logged on the system."
423
+msgstr ""
424
+
425
+#: ajax.php:23
426
+msgid "&nbsp;ending session&hellip;"
427
+msgstr ""
428
+
429
+#: ajax.php:25
430
+msgid "&nbsp;failure ending session&hellip;"
431
+msgstr ""
432
+
433
+#: bm.php:102
434
+msgid "Must be a valid URL"
435
+msgstr ""
436
+
437
+#: bm.php:110
438
+msgid "bookmarklet"
439
+msgstr ""
440
+
441
+#: close.php:53
442
+msgid "Ending session&hellip;"
443
+msgstr ""
444
+
445
+#: feeds.php:27
446
+msgid "Feed added"
447
+msgstr ""
448
+
449
+#: feeds.php:34
450
+msgid "Feed deleted"
451
+msgstr ""
452
+
453
+#: feeds.php:43 index.php:305
454
+msgid "Feeds"
455
+msgstr ""
456
+
457
+#: feeds.php:55
458
+msgid "Feed Url:"
459
+msgstr ""
460
+
461
+#: feeds.php:55
462
+msgid " username:"
463
+msgstr ""
464
+
465
+#: feeds.php:89
466
+msgid "Configure your feeds"
467
+msgstr ""
468
+
469
+#: feeds.php:103
470
+msgid "Import data from:"
471
+msgstr ""
472
+
473
+#: feeds.php:115
474
+msgid "Import As:"
475
+msgstr ""
476
+
477
+#: feeds.php:117
478
+msgid "Text"
479
+msgstr ""
480
+
481
+#: feeds.php:118
482
+msgid "Photos"
483
+msgstr ""
484
+
485
+#: feeds.php:122
486
+msgid "Feed Url (double check):"
487
+msgstr ""
488
+
489
+#: feeds.php:125
490
+msgid "Show credits on each post?"
491
+msgstr ""
492
+
493
+#: feeds.php:138 feeds.php:140
494
+msgid "Delete this Feed"
495
+msgstr ""
496
+
497
+#: feeds.php:138
498
+msgid "Error updating"
499
+msgstr ""
500
+
501
+#: feeds.php:140
502
+msgid "Last update"
503
+msgstr ""
504
+
505
+#: feeds.php:140
506
+msgid "Importing"
507
+msgstr ""
508
+
509
+#: index.php:287
510
+msgid "add to gelato"
511
+msgstr ""
512
+
513
+#: options.php:204
514
+msgid "Shorten long URLs:"
515
+msgstr ""
516
+
517
+#: options.php:210
518
+msgid "Import feeds every:"
519
+msgstr ""
520
+
521
+#: options.php:213 options.php:214 options.php:215 options.php:216
522
+#: options.php:217
523
+msgid "minutes"
524
+msgstr ""
525
+
526
+#: options.php:218
527
+msgid "hour"
528
+msgstr ""
529
+
530
+#: options.php:219 options.php:220 options.php:221 options.php:222
531
+#: options.php:223 options.php:224
532
+msgid "hours"
533
+msgstr ""

BIN
languages/es-mx/messages.mo Dosyayı Görüntüle


+ 533 - 423
languages/es-mx/messages.po Dosyayı Görüntüle

@@ -1,423 +1,533 @@
1
-# SOME DESCRIPTIVE TITLE.
2
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
-# This file is distributed under the same license as the PACKAGE package.
4
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
-#
6
-msgid ""
7
-msgstr ""
8
-"Project-Id-Version: gelato cms 0.90\n"
9
-"Report-Msgid-Bugs-To: \n"
10
-"POT-Creation-Date: 2007-07-29 22:39-0500\n"
11
-"PO-Revision-Date: 2007-11-06 12:33-0600\n"
12
-"Last-Translator: Pedro Santana <psantana@gelatocms.com>\n"
13
-"Language-Team: Español Mexicano <psantana@gelatocms.com>\n"
14
-"MIME-Version: 1.0\n"
15
-"Content-Type: text/plain; charset=utf-8\n"
16
-"Content-Transfer-Encoding: 8bit\n"
17
-"X-Poedit-Language: Spanish\n"
18
-"X-Poedit-Country: MEXICO\n"
19
-"X-Poedit-SourceCharset: utf-8\n"
20
-
21
-#: admin.php:28
22
-msgid "admin users"
23
-msgstr "administrar usuarios"
24
-
25
-#: admin.php:52
26
-#: comments.php:98
27
-#: index.php:141
28
-#: options.php:84
29
-#: settings.php:58
30
-#: user.php:68
31
-msgid "Processing request..."
32
-msgstr "Procesando la petición..."
33
-
34
-#: admin.php:55
35
-#: close.php:39
36
-#: comments.php:101
37
-#: index.php:144
38
-#: options.php:87
39
-#: settings.php:61
40
-#: user.php:71
41
-msgid "home"
42
-msgstr "inicio"
43
-
44
-#: admin.php:57
45
-#: index.php:146
46
-msgid "View Tumblelog"
47
-msgstr "ver el Tumblelog"
48
-
49
-#: admin.php:58
50
-#: index.php:147
51
-msgid "Log out"
52
-msgstr "Salir"
53
-
54
-#: admin.php:66
55
-#: index.php:321
56
-#: options.php:99
57
-#: settings.php:74
58
-msgid "Settings"
59
-msgstr "Configuraciones"
60
-
61
-#: admin.php:67
62
-#: comments.php:111
63
-#: index.php:325
64
-msgid "Posts"
65
-msgstr "Artículos"
66
-
67
-#: admin.php:68
68
-msgid "Add user"
69
-msgstr "Agregar usuario"
70
-
71
-#: admin.php:69
72
-#: index.php:323
73
-#: options.php:98
74
-#: settings.php:72
75
-#: user.php:82
76
-msgid "Users"
77
-msgstr "Usuarios"
78
-
79
-#: admin.php:75
80
-msgid "The user has been added successfully."
81
-msgstr "Se ha agregado el usuario con éxito."
82
-
83
-#: admin.php:81
84
-msgid "The user has been eliminated successfully."
85
-msgstr "Se ha eliminado el usuario con éxito."
86
-
87
-#: admin.php:87
88
-msgid "The user has been modified successfully."
89
-msgstr "Se ha modificado el usuario con éxito."
90
-
91
-#: admin.php:93
92
-#: ajax.php:36
93
-msgid "The username is not available."
94
-msgstr "El nombre de usuario no esta disponible."
95
-
96
-#: admin.php:95
97
-msgid "Error on the database server:."
98
-msgstr "Error en el servidor de base de datos:."
99
-
100
-#: admin.php:103
101
-msgid "Login"
102
-msgstr "Iniciar sesión"
103
-
104
-#: admin.php:104
105
-msgid "Name"
106
-msgstr "Nombre"
107
-
108
-#: admin.php:105
109
-msgid "Actions"
110
-msgstr "Accions"
111
-
112
-#: admin.php:123
113
-#: comments.php:113
114
-#: user.php:83
115
-msgid "Edit"
116
-msgstr "Editar"
117
-
118
-#: admin.php:126
119
-msgid "Delete"
120
-msgstr "Eliminar"
121
-
122
-#: admin.php:135
123
-msgid "No users available."
124
-msgstr "No hay usuarios disponibles."
125
-
126
-#: ajax.php:23
127
-msgid "&nbsp;ending session..."
128
-msgstr "&nbsp;termiando sesión..."
129
-
130
-#: ajax.php:25
131
-msgid "&nbsp;failure ending session..."
132
-msgstr "&nbsp;falló el cierre de sesión..."
133
-
134
-#: ajax.php:31
135
-msgid "Required field cannot be left blank."
136
-msgstr "Es un campo requerido, no lo puede dejar en blanco."
137
-
138
-#: ajax.php:34
139
-msgid "Username available."
140
-msgstr "Nombre de usuario disponible."
141
-
142
-#: close.php:27
143
-msgid "logout"
144
-msgstr "salir"
145
-
146
-#: close.php:41
147
-#: comments.php:103
148
-#: index.php:146
149
-#: options.php:89
150
-#: settings.php:63
151
-#: user.php:73
152
-msgid "Take me to the tumblelog"
153
-msgstr "Llevarme al tumblelog"
154
-
155
-#: close.php:41
156
-#: comments.php:103
157
-#: options.php:89
158
-#: settings.php:63
159
-#: user.php:73
160
-msgid "Back to the Tumblelog"
161
-msgstr "Regresar al Tumblelog"
162
-
163
-#: close.php:48
164
-msgid "Closing session"
165
-msgstr "Cerrando la sesión"
166
-
167
-#: close.php:49
168
-msgid "logoff"
169
-msgstr "salir"
170
-
171
-#: close.php:57
172
-msgid "Ending session..."
173
-msgstr "Terminando sesión..."
174
-
175
-#: close.php:61
176
-msgid "Has happened an error when closing the session."
177
-msgstr "Ha ocurrido un error al terminar la sesión."
178
-
179
-#: comments.php:74
180
-msgid "comments"
181
-msgstr "comentarios"
182
-
183
-#: comments.php:110
184
-msgid "Manage comments"
185
-msgstr "Administrar comentarios"
186
-
187
-#: comments.php:112
188
-msgid "Spam"
189
-msgstr "Spam"
190
-
191
-#: comments.php:113
192
-msgid "List"
193
-msgstr "Lista"
194
-
195
-#: comments.php:119
196
-msgid "The comment has been eliminated successfully."
197
-msgstr "Se ha eliminado el comentario con éxito."
198
-
199
-#: comments.php:122
200
-msgid "The post has NOT been eliminated."
201
-msgstr "El artículo NO ha sido eliminado."
202
-
203
-#: comments.php:128
204
-msgid "The comment has been modified successfully."
205
-msgstr "Se ha modificado el comentario con éxito."
206
-
207
-#: comments.php:131
208
-msgid "The post has NOT been modified."
209
-msgstr "el artpiculo NO ha sido modificado."
210
-
211
-#: index.php:104
212
-msgid "control panel"
213
-msgstr "panel de control"
214
-
215
-#: index.php:153
216
-msgid "New Post"
217
-msgstr "Crear artículo"
218
-
219
-#: index.php:154
220
-msgid "Chat"
221
-msgstr "Conversación"
222
-
223
-#: index.php:155
224
-msgid "Quote"
225
-msgstr "Cita"
226
-
227
-#: index.php:156
228
-msgid "Link"
229
-msgstr "Enlace"
230
-
231
-#: index.php:157
232
-msgid "Audio"
233
-msgstr "Audio"
234
-
235
-#: index.php:158
236
-msgid "Video"
237
-msgstr "Video"
238
-
239
-#: index.php:159
240
-msgid "Picture"
241
-msgstr "Foto"
242
-
243
-#: index.php:160
244
-msgid "Regular"
245
-msgstr "Regular"
246
-
247
-#: index.php:167
248
-msgid "A new gelato version has been released and is ready <a href=\"http://www.gelatocms.com/\">for download</a>."
249
-msgstr "Se ha liberado una nueva versión de gelato y esta lista para <a href=\"http://www.gelatocms.com/\">descargar</a>."
250
-
251
-#: index.php:172
252
-msgid "The post has been eliminated successfully."
253
-msgstr "Se ha eliminado el artículo con éxito."
254
-
255
-#: index.php:178
256
-msgid "The post has been modified successfully."
257
-msgstr "Se ha modificado el artículo con éxito."
258
-
259
-#: index.php:184
260
-msgid "The post has been added successfully."
261
-msgstr "Se ha agregado el artículo con éxito.."
262
-
263
-#: index.php:190
264
-msgid "Error on the database server:"
265
-msgstr "Error en el servidor de base de datos:"
266
-
267
-#: index.php:196
268
-msgid "Not an MP3 file or an upload problem."
269
-msgstr "No es un archivo MP3 o ha ocurrido un error al cargarlo."
270
-
271
-#: index.php:202
272
-msgid "Not a photo file or an upload problem."
273
-msgstr "No es un archivode foto o ha ocurrido un error al cargarlo."
274
-
275
-#: index.php:305
276
-msgid "syntax is supported."
277
-msgstr "sintaxis soportada."
278
-
279
-#: index.php:322
280
-#: options.php:100
281
-#: settings.php:73
282
-msgid "Options"
283
-msgstr "Opciones"
284
-
285
-#: index.php:324
286
-msgid "Comments"
287
-msgstr "Comentarios"
288
-
289
-#: index.php:428
290
-msgid "No posts in this tumblelog."
291
-msgstr "No hay artículos en este tumblelog."
292
-
293
-#: options.php:61
294
-msgid "options"
295
-msgstr "opciones"
296
-
297
-#: options.php:96
298
-msgid "Tumblelog options"
299
-msgstr "Opciones del Tumblelog"
300
-
301
-#: options.php:97
302
-#: settings.php:71
303
-#: user.php:81
304
-msgid "Post"
305
-msgstr "Artículos"
306
-
307
-#: options.php:106
308
-#: settings.php:80
309
-msgid "The configuration has been modified successfully."
310
-msgstr "La configuración ha sido modificada con éxito."
311
-
312
-#: options.php:111
313
-#: settings.php:85
314
-msgid "Error on the database server: "
315
-msgstr "Error en el servidor de bases de datos:"
316
-
317
-#: options.php:120
318
-msgid "Rich text editor:"
319
-msgstr "Editor de texto enriquecido:"
320
-
321
-#: options.php:122
322
-#: options.php:128
323
-#: options.php:134
324
-msgid "Active"
325
-msgstr "Activar"
326
-
327
-#: options.php:123
328
-#: options.php:129
329
-#: options.php:135
330
-msgid "Deactive"
331
-msgstr "Desactivar"
332
-
333
-#: options.php:126
334
-msgid "URL friendly:"
335
-msgstr "URL amigable:"
336
-
337
-#: options.php:132
338
-msgid "Allow readers comments:"
339
-msgstr "Permitir comentarios:"
340
-
341
-#: options.php:138
342
-msgid "Time Offset:"
343
-msgstr "Compensación de horario:"
344
-
345
-#: options.php:206
346
-#: settings.php:129
347
-#: user.php:139
348
-msgid "Modify"
349
-msgstr "Modificar"
350
-
351
-#: settings.php:35
352
-msgid "settings"
353
-msgstr "configuraciones"
354
-
355
-#: settings.php:70
356
-msgid "Tumblelog configuration"
357
-msgstr "Configuracion del Tumblelog"
358
-
359
-#: settings.php:94
360
-msgid "Title:"
361
-msgstr "Título:"
362
-
363
-#: settings.php:96
364
-msgid "Description:"
365
-msgstr "Descripción:"
366
-
367
-#: settings.php:98
368
-msgid "Installation URL"
369
-msgstr "URL de instalación"
370
-
371
-#: settings.php:100
372
-msgid "Post limit:"
373
-msgstr "Limite de artpiculos:"
374
-
375
-#: settings.php:102
376
-msgid "Language:"
377
-msgstr "Idimoas:"
378
-
379
-#: settings.php:114
380
-msgid "Template:"
381
-msgstr "Plantilla:"
382
-
383
-#: user.php:56
384
-msgid "add user"
385
-msgstr "agregar usuario"
386
-
387
-#: user.php:80
388
-msgid "Start session"
389
-msgstr "Iniciar sesión"
390
-
391
-#: user.php:83
392
-#: user.php:139
393
-msgid "Add"
394
-msgstr "Agregar"
395
-
396
-#: user.php:99
397
-msgid "user:"
398
-msgstr "usuario:"
399
-
400
-#: user.php:115
401
-msgid "password:"
402
-msgstr "contraseña:"
403
-
404
-#: user.php:119
405
-msgid "retype password:"
406
-msgstr "verificar password:"
407
-
408
-#: user.php:123
409
-msgid "name:"
410
-msgstr "nombre:"
411
-
412
-#: user.php:127
413
-msgid "e-mail:"
414
-msgstr "correo-e:"
415
-
416
-#: user.php:131
417
-msgid "website:"
418
-msgstr "sitio web:"
419
-
420
-#: user.php:135
421
-msgid "about:"
422
-msgstr "acerca:"
423
-
1
+# SOME DESCRIPTIVE TITLE.
2
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+# This file is distributed under the same license as the PACKAGE package.
4
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+#
6
+#, fuzzy
7
+msgid ""
8
+msgstr ""
9
+"Project-Id-Version: PACKAGE VERSION\n"
10
+"Report-Msgid-Bugs-To: \n"
11
+"POT-Creation-Date: 2007-11-06 12:46-0600\n"
12
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
+"Language-Team: LANGUAGE <LL@li.org>\n"
15
+"MIME-Version: 1.0\n"
16
+"Content-Type: text/plain; charset=UTF-8\n"
17
+"Content-Transfer-Encoding: 8bit\n"
18
+
19
+#: admin.php:28 admin.php:25
20
+msgid "admin users"
21
+msgstr "administrar usuarios"
22
+
23
+#: admin.php:52 comments.php:98 index.php:141 options.php:84 settings.php:58
24
+#: user.php:68
25
+msgid "Processing request..."
26
+msgstr "Procesando la petición..."
27
+
28
+#: admin.php:55 close.php:39 comments.php:101 index.php:144 options.php:87
29
+#: settings.php:61 user.php:71 login.php:68 admin.php:54 close.php:35
30
+#: comments.php:89 feeds.php:81 index.php:122 options.php:89 settings.php:52
31
+#: user.php:67
32
+msgid "home"
33
+msgstr "inicio"
34
+
35
+#: admin.php:57 index.php:146 admin.php:56 index.php:124
36
+msgid "View Tumblelog"
37
+msgstr "ver el Tumblelog"
38
+
39
+#: admin.php:58 index.php:147 admin.php:57 index.php:125
40
+msgid "Log out"
41
+msgstr "Salir"
42
+
43
+#: admin.php:66 index.php:321 options.php:99 settings.php:74 admin.php:65
44
+#: index.php:303 options.php:101 settings.php:65
45
+msgid "Settings"
46
+msgstr "Configuraciones"
47
+
48
+#: admin.php:67 comments.php:111 index.php:325 admin.php:66 comments.php:99
49
+#: index.php:308
50
+msgid "Posts"
51
+msgstr "Artículos"
52
+
53
+#: admin.php:68 admin.php:67
54
+msgid "Add user"
55
+msgstr "Agregar usuario"
56
+
57
+#: admin.php:69 index.php:323 options.php:98 settings.php:72 user.php:82
58
+#: admin.php:68 index.php:306 options.php:100 settings.php:63 user.php:78
59
+msgid "Users"
60
+msgstr "Usuarios"
61
+
62
+#: admin.php:75 admin.php:74
63
+msgid "The user has been added successfully."
64
+msgstr "Se ha agregado el usuario con éxito."
65
+
66
+#: admin.php:81 admin.php:80
67
+msgid "The user has been eliminated successfully."
68
+msgstr "Se ha eliminado el usuario con éxito."
69
+
70
+#: admin.php:87 admin.php:86
71
+msgid "The user has been modified successfully."
72
+msgstr "Se ha modificado el usuario con éxito."
73
+
74
+#: admin.php:93 ajax.php:36 admin.php:92
75
+msgid "The username is not available."
76
+msgstr "El nombre de usuario no esta disponible."
77
+
78
+#: admin.php:95 admin.php:94
79
+msgid "Error on the database server:."
80
+msgstr "Error en el servidor de base de datos:."
81
+
82
+#: admin.php:103 login.php:78 admin.php:102
83
+msgid "Login"
84
+msgstr "Iniciar sesión"
85
+
86
+#: admin.php:104 admin.php:103
87
+msgid "Name"
88
+msgstr "Nombre"
89
+
90
+#: admin.php:105 admin.php:104
91
+msgid "Actions"
92
+msgstr "Accions"
93
+
94
+#: admin.php:123 comments.php:113 user.php:83 admin.php:118 comments.php:101
95
+#: user.php:79
96
+msgid "Edit"
97
+msgstr "Editar"
98
+
99
+#: admin.php:126 admin.php:119
100
+msgid "Delete"
101
+msgstr "Eliminar"
102
+
103
+#: admin.php:135 admin.php:128
104
+msgid "No users available."
105
+msgstr "No hay usuarios disponibles."
106
+
107
+#: ajax.php:23
108
+msgid "&nbsp;ending session..."
109
+msgstr "&nbsp;termiando sesión..."
110
+
111
+#: ajax.php:25
112
+msgid "&nbsp;failure ending session..."
113
+msgstr "&nbsp;falló el cierre de sesión..."
114
+
115
+#: ajax.php:31
116
+msgid "Required field cannot be left blank."
117
+msgstr "Es un campo requerido, no lo puede dejar en blanco."
118
+
119
+#: ajax.php:34
120
+msgid "Username available."
121
+msgstr "Nombre de usuario disponible."
122
+
123
+#: close.php:27 close.php:23
124
+msgid "logout"
125
+msgstr "salir"
126
+
127
+#: close.php:41 comments.php:103 index.php:146 options.php:89 settings.php:63
128
+#: user.php:73 login.php:70 close.php:37 comments.php:91 feeds.php:83
129
+#: index.php:124 options.php:91 settings.php:54 user.php:69
130
+msgid "Take me to the tumblelog"
131
+msgstr "Llevarme al tumblelog"
132
+
133
+#: close.php:41 comments.php:103 options.php:89 settings.php:63 user.php:73
134
+#: login.php:70 close.php:37 comments.php:91 feeds.php:83 options.php:91
135
+#: settings.php:54 user.php:69
136
+msgid "Back to the Tumblelog"
137
+msgstr "Regresar al Tumblelog"
138
+
139
+#: close.php:48 close.php:44
140
+msgid "Closing session"
141
+msgstr "Cerrando la sesión"
142
+
143
+#: close.php:49 close.php:45
144
+msgid "logoff"
145
+msgstr "salir"
146
+
147
+#: close.php:57
148
+msgid "Ending session..."
149
+msgstr "Terminando sesión..."
150
+
151
+#: close.php:61 close.php:57
152
+msgid "Has happened an error when closing the session."
153
+msgstr "Ha ocurrido un error al terminar la sesión."
154
+
155
+#: comments.php:74 comments.php:67
156
+msgid "comments"
157
+msgstr "comentarios"
158
+
159
+#: comments.php:110 comments.php:98
160
+msgid "Manage comments"
161
+msgstr "Administrar comentarios"
162
+
163
+#: comments.php:112 comments.php:100
164
+msgid "Spam"
165
+msgstr "Spam"
166
+
167
+#: comments.php:113 comments.php:101
168
+msgid "List"
169
+msgstr "Lista"
170
+
171
+#: comments.php:119 comments.php:107
172
+msgid "The comment has been eliminated successfully."
173
+msgstr "Se ha eliminado el comentario con éxito."
174
+
175
+#: comments.php:122 comments.php:110
176
+msgid "The post has NOT been eliminated."
177
+msgstr "El artículo NO ha sido eliminado."
178
+
179
+#: comments.php:128 comments.php:116
180
+msgid "The comment has been modified successfully."
181
+msgstr "Se ha modificado el comentario con éxito."
182
+
183
+#: comments.php:131 comments.php:119
184
+msgid "The post has NOT been modified."
185
+msgstr "el artpiculo NO ha sido modificado."
186
+
187
+#: index.php:104 index.php:97
188
+msgid "control panel"
189
+msgstr "panel de control"
190
+
191
+#: index.php:153 bm.php:122 index.php:131
192
+msgid "New Post"
193
+msgstr "Crear artículo"
194
+
195
+#: index.php:154 index.php:132
196
+msgid "Chat"
197
+msgstr "Conversación"
198
+
199
+#: index.php:155 index.php:133
200
+msgid "Quote"
201
+msgstr "Cita"
202
+
203
+#: index.php:156 bm.php:138 index.php:134
204
+msgid "Link"
205
+msgstr "Enlace"
206
+
207
+#: index.php:157 bm.php:148 index.php:135
208
+msgid "Audio"
209
+msgstr "Audio"
210
+
211
+#: index.php:158 bm.php:143 index.php:136
212
+msgid "Video"
213
+msgstr "Video"
214
+
215
+#: index.php:159 bm.php:133 index.php:137
216
+msgid "Picture"
217
+msgstr "Foto"
218
+
219
+#: index.php:160 bm.php:128 index.php:138
220
+msgid "Regular"
221
+msgstr "Regular"
222
+
223
+#: index.php:167 index.php:145
224
+msgid ""
225
+"A new gelato version has been released and is ready <a href=\"http://www."
226
+"gelatocms.com/\">for download</a>."
227
+msgstr ""
228
+"Se ha liberado una nueva versión de gelato y esta lista para <a href="
229
+"\"http://www.gelatocms.com/\">descargar</a>."
230
+
231
+#: index.php:172 index.php:150
232
+msgid "The post has been eliminated successfully."
233
+msgstr "Se ha eliminado el artículo con éxito."
234
+
235
+#: index.php:178 index.php:156
236
+msgid "The post has been modified successfully."
237
+msgstr "Se ha modificado el artículo con éxito."
238
+
239
+#: index.php:184 index.php:162
240
+msgid "The post has been added successfully."
241
+msgstr "Se ha agregado el artículo con éxito.."
242
+
243
+#: index.php:190 index.php:168
244
+msgid "Error on the database server:"
245
+msgstr "Error en el servidor de base de datos:"
246
+
247
+#: index.php:196 index.php:174
248
+msgid "Not an MP3 file or an upload problem."
249
+msgstr "No es un archivo MP3 o ha ocurrido un error al cargarlo."
250
+
251
+#: index.php:202 index.php:180
252
+msgid "Not a photo file or an upload problem."
253
+msgstr "No es un archivode foto o ha ocurrido un error al cargarlo."
254
+
255
+#: index.php:305 bm.php:203 index.php:285
256
+msgid "syntax is supported."
257
+msgstr "sintaxis soportada."
258
+
259
+#: index.php:322 options.php:100 settings.php:73 feeds.php:92 index.php:304
260
+#: options.php:102 settings.php:64
261
+msgid "Options"
262
+msgstr "Opciones"
263
+
264
+#: index.php:324 index.php:307
265
+msgid "Comments"
266
+msgstr "Comentarios"
267
+
268
+#: index.php:428 index.php:415
269
+msgid "No posts in this tumblelog."
270
+msgstr "No hay artículos en este tumblelog."
271
+
272
+#: options.php:61 options.php:68
273
+msgid "options"
274
+msgstr "opciones"
275
+
276
+#: options.php:96 options.php:98
277
+msgid "Tumblelog options"
278
+msgstr "Opciones del Tumblelog"
279
+
280
+#: options.php:97 settings.php:71 user.php:81 feeds.php:91 options.php:99
281
+#: settings.php:62 user.php:77
282
+msgid "Post"
283
+msgstr "Artículos"
284
+
285
+#: options.php:106 settings.php:80 options.php:107 settings.php:70
286
+msgid "The configuration has been modified successfully."
287
+msgstr "La configuración ha sido modificada con éxito."
288
+
289
+#: options.php:111 settings.php:85 options.php:112 settings.php:75
290
+msgid "Error on the database server: "
291
+msgstr "Error en el servidor de bases de datos:"
292
+
293
+#: options.php:120 options.php:121
294
+msgid "Rich text editor:"
295
+msgstr "Editor de texto enriquecido:"
296
+
297
+#: options.php:122 options.php:128 options.php:134 options.php:123
298
+#: options.php:129 options.php:135 options.php:206
299
+msgid "Active"
300
+msgstr "Activar"
301
+
302
+#: options.php:123 options.php:129 options.php:135 options.php:124
303
+#: options.php:130 options.php:136 options.php:207
304
+msgid "Deactive"
305
+msgstr "Desactivar"
306
+
307
+#: options.php:126 options.php:127
308
+msgid "URL friendly:"
309
+msgstr "URL amigable:"
310
+
311
+#: options.php:132 options.php:133
312
+msgid "Allow readers comments:"
313
+msgstr "Permitir comentarios:"
314
+
315
+#: options.php:138 options.php:139
316
+msgid "Time Offset:"
317
+msgstr "Compensación de horario:"
318
+
319
+#: options.php:206 settings.php:129 user.php:139 options.php:230
320
+#: settings.php:119 user.php:134
321
+msgid "Modify"
322
+msgstr "Modificar"
323
+
324
+#: settings.php:35 settings.php:31
325
+msgid "settings"
326
+msgstr "configuraciones"
327
+
328
+#: settings.php:70 settings.php:61
329
+msgid "Tumblelog configuration"
330
+msgstr "Configuracion del Tumblelog"
331
+
332
+#: settings.php:94 settings.php:84
333
+msgid "Title:"
334
+msgstr "Título:"
335
+
336
+#: settings.php:96 settings.php:86
337
+msgid "Description:"
338
+msgstr "Descripción:"
339
+
340
+#: settings.php:98 settings.php:88
341
+msgid "Installation URL"
342
+msgstr "URL de instalación"
343
+
344
+#: settings.php:100 settings.php:90
345
+msgid "Post limit:"
346
+msgstr "Limite de artpiculos:"
347
+
348
+#: settings.php:102 settings.php:92
349
+msgid "Language:"
350
+msgstr "Idimoas:"
351
+
352
+#: settings.php:114 settings.php:104
353
+msgid "Template:"
354
+msgstr "Plantilla:"
355
+
356
+#: user.php:56 user.php:52
357
+msgid "add user"
358
+msgstr "agregar usuario"
359
+
360
+#: user.php:80 login.php:77 user.php:76
361
+msgid "Start session"
362
+msgstr "Iniciar sesión"
363
+
364
+#: user.php:83 user.php:139 feeds.php:127 user.php:79 user.php:134
365
+msgid "Add"
366
+msgstr "Agregar"
367
+
368
+#: user.php:99 user.php:95
369
+msgid "user:"
370
+msgstr "usuario:"
371
+
372
+#: user.php:115 user.php:110
373
+msgid "password:"
374
+msgstr "contraseña:"
375
+
376
+#: user.php:119 user.php:114
377
+msgid "retype password:"
378
+msgstr "verificar password:"
379
+
380
+#: user.php:123 user.php:118
381
+msgid "name:"
382
+msgstr "nombre:"
383
+
384
+#: user.php:127 user.php:122
385
+msgid "e-mail:"
386
+msgstr "correo-e:"
387
+
388
+#: user.php:131 user.php:126
389
+msgid "website:"
390
+msgstr "sitio web:"
391
+
392
+#: user.php:135 user.php:130
393
+msgid "about:"
394
+msgstr "acerca:"
395
+
396
+#: login.php:35
397
+msgid "login screen"
398
+msgstr ""
399
+
400
+#: login.php:65 admin.php:51 comments.php:86 index.php:119 options.php:86
401
+#: settings.php:49 user.php:64
402
+msgid "Processing request&hellip;"
403
+msgstr ""
404
+
405
+#: login.php:86
406
+msgid "User:"
407
+msgstr ""
408
+
409
+#: login.php:88
410
+msgid "Password:"
411
+msgstr ""
412
+
413
+#: login.php:90
414
+msgid "Remember me:"
415
+msgstr ""
416
+
417
+#: login.php:101
418
+msgid "&nbsp;You must be registered to use gelato."
419
+msgstr ""
420
+
421
+#: login.php:108
422
+msgid "&nbsp;You must be logged on the system."
423
+msgstr ""
424
+
425
+#: ajax.php:23
426
+msgid "&nbsp;ending session&hellip;"
427
+msgstr ""
428
+
429
+#: ajax.php:25
430
+msgid "&nbsp;failure ending session&hellip;"
431
+msgstr ""
432
+
433
+#: bm.php:102
434
+msgid "Must be a valid URL"
435
+msgstr ""
436
+
437
+#: bm.php:110
438
+msgid "bookmarklet"
439
+msgstr ""
440
+
441
+#: close.php:53
442
+msgid "Ending session&hellip;"
443
+msgstr ""
444
+
445
+#: feeds.php:27
446
+msgid "Feed added"
447
+msgstr ""
448
+
449
+#: feeds.php:34
450
+msgid "Feed deleted"
451
+msgstr ""
452
+
453
+#: feeds.php:43 index.php:305
454
+msgid "Feeds"
455
+msgstr ""
456
+
457
+#: feeds.php:55
458
+msgid "Feed Url:"
459
+msgstr ""
460
+
461
+#: feeds.php:55
462
+msgid " username:"
463
+msgstr ""
464
+
465
+#: feeds.php:89
466
+msgid "Configure your feeds"
467
+msgstr ""
468
+
469
+#: feeds.php:103
470
+msgid "Import data from:"
471
+msgstr ""
472
+
473
+#: feeds.php:115
474
+msgid "Import As:"
475
+msgstr ""
476
+
477
+#: feeds.php:117
478
+msgid "Text"
479
+msgstr ""
480
+
481
+#: feeds.php:118
482
+msgid "Photos"
483
+msgstr ""
484
+
485
+#: feeds.php:122
486
+msgid "Feed Url (double check):"
487
+msgstr ""
488
+
489
+#: feeds.php:125
490
+msgid "Show credits on each post?"
491
+msgstr ""
492
+
493
+#: feeds.php:138 feeds.php:140
494
+msgid "Delete this Feed"
495
+msgstr ""
496
+
497
+#: feeds.php:138
498
+msgid "Error updating"
499
+msgstr ""
500
+
501
+#: feeds.php:140
502
+msgid "Last update"
503
+msgstr ""
504
+
505
+#: feeds.php:140
506
+msgid "Importing"
507
+msgstr ""
508
+
509
+#: index.php:287
510
+msgid "add to gelato"
511
+msgstr ""
512
+
513
+#: options.php:204
514
+msgid "Shorten long URLs:"
515
+msgstr ""
516
+
517
+#: options.php:210
518
+msgid "Import feeds every:"
519
+msgstr ""
520
+
521
+#: options.php:213 options.php:214 options.php:215 options.php:216
522
+#: options.php:217
523
+msgid "minutes"
524
+msgstr ""
525
+
526
+#: options.php:218
527
+msgid "hour"
528
+msgstr ""
529
+
530
+#: options.php:219 options.php:220 options.php:221 options.php:222
531
+#: options.php:223 options.php:224
532
+msgid "hours"
533
+msgstr ""

BIN
languages/fr/messages.mo Dosyayı Görüntüle


+ 533 - 421
languages/fr/messages.po Dosyayı Görüntüle

@@ -1,421 +1,533 @@
1
-# SOME DESCRIPTIVE TITLE.
2
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
-# This file is distributed under the same license as the PACKAGE package.
4
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
-#
6
-msgid ""
7
-msgstr ""
8
-"Project-Id-Version: gelato cms\n"
9
-"Report-Msgid-Bugs-To: \n"
10
-"POT-Creation-Date: 2007-07-29 22:39-0500\n"
11
-"PO-Revision-Date: 2007-11-06 12:24-0600\n"
12
-"Last-Translator: Pedro Santana <psantana@gelatocms.com>\n"
13
-"Language-Team: \n"
14
-"MIME-Version: 1.0\n"
15
-"Content-Type: text/plain; charset=utf-8\n"
16
-"Content-Transfer-Encoding: 8bit\n"
17
-"X-Poedit-Language: French\n"
18
-
19
-#: admin.php:28
20
-msgid "admin users"
21
-msgstr "administrateurs"
22
-
23
-#: admin.php:52
24
-#: comments.php:98
25
-#: index.php:141
26
-#: options.php:84
27
-#: settings.php:58
28
-#: user.php:68
29
-msgid "Processing request..."
30
-msgstr "Exécution de la requête..."
31
-
32
-#: admin.php:55
33
-#: close.php:39
34
-#: comments.php:101
35
-#: index.php:144
36
-#: options.php:87
37
-#: settings.php:61
38
-#: user.php:71
39
-msgid "home"
40
-msgstr "accueil"
41
-
42
-#: admin.php:57
43
-#: index.php:146
44
-msgid "View Tumblelog"
45
-msgstr "Voir Tumblelog"
46
-
47
-#: admin.php:58
48
-#: index.php:147
49
-msgid "Log out"
50
-msgstr "Déconnexion"
51
-
52
-#: admin.php:66
53
-#: index.php:321
54
-#: options.php:99
55
-#: settings.php:74
56
-msgid "Settings"
57
-msgstr "Configuration"
58
-
59
-#: admin.php:67
60
-#: comments.php:111
61
-#: index.php:325
62
-msgid "Posts"
63
-msgstr "Billets"
64
-
65
-#: admin.php:68
66
-msgid "Add user"
67
-msgstr "Ajouter un utilisateur"
68
-
69
-#: admin.php:69
70
-#: index.php:323
71
-#: options.php:98
72
-#: settings.php:72
73
-#: user.php:82
74
-msgid "Users"
75
-msgstr "Utilisateurs"
76
-
77
-#: admin.php:75
78
-msgid "The user has been added successfully."
79
-msgstr "L'utilisateur a été ajouté avec succès."
80
-
81
-#: admin.php:81
82
-msgid "The user has been eliminated successfully."
83
-msgstr "L'utilisateur a été supprimé avec succès."
84
-
85
-#: admin.php:87
86
-msgid "The user has been modified successfully."
87
-msgstr "L'utilisateur a été modifié avec succès."
88
-
89
-#: admin.php:93
90
-#: ajax.php:36
91
-msgid "The username is not available."
92
-msgstr "L'utilisateur n'est pas valable."
93
-
94
-#: admin.php:95
95
-msgid "Error on the database server:."
96
-msgstr "Erreur dans le serveur de la base de données."
97
-
98
-#: admin.php:103
99
-msgid "Login"
100
-msgstr "Identifiant"
101
-
102
-#: admin.php:104
103
-msgid "Name"
104
-msgstr "Nom complet"
105
-
106
-#: admin.php:105
107
-msgid "Actions"
108
-msgstr "Actions"
109
-
110
-#: admin.php:123
111
-#: comments.php:113
112
-#: user.php:83
113
-msgid "Edit"
114
-msgstr "Modifier"
115
-
116
-#: admin.php:126
117
-msgid "Delete"
118
-msgstr "Supprimer"
119
-
120
-#: admin.php:135
121
-msgid "No users available."
122
-msgstr "Aucun utilisateur disponible."
123
-
124
-#: ajax.php:23
125
-msgid "&nbsp;ending session..."
126
-msgstr "&nbsp;fermeture de la session..."
127
-
128
-#: ajax.php:25
129
-msgid "&nbsp;failure ending session..."
130
-msgstr "&nbsp;erreur lors de la fermeture de la session..."
131
-
132
-#: ajax.php:31
133
-msgid "Required field cannot be left blank."
134
-msgstr "Le champ obligatoire ne peut pas être vide."
135
-
136
-#: ajax.php:34
137
-msgid "Username available."
138
-msgstr "Nom d'utilisateur disponible."
139
-
140
-#: close.php:27
141
-msgid "logout"
142
-msgstr "déconnexion"
143
-
144
-#: close.php:41
145
-#: comments.php:103
146
-#: index.php:146
147
-#: options.php:89
148
-#: settings.php:63
149
-#: user.php:73
150
-msgid "Take me to the tumblelog"
151
-msgstr "Voir le tumblelog"
152
-
153
-#: close.php:41
154
-#: comments.php:103
155
-#: options.php:89
156
-#: settings.php:63
157
-#: user.php:73
158
-msgid "Back to the Tumblelog"
159
-msgstr "Retour au Tumblelog"
160
-
161
-#: close.php:48
162
-msgid "Closing session"
163
-msgstr "Fermeture de la session"
164
-
165
-#: close.php:49
166
-msgid "logoff"
167
-msgstr "deconnexion"
168
-
169
-#: close.php:57
170
-msgid "Ending session..."
171
-msgstr "Fermeture de la session en cours..."
172
-
173
-#: close.php:61
174
-msgid "Has happened an error when closing the session."
175
-msgstr "Une erreur est survenue lors de la fermeture de la session."
176
-
177
-#: comments.php:74
178
-msgid "comments"
179
-msgstr "commentaires"
180
-
181
-#: comments.php:110
182
-msgid "Manage comments"
183
-msgstr "Gestion des commentaires"
184
-
185
-#: comments.php:112
186
-msgid "Spam"
187
-msgstr "Spam"
188
-
189
-#: comments.php:113
190
-msgid "List"
191
-msgstr "Liste"
192
-
193
-#: comments.php:119
194
-msgid "The comment has been eliminated successfully."
195
-msgstr "Le commentaire a été supprimé avec succès"
196
-
197
-#: comments.php:122
198
-msgid "The post has NOT been eliminated."
199
-msgstr "Le billet n'a pas été supprimé avec succès"
200
-
201
-#: comments.php:128
202
-msgid "The comment has been modified successfully."
203
-msgstr "Le commentaire a été modifié avec succès"
204
-
205
-#: comments.php:131
206
-msgid "The post has NOT been modified."
207
-msgstr "Le billet ne peut pas être modifié"
208
-
209
-#: index.php:104
210
-msgid "control panel"
211
-msgstr "console d'administration"
212
-
213
-#: index.php:153
214
-msgid "New Post"
215
-msgstr "Nouveau"
216
-
217
-#: index.php:154
218
-msgid "Chat"
219
-msgstr "Chat"
220
-
221
-#: index.php:155
222
-msgid "Quote"
223
-msgstr "Citation"
224
-
225
-#: index.php:156
226
-msgid "Link"
227
-msgstr "Lien"
228
-
229
-#: index.php:157
230
-msgid "Audio"
231
-msgstr "Audio"
232
-
233
-#: index.php:158
234
-msgid "Video"
235
-msgstr "Vidéo"
236
-
237
-#: index.php:159
238
-msgid "Picture"
239
-msgstr "Image"
240
-
241
-#: index.php:160
242
-msgid "Regular"
243
-msgstr "Normal"
244
-
245
-#: index.php:167
246
-msgid "A new gelato version has been released and is ready <a href=\"http://www.gelatocms.com/\">for download</a>."
247
-msgstr "Une nouvelle version de gelato est disponible au <a href=\"http://www.gelatocms.com/\">téléchargement</a>."
248
-
249
-#: index.php:172
250
-msgid "The post has been eliminated successfully."
251
-msgstr "Le billet a été supprimé avec succès"
252
-
253
-#: index.php:178
254
-msgid "The post has been modified successfully."
255
-msgstr "Le billet a été modifié avec succès"
256
-
257
-#: index.php:184
258
-msgid "The post has been added successfully."
259
-msgstr "Le billet a été ajouté avec succès"
260
-
261
-#: index.php:190
262
-msgid "Error on the database server:"
263
-msgstr "Erreur sur le serveur de la base de donneés:"
264
-
265
-#: index.php:196
266
-msgid "Not an MP3 file or an upload problem."
267
-msgstr "Pas de fichier de type MP3 ou problème lors du upload"
268
-
269
-#: index.php:202
270
-msgid "Not a photo file or an upload problem."
271
-msgstr "Pas de fichier de type photo ou problème lors du upload"
272
-
273
-#: index.php:305
274
-msgid "syntax is supported."
275
-msgstr "syntaxe non supportée."
276
-
277
-#: index.php:322
278
-#: options.php:100
279
-#: settings.php:73
280
-msgid "Options"
281
-msgstr "Options"
282
-
283
-#: index.php:324
284
-msgid "Comments"
285
-msgstr "Commentaires"
286
-
287
-#: index.php:428
288
-msgid "No posts in this tumblelog."
289
-msgstr "Aucun post dans le tumblelog."
290
-
291
-#: options.php:61
292
-msgid "options"
293
-msgstr "options"
294
-
295
-#: options.php:96
296
-msgid "Tumblelog options"
297
-msgstr "Options du Tumblelog"
298
-
299
-#: options.php:97
300
-#: settings.php:71
301
-#: user.php:81
302
-msgid "Post"
303
-msgstr "Billet"
304
-
305
-#: options.php:106
306
-#: settings.php:80
307
-msgid "The configuration has been modified successfully."
308
-msgstr "La configuration a été modifiée avec succès."
309
-
310
-#: options.php:111
311
-#: settings.php:85
312
-msgid "Error on the database server: "
313
-msgstr "Erreur sur le serveur de la base de données: "
314
-
315
-#: options.php:120
316
-msgid "Rich text editor:"
317
-msgstr "Editeur riche:"
318
-
319
-#: options.php:122
320
-#: options.php:128
321
-#: options.php:134
322
-msgid "Active"
323
-msgstr "Actif"
324
-
325
-#: options.php:123
326
-#: options.php:129
327
-#: options.php:135
328
-msgid "Deactive"
329
-msgstr "Désactivé"
330
-
331
-#: options.php:126
332
-msgid "URL friendly:"
333
-msgstr "URL friendly:"
334
-
335
-#: options.php:132
336
-msgid "Allow readers comments:"
337
-msgstr "Commentaires:"
338
-
339
-#: options.php:138
340
-msgid "Time Offset:"
341
-msgstr "Fuseau horaire:"
342
-
343
-#: options.php:206
344
-#: settings.php:129
345
-#: user.php:139
346
-msgid "Modify"
347
-msgstr "Modifier"
348
-
349
-#: settings.php:35
350
-msgid "settings"
351
-msgstr "paramètres"
352
-
353
-#: settings.php:70
354
-msgid "Tumblelog configuration"
355
-msgstr "Configuration du Tumblelog"
356
-
357
-#: settings.php:94
358
-msgid "Title:"
359
-msgstr "Titre:"
360
-
361
-#: settings.php:96
362
-msgid "Description:"
363
-msgstr "Description:"
364
-
365
-#: settings.php:98
366
-msgid "Installation URL"
367
-msgstr "URL d'installation"
368
-
369
-#: settings.php:100
370
-msgid "Post limit:"
371
-msgstr "Nombre de billets affichés:"
372
-
373
-#: settings.php:102
374
-msgid "Language:"
375
-msgstr "Langue:"
376
-
377
-#: settings.php:114
378
-msgid "Template:"
379
-msgstr "Thème:"
380
-
381
-#: user.php:56
382
-msgid "add user"
383
-msgstr "ajouter un utilisateur"
384
-
385
-#: user.php:80
386
-msgid "Start session"
387
-msgstr "Démarrer la session"
388
-
389
-#: user.php:83
390
-#: user.php:139
391
-msgid "Add"
392
-msgstr "Ajouter"
393
-
394
-#: user.php:99
395
-msgid "user:"
396
-msgstr "utilisateur:"
397
-
398
-#: user.php:115
399
-msgid "password:"
400
-msgstr "mot de passe:"
401
-
402
-#: user.php:119
403
-msgid "retype password:"
404
-msgstr "répéter le mot de passe:"
405
-
406
-#: user.php:123
407
-msgid "name:"
408
-msgstr "nom:"
409
-
410
-#: user.php:127
411
-msgid "e-mail:"
412
-msgstr "e-mail:"
413
-
414
-#: user.php:131
415
-msgid "website:"
416
-msgstr "site web:"
417
-
418
-#: user.php:135
419
-msgid "about:"
420
-msgstr "description:"
421
-
1
+# SOME DESCRIPTIVE TITLE.
2
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+# This file is distributed under the same license as the PACKAGE package.
4
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+#
6
+#, fuzzy
7
+msgid ""
8
+msgstr ""
9
+"Project-Id-Version: PACKAGE VERSION\n"
10
+"Report-Msgid-Bugs-To: \n"
11
+"POT-Creation-Date: 2007-11-06 12:46-0600\n"
12
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
+"Language-Team: LANGUAGE <LL@li.org>\n"
15
+"MIME-Version: 1.0\n"
16
+"Content-Type: text/plain; charset=UTF-8\n"
17
+"Content-Transfer-Encoding: 8bit\n"
18
+
19
+#: admin.php:28 admin.php:25
20
+msgid "admin users"
21
+msgstr "administrateurs"
22
+
23
+#: admin.php:52 comments.php:98 index.php:141 options.php:84 settings.php:58
24
+#: user.php:68
25
+msgid "Processing request..."
26
+msgstr "Exécution de la requête..."
27
+
28
+#: admin.php:55 close.php:39 comments.php:101 index.php:144 options.php:87
29
+#: settings.php:61 user.php:71 login.php:68 admin.php:54 close.php:35
30
+#: comments.php:89 feeds.php:81 index.php:122 options.php:89 settings.php:52
31
+#: user.php:67
32
+msgid "home"
33
+msgstr "accueil"
34
+
35
+#: admin.php:57 index.php:146 admin.php:56 index.php:124
36
+msgid "View Tumblelog"
37
+msgstr "Voir Tumblelog"
38
+
39
+#: admin.php:58 index.php:147 admin.php:57 index.php:125
40
+msgid "Log out"
41
+msgstr "Déconnexion"
42
+
43
+#: admin.php:66 index.php:321 options.php:99 settings.php:74 admin.php:65
44
+#: index.php:303 options.php:101 settings.php:65
45
+msgid "Settings"
46
+msgstr "Configuration"
47
+
48
+#: admin.php:67 comments.php:111 index.php:325 admin.php:66 comments.php:99
49
+#: index.php:308
50
+msgid "Posts"
51
+msgstr "Billets"
52
+
53
+#: admin.php:68 admin.php:67
54
+msgid "Add user"
55
+msgstr "Ajouter un utilisateur"
56
+
57
+#: admin.php:69 index.php:323 options.php:98 settings.php:72 user.php:82
58
+#: admin.php:68 index.php:306 options.php:100 settings.php:63 user.php:78
59
+msgid "Users"
60
+msgstr "Utilisateurs"
61
+
62
+#: admin.php:75 admin.php:74
63
+msgid "The user has been added successfully."
64
+msgstr "L'utilisateur a été ajouté avec succès."
65
+
66
+#: admin.php:81 admin.php:80
67
+msgid "The user has been eliminated successfully."
68
+msgstr "L'utilisateur a été supprimé avec succès."
69
+
70
+#: admin.php:87 admin.php:86
71
+msgid "The user has been modified successfully."
72
+msgstr "L'utilisateur a été modifié avec succès."
73
+
74
+#: admin.php:93 ajax.php:36 admin.php:92
75
+msgid "The username is not available."
76
+msgstr "L'utilisateur n'est pas valable."
77
+
78
+#: admin.php:95 admin.php:94
79
+msgid "Error on the database server:."
80
+msgstr "Erreur dans le serveur de la base de données."
81
+
82
+#: admin.php:103 login.php:78 admin.php:102
83
+msgid "Login"
84
+msgstr "Identifiant"
85
+
86
+#: admin.php:104 admin.php:103
87
+msgid "Name"
88
+msgstr "Nom complet"
89
+
90
+#: admin.php:105 admin.php:104
91
+msgid "Actions"
92
+msgstr "Actions"
93
+
94
+#: admin.php:123 comments.php:113 user.php:83 admin.php:118 comments.php:101
95
+#: user.php:79
96
+msgid "Edit"
97
+msgstr "Modifier"
98
+
99
+#: admin.php:126 admin.php:119
100
+msgid "Delete"
101
+msgstr "Supprimer"
102
+
103
+#: admin.php:135 admin.php:128
104
+msgid "No users available."
105
+msgstr "Aucun utilisateur disponible."
106
+
107
+#: ajax.php:23
108
+msgid "&nbsp;ending session..."
109
+msgstr "&nbsp;fermeture de la session..."
110
+
111
+#: ajax.php:25
112
+msgid "&nbsp;failure ending session..."
113
+msgstr "&nbsp;erreur lors de la fermeture de la session..."
114
+
115
+#: ajax.php:31
116
+msgid "Required field cannot be left blank."
117
+msgstr "Le champ obligatoire ne peut pas être vide."
118
+
119
+#: ajax.php:34
120
+msgid "Username available."
121
+msgstr "Nom d'utilisateur disponible."
122
+
123
+#: close.php:27 close.php:23
124
+msgid "logout"
125
+msgstr "déconnexion"
126
+
127
+#: close.php:41 comments.php:103 index.php:146 options.php:89 settings.php:63
128
+#: user.php:73 login.php:70 close.php:37 comments.php:91 feeds.php:83
129
+#: index.php:124 options.php:91 settings.php:54 user.php:69
130
+msgid "Take me to the tumblelog"
131
+msgstr "Voir le tumblelog"
132
+
133
+#: close.php:41 comments.php:103 options.php:89 settings.php:63 user.php:73
134
+#: login.php:70 close.php:37 comments.php:91 feeds.php:83 options.php:91
135
+#: settings.php:54 user.php:69
136
+msgid "Back to the Tumblelog"
137
+msgstr "Retour au Tumblelog"
138
+
139
+#: close.php:48 close.php:44
140
+msgid "Closing session"
141
+msgstr "Fermeture de la session"
142
+
143
+#: close.php:49 close.php:45
144
+msgid "logoff"
145
+msgstr "deconnexion"
146
+
147
+#: close.php:57
148
+msgid "Ending session..."
149
+msgstr "Fermeture de la session en cours..."
150
+
151
+#: close.php:61 close.php:57
152
+msgid "Has happened an error when closing the session."
153
+msgstr "Une erreur est survenue lors de la fermeture de la session."
154
+
155
+#: comments.php:74 comments.php:67
156
+msgid "comments"
157
+msgstr "commentaires"
158
+
159
+#: comments.php:110 comments.php:98
160
+msgid "Manage comments"
161
+msgstr "Gestion des commentaires"
162
+
163
+#: comments.php:112 comments.php:100
164
+msgid "Spam"
165
+msgstr "Spam"
166
+
167
+#: comments.php:113 comments.php:101
168
+msgid "List"
169
+msgstr "Liste"
170
+
171
+#: comments.php:119 comments.php:107
172
+msgid "The comment has been eliminated successfully."
173
+msgstr "Le commentaire a été supprimé avec succès"
174
+
175
+#: comments.php:122 comments.php:110
176
+msgid "The post has NOT been eliminated."
177
+msgstr "Le billet n'a pas été supprimé avec succès"
178
+
179
+#: comments.php:128 comments.php:116
180
+msgid "The comment has been modified successfully."
181
+msgstr "Le commentaire a été modifié avec succès"
182
+
183
+#: comments.php:131 comments.php:119
184
+msgid "The post has NOT been modified."
185
+msgstr "Le billet ne peut pas être modifié"
186
+
187
+#: index.php:104 index.php:97
188
+msgid "control panel"
189
+msgstr "console d'administration"
190
+
191
+#: index.php:153 bm.php:122 index.php:131
192
+msgid "New Post"
193
+msgstr "Nouveau"
194
+
195
+#: index.php:154 index.php:132
196
+msgid "Chat"
197
+msgstr "Chat"
198
+
199
+#: index.php:155 index.php:133
200
+msgid "Quote"
201
+msgstr "Citation"
202
+
203
+#: index.php:156 bm.php:138 index.php:134
204
+msgid "Link"
205
+msgstr "Lien"
206
+
207
+#: index.php:157 bm.php:148 index.php:135
208
+msgid "Audio"
209
+msgstr "Audio"
210
+
211
+#: index.php:158 bm.php:143 index.php:136
212
+msgid "Video"
213
+msgstr "Vidéo"
214
+
215
+#: index.php:159 bm.php:133 index.php:137
216
+msgid "Picture"
217
+msgstr "Image"
218
+
219
+#: index.php:160 bm.php:128 index.php:138
220
+msgid "Regular"
221
+msgstr "Normal"
222
+
223
+#: index.php:167 index.php:145
224
+msgid ""
225
+"A new gelato version has been released and is ready <a href=\"http://www."
226
+"gelatocms.com/\">for download</a>."
227
+msgstr ""
228
+"Une nouvelle version de gelato est disponible au <a href=\"http://www."
229
+"gelatocms.com/\">téléchargement</a>."
230
+
231
+#: index.php:172 index.php:150
232
+msgid "The post has been eliminated successfully."
233
+msgstr "Le billet a été supprimé avec succès"
234
+
235
+#: index.php:178 index.php:156
236
+msgid "The post has been modified successfully."
237
+msgstr "Le billet a été modifié avec succès"
238
+
239
+#: index.php:184 index.php:162
240
+msgid "The post has been added successfully."
241
+msgstr "Le billet a été ajouté avec succès"
242
+
243
+#: index.php:190 index.php:168
244
+msgid "Error on the database server:"
245
+msgstr "Erreur sur le serveur de la base de donneés:"
246
+
247
+#: index.php:196 index.php:174
248
+msgid "Not an MP3 file or an upload problem."
249
+msgstr "Pas de fichier de type MP3 ou problème lors du upload"
250
+
251
+#: index.php:202 index.php:180
252
+msgid "Not a photo file or an upload problem."
253
+msgstr "Pas de fichier de type photo ou problème lors du upload"
254
+
255
+#: index.php:305 bm.php:203 index.php:285
256
+msgid "syntax is supported."
257
+msgstr "syntaxe non supportée."
258
+
259
+#: index.php:322 options.php:100 settings.php:73 feeds.php:92 index.php:304
260
+#: options.php:102 settings.php:64
261
+msgid "Options"
262
+msgstr "Options"
263
+
264
+#: index.php:324 index.php:307
265
+msgid "Comments"
266
+msgstr "Commentaires"
267
+
268
+#: index.php:428 index.php:415
269
+msgid "No posts in this tumblelog."
270
+msgstr "Aucun post dans le tumblelog."
271
+
272
+#: options.php:61 options.php:68
273
+msgid "options"
274
+msgstr "options"
275
+
276
+#: options.php:96 options.php:98
277
+msgid "Tumblelog options"
278
+msgstr "Options du Tumblelog"
279
+
280
+#: options.php:97 settings.php:71 user.php:81 feeds.php:91 options.php:99
281
+#: settings.php:62 user.php:77
282
+msgid "Post"
283
+msgstr "Billet"
284
+
285
+#: options.php:106 settings.php:80 options.php:107 settings.php:70
286
+msgid "The configuration has been modified successfully."
287
+msgstr "La configuration a été modifiée avec succès."
288
+
289
+#: options.php:111 settings.php:85 options.php:112 settings.php:75
290
+msgid "Error on the database server: "
291
+msgstr "Erreur sur le serveur de la base de données: "
292
+
293
+#: options.php:120 options.php:121
294
+msgid "Rich text editor:"
295
+msgstr "Editeur riche:"
296
+
297
+#: options.php:122 options.php:128 options.php:134 options.php:123
298
+#: options.php:129 options.php:135 options.php:206
299
+msgid "Active"
300
+msgstr "Actif"
301
+
302
+#: options.php:123 options.php:129 options.php:135 options.php:124
303
+#: options.php:130 options.php:136 options.php:207
304
+msgid "Deactive"
305
+msgstr "Désactivé"
306
+
307
+#: options.php:126 options.php:127
308
+msgid "URL friendly:"
309
+msgstr "URL friendly:"
310
+
311
+#: options.php:132 options.php:133
312
+msgid "Allow readers comments:"
313
+msgstr "Commentaires:"
314
+
315
+#: options.php:138 options.php:139
316
+msgid "Time Offset:"
317
+msgstr "Fuseau horaire:"
318
+
319
+#: options.php:206 settings.php:129 user.php:139 options.php:230
320
+#: settings.php:119 user.php:134
321
+msgid "Modify"
322
+msgstr "Modifier"
323
+
324
+#: settings.php:35 settings.php:31
325
+msgid "settings"
326
+msgstr "paramètres"
327
+
328
+#: settings.php:70 settings.php:61
329
+msgid "Tumblelog configuration"
330
+msgstr "Configuration du Tumblelog"
331
+
332
+#: settings.php:94 settings.php:84
333
+msgid "Title:"
334
+msgstr "Titre:"
335
+
336
+#: settings.php:96 settings.php:86
337
+msgid "Description:"
338
+msgstr "Description:"
339
+
340
+#: settings.php:98 settings.php:88
341
+msgid "Installation URL"
342
+msgstr "URL d'installation"
343
+
344
+#: settings.php:100 settings.php:90
345
+msgid "Post limit:"
346
+msgstr "Nombre de billets affichés:"
347
+
348
+#: settings.php:102 settings.php:92
349
+msgid "Language:"
350
+msgstr "Langue:"
351
+
352
+#: settings.php:114 settings.php:104
353
+msgid "Template:"
354
+msgstr "Thème:"
355
+
356
+#: user.php:56 user.php:52
357
+msgid "add user"
358
+msgstr "ajouter un utilisateur"
359
+
360
+#: user.php:80 login.php:77 user.php:76
361
+msgid "Start session"
362
+msgstr "Démarrer la session"
363
+
364
+#: user.php:83 user.php:139 feeds.php:127 user.php:79 user.php:134
365
+msgid "Add"
366
+msgstr "Ajouter"
367
+
368
+#: user.php:99 user.php:95
369
+msgid "user:"
370
+msgstr "utilisateur:"
371
+
372
+#: user.php:115 user.php:110
373
+msgid "password:"
374
+msgstr "mot de passe:"
375
+
376
+#: user.php:119 user.php:114
377
+msgid "retype password:"
378
+msgstr "répéter le mot de passe:"
379
+
380
+#: user.php:123 user.php:118
381
+msgid "name:"
382
+msgstr "nom:"
383
+
384
+#: user.php:127 user.php:122
385
+msgid "e-mail:"
386
+msgstr "e-mail:"
387
+
388
+#: user.php:131 user.php:126
389
+msgid "website:"
390
+msgstr "site web:"
391
+
392
+#: user.php:135 user.php:130
393
+msgid "about:"
394
+msgstr "description:"
395
+
396
+#: login.php:35
397
+msgid "login screen"
398
+msgstr ""
399
+
400
+#: login.php:65 admin.php:51 comments.php:86 index.php:119 options.php:86
401
+#: settings.php:49 user.php:64
402
+msgid "Processing request&hellip;"
403
+msgstr ""
404
+
405
+#: login.php:86
406
+msgid "User:"
407
+msgstr ""
408
+
409
+#: login.php:88
410
+msgid "Password:"
411
+msgstr ""
412
+
413
+#: login.php:90
414
+msgid "Remember me:"
415
+msgstr ""
416
+
417
+#: login.php:101
418
+msgid "&nbsp;You must be registered to use gelato."
419
+msgstr ""
420
+
421
+#: login.php:108
422
+msgid "&nbsp;You must be logged on the system."
423
+msgstr ""
424
+
425
+#: ajax.php:23
426
+msgid "&nbsp;ending session&hellip;"
427
+msgstr ""
428
+
429
+#: ajax.php:25
430
+msgid "&nbsp;failure ending session&hellip;"
431
+msgstr ""
432
+
433
+#: bm.php:102
434
+msgid "Must be a valid URL"
435
+msgstr ""
436
+
437
+#: bm.php:110
438
+msgid "bookmarklet"
439
+msgstr ""
440
+
441
+#: close.php:53
442
+msgid "Ending session&hellip;"
443
+msgstr ""
444
+
445
+#: feeds.php:27
446
+msgid "Feed added"
447
+msgstr ""
448
+
449
+#: feeds.php:34
450
+msgid "Feed deleted"
451
+msgstr ""
452
+
453
+#: feeds.php:43 index.php:305
454
+msgid "Feeds"
455
+msgstr ""
456
+
457
+#: feeds.php:55
458
+msgid "Feed Url:"
459
+msgstr ""
460
+
461
+#: feeds.php:55
462
+msgid " username:"
463
+msgstr ""
464
+
465
+#: feeds.php:89
466
+msgid "Configure your feeds"
467
+msgstr ""
468
+
469
+#: feeds.php:103
470
+msgid "Import data from:"
471
+msgstr ""
472
+
473
+#: feeds.php:115
474
+msgid "Import As:"
475
+msgstr ""
476
+
477
+#: feeds.php:117
478
+msgid "Text"
479
+msgstr ""
480
+
481
+#: feeds.php:118
482
+msgid "Photos"
483
+msgstr ""
484
+
485
+#: feeds.php:122
486
+msgid "Feed Url (double check):"
487
+msgstr ""
488
+
489
+#: feeds.php:125
490
+msgid "Show credits on each post?"
491
+msgstr ""
492
+
493
+#: feeds.php:138 feeds.php:140
494
+msgid "Delete this Feed"
495
+msgstr ""
496
+
497
+#: feeds.php:138
498
+msgid "Error updating"
499
+msgstr ""
500
+
501
+#: feeds.php:140
502
+msgid "Last update"
503
+msgstr ""
504
+
505
+#: feeds.php:140
506
+msgid "Importing"
507
+msgstr ""
508
+
509
+#: index.php:287
510
+msgid "add to gelato"
511
+msgstr ""
512
+
513
+#: options.php:204
514
+msgid "Shorten long URLs:"
515
+msgstr ""
516
+
517
+#: options.php:210
518
+msgid "Import feeds every:"
519
+msgstr ""
520
+
521
+#: options.php:213 options.php:214 options.php:215 options.php:216
522
+#: options.php:217
523
+msgid "minutes"
524
+msgstr ""
525
+
526
+#: options.php:218
527
+msgid "hour"
528
+msgstr ""
529
+
530
+#: options.php:219 options.php:220 options.php:221 options.php:222
531
+#: options.php:223 options.php:224
532
+msgid "hours"
533
+msgstr ""

BIN
languages/it/messages.mo Dosyayı Görüntüle


+ 537 - 425
languages/it/messages.po Dosyayı Görüntüle

@@ -1,425 +1,537 @@
1
-# SOME DESCRIPTIVE TITLE.
2
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
-# This file is distributed under the same license as the PACKAGE package.
4
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
-#
6
-msgid ""
7
-msgstr ""
8
-"Project-Id-Version: gelatoCMS 0.90\n"
9
-"Report-Msgid-Bugs-To: \n"
10
-"POT-Creation-Date: 2007-07-29 22:39-0500\n"
11
-"PO-Revision-Date: 2007-11-06 12:26-0600\n"
12
-"Last-Translator: Pedro Santana <psantana@gelatocms.com>\n"
13
-"Language-Team: wolly's team <wolly66@gmail.com>\n"
14
-"MIME-Version: 1.0\n"
15
-"Content-Type: text/plain; charset=utf-8\n"
16
-"Content-Transfer-Encoding: 8bit\n"
17
-"X-Poedit-Language: Italian\n"
18
-"X-Poedit-Country: ITALY\n"
19
-"X-Poedit-SourceCharset: utf-8\n"
20
-
21
-#: admin.php:28
22
-msgid "admin users"
23
-msgstr "amministra utenti"
24
-
25
-#: admin.php:52
26
-#: comments.php:98
27
-#: index.php:141
28
-#: options.php:84
29
-#: settings.php:58
30
-#: user.php:68
31
-msgid "Processing request..."
32
-msgstr "Elaboro la richiesta..."
33
-
34
-#: admin.php:55
35
-#: close.php:39
36
-#: comments.php:101
37
-#: index.php:144
38
-#: options.php:87
39
-#: settings.php:61
40
-#: user.php:71
41
-msgid "home"
42
-msgstr "home"
43
-
44
-#: admin.php:57
45
-#: index.php:146
46
-msgid "View Tumblelog"
47
-msgstr "Visualizza il Tumblelog"
48
-
49
-#: admin.php:58
50
-#: index.php:147
51
-msgid "Log out"
52
-msgstr "Scollegati"
53
-
54
-#: admin.php:66
55
-#: index.php:321
56
-#: options.php:99
57
-#: settings.php:74
58
-msgid "Settings"
59
-msgstr "Gestione"
60
-
61
-#: admin.php:67
62
-#: comments.php:111
63
-#: index.php:325
64
-msgid "Posts"
65
-msgstr "Articoli"
66
-
67
-#: admin.php:68
68
-msgid "Add user"
69
-msgstr "Aggiungi utente"
70
-
71
-#: admin.php:69
72
-#: index.php:323
73
-#: options.php:98
74
-#: settings.php:72
75
-#: user.php:82
76
-msgid "Users"
77
-msgstr "Utenti"
78
-
79
-#: admin.php:75
80
-msgid "The user has been added successfully."
81
-msgstr "L'utente &egrave; stato aggiunto."
82
-
83
-#: admin.php:81
84
-msgid "The user has been eliminated successfully."
85
-msgstr "L'utente &egrave; stato cancellato."
86
-
87
-#: admin.php:87
88
-msgid "The user has been modified successfully."
89
-msgstr "L'utente &egrave; stato modificato."
90
-
91
-#: admin.php:93
92
-#: ajax.php:36
93
-msgid "The username is not available."
94
-msgstr "Il nome utente non &egrave; disponibile."
95
-
96
-#: admin.php:95
97
-msgid "Error on the database server:."
98
-msgstr "Errore sul server del database:."
99
-
100
-#: admin.php:103
101
-msgid "Login"
102
-msgstr "Login"
103
-
104
-#: admin.php:104
105
-msgid "Name"
106
-msgstr "Nome"
107
-
108
-#: admin.php:105
109
-msgid "Actions"
110
-msgstr "Azioni"
111
-
112
-#  C:\paolo.valenti.name\wp-content\themes\daily-digest-10/single.php:34
113
-#: admin.php:123
114
-#: comments.php:113
115
-#: user.php:83
116
-msgid "Edit"
117
-msgstr "Modifica"
118
-
119
-#: admin.php:126
120
-msgid "Delete"
121
-msgstr "Cancella"
122
-
123
-#: admin.php:135
124
-msgid "No users available."
125
-msgstr "Nessun utente disponibile"
126
-
127
-#: ajax.php:23
128
-msgid "&nbsp;ending session..."
129
-msgstr "&nbsp;sessione in chiusura..."
130
-
131
-#: ajax.php:25
132
-msgid "&nbsp;failure ending session..."
133
-msgstr "&nbsp;errore nella chiusura della sessione..."
134
-
135
-#: ajax.php:31
136
-msgid "Required field cannot be left blank."
137
-msgstr "I campi obbligatori non possono essere vuoti."
138
-
139
-#: ajax.php:34
140
-msgid "Username available."
141
-msgstr "Nome utente disponibile."
142
-
143
-#: close.php:27
144
-msgid "logout"
145
-msgstr "scollegati"
146
-
147
-#: close.php:41
148
-#: comments.php:103
149
-#: index.php:146
150
-#: options.php:89
151
-#: settings.php:63
152
-#: user.php:73
153
-msgid "Take me to the tumblelog"
154
-msgstr "Portami al Tumblelog"
155
-
156
-#: close.php:41
157
-#: comments.php:103
158
-#: options.php:89
159
-#: settings.php:63
160
-#: user.php:73
161
-msgid "Back to the Tumblelog"
162
-msgstr "Torna al Tumblelog"
163
-
164
-#: close.php:48
165
-msgid "Closing session"
166
-msgstr "La sessione si sta chiudendo"
167
-
168
-#: close.php:49
169
-msgid "logoff"
170
-msgstr "uscita"
171
-
172
-#: close.php:57
173
-msgid "Ending session..."
174
-msgstr "La sessione sta finendo..."
175
-
176
-#: close.php:61
177
-msgid "Has happened an error when closing the session."
178
-msgstr "C'&egrave; stato un errore mentre si chiudeva la sessione."
179
-
180
-#: comments.php:74
181
-msgid "comments"
182
-msgstr "commenti"
183
-
184
-#: comments.php:110
185
-msgid "Manage comments"
186
-msgstr "Gestisci i commenti"
187
-
188
-#: comments.php:112
189
-msgid "Spam"
190
-msgstr "Spam"
191
-
192
-#: comments.php:113
193
-msgid "List"
194
-msgstr "Elenco"
195
-
196
-#: comments.php:119
197
-msgid "The comment has been eliminated successfully."
198
-msgstr "Il commento è stato eliminato."
199
-
200
-#: comments.php:122
201
-msgid "The post has NOT been eliminated."
202
-msgstr "L'articolo NON &egrave; stato eliminato."
203
-
204
-#: comments.php:128
205
-msgid "The comment has been modified successfully."
206
-msgstr "Il commento &egrave; stato modificato."
207
-
208
-#: comments.php:131
209
-msgid "The post has NOT been modified."
210
-msgstr "L'articolo NON &egrave; stato modificato."
211
-
212
-#: index.php:104
213
-msgid "control panel"
214
-msgstr "pannello di controllo"
215
-
216
-#: index.php:153
217
-msgid "New Post"
218
-msgstr "Nuovo Articolo"
219
-
220
-#: index.php:154
221
-msgid "Chat"
222
-msgstr "Chat"
223
-
224
-#: index.php:155
225
-msgid "Quote"
226
-msgstr "Quota"
227
-
228
-#: index.php:156
229
-msgid "Link"
230
-msgstr "Link"
231
-
232
-#: index.php:157
233
-msgid "Audio"
234
-msgstr "Audio"
235
-
236
-#: index.php:158
237
-msgid "Video"
238
-msgstr "Video"
239
-
240
-#: index.php:159
241
-msgid "Picture"
242
-msgstr "Immagini"
243
-
244
-#: index.php:160
245
-msgid "Regular"
246
-msgstr "Testo"
247
-
248
-#: index.php:167
249
-msgid "A new gelato version has been released and is ready <a href=\"http://www.gelatocms.com/\">for download</a>."
250
-msgstr "Una nuova versione di gelato &egrave; stata rilasciata ed &egrave; pronta <a href=\"http://www.gelatocms.com/\">per lo scaricamento</a>."
251
-
252
-#: index.php:172
253
-msgid "The post has been eliminated successfully."
254
-msgstr "L'articolo &egrave; stato eliminato."
255
-
256
-#: index.php:178
257
-msgid "The post has been modified successfully."
258
-msgstr "L'articolo &egrave; stato modificato."
259
-
260
-#: index.php:184
261
-msgid "The post has been added successfully."
262
-msgstr "L'articolo &egrave; stato aggiunto."
263
-
264
-#: index.php:190
265
-msgid "Error on the database server:"
266
-msgstr "Errore sul server del database:"
267
-
268
-#: index.php:196
269
-msgid "Not an MP3 file or an upload problem."
270
-msgstr "Non &egrave; un file MP3 o c'&egrave; stato un problema nel caricamento."
271
-
272
-#: index.php:202
273
-msgid "Not a photo file or an upload problem."
274
-msgstr "Non &egrave; un file di foto o c'&egrave; stato un problema nel caricamento."
275
-
276
-#: index.php:305
277
-msgid "syntax is supported."
278
-msgstr "sintassi &egrave; supportata."
279
-
280
-#: index.php:322
281
-#: options.php:100
282
-#: settings.php:73
283
-msgid "Options"
284
-msgstr "Opzioni"
285
-
286
-#  c:\temilocalizzati/comments-popup.php:46
287
-#: index.php:324
288
-msgid "Comments"
289
-msgstr "Commenti"
290
-
291
-#: index.php:428
292
-msgid "No posts in this tumblelog."
293
-msgstr "Nessun articolo in questo tumblelog"
294
-
295
-#: options.php:61
296
-msgid "options"
297
-msgstr "opzioni"
298
-
299
-#: options.php:96
300
-msgid "Tumblelog options"
301
-msgstr "Opzioni del Tumblelog"
302
-
303
-#: options.php:97
304
-#: settings.php:71
305
-#: user.php:81
306
-msgid "Post"
307
-msgstr "Articolo"
308
-
309
-#: options.php:106
310
-#: settings.php:80
311
-msgid "The configuration has been modified successfully."
312
-msgstr "La configurazione &egrave; stata modificata."
313
-
314
-#: options.php:111
315
-#: settings.php:85
316
-msgid "Error on the database server: "
317
-msgstr "Errore sul server del database."
318
-
319
-#: options.php:120
320
-msgid "Rich text editor:"
321
-msgstr "Rich text editor:"
322
-
323
-#: options.php:122
324
-#: options.php:128
325
-#: options.php:134
326
-msgid "Active"
327
-msgstr "Attivo"
328
-
329
-#: options.php:123
330
-#: options.php:129
331
-#: options.php:135
332
-msgid "Deactive"
333
-msgstr "Disattiva"
334
-
335
-#: options.php:126
336
-msgid "URL friendly:"
337
-msgstr "URL amichevoli:"
338
-
339
-#: options.php:132
340
-msgid "Allow readers comments:"
341
-msgstr "Permetti ai lettori di commentare:"
342
-
343
-#: options.php:138
344
-msgid "Time Offset:"
345
-msgstr "Fuso orario:"
346
-
347
-#: options.php:206
348
-#: settings.php:129
349
-#: user.php:139
350
-msgid "Modify"
351
-msgstr "Modifica"
352
-
353
-#: settings.php:35
354
-msgid "settings"
355
-msgstr "gestione"
356
-
357
-#: settings.php:70
358
-msgid "Tumblelog configuration"
359
-msgstr "Configurazione Tumblelog"
360
-
361
-#: settings.php:94
362
-msgid "Title:"
363
-msgstr "Titolo:"
364
-
365
-#: settings.php:96
366
-msgid "Description:"
367
-msgstr "Descrizione:"
368
-
369
-#: settings.php:98
370
-msgid "Installation URL"
371
-msgstr "URL di installazione"
372
-
373
-#: settings.php:100
374
-msgid "Post limit:"
375
-msgstr "Articoli visualizzati"
376
-
377
-#: settings.php:102
378
-msgid "Language:"
379
-msgstr "Lingua:"
380
-
381
-#: settings.php:114
382
-msgid "Template:"
383
-msgstr "Template:"
384
-
385
-#: user.php:56
386
-msgid "add user"
387
-msgstr "aggiungi utente"
388
-
389
-#: user.php:80
390
-msgid "Start session"
391
-msgstr "Avvia sessione"
392
-
393
-#: user.php:83
394
-#: user.php:139
395
-msgid "Add"
396
-msgstr "Aggiungi"
397
-
398
-#: user.php:99
399
-msgid "user:"
400
-msgstr "utente:"
401
-
402
-#: user.php:115
403
-msgid "password:"
404
-msgstr "password:"
405
-
406
-#: user.php:119
407
-msgid "retype password:"
408
-msgstr "riscrivi la password:"
409
-
410
-#: user.php:123
411
-msgid "name:"
412
-msgstr "nome:"
413
-
414
-#: user.php:127
415
-msgid "e-mail:"
416
-msgstr "email:"
417
-
418
-#: user.php:131
419
-msgid "website:"
420
-msgstr "Sito web:"
421
-
422
-#: user.php:135
423
-msgid "about:"
424
-msgstr "about:"
425
-
1
+# SOME DESCRIPTIVE TITLE.
2
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+# This file is distributed under the same license as the PACKAGE package.
4
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+#
6
+#, fuzzy
7
+msgid ""
8
+msgstr ""
9
+"Project-Id-Version: PACKAGE VERSION\n"
10
+"Report-Msgid-Bugs-To: \n"
11
+"POT-Creation-Date: 2007-11-06 12:46-0600\n"
12
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
+"Language-Team: LANGUAGE <LL@li.org>\n"
15
+"MIME-Version: 1.0\n"
16
+"Content-Type: text/plain; charset=UTF-8\n"
17
+"Content-Transfer-Encoding: 8bit\n"
18
+
19
+#: admin.php:28 admin.php:25
20
+msgid "admin users"
21
+msgstr "amministra utenti"
22
+
23
+#: admin.php:52 comments.php:98 index.php:141 options.php:84 settings.php:58
24
+#: user.php:68
25
+msgid "Processing request..."
26
+msgstr "Elaboro la richiesta..."
27
+
28
+#: admin.php:55 close.php:39 comments.php:101 index.php:144 options.php:87
29
+#: settings.php:61 user.php:71 login.php:68 admin.php:54 close.php:35
30
+#: comments.php:89 feeds.php:81 index.php:122 options.php:89 settings.php:52
31
+#: user.php:67
32
+msgid "home"
33
+msgstr "home"
34
+
35
+#: admin.php:57 index.php:146 admin.php:56 index.php:124
36
+msgid "View Tumblelog"
37
+msgstr "Visualizza il Tumblelog"
38
+
39
+#: admin.php:58 index.php:147 admin.php:57 index.php:125
40
+msgid "Log out"
41
+msgstr "Scollegati"
42
+
43
+#: admin.php:66 index.php:321 options.php:99 settings.php:74 admin.php:65
44
+#: index.php:303 options.php:101 settings.php:65
45
+msgid "Settings"
46
+msgstr "Gestione"
47
+
48
+#: admin.php:67 comments.php:111 index.php:325 admin.php:66 comments.php:99
49
+#: index.php:308
50
+msgid "Posts"
51
+msgstr "Articoli"
52
+
53
+#: admin.php:68 admin.php:67
54
+msgid "Add user"
55
+msgstr "Aggiungi utente"
56
+
57
+#: admin.php:69 index.php:323 options.php:98 settings.php:72 user.php:82
58
+#: admin.php:68 index.php:306 options.php:100 settings.php:63 user.php:78
59
+msgid "Users"
60
+msgstr "Utenti"
61
+
62
+#: admin.php:75 admin.php:74
63
+msgid "The user has been added successfully."
64
+msgstr "L'utente &egrave; stato aggiunto."
65
+
66
+#: admin.php:81 admin.php:80
67
+msgid "The user has been eliminated successfully."
68
+msgstr "L'utente &egrave; stato cancellato."
69
+
70
+#: admin.php:87 admin.php:86
71
+msgid "The user has been modified successfully."
72
+msgstr "L'utente &egrave; stato modificato."
73
+
74
+#: admin.php:93 ajax.php:36 admin.php:92
75
+msgid "The username is not available."
76
+msgstr "Il nome utente non &egrave; disponibile."
77
+
78
+#: admin.php:95 admin.php:94
79
+msgid "Error on the database server:."
80
+msgstr "Errore sul server del database:."
81
+
82
+#: admin.php:103 login.php:78 admin.php:102
83
+msgid "Login"
84
+msgstr "Login"
85
+
86
+#: admin.php:104 admin.php:103
87
+msgid "Name"
88
+msgstr "Nome"
89
+
90
+#: admin.php:105 admin.php:104
91
+msgid "Actions"
92
+msgstr "Azioni"
93
+
94
+#  C:\paolo.valenti.name\wp-content\themes\daily-digest-10/single.php:34
95
+#: admin.php:123 comments.php:113 user.php:83 admin.php:118 comments.php:101
96
+#: user.php:79
97
+msgid "Edit"
98
+msgstr "Modifica"
99
+
100
+#: admin.php:126 admin.php:119
101
+msgid "Delete"
102
+msgstr "Cancella"
103
+
104
+#: admin.php:135 admin.php:128
105
+msgid "No users available."
106
+msgstr "Nessun utente disponibile"
107
+
108
+#: ajax.php:23
109
+msgid "&nbsp;ending session..."
110
+msgstr "&nbsp;sessione in chiusura..."
111
+
112
+#: ajax.php:25
113
+msgid "&nbsp;failure ending session..."
114
+msgstr "&nbsp;errore nella chiusura della sessione..."
115
+
116
+#: ajax.php:31
117
+msgid "Required field cannot be left blank."
118
+msgstr "I campi obbligatori non possono essere vuoti."
119
+
120
+#: ajax.php:34
121
+msgid "Username available."
122
+msgstr "Nome utente disponibile."
123
+
124
+#: close.php:27 close.php:23
125
+msgid "logout"
126
+msgstr "scollegati"
127
+
128
+#: close.php:41 comments.php:103 index.php:146 options.php:89 settings.php:63
129
+#: user.php:73 login.php:70 close.php:37 comments.php:91 feeds.php:83
130
+#: index.php:124 options.php:91 settings.php:54 user.php:69
131
+msgid "Take me to the tumblelog"
132
+msgstr "Portami al Tumblelog"
133
+
134
+#: close.php:41 comments.php:103 options.php:89 settings.php:63 user.php:73
135
+#: login.php:70 close.php:37 comments.php:91 feeds.php:83 options.php:91
136
+#: settings.php:54 user.php:69
137
+msgid "Back to the Tumblelog"
138
+msgstr "Torna al Tumblelog"
139
+
140
+#: close.php:48 close.php:44
141
+msgid "Closing session"
142
+msgstr "La sessione si sta chiudendo"
143
+
144
+#: close.php:49 close.php:45
145
+msgid "logoff"
146
+msgstr "uscita"
147
+
148
+#: close.php:57
149
+msgid "Ending session..."
150
+msgstr "La sessione sta finendo..."
151
+
152
+#: close.php:61 close.php:57
153
+msgid "Has happened an error when closing the session."
154
+msgstr "C'&egrave; stato un errore mentre si chiudeva la sessione."
155
+
156
+#: comments.php:74 comments.php:67
157
+msgid "comments"
158
+msgstr "commenti"
159
+
160
+#: comments.php:110 comments.php:98
161
+msgid "Manage comments"
162
+msgstr "Gestisci i commenti"
163
+
164
+#: comments.php:112 comments.php:100
165
+msgid "Spam"
166
+msgstr "Spam"
167
+
168
+#: comments.php:113 comments.php:101
169
+msgid "List"
170
+msgstr "Elenco"
171
+
172
+#: comments.php:119 comments.php:107
173
+msgid "The comment has been eliminated successfully."
174
+msgstr "Il commento è stato eliminato."
175
+
176
+#: comments.php:122 comments.php:110
177
+msgid "The post has NOT been eliminated."
178
+msgstr "L'articolo NON &egrave; stato eliminato."
179
+
180
+#: comments.php:128 comments.php:116
181
+msgid "The comment has been modified successfully."
182
+msgstr "Il commento &egrave; stato modificato."
183
+
184
+#: comments.php:131 comments.php:119
185
+msgid "The post has NOT been modified."
186
+msgstr "L'articolo NON &egrave; stato modificato."
187
+
188
+#: index.php:104 index.php:97
189
+msgid "control panel"
190
+msgstr "pannello di controllo"
191
+
192
+#: index.php:153 bm.php:122 index.php:131
193
+msgid "New Post"
194
+msgstr "Nuovo Articolo"
195
+
196
+#: index.php:154 index.php:132
197
+msgid "Chat"
198
+msgstr "Chat"
199
+
200
+#: index.php:155 index.php:133
201
+msgid "Quote"
202
+msgstr "Quota"
203
+
204
+#: index.php:156 bm.php:138 index.php:134
205
+msgid "Link"
206
+msgstr "Link"
207
+
208
+#: index.php:157 bm.php:148 index.php:135
209
+msgid "Audio"
210
+msgstr "Audio"
211
+
212
+#: index.php:158 bm.php:143 index.php:136
213
+msgid "Video"
214
+msgstr "Video"
215
+
216
+#: index.php:159 bm.php:133 index.php:137
217
+msgid "Picture"
218
+msgstr "Immagini"
219
+
220
+#: index.php:160 bm.php:128 index.php:138
221
+msgid "Regular"
222
+msgstr "Testo"
223
+
224
+#: index.php:167 index.php:145
225
+msgid ""
226
+"A new gelato version has been released and is ready <a href=\"http://www."
227
+"gelatocms.com/\">for download</a>."
228
+msgstr ""
229
+"Una nuova versione di gelato &egrave; stata rilasciata ed &egrave; pronta <a "
230
+"href=\"http://www.gelatocms.com/\">per lo scaricamento</a>."
231
+
232
+#: index.php:172 index.php:150
233
+msgid "The post has been eliminated successfully."
234
+msgstr "L'articolo &egrave; stato eliminato."
235
+
236
+#: index.php:178 index.php:156
237
+msgid "The post has been modified successfully."
238
+msgstr "L'articolo &egrave; stato modificato."
239
+
240
+#: index.php:184 index.php:162
241
+msgid "The post has been added successfully."
242
+msgstr "L'articolo &egrave; stato aggiunto."
243
+
244
+#: index.php:190 index.php:168
245
+msgid "Error on the database server:"
246
+msgstr "Errore sul server del database:"
247
+
248
+#: index.php:196 index.php:174
249
+msgid "Not an MP3 file or an upload problem."
250
+msgstr ""
251
+"Non &egrave; un file MP3 o c'&egrave; stato un problema nel caricamento."
252
+
253
+#: index.php:202 index.php:180
254
+msgid "Not a photo file or an upload problem."
255
+msgstr ""
256
+"Non &egrave; un file di foto o c'&egrave; stato un problema nel caricamento."
257
+
258
+#: index.php:305 bm.php:203 index.php:285
259
+msgid "syntax is supported."
260
+msgstr "sintassi &egrave; supportata."
261
+
262
+#: index.php:322 options.php:100 settings.php:73 feeds.php:92 index.php:304
263
+#: options.php:102 settings.php:64
264
+msgid "Options"
265
+msgstr "Opzioni"
266
+
267
+#  c:\temilocalizzati/comments-popup.php:46
268
+#: index.php:324 index.php:307
269
+msgid "Comments"
270
+msgstr "Commenti"
271
+
272
+#: index.php:428 index.php:415
273
+msgid "No posts in this tumblelog."
274
+msgstr "Nessun articolo in questo tumblelog"
275
+
276
+#: options.php:61 options.php:68
277
+msgid "options"
278
+msgstr "opzioni"
279
+
280
+#: options.php:96 options.php:98
281
+msgid "Tumblelog options"
282
+msgstr "Opzioni del Tumblelog"
283
+
284
+#: options.php:97 settings.php:71 user.php:81 feeds.php:91 options.php:99
285
+#: settings.php:62 user.php:77
286
+msgid "Post"
287
+msgstr "Articolo"
288
+
289
+#: options.php:106 settings.php:80 options.php:107 settings.php:70
290
+msgid "The configuration has been modified successfully."
291
+msgstr "La configurazione &egrave; stata modificata."
292
+
293
+#: options.php:111 settings.php:85 options.php:112 settings.php:75
294
+msgid "Error on the database server: "
295
+msgstr "Errore sul server del database."
296
+
297
+#: options.php:120 options.php:121
298
+msgid "Rich text editor:"
299
+msgstr "Rich text editor:"
300
+
301
+#: options.php:122 options.php:128 options.php:134 options.php:123
302
+#: options.php:129 options.php:135 options.php:206
303
+msgid "Active"
304
+msgstr "Attivo"
305
+
306
+#: options.php:123 options.php:129 options.php:135 options.php:124
307
+#: options.php:130 options.php:136 options.php:207
308
+msgid "Deactive"
309
+msgstr "Disattiva"
310
+
311
+#: options.php:126 options.php:127
312
+msgid "URL friendly:"
313
+msgstr "URL amichevoli:"
314
+
315
+#: options.php:132 options.php:133
316
+msgid "Allow readers comments:"
317
+msgstr "Permetti ai lettori di commentare:"
318
+
319
+#: options.php:138 options.php:139
320
+msgid "Time Offset:"
321
+msgstr "Fuso orario:"
322
+
323
+#: options.php:206 settings.php:129 user.php:139 options.php:230
324
+#: settings.php:119 user.php:134
325
+msgid "Modify"
326
+msgstr "Modifica"
327
+
328
+#: settings.php:35 settings.php:31
329
+msgid "settings"
330
+msgstr "gestione"
331
+
332
+#: settings.php:70 settings.php:61
333
+msgid "Tumblelog configuration"
334
+msgstr "Configurazione Tumblelog"
335
+
336
+#: settings.php:94 settings.php:84
337
+msgid "Title:"
338
+msgstr "Titolo:"
339
+
340
+#: settings.php:96 settings.php:86
341
+msgid "Description:"
342
+msgstr "Descrizione:"
343
+
344
+#: settings.php:98 settings.php:88
345
+msgid "Installation URL"
346
+msgstr "URL di installazione"
347
+
348
+#: settings.php:100 settings.php:90
349
+msgid "Post limit:"
350
+msgstr "Articoli visualizzati"
351
+
352
+#: settings.php:102 settings.php:92
353
+msgid "Language:"
354
+msgstr "Lingua:"
355
+
356
+#: settings.php:114 settings.php:104
357
+msgid "Template:"
358
+msgstr "Template:"
359
+
360
+#: user.php:56 user.php:52
361
+msgid "add user"
362
+msgstr "aggiungi utente"
363
+
364
+#: user.php:80 login.php:77 user.php:76
365
+msgid "Start session"
366
+msgstr "Avvia sessione"
367
+
368
+#: user.php:83 user.php:139 feeds.php:127 user.php:79 user.php:134
369
+msgid "Add"
370
+msgstr "Aggiungi"
371
+
372
+#: user.php:99 user.php:95
373
+msgid "user:"
374
+msgstr "utente:"
375
+
376
+#: user.php:115 user.php:110
377
+msgid "password:"
378
+msgstr "password:"
379
+
380
+#: user.php:119 user.php:114
381
+msgid "retype password:"
382
+msgstr "riscrivi la password:"
383
+
384
+#: user.php:123 user.php:118
385
+msgid "name:"
386
+msgstr "nome:"
387
+
388
+#: user.php:127 user.php:122
389
+msgid "e-mail:"
390
+msgstr "email:"
391
+
392
+#: user.php:131 user.php:126
393
+msgid "website:"
394
+msgstr "Sito web:"
395
+
396
+#: user.php:135 user.php:130
397
+msgid "about:"
398
+msgstr "about:"
399
+
400
+#: login.php:35
401
+msgid "login screen"
402
+msgstr ""
403
+
404
+#: login.php:65 admin.php:51 comments.php:86 index.php:119 options.php:86
405
+#: settings.php:49 user.php:64
406
+msgid "Processing request&hellip;"
407
+msgstr ""
408
+
409
+#: login.php:86
410
+msgid "User:"
411
+msgstr ""
412
+
413
+#: login.php:88
414
+msgid "Password:"
415
+msgstr ""
416
+
417
+#: login.php:90
418
+msgid "Remember me:"
419
+msgstr ""
420
+
421
+#: login.php:101
422
+msgid "&nbsp;You must be registered to use gelato."
423
+msgstr ""
424
+
425
+#: login.php:108
426
+msgid "&nbsp;You must be logged on the system."
427
+msgstr ""
428
+
429
+#: ajax.php:23
430
+msgid "&nbsp;ending session&hellip;"
431
+msgstr ""
432
+
433
+#: ajax.php:25
434
+msgid "&nbsp;failure ending session&hellip;"
435
+msgstr ""
436
+
437
+#: bm.php:102
438
+msgid "Must be a valid URL"
439
+msgstr ""
440
+
441
+#: bm.php:110
442
+msgid "bookmarklet"
443
+msgstr ""
444
+
445
+#: close.php:53
446
+msgid "Ending session&hellip;"
447
+msgstr ""
448
+
449
+#: feeds.php:27
450
+msgid "Feed added"
451
+msgstr ""
452
+
453
+#: feeds.php:34
454
+msgid "Feed deleted"
455
+msgstr ""
456
+
457
+#: feeds.php:43 index.php:305
458
+msgid "Feeds"
459
+msgstr ""
460
+
461
+#: feeds.php:55
462
+msgid "Feed Url:"
463
+msgstr ""
464
+
465
+#: feeds.php:55
466
+msgid " username:"
467
+msgstr ""
468
+
469
+#: feeds.php:89
470
+msgid "Configure your feeds"
471
+msgstr ""
472
+
473
+#: feeds.php:103
474
+msgid "Import data from:"
475
+msgstr ""
476
+
477
+#: feeds.php:115
478
+msgid "Import As:"
479
+msgstr ""
480
+
481
+#: feeds.php:117
482
+msgid "Text"
483
+msgstr ""
484
+
485
+#: feeds.php:118
486
+msgid "Photos"
487
+msgstr ""
488
+
489
+#: feeds.php:122
490
+msgid "Feed Url (double check):"
491
+msgstr ""
492
+
493
+#: feeds.php:125
494
+msgid "Show credits on each post?"
495
+msgstr ""
496
+
497
+#: feeds.php:138 feeds.php:140
498
+msgid "Delete this Feed"
499
+msgstr ""
500
+
501
+#: feeds.php:138
502
+msgid "Error updating"
503
+msgstr ""
504
+
505
+#: feeds.php:140
506
+msgid "Last update"
507
+msgstr ""
508
+
509
+#: feeds.php:140
510
+msgid "Importing"
511
+msgstr ""
512
+
513
+#: index.php:287
514
+msgid "add to gelato"
515
+msgstr ""
516
+
517
+#: options.php:204
518
+msgid "Shorten long URLs:"
519
+msgstr ""
520
+
521
+#: options.php:210
522
+msgid "Import feeds every:"
523
+msgstr ""
524
+
525
+#: options.php:213 options.php:214 options.php:215 options.php:216
526
+#: options.php:217
527
+msgid "minutes"
528
+msgstr ""
529
+
530
+#: options.php:218
531
+msgid "hour"
532
+msgstr ""
533
+
534
+#: options.php:219 options.php:220 options.php:221 options.php:222
535
+#: options.php:223 options.php:224
536
+msgid "hours"
537
+msgstr ""

BIN
languages/no/messages.mo Dosyayı Görüntüle


+ 533 - 421
languages/no/messages.po Dosyayı Görüntüle

@@ -1,421 +1,533 @@
1
-# SOME DESCRIPTIVE TITLE.
2
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
-# This file is distributed under the same license as the PACKAGE package.
4
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
-#
6
-msgid ""
7
-msgstr ""
8
-"Project-Id-Version: gelato cms\n"
9
-"Report-Msgid-Bugs-To: \n"
10
-"POT-Creation-Date: 2007-07-29 22:39-0500\n"
11
-"PO-Revision-Date: 2007-11-06 12:27-0600\n"
12
-"Last-Translator: Pedro Santana <psantana@gelatocms.com>\n"
13
-"Language-Team: \n"
14
-"MIME-Version: 1.0\n"
15
-"Content-Type: text/plain; charset=utf-8\n"
16
-"Content-Transfer-Encoding: 8bit\n"
17
-"X-Poedit-Language: Norwegian Nynorsk\n"
18
-
19
-#: admin.php:28
20
-msgid "admin users"
21
-msgstr "administratorer"
22
-
23
-#: admin.php:52
24
-#: comments.php:98
25
-#: index.php:141
26
-#: options.php:84
27
-#: settings.php:58
28
-#: user.php:68
29
-msgid "Processing request..."
30
-msgstr "Behandler forespørsel..."
31
-
32
-#: admin.php:55
33
-#: close.php:39
34
-#: comments.php:101
35
-#: index.php:144
36
-#: options.php:87
37
-#: settings.php:61
38
-#: user.php:71
39
-msgid "home"
40
-msgstr "hjem"
41
-
42
-#: admin.php:57
43
-#: index.php:146
44
-msgid "View Tumblelog"
45
-msgstr "Vis Tumblelog"
46
-
47
-#: admin.php:58
48
-#: index.php:147
49
-msgid "Log out"
50
-msgstr "Logg ut"
51
-
52
-#: admin.php:66
53
-#: index.php:321
54
-#: options.php:99
55
-#: settings.php:74
56
-msgid "Settings"
57
-msgstr "Instillinger"
58
-
59
-#: admin.php:67
60
-#: comments.php:111
61
-#: index.php:325
62
-msgid "Posts"
63
-msgstr "Poster"
64
-
65
-#: admin.php:68
66
-msgid "Add user"
67
-msgstr "Ny bruker"
68
-
69
-#: admin.php:69
70
-#: index.php:323
71
-#: options.php:98
72
-#: settings.php:72
73
-#: user.php:82
74
-msgid "Users"
75
-msgstr "Brukere"
76
-
77
-#: admin.php:75
78
-msgid "The user has been added successfully."
79
-msgstr "Ny bruker lagt til."
80
-
81
-#: admin.php:81
82
-msgid "The user has been eliminated successfully."
83
-msgstr "Brukeren er slettet."
84
-
85
-#: admin.php:87
86
-msgid "The user has been modified successfully."
87
-msgstr "Bruker er endret/oppdatert."
88
-
89
-#: admin.php:93
90
-#: ajax.php:36
91
-msgid "The username is not available."
92
-msgstr "Brukernavnet finnes ikke."
93
-
94
-#: admin.php:95
95
-msgid "Error on the database server:."
96
-msgstr "Feil ved database server:."
97
-
98
-#: admin.php:103
99
-msgid "Login"
100
-msgstr "Logg inn"
101
-
102
-#: admin.php:104
103
-msgid "Name"
104
-msgstr "Navn"
105
-
106
-#: admin.php:105
107
-msgid "Actions"
108
-msgstr "Valg"
109
-
110
-#: admin.php:123
111
-#: comments.php:113
112
-#: user.php:83
113
-msgid "Edit"
114
-msgstr "Rediger"
115
-
116
-#: admin.php:126
117
-msgid "Delete"
118
-msgstr "Slett"
119
-
120
-#: admin.php:135
121
-msgid "No users available."
122
-msgstr "Ingen brukere tilgjengelig."
123
-
124
-#: ajax.php:23
125
-msgid "&nbsp;ending session..."
126
-msgstr "&nbsp;avslutter økten..."
127
-
128
-#: ajax.php:25
129
-msgid "&nbsp;failure ending session..."
130
-msgstr "&nbsp;feil ved avsluttning av økten..."
131
-
132
-#: ajax.php:31
133
-msgid "Required field cannot be left blank."
134
-msgstr "Påkrvede felt kan ikke være blank."
135
-
136
-#: ajax.php:34
137
-msgid "Username available."
138
-msgstr "Brukernavn tilgjengelig."
139
-
140
-#: close.php:27
141
-msgid "logout"
142
-msgstr "logg ut"
143
-
144
-#: close.php:41
145
-#: comments.php:103
146
-#: index.php:146
147
-#: options.php:89
148
-#: settings.php:63
149
-#: user.php:73
150
-msgid "Take me to the tumblelog"
151
-msgstr "Ta meg til tumblelogen"
152
-
153
-#: close.php:41
154
-#: comments.php:103
155
-#: options.php:89
156
-#: settings.php:63
157
-#: user.php:73
158
-msgid "Back to the Tumblelog"
159
-msgstr "Tilbake til Tumblelogen"
160
-
161
-#: close.php:48
162
-msgid "Closing session"
163
-msgstr "Lukker økten"
164
-
165
-#: close.php:49
166
-msgid "logoff"
167
-msgstr "logg av"
168
-
169
-#: close.php:57
170
-msgid "Ending session..."
171
-msgstr "Avslutter økten..."
172
-
173
-#: close.php:61
174
-msgid "Has happened an error when closing the session."
175
-msgstr "En feil oppstod ved avslutting av økten."
176
-
177
-#: comments.php:74
178
-msgid "comments"
179
-msgstr "kommentarer"
180
-
181
-#: comments.php:110
182
-msgid "Manage comments"
183
-msgstr "Behandle kommentarer"
184
-
185
-#: comments.php:112
186
-msgid "Spam"
187
-msgstr "Søppel"
188
-
189
-#: comments.php:113
190
-msgid "List"
191
-msgstr "Liste"
192
-
193
-#: comments.php:119
194
-msgid "The comment has been eliminated successfully."
195
-msgstr "Kommentaren er slettet."
196
-
197
-#: comments.php:122
198
-msgid "The post has NOT been eliminated."
199
-msgstr "Posten kunne IKKE slettet."
200
-
201
-#: comments.php:128
202
-msgid "The comment has been modified successfully."
203
-msgstr "Kommentaren er endret."
204
-
205
-#: comments.php:131
206
-msgid "The post has NOT been modified."
207
-msgstr "Posten kunne IKKE endres."
208
-
209
-#: index.php:104
210
-msgid "control panel"
211
-msgstr "kontroll panel"
212
-
213
-#: index.php:153
214
-msgid "New Post"
215
-msgstr "Ny post"
216
-
217
-#: index.php:154
218
-msgid "Chat"
219
-msgstr "Snakk"
220
-
221
-#: index.php:155
222
-msgid "Quote"
223
-msgstr "Siter"
224
-
225
-#: index.php:156
226
-msgid "Link"
227
-msgstr "Lenke"
228
-
229
-#: index.php:157
230
-msgid "Audio"
231
-msgstr "Lyd"
232
-
233
-#: index.php:158
234
-msgid "Video"
235
-msgstr "Video"
236
-
237
-#: index.php:159
238
-msgid "Picture"
239
-msgstr "Bilde"
240
-
241
-#: index.php:160
242
-msgid "Regular"
243
-msgstr "Vanlig"
244
-
245
-#: index.php:167
246
-msgid "A new gelato version has been released and is ready <a href=\"http://www.gelatocms.com/\">for download</a>."
247
-msgstr "En ny gelato versjon er klar og kan <a href=\"http://www.gelatocms.com/\">lastes ned</a>."
248
-
249
-#: index.php:172
250
-msgid "The post has been eliminated successfully."
251
-msgstr "Posten er slettet."
252
-
253
-#: index.php:178
254
-msgid "The post has been modified successfully."
255
-msgstr "Posten er endret."
256
-
257
-#: index.php:184
258
-msgid "The post has been added successfully."
259
-msgstr "Posten lagt til."
260
-
261
-#: index.php:190
262
-msgid "Error on the database server:"
263
-msgstr "Feil ved database server:"
264
-
265
-#: index.php:196
266
-msgid "Not an MP3 file or an upload problem."
267
-msgstr "Ikke en MP3 fil. Det kan også være feil ved opplastingen."
268
-
269
-#: index.php:202
270
-msgid "Not a photo file or an upload problem."
271
-msgstr "Ikke en bilde fil. Det kan også være feil ved opplastingen."
272
-
273
-#: index.php:305
274
-msgid "syntax is supported."
275
-msgstr "koder er støttet."
276
-
277
-#: index.php:322
278
-#: options.php:100
279
-#: settings.php:73
280
-msgid "Options"
281
-msgstr "Valg"
282
-
283
-#: index.php:324
284
-msgid "Comments"
285
-msgstr "Kommentarer"
286
-
287
-#: index.php:428
288
-msgid "No posts in this tumblelog."
289
-msgstr "Ingen poster i denne tumblelogen."
290
-
291
-#: options.php:61
292
-msgid "options"
293
-msgstr "valg"
294
-
295
-#: options.php:96
296
-msgid "Tumblelog options"
297
-msgstr "Tumblelog valg"
298
-
299
-#: options.php:97
300
-#: settings.php:71
301
-#: user.php:81
302
-msgid "Post"
303
-msgstr "Post"
304
-
305
-#: options.php:106
306
-#: settings.php:80
307
-msgid "The configuration has been modified successfully."
308
-msgstr "Instillingene er endret."
309
-
310
-#: options.php:111
311
-#: settings.php:85
312
-msgid "Error on the database server: "
313
-msgstr "Feil ved  database server: "
314
-
315
-#: options.php:120
316
-msgid "Rich text editor:"
317
-msgstr "Rik tekst redigerer:"
318
-
319
-#: options.php:122
320
-#: options.php:128
321
-#: options.php:134
322
-msgid "Active"
323
-msgstr "Aktiv"
324
-
325
-#: options.php:123
326
-#: options.php:129
327
-#: options.php:135
328
-msgid "Deactive"
329
-msgstr "Inaktiv"
330
-
331
-#: options.php:126
332
-msgid "URL friendly:"
333
-msgstr "URL vennlig:"
334
-
335
-#: options.php:132
336
-msgid "Allow readers comments:"
337
-msgstr "Tillat kommentarer:"
338
-
339
-#: options.php:138
340
-msgid "Time Offset:"
341
-msgstr "Tids sone:"
342
-
343
-#: options.php:206
344
-#: settings.php:129
345
-#: user.php:139
346
-msgid "Modify"
347
-msgstr "Endre"
348
-
349
-#: settings.php:35
350
-msgid "settings"
351
-msgstr "instillinger"
352
-
353
-#: settings.php:70
354
-msgid "Tumblelog configuration"
355
-msgstr "Tumblelog instillinger"
356
-
357
-#: settings.php:94
358
-msgid "Title:"
359
-msgstr "Tittel:"
360
-
361
-#: settings.php:96
362
-msgid "Description:"
363
-msgstr "Beskrivelse:"
364
-
365
-#: settings.php:98
366
-msgid "Installation URL"
367
-msgstr "Installerings URL"
368
-
369
-#: settings.php:100
370
-msgid "Post limit:"
371
-msgstr "Maks post størrelse:"
372
-
373
-#: settings.php:102
374
-msgid "Language:"
375
-msgstr "Språk:"
376
-
377
-#: settings.php:114
378
-msgid "Template:"
379
-msgstr "Tema:"
380
-
381
-#: user.php:56
382
-msgid "add user"
383
-msgstr "ny bruker"
384
-
385
-#: user.php:80
386
-msgid "Start session"
387
-msgstr "Start økt"
388
-
389
-#: user.php:83
390
-#: user.php:139
391
-msgid "Add"
392
-msgstr "Legg til"
393
-
394
-#: user.php:99
395
-msgid "user:"
396
-msgstr "bruker:"
397
-
398
-#: user.php:115
399
-msgid "password:"
400
-msgstr "passord:"
401
-
402
-#: user.php:119
403
-msgid "retype password:"
404
-msgstr "Gjenta passord:"
405
-
406
-#: user.php:123
407
-msgid "name:"
408
-msgstr "navn:"
409
-
410
-#: user.php:127
411
-msgid "e-mail:"
412
-msgstr "epost:"
413
-
414
-#: user.php:131
415
-msgid "website:"
416
-msgstr "webside:"
417
-
418
-#: user.php:135
419
-msgid "about:"
420
-msgstr "om:"
421
-
1
+# SOME DESCRIPTIVE TITLE.
2
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+# This file is distributed under the same license as the PACKAGE package.
4
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+#
6
+#, fuzzy
7
+msgid ""
8
+msgstr ""
9
+"Project-Id-Version: PACKAGE VERSION\n"
10
+"Report-Msgid-Bugs-To: \n"
11
+"POT-Creation-Date: 2007-11-06 12:46-0600\n"
12
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
+"Language-Team: LANGUAGE <LL@li.org>\n"
15
+"MIME-Version: 1.0\n"
16
+"Content-Type: text/plain; charset=UTF-8\n"
17
+"Content-Transfer-Encoding: 8bit\n"
18
+
19
+#: admin.php:28 admin.php:25
20
+msgid "admin users"
21
+msgstr "administratorer"
22
+
23
+#: admin.php:52 comments.php:98 index.php:141 options.php:84 settings.php:58
24
+#: user.php:68
25
+msgid "Processing request..."
26
+msgstr "Behandler forespørsel..."
27
+
28
+#: admin.php:55 close.php:39 comments.php:101 index.php:144 options.php:87
29
+#: settings.php:61 user.php:71 login.php:68 admin.php:54 close.php:35
30
+#: comments.php:89 feeds.php:81 index.php:122 options.php:89 settings.php:52
31
+#: user.php:67
32
+msgid "home"
33
+msgstr "hjem"
34
+
35
+#: admin.php:57 index.php:146 admin.php:56 index.php:124
36
+msgid "View Tumblelog"
37
+msgstr "Vis Tumblelog"
38
+
39
+#: admin.php:58 index.php:147 admin.php:57 index.php:125
40
+msgid "Log out"
41
+msgstr "Logg ut"
42
+
43
+#: admin.php:66 index.php:321 options.php:99 settings.php:74 admin.php:65
44
+#: index.php:303 options.php:101 settings.php:65
45
+msgid "Settings"
46
+msgstr "Instillinger"
47
+
48
+#: admin.php:67 comments.php:111 index.php:325 admin.php:66 comments.php:99
49
+#: index.php:308
50
+msgid "Posts"
51
+msgstr "Poster"
52
+
53
+#: admin.php:68 admin.php:67
54
+msgid "Add user"
55
+msgstr "Ny bruker"
56
+
57
+#: admin.php:69 index.php:323 options.php:98 settings.php:72 user.php:82
58
+#: admin.php:68 index.php:306 options.php:100 settings.php:63 user.php:78
59
+msgid "Users"
60
+msgstr "Brukere"
61
+
62
+#: admin.php:75 admin.php:74
63
+msgid "The user has been added successfully."
64
+msgstr "Ny bruker lagt til."
65
+
66
+#: admin.php:81 admin.php:80
67
+msgid "The user has been eliminated successfully."
68
+msgstr "Brukeren er slettet."
69
+
70
+#: admin.php:87 admin.php:86
71
+msgid "The user has been modified successfully."
72
+msgstr "Bruker er endret/oppdatert."
73
+
74
+#: admin.php:93 ajax.php:36 admin.php:92
75
+msgid "The username is not available."
76
+msgstr "Brukernavnet finnes ikke."
77
+
78
+#: admin.php:95 admin.php:94
79
+msgid "Error on the database server:."
80
+msgstr "Feil ved database server:."
81
+
82
+#: admin.php:103 login.php:78 admin.php:102
83
+msgid "Login"
84
+msgstr "Logg inn"
85
+
86
+#: admin.php:104 admin.php:103
87
+msgid "Name"
88
+msgstr "Navn"
89
+
90
+#: admin.php:105 admin.php:104
91
+msgid "Actions"
92
+msgstr "Valg"
93
+
94
+#: admin.php:123 comments.php:113 user.php:83 admin.php:118 comments.php:101
95
+#: user.php:79
96
+msgid "Edit"
97
+msgstr "Rediger"
98
+
99
+#: admin.php:126 admin.php:119
100
+msgid "Delete"
101
+msgstr "Slett"
102
+
103
+#: admin.php:135 admin.php:128
104
+msgid "No users available."
105
+msgstr "Ingen brukere tilgjengelig."
106
+
107
+#: ajax.php:23
108
+msgid "&nbsp;ending session..."
109
+msgstr "&nbsp;avslutter økten..."
110
+
111
+#: ajax.php:25
112
+msgid "&nbsp;failure ending session..."
113
+msgstr "&nbsp;feil ved avsluttning av økten..."
114
+
115
+#: ajax.php:31
116
+msgid "Required field cannot be left blank."
117
+msgstr "Påkrvede felt kan ikke være blank."
118
+
119
+#: ajax.php:34
120
+msgid "Username available."
121
+msgstr "Brukernavn tilgjengelig."
122
+
123
+#: close.php:27 close.php:23
124
+msgid "logout"
125
+msgstr "logg ut"
126
+
127
+#: close.php:41 comments.php:103 index.php:146 options.php:89 settings.php:63
128
+#: user.php:73 login.php:70 close.php:37 comments.php:91 feeds.php:83
129
+#: index.php:124 options.php:91 settings.php:54 user.php:69
130
+msgid "Take me to the tumblelog"
131
+msgstr "Ta meg til tumblelogen"
132
+
133
+#: close.php:41 comments.php:103 options.php:89 settings.php:63 user.php:73
134
+#: login.php:70 close.php:37 comments.php:91 feeds.php:83 options.php:91
135
+#: settings.php:54 user.php:69
136
+msgid "Back to the Tumblelog"
137
+msgstr "Tilbake til Tumblelogen"
138
+
139
+#: close.php:48 close.php:44
140
+msgid "Closing session"
141
+msgstr "Lukker økten"
142
+
143
+#: close.php:49 close.php:45
144
+msgid "logoff"
145
+msgstr "logg av"
146
+
147
+#: close.php:57
148
+msgid "Ending session..."
149
+msgstr "Avslutter økten..."
150
+
151
+#: close.php:61 close.php:57
152
+msgid "Has happened an error when closing the session."
153
+msgstr "En feil oppstod ved avslutting av økten."
154
+
155
+#: comments.php:74 comments.php:67
156
+msgid "comments"
157
+msgstr "kommentarer"
158
+
159
+#: comments.php:110 comments.php:98
160
+msgid "Manage comments"
161
+msgstr "Behandle kommentarer"
162
+
163
+#: comments.php:112 comments.php:100
164
+msgid "Spam"
165
+msgstr "Søppel"
166
+
167
+#: comments.php:113 comments.php:101
168
+msgid "List"
169
+msgstr "Liste"
170
+
171
+#: comments.php:119 comments.php:107
172
+msgid "The comment has been eliminated successfully."
173
+msgstr "Kommentaren er slettet."
174
+
175
+#: comments.php:122 comments.php:110
176
+msgid "The post has NOT been eliminated."
177
+msgstr "Posten kunne IKKE slettet."
178
+
179
+#: comments.php:128 comments.php:116
180
+msgid "The comment has been modified successfully."
181
+msgstr "Kommentaren er endret."
182
+
183
+#: comments.php:131 comments.php:119
184
+msgid "The post has NOT been modified."
185
+msgstr "Posten kunne IKKE endres."
186
+
187
+#: index.php:104 index.php:97
188
+msgid "control panel"
189
+msgstr "kontroll panel"
190
+
191
+#: index.php:153 bm.php:122 index.php:131
192
+msgid "New Post"
193
+msgstr "Ny post"
194
+
195
+#: index.php:154 index.php:132
196
+msgid "Chat"
197
+msgstr "Snakk"
198
+
199
+#: index.php:155 index.php:133
200
+msgid "Quote"
201
+msgstr "Siter"
202
+
203
+#: index.php:156 bm.php:138 index.php:134
204
+msgid "Link"
205
+msgstr "Lenke"
206
+
207
+#: index.php:157 bm.php:148 index.php:135
208
+msgid "Audio"
209
+msgstr "Lyd"
210
+
211
+#: index.php:158 bm.php:143 index.php:136
212
+msgid "Video"
213
+msgstr "Video"
214
+
215
+#: index.php:159 bm.php:133 index.php:137
216
+msgid "Picture"
217
+msgstr "Bilde"
218
+
219
+#: index.php:160 bm.php:128 index.php:138
220
+msgid "Regular"
221
+msgstr "Vanlig"
222
+
223
+#: index.php:167 index.php:145
224
+msgid ""
225
+"A new gelato version has been released and is ready <a href=\"http://www."
226
+"gelatocms.com/\">for download</a>."
227
+msgstr ""
228
+"En ny gelato versjon er klar og kan <a href=\"http://www.gelatocms.com/"
229
+"\">lastes ned</a>."
230
+
231
+#: index.php:172 index.php:150
232
+msgid "The post has been eliminated successfully."
233
+msgstr "Posten er slettet."
234
+
235
+#: index.php:178 index.php:156
236
+msgid "The post has been modified successfully."
237
+msgstr "Posten er endret."
238
+
239
+#: index.php:184 index.php:162
240
+msgid "The post has been added successfully."
241
+msgstr "Posten lagt til."
242
+
243
+#: index.php:190 index.php:168
244
+msgid "Error on the database server:"
245
+msgstr "Feil ved database server:"
246
+
247
+#: index.php:196 index.php:174
248
+msgid "Not an MP3 file or an upload problem."
249
+msgstr "Ikke en MP3 fil. Det kan også være feil ved opplastingen."
250
+
251
+#: index.php:202 index.php:180
252
+msgid "Not a photo file or an upload problem."
253
+msgstr "Ikke en bilde fil. Det kan også være feil ved opplastingen."
254
+
255
+#: index.php:305 bm.php:203 index.php:285
256
+msgid "syntax is supported."
257
+msgstr "koder er støttet."
258
+
259
+#: index.php:322 options.php:100 settings.php:73 feeds.php:92 index.php:304
260
+#: options.php:102 settings.php:64
261
+msgid "Options"
262
+msgstr "Valg"
263
+
264
+#: index.php:324 index.php:307
265
+msgid "Comments"
266
+msgstr "Kommentarer"
267
+
268
+#: index.php:428 index.php:415
269
+msgid "No posts in this tumblelog."
270
+msgstr "Ingen poster i denne tumblelogen."
271
+
272
+#: options.php:61 options.php:68
273
+msgid "options"
274
+msgstr "valg"
275
+
276
+#: options.php:96 options.php:98
277
+msgid "Tumblelog options"
278
+msgstr "Tumblelog valg"
279
+
280
+#: options.php:97 settings.php:71 user.php:81 feeds.php:91 options.php:99
281
+#: settings.php:62 user.php:77
282
+msgid "Post"
283
+msgstr "Post"
284
+
285
+#: options.php:106 settings.php:80 options.php:107 settings.php:70
286
+msgid "The configuration has been modified successfully."
287
+msgstr "Instillingene er endret."
288
+
289
+#: options.php:111 settings.php:85 options.php:112 settings.php:75
290
+msgid "Error on the database server: "
291
+msgstr "Feil ved  database server: "
292
+
293
+#: options.php:120 options.php:121
294
+msgid "Rich text editor:"
295
+msgstr "Rik tekst redigerer:"
296
+
297
+#: options.php:122 options.php:128 options.php:134 options.php:123
298
+#: options.php:129 options.php:135 options.php:206
299
+msgid "Active"
300
+msgstr "Aktiv"
301
+
302
+#: options.php:123 options.php:129 options.php:135 options.php:124
303
+#: options.php:130 options.php:136 options.php:207
304
+msgid "Deactive"
305
+msgstr "Inaktiv"
306
+
307
+#: options.php:126 options.php:127
308
+msgid "URL friendly:"
309
+msgstr "URL vennlig:"
310
+
311
+#: options.php:132 options.php:133
312
+msgid "Allow readers comments:"
313
+msgstr "Tillat kommentarer:"
314
+
315
+#: options.php:138 options.php:139
316
+msgid "Time Offset:"
317
+msgstr "Tids sone:"
318
+
319
+#: options.php:206 settings.php:129 user.php:139 options.php:230
320
+#: settings.php:119 user.php:134
321
+msgid "Modify"
322
+msgstr "Endre"
323
+
324
+#: settings.php:35 settings.php:31
325
+msgid "settings"
326
+msgstr "instillinger"
327
+
328
+#: settings.php:70 settings.php:61
329
+msgid "Tumblelog configuration"
330
+msgstr "Tumblelog instillinger"
331
+
332
+#: settings.php:94 settings.php:84
333
+msgid "Title:"
334
+msgstr "Tittel:"
335
+
336
+#: settings.php:96 settings.php:86
337
+msgid "Description:"
338
+msgstr "Beskrivelse:"
339
+
340
+#: settings.php:98 settings.php:88
341
+msgid "Installation URL"
342
+msgstr "Installerings URL"
343
+
344
+#: settings.php:100 settings.php:90
345
+msgid "Post limit:"
346
+msgstr "Maks post størrelse:"
347
+
348
+#: settings.php:102 settings.php:92
349
+msgid "Language:"
350
+msgstr "Språk:"
351
+
352
+#: settings.php:114 settings.php:104
353
+msgid "Template:"
354
+msgstr "Tema:"
355
+
356
+#: user.php:56 user.php:52
357
+msgid "add user"
358
+msgstr "ny bruker"
359
+
360
+#: user.php:80 login.php:77 user.php:76
361
+msgid "Start session"
362
+msgstr "Start økt"
363
+
364
+#: user.php:83 user.php:139 feeds.php:127 user.php:79 user.php:134
365
+msgid "Add"
366
+msgstr "Legg til"
367
+
368
+#: user.php:99 user.php:95
369
+msgid "user:"
370
+msgstr "bruker:"
371
+
372
+#: user.php:115 user.php:110
373
+msgid "password:"
374
+msgstr "passord:"
375
+
376
+#: user.php:119 user.php:114
377
+msgid "retype password:"
378
+msgstr "Gjenta passord:"
379
+
380
+#: user.php:123 user.php:118
381
+msgid "name:"
382
+msgstr "navn:"
383
+
384
+#: user.php:127 user.php:122
385
+msgid "e-mail:"
386
+msgstr "epost:"
387
+
388
+#: user.php:131 user.php:126
389
+msgid "website:"
390
+msgstr "webside:"
391
+
392
+#: user.php:135 user.php:130
393
+msgid "about:"
394
+msgstr "om:"
395
+
396
+#: login.php:35
397
+msgid "login screen"
398
+msgstr ""
399
+
400
+#: login.php:65 admin.php:51 comments.php:86 index.php:119 options.php:86
401
+#: settings.php:49 user.php:64
402
+msgid "Processing request&hellip;"
403
+msgstr ""
404
+
405
+#: login.php:86
406
+msgid "User:"
407
+msgstr ""
408
+
409
+#: login.php:88
410
+msgid "Password:"
411
+msgstr ""
412
+
413
+#: login.php:90
414
+msgid "Remember me:"
415
+msgstr ""
416
+
417
+#: login.php:101
418
+msgid "&nbsp;You must be registered to use gelato."
419
+msgstr ""
420
+
421
+#: login.php:108
422
+msgid "&nbsp;You must be logged on the system."
423
+msgstr ""
424
+
425
+#: ajax.php:23
426
+msgid "&nbsp;ending session&hellip;"
427
+msgstr ""
428
+
429
+#: ajax.php:25
430
+msgid "&nbsp;failure ending session&hellip;"
431
+msgstr ""
432
+
433
+#: bm.php:102
434
+msgid "Must be a valid URL"
435
+msgstr ""
436
+
437
+#: bm.php:110
438
+msgid "bookmarklet"
439
+msgstr ""
440
+
441
+#: close.php:53
442
+msgid "Ending session&hellip;"
443
+msgstr ""
444
+
445
+#: feeds.php:27
446
+msgid "Feed added"
447
+msgstr ""
448
+
449
+#: feeds.php:34
450
+msgid "Feed deleted"
451
+msgstr ""
452
+
453
+#: feeds.php:43 index.php:305
454
+msgid "Feeds"
455
+msgstr ""
456
+
457
+#: feeds.php:55
458
+msgid "Feed Url:"
459
+msgstr ""
460
+
461
+#: feeds.php:55
462
+msgid " username:"
463
+msgstr ""
464
+
465
+#: feeds.php:89
466
+msgid "Configure your feeds"
467
+msgstr ""
468
+
469
+#: feeds.php:103
470
+msgid "Import data from:"
471
+msgstr ""
472
+
473
+#: feeds.php:115
474
+msgid "Import As:"
475
+msgstr ""
476
+
477
+#: feeds.php:117
478
+msgid "Text"
479
+msgstr ""
480
+
481
+#: feeds.php:118
482
+msgid "Photos"
483
+msgstr ""
484
+
485
+#: feeds.php:122
486
+msgid "Feed Url (double check):"
487
+msgstr ""
488
+
489
+#: feeds.php:125
490
+msgid "Show credits on each post?"
491
+msgstr ""
492
+
493
+#: feeds.php:138 feeds.php:140
494
+msgid "Delete this Feed"
495
+msgstr ""
496
+
497
+#: feeds.php:138
498
+msgid "Error updating"
499
+msgstr ""
500
+
501
+#: feeds.php:140
502
+msgid "Last update"
503
+msgstr ""
504
+
505
+#: feeds.php:140
506
+msgid "Importing"
507
+msgstr ""
508
+
509
+#: index.php:287
510
+msgid "add to gelato"
511
+msgstr ""
512
+
513
+#: options.php:204
514
+msgid "Shorten long URLs:"
515
+msgstr ""
516
+
517
+#: options.php:210
518
+msgid "Import feeds every:"
519
+msgstr ""
520
+
521
+#: options.php:213 options.php:214 options.php:215 options.php:216
522
+#: options.php:217
523
+msgid "minutes"
524
+msgstr ""
525
+
526
+#: options.php:218
527
+msgid "hour"
528
+msgstr ""
529
+
530
+#: options.php:219 options.php:220 options.php:221 options.php:222
531
+#: options.php:223 options.php:224
532
+msgid "hours"
533
+msgstr ""

BIN
languages/po/messages.mo Dosyayı Görüntüle


+ 533 - 421
languages/po/messages.po Dosyayı Görüntüle

@@ -1,421 +1,533 @@
1
-# SOME DESCRIPTIVE TITLE.
2
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
-# This file is distributed under the same license as the PACKAGE package.
4
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
-#
6
-msgid ""
7
-msgstr ""
8
-"Project-Id-Version: gelato cms\n"
9
-"Report-Msgid-Bugs-To: \n"
10
-"POT-Creation-Date: 2007-07-29 22:39-0500\n"
11
-"PO-Revision-Date: 2007-11-06 12:28-0600\n"
12
-"Last-Translator: Pedro Santana <psantana@gelatocms.com>\n"
13
-"Language-Team: \n"
14
-"MIME-Version: 1.0\n"
15
-"Content-Type: text/plain; charset=utf-8\n"
16
-"Content-Transfer-Encoding: 8bit\n"
17
-"X-Poedit-Language: Polish\n"
18
-
19
-#: admin.php:28
20
-msgid "admin users"
21
-msgstr "administratorzy"
22
-
23
-#: admin.php:52
24
-#: comments.php:98
25
-#: index.php:141
26
-#: options.php:84
27
-#: settings.php:58
28
-#: user.php:68
29
-msgid "Processing request..."
30
-msgstr "Przetwarzanie żądania..."
31
-
32
-#: admin.php:55
33
-#: close.php:39
34
-#: comments.php:101
35
-#: index.php:144
36
-#: options.php:87
37
-#: settings.php:61
38
-#: user.php:71
39
-msgid "home"
40
-msgstr "home"
41
-
42
-#: admin.php:57
43
-#: index.php:146
44
-msgid "View Tumblelog"
45
-msgstr "Zobacz Tumblelog"
46
-
47
-#: admin.php:58
48
-#: index.php:147
49
-msgid "Log out"
50
-msgstr "Wyloguj"
51
-
52
-#: admin.php:66
53
-#: index.php:321
54
-#: options.php:99
55
-#: settings.php:74
56
-msgid "Settings"
57
-msgstr "Ustawienia"
58
-
59
-#: admin.php:67
60
-#: comments.php:111
61
-#: index.php:325
62
-msgid "Posts"
63
-msgstr "Posty"
64
-
65
-#: admin.php:68
66
-msgid "Add user"
67
-msgstr "Dodaj użytkownika"
68
-
69
-#: admin.php:69
70
-#: index.php:323
71
-#: options.php:98
72
-#: settings.php:72
73
-#: user.php:82
74
-msgid "Users"
75
-msgstr "Użytkownicy"
76
-
77
-#: admin.php:75
78
-msgid "The user has been added successfully."
79
-msgstr "Użytkownik dodany pomyślnie."
80
-
81
-#: admin.php:81
82
-msgid "The user has been eliminated successfully."
83
-msgstr "Użytkownik usunięty pomyślnie."
84
-
85
-#: admin.php:87
86
-msgid "The user has been modified successfully."
87
-msgstr "Użytkownik modyfikowany pomyślnie."
88
-
89
-#: admin.php:93
90
-#: ajax.php:36
91
-msgid "The username is not available."
92
-msgstr "Nazwa użytkownika niedostępna."
93
-
94
-#: admin.php:95
95
-msgid "Error on the database server:."
96
-msgstr "Bład serwera bazy danych."
97
-
98
-#: admin.php:103
99
-msgid "Login"
100
-msgstr "Login"
101
-
102
-#: admin.php:104
103
-msgid "Name"
104
-msgstr "Nazwa"
105
-
106
-#: admin.php:105
107
-msgid "Actions"
108
-msgstr "Akcje"
109
-
110
-#: admin.php:123
111
-#: comments.php:113
112
-#: user.php:83
113
-msgid "Edit"
114
-msgstr "Edycja"
115
-
116
-#: admin.php:126
117
-msgid "Delete"
118
-msgstr "Usuń"
119
-
120
-#: admin.php:135
121
-msgid "No users available."
122
-msgstr "No users available."
123
-
124
-#: ajax.php:23
125
-msgid "&nbsp;ending session..."
126
-msgstr "&nbsp;kończenie sesji..."
127
-
128
-#: ajax.php:25
129
-msgid "&nbsp;failure ending session..."
130
-msgstr "&nbsp;błąd kończenia sesji..."
131
-
132
-#: ajax.php:31
133
-msgid "Required field cannot be left blank."
134
-msgstr "Pole obowiązkowe."
135
-
136
-#: ajax.php:34
137
-msgid "Username available."
138
-msgstr "Nazwa użytkownika dostępna."
139
-
140
-#: close.php:27
141
-msgid "logout"
142
-msgstr "wyloguj"
143
-
144
-#: close.php:41
145
-#: comments.php:103
146
-#: index.php:146
147
-#: options.php:89
148
-#: settings.php:63
149
-#: user.php:73
150
-msgid "Take me to the tumblelog"
151
-msgstr "Zabierz mnie do tumbleloga"
152
-
153
-#: close.php:41
154
-#: comments.php:103
155
-#: options.php:89
156
-#: settings.php:63
157
-#: user.php:73
158
-msgid "Back to the Tumblelog"
159
-msgstr "Powrót do Tumbleloga"
160
-
161
-#: close.php:48
162
-msgid "Closing session"
163
-msgstr "Zamykanie sesji"
164
-
165
-#: close.php:49
166
-msgid "logoff"
167
-msgstr "wyloguj"
168
-
169
-#: close.php:57
170
-msgid "Ending session..."
171
-msgstr "Kończenie sesji..."
172
-
173
-#: close.php:61
174
-msgid "Has happened an error when closing the session."
175
-msgstr "Wystąpił błąd podczas kończenia sesji."
176
-
177
-#: comments.php:74
178
-msgid "comments"
179
-msgstr "komentarze"
180
-
181
-#: comments.php:110
182
-msgid "Manage comments"
183
-msgstr "Zarządzaj komentarzami"
184
-
185
-#: comments.php:112
186
-msgid "Spam"
187
-msgstr "Spam"
188
-
189
-#: comments.php:113
190
-msgid "List"
191
-msgstr "Lista"
192
-
193
-#: comments.php:119
194
-msgid "The comment has been eliminated successfully."
195
-msgstr "Komentarz usunięty pomyślnie."
196
-
197
-#: comments.php:122
198
-msgid "The post has NOT been eliminated."
199
-msgstr "Post nie może zostać usunięty."
200
-
201
-#: comments.php:128
202
-msgid "The comment has been modified successfully."
203
-msgstr "Komentarz zmodyfikowany pomyślnie."
204
-
205
-#: comments.php:131
206
-msgid "The post has NOT been modified."
207
-msgstr "Post nie może zostać modyfikowany."
208
-
209
-#: index.php:104
210
-msgid "control panel"
211
-msgstr "panel sterowania"
212
-
213
-#: index.php:153
214
-msgid "New Post"
215
-msgstr "Nowy Post"
216
-
217
-#: index.php:154
218
-msgid "Chat"
219
-msgstr "Chat"
220
-
221
-#: index.php:155
222
-msgid "Quote"
223
-msgstr "Cytat"
224
-
225
-#: index.php:156
226
-msgid "Link"
227
-msgstr "Link"
228
-
229
-#: index.php:157
230
-msgid "Audio"
231
-msgstr "Audio"
232
-
233
-#: index.php:158
234
-msgid "Video"
235
-msgstr "Video"
236
-
237
-#: index.php:159
238
-msgid "Picture"
239
-msgstr "Obraz"
240
-
241
-#: index.php:160
242
-msgid "Regular"
243
-msgstr "Normalny"
244
-
245
-#: index.php:167
246
-msgid "A new gelato version has been released and is ready <a href=\"http://www.gelatocms.com/\">for download</a>."
247
-msgstr "Nowa wersja gelato jest dostępna, <a href=\"http://www.gelatocms.com/\">kliknij tutaj, aby kontynuować.</a>."
248
-
249
-#: index.php:172
250
-msgid "The post has been eliminated successfully."
251
-msgstr "Post usunięty pomyślnie."
252
-
253
-#: index.php:178
254
-msgid "The post has been modified successfully."
255
-msgstr "Post modyfikowany pomyślnie."
256
-
257
-#: index.php:184
258
-msgid "The post has been added successfully."
259
-msgstr "Post dodany pomyślnie."
260
-
261
-#: index.php:190
262
-msgid "Error on the database server:"
263
-msgstr "Błąd serwera bazy danych:"
264
-
265
-#: index.php:196
266
-msgid "Not an MP3 file or an upload problem."
267
-msgstr "To nie jest plik MP3, lub wystąpił błąd wgrywania pliku."
268
-
269
-#: index.php:202
270
-msgid "Not a photo file or an upload problem."
271
-msgstr "To nie jest plik obrazu, lub wystąpił błąd wgrywania pliku."
272
-
273
-#: index.php:305
274
-msgid "syntax is supported."
275
-msgstr "syntax is supported."
276
-
277
-#: index.php:322
278
-#: options.php:100
279
-#: settings.php:73
280
-msgid "Options"
281
-msgstr "Opcje"
282
-
283
-#: index.php:324
284
-msgid "Comments"
285
-msgstr "Komentarze"
286
-
287
-#: index.php:428
288
-msgid "No posts in this tumblelog."
289
-msgstr "Brak postów."
290
-
291
-#: options.php:61
292
-msgid "options"
293
-msgstr "opcje"
294
-
295
-#: options.php:96
296
-msgid "Tumblelog options"
297
-msgstr "Opcje Tumbleloga"
298
-
299
-#: options.php:97
300
-#: settings.php:71
301
-#: user.php:81
302
-msgid "Post"
303
-msgstr "Post"
304
-
305
-#: options.php:106
306
-#: settings.php:80
307
-msgid "The configuration has been modified successfully."
308
-msgstr "Konfiguracja zakończona pomyślnie."
309
-
310
-#: options.php:111
311
-#: settings.php:85
312
-msgid "Error on the database server: "
313
-msgstr "Błąd serwera bazy danych: "
314
-
315
-#: options.php:120
316
-msgid "Rich text editor:"
317
-msgstr "Rich text editor:"
318
-
319
-#: options.php:122
320
-#: options.php:128
321
-#: options.php:134
322
-msgid "Active"
323
-msgstr "Aktywny"
324
-
325
-#: options.php:123
326
-#: options.php:129
327
-#: options.php:135
328
-msgid "Deactive"
329
-msgstr "Nieaktywny"
330
-
331
-#: options.php:126
332
-msgid "URL friendly:"
333
-msgstr "URL friendly:"
334
-
335
-#: options.php:132
336
-msgid "Allow readers comments:"
337
-msgstr "Zezwól czytelnikom komentować:"
338
-
339
-#: options.php:138
340
-msgid "Time Offset:"
341
-msgstr "Time Offset:"
342
-
343
-#: options.php:206
344
-#: settings.php:129
345
-#: user.php:139
346
-msgid "Modify"
347
-msgstr "Modyfikuj"
348
-
349
-#: settings.php:35
350
-msgid "settings"
351
-msgstr "ustawienia"
352
-
353
-#: settings.php:70
354
-msgid "Tumblelog configuration"
355
-msgstr "Konfiguracja Tumbleloga"
356
-
357
-#: settings.php:94
358
-msgid "Title:"
359
-msgstr "Tytuł:"
360
-
361
-#: settings.php:96
362
-msgid "Description:"
363
-msgstr "Opis:"
364
-
365
-#: settings.php:98
366
-msgid "Installation URL"
367
-msgstr "Ścieżka instalacji URL"
368
-
369
-#: settings.php:100
370
-msgid "Post limit:"
371
-msgstr "Limit postów:"
372
-
373
-#: settings.php:102
374
-msgid "Language:"
375
-msgstr "Język:"
376
-
377
-#: settings.php:114
378
-msgid "Template:"
379
-msgstr "Szablon:"
380
-
381
-#: user.php:56
382
-msgid "add user"
383
-msgstr "dodaj użytkownika"
384
-
385
-#: user.php:80
386
-msgid "Start session"
387
-msgstr "Rozpocznij sesje"
388
-
389
-#: user.php:83
390
-#: user.php:139
391
-msgid "Add"
392
-msgstr "Dodaj"
393
-
394
-#: user.php:99
395
-msgid "user:"
396
-msgstr "użytkownik:"
397
-
398
-#: user.php:115
399
-msgid "password:"
400
-msgstr "hasło:"
401
-
402
-#: user.php:119
403
-msgid "retype password:"
404
-msgstr "powtórz hasło:"
405
-
406
-#: user.php:123
407
-msgid "name:"
408
-msgstr "nazwa:"
409
-
410
-#: user.php:127
411
-msgid "e-mail:"
412
-msgstr "e-mail:"
413
-
414
-#: user.php:131
415
-msgid "website:"
416
-msgstr "website:"
417
-
418
-#: user.php:135
419
-msgid "about:"
420
-msgstr "o mnie:"
421
-
1
+# SOME DESCRIPTIVE TITLE.
2
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+# This file is distributed under the same license as the PACKAGE package.
4
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+#
6
+#, fuzzy
7
+msgid ""
8
+msgstr ""
9
+"Project-Id-Version: PACKAGE VERSION\n"
10
+"Report-Msgid-Bugs-To: \n"
11
+"POT-Creation-Date: 2007-11-06 12:46-0600\n"
12
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
+"Language-Team: LANGUAGE <LL@li.org>\n"
15
+"MIME-Version: 1.0\n"
16
+"Content-Type: text/plain; charset=UTF-8\n"
17
+"Content-Transfer-Encoding: 8bit\n"
18
+
19
+#: admin.php:28 admin.php:25
20
+msgid "admin users"
21
+msgstr "administratorzy"
22
+
23
+#: admin.php:52 comments.php:98 index.php:141 options.php:84 settings.php:58
24
+#: user.php:68
25
+msgid "Processing request..."
26
+msgstr "Przetwarzanie żądania..."
27
+
28
+#: admin.php:55 close.php:39 comments.php:101 index.php:144 options.php:87
29
+#: settings.php:61 user.php:71 login.php:68 admin.php:54 close.php:35
30
+#: comments.php:89 feeds.php:81 index.php:122 options.php:89 settings.php:52
31
+#: user.php:67
32
+msgid "home"
33
+msgstr "home"
34
+
35
+#: admin.php:57 index.php:146 admin.php:56 index.php:124
36
+msgid "View Tumblelog"
37
+msgstr "Zobacz Tumblelog"
38
+
39
+#: admin.php:58 index.php:147 admin.php:57 index.php:125
40
+msgid "Log out"
41
+msgstr "Wyloguj"
42
+
43
+#: admin.php:66 index.php:321 options.php:99 settings.php:74 admin.php:65
44
+#: index.php:303 options.php:101 settings.php:65
45
+msgid "Settings"
46
+msgstr "Ustawienia"
47
+
48
+#: admin.php:67 comments.php:111 index.php:325 admin.php:66 comments.php:99
49
+#: index.php:308
50
+msgid "Posts"
51
+msgstr "Posty"
52
+
53
+#: admin.php:68 admin.php:67
54
+msgid "Add user"
55
+msgstr "Dodaj użytkownika"
56
+
57
+#: admin.php:69 index.php:323 options.php:98 settings.php:72 user.php:82
58
+#: admin.php:68 index.php:306 options.php:100 settings.php:63 user.php:78
59
+msgid "Users"
60
+msgstr "Użytkownicy"
61
+
62
+#: admin.php:75 admin.php:74
63
+msgid "The user has been added successfully."
64
+msgstr "Użytkownik dodany pomyślnie."
65
+
66
+#: admin.php:81 admin.php:80
67
+msgid "The user has been eliminated successfully."
68
+msgstr "Użytkownik usunięty pomyślnie."
69
+
70
+#: admin.php:87 admin.php:86
71
+msgid "The user has been modified successfully."
72
+msgstr "Użytkownik modyfikowany pomyślnie."
73
+
74
+#: admin.php:93 ajax.php:36 admin.php:92
75
+msgid "The username is not available."
76
+msgstr "Nazwa użytkownika niedostępna."
77
+
78
+#: admin.php:95 admin.php:94
79
+msgid "Error on the database server:."
80
+msgstr "Bład serwera bazy danych."
81
+
82
+#: admin.php:103 login.php:78 admin.php:102
83
+msgid "Login"
84
+msgstr "Login"
85
+
86
+#: admin.php:104 admin.php:103
87
+msgid "Name"
88
+msgstr "Nazwa"
89
+
90
+#: admin.php:105 admin.php:104
91
+msgid "Actions"
92
+msgstr "Akcje"
93
+
94
+#: admin.php:123 comments.php:113 user.php:83 admin.php:118 comments.php:101
95
+#: user.php:79
96
+msgid "Edit"
97
+msgstr "Edycja"
98
+
99
+#: admin.php:126 admin.php:119
100
+msgid "Delete"
101
+msgstr "Usuń"
102
+
103
+#: admin.php:135 admin.php:128
104
+msgid "No users available."
105
+msgstr "No users available."
106
+
107
+#: ajax.php:23
108
+msgid "&nbsp;ending session..."
109
+msgstr "&nbsp;kończenie sesji..."
110
+
111
+#: ajax.php:25
112
+msgid "&nbsp;failure ending session..."
113
+msgstr "&nbsp;błąd kończenia sesji..."
114
+
115
+#: ajax.php:31
116
+msgid "Required field cannot be left blank."
117
+msgstr "Pole obowiązkowe."
118
+
119
+#: ajax.php:34
120
+msgid "Username available."
121
+msgstr "Nazwa użytkownika dostępna."
122
+
123
+#: close.php:27 close.php:23
124
+msgid "logout"
125
+msgstr "wyloguj"
126
+
127
+#: close.php:41 comments.php:103 index.php:146 options.php:89 settings.php:63
128
+#: user.php:73 login.php:70 close.php:37 comments.php:91 feeds.php:83
129
+#: index.php:124 options.php:91 settings.php:54 user.php:69
130
+msgid "Take me to the tumblelog"
131
+msgstr "Zabierz mnie do tumbleloga"
132
+
133
+#: close.php:41 comments.php:103 options.php:89 settings.php:63 user.php:73
134
+#: login.php:70 close.php:37 comments.php:91 feeds.php:83 options.php:91
135
+#: settings.php:54 user.php:69
136
+msgid "Back to the Tumblelog"
137
+msgstr "Powrót do Tumbleloga"
138
+
139
+#: close.php:48 close.php:44
140
+msgid "Closing session"
141
+msgstr "Zamykanie sesji"
142
+
143
+#: close.php:49 close.php:45
144
+msgid "logoff"
145
+msgstr "wyloguj"
146
+
147
+#: close.php:57
148
+msgid "Ending session..."
149
+msgstr "Kończenie sesji..."
150
+
151
+#: close.php:61 close.php:57
152
+msgid "Has happened an error when closing the session."
153
+msgstr "Wystąpił błąd podczas kończenia sesji."
154
+
155
+#: comments.php:74 comments.php:67
156
+msgid "comments"
157
+msgstr "komentarze"
158
+
159
+#: comments.php:110 comments.php:98
160
+msgid "Manage comments"
161
+msgstr "Zarządzaj komentarzami"
162
+
163
+#: comments.php:112 comments.php:100
164
+msgid "Spam"
165
+msgstr "Spam"
166
+
167
+#: comments.php:113 comments.php:101
168
+msgid "List"
169
+msgstr "Lista"
170
+
171
+#: comments.php:119 comments.php:107
172
+msgid "The comment has been eliminated successfully."
173
+msgstr "Komentarz usunięty pomyślnie."
174
+
175
+#: comments.php:122 comments.php:110
176
+msgid "The post has NOT been eliminated."
177
+msgstr "Post nie może zostać usunięty."
178
+
179
+#: comments.php:128 comments.php:116
180
+msgid "The comment has been modified successfully."
181
+msgstr "Komentarz zmodyfikowany pomyślnie."
182
+
183
+#: comments.php:131 comments.php:119
184
+msgid "The post has NOT been modified."
185
+msgstr "Post nie może zostać modyfikowany."
186
+
187
+#: index.php:104 index.php:97
188
+msgid "control panel"
189
+msgstr "panel sterowania"
190
+
191
+#: index.php:153 bm.php:122 index.php:131
192
+msgid "New Post"
193
+msgstr "Nowy Post"
194
+
195
+#: index.php:154 index.php:132
196
+msgid "Chat"
197
+msgstr "Chat"
198
+
199
+#: index.php:155 index.php:133
200
+msgid "Quote"
201
+msgstr "Cytat"
202
+
203
+#: index.php:156 bm.php:138 index.php:134
204
+msgid "Link"
205
+msgstr "Link"
206
+
207
+#: index.php:157 bm.php:148 index.php:135
208
+msgid "Audio"
209
+msgstr "Audio"
210
+
211
+#: index.php:158 bm.php:143 index.php:136
212
+msgid "Video"
213
+msgstr "Video"
214
+
215
+#: index.php:159 bm.php:133 index.php:137
216
+msgid "Picture"
217
+msgstr "Obraz"
218
+
219
+#: index.php:160 bm.php:128 index.php:138
220
+msgid "Regular"
221
+msgstr "Normalny"
222
+
223
+#: index.php:167 index.php:145
224
+msgid ""
225
+"A new gelato version has been released and is ready <a href=\"http://www."
226
+"gelatocms.com/\">for download</a>."
227
+msgstr ""
228
+"Nowa wersja gelato jest dostępna, <a href=\"http://www.gelatocms.com/"
229
+"\">kliknij tutaj, aby kontynuować.</a>."
230
+
231
+#: index.php:172 index.php:150
232
+msgid "The post has been eliminated successfully."
233
+msgstr "Post usunięty pomyślnie."
234
+
235
+#: index.php:178 index.php:156
236
+msgid "The post has been modified successfully."
237
+msgstr "Post modyfikowany pomyślnie."
238
+
239
+#: index.php:184 index.php:162
240
+msgid "The post has been added successfully."
241
+msgstr "Post dodany pomyślnie."
242
+
243
+#: index.php:190 index.php:168
244
+msgid "Error on the database server:"
245
+msgstr "Błąd serwera bazy danych:"
246
+
247
+#: index.php:196 index.php:174
248
+msgid "Not an MP3 file or an upload problem."
249
+msgstr "To nie jest plik MP3, lub wystąpił błąd wgrywania pliku."
250
+
251
+#: index.php:202 index.php:180
252
+msgid "Not a photo file or an upload problem."
253
+msgstr "To nie jest plik obrazu, lub wystąpił błąd wgrywania pliku."
254
+
255
+#: index.php:305 bm.php:203 index.php:285
256
+msgid "syntax is supported."
257
+msgstr "syntax is supported."
258
+
259
+#: index.php:322 options.php:100 settings.php:73 feeds.php:92 index.php:304
260
+#: options.php:102 settings.php:64
261
+msgid "Options"
262
+msgstr "Opcje"
263
+
264
+#: index.php:324 index.php:307
265
+msgid "Comments"
266
+msgstr "Komentarze"
267
+
268
+#: index.php:428 index.php:415
269
+msgid "No posts in this tumblelog."
270
+msgstr "Brak postów."
271
+
272
+#: options.php:61 options.php:68
273
+msgid "options"
274
+msgstr "opcje"
275
+
276
+#: options.php:96 options.php:98
277
+msgid "Tumblelog options"
278
+msgstr "Opcje Tumbleloga"
279
+
280
+#: options.php:97 settings.php:71 user.php:81 feeds.php:91 options.php:99
281
+#: settings.php:62 user.php:77
282
+msgid "Post"
283
+msgstr "Post"
284
+
285
+#: options.php:106 settings.php:80 options.php:107 settings.php:70
286
+msgid "The configuration has been modified successfully."
287
+msgstr "Konfiguracja zakończona pomyślnie."
288
+
289
+#: options.php:111 settings.php:85 options.php:112 settings.php:75
290
+msgid "Error on the database server: "
291
+msgstr "Błąd serwera bazy danych: "
292
+
293
+#: options.php:120 options.php:121
294
+msgid "Rich text editor:"
295
+msgstr "Rich text editor:"
296
+
297
+#: options.php:122 options.php:128 options.php:134 options.php:123
298
+#: options.php:129 options.php:135 options.php:206
299
+msgid "Active"
300
+msgstr "Aktywny"
301
+
302
+#: options.php:123 options.php:129 options.php:135 options.php:124
303
+#: options.php:130 options.php:136 options.php:207
304
+msgid "Deactive"
305
+msgstr "Nieaktywny"
306
+
307
+#: options.php:126 options.php:127
308
+msgid "URL friendly:"
309
+msgstr "URL friendly:"
310
+
311
+#: options.php:132 options.php:133
312
+msgid "Allow readers comments:"
313
+msgstr "Zezwól czytelnikom komentować:"
314
+
315
+#: options.php:138 options.php:139
316
+msgid "Time Offset:"
317
+msgstr "Time Offset:"
318
+
319
+#: options.php:206 settings.php:129 user.php:139 options.php:230
320
+#: settings.php:119 user.php:134
321
+msgid "Modify"
322
+msgstr "Modyfikuj"
323
+
324
+#: settings.php:35 settings.php:31
325
+msgid "settings"
326
+msgstr "ustawienia"
327
+
328
+#: settings.php:70 settings.php:61
329
+msgid "Tumblelog configuration"
330
+msgstr "Konfiguracja Tumbleloga"
331
+
332
+#: settings.php:94 settings.php:84
333
+msgid "Title:"
334
+msgstr "Tytuł:"
335
+
336
+#: settings.php:96 settings.php:86
337
+msgid "Description:"
338
+msgstr "Opis:"
339
+
340
+#: settings.php:98 settings.php:88
341
+msgid "Installation URL"
342
+msgstr "Ścieżka instalacji URL"
343
+
344
+#: settings.php:100 settings.php:90
345
+msgid "Post limit:"
346
+msgstr "Limit postów:"
347
+
348
+#: settings.php:102 settings.php:92
349
+msgid "Language:"
350
+msgstr "Język:"
351
+
352
+#: settings.php:114 settings.php:104
353
+msgid "Template:"
354
+msgstr "Szablon:"
355
+
356
+#: user.php:56 user.php:52
357
+msgid "add user"
358
+msgstr "dodaj użytkownika"
359
+
360
+#: user.php:80 login.php:77 user.php:76
361
+msgid "Start session"
362
+msgstr "Rozpocznij sesje"
363
+
364
+#: user.php:83 user.php:139 feeds.php:127 user.php:79 user.php:134
365
+msgid "Add"
366
+msgstr "Dodaj"
367
+
368
+#: user.php:99 user.php:95
369
+msgid "user:"
370
+msgstr "użytkownik:"
371
+
372
+#: user.php:115 user.php:110
373
+msgid "password:"
374
+msgstr "hasło:"
375
+
376
+#: user.php:119 user.php:114
377
+msgid "retype password:"
378
+msgstr "powtórz hasło:"
379
+
380
+#: user.php:123 user.php:118
381
+msgid "name:"
382
+msgstr "nazwa:"
383
+
384
+#: user.php:127 user.php:122
385
+msgid "e-mail:"
386
+msgstr "e-mail:"
387
+
388
+#: user.php:131 user.php:126
389
+msgid "website:"
390
+msgstr "website:"
391
+
392
+#: user.php:135 user.php:130
393
+msgid "about:"
394
+msgstr "o mnie:"
395
+
396
+#: login.php:35
397
+msgid "login screen"
398
+msgstr ""
399
+
400
+#: login.php:65 admin.php:51 comments.php:86 index.php:119 options.php:86
401
+#: settings.php:49 user.php:64
402
+msgid "Processing request&hellip;"
403
+msgstr ""
404
+
405
+#: login.php:86
406
+msgid "User:"
407
+msgstr ""
408
+
409
+#: login.php:88
410
+msgid "Password:"
411
+msgstr ""
412
+
413
+#: login.php:90
414
+msgid "Remember me:"
415
+msgstr ""
416
+
417
+#: login.php:101
418
+msgid "&nbsp;You must be registered to use gelato."
419
+msgstr ""
420
+
421
+#: login.php:108
422
+msgid "&nbsp;You must be logged on the system."
423
+msgstr ""
424
+
425
+#: ajax.php:23
426
+msgid "&nbsp;ending session&hellip;"
427
+msgstr ""
428
+
429
+#: ajax.php:25
430
+msgid "&nbsp;failure ending session&hellip;"
431
+msgstr ""
432
+
433
+#: bm.php:102
434
+msgid "Must be a valid URL"
435
+msgstr ""
436
+
437
+#: bm.php:110
438
+msgid "bookmarklet"
439
+msgstr ""
440
+
441
+#: close.php:53
442
+msgid "Ending session&hellip;"
443
+msgstr ""
444
+
445
+#: feeds.php:27
446
+msgid "Feed added"
447
+msgstr ""
448
+
449
+#: feeds.php:34
450
+msgid "Feed deleted"
451
+msgstr ""
452
+
453
+#: feeds.php:43 index.php:305
454
+msgid "Feeds"
455
+msgstr ""
456
+
457
+#: feeds.php:55
458
+msgid "Feed Url:"
459
+msgstr ""
460
+
461
+#: feeds.php:55
462
+msgid " username:"
463
+msgstr ""
464
+
465
+#: feeds.php:89
466
+msgid "Configure your feeds"
467
+msgstr ""
468
+
469
+#: feeds.php:103
470
+msgid "Import data from:"
471
+msgstr ""
472
+
473
+#: feeds.php:115
474
+msgid "Import As:"
475
+msgstr ""
476
+
477
+#: feeds.php:117
478
+msgid "Text"
479
+msgstr ""
480
+
481
+#: feeds.php:118
482
+msgid "Photos"
483
+msgstr ""
484
+
485
+#: feeds.php:122
486
+msgid "Feed Url (double check):"
487
+msgstr ""
488
+
489
+#: feeds.php:125
490
+msgid "Show credits on each post?"
491
+msgstr ""
492
+
493
+#: feeds.php:138 feeds.php:140
494
+msgid "Delete this Feed"
495
+msgstr ""
496
+
497
+#: feeds.php:138
498
+msgid "Error updating"
499
+msgstr ""
500
+
501
+#: feeds.php:140
502
+msgid "Last update"
503
+msgstr ""
504
+
505
+#: feeds.php:140
506
+msgid "Importing"
507
+msgstr ""
508
+
509
+#: index.php:287
510
+msgid "add to gelato"
511
+msgstr ""
512
+
513
+#: options.php:204
514
+msgid "Shorten long URLs:"
515
+msgstr ""
516
+
517
+#: options.php:210
518
+msgid "Import feeds every:"
519
+msgstr ""
520
+
521
+#: options.php:213 options.php:214 options.php:215 options.php:216
522
+#: options.php:217
523
+msgid "minutes"
524
+msgstr ""
525
+
526
+#: options.php:218
527
+msgid "hour"
528
+msgstr ""
529
+
530
+#: options.php:219 options.php:220 options.php:221 options.php:222
531
+#: options.php:223 options.php:224
532
+msgid "hours"
533
+msgstr ""

BIN
languages/pt-br/messages.mo Dosyayı Görüntüle


+ 537 - 422
languages/pt-br/messages.po Dosyayı Görüntüle

@@ -1,422 +1,537 @@
1
-# SOME DESCRIPTIVE TITLE.
2
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
-# This file is distributed under the same license as the PACKAGE package.
4
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
-#
6
-msgid ""
7
-msgstr ""
8
-"Project-Id-Version: gelato cms\n"
9
-"Report-Msgid-Bugs-To: \n"
10
-"POT-Creation-Date: 2007-07-29 22:39-0500\n"
11
-"PO-Revision-Date: 2007-11-06 12:29-0600\n"
12
-"Last-Translator: Pedro Santana <psantana@gelatocms.com>\n"
13
-"Language-Team: \n"
14
-"MIME-Version: 1.0\n"
15
-"Content-Type: text/plain; charset=utf-8\n"
16
-"Content-Transfer-Encoding: 8bit\n"
17
-"X-Poedit-Language: Portuguese\n"
18
-"X-Poedit-Country: BRAZIL\n"
19
-
20
-#: admin.php:28
21
-msgid "admin users"
22
-msgstr "gerenciar usuários"
23
-
24
-#: admin.php:52
25
-#: comments.php:98
26
-#: index.php:141
27
-#: options.php:84
28
-#: settings.php:58
29
-#: user.php:68
30
-msgid "Processing request..."
31
-msgstr "Processando requisições..."
32
-
33
-#: admin.php:55
34
-#: close.php:39
35
-#: comments.php:101
36
-#: index.php:144
37
-#: options.php:87
38
-#: settings.php:61
39
-#: user.php:71
40
-msgid "home"
41
-msgstr "início"
42
-
43
-#: admin.php:57
44
-#: index.php:146
45
-msgid "View Tumblelog"
46
-msgstr "Visualizar Tumblelog"
47
-
48
-#: admin.php:58
49
-#: index.php:147
50
-msgid "Log out"
51
-msgstr "Log out"
52
-
53
-#: admin.php:66
54
-#: index.php:321
55
-#: options.php:99
56
-#: settings.php:74
57
-msgid "Settings"
58
-msgstr "Preferências"
59
-
60
-#: admin.php:67
61
-#: comments.php:111
62
-#: index.php:325
63
-msgid "Posts"
64
-msgstr "Posts"
65
-
66
-#: admin.php:68
67
-msgid "Add user"
68
-msgstr "Adicionar usuário"
69
-
70
-#: admin.php:69
71
-#: index.php:323
72
-#: options.php:98
73
-#: settings.php:72
74
-#: user.php:82
75
-msgid "Users"
76
-msgstr "Usuários"
77
-
78
-#: admin.php:75
79
-msgid "The user has been added successfully."
80
-msgstr "O usuário foi adicionado com sucesso."
81
-
82
-#: admin.php:81
83
-msgid "The user has been eliminated successfully."
84
-msgstr "O usuário foi eliminado com sucesso."
85
-
86
-#: admin.php:87
87
-msgid "The user has been modified successfully."
88
-msgstr "O usuário foi modificado com sucesso."
89
-
90
-#: admin.php:93
91
-#: ajax.php:36
92
-msgid "The username is not available."
93
-msgstr "Este nome de usuário não está disponível."
94
-
95
-#: admin.php:95
96
-msgid "Error on the database server:."
97
-msgstr "Erro no servidor de banco de dados:."
98
-
99
-#: admin.php:103
100
-msgid "Login"
101
-msgstr "Login"
102
-
103
-#: admin.php:104
104
-msgid "Name"
105
-msgstr "Nome"
106
-
107
-#: admin.php:105
108
-msgid "Actions"
109
-msgstr "Ações"
110
-
111
-#: admin.php:123
112
-#: comments.php:113
113
-#: user.php:83
114
-msgid "Edit"
115
-msgstr "Editar"
116
-
117
-#: admin.php:126
118
-msgid "Delete"
119
-msgstr "Apagar"
120
-
121
-#: admin.php:135
122
-msgid "No users available."
123
-msgstr "Não há usuários disponíveis."
124
-
125
-#: ajax.php:23
126
-msgid "&nbsp;ending session..."
127
-msgstr "&nbsp;finalizando sessão..."
128
-
129
-#: ajax.php:25
130
-msgid "&nbsp;failure ending session..."
131
-msgstr "&nbsp;falha ao finalizar sessão..."
132
-
133
-#: ajax.php:31
134
-msgid "Required field cannot be left blank."
135
-msgstr "Campo obrigatório não pode ser deixado em branco."
136
-
137
-#: ajax.php:34
138
-msgid "Username available."
139
-msgstr "Nome de usuário disponível."
140
-
141
-#: close.php:27
142
-msgid "logout"
143
-msgstr "logout"
144
-
145
-#: close.php:41
146
-#: comments.php:103
147
-#: index.php:146
148
-#: options.php:89
149
-#: settings.php:63
150
-#: user.php:73
151
-msgid "Take me to the tumblelog"
152
-msgstr "Ir para o tumbelog"
153
-
154
-#: close.php:41
155
-#: comments.php:103
156
-#: options.php:89
157
-#: settings.php:63
158
-#: user.php:73
159
-msgid "Back to the Tumblelog"
160
-msgstr "Voltar para o Tumblelog"
161
-
162
-#: close.php:48
163
-msgid "Closing session"
164
-msgstr "Fechando sessão"
165
-
166
-#: close.php:49
167
-msgid "logoff"
168
-msgstr "sair"
169
-
170
-#: close.php:57
171
-msgid "Ending session..."
172
-msgstr "Terminando sessão..."
173
-
174
-#: close.php:61
175
-msgid "Has happened an error when closing the session."
176
-msgstr "Ocorreu um erro ao fechar a sessão."
177
-
178
-#: comments.php:74
179
-msgid "comments"
180
-msgstr "comentários"
181
-
182
-#: comments.php:110
183
-msgid "Manage comments"
184
-msgstr "Gerenciar comentários"
185
-
186
-#: comments.php:112
187
-msgid "Spam"
188
-msgstr "Spam"
189
-
190
-#: comments.php:113
191
-msgid "List"
192
-msgstr "Lista"
193
-
194
-#: comments.php:119
195
-msgid "The comment has been eliminated successfully."
196
-msgstr "O comentário foi apagado com sucesso."
197
-
198
-#: comments.php:122
199
-msgid "The post has NOT been eliminated."
200
-msgstr "O post não pôde ser deletado."
201
-
202
-#: comments.php:128
203
-msgid "The comment has been modified successfully."
204
-msgstr "O comentário foi editado com sucesso."
205
-
206
-#: comments.php:131
207
-msgid "The post has NOT been modified."
208
-msgstr "O post não pôde ser editado."
209
-
210
-#: index.php:104
211
-msgid "control panel"
212
-msgstr "painel de controle"
213
-
214
-#: index.php:153
215
-msgid "New Post"
216
-msgstr "Novo Post"
217
-
218
-#: index.php:154
219
-msgid "Chat"
220
-msgstr "Chat"
221
-
222
-#: index.php:155
223
-msgid "Quote"
224
-msgstr "Quote"
225
-
226
-#: index.php:156
227
-msgid "Link"
228
-msgstr "Link"
229
-
230
-#: index.php:157
231
-msgid "Audio"
232
-msgstr "Áudio"
233
-
234
-#: index.php:158
235
-msgid "Video"
236
-msgstr "Vídeo"
237
-
238
-#: index.php:159
239
-msgid "Picture"
240
-msgstr "Imagem"
241
-
242
-#: index.php:160
243
-msgid "Regular"
244
-msgstr "Regular"
245
-
246
-#: index.php:167
247
-msgid "A new gelato version has been released and is ready <a href=\"http://www.gelatocms.com/\">for download</a>."
248
-msgstr "Uma nova versão do gelato foi lançada e está disponível <a href=\"http://www.gelatocms.com/\">para download</a>."
249
-
250
-#: index.php:172
251
-msgid "The post has been eliminated successfully."
252
-msgstr "O post foi deletado com sucesso."
253
-
254
-#: index.php:178
255
-msgid "The post has been modified successfully."
256
-msgstr "O post foi modificado com sucesso."
257
-
258
-#: index.php:184
259
-msgid "The post has been added successfully."
260
-msgstr "O post foi adicionado com sucesso."
261
-
262
-#: index.php:190
263
-msgid "Error on the database server:"
264
-msgstr "Erro no servidor de banco de dados:"
265
-
266
-#: index.php:196
267
-msgid "Not an MP3 file or an upload problem."
268
-msgstr "Não é um arquivo MP3. Além disso, pode ter havido um problema ao fazer o upload do arquivo."
269
-
270
-#: index.php:202
271
-msgid "Not a photo file or an upload problem."
272
-msgstr "Não é um arquivo de foto. Além disso, pode ter havido um problema ao fazer o upload do arquivo."
273
-
274
-#: index.php:305
275
-msgid "syntax is supported."
276
-msgstr "sintaxe aceita."
277
-
278
-#: index.php:322
279
-#: options.php:100
280
-#: settings.php:73
281
-msgid "Options"
282
-msgstr "Opções"
283
-
284
-#: index.php:324
285
-msgid "Comments"
286
-msgstr "Comentários"
287
-
288
-#: index.php:428
289
-msgid "No posts in this tumblelog."
290
-msgstr "Não há posts nesse tumblelog."
291
-
292
-#: options.php:61
293
-msgid "options"
294
-msgstr "opções"
295
-
296
-#: options.php:96
297
-msgid "Tumblelog options"
298
-msgstr "Opções do tumblelog"
299
-
300
-#: options.php:97
301
-#: settings.php:71
302
-#: user.php:81
303
-msgid "Post"
304
-msgstr "Post"
305
-
306
-#: options.php:106
307
-#: settings.php:80
308
-msgid "The configuration has been modified successfully."
309
-msgstr "As configurações foram modificadas com sucesso."
310
-
311
-#: options.php:111
312
-#: settings.php:85
313
-msgid "Error on the database server: "
314
-msgstr "Erro no servidor de banco de dados: "
315
-
316
-#: options.php:120
317
-msgid "Rich text editor:"
318
-msgstr "Editor Rich Text:"
319
-
320
-#: options.php:122
321
-#: options.php:128
322
-#: options.php:134
323
-msgid "Active"
324
-msgstr "Ativo"
325
-
326
-#: options.php:123
327
-#: options.php:129
328
-#: options.php:135
329
-msgid "Deactive"
330
-msgstr "Desativo"
331
-
332
-#: options.php:126
333
-msgid "URL friendly:"
334
-msgstr "URL amigável:"
335
-
336
-#: options.php:132
337
-msgid "Allow readers comments:"
338
-msgstr "Permitir comentários dos leitores:"
339
-
340
-#: options.php:138
341
-msgid "Time Offset:"
342
-msgstr "Ajuste de hora:"
343
-
344
-#: options.php:206
345
-#: settings.php:129
346
-#: user.php:139
347
-msgid "Modify"
348
-msgstr "Modificar"
349
-
350
-#: settings.php:35
351
-msgid "settings"
352
-msgstr "configurações"
353
-
354
-#: settings.php:70
355
-msgid "Tumblelog configuration"
356
-msgstr "Configurações do tumblelog"
357
-
358
-#: settings.php:94
359
-msgid "Title:"
360
-msgstr "Título:"
361
-
362
-#: settings.php:96
363
-msgid "Description:"
364
-msgstr "Descrição:"
365
-
366
-#: settings.php:98
367
-msgid "Installation URL"
368
-msgstr "URL de instalação"
369
-
370
-#: settings.php:100
371
-msgid "Post limit:"
372
-msgstr "Limite de post:"
373
-
374
-#: settings.php:102
375
-msgid "Language:"
376
-msgstr "Idioma:"
377
-
378
-#: settings.php:114
379
-msgid "Template:"
380
-msgstr "Modelo:"
381
-
382
-#: user.php:56
383
-msgid "add user"
384
-msgstr "adicionar usuário"
385
-
386
-#: user.php:80
387
-msgid "Start session"
388
-msgstr "Iniciar sessão"
389
-
390
-#: user.php:83
391
-#: user.php:139
392
-msgid "Add"
393
-msgstr "Adicionar"
394
-
395
-#: user.php:99
396
-msgid "user:"
397
-msgstr "usuário:"
398
-
399
-#: user.php:115
400
-msgid "password:"
401
-msgstr "senha:"
402
-
403
-#: user.php:119
404
-msgid "retype password:"
405
-msgstr "redigite a senha:"
406
-
407
-#: user.php:123
408
-msgid "name:"
409
-msgstr "nome:"
410
-
411
-#: user.php:127
412
-msgid "e-mail:"
413
-msgstr "e-mail:"
414
-
415
-#: user.php:131
416
-msgid "website:"
417
-msgstr "website:"
418
-
419
-#: user.php:135
420
-msgid "about:"
421
-msgstr "sobre:"
422
-
1
+# SOME DESCRIPTIVE TITLE.
2
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+# This file is distributed under the same license as the PACKAGE package.
4
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+#
6
+#, fuzzy
7
+msgid ""
8
+msgstr ""
9
+"Project-Id-Version: PACKAGE VERSION\n"
10
+"Report-Msgid-Bugs-To: \n"
11
+"POT-Creation-Date: 2007-11-06 12:46-0600\n"
12
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
+"Language-Team: LANGUAGE <LL@li.org>\n"
15
+"MIME-Version: 1.0\n"
16
+"Content-Type: text/plain; charset=UTF-8\n"
17
+"Content-Transfer-Encoding: 8bit\n"
18
+
19
+#: admin.php:28 admin.php:25
20
+msgid "admin users"
21
+msgstr "gerenciar usuários"
22
+
23
+#: admin.php:52 comments.php:98 index.php:141 options.php:84 settings.php:58
24
+#: user.php:68
25
+msgid "Processing request..."
26
+msgstr "Processando requisições..."
27
+
28
+#: admin.php:55 close.php:39 comments.php:101 index.php:144 options.php:87
29
+#: settings.php:61 user.php:71 login.php:68 admin.php:54 close.php:35
30
+#: comments.php:89 feeds.php:81 index.php:122 options.php:89 settings.php:52
31
+#: user.php:67
32
+msgid "home"
33
+msgstr "início"
34
+
35
+#: admin.php:57 index.php:146 admin.php:56 index.php:124
36
+msgid "View Tumblelog"
37
+msgstr "Visualizar Tumblelog"
38
+
39
+#: admin.php:58 index.php:147 admin.php:57 index.php:125
40
+msgid "Log out"
41
+msgstr "Log out"
42
+
43
+#: admin.php:66 index.php:321 options.php:99 settings.php:74 admin.php:65
44
+#: index.php:303 options.php:101 settings.php:65
45
+msgid "Settings"
46
+msgstr "Preferências"
47
+
48
+#: admin.php:67 comments.php:111 index.php:325 admin.php:66 comments.php:99
49
+#: index.php:308
50
+msgid "Posts"
51
+msgstr "Posts"
52
+
53
+#: admin.php:68 admin.php:67
54
+msgid "Add user"
55
+msgstr "Adicionar usuário"
56
+
57
+#: admin.php:69 index.php:323 options.php:98 settings.php:72 user.php:82
58
+#: admin.php:68 index.php:306 options.php:100 settings.php:63 user.php:78
59
+msgid "Users"
60
+msgstr "Usuários"
61
+
62
+#: admin.php:75 admin.php:74
63
+msgid "The user has been added successfully."
64
+msgstr "O usuário foi adicionado com sucesso."
65
+
66
+#: admin.php:81 admin.php:80
67
+msgid "The user has been eliminated successfully."
68
+msgstr "O usuário foi eliminado com sucesso."
69
+
70
+#: admin.php:87 admin.php:86
71
+msgid "The user has been modified successfully."
72
+msgstr "O usuário foi modificado com sucesso."
73
+
74
+#: admin.php:93 ajax.php:36 admin.php:92
75
+msgid "The username is not available."
76
+msgstr "Este nome de usuário não está disponível."
77
+
78
+#: admin.php:95 admin.php:94
79
+msgid "Error on the database server:."
80
+msgstr "Erro no servidor de banco de dados:."
81
+
82
+#: admin.php:103 login.php:78 admin.php:102
83
+msgid "Login"
84
+msgstr "Login"
85
+
86
+#: admin.php:104 admin.php:103
87
+msgid "Name"
88
+msgstr "Nome"
89
+
90
+#: admin.php:105 admin.php:104
91
+msgid "Actions"
92
+msgstr "Ações"
93
+
94
+#: admin.php:123 comments.php:113 user.php:83 admin.php:118 comments.php:101
95
+#: user.php:79
96
+msgid "Edit"
97
+msgstr "Editar"
98
+
99
+#: admin.php:126 admin.php:119
100
+msgid "Delete"
101
+msgstr "Apagar"
102
+
103
+#: admin.php:135 admin.php:128
104
+msgid "No users available."
105
+msgstr "Não há usuários disponíveis."
106
+
107
+#: ajax.php:23
108
+msgid "&nbsp;ending session..."
109
+msgstr "&nbsp;finalizando sessão..."
110
+
111
+#: ajax.php:25
112
+msgid "&nbsp;failure ending session..."
113
+msgstr "&nbsp;falha ao finalizar sessão..."
114
+
115
+#: ajax.php:31
116
+msgid "Required field cannot be left blank."
117
+msgstr "Campo obrigatório não pode ser deixado em branco."
118
+
119
+#: ajax.php:34
120
+msgid "Username available."
121
+msgstr "Nome de usuário disponível."
122
+
123
+#: close.php:27 close.php:23
124
+msgid "logout"
125
+msgstr "logout"
126
+
127
+#: close.php:41 comments.php:103 index.php:146 options.php:89 settings.php:63
128
+#: user.php:73 login.php:70 close.php:37 comments.php:91 feeds.php:83
129
+#: index.php:124 options.php:91 settings.php:54 user.php:69
130
+msgid "Take me to the tumblelog"
131
+msgstr "Ir para o tumbelog"
132
+
133
+#: close.php:41 comments.php:103 options.php:89 settings.php:63 user.php:73
134
+#: login.php:70 close.php:37 comments.php:91 feeds.php:83 options.php:91
135
+#: settings.php:54 user.php:69
136
+msgid "Back to the Tumblelog"
137
+msgstr "Voltar para o Tumblelog"
138
+
139
+#: close.php:48 close.php:44
140
+msgid "Closing session"
141
+msgstr "Fechando sessão"
142
+
143
+#: close.php:49 close.php:45
144
+msgid "logoff"
145
+msgstr "sair"
146
+
147
+#: close.php:57
148
+msgid "Ending session..."
149
+msgstr "Terminando sessão..."
150
+
151
+#: close.php:61 close.php:57
152
+msgid "Has happened an error when closing the session."
153
+msgstr "Ocorreu um erro ao fechar a sessão."
154
+
155
+#: comments.php:74 comments.php:67
156
+msgid "comments"
157
+msgstr "comentários"
158
+
159
+#: comments.php:110 comments.php:98
160
+msgid "Manage comments"
161
+msgstr "Gerenciar comentários"
162
+
163
+#: comments.php:112 comments.php:100
164
+msgid "Spam"
165
+msgstr "Spam"
166
+
167
+#: comments.php:113 comments.php:101
168
+msgid "List"
169
+msgstr "Lista"
170
+
171
+#: comments.php:119 comments.php:107
172
+msgid "The comment has been eliminated successfully."
173
+msgstr "O comentário foi apagado com sucesso."
174
+
175
+#: comments.php:122 comments.php:110
176
+msgid "The post has NOT been eliminated."
177
+msgstr "O post não pôde ser deletado."
178
+
179
+#: comments.php:128 comments.php:116
180
+msgid "The comment has been modified successfully."
181
+msgstr "O comentário foi editado com sucesso."
182
+
183
+#: comments.php:131 comments.php:119
184
+msgid "The post has NOT been modified."
185
+msgstr "O post não pôde ser editado."
186
+
187
+#: index.php:104 index.php:97
188
+msgid "control panel"
189
+msgstr "painel de controle"
190
+
191
+#: index.php:153 bm.php:122 index.php:131
192
+msgid "New Post"
193
+msgstr "Novo Post"
194
+
195
+#: index.php:154 index.php:132
196
+msgid "Chat"
197
+msgstr "Chat"
198
+
199
+#: index.php:155 index.php:133
200
+msgid "Quote"
201
+msgstr "Quote"
202
+
203
+#: index.php:156 bm.php:138 index.php:134
204
+msgid "Link"
205
+msgstr "Link"
206
+
207
+#: index.php:157 bm.php:148 index.php:135
208
+msgid "Audio"
209
+msgstr "Áudio"
210
+
211
+#: index.php:158 bm.php:143 index.php:136
212
+msgid "Video"
213
+msgstr "Vídeo"
214
+
215
+#: index.php:159 bm.php:133 index.php:137
216
+msgid "Picture"
217
+msgstr "Imagem"
218
+
219
+#: index.php:160 bm.php:128 index.php:138
220
+msgid "Regular"
221
+msgstr "Regular"
222
+
223
+#: index.php:167 index.php:145
224
+msgid ""
225
+"A new gelato version has been released and is ready <a href=\"http://www."
226
+"gelatocms.com/\">for download</a>."
227
+msgstr ""
228
+"Uma nova versão do gelato foi lançada e está disponível <a href=\"http://www."
229
+"gelatocms.com/\">para download</a>."
230
+
231
+#: index.php:172 index.php:150
232
+msgid "The post has been eliminated successfully."
233
+msgstr "O post foi deletado com sucesso."
234
+
235
+#: index.php:178 index.php:156
236
+msgid "The post has been modified successfully."
237
+msgstr "O post foi modificado com sucesso."
238
+
239
+#: index.php:184 index.php:162
240
+msgid "The post has been added successfully."
241
+msgstr "O post foi adicionado com sucesso."
242
+
243
+#: index.php:190 index.php:168
244
+msgid "Error on the database server:"
245
+msgstr "Erro no servidor de banco de dados:"
246
+
247
+#: index.php:196 index.php:174
248
+msgid "Not an MP3 file or an upload problem."
249
+msgstr ""
250
+"Não é um arquivo MP3. Além disso, pode ter havido um problema ao fazer o "
251
+"upload do arquivo."
252
+
253
+#: index.php:202 index.php:180
254
+msgid "Not a photo file or an upload problem."
255
+msgstr ""
256
+"Não é um arquivo de foto. Além disso, pode ter havido um problema ao fazer o "
257
+"upload do arquivo."
258
+
259
+#: index.php:305 bm.php:203 index.php:285
260
+msgid "syntax is supported."
261
+msgstr "sintaxe aceita."
262
+
263
+#: index.php:322 options.php:100 settings.php:73 feeds.php:92 index.php:304
264
+#: options.php:102 settings.php:64
265
+msgid "Options"
266
+msgstr "Opções"
267
+
268
+#: index.php:324 index.php:307
269
+msgid "Comments"
270
+msgstr "Comentários"
271
+
272
+#: index.php:428 index.php:415
273
+msgid "No posts in this tumblelog."
274
+msgstr "Não há posts nesse tumblelog."
275
+
276
+#: options.php:61 options.php:68
277
+msgid "options"
278
+msgstr "opções"
279
+
280
+#: options.php:96 options.php:98
281
+msgid "Tumblelog options"
282
+msgstr "Opções do tumblelog"
283
+
284
+#: options.php:97 settings.php:71 user.php:81 feeds.php:91 options.php:99
285
+#: settings.php:62 user.php:77
286
+msgid "Post"
287
+msgstr "Post"
288
+
289
+#: options.php:106 settings.php:80 options.php:107 settings.php:70
290
+msgid "The configuration has been modified successfully."
291
+msgstr "As configurações foram modificadas com sucesso."
292
+
293
+#: options.php:111 settings.php:85 options.php:112 settings.php:75
294
+msgid "Error on the database server: "
295
+msgstr "Erro no servidor de banco de dados: "
296
+
297
+#: options.php:120 options.php:121
298
+msgid "Rich text editor:"
299
+msgstr "Editor Rich Text:"
300
+
301
+#: options.php:122 options.php:128 options.php:134 options.php:123
302
+#: options.php:129 options.php:135 options.php:206
303
+msgid "Active"
304
+msgstr "Ativo"
305
+
306
+#: options.php:123 options.php:129 options.php:135 options.php:124
307
+#: options.php:130 options.php:136 options.php:207
308
+msgid "Deactive"
309
+msgstr "Desativo"
310
+
311
+#: options.php:126 options.php:127
312
+msgid "URL friendly:"
313
+msgstr "URL amigável:"
314
+
315
+#: options.php:132 options.php:133
316
+msgid "Allow readers comments:"
317
+msgstr "Permitir comentários dos leitores:"
318
+
319
+#: options.php:138 options.php:139
320
+msgid "Time Offset:"
321
+msgstr "Ajuste de hora:"
322
+
323
+#: options.php:206 settings.php:129 user.php:139 options.php:230
324
+#: settings.php:119 user.php:134
325
+msgid "Modify"
326
+msgstr "Modificar"
327
+
328
+#: settings.php:35 settings.php:31
329
+msgid "settings"
330
+msgstr "configurações"
331
+
332
+#: settings.php:70 settings.php:61
333
+msgid "Tumblelog configuration"
334
+msgstr "Configurações do tumblelog"
335
+
336
+#: settings.php:94 settings.php:84
337
+msgid "Title:"
338
+msgstr "Título:"
339
+
340
+#: settings.php:96 settings.php:86
341
+msgid "Description:"
342
+msgstr "Descrição:"
343
+
344
+#: settings.php:98 settings.php:88
345
+msgid "Installation URL"
346
+msgstr "URL de instalação"
347
+
348
+#: settings.php:100 settings.php:90
349
+msgid "Post limit:"
350
+msgstr "Limite de post:"
351
+
352
+#: settings.php:102 settings.php:92
353
+msgid "Language:"
354
+msgstr "Idioma:"
355
+
356
+#: settings.php:114 settings.php:104
357
+msgid "Template:"
358
+msgstr "Modelo:"
359
+
360
+#: user.php:56 user.php:52
361
+msgid "add user"
362
+msgstr "adicionar usuário"
363
+
364
+#: user.php:80 login.php:77 user.php:76
365
+msgid "Start session"
366
+msgstr "Iniciar sessão"
367
+
368
+#: user.php:83 user.php:139 feeds.php:127 user.php:79 user.php:134
369
+msgid "Add"
370
+msgstr "Adicionar"
371
+
372
+#: user.php:99 user.php:95
373
+msgid "user:"
374
+msgstr "usuário:"
375
+
376
+#: user.php:115 user.php:110
377
+msgid "password:"
378
+msgstr "senha:"
379
+
380
+#: user.php:119 user.php:114
381
+msgid "retype password:"
382
+msgstr "redigite a senha:"
383
+
384
+#: user.php:123 user.php:118
385
+msgid "name:"
386
+msgstr "nome:"
387
+
388
+#: user.php:127 user.php:122
389
+msgid "e-mail:"
390
+msgstr "e-mail:"
391
+
392
+#: user.php:131 user.php:126
393
+msgid "website:"
394
+msgstr "website:"
395
+
396
+#: user.php:135 user.php:130
397
+msgid "about:"
398
+msgstr "sobre:"
399
+
400
+#: login.php:35
401
+msgid "login screen"
402
+msgstr ""
403
+
404
+#: login.php:65 admin.php:51 comments.php:86 index.php:119 options.php:86
405
+#: settings.php:49 user.php:64
406
+msgid "Processing request&hellip;"
407
+msgstr ""
408
+
409
+#: login.php:86
410
+msgid "User:"
411
+msgstr ""
412
+
413
+#: login.php:88
414
+msgid "Password:"
415
+msgstr ""
416
+
417
+#: login.php:90
418
+msgid "Remember me:"
419
+msgstr ""
420
+
421
+#: login.php:101
422
+msgid "&nbsp;You must be registered to use gelato."
423
+msgstr ""
424
+
425
+#: login.php:108
426
+msgid "&nbsp;You must be logged on the system."
427
+msgstr ""
428
+
429
+#: ajax.php:23
430
+msgid "&nbsp;ending session&hellip;"
431
+msgstr ""
432
+
433
+#: ajax.php:25
434
+msgid "&nbsp;failure ending session&hellip;"
435
+msgstr ""
436
+
437
+#: bm.php:102
438
+msgid "Must be a valid URL"
439
+msgstr ""
440
+
441
+#: bm.php:110
442
+msgid "bookmarklet"
443
+msgstr ""
444
+
445
+#: close.php:53
446
+msgid "Ending session&hellip;"
447
+msgstr ""
448
+
449
+#: feeds.php:27
450
+msgid "Feed added"
451
+msgstr ""
452
+
453
+#: feeds.php:34
454
+msgid "Feed deleted"
455
+msgstr ""
456
+
457
+#: feeds.php:43 index.php:305
458
+msgid "Feeds"
459
+msgstr ""
460
+
461
+#: feeds.php:55
462
+msgid "Feed Url:"
463
+msgstr ""
464
+
465
+#: feeds.php:55
466
+msgid " username:"
467
+msgstr ""
468
+
469
+#: feeds.php:89
470
+msgid "Configure your feeds"
471
+msgstr ""
472
+
473
+#: feeds.php:103
474
+msgid "Import data from:"
475
+msgstr ""
476
+
477
+#: feeds.php:115
478
+msgid "Import As:"
479
+msgstr ""
480
+
481
+#: feeds.php:117
482
+msgid "Text"
483
+msgstr ""
484
+
485
+#: feeds.php:118
486
+msgid "Photos"
487
+msgstr ""
488
+
489
+#: feeds.php:122
490
+msgid "Feed Url (double check):"
491
+msgstr ""
492
+
493
+#: feeds.php:125
494
+msgid "Show credits on each post?"
495
+msgstr ""
496
+
497
+#: feeds.php:138 feeds.php:140
498
+msgid "Delete this Feed"
499
+msgstr ""
500
+
501
+#: feeds.php:138
502
+msgid "Error updating"
503
+msgstr ""
504
+
505
+#: feeds.php:140
506
+msgid "Last update"
507
+msgstr ""
508
+
509
+#: feeds.php:140
510
+msgid "Importing"
511
+msgstr ""
512
+
513
+#: index.php:287
514
+msgid "add to gelato"
515
+msgstr ""
516
+
517
+#: options.php:204
518
+msgid "Shorten long URLs:"
519
+msgstr ""
520
+
521
+#: options.php:210
522
+msgid "Import feeds every:"
523
+msgstr ""
524
+
525
+#: options.php:213 options.php:214 options.php:215 options.php:216
526
+#: options.php:217
527
+msgid "minutes"
528
+msgstr ""
529
+
530
+#: options.php:218
531
+msgid "hour"
532
+msgstr ""
533
+
534
+#: options.php:219 options.php:220 options.php:221 options.php:222
535
+#: options.php:223 options.php:224
536
+msgid "hours"
537
+msgstr ""

BIN
languages/ru/messages.mo Dosyayı Görüntüle


+ 533 - 423
languages/ru/messages.po Dosyayı Görüntüle

@@ -1,423 +1,533 @@
1
-# Хабрахабру привет! За поднятие кармы буду благодарен :)
2
-# http://nafigator.habrahabr.ru/
3
-# Copyright (C) 2007
4
-# This file is distributed under the same license as the gelato package.
5
-# Арсений Камышев <nafigator@gmail.com>, 2007.
6
-#
7
-msgid ""
8
-msgstr ""
9
-"Project-Id-Version: gelato cms 0.90\n"
10
-"Report-Msgid-Bugs-To: \n"
11
-"POT-Creation-Date: 2007-07-29 22:39-0500\n"
12
-"PO-Revision-Date: 2007-11-06 12:30-0600\n"
13
-"Last-Translator: Pedro Santana <psantana@gelatocms.com>\n"
14
-"Language-Team: Arseniy Kamyshev <nafigator@gmail.com>\n"
15
-"MIME-Version: 1.0\n"
16
-"Content-Type: text/plain; charset=utf-8\n"
17
-"Content-Transfer-Encoding: 8bit\n"
18
-"X-Poedit-Language: Russian\n"
19
-"X-Poedit-Country: RUSSIAN FEDERATION\n"
20
-
21
-#: admin.php:28
22
-msgid "admin users"
23
-msgstr "администраторы"
24
-
25
-#: admin.php:52
26
-#: comments.php:98
27
-#: index.php:141
28
-#: options.php:84
29
-#: settings.php:58
30
-#: user.php:68
31
-msgid "Processing request..."
32
-msgstr "Обработка запроса..."
33
-
34
-#: admin.php:55
35
-#: close.php:39
36
-#: comments.php:101
37
-#: index.php:144
38
-#: options.php:87
39
-#: settings.php:61
40
-#: user.php:71
41
-msgid "home"
42
-msgstr "главная"
43
-
44
-#: admin.php:57
45
-#: index.php:146
46
-msgid "View Tumblelog"
47
-msgstr "Открыть Тлог"
48
-
49
-#: admin.php:58
50
-#: index.php:147
51
-msgid "Log out"
52
-msgstr "Выйти"
53
-
54
-#: admin.php:66
55
-#: index.php:321
56
-#: options.php:99
57
-#: settings.php:74
58
-msgid "Settings"
59
-msgstr "Настройки"
60
-
61
-#: admin.php:67
62
-#: comments.php:111
63
-#: index.php:325
64
-msgid "Posts"
65
-msgstr "Записи"
66
-
67
-#: admin.php:68
68
-msgid "Add user"
69
-msgstr "Добавить пользователя"
70
-
71
-#: admin.php:69
72
-#: index.php:323
73
-#: options.php:98
74
-#: settings.php:72
75
-#: user.php:82
76
-msgid "Users"
77
-msgstr "Пользователи"
78
-
79
-#: admin.php:75
80
-msgid "The user has been added successfully."
81
-msgstr "Пользователь был успешно добавлен."
82
-
83
-#: admin.php:81
84
-msgid "The user has been eliminated successfully."
85
-msgstr "Пользователь был успешно удалён."
86
-
87
-#: admin.php:87
88
-msgid "The user has been modified successfully."
89
-msgstr "Пользователь был успешно отредактирован."
90
-
91
-#: admin.php:93
92
-#: ajax.php:36
93
-msgid "The username is not available."
94
-msgstr "Имя пользователя недоступно."
95
-
96
-#: admin.php:95
97
-msgid "Error on the database server:."
98
-msgstr "Ошибка базы банных сервера:."
99
-
100
-#: admin.php:103
101
-msgid "Login"
102
-msgstr "Вход"
103
-
104
-#: admin.php:104
105
-msgid "Name"
106
-msgstr "Имя"
107
-
108
-#: admin.php:105
109
-msgid "Actions"
110
-msgstr "Действия"
111
-
112
-#: admin.php:123
113
-#: comments.php:113
114
-#: user.php:83
115
-msgid "Edit"
116
-msgstr "Редактировать"
117
-
118
-#: admin.php:126
119
-msgid "Delete"
120
-msgstr "Удалить"
121
-
122
-#: admin.php:135
123
-msgid "No users available."
124
-msgstr "Нет доступных пользователей."
125
-
126
-#: ajax.php:23
127
-msgid "&nbsp;ending session..."
128
-msgstr "&nbsp;завершение сессии..."
129
-
130
-#: ajax.php:25
131
-msgid "&nbsp;failure ending session..."
132
-msgstr "&nbsp;ошибка завершения сессии..."
133
-
134
-#: ajax.php:31
135
-msgid "Required field cannot be left blank."
136
-msgstr "Обязательные поля не могут быть пустыми."
137
-
138
-#: ajax.php:34
139
-msgid "Username available."
140
-msgstr "Имя пользователя свободно."
141
-
142
-#: close.php:27
143
-msgid "logout"
144
-msgstr "выйти"
145
-
146
-#: close.php:41
147
-#: comments.php:103
148
-#: index.php:146
149
-#: options.php:89
150
-#: settings.php:63
151
-#: user.php:73
152
-msgid "Take me to the tumblelog"
153
-msgstr "Перейти к тлогу"
154
-
155
-#: close.php:41
156
-#: comments.php:103
157
-#: options.php:89
158
-#: settings.php:63
159
-#: user.php:73
160
-msgid "Back to the Tumblelog"
161
-msgstr "Вернуться в тлог"
162
-
163
-#: close.php:48
164
-msgid "Closing session"
165
-msgstr "Закрытие сессии"
166
-
167
-#: close.php:49
168
-msgid "logoff"
169
-msgstr "выход"
170
-
171
-#: close.php:57
172
-msgid "Ending session..."
173
-msgstr "Завершение сессии..."
174
-
175
-#: close.php:61
176
-msgid "Has happened an error when closing the session."
177
-msgstr "При закрытии сессии произошла ошибка."
178
-
179
-#: comments.php:74
180
-msgid "comments"
181
-msgstr "комментарии"
182
-
183
-#: comments.php:110
184
-msgid "Manage comments"
185
-msgstr "Управление комментариями"
186
-
187
-#: comments.php:112
188
-msgid "Spam"
189
-msgstr "Спам"
190
-
191
-#: comments.php:113
192
-msgid "List"
193
-msgstr "Список"
194
-
195
-#: comments.php:119
196
-msgid "The comment has been eliminated successfully."
197
-msgstr "Комментарий был успешно удалён."
198
-
199
-#: comments.php:122
200
-msgid "The post has NOT been eliminated."
201
-msgstr "Запись НЕ БЫЛА удалена."
202
-
203
-#: comments.php:128
204
-msgid "The comment has been modified successfully."
205
-msgstr "Комментарий был успешно изменён."
206
-
207
-#: comments.php:131
208
-msgid "The post has NOT been modified."
209
-msgstr "Запись НЕ БЫЛА изменена."
210
-
211
-#: index.php:104
212
-msgid "control panel"
213
-msgstr "панель управления"
214
-
215
-#: index.php:153
216
-msgid "New Post"
217
-msgstr "Создать запись"
218
-
219
-#: index.php:154
220
-msgid "Chat"
221
-msgstr "Чат"
222
-
223
-#: index.php:155
224
-msgid "Quote"
225
-msgstr "Цитата"
226
-
227
-#: index.php:156
228
-msgid "Link"
229
-msgstr "Ссылка"
230
-
231
-#: index.php:157
232
-msgid "Audio"
233
-msgstr "Аудио"
234
-
235
-#: index.php:158
236
-msgid "Video"
237
-msgstr "Видео"
238
-
239
-#: index.php:159
240
-msgid "Picture"
241
-msgstr "Картинка"
242
-
243
-#: index.php:160
244
-msgid "Regular"
245
-msgstr "Текст"
246
-
247
-#: index.php:167
248
-msgid "A new gelato version has been released and is ready <a href=\"http://www.gelatocms.com/\">for download</a>."
249
-msgstr "Вышла новая верия gelato! Скачать её можно <a href=\"http://www.gelatocms.com/\">здесь</a>."
250
-
251
-#: index.php:172
252
-msgid "The post has been eliminated successfully."
253
-msgstr "Запись была успешно удалена."
254
-
255
-#: index.php:178
256
-msgid "The post has been modified successfully."
257
-msgstr "Запись была успешно изменена."
258
-
259
-#: index.php:184
260
-msgid "The post has been added successfully."
261
-msgstr "Запись была успешно добавлена."
262
-
263
-#: index.php:190
264
-msgid "Error on the database server:"
265
-msgstr "Ошибка базы данных сервера:"
266
-
267
-#: index.php:196
268
-msgid "Not an MP3 file or an upload problem."
269
-msgstr "Файл не в формате MP3 или ошибка при загрузке."
270
-
271
-#: index.php:202
272
-msgid "Not a photo file or an upload problem."
273
-msgstr "Файл не является изображением или ошибка при загрузке."
274
-
275
-#: index.php:305
276
-msgid "syntax is supported."
277
-msgstr "поддерживается."
278
-
279
-#: index.php:322
280
-#: options.php:100
281
-#: settings.php:73
282
-msgid "Options"
283
-msgstr "Опции"
284
-
285
-#: index.php:324
286
-msgid "Comments"
287
-msgstr "Комментарии"
288
-
289
-#: index.php:428
290
-msgid "No posts in this tumblelog."
291
-msgstr "В тлоге нет записей."
292
-
293
-#: options.php:61
294
-msgid "options"
295
-msgstr "опции"
296
-
297
-#: options.php:96
298
-msgid "Tumblelog options"
299
-msgstr "опции тлога"
300
-
301
-#: options.php:97
302
-#: settings.php:71
303
-#: user.php:81
304
-msgid "Post"
305
-msgstr "Запись"
306
-
307
-#: options.php:106
308
-#: settings.php:80
309
-msgid "The configuration has been modified successfully."
310
-msgstr "Настройки были успешно сохранены."
311
-
312
-#: options.php:111
313
-#: settings.php:85
314
-msgid "Error on the database server: "
315
-msgstr "Ошибка базы данных сервера: "
316
-
317
-#: options.php:120
318
-msgid "Rich text editor:"
319
-msgstr "Расширенный текстовый редактор:"
320
-
321
-#: options.php:122
322
-#: options.php:128
323
-#: options.php:134
324
-msgid "Active"
325
-msgstr "Активировать"
326
-
327
-#: options.php:123
328
-#: options.php:129
329
-#: options.php:135
330
-msgid "Deactive"
331
-msgstr "Скрыть"
332
-
333
-#: options.php:126
334
-msgid "URL friendly:"
335
-msgstr "Короткая ссылка:"
336
-
337
-#: options.php:132
338
-msgid "Allow readers comments:"
339
-msgstr "Разрешить комментарии:"
340
-
341
-#: options.php:138
342
-msgid "Time Offset:"
343
-msgstr "Часовой пояс:"
344
-
345
-#: options.php:206
346
-#: settings.php:129
347
-#: user.php:139
348
-msgid "Modify"
349
-msgstr "Изменить"
350
-
351
-#: settings.php:35
352
-msgid "settings"
353
-msgstr "настройки"
354
-
355
-#: settings.php:70
356
-msgid "Tumblelog configuration"
357
-msgstr "Настройки тлога"
358
-
359
-#: settings.php:94
360
-msgid "Title:"
361
-msgstr "Заголовок:"
362
-
363
-#: settings.php:96
364
-msgid "Description:"
365
-msgstr "Описание:"
366
-
367
-#: settings.php:98
368
-msgid "Installation URL"
369
-msgstr "URL тлога"
370
-
371
-#: settings.php:100
372
-msgid "Post limit:"
373
-msgstr "Лимит записей:"
374
-
375
-#: settings.php:102
376
-msgid "Language:"
377
-msgstr "Язык:"
378
-
379
-#: settings.php:114
380
-msgid "Template:"
381
-msgstr "Шаблон:"
382
-
383
-#: user.php:56
384
-msgid "add user"
385
-msgstr "добавить пользователя"
386
-
387
-#: user.php:80
388
-msgid "Start session"
389
-msgstr "Старт сессии"
390
-
391
-#: user.php:83
392
-#: user.php:139
393
-msgid "Add"
394
-msgstr "Добавить"
395
-
396
-#: user.php:99
397
-msgid "user:"
398
-msgstr "пользователь:"
399
-
400
-#: user.php:115
401
-msgid "password:"
402
-msgstr "пароль:"
403
-
404
-#: user.php:119
405
-msgid "retype password:"
406
-msgstr "повтор пароля:"
407
-
408
-#: user.php:123
409
-msgid "name:"
410
-msgstr "имя:"
411
-
412
-#: user.php:127
413
-msgid "e-mail:"
414
-msgstr "электронная почта:"
415
-
416
-#: user.php:131
417
-msgid "website:"
418
-msgstr "сайт:"
419
-
420
-#: user.php:135
421
-msgid "about:"
422
-msgstr "о себе:"
423
-
1
+# SOME DESCRIPTIVE TITLE.
2
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+# This file is distributed under the same license as the PACKAGE package.
4
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+#
6
+#, fuzzy
7
+msgid ""
8
+msgstr ""
9
+"Project-Id-Version: PACKAGE VERSION\n"
10
+"Report-Msgid-Bugs-To: \n"
11
+"POT-Creation-Date: 2007-11-06 12:46-0600\n"
12
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
+"Language-Team: LANGUAGE <LL@li.org>\n"
15
+"MIME-Version: 1.0\n"
16
+"Content-Type: text/plain; charset=UTF-8\n"
17
+"Content-Transfer-Encoding: 8bit\n"
18
+
19
+#: admin.php:28 admin.php:25
20
+msgid "admin users"
21
+msgstr "администраторы"
22
+
23
+#: admin.php:52 comments.php:98 index.php:141 options.php:84 settings.php:58
24
+#: user.php:68
25
+msgid "Processing request..."
26
+msgstr "Обработка запроса..."
27
+
28
+#: admin.php:55 close.php:39 comments.php:101 index.php:144 options.php:87
29
+#: settings.php:61 user.php:71 login.php:68 admin.php:54 close.php:35
30
+#: comments.php:89 feeds.php:81 index.php:122 options.php:89 settings.php:52
31
+#: user.php:67
32
+msgid "home"
33
+msgstr "главная"
34
+
35
+#: admin.php:57 index.php:146 admin.php:56 index.php:124
36
+msgid "View Tumblelog"
37
+msgstr "Открыть Тлог"
38
+
39
+#: admin.php:58 index.php:147 admin.php:57 index.php:125
40
+msgid "Log out"
41
+msgstr "Выйти"
42
+
43
+#: admin.php:66 index.php:321 options.php:99 settings.php:74 admin.php:65
44
+#: index.php:303 options.php:101 settings.php:65
45
+msgid "Settings"
46
+msgstr "Настройки"
47
+
48
+#: admin.php:67 comments.php:111 index.php:325 admin.php:66 comments.php:99
49
+#: index.php:308
50
+msgid "Posts"
51
+msgstr "Записи"
52
+
53
+#: admin.php:68 admin.php:67
54
+msgid "Add user"
55
+msgstr "Добавить пользователя"
56
+
57
+#: admin.php:69 index.php:323 options.php:98 settings.php:72 user.php:82
58
+#: admin.php:68 index.php:306 options.php:100 settings.php:63 user.php:78
59
+msgid "Users"
60
+msgstr "Пользователи"
61
+
62
+#: admin.php:75 admin.php:74
63
+msgid "The user has been added successfully."
64
+msgstr "Пользователь был успешно добавлен."
65
+
66
+#: admin.php:81 admin.php:80
67
+msgid "The user has been eliminated successfully."
68
+msgstr "Пользователь был успешно удалён."
69
+
70
+#: admin.php:87 admin.php:86
71
+msgid "The user has been modified successfully."
72
+msgstr "Пользователь был успешно отредактирован."
73
+
74
+#: admin.php:93 ajax.php:36 admin.php:92
75
+msgid "The username is not available."
76
+msgstr "Имя пользователя недоступно."
77
+
78
+#: admin.php:95 admin.php:94
79
+msgid "Error on the database server:."
80
+msgstr "Ошибка базы банных сервера:."
81
+
82
+#: admin.php:103 login.php:78 admin.php:102
83
+msgid "Login"
84
+msgstr "Вход"
85
+
86
+#: admin.php:104 admin.php:103
87
+msgid "Name"
88
+msgstr "Имя"
89
+
90
+#: admin.php:105 admin.php:104
91
+msgid "Actions"
92
+msgstr "Действия"
93
+
94
+#: admin.php:123 comments.php:113 user.php:83 admin.php:118 comments.php:101
95
+#: user.php:79
96
+msgid "Edit"
97
+msgstr "Редактировать"
98
+
99
+#: admin.php:126 admin.php:119
100
+msgid "Delete"
101
+msgstr "Удалить"
102
+
103
+#: admin.php:135 admin.php:128
104
+msgid "No users available."
105
+msgstr "Нет доступных пользователей."
106
+
107
+#: ajax.php:23
108
+msgid "&nbsp;ending session..."
109
+msgstr "&nbsp;завершение сессии..."
110
+
111
+#: ajax.php:25
112
+msgid "&nbsp;failure ending session..."
113
+msgstr "&nbsp;ошибка завершения сессии..."
114
+
115
+#: ajax.php:31
116
+msgid "Required field cannot be left blank."
117
+msgstr "Обязательные поля не могут быть пустыми."
118
+
119
+#: ajax.php:34
120
+msgid "Username available."
121
+msgstr "Имя пользователя свободно."
122
+
123
+#: close.php:27 close.php:23
124
+msgid "logout"
125
+msgstr "выйти"
126
+
127
+#: close.php:41 comments.php:103 index.php:146 options.php:89 settings.php:63
128
+#: user.php:73 login.php:70 close.php:37 comments.php:91 feeds.php:83
129
+#: index.php:124 options.php:91 settings.php:54 user.php:69
130
+msgid "Take me to the tumblelog"
131
+msgstr "Перейти к тлогу"
132
+
133
+#: close.php:41 comments.php:103 options.php:89 settings.php:63 user.php:73
134
+#: login.php:70 close.php:37 comments.php:91 feeds.php:83 options.php:91
135
+#: settings.php:54 user.php:69
136
+msgid "Back to the Tumblelog"
137
+msgstr "Вернуться в тлог"
138
+
139
+#: close.php:48 close.php:44
140
+msgid "Closing session"
141
+msgstr "Закрытие сессии"
142
+
143
+#: close.php:49 close.php:45
144
+msgid "logoff"
145
+msgstr "выход"
146
+
147
+#: close.php:57
148
+msgid "Ending session..."
149
+msgstr "Завершение сессии..."
150
+
151
+#: close.php:61 close.php:57
152
+msgid "Has happened an error when closing the session."
153
+msgstr "При закрытии сессии произошла ошибка."
154
+
155
+#: comments.php:74 comments.php:67
156
+msgid "comments"
157
+msgstr "комментарии"
158
+
159
+#: comments.php:110 comments.php:98
160
+msgid "Manage comments"
161
+msgstr "Управление комментариями"
162
+
163
+#: comments.php:112 comments.php:100
164
+msgid "Spam"
165
+msgstr "Спам"
166
+
167
+#: comments.php:113 comments.php:101
168
+msgid "List"
169
+msgstr "Список"
170
+
171
+#: comments.php:119 comments.php:107
172
+msgid "The comment has been eliminated successfully."
173
+msgstr "Комментарий был успешно удалён."
174
+
175
+#: comments.php:122 comments.php:110
176
+msgid "The post has NOT been eliminated."
177
+msgstr "Запись НЕ БЫЛА удалена."
178
+
179
+#: comments.php:128 comments.php:116
180
+msgid "The comment has been modified successfully."
181
+msgstr "Комментарий был успешно изменён."
182
+
183
+#: comments.php:131 comments.php:119
184
+msgid "The post has NOT been modified."
185
+msgstr "Запись НЕ БЫЛА изменена."
186
+
187
+#: index.php:104 index.php:97
188
+msgid "control panel"
189
+msgstr "панель управления"
190
+
191
+#: index.php:153 bm.php:122 index.php:131
192
+msgid "New Post"
193
+msgstr "Создать запись"
194
+
195
+#: index.php:154 index.php:132
196
+msgid "Chat"
197
+msgstr "Чат"
198
+
199
+#: index.php:155 index.php:133
200
+msgid "Quote"
201
+msgstr "Цитата"
202
+
203
+#: index.php:156 bm.php:138 index.php:134
204
+msgid "Link"
205
+msgstr "Ссылка"
206
+
207
+#: index.php:157 bm.php:148 index.php:135
208
+msgid "Audio"
209
+msgstr "Аудио"
210
+
211
+#: index.php:158 bm.php:143 index.php:136
212
+msgid "Video"
213
+msgstr "Видео"
214
+
215
+#: index.php:159 bm.php:133 index.php:137
216
+msgid "Picture"
217
+msgstr "Картинка"
218
+
219
+#: index.php:160 bm.php:128 index.php:138
220
+msgid "Regular"
221
+msgstr "Текст"
222
+
223
+#: index.php:167 index.php:145
224
+msgid ""
225
+"A new gelato version has been released and is ready <a href=\"http://www."
226
+"gelatocms.com/\">for download</a>."
227
+msgstr ""
228
+"Вышла новая верия gelato! Скачать её можно <a href=\"http://www.gelatocms."
229
+"com/\">здесь</a>."
230
+
231
+#: index.php:172 index.php:150
232
+msgid "The post has been eliminated successfully."
233
+msgstr "Запись была успешно удалена."
234
+
235
+#: index.php:178 index.php:156
236
+msgid "The post has been modified successfully."
237
+msgstr "Запись была успешно изменена."
238
+
239
+#: index.php:184 index.php:162
240
+msgid "The post has been added successfully."
241
+msgstr "Запись была успешно добавлена."
242
+
243
+#: index.php:190 index.php:168
244
+msgid "Error on the database server:"
245
+msgstr "Ошибка базы данных сервера:"
246
+
247
+#: index.php:196 index.php:174
248
+msgid "Not an MP3 file or an upload problem."
249
+msgstr "Файл не в формате MP3 или ошибка при загрузке."
250
+
251
+#: index.php:202 index.php:180
252
+msgid "Not a photo file or an upload problem."
253
+msgstr "Файл не является изображением или ошибка при загрузке."
254
+
255
+#: index.php:305 bm.php:203 index.php:285
256
+msgid "syntax is supported."
257
+msgstr "поддерживается."
258
+
259
+#: index.php:322 options.php:100 settings.php:73 feeds.php:92 index.php:304
260
+#: options.php:102 settings.php:64
261
+msgid "Options"
262
+msgstr "Опции"
263
+
264
+#: index.php:324 index.php:307
265
+msgid "Comments"
266
+msgstr "Комментарии"
267
+
268
+#: index.php:428 index.php:415
269
+msgid "No posts in this tumblelog."
270
+msgstr "В тлоге нет записей."
271
+
272
+#: options.php:61 options.php:68
273
+msgid "options"
274
+msgstr "опции"
275
+
276
+#: options.php:96 options.php:98
277
+msgid "Tumblelog options"
278
+msgstr "опции тлога"
279
+
280
+#: options.php:97 settings.php:71 user.php:81 feeds.php:91 options.php:99
281
+#: settings.php:62 user.php:77
282
+msgid "Post"
283
+msgstr "Запись"
284
+
285
+#: options.php:106 settings.php:80 options.php:107 settings.php:70
286
+msgid "The configuration has been modified successfully."
287
+msgstr "Настройки были успешно сохранены."
288
+
289
+#: options.php:111 settings.php:85 options.php:112 settings.php:75
290
+msgid "Error on the database server: "
291
+msgstr "Ошибка базы данных сервера: "
292
+
293
+#: options.php:120 options.php:121
294
+msgid "Rich text editor:"
295
+msgstr "Расширенный текстовый редактор:"
296
+
297
+#: options.php:122 options.php:128 options.php:134 options.php:123
298
+#: options.php:129 options.php:135 options.php:206
299
+msgid "Active"
300
+msgstr "Активировать"
301
+
302
+#: options.php:123 options.php:129 options.php:135 options.php:124
303
+#: options.php:130 options.php:136 options.php:207
304
+msgid "Deactive"
305
+msgstr "Скрыть"
306
+
307
+#: options.php:126 options.php:127
308
+msgid "URL friendly:"
309
+msgstr "Короткая ссылка:"
310
+
311
+#: options.php:132 options.php:133
312
+msgid "Allow readers comments:"
313
+msgstr "Разрешить комментарии:"
314
+
315
+#: options.php:138 options.php:139
316
+msgid "Time Offset:"
317
+msgstr "Часовой пояс:"
318
+
319
+#: options.php:206 settings.php:129 user.php:139 options.php:230
320
+#: settings.php:119 user.php:134
321
+msgid "Modify"
322
+msgstr "Изменить"
323
+
324
+#: settings.php:35 settings.php:31
325
+msgid "settings"
326
+msgstr "настройки"
327
+
328
+#: settings.php:70 settings.php:61
329
+msgid "Tumblelog configuration"
330
+msgstr "Настройки тлога"
331
+
332
+#: settings.php:94 settings.php:84
333
+msgid "Title:"
334
+msgstr "Заголовок:"
335
+
336
+#: settings.php:96 settings.php:86
337
+msgid "Description:"
338
+msgstr "Описание:"
339
+
340
+#: settings.php:98 settings.php:88
341
+msgid "Installation URL"
342
+msgstr "URL тлога"
343
+
344
+#: settings.php:100 settings.php:90
345
+msgid "Post limit:"
346
+msgstr "Лимит записей:"
347
+
348
+#: settings.php:102 settings.php:92
349
+msgid "Language:"
350
+msgstr "Язык:"
351
+
352
+#: settings.php:114 settings.php:104
353
+msgid "Template:"
354
+msgstr "Шаблон:"
355
+
356
+#: user.php:56 user.php:52
357
+msgid "add user"
358
+msgstr "добавить пользователя"
359
+
360
+#: user.php:80 login.php:77 user.php:76
361
+msgid "Start session"
362
+msgstr "Старт сессии"
363
+
364
+#: user.php:83 user.php:139 feeds.php:127 user.php:79 user.php:134
365
+msgid "Add"
366
+msgstr "Добавить"
367
+
368
+#: user.php:99 user.php:95
369
+msgid "user:"
370
+msgstr "пользователь:"
371
+
372
+#: user.php:115 user.php:110
373
+msgid "password:"
374
+msgstr "пароль:"
375
+
376
+#: user.php:119 user.php:114
377
+msgid "retype password:"
378
+msgstr "повтор пароля:"
379
+
380
+#: user.php:123 user.php:118
381
+msgid "name:"
382
+msgstr "имя:"
383
+
384
+#: user.php:127 user.php:122
385
+msgid "e-mail:"
386
+msgstr "электронная почта:"
387
+
388
+#: user.php:131 user.php:126
389
+msgid "website:"
390
+msgstr "сайт:"
391
+
392
+#: user.php:135 user.php:130
393
+msgid "about:"
394
+msgstr "о себе:"
395
+
396
+#: login.php:35
397
+msgid "login screen"
398
+msgstr ""
399
+
400
+#: login.php:65 admin.php:51 comments.php:86 index.php:119 options.php:86
401
+#: settings.php:49 user.php:64
402
+msgid "Processing request&hellip;"
403
+msgstr ""
404
+
405
+#: login.php:86
406
+msgid "User:"
407
+msgstr ""
408
+
409
+#: login.php:88
410
+msgid "Password:"
411
+msgstr ""
412
+
413
+#: login.php:90
414
+msgid "Remember me:"
415
+msgstr ""
416
+
417
+#: login.php:101
418
+msgid "&nbsp;You must be registered to use gelato."
419
+msgstr ""
420
+
421
+#: login.php:108
422
+msgid "&nbsp;You must be logged on the system."
423
+msgstr ""
424
+
425
+#: ajax.php:23
426
+msgid "&nbsp;ending session&hellip;"
427
+msgstr ""
428
+
429
+#: ajax.php:25
430
+msgid "&nbsp;failure ending session&hellip;"
431
+msgstr ""
432
+
433
+#: bm.php:102
434
+msgid "Must be a valid URL"
435
+msgstr ""
436
+
437
+#: bm.php:110
438
+msgid "bookmarklet"
439
+msgstr ""
440
+
441
+#: close.php:53
442
+msgid "Ending session&hellip;"
443
+msgstr ""
444
+
445
+#: feeds.php:27
446
+msgid "Feed added"
447
+msgstr ""
448
+
449
+#: feeds.php:34
450
+msgid "Feed deleted"
451
+msgstr ""
452
+
453
+#: feeds.php:43 index.php:305
454
+msgid "Feeds"
455
+msgstr ""
456
+
457
+#: feeds.php:55
458
+msgid "Feed Url:"
459
+msgstr ""
460
+
461
+#: feeds.php:55
462
+msgid " username:"
463
+msgstr ""
464
+
465
+#: feeds.php:89
466
+msgid "Configure your feeds"
467
+msgstr ""
468
+
469
+#: feeds.php:103
470
+msgid "Import data from:"
471
+msgstr ""
472
+
473
+#: feeds.php:115
474
+msgid "Import As:"
475
+msgstr ""
476
+
477
+#: feeds.php:117
478
+msgid "Text"
479
+msgstr ""
480
+
481
+#: feeds.php:118
482
+msgid "Photos"
483
+msgstr ""
484
+
485
+#: feeds.php:122
486
+msgid "Feed Url (double check):"
487
+msgstr ""
488
+
489
+#: feeds.php:125
490
+msgid "Show credits on each post?"
491
+msgstr ""
492
+
493
+#: feeds.php:138 feeds.php:140
494
+msgid "Delete this Feed"
495
+msgstr ""
496
+
497
+#: feeds.php:138
498
+msgid "Error updating"
499
+msgstr ""
500
+
501
+#: feeds.php:140
502
+msgid "Last update"
503
+msgstr ""
504
+
505
+#: feeds.php:140
506
+msgid "Importing"
507
+msgstr ""
508
+
509
+#: index.php:287
510
+msgid "add to gelato"
511
+msgstr ""
512
+
513
+#: options.php:204
514
+msgid "Shorten long URLs:"
515
+msgstr ""
516
+
517
+#: options.php:210
518
+msgid "Import feeds every:"
519
+msgstr ""
520
+
521
+#: options.php:213 options.php:214 options.php:215 options.php:216
522
+#: options.php:217
523
+msgid "minutes"
524
+msgstr ""
525
+
526
+#: options.php:218
527
+msgid "hour"
528
+msgstr ""
529
+
530
+#: options.php:219 options.php:220 options.php:221 options.php:222
531
+#: options.php:223 options.php:224
532
+msgid "hours"
533
+msgstr ""