1 | <?php |
---|
2 | // +-----------------------------------------------------------------------+ |
---|
3 | // | Piwigo - a PHP based photo gallery | |
---|
4 | // +-----------------------------------------------------------------------+ |
---|
5 | // | Copyright(C) 2008-2012 Piwigo Team http://piwigo.org | |
---|
6 | // | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | |
---|
7 | // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | |
---|
8 | // +-----------------------------------------------------------------------+ |
---|
9 | // | This program is free software; you can redistribute it and/or modify | |
---|
10 | // | it under the terms of the GNU General Public License as published by | |
---|
11 | // | the Free Software Foundation | |
---|
12 | // | | |
---|
13 | // | This program is distributed in the hope that it will be useful, but | |
---|
14 | // | WITHOUT ANY WARRANTY; without even the implied warranty of | |
---|
15 | // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
---|
16 | // | General Public License for more details. | |
---|
17 | // | | |
---|
18 | // | You should have received a copy of the GNU General Public License | |
---|
19 | // | along with this program; if not, write to the Free Software | |
---|
20 | // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | |
---|
21 | // | USA. | |
---|
22 | // +-----------------------------------------------------------------------+ |
---|
23 | |
---|
24 | $lang['%d association'] = '%d 相关'; |
---|
25 | $lang['%d associations'] = '%d 相关'; |
---|
26 | $lang['%d album including'] = '%d个相册,其中包含'; |
---|
27 | $lang['%d albums including'] = '%d个相册,其中包含'; |
---|
28 | $lang['%d physical'] = '物理相册%d个'; |
---|
29 | $lang['%d physicals'] = '物理相册%d个 '; |
---|
30 | $lang[' and %d virtual'] = ',虚拟相册%d个 '; |
---|
31 | $lang[' and %d virtuals'] = ',虚拟相册%d个'; |
---|
32 | $lang['%d album moved'] = '%d 相册已移动'; |
---|
33 | $lang['%d albums moved'] = '%d 相册已移动'; |
---|
34 | $lang['%d group'] = '%d 组'; |
---|
35 | $lang['%d groups'] = '%d 组'; |
---|
36 | $lang['%d member'] = '%d 成员'; |
---|
37 | $lang['%d members'] = '%d 成员'; |
---|
38 | $lang['%d tag'] = '%d 标签'; |
---|
39 | $lang['%d tags'] = '%d个标签'; |
---|
40 | $lang['%d user comment rejected'] = '%d 用户评论被删除'; |
---|
41 | $lang['%d user comments rejected'] = '%d 用户评论被删除'; |
---|
42 | $lang['%d user comment validated'] = '%d 用户评论已确认有效'; |
---|
43 | $lang['%d user comments validated'] = '%d 用户评论已确认有效'; |
---|
44 | $lang['%d user deleted'] = '%d 用户已删除'; |
---|
45 | $lang['%d users deleted'] = '%d 用户已删除'; |
---|
46 | $lang['%d user'] = '%d 用户'; |
---|
47 | $lang['%d users'] = '%d 用户'; |
---|
48 | $lang['%d waiting for validation'] = '%d 等待确认有效'; |
---|
49 | $lang['Actions'] = '操作'; |
---|
50 | $lang['Activate'] = '激活'; |
---|
51 | $lang['Add/delete a permalink'] = '增加/删除一个固定链接'; |
---|
52 | $lang['Add a tag'] = '添加标签'; |
---|
53 | $lang['Add a user'] = '添加用户'; |
---|
54 | $lang['Add group'] = '添加组'; |
---|
55 | $lang['Add'] = '添加'; |
---|
56 | $lang['Allow user registration'] = '允许用户注册'; |
---|
57 | $lang['Apply to sub-albums'] = '应用到子相册'; |
---|
58 | $lang['Associated'] = '关联于'; |
---|
59 | $lang['Caddie management'] = '标记图片库管理'; |
---|
60 | $lang['Caddie'] = '标记图片库'; |
---|
61 | $lang['Albums authorized thanks to group associations'] = '相册组织授权感谢协会'; |
---|
62 | $lang['Album manual order was saved'] = '相册手工排序已保存'; |
---|
63 | $lang['Check for upgrade failed for unknown reasons.'] = '因未知原因导致更新检查失败.'; |
---|
64 | $lang['Check for upgrade'] = '检查更新'; |
---|
65 | $lang['Comments for all'] = '对所有成员进行评论'; |
---|
66 | $lang['Current name'] = '现用名'; |
---|
67 | $lang['Database'] = '数据库'; |
---|
68 | $lang['Deactivate'] = '注销'; |
---|
69 | $lang['Delete Representant'] = '删除代理人'; |
---|
70 | $lang['Delete selected tags'] = '删除所选标签'; |
---|
71 | $lang['Delete selected users'] = '删除所选用户'; |
---|
72 | $lang['Deletions'] = '删除'; |
---|
73 | $lang['Deny selected groups'] = '所选组禁止访问'; |
---|
74 | $lang['Deny selected users'] = '所选用户禁止访问'; |
---|
75 | $lang['Description'] = '描述'; |
---|
76 | $lang['Display options'] = '显示选项'; |
---|
77 | $lang['Dissociated'] = '取消联系'; |
---|
78 | $lang['Does not represent'] = '不需描绘'; |
---|
79 | $lang['Edit selected tags'] = '编辑所选标签'; |
---|
80 | $lang['Edit tags'] = '编辑标签'; |
---|
81 | $lang['Email admins when a new user registers'] = '一旦用户注册就通知管理员'; |
---|
82 | $lang['Email admins when a valid comment is entered'] = '当用户发表评论时就通知管理员'; |
---|
83 | $lang['Email admins when a comment requires validation'] = '当用户要求确认他的评论时通知管理员'; |
---|
84 | $lang['Environment'] = '环境'; |
---|
85 | $lang['Form'] = '表单'; |
---|
86 | $lang['Gallery title'] = '图库标题'; |
---|
87 | $lang['Grant selected groups'] = '对所选组授权'; |
---|
88 | $lang['Grant selected users'] = '对所选用户授权'; |
---|
89 | $lang['Group name'] = '组名'; |
---|
90 | $lang['Groups'] = '组'; |
---|
91 | $lang['Guests'] = '游客'; |
---|
92 | $lang['History'] = '历史'; |
---|
93 | $lang['Informations'] = '信息'; |
---|
94 | $lang['Install'] = '安装'; |
---|
95 | $lang['Link all album photos to a new album'] = '链接所有相册的图片到新的相册'; |
---|
96 | $lang['Link all album photos to some existing albums'] = '链接所有相册的图片到现有的相册'; |
---|
97 | $lang['Linked albums'] = '已链接相册'; |
---|
98 | $lang['Lock gallery'] = '冻结图库'; |
---|
99 | $lang['Maintenance'] = '维护'; |
---|
100 | $lang['Edit album permissions'] = '管理相册的权限'; |
---|
101 | $lang['Manage permissions for group "%s"'] = '对组 "%s" 进行权限管理'; |
---|
102 | $lang['Manage permissions for user "%s"'] = '对用户 "%s" 进行权限管理'; |
---|
103 | $lang['Manage tags'] = '标签管理'; |
---|
104 | $lang['Members'] = '成员'; |
---|
105 | $lang['Metadata synchronized from file'] = '对文件进行元数据同步'; |
---|
106 | $lang['Move albums'] = '移动相册'; |
---|
107 | $lang['Move'] = '移动'; |
---|
108 | $lang['Name'] = '名字'; |
---|
109 | $lang['New name'] = '新名'; |
---|
110 | $lang['New parent album'] = '新的父相册'; |
---|
111 | $lang['New tag'] = '新建标签'; |
---|
112 | $lang['Number of comments per page'] = '每页评论数'; |
---|
113 | $lang['Number of rates'] = '投票数'; |
---|
114 | $lang['Number of thumbnails to create'] = '缩略图数'; |
---|
115 | $lang['Only private albums are listed'] = '只列出私有相册'; |
---|
116 | $lang['Operating system'] = '操作系统'; |
---|
117 | $lang['Options'] = '选项'; |
---|
118 | $lang['Other private albums'] = '其他私有相册'; |
---|
119 | $lang['Page banner'] = '页标语'; |
---|
120 | $lang['Parent album'] = '父相册'; |
---|
121 | $lang['Path'] = '路径'; |
---|
122 | $lang['Permalink'] = '固定链接'; |
---|
123 | $lang['Permalink %s has been previously used by album %s. Delete from the permalink history first'] = '固定链接 %s 已被 %s 相册使用了。请先从固定链接历史记录删除。'; |
---|
124 | $lang['The permalink name must be composed of a-z, A-Z, 0-9, "-", "_" or "/". It must not be numeric or start with number followed by "-"'] = '固定链接中包含了非法字符("a-zA-Z0-9", "-", "_" ou "/"). 禁止使用数字和以"-"开头后面紧跟数字'; |
---|
125 | $lang['Permalink %s is already used by album %s'] = '固定链接 %s 已被 %s 相册使用了'; |
---|
126 | $lang['Permalink history'] = '固定链接历史记录'; |
---|
127 | $lang['Permalinks'] = '固定链接'; |
---|
128 | $lang['Permission denied'] = '禁止访问'; |
---|
129 | $lang['Permission granted thanks to a group'] = '同组成员可以访问授权类'; |
---|
130 | $lang['Permission granted'] = '允许访问'; |
---|
131 | $lang['Photo informations updated'] = '图片更新信息'; |
---|
132 | $lang['Plugins'] = '插件'; |
---|
133 | $lang['Position'] = '位置'; |
---|
134 | $lang['Preferences'] = '个人偏好'; |
---|
135 | $lang['Properties'] = '属性'; |
---|
136 | $lang['Random photo'] = '随机'; |
---|
137 | $lang['Rate date'] = '投票日期'; |
---|
138 | $lang['Rating by guests'] = '游客投票数'; |
---|
139 | $lang['Rating'] = '投票'; |
---|
140 | $lang['Reject'] = '取消'; |
---|
141 | $lang['Representant'] = '代理人'; |
---|
142 | $lang['Representation of albums'] = '相册代表'; |
---|
143 | $lang['Representative'] = '代理人'; |
---|
144 | $lang['Represents'] = '代理'; |
---|
145 | $lang['Save order'] = '保存排序'; |
---|
146 | $lang['Save to permalink history'] = '保存到固定链接的历史记录中'; |
---|
147 | $lang['Select at least one album'] = '选择最后一个相册'; |
---|
148 | $lang['Select at least one photo'] = '至少选中一张图片'; |
---|
149 | $lang['Select at least one user'] = '至少选中一个用户'; |
---|
150 | $lang['Show info'] = '显示所有信息'; |
---|
151 | $lang['Site manager'] = '网站管理'; |
---|
152 | $lang['Status'] = '状态'; |
---|
153 | $lang['Statistics'] = '统计'; |
---|
154 | $lang['Storage album'] = '存储相册'; |
---|
155 | $lang['Sum of rates'] = '总投票分'; |
---|
156 | $lang['Tag "%s" already exists'] = '标签"%s"已存在'; |
---|
157 | $lang['Tag "%s" was added'] = '已加入标签"%s"'; |
---|
158 | $lang['Tag selection'] = '标签选择'; |
---|
159 | $lang['The %d following tags were deleted'] = '已删除以下%d个标签'; |
---|
160 | $lang['Unable to check for upgrade.'] = '不能检查更新.'; |
---|
161 | $lang['Uninstall'] = '卸载'; |
---|
162 | $lang['Use the default photo sort order (defined in the configuration file)']='使用默认图片排序(在配置文件中定义)'; |
---|
163 | $lang['User comments validation'] = '确认用户评论'; |
---|
164 | $lang['Users'] = '用户'; |
---|
165 | $lang['Validate'] = '确认'; |
---|
166 | $lang['Validation'] = '确认'; |
---|
167 | $lang['Version'] = '版本'; |
---|
168 | $lang['Virtual albums to move'] = '移动虚拟相册'; |
---|
169 | $lang['Virtual album name'] = '虚拟相册名称'; |
---|
170 | $lang['Webmaster cannot be deleted'] = '不能删除网管帐户'; |
---|
171 | $lang['You are running on development sources, no check possible.'] = '您运行的是源码开发版本, 不能检查最新版.'; |
---|
172 | $lang['You cannot delete your account'] = "您不能删除自己本身帐号"; |
---|
173 | $lang['You cannot move an album in its own sub album'] = '您不能将一个相册移动到其子相册里'; |
---|
174 | $lang['You need to confirm deletion'] = '您必须确认删除操作'; |
---|
175 | $lang['Associate to album'] = '关联到相册'; |
---|
176 | $lang['associate to group'] = '关联到组'; |
---|
177 | $lang['Authorized'] = '授权'; |
---|
178 | $lang['Add a virtual album'] = '添加一个虚拟相册'; |
---|
179 | $lang['Authorize users to add comments on selected albums'] = '让用户可在所选相册里发表评论'; |
---|
180 | $lang['The name of an album must not be empty'] = '相册名称不能为空'; |
---|
181 | $lang['Lock albums'] = '锁定相册'; |
---|
182 | $lang['Private'] = '私有相册'; |
---|
183 | $lang['Public'] = '公共相册'; |
---|
184 | $lang['Find a new representant by random'] = '随机寻找代理人'; |
---|
185 | $lang['Public / Private'] = '公有 / 私有'; |
---|
186 | $lang['Manage authorizations for selected albums'] = '管理所选相册的授权'; |
---|
187 | $lang['Virtual album added'] = '虚拟相册已添加'; |
---|
188 | $lang['Virtual album deleted'] = '虚拟相册已删除'; |
---|
189 | $lang['Access type'] = '权限类型'; |
---|
190 | $lang['Information data registered in database'] = '信息已保存到数据库中'; |
---|
191 | $lang['Default display'] = '默认显示'; |
---|
192 | $lang['The gallery URL is not valid.'] = '图库地址不合法.'; |
---|
193 | $lang['Main'] = '主页'; |
---|
194 | $lang['The number of comments a page must be between 5 and 50 included.'] = '每页用户评论数必须在5和50之间.'; |
---|
195 | $lang['Configuration'] = '设置'; |
---|
196 | $lang['confirm'] = '设置'; |
---|
197 | $lang['Date'] = '日期'; |
---|
198 | $lang['delete album'] = '删除相册'; |
---|
199 | $lang['Dissociate from album'] = '从相册中删除'; |
---|
200 | $lang['dissociate from group'] = '取消组关联'; |
---|
201 | $lang['Album updated successfully'] = '相册信息已上传成功.'; |
---|
202 | $lang['photos per page'] = '每页图片'; |
---|
203 | $lang['High definition enabled'] = '激活高清功能'; |
---|
204 | $lang['File'] = '文件'; |
---|
205 | $lang['first photo added on %s'] = '第一张图上传于:%s'; |
---|
206 | $lang['Forbidden'] = '禁止'; |
---|
207 | $lang['global mode'] = '全局模式'; |
---|
208 | $lang['group "%s" added'] = '增加 "%s" 组'; |
---|
209 | $lang['group "%s" deleted'] = '删除 "%s" 组'; |
---|
210 | $lang['group "%s" updated'] = '更新 "%s" 组'; |
---|
211 | $lang['The name of a group must not contain " or \' or be empty.'] = '组名不能包含 " 或 \' 并不能为空.'; |
---|
212 | $lang['This name is already used by another group.'] = '组名已存在.'; |
---|
213 | $lang['High definition'] = '高清'; |
---|
214 | $lang['jump to album'] = '跳到相册'; |
---|
215 | $lang['jump to photo'] = '跳转到图'; |
---|
216 | $lang['leave'] = '留空(默认)'; |
---|
217 | $lang['Lock'] = '上锁'; |
---|
218 | $lang['Locked'] = '锁定'; |
---|
219 | $lang['manage album photos'] = '管理相册里的图片'; |
---|
220 | $lang['manage sub-albums'] = '管理子相册'; |
---|
221 | $lang['Manage'] = '管理'; |
---|
222 | $lang['Execution time is out, treatment must be continue [Estimated time: %d second].'] = '已超过执行时间, 处理还需时间[估计时间: %d 秒].'; |
---|
223 | $lang['Execution time is out, treatment must be continue [Estimated time: %d seconds].'] = '已超过执行时间, 处理还需时间[估计时间: %d 秒].'; |
---|
224 | $lang['Prepared time for list of users to send mail is limited. Others users are not listed.'] = '由于发送用户列表的准备时间受限制,其余用户将不被列出.'; |
---|
225 | $lang['Time to send mail is limited. Others mails are skipped.'] = '发送邮件时间有限,其余邮件被忽略.'; |
---|
226 | $lang['To send ?'] = '发送?'; |
---|
227 | $lang['Last send'] = '最后一次发送'; |
---|
228 | $lang['email'] = '邮件'; |
---|
229 | $lang['User'] = '用户'; |
---|
230 | $lang['See you soon,'] = '再见,'; |
---|
231 | $lang['Go to'] = '转至 '; |
---|
232 | $lang['Hello'] = '您好 '; |
---|
233 | $lang['New photos were added'] = '加入一些新图片'; |
---|
234 | $lang['on'] = '时间: '; |
---|
235 | $lang['between'] = '时间: '; |
---|
236 | $lang['and'] = ' 至 '; |
---|
237 | $lang['The webmaster has subscribed you to receiving notifications by mail.'] = '网管开通了您的邮件通知功能.'; |
---|
238 | $lang['You have subscribed to receiving notifications by mail.'] = '您开通了邮件通知功能.'; |
---|
239 | $lang['To subscribe'] = '注册新用户'; |
---|
240 | $lang['If you encounter problems or have any question, please send a message to'] = '如有遇到故障或问题,请发邮件至 '; |
---|
241 | $lang['[NBM] Problems or questions'] = '[NBM] 故障或问题'; |
---|
242 | $lang['The webmaster has unsubscribed you from receiving notifications by mail.'] = '网管取消了您的邮件通知功能.'; |
---|
243 | $lang['You have unsubscribed from receiving notifications by mail.'] = '您取消了您的邮件通知功能.'; |
---|
244 | $lang[', click on'] = ', 请点击 '; |
---|
245 | $lang['To unsubscribe'] = '注销'; |
---|
246 | $lang['With blank value, gallery title will be used'] = '图库标题允许为空'; |
---|
247 | $lang['Notification'] = '通知'; |
---|
248 | $lang['Error when sending email to %s [%s].'] = '发送邮件 给 %s [%s] 是发生了错误.'; |
---|
249 | $lang['Mail sent to %s [%s].'] = '已发送至 %s [%s].'; |
---|
250 | $lang['%d mail was sent.'] = '%s 邮件已发送.'; |
---|
251 | $lang['%d mails were sent.'] = '%s 邮件已发送.'; |
---|
252 | $lang['%d mail was not sent.'] = '%s 邮件未被发送.'; |
---|
253 | $lang['%d mails were not sent.'] = '%s 邮件未被发送.'; |
---|
254 | $lang['No mail to send.'] = '没有邮件要发送.'; |
---|
255 | $lang['There is no available subscribers to mail.'] = '没有用户需要邮件通知.'; |
---|
256 | $lang['Subscribers could be listed (available) only if there is new elements to notify.'] = '只有当有新图片时,才能使用用户邮件通知功能.'; |
---|
257 | $lang['Anyway only webmasters can see this tab and never administrators.'] = '任何人都不能使用此标签(网管除外).'; |
---|
258 | $lang['No user to send notifications by mail.'] = '没有邮件通知用户.'; |
---|
259 | $lang['New photos added'] = '新图片已加入'; |
---|
260 | $lang['Subscribe to notification by mail'] = '注册邮件通知功能'; |
---|
261 | $lang['Unsubscribe from notification by mail'] = '注销邮件通知功能'; |
---|
262 | $lang['Parameter'] = '设置'; |
---|
263 | $lang['Continue processing treatment'] = '正在继续处理中...'; |
---|
264 | $lang['Complementary mail content'] = '邮件附加内容'; |
---|
265 | $lang['Add detailed content'] = '增加细节内容'; |
---|
266 | $lang['Send mail as'] = '发送邮件作为'; |
---|
267 | $lang['Send mail to users'] = '给用户发送邮件'; |
---|
268 | $lang['Send'] = '发送'; |
---|
269 | $lang['Options'] = '选项'; |
---|
270 | $lang['Subscribed'] = '已注册'; |
---|
271 | $lang['Subscribe'] = '注册'; |
---|
272 | $lang['Parameters'] = '设置参数'; |
---|
273 | $lang['Select recipients'] = '选择接受邮件用户'; |
---|
274 | $lang['Subscribe/unsubscribe users'] = '注册/注销用户'; |
---|
275 | $lang['Unsubscribed'] = '已注销'; |
---|
276 | $lang['%d parameter was updated.'] = '%d 参数已更新.'; |
---|
277 | $lang['%d parameters were updated.'] = '%d 等参数已更新.'; |
---|
278 | $lang['%d user was not updated.'] = '%d 用户没有被更新.'; |
---|
279 | $lang['%d users were not updated.'] = '%d 等用户没有被更新.'; |
---|
280 | $lang['User %s [%s] was removed from the subscription list.'] = '用户 %s [%s] 从注册名单中删除.'; |
---|
281 | $lang['User %s [%s] was added to the subscription list.'] = '用户 %s [%s] 加入到注册名单中.'; |
---|
282 | $lang['%d user was updated.'] = '%d 用户已更新.'; |
---|
283 | $lang['%d users were updated.'] = '%d 等用户已更新.'; |
---|
284 | $lang['User %s [%s] was not removed from the subscription list.'] = '用户 %s [%s] 没有从注册名单中删除.'; |
---|
285 | $lang['User %s [%s] was not added to the subscription list.'] = '用户 %s [%s] 没有加到注册名当中.'; |
---|
286 | $lang['User %s [%s] added.'] = '用户 %s [%s] 已加入.'; |
---|
287 | $lang['Warning: subscribing or unsubscribing will send mails to users'] = '注意, 注册或注销都会给相关用户发送邮件'; |
---|
288 | $lang['Send mail on HTML format'] = '以HTML格式发送邮件'; |
---|
289 | $lang['Include display of recent photos grouped by dates'] = '包括显示最近按日期分组的图片'; |
---|
290 | $lang['Available only with HTML format'] = '只能以HTML格式'; |
---|
291 | $lang['no write access'] = '不能写入'; |
---|
292 | $lang['Permissions'] = '权限'; |
---|
293 | $lang['private'] = '私有'; |
---|
294 | $lang['public'] = '公有'; |
---|
295 | $lang['Purge never used notification feeds'] = '清除从没使用过的通知回馈'; |
---|
296 | $lang['Purge sessions'] = '清除会话'; |
---|
297 | $lang['randomly represented'] = '随机显示'; |
---|
298 | $lang['registration date'] = '保存日期'; |
---|
299 | $lang['clean'] = '清除'; |
---|
300 | $lang['Create this site'] = '创建网站'; |
---|
301 | $lang['test'] = '测试'; |
---|
302 | $lang['test this remote site'] = '测试远端站点'; |
---|
303 | $lang['remove tags'] = '删除所有标签'; |
---|
304 | $lang['Repair and optimize database'] = '修复和优化数据库'; |
---|
305 | $lang['selection'] = '选择'; |
---|
306 | $lang['set to'] = '设置为'; |
---|
307 | $lang['singly represented'] = '固定显示'; |
---|
308 | $lang['This site already exists'] = '此站点已存在'; |
---|
309 | $lang['created'] = '已创建'; |
---|
310 | $lang['delete'] = '删除'; |
---|
311 | $lang['delete this site and all its attached elements'] = '删除此站点和与其相关联的所有信息'; |
---|
312 | $lang['an error happened'] = '发生错误'; |
---|
313 | $lang['Local'] = '本地'; |
---|
314 | $lang['Remote'] = '远端'; |
---|
315 | $lang['update the database from files'] = '根据文件对数据库进行更新'; |
---|
316 | $lang['status'] = '状态'; |
---|
317 | $lang['Directory'] = '文件夹'; |
---|
318 | $lang['sub-albums'] = '子相册'; |
---|
319 | $lang['Synchronize metadata'] = '同步元数据'; |
---|
320 | $lang['target'] = '目标'; |
---|
321 | $lang['Thumbnail'] = '缩略图'; |
---|
322 | $lang['Title'] = '标题'; |
---|
323 | $lang['Album list management'] = '相册管理'; |
---|
324 | $lang['Piwigo configuration'] = '配置Piwigo'; |
---|
325 | $lang['Edit album'] = '修改一个相册'; |
---|
326 | $lang['Group management'] = '组管理'; |
---|
327 | $lang['User list'] = '用户名单'; |
---|
328 | $lang['Edit photo information'] = '修改图片信息'; |
---|
329 | $lang['Database synchronization with files'] = '根据文件来同步数据库'; |
---|
330 | $lang['all'] = '所有'; |
---|
331 | $lang['height must be a number superior to'] = '图片高度必须超过(整数)'; |
---|
332 | $lang['width must be a number superior to'] = '图片长度必须超过(整数)'; |
---|
333 | $lang['for the file format'] = '对于文件格式'; |
---|
334 | $lang['Photo unreachable or no support'] = '不支持图片格式或无法显示'; |
---|
335 | $lang['GD version'] = 'GD版'; |
---|
336 | $lang['General statistics'] = '普通统计'; |
---|
337 | $lang['average time'] = '平均时间'; |
---|
338 | $lang['number of miniaturized photos'] = '创建的缩略图数'; |
---|
339 | $lang['total time'] = '总共时间'; |
---|
340 | $lang['for this file format'] = '对于此文件格式'; |
---|
341 | $lang['unit mode'] = '单一模式'; |
---|
342 | $lang['Unlocked'] = '解锁'; |
---|
343 | $lang['unset'] = '清空'; |
---|
344 | $lang['Update albums informations'] = '上传相册信息'; |
---|
345 | $lang['Update photos information'] = '更新图信息'; |
---|
346 | $lang['Synchronize'] = '同步'; |
---|
347 | $lang['reduce to single existing albums'] = '减少现有的单独相册'; |
---|
348 | $lang['Choose an option'] = '选择一个选项'; |
---|
349 | $lang['display maximum informations (added albums and photos, deleted albums and photos)'] = '显示最全的信息 (添加相册和图片,删除相册和图片)'; |
---|
350 | $lang['Error list'] = '错误清单'; |
---|
351 | $lang['Errors caption'] = '错误说明'; |
---|
352 | $lang['Detailed informations'] = '详细信息'; |
---|
353 | $lang['File/directory read error'] = '文件/文件夹打开错误'; |
---|
354 | $lang['The file or directory cannot be accessed (either it does not exist or the access is denied)'] = '无法打开文件或文件夹(要么根本不存在,要么拒绝访问)'; |
---|
355 | $lang['albums deleted in the database'] = '相册已从数据库删除'; |
---|
356 | $lang['photos deleted from the database'] = '图片已从数据库中删除'; |
---|
357 | $lang['photos candidates for metadata synchronization'] = '对应同步元数据的候选图片'; |
---|
358 | $lang['photos informations synchronized with files metadata'] = '附有元数据的同步图片信息informations des images synchronisées avec les méta-données'; |
---|
359 | $lang['errors during synchronization'] = '同步期间发生错误'; |
---|
360 | $lang['albums added in the database'] = '相册已添加到数据库'; |
---|
361 | $lang['photos added in the database'] = '增加图片到数据库'; |
---|
362 | $lang['photos updated in the database'] = '更新数据库中的图片'; |
---|
363 | $lang['Search for new images in the directories'] = '查询文件中的新图片'; |
---|
364 | $lang['added'] = '已加入'; |
---|
365 | $lang['deleted'] = '已删除'; |
---|
366 | $lang['Metadata synchronization results'] = '元数据更新结果'; |
---|
367 | $lang['only perform a simulation (no change in database will be made)'] = '只进行模拟操作(不会改变数据库中的任何内容)'; |
---|
368 | $lang['Simulation'] = '模拟'; |
---|
369 | $lang['directories + files'] = '文件夹 + 文件'; |
---|
370 | $lang['only directories'] = '只对文件夹'; |
---|
371 | $lang['synchronize files structure with database'] = '同步文件结构和数据库'; |
---|
372 | $lang['synchronize files metadata with database photos informations'] = '根据文件元数据同步数据库中的图片信息'; |
---|
373 | $lang['even already synchronized photos'] = '包括已经同步的图片'; |
---|
374 | $lang['Used metadata'] = '已使用过的元数据'; |
---|
375 | $lang['The name of directories and files must be composed of letters, numbers, "-", "_" or "."'] = '文件夹和文件名称只能包含字母, 数字, "-", "_" 和 "."'; |
---|
376 | $lang['wrong filename'] = '文件名出错'; |
---|
377 | $lang['Upload'] = '增加'; |
---|
378 | $lang['user "%s" added'] = '用户 "%s" 已加入'; |
---|
379 | $lang['User status'] = '用户状态'; |
---|
380 | $lang['user_status_admin'] = '管理员'; |
---|
381 | $lang['user_status_generic'] = '公共用户'; |
---|
382 | $lang['user_status_guest'] = '游客'; |
---|
383 | $lang['user_status_normal'] = '个人用户'; |
---|
384 | $lang['user_status_webmaster'] = '网络超级管理员'; |
---|
385 | $lang['Virtual album'] = '虚拟相册'; |
---|
386 | $lang['Waiting'] = '等待'; |
---|
387 | $lang['default'] = '默认'; |
---|
388 | $lang['Toggle \'default group\' property'] = '赋予\'groupe par défaut\'默认组属性'; |
---|
389 | $lang['Advanced features'] = '高级功能'; |
---|
390 | $lang['Overall'] = '全局视图'; |
---|
391 | $lang['Year'] = '年'; |
---|
392 | $lang['Month'] = '月'; |
---|
393 | $lang['Day'] = '日'; |
---|
394 | $lang['Pages seen'] = '已访问过的页面'; |
---|
395 | $lang['Time'] = '时间'; |
---|
396 | $lang['IP'] = 'IP'; |
---|
397 | $lang['Element'] = '图片'; |
---|
398 | $lang['Section'] = '区域'; |
---|
399 | $lang['An information email was sent to group "%s"'] = '已向组 "%s" 的所有成员发送了信息邮件'; |
---|
400 | $lang['Send an information email to group members'] = '向组成员发送一份信息邮件'; |
---|
401 | $lang['Group'] = '组'; |
---|
402 | $lang['[%s] Visit album %s'] = '[%s] 参观相册 %s'; |
---|
403 | $lang['Hello,'] = '您好,'; |
---|
404 | $lang['See you soon.'] = '再见.'; |
---|
405 | $lang['Discover album:'] = '探索相册:'; |
---|
406 | $lang['Mail content'] = '邮件内容'; |
---|
407 | $lang['none'] = '无'; |
---|
408 | $lang['high'] = '高清'; |
---|
409 | $lang['other'] = '其他'; |
---|
410 | $lang['Element type'] = "内容类型"; |
---|
411 | $lang['Image id'] = '图片标识符'; |
---|
412 | $lang['Summary'] = '概述'; |
---|
413 | $lang['%d line filtered'] = '%d 行被过滤'; |
---|
414 | $lang['%d lines filtered'] = '%d 行被过滤'; |
---|
415 | $lang['%d guest'] = '%d 游客'; |
---|
416 | $lang['%d guests'] = '%d 游客'; |
---|
417 | $lang['Hour'] = '小时'; |
---|
418 | $lang['guest'] = '游客'; |
---|
419 | $lang['default values'] = '默认值'; |
---|
420 | // --------- Starting below: New or revised $lang ---- from version 1.7.1 |
---|
421 | $lang['Guest cannot be deleted'] = '不能删除来宾'; |
---|
422 | $lang['Default user cannot be deleted'] = '不能删除默认用户'; |
---|
423 | $lang['Purge history detail'] = '清除历史记录'; |
---|
424 | $lang['Purge history summary'] = '清除历史目录'; |
---|
425 | $lang['Check integrity'] = '检查完整性'; |
---|
426 | $lang['Anomaly'] = '异常'; |
---|
427 | $lang['Correction'] = '修复'; |
---|
428 | $lang['Automatic correction'] = '自动修复'; |
---|
429 | $lang['Impossible automatic correction'] = '无法自动修复'; |
---|
430 | $lang['Correction applied with success'] = '修复成功'; |
---|
431 | $lang['Correction applied with error'] = '修复出错'; |
---|
432 | $lang['%d anomaly has been detected.'] = '发现了 %d 异常.'; |
---|
433 | $lang['%d anomalies have been detected.'] = '发现了 %d 个异常.'; |
---|
434 | $lang['%d anomaly has been corrected.'] = '修正了 %d 异常.'; |
---|
435 | $lang['%d anomalies have been detected corrected.'] = '修正了 %d 个异常.'; |
---|
436 | $lang['%d anomaly has not been corrected.'] = '不能修正 %d 异常.'; |
---|
437 | $lang['%d anomalies have not been corrected.'] = '不能修正 %d 个异常.'; |
---|
438 | $lang['Go to %s or %s for more informations'] = '获取更多信息,请到 %s 或者 %s '; |
---|
439 | $lang['the forum'] = '论坛'; |
---|
440 | $lang['the wiki'] = 'wiki'; |
---|
441 | $lang['%s value is not correct file because exif are not supported'] = ' %s 值不是一个正确文件,因为我们不支持exif格式'; |
---|
442 | $lang['%s must be to set to false in your local/config/config.inc.php file'] = '在配置文件config_local.inc.php中 %s 应该设置为"false"'; |
---|
443 | $lang['Main "guest" user does not exist'] = '主要"guest"用户不存在'; |
---|
444 | $lang['Main "guest" user status is incorrect'] = '主要"guest"用户状态异常'; |
---|
445 | $lang['Default user does not exist'] = '默认帐户不再存在'; |
---|
446 | $lang['Main "webmaster" user does not exist'] = '主要网管帐户不再存在'; |
---|
447 | $lang['Main "webmaster" user status is incorrect'] = '主要网管用户状态异常'; |
---|
448 | $lang['User "%s" created with "%s" like password'] = '用户 "%s" 已创建,密码是"%s"'; |
---|
449 | $lang['Status of user "%s" updated'] = '用户 "%s" 状态已更新'; |
---|
450 | $lang['add new photos to caddie'] = '把所有新图片放到标记图片库中'; |
---|
451 | // --------- Starting below: New or revised $lang ---- from Butterfly |
---|
452 | $lang['No display'] = '不显示缩略图'; |
---|
453 | $lang['Classic display'] = '正常显示'; |
---|
454 | $lang['Hoverbox display'] = '俯瞰显示'; |
---|
455 | $lang['Mail address is obligatory for all users'] = '每个用户必须提供邮箱地址'; |
---|
456 | $lang['Minimum privacy level'] = '最小隐私等级'; |
---|
457 | $lang['Privacy level'] = '隐私等级'; |
---|
458 | $lang['Level 0'] = '---'; |
---|
459 | $lang['Level 1'] = '联系人'; |
---|
460 | $lang['Level 2'] = '朋友'; |
---|
461 | $lang['Level 4'] = '亲戚'; |
---|
462 | $lang['Level 8'] = '管理员'; |
---|
463 | $lang['Reinitialize check integrity'] = '重新完整性检查'; |
---|
464 | $lang['Check all'] = '全选'; |
---|
465 | $lang['Uncheck all'] = '取消全选'; |
---|
466 | $lang['Check automatic corrections'] = '自动选择'; |
---|
467 | $lang['Apply selected corrections'] = '应用自动选择'; |
---|
468 | $lang['Ignore selected anomalies'] = '忽视选择异常'; |
---|
469 | $lang['Refresh'] = '刷新'; |
---|
470 | $lang['The anomaly will be ignored until next application version'] = '此异常将被忽略,待下次版本中解决'; |
---|
471 | $lang['Correction the anomaly will cancel the fact that it\'s ignored'] = '异常更正将取消忽略事件'; |
---|
472 | $lang['%d anomaly has been ignored.'] = '%d 异常被忽略.'; |
---|
473 | $lang['%d anomalies have been ignored.'] = '%d 异常被忽略.'; |
---|
474 | $lang['Plugins which need upgrade'] = '必须更新插件'; |
---|
475 | $lang['Plugin list'] = '插件列表'; |
---|
476 | $lang['Check for updates'] = '检查更新'; |
---|
477 | $lang['Other plugins'] = '其他插件'; |
---|
478 | $lang['Last revisions'] = '最新修订版'; |
---|
479 | $lang['Are you sure you want to install this plugin?'] = '确定安装此插件吗?'; |
---|
480 | $lang['Are you sure you want to delete this plugin?'] = '确定要删除此插件吗?'; |
---|
481 | $lang['Are you sure to install this upgrade? You must verify if this version does not need uninstallation.'] = '确定安装此更新吗? 您必须核实无需卸载操作再进行安装此更新.'; |
---|
482 | $lang['Plugin has been successfully copied'] = '插件复制成功.'; |
---|
483 | $lang['You might go to plugin list to install and activate it.'] = '在插件列表中安装和启动插件.'; |
---|
484 | $lang['Can\'t create temporary file.'] = '无法创建临时文件.'; |
---|
485 | $lang['Can\'t download archive.'] = '无法下载归档文件.'; |
---|
486 | $lang['Can\'t read or extract archive.'] = '无法读取或解压归档文件.'; |
---|
487 | $lang['An error occured during extraction (%s).'] = '在解压文件(%s) 发生错误.'; |
---|
488 | $lang['Please check "plugins" folder and sub-folders permissions (CHMOD).'] = '请核实"plugins"文件夹及其子文件夹的权限(CHMOD).'; |
---|
489 | $lang['Can\'t connect to server.'] = '无法连接到服务器.'; |
---|
490 | $lang['Purge compiled templates'] = '清除编译模板'; |
---|
491 | $lang['Support'] = '支持'; |
---|
492 | $lang['Documentation'] = '文档'; |
---|
493 | $lang['ACCESS_0'] = '自由存取'; |
---|
494 | $lang['ACCESS_1'] = '对所有人开放'; |
---|
495 | $lang['ACCESS_2'] = '只对注册用户开放'; |
---|
496 | $lang['ACCESS_3'] = '只对管理员开放'; |
---|
497 | $lang['ACCESS_4'] = '只对网管开放'; |
---|
498 | $lang['ACCESS_5'] = '对任何人都不开放'; |
---|
499 | $lang['A new version of Piwigo is available.'] = 'Piwigo新版发布.'; |
---|
500 | $lang['Piwigo Administration'] = 'Piwigo管理'; |
---|
501 | $lang['Piwigo version'] = 'Piwigo版本'; |
---|
502 | $lang['You are running the latest version of Piwigo.'] = '您运行的是Piwigo最新版.'; |
---|
503 | $lang['The version of %s [%s] installed is not compatible with the version required [%s]'] = '%s [%s]安装版本跟[%s]版本不兼容'; |
---|
504 | $lang['You need to upgrade your system to take full advantage of the application else the application will not work correctly, or not at all'] = '为了获得全部功能,您应该更新系统,否则程序运行不正常。'; |
---|
505 | $lang['Deleted on'] = '删除于'; |
---|
506 | $lang['Last hit'] = '最后一次查看'; |
---|
507 | $lang['GD library is missing'] = '缺少GD库'; |
---|
508 | $lang['Templates'] = '模板'; |
---|
509 | $lang['Extend for templates'] = '扩展模板'; |
---|
510 | $lang['Replacement of original templates by customized templates from template-extension subfolder'] = '用位于template-extension文件夹下的用户自定义模板更换原模板'; |
---|
511 | $lang['Replacers (customized templates)'] = '自定义模板'; |
---|
512 | $lang['Original templates'] = '原模板'; |
---|
513 | $lang['Optional URL keyword'] = '可选URL关键字'; |
---|
514 | $lang['Templates configuration has been recorded.'] = '模板设置已保存.'; |
---|
515 | $lang['All optimizations have been successfully completed.'] = '优化成功.'; |
---|
516 | $lang['Optimizations have been completed with some errors.'] = '有些优化发生错误.'; |
---|
517 | $lang['Modify information'] = '修改信息'; |
---|
518 | $lang['nothing'] = '没有内容'; |
---|
519 | $lang['overrides existing values with empty ones'] = '用空数据来删除已存在的数据'; |
---|
520 | $lang['Manage photo ranks'] = '管理图片排序'; |
---|
521 | $lang['Edit ranks'] = '修改排序方式'; |
---|
522 | $lang['No photo in this album'] = '没有图片在此相册里'; |
---|
523 | $lang['Images manual order was saved'] = '图片手动排序已保存'; |
---|
524 | $lang['ranks'] = '顺序'; |
---|
525 | $lang['Drag to re-order'] = '拖放进行排序'; |
---|
526 | $lang['Quick Local Synchronization'] = '快速同步'; |
---|
527 | $lang['No photo can be deleted'] = '没有图片可以删除'; |
---|
528 | $lang['Delete selected photos'] = '删除图片'; |
---|
529 | $lang['%d photo was deleted'] = '%d 图片被删除'; |
---|
530 | $lang['%d photos were deleted'] = '%d 图片被删除'; |
---|
531 | $lang['Downloads'] = '下载'; |
---|
532 | $lang['Released on'] = '发布于'; |
---|
533 | $lang['Number of downloads'] = '下载次数'; |
---|
534 | $lang['Operation in progress'] = '正在处理.'; |
---|
535 | $lang['Please wait...'] = '请稍后...'; |
---|
536 | $lang['Keep in touch with Piwigo project, subscribe to Piwigo Announcement Newsletter. You will receive emails when a new release is available (sometimes including a security bug fix, it\'s important to know and upgrade) and when major events happen to the project. Only a few emails a year.'] = '订阅 Piwigo 最新消息,与 Piwigo 项目保持联系。当有新版本发布时,您将会收到邮件通知(有时也包括安全漏洞的修复,这对于升级是很重要的)和项目里一些重要事情的发生。一年里也只有几封邮件。'; |
---|
537 | $lang['Password is missing. Please enter the password.'] = '密码没有输入,请输入密码。'; |
---|
538 | $lang['Password confirmation is missing. Please confirm the chosen password.'] = '密码确认未完成,请确认所选定的密码。'; |
---|
539 | $lang['Allow users to edit their own comments'] = '允许用户修改自己的评论'; |
---|
540 | $lang['Allow users to delete their own comments'] = '允许用户删除自己的评论'; |
---|
541 | $lang['Email administrators when a comment is modified'] = '当评论被修改后,发邮件通知管理员'; |
---|
542 | $lang['Email administrators when a comment is deleted'] = '当评论被删除后,发邮件通知管理员'; |
---|
543 | $lang['Cannot delete the old permalink !'] = '旧的固定链接不能被删除!'; |
---|
544 | $lang['Hit'] = '点击'; |
---|
545 | $lang['Tools'] = '工具'; |
---|
546 | $lang['Photos'] = '图片'; |
---|
547 | $lang['Themes'] = '主题'; |
---|
548 | $lang['Instructions to use Piwigo'] = 'Piwigo 使用指南'; |
---|
549 | $lang['Installed Themes'] = '安装主题'; |
---|
550 | $lang['Add New Theme'] = '添加一个新主题'; |
---|
551 | $lang['Forbid this theme to users'] = '禁用此主题'; |
---|
552 | $lang['Set as default theme for unregistered and new users'] = '设置为未注册者和新用户的默认主题'; |
---|
553 | $lang['unknown'] = '未知'; |
---|
554 | $lang['Upload Photos'] = '上传图片'; |
---|
555 | $lang['Drop into album'] = '添加到相册'; |
---|
556 | $lang['+ Add an upload box'] = '+ 添加一个上传框'; |
---|
557 | $lang['Create the "%s" directory at the root of your Piwigo installation'] = '在您的根目录下创建 "%s" 目录以完成 Piwigo 的安装'; |
---|
558 | $lang['Give write access (chmod 777) to "%s" directory at the root of your Piwigo installation'] = '给予根目录下的 "%s" 目录写权限 (chmod 777) 以完成 Piwigo 的安装'; |
---|
559 | $lang['existing album'] = '现有的相册'; |
---|
560 | $lang['create a new album'] = '创建一个新相册'; |
---|
561 | $lang['Album name'] = '相册名称'; |
---|
562 | $lang['Album "%s" has been added'] = '类别 "%s" 已添加'; |
---|
563 | $lang['Uploaded Photos'] = '图片已上传'; |
---|
564 | $lang['%d photos uploaded'] = '%d 图片已上传'; |
---|
565 | $lang['Privacy level set to "%s"'] = '私有级别设置为 "%s"'; |
---|
566 | $lang['Album "%s" now contains %d photos'] = '类别 "%s" 现已包含了 %d 图片'; |
---|
567 | $lang['Manage this set of %d photos'] = '管理此设置的 %d 张照片 '; |
---|
568 | $lang['Select files'] = '选择文件'; |
---|
569 | $lang['Everybody'] = '每个人'; |
---|
570 | $lang['Who can see these photos?'] = '哪些人可以看到这些图片?'; |
---|
571 | $lang['Settings'] = '设置'; |
---|
572 | $lang['Resize'] = '重置大小'; |
---|
573 | $lang['Maximum Width'] = '最大宽度'; |
---|
574 | $lang['pixels'] = '像素'; |
---|
575 | $lang['Maximum Height'] = '最大高度'; |
---|
576 | $lang['Image Quality'] = '图片质量'; |
---|
577 | $lang['Save Settings'] = '保存设置'; |
---|
578 | $lang['Your configuration settings are saved'] = '您的设置已保存'; |
---|
579 | $lang['Active Themes'] = '已激活的主题'; |
---|
580 | $lang['Add write access to the "%s" directory'] = '为 "%s" 目录添加写权限'; |
---|
581 | $lang['Administration Home'] = '管理员首页'; |
---|
582 | $lang['Change Admin Colors'] = '更改管理员后台颜色'; |
---|
583 | $lang['Delete this theme'] = '删除此主题'; |
---|
584 | $lang['Directory does not exist'] = '目录不存在'; |
---|
585 | $lang['Download,'] = '下载,'; |
---|
586 | $lang['FTP + Synchronization'] = 'FTP + 同步'; |
---|
587 | $lang['Get Support on Piwigo Forum'] = '在Piwigo论坛上获取帮助'; |
---|
588 | $lang['Help Me'] = '帮助我'; |
---|
589 | $lang['Impossible to activate this theme, the parent theme is missing: %s'] = '父主题%s丢失,此主题不能被激活。'; |
---|
590 | $lang['Impossible to delete this theme. Other themes depends on it: %s'] = '此主题不能删除,因为其他主题还有依赖与它: %s'; |
---|
591 | $lang['Inactive Themes'] = '停用主题'; |
---|
592 | $lang['Install on your computer,'] = '安装到您的电脑里,'; |
---|
593 | $lang['Make this theme available to users'] = '让用户可使用此主题'; |
---|
594 | $lang['Page end'] = '页尾'; |
---|
595 | $lang['Piwigo Uploader'] = 'Piwigo上传客户端'; |
---|
596 | $lang['Read Piwigo Documentation'] = '阅读Piwigo文档'; |
---|
597 | $lang['Start pLoader and add your photos.'] = '开始使用pLoader并添加您的图片.'; |
---|
598 | $lang['Switch to clear or dark colors for administration'] = '更改管理员后台为清爽或者炫黑的颜色'; |
---|
599 | $lang['Theme has been successfully installed'] = '主题已成功安装'; |
---|
600 | $lang['Visit Gallery'] = '浏览画廊'; |
---|
601 | $lang['Visit Piwigo project website'] = '浏览 Piwigo 项目网站'; |
---|
602 | $lang['pLoader stands for <em>Piwigo Uploader</em>. From your computer, pLoader prepares your photos and transfer them to your Piwigo photo gallery.'] = 'pLoader是<em>Piwigo上传客户端</em> 的官方标准软件。pLoader可将您电脑里的图片上传到Piwigo的图片画廊里。'; |
---|
603 | $lang['Guest Settings'] = '游客设置'; |
---|
604 | $lang['Main Page'] = '主页'; |
---|
605 | $lang['Photo Page'] = '图片页'; |
---|
606 | $lang['Activate Navigation Bar'] = '激活导航条'; |
---|
607 | $lang['Activate Navigation Thumbnails'] = '激活缩略图导航'; |
---|
608 | $lang['Activate icon "%s"'] = '激活图标 "%s"'; |
---|
609 | $lang['Photo Properties'] = '图片属性'; |
---|
610 | $lang['Allow user customization'] = '允许用户自定义'; |
---|
611 | $lang['Languages'] = '语言'; |
---|
612 | $lang['Installed Languages'] = '安装语言'; |
---|
613 | $lang['Add New Language'] = '添加新语言'; |
---|
614 | $lang['Language has been successfully installed'] = '语言已成功安装'; |
---|
615 | $lang['Select:'] = '选择:'; |
---|
616 | $lang['None'] = '没有'; |
---|
617 | $lang['Invert'] = '反选'; |
---|
618 | $lang['Impossible to deactivate this theme, you need at least one theme.'] = '不能停用此主题,您至少需要使用一个主题.'; |
---|
619 | $lang['Webmaster status is required.'] = '必须设置网站管理员.'; |
---|
620 | $lang['Bound Theme'] = '绑定主题'; |
---|
621 | $lang['Allow rating'] = '允许投票'; |
---|
622 | $lang['Select at least one comment'] = '选择最新一个评论'; |
---|
623 | $lang['Active Plugins'] = '激活插件'; |
---|
624 | $lang['Inactive Plugins'] = '停用插件'; |
---|
625 | $lang['Missing Plugins'] = '丢失的插件'; |
---|
626 | $lang['Uninstalled Plugins'] = '未安装的插件'; |
---|
627 | $lang['By %s'] = '由%s开发'; |
---|
628 | $lang['Visit plugin site'] = '浏览插件网站'; |
---|
629 | $lang['Active Languages'] = '激活语言'; |
---|
630 | $lang['Delete this language'] = '删除此语言'; |
---|
631 | $lang['Forbid this language to users'] = '禁止用户使用此语言'; |
---|
632 | $lang['Impossible to deactivate this language, first set another language as default.'] = '不能停用此语言,请先设置一个默认语言.'; |
---|
633 | $lang['Impossible to deactivate this language, you need at least one language.'] = '不能停用此语言,您必须至少使用一个语言.'; |
---|
634 | $lang['Inactive Languages'] = '停用语言'; |
---|
635 | $lang['Make this language available to users'] = '让用户可使用此语言'; |
---|
636 | $lang['Set as default language for unregistered and new users'] = '设置为游客和新用户的默认语言'; |
---|
637 | $lang['Add Photos'] = '添加图片'; |
---|
638 | $lang['The following tag was deleted'] = '以下标签已删除'; |
---|
639 | $lang['Miscellaneous'] = '杂项'; |
---|
640 | $lang['Virtual Links'] = '虚拟链接'; |
---|
641 | $lang['There is no other language available.'] = '没有其他可用的语言.'; |
---|
642 | $lang['There is no other plugin available.'] = '没有其他可用的插件.'; |
---|
643 | $lang['There is no other theme available.'] = '没有其他可用的主题.'; |
---|
644 | $lang['Add another set of photos'] = '添加另一组图片'; |
---|
645 | $lang['By rank'] = '按等级'; |
---|
646 | $lang['Manual order'] = '手工排序'; |
---|
647 | $lang['Piwigo Announcements Newsletter'] = 'Piwigo最新消息公告'; |
---|
648 | $lang['Subscribe %s'] = '订阅%s'; |
---|
649 | $lang['Subscribe %s to Piwigo Announcements Newsletter'] = '订阅%s Piwigo中国最新消息公告'; |
---|
650 | $lang['Purge search history'] = '清除查寻历史记录'; |
---|
651 | $lang['Hide'] = '隐藏'; |
---|
652 | $lang['Order of menubar items has been updated successfully.'] = '所有项目已被更新.'; |
---|
653 | $lang['This theme was not designed to be directly activated'] = '此主题并未设计为直接激活'; |
---|
654 | $lang['Who can see this photo?'] = '查看权限'; |
---|
655 | $lang['Pending Comments'] = '审核评论'; |
---|
656 | $lang['Menu Management'] = '菜单'; |
---|
657 | $lang['In your php.ini file, the upload_max_filesize (%sB) is bigger than post_max_size (%sB), you should change this setting'] = '在您的 php.ini 文件, 如果 upload_max_filesize (%sB) 大于 post_max_size (%sB), 那么您需要修改此项'; |
---|
658 | $lang['Exif extension not available, admin should disable exif use'] = 'Exif 扩展不能使用,管理员应该禁用 exif 功能。'; |
---|
659 | $lang['The uploaded file exceeds the upload_max_filesize directive in php.ini: %sB'] = '上传文件超过了在 php.ini 文件里的 upload_max_filesize 限制: %sB'; |
---|
660 | $lang['The uploaded files exceed the post_max_size directive in php.ini: %sB'] = '上传文件超过了在 php.ini 文件里的 post_max_size 限制: %sB'; |
---|
661 | $lang['The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form'] = '上传文件超过了在 HTML 表单指定的 MAX_FILE_SIZE 的限制'; |
---|
662 | $lang['The uploaded file was only partially uploaded'] = '上传文件只上传了一部分'; |
---|
663 | $lang['No file was uploaded'] = '没有文件被上传'; |
---|
664 | $lang['Missing a temporary folder'] = '缺少临时文件目录'; |
---|
665 | $lang['Failed to write file to disk'] = '文件写入失败'; |
---|
666 | $lang['File upload stopped by extension'] = '扩展使文件上传停止'; |
---|
667 | $lang['Unknown upload error'] = '未知上传错误'; |
---|
668 | $lang['Error on file "%s" : %s'] = '文件上的错误 "%s" : %s'; |
---|
669 | $lang['%d of %d photos selected'] = '%d 张/总 %d 图片被选中'; |
---|
670 | $lang['Action'] = '动作'; |
---|
671 | $lang['Add a filter'] = '添加一个过滤器'; |
---|
672 | $lang['Album photos associated to the following albums: %s'] = '图片已关联到以下相册: %s'; |
---|
673 | $lang['Albums automatically sorted'] = '相册已自动排序'; |
---|
674 | $lang['All %d photos are selected'] = '全部 %d 张图片已选中'; |
---|
675 | $lang['Apply action'] = '应用动作'; |
---|
676 | $lang['automatic order'] = '自动排序'; |
---|
677 | $lang['Batch Manager'] = '批量管理'; |
---|
678 | $lang['Choose an action'] = '选择一个动作'; |
---|
679 | $lang['Delete orphan tags'] = '删除没被关联的标签'; |
---|
680 | $lang['delete photo'] = '删除图片'; |
---|
681 | $lang['Duplicates'] = '重复'; |
---|
682 | $lang['include child albums'] = '包含子相册'; |
---|
683 | $lang['manual order'] = '手工排序'; |
---|
684 | $lang['No photo in the current set.'] = '当前集合没有图片.'; |
---|
685 | $lang['No photo selected, %d photos in current set'] = '没有选择图片, 当前集合有 %d 张图片'; |
---|
686 | $lang['No photo selected, no action possible.'] = '没有选择图片,不会执行任何动作.'; |
---|
687 | $lang['on the %d selected photos'] = '在 %d 张已选图片上'; |
---|
688 | $lang['Orphan tags deleted'] = '无关联标签已被删除'; |
---|
689 | $lang['Refresh photo set'] = '刷新图片集'; |
---|
690 | $lang['Remove all filters'] = '删除所有过滤器'; |
---|
691 | $lang['remove author'] = '删除作者'; |
---|
692 | $lang['remove creation date'] = '删除创建日期'; |
---|
693 | $lang['remove this filter'] = '删除此过滤器'; |
---|
694 | $lang['remove title'] = '删除标题'; |
---|
695 | $lang['Selection'] = '选择'; |
---|
696 | $lang['Set author'] = '设置作者'; |
---|
697 | $lang['Set creation date'] = '设置创建日期'; |
---|
698 | $lang['Set title'] = '设置标题'; |
---|
699 | $lang['The whole page'] = '整张图片'; |
---|
700 | $lang['The whole set'] = '整个集合'; |
---|
701 | $lang['Type here the author name'] = '在此输入作者名称'; |
---|
702 | $lang['Type here the title'] = '在此输入标题'; |
---|
703 | $lang['Week starts on'] = '星期起始于'; |
---|
704 | $lang['You have %d orphan tags: %s.'] = '您有 %d 个无关联标签: %s.'; |
---|
705 | $lang['Remove from caddie'] = '从购物蓝里移除'; |
---|
706 | $lang['Themes which need upgrade'] = '需更新的主题'; |
---|
707 | $lang['Languages which need upgrade'] = '需要更新的语言'; |
---|
708 | $lang['All themes are up to date.'] = '所有主题已更新了.'; |
---|
709 | $lang['All plugins are up to date.'] = '所有插件已更新了.'; |
---|
710 | $lang['All languages are up to date.'] = '所有语言已更新了.'; |
---|
711 | $lang['Visit theme site'] = '浏览主题网站'; |
---|
712 | $lang['Visit language site'] = '浏览语言网站'; |
---|
713 | $lang['New Version'] = '新版本'; |
---|
714 | |
---|
715 | |
---|
716 | |
---|
717 | |
---|
718 | $lang['Obsolete Plugins'] = '过期插件'; |
---|
719 | $lang['WARNING! This plugin does not seem to be compatible with this version of Piwigo.'] = '警告,此插件并不适用于这个版本的Piwigo。'; |
---|
720 | $lang['Do you want to activate anyway?'] = '您还是想激活吗?'; |
---|
721 | $lang['THIS PLUGIN IS NOW PART OF PIWIGO CORE! DELETE IT NOW.'] = '这个插件现在已经是Piwigo核心的一部分,请马上删除它。'; |
---|
722 | $lang['ERROR: THIS PLUGIN IS MISSING BUT IT IS INSTALLED! UNINSTALL IT NOW.'] = '错误:这个插件的实际内容已丢失但记录中它已被安装,请马上卸载它。'; |
---|
723 | $lang['new'] = '新的'; |
---|
724 | $lang['No results'] = '没有结果'; |
---|
725 | $lang['Searching...'] = '搜索中...'; |
---|
726 | $lang['Type in a search term'] = '输入搜索关键字'; |
---|
727 | |
---|
728 | |
---|
729 | $lang['display'] = '显示'; |
---|
730 | $lang['Average rate'] = "平均分"; |
---|
731 | $lang['Rate'] = "比率"; |
---|
732 | $lang['Activate icon "new" next to albums and pictures'] = '激活相册和图片旁边的"新建"图标'; |
---|
733 | $lang['Add a criteria'] = '添加一个条件'; |
---|
734 | $lang['Deactivate all'] = '解除所有'; |
---|
735 | $lang['Default photos order'] = '默认图片排序'; |
---|
736 | $lang['Restore'] = '恢复'; |
---|
737 | $lang['Restore default configuration. You will lose your plugin settings!'] = '恢复默认的配置,您将失去插件的配置!'; |
---|
738 | $lang['You can\'t define a default photo order because you have a custom setting in your local configuration.'] = '您不能设置默认图片的排序,因为您已在本地配置文件里有自定义设置'; |
---|
739 | $lang['You have specified <i>$conf[\'order_by\']</i> in your local configuration file, this parameter in deprecated, please remove it or rename it into <i>$conf[\'order_by_custom\']</i> !'] = '您已在本地配置文件里定义了 <i>$conf[\'order_by\']</i> , 此参数已不再使用了, 请在 <i>$conf[\'order_by_custom\']</i> 里移除或者改名 !'; |
---|
740 | $lang['Thumbnails generation in progress...'] = '正在生成缩略图...'; |
---|
741 | $lang['Photos generation in progress...'] = '正在生成图片...'; |
---|
742 | $lang['%s photos have been regenerated'] = '%s 图片已被生成'; |
---|
743 | $lang['%s photos can not be regenerated'] = '%s 图片不能被生成'; |
---|
744 | $lang['Update in progress... Please wait.'] = '正在更新... 请稍等.'; |
---|
745 | $lang['Ignore this update'] = '忽略此更新'; |
---|
746 | $lang['Reset ignored updates'] = '重置忽略更新'; |
---|
747 | $lang['Update All'] = '更新所有'; |
---|
748 | $lang['ERROR'] = '错误'; |
---|
749 | $lang['Update Complete'] = '更新完毕'; |
---|
750 | $lang['Piwigo Update'] = 'Piwigo 更新'; |
---|
751 | $lang['Extensions Update'] = '扩展更新'; |
---|
752 | $lang['All extensions are up to date.'] = '所有扩展已更新.'; |
---|
753 | $lang['Following plugins may not be compatible with the new version of Piwigo:'] = '以下插件可能与新版 Piwigo 不兼容:'; |
---|
754 | $lang['Following themes may not be compatible with the new version of Piwigo:'] = '以下主题可能与新版 Piwigo 不兼容:'; |
---|
755 | $lang['I decide to update anyway'] = '不管怎样,我决定更新'; |
---|
756 | $lang['Update to Piwigo %s'] = '更新到 Piwigo %s'; |
---|
757 | $lang['Two updates are available'] = '有2个可用更新'; |
---|
758 | $lang['This is a minor update, with only bug corrections.'] = '这是一个次要更新,只是对错误的修正.'; |
---|
759 | $lang['This is a major update, with <a href="%s">new exciting features</a>.'] = '这是一个重大更新, 和 <a href="%s">令人兴奋的新功能</a>.'; |
---|
760 | $lang['Some themes and plugins may be not available yet.'] = '一些主题和插件可能还不能使用.'; |
---|
761 | $lang['You can update to Piwigo %s directly, without upgrading to Piwigo %s (recommended).'] = '您可以直接更新到 Piwigo %s, 不需先更新到 Piwigo %s (推荐).'; |
---|
762 | $lang['Save Template Directory'] = '保存到模板目录'; |
---|
763 | $lang['Dump Database'] = '转存数据库'; |
---|
764 | $lang['Include history data (Warning: server memory limit may be exceeded)'] = '包括历史数据(注意:可能会超过服务器内存限制)'; |
---|
765 | $lang['Unable to dump database.'] = '不能转存数据库.'; |
---|
766 | $lang['Some upgrades are available for extensions.'] = '一些可用的扩展更新.'; |
---|
767 | $lang['Ignore All'] = '忽略所有'; |
---|
768 | $lang['Width'] = '宽度'; |
---|
769 | $lang['Height'] = '高度'; |
---|
770 | $lang['Follow Orientation'] = '按照方向'; |
---|
771 | $lang['Graphics Library'] = '图形库'; |
---|
772 | $lang['Show menubar'] = '显示菜单栏'; |
---|
773 | $lang['Updates'] = '更新'; |
---|
774 | $lang['Crop'] = '剪裁'; |
---|
775 | $lang['... or '] = '...或 '; |
---|
776 | $lang['Create'] = '创建'; |
---|
777 | $lang['Start Upload'] = '开始上传'; |
---|
778 | $lang['You are using the Flash uploader. Problems? Try the <a href="%s">Browser uploader</a> instead.'] = '您在使用Flash上传工具,出问题了?请尝试<a href="%s">网页上传</a>。'; |
---|
779 | $lang['You are using the Browser uploader. Try the <a href="%s">Flash uploader</a> instead.'] = '您在使用网页上传方式,出问题了?请尝试<a href="%s">Flash上传工具</a>。'; |
---|
780 | $lang['Maximum file size: %sB.'] = '文件最大尺寸: %sB.'; |
---|
781 | $lang['Allowed file types: %s.'] = '可上传的文件类型: %s.'; |
---|
782 | $lang['Approximate maximum resolution: %dM pixels (that\'s %dx%d pixels).'] = '近乎最大的分辨率: %dM 像素 (that\'s %dx%d pixels).'; |
---|
783 | $lang['Manage Permissions'] = '管理查看权限'; |
---|
784 | $lang['Learn more'] = '了解更多'; |
---|
785 | $lang['Photo %s of %s'] = ' %s中的%s图片'; |
---|
786 | $lang['show details'] = '显示详情'; |
---|
787 | $lang['hide details'] = '隐藏详情'; |
---|
788 | $lang['Merge tags'] = '合并标签'; |
---|
789 | $lang['Select the destination tag'] = '选择目标标签'; |
---|
790 | $lang['(this tag will be deleted)'] = '(此标签将被删除)'; |
---|
791 | $lang['Confirm merge'] = '确认合并'; |
---|
792 | $lang['Merge selected tags'] = '合并已选择的标签'; |
---|
793 | $lang['No destination tag selected'] = '没有选中的目的标签'; |
---|
794 | $lang['Tags <em>%s</em> merged into tag <em>%s</em>'] = '标签<em>%s</em>与标签 <em>%s</em>已合并'; |
---|
795 | $lang['Select at least two tags for merging'] = '请选择2个以上的标签合并'; |
---|
796 | $lang['Select an album'] = '选择一个相册'; |
---|
797 | $lang['By default, Piwigo will create a new websize from the HD (high definition) version of your photo.'] = '默认选项中,Piwigo将根据您相册中的高清图片(HD)创建一个新的网页尺寸。'; |
---|
798 | $lang['If no HD is available and if the current websize is bigger than resize dimensions, Piwigo will move it as HD and create a downsized websize photo from it.'] = '若无高清图片或当前网页尺寸大于重置标准,Piwigo会自动将其作为高清图片进行尺寸重置。'; |
---|
799 | $lang['An error has occured during upgrade.'] = '在升级过程中出现了一个错误.'; |
---|
800 | $lang['An error has occured during extract. Please check files permissions of your piwigo installation.<br><a href="%s">Click here to show log error</a>.'] = '在解压程序时出现了一个错误。请检查您 piwigo 安装文件的读写权限.<br><a href="%s">点击此查看错误日志</a>.'; |
---|
801 | $lang['Piwigo cannot retrieve upgrade file from server'] = 'Piwigo 不能从服务器中获取升级文件'; |
---|
802 | $lang['%s has been successfully updated.'] = '成功更新了%s'; |
---|
803 | $lang['Activate comments'] = '激活评论'; |
---|
804 | $lang['Add tags'] = '添加标签'; |
---|
805 | $lang['Add to caddie'] = '添加'; |
---|
806 | $lang['Default comments order'] = '默认评论顺序'; |
---|
807 | $lang['Last import'] = '最后导入'; |
---|
808 | $lang['Original Size'] = '源大小'; |
---|
809 | $lang['Photo name'] = '图片名称'; |
---|
810 | $lang['Predefined filter'] = '预定义过滤器'; |
---|
811 | $lang['Resize after upload'] = '上传后修改尺寸'; |
---|
812 | $lang['Send connection settings by email'] = '发送注册信息到邮箱'; |
---|
813 | $lang['The original image quality must be a number between %d and %d'] = '源图片质量必须是在%d和%d之间的数字'; |
---|
814 | $lang['The original maximum height must be a number between %d and %d'] = '源图片最大高度必须是在%d和%d之间的数字'; |
---|
815 | $lang['The original maximum width must be a number between %d and %d'] = '源图片最大宽度必须是在%d和%d之间的数字'; |
---|
816 | $lang['With no album'] = '没有相册'; |
---|
817 | $lang['With no tag'] = '没有标签'; |
---|
818 | $lang['With no virtual album'] = '没有虚拟相册'; |
---|
819 | $lang['Zoom'] = '缩放'; |
---|
820 | $lang['A locked gallery is only visible to administrators'] = '被锁定的相册只有管理员能够访问'; |
---|
821 | $lang['administrators'] = '管理员'; |
---|
822 | $lang['Center of interest'] = '兴趣中心'; |
---|
823 | $lang['Gallery unlocked'] = '相册已解锁'; |
---|
824 | $lang['modified'] = '已修改'; |
---|
825 | $lang['Move to album'] = '移动到相册'; |
---|
826 | $lang['Not cropped correctly?'] = '剪裁不正确?'; |
---|
827 | $lang['Notify administrators when a comment is'] = '需要通知管理员的评论'; |
---|
828 | $lang['pending validation'] = '待验证'; |
---|
829 | $lang['registered users'] = '注册用户'; |
---|
830 | $lang['Save visits in history for'] = '保存访问记录'; |
---|
831 | $lang['simple visitors'] = '游客'; |
---|
832 | $lang['This album contains %d photos, added between %s and %s.'] = '这个相册包含%d张图片,添加于%s和%s之间'; |
---|
833 | $lang['This album contains %d photos, added on %s.'] = '这个相册包含%d张图片,添加于%s'; |
---|
834 | $lang['This album contains no photo.'] = '相册中没有图片'; |
---|
835 | $lang['Unlock gallery'] = '解锁相册'; |
---|
836 | $lang['<em>Piwigo for Android</em> application empowers you to connect your Android phone or table to your Piwigo gallery, create some albums and upload several photos at once.'] = '<em>Piwigo Android版</em> 允许您从您的 Android手机或平板电脑连接到Piwigo,创建相册和一次上传多张照片。'; |
---|
837 | $lang['<em>Piwigo for iOS</em> application empowers you to connect to your Piwigo gallery from your iPhone, iPad or iPod Touch, create some albums and upload several photos at once.'] = '<em>Piwigo iOS版</em> 允许您从您的iPhone,iPad或iPod Touch连接到Piwigo,创建相册和一次上传多张照片。'; |
---|
838 | $lang['Applications'] = '应用程序'; |
---|
839 | $lang['apply automatic sort order'] = '应用自动排序'; |
---|
840 | $lang['Automatic sort order'] = '自动排序'; |
---|
841 | $lang['Available on'] = '可用'; |
---|
842 | $lang['Available versions for'] = '可用版本'; |
---|
843 | $lang['cancel manual order'] = '取消手动排序'; |
---|
844 | $lang['Cancel'] = '取消'; |
---|
845 | $lang['List'] = '列表'; |
---|
846 | $lang['Piwigo for Android'] = 'Piwigo Android版'; |
---|
847 | $lang['Piwigo for iOS (iPhone, iPad, iPod Touch)'] = 'Piwigo iOS (iPhone, iPad, iPod Touch)版'; |
---|
848 | $lang['Save manual order'] = '保存手动排序'; |
---|
849 | $lang['Web Form'] = 'Web窗体'; |
---|
850 | $lang['You can activate only one mobile theme.'] = '你只能激活一套手机版主题'; |
---|
851 | $lang['%u users have automatic permission because they belong to a granted group.'] = '用户 %u 因为在有权限的组中, 所以自动获得权限。'; |
---|
852 | $lang['Adobe Photoshop Lightroom is a photography software designed to manage large quantities of digital images and doing post production work.'] = 'Adobe公司的Photoshop Lightroom是图片处理软件, 用来管理大量的数字图像和做后期制作工作。'; |
---|
853 | $lang['any visitor can see this album'] = '任何游客都可以访问此相册'; |
---|
854 | $lang['Aperture is a powerful tool to refine images and manage massive libraries on Mac.'] = 'Aperture是Mac上一个功能强大的图片管理、编辑工具。'; |
---|
855 | $lang['Aperture is designed for professional photographers with iPhoto simplicity.'] = 'Aperture用于在iPhoto上进行专业的图片处理。'; |
---|
856 | $lang['Delete multiple size images'] = '删除多尺寸图片'; |
---|
857 | $lang['digiKam is an advanced digital photo management free software for Linux, Windows, and MacOSX.'] = 'digiKam是Linux,Windows和MacOSX平台上免费的高级数码照片管理软件。'; |
---|
858 | $lang['digiKam is designed for photographers who want to view, manage, edit, enhance, organize, tag, and share photographs.'] = 'digiKam可以查看,管理,编辑,增强,组织,标记和共享照片。'; |
---|
859 | $lang['Features include gallery browsing, album creation and photo upload.'] = '其特点包括浏览画廊,创作相册和上传照片。'; |
---|
860 | $lang['Generate multiple size images'] = '生成多尺寸图片'; |
---|
861 | $lang['Groups and users'] = '组和用户'; |
---|
862 | $lang['include photos with lower privacy level'] = '包括隐私级别较低的图片'; |
---|
863 | $lang['iPhoto is the default photo manager on MacOSX. The Piwigo export plugin let you create new albums and export your photos directly from iPhoto to your Piwigo photo gallery.'] = 'iPhoto是在MacOSX的默认照片管理器。 Piwigo的导出插件可以让您创建新的相册和照片,并直接从iPhoto输出到您的Piwigo相册。'; |
---|
864 | $lang['On your Linux, simply install Shotwell with your package manager and the activate Piwigo publishing option.'] = '在您的Linux上,只需用安装软件包管理器安装Shotwell并激活Piwigo的发布选项。'; |
---|
865 | $lang['Permission granted for groups'] = '为组授予的权限'; |
---|
866 | $lang['Permission granted for users'] = '为用户授予的权限'; |
---|
867 | $lang['Piwigo export plugin for Aperture'] = 'Piwigo Aperture导出插件'; |
---|
868 | $lang['Piwigo export plugin for iPhoto'] = 'Piwigo iPhoto导出插件'; |
---|
869 | $lang['Piwigo publish plugin for digiKam'] = 'Piwigo digiKam发布插件'; |
---|
870 | $lang['Piwigo Publish plugin for Lightroom'] = 'Piwigo Lightroom发布插件'; |
---|
871 | $lang['Piwigo publish plugin for Shotwell'] = 'Piwigo Shotwell发布插件'; |
---|
872 | $lang['ReGalAndroid (RemoteGallery client for Android) is an open source (GPL v3) Piwigo client for the Android platform.'] = 'ReGalAndroid(Android RemoteGallery客户端)是一个开源(GPL V3)的Piwigo Android平台客户端。'; |
---|
873 | $lang['Select groups...'] = '选择组'; |
---|
874 | $lang['Select users...'] = '选择用户'; |
---|
875 | $lang['Shotwell is an open source digital photo organizer that runs on Linux. It is the default photo manager in Ubuntu and Fedora.'] = 'Shotwell是一个运行在Linux上开源的数码照片管理软件。它是Ubuntu和Fedora的默认照片管理软件。'; |
---|
876 | $lang['The Piwigo export plugin allows you to create albums and export photos.'] = 'Piwigo的导出插件允许你创建相册和导出照片。'; |
---|
877 | $lang['The Piwigo publish Plug-in allows you to export and synchronize photos from Lightroom directly to your Piwigo photo gallery.'] = 'Piwigo发布插件允许你从Lightroom直接导出和同步照片到您的Piwigo相册。'; |
---|
878 | $lang['There is no group in this gallery.'] = '这个画廊中还没有组'; |
---|
879 | $lang['To export your photos from digiKam to Piwigo, simply install digiKam and the Kipi-plugins.'] = '只要安装digiKam和Kipi插件, 就可以从digiKam中导出照片到Piwigo'; |
---|
880 | $lang['visitors need to login and have the appropriate permissions to see this album'] = '游客需要登录,并有适当的权限才访问这个相册'; |
---|
881 | $lang['Apply watermark if height is bigger than'] = '如果高度大于此值则添加水印'; |
---|
882 | $lang['Apply watermark if width is bigger than'] = '如果宽度大于此值则添加水印'; |
---|
883 | $lang['By default, the center of interest is placed in the middle of the photo.'] = '默认情况下,兴趣中心是摆在中间的照片。'; |
---|
884 | $lang['For photo sizes with crop, such as "Square", Piwigo will do its best to include the center of interest.'] = '对于剪裁照片大小,如“正方形”,Piwigo将竭尽所能的包括兴趣中心。'; |
---|
885 | $lang['No group is permitted to see this private album'] = '没有可以访问这个私有相册的权限组'; |
---|
886 | $lang['Opacity'] = '不透明'; |
---|
887 | $lang['Permission management'] = '权限管理'; |
---|
888 | $lang['Photo sizes with crop'] = '图片剪裁大小'; |
---|
889 | $lang['Select a file'] = '选择文件'; |
---|
890 | $lang['Select a zone with your mouse to define a new center of interest.'] = '用鼠标选择一个区域,定义一个新的兴趣中心。'; |
---|
891 | $lang['The center of interest is the most meaningful zone in the photo.'] = '兴趣中心(焦点)是照片中最有意义的区域。'; |
---|
892 | $lang['X Position'] = 'X位置'; |
---|
893 | $lang['X Repeat'] = 'X轴平铺'; |
---|
894 | $lang['Y Position'] = 'Y位置'; |
---|
895 | $lang['add a new watermark'] = '添加新水印'; |
---|
896 | $lang['bottom left corner'] = '左下角'; |
---|
897 | $lang['bottom right corner'] = '右下角'; |
---|
898 | $lang['custom'] = '自定义'; |
---|
899 | $lang['middle'] = '中间'; |
---|
900 | $lang['top left corner'] = '左上角'; |
---|
901 | $lang['top right corner'] = '右上角'; |
---|
902 | $lang['Multiple Size'] = '多尺寸'; |
---|
903 | $lang['%d days'] = '%d天'; |
---|
904 | $lang['%d day'] = '%d天'; |
---|
905 | $lang['%d hours'] = '%d小时'; |
---|
906 | $lang['%d hour'] = '%d小时'; |
---|
907 | $lang['%d minutes'] = '%d分'; |
---|
908 | $lang['%d minute'] = '%d分'; |
---|
909 | $lang['%d months'] = '%d月'; |
---|
910 | $lang['%d month'] = '%d月'; |
---|
911 | $lang['%d seconds'] = '%d秒'; |
---|
912 | $lang['%d second'] = '%d秒'; |
---|
913 | $lang['%d years'] = '%d年'; |
---|
914 | $lang['%d year'] = '%d年'; |
---|
915 | $lang['%s ago'] = '%s以前'; |
---|
916 | $lang['%s in the future'] = '%s之后'; |
---|
917 | $lang['Added by %s'] = '由%s添加'; |
---|
918 | $lang['Numeric identifier : %d'] = '数字ID: %d'; |
---|
919 | $lang['Original file : %s'] = '原文件:%s'; |
---|
920 | $lang['Posted %s on %s'] = '发布 %s到 %s'; |
---|
921 | $lang['Rated %d times, score : %.2f'] = '评分: %d次,得分:%.2f'; |
---|
922 | $lang['Sharpen'] = '锐化'; |
---|
923 | $lang['Visited %d times'] = '访问数: %d'; |
---|
924 | $lang['Watermark'] = '水印'; |
---|
925 | $lang['%d weeks'] = '%d周'; |
---|
926 | $lang['%d week'] = '%d周'; |
---|
927 | $lang['Edit photo'] = '编辑图片'; |
---|
928 | $lang['create a new site'] = '新建网站'; |
---|
929 | $lang['No order field selected'] = '未选择排序字段'; |
---|
930 | ?> |
---|