From fab9cb68252b4b703fb3341abf50a4b38176f325 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 3 Mar 2018 07:36:58 +0100 Subject: [PATCH 001/430] Version 3.6-rc for the RC branch --- VERSION | 2 +- boot.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 26cf049c2a..8de60381ba 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.6-dev +3.6-rc diff --git a/boot.php b/boot.php index 4ba8c1ad8d..b8b9b0ec28 100644 --- a/boot.php +++ b/boot.php @@ -37,7 +37,7 @@ require_once 'include/text.php'; define('FRIENDICA_PLATFORM', 'Friendica'); define('FRIENDICA_CODENAME', 'Asparagus'); -define('FRIENDICA_VERSION', '3.6-dev'); +define('FRIENDICA_VERSION', '3.6-rc'); define('DFRN_PROTOCOL_VERSION', '2.23'); define('DB_UPDATE_VERSION', 1255); define('NEW_UPDATE_ROUTINE_VERSION', 1170); From 6ca6193e0427968ddb8ed9dfa43750e448255e0b Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 3 Mar 2018 08:13:46 +0100 Subject: [PATCH 002/430] added support channels to the FAQ --- doc/FAQ.md | 11 +++++++++-- doc/de/FAQ.md | 11 +++++++++-- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/doc/FAQ.md b/doc/FAQ.md index ccf81d8a94..ab06a786f2 100644 --- a/doc/FAQ.md +++ b/doc/FAQ.md @@ -171,8 +171,15 @@ Depending on the features of the client you might encounter some glitches in usa ### Where I can find help? If you have problems with your Friendica page, you can ask the community at the [Friendica Support Group](https://forum.friendi.ca/profile/helpers). -If you can't use your default profile you can use an account at a public site [list](https://dir.friendica.social/servers) or you can use the Librelist mailing list. -If you want to use the mailing list, please just send a mail to friendica AT librelist DOT com. +If you can't use your default profile you can use an account at a public site [list](https://dir.friendica.social/servers). + +In case you do not want to set up another account on Friendica, you can also use one of the following channels to reach out for help: + + * [Friendica Support Forum](https://forum.friendi.ca/~helpers) + * [Mailing List Archive](http://mailman.friendi.ca/mailman/listinfo/support-friendi.ca) you can subscribe to the list by sending an email to ``support-request(at)friendi.ca?subject=subscribe`` + * XMPP/Jabber MUC: support(at)forum.friendi.ca + * IRC: #friendica at irc.freenode.net + * Matrix: #friendi.ca or #friendica at matrix.org If you are a theme developer, you will find help at this forum: [Friendica Theme Developers](https://friendica.eu/profile/ftdevs). diff --git a/doc/de/FAQ.md b/doc/de/FAQ.md index aa9d01b64d..0cc8fab48f 100644 --- a/doc/de/FAQ.md +++ b/doc/de/FAQ.md @@ -189,8 +189,15 @@ Hier ist eine Liste von Clients bei denen dies möglich ist, bzw. die speziell f ### Wo finde ich Hilfe? Wenn Du Probleme mit Deiner Friendica-Seite hast, dann kannst Du die Community in der [Friendica-Support-Gruppe](https://forum.friendi.ca/profile/helpers) oder im [deutschen Friendica-Support-Forum](http://toktan.org/profile/wiki) fragen oder Dir das [deutsche Wiki](http://wiki.toktan.org/doku.php) anschauen. -Wenn Du Deinen Account nicht nutzen kannst, kannst Du entweder einen [Testaccount](https://tryfriendica.de) bzw. einen Account auf einer öffentlichen Seite ([Liste](https://dir.friendica.social/servers)) nutzen, oder Du wählst die Librelist-mailing-Liste. -Wenn Du die Mailing-Liste nutzen willst, schicke eine Mail an friendica AT librelist PUNKT com. +Wenn Du Deinen Account nicht nutzen kannst, kannst Du entweder einen [Testaccount](https://tryfriendica.de) bzw. einen Account auf einer öffentlichen Seite ([Liste](https://dir.friendica.social/servers)) nutzen. + +Wenn du dir keinen weiteren Friendica Account einrichten willst, kannst du auch gerne über einen der folgenden alternativen Kanäle Hilfe suchen: + + * [Friendica Support Forum](https://forum.friendi.ca/~helpers) + * [Mailing List Archive](http://mailman.friendi.ca/mailman/listinfo/support-friendi.ca) you can subscribe to the list by sending an email to ``support-request(at)friendi.ca?subject=subscribe`` + * XMPP/Jabber MUC: support(at)forum.friendi.ca + * IRC: #friendica at irc.freenode.net + * Matrix: #friendi.ca or #friendica at matrix.org. Wenn Du ein Theme-Entwickler bist, wirst Du in diesem Forum Hilfe finden: [Friendica Theme Developers](https://friendica.eu/profile/ftdevs). From 80976e28d5fddac880ee382f5735cf0e617b325c Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 3 Mar 2018 09:50:42 +0100 Subject: [PATCH 003/430] removed dead link --- doc/FAQ.md | 2 -- doc/de/FAQ.md | 2 -- 2 files changed, 4 deletions(-) diff --git a/doc/FAQ.md b/doc/FAQ.md index ab06a786f2..6d942892b9 100644 --- a/doc/FAQ.md +++ b/doc/FAQ.md @@ -181,8 +181,6 @@ In case you do not want to set up another account on Friendica, you can also use * IRC: #friendica at irc.freenode.net * Matrix: #friendi.ca or #friendica at matrix.org -If you are a theme developer, you will find help at this forum: [Friendica Theme Developers](https://friendica.eu/profile/ftdevs). - Admin -------- diff --git a/doc/de/FAQ.md b/doc/de/FAQ.md index 0cc8fab48f..a69d81ee91 100644 --- a/doc/de/FAQ.md +++ b/doc/de/FAQ.md @@ -199,8 +199,6 @@ Wenn du dir keinen weiteren Friendica Account einrichten willst, kannst du auch * IRC: #friendica at irc.freenode.net * Matrix: #friendi.ca or #friendica at matrix.org. -Wenn Du ein Theme-Entwickler bist, wirst Du in diesem Forum Hilfe finden: [Friendica Theme Developers](https://friendica.eu/profile/ftdevs). - Admin -------- From 1510b3d9485a63e8954e56414e07d963deeff612 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 3 Mar 2018 11:02:40 +0100 Subject: [PATCH 004/430] =?UTF-8?q?tyoi,=20found=20by=20=E6=9C=B1=E9=99=88?= =?UTF-8?q?=E9=94=AC=20thanks=20for=20that!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/conversation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/conversation.php b/include/conversation.php index c7a2379d53..ecd2e4df9e 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -1247,7 +1247,7 @@ function format_like($cnt, array $arr, $type, $id) { break; case 'attendmaybe': $phrase = L10n::t('%2$d people attend maybe', $spanatts, $cnt); - $explikers = L10n::t('%s anttend maybe.', $likers); + $explikers = L10n::t('%s attend maybe.', $likers); break; } From a5049c73049909d75544e531c396f5bfb73f874e Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 3 Mar 2018 11:13:14 +0100 Subject: [PATCH 005/430] =?UTF-8?q?update=20to=20the=20zh-cn=20THX=20?= =?UTF-8?q?=E6=9C=B1=E9=99=88=E9=94=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/lang/zh-cn/messages.po | 6974 +++++++++++++++++------------------ view/lang/zh-cn/strings.php | 1576 ++++---- 2 files changed, 4275 insertions(+), 4275 deletions(-) diff --git a/view/lang/zh-cn/messages.po b/view/lang/zh-cn/messages.po index 895992be5a..800ec28c4c 100644 --- a/view/lang/zh-cn/messages.po +++ b/view/lang/zh-cn/messages.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-02-26 17:52+0100\n" -"PO-Revision-Date: 2018-03-01 15:30+0000\n" +"POT-Creation-Date: 2018-03-02 12:02+0100\n" +"PO-Revision-Date: 2018-03-03 08:28+0000\n" "Last-Translator: 朱陈锬 \n" "Language-Team: Chinese (China) (http://www.transifex.com/Friendica/friendica/language/zh_CN/)\n" "MIME-Version: 1.0\n" @@ -82,7 +82,7 @@ msgstr "比如: li@example.com, wang@example.com" #: include/acl_selectors.php:377 mod/events.php:536 mod/photos.php:1098 #: mod/photos.php:1441 msgid "Permissions" -msgstr "权利" +msgstr "权限" #: include/acl_selectors.php:378 msgid "Close" @@ -92,19 +92,19 @@ msgstr "关闭" #, php-format msgid "Daily posting limit of %d post reached. The post was rejected." msgid_plural "Daily posting limit of %d posts reached. The post was rejected." -msgstr[0] "达到每日 %d 发文限制。这篇文章被拒绝发出。" +msgstr[0] "达到每日 %d 发文限制。此文被拒绝发出。" #: include/api.php:1205 #, php-format msgid "Weekly posting limit of %d post reached. The post was rejected." msgid_plural "" "Weekly posting limit of %d posts reached. The post was rejected." -msgstr[0] "" +msgstr[0] "达到每周 %d 发文限制。此文被拒绝发出。" #: include/api.php:1229 #, php-format msgid "Monthly posting limit of %d post reached. The post was rejected." -msgstr "" +msgstr "达到每月 %d 发文限制。此文被拒绝发出。" #: include/api.php:4382 mod/photos.php:88 mod/photos.php:194 #: mod/photos.php:722 mod/photos.php:1149 mod/photos.php:1166 @@ -137,446 +137,6 @@ msgstr "结束:" msgid "Location:" msgstr "位置:" -#: include/conversation.php:146 include/conversation.php:284 -#: include/text.php:1717 src/Model/Item.php:1785 -msgid "event" -msgstr "项目" - -#: include/conversation.php:149 include/conversation.php:159 -#: include/conversation.php:287 include/conversation.php:296 -#: mod/subthread.php:97 mod/tagger.php:72 src/Model/Item.php:1783 -#: src/Protocol/Diaspora.php:1946 -msgid "status" -msgstr "现状" - -#: include/conversation.php:154 include/conversation.php:292 -#: include/text.php:1719 mod/subthread.php:97 mod/tagger.php:72 -#: src/Model/Item.php:1783 -msgid "photo" -msgstr "照片" - -#: include/conversation.php:166 src/Model/Item.php:1656 -#: src/Protocol/Diaspora.php:1942 -#, php-format -msgid "%1$s likes %2$s's %3$s" -msgstr "%1$s 喜欢 %2$s 的 %3$s" - -#: include/conversation.php:169 src/Model/Item.php:1661 -#, php-format -msgid "%1$s doesn't like %2$s's %3$s" -msgstr "%1$s 不喜欢 %2$s 的 %3$s" - -#: include/conversation.php:172 -#, php-format -msgid "%1$s attends %2$s's %3$s" -msgstr "%1$s 参加了 %2$s 的 %3$s" - -#: include/conversation.php:175 -#, php-format -msgid "%1$s doesn't attend %2$s's %3$s" -msgstr "%1$s 没有参加 %2$s 的 %3$s" - -#: include/conversation.php:178 -#, php-format -msgid "%1$s attends maybe %2$s's %3$s" -msgstr "" - -#: include/conversation.php:211 mod/dfrn_confirm.php:431 -#: src/Protocol/Diaspora.php:2414 -#, php-format -msgid "%1$s is now friends with %2$s" -msgstr "%1$s是成为%2$s的朋友" - -#: include/conversation.php:252 -#, php-format -msgid "%1$s poked %2$s" -msgstr "%1$s把%2$s戳" - -#: include/conversation.php:306 mod/tagger.php:110 -#, php-format -msgid "%1$s tagged %2$s's %3$s with %4$s" -msgstr "%1$s把%4$s标签%2$s的%3$s" - -#: include/conversation.php:333 -msgid "post/item" -msgstr "文章/项目" - -#: include/conversation.php:334 -#, php-format -msgid "%1$s marked %2$s's %3$s as favorite" -msgstr "%1$s标注%2$s的%3$s为偏爱" - -#: include/conversation.php:607 mod/profiles.php:354 mod/photos.php:1501 -msgid "Likes" -msgstr "喜欢" - -#: include/conversation.php:607 mod/profiles.php:358 mod/photos.php:1501 -msgid "Dislikes" -msgstr "不喜欢" - -#: include/conversation.php:608 include/conversation.php:1672 -#: mod/photos.php:1502 -msgid "Attending" -msgid_plural "Attending" -msgstr[0] "正在参加" - -#: include/conversation.php:608 mod/photos.php:1502 -msgid "Not attending" -msgstr "不在参加" - -#: include/conversation.php:608 mod/photos.php:1502 -msgid "Might attend" -msgstr "可以参加" - -#: include/conversation.php:742 mod/photos.php:1569 src/Object/Post.php:177 -msgid "Select" -msgstr "选择" - -#: include/conversation.php:743 mod/admin.php:1706 mod/contacts.php:821 -#: mod/contacts.php:1019 mod/photos.php:1570 mod/settings.php:742 -#: src/Object/Post.php:178 -msgid "Delete" -msgstr "删除" - -#: include/conversation.php:775 src/Object/Post.php:355 -#: src/Object/Post.php:356 -#, php-format -msgid "View %s's profile @ %s" -msgstr "看%s的简介@ %s" - -#: include/conversation.php:787 src/Object/Post.php:343 -msgid "Categories:" -msgstr "种类:" - -#: include/conversation.php:788 src/Object/Post.php:344 -msgid "Filed under:" -msgstr "归档在:" - -#: include/conversation.php:795 src/Object/Post.php:369 -#, php-format -msgid "%s from %s" -msgstr "%s从%s" - -#: include/conversation.php:810 -msgid "View in context" -msgstr "看在上下文" - -#: include/conversation.php:812 include/conversation.php:1345 -#: mod/editpost.php:127 mod/message.php:264 mod/message.php:433 -#: mod/photos.php:1473 mod/wallmessage.php:145 src/Object/Post.php:394 -msgid "Please wait" -msgstr "请等一下" - -#: include/conversation.php:883 -msgid "remove" -msgstr "删除" - -#: include/conversation.php:887 -msgid "Delete Selected Items" -msgstr "删除选的项目" - -#: include/conversation.php:1051 view/theme/frio/theme.php:352 -msgid "Follow Thread" -msgstr "" - -#: include/conversation.php:1052 src/Model/Contact.php:554 -msgid "View Status" -msgstr "看现状" - -#: include/conversation.php:1053 include/conversation.php:1069 -#: mod/allfriends.php:73 mod/directory.php:153 mod/suggest.php:82 -#: mod/dirfind.php:220 mod/match.php:89 src/Model/Contact.php:497 -#: src/Model/Contact.php:510 src/Model/Contact.php:555 -msgid "View Profile" -msgstr "看简介" - -#: include/conversation.php:1054 src/Model/Contact.php:556 -msgid "View Photos" -msgstr "看照片" - -#: include/conversation.php:1055 src/Model/Contact.php:557 -msgid "Network Posts" -msgstr "网络文章" - -#: include/conversation.php:1056 src/Model/Contact.php:558 -msgid "View Contact" -msgstr "查看联系人" - -#: include/conversation.php:1057 src/Model/Contact.php:560 -msgid "Send PM" -msgstr "发送私信" - -#: include/conversation.php:1061 src/Model/Contact.php:561 -msgid "Poke" -msgstr "戳" - -#: include/conversation.php:1066 mod/allfriends.php:74 mod/suggest.php:83 -#: mod/dirfind.php:221 mod/match.php:90 mod/contacts.php:587 -#: mod/follow.php:141 src/Content/Widget.php:61 src/Model/Contact.php:511 -msgid "Connect/Follow" -msgstr "连接/关注" - -#: include/conversation.php:1185 -#, php-format -msgid "%s likes this." -msgstr "%s喜欢这个." - -#: include/conversation.php:1188 -#, php-format -msgid "%s doesn't like this." -msgstr "%s没有喜欢这个." - -#: include/conversation.php:1191 -#, php-format -msgid "%s attends." -msgstr "%s 参加。" - -#: include/conversation.php:1194 -#, php-format -msgid "%s doesn't attend." -msgstr "%s 不参加。" - -#: include/conversation.php:1197 -#, php-format -msgid "%s attends maybe." -msgstr "" - -#: include/conversation.php:1208 -msgid "and" -msgstr "和" - -#: include/conversation.php:1214 -#, php-format -msgid "and %d other people" -msgstr "" - -#: include/conversation.php:1223 -#, php-format -msgid "%2$d people like this" -msgstr "%2$d人们喜欢这个" - -#: include/conversation.php:1224 -#, php-format -msgid "%s like this." -msgstr "%s 赞了这个。" - -#: include/conversation.php:1227 -#, php-format -msgid "%2$d people don't like this" -msgstr "%2$d人们不喜欢这个" - -#: include/conversation.php:1228 -#, php-format -msgid "%s don't like this." -msgstr "%s 踩了这个。" - -#: include/conversation.php:1231 -#, php-format -msgid "%2$d people attend" -msgstr "%2$d 人参加" - -#: include/conversation.php:1232 -#, php-format -msgid "%s attend." -msgstr "%s 参加。" - -#: include/conversation.php:1235 -#, php-format -msgid "%2$d people don't attend" -msgstr "%2$d 人不参加" - -#: include/conversation.php:1236 -#, php-format -msgid "%s don't attend." -msgstr "%s 不参加。" - -#: include/conversation.php:1239 -#, php-format -msgid "%2$d people attend maybe" -msgstr "" - -#: include/conversation.php:1240 -#, php-format -msgid "%s anttend maybe." -msgstr "" - -#: include/conversation.php:1270 include/conversation.php:1286 -msgid "Visible to everybody" -msgstr "大家可见的" - -#: include/conversation.php:1271 include/conversation.php:1287 -#: mod/message.php:200 mod/message.php:207 mod/message.php:343 -#: mod/message.php:350 mod/wallmessage.php:120 mod/wallmessage.php:127 -msgid "Please enter a link URL:" -msgstr "请输入一个链接 URL:" - -#: include/conversation.php:1272 include/conversation.php:1288 -msgid "Please enter a video link/URL:" -msgstr "请输入视频连接/URL:" - -#: include/conversation.php:1273 include/conversation.php:1289 -msgid "Please enter an audio link/URL:" -msgstr "请输入音响连接/URL:" - -#: include/conversation.php:1274 include/conversation.php:1290 -msgid "Tag term:" -msgstr "标签:" - -#: include/conversation.php:1275 include/conversation.php:1291 -#: mod/filer.php:34 -msgid "Save to Folder:" -msgstr "保存再文件夹:" - -#: include/conversation.php:1276 include/conversation.php:1292 -msgid "Where are you right now?" -msgstr "你在哪里?" - -#: include/conversation.php:1277 -msgid "Delete item(s)?" -msgstr "把项目删除吗?" - -#: include/conversation.php:1326 -msgid "Share" -msgstr "分享" - -#: include/conversation.php:1327 mod/editpost.php:113 mod/message.php:262 -#: mod/message.php:430 mod/wallmessage.php:143 -msgid "Upload photo" -msgstr "上传照片" - -#: include/conversation.php:1328 mod/editpost.php:114 -msgid "upload photo" -msgstr "上传照片" - -#: include/conversation.php:1329 mod/editpost.php:115 -msgid "Attach file" -msgstr "附上文件" - -#: include/conversation.php:1330 mod/editpost.php:116 -msgid "attach file" -msgstr "附上文件" - -#: include/conversation.php:1331 mod/editpost.php:117 mod/message.php:263 -#: mod/message.php:431 mod/wallmessage.php:144 -msgid "Insert web link" -msgstr "插入网页链接" - -#: include/conversation.php:1332 mod/editpost.php:118 -msgid "web link" -msgstr "网页链接" - -#: include/conversation.php:1333 mod/editpost.php:119 -msgid "Insert video link" -msgstr "插入视频链接" - -#: include/conversation.php:1334 mod/editpost.php:120 -msgid "video link" -msgstr "视频链接" - -#: include/conversation.php:1335 mod/editpost.php:121 -msgid "Insert audio link" -msgstr "插入音频链接" - -#: include/conversation.php:1336 mod/editpost.php:122 -msgid "audio link" -msgstr "音频链接" - -#: include/conversation.php:1337 mod/editpost.php:123 -msgid "Set your location" -msgstr "设定您的位置" - -#: include/conversation.php:1338 mod/editpost.php:124 -msgid "set location" -msgstr "指定位置" - -#: include/conversation.php:1339 mod/editpost.php:125 -msgid "Clear browser location" -msgstr "清空浏览器位置" - -#: include/conversation.php:1340 mod/editpost.php:126 -msgid "clear location" -msgstr "清除位置" - -#: include/conversation.php:1342 mod/editpost.php:140 -msgid "Set title" -msgstr "指定标题" - -#: include/conversation.php:1344 mod/editpost.php:142 -msgid "Categories (comma-separated list)" -msgstr "种类(逗号分隔单)" - -#: include/conversation.php:1346 mod/editpost.php:128 -msgid "Permission settings" -msgstr "权设置" - -#: include/conversation.php:1347 mod/editpost.php:157 -msgid "permissions" -msgstr "权利" - -#: include/conversation.php:1355 mod/editpost.php:137 -msgid "Public post" -msgstr "公开的消息" - -#: include/conversation.php:1359 mod/editpost.php:148 mod/events.php:531 -#: mod/photos.php:1492 mod/photos.php:1531 mod/photos.php:1604 -#: src/Object/Post.php:797 -msgid "Preview" -msgstr "预览" - -#: include/conversation.php:1363 include/items.php:387 mod/fbrowser.php:103 -#: mod/fbrowser.php:134 mod/suggest.php:41 mod/unfollow.php:117 -#: mod/contacts.php:467 mod/dfrn_request.php:663 mod/editpost.php:151 -#: mod/follow.php:159 mod/message.php:141 mod/photos.php:248 -#: mod/photos.php:324 mod/settings.php:680 mod/settings.php:706 -#: mod/tagrm.php:19 mod/tagrm.php:99 mod/videos.php:148 -msgid "Cancel" -msgstr "退消" - -#: include/conversation.php:1368 -msgid "Post to Groups" -msgstr "发到组" - -#: include/conversation.php:1369 -msgid "Post to Contacts" -msgstr "发给联系人" - -#: include/conversation.php:1370 -msgid "Private post" -msgstr "私人文章" - -#: include/conversation.php:1375 mod/editpost.php:155 -#: src/Model/Profile.php:342 -msgid "Message" -msgstr "通知" - -#: include/conversation.php:1376 mod/editpost.php:156 -msgid "Browser" -msgstr "浏览器" - -#: include/conversation.php:1643 -msgid "View all" -msgstr "查看全部" - -#: include/conversation.php:1666 -msgid "Like" -msgid_plural "Likes" -msgstr[0] "喜欢" - -#: include/conversation.php:1669 -msgid "Dislike" -msgid_plural "Dislikes" -msgstr[0] "不喜欢" - -#: include/conversation.php:1675 -msgid "Not Attending" -msgid_plural "Not Attending" -msgstr[0] "不在参加" - -#: include/conversation.php:1678 src/Content/ContactSelector.php:125 -msgid "Undecided" -msgid_plural "Undecided" -msgstr[0] "未决定的" - #: include/enotify.php:33 msgid "Friendica Notification" msgstr "Friendica 通知" @@ -595,7 +155,7 @@ msgstr "%s管理员" msgid "%1$s, %2$s Administrator" msgstr "%1$s, %2$s 的管理员" -#: include/enotify.php:52 src/Worker/Delivery.php:402 +#: include/enotify.php:52 src/Worker/Delivery.php:403 msgid "noreply" msgstr "noreply" @@ -611,7 +171,7 @@ msgstr "%1$s发给您新私人通知在%2$s." #: include/enotify.php:103 msgid "a private message" -msgstr "一条私人的消息" +msgstr "一条私人信息" #: include/enotify.php:103 #, php-format @@ -806,7 +366,7 @@ msgstr "[Friendica:Notify] 连接被接受" #: include/enotify.php:330 include/enotify.php:345 #, php-format msgid "'%1$s' has accepted your connection request at %2$s" -msgstr "" +msgstr "“%1$s”已经在 %2$s 接受了您的连接请求" #: include/enotify.php:331 include/enotify.php:346 #, php-format @@ -1051,7 +611,7 @@ msgstr "l, F j" #: include/event.php:607 msgid "Edit event" -msgstr "编项目" +msgstr "编辑事件" #: include/event.php:608 msgid "Duplicate event" @@ -1093,9 +653,9 @@ msgstr "显示地图" msgid "Hide map" msgstr "隐藏地图" -#: include/items.php:342 mod/notice.php:22 mod/admin.php:269 -#: mod/admin.php:1762 mod/admin.php:2010 mod/display.php:70 +#: include/items.php:342 mod/notice.php:22 mod/display.php:70 #: mod/display.php:247 mod/display.php:349 mod/viewsrc.php:21 +#: mod/admin.php:269 mod/admin.php:1762 mod/admin.php:2010 msgid "Item not found." msgstr "项目找不到。" @@ -1106,14 +666,23 @@ msgstr "您真的想删除这个项目吗?" #: include/items.php:384 mod/api.php:110 mod/suggest.php:38 #: mod/profiles.php:649 mod/profiles.php:652 mod/profiles.php:674 #: mod/contacts.php:464 mod/dfrn_request.php:653 mod/follow.php:148 -#: mod/message.php:138 mod/register.php:237 mod/settings.php:1109 -#: mod/settings.php:1115 mod/settings.php:1122 mod/settings.php:1126 -#: mod/settings.php:1130 mod/settings.php:1134 mod/settings.php:1138 -#: mod/settings.php:1142 mod/settings.php:1162 mod/settings.php:1163 -#: mod/settings.php:1164 mod/settings.php:1165 mod/settings.php:1166 +#: mod/message.php:138 mod/settings.php:1109 mod/settings.php:1115 +#: mod/settings.php:1122 mod/settings.php:1126 mod/settings.php:1130 +#: mod/settings.php:1134 mod/settings.php:1138 mod/settings.php:1142 +#: mod/settings.php:1162 mod/settings.php:1163 mod/settings.php:1164 +#: mod/settings.php:1165 mod/settings.php:1166 mod/register.php:237 msgid "Yes" msgstr "是" +#: include/items.php:387 include/conversation.php:1373 mod/fbrowser.php:103 +#: mod/fbrowser.php:134 mod/suggest.php:41 mod/unfollow.php:117 +#: mod/contacts.php:467 mod/dfrn_request.php:663 mod/editpost.php:151 +#: mod/follow.php:159 mod/message.php:141 mod/photos.php:248 +#: mod/photos.php:324 mod/settings.php:680 mod/settings.php:706 +#: mod/tagrm.php:19 mod/tagrm.php:99 mod/videos.php:148 +msgid "Cancel" +msgstr "退消" + #: include/items.php:401 mod/allfriends.php:21 mod/api.php:35 mod/api.php:40 #: mod/attach.php:38 mod/common.php:26 mod/crepair.php:98 mod/group.php:26 #: mod/nogroup.php:28 mod/repair_ostatus.php:13 mod/suggest.php:60 @@ -1124,15 +693,15 @@ msgstr "是" #: mod/profiles.php:181 mod/profiles.php:619 mod/wall_attach.php:74 #: mod/wall_attach.php:77 mod/contacts.php:378 mod/delegate.php:24 #: mod/delegate.php:38 mod/editpost.php:20 mod/events.php:195 -#: mod/follow.php:16 mod/follow.php:53 mod/follow.php:116 mod/item.php:160 -#: mod/message.php:59 mod/message.php:104 mod/network.php:32 mod/notes.php:30 -#: mod/photos.php:174 mod/photos.php:1051 mod/poke.php:150 -#: mod/profile_photo.php:29 mod/profile_photo.php:188 -#: mod/profile_photo.php:199 mod/profile_photo.php:212 mod/register.php:53 -#: mod/regmod.php:108 mod/settings.php:41 mod/settings.php:140 -#: mod/settings.php:669 mod/viewcontacts.php:57 mod/wall_upload.php:103 -#: mod/wall_upload.php:106 mod/wallmessage.php:16 mod/wallmessage.php:40 -#: mod/wallmessage.php:79 mod/wallmessage.php:103 index.php:413 +#: mod/follow.php:16 mod/follow.php:53 mod/follow.php:116 mod/message.php:59 +#: mod/message.php:104 mod/notes.php:30 mod/photos.php:174 mod/photos.php:1051 +#: mod/poke.php:150 mod/profile_photo.php:29 mod/profile_photo.php:188 +#: mod/profile_photo.php:199 mod/profile_photo.php:212 mod/regmod.php:108 +#: mod/settings.php:41 mod/settings.php:140 mod/settings.php:669 +#: mod/viewcontacts.php:57 mod/wall_upload.php:103 mod/wall_upload.php:106 +#: mod/wallmessage.php:16 mod/wallmessage.php:40 mod/wallmessage.php:79 +#: mod/wallmessage.php:103 mod/item.php:160 mod/network.php:32 +#: mod/register.php:53 index.php:413 msgid "Permission denied." msgstr "权限不够。" @@ -1220,8 +789,8 @@ msgstr "标签:" #: include/text.php:1027 mod/contacts.php:805 mod/contacts.php:866 #: mod/viewcontacts.php:131 view/theme/frio/theme.php:270 -#: src/Content/Nav.php:147 src/Content/Nav.php:212 src/Model/Profile.php:943 -#: src/Model/Profile.php:946 +#: src/Content/Nav.php:147 src/Content/Nav.php:212 src/Model/Profile.php:957 +#: src/Model/Profile.php:960 msgid "Contacts" msgstr "联系人" @@ -1302,6 +871,17 @@ msgstr "在另一页面中查看" msgid "view on separate page" msgstr "在另一页面中查看" +#: include/text.php:1717 include/conversation.php:146 +#: include/conversation.php:284 src/Model/Item.php:1785 +msgid "event" +msgstr "项目" + +#: include/text.php:1719 include/conversation.php:154 +#: include/conversation.php:292 mod/subthread.php:97 mod/tagger.php:72 +#: src/Model/Item.php:1783 +msgid "photo" +msgstr "照片" + #: include/text.php:1721 msgid "activity" msgstr "活动" @@ -1319,6 +899,426 @@ msgstr "文章" msgid "Item filed" msgstr "把项目归档了" +#: include/conversation.php:149 include/conversation.php:159 +#: include/conversation.php:287 include/conversation.php:296 +#: mod/subthread.php:97 mod/tagger.php:72 src/Model/Item.php:1783 +#: src/Protocol/Diaspora.php:1946 +msgid "status" +msgstr "现状" + +#: include/conversation.php:166 src/Model/Item.php:1656 +#: src/Protocol/Diaspora.php:1942 +#, php-format +msgid "%1$s likes %2$s's %3$s" +msgstr "%1$s 喜欢 %2$s 的 %3$s" + +#: include/conversation.php:169 src/Model/Item.php:1661 +#, php-format +msgid "%1$s doesn't like %2$s's %3$s" +msgstr "%1$s 不喜欢 %2$s 的 %3$s" + +#: include/conversation.php:172 +#, php-format +msgid "%1$s attends %2$s's %3$s" +msgstr "%1$s 参加了 %2$s 的 %3$s" + +#: include/conversation.php:175 +#, php-format +msgid "%1$s doesn't attend %2$s's %3$s" +msgstr "%1$s 没有参加 %2$s 的 %3$s" + +#: include/conversation.php:178 +#, php-format +msgid "%1$s attends maybe %2$s's %3$s" +msgstr "" + +#: include/conversation.php:211 mod/dfrn_confirm.php:431 +#: src/Protocol/Diaspora.php:2414 +#, php-format +msgid "%1$s is now friends with %2$s" +msgstr "%1$s是成为%2$s的朋友" + +#: include/conversation.php:252 +#, php-format +msgid "%1$s poked %2$s" +msgstr "%1$s把%2$s戳" + +#: include/conversation.php:306 mod/tagger.php:110 +#, php-format +msgid "%1$s tagged %2$s's %3$s with %4$s" +msgstr "%1$s把%4$s标签%2$s的%3$s" + +#: include/conversation.php:333 +msgid "post/item" +msgstr "文章/项目" + +#: include/conversation.php:334 +#, php-format +msgid "%1$s marked %2$s's %3$s as favorite" +msgstr "%1$s标注%2$s的%3$s为偏爱" + +#: include/conversation.php:607 mod/profiles.php:354 mod/photos.php:1501 +msgid "Likes" +msgstr "喜欢" + +#: include/conversation.php:607 mod/profiles.php:358 mod/photos.php:1501 +msgid "Dislikes" +msgstr "不喜欢" + +#: include/conversation.php:608 include/conversation.php:1682 +#: mod/photos.php:1502 +msgid "Attending" +msgid_plural "Attending" +msgstr[0] "正在参加" + +#: include/conversation.php:608 mod/photos.php:1502 +msgid "Not attending" +msgstr "不在参加" + +#: include/conversation.php:608 mod/photos.php:1502 +msgid "Might attend" +msgstr "可以参加" + +#: include/conversation.php:746 mod/photos.php:1569 src/Object/Post.php:177 +msgid "Select" +msgstr "选择" + +#: include/conversation.php:747 mod/contacts.php:821 mod/contacts.php:1019 +#: mod/photos.php:1570 mod/settings.php:742 mod/admin.php:1706 +#: src/Object/Post.php:178 +msgid "Delete" +msgstr "删除" + +#: include/conversation.php:779 src/Object/Post.php:355 +#: src/Object/Post.php:356 +#, php-format +msgid "View %s's profile @ %s" +msgstr "看%s的简介@ %s" + +#: include/conversation.php:791 src/Object/Post.php:343 +msgid "Categories:" +msgstr "种类:" + +#: include/conversation.php:792 src/Object/Post.php:344 +msgid "Filed under:" +msgstr "归档在:" + +#: include/conversation.php:799 src/Object/Post.php:369 +#, php-format +msgid "%s from %s" +msgstr "%s从%s" + +#: include/conversation.php:814 +msgid "View in context" +msgstr "看在上下文" + +#: include/conversation.php:816 include/conversation.php:1355 +#: mod/editpost.php:127 mod/message.php:264 mod/message.php:433 +#: mod/photos.php:1473 mod/wallmessage.php:145 src/Object/Post.php:394 +msgid "Please wait" +msgstr "请等一下" + +#: include/conversation.php:887 +msgid "remove" +msgstr "删除" + +#: include/conversation.php:891 +msgid "Delete Selected Items" +msgstr "删除选的项目" + +#: include/conversation.php:1061 view/theme/frio/theme.php:352 +msgid "Follow Thread" +msgstr "" + +#: include/conversation.php:1062 src/Model/Contact.php:554 +msgid "View Status" +msgstr "看现状" + +#: include/conversation.php:1063 include/conversation.php:1079 +#: mod/allfriends.php:73 mod/directory.php:153 mod/suggest.php:82 +#: mod/dirfind.php:220 mod/match.php:89 src/Model/Contact.php:497 +#: src/Model/Contact.php:510 src/Model/Contact.php:555 +msgid "View Profile" +msgstr "看简介" + +#: include/conversation.php:1064 src/Model/Contact.php:556 +msgid "View Photos" +msgstr "看照片" + +#: include/conversation.php:1065 src/Model/Contact.php:557 +msgid "Network Posts" +msgstr "网络文章" + +#: include/conversation.php:1066 src/Model/Contact.php:558 +msgid "View Contact" +msgstr "查看联系人" + +#: include/conversation.php:1067 src/Model/Contact.php:560 +msgid "Send PM" +msgstr "发送私信" + +#: include/conversation.php:1071 src/Model/Contact.php:561 +msgid "Poke" +msgstr "戳" + +#: include/conversation.php:1076 mod/allfriends.php:74 mod/suggest.php:83 +#: mod/dirfind.php:221 mod/match.php:90 mod/contacts.php:587 +#: mod/follow.php:141 src/Content/Widget.php:61 src/Model/Contact.php:511 +msgid "Connect/Follow" +msgstr "连接/关注" + +#: include/conversation.php:1195 +#, php-format +msgid "%s likes this." +msgstr "%s喜欢这个." + +#: include/conversation.php:1198 +#, php-format +msgid "%s doesn't like this." +msgstr "%s没有喜欢这个." + +#: include/conversation.php:1201 +#, php-format +msgid "%s attends." +msgstr "%s 参加。" + +#: include/conversation.php:1204 +#, php-format +msgid "%s doesn't attend." +msgstr "%s 不参加。" + +#: include/conversation.php:1207 +#, php-format +msgid "%s attends maybe." +msgstr "" + +#: include/conversation.php:1218 +msgid "and" +msgstr "和" + +#: include/conversation.php:1224 +#, php-format +msgid "and %d other people" +msgstr "和 %d 个其他人" + +#: include/conversation.php:1233 +#, php-format +msgid "%2$d people like this" +msgstr "%2$d人们喜欢这个" + +#: include/conversation.php:1234 +#, php-format +msgid "%s like this." +msgstr "%s 赞了这个。" + +#: include/conversation.php:1237 +#, php-format +msgid "%2$d people don't like this" +msgstr "%2$d人们不喜欢这个" + +#: include/conversation.php:1238 +#, php-format +msgid "%s don't like this." +msgstr "%s 踩了这个。" + +#: include/conversation.php:1241 +#, php-format +msgid "%2$d people attend" +msgstr "%2$d 人参加" + +#: include/conversation.php:1242 +#, php-format +msgid "%s attend." +msgstr "%s 参加。" + +#: include/conversation.php:1245 +#, php-format +msgid "%2$d people don't attend" +msgstr "%2$d 人不参加" + +#: include/conversation.php:1246 +#, php-format +msgid "%s don't attend." +msgstr "%s 不参加。" + +#: include/conversation.php:1249 +#, php-format +msgid "%2$d people attend maybe" +msgstr "" + +#: include/conversation.php:1250 +#, php-format +msgid "%s anttend maybe." +msgstr "" + +#: include/conversation.php:1280 include/conversation.php:1296 +msgid "Visible to everybody" +msgstr "大家可见的" + +#: include/conversation.php:1281 include/conversation.php:1297 +#: mod/message.php:200 mod/message.php:207 mod/message.php:343 +#: mod/message.php:350 mod/wallmessage.php:120 mod/wallmessage.php:127 +msgid "Please enter a link URL:" +msgstr "请输入一个链接 URL:" + +#: include/conversation.php:1282 include/conversation.php:1298 +msgid "Please enter a video link/URL:" +msgstr "请输入视频连接/URL:" + +#: include/conversation.php:1283 include/conversation.php:1299 +msgid "Please enter an audio link/URL:" +msgstr "请输入音响连接/URL:" + +#: include/conversation.php:1284 include/conversation.php:1300 +msgid "Tag term:" +msgstr "标签:" + +#: include/conversation.php:1285 include/conversation.php:1301 +#: mod/filer.php:34 +msgid "Save to Folder:" +msgstr "保存再文件夹:" + +#: include/conversation.php:1286 include/conversation.php:1302 +msgid "Where are you right now?" +msgstr "你在哪里?" + +#: include/conversation.php:1287 +msgid "Delete item(s)?" +msgstr "把项目删除吗?" + +#: include/conversation.php:1336 +msgid "Share" +msgstr "分享" + +#: include/conversation.php:1337 mod/editpost.php:113 mod/message.php:262 +#: mod/message.php:430 mod/wallmessage.php:143 +msgid "Upload photo" +msgstr "上传照片" + +#: include/conversation.php:1338 mod/editpost.php:114 +msgid "upload photo" +msgstr "上传照片" + +#: include/conversation.php:1339 mod/editpost.php:115 +msgid "Attach file" +msgstr "附上文件" + +#: include/conversation.php:1340 mod/editpost.php:116 +msgid "attach file" +msgstr "附上文件" + +#: include/conversation.php:1341 mod/editpost.php:117 mod/message.php:263 +#: mod/message.php:431 mod/wallmessage.php:144 +msgid "Insert web link" +msgstr "插入网页链接" + +#: include/conversation.php:1342 mod/editpost.php:118 +msgid "web link" +msgstr "网页链接" + +#: include/conversation.php:1343 mod/editpost.php:119 +msgid "Insert video link" +msgstr "插入视频链接" + +#: include/conversation.php:1344 mod/editpost.php:120 +msgid "video link" +msgstr "视频链接" + +#: include/conversation.php:1345 mod/editpost.php:121 +msgid "Insert audio link" +msgstr "插入音频链接" + +#: include/conversation.php:1346 mod/editpost.php:122 +msgid "audio link" +msgstr "音频链接" + +#: include/conversation.php:1347 mod/editpost.php:123 +msgid "Set your location" +msgstr "设定您的位置" + +#: include/conversation.php:1348 mod/editpost.php:124 +msgid "set location" +msgstr "指定位置" + +#: include/conversation.php:1349 mod/editpost.php:125 +msgid "Clear browser location" +msgstr "清空浏览器位置" + +#: include/conversation.php:1350 mod/editpost.php:126 +msgid "clear location" +msgstr "清除位置" + +#: include/conversation.php:1352 mod/editpost.php:140 +msgid "Set title" +msgstr "指定标题" + +#: include/conversation.php:1354 mod/editpost.php:142 +msgid "Categories (comma-separated list)" +msgstr "种类(逗号分隔单)" + +#: include/conversation.php:1356 mod/editpost.php:128 +msgid "Permission settings" +msgstr "权设置" + +#: include/conversation.php:1357 mod/editpost.php:157 +msgid "permissions" +msgstr "权利" + +#: include/conversation.php:1365 mod/editpost.php:137 +msgid "Public post" +msgstr "公开的消息" + +#: include/conversation.php:1369 mod/editpost.php:148 mod/events.php:531 +#: mod/photos.php:1492 mod/photos.php:1531 mod/photos.php:1604 +#: src/Object/Post.php:797 +msgid "Preview" +msgstr "预览" + +#: include/conversation.php:1378 +msgid "Post to Groups" +msgstr "发到组" + +#: include/conversation.php:1379 +msgid "Post to Contacts" +msgstr "发给联系人" + +#: include/conversation.php:1380 +msgid "Private post" +msgstr "私人文章" + +#: include/conversation.php:1385 mod/editpost.php:155 +#: src/Model/Profile.php:342 +msgid "Message" +msgstr "通知" + +#: include/conversation.php:1386 mod/editpost.php:156 +msgid "Browser" +msgstr "浏览器" + +#: include/conversation.php:1653 +msgid "View all" +msgstr "查看全部" + +#: include/conversation.php:1676 +msgid "Like" +msgid_plural "Likes" +msgstr[0] "喜欢" + +#: include/conversation.php:1679 +msgid "Dislike" +msgid_plural "Dislikes" +msgstr[0] "不喜欢" + +#: include/conversation.php:1685 +msgid "Not Attending" +msgid_plural "Not Attending" +msgstr[0] "不在参加" + +#: include/conversation.php:1688 src/Content/ContactSelector.php:125 +msgid "Undecided" +msgid_plural "Undecided" +msgstr[0] "未决定的" + #: mod/allfriends.php:51 msgid "No friends to display." msgstr "没有朋友展示。" @@ -1348,11 +1348,11 @@ msgstr "你要授权这个应用访问你的文章和联系人,及/或为你 #: mod/api.php:111 mod/profiles.php:649 mod/profiles.php:653 #: mod/profiles.php:674 mod/dfrn_request.php:653 mod/follow.php:148 -#: mod/register.php:238 mod/settings.php:1109 mod/settings.php:1115 -#: mod/settings.php:1122 mod/settings.php:1126 mod/settings.php:1130 -#: mod/settings.php:1134 mod/settings.php:1138 mod/settings.php:1142 -#: mod/settings.php:1162 mod/settings.php:1163 mod/settings.php:1164 -#: mod/settings.php:1165 mod/settings.php:1166 +#: mod/settings.php:1109 mod/settings.php:1115 mod/settings.php:1122 +#: mod/settings.php:1126 mod/settings.php:1130 mod/settings.php:1134 +#: mod/settings.php:1138 mod/settings.php:1142 mod/settings.php:1162 +#: mod/settings.php:1163 mod/settings.php:1164 mod/settings.php:1165 +#: mod/settings.php:1166 mod/register.php:238 msgid "No" msgstr "否" @@ -1474,9 +1474,9 @@ msgid "" "entries from this contact." msgstr "表明这个熟人当遥远的自身。Friendica要把这个熟人的新的文章复制。" -#: mod/crepair.php:158 mod/admin.php:439 mod/admin.php:1689 mod/admin.php:1701 -#: mod/admin.php:1714 mod/admin.php:1730 mod/settings.php:681 -#: mod/settings.php:707 +#: mod/crepair.php:158 mod/settings.php:681 mod/settings.php:707 +#: mod/admin.php:439 mod/admin.php:1689 mod/admin.php:1701 mod/admin.php:1714 +#: mod/admin.php:1730 msgid "Name" msgstr "名字" @@ -1520,20 +1520,20 @@ msgid "Public access denied." msgstr "拒绝公开访问" #: mod/directory.php:142 mod/notifications.php:253 src/Model/Profile.php:420 -#: src/Model/Profile.php:731 +#: src/Model/Profile.php:745 msgid "Gender:" msgstr "性别:" -#: mod/directory.php:144 src/Model/Profile.php:421 src/Model/Profile.php:755 +#: mod/directory.php:144 src/Model/Profile.php:421 src/Model/Profile.php:769 msgid "Status:" msgstr "现状:" -#: mod/directory.php:146 src/Model/Profile.php:422 src/Model/Profile.php:772 +#: mod/directory.php:146 src/Model/Profile.php:422 src/Model/Profile.php:786 msgid "Homepage:" msgstr "主页:" #: mod/directory.php:148 mod/notifications.php:249 mod/contacts.php:655 -#: src/Model/Profile.php:423 src/Model/Profile.php:792 +#: src/Model/Profile.php:423 src/Model/Profile.php:806 msgid "About:" msgstr "关于:" @@ -1562,7 +1562,7 @@ msgid "No entries (some entries may be hidden)." msgstr "没有文章(有的文章会被隐藏)。" #: mod/fbrowser.php:34 view/theme/frio/theme.php:261 src/Content/Nav.php:102 -#: src/Model/Profile.php:890 +#: src/Model/Profile.php:904 msgid "Photos" msgstr "照片" @@ -1726,8 +1726,8 @@ msgid "" " join." msgstr "在你的快速上手页-找到一个简要的对你的简介和网络标签的介绍,创建一些新的连接,并找一些群组加入。" -#: mod/newmember.php:19 mod/admin.php:1814 mod/admin.php:2083 -#: mod/settings.php:122 view/theme/frio/theme.php:269 src/Content/Nav.php:206 +#: mod/newmember.php:19 mod/settings.php:122 mod/admin.php:1814 +#: mod/admin.php:2083 view/theme/frio/theme.php:269 src/Content/Nav.php:206 msgid "Settings" msgstr "设置" @@ -1752,8 +1752,8 @@ msgstr "校对别的设置,特别是隐私设置。一个未发布的目录项 #: mod/newmember.php:24 mod/contacts.php:662 mod/contacts.php:854 #: mod/profperm.php:113 view/theme/frio/theme.php:260 src/Content/Nav.php:101 -#: src/Model/Profile.php:716 src/Model/Profile.php:849 -#: src/Model/Profile.php:882 +#: src/Model/Profile.php:730 src/Model/Profile.php:863 +#: src/Model/Profile.php:896 msgid "Profile" msgstr "简介" @@ -1960,18 +1960,18 @@ msgstr "断开连接/取消关注" msgid "Your Identity Address:" msgstr "你的身份地址:" -#: mod/unfollow.php:122 mod/notifications.php:258 mod/admin.php:439 -#: mod/admin.php:449 mod/contacts.php:647 mod/follow.php:164 +#: mod/unfollow.php:122 mod/notifications.php:258 mod/contacts.php:647 +#: mod/follow.php:164 mod/admin.php:439 mod/admin.php:449 msgid "Profile URL" msgstr "简介 URL" #: mod/unfollow.php:132 mod/contacts.php:849 mod/follow.php:181 -#: src/Model/Profile.php:877 +#: src/Model/Profile.php:891 msgid "Status Messages and Posts" msgstr "现状通知和文章" #: mod/update_community.php:27 mod/update_display.php:27 -#: mod/update_network.php:32 mod/update_notes.php:40 mod/update_profile.php:39 +#: mod/update_notes.php:40 mod/update_profile.php:39 mod/update_network.php:33 msgid "[Embedded content - reload page to view]" msgstr "[嵌入内容-重新加载页为看]" @@ -2075,8 +2075,8 @@ msgstr "没有已安装的插件或应用" msgid "On this server the following remote servers are blocked." msgstr "在这个服务器上以下远程服务器被封禁了。" -#: mod/friendica.php:123 mod/admin.php:302 mod/admin.php:320 -#: mod/dfrn_request.php:351 src/Model/Contact.php:1142 +#: mod/friendica.php:123 mod/dfrn_request.php:351 mod/admin.php:302 +#: mod/admin.php:320 src/Model/Contact.php:1142 msgid "Blocked domain" msgstr "被封禁的域名" @@ -2214,7 +2214,7 @@ msgid "Subscriber" msgstr "订阅者" #: mod/notifications.php:251 mod/contacts.php:657 mod/follow.php:172 -#: src/Model/Profile.php:780 +#: src/Model/Profile.php:794 msgid "Tags:" msgstr "标签:" @@ -2270,7 +2270,7 @@ msgstr "无法获取联系人信息。" #: mod/ostatus_subscribe.php:47 msgid "Couldn't fetch friends for contact." -msgstr "" +msgstr "无法取得联系人的朋友信息。" #: mod/ostatus_subscribe.php:75 msgid "success" @@ -2290,7 +2290,7 @@ msgstr "使用权这个简介被限制了." #: mod/cal.php:274 mod/events.php:392 view/theme/frio/theme.php:263 #: view/theme/frio/theme.php:267 src/Content/Nav.php:104 -#: src/Content/Nav.php:169 src/Model/Profile.php:910 src/Model/Profile.php:921 +#: src/Content/Nav.php:169 src/Model/Profile.php:924 src/Model/Profile.php:935 msgid "Events" msgstr "事件" @@ -2491,7 +2491,7 @@ msgid "" "Friendica sites all inter-connect to create a huge privacy-enhanced social " "web that is owned and controlled by its members. They can also connect with " "many traditional social networks." -msgstr "" +msgstr "各 Friendica 站点相互连接以创造出一个由其组成成员控制拥有的有强大隐私保护能力的大型社交网络。各站点同时也能够接入许多传统社交网络。" #: mod/invite.php:135 #, php-format @@ -2705,7 +2705,7 @@ msgstr "状态信息" msgid "Additional information" msgstr "更多信息" -#: mod/profiles.php:700 mod/network.php:939 +#: mod/profiles.php:700 mod/network.php:940 #: src/Core/NotificationsManager.php:185 msgid "Personal" msgstr "私人" @@ -2726,7 +2726,7 @@ msgstr "你的性:" msgid " Marital Status:" msgstr "婚姻状况:" -#: mod/profiles.php:707 src/Model/Profile.php:768 +#: mod/profiles.php:707 src/Model/Profile.php:782 msgid "Sexual Preference:" msgstr "性取向:" @@ -2810,11 +2810,11 @@ msgstr "这个 XMPP 地址会被传播到你的联系人从而他们可以关注 msgid "Homepage URL:" msgstr "主页URL:" -#: mod/profiles.php:734 src/Model/Profile.php:776 +#: mod/profiles.php:734 src/Model/Profile.php:790 msgid "Hometown:" msgstr "故乡:" -#: mod/profiles.php:735 src/Model/Profile.php:784 +#: mod/profiles.php:735 src/Model/Profile.php:798 msgid "Political Views:" msgstr "政治观念:" @@ -2838,11 +2838,11 @@ msgstr "私人关键字" msgid "(Used for searching profiles, never shown to others)" msgstr "(用于搜索简介,没有给别人看)" -#: mod/profiles.php:739 src/Model/Profile.php:800 +#: mod/profiles.php:739 src/Model/Profile.php:814 msgid "Likes:" msgstr "喜欢:" -#: mod/profiles.php:740 src/Model/Profile.php:804 +#: mod/profiles.php:740 src/Model/Profile.php:818 msgid "Dislikes:" msgstr "不喜欢:" @@ -2925,6 +2925,2734 @@ msgstr "文件超过了 %s 的大小限制" msgid "File upload failed." msgstr "文件上传失败。" +#: mod/babel.php:23 +msgid "Source (bbcode) text:" +msgstr "源代码(bbcode)正文" + +#: mod/babel.php:30 +msgid "Source (Diaspora) text to convert to BBcode:" +msgstr "源代(Diaspora)正文要翻译成BBCode:" + +#: mod/babel.php:38 +msgid "Source input: " +msgstr "源代码输入:" + +#: mod/babel.php:42 +msgid "bbcode (raw HTML(: " +msgstr "" + +#: mod/babel.php:45 +msgid "bbcode: " +msgstr "" + +#: mod/babel.php:49 mod/babel.php:65 +msgid "bbcode => html2bbcode: " +msgstr "" + +#: mod/babel.php:53 +msgid "bb2diaspora: " +msgstr "" + +#: mod/babel.php:57 +msgid "bb2diaspora => Markdown: " +msgstr "" + +#: mod/babel.php:61 +msgid "bb2diaspora => diaspora2bb: " +msgstr "" + +#: mod/babel.php:71 +msgid "Source input (Diaspora format): " +msgstr "源代输入(Diaspora形式):" + +#: mod/babel.php:75 +msgid "diaspora2bb: " +msgstr "diaspora2bb: " + +#: mod/community.php:44 +msgid "Community option not available." +msgstr "社区选项不可用。" + +#: mod/community.php:61 +msgid "Not available." +msgstr "不可用的" + +#: mod/community.php:74 +msgid "Local Community" +msgstr "本地社区" + +#: mod/community.php:77 +msgid "Posts from local users on this server" +msgstr "" + +#: mod/community.php:85 +msgid "Global Community" +msgstr "全球社区" + +#: mod/community.php:88 +msgid "Posts from users of the whole federated network" +msgstr "" + +#: mod/community.php:134 mod/search.php:228 +msgid "No results." +msgstr "没有结果。" + +#: mod/community.php:178 +msgid "" +"This community stream shows all public posts received by this node. They may" +" not reflect the opinions of this node’s users." +msgstr "" + +#: mod/contacts.php:149 +#, php-format +msgid "%d contact edited." +msgid_plural "%d contacts edited." +msgstr[0] "%d 个联系人被编辑了。" + +#: mod/contacts.php:176 mod/contacts.php:392 +msgid "Could not access contact record." +msgstr "无法访问联系人记录。" + +#: mod/contacts.php:186 +msgid "Could not locate selected profile." +msgstr "找不到选择的简介。" + +#: mod/contacts.php:220 +msgid "Contact updated." +msgstr "联系人更新了。" + +#: mod/contacts.php:222 mod/dfrn_request.php:419 +msgid "Failed to update contact record." +msgstr "更新联系人记录失败。" + +#: mod/contacts.php:413 +msgid "Contact has been blocked" +msgstr "联系人已被屏蔽" + +#: mod/contacts.php:413 +msgid "Contact has been unblocked" +msgstr "联系人已被解除屏蔽" + +#: mod/contacts.php:424 +msgid "Contact has been ignored" +msgstr "联系人已被忽视" + +#: mod/contacts.php:424 +msgid "Contact has been unignored" +msgstr "联系人已被解除忽视" + +#: mod/contacts.php:435 +msgid "Contact has been archived" +msgstr "联系人已存档" + +#: mod/contacts.php:435 +msgid "Contact has been unarchived" +msgstr "联系人已被解除存档" + +#: mod/contacts.php:459 +msgid "Drop contact" +msgstr "" + +#: mod/contacts.php:462 mod/contacts.php:814 +msgid "Do you really want to delete this contact?" +msgstr "您真的想删除这个熟人吗?" + +#: mod/contacts.php:480 +msgid "Contact has been removed." +msgstr "联系人被删除了。" + +#: mod/contacts.php:511 +#, php-format +msgid "You are mutual friends with %s" +msgstr "您和 %s 互为朋友" + +#: mod/contacts.php:515 +#, php-format +msgid "You are sharing with %s" +msgstr "你正在和 %s 分享" + +#: mod/contacts.php:519 +#, php-format +msgid "%s is sharing with you" +msgstr "%s 正在和你分享" + +#: mod/contacts.php:539 +msgid "Private communications are not available for this contact." +msgstr "私人交流对这个联系人不可用。" + +#: mod/contacts.php:541 +msgid "Never" +msgstr "从未" + +#: mod/contacts.php:544 +msgid "(Update was successful)" +msgstr "(更新成功)" + +#: mod/contacts.php:544 +msgid "(Update was not successful)" +msgstr "(更新不成功)" + +#: mod/contacts.php:546 mod/contacts.php:976 +msgid "Suggest friends" +msgstr "建议朋友们" + +#: mod/contacts.php:550 +#, php-format +msgid "Network type: %s" +msgstr "网络种类: %s" + +#: mod/contacts.php:555 +msgid "Communications lost with this contact!" +msgstr "和这个联系人的通信断开了!" + +#: mod/contacts.php:561 +msgid "Fetch further information for feeds" +msgstr "拿文源别的消息" + +#: mod/contacts.php:563 +msgid "" +"Fetch information like preview pictures, title and teaser from the feed " +"item. You can activate this if the feed doesn't contain much text. Keywords " +"are taken from the meta header in the feed item and are posted as hash tags." +msgstr "" + +#: mod/contacts.php:564 mod/admin.php:1190 +msgid "Disabled" +msgstr "已停用" + +#: mod/contacts.php:565 +msgid "Fetch information" +msgstr "取消息" + +#: mod/contacts.php:566 +msgid "Fetch keywords" +msgstr "获取关键字" + +#: mod/contacts.php:567 +msgid "Fetch information and keywords" +msgstr "取消息和关键词" + +#: mod/contacts.php:599 +msgid "Contact" +msgstr "联系人" + +#: mod/contacts.php:602 +msgid "Profile Visibility" +msgstr "简历可见量" + +#: mod/contacts.php:603 +#, php-format +msgid "" +"Please choose the profile you would like to display to %s when viewing your " +"profile securely." +msgstr "请选择简介您想给%s显示他安全地看您的简介的时候。" + +#: mod/contacts.php:604 +msgid "Contact Information / Notes" +msgstr "熟人信息/便条" + +#: mod/contacts.php:605 +msgid "Their personal note" +msgstr "" + +#: mod/contacts.php:607 +msgid "Edit contact notes" +msgstr "编辑联系人便条" + +#: mod/contacts.php:611 +msgid "Block/Unblock contact" +msgstr "屏蔽/解除屏蔽联系人" + +#: mod/contacts.php:612 +msgid "Ignore contact" +msgstr "忽略联系人" + +#: mod/contacts.php:613 +msgid "Repair URL settings" +msgstr "维修URL设置" + +#: mod/contacts.php:614 +msgid "View conversations" +msgstr "看交流" + +#: mod/contacts.php:619 +msgid "Last update:" +msgstr "上个更新:" + +#: mod/contacts.php:621 +msgid "Update public posts" +msgstr "更新公开文章" + +#: mod/contacts.php:623 mod/contacts.php:986 +msgid "Update now" +msgstr "现在更新" + +#: mod/contacts.php:628 mod/contacts.php:818 mod/contacts.php:995 +#: mod/admin.php:434 mod/admin.php:1708 +msgid "Unblock" +msgstr "解除屏蔽" + +#: mod/contacts.php:628 mod/contacts.php:818 mod/contacts.php:995 +#: mod/admin.php:433 mod/admin.php:1707 +msgid "Block" +msgstr "屏蔽" + +#: mod/contacts.php:629 mod/contacts.php:819 mod/contacts.php:1003 +msgid "Unignore" +msgstr "取消忽视" + +#: mod/contacts.php:633 +msgid "Currently blocked" +msgstr "现在被封禁的" + +#: mod/contacts.php:634 +msgid "Currently ignored" +msgstr "现在不理的" + +#: mod/contacts.php:635 +msgid "Currently archived" +msgstr "现在存档着" + +#: mod/contacts.php:636 +msgid "Awaiting connection acknowledge" +msgstr "等待连接确认" + +#: mod/contacts.php:637 +msgid "" +"Replies/likes to your public posts may still be visible" +msgstr "回答/喜欢关您公开文章还可见的" + +#: mod/contacts.php:638 +msgid "Notification for new posts" +msgstr "新消息提示" + +#: mod/contacts.php:638 +msgid "Send a notification of every new post of this contact" +msgstr "发送这个联系人的每篇新文章的通知" + +#: mod/contacts.php:641 +msgid "Blacklisted keywords" +msgstr "黑名单关键词" + +#: mod/contacts.php:641 +msgid "" +"Comma separated list of keywords that should not be converted to hashtags, " +"when \"Fetch information and keywords\" is selected" +msgstr "逗号分的关键词不应该翻译成主题标签,如果“取消息和关键词”选择的。" + +#: mod/contacts.php:653 src/Model/Profile.php:424 +msgid "XMPP:" +msgstr "XMPP:" + +#: mod/contacts.php:658 +msgid "Actions" +msgstr "" + +#: mod/contacts.php:660 mod/contacts.php:846 view/theme/frio/theme.php:259 +#: src/Content/Nav.php:100 src/Model/Profile.php:888 +msgid "Status" +msgstr "状态" + +#: mod/contacts.php:661 +msgid "Contact Settings" +msgstr "联系人设置" + +#: mod/contacts.php:702 +msgid "Suggestions" +msgstr "建议" + +#: mod/contacts.php:705 +msgid "Suggest potential friends" +msgstr "建议潜在朋友们" + +#: mod/contacts.php:713 +msgid "Show all contacts" +msgstr "显示所有的联系人" + +#: mod/contacts.php:718 +msgid "Unblocked" +msgstr "" + +#: mod/contacts.php:721 +msgid "Only show unblocked contacts" +msgstr "只显示没被屏蔽的联系人" + +#: mod/contacts.php:726 +msgid "Blocked" +msgstr "被屏蔽的" + +#: mod/contacts.php:729 +msgid "Only show blocked contacts" +msgstr "只显示被屏蔽的联系人" + +#: mod/contacts.php:734 +msgid "Ignored" +msgstr "忽视的" + +#: mod/contacts.php:737 +msgid "Only show ignored contacts" +msgstr "只显示忽略的联系人" + +#: mod/contacts.php:742 +msgid "Archived" +msgstr "在存档" + +#: mod/contacts.php:745 +msgid "Only show archived contacts" +msgstr "只显示已存档联系人" + +#: mod/contacts.php:750 +msgid "Hidden" +msgstr "隐藏的" + +#: mod/contacts.php:753 +msgid "Only show hidden contacts" +msgstr "只显示隐藏的联系人" + +#: mod/contacts.php:809 +msgid "Search your contacts" +msgstr "搜索您的联系人" + +#: mod/contacts.php:810 mod/search.php:236 +#, php-format +msgid "Results for: %s" +msgstr "" + +#: mod/contacts.php:817 mod/settings.php:169 mod/settings.php:705 +msgid "Update" +msgstr "更新" + +#: mod/contacts.php:820 mod/contacts.php:1011 +msgid "Archive" +msgstr "存档" + +#: mod/contacts.php:820 mod/contacts.php:1011 +msgid "Unarchive" +msgstr "从存档拿来" + +#: mod/contacts.php:823 +msgid "Batch Actions" +msgstr "批量操作" + +#: mod/contacts.php:857 src/Model/Profile.php:899 +msgid "Profile Details" +msgstr "简介内容" + +#: mod/contacts.php:869 +msgid "View all contacts" +msgstr "查看所有联系人" + +#: mod/contacts.php:880 +msgid "View all common friends" +msgstr "查看所有公共好友" + +#: mod/contacts.php:886 mod/events.php:535 mod/admin.php:1269 +#: src/Model/Profile.php:865 +msgid "Advanced" +msgstr "高级" + +#: mod/contacts.php:889 +msgid "Advanced Contact Settings" +msgstr "高级联系人设置" + +#: mod/contacts.php:921 +msgid "Mutual Friendship" +msgstr "共同友谊" + +#: mod/contacts.php:925 +msgid "is a fan of yours" +msgstr "是你的粉丝" + +#: mod/contacts.php:929 +msgid "you are a fan of" +msgstr "你喜欢" + +#: mod/contacts.php:997 +msgid "Toggle Blocked status" +msgstr "切换屏蔽状态" + +#: mod/contacts.php:1005 +msgid "Toggle Ignored status" +msgstr "交替忽视现状" + +#: mod/contacts.php:1013 +msgid "Toggle Archive status" +msgstr "交替档案现状" + +#: mod/contacts.php:1021 +msgid "Delete contact" +msgstr "删除联系人" + +#: mod/delegate.php:142 +msgid "No parent user" +msgstr "" + +#: mod/delegate.php:158 +msgid "Parent User" +msgstr "" + +#: mod/delegate.php:160 +msgid "" +"Parent users have total control about this account, including the account " +"settings. Please double check whom you give this access." +msgstr "" + +#: mod/delegate.php:161 mod/settings.php:679 mod/settings.php:788 +#: mod/settings.php:874 mod/settings.php:963 mod/settings.php:1198 +#: mod/admin.php:1264 mod/admin.php:1873 mod/admin.php:2126 mod/admin.php:2200 +#: mod/admin.php:2347 +msgid "Save Settings" +msgstr "保存设置" + +#: mod/delegate.php:162 src/Content/Nav.php:204 +msgid "Delegate Page Management" +msgstr "页代表管理" + +#: mod/delegate.php:163 +msgid "Delegates" +msgstr "" + +#: mod/delegate.php:165 +msgid "" +"Delegates are able to manage all aspects of this account/page except for " +"basic account settings. Please do not delegate your personal account to " +"anybody that you do not trust completely." +msgstr "代表会管理所有的方面这个账户/页除了基础账户配置以外。请别代表您私人账户给您没完全信的人。" + +#: mod/delegate.php:166 +msgid "Existing Page Managers" +msgstr "目前页管理员" + +#: mod/delegate.php:168 +msgid "Existing Page Delegates" +msgstr "目前页代表" + +#: mod/delegate.php:170 +msgid "Potential Delegates" +msgstr "潜力的代表" + +#: mod/delegate.php:172 mod/tagrm.php:98 +msgid "Remove" +msgstr "移走" + +#: mod/delegate.php:173 +msgid "Add" +msgstr "加" + +#: mod/delegate.php:174 +msgid "No entries." +msgstr "没有项目。" + +#: mod/dfrn_request.php:94 +msgid "This introduction has already been accepted." +msgstr "这个介绍已经接受了。" + +#: mod/dfrn_request.php:112 mod/dfrn_request.php:359 +msgid "Profile location is not valid or does not contain profile information." +msgstr "简介位置失效或不包含简介信息。" + +#: mod/dfrn_request.php:116 mod/dfrn_request.php:363 +msgid "Warning: profile location has no identifiable owner name." +msgstr "警告:简介位置没有可设别的主名。" + +#: mod/dfrn_request.php:119 mod/dfrn_request.php:366 +msgid "Warning: profile location has no profile photo." +msgstr "警告:简介位置没有简介图。" + +#: mod/dfrn_request.php:123 mod/dfrn_request.php:370 +#, php-format +msgid "%d required parameter was not found at the given location" +msgid_plural "%d required parameters were not found at the given location" +msgstr[0] "%d需要的参数没找到在输入的位置。" + +#: mod/dfrn_request.php:162 +msgid "Introduction complete." +msgstr "介绍完成的。" + +#: mod/dfrn_request.php:199 +msgid "Unrecoverable protocol error." +msgstr "不能恢复的协议错误" + +#: mod/dfrn_request.php:226 +msgid "Profile unavailable." +msgstr "简介无效" + +#: mod/dfrn_request.php:248 +#, php-format +msgid "%s has received too many connection requests today." +msgstr "%s今天已经受到了太多联络要求" + +#: mod/dfrn_request.php:249 +msgid "Spam protection measures have been invoked." +msgstr "垃圾保护措施被用了。" + +#: mod/dfrn_request.php:250 +msgid "Friends are advised to please try again in 24 hours." +msgstr "朋友们被建议请24小时后再试。" + +#: mod/dfrn_request.php:280 +msgid "Invalid locator" +msgstr "无效找到物" + +#: mod/dfrn_request.php:316 +msgid "You have already introduced yourself here." +msgstr "您已经自我介绍这儿。" + +#: mod/dfrn_request.php:319 +#, php-format +msgid "Apparently you are already friends with %s." +msgstr "看上去您已经是%s的朋友。" + +#: mod/dfrn_request.php:339 +msgid "Invalid profile URL." +msgstr "无效的简介URL。" + +#: mod/dfrn_request.php:345 src/Model/Contact.php:1137 +msgid "Disallowed profile URL." +msgstr "不允许的简介地址." + +#: mod/dfrn_request.php:439 +msgid "Your introduction has been sent." +msgstr "您的介绍发布了。" + +#: mod/dfrn_request.php:477 +msgid "" +"Remote subscription can't be done for your network. Please subscribe " +"directly on your system." +msgstr "" + +#: mod/dfrn_request.php:493 +msgid "Please login to confirm introduction." +msgstr "请登录以确认介绍。" + +#: mod/dfrn_request.php:501 +msgid "" +"Incorrect identity currently logged in. Please login to " +"this profile." +msgstr "当前登录的身份不正确。请登录到这个用户。" + +#: mod/dfrn_request.php:515 mod/dfrn_request.php:532 +msgid "Confirm" +msgstr "确认" + +#: mod/dfrn_request.php:527 +msgid "Hide this contact" +msgstr "隐藏这个联系人" + +#: mod/dfrn_request.php:530 +#, php-format +msgid "Welcome home %s." +msgstr "欢迎%s。" + +#: mod/dfrn_request.php:531 +#, php-format +msgid "Please confirm your introduction/connection request to %s." +msgstr "请确认您的介绍/联络要求给%s。" + +#: mod/dfrn_request.php:642 +msgid "" +"Please enter your 'Identity Address' from one of the following supported " +"communications networks:" +msgstr "请从以下支持的通信网络之一输入你的 “身份地址”:" + +#: mod/dfrn_request.php:645 +#, php-format +msgid "" +"If you are not yet a member of the free social web, follow " +"this link to find a public Friendica site and join us today." +msgstr "" + +#: mod/dfrn_request.php:650 +msgid "Friend/Connection Request" +msgstr "朋友/连接请求" + +#: mod/dfrn_request.php:651 +msgid "" +"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, " +"testuser@gnusocial.de" +msgstr "" + +#: mod/dfrn_request.php:652 mod/follow.php:147 +msgid "Please answer the following:" +msgstr "请回答下述的:" + +#: mod/dfrn_request.php:653 mod/follow.php:148 +#, php-format +msgid "Does %s know you?" +msgstr "%s是否认识你?" + +#: mod/dfrn_request.php:654 mod/follow.php:149 +msgid "Add a personal note:" +msgstr "添加一个个人便条:" + +#: mod/dfrn_request.php:656 src/Content/ContactSelector.php:79 +msgid "Friendica" +msgstr "Friendica" + +#: mod/dfrn_request.php:657 +msgid "GNU Social (Pleroma, Mastodon)" +msgstr "" + +#: mod/dfrn_request.php:658 +msgid "Diaspora (Socialhome, Hubzilla)" +msgstr "" + +#: mod/dfrn_request.php:659 +#, php-format +msgid "" +" - please do not use this form. Instead, enter %s into your Diaspora search" +" bar." +msgstr " - 请别用这个表格。而是在你的 Diaspora 搜索栏输入 %s." + +#: mod/editpost.php:27 mod/editpost.php:37 +msgid "Item not found" +msgstr "项目没找到" + +#: mod/editpost.php:44 +msgid "Edit post" +msgstr "编辑文章" + +#: mod/events.php:103 mod/events.php:105 +msgid "Event can not end before it has started." +msgstr "事件不能在开始前结束。" + +#: mod/events.php:112 mod/events.php:114 +msgid "Event title and start time are required." +msgstr "项目标题和开始时间是必须的。" + +#: mod/events.php:394 +msgid "Create New Event" +msgstr "创建新的事件" + +#: mod/events.php:509 +msgid "Event details" +msgstr "事件细节" + +#: mod/events.php:510 +msgid "Starting date and Title are required." +msgstr "需要开始日期和标题。" + +#: mod/events.php:511 mod/events.php:512 +msgid "Event Starts:" +msgstr "事件开始:" + +#: mod/events.php:513 mod/events.php:529 +msgid "Finish date/time is not known or not relevant" +msgstr "结束日期/时间未知或无关" + +#: mod/events.php:515 mod/events.php:516 +msgid "Event Finishes:" +msgstr "事件结束:" + +#: mod/events.php:517 mod/events.php:530 +msgid "Adjust for viewer timezone" +msgstr "调整为浏览者的时区" + +#: mod/events.php:519 +msgid "Description:" +msgstr "描述:" + +#: mod/events.php:523 mod/events.php:525 +msgid "Title:" +msgstr "标题:" + +#: mod/events.php:526 mod/events.php:527 +msgid "Share this event" +msgstr "分享这个事件" + +#: mod/events.php:534 src/Model/Profile.php:864 +msgid "Basic" +msgstr "基本" + +#: mod/events.php:556 +msgid "Failed to remove event" +msgstr "删除事件失败" + +#: mod/events.php:558 +msgid "Event removed" +msgstr "事件已删除" + +#: mod/filer.php:34 +msgid "- select -" +msgstr "-选择-" + +#: mod/follow.php:44 +msgid "The contact could not be added." +msgstr "无法添加此联系人。" + +#: mod/follow.php:72 +msgid "You already added this contact." +msgstr "您已添加此联系人。" + +#: mod/follow.php:81 +msgid "Diaspora support isn't enabled. Contact can't be added." +msgstr "Diaspora 支持没被启用。无法添加联系人。" + +#: mod/follow.php:88 +msgid "OStatus support is disabled. Contact can't be added." +msgstr "OStatus 支持没被启用。无法添加联系人。" + +#: mod/follow.php:95 +msgid "The network type couldn't be detected. Contact can't be added." +msgstr "网络类型无法被检测。无法添加联系人。" + +#: mod/install.php:114 +msgid "Friendica Communications Server - Setup" +msgstr "Friendica沟通服务器-安装" + +#: mod/install.php:120 +msgid "Could not connect to database." +msgstr "解不了数据库。" + +#: mod/install.php:124 +msgid "Could not create table." +msgstr "无法创建表格。" + +#: mod/install.php:130 +msgid "Your Friendica site database has been installed." +msgstr "您Friendica网站数据库被安装了。" + +#: mod/install.php:135 +msgid "" +"You may need to import the file \"database.sql\" manually using phpmyadmin " +"or mysql." +msgstr "您可能要手工地进口文件「database.sql」用phpmyadmin或mysql。" + +#: mod/install.php:136 mod/install.php:208 mod/install.php:553 +msgid "Please see the file \"INSTALL.txt\"." +msgstr "请看文件「INSTALL.txt」" + +#: mod/install.php:148 +msgid "Database already in use." +msgstr "数据库已经被使用。" + +#: mod/install.php:205 +msgid "System check" +msgstr "系统检测" + +#: mod/install.php:210 +msgid "Check again" +msgstr "再检测" + +#: mod/install.php:230 +msgid "Database connection" +msgstr "数据库接通" + +#: mod/install.php:231 +msgid "" +"In order to install Friendica we need to know how to connect to your " +"database." +msgstr "为安装Friendica我们要知道怎么连接您的数据库。" + +#: mod/install.php:232 +msgid "" +"Please contact your hosting provider or site administrator if you have " +"questions about these settings." +msgstr "你有关于这些设置有问题的话,请给互联网托管服务或者网页管理联系。" + +#: mod/install.php:233 +msgid "" +"The database you specify below should already exist. If it does not, please " +"create it before continuing." +msgstr "您下边指定的数据库应该已经存在。如果还没有,请创建后继续。" + +#: mod/install.php:237 +msgid "Database Server Name" +msgstr "数据库服务器名" + +#: mod/install.php:238 +msgid "Database Login Name" +msgstr "数据库登录名" + +#: mod/install.php:239 +msgid "Database Login Password" +msgstr "数据库登录密码" + +#: mod/install.php:239 +msgid "For security reasons the password must not be empty" +msgstr "由于安全的原因,密码不能为空" + +#: mod/install.php:240 +msgid "Database Name" +msgstr "数据库名字" + +#: mod/install.php:241 mod/install.php:281 +msgid "Site administrator email address" +msgstr "网站行政人员邮件地址" + +#: mod/install.php:241 mod/install.php:281 +msgid "" +"Your account email address must match this in order to use the web admin " +"panel." +msgstr "您账户邮件地址必要符合这个为用网站处理仪表板" + +#: mod/install.php:245 mod/install.php:284 +msgid "Please select a default timezone for your website" +msgstr "请选择您网站的默认时区" + +#: mod/install.php:271 +msgid "Site settings" +msgstr "网站设置" + +#: mod/install.php:285 +msgid "System Language:" +msgstr "系统语言:" + +#: mod/install.php:285 +msgid "" +"Set the default language for your Friendica installation interface and to " +"send emails." +msgstr "为 Friendica 安装界面及邮件发送设置默认语言。" + +#: mod/install.php:325 +msgid "Could not find a command line version of PHP in the web server PATH." +msgstr "没找到命令行PHP在网服务器PATH。" + +#: mod/install.php:326 +msgid "" +"If you don't have a command line version of PHP installed on your server, " +"you will not be able to run the background processing. See 'Setup the worker'" +msgstr "" + +#: mod/install.php:330 +msgid "PHP executable path" +msgstr "PHP可执行路径" + +#: mod/install.php:330 +msgid "" +"Enter full path to php executable. You can leave this blank to continue the " +"installation." +msgstr "输入全路线到php执行程序。您会留空白为继续安装。" + +#: mod/install.php:335 +msgid "Command line PHP" +msgstr "命令行PHP" + +#: mod/install.php:344 +msgid "PHP executable is not the php cli binary (could be cgi-fgci version)" +msgstr "PHP执行程序不是命令行PHP執行檔(有可能是cgi-fgci版本)" + +#: mod/install.php:345 +msgid "Found PHP version: " +msgstr "找到 PHP 版本:" + +#: mod/install.php:347 +msgid "PHP cli binary" +msgstr "命令行PHP執行檔" + +#: mod/install.php:358 +msgid "" +"The command line version of PHP on your system does not have " +"\"register_argc_argv\" enabled." +msgstr "您系统的命令行PHP没有能够「register_argc_argv」。" + +#: mod/install.php:359 +msgid "This is required for message delivery to work." +msgstr "这必要为通信发布成功。" + +#: mod/install.php:361 +msgid "PHP register_argc_argv" +msgstr "PHP register_argc_argv" + +#: mod/install.php:384 +msgid "" +"Error: the \"openssl_pkey_new\" function on this system is not able to " +"generate encryption keys" +msgstr "错误:这系统的「register_argc_argv」子程序不能产生加密钥匙" + +#: mod/install.php:385 +msgid "" +"If running under Windows, please see " +"\"http://www.php.net/manual/en/openssl.installation.php\"." +msgstr "如果您用Windows,请看「http://www.php.net/manual/en/openssl.installation.php」。" + +#: mod/install.php:387 +msgid "Generate encryption keys" +msgstr "产生加密钥匙" + +#: mod/install.php:394 +msgid "libCurl PHP module" +msgstr "libCurl PHP模块" + +#: mod/install.php:395 +msgid "GD graphics PHP module" +msgstr "GD显示PHP模块" + +#: mod/install.php:396 +msgid "OpenSSL PHP module" +msgstr "OpenSSL PHP模块" + +#: mod/install.php:397 +msgid "PDO or MySQLi PHP module" +msgstr "PDO 或者 MySQLi PHP 模块" + +#: mod/install.php:398 +msgid "mb_string PHP module" +msgstr "mb_string PHP模块" + +#: mod/install.php:399 +msgid "XML PHP module" +msgstr "XML PHP 模块" + +#: mod/install.php:400 +msgid "iconv module" +msgstr "iconv 模块" + +#: mod/install.php:404 mod/install.php:406 +msgid "Apache mod_rewrite module" +msgstr "Apache mod_rewrite部件" + +#: mod/install.php:404 +msgid "" +"Error: Apache webserver mod-rewrite module is required but not installed." +msgstr "错误:Apache服务器的mod-rewrite模块是必要的可却不安装的。" + +#: mod/install.php:412 +msgid "Error: libCURL PHP module required but not installed." +msgstr "错误:libCurl PHP模块是必要的可却不安装的。" + +#: mod/install.php:416 +msgid "" +"Error: GD graphics PHP module with JPEG support required but not installed." +msgstr "错误:GD显示PHP模块跟JPEG支持是必要的可却安装的。" + +#: mod/install.php:420 +msgid "Error: openssl PHP module required but not installed." +msgstr "错误:openssl PHP模块是必要的可却不安装的。" + +#: mod/install.php:424 +msgid "Error: PDO or MySQLi PHP module required but not installed." +msgstr "" + +#: mod/install.php:428 +msgid "Error: The MySQL driver for PDO is not installed." +msgstr "" + +#: mod/install.php:432 +msgid "Error: mb_string PHP module required but not installed." +msgstr "错误:mbstring PHP模块必要可没安装的。" + +#: mod/install.php:436 +msgid "Error: iconv PHP module required but not installed." +msgstr "" + +#: mod/install.php:446 +msgid "Error, XML PHP module required but not installed." +msgstr "" + +#: mod/install.php:458 +msgid "" +"The web installer needs to be able to create a file called \".htconfig.php\"" +" in the top folder of your web server and it is unable to do so." +msgstr "网页安装器要创建一个叫 \".htconfig.php\" 的文件在你的 web 服务器的顶层目录下,但无法这么做。" + +#: mod/install.php:459 +msgid "" +"This is most often a permission setting, as the web server may not be able " +"to write files in your folder - even if you can." +msgstr "这常常是一个权设置,因为网服务器可能不会写文件在文件夹-即使您会。" + +#: mod/install.php:460 +msgid "" +"At the end of this procedure, we will give you a text to save in a file " +"named .htconfig.php in your Friendica top folder." +msgstr "这个步骤头,我们给您正文要保存在叫.htconfig.php的文件在您Friendica主文件夹。" + +#: mod/install.php:461 +msgid "" +"You can alternatively skip this procedure and perform a manual installation." +" Please see the file \"INSTALL.txt\" for instructions." +msgstr "或者您会这个步骤不做还是实行手动的安装。请看INSTALL.txt文件为说明。" + +#: mod/install.php:464 +msgid ".htconfig.php is writable" +msgstr ".htconfig.php是可写的" + +#: mod/install.php:474 +msgid "" +"Friendica uses the Smarty3 template engine to render its web views. Smarty3 " +"compiles templates to PHP to speed up rendering." +msgstr "Friendica用Smarty3模板机车为建筑网页。Smarty3把模板编译成PHP为催建筑网页。" + +#: mod/install.php:475 +msgid "" +"In order to store these compiled templates, the web server needs to have " +"write access to the directory view/smarty3/ under the Friendica top level " +"folder." +msgstr "为了保存这些模板,网服务器要写权利于view/smarty3/目录在Friendica主目录下。" + +#: mod/install.php:476 +msgid "" +"Please ensure that the user that your web server runs as (e.g. www-data) has" +" write access to this folder." +msgstr "请保险您网服务器用户(比如www-data)有这个目录的写权利。" + +#: mod/install.php:477 +msgid "" +"Note: as a security measure, you should give the web server write access to " +"view/smarty3/ only--not the template files (.tpl) that it contains." +msgstr "注意:为了安全,您应该只给网服务器写权利于view/smarty3/-没有模板文件(.tpl)之下。" + +#: mod/install.php:480 +msgid "view/smarty3 is writable" +msgstr "能写view/smarty3" + +#: mod/install.php:496 +msgid "" +"Url rewrite in .htaccess is not working. Check your server configuration." +msgstr "在 .htaccess 中的 URL 重写不工作。请检查你的服务器配置。" + +#: mod/install.php:498 +msgid "Url rewrite is working" +msgstr "URL改写发挥机能" + +#: mod/install.php:517 +msgid "ImageMagick PHP extension is not installed" +msgstr "ImageMagick PHP 扩展没有安装" + +#: mod/install.php:519 +msgid "ImageMagick PHP extension is installed" +msgstr "ImageMagick PHP 扩展已安装" + +#: mod/install.php:521 +msgid "ImageMagick supports GIF" +msgstr "ImageMagick 支持 GIF" + +#: mod/install.php:528 +msgid "" +"The database configuration file \".htconfig.php\" could not be written. " +"Please use the enclosed text to create a configuration file in your web " +"server root." +msgstr "数据库配置文件 \".htconfig.php\" 无法被写入。请在 web 服务器根目录下使用附上的文字创建一个配置文件。" + +#: mod/install.php:551 +msgid "

What next

" +msgstr "

下步是什么

" + +#: mod/install.php:552 +msgid "" +"IMPORTANT: You will need to [manually] setup a scheduled task for the " +"worker." +msgstr "" + +#: mod/install.php:555 +#, php-format +msgid "" +"Go to your new Friendica node registration page " +"and register as new user. Remember to use the same email you have entered as" +" administrator email. This will allow you to enter the site admin panel." +msgstr "" + +#: mod/localtime.php:33 +msgid "Time Conversion" +msgstr "时间装换" + +#: mod/localtime.php:35 +msgid "" +"Friendica provides this service for sharing events with other networks and " +"friends in unknown timezones." +msgstr "Friendica提供这个服务目的是分享项目跟别的网络和朋友们在别的时区。" + +#: mod/localtime.php:39 +#, php-format +msgid "UTC time: %s" +msgstr "UTC时间: %s" + +#: mod/localtime.php:42 +#, php-format +msgid "Current timezone: %s" +msgstr "现在时区: %s" + +#: mod/localtime.php:46 +#, php-format +msgid "Converted localtime: %s" +msgstr "装换的当地时间:%s" + +#: mod/localtime.php:52 +msgid "Please select your timezone:" +msgstr "请选择你的时区:" + +#: mod/lostpass.php:27 +msgid "No valid account found." +msgstr "找不到效的账户。" + +#: mod/lostpass.php:39 +msgid "Password reset request issued. Check your email." +msgstr "重设密码要求发布了。核对您的收件箱。" + +#: mod/lostpass.php:45 +#, php-format +msgid "" +"\n" +"\t\tDear %1$s,\n" +"\t\t\tA request was recently received at \"%2$s\" to reset your account\n" +"\t\tpassword. In order to confirm this request, please select the verification link\n" +"\t\tbelow or paste it into your web browser address bar.\n" +"\n" +"\t\tIf you did NOT request this change, please DO NOT follow the link\n" +"\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n" +"\n" +"\t\tYour password will not be changed unless we can verify that you\n" +"\t\tissued this request." +msgstr "" + +#: mod/lostpass.php:56 +#, php-format +msgid "" +"\n" +"\t\tFollow this link soon to verify your identity:\n" +"\n" +"\t\t%1$s\n" +"\n" +"\t\tYou will then receive a follow-up message containing the new password.\n" +"\t\tYou may change that password from your account settings page after logging in.\n" +"\n" +"\t\tThe login details are as follows:\n" +"\n" +"\t\tSite Location:\t%2$s\n" +"\t\tLogin Name:\t%3$s" +msgstr "" + +#: mod/lostpass.php:72 +#, php-format +msgid "Password reset requested at %s" +msgstr "重设密码要求被发布%s" + +#: mod/lostpass.php:88 +msgid "" +"Request could not be verified. (You may have previously submitted it.) " +"Password reset failed." +msgstr "要求确认不了。(您可能已经提交它。)重设密码失败了。" + +#: mod/lostpass.php:101 +msgid "Request has expired, please make a new one." +msgstr "请求超时,请重试。" + +#: mod/lostpass.php:116 +msgid "Forgot your Password?" +msgstr "忘记你的密码吗?" + +#: mod/lostpass.php:117 +msgid "" +"Enter your email address and submit to have your password reset. Then check " +"your email for further instructions." +msgstr "输入您的邮件地址和提交为重置密码。然后核对收件箱看别的说明。" + +#: mod/lostpass.php:118 src/Module/Login.php:314 +msgid "Nickname or Email: " +msgstr "昵称或邮件地址:" + +#: mod/lostpass.php:119 +msgid "Reset" +msgstr "复位" + +#: mod/lostpass.php:135 src/Module/Login.php:326 +msgid "Password Reset" +msgstr "复位密码" + +#: mod/lostpass.php:136 +msgid "Your password has been reset as requested." +msgstr "您的密码被重设如要求的。" + +#: mod/lostpass.php:137 +msgid "Your new password is" +msgstr "你的新的密码是" + +#: mod/lostpass.php:138 +msgid "Save or copy your new password - and then" +msgstr "保存或复制新密码-之后" + +#: mod/lostpass.php:139 +msgid "click here to login" +msgstr "点击这里登录" + +#: mod/lostpass.php:140 +msgid "" +"Your password may be changed from the Settings page after " +"successful login." +msgstr "您的密码可以在成功登录后在设置页修改。" + +#: mod/lostpass.php:148 +#, php-format +msgid "" +"\n" +"\t\t\tDear %1$s,\n" +"\t\t\t\tYour password has been changed as requested. Please retain this\n" +"\t\t\tinformation for your records (or change your password immediately to\n" +"\t\t\tsomething that you will remember).\n" +"\t\t" +msgstr "" + +#: mod/lostpass.php:154 +#, php-format +msgid "" +"\n" +"\t\t\tYour login details are as follows:\n" +"\n" +"\t\t\tSite Location:\t%1$s\n" +"\t\t\tLogin Name:\t%2$s\n" +"\t\t\tPassword:\t%3$s\n" +"\n" +"\t\t\tYou may change that password from your account settings page after logging in.\n" +"\t\t" +msgstr "" + +#: mod/lostpass.php:167 +#, php-format +msgid "Your password has been changed at %s" +msgstr "您密码被变化在%s" + +#: mod/message.php:30 src/Content/Nav.php:198 +msgid "New Message" +msgstr "新的消息" + +#: mod/message.php:73 mod/wallmessage.php:57 +msgid "No recipient selected." +msgstr "没有选择的接受者。" + +#: mod/message.php:77 +msgid "Unable to locate contact information." +msgstr "无法找到联系人信息。" + +#: mod/message.php:80 mod/wallmessage.php:63 +msgid "Message could not be sent." +msgstr "消息发不了。" + +#: mod/message.php:83 mod/wallmessage.php:66 +msgid "Message collection failure." +msgstr "通信受到错误。" + +#: mod/message.php:86 mod/wallmessage.php:69 +msgid "Message sent." +msgstr "消息发了" + +#: mod/message.php:112 view/theme/frio/theme.php:268 src/Content/Nav.php:195 +msgid "Messages" +msgstr "消息" + +#: mod/message.php:136 +msgid "Do you really want to delete this message?" +msgstr "您真的想删除这个通知吗?" + +#: mod/message.php:156 +msgid "Message deleted." +msgstr "消息删除了。" + +#: mod/message.php:185 +msgid "Conversation removed." +msgstr "交流删除了。" + +#: mod/message.php:250 mod/wallmessage.php:132 +msgid "Send Private Message" +msgstr "发私人的通信" + +#: mod/message.php:251 mod/message.php:421 mod/wallmessage.php:134 +msgid "To:" +msgstr "到:" + +#: mod/message.php:255 mod/message.php:423 mod/wallmessage.php:135 +msgid "Subject:" +msgstr "题目:" + +#: mod/message.php:291 +msgid "No messages." +msgstr "没有消息" + +#: mod/message.php:330 +msgid "Message not available." +msgstr "通信不可用的" + +#: mod/message.php:397 +msgid "Delete message" +msgstr "删除消息" + +#: mod/message.php:399 mod/message.php:500 +msgid "D, d M Y - g:i A" +msgstr "D, d M Y - g:i A" + +#: mod/message.php:414 mod/message.php:497 +msgid "Delete conversation" +msgstr "删除交谈" + +#: mod/message.php:416 +msgid "" +"No secure communications available. You may be able to " +"respond from the sender's profile page." +msgstr "没可用的安全交通。您可能会在发送人的简介页会回答。" + +#: mod/message.php:420 +msgid "Send Reply" +msgstr "发回答" + +#: mod/message.php:471 +#, php-format +msgid "Unknown sender - %s" +msgstr "生发送人-%s" + +#: mod/message.php:473 +#, php-format +msgid "You and %s" +msgstr "您和%s" + +#: mod/message.php:475 +#, php-format +msgid "%s and You" +msgstr "%s和您" + +#: mod/message.php:503 +#, php-format +msgid "%d message" +msgid_plural "%d messages" +msgstr[0] "%d通知" + +#: mod/notes.php:53 src/Model/Profile.php:946 +msgid "Personal Notes" +msgstr "私人便条" + +#: mod/notify.php:77 +msgid "No more system notifications." +msgstr "没别系统通知。" + +#: mod/photos.php:108 src/Model/Profile.php:907 +msgid "Photo Albums" +msgstr "相册" + +#: mod/photos.php:109 mod/photos.php:1713 +msgid "Recent Photos" +msgstr "最近的照片" + +#: mod/photos.php:112 mod/photos.php:1210 mod/photos.php:1715 +msgid "Upload New Photos" +msgstr "上传新照片" + +#: mod/photos.php:126 mod/settings.php:49 +msgid "everybody" +msgstr "每人" + +#: mod/photos.php:184 +msgid "Contact information unavailable" +msgstr "联系人信息不可用" + +#: mod/photos.php:204 +msgid "Album not found." +msgstr "取回不了相册." + +#: mod/photos.php:234 mod/photos.php:245 mod/photos.php:1161 +msgid "Delete Album" +msgstr "删除相册" + +#: mod/photos.php:243 +msgid "Do you really want to delete this photo album and all its photos?" +msgstr "您真的想删除这个相册和所有里面的照相吗?" + +#: mod/photos.php:310 mod/photos.php:321 mod/photos.php:1446 +msgid "Delete Photo" +msgstr "删除照片" + +#: mod/photos.php:319 +msgid "Do you really want to delete this photo?" +msgstr "您真的想删除这个照相吗?" + +#: mod/photos.php:667 +msgid "a photo" +msgstr "一张照片" + +#: mod/photos.php:667 +#, php-format +msgid "%1$s was tagged in %2$s by %3$s" +msgstr "%1$s被%3$s标签在%2$s" + +#: mod/photos.php:763 mod/photos.php:766 mod/photos.php:795 +#: mod/profile_photo.php:165 mod/wall_upload.php:186 +#, php-format +msgid "Image exceeds size limit of %s" +msgstr "" + +#: mod/photos.php:769 +msgid "Image upload didn't complete, please try again" +msgstr "图片上传未完成,请重试" + +#: mod/photos.php:772 +msgid "Image file is missing" +msgstr "缺少图片文件" + +#: mod/photos.php:777 +msgid "" +"Server can't accept new file upload at this time, please contact your " +"administrator" +msgstr "服务器目前无法接受新的上传文件,请联系您的管理员" + +#: mod/photos.php:803 +msgid "Image file is empty." +msgstr "图片文件空的。" + +#: mod/photos.php:818 mod/profile_photo.php:174 mod/wall_upload.php:200 +msgid "Unable to process image." +msgstr "处理不了图像." + +#: mod/photos.php:847 mod/profile_photo.php:322 mod/wall_upload.php:239 +msgid "Image upload failed." +msgstr "图像上载失败了." + +#: mod/photos.php:940 +msgid "No photos selected" +msgstr "没有照片挑选了" + +#: mod/photos.php:1036 mod/videos.php:310 +msgid "Access to this item is restricted." +msgstr "这个项目使用权限的。" + +#: mod/photos.php:1090 +msgid "Upload Photos" +msgstr "上传照片" + +#: mod/photos.php:1094 mod/photos.php:1156 +msgid "New album name: " +msgstr "新册名:" + +#: mod/photos.php:1095 +msgid "or existing album name: " +msgstr "或现有册名" + +#: mod/photos.php:1096 +msgid "Do not show a status post for this upload" +msgstr "别显示现状报到关于这个上传" + +#: mod/photos.php:1106 mod/photos.php:1449 mod/settings.php:1233 +msgid "Show to Groups" +msgstr "给组表示" + +#: mod/photos.php:1107 mod/photos.php:1450 mod/settings.php:1234 +msgid "Show to Contacts" +msgstr "展示给联系人" + +#: mod/photos.php:1167 +msgid "Edit Album" +msgstr "编照片册" + +#: mod/photos.php:1172 +msgid "Show Newest First" +msgstr "先表示最新的" + +#: mod/photos.php:1174 +msgid "Show Oldest First" +msgstr "先表示最老的" + +#: mod/photos.php:1195 mod/photos.php:1698 +msgid "View Photo" +msgstr "看照片" + +#: mod/photos.php:1236 +msgid "Permission denied. Access to this item may be restricted." +msgstr "无权利。用这个项目可能受限制。" + +#: mod/photos.php:1238 +msgid "Photo not available" +msgstr "不可获得的照片" + +#: mod/photos.php:1301 +msgid "View photo" +msgstr "看照片" + +#: mod/photos.php:1301 +msgid "Edit photo" +msgstr "编辑照片" + +#: mod/photos.php:1302 +msgid "Use as profile photo" +msgstr "用为资料图" + +#: mod/photos.php:1308 src/Object/Post.php:148 +msgid "Private Message" +msgstr "私人的新闻" + +#: mod/photos.php:1327 +msgid "View Full Size" +msgstr "看全尺寸" + +#: mod/photos.php:1414 +msgid "Tags: " +msgstr "标签:" + +#: mod/photos.php:1417 +msgid "[Remove any tag]" +msgstr "[删除任何标签]" + +#: mod/photos.php:1432 +msgid "New album name" +msgstr "新册名" + +#: mod/photos.php:1433 +msgid "Caption" +msgstr "字幕" + +#: mod/photos.php:1434 +msgid "Add a Tag" +msgstr "加标签" + +#: mod/photos.php:1434 +msgid "" +"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" +msgstr "例子:@zhang, @Zhang_San, @li@example.com, #Beijing, #ktv" + +#: mod/photos.php:1435 +msgid "Do not rotate" +msgstr "不要旋转" + +#: mod/photos.php:1436 +msgid "Rotate CW (right)" +msgstr "顺时针地转动(左)" + +#: mod/photos.php:1437 +msgid "Rotate CCW (left)" +msgstr "反顺时针地转动(右)" + +#: mod/photos.php:1471 src/Object/Post.php:295 +msgid "I like this (toggle)" +msgstr "我喜欢这(交替)" + +#: mod/photos.php:1472 src/Object/Post.php:296 +msgid "I don't like this (toggle)" +msgstr "我不喜欢这(交替)" + +#: mod/photos.php:1488 mod/photos.php:1527 mod/photos.php:1600 +#: src/Object/Post.php:785 +msgid "This is you" +msgstr "这是你" + +#: mod/photos.php:1490 mod/photos.php:1529 mod/photos.php:1602 +#: src/Object/Post.php:391 src/Object/Post.php:787 +msgid "Comment" +msgstr "评论" + +#: mod/photos.php:1634 +msgid "Map" +msgstr "地图" + +#: mod/photos.php:1704 mod/videos.php:388 +msgid "View Album" +msgstr "看照片册" + +#: mod/ping.php:292 +msgid "{0} wants to be your friend" +msgstr "{0}想成为您的朋友" + +#: mod/ping.php:307 +msgid "{0} sent you a message" +msgstr "{0}发给您一个通信" + +#: mod/ping.php:322 +msgid "{0} requested registration" +msgstr "{0}要求注册" + +#: mod/poke.php:192 +msgid "Poke/Prod" +msgstr "戳" + +#: mod/poke.php:193 +msgid "poke, prod or do other things to somebody" +msgstr "把人家戳或别的行动" + +#: mod/poke.php:194 +msgid "Recipient" +msgstr "接受者" + +#: mod/poke.php:195 +msgid "Choose what you wish to do to recipient" +msgstr "选择您想把别人作" + +#: mod/poke.php:198 +msgid "Make this post private" +msgstr "使这个文章私人" + +#: mod/probe.php:14 mod/webfinger.php:17 +msgid "Only logged in users are permitted to perform a probing." +msgstr "只有已登录用户才被允许进行探测。" + +#: mod/profile_photo.php:54 +msgid "Image uploaded but image cropping failed." +msgstr "照片上传去了,但修剪失灵。" + +#: mod/profile_photo.php:87 mod/profile_photo.php:95 mod/profile_photo.php:103 +#: mod/profile_photo.php:330 +#, php-format +msgid "Image size reduction [%s] failed." +msgstr "照片减少[%s]失灵。" + +#: mod/profile_photo.php:137 +msgid "" +"Shift-reload the page or clear browser cache if the new photo does not " +"display immediately." +msgstr "万一新照片一会出现,换档重新加载或者成为空浏览器高速缓存。" + +#: mod/profile_photo.php:146 +msgid "Unable to process image" +msgstr "不能处理照片" + +#: mod/profile_photo.php:262 +msgid "Upload File:" +msgstr "上传文件:" + +#: mod/profile_photo.php:263 +msgid "Select a profile:" +msgstr "选择一个简介" + +#: mod/profile_photo.php:268 +msgid "or" +msgstr "或者" + +#: mod/profile_photo.php:268 +msgid "skip this step" +msgstr "略过这步" + +#: mod/profile_photo.php:268 +msgid "select a photo from your photo albums" +msgstr "从您的照片册选择一片。" + +#: mod/profile_photo.php:281 +msgid "Crop Image" +msgstr "修剪照片" + +#: mod/profile_photo.php:282 +msgid "Please adjust the image cropping for optimum viewing." +msgstr "请调图片剪裁为最好看。" + +#: mod/profile_photo.php:284 +msgid "Done Editing" +msgstr "编辑完成" + +#: mod/profile_photo.php:320 +msgid "Image uploaded successfully." +msgstr "照片成功地上传了。" + +#: mod/profperm.php:34 mod/profperm.php:65 +msgid "Invalid profile identifier." +msgstr "无限的简介标识符。" + +#: mod/profperm.php:111 +msgid "Profile Visibility Editor" +msgstr "简介能见度编辑器。" + +#: mod/profperm.php:124 +msgid "Visible To" +msgstr "能见被" + +#: mod/profperm.php:140 +msgid "All Contacts (with secure profile access)" +msgstr "" + +#: mod/regmod.php:68 +msgid "Account approved." +msgstr "账户已被批准。" + +#: mod/regmod.php:93 +#, php-format +msgid "Registration revoked for %s" +msgstr "撤销了 %s 的注册" + +#: mod/regmod.php:102 +msgid "Please login." +msgstr "请登录。" + +#: mod/removeme.php:55 mod/removeme.php:58 +msgid "Remove My Account" +msgstr "删除我的账户" + +#: mod/removeme.php:56 +msgid "" +"This will completely remove your account. Once this has been done it is not " +"recoverable." +msgstr "这要完全删除您的账户。这一做过,就不能恢复。" + +#: mod/removeme.php:57 +msgid "Please enter your password for verification:" +msgstr "请输入密码为确认:" + +#: mod/search.php:37 mod/network.php:194 +msgid "Remove term" +msgstr "删除关键字" + +#: mod/search.php:46 mod/network.php:201 src/Content/Feature.php:100 +msgid "Saved Searches" +msgstr "保存的搜索" + +#: mod/search.php:105 +msgid "Only logged in users are permitted to perform a search." +msgstr "只有已登录的用户被允许进行搜索。" + +#: mod/search.php:129 +msgid "Too Many Requests" +msgstr "过多请求" + +#: mod/search.php:130 +msgid "Only one search per minute is permitted for not logged in users." +msgstr "对未登录的用户,每分钟只允许一条搜索。" + +#: mod/search.php:234 +#, php-format +msgid "Items tagged with: %s" +msgstr "" + +#: mod/settings.php:54 mod/admin.php:1689 +msgid "Account" +msgstr "帐户" + +#: mod/settings.php:63 mod/admin.php:184 +msgid "Additional features" +msgstr "附加的特点" + +#: mod/settings.php:71 +msgid "Display" +msgstr "显示" + +#: mod/settings.php:78 mod/settings.php:845 +msgid "Social Networks" +msgstr "社会化网络" + +#: mod/settings.php:85 mod/admin.php:182 mod/admin.php:1812 mod/admin.php:1872 +msgid "Addons" +msgstr "插件" + +#: mod/settings.php:92 src/Content/Nav.php:204 +msgid "Delegations" +msgstr "代表" + +#: mod/settings.php:99 +msgid "Connected apps" +msgstr "连接着应用" + +#: mod/settings.php:106 mod/uexport.php:52 +msgid "Export personal data" +msgstr "导出个人信息" + +#: mod/settings.php:113 +msgid "Remove account" +msgstr "删除账户" + +#: mod/settings.php:167 +msgid "Missing some important data!" +msgstr "缺失一些重要数据!" + +#: mod/settings.php:278 +msgid "Failed to connect with email account using the settings provided." +msgstr "不能连接电子邮件账户用输入的设置。" + +#: mod/settings.php:283 +msgid "Email settings updated." +msgstr "电子邮件设置更新了" + +#: mod/settings.php:299 +msgid "Features updated" +msgstr "特点更新了" + +#: mod/settings.php:371 +msgid "Relocate message has been send to your contacts" +msgstr "调动消息已发送给您的联系人" + +#: mod/settings.php:383 src/Model/User.php:312 +msgid "Passwords do not match. Password unchanged." +msgstr "密码不匹配。密码没改变。" + +#: mod/settings.php:388 +msgid "Empty passwords are not allowed. Password unchanged." +msgstr "空的密码禁止。密码没未改变的。" + +#: mod/settings.php:394 +msgid "Wrong password." +msgstr "密码不正确。" + +#: mod/settings.php:401 +msgid "Password changed." +msgstr "密码变化了。" + +#: mod/settings.php:403 +msgid "Password update failed. Please try again." +msgstr "密码更新失败了。请再试。" + +#: mod/settings.php:493 +msgid " Please use a shorter name." +msgstr " 请用一个更短的名字。" + +#: mod/settings.php:496 +msgid " Name too short." +msgstr " 名字过短。" + +#: mod/settings.php:504 +msgid "Wrong Password" +msgstr "密码不正确" + +#: mod/settings.php:509 +msgid "Invalid email." +msgstr "无效的邮箱。" + +#: mod/settings.php:516 +msgid "Cannot change to that email." +msgstr "无法更改到此电子邮件地址。" + +#: mod/settings.php:569 +msgid "Private forum has no privacy permissions. Using default privacy group." +msgstr "私人评坛没有隐私批准。默认隐私组用者。" + +#: mod/settings.php:572 +msgid "Private forum has no privacy permissions and no default privacy group." +msgstr "私人评坛没有隐私批准或默认隐私组。" + +#: mod/settings.php:612 +msgid "Settings updated." +msgstr "设置更新了。" + +#: mod/settings.php:678 mod/settings.php:704 mod/settings.php:740 +msgid "Add application" +msgstr "加入应用" + +#: mod/settings.php:682 mod/settings.php:708 +msgid "Consumer Key" +msgstr "钥匙(Consumer Key)" + +#: mod/settings.php:683 mod/settings.php:709 +msgid "Consumer Secret" +msgstr "密码(Consumer Secret)" + +#: mod/settings.php:684 mod/settings.php:710 +msgid "Redirect" +msgstr "重定向" + +#: mod/settings.php:685 mod/settings.php:711 +msgid "Icon url" +msgstr "图符URL" + +#: mod/settings.php:696 +msgid "You can't edit this application." +msgstr "您不能编辑这个应用。" + +#: mod/settings.php:739 +msgid "Connected Apps" +msgstr "连接着应用" + +#: mod/settings.php:741 src/Object/Post.php:154 src/Object/Post.php:156 +msgid "Edit" +msgstr "编辑" + +#: mod/settings.php:743 +msgid "Client key starts with" +msgstr "客户钥匙头字是" + +#: mod/settings.php:744 +msgid "No name" +msgstr "无名" + +#: mod/settings.php:745 +msgid "Remove authorization" +msgstr "撤消权能" + +#: mod/settings.php:756 +msgid "No Addon settings configured" +msgstr "" + +#: mod/settings.php:765 +msgid "Addon Settings" +msgstr "插件设置" + +#: mod/settings.php:779 mod/admin.php:2336 mod/admin.php:2337 +msgid "Off" +msgstr "关" + +#: mod/settings.php:779 mod/admin.php:2336 mod/admin.php:2337 +msgid "On" +msgstr "开" + +#: mod/settings.php:786 +msgid "Additional Features" +msgstr "附加特性" + +#: mod/settings.php:808 src/Content/ContactSelector.php:83 +msgid "Diaspora" +msgstr "Diaspora" + +#: mod/settings.php:808 mod/settings.php:809 +msgid "enabled" +msgstr "能够做的" + +#: mod/settings.php:808 mod/settings.php:809 +msgid "disabled" +msgstr "已停用" + +#: mod/settings.php:808 mod/settings.php:809 +#, php-format +msgid "Built-in support for %s connectivity is %s" +msgstr "包括的支持为%s连通性是%s" + +#: mod/settings.php:809 +msgid "GNU Social (OStatus)" +msgstr "" + +#: mod/settings.php:840 +msgid "Email access is disabled on this site." +msgstr "电子邮件访问在这个站上被禁用。" + +#: mod/settings.php:850 +msgid "General Social Media Settings" +msgstr "通用社交媒体设置" + +#: mod/settings.php:851 +msgid "Disable intelligent shortening" +msgstr "" + +#: mod/settings.php:851 +msgid "" +"Normally the system tries to find the best link to add to shortened posts. " +"If this option is enabled then every shortened post will always point to the" +" original friendica post." +msgstr "" + +#: mod/settings.php:852 +msgid "Automatically follow any GNU Social (OStatus) followers/mentioners" +msgstr "自动关注任何 GNU Social (OStatus) 关注者/提及者" + +#: mod/settings.php:852 +msgid "" +"If you receive a message from an unknown OStatus user, this option decides " +"what to do. If it is checked, a new contact will be created for every " +"unknown user." +msgstr "" + +#: mod/settings.php:853 +msgid "Default group for OStatus contacts" +msgstr "用于 OStatus 联系人的默认组" + +#: mod/settings.php:854 +msgid "Your legacy GNU Social account" +msgstr "您遗留的 GNU Social 账户" + +#: mod/settings.php:854 +msgid "" +"If you enter your old GNU Social/Statusnet account name here (in the format " +"user@domain.tld), your contacts will be added automatically. The field will " +"be emptied when done." +msgstr "如果您在这里输入您旧的 GNU Social/Statusnet 账号名 (格式示例 user@domain.tld) ,您的联系人列表将会被自动添加。完成后该字段将被清空。" + +#: mod/settings.php:857 +msgid "Repair OStatus subscriptions" +msgstr "修复 OStatus 订阅" + +#: mod/settings.php:861 +msgid "Email/Mailbox Setup" +msgstr "邮件收件箱设置" + +#: mod/settings.php:862 +msgid "" +"If you wish to communicate with email contacts using this service " +"(optional), please specify how to connect to your mailbox." +msgstr "如果您想用这股服务(可选的)跟邮件熟人交流,请指定怎么连通您的收件箱。" + +#: mod/settings.php:863 +msgid "Last successful email check:" +msgstr "上个成功收件箱检查:" + +#: mod/settings.php:865 +msgid "IMAP server name:" +msgstr "IMAP服务器名字:" + +#: mod/settings.php:866 +msgid "IMAP port:" +msgstr "IMAP服务器端口:" + +#: mod/settings.php:867 +msgid "Security:" +msgstr "安全:" + +#: mod/settings.php:867 mod/settings.php:872 +msgid "None" +msgstr "没有" + +#: mod/settings.php:868 +msgid "Email login name:" +msgstr "邮件登录名:" + +#: mod/settings.php:869 +msgid "Email password:" +msgstr "邮件密码:" + +#: mod/settings.php:870 +msgid "Reply-to address:" +msgstr "回答地址:" + +#: mod/settings.php:871 +msgid "Send public posts to all email contacts:" +msgstr "发送公开文章给所有的邮件联系人:" + +#: mod/settings.php:872 +msgid "Action after import:" +msgstr "进口后行动:" + +#: mod/settings.php:872 src/Content/Nav.php:191 +msgid "Mark as seen" +msgstr "标注看过" + +#: mod/settings.php:872 +msgid "Move to folder" +msgstr "搬到文件夹" + +#: mod/settings.php:873 +msgid "Move to folder:" +msgstr "搬到文件夹:" + +#: mod/settings.php:907 mod/admin.php:1154 +msgid "No special theme for mobile devices" +msgstr "没专门适合手机的主题" + +#: mod/settings.php:916 +#, php-format +msgid "%s - (Unsupported)" +msgstr "%s - (不支持的)" + +#: mod/settings.php:918 +#, php-format +msgid "%s - (Experimental)" +msgstr "%s - (实验性)" + +#: mod/settings.php:961 +msgid "Display Settings" +msgstr "表示设置" + +#: mod/settings.php:967 mod/settings.php:991 +msgid "Display Theme:" +msgstr "显示主题:" + +#: mod/settings.php:968 +msgid "Mobile Theme:" +msgstr "手机主题:" + +#: mod/settings.php:969 +msgid "Suppress warning of insecure networks" +msgstr "" + +#: mod/settings.php:969 +msgid "" +"Should the system suppress the warning that the current group contains " +"members of networks that can't receive non public postings." +msgstr "" + +#: mod/settings.php:970 +msgid "Update browser every xx seconds" +msgstr "更新游览器每XX秒" + +#: mod/settings.php:970 +msgid "Minimum of 10 seconds. Enter -1 to disable it." +msgstr "至少 10 秒。输入 -1 禁用。" + +#: mod/settings.php:971 +msgid "Number of items to display per page:" +msgstr "每页表示多少项目:" + +#: mod/settings.php:971 mod/settings.php:972 +msgid "Maximum of 100 items" +msgstr "最多100项目" + +#: mod/settings.php:972 +msgid "Number of items to display per page when viewed from mobile device:" +msgstr "用手机看一页展示多少项目:" + +#: mod/settings.php:973 +msgid "Don't show emoticons" +msgstr "不显示表情符号" + +#: mod/settings.php:974 +msgid "Calendar" +msgstr "日历" + +#: mod/settings.php:975 +msgid "Beginning of week:" +msgstr "一周的开始:" + +#: mod/settings.php:976 +msgid "Don't show notices" +msgstr "不显示提示" + +#: mod/settings.php:977 +msgid "Infinite scroll" +msgstr "无限的滚动" + +#: mod/settings.php:978 +msgid "Automatic updates only at the top of the network page" +msgstr "仅在返回到网页头部时自动更新" + +#: mod/settings.php:978 +msgid "" +"When disabled, the network page is updated all the time, which could be " +"confusing while reading." +msgstr "禁用后,网页将会一直更新,这可能会对阅读造成干扰。" + +#: mod/settings.php:979 +msgid "Bandwith Saver Mode" +msgstr "省流量模式" + +#: mod/settings.php:979 +msgid "" +"When enabled, embedded content is not displayed on automatic updates, they " +"only show on page reload." +msgstr "当启用时,嵌入的内容不会在自动更新时显示,它们只在页面重载时显示。" + +#: mod/settings.php:980 +msgid "Smart Threading" +msgstr "" + +#: mod/settings.php:980 +msgid "" +"When enabled, suppress extraneous thread indentation while keeping it where " +"it matters. Only works if threading is available and enabled." +msgstr "" + +#: mod/settings.php:982 +msgid "General Theme Settings" +msgstr "通用主题设置" + +#: mod/settings.php:983 +msgid "Custom Theme Settings" +msgstr "自定义主题设置" + +#: mod/settings.php:984 +msgid "Content Settings" +msgstr "内容设置" + +#: mod/settings.php:985 view/theme/duepuntozero/config.php:73 +#: view/theme/frio/config.php:115 view/theme/quattro/config.php:75 +#: view/theme/vier/config.php:121 +msgid "Theme settings" +msgstr "主题设置" + +#: mod/settings.php:1006 +msgid "Unable to find your profile. Please contact your admin." +msgstr "无法找到您的简介。请联系您的管理员。" + +#: mod/settings.php:1048 +msgid "Account Types" +msgstr "账户类型" + +#: mod/settings.php:1049 +msgid "Personal Page Subtypes" +msgstr "" + +#: mod/settings.php:1050 +msgid "Community Forum Subtypes" +msgstr "" + +#: mod/settings.php:1057 +msgid "Personal Page" +msgstr "个人页面" + +#: mod/settings.php:1058 +msgid "Account for a personal profile." +msgstr "" + +#: mod/settings.php:1061 +msgid "Organisation Page" +msgstr "" + +#: mod/settings.php:1062 +msgid "" +"Account for an organisation that automatically approves contact requests as " +"\"Followers\"." +msgstr "" + +#: mod/settings.php:1065 +msgid "News Page" +msgstr "新闻页面" + +#: mod/settings.php:1066 +msgid "" +"Account for a news reflector that automatically approves contact requests as" +" \"Followers\"." +msgstr "" + +#: mod/settings.php:1069 +msgid "Community Forum" +msgstr "社区论坛" + +#: mod/settings.php:1070 +msgid "Account for community discussions." +msgstr "" + +#: mod/settings.php:1073 +msgid "Normal Account Page" +msgstr "标准账户页面" + +#: mod/settings.php:1074 +msgid "" +"Account for a regular personal profile that requires manual approval of " +"\"Friends\" and \"Followers\"." +msgstr "" + +#: mod/settings.php:1077 +msgid "Soapbox Page" +msgstr "演讲台页" + +#: mod/settings.php:1078 +msgid "" +"Account for a public profile that automatically approves contact requests as" +" \"Followers\"." +msgstr "" + +#: mod/settings.php:1081 +msgid "Public Forum" +msgstr "公共论坛" + +#: mod/settings.php:1082 +msgid "Automatically approves all contact requests." +msgstr "" + +#: mod/settings.php:1085 +msgid "Automatic Friend Page" +msgstr "自动朋友页" + +#: mod/settings.php:1086 +msgid "" +"Account for a popular profile that automatically approves contact requests " +"as \"Friends\"." +msgstr "" + +#: mod/settings.php:1089 +msgid "Private Forum [Experimental]" +msgstr "隐私评坛[实验性的 ]" + +#: mod/settings.php:1090 +msgid "Requires manual approval of contact requests." +msgstr "" + +#: mod/settings.php:1101 +msgid "OpenID:" +msgstr "OpenID:" + +#: mod/settings.php:1101 +msgid "(Optional) Allow this OpenID to login to this account." +msgstr "(可选的) 允许这个 OpenID 登录这个账户。" + +#: mod/settings.php:1109 +msgid "Publish your default profile in your local site directory?" +msgstr "出版您默认简介在您当地的网站目录?" + +#: mod/settings.php:1109 +#, php-format +msgid "" +"Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public." +msgstr "" + +#: mod/settings.php:1115 +msgid "Publish your default profile in the global social directory?" +msgstr "出版您默认简介在综合社会目录?" + +#: mod/settings.php:1115 +#, php-format +msgid "" +"Your profile will be publishedin this node's local " +"directory. Your profile details may be publicly visible depending on the" +" system settings." +msgstr "" + +#: mod/settings.php:1122 +msgid "Hide your contact/friend list from viewers of your default profile?" +msgstr "在您的默认简介中向访问者隐藏您的联系人/朋友列表?" + +#: mod/settings.php:1122 +msgid "" +"Your contact list won't be shown in your default profile page. You can " +"decide to show your contact list separately for each additional profile you " +"create" +msgstr "您的联系人列表将不会在您的默认简介页面展示。您可以决定在您自建的各附加简介中分别展示您的联系人列表" + +#: mod/settings.php:1126 +msgid "Hide your profile details from anonymous viewers?" +msgstr "对匿名访问者隐藏详细简介?" + +#: mod/settings.php:1126 +msgid "" +"Anonymous visitors will only see your profile picture, your display name and" +" the nickname you are using on your profile page. Disables posting public " +"messages to Diaspora and other networks." +msgstr "" + +#: mod/settings.php:1130 +msgid "Allow friends to post to your profile page?" +msgstr "允许朋友们贴文章在您的简介页?" + +#: mod/settings.php:1130 +msgid "" +"Your contacts may write posts on your profile wall. These posts will be " +"distributed to your contacts" +msgstr "" + +#: mod/settings.php:1134 +msgid "Allow friends to tag your posts?" +msgstr "允许朋友们标签您的文章?" + +#: mod/settings.php:1134 +msgid "Your contacts can add additional tags to your posts." +msgstr "" + +#: mod/settings.php:1138 +msgid "Allow us to suggest you as a potential friend to new members?" +msgstr "允许我们建议您潜力朋友给新成员?" + +#: mod/settings.php:1138 +msgid "" +"If you like, Friendica may suggest new members to add you as a contact." +msgstr "" + +#: mod/settings.php:1142 +msgid "Permit unknown people to send you private mail?" +msgstr "允许生人寄给您私人邮件?" + +#: mod/settings.php:1142 +msgid "" +"Friendica network users may send you private messages even if they are not " +"in your contact list." +msgstr "" + +#: mod/settings.php:1146 +msgid "Profile is not published." +msgstr "简介未发布。" + +#: mod/settings.php:1152 +#, php-format +msgid "Your Identity Address is '%s' or '%s'." +msgstr "你的身份地址是 '%s' 或者 '%s'." + +#: mod/settings.php:1159 +msgid "Automatically expire posts after this many days:" +msgstr "在这数天后自动使文章过期:" + +#: mod/settings.php:1159 +msgid "If empty, posts will not expire. Expired posts will be deleted" +msgstr "如果为空,文章不会过期。过期的文章将被删除" + +#: mod/settings.php:1160 +msgid "Advanced expiration settings" +msgstr "高级过期设置" + +#: mod/settings.php:1161 +msgid "Advanced Expiration" +msgstr "先进的过期" + +#: mod/settings.php:1162 +msgid "Expire posts:" +msgstr "把文章过期:" + +#: mod/settings.php:1163 +msgid "Expire personal notes:" +msgstr "把私人便条过期:" + +#: mod/settings.php:1164 +msgid "Expire starred posts:" +msgstr "把星的文章过期:" + +#: mod/settings.php:1165 +msgid "Expire photos:" +msgstr "把照片过期:" + +#: mod/settings.php:1166 +msgid "Only expire posts by others:" +msgstr "只别人的文章过期:" + +#: mod/settings.php:1196 +msgid "Account Settings" +msgstr "帐户设置" + +#: mod/settings.php:1204 +msgid "Password Settings" +msgstr "密码设置" + +#: mod/settings.php:1205 mod/register.php:273 +msgid "New Password:" +msgstr "新密码:" + +#: mod/settings.php:1206 mod/register.php:274 +msgid "Confirm:" +msgstr "确认:" + +#: mod/settings.php:1206 +msgid "Leave password fields blank unless changing" +msgstr "留空密码字段,除非要修改" + +#: mod/settings.php:1207 +msgid "Current Password:" +msgstr "当前密码:" + +#: mod/settings.php:1207 mod/settings.php:1208 +msgid "Your current password to confirm the changes" +msgstr "你的当前密码,来确认修改" + +#: mod/settings.php:1208 +msgid "Password:" +msgstr "密码:" + +#: mod/settings.php:1212 +msgid "Basic Settings" +msgstr "基础设置" + +#: mod/settings.php:1213 src/Model/Profile.php:738 +msgid "Full Name:" +msgstr "全名:" + +#: mod/settings.php:1214 +msgid "Email Address:" +msgstr "电子邮件地址:" + +#: mod/settings.php:1215 +msgid "Your Timezone:" +msgstr "你的时区:" + +#: mod/settings.php:1216 +msgid "Your Language:" +msgstr "你的语言:" + +#: mod/settings.php:1216 +msgid "" +"Set the language we use to show you friendica interface and to send you " +"emails" +msgstr "" + +#: mod/settings.php:1217 +msgid "Default Post Location:" +msgstr "默认文章位置:" + +#: mod/settings.php:1218 +msgid "Use Browser Location:" +msgstr "使用浏览器位置:" + +#: mod/settings.php:1221 +msgid "Security and Privacy Settings" +msgstr "安全和隐私设置" + +#: mod/settings.php:1223 +msgid "Maximum Friend Requests/Day:" +msgstr "每天最大朋友请求数:" + +#: mod/settings.php:1223 mod/settings.php:1252 +msgid "(to prevent spam abuse)" +msgstr "(用于防止垃圾信息滥用)" + +#: mod/settings.php:1224 +msgid "Default Post Permissions" +msgstr "默认文章权限" + +#: mod/settings.php:1225 +msgid "(click to open/close)" +msgstr "(点击来打开/关闭)" + +#: mod/settings.php:1235 +msgid "Default Private Post" +msgstr "默认私人文章" + +#: mod/settings.php:1236 +msgid "Default Public Post" +msgstr "默认公开文章" + +#: mod/settings.php:1240 +msgid "Default Permissions for New Posts" +msgstr "新文章的默认权限" + +#: mod/settings.php:1252 +msgid "Maximum private messages per day from unknown people:" +msgstr "每天来自未知的人的私信:" + +#: mod/settings.php:1255 +msgid "Notification Settings" +msgstr "通知设置" + +#: mod/settings.php:1256 +msgid "By default post a status message when:" +msgstr "默认地发现状通知如果:" + +#: mod/settings.php:1257 +msgid "accepting a friend request" +msgstr "接受朋友邀请" + +#: mod/settings.php:1258 +msgid "joining a forum/community" +msgstr "加入一个论坛/社区" + +#: mod/settings.php:1259 +msgid "making an interesting profile change" +msgstr "把简介有意思地变修改" + +#: mod/settings.php:1260 +msgid "Send a notification email when:" +msgstr "发一个消息要是:" + +#: mod/settings.php:1261 +msgid "You receive an introduction" +msgstr "你收到一份介绍" + +#: mod/settings.php:1262 +msgid "Your introductions are confirmed" +msgstr "你的介绍被确认了" + +#: mod/settings.php:1263 +msgid "Someone writes on your profile wall" +msgstr "某人写在你的简历墙" + +#: mod/settings.php:1264 +msgid "Someone writes a followup comment" +msgstr "某人写一个后续的评论" + +#: mod/settings.php:1265 +msgid "You receive a private message" +msgstr "你收到一封私信" + +#: mod/settings.php:1266 +msgid "You receive a friend suggestion" +msgstr "你受到一个朋友建议" + +#: mod/settings.php:1267 +msgid "You are tagged in a post" +msgstr "你被在新闻标签" + +#: mod/settings.php:1268 +msgid "You are poked/prodded/etc. in a post" +msgstr "您在文章被戳" + +#: mod/settings.php:1270 +msgid "Activate desktop notifications" +msgstr "启用桌面通知" + +#: mod/settings.php:1270 +msgid "Show desktop popup on new notifications" +msgstr "在有新的提示时显示桌面弹出窗口" + +#: mod/settings.php:1272 +msgid "Text-only notification emails" +msgstr "纯文本通知邮件" + +#: mod/settings.php:1274 +msgid "Send text only notification emails, without the html part" +msgstr "发送纯文本通知邮件,无 html 部分" + +#: mod/settings.php:1276 +msgid "Show detailled notifications" +msgstr "" + +#: mod/settings.php:1278 +msgid "" +"Per default the notificiation are condensed to a single notification per " +"item. When enabled, every notification is displayed." +msgstr "" + +#: mod/settings.php:1280 +msgid "Advanced Account/Page Type Settings" +msgstr "专家账户/页种设置" + +#: mod/settings.php:1281 +msgid "Change the behaviour of this account for special situations" +msgstr "把这个账户特别情况的时候行动变化" + +#: mod/settings.php:1284 +msgid "Relocate" +msgstr "调动" + +#: mod/settings.php:1285 +msgid "" +"If you have moved this profile from another server, and some of your " +"contacts don't receive your updates, try pushing this button." +msgstr "如果您调动这个简介从别的服务器但有的熟人没收到您的更新,尝试按这个钮。" + +#: mod/settings.php:1286 +msgid "Resend relocate message to contacts" +msgstr "把调动信息寄给熟人" + +#: mod/subthread.php:113 +#, php-format +msgid "%1$s is following %2$s's %3$s" +msgstr "%1$s关注着%2$s的%3$s" + +#: mod/tagrm.php:47 +msgid "Tag removed" +msgstr "标签去除了" + +#: mod/tagrm.php:85 +msgid "Remove Item Tag" +msgstr "去除项目标签" + +#: mod/tagrm.php:87 +msgid "Select a tag to remove: " +msgstr "选择删除一个标签: " + +#: mod/uexport.php:44 +msgid "Export account" +msgstr "导出账户" + +#: mod/uexport.php:44 +msgid "" +"Export your account info and contacts. Use this to make a backup of your " +"account and/or to move it to another server." +msgstr "导出你的账户信息和联系人。用这个功能来生成一个你的账户的备份,并且/或者把它移到另外一个服务器。" + +#: mod/uexport.php:45 +msgid "Export all" +msgstr "导出全部" + +#: mod/uexport.php:45 +msgid "" +"Export your accout info, contacts and all your items as json. Could be a " +"very big file, and could take a lot of time. Use this to make a full backup " +"of your account (photos are not exported)" +msgstr "导出你的账户信息、联系人和所有你的项目为 json 格式。可能会是一个很大的文件,并可能花费很多时间。用这个功能来做一个你的账户的全备份(照片不会被导出)" + +#: mod/videos.php:140 +msgid "Do you really want to delete this video?" +msgstr "你真的想删除这个视频吗?" + +#: mod/videos.php:145 +msgid "Delete Video" +msgstr "删除视频" + +#: mod/videos.php:208 +msgid "No videos selected" +msgstr "没有视频被选择" + +#: mod/videos.php:397 +msgid "Recent Videos" +msgstr "最近的视频" + +#: mod/videos.php:399 +msgid "Upload New Videos" +msgstr "上传新视频" + +#: mod/viewcontacts.php:87 +msgid "No contacts." +msgstr "没有联系人。" + +#: mod/viewsrc.php:12 +msgid "Access denied." +msgstr "没有用权。" + +#: mod/wall_upload.php:231 mod/item.php:471 src/Object/Image.php:949 +#: src/Object/Image.php:965 src/Object/Image.php:973 src/Object/Image.php:998 +msgid "Wall Photos" +msgstr "墙照片" + +#: mod/wallmessage.php:49 mod/wallmessage.php:112 +#, php-format +msgid "Number of daily wall messages for %s exceeded. Message failed." +msgstr "一天最多墙通知给%s超过了。通知没有通过 。" + +#: mod/wallmessage.php:60 +msgid "Unable to check your home location." +msgstr "核对不了您的主页。" + +#: mod/wallmessage.php:86 mod/wallmessage.php:95 +msgid "No recipient." +msgstr "没有接受者。" + +#: mod/wallmessage.php:133 +#, php-format +msgid "" +"If you wish for %s to respond, please check that the privacy settings on " +"your site allow private mail from unknown senders." +msgstr "如果您想%s回答,请核对您网站的隐私设置允许生发送人的私人邮件。" + #: mod/admin.php:106 msgid "Theme settings updated." msgstr "主题设置更新了。" @@ -2953,18 +5681,10 @@ msgstr "网站" msgid "Users" msgstr "用户" -#: mod/admin.php:182 mod/admin.php:1812 mod/admin.php:1872 mod/settings.php:85 -msgid "Addons" -msgstr "插件" - #: mod/admin.php:183 mod/admin.php:2081 mod/admin.php:2125 msgid "Themes" msgstr "主题" -#: mod/admin.php:184 mod/settings.php:63 -msgid "Additional features" -msgstr "附加的特点" - #: mod/admin.php:185 msgid "Database" msgstr "数据库" @@ -2983,7 +5703,7 @@ msgstr "工具" #: mod/admin.php:189 msgid "Contact Blocklist" -msgstr "" +msgstr "联系人屏蔽列表" #: mod/admin.php:190 mod/admin.php:311 msgid "Server Blocklist" @@ -3115,7 +5835,7 @@ msgstr "站点屏蔽列表已更新。" #: mod/admin.php:390 util/global_community_block.php:53 msgid "The contact has been blocked from the node" -msgstr "" +msgstr "该联系人已被本节点屏蔽。" #: mod/admin.php:392 util/global_community_block.php:48 #, php-format @@ -3150,16 +5870,6 @@ msgstr "全选" msgid "select none" msgstr "" -#: mod/admin.php:433 mod/admin.php:1707 mod/contacts.php:628 -#: mod/contacts.php:818 mod/contacts.php:995 -msgid "Block" -msgstr "屏蔽" - -#: mod/admin.php:434 mod/admin.php:1708 mod/contacts.php:628 -#: mod/contacts.php:818 mod/contacts.php:995 -msgid "Unblock" -msgstr "解除屏蔽" - #: mod/admin.php:435 msgid "No remote contact is blocked from this node." msgstr "" @@ -3258,7 +5968,7 @@ msgstr "网络" #: mod/admin.php:695 msgid "Created" -msgstr "" +msgstr "已创建" #: mod/admin.php:696 msgid "Last Tried" @@ -3353,7 +6063,7 @@ msgstr "版本" #: mod/admin.php:795 msgid "Active addons" -msgstr "" +msgstr "激活插件" #: mod/admin.php:826 msgid "Can not parse base url. Must have at least ://" @@ -3363,10 +6073,6 @@ msgstr "不能分析基础URL。至少要://" msgid "Site settings updated." msgstr "网站设置更新了。" -#: mod/admin.php:1154 mod/settings.php:907 -msgid "No special theme for mobile devices" -msgstr "没专门适合手机的主题" - #: mod/admin.php:1183 msgid "No community page" msgstr "没有社会页" @@ -3383,10 +6089,6 @@ msgstr "" msgid "Public postings from local users and the federated network" msgstr "" -#: mod/admin.php:1190 mod/contacts.php:564 -msgid "Disabled" -msgstr "已停用" - #: mod/admin.php:1192 msgid "Users, Global Contacts" msgstr "用户,全球联系人" @@ -3451,13 +6153,6 @@ msgstr "检查稳定版" msgid "check the development version" msgstr "检查开发版本" -#: mod/admin.php:1264 mod/admin.php:1873 mod/admin.php:2126 mod/admin.php:2200 -#: mod/admin.php:2347 mod/delegate.php:161 mod/settings.php:679 -#: mod/settings.php:788 mod/settings.php:874 mod/settings.php:963 -#: mod/settings.php:1198 -msgid "Save Settings" -msgstr "保存设置" - #: mod/admin.php:1265 msgid "Republish users to directory" msgstr "" @@ -3474,11 +6169,6 @@ msgstr "文件上传" msgid "Policies" msgstr "政策" -#: mod/admin.php:1269 mod/contacts.php:886 mod/events.php:535 -#: src/Model/Profile.php:851 -msgid "Advanced" -msgstr "高级" - #: mod/admin.php:1270 msgid "Auto Discovered Contact Directory" msgstr "" @@ -3714,7 +6404,7 @@ msgstr "" msgid "" "Check to block public access to all otherwise public personal pages on this " "site unless you are currently logged in." -msgstr "拦公开看什么否则空开的私页在这网站除了您登录的时候以外。" +msgstr "" #: mod/admin.php:1303 msgid "Force publish" @@ -4086,7 +6776,7 @@ msgid "" "If the system cannot detect the correct path to your installation, enter the" " correct path here. This setting should only be set if you are using a " "restricted system and symbolic links to your webroot." -msgstr "" +msgstr "如果您的系统无法为您检测到正确的安装路径,请在这里输入正确的路径。此配置仅在您使用设有限制的系统时符号链接到网页服务器根目录使用。" #: mod/admin.php:1347 msgid "Disable picture proxy" @@ -4104,7 +6794,7 @@ msgstr "" #: mod/admin.php:1348 msgid "On large systems the text search can slow down the system extremely." -msgstr "" +msgstr "在大型系统中,正文搜索会极大降低系统运行速度。" #: mod/admin.php:1350 msgid "New base url" @@ -4122,7 +6812,7 @@ msgstr "" #: mod/admin.php:1352 msgid "Encryption layer between nodes." -msgstr "" +msgstr "节点之间的加密层。" #: mod/admin.php:1354 msgid "Maximum number of parallel workers" @@ -4209,7 +6899,7 @@ msgstr "没有不通过地更新。" #: mod/admin.php:1437 msgid "Check database structure" -msgstr "" +msgstr "检查数据库结构" #: mod/admin.php:1442 msgid "Failed Updates" @@ -4291,12 +6981,12 @@ msgstr "用户 '%s' 被删除了" #: mod/admin.php:1590 #, php-format msgid "User '%s' unblocked" -msgstr "" +msgstr "用户“%s”已解除屏蔽" #: mod/admin.php:1590 #, php-format msgid "User '%s' blocked" -msgstr "" +msgstr "用户“%s”已屏蔽" #: mod/admin.php:1689 mod/admin.php:1701 mod/admin.php:1714 mod/admin.php:1732 #: src/Content/ContactSelector.php:82 @@ -4315,10 +7005,6 @@ msgstr "上次登录" msgid "Last item" msgstr "上项目" -#: mod/admin.php:1689 mod/settings.php:54 -msgid "Account" -msgstr "帐户" - #: mod/admin.php:1697 msgid "Add User" msgstr "添加用户" @@ -4394,12 +7080,12 @@ msgstr "新用户的邮件地址。" #: mod/admin.php:1774 #, php-format msgid "Addon %s disabled." -msgstr "" +msgstr "插件 %s 已禁用。" #: mod/admin.php:1778 #, php-format msgid "Addon %s enabled." -msgstr "" +msgstr "插件 %s 已启用。" #: mod/admin.php:1788 mod/admin.php:2037 msgid "Disable" @@ -4423,7 +7109,7 @@ msgstr "维护者:" #: mod/admin.php:1874 msgid "Reload active addons" -msgstr "" +msgstr "重新加载可用插件" #: mod/admin.php:1879 #, php-format @@ -4431,7 +7117,7 @@ msgid "" "There are currently no addons available on your node. You can find the " "official addon repository at %1$s and might find other interesting addons in" " the open addon registry at %2$s" -msgstr "" +msgstr "目前您的节点上没有可用插件。您可以在 %1$s 找到官方插件库,或者到开放的插件登记处 %2$s 也能找到其他有趣的插件" #: mod/admin.php:1999 msgid "No themes found." @@ -4448,7 +7134,7 @@ msgstr "重载活动的主题" #: mod/admin.php:2132 #, php-format msgid "No themes found on the system. They should be placed in %1$s" -msgstr "" +msgstr "未在系统中发现主题。它们应该被放置在 %1$s" #: mod/admin.php:2133 msgid "[Experimental]" @@ -4510,22 +7196,14 @@ msgstr "" msgid "" "Error trying to open %1$s log file.\\r\\n
Check to see " "if file %1$s exist and is readable." -msgstr "" +msgstr "打开 %1$s 日志文件出错。\\r\\n
请检查 %1$s 文件是否存在并且可读。" #: mod/admin.php:2245 #, php-format msgid "" "Couldn't open %1$s log file.\\r\\n
Check to see if file" " %1$s is readable." -msgstr "" - -#: mod/admin.php:2336 mod/admin.php:2337 mod/settings.php:779 -msgid "Off" -msgstr "关" - -#: mod/admin.php:2336 mod/admin.php:2337 mod/settings.php:779 -msgid "On" -msgstr "开" +msgstr "无法打开 %1$s 日志文件。\\r\\n
请检查 %1$s 文件是否可读。" #: mod/admin.php:2337 #, php-format @@ -4536,1100 +7214,6 @@ msgstr "锁定特性 %s" msgid "Manage Additional Features" msgstr "管理附加特性" -#: mod/babel.php:23 -msgid "Source (bbcode) text:" -msgstr "源代码(bbcode)正文" - -#: mod/babel.php:30 -msgid "Source (Diaspora) text to convert to BBcode:" -msgstr "源代(Diaspora)正文要翻译成BBCode:" - -#: mod/babel.php:38 -msgid "Source input: " -msgstr "源代码输入:" - -#: mod/babel.php:42 -msgid "bbcode (raw HTML(: " -msgstr "" - -#: mod/babel.php:45 -msgid "bbcode: " -msgstr "" - -#: mod/babel.php:49 mod/babel.php:65 -msgid "bbcode => html2bbcode: " -msgstr "" - -#: mod/babel.php:53 -msgid "bb2diaspora: " -msgstr "" - -#: mod/babel.php:57 -msgid "bb2diaspora => Markdown: " -msgstr "" - -#: mod/babel.php:61 -msgid "bb2diaspora => diaspora2bb: " -msgstr "" - -#: mod/babel.php:71 -msgid "Source input (Diaspora format): " -msgstr "源代输入(Diaspora形式):" - -#: mod/babel.php:75 -msgid "diaspora2bb: " -msgstr "diaspora2bb: " - -#: mod/community.php:44 -msgid "Community option not available." -msgstr "" - -#: mod/community.php:61 -msgid "Not available." -msgstr "不可用的" - -#: mod/community.php:74 -msgid "Local Community" -msgstr "" - -#: mod/community.php:77 -msgid "Posts from local users on this server" -msgstr "" - -#: mod/community.php:85 -msgid "Global Community" -msgstr "" - -#: mod/community.php:88 -msgid "Posts from users of the whole federated network" -msgstr "" - -#: mod/community.php:134 mod/search.php:228 -msgid "No results." -msgstr "没有结果。" - -#: mod/community.php:178 -msgid "" -"This community stream shows all public posts received by this node. They may" -" not reflect the opinions of this node’s users." -msgstr "" - -#: mod/contacts.php:149 -#, php-format -msgid "%d contact edited." -msgid_plural "%d contacts edited." -msgstr[0] "%d 个联系人被编辑了。" - -#: mod/contacts.php:176 mod/contacts.php:392 -msgid "Could not access contact record." -msgstr "无法访问联系人记录。" - -#: mod/contacts.php:186 -msgid "Could not locate selected profile." -msgstr "找不到选择的简介。" - -#: mod/contacts.php:220 -msgid "Contact updated." -msgstr "联系人更新了。" - -#: mod/contacts.php:222 mod/dfrn_request.php:419 -msgid "Failed to update contact record." -msgstr "更新联系人记录失败。" - -#: mod/contacts.php:413 -msgid "Contact has been blocked" -msgstr "联系人已被屏蔽" - -#: mod/contacts.php:413 -msgid "Contact has been unblocked" -msgstr "联系人已被解除屏蔽" - -#: mod/contacts.php:424 -msgid "Contact has been ignored" -msgstr "联系人已被忽视" - -#: mod/contacts.php:424 -msgid "Contact has been unignored" -msgstr "联系人已被解除忽视" - -#: mod/contacts.php:435 -msgid "Contact has been archived" -msgstr "联系人已存档" - -#: mod/contacts.php:435 -msgid "Contact has been unarchived" -msgstr "联系人已被解除存档" - -#: mod/contacts.php:459 -msgid "Drop contact" -msgstr "" - -#: mod/contacts.php:462 mod/contacts.php:814 -msgid "Do you really want to delete this contact?" -msgstr "您真的想删除这个熟人吗?" - -#: mod/contacts.php:480 -msgid "Contact has been removed." -msgstr "联系人被删除了。" - -#: mod/contacts.php:511 -#, php-format -msgid "You are mutual friends with %s" -msgstr "您和 %s 互为朋友" - -#: mod/contacts.php:515 -#, php-format -msgid "You are sharing with %s" -msgstr "你正在和 %s 分享" - -#: mod/contacts.php:519 -#, php-format -msgid "%s is sharing with you" -msgstr "%s 正在和你分享" - -#: mod/contacts.php:539 -msgid "Private communications are not available for this contact." -msgstr "私人交流对这个联系人不可用。" - -#: mod/contacts.php:541 -msgid "Never" -msgstr "从未" - -#: mod/contacts.php:544 -msgid "(Update was successful)" -msgstr "(更新成功)" - -#: mod/contacts.php:544 -msgid "(Update was not successful)" -msgstr "(更新不成功)" - -#: mod/contacts.php:546 mod/contacts.php:976 -msgid "Suggest friends" -msgstr "建议朋友们" - -#: mod/contacts.php:550 -#, php-format -msgid "Network type: %s" -msgstr "网络种类: %s" - -#: mod/contacts.php:555 -msgid "Communications lost with this contact!" -msgstr "和这个联系人的通信断开了!" - -#: mod/contacts.php:561 -msgid "Fetch further information for feeds" -msgstr "拿文源别的消息" - -#: mod/contacts.php:563 -msgid "" -"Fetch information like preview pictures, title and teaser from the feed " -"item. You can activate this if the feed doesn't contain much text. Keywords " -"are taken from the meta header in the feed item and are posted as hash tags." -msgstr "" - -#: mod/contacts.php:565 -msgid "Fetch information" -msgstr "取消息" - -#: mod/contacts.php:566 -msgid "Fetch keywords" -msgstr "获取关键字" - -#: mod/contacts.php:567 -msgid "Fetch information and keywords" -msgstr "取消息和关键词" - -#: mod/contacts.php:599 -msgid "Contact" -msgstr "联系人" - -#: mod/contacts.php:602 -msgid "Profile Visibility" -msgstr "简历可见量" - -#: mod/contacts.php:603 -#, php-format -msgid "" -"Please choose the profile you would like to display to %s when viewing your " -"profile securely." -msgstr "请选择简介您想给%s显示他安全地看您的简介的时候。" - -#: mod/contacts.php:604 -msgid "Contact Information / Notes" -msgstr "熟人信息/便条" - -#: mod/contacts.php:605 -msgid "Their personal note" -msgstr "" - -#: mod/contacts.php:607 -msgid "Edit contact notes" -msgstr "编辑联系人便条" - -#: mod/contacts.php:611 -msgid "Block/Unblock contact" -msgstr "屏蔽/解除屏蔽联系人" - -#: mod/contacts.php:612 -msgid "Ignore contact" -msgstr "忽略联系人" - -#: mod/contacts.php:613 -msgid "Repair URL settings" -msgstr "维修URL设置" - -#: mod/contacts.php:614 -msgid "View conversations" -msgstr "看交流" - -#: mod/contacts.php:619 -msgid "Last update:" -msgstr "上个更新:" - -#: mod/contacts.php:621 -msgid "Update public posts" -msgstr "更新公开文章" - -#: mod/contacts.php:623 mod/contacts.php:986 -msgid "Update now" -msgstr "现在更新" - -#: mod/contacts.php:629 mod/contacts.php:819 mod/contacts.php:1003 -msgid "Unignore" -msgstr "取消忽视" - -#: mod/contacts.php:633 -msgid "Currently blocked" -msgstr "现在被封禁的" - -#: mod/contacts.php:634 -msgid "Currently ignored" -msgstr "现在不理的" - -#: mod/contacts.php:635 -msgid "Currently archived" -msgstr "现在存档着" - -#: mod/contacts.php:636 -msgid "Awaiting connection acknowledge" -msgstr "" - -#: mod/contacts.php:637 -msgid "" -"Replies/likes to your public posts may still be visible" -msgstr "回答/喜欢关您公开文章还可见的" - -#: mod/contacts.php:638 -msgid "Notification for new posts" -msgstr "新消息提示" - -#: mod/contacts.php:638 -msgid "Send a notification of every new post of this contact" -msgstr "发送这个联系人的每篇新文章的通知" - -#: mod/contacts.php:641 -msgid "Blacklisted keywords" -msgstr "黑名单关键词" - -#: mod/contacts.php:641 -msgid "" -"Comma separated list of keywords that should not be converted to hashtags, " -"when \"Fetch information and keywords\" is selected" -msgstr "逗号分的关键词不应该翻译成主题标签,如果“取消息和关键词”选择的。" - -#: mod/contacts.php:653 src/Model/Profile.php:424 -msgid "XMPP:" -msgstr "XMPP:" - -#: mod/contacts.php:658 -msgid "Actions" -msgstr "" - -#: mod/contacts.php:660 mod/contacts.php:846 view/theme/frio/theme.php:259 -#: src/Content/Nav.php:100 src/Model/Profile.php:874 -msgid "Status" -msgstr "状态" - -#: mod/contacts.php:661 -msgid "Contact Settings" -msgstr "联系人设置" - -#: mod/contacts.php:702 -msgid "Suggestions" -msgstr "建议" - -#: mod/contacts.php:705 -msgid "Suggest potential friends" -msgstr "建议潜在朋友们" - -#: mod/contacts.php:713 -msgid "Show all contacts" -msgstr "显示所有的联系人" - -#: mod/contacts.php:718 -msgid "Unblocked" -msgstr "" - -#: mod/contacts.php:721 -msgid "Only show unblocked contacts" -msgstr "只显示没被屏蔽的联系人" - -#: mod/contacts.php:726 -msgid "Blocked" -msgstr "被屏蔽的" - -#: mod/contacts.php:729 -msgid "Only show blocked contacts" -msgstr "只显示被屏蔽的联系人" - -#: mod/contacts.php:734 -msgid "Ignored" -msgstr "忽视的" - -#: mod/contacts.php:737 -msgid "Only show ignored contacts" -msgstr "只显示忽略的联系人" - -#: mod/contacts.php:742 -msgid "Archived" -msgstr "在存档" - -#: mod/contacts.php:745 -msgid "Only show archived contacts" -msgstr "只显示已存档联系人" - -#: mod/contacts.php:750 -msgid "Hidden" -msgstr "隐藏的" - -#: mod/contacts.php:753 -msgid "Only show hidden contacts" -msgstr "只显示隐藏的联系人" - -#: mod/contacts.php:809 -msgid "Search your contacts" -msgstr "搜索您的联系人" - -#: mod/contacts.php:810 mod/search.php:236 -#, php-format -msgid "Results for: %s" -msgstr "" - -#: mod/contacts.php:817 mod/settings.php:169 mod/settings.php:705 -msgid "Update" -msgstr "更新" - -#: mod/contacts.php:820 mod/contacts.php:1011 -msgid "Archive" -msgstr "存档" - -#: mod/contacts.php:820 mod/contacts.php:1011 -msgid "Unarchive" -msgstr "从存档拿来" - -#: mod/contacts.php:823 -msgid "Batch Actions" -msgstr "" - -#: mod/contacts.php:857 src/Model/Profile.php:885 -msgid "Profile Details" -msgstr "简介内容" - -#: mod/contacts.php:869 -msgid "View all contacts" -msgstr "查看所有联系人" - -#: mod/contacts.php:880 -msgid "View all common friends" -msgstr "查看所有公共好友" - -#: mod/contacts.php:889 -msgid "Advanced Contact Settings" -msgstr "高级联系人设置" - -#: mod/contacts.php:921 -msgid "Mutual Friendship" -msgstr "共同友谊" - -#: mod/contacts.php:925 -msgid "is a fan of yours" -msgstr "是你的粉丝" - -#: mod/contacts.php:929 -msgid "you are a fan of" -msgstr "你喜欢" - -#: mod/contacts.php:997 -msgid "Toggle Blocked status" -msgstr "切换屏蔽状态" - -#: mod/contacts.php:1005 -msgid "Toggle Ignored status" -msgstr "交替忽视现状" - -#: mod/contacts.php:1013 -msgid "Toggle Archive status" -msgstr "交替档案现状" - -#: mod/contacts.php:1021 -msgid "Delete contact" -msgstr "删除联系人" - -#: mod/delegate.php:142 -msgid "No parent user" -msgstr "" - -#: mod/delegate.php:158 -msgid "Parent User" -msgstr "" - -#: mod/delegate.php:160 -msgid "" -"Parent users have total control about this account, including the account " -"settings. Please double check whom you give this access." -msgstr "" - -#: mod/delegate.php:162 src/Content/Nav.php:204 -msgid "Delegate Page Management" -msgstr "页代表管理" - -#: mod/delegate.php:163 -msgid "Delegates" -msgstr "" - -#: mod/delegate.php:165 -msgid "" -"Delegates are able to manage all aspects of this account/page except for " -"basic account settings. Please do not delegate your personal account to " -"anybody that you do not trust completely." -msgstr "代表会管理所有的方面这个账户/页除了基础账户配置以外。请别代表您私人账户给您没完全信的人。" - -#: mod/delegate.php:166 -msgid "Existing Page Managers" -msgstr "目前页管理员" - -#: mod/delegate.php:168 -msgid "Existing Page Delegates" -msgstr "目前页代表" - -#: mod/delegate.php:170 -msgid "Potential Delegates" -msgstr "潜力的代表" - -#: mod/delegate.php:172 mod/tagrm.php:98 -msgid "Remove" -msgstr "移走" - -#: mod/delegate.php:173 -msgid "Add" -msgstr "加" - -#: mod/delegate.php:174 -msgid "No entries." -msgstr "没有项目。" - -#: mod/dfrn_request.php:94 -msgid "This introduction has already been accepted." -msgstr "这个介绍已经接受了。" - -#: mod/dfrn_request.php:112 mod/dfrn_request.php:359 -msgid "Profile location is not valid or does not contain profile information." -msgstr "简介位置失效或不包含简介信息。" - -#: mod/dfrn_request.php:116 mod/dfrn_request.php:363 -msgid "Warning: profile location has no identifiable owner name." -msgstr "警告:简介位置没有可设别的主名。" - -#: mod/dfrn_request.php:119 mod/dfrn_request.php:366 -msgid "Warning: profile location has no profile photo." -msgstr "警告:简介位置没有简介图。" - -#: mod/dfrn_request.php:123 mod/dfrn_request.php:370 -#, php-format -msgid "%d required parameter was not found at the given location" -msgid_plural "%d required parameters were not found at the given location" -msgstr[0] "%d需要的参数没找到在输入的位置。" - -#: mod/dfrn_request.php:162 -msgid "Introduction complete." -msgstr "介绍完成的。" - -#: mod/dfrn_request.php:199 -msgid "Unrecoverable protocol error." -msgstr "不能恢复的协议错误" - -#: mod/dfrn_request.php:226 -msgid "Profile unavailable." -msgstr "简介无效" - -#: mod/dfrn_request.php:248 -#, php-format -msgid "%s has received too many connection requests today." -msgstr "%s今天已经受到了太多联络要求" - -#: mod/dfrn_request.php:249 -msgid "Spam protection measures have been invoked." -msgstr "垃圾保护措施被用了。" - -#: mod/dfrn_request.php:250 -msgid "Friends are advised to please try again in 24 hours." -msgstr "朋友们被建议请24小时后再试。" - -#: mod/dfrn_request.php:280 -msgid "Invalid locator" -msgstr "无效找到物" - -#: mod/dfrn_request.php:316 -msgid "You have already introduced yourself here." -msgstr "您已经自我介绍这儿。" - -#: mod/dfrn_request.php:319 -#, php-format -msgid "Apparently you are already friends with %s." -msgstr "看上去您已经是%s的朋友。" - -#: mod/dfrn_request.php:339 -msgid "Invalid profile URL." -msgstr "无效的简介URL。" - -#: mod/dfrn_request.php:345 src/Model/Contact.php:1137 -msgid "Disallowed profile URL." -msgstr "不允许的简介地址." - -#: mod/dfrn_request.php:439 -msgid "Your introduction has been sent." -msgstr "您的介绍发布了。" - -#: mod/dfrn_request.php:477 -msgid "" -"Remote subscription can't be done for your network. Please subscribe " -"directly on your system." -msgstr "" - -#: mod/dfrn_request.php:493 -msgid "Please login to confirm introduction." -msgstr "请登录以确认介绍。" - -#: mod/dfrn_request.php:501 -msgid "" -"Incorrect identity currently logged in. Please login to " -"this profile." -msgstr "当前登录的身份不正确。请登录到这个用户。" - -#: mod/dfrn_request.php:515 mod/dfrn_request.php:532 -msgid "Confirm" -msgstr "确认" - -#: mod/dfrn_request.php:527 -msgid "Hide this contact" -msgstr "隐藏这个联系人" - -#: mod/dfrn_request.php:530 -#, php-format -msgid "Welcome home %s." -msgstr "欢迎%s。" - -#: mod/dfrn_request.php:531 -#, php-format -msgid "Please confirm your introduction/connection request to %s." -msgstr "请确认您的介绍/联络要求给%s。" - -#: mod/dfrn_request.php:642 -msgid "" -"Please enter your 'Identity Address' from one of the following supported " -"communications networks:" -msgstr "请从以下支持的通信网络之一输入你的 “身份地址”:" - -#: mod/dfrn_request.php:645 -#, php-format -msgid "" -"If you are not yet a member of the free social web, follow " -"this link to find a public Friendica site and join us today." -msgstr "" - -#: mod/dfrn_request.php:650 -msgid "Friend/Connection Request" -msgstr "朋友/连接请求" - -#: mod/dfrn_request.php:651 -msgid "" -"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, " -"testuser@gnusocial.de" -msgstr "" - -#: mod/dfrn_request.php:652 mod/follow.php:147 -msgid "Please answer the following:" -msgstr "请回答下述的:" - -#: mod/dfrn_request.php:653 mod/follow.php:148 -#, php-format -msgid "Does %s know you?" -msgstr "%s是否认识你?" - -#: mod/dfrn_request.php:654 mod/follow.php:149 -msgid "Add a personal note:" -msgstr "添加一个个人便条:" - -#: mod/dfrn_request.php:656 src/Content/ContactSelector.php:79 -msgid "Friendica" -msgstr "Friendica" - -#: mod/dfrn_request.php:657 -msgid "GNU Social (Pleroma, Mastodon)" -msgstr "" - -#: mod/dfrn_request.php:658 -msgid "Diaspora (Socialhome, Hubzilla)" -msgstr "" - -#: mod/dfrn_request.php:659 -#, php-format -msgid "" -" - please do not use this form. Instead, enter %s into your Diaspora search" -" bar." -msgstr " - 请别用这个表格。而是在你的 Diaspora 搜索栏输入 %s." - -#: mod/editpost.php:27 mod/editpost.php:37 -msgid "Item not found" -msgstr "项目没找到" - -#: mod/editpost.php:44 -msgid "Edit post" -msgstr "编辑文章" - -#: mod/events.php:103 mod/events.php:105 -msgid "Event can not end before it has started." -msgstr "" - -#: mod/events.php:112 mod/events.php:114 -msgid "Event title and start time are required." -msgstr "项目标题和开始时间是必须的。" - -#: mod/events.php:394 -msgid "Create New Event" -msgstr "创建新的事件" - -#: mod/events.php:509 -msgid "Event details" -msgstr "事件细节" - -#: mod/events.php:510 -msgid "Starting date and Title are required." -msgstr "需要开始日期和标题。" - -#: mod/events.php:511 mod/events.php:512 -msgid "Event Starts:" -msgstr "事件开始:" - -#: mod/events.php:513 mod/events.php:529 -msgid "Finish date/time is not known or not relevant" -msgstr "结束日期/时间未知或无关" - -#: mod/events.php:515 mod/events.php:516 -msgid "Event Finishes:" -msgstr "事件结束:" - -#: mod/events.php:517 mod/events.php:530 -msgid "Adjust for viewer timezone" -msgstr "调整为浏览者的时区" - -#: mod/events.php:519 -msgid "Description:" -msgstr "描述:" - -#: mod/events.php:523 mod/events.php:525 -msgid "Title:" -msgstr "标题:" - -#: mod/events.php:526 mod/events.php:527 -msgid "Share this event" -msgstr "分享这个事件" - -#: mod/events.php:534 src/Model/Profile.php:850 -msgid "Basic" -msgstr "基本" - -#: mod/events.php:556 -msgid "Failed to remove event" -msgstr "删除事件失败" - -#: mod/events.php:558 -msgid "Event removed" -msgstr "事件已删除" - -#: mod/filer.php:34 -msgid "- select -" -msgstr "-选择-" - -#: mod/follow.php:44 -msgid "The contact could not be added." -msgstr "无法添加此联系人。" - -#: mod/follow.php:72 -msgid "You already added this contact." -msgstr "您已添加此联系人。" - -#: mod/follow.php:81 -msgid "Diaspora support isn't enabled. Contact can't be added." -msgstr "Diaspora 支持没被启用。无法添加联系人。" - -#: mod/follow.php:88 -msgid "OStatus support is disabled. Contact can't be added." -msgstr "OStatus 支持没被启用。无法添加联系人。" - -#: mod/follow.php:95 -msgid "The network type couldn't be detected. Contact can't be added." -msgstr "网络类型无法被检测。无法添加联系人。" - -#: mod/install.php:114 -msgid "Friendica Communications Server - Setup" -msgstr "Friendica沟通服务器-安装" - -#: mod/install.php:120 -msgid "Could not connect to database." -msgstr "解不了数据库。" - -#: mod/install.php:124 -msgid "Could not create table." -msgstr "无法创建表格。" - -#: mod/install.php:130 -msgid "Your Friendica site database has been installed." -msgstr "您Friendica网站数据库被安装了。" - -#: mod/install.php:135 -msgid "" -"You may need to import the file \"database.sql\" manually using phpmyadmin " -"or mysql." -msgstr "您可能要手工地进口文件「database.sql」用phpmyadmin或mysql。" - -#: mod/install.php:136 mod/install.php:208 mod/install.php:553 -msgid "Please see the file \"INSTALL.txt\"." -msgstr "请看文件「INSTALL.txt」" - -#: mod/install.php:148 -msgid "Database already in use." -msgstr "数据库已经被使用。" - -#: mod/install.php:205 -msgid "System check" -msgstr "系统检测" - -#: mod/install.php:210 -msgid "Check again" -msgstr "再检测" - -#: mod/install.php:230 -msgid "Database connection" -msgstr "数据库接通" - -#: mod/install.php:231 -msgid "" -"In order to install Friendica we need to know how to connect to your " -"database." -msgstr "为安装Friendica我们要知道怎么连接您的数据库。" - -#: mod/install.php:232 -msgid "" -"Please contact your hosting provider or site administrator if you have " -"questions about these settings." -msgstr "你有关于这些设置有问题的话,请给互联网托管服务或者网页管理联系。" - -#: mod/install.php:233 -msgid "" -"The database you specify below should already exist. If it does not, please " -"create it before continuing." -msgstr "您下边指定的数据库应该已经存在。如果还没有,请创建后继续。" - -#: mod/install.php:237 -msgid "Database Server Name" -msgstr "数据库服务器名" - -#: mod/install.php:238 -msgid "Database Login Name" -msgstr "数据库登录名" - -#: mod/install.php:239 -msgid "Database Login Password" -msgstr "数据库登录密码" - -#: mod/install.php:239 -msgid "For security reasons the password must not be empty" -msgstr "由于安全的原因,密码不能为空" - -#: mod/install.php:240 -msgid "Database Name" -msgstr "数据库名字" - -#: mod/install.php:241 mod/install.php:281 -msgid "Site administrator email address" -msgstr "网站行政人员邮件地址" - -#: mod/install.php:241 mod/install.php:281 -msgid "" -"Your account email address must match this in order to use the web admin " -"panel." -msgstr "您账户邮件地址必要符合这个为用网站处理仪表板" - -#: mod/install.php:245 mod/install.php:284 -msgid "Please select a default timezone for your website" -msgstr "请选择您网站的默认时区" - -#: mod/install.php:271 -msgid "Site settings" -msgstr "网站设置" - -#: mod/install.php:285 -msgid "System Language:" -msgstr "系统语言:" - -#: mod/install.php:285 -msgid "" -"Set the default language for your Friendica installation interface and to " -"send emails." -msgstr "" - -#: mod/install.php:325 -msgid "Could not find a command line version of PHP in the web server PATH." -msgstr "没找到命令行PHP在网服务器PATH。" - -#: mod/install.php:326 -msgid "" -"If you don't have a command line version of PHP installed on your server, " -"you will not be able to run the background processing. See 'Setup the worker'" -msgstr "" - -#: mod/install.php:330 -msgid "PHP executable path" -msgstr "PHP可执行路径" - -#: mod/install.php:330 -msgid "" -"Enter full path to php executable. You can leave this blank to continue the " -"installation." -msgstr "输入全路线到php执行程序。您会留空白为继续安装。" - -#: mod/install.php:335 -msgid "Command line PHP" -msgstr "命令行PHP" - -#: mod/install.php:344 -msgid "PHP executable is not the php cli binary (could be cgi-fgci version)" -msgstr "PHP执行程序不是命令行PHP執行檔(有可能是cgi-fgci版本)" - -#: mod/install.php:345 -msgid "Found PHP version: " -msgstr "找到 PHP 版本:" - -#: mod/install.php:347 -msgid "PHP cli binary" -msgstr "命令行PHP執行檔" - -#: mod/install.php:358 -msgid "" -"The command line version of PHP on your system does not have " -"\"register_argc_argv\" enabled." -msgstr "您系统的命令行PHP没有能够「register_argc_argv」。" - -#: mod/install.php:359 -msgid "This is required for message delivery to work." -msgstr "这必要为通信发布成功。" - -#: mod/install.php:361 -msgid "PHP register_argc_argv" -msgstr "PHP register_argc_argv" - -#: mod/install.php:384 -msgid "" -"Error: the \"openssl_pkey_new\" function on this system is not able to " -"generate encryption keys" -msgstr "错误:这系统的「register_argc_argv」子程序不能产生加密钥匙" - -#: mod/install.php:385 -msgid "" -"If running under Windows, please see " -"\"http://www.php.net/manual/en/openssl.installation.php\"." -msgstr "如果您用Windows,请看「http://www.php.net/manual/en/openssl.installation.php」。" - -#: mod/install.php:387 -msgid "Generate encryption keys" -msgstr "产生加密钥匙" - -#: mod/install.php:394 -msgid "libCurl PHP module" -msgstr "libCurl PHP模块" - -#: mod/install.php:395 -msgid "GD graphics PHP module" -msgstr "GD显示PHP模块" - -#: mod/install.php:396 -msgid "OpenSSL PHP module" -msgstr "OpenSSL PHP模块" - -#: mod/install.php:397 -msgid "PDO or MySQLi PHP module" -msgstr "PDO 或者 MySQLi PHP 模块" - -#: mod/install.php:398 -msgid "mb_string PHP module" -msgstr "mb_string PHP模块" - -#: mod/install.php:399 -msgid "XML PHP module" -msgstr "XML PHP 模块" - -#: mod/install.php:400 -msgid "iconv module" -msgstr "iconv 模块" - -#: mod/install.php:404 mod/install.php:406 -msgid "Apache mod_rewrite module" -msgstr "Apache mod_rewrite部件" - -#: mod/install.php:404 -msgid "" -"Error: Apache webserver mod-rewrite module is required but not installed." -msgstr "错误:Apache服务器的mod-rewrite模块是必要的可却不安装的。" - -#: mod/install.php:412 -msgid "Error: libCURL PHP module required but not installed." -msgstr "错误:libCurl PHP模块是必要的可却不安装的。" - -#: mod/install.php:416 -msgid "" -"Error: GD graphics PHP module with JPEG support required but not installed." -msgstr "错误:GD显示PHP模块跟JPEG支持是必要的可却安装的。" - -#: mod/install.php:420 -msgid "Error: openssl PHP module required but not installed." -msgstr "错误:openssl PHP模块是必要的可却不安装的。" - -#: mod/install.php:424 -msgid "Error: PDO or MySQLi PHP module required but not installed." -msgstr "" - -#: mod/install.php:428 -msgid "Error: The MySQL driver for PDO is not installed." -msgstr "" - -#: mod/install.php:432 -msgid "Error: mb_string PHP module required but not installed." -msgstr "错误:mbstring PHP模块必要可没安装的。" - -#: mod/install.php:436 -msgid "Error: iconv PHP module required but not installed." -msgstr "" - -#: mod/install.php:446 -msgid "Error, XML PHP module required but not installed." -msgstr "" - -#: mod/install.php:458 -msgid "" -"The web installer needs to be able to create a file called \".htconfig.php\"" -" in the top folder of your web server and it is unable to do so." -msgstr "网页安装器要创建一个叫 \".htconfig.php\" 的文件在你的 web 服务器的顶层目录下,但无法这么做。" - -#: mod/install.php:459 -msgid "" -"This is most often a permission setting, as the web server may not be able " -"to write files in your folder - even if you can." -msgstr "这常常是一个权设置,因为网服务器可能不会写文件在文件夹-即使您会。" - -#: mod/install.php:460 -msgid "" -"At the end of this procedure, we will give you a text to save in a file " -"named .htconfig.php in your Friendica top folder." -msgstr "这个步骤头,我们给您正文要保存在叫.htconfig.php的文件在您Friendica主文件夹。" - -#: mod/install.php:461 -msgid "" -"You can alternatively skip this procedure and perform a manual installation." -" Please see the file \"INSTALL.txt\" for instructions." -msgstr "或者您会这个步骤不做还是实行手动的安装。请看INSTALL.txt文件为说明。" - -#: mod/install.php:464 -msgid ".htconfig.php is writable" -msgstr ".htconfig.php是可写的" - -#: mod/install.php:474 -msgid "" -"Friendica uses the Smarty3 template engine to render its web views. Smarty3 " -"compiles templates to PHP to speed up rendering." -msgstr "Friendica用Smarty3模板机车为建筑网页。Smarty3把模板编译成PHP为催建筑网页。" - -#: mod/install.php:475 -msgid "" -"In order to store these compiled templates, the web server needs to have " -"write access to the directory view/smarty3/ under the Friendica top level " -"folder." -msgstr "为了保存这些模板,网服务器要写权利于view/smarty3/目录在Friendica主目录下。" - -#: mod/install.php:476 -msgid "" -"Please ensure that the user that your web server runs as (e.g. www-data) has" -" write access to this folder." -msgstr "请保险您网服务器用户(比如www-data)有这个目录的写权利。" - -#: mod/install.php:477 -msgid "" -"Note: as a security measure, you should give the web server write access to " -"view/smarty3/ only--not the template files (.tpl) that it contains." -msgstr "注意:为了安全,您应该只给网服务器写权利于view/smarty3/-没有模板文件(.tpl)之下。" - -#: mod/install.php:480 -msgid "view/smarty3 is writable" -msgstr "能写view/smarty3" - -#: mod/install.php:496 -msgid "" -"Url rewrite in .htaccess is not working. Check your server configuration." -msgstr "在 .htaccess 中的 URL 重写不工作。请检查你的服务器配置。" - -#: mod/install.php:498 -msgid "Url rewrite is working" -msgstr "URL改写发挥机能" - -#: mod/install.php:517 -msgid "ImageMagick PHP extension is not installed" -msgstr "ImageMagick PHP 扩展没有安装" - -#: mod/install.php:519 -msgid "ImageMagick PHP extension is installed" -msgstr "ImageMagick PHP 扩展已安装" - -#: mod/install.php:521 -msgid "ImageMagick supports GIF" -msgstr "ImageMagick 支持 GIF" - -#: mod/install.php:528 -msgid "" -"The database configuration file \".htconfig.php\" could not be written. " -"Please use the enclosed text to create a configuration file in your web " -"server root." -msgstr "数据库配置文件 \".htconfig.php\" 无法被写入。请在 web 服务器根目录下使用附上的文字创建一个配置文件。" - -#: mod/install.php:551 -msgid "

What next

" -msgstr "

下步是什么

" - -#: mod/install.php:552 -msgid "" -"IMPORTANT: You will need to [manually] setup a scheduled task for the " -"worker." -msgstr "" - -#: mod/install.php:555 -#, php-format -msgid "" -"Go to your new Friendica node registration page " -"and register as new user. Remember to use the same email you have entered as" -" administrator email. This will allow you to enter the site admin panel." -msgstr "" - #: mod/item.php:114 msgid "Unable to locate original post." msgstr "找不到当初的新闻" @@ -5638,11 +7222,6 @@ msgstr "找不到当初的新闻" msgid "Empty post discarded." msgstr "空帖子被丢弃了。" -#: mod/item.php:471 mod/wall_upload.php:231 src/Object/Image.php:949 -#: src/Object/Image.php:965 src/Object/Image.php:973 src/Object/Image.php:998 -msgid "Wall Photos" -msgstr "墙照片" - #: mod/item.php:799 #, php-format msgid "" @@ -5666,276 +7245,6 @@ msgstr "你不想受到这些新闻的话,请回答这个新闻给发者联系 msgid "%s posted an update." msgstr "%s贴上一个新闻。" -#: mod/localtime.php:33 -msgid "Time Conversion" -msgstr "时间装换" - -#: mod/localtime.php:35 -msgid "" -"Friendica provides this service for sharing events with other networks and " -"friends in unknown timezones." -msgstr "Friendica提供这个服务目的是分享项目跟别的网络和朋友们在别的时区。" - -#: mod/localtime.php:39 -#, php-format -msgid "UTC time: %s" -msgstr "UTC时间: %s" - -#: mod/localtime.php:42 -#, php-format -msgid "Current timezone: %s" -msgstr "现在时区: %s" - -#: mod/localtime.php:46 -#, php-format -msgid "Converted localtime: %s" -msgstr "装换的当地时间:%s" - -#: mod/localtime.php:52 -msgid "Please select your timezone:" -msgstr "请选择你的时区:" - -#: mod/lostpass.php:27 -msgid "No valid account found." -msgstr "找不到效的账户。" - -#: mod/lostpass.php:39 -msgid "Password reset request issued. Check your email." -msgstr "重设密码要求发布了。核对您的收件箱。" - -#: mod/lostpass.php:45 -#, php-format -msgid "" -"\n" -"\t\tDear %1$s,\n" -"\t\t\tA request was recently received at \"%2$s\" to reset your account\n" -"\t\tpassword. In order to confirm this request, please select the verification link\n" -"\t\tbelow or paste it into your web browser address bar.\n" -"\n" -"\t\tIf you did NOT request this change, please DO NOT follow the link\n" -"\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n" -"\n" -"\t\tYour password will not be changed unless we can verify that you\n" -"\t\tissued this request." -msgstr "" - -#: mod/lostpass.php:56 -#, php-format -msgid "" -"\n" -"\t\tFollow this link soon to verify your identity:\n" -"\n" -"\t\t%1$s\n" -"\n" -"\t\tYou will then receive a follow-up message containing the new password.\n" -"\t\tYou may change that password from your account settings page after logging in.\n" -"\n" -"\t\tThe login details are as follows:\n" -"\n" -"\t\tSite Location:\t%2$s\n" -"\t\tLogin Name:\t%3$s" -msgstr "" - -#: mod/lostpass.php:72 -#, php-format -msgid "Password reset requested at %s" -msgstr "重设密码要求被发布%s" - -#: mod/lostpass.php:88 -msgid "" -"Request could not be verified. (You may have previously submitted it.) " -"Password reset failed." -msgstr "要求确认不了。(您可能已经提交它。)重设密码失败了。" - -#: mod/lostpass.php:101 -msgid "Request has expired, please make a new one." -msgstr "" - -#: mod/lostpass.php:116 -msgid "Forgot your Password?" -msgstr "忘记你的密码吗?" - -#: mod/lostpass.php:117 -msgid "" -"Enter your email address and submit to have your password reset. Then check " -"your email for further instructions." -msgstr "输入您的邮件地址和提交为重置密码。然后核对收件箱看别的说明。" - -#: mod/lostpass.php:118 src/Module/Login.php:314 -msgid "Nickname or Email: " -msgstr "昵称或邮件地址:" - -#: mod/lostpass.php:119 -msgid "Reset" -msgstr "复位" - -#: mod/lostpass.php:135 src/Module/Login.php:326 -msgid "Password Reset" -msgstr "复位密码" - -#: mod/lostpass.php:136 -msgid "Your password has been reset as requested." -msgstr "您的密码被重设如要求的。" - -#: mod/lostpass.php:137 -msgid "Your new password is" -msgstr "你的新的密码是" - -#: mod/lostpass.php:138 -msgid "Save or copy your new password - and then" -msgstr "保存或复制新密码-之后" - -#: mod/lostpass.php:139 -msgid "click here to login" -msgstr "点击这里登录" - -#: mod/lostpass.php:140 -msgid "" -"Your password may be changed from the Settings page after " -"successful login." -msgstr "您的密码可以在成功登录后在设置页修改。" - -#: mod/lostpass.php:148 -#, php-format -msgid "" -"\n" -"\t\t\tDear %1$s,\n" -"\t\t\t\tYour password has been changed as requested. Please retain this\n" -"\t\t\tinformation for your records (or change your password immediately to\n" -"\t\t\tsomething that you will remember).\n" -"\t\t" -msgstr "" - -#: mod/lostpass.php:154 -#, php-format -msgid "" -"\n" -"\t\t\tYour login details are as follows:\n" -"\n" -"\t\t\tSite Location:\t%1$s\n" -"\t\t\tLogin Name:\t%2$s\n" -"\t\t\tPassword:\t%3$s\n" -"\n" -"\t\t\tYou may change that password from your account settings page after logging in.\n" -"\t\t" -msgstr "" - -#: mod/lostpass.php:167 -#, php-format -msgid "Your password has been changed at %s" -msgstr "您密码被变化在%s" - -#: mod/message.php:30 src/Content/Nav.php:198 -msgid "New Message" -msgstr "新的消息" - -#: mod/message.php:73 mod/wallmessage.php:57 -msgid "No recipient selected." -msgstr "没有选择的接受者。" - -#: mod/message.php:77 -msgid "Unable to locate contact information." -msgstr "无法找到联系人信息。" - -#: mod/message.php:80 mod/wallmessage.php:63 -msgid "Message could not be sent." -msgstr "消息发不了。" - -#: mod/message.php:83 mod/wallmessage.php:66 -msgid "Message collection failure." -msgstr "通信受到错误。" - -#: mod/message.php:86 mod/wallmessage.php:69 -msgid "Message sent." -msgstr "消息发了" - -#: mod/message.php:112 view/theme/frio/theme.php:268 src/Content/Nav.php:195 -msgid "Messages" -msgstr "消息" - -#: mod/message.php:136 -msgid "Do you really want to delete this message?" -msgstr "您真的想删除这个通知吗?" - -#: mod/message.php:156 -msgid "Message deleted." -msgstr "消息删除了。" - -#: mod/message.php:185 -msgid "Conversation removed." -msgstr "交流删除了。" - -#: mod/message.php:250 mod/wallmessage.php:132 -msgid "Send Private Message" -msgstr "发私人的通信" - -#: mod/message.php:251 mod/message.php:421 mod/wallmessage.php:134 -msgid "To:" -msgstr "到:" - -#: mod/message.php:255 mod/message.php:423 mod/wallmessage.php:135 -msgid "Subject:" -msgstr "题目:" - -#: mod/message.php:291 -msgid "No messages." -msgstr "没有消息" - -#: mod/message.php:330 -msgid "Message not available." -msgstr "通信不可用的" - -#: mod/message.php:397 -msgid "Delete message" -msgstr "删除消息" - -#: mod/message.php:399 mod/message.php:500 -msgid "D, d M Y - g:i A" -msgstr "D, d M Y - g:i A" - -#: mod/message.php:414 mod/message.php:497 -msgid "Delete conversation" -msgstr "删除交谈" - -#: mod/message.php:416 -msgid "" -"No secure communications available. You may be able to " -"respond from the sender's profile page." -msgstr "没可用的安全交通。您可能会在发送人的简介页会回答。" - -#: mod/message.php:420 -msgid "Send Reply" -msgstr "发回答" - -#: mod/message.php:471 -#, php-format -msgid "Unknown sender - %s" -msgstr "生发送人-%s" - -#: mod/message.php:473 -#, php-format -msgid "You and %s" -msgstr "您和%s" - -#: mod/message.php:475 -#, php-format -msgid "%s and You" -msgstr "%s和您" - -#: mod/message.php:503 -#, php-format -msgid "%d message" -msgid_plural "%d messages" -msgstr[0] "%d通知" - -#: mod/network.php:194 mod/search.php:37 -msgid "Remove term" -msgstr "删除关键字" - -#: mod/network.php:201 mod/search.php:46 src/Content/Feature.php:100 -msgid "Saved Searches" -msgstr "保存的搜索" - #: mod/network.php:202 src/Model/Group.php:401 msgid "add" msgstr "添加" @@ -5971,314 +7280,50 @@ msgstr "私人通信给这个人回被公开。" msgid "Invalid contact." msgstr "无效的联系人。" -#: mod/network.php:920 +#: mod/network.php:921 msgid "Commented Order" msgstr "评论时间顺序" -#: mod/network.php:923 +#: mod/network.php:924 msgid "Sort by Comment Date" msgstr "按评论日期顺序排列" -#: mod/network.php:928 +#: mod/network.php:929 msgid "Posted Order" msgstr "发布时间顺序" -#: mod/network.php:931 +#: mod/network.php:932 msgid "Sort by Post Date" msgstr "按发布日期顺序排列" -#: mod/network.php:942 +#: mod/network.php:943 msgid "Posts that mention or involve you" msgstr "提及你或你参与的文章" -#: mod/network.php:950 +#: mod/network.php:951 msgid "New" msgstr "新" -#: mod/network.php:953 +#: mod/network.php:954 msgid "Activity Stream - by date" msgstr "活动流-按日期" -#: mod/network.php:961 +#: mod/network.php:962 msgid "Shared Links" msgstr "共享的链接" -#: mod/network.php:964 +#: mod/network.php:965 msgid "Interesting Links" msgstr "有意思的超链接" -#: mod/network.php:972 +#: mod/network.php:973 msgid "Starred" msgstr "被星" -#: mod/network.php:975 +#: mod/network.php:976 msgid "Favourite Posts" msgstr "最喜欢的文章" -#: mod/notes.php:53 src/Model/Profile.php:932 -msgid "Personal Notes" -msgstr "私人便条" - -#: mod/notify.php:77 -msgid "No more system notifications." -msgstr "没别系统通知。" - -#: mod/photos.php:108 src/Model/Profile.php:893 -msgid "Photo Albums" -msgstr "相册" - -#: mod/photos.php:109 mod/photos.php:1713 -msgid "Recent Photos" -msgstr "最近的照片" - -#: mod/photos.php:112 mod/photos.php:1210 mod/photos.php:1715 -msgid "Upload New Photos" -msgstr "上传新照片" - -#: mod/photos.php:126 mod/settings.php:49 -msgid "everybody" -msgstr "每人" - -#: mod/photos.php:184 -msgid "Contact information unavailable" -msgstr "联系人信息不可用" - -#: mod/photos.php:204 -msgid "Album not found." -msgstr "取回不了相册." - -#: mod/photos.php:234 mod/photos.php:245 mod/photos.php:1161 -msgid "Delete Album" -msgstr "删除相册" - -#: mod/photos.php:243 -msgid "Do you really want to delete this photo album and all its photos?" -msgstr "您真的想删除这个相册和所有里面的照相吗?" - -#: mod/photos.php:310 mod/photos.php:321 mod/photos.php:1446 -msgid "Delete Photo" -msgstr "删除照片" - -#: mod/photos.php:319 -msgid "Do you really want to delete this photo?" -msgstr "您真的想删除这个照相吗?" - -#: mod/photos.php:667 -msgid "a photo" -msgstr "一张照片" - -#: mod/photos.php:667 -#, php-format -msgid "%1$s was tagged in %2$s by %3$s" -msgstr "%1$s被%3$s标签在%2$s" - -#: mod/photos.php:763 mod/photos.php:766 mod/photos.php:795 -#: mod/profile_photo.php:165 mod/wall_upload.php:186 -#, php-format -msgid "Image exceeds size limit of %s" -msgstr "" - -#: mod/photos.php:769 -msgid "Image upload didn't complete, please try again" -msgstr "" - -#: mod/photos.php:772 -msgid "Image file is missing" -msgstr "缺少图片文件" - -#: mod/photos.php:777 -msgid "" -"Server can't accept new file upload at this time, please contact your " -"administrator" -msgstr "" - -#: mod/photos.php:803 -msgid "Image file is empty." -msgstr "图片文件空的。" - -#: mod/photos.php:818 mod/profile_photo.php:174 mod/wall_upload.php:200 -msgid "Unable to process image." -msgstr "处理不了图像." - -#: mod/photos.php:847 mod/profile_photo.php:322 mod/wall_upload.php:239 -msgid "Image upload failed." -msgstr "图像上载失败了." - -#: mod/photos.php:940 -msgid "No photos selected" -msgstr "没有照片挑选了" - -#: mod/photos.php:1036 mod/videos.php:310 -msgid "Access to this item is restricted." -msgstr "这个项目使用权限的。" - -#: mod/photos.php:1090 -msgid "Upload Photos" -msgstr "上传照片" - -#: mod/photos.php:1094 mod/photos.php:1156 -msgid "New album name: " -msgstr "新册名:" - -#: mod/photos.php:1095 -msgid "or existing album name: " -msgstr "或现有册名" - -#: mod/photos.php:1096 -msgid "Do not show a status post for this upload" -msgstr "别显示现状报到关于这个上传" - -#: mod/photos.php:1106 mod/photos.php:1449 mod/settings.php:1233 -msgid "Show to Groups" -msgstr "给组表示" - -#: mod/photos.php:1107 mod/photos.php:1450 mod/settings.php:1234 -msgid "Show to Contacts" -msgstr "展示给联系人" - -#: mod/photos.php:1167 -msgid "Edit Album" -msgstr "编照片册" - -#: mod/photos.php:1172 -msgid "Show Newest First" -msgstr "先表示最新的" - -#: mod/photos.php:1174 -msgid "Show Oldest First" -msgstr "先表示最老的" - -#: mod/photos.php:1195 mod/photos.php:1698 -msgid "View Photo" -msgstr "看照片" - -#: mod/photos.php:1236 -msgid "Permission denied. Access to this item may be restricted." -msgstr "无权利。用这个项目可能受限制。" - -#: mod/photos.php:1238 -msgid "Photo not available" -msgstr "不可获得的照片" - -#: mod/photos.php:1301 -msgid "View photo" -msgstr "看照片" - -#: mod/photos.php:1301 -msgid "Edit photo" -msgstr "编辑照片" - -#: mod/photos.php:1302 -msgid "Use as profile photo" -msgstr "用为资料图" - -#: mod/photos.php:1308 src/Object/Post.php:148 -msgid "Private Message" -msgstr "私人的新闻" - -#: mod/photos.php:1327 -msgid "View Full Size" -msgstr "看全尺寸" - -#: mod/photos.php:1414 -msgid "Tags: " -msgstr "标签:" - -#: mod/photos.php:1417 -msgid "[Remove any tag]" -msgstr "[删除任何标签]" - -#: mod/photos.php:1432 -msgid "New album name" -msgstr "新册名" - -#: mod/photos.php:1433 -msgid "Caption" -msgstr "字幕" - -#: mod/photos.php:1434 -msgid "Add a Tag" -msgstr "加标签" - -#: mod/photos.php:1434 -msgid "" -"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" -msgstr "例子:@zhang, @Zhang_San, @li@example.com, #Beijing, #ktv" - -#: mod/photos.php:1435 -msgid "Do not rotate" -msgstr "不要旋转" - -#: mod/photos.php:1436 -msgid "Rotate CW (right)" -msgstr "顺时针地转动(左)" - -#: mod/photos.php:1437 -msgid "Rotate CCW (left)" -msgstr "反顺时针地转动(右)" - -#: mod/photos.php:1471 src/Object/Post.php:295 -msgid "I like this (toggle)" -msgstr "我喜欢这(交替)" - -#: mod/photos.php:1472 src/Object/Post.php:296 -msgid "I don't like this (toggle)" -msgstr "我不喜欢这(交替)" - -#: mod/photos.php:1488 mod/photos.php:1527 mod/photos.php:1600 -#: src/Object/Post.php:785 -msgid "This is you" -msgstr "这是你" - -#: mod/photos.php:1490 mod/photos.php:1529 mod/photos.php:1602 -#: src/Object/Post.php:391 src/Object/Post.php:787 -msgid "Comment" -msgstr "评论" - -#: mod/photos.php:1634 -msgid "Map" -msgstr "" - -#: mod/photos.php:1704 mod/videos.php:388 -msgid "View Album" -msgstr "看照片册" - -#: mod/ping.php:292 -msgid "{0} wants to be your friend" -msgstr "{0}想成为您的朋友" - -#: mod/ping.php:307 -msgid "{0} sent you a message" -msgstr "{0}发给您一个通信" - -#: mod/ping.php:322 -msgid "{0} requested registration" -msgstr "{0}要求注册" - -#: mod/poke.php:192 -msgid "Poke/Prod" -msgstr "戳" - -#: mod/poke.php:193 -msgid "poke, prod or do other things to somebody" -msgstr "把人家戳或别的行动" - -#: mod/poke.php:194 -msgid "Recipient" -msgstr "接受者" - -#: mod/poke.php:195 -msgid "Choose what you wish to do to recipient" -msgstr "选择您想把别人作" - -#: mod/poke.php:198 -msgid "Make this post private" -msgstr "使这个文章私人" - -#: mod/probe.php:14 mod/webfinger.php:17 -msgid "Only logged in users are permitted to perform a probing." -msgstr "" - #: mod/profile.php:36 src/Model/Profile.php:118 msgid "Requested profile is not available." msgstr "要求的简介联系不上的。" @@ -6302,78 +7347,6 @@ msgstr "" msgid "Tips for New Members" msgstr "新人建议" -#: mod/profile_photo.php:54 -msgid "Image uploaded but image cropping failed." -msgstr "照片上传去了,但修剪失灵。" - -#: mod/profile_photo.php:87 mod/profile_photo.php:95 mod/profile_photo.php:103 -#: mod/profile_photo.php:330 -#, php-format -msgid "Image size reduction [%s] failed." -msgstr "照片减少[%s]失灵。" - -#: mod/profile_photo.php:137 -msgid "" -"Shift-reload the page or clear browser cache if the new photo does not " -"display immediately." -msgstr "万一新照片一会出现,换档重新加载或者成为空浏览器高速缓存。" - -#: mod/profile_photo.php:146 -msgid "Unable to process image" -msgstr "不能处理照片" - -#: mod/profile_photo.php:262 -msgid "Upload File:" -msgstr "上传文件:" - -#: mod/profile_photo.php:263 -msgid "Select a profile:" -msgstr "选择一个简介" - -#: mod/profile_photo.php:268 -msgid "or" -msgstr "或者" - -#: mod/profile_photo.php:268 -msgid "skip this step" -msgstr "略过这步" - -#: mod/profile_photo.php:268 -msgid "select a photo from your photo albums" -msgstr "从您的照片册选择一片。" - -#: mod/profile_photo.php:281 -msgid "Crop Image" -msgstr "修剪照片" - -#: mod/profile_photo.php:282 -msgid "Please adjust the image cropping for optimum viewing." -msgstr "请调图片剪裁为最好看。" - -#: mod/profile_photo.php:284 -msgid "Done Editing" -msgstr "编辑完成" - -#: mod/profile_photo.php:320 -msgid "Image uploaded successfully." -msgstr "照片成功地上传了。" - -#: mod/profperm.php:34 mod/profperm.php:65 -msgid "Invalid profile identifier." -msgstr "无限的简介标识符。" - -#: mod/profperm.php:111 -msgid "Profile Visibility Editor" -msgstr "简介能见度编辑器。" - -#: mod/profperm.php:124 -msgid "Visible To" -msgstr "能见被" - -#: mod/profperm.php:140 -msgid "All Contacts (with secure profile access)" -msgstr "" - #: mod/register.php:99 msgid "" "Registration successful. Please check your email for further instructions." @@ -6431,8 +7404,8 @@ msgid "Membership on this site is by invitation only." msgstr "会员身份在这个网站是光通过邀请。" #: mod/register.php:261 -msgid "Your invitation ID: " -msgstr "您邀请ID:" +msgid "Your invitation code: " +msgstr "" #: mod/register.php:270 msgid "Your Full Name (e.g. Joe Smith, real or real-looking): " @@ -6444,18 +7417,10 @@ msgid "" "be an existing address.)" msgstr "" -#: mod/register.php:273 mod/settings.php:1205 -msgid "New Password:" -msgstr "新密码:" - #: mod/register.php:273 msgid "Leave empty for an auto generated password." msgstr "留空以使用自动生成的密码。" -#: mod/register.php:274 mod/settings.php:1206 -msgid "Confirm:" -msgstr "确认:" - #: mod/register.php:275 #, php-format msgid "" @@ -6475,971 +7440,6 @@ msgstr "注册" msgid "Import your profile to this friendica instance" msgstr "进口您的简介到这个friendica服务器" -#: mod/regmod.php:68 -msgid "Account approved." -msgstr "账户已被批准。" - -#: mod/regmod.php:93 -#, php-format -msgid "Registration revoked for %s" -msgstr "撤销了 %s 的注册" - -#: mod/regmod.php:102 -msgid "Please login." -msgstr "请登录。" - -#: mod/removeme.php:55 mod/removeme.php:58 -msgid "Remove My Account" -msgstr "删除我的账户" - -#: mod/removeme.php:56 -msgid "" -"This will completely remove your account. Once this has been done it is not " -"recoverable." -msgstr "这要完全删除您的账户。这一做过,就不能恢复。" - -#: mod/removeme.php:57 -msgid "Please enter your password for verification:" -msgstr "请输入密码为确认:" - -#: mod/search.php:105 -msgid "Only logged in users are permitted to perform a search." -msgstr "只有已登录的用户被允许进行搜索。" - -#: mod/search.php:129 -msgid "Too Many Requests" -msgstr "过多请求" - -#: mod/search.php:130 -msgid "Only one search per minute is permitted for not logged in users." -msgstr "对未登录的用户,每分钟只允许一条搜索。" - -#: mod/search.php:234 -#, php-format -msgid "Items tagged with: %s" -msgstr "" - -#: mod/settings.php:71 -msgid "Display" -msgstr "显示" - -#: mod/settings.php:78 mod/settings.php:845 -msgid "Social Networks" -msgstr "社会化网络" - -#: mod/settings.php:92 src/Content/Nav.php:204 -msgid "Delegations" -msgstr "代表" - -#: mod/settings.php:99 -msgid "Connected apps" -msgstr "连接着应用" - -#: mod/settings.php:106 mod/uexport.php:52 -msgid "Export personal data" -msgstr "导出个人信息" - -#: mod/settings.php:113 -msgid "Remove account" -msgstr "删除账户" - -#: mod/settings.php:167 -msgid "Missing some important data!" -msgstr "缺失一些重要数据!" - -#: mod/settings.php:278 -msgid "Failed to connect with email account using the settings provided." -msgstr "不能连接电子邮件账户用输入的设置。" - -#: mod/settings.php:283 -msgid "Email settings updated." -msgstr "电子邮件设置更新了" - -#: mod/settings.php:299 -msgid "Features updated" -msgstr "特点更新了" - -#: mod/settings.php:371 -msgid "Relocate message has been send to your contacts" -msgstr "调动消息已发送给您的联系人" - -#: mod/settings.php:383 src/Model/User.php:312 -msgid "Passwords do not match. Password unchanged." -msgstr "密码不匹配。密码没改变。" - -#: mod/settings.php:388 -msgid "Empty passwords are not allowed. Password unchanged." -msgstr "空的密码禁止。密码没未改变的。" - -#: mod/settings.php:394 -msgid "Wrong password." -msgstr "密码不正确。" - -#: mod/settings.php:401 -msgid "Password changed." -msgstr "密码变化了。" - -#: mod/settings.php:403 -msgid "Password update failed. Please try again." -msgstr "密码更新失败了。请再试。" - -#: mod/settings.php:493 -msgid " Please use a shorter name." -msgstr " 请用一个更短的名字。" - -#: mod/settings.php:496 -msgid " Name too short." -msgstr " 名字过短。" - -#: mod/settings.php:504 -msgid "Wrong Password" -msgstr "密码不正确" - -#: mod/settings.php:509 -msgid "Invalid email." -msgstr "无效的邮箱。" - -#: mod/settings.php:516 -msgid "Cannot change to that email." -msgstr "" - -#: mod/settings.php:569 -msgid "Private forum has no privacy permissions. Using default privacy group." -msgstr "私人评坛没有隐私批准。默认隐私组用者。" - -#: mod/settings.php:572 -msgid "Private forum has no privacy permissions and no default privacy group." -msgstr "私人评坛没有隐私批准或默认隐私组。" - -#: mod/settings.php:612 -msgid "Settings updated." -msgstr "设置更新了。" - -#: mod/settings.php:678 mod/settings.php:704 mod/settings.php:740 -msgid "Add application" -msgstr "加入应用" - -#: mod/settings.php:682 mod/settings.php:708 -msgid "Consumer Key" -msgstr "钥匙(Consumer Key)" - -#: mod/settings.php:683 mod/settings.php:709 -msgid "Consumer Secret" -msgstr "密码(Consumer Secret)" - -#: mod/settings.php:684 mod/settings.php:710 -msgid "Redirect" -msgstr "重定向" - -#: mod/settings.php:685 mod/settings.php:711 -msgid "Icon url" -msgstr "图符URL" - -#: mod/settings.php:696 -msgid "You can't edit this application." -msgstr "您不能编辑这个应用。" - -#: mod/settings.php:739 -msgid "Connected Apps" -msgstr "连接着应用" - -#: mod/settings.php:741 src/Object/Post.php:154 src/Object/Post.php:156 -msgid "Edit" -msgstr "编辑" - -#: mod/settings.php:743 -msgid "Client key starts with" -msgstr "客户钥匙头字是" - -#: mod/settings.php:744 -msgid "No name" -msgstr "无名" - -#: mod/settings.php:745 -msgid "Remove authorization" -msgstr "撤消权能" - -#: mod/settings.php:756 -msgid "No Addon settings configured" -msgstr "" - -#: mod/settings.php:765 -msgid "Addon Settings" -msgstr "" - -#: mod/settings.php:786 -msgid "Additional Features" -msgstr "附加特性" - -#: mod/settings.php:808 src/Content/ContactSelector.php:83 -msgid "Diaspora" -msgstr "Diaspora" - -#: mod/settings.php:808 mod/settings.php:809 -msgid "enabled" -msgstr "能够做的" - -#: mod/settings.php:808 mod/settings.php:809 -msgid "disabled" -msgstr "已停用" - -#: mod/settings.php:808 mod/settings.php:809 -#, php-format -msgid "Built-in support for %s connectivity is %s" -msgstr "包括的支持为%s连通性是%s" - -#: mod/settings.php:809 -msgid "GNU Social (OStatus)" -msgstr "" - -#: mod/settings.php:840 -msgid "Email access is disabled on this site." -msgstr "电子邮件访问在这个站上被禁用。" - -#: mod/settings.php:850 -msgid "General Social Media Settings" -msgstr "通用社交媒体设置" - -#: mod/settings.php:851 -msgid "Disable intelligent shortening" -msgstr "" - -#: mod/settings.php:851 -msgid "" -"Normally the system tries to find the best link to add to shortened posts. " -"If this option is enabled then every shortened post will always point to the" -" original friendica post." -msgstr "" - -#: mod/settings.php:852 -msgid "Automatically follow any GNU Social (OStatus) followers/mentioners" -msgstr "" - -#: mod/settings.php:852 -msgid "" -"If you receive a message from an unknown OStatus user, this option decides " -"what to do. If it is checked, a new contact will be created for every " -"unknown user." -msgstr "" - -#: mod/settings.php:853 -msgid "Default group for OStatus contacts" -msgstr "用于 OStatus 联系人的默认组" - -#: mod/settings.php:854 -msgid "Your legacy GNU Social account" -msgstr "" - -#: mod/settings.php:854 -msgid "" -"If you enter your old GNU Social/Statusnet account name here (in the format " -"user@domain.tld), your contacts will be added automatically. The field will " -"be emptied when done." -msgstr "" - -#: mod/settings.php:857 -msgid "Repair OStatus subscriptions" -msgstr "修复 OStatus 订阅" - -#: mod/settings.php:861 -msgid "Email/Mailbox Setup" -msgstr "邮件收件箱设置" - -#: mod/settings.php:862 -msgid "" -"If you wish to communicate with email contacts using this service " -"(optional), please specify how to connect to your mailbox." -msgstr "如果您想用这股服务(可选的)跟邮件熟人交流,请指定怎么连通您的收件箱。" - -#: mod/settings.php:863 -msgid "Last successful email check:" -msgstr "上个成功收件箱检查:" - -#: mod/settings.php:865 -msgid "IMAP server name:" -msgstr "IMAP服务器名字:" - -#: mod/settings.php:866 -msgid "IMAP port:" -msgstr "IMAP服务器端口:" - -#: mod/settings.php:867 -msgid "Security:" -msgstr "安全:" - -#: mod/settings.php:867 mod/settings.php:872 -msgid "None" -msgstr "没有" - -#: mod/settings.php:868 -msgid "Email login name:" -msgstr "邮件登录名:" - -#: mod/settings.php:869 -msgid "Email password:" -msgstr "邮件密码:" - -#: mod/settings.php:870 -msgid "Reply-to address:" -msgstr "回答地址:" - -#: mod/settings.php:871 -msgid "Send public posts to all email contacts:" -msgstr "发送公开文章给所有的邮件联系人:" - -#: mod/settings.php:872 -msgid "Action after import:" -msgstr "进口后行动:" - -#: mod/settings.php:872 src/Content/Nav.php:191 -msgid "Mark as seen" -msgstr "标注看过" - -#: mod/settings.php:872 -msgid "Move to folder" -msgstr "搬到文件夹" - -#: mod/settings.php:873 -msgid "Move to folder:" -msgstr "搬到文件夹:" - -#: mod/settings.php:916 -#, php-format -msgid "%s - (Unsupported)" -msgstr "" - -#: mod/settings.php:918 -#, php-format -msgid "%s - (Experimental)" -msgstr "" - -#: mod/settings.php:961 -msgid "Display Settings" -msgstr "表示设置" - -#: mod/settings.php:967 mod/settings.php:991 -msgid "Display Theme:" -msgstr "显示主题:" - -#: mod/settings.php:968 -msgid "Mobile Theme:" -msgstr "手机主题:" - -#: mod/settings.php:969 -msgid "Suppress warning of insecure networks" -msgstr "" - -#: mod/settings.php:969 -msgid "" -"Should the system suppress the warning that the current group contains " -"members of networks that can't receive non public postings." -msgstr "" - -#: mod/settings.php:970 -msgid "Update browser every xx seconds" -msgstr "更新游览器每XX秒" - -#: mod/settings.php:970 -msgid "Minimum of 10 seconds. Enter -1 to disable it." -msgstr "至少 10 秒。输入 -1 禁用。" - -#: mod/settings.php:971 -msgid "Number of items to display per page:" -msgstr "每页表示多少项目:" - -#: mod/settings.php:971 mod/settings.php:972 -msgid "Maximum of 100 items" -msgstr "最多100项目" - -#: mod/settings.php:972 -msgid "Number of items to display per page when viewed from mobile device:" -msgstr "用手机看一页展示多少项目:" - -#: mod/settings.php:973 -msgid "Don't show emoticons" -msgstr "不显示表情符号" - -#: mod/settings.php:974 -msgid "Calendar" -msgstr "日历" - -#: mod/settings.php:975 -msgid "Beginning of week:" -msgstr "一周的开始:" - -#: mod/settings.php:976 -msgid "Don't show notices" -msgstr "不显示提示" - -#: mod/settings.php:977 -msgid "Infinite scroll" -msgstr "无限的滚动" - -#: mod/settings.php:978 -msgid "Automatic updates only at the top of the network page" -msgstr "" - -#: mod/settings.php:978 -msgid "" -"When disabled, the network page is updated all the time, which could be " -"confusing while reading." -msgstr "" - -#: mod/settings.php:979 -msgid "Bandwith Saver Mode" -msgstr "省流量模式" - -#: mod/settings.php:979 -msgid "" -"When enabled, embedded content is not displayed on automatic updates, they " -"only show on page reload." -msgstr "当启用时,嵌入的内容不会在自动更新时显示,它们只在页面重载时显示。" - -#: mod/settings.php:980 -msgid "Smart Threading" -msgstr "" - -#: mod/settings.php:980 -msgid "" -"When enabled, suppress extraneous thread indentation while keeping it where " -"it matters. Only works if threading is available and enabled." -msgstr "" - -#: mod/settings.php:982 -msgid "General Theme Settings" -msgstr "通用主题设置" - -#: mod/settings.php:983 -msgid "Custom Theme Settings" -msgstr "自定义主题设置" - -#: mod/settings.php:984 -msgid "Content Settings" -msgstr "内容设置" - -#: mod/settings.php:985 view/theme/duepuntozero/config.php:73 -#: view/theme/frio/config.php:115 view/theme/quattro/config.php:75 -#: view/theme/vier/config.php:121 -msgid "Theme settings" -msgstr "主题设置" - -#: mod/settings.php:1006 -msgid "Unable to find your profile. Please contact your admin." -msgstr "无法找到您的简介。请联系您的管理员。" - -#: mod/settings.php:1048 -msgid "Account Types" -msgstr "账户类型" - -#: mod/settings.php:1049 -msgid "Personal Page Subtypes" -msgstr "" - -#: mod/settings.php:1050 -msgid "Community Forum Subtypes" -msgstr "" - -#: mod/settings.php:1057 -msgid "Personal Page" -msgstr "个人页面" - -#: mod/settings.php:1058 -msgid "Account for a personal profile." -msgstr "" - -#: mod/settings.php:1061 -msgid "Organisation Page" -msgstr "" - -#: mod/settings.php:1062 -msgid "" -"Account for an organisation that automatically approves contact requests as " -"\"Followers\"." -msgstr "" - -#: mod/settings.php:1065 -msgid "News Page" -msgstr "新闻页面" - -#: mod/settings.php:1066 -msgid "" -"Account for a news reflector that automatically approves contact requests as" -" \"Followers\"." -msgstr "" - -#: mod/settings.php:1069 -msgid "Community Forum" -msgstr "" - -#: mod/settings.php:1070 -msgid "Account for community discussions." -msgstr "" - -#: mod/settings.php:1073 -msgid "Normal Account Page" -msgstr "标准账户页面" - -#: mod/settings.php:1074 -msgid "" -"Account for a regular personal profile that requires manual approval of " -"\"Friends\" and \"Followers\"." -msgstr "" - -#: mod/settings.php:1077 -msgid "Soapbox Page" -msgstr "演讲台页" - -#: mod/settings.php:1078 -msgid "" -"Account for a public profile that automatically approves contact requests as" -" \"Followers\"." -msgstr "" - -#: mod/settings.php:1081 -msgid "Public Forum" -msgstr "公共论坛" - -#: mod/settings.php:1082 -msgid "Automatically approves all contact requests." -msgstr "" - -#: mod/settings.php:1085 -msgid "Automatic Friend Page" -msgstr "自动朋友页" - -#: mod/settings.php:1086 -msgid "" -"Account for a popular profile that automatically approves contact requests " -"as \"Friends\"." -msgstr "" - -#: mod/settings.php:1089 -msgid "Private Forum [Experimental]" -msgstr "隐私评坛[实验性的 ]" - -#: mod/settings.php:1090 -msgid "Requires manual approval of contact requests." -msgstr "" - -#: mod/settings.php:1101 -msgid "OpenID:" -msgstr "OpenID:" - -#: mod/settings.php:1101 -msgid "(Optional) Allow this OpenID to login to this account." -msgstr "(可选的) 允许这个 OpenID 登录这个账户。" - -#: mod/settings.php:1109 -msgid "Publish your default profile in your local site directory?" -msgstr "出版您默认简介在您当地的网站目录?" - -#: mod/settings.php:1109 -#, php-format -msgid "" -"Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public." -msgstr "" - -#: mod/settings.php:1115 -msgid "Publish your default profile in the global social directory?" -msgstr "出版您默认简介在综合社会目录?" - -#: mod/settings.php:1115 -#, php-format -msgid "" -"Your profile will be publishedin this node's local " -"directory. Your profile details may be publicly visible depending on the" -" system settings." -msgstr "" - -#: mod/settings.php:1122 -msgid "Hide your contact/friend list from viewers of your default profile?" -msgstr "在您的默认简介中向访问者隐藏您的联系人/朋友列表?" - -#: mod/settings.php:1122 -msgid "" -"Your contact list won't be shown in your default profile page. You can " -"decide to show your contact list separately for each additional profile you " -"create" -msgstr "" - -#: mod/settings.php:1126 -msgid "Hide your profile details from anonymous viewers?" -msgstr "对匿名访问者隐藏详细简介?" - -#: mod/settings.php:1126 -msgid "" -"Anonymous visitors will only see your profile picture, your display name and" -" the nickname you are using on your profile page. Disables posting public " -"messages to Diaspora and other networks." -msgstr "" - -#: mod/settings.php:1130 -msgid "Allow friends to post to your profile page?" -msgstr "允许朋友们贴文章在您的简介页?" - -#: mod/settings.php:1130 -msgid "" -"Your contacts may write posts on your profile wall. These posts will be " -"distributed to your contacts" -msgstr "" - -#: mod/settings.php:1134 -msgid "Allow friends to tag your posts?" -msgstr "允许朋友们标签您的文章?" - -#: mod/settings.php:1134 -msgid "Your contacts can add additional tags to your posts." -msgstr "" - -#: mod/settings.php:1138 -msgid "Allow us to suggest you as a potential friend to new members?" -msgstr "允许我们建议您潜力朋友给新成员?" - -#: mod/settings.php:1138 -msgid "" -"If you like, Friendica may suggest new members to add you as a contact." -msgstr "" - -#: mod/settings.php:1142 -msgid "Permit unknown people to send you private mail?" -msgstr "允许生人寄给您私人邮件?" - -#: mod/settings.php:1142 -msgid "" -"Friendica network users may send you private messages even if they are not " -"in your contact list." -msgstr "" - -#: mod/settings.php:1146 -msgid "Profile is not published." -msgstr "简介未发布。" - -#: mod/settings.php:1152 -#, php-format -msgid "Your Identity Address is '%s' or '%s'." -msgstr "你的身份地址是 '%s' 或者 '%s'." - -#: mod/settings.php:1159 -msgid "Automatically expire posts after this many days:" -msgstr "在这数天后自动使文章过期:" - -#: mod/settings.php:1159 -msgid "If empty, posts will not expire. Expired posts will be deleted" -msgstr "如果为空,文章不会过期。过期的文章将被删除" - -#: mod/settings.php:1160 -msgid "Advanced expiration settings" -msgstr "高级过期设置" - -#: mod/settings.php:1161 -msgid "Advanced Expiration" -msgstr "先进的过期" - -#: mod/settings.php:1162 -msgid "Expire posts:" -msgstr "把文章过期:" - -#: mod/settings.php:1163 -msgid "Expire personal notes:" -msgstr "把私人便条过期:" - -#: mod/settings.php:1164 -msgid "Expire starred posts:" -msgstr "把星的文章过期:" - -#: mod/settings.php:1165 -msgid "Expire photos:" -msgstr "把照片过期:" - -#: mod/settings.php:1166 -msgid "Only expire posts by others:" -msgstr "只别人的文章过期:" - -#: mod/settings.php:1196 -msgid "Account Settings" -msgstr "帐户设置" - -#: mod/settings.php:1204 -msgid "Password Settings" -msgstr "密码设置" - -#: mod/settings.php:1206 -msgid "Leave password fields blank unless changing" -msgstr "留空密码字段,除非要修改" - -#: mod/settings.php:1207 -msgid "Current Password:" -msgstr "当前密码:" - -#: mod/settings.php:1207 mod/settings.php:1208 -msgid "Your current password to confirm the changes" -msgstr "你的当前密码,来确认修改" - -#: mod/settings.php:1208 -msgid "Password:" -msgstr "密码:" - -#: mod/settings.php:1212 -msgid "Basic Settings" -msgstr "基础设置" - -#: mod/settings.php:1213 src/Model/Profile.php:724 -msgid "Full Name:" -msgstr "全名:" - -#: mod/settings.php:1214 -msgid "Email Address:" -msgstr "电子邮件地址:" - -#: mod/settings.php:1215 -msgid "Your Timezone:" -msgstr "你的时区:" - -#: mod/settings.php:1216 -msgid "Your Language:" -msgstr "你的语言:" - -#: mod/settings.php:1216 -msgid "" -"Set the language we use to show you friendica interface and to send you " -"emails" -msgstr "" - -#: mod/settings.php:1217 -msgid "Default Post Location:" -msgstr "默认文章位置:" - -#: mod/settings.php:1218 -msgid "Use Browser Location:" -msgstr "使用浏览器位置:" - -#: mod/settings.php:1221 -msgid "Security and Privacy Settings" -msgstr "安全和隐私设置" - -#: mod/settings.php:1223 -msgid "Maximum Friend Requests/Day:" -msgstr "每天最大朋友请求数:" - -#: mod/settings.php:1223 mod/settings.php:1252 -msgid "(to prevent spam abuse)" -msgstr "(用于防止垃圾信息滥用)" - -#: mod/settings.php:1224 -msgid "Default Post Permissions" -msgstr "默认文章权限" - -#: mod/settings.php:1225 -msgid "(click to open/close)" -msgstr "(点击来打开/关闭)" - -#: mod/settings.php:1235 -msgid "Default Private Post" -msgstr "默认私人文章" - -#: mod/settings.php:1236 -msgid "Default Public Post" -msgstr "默认公开文章" - -#: mod/settings.php:1240 -msgid "Default Permissions for New Posts" -msgstr "新文章的默认权限" - -#: mod/settings.php:1252 -msgid "Maximum private messages per day from unknown people:" -msgstr "每天来自未知的人的私信:" - -#: mod/settings.php:1255 -msgid "Notification Settings" -msgstr "通知设置" - -#: mod/settings.php:1256 -msgid "By default post a status message when:" -msgstr "默认地发现状通知如果:" - -#: mod/settings.php:1257 -msgid "accepting a friend request" -msgstr "接受朋友邀请" - -#: mod/settings.php:1258 -msgid "joining a forum/community" -msgstr "加入一个论坛/社区" - -#: mod/settings.php:1259 -msgid "making an interesting profile change" -msgstr "把简介有意思地变修改" - -#: mod/settings.php:1260 -msgid "Send a notification email when:" -msgstr "发一个消息要是:" - -#: mod/settings.php:1261 -msgid "You receive an introduction" -msgstr "你收到一份介绍" - -#: mod/settings.php:1262 -msgid "Your introductions are confirmed" -msgstr "你的介绍被确认了" - -#: mod/settings.php:1263 -msgid "Someone writes on your profile wall" -msgstr "某人写在你的简历墙" - -#: mod/settings.php:1264 -msgid "Someone writes a followup comment" -msgstr "某人写一个后续的评论" - -#: mod/settings.php:1265 -msgid "You receive a private message" -msgstr "你收到一封私信" - -#: mod/settings.php:1266 -msgid "You receive a friend suggestion" -msgstr "你受到一个朋友建议" - -#: mod/settings.php:1267 -msgid "You are tagged in a post" -msgstr "你被在新闻标签" - -#: mod/settings.php:1268 -msgid "You are poked/prodded/etc. in a post" -msgstr "您在文章被戳" - -#: mod/settings.php:1270 -msgid "Activate desktop notifications" -msgstr "启用桌面通知" - -#: mod/settings.php:1270 -msgid "Show desktop popup on new notifications" -msgstr "在有新的提示时显示桌面弹出窗口" - -#: mod/settings.php:1272 -msgid "Text-only notification emails" -msgstr "纯文本通知邮件" - -#: mod/settings.php:1274 -msgid "Send text only notification emails, without the html part" -msgstr "发送纯文本通知邮件,无 html 部分" - -#: mod/settings.php:1276 -msgid "Show detailled notifications" -msgstr "" - -#: mod/settings.php:1278 -msgid "" -"Per default the notificiation are condensed to a single notification per " -"item. When enabled, every notification is displayed." -msgstr "" - -#: mod/settings.php:1280 -msgid "Advanced Account/Page Type Settings" -msgstr "专家账户/页种设置" - -#: mod/settings.php:1281 -msgid "Change the behaviour of this account for special situations" -msgstr "把这个账户特别情况的时候行动变化" - -#: mod/settings.php:1284 -msgid "Relocate" -msgstr "调动" - -#: mod/settings.php:1285 -msgid "" -"If you have moved this profile from another server, and some of your " -"contacts don't receive your updates, try pushing this button." -msgstr "如果您调动这个简介从别的服务器但有的熟人没收到您的更新,尝试按这个钮。" - -#: mod/settings.php:1286 -msgid "Resend relocate message to contacts" -msgstr "把调动信息寄给熟人" - -#: mod/subthread.php:113 -#, php-format -msgid "%1$s is following %2$s's %3$s" -msgstr "%1$s关注着%2$s的%3$s" - -#: mod/tagrm.php:47 -msgid "Tag removed" -msgstr "标签去除了" - -#: mod/tagrm.php:85 -msgid "Remove Item Tag" -msgstr "去除项目标签" - -#: mod/tagrm.php:87 -msgid "Select a tag to remove: " -msgstr "选择删除一个标签: " - -#: mod/uexport.php:44 -msgid "Export account" -msgstr "导出账户" - -#: mod/uexport.php:44 -msgid "" -"Export your account info and contacts. Use this to make a backup of your " -"account and/or to move it to another server." -msgstr "导出你的账户信息和联系人。用这个功能来生成一个你的账户的备份,并且/或者把它移到另外一个服务器。" - -#: mod/uexport.php:45 -msgid "Export all" -msgstr "导出全部" - -#: mod/uexport.php:45 -msgid "" -"Export your accout info, contacts and all your items as json. Could be a " -"very big file, and could take a lot of time. Use this to make a full backup " -"of your account (photos are not exported)" -msgstr "导出你的账户信息、联系人和所有你的项目为 json 格式。可能会是一个很大的文件,并可能花费很多时间。用这个功能来做一个你的账户的全备份(照片不会被导出)" - -#: mod/videos.php:140 -msgid "Do you really want to delete this video?" -msgstr "你真的想删除这个视频吗?" - -#: mod/videos.php:145 -msgid "Delete Video" -msgstr "删除视频" - -#: mod/videos.php:208 -msgid "No videos selected" -msgstr "没有视频被选择" - -#: mod/videos.php:397 -msgid "Recent Videos" -msgstr "最近的视频" - -#: mod/videos.php:399 -msgid "Upload New Videos" -msgstr "上传新视频" - -#: mod/viewcontacts.php:87 -msgid "No contacts." -msgstr "没有联系人。" - -#: mod/viewsrc.php:12 -msgid "Access denied." -msgstr "没有用权。" - -#: mod/wallmessage.php:49 mod/wallmessage.php:112 -#, php-format -msgid "Number of daily wall messages for %s exceeded. Message failed." -msgstr "一天最多墙通知给%s超过了。通知没有通过 。" - -#: mod/wallmessage.php:60 -msgid "Unable to check your home location." -msgstr "核对不了您的主页。" - -#: mod/wallmessage.php:86 mod/wallmessage.php:95 -msgid "No recipient." -msgstr "没有接受者。" - -#: mod/wallmessage.php:133 -#, php-format -msgid "" -"If you wish for %s to respond, please check that the privacy settings on " -"your site allow private mail from unknown senders." -msgstr "如果您想%s回答,请核对您网站的隐私设置允许生发送人的私人邮件。" - #: view/theme/duepuntozero/config.php:54 src/Model/User.php:475 msgid "default" msgstr "默认" @@ -7550,7 +7550,7 @@ msgstr "登录页面背景图片" #: view/theme/frio/config.php:130 msgid "Login page background color" -msgstr "" +msgstr "登录页面背景色" #: view/theme/frio/config.php:130 msgid "Leave background image and color empty for theme defaults" @@ -7587,7 +7587,7 @@ msgid "Your photos" msgstr "你的照片" #: view/theme/frio/theme.php:262 src/Content/Nav.php:103 -#: src/Model/Profile.php:898 src/Model/Profile.php:901 +#: src/Model/Profile.php:912 src/Model/Profile.php:915 msgid "Videos" msgstr "视频" @@ -7604,7 +7604,7 @@ msgid "Conversations from your friends" msgstr "来自你的朋友们的交谈" #: view/theme/frio/theme.php:267 src/Content/Nav.php:169 -#: src/Model/Profile.php:913 src/Model/Profile.php:924 +#: src/Model/Profile.php:927 src/Model/Profile.php:938 msgid "Events and Calendar" msgstr "事件和日历" @@ -7792,7 +7792,7 @@ msgstr[0] "%d 个联系人没导入" msgid "Done. You can now login with your username and password" msgstr "完成。你现在可以用你的用户名和密码登录" -#: src/Util/Temporal.php:147 src/Model/Profile.php:744 +#: src/Util/Temporal.php:147 src/Model/Profile.php:758 msgid "Birthday:" msgstr "生日:" @@ -8380,7 +8380,7 @@ msgstr "能按时期范围选择文章" #: src/Content/Feature.php:97 src/Content/Feature.php:127 msgid "List Forums" -msgstr "" +msgstr "列出各论坛" #: src/Content/Feature.php:97 msgid "Enable widget to display the forums your are connected with" @@ -8512,11 +8512,11 @@ msgstr "" #: src/Content/Feature.php:128 msgid "Tag Cloud" -msgstr "" +msgstr "标签云" #: src/Content/Feature.php:128 msgid "Provide a personal tag cloud on your profile page" -msgstr "" +msgstr "在您的个人简介中提供个人标签云" #: src/Content/Feature.php:129 msgid "Display Membership Date" @@ -8671,233 +8671,17 @@ msgstr "创建新组" msgid "Edit groups" msgstr "编辑组" -#: src/Model/Contact.php:559 -msgid "Drop Contact" -msgstr "删除联系人" - -#: src/Model/Contact.php:962 -msgid "Organisation" -msgstr "组织" - -#: src/Model/Contact.php:965 -msgid "News" -msgstr "新闻" - -#: src/Model/Contact.php:968 -msgid "Forum" -msgstr "论坛" - -#: src/Model/Contact.php:1147 -msgid "Connect URL missing." -msgstr "连接URL失踪的。" - -#: src/Model/Contact.php:1156 -msgid "" -"The contact could not be added. Please check the relevant network " -"credentials in your Settings -> Social Networks page." -msgstr "" - -#: src/Model/Contact.php:1184 -msgid "" -"This site is not configured to allow communications with other networks." -msgstr "这网站没配置允许跟别的网络交流." - -#: src/Model/Contact.php:1185 src/Model/Contact.php:1199 -msgid "No compatible communication protocols or feeds were discovered." -msgstr "没有兼容协议或者摘要找到了." - -#: src/Model/Contact.php:1197 -msgid "The profile address specified does not provide adequate information." -msgstr "输入的简介地址没有够消息。" - -#: src/Model/Contact.php:1202 -msgid "An author or name was not found." -msgstr "找不到作者或名。" - -#: src/Model/Contact.php:1205 -msgid "No browser URL could be matched to this address." -msgstr "这个地址没有符合什么游览器URL。" - -#: src/Model/Contact.php:1208 -msgid "" -"Unable to match @-style Identity Address with a known protocol or email " -"contact." -msgstr "无法匹配一个@-风格的身份地址和一个已知的协议或电子邮件联系人。" - -#: src/Model/Contact.php:1209 -msgid "Use mailto: in front of address to force email check." -msgstr "输入mailto:地址前为要求电子邮件检查。" - -#: src/Model/Contact.php:1215 -msgid "" -"The profile address specified belongs to a network which has been disabled " -"on this site." -msgstr "输入的简介地址属在这个网站使不可用的网络。" - -#: src/Model/Contact.php:1220 -msgid "" -"Limited profile. This person will be unable to receive direct/personal " -"notifications from you." -msgstr "有限的简介。这人不会接受直达/私人通信从您。" - -#: src/Model/Contact.php:1290 -msgid "Unable to retrieve contact information." -msgstr "无法检索联系人信息。" - -#: src/Model/Contact.php:1502 -#, php-format -msgid "%s's birthday" -msgstr "%s的生日" - -#: src/Model/Contact.php:1503 src/Protocol/DFRN.php:1398 -#, php-format -msgid "Happy Birthday %s" -msgstr "生日快乐%s" - -#: src/Model/Item.php:1666 -#, php-format -msgid "%1$s is attending %2$s's %3$s" -msgstr "%1$s 正在参加 %2$s 的 %3$s" - -#: src/Model/Item.php:1671 -#, php-format -msgid "%1$s is not attending %2$s's %3$s" -msgstr "%1$s 不在参加 %2$s 的 %3$s" - -#: src/Model/Item.php:1676 -#, php-format -msgid "%1$s may attend %2$s's %3$s" -msgstr "%1$s 可以参加 %2$s 的 %3$s" - #: src/Model/Mail.php:40 src/Model/Mail.php:174 msgid "[no subject]" msgstr "[无题目]" -#: src/Model/Profile.php:97 -msgid "Requested account is not available." -msgstr "要求的账户不可用。" - -#: src/Model/Profile.php:168 src/Model/Profile.php:399 -#: src/Model/Profile.php:845 -msgid "Edit profile" -msgstr "修改简介" - -#: src/Model/Profile.php:336 -msgid "Atom feed" -msgstr "" - -#: src/Model/Profile.php:372 -msgid "Manage/edit profiles" -msgstr "管理/修改简介" - -#: src/Model/Profile.php:548 src/Model/Profile.php:641 -msgid "g A l F d" -msgstr "g A l d F" - -#: src/Model/Profile.php:549 -msgid "F d" -msgstr "F d" - -#: src/Model/Profile.php:606 src/Model/Profile.php:689 -msgid "[today]" -msgstr "[今天]" - -#: src/Model/Profile.php:617 -msgid "Birthday Reminders" -msgstr "提醒生日" - -#: src/Model/Profile.php:618 -msgid "Birthdays this week:" -msgstr "这周的生日:" - -#: src/Model/Profile.php:676 -msgid "[No description]" -msgstr "[无描述]" - -#: src/Model/Profile.php:703 -msgid "Event Reminders" -msgstr "事件提醒" - -#: src/Model/Profile.php:704 -msgid "Events this week:" -msgstr "这周的事件:" - -#: src/Model/Profile.php:727 -msgid "Member since:" -msgstr "" - -#: src/Model/Profile.php:735 -msgid "j F, Y" -msgstr "j F, Y" - -#: src/Model/Profile.php:736 -msgid "j F" -msgstr "j F" - -#: src/Model/Profile.php:751 -msgid "Age:" -msgstr "年龄:" - -#: src/Model/Profile.php:764 -#, php-format -msgid "for %1$d %2$s" -msgstr "为%1$d %2$s" - -#: src/Model/Profile.php:788 -msgid "Religion:" -msgstr "宗教:" - -#: src/Model/Profile.php:796 -msgid "Hobbies/Interests:" -msgstr "爱好/兴趣" - -#: src/Model/Profile.php:808 -msgid "Contact information and Social Networks:" -msgstr "联系人消息和社交网络:" - -#: src/Model/Profile.php:812 -msgid "Musical interests:" -msgstr "音乐兴趣:" - -#: src/Model/Profile.php:816 -msgid "Books, literature:" -msgstr "书,文学" - -#: src/Model/Profile.php:820 -msgid "Television:" -msgstr "电视:" - -#: src/Model/Profile.php:824 -msgid "Film/dance/culture/entertainment:" -msgstr "电影/跳舞/文化/娱乐:" - -#: src/Model/Profile.php:828 -msgid "Love/Romance:" -msgstr "爱情/浪漫" - -#: src/Model/Profile.php:832 -msgid "Work/employment:" -msgstr "工作" - -#: src/Model/Profile.php:836 -msgid "School/education:" -msgstr "学院/教育" - -#: src/Model/Profile.php:841 -msgid "Forums:" -msgstr "" - -#: src/Model/Profile.php:935 -msgid "Only You Can See This" -msgstr "只有你可以看这个" - #: src/Model/User.php:142 msgid "Login failed" msgstr "登录失败" #: src/Model/User.php:173 msgid "Not enough information to authenticate" -msgstr "" +msgstr "没有足够信息以认证" #: src/Model/User.php:319 msgid "An invitation is required." @@ -9031,11 +8815,222 @@ msgid "" "\t\t\tThank you and welcome to %2$s." msgstr "" -#: src/Protocol/DFRN.php:1397 +#: src/Model/Contact.php:559 +msgid "Drop Contact" +msgstr "删除联系人" + +#: src/Model/Contact.php:962 +msgid "Organisation" +msgstr "组织" + +#: src/Model/Contact.php:965 +msgid "News" +msgstr "新闻" + +#: src/Model/Contact.php:968 +msgid "Forum" +msgstr "论坛" + +#: src/Model/Contact.php:1147 +msgid "Connect URL missing." +msgstr "连接URL失踪的。" + +#: src/Model/Contact.php:1156 +msgid "" +"The contact could not be added. Please check the relevant network " +"credentials in your Settings -> Social Networks page." +msgstr "" + +#: src/Model/Contact.php:1184 +msgid "" +"This site is not configured to allow communications with other networks." +msgstr "这网站没配置允许跟别的网络交流." + +#: src/Model/Contact.php:1185 src/Model/Contact.php:1199 +msgid "No compatible communication protocols or feeds were discovered." +msgstr "没有兼容协议或者摘要找到了." + +#: src/Model/Contact.php:1197 +msgid "The profile address specified does not provide adequate information." +msgstr "输入的简介地址没有够消息。" + +#: src/Model/Contact.php:1202 +msgid "An author or name was not found." +msgstr "找不到作者或名。" + +#: src/Model/Contact.php:1205 +msgid "No browser URL could be matched to this address." +msgstr "这个地址没有符合什么游览器URL。" + +#: src/Model/Contact.php:1208 +msgid "" +"Unable to match @-style Identity Address with a known protocol or email " +"contact." +msgstr "无法匹配一个@-风格的身份地址和一个已知的协议或电子邮件联系人。" + +#: src/Model/Contact.php:1209 +msgid "Use mailto: in front of address to force email check." +msgstr "输入mailto:地址前为要求电子邮件检查。" + +#: src/Model/Contact.php:1215 +msgid "" +"The profile address specified belongs to a network which has been disabled " +"on this site." +msgstr "输入的简介地址属在这个网站使不可用的网络。" + +#: src/Model/Contact.php:1220 +msgid "" +"Limited profile. This person will be unable to receive direct/personal " +"notifications from you." +msgstr "有限的简介。这人不会接受直达/私人通信从您。" + +#: src/Model/Contact.php:1290 +msgid "Unable to retrieve contact information." +msgstr "无法检索联系人信息。" + +#: src/Model/Contact.php:1502 #, php-format -msgid "%s\\'s birthday" +msgid "%s's birthday" msgstr "%s的生日" +#: src/Model/Contact.php:1503 src/Protocol/DFRN.php:1398 +#, php-format +msgid "Happy Birthday %s" +msgstr "生日快乐%s" + +#: src/Model/Item.php:1666 +#, php-format +msgid "%1$s is attending %2$s's %3$s" +msgstr "%1$s 正在参加 %2$s 的 %3$s" + +#: src/Model/Item.php:1671 +#, php-format +msgid "%1$s is not attending %2$s's %3$s" +msgstr "%1$s 不在参加 %2$s 的 %3$s" + +#: src/Model/Item.php:1676 +#, php-format +msgid "%1$s may attend %2$s's %3$s" +msgstr "%1$s 可以参加 %2$s 的 %3$s" + +#: src/Model/Profile.php:97 +msgid "Requested account is not available." +msgstr "要求的账户不可用。" + +#: src/Model/Profile.php:168 src/Model/Profile.php:399 +#: src/Model/Profile.php:859 +msgid "Edit profile" +msgstr "修改简介" + +#: src/Model/Profile.php:336 +msgid "Atom feed" +msgstr "" + +#: src/Model/Profile.php:372 +msgid "Manage/edit profiles" +msgstr "管理/修改简介" + +#: src/Model/Profile.php:548 src/Model/Profile.php:641 +msgid "g A l F d" +msgstr "g A l d F" + +#: src/Model/Profile.php:549 +msgid "F d" +msgstr "F d" + +#: src/Model/Profile.php:606 src/Model/Profile.php:703 +msgid "[today]" +msgstr "[今天]" + +#: src/Model/Profile.php:617 +msgid "Birthday Reminders" +msgstr "提醒生日" + +#: src/Model/Profile.php:618 +msgid "Birthdays this week:" +msgstr "这周的生日:" + +#: src/Model/Profile.php:690 +msgid "[No description]" +msgstr "[无描述]" + +#: src/Model/Profile.php:717 +msgid "Event Reminders" +msgstr "事件提醒" + +#: src/Model/Profile.php:718 +msgid "Events this week:" +msgstr "这周的事件:" + +#: src/Model/Profile.php:741 +msgid "Member since:" +msgstr "" + +#: src/Model/Profile.php:749 +msgid "j F, Y" +msgstr "j F, Y" + +#: src/Model/Profile.php:750 +msgid "j F" +msgstr "j F" + +#: src/Model/Profile.php:765 +msgid "Age:" +msgstr "年龄:" + +#: src/Model/Profile.php:778 +#, php-format +msgid "for %1$d %2$s" +msgstr "为%1$d %2$s" + +#: src/Model/Profile.php:802 +msgid "Religion:" +msgstr "宗教:" + +#: src/Model/Profile.php:810 +msgid "Hobbies/Interests:" +msgstr "爱好/兴趣" + +#: src/Model/Profile.php:822 +msgid "Contact information and Social Networks:" +msgstr "联系人消息和社交网络:" + +#: src/Model/Profile.php:826 +msgid "Musical interests:" +msgstr "音乐兴趣:" + +#: src/Model/Profile.php:830 +msgid "Books, literature:" +msgstr "书,文学" + +#: src/Model/Profile.php:834 +msgid "Television:" +msgstr "电视:" + +#: src/Model/Profile.php:838 +msgid "Film/dance/culture/entertainment:" +msgstr "电影/跳舞/文化/娱乐:" + +#: src/Model/Profile.php:842 +msgid "Love/Romance:" +msgstr "爱情/浪漫" + +#: src/Model/Profile.php:846 +msgid "Work/employment:" +msgstr "工作" + +#: src/Model/Profile.php:850 +msgid "School/education:" +msgstr "学院/教育" + +#: src/Model/Profile.php:855 +msgid "Forums:" +msgstr "" + +#: src/Model/Profile.php:949 +msgid "Only You Can See This" +msgstr "只有你可以看这个" + #: src/Protocol/Diaspora.php:2584 msgid "Sharing notification from Diaspora network" msgstr "分享通知从Diaspora网络" @@ -9044,6 +9039,11 @@ msgstr "分享通知从Diaspora网络" msgid "Attachments:" msgstr "附件:" +#: src/Protocol/DFRN.php:1397 +#, php-format +msgid "%s\\'s birthday" +msgstr "%s的生日" + #: src/Protocol/OStatus.php:1774 #, php-format msgid "%s is now following %s." @@ -9062,7 +9062,7 @@ msgstr "%s 停止关注了 %s." msgid "stopped following" msgstr "结束关注了" -#: src/Worker/Delivery.php:390 +#: src/Worker/Delivery.php:391 msgid "(no subject)" msgstr "(无主题)" diff --git a/view/lang/zh-cn/strings.php b/view/lang/zh-cn/strings.php index bf32bc3b77..844063ec3a 100644 --- a/view/lang/zh-cn/strings.php +++ b/view/lang/zh-cn/strings.php @@ -18,124 +18,20 @@ $a->strings["show"] = "显示"; $a->strings["don't show"] = "不要显示"; $a->strings["CC: email addresses"] = "抄送: 电子邮件地址"; $a->strings["Example: bob@example.com, mary@example.com"] = "比如: li@example.com, wang@example.com"; -$a->strings["Permissions"] = "权利"; +$a->strings["Permissions"] = "权限"; $a->strings["Close"] = "关闭"; $a->strings["Daily posting limit of %d post reached. The post was rejected."] = [ - 0 => "达到每日 %d 发文限制。这篇文章被拒绝发出。", + 0 => "达到每日 %d 发文限制。此文被拒绝发出。", ]; $a->strings["Weekly posting limit of %d post reached. The post was rejected."] = [ - 0 => "", + 0 => "达到每周 %d 发文限制。此文被拒绝发出。", ]; -$a->strings["Monthly posting limit of %d post reached. The post was rejected."] = ""; +$a->strings["Monthly posting limit of %d post reached. The post was rejected."] = "达到每月 %d 发文限制。此文被拒绝发出。"; $a->strings["Profile Photos"] = "简介照片"; $a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A"; $a->strings["Starts:"] = "开始:"; $a->strings["Finishes:"] = "结束:"; $a->strings["Location:"] = "位置:"; -$a->strings["event"] = "项目"; -$a->strings["status"] = "现状"; -$a->strings["photo"] = "照片"; -$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s 喜欢 %2\$s 的 %3\$s"; -$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s 不喜欢 %2\$s 的 %3\$s"; -$a->strings["%1\$s attends %2\$s's %3\$s"] = "%1\$s 参加了 %2\$s 的 %3\$s"; -$a->strings["%1\$s doesn't attend %2\$s's %3\$s"] = "%1\$s 没有参加 %2\$s 的 %3\$s"; -$a->strings["%1\$s attends maybe %2\$s's %3\$s"] = ""; -$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s是成为%2\$s的朋友"; -$a->strings["%1\$s poked %2\$s"] = "%1\$s把%2\$s戳"; -$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s把%4\$s标签%2\$s的%3\$s"; -$a->strings["post/item"] = "文章/项目"; -$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s标注%2\$s的%3\$s为偏爱"; -$a->strings["Likes"] = "喜欢"; -$a->strings["Dislikes"] = "不喜欢"; -$a->strings["Attending"] = [ - 0 => "正在参加", -]; -$a->strings["Not attending"] = "不在参加"; -$a->strings["Might attend"] = "可以参加"; -$a->strings["Select"] = "选择"; -$a->strings["Delete"] = "删除"; -$a->strings["View %s's profile @ %s"] = "看%s的简介@ %s"; -$a->strings["Categories:"] = "种类:"; -$a->strings["Filed under:"] = "归档在:"; -$a->strings["%s from %s"] = "%s从%s"; -$a->strings["View in context"] = "看在上下文"; -$a->strings["Please wait"] = "请等一下"; -$a->strings["remove"] = "删除"; -$a->strings["Delete Selected Items"] = "删除选的项目"; -$a->strings["Follow Thread"] = ""; -$a->strings["View Status"] = "看现状"; -$a->strings["View Profile"] = "看简介"; -$a->strings["View Photos"] = "看照片"; -$a->strings["Network Posts"] = "网络文章"; -$a->strings["View Contact"] = "查看联系人"; -$a->strings["Send PM"] = "发送私信"; -$a->strings["Poke"] = "戳"; -$a->strings["Connect/Follow"] = "连接/关注"; -$a->strings["%s likes this."] = "%s喜欢这个."; -$a->strings["%s doesn't like this."] = "%s没有喜欢这个."; -$a->strings["%s attends."] = "%s 参加。"; -$a->strings["%s doesn't attend."] = "%s 不参加。"; -$a->strings["%s attends maybe."] = ""; -$a->strings["and"] = "和"; -$a->strings["and %d other people"] = ""; -$a->strings["%2\$d people like this"] = "%2\$d人们喜欢这个"; -$a->strings["%s like this."] = "%s 赞了这个。"; -$a->strings["%2\$d people don't like this"] = "%2\$d人们不喜欢这个"; -$a->strings["%s don't like this."] = "%s 踩了这个。"; -$a->strings["%2\$d people attend"] = "%2\$d 人参加"; -$a->strings["%s attend."] = "%s 参加。"; -$a->strings["%2\$d people don't attend"] = "%2\$d 人不参加"; -$a->strings["%s don't attend."] = "%s 不参加。"; -$a->strings["%2\$d people attend maybe"] = ""; -$a->strings["%s anttend maybe."] = ""; -$a->strings["Visible to everybody"] = "大家可见的"; -$a->strings["Please enter a link URL:"] = "请输入一个链接 URL:"; -$a->strings["Please enter a video link/URL:"] = "请输入视频连接/URL:"; -$a->strings["Please enter an audio link/URL:"] = "请输入音响连接/URL:"; -$a->strings["Tag term:"] = "标签:"; -$a->strings["Save to Folder:"] = "保存再文件夹:"; -$a->strings["Where are you right now?"] = "你在哪里?"; -$a->strings["Delete item(s)?"] = "把项目删除吗?"; -$a->strings["Share"] = "分享"; -$a->strings["Upload photo"] = "上传照片"; -$a->strings["upload photo"] = "上传照片"; -$a->strings["Attach file"] = "附上文件"; -$a->strings["attach file"] = "附上文件"; -$a->strings["Insert web link"] = "插入网页链接"; -$a->strings["web link"] = "网页链接"; -$a->strings["Insert video link"] = "插入视频链接"; -$a->strings["video link"] = "视频链接"; -$a->strings["Insert audio link"] = "插入音频链接"; -$a->strings["audio link"] = "音频链接"; -$a->strings["Set your location"] = "设定您的位置"; -$a->strings["set location"] = "指定位置"; -$a->strings["Clear browser location"] = "清空浏览器位置"; -$a->strings["clear location"] = "清除位置"; -$a->strings["Set title"] = "指定标题"; -$a->strings["Categories (comma-separated list)"] = "种类(逗号分隔单)"; -$a->strings["Permission settings"] = "权设置"; -$a->strings["permissions"] = "权利"; -$a->strings["Public post"] = "公开的消息"; -$a->strings["Preview"] = "预览"; -$a->strings["Cancel"] = "退消"; -$a->strings["Post to Groups"] = "发到组"; -$a->strings["Post to Contacts"] = "发给联系人"; -$a->strings["Private post"] = "私人文章"; -$a->strings["Message"] = "通知"; -$a->strings["Browser"] = "浏览器"; -$a->strings["View all"] = "查看全部"; -$a->strings["Like"] = [ - 0 => "喜欢", -]; -$a->strings["Dislike"] = [ - 0 => "不喜欢", -]; -$a->strings["Not Attending"] = [ - 0 => "不在参加", -]; -$a->strings["Undecided"] = [ - 0 => "未决定的", -]; $a->strings["Friendica Notification"] = "Friendica 通知"; $a->strings["Thank You,"] = "谢谢,"; $a->strings["%s Administrator"] = "%s管理员"; @@ -143,7 +39,7 @@ $a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, %2\$s 的管理员"; $a->strings["noreply"] = "noreply"; $a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica:Notify]收到新邮件在%s"; $a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s发给您新私人通知在%2\$s."; -$a->strings["a private message"] = "一条私人的消息"; +$a->strings["a private message"] = "一条私人信息"; $a->strings["%1\$s sent you %2\$s."] = "%1\$s发给您%2\$s."; $a->strings["Please visit %s to view and/or reply to your private messages."] = "请访问 %s 来查看并且/或者回复你的私信。"; $a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s于[url=%2\$s]a %3\$s[/url]评论了"; @@ -183,7 +79,7 @@ $a->strings["Name:"] = "名字:"; $a->strings["Photo:"] = "照片:"; $a->strings["Please visit %s to approve or reject the suggestion."] = "请访问%s来批准或拒绝这个建议。"; $a->strings["[Friendica:Notify] Connection accepted"] = "[Friendica:Notify] 连接被接受"; -$a->strings["'%1\$s' has accepted your connection request at %2\$s"] = ""; +$a->strings["'%1\$s' has accepted your connection request at %2\$s"] = "“%1\$s”已经在 %2\$s 接受了您的连接请求"; $a->strings["%2\$s has accepted your [url=%1\$s]connection request[/url]."] = "%2\$s 已经接受了你的[url=%1\$s]连接请求[/url]。"; $a->strings["You are now mutual friends and may exchange status updates, photos, and email without restriction."] = "你们现在已经互为朋友了,可以不受限制地交换状态更新、照片和邮件。"; $a->strings["Please visit %s if you wish to make any changes to this relationship."] = "请访问%s如果你希望对这个关系做任何改变。"; @@ -239,7 +135,7 @@ $a->strings["week"] = "星期"; $a->strings["day"] = "日"; $a->strings["No events to display"] = "没有可显示的事件"; $a->strings["l, F j"] = "l, F j"; -$a->strings["Edit event"] = "编项目"; +$a->strings["Edit event"] = "编辑事件"; $a->strings["Duplicate event"] = ""; $a->strings["Delete event"] = "删除事件"; $a->strings["link to source"] = "链接到来源"; @@ -253,6 +149,7 @@ $a->strings["Hide map"] = "隐藏地图"; $a->strings["Item not found."] = "项目找不到。"; $a->strings["Do you really want to delete this item?"] = "您真的想删除这个项目吗?"; $a->strings["Yes"] = "是"; +$a->strings["Cancel"] = "退消"; $a->strings["Permission denied."] = "权限不够。"; $a->strings["Archives"] = "档案"; $a->strings["show more"] = "看多"; @@ -295,12 +192,115 @@ $a->strings["bytes"] = "字节"; $a->strings["Click to open/close"] = "点击为开关"; $a->strings["View on separate page"] = "在另一页面中查看"; $a->strings["view on separate page"] = "在另一页面中查看"; +$a->strings["event"] = "项目"; +$a->strings["photo"] = "照片"; $a->strings["activity"] = "活动"; $a->strings["comment"] = [ 0 => "评论", ]; $a->strings["post"] = "文章"; $a->strings["Item filed"] = "把项目归档了"; +$a->strings["status"] = "现状"; +$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s 喜欢 %2\$s 的 %3\$s"; +$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s 不喜欢 %2\$s 的 %3\$s"; +$a->strings["%1\$s attends %2\$s's %3\$s"] = "%1\$s 参加了 %2\$s 的 %3\$s"; +$a->strings["%1\$s doesn't attend %2\$s's %3\$s"] = "%1\$s 没有参加 %2\$s 的 %3\$s"; +$a->strings["%1\$s attends maybe %2\$s's %3\$s"] = ""; +$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s是成为%2\$s的朋友"; +$a->strings["%1\$s poked %2\$s"] = "%1\$s把%2\$s戳"; +$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s把%4\$s标签%2\$s的%3\$s"; +$a->strings["post/item"] = "文章/项目"; +$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s标注%2\$s的%3\$s为偏爱"; +$a->strings["Likes"] = "喜欢"; +$a->strings["Dislikes"] = "不喜欢"; +$a->strings["Attending"] = [ + 0 => "正在参加", +]; +$a->strings["Not attending"] = "不在参加"; +$a->strings["Might attend"] = "可以参加"; +$a->strings["Select"] = "选择"; +$a->strings["Delete"] = "删除"; +$a->strings["View %s's profile @ %s"] = "看%s的简介@ %s"; +$a->strings["Categories:"] = "种类:"; +$a->strings["Filed under:"] = "归档在:"; +$a->strings["%s from %s"] = "%s从%s"; +$a->strings["View in context"] = "看在上下文"; +$a->strings["Please wait"] = "请等一下"; +$a->strings["remove"] = "删除"; +$a->strings["Delete Selected Items"] = "删除选的项目"; +$a->strings["Follow Thread"] = ""; +$a->strings["View Status"] = "看现状"; +$a->strings["View Profile"] = "看简介"; +$a->strings["View Photos"] = "看照片"; +$a->strings["Network Posts"] = "网络文章"; +$a->strings["View Contact"] = "查看联系人"; +$a->strings["Send PM"] = "发送私信"; +$a->strings["Poke"] = "戳"; +$a->strings["Connect/Follow"] = "连接/关注"; +$a->strings["%s likes this."] = "%s喜欢这个."; +$a->strings["%s doesn't like this."] = "%s没有喜欢这个."; +$a->strings["%s attends."] = "%s 参加。"; +$a->strings["%s doesn't attend."] = "%s 不参加。"; +$a->strings["%s attends maybe."] = ""; +$a->strings["and"] = "和"; +$a->strings["and %d other people"] = "和 %d 个其他人"; +$a->strings["%2\$d people like this"] = "%2\$d人们喜欢这个"; +$a->strings["%s like this."] = "%s 赞了这个。"; +$a->strings["%2\$d people don't like this"] = "%2\$d人们不喜欢这个"; +$a->strings["%s don't like this."] = "%s 踩了这个。"; +$a->strings["%2\$d people attend"] = "%2\$d 人参加"; +$a->strings["%s attend."] = "%s 参加。"; +$a->strings["%2\$d people don't attend"] = "%2\$d 人不参加"; +$a->strings["%s don't attend."] = "%s 不参加。"; +$a->strings["%2\$d people attend maybe"] = ""; +$a->strings["%s anttend maybe."] = ""; +$a->strings["Visible to everybody"] = "大家可见的"; +$a->strings["Please enter a link URL:"] = "请输入一个链接 URL:"; +$a->strings["Please enter a video link/URL:"] = "请输入视频连接/URL:"; +$a->strings["Please enter an audio link/URL:"] = "请输入音响连接/URL:"; +$a->strings["Tag term:"] = "标签:"; +$a->strings["Save to Folder:"] = "保存再文件夹:"; +$a->strings["Where are you right now?"] = "你在哪里?"; +$a->strings["Delete item(s)?"] = "把项目删除吗?"; +$a->strings["Share"] = "分享"; +$a->strings["Upload photo"] = "上传照片"; +$a->strings["upload photo"] = "上传照片"; +$a->strings["Attach file"] = "附上文件"; +$a->strings["attach file"] = "附上文件"; +$a->strings["Insert web link"] = "插入网页链接"; +$a->strings["web link"] = "网页链接"; +$a->strings["Insert video link"] = "插入视频链接"; +$a->strings["video link"] = "视频链接"; +$a->strings["Insert audio link"] = "插入音频链接"; +$a->strings["audio link"] = "音频链接"; +$a->strings["Set your location"] = "设定您的位置"; +$a->strings["set location"] = "指定位置"; +$a->strings["Clear browser location"] = "清空浏览器位置"; +$a->strings["clear location"] = "清除位置"; +$a->strings["Set title"] = "指定标题"; +$a->strings["Categories (comma-separated list)"] = "种类(逗号分隔单)"; +$a->strings["Permission settings"] = "权设置"; +$a->strings["permissions"] = "权利"; +$a->strings["Public post"] = "公开的消息"; +$a->strings["Preview"] = "预览"; +$a->strings["Post to Groups"] = "发到组"; +$a->strings["Post to Contacts"] = "发给联系人"; +$a->strings["Private post"] = "私人文章"; +$a->strings["Message"] = "通知"; +$a->strings["Browser"] = "浏览器"; +$a->strings["View all"] = "查看全部"; +$a->strings["Like"] = [ + 0 => "喜欢", +]; +$a->strings["Dislike"] = [ + 0 => "不喜欢", +]; +$a->strings["Not Attending"] = [ + 0 => "不在参加", +]; +$a->strings["Undecided"] = [ + 0 => "未决定的", +]; $a->strings["No friends to display."] = "没有朋友展示。"; $a->strings["Connect"] = "连接"; $a->strings["Authorize application connection"] = "授权应用连接"; @@ -506,7 +506,7 @@ $a->strings["Login failed."] = "登录失败。"; $a->strings["Subscribing to OStatus contacts"] = "正在订阅 OStatus 联系人"; $a->strings["No contact provided."] = ""; $a->strings["Couldn't fetch information for contact."] = "无法获取联系人信息。"; -$a->strings["Couldn't fetch friends for contact."] = ""; +$a->strings["Couldn't fetch friends for contact."] = "无法取得联系人的朋友信息。"; $a->strings["success"] = "成功"; $a->strings["failed"] = "失败"; $a->strings["ignored"] = "已忽视的"; @@ -555,7 +555,7 @@ $a->strings["Visit %s for a list of public sites that you can join. Friendica me $a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "为接受这个邀请,请再%s或什么别的Friendica网站注册。"; $a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Friendica 站点互相连接来创建一个增强隐私的由他们的成员拥有并控制的社交网络。它们也能跟多传统的社交网络连接。看 %s 来获取一份你可以选择加入的 Friendica 站点。"; $a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "不好意思。这个系统目前没设置跟别的公开网站连接或邀请成员。"; -$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks."] = ""; +$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks."] = "各 Friendica 站点相互连接以创造出一个由其组成成员控制拥有的有强大隐私保护能力的大型社交网络。各站点同时也能够接入许多传统社交网络。"; $a->strings["To accept this invitation, please visit and register at %s."] = "要接受这个邀请,请在 %s 访问并注册。"; $a->strings["Send invitations"] = "发请柬"; $a->strings["Enter email addresses, one per line:"] = "输入电子邮件地址,一行一个:"; @@ -659,6 +659,631 @@ $a->strings["Sorry, maybe your upload is bigger than the PHP configuration allow $a->strings["Or - did you try to upload an empty file?"] = "或者,你是不是上传空的文件?"; $a->strings["File exceeds size limit of %s"] = "文件超过了 %s 的大小限制"; $a->strings["File upload failed."] = "文件上传失败。"; +$a->strings["Source (bbcode) text:"] = "源代码(bbcode)正文"; +$a->strings["Source (Diaspora) text to convert to BBcode:"] = "源代(Diaspora)正文要翻译成BBCode:"; +$a->strings["Source input: "] = "源代码输入:"; +$a->strings["bbcode (raw HTML(: "] = ""; +$a->strings["bbcode: "] = ""; +$a->strings["bbcode => html2bbcode: "] = ""; +$a->strings["bb2diaspora: "] = ""; +$a->strings["bb2diaspora => Markdown: "] = ""; +$a->strings["bb2diaspora => diaspora2bb: "] = ""; +$a->strings["Source input (Diaspora format): "] = "源代输入(Diaspora形式):"; +$a->strings["diaspora2bb: "] = "diaspora2bb: "; +$a->strings["Community option not available."] = "社区选项不可用。"; +$a->strings["Not available."] = "不可用的"; +$a->strings["Local Community"] = "本地社区"; +$a->strings["Posts from local users on this server"] = ""; +$a->strings["Global Community"] = "全球社区"; +$a->strings["Posts from users of the whole federated network"] = ""; +$a->strings["No results."] = "没有结果。"; +$a->strings["This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."] = ""; +$a->strings["%d contact edited."] = [ + 0 => "%d 个联系人被编辑了。", +]; +$a->strings["Could not access contact record."] = "无法访问联系人记录。"; +$a->strings["Could not locate selected profile."] = "找不到选择的简介。"; +$a->strings["Contact updated."] = "联系人更新了。"; +$a->strings["Failed to update contact record."] = "更新联系人记录失败。"; +$a->strings["Contact has been blocked"] = "联系人已被屏蔽"; +$a->strings["Contact has been unblocked"] = "联系人已被解除屏蔽"; +$a->strings["Contact has been ignored"] = "联系人已被忽视"; +$a->strings["Contact has been unignored"] = "联系人已被解除忽视"; +$a->strings["Contact has been archived"] = "联系人已存档"; +$a->strings["Contact has been unarchived"] = "联系人已被解除存档"; +$a->strings["Drop contact"] = ""; +$a->strings["Do you really want to delete this contact?"] = "您真的想删除这个熟人吗?"; +$a->strings["Contact has been removed."] = "联系人被删除了。"; +$a->strings["You are mutual friends with %s"] = "您和 %s 互为朋友"; +$a->strings["You are sharing with %s"] = "你正在和 %s 分享"; +$a->strings["%s is sharing with you"] = "%s 正在和你分享"; +$a->strings["Private communications are not available for this contact."] = "私人交流对这个联系人不可用。"; +$a->strings["Never"] = "从未"; +$a->strings["(Update was successful)"] = "(更新成功)"; +$a->strings["(Update was not successful)"] = "(更新不成功)"; +$a->strings["Suggest friends"] = "建议朋友们"; +$a->strings["Network type: %s"] = "网络种类: %s"; +$a->strings["Communications lost with this contact!"] = "和这个联系人的通信断开了!"; +$a->strings["Fetch further information for feeds"] = "拿文源别的消息"; +$a->strings["Fetch information like preview pictures, title and teaser from the feed item. You can activate this if the feed doesn't contain much text. Keywords are taken from the meta header in the feed item and are posted as hash tags."] = ""; +$a->strings["Disabled"] = "已停用"; +$a->strings["Fetch information"] = "取消息"; +$a->strings["Fetch keywords"] = "获取关键字"; +$a->strings["Fetch information and keywords"] = "取消息和关键词"; +$a->strings["Contact"] = "联系人"; +$a->strings["Profile Visibility"] = "简历可见量"; +$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "请选择简介您想给%s显示他安全地看您的简介的时候。"; +$a->strings["Contact Information / Notes"] = "熟人信息/便条"; +$a->strings["Their personal note"] = ""; +$a->strings["Edit contact notes"] = "编辑联系人便条"; +$a->strings["Block/Unblock contact"] = "屏蔽/解除屏蔽联系人"; +$a->strings["Ignore contact"] = "忽略联系人"; +$a->strings["Repair URL settings"] = "维修URL设置"; +$a->strings["View conversations"] = "看交流"; +$a->strings["Last update:"] = "上个更新:"; +$a->strings["Update public posts"] = "更新公开文章"; +$a->strings["Update now"] = "现在更新"; +$a->strings["Unblock"] = "解除屏蔽"; +$a->strings["Block"] = "屏蔽"; +$a->strings["Unignore"] = "取消忽视"; +$a->strings["Currently blocked"] = "现在被封禁的"; +$a->strings["Currently ignored"] = "现在不理的"; +$a->strings["Currently archived"] = "现在存档着"; +$a->strings["Awaiting connection acknowledge"] = "等待连接确认"; +$a->strings["Replies/likes to your public posts may still be visible"] = "回答/喜欢关您公开文章还可见的"; +$a->strings["Notification for new posts"] = "新消息提示"; +$a->strings["Send a notification of every new post of this contact"] = "发送这个联系人的每篇新文章的通知"; +$a->strings["Blacklisted keywords"] = "黑名单关键词"; +$a->strings["Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"] = "逗号分的关键词不应该翻译成主题标签,如果“取消息和关键词”选择的。"; +$a->strings["XMPP:"] = "XMPP:"; +$a->strings["Actions"] = ""; +$a->strings["Status"] = "状态"; +$a->strings["Contact Settings"] = "联系人设置"; +$a->strings["Suggestions"] = "建议"; +$a->strings["Suggest potential friends"] = "建议潜在朋友们"; +$a->strings["Show all contacts"] = "显示所有的联系人"; +$a->strings["Unblocked"] = ""; +$a->strings["Only show unblocked contacts"] = "只显示没被屏蔽的联系人"; +$a->strings["Blocked"] = "被屏蔽的"; +$a->strings["Only show blocked contacts"] = "只显示被屏蔽的联系人"; +$a->strings["Ignored"] = "忽视的"; +$a->strings["Only show ignored contacts"] = "只显示忽略的联系人"; +$a->strings["Archived"] = "在存档"; +$a->strings["Only show archived contacts"] = "只显示已存档联系人"; +$a->strings["Hidden"] = "隐藏的"; +$a->strings["Only show hidden contacts"] = "只显示隐藏的联系人"; +$a->strings["Search your contacts"] = "搜索您的联系人"; +$a->strings["Results for: %s"] = ""; +$a->strings["Update"] = "更新"; +$a->strings["Archive"] = "存档"; +$a->strings["Unarchive"] = "从存档拿来"; +$a->strings["Batch Actions"] = "批量操作"; +$a->strings["Profile Details"] = "简介内容"; +$a->strings["View all contacts"] = "查看所有联系人"; +$a->strings["View all common friends"] = "查看所有公共好友"; +$a->strings["Advanced"] = "高级"; +$a->strings["Advanced Contact Settings"] = "高级联系人设置"; +$a->strings["Mutual Friendship"] = "共同友谊"; +$a->strings["is a fan of yours"] = "是你的粉丝"; +$a->strings["you are a fan of"] = "你喜欢"; +$a->strings["Toggle Blocked status"] = "切换屏蔽状态"; +$a->strings["Toggle Ignored status"] = "交替忽视现状"; +$a->strings["Toggle Archive status"] = "交替档案现状"; +$a->strings["Delete contact"] = "删除联系人"; +$a->strings["No parent user"] = ""; +$a->strings["Parent User"] = ""; +$a->strings["Parent users have total control about this account, including the account settings. Please double check whom you give this access."] = ""; +$a->strings["Save Settings"] = "保存设置"; +$a->strings["Delegate Page Management"] = "页代表管理"; +$a->strings["Delegates"] = ""; +$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "代表会管理所有的方面这个账户/页除了基础账户配置以外。请别代表您私人账户给您没完全信的人。"; +$a->strings["Existing Page Managers"] = "目前页管理员"; +$a->strings["Existing Page Delegates"] = "目前页代表"; +$a->strings["Potential Delegates"] = "潜力的代表"; +$a->strings["Remove"] = "移走"; +$a->strings["Add"] = "加"; +$a->strings["No entries."] = "没有项目。"; +$a->strings["This introduction has already been accepted."] = "这个介绍已经接受了。"; +$a->strings["Profile location is not valid or does not contain profile information."] = "简介位置失效或不包含简介信息。"; +$a->strings["Warning: profile location has no identifiable owner name."] = "警告:简介位置没有可设别的主名。"; +$a->strings["Warning: profile location has no profile photo."] = "警告:简介位置没有简介图。"; +$a->strings["%d required parameter was not found at the given location"] = [ + 0 => "%d需要的参数没找到在输入的位置。", +]; +$a->strings["Introduction complete."] = "介绍完成的。"; +$a->strings["Unrecoverable protocol error."] = "不能恢复的协议错误"; +$a->strings["Profile unavailable."] = "简介无效"; +$a->strings["%s has received too many connection requests today."] = "%s今天已经受到了太多联络要求"; +$a->strings["Spam protection measures have been invoked."] = "垃圾保护措施被用了。"; +$a->strings["Friends are advised to please try again in 24 hours."] = "朋友们被建议请24小时后再试。"; +$a->strings["Invalid locator"] = "无效找到物"; +$a->strings["You have already introduced yourself here."] = "您已经自我介绍这儿。"; +$a->strings["Apparently you are already friends with %s."] = "看上去您已经是%s的朋友。"; +$a->strings["Invalid profile URL."] = "无效的简介URL。"; +$a->strings["Disallowed profile URL."] = "不允许的简介地址."; +$a->strings["Your introduction has been sent."] = "您的介绍发布了。"; +$a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = ""; +$a->strings["Please login to confirm introduction."] = "请登录以确认介绍。"; +$a->strings["Incorrect identity currently logged in. Please login to this profile."] = "当前登录的身份不正确。请登录到这个用户。"; +$a->strings["Confirm"] = "确认"; +$a->strings["Hide this contact"] = "隐藏这个联系人"; +$a->strings["Welcome home %s."] = "欢迎%s。"; +$a->strings["Please confirm your introduction/connection request to %s."] = "请确认您的介绍/联络要求给%s。"; +$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "请从以下支持的通信网络之一输入你的 “身份地址”:"; +$a->strings["If you are not yet a member of the free social web, follow this link to find a public Friendica site and join us today."] = ""; +$a->strings["Friend/Connection Request"] = "朋友/连接请求"; +$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"] = ""; +$a->strings["Please answer the following:"] = "请回答下述的:"; +$a->strings["Does %s know you?"] = "%s是否认识你?"; +$a->strings["Add a personal note:"] = "添加一个个人便条:"; +$a->strings["Friendica"] = "Friendica"; +$a->strings["GNU Social (Pleroma, Mastodon)"] = ""; +$a->strings["Diaspora (Socialhome, Hubzilla)"] = ""; +$a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = " - 请别用这个表格。而是在你的 Diaspora 搜索栏输入 %s."; +$a->strings["Item not found"] = "项目没找到"; +$a->strings["Edit post"] = "编辑文章"; +$a->strings["Event can not end before it has started."] = "事件不能在开始前结束。"; +$a->strings["Event title and start time are required."] = "项目标题和开始时间是必须的。"; +$a->strings["Create New Event"] = "创建新的事件"; +$a->strings["Event details"] = "事件细节"; +$a->strings["Starting date and Title are required."] = "需要开始日期和标题。"; +$a->strings["Event Starts:"] = "事件开始:"; +$a->strings["Finish date/time is not known or not relevant"] = "结束日期/时间未知或无关"; +$a->strings["Event Finishes:"] = "事件结束:"; +$a->strings["Adjust for viewer timezone"] = "调整为浏览者的时区"; +$a->strings["Description:"] = "描述:"; +$a->strings["Title:"] = "标题:"; +$a->strings["Share this event"] = "分享这个事件"; +$a->strings["Basic"] = "基本"; +$a->strings["Failed to remove event"] = "删除事件失败"; +$a->strings["Event removed"] = "事件已删除"; +$a->strings["- select -"] = "-选择-"; +$a->strings["The contact could not be added."] = "无法添加此联系人。"; +$a->strings["You already added this contact."] = "您已添加此联系人。"; +$a->strings["Diaspora support isn't enabled. Contact can't be added."] = "Diaspora 支持没被启用。无法添加联系人。"; +$a->strings["OStatus support is disabled. Contact can't be added."] = "OStatus 支持没被启用。无法添加联系人。"; +$a->strings["The network type couldn't be detected. Contact can't be added."] = "网络类型无法被检测。无法添加联系人。"; +$a->strings["Friendica Communications Server - Setup"] = "Friendica沟通服务器-安装"; +$a->strings["Could not connect to database."] = "解不了数据库。"; +$a->strings["Could not create table."] = "无法创建表格。"; +$a->strings["Your Friendica site database has been installed."] = "您Friendica网站数据库被安装了。"; +$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "您可能要手工地进口文件「database.sql」用phpmyadmin或mysql。"; +$a->strings["Please see the file \"INSTALL.txt\"."] = "请看文件「INSTALL.txt」"; +$a->strings["Database already in use."] = "数据库已经被使用。"; +$a->strings["System check"] = "系统检测"; +$a->strings["Check again"] = "再检测"; +$a->strings["Database connection"] = "数据库接通"; +$a->strings["In order to install Friendica we need to know how to connect to your database."] = "为安装Friendica我们要知道怎么连接您的数据库。"; +$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "你有关于这些设置有问题的话,请给互联网托管服务或者网页管理联系。"; +$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "您下边指定的数据库应该已经存在。如果还没有,请创建后继续。"; +$a->strings["Database Server Name"] = "数据库服务器名"; +$a->strings["Database Login Name"] = "数据库登录名"; +$a->strings["Database Login Password"] = "数据库登录密码"; +$a->strings["For security reasons the password must not be empty"] = "由于安全的原因,密码不能为空"; +$a->strings["Database Name"] = "数据库名字"; +$a->strings["Site administrator email address"] = "网站行政人员邮件地址"; +$a->strings["Your account email address must match this in order to use the web admin panel."] = "您账户邮件地址必要符合这个为用网站处理仪表板"; +$a->strings["Please select a default timezone for your website"] = "请选择您网站的默认时区"; +$a->strings["Site settings"] = "网站设置"; +$a->strings["System Language:"] = "系统语言:"; +$a->strings["Set the default language for your Friendica installation interface and to send emails."] = "为 Friendica 安装界面及邮件发送设置默认语言。"; +$a->strings["Could not find a command line version of PHP in the web server PATH."] = "没找到命令行PHP在网服务器PATH。"; +$a->strings["If you don't have a command line version of PHP installed on your server, you will not be able to run the background processing. See 'Setup the worker'"] = ""; +$a->strings["PHP executable path"] = "PHP可执行路径"; +$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "输入全路线到php执行程序。您会留空白为继续安装。"; +$a->strings["Command line PHP"] = "命令行PHP"; +$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "PHP执行程序不是命令行PHP執行檔(有可能是cgi-fgci版本)"; +$a->strings["Found PHP version: "] = "找到 PHP 版本:"; +$a->strings["PHP cli binary"] = "命令行PHP執行檔"; +$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "您系统的命令行PHP没有能够「register_argc_argv」。"; +$a->strings["This is required for message delivery to work."] = "这必要为通信发布成功。"; +$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv"; +$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "错误:这系统的「register_argc_argv」子程序不能产生加密钥匙"; +$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "如果您用Windows,请看「http://www.php.net/manual/en/openssl.installation.php」。"; +$a->strings["Generate encryption keys"] = "产生加密钥匙"; +$a->strings["libCurl PHP module"] = "libCurl PHP模块"; +$a->strings["GD graphics PHP module"] = "GD显示PHP模块"; +$a->strings["OpenSSL PHP module"] = "OpenSSL PHP模块"; +$a->strings["PDO or MySQLi PHP module"] = "PDO 或者 MySQLi PHP 模块"; +$a->strings["mb_string PHP module"] = "mb_string PHP模块"; +$a->strings["XML PHP module"] = "XML PHP 模块"; +$a->strings["iconv module"] = "iconv 模块"; +$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite部件"; +$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "错误:Apache服务器的mod-rewrite模块是必要的可却不安装的。"; +$a->strings["Error: libCURL PHP module required but not installed."] = "错误:libCurl PHP模块是必要的可却不安装的。"; +$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "错误:GD显示PHP模块跟JPEG支持是必要的可却安装的。"; +$a->strings["Error: openssl PHP module required but not installed."] = "错误:openssl PHP模块是必要的可却不安装的。"; +$a->strings["Error: PDO or MySQLi PHP module required but not installed."] = ""; +$a->strings["Error: The MySQL driver for PDO is not installed."] = ""; +$a->strings["Error: mb_string PHP module required but not installed."] = "错误:mbstring PHP模块必要可没安装的。"; +$a->strings["Error: iconv PHP module required but not installed."] = ""; +$a->strings["Error, XML PHP module required but not installed."] = ""; +$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "网页安装器要创建一个叫 \".htconfig.php\" 的文件在你的 web 服务器的顶层目录下,但无法这么做。"; +$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "这常常是一个权设置,因为网服务器可能不会写文件在文件夹-即使您会。"; +$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top folder."] = "这个步骤头,我们给您正文要保存在叫.htconfig.php的文件在您Friendica主文件夹。"; +$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "或者您会这个步骤不做还是实行手动的安装。请看INSTALL.txt文件为说明。"; +$a->strings[".htconfig.php is writable"] = ".htconfig.php是可写的"; +$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Friendica用Smarty3模板机车为建筑网页。Smarty3把模板编译成PHP为催建筑网页。"; +$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top level folder."] = "为了保存这些模板,网服务器要写权利于view/smarty3/目录在Friendica主目录下。"; +$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "请保险您网服务器用户(比如www-data)有这个目录的写权利。"; +$a->strings["Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."] = "注意:为了安全,您应该只给网服务器写权利于view/smarty3/-没有模板文件(.tpl)之下。"; +$a->strings["view/smarty3 is writable"] = "能写view/smarty3"; +$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "在 .htaccess 中的 URL 重写不工作。请检查你的服务器配置。"; +$a->strings["Url rewrite is working"] = "URL改写发挥机能"; +$a->strings["ImageMagick PHP extension is not installed"] = "ImageMagick PHP 扩展没有安装"; +$a->strings["ImageMagick PHP extension is installed"] = "ImageMagick PHP 扩展已安装"; +$a->strings["ImageMagick supports GIF"] = "ImageMagick 支持 GIF"; +$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "数据库配置文件 \".htconfig.php\" 无法被写入。请在 web 服务器根目录下使用附上的文字创建一个配置文件。"; +$a->strings["

What next

"] = "

下步是什么

"; +$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the worker."] = ""; +$a->strings["Go to your new Friendica node registration page and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."] = ""; +$a->strings["Time Conversion"] = "时间装换"; +$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica提供这个服务目的是分享项目跟别的网络和朋友们在别的时区。"; +$a->strings["UTC time: %s"] = "UTC时间: %s"; +$a->strings["Current timezone: %s"] = "现在时区: %s"; +$a->strings["Converted localtime: %s"] = "装换的当地时间:%s"; +$a->strings["Please select your timezone:"] = "请选择你的时区:"; +$a->strings["No valid account found."] = "找不到效的账户。"; +$a->strings["Password reset request issued. Check your email."] = "重设密码要求发布了。核对您的收件箱。"; +$a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = ""; +$a->strings["\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = ""; +$a->strings["Password reset requested at %s"] = "重设密码要求被发布%s"; +$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "要求确认不了。(您可能已经提交它。)重设密码失败了。"; +$a->strings["Request has expired, please make a new one."] = "请求超时,请重试。"; +$a->strings["Forgot your Password?"] = "忘记你的密码吗?"; +$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "输入您的邮件地址和提交为重置密码。然后核对收件箱看别的说明。"; +$a->strings["Nickname or Email: "] = "昵称或邮件地址:"; +$a->strings["Reset"] = "复位"; +$a->strings["Password Reset"] = "复位密码"; +$a->strings["Your password has been reset as requested."] = "您的密码被重设如要求的。"; +$a->strings["Your new password is"] = "你的新的密码是"; +$a->strings["Save or copy your new password - and then"] = "保存或复制新密码-之后"; +$a->strings["click here to login"] = "点击这里登录"; +$a->strings["Your password may be changed from the Settings page after successful login."] = "您的密码可以在成功登录后在设置页修改。"; +$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t"] = ""; +$a->strings["\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"] = ""; +$a->strings["Your password has been changed at %s"] = "您密码被变化在%s"; +$a->strings["New Message"] = "新的消息"; +$a->strings["No recipient selected."] = "没有选择的接受者。"; +$a->strings["Unable to locate contact information."] = "无法找到联系人信息。"; +$a->strings["Message could not be sent."] = "消息发不了。"; +$a->strings["Message collection failure."] = "通信受到错误。"; +$a->strings["Message sent."] = "消息发了"; +$a->strings["Messages"] = "消息"; +$a->strings["Do you really want to delete this message?"] = "您真的想删除这个通知吗?"; +$a->strings["Message deleted."] = "消息删除了。"; +$a->strings["Conversation removed."] = "交流删除了。"; +$a->strings["Send Private Message"] = "发私人的通信"; +$a->strings["To:"] = "到:"; +$a->strings["Subject:"] = "题目:"; +$a->strings["No messages."] = "没有消息"; +$a->strings["Message not available."] = "通信不可用的"; +$a->strings["Delete message"] = "删除消息"; +$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A"; +$a->strings["Delete conversation"] = "删除交谈"; +$a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = "没可用的安全交通。您可能会在发送人的简介页会回答。"; +$a->strings["Send Reply"] = "发回答"; +$a->strings["Unknown sender - %s"] = "生发送人-%s"; +$a->strings["You and %s"] = "您和%s"; +$a->strings["%s and You"] = "%s和您"; +$a->strings["%d message"] = [ + 0 => "%d通知", +]; +$a->strings["Personal Notes"] = "私人便条"; +$a->strings["No more system notifications."] = "没别系统通知。"; +$a->strings["Photo Albums"] = "相册"; +$a->strings["Recent Photos"] = "最近的照片"; +$a->strings["Upload New Photos"] = "上传新照片"; +$a->strings["everybody"] = "每人"; +$a->strings["Contact information unavailable"] = "联系人信息不可用"; +$a->strings["Album not found."] = "取回不了相册."; +$a->strings["Delete Album"] = "删除相册"; +$a->strings["Do you really want to delete this photo album and all its photos?"] = "您真的想删除这个相册和所有里面的照相吗?"; +$a->strings["Delete Photo"] = "删除照片"; +$a->strings["Do you really want to delete this photo?"] = "您真的想删除这个照相吗?"; +$a->strings["a photo"] = "一张照片"; +$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s被%3\$s标签在%2\$s"; +$a->strings["Image exceeds size limit of %s"] = ""; +$a->strings["Image upload didn't complete, please try again"] = "图片上传未完成,请重试"; +$a->strings["Image file is missing"] = "缺少图片文件"; +$a->strings["Server can't accept new file upload at this time, please contact your administrator"] = "服务器目前无法接受新的上传文件,请联系您的管理员"; +$a->strings["Image file is empty."] = "图片文件空的。"; +$a->strings["Unable to process image."] = "处理不了图像."; +$a->strings["Image upload failed."] = "图像上载失败了."; +$a->strings["No photos selected"] = "没有照片挑选了"; +$a->strings["Access to this item is restricted."] = "这个项目使用权限的。"; +$a->strings["Upload Photos"] = "上传照片"; +$a->strings["New album name: "] = "新册名:"; +$a->strings["or existing album name: "] = "或现有册名"; +$a->strings["Do not show a status post for this upload"] = "别显示现状报到关于这个上传"; +$a->strings["Show to Groups"] = "给组表示"; +$a->strings["Show to Contacts"] = "展示给联系人"; +$a->strings["Edit Album"] = "编照片册"; +$a->strings["Show Newest First"] = "先表示最新的"; +$a->strings["Show Oldest First"] = "先表示最老的"; +$a->strings["View Photo"] = "看照片"; +$a->strings["Permission denied. Access to this item may be restricted."] = "无权利。用这个项目可能受限制。"; +$a->strings["Photo not available"] = "不可获得的照片"; +$a->strings["View photo"] = "看照片"; +$a->strings["Edit photo"] = "编辑照片"; +$a->strings["Use as profile photo"] = "用为资料图"; +$a->strings["Private Message"] = "私人的新闻"; +$a->strings["View Full Size"] = "看全尺寸"; +$a->strings["Tags: "] = "标签:"; +$a->strings["[Remove any tag]"] = "[删除任何标签]"; +$a->strings["New album name"] = "新册名"; +$a->strings["Caption"] = "字幕"; +$a->strings["Add a Tag"] = "加标签"; +$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "例子:@zhang, @Zhang_San, @li@example.com, #Beijing, #ktv"; +$a->strings["Do not rotate"] = "不要旋转"; +$a->strings["Rotate CW (right)"] = "顺时针地转动(左)"; +$a->strings["Rotate CCW (left)"] = "反顺时针地转动(右)"; +$a->strings["I like this (toggle)"] = "我喜欢这(交替)"; +$a->strings["I don't like this (toggle)"] = "我不喜欢这(交替)"; +$a->strings["This is you"] = "这是你"; +$a->strings["Comment"] = "评论"; +$a->strings["Map"] = "地图"; +$a->strings["View Album"] = "看照片册"; +$a->strings["{0} wants to be your friend"] = "{0}想成为您的朋友"; +$a->strings["{0} sent you a message"] = "{0}发给您一个通信"; +$a->strings["{0} requested registration"] = "{0}要求注册"; +$a->strings["Poke/Prod"] = "戳"; +$a->strings["poke, prod or do other things to somebody"] = "把人家戳或别的行动"; +$a->strings["Recipient"] = "接受者"; +$a->strings["Choose what you wish to do to recipient"] = "选择您想把别人作"; +$a->strings["Make this post private"] = "使这个文章私人"; +$a->strings["Only logged in users are permitted to perform a probing."] = "只有已登录用户才被允许进行探测。"; +$a->strings["Image uploaded but image cropping failed."] = "照片上传去了,但修剪失灵。"; +$a->strings["Image size reduction [%s] failed."] = "照片减少[%s]失灵。"; +$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "万一新照片一会出现,换档重新加载或者成为空浏览器高速缓存。"; +$a->strings["Unable to process image"] = "不能处理照片"; +$a->strings["Upload File:"] = "上传文件:"; +$a->strings["Select a profile:"] = "选择一个简介"; +$a->strings["or"] = "或者"; +$a->strings["skip this step"] = "略过这步"; +$a->strings["select a photo from your photo albums"] = "从您的照片册选择一片。"; +$a->strings["Crop Image"] = "修剪照片"; +$a->strings["Please adjust the image cropping for optimum viewing."] = "请调图片剪裁为最好看。"; +$a->strings["Done Editing"] = "编辑完成"; +$a->strings["Image uploaded successfully."] = "照片成功地上传了。"; +$a->strings["Invalid profile identifier."] = "无限的简介标识符。"; +$a->strings["Profile Visibility Editor"] = "简介能见度编辑器。"; +$a->strings["Visible To"] = "能见被"; +$a->strings["All Contacts (with secure profile access)"] = ""; +$a->strings["Account approved."] = "账户已被批准。"; +$a->strings["Registration revoked for %s"] = "撤销了 %s 的注册"; +$a->strings["Please login."] = "请登录。"; +$a->strings["Remove My Account"] = "删除我的账户"; +$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "这要完全删除您的账户。这一做过,就不能恢复。"; +$a->strings["Please enter your password for verification:"] = "请输入密码为确认:"; +$a->strings["Remove term"] = "删除关键字"; +$a->strings["Saved Searches"] = "保存的搜索"; +$a->strings["Only logged in users are permitted to perform a search."] = "只有已登录的用户被允许进行搜索。"; +$a->strings["Too Many Requests"] = "过多请求"; +$a->strings["Only one search per minute is permitted for not logged in users."] = "对未登录的用户,每分钟只允许一条搜索。"; +$a->strings["Items tagged with: %s"] = ""; +$a->strings["Account"] = "帐户"; +$a->strings["Additional features"] = "附加的特点"; +$a->strings["Display"] = "显示"; +$a->strings["Social Networks"] = "社会化网络"; +$a->strings["Addons"] = "插件"; +$a->strings["Delegations"] = "代表"; +$a->strings["Connected apps"] = "连接着应用"; +$a->strings["Export personal data"] = "导出个人信息"; +$a->strings["Remove account"] = "删除账户"; +$a->strings["Missing some important data!"] = "缺失一些重要数据!"; +$a->strings["Failed to connect with email account using the settings provided."] = "不能连接电子邮件账户用输入的设置。"; +$a->strings["Email settings updated."] = "电子邮件设置更新了"; +$a->strings["Features updated"] = "特点更新了"; +$a->strings["Relocate message has been send to your contacts"] = "调动消息已发送给您的联系人"; +$a->strings["Passwords do not match. Password unchanged."] = "密码不匹配。密码没改变。"; +$a->strings["Empty passwords are not allowed. Password unchanged."] = "空的密码禁止。密码没未改变的。"; +$a->strings["Wrong password."] = "密码不正确。"; +$a->strings["Password changed."] = "密码变化了。"; +$a->strings["Password update failed. Please try again."] = "密码更新失败了。请再试。"; +$a->strings[" Please use a shorter name."] = " 请用一个更短的名字。"; +$a->strings[" Name too short."] = " 名字过短。"; +$a->strings["Wrong Password"] = "密码不正确"; +$a->strings["Invalid email."] = "无效的邮箱。"; +$a->strings["Cannot change to that email."] = "无法更改到此电子邮件地址。"; +$a->strings["Private forum has no privacy permissions. Using default privacy group."] = "私人评坛没有隐私批准。默认隐私组用者。"; +$a->strings["Private forum has no privacy permissions and no default privacy group."] = "私人评坛没有隐私批准或默认隐私组。"; +$a->strings["Settings updated."] = "设置更新了。"; +$a->strings["Add application"] = "加入应用"; +$a->strings["Consumer Key"] = "钥匙(Consumer Key)"; +$a->strings["Consumer Secret"] = "密码(Consumer Secret)"; +$a->strings["Redirect"] = "重定向"; +$a->strings["Icon url"] = "图符URL"; +$a->strings["You can't edit this application."] = "您不能编辑这个应用。"; +$a->strings["Connected Apps"] = "连接着应用"; +$a->strings["Edit"] = "编辑"; +$a->strings["Client key starts with"] = "客户钥匙头字是"; +$a->strings["No name"] = "无名"; +$a->strings["Remove authorization"] = "撤消权能"; +$a->strings["No Addon settings configured"] = ""; +$a->strings["Addon Settings"] = "插件设置"; +$a->strings["Off"] = "关"; +$a->strings["On"] = "开"; +$a->strings["Additional Features"] = "附加特性"; +$a->strings["Diaspora"] = "Diaspora"; +$a->strings["enabled"] = "能够做的"; +$a->strings["disabled"] = "已停用"; +$a->strings["Built-in support for %s connectivity is %s"] = "包括的支持为%s连通性是%s"; +$a->strings["GNU Social (OStatus)"] = ""; +$a->strings["Email access is disabled on this site."] = "电子邮件访问在这个站上被禁用。"; +$a->strings["General Social Media Settings"] = "通用社交媒体设置"; +$a->strings["Disable intelligent shortening"] = ""; +$a->strings["Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original friendica post."] = ""; +$a->strings["Automatically follow any GNU Social (OStatus) followers/mentioners"] = "自动关注任何 GNU Social (OStatus) 关注者/提及者"; +$a->strings["If you receive a message from an unknown OStatus user, this option decides what to do. If it is checked, a new contact will be created for every unknown user."] = ""; +$a->strings["Default group for OStatus contacts"] = "用于 OStatus 联系人的默认组"; +$a->strings["Your legacy GNU Social account"] = "您遗留的 GNU Social 账户"; +$a->strings["If you enter your old GNU Social/Statusnet account name here (in the format user@domain.tld), your contacts will be added automatically. The field will be emptied when done."] = "如果您在这里输入您旧的 GNU Social/Statusnet 账号名 (格式示例 user@domain.tld) ,您的联系人列表将会被自动添加。完成后该字段将被清空。"; +$a->strings["Repair OStatus subscriptions"] = "修复 OStatus 订阅"; +$a->strings["Email/Mailbox Setup"] = "邮件收件箱设置"; +$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "如果您想用这股服务(可选的)跟邮件熟人交流,请指定怎么连通您的收件箱。"; +$a->strings["Last successful email check:"] = "上个成功收件箱检查:"; +$a->strings["IMAP server name:"] = "IMAP服务器名字:"; +$a->strings["IMAP port:"] = "IMAP服务器端口:"; +$a->strings["Security:"] = "安全:"; +$a->strings["None"] = "没有"; +$a->strings["Email login name:"] = "邮件登录名:"; +$a->strings["Email password:"] = "邮件密码:"; +$a->strings["Reply-to address:"] = "回答地址:"; +$a->strings["Send public posts to all email contacts:"] = "发送公开文章给所有的邮件联系人:"; +$a->strings["Action after import:"] = "进口后行动:"; +$a->strings["Mark as seen"] = "标注看过"; +$a->strings["Move to folder"] = "搬到文件夹"; +$a->strings["Move to folder:"] = "搬到文件夹:"; +$a->strings["No special theme for mobile devices"] = "没专门适合手机的主题"; +$a->strings["%s - (Unsupported)"] = "%s - (不支持的)"; +$a->strings["%s - (Experimental)"] = "%s - (实验性)"; +$a->strings["Display Settings"] = "表示设置"; +$a->strings["Display Theme:"] = "显示主题:"; +$a->strings["Mobile Theme:"] = "手机主题:"; +$a->strings["Suppress warning of insecure networks"] = ""; +$a->strings["Should the system suppress the warning that the current group contains members of networks that can't receive non public postings."] = ""; +$a->strings["Update browser every xx seconds"] = "更新游览器每XX秒"; +$a->strings["Minimum of 10 seconds. Enter -1 to disable it."] = "至少 10 秒。输入 -1 禁用。"; +$a->strings["Number of items to display per page:"] = "每页表示多少项目:"; +$a->strings["Maximum of 100 items"] = "最多100项目"; +$a->strings["Number of items to display per page when viewed from mobile device:"] = "用手机看一页展示多少项目:"; +$a->strings["Don't show emoticons"] = "不显示表情符号"; +$a->strings["Calendar"] = "日历"; +$a->strings["Beginning of week:"] = "一周的开始:"; +$a->strings["Don't show notices"] = "不显示提示"; +$a->strings["Infinite scroll"] = "无限的滚动"; +$a->strings["Automatic updates only at the top of the network page"] = "仅在返回到网页头部时自动更新"; +$a->strings["When disabled, the network page is updated all the time, which could be confusing while reading."] = "禁用后,网页将会一直更新,这可能会对阅读造成干扰。"; +$a->strings["Bandwith Saver Mode"] = "省流量模式"; +$a->strings["When enabled, embedded content is not displayed on automatic updates, they only show on page reload."] = "当启用时,嵌入的内容不会在自动更新时显示,它们只在页面重载时显示。"; +$a->strings["Smart Threading"] = ""; +$a->strings["When enabled, suppress extraneous thread indentation while keeping it where it matters. Only works if threading is available and enabled."] = ""; +$a->strings["General Theme Settings"] = "通用主题设置"; +$a->strings["Custom Theme Settings"] = "自定义主题设置"; +$a->strings["Content Settings"] = "内容设置"; +$a->strings["Theme settings"] = "主题设置"; +$a->strings["Unable to find your profile. Please contact your admin."] = "无法找到您的简介。请联系您的管理员。"; +$a->strings["Account Types"] = "账户类型"; +$a->strings["Personal Page Subtypes"] = ""; +$a->strings["Community Forum Subtypes"] = ""; +$a->strings["Personal Page"] = "个人页面"; +$a->strings["Account for a personal profile."] = ""; +$a->strings["Organisation Page"] = ""; +$a->strings["Account for an organisation that automatically approves contact requests as \"Followers\"."] = ""; +$a->strings["News Page"] = "新闻页面"; +$a->strings["Account for a news reflector that automatically approves contact requests as \"Followers\"."] = ""; +$a->strings["Community Forum"] = "社区论坛"; +$a->strings["Account for community discussions."] = ""; +$a->strings["Normal Account Page"] = "标准账户页面"; +$a->strings["Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"."] = ""; +$a->strings["Soapbox Page"] = "演讲台页"; +$a->strings["Account for a public profile that automatically approves contact requests as \"Followers\"."] = ""; +$a->strings["Public Forum"] = "公共论坛"; +$a->strings["Automatically approves all contact requests."] = ""; +$a->strings["Automatic Friend Page"] = "自动朋友页"; +$a->strings["Account for a popular profile that automatically approves contact requests as \"Friends\"."] = ""; +$a->strings["Private Forum [Experimental]"] = "隐私评坛[实验性的 ]"; +$a->strings["Requires manual approval of contact requests."] = ""; +$a->strings["OpenID:"] = "OpenID:"; +$a->strings["(Optional) Allow this OpenID to login to this account."] = "(可选的) 允许这个 OpenID 登录这个账户。"; +$a->strings["Publish your default profile in your local site directory?"] = "出版您默认简介在您当地的网站目录?"; +$a->strings["Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public."] = ""; +$a->strings["Publish your default profile in the global social directory?"] = "出版您默认简介在综合社会目录?"; +$a->strings["Your profile will be publishedin this node's local directory. Your profile details may be publicly visible depending on the system settings."] = ""; +$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "在您的默认简介中向访问者隐藏您的联系人/朋友列表?"; +$a->strings["Your contact list won't be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create"] = "您的联系人列表将不会在您的默认简介页面展示。您可以决定在您自建的各附加简介中分别展示您的联系人列表"; +$a->strings["Hide your profile details from anonymous viewers?"] = "对匿名访问者隐藏详细简介?"; +$a->strings["Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Disables posting public messages to Diaspora and other networks."] = ""; +$a->strings["Allow friends to post to your profile page?"] = "允许朋友们贴文章在您的简介页?"; +$a->strings["Your contacts may write posts on your profile wall. These posts will be distributed to your contacts"] = ""; +$a->strings["Allow friends to tag your posts?"] = "允许朋友们标签您的文章?"; +$a->strings["Your contacts can add additional tags to your posts."] = ""; +$a->strings["Allow us to suggest you as a potential friend to new members?"] = "允许我们建议您潜力朋友给新成员?"; +$a->strings["If you like, Friendica may suggest new members to add you as a contact."] = ""; +$a->strings["Permit unknown people to send you private mail?"] = "允许生人寄给您私人邮件?"; +$a->strings["Friendica network users may send you private messages even if they are not in your contact list."] = ""; +$a->strings["Profile is not published."] = "简介未发布。"; +$a->strings["Your Identity Address is '%s' or '%s'."] = "你的身份地址是 '%s' 或者 '%s'."; +$a->strings["Automatically expire posts after this many days:"] = "在这数天后自动使文章过期:"; +$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "如果为空,文章不会过期。过期的文章将被删除"; +$a->strings["Advanced expiration settings"] = "高级过期设置"; +$a->strings["Advanced Expiration"] = "先进的过期"; +$a->strings["Expire posts:"] = "把文章过期:"; +$a->strings["Expire personal notes:"] = "把私人便条过期:"; +$a->strings["Expire starred posts:"] = "把星的文章过期:"; +$a->strings["Expire photos:"] = "把照片过期:"; +$a->strings["Only expire posts by others:"] = "只别人的文章过期:"; +$a->strings["Account Settings"] = "帐户设置"; +$a->strings["Password Settings"] = "密码设置"; +$a->strings["New Password:"] = "新密码:"; +$a->strings["Confirm:"] = "确认:"; +$a->strings["Leave password fields blank unless changing"] = "留空密码字段,除非要修改"; +$a->strings["Current Password:"] = "当前密码:"; +$a->strings["Your current password to confirm the changes"] = "你的当前密码,来确认修改"; +$a->strings["Password:"] = "密码:"; +$a->strings["Basic Settings"] = "基础设置"; +$a->strings["Full Name:"] = "全名:"; +$a->strings["Email Address:"] = "电子邮件地址:"; +$a->strings["Your Timezone:"] = "你的时区:"; +$a->strings["Your Language:"] = "你的语言:"; +$a->strings["Set the language we use to show you friendica interface and to send you emails"] = ""; +$a->strings["Default Post Location:"] = "默认文章位置:"; +$a->strings["Use Browser Location:"] = "使用浏览器位置:"; +$a->strings["Security and Privacy Settings"] = "安全和隐私设置"; +$a->strings["Maximum Friend Requests/Day:"] = "每天最大朋友请求数:"; +$a->strings["(to prevent spam abuse)"] = "(用于防止垃圾信息滥用)"; +$a->strings["Default Post Permissions"] = "默认文章权限"; +$a->strings["(click to open/close)"] = "(点击来打开/关闭)"; +$a->strings["Default Private Post"] = "默认私人文章"; +$a->strings["Default Public Post"] = "默认公开文章"; +$a->strings["Default Permissions for New Posts"] = "新文章的默认权限"; +$a->strings["Maximum private messages per day from unknown people:"] = "每天来自未知的人的私信:"; +$a->strings["Notification Settings"] = "通知设置"; +$a->strings["By default post a status message when:"] = "默认地发现状通知如果:"; +$a->strings["accepting a friend request"] = "接受朋友邀请"; +$a->strings["joining a forum/community"] = "加入一个论坛/社区"; +$a->strings["making an interesting profile change"] = "把简介有意思地变修改"; +$a->strings["Send a notification email when:"] = "发一个消息要是:"; +$a->strings["You receive an introduction"] = "你收到一份介绍"; +$a->strings["Your introductions are confirmed"] = "你的介绍被确认了"; +$a->strings["Someone writes on your profile wall"] = "某人写在你的简历墙"; +$a->strings["Someone writes a followup comment"] = "某人写一个后续的评论"; +$a->strings["You receive a private message"] = "你收到一封私信"; +$a->strings["You receive a friend suggestion"] = "你受到一个朋友建议"; +$a->strings["You are tagged in a post"] = "你被在新闻标签"; +$a->strings["You are poked/prodded/etc. in a post"] = "您在文章被戳"; +$a->strings["Activate desktop notifications"] = "启用桌面通知"; +$a->strings["Show desktop popup on new notifications"] = "在有新的提示时显示桌面弹出窗口"; +$a->strings["Text-only notification emails"] = "纯文本通知邮件"; +$a->strings["Send text only notification emails, without the html part"] = "发送纯文本通知邮件,无 html 部分"; +$a->strings["Show detailled notifications"] = ""; +$a->strings["Per default the notificiation are condensed to a single notification per item. When enabled, every notification is displayed."] = ""; +$a->strings["Advanced Account/Page Type Settings"] = "专家账户/页种设置"; +$a->strings["Change the behaviour of this account for special situations"] = "把这个账户特别情况的时候行动变化"; +$a->strings["Relocate"] = "调动"; +$a->strings["If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."] = "如果您调动这个简介从别的服务器但有的熟人没收到您的更新,尝试按这个钮。"; +$a->strings["Resend relocate message to contacts"] = "把调动信息寄给熟人"; +$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s关注着%2\$s的%3\$s"; +$a->strings["Tag removed"] = "标签去除了"; +$a->strings["Remove Item Tag"] = "去除项目标签"; +$a->strings["Select a tag to remove: "] = "选择删除一个标签: "; +$a->strings["Export account"] = "导出账户"; +$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "导出你的账户信息和联系人。用这个功能来生成一个你的账户的备份,并且/或者把它移到另外一个服务器。"; +$a->strings["Export all"] = "导出全部"; +$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "导出你的账户信息、联系人和所有你的项目为 json 格式。可能会是一个很大的文件,并可能花费很多时间。用这个功能来做一个你的账户的全备份(照片不会被导出)"; +$a->strings["Do you really want to delete this video?"] = "你真的想删除这个视频吗?"; +$a->strings["Delete Video"] = "删除视频"; +$a->strings["No videos selected"] = "没有视频被选择"; +$a->strings["Recent Videos"] = "最近的视频"; +$a->strings["Upload New Videos"] = "上传新视频"; +$a->strings["No contacts."] = "没有联系人。"; +$a->strings["Access denied."] = "没有用权。"; +$a->strings["Wall Photos"] = "墙照片"; +$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "一天最多墙通知给%s超过了。通知没有通过 。"; +$a->strings["Unable to check your home location."] = "核对不了您的主页。"; +$a->strings["No recipient."] = "没有接受者。"; +$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "如果您想%s回答,请核对您网站的隐私设置允许生发送人的私人邮件。"; $a->strings["Theme settings updated."] = "主题设置更新了。"; $a->strings["Information"] = "资料"; $a->strings["Overview"] = "概览"; @@ -666,14 +1291,12 @@ $a->strings["Federation Statistics"] = ""; $a->strings["Configuration"] = ""; $a->strings["Site"] = "网站"; $a->strings["Users"] = "用户"; -$a->strings["Addons"] = "插件"; $a->strings["Themes"] = "主题"; -$a->strings["Additional features"] = "附加的特点"; $a->strings["Database"] = "数据库"; $a->strings["DB updates"] = "数据库更新"; $a->strings["Inspect Queue"] = ""; $a->strings["Tools"] = "工具"; -$a->strings["Contact Blocklist"] = ""; +$a->strings["Contact Blocklist"] = "联系人屏蔽列表"; $a->strings["Server Blocklist"] = "服务器屏蔽列表"; $a->strings["Delete Item"] = "删除项目"; $a->strings["Logs"] = "记录"; @@ -703,7 +1326,7 @@ $a->strings["Delete entry from blocklist"] = "删除屏蔽列表中的条目"; $a->strings["Delete entry from blocklist?"] = "从屏蔽列表删除条目?"; $a->strings["Server added to blocklist."] = "服务器已添加到屏蔽列表。"; $a->strings["Site blocklist updated."] = "站点屏蔽列表已更新。"; -$a->strings["The contact has been blocked from the node"] = ""; +$a->strings["The contact has been blocked from the node"] = "该联系人已被本节点屏蔽。"; $a->strings["Could not find any contact entry for this URL (%s)"] = ""; $a->strings["%s contact unblocked"] = [ 0 => "", @@ -713,8 +1336,6 @@ $a->strings["This page allows you to prevent any message from a remote contact t $a->strings["Block Remote Contact"] = ""; $a->strings["select all"] = "全选"; $a->strings["select none"] = ""; -$a->strings["Block"] = "屏蔽"; -$a->strings["Unblock"] = "解除屏蔽"; $a->strings["No remote contact is blocked from this node."] = ""; $a->strings["Blocked Remote Contacts"] = ""; $a->strings["Block New Remote Contact"] = ""; @@ -737,7 +1358,7 @@ $a->strings["ID"] = "ID"; $a->strings["Recipient Name"] = "接收者的名字"; $a->strings["Recipient Profile"] = "接收者的简介"; $a->strings["Network"] = "网络"; -$a->strings["Created"] = ""; +$a->strings["Created"] = "已创建"; $a->strings["Last Tried"] = "上次尝试"; $a->strings["This page lists the content of the queue for outgoing postings. These are postings the initial delivery failed for. They will be resend later and eventually deleted if the delivery fails permanently."] = ""; $a->strings["Your DB still runs with MyISAM tables. You should change the engine type to InnoDB. As Friendica will use InnoDB only features in the future, you should change this! See here for a guide that may be helpful converting the table engines. You may also use the command php scripts/dbstructure.php toinnodb of your Friendica installation for an automatic conversion.
"] = ""; @@ -756,15 +1377,13 @@ $a->strings["Summary"] = "概要"; $a->strings["Registered users"] = "注册的用户"; $a->strings["Pending registrations"] = "未决的注册"; $a->strings["Version"] = "版本"; -$a->strings["Active addons"] = ""; +$a->strings["Active addons"] = "激活插件"; $a->strings["Can not parse base url. Must have at least ://"] = "不能分析基础URL。至少要://"; $a->strings["Site settings updated."] = "网站设置更新了。"; -$a->strings["No special theme for mobile devices"] = "没专门适合手机的主题"; $a->strings["No community page"] = "没有社会页"; $a->strings["Public postings from users of this site"] = "本网站用户的公开文章"; $a->strings["Public postings from the federated network"] = ""; $a->strings["Public postings from local users and the federated network"] = ""; -$a->strings["Disabled"] = "已停用"; $a->strings["Users, Global Contacts"] = "用户,全球联系人"; $a->strings["Users, Global Contacts/fallback"] = ""; $a->strings["One month"] = "一个月"; @@ -781,12 +1400,10 @@ $a->strings["Self-signed certificate, use SSL for local links only (discouraged) $a->strings["Don't check"] = "请勿检查"; $a->strings["check the stable version"] = "检查稳定版"; $a->strings["check the development version"] = "检查开发版本"; -$a->strings["Save Settings"] = "保存设置"; $a->strings["Republish users to directory"] = ""; $a->strings["Registration"] = "注册"; $a->strings["File upload"] = "文件上传"; $a->strings["Policies"] = "政策"; -$a->strings["Advanced"] = "高级"; $a->strings["Auto Discovered Contact Directory"] = ""; $a->strings["Performance"] = "性能"; $a->strings["Worker"] = ""; @@ -837,7 +1454,7 @@ $a->strings["Don't show the rich content (e.g. embedded PDF), except from the do $a->strings["Allowed OEmbed domains"] = ""; $a->strings["Comma separated list of domains which oembed content is allowed to be displayed. Wildcards are accepted."] = ""; $a->strings["Block public"] = ""; -$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "拦公开看什么否则空开的私页在这网站除了您登录的时候以外。"; +$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = ""; $a->strings["Force publish"] = "强行发布"; $a->strings["Check to force all profiles on this site to be listed in the site directory."] = "让所有这网站的的简介表明在网站目录。"; $a->strings["Global directory URL"] = ""; @@ -913,15 +1530,15 @@ $a->strings["How much comments should be shown for each post? Default value is 1 $a->strings["Temp path"] = "临时文件路线"; $a->strings["If you have a restricted system where the webserver can't access the system temp path, enter another path here."] = ""; $a->strings["Base path to installation"] = "基础安装路线"; -$a->strings["If the system cannot detect the correct path to your installation, enter the correct path here. This setting should only be set if you are using a restricted system and symbolic links to your webroot."] = ""; +$a->strings["If the system cannot detect the correct path to your installation, enter the correct path here. This setting should only be set if you are using a restricted system and symbolic links to your webroot."] = "如果您的系统无法为您检测到正确的安装路径,请在这里输入正确的路径。此配置仅在您使用设有限制的系统时符号链接到网页服务器根目录使用。"; $a->strings["Disable picture proxy"] = "停用图片代理"; $a->strings["The picture proxy increases performance and privacy. It shouldn't be used on systems with very low bandwith."] = ""; $a->strings["Only search in tags"] = ""; -$a->strings["On large systems the text search can slow down the system extremely."] = ""; +$a->strings["On large systems the text search can slow down the system extremely."] = "在大型系统中,正文搜索会极大降低系统运行速度。"; $a->strings["New base url"] = "新基础URL"; $a->strings["Change base url for this server. Sends relocate message to all Friendica and Diaspora* contacts of all users."] = ""; $a->strings["RINO Encryption"] = ""; -$a->strings["Encryption layer between nodes."] = ""; +$a->strings["Encryption layer between nodes."] = "节点之间的加密层。"; $a->strings["Maximum number of parallel workers"] = ""; $a->strings["On shared hosters set this to 2. On larger systems, values of 10 are great. Default value is 4."] = ""; $a->strings["Don't use 'proc_open' with the worker"] = ""; @@ -938,7 +1555,7 @@ $a->strings["Update %s was successfully applied."] = "把%s更新成功地实行 $a->strings["Update %s did not return a status. Unknown if it succeeded."] = "%s更新没回答现状。不知道是否成功。"; $a->strings["There was no additional update function %s that needed to be called."] = ""; $a->strings["No failed updates."] = "没有不通过地更新。"; -$a->strings["Check database structure"] = ""; +$a->strings["Check database structure"] = "检查数据库结构"; $a->strings["Failed Updates"] = "没通过的更新"; $a->strings["This does not include updates prior to 1139, which did not return a status."] = "这个不包括1139号更新之前,它们没回答装线。"; $a->strings["Mark success (if update was manually applied)"] = "标注成功(如果手动地把更新实行了)"; @@ -953,13 +1570,12 @@ $a->strings["%s user deleted"] = [ 0 => "%s 用户被删除了", ]; $a->strings["User '%s' deleted"] = "用户 '%s' 被删除了"; -$a->strings["User '%s' unblocked"] = ""; -$a->strings["User '%s' blocked"] = ""; +$a->strings["User '%s' unblocked"] = "用户“%s”已解除屏蔽"; +$a->strings["User '%s' blocked"] = "用户“%s”已屏蔽"; $a->strings["Email"] = "电子邮件"; $a->strings["Register date"] = "注册日期"; $a->strings["Last login"] = "上次登录"; $a->strings["Last item"] = "上项目"; -$a->strings["Account"] = "帐户"; $a->strings["Add User"] = "添加用户"; $a->strings["User registrations waiting for confirm"] = "用户注册等待确认"; $a->strings["User waiting for permanent deletion"] = "用户等待长久删除"; @@ -977,19 +1593,19 @@ $a->strings["Name of the new user."] = "新用户的名字。"; $a->strings["Nickname"] = "昵称"; $a->strings["Nickname of the new user."] = "新用户的昵称。"; $a->strings["Email address of the new user."] = "新用户的邮件地址。"; -$a->strings["Addon %s disabled."] = ""; -$a->strings["Addon %s enabled."] = ""; +$a->strings["Addon %s disabled."] = "插件 %s 已禁用。"; +$a->strings["Addon %s enabled."] = "插件 %s 已启用。"; $a->strings["Disable"] = "停用"; $a->strings["Enable"] = "使能用"; $a->strings["Toggle"] = "肘节"; $a->strings["Author: "] = "作者:"; $a->strings["Maintainer: "] = "维护者:"; -$a->strings["Reload active addons"] = ""; -$a->strings["There are currently no addons available on your node. You can find the official addon repository at %1\$s and might find other interesting addons in the open addon registry at %2\$s"] = ""; +$a->strings["Reload active addons"] = "重新加载可用插件"; +$a->strings["There are currently no addons available on your node. You can find the official addon repository at %1\$s and might find other interesting addons in the open addon registry at %2\$s"] = "目前您的节点上没有可用插件。您可以在 %1\$s 找到官方插件库,或者到开放的插件登记处 %2\$s 也能找到其他有趣的插件"; $a->strings["No themes found."] = "找不到主题。"; $a->strings["Screenshot"] = "截图"; $a->strings["Reload active themes"] = "重载活动的主题"; -$a->strings["No themes found on the system. They should be placed in %1\$s"] = ""; +$a->strings["No themes found on the system. They should be placed in %1\$s"] = "未在系统中发现主题。它们应该被放置在 %1\$s"; $a->strings["[Experimental]"] = "[试验]"; $a->strings["[Unsupported]"] = "[没支持]"; $a->strings["Log settings updated."] = "日志设置更新了。"; @@ -1002,326 +1618,16 @@ $a->strings["Must be writable by web server. Relative to your Friendica top-leve $a->strings["Log level"] = "日志级别"; $a->strings["PHP logging"] = "PHP 日志"; $a->strings["To enable logging of PHP errors and warnings you can add the following to the .htconfig.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."] = ""; -$a->strings["Error trying to open %1\$s log file.\\r\\n
Check to see if file %1\$s exist and is readable."] = ""; -$a->strings["Couldn't open %1\$s log file.\\r\\n
Check to see if file %1\$s is readable."] = ""; -$a->strings["Off"] = "关"; -$a->strings["On"] = "开"; +$a->strings["Error trying to open %1\$s log file.\\r\\n
Check to see if file %1\$s exist and is readable."] = "打开 %1\$s 日志文件出错。\\r\\n
请检查 %1\$s 文件是否存在并且可读。"; +$a->strings["Couldn't open %1\$s log file.\\r\\n
Check to see if file %1\$s is readable."] = "无法打开 %1\$s 日志文件。\\r\\n
请检查 %1\$s 文件是否可读。"; $a->strings["Lock feature %s"] = "锁定特性 %s"; $a->strings["Manage Additional Features"] = "管理附加特性"; -$a->strings["Source (bbcode) text:"] = "源代码(bbcode)正文"; -$a->strings["Source (Diaspora) text to convert to BBcode:"] = "源代(Diaspora)正文要翻译成BBCode:"; -$a->strings["Source input: "] = "源代码输入:"; -$a->strings["bbcode (raw HTML(: "] = ""; -$a->strings["bbcode: "] = ""; -$a->strings["bbcode => html2bbcode: "] = ""; -$a->strings["bb2diaspora: "] = ""; -$a->strings["bb2diaspora => Markdown: "] = ""; -$a->strings["bb2diaspora => diaspora2bb: "] = ""; -$a->strings["Source input (Diaspora format): "] = "源代输入(Diaspora形式):"; -$a->strings["diaspora2bb: "] = "diaspora2bb: "; -$a->strings["Community option not available."] = ""; -$a->strings["Not available."] = "不可用的"; -$a->strings["Local Community"] = ""; -$a->strings["Posts from local users on this server"] = ""; -$a->strings["Global Community"] = ""; -$a->strings["Posts from users of the whole federated network"] = ""; -$a->strings["No results."] = "没有结果。"; -$a->strings["This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."] = ""; -$a->strings["%d contact edited."] = [ - 0 => "%d 个联系人被编辑了。", -]; -$a->strings["Could not access contact record."] = "无法访问联系人记录。"; -$a->strings["Could not locate selected profile."] = "找不到选择的简介。"; -$a->strings["Contact updated."] = "联系人更新了。"; -$a->strings["Failed to update contact record."] = "更新联系人记录失败。"; -$a->strings["Contact has been blocked"] = "联系人已被屏蔽"; -$a->strings["Contact has been unblocked"] = "联系人已被解除屏蔽"; -$a->strings["Contact has been ignored"] = "联系人已被忽视"; -$a->strings["Contact has been unignored"] = "联系人已被解除忽视"; -$a->strings["Contact has been archived"] = "联系人已存档"; -$a->strings["Contact has been unarchived"] = "联系人已被解除存档"; -$a->strings["Drop contact"] = ""; -$a->strings["Do you really want to delete this contact?"] = "您真的想删除这个熟人吗?"; -$a->strings["Contact has been removed."] = "联系人被删除了。"; -$a->strings["You are mutual friends with %s"] = "您和 %s 互为朋友"; -$a->strings["You are sharing with %s"] = "你正在和 %s 分享"; -$a->strings["%s is sharing with you"] = "%s 正在和你分享"; -$a->strings["Private communications are not available for this contact."] = "私人交流对这个联系人不可用。"; -$a->strings["Never"] = "从未"; -$a->strings["(Update was successful)"] = "(更新成功)"; -$a->strings["(Update was not successful)"] = "(更新不成功)"; -$a->strings["Suggest friends"] = "建议朋友们"; -$a->strings["Network type: %s"] = "网络种类: %s"; -$a->strings["Communications lost with this contact!"] = "和这个联系人的通信断开了!"; -$a->strings["Fetch further information for feeds"] = "拿文源别的消息"; -$a->strings["Fetch information like preview pictures, title and teaser from the feed item. You can activate this if the feed doesn't contain much text. Keywords are taken from the meta header in the feed item and are posted as hash tags."] = ""; -$a->strings["Fetch information"] = "取消息"; -$a->strings["Fetch keywords"] = "获取关键字"; -$a->strings["Fetch information and keywords"] = "取消息和关键词"; -$a->strings["Contact"] = "联系人"; -$a->strings["Profile Visibility"] = "简历可见量"; -$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "请选择简介您想给%s显示他安全地看您的简介的时候。"; -$a->strings["Contact Information / Notes"] = "熟人信息/便条"; -$a->strings["Their personal note"] = ""; -$a->strings["Edit contact notes"] = "编辑联系人便条"; -$a->strings["Block/Unblock contact"] = "屏蔽/解除屏蔽联系人"; -$a->strings["Ignore contact"] = "忽略联系人"; -$a->strings["Repair URL settings"] = "维修URL设置"; -$a->strings["View conversations"] = "看交流"; -$a->strings["Last update:"] = "上个更新:"; -$a->strings["Update public posts"] = "更新公开文章"; -$a->strings["Update now"] = "现在更新"; -$a->strings["Unignore"] = "取消忽视"; -$a->strings["Currently blocked"] = "现在被封禁的"; -$a->strings["Currently ignored"] = "现在不理的"; -$a->strings["Currently archived"] = "现在存档着"; -$a->strings["Awaiting connection acknowledge"] = ""; -$a->strings["Replies/likes to your public posts may still be visible"] = "回答/喜欢关您公开文章还可见的"; -$a->strings["Notification for new posts"] = "新消息提示"; -$a->strings["Send a notification of every new post of this contact"] = "发送这个联系人的每篇新文章的通知"; -$a->strings["Blacklisted keywords"] = "黑名单关键词"; -$a->strings["Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"] = "逗号分的关键词不应该翻译成主题标签,如果“取消息和关键词”选择的。"; -$a->strings["XMPP:"] = "XMPP:"; -$a->strings["Actions"] = ""; -$a->strings["Status"] = "状态"; -$a->strings["Contact Settings"] = "联系人设置"; -$a->strings["Suggestions"] = "建议"; -$a->strings["Suggest potential friends"] = "建议潜在朋友们"; -$a->strings["Show all contacts"] = "显示所有的联系人"; -$a->strings["Unblocked"] = ""; -$a->strings["Only show unblocked contacts"] = "只显示没被屏蔽的联系人"; -$a->strings["Blocked"] = "被屏蔽的"; -$a->strings["Only show blocked contacts"] = "只显示被屏蔽的联系人"; -$a->strings["Ignored"] = "忽视的"; -$a->strings["Only show ignored contacts"] = "只显示忽略的联系人"; -$a->strings["Archived"] = "在存档"; -$a->strings["Only show archived contacts"] = "只显示已存档联系人"; -$a->strings["Hidden"] = "隐藏的"; -$a->strings["Only show hidden contacts"] = "只显示隐藏的联系人"; -$a->strings["Search your contacts"] = "搜索您的联系人"; -$a->strings["Results for: %s"] = ""; -$a->strings["Update"] = "更新"; -$a->strings["Archive"] = "存档"; -$a->strings["Unarchive"] = "从存档拿来"; -$a->strings["Batch Actions"] = ""; -$a->strings["Profile Details"] = "简介内容"; -$a->strings["View all contacts"] = "查看所有联系人"; -$a->strings["View all common friends"] = "查看所有公共好友"; -$a->strings["Advanced Contact Settings"] = "高级联系人设置"; -$a->strings["Mutual Friendship"] = "共同友谊"; -$a->strings["is a fan of yours"] = "是你的粉丝"; -$a->strings["you are a fan of"] = "你喜欢"; -$a->strings["Toggle Blocked status"] = "切换屏蔽状态"; -$a->strings["Toggle Ignored status"] = "交替忽视现状"; -$a->strings["Toggle Archive status"] = "交替档案现状"; -$a->strings["Delete contact"] = "删除联系人"; -$a->strings["No parent user"] = ""; -$a->strings["Parent User"] = ""; -$a->strings["Parent users have total control about this account, including the account settings. Please double check whom you give this access."] = ""; -$a->strings["Delegate Page Management"] = "页代表管理"; -$a->strings["Delegates"] = ""; -$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "代表会管理所有的方面这个账户/页除了基础账户配置以外。请别代表您私人账户给您没完全信的人。"; -$a->strings["Existing Page Managers"] = "目前页管理员"; -$a->strings["Existing Page Delegates"] = "目前页代表"; -$a->strings["Potential Delegates"] = "潜力的代表"; -$a->strings["Remove"] = "移走"; -$a->strings["Add"] = "加"; -$a->strings["No entries."] = "没有项目。"; -$a->strings["This introduction has already been accepted."] = "这个介绍已经接受了。"; -$a->strings["Profile location is not valid or does not contain profile information."] = "简介位置失效或不包含简介信息。"; -$a->strings["Warning: profile location has no identifiable owner name."] = "警告:简介位置没有可设别的主名。"; -$a->strings["Warning: profile location has no profile photo."] = "警告:简介位置没有简介图。"; -$a->strings["%d required parameter was not found at the given location"] = [ - 0 => "%d需要的参数没找到在输入的位置。", -]; -$a->strings["Introduction complete."] = "介绍完成的。"; -$a->strings["Unrecoverable protocol error."] = "不能恢复的协议错误"; -$a->strings["Profile unavailable."] = "简介无效"; -$a->strings["%s has received too many connection requests today."] = "%s今天已经受到了太多联络要求"; -$a->strings["Spam protection measures have been invoked."] = "垃圾保护措施被用了。"; -$a->strings["Friends are advised to please try again in 24 hours."] = "朋友们被建议请24小时后再试。"; -$a->strings["Invalid locator"] = "无效找到物"; -$a->strings["You have already introduced yourself here."] = "您已经自我介绍这儿。"; -$a->strings["Apparently you are already friends with %s."] = "看上去您已经是%s的朋友。"; -$a->strings["Invalid profile URL."] = "无效的简介URL。"; -$a->strings["Disallowed profile URL."] = "不允许的简介地址."; -$a->strings["Your introduction has been sent."] = "您的介绍发布了。"; -$a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = ""; -$a->strings["Please login to confirm introduction."] = "请登录以确认介绍。"; -$a->strings["Incorrect identity currently logged in. Please login to this profile."] = "当前登录的身份不正确。请登录到这个用户。"; -$a->strings["Confirm"] = "确认"; -$a->strings["Hide this contact"] = "隐藏这个联系人"; -$a->strings["Welcome home %s."] = "欢迎%s。"; -$a->strings["Please confirm your introduction/connection request to %s."] = "请确认您的介绍/联络要求给%s。"; -$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "请从以下支持的通信网络之一输入你的 “身份地址”:"; -$a->strings["If you are not yet a member of the free social web, follow this link to find a public Friendica site and join us today."] = ""; -$a->strings["Friend/Connection Request"] = "朋友/连接请求"; -$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"] = ""; -$a->strings["Please answer the following:"] = "请回答下述的:"; -$a->strings["Does %s know you?"] = "%s是否认识你?"; -$a->strings["Add a personal note:"] = "添加一个个人便条:"; -$a->strings["Friendica"] = "Friendica"; -$a->strings["GNU Social (Pleroma, Mastodon)"] = ""; -$a->strings["Diaspora (Socialhome, Hubzilla)"] = ""; -$a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = " - 请别用这个表格。而是在你的 Diaspora 搜索栏输入 %s."; -$a->strings["Item not found"] = "项目没找到"; -$a->strings["Edit post"] = "编辑文章"; -$a->strings["Event can not end before it has started."] = ""; -$a->strings["Event title and start time are required."] = "项目标题和开始时间是必须的。"; -$a->strings["Create New Event"] = "创建新的事件"; -$a->strings["Event details"] = "事件细节"; -$a->strings["Starting date and Title are required."] = "需要开始日期和标题。"; -$a->strings["Event Starts:"] = "事件开始:"; -$a->strings["Finish date/time is not known or not relevant"] = "结束日期/时间未知或无关"; -$a->strings["Event Finishes:"] = "事件结束:"; -$a->strings["Adjust for viewer timezone"] = "调整为浏览者的时区"; -$a->strings["Description:"] = "描述:"; -$a->strings["Title:"] = "标题:"; -$a->strings["Share this event"] = "分享这个事件"; -$a->strings["Basic"] = "基本"; -$a->strings["Failed to remove event"] = "删除事件失败"; -$a->strings["Event removed"] = "事件已删除"; -$a->strings["- select -"] = "-选择-"; -$a->strings["The contact could not be added."] = "无法添加此联系人。"; -$a->strings["You already added this contact."] = "您已添加此联系人。"; -$a->strings["Diaspora support isn't enabled. Contact can't be added."] = "Diaspora 支持没被启用。无法添加联系人。"; -$a->strings["OStatus support is disabled. Contact can't be added."] = "OStatus 支持没被启用。无法添加联系人。"; -$a->strings["The network type couldn't be detected. Contact can't be added."] = "网络类型无法被检测。无法添加联系人。"; -$a->strings["Friendica Communications Server - Setup"] = "Friendica沟通服务器-安装"; -$a->strings["Could not connect to database."] = "解不了数据库。"; -$a->strings["Could not create table."] = "无法创建表格。"; -$a->strings["Your Friendica site database has been installed."] = "您Friendica网站数据库被安装了。"; -$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "您可能要手工地进口文件「database.sql」用phpmyadmin或mysql。"; -$a->strings["Please see the file \"INSTALL.txt\"."] = "请看文件「INSTALL.txt」"; -$a->strings["Database already in use."] = "数据库已经被使用。"; -$a->strings["System check"] = "系统检测"; -$a->strings["Check again"] = "再检测"; -$a->strings["Database connection"] = "数据库接通"; -$a->strings["In order to install Friendica we need to know how to connect to your database."] = "为安装Friendica我们要知道怎么连接您的数据库。"; -$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "你有关于这些设置有问题的话,请给互联网托管服务或者网页管理联系。"; -$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "您下边指定的数据库应该已经存在。如果还没有,请创建后继续。"; -$a->strings["Database Server Name"] = "数据库服务器名"; -$a->strings["Database Login Name"] = "数据库登录名"; -$a->strings["Database Login Password"] = "数据库登录密码"; -$a->strings["For security reasons the password must not be empty"] = "由于安全的原因,密码不能为空"; -$a->strings["Database Name"] = "数据库名字"; -$a->strings["Site administrator email address"] = "网站行政人员邮件地址"; -$a->strings["Your account email address must match this in order to use the web admin panel."] = "您账户邮件地址必要符合这个为用网站处理仪表板"; -$a->strings["Please select a default timezone for your website"] = "请选择您网站的默认时区"; -$a->strings["Site settings"] = "网站设置"; -$a->strings["System Language:"] = "系统语言:"; -$a->strings["Set the default language for your Friendica installation interface and to send emails."] = ""; -$a->strings["Could not find a command line version of PHP in the web server PATH."] = "没找到命令行PHP在网服务器PATH。"; -$a->strings["If you don't have a command line version of PHP installed on your server, you will not be able to run the background processing. See 'Setup the worker'"] = ""; -$a->strings["PHP executable path"] = "PHP可执行路径"; -$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "输入全路线到php执行程序。您会留空白为继续安装。"; -$a->strings["Command line PHP"] = "命令行PHP"; -$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "PHP执行程序不是命令行PHP執行檔(有可能是cgi-fgci版本)"; -$a->strings["Found PHP version: "] = "找到 PHP 版本:"; -$a->strings["PHP cli binary"] = "命令行PHP執行檔"; -$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "您系统的命令行PHP没有能够「register_argc_argv」。"; -$a->strings["This is required for message delivery to work."] = "这必要为通信发布成功。"; -$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv"; -$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "错误:这系统的「register_argc_argv」子程序不能产生加密钥匙"; -$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "如果您用Windows,请看「http://www.php.net/manual/en/openssl.installation.php」。"; -$a->strings["Generate encryption keys"] = "产生加密钥匙"; -$a->strings["libCurl PHP module"] = "libCurl PHP模块"; -$a->strings["GD graphics PHP module"] = "GD显示PHP模块"; -$a->strings["OpenSSL PHP module"] = "OpenSSL PHP模块"; -$a->strings["PDO or MySQLi PHP module"] = "PDO 或者 MySQLi PHP 模块"; -$a->strings["mb_string PHP module"] = "mb_string PHP模块"; -$a->strings["XML PHP module"] = "XML PHP 模块"; -$a->strings["iconv module"] = "iconv 模块"; -$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite部件"; -$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "错误:Apache服务器的mod-rewrite模块是必要的可却不安装的。"; -$a->strings["Error: libCURL PHP module required but not installed."] = "错误:libCurl PHP模块是必要的可却不安装的。"; -$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "错误:GD显示PHP模块跟JPEG支持是必要的可却安装的。"; -$a->strings["Error: openssl PHP module required but not installed."] = "错误:openssl PHP模块是必要的可却不安装的。"; -$a->strings["Error: PDO or MySQLi PHP module required but not installed."] = ""; -$a->strings["Error: The MySQL driver for PDO is not installed."] = ""; -$a->strings["Error: mb_string PHP module required but not installed."] = "错误:mbstring PHP模块必要可没安装的。"; -$a->strings["Error: iconv PHP module required but not installed."] = ""; -$a->strings["Error, XML PHP module required but not installed."] = ""; -$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "网页安装器要创建一个叫 \".htconfig.php\" 的文件在你的 web 服务器的顶层目录下,但无法这么做。"; -$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "这常常是一个权设置,因为网服务器可能不会写文件在文件夹-即使您会。"; -$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top folder."] = "这个步骤头,我们给您正文要保存在叫.htconfig.php的文件在您Friendica主文件夹。"; -$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "或者您会这个步骤不做还是实行手动的安装。请看INSTALL.txt文件为说明。"; -$a->strings[".htconfig.php is writable"] = ".htconfig.php是可写的"; -$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Friendica用Smarty3模板机车为建筑网页。Smarty3把模板编译成PHP为催建筑网页。"; -$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top level folder."] = "为了保存这些模板,网服务器要写权利于view/smarty3/目录在Friendica主目录下。"; -$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "请保险您网服务器用户(比如www-data)有这个目录的写权利。"; -$a->strings["Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."] = "注意:为了安全,您应该只给网服务器写权利于view/smarty3/-没有模板文件(.tpl)之下。"; -$a->strings["view/smarty3 is writable"] = "能写view/smarty3"; -$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "在 .htaccess 中的 URL 重写不工作。请检查你的服务器配置。"; -$a->strings["Url rewrite is working"] = "URL改写发挥机能"; -$a->strings["ImageMagick PHP extension is not installed"] = "ImageMagick PHP 扩展没有安装"; -$a->strings["ImageMagick PHP extension is installed"] = "ImageMagick PHP 扩展已安装"; -$a->strings["ImageMagick supports GIF"] = "ImageMagick 支持 GIF"; -$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "数据库配置文件 \".htconfig.php\" 无法被写入。请在 web 服务器根目录下使用附上的文字创建一个配置文件。"; -$a->strings["

What next

"] = "

下步是什么

"; -$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the worker."] = ""; -$a->strings["Go to your new Friendica node registration page and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."] = ""; $a->strings["Unable to locate original post."] = "找不到当初的新闻"; $a->strings["Empty post discarded."] = "空帖子被丢弃了。"; -$a->strings["Wall Photos"] = "墙照片"; $a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "这个新闻是由%s,Friendica社会化网络成员之一,发给你。"; $a->strings["You may visit them online at %s"] = "你可以网上拜访他在%s"; $a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "你不想受到这些新闻的话,请回答这个新闻给发者联系。"; $a->strings["%s posted an update."] = "%s贴上一个新闻。"; -$a->strings["Time Conversion"] = "时间装换"; -$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica提供这个服务目的是分享项目跟别的网络和朋友们在别的时区。"; -$a->strings["UTC time: %s"] = "UTC时间: %s"; -$a->strings["Current timezone: %s"] = "现在时区: %s"; -$a->strings["Converted localtime: %s"] = "装换的当地时间:%s"; -$a->strings["Please select your timezone:"] = "请选择你的时区:"; -$a->strings["No valid account found."] = "找不到效的账户。"; -$a->strings["Password reset request issued. Check your email."] = "重设密码要求发布了。核对您的收件箱。"; -$a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = ""; -$a->strings["\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = ""; -$a->strings["Password reset requested at %s"] = "重设密码要求被发布%s"; -$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "要求确认不了。(您可能已经提交它。)重设密码失败了。"; -$a->strings["Request has expired, please make a new one."] = ""; -$a->strings["Forgot your Password?"] = "忘记你的密码吗?"; -$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "输入您的邮件地址和提交为重置密码。然后核对收件箱看别的说明。"; -$a->strings["Nickname or Email: "] = "昵称或邮件地址:"; -$a->strings["Reset"] = "复位"; -$a->strings["Password Reset"] = "复位密码"; -$a->strings["Your password has been reset as requested."] = "您的密码被重设如要求的。"; -$a->strings["Your new password is"] = "你的新的密码是"; -$a->strings["Save or copy your new password - and then"] = "保存或复制新密码-之后"; -$a->strings["click here to login"] = "点击这里登录"; -$a->strings["Your password may be changed from the Settings page after successful login."] = "您的密码可以在成功登录后在设置页修改。"; -$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t"] = ""; -$a->strings["\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"] = ""; -$a->strings["Your password has been changed at %s"] = "您密码被变化在%s"; -$a->strings["New Message"] = "新的消息"; -$a->strings["No recipient selected."] = "没有选择的接受者。"; -$a->strings["Unable to locate contact information."] = "无法找到联系人信息。"; -$a->strings["Message could not be sent."] = "消息发不了。"; -$a->strings["Message collection failure."] = "通信受到错误。"; -$a->strings["Message sent."] = "消息发了"; -$a->strings["Messages"] = "消息"; -$a->strings["Do you really want to delete this message?"] = "您真的想删除这个通知吗?"; -$a->strings["Message deleted."] = "消息删除了。"; -$a->strings["Conversation removed."] = "交流删除了。"; -$a->strings["Send Private Message"] = "发私人的通信"; -$a->strings["To:"] = "到:"; -$a->strings["Subject:"] = "题目:"; -$a->strings["No messages."] = "没有消息"; -$a->strings["Message not available."] = "通信不可用的"; -$a->strings["Delete message"] = "删除消息"; -$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A"; -$a->strings["Delete conversation"] = "删除交谈"; -$a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = "没可用的安全交通。您可能会在发送人的简介页会回答。"; -$a->strings["Send Reply"] = "发回答"; -$a->strings["Unknown sender - %s"] = "生发送人-%s"; -$a->strings["You and %s"] = "您和%s"; -$a->strings["%s and You"] = "%s和您"; -$a->strings["%d message"] = [ - 0 => "%d通知", -]; -$a->strings["Remove term"] = "删除关键字"; -$a->strings["Saved Searches"] = "保存的搜索"; $a->strings["add"] = "添加"; $a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = [ 0 => "警告:这个组包含 %s 来自不允许非公开消息的网络的成员。", @@ -1342,92 +1648,11 @@ $a->strings["Shared Links"] = "共享的链接"; $a->strings["Interesting Links"] = "有意思的超链接"; $a->strings["Starred"] = "被星"; $a->strings["Favourite Posts"] = "最喜欢的文章"; -$a->strings["Personal Notes"] = "私人便条"; -$a->strings["No more system notifications."] = "没别系统通知。"; -$a->strings["Photo Albums"] = "相册"; -$a->strings["Recent Photos"] = "最近的照片"; -$a->strings["Upload New Photos"] = "上传新照片"; -$a->strings["everybody"] = "每人"; -$a->strings["Contact information unavailable"] = "联系人信息不可用"; -$a->strings["Album not found."] = "取回不了相册."; -$a->strings["Delete Album"] = "删除相册"; -$a->strings["Do you really want to delete this photo album and all its photos?"] = "您真的想删除这个相册和所有里面的照相吗?"; -$a->strings["Delete Photo"] = "删除照片"; -$a->strings["Do you really want to delete this photo?"] = "您真的想删除这个照相吗?"; -$a->strings["a photo"] = "一张照片"; -$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s被%3\$s标签在%2\$s"; -$a->strings["Image exceeds size limit of %s"] = ""; -$a->strings["Image upload didn't complete, please try again"] = ""; -$a->strings["Image file is missing"] = "缺少图片文件"; -$a->strings["Server can't accept new file upload at this time, please contact your administrator"] = ""; -$a->strings["Image file is empty."] = "图片文件空的。"; -$a->strings["Unable to process image."] = "处理不了图像."; -$a->strings["Image upload failed."] = "图像上载失败了."; -$a->strings["No photos selected"] = "没有照片挑选了"; -$a->strings["Access to this item is restricted."] = "这个项目使用权限的。"; -$a->strings["Upload Photos"] = "上传照片"; -$a->strings["New album name: "] = "新册名:"; -$a->strings["or existing album name: "] = "或现有册名"; -$a->strings["Do not show a status post for this upload"] = "别显示现状报到关于这个上传"; -$a->strings["Show to Groups"] = "给组表示"; -$a->strings["Show to Contacts"] = "展示给联系人"; -$a->strings["Edit Album"] = "编照片册"; -$a->strings["Show Newest First"] = "先表示最新的"; -$a->strings["Show Oldest First"] = "先表示最老的"; -$a->strings["View Photo"] = "看照片"; -$a->strings["Permission denied. Access to this item may be restricted."] = "无权利。用这个项目可能受限制。"; -$a->strings["Photo not available"] = "不可获得的照片"; -$a->strings["View photo"] = "看照片"; -$a->strings["Edit photo"] = "编辑照片"; -$a->strings["Use as profile photo"] = "用为资料图"; -$a->strings["Private Message"] = "私人的新闻"; -$a->strings["View Full Size"] = "看全尺寸"; -$a->strings["Tags: "] = "标签:"; -$a->strings["[Remove any tag]"] = "[删除任何标签]"; -$a->strings["New album name"] = "新册名"; -$a->strings["Caption"] = "字幕"; -$a->strings["Add a Tag"] = "加标签"; -$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "例子:@zhang, @Zhang_San, @li@example.com, #Beijing, #ktv"; -$a->strings["Do not rotate"] = "不要旋转"; -$a->strings["Rotate CW (right)"] = "顺时针地转动(左)"; -$a->strings["Rotate CCW (left)"] = "反顺时针地转动(右)"; -$a->strings["I like this (toggle)"] = "我喜欢这(交替)"; -$a->strings["I don't like this (toggle)"] = "我不喜欢这(交替)"; -$a->strings["This is you"] = "这是你"; -$a->strings["Comment"] = "评论"; -$a->strings["Map"] = ""; -$a->strings["View Album"] = "看照片册"; -$a->strings["{0} wants to be your friend"] = "{0}想成为您的朋友"; -$a->strings["{0} sent you a message"] = "{0}发给您一个通信"; -$a->strings["{0} requested registration"] = "{0}要求注册"; -$a->strings["Poke/Prod"] = "戳"; -$a->strings["poke, prod or do other things to somebody"] = "把人家戳或别的行动"; -$a->strings["Recipient"] = "接受者"; -$a->strings["Choose what you wish to do to recipient"] = "选择您想把别人作"; -$a->strings["Make this post private"] = "使这个文章私人"; -$a->strings["Only logged in users are permitted to perform a probing."] = ""; $a->strings["Requested profile is not available."] = "要求的简介联系不上的。"; $a->strings["%s's posts"] = ""; $a->strings["%s's comments"] = ""; $a->strings["%s's timeline"] = ""; $a->strings["Tips for New Members"] = "新人建议"; -$a->strings["Image uploaded but image cropping failed."] = "照片上传去了,但修剪失灵。"; -$a->strings["Image size reduction [%s] failed."] = "照片减少[%s]失灵。"; -$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "万一新照片一会出现,换档重新加载或者成为空浏览器高速缓存。"; -$a->strings["Unable to process image"] = "不能处理照片"; -$a->strings["Upload File:"] = "上传文件:"; -$a->strings["Select a profile:"] = "选择一个简介"; -$a->strings["or"] = "或者"; -$a->strings["skip this step"] = "略过这步"; -$a->strings["select a photo from your photo albums"] = "从您的照片册选择一片。"; -$a->strings["Crop Image"] = "修剪照片"; -$a->strings["Please adjust the image cropping for optimum viewing."] = "请调图片剪裁为最好看。"; -$a->strings["Done Editing"] = "编辑完成"; -$a->strings["Image uploaded successfully."] = "照片成功地上传了。"; -$a->strings["Invalid profile identifier."] = "无限的简介标识符。"; -$a->strings["Profile Visibility Editor"] = "简介能见度编辑器。"; -$a->strings["Visible To"] = "能见被"; -$a->strings["All Contacts (with secure profile access)"] = ""; $a->strings["Registration successful. Please check your email for further instructions."] = "注册成功了。请咨询说明再您的收件箱。"; $a->strings["Failed to send email message. Here your accout details:
login: %s
password: %s

You can change your password after login."] = "发送邮件失败。你的账户消息是:
用户名:%s
密码: %s

。登录后能改密码。"; $a->strings["Registration successful."] = "注册成功。"; @@ -1440,239 +1665,14 @@ $a->strings["Include your profile in member directory?"] = "放您的简介再 $a->strings["Note for the admin"] = ""; $a->strings["Leave a message for the admin, why you want to join this node"] = "给管理员留条消息,为什么你想加入这个节点"; $a->strings["Membership on this site is by invitation only."] = "会员身份在这个网站是光通过邀请。"; -$a->strings["Your invitation ID: "] = "您邀请ID:"; +$a->strings["Your invitation code: "] = ""; $a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = "你的全名 (比如张三,真名或看起来是真名):"; $a->strings["Your Email Address: (Initial information will be send there, so this has to be an existing address.)"] = ""; -$a->strings["New Password:"] = "新密码:"; $a->strings["Leave empty for an auto generated password."] = "留空以使用自动生成的密码。"; -$a->strings["Confirm:"] = "确认:"; $a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be 'nickname@%s'."] = ""; $a->strings["Choose a nickname: "] = "选择昵称:"; $a->strings["Register"] = "注册"; $a->strings["Import your profile to this friendica instance"] = "进口您的简介到这个friendica服务器"; -$a->strings["Account approved."] = "账户已被批准。"; -$a->strings["Registration revoked for %s"] = "撤销了 %s 的注册"; -$a->strings["Please login."] = "请登录。"; -$a->strings["Remove My Account"] = "删除我的账户"; -$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "这要完全删除您的账户。这一做过,就不能恢复。"; -$a->strings["Please enter your password for verification:"] = "请输入密码为确认:"; -$a->strings["Only logged in users are permitted to perform a search."] = "只有已登录的用户被允许进行搜索。"; -$a->strings["Too Many Requests"] = "过多请求"; -$a->strings["Only one search per minute is permitted for not logged in users."] = "对未登录的用户,每分钟只允许一条搜索。"; -$a->strings["Items tagged with: %s"] = ""; -$a->strings["Display"] = "显示"; -$a->strings["Social Networks"] = "社会化网络"; -$a->strings["Delegations"] = "代表"; -$a->strings["Connected apps"] = "连接着应用"; -$a->strings["Export personal data"] = "导出个人信息"; -$a->strings["Remove account"] = "删除账户"; -$a->strings["Missing some important data!"] = "缺失一些重要数据!"; -$a->strings["Failed to connect with email account using the settings provided."] = "不能连接电子邮件账户用输入的设置。"; -$a->strings["Email settings updated."] = "电子邮件设置更新了"; -$a->strings["Features updated"] = "特点更新了"; -$a->strings["Relocate message has been send to your contacts"] = "调动消息已发送给您的联系人"; -$a->strings["Passwords do not match. Password unchanged."] = "密码不匹配。密码没改变。"; -$a->strings["Empty passwords are not allowed. Password unchanged."] = "空的密码禁止。密码没未改变的。"; -$a->strings["Wrong password."] = "密码不正确。"; -$a->strings["Password changed."] = "密码变化了。"; -$a->strings["Password update failed. Please try again."] = "密码更新失败了。请再试。"; -$a->strings[" Please use a shorter name."] = " 请用一个更短的名字。"; -$a->strings[" Name too short."] = " 名字过短。"; -$a->strings["Wrong Password"] = "密码不正确"; -$a->strings["Invalid email."] = "无效的邮箱。"; -$a->strings["Cannot change to that email."] = ""; -$a->strings["Private forum has no privacy permissions. Using default privacy group."] = "私人评坛没有隐私批准。默认隐私组用者。"; -$a->strings["Private forum has no privacy permissions and no default privacy group."] = "私人评坛没有隐私批准或默认隐私组。"; -$a->strings["Settings updated."] = "设置更新了。"; -$a->strings["Add application"] = "加入应用"; -$a->strings["Consumer Key"] = "钥匙(Consumer Key)"; -$a->strings["Consumer Secret"] = "密码(Consumer Secret)"; -$a->strings["Redirect"] = "重定向"; -$a->strings["Icon url"] = "图符URL"; -$a->strings["You can't edit this application."] = "您不能编辑这个应用。"; -$a->strings["Connected Apps"] = "连接着应用"; -$a->strings["Edit"] = "编辑"; -$a->strings["Client key starts with"] = "客户钥匙头字是"; -$a->strings["No name"] = "无名"; -$a->strings["Remove authorization"] = "撤消权能"; -$a->strings["No Addon settings configured"] = ""; -$a->strings["Addon Settings"] = ""; -$a->strings["Additional Features"] = "附加特性"; -$a->strings["Diaspora"] = "Diaspora"; -$a->strings["enabled"] = "能够做的"; -$a->strings["disabled"] = "已停用"; -$a->strings["Built-in support for %s connectivity is %s"] = "包括的支持为%s连通性是%s"; -$a->strings["GNU Social (OStatus)"] = ""; -$a->strings["Email access is disabled on this site."] = "电子邮件访问在这个站上被禁用。"; -$a->strings["General Social Media Settings"] = "通用社交媒体设置"; -$a->strings["Disable intelligent shortening"] = ""; -$a->strings["Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original friendica post."] = ""; -$a->strings["Automatically follow any GNU Social (OStatus) followers/mentioners"] = ""; -$a->strings["If you receive a message from an unknown OStatus user, this option decides what to do. If it is checked, a new contact will be created for every unknown user."] = ""; -$a->strings["Default group for OStatus contacts"] = "用于 OStatus 联系人的默认组"; -$a->strings["Your legacy GNU Social account"] = ""; -$a->strings["If you enter your old GNU Social/Statusnet account name here (in the format user@domain.tld), your contacts will be added automatically. The field will be emptied when done."] = ""; -$a->strings["Repair OStatus subscriptions"] = "修复 OStatus 订阅"; -$a->strings["Email/Mailbox Setup"] = "邮件收件箱设置"; -$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "如果您想用这股服务(可选的)跟邮件熟人交流,请指定怎么连通您的收件箱。"; -$a->strings["Last successful email check:"] = "上个成功收件箱检查:"; -$a->strings["IMAP server name:"] = "IMAP服务器名字:"; -$a->strings["IMAP port:"] = "IMAP服务器端口:"; -$a->strings["Security:"] = "安全:"; -$a->strings["None"] = "没有"; -$a->strings["Email login name:"] = "邮件登录名:"; -$a->strings["Email password:"] = "邮件密码:"; -$a->strings["Reply-to address:"] = "回答地址:"; -$a->strings["Send public posts to all email contacts:"] = "发送公开文章给所有的邮件联系人:"; -$a->strings["Action after import:"] = "进口后行动:"; -$a->strings["Mark as seen"] = "标注看过"; -$a->strings["Move to folder"] = "搬到文件夹"; -$a->strings["Move to folder:"] = "搬到文件夹:"; -$a->strings["%s - (Unsupported)"] = ""; -$a->strings["%s - (Experimental)"] = ""; -$a->strings["Display Settings"] = "表示设置"; -$a->strings["Display Theme:"] = "显示主题:"; -$a->strings["Mobile Theme:"] = "手机主题:"; -$a->strings["Suppress warning of insecure networks"] = ""; -$a->strings["Should the system suppress the warning that the current group contains members of networks that can't receive non public postings."] = ""; -$a->strings["Update browser every xx seconds"] = "更新游览器每XX秒"; -$a->strings["Minimum of 10 seconds. Enter -1 to disable it."] = "至少 10 秒。输入 -1 禁用。"; -$a->strings["Number of items to display per page:"] = "每页表示多少项目:"; -$a->strings["Maximum of 100 items"] = "最多100项目"; -$a->strings["Number of items to display per page when viewed from mobile device:"] = "用手机看一页展示多少项目:"; -$a->strings["Don't show emoticons"] = "不显示表情符号"; -$a->strings["Calendar"] = "日历"; -$a->strings["Beginning of week:"] = "一周的开始:"; -$a->strings["Don't show notices"] = "不显示提示"; -$a->strings["Infinite scroll"] = "无限的滚动"; -$a->strings["Automatic updates only at the top of the network page"] = ""; -$a->strings["When disabled, the network page is updated all the time, which could be confusing while reading."] = ""; -$a->strings["Bandwith Saver Mode"] = "省流量模式"; -$a->strings["When enabled, embedded content is not displayed on automatic updates, they only show on page reload."] = "当启用时,嵌入的内容不会在自动更新时显示,它们只在页面重载时显示。"; -$a->strings["Smart Threading"] = ""; -$a->strings["When enabled, suppress extraneous thread indentation while keeping it where it matters. Only works if threading is available and enabled."] = ""; -$a->strings["General Theme Settings"] = "通用主题设置"; -$a->strings["Custom Theme Settings"] = "自定义主题设置"; -$a->strings["Content Settings"] = "内容设置"; -$a->strings["Theme settings"] = "主题设置"; -$a->strings["Unable to find your profile. Please contact your admin."] = "无法找到您的简介。请联系您的管理员。"; -$a->strings["Account Types"] = "账户类型"; -$a->strings["Personal Page Subtypes"] = ""; -$a->strings["Community Forum Subtypes"] = ""; -$a->strings["Personal Page"] = "个人页面"; -$a->strings["Account for a personal profile."] = ""; -$a->strings["Organisation Page"] = ""; -$a->strings["Account for an organisation that automatically approves contact requests as \"Followers\"."] = ""; -$a->strings["News Page"] = "新闻页面"; -$a->strings["Account for a news reflector that automatically approves contact requests as \"Followers\"."] = ""; -$a->strings["Community Forum"] = ""; -$a->strings["Account for community discussions."] = ""; -$a->strings["Normal Account Page"] = "标准账户页面"; -$a->strings["Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"."] = ""; -$a->strings["Soapbox Page"] = "演讲台页"; -$a->strings["Account for a public profile that automatically approves contact requests as \"Followers\"."] = ""; -$a->strings["Public Forum"] = "公共论坛"; -$a->strings["Automatically approves all contact requests."] = ""; -$a->strings["Automatic Friend Page"] = "自动朋友页"; -$a->strings["Account for a popular profile that automatically approves contact requests as \"Friends\"."] = ""; -$a->strings["Private Forum [Experimental]"] = "隐私评坛[实验性的 ]"; -$a->strings["Requires manual approval of contact requests."] = ""; -$a->strings["OpenID:"] = "OpenID:"; -$a->strings["(Optional) Allow this OpenID to login to this account."] = "(可选的) 允许这个 OpenID 登录这个账户。"; -$a->strings["Publish your default profile in your local site directory?"] = "出版您默认简介在您当地的网站目录?"; -$a->strings["Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public."] = ""; -$a->strings["Publish your default profile in the global social directory?"] = "出版您默认简介在综合社会目录?"; -$a->strings["Your profile will be publishedin this node's local directory. Your profile details may be publicly visible depending on the system settings."] = ""; -$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "在您的默认简介中向访问者隐藏您的联系人/朋友列表?"; -$a->strings["Your contact list won't be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create"] = ""; -$a->strings["Hide your profile details from anonymous viewers?"] = "对匿名访问者隐藏详细简介?"; -$a->strings["Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Disables posting public messages to Diaspora and other networks."] = ""; -$a->strings["Allow friends to post to your profile page?"] = "允许朋友们贴文章在您的简介页?"; -$a->strings["Your contacts may write posts on your profile wall. These posts will be distributed to your contacts"] = ""; -$a->strings["Allow friends to tag your posts?"] = "允许朋友们标签您的文章?"; -$a->strings["Your contacts can add additional tags to your posts."] = ""; -$a->strings["Allow us to suggest you as a potential friend to new members?"] = "允许我们建议您潜力朋友给新成员?"; -$a->strings["If you like, Friendica may suggest new members to add you as a contact."] = ""; -$a->strings["Permit unknown people to send you private mail?"] = "允许生人寄给您私人邮件?"; -$a->strings["Friendica network users may send you private messages even if they are not in your contact list."] = ""; -$a->strings["Profile is not published."] = "简介未发布。"; -$a->strings["Your Identity Address is '%s' or '%s'."] = "你的身份地址是 '%s' 或者 '%s'."; -$a->strings["Automatically expire posts after this many days:"] = "在这数天后自动使文章过期:"; -$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "如果为空,文章不会过期。过期的文章将被删除"; -$a->strings["Advanced expiration settings"] = "高级过期设置"; -$a->strings["Advanced Expiration"] = "先进的过期"; -$a->strings["Expire posts:"] = "把文章过期:"; -$a->strings["Expire personal notes:"] = "把私人便条过期:"; -$a->strings["Expire starred posts:"] = "把星的文章过期:"; -$a->strings["Expire photos:"] = "把照片过期:"; -$a->strings["Only expire posts by others:"] = "只别人的文章过期:"; -$a->strings["Account Settings"] = "帐户设置"; -$a->strings["Password Settings"] = "密码设置"; -$a->strings["Leave password fields blank unless changing"] = "留空密码字段,除非要修改"; -$a->strings["Current Password:"] = "当前密码:"; -$a->strings["Your current password to confirm the changes"] = "你的当前密码,来确认修改"; -$a->strings["Password:"] = "密码:"; -$a->strings["Basic Settings"] = "基础设置"; -$a->strings["Full Name:"] = "全名:"; -$a->strings["Email Address:"] = "电子邮件地址:"; -$a->strings["Your Timezone:"] = "你的时区:"; -$a->strings["Your Language:"] = "你的语言:"; -$a->strings["Set the language we use to show you friendica interface and to send you emails"] = ""; -$a->strings["Default Post Location:"] = "默认文章位置:"; -$a->strings["Use Browser Location:"] = "使用浏览器位置:"; -$a->strings["Security and Privacy Settings"] = "安全和隐私设置"; -$a->strings["Maximum Friend Requests/Day:"] = "每天最大朋友请求数:"; -$a->strings["(to prevent spam abuse)"] = "(用于防止垃圾信息滥用)"; -$a->strings["Default Post Permissions"] = "默认文章权限"; -$a->strings["(click to open/close)"] = "(点击来打开/关闭)"; -$a->strings["Default Private Post"] = "默认私人文章"; -$a->strings["Default Public Post"] = "默认公开文章"; -$a->strings["Default Permissions for New Posts"] = "新文章的默认权限"; -$a->strings["Maximum private messages per day from unknown people:"] = "每天来自未知的人的私信:"; -$a->strings["Notification Settings"] = "通知设置"; -$a->strings["By default post a status message when:"] = "默认地发现状通知如果:"; -$a->strings["accepting a friend request"] = "接受朋友邀请"; -$a->strings["joining a forum/community"] = "加入一个论坛/社区"; -$a->strings["making an interesting profile change"] = "把简介有意思地变修改"; -$a->strings["Send a notification email when:"] = "发一个消息要是:"; -$a->strings["You receive an introduction"] = "你收到一份介绍"; -$a->strings["Your introductions are confirmed"] = "你的介绍被确认了"; -$a->strings["Someone writes on your profile wall"] = "某人写在你的简历墙"; -$a->strings["Someone writes a followup comment"] = "某人写一个后续的评论"; -$a->strings["You receive a private message"] = "你收到一封私信"; -$a->strings["You receive a friend suggestion"] = "你受到一个朋友建议"; -$a->strings["You are tagged in a post"] = "你被在新闻标签"; -$a->strings["You are poked/prodded/etc. in a post"] = "您在文章被戳"; -$a->strings["Activate desktop notifications"] = "启用桌面通知"; -$a->strings["Show desktop popup on new notifications"] = "在有新的提示时显示桌面弹出窗口"; -$a->strings["Text-only notification emails"] = "纯文本通知邮件"; -$a->strings["Send text only notification emails, without the html part"] = "发送纯文本通知邮件,无 html 部分"; -$a->strings["Show detailled notifications"] = ""; -$a->strings["Per default the notificiation are condensed to a single notification per item. When enabled, every notification is displayed."] = ""; -$a->strings["Advanced Account/Page Type Settings"] = "专家账户/页种设置"; -$a->strings["Change the behaviour of this account for special situations"] = "把这个账户特别情况的时候行动变化"; -$a->strings["Relocate"] = "调动"; -$a->strings["If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."] = "如果您调动这个简介从别的服务器但有的熟人没收到您的更新,尝试按这个钮。"; -$a->strings["Resend relocate message to contacts"] = "把调动信息寄给熟人"; -$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s关注着%2\$s的%3\$s"; -$a->strings["Tag removed"] = "标签去除了"; -$a->strings["Remove Item Tag"] = "去除项目标签"; -$a->strings["Select a tag to remove: "] = "选择删除一个标签: "; -$a->strings["Export account"] = "导出账户"; -$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "导出你的账户信息和联系人。用这个功能来生成一个你的账户的备份,并且/或者把它移到另外一个服务器。"; -$a->strings["Export all"] = "导出全部"; -$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "导出你的账户信息、联系人和所有你的项目为 json 格式。可能会是一个很大的文件,并可能花费很多时间。用这个功能来做一个你的账户的全备份(照片不会被导出)"; -$a->strings["Do you really want to delete this video?"] = "你真的想删除这个视频吗?"; -$a->strings["Delete Video"] = "删除视频"; -$a->strings["No videos selected"] = "没有视频被选择"; -$a->strings["Recent Videos"] = "最近的视频"; -$a->strings["Upload New Videos"] = "上传新视频"; -$a->strings["No contacts."] = "没有联系人。"; -$a->strings["Access denied."] = "没有用权。"; -$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "一天最多墙通知给%s超过了。通知没有通过 。"; -$a->strings["Unable to check your home location."] = "核对不了您的主页。"; -$a->strings["No recipient."] = "没有接受者。"; -$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "如果您想%s回答,请核对您网站的隐私设置允许生发送人的私人邮件。"; $a->strings["default"] = "默认"; $a->strings["greenzero"] = "greenzero"; $a->strings["purplezero"] = "purplezero"; @@ -1700,7 +1700,7 @@ $a->strings["Set the background color"] = "设置背景色"; $a->strings["Content background opacity"] = ""; $a->strings["Set the background image"] = "设置背景图片"; $a->strings["Login page background image"] = "登录页面背景图片"; -$a->strings["Login page background color"] = ""; +$a->strings["Login page background color"] = "登录页面背景色"; $a->strings["Leave background image and color empty for theme defaults"] = ""; $a->strings["Guest"] = ""; $a->strings["Visitor"] = "访客"; @@ -1904,7 +1904,7 @@ $a->strings["Add/remove mention when a forum page is selected/deselected in ACL $a->strings["Network Sidebar Widgets"] = "网络工具栏小窗口"; $a->strings["Search by Date"] = "按日期搜索"; $a->strings["Ability to select posts by date ranges"] = "能按时期范围选择文章"; -$a->strings["List Forums"] = ""; +$a->strings["List Forums"] = "列出各论坛"; $a->strings["Enable widget to display the forums your are connected with"] = ""; $a->strings["Group Filter"] = "组过滤器"; $a->strings["Enable widget to display Network posts only from selected group"] = "启用用于只显示从所选组发出的网络文章的小组件"; @@ -1937,8 +1937,8 @@ $a->strings["Mute Post Notifications"] = ""; $a->strings["Ability to mute notifications for a thread"] = ""; $a->strings["Advanced Profile Settings"] = ""; $a->strings["Show visitors public community forums at the Advanced Profile Page"] = ""; -$a->strings["Tag Cloud"] = ""; -$a->strings["Provide a personal tag cloud on your profile page"] = ""; +$a->strings["Tag Cloud"] = "标签云"; +$a->strings["Provide a personal tag cloud on your profile page"] = "在您的个人简介中提供个人标签云"; $a->strings["Display Membership Date"] = ""; $a->strings["Display membership date in profile"] = ""; $a->strings["Embedding disabled"] = "嵌入已停用"; @@ -1976,6 +1976,32 @@ $a->strings["Edit group"] = "编辑组"; $a->strings["Contacts not in any group"] = "不在任何组的联系人"; $a->strings["Create a new group"] = "创建新组"; $a->strings["Edit groups"] = "编辑组"; +$a->strings["[no subject]"] = "[无题目]"; +$a->strings["Login failed"] = "登录失败"; +$a->strings["Not enough information to authenticate"] = "没有足够信息以认证"; +$a->strings["An invitation is required."] = "需要邀请。"; +$a->strings["Invitation could not be verified."] = "不能验证邀请。"; +$a->strings["Invalid OpenID url"] = "无效的OpenID url"; +$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "我们用您输入的OpenID登录的时候碰到问题。请核实拼法是对的。"; +$a->strings["The error message was:"] = "错误通知是:"; +$a->strings["Please enter the required information."] = "请输入必要的信息。"; +$a->strings["Please use a shorter name."] = "请用一个短一点的名字。"; +$a->strings["Name too short."] = "名字太短。"; +$a->strings["That doesn't appear to be your full (First Last) name."] = "这看上去不是您的全姓名。"; +$a->strings["Your email domain is not among those allowed on this site."] = "这网站允许的域名中没有您的"; +$a->strings["Not a valid email address."] = "无效的邮件地址。"; +$a->strings["Cannot use that email."] = "不能用这个邮件地址。"; +$a->strings["Your nickname can only contain a-z, 0-9 and _."] = "您的昵称只能由字母、数字和下划线组成。"; +$a->strings["Nickname is already registered. Please choose another."] = "此昵称已被注册。请选择新的昵称。"; +$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "严重错误:安全密钥生成失败。"; +$a->strings["An error occurred during registration. Please try again."] = "注册出现问题。请再次尝试。"; +$a->strings["An error occurred creating your default profile. Please try again."] = "创建你的默认简介的时候出现了一个错误。请再试。"; +$a->strings["An error occurred creating your self contact. Please try again."] = ""; +$a->strings["An error occurred creating your default contact group. Please try again."] = ""; +$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\t\t"] = ""; +$a->strings["Registration at %s"] = "在 %s 的注册"; +$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t\t"] = ""; +$a->strings["\n\t\t\tThe login details are as follows:\n\t\t\t\tSite Location:\t%3\$s\n\t\t\t\tLogin Name:\t%1\$s\n\t\t\t\tPassword:\t%5\$s\n\n\t\t\tYou may change your password from your account Settings page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile keywords (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\n\t\t\tThank you and welcome to %2\$s."] = ""; $a->strings["Drop Contact"] = "删除联系人"; $a->strings["Organisation"] = "组织"; $a->strings["News"] = "新闻"; @@ -1997,7 +2023,6 @@ $a->strings["Happy Birthday %s"] = "生日快乐%s"; $a->strings["%1\$s is attending %2\$s's %3\$s"] = "%1\$s 正在参加 %2\$s 的 %3\$s"; $a->strings["%1\$s is not attending %2\$s's %3\$s"] = "%1\$s 不在参加 %2\$s 的 %3\$s"; $a->strings["%1\$s may attend %2\$s's %3\$s"] = "%1\$s 可以参加 %2\$s 的 %3\$s"; -$a->strings["[no subject]"] = "[无题目]"; $a->strings["Requested account is not available."] = "要求的账户不可用。"; $a->strings["Edit profile"] = "修改简介"; $a->strings["Atom feed"] = ""; @@ -2027,34 +2052,9 @@ $a->strings["Work/employment:"] = "工作"; $a->strings["School/education:"] = "学院/教育"; $a->strings["Forums:"] = ""; $a->strings["Only You Can See This"] = "只有你可以看这个"; -$a->strings["Login failed"] = "登录失败"; -$a->strings["Not enough information to authenticate"] = ""; -$a->strings["An invitation is required."] = "需要邀请。"; -$a->strings["Invitation could not be verified."] = "不能验证邀请。"; -$a->strings["Invalid OpenID url"] = "无效的OpenID url"; -$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "我们用您输入的OpenID登录的时候碰到问题。请核实拼法是对的。"; -$a->strings["The error message was:"] = "错误通知是:"; -$a->strings["Please enter the required information."] = "请输入必要的信息。"; -$a->strings["Please use a shorter name."] = "请用一个短一点的名字。"; -$a->strings["Name too short."] = "名字太短。"; -$a->strings["That doesn't appear to be your full (First Last) name."] = "这看上去不是您的全姓名。"; -$a->strings["Your email domain is not among those allowed on this site."] = "这网站允许的域名中没有您的"; -$a->strings["Not a valid email address."] = "无效的邮件地址。"; -$a->strings["Cannot use that email."] = "不能用这个邮件地址。"; -$a->strings["Your nickname can only contain a-z, 0-9 and _."] = "您的昵称只能由字母、数字和下划线组成。"; -$a->strings["Nickname is already registered. Please choose another."] = "此昵称已被注册。请选择新的昵称。"; -$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "严重错误:安全密钥生成失败。"; -$a->strings["An error occurred during registration. Please try again."] = "注册出现问题。请再次尝试。"; -$a->strings["An error occurred creating your default profile. Please try again."] = "创建你的默认简介的时候出现了一个错误。请再试。"; -$a->strings["An error occurred creating your self contact. Please try again."] = ""; -$a->strings["An error occurred creating your default contact group. Please try again."] = ""; -$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\t\t"] = ""; -$a->strings["Registration at %s"] = "在 %s 的注册"; -$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t\t"] = ""; -$a->strings["\n\t\t\tThe login details are as follows:\n\t\t\t\tSite Location:\t%3\$s\n\t\t\t\tLogin Name:\t%1\$s\n\t\t\t\tPassword:\t%5\$s\n\n\t\t\tYou may change your password from your account Settings page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile keywords (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\n\t\t\tThank you and welcome to %2\$s."] = ""; -$a->strings["%s\\'s birthday"] = "%s的生日"; $a->strings["Sharing notification from Diaspora network"] = "分享通知从Diaspora网络"; $a->strings["Attachments:"] = "附件:"; +$a->strings["%s\\'s birthday"] = "%s的生日"; $a->strings["%s is now following %s."] = "%s 正在关注 %s."; $a->strings["following"] = "关注"; $a->strings["%s stopped following %s."] = "%s 停止关注了 %s."; From 2efd4ba780680282e74d069798e1826c7704cdba Mon Sep 17 00:00:00 2001 From: rabuzarus Date: Sat, 3 Mar 2018 14:06:42 +0100 Subject: [PATCH 006/430] fix local directory search --- mod/directory.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mod/directory.php b/mod/directory.php index d7d9ad8a6e..c2548b4de7 100644 --- a/mod/directory.php +++ b/mod/directory.php @@ -86,7 +86,7 @@ function directory_content(App $a) { $limit = intval($a->pager['start']).",".intval($a->pager['itemspage']); - $r = q("SELECT `profile`.*, `profile`.`uid` AS `profile_uid`, `user`.`nickname`, `user`.`timezone` , `user`.`page-flags`, + $r = dba::p("SELECT `profile`.*, `profile`.`uid` AS `profile_uid`, `user`.`nickname`, `user`.`timezone` , `user`.`page-flags`, `contact`.`addr`, `contact`.`url` AS profile_url FROM `profile` LEFT JOIN `user` ON `user`.`uid` = `profile`.`uid` LEFT JOIN `contact` ON `contact`.`uid` = `user`.`uid` @@ -100,7 +100,7 @@ function directory_content(App $a) { $photo = 'photo'; } - foreach ($r as $rr) { + while ($rr = dba::fetch($r)) { $itemurl= ''; @@ -187,6 +187,7 @@ function directory_content(App $a) { $entries[] = $arr['entry']; } + dba::close($r); $tpl = get_markup_template('directory_header.tpl'); From c78572bf472f146db9272e7f8273704df03b659d Mon Sep 17 00:00:00 2001 From: rabuzarus Date: Sat, 3 Mar 2018 14:40:16 +0100 Subject: [PATCH 007/430] directory.php - code beautification (PSR) --- mod/directory.php | 149 ++++++++++++++++++++++++---------------------- 1 file changed, 78 insertions(+), 71 deletions(-) diff --git a/mod/directory.php b/mod/directory.php index c2548b4de7..b8b0482127 100644 --- a/mod/directory.php +++ b/mod/directory.php @@ -12,12 +12,12 @@ use Friendica\Database\DBM; use Friendica\Model\Contact; use Friendica\Model\Profile; -function directory_init(App $a) { +function directory_init(App $a) +{ $a->set_pager_itemspage(60); - if(local_user()) { + if (local_user()) { $a->page['aside'] .= Widget::findPeople(); - $a->page['aside'] .= Widget::follow(); } else { unset($_SESSION['theme']); @@ -25,16 +25,20 @@ function directory_init(App $a) { } } -function directory_post(App $a) { - if(x($_POST,'search')) +function directory_post(App $a) +{ + if (x($_POST, 'search')) { $a->data['search'] = $_POST['search']; + } } -function directory_content(App $a) { +function directory_content(App $a) +{ require_once("mod/proxy.php"); - if((Config::get('system','block_public')) && (! local_user()) && (! remote_user()) || - (Config::get('system','block_local_dir')) && (! local_user()) && (! remote_user())) { + if ((Config::get('system', 'block_public') && !local_user() && !remote_user()) + || (Config::get('system', 'block_local_dir') && !local_user() && !remote_user()) + ) { notice(L10n::t('Public access denied.') . EOL); return; } @@ -42,18 +46,19 @@ function directory_content(App $a) { $o = ''; Nav::setSelected('directory'); - if(x($a->data,'search')) + if (x($a->data, 'search')) { $search = notags(trim($a->data['search'])); - else - $search = ((x($_GET,'search')) ? notags(trim(rawurldecode($_GET['search']))) : ''); - - $gdirpath = ''; - $dirurl = Config::get('system','directory'); - if(strlen($dirurl)) { - $gdirpath = Profile::zrl($dirurl,true); + } else { + $search = ((x($_GET, 'search')) ? notags(trim(rawurldecode($_GET['search']))) : ''); } - if($search) { + $gdirpath = ''; + $dirurl = Config::get('system', 'directory'); + if (strlen($dirurl)) { + $gdirpath = Profile::zrl($dirurl, true); + } + + if ($search) { $search = dbesc($search); $sql_extra = " AND ((`profile`.`name` LIKE '%$search%') OR @@ -73,35 +78,35 @@ function directory_content(App $a) { (`profile`.`prv_keywords` LIKE '%$search%'))"; } - $publish = ((Config::get('system','publish_all')) ? '' : " AND `publish` = 1 " ); + $publish = ((Config::get('system', 'publish_all')) ? '' : " AND `publish` = 1 " ); - $r = q("SELECT COUNT(*) AS `total` FROM `profile` + $total = q("SELECT COUNT(*) AS `total` FROM `profile` LEFT JOIN `user` ON `user`.`uid` = `profile`.`uid` - WHERE `is-default` = 1 $publish AND `user`.`blocked` = 0 $sql_extra "); - if (DBM::is_result($r)) - $a->set_pager_total($r[0]['total']); + WHERE `is-default` = 1 $publish AND `user`.`blocked` = 0 $sql_extra " + ); + if (DBM::is_result($total)) { + $a->set_pager_total($total[0]['total']); + } $order = " ORDER BY `name` ASC "; - $limit = intval($a->pager['start']).",".intval($a->pager['itemspage']); + $limit = intval($a->pager['start'])."," . intval($a->pager['itemspage']); $r = dba::p("SELECT `profile`.*, `profile`.`uid` AS `profile_uid`, `user`.`nickname`, `user`.`timezone` , `user`.`page-flags`, `contact`.`addr`, `contact`.`url` AS profile_url FROM `profile` LEFT JOIN `user` ON `user`.`uid` = `profile`.`uid` LEFT JOIN `contact` ON `contact`.`uid` = `user`.`uid` - WHERE `is-default` $publish AND `user`.`blocked` = 0 AND `contact`.`self` $sql_extra $order LIMIT ".$limit); + WHERE `is-default` $publish AND `user`.`blocked` = 0 AND `contact`.`self` $sql_extra $order LIMIT ".$limit + ); if (DBM::is_result($r)) { - if (in_array('small', $a->argv)) { $photo = 'thumb'; - } - else { + } else { $photo = 'photo'; } while ($rr = dba::fetch($r)) { - $itemurl= ''; $itemurl = (($rr['addr'] != "") ? $rr['addr'] : $rr['profile_url']); @@ -111,16 +116,19 @@ function directory_content(App $a) { $pdesc = (($rr['pdesc']) ? $rr['pdesc'] . '
' : ''); $details = ''; - if(strlen($rr['locality'])) + if (strlen($rr['locality'])) { $details .= $rr['locality']; - if(strlen($rr['region'])) { - if(strlen($rr['locality'])) + } + if (strlen($rr['region'])) { + if (strlen($rr['locality'])) { $details .= ', '; + } $details .= $rr['region']; } - if(strlen($rr['country-name'])) { - if(strlen($details)) + if (strlen($rr['country-name'])) { + if (strlen($details)) { $details .= ', '; + } $details .= $rr['country-name']; } // if(strlen($rr['dob'])) { @@ -132,20 +140,19 @@ function directory_content(App $a) { $profile = $rr; - if((x($profile,'address') == 1) - || (x($profile,'locality') == 1) - || (x($profile,'region') == 1) - || (x($profile,'postal-code') == 1) - || (x($profile,'country-name') == 1)) - $location = L10n::t('Location:'); + if ((x($profile, 'address') == 1) + || (x($profile, 'locality') == 1) + || (x($profile, 'region') == 1) + || (x($profile, 'postal-code') == 1) + || (x($profile, 'country-name') == 1) + ) { + $location = L10n::t('Location:'); + } - $gender = ((x($profile,'gender') == 1) ? L10n::t('Gender:') : False); - - $marital = ((x($profile,'marital') == 1) ? L10n::t('Status:') : False); - - $homepage = ((x($profile,'homepage') == 1) ? L10n::t('Homepage:') : False); - - $about = ((x($profile,'about') == 1) ? L10n::t('About:') : False); + $gender = ((x($profile, 'gender') == 1) ? L10n::t('Gender:') : false); + $marital = ((x($profile, 'marital') == 1) ? L10n::t('Status:') : false); + $homepage = ((x($profile, 'homepage') == 1) ? L10n::t('Homepage:') : false); + $about = ((x($profile, 'about') == 1) ? L10n::t('About:') : false); $location_e = $location; @@ -154,23 +161,23 @@ function directory_content(App $a) { ]; $entry = [ - 'id' => $rr['id'], - 'url' => $profile_link, - 'itemurl' => $itemurl, - 'thumb' => proxy_url($rr[$photo], false, PROXY_SIZE_THUMB), - 'img_hover' => $rr['name'], - 'name' => $rr['name'], - 'details' => $details, + 'id' => $rr['id'], + 'url' => $profile_link, + 'itemurl' => $itemurl, + 'thumb' => proxy_url($rr[$photo], false, PROXY_SIZE_THUMB), + 'img_hover' => $rr['name'], + 'name' => $rr['name'], + 'details' => $details, 'account_type' => Contact::getAccountType($rr), - 'profile' => $profile, - 'location' => $location_e, - 'tags' => $rr['pub_keywords'], - 'gender' => $gender, - 'pdesc' => $pdesc, - 'marital' => $marital, - 'homepage' => $homepage, - 'about' => $about, - 'photo_menu' => $photo_menu, + 'profile' => $profile, + 'location' => $location_e, + 'tags' => $rr['pub_keywords'], + 'gender' => $gender, + 'pdesc' => $pdesc, + 'marital' => $marital, + 'homepage' => $homepage, + 'about' => $about, + 'photo_menu' => $photo_menu, ]; @@ -192,16 +199,16 @@ function directory_content(App $a) { $tpl = get_markup_template('directory_header.tpl'); $o .= replace_macros($tpl, [ - '$search' => $search, + '$search' => $search, '$globaldir' => L10n::t('Global Directory'), - '$gdirpath' => $gdirpath, - '$desc' => L10n::t('Find on this site'), - '$contacts' => $entries, - '$finding' => L10n::t('Results for:'), - '$findterm' => (strlen($search) ? $search : ""), - '$title' => L10n::t('Site Directory'), - '$submit' => L10n::t('Find'), - '$paginate' => paginate($a), + '$gdirpath' => $gdirpath, + '$desc' => L10n::t('Find on this site'), + '$contacts' => $entries, + '$finding' => L10n::t('Results for:'), + '$findterm' => (strlen($search) ? $search : ""), + '$title' => L10n::t('Site Directory'), + '$submit' => L10n::t('Find'), + '$paginate' => paginate($a), ]); } else { info(L10n::t("No entries \x28some entries may be hidden\x29.") . EOL); From b8fca5efe745ff8117470e48ba4a9c53ab6466da Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sat, 3 Mar 2018 08:48:30 -0500 Subject: [PATCH 008/430] [PHP 7.2] Fix missing Countable warning --- include/conversation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/conversation.php b/include/conversation.php index ecd2e4df9e..dc99a83196 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -1645,7 +1645,7 @@ function get_responses($conv_responses, $response_verbs, $ob, $item) { foreach ($response_verbs as $v) { $ret[$v] = []; $ret[$v]['count'] = defaults($conv_responses[$v], $item['uri'], ''); - $ret[$v]['list'] = defaults($conv_responses[$v], $item['uri'] . '-l', ''); + $ret[$v]['list'] = defaults($conv_responses[$v], $item['uri'] . '-l', []); $ret[$v]['self'] = defaults($conv_responses[$v], $item['uri'] . '-self', '0'); if (count($ret[$v]['list']) > MAX_LIKERS) { $ret[$v]['list_part'] = array_slice($ret[$v]['list'], 0, MAX_LIKERS); From 9a13e679438b8756d152ee76d07d4e9bd4643dd3 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sat, 3 Mar 2018 09:34:48 -0500 Subject: [PATCH 009/430] Fix missing logical not in admin/users --- mod/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/admin.php b/mod/admin.php index 967893e974..ee1526468a 100644 --- a/mod/admin.php +++ b/mod/admin.php @@ -1568,7 +1568,7 @@ function admin_page_users(App $a) if ($a->argc > 2) { $uid = $a->argv[3]; $user = dba::selectFirst('user', ['username', 'blocked'], ['uid' => $uid]); - if (DBM::is_result($user)) { + if (!DBM::is_result($user)) { notice('User not found' . EOL); goaway('admin/users'); return ''; // NOTREACHED From 04e6b32d4fdc1d1af819764236def8283bafc296 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 3 Mar 2018 15:47:36 +0100 Subject: [PATCH 010/430] removed dead link --- doc/Developers-Intro.md | 3 +-- doc/themes.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/Developers-Intro.md b/doc/Developers-Intro.md index f0591cddcb..fabebb8606 100644 --- a/doc/Developers-Intro.md +++ b/doc/Developers-Intro.md @@ -16,7 +16,6 @@ Whether you feel like an expert or like a newbie - join us with your ideas! The discussion of Friendica development takes place in the following Friendica forums: * The main [forum for Friendica development](https://forum.friendi.ca/profile/developers) -* The [forum for Friendica theme development](https://friendica.eu/profile/ftdevs) ## Help other users @@ -141,7 +140,7 @@ If you want to get involved here: * Look at the first steps that were made (e.g. the clean theme). Ask us to find out whom to talk to about their experiences. * Talk to design people if you know any. -* Let us know about your plans [in the dev forum](https://forum.friendi.ca/profile/developers) or the [theme developer forum](https://friendica.eu/profile/ftdevs). +* Let us know about your plans [in the dev forum](https://forum.friendi.ca/profile/developers) Do not worry about cross-posting. ### Client software diff --git a/doc/themes.md b/doc/themes.md index 63484b92bf..59f9570ddc 100644 --- a/doc/themes.md +++ b/doc/themes.md @@ -6,7 +6,6 @@ To change the look of friendica you have to touch the themes. The current default theme is [Vier](https://github.com/friendica/friendica/tree/master/view/theme/vier) but there are numerous others. Have a look at [friendica-themes.com](http://friendica-themes.com) for an overview of the existing themes. In case none of them suits your needs, there are several ways to change a theme. -If you need help theming, there is a forum @[ftdevs@friendica.eu](https://friendica.eu/profile/ftdevs) where you can ask theme specific questions and present your themes. So, how to work on the UI of friendica. @@ -206,7 +205,7 @@ Basically what you have to do is identify which template you have to change so i Adopt the CSS of the theme accordingly. And iterate the process until you have the theme the way you want it. -*Use the source Luke.* and don't hesitate to ask in @[ftdevs](https://friendica.eu/profile/ftdevs) or @[helpers](https://forum.friendi.ca/profile/helpers). +*Use the source Luke.* and don't hesitate to ask in @[developers](https://forum.friendi.ca/profile/developers) or @[helpers](https://forum.friendi.ca/profile/helpers). ## Special Files From e18f3844da70e2f1496b0c67016153d6e486cfd2 Mon Sep 17 00:00:00 2001 From: rabuzarus Date: Sat, 3 Mar 2018 19:31:15 +0100 Subject: [PATCH 011/430] fix page counter in directory module --- mod/directory.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/mod/directory.php b/mod/directory.php index b8b0482127..e547e54b9f 100644 --- a/mod/directory.php +++ b/mod/directory.php @@ -81,9 +81,11 @@ function directory_content(App $a) $publish = ((Config::get('system', 'publish_all')) ? '' : " AND `publish` = 1 " ); - $total = q("SELECT COUNT(*) AS `total` FROM `profile` - LEFT JOIN `user` ON `user`.`uid` = `profile`.`uid` - WHERE `is-default` = 1 $publish AND `user`.`blocked` = 0 $sql_extra " + $total = dba::inArray( + dba::p("SELECT COUNT(*) AS `total` FROM `profile` + LEFT JOIN `user` ON `user`.`uid` = `profile`.`uid` + WHERE `is-default` = 1 $publish AND `user`.`blocked` = 0 $sql_extra " + ) ); if (DBM::is_result($total)) { $a->set_pager_total($total[0]['total']); From d572738e95aa15a4b5a6598bcc0c9f5ea54c9afa Mon Sep 17 00:00:00 2001 From: rabuzarus Date: Sat, 3 Mar 2018 20:08:41 +0100 Subject: [PATCH 012/430] directory - use dba::select_first() --- mod/directory.php | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/mod/directory.php b/mod/directory.php index e547e54b9f..5f3605ebff 100644 --- a/mod/directory.php +++ b/mod/directory.php @@ -81,14 +81,12 @@ function directory_content(App $a) $publish = ((Config::get('system', 'publish_all')) ? '' : " AND `publish` = 1 " ); - $total = dba::inArray( - dba::p("SELECT COUNT(*) AS `total` FROM `profile` + $cnt = dba::select_first("SELECT COUNT(*) AS `total` FROM `profile` LEFT JOIN `user` ON `user`.`uid` = `profile`.`uid` WHERE `is-default` = 1 $publish AND `user`.`blocked` = 0 $sql_extra " - ) ); - if (DBM::is_result($total)) { - $a->set_pager_total($total[0]['total']); + if (DBM::is_result($cnt)) { + $a->set_pager_total($cnt['total']); } $order = " ORDER BY `name` ASC "; From 8500bed8cc70f1c26da6eda19b756b7cd8e113a6 Mon Sep 17 00:00:00 2001 From: AndyHee Date: Sun, 4 Mar 2018 15:07:34 +0700 Subject: [PATCH 013/430] Corrected typo --- mod/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/settings.php b/mod/settings.php index 6fcbe4d116..b2dc37324c 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -1112,7 +1112,7 @@ function settings_content(App $a) if (strlen(Config::get('system', 'directory'))) { $profile_in_net_dir = replace_macros($opt_tpl, [ - '$field' => ['profile_in_netdirectory', L10n::t('Publish your default profile in the global social directory?'), $profile['net-publish'], L10n::t('Your profile will be publishedin this node\'s local directory. Your profile details may be publicly visible depending on the system settings.', System::baseUrl().'/directory'), [L10n::t('No'), L10n::t('Yes')]] + '$field' => ['profile_in_netdirectory', L10n::t('Publish your default profile in the global social directory?'), $profile['net-publish'], L10n::t('Your profile will be published in this node\'s local directory. Your profile details may be publicly visible depending on the system settings.', System::baseUrl().'/directory'), [L10n::t('No'), L10n::t('Yes')]] ]); } else { $profile_in_net_dir = ''; From 13df527d628b6b1628f2ae996856984337d4d589 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 4 Mar 2018 13:01:46 +0000 Subject: [PATCH 014/430] Bugfix: Don't cache when looking for maintenance mode --- scripts/worker.php | 2 +- src/Core/Worker.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/worker.php b/scripts/worker.php index a821fc1abe..ba17750f05 100755 --- a/scripts/worker.php +++ b/scripts/worker.php @@ -37,7 +37,7 @@ Config::load(); check_db(true); // Quit when in maintenance -if (Config::get('system', 'maintenance', true)) { +if (Config::get('system', 'maintenance', false, true)) { return; } diff --git a/src/Core/Worker.php b/src/Core/Worker.php index f5979a82ab..7906f81059 100644 --- a/src/Core/Worker.php +++ b/src/Core/Worker.php @@ -201,7 +201,7 @@ class Worker $mypid = getmypid(); // Quit when in maintenance - if (Config::get('system', 'maintenance', true)) { + if (Config::get('system', 'maintenance', false, true)) { logger("Maintenance mode - quit process ".$mypid, LOGGER_DEBUG); return false; } From 2c7e8f35d4d70a14a34a8922ebc7937045311c58 Mon Sep 17 00:00:00 2001 From: rabuzarus Date: Sun, 4 Mar 2018 14:56:51 +0100 Subject: [PATCH 015/430] localize the datepicker --- view/templates/field_datetime.tpl | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/view/templates/field_datetime.tpl b/view/templates/field_datetime.tpl index 6b34316727..6e26b0db91 100644 --- a/view/templates/field_datetime.tpl +++ b/view/templates/field_datetime.tpl @@ -1,4 +1,6 @@ -{{include file='field_input.tpl' field=$field}} +

{{$title}} - {{$page}}

diff --git a/view/templates/event_head.tpl b/view/templates/event_head.tpl index 36be152902..baa031f048 100644 --- a/view/templates/event_head.tpl +++ b/view/templates/event_head.tpl @@ -1,8 +1,8 @@ - - - - + + + + - + - - - - + + + + - + - + + - - - - - - - - - - - + + + + + + + + + + + + diff --git a/view/theme/frost-mobile/templates/end.tpl b/view/theme/frost-mobile/templates/end.tpl index 4af3b41c0b..a37ae7bba7 100644 --- a/view/theme/frost-mobile/templates/end.tpl +++ b/view/theme/frost-mobile/templates/end.tpl @@ -1,16 +1,16 @@ - + - - + + - + diff --git a/view/theme/frost-mobile/templates/event_end.tpl b/view/theme/frost-mobile/templates/event_end.tpl index 1df60bdfd8..8641b7c1b8 100644 --- a/view/theme/frost-mobile/templates/event_end.tpl +++ b/view/theme/frost-mobile/templates/event_end.tpl @@ -1,3 +1,3 @@ - - + + diff --git a/view/theme/frost-mobile/templates/event_head.tpl b/view/theme/frost-mobile/templates/event_head.tpl index 6c332b435c..e4abc175a6 100644 --- a/view/theme/frost-mobile/templates/event_head.tpl +++ b/view/theme/frost-mobile/templates/event_head.tpl @@ -1,6 +1,6 @@ - - + + + + + diff --git a/view/theme/frost/templates/end.tpl b/view/theme/frost/templates/end.tpl index b49fc3cd4c..b8a598de5e 100644 --- a/view/theme/frost/templates/end.tpl +++ b/view/theme/frost/templates/end.tpl @@ -3,15 +3,15 @@ - + - - - + + + - + diff --git a/view/theme/frost/templates/event_end.tpl b/view/theme/frost/templates/event_end.tpl index 1df60bdfd8..8641b7c1b8 100644 --- a/view/theme/frost/templates/event_end.tpl +++ b/view/theme/frost/templates/event_end.tpl @@ -1,3 +1,3 @@ - - + + diff --git a/view/theme/frost/templates/event_head.tpl b/view/theme/frost/templates/event_head.tpl index 6c332b435c..e4abc175a6 100644 --- a/view/theme/frost/templates/event_head.tpl +++ b/view/theme/frost/templates/event_head.tpl @@ -1,6 +1,6 @@ - - + + + - - - + + + + - + + + + + - + - - - - + + + + - - + + - - - - - - - - - - - + + + + + + + + + + + {{* own js files *}} - - - - + + + + + - + - - - - + + + + - - + + - - - - - - - - - - - + + + + + + + + + + + {{* own js files *}} - - - - + + + + - 2. - - 3. - - -Options - -ratioDim obj - The pixel dimensions to apply as a restrictive ratio, with properties x & y. -minWidth int - The minimum width for the select area in pixels. -minHeight int - The mimimum height for the select area in pixels. -maxWidth int - The maximum width for the select areas in pixels (if both minWidth & maxWidth set to same the width of the cropper will be fixed) -maxHeight int - The maximum height for the select areas in pixels (if both minHeight & maxHeight set to same the height of the cropper will be fixed) -displayOnInit int - Whether to display the select area on initialisation, only used when providing minimum width & height or ratio. -onEndCrop func - The callback function to provide the crop details to on end of a crop. -captureKeys boolean - Whether to capture the keys for moving the select area, as these can cause some problems at the moment. -onloadCoords obj - A coordinates object with properties x1, y1, x2 & y2; for the coordinates of the select area to display onload - -The callback function - -The callback function is a function that allows you to capture the crop co-ordinates when the user finished a crop movement, it is passed two arguments: - - * coords, obj, coordinates object with properties x1, y1, x2 & y2; for the coordinates of the select area. - * dimensions, obj, dimensions object with properities width & height; for the dimensions of the select area. - -An example function which outputs the crop values to form fields: -Display code as plain text -JavaScript: - - 1. - function onEndCrop( coords, dimensions ) { - 2. - $PR( 'x1' ).value = coords.x1; - 3. - $PR( 'y1' ).value = coords.y1; - 4. - $PR( 'x2' ).value = coords.x2; - 5. - $PR( 'y2' ).value = coords.y2; - 6. - $PR( 'width' ).value = dimensions.width; - 7. - $PR( 'height' ).value = dimensions.height; - 8. - } - -Basic interface - -This basic example will attach the cropper UI to the test image and return crop results to the provided callback function. -Display code as plain text -HTML: - - 1. - Test image - 2. - - 3. - - -Minimum dimensions - -You can apply minimum dimensions to a single axis or both, this example applies minimum dimensions to both axis. -Display code as plain text -HTML: - - 1. - Test image - 2. - - 3. - - -Select area ratio - -You can apply a ratio to the selection area, this example applies a 4:3 ratio to the select area. -Display code as plain text -HTML: - - 1. - Test image - 2. - - 3. - - -With crop preview - -You can display a dynamically prouced preview of the resulting crop by using the ImgWithPreview subclass, a preview can only be displayed when we have a fixed size (set via minWidth & minHeight options). Note that the displayOnInit option is not required as this is the default behaviour when displaying a crop preview. -Display code as plain text -HTML: - - 1. - Test image - 2. -
- 3. - - 4. - - -Known Issues - - * Safari animated gifs, only one of each will animate, this seems to be a known Safari issue. - * After drawing an area and then clicking to start a new drag in IE 5.5 the rendered height appears as the last height until the user drags, this appears to be the related to another IE error (which has been fixed) where IE does not always redraw the select area properly. - * Lack of CSS opacity support in Opera before version 9 mean we disable those style rules, if Opera 8 support is important you & you want the overlay to work then you can use the Opera rules in the CSS to apply a black PNG with 50% alpha transparency to replicate the effect. - * Styling & borders on image, any CSS styling applied directly to the image itself (floats, borders, padding, margin, etc.) will cause problems with the cropper. The use of a wrapper element to apply these styles to is recommended. - * overflow: auto or overflow: scroll on parent will cause cropper to burst out of parent in IE and Opera when applied (maybe Mac browsers too) I'm not sure why yet. - -If you use CakePHP you will notice that including this in your script will break the CSS layout. This is due to the CSS rule - -form div{ -vertical-align: text-top; -margin-left: 1em; -margin-bottom:2em; -overflow: auto; -} - -A simple workaround is to add another rule directly after this like so: - -form div.no_cake, form div.no_cake div { -margin:0; -overflow:hidden; -} - -and then in your code surround the img tag with a div with the class name of no_cake. - -Cheers - diff --git a/view/js/cropper/cropper.js b/view/js/cropper/cropper.js deleted file mode 100644 index 427a9ba0a2..0000000000 --- a/view/js/cropper/cropper.js +++ /dev/null @@ -1,568 +0,0 @@ -/** - * Copyright (c) 2006, David Spurr (http://www.defusion.org.uk/) - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - * - * * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * * Neither the name of the David Spurr nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * http://www.opensource.org/licenses/bsd-license.php - * - * See scriptaculous.js for full scriptaculous licence - * - * Modified 2013/06/01 Zach P to change $() to $PR() for eliminating conflicts with jQuery - */ - -var CropDraggable=Class.create(); -Object.extend(Object.extend(CropDraggable.prototype,Draggable.prototype),{initialize:function(_1){ -this.options=Object.extend({drawMethod:function(){ -}},arguments[1]||{}); -this.element=$PR(_1); -this.handle=this.element; -this.delta=this.currentDelta(); -this.dragging=false; -this.eventMouseDown=this.initDrag.bindAsEventListener(this); -Event.observe(this.handle,"mousedown",this.eventMouseDown); -Draggables.register(this); -},draw:function(_2){ -var _3=Position.cumulativeOffset(this.element); -var d=this.currentDelta(); -_3[0]-=d[0]; -_3[1]-=d[1]; -var p=[0,1].map(function(i){ -return (_2[i]-_3[i]-this.offset[i]); -}.bind(this)); -this.options.drawMethod(p); -}}); -var Cropper={}; -Cropper.Img=Class.create(); -Cropper.Img.prototype={initialize:function(_7,_8){ -this.options=Object.extend({ratioDim:{x:0,y:0},minWidth:0,minHeight:0,displayOnInit:false,onEndCrop:Prototype.emptyFunction,captureKeys:true,onloadCoords:null,maxWidth:0,maxHeight:0},_8||{}); -this.img=$PR(_7); -this.clickCoords={x:0,y:0}; -this.dragging=false; -this.resizing=false; -this.isWebKit=/Konqueror|Safari|KHTML/.test(navigator.userAgent); -this.isIE=/MSIE/.test(navigator.userAgent); -this.isOpera8=/Opera\s[1-8]/.test(navigator.userAgent); -this.ratioX=0; -this.ratioY=0; -this.attached=false; -this.fixedWidth=(this.options.maxWidth>0&&(this.options.minWidth>=this.options.maxWidth)); -this.fixedHeight=(this.options.maxHeight>0&&(this.options.minHeight>=this.options.maxHeight)); -if(typeof this.img=="undefined"){ -return; -} -$A(document.getElementsByTagName("script")).each(function(s){ -if(s.src.match(/cropper\.js/)){ -var _a=s.src.replace(/cropper\.js(.*)?/,""); -var _b=document.createElement("link"); -_b.rel="stylesheet"; -_b.type="text/css"; -_b.href=_a+"cropper.css"; -_b.media="screen"; -document.getElementsByTagName("head")[0].appendChild(_b); -} -}); -if(this.options.ratioDim.x>0&&this.options.ratioDim.y>0){ -var _c=this.getGCD(this.options.ratioDim.x,this.options.ratioDim.y); -this.ratioX=this.options.ratioDim.x/_c; -this.ratioY=this.options.ratioDim.y/_c; -} -this.subInitialize(); -if(this.img.complete||this.isWebKit){ -this.onLoad(); -}else{ -Event.observe(this.img,"load",this.onLoad.bindAsEventListener(this)); -} -},getGCD:function(a,b){ -if(b==0){ -return a; -} -return this.getGCD(b,a%b); -},onLoad:function(){ -var _f="imgCrop_"; -var _10=this.img.parentNode; -var _11=""; -if(this.isOpera8){ -_11=" opera8"; -} -this.imgWrap=Builder.node("div",{"class":_f+"wrap"+_11}); -this.north=Builder.node("div",{"class":_f+"overlay "+_f+"north"},[Builder.node("span")]); -this.east=Builder.node("div",{"class":_f+"overlay "+_f+"east"},[Builder.node("span")]); -this.south=Builder.node("div",{"class":_f+"overlay "+_f+"south"},[Builder.node("span")]); -this.west=Builder.node("div",{"class":_f+"overlay "+_f+"west"},[Builder.node("span")]); -var _12=[this.north,this.east,this.south,this.west]; -this.dragArea=Builder.node("div",{"class":_f+"dragArea"},_12); -this.handleN=Builder.node("div",{"class":_f+"handle "+_f+"handleN"}); -this.handleNE=Builder.node("div",{"class":_f+"handle "+_f+"handleNE"}); -this.handleE=Builder.node("div",{"class":_f+"handle "+_f+"handleE"}); -this.handleSE=Builder.node("div",{"class":_f+"handle "+_f+"handleSE"}); -this.handleS=Builder.node("div",{"class":_f+"handle "+_f+"handleS"}); -this.handleSW=Builder.node("div",{"class":_f+"handle "+_f+"handleSW"}); -this.handleW=Builder.node("div",{"class":_f+"handle "+_f+"handleW"}); -this.handleNW=Builder.node("div",{"class":_f+"handle "+_f+"handleNW"}); -this.selArea=Builder.node("div",{"class":_f+"selArea"},[Builder.node("div",{"class":_f+"marqueeHoriz "+_f+"marqueeNorth"},[Builder.node("span")]),Builder.node("div",{"class":_f+"marqueeVert "+_f+"marqueeEast"},[Builder.node("span")]),Builder.node("div",{"class":_f+"marqueeHoriz "+_f+"marqueeSouth"},[Builder.node("span")]),Builder.node("div",{"class":_f+"marqueeVert "+_f+"marqueeWest"},[Builder.node("span")]),this.handleN,this.handleNE,this.handleE,this.handleSE,this.handleS,this.handleSW,this.handleW,this.handleNW,Builder.node("div",{"class":_f+"clickArea"})]); -this.imgWrap.appendChild(this.img); -this.imgWrap.appendChild(this.dragArea); -this.dragArea.appendChild(this.selArea); -this.dragArea.appendChild(Builder.node("div",{"class":_f+"clickArea"})); -_10.appendChild(this.imgWrap); -this.startDragBind=this.startDrag.bindAsEventListener(this); -Event.observe(this.dragArea,"mousedown",this.startDragBind); -this.onDragBind=this.onDrag.bindAsEventListener(this); -Event.observe(document,"mousemove",this.onDragBind); -this.endCropBind=this.endCrop.bindAsEventListener(this); -Event.observe(document,"mouseup",this.endCropBind); -this.resizeBind=this.startResize.bindAsEventListener(this); -this.handles=[this.handleN,this.handleNE,this.handleE,this.handleSE,this.handleS,this.handleSW,this.handleW,this.handleNW]; -this.registerHandles(true); -if(this.options.captureKeys){ -this.keysBind=this.handleKeys.bindAsEventListener(this); -Event.observe(document,"keypress",this.keysBind); -} -new CropDraggable(this.selArea,{drawMethod:this.moveArea.bindAsEventListener(this)}); -this.setParams(); -},registerHandles:function(_13){ -for(var i=0;i0&&this.options.ratioDim.y>0){ -_1a.x1=Math.ceil((this.imgW-this.options.ratioDim.x)/2); -_1a.y1=Math.ceil((this.imgH-this.options.ratioDim.y)/2); -_1a.x2=_1a.x1+this.options.ratioDim.x; -_1a.y2=_1a.y1+this.options.ratioDim.y; -_1b=true; -} -} -this.setAreaCoords(_1a,false,false,1); -if(this.options.displayOnInit&&_1b){ -this.selArea.show(); -this.drawArea(); -this.endCrop(); -} -this.attached=true; -},remove:function(){ -if(this.attached){ -this.attached=false; -this.imgWrap.parentNode.insertBefore(this.img,this.imgWrap); -this.imgWrap.parentNode.removeChild(this.imgWrap); -Event.stopObserving(this.dragArea,"mousedown",this.startDragBind); -Event.stopObserving(document,"mousemove",this.onDragBind); -Event.stopObserving(document,"mouseup",this.endCropBind); -this.registerHandles(false); -if(this.options.captureKeys){ -Event.stopObserving(document,"keypress",this.keysBind); -} -} -},reset:function(){ -if(!this.attached){ -this.onLoad(); -}else{ -this.setParams(); -} -this.endCrop(); -},handleKeys:function(e){ -var dir={x:0,y:0}; -if(!this.dragging){ -switch(e.keyCode){ -case (37): -dir.x=-1; -break; -case (38): -dir.y=-1; -break; -case (39): -dir.x=1; -break; -case (40): -dir.y=1; -break; -} -if(dir.x!=0||dir.y!=0){ -if(e.shiftKey){ -dir.x*=10; -dir.y*=10; -} -this.moveArea([this.areaCoords.x1+dir.x,this.areaCoords.y1+dir.y]); -Event.stop(e); -} -} -},calcW:function(){ -return (this.areaCoords.x2-this.areaCoords.x1); -},calcH:function(){ -return (this.areaCoords.y2-this.areaCoords.y1); -},moveArea:function(_1e){ -this.setAreaCoords({x1:_1e[0],y1:_1e[1],x2:_1e[0]+this.calcW(),y2:_1e[1]+this.calcH()},true,false); -this.drawArea(); -},cloneCoords:function(_1f){ -return {x1:_1f.x1,y1:_1f.y1,x2:_1f.x2,y2:_1f.y2}; -},setAreaCoords:function(_20,_21,_22,_23,_24){ -if(_21){ -var _25=_20.x2-_20.x1; -var _26=_20.y2-_20.y1; -if(_20.x1<0){ -_20.x1=0; -_20.x2=_25; -} -if(_20.y1<0){ -_20.y1=0; -_20.y2=_26; -} -if(_20.x2>this.imgW){ -_20.x2=this.imgW; -_20.x1=this.imgW-_25; -} -if(_20.y2>this.imgH){ -_20.y2=this.imgH; -_20.y1=this.imgH-_26; -} -}else{ -if(_20.x1<0){ -_20.x1=0; -} -if(_20.y1<0){ -_20.y1=0; -} -if(_20.x2>this.imgW){ -_20.x2=this.imgW; -} -if(_20.y2>this.imgH){ -_20.y2=this.imgH; -} -if(_23!=null){ -if(this.ratioX>0){ -this.applyRatio(_20,{x:this.ratioX,y:this.ratioY},_23,_24); -}else{ -if(_22){ -this.applyRatio(_20,{x:1,y:1},_23,_24); -} -} -var _27=[this.options.minWidth,this.options.minHeight]; -var _28=[this.options.maxWidth,this.options.maxHeight]; -if(_27[0]>0||_27[1]>0||_28[0]>0||_28[1]>0){ -var _29={a1:_20.x1,a2:_20.x2}; -var _2a={a1:_20.y1,a2:_20.y2}; -var _2b={min:0,max:this.imgW}; -var _2c={min:0,max:this.imgH}; -if((_27[0]!=0||_27[1]!=0)&&_22){ -if(_27[0]>0){ -_27[1]=_27[0]; -}else{ -if(_27[1]>0){ -_27[0]=_27[1]; -} -} -} -if((_28[0]!=0||_28[0]!=0)&&_22){ -if(_28[0]>0&&_28[0]<=_28[1]){ -_28[1]=_28[0]; -}else{ -if(_28[1]>0&&_28[1]<=_28[0]){ -_28[0]=_28[1]; -} -} -} -if(_27[0]>0){ -this.applyDimRestriction(_29,_27[0],_23.x,_2b,"min"); -} -if(_27[1]>1){ -this.applyDimRestriction(_2a,_27[1],_23.y,_2c,"min"); -} -if(_28[0]>0){ -this.applyDimRestriction(_29,_28[0],_23.x,_2b,"max"); -} -if(_28[1]>1){ -this.applyDimRestriction(_2a,_28[1],_23.y,_2c,"max"); -} -_20={x1:_29.a1,y1:_2a.a1,x2:_29.a2,y2:_2a.a2}; -} -} -} -this.areaCoords=_20; -},applyDimRestriction:function(_2d,val,_2f,_30,_31){ -var _32; -if(_31=="min"){ -_32=((_2d.a2-_2d.a1)val); -} -if(_32){ -if(_2f==1){ -_2d.a2=_2d.a1+val; -}else{ -_2d.a1=_2d.a2-val; -} -if(_2d.a1<_30.min){ -_2d.a1=_30.min; -_2d.a2=val; -}else{ -if(_2d.a2>_30.max){ -_2d.a1=_30.max-val; -_2d.a2=_30.max; -} -} -} -},applyRatio:function(_33,_34,_35,_36){ -var _37; -if(_36=="N"||_36=="S"){ -_37=this.applyRatioToAxis({a1:_33.y1,b1:_33.x1,a2:_33.y2,b2:_33.x2},{a:_34.y,b:_34.x},{a:_35.y,b:_35.x},{min:0,max:this.imgW}); -_33.x1=_37.b1; -_33.y1=_37.a1; -_33.x2=_37.b2; -_33.y2=_37.a2; -}else{ -_37=this.applyRatioToAxis({a1:_33.x1,b1:_33.y1,a2:_33.x2,b2:_33.y2},{a:_34.x,b:_34.y},{a:_35.x,b:_35.y},{min:0,max:this.imgH}); -_33.x1=_37.a1; -_33.y1=_37.b1; -_33.x2=_37.a2; -_33.y2=_37.b2; -} -},applyRatioToAxis:function(_38,_39,_3a,_3b){ -var _3c=Object.extend(_38,{}); -var _3d=_3c.a2-_3c.a1; -var _3e=Math.floor(_3d*_39.b/_39.a); -var _3f; -var _40; -var _41=null; -if(_3a.b==1){ -_3f=_3c.b1+_3e; -if(_3f>_3b.max){ -_3f=_3b.max; -_41=_3f-_3c.b1; -} -_3c.b2=_3f; -}else{ -_3f=_3c.b2-_3e; -if(_3f<_3b.min){ -_3f=_3b.min; -_41=_3f+_3c.b2; -} -_3c.b1=_3f; -} -if(_41!=null){ -_40=Math.floor(_41*_39.a/_39.b); -if(_3a.a==1){ -_3c.a2=_3c.a1+_40; -}else{ -_3c.a1=_3c.a1=_3c.a2-_40; -} -} -return _3c; -},drawArea:function(){ -var _42=this.calcW(); -var _43=this.calcH(); -var px="px"; -var _45=[this.areaCoords.x1+px,this.areaCoords.y1+px,_42+px,_43+px,this.areaCoords.x2+px,this.areaCoords.y2+px,(this.img.width-this.areaCoords.x2)+px,(this.img.height-this.areaCoords.y2)+px]; -var _46=this.selArea.style; -_46.left=_45[0]; -_46.top=_45[1]; -_46.width=_45[2]; -_46.height=_45[3]; -var _47=Math.ceil((_42-6)/2)+px; -var _48=Math.ceil((_43-6)/2)+px; -this.handleN.style.left=_47; -this.handleE.style.top=_48; -this.handleS.style.left=_47; -this.handleW.style.top=_48; -this.north.style.height=_45[1]; -var _49=this.east.style; -_49.top=_45[1]; -_49.height=_45[3]; -_49.left=_45[4]; -_49.width=_45[6]; -var _4a=this.south.style; -_4a.top=_45[5]; -_4a.height=_45[7]; -var _4b=this.west.style; -_4b.top=_45[1]; -_4b.height=_45[3]; -_4b.width=_45[0]; -this.subDrawArea(); -this.forceReRender(); -},forceReRender:function(){ -if(this.isIE||this.isWebKit){ -var n=document.createTextNode(" "); -var d,el,fixEL,i; -if(this.isIE){ -fixEl=this.selArea; -}else{ -if(this.isWebKit){ -fixEl=document.getElementsByClassName("imgCrop_marqueeSouth",this.imgWrap)[0]; -d=Builder.node("div",""); -d.style.visibility="hidden"; -var _4e=["SE","S","SW"]; -for(i=0;i<_4e.length;i++){ -el=document.getElementsByClassName("imgCrop_handle"+_4e[i],this.selArea)[0]; -if(el.childNodes.length){ -el.removeChild(el.childNodes[0]); -} -el.appendChild(d); -} -} -} -fixEl.appendChild(n); -fixEl.removeChild(n); -} -},startResize:function(e){ -this.startCoords=this.cloneCoords(this.areaCoords); -this.resizing=true; -this.resizeHandle=Event.element(e).classNames().toString().replace(/([^N|NE|E|SE|S|SW|W|NW])+/,""); -Event.stop(e); -},startDrag:function(e){ -this.selArea.show(); -this.clickCoords=this.getCurPos(e); -this.setAreaCoords({x1:this.clickCoords.x,y1:this.clickCoords.y,x2:this.clickCoords.x,y2:this.clickCoords.y},false,false,null); -this.dragging=true; -this.onDrag(e); -Event.stop(e); -},getCurPos:function(e){ -var el=this.imgWrap,wrapOffsets=Position.cumulativeOffset(el); -while(el.nodeName!="BODY"){ -wrapOffsets[1]-=el.scrollTop||0; -wrapOffsets[0]-=el.scrollLeft||0; -el=el.parentNode; -} -return curPos={x:Event.pointerX(e)-wrapOffsets[0],y:Event.pointerY(e)-wrapOffsets[1]}; -},onDrag:function(e){ -if(this.dragging||this.resizing){ -var _54=null; -var _55=this.getCurPos(e); -var _56=this.cloneCoords(this.areaCoords); -var _57={x:1,y:1}; -if(this.dragging){ -if(_55.x_59){ -_5c.reverse(); -} -_5a[_5b+"1"]=_5c[0]; -_5a[_5b+"2"]=_5c[1]; -},endCrop:function(){ -this.dragging=false; -this.resizing=false; -this.options.onEndCrop(this.areaCoords,{width:this.calcW(),height:this.calcH()}); -},subInitialize:function(){ -},subDrawArea:function(){ -}}; -Cropper.ImgWithPreview=Class.create(); -Object.extend(Object.extend(Cropper.ImgWithPreview.prototype,Cropper.Img.prototype),{subInitialize:function(){ -this.hasPreviewImg=false; -if(typeof (this.options.previewWrap)!="undefined"&&this.options.minWidth>0&&this.options.minHeight>0){ -this.previewWrap=$PR(this.options.previewWrap); -this.previewImg=this.img.cloneNode(false); -this.previewImg.id="imgCrop_"+this.previewImg.id; -this.options.displayOnInit=true; -this.hasPreviewImg=true; -this.previewWrap.addClassName("imgCrop_previewWrap"); -this.previewWrap.setStyle({width:this.options.minWidth+"px",height:this.options.minHeight+"px"}); -this.previewWrap.appendChild(this.previewImg); -} -},subDrawArea:function(){ -if(this.hasPreviewImg){ -var _5d=this.calcW(); -var _5e=this.calcH(); -var _5f={x:this.imgW/_5d,y:this.imgH/_5e}; -var _60={x:_5d/this.options.minWidth,y:_5e/this.options.minHeight}; -var _61={w:Math.ceil(this.options.minWidth*_5f.x)+"px",h:Math.ceil(this.options.minHeight*_5f.y)+"px",x:"-"+Math.ceil(this.areaCoords.x1/_60.x)+"px",y:"-"+Math.ceil(this.areaCoords.y1/_60.y)+"px"}; -var _62=this.previewImg.style; -_62.width=_61.w; -_62.height=_61.h; -_62.left=_61.x; -_62.top=_61.y; -} -}}); - diff --git a/view/js/cropper/cropper.uncompressed.js b/view/js/cropper/cropper.uncompressed.js deleted file mode 100644 index 0ea0b803d0..0000000000 --- a/view/js/cropper/cropper.uncompressed.js +++ /dev/null @@ -1,1333 +0,0 @@ -/** - * Image Cropper (v. 1.2.0 - 2006-10-30 ) - * Copyright (c) 2006 David Spurr (http://www.defusion.org.uk/) - * - * The image cropper provides a way to draw a crop area on an image and capture - * the coordinates of the drawn crop area. - * - * Features include: - * - Based on Prototype and Scriptaculous - * - Image editing package styling, the crop area functions and looks - * like those found in popular image editing software - * - Dynamic inclusion of required styles - * - Drag to draw areas - * - Shift drag to draw/resize areas as squares - * - Selection area can be moved - * - Seleciton area can be resized using resize handles - * - Allows dimension ratio limited crop areas - * - Allows minimum dimension crop areas - * - Allows maximum dimesion crop areas - * - If both min & max dimension options set to the same value for a single axis,then the cropper will not - * display the resize handles as appropriate (when min & max dimensions are passed for both axes this - * results in a 'fixed size' crop area) - * - Allows dynamic preview of resultant crop ( if minimum width & height are provided ), this is - * implemented as a subclass so can be excluded when not required - * - Movement of selection area by arrow keys ( shift + arrow key will move selection area by - * 10 pixels ) - * - All operations stay within bounds of image - * - All functionality & display compatible with most popular browsers supported by Prototype: - * PC: IE 7, 6 & 5.5, Firefox 1.5, Opera 8.5 (see known issues) & 9.0b - * MAC: Camino 1.0, Firefox 1.5, Safari 2.0 - * - * Requires: - * - Prototype v. 1.5.0_rc0 > (as packaged with Scriptaculous 1.6.1) - * - Scriptaculous v. 1.6.1 > modules: builder, dragdrop - * - * Known issues: - * - Safari animated gifs, only one of each will animate, this seems to be a known Safari issue - * - * - After drawing an area and then clicking to start a new drag in IE 5.5 the rendered height - * appears as the last height until the user drags, this appears to be the related to the error - * that the forceReRender() method fixes for IE 6, i.e. IE 5.5 is not redrawing the box properly. - * - * - Lack of CSS opacity support in Opera before version 9 mean we disable those style rules, these - * could be fixed by using PNGs with transparency if Opera 8.5 support is high priority for you - * - * - Marching ants keep reloading in IE <6 (not tested in IE7), it is a known issue in IE and I have - * found no viable workarounds that can be included in the release. If this really is an issue for you - * either try this post: http://mir.aculo.us/articles/2005/08/28/internet-explorer-and-ajax-image-caching-woes - * or uncomment the 'FIX MARCHING ANTS IN IE' rules in the CSS file - * - * - Styling & borders on image, any CSS styling applied directly to the image itself (floats, borders, padding, margin, etc.) will - * cause problems with the cropper. The use of a wrapper element to apply these styles to is recommended. - * - * - overflow: auto or overflow: scroll on parent will cause cropper to burst out of parent in IE and Opera (maybe Mac browsers too) - * I'm not sure why yet. - * - * Usage: - * See Cropper.Img & Cropper.ImgWithPreview for usage details - * - * Changelog: - * v1.2.0 - 2006-10-30 - * + Added id to the preview image element using 'imgCrop_[originalImageID]' - * * #00001 - Fixed bug: Doesn't account for scroll offsets - * * #00009 - Fixed bug: Placing the cropper inside differently positioned elements causes incorrect co-ordinates and display - * * #00013 - Fixed bug: I-bar cursor appears on drag plane - * * #00014 - Fixed bug: If ID for image tag is not found in document script throws error - * * Fixed bug with drag start co-ordinates if wrapper element has moved in browser (e.g. dragged to a new position) - * * Fixed bug with drag start co-ordinates if image contained in a wrapper with scrolling - this may be buggy if image - * has other ancestors with scrolling applied (except the body) - * * #00015 - Fixed bug: When cropper removed and then reapplied onEndCrop callback gets called multiple times, solution suggestion from Bill Smith - * * Various speed increases & code cleanup which meant improved performance in Mac - which allowed removal of different overlay methods for - * IE and all other browsers, which led to a fix for: - * * #00010 - Fixed bug: Select area doesn't adhere to image size when image resized using img attributes - * - #00006 - Removed default behaviour of automatically setting a ratio when both min width & height passed, the ratioDimensions must be passed in - * + #00005 - Added ability to set maximum crop dimensions, if both min & max set as the same value then we'll get a fixed cropper size on the axes as appropriate - * and the resize handles will not be displayed as appropriate - * * Switched keydown for keypress for moving select area with cursor keys (makes for nicer action) - doesn't appear to work in Safari - * - * v1.1.3 - 2006-08-21 - * * Fixed wrong cursor on western handle in CSS - * + #00008 & #00003 - Added feature: Allow to set dimensions & position for cropper on load - * * #00002 - Fixed bug: Pressing 'remove cropper' twice removes image in IE - * - * v1.1.2 - 2006-06-09 - * * Fixed bugs with ratios when GCD is low (patch submitted by Andy Skelton) - * - * v1.1.1 - 2006-06-03 - * * Fixed bug with rendering issues fix in IE 5.5 - * * Fixed bug with endCrop callback issues once cropper had been removed & reset in IE - * - * v1.1.0 - 2006-06-02 - * * Fixed bug with IE constantly trying to reload select area background image - * * Applied more robust fix to Safari & IE rendering issues - * + Added method to reset parameters - useful for when dynamically changing img cropper attached to - * + Added method to remove cropper from image - * - * v1.0.0 - 2006-05-18 - * + Initial verison - * - * - * Copyright (c) 2006, David Spurr (http://www.defusion.org.uk/) - * All rights reserved. - * - * - * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - * - * * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * * Neither the name of the David Spurr nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * http://www.opensource.org/licenses/bsd-license.php - * - * See scriptaculous.js for full scriptaculous licence - * - * Modified 2013/06/01 Zach P to change $() to $PR() for eliminating conflicts with jQuery - */ - -/** - * Extend the Draggable class to allow us to pass the rendering - * down to the Cropper object. - */ -var CropDraggable = Class.create(); - -Object.extend( Object.extend( CropDraggable.prototype, Draggable.prototype), { - - initialize: function(element) { - this.options = Object.extend( - { - /** - * The draw method to defer drawing to - */ - drawMethod: function() {} - }, - arguments[1] || {} - ); - - this.element = $PR(element); - - this.handle = this.element; - - this.delta = this.currentDelta(); - this.dragging = false; - - this.eventMouseDown = this.initDrag.bindAsEventListener(this); - Event.observe(this.handle, "mousedown", this.eventMouseDown); - - Draggables.register(this); - }, - - /** - * Defers the drawing of the draggable to the supplied method - */ - draw: function(point) { - var pos = Position.cumulativeOffset(this.element); - var d = this.currentDelta(); - pos[0] -= d[0]; - pos[1] -= d[1]; - - var p = [0,1].map(function(i) { - return (point[i]-pos[i]-this.offset[i]) - }.bind(this)); - - this.options.drawMethod( p ); - } - -}); - - -/** - * The Cropper object, this will attach itself to the provided image by wrapping it with - * the generated xHTML structure required by the cropper. - * - * Usage: - * @param obj Image element to attach to - * @param obj Optional options: - * - ratioDim obj - * The pixel dimensions to apply as a restrictive ratio, with properties x & y - * - * - minWidth int - * The minimum width for the select area in pixels - * - * - minHeight int - * The mimimum height for the select area in pixels - * - * - maxWidth int - * The maximum width for the select areas in pixels (if both minWidth & maxWidth set to same the width of the cropper will be fixed) - * - * - maxHeight int - * The maximum height for the select areas in pixels (if both minHeight & maxHeight set to same the height of the cropper will be fixed) - * - * - displayOnInit int - * Whether to display the select area on initialisation, only used when providing minimum width & height or ratio - * - * - onEndCrop func - * The callback function to provide the crop details to on end of a crop (see below) - * - * - captureKeys boolean - * Whether to capture the keys for moving the select area, as these can cause some problems at the moment - * - * - onloadCoords obj - * A coordinates object with properties x1, y1, x2 & y2; for the coordinates of the select area to display onload - * - *---------------------------------------------- - * - * The callback function provided via the onEndCrop option should accept the following parameters: - * - coords obj - * The coordinates object with properties x1, y1, x2 & y2; for the coordinates of the select area - * - * - dimensions obj - * The dimensions object with properites width & height; for the dimensions of the select area - * - * - * Example: - * function onEndCrop( coords, dimensions ) { - * $PR( 'x1' ).value = coords.x1; - * $PR( 'y1' ).value = coords.y1; - * $PR( 'x2' ).value = coords.x2; - * $PR( 'y2' ).value = coords.y2; - * $PR( 'width' ).value = dimensions.width; - * $PR( 'height' ).value = dimensions.height; - * } - * - */ -var Cropper = {}; -Cropper.Img = Class.create(); -Cropper.Img.prototype = { - - /** - * Initialises the class - * - * @access public - * @param obj Image element to attach to - * @param obj Options - * @return void - */ - initialize: function(element, options) { - this.options = Object.extend( - { - /** - * @var obj - * The pixel dimensions to apply as a restrictive ratio - */ - ratioDim: { x: 0, y: 0 }, - /** - * @var int - * The minimum pixel width, also used as restrictive ratio if min height passed too - */ - minWidth: 0, - /** - * @var int - * The minimum pixel height, also used as restrictive ratio if min width passed too - */ - minHeight: 0, - /** - * @var boolean - * Whether to display the select area on initialisation, only used when providing minimum width & height or ratio - */ - displayOnInit: false, - /** - * @var function - * The call back function to pass the final values to - */ - onEndCrop: Prototype.emptyFunction, - /** - * @var boolean - * Whether to capture key presses or not - */ - captureKeys: true, - /** - * @var obj Coordinate object x1, y1, x2, y2 - * The coordinates to optionally display the select area at onload - */ - onloadCoords: null, - /** - * @var int - * The maximum width for the select areas in pixels (if both minWidth & maxWidth set to same the width of the cropper will be fixed) - */ - maxWidth: 0, - /** - * @var int - * The maximum height for the select areas in pixels (if both minHeight & maxHeight set to same the height of the cropper will be fixed) - */ - maxHeight: 0 - }, - options || {} - ); - /** - * @var obj - * The img node to attach to - */ - this.img = $PR( element ); - /** - * @var obj - * The x & y coordinates of the click point - */ - this.clickCoords = { x: 0, y: 0 }; - /** - * @var boolean - * Whether the user is dragging - */ - this.dragging = false; - /** - * @var boolean - * Whether the user is resizing - */ - this.resizing = false; - /** - * @var boolean - * Whether the user is on a webKit browser - */ - this.isWebKit = /Konqueror|Safari|KHTML/.test( navigator.userAgent ); - /** - * @var boolean - * Whether the user is on IE - */ - this.isIE = /MSIE/.test( navigator.userAgent ); - /** - * @var boolean - * Whether the user is on Opera below version 9 - */ - this.isOpera8 = /Opera\s[1-8]/.test( navigator.userAgent ); - /** - * @var int - * The x ratio - */ - this.ratioX = 0; - /** - * @var int - * The y ratio - */ - this.ratioY = 0; - /** - * @var boolean - * Whether we've attached sucessfully - */ - this.attached = false; - /** - * @var boolean - * Whether we've got a fixed width (if minWidth EQ or GT maxWidth then we have a fixed width - * in the case of minWidth > maxWidth maxWidth wins as the fixed width) - */ - this.fixedWidth = ( this.options.maxWidth > 0 && ( this.options.minWidth >= this.options.maxWidth ) ); - /** - * @var boolean - * Whether we've got a fixed height (if minHeight EQ or GT maxHeight then we have a fixed height - * in the case of minHeight > maxHeight maxHeight wins as the fixed height) - */ - this.fixedHeight = ( this.options.maxHeight > 0 && ( this.options.minHeight >= this.options.maxHeight ) ); - - // quit if the image element doesn't exist - if( typeof this.img == 'undefined' ) return; - - // include the stylesheet - $A( document.getElementsByTagName( 'script' ) ).each( - function(s) { - if( s.src.match( /cropper\.js/ ) ) { - var path = s.src.replace( /cropper\.js(.*)?/, '' ); - // ''; - var style = document.createElement( 'link' ); - style.rel = 'stylesheet'; - style.type = 'text/css'; - style.href = path + 'cropper.css'; - style.media = 'screen'; - document.getElementsByTagName( 'head' )[0].appendChild( style ); - } - } - ); - - // calculate the ratio when neccessary - if( this.options.ratioDim.x > 0 && this.options.ratioDim.y > 0 ) { - var gcd = this.getGCD( this.options.ratioDim.x, this.options.ratioDim.y ); - this.ratioX = this.options.ratioDim.x / gcd; - this.ratioY = this.options.ratioDim.y / gcd; - // dump( 'RATIO : ' + this.ratioX + ':' + this.ratioY + '\n' ); - } - - // initialise sub classes - this.subInitialize(); - - // only load the event observers etc. once the image is loaded - // this is done after the subInitialize() call just in case the sub class does anything - // that will affect the result of the call to onLoad() - if( this.img.complete || this.isWebKit ) this.onLoad(); // for some reason Safari seems to support img.complete but returns 'undefined' on the this.img object - else Event.observe( this.img, 'load', this.onLoad.bindAsEventListener( this) ); - }, - - /** - * The Euclidean algorithm used to find the greatest common divisor - * - * @acces private - * @param int Value 1 - * @param int Value 2 - * @return int - */ - getGCD : function( a , b ) { - if( b == 0 ) return a; - return this.getGCD(b, a % b ); - }, - - /** - * Attaches the cropper to the image once it has loaded - * - * @access private - * @return void - */ - onLoad: function( ) { - /* - * Build the container and all related elements, will result in the following - * - *
- * - *
- * - *
- *
- *
- *
- *
- * - * - *
- *
- *
- *
- * - *
- *
- *
- *
- *
- *
- *
- *
- *
- *
- *
- *
- *
- */ - var cNamePrefix = 'imgCrop_'; - - // get the point to insert the container - var insertPoint = this.img.parentNode; - - // apply an extra class to the wrapper to fix Opera below version 9 - var fixOperaClass = ''; - if( this.isOpera8 ) fixOperaClass = ' opera8'; - this.imgWrap = Builder.node( 'div', { 'class': cNamePrefix + 'wrap' + fixOperaClass } ); - - this.north = Builder.node( 'div', { 'class': cNamePrefix + 'overlay ' + cNamePrefix + 'north' }, [Builder.node( 'span' )] ); - this.east = Builder.node( 'div', { 'class': cNamePrefix + 'overlay ' + cNamePrefix + 'east' } , [Builder.node( 'span' )] ); - this.south = Builder.node( 'div', { 'class': cNamePrefix + 'overlay ' + cNamePrefix + 'south' }, [Builder.node( 'span' )] ); - this.west = Builder.node( 'div', { 'class': cNamePrefix + 'overlay ' + cNamePrefix + 'west' } , [Builder.node( 'span' )] ); - - var overlays = [ this.north, this.east, this.south, this.west ]; - - this.dragArea = Builder.node( 'div', { 'class': cNamePrefix + 'dragArea' }, overlays ); - - this.handleN = Builder.node( 'div', { 'class': cNamePrefix + 'handle ' + cNamePrefix + 'handleN' } ); - this.handleNE = Builder.node( 'div', { 'class': cNamePrefix + 'handle ' + cNamePrefix + 'handleNE' } ); - this.handleE = Builder.node( 'div', { 'class': cNamePrefix + 'handle ' + cNamePrefix + 'handleE' } ); - this.handleSE = Builder.node( 'div', { 'class': cNamePrefix + 'handle ' + cNamePrefix + 'handleSE' } ); - this.handleS = Builder.node( 'div', { 'class': cNamePrefix + 'handle ' + cNamePrefix + 'handleS' } ); - this.handleSW = Builder.node( 'div', { 'class': cNamePrefix + 'handle ' + cNamePrefix + 'handleSW' } ); - this.handleW = Builder.node( 'div', { 'class': cNamePrefix + 'handle ' + cNamePrefix + 'handleW' } ); - this.handleNW = Builder.node( 'div', { 'class': cNamePrefix + 'handle ' + cNamePrefix + 'handleNW' } ); - - this.selArea = Builder.node( 'div', { 'class': cNamePrefix + 'selArea' }, - [ - Builder.node( 'div', { 'class': cNamePrefix + 'marqueeHoriz ' + cNamePrefix + 'marqueeNorth' }, [Builder.node( 'span' )] ), - Builder.node( 'div', { 'class': cNamePrefix + 'marqueeVert ' + cNamePrefix + 'marqueeEast' } , [Builder.node( 'span' )] ), - Builder.node( 'div', { 'class': cNamePrefix + 'marqueeHoriz ' + cNamePrefix + 'marqueeSouth' }, [Builder.node( 'span' )] ), - Builder.node( 'div', { 'class': cNamePrefix + 'marqueeVert ' + cNamePrefix + 'marqueeWest' } , [Builder.node( 'span' )] ), - this.handleN, - this.handleNE, - this.handleE, - this.handleSE, - this.handleS, - this.handleSW, - this.handleW, - this.handleNW, - Builder.node( 'div', { 'class': cNamePrefix + 'clickArea' } ) - ] - ); - - this.imgWrap.appendChild( this.img ); - this.imgWrap.appendChild( this.dragArea ); - this.dragArea.appendChild( this.selArea ); - this.dragArea.appendChild( Builder.node( 'div', { 'class': cNamePrefix + 'clickArea' } ) ); - - insertPoint.appendChild( this.imgWrap ); - - // add event observers - this.startDragBind = this.startDrag.bindAsEventListener( this ); - Event.observe( this.dragArea, 'mousedown', this.startDragBind ); - - this.onDragBind = this.onDrag.bindAsEventListener( this ); - Event.observe( document, 'mousemove', this.onDragBind ); - - this.endCropBind = this.endCrop.bindAsEventListener( this ); - Event.observe( document, 'mouseup', this.endCropBind ); - - this.resizeBind = this.startResize.bindAsEventListener( this ); - this.handles = [ this.handleN, this.handleNE, this.handleE, this.handleSE, this.handleS, this.handleSW, this.handleW, this.handleNW ]; - this.registerHandles( true ); - - if( this.options.captureKeys ) { - this.keysBind = this.handleKeys.bindAsEventListener( this ); - Event.observe( document, 'keypress', this.keysBind ); - } - - // attach the dragable to the select area - new CropDraggable( this.selArea, { drawMethod: this.moveArea.bindAsEventListener( this ) } ); - - this.setParams(); - }, - - /** - * Manages adding or removing the handle event handler and hiding or displaying them as appropriate - * - * @access private - * @param boolean registration true = add, false = remove - * @return void - */ - registerHandles: function( registration ) { - for( var i = 0; i < this.handles.length; i++ ) { - var handle = $PR( this.handles[i] ); - - if( registration ) { - var hideHandle = false; // whether to hide the handle - - // disable handles asappropriate if we've got fixed dimensions - // if both dimensions are fixed we don't need to do much - if( this.fixedWidth && this.fixedHeight ) hideHandle = true; - else if( this.fixedWidth || this.fixedHeight ) { - // if one of the dimensions is fixed then just hide those handles - var isCornerHandle = handle.className.match( /([S|N][E|W])$/ ) - var isWidthHandle = handle.className.match( /(E|W)$/ ); - var isHeightHandle = handle.className.match( /(N|S)$/ ); - if( isCornerHandle ) hideHandle = true; - else if( this.fixedWidth && isWidthHandle ) hideHandle = true; - else if( this.fixedHeight && isHeightHandle ) hideHandle = true; - } - if( hideHandle ) handle.hide(); - else Event.observe( handle, 'mousedown', this.resizeBind ); - } else { - handle.show(); - Event.stopObserving( handle, 'mousedown', this.resizeBind ); - } - } - }, - - /** - * Sets up all the cropper parameters, this can be used to reset the cropper when dynamically - * changing the images - * - * @access private - * @return void - */ - setParams: function() { - /** - * @var int - * The image width - */ - this.imgW = this.img.width; - /** - * @var int - * The image height - */ - this.imgH = this.img.height; - - $PR( this.north ).setStyle( { height: 0 } ); - $PR( this.east ).setStyle( { width: 0, height: 0 } ); - $PR( this.south ).setStyle( { height: 0 } ); - $PR( this.west ).setStyle( { width: 0, height: 0 } ); - - // resize the container to fit the image - $PR( this.imgWrap ).setStyle( { 'width': this.imgW + 'px', 'height': this.imgH + 'px' } ); - - // hide the select area - $PR( this.selArea ).hide(); - - // setup the starting position of the select area - var startCoords = { x1: 0, y1: 0, x2: 0, y2: 0 }; - var validCoordsSet = false; - - // display the select area - if( this.options.onloadCoords != null ) { - // if we've being given some coordinates to - startCoords = this.cloneCoords( this.options.onloadCoords ); - validCoordsSet = true; - } else if( this.options.ratioDim.x > 0 && this.options.ratioDim.y > 0 ) { - // if there is a ratio limit applied and the then set it to initial ratio - startCoords.x1 = Math.ceil( ( this.imgW - this.options.ratioDim.x ) / 2 ); - startCoords.y1 = Math.ceil( ( this.imgH - this.options.ratioDim.y ) / 2 ); - startCoords.x2 = startCoords.x1 + this.options.ratioDim.x; - startCoords.y2 = startCoords.y1 + this.options.ratioDim.y; - validCoordsSet = true; - } - - this.setAreaCoords( startCoords, false, false, 1 ); - - if( this.options.displayOnInit && validCoordsSet ) { - this.selArea.show(); - this.drawArea(); - this.endCrop(); - } - - this.attached = true; - }, - - /** - * Removes the cropper - * - * @access public - * @return void - */ - remove: function() { - if( this.attached ) { - this.attached = false; - - // remove the elements we inserted - this.imgWrap.parentNode.insertBefore( this.img, this.imgWrap ); - this.imgWrap.parentNode.removeChild( this.imgWrap ); - - // remove the event observers - Event.stopObserving( this.dragArea, 'mousedown', this.startDragBind ); - Event.stopObserving( document, 'mousemove', this.onDragBind ); - Event.stopObserving( document, 'mouseup', this.endCropBind ); - this.registerHandles( false ); - if( this.options.captureKeys ) Event.stopObserving( document, 'keypress', this.keysBind ); - } - }, - - /** - * Resets the cropper, can be used either after being removed or any time you wish - * - * @access public - * @return void - */ - reset: function() { - if( !this.attached ) this.onLoad(); - else this.setParams(); - this.endCrop(); - }, - - /** - * Handles the key functionality, currently just using arrow keys to move, if the user - * presses shift then the area will move by 10 pixels - */ - handleKeys: function( e ) { - var dir = { x: 0, y: 0 }; // direction to move it in & the amount in pixels - if( !this.dragging ) { - - // catch the arrow keys - switch( e.keyCode ) { - case( 37 ) : // left - dir.x = -1; - break; - case( 38 ) : // up - dir.y = -1; - break; - case( 39 ) : // right - dir.x = 1; - break - case( 40 ) : // down - dir.y = 1; - break; - } - - if( dir.x != 0 || dir.y != 0 ) { - // if shift is pressed then move by 10 pixels - if( e.shiftKey ) { - dir.x *= 10; - dir.y *= 10; - } - - this.moveArea( [ this.areaCoords.x1 + dir.x, this.areaCoords.y1 + dir.y ] ); - Event.stop( e ); - } - } - }, - - /** - * Calculates the width from the areaCoords - * - * @access private - * @return int - */ - calcW: function() { - return (this.areaCoords.x2 - this.areaCoords.x1) - }, - - /** - * Calculates the height from the areaCoords - * - * @access private - * @return int - */ - calcH: function() { - return (this.areaCoords.y2 - this.areaCoords.y1) - }, - - /** - * Moves the select area to the supplied point (assumes the point is x1 & y1 of the select area) - * - * @access public - * @param array Point for x1 & y1 to move select area to - * @return void - */ - moveArea: function( point ) { - // dump( 'moveArea : ' + point[0] + ',' + point[1] + ',' + ( point[0] + ( this.areaCoords.x2 - this.areaCoords.x1 ) ) + ',' + ( point[1] + ( this.areaCoords.y2 - this.areaCoords.y1 ) ) + '\n' ); - this.setAreaCoords( - { - x1: point[0], - y1: point[1], - x2: point[0] + this.calcW(), - y2: point[1] + this.calcH() - }, - true, - false - ); - this.drawArea(); - }, - - /** - * Clones a co-ordinates object, stops problems with handling them by reference - * - * @access private - * @param obj Coordinate object x1, y1, x2, y2 - * @return obj Coordinate object x1, y1, x2, y2 - */ - cloneCoords: function( coords ) { - return { x1: coords.x1, y1: coords.y1, x2: coords.x2, y2: coords.y2 }; - }, - - /** - * Sets the select coords to those provided but ensures they don't go - * outside the bounding box - * - * @access private - * @param obj Coordinates x1, y1, x2, y2 - * @param boolean Whether this is a move - * @param boolean Whether to apply squaring - * @param obj Direction of mouse along both axis x, y ( -1 = negative, 1 = positive ) only required when moving etc. - * @param string The current resize handle || null - * @return void - */ - setAreaCoords: function( coords, moving, square, direction, resizeHandle ) { - // dump( 'setAreaCoords (in) : ' + coords.x1 + ',' + coords.y1 + ',' + coords.x2 + ',' + coords.y2 ); - if( moving ) { - // if moving - var targW = coords.x2 - coords.x1; - var targH = coords.y2 - coords.y1; - - // ensure we're within the bounds - if( coords.x1 < 0 ) { - coords.x1 = 0; - coords.x2 = targW; - } - if( coords.y1 < 0 ) { - coords.y1 = 0; - coords.y2 = targH; - } - if( coords.x2 > this.imgW ) { - coords.x2 = this.imgW; - coords.x1 = this.imgW - targW; - } - if( coords.y2 > this.imgH ) { - coords.y2 = this.imgH; - coords.y1 = this.imgH - targH; - } - } else { - // ensure we're within the bounds - if( coords.x1 < 0 ) coords.x1 = 0; - if( coords.y1 < 0 ) coords.y1 = 0; - if( coords.x2 > this.imgW ) coords.x2 = this.imgW; - if( coords.y2 > this.imgH ) coords.y2 = this.imgH; - - // This is passed as null in onload - if( direction != null ) { - - // apply the ratio or squaring where appropriate - if( this.ratioX > 0 ) this.applyRatio( coords, { x: this.ratioX, y: this.ratioY }, direction, resizeHandle ); - else if( square ) this.applyRatio( coords, { x: 1, y: 1 }, direction, resizeHandle ); - - var mins = [ this.options.minWidth, this.options.minHeight ]; // minimum dimensions [x,y] - var maxs = [ this.options.maxWidth, this.options.maxHeight ]; // maximum dimensions [x,y] - - // apply dimensions where appropriate - if( mins[0] > 0 || mins[1] > 0 || maxs[0] > 0 || maxs[1] > 0) { - - var coordsTransX = { a1: coords.x1, a2: coords.x2 }; - var coordsTransY = { a1: coords.y1, a2: coords.y2 }; - var boundsX = { min: 0, max: this.imgW }; - var boundsY = { min: 0, max: this.imgH }; - - // handle squaring properly on single axis minimum dimensions - if( (mins[0] != 0 || mins[1] != 0) && square ) { - if( mins[0] > 0 ) mins[1] = mins[0]; - else if( mins[1] > 0 ) mins[0] = mins[1]; - } - - if( (maxs[0] != 0 || maxs[0] != 0) && square ) { - // if we have a max x value & it is less than the max y value then we set the y max to the max x (so we don't go over the minimum maximum of one of the axes - if that makes sense) - if( maxs[0] > 0 && maxs[0] <= maxs[1] ) maxs[1] = maxs[0]; - else if( maxs[1] > 0 && maxs[1] <= maxs[0] ) maxs[0] = maxs[1]; - } - - if( mins[0] > 0 ) this.applyDimRestriction( coordsTransX, mins[0], direction.x, boundsX, 'min' ); - if( mins[1] > 1 ) this.applyDimRestriction( coordsTransY, mins[1], direction.y, boundsY, 'min' ); - - if( maxs[0] > 0 ) this.applyDimRestriction( coordsTransX, maxs[0], direction.x, boundsX, 'max' ); - if( maxs[1] > 1 ) this.applyDimRestriction( coordsTransY, maxs[1], direction.y, boundsY, 'max' ); - - coords = { x1: coordsTransX.a1, y1: coordsTransY.a1, x2: coordsTransX.a2, y2: coordsTransY.a2 }; - } - - } - } - - // dump( 'setAreaCoords (out) : ' + coords.x1 + ',' + coords.y1 + ',' + coords.x2 + ',' + coords.y2 + '\n' ); - this.areaCoords = coords; - }, - - /** - * Applies the supplied dimension restriction to the supplied coordinates along a single axis - * - * @access private - * @param obj Single axis coordinates, a1, a2 (e.g. for the x axis a1 = x1 & a2 = x2) - * @param int The restriction value - * @param int The direction ( -1 = negative, 1 = positive ) - * @param obj The bounds of the image ( for this axis ) - * @param string The dimension restriction type ( 'min' | 'max' ) - * @return void - */ - applyDimRestriction: function( coords, val, direction, bounds, type ) { - var check; - if( type == 'min' ) check = ( ( coords.a2 - coords.a1 ) < val ); - else check = ( ( coords.a2 - coords.a1 ) > val ); - if( check ) { - if( direction == 1 ) coords.a2 = coords.a1 + val; - else coords.a1 = coords.a2 - val; - - // make sure we're still in the bounds (not too pretty for the user, but needed) - if( coords.a1 < bounds.min ) { - coords.a1 = bounds.min; - coords.a2 = val; - } else if( coords.a2 > bounds.max ) { - coords.a1 = bounds.max - val; - coords.a2 = bounds.max; - } - } - }, - - /** - * Applies the supplied ratio to the supplied coordinates - * - * @access private - * @param obj Coordinates, x1, y1, x2, y2 - * @param obj Ratio, x, y - * @param obj Direction of mouse, x & y : -1 == negative 1 == positive - * @param string The current resize handle || null - * @return void - */ - applyRatio : function( coords, ratio, direction, resizeHandle ) { - // dump( 'direction.y : ' + direction.y + '\n'); - var newCoords; - if( resizeHandle == 'N' || resizeHandle == 'S' ) { - // dump( 'north south \n'); - // if moving on either the lone north & south handles apply the ratio on the y axis - newCoords = this.applyRatioToAxis( - { a1: coords.y1, b1: coords.x1, a2: coords.y2, b2: coords.x2 }, - { a: ratio.y, b: ratio.x }, - { a: direction.y, b: direction.x }, - { min: 0, max: this.imgW } - ); - coords.x1 = newCoords.b1; - coords.y1 = newCoords.a1; - coords.x2 = newCoords.b2; - coords.y2 = newCoords.a2; - } else { - // otherwise deal with it as if we're applying the ratio on the x axis - newCoords = this.applyRatioToAxis( - { a1: coords.x1, b1: coords.y1, a2: coords.x2, b2: coords.y2 }, - { a: ratio.x, b: ratio.y }, - { a: direction.x, b: direction.y }, - { min: 0, max: this.imgH } - ); - coords.x1 = newCoords.a1; - coords.y1 = newCoords.b1; - coords.x2 = newCoords.a2; - coords.y2 = newCoords.b2; - } - - }, - - /** - * Applies the provided ratio to the provided coordinates based on provided direction & bounds, - * use to encapsulate functionality to make it easy to apply to either axis. This is probably - * quite hard to visualise so see the x axis example within applyRatio() - * - * Example in parameter details & comments is for requesting applying ratio to x axis. - * - * @access private - * @param obj Coords object (a1, b1, a2, b2) where a = x & b = y in example - * @param obj Ratio object (a, b) where a = x & b = y in example - * @param obj Direction object (a, b) where a = x & b = y in example - * @param obj Bounds (min, max) - * @return obj Coords object (a1, b1, a2, b2) where a = x & b = y in example - */ - applyRatioToAxis: function( coords, ratio, direction, bounds ) { - var newCoords = Object.extend( coords, {} ); - var calcDimA = newCoords.a2 - newCoords.a1; // calculate dimension a (e.g. width) - var targDimB = Math.floor( calcDimA * ratio.b / ratio.a ); // the target dimension b (e.g. height) - var targB; // to hold target b (e.g. y value) - var targDimA; // to hold target dimension a (e.g. width) - var calcDimB = null; // to hold calculated dimension b (e.g. height) - - // dump( 'newCoords[0]: ' + newCoords.a1 + ',' + newCoords.b1 + ','+ newCoords.a2 + ',' + newCoords.b2 + '\n'); - - if( direction.b == 1 ) { // if travelling in a positive direction - // make sure we're not going out of bounds - targB = newCoords.b1 + targDimB; - if( targB > bounds.max ) { - targB = bounds.max; - calcDimB = targB - newCoords.b1; // calcuate dimension b (e.g. height) - } - - newCoords.b2 = targB; - } else { // if travelling in a negative direction - // make sure we're not going out of bounds - targB = newCoords.b2 - targDimB; - if( targB < bounds.min ) { - targB = bounds.min; - calcDimB = targB + newCoords.b2; // calcuate dimension b (e.g. height) - } - newCoords.b1 = targB; - } - - // dump( 'newCoords[1]: ' + newCoords.a1 + ',' + newCoords.b1 + ','+ newCoords.a2 + ',' + newCoords.b2 + '\n'); - - // apply the calculated dimensions - if( calcDimB != null ) { - targDimA = Math.floor( calcDimB * ratio.a / ratio.b ); - - if( direction.a == 1 ) newCoords.a2 = newCoords.a1 + targDimA; - else newCoords.a1 = newCoords.a1 = newCoords.a2 - targDimA; - } - - // dump( 'newCoords[2]: ' + newCoords.a1 + ',' + newCoords.b1 + ','+ newCoords.a2 + ',' + newCoords.b2 + '\n'); - - return newCoords; - }, - - /** - * Draws the select area - * - * @access private - * @return void - */ - drawArea: function( ) { - /* - * NOTE: I'm not using the Element.setStyle() shortcut as they make it - * quite sluggish on Mac based browsers - */ - // dump( 'drawArea : ' + this.areaCoords.x1 + ',' + this.areaCoords.y1 + ',' + this.areaCoords.x2 + ',' + this.areaCoords.y2 + '\n' ); - var areaWidth = this.calcW(); - var areaHeight = this.calcH(); - - /* - * Calculate all the style strings before we use them, allows reuse & produces quicker - * rendering (especially noticable in Mac based browsers) - */ - var px = 'px'; - var params = [ - this.areaCoords.x1 + px, // the left of the selArea - this.areaCoords.y1 + px, // the top of the selArea - areaWidth + px, // width of the selArea - areaHeight + px, // height of the selArea - this.areaCoords.x2 + px, // bottom of the selArea - this.areaCoords.y2 + px, // right of the selArea - (this.img.width - this.areaCoords.x2) + px, // right edge of selArea - (this.img.height - this.areaCoords.y2) + px // bottom edge of selArea - ]; - - // do the select area - var areaStyle = this.selArea.style; - areaStyle.left = params[0]; - areaStyle.top = params[1]; - areaStyle.width = params[2]; - areaStyle.height = params[3]; - - // position the north, east, south & west handles - var horizHandlePos = Math.ceil( (areaWidth - 6) / 2 ) + px; - var vertHandlePos = Math.ceil( (areaHeight - 6) / 2 ) + px; - - this.handleN.style.left = horizHandlePos; - this.handleE.style.top = vertHandlePos; - this.handleS.style.left = horizHandlePos; - this.handleW.style.top = vertHandlePos; - - // draw the four overlays - this.north.style.height = params[1]; - - var eastStyle = this.east.style; - eastStyle.top = params[1]; - eastStyle.height = params[3]; - eastStyle.left = params[4]; - eastStyle.width = params[6]; - - var southStyle = this.south.style; - southStyle.top = params[5]; - southStyle.height = params[7]; - - var westStyle = this.west.style; - westStyle.top = params[1]; - westStyle.height = params[3]; - westStyle.width = params[0]; - - // call the draw method on sub classes - this.subDrawArea(); - - this.forceReRender(); - }, - - /** - * Force the re-rendering of the selArea element which fixes rendering issues in Safari - * & IE PC, especially evident when re-sizing perfectly vertical using any of the south handles - * - * @access private - * @return void - */ - forceReRender: function() { - if( this.isIE || this.isWebKit) { - var n = document.createTextNode(' '); - var d,el,fixEL,i; - - if( this.isIE ) fixEl = this.selArea; - else if( this.isWebKit ) { - fixEl = document.getElementsByClassName( 'imgCrop_marqueeSouth', this.imgWrap )[0]; - /* we have to be a bit more forceful for Safari, otherwise the the marquee & - * the south handles still don't move - */ - d = Builder.node( 'div', '' ); - d.style.visibility = 'hidden'; - - var classList = ['SE','S','SW']; - for( i = 0; i < classList.length; i++ ) { - el = document.getElementsByClassName( 'imgCrop_handle' + classList[i], this.selArea )[0]; - if( el.childNodes.length ) el.removeChild( el.childNodes[0] ); - el.appendChild(d); - } - } - fixEl.appendChild(n); - fixEl.removeChild(n); - } - }, - - /** - * Starts the resize - * - * @access private - * @param obj Event - * @return void - */ - startResize: function( e ) { - this.startCoords = this.cloneCoords( this.areaCoords ); - - this.resizing = true; - this.resizeHandle = Event.element( e ).classNames().toString().replace(/([^N|NE|E|SE|S|SW|W|NW])+/, ''); - // dump( 'this.resizeHandle : ' + this.resizeHandle + '\n' ); - Event.stop( e ); - }, - - /** - * Starts the drag - * - * @access private - * @param obj Event - * @return void - */ - startDrag: function( e ) { - this.selArea.show(); - this.clickCoords = this.getCurPos( e ); - - this.setAreaCoords( { x1: this.clickCoords.x, y1: this.clickCoords.y, x2: this.clickCoords.x, y2: this.clickCoords.y }, false, false, null ); - - this.dragging = true; - this.onDrag( e ); // incase the user just clicks once after already making a selection - Event.stop( e ); - }, - - /** - * Gets the current cursor position relative to the image - * - * @access private - * @param obj Event - * @return obj x,y pixels of the cursor - */ - getCurPos: function( e ) { - // get the offsets for the wrapper within the document - var el = this.imgWrap, wrapOffsets = Position.cumulativeOffset( el ); - // remove any scrolling that is applied to the wrapper (this may be buggy) - don't count the scroll on the body as that won't affect us - while( el.nodeName != 'BODY' ) { - wrapOffsets[1] -= el.scrollTop || 0; - wrapOffsets[0] -= el.scrollLeft || 0; - el = el.parentNode; - } - return curPos = { - x: Event.pointerX(e) - wrapOffsets[0], - y: Event.pointerY(e) - wrapOffsets[1] - } - }, - - /** - * Performs the drag for both resize & inital draw dragging - * - * @access private - * @param obj Event - * @return void - */ - onDrag: function( e ) { - if( this.dragging || this.resizing ) { - - var resizeHandle = null; - var curPos = this.getCurPos( e ); - var newCoords = this.cloneCoords( this.areaCoords ); - var direction = { x: 1, y: 1 }; - - if( this.dragging ) { - if( curPos.x < this.clickCoords.x ) direction.x = -1; - if( curPos.y < this.clickCoords.y ) direction.y = -1; - - this.transformCoords( curPos.x, this.clickCoords.x, newCoords, 'x' ); - this.transformCoords( curPos.y, this.clickCoords.y, newCoords, 'y' ); - } else if( this.resizing ) { - resizeHandle = this.resizeHandle; - // do x movements first - if( resizeHandle.match(/E/) ) { - // if we're moving an east handle - this.transformCoords( curPos.x, this.startCoords.x1, newCoords, 'x' ); - if( curPos.x < this.startCoords.x1 ) direction.x = -1; - } else if( resizeHandle.match(/W/) ) { - // if we're moving an west handle - this.transformCoords( curPos.x, this.startCoords.x2, newCoords, 'x' ); - if( curPos.x < this.startCoords.x2 ) direction.x = -1; - } - - // do y movements second - if( resizeHandle.match(/N/) ) { - // if we're moving an north handle - this.transformCoords( curPos.y, this.startCoords.y2, newCoords, 'y' ); - if( curPos.y < this.startCoords.y2 ) direction.y = -1; - } else if( resizeHandle.match(/S/) ) { - // if we're moving an south handle - this.transformCoords( curPos.y, this.startCoords.y1, newCoords, 'y' ); - if( curPos.y < this.startCoords.y1 ) direction.y = -1; - } - - } - - this.setAreaCoords( newCoords, false, e.shiftKey, direction, resizeHandle ); - this.drawArea(); - Event.stop( e ); // stop the default event (selecting images & text) in Safari & IE PC - } - }, - - /** - * Applies the appropriate transform to supplied co-ordinates, on the - * defined axis, depending on the relationship of the supplied values - * - * @access private - * @param int Current value of pointer - * @param int Base value to compare current pointer val to - * @param obj Coordinates to apply transformation on x1, x2, y1, y2 - * @param string Axis to apply transformation on 'x' || 'y' - * @return void - */ - transformCoords : function( curVal, baseVal, coords, axis ) { - var newVals = [ curVal, baseVal ]; - if( curVal > baseVal ) newVals.reverse(); - coords[ axis + '1' ] = newVals[0]; - coords[ axis + '2' ] = newVals[1]; - }, - - /** - * Ends the crop & passes the values of the select area on to the appropriate - * callback function on completion of a crop - * - * @access private - * @return void - */ - endCrop : function() { - this.dragging = false; - this.resizing = false; - - this.options.onEndCrop( - this.areaCoords, - { - width: this.calcW(), - height: this.calcH() - } - ); - }, - - /** - * Abstract method called on the end of initialization - * - * @access private - * @abstract - * @return void - */ - subInitialize: function() {}, - - /** - * Abstract method called on the end of drawArea() - * - * @access private - * @abstract - * @return void - */ - subDrawArea: function() {} -}; - - - - -/** - * Extend the Cropper.Img class to allow for presentation of a preview image of the resulting crop, - * the option for displayOnInit is always overridden to true when displaying a preview image - * - * Usage: - * @param obj Image element to attach to - * @param obj Optional options: - * - see Cropper.Img for base options - * - * - previewWrap obj - * HTML element that will be used as a container for the preview image - */ -Cropper.ImgWithPreview = Class.create(); - -Object.extend( Object.extend( Cropper.ImgWithPreview.prototype, Cropper.Img.prototype ), { - - /** - * Implements the abstract method from Cropper.Img to initialize preview image settings. - * Will only attach a preview image is the previewWrap element is defined and the minWidth - * & minHeight options are set. - * - * @see Croper.Img.subInitialize - */ - subInitialize: function() { - /** - * Whether or not we've attached a preview image - * @var boolean - */ - this.hasPreviewImg = false; - if( typeof(this.options.previewWrap) != 'undefined' - && this.options.minWidth > 0 - && this.options.minHeight > 0 - ) { - /** - * The preview image wrapper element - * @var obj HTML element - */ - this.previewWrap = $PR( this.options.previewWrap ); - /** - * The preview image element - * @var obj HTML IMG element - */ - this.previewImg = this.img.cloneNode( false ); - // set the ID of the preview image to be unique - this.previewImg.id = 'imgCrop_' + this.previewImg.id; - - - // set the displayOnInit option to true so we display the select area at the same time as the thumbnail - this.options.displayOnInit = true; - - this.hasPreviewImg = true; - - this.previewWrap.addClassName( 'imgCrop_previewWrap' ); - - this.previewWrap.setStyle( - { - width: this.options.minWidth + 'px', - height: this.options.minHeight + 'px' - } - ); - - this.previewWrap.appendChild( this.previewImg ); - } - }, - - /** - * Implements the abstract method from Cropper.Img to draw the preview image - * - * @see Croper.Img.subDrawArea - */ - subDrawArea: function() { - if( this.hasPreviewImg ) { - // get the ratio of the select area to the src image - var calcWidth = this.calcW(); - var calcHeight = this.calcH(); - // ratios for the dimensions of the preview image - var dimRatio = { - x: this.imgW / calcWidth, - y: this.imgH / calcHeight - }; - //ratios for the positions within the preview - var posRatio = { - x: calcWidth / this.options.minWidth, - y: calcHeight / this.options.minHeight - }; - - // setting the positions in an obj before apply styles for rendering speed increase - var calcPos = { - w: Math.ceil( this.options.minWidth * dimRatio.x ) + 'px', - h: Math.ceil( this.options.minHeight * dimRatio.y ) + 'px', - x: '-' + Math.ceil( this.areaCoords.x1 / posRatio.x ) + 'px', - y: '-' + Math.ceil( this.areaCoords.y1 / posRatio.y ) + 'px' - } - - var previewStyle = this.previewImg.style; - previewStyle.width = calcPos.w; - previewStyle.height = calcPos.h; - previewStyle.left = calcPos.x; - previewStyle.top = calcPos.y; - } - } - -}); diff --git a/view/js/cropper/lib/builder.js b/view/js/cropper/lib/builder.js deleted file mode 100644 index 5b15ba9397..0000000000 --- a/view/js/cropper/lib/builder.js +++ /dev/null @@ -1,101 +0,0 @@ -// Copyright (c) 2005 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us) -// -// See scriptaculous.js for full license. - -var Builder = { - NODEMAP: { - AREA: 'map', - CAPTION: 'table', - COL: 'table', - COLGROUP: 'table', - LEGEND: 'fieldset', - OPTGROUP: 'select', - OPTION: 'select', - PARAM: 'object', - TBODY: 'table', - TD: 'table', - TFOOT: 'table', - TH: 'table', - THEAD: 'table', - TR: 'table' - }, - // note: For Firefox < 1.5, OPTION and OPTGROUP tags are currently broken, - // due to a Firefox bug - node: function(elementName) { - elementName = elementName.toUpperCase(); - - // try innerHTML approach - var parentTag = this.NODEMAP[elementName] || 'div'; - var parentElement = document.createElement(parentTag); - try { // prevent IE "feature": http://dev.rubyonrails.org/ticket/2707 - parentElement.innerHTML = "<" + elementName + ">"; - } catch(e) {} - var element = parentElement.firstChild || null; - - // see if browser added wrapping tags - if(element && (element.tagName != elementName)) - element = element.getElementsByTagName(elementName)[0]; - - // fallback to createElement approach - if(!element) element = document.createElement(elementName); - - // abort if nothing could be created - if(!element) return; - - // attributes (or text) - if(arguments[1]) - if(this._isStringOrNumber(arguments[1]) || - (arguments[1] instanceof Array)) { - this._children(element, arguments[1]); - } else { - var attrs = this._attributes(arguments[1]); - if(attrs.length) { - try { // prevent IE "feature": http://dev.rubyonrails.org/ticket/2707 - parentElement.innerHTML = "<" +elementName + " " + - attrs + ">"; - } catch(e) {} - element = parentElement.firstChild || null; - // workaround firefox 1.0.X bug - if(!element) { - element = document.createElement(elementName); - for(attr in arguments[1]) - element[attr == 'class' ? 'className' : attr] = arguments[1][attr]; - } - if(element.tagName != elementName) - element = parentElement.getElementsByTagName(elementName)[0]; - } - } - - // text, or array of children - if(arguments[2]) - this._children(element, arguments[2]); - - return element; - }, - _text: function(text) { - return document.createTextNode(text); - }, - _attributes: function(attributes) { - var attrs = []; - for(attribute in attributes) - attrs.push((attribute=='className' ? 'class' : attribute) + - '="' + attributes[attribute].toString().escapeHTML() + '"'); - return attrs.join(" "); - }, - _children: function(element, children) { - if(typeof children=='object') { // array can hold nodes and text - children.flatten().each( function(e) { - if(typeof e=='object') - element.appendChild(e) - else - if(Builder._isStringOrNumber(e)) - element.appendChild(Builder._text(e)); - }); - } else - if(Builder._isStringOrNumber(children)) - element.appendChild(Builder._text(children)); - }, - _isStringOrNumber: function(param) { - return(typeof param=='string' || typeof param=='number'); - } -} \ No newline at end of file diff --git a/view/js/cropper/lib/controls.js b/view/js/cropper/lib/controls.js deleted file mode 100644 index 9606948779..0000000000 --- a/view/js/cropper/lib/controls.js +++ /dev/null @@ -1,815 +0,0 @@ -// Copyright (c) 2005 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us) -// (c) 2005 Ivan Krstic (http://blogs.law.harvard.edu/ivan) -// (c) 2005 Jon Tirsen (http://www.tirsen.com) -// Contributors: -// Richard Livsey -// Rahul Bhargava -// Rob Wills -// -// See scriptaculous.js for full license. - -// Autocompleter.Base handles all the autocompletion functionality -// that's independent of the data source for autocompletion. This -// includes drawing the autocompletion menu, observing keyboard -// and mouse events, and similar. -// -// Specific autocompleters need to provide, at the very least, -// a getUpdatedChoices function that will be invoked every time -// the text inside the monitored textbox changes. This method -// should get the text for which to provide autocompletion by -// invoking this.getToken(), NOT by directly accessing -// this.element.value. This is to allow incremental tokenized -// autocompletion. Specific auto-completion logic (AJAX, etc) -// belongs in getUpdatedChoices. -// -// Tokenized incremental autocompletion is enabled automatically -// when an autocompleter is instantiated with the 'tokens' option -// in the options parameter, e.g.: -// new Ajax.Autocompleter('id','upd', '/url/', { tokens: ',' }); -// will incrementally autocomplete with a comma as the token. -// Additionally, ',' in the above example can be replaced with -// a token array, e.g. { tokens: [',', '\n'] } which -// enables autocompletion on multiple tokens. This is most -// useful when one of the tokens is \n (a newline), as it -// allows smart autocompletion after linebreaks. - -var Autocompleter = {} -Autocompleter.Base = function() {}; -Autocompleter.Base.prototype = { - baseInitialize: function(element, update, options) { - this.element = $PR(element); - this.update = $PR(update); - this.hasFocus = false; - this.changed = false; - this.active = false; - this.index = 0; - this.entryCount = 0; - - if (this.setOptions) - this.setOptions(options); - else - this.options = options || {}; - - this.options.paramName = this.options.paramName || this.element.name; - this.options.tokens = this.options.tokens || []; - this.options.frequency = this.options.frequency || 0.4; - this.options.minChars = this.options.minChars || 1; - this.options.onShow = this.options.onShow || - function(element, update){ - if(!update.style.position || update.style.position=='absolute') { - update.style.position = 'absolute'; - Position.clone(element, update, {setHeight: false, offsetTop: element.offsetHeight}); - } - Effect.Appear(update,{duration:0.15}); - }; - this.options.onHide = this.options.onHide || - function(element, update){ new Effect.Fade(update,{duration:0.15}) }; - - if (typeof(this.options.tokens) == 'string') - this.options.tokens = new Array(this.options.tokens); - - this.observer = null; - - this.element.setAttribute('autocomplete','off'); - - Element.hide(this.update); - - Event.observe(this.element, "blur", this.onBlur.bindAsEventListener(this)); - Event.observe(this.element, "keypress", this.onKeyPress.bindAsEventListener(this)); - }, - - show: function() { - if(Element.getStyle(this.update, 'display')=='none') this.options.onShow(this.element, this.update); - if(!this.iefix && - (navigator.appVersion.indexOf('MSIE')>0) && - (navigator.userAgent.indexOf('Opera')<0) && - (Element.getStyle(this.update, 'position')=='absolute')) { - new Insertion.After(this.update, - ''); - this.iefix = $PR(this.update.id+'_iefix'); - } - if(this.iefix) setTimeout(this.fixIEOverlapping.bind(this), 50); - }, - - fixIEOverlapping: function() { - Position.clone(this.update, this.iefix); - this.iefix.style.zIndex = 1; - this.update.style.zIndex = 2; - Element.show(this.iefix); - }, - - hide: function() { - this.stopIndicator(); - if(Element.getStyle(this.update, 'display')!='none') this.options.onHide(this.element, this.update); - if(this.iefix) Element.hide(this.iefix); - }, - - startIndicator: function() { - if(this.options.indicator) Element.show(this.options.indicator); - }, - - stopIndicator: function() { - if(this.options.indicator) Element.hide(this.options.indicator); - }, - - onKeyPress: function(event) { - if(this.active) - switch(event.keyCode) { - case Event.KEY_TAB: - case Event.KEY_RETURN: - this.selectEntry(); - Event.stop(event); - case Event.KEY_ESC: - this.hide(); - this.active = false; - Event.stop(event); - return; - case Event.KEY_LEFT: - case Event.KEY_RIGHT: - return; - case Event.KEY_UP: - this.markPrevious(); - this.render(); - if(navigator.appVersion.indexOf('AppleWebKit')>0) Event.stop(event); - return; - case Event.KEY_DOWN: - this.markNext(); - this.render(); - if(navigator.appVersion.indexOf('AppleWebKit')>0) Event.stop(event); - return; - } - else - if(event.keyCode==Event.KEY_TAB || event.keyCode==Event.KEY_RETURN || - (navigator.appVersion.indexOf('AppleWebKit') > 0 && event.keyCode == 0)) return; - - this.changed = true; - this.hasFocus = true; - - if(this.observer) clearTimeout(this.observer); - this.observer = - setTimeout(this.onObserverEvent.bind(this), this.options.frequency*1000); - }, - - activate: function() { - this.changed = false; - this.hasFocus = true; - this.getUpdatedChoices(); - }, - - onHover: function(event) { - var element = Event.findElement(event, 'LI'); - if(this.index != element.autocompleteIndex) - { - this.index = element.autocompleteIndex; - this.render(); - } - Event.stop(event); - }, - - onClick: function(event) { - var element = Event.findElement(event, 'LI'); - this.index = element.autocompleteIndex; - this.selectEntry(); - this.hide(); - }, - - onBlur: function(event) { - // needed to make click events working - setTimeout(this.hide.bind(this), 250); - this.hasFocus = false; - this.active = false; - }, - - render: function() { - if(this.entryCount > 0) { - for (var i = 0; i < this.entryCount; i++) - this.index==i ? - Element.addClassName(this.getEntry(i),"selected") : - Element.removeClassName(this.getEntry(i),"selected"); - - if(this.hasFocus) { - this.show(); - this.active = true; - } - } else { - this.active = false; - this.hide(); - } - }, - - markPrevious: function() { - if(this.index > 0) this.index-- - else this.index = this.entryCount-1; - }, - - markNext: function() { - if(this.index < this.entryCount-1) this.index++ - else this.index = 0; - }, - - getEntry: function(index) { - return this.update.firstChild.childNodes[index]; - }, - - getCurrentEntry: function() { - return this.getEntry(this.index); - }, - - selectEntry: function() { - this.active = false; - this.updateElement(this.getCurrentEntry()); - }, - - updateElement: function(selectedElement) { - if (this.options.updateElement) { - this.options.updateElement(selectedElement); - return; - } - var value = ''; - if (this.options.select) { - var nodes = document.getElementsByClassName(this.options.select, selectedElement) || []; - if(nodes.length>0) value = Element.collectTextNodes(nodes[0], this.options.select); - } else - value = Element.collectTextNodesIgnoreClass(selectedElement, 'informal'); - - var lastTokenPos = this.findLastToken(); - if (lastTokenPos != -1) { - var newValue = this.element.value.substr(0, lastTokenPos + 1); - var whitespace = this.element.value.substr(lastTokenPos + 1).match(/^\s+/); - if (whitespace) - newValue += whitespace[0]; - this.element.value = newValue + value; - } else { - this.element.value = value; - } - this.element.focus(); - - if (this.options.afterUpdateElement) - this.options.afterUpdateElement(this.element, selectedElement); - }, - - updateChoices: function(choices) { - if(!this.changed && this.hasFocus) { - this.update.innerHTML = choices; - Element.cleanWhitespace(this.update); - Element.cleanWhitespace(this.update.firstChild); - - if(this.update.firstChild && this.update.firstChild.childNodes) { - this.entryCount = - this.update.firstChild.childNodes.length; - for (var i = 0; i < this.entryCount; i++) { - var entry = this.getEntry(i); - entry.autocompleteIndex = i; - this.addObservers(entry); - } - } else { - this.entryCount = 0; - } - - this.stopIndicator(); - - this.index = 0; - this.render(); - } - }, - - addObservers: function(element) { - Event.observe(element, "mouseover", this.onHover.bindAsEventListener(this)); - Event.observe(element, "click", this.onClick.bindAsEventListener(this)); - }, - - onObserverEvent: function() { - this.changed = false; - if(this.getToken().length>=this.options.minChars) { - this.startIndicator(); - this.getUpdatedChoices(); - } else { - this.active = false; - this.hide(); - } - }, - - getToken: function() { - var tokenPos = this.findLastToken(); - if (tokenPos != -1) - var ret = this.element.value.substr(tokenPos + 1).replace(/^\s+/,'').replace(/\s+$/,''); - else - var ret = this.element.value; - - return /\n/.test(ret) ? '' : ret; - }, - - findLastToken: function() { - var lastTokenPos = -1; - - for (var i=0; i lastTokenPos) - lastTokenPos = thisTokenPos; - } - return lastTokenPos; - } -} - -Ajax.Autocompleter = Class.create(); -Object.extend(Object.extend(Ajax.Autocompleter.prototype, Autocompleter.Base.prototype), { - initialize: function(element, update, url, options) { - this.baseInitialize(element, update, options); - this.options.asynchronous = true; - this.options.onComplete = this.onComplete.bind(this); - this.options.defaultParams = this.options.parameters || null; - this.url = url; - }, - - getUpdatedChoices: function() { - entry = encodeURIComponent(this.options.paramName) + '=' + - encodeURIComponent(this.getToken()); - - this.options.parameters = this.options.callback ? - this.options.callback(this.element, entry) : entry; - - if(this.options.defaultParams) - this.options.parameters += '&' + this.options.defaultParams; - - new Ajax.Request(this.url, this.options); - }, - - onComplete: function(request) { - this.updateChoices(request.responseText); - } - -}); - -// The local array autocompleter. Used when you'd prefer to -// inject an array of autocompletion options into the page, rather -// than sending out Ajax queries, which can be quite slow sometimes. -// -// The constructor takes four parameters. The first two are, as usual, -// the id of the monitored textbox, and id of the autocompletion menu. -// The third is the array you want to autocomplete from, and the fourth -// is the options block. -// -// Extra local autocompletion options: -// - choices - How many autocompletion choices to offer -// -// - partialSearch - If false, the autocompleter will match entered -// text only at the beginning of strings in the -// autocomplete array. Defaults to true, which will -// match text at the beginning of any *word* in the -// strings in the autocomplete array. If you want to -// search anywhere in the string, additionally set -// the option fullSearch to true (default: off). -// -// - fullSsearch - Search anywhere in autocomplete array strings. -// -// - partialChars - How many characters to enter before triggering -// a partial match (unlike minChars, which defines -// how many characters are required to do any match -// at all). Defaults to 2. -// -// - ignoreCase - Whether to ignore case when autocompleting. -// Defaults to true. -// -// It's possible to pass in a custom function as the 'selector' -// option, if you prefer to write your own autocompletion logic. -// In that case, the other options above will not apply unless -// you support them. - -Autocompleter.Local = Class.create(); -Autocompleter.Local.prototype = Object.extend(new Autocompleter.Base(), { - initialize: function(element, update, array, options) { - this.baseInitialize(element, update, options); - this.options.array = array; - }, - - getUpdatedChoices: function() { - this.updateChoices(this.options.selector(this)); - }, - - setOptions: function(options) { - this.options = Object.extend({ - choices: 10, - partialSearch: true, - partialChars: 2, - ignoreCase: true, - fullSearch: false, - selector: function(instance) { - var ret = []; // Beginning matches - var partial = []; // Inside matches - var entry = instance.getToken(); - var count = 0; - - for (var i = 0; i < instance.options.array.length && - ret.length < instance.options.choices ; i++) { - - var elem = instance.options.array[i]; - var foundPos = instance.options.ignoreCase ? - elem.toLowerCase().indexOf(entry.toLowerCase()) : - elem.indexOf(entry); - - while (foundPos != -1) { - if (foundPos == 0 && elem.length != entry.length) { - ret.push("
  • " + elem.substr(0, entry.length) + "" + - elem.substr(entry.length) + "
  • "); - break; - } else if (entry.length >= instance.options.partialChars && - instance.options.partialSearch && foundPos != -1) { - if (instance.options.fullSearch || /\s/.test(elem.substr(foundPos-1,1))) { - partial.push("
  • " + elem.substr(0, foundPos) + "" + - elem.substr(foundPos, entry.length) + "" + elem.substr( - foundPos + entry.length) + "
  • "); - break; - } - } - - foundPos = instance.options.ignoreCase ? - elem.toLowerCase().indexOf(entry.toLowerCase(), foundPos + 1) : - elem.indexOf(entry, foundPos + 1); - - } - } - if (partial.length) - ret = ret.concat(partial.slice(0, instance.options.choices - ret.length)) - return "
      " + ret.join('') + "
    "; - } - }, options || {}); - } -}); - -// AJAX in-place editor -// -// see documentation on http://wiki.script.aculo.us/scriptaculous/show/Ajax.InPlaceEditor - -// Use this if you notice weird scrolling problems on some browsers, -// the DOM might be a bit confused when this gets called so do this -// waits 1 ms (with setTimeout) until it does the activation -Field.scrollFreeActivate = function(field) { - setTimeout(function() { - Field.activate(field); - }, 1); -} - -Ajax.InPlaceEditor = Class.create(); -Ajax.InPlaceEditor.defaultHighlightColor = "#FFFF99"; -Ajax.InPlaceEditor.prototype = { - initialize: function(element, url, options) { - this.url = url; - this.element = $PR(element); - - this.options = Object.extend({ - okButton: true, - okText: "ok", - cancelLink: true, - cancelText: "cancel", - savingText: "Saving...", - clickToEditText: "Click to edit", - okText: "ok", - rows: 1, - onComplete: function(transport, element) { - new Effect.Highlight(element, {startcolor: this.options.highlightcolor}); - }, - onFailure: function(transport) { - alert("Error communicating with the server: " + transport.responseText.stripTags()); - }, - callback: function(form) { - return Form.serialize(form); - }, - handleLineBreaks: true, - loadingText: 'Loading...', - savingClassName: 'inplaceeditor-saving', - loadingClassName: 'inplaceeditor-loading', - formClassName: 'inplaceeditor-form', - highlightcolor: Ajax.InPlaceEditor.defaultHighlightColor, - highlightendcolor: "#FFFFFF", - externalControl: null, - submitOnBlur: false, - ajaxOptions: {}, - evalScripts: false - }, options || {}); - - if(!this.options.formId && this.element.id) { - this.options.formId = this.element.id + "-inplaceeditor"; - if ($PR(this.options.formId)) { - // there's already a form with that name, don't specify an id - this.options.formId = null; - } - } - - if (this.options.externalControl) { - this.options.externalControl = $PR(this.options.externalControl); - } - - this.originalBackground = Element.getStyle(this.element, 'background-color'); - if (!this.originalBackground) { - this.originalBackground = "transparent"; - } - - this.element.title = this.options.clickToEditText; - - this.onclickListener = this.enterEditMode.bindAsEventListener(this); - this.mouseoverListener = this.enterHover.bindAsEventListener(this); - this.mouseoutListener = this.leaveHover.bindAsEventListener(this); - Event.observe(this.element, 'click', this.onclickListener); - Event.observe(this.element, 'mouseover', this.mouseoverListener); - Event.observe(this.element, 'mouseout', this.mouseoutListener); - if (this.options.externalControl) { - Event.observe(this.options.externalControl, 'click', this.onclickListener); - Event.observe(this.options.externalControl, 'mouseover', this.mouseoverListener); - Event.observe(this.options.externalControl, 'mouseout', this.mouseoutListener); - } - }, - enterEditMode: function(evt) { - if (this.saving) return; - if (this.editing) return; - this.editing = true; - this.onEnterEditMode(); - if (this.options.externalControl) { - Element.hide(this.options.externalControl); - } - Element.hide(this.element); - this.createForm(); - this.element.parentNode.insertBefore(this.form, this.element); - Field.scrollFreeActivate(this.editField); - // stop the event to avoid a page refresh in Safari - if (evt) { - Event.stop(evt); - } - return false; - }, - createForm: function() { - this.form = document.createElement("form"); - this.form.id = this.options.formId; - Element.addClassName(this.form, this.options.formClassName) - this.form.onsubmit = this.onSubmit.bind(this); - - this.createEditField(); - - if (this.options.textarea) { - var br = document.createElement("br"); - this.form.appendChild(br); - } - - if (this.options.okButton) { - okButton = document.createElement("input"); - okButton.type = "submit"; - okButton.value = this.options.okText; - okButton.className = 'editor_ok_button'; - this.form.appendChild(okButton); - } - - if (this.options.cancelLink) { - cancelLink = document.createElement("a"); - cancelLink.href = "#"; - cancelLink.appendChild(document.createTextNode(this.options.cancelText)); - cancelLink.onclick = this.onclickCancel.bind(this); - cancelLink.className = 'editor_cancel'; - this.form.appendChild(cancelLink); - } - }, - hasHTMLLineBreaks: function(string) { - if (!this.options.handleLineBreaks) return false; - return string.match(/
    /i); - }, - convertHTMLLineBreaks: function(string) { - return string.replace(/
    /gi, "\n").replace(//gi, "\n").replace(/<\/p>/gi, "\n").replace(/

    /gi, ""); - }, - createEditField: function() { - var text; - if(this.options.loadTextURL) { - text = this.options.loadingText; - } else { - text = this.getText(); - } - - var obj = this; - - if (this.options.rows == 1 && !this.hasHTMLLineBreaks(text)) { - this.options.textarea = false; - var textField = document.createElement("input"); - textField.obj = this; - textField.type = "text"; - textField.name = "value"; - textField.value = text; - textField.style.backgroundColor = this.options.highlightcolor; - textField.className = 'editor_field'; - var size = this.options.size || this.options.cols || 0; - if (size != 0) textField.size = size; - if (this.options.submitOnBlur) - textField.onblur = this.onSubmit.bind(this); - this.editField = textField; - } else { - this.options.textarea = true; - var textArea = document.createElement("textarea"); - textArea.obj = this; - textArea.name = "value"; - textArea.value = this.convertHTMLLineBreaks(text); - textArea.rows = this.options.rows; - textArea.cols = this.options.cols || 40; - textArea.className = 'editor_field'; - if (this.options.submitOnBlur) - textArea.onblur = this.onSubmit.bind(this); - this.editField = textArea; - } - - if(this.options.loadTextURL) { - this.loadExternalText(); - } - this.form.appendChild(this.editField); - }, - getText: function() { - return this.element.innerHTML; - }, - loadExternalText: function() { - Element.addClassName(this.form, this.options.loadingClassName); - this.editField.disabled = true; - new Ajax.Request( - this.options.loadTextURL, - Object.extend({ - asynchronous: true, - onComplete: this.onLoadedExternalText.bind(this) - }, this.options.ajaxOptions) - ); - }, - onLoadedExternalText: function(transport) { - Element.removeClassName(this.form, this.options.loadingClassName); - this.editField.disabled = false; - this.editField.value = transport.responseText.stripTags(); - }, - onclickCancel: function() { - this.onComplete(); - this.leaveEditMode(); - return false; - }, - onFailure: function(transport) { - this.options.onFailure(transport); - if (this.oldInnerHTML) { - this.element.innerHTML = this.oldInnerHTML; - this.oldInnerHTML = null; - } - return false; - }, - onSubmit: function() { - // onLoading resets these so we need to save them away for the Ajax call - var form = this.form; - var value = this.editField.value; - - // do this first, sometimes the ajax call returns before we get a chance to switch on Saving... - // which means this will actually switch on Saving... *after* we've left edit mode causing Saving... - // to be displayed indefinitely - this.onLoading(); - - if (this.options.evalScripts) { - new Ajax.Request( - this.url, Object.extend({ - parameters: this.options.callback(form, value), - onComplete: this.onComplete.bind(this), - onFailure: this.onFailure.bind(this), - asynchronous:true, - evalScripts:true - }, this.options.ajaxOptions)); - } else { - new Ajax.Updater( - { success: this.element, - // don't update on failure (this could be an option) - failure: null }, - this.url, Object.extend({ - parameters: this.options.callback(form, value), - onComplete: this.onComplete.bind(this), - onFailure: this.onFailure.bind(this) - }, this.options.ajaxOptions)); - } - // stop the event to avoid a page refresh in Safari - if (arguments.length > 1) { - Event.stop(arguments[0]); - } - return false; - }, - onLoading: function() { - this.saving = true; - this.removeForm(); - this.leaveHover(); - this.showSaving(); - }, - showSaving: function() { - this.oldInnerHTML = this.element.innerHTML; - this.element.innerHTML = this.options.savingText; - Element.addClassName(this.element, this.options.savingClassName); - this.element.style.backgroundColor = this.originalBackground; - Element.show(this.element); - }, - removeForm: function() { - if(this.form) { - if (this.form.parentNode) Element.remove(this.form); - this.form = null; - } - }, - enterHover: function() { - if (this.saving) return; - this.element.style.backgroundColor = this.options.highlightcolor; - if (this.effect) { - this.effect.cancel(); - } - Element.addClassName(this.element, this.options.hoverClassName) - }, - leaveHover: function() { - if (this.options.backgroundColor) { - this.element.style.backgroundColor = this.oldBackground; - } - Element.removeClassName(this.element, this.options.hoverClassName) - if (this.saving) return; - this.effect = new Effect.Highlight(this.element, { - startcolor: this.options.highlightcolor, - endcolor: this.options.highlightendcolor, - restorecolor: this.originalBackground - }); - }, - leaveEditMode: function() { - Element.removeClassName(this.element, this.options.savingClassName); - this.removeForm(); - this.leaveHover(); - this.element.style.backgroundColor = this.originalBackground; - Element.show(this.element); - if (this.options.externalControl) { - Element.show(this.options.externalControl); - } - this.editing = false; - this.saving = false; - this.oldInnerHTML = null; - this.onLeaveEditMode(); - }, - onComplete: function(transport) { - this.leaveEditMode(); - this.options.onComplete.bind(this)(transport, this.element); - }, - onEnterEditMode: function() {}, - onLeaveEditMode: function() {}, - dispose: function() { - if (this.oldInnerHTML) { - this.element.innerHTML = this.oldInnerHTML; - } - this.leaveEditMode(); - Event.stopObserving(this.element, 'click', this.onclickListener); - Event.stopObserving(this.element, 'mouseover', this.mouseoverListener); - Event.stopObserving(this.element, 'mouseout', this.mouseoutListener); - if (this.options.externalControl) { - Event.stopObserving(this.options.externalControl, 'click', this.onclickListener); - Event.stopObserving(this.options.externalControl, 'mouseover', this.mouseoverListener); - Event.stopObserving(this.options.externalControl, 'mouseout', this.mouseoutListener); - } - } -}; - -Ajax.InPlaceCollectionEditor = Class.create(); -Object.extend(Ajax.InPlaceCollectionEditor.prototype, Ajax.InPlaceEditor.prototype); -Object.extend(Ajax.InPlaceCollectionEditor.prototype, { - createEditField: function() { - if (!this.cached_selectTag) { - var selectTag = document.createElement("select"); - var collection = this.options.collection || []; - var optionTag; - collection.each(function(e,i) { - optionTag = document.createElement("option"); - optionTag.value = (e instanceof Array) ? e[0] : e; - if(this.options.value==optionTag.value) optionTag.selected = true; - optionTag.appendChild(document.createTextNode((e instanceof Array) ? e[1] : e)); - selectTag.appendChild(optionTag); - }.bind(this)); - this.cached_selectTag = selectTag; - } - - this.editField = this.cached_selectTag; - if(this.options.loadTextURL) this.loadExternalText(); - this.form.appendChild(this.editField); - this.options.callback = function(form, value) { - return "value=" + encodeURIComponent(value); - } - } -}); - -// Delayed observer, like Form.Element.Observer, -// but waits for delay after last key input -// Ideal for live-search fields - -Form.Element.DelayedObserver = Class.create(); -Form.Element.DelayedObserver.prototype = { - initialize: function(element, delay, callback) { - this.delay = delay || 0.5; - this.element = $PR(element); - this.callback = callback; - this.timer = null; - this.lastValue = $F(this.element); - Event.observe(this.element,'keyup',this.delayedListener.bindAsEventListener(this)); - }, - delayedListener: function(event) { - if(this.lastValue == $F(this.element)) return; - if(this.timer) clearTimeout(this.timer); - this.timer = setTimeout(this.onTimerEvent.bind(this), this.delay * 1000); - this.lastValue = $F(this.element); - }, - onTimerEvent: function() { - this.timer = null; - this.callback(this.element, $F(this.element)); - } -}; diff --git a/view/js/cropper/lib/dragdrop.js b/view/js/cropper/lib/dragdrop.js deleted file mode 100644 index baa607c67f..0000000000 --- a/view/js/cropper/lib/dragdrop.js +++ /dev/null @@ -1,915 +0,0 @@ -// Copyright (c) 2005 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us) -// (c) 2005 Sammi Williams (http://www.oriontransfer.co.nz, sammi@oriontransfer.co.nz) -// -// See scriptaculous.js for full license. - -/*--------------------------------------------------------------------------*/ - -var Droppables = { - drops: [], - - remove: function(element) { - this.drops = this.drops.reject(function(d) { return d.element==$PR(element) }); - }, - - add: function(element) { - element = $PR(element); - var options = Object.extend({ - greedy: true, - hoverclass: null, - tree: false - }, arguments[1] || {}); - - // cache containers - if(options.containment) { - options._containers = []; - var containment = options.containment; - if((typeof containment == 'object') && - (containment.constructor == Array)) { - containment.each( function(c) { options._containers.push($PR(c)) }); - } else { - options._containers.push($PR(containment)); - } - } - - if(options.accept) options.accept = [options.accept].flatten(); - - Element.makePositioned(element); // fix IE - options.element = element; - - this.drops.push(options); - }, - - findDeepestChild: function(drops) { - deepest = drops[0]; - - for (i = 1; i < drops.length; ++i) - if (Element.isParent(drops[i].element, deepest.element)) - deepest = drops[i]; - - return deepest; - }, - - isContained: function(element, drop) { - var containmentNode; - if(drop.tree) { - containmentNode = element.treeNode; - } else { - containmentNode = element.parentNode; - } - return drop._containers.detect(function(c) { return containmentNode == c }); - }, - - isAffected: function(point, element, drop) { - return ( - (drop.element!=element) && - ((!drop._containers) || - this.isContained(element, drop)) && - ((!drop.accept) || - (Element.classNames(element).detect( - function(v) { return drop.accept.include(v) } ) )) && - Position.within(drop.element, point[0], point[1]) ); - }, - - deactivate: function(drop) { - if(drop.hoverclass) - Element.removeClassName(drop.element, drop.hoverclass); - this.last_active = null; - }, - - activate: function(drop) { - if(drop.hoverclass) - Element.addClassName(drop.element, drop.hoverclass); - this.last_active = drop; - }, - - show: function(point, element) { - if(!this.drops.length) return; - var affected = []; - - if(this.last_active) this.deactivate(this.last_active); - this.drops.each( function(drop) { - if(Droppables.isAffected(point, element, drop)) - affected.push(drop); - }); - - if(affected.length>0) { - drop = Droppables.findDeepestChild(affected); - Position.within(drop.element, point[0], point[1]); - if(drop.onHover) - drop.onHover(element, drop.element, Position.overlap(drop.overlap, drop.element)); - - Droppables.activate(drop); - } - }, - - fire: function(event, element) { - if(!this.last_active) return; - Position.prepare(); - - if (this.isAffected([Event.pointerX(event), Event.pointerY(event)], element, this.last_active)) - if (this.last_active.onDrop) - this.last_active.onDrop(element, this.last_active.element, event); - }, - - reset: function() { - if(this.last_active) - this.deactivate(this.last_active); - } -} - -var Draggables = { - drags: [], - observers: [], - - register: function(draggable) { - if(this.drags.length == 0) { - this.eventMouseUp = this.endDrag.bindAsEventListener(this); - this.eventMouseMove = this.updateDrag.bindAsEventListener(this); - this.eventKeypress = this.keyPress.bindAsEventListener(this); - - Event.observe(document, "mouseup", this.eventMouseUp); - Event.observe(document, "mousemove", this.eventMouseMove); - Event.observe(document, "keypress", this.eventKeypress); - } - this.drags.push(draggable); - }, - - unregister: function(draggable) { - this.drags = this.drags.reject(function(d) { return d==draggable }); - if(this.drags.length == 0) { - Event.stopObserving(document, "mouseup", this.eventMouseUp); - Event.stopObserving(document, "mousemove", this.eventMouseMove); - Event.stopObserving(document, "keypress", this.eventKeypress); - } - }, - - activate: function(draggable) { - window.focus(); // allows keypress events if window isn't currently focused, fails for Safari - this.activeDraggable = draggable; - }, - - deactivate: function() { - this.activeDraggable = null; - }, - - updateDrag: function(event) { - if(!this.activeDraggable) return; - var pointer = [Event.pointerX(event), Event.pointerY(event)]; - // Mozilla-based browsers fire successive mousemove events with - // the same coordinates, prevent needless redrawing (moz bug?) - if(this._lastPointer && (this._lastPointer.inspect() == pointer.inspect())) return; - this._lastPointer = pointer; - this.activeDraggable.updateDrag(event, pointer); - }, - - endDrag: function(event) { - if(!this.activeDraggable) return; - this._lastPointer = null; - this.activeDraggable.endDrag(event); - this.activeDraggable = null; - }, - - keyPress: function(event) { - if(this.activeDraggable) - this.activeDraggable.keyPress(event); - }, - - addObserver: function(observer) { - this.observers.push(observer); - this._cacheObserverCallbacks(); - }, - - removeObserver: function(element) { // element instead of observer fixes mem leaks - this.observers = this.observers.reject( function(o) { return o.element==element }); - this._cacheObserverCallbacks(); - }, - - notify: function(eventName, draggable, event) { // 'onStart', 'onEnd', 'onDrag' - if(this[eventName+'Count'] > 0) - this.observers.each( function(o) { - if(o[eventName]) o[eventName](eventName, draggable, event); - }); - }, - - _cacheObserverCallbacks: function() { - ['onStart','onEnd','onDrag'].each( function(eventName) { - Draggables[eventName+'Count'] = Draggables.observers.select( - function(o) { return o[eventName]; } - ).length; - }); - } -} - -/*--------------------------------------------------------------------------*/ - -var Draggable = Class.create(); -Draggable.prototype = { - initialize: function(element) { - var options = Object.extend({ - handle: false, - starteffect: function(element) { - element._opacity = Element.getOpacity(element); - new Effect.Opacity(element, {duration:0.2, from:element._opacity, to:0.7}); - }, - reverteffect: function(element, top_offset, left_offset) { - var dur = Math.sqrt(Math.abs(top_offset^2)+Math.abs(left_offset^2))*0.02; - element._revert = new Effect.Move(element, { x: -left_offset, y: -top_offset, duration: dur}); - }, - endeffect: function(element) { - var toOpacity = typeof element._opacity == 'number' ? element._opacity : 1.0 - new Effect.Opacity(element, {duration:0.2, from:0.7, to:toOpacity}); - }, - zindex: 1000, - revert: false, - scroll: false, - scrollSensitivity: 20, - scrollSpeed: 15, - snap: false // false, or xy or [x,y] or function(x,y){ return [x,y] } - }, arguments[1] || {}); - - this.element = $PR(element); - - if(options.handle && (typeof options.handle == 'string')) { - var h = Element.childrenWithClassName(this.element, options.handle, true); - if(h.length>0) this.handle = h[0]; - } - if(!this.handle) this.handle = $PR(options.handle); - if(!this.handle) this.handle = this.element; - - if(options.scroll && !options.scroll.scrollTo && !options.scroll.outerHTML) - options.scroll = $PR(options.scroll); - - Element.makePositioned(this.element); // fix IE - - this.delta = this.currentDelta(); - this.options = options; - this.dragging = false; - - this.eventMouseDown = this.initDrag.bindAsEventListener(this); - Event.observe(this.handle, "mousedown", this.eventMouseDown); - - Draggables.register(this); - }, - - destroy: function() { - Event.stopObserving(this.handle, "mousedown", this.eventMouseDown); - Draggables.unregister(this); - }, - - currentDelta: function() { - return([ - parseInt(Element.getStyle(this.element,'left') || '0'), - parseInt(Element.getStyle(this.element,'top') || '0')]); - }, - - initDrag: function(event) { - if(Event.isLeftClick(event)) { - // abort on form elements, fixes a Firefox issue - var src = Event.element(event); - if(src.tagName && ( - src.tagName=='INPUT' || - src.tagName=='SELECT' || - src.tagName=='OPTION' || - src.tagName=='BUTTON' || - src.tagName=='TEXTAREA')) return; - - if(this.element._revert) { - this.element._revert.cancel(); - this.element._revert = null; - } - - var pointer = [Event.pointerX(event), Event.pointerY(event)]; - var pos = Position.cumulativeOffset(this.element); - this.offset = [0,1].map( function(i) { return (pointer[i] - pos[i]) }); - - Draggables.activate(this); - Event.stop(event); - } - }, - - startDrag: function(event) { - this.dragging = true; - - if(this.options.zindex) { - this.originalZ = parseInt(Element.getStyle(this.element,'z-index') || 0); - this.element.style.zIndex = this.options.zindex; - } - - if(this.options.ghosting) { - this._clone = this.element.cloneNode(true); - Position.absolutize(this.element); - this.element.parentNode.insertBefore(this._clone, this.element); - } - - if(this.options.scroll) { - if (this.options.scroll == window) { - var where = this._getWindowScroll(this.options.scroll); - this.originalScrollLeft = where.left; - this.originalScrollTop = where.top; - } else { - this.originalScrollLeft = this.options.scroll.scrollLeft; - this.originalScrollTop = this.options.scroll.scrollTop; - } - } - - Draggables.notify('onStart', this, event); - if(this.options.starteffect) this.options.starteffect(this.element); - }, - - updateDrag: function(event, pointer) { - if(!this.dragging) this.startDrag(event); - Position.prepare(); - Droppables.show(pointer, this.element); - Draggables.notify('onDrag', this, event); - this.draw(pointer); - if(this.options.change) this.options.change(this); - - if(this.options.scroll) { - this.stopScrolling(); - - var p; - if (this.options.scroll == window) { - with(this._getWindowScroll(this.options.scroll)) { p = [ left, top, left+width, top+height ]; } - } else { - p = Position.page(this.options.scroll); - p[0] += this.options.scroll.scrollLeft; - p[1] += this.options.scroll.scrollTop; - p.push(p[0]+this.options.scroll.offsetWidth); - p.push(p[1]+this.options.scroll.offsetHeight); - } - var speed = [0,0]; - if(pointer[0] < (p[0]+this.options.scrollSensitivity)) speed[0] = pointer[0]-(p[0]+this.options.scrollSensitivity); - if(pointer[1] < (p[1]+this.options.scrollSensitivity)) speed[1] = pointer[1]-(p[1]+this.options.scrollSensitivity); - if(pointer[0] > (p[2]-this.options.scrollSensitivity)) speed[0] = pointer[0]-(p[2]-this.options.scrollSensitivity); - if(pointer[1] > (p[3]-this.options.scrollSensitivity)) speed[1] = pointer[1]-(p[3]-this.options.scrollSensitivity); - this.startScrolling(speed); - } - - // fix AppleWebKit rendering - if(navigator.appVersion.indexOf('AppleWebKit')>0) window.scrollBy(0,0); - - Event.stop(event); - }, - - finishDrag: function(event, success) { - this.dragging = false; - - if(this.options.ghosting) { - Position.relativize(this.element); - Element.remove(this._clone); - this._clone = null; - } - - if(success) Droppables.fire(event, this.element); - Draggables.notify('onEnd', this, event); - - var revert = this.options.revert; - if(revert && typeof revert == 'function') revert = revert(this.element); - - var d = this.currentDelta(); - if(revert && this.options.reverteffect) { - this.options.reverteffect(this.element, - d[1]-this.delta[1], d[0]-this.delta[0]); - } else { - this.delta = d; - } - - if(this.options.zindex) - this.element.style.zIndex = this.originalZ; - - if(this.options.endeffect) - this.options.endeffect(this.element); - - Draggables.deactivate(this); - Droppables.reset(); - }, - - keyPress: function(event) { - if(event.keyCode!=Event.KEY_ESC) return; - this.finishDrag(event, false); - Event.stop(event); - }, - - endDrag: function(event) { - if(!this.dragging) return; - this.stopScrolling(); - this.finishDrag(event, true); - Event.stop(event); - }, - - draw: function(point) { - var pos = Position.cumulativeOffset(this.element); - var d = this.currentDelta(); - pos[0] -= d[0]; pos[1] -= d[1]; - - if(this.options.scroll && (this.options.scroll != window)) { - pos[0] -= this.options.scroll.scrollLeft-this.originalScrollLeft; - pos[1] -= this.options.scroll.scrollTop-this.originalScrollTop; - } - - var p = [0,1].map(function(i){ - return (point[i]-pos[i]-this.offset[i]) - }.bind(this)); - - if(this.options.snap) { - if(typeof this.options.snap == 'function') { - p = this.options.snap(p[0],p[1],this); - } else { - if(this.options.snap instanceof Array) { - p = p.map( function(v, i) { - return Math.round(v/this.options.snap[i])*this.options.snap[i] }.bind(this)) - } else { - p = p.map( function(v) { - return Math.round(v/this.options.snap)*this.options.snap }.bind(this)) - } - }} - - var style = this.element.style; - if((!this.options.constraint) || (this.options.constraint=='horizontal')) - style.left = p[0] + "px"; - if((!this.options.constraint) || (this.options.constraint=='vertical')) - style.top = p[1] + "px"; - if(style.visibility=="hidden") style.visibility = ""; // fix gecko rendering - }, - - stopScrolling: function() { - if(this.scrollInterval) { - clearInterval(this.scrollInterval); - this.scrollInterval = null; - Draggables._lastScrollPointer = null; - } - }, - - startScrolling: function(speed) { - this.scrollSpeed = [speed[0]*this.options.scrollSpeed,speed[1]*this.options.scrollSpeed]; - this.lastScrolled = new Date(); - this.scrollInterval = setInterval(this.scroll.bind(this), 10); - }, - - scroll: function() { - var current = new Date(); - var delta = current - this.lastScrolled; - this.lastScrolled = current; - if(this.options.scroll == window) { - with (this._getWindowScroll(this.options.scroll)) { - if (this.scrollSpeed[0] || this.scrollSpeed[1]) { - var d = delta / 1000; - this.options.scroll.scrollTo( left + d*this.scrollSpeed[0], top + d*this.scrollSpeed[1] ); - } - } - } else { - this.options.scroll.scrollLeft += this.scrollSpeed[0] * delta / 1000; - this.options.scroll.scrollTop += this.scrollSpeed[1] * delta / 1000; - } - - Position.prepare(); - Droppables.show(Draggables._lastPointer, this.element); - Draggables.notify('onDrag', this); - Draggables._lastScrollPointer = Draggables._lastScrollPointer || $A(Draggables._lastPointer); - Draggables._lastScrollPointer[0] += this.scrollSpeed[0] * delta / 1000; - Draggables._lastScrollPointer[1] += this.scrollSpeed[1] * delta / 1000; - if (Draggables._lastScrollPointer[0] < 0) - Draggables._lastScrollPointer[0] = 0; - if (Draggables._lastScrollPointer[1] < 0) - Draggables._lastScrollPointer[1] = 0; - this.draw(Draggables._lastScrollPointer); - - if(this.options.change) this.options.change(this); - }, - - _getWindowScroll: function(w) { - var T, L, W, H; - with (w.document) { - if (w.document.documentElement && documentElement.scrollTop) { - T = documentElement.scrollTop; - L = documentElement.scrollLeft; - } else if (w.document.body) { - T = body.scrollTop; - L = body.scrollLeft; - } - if (w.innerWidth) { - W = w.innerWidth; - H = w.innerHeight; - } else if (w.document.documentElement && documentElement.clientWidth) { - W = documentElement.clientWidth; - H = documentElement.clientHeight; - } else { - W = body.offsetWidth; - H = body.offsetHeight - } - } - return { top: T, left: L, width: W, height: H }; - } -} - -/*--------------------------------------------------------------------------*/ - -var SortableObserver = Class.create(); -SortableObserver.prototype = { - initialize: function(element, observer) { - this.element = $PR(element); - this.observer = observer; - this.lastValue = Sortable.serialize(this.element); - }, - - onStart: function() { - this.lastValue = Sortable.serialize(this.element); - }, - - onEnd: function() { - Sortable.unmark(); - if(this.lastValue != Sortable.serialize(this.element)) - this.observer(this.element) - } -} - -var Sortable = { - sortables: {}, - - _findRootElement: function(element) { - while (element.tagName != "BODY") { - if(element.id && Sortable.sortables[element.id]) return element; - element = element.parentNode; - } - }, - - options: function(element) { - element = Sortable._findRootElement($PR(element)); - if(!element) return; - return Sortable.sortables[element.id]; - }, - - destroy: function(element){ - var s = Sortable.options(element); - - if(s) { - Draggables.removeObserver(s.element); - s.droppables.each(function(d){ Droppables.remove(d) }); - s.draggables.invoke('destroy'); - - delete Sortable.sortables[s.element.id]; - } - }, - - create: function(element) { - element = $PR(element); - var options = Object.extend({ - element: element, - tag: 'li', // assumes li children, override with tag: 'tagname' - dropOnEmpty: false, - tree: false, - treeTag: 'ul', - overlap: 'vertical', // one of 'vertical', 'horizontal' - constraint: 'vertical', // one of 'vertical', 'horizontal', false - containment: element, // also takes array of elements (or id's); or false - handle: false, // or a CSS class - only: false, - hoverclass: null, - ghosting: false, - scroll: false, - scrollSensitivity: 20, - scrollSpeed: 15, - format: /^[^_]*_(.*)$/, - onChange: Prototype.emptyFunction, - onUpdate: Prototype.emptyFunction - }, arguments[1] || {}); - - // clear any old sortable with same element - this.destroy(element); - - // build options for the draggables - var options_for_draggable = { - revert: true, - scroll: options.scroll, - scrollSpeed: options.scrollSpeed, - scrollSensitivity: options.scrollSensitivity, - ghosting: options.ghosting, - constraint: options.constraint, - handle: options.handle }; - - if(options.starteffect) - options_for_draggable.starteffect = options.starteffect; - - if(options.reverteffect) - options_for_draggable.reverteffect = options.reverteffect; - else - if(options.ghosting) options_for_draggable.reverteffect = function(element) { - element.style.top = 0; - element.style.left = 0; - }; - - if(options.endeffect) - options_for_draggable.endeffect = options.endeffect; - - if(options.zindex) - options_for_draggable.zindex = options.zindex; - - // build options for the droppables - var options_for_droppable = { - overlap: options.overlap, - containment: options.containment, - tree: options.tree, - hoverclass: options.hoverclass, - onHover: Sortable.onHover - //greedy: !options.dropOnEmpty - } - - var options_for_tree = { - onHover: Sortable.onEmptyHover, - overlap: options.overlap, - containment: options.containment, - hoverclass: options.hoverclass - } - - // fix for gecko engine - Element.cleanWhitespace(element); - - options.draggables = []; - options.droppables = []; - - // drop on empty handling - if(options.dropOnEmpty || options.tree) { - Droppables.add(element, options_for_tree); - options.droppables.push(element); - } - - (this.findElements(element, options) || []).each( function(e) { - // handles are per-draggable - var handle = options.handle ? - Element.childrenWithClassName(e, options.handle)[0] : e; - options.draggables.push( - new Draggable(e, Object.extend(options_for_draggable, { handle: handle }))); - Droppables.add(e, options_for_droppable); - if(options.tree) e.treeNode = element; - options.droppables.push(e); - }); - - if(options.tree) { - (Sortable.findTreeElements(element, options) || []).each( function(e) { - Droppables.add(e, options_for_tree); - e.treeNode = element; - options.droppables.push(e); - }); - } - - // keep reference - this.sortables[element.id] = options; - - // for onupdate - Draggables.addObserver(new SortableObserver(element, options.onUpdate)); - - }, - - // return all suitable-for-sortable elements in a guaranteed order - findElements: function(element, options) { - return Element.findChildren( - element, options.only, options.tree ? true : false, options.tag); - }, - - findTreeElements: function(element, options) { - return Element.findChildren( - element, options.only, options.tree ? true : false, options.treeTag); - }, - - onHover: function(element, dropon, overlap) { - if(Element.isParent(dropon, element)) return; - - if(overlap > .33 && overlap < .66 && Sortable.options(dropon).tree) { - return; - } else if(overlap>0.5) { - Sortable.mark(dropon, 'before'); - if(dropon.previousSibling != element) { - var oldParentNode = element.parentNode; - element.style.visibility = "hidden"; // fix gecko rendering - dropon.parentNode.insertBefore(element, dropon); - if(dropon.parentNode!=oldParentNode) - Sortable.options(oldParentNode).onChange(element); - Sortable.options(dropon.parentNode).onChange(element); - } - } else { - Sortable.mark(dropon, 'after'); - var nextElement = dropon.nextSibling || null; - if(nextElement != element) { - var oldParentNode = element.parentNode; - element.style.visibility = "hidden"; // fix gecko rendering - dropon.parentNode.insertBefore(element, nextElement); - if(dropon.parentNode!=oldParentNode) - Sortable.options(oldParentNode).onChange(element); - Sortable.options(dropon.parentNode).onChange(element); - } - } - }, - - onEmptyHover: function(element, dropon, overlap) { - var oldParentNode = element.parentNode; - var droponOptions = Sortable.options(dropon); - - if(!Element.isParent(dropon, element)) { - var index; - - var children = Sortable.findElements(dropon, {tag: droponOptions.tag}); - var child = null; - - if(children) { - var offset = Element.offsetSize(dropon, droponOptions.overlap) * (1.0 - overlap); - - for (index = 0; index < children.length; index += 1) { - if (offset - Element.offsetSize (children[index], droponOptions.overlap) >= 0) { - offset -= Element.offsetSize (children[index], droponOptions.overlap); - } else if (offset - (Element.offsetSize (children[index], droponOptions.overlap) / 2) >= 0) { - child = index + 1 < children.length ? children[index + 1] : null; - break; - } else { - child = children[index]; - break; - } - } - } - - dropon.insertBefore(element, child); - - Sortable.options(oldParentNode).onChange(element); - droponOptions.onChange(element); - } - }, - - unmark: function() { - if(Sortable._marker) Element.hide(Sortable._marker); - }, - - mark: function(dropon, position) { - // mark on ghosting only - var sortable = Sortable.options(dropon.parentNode); - if(sortable && !sortable.ghosting) return; - - if(!Sortable._marker) { - Sortable._marker = $PR('dropmarker') || document.createElement('DIV'); - Element.hide(Sortable._marker); - Element.addClassName(Sortable._marker, 'dropmarker'); - Sortable._marker.style.position = 'absolute'; - document.getElementsByTagName("body").item(0).appendChild(Sortable._marker); - } - var offsets = Position.cumulativeOffset(dropon); - Sortable._marker.style.left = offsets[0] + 'px'; - Sortable._marker.style.top = offsets[1] + 'px'; - - if(position=='after') - if(sortable.overlap == 'horizontal') - Sortable._marker.style.left = (offsets[0]+dropon.clientWidth) + 'px'; - else - Sortable._marker.style.top = (offsets[1]+dropon.clientHeight) + 'px'; - - Element.show(Sortable._marker); - }, - - _tree: function(element, options, parent) { - var children = Sortable.findElements(element, options) || []; - - for (var i = 0; i < children.length; ++i) { - var match = children[i].id.match(options.format); - - if (!match) continue; - - var child = { - id: encodeURIComponent(match ? match[1] : null), - element: element, - parent: parent, - children: new Array, - position: parent.children.length, - container: Sortable._findChildrenElement(children[i], options.treeTag.toUpperCase()) - } - - /* Get the element containing the children and recurse over it */ - if (child.container) - this._tree(child.container, options, child) - - parent.children.push (child); - } - - return parent; - }, - - /* Finds the first element of the given tag type within a parent element. - Used for finding the first LI[ST] within a L[IST]I[TEM].*/ - _findChildrenElement: function (element, containerTag) { - if (element && element.hasChildNodes) - for (var i = 0; i < element.childNodes.length; ++i) - if (element.childNodes[i].tagName == containerTag) - return element.childNodes[i]; - - return null; - }, - - tree: function(element) { - element = $PR(element); - var sortableOptions = this.options(element); - var options = Object.extend({ - tag: sortableOptions.tag, - treeTag: sortableOptions.treeTag, - only: sortableOptions.only, - name: element.id, - format: sortableOptions.format - }, arguments[1] || {}); - - var root = { - id: null, - parent: null, - children: new Array, - container: element, - position: 0 - } - - return Sortable._tree (element, options, root); - }, - - /* Construct a [i] index for a particular node */ - _constructIndex: function(node) { - var index = ''; - do { - if (node.id) index = '[' + node.position + ']' + index; - } while ((node = node.parent) != null); - return index; - }, - - sequence: function(element) { - element = $PR(element); - var options = Object.extend(this.options(element), arguments[1] || {}); - - return $PR(this.findElements(element, options) || []).map( function(item) { - return item.id.match(options.format) ? item.id.match(options.format)[1] : ''; - }); - }, - - setSequence: function(element, new_sequence) { - element = $PR(element); - var options = Object.extend(this.options(element), arguments[2] || {}); - - var nodeMap = {}; - this.findElements(element, options).each( function(n) { - if (n.id.match(options.format)) - nodeMap[n.id.match(options.format)[1]] = [n, n.parentNode]; - n.parentNode.removeChild(n); - }); - - new_sequence.each(function(ident) { - var n = nodeMap[ident]; - if (n) { - n[1].appendChild(n[0]); - delete nodeMap[ident]; - } - }); - }, - - serialize: function(element) { - element = $PR(element); - var options = Object.extend(Sortable.options(element), arguments[1] || {}); - var name = encodeURIComponent( - (arguments[1] && arguments[1].name) ? arguments[1].name : element.id); - - if (options.tree) { - return Sortable.tree(element, arguments[1]).children.map( function (item) { - return [name + Sortable._constructIndex(item) + "=" + - encodeURIComponent(item.id)].concat(item.children.map(arguments.callee)); - }).flatten().join('&'); - } else { - return Sortable.sequence(element, arguments[1]).map( function(item) { - return name + "[]=" + encodeURIComponent(item); - }).join('&'); - } - } -} - -/* Returns true if child is contained within element */ -Element.isParent = function(child, element) { - if (!child.parentNode || child == element) return false; - - if (child.parentNode == element) return true; - - return Element.isParent(child.parentNode, element); -} - -Element.findChildren = function(element, only, recursive, tagName) { - if(!element.hasChildNodes()) return null; - tagName = tagName.toUpperCase(); - if(only) only = [only].flatten(); - var elements = []; - $A(element.childNodes).each( function(e) { - if(e.tagName && e.tagName.toUpperCase()==tagName && - (!only || (Element.classNames(e).detect(function(v) { return only.include(v) })))) - elements.push(e); - if(recursive) { - var grandchildren = Element.findChildren(e, only, recursive, tagName); - if(grandchildren) elements.push(grandchildren); - } - }); - - return (elements.length>0 ? elements.flatten() : []); -} - -Element.offsetSize = function (element, type) { - if (type == 'vertical' || type == 'height') - return element.offsetHeight; - else - return element.offsetWidth; -} diff --git a/view/js/cropper/lib/effects.js b/view/js/cropper/lib/effects.js deleted file mode 100644 index 7e0407deb3..0000000000 --- a/view/js/cropper/lib/effects.js +++ /dev/null @@ -1,958 +0,0 @@ -// Copyright (c) 2005 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us) -// Contributors: -// Justin Palmer (http://encytemedia.com/) -// Mark Pilgrim (http://diveintomark.org/) -// Martin Bialasinki -// -// See scriptaculous.js for full license. - -// converts rgb() and #xxx to #xxxxxx format, -// returns self (or first argument) if not convertable -String.prototype.parseColor = function() { - var color = '#'; - if(this.slice(0,4) == 'rgb(') { - var cols = this.slice(4,this.length-1).split(','); - var i=0; do { color += parseInt(cols[i]).toColorPart() } while (++i<3); - } else { - if(this.slice(0,1) == '#') { - if(this.length==4) for(var i=1;i<4;i++) color += (this.charAt(i) + this.charAt(i)).toLowerCase(); - if(this.length==7) color = this.toLowerCase(); - } - } - return(color.length==7 ? color : (arguments[0] || this)); -} - -/*--------------------------------------------------------------------------*/ - -Element.collectTextNodes = function(element) { - return $A($PR(element).childNodes).collect( function(node) { - return (node.nodeType==3 ? node.nodeValue : - (node.hasChildNodes() ? Element.collectTextNodes(node) : '')); - }).flatten().join(''); -} - -Element.collectTextNodesIgnoreClass = function(element, className) { - return $A($PR(element).childNodes).collect( function(node) { - return (node.nodeType==3 ? node.nodeValue : - ((node.hasChildNodes() && !Element.hasClassName(node,className)) ? - Element.collectTextNodesIgnoreClass(node, className) : '')); - }).flatten().join(''); -} - -Element.setContentZoom = function(element, percent) { - element = $PR(element); - Element.setStyle(element, {fontSize: (percent/100) + 'em'}); - if(navigator.appVersion.indexOf('AppleWebKit')>0) window.scrollBy(0,0); -} - -Element.getOpacity = function(element){ - var opacity; - if (opacity = Element.getStyle(element, 'opacity')) - return parseFloat(opacity); - if (opacity = (Element.getStyle(element, 'filter') || '').match(/alpha\(opacity=(.*)\)/)) - if(opacity[1]) return parseFloat(opacity[1]) / 100; - return 1.0; -} - -Element.setOpacity = function(element, value){ - element= $PR(element); - if (value == 1){ - Element.setStyle(element, { opacity: - (/Gecko/.test(navigator.userAgent) && !/Konqueror|Safari|KHTML/.test(navigator.userAgent)) ? - 0.999999 : null }); - if(/MSIE/.test(navigator.userAgent)) - Element.setStyle(element, {filter: Element.getStyle(element,'filter').replace(/alpha\([^\)]*\)/gi,'')}); - } else { - if(value < 0.00001) value = 0; - Element.setStyle(element, {opacity: value}); - if(/MSIE/.test(navigator.userAgent)) - Element.setStyle(element, - { filter: Element.getStyle(element,'filter').replace(/alpha\([^\)]*\)/gi,'') + - 'alpha(opacity='+value*100+')' }); - } -} - -Element.getInlineOpacity = function(element){ - return $PR(element).style.opacity || ''; -} - -Element.childrenWithClassName = function(element, className, findFirst) { - var classNameRegExp = new RegExp("(^|\\s)" + className + "(\\s|$)"); - var results = $A($PR(element).getElementsByTagName('*'))[findFirst ? 'detect' : 'select']( function(c) { - return (c.className && c.className.match(classNameRegExp)); - }); - if(!results) results = []; - return results; -} - -Element.forceRerendering = function(element) { - try { - element = $PR(element); - var n = document.createTextNode(' '); - element.appendChild(n); - element.removeChild(n); - } catch(e) { } -}; - -/*--------------------------------------------------------------------------*/ - -Array.prototype.call = function() { - var args = arguments; - this.each(function(f){ f.apply(this, args) }); -} - -/*--------------------------------------------------------------------------*/ - -var Effect = { - tagifyText: function(element) { - var tagifyStyle = 'position:relative'; - if(/MSIE/.test(navigator.userAgent)) tagifyStyle += ';zoom:1'; - element = $PR(element); - $A(element.childNodes).each( function(child) { - if(child.nodeType==3) { - child.nodeValue.toArray().each( function(character) { - element.insertBefore( - Builder.node('span',{style: tagifyStyle}, - character == ' ' ? String.fromCharCode(160) : character), - child); - }); - Element.remove(child); - } - }); - }, - multiple: function(element, effect) { - var elements; - if(((typeof element == 'object') || - (typeof element == 'function')) && - (element.length)) - elements = element; - else - elements = $PR(element).childNodes; - - var options = Object.extend({ - speed: 0.1, - delay: 0.0 - }, arguments[2] || {}); - var masterDelay = options.delay; - - $A(elements).each( function(element, index) { - new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay })); - }); - }, - PAIRS: { - 'slide': ['SlideDown','SlideUp'], - 'blind': ['BlindDown','BlindUp'], - 'appear': ['Appear','Fade'] - }, - toggle: function(element, effect) { - element = $PR(element); - effect = (effect || 'appear').toLowerCase(); - var options = Object.extend({ - queue: { position:'end', scope:(element.id || 'global'), limit: 1 } - }, arguments[2] || {}); - Effect[element.visible() ? - Effect.PAIRS[effect][1] : Effect.PAIRS[effect][0]](element, options); - } -}; - -var Effect2 = Effect; // deprecated - -/* ------------- transitions ------------- */ - -Effect.Transitions = {} - -Effect.Transitions.linear = function(pos) { - return pos; -} -Effect.Transitions.sinoidal = function(pos) { - return (-Math.cos(pos*Math.PI)/2) + 0.5; -} -Effect.Transitions.reverse = function(pos) { - return 1-pos; -} -Effect.Transitions.flicker = function(pos) { - return ((-Math.cos(pos*Math.PI)/4) + 0.75) + Math.random()/4; -} -Effect.Transitions.wobble = function(pos) { - return (-Math.cos(pos*Math.PI*(9*pos))/2) + 0.5; -} -Effect.Transitions.pulse = function(pos) { - return (Math.floor(pos*10) % 2 == 0 ? - (pos*10-Math.floor(pos*10)) : 1-(pos*10-Math.floor(pos*10))); -} -Effect.Transitions.none = function(pos) { - return 0; -} -Effect.Transitions.full = function(pos) { - return 1; -} - -/* ------------- core effects ------------- */ - -Effect.ScopedQueue = Class.create(); -Object.extend(Object.extend(Effect.ScopedQueue.prototype, Enumerable), { - initialize: function() { - this.effects = []; - this.interval = null; - }, - _each: function(iterator) { - this.effects._each(iterator); - }, - add: function(effect) { - var timestamp = new Date().getTime(); - - var position = (typeof effect.options.queue == 'string') ? - effect.options.queue : effect.options.queue.position; - - switch(position) { - case 'front': - // move unstarted effects after this effect - this.effects.findAll(function(e){ return e.state=='idle' }).each( function(e) { - e.startOn += effect.finishOn; - e.finishOn += effect.finishOn; - }); - break; - case 'end': - // start effect after last queued effect has finished - timestamp = this.effects.pluck('finishOn').max() || timestamp; - break; - } - - effect.startOn += timestamp; - effect.finishOn += timestamp; - - if(!effect.options.queue.limit || (this.effects.length < effect.options.queue.limit)) - this.effects.push(effect); - - if(!this.interval) - this.interval = setInterval(this.loop.bind(this), 40); - }, - remove: function(effect) { - this.effects = this.effects.reject(function(e) { return e==effect }); - if(this.effects.length == 0) { - clearInterval(this.interval); - this.interval = null; - } - }, - loop: function() { - var timePos = new Date().getTime(); - this.effects.invoke('loop', timePos); - } -}); - -Effect.Queues = { - instances: $H(), - get: function(queueName) { - if(typeof queueName != 'string') return queueName; - - if(!this.instances[queueName]) - this.instances[queueName] = new Effect.ScopedQueue(); - - return this.instances[queueName]; - } -} -Effect.Queue = Effect.Queues.get('global'); - -Effect.DefaultOptions = { - transition: Effect.Transitions.sinoidal, - duration: 1.0, // seconds - fps: 25.0, // max. 25fps due to Effect.Queue implementation - sync: false, // true for combining - from: 0.0, - to: 1.0, - delay: 0.0, - queue: 'parallel' -} - -Effect.Base = function() {}; -Effect.Base.prototype = { - position: null, - start: function(options) { - this.options = Object.extend(Object.extend({},Effect.DefaultOptions), options || {}); - this.currentFrame = 0; - this.state = 'idle'; - this.startOn = this.options.delay*1000; - this.finishOn = this.startOn + (this.options.duration*1000); - this.event('beforeStart'); - if(!this.options.sync) - Effect.Queues.get(typeof this.options.queue == 'string' ? - 'global' : this.options.queue.scope).add(this); - }, - loop: function(timePos) { - if(timePos >= this.startOn) { - if(timePos >= this.finishOn) { - this.render(1.0); - this.cancel(); - this.event('beforeFinish'); - if(this.finish) this.finish(); - this.event('afterFinish'); - return; - } - var pos = (timePos - this.startOn) / (this.finishOn - this.startOn); - var frame = Math.round(pos * this.options.fps * this.options.duration); - if(frame > this.currentFrame) { - this.render(pos); - this.currentFrame = frame; - } - } - }, - render: function(pos) { - if(this.state == 'idle') { - this.state = 'running'; - this.event('beforeSetup'); - if(this.setup) this.setup(); - this.event('afterSetup'); - } - if(this.state == 'running') { - if(this.options.transition) pos = this.options.transition(pos); - pos *= (this.options.to-this.options.from); - pos += this.options.from; - this.position = pos; - this.event('beforeUpdate'); - if(this.update) this.update(pos); - this.event('afterUpdate'); - } - }, - cancel: function() { - if(!this.options.sync) - Effect.Queues.get(typeof this.options.queue == 'string' ? - 'global' : this.options.queue.scope).remove(this); - this.state = 'finished'; - }, - event: function(eventName) { - if(this.options[eventName + 'Internal']) this.options[eventName + 'Internal'](this); - if(this.options[eventName]) this.options[eventName](this); - }, - inspect: function() { - return '#'; - } -} - -Effect.Parallel = Class.create(); -Object.extend(Object.extend(Effect.Parallel.prototype, Effect.Base.prototype), { - initialize: function(effects) { - this.effects = effects || []; - this.start(arguments[1]); - }, - update: function(position) { - this.effects.invoke('render', position); - }, - finish: function(position) { - this.effects.each( function(effect) { - effect.render(1.0); - effect.cancel(); - effect.event('beforeFinish'); - if(effect.finish) effect.finish(position); - effect.event('afterFinish'); - }); - } -}); - -Effect.Opacity = Class.create(); -Object.extend(Object.extend(Effect.Opacity.prototype, Effect.Base.prototype), { - initialize: function(element) { - this.element = $PR(element); - // make this work on IE on elements without 'layout' - if(/MSIE/.test(navigator.userAgent) && (!this.element.hasLayout)) - this.element.setStyle({zoom: 1}); - var options = Object.extend({ - from: this.element.getOpacity() || 0.0, - to: 1.0 - }, arguments[1] || {}); - this.start(options); - }, - update: function(position) { - this.element.setOpacity(position); - } -}); - -Effect.Move = Class.create(); -Object.extend(Object.extend(Effect.Move.prototype, Effect.Base.prototype), { - initialize: function(element) { - this.element = $PR(element); - var options = Object.extend({ - x: 0, - y: 0, - mode: 'relative' - }, arguments[1] || {}); - this.start(options); - }, - setup: function() { - // Bug in Opera: Opera returns the "real" position of a static element or - // relative element that does not have top/left explicitly set. - // ==> Always set top and left for position relative elements in your stylesheets - // (to 0 if you do not need them) - this.element.makePositioned(); - this.originalLeft = parseFloat(this.element.getStyle('left') || '0'); - this.originalTop = parseFloat(this.element.getStyle('top') || '0'); - if(this.options.mode == 'absolute') { - // absolute movement, so we need to calc deltaX and deltaY - this.options.x = this.options.x - this.originalLeft; - this.options.y = this.options.y - this.originalTop; - } - }, - update: function(position) { - this.element.setStyle({ - left: this.options.x * position + this.originalLeft + 'px', - top: this.options.y * position + this.originalTop + 'px' - }); - } -}); - -// for backwards compatibility -Effect.MoveBy = function(element, toTop, toLeft) { - return new Effect.Move(element, - Object.extend({ x: toLeft, y: toTop }, arguments[3] || {})); -}; - -Effect.Scale = Class.create(); -Object.extend(Object.extend(Effect.Scale.prototype, Effect.Base.prototype), { - initialize: function(element, percent) { - this.element = $PR(element) - var options = Object.extend({ - scaleX: true, - scaleY: true, - scaleContent: true, - scaleFromCenter: false, - scaleMode: 'box', // 'box' or 'contents' or {} with provided values - scaleFrom: 100.0, - scaleTo: percent - }, arguments[2] || {}); - this.start(options); - }, - setup: function() { - this.restoreAfterFinish = this.options.restoreAfterFinish || false; - this.elementPositioning = this.element.getStyle('position'); - - this.originalStyle = {}; - ['top','left','width','height','fontSize'].each( function(k) { - this.originalStyle[k] = this.element.style[k]; - }.bind(this)); - - this.originalTop = this.element.offsetTop; - this.originalLeft = this.element.offsetLeft; - - var fontSize = this.element.getStyle('font-size') || '100%'; - ['em','px','%'].each( function(fontSizeType) { - if(fontSize.indexOf(fontSizeType)>0) { - this.fontSize = parseFloat(fontSize); - this.fontSizeType = fontSizeType; - } - }.bind(this)); - - this.factor = (this.options.scaleTo - this.options.scaleFrom)/100; - - this.dims = null; - if(this.options.scaleMode=='box') - this.dims = [this.element.offsetHeight, this.element.offsetWidth]; - if(/^content/.test(this.options.scaleMode)) - this.dims = [this.element.scrollHeight, this.element.scrollWidth]; - if(!this.dims) - this.dims = [this.options.scaleMode.originalHeight, - this.options.scaleMode.originalWidth]; - }, - update: function(position) { - var currentScale = (this.options.scaleFrom/100.0) + (this.factor * position); - if(this.options.scaleContent && this.fontSize) - this.element.setStyle({fontSize: this.fontSize * currentScale + this.fontSizeType }); - this.setDimensions(this.dims[0] * currentScale, this.dims[1] * currentScale); - }, - finish: function(position) { - if (this.restoreAfterFinish) this.element.setStyle(this.originalStyle); - }, - setDimensions: function(height, width) { - var d = {}; - if(this.options.scaleX) d.width = width + 'px'; - if(this.options.scaleY) d.height = height + 'px'; - if(this.options.scaleFromCenter) { - var topd = (height - this.dims[0])/2; - var leftd = (width - this.dims[1])/2; - if(this.elementPositioning == 'absolute') { - if(this.options.scaleY) d.top = this.originalTop-topd + 'px'; - if(this.options.scaleX) d.left = this.originalLeft-leftd + 'px'; - } else { - if(this.options.scaleY) d.top = -topd + 'px'; - if(this.options.scaleX) d.left = -leftd + 'px'; - } - } - this.element.setStyle(d); - } -}); - -Effect.Highlight = Class.create(); -Object.extend(Object.extend(Effect.Highlight.prototype, Effect.Base.prototype), { - initialize: function(element) { - this.element = $PR(element); - var options = Object.extend({ startcolor: '#ffff99' }, arguments[1] || {}); - this.start(options); - }, - setup: function() { - // Prevent executing on elements not in the layout flow - if(this.element.getStyle('display')=='none') { this.cancel(); return; } - // Disable background image during the effect - this.oldStyle = { - backgroundImage: this.element.getStyle('background-image') }; - this.element.setStyle({backgroundImage: 'none'}); - if(!this.options.endcolor) - this.options.endcolor = this.element.getStyle('background-color').parseColor('#ffffff'); - if(!this.options.restorecolor) - this.options.restorecolor = this.element.getStyle('background-color'); - // init color calculations - this._base = $R(0,2).map(function(i){ return parseInt(this.options.startcolor.slice(i*2+1,i*2+3),16) }.bind(this)); - this._delta = $R(0,2).map(function(i){ return parseInt(this.options.endcolor.slice(i*2+1,i*2+3),16)-this._base[i] }.bind(this)); - }, - update: function(position) { - this.element.setStyle({backgroundColor: $R(0,2).inject('#',function(m,v,i){ - return m+(Math.round(this._base[i]+(this._delta[i]*position)).toColorPart()); }.bind(this)) }); - }, - finish: function() { - this.element.setStyle(Object.extend(this.oldStyle, { - backgroundColor: this.options.restorecolor - })); - } -}); - -Effect.ScrollTo = Class.create(); -Object.extend(Object.extend(Effect.ScrollTo.prototype, Effect.Base.prototype), { - initialize: function(element) { - this.element = $PR(element); - this.start(arguments[1] || {}); - }, - setup: function() { - Position.prepare(); - var offsets = Position.cumulativeOffset(this.element); - if(this.options.offset) offsets[1] += this.options.offset; - var max = window.innerHeight ? - window.height - window.innerHeight : - document.body.scrollHeight - - (document.documentElement.clientHeight ? - document.documentElement.clientHeight : document.body.clientHeight); - this.scrollStart = Position.deltaY; - this.delta = (offsets[1] > max ? max : offsets[1]) - this.scrollStart; - }, - update: function(position) { - Position.prepare(); - window.scrollTo(Position.deltaX, - this.scrollStart + (position*this.delta)); - } -}); - -/* ------------- combination effects ------------- */ - -Effect.Fade = function(element) { - element = $PR(element); - var oldOpacity = element.getInlineOpacity(); - var options = Object.extend({ - from: element.getOpacity() || 1.0, - to: 0.0, - afterFinishInternal: function(effect) { - if(effect.options.to!=0) return; - effect.element.hide(); - effect.element.setStyle({opacity: oldOpacity}); - }}, arguments[1] || {}); - return new Effect.Opacity(element,options); -} - -Effect.Appear = function(element) { - element = $PR(element); - var options = Object.extend({ - from: (element.getStyle('display') == 'none' ? 0.0 : element.getOpacity() || 0.0), - to: 1.0, - // force Safari to render floated elements properly - afterFinishInternal: function(effect) { - effect.element.forceRerendering(); - }, - beforeSetup: function(effect) { - effect.element.setOpacity(effect.options.from); - effect.element.show(); - }}, arguments[1] || {}); - return new Effect.Opacity(element,options); -} - -Effect.Puff = function(element) { - element = $PR(element); - var oldStyle = { opacity: element.getInlineOpacity(), position: element.getStyle('position') }; - return new Effect.Parallel( - [ new Effect.Scale(element, 200, - { sync: true, scaleFromCenter: true, scaleContent: true, restoreAfterFinish: true }), - new Effect.Opacity(element, { sync: true, to: 0.0 } ) ], - Object.extend({ duration: 1.0, - beforeSetupInternal: function(effect) { - effect.effects[0].element.setStyle({position: 'absolute'}); }, - afterFinishInternal: function(effect) { - effect.effects[0].element.hide(); - effect.effects[0].element.setStyle(oldStyle); } - }, arguments[1] || {}) - ); -} - -Effect.BlindUp = function(element) { - element = $PR(element); - element.makeClipping(); - return new Effect.Scale(element, 0, - Object.extend({ scaleContent: false, - scaleX: false, - restoreAfterFinish: true, - afterFinishInternal: function(effect) { - effect.element.hide(); - effect.element.undoClipping(); - } - }, arguments[1] || {}) - ); -} - -Effect.BlindDown = function(element) { - element = $PR(element); - var elementDimensions = element.getDimensions(); - return new Effect.Scale(element, 100, - Object.extend({ scaleContent: false, - scaleX: false, - scaleFrom: 0, - scaleMode: {originalHeight: elementDimensions.height, originalWidth: elementDimensions.width}, - restoreAfterFinish: true, - afterSetup: function(effect) { - effect.element.makeClipping(); - effect.element.setStyle({height: '0px'}); - effect.element.show(); - }, - afterFinishInternal: function(effect) { - effect.element.undoClipping(); - } - }, arguments[1] || {}) - ); -} - -Effect.SwitchOff = function(element) { - element = $PR(element); - var oldOpacity = element.getInlineOpacity(); - return new Effect.Appear(element, { - duration: 0.4, - from: 0, - transition: Effect.Transitions.flicker, - afterFinishInternal: function(effect) { - new Effect.Scale(effect.element, 1, { - duration: 0.3, scaleFromCenter: true, - scaleX: false, scaleContent: false, restoreAfterFinish: true, - beforeSetup: function(effect) { - effect.element.makePositioned(); - effect.element.makeClipping(); - }, - afterFinishInternal: function(effect) { - effect.element.hide(); - effect.element.undoClipping(); - effect.element.undoPositioned(); - effect.element.setStyle({opacity: oldOpacity}); - } - }) - } - }); -} - -Effect.DropOut = function(element) { - element = $PR(element); - var oldStyle = { - top: element.getStyle('top'), - left: element.getStyle('left'), - opacity: element.getInlineOpacity() }; - return new Effect.Parallel( - [ new Effect.Move(element, {x: 0, y: 100, sync: true }), - new Effect.Opacity(element, { sync: true, to: 0.0 }) ], - Object.extend( - { duration: 0.5, - beforeSetup: function(effect) { - effect.effects[0].element.makePositioned(); - }, - afterFinishInternal: function(effect) { - effect.effects[0].element.hide(); - effect.effects[0].element.undoPositioned(); - effect.effects[0].element.setStyle(oldStyle); - } - }, arguments[1] || {})); -} - -Effect.Shake = function(element) { - element = $PR(element); - var oldStyle = { - top: element.getStyle('top'), - left: element.getStyle('left') }; - return new Effect.Move(element, - { x: 20, y: 0, duration: 0.05, afterFinishInternal: function(effect) { - new Effect.Move(effect.element, - { x: -40, y: 0, duration: 0.1, afterFinishInternal: function(effect) { - new Effect.Move(effect.element, - { x: 40, y: 0, duration: 0.1, afterFinishInternal: function(effect) { - new Effect.Move(effect.element, - { x: -40, y: 0, duration: 0.1, afterFinishInternal: function(effect) { - new Effect.Move(effect.element, - { x: 40, y: 0, duration: 0.1, afterFinishInternal: function(effect) { - new Effect.Move(effect.element, - { x: -20, y: 0, duration: 0.05, afterFinishInternal: function(effect) { - effect.element.undoPositioned(); - effect.element.setStyle(oldStyle); - }}) }}) }}) }}) }}) }}); -} - -Effect.SlideDown = function(element) { - element = $PR(element); - element.cleanWhitespace(); - // SlideDown need to have the content of the element wrapped in a container element with fixed height! - var oldInnerBottom = $PR(element.firstChild).getStyle('bottom'); - var elementDimensions = element.getDimensions(); - return new Effect.Scale(element, 100, Object.extend({ - scaleContent: false, - scaleX: false, - scaleFrom: window.opera ? 0 : 1, - scaleMode: {originalHeight: elementDimensions.height, originalWidth: elementDimensions.width}, - restoreAfterFinish: true, - afterSetup: function(effect) { - effect.element.makePositioned(); - effect.element.firstChild.makePositioned(); - if(window.opera) effect.element.setStyle({top: ''}); - effect.element.makeClipping(); - effect.element.setStyle({height: '0px'}); - effect.element.show(); }, - afterUpdateInternal: function(effect) { - effect.element.firstChild.setStyle({bottom: - (effect.dims[0] - effect.element.clientHeight) + 'px' }); - }, - afterFinishInternal: function(effect) { - effect.element.undoClipping(); - // IE will crash if child is undoPositioned first - if(/MSIE/.test(navigator.userAgent)){ - effect.element.undoPositioned(); - effect.element.firstChild.undoPositioned(); - }else{ - effect.element.firstChild.undoPositioned(); - effect.element.undoPositioned(); - } - effect.element.firstChild.setStyle({bottom: oldInnerBottom}); } - }, arguments[1] || {}) - ); -} - -Effect.SlideUp = function(element) { - element = $PR(element); - element.cleanWhitespace(); - var oldInnerBottom = $PR(element.firstChild).getStyle('bottom'); - return new Effect.Scale(element, window.opera ? 0 : 1, - Object.extend({ scaleContent: false, - scaleX: false, - scaleMode: 'box', - scaleFrom: 100, - restoreAfterFinish: true, - beforeStartInternal: function(effect) { - effect.element.makePositioned(); - effect.element.firstChild.makePositioned(); - if(window.opera) effect.element.setStyle({top: ''}); - effect.element.makeClipping(); - effect.element.show(); }, - afterUpdateInternal: function(effect) { - effect.element.firstChild.setStyle({bottom: - (effect.dims[0] - effect.element.clientHeight) + 'px' }); }, - afterFinishInternal: function(effect) { - effect.element.hide(); - effect.element.undoClipping(); - effect.element.firstChild.undoPositioned(); - effect.element.undoPositioned(); - effect.element.setStyle({bottom: oldInnerBottom}); } - }, arguments[1] || {}) - ); -} - -// Bug in opera makes the TD containing this element expand for a instance after finish -Effect.Squish = function(element) { - return new Effect.Scale(element, window.opera ? 1 : 0, - { restoreAfterFinish: true, - beforeSetup: function(effect) { - effect.element.makeClipping(effect.element); }, - afterFinishInternal: function(effect) { - effect.element.hide(effect.element); - effect.element.undoClipping(effect.element); } - }); -} - -Effect.Grow = function(element) { - element = $PR(element); - var options = Object.extend({ - direction: 'center', - moveTransition: Effect.Transitions.sinoidal, - scaleTransition: Effect.Transitions.sinoidal, - opacityTransition: Effect.Transitions.full - }, arguments[1] || {}); - var oldStyle = { - top: element.style.top, - left: element.style.left, - height: element.style.height, - width: element.style.width, - opacity: element.getInlineOpacity() }; - - var dims = element.getDimensions(); - var initialMoveX, initialMoveY; - var moveX, moveY; - - switch (options.direction) { - case 'top-left': - initialMoveX = initialMoveY = moveX = moveY = 0; - break; - case 'top-right': - initialMoveX = dims.width; - initialMoveY = moveY = 0; - moveX = -dims.width; - break; - case 'bottom-left': - initialMoveX = moveX = 0; - initialMoveY = dims.height; - moveY = -dims.height; - break; - case 'bottom-right': - initialMoveX = dims.width; - initialMoveY = dims.height; - moveX = -dims.width; - moveY = -dims.height; - break; - case 'center': - initialMoveX = dims.width / 2; - initialMoveY = dims.height / 2; - moveX = -dims.width / 2; - moveY = -dims.height / 2; - break; - } - - return new Effect.Move(element, { - x: initialMoveX, - y: initialMoveY, - duration: 0.01, - beforeSetup: function(effect) { - effect.element.hide(); - effect.element.makeClipping(); - effect.element.makePositioned(); - }, - afterFinishInternal: function(effect) { - new Effect.Parallel( - [ new Effect.Opacity(effect.element, { sync: true, to: 1.0, from: 0.0, transition: options.opacityTransition }), - new Effect.Move(effect.element, { x: moveX, y: moveY, sync: true, transition: options.moveTransition }), - new Effect.Scale(effect.element, 100, { - scaleMode: { originalHeight: dims.height, originalWidth: dims.width }, - sync: true, scaleFrom: window.opera ? 1 : 0, transition: options.scaleTransition, restoreAfterFinish: true}) - ], Object.extend({ - beforeSetup: function(effect) { - effect.effects[0].element.setStyle({height: '0px'}); - effect.effects[0].element.show(); - }, - afterFinishInternal: function(effect) { - effect.effects[0].element.undoClipping(); - effect.effects[0].element.undoPositioned(); - effect.effects[0].element.setStyle(oldStyle); - } - }, options) - ) - } - }); -} - -Effect.Shrink = function(element) { - element = $PR(element); - var options = Object.extend({ - direction: 'center', - moveTransition: Effect.Transitions.sinoidal, - scaleTransition: Effect.Transitions.sinoidal, - opacityTransition: Effect.Transitions.none - }, arguments[1] || {}); - var oldStyle = { - top: element.style.top, - left: element.style.left, - height: element.style.height, - width: element.style.width, - opacity: element.getInlineOpacity() }; - - var dims = element.getDimensions(); - var moveX, moveY; - - switch (options.direction) { - case 'top-left': - moveX = moveY = 0; - break; - case 'top-right': - moveX = dims.width; - moveY = 0; - break; - case 'bottom-left': - moveX = 0; - moveY = dims.height; - break; - case 'bottom-right': - moveX = dims.width; - moveY = dims.height; - break; - case 'center': - moveX = dims.width / 2; - moveY = dims.height / 2; - break; - } - - return new Effect.Parallel( - [ new Effect.Opacity(element, { sync: true, to: 0.0, from: 1.0, transition: options.opacityTransition }), - new Effect.Scale(element, window.opera ? 1 : 0, { sync: true, transition: options.scaleTransition, restoreAfterFinish: true}), - new Effect.Move(element, { x: moveX, y: moveY, sync: true, transition: options.moveTransition }) - ], Object.extend({ - beforeStartInternal: function(effect) { - effect.effects[0].element.makePositioned(); - effect.effects[0].element.makeClipping(); }, - afterFinishInternal: function(effect) { - effect.effects[0].element.hide(); - effect.effects[0].element.undoClipping(); - effect.effects[0].element.undoPositioned(); - effect.effects[0].element.setStyle(oldStyle); } - }, options) - ); -} - -Effect.Pulsate = function(element) { - element = $PR(element); - var options = arguments[1] || {}; - var oldOpacity = element.getInlineOpacity(); - var transition = options.transition || Effect.Transitions.sinoidal; - var reverser = function(pos){ return transition(1-Effect.Transitions.pulse(pos)) }; - reverser.bind(transition); - return new Effect.Opacity(element, - Object.extend(Object.extend({ duration: 3.0, from: 0, - afterFinishInternal: function(effect) { effect.element.setStyle({opacity: oldOpacity}); } - }, options), {transition: reverser})); -} - -Effect.Fold = function(element) { - element = $PR(element); - var oldStyle = { - top: element.style.top, - left: element.style.left, - width: element.style.width, - height: element.style.height }; - Element.makeClipping(element); - return new Effect.Scale(element, 5, Object.extend({ - scaleContent: false, - scaleX: false, - afterFinishInternal: function(effect) { - new Effect.Scale(element, 1, { - scaleContent: false, - scaleY: false, - afterFinishInternal: function(effect) { - effect.element.hide(); - effect.element.undoClipping(); - effect.element.setStyle(oldStyle); - } }); - }}, arguments[1] || {})); -}; - -['setOpacity','getOpacity','getInlineOpacity','forceRerendering','setContentZoom', - 'collectTextNodes','collectTextNodesIgnoreClass','childrenWithClassName'].each( - function(f) { Element.Methods[f] = Element[f]; } -); - -Element.Methods.visualEffect = function(element, effect, options) { - s = effect.gsub(/_/, '-').camelize(); - effect_class = s.charAt(0).toUpperCase() + s.substring(1); - new Effect[effect_class](element, options); - return $PR(element); -}; - -Element.addMethods(); diff --git a/view/js/cropper/lib/prototype.js b/view/js/cropper/lib/prototype.js deleted file mode 100644 index 6682065875..0000000000 --- a/view/js/cropper/lib/prototype.js +++ /dev/null @@ -1,2006 +0,0 @@ -/* Prototype JavaScript framework, version 1.5.0_rc0 - * (c) 2005 Sam Stephenson - * - * Prototype is freely distributable under the terms of an MIT-style license. - * For details, see the Prototype web site: http://prototype.conio.net/ - * -/*--------------------------------------------------------------------------*/ - -var Prototype = { - Version: '1.5.0_rc0', - ScriptFragment: '(?:)((\n|\r|.)*?)(?:<\/script>)', - - emptyFunction: function() {}, - K: function(x) {return x} -} - -var Class = { - create: function() { - return function() { - this.initialize.apply(this, arguments); - } - } -} - -var Abstract = new Object(); - -Object.extend = function(destination, source) { - for (var property in source) { - destination[property] = source[property]; - } - return destination; -} - -Object.inspect = function(object) { - try { - if (object == undefined) return 'undefined'; - if (object == null) return 'null'; - return object.inspect ? object.inspect() : object.toString(); - } catch (e) { - if (e instanceof RangeError) return '...'; - throw e; - } -} - -Function.prototype.bind = function() { - var __method = this, args = $A(arguments), object = args.shift(); - return function() { - return __method.apply(object, args.concat($A(arguments))); - } -} - -Function.prototype.bindAsEventListener = function(object) { - var __method = this; - return function(event) { - return __method.call(object, event || window.event); - } -} - -Object.extend(Number.prototype, { - toColorPart: function() { - var digits = this.toString(16); - if (this < 16) return '0' + digits; - return digits; - }, - - succ: function() { - return this + 1; - }, - - times: function(iterator) { - $R(0, this, true).each(iterator); - return this; - } -}); - -var Try = { - these: function() { - var returnValue; - - for (var i = 0; i < arguments.length; i++) { - var lambda = arguments[i]; - try { - returnValue = lambda(); - break; - } catch (e) {} - } - - return returnValue; - } -} - -/*--------------------------------------------------------------------------*/ - -var PeriodicalExecuter = Class.create(); -PeriodicalExecuter.prototype = { - initialize: function(callback, frequency) { - this.callback = callback; - this.frequency = frequency; - this.currentlyExecuting = false; - - this.registerCallback(); - }, - - registerCallback: function() { - setInterval(this.onTimerEvent.bind(this), this.frequency * 1000); - }, - - onTimerEvent: function() { - if (!this.currentlyExecuting) { - try { - this.currentlyExecuting = true; - this.callback(); - } finally { - this.currentlyExecuting = false; - } - } - } -} -Object.extend(String.prototype, { - gsub: function(pattern, replacement) { - var result = '', source = this, match; - replacement = arguments.callee.prepareReplacement(replacement); - - while (source.length > 0) { - if (match = source.match(pattern)) { - result += source.slice(0, match.index); - result += (replacement(match) || '').toString(); - source = source.slice(match.index + match[0].length); - } else { - result += source, source = ''; - } - } - return result; - }, - - sub: function(pattern, replacement, count) { - replacement = this.gsub.prepareReplacement(replacement); - count = count === undefined ? 1 : count; - - return this.gsub(pattern, function(match) { - if (--count < 0) return match[0]; - return replacement(match); - }); - }, - - scan: function(pattern, iterator) { - this.gsub(pattern, iterator); - return this; - }, - - truncate: function(length, truncation) { - length = length || 30; - truncation = truncation === undefined ? '...' : truncation; - return this.length > length ? - this.slice(0, length - truncation.length) + truncation : this; - }, - - strip: function() { - return this.replace(/^\s+/, '').replace(/\s+$/, ''); - }, - - stripTags: function() { - return this.replace(/<\/?[^>]+>/gi, ''); - }, - - stripScripts: function() { - return this.replace(new RegExp(Prototype.ScriptFragment, 'img'), ''); - }, - - extractScripts: function() { - var matchAll = new RegExp(Prototype.ScriptFragment, 'img'); - var matchOne = new RegExp(Prototype.ScriptFragment, 'im'); - return (this.match(matchAll) || []).map(function(scriptTag) { - return (scriptTag.match(matchOne) || ['', ''])[1]; - }); - }, - - evalScripts: function() { - return this.extractScripts().map(function(script) { return eval(script) }); - }, - - escapeHTML: function() { - var div = document.createElement('div'); - var text = document.createTextNode(this); - div.appendChild(text); - return div.innerHTML; - }, - - unescapeHTML: function() { - var div = document.createElement('div'); - div.innerHTML = this.stripTags(); - return div.childNodes[0] ? div.childNodes[0].nodeValue : ''; - }, - - toQueryParams: function() { - var pairs = this.match(/^\??(.*)$/)[1].split('&'); - return pairs.inject({}, function(params, pairString) { - var pair = pairString.split('='); - params[pair[0]] = pair[1]; - return params; - }); - }, - - toArray: function() { - return this.split(''); - }, - - camelize: function() { - var oStringList = this.split('-'); - if (oStringList.length == 1) return oStringList[0]; - - var camelizedString = this.indexOf('-') == 0 - ? oStringList[0].charAt(0).toUpperCase() + oStringList[0].substring(1) - : oStringList[0]; - - for (var i = 1, len = oStringList.length; i < len; i++) { - var s = oStringList[i]; - camelizedString += s.charAt(0).toUpperCase() + s.substring(1); - } - - return camelizedString; - }, - - inspect: function() { - return "'" + this.replace(/\\/g, '\\\\').replace(/'/g, '\\\'') + "'"; - } -}); - -String.prototype.gsub.prepareReplacement = function(replacement) { - if (typeof replacement == 'function') return replacement; - var template = new Template(replacement); - return function(match) { return template.evaluate(match) }; -} - -String.prototype.parseQuery = String.prototype.toQueryParams; - -var Template = Class.create(); -Template.Pattern = /(^|.|\r|\n)(#\{(.*?)\})/; -Template.prototype = { - initialize: function(template, pattern) { - this.template = template.toString(); - this.pattern = pattern || Template.Pattern; - }, - - evaluate: function(object) { - return this.template.gsub(this.pattern, function(match) { - var before = match[1]; - if (before == '\\') return match[2]; - return before + (object[match[3]] || '').toString(); - }); - } -} - -var $break = new Object(); -var $continue = new Object(); - -var Enumerable = { - each: function(iterator) { - var index = 0; - try { - this._each(function(value) { - try { - iterator(value, index++); - } catch (e) { - if (e != $continue) throw e; - } - }); - } catch (e) { - if (e != $break) throw e; - } - }, - - all: function(iterator) { - var result = true; - this.each(function(value, index) { - result = result && !!(iterator || Prototype.K)(value, index); - if (!result) throw $break; - }); - return result; - }, - - any: function(iterator) { - var result = true; - this.each(function(value, index) { - if (result = !!(iterator || Prototype.K)(value, index)) - throw $break; - }); - return result; - }, - - collect: function(iterator) { - var results = []; - this.each(function(value, index) { - results.push(iterator(value, index)); - }); - return results; - }, - - detect: function (iterator) { - var result; - this.each(function(value, index) { - if (iterator(value, index)) { - result = value; - throw $break; - } - }); - return result; - }, - - findAll: function(iterator) { - var results = []; - this.each(function(value, index) { - if (iterator(value, index)) - results.push(value); - }); - return results; - }, - - grep: function(pattern, iterator) { - var results = []; - this.each(function(value, index) { - var stringValue = value.toString(); - if (stringValue.match(pattern)) - results.push((iterator || Prototype.K)(value, index)); - }) - return results; - }, - - include: function(object) { - var found = false; - this.each(function(value) { - if (value == object) { - found = true; - throw $break; - } - }); - return found; - }, - - inject: function(memo, iterator) { - this.each(function(value, index) { - memo = iterator(memo, value, index); - }); - return memo; - }, - - invoke: function(method) { - var args = $A(arguments).slice(1); - return this.collect(function(value) { - return value[method].apply(value, args); - }); - }, - - max: function(iterator) { - var result; - this.each(function(value, index) { - value = (iterator || Prototype.K)(value, index); - if (result == undefined || value >= result) - result = value; - }); - return result; - }, - - min: function(iterator) { - var result; - this.each(function(value, index) { - value = (iterator || Prototype.K)(value, index); - if (result == undefined || value < result) - result = value; - }); - return result; - }, - - partition: function(iterator) { - var trues = [], falses = []; - this.each(function(value, index) { - ((iterator || Prototype.K)(value, index) ? - trues : falses).push(value); - }); - return [trues, falses]; - }, - - pluck: function(property) { - var results = []; - this.each(function(value, index) { - results.push(value[property]); - }); - return results; - }, - - reject: function(iterator) { - var results = []; - this.each(function(value, index) { - if (!iterator(value, index)) - results.push(value); - }); - return results; - }, - - sortBy: function(iterator) { - return this.collect(function(value, index) { - return {value: value, criteria: iterator(value, index)}; - }).sort(function(left, right) { - var a = left.criteria, b = right.criteria; - return a < b ? -1 : a > b ? 1 : 0; - }).pluck('value'); - }, - - toArray: function() { - return this.collect(Prototype.K); - }, - - zip: function() { - var iterator = Prototype.K, args = $A(arguments); - if (typeof args.last() == 'function') - iterator = args.pop(); - - var collections = [this].concat(args).map($A); - return this.map(function(value, index) { - return iterator(collections.pluck(index)); - }); - }, - - inspect: function() { - return '#'; - } -} - -Object.extend(Enumerable, { - map: Enumerable.collect, - find: Enumerable.detect, - select: Enumerable.findAll, - member: Enumerable.include, - entries: Enumerable.toArray -}); -var $A = Array.from = function(iterable) { - if (!iterable) return []; - if (iterable.toArray) { - return iterable.toArray(); - } else { - var results = []; - for (var i = 0; i < iterable.length; i++) - results.push(iterable[i]); - return results; - } -} - -Object.extend(Array.prototype, Enumerable); - -if (!Array.prototype._reverse) - Array.prototype._reverse = Array.prototype.reverse; - -Object.extend(Array.prototype, { - _each: function(iterator) { - for (var i = 0; i < this.length; i++) - iterator(this[i]); - }, - - clear: function() { - this.length = 0; - return this; - }, - - first: function() { - return this[0]; - }, - - last: function() { - return this[this.length - 1]; - }, - - compact: function() { - return this.select(function(value) { - return value != undefined || value != null; - }); - }, - - flatten: function() { - return this.inject([], function(array, value) { - return array.concat(value && value.constructor == Array ? - value.flatten() : [value]); - }); - }, - - without: function() { - var values = $A(arguments); - return this.select(function(value) { - return !values.include(value); - }); - }, - - indexOf: function(object) { - for (var i = 0; i < this.length; i++) - if (this[i] == object) return i; - return -1; - }, - - reverse: function(inline) { - return (inline !== false ? this : this.toArray())._reverse(); - }, - - inspect: function() { - return '[' + this.map(Object.inspect).join(', ') + ']'; - } -}); -var Hash = { - _each: function(iterator) { - for (var key in this) { - var value = this[key]; - if (typeof value == 'function') continue; - - var pair = [key, value]; - pair.key = key; - pair.value = value; - iterator(pair); - } - }, - - keys: function() { - return this.pluck('key'); - }, - - values: function() { - return this.pluck('value'); - }, - - merge: function(hash) { - return $H(hash).inject($H(this), function(mergedHash, pair) { - mergedHash[pair.key] = pair.value; - return mergedHash; - }); - }, - - toQueryString: function() { - return this.map(function(pair) { - return pair.map(encodeURIComponent).join('='); - }).join('&'); - }, - - inspect: function() { - return '#'; - } -} - -function $H(object) { - var hash = Object.extend({}, object || {}); - Object.extend(hash, Enumerable); - Object.extend(hash, Hash); - return hash; -} -ObjectRange = Class.create(); -Object.extend(ObjectRange.prototype, Enumerable); -Object.extend(ObjectRange.prototype, { - initialize: function(start, end, exclusive) { - this.start = start; - this.end = end; - this.exclusive = exclusive; - }, - - _each: function(iterator) { - var value = this.start; - do { - iterator(value); - value = value.succ(); - } while (this.include(value)); - }, - - include: function(value) { - if (value < this.start) - return false; - if (this.exclusive) - return value < this.end; - return value <= this.end; - } -}); - -var $R = function(start, end, exclusive) { - return new ObjectRange(start, end, exclusive); -} - -var Ajax = { - getTransport: function() { - return Try.these( - function() {return new XMLHttpRequest()}, - function() {return new ActiveXObject('Msxml2.XMLHTTP')}, - function() {return new ActiveXObject('Microsoft.XMLHTTP')} - ) || false; - }, - - activeRequestCount: 0 -} - -Ajax.Responders = { - responders: [], - - _each: function(iterator) { - this.responders._each(iterator); - }, - - register: function(responderToAdd) { - if (!this.include(responderToAdd)) - this.responders.push(responderToAdd); - }, - - unregister: function(responderToRemove) { - this.responders = this.responders.without(responderToRemove); - }, - - dispatch: function(callback, request, transport, json) { - this.each(function(responder) { - if (responder[callback] && typeof responder[callback] == 'function') { - try { - responder[callback].apply(responder, [request, transport, json]); - } catch (e) {} - } - }); - } -}; - -Object.extend(Ajax.Responders, Enumerable); - -Ajax.Responders.register({ - onCreate: function() { - Ajax.activeRequestCount++; - }, - - onComplete: function() { - Ajax.activeRequestCount--; - } -}); - -Ajax.Base = function() {}; -Ajax.Base.prototype = { - setOptions: function(options) { - this.options = { - method: 'post', - asynchronous: true, - contentType: 'application/x-www-form-urlencoded', - parameters: '' - } - Object.extend(this.options, options || {}); - }, - - responseIsSuccess: function() { - return this.transport.status == undefined - || this.transport.status == 0 - || (this.transport.status >= 200 && this.transport.status < 300); - }, - - responseIsFailure: function() { - return !this.responseIsSuccess(); - } -} - -Ajax.Request = Class.create(); -Ajax.Request.Events = - ['Uninitialized', 'Loading', 'Loaded', 'Interactive', 'Complete']; - -Ajax.Request.prototype = Object.extend(new Ajax.Base(), { - initialize: function(url, options) { - this.transport = Ajax.getTransport(); - this.setOptions(options); - this.request(url); - }, - - request: function(url) { - var parameters = this.options.parameters || ''; - if (parameters.length > 0) parameters += '&_='; - - try { - this.url = url; - if (this.options.method == 'get' && parameters.length > 0) - this.url += (this.url.match(/\?/) ? '&' : '?') + parameters; - - Ajax.Responders.dispatch('onCreate', this, this.transport); - - this.transport.open(this.options.method, this.url, - this.options.asynchronous); - - if (this.options.asynchronous) { - this.transport.onreadystatechange = this.onStateChange.bind(this); - setTimeout((function() {this.respondToReadyState(1)}).bind(this), 10); - } - - this.setRequestHeaders(); - - var body = this.options.postBody ? this.options.postBody : parameters; - this.transport.send(this.options.method == 'post' ? body : null); - - } catch (e) { - this.dispatchException(e); - } - }, - - setRequestHeaders: function() { - var requestHeaders = - ['X-Requested-With', 'XMLHttpRequest', - 'X-Prototype-Version', Prototype.Version, - 'Accept', 'text/javascript, text/html, application/xml, text/xml, */*']; - - if (this.options.method == 'post') { - requestHeaders.push('Content-type', this.options.contentType); - - /* Force "Connection: close" for Mozilla browsers to work around - * a bug where XMLHttpReqeuest sends an incorrect Content-length - * header. See Mozilla Bugzilla #246651. - */ - if (this.transport.overrideMimeType) - requestHeaders.push('Connection', 'close'); - } - - if (this.options.requestHeaders) - requestHeaders.push.apply(requestHeaders, this.options.requestHeaders); - - for (var i = 0; i < requestHeaders.length; i += 2) - this.transport.setRequestHeader(requestHeaders[i], requestHeaders[i+1]); - }, - - onStateChange: function() { - var readyState = this.transport.readyState; - if (readyState != 1) - this.respondToReadyState(this.transport.readyState); - }, - - header: function(name) { - try { - return this.transport.getResponseHeader(name); - } catch (e) {} - }, - - evalJSON: function() { - try { - return eval('(' + this.header('X-JSON') + ')'); - } catch (e) {} - }, - - evalResponse: function() { - try { - return eval(this.transport.responseText); - } catch (e) { - this.dispatchException(e); - } - }, - - respondToReadyState: function(readyState) { - var event = Ajax.Request.Events[readyState]; - var transport = this.transport, json = this.evalJSON(); - - if (event == 'Complete') { - try { - (this.options['on' + this.transport.status] - || this.options['on' + (this.responseIsSuccess() ? 'Success' : 'Failure')] - || Prototype.emptyFunction)(transport, json); - } catch (e) { - this.dispatchException(e); - } - - if ((this.header('Content-type') || '').match(/^text\/javascript/i)) - this.evalResponse(); - } - - try { - (this.options['on' + event] || Prototype.emptyFunction)(transport, json); - Ajax.Responders.dispatch('on' + event, this, transport, json); - } catch (e) { - this.dispatchException(e); - } - - /* Avoid memory leak in MSIE: clean up the oncomplete event handler */ - if (event == 'Complete') - this.transport.onreadystatechange = Prototype.emptyFunction; - }, - - dispatchException: function(exception) { - (this.options.onException || Prototype.emptyFunction)(this, exception); - Ajax.Responders.dispatch('onException', this, exception); - } -}); - -Ajax.Updater = Class.create(); - -Object.extend(Object.extend(Ajax.Updater.prototype, Ajax.Request.prototype), { - initialize: function(container, url, options) { - this.containers = { - success: container.success ? $PR(container.success) : $PR(container), - failure: container.failure ? $PR(container.failure) : - (container.success ? null : $PR(container)) - } - - this.transport = Ajax.getTransport(); - this.setOptions(options); - - var onComplete = this.options.onComplete || Prototype.emptyFunction; - this.options.onComplete = (function(transport, object) { - this.updateContent(); - onComplete(transport, object); - }).bind(this); - - this.request(url); - }, - - updateContent: function() { - var receiver = this.responseIsSuccess() ? - this.containers.success : this.containers.failure; - var response = this.transport.responseText; - - if (!this.options.evalScripts) - response = response.stripScripts(); - - if (receiver) { - if (this.options.insertion) { - new this.options.insertion(receiver, response); - } else { - Element.update(receiver, response); - } - } - - if (this.responseIsSuccess()) { - if (this.onComplete) - setTimeout(this.onComplete.bind(this), 10); - } - } -}); - -Ajax.PeriodicalUpdater = Class.create(); -Ajax.PeriodicalUpdater.prototype = Object.extend(new Ajax.Base(), { - initialize: function(container, url, options) { - this.setOptions(options); - this.onComplete = this.options.onComplete; - - this.frequency = (this.options.frequency || 2); - this.decay = (this.options.decay || 1); - - this.updater = {}; - this.container = container; - this.url = url; - - this.start(); - }, - - start: function() { - this.options.onComplete = this.updateComplete.bind(this); - this.onTimerEvent(); - }, - - stop: function() { - this.updater.onComplete = undefined; - clearTimeout(this.timer); - (this.onComplete || Prototype.emptyFunction).apply(this, arguments); - }, - - updateComplete: function(request) { - if (this.options.decay) { - this.decay = (request.responseText == this.lastText ? - this.decay * this.options.decay : 1); - - this.lastText = request.responseText; - } - this.timer = setTimeout(this.onTimerEvent.bind(this), - this.decay * this.frequency * 1000); - }, - - onTimerEvent: function() { - this.updater = new Ajax.Updater(this.container, this.url, this.options); - } -}); -function $PR() { - var results = [], element; - for (var i = 0; i < arguments.length; i++) { - element = arguments[i]; - if (typeof element == 'string') - element = document.getElementById(element); - results.push(Element.extend(element)); - } - return results.length < 2 ? results[0] : results; -} - -document.getElementsByClassName = function(className, parentElement) { - var children = ($PR(parentElement) || document.body).getElementsByTagName('*'); - return $A(children).inject([], function(elements, child) { - if (child.className.match(new RegExp("(^|\\s)" + className + "(\\s|$)"))) - elements.push(Element.extend(child)); - return elements; - }); -} - -/*--------------------------------------------------------------------------*/ - -if (!window.Element) - var Element = new Object(); - -Element.extend = function(element) { - if (!element) return; - if (_nativeExtensions) return element; - - if (!element._extended && element.tagName && element != window) { - var methods = Element.Methods, cache = Element.extend.cache; - for (property in methods) { - var value = methods[property]; - if (typeof value == 'function') - element[property] = cache.findOrStore(value); - } - } - - element._extended = true; - return element; -} - -Element.extend.cache = { - findOrStore: function(value) { - return this[value] = this[value] || function() { - return value.apply(null, [this].concat($A(arguments))); - } - } -} - -Element.Methods = { - visible: function(element) { - return $PR(element).style.display != 'none'; - }, - - toggle: function() { - for (var i = 0; i < arguments.length; i++) { - var element = $PR(arguments[i]); - Element[Element.visible(element) ? 'hide' : 'show'](element); - } - }, - - hide: function() { - for (var i = 0; i < arguments.length; i++) { - var element = $PR(arguments[i]); - element.style.display = 'none'; - } - }, - - show: function() { - for (var i = 0; i < arguments.length; i++) { - var element = $PR(arguments[i]); - element.style.display = ''; - } - }, - - remove: function(element) { - element = $PR(element); - element.parentNode.removeChild(element); - }, - - update: function(element, html) { - $PR(element).innerHTML = html.stripScripts(); - setTimeout(function() {html.evalScripts()}, 10); - }, - - replace: function(element, html) { - element = $PR(element); - if (element.outerHTML) { - element.outerHTML = html.stripScripts(); - } else { - var range = element.ownerDocument.createRange(); - range.selectNodeContents(element); - element.parentNode.replaceChild( - range.createContextualFragment(html.stripScripts()), element); - } - setTimeout(function() {html.evalScripts()}, 10); - }, - - getHeight: function(element) { - element = $PR(element); - return element.offsetHeight; - }, - - classNames: function(element) { - return new Element.ClassNames(element); - }, - - hasClassName: function(element, className) { - if (!(element = $PR(element))) return; - return Element.classNames(element).include(className); - }, - - addClassName: function(element, className) { - if (!(element = $PR(element))) return; - return Element.classNames(element).add(className); - }, - - removeClassName: function(element, className) { - if (!(element = $PR(element))) return; - return Element.classNames(element).remove(className); - }, - - // removes whitespace-only text node children - cleanWhitespace: function(element) { - element = $PR(element); - for (var i = 0; i < element.childNodes.length; i++) { - var node = element.childNodes[i]; - if (node.nodeType == 3 && !/\S/.test(node.nodeValue)) - Element.remove(node); - } - }, - - empty: function(element) { - return $PR(element).innerHTML.match(/^\s*$/); - }, - - childOf: function(element, ancestor) { - element = $PR(element), ancestor = $PR(ancestor); - while (element = element.parentNode) - if (element == ancestor) return true; - return false; - }, - - scrollTo: function(element) { - element = $PR(element); - var x = element.x ? element.x : element.offsetLeft, - y = element.y ? element.y : element.offsetTop; - window.scrollTo(x, y); - }, - - getStyle: function(element, style) { - element = $PR(element); - var value = element.style[style.camelize()]; - if (!value) { - if (document.defaultView && document.defaultView.getComputedStyle) { - var css = document.defaultView.getComputedStyle(element, null); - value = css ? css.getPropertyValue(style) : null; - } else if (element.currentStyle) { - value = element.currentStyle[style.camelize()]; - } - } - - if (window.opera && ['left', 'top', 'right', 'bottom'].include(style)) - if (Element.getStyle(element, 'position') == 'static') value = 'auto'; - - return value == 'auto' ? null : value; - }, - - setStyle: function(element, style) { - element = $PR(element); - for (var name in style) - element.style[name.camelize()] = style[name]; - }, - - getDimensions: function(element) { - element = $PR(element); - if (Element.getStyle(element, 'display') != 'none') - return {width: element.offsetWidth, height: element.offsetHeight}; - - // All *Width and *Height properties give 0 on elements with display none, - // so enable the element temporarily - var els = element.style; - var originalVisibility = els.visibility; - var originalPosition = els.position; - els.visibility = 'hidden'; - els.position = 'absolute'; - els.display = ''; - var originalWidth = element.clientWidth; - var originalHeight = element.clientHeight; - els.display = 'none'; - els.position = originalPosition; - els.visibility = originalVisibility; - return {width: originalWidth, height: originalHeight}; - }, - - makePositioned: function(element) { - element = $PR(element); - var pos = Element.getStyle(element, 'position'); - if (pos == 'static' || !pos) { - element._madePositioned = true; - element.style.position = 'relative'; - // Opera returns the offset relative to the positioning context, when an - // element is position relative but top and left have not been defined - if (window.opera) { - element.style.top = 0; - element.style.left = 0; - } - } - }, - - undoPositioned: function(element) { - element = $PR(element); - if (element._madePositioned) { - element._madePositioned = undefined; - element.style.position = - element.style.top = - element.style.left = - element.style.bottom = - element.style.right = ''; - } - }, - - makeClipping: function(element) { - element = $PR(element); - if (element._overflow) return; - element._overflow = element.style.overflow; - if ((Element.getStyle(element, 'overflow') || 'visible') != 'hidden') - element.style.overflow = 'hidden'; - }, - - undoClipping: function(element) { - element = $PR(element); - if (element._overflow) return; - element.style.overflow = element._overflow; - element._overflow = undefined; - } -} - -Object.extend(Element, Element.Methods); - -var _nativeExtensions = false; - -if(!HTMLElement && /Konqueror|Safari|KHTML/.test(navigator.userAgent)) { - var HTMLElement = {} - HTMLElement.prototype = document.createElement('div').__proto__; -} - -Element.addMethods = function(methods) { - Object.extend(Element.Methods, methods || {}); - - if(typeof HTMLElement != 'undefined') { - var methods = Element.Methods, cache = Element.extend.cache; - for (property in methods) { - var value = methods[property]; - if (typeof value == 'function') - HTMLElement.prototype[property] = cache.findOrStore(value); - } - _nativeExtensions = true; - } -} - -Element.addMethods(); - -var Toggle = new Object(); -Toggle.display = Element.toggle; - -/*--------------------------------------------------------------------------*/ - -Abstract.Insertion = function(adjacency) { - this.adjacency = adjacency; -} - -Abstract.Insertion.prototype = { - initialize: function(element, content) { - this.element = $PR(element); - this.content = content.stripScripts(); - - if (this.adjacency && this.element.insertAdjacentHTML) { - try { - this.element.insertAdjacentHTML(this.adjacency, this.content); - } catch (e) { - var tagName = this.element.tagName.toLowerCase(); - if (tagName == 'tbody' || tagName == 'tr') { - this.insertContent(this.contentFromAnonymousTable()); - } else { - throw e; - } - } - } else { - this.range = this.element.ownerDocument.createRange(); - if (this.initializeRange) this.initializeRange(); - this.insertContent([this.range.createContextualFragment(this.content)]); - } - - setTimeout(function() {content.evalScripts()}, 10); - }, - - contentFromAnonymousTable: function() { - var div = document.createElement('div'); - div.innerHTML = '' + this.content + '
    '; - return $A(div.childNodes[0].childNodes[0].childNodes); - } -} - -var Insertion = new Object(); - -Insertion.Before = Class.create(); -Insertion.Before.prototype = Object.extend(new Abstract.Insertion('beforeBegin'), { - initializeRange: function() { - this.range.setStartBefore(this.element); - }, - - insertContent: function(fragments) { - fragments.each((function(fragment) { - this.element.parentNode.insertBefore(fragment, this.element); - }).bind(this)); - } -}); - -Insertion.Top = Class.create(); -Insertion.Top.prototype = Object.extend(new Abstract.Insertion('afterBegin'), { - initializeRange: function() { - this.range.selectNodeContents(this.element); - this.range.collapse(true); - }, - - insertContent: function(fragments) { - fragments.reverse(false).each((function(fragment) { - this.element.insertBefore(fragment, this.element.firstChild); - }).bind(this)); - } -}); - -Insertion.Bottom = Class.create(); -Insertion.Bottom.prototype = Object.extend(new Abstract.Insertion('beforeEnd'), { - initializeRange: function() { - this.range.selectNodeContents(this.element); - this.range.collapse(this.element); - }, - - insertContent: function(fragments) { - fragments.each((function(fragment) { - this.element.appendChild(fragment); - }).bind(this)); - } -}); - -Insertion.After = Class.create(); -Insertion.After.prototype = Object.extend(new Abstract.Insertion('afterEnd'), { - initializeRange: function() { - this.range.setStartAfter(this.element); - }, - - insertContent: function(fragments) { - fragments.each((function(fragment) { - this.element.parentNode.insertBefore(fragment, - this.element.nextSibling); - }).bind(this)); - } -}); - -/*--------------------------------------------------------------------------*/ - -Element.ClassNames = Class.create(); -Element.ClassNames.prototype = { - initialize: function(element) { - this.element = $PR(element); - }, - - _each: function(iterator) { - this.element.className.split(/\s+/).select(function(name) { - return name.length > 0; - })._each(iterator); - }, - - set: function(className) { - this.element.className = className; - }, - - add: function(classNameToAdd) { - if (this.include(classNameToAdd)) return; - this.set(this.toArray().concat(classNameToAdd).join(' ')); - }, - - remove: function(classNameToRemove) { - if (!this.include(classNameToRemove)) return; - this.set(this.select(function(className) { - return className != classNameToRemove; - }).join(' ')); - }, - - toString: function() { - return this.toArray().join(' '); - } -} - -Object.extend(Element.ClassNames.prototype, Enumerable); -var Selector = Class.create(); -Selector.prototype = { - initialize: function(expression) { - this.params = {classNames: []}; - this.expression = expression.toString().strip(); - this.parseExpression(); - this.compileMatcher(); - }, - - parseExpression: function() { - function abort(message) { throw 'Parse error in selector: ' + message; } - - if (this.expression == '') abort('empty expression'); - - var params = this.params, expr = this.expression, match, modifier, clause, rest; - while (match = expr.match(/^(.*)\[([a-z0-9_:-]+?)(?:([~\|!]?=)(?:"([^"]*)"|([^\]\s]*)))?\]$/i)) { - params.attributes = params.attributes || []; - params.attributes.push({name: match[2], operator: match[3], value: match[4] || match[5] || ''}); - expr = match[1]; - } - - if (expr == '*') return this.params.wildcard = true; - - while (match = expr.match(/^([^a-z0-9_-])?([a-z0-9_-]+)(.*)/i)) { - modifier = match[1], clause = match[2], rest = match[3]; - switch (modifier) { - case '#': params.id = clause; break; - case '.': params.classNames.push(clause); break; - case '': - case undefined: params.tagName = clause.toUpperCase(); break; - default: abort(expr.inspect()); - } - expr = rest; - } - - if (expr.length > 0) abort(expr.inspect()); - }, - - buildMatchExpression: function() { - var params = this.params, conditions = [], clause; - - if (params.wildcard) - conditions.push('true'); - if (clause = params.id) - conditions.push('element.id == ' + clause.inspect()); - if (clause = params.tagName) - conditions.push('element.tagName.toUpperCase() == ' + clause.inspect()); - if ((clause = params.classNames).length > 0) - for (var i = 0; i < clause.length; i++) - conditions.push('Element.hasClassName(element, ' + clause[i].inspect() + ')'); - if (clause = params.attributes) { - clause.each(function(attribute) { - var value = 'element.getAttribute(' + attribute.name.inspect() + ')'; - var splitValueBy = function(delimiter) { - return value + ' && ' + value + '.split(' + delimiter.inspect() + ')'; - } - - switch (attribute.operator) { - case '=': conditions.push(value + ' == ' + attribute.value.inspect()); break; - case '~=': conditions.push(splitValueBy(' ') + '.include(' + attribute.value.inspect() + ')'); break; - case '|=': conditions.push( - splitValueBy('-') + '.first().toUpperCase() == ' + attribute.value.toUpperCase().inspect() - ); break; - case '!=': conditions.push(value + ' != ' + attribute.value.inspect()); break; - case '': - case undefined: conditions.push(value + ' != null'); break; - default: throw 'Unknown operator ' + attribute.operator + ' in selector'; - } - }); - } - - return conditions.join(' && '); - }, - - compileMatcher: function() { - this.match = new Function('element', 'if (!element.tagName) return false; \ - return ' + this.buildMatchExpression()); - }, - - findElements: function(scope) { - var element; - - if (element = $PR(this.params.id)) - if (this.match(element)) - if (!scope || Element.childOf(element, scope)) - return [element]; - - scope = (scope || document).getElementsByTagName(this.params.tagName || '*'); - - var results = []; - for (var i = 0; i < scope.length; i++) - if (this.match(element = scope[i])) - results.push(Element.extend(element)); - - return results; - }, - - toString: function() { - return this.expression; - } -} - -function $$() { - return $A(arguments).map(function(expression) { - return expression.strip().split(/\s+/).inject([null], function(results, expr) { - var selector = new Selector(expr); - return results.map(selector.findElements.bind(selector)).flatten(); - }); - }).flatten(); -} -var Field = { - clear: function() { - for (var i = 0; i < arguments.length; i++) - $PR(arguments[i]).value = ''; - }, - - focus: function(element) { - $PR(element).focus(); - }, - - present: function() { - for (var i = 0; i < arguments.length; i++) - if ($PR(arguments[i]).value == '') return false; - return true; - }, - - select: function(element) { - $PR(element).select(); - }, - - activate: function(element) { - element = $PR(element); - element.focus(); - if (element.select) - element.select(); - } -} - -/*--------------------------------------------------------------------------*/ - -var Form = { - serialize: function(form) { - var elements = Form.getElements($PR(form)); - var queryComponents = new Array(); - - for (var i = 0; i < elements.length; i++) { - var queryComponent = Form.Element.serialize(elements[i]); - if (queryComponent) - queryComponents.push(queryComponent); - } - - return queryComponents.join('&'); - }, - - getElements: function(form) { - form = $PR(form); - var elements = new Array(); - - for (var tagName in Form.Element.Serializers) { - var tagElements = form.getElementsByTagName(tagName); - for (var j = 0; j < tagElements.length; j++) - elements.push(tagElements[j]); - } - return elements; - }, - - getInputs: function(form, typeName, name) { - form = $PR(form); - var inputs = form.getElementsByTagName('input'); - - if (!typeName && !name) - return inputs; - - var matchingInputs = new Array(); - for (var i = 0; i < inputs.length; i++) { - var input = inputs[i]; - if ((typeName && input.type != typeName) || - (name && input.name != name)) - continue; - matchingInputs.push(input); - } - - return matchingInputs; - }, - - disable: function(form) { - var elements = Form.getElements(form); - for (var i = 0; i < elements.length; i++) { - var element = elements[i]; - element.blur(); - element.disabled = 'true'; - } - }, - - enable: function(form) { - var elements = Form.getElements(form); - for (var i = 0; i < elements.length; i++) { - var element = elements[i]; - element.disabled = ''; - } - }, - - findFirstElement: function(form) { - return Form.getElements(form).find(function(element) { - return element.type != 'hidden' && !element.disabled && - ['input', 'select', 'textarea'].include(element.tagName.toLowerCase()); - }); - }, - - focusFirstElement: function(form) { - Field.activate(Form.findFirstElement(form)); - }, - - reset: function(form) { - $PR(form).reset(); - } -} - -Form.Element = { - serialize: function(element) { - element = $PR(element); - var method = element.tagName.toLowerCase(); - var parameter = Form.Element.Serializers[method](element); - - if (parameter) { - var key = encodeURIComponent(parameter[0]); - if (key.length == 0) return; - - if (parameter[1].constructor != Array) - parameter[1] = [parameter[1]]; - - return parameter[1].map(function(value) { - return key + '=' + encodeURIComponent(value); - }).join('&'); - } - }, - - getValue: function(element) { - element = $PR(element); - var method = element.tagName.toLowerCase(); - var parameter = Form.Element.Serializers[method](element); - - if (parameter) - return parameter[1]; - } -} - -Form.Element.Serializers = { - input: function(element) { - switch (element.type.toLowerCase()) { - case 'submit': - case 'hidden': - case 'password': - case 'text': - return Form.Element.Serializers.textarea(element); - case 'checkbox': - case 'radio': - return Form.Element.Serializers.inputSelector(element); - } - return false; - }, - - inputSelector: function(element) { - if (element.checked) - return [element.name, element.value]; - }, - - textarea: function(element) { - return [element.name, element.value]; - }, - - select: function(element) { - return Form.Element.Serializers[element.type == 'select-one' ? - 'selectOne' : 'selectMany'](element); - }, - - selectOne: function(element) { - var value = '', opt, index = element.selectedIndex; - if (index >= 0) { - opt = element.options[index]; - value = opt.value || opt.text; - } - return [element.name, value]; - }, - - selectMany: function(element) { - var value = []; - for (var i = 0; i < element.length; i++) { - var opt = element.options[i]; - if (opt.selected) - value.push(opt.value || opt.text); - } - return [element.name, value]; - } -} - -/*--------------------------------------------------------------------------*/ - -var $F = Form.Element.getValue; - -/*--------------------------------------------------------------------------*/ - -Abstract.TimedObserver = function() {} -Abstract.TimedObserver.prototype = { - initialize: function(element, frequency, callback) { - this.frequency = frequency; - this.element = $PR(element); - this.callback = callback; - - this.lastValue = this.getValue(); - this.registerCallback(); - }, - - registerCallback: function() { - setInterval(this.onTimerEvent.bind(this), this.frequency * 1000); - }, - - onTimerEvent: function() { - var value = this.getValue(); - if (this.lastValue != value) { - this.callback(this.element, value); - this.lastValue = value; - } - } -} - -Form.Element.Observer = Class.create(); -Form.Element.Observer.prototype = Object.extend(new Abstract.TimedObserver(), { - getValue: function() { - return Form.Element.getValue(this.element); - } -}); - -Form.Observer = Class.create(); -Form.Observer.prototype = Object.extend(new Abstract.TimedObserver(), { - getValue: function() { - return Form.serialize(this.element); - } -}); - -/*--------------------------------------------------------------------------*/ - -Abstract.EventObserver = function() {} -Abstract.EventObserver.prototype = { - initialize: function(element, callback) { - this.element = $PR(element); - this.callback = callback; - - this.lastValue = this.getValue(); - if (this.element.tagName.toLowerCase() == 'form') - this.registerFormCallbacks(); - else - this.registerCallback(this.element); - }, - - onElementEvent: function() { - var value = this.getValue(); - if (this.lastValue != value) { - this.callback(this.element, value); - this.lastValue = value; - } - }, - - registerFormCallbacks: function() { - var elements = Form.getElements(this.element); - for (var i = 0; i < elements.length; i++) - this.registerCallback(elements[i]); - }, - - registerCallback: function(element) { - if (element.type) { - switch (element.type.toLowerCase()) { - case 'checkbox': - case 'radio': - Event.observe(element, 'click', this.onElementEvent.bind(this)); - break; - case 'password': - case 'text': - case 'textarea': - case 'select-one': - case 'select-multiple': - Event.observe(element, 'change', this.onElementEvent.bind(this)); - break; - } - } - } -} - -Form.Element.EventObserver = Class.create(); -Form.Element.EventObserver.prototype = Object.extend(new Abstract.EventObserver(), { - getValue: function() { - return Form.Element.getValue(this.element); - } -}); - -Form.EventObserver = Class.create(); -Form.EventObserver.prototype = Object.extend(new Abstract.EventObserver(), { - getValue: function() { - return Form.serialize(this.element); - } -}); -if (!window.Event) { - var Event = new Object(); -} - -Object.extend(Event, { - KEY_BACKSPACE: 8, - KEY_TAB: 9, - KEY_RETURN: 13, - KEY_ESC: 27, - KEY_LEFT: 37, - KEY_UP: 38, - KEY_RIGHT: 39, - KEY_DOWN: 40, - KEY_DELETE: 46, - - element: function(event) { - return event.target || event.srcElement; - }, - - isLeftClick: function(event) { - return (((event.which) && (event.which == 1)) || - ((event.button) && (event.button == 1))); - }, - - pointerX: function(event) { - return event.pageX || (event.clientX + - (document.documentElement.scrollLeft || document.body.scrollLeft)); - }, - - pointerY: function(event) { - return event.pageY || (event.clientY + - (document.documentElement.scrollTop || document.body.scrollTop)); - }, - - stop: function(event) { - if (event.preventDefault) { - event.preventDefault(); - event.stopPropagation(); - } else { - event.returnValue = false; - event.cancelBubble = true; - } - }, - - // find the first node with the given tagName, starting from the - // node the event was triggered on; traverses the DOM upwards - findElement: function(event, tagName) { - var element = Event.element(event); - while (element.parentNode && (!element.tagName || - (element.tagName.toUpperCase() != tagName.toUpperCase()))) - element = element.parentNode; - return element; - }, - - observers: false, - - _observeAndCache: function(element, name, observer, useCapture) { - if (!this.observers) this.observers = []; - if (element.addEventListener) { - this.observers.push([element, name, observer, useCapture]); - element.addEventListener(name, observer, useCapture); - } else if (element.attachEvent) { - this.observers.push([element, name, observer, useCapture]); - element.attachEvent('on' + name, observer); - } - }, - - unloadCache: function() { - if (!Event.observers) return; - for (var i = 0; i < Event.observers.length; i++) { - Event.stopObserving.apply(this, Event.observers[i]); - Event.observers[i][0] = null; - } - Event.observers = false; - }, - - observe: function(element, name, observer, useCapture) { - var element = $PR(element); - useCapture = useCapture || false; - - if (name == 'keypress' && - (navigator.appVersion.match(/Konqueror|Safari|KHTML/) - || element.attachEvent)) - name = 'keydown'; - - this._observeAndCache(element, name, observer, useCapture); - }, - - stopObserving: function(element, name, observer, useCapture) { - var element = $PR(element); - useCapture = useCapture || false; - - if (name == 'keypress' && - (navigator.appVersion.match(/Konqueror|Safari|KHTML/) - || element.detachEvent)) - name = 'keydown'; - - if (element.removeEventListener) { - element.removeEventListener(name, observer, useCapture); - } else if (element.detachEvent) { - element.detachEvent('on' + name, observer); - } - } -}); - -/* prevent memory leaks in IE */ -if (navigator.appVersion.match(/\bMSIE\b/)) - Event.observe(window, 'unload', Event.unloadCache, false); -var Position = { - // set to true if needed, warning: firefox performance problems - // NOT neeeded for page scrolling, only if draggable contained in - // scrollable elements - includeScrollOffsets: false, - - // must be called before calling withinIncludingScrolloffset, every time the - // page is scrolled - prepare: function() { - this.deltaX = window.pageXOffset - || document.documentElement.scrollLeft - || document.body.scrollLeft - || 0; - this.deltaY = window.pageYOffset - || document.documentElement.scrollTop - || document.body.scrollTop - || 0; - }, - - realOffset: function(element) { - var valueT = 0, valueL = 0; - do { - valueT += element.scrollTop || 0; - valueL += element.scrollLeft || 0; - element = element.parentNode; - } while (element); - return [valueL, valueT]; - }, - - cumulativeOffset: function(element) { - var valueT = 0, valueL = 0; - do { - valueT += element.offsetTop || 0; - valueL += element.offsetLeft || 0; - element = element.offsetParent; - } while (element); - return [valueL, valueT]; - }, - - positionedOffset: function(element) { - var valueT = 0, valueL = 0; - do { - valueT += element.offsetTop || 0; - valueL += element.offsetLeft || 0; - element = element.offsetParent; - if (element) { - p = Element.getStyle(element, 'position'); - if (p == 'relative' || p == 'absolute') break; - } - } while (element); - return [valueL, valueT]; - }, - - offsetParent: function(element) { - if (element.offsetParent) return element.offsetParent; - if (element == document.body) return element; - - while ((element = element.parentNode) && element != document.body) - if (Element.getStyle(element, 'position') != 'static') - return element; - - return document.body; - }, - - // caches x/y coordinate pair to use with overlap - within: function(element, x, y) { - if (this.includeScrollOffsets) - return this.withinIncludingScrolloffsets(element, x, y); - this.xcomp = x; - this.ycomp = y; - this.offset = this.cumulativeOffset(element); - - return (y >= this.offset[1] && - y < this.offset[1] + element.offsetHeight && - x >= this.offset[0] && - x < this.offset[0] + element.offsetWidth); - }, - - withinIncludingScrolloffsets: function(element, x, y) { - var offsetcache = this.realOffset(element); - - this.xcomp = x + offsetcache[0] - this.deltaX; - this.ycomp = y + offsetcache[1] - this.deltaY; - this.offset = this.cumulativeOffset(element); - - return (this.ycomp >= this.offset[1] && - this.ycomp < this.offset[1] + element.offsetHeight && - this.xcomp >= this.offset[0] && - this.xcomp < this.offset[0] + element.offsetWidth); - }, - - // within must be called directly before - overlap: function(mode, element) { - if (!mode) return 0; - if (mode == 'vertical') - return ((this.offset[1] + element.offsetHeight) - this.ycomp) / - element.offsetHeight; - if (mode == 'horizontal') - return ((this.offset[0] + element.offsetWidth) - this.xcomp) / - element.offsetWidth; - }, - - clone: function(source, target) { - source = $PR(source); - target = $PR(target); - target.style.position = 'absolute'; - var offsets = this.cumulativeOffset(source); - target.style.top = offsets[1] + 'px'; - target.style.left = offsets[0] + 'px'; - target.style.width = source.offsetWidth + 'px'; - target.style.height = source.offsetHeight + 'px'; - }, - - page: function(forElement) { - var valueT = 0, valueL = 0; - - var element = forElement; - do { - valueT += element.offsetTop || 0; - valueL += element.offsetLeft || 0; - - // Safari fix - if (element.offsetParent==document.body) - if (Element.getStyle(element,'position')=='absolute') break; - - } while (element = element.offsetParent); - - element = forElement; - do { - valueT -= element.scrollTop || 0; - valueL -= element.scrollLeft || 0; - } while (element = element.parentNode); - - return [valueL, valueT]; - }, - - clone: function(source, target) { - var options = Object.extend({ - setLeft: true, - setTop: true, - setWidth: true, - setHeight: true, - offsetTop: 0, - offsetLeft: 0 - }, arguments[2] || {}) - - // find page position of source - source = $PR(source); - var p = Position.page(source); - - // find coordinate system to use - target = $PR(target); - var delta = [0, 0]; - var parent = null; - // delta [0,0] will do fine with position: fixed elements, - // position:absolute needs offsetParent deltas - if (Element.getStyle(target,'position') == 'absolute') { - parent = Position.offsetParent(target); - delta = Position.page(parent); - } - - // correct by body offsets (fixes Safari) - if (parent == document.body) { - delta[0] -= document.body.offsetLeft; - delta[1] -= document.body.offsetTop; - } - - // set position - if(options.setLeft) target.style.left = (p[0] - delta[0] + options.offsetLeft) + 'px'; - if(options.setTop) target.style.top = (p[1] - delta[1] + options.offsetTop) + 'px'; - if(options.setWidth) target.style.width = source.offsetWidth + 'px'; - if(options.setHeight) target.style.height = source.offsetHeight + 'px'; - }, - - absolutize: function(element) { - element = $PR(element); - if (element.style.position == 'absolute') return; - Position.prepare(); - - var offsets = Position.positionedOffset(element); - var top = offsets[1]; - var left = offsets[0]; - var width = element.clientWidth; - var height = element.clientHeight; - - element._originalLeft = left - parseFloat(element.style.left || 0); - element._originalTop = top - parseFloat(element.style.top || 0); - element._originalWidth = element.style.width; - element._originalHeight = element.style.height; - - element.style.position = 'absolute'; - element.style.top = top + 'px';; - element.style.left = left + 'px';; - element.style.width = width + 'px';; - element.style.height = height + 'px';; - }, - - relativize: function(element) { - element = $PR(element); - if (element.style.position == 'relative') return; - Position.prepare(); - - element.style.position = 'relative'; - var top = parseFloat(element.style.top || 0) - (element._originalTop || 0); - var left = parseFloat(element.style.left || 0) - (element._originalLeft || 0); - - element.style.top = top + 'px'; - element.style.left = left + 'px'; - element.style.height = element._originalHeight; - element.style.width = element._originalWidth; - } -} - -// Safari returns margins on body which is incorrect if the child is absolutely -// positioned. For performance reasons, redefine Position.cumulativeOffset for -// KHTML/WebKit only. -if (/Konqueror|Safari|KHTML/.test(navigator.userAgent)) { - Position.cumulativeOffset = function(element) { - var valueT = 0, valueL = 0; - do { - valueT += element.offsetTop || 0; - valueL += element.offsetLeft || 0; - if (element.offsetParent == document.body) - if (Element.getStyle(element, 'position') == 'absolute') break; - - element = element.offsetParent; - } while (element); - - return [valueL, valueT]; - } -} diff --git a/view/js/cropper/lib/scriptaculous.js b/view/js/cropper/lib/scriptaculous.js deleted file mode 100644 index f61fc57f74..0000000000 --- a/view/js/cropper/lib/scriptaculous.js +++ /dev/null @@ -1,47 +0,0 @@ -// Copyright (c) 2005 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us) -// -// Permission is hereby granted, free of charge, to any person obtaining -// a copy of this software and associated documentation files (the -// "Software"), to deal in the Software without restriction, including -// without limitation the rights to use, copy, modify, merge, publish, -// distribute, sublicense, and/or sell copies of the Software, and to -// permit persons to whom the Software is furnished to do so, subject to -// the following conditions: -// -// The above copyright notice and this permission notice shall be -// included in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -var Scriptaculous = { - Version: '1.6.1', - require: function(libraryName) { - // inserting via DOM fails in Safari 2.0, so brute force approach - document.write(''); - }, - load: function() { - if((typeof Prototype=='undefined') || - (typeof Element == 'undefined') || - (typeof Element.Methods=='undefined') || - parseFloat(Prototype.Version.split(".")[0] + "." + - Prototype.Version.split(".")[1]) < 1.5) - throw("script.aculo.us requires the Prototype JavaScript framework >= 1.5.0"); - - $A(document.getElementsByTagName("script")).findAll( function(s) { - return (s.src && s.src.match(/scriptaculous\.js(\?.*)?$/)) - }).each( function(s) { - var path = s.src.replace(/scriptaculous\.js(\?.*)?$/,''); - var includes = s.src.match(/\?.*load=([a-z,]*)/); - (includes ? includes[1] : 'builder,effects,dragdrop,controls,slider').split(',').each( - function(include) { Scriptaculous.require(path+include+'.js') }); - }); - } -} - -Scriptaculous.load(); \ No newline at end of file diff --git a/view/js/cropper/lib/slider.js b/view/js/cropper/lib/slider.js deleted file mode 100644 index cd16b692d6..0000000000 --- a/view/js/cropper/lib/slider.js +++ /dev/null @@ -1,283 +0,0 @@ -// Copyright (c) 2005 Marty Haught, Thomas Fuchs -// -// See http://script.aculo.us for more info -// -// Permission is hereby granted, free of charge, to any person obtaining -// a copy of this software and associated documentation files (the -// "Software"), to deal in the Software without restriction, including -// without limitation the rights to use, copy, modify, merge, publish, -// distribute, sublicense, and/or sell copies of the Software, and to -// permit persons to whom the Software is furnished to do so, subject to -// the following conditions: -// -// The above copyright notice and this permission notice shall be -// included in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -if(!Control) var Control = {}; -Control.Slider = Class.create(); - -// options: -// axis: 'vertical', or 'horizontal' (default) -// -// callbacks: -// onChange(value) -// onSlide(value) -Control.Slider.prototype = { - initialize: function(handle, track, options) { - var slider = this; - - if(handle instanceof Array) { - this.handles = handle.collect( function(e) { return $PR(e) }); - } else { - this.handles = [$PR(handle)]; - } - - this.track = $PR(track); - this.options = options || {}; - - this.axis = this.options.axis || 'horizontal'; - this.increment = this.options.increment || 1; - this.step = parseInt(this.options.step || '1'); - this.range = this.options.range || $R(0,1); - - this.value = 0; // assure backwards compat - this.values = this.handles.map( function() { return 0 }); - this.spans = this.options.spans ? this.options.spans.map(function(s){ return $PR(s) }) : false; - this.options.startSpan = $PR(this.options.startSpan || null); - this.options.endSpan = $PR(this.options.endSpan || null); - - this.restricted = this.options.restricted || false; - - this.maximum = this.options.maximum || this.range.end; - this.minimum = this.options.minimum || this.range.start; - - // Will be used to align the handle onto the track, if necessary - this.alignX = parseInt(this.options.alignX || '0'); - this.alignY = parseInt(this.options.alignY || '0'); - - this.trackLength = this.maximumOffset() - this.minimumOffset(); - this.handleLength = this.isVertical() ? this.handles[0].offsetHeight : this.handles[0].offsetWidth; - - this.active = false; - this.dragging = false; - this.disabled = false; - - if(this.options.disabled) this.setDisabled(); - - // Allowed values array - this.allowedValues = this.options.values ? this.options.values.sortBy(Prototype.K) : false; - if(this.allowedValues) { - this.minimum = this.allowedValues.min(); - this.maximum = this.allowedValues.max(); - } - - this.eventMouseDown = this.startDrag.bindAsEventListener(this); - this.eventMouseUp = this.endDrag.bindAsEventListener(this); - this.eventMouseMove = this.update.bindAsEventListener(this); - - // Initialize handles in reverse (make sure first handle is active) - this.handles.each( function(h,i) { - i = slider.handles.length-1-i; - slider.setValue(parseFloat( - (slider.options.sliderValue instanceof Array ? - slider.options.sliderValue[i] : slider.options.sliderValue) || - slider.range.start), i); - Element.makePositioned(h); // fix IE - Event.observe(h, "mousedown", slider.eventMouseDown); - }); - - Event.observe(this.track, "mousedown", this.eventMouseDown); - Event.observe(document, "mouseup", this.eventMouseUp); - Event.observe(document, "mousemove", this.eventMouseMove); - - this.initialized = true; - }, - dispose: function() { - var slider = this; - Event.stopObserving(this.track, "mousedown", this.eventMouseDown); - Event.stopObserving(document, "mouseup", this.eventMouseUp); - Event.stopObserving(document, "mousemove", this.eventMouseMove); - this.handles.each( function(h) { - Event.stopObserving(h, "mousedown", slider.eventMouseDown); - }); - }, - setDisabled: function(){ - this.disabled = true; - }, - setEnabled: function(){ - this.disabled = false; - }, - getNearestValue: function(value){ - if(this.allowedValues){ - if(value >= this.allowedValues.max()) return(this.allowedValues.max()); - if(value <= this.allowedValues.min()) return(this.allowedValues.min()); - - var offset = Math.abs(this.allowedValues[0] - value); - var newValue = this.allowedValues[0]; - this.allowedValues.each( function(v) { - var currentOffset = Math.abs(v - value); - if(currentOffset <= offset){ - newValue = v; - offset = currentOffset; - } - }); - return newValue; - } - if(value > this.range.end) return this.range.end; - if(value < this.range.start) return this.range.start; - return value; - }, - setValue: function(sliderValue, handleIdx){ - if(!this.active) { - this.activeHandle = this.handles[handleIdx]; - this.activeHandleIdx = handleIdx; - this.updateStyles(); - } - handleIdx = handleIdx || this.activeHandleIdx || 0; - if(this.initialized && this.restricted) { - if((handleIdx>0) && (sliderValuethis.values[handleIdx+1])) - sliderValue = this.values[handleIdx+1]; - } - sliderValue = this.getNearestValue(sliderValue); - this.values[handleIdx] = sliderValue; - this.value = this.values[0]; // assure backwards compat - - this.handles[handleIdx].style[this.isVertical() ? 'top' : 'left'] = - this.translateToPx(sliderValue); - - this.drawSpans(); - if(!this.dragging || !this.event) this.updateFinished(); - }, - setValueBy: function(delta, handleIdx) { - this.setValue(this.values[handleIdx || this.activeHandleIdx || 0] + delta, - handleIdx || this.activeHandleIdx || 0); - }, - translateToPx: function(value) { - return Math.round( - ((this.trackLength-this.handleLength)/(this.range.end-this.range.start)) * - (value - this.range.start)) + "px"; - }, - translateToValue: function(offset) { - return ((offset/(this.trackLength-this.handleLength) * - (this.range.end-this.range.start)) + this.range.start); - }, - getRange: function(range) { - var v = this.values.sortBy(Prototype.K); - range = range || 0; - return $R(v[range],v[range+1]); - }, - minimumOffset: function(){ - return(this.isVertical() ? this.alignY : this.alignX); - }, - maximumOffset: function(){ - return(this.isVertical() ? - this.track.offsetHeight - this.alignY : this.track.offsetWidth - this.alignX); - }, - isVertical: function(){ - return (this.axis == 'vertical'); - }, - drawSpans: function() { - var slider = this; - if(this.spans) - $R(0, this.spans.length-1).each(function(r) { slider.setSpan(slider.spans[r], slider.getRange(r)) }); - if(this.options.startSpan) - this.setSpan(this.options.startSpan, - $R(0, this.values.length>1 ? this.getRange(0).min() : this.value )); - if(this.options.endSpan) - this.setSpan(this.options.endSpan, - $R(this.values.length>1 ? this.getRange(this.spans.length-1).max() : this.value, this.maximum)); - }, - setSpan: function(span, range) { - if(this.isVertical()) { - span.style.top = this.translateToPx(range.start); - span.style.height = this.translateToPx(range.end - range.start + this.range.start); - } else { - span.style.left = this.translateToPx(range.start); - span.style.width = this.translateToPx(range.end - range.start + this.range.start); - } - }, - updateStyles: function() { - this.handles.each( function(h){ Element.removeClassName(h, 'selected') }); - Element.addClassName(this.activeHandle, 'selected'); - }, - startDrag: function(event) { - if(Event.isLeftClick(event)) { - if(!this.disabled){ - this.active = true; - - var handle = Event.element(event); - var pointer = [Event.pointerX(event), Event.pointerY(event)]; - if(handle==this.track) { - var offsets = Position.cumulativeOffset(this.track); - this.event = event; - this.setValue(this.translateToValue( - (this.isVertical() ? pointer[1]-offsets[1] : pointer[0]-offsets[0])-(this.handleLength/2) - )); - var offsets = Position.cumulativeOffset(this.activeHandle); - this.offsetX = (pointer[0] - offsets[0]); - this.offsetY = (pointer[1] - offsets[1]); - } else { - // find the handle (prevents issues with Safari) - while((this.handles.indexOf(handle) == -1) && handle.parentNode) - handle = handle.parentNode; - - this.activeHandle = handle; - this.activeHandleIdx = this.handles.indexOf(this.activeHandle); - this.updateStyles(); - - var offsets = Position.cumulativeOffset(this.activeHandle); - this.offsetX = (pointer[0] - offsets[0]); - this.offsetY = (pointer[1] - offsets[1]); - } - } - Event.stop(event); - } - }, - update: function(event) { - if(this.active) { - if(!this.dragging) this.dragging = true; - this.draw(event); - // fix AppleWebKit rendering - if(navigator.appVersion.indexOf('AppleWebKit')>0) window.scrollBy(0,0); - Event.stop(event); - } - }, - draw: function(event) { - var pointer = [Event.pointerX(event), Event.pointerY(event)]; - var offsets = Position.cumulativeOffset(this.track); - pointer[0] -= this.offsetX + offsets[0]; - pointer[1] -= this.offsetY + offsets[1]; - this.event = event; - this.setValue(this.translateToValue( this.isVertical() ? pointer[1] : pointer[0] )); - if(this.initialized && this.options.onSlide) - this.options.onSlide(this.values.length>1 ? this.values : this.value, this); - }, - endDrag: function(event) { - if(this.active && this.dragging) { - this.finishDrag(event, true); - Event.stop(event); - } - this.active = false; - this.dragging = false; - }, - finishDrag: function(event, success) { - this.active = false; - this.dragging = false; - this.updateFinished(); - }, - updateFinished: function() { - if(this.initialized && this.options.onChange) - this.options.onChange(this.values.length>1 ? this.values : this.value, this); - this.event = null; - } -} diff --git a/view/js/cropper/lib/unittest.js b/view/js/cropper/lib/unittest.js deleted file mode 100644 index be0d252273..0000000000 --- a/view/js/cropper/lib/unittest.js +++ /dev/null @@ -1,383 +0,0 @@ -// Copyright (c) 2005 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us) -// (c) 2005 Jon Tirsen (http://www.tirsen.com) -// (c) 2005 Michael Schuerig (http://www.schuerig.de/michael/) -// -// Permission is hereby granted, free of charge, to any person obtaining -// a copy of this software and associated documentation files (the -// "Software"), to deal in the Software without restriction, including -// without limitation the rights to use, copy, modify, merge, publish, -// distribute, sublicense, and/or sell copies of the Software, and to -// permit persons to whom the Software is furnished to do so, subject to -// the following conditions: -// -// The above copyright notice and this permission notice shall be -// included in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - -// experimental, Firefox-only -Event.simulateMouse = function(element, eventName) { - var options = Object.extend({ - pointerX: 0, - pointerY: 0, - buttons: 0 - }, arguments[2] || {}); - var oEvent = document.createEvent("MouseEvents"); - oEvent.initMouseEvent(eventName, true, true, document.defaultView, - options.buttons, options.pointerX, options.pointerY, options.pointerX, options.pointerY, - false, false, false, false, 0, $PR(element)); - - if(this.mark) Element.remove(this.mark); - this.mark = document.createElement('div'); - this.mark.appendChild(document.createTextNode(" ")); - document.body.appendChild(this.mark); - this.mark.style.position = 'absolute'; - this.mark.style.top = options.pointerY + "px"; - this.mark.style.left = options.pointerX + "px"; - this.mark.style.width = "5px"; - this.mark.style.height = "5px;"; - this.mark.style.borderTop = "1px solid red;" - this.mark.style.borderLeft = "1px solid red;" - - if(this.step) - alert('['+new Date().getTime().toString()+'] '+eventName+'/'+Test.Unit.inspect(options)); - - $PR(element).dispatchEvent(oEvent); -}; - -// Note: Due to a fix in Firefox 1.0.5/6 that probably fixed "too much", this doesn't work in 1.0.6 or DP2. -// You need to downgrade to 1.0.4 for now to get this working -// See https://bugzilla.mozilla.org/show_bug.cgi?id=289940 for the fix that fixed too much -Event.simulateKey = function(element, eventName) { - var options = Object.extend({ - ctrlKey: false, - altKey: false, - shiftKey: false, - metaKey: false, - keyCode: 0, - charCode: 0 - }, arguments[2] || {}); - - var oEvent = document.createEvent("KeyEvents"); - oEvent.initKeyEvent(eventName, true, true, window, - options.ctrlKey, options.altKey, options.shiftKey, options.metaKey, - options.keyCode, options.charCode ); - $PR(element).dispatchEvent(oEvent); -}; - -Event.simulateKeys = function(element, command) { - for(var i=0; i

    ' + - '' + - '' + - '' + - '
    StatusTestMessage
    '; - this.logsummary = $PR('logsummary') - this.loglines = $PR('loglines'); - }, - _toHTML: function(txt) { - return txt.escapeHTML().replace(/\n/g,"
    "); - } -} - -Test.Unit.Runner = Class.create(); -Test.Unit.Runner.prototype = { - initialize: function(testcases) { - this.options = Object.extend({ - testLog: 'testlog' - }, arguments[1] || {}); - this.options.resultsURL = this.parseResultsURLQueryParameter(); - if (this.options.testLog) { - this.options.testLog = $PR(this.options.testLog) || null; - } - if(this.options.tests) { - this.tests = []; - for(var i = 0; i < this.options.tests.length; i++) { - if(/^test/.test(this.options.tests[i])) { - this.tests.push(new Test.Unit.Testcase(this.options.tests[i], testcases[this.options.tests[i]], testcases["setup"], testcases["teardown"])); - } - } - } else { - if (this.options.test) { - this.tests = [new Test.Unit.Testcase(this.options.test, testcases[this.options.test], testcases["setup"], testcases["teardown"])]; - } else { - this.tests = []; - for(var testcase in testcases) { - if(/^test/.test(testcase)) { - this.tests.push(new Test.Unit.Testcase(testcase, testcases[testcase], testcases["setup"], testcases["teardown"])); - } - } - } - } - this.currentTest = 0; - this.logger = new Test.Unit.Logger(this.options.testLog); - setTimeout(this.runTests.bind(this), 1000); - }, - parseResultsURLQueryParameter: function() { - return window.location.search.parseQuery()["resultsURL"]; - }, - // Returns: - // "ERROR" if there was an error, - // "FAILURE" if there was a failure, or - // "SUCCESS" if there was neither - getResult: function() { - var hasFailure = false; - for(var i=0;i 0) { - return "ERROR"; - } - if (this.tests[i].failures > 0) { - hasFailure = true; - } - } - if (hasFailure) { - return "FAILURE"; - } else { - return "SUCCESS"; - } - }, - postResults: function() { - if (this.options.resultsURL) { - new Ajax.Request(this.options.resultsURL, - { method: 'get', parameters: 'result=' + this.getResult(), asynchronous: false }); - } - }, - runTests: function() { - var test = this.tests[this.currentTest]; - if (!test) { - // finished! - this.postResults(); - this.logger.summary(this.summary()); - return; - } - if(!test.isWaiting) { - this.logger.start(test.name); - } - test.run(); - if(test.isWaiting) { - this.logger.message("Waiting for " + test.timeToWait + "ms"); - setTimeout(this.runTests.bind(this), test.timeToWait || 1000); - } else { - this.logger.finish(test.status(), test.summary()); - this.currentTest++; - // tail recursive, hopefully the browser will skip the stackframe - this.runTests(); - } - }, - summary: function() { - var assertions = 0; - var failures = 0; - var errors = 0; - var messages = []; - for(var i=0;i 0) return 'failed'; - if (this.errors > 0) return 'error'; - return 'passed'; - }, - assert: function(expression) { - var message = arguments[1] || 'assert: got "' + Test.Unit.inspect(expression) + '"'; - try { expression ? this.pass() : - this.fail(message); } - catch(e) { this.error(e); } - }, - assertEqual: function(expected, actual) { - var message = arguments[2] || "assertEqual"; - try { (expected == actual) ? this.pass() : - this.fail(message + ': expected "' + Test.Unit.inspect(expected) + - '", actual "' + Test.Unit.inspect(actual) + '"'); } - catch(e) { this.error(e); } - }, - assertEnumEqual: function(expected, actual) { - var message = arguments[2] || "assertEnumEqual"; - try { $A(expected).length == $A(actual).length && - expected.zip(actual).all(function(pair) { return pair[0] == pair[1] }) ? - this.pass() : this.fail(message + ': expected ' + Test.Unit.inspect(expected) + - ', actual ' + Test.Unit.inspect(actual)); } - catch(e) { this.error(e); } - }, - assertNotEqual: function(expected, actual) { - var message = arguments[2] || "assertNotEqual"; - try { (expected != actual) ? this.pass() : - this.fail(message + ': got "' + Test.Unit.inspect(actual) + '"'); } - catch(e) { this.error(e); } - }, - assertNull: function(obj) { - var message = arguments[1] || 'assertNull' - try { (obj==null) ? this.pass() : - this.fail(message + ': got "' + Test.Unit.inspect(obj) + '"'); } - catch(e) { this.error(e); } - }, - assertHidden: function(element) { - var message = arguments[1] || 'assertHidden'; - this.assertEqual("none", element.style.display, message); - }, - assertNotNull: function(object) { - var message = arguments[1] || 'assertNotNull'; - this.assert(object != null, message); - }, - assertInstanceOf: function(expected, actual) { - var message = arguments[2] || 'assertInstanceOf'; - try { - (actual instanceof expected) ? this.pass() : - this.fail(message + ": object was not an instance of the expected type"); } - catch(e) { this.error(e); } - }, - assertNotInstanceOf: function(expected, actual) { - var message = arguments[2] || 'assertNotInstanceOf'; - try { - !(actual instanceof expected) ? this.pass() : - this.fail(message + ": object was an instance of the not expected type"); } - catch(e) { this.error(e); } - }, - _isVisible: function(element) { - element = $PR(element); - if(!element.parentNode) return true; - this.assertNotNull(element); - if(element.style && Element.getStyle(element, 'display') == 'none') - return false; - - return this._isVisible(element.parentNode); - }, - assertNotVisible: function(element) { - this.assert(!this._isVisible(element), Test.Unit.inspect(element) + " was not hidden and didn't have a hidden parent either. " + ("" || arguments[1])); - }, - assertVisible: function(element) { - this.assert(this._isVisible(element), Test.Unit.inspect(element) + " was not visible. " + ("" || arguments[1])); - }, - benchmark: function(operation, iterations) { - var startAt = new Date(); - (iterations || 1).times(operation); - var timeTaken = ((new Date())-startAt); - this.info((arguments[2] || 'Operation') + ' finished ' + - iterations + ' iterations in ' + (timeTaken/1000)+'s' ); - return timeTaken; - } -} - -Test.Unit.Testcase = Class.create(); -Object.extend(Object.extend(Test.Unit.Testcase.prototype, Test.Unit.Assertions.prototype), { - initialize: function(name, test, setup, teardown) { - Test.Unit.Assertions.prototype.initialize.bind(this)(); - this.name = name; - this.test = test || function() {}; - this.setup = setup || function() {}; - this.teardown = teardown || function() {}; - this.isWaiting = false; - this.timeToWait = 1000; - }, - wait: function(time, nextPart) { - this.isWaiting = true; - this.test = nextPart; - this.timeToWait = time; - }, - run: function() { - try { - try { - if (!this.isWaiting) this.setup.bind(this)(); - this.isWaiting = false; - this.test.bind(this)(); - } finally { - if(!this.isWaiting) { - this.teardown.bind(this)(); - } - } - } - catch(e) { this.error(e); } - } -}); diff --git a/view/js/cropper/licence.txt b/view/js/cropper/licence.txt deleted file mode 100644 index b59e029176..0000000000 --- a/view/js/cropper/licence.txt +++ /dev/null @@ -1,12 +0,0 @@ -Copyright (c) 2006, David Spurr (www.defusion.org.uk) -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - - * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of the David Spurr nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -http://www.opensource.org/licenses/bsd-license.php \ No newline at end of file diff --git a/view/js/cropper/marqueeHoriz.gif b/view/js/cropper/marqueeHoriz.gif deleted file mode 100644 index 25317e5738bfcce43707ec0a0640533f69eb8fff..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1125 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 PPffC!10NW#8L$7@U6jV2 diff --git a/view/js/cropper/tests/castleMed.jpg b/view/js/cropper/tests/castleMed.jpg deleted file mode 100644 index c35a6f554a21eb62f3c3e3580e616a4feee8748c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 50584 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%0Dl3VwBB+R7y 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 RJ3V^U{{ZIRKl@F8|Jg7^TQ~p! diff --git a/view/js/cropper/tests/example-Basic.htm b/view/js/cropper/tests/example-Basic.htm deleted file mode 100644 index 2a55eca5ab..0000000000 --- a/view/js/cropper/tests/example-Basic.htm +++ /dev/null @@ -1,106 +0,0 @@ - - - - - - Basic cropper test - - - - - - - - - - -

    Basic cropper test

    -

    - Some test content before the image -

    - -
    - test image -
    - - -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    - - - - - diff --git a/view/js/cropper/tests/example-CSS-Absolute.htm b/view/js/cropper/tests/example-CSS-Absolute.htm deleted file mode 100644 index b605fd344d..0000000000 --- a/view/js/cropper/tests/example-CSS-Absolute.htm +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - CSS - Absolute positioned (and draggable) test - - - - - - - - - - -

    CSS - Absolute positioned (and draggable) test

    -

    - Some test content before the image -

    -

    - Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Pellentesque consequat risus cursus ipsum. Etiam libero. Integer vel mauris. Donec vulputate. In ut augue vitae nibh lobortis tempor. Aliquam hendrerit quam. Phasellus sed orci. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut sed urna. Donec nunc urna, porttitor a, feugiat pellentesque, varius id, justo. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Nulla facilisi. Sed sollicitudin. Integer enim. Aenean sollicitudin. -

    -

    - Integer lorem turpis, dapibus sed, vulputate nec, volutpat a, sem. Sed malesuada laoreet lorem. Duis mauris ipsum, fringilla nec, tristique vel, imperdiet vel, neque. Nulla vel purus. Fusce non lectus. Mauris pulvinar. Curabitur eget eros. Nunc ultrices, risus vitae adipiscing scelerisque, quam mi auctor lacus, non pellentesque augue sapien a magna. Etiam rutrum posuere tortor. Mauris rhoncus sagittis dolor. Donec sed quam. Vivamus vel diam id massa adipiscing bibendum. Suspendisse potenti. Integer arcu est, adipiscing sit amet, convallis eu, sollicitudin tincidunt, quam. -

    -

    - Etiam ligula lorem, imperdiet ac, luctus eget, ultrices at, odio. Vivamus malesuada, justo eu adipiscing semper, nisi dui tempus magna, quis ultrices nunc tellus id massa. Nullam lobortis auctor sapien. Quisque non nulla. Donec lobortis pellentesque nisl. Sed lacus sapien, viverra vitae, blandit ut, fermentum quis, leo. Morbi augue turpis, hendrerit non, feugiat vel, laoreet sed, est. Nunc velit. Praesent lobortis. Integer enim. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Curabitur faucibus lacus ac ante. Donec odio odio, tincidunt a, egestas nec, scelerisque nec, dui. Cras sollicitudin. Donec lacus enim, mollis sit amet, interdum quis, euismod et, nulla. Nunc sit amet dui eu magna dapibus mollis. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nulla facilisi. -

    -

    - In hac habitasse platea dictumst. Nunc neque urna, dapibus ut, tristique ut, bibendum ac, felis. Donec dictum est ut dolor. Etiam accumsan, velit sit amet blandit vestibulum, turpis quam hendrerit risus, vel interdum eros orci in nunc. Curabitur tellus sapien, rutrum ac, euismod ac, malesuada nec, pede. Proin sit amet ipsum. Praesent quam nisl, adipiscing nec, tristique eget, fermentum sed, est. Praesent ac est sit amet orci facilisis placerat. Sed consequat, est sit amet consectetuer viverra, risus urna porttitor tellus, ut convallis nibh libero in lectus. Pellentesque molestie, erat non vehicula pretium, turpis nisi eleifend eros, sed scelerisque tortor odio non tellus. Nunc leo tellus, faucibus vitae, placerat a, accumsan vel, arcu. In et orci. Ut tristique euismod nibh. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Sed nulla nunc, placerat vitae, pellentesque non, interdum non, sapien. Quisque faucibus, eros sed venenatis sagittis, leo risus rhoncus risus, in pretium sem purus a lacus. Aliquam aliquam leo et diam. - -

    -

    - Nulla sagittis diam. Phasellus vitae enim tristique libero molestie tristique. Nam mauris sem, elementum nec, cursus in, fringilla ac, neque. Nunc metus nisi, dictum vel, vulputate quis, porttitor bibendum, tortor. Vestibulum vehicula. Nulla facilisi. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla ac magna sed purus ultricies euismod. Aliquam dictum. Sed mauris. Suspendisse justo. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi purus lorem, auctor non, porta ac, vehicula vel, orci. Morbi pharetra massa nec leo. Maecenas et mauris. Aliquam porttitor tincidunt nulla. Vestibulum pede. -

    -

    - Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Pellentesque consequat risus cursus ipsum. Etiam libero. Integer vel mauris. Donec vulputate. In ut augue vitae nibh lobortis tempor. Aliquam hendrerit quam. Phasellus sed orci. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut sed urna. Donec nunc urna, porttitor a, feugiat pellentesque, varius id, justo. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Nulla facilisi. Sed sollicitudin. Integer enim. Aenean sollicitudin. -

    -

    - Integer lorem turpis, dapibus sed, vulputate nec, volutpat a, sem. Sed malesuada laoreet lorem. Duis mauris ipsum, fringilla nec, tristique vel, imperdiet vel, neque. Nulla vel purus. Fusce non lectus. Mauris pulvinar. Curabitur eget eros. Nunc ultrices, risus vitae adipiscing scelerisque, quam mi auctor lacus, non pellentesque augue sapien a magna. Etiam rutrum posuere tortor. Mauris rhoncus sagittis dolor. Donec sed quam. Vivamus vel diam id massa adipiscing bibendum. Suspendisse potenti. Integer arcu est, adipiscing sit amet, convallis eu, sollicitudin tincidunt, quam. -

    -

    - Etiam ligula lorem, imperdiet ac, luctus eget, ultrices at, odio. Vivamus malesuada, justo eu adipiscing semper, nisi dui tempus magna, quis ultrices nunc tellus id massa. Nullam lobortis auctor sapien. Quisque non nulla. Donec lobortis pellentesque nisl. Sed lacus sapien, viverra vitae, blandit ut, fermentum quis, leo. Morbi augue turpis, hendrerit non, feugiat vel, laoreet sed, est. Nunc velit. Praesent lobortis. Integer enim. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Curabitur faucibus lacus ac ante. Donec odio odio, tincidunt a, egestas nec, scelerisque nec, dui. Cras sollicitudin. Donec lacus enim, mollis sit amet, interdum quis, euismod et, nulla. Nunc sit amet dui eu magna dapibus mollis. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nulla facilisi. -

    -

    - In hac habitasse platea dictumst. Nunc neque urna, dapibus ut, tristique ut, bibendum ac, felis. Donec dictum est ut dolor. Etiam accumsan, velit sit amet blandit vestibulum, turpis quam hendrerit risus, vel interdum eros orci in nunc. Curabitur tellus sapien, rutrum ac, euismod ac, malesuada nec, pede. Proin sit amet ipsum. Praesent quam nisl, adipiscing nec, tristique eget, fermentum sed, est. Praesent ac est sit amet orci facilisis placerat. Sed consequat, est sit amet consectetuer viverra, risus urna porttitor tellus, ut convallis nibh libero in lectus. Pellentesque molestie, erat non vehicula pretium, turpis nisi eleifend eros, sed scelerisque tortor odio non tellus. Nunc leo tellus, faucibus vitae, placerat a, accumsan vel, arcu. In et orci. Ut tristique euismod nibh. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Sed nulla nunc, placerat vitae, pellentesque non, interdum non, sapien. Quisque faucibus, eros sed venenatis sagittis, leo risus rhoncus risus, in pretium sem purus a lacus. Aliquam aliquam leo et diam. - -

    -

    - Nulla sagittis diam. Phasellus vitae enim tristique libero molestie tristique. Nam mauris sem, elementum nec, cursus in, fringilla ac, neque. Nunc metus nisi, dictum vel, vulputate quis, porttitor bibendum, tortor. Vestibulum vehicula. Nulla facilisi. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla ac magna sed purus ultricies euismod. Aliquam dictum. Sed mauris. Suspendisse justo. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi purus lorem, auctor non, porta ac, vehicula vel, orci. Morbi pharetra massa nec leo. Maecenas et mauris. Aliquam porttitor tincidunt nulla. Vestibulum pede. -

    -

    - Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Pellentesque consequat risus cursus ipsum. Etiam libero. Integer vel mauris. Donec vulputate. In ut augue vitae nibh lobortis tempor. Aliquam hendrerit quam. Phasellus sed orci. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut sed urna. Donec nunc urna, porttitor a, feugiat pellentesque, varius id, justo. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Nulla facilisi. Sed sollicitudin. Integer enim. Aenean sollicitudin. -

    -

    - Integer lorem turpis, dapibus sed, vulputate nec, volutpat a, sem. Sed malesuada laoreet lorem. Duis mauris ipsum, fringilla nec, tristique vel, imperdiet vel, neque. Nulla vel purus. Fusce non lectus. Mauris pulvinar. Curabitur eget eros. Nunc ultrices, risus vitae adipiscing scelerisque, quam mi auctor lacus, non pellentesque augue sapien a magna. Etiam rutrum posuere tortor. Mauris rhoncus sagittis dolor. Donec sed quam. Vivamus vel diam id massa adipiscing bibendum. Suspendisse potenti. Integer arcu est, adipiscing sit amet, convallis eu, sollicitudin tincidunt, quam. -

    -

    - Etiam ligula lorem, imperdiet ac, luctus eget, ultrices at, odio. Vivamus malesuada, justo eu adipiscing semper, nisi dui tempus magna, quis ultrices nunc tellus id massa. Nullam lobortis auctor sapien. Quisque non nulla. Donec lobortis pellentesque nisl. Sed lacus sapien, viverra vitae, blandit ut, fermentum quis, leo. Morbi augue turpis, hendrerit non, feugiat vel, laoreet sed, est. Nunc velit. Praesent lobortis. Integer enim. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Curabitur faucibus lacus ac ante. Donec odio odio, tincidunt a, egestas nec, scelerisque nec, dui. Cras sollicitudin. Donec lacus enim, mollis sit amet, interdum quis, euismod et, nulla. Nunc sit amet dui eu magna dapibus mollis. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nulla facilisi. -

    -

    - In hac habitasse platea dictumst. Nunc neque urna, dapibus ut, tristique ut, bibendum ac, felis. Donec dictum est ut dolor. Etiam accumsan, velit sit amet blandit vestibulum, turpis quam hendrerit risus, vel interdum eros orci in nunc. Curabitur tellus sapien, rutrum ac, euismod ac, malesuada nec, pede. Proin sit amet ipsum. Praesent quam nisl, adipiscing nec, tristique eget, fermentum sed, est. Praesent ac est sit amet orci facilisis placerat. Sed consequat, est sit amet consectetuer viverra, risus urna porttitor tellus, ut convallis nibh libero in lectus. Pellentesque molestie, erat non vehicula pretium, turpis nisi eleifend eros, sed scelerisque tortor odio non tellus. Nunc leo tellus, faucibus vitae, placerat a, accumsan vel, arcu. In et orci. Ut tristique euismod nibh. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Sed nulla nunc, placerat vitae, pellentesque non, interdum non, sapien. Quisque faucibus, eros sed venenatis sagittis, leo risus rhoncus risus, in pretium sem purus a lacus. Aliquam aliquam leo et diam. - -

    -

    - Nulla sagittis diam. Phasellus vitae enim tristique libero molestie tristique. Nam mauris sem, elementum nec, cursus in, fringilla ac, neque. Nunc metus nisi, dictum vel, vulputate quis, porttitor bibendum, tortor. Vestibulum vehicula. Nulla facilisi. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla ac magna sed purus ultricies euismod. Aliquam dictum. Sed mauris. Suspendisse justo. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi purus lorem, auctor non, porta ac, vehicula vel, orci. Morbi pharetra massa nec leo. Maecenas et mauris. Aliquam porttitor tincidunt nulla. Vestibulum pede. -

    - - -
    -

    Absolute test

    -
    - test image -
    - -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    -
    - - - - - diff --git a/view/js/cropper/tests/example-CSS-Float.htm b/view/js/cropper/tests/example-CSS-Float.htm deleted file mode 100644 index 3dbeeab4b1..0000000000 --- a/view/js/cropper/tests/example-CSS-Float.htm +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - CSS - Float test - - - - - - - - - - -

    Test page with floating wrapper

    -

    - Some test content before the image -

    - -
    -

    Float test

    -
    - test image -
    - -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    -
    - - - - - diff --git a/view/js/cropper/tests/example-CSS-Relative.htm b/view/js/cropper/tests/example-CSS-Relative.htm deleted file mode 100644 index ecad1341a6..0000000000 --- a/view/js/cropper/tests/example-CSS-Relative.htm +++ /dev/null @@ -1,116 +0,0 @@ - - - - - - CSS - Relative test - - - - - - - - - - -

    Test page with relatively positioned wrapper

    -

    - Some test content before the image -

    - -
    -

    Relative test

    -
    - test image -
    - - -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    -
    - - - - - diff --git a/view/js/cropper/tests/example-CoordsOnLoad.htm b/view/js/cropper/tests/example-CoordsOnLoad.htm deleted file mode 100644 index c14289c2de..0000000000 --- a/view/js/cropper/tests/example-CoordsOnLoad.htm +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - Loading & displaying co-ordinates of crop area on attachment test - - - - - - - - - - -

    Loading & displaying co-ordinates of crop area on attachment test

    -

    - Some test content before the image -

    - -
    - test image -
    - - -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    - - - - - diff --git a/view/js/cropper/tests/example-CoordsOnLoadWithRatio.htm b/view/js/cropper/tests/example-CoordsOnLoadWithRatio.htm deleted file mode 100644 index 9ba02da111..0000000000 --- a/view/js/cropper/tests/example-CoordsOnLoadWithRatio.htm +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - Loading & displaying co-ordinates (with ratio) of crop area on attachment test< - - - - - - - - - - -

    Loading & displaying co-ordinates (with ratio) of crop area on attachment test

    -

    - Some test content before the image -

    - -
    - test image -
    - - -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    - - - - - diff --git a/view/js/cropper/tests/example-Dimensions.htm b/view/js/cropper/tests/example-Dimensions.htm deleted file mode 100644 index 10e5ba26ca..0000000000 --- a/view/js/cropper/tests/example-Dimensions.htm +++ /dev/null @@ -1,225 +0,0 @@ - - - - - - Different dimensions test - - - - - - - - - - -

    Multiple dimensions tests

    -

    - Test of applying different dimension restrictions to the cropper -

    - -
    -
    - Set the cropper with the following dimension restrictions: -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    - -
    -
    - -
    - test image -
    - - -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    - - - - - diff --git a/view/js/cropper/tests/example-DynamicImage.htm b/view/js/cropper/tests/example-DynamicImage.htm deleted file mode 100644 index 08240bb63d..0000000000 --- a/view/js/cropper/tests/example-DynamicImage.htm +++ /dev/null @@ -1,203 +0,0 @@ - - - - - - Dynamic image test - - - - - - - - - - -

    Dynamic image test

    -

    - Test of dynamically changing images or removing & re-applying the cropper -

    - -
    - test image -
    - -

    - - -

    - -

    - - -

    - - -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    - - - - - diff --git a/view/js/cropper/tests/example-FixedRatio.htm b/view/js/cropper/tests/example-FixedRatio.htm deleted file mode 100644 index 8d196c15c2..0000000000 --- a/view/js/cropper/tests/example-FixedRatio.htm +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - Fixed ratio test - - - - - - - - - - -

    Fixed ratio test

    -

    - Test of applying a fixed ratio to the cropper -

    -
    - -
    - test image -
    - - -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    - - - - - diff --git a/view/js/cropper/tests/example-MinimumDimensions.htm b/view/js/cropper/tests/example-MinimumDimensions.htm deleted file mode 100644 index e6d96b3937..0000000000 --- a/view/js/cropper/tests/example-MinimumDimensions.htm +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - Min dimensions test - - - - - - - - - - -

    Minimum (both axes ) dimension test

    -

    - Test of applying a minimum dimension to both axes to the cropper -

    -
    - -
    - test image -
    - - -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    - - - - - diff --git a/view/js/cropper/tests/example-MinimumWidth.htm b/view/js/cropper/tests/example-MinimumWidth.htm deleted file mode 100644 index ec5d696671..0000000000 --- a/view/js/cropper/tests/example-MinimumWidth.htm +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - Min (single axis) dimensions test - - - - - - - - - - -

    Minimum (single axis) dimension test

    -

    - Test of applying a minimum dimension to only one axis (width in this case) to the cropper -

    -
    -

    - -
    - test image -
    - - -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    - - - - - diff --git a/view/js/cropper/tests/example-Preview.htm b/view/js/cropper/tests/example-Preview.htm deleted file mode 100644 index 51bf260d3c..0000000000 --- a/view/js/cropper/tests/example-Preview.htm +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - - - - - - - - - - -

    - -
    - test image -
    - -
    - -
    -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    -
    - - - - - diff --git a/view/js/cropper/tests/poppy.jpg b/view/js/cropper/tests/poppy.jpg deleted file mode 100644 index 1f6498584473b632b707c83ec751499878266915..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18338 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 diff --git a/view/js/cropper/tests/staticHTMLStructure.htm b/view/js/cropper/tests/staticHTMLStructure.htm deleted file mode 100644 index ddb99278e2..0000000000 --- a/view/js/cropper/tests/staticHTMLStructure.htm +++ /dev/null @@ -1,236 +0,0 @@ - - - - - - - - - - - -

    - - -

    - test image -
    -
    -
    - - -
    -
    -
    -
    - -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - -
    -

    Preview:

    -
    - test image -
    -
    - - - - diff --git a/view/templates/cropbody.tpl b/view/templates/cropbody.tpl index 4cf030bc9d..5fedfd0df4 100644 --- a/view/templates/cropbody.tpl +++ b/view/templates/cropbody.tpl @@ -1,58 +1,54 @@

    {{$title}}

    -{{$desc}} + {{$desc}}

    +
    -{{$title}} + {{$title}}
    +
    -
    +
    - + - - - - - - - - + + + + + + + + -
    - -
    +
    + +
    diff --git a/view/templates/crophead.tpl b/view/templates/crophead.tpl index 033f2e4101..d6fc845673 100644 --- a/view/templates/crophead.tpl +++ b/view/templates/crophead.tpl @@ -1,4 +1,2 @@ - - - - + + diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 728a55b9ca..84ea6db94b 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -726,6 +726,9 @@ input#dfrn-url { height:175px; padding: 12px; } +#profile-photo-wrapper.crop-preview img { + padding: 0; +} #profile-edit-profile-name-label, #profile-edit-name-label, diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 99fde33099..312bee263e 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -1087,6 +1087,9 @@ color: rgba(255,255,255,.85); aside .vcard #profile-photo-wrapper:hover .tool .action { opacity: 1; } +aside .vcard #profile-photo-wrapper.crop-preview { + padding: 0; +} aside .vcard .profile-header { margin-bottom: 20px; } From 51841ab148949100f27cbe51e029e293564838c1 Mon Sep 17 00:00:00 2001 From: rabuzarus Date: Thu, 29 Mar 2018 18:06:56 +0200 Subject: [PATCH 263/430] cropperjs: fix indention --- view/templates/cropbody.tpl | 38 ++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/view/templates/cropbody.tpl b/view/templates/cropbody.tpl index 5fedfd0df4..144277310e 100644 --- a/view/templates/cropbody.tpl +++ b/view/templates/cropbody.tpl @@ -13,25 +13,25 @@ From 4efa2109ee0892e926f5d1f43ef4134692c6b3ec Mon Sep 17 00:00:00 2001 From: rabuzarus Date: Thu, 29 Mar 2018 18:39:26 +0200 Subject: [PATCH 264/430] cropperjs: use npm-asset for composer --- composer.json | 13 +---- composer.lock | 107 ++++++++++++++++++++++++++++++++---- view/templates/crophead.tpl | 4 +- 3 files changed, 98 insertions(+), 26 deletions(-) diff --git a/composer.json b/composer.json index 9cef6f379b..52b4f2c867 100644 --- a/composer.json +++ b/composer.json @@ -35,23 +35,12 @@ "npm-asset/jquery-datetimepicker": "^2.4.0", "npm-asset/jgrowl": "^1.4", "npm-asset/fullcalendar": "^3.0.1", - "fengyuanchen/cropperjs": "1.2.2" + "npm-asset/cropperjs": "1.2.2" }, "repositories": [ { "type": "vcs", "url": "https://github.com/pear/Text_Highlighter" - }, - { - "type": "package", - "package": { - "name": "fengyuanchen/cropperjs", - "version": "1.2.2", - "dist": { - "url": "https://github.com/fengyuanchen/cropperjs/archive/v1.2.2.zip", - "type": "zip" - } - } } ], "autoload": { diff --git a/composer.lock b/composer.lock index 5d15aef12a..4aeae3a725 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "c665c4d63bd0317db0c1992ad7c6c7a1", + "content-hash": "12b8df66213734281765cb6e2c5a786e", "packages": [ { "name": "asika/simple-console", @@ -225,17 +225,6 @@ ], "time": "2015-08-05T01:03:42+00:00" }, - { - "name": "fengyuanchen/cropperjs", - "version": "1.2.2", - "dist": { - "type": "zip", - "url": "https://github.com/fengyuanchen/cropperjs/archive/v1.2.2.zip", - "reference": null, - "shasum": null - }, - "type": "library" - }, { "name": "fxp/composer-asset-plugin", "version": "v1.4.2", @@ -671,6 +660,100 @@ ], "time": "2018-02-26T19:39:55+00:00" }, + { + "name": "npm-asset/cropperjs", + "version": "1.2.2", + "dist": { + "type": "tar", + "url": "https://registry.npmjs.org/cropperjs/-/cropperjs-1.2.2.tgz", + "reference": null, + "shasum": "30dc7a7ce872155b23a33bd10ad4c76c0d613f55" + }, + "require-dev": { + "npm-asset/babel-core": ">=6.26.0,<7.0.0", + "npm-asset/babel-plugin-external-helpers": ">=6.22.0,<7.0.0", + "npm-asset/babel-preset-env": ">=1.6.1,<2.0.0", + "npm-asset/cpy-cli": ">=1.0.1,<2.0.0", + "npm-asset/cssnano": ">=3.10.0,<4.0.0", + "npm-asset/del-cli": ">=1.1.0,<2.0.0", + "npm-asset/eslint": ">=4.14.0,<5.0.0", + "npm-asset/eslint-config-airbnb-base": ">=12.1.0,<13.0.0", + "npm-asset/eslint-plugin-import": ">=2.8.0,<3.0.0", + "npm-asset/node-qunit-phantomjs": ">=2.0.0,<3.0.0", + "npm-asset/npm-run-all": ">=4.1.2,<5.0.0", + "npm-asset/postcss-cli": ">=4.1.1,<5.0.0", + "npm-asset/postcss-cssnext": ">=3.0.2,<4.0.0", + "npm-asset/postcss-header": ">=1.0.0,<2.0.0", + "npm-asset/postcss-url": ">=7.3.0,<8.0.0", + "npm-asset/rollup": ">=0.53.3,<0.54.0", + "npm-asset/rollup-plugin-babel": ">=3.0.3,<4.0.0", + "npm-asset/rollup-watch": ">=4.3.1,<5.0.0", + "npm-asset/stylefmt": ">=6.0.0,<7.0.0", + "npm-asset/uglify-js": ">=3.3.4,<4.0.0" + }, + "type": "npm-asset-library", + "extra": { + "npm-asset-bugs": { + "url": "https://github.com/fengyuanchen/cropperjs/issues" + }, + "npm-asset-files": [ + "src", + "dist" + ], + "npm-asset-main": "dist/cropper.common.js", + "npm-asset-directories": [], + "npm-asset-repository": { + "type": "git", + "url": "git+https://github.com/fengyuanchen/cropperjs.git" + }, + "npm-asset-scripts": { + "build": "npm run build:css && npm run build:js", + "build:css": "postcss src/css/cropper.css -o dist/cropper.css --no-map", + "build:js": "rollup -c", + "clear": "del-cli dist", + "compress": "npm run compress:css && npm run compress:js", + "compress:css": "postcss dist/cropper.css -u cssnano -o dist/cropper.min.css --no-map", + "compress:js": "uglifyjs dist/cropper.js -o dist/cropper.min.js -c -m --comments /^!/", + "copy": "cpy dist/cropper.css docs/css", + "lint": "eslint src/js --fix", + "release": "npm run clear && npm run lint && npm run build && npm run compress && npm run copy && npm test", + "start": "npm-run-all --parallel watch:*", + "test": "node-qunit-phantomjs test/index.html --timeout 10", + "watch:css": "postcss src/css/cropper.css -o docs/css/cropper.css -m -w", + "watch:js": "rollup -c -m -w" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Chen Fengyuan", + "url": "http://chenfengyuan.com" + } + ], + "description": "JavaScript image cropper.", + "homepage": "https://fengyuanchen.github.io/cropperjs", + "keywords": [ + "crop", + "cropper", + "cropper.js", + "cropperjs", + "cropping", + "css", + "development", + "front-end", + "html", + "image", + "javascript", + "move", + "rotate", + "scale", + "web", + "zoom" + ], + "time": "2018-01-03T13:39:39+00:00" + }, { "name": "npm-asset/fullcalendar", "version": "3.9.0", diff --git a/view/templates/crophead.tpl b/view/templates/crophead.tpl index d6fc845673..3fd15796e2 100644 --- a/view/templates/crophead.tpl +++ b/view/templates/crophead.tpl @@ -1,2 +1,2 @@ - - + + From 515ef66c52178a73af85716a3a3019c0cf7936f5 Mon Sep 17 00:00:00 2001 From: rabuzarus Date: Thu, 29 Mar 2018 20:30:26 +0200 Subject: [PATCH 265/430] cropperjs: fix composer.lock --- composer.lock | 102 ++++++++++++++++++++++++-------------------------- 1 file changed, 48 insertions(+), 54 deletions(-) diff --git a/composer.lock b/composer.lock index 4aeae3a725..72417f8e32 100644 --- a/composer.lock +++ b/composer.lock @@ -41,16 +41,16 @@ }, { "name": "bower-asset/Chart-js", - "version": "v2.7.2", + "version": "v2.7.1", "source": { "type": "git", "url": "https://github.com/chartjs/Chart.js.git", - "reference": "98f104cdd03617f1300b417b3d60c23d4e3e3403" + "reference": "0fead21939b92c15093c1b7d5ee2627fb5900fff" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/chartjs/Chart.js/zipball/98f104cdd03617f1300b417b3d60c23d4e3e3403", - "reference": "98f104cdd03617f1300b417b3d60c23d4e3e3403", + "url": "https://api.github.com/repos/chartjs/Chart.js/zipball/0fead21939b92c15093c1b7d5ee2627fb5900fff", + "reference": "0fead21939b92c15093c1b7d5ee2627fb5900fff", "shasum": "" }, "type": "bower-asset-library", @@ -69,7 +69,7 @@ "MIT" ], "description": "Simple HTML5 charts using the canvas element.", - "time": "2018-03-01T21:45:21+00:00" + "time": "2017-10-28T15:01:52+00:00" }, { "name": "bower-asset/base64", @@ -286,16 +286,16 @@ }, { "name": "guzzlehttp/guzzle", - "version": "6.3.2", + "version": "6.3.0", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "68d0ea14d5a3f42a20e87632a5f84931e2709c90" + "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/68d0ea14d5a3f42a20e87632a5f84931e2709c90", - "reference": "68d0ea14d5a3f42a20e87632a5f84931e2709c90", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699", + "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699", "shasum": "" }, "require": { @@ -305,7 +305,7 @@ }, "require-dev": { "ext-curl": "*", - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4", + "phpunit/phpunit": "^4.0 || ^5.0", "psr/log": "^1.0" }, "suggest": { @@ -314,7 +314,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "6.3-dev" + "dev-master": "6.2-dev" } }, "autoload": { @@ -347,7 +347,7 @@ "rest", "web service" ], - "time": "2018-03-26T16:33:04+00:00" + "time": "2017-06-22T18:50:49+00:00" }, { "name": "guzzlehttp/promises", @@ -610,16 +610,16 @@ }, { "name": "mobiledetect/mobiledetectlib", - "version": "2.8.31", + "version": "2.8.30", "source": { "type": "git", "url": "https://github.com/serbanghita/Mobile-Detect.git", - "reference": "adb882ea3b9d154f087ecb2c333180dad6f4dd37" + "reference": "5500bbbf312fe77ef0c7223858dad84fe49ee0c3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/adb882ea3b9d154f087ecb2c333180dad6f4dd37", - "reference": "adb882ea3b9d154f087ecb2c333180dad6f4dd37", + "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/5500bbbf312fe77ef0c7223858dad84fe49ee0c3", + "reference": "5500bbbf312fe77ef0c7223858dad84fe49ee0c3", "shasum": "" }, "require": { @@ -658,7 +658,7 @@ "mobile detector", "php mobile detect" ], - "time": "2018-02-26T19:39:55+00:00" + "time": "2017-12-18T10:38:51+00:00" }, { "name": "npm-asset/cropperjs", @@ -756,27 +756,27 @@ }, { "name": "npm-asset/fullcalendar", - "version": "3.9.0", + "version": "3.8.2", "dist": { "type": "tar", - "url": "https://registry.npmjs.org/fullcalendar/-/fullcalendar-3.9.0.tgz", + "url": "https://registry.npmjs.org/fullcalendar/-/fullcalendar-3.8.2.tgz", "reference": null, - "shasum": "b608a9989f3416f0b1d526c6bdfeeaf2ac79eda5" + "shasum": "ef7dc77b89134bbe6163e51136f7a1f8bfc1d807" }, "require": { "npm-asset/jquery": ">=2,<4.0", - "npm-asset/moment": ">=2.20.1,<3.0.0" + "npm-asset/moment": ">=2.9.0,<3.0.0" }, "require-dev": { - "npm-asset/awesome-typescript-loader": ">=3.5.0,<4.0.0", + "npm-asset/awesome-typescript-loader": ">=3.3.0,<4.0.0", "npm-asset/bootstrap": ">=3.3.7,<4.0.0", "npm-asset/components-jqueryui": "dev-github:components/jqueryui", - "npm-asset/css-loader": ">=0.28.10,<0.29.0", + "npm-asset/css-loader": ">=0.28.7,<0.29.0", "npm-asset/del": ">=2.2.1,<3.0.0", "npm-asset/dts-generator": ">=2.1.0,<3.0.0", - "npm-asset/eslint": ">=4.18.2,<5.0.0", - "npm-asset/eslint-config-standard": ">=11.0.0,<12.0.0", - "npm-asset/eslint-plugin-import": ">=2.9.0,<3.0.0", + "npm-asset/eslint": ">=4.13.1,<5.0.0", + "npm-asset/eslint-config-standard": ">=11.0.0-beta.0,<12.0.0", + "npm-asset/eslint-plugin-import": ">=2.8.0,<3.0.0", "npm-asset/eslint-plugin-node": ">=5.2.1,<6.0.0", "npm-asset/eslint-plugin-promise": ">=3.6.0,<4.0.0", "npm-asset/eslint-plugin-standard": ">=3.0.1,<4.0.0", @@ -789,7 +789,7 @@ "npm-asset/gulp-modify-file": ">=1.0.0,<2.0.0", "npm-asset/gulp-rename": ">=1.2.2,<2.0.0", "npm-asset/gulp-shell": ">=0.6.5,<0.7.0", - "npm-asset/gulp-tslint": ">=8.1.3,<9.0.0", + "npm-asset/gulp-tslint": ">=8.1.2,<9.0.0", "npm-asset/gulp-uglify": ">=2.0.0,<3.0.0", "npm-asset/gulp-util": ">=3.0.7,<4.0.0", "npm-asset/gulp-watch": ">=4.3.11,<5.0.0", @@ -808,14 +808,14 @@ "npm-asset/native-promise-only": ">=0.8.1,<0.9.0", "npm-asset/node-sass": ">=4.7.2,<5.0.0", "npm-asset/phantomjs-prebuilt": ">=2.1.7,<3.0.0", - "npm-asset/sass-loader": ">=6.0.7,<7.0.0", + "npm-asset/sass-loader": ">=6.0.6,<7.0.0", "npm-asset/tslib": ">=1.8.0,<2.0.0", "npm-asset/tslint": ">=5.8.0,<6.0.0", "npm-asset/tslint-config-standard": ">=7.0.0,<8.0.0", "npm-asset/types--jquery": "2.0.47", - "npm-asset/typescript": ">=2.7.2,<3.0.0", - "npm-asset/webpack": ">=3.11.0,<4.0.0", - "npm-asset/webpack-stream": ">=4.0.2,<5.0.0", + "npm-asset/typescript": ">=2.6.2,<3.0.0", + "npm-asset/webpack": ">=3.8.1,<4.0.0", + "npm-asset/webpack-stream": ">=4.0.0,<5.0.0", "npm-asset/yargs": ">=4.8.1,<5.0.0" }, "type": "npm-asset-library", @@ -864,7 +864,7 @@ "full-sized", "jquery-plugin" ], - "time": "2018-03-05T03:30:23+00:00" + "time": "2018-01-30T23:49:01+00:00" }, { "name": "npm-asset/jgrowl", @@ -1027,12 +1027,12 @@ }, { "name": "npm-asset/jquery-datetimepicker", - "version": "2.5.20", + "version": "2.5.17", "dist": { "type": "tar", - "url": "https://registry.npmjs.org/jquery-datetimepicker/-/jquery-datetimepicker-2.5.20.tgz", + "url": "https://registry.npmjs.org/jquery-datetimepicker/-/jquery-datetimepicker-2.5.17.tgz", "reference": null, - "shasum": "687d6204b90b03dc93f725f8df036e1d061f37ac" + "shasum": "8857a631f248081d4072563bde40fa8c17e407b1" }, "require": { "npm-asset/jquery": ">=1.7.2", @@ -1040,14 +1040,8 @@ "npm-asset/php-date-formatter": ">=1.3.4,<2.0.0" }, "require-dev": { - "npm-asset/chai": ">=4.1.2,<5.0.0", "npm-asset/concat": "dev-github:azer/concat", "npm-asset/concat-cli": ">=4.0.0,<5.0.0", - "npm-asset/karma": ">=2.0.0,<3.0.0", - "npm-asset/karma-chai": ">=0.1.0,<0.2.0", - "npm-asset/karma-firefox-launcher": ">=1.1.0,<2.0.0", - "npm-asset/karma-mocha": ">=1.3.0,<2.0.0", - "npm-asset/mocha": ">=5.0.4,<6.0.0", "npm-asset/uglifycss": ">=0.0.27,<0.0.28", "npm-asset/uglifyjs": ">=2.4.10,<3.0.0" }, @@ -1063,13 +1057,13 @@ "url": "git+https://github.com/xdan/datetimepicker.git" }, "npm-asset-scripts": { - "test": "karma start --browsers Firefox karma.conf.js --single-run", + "test": "echo \"Error: no test specified\" && exit 1", "concat": "concat-cli -f node_modules/php-date-formatter/js/php-date-formatter.min.js jquery.datetimepicker.js node_modules/jquery-mousewheel/jquery.mousewheel.js -o build/jquery.datetimepicker.full.js", "minify": "uglifyjs jquery.datetimepicker.js -c -m -o build/jquery.datetimepicker.min.js && uglifycss jquery.datetimepicker.css > build/jquery.datetimepicker.min.css", "minifyconcat": "uglifyjs build/jquery.datetimepicker.full.js -c -m -o build/jquery.datetimepicker.full.min.js", "github": "git add --all && git commit -m \"New version %npm_package_version% \" && git tag %npm_package_version% && git push --tags origin HEAD:master && npm publish", "build": "npm run minify && npm run concat && npm run minifyconcat", - "public": "npm run test && npm version patch --no-git-tag-version && npm run build && npm run github" + "public": "npm version patch --no-git-tag-version && npm run build && npm run github" } }, "license": [ @@ -1079,7 +1073,7 @@ { "name": "Chupurnov", "email": "chupurnov@gmail.com", - "url": "https://xdsoft.net/" + "url": "http://xdsoft.net/" } ], "description": "jQuery Plugin DateTimePicker it is DatePicker and TimePicker in one", @@ -1093,7 +1087,7 @@ "time", "timepicker" ], - "time": "2018-03-21T16:26:39+00:00" + "time": "2018-01-23T05:56:50+00:00" }, { "name": "npm-asset/jquery-mousewheel", @@ -1152,12 +1146,12 @@ }, { "name": "npm-asset/moment", - "version": "2.21.0", + "version": "2.20.1", "dist": { "type": "tar", - "url": "https://registry.npmjs.org/moment/-/moment-2.21.0.tgz", + "url": "https://registry.npmjs.org/moment/-/moment-2.20.1.tgz", "reference": null, - "shasum": "2a114b51d2a6ec9e6d83cf803f838a878d8a023a" + "shasum": "d6eb1a46cbcc14a2b2f9434112c1ff8907f313fd" }, "require-dev": { "npm-asset/benchmark": "dev-default|*", @@ -1260,7 +1254,7 @@ "time", "validate" ], - "time": "2018-03-02T20:41:10+00:00" + "time": "2017-12-19T04:44:18+00:00" }, { "name": "npm-asset/php-date-formatter", @@ -1472,16 +1466,16 @@ }, { "name": "paragonie/sodium_compat", - "version": "v1.6.1", + "version": "v1.6.0", "source": { "type": "git", "url": "https://github.com/paragonie/sodium_compat.git", - "reference": "9857e17bf9c1464485d8cc804eb13f2bcddc4cf0" + "reference": "1f6e5682eff4a5a6a394b14331a1904f1740e432" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/9857e17bf9c1464485d8cc804eb13f2bcddc4cf0", - "reference": "9857e17bf9c1464485d8cc804eb13f2bcddc4cf0", + "url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/1f6e5682eff4a5a6a394b14331a1904f1740e432", + "reference": "1f6e5682eff4a5a6a394b14331a1904f1740e432", "shasum": "" }, "require": { @@ -1550,7 +1544,7 @@ "secret-key cryptography", "side-channel resistant" ], - "time": "2018-03-21T17:08:08+00:00" + "time": "2018-02-15T05:50:20+00:00" }, { "name": "pear/console_getopt", From 586b0b6e5724c79c17f57e04897a1c7d7dead6f6 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Thu, 29 Mar 2018 19:29:09 -0400 Subject: [PATCH 266/430] Add bash to text_highlight language list --- include/text.php | 4 ++++ src/Content/Text/BBCode.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/include/text.php b/include/text.php index 67ce7e65e8..311422c575 100644 --- a/include/text.php +++ b/include/text.php @@ -2030,6 +2030,10 @@ function text_highlight($s, $lang) { $lang = 'javascript'; } + if ($lang === 'bash') { + $lang = 'sh'; + } + // @TODO: Replace Text_Highlighter_Renderer_Html by scrivo/highlight.php // Autoload the library to make constants available diff --git a/src/Content/Text/BBCode.php b/src/Content/Text/BBCode.php index 7d1c429765..d545492bb0 100644 --- a/src/Content/Text/BBCode.php +++ b/src/Content/Text/BBCode.php @@ -1294,7 +1294,7 @@ class BBCode extends BaseObject { if (in_array(strtolower($match[1]), ['php', 'css', 'mysql', 'sql', 'abap', 'diff', 'html', 'perl', 'ruby', - 'vbscript', 'avrc', 'dtd', 'java', 'xml', 'cpp', 'python', 'javascript', 'js', 'sh']) + 'vbscript', 'avrc', 'dtd', 'java', 'xml', 'cpp', 'python', 'javascript', 'js', 'sh', 'bash']) ) { return text_highlight($match[2], strtolower($match[1])); } From 80b6dc5787a6da176f1906132e8b520b5aa2db43 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Thu, 29 Mar 2018 19:29:36 -0400 Subject: [PATCH 267/430] Add fallback to regular code if language doesn't exist --- src/Content/Text/BBCode.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/Content/Text/BBCode.php b/src/Content/Text/BBCode.php index d545492bb0..5b0aa2cff6 100644 --- a/src/Content/Text/BBCode.php +++ b/src/Content/Text/BBCode.php @@ -1292,13 +1292,17 @@ class BBCode extends BaseObject private static function textHighlightCallback($match) { + // Fallback in case the language doesn't exist + $return = '[code]' . $match[2] . '[/code]'; + if (in_array(strtolower($match[1]), ['php', 'css', 'mysql', 'sql', 'abap', 'diff', 'html', 'perl', 'ruby', 'vbscript', 'avrc', 'dtd', 'java', 'xml', 'cpp', 'python', 'javascript', 'js', 'sh', 'bash']) ) { - return text_highlight($match[2], strtolower($match[1])); + $return = text_highlight($match[2], strtolower($match[1])); } - return $match[0]; + + return $return; } /** From 3a58fe48bd915da6d3f3d2a40317a5b0b43b4baa Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Thu, 29 Mar 2018 23:28:48 -0400 Subject: [PATCH 268/430] Fix formatting in mod/follow --- mod/follow.php | 132 ++++++++++++++++++++++++------------------------- 1 file changed, 66 insertions(+), 66 deletions(-) diff --git a/mod/follow.php b/mod/follow.php index 1dc20d16d1..639fa06867 100644 --- a/mod/follow.php +++ b/mod/follow.php @@ -11,10 +11,10 @@ use Friendica\Model\Profile; use Friendica\Network\Probe; use Friendica\Database\DBM; -function follow_post(App $a) { - +function follow_post(App $a) +{ if (!local_user()) { - notice(L10n::t('Permission denied.') . EOL); + notice(L10n::t('Permission denied.')); goaway($_SESSION['return_url']); // NOTREACHED } @@ -29,7 +29,7 @@ function follow_post(App $a) { // Makes the connection request for friendica contacts easier // This is just a precaution if maybe this page is called somewhere directly via POST - $_SESSION["fastlane"] = $url; + $_SESSION['fastlane'] = $url; $result = Contact::createFromProbe($uid, $url, true); @@ -39,19 +39,19 @@ function follow_post(App $a) { } goaway($return_url); } elseif ($result['cid']) { - goaway(System::baseUrl().'/contacts/'.$result['cid']); + goaway(System::baseUrl() . '/contacts/' . $result['cid']); } - info(L10n::t('The contact could not be added.').EOL); + info(L10n::t('The contact could not be added.')); goaway($return_url); // NOTREACHED } -function follow_content(App $a) { - +function follow_content(App $a) +{ if (!local_user()) { - notice(L10n::t('Permission denied.') . EOL); + notice(L10n::t('Permission denied.')); goaway($_SESSION['return_url']); // NOTREACHED } @@ -70,8 +70,8 @@ function follow_content(App $a) { if ($r) { if ($r[0]['pending']) { - notice(L10n::t('You already added this contact.').EOL); - $submit = ""; + notice(L10n::t('You already added this contact.')); + $submit = ''; //goaway($_SESSION['return_url']); // NOTREACHED } @@ -79,104 +79,104 @@ function follow_content(App $a) { $ret = Probe::uri($url); - if (($ret["network"] == NETWORK_DIASPORA) && !Config::get('system', 'diaspora_enabled')) { - notice(L10n::t("Diaspora support isn't enabled. Contact can't be added.") . EOL); - $submit = ""; + if (($ret['network'] == NETWORK_DIASPORA) && !Config::get('system', 'diaspora_enabled')) { + notice(L10n::t("Diaspora support isn't enabled. Contact can't be added.")); + $submit = ''; //goaway($_SESSION['return_url']); // NOTREACHED } - if (($ret["network"] == NETWORK_OSTATUS) && Config::get('system', 'ostatus_disabled')) { - notice(L10n::t("OStatus support is disabled. Contact can't be added.") . EOL); - $submit = ""; + if (($ret['network'] == NETWORK_OSTATUS) && Config::get('system', 'ostatus_disabled')) { + notice(L10n::t("OStatus support is disabled. Contact can't be added.")); + $submit = ''; //goaway($_SESSION['return_url']); // NOTREACHED } - if ($ret["network"] == NETWORK_PHANTOM) { - notice(L10n::t("The network type couldn't be detected. Contact can't be added.") . EOL); - $submit = ""; + if ($ret['network'] == NETWORK_PHANTOM) { + notice(L10n::t("The network type couldn't be detected. Contact can't be added.")); + $submit = ''; //goaway($_SESSION['return_url']); // NOTREACHED } - if ($ret["network"] == NETWORK_MAIL) { - $ret["url"] = $ret["addr"]; + if ($ret['network'] == NETWORK_MAIL) { + $ret['url'] = $ret['addr']; } if (($ret['network'] === NETWORK_DFRN) && !DBM::is_result($r)) { - $request = $ret["request"]; + $request = $ret['request']; $tpl = get_markup_template('dfrn_request.tpl'); } else { - $request = System::baseUrl()."/follow"; + $request = System::baseUrl() . '/follow'; $tpl = get_markup_template('auto_request.tpl'); } $r = q("SELECT `url` FROM `contact` WHERE `uid` = %d AND `self` LIMIT 1", intval($uid)); if (!$r) { - notice(L10n::t('Permission denied.') . EOL); + notice(L10n::t('Permission denied.')); goaway($_SESSION['return_url']); // NOTREACHED } - $myaddr = $r[0]["url"]; + $myaddr = $r[0]['url']; $gcontact_id = 0; // Makes the connection request for friendica contacts easier - $_SESSION["fastlane"] = $ret["url"]; + $_SESSION['fastlane'] = $ret['url']; $r = q("SELECT `id`, `location`, `about`, `keywords` FROM `gcontact` WHERE `nurl` = '%s'", - normalise_link($ret["url"])); + normalise_link($ret['url'])); if (!$r) { - $r = [["location" => "", "about" => "", "keywords" => ""]]; + $r = [['location' => '', 'about' => '', 'keywords' => '']]; } else { - $gcontact_id = $r[0]["id"]; + $gcontact_id = $r[0]['id']; } if ($ret['network'] === NETWORK_DIASPORA) { - $r[0]["location"] = ""; - $r[0]["about"] = ""; + $r[0]['location'] = ''; + $r[0]['about'] = ''; } - $header = L10n::t("Connect/Follow"); + $header = L10n::t('Connect/Follow'); - $o = replace_macros($tpl, [ - '$header' => htmlentities($header), - //'$photo' => proxy_url($ret["photo"], false, PROXY_SIZE_SMALL), - '$desc' => "", - '$pls_answer' => L10n::t('Please answer the following:'), - '$does_know_you' => ['knowyou', L10n::t('Does %s know you?', $ret["name"]), false, '', [L10n::t('No'), L10n::t('Yes')]], - '$add_note' => L10n::t('Add a personal note:'), - '$page_desc' => "", - '$friendica' => "", - '$statusnet' => "", - '$diaspora' => "", - '$diasnote' => "", - '$your_address' => L10n::t('Your Identity Address:'), - '$invite_desc' => "", - '$emailnet' => "", - '$submit' => $submit, - '$cancel' => L10n::t('Cancel'), - '$nickname' => "", - '$name' => $ret["name"], - '$url' => $ret["url"], - '$zrl' => Profile::zrl($ret["url"]), - '$url_label' => L10n::t("Profile URL"), - '$myaddr' => $myaddr, - '$request' => $request, - /*'$location' => Friendica\Content\Text\BBCode::::convert($r[0]["location"]), - '$location_label' => L10n::t("Location:"), - '$about' => Friendica\Content\Text\BBCode::::convert($r[0]["about"], false, false), - '$about_label' => L10n::t("About:"), */ - '$keywords' => $r[0]["keywords"], - '$keywords_label' => L10n::t("Tags:") + $o = replace_macros($tpl, [ + '$header' => htmlentities($header), + //'$photo' => proxy_url($ret['photo'], false, PROXY_SIZE_SMALL), + '$desc' => '', + '$pls_answer' => L10n::t('Please answer the following:'), + '$does_know_you' => ['knowyou', L10n::t('Does %s know you?', $ret['name']), false, '', [L10n::t('No'), L10n::t('Yes')]], + '$add_note' => L10n::t('Add a personal note:'), + '$page_desc' => '', + '$friendica' => '', + '$statusnet' => '', + '$diaspora' => '', + '$diasnote' => '', + '$your_address' => L10n::t('Your Identity Address:'), + '$invite_desc' => '', + '$emailnet' => '', + '$submit' => $submit, + '$cancel' => L10n::t('Cancel'), + '$nickname' => '', + '$name' => $ret['name'], + '$url' => $ret['url'], + '$zrl' => Profile::zrl($ret['url']), + '$url_label' => L10n::t('Profile URL'), + '$myaddr' => $myaddr, + '$request' => $request, + /*'$location' => Friendica\Content\Text\BBCode::::convert($r[0]['location']), + '$location_label'=> L10n::t('Location:'), + '$about' => Friendica\Content\Text\BBCode::::convert($r[0]['about'], false, false), + '$about_label' => L10n::t('About:'),*/ + '$keywords' => $r[0]['keywords'], + '$keywords_label'=> L10n::t('Tags:') ]); - $a->page['aside'] = ""; + $a->page['aside'] = ''; - Profile::load($a, "", 0, Contact::getDetailsByURL($ret["url"]), false); + Profile::load($a, '', 0, Contact::getDetailsByURL($ret['url']), false); if ($gcontact_id <> 0) { $o .= replace_macros(get_markup_template('section_title.tpl'), @@ -184,7 +184,7 @@ function follow_content(App $a) { ); // Show last public posts - $o .= Contact::getPostsFromUrl($ret["url"]); + $o .= Contact::getPostsFromUrl($ret['url']); } return $o; From d13f36938cf5132b822c313eef4f9ed565ecf7b9 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Thu, 29 Mar 2018 23:29:41 -0400 Subject: [PATCH 269/430] Suppress error message for non-existing contacts in mod/follow --- mod/follow.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mod/follow.php b/mod/follow.php index 639fa06867..1292d24e33 100644 --- a/mod/follow.php +++ b/mod/follow.php @@ -176,7 +176,10 @@ function follow_content(App $a) $a->page['aside'] = ''; - Profile::load($a, '', 0, Contact::getDetailsByURL($ret['url']), false); + $profiledata = Contact::getDetailsByURL($ret['url']); + if ($profiledata) { + Profile::load($a, '', 0, $profiledata, false); + } if ($gcontact_id <> 0) { $o .= replace_macros(get_markup_template('section_title.tpl'), From 1613f2a1c48db54e8841a286dd60013fd7859b48 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 30 Mar 2018 06:20:00 +0000 Subject: [PATCH 270/430] Ensure that public contacts can't create toplevel posts --- mod/dfrn_notify.php | 1 - src/Protocol/DFRN.php | 26 +++++++++++++++----------- 2 files changed, 15 insertions(+), 12 deletions(-) diff --git a/mod/dfrn_notify.php b/mod/dfrn_notify.php index a9dbcd2633..a43c316b0c 100644 --- a/mod/dfrn_notify.php +++ b/mod/dfrn_notify.php @@ -55,7 +55,6 @@ function dfrn_notify_post(App $a) { } // Set the user id. This is important if this is a public contact - $importer['uid'] = $user['uid']; $importer['importer_uid'] = $user['uid']; // Now we should be able to import it diff --git a/src/Protocol/DFRN.php b/src/Protocol/DFRN.php index 429c5051ff..3d836acf9e 100644 --- a/src/Protocol/DFRN.php +++ b/src/Protocol/DFRN.php @@ -1433,7 +1433,7 @@ class DFRN $contact_old = dba::fetch_first("SELECT `id`, `uid`, `url`, `network`, `avatar-date`, `avatar`, `name-date`, `uri-date`, `addr`, `name`, `nick`, `about`, `location`, `keywords`, `xmpp`, `bdyear`, `bd`, `hidden`, `contact-type` FROM `contact` WHERE `uid` = ? AND `nurl` = ? AND `network` != ?", - $importer["uid"], + $importer["importer_uid"], normalise_link($author["link"]), NETWORK_STATUSNET ); @@ -1443,7 +1443,7 @@ class DFRN $author["network"] = $contact_old["network"]; } else { if (!$onlyfetch) { - logger("Contact ".$author["link"]." wasn't found for user ".$importer["uid"]." XML: ".$xml, LOGGER_DEBUG); + logger("Contact ".$author["link"]." wasn't found for user ".$importer["importer_uid"]." XML: ".$xml, LOGGER_DEBUG); } $author["contact-id"] = $importer["id"]; @@ -1639,7 +1639,7 @@ class DFRN Contact::updateAvatar( $author['avatar'], - $importer['uid'], + $importer['importer_uid'], $contact['id'], (strtotime($contact['avatar-date']) > strtotime($contact_old['avatar-date']) || ($author['avatar'] != $contact_old['avatar'])) ); @@ -1657,7 +1657,7 @@ class DFRN $poco["contact-type"] = $contact["contact-type"]; $gcid = GContact::update($poco); - GContact::link($gcid, $importer["uid"], $contact["id"]); + GContact::link($gcid, $importer["importer_uid"], $contact["id"]); } return $author; @@ -2617,7 +2617,7 @@ class DFRN if ((x($ev, "desc") || x($ev, "summary")) && x($ev, "start")) { logger("Event in item ".$item["uri"]." was found.", LOGGER_DEBUG); $ev["cid"] = $importer["id"]; - $ev["uid"] = $importer["uid"]; + $ev["uid"] = $importer["importer_uid"]; $ev["uri"] = $item["uri"]; $ev["edited"] = $item["edited"]; $ev["private"] = $item["private"]; @@ -2626,7 +2626,7 @@ class DFRN $r = q( "SELECT `id` FROM `event` WHERE `uri` = '%s' AND `uid` = %d LIMIT 1", dbesc($item["uri"]), - intval($importer["uid"]) + intval($importer["importer_uid"]) ); if (DBM::is_result($r)) { $ev["id"] = $r[0]["id"]; @@ -2681,6 +2681,10 @@ class DFRN return true; } } else { // $entrytype == DFRN_TOP_LEVEL + if ($importer["uid"] == 0) { + logger("Contact ".$importer["id"]." isn't known to user ".$importer["importer_uid"].". The post will be ignored.", LOGGER_DEBUG); + return; + } if (!link_compare($item["owner-link"], $importer["url"])) { /* * The item owner info is not our contact. It's OK and is to be expected if this is a tgroup delivery, @@ -2736,10 +2740,10 @@ class DFRN return false; } - $condition = ["`uri` = ? AND `uid` = ? AND NOT `file` LIKE '%[%'", $uri, $importer["uid"]]; + $condition = ["`uri` = ? AND `uid` = ? AND NOT `file` LIKE '%[%'", $uri, $importer["importer_uid"]]; $item = dba::selectFirst('item', ['id', 'parent', 'contact-id'], $condition); if (!DBM::is_result($item)) { - logger("Item with uri " . $uri . " for user " . $importer["uid"] . " wasn't found.", LOGGER_DEBUG); + logger("Item with uri " . $uri . " for user " . $importer["importer_uid"] . " wasn't found.", LOGGER_DEBUG); return; } @@ -2808,7 +2812,7 @@ class DFRN $xpath->registerNamespace("statusnet", NAMESPACE_STATUSNET); $header = []; - $header["uid"] = $importer["uid"]; + $header["uid"] = $importer["importer_uid"]; $header["network"] = NETWORK_DFRN; $header["type"] = "remote"; $header["wall"] = 0; @@ -2827,7 +2831,7 @@ class DFRN self::fetchauthor($xpath, $doc->firstChild, $importer, "dfrn:owner", false, $xml); } - logger("Import DFRN message for user " . $importer["uid"] . " from contact " . $importer["id"], LOGGER_DEBUG); + logger("Import DFRN message for user " . $importer["importer_uid"] . " from contact " . $importer["id"], LOGGER_DEBUG); // The account type is new since 3.5.1 if ($xpath->query("/atom:feed/dfrn:account_type")->length > 0) { @@ -2895,7 +2899,7 @@ class DFRN self::processEntry($header, $xpath, $entry, $importer, $xml); } } - logger("Import done for user " . $importer["uid"] . " from contact " . $importer["id"], LOGGER_DEBUG); + logger("Import done for user " . $importer["importer_uid"] . " from contact " . $importer["id"], LOGGER_DEBUG); return 200; } From 2eb4912dbf3e0c26b8945ee7a64ac0ff1c9ce9ce Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 30 Mar 2018 19:17:12 +0000 Subject: [PATCH 271/430] New functionality to set a password for a given user --- src/Core/Console.php | 2 + src/Core/Console/NewPassword.php | 91 ++++++++++++++++++++++++++++++++ 2 files changed, 93 insertions(+) create mode 100644 src/Core/Console/NewPassword.php diff --git a/src/Core/Console.php b/src/Core/Console.php index eb6e08057a..02a0b66ae2 100644 --- a/src/Core/Console.php +++ b/src/Core/Console.php @@ -22,6 +22,7 @@ class Console extends \Asika\SimpleConsole\Console 'globalcommunityblock' => __NAMESPACE__ . '\Console\GlobalCommunityBlock', 'globalcommunitysilence' => __NAMESPACE__ . '\Console\GlobalCommunitySilence', 'maintenance' => __NAMESPACE__ . '\Console\Maintenance', + 'newpassword' => __NAMESPACE__ . '\Console\NewPassword', 'php2po' => __NAMESPACE__ . '\Console\PhpToPo', 'po2php' => __NAMESPACE__ . '\Console\PoToPhp', 'typo' => __NAMESPACE__ . '\Console\Typo', @@ -42,6 +43,7 @@ Commands: globalcommunitysilence Silence remote profile from global community page help Show help about a command, e.g (bin/console help config) maintenance Set maintenance mode for this node + newpassword Set an new password for a given user php2po Generate a messages.po file from a strings.php file po2php Generate a strings.php file from a messages.po file typo Checks for parse errors in Friendica files diff --git a/src/Core/Console/NewPassword.php b/src/Core/Console/NewPassword.php new file mode 100644 index 0000000000..9d40e454bb --- /dev/null +++ b/src/Core/Console/NewPassword.php @@ -0,0 +1,91 @@ + + * @author Hypolite Petovan + */ +class NewPassword extends \Asika\SimpleConsole\Console +{ + protected $helpOptions = ['h', 'help', '?']; + + protected function getHelp() + { + $help = << [-h|--help|-?] [-v] + +Description + Creates a new password for a user without using the "forgot password" functionality. + +Options + -h|--help|-? Show help information + -v Show more debug information. +HELP; + return $help; + } + + protected function doExecute() + { + $a = get_app(); + + if ($this->getOption('v')) { + $this->out('Class: ' . __CLASS__); + $this->out('Arguments: ' . var_export($this->args, true)); + $this->out('Options: ' . var_export($this->options, true)); + } + + if (count($this->args) == 0) { + $this->out($this->getHelp()); + return 0; + } + + if (count($this->args) > 2) { + throw new \Asika\SimpleConsole\CommandArgsException('Too many arguments'); + } + + require_once '.htconfig.php'; + $result = \dba::connect($db_host, $db_user, $db_pass, $db_data); + unset($db_host, $db_user, $db_pass, $db_data); + + if (!$result) { + throw new \RuntimeException('Unable to connect to database'); + } + + $nick = $this->getArgument(0); + $password = $this->getArgument(1); + + $user = dba::selectFirst('user', ['uid'], ['nickname' => $nick]); + if (!DBM::is_result($user)) { + throw new \RuntimeException(L10n::t('User not found')); + } + + if (!Config::get('system', 'disable_password_exposed', false) && User::isPasswordExposed($password)) { + throw new \RuntimeException(L10n::t('The new password has been exposed in a public data dump, please choose another.')); + } + + if (!User::updatePassword($user['uid'], $password)) { + throw new \RuntimeException(L10n::t('Password update failed. Please try again.')); + } + + $this->out(L10n::t('Password changed.', $nick)); + + return 0; + } +} From 491db963dbeb65e3b9ecee79a48580312c35b110 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 30 Mar 2018 19:57:14 +0000 Subject: [PATCH 272/430] Changed comments --- src/Core/Console.php | 2 +- src/Core/Console/NewPassword.php | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/src/Core/Console.php b/src/Core/Console.php index 02a0b66ae2..a1143ae1d9 100644 --- a/src/Core/Console.php +++ b/src/Core/Console.php @@ -43,7 +43,7 @@ Commands: globalcommunitysilence Silence remote profile from global community page help Show help about a command, e.g (bin/console help config) maintenance Set maintenance mode for this node - newpassword Set an new password for a given user + newpassword Set a new password for a given user php2po Generate a messages.po file from a strings.php file po2php Generate a strings.php file from a messages.po file typo Checks for parse errors in Friendica files diff --git a/src/Core/Console/NewPassword.php b/src/Core/Console/NewPassword.php index 9d40e454bb..d44286d28f 100644 --- a/src/Core/Console/NewPassword.php +++ b/src/Core/Console/NewPassword.php @@ -10,15 +10,13 @@ use Friendica\Database\DBM; use dba; /** - * @brief tool to block an account from the node + * @brief tool to set a new password for a user * - * With this tool, you can block an account in such a way, that no postings - * or comments this account writes are accepted to the node. + * With this tool, you can set a new password for a user * * License: AGPLv3 or later, same as Friendica * - * @author Tobias Diekershoff - * @author Hypolite Petovan + * @author Michael Vogel */ class NewPassword extends \Asika\SimpleConsole\Console { @@ -84,7 +82,7 @@ HELP; throw new \RuntimeException(L10n::t('Password update failed. Please try again.')); } - $this->out(L10n::t('Password changed.', $nick)); + $this->out(L10n::t('Password changed.')); return 0; } From 3b81c6615029752bfddf80dc6c097dff1ce5c424 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Fri, 30 Mar 2018 22:56:04 -0400 Subject: [PATCH 273/430] Use $argv instead of $_SERVER['argv'] --- bin/console.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/console.php b/bin/console.php index 90e4be3928..9c25279d37 100755 --- a/bin/console.php +++ b/bin/console.php @@ -6,4 +6,4 @@ include_once dirname(__DIR__) . '/boot.php'; $a = new Friendica\App(dirname(__DIR__)); \Friendica\BaseObject::setApp($a); -(new Friendica\Core\Console())->execute(); +(new Friendica\Core\Console($argv))->execute(); From 80cca09a538935ed2a733cf86e100c68bdb9151e Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 31 Mar 2018 03:33:19 +0000 Subject: [PATCH 274/430] Fix: Avoid a WSOD when saving the profile --- mod/profiles.php | 1 + 1 file changed, 1 insertion(+) diff --git a/mod/profiles.php b/mod/profiles.php index bec09e2d07..8bb09aa6dd 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -14,6 +14,7 @@ use Friendica\Core\PConfig; use Friendica\Core\System; use Friendica\Core\Worker; use Friendica\Database\DBM; +use Friendica\Model\Contact; use Friendica\Model\GContact; use Friendica\Model\Item; use Friendica\Model\Profile; From 3d487c263ea5c294418cd6cf2d5fc5bb9ffaacae Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 31 Mar 2018 08:19:19 +0000 Subject: [PATCH 275/430] Fixes missing command line argument --- src/App.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/App.php b/src/App.php index 2330bc1185..55623e1e81 100644 --- a/src/App.php +++ b/src/App.php @@ -212,12 +212,6 @@ class App . $this->basepath . DIRECTORY_SEPARATOR . 'library' . PATH_SEPARATOR . $this->basepath); - - if (is_array($_SERVER['argv']) && $_SERVER['argc'] > 1 && substr(end($_SERVER['argv']), 0, 4) == 'http') { - $this->set_baseurl(array_pop($_SERVER['argv'])); - $_SERVER['argc'] --; - } - if ((x($_SERVER, 'QUERY_STRING')) && substr($_SERVER['QUERY_STRING'], 0, 9) === 'pagename=') { $this->query_string = substr($_SERVER['QUERY_STRING'], 9); @@ -868,9 +862,6 @@ class App array_unshift($args, ((x($this->config, 'php_path')) && (strlen($this->config['php_path'])) ? $this->config['php_path'] : 'php')); - // add baseurl to args. cli scripts can't construct it - $args[] = $this->get_baseurl(); - for ($x = 0; $x < count($args); $x ++) { $args[$x] = escapeshellarg($args[$x]); } From 3eb7ab2d9e18df44d1dbbdb1d3805335a0fac362 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 31 Mar 2018 09:34:36 +0000 Subject: [PATCH 276/430] Fix the version sorting in the federation statistics --- mod/admin.php | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/mod/admin.php b/mod/admin.php index 3cbb70d3c5..4ae5eb70b0 100644 --- a/mod/admin.php +++ b/mod/admin.php @@ -635,8 +635,21 @@ function admin_page_federation(App $a) $v = $newVv; } - foreach ($v as $key => $vv) - $v[$key]["version"] = trim(strip_tags($vv["version"])); + // Assure that the versions are sorted correctly + $v2 = []; + $versions = []; + foreach ($v as $vv) { + $version = trim(strip_tags($vv["version"])); + $v2[$version] = $vv; + $versions[] = $version; + } + + usort($versions, 'version_compare'); + + $v = []; + foreach ($versions as $version) { + $v[] = $v2[$version]; + } // the 3rd array item is needed for the JavaScript graphs as JS does // not like some characters in the names of variables... From f51a254ed0abe480d0cefcd8ff41de9bec4fa7f6 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 1 Apr 2018 05:07:35 +0000 Subject: [PATCH 277/430] Public contacts are not permitted for suggestions or mails --- src/Protocol/DFRN.php | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/src/Protocol/DFRN.php b/src/Protocol/DFRN.php index 3d836acf9e..cb23c4bf12 100644 --- a/src/Protocol/DFRN.php +++ b/src/Protocol/DFRN.php @@ -2681,6 +2681,10 @@ class DFRN return true; } } else { // $entrytype == DFRN_TOP_LEVEL + if ($importer["readonly"]) { + logger('ignoring read-only contact '.$importer["id"]); + return; + } if ($importer["uid"] == 0) { logger("Contact ".$importer["id"]." isn't known to user ".$importer["importer_uid"].". The post will be ignored.", LOGGER_DEBUG); return; @@ -2857,21 +2861,16 @@ class DFRN self::processRelocation($xpath, $relocation, $importer); } - if ($importer["readonly"]) { - // We aren't receiving stuff from this person. But we will quietly ignore them - // rather than a blatant "go away" message. - logger('ignoring contact '.$importer["id"]); - return 403; - } + if (($importer["uid"] != 0) && !$importer["readonly"]) { + $mails = $xpath->query("/atom:feed/dfrn:mail"); + foreach ($mails as $mail) { + self::processMail($xpath, $mail, $importer); + } - $mails = $xpath->query("/atom:feed/dfrn:mail"); - foreach ($mails as $mail) { - self::processMail($xpath, $mail, $importer); - } - - $suggestions = $xpath->query("/atom:feed/dfrn:suggest"); - foreach ($suggestions as $suggestion) { - self::processSuggestion($xpath, $suggestion, $importer); + $suggestions = $xpath->query("/atom:feed/dfrn:suggest"); + foreach ($suggestions as $suggestion) { + self::processSuggestion($xpath, $suggestion, $importer); + } } $deletions = $xpath->query("/atom:feed/at:deleted-entry"); From 91e9b464e549df3352b4cb13ed8691019266566e Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 1 Apr 2018 11:22:36 +0200 Subject: [PATCH 278/430] update for PL translation THX waldis --- view/lang/pl/messages.po | 1230 +++++++++++++++++++------------------- view/lang/pl/strings.php | 1228 ++++++++++++++++++------------------- 2 files changed, 1229 insertions(+), 1229 deletions(-) diff --git a/view/lang/pl/messages.po b/view/lang/pl/messages.po index 4b9b463c20..af025cd04c 100644 --- a/view/lang/pl/messages.po +++ b/view/lang/pl/messages.po @@ -39,7 +39,7 @@ msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-28 08:41+0200\n" -"PO-Revision-Date: 2018-03-28 20:01+0000\n" +"PO-Revision-Date: 2018-03-31 20:50+0000\n" "Last-Translator: Waldemar Stoczkowski \n" "Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n" "MIME-Version: 1.0\n" @@ -88,7 +88,7 @@ msgstr[3] "" #: include/api.php:1247 #, php-format msgid "Monthly posting limit of %d post reached. The post was rejected." -msgstr "" +msgstr "Miesięczny limit %d wysyłania postów. Post został odrzucony." #: include/api.php:4400 mod/photos.php:88 mod/photos.php:194 #: mod/photos.php:722 mod/photos.php:1149 mod/photos.php:1166 @@ -97,7 +97,7 @@ msgstr "" #: mod/profile_photo.php:302 mod/profile_photo.php:312 src/Model/User.php:539 #: src/Model/User.php:547 src/Model/User.php:555 msgid "Profile Photos" -msgstr "Zdjęcia profilowe" +msgstr "Zdjęcie profilowe" #: include/conversation.php:144 include/conversation.php:282 #: include/text.php:1724 src/Model/Item.php:1795 @@ -136,12 +136,12 @@ msgstr "" #: include/conversation.php:173 #, php-format msgid "%1$s doesn't attend %2$s's %3$s" -msgstr "" +msgstr "%1$s nie uczestniczy %2$s 's %3$s" #: include/conversation.php:176 #, php-format msgid "%1$s attends maybe %2$s's %3$s" -msgstr "" +msgstr "%1$s może uczęszcza %2$s 's %3$s" #: include/conversation.php:209 mod/dfrn_confirm.php:431 #: src/Protocol/Diaspora.php:2477 @@ -170,11 +170,11 @@ msgstr "" #: include/conversation.php:605 mod/photos.php:1501 mod/profiles.php:354 msgid "Likes" -msgstr "Polubień" +msgstr "Lubi" #: include/conversation.php:605 mod/photos.php:1501 mod/profiles.php:358 msgid "Dislikes" -msgstr "Nie lubień" +msgstr "Nie lubi" #: include/conversation.php:606 include/conversation.php:1680 #: mod/photos.php:1502 @@ -318,7 +318,7 @@ msgstr "i %d inni ludzie" #: include/conversation.php:1231 #, php-format msgid "%2$d people like this" -msgstr "" +msgstr "%2$d ludzi lubi to" #: include/conversation.php:1232 #, php-format @@ -328,7 +328,7 @@ msgstr "%s lubię to." #: include/conversation.php:1235 #, php-format msgid "%2$d people don't like this" -msgstr "" +msgstr "%2$d ludzi nie lubi tego " #: include/conversation.php:1236 #, php-format @@ -353,17 +353,17 @@ msgstr "" #: include/conversation.php:1244 #, php-format msgid "%s don't attend." -msgstr "" +msgstr "%s nie uczestnicz" #: include/conversation.php:1247 #, php-format msgid "%2$d people attend maybe" -msgstr "" +msgstr "%2$dprzyjacielemogą uczestniczyć " #: include/conversation.php:1248 #, php-format msgid "%s attend maybe." -msgstr "" +msgstr "%sbyć może uczestniczyć. " #: include/conversation.php:1278 include/conversation.php:1294 msgid "Visible to everybody" @@ -385,7 +385,7 @@ msgstr "Podaj link do muzyki" #: include/conversation.php:1282 include/conversation.php:1298 msgid "Tag term:" -msgstr "" +msgstr "Termin tagu:" #: include/conversation.php:1283 include/conversation.php:1299 #: mod/filer.php:34 @@ -575,7 +575,7 @@ msgstr "%s administrator" #: include/enotify.php:39 #, php-format msgid "%1$s, %2$s Administrator" -msgstr "" +msgstr "%1$s,%2$sAdministrator" #: include/enotify.php:50 src/Worker/Delivery.php:402 msgid "noreply" @@ -589,7 +589,7 @@ msgstr "[Friendica:Notify] Nowa wiadomość otrzymana od %s" #: include/enotify.php:100 #, php-format msgid "%1$s sent you a new private message at %2$s." -msgstr "" +msgstr "%1$swysłał ci nową prywatną wiadomość na %2$s " #: include/enotify.php:101 msgid "a private message" @@ -613,17 +613,17 @@ msgstr "%1$s skomentował [url=%2$s]a %3$s[/url]" #: include/enotify.php:149 #, php-format msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]" -msgstr "" +msgstr "%1$sskomentował [url=%2$s]%3$s %4$s[/url]" #: include/enotify.php:159 #, php-format msgid "%1$s commented on [url=%2$s]your %3$s[/url]" -msgstr "" +msgstr "%1$s skomentował [url=%2$s] twój %3$s[/ url]" #: include/enotify.php:171 #, php-format msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s" -msgstr "" +msgstr "[Friendica:Powiadomienie] Komentarz do rozmowy #%1$d przez %2$s" #: include/enotify.php:173 #, php-format @@ -639,12 +639,12 @@ msgstr "Odwiedź %s żeby zobaczyć i/lub odpowiedzieć na rozmowę" #: include/enotify.php:183 #, php-format msgid "[Friendica:Notify] %s posted to your profile wall" -msgstr "[Friendica:Notify] %s napisał na twoim profilu" +msgstr "[Friendica:Powiadomienie] %s napisał na twoim profilu" #: include/enotify.php:185 #, php-format msgid "%1$s posted to your profile wall at %2$s" -msgstr "" +msgstr "%1$sopublikowano na ścianie profilu w %2$s " #: include/enotify.php:186 #, php-format @@ -654,12 +654,12 @@ msgstr "" #: include/enotify.php:198 #, php-format msgid "[Friendica:Notify] %s tagged you" -msgstr "[Friendica:Notify] %s oznaczył cię" +msgstr "[Friendica:Powiadomienie] %s dodał Cię" #: include/enotify.php:200 #, php-format msgid "%1$s tagged you at %2$s" -msgstr "%1$s oznaczył/a cię w %2$s" +msgstr "%1$s oznaczono Cię tagiem %2$s" #: include/enotify.php:201 #, php-format @@ -669,12 +669,12 @@ msgstr "" #: include/enotify.php:213 #, php-format msgid "[Friendica:Notify] %s shared a new post" -msgstr "" +msgstr "[Friendica:Powiadomienie] %s udostępnił nowy wpis" #: include/enotify.php:215 #, php-format msgid "%1$s shared a new post at %2$s" -msgstr "" +msgstr "%1$sudostępnił nowy wpis na %2$s " #: include/enotify.php:216 #, php-format @@ -684,7 +684,7 @@ msgstr "" #: include/enotify.php:228 #, php-format msgid "[Friendica:Notify] %1$s poked you" -msgstr "" +msgstr "[Friendica: Powiadomienie] %1$s poked you" #: include/enotify.php:230 #, php-format @@ -699,12 +699,12 @@ msgstr "" #: include/enotify.php:247 #, php-format msgid "[Friendica:Notify] %s tagged your post" -msgstr "" +msgstr "[Friendica:Powiadomienie] %s otagował Twój post" #: include/enotify.php:249 #, php-format msgid "%1$s tagged your post at %2$s" -msgstr "" +msgstr "%1$soznaczyłeś swój wpis na %2$s " #: include/enotify.php:250 #, php-format @@ -713,12 +713,12 @@ msgstr "" #: include/enotify.php:262 msgid "[Friendica:Notify] Introduction received" -msgstr "" +msgstr "[Friendica:Powiadomienie] Zapoznanie wstępne" #: include/enotify.php:264 #, php-format msgid "You've received an introduction from '%1$s' at %2$s" -msgstr "" +msgstr "Otrzymałeś wstęp od '%1$s' z %2$s" #: include/enotify.php:265 #, php-format @@ -728,7 +728,7 @@ msgstr "" #: include/enotify.php:270 include/enotify.php:316 #, php-format msgid "You may visit their profile at %s" -msgstr "Możesz obejrzeć ich profile na %s" +msgstr "Możesz odwiedzić ich profil na stronie %s" #: include/enotify.php:272 #, php-format @@ -737,21 +737,21 @@ msgstr "Odwiedż %s aby zatwierdzić lub odrzucić przedstawienie." #: include/enotify.php:280 msgid "[Friendica:Notify] A new person is sharing with you" -msgstr "" +msgstr "[Friendica:Powiadomienie] Nowa osoba dzieli się z tobą" #: include/enotify.php:282 include/enotify.php:283 #, php-format msgid "%1$s is sharing with you at %2$s" -msgstr "" +msgstr "%1$sdzieli się z tobą w %2$s " #: include/enotify.php:290 msgid "[Friendica:Notify] You have a new follower" -msgstr "" +msgstr "[Friendica:Powiadomienie] Masz nowego obserwatora" #: include/enotify.php:292 include/enotify.php:293 #, php-format msgid "You have a new follower at %2$s : %1$s" -msgstr "" +msgstr "Masz nowego obserwatora na %2$s : %1$s" #: include/enotify.php:305 msgid "[Friendica:Notify] Friend suggestion received" @@ -760,13 +760,13 @@ msgstr "[Friendica: Powiadomienie] Otrzymano sugestię znajomego" #: include/enotify.php:307 #, php-format msgid "You've received a friend suggestion from '%1$s' at %2$s" -msgstr "" +msgstr "Otrzymałeś od znajomego sugestię '%1$s' na %2$s" #: include/enotify.php:308 #, php-format msgid "" "You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s." -msgstr "" +msgstr "Otrzymałeś [url=%1$s] sugestię znajomego [/url] dla %2$s od %3$s." #: include/enotify.php:314 msgid "Name:" @@ -779,7 +779,7 @@ msgstr "Zdjęcie:" #: include/enotify.php:318 #, php-format msgid "Please visit %s to approve or reject the suggestion." -msgstr "" +msgstr "Odwiedź stronę %s, aby zatwierdzić lub odrzucić sugestię." #: include/enotify.php:326 include/enotify.php:341 msgid "[Friendica:Notify] Connection accepted" @@ -788,12 +788,12 @@ msgstr "[Friendica: Powiadomienie] Połączenie zostało zaakceptowane" #: include/enotify.php:328 include/enotify.php:343 #, php-format msgid "'%1$s' has accepted your connection request at %2$s" -msgstr "" +msgstr "'%1$s' zaakceptował Twoją prośbę o połączenie na %2$s" #: include/enotify.php:329 include/enotify.php:344 #, php-format msgid "%2$s has accepted your [url=%1$s]connection request[/url]." -msgstr "" +msgstr "%2$szaakceptował twoje [url=%1$s] żądanie połączenia [/url]. " #: include/enotify.php:334 msgid "" @@ -820,36 +820,36 @@ msgstr "'%1$s' zdecydował się zaakceptować Cię jako fana, który ogranicza n msgid "" "'%1$s' may choose to extend this into a two-way or more permissive " "relationship in the future." -msgstr "" +msgstr "'%1$s' możesz zdecydować o przedłużeniu tego w dwukierunkowy lub bardziej ścisłą relację w przyszłości. " #: include/enotify.php:353 #, php-format msgid "Please visit %s if you wish to make any changes to this relationship." -msgstr "" +msgstr "Odwiedź stronę %s, jeśli chcesz wprowadzić zmiany w tym związku." #: include/enotify.php:363 msgid "[Friendica System:Notify] registration request" -msgstr "[Friendica System: Powiadomienie] prośba o rejestrację" +msgstr "[Friendica System:Powiadomienie] prośba o rejestrację" #: include/enotify.php:365 #, php-format msgid "You've received a registration request from '%1$s' at %2$s" -msgstr "" +msgstr "Otrzymałeś wniosek rejestracyjny od '%1$s' na %2$s" #: include/enotify.php:366 #, php-format msgid "You've received a [url=%1$s]registration request[/url] from %2$s." -msgstr "" +msgstr "Otrzymałeś [url=%1$s] żądanie rejestracji [/url] od %2$s." #: include/enotify.php:371 #, php-format msgid "Full Name:\t%1$s\\nSite Location:\t%2$s\\nLogin Name:\t%3$s (%4$s)" -msgstr "" +msgstr "Pełna nazwa:\t%1$s \\Lokalizacja nSite:\t%2$s\\ nNazwa Użytkownika: \t%3$s(%4$s)" #: include/enotify.php:377 #, php-format msgid "Please visit %s to approve or reject the request." -msgstr "" +msgstr "Odwiedź stronę %s, aby zatwierdzić lub odrzucić wniosek." #: include/items.php:342 mod/notice.php:22 mod/viewsrc.php:21 #: mod/admin.php:269 mod/admin.php:1787 mod/admin.php:2035 mod/display.php:72 @@ -968,7 +968,7 @@ msgstr "Szukaj" #: include/text.php:1019 src/Content/Nav.php:58 msgid "@name, !forum, #tags, content" -msgstr "" +msgstr "@imię, !forum, #tagi, treść" #: include/text.php:1025 src/Content/Nav.php:145 msgid "Full Text" @@ -1016,7 +1016,7 @@ msgstr "" #: include/text.php:1077 msgid "slap" -msgstr "spoliczkuj" +msgstr "klask" #: include/text.php:1077 msgid "slapped" @@ -1024,7 +1024,7 @@ msgstr "spoliczkowany" #: include/text.php:1078 msgid "finger" -msgstr "dotknąć" +msgstr "wskaż" #: include/text.php:1078 msgid "fingered" @@ -1032,11 +1032,11 @@ msgstr "dotknięty" #: include/text.php:1079 msgid "rebuff" -msgstr "odprawiać" +msgstr "odrzuć" #: include/text.php:1079 msgid "rebuffed" -msgstr "odprawiony" +msgstr "odrzucony" #: include/text.php:1093 mod/settings.php:941 src/Model/Event.php:379 msgid "Monday" @@ -1121,7 +1121,7 @@ msgstr "Pon" #: include/text.php:1111 src/Model/Event.php:372 msgid "Tue" -msgstr "Forum" +msgstr "Wt" #: include/text.php:1111 src/Model/Event.php:373 msgid "Wed" @@ -1145,43 +1145,43 @@ msgstr "Niedz" #: include/text.php:1114 src/Model/Event.php:386 msgid "Jan" -msgstr "" +msgstr "Sty" #: include/text.php:1114 src/Model/Event.php:387 msgid "Feb" -msgstr "" +msgstr "Lut" #: include/text.php:1114 src/Model/Event.php:388 msgid "Mar" -msgstr "" +msgstr "Mar" #: include/text.php:1114 src/Model/Event.php:389 msgid "Apr" -msgstr "" +msgstr "Kwi" #: include/text.php:1114 src/Model/Event.php:392 msgid "Jul" -msgstr "" +msgstr "Lip" #: include/text.php:1114 src/Model/Event.php:393 msgid "Aug" -msgstr "" +msgstr "Sie" #: include/text.php:1114 msgid "Sep" -msgstr "" +msgstr "Wrz" #: include/text.php:1114 src/Model/Event.php:395 msgid "Oct" -msgstr "" +msgstr "Paź" #: include/text.php:1114 src/Model/Event.php:396 msgid "Nov" -msgstr "" +msgstr "Lis" #: include/text.php:1114 src/Model/Event.php:397 msgid "Dec" -msgstr "" +msgstr "Gru" #: include/text.php:1324 mod/videos.php:380 msgid "View Video" @@ -1294,7 +1294,7 @@ msgstr "Wspólni znajomi" #: mod/credits.php:18 msgid "Credits" -msgstr "" +msgstr "Zaufany" #: mod/credits.php:19 msgid "" @@ -1334,11 +1334,11 @@ msgstr "Bez dublowania" #: mod/crepair.php:129 msgid "Mirror as forwarded posting" -msgstr "" +msgstr "Przesłany lustrzany post" #: mod/crepair.php:129 mod/crepair.php:131 msgid "Mirror as my own posting" -msgstr "" +msgstr "Lustro mojego własnego komentarza" #: mod/crepair.php:144 msgid "Return to contact editor" @@ -1362,17 +1362,17 @@ msgstr "Potwierdź" #: mod/crepair.php:149 msgid "Remote Self" -msgstr "" +msgstr "Zdalny Self" #: mod/crepair.php:152 msgid "Mirror postings from this contact" -msgstr "" +msgstr "Publikacje lustrzane od tego kontaktu" #: mod/crepair.php:154 msgid "" "Mark this contact as remote_self, this will cause friendica to repost new " "entries from this contact." -msgstr "" +msgstr "Oznacz ten kontakt jako remote_self, spowoduje to, że friendica odeśle nowe wpisy z tego kontaktu." #: mod/crepair.php:158 mod/admin.php:439 mod/admin.php:1714 mod/admin.php:1726 #: mod/admin.php:1739 mod/admin.php:1755 mod/settings.php:677 @@ -1499,7 +1499,7 @@ msgid "" "On your Quick Start page - find a brief introduction to your " "profile and network tabs, make some new connections, and find some groups to" " join." -msgstr "" +msgstr "Na stronie Szybki start - znajdź krótkie wprowadzenie do swojego profilu i kart sieciowych, stwórz nowe połączenia i znajdź kilka grup do przyłączenia się." #: mod/newmember.php:19 mod/admin.php:1839 mod/admin.php:2108 #: mod/settings.php:124 view/theme/frio/theme.php:269 src/Content/Nav.php:206 @@ -1589,7 +1589,7 @@ msgid "" "Your Contacts page is your gateway to managing friendships and connecting " "with friends on other networks. Typically you enter their address or site " "URL in the Add New Contact dialog." -msgstr "" +msgstr "Strona Kontakty jest twoją bramą do zarządzania przyjaciółmi i łączenia się z przyjaciółmi w innych sieciach. Zazwyczaj podaje się adres lub adres URL strony w oknie dialogowym Dodaj nowy kontakt." #: mod/newmember.php:40 msgid "Go to Your Site's Directory" @@ -1600,7 +1600,7 @@ msgid "" "The Directory page lets you find other people in this network or other " "federated sites. Look for a Connect or Follow link on " "their profile page. Provide your own Identity Address if requested." -msgstr "" +msgstr "Strona Katalog umożliwia znalezienie innych osób w tej sieci lub innych witrynach stowarzyszonych. Poszukaj łącza Połącz lub Śledź na stronie profilu. Jeśli chcesz, podaj swój własny adres tożsamości." #: mod/newmember.php:41 msgid "Finding New People" @@ -1613,7 +1613,7 @@ msgid "" "interest, and provide suggestions based on network relationships. On a brand" " new site, friend suggestions will usually begin to be populated within 24 " "hours." -msgstr "Na bocznym panelu strony Kontaktów znajduje się kilka narzędzi do znajdowania nowych przyjaciół. Możemy dopasować osoby według zainteresowań, wyszukiwać osoby według nazwisk i zainteresowań oraz dostarczać sugestie oparte na relacjach sieciowych. Na zupełnie nowej stronie sugestie znajomych zwykle zaczynają być wypełniane w ciągu 24 godzin." +msgstr "Na bocznym panelu strony Kontaktów znajduje się kilka narzędzi do znajdowania nowych przyjaciół. Możemy dopasować osoby według zainteresowań, wyszukiwać osoby według nazwisk i zainteresowań oraz dostarczać sugestie oparte na relacjach sieciowych. Na zupełnie nowej stronie sugestie znajomych zwykle zaczynają być wypełniane w ciągu 24 godzin" #: mod/newmember.php:43 src/Model/Group.php:401 msgid "Groups" @@ -1643,11 +1643,11 @@ msgstr "Friendica szanuje Twoją prywatność. Domyślnie Twoje wpisy będą wy #: mod/newmember.php:52 msgid "Getting Help" -msgstr "Otrzymywanie pomocy" +msgstr "Otrzymaj pomoc" #: mod/newmember.php:54 msgid "Go to the Help Section" -msgstr "Idź do części o pomocy" +msgstr "Przejdź do sekcji pomocy" #: mod/newmember.php:54 msgid "" @@ -1671,7 +1671,7 @@ msgstr "Kontakty spoza członków grupy" #: mod/p.php:14 msgid "Not Extended" -msgstr "" +msgstr "Nie przedłużony" #: mod/repair_ostatus.php:18 msgid "Resubscribing to OStatus contacts" @@ -1774,11 +1774,11 @@ msgstr "Odwiedź stronę
    Friendi.ca aby dowie #: mod/friendica.php:86 msgid "Bug reports and issues: please visit" -msgstr "Reportowanie błędów i problemów: proszę odwiedź" +msgstr "Raporty o błędach i problemy: odwiedź stronę" #: mod/friendica.php:86 msgid "the bugtracker at github" -msgstr "" +msgstr "bugtracker na github" #: mod/friendica.php:89 msgid "" @@ -1796,7 +1796,7 @@ msgstr "Brak zainstalowanych dodatków/aplikacji" #: mod/friendica.php:122 msgid "On this server the following remote servers are blocked." -msgstr "" +msgstr "Na tym serwerze następujące serwery zdalne są blokowane." #: mod/friendica.php:123 mod/dfrn_request.php:351 mod/admin.php:302 #: mod/admin.php:320 src/Model/Contact.php:1228 @@ -1805,7 +1805,7 @@ msgstr "Zablokowana domena" #: mod/friendica.php:123 mod/admin.php:303 mod/admin.php:321 msgid "Reason for the block" -msgstr "" +msgstr "Powód blokowania" #: mod/match.php:48 msgid "No keywords to match. Please add keywords to your default profile." @@ -1817,15 +1817,15 @@ msgstr "interesuje się:" #: mod/match.php:120 msgid "Profile Match" -msgstr "Profil zgodny " +msgstr "Dopasowanie profilu" #: mod/match.php:125 mod/dirfind.php:253 msgid "No matches" -msgstr "brak dopasowań" +msgstr "Brak wyników" #: mod/notifications.php:37 msgid "Invalid request identifier." -msgstr "Niewłaściwy identyfikator wymagania." +msgstr "Nieprawidłowy identyfikator żądania." #: mod/notifications.php:46 mod/notifications.php:183 #: mod/notifications.php:230 @@ -1844,7 +1844,7 @@ msgstr "Powiadomienia" #: mod/notifications.php:107 msgid "Network Notifications" -msgstr "Powiadomienia z sieci" +msgstr "Powiadomienia sieciowe" #: mod/notifications.php:113 mod/notify.php:81 msgid "System Notifications" @@ -1856,7 +1856,7 @@ msgstr "Prywatne powiadomienia" #: mod/notifications.php:125 msgid "Home Notifications" -msgstr "Powiadomienia z instancji" +msgstr "Powiadomienia domowe" #: mod/notifications.php:155 msgid "Show Ignored Requests" @@ -1864,11 +1864,11 @@ msgstr "Pokaż ignorowane żądania" #: mod/notifications.php:155 msgid "Hide Ignored Requests" -msgstr "Ukryj ignorowane żądania" +msgstr "Ukryj zignorowane prośby" #: mod/notifications.php:167 mod/notifications.php:237 msgid "Notification type: " -msgstr "Typ zawiadomień:" +msgstr "Typ powiadomienia:" #: mod/notifications.php:170 #, php-format @@ -1881,11 +1881,11 @@ msgstr "Ukryj ten kontakt przed innymi" #: mod/notifications.php:176 mod/notifications.php:255 msgid "Post a new friend activity" -msgstr "Pisz o nowej działalności przyjaciela" +msgstr "Opublikuj aktywność nowego znajomego" #: mod/notifications.php:176 mod/notifications.php:255 msgid "if applicable" -msgstr "jeśli odpowiednie" +msgstr "jeśli dotyczy" #: mod/notifications.php:179 mod/notifications.php:264 mod/admin.php:1729 msgid "Approve" @@ -1912,21 +1912,21 @@ msgstr "Czy twoje połączenie ma być dwukierunkowe, czy nie?" msgid "" "Accepting %s as a friend allows %s to subscribe to your posts, and you will " "also receive updates from them in your news feed." -msgstr "" +msgstr "Przyjmowanie %s jako znajomego pozwala %s zasubskrybować twoje posty, a także otrzymywać od nich aktualizacje w swoim kanale wiadomości." #: mod/notifications.php:202 #, php-format msgid "" "Accepting %s as a subscriber allows them to subscribe to your posts, but you" " will not receive updates from them in your news feed." -msgstr "" +msgstr "Zaakceptowanie %s jako subskrybenta umożliwia im subskrybowanie Twoich postów, ale nie otrzymasz od nich aktualizacji w swoim kanale wiadomości." #: mod/notifications.php:207 #, php-format msgid "" "Accepting %s as a sharer allows them to subscribe to your posts, but you " "will not receive updates from them in your news feed." -msgstr "" +msgstr "Akceptowanie %s jako udostępniający pozwala im subskrybować twoje posty, ale nie otrzymasz od nich aktualizacji w swoim kanale wiadomości." #: mod/notifications.php:218 msgid "Friend" @@ -1938,7 +1938,7 @@ msgstr "Udostępniający/a" #: mod/notifications.php:219 msgid "Subscriber" -msgstr "" +msgstr "Subskrybent" #: mod/notifications.php:247 mod/contacts.php:660 mod/directory.php:149 #: mod/events.php:518 src/Model/Profile.php:417 src/Model/Event.php:60 @@ -1964,7 +1964,7 @@ msgstr "Płeć:" #: mod/notifications.php:258 mod/admin.php:439 mod/admin.php:449 #: mod/contacts.php:656 mod/follow.php:166 mod/unfollow.php:122 msgid "Profile URL" -msgstr "" +msgstr "Adres URL profilu" #: mod/notifications.php:261 mod/contacts.php:71 src/Model/Profile.php:518 msgid "Network:" @@ -1972,7 +1972,7 @@ msgstr "Sieć:" #: mod/notifications.php:275 msgid "No introductions." -msgstr "Brak wstępu." +msgstr "Brak dostępu." #: mod/notifications.php:316 msgid "Show unread" @@ -2017,23 +2017,23 @@ msgstr "Odpowiedź do zdalnej strony nie została zrozumiana" #: mod/dfrn_confirm.php:249 mod/dfrn_confirm.php:254 msgid "Unexpected response from remote site: " -msgstr "Nieoczekiwana odpowiedź od strony zdalnej" +msgstr "Nieoczekiwana odpowiedź od strony zdalnej:" #: mod/dfrn_confirm.php:263 msgid "Confirmation completed successfully." -msgstr "Potwierdzenie ukończone poprawnie" +msgstr "Potwierdzenie zostało pomyślnie zakończone." #: mod/dfrn_confirm.php:275 msgid "Temporary failure. Please wait and try again." -msgstr "Tymczasowo uszkodzone. Proszę poczekać i spróbować później." +msgstr "Tymczasowa awaria. Proszę czekać i spróbuj ponownie." #: mod/dfrn_confirm.php:278 msgid "Introduction failed or was revoked." -msgstr "Nieudane lub unieważnione wprowadzenie." +msgstr "Wprowadzenie nie powiodło się lub zostało odwołane." #: mod/dfrn_confirm.php:283 msgid "Remote site reported: " -msgstr "Zdalna strona zgłoszona:" +msgstr "Zdalna witryna zgłoszona:" #: mod/dfrn_confirm.php:396 msgid "Unable to set contact photo." @@ -2046,11 +2046,11 @@ msgstr "Nie znaleziono użytkownika dla '%s'" #: mod/dfrn_confirm.php:508 msgid "Our site encryption key is apparently messed up." -msgstr "Klucz kodujący jest najwyraźniej zepsuty" +msgstr "Klucz kodujący jest najwyraźniej uszkodzony." #: mod/dfrn_confirm.php:519 msgid "Empty site URL was provided or URL could not be decrypted by us." -msgstr "Został dostarczony pusty URL lub nie może zostać rozszyfrowany przez nas." +msgstr "Został podany pusty adres URL witryny lub nie można go odszyfrować." #: mod/dfrn_confirm.php:535 msgid "Contact record was not found for you on our site." @@ -2065,15 +2065,15 @@ msgstr "Publiczny klucz witryny jest niedostępny w rekordzie kontaktu dla adres msgid "" "The ID provided by your system is a duplicate on our system. It should work " "if you try again." -msgstr "ID dostarczone przez Twój system jest już w naszeym systemie. Powinno zadziałać jeżeli spróbujesz ponownie." +msgstr "Identyfikator dostarczony przez Twój system jest duplikatem w naszym systemie. Powinien działać, jeśli spróbujesz ponownie." #: mod/dfrn_confirm.php:576 msgid "Unable to set your contact credentials on our system." -msgstr "Niezdolny do ustalenie tożsamości twoich kontaktów w naszym systemie" +msgstr "Nie można ustawić danych kontaktowych w naszym systemie." #: mod/dfrn_confirm.php:631 msgid "Unable to update your contact profile details on our system" -msgstr "Niezdolny do aktualizacji szczegółowych danych profilowych twoich kontaktów w naszym systemie" +msgstr "Nie można zaktualizować danych Twojego profilu kontaktowego w naszym systemie" #: mod/dfrn_confirm.php:661 mod/dfrn_request.php:568 #: src/Model/Contact.php:1520 @@ -2105,7 +2105,7 @@ msgstr "Przekroczono limit zaproszeń. Skontaktuj się z administratorem witryny #: mod/invite.php:95 #, php-format msgid "%s : Message delivery failed." -msgstr "%s : Dostarczenie wiadomości nieudane." +msgstr "%s : Nie udało się dostarczyć wiadomości." #: mod/invite.php:99 #, php-format @@ -2118,7 +2118,7 @@ msgstr[3] "%d wysłano ." #: mod/invite.php:117 msgid "You have no more invitations available" -msgstr "Nie masz więcej zaproszeń" +msgstr "Nie masz już dostępnych zaproszeń" #: mod/invite.php:125 #, php-format @@ -2126,7 +2126,7 @@ msgid "" "Visit %s for a list of public sites that you can join. Friendica members on " "other sites can all connect with each other, as well as with members of many" " other social networks." -msgstr "" +msgstr "Odwiedź %s listę publicznych witryn, do których możesz dołączyć. Członkowie Friendica na innych stronach mogą łączyć się ze sobą, jak również z członkami wielu innych sieci społecznościowych." #: mod/invite.php:127 #, php-format @@ -2142,29 +2142,29 @@ msgid "" "web that is owned and controlled by its members. They can also connect with " "many traditional social networks. See %s for a list of alternate Friendica " "sites you can join." -msgstr "" +msgstr "Strony Friendica łączą się ze sobą, tworząc ogromną sieć społecznościową o zwiększonej prywatności, która jest własnością i jest kontrolowana przez jej członków. Mogą również łączyć się z wieloma tradycyjnymi sieciami społecznościowymi. Zobacz %s listę alternatywnych witryn Friendica, do których możesz dołączyć." #: mod/invite.php:132 msgid "" "Our apologies. This system is not currently configured to connect with other" " public sites or invite members." -msgstr "Nasze przeprosiny. Ten system nie jest obecnie skonfigurowany do łączenia się z innymi publicznymi witrynami lub zapraszania członków." +msgstr "Przepraszamy. System nie jest obecnie skonfigurowany do łączenia się z innymi publicznymi witrynami lub zapraszania członków." #: mod/invite.php:136 msgid "" "Friendica sites all inter-connect to create a huge privacy-enhanced social " "web that is owned and controlled by its members. They can also connect with " "many traditional social networks." -msgstr "" +msgstr "Strony Friendica łączą się ze sobą, tworząc ogromną sieć społecznościową o zwiększonej prywatności, która jest własnością i jest kontrolowana przez jej członków. Mogą również łączyć się z wieloma tradycyjnymi sieciami społecznościowymi." #: mod/invite.php:135 #, php-format msgid "To accept this invitation, please visit and register at %s." -msgstr "" +msgstr "Aby zaakceptować to zaproszenie, odwiedź stronę i zarejestruj się na stronie %s." #: mod/invite.php:142 msgid "Send invitations" -msgstr "Wyślij zaproszenia" +msgstr "Wyślij zaproszenie" #: mod/invite.php:143 msgid "Enter email addresses, one per line:" @@ -2179,22 +2179,22 @@ msgstr "Twoja wiadomość:" msgid "" "You are cordially invited to join me and other close friends on Friendica - " "and help us to create a better social web." -msgstr "" +msgstr "Serdecznie zapraszam do przyłączenia się do mnie i innych bliskich znajomych na stronie Friendica - i pomóż nam stworzyć lepszą sieć społecznościową." #: mod/invite.php:147 msgid "You will need to supply this invitation code: $invite_code" -msgstr "" +msgstr "Musisz podać ten kod zaproszenia: $invite_code" #: mod/invite.php:147 msgid "" "Once you have registered, please connect with me via my profile page at:" -msgstr "Gdy już się zarejestrujesz, skontaktuj się ze mną przez moją stronkę profilową :" +msgstr "Po rejestracji połącz się ze mną na stronie mojego profilu pod adresem:" #: mod/invite.php:149 msgid "" "For more information about the Friendica project and why we feel it is " "important, please visit http://friendi.ca" -msgstr "" +msgstr "Aby uzyskać więcej informacji na temat projektu Friendica i dlaczego uważamy, że jest to ważne, odwiedź http://friendi.ca" #: mod/manage.php:180 msgid "Manage Identities and/or Pages" @@ -2204,7 +2204,7 @@ msgstr "Zarządzaj Tożsamościami i/lub Stronami." msgid "" "Toggle between different identities or community/group pages which share " "your account details or which you have been granted \"manage\" permissions" -msgstr "" +msgstr "Przełącz między różnymi tożsamościami lub stronami społeczność/grupy, które udostępniają dane Twojego konta lub które otrzymałeś uprawnienia \"zarządzaj\"" #: mod/manage.php:182 msgid "Select an identity to manage: " @@ -2218,16 +2218,16 @@ msgstr "Nieprawidłowe żądanie." #: mod/wall_attach.php:101 msgid "Sorry, maybe your upload is bigger than the PHP configuration allows" -msgstr "" +msgstr "Przepraszam, może twój przesyłany plik jest większy niż pozwala konfiguracja PHP" #: mod/wall_attach.php:101 msgid "Or - did you try to upload an empty file?" -msgstr "" +msgstr "Lub - czy próbowałeś załadować pusty plik?" #: mod/wall_attach.php:112 #, php-format msgid "File exceeds size limit of %s" -msgstr "" +msgstr "Plik przekracza limit rozmiaru wynoszący %s" #: mod/wall_attach.php:136 mod/wall_attach.php:152 msgid "File upload failed." @@ -2239,7 +2239,7 @@ msgstr "To wprowadzenie zostało już zaakceptowane." #: mod/dfrn_request.php:112 mod/dfrn_request.php:359 msgid "Profile location is not valid or does not contain profile information." -msgstr "Położenie profilu jest niepoprawne lub nie zawiera żadnych informacji." +msgstr "Lokalizacja profilu jest nieprawidłowa lub nie zawiera informacji o profilu." #: mod/dfrn_request.php:116 mod/dfrn_request.php:363 msgid "Warning: profile location has no identifiable owner name." @@ -2285,7 +2285,7 @@ msgstr "Przyjaciele namawiają do spróbowania za 24h." #: mod/dfrn_request.php:280 msgid "Invalid locator" -msgstr "Niewłaściwy lokalizator " +msgstr "Nieprawidłowy lokalizator" #: mod/dfrn_request.php:316 msgid "You have already introduced yourself here." @@ -2306,7 +2306,7 @@ msgstr "Nie dozwolony adres URL profilu." #: mod/dfrn_request.php:419 mod/contacts.php:230 msgid "Failed to update contact record." -msgstr "Aktualizacja nagrania kontaktu nie powiodła się." +msgstr "Aktualizacja rekordu kontaktu nie powiodła się." #: mod/dfrn_request.php:439 msgid "Your introduction has been sent." @@ -2316,7 +2316,7 @@ msgstr "Twoje dane zostały wysłane." msgid "" "Remote subscription can't be done for your network. Please subscribe " "directly on your system." -msgstr "" +msgstr "Zdalnej subskrypcji nie można wykonać dla swojej sieci. Proszę zasubskrybuj bezpośrednio w swoim systemie." #: mod/dfrn_request.php:493 msgid "Please login to confirm introduction." @@ -2364,7 +2364,7 @@ msgstr "Proszę podaj swój \"Adres tożsamości \" z jednej z możliwych wspier msgid "" "If you are not yet a member of the free social web, follow " "this link to find a public Friendica site and join us today." -msgstr "" +msgstr "Jeśli nie jesteś jeszcze członkiem darmowej strony społecznościowej, kliknij ten link, aby znaleźć publiczną witrynę Friendica i dołącz do nas już dziś ." #: mod/dfrn_request.php:650 msgid "Friend/Connection Request" @@ -2374,11 +2374,11 @@ msgstr "Przyjaciel/Prośba o połączenie" msgid "" "Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, " "testuser@gnusocial.de" -msgstr "" +msgstr "Przykłady: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de" #: mod/dfrn_request.php:652 mod/follow.php:149 msgid "Please answer the following:" -msgstr "Proszę odpowiedzieć na poniższe:" +msgstr "Proszę odpowiedzieć na następujące pytania:" #: mod/dfrn_request.php:653 mod/follow.php:150 #, php-format @@ -2406,11 +2406,11 @@ msgstr "" msgid "" " - please do not use this form. Instead, enter %s into your Diaspora search" " bar." -msgstr "- proszę wyraź to inaczej . Zamiast tego ,wprowadź %s do swojej belki wyszukiwarki." +msgstr "- proszę nie używać tego formularza. Zamiast tego %s wejdź na pasek wyszukiwania Diaspora. do swojej belki wyszukiwarki." #: mod/dfrn_request.php:660 mod/follow.php:157 mod/unfollow.php:113 msgid "Your Identity Address:" -msgstr "Twój zidentyfikowany adres:" +msgstr "Twój adres tożsamości:" #: mod/dfrn_request.php:662 mod/follow.php:62 mod/unfollow.php:65 msgid "Submit Request" @@ -2432,7 +2432,7 @@ msgstr "Zmiana czasu" msgid "" "Friendica provides this service for sharing events with other networks and " "friends in unknown timezones." -msgstr "" +msgstr "Friendica udostępnia tę usługę do udostępniania wydarzeń innym sieciom i znajomym w nieznanych strefach czasowych." #: mod/localtime.php:39 #, php-format @@ -2475,7 +2475,7 @@ msgid "" "\n" "\t\tYour password will not be changed unless we can verify that you\n" "\t\tissued this request." -msgstr "" +msgstr "\n\t\tDrodzy %1$s, \n\t\t\tOtrzymano niedawno prośbę o ''%2$s\" zresetowanie konta \n\t\thasło. Aby potwierdzić tę prośbę, wybierz link weryfikacyjny \n\t\tponiżej lub wklej go na pasek adresu przeglądarki internetowej. \n \n\t\tJeśli NIE poprosiłeś o tę zmianę, NIE wykonuj tego linku \n\t\tpod warunkiem, że zignorujesz i/lub usuniesz ten e-mail, prośba wkrótce wygaśnie. \n \n\t\tTwoje hasło nie zostanie zmienione, chyba że będziemy mogli to potwierdzić \n\t\twydał to żądanie." #: mod/lostpass.php:56 #, php-format @@ -2492,7 +2492,7 @@ msgid "" "\n" "\t\tSite Location:\t%2$s\n" "\t\tLogin Name:\t%3$s" -msgstr "" +msgstr "\nWkrótce skorzystaj z tego linku, aby zweryfikować swoją tożsamość: \n\n\t\t%1$s\n\n\t\tOtrzymasz następnie komunikat uzupełniający zawierający nowe hasło. \n\t\tMożesz zmienić to hasło ze strony ustawień swojego konta po zalogowaniu. \n \n\t\tDane logowania są następujące: \n \nLokalizacja strony: \t%2$s\nNazwa użytkownika:\t%3$s" #: mod/lostpass.php:72 #, php-format @@ -2507,7 +2507,7 @@ msgstr "Prośba nie może być zweryfikowana. (Mogłeś już ją poprzednio wys #: mod/lostpass.php:101 msgid "Request has expired, please make a new one." -msgstr "" +msgstr "Żądanie wygasło. Zrób nowe." #: mod/lostpass.php:116 msgid "Forgot your Password?" @@ -2533,7 +2533,7 @@ msgstr "Zresetuj hasło" #: mod/lostpass.php:136 msgid "Your password has been reset as requested." -msgstr "Twoje hasło zostało zresetowane na twoje życzenie." +msgstr "Twoje hasło zostało zresetowane zgodnie z żądaniem." #: mod/lostpass.php:137 msgid "Your new password is" @@ -2541,11 +2541,11 @@ msgstr "Twoje nowe hasło to" #: mod/lostpass.php:138 msgid "Save or copy your new password - and then" -msgstr "Zapisz lub skopiuj swoje nowe hasło - i wtedy" +msgstr "Zapisz lub skopiuj nowe hasło - a następnie" #: mod/lostpass.php:139 msgid "click here to login" -msgstr "Kliknij tutaj aby zalogować" +msgstr "Kliknij tutaj aby się zalogować" #: mod/lostpass.php:140 msgid "" @@ -2562,7 +2562,7 @@ msgid "" "\t\t\tinformation for your records (or change your password immediately to\n" "\t\t\tsomething that you will remember).\n" "\t\t" -msgstr "" +msgstr "\n\t\t\tDrogi %1$s, \n\t\t\t\tTwoje hasło zostało zmienione zgodnie z życzeniem. Proszę, zachowaj te \n\t\t\tinformacje dotyczące twoich rekordów (lub natychmiast zmień hasło na \n\t\t\tcoś, co zapamiętasz).\n\t\t" #: mod/lostpass.php:154 #, php-format @@ -2576,7 +2576,7 @@ msgid "" "\n" "\t\t\tYou may change that password from your account settings page after logging in.\n" "\t\t" -msgstr "" +msgstr "\n\t\t\tDane logowania są następujące:\n\n\t\t\tLokalizacja witryny:\t%1$s\n\t\t\tNazwa użytkownika:\t%2$s\n\t\t\tHasło:\t%3$s\n\n\t\t\tMożesz zmienić hasło na stronie ustawień konta po zalogowaniu.\n\t\t" #: mod/lostpass.php:167 #, php-format @@ -2593,11 +2593,11 @@ msgstr "{0} chce być Twoim znajomym" #: mod/ping.php:307 msgid "{0} sent you a message" -msgstr "{0} wysyła Ci wiadomość" +msgstr "{0} wysłałem Ci wiadomość" #: mod/ping.php:322 msgid "{0} requested registration" -msgstr "{0} żądana rejestracja" +msgstr "{0} wymagana rejestracja" #: mod/poke.php:192 msgid "Poke/Prod" @@ -2613,11 +2613,11 @@ msgstr "Odbiorca" #: mod/poke.php:195 msgid "Choose what you wish to do to recipient" -msgstr "" +msgstr "Wybierz, co chcesz zrobić" #: mod/poke.php:198 msgid "Make this post private" -msgstr "Zrób ten post prywatnym" +msgstr "Ustaw ten post jako prywatny" #: mod/probe.php:14 mod/webfinger.php:17 msgid "Only logged in users are permitted to perform a probing." @@ -2654,7 +2654,7 @@ msgstr "Konto zatwierdzone." #: mod/regmod.php:93 #, php-format msgid "Registration revoked for %s" -msgstr "Rejestracja dla %s odwołana" +msgstr "Rejestracja odwołana dla %s" #: mod/regmod.php:102 msgid "Please login." @@ -2668,7 +2668,7 @@ msgstr "Usuń konto" msgid "" "This will completely remove your account. Once this has been done it is not " "recoverable." -msgstr "Kompletne usunięcie konta. Jeżeli zostanie wykonane, konto nie może zostać odzyskane." +msgstr "Spowoduje to całkowite usunięcie Twojego konta. Po wykonaniu tej czynności nie można jej odzyskać." #: mod/removeme.php:57 msgid "Please enter your password for verification:" @@ -2684,7 +2684,7 @@ msgstr "Zapisane wyszukiwania" #: mod/search.php:105 msgid "Only logged in users are permitted to perform a search." -msgstr "" +msgstr "Tylko zalogowani użytkownicy mogą wyszukiwać." #: mod/search.php:129 msgid "Too Many Requests" @@ -2706,12 +2706,12 @@ msgstr "Przedmioty oznaczone tagiem: %s" #: mod/search.php:236 mod/contacts.php:819 #, php-format msgid "Results for: %s" -msgstr "" +msgstr "Wyniki dla: %s" #: mod/subthread.php:113 #, php-format msgid "%1$s is following %2$s's %3$s" -msgstr "" +msgstr "%1$skolejny %2$s %3$s " #: mod/tagrm.php:47 msgid "Tag removed" @@ -2784,7 +2784,7 @@ msgstr "Przesyłanie obrazu nie powiodło się" #: mod/wallmessage.php:49 mod/wallmessage.php:112 #, php-format msgid "Number of daily wall messages for %s exceeded. Message failed." -msgstr "Dzienny limit wiadomości na murze dla %s został przekroczony. Wiadomość została odrzucona." +msgstr "Dzienny limit wiadomości %s został przekroczony. Wiadomość została odrzucona." #: mod/wallmessage.php:57 mod/message.php:73 msgid "No recipient selected." @@ -2819,7 +2819,7 @@ msgstr "Wyślij prywatną wiadomość" msgid "" "If you wish for %s to respond, please check that the privacy settings on " "your site allow private mail from unknown senders." -msgstr "" +msgstr "Jeśli chcesz %s odpowiedzieć, sprawdź, czy ustawienia prywatności w Twojej witrynie zezwalają na prywatne wiadomości od nieznanych nadawców." #: mod/wallmessage.php:134 mod/message.php:251 mod/message.php:421 msgid "To:" @@ -2839,7 +2839,7 @@ msgstr "Rejestracja zakończona pomyślnie. Dalsze instrukcje zostały wysłane msgid "" "Failed to send email message. Here your accout details:
    login: %s
    " "password: %s

    You can change your password after login." -msgstr "" +msgstr "Nie udało się wysłać wiadomości e-mail. Tutaj szczegóły twojego konta:
    login: %s
    hasło: %s

    Możesz zmienić swoje hasło po zalogowaniu." #: mod/register.php:110 msgid "Registration successful." @@ -2857,7 +2857,7 @@ msgstr "Twoja rejestracja oczekuje na zaakceptowanie przez właściciela witryny msgid "" "You may (optionally) fill in this form via OpenID by supplying your OpenID " "and clicking 'Register'." -msgstr "Masz możliwość (opcjonalnie) wypełnić ten formularz przez OpenID poprzez załączenie Twojego OpenID i kliknięcie 'Zarejestruj'." +msgstr "Możesz (opcjonalnie) wypełnić ten formularz za pośrednictwem OpenID, podając swój OpenID i klikając 'Register'." #: mod/register.php:221 msgid "" @@ -2895,7 +2895,7 @@ msgstr "Rejestracja" #: mod/register.php:270 msgid "Your Full Name (e.g. Joe Smith, real or real-looking): " -msgstr "" +msgstr "Twoje imię i nazwisko (np. Joe Smith, prawdziwy lub real-looking):" #: mod/register.php:271 msgid "" @@ -2909,7 +2909,7 @@ msgstr "Nowe hasło:" #: mod/register.php:273 msgid "Leave empty for an auto generated password." -msgstr "" +msgstr "Pozostaw puste dla wygenerowanego automatycznie hasła." #: mod/register.php:274 mod/settings.php:1200 msgid "Confirm:" @@ -2920,7 +2920,7 @@ msgstr "Potwierdź:" msgid "" "Choose a profile nickname. This must begin with a text character. Your " "profile address on this site will then be 'nickname@%s'." -msgstr "" +msgstr "Wybierz pseudonim profilu. Nazwa musi zaczynać się od znaku tekstowego. Twój adres profilu na tej stronie będzie wówczas 'pseudonimem%s'." #: mod/register.php:276 msgid "Choose a nickname: " @@ -2932,7 +2932,7 @@ msgstr "Zarejestruj" #: mod/register.php:286 msgid "Import your profile to this friendica instance" -msgstr "" +msgstr "Zaimportuj swój profil do tej instancji friendica" #: mod/bookmarklet.php:23 src/Content/Nav.php:114 src/Module/Login.php:312 msgid "Login" @@ -2944,7 +2944,7 @@ msgstr "Post został utworzony" #: mod/community.php:46 msgid "Community option not available." -msgstr "" +msgstr "Opcja wspólnotowa jest niedostępna." #: mod/community.php:63 msgid "Not available." @@ -2964,13 +2964,13 @@ msgstr "Globalna społeczność" #: mod/community.php:90 msgid "Posts from users of the whole federated network" -msgstr "" +msgstr "Wpisy od użytkowników całej sieci stowarzyszonej" #: mod/community.php:180 msgid "" "This community stream shows all public posts received by this node. They may" " not reflect the opinions of this node’s users." -msgstr "" +msgstr "Ten strumień społeczności pokazuje wszystkie publiczne posty otrzymane przez ten węzeł. Mogą nie odzwierciedlać opinii użytkowników tego węzła." #: mod/editpost.php:25 mod/editpost.php:35 msgid "Item not found" @@ -3019,7 +3019,7 @@ msgstr "Nazwa grupy zmieniona" #: mod/group.php:97 msgid "Save Group" -msgstr "" +msgstr "Zapisz grupę" #: mod/group.php:102 msgid "Create a group of contacts/friends." @@ -3039,7 +3039,7 @@ msgstr "Nie można usunąć grupy." #: mod/group.php:192 msgid "Delete Group" -msgstr "" +msgstr "Usuń grupę" #: mod/group.php:198 msgid "Group Editor" @@ -3047,7 +3047,7 @@ msgstr "Edytor grupy" #: mod/group.php:203 msgid "Edit Group Name" -msgstr "" +msgstr "Edytuj nazwę grupy" #: mod/group.php:213 msgid "Members" @@ -3063,11 +3063,11 @@ msgstr "Grupa jest pusta" #: mod/group.php:229 msgid "Remove Contact" -msgstr "" +msgstr "Usuń Kontakt" #: mod/group.php:253 msgid "Add Contact" -msgstr "" +msgstr "Dodaj Kontakt" #: mod/message.php:30 src/Content/Nav.php:198 msgid "New Message" @@ -3075,7 +3075,7 @@ msgstr "Nowa wiadomość" #: mod/message.php:77 msgid "Unable to locate contact information." -msgstr "Niezdolny do uzyskania informacji kontaktowych." +msgstr "Nie można znaleźć informacji kontaktowych." #: mod/message.php:112 view/theme/frio/theme.php:268 src/Content/Nav.php:195 msgid "Messages" @@ -3117,7 +3117,7 @@ msgstr "Usuń rozmowę" msgid "" "No secure communications available. You may be able to " "respond from the sender's profile page." -msgstr "" +msgstr "Brak bezpiecznej komunikacji. Możesz odpowiedzieć na stronie profilu nadawcy." #: mod/message.php:420 msgid "Send Reply" @@ -3126,7 +3126,7 @@ msgstr "Odpowiedz" #: mod/message.php:471 #, php-format msgid "Unknown sender - %s" -msgstr "Nieznany wysyłający - %s" +msgstr "Nieznany nadawca - %s" #: mod/message.php:473 #, php-format @@ -3166,7 +3166,7 @@ msgstr[3] "" #: mod/network.php:550 msgid "Messages in this group won't be send to these receivers." -msgstr "" +msgstr "Wiadomości z tej grupy nie będą wysyłane do tych odbiorców." #: mod/network.php:618 msgid "No such group" @@ -3175,7 +3175,7 @@ msgstr "Nie ma takiej grupy" #: mod/network.php:643 #, php-format msgid "Group: %s" -msgstr "" +msgstr "Grupa: %s" #: mod/network.php:669 msgid "Private messages to this person are at risk of public disclosure." @@ -3208,7 +3208,7 @@ msgstr "Osobiste" #: mod/network.php:943 msgid "Posts that mention or involve you" -msgstr "" +msgstr "Posty, które wspominają lub angażują Ciebie" #: mod/network.php:951 msgid "New" @@ -3216,11 +3216,11 @@ msgstr "Nowy" #: mod/network.php:954 msgid "Activity Stream - by date" -msgstr "" +msgstr "Strumień aktywności - według daty" #: mod/network.php:962 msgid "Shared Links" -msgstr "Współdzielone linki" +msgstr "Udostępnione łącza" #: mod/network.php:965 msgid "Interesting Links" @@ -3285,21 +3285,21 @@ msgstr "zdjęcie" #: mod/photos.php:667 #, php-format msgid "%1$s was tagged in %2$s by %3$s" -msgstr "" +msgstr "%1$szostał oznaczony tagiem %2$s przez %3$s" #: mod/photos.php:769 msgid "Image upload didn't complete, please try again" -msgstr "" +msgstr "Przesyłanie zdjęć nie zostało zakończone, spróbuj ponownie" #: mod/photos.php:772 msgid "Image file is missing" -msgstr "" +msgstr "Brak pliku obrazu" #: mod/photos.php:777 msgid "" "Server can't accept new file upload at this time, please contact your " "administrator" -msgstr "" +msgstr "Serwer nie może teraz przyjąć nowego pliku, skontaktuj się z administratorem" #: mod/photos.php:803 msgid "Image file is empty." @@ -3413,7 +3413,7 @@ msgstr "Przykładowo: @bob, @Barbara_Jensen, @jim@example.com, #California, #cam #: mod/photos.php:1435 msgid "Do not rotate" -msgstr "" +msgstr "Nie obracaj" #: mod/photos.php:1436 msgid "Rotate CW (right)" @@ -3443,7 +3443,7 @@ msgstr "Komentarz" #: mod/photos.php:1634 msgid "Map" -msgstr "" +msgstr "Mapa" #: mod/photos.php:1704 mod/videos.php:387 msgid "View Album" @@ -3456,21 +3456,21 @@ msgstr "Żądany profil jest niedostępny" #: mod/profile.php:78 src/Protocol/OStatus.php:1252 #, php-format msgid "%s's posts" -msgstr "" +msgstr "%s posty " #: mod/profile.php:79 src/Protocol/OStatus.php:1253 #, php-format msgid "%s's comments" -msgstr "" +msgstr "%s komentarze " #: mod/profile.php:80 src/Protocol/OStatus.php:1251 #, php-format msgid "%s's timeline" -msgstr "" +msgstr "%s oś czasu " #: mod/profile.php:173 mod/cal.php:142 mod/display.php:313 msgid "Access to this profile has been restricted." -msgstr "Ograniczony dostęp do tego konta" +msgstr "Dostęp do tego profilu został ograniczony." #: mod/profile.php:194 msgid "Tips for New Members" @@ -3478,11 +3478,11 @@ msgstr "Wskazówki dla nowych użytkowników" #: mod/videos.php:139 msgid "Do you really want to delete this video?" -msgstr "" +msgstr "Czy na pewno chcesz usunąć ten film wideo?" #: mod/videos.php:144 msgid "Delete Video" -msgstr "" +msgstr "Usuń wideo" #: mod/videos.php:207 msgid "No videos selected" @@ -3502,7 +3502,7 @@ msgstr "Ustawienia szablonu zmienione." #: mod/admin.php:176 src/Content/Nav.php:174 msgid "Information" -msgstr "" +msgstr "Informacja" #: mod/admin.php:177 msgid "Overview" @@ -3510,7 +3510,7 @@ msgstr "Przegląd" #: mod/admin.php:178 mod/admin.php:654 msgid "Federation Statistics" -msgstr "" +msgstr "Statystyki Organizacji" #: mod/admin.php:179 msgid "Configuration" @@ -3546,7 +3546,7 @@ msgstr "Aktualizacje DB" #: mod/admin.php:187 mod/admin.php:689 msgid "Inspect Queue" -msgstr "" +msgstr "Sprawdź kolejkę" #: mod/admin.php:188 msgid "Tools" @@ -3554,15 +3554,15 @@ msgstr "Narzędzia" #: mod/admin.php:189 msgid "Contact Blocklist" -msgstr "" +msgstr "Skontaktuj się z Blocklist" #: mod/admin.php:190 mod/admin.php:311 msgid "Server Blocklist" -msgstr "" +msgstr "Lista zablokowanych serwerów" #: mod/admin.php:191 mod/admin.php:470 msgid "Delete Item" -msgstr "" +msgstr "Usuń przedmiot" #: mod/admin.php:192 mod/admin.php:193 mod/admin.php:2224 msgid "Logs" @@ -3570,11 +3570,11 @@ msgstr "Logi" #: mod/admin.php:194 mod/admin.php:2291 msgid "View Logs" -msgstr "" +msgstr "Zobacz rejestry" #: mod/admin.php:196 msgid "Diagnostics" -msgstr "" +msgstr "Diagnostyka" #: mod/admin.php:197 msgid "PHP Info" @@ -3582,11 +3582,11 @@ msgstr "" #: mod/admin.php:198 msgid "probe address" -msgstr "" +msgstr "adres sondy" #: mod/admin.php:199 msgid "check webfinger" -msgstr "" +msgstr "sprawdź webfinger" #: mod/admin.php:218 src/Content/Nav.php:217 msgid "Admin" @@ -3602,11 +3602,11 @@ msgstr "Rejestracje użytkownika czekają na potwierdzenie." #: mod/admin.php:302 msgid "The blocked domain" -msgstr "" +msgstr "Zablokowana domena" #: mod/admin.php:303 mod/admin.php:316 msgid "The reason why you blocked this domain." -msgstr "" +msgstr "Powód zablokowania tej domeny." #: mod/admin.php:304 msgid "Delete domain" @@ -3614,7 +3614,7 @@ msgstr "Usuń domenę" #: mod/admin.php:304 msgid "Check to delete this entry from the blocklist" -msgstr "" +msgstr "Zaznacz, aby usunąć ten wpis z listy bloków" #: mod/admin.php:310 mod/admin.php:427 mod/admin.php:469 mod/admin.php:653 #: mod/admin.php:688 mod/admin.php:784 mod/admin.php:1279 mod/admin.php:1720 @@ -3644,13 +3644,13 @@ msgstr "Dodaj nowy wpis do listy bloków" #: mod/admin.php:315 msgid "Server Domain" -msgstr "" +msgstr "Domena serwera" #: mod/admin.php:315 msgid "" "The domain of the new server to add to the block list. Do not include the " "protocol." -msgstr "" +msgstr "Domena nowego serwera do dodania do listy bloków. Nie dołączaj protokołu." #: mod/admin.php:316 msgid "Block reason" @@ -3658,27 +3658,27 @@ msgstr "" #: mod/admin.php:317 msgid "Add Entry" -msgstr "" +msgstr "Dodaj wpis" #: mod/admin.php:318 msgid "Save changes to the blocklist" -msgstr "" +msgstr "Zapisz zmiany w Liście zablokowanych" #: mod/admin.php:319 msgid "Current Entries in the Blocklist" -msgstr "" +msgstr "Aktualne wpisy na liście zablokowanych" #: mod/admin.php:322 msgid "Delete entry from blocklist" -msgstr "" +msgstr "Usuń wpis z listy zablokowanych" #: mod/admin.php:325 msgid "Delete entry from blocklist?" -msgstr "" +msgstr "Usunąć wpis z listy zablokowanych?" #: mod/admin.php:351 msgid "Server added to blocklist." -msgstr "" +msgstr "Serwer dodany do listy zablokowanych." #: mod/admin.php:367 msgid "Site blocklist updated." @@ -3686,12 +3686,12 @@ msgstr "Zaktualizowano listę bloków witryny." #: mod/admin.php:390 src/Core/Console/GlobalCommunityBlock.php:72 msgid "The contact has been blocked from the node" -msgstr "" +msgstr "Kontakt został zablokowany w węźle" #: mod/admin.php:392 src/Core/Console/GlobalCommunityBlock.php:69 #, php-format msgid "Could not find any contact entry for this URL (%s)" -msgstr "" +msgstr "Nie można znaleźć żadnego kontaktu dla tego adresu URL (%s)" #: mod/admin.php:399 #, php-format @@ -3704,17 +3704,17 @@ msgstr[3] "" #: mod/admin.php:428 msgid "Remote Contact Blocklist" -msgstr "" +msgstr "Lista zablokowanych kontaktów zdalnych" #: mod/admin.php:429 msgid "" "This page allows you to prevent any message from a remote contact to reach " "your node." -msgstr "" +msgstr "Ta strona pozwala zapobiec wysyłaniu do węzła wiadomości od kontaktu zdalnego." #: mod/admin.php:430 msgid "Block Remote Contact" -msgstr "" +msgstr "Zablokuj kontakt zdalny" #: mod/admin.php:431 mod/admin.php:1723 msgid "select all" @@ -3736,15 +3736,15 @@ msgstr "Odblokuj" #: mod/admin.php:435 msgid "No remote contact is blocked from this node." -msgstr "" +msgstr "Z tego węzła nie jest blokowany kontakt zdalny." #: mod/admin.php:437 msgid "Blocked Remote Contacts" -msgstr "" +msgstr "Zablokowane kontakty zdalne" #: mod/admin.php:438 msgid "Block New Remote Contact" -msgstr "" +msgstr "Zablokuj nowy kontakt zdalny" #: mod/admin.php:439 msgid "Photo" @@ -3765,64 +3765,64 @@ msgstr[3] "" #: mod/admin.php:449 msgid "URL of the remote contact to block." -msgstr "" +msgstr "Adres URL kontaktu zdalnego do zablokowania." #: mod/admin.php:471 msgid "Delete this Item" -msgstr "" +msgstr "Usuń ten przedmiot" #: mod/admin.php:472 msgid "" "On this page you can delete an item from your node. If the item is a top " "level posting, the entire thread will be deleted." -msgstr "" +msgstr "Na tej stronie możesz usunąć przedmiot ze swojego węzła. Jeśli element jest publikowaniem na najwyższym poziomie, cały wątek zostanie usunięty." #: mod/admin.php:473 msgid "" "You need to know the GUID of the item. You can find it e.g. by looking at " "the display URL. The last part of http://example.com/display/123456 is the " "GUID, here 123456." -msgstr "" +msgstr "Musisz znać identyfikator GUID tego przedmiotu. Możesz go znaleźć np. patrząc na wyświetlany adres URL. Ostatnia część http://example.com/display/123456 to GUID, tutaj 123456." #: mod/admin.php:474 msgid "GUID" -msgstr "" +msgstr "GUID" #: mod/admin.php:474 msgid "The GUID of the item you want to delete." -msgstr "" +msgstr "Identyfikator elementu GUID, który chcesz usunąć." #: mod/admin.php:513 msgid "Item marked for deletion." -msgstr "" +msgstr "Przedmiot oznaczony do usunięcia." #: mod/admin.php:584 msgid "unknown" -msgstr "" +msgstr "nieznany" #: mod/admin.php:647 msgid "" "This page offers you some numbers to the known part of the federated social " "network your Friendica node is part of. These numbers are not complete but " "only reflect the part of the network your node is aware of." -msgstr "" +msgstr "Ta strona zawiera kilka numerów do znanej części federacyjnej sieci społecznościowej, do której należy Twój węzeł Friendica. Liczby te nie są kompletne, ale odzwierciedlają tylko część sieci, o której wie twój węzeł." #: mod/admin.php:648 msgid "" "The Auto Discovered Contact Directory feature is not enabled, it " "will improve the data displayed here." -msgstr "" +msgstr "Funkcja Katalog kontaktów automatycznie odkrytych nie jest włączona, poprawi ona wyświetlane tutaj dane." #: mod/admin.php:660 #, php-format msgid "" "Currently this node is aware of %d nodes with %d registered users from the " "following platforms:" -msgstr "" +msgstr "Obecnie węzeł ten jest świadomy %dwęzłów z %d zarejestrowanymi użytkownikami z następujących platform:" #: mod/admin.php:691 msgid "ID" -msgstr "" +msgstr "ID" #: mod/admin.php:692 msgid "Recipient Name" @@ -3839,18 +3839,18 @@ msgstr "Sieć" #: mod/admin.php:695 msgid "Created" -msgstr "" +msgstr "Utwórz" #: mod/admin.php:696 msgid "Last Tried" -msgstr "" +msgstr "Ostatnia wypróbowana" #: mod/admin.php:697 msgid "" "This page lists the content of the queue for outgoing postings. These are " "postings the initial delivery failed for. They will be resend later and " "eventually deleted if the delivery fails permanently." -msgstr "" +msgstr "Na tej stronie znajduje się zawartość kolejki dla wysyłek wychodzących. Są to posty, dla których początkowe wysyłanie nie powiodło się. Zostaną one ponownie wysłane później i ostatecznie usunięte, jeśli doręczenie zakończy się trwale." #: mod/admin.php:721 #, php-format @@ -3861,21 +3861,21 @@ msgid "" "converting the table engines. You may also use the command php " "bin/console.php dbstructure toinnodb of your Friendica installation for" " an automatic conversion.
    " -msgstr "" +msgstr "Twoja baza danych nadal działa z tabelami MyISAM. Powinieneś zmienić typ silnika na InnoDB. Ponieważ Friendica będzie używać funkcji związanych z InnoDB tylko w przyszłości, powinieneś to zmienić! Zobacz
    tutaj przewodnik, który może być pomocny w konwersji silników stołowych. Możesz także użyć polecenia php bin/console.php dbstructure toinnodb instalacji Friendica do automatycznej konwersji.
    " #: mod/admin.php:728 #, php-format msgid "" "There is a new version of Friendica available for download. Your current " "version is %1$s, upstream version is %2$s" -msgstr "" +msgstr "Dostępna jest nowa wersja aplikacji Friendica. Twoja aktualna wersja to %1$s wyższa wersja to %2$s" #: mod/admin.php:738 msgid "" "The database update failed. Please run \"php bin/console.php dbstructure " "update\" from the command line and have a look at the errors that might " "appear." -msgstr "" +msgstr "Aktualizacja bazy danych nie powiodła się. Uruchom polecenie \"php bin/console.php dbstructure update\" z wiersza poleceń i sprawdź błędy, które mogą się pojawić." #: mod/admin.php:744 msgid "The worker was never executed. Please check your database structure!" @@ -3886,7 +3886,7 @@ msgstr "" msgid "" "The last worker execution was on %s UTC. This is older than one hour. Please" " check your crontab settings." -msgstr "" +msgstr "Ostatnie wykonanie robota było w %s UTC. To jest starsze niż jedna godzina. Sprawdź ustawienia crontab." #: mod/admin.php:752 mod/admin.php:1672 msgid "Normal Account" @@ -3894,11 +3894,11 @@ msgstr "Konto normalne" #: mod/admin.php:753 mod/admin.php:1673 msgid "Automatic Follower Account" -msgstr "" +msgstr "Automatyczne konto obserwatora" #: mod/admin.php:754 mod/admin.php:1674 msgid "Public Forum Account" -msgstr "" +msgstr "Publiczne konto na forum" #: mod/admin.php:755 mod/admin.php:1675 msgid "Automatic Friend Account" @@ -3910,7 +3910,7 @@ msgstr "Konto Bloga" #: mod/admin.php:757 msgid "Private Forum Account" -msgstr "" +msgstr "Prywatne konto na forum" #: mod/admin.php:779 msgid "Message queues" @@ -3918,7 +3918,7 @@ msgstr "Wiadomości" #: mod/admin.php:785 msgid "Summary" -msgstr "Skrót" +msgstr "Podsumowanie" #: mod/admin.php:787 msgid "Registered users" @@ -3934,7 +3934,7 @@ msgstr "Wersja" #: mod/admin.php:795 msgid "Active addons" -msgstr "" +msgstr "Aktywne dodatki" #: mod/admin.php:826 msgid "Can not parse base url. Must have at least ://" @@ -3958,11 +3958,11 @@ msgstr "Publikacje publiczne od użytkowników tej strony" #: mod/admin.php:1202 msgid "Public postings from the federated network" -msgstr "" +msgstr "Publikacje wpisy ze sfederowanej sieci" #: mod/admin.php:1203 msgid "Public postings from local users and the federated network" -msgstr "" +msgstr "Publikacje publiczne od użytkowników lokalnych i sieci federacyjnej" #: mod/admin.php:1207 mod/admin.php:1370 mod/admin.php:1380 #: mod/contacts.php:572 @@ -4031,7 +4031,7 @@ msgstr "sprawdź wersję stabilną" #: mod/admin.php:1259 msgid "check the development version" -msgstr "" +msgstr "sprawdź wersję rozwojową" #: mod/admin.php:1281 mod/admin.php:1898 mod/admin.php:2151 mod/admin.php:2225 #: mod/admin.php:2372 mod/delegate.php:168 mod/settings.php:675 @@ -4042,7 +4042,7 @@ msgstr "Zapisz ustawienia" #: mod/admin.php:1282 msgid "Republish users to directory" -msgstr "" +msgstr "Ponownie opublikuj użytkowników w katalogu" #: mod/admin.php:1284 msgid "File upload" @@ -4059,7 +4059,7 @@ msgstr "Zaawansowany" #: mod/admin.php:1287 msgid "Auto Discovered Contact Directory" -msgstr "" +msgstr "Katalog kontaktów automatycznie odkrytych" #: mod/admin.php:1288 msgid "Performance" @@ -4071,7 +4071,7 @@ msgstr "Pracownik" #: mod/admin.php:1290 msgid "Message Relay" -msgstr "" +msgstr "Przekazywanie wiadomości" #: mod/admin.php:1291 msgid "" @@ -4113,7 +4113,7 @@ msgstr "Kliknij ikonę" #: mod/admin.php:1299 msgid "Link to an icon that will be used for tablets and mobiles." -msgstr "" +msgstr "Link do ikony, która będzie używana w tabletach i telefonach komórkowych." #: mod/admin.php:1300 msgid "Additional Info" @@ -4124,7 +4124,7 @@ msgstr "Dodatkowe informacje" msgid "" "For public servers: you can add additional information here that will be " "listed at %s/servers." -msgstr "" +msgstr "W przypadku serwerów publicznych: możesz tu dodać dodatkowe informacje, które będą wymienione na %s/serwerach." #: mod/admin.php:1301 msgid "System language" @@ -4164,7 +4164,7 @@ msgstr "Wymuś SSL" msgid "" "Force all Non-SSL requests to SSL - Attention: on some systems it could lead" " to endless loops." -msgstr "" +msgstr "Wymuszaj wszystkie żądania SSL bez SSL - Uwaga: w niektórych systemach może to prowadzić do niekończących się pętli." #: mod/admin.php:1306 msgid "Hide help entry from navigation menu" @@ -4227,7 +4227,7 @@ msgid "" "If registration is permitted above, this sets the maximum number of new user" " registrations to accept per day. If register is set to closed, this " "setting has no effect." -msgstr "" +msgstr "Jeśli rejestracja jest dozwolona powyżej, określa maksymalną liczbę nowych rejestracji użytkowników do zaakceptowania na dzień. Jeśli rejestr jest ustawiony na zamknięty, to ustawienie nie ma wpływu." #: mod/admin.php:1314 msgid "Register text" @@ -4235,7 +4235,7 @@ msgstr "Zarejestruj tekst" #: mod/admin.php:1314 msgid "Will be displayed prominently on the registration page." -msgstr "" +msgstr "Będą wyświetlane w widocznym miejscu na stronie rejestracji." #: mod/admin.php:1315 msgid "Accounts abandoned after x days" @@ -4266,7 +4266,7 @@ msgid "" "Comma separated list of domains which are allowed in email addresses for " "registrations to this site. Wildcards are accepted. Empty to allow any " "domains" -msgstr "" +msgstr "Rozdzielana przecinkami lista domen dozwolonych w adresach e-mail do rejestracji na tej stronie. Symbole wieloznaczne są akceptowane. Opróżnij, aby zezwolić na dowolne domeny" #: mod/admin.php:1318 msgid "No OEmbed rich content" @@ -4276,17 +4276,17 @@ msgstr "" msgid "" "Don't show the rich content (e.g. embedded PDF), except from the domains " "listed below." -msgstr "" +msgstr "Nie wyświetlaj zasobów treści (np. osadzonego pliku PDF), z wyjątkiem domen wymienionych poniżej." #: mod/admin.php:1319 msgid "Allowed OEmbed domains" -msgstr "" +msgstr "Dozwolone domeny OEmbed" #: mod/admin.php:1319 msgid "" "Comma separated list of domains which oembed content is allowed to be " "displayed. Wildcards are accepted." -msgstr "" +msgstr "Rozdzielana przecinkami lista domen, w których wyświetlana jest treść, może być wyświetlana. Symbole wieloznaczne są akceptowane." #: mod/admin.php:1320 msgid "Block public" @@ -4296,7 +4296,7 @@ msgstr "Blokuj publicznie" msgid "" "Check to block public access to all otherwise public personal pages on this " "site unless you are currently logged in." -msgstr "" +msgstr "Zaznacz, aby zablokować publiczny dostęp do wszystkich publicznych stron prywatnych w tej witrynie, chyba że jesteś zalogowany." #: mod/admin.php:1321 msgid "Force publish" @@ -4305,17 +4305,17 @@ msgstr "Wymuś publikację" #: mod/admin.php:1321 msgid "" "Check to force all profiles on this site to be listed in the site directory." -msgstr "" +msgstr "Zaznacz, aby wymusić umieszczenie wszystkich profili w tej witrynie w katalogu witryny." #: mod/admin.php:1322 msgid "Global directory URL" -msgstr "" +msgstr "Globalny adres URL katalogu" #: mod/admin.php:1322 msgid "" "URL to the global directory. If this is not set, the global directory is " "completely unavailable to the application." -msgstr "" +msgstr "Adres URL do katalogu globalnego. Jeśli nie zostanie to ustawione, katalog globalny jest całkowicie niedostępny dla aplikacji." #: mod/admin.php:1323 msgid "Private posts by default for new users" @@ -4325,7 +4325,7 @@ msgstr "Prywatne posty domyślnie dla nowych użytkowników" msgid "" "Set default post permissions for all new members to the default privacy " "group rather than public." -msgstr "" +msgstr "Ustaw domyślne uprawnienia do publikowania dla wszystkich nowych członków na domyślną grupę prywatności, a nie publiczną." #: mod/admin.php:1324 msgid "Don't include post content in email notifications" @@ -4345,11 +4345,11 @@ msgstr "Nie zezwalaj na publiczny dostęp do dodatkowych wtyczek wyszczególnion msgid "" "Checking this box will restrict addons listed in the apps menu to members " "only." -msgstr "" +msgstr "Zaznaczenie tego pola spowoduje ograniczenie dodatków wymienionych w menu aplikacji tylko dla członków." #: mod/admin.php:1326 msgid "Don't embed private images in posts" -msgstr "" +msgstr "Nie umieszczaj prywatnych zdjęć w postach" #: mod/admin.php:1326 msgid "" @@ -4357,18 +4357,18 @@ msgid "" "of the image. This means that contacts who receive posts containing private " "photos will have to authenticate and load each image, which may take a " "while." -msgstr "" +msgstr "Nie zastępuj lokalnie hostowanych zdjęć prywatnych we wpisach za pomocą osadzonej kopii obrazu. Oznacza to, że osoby, które otrzymują posty zawierające prywatne zdjęcia, będą musiały uwierzytelnić i wczytać każdy obraz, co może trochę potrwać." #: mod/admin.php:1327 msgid "Allow Users to set remote_self" -msgstr "" +msgstr "Zezwól użytkownikom na ustawienie remote_self" #: mod/admin.php:1327 msgid "" "With checking this, every user is allowed to mark every contact as a " "remote_self in the repair contact dialog. Setting this flag on a contact " "causes mirroring every posting of that contact in the users stream." -msgstr "" +msgstr "Po sprawdzeniu tego każdy użytkownik może zaznaczyć każdy kontakt jako zdalny w oknie dialogowym kontaktu naprawczego. Ustawienie tej flagi na kontakcie powoduje dublowanie każdego wpisu tego kontaktu w strumieniu użytkowników." #: mod/admin.php:1328 msgid "Block multiple registrations" @@ -4384,7 +4384,7 @@ msgstr "Wsparcie OpenID" #: mod/admin.php:1329 msgid "OpenID support for registration and logins." -msgstr "" +msgstr "Obsługa OpenID do rejestracji i logowania." #: mod/admin.php:1330 msgid "Fullname check" @@ -4398,23 +4398,23 @@ msgstr "Aby ograniczyć spam, wymagaj by użytkownik przy rejestracji w polu Imi #: mod/admin.php:1331 msgid "Community pages for visitors" -msgstr "" +msgstr "Strony społecznościowe dla odwiedzających" #: mod/admin.php:1331 msgid "" "Which community pages should be available for visitors. Local users always " "see both pages." -msgstr "" +msgstr "Które strony społeczności powinny być dostępne dla odwiedzających. Lokalni użytkownicy zawsze widzą obie strony." #: mod/admin.php:1332 msgid "Posts per user on community page" -msgstr "" +msgstr "Lista postów użytkownika na stronie społeczności" #: mod/admin.php:1332 msgid "" "The maximum number of posts per user on the community page. (Not valid for " "'Global Community')" -msgstr "" +msgstr "Maksymalna liczba postów na użytkownika na stronie społeczności. (Nie dotyczy 'społeczności globalnej')" #: mod/admin.php:1333 msgid "Enable OStatus support" @@ -4425,18 +4425,18 @@ msgid "" "Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All " "communications in OStatus are public, so privacy warnings will be " "occasionally displayed." -msgstr "" +msgstr "Zapewnij kompatybilność z OStatus (StatusNet, GNU Social itp.). Cała komunikacja w stanie OStatus jest jawna, dlatego ostrzeżenia o prywatności będą czasami wyświetlane." #: mod/admin.php:1334 msgid "Only import OStatus threads from our contacts" -msgstr "" +msgstr "Importuj wątki OStatus tylko z naszych kontaktów" #: mod/admin.php:1334 msgid "" "Normally we import every content from our OStatus contacts. With this option" " we only store threads that are started by a contact that is known on our " "system." -msgstr "" +msgstr "Normalnie importujemy każdą treść z naszych kontaktów OStatus. W tej opcji przechowujemy tylko wątki uruchomione przez kontakt znany w naszym systemie." #: mod/admin.php:1335 msgid "OStatus support can only be enabled if threading is enabled." @@ -4464,7 +4464,7 @@ msgstr "Dopuść tylko kontakty Friendrica" msgid "" "All contacts must use Friendica protocols. All other built-in communication " "protocols disabled." -msgstr "" +msgstr "Wszyscy znajomi muszą używać protokołów Friendica. Wszystkie inne wbudowane protokoły komunikacyjne są wyłączone." #: mod/admin.php:1340 msgid "Verify SSL" @@ -4474,7 +4474,7 @@ msgstr "Weryfikacja SSL" msgid "" "If you wish, you can turn on strict certificate checking. This will mean you" " cannot connect (at all) to self-signed SSL sites." -msgstr "" +msgstr "Jeśli chcesz, możesz włączyć ścisłe sprawdzanie certyfikatu. Oznacza to, że nie możesz połączyć się (w ogóle) z własnoręcznie podpisanymi stronami SSL." #: mod/admin.php:1341 msgid "Proxy user" @@ -4490,7 +4490,7 @@ msgstr "Network timeout" #: mod/admin.php:1343 msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." -msgstr "" +msgstr "Wartość jest w sekundach. Ustaw na 0 dla nieograniczonej (niezalecane)." #: mod/admin.php:1344 msgid "Maximum Load Average" @@ -4500,7 +4500,7 @@ msgstr "" msgid "" "Maximum system load before delivery and poll processes are deferred - " "default 50." -msgstr "" +msgstr "Maksymalne obciążenie systemu przed dostawą i odpytywaniem jest odroczone - domyślnie 50." #: mod/admin.php:1345 msgid "Maximum Load Average (Frontend)" @@ -4508,11 +4508,11 @@ msgstr "" #: mod/admin.php:1345 msgid "Maximum system load before the frontend quits service - default 50." -msgstr "" +msgstr "Maksymalne obciążenie systemu, zanim frontend zakończy pracę - domyślnie 50." #: mod/admin.php:1346 msgid "Minimal Memory" -msgstr "" +msgstr "Minimalna pamięć" #: mod/admin.php:1346 msgid "" @@ -4548,11 +4548,11 @@ msgstr "" msgid "" "If enabled, the global contacts are checked periodically for missing or " "outdated data and the vitality of the contacts and servers." -msgstr "" +msgstr "Jeśli jest włączona, kontakty globalne są okresowo sprawdzane pod kątem brakujących lub nieaktualnych danych oraz żywotności kontaktów i serwerów." #: mod/admin.php:1351 msgid "Days between requery" -msgstr "" +msgstr "Dni między żądaniem" #: mod/admin.php:1351 msgid "Number of days after which a server is requeried for his contacts." @@ -4570,17 +4570,17 @@ msgid "" "and older friendica servers, where global contacts weren't available. The " "fallback increases the server load, so the recommened setting is 'Users, " "Global Contacts'." -msgstr "" +msgstr "Okresowo wysyłaj zapytanie do innych serwerów o kontakty. Możesz wybierać pomiędzy 'użytkownikami': użytkownikami w systemie zdalnym, 'Kontakty globalne': aktywne kontakty znane w systemie. Zastępowanie jest przeznaczone dla serwerów Redmatrix i starszych serwerów Friendica, w których kontakty globalne nie były dostępne. Funkcja awaryjna zwiększa obciążenie serwera, dlatego zalecanym ustawieniem jest 'Użytkownicy, kontakty globalne'." #: mod/admin.php:1353 msgid "Timeframe for fetching global contacts" -msgstr "" +msgstr "Czas pobierania globalnych kontaktów" #: mod/admin.php:1353 msgid "" "When the discovery is activated, this value defines the timeframe for the " "activity of the global contacts that are fetched from other servers." -msgstr "" +msgstr "Po aktywowaniu wykrywania ta wartość określa czas działania globalnych kontaktów pobieranych z innych serwerów." #: mod/admin.php:1354 msgid "Search the local directory" @@ -4591,7 +4591,7 @@ msgid "" "Search the local directory instead of the global directory. When searching " "locally, every search will be executed on the global directory in the " "background. This improves the search results when the search is repeated." -msgstr "" +msgstr "Wyszukaj lokalny katalog zamiast katalogu globalnego. Podczas wyszukiwania lokalnie każde wyszukiwanie zostanie wykonane w katalogu globalnym w tle. Poprawia to wyniki wyszukiwania, gdy wyszukiwanie jest powtarzane." #: mod/admin.php:1356 msgid "Publish server information" @@ -4603,51 +4603,51 @@ msgid "" "contains the name and version of the server, number of users with public " "profiles, number of posts and the activated protocols and connectors. See the-federation.info for details." -msgstr "" +msgstr "Jeśli opcja jest włączona, ogólne dane serwera i użytkowania zostaną opublikowane. Dane zawierają nazwę i wersję serwera, liczbę użytkowników z profilami publicznymi, liczbę postów oraz aktywowane protokoły i konektory. Aby uzyskać szczegółowe informacje, patrz the-federation.info." #: mod/admin.php:1358 msgid "Check upstream version" -msgstr "" +msgstr "Sprawdź wersję powyżej" #: mod/admin.php:1358 msgid "" "Enables checking for new Friendica versions at github. If there is a new " "version, you will be informed in the admin panel overview." -msgstr "" +msgstr "Umożliwia sprawdzenie nowych wersji Friendica na github. Jeśli pojawi się nowa wersja, zostaniesz o tym poinformowany w panelu administracyjnym." #: mod/admin.php:1359 msgid "Suppress Tags" -msgstr "" +msgstr "Ukryj tagi" #: mod/admin.php:1359 msgid "Suppress showing a list of hashtags at the end of the posting." -msgstr "" +msgstr "Pomiń wyświetlenie listy hashtagów na końcu postu." #: mod/admin.php:1360 msgid "Path to item cache" -msgstr "" +msgstr "Ścieżka do pamięci podręcznej" #: mod/admin.php:1360 msgid "The item caches buffers generated bbcode and external images." -msgstr "" +msgstr "Pozycja buforuje bufory generowane bbcode i obrazy zewnętrzne." #: mod/admin.php:1361 msgid "Cache duration in seconds" -msgstr "" +msgstr "Czas trwania w sekundach" #: mod/admin.php:1361 msgid "" "How long should the cache files be hold? Default value is 86400 seconds (One" " day). To disable the item cache, set the value to -1." -msgstr "" +msgstr "Jak długo powinny być przechowywane pliki pamięci podręcznej? Wartość domyślna to 86400 sekund (jeden dzień). Aby wyłączyć pamięć podręczną elementów, ustaw wartość na -1." #: mod/admin.php:1362 msgid "Maximum numbers of comments per post" -msgstr "" +msgstr "Maksymalna liczba komentarzy na post" #: mod/admin.php:1362 msgid "How much comments should be shown for each post? Default value is 100." -msgstr "" +msgstr "Ile komentarzy powinno być pokazywanych dla każdego posta? Domyślna wartość to 100." #: mod/admin.php:1363 msgid "Temp path" @@ -4657,18 +4657,18 @@ msgstr "Ścieżka do Temp" msgid "" "If you have a restricted system where the webserver can't access the system " "temp path, enter another path here." -msgstr "" +msgstr "Jeśli masz zastrzeżony system, w którym serwer internetowy nie może uzyskać dostępu do ścieżki temp systemu, wprowadź tutaj inną ścieżkę." #: mod/admin.php:1364 msgid "Base path to installation" -msgstr "" +msgstr "Podstawowa ścieżka do instalacji" #: mod/admin.php:1364 msgid "" "If the system cannot detect the correct path to your installation, enter the" " correct path here. This setting should only be set if you are using a " "restricted system and symbolic links to your webroot." -msgstr "" +msgstr "Jeśli system nie może wykryć poprawnej ścieżki do instalacji, wprowadź tutaj poprawną ścieżkę. To ustawienie powinno być ustawione tylko wtedy, gdy używasz ograniczonego systemu i dowiązań symbolicznych do twojego webroota." #: mod/admin.php:1365 msgid "Disable picture proxy" @@ -4678,33 +4678,33 @@ msgstr "Wyłącz obraz proxy" msgid "" "The picture proxy increases performance and privacy. It shouldn't be used on" " systems with very low bandwith." -msgstr "" +msgstr "Proxy obrazu zwiększa wydajność i prywatność. Nie należy go stosować w systemach o bardzo niskiej przepustowości." #: mod/admin.php:1366 msgid "Only search in tags" -msgstr "" +msgstr "Szukaj tylko w tagach" #: mod/admin.php:1366 msgid "On large systems the text search can slow down the system extremely." -msgstr "" +msgstr "W dużych systemach wyszukiwanie tekstu może wyjątkowo spowolnić system." #: mod/admin.php:1368 msgid "New base url" -msgstr "" +msgstr "Nowy bazowy adres url" #: mod/admin.php:1368 msgid "" "Change base url for this server. Sends relocate message to all Friendica and" " Diaspora* contacts of all users." -msgstr "" +msgstr "Zmień bazowy adres URL dla tego serwera. Wysyła wiadomość o przeniesieniu do wszystkich kontaktów Friendica i Diaspora* wszystkich użytkowników." #: mod/admin.php:1370 msgid "RINO Encryption" -msgstr "" +msgstr "Szyfrowanie RINO" #: mod/admin.php:1370 msgid "Encryption layer between nodes." -msgstr "" +msgstr "Warstwa szyfrowania między węzłami." #: mod/admin.php:1370 msgid "Enabled" @@ -4712,13 +4712,13 @@ msgstr "Włącz" #: mod/admin.php:1372 msgid "Maximum number of parallel workers" -msgstr "" +msgstr "Maksymalna liczba równoległych pracowników" #: mod/admin.php:1372 msgid "" "On shared hosters set this to 2. On larger systems, values of 10 are great. " "Default value is 4." -msgstr "" +msgstr "Na współdzielonych hostach ustaw to na 2. W większych systemach wartości 10 są świetne. Domyślna wartość to 4." #: mod/admin.php:1373 msgid "Don't use 'proc_open' with the worker" @@ -4733,13 +4733,13 @@ msgstr "" #: mod/admin.php:1374 msgid "Enable fastlane" -msgstr "" +msgstr "Włącz Fastlane" #: mod/admin.php:1374 msgid "" "When enabed, the fastlane mechanism starts an additional worker if processes" " with higher priority are blocked by processes of lower priority." -msgstr "" +msgstr "Po włączeniu system Fastlane uruchamia dodatkowego pracownika, jeśli procesy o wyższym priorytecie są blokowane przez procesy o niższym priorytecie." #: mod/admin.php:1375 msgid "Enable frontend worker" @@ -4763,11 +4763,11 @@ msgstr "" msgid "" "Enables the receiving of public posts from the relay. They will be included " "in the search, subscribed tags and on the global community page." -msgstr "" +msgstr "Umożliwia odbieranie publicznych wiadomości z przekaźnika. Zostaną uwzględnione w tagach wyszukiwania, subskrybowanych i na stronie społeczności globalnej." #: mod/admin.php:1378 msgid "Relay server" -msgstr "" +msgstr "Serwer przekazujący" #: mod/admin.php:1378 msgid "" @@ -4805,7 +4805,7 @@ msgstr "tagi" #: mod/admin.php:1381 msgid "Server tags" -msgstr "" +msgstr "Serwer tagów" #: mod/admin.php:1381 msgid "Comma separated list of tags for the 'tags' subscription." @@ -4813,7 +4813,7 @@ msgstr "" #: mod/admin.php:1382 msgid "Allow user tags" -msgstr "" +msgstr "Pozwól na tagi użytkowników" #: mod/admin.php:1382 msgid "" @@ -4823,7 +4823,7 @@ msgstr "" #: mod/admin.php:1410 msgid "Update has been marked successful" -msgstr "" +msgstr "Aktualizacja została oznaczona jako udana" #: mod/admin.php:1417 #, php-format @@ -4861,7 +4861,7 @@ msgstr "Brak błędów aktualizacji." #: mod/admin.php:1462 msgid "Check database structure" -msgstr "" +msgstr "Sprawdź strukturę bazy danych" #: mod/admin.php:1467 msgid "Failed Updates" @@ -4874,11 +4874,11 @@ msgstr "" #: mod/admin.php:1469 msgid "Mark success (if update was manually applied)" -msgstr "" +msgstr "Oznacz sukces (jeśli aktualizacja została ręcznie zastosowana)" #: mod/admin.php:1470 msgid "Attempt to execute this update step automatically" -msgstr "" +msgstr "Spróbuj automatycznie wykonać ten krok aktualizacji" #: mod/admin.php:1509 #, php-format @@ -5039,11 +5039,11 @@ msgstr "Nazwa nowego użytkownika." #: mod/admin.php:1756 msgid "Nickname" -msgstr "" +msgstr "Pseudonim" #: mod/admin.php:1756 msgid "Nickname of the new user." -msgstr "" +msgstr "Pseudonim nowego użytkownika." #: mod/admin.php:1757 msgid "Email address of the new user." @@ -5081,7 +5081,7 @@ msgstr "Opiekun:" #: mod/admin.php:1899 msgid "Reload active addons" -msgstr "" +msgstr "Załaduj ponownie aktywne dodatki" #: mod/admin.php:1904 #, php-format @@ -5106,7 +5106,7 @@ msgstr "Przeładuj aktywne motywy" #: mod/admin.php:2157 #, php-format msgid "No themes found on the system. They should be placed in %1$s" -msgstr "" +msgstr "Nie znaleziono motywów w systemie. Powinny zostać umieszczone %1$s" #: mod/admin.php:2158 msgid "[Experimental]" @@ -5122,11 +5122,11 @@ msgstr "Zaktualizowano ustawienia logów." #: mod/admin.php:2215 msgid "PHP log currently enabled." -msgstr "" +msgstr "Dziennik PHP jest obecnie włączony." #: mod/admin.php:2217 msgid "PHP log currently disabled." -msgstr "" +msgstr "Dziennik PHP jest obecnie wyłączony." #: mod/admin.php:2226 msgid "Clear" @@ -5144,7 +5144,7 @@ msgstr "Plik logów" msgid "" "Must be writable by web server. Relative to your Friendica top-level " "directory." -msgstr "" +msgstr "Musi być zapisywalny przez serwer sieciowy. W stosunku do katalogu najwyższego poziomu Friendica." #: mod/admin.php:2232 msgid "Log level" @@ -5161,7 +5161,7 @@ msgid "" "'error_log' line is relative to the friendica top-level directory and must " "be writeable by the web server. The option '1' for 'log_errors' and " "'display_errors' is to enable these options, set to '0' to disable them." -msgstr "" +msgstr "Aby włączyć rejestrowanie błędów i ostrzeżeń PHP, możesz dodać następujące dane do pliku .htconfig.php instalacji. Nazwa pliku ustawiona w linii 'error_log' odnosi się do katalogu najwyższego poziomu friendiki i musi być zapisywalna przez serwer WWW. Opcja '1' dla 'log_errors' i 'display_errors' polega na włączeniu tych opcji, ustawieniu na '0', aby je wyłączyć." #: mod/admin.php:2266 #, php-format @@ -5192,11 +5192,11 @@ msgstr "" #: mod/admin.php:2370 msgid "Manage Additional Features" -msgstr "" +msgstr "Zarządzaj dodatkowymi funkcjami" #: mod/babel.php:22 msgid "Source input" -msgstr "" +msgstr "Źródło wejściowe" #: mod/babel.php:28 msgid "BBCode::convert (raw HTML(" @@ -5252,7 +5252,7 @@ msgstr "" #: mod/babel.php:108 msgid "Source text" -msgstr "" +msgstr "Tekst źródłowy" #: mod/babel.php:109 msgid "BBCode" @@ -5264,7 +5264,7 @@ msgstr "" #: mod/babel.php:111 msgid "HTML" -msgstr "" +msgstr "HTML" #: mod/cal.php:274 mod/events.php:391 view/theme/frio/theme.php:263 #: view/theme/frio/theme.php:267 src/Content/Nav.php:104 @@ -5274,7 +5274,7 @@ msgstr "Wydarzenia" #: mod/cal.php:275 mod/events.php:392 msgid "View" -msgstr "" +msgstr "Widok" #: mod/cal.php:276 mod/events.php:394 msgid "Previous" @@ -5305,19 +5305,19 @@ msgstr "dzień" #: mod/cal.php:284 mod/events.php:404 msgid "list" -msgstr "" +msgstr "lista" #: mod/cal.php:297 src/Model/User.php:204 msgid "User not found" -msgstr "" +msgstr "Użytkownik nie znaleziony" #: mod/cal.php:313 msgid "This calendar format is not supported" -msgstr "" +msgstr "Ten format kalendarza nie jest obsługiwany" #: mod/cal.php:315 msgid "No exportable data found" -msgstr "" +msgstr "Nie znaleziono danych do eksportu" #: mod/cal.php:332 msgid "calendar" @@ -5366,11 +5366,11 @@ msgstr "Kontakt został zarchiwizowany" #: mod/contacts.php:443 msgid "Contact has been unarchived" -msgstr "" +msgstr "Kontakt został przywrócony" #: mod/contacts.php:467 msgid "Drop contact" -msgstr "" +msgstr "Usuń kontakt" #: mod/contacts.php:470 mod/contacts.php:823 msgid "Do you really want to delete this contact?" @@ -5433,19 +5433,19 @@ msgid "" "Fetch information like preview pictures, title and teaser from the feed " "item. You can activate this if the feed doesn't contain much text. Keywords " "are taken from the meta header in the feed item and are posted as hash tags." -msgstr "" +msgstr "Pobieranie informacji, takich jak zdjęcia podglądu, tytuł i zwiastun z elementu kanału. Możesz to aktywować, jeśli plik danych nie zawiera dużo tekstu. Słowa kluczowe są pobierane z nagłówka meta w elemencie kanału i są publikowane jako znaczniki haszowania." #: mod/contacts.php:573 msgid "Fetch information" -msgstr "" +msgstr "Pobierz informacje" #: mod/contacts.php:574 msgid "Fetch keywords" -msgstr "" +msgstr "Pobierz słowa kluczowe" #: mod/contacts.php:575 msgid "Fetch information and keywords" -msgstr "" +msgstr "Pobierz informacje i słowa kluczowe" #: mod/contacts.php:599 mod/unfollow.php:100 msgid "Disconnect/Unfollow" @@ -5472,7 +5472,7 @@ msgstr "Informacja o kontakcie / Notka" #: mod/contacts.php:614 msgid "Their personal note" -msgstr "" +msgstr "Ich osobista uwaga" #: mod/contacts.php:616 msgid "Edit contact notes" @@ -5524,7 +5524,7 @@ msgstr "Obecnie zarchiwizowany" #: mod/contacts.php:645 msgid "Awaiting connection acknowledge" -msgstr "" +msgstr "Oczekiwanie na potwierdzenie połączenia" #: mod/contacts.php:646 msgid "" @@ -5533,21 +5533,21 @@ msgstr "Odpowiedzi/kliknięcia \"lubię to\" do twoich publicznych postów nadal #: mod/contacts.php:647 msgid "Notification for new posts" -msgstr "" +msgstr "Powiadomienie o nowych postach" #: mod/contacts.php:647 msgid "Send a notification of every new post of this contact" -msgstr "" +msgstr "Wyślij powiadomienie o każdym nowym poście tego kontaktu" #: mod/contacts.php:650 msgid "Blacklisted keywords" -msgstr "" +msgstr "Słowa kluczowe na czarnej liście" #: mod/contacts.php:650 msgid "" "Comma separated list of keywords that should not be converted to hashtags, " "when \"Fetch information and keywords\" is selected" -msgstr "" +msgstr "Rozdzielana przecinkami lista słów kluczowych, które nie powinny zostać przekonwertowane na hashtagi, gdy wybrana jest opcja 'Pobierz informacje i słowa kluczowe'" #: mod/contacts.php:662 src/Model/Profile.php:424 msgid "XMPP:" @@ -5555,7 +5555,7 @@ msgstr "" #: mod/contacts.php:667 msgid "Actions" -msgstr "" +msgstr "Akcja" #: mod/contacts.php:669 mod/contacts.php:855 view/theme/frio/theme.php:259 #: src/Content/Nav.php:100 src/Model/Profile.php:888 @@ -5564,7 +5564,7 @@ msgstr "Status" #: mod/contacts.php:670 msgid "Contact Settings" -msgstr "" +msgstr "Ustawienia kontaktów" #: mod/contacts.php:711 msgid "Suggestions" @@ -5640,7 +5640,7 @@ msgstr "Przywróć z archiwum" #: mod/contacts.php:832 msgid "Batch Actions" -msgstr "" +msgstr "Akcje wsadowe" #: mod/contacts.php:858 mod/follow.php:183 mod/unfollow.php:132 #: src/Model/Profile.php:891 @@ -5657,7 +5657,7 @@ msgstr "Zobacz wszystkie kontakty" #: mod/contacts.php:889 msgid "View all common friends" -msgstr "" +msgstr "Zobacz wszystkich popularnych znajomych" #: mod/contacts.php:898 msgid "Advanced Contact Settings" @@ -5677,7 +5677,7 @@ msgstr "jesteś fanem" #: mod/contacts.php:1013 msgid "Toggle Blocked status" -msgstr "" +msgstr "Przełącz na Zablokowany" #: mod/contacts.php:1021 msgid "Toggle Ignored status" @@ -5693,30 +5693,30 @@ msgstr "Usuń kontakt" #: mod/delegate.php:37 msgid "Parent user not found." -msgstr "" +msgstr "Nie znaleziono użytkownika nadrzędnego." #: mod/delegate.php:144 msgid "No parent user" -msgstr "" +msgstr "Brak nadrzędnego użytkownika" #: mod/delegate.php:159 msgid "Parent Password:" -msgstr "" +msgstr "Hasło nadrzędne:" #: mod/delegate.php:159 msgid "" "Please enter the password of the parent account to legitimize your request." -msgstr "" +msgstr "Wprowadź hasło konta nadrzędnego, aby legalizować swoje żądanie." #: mod/delegate.php:164 msgid "Parent User" -msgstr "" +msgstr "Użytkownik nadrzędny" #: mod/delegate.php:167 msgid "" "Parent users have total control about this account, including the account " "settings. Please double check whom you give this access." -msgstr "" +msgstr "Użytkownicy nadrzędni mają pełną kontrolę nad tym kontem, w tym także ustawienia konta. Sprawdź dokładnie, komu przyznasz ten dostęp." #: mod/delegate.php:169 src/Content/Nav.php:204 msgid "Delegate Page Management" @@ -5724,22 +5724,22 @@ msgstr "" #: mod/delegate.php:170 msgid "Delegates" -msgstr "" +msgstr "Oddeleguj" #: mod/delegate.php:172 msgid "" "Delegates are able to manage all aspects of this account/page except for " "basic account settings. Please do not delegate your personal account to " "anybody that you do not trust completely." -msgstr "" +msgstr "Delegaci mogą zarządzać wszystkimi aspektami tego konta/strony, z wyjątkiem podstawowych ustawień konta. Nie przekazuj swojego konta osobistego nikomu, komu nie ufasz całkowicie." #: mod/delegate.php:173 msgid "Existing Page Delegates" -msgstr "" +msgstr "Obecni delegaci stron" #: mod/delegate.php:175 msgid "Potential Delegates" -msgstr "" +msgstr "Potencjalni delegaci" #: mod/delegate.php:178 msgid "Add" @@ -5767,7 +5767,7 @@ msgstr "Znajdź na tej stronie" #: mod/directory.php:207 msgid "Results for:" -msgstr "" +msgstr "Wyniki dla:" #: mod/directory.php:209 msgid "Site Directory" @@ -5785,7 +5785,7 @@ msgstr "" #: mod/dirfind.php:60 #, php-format msgid "Forum Search - %s" -msgstr "" +msgstr "Przeszukiwanie forum - %s" #: mod/events.php:105 mod/events.php:107 msgid "Event can not end before it has started." @@ -5805,7 +5805,7 @@ msgstr "Szczegóły wydarzenia" #: mod/events.php:507 msgid "Starting date and Title are required." -msgstr "" +msgstr "Data rozpoczęcia i tytuł są wymagane." #: mod/events.php:508 mod/events.php:509 msgid "Event Starts:" @@ -5849,19 +5849,19 @@ msgstr "Nie udało się usunąć wydarzenia" #: mod/events.php:554 msgid "Event removed" -msgstr "" +msgstr "Wydarzenie zostało usunięte" #: mod/feedtest.php:20 msgid "You must be logged in to use this module" -msgstr "" +msgstr "Musisz być zalogowany, aby korzystać z tego modułu" #: mod/feedtest.php:48 msgid "Source URL" -msgstr "" +msgstr "Źródłowy adres URL" #: mod/follow.php:45 msgid "The contact could not be added." -msgstr "" +msgstr "Nie można dodać kontaktu." #: mod/follow.php:73 msgid "You already added this contact." @@ -5957,7 +5957,7 @@ msgstr "Ze względów bezpieczeństwa hasło nie może być puste" #: mod/install.php:240 msgid "Database Name" -msgstr "Baza danych - Nazwa" +msgstr "Nazwa bazy danych" #: mod/install.php:241 mod/install.php:281 msgid "Site administrator email address" @@ -5967,7 +5967,7 @@ msgstr "Adres e-mail administratora strony" msgid "" "Your account email address must match this in order to use the web admin " "panel." -msgstr "" +msgstr "Adres e-mail konta musi pasować do tego, aby móc korzystać z panelu administracyjnego." #: mod/install.php:245 mod/install.php:284 msgid "Please select a default timezone for your website" @@ -5997,17 +5997,17 @@ msgid "" "you will not be able to run the background processing. See 'Setup the worker'" -msgstr "" +msgstr "Jeśli nie masz zainstalowanej na serwerze wersji PHP z wiersza poleceń, nie będziesz mógł uruchomić przetwarzania w tle. Zobacz 'Konfiguracja pracownika'" #: mod/install.php:330 msgid "PHP executable path" -msgstr "" +msgstr "Ścieżka wykonywalna PHP" #: mod/install.php:330 msgid "" "Enter full path to php executable. You can leave this blank to continue the " "installation." -msgstr "" +msgstr "Wprowadź pełną ścieżkę do pliku wykonywalnego php. Możesz pozostawić to pole puste, aby kontynuować instalację." #: mod/install.php:335 msgid "Command line PHP" @@ -6023,7 +6023,7 @@ msgstr "Znaleziono wersje PHP:" #: mod/install.php:347 msgid "PHP cli binary" -msgstr "" +msgstr "PHP cli binarny" #: mod/install.php:358 msgid "" @@ -6123,15 +6123,15 @@ msgstr "Błąd: moduł PHP mb_string jest wymagany ale nie jest zainstalowany" #: mod/install.php:437 msgid "Error: iconv PHP module required but not installed." -msgstr "" +msgstr "Błąd: wymagany moduł PHP iconv, ale nie zainstalowany." #: mod/install.php:441 msgid "Error: POSIX PHP module required but not installed." -msgstr "" +msgstr "Błąd: wymagany moduł POSIX PHP, ale nie zainstalowany." #: mod/install.php:451 msgid "Error, XML PHP module required but not installed." -msgstr "" +msgstr "Błąd, wymagany moduł XML PHP, ale nie zainstalowany." #: mod/install.php:463 msgid "" @@ -6143,19 +6143,19 @@ msgstr "Instalator WWW musi być w stanie utworzyć plik o nazwie \". Htconfig.p msgid "" "This is most often a permission setting, as the web server may not be able " "to write files in your folder - even if you can." -msgstr "" +msgstr "Jest to najczęściej ustawienie uprawnień, ponieważ serwer sieciowy może nie być w stanie zapisywać plików w folderze - nawet jeśli możesz." #: mod/install.php:465 msgid "" "At the end of this procedure, we will give you a text to save in a file " "named .htconfig.php in your Friendica top folder." -msgstr "" +msgstr "Pod koniec tej procedury podamy Ci tekst do zapisania w pliku o nazwie .htconfig.php w twoim górnym folderze Friendica." #: mod/install.php:466 msgid "" "You can alternatively skip this procedure and perform a manual installation." " Please see the file \"INSTALL.txt\" for instructions." -msgstr "" +msgstr "Alternatywnie można pominąć tę procedurę i wykonać ręczną instalację. Proszę zobaczyć plik 'INSTALL.txt' z instrukcjami." #: mod/install.php:469 msgid ".htconfig.php is writable" @@ -6172,13 +6172,13 @@ msgid "" "In order to store these compiled templates, the web server needs to have " "write access to the directory view/smarty3/ under the Friendica top level " "folder." -msgstr "" +msgstr "Aby przechowywać te skompilowane szablony, serwer WWW musi mieć dostęp do zapisu do katalogu view/smarty3/ w folderze najwyższego poziomu Friendica." #: mod/install.php:481 msgid "" "Please ensure that the user that your web server runs as (e.g. www-data) has" " write access to this folder." -msgstr "" +msgstr "Upewnij się, że użytkownik, na którym działa serwer WWW (np. www-data), ma prawo do zapisu do tego folderu." #: mod/install.php:482 msgid "" @@ -6201,15 +6201,15 @@ msgstr "" #: mod/install.php:522 msgid "ImageMagick PHP extension is not installed" -msgstr "" +msgstr "Rozszerzenie PHP ImageMagick nie jest zainstalowane" #: mod/install.php:524 msgid "ImageMagick PHP extension is installed" -msgstr "" +msgstr "Rozszerzenie PHP ImageMagick jest zainstalowane" #: mod/install.php:526 msgid "ImageMagick supports GIF" -msgstr "" +msgstr "ImageMagick obsługuje GIF" #: mod/install.php:533 msgid "" @@ -6297,7 +6297,7 @@ msgstr "nie udało się" #: mod/ostatus_subscribe.php:83 src/Object/Post.php:279 msgid "ignored" -msgstr "" +msgstr "Ignoruj" #: mod/profile_photo.php:55 msgid "Image uploaded but image cropping failed." @@ -6377,11 +6377,11 @@ msgstr "Nazwa Profilu jest wymagana" #: mod/profiles.php:346 msgid "Marital Status" -msgstr "" +msgstr "Stan cywilny" #: mod/profiles.php:350 msgid "Romantic Partner" -msgstr "" +msgstr "Romantyczny partner" #: mod/profiles.php:362 msgid "Work/Employment" @@ -6405,7 +6405,7 @@ msgstr "Orientacja seksualna" #: mod/profiles.php:381 msgid "XMPP" -msgstr "" +msgstr "XMPP" #: mod/profiles.php:385 msgid "Homepage" @@ -6448,7 +6448,7 @@ msgstr "" #: mod/profiles.php:632 msgid "Hide contacts and friends:" -msgstr "" +msgstr "Ukryj kontakty i znajomych:" #: mod/profiles.php:637 msgid "Hide your contact/friend list from viewers of this profile?" @@ -6456,11 +6456,11 @@ msgstr "Czy chcesz ukryć listę kontaktów dla przeglądających to konto?" #: mod/profiles.php:657 msgid "Show more profile fields:" -msgstr "" +msgstr "Pokaż więcej pól profilu:" #: mod/profiles.php:669 msgid "Profile Actions" -msgstr "" +msgstr "Akcje profilowe" #: mod/profiles.php:670 msgid "Edit Profile Details" @@ -6492,11 +6492,11 @@ msgstr "Usuń ten profil" #: mod/profiles.php:679 msgid "Basic information" -msgstr "" +msgstr "Podstawowe informacje" #: mod/profiles.php:680 msgid "Profile picture" -msgstr "" +msgstr "Zdjęcie profilowe" #: mod/profiles.php:682 msgid "Preferences" @@ -6504,15 +6504,15 @@ msgstr "Preferencje" #: mod/profiles.php:683 msgid "Status information" -msgstr "" +msgstr "Informacje o stanie" #: mod/profiles.php:684 msgid "Additional information" -msgstr "" +msgstr "Dodatkowe informacje" #: mod/profiles.php:687 msgid "Relation" -msgstr "" +msgstr "Relacje" #: mod/profiles.php:688 src/Util/Temporal.php:81 src/Util/Temporal.php:83 msgid "Miscellaneous" @@ -6528,7 +6528,7 @@ msgstr " Stan :" #: mod/profiles.php:693 src/Model/Profile.php:782 msgid "Sexual Preference:" -msgstr "Interesują mnie:" +msgstr "Preferencje seksualne:" #: mod/profiles.php:694 msgid "Example: fishing photography software" @@ -6562,7 +6562,7 @@ msgstr "Miejscowość/Miasto :" #: mod/profiles.php:708 msgid "Region/State:" -msgstr "Region / Stan :" +msgstr "Region/Państwo:" #: mod/profiles.php:709 msgid "Postal/Zip Code:" @@ -6640,7 +6640,7 @@ msgstr "Lubi:" #: mod/profiles.php:726 src/Model/Profile.php:818 msgid "Dislikes:" -msgstr "" +msgstr "Nie lubi:" #: mod/profiles.php:727 msgid "Musical interests" @@ -6704,7 +6704,7 @@ msgstr "Pokaz" #: mod/settings.php:80 mod/settings.php:841 msgid "Social Networks" -msgstr "" +msgstr "Portale społecznościowe" #: mod/settings.php:94 src/Content/Nav.php:204 msgid "Delegations" @@ -6732,25 +6732,25 @@ msgstr "Zaktualizowano ustawienia email." #: mod/settings.php:300 msgid "Features updated" -msgstr "" +msgstr "Funkcje zaktualizowane" #: mod/settings.php:372 msgid "Relocate message has been send to your contacts" -msgstr "" +msgstr "Przeniesienie wiadomości zostało wysłane do Twoich kontaktów" #: mod/settings.php:384 src/Model/User.php:325 msgid "Passwords do not match. Password unchanged." -msgstr "Hasło nie pasuje. Hasło nie zmienione." +msgstr "Hasła nie pasują do siebie. Hasło niezmienione." #: mod/settings.php:389 msgid "Empty passwords are not allowed. Password unchanged." -msgstr "Brak hasła niedozwolony. Hasło nie zmienione." +msgstr "Puste hasła są niedozwolone. Hasło niezmienione." #: mod/settings.php:394 msgid "" "The new password has been exposed in a public data dump, please choose " "another." -msgstr "" +msgstr "Nowe hasło zostało ujawnione w publicznym zrzucie danych, wybierz inne." #: mod/settings.php:400 msgid "Wrong password." @@ -6782,11 +6782,11 @@ msgstr "Niepoprawny e-mail." #: mod/settings.php:519 msgid "Cannot change to that email." -msgstr "" +msgstr "Nie można zmienić tego e-maila." #: mod/settings.php:572 msgid "Private forum has no privacy permissions. Using default privacy group." -msgstr "" +msgstr "Prywatne forum nie ma uprawnień do prywatności. Użyj domyślnej grupy prywatnej." #: mod/settings.php:575 msgid "Private forum has no privacy permissions and no default privacy group." @@ -6802,11 +6802,11 @@ msgstr "Dodaj aplikacje" #: mod/settings.php:678 mod/settings.php:704 msgid "Consumer Key" -msgstr "Klucz konsumenta" +msgstr "Klucz klienta" #: mod/settings.php:679 mod/settings.php:705 msgid "Consumer Secret" -msgstr "Sekret konsumenta" +msgstr "Sekret klienta" #: mod/settings.php:680 mod/settings.php:706 msgid "Redirect" @@ -6842,7 +6842,7 @@ msgstr "Odwołaj upoważnienie" #: mod/settings.php:752 msgid "No Addon settings configured" -msgstr "" +msgstr "Brak skonfigurowanych ustawień Dodatków" #: mod/settings.php:761 msgid "Addon Settings" @@ -6850,7 +6850,7 @@ msgstr "Ustawienia Dodatków" #: mod/settings.php:782 msgid "Additional Features" -msgstr "" +msgstr "Dodatkowe funkcje" #: mod/settings.php:804 src/Content/ContactSelector.php:83 msgid "Diaspora" @@ -6890,33 +6890,33 @@ msgid "" "Normally the system tries to find the best link to add to shortened posts. " "If this option is enabled then every shortened post will always point to the" " original friendica post." -msgstr "" +msgstr "Zwykle system próbuje znaleźć najlepszy link do dodania do skróconych postów. Jeśli ta opcja jest włączona, każdy skrócony wpis zawsze wskazuje oryginalny post znajomej osoby." #: mod/settings.php:848 msgid "Automatically follow any GNU Social (OStatus) followers/mentioners" -msgstr "" +msgstr "Automatycznie podążaj za wszystkimi obserwatorami/rzecznikami GNU Społeczności (OStatus)" #: mod/settings.php:848 msgid "" "If you receive a message from an unknown OStatus user, this option decides " "what to do. If it is checked, a new contact will be created for every " "unknown user." -msgstr "" +msgstr "Jeśli otrzymasz wiadomość od nieznanego użytkownika OStatus, ta opcja decyduje, co zrobić. Jeśli zostanie zaznaczone, dla każdego nieznanego użytkownika zostanie utworzony nowy kontakt." #: mod/settings.php:849 msgid "Default group for OStatus contacts" -msgstr "" +msgstr "Domyślna grupa dla kontaktów OStatus" #: mod/settings.php:850 msgid "Your legacy GNU Social account" -msgstr "" +msgstr "Twoje starsze konto społecznościowe GNU" #: mod/settings.php:850 msgid "" "If you enter your old GNU Social/Statusnet account name here (in the format " "user@domain.tld), your contacts will be added automatically. The field will " "be emptied when done." -msgstr "" +msgstr "Jeśli podasz swoją starą nazwę konta GNU Social/Statusnet tutaj (w formacie user@domain.tld), twoje kontakty zostaną dodane automatycznie. Pole zostanie opróżnione po zakończeniu." #: mod/settings.php:853 msgid "Repair OStatus subscriptions" @@ -6987,12 +6987,12 @@ msgstr "Przenieś do folderu:" #: mod/settings.php:912 #, php-format msgid "%s - (Unsupported)" -msgstr "" +msgstr "%s - (Nieobsługiwane)" #: mod/settings.php:914 #, php-format msgid "%s - (Experimental)" -msgstr "" +msgstr "%s- (Eksperymentalne)" #: mod/settings.php:957 msgid "Display Settings" @@ -7022,7 +7022,7 @@ msgstr "Odświeżaj stronę co xx sekund" #: mod/settings.php:966 msgid "Minimum of 10 seconds. Enter -1 to disable it." -msgstr "" +msgstr "Minimum 10 sekund. Wprowadź -1, aby go wyłączyć." #: mod/settings.php:967 msgid "Number of items to display per page:" @@ -7034,7 +7034,7 @@ msgstr "Maksymalnie 100 elementów" #: mod/settings.php:968 msgid "Number of items to display per page when viewed from mobile device:" -msgstr "" +msgstr "Liczba elementów do wyświetlenia na stronie podczas przeglądania z urządzenia mobilnego:" #: mod/settings.php:969 msgid "Don't show emoticons" @@ -7046,7 +7046,7 @@ msgstr "Kalendarz" #: mod/settings.php:971 msgid "Beginning of week:" -msgstr "" +msgstr "Początek tygodnia:" #: mod/settings.php:972 msgid "Don't show notices" @@ -7058,7 +7058,7 @@ msgstr "Nieskończone przewijanie" #: mod/settings.php:974 msgid "Automatic updates only at the top of the network page" -msgstr "" +msgstr "Automatyczne aktualizacje tylko u góry strony sieci" #: mod/settings.php:974 msgid "" @@ -7078,7 +7078,7 @@ msgstr "" #: mod/settings.php:976 msgid "Smart Threading" -msgstr "" +msgstr "Inteligentne gwintowanie" #: mod/settings.php:976 msgid "" @@ -7088,15 +7088,15 @@ msgstr "" #: mod/settings.php:978 msgid "General Theme Settings" -msgstr "" +msgstr "Ogólne ustawienia motywu" #: mod/settings.php:979 msgid "Custom Theme Settings" -msgstr "" +msgstr "Niestandardowe ustawienia motywów" #: mod/settings.php:980 msgid "Content Settings" -msgstr "" +msgstr "Ustawienia zawartości" #: mod/settings.php:981 view/theme/duepuntozero/config.php:73 #: view/theme/frio/config.php:115 view/theme/quattro/config.php:75 @@ -7110,11 +7110,11 @@ msgstr "Nie można znaleźć Twojego profilu. Skontaktuj się z administratorem. #: mod/settings.php:1042 msgid "Account Types" -msgstr "" +msgstr "Rodzaje kont" #: mod/settings.php:1043 msgid "Personal Page Subtypes" -msgstr "" +msgstr "Podtypy osobistych stron" #: mod/settings.php:1044 msgid "Community Forum Subtypes" @@ -7158,13 +7158,13 @@ msgstr "" #: mod/settings.php:1067 msgid "Normal Account Page" -msgstr "" +msgstr "Normalna strona konta" #: mod/settings.php:1068 msgid "" "Account for a regular personal profile that requires manual approval of " "\"Friends\" and \"Followers\"." -msgstr "" +msgstr "Konto dla zwykłego profilu osobistego, który wymaga ręcznej zgody \"Przyjaciół\" i \"Obserwatorów\"." #: mod/settings.php:1071 msgid "Soapbox Page" @@ -7174,33 +7174,33 @@ msgstr "" msgid "" "Account for a public profile that automatically approves contact requests as" " \"Followers\"." -msgstr "" +msgstr "Konto dla profilu publicznego, który automatycznie zatwierdza prośby o kontakt jako \"Obserwatorzy\"." #: mod/settings.php:1075 msgid "Public Forum" -msgstr "" +msgstr "Forum publiczne" #: mod/settings.php:1076 msgid "Automatically approves all contact requests." -msgstr "" +msgstr "Automatycznie zatwierdza wszystkie prośby o kontakt." #: mod/settings.php:1079 msgid "Automatic Friend Page" -msgstr "" +msgstr "Automatyczna strona znajomego" #: mod/settings.php:1080 msgid "" "Account for a popular profile that automatically approves contact requests " "as \"Friends\"." -msgstr "" +msgstr "Konto popularnego profilu, które automatycznie zatwierdza prośby o kontakt jako \"Przyjaciele\"." #: mod/settings.php:1083 msgid "Private Forum [Experimental]" -msgstr "" +msgstr "Prywatne Forum [Eksperymentalne]" #: mod/settings.php:1084 msgid "Requires manual approval of contact requests." -msgstr "" +msgstr "Wymaga ręcznego zatwierdzania żądań kontaktów." #: mod/settings.php:1095 msgid "OpenID:" @@ -7208,11 +7208,11 @@ msgstr "OpenID:" #: mod/settings.php:1095 msgid "(Optional) Allow this OpenID to login to this account." -msgstr "Przeznacz to OpenID do logowania się na to konto." +msgstr "(Opcjonalnie) Pozwól temu OpenID zalogować się na to konto." #: mod/settings.php:1103 msgid "Publish your default profile in your local site directory?" -msgstr "Czy publikować Twój profil w lokalnym katalogu tej instancji?" +msgstr "Opublikować swój domyślny profil w swoim lokalnym katalogu stron?" #: mod/settings.php:1103 #, php-format @@ -7231,7 +7231,7 @@ msgid "" "Your profile will be published in this node's local " "directory. Your profile details may be publicly visible depending on the" " system settings." -msgstr "" +msgstr "Twój profil zostanie opublikowany w lokalnym katalogu tego węzła. Dane Twojego profilu mogą być publicznie widoczne w zależności od ustawień systemu." #: mod/settings.php:1116 msgid "Hide your contact/friend list from viewers of your default profile?" @@ -7242,18 +7242,18 @@ msgid "" "Your contact list won't be shown in your default profile page. You can " "decide to show your contact list separately for each additional profile you " "create" -msgstr "" +msgstr "Twoja lista kontaktów nie będzie wyświetlana na domyślnej stronie profilu. Możesz zdecydować o wyświetleniu listy kontaktów osobno dla każdego tworzonego dodatkowego profilu" #: mod/settings.php:1120 msgid "Hide your profile details from anonymous viewers?" -msgstr "" +msgstr "Ukryj dane swojego profilu przed anonimowymi widzami?" #: mod/settings.php:1120 msgid "" "Anonymous visitors will only see your profile picture, your display name and" " the nickname you are using on your profile page. Disables posting public " "messages to Diaspora and other networks." -msgstr "" +msgstr "Anonimowi użytkownicy zobaczą tylko Twoje zdjęcie profilowe, swoją wyświetlaną nazwę i pseudonim, którego używasz na stronie profilu. Wyłącza wysyłanie publicznych wiadomości do Diaspory i innych sieci." #: mod/settings.php:1124 msgid "Allow friends to post to your profile page?" @@ -7263,7 +7263,7 @@ msgstr "Zezwól na dodawanie postów na twoim profilu przez znajomych" msgid "" "Your contacts may write posts on your profile wall. These posts will be " "distributed to your contacts" -msgstr "" +msgstr "Twoi znajomi mogą pisać posty na ścianie Twojego profilu. Te posty zostaną przesłane do Twoich kontaktów" #: mod/settings.php:1128 msgid "Allow friends to tag your posts?" @@ -7271,26 +7271,26 @@ msgstr "Zezwól na oznaczanie twoich postów przez znajomych" #: mod/settings.php:1128 msgid "Your contacts can add additional tags to your posts." -msgstr "" +msgstr "Twoje kontakty mogą dodawać do tagów dodatkowe tagi." #: mod/settings.php:1132 msgid "Allow us to suggest you as a potential friend to new members?" -msgstr "" +msgstr "Pozwól nam zasugerować Cię jako potencjalnego przyjaciela dla nowych członków?" #: mod/settings.php:1132 msgid "" "If you like, Friendica may suggest new members to add you as a contact." -msgstr "" +msgstr "Jeśli chcesz, Friendica może zaproponować nowym członkom dodanie Cię jako kontakt." #: mod/settings.php:1136 msgid "Permit unknown people to send you private mail?" -msgstr "" +msgstr "Zezwolić nieznanym osobom na wysyłanie prywatnych wiadomości?" #: mod/settings.php:1136 msgid "" "Friendica network users may send you private messages even if they are not " "in your contact list." -msgstr "" +msgstr "Użytkownicy sieci w serwisie Friendica mogą wysyłać prywatne wiadomości, nawet jeśli nie znajdują się one na liście kontaktów." #: mod/settings.php:1140 msgid "Profile is not published." @@ -7303,7 +7303,7 @@ msgstr "" #: mod/settings.php:1153 msgid "Automatically expire posts after this many days:" -msgstr "" +msgstr "Automatycznie wygasaj posty po tych wielu dniach:" #: mod/settings.php:1153 msgid "If empty, posts will not expire. Expired posts will be deleted" @@ -7311,11 +7311,11 @@ msgstr "Pole puste, wiadomość nie wygaśnie. Niezapisane wpisy zostaną usuni #: mod/settings.php:1154 msgid "Advanced expiration settings" -msgstr "" +msgstr "Zaawansowane ustawienia wygasania" #: mod/settings.php:1155 msgid "Advanced Expiration" -msgstr "" +msgstr "Zaawansowane wygasanie" #: mod/settings.php:1156 msgid "Expire posts:" @@ -7327,11 +7327,11 @@ msgstr "Wygasające notatki osobiste:" #: mod/settings.php:1158 msgid "Expire starred posts:" -msgstr "" +msgstr "Wygasaj posty oznaczone gwiazdką:" #: mod/settings.php:1159 msgid "Expire photos:" -msgstr "Wygasające zdjęcia:" +msgstr "Wygasanie zdjęć:" #: mod/settings.php:1160 msgid "Only expire posts by others:" @@ -7355,7 +7355,7 @@ msgstr "Obecne hasło:" #: mod/settings.php:1201 mod/settings.php:1202 msgid "Your current password to confirm the changes" -msgstr "" +msgstr "Twoje obecne hasło, potwierdź zmiany" #: mod/settings.php:1202 msgid "Password:" @@ -7379,13 +7379,13 @@ msgstr "Twoja strefa czasowa:" #: mod/settings.php:1210 msgid "Your Language:" -msgstr "" +msgstr "Twój język:" #: mod/settings.php:1210 msgid "" "Set the language we use to show you friendica interface and to send you " "emails" -msgstr "" +msgstr "Ustaw język, którego używamy, aby pokazać interfejs użytkownika i wysłać Ci e-maile" #: mod/settings.php:1211 msgid "Default Post Location:" @@ -7417,19 +7417,19 @@ msgstr "(kliknij by otworzyć/zamknąć)" #: mod/settings.php:1229 msgid "Default Private Post" -msgstr "" +msgstr "Domyślny Prywatny Wpis" #: mod/settings.php:1230 msgid "Default Public Post" -msgstr "" +msgstr "Domyślny Publiczny Post" #: mod/settings.php:1234 msgid "Default Permissions for New Posts" -msgstr "" +msgstr "Uprawnienia domyślne dla nowych postów" #: mod/settings.php:1246 msgid "Maximum private messages per day from unknown people:" -msgstr "" +msgstr "Maksymalna liczba wiadomości prywatnych dziennie od nieznanych ludzi:" #: mod/settings.php:1249 msgid "Notification Settings" @@ -7437,11 +7437,11 @@ msgstr "Ustawienia powiadomień" #: mod/settings.php:1250 msgid "By default post a status message when:" -msgstr "" +msgstr "Domyślnie publikuj komunikat o stanie, gdy:" #: mod/settings.php:1251 msgid "accepting a friend request" -msgstr "" +msgstr "przyjmowanie prośby o dodanie do znajomych" #: mod/settings.php:1252 msgid "joining a forum/community" @@ -7465,7 +7465,7 @@ msgstr "Dane zatwierdzone" #: mod/settings.php:1257 msgid "Someone writes on your profile wall" -msgstr "Ktoś pisze na twojej ścianie profilowej" +msgstr "Ktoś pisze na twoim profilu" #: mod/settings.php:1258 msgid "Someone writes a followup comment" @@ -7481,7 +7481,7 @@ msgstr "Otrzymane propozycje znajomych" #: mod/settings.php:1261 msgid "You are tagged in a post" -msgstr "Jesteś oznaczony w poście" +msgstr "Jesteś oznaczony tagiem w poście" #: mod/settings.php:1262 msgid "You are poked/prodded/etc. in a post" @@ -7489,7 +7489,7 @@ msgstr "" #: mod/settings.php:1264 msgid "Activate desktop notifications" -msgstr "" +msgstr "Aktywuj powiadomienia na pulpicie" #: mod/settings.php:1264 msgid "Show desktop popup on new notifications" @@ -7505,7 +7505,7 @@ msgstr "" #: mod/settings.php:1270 msgid "Show detailled notifications" -msgstr "" +msgstr "Pokaż szczegółowe powiadomienia" #: mod/settings.php:1272 msgid "" @@ -7523,13 +7523,13 @@ msgstr "" #: mod/settings.php:1278 msgid "Relocate" -msgstr "" +msgstr "Przeniesienie" #: mod/settings.php:1279 msgid "" "If you have moved this profile from another server, and some of your " "contacts don't receive your updates, try pushing this button." -msgstr "" +msgstr "Jeśli ten profil został przeniesiony z innego serwera, a niektóre z Twoich kontaktów nie otrzymają aktualizacji, spróbuj nacisnąć ten przycisk." #: mod/settings.php:1280 msgid "Resend relocate message to contacts" @@ -7589,7 +7589,7 @@ msgstr "" #: view/theme/frio/php/Image.php:25 msgid "Will repeat your image to fill the background." -msgstr "" +msgstr "Powtarza twój obraz, aby wypełnić tło." #: view/theme/frio/php/Image.php:27 msgid "Stretch" @@ -7597,27 +7597,27 @@ msgstr "" #: view/theme/frio/php/Image.php:27 msgid "Will stretch to width/height of the image." -msgstr "" +msgstr "Rozciągnie się do szerokości/wysokości obrazu." #: view/theme/frio/php/Image.php:29 msgid "Resize fill and-clip" -msgstr "" +msgstr "Zmień rozmiar wypełnienia i klipu" #: view/theme/frio/php/Image.php:29 msgid "Resize to fill and retain aspect ratio." -msgstr "" +msgstr "Zmień rozmiar, aby wypełnić i zachować proporcje." #: view/theme/frio/php/Image.php:31 msgid "Resize best fit" -msgstr "" +msgstr "Zmień rozmiar, aby najlepiej dopasować" #: view/theme/frio/php/Image.php:31 msgid "Resize to best fit and retain aspect ratio." -msgstr "" +msgstr "Zmień rozmiar, aby jak najlepiej dopasować i zachować proporcje." #: view/theme/frio/config.php:97 msgid "Default" -msgstr "" +msgstr "Domyślne" #: view/theme/frio/config.php:109 msgid "Note" @@ -7625,7 +7625,7 @@ msgstr "Uwaga" #: view/theme/frio/config.php:109 msgid "Check image permissions if all users are allowed to visit the image" -msgstr "" +msgstr "Sprawdź uprawnienia do obrazu, jeśli wszyscy użytkownicy mogą odwiedzać obraz" #: view/theme/frio/config.php:116 msgid "Select scheme" @@ -7633,39 +7633,39 @@ msgstr "Wybierz schemat" #: view/theme/frio/config.php:117 msgid "Navigation bar background color" -msgstr "" +msgstr "Kolor tła paska nawigacyjnego" #: view/theme/frio/config.php:118 msgid "Navigation bar icon color " -msgstr "" +msgstr "Kolor ikony paska nawigacyjnego" #: view/theme/frio/config.php:119 msgid "Link color" -msgstr "" +msgstr "Kolor łączy" #: view/theme/frio/config.php:120 msgid "Set the background color" -msgstr "" +msgstr "Ustaw kolor tła" #: view/theme/frio/config.php:121 msgid "Content background opacity" -msgstr "" +msgstr "Nieprzezroczystość tła treści" #: view/theme/frio/config.php:122 msgid "Set the background image" -msgstr "" +msgstr "Ustaw obraz tła" #: view/theme/frio/config.php:127 msgid "Login page background image" -msgstr "" +msgstr "Obraz tła strony logowania" #: view/theme/frio/config.php:130 msgid "Login page background color" -msgstr "" +msgstr "Kolor tła strony logowania" #: view/theme/frio/config.php:130 msgid "Leave background image and color empty for theme defaults" -msgstr "" +msgstr "Pozostaw obraz tła i kolor pusty dla domyślnych ustawień kompozycji" #: view/theme/frio/theme.php:238 msgid "Guest" @@ -7673,7 +7673,7 @@ msgstr "Gość" #: view/theme/frio/theme.php:243 msgid "Visitor" -msgstr "" +msgstr "Odwiedzający" #: view/theme/frio/theme.php:256 src/Content/Nav.php:97 #: src/Module/Login.php:311 @@ -7704,7 +7704,7 @@ msgstr "Filmy" #: view/theme/frio/theme.php:262 src/Content/Nav.php:103 msgid "Your videos" -msgstr "" +msgstr "Twoje filmy" #: view/theme/frio/theme.php:263 src/Content/Nav.php:104 msgid "Your events" @@ -7749,15 +7749,15 @@ msgstr "Zestaw kolorów" #: view/theme/quattro/config.php:78 msgid "Posts font size" -msgstr "" +msgstr "Rozmiar czcionki postów" #: view/theme/quattro/config.php:79 msgid "Textareas font size" -msgstr "" +msgstr "Rozmiar czcionki Textareas" #: view/theme/vier/config.php:75 msgid "Comma separated list of helper forums" -msgstr "" +msgstr "Lista pomocników oddzielona przecinkami" #: view/theme/vier/config.php:115 src/Core/ACL.php:309 msgid "don't show" @@ -7769,15 +7769,15 @@ msgstr "pokaż" #: view/theme/vier/config.php:122 msgid "Set style" -msgstr "" +msgstr "Ustaw styl" #: view/theme/vier/config.php:123 msgid "Community Pages" -msgstr "Strony społecznościowe" +msgstr "Strony społeczności" #: view/theme/vier/config.php:124 view/theme/vier/theme.php:150 msgid "Community Profiles" -msgstr "" +msgstr "Profile społeczności" #: view/theme/vier/config.php:125 msgid "Help or @NewHere ?" @@ -7797,7 +7797,7 @@ msgstr "Ostatni użytkownicy" #: view/theme/vier/theme.php:200 msgid "Local Directory" -msgstr "" +msgstr "Katalog lokalny" #: view/theme/vier/theme.php:202 src/Content/Widget.php:65 msgid "Similar Interests" @@ -7809,11 +7809,11 @@ msgstr "Zaproś znajomych" #: view/theme/vier/theme.php:256 src/Content/ForumManager.php:127 msgid "External link to forum" -msgstr "" +msgstr "Zewnętrzny link do forum" #: view/theme/vier/theme.php:292 msgid "Quick Start" -msgstr "" +msgstr "Szybki start" #: src/Core/UserImport.php:104 msgid "Error decoding account file" @@ -7821,7 +7821,7 @@ msgstr "Błąd podczas odczytu pliku konta" #: src/Core/UserImport.php:110 msgid "Error! No version data in file! This is not a Friendica account file?" -msgstr "" +msgstr "Błąd! Brak danych wersji w pliku! To nie jest plik konta Friendica?" #: src/Core/UserImport.php:118 #, php-format @@ -7830,11 +7830,11 @@ msgstr "Użytkownik '%s' już istnieje na tym serwerze!" #: src/Core/UserImport.php:151 msgid "User creation error" -msgstr "" +msgstr "Błąd tworzenia użytkownika" #: src/Core/UserImport.php:169 msgid "User profile creation error" -msgstr "" +msgstr "Błąd tworzenia profilu użytkownika" #: src/Core/UserImport.php:213 #, php-format @@ -7843,19 +7843,19 @@ msgid_plural "%d contacts not imported" msgstr[0] "Nie zaimportowano %d kontaktu." msgstr[1] "Nie zaimportowano %d kontaktów." msgstr[2] "Nie zaimportowano %d kontaktów." -msgstr[3] "Nie zaimportowano %d kontaktów." +msgstr[3] "%dkontakty nie zostały zaimportowane " #: src/Core/UserImport.php:278 msgid "Done. You can now login with your username and password" -msgstr "Wykonano. Teraz możesz się zalogować z użyciem loginu i hasła." +msgstr "Gotowe. Możesz teraz zalogować się, podając swoją nazwę użytkownika i hasło." #: src/Core/ACL.php:295 msgid "Post to Email" -msgstr "Wyślij poprzez email" +msgstr "Prześlij e-mailem" #: src/Core/ACL.php:301 msgid "Hide your profile details from unknown viewers?" -msgstr "Ukryć szczegóły twojego profilu przed nieznajomymi ?" +msgstr "Ukryć szczegóły twojego profilu przed nieznajomymi?" #: src/Core/ACL.php:300 #, php-format @@ -7877,7 +7877,7 @@ msgstr "System" #: src/Core/NotificationsManager.php:192 src/Content/Nav.php:124 #: src/Content/Nav.php:181 msgid "Home" -msgstr "Dom" +msgstr "Strona domowa" #: src/Core/NotificationsManager.php:199 src/Content/Nav.php:186 msgid "Introductions" @@ -7916,7 +7916,7 @@ msgstr "" #: src/Core/NotificationsManager.php:333 #, php-format msgid "%s may attend %s's event" -msgstr "" +msgstr "%smoże uczestniczyć %s w wydarzeniu" #: src/Core/NotificationsManager.php:350 #, php-format @@ -7933,7 +7933,7 @@ msgstr "Prośba o dodanie do przyjaciół/powiązanych" #: src/Core/NotificationsManager.php:851 msgid "New Follower" -msgstr "Nowy obserwator" +msgstr "Nowy obserwujący" #: src/Util/Temporal.php:147 src/Model/Profile.php:758 msgid "Birthday:" @@ -7941,7 +7941,7 @@ msgstr "Urodziny:" #: src/Util/Temporal.php:151 msgid "YYYY-MM-DD or MM-DD" -msgstr "" +msgstr "RRRR-MM-DD lub MM-DD" #: src/Util/Temporal.php:294 msgid "never" @@ -8012,7 +8012,7 @@ msgstr "Obrazek/zdjęcie" #: src/Content/Text/BBCode.php:1116 #, php-format msgid "%2$s %3$s" -msgstr "" +msgstr "%2$s%3$s" #: src/Content/Text/BBCode.php:1670 src/Content/Text/BBCode.php:1692 msgid "$1 wrote:" @@ -8024,11 +8024,11 @@ msgstr "Szyfrowana treść" #: src/Content/Text/BBCode.php:1862 msgid "Invalid source protocol" -msgstr "" +msgstr "Nieprawidłowy protokół źródłowy" #: src/Content/Text/BBCode.php:1873 msgid "Invalid link protocol" -msgstr "" +msgstr "Niepoprawny link protokołu" #: src/Content/ContactSelector.php:55 msgid "Frequently" @@ -8068,7 +8068,7 @@ msgstr "Facebook" #: src/Content/ContactSelector.php:85 msgid "Zot!" -msgstr "" +msgstr "Zot!" #: src/Content/ContactSelector.php:86 msgid "LinkedIn" @@ -8092,7 +8092,7 @@ msgstr "" #: src/Content/ContactSelector.php:91 msgid "Twitter" -msgstr "" +msgstr "Twitter" #: src/Content/ContactSelector.php:92 msgid "Diaspora Connector" @@ -8100,7 +8100,7 @@ msgstr "" #: src/Content/ContactSelector.php:93 msgid "GNU Social Connector" -msgstr "" +msgstr "GNU Łącze Społecznościowe" #: src/Content/ContactSelector.php:94 msgid "pnut" @@ -8236,7 +8236,7 @@ msgstr "" #: src/Content/ContactSelector.php:169 msgid "Infatuated" -msgstr "zakochany" +msgstr "Zakochany" #: src/Content/ContactSelector.php:169 msgid "Dating" @@ -8284,7 +8284,7 @@ msgstr "Konkubinat" #: src/Content/ContactSelector.php:169 msgid "Common law" -msgstr "" +msgstr "Prawo zwyczajowe" #: src/Content/ContactSelector.php:169 msgid "Happy" @@ -8292,7 +8292,7 @@ msgstr "Szczęśliwy" #: src/Content/ContactSelector.php:169 msgid "Not looking" -msgstr "" +msgstr "Nie patrzę" #: src/Content/ContactSelector.php:169 msgid "Swinger" @@ -8332,7 +8332,7 @@ msgstr "To skomplikowane" #: src/Content/ContactSelector.php:169 msgid "Don't care" -msgstr "Nie obchodzi mnie to" +msgstr "Nie przejmuj się" #: src/Content/ContactSelector.php:169 msgid "Ask me" @@ -8352,7 +8352,7 @@ msgstr "Osobiste notatki" #: src/Content/Nav.php:105 msgid "Your personal notes" -msgstr "" +msgstr "Twoje osobiste notatki" #: src/Content/Nav.php:114 msgid "Sign in" @@ -8388,7 +8388,7 @@ msgstr "Społeczność" #: src/Content/Nav.php:165 msgid "Conversations on this and other servers" -msgstr "" +msgstr "Rozmowy na tym i innych serwerach" #: src/Content/Nav.php:172 msgid "Directory" @@ -8396,23 +8396,23 @@ msgstr "Katalog" #: src/Content/Nav.php:172 msgid "People directory" -msgstr "" +msgstr "Katalog osób" #: src/Content/Nav.php:174 msgid "Information about this friendica instance" -msgstr "" +msgstr "Informacje o tej instancji friendica" #: src/Content/Nav.php:179 msgid "Network Reset" -msgstr "" +msgstr "Resetowanie sieci" #: src/Content/Nav.php:179 msgid "Load Network page with no filters" -msgstr "" +msgstr "Załaduj stronę sieci bez filtrów" #: src/Content/Nav.php:186 msgid "Friend Requests" -msgstr "Podania o przyjęcie do grona znajomych" +msgstr "Prośba o przyjęcie do grona znajomych" #: src/Content/Nav.php:190 msgid "See all notifications" @@ -8460,29 +8460,29 @@ msgstr "Mapa strony" #: src/Content/Feature.php:79 msgid "General Features" -msgstr "" +msgstr "Główne cechy" #: src/Content/Feature.php:81 msgid "Multiple Profiles" -msgstr "" +msgstr "Wiele profili" #: src/Content/Feature.php:81 msgid "Ability to create multiple profiles" -msgstr "" +msgstr "Możliwość tworzenia wielu profili" #: src/Content/Feature.php:82 msgid "Photo Location" -msgstr "" +msgstr "Lokalizacja zdjęcia" #: src/Content/Feature.php:82 msgid "" "Photo metadata is normally stripped. This extracts the location (if present)" " prior to stripping metadata and links it to a map." -msgstr "" +msgstr "Metadane zdjęć są zwykle usuwane. Wyodrębnia to położenie (jeśli jest obecne) przed usunięciem metadanych i łączy je z mapą." #: src/Content/Feature.php:83 msgid "Export Public Calendar" -msgstr "" +msgstr "Eksportuj kalendarz publiczny" #: src/Content/Feature.php:83 msgid "Ability for visitors to download the public calendar" @@ -8498,7 +8498,7 @@ msgstr "Podgląd posta" #: src/Content/Feature.php:89 msgid "Allow previewing posts and comments before publishing them" -msgstr "" +msgstr "Zezwalaj na podgląd postów i komentarzy przed ich opublikowaniem" #: src/Content/Feature.php:90 msgid "Auto-mention Forums" @@ -8507,11 +8507,11 @@ msgstr "" #: src/Content/Feature.php:90 msgid "" "Add/remove mention when a forum page is selected/deselected in ACL window." -msgstr "" +msgstr "Dodaj/usuń wzmiankę, gdy strona forum zostanie wybrana/cofnięta w oknie ACL." #: src/Content/Feature.php:95 msgid "Network Sidebar Widgets" -msgstr "" +msgstr "Widgety paska bocznego sieci" #: src/Content/Feature.php:96 msgid "Search by Date" @@ -8519,55 +8519,55 @@ msgstr "Szukanie wg daty" #: src/Content/Feature.php:96 msgid "Ability to select posts by date ranges" -msgstr "" +msgstr "Wybierz wpisy według zakresów dat" #: src/Content/Feature.php:97 src/Content/Feature.php:127 msgid "List Forums" -msgstr "" +msgstr "Lista forów" #: src/Content/Feature.php:97 msgid "Enable widget to display the forums your are connected with" -msgstr "" +msgstr "Włącz widżet, aby wyświetlić fora, z którymi jesteś połączony" #: src/Content/Feature.php:98 msgid "Group Filter" -msgstr "Filtrowanie grupowe" +msgstr "Filtr grupowy" #: src/Content/Feature.php:98 msgid "Enable widget to display Network posts only from selected group" -msgstr "" +msgstr "Włącz widżet, aby wyświetlać posty sieciowe tylko z wybranej grupy" #: src/Content/Feature.php:99 msgid "Network Filter" -msgstr "" +msgstr "Filtr sieciowy" #: src/Content/Feature.php:99 msgid "Enable widget to display Network posts only from selected network" -msgstr "" +msgstr "Włącz widżet, aby wyświetlać posty sieciowe tylko z wybranej sieci" #: src/Content/Feature.php:100 msgid "Save search terms for re-use" -msgstr "" +msgstr "Zapisz wyszukiwane hasła do ponownego użycia" #: src/Content/Feature.php:105 msgid "Network Tabs" -msgstr "" +msgstr "Karty sieciowe" #: src/Content/Feature.php:106 msgid "Network Personal Tab" -msgstr "" +msgstr "Sieć Osobista zakładka" #: src/Content/Feature.php:106 msgid "Enable tab to display only Network posts that you've interacted on" -msgstr "" +msgstr "Włącz kartę, by wyświetlać tylko posty w sieci, z którymi współpracujesz" #: src/Content/Feature.php:107 msgid "Network New Tab" -msgstr "" +msgstr "Sieć Nowa karta" #: src/Content/Feature.php:107 msgid "Enable tab to display only new Network posts (from the last 12 hours)" -msgstr "" +msgstr "Włącz kartę, aby wyświetlić tylko nowe posty sieciowe (z ostatnich 12 godzin)" #: src/Content/Feature.php:108 msgid "Network Shared Links Tab" @@ -8575,35 +8575,35 @@ msgstr "" #: src/Content/Feature.php:108 msgid "Enable tab to display only Network posts with links in them" -msgstr "" +msgstr "Włącz zakładkę, aby wyświetlić tylko posty sieciowe z łączami do nich" #: src/Content/Feature.php:113 msgid "Post/Comment Tools" -msgstr "" +msgstr "Narzędzia post/komentarz" #: src/Content/Feature.php:114 msgid "Multiple Deletion" -msgstr "" +msgstr "Wielokrotne usunięcie" #: src/Content/Feature.php:114 msgid "Select and delete multiple posts/comments at once" -msgstr "" +msgstr "Wybierz i usuń wiele postów/komentarzy jednocześnie" #: src/Content/Feature.php:115 msgid "Edit Sent Posts" -msgstr "" +msgstr "Edytuj wysłane posty" #: src/Content/Feature.php:115 msgid "Edit and correct posts and comments after sending" -msgstr "" +msgstr "Edycja i poprawianie wpisów i komentarzy po wysłaniu" #: src/Content/Feature.php:116 msgid "Tagging" -msgstr "Oznaczanie" +msgstr "Tagowanie" #: src/Content/Feature.php:116 msgid "Ability to tag existing posts" -msgstr "" +msgstr "Możliwość oznaczania istniejących postów" #: src/Content/Feature.php:117 msgid "Post Categories" @@ -8619,11 +8619,11 @@ msgstr "Zapisane foldery" #: src/Content/Feature.php:118 msgid "Ability to file posts under folders" -msgstr "" +msgstr "Możliwość przesyłania postów do folderów" #: src/Content/Feature.php:119 msgid "Dislike Posts" -msgstr "" +msgstr "Nie lubię Postów" #: src/Content/Feature.php:119 msgid "Ability to dislike posts/comments" @@ -8635,39 +8635,39 @@ msgstr "Oznacz posty gwiazdką" #: src/Content/Feature.php:120 msgid "Ability to mark special posts with a star indicator" -msgstr "" +msgstr "Oznacz specjalne posty gwiazdką" #: src/Content/Feature.php:121 msgid "Mute Post Notifications" -msgstr "" +msgstr "Ignoruj ​​powiadomienia pocztą" #: src/Content/Feature.php:121 msgid "Ability to mute notifications for a thread" -msgstr "" +msgstr "Ignoruj powiadomienia dla wątku" #: src/Content/Feature.php:126 msgid "Advanced Profile Settings" -msgstr "" +msgstr "Zaawansowane ustawienia profilu" #: src/Content/Feature.php:127 msgid "Show visitors public community forums at the Advanced Profile Page" -msgstr "" +msgstr "Wyświetlaj publiczne fora społeczności na stronie profilu zaawansowanego" #: src/Content/Feature.php:128 msgid "Tag Cloud" -msgstr "" +msgstr "Chmura tagów" #: src/Content/Feature.php:128 msgid "Provide a personal tag cloud on your profile page" -msgstr "" +msgstr "Podaj osobistą chmurę tagów na stronie profilu" #: src/Content/Feature.php:129 msgid "Display Membership Date" -msgstr "" +msgstr "Wyświetl datę członkostwa" #: src/Content/Feature.php:129 msgid "Display membership date in profile" -msgstr "" +msgstr "Wyświetl datę członkostwa w profilu" #: src/Content/OEmbed.php:253 msgid "Embedding disabled" @@ -8679,15 +8679,15 @@ msgstr "Osadzona zawartość" #: src/Content/Widget/CalendarExport.php:61 msgid "Export" -msgstr "" +msgstr "Eksport" #: src/Content/Widget/CalendarExport.php:62 msgid "Export calendar as ical" -msgstr "" +msgstr "Wyeksportuj kalendarz jako ical" #: src/Content/Widget/CalendarExport.php:63 msgid "Export calendar as csv" -msgstr "" +msgstr "Eksportuj kalendarz jako csv" #: src/Content/Widget.php:33 msgid "Add New Contact" @@ -8720,7 +8720,7 @@ msgstr "Wpisz nazwę lub zainteresowanie" #: src/Content/Widget.php:62 msgid "Examples: Robert Morgenstein, Fishing" -msgstr "Przykładowo: Jan Kowalski, Wędkarstwo" +msgstr "Przykład: Jan Kowalski, Wędkarstwo" #: src/Content/Widget.php:66 msgid "Random Profile" @@ -8728,7 +8728,7 @@ msgstr "Domyślny profil" #: src/Content/Widget.php:68 msgid "View Global Directory" -msgstr "" +msgstr "Wyświetl globalny katalog" #: src/Content/Widget.php:159 msgid "Networks" @@ -8757,7 +8757,7 @@ msgstr[3] "" #: src/Database/DBStructure.php:32 msgid "There are no tables on MyISAM." -msgstr "" +msgstr "W MyISAM nie ma tabel." #: src/Database/DBStructure.php:75 #, php-format @@ -8774,7 +8774,7 @@ msgstr "" msgid "" "The error message is\n" "[pre]%s[/pre]" -msgstr "" +msgstr "Komunikat o błędzie jest \n[pre]%s[/ pre]" #: src/Database/DBStructure.php:191 #, php-format @@ -8782,20 +8782,20 @@ msgid "" "\n" "Error %d occurred during database update:\n" "%s\n" -msgstr "" +msgstr "\nWystąpił błąd %d podczas aktualizacji bazy danych:\n%s\n" #: src/Database/DBStructure.php:194 msgid "Errors encountered performing database changes: " -msgstr "" +msgstr "Napotkane błędy powodujące zmiany w bazie danych:" #: src/Database/DBStructure.php:210 msgid ": Database update" -msgstr "" +msgstr ": Aktualizacja bazy danych" #: src/Database/DBStructure.php:460 #, php-format msgid "%s: updating %s table." -msgstr "" +msgstr "%s: aktualizowanie %s tabeli." #: src/Model/Mail.php:40 src/Model/Mail.php:174 msgid "[no subject]" @@ -8852,7 +8852,7 @@ msgstr "Wydarzenia w tym tygodniu:" #: src/Model/Profile.php:741 msgid "Member since:" -msgstr "" +msgstr "Członek od:" #: src/Model/Profile.php:749 msgid "j F, Y" @@ -8921,7 +8921,7 @@ msgstr "Tylko ty możesz to zobaczyć" #: src/Model/Contact.php:645 msgid "Drop Contact" -msgstr "" +msgstr "Upuść kontakt" #: src/Model/Contact.php:1048 msgid "Organisation" @@ -8933,7 +8933,7 @@ msgstr "Aktualności" #: src/Model/Contact.php:1054 msgid "Forum" -msgstr "" +msgstr "Forum" #: src/Model/Contact.php:1233 msgid "Connect URL missing." @@ -8943,7 +8943,7 @@ msgstr "Brak adresu URL połączenia." msgid "" "The contact could not be added. Please check the relevant network " "credentials in your Settings -> Social Networks page." -msgstr "" +msgstr "Nie można dodać kontaktu. Sprawdź odpowiednie poświadczenia sieciowe na stronie Ustawienia -> Sieci społecznościowe." #: src/Model/Contact.php:1289 msgid "" @@ -8952,7 +8952,7 @@ msgstr "Ta strona nie jest skonfigurowana do pozwalania na komunikację z innymi #: src/Model/Contact.php:1290 src/Model/Contact.php:1304 msgid "No compatible communication protocols or feeds were discovered." -msgstr "" +msgstr "Nie znaleziono żadnych kompatybilnych protokołów komunikacyjnych ani źródeł." #: src/Model/Contact.php:1302 msgid "The profile address specified does not provide adequate information." @@ -8970,11 +8970,11 @@ msgstr "Przeglądarka WWW nie może odnaleźć podanego adresu" msgid "" "Unable to match @-style Identity Address with a known protocol or email " "contact." -msgstr "" +msgstr "Nie można dopasować @-stylu Adres identyfikacyjny ze znanym protokołem lub kontaktem e-mail." #: src/Model/Contact.php:1314 msgid "Use mailto: in front of address to force email check." -msgstr "" +msgstr "Użyj mailto: przed adresem, aby wymusić sprawdzanie poczty e-mail." #: src/Model/Contact.php:1320 msgid "" @@ -9014,19 +9014,19 @@ msgstr "Wykończenia:" #: src/Model/Event.php:368 msgid "all-day" -msgstr "" +msgstr "cały dzień" #: src/Model/Event.php:391 msgid "Jun" -msgstr "" +msgstr "cze" #: src/Model/Event.php:394 msgid "Sept" -msgstr "" +msgstr "wrz" #: src/Model/Event.php:417 msgid "No events to display" -msgstr "" +msgstr "Brak wydarzeń do wyświetlenia" #: src/Model/Event.php:543 msgid "l, F j" @@ -9038,11 +9038,11 @@ msgstr "Edytuj wydarzenie" #: src/Model/Event.php:567 msgid "Duplicate event" -msgstr "" +msgstr "Zduplikowane zdarzenie" #: src/Model/Event.php:568 msgid "Delete event" -msgstr "" +msgstr "Usuń wydarzenie" #: src/Model/Event.php:815 msgid "D g:i A" @@ -9054,18 +9054,18 @@ msgstr "" #: src/Model/Event.php:901 src/Model/Event.php:903 msgid "Show map" -msgstr "" +msgstr "Pokaż mapę" #: src/Model/Event.php:902 msgid "Hide map" -msgstr "" +msgstr "Ukryj mapę" #: src/Model/Group.php:44 msgid "" "A deleted group with this name was revived. Existing item permissions " "may apply to this group and any future members. If this is " "not what you intended, please create another group with a different name." -msgstr "" +msgstr "Skasowana grupa o tej nazwie została przywrócona. Istniejące uprawnienia do pozycji mogą dotyczyć tej grupy i wszystkich przyszłych członków. Jeśli nie jest to zamierzone, utwórz inną grupę o innej nazwie." #: src/Model/Group.php:328 msgid "Default privacy group for new contacts" @@ -9098,17 +9098,17 @@ msgstr "Edytuj grupy" #: src/Model/Item.php:1676 #, php-format msgid "%1$s is attending %2$s's %3$s" -msgstr "" +msgstr "%1$suczestniczy %2$s's %3$s " #: src/Model/Item.php:1681 #, php-format msgid "%1$s is not attending %2$s's %3$s" -msgstr "" +msgstr "%1$snie uczestniczy %2$s's %3$s " #: src/Model/Item.php:1686 #, php-format msgid "%1$s may attend %2$s's %3$s" -msgstr "" +msgstr "%1$smogą uczestniczyć %2$s's %3$s " #: src/Model/User.php:144 msgid "Login failed" @@ -9116,7 +9116,7 @@ msgstr "Logowanie nieudane" #: src/Model/User.php:175 msgid "Not enough information to authenticate" -msgstr "" +msgstr "Za mało informacji do uwierzytelnienia" #: src/Model/User.php:332 msgid "An invitation is required." @@ -9134,7 +9134,7 @@ msgstr "Nieprawidłowy adres url OpenID" msgid "" "We encountered a problem while logging in with the OpenID you provided. " "Please check the correct spelling of the ID." -msgstr "" +msgstr "Napotkaliśmy problem podczas logowania z podanym przez nas identyfikatorem OpenID. Sprawdź poprawną pisownię identyfikatora." #: src/Model/User.php:356 src/Module/Login.php:100 msgid "The error message was:" @@ -9170,7 +9170,7 @@ msgstr "Nie możesz użyć tego e-maila. " #: src/Model/User.php:414 msgid "Your nickname can only contain a-z, 0-9 and _." -msgstr "" +msgstr "Twój pseudonim może zawierać tylko a-z, 0-9 i _." #: src/Model/User.php:421 src/Model/User.php:477 msgid "Nickname is already registered. Please choose another." @@ -9190,12 +9190,12 @@ msgstr "Wystąpił błąd podczas tworzenia profilu. Spróbuj ponownie." #: src/Model/User.php:500 msgid "An error occurred creating your self contact. Please try again." -msgstr "" +msgstr "Wystąpił błąd podczas tworzenia własnego kontaktu. Proszę spróbuj ponownie." #: src/Model/User.php:509 msgid "" "An error occurred creating your default contact group. Please try again." -msgstr "" +msgstr "Wystąpił błąd podczas tworzenia domyślnej grupy kontaktów. Proszę spróbuj ponownie." #: src/Model/User.php:583 #, php-format @@ -9204,12 +9204,12 @@ msgid "" "\t\t\tDear %1$s,\n" "\t\t\t\tThank you for registering at %2$s. Your account is pending for approval by the administrator.\n" "\t\t" -msgstr "" +msgstr "\n\t\t\tDrodzy %1$s, \n\t\t\t\tDziękujemy za rejestrację na stronie %2$s. Twoje konto czeka na zatwierdzenie przez administratora." #: src/Model/User.php:593 #, php-format msgid "Registration at %s" -msgstr "" +msgstr "Rejestracja w %s" #: src/Model/User.php:611 #, php-format @@ -9218,7 +9218,7 @@ msgid "" "\t\t\tDear %1$s,\n" "\t\t\t\tThank you for registering at %2$s. Your account has been created.\n" "\t\t" -msgstr "" +msgstr "\n\t\t\tDrodzy %1$s, \n\t\t\t\tDziękujemy za rejestrację na stronie %2$s. Twoje konto zostało utworzone." #: src/Model/User.php:615 #, php-format @@ -9248,12 +9248,12 @@ msgid "" "\n" "\n" "\t\t\tThank you and welcome to %2$s." -msgstr "" +msgstr "\n\t\t\tDane logowania są następujące:\n\t\t\t\tLokalizacja strony:\t%3$s\n\t\t\t\tNazwa użytkownika:\t%1$s\n\t\t\t\tHasło:\t%5$s\n \n\t\t\tMożesz zmienić hasło ze strony Ustawienia konta po zalogowaniu\n\t\t\tw.\n\n\t\t\tPoświęć chwilę, aby przejrzeć inne ustawienia konta na tej stronie.\n\n\t\t\tMożesz również dodać podstawowe informacje do domyślnego profilu\n\t\t\t(na stronie \"Profile\"), aby inne osoby mogły łatwo Cię znaleźć.\n\n\t\t\tZalecamy ustawienie imienia i nazwiska, dodanie zdjęcia profilowego,\n\t\t\tdodanie niektórych słów kluczowych profilu (bardzo przydatne w nawiązywaniu nowych znajomości) - i\n\t\t\tbyć może w jakim kraju mieszkasz; jeśli nie chcesz być bardziej konkretny\n\t\t\tniż to.\n \n\t\t\tW pełni szanujemy Twoje prawo do prywatności i żaden z tych elementów nie jest konieczny.\n\t\t\tJeśli jesteś nowy i nie znasz nikogo tutaj, mogą ci pomóc\n\t\t\tMożesz tworzyć nowych i interesujących przyjaciół\n\n\n\t\t\tDziękuję i zapraszam %2$s." #: src/Protocol/DFRN.php:1396 #, php-format msgid "%s\\'s birthday" -msgstr "" +msgstr "%s\\'s urodziny" #: src/Protocol/Diaspora.php:2647 msgid "Sharing notification from Diaspora network" @@ -9266,7 +9266,7 @@ msgstr "Załączniki:" #: src/Protocol/OStatus.php:1799 #, php-format msgid "%s is now following %s." -msgstr "" +msgstr "%sjest teraz następujące %s. " #: src/Protocol/OStatus.php:1800 msgid "following" @@ -9275,11 +9275,11 @@ msgstr "następujący" #: src/Protocol/OStatus.php:1803 #, php-format msgid "%s stopped following %s." -msgstr "" +msgstr "%sprzestał śledzić %s. " #: src/Protocol/OStatus.php:1804 msgid "stopped following" -msgstr "przestań obserwować" +msgstr "przestał śledzić" #: src/Worker/Delivery.php:390 msgid "(no subject)" @@ -9307,7 +9307,7 @@ msgstr "Zapomniałeś swojego hasła?" #: src/Module/Login.php:328 msgid "Website Terms of Service" -msgstr "" +msgstr "Warunki korzystania z witryny" #: src/Module/Login.php:329 msgid "terms of service" @@ -9315,7 +9315,7 @@ msgstr "warunki użytkowania" #: src/Module/Login.php:331 msgid "Website Privacy Policy" -msgstr "" +msgstr "Polityka Prywatności Witryny" #: src/Module/Login.php:332 msgid "privacy policy" @@ -9335,15 +9335,15 @@ msgstr "zapisz w folderze" #: src/Object/Post.php:235 msgid "I will attend" -msgstr "" +msgstr "Będę uczestniczyć" #: src/Object/Post.php:235 msgid "I will not attend" -msgstr "" +msgstr "Nie będę uczestniczyć" #: src/Object/Post.php:235 msgid "I might attend" -msgstr "" +msgstr "Mogę wziąć udział" #: src/Object/Post.php:263 msgid "add star" @@ -9367,11 +9367,11 @@ msgstr "zignoruj ​​wątek" #: src/Object/Post.php:275 msgid "unignore thread" -msgstr "" +msgstr "odignoruj ​​wątek" #: src/Object/Post.php:276 msgid "toggle ignore status" -msgstr "" +msgstr "przełącz status ignorowania" #: src/Object/Post.php:285 msgid "add tag" diff --git a/view/lang/pl/strings.php b/view/lang/pl/strings.php index 5e8c75570c..3f5e0d1ea9 100644 --- a/view/lang/pl/strings.php +++ b/view/lang/pl/strings.php @@ -21,23 +21,23 @@ $a->strings["Weekly posting limit of %d post reached. The post was rejected."] = 2 => "", 3 => "", ]; -$a->strings["Monthly posting limit of %d post reached. The post was rejected."] = ""; -$a->strings["Profile Photos"] = "Zdjęcia profilowe"; +$a->strings["Monthly posting limit of %d post reached. The post was rejected."] = "Miesięczny limit %d wysyłania postów. Post został odrzucony."; +$a->strings["Profile Photos"] = "Zdjęcie profilowe"; $a->strings["event"] = "wydarzenie"; $a->strings["status"] = "status"; $a->strings["photo"] = "zdjęcie"; $a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s lubi %2\$s's %3\$s"; $a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s nie lubi %2\$s's %3\$s"; $a->strings["%1\$s attends %2\$s's %3\$s"] = ""; -$a->strings["%1\$s doesn't attend %2\$s's %3\$s"] = ""; -$a->strings["%1\$s attends maybe %2\$s's %3\$s"] = ""; +$a->strings["%1\$s doesn't attend %2\$s's %3\$s"] = "%1\$s nie uczestniczy %2\$s 's %3\$s"; +$a->strings["%1\$s attends maybe %2\$s's %3\$s"] = "%1\$s może uczęszcza %2\$s 's %3\$s"; $a->strings["%1\$s is now friends with %2\$s"] = "%1\$s jest teraz znajomym z %2\$s"; $a->strings["%1\$s poked %2\$s"] = ""; $a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s zaznaczył %2\$s'go %3\$s przy użyciu %4\$s"; $a->strings["post/item"] = ""; $a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = ""; -$a->strings["Likes"] = "Polubień"; -$a->strings["Dislikes"] = "Nie lubień"; +$a->strings["Likes"] = "Lubi"; +$a->strings["Dislikes"] = "Nie lubi"; $a->strings["Attending"] = [ 0 => "", 1 => "", @@ -72,21 +72,21 @@ $a->strings["%s doesn't attend."] = "%s nie uczestniczy."; $a->strings["%s attends maybe."] = "%s może uczęszcza."; $a->strings["and"] = "i"; $a->strings["and %d other people"] = "i %d inni ludzie"; -$a->strings["%2\$d people like this"] = ""; +$a->strings["%2\$d people like this"] = "%2\$d ludzi lubi to"; $a->strings["%s like this."] = "%s lubię to."; -$a->strings["%2\$d people don't like this"] = ""; +$a->strings["%2\$d people don't like this"] = "%2\$d ludzi nie lubi tego "; $a->strings["%s don't like this."] = "%s nie lubię tego."; $a->strings["%2\$d people attend"] = ""; $a->strings["%s attend."] = ""; $a->strings["%2\$d people don't attend"] = ""; -$a->strings["%s don't attend."] = ""; -$a->strings["%2\$d people attend maybe"] = ""; -$a->strings["%s attend maybe."] = ""; +$a->strings["%s don't attend."] = "%s nie uczestnicz"; +$a->strings["%2\$d people attend maybe"] = "%2\$dprzyjacielemogą uczestniczyć "; +$a->strings["%s attend maybe."] = "%sbyć może uczestniczyć. "; $a->strings["Visible to everybody"] = "Widoczne dla wszystkich"; $a->strings["Please enter a link URL:"] = "Proszę wpisać adres URL:"; $a->strings["Please enter a video link/URL:"] = "Podaj link do filmu"; $a->strings["Please enter an audio link/URL:"] = "Podaj link do muzyki"; -$a->strings["Tag term:"] = ""; +$a->strings["Tag term:"] = "Termin tagu:"; $a->strings["Save to Folder:"] = "Zapisz w folderze:"; $a->strings["Where are you right now?"] = "Gdzie teraz jesteś?"; $a->strings["Delete item(s)?"] = "Usunąć pozycję (pozycje)?"; @@ -146,62 +146,62 @@ $a->strings["Cannot locate DNS info for database server '%s'"] = "Nie można zlo $a->strings["Friendica Notification"] = "Powiadomienia Friendica"; $a->strings["Thank You,"] = "Dziękuję,"; $a->strings["%s Administrator"] = "%s administrator"; -$a->strings["%1\$s, %2\$s Administrator"] = ""; +$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s,%2\$sAdministrator"; $a->strings["noreply"] = "brak odpowiedzi"; $a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica:Notify] Nowa wiadomość otrzymana od %s"; -$a->strings["%1\$s sent you a new private message at %2\$s."] = ""; +$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$swysłał ci nową prywatną wiadomość na %2\$s "; $a->strings["a private message"] = "prywatna wiadomość"; $a->strings["%1\$s sent you %2\$s."] = "%1\$s wysyła ci %2\$s"; $a->strings["Please visit %s to view and/or reply to your private messages."] = "Odwiedź %s żeby zobaczyć i/lub odpowiedzieć na twoje prywatne wiadomości"; $a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s skomentował [url=%2\$s]a %3\$s[/url]"; -$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = ""; -$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = ""; -$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = ""; +$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$sskomentował [url=%2\$s]%3\$s %4\$s[/url]"; +$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s skomentował [url=%2\$s] twój %3\$s[/ url]"; +$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Friendica:Powiadomienie] Komentarz do rozmowy #%1\$d przez %2\$s"; $a->strings["%s commented on an item/conversation you have been following."] = "%s skomentował rozmowę którą śledzisz"; $a->strings["Please visit %s to view and/or reply to the conversation."] = "Odwiedź %s żeby zobaczyć i/lub odpowiedzieć na rozmowę"; -$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica:Notify] %s napisał na twoim profilu"; -$a->strings["%1\$s posted to your profile wall at %2\$s"] = ""; +$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica:Powiadomienie] %s napisał na twoim profilu"; +$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$sopublikowano na ścianie profilu w %2\$s "; $a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = ""; -$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica:Notify] %s oznaczył cię"; -$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s oznaczył/a cię w %2\$s"; +$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica:Powiadomienie] %s dodał Cię"; +$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s oznaczono Cię tagiem %2\$s"; $a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = ""; -$a->strings["[Friendica:Notify] %s shared a new post"] = ""; -$a->strings["%1\$s shared a new post at %2\$s"] = ""; +$a->strings["[Friendica:Notify] %s shared a new post"] = "[Friendica:Powiadomienie] %s udostępnił nowy wpis"; +$a->strings["%1\$s shared a new post at %2\$s"] = "%1\$sudostępnił nowy wpis na %2\$s "; $a->strings["%1\$s [url=%2\$s]shared a post[/url]."] = ""; -$a->strings["[Friendica:Notify] %1\$s poked you"] = ""; +$a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica: Powiadomienie] %1\$s poked you"; $a->strings["%1\$s poked you at %2\$s"] = ""; $a->strings["%1\$s [url=%2\$s]poked you[/url]."] = ""; -$a->strings["[Friendica:Notify] %s tagged your post"] = ""; -$a->strings["%1\$s tagged your post at %2\$s"] = ""; +$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica:Powiadomienie] %s otagował Twój post"; +$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$soznaczyłeś swój wpis na %2\$s "; $a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = ""; -$a->strings["[Friendica:Notify] Introduction received"] = ""; -$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = ""; +$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Powiadomienie] Zapoznanie wstępne"; +$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "Otrzymałeś wstęp od '%1\$s' z %2\$s"; $a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = ""; -$a->strings["You may visit their profile at %s"] = "Możesz obejrzeć ich profile na %s"; +$a->strings["You may visit their profile at %s"] = "Możesz odwiedzić ich profil na stronie %s"; $a->strings["Please visit %s to approve or reject the introduction."] = "Odwiedż %s aby zatwierdzić lub odrzucić przedstawienie."; -$a->strings["[Friendica:Notify] A new person is sharing with you"] = ""; -$a->strings["%1\$s is sharing with you at %2\$s"] = ""; -$a->strings["[Friendica:Notify] You have a new follower"] = ""; -$a->strings["You have a new follower at %2\$s : %1\$s"] = ""; +$a->strings["[Friendica:Notify] A new person is sharing with you"] = "[Friendica:Powiadomienie] Nowa osoba dzieli się z tobą"; +$a->strings["%1\$s is sharing with you at %2\$s"] = "%1\$sdzieli się z tobą w %2\$s "; +$a->strings["[Friendica:Notify] You have a new follower"] = "[Friendica:Powiadomienie] Masz nowego obserwatora"; +$a->strings["You have a new follower at %2\$s : %1\$s"] = "Masz nowego obserwatora na %2\$s : %1\$s"; $a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica: Powiadomienie] Otrzymano sugestię znajomego"; -$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = ""; -$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = ""; +$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "Otrzymałeś od znajomego sugestię '%1\$s' na %2\$s"; +$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "Otrzymałeś [url=%1\$s] sugestię znajomego [/url] dla %2\$s od %3\$s."; $a->strings["Name:"] = "Imię:"; $a->strings["Photo:"] = "Zdjęcie:"; -$a->strings["Please visit %s to approve or reject the suggestion."] = ""; +$a->strings["Please visit %s to approve or reject the suggestion."] = "Odwiedź stronę %s, aby zatwierdzić lub odrzucić sugestię."; $a->strings["[Friendica:Notify] Connection accepted"] = "[Friendica: Powiadomienie] Połączenie zostało zaakceptowane"; -$a->strings["'%1\$s' has accepted your connection request at %2\$s"] = ""; -$a->strings["%2\$s has accepted your [url=%1\$s]connection request[/url]."] = ""; +$a->strings["'%1\$s' has accepted your connection request at %2\$s"] = "'%1\$s' zaakceptował Twoją prośbę o połączenie na %2\$s"; +$a->strings["%2\$s has accepted your [url=%1\$s]connection request[/url]."] = "%2\$szaakceptował twoje [url=%1\$s] żądanie połączenia [/url]. "; $a->strings["You are now mutual friends and may exchange status updates, photos, and email without restriction."] = "Jesteście teraz przyjaciółmi i możesz wymieniać aktualizacje statusu, zdjęcia i e-maile bez ograniczeń."; $a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Odwiedź stronę %s jeśli chcesz wprowadzić zmiany w tym związku."; $a->strings["'%1\$s' has chosen to accept you a fan, which restricts some forms of communication - such as private messaging and some profile interactions. If this is a celebrity or community page, these settings were applied automatically."] = "'%1\$s' zdecydował się zaakceptować Cię jako fana, który ogranicza niektóre formy komunikacji - takie jak prywatne wiadomości i niektóre interakcje w profilu. Jeśli jest to strona celebrytów lub społeczności, ustawienia te zostały zastosowane automatycznie."; -$a->strings["'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future."] = ""; -$a->strings["Please visit %s if you wish to make any changes to this relationship."] = ""; -$a->strings["[Friendica System:Notify] registration request"] = "[Friendica System: Powiadomienie] prośba o rejestrację"; -$a->strings["You've received a registration request from '%1\$s' at %2\$s"] = ""; -$a->strings["You've received a [url=%1\$s]registration request[/url] from %2\$s."] = ""; -$a->strings["Full Name:\t%1\$s\\nSite Location:\t%2\$s\\nLogin Name:\t%3\$s (%4\$s)"] = ""; -$a->strings["Please visit %s to approve or reject the request."] = ""; +$a->strings["'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future."] = "'%1\$s' możesz zdecydować o przedłużeniu tego w dwukierunkowy lub bardziej ścisłą relację w przyszłości. "; +$a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Odwiedź stronę %s, jeśli chcesz wprowadzić zmiany w tym związku."; +$a->strings["[Friendica System:Notify] registration request"] = "[Friendica System:Powiadomienie] prośba o rejestrację"; +$a->strings["You've received a registration request from '%1\$s' at %2\$s"] = "Otrzymałeś wniosek rejestracyjny od '%1\$s' na %2\$s"; +$a->strings["You've received a [url=%1\$s]registration request[/url] from %2\$s."] = "Otrzymałeś [url=%1\$s] żądanie rejestracji [/url] od %2\$s."; +$a->strings["Full Name:\t%1\$s\\nSite Location:\t%2\$s\\nLogin Name:\t%3\$s (%4\$s)"] = "Pełna nazwa:\t%1\$s \\Lokalizacja nSite:\t%2\$s\\ nNazwa Użytkownika: \t%3\$s(%4\$s)"; +$a->strings["Please visit %s to approve or reject the request."] = "Odwiedź stronę %s, aby zatwierdzić lub odrzucić wniosek."; $a->strings["Item not found."] = "Element nie znaleziony."; $a->strings["Do you really want to delete this item?"] = "Czy na pewno chcesz usunąć ten element?"; $a->strings["Yes"] = "Tak"; @@ -227,7 +227,7 @@ $a->strings["View Contacts"] = "widok kontaktów"; $a->strings["Save"] = "Zapisz"; $a->strings["Follow"] = "Śledzić"; $a->strings["Search"] = "Szukaj"; -$a->strings["@name, !forum, #tags, content"] = ""; +$a->strings["@name, !forum, #tags, content"] = "@imię, !forum, #tagi, treść"; $a->strings["Full Text"] = "Pełny tekst"; $a->strings["Tags"] = "Tagi"; $a->strings["Contacts"] = "Kontakty"; @@ -238,12 +238,12 @@ $a->strings["ping"] = "ping"; $a->strings["pinged"] = ""; $a->strings["prod"] = ""; $a->strings["prodded"] = ""; -$a->strings["slap"] = "spoliczkuj"; +$a->strings["slap"] = "klask"; $a->strings["slapped"] = "spoliczkowany"; -$a->strings["finger"] = "dotknąć"; +$a->strings["finger"] = "wskaż"; $a->strings["fingered"] = "dotknięty"; -$a->strings["rebuff"] = "odprawiać"; -$a->strings["rebuffed"] = "odprawiony"; +$a->strings["rebuff"] = "odrzuć"; +$a->strings["rebuffed"] = "odrzucony"; $a->strings["Monday"] = "Poniedziałek"; $a->strings["Tuesday"] = "Wtorek"; $a->strings["Wednesday"] = "Środa"; @@ -264,22 +264,22 @@ $a->strings["October"] = "Październik"; $a->strings["November"] = "Listopad"; $a->strings["December"] = "Grudzień"; $a->strings["Mon"] = "Pon"; -$a->strings["Tue"] = "Forum"; +$a->strings["Tue"] = "Wt"; $a->strings["Wed"] = "Śr"; $a->strings["Thu"] = "Czw"; $a->strings["Fri"] = "Pt"; $a->strings["Sat"] = "Sob"; $a->strings["Sun"] = "Niedz"; -$a->strings["Jan"] = ""; -$a->strings["Feb"] = ""; -$a->strings["Mar"] = ""; -$a->strings["Apr"] = ""; -$a->strings["Jul"] = ""; -$a->strings["Aug"] = ""; -$a->strings["Sep"] = ""; -$a->strings["Oct"] = ""; -$a->strings["Nov"] = ""; -$a->strings["Dec"] = ""; +$a->strings["Jan"] = "Sty"; +$a->strings["Feb"] = "Lut"; +$a->strings["Mar"] = "Mar"; +$a->strings["Apr"] = "Kwi"; +$a->strings["Jul"] = "Lip"; +$a->strings["Aug"] = "Sie"; +$a->strings["Sep"] = "Wrz"; +$a->strings["Oct"] = "Paź"; +$a->strings["Nov"] = "Lis"; +$a->strings["Dec"] = "Gru"; $a->strings["View Video"] = "Zobacz film"; $a->strings["bytes"] = "bajty"; $a->strings["Click to open/close"] = "Kliknij aby otworzyć/zamknąć"; @@ -309,7 +309,7 @@ $a->strings["Item not available."] = "Element nie dostępny."; $a->strings["Item was not found."] = "Element nie znaleziony."; $a->strings["No contacts in common."] = "Brak wspólnych kontaktów."; $a->strings["Common Friends"] = "Wspólni znajomi"; -$a->strings["Credits"] = ""; +$a->strings["Credits"] = "Zaufany"; $a->strings["Friendica is a community project, that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!"] = "Friendica to projekt społecznościowy, który nie byłby możliwy bez pomocy wielu osób. Oto lista osób, które przyczyniły się do tworzenia kodu lub tłumaczenia Friendica. Dziękuję wam wszystkim!"; $a->strings["Contact settings applied."] = "Ustawienia kontaktu zaktualizowane."; $a->strings["Contact update failed."] = "Nie udało się zaktualizować kontaktu."; @@ -317,14 +317,14 @@ $a->strings["Contact not found."] = "Kontakt nie znaleziony"; $a->strings["WARNING: This is highly advanced and if you enter incorrect information your communications with this contact may stop working."] = " UWAGA: To jest wysoce zaawansowane i jeśli wprowadzisz niewłaściwą informację twoje komunikacje z tym kontaktem mogą przestać działać."; $a->strings["Please use your browser 'Back' button now if you are uncertain what to do on this page."] = "Jeśli nie jesteś pewien, co zrobić na tej stronie, użyj teraz przycisku 'powrót' na swojej przeglądarce."; $a->strings["No mirroring"] = "Bez dublowania"; -$a->strings["Mirror as forwarded posting"] = ""; -$a->strings["Mirror as my own posting"] = ""; +$a->strings["Mirror as forwarded posting"] = "Przesłany lustrzany post"; +$a->strings["Mirror as my own posting"] = "Lustro mojego własnego komentarza"; $a->strings["Return to contact editor"] = "Wróć do edytora kontaktów"; $a->strings["Refetch contact data"] = "Odśwież dane kontaktowe"; $a->strings["Submit"] = "Potwierdź"; -$a->strings["Remote Self"] = ""; -$a->strings["Mirror postings from this contact"] = ""; -$a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = ""; +$a->strings["Remote Self"] = "Zdalny Self"; +$a->strings["Mirror postings from this contact"] = "Publikacje lustrzane od tego kontaktu"; +$a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = "Oznacz ten kontakt jako remote_self, spowoduje to, że friendica odeśle nowe wpisy z tego kontaktu."; $a->strings["Name"] = "Imię"; $a->strings["Account Nickname"] = "Nazwa konta"; $a->strings["@Tagname - overrides Name/Nickname"] = "@Zmienna - zastępuje Imię/Pseudonim"; @@ -352,7 +352,7 @@ $a->strings["New Member Checklist"] = "Lista nowych członków"; $a->strings["We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."] = "Chcielibyśmy zaproponować kilka porad i linków, które pomogą uczynić twoje doświadczenie przyjemnym. Kliknij dowolny element, aby odwiedzić odpowiednią stronę. Link do tej strony będzie widoczny na stronie głównej przez dwa tygodnie od czasu rejestracji, a następnie zniknie."; $a->strings["Getting Started"] = "Pierwsze kroki"; $a->strings["Friendica Walk-Through"] = ""; -$a->strings["On your Quick Start page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."] = ""; +$a->strings["On your Quick Start page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."] = "Na stronie Szybki start - znajdź krótkie wprowadzenie do swojego profilu i kart sieciowych, stwórz nowe połączenia i znajdź kilka grup do przyłączenia się."; $a->strings["Settings"] = "Ustawienia"; $a->strings["Go to Your Settings"] = "Idź do swoich ustawień"; $a->strings["On your Settings page - change your initial password. Also make a note of your Identity Address. This looks just like an email address - and will be useful in making friends on the free social web."] = "Na stronie Ustawienia - zmień swoje początkowe hasło. Zanotuj także swój adres tożsamości. Wygląda to jak adres e-mail - i będzie przydatny w nawiązywaniu znajomości w bezpłatnej sieci społecznościowej."; @@ -368,23 +368,23 @@ $a->strings["Connecting"] = "Łączę się..."; $a->strings["Importing Emails"] = "Importuję emaile..."; $a->strings["Enter your email access information on your Connector Settings page if you wish to import and interact with friends or mailing lists from your email INBOX"] = "Wprowadź informacje dotyczące dostępu do poczty e-mail na stronie Ustawienia oprogramowania, jeśli chcesz importować i wchodzić w interakcje z przyjaciółmi lub listami adresowymi z poziomu konta e-mail INBOX"; $a->strings["Go to Your Contacts Page"] = "Idź do strony z Twoimi kontaktami"; -$a->strings["Your Contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the Add New Contact dialog."] = ""; +$a->strings["Your Contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the Add New Contact dialog."] = "Strona Kontakty jest twoją bramą do zarządzania przyjaciółmi i łączenia się z przyjaciółmi w innych sieciach. Zazwyczaj podaje się adres lub adres URL strony w oknie dialogowym Dodaj nowy kontakt."; $a->strings["Go to Your Site's Directory"] = "Idż do twojej strony"; -$a->strings["The Directory page lets you find other people in this network or other federated sites. Look for a Connect or Follow link on their profile page. Provide your own Identity Address if requested."] = ""; +$a->strings["The Directory page lets you find other people in this network or other federated sites. Look for a Connect or Follow link on their profile page. Provide your own Identity Address if requested."] = "Strona Katalog umożliwia znalezienie innych osób w tej sieci lub innych witrynach stowarzyszonych. Poszukaj łącza Połącz lub Śledź na stronie profilu. Jeśli chcesz, podaj swój własny adres tożsamości."; $a->strings["Finding New People"] = "Poszukiwanie Nowych Ludzi"; -$a->strings["On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours."] = "Na bocznym panelu strony Kontaktów znajduje się kilka narzędzi do znajdowania nowych przyjaciół. Możemy dopasować osoby według zainteresowań, wyszukiwać osoby według nazwisk i zainteresowań oraz dostarczać sugestie oparte na relacjach sieciowych. Na zupełnie nowej stronie sugestie znajomych zwykle zaczynają być wypełniane w ciągu 24 godzin."; +$a->strings["On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours."] = "Na bocznym panelu strony Kontaktów znajduje się kilka narzędzi do znajdowania nowych przyjaciół. Możemy dopasować osoby według zainteresowań, wyszukiwać osoby według nazwisk i zainteresowań oraz dostarczać sugestie oparte na relacjach sieciowych. Na zupełnie nowej stronie sugestie znajomych zwykle zaczynają być wypełniane w ciągu 24 godzin"; $a->strings["Groups"] = "Grupy"; $a->strings["Group Your Contacts"] = "Grupuj Swoje kontakty"; $a->strings["Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page."] = "Gdy zaprzyjaźnisz się z przyjaciółmi, uporządkuj je w prywatne grupy konwersacji na pasku bocznym na stronie Kontakty, a następnie możesz wchodzić w interakcje z każdą grupą prywatnie na stronie Sieć."; $a->strings["Why Aren't My Posts Public?"] = "Dlaczego moje posty nie są publiczne?"; $a->strings["Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above."] = "Friendica szanuje Twoją prywatność. Domyślnie Twoje wpisy będą wyświetlane tylko osobom, które dodałeś jako znajomi. Aby uzyskać więcej informacji, zobacz sekcję pomocy na powyższym łączu."; -$a->strings["Getting Help"] = "Otrzymywanie pomocy"; -$a->strings["Go to the Help Section"] = "Idź do części o pomocy"; +$a->strings["Getting Help"] = "Otrzymaj pomoc"; +$a->strings["Go to the Help Section"] = "Przejdź do sekcji pomocy"; $a->strings["Our help pages may be consulted for detail on other program features and resources."] = "Na naszych stronach pomocy można znaleźć szczegółowe informacje na temat innych funkcji programu i zasobów."; $a->strings["Visit %s's profile [%s]"] = "Obejrzyj %s's profil [%s]"; $a->strings["Edit contact"] = "Edytuj kontakt"; $a->strings["Contacts who are not members of a group"] = "Kontakty spoza członków grupy"; -$a->strings["Not Extended"] = ""; +$a->strings["Not Extended"] = "Nie przedłużony"; $a->strings["Resubscribing to OStatus contacts"] = "Ponowne subskrybowanie kontaktów OStatus"; $a->strings["Error"] = "Błąd"; $a->strings["Done"] = "Gotowe"; @@ -406,51 +406,51 @@ $a->strings["%1\$s welcomes %2\$s"] = "%1\$s witamy %2\$s"; $a->strings["This is Friendica, version"] = "To jest Friendica, wersja"; $a->strings["running at web location"] = "otwierane na serwerze"; $a->strings["Please visit Friendi.ca to learn more about the Friendica project."] = "Odwiedź stronę Friendi.ca aby dowiedzieć się więcej o projekcie Friendica."; -$a->strings["Bug reports and issues: please visit"] = "Reportowanie błędów i problemów: proszę odwiedź"; -$a->strings["the bugtracker at github"] = ""; +$a->strings["Bug reports and issues: please visit"] = "Raporty o błędach i problemy: odwiedź stronę"; +$a->strings["the bugtracker at github"] = "bugtracker na github"; $a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Sugestie, pochwały, darowizny, itp. - napisz e-mail \"Info\" do Friendica - dot com"; $a->strings["Installed addons/apps:"] = "Zainstalowane dodatki/aplikacje:"; $a->strings["No installed addons/apps"] = "Brak zainstalowanych dodatków/aplikacji"; -$a->strings["On this server the following remote servers are blocked."] = ""; +$a->strings["On this server the following remote servers are blocked."] = "Na tym serwerze następujące serwery zdalne są blokowane."; $a->strings["Blocked domain"] = "Zablokowana domena"; -$a->strings["Reason for the block"] = ""; +$a->strings["Reason for the block"] = "Powód blokowania"; $a->strings["No keywords to match. Please add keywords to your default profile."] = "Brak słów-kluczy do wyszukania. Dodaj słowa-klucze do swojego domyślnego profilu."; $a->strings["is interested in:"] = "interesuje się:"; -$a->strings["Profile Match"] = "Profil zgodny "; -$a->strings["No matches"] = "brak dopasowań"; -$a->strings["Invalid request identifier."] = "Niewłaściwy identyfikator wymagania."; +$a->strings["Profile Match"] = "Dopasowanie profilu"; +$a->strings["No matches"] = "Brak wyników"; +$a->strings["Invalid request identifier."] = "Nieprawidłowy identyfikator żądania."; $a->strings["Discard"] = "Odrzuć"; $a->strings["Ignore"] = "Ignoruj"; $a->strings["Notifications"] = "Powiadomienia"; -$a->strings["Network Notifications"] = "Powiadomienia z sieci"; +$a->strings["Network Notifications"] = "Powiadomienia sieciowe"; $a->strings["System Notifications"] = "Powiadomienia systemowe"; $a->strings["Personal Notifications"] = "Prywatne powiadomienia"; -$a->strings["Home Notifications"] = "Powiadomienia z instancji"; +$a->strings["Home Notifications"] = "Powiadomienia domowe"; $a->strings["Show Ignored Requests"] = "Pokaż ignorowane żądania"; -$a->strings["Hide Ignored Requests"] = "Ukryj ignorowane żądania"; -$a->strings["Notification type: "] = "Typ zawiadomień:"; +$a->strings["Hide Ignored Requests"] = "Ukryj zignorowane prośby"; +$a->strings["Notification type: "] = "Typ powiadomienia:"; $a->strings["suggested by %s"] = "zaproponowane przez %s"; $a->strings["Hide this contact from others"] = "Ukryj ten kontakt przed innymi"; -$a->strings["Post a new friend activity"] = "Pisz o nowej działalności przyjaciela"; -$a->strings["if applicable"] = "jeśli odpowiednie"; +$a->strings["Post a new friend activity"] = "Opublikuj aktywność nowego znajomego"; +$a->strings["if applicable"] = "jeśli dotyczy"; $a->strings["Approve"] = "Zatwierdź"; $a->strings["Claims to be known to you: "] = "Twierdzi, że go znasz:"; $a->strings["yes"] = "tak"; $a->strings["no"] = "nie"; $a->strings["Shall your connection be bidirectional or not?"] = "Czy twoje połączenie ma być dwukierunkowe, czy nie?"; -$a->strings["Accepting %s as a friend allows %s to subscribe to your posts, and you will also receive updates from them in your news feed."] = ""; -$a->strings["Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = ""; -$a->strings["Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = ""; +$a->strings["Accepting %s as a friend allows %s to subscribe to your posts, and you will also receive updates from them in your news feed."] = "Przyjmowanie %s jako znajomego pozwala %s zasubskrybować twoje posty, a także otrzymywać od nich aktualizacje w swoim kanale wiadomości."; +$a->strings["Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "Zaakceptowanie %s jako subskrybenta umożliwia im subskrybowanie Twoich postów, ale nie otrzymasz od nich aktualizacji w swoim kanale wiadomości."; +$a->strings["Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "Akceptowanie %s jako udostępniający pozwala im subskrybować twoje posty, ale nie otrzymasz od nich aktualizacji w swoim kanale wiadomości."; $a->strings["Friend"] = "Znajomy"; $a->strings["Sharer"] = "Udostępniający/a"; -$a->strings["Subscriber"] = ""; +$a->strings["Subscriber"] = "Subskrybent"; $a->strings["Location:"] = "Lokalizacja"; $a->strings["About:"] = "O:"; $a->strings["Tags:"] = "Tagi:"; $a->strings["Gender:"] = "Płeć:"; -$a->strings["Profile URL"] = ""; +$a->strings["Profile URL"] = "Adres URL profilu"; $a->strings["Network:"] = "Sieć:"; -$a->strings["No introductions."] = "Brak wstępu."; +$a->strings["No introductions."] = "Brak dostępu."; $a->strings["Show unread"] = "Pokaż nieprzeczytane"; $a->strings["Show all"] = "Pokaż wszystko"; $a->strings["No more %s notifications."] = "Nigdy więcej %s powiadomień."; @@ -460,57 +460,57 @@ $a->strings["Login failed."] = "Niepowodzenie logowania"; $a->strings["Profile not found."] = "Nie znaleziono profilu."; $a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "Może się to zdarzyć, gdy kontakt został zgłoszony przez obie osoby i został już zatwierdzony."; $a->strings["Response from remote site was not understood."] = "Odpowiedź do zdalnej strony nie została zrozumiana"; -$a->strings["Unexpected response from remote site: "] = "Nieoczekiwana odpowiedź od strony zdalnej"; -$a->strings["Confirmation completed successfully."] = "Potwierdzenie ukończone poprawnie"; -$a->strings["Temporary failure. Please wait and try again."] = "Tymczasowo uszkodzone. Proszę poczekać i spróbować później."; -$a->strings["Introduction failed or was revoked."] = "Nieudane lub unieważnione wprowadzenie."; -$a->strings["Remote site reported: "] = "Zdalna strona zgłoszona:"; +$a->strings["Unexpected response from remote site: "] = "Nieoczekiwana odpowiedź od strony zdalnej:"; +$a->strings["Confirmation completed successfully."] = "Potwierdzenie zostało pomyślnie zakończone."; +$a->strings["Temporary failure. Please wait and try again."] = "Tymczasowa awaria. Proszę czekać i spróbuj ponownie."; +$a->strings["Introduction failed or was revoked."] = "Wprowadzenie nie powiodło się lub zostało odwołane."; +$a->strings["Remote site reported: "] = "Zdalna witryna zgłoszona:"; $a->strings["Unable to set contact photo."] = "Nie można ustawić zdjęcia kontaktu."; $a->strings["No user record found for '%s' "] = "Nie znaleziono użytkownika dla '%s'"; -$a->strings["Our site encryption key is apparently messed up."] = "Klucz kodujący jest najwyraźniej zepsuty"; -$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "Został dostarczony pusty URL lub nie może zostać rozszyfrowany przez nas."; +$a->strings["Our site encryption key is apparently messed up."] = "Klucz kodujący jest najwyraźniej uszkodzony."; +$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "Został podany pusty adres URL witryny lub nie można go odszyfrować."; $a->strings["Contact record was not found for you on our site."] = "Nie znaleziono kontaktu na naszej stronie"; $a->strings["Site public key not available in contact record for URL %s."] = "Publiczny klucz witryny jest niedostępny w rekordzie kontaktu dla adresu URL %s"; -$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "ID dostarczone przez Twój system jest już w naszeym systemie. Powinno zadziałać jeżeli spróbujesz ponownie."; -$a->strings["Unable to set your contact credentials on our system."] = "Niezdolny do ustalenie tożsamości twoich kontaktów w naszym systemie"; -$a->strings["Unable to update your contact profile details on our system"] = "Niezdolny do aktualizacji szczegółowych danych profilowych twoich kontaktów w naszym systemie"; +$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "Identyfikator dostarczony przez Twój system jest duplikatem w naszym systemie. Powinien działać, jeśli spróbujesz ponownie."; +$a->strings["Unable to set your contact credentials on our system."] = "Nie można ustawić danych kontaktowych w naszym systemie."; +$a->strings["Unable to update your contact profile details on our system"] = "Nie można zaktualizować danych Twojego profilu kontaktowego w naszym systemie"; $a->strings["[Name Withheld]"] = "[Nazwa wstrzymana]"; $a->strings["%1\$s has joined %2\$s"] = "%1\$s dołączył/a do %2\$s"; $a->strings["Total invitation limit exceeded."] = "Przekroczono limit zaproszeń ogółem."; $a->strings["%s : Not a valid email address."] = "%s : Niepoprawny adres email."; $a->strings["Please join us on Friendica"] = "Dołącz do nas na Friendica"; $a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Przekroczono limit zaproszeń. Skontaktuj się z administratorem witryny."; -$a->strings["%s : Message delivery failed."] = "%s : Dostarczenie wiadomości nieudane."; +$a->strings["%s : Message delivery failed."] = "%s : Nie udało się dostarczyć wiadomości."; $a->strings["%d message sent."] = [ 0 => "%d wiadomość wysłana.", 1 => "%d wiadomości wysłane.", 2 => "%d wysłano .", 3 => "%d wysłano .", ]; -$a->strings["You have no more invitations available"] = "Nie masz więcej zaproszeń"; -$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = ""; +$a->strings["You have no more invitations available"] = "Nie masz już dostępnych zaproszeń"; +$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "Odwiedź %s listę publicznych witryn, do których możesz dołączyć. Członkowie Friendica na innych stronach mogą łączyć się ze sobą, jak również z członkami wielu innych sieci społecznościowych."; $a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "Aby zaakceptować to zaproszenie, odwiedź i zarejestruj się %s lub w dowolnej innej publicznej witrynie internetowej Friendica."; -$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = ""; -$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Nasze przeprosiny. Ten system nie jest obecnie skonfigurowany do łączenia się z innymi publicznymi witrynami lub zapraszania członków."; -$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks."] = ""; -$a->strings["To accept this invitation, please visit and register at %s."] = ""; -$a->strings["Send invitations"] = "Wyślij zaproszenia"; +$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Strony Friendica łączą się ze sobą, tworząc ogromną sieć społecznościową o zwiększonej prywatności, która jest własnością i jest kontrolowana przez jej członków. Mogą również łączyć się z wieloma tradycyjnymi sieciami społecznościowymi. Zobacz %s listę alternatywnych witryn Friendica, do których możesz dołączyć."; +$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Przepraszamy. System nie jest obecnie skonfigurowany do łączenia się z innymi publicznymi witrynami lub zapraszania członków."; +$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks."] = "Strony Friendica łączą się ze sobą, tworząc ogromną sieć społecznościową o zwiększonej prywatności, która jest własnością i jest kontrolowana przez jej członków. Mogą również łączyć się z wieloma tradycyjnymi sieciami społecznościowymi."; +$a->strings["To accept this invitation, please visit and register at %s."] = "Aby zaakceptować to zaproszenie, odwiedź stronę i zarejestruj się na stronie %s."; +$a->strings["Send invitations"] = "Wyślij zaproszenie"; $a->strings["Enter email addresses, one per line:"] = "Wprowadź adresy email, jeden na linijkę:"; $a->strings["Your message:"] = "Twoja wiadomość:"; -$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = ""; -$a->strings["You will need to supply this invitation code: \$invite_code"] = ""; -$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Gdy już się zarejestrujesz, skontaktuj się ze mną przez moją stronkę profilową :"; -$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"] = ""; +$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "Serdecznie zapraszam do przyłączenia się do mnie i innych bliskich znajomych na stronie Friendica - i pomóż nam stworzyć lepszą sieć społecznościową."; +$a->strings["You will need to supply this invitation code: \$invite_code"] = "Musisz podać ten kod zaproszenia: \$invite_code"; +$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Po rejestracji połącz się ze mną na stronie mojego profilu pod adresem:"; +$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"] = "Aby uzyskać więcej informacji na temat projektu Friendica i dlaczego uważamy, że jest to ważne, odwiedź http://friendi.ca"; $a->strings["Manage Identities and/or Pages"] = "Zarządzaj Tożsamościami i/lub Stronami."; -$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = ""; +$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Przełącz między różnymi tożsamościami lub stronami społeczność/grupy, które udostępniają dane Twojego konta lub które otrzymałeś uprawnienia \"zarządzaj\""; $a->strings["Select an identity to manage: "] = "Wybierz tożsamość do zarządzania:"; $a->strings["Invalid request."] = "Nieprawidłowe żądanie."; -$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = ""; -$a->strings["Or - did you try to upload an empty file?"] = ""; -$a->strings["File exceeds size limit of %s"] = ""; +$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "Przepraszam, może twój przesyłany plik jest większy niż pozwala konfiguracja PHP"; +$a->strings["Or - did you try to upload an empty file?"] = "Lub - czy próbowałeś załadować pusty plik?"; +$a->strings["File exceeds size limit of %s"] = "Plik przekracza limit rozmiaru wynoszący %s"; $a->strings["File upload failed."] = "Przesyłanie pliku nie powiodło się."; $a->strings["This introduction has already been accepted."] = "To wprowadzenie zostało już zaakceptowane."; -$a->strings["Profile location is not valid or does not contain profile information."] = "Położenie profilu jest niepoprawne lub nie zawiera żadnych informacji."; +$a->strings["Profile location is not valid or does not contain profile information."] = "Lokalizacja profilu jest nieprawidłowa lub nie zawiera informacji o profilu."; $a->strings["Warning: profile location has no identifiable owner name."] = "Ostrzeżenie: położenie profilu ma taką samą nazwę jak użytkownik."; $a->strings["Warning: profile location has no profile photo."] = "Ostrzeżenie: położenie profilu nie zawiera zdjęcia."; $a->strings["%d required parameter was not found at the given location"] = [ @@ -525,14 +525,14 @@ $a->strings["Profile unavailable."] = "Profil niedostępny."; $a->strings["%s has received too many connection requests today."] = "%s otrzymał dziś zbyt wiele żądań połączeń."; $a->strings["Spam protection measures have been invoked."] = "Ochrona przed spamem została wywołana."; $a->strings["Friends are advised to please try again in 24 hours."] = "Przyjaciele namawiają do spróbowania za 24h."; -$a->strings["Invalid locator"] = "Niewłaściwy lokalizator "; +$a->strings["Invalid locator"] = "Nieprawidłowy lokalizator"; $a->strings["You have already introduced yourself here."] = "Już się tu przedstawiłeś."; $a->strings["Apparently you are already friends with %s."] = "Widocznie jesteście już znajomymi z %s"; $a->strings["Invalid profile URL."] = "Zły adres URL profilu."; $a->strings["Disallowed profile URL."] = "Nie dozwolony adres URL profilu."; -$a->strings["Failed to update contact record."] = "Aktualizacja nagrania kontaktu nie powiodła się."; +$a->strings["Failed to update contact record."] = "Aktualizacja rekordu kontaktu nie powiodła się."; $a->strings["Your introduction has been sent."] = "Twoje dane zostały wysłane."; -$a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = ""; +$a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = "Zdalnej subskrypcji nie można wykonać dla swojej sieci. Proszę zasubskrybuj bezpośrednio w swoim systemie."; $a->strings["Please login to confirm introduction."] = "Proszę zalogować się do potwierdzenia wstępu."; $a->strings["Incorrect identity currently logged in. Please login to this profile."] = "Niepoprawna tożsamość obecnego użytkownika. Proszę zalogować się na tego użytkownika. "; $a->strings["Confirm"] = "Potwierdź"; @@ -541,55 +541,55 @@ $a->strings["Welcome home %s."] = "Welcome home %s."; $a->strings["Please confirm your introduction/connection request to %s."] = "Proszę potwierdzić swój wstęp/prośbę o połączenie do %s."; $a->strings["Public access denied."] = "Publiczny dostęp zabroniony"; $a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Proszę podaj swój \"Adres tożsamości \" z jednej z możliwych wspieranych sieci komunikacyjnych ."; -$a->strings["If you are not yet a member of the free social web, follow this link to find a public Friendica site and join us today."] = ""; +$a->strings["If you are not yet a member of the free social web, follow this link to find a public Friendica site and join us today."] = "Jeśli nie jesteś jeszcze członkiem darmowej strony społecznościowej, kliknij ten link, aby znaleźć publiczną witrynę Friendica i dołącz do nas już dziś ."; $a->strings["Friend/Connection Request"] = "Przyjaciel/Prośba o połączenie"; -$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"] = ""; -$a->strings["Please answer the following:"] = "Proszę odpowiedzieć na poniższe:"; +$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"] = "Przykłady: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"; +$a->strings["Please answer the following:"] = "Proszę odpowiedzieć na następujące pytania:"; $a->strings["Does %s know you?"] = "Czy %s Cię zna?"; $a->strings["Add a personal note:"] = "Dodaj osobistą notkę:"; $a->strings["Friendica"] = "Friendica"; $a->strings["GNU Social (Pleroma, Mastodon)"] = ""; $a->strings["Diaspora (Socialhome, Hubzilla)"] = ""; -$a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = "- proszę wyraź to inaczej . Zamiast tego ,wprowadź %s do swojej belki wyszukiwarki."; -$a->strings["Your Identity Address:"] = "Twój zidentyfikowany adres:"; +$a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = "- proszę nie używać tego formularza. Zamiast tego %s wejdź na pasek wyszukiwania Diaspora. do swojej belki wyszukiwarki."; +$a->strings["Your Identity Address:"] = "Twój adres tożsamości:"; $a->strings["Submit Request"] = "Wyślij zgłoszenie"; $a->strings["- select -"] = "- wybierz -"; $a->strings["l F d, Y \\@ g:i A"] = ""; $a->strings["Time Conversion"] = "Zmiana czasu"; -$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = ""; +$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica udostępnia tę usługę do udostępniania wydarzeń innym sieciom i znajomym w nieznanych strefach czasowych."; $a->strings["UTC time: %s"] = "Czas UTC %s"; $a->strings["Current timezone: %s"] = "Obecna strefa czasowa: %s"; $a->strings["Converted localtime: %s"] = "Zmień strefę czasową: %s"; $a->strings["Please select your timezone:"] = "Wybierz swoją strefę czasową:"; $a->strings["No valid account found."] = "Nie znaleziono ważnego konta."; $a->strings["Password reset request issued. Check your email."] = "Prośba o zresetowanie hasła została zatwierdzona. Sprawdź swój adres email."; -$a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = ""; -$a->strings["\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = ""; +$a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = "\n\t\tDrodzy %1\$s, \n\t\t\tOtrzymano niedawno prośbę o ''%2\$s\" zresetowanie konta \n\t\thasło. Aby potwierdzić tę prośbę, wybierz link weryfikacyjny \n\t\tponiżej lub wklej go na pasek adresu przeglądarki internetowej. \n \n\t\tJeśli NIE poprosiłeś o tę zmianę, NIE wykonuj tego linku \n\t\tpod warunkiem, że zignorujesz i/lub usuniesz ten e-mail, prośba wkrótce wygaśnie. \n \n\t\tTwoje hasło nie zostanie zmienione, chyba że będziemy mogli to potwierdzić \n\t\twydał to żądanie."; +$a->strings["\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = "\nWkrótce skorzystaj z tego linku, aby zweryfikować swoją tożsamość: \n\n\t\t%1\$s\n\n\t\tOtrzymasz następnie komunikat uzupełniający zawierający nowe hasło. \n\t\tMożesz zmienić to hasło ze strony ustawień swojego konta po zalogowaniu. \n \n\t\tDane logowania są następujące: \n \nLokalizacja strony: \t%2\$s\nNazwa użytkownika:\t%3\$s"; $a->strings["Password reset requested at %s"] = "Prośba o reset hasła na %s"; $a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Prośba nie może być zweryfikowana. (Mogłeś już ją poprzednio wysłać.) Reset hasła nie powiódł się."; -$a->strings["Request has expired, please make a new one."] = ""; +$a->strings["Request has expired, please make a new one."] = "Żądanie wygasło. Zrób nowe."; $a->strings["Forgot your Password?"] = "Zapomniałeś hasła?"; $a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Wpisz swój adres email i wyślij, aby zresetować hasło. Później sprawdź swojego emaila w celu uzyskania dalszych instrukcji."; $a->strings["Nickname or Email: "] = "Pseudonim lub Email:"; $a->strings["Reset"] = "Zresetuj"; $a->strings["Password Reset"] = "Zresetuj hasło"; -$a->strings["Your password has been reset as requested."] = "Twoje hasło zostało zresetowane na twoje życzenie."; +$a->strings["Your password has been reset as requested."] = "Twoje hasło zostało zresetowane zgodnie z żądaniem."; $a->strings["Your new password is"] = "Twoje nowe hasło to"; -$a->strings["Save or copy your new password - and then"] = "Zapisz lub skopiuj swoje nowe hasło - i wtedy"; -$a->strings["click here to login"] = "Kliknij tutaj aby zalogować"; +$a->strings["Save or copy your new password - and then"] = "Zapisz lub skopiuj nowe hasło - a następnie"; +$a->strings["click here to login"] = "Kliknij tutaj aby się zalogować"; $a->strings["Your password may be changed from the Settings page after successful login."] = "Twoje hasło może być zmienione w Ustawieniach po udanym zalogowaniu."; -$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t"] = ""; -$a->strings["\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"] = ""; +$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t"] = "\n\t\t\tDrogi %1\$s, \n\t\t\t\tTwoje hasło zostało zmienione zgodnie z życzeniem. Proszę, zachowaj te \n\t\t\tinformacje dotyczące twoich rekordów (lub natychmiast zmień hasło na \n\t\t\tcoś, co zapamiętasz).\n\t\t"; +$a->strings["\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"] = "\n\t\t\tDane logowania są następujące:\n\n\t\t\tLokalizacja witryny:\t%1\$s\n\t\t\tNazwa użytkownika:\t%2\$s\n\t\t\tHasło:\t%3\$s\n\n\t\t\tMożesz zmienić hasło na stronie ustawień konta po zalogowaniu.\n\t\t"; $a->strings["Your password has been changed at %s"] = "Twoje hasło zostało zmienione na %s"; $a->strings["No more system notifications."] = "Nie ma więcej powiadomień systemowych."; $a->strings["{0} wants to be your friend"] = "{0} chce być Twoim znajomym"; -$a->strings["{0} sent you a message"] = "{0} wysyła Ci wiadomość"; -$a->strings["{0} requested registration"] = "{0} żądana rejestracja"; +$a->strings["{0} sent you a message"] = "{0} wysłałem Ci wiadomość"; +$a->strings["{0} requested registration"] = "{0} wymagana rejestracja"; $a->strings["Poke/Prod"] = ""; $a->strings["poke, prod or do other things to somebody"] = ""; $a->strings["Recipient"] = "Odbiorca"; -$a->strings["Choose what you wish to do to recipient"] = ""; -$a->strings["Make this post private"] = "Zrób ten post prywatnym"; +$a->strings["Choose what you wish to do to recipient"] = "Wybierz, co chcesz zrobić"; +$a->strings["Make this post private"] = "Ustaw ten post jako prywatny"; $a->strings["Only logged in users are permitted to perform a probing."] = "Tylko zalogowani użytkownicy mogą wykonywać sondowanie."; $a->strings["Permission denied"] = "Odmowa dostępu"; $a->strings["Invalid profile identifier."] = "Nieprawidłowa nazwa użytkownika."; @@ -598,20 +598,20 @@ $a->strings["Click on a contact to add or remove."] = "Kliknij na kontakt w celu $a->strings["Visible To"] = "Widoczne dla"; $a->strings["All Contacts (with secure profile access)"] = "Wszystkie kontakty (z bezpiecznym dostępem do profilu)"; $a->strings["Account approved."] = "Konto zatwierdzone."; -$a->strings["Registration revoked for %s"] = "Rejestracja dla %s odwołana"; +$a->strings["Registration revoked for %s"] = "Rejestracja odwołana dla %s"; $a->strings["Please login."] = "Proszę się zalogować."; $a->strings["Remove My Account"] = "Usuń konto"; -$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Kompletne usunięcie konta. Jeżeli zostanie wykonane, konto nie może zostać odzyskane."; +$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Spowoduje to całkowite usunięcie Twojego konta. Po wykonaniu tej czynności nie można jej odzyskać."; $a->strings["Please enter your password for verification:"] = "Wprowadź hasło w celu weryfikacji."; $a->strings["Remove term"] = "Usuń wpis"; $a->strings["Saved Searches"] = "Zapisane wyszukiwania"; -$a->strings["Only logged in users are permitted to perform a search."] = ""; +$a->strings["Only logged in users are permitted to perform a search."] = "Tylko zalogowani użytkownicy mogą wyszukiwać."; $a->strings["Too Many Requests"] = "Zbyt dużo próśb"; $a->strings["Only one search per minute is permitted for not logged in users."] = "Dla niezalogowanych użytkowników dozwolone jest tylko jedno wyszukiwanie na minutę."; $a->strings["No results."] = "Brak wyników."; $a->strings["Items tagged with: %s"] = "Przedmioty oznaczone tagiem: %s"; -$a->strings["Results for: %s"] = ""; -$a->strings["%1\$s is following %2\$s's %3\$s"] = ""; +$a->strings["Results for: %s"] = "Wyniki dla: %s"; +$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$skolejny %2\$s %3\$s "; $a->strings["Tag removed"] = "Tag usunięty"; $a->strings["Remove Item Tag"] = "Usuń pozycję Tag"; $a->strings["Select a tag to remove: "] = "Wybierz tag do usunięcia"; @@ -627,7 +627,7 @@ $a->strings["Image exceeds size limit of %s"] = "Obraz przekracza limit rozmiaru $a->strings["Unable to process image."] = "Przetwarzanie obrazu nie powiodło się."; $a->strings["Wall Photos"] = "Tablica zdjęć"; $a->strings["Image upload failed."] = "Przesyłanie obrazu nie powiodło się"; -$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Dzienny limit wiadomości na murze dla %s został przekroczony. Wiadomość została odrzucona."; +$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Dzienny limit wiadomości %s został przekroczony. Wiadomość została odrzucona."; $a->strings["No recipient selected."] = "Nie wybrano odbiorcy."; $a->strings["Unable to check your home location."] = "Nie można sprawdzić twojej lokalizacji."; $a->strings["Message could not be sent."] = "Wiadomość nie może zostać wysłana"; @@ -635,15 +635,15 @@ $a->strings["Message collection failure."] = "Błąd zbierania komunikatów."; $a->strings["Message sent."] = "Wysłano."; $a->strings["No recipient."] = "Brak odbiorcy."; $a->strings["Send Private Message"] = "Wyślij prywatną wiadomość"; -$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = ""; +$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "Jeśli chcesz %s odpowiedzieć, sprawdź, czy ustawienia prywatności w Twojej witrynie zezwalają na prywatne wiadomości od nieznanych nadawców."; $a->strings["To:"] = "Do:"; $a->strings["Subject:"] = "Temat:"; $a->strings["Registration successful. Please check your email for further instructions."] = "Rejestracja zakończona pomyślnie. Dalsze instrukcje zostały wysłane na twojego e-maila."; -$a->strings["Failed to send email message. Here your accout details:
    login: %s
    password: %s

    You can change your password after login."] = ""; +$a->strings["Failed to send email message. Here your accout details:
    login: %s
    password: %s

    You can change your password after login."] = "Nie udało się wysłać wiadomości e-mail. Tutaj szczegóły twojego konta:
    login: %s
    hasło: %s

    Możesz zmienić swoje hasło po zalogowaniu."; $a->strings["Registration successful."] = "Rejestracja udana."; $a->strings["Your registration can not be processed."] = "Twoja rejestracja nie może zostać przeprowadzona. "; $a->strings["Your registration is pending approval by the site owner."] = "Twoja rejestracja oczekuje na zaakceptowanie przez właściciela witryny."; -$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "Masz możliwość (opcjonalnie) wypełnić ten formularz przez OpenID poprzez załączenie Twojego OpenID i kliknięcie 'Zarejestruj'."; +$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "Możesz (opcjonalnie) wypełnić ten formularz za pośrednictwem OpenID, podając swój OpenID i klikając 'Register'."; $a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "Jeśli nie jesteś zaznajomiony z OpenID, zostaw to pole puste i uzupełnij resztę elementów."; $a->strings["Your OpenID (optional): "] = "Twój OpenID (opcjonalnie):"; $a->strings["Include your profile in member directory?"] = "Czy dołączyć twój profil do katalogu członków?"; @@ -652,24 +652,24 @@ $a->strings["Leave a message for the admin, why you want to join this node"] = " $a->strings["Membership on this site is by invitation only."] = "Członkostwo na tej stronie możliwe tylko dzięki zaproszeniu."; $a->strings["Your invitation code: "] = "Twój kod zaproszenia:"; $a->strings["Registration"] = "Rejestracja"; -$a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = ""; +$a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = "Twoje imię i nazwisko (np. Joe Smith, prawdziwy lub real-looking):"; $a->strings["Your Email Address: (Initial information will be send there, so this has to be an existing address.)"] = "Twój adres e-mail: (Informacje początkowe zostaną wysłane tam, więc musi to być istniejący adres)."; $a->strings["New Password:"] = "Nowe hasło:"; -$a->strings["Leave empty for an auto generated password."] = ""; +$a->strings["Leave empty for an auto generated password."] = "Pozostaw puste dla wygenerowanego automatycznie hasła."; $a->strings["Confirm:"] = "Potwierdź:"; -$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be 'nickname@%s'."] = ""; +$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be 'nickname@%s'."] = "Wybierz pseudonim profilu. Nazwa musi zaczynać się od znaku tekstowego. Twój adres profilu na tej stronie będzie wówczas 'pseudonimem%s'."; $a->strings["Choose a nickname: "] = "Wybierz pseudonim:"; $a->strings["Register"] = "Zarejestruj"; -$a->strings["Import your profile to this friendica instance"] = ""; +$a->strings["Import your profile to this friendica instance"] = "Zaimportuj swój profil do tej instancji friendica"; $a->strings["Login"] = "Login"; $a->strings["The post was created"] = "Post został utworzony"; -$a->strings["Community option not available."] = ""; +$a->strings["Community option not available."] = "Opcja wspólnotowa jest niedostępna."; $a->strings["Not available."] = "Niedostępne."; $a->strings["Local Community"] = "Lokalna społeczność"; $a->strings["Posts from local users on this server"] = "Wpisy od lokalnych użytkowników na tym serwerze"; $a->strings["Global Community"] = "Globalna społeczność"; -$a->strings["Posts from users of the whole federated network"] = ""; -$a->strings["This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."] = ""; +$a->strings["Posts from users of the whole federated network"] = "Wpisy od użytkowników całej sieci stowarzyszonej"; +$a->strings["This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."] = "Ten strumień społeczności pokazuje wszystkie publiczne posty otrzymane przez ten węzeł. Mogą nie odzwierciedlać opinii użytkowników tego węzła."; $a->strings["Item not found"] = "Artykuł nie znaleziony"; $a->strings["Edit post"] = "Edytuj post"; $a->strings["CC: email addresses"] = "CC: adresy e-mail"; @@ -681,21 +681,21 @@ $a->strings["Group created."] = "Grupa utworzona."; $a->strings["Could not create group."] = "Nie mogę stworzyć grupy"; $a->strings["Group not found."] = "Nie znaleziono grupy"; $a->strings["Group name changed."] = "Nazwa grupy zmieniona"; -$a->strings["Save Group"] = ""; +$a->strings["Save Group"] = "Zapisz grupę"; $a->strings["Create a group of contacts/friends."] = "Stwórz grupę znajomych."; $a->strings["Group Name: "] = "Nazwa grupy: "; $a->strings["Group removed."] = "Grupa usunięta."; $a->strings["Unable to remove group."] = "Nie można usunąć grupy."; -$a->strings["Delete Group"] = ""; +$a->strings["Delete Group"] = "Usuń grupę"; $a->strings["Group Editor"] = "Edytor grupy"; -$a->strings["Edit Group Name"] = ""; +$a->strings["Edit Group Name"] = "Edytuj nazwę grupy"; $a->strings["Members"] = "Członkowie"; $a->strings["All Contacts"] = "Wszystkie kontakty"; $a->strings["Group is empty"] = "Grupa jest pusta"; -$a->strings["Remove Contact"] = ""; -$a->strings["Add Contact"] = ""; +$a->strings["Remove Contact"] = "Usuń Kontakt"; +$a->strings["Add Contact"] = "Dodaj Kontakt"; $a->strings["New Message"] = "Nowa wiadomość"; -$a->strings["Unable to locate contact information."] = "Niezdolny do uzyskania informacji kontaktowych."; +$a->strings["Unable to locate contact information."] = "Nie można znaleźć informacji kontaktowych."; $a->strings["Messages"] = "Wiadomości"; $a->strings["Do you really want to delete this message?"] = "Czy na pewno chcesz usunąć tę wiadomość?"; $a->strings["Message deleted."] = "Wiadomość usunięta."; @@ -705,9 +705,9 @@ $a->strings["Message not available."] = "Wiadomość nie jest dostępna."; $a->strings["Delete message"] = "Usuń wiadomość"; $a->strings["D, d M Y - g:i A"] = "D, d M R - g:m AM/PM"; $a->strings["Delete conversation"] = "Usuń rozmowę"; -$a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = ""; +$a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = "Brak bezpiecznej komunikacji. Możesz odpowiedzieć na stronie profilu nadawcy."; $a->strings["Send Reply"] = "Odpowiedz"; -$a->strings["Unknown sender - %s"] = "Nieznany wysyłający - %s"; +$a->strings["Unknown sender - %s"] = "Nieznany nadawca - %s"; $a->strings["You and %s"] = "Ty i %s"; $a->strings["%s and You"] = "%s i ty"; $a->strings["%d message"] = [ @@ -723,9 +723,9 @@ $a->strings["Warning: This group contains %s member from a network that doesn't 2 => "", 3 => "", ]; -$a->strings["Messages in this group won't be send to these receivers."] = ""; +$a->strings["Messages in this group won't be send to these receivers."] = "Wiadomości z tej grupy nie będą wysyłane do tych odbiorców."; $a->strings["No such group"] = "Nie ma takiej grupy"; -$a->strings["Group: %s"] = ""; +$a->strings["Group: %s"] = "Grupa: %s"; $a->strings["Private messages to this person are at risk of public disclosure."] = "Prywatne wiadomości do tej osoby mogą zostać publicznie ujawnione "; $a->strings["Invalid contact."] = "Zły kontakt"; $a->strings["Commented Order"] = "Porządek wg komentarzy"; @@ -733,10 +733,10 @@ $a->strings["Sort by Comment Date"] = "Sortuj po dacie komentarza"; $a->strings["Posted Order"] = "Porządek wg wpisów"; $a->strings["Sort by Post Date"] = "Sortuj po dacie posta"; $a->strings["Personal"] = "Osobiste"; -$a->strings["Posts that mention or involve you"] = ""; +$a->strings["Posts that mention or involve you"] = "Posty, które wspominają lub angażują Ciebie"; $a->strings["New"] = "Nowy"; -$a->strings["Activity Stream - by date"] = ""; -$a->strings["Shared Links"] = "Współdzielone linki"; +$a->strings["Activity Stream - by date"] = "Strumień aktywności - według daty"; +$a->strings["Shared Links"] = "Udostępnione łącza"; $a->strings["Interesting Links"] = "Interesujące linki"; $a->strings["Starred"] = "Ulubione"; $a->strings["Favourite Posts"] = "Ulubione posty"; @@ -752,10 +752,10 @@ $a->strings["Do you really want to delete this photo album and all its photos?"] $a->strings["Delete Photo"] = "Usuń zdjęcie"; $a->strings["Do you really want to delete this photo?"] = "Czy na pewno chcesz usunąć to zdjęcie ?"; $a->strings["a photo"] = "zdjęcie"; -$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = ""; -$a->strings["Image upload didn't complete, please try again"] = ""; -$a->strings["Image file is missing"] = ""; -$a->strings["Server can't accept new file upload at this time, please contact your administrator"] = ""; +$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$szostał oznaczony tagiem %2\$s przez %3\$s"; +$a->strings["Image upload didn't complete, please try again"] = "Przesyłanie zdjęć nie zostało zakończone, spróbuj ponownie"; +$a->strings["Image file is missing"] = "Brak pliku obrazu"; +$a->strings["Server can't accept new file upload at this time, please contact your administrator"] = "Serwer nie może teraz przyjąć nowego pliku, skontaktuj się z administratorem"; $a->strings["Image file is empty."] = "Plik obrazka jest pusty."; $a->strings["No photos selected"] = "Nie zaznaczono zdjęć"; $a->strings["Access to this item is restricted."] = "Dostęp do tego obiektu jest ograniczony."; @@ -783,30 +783,30 @@ $a->strings["New album name"] = "Nazwa nowego albumu"; $a->strings["Caption"] = "Zawartość"; $a->strings["Add a Tag"] = "Dodaj tag"; $a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Przykładowo: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"; -$a->strings["Do not rotate"] = ""; +$a->strings["Do not rotate"] = "Nie obracaj"; $a->strings["Rotate CW (right)"] = "Obróć CW (w prawo)"; $a->strings["Rotate CCW (left)"] = "Obróć CCW (w lewo)"; $a->strings["I like this (toggle)"] = "Lubię to (zmień)"; $a->strings["I don't like this (toggle)"] = "Nie lubię (zmień)"; $a->strings["This is you"] = "To jesteś ty"; $a->strings["Comment"] = "Komentarz"; -$a->strings["Map"] = ""; +$a->strings["Map"] = "Mapa"; $a->strings["View Album"] = "Zobacz album"; $a->strings["Requested profile is not available."] = "Żądany profil jest niedostępny"; -$a->strings["%s's posts"] = ""; -$a->strings["%s's comments"] = ""; -$a->strings["%s's timeline"] = ""; -$a->strings["Access to this profile has been restricted."] = "Ograniczony dostęp do tego konta"; +$a->strings["%s's posts"] = "%s posty "; +$a->strings["%s's comments"] = "%s komentarze "; +$a->strings["%s's timeline"] = "%s oś czasu "; +$a->strings["Access to this profile has been restricted."] = "Dostęp do tego profilu został ograniczony."; $a->strings["Tips for New Members"] = "Wskazówki dla nowych użytkowników"; -$a->strings["Do you really want to delete this video?"] = ""; -$a->strings["Delete Video"] = ""; +$a->strings["Do you really want to delete this video?"] = "Czy na pewno chcesz usunąć ten film wideo?"; +$a->strings["Delete Video"] = "Usuń wideo"; $a->strings["No videos selected"] = "Nie zaznaczono filmów"; $a->strings["Recent Videos"] = "Ostatnio dodane filmy"; $a->strings["Upload New Videos"] = "Wstaw nowe filmy"; $a->strings["Theme settings updated."] = "Ustawienia szablonu zmienione."; -$a->strings["Information"] = ""; +$a->strings["Information"] = "Informacja"; $a->strings["Overview"] = "Przegląd"; -$a->strings["Federation Statistics"] = ""; +$a->strings["Federation Statistics"] = "Statystyki Organizacji"; $a->strings["Configuration"] = "Konfiguracja"; $a->strings["Site"] = "Strona"; $a->strings["Users"] = "Użytkownicy"; @@ -815,56 +815,56 @@ $a->strings["Themes"] = "Temat"; $a->strings["Additional features"] = "Dodatkowe funkcje"; $a->strings["Database"] = "Baza danych"; $a->strings["DB updates"] = "Aktualizacje DB"; -$a->strings["Inspect Queue"] = ""; +$a->strings["Inspect Queue"] = "Sprawdź kolejkę"; $a->strings["Tools"] = "Narzędzia"; -$a->strings["Contact Blocklist"] = ""; -$a->strings["Server Blocklist"] = ""; -$a->strings["Delete Item"] = ""; +$a->strings["Contact Blocklist"] = "Skontaktuj się z Blocklist"; +$a->strings["Server Blocklist"] = "Lista zablokowanych serwerów"; +$a->strings["Delete Item"] = "Usuń przedmiot"; $a->strings["Logs"] = "Logi"; -$a->strings["View Logs"] = ""; -$a->strings["Diagnostics"] = ""; +$a->strings["View Logs"] = "Zobacz rejestry"; +$a->strings["Diagnostics"] = "Diagnostyka"; $a->strings["PHP Info"] = ""; -$a->strings["probe address"] = ""; -$a->strings["check webfinger"] = ""; +$a->strings["probe address"] = "adres sondy"; +$a->strings["check webfinger"] = "sprawdź webfinger"; $a->strings["Admin"] = "Administator"; $a->strings["Addon Features"] = "Funkcje dodatkowe"; $a->strings["User registrations waiting for confirmation"] = "Rejestracje użytkownika czekają na potwierdzenie."; -$a->strings["The blocked domain"] = ""; -$a->strings["The reason why you blocked this domain."] = ""; +$a->strings["The blocked domain"] = "Zablokowana domena"; +$a->strings["The reason why you blocked this domain."] = "Powód zablokowania tej domeny."; $a->strings["Delete domain"] = "Usuń domenę"; -$a->strings["Check to delete this entry from the blocklist"] = ""; +$a->strings["Check to delete this entry from the blocklist"] = "Zaznacz, aby usunąć ten wpis z listy bloków"; $a->strings["Administration"] = "Administracja"; $a->strings["This page can be used to define a black list of servers from the federated network that are not allowed to interact with your node. For all entered domains you should also give a reason why you have blocked the remote server."] = "Na tej stronie można zdefiniować czarną listę serwerów ze stowarzyszonej sieci, które nie mogą współdziałać z danym węzłem. Dla wszystkich wprowadzonych domen powinieneś podać powód, dla którego zablokowałeś serwer zdalny."; $a->strings["The list of blocked servers will be made publically available on the /friendica page so that your users and people investigating communication problems can find the reason easily."] = "Lista zablokowanych serwerów zostanie publicznie udostępniona na stronie /friendica, dzięki czemu użytkownicy i osoby badające problemy z komunikacją mogą łatwo znaleźć przyczynę."; $a->strings["Add new entry to block list"] = "Dodaj nowy wpis do listy bloków"; -$a->strings["Server Domain"] = ""; -$a->strings["The domain of the new server to add to the block list. Do not include the protocol."] = ""; +$a->strings["Server Domain"] = "Domena serwera"; +$a->strings["The domain of the new server to add to the block list. Do not include the protocol."] = "Domena nowego serwera do dodania do listy bloków. Nie dołączaj protokołu."; $a->strings["Block reason"] = ""; -$a->strings["Add Entry"] = ""; -$a->strings["Save changes to the blocklist"] = ""; -$a->strings["Current Entries in the Blocklist"] = ""; -$a->strings["Delete entry from blocklist"] = ""; -$a->strings["Delete entry from blocklist?"] = ""; -$a->strings["Server added to blocklist."] = ""; +$a->strings["Add Entry"] = "Dodaj wpis"; +$a->strings["Save changes to the blocklist"] = "Zapisz zmiany w Liście zablokowanych"; +$a->strings["Current Entries in the Blocklist"] = "Aktualne wpisy na liście zablokowanych"; +$a->strings["Delete entry from blocklist"] = "Usuń wpis z listy zablokowanych"; +$a->strings["Delete entry from blocklist?"] = "Usunąć wpis z listy zablokowanych?"; +$a->strings["Server added to blocklist."] = "Serwer dodany do listy zablokowanych."; $a->strings["Site blocklist updated."] = "Zaktualizowano listę bloków witryny."; -$a->strings["The contact has been blocked from the node"] = ""; -$a->strings["Could not find any contact entry for this URL (%s)"] = ""; +$a->strings["The contact has been blocked from the node"] = "Kontakt został zablokowany w węźle"; +$a->strings["Could not find any contact entry for this URL (%s)"] = "Nie można znaleźć żadnego kontaktu dla tego adresu URL (%s)"; $a->strings["%s contact unblocked"] = [ 0 => "", 1 => "", 2 => "", 3 => "", ]; -$a->strings["Remote Contact Blocklist"] = ""; -$a->strings["This page allows you to prevent any message from a remote contact to reach your node."] = ""; -$a->strings["Block Remote Contact"] = ""; +$a->strings["Remote Contact Blocklist"] = "Lista zablokowanych kontaktów zdalnych"; +$a->strings["This page allows you to prevent any message from a remote contact to reach your node."] = "Ta strona pozwala zapobiec wysyłaniu do węzła wiadomości od kontaktu zdalnego."; +$a->strings["Block Remote Contact"] = "Zablokuj kontakt zdalny"; $a->strings["select all"] = "Zaznacz wszystko"; $a->strings["select none"] = "wybierz brak"; $a->strings["Block"] = "Zablokuj"; $a->strings["Unblock"] = "Odblokuj"; -$a->strings["No remote contact is blocked from this node."] = ""; -$a->strings["Blocked Remote Contacts"] = ""; -$a->strings["Block New Remote Contact"] = ""; +$a->strings["No remote contact is blocked from this node."] = "Z tego węzła nie jest blokowany kontakt zdalny."; +$a->strings["Blocked Remote Contacts"] = "Zablokowane kontakty zdalne"; +$a->strings["Block New Remote Contact"] = "Zablokuj nowy kontakt zdalny"; $a->strings["Photo"] = "Zdjęcie"; $a->strings["Address"] = "Adres"; $a->strings["%s total blocked contact"] = [ @@ -873,48 +873,48 @@ $a->strings["%s total blocked contact"] = [ 2 => "", 3 => "", ]; -$a->strings["URL of the remote contact to block."] = ""; -$a->strings["Delete this Item"] = ""; -$a->strings["On this page you can delete an item from your node. If the item is a top level posting, the entire thread will be deleted."] = ""; -$a->strings["You need to know the GUID of the item. You can find it e.g. by looking at the display URL. The last part of http://example.com/display/123456 is the GUID, here 123456."] = ""; -$a->strings["GUID"] = ""; -$a->strings["The GUID of the item you want to delete."] = ""; -$a->strings["Item marked for deletion."] = ""; -$a->strings["unknown"] = ""; -$a->strings["This page offers you some numbers to the known part of the federated social network your Friendica node is part of. These numbers are not complete but only reflect the part of the network your node is aware of."] = ""; -$a->strings["The Auto Discovered Contact Directory feature is not enabled, it will improve the data displayed here."] = ""; -$a->strings["Currently this node is aware of %d nodes with %d registered users from the following platforms:"] = ""; -$a->strings["ID"] = ""; +$a->strings["URL of the remote contact to block."] = "Adres URL kontaktu zdalnego do zablokowania."; +$a->strings["Delete this Item"] = "Usuń ten przedmiot"; +$a->strings["On this page you can delete an item from your node. If the item is a top level posting, the entire thread will be deleted."] = "Na tej stronie możesz usunąć przedmiot ze swojego węzła. Jeśli element jest publikowaniem na najwyższym poziomie, cały wątek zostanie usunięty."; +$a->strings["You need to know the GUID of the item. You can find it e.g. by looking at the display URL. The last part of http://example.com/display/123456 is the GUID, here 123456."] = "Musisz znać identyfikator GUID tego przedmiotu. Możesz go znaleźć np. patrząc na wyświetlany adres URL. Ostatnia część http://example.com/display/123456 to GUID, tutaj 123456."; +$a->strings["GUID"] = "GUID"; +$a->strings["The GUID of the item you want to delete."] = "Identyfikator elementu GUID, który chcesz usunąć."; +$a->strings["Item marked for deletion."] = "Przedmiot oznaczony do usunięcia."; +$a->strings["unknown"] = "nieznany"; +$a->strings["This page offers you some numbers to the known part of the federated social network your Friendica node is part of. These numbers are not complete but only reflect the part of the network your node is aware of."] = "Ta strona zawiera kilka numerów do znanej części federacyjnej sieci społecznościowej, do której należy Twój węzeł Friendica. Liczby te nie są kompletne, ale odzwierciedlają tylko część sieci, o której wie twój węzeł."; +$a->strings["The Auto Discovered Contact Directory feature is not enabled, it will improve the data displayed here."] = "Funkcja Katalog kontaktów automatycznie odkrytych nie jest włączona, poprawi ona wyświetlane tutaj dane."; +$a->strings["Currently this node is aware of %d nodes with %d registered users from the following platforms:"] = "Obecnie węzeł ten jest świadomy %dwęzłów z %d zarejestrowanymi użytkownikami z następujących platform:"; +$a->strings["ID"] = "ID"; $a->strings["Recipient Name"] = "Nazwa odbiorcy"; $a->strings["Recipient Profile"] = "Profil odbiorcy"; $a->strings["Network"] = "Sieć"; -$a->strings["Created"] = ""; -$a->strings["Last Tried"] = ""; -$a->strings["This page lists the content of the queue for outgoing postings. These are postings the initial delivery failed for. They will be resend later and eventually deleted if the delivery fails permanently."] = ""; -$a->strings["Your DB still runs with MyISAM tables. You should change the engine type to InnoDB. As Friendica will use InnoDB only features in the future, you should change this! See
    here for a guide that may be helpful converting the table engines. You may also use the command php bin/console.php dbstructure toinnodb of your Friendica installation for an automatic conversion.
    "] = ""; -$a->strings["There is a new version of Friendica available for download. Your current version is %1\$s, upstream version is %2\$s"] = ""; -$a->strings["The database update failed. Please run \"php bin/console.php dbstructure update\" from the command line and have a look at the errors that might appear."] = ""; +$a->strings["Created"] = "Utwórz"; +$a->strings["Last Tried"] = "Ostatnia wypróbowana"; +$a->strings["This page lists the content of the queue for outgoing postings. These are postings the initial delivery failed for. They will be resend later and eventually deleted if the delivery fails permanently."] = "Na tej stronie znajduje się zawartość kolejki dla wysyłek wychodzących. Są to posty, dla których początkowe wysyłanie nie powiodło się. Zostaną one ponownie wysłane później i ostatecznie usunięte, jeśli doręczenie zakończy się trwale."; +$a->strings["Your DB still runs with MyISAM tables. You should change the engine type to InnoDB. As Friendica will use InnoDB only features in the future, you should change this! See here for a guide that may be helpful converting the table engines. You may also use the command php bin/console.php dbstructure toinnodb of your Friendica installation for an automatic conversion.
    "] = "Twoja baza danych nadal działa z tabelami MyISAM. Powinieneś zmienić typ silnika na InnoDB. Ponieważ Friendica będzie używać funkcji związanych z InnoDB tylko w przyszłości, powinieneś to zmienić! Zobacz tutaj przewodnik, który może być pomocny w konwersji silników stołowych. Możesz także użyć polecenia php bin/console.php dbstructure toinnodb instalacji Friendica do automatycznej konwersji.
    "; +$a->strings["There is a new version of Friendica available for download. Your current version is %1\$s, upstream version is %2\$s"] = "Dostępna jest nowa wersja aplikacji Friendica. Twoja aktualna wersja to %1\$s wyższa wersja to %2\$s"; +$a->strings["The database update failed. Please run \"php bin/console.php dbstructure update\" from the command line and have a look at the errors that might appear."] = "Aktualizacja bazy danych nie powiodła się. Uruchom polecenie \"php bin/console.php dbstructure update\" z wiersza poleceń i sprawdź błędy, które mogą się pojawić."; $a->strings["The worker was never executed. Please check your database structure!"] = ""; -$a->strings["The last worker execution was on %s UTC. This is older than one hour. Please check your crontab settings."] = ""; +$a->strings["The last worker execution was on %s UTC. This is older than one hour. Please check your crontab settings."] = "Ostatnie wykonanie robota było w %s UTC. To jest starsze niż jedna godzina. Sprawdź ustawienia crontab."; $a->strings["Normal Account"] = "Konto normalne"; -$a->strings["Automatic Follower Account"] = ""; -$a->strings["Public Forum Account"] = ""; +$a->strings["Automatic Follower Account"] = "Automatyczne konto obserwatora"; +$a->strings["Public Forum Account"] = "Publiczne konto na forum"; $a->strings["Automatic Friend Account"] = "Automatyczny przyjaciel konta"; $a->strings["Blog Account"] = "Konto Bloga"; -$a->strings["Private Forum Account"] = ""; +$a->strings["Private Forum Account"] = "Prywatne konto na forum"; $a->strings["Message queues"] = "Wiadomości"; -$a->strings["Summary"] = "Skrót"; +$a->strings["Summary"] = "Podsumowanie"; $a->strings["Registered users"] = "Zarejestrowani użytkownicy"; $a->strings["Pending registrations"] = "Rejestracje w toku."; $a->strings["Version"] = "Wersja"; -$a->strings["Active addons"] = ""; +$a->strings["Active addons"] = "Aktywne dodatki"; $a->strings["Can not parse base url. Must have at least ://"] = ""; $a->strings["Site settings updated."] = "Ustawienia strony zaktualizowane"; $a->strings["No special theme for mobile devices"] = "Brak specialnego motywu dla urządzeń mobilnych"; $a->strings["No community page"] = "Brak strony społeczności"; $a->strings["Public postings from users of this site"] = "Publikacje publiczne od użytkowników tej strony"; -$a->strings["Public postings from the federated network"] = ""; -$a->strings["Public postings from local users and the federated network"] = ""; +$a->strings["Public postings from the federated network"] = "Publikacje wpisy ze sfederowanej sieci"; +$a->strings["Public postings from local users and the federated network"] = "Publikacje publiczne od użytkowników lokalnych i sieci federacyjnej"; $a->strings["Disabled"] = "Wyłączony"; $a->strings["Users, Global Contacts"] = "Użytkownicy, kontakty globalne"; $a->strings["Users, Global Contacts/fallback"] = "Użytkownicy, kontakty globalne/awaryjne"; @@ -931,16 +931,16 @@ $a->strings["Force all links to use SSL"] = "Wymuś by linki używały SSL."; $a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Wewnętrzne Certyfikaty , użyj SSL tylko dla linków lokalnych . "; $a->strings["Don't check"] = "Nie sprawdzaj"; $a->strings["check the stable version"] = "sprawdź wersję stabilną"; -$a->strings["check the development version"] = ""; +$a->strings["check the development version"] = "sprawdź wersję rozwojową"; $a->strings["Save Settings"] = "Zapisz ustawienia"; -$a->strings["Republish users to directory"] = ""; +$a->strings["Republish users to directory"] = "Ponownie opublikuj użytkowników w katalogu"; $a->strings["File upload"] = "Plik załadowano"; $a->strings["Policies"] = "zasady"; $a->strings["Advanced"] = "Zaawansowany"; -$a->strings["Auto Discovered Contact Directory"] = ""; +$a->strings["Auto Discovered Contact Directory"] = "Katalog kontaktów automatycznie odkrytych"; $a->strings["Performance"] = "Ustawienia"; $a->strings["Worker"] = "Pracownik"; -$a->strings["Message Relay"] = ""; +$a->strings["Message Relay"] = "Przekazywanie wiadomości"; $a->strings["Relocate - WARNING: advanced function. Could make this server unreachable."] = "Relokacja - OSTRZEŻENIE: funkcja zaawansowana. Może spowodować, że serwer będzie nieosiągalny."; $a->strings["Site name"] = "Nazwa strony"; $a->strings["Host name"] = "Nazwa hosta"; @@ -950,9 +950,9 @@ $a->strings["Banner/Logo"] = "Logo"; $a->strings["Shortcut icon"] = "Ikona skrótu"; $a->strings["Link to an icon that will be used for browsers."] = "Link do ikony, która będzie używana w przeglądarkach."; $a->strings["Touch icon"] = "Kliknij ikonę"; -$a->strings["Link to an icon that will be used for tablets and mobiles."] = ""; +$a->strings["Link to an icon that will be used for tablets and mobiles."] = "Link do ikony, która będzie używana w tabletach i telefonach komórkowych."; $a->strings["Additional Info"] = "Dodatkowe informacje"; -$a->strings["For public servers: you can add additional information here that will be listed at %s/servers."] = ""; +$a->strings["For public servers: you can add additional information here that will be listed at %s/servers."] = "W przypadku serwerów publicznych: możesz tu dodać dodatkowe informacje, które będą wymienione na %s/serwerach."; $a->strings["System language"] = "Język systemu"; $a->strings["System theme"] = "Motyw systemowy"; $a->strings["Default system theme - may be over-ridden by user profiles - change theme settings"] = "Domyślny motyw systemu - może być nadpisany przez profil użytkownika zmień ustawienia motywów"; @@ -961,7 +961,7 @@ $a->strings["Theme for mobile devices"] = "Szablon dla mobilnych urządzeń"; $a->strings["SSL link policy"] = "polityka SSL"; $a->strings["Determines whether generated links should be forced to use SSL"] = "Określa kiedy generowane linki powinny używać wymuszonego SSl."; $a->strings["Force SSL"] = "Wymuś SSL"; -$a->strings["Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops."] = ""; +$a->strings["Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops."] = "Wymuszaj wszystkie żądania SSL bez SSL - Uwaga: w niektórych systemach może to prowadzić do niekończących się pętli."; $a->strings["Hide help entry from navigation menu"] = "Wyłącz pomoc w menu nawigacyjnym "; $a->strings["Hides the menu entry for the Help pages from the navigation menu. You can still access it calling /help directly."] = "Chowa pozycje menu dla stron pomocy ze strony nawigacyjnej. Możesz nadal ją wywołać poprzez komendę /help."; $a->strings["Single user instance"] = "Tryb SingleUsera"; @@ -974,117 +974,117 @@ $a->strings["JPEG image quality"] = "jakość obrazu JPEG"; $a->strings["Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is full quality."] = "Wczytywanie JPEGS będzie zapisane z tymi ustawieniami jakości [0-100] . Domyslnie jest ustawione 100 co oznacza brak strat jakości . "; $a->strings["Register policy"] = "Zarejestruj polisę"; $a->strings["Maximum Daily Registrations"] = "Maksymalnie dziennych rejestracji"; -$a->strings["If registration is permitted above, this sets the maximum number of new user registrations to accept per day. If register is set to closed, this setting has no effect."] = ""; +$a->strings["If registration is permitted above, this sets the maximum number of new user registrations to accept per day. If register is set to closed, this setting has no effect."] = "Jeśli rejestracja jest dozwolona powyżej, określa maksymalną liczbę nowych rejestracji użytkowników do zaakceptowania na dzień. Jeśli rejestr jest ustawiony na zamknięty, to ustawienie nie ma wpływu."; $a->strings["Register text"] = "Zarejestruj tekst"; -$a->strings["Will be displayed prominently on the registration page."] = ""; +$a->strings["Will be displayed prominently on the registration page."] = "Będą wyświetlane w widocznym miejscu na stronie rejestracji."; $a->strings["Accounts abandoned after x days"] = "Konto porzucone od x dni."; $a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "Nie będzie marnować zasobów systemu wypytując zewnętrzne strony o opuszczone konta. Ustaw 0 dla braku limitu czasu ."; $a->strings["Allowed friend domains"] = "Dozwolone domeny przyjaciół"; $a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "Lista domen separowana przecinkami które mogą zaprzyjaźnić się z tą stroną . Wildcards są akceptowane . Pozostaw puste by zezwolić każdej domenie na zapryjaźnienie. "; $a->strings["Allowed email domains"] = "Dozwolone domeny e-mailowe"; -$a->strings["Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains"] = ""; +$a->strings["Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains"] = "Rozdzielana przecinkami lista domen dozwolonych w adresach e-mail do rejestracji na tej stronie. Symbole wieloznaczne są akceptowane. Opróżnij, aby zezwolić na dowolne domeny"; $a->strings["No OEmbed rich content"] = ""; -$a->strings["Don't show the rich content (e.g. embedded PDF), except from the domains listed below."] = ""; -$a->strings["Allowed OEmbed domains"] = ""; -$a->strings["Comma separated list of domains which oembed content is allowed to be displayed. Wildcards are accepted."] = ""; +$a->strings["Don't show the rich content (e.g. embedded PDF), except from the domains listed below."] = "Nie wyświetlaj zasobów treści (np. osadzonego pliku PDF), z wyjątkiem domen wymienionych poniżej."; +$a->strings["Allowed OEmbed domains"] = "Dozwolone domeny OEmbed"; +$a->strings["Comma separated list of domains which oembed content is allowed to be displayed. Wildcards are accepted."] = "Rozdzielana przecinkami lista domen, w których wyświetlana jest treść, może być wyświetlana. Symbole wieloznaczne są akceptowane."; $a->strings["Block public"] = "Blokuj publicznie"; -$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = ""; +$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "Zaznacz, aby zablokować publiczny dostęp do wszystkich publicznych stron prywatnych w tej witrynie, chyba że jesteś zalogowany."; $a->strings["Force publish"] = "Wymuś publikację"; -$a->strings["Check to force all profiles on this site to be listed in the site directory."] = ""; -$a->strings["Global directory URL"] = ""; -$a->strings["URL to the global directory. If this is not set, the global directory is completely unavailable to the application."] = ""; +$a->strings["Check to force all profiles on this site to be listed in the site directory."] = "Zaznacz, aby wymusić umieszczenie wszystkich profili w tej witrynie w katalogu witryny."; +$a->strings["Global directory URL"] = "Globalny adres URL katalogu"; +$a->strings["URL to the global directory. If this is not set, the global directory is completely unavailable to the application."] = "Adres URL do katalogu globalnego. Jeśli nie zostanie to ustawione, katalog globalny jest całkowicie niedostępny dla aplikacji."; $a->strings["Private posts by default for new users"] = "Prywatne posty domyślnie dla nowych użytkowników"; -$a->strings["Set default post permissions for all new members to the default privacy group rather than public."] = ""; +$a->strings["Set default post permissions for all new members to the default privacy group rather than public."] = "Ustaw domyślne uprawnienia do publikowania dla wszystkich nowych członków na domyślną grupę prywatności, a nie publiczną."; $a->strings["Don't include post content in email notifications"] = "Nie wklejaj zawartości postu do powiadomienia o poczcie"; $a->strings["Don't include the content of a post/comment/private message/etc. in the email notifications that are sent out from this site, as a privacy measure."] = "W celu ochrony prywatności, nie włączaj zawartości postu/komentarza/wiadomości prywatnej/etc. do powiadomień w wiadomościach mailowych wysyłanych z tej strony."; $a->strings["Disallow public access to addons listed in the apps menu."] = "Nie zezwalaj na publiczny dostęp do dodatkowych wtyczek wyszczególnionych w menu aplikacji."; -$a->strings["Checking this box will restrict addons listed in the apps menu to members only."] = ""; -$a->strings["Don't embed private images in posts"] = ""; -$a->strings["Don't replace locally-hosted private photos in posts with an embedded copy of the image. This means that contacts who receive posts containing private photos will have to authenticate and load each image, which may take a while."] = ""; -$a->strings["Allow Users to set remote_self"] = ""; -$a->strings["With checking this, every user is allowed to mark every contact as a remote_self in the repair contact dialog. Setting this flag on a contact causes mirroring every posting of that contact in the users stream."] = ""; +$a->strings["Checking this box will restrict addons listed in the apps menu to members only."] = "Zaznaczenie tego pola spowoduje ograniczenie dodatków wymienionych w menu aplikacji tylko dla członków."; +$a->strings["Don't embed private images in posts"] = "Nie umieszczaj prywatnych zdjęć w postach"; +$a->strings["Don't replace locally-hosted private photos in posts with an embedded copy of the image. This means that contacts who receive posts containing private photos will have to authenticate and load each image, which may take a while."] = "Nie zastępuj lokalnie hostowanych zdjęć prywatnych we wpisach za pomocą osadzonej kopii obrazu. Oznacza to, że osoby, które otrzymują posty zawierające prywatne zdjęcia, będą musiały uwierzytelnić i wczytać każdy obraz, co może trochę potrwać."; +$a->strings["Allow Users to set remote_self"] = "Zezwól użytkownikom na ustawienie remote_self"; +$a->strings["With checking this, every user is allowed to mark every contact as a remote_self in the repair contact dialog. Setting this flag on a contact causes mirroring every posting of that contact in the users stream."] = "Po sprawdzeniu tego każdy użytkownik może zaznaczyć każdy kontakt jako zdalny w oknie dialogowym kontaktu naprawczego. Ustawienie tej flagi na kontakcie powoduje dublowanie każdego wpisu tego kontaktu w strumieniu użytkowników."; $a->strings["Block multiple registrations"] = "Zablokuj wielokrotną rejestrację"; $a->strings["Disallow users to register additional accounts for use as pages."] = "Nie pozwalaj użytkownikom na zakładanie dodatkowych kont do używania jako strony. "; $a->strings["OpenID support"] = "Wsparcie OpenID"; -$a->strings["OpenID support for registration and logins."] = ""; +$a->strings["OpenID support for registration and logins."] = "Obsługa OpenID do rejestracji i logowania."; $a->strings["Fullname check"] = "Sprawdzanie pełnej nazwy"; $a->strings["Force users to register with a space between firstname and lastname in Full name, as an antispam measure"] = "Aby ograniczyć spam, wymagaj by użytkownik przy rejestracji w polu Imię i nazwisko użył spacji pomiędzy imieniem i nazwiskiem."; -$a->strings["Community pages for visitors"] = ""; -$a->strings["Which community pages should be available for visitors. Local users always see both pages."] = ""; -$a->strings["Posts per user on community page"] = ""; -$a->strings["The maximum number of posts per user on the community page. (Not valid for 'Global Community')"] = ""; +$a->strings["Community pages for visitors"] = "Strony społecznościowe dla odwiedzających"; +$a->strings["Which community pages should be available for visitors. Local users always see both pages."] = "Które strony społeczności powinny być dostępne dla odwiedzających. Lokalni użytkownicy zawsze widzą obie strony."; +$a->strings["Posts per user on community page"] = "Lista postów użytkownika na stronie społeczności"; +$a->strings["The maximum number of posts per user on the community page. (Not valid for 'Global Community')"] = "Maksymalna liczba postów na użytkownika na stronie społeczności. (Nie dotyczy 'społeczności globalnej')"; $a->strings["Enable OStatus support"] = "Włącz wsparcie OStatus"; -$a->strings["Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."] = ""; -$a->strings["Only import OStatus threads from our contacts"] = ""; -$a->strings["Normally we import every content from our OStatus contacts. With this option we only store threads that are started by a contact that is known on our system."] = ""; +$a->strings["Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."] = "Zapewnij kompatybilność z OStatus (StatusNet, GNU Social itp.). Cała komunikacja w stanie OStatus jest jawna, dlatego ostrzeżenia o prywatności będą czasami wyświetlane."; +$a->strings["Only import OStatus threads from our contacts"] = "Importuj wątki OStatus tylko z naszych kontaktów"; +$a->strings["Normally we import every content from our OStatus contacts. With this option we only store threads that are started by a contact that is known on our system."] = "Normalnie importujemy każdą treść z naszych kontaktów OStatus. W tej opcji przechowujemy tylko wątki uruchomione przez kontakt znany w naszym systemie."; $a->strings["OStatus support can only be enabled if threading is enabled."] = ""; $a->strings["Diaspora support can't be enabled because Friendica was installed into a sub directory."] = ""; $a->strings["Enable Diaspora support"] = "Włączyć obsługę Diaspory"; $a->strings["Provide built-in Diaspora network compatibility."] = ""; $a->strings["Only allow Friendica contacts"] = "Dopuść tylko kontakty Friendrica"; -$a->strings["All contacts must use Friendica protocols. All other built-in communication protocols disabled."] = ""; +$a->strings["All contacts must use Friendica protocols. All other built-in communication protocols disabled."] = "Wszyscy znajomi muszą używać protokołów Friendica. Wszystkie inne wbudowane protokoły komunikacyjne są wyłączone."; $a->strings["Verify SSL"] = "Weryfikacja SSL"; -$a->strings["If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites."] = ""; +$a->strings["If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites."] = "Jeśli chcesz, możesz włączyć ścisłe sprawdzanie certyfikatu. Oznacza to, że nie możesz połączyć się (w ogóle) z własnoręcznie podpisanymi stronami SSL."; $a->strings["Proxy user"] = "Użytkownik proxy"; $a->strings["Proxy URL"] = "URL Proxy"; $a->strings["Network timeout"] = "Network timeout"; -$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = ""; +$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "Wartość jest w sekundach. Ustaw na 0 dla nieograniczonej (niezalecane)."; $a->strings["Maximum Load Average"] = ""; -$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = ""; +$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Maksymalne obciążenie systemu przed dostawą i odpytywaniem jest odroczone - domyślnie 50."; $a->strings["Maximum Load Average (Frontend)"] = ""; -$a->strings["Maximum system load before the frontend quits service - default 50."] = ""; -$a->strings["Minimal Memory"] = ""; +$a->strings["Maximum system load before the frontend quits service - default 50."] = "Maksymalne obciążenie systemu, zanim frontend zakończy pracę - domyślnie 50."; +$a->strings["Minimal Memory"] = "Minimalna pamięć"; $a->strings["Minimal free memory in MB for the worker. Needs access to /proc/meminfo - default 0 (deactivated)."] = ""; $a->strings["Maximum table size for optimization"] = ""; $a->strings["Maximum table size (in MB) for the automatic optimization - default 100 MB. Enter -1 to disable it."] = ""; $a->strings["Minimum level of fragmentation"] = ""; $a->strings["Minimum fragmenation level to start the automatic optimization - default value is 30%."] = ""; $a->strings["Periodical check of global contacts"] = ""; -$a->strings["If enabled, the global contacts are checked periodically for missing or outdated data and the vitality of the contacts and servers."] = ""; -$a->strings["Days between requery"] = ""; +$a->strings["If enabled, the global contacts are checked periodically for missing or outdated data and the vitality of the contacts and servers."] = "Jeśli jest włączona, kontakty globalne są okresowo sprawdzane pod kątem brakujących lub nieaktualnych danych oraz żywotności kontaktów i serwerów."; +$a->strings["Days between requery"] = "Dni między żądaniem"; $a->strings["Number of days after which a server is requeried for his contacts."] = ""; $a->strings["Discover contacts from other servers"] = "Odkryj kontakty z innych serwerów"; -$a->strings["Periodically query other servers for contacts. You can choose between 'users': the users on the remote system, 'Global Contacts': active contacts that are known on the system. The fallback is meant for Redmatrix servers and older friendica servers, where global contacts weren't available. The fallback increases the server load, so the recommened setting is 'Users, Global Contacts'."] = ""; -$a->strings["Timeframe for fetching global contacts"] = ""; -$a->strings["When the discovery is activated, this value defines the timeframe for the activity of the global contacts that are fetched from other servers."] = ""; +$a->strings["Periodically query other servers for contacts. You can choose between 'users': the users on the remote system, 'Global Contacts': active contacts that are known on the system. The fallback is meant for Redmatrix servers and older friendica servers, where global contacts weren't available. The fallback increases the server load, so the recommened setting is 'Users, Global Contacts'."] = "Okresowo wysyłaj zapytanie do innych serwerów o kontakty. Możesz wybierać pomiędzy 'użytkownikami': użytkownikami w systemie zdalnym, 'Kontakty globalne': aktywne kontakty znane w systemie. Zastępowanie jest przeznaczone dla serwerów Redmatrix i starszych serwerów Friendica, w których kontakty globalne nie były dostępne. Funkcja awaryjna zwiększa obciążenie serwera, dlatego zalecanym ustawieniem jest 'Użytkownicy, kontakty globalne'."; +$a->strings["Timeframe for fetching global contacts"] = "Czas pobierania globalnych kontaktów"; +$a->strings["When the discovery is activated, this value defines the timeframe for the activity of the global contacts that are fetched from other servers."] = "Po aktywowaniu wykrywania ta wartość określa czas działania globalnych kontaktów pobieranych z innych serwerów."; $a->strings["Search the local directory"] = "Wyszukaj w lokalnym katalogu"; -$a->strings["Search the local directory instead of the global directory. When searching locally, every search will be executed on the global directory in the background. This improves the search results when the search is repeated."] = ""; +$a->strings["Search the local directory instead of the global directory. When searching locally, every search will be executed on the global directory in the background. This improves the search results when the search is repeated."] = "Wyszukaj lokalny katalog zamiast katalogu globalnego. Podczas wyszukiwania lokalnie każde wyszukiwanie zostanie wykonane w katalogu globalnym w tle. Poprawia to wyniki wyszukiwania, gdy wyszukiwanie jest powtarzane."; $a->strings["Publish server information"] = "Publikuj informacje o serwerze"; -$a->strings["If enabled, general server and usage data will be published. The data contains the name and version of the server, number of users with public profiles, number of posts and the activated protocols and connectors. See the-federation.info for details."] = ""; -$a->strings["Check upstream version"] = ""; -$a->strings["Enables checking for new Friendica versions at github. If there is a new version, you will be informed in the admin panel overview."] = ""; -$a->strings["Suppress Tags"] = ""; -$a->strings["Suppress showing a list of hashtags at the end of the posting."] = ""; -$a->strings["Path to item cache"] = ""; -$a->strings["The item caches buffers generated bbcode and external images."] = ""; -$a->strings["Cache duration in seconds"] = ""; -$a->strings["How long should the cache files be hold? Default value is 86400 seconds (One day). To disable the item cache, set the value to -1."] = ""; -$a->strings["Maximum numbers of comments per post"] = ""; -$a->strings["How much comments should be shown for each post? Default value is 100."] = ""; +$a->strings["If enabled, general server and usage data will be published. The data contains the name and version of the server, number of users with public profiles, number of posts and the activated protocols and connectors. See the-federation.info for details."] = "Jeśli opcja jest włączona, ogólne dane serwera i użytkowania zostaną opublikowane. Dane zawierają nazwę i wersję serwera, liczbę użytkowników z profilami publicznymi, liczbę postów oraz aktywowane protokoły i konektory. Aby uzyskać szczegółowe informacje, patrz the-federation.info."; +$a->strings["Check upstream version"] = "Sprawdź wersję powyżej"; +$a->strings["Enables checking for new Friendica versions at github. If there is a new version, you will be informed in the admin panel overview."] = "Umożliwia sprawdzenie nowych wersji Friendica na github. Jeśli pojawi się nowa wersja, zostaniesz o tym poinformowany w panelu administracyjnym."; +$a->strings["Suppress Tags"] = "Ukryj tagi"; +$a->strings["Suppress showing a list of hashtags at the end of the posting."] = "Pomiń wyświetlenie listy hashtagów na końcu postu."; +$a->strings["Path to item cache"] = "Ścieżka do pamięci podręcznej"; +$a->strings["The item caches buffers generated bbcode and external images."] = "Pozycja buforuje bufory generowane bbcode i obrazy zewnętrzne."; +$a->strings["Cache duration in seconds"] = "Czas trwania w sekundach"; +$a->strings["How long should the cache files be hold? Default value is 86400 seconds (One day). To disable the item cache, set the value to -1."] = "Jak długo powinny być przechowywane pliki pamięci podręcznej? Wartość domyślna to 86400 sekund (jeden dzień). Aby wyłączyć pamięć podręczną elementów, ustaw wartość na -1."; +$a->strings["Maximum numbers of comments per post"] = "Maksymalna liczba komentarzy na post"; +$a->strings["How much comments should be shown for each post? Default value is 100."] = "Ile komentarzy powinno być pokazywanych dla każdego posta? Domyślna wartość to 100."; $a->strings["Temp path"] = "Ścieżka do Temp"; -$a->strings["If you have a restricted system where the webserver can't access the system temp path, enter another path here."] = ""; -$a->strings["Base path to installation"] = ""; -$a->strings["If the system cannot detect the correct path to your installation, enter the correct path here. This setting should only be set if you are using a restricted system and symbolic links to your webroot."] = ""; +$a->strings["If you have a restricted system where the webserver can't access the system temp path, enter another path here."] = "Jeśli masz zastrzeżony system, w którym serwer internetowy nie może uzyskać dostępu do ścieżki temp systemu, wprowadź tutaj inną ścieżkę."; +$a->strings["Base path to installation"] = "Podstawowa ścieżka do instalacji"; +$a->strings["If the system cannot detect the correct path to your installation, enter the correct path here. This setting should only be set if you are using a restricted system and symbolic links to your webroot."] = "Jeśli system nie może wykryć poprawnej ścieżki do instalacji, wprowadź tutaj poprawną ścieżkę. To ustawienie powinno być ustawione tylko wtedy, gdy używasz ograniczonego systemu i dowiązań symbolicznych do twojego webroota."; $a->strings["Disable picture proxy"] = "Wyłącz obraz proxy"; -$a->strings["The picture proxy increases performance and privacy. It shouldn't be used on systems with very low bandwith."] = ""; -$a->strings["Only search in tags"] = ""; -$a->strings["On large systems the text search can slow down the system extremely."] = ""; -$a->strings["New base url"] = ""; -$a->strings["Change base url for this server. Sends relocate message to all Friendica and Diaspora* contacts of all users."] = ""; -$a->strings["RINO Encryption"] = ""; -$a->strings["Encryption layer between nodes."] = ""; +$a->strings["The picture proxy increases performance and privacy. It shouldn't be used on systems with very low bandwith."] = "Proxy obrazu zwiększa wydajność i prywatność. Nie należy go stosować w systemach o bardzo niskiej przepustowości."; +$a->strings["Only search in tags"] = "Szukaj tylko w tagach"; +$a->strings["On large systems the text search can slow down the system extremely."] = "W dużych systemach wyszukiwanie tekstu może wyjątkowo spowolnić system."; +$a->strings["New base url"] = "Nowy bazowy adres url"; +$a->strings["Change base url for this server. Sends relocate message to all Friendica and Diaspora* contacts of all users."] = "Zmień bazowy adres URL dla tego serwera. Wysyła wiadomość o przeniesieniu do wszystkich kontaktów Friendica i Diaspora* wszystkich użytkowników."; +$a->strings["RINO Encryption"] = "Szyfrowanie RINO"; +$a->strings["Encryption layer between nodes."] = "Warstwa szyfrowania między węzłami."; $a->strings["Enabled"] = "Włącz"; -$a->strings["Maximum number of parallel workers"] = ""; -$a->strings["On shared hosters set this to 2. On larger systems, values of 10 are great. Default value is 4."] = ""; +$a->strings["Maximum number of parallel workers"] = "Maksymalna liczba równoległych pracowników"; +$a->strings["On shared hosters set this to 2. On larger systems, values of 10 are great. Default value is 4."] = "Na współdzielonych hostach ustaw to na 2. W większych systemach wartości 10 są świetne. Domyślna wartość to 4."; $a->strings["Don't use 'proc_open' with the worker"] = ""; $a->strings["Enable this if your system doesn't allow the use of 'proc_open'. This can happen on shared hosters. If this is enabled you should increase the frequency of worker calls in your crontab."] = ""; -$a->strings["Enable fastlane"] = ""; -$a->strings["When enabed, the fastlane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority."] = ""; +$a->strings["Enable fastlane"] = "Włącz Fastlane"; +$a->strings["When enabed, the fastlane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority."] = "Po włączeniu system Fastlane uruchamia dodatkowego pracownika, jeśli procesy o wyższym priorytecie są blokowane przez procesy o niższym priorytecie."; $a->strings["Enable frontend worker"] = ""; $a->strings["When enabled the Worker process is triggered when backend access is performed \\x28e.g. messages being delivered\\x29. On smaller sites you might want to call %s/worker on a regular basis via an external cron job. You should only enable this option if you cannot utilize cron/scheduled jobs on your server."] = ""; $a->strings["Subscribe to relay"] = ""; -$a->strings["Enables the receiving of public posts from the relay. They will be included in the search, subscribed tags and on the global community page."] = ""; -$a->strings["Relay server"] = ""; +$a->strings["Enables the receiving of public posts from the relay. They will be included in the search, subscribed tags and on the global community page."] = "Umożliwia odbieranie publicznych wiadomości z przekaźnika. Zostaną uwzględnione w tagach wyszukiwania, subskrybowanych i na stronie społeczności globalnej."; +$a->strings["Relay server"] = "Serwer przekazujący"; $a->strings["Address of the relay server where public posts should be send to. For example https://relay.diasp.org"] = ""; $a->strings["Direct relay transfer"] = ""; $a->strings["Enables the direct transfer to other servers without using the relay servers"] = ""; @@ -1092,11 +1092,11 @@ $a->strings["Relay scope"] = ""; $a->strings["Can be 'all' or 'tags'. 'all' means that every public post should be received. 'tags' means that only posts with selected tags should be received."] = ""; $a->strings["all"] = "wszystko"; $a->strings["tags"] = "tagi"; -$a->strings["Server tags"] = ""; +$a->strings["Server tags"] = "Serwer tagów"; $a->strings["Comma separated list of tags for the 'tags' subscription."] = ""; -$a->strings["Allow user tags"] = ""; +$a->strings["Allow user tags"] = "Pozwól na tagi użytkowników"; $a->strings["If enabled, the tags from the saved searches will used for the 'tags' subscription in addition to the 'relay_server_tags'."] = ""; -$a->strings["Update has been marked successful"] = ""; +$a->strings["Update has been marked successful"] = "Aktualizacja została oznaczona jako udana"; $a->strings["Database structure update %s was successfully applied."] = ""; $a->strings["Executing of database structure update %s failed with error: %s"] = ""; $a->strings["Executing %s failed with error: %s"] = ""; @@ -1104,11 +1104,11 @@ $a->strings["Update %s was successfully applied."] = ""; $a->strings["Update %s did not return a status. Unknown if it succeeded."] = ""; $a->strings["There was no additional update function %s that needed to be called."] = ""; $a->strings["No failed updates."] = "Brak błędów aktualizacji."; -$a->strings["Check database structure"] = ""; +$a->strings["Check database structure"] = "Sprawdź strukturę bazy danych"; $a->strings["Failed Updates"] = "Błąd aktualizacji"; $a->strings["This does not include updates prior to 1139, which did not return a status."] = ""; -$a->strings["Mark success (if update was manually applied)"] = ""; -$a->strings["Attempt to execute this update step automatically"] = ""; +$a->strings["Mark success (if update was manually applied)"] = "Oznacz sukces (jeśli aktualizacja została ręcznie zastosowana)"; +$a->strings["Attempt to execute this update step automatically"] = "Spróbuj automatycznie wykonać ten krok aktualizacji"; $a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tthe administrator of %2\$s has set up an account for you."] = ""; $a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t\t%2\$s\n\t\t\tPassword:\t\t%3\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tThank you and welcome to %4\$s."] = ""; $a->strings["Registration details for %s"] = "Szczegóły rejestracji dla %s"; @@ -1146,8 +1146,8 @@ $a->strings["Deleted since"] = "Skasowany od"; $a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Zaznaczeni użytkownicy zostaną usunięci!\\n\\nWszystko co zamieścili na tej stronie będzie trwale skasowane!\\n\\nJesteś pewien?"; $a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Użytkownik {0} zostanie usunięty!\\n\\nWszystko co zamieścił na tej stronie będzie trwale skasowane!\\n\\nJesteś pewien?"; $a->strings["Name of the new user."] = "Nazwa nowego użytkownika."; -$a->strings["Nickname"] = ""; -$a->strings["Nickname of the new user."] = ""; +$a->strings["Nickname"] = "Pseudonim"; +$a->strings["Nickname of the new user."] = "Pseudonim nowego użytkownika."; $a->strings["Email address of the new user."] = "Adres email nowego użytkownika."; $a->strings["Addon %s disabled."] = "Dodatek %s wyłączony."; $a->strings["Addon %s enabled."] = "Dodatek %s włączony."; @@ -1156,31 +1156,31 @@ $a->strings["Enable"] = "Zezwól"; $a->strings["Toggle"] = "Włącz"; $a->strings["Author: "] = "Autor: "; $a->strings["Maintainer: "] = "Opiekun:"; -$a->strings["Reload active addons"] = ""; +$a->strings["Reload active addons"] = "Załaduj ponownie aktywne dodatki"; $a->strings["There are currently no addons available on your node. You can find the official addon repository at %1\$s and might find other interesting addons in the open addon registry at %2\$s"] = ""; $a->strings["No themes found."] = "Nie znaleziono tematu."; $a->strings["Screenshot"] = "Zrzut ekranu"; $a->strings["Reload active themes"] = "Przeładuj aktywne motywy"; -$a->strings["No themes found on the system. They should be placed in %1\$s"] = ""; +$a->strings["No themes found on the system. They should be placed in %1\$s"] = "Nie znaleziono motywów w systemie. Powinny zostać umieszczone %1\$s"; $a->strings["[Experimental]"] = "[Eksperymentalne]"; $a->strings["[Unsupported]"] = "[Niewspieralne]"; $a->strings["Log settings updated."] = "Zaktualizowano ustawienia logów."; -$a->strings["PHP log currently enabled."] = ""; -$a->strings["PHP log currently disabled."] = ""; +$a->strings["PHP log currently enabled."] = "Dziennik PHP jest obecnie włączony."; +$a->strings["PHP log currently disabled."] = "Dziennik PHP jest obecnie wyłączony."; $a->strings["Clear"] = "Wyczyść"; $a->strings["Enable Debugging"] = "Włącz debugowanie"; $a->strings["Log file"] = "Plik logów"; -$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = ""; +$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "Musi być zapisywalny przez serwer sieciowy. W stosunku do katalogu najwyższego poziomu Friendica."; $a->strings["Log level"] = "Poziom logów"; $a->strings["PHP logging"] = ""; -$a->strings["To enable logging of PHP errors and warnings you can add the following to the .htconfig.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."] = ""; +$a->strings["To enable logging of PHP errors and warnings you can add the following to the .htconfig.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."] = "Aby włączyć rejestrowanie błędów i ostrzeżeń PHP, możesz dodać następujące dane do pliku .htconfig.php instalacji. Nazwa pliku ustawiona w linii 'error_log' odnosi się do katalogu najwyższego poziomu friendiki i musi być zapisywalna przez serwer WWW. Opcja '1' dla 'log_errors' i 'display_errors' polega na włączeniu tych opcji, ustawieniu na '0', aby je wyłączyć."; $a->strings["Error trying to open %1\$s log file.\\r\\n
    Check to see if file %1\$s exist and is readable."] = ""; $a->strings["Couldn't open %1\$s log file.\\r\\n
    Check to see if file %1\$s is readable."] = ""; $a->strings["Off"] = "Wyłącz"; $a->strings["On"] = "Włącz"; $a->strings["Lock feature %s"] = ""; -$a->strings["Manage Additional Features"] = ""; -$a->strings["Source input"] = ""; +$a->strings["Manage Additional Features"] = "Zarządzaj dodatkowymi funkcjami"; +$a->strings["Source input"] = "Źródło wejściowe"; $a->strings["BBCode::convert (raw HTML("] = ""; $a->strings["BBCode::convert"] = ""; $a->strings["BBCode::convert => HTML::toBBCode"] = ""; @@ -1194,22 +1194,22 @@ $a->strings["Raw HTML input"] = ""; $a->strings["HTML Input"] = ""; $a->strings["HTML::toBBCode"] = ""; $a->strings["HTML::toPlaintext"] = ""; -$a->strings["Source text"] = ""; +$a->strings["Source text"] = "Tekst źródłowy"; $a->strings["BBCode"] = ""; $a->strings["Markdown"] = ""; -$a->strings["HTML"] = ""; +$a->strings["HTML"] = "HTML"; $a->strings["Events"] = "Wydarzenia"; -$a->strings["View"] = ""; +$a->strings["View"] = "Widok"; $a->strings["Previous"] = "Poprzedni"; $a->strings["Next"] = "Następny"; $a->strings["today"] = "dzisiaj"; $a->strings["month"] = "miesiąc"; $a->strings["week"] = "tydzień"; $a->strings["day"] = "dzień"; -$a->strings["list"] = ""; -$a->strings["User not found"] = ""; -$a->strings["This calendar format is not supported"] = ""; -$a->strings["No exportable data found"] = ""; +$a->strings["list"] = "lista"; +$a->strings["User not found"] = "Użytkownik nie znaleziony"; +$a->strings["This calendar format is not supported"] = "Ten format kalendarza nie jest obsługiwany"; +$a->strings["No exportable data found"] = "Nie znaleziono danych do eksportu"; $a->strings["calendar"] = "kalendarz"; $a->strings["%d contact edited."] = [ 0 => "", @@ -1225,8 +1225,8 @@ $a->strings["Contact has been unblocked"] = "Kontakt został odblokowany"; $a->strings["Contact has been ignored"] = "Kontakt jest ignorowany"; $a->strings["Contact has been unignored"] = "Kontakt nie jest ignorowany"; $a->strings["Contact has been archived"] = "Kontakt został zarchiwizowany"; -$a->strings["Contact has been unarchived"] = ""; -$a->strings["Drop contact"] = ""; +$a->strings["Contact has been unarchived"] = "Kontakt został przywrócony"; +$a->strings["Drop contact"] = "Usuń kontakt"; $a->strings["Do you really want to delete this contact?"] = "Czy na pewno chcesz usunąć ten kontakt?"; $a->strings["Contact has been removed."] = "Kontakt został usunięty."; $a->strings["You are mutual friends with %s"] = "Jesteś już znajomym z %s"; @@ -1240,16 +1240,16 @@ $a->strings["Suggest friends"] = "Osoby, które możesz znać"; $a->strings["Network type: %s"] = "Typ sieci: %s"; $a->strings["Communications lost with this contact!"] = "Komunikacja przerwana z tym kontaktem!"; $a->strings["Fetch further information for feeds"] = "Pobierz dalsze informacje dla kanałów"; -$a->strings["Fetch information like preview pictures, title and teaser from the feed item. You can activate this if the feed doesn't contain much text. Keywords are taken from the meta header in the feed item and are posted as hash tags."] = ""; -$a->strings["Fetch information"] = ""; -$a->strings["Fetch keywords"] = ""; -$a->strings["Fetch information and keywords"] = ""; +$a->strings["Fetch information like preview pictures, title and teaser from the feed item. You can activate this if the feed doesn't contain much text. Keywords are taken from the meta header in the feed item and are posted as hash tags."] = "Pobieranie informacji, takich jak zdjęcia podglądu, tytuł i zwiastun z elementu kanału. Możesz to aktywować, jeśli plik danych nie zawiera dużo tekstu. Słowa kluczowe są pobierane z nagłówka meta w elemencie kanału i są publikowane jako znaczniki haszowania."; +$a->strings["Fetch information"] = "Pobierz informacje"; +$a->strings["Fetch keywords"] = "Pobierz słowa kluczowe"; +$a->strings["Fetch information and keywords"] = "Pobierz informacje i słowa kluczowe"; $a->strings["Disconnect/Unfollow"] = ""; $a->strings["Contact"] = "Kontakt"; $a->strings["Profile Visibility"] = "Widoczność profilu"; $a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Wybierz profil, który chcesz bezpiecznie wyświetlić %s"; $a->strings["Contact Information / Notes"] = "Informacja o kontakcie / Notka"; -$a->strings["Their personal note"] = ""; +$a->strings["Their personal note"] = "Ich osobista uwaga"; $a->strings["Edit contact notes"] = "Edytuj notatki kontaktu"; $a->strings["Block/Unblock contact"] = "Zablokuj/odblokuj kontakt"; $a->strings["Ignore contact"] = "Ignoruj kontakt"; @@ -1262,16 +1262,16 @@ $a->strings["Unignore"] = "Odblokuj"; $a->strings["Currently blocked"] = "Obecnie zablokowany"; $a->strings["Currently ignored"] = "Obecnie zignorowany"; $a->strings["Currently archived"] = "Obecnie zarchiwizowany"; -$a->strings["Awaiting connection acknowledge"] = ""; +$a->strings["Awaiting connection acknowledge"] = "Oczekiwanie na potwierdzenie połączenia"; $a->strings["Replies/likes to your public posts may still be visible"] = "Odpowiedzi/kliknięcia \"lubię to\" do twoich publicznych postów nadal mogą być widoczne"; -$a->strings["Notification for new posts"] = ""; -$a->strings["Send a notification of every new post of this contact"] = ""; -$a->strings["Blacklisted keywords"] = ""; -$a->strings["Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"] = ""; +$a->strings["Notification for new posts"] = "Powiadomienie o nowych postach"; +$a->strings["Send a notification of every new post of this contact"] = "Wyślij powiadomienie o każdym nowym poście tego kontaktu"; +$a->strings["Blacklisted keywords"] = "Słowa kluczowe na czarnej liście"; +$a->strings["Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"] = "Rozdzielana przecinkami lista słów kluczowych, które nie powinny zostać przekonwertowane na hashtagi, gdy wybrana jest opcja 'Pobierz informacje i słowa kluczowe'"; $a->strings["XMPP:"] = ""; -$a->strings["Actions"] = ""; +$a->strings["Actions"] = "Akcja"; $a->strings["Status"] = "Status"; -$a->strings["Contact Settings"] = ""; +$a->strings["Contact Settings"] = "Ustawienia kontaktów"; $a->strings["Suggestions"] = "Sugestie"; $a->strings["Suggest potential friends"] = "Sugerowani znajomi"; $a->strings["Show all contacts"] = "Pokaż wszystkie kontakty"; @@ -1290,46 +1290,46 @@ $a->strings["Find"] = "Znajdź"; $a->strings["Update"] = "Zaktualizuj"; $a->strings["Archive"] = "Archiwum"; $a->strings["Unarchive"] = "Przywróć z archiwum"; -$a->strings["Batch Actions"] = ""; +$a->strings["Batch Actions"] = "Akcje wsadowe"; $a->strings["Status Messages and Posts"] = "Status wiadomości i postów"; $a->strings["Profile Details"] = "Szczegóły profilu"; $a->strings["View all contacts"] = "Zobacz wszystkie kontakty"; -$a->strings["View all common friends"] = ""; +$a->strings["View all common friends"] = "Zobacz wszystkich popularnych znajomych"; $a->strings["Advanced Contact Settings"] = "Zaawansowane ustawienia kontaktów"; $a->strings["Mutual Friendship"] = "Wzajemna przyjaźń"; $a->strings["is a fan of yours"] = "jest twoim fanem"; $a->strings["you are a fan of"] = "jesteś fanem"; -$a->strings["Toggle Blocked status"] = ""; +$a->strings["Toggle Blocked status"] = "Przełącz na Zablokowany"; $a->strings["Toggle Ignored status"] = ""; $a->strings["Toggle Archive status"] = ""; $a->strings["Delete contact"] = "Usuń kontakt"; -$a->strings["Parent user not found."] = ""; -$a->strings["No parent user"] = ""; -$a->strings["Parent Password:"] = ""; -$a->strings["Please enter the password of the parent account to legitimize your request."] = ""; -$a->strings["Parent User"] = ""; -$a->strings["Parent users have total control about this account, including the account settings. Please double check whom you give this access."] = ""; +$a->strings["Parent user not found."] = "Nie znaleziono użytkownika nadrzędnego."; +$a->strings["No parent user"] = "Brak nadrzędnego użytkownika"; +$a->strings["Parent Password:"] = "Hasło nadrzędne:"; +$a->strings["Please enter the password of the parent account to legitimize your request."] = "Wprowadź hasło konta nadrzędnego, aby legalizować swoje żądanie."; +$a->strings["Parent User"] = "Użytkownik nadrzędny"; +$a->strings["Parent users have total control about this account, including the account settings. Please double check whom you give this access."] = "Użytkownicy nadrzędni mają pełną kontrolę nad tym kontem, w tym także ustawienia konta. Sprawdź dokładnie, komu przyznasz ten dostęp."; $a->strings["Delegate Page Management"] = ""; -$a->strings["Delegates"] = ""; -$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = ""; -$a->strings["Existing Page Delegates"] = ""; -$a->strings["Potential Delegates"] = ""; +$a->strings["Delegates"] = "Oddeleguj"; +$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "Delegaci mogą zarządzać wszystkimi aspektami tego konta/strony, z wyjątkiem podstawowych ustawień konta. Nie przekazuj swojego konta osobistego nikomu, komu nie ufasz całkowicie."; +$a->strings["Existing Page Delegates"] = "Obecni delegaci stron"; +$a->strings["Potential Delegates"] = "Potencjalni delegaci"; $a->strings["Add"] = "Dodaj"; $a->strings["No entries."] = "Brak wpisów."; $a->strings["Status:"] = "Status"; $a->strings["Homepage:"] = "Strona główna:"; $a->strings["Global Directory"] = "Globalne Położenie"; $a->strings["Find on this site"] = "Znajdź na tej stronie"; -$a->strings["Results for:"] = ""; +$a->strings["Results for:"] = "Wyniki dla:"; $a->strings["Site Directory"] = "Katalog Strony"; $a->strings["No entries (some entries may be hidden)."] = "Brak odwiedzin (niektóre odwiedziny mogą być ukryte)."; $a->strings["People Search - %s"] = ""; -$a->strings["Forum Search - %s"] = ""; +$a->strings["Forum Search - %s"] = "Przeszukiwanie forum - %s"; $a->strings["Event can not end before it has started."] = ""; $a->strings["Event title and start time are required."] = "Wymagany tytuł wydarzenia i czas rozpoczęcia."; $a->strings["Create New Event"] = "Stwórz nowe wydarzenie"; $a->strings["Event details"] = "Szczegóły wydarzenia"; -$a->strings["Starting date and Title are required."] = ""; +$a->strings["Starting date and Title are required."] = "Data rozpoczęcia i tytuł są wymagane."; $a->strings["Event Starts:"] = "Rozpoczęcie wydarzenia:"; $a->strings["Required"] = "Wymagany"; $a->strings["Finish date/time is not known or not relevant"] = "Data/czas zakończenia nie jest znana lub jest nieistotna"; @@ -1340,10 +1340,10 @@ $a->strings["Title:"] = "Tytuł:"; $a->strings["Share this event"] = "Udostępnij te wydarzenie"; $a->strings["Basic"] = "Podstawowy"; $a->strings["Failed to remove event"] = "Nie udało się usunąć wydarzenia"; -$a->strings["Event removed"] = ""; -$a->strings["You must be logged in to use this module"] = ""; -$a->strings["Source URL"] = ""; -$a->strings["The contact could not be added."] = ""; +$a->strings["Event removed"] = "Wydarzenie zostało usunięte"; +$a->strings["You must be logged in to use this module"] = "Musisz być zalogowany, aby korzystać z tego modułu"; +$a->strings["Source URL"] = "Źródłowy adres URL"; +$a->strings["The contact could not be added."] = "Nie można dodać kontaktu."; $a->strings["You already added this contact."] = "Już dodałeś ten kontakt."; $a->strings["Diaspora support isn't enabled. Contact can't be added."] = "Obsługa Diaspory nie jest włączona. Kontakt nie może zostać dodany."; $a->strings["OStatus support is disabled. Contact can't be added."] = "Obsługa OStatus jest wyłączona. Kontakt nie może zostać dodany."; @@ -1365,21 +1365,21 @@ $a->strings["Database Server Name"] = "Baza danych - Nazwa serwera"; $a->strings["Database Login Name"] = "Baza danych - Nazwa loginu"; $a->strings["Database Login Password"] = "Baza danych - Hasło loginu"; $a->strings["For security reasons the password must not be empty"] = "Ze względów bezpieczeństwa hasło nie może być puste"; -$a->strings["Database Name"] = "Baza danych - Nazwa"; +$a->strings["Database Name"] = "Nazwa bazy danych"; $a->strings["Site administrator email address"] = "Adres e-mail administratora strony"; -$a->strings["Your account email address must match this in order to use the web admin panel."] = ""; +$a->strings["Your account email address must match this in order to use the web admin panel."] = "Adres e-mail konta musi pasować do tego, aby móc korzystać z panelu administracyjnego."; $a->strings["Please select a default timezone for your website"] = "Proszę wybrać domyślną strefę czasową dla swojej strony"; $a->strings["Site settings"] = "Ustawienia strony"; $a->strings["System Language:"] = "Język systemu:"; $a->strings["Set the default language for your Friendica installation interface and to send emails."] = "Ustaw domyślny język dla interfejsu instalacyjnego Friendica i wysyłaj e-maile."; $a->strings["Could not find a command line version of PHP in the web server PATH."] = "Nie można znaleźć wersji PHP komendy w serwerze PATH"; -$a->strings["If you don't have a command line version of PHP installed on your server, you will not be able to run the background processing. See 'Setup the worker'"] = ""; -$a->strings["PHP executable path"] = ""; -$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = ""; +$a->strings["If you don't have a command line version of PHP installed on your server, you will not be able to run the background processing. See 'Setup the worker'"] = "Jeśli nie masz zainstalowanej na serwerze wersji PHP z wiersza poleceń, nie będziesz mógł uruchomić przetwarzania w tle. Zobacz 'Konfiguracja pracownika'"; +$a->strings["PHP executable path"] = "Ścieżka wykonywalna PHP"; +$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Wprowadź pełną ścieżkę do pliku wykonywalnego php. Możesz pozostawić to pole puste, aby kontynuować instalację."; $a->strings["Command line PHP"] = "Linia komend PHP"; $a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = ""; $a->strings["Found PHP version: "] = "Znaleziono wersje PHP:"; -$a->strings["PHP cli binary"] = ""; +$a->strings["PHP cli binary"] = "PHP cli binarny"; $a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "Wersja linii poleceń PHP w twoim systemie nie ma aktywowanego \"register_argc_argv\"."; $a->strings["This is required for message delivery to work."] = "To jest wymagane do dostarczenia wiadomości do pracy."; $a->strings["PHP register_argc_argv"] = ""; @@ -1402,24 +1402,24 @@ $a->strings["Error: openssl PHP module required but not installed."] = "Błąd: $a->strings["Error: PDO or MySQLi PHP module required but not installed."] = "Błąd: Wymagany moduł PDO lub MySQLi PHP, ale nie zainstalowany."; $a->strings["Error: The MySQL driver for PDO is not installed."] = "Błąd: Sterownik MySQL dla PDO nie jest zainstalowany."; $a->strings["Error: mb_string PHP module required but not installed."] = "Błąd: moduł PHP mb_string jest wymagany ale nie jest zainstalowany"; -$a->strings["Error: iconv PHP module required but not installed."] = ""; -$a->strings["Error: POSIX PHP module required but not installed."] = ""; -$a->strings["Error, XML PHP module required but not installed."] = ""; +$a->strings["Error: iconv PHP module required but not installed."] = "Błąd: wymagany moduł PHP iconv, ale nie zainstalowany."; +$a->strings["Error: POSIX PHP module required but not installed."] = "Błąd: wymagany moduł POSIX PHP, ale nie zainstalowany."; +$a->strings["Error, XML PHP module required but not installed."] = "Błąd, wymagany moduł XML PHP, ale nie zainstalowany."; $a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "Instalator WWW musi być w stanie utworzyć plik o nazwie \". Htconfig.php\" i nie jest w stanie tego zrobić."; -$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = ""; -$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top folder."] = ""; -$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = ""; +$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "Jest to najczęściej ustawienie uprawnień, ponieważ serwer sieciowy może nie być w stanie zapisywać plików w folderze - nawet jeśli możesz."; +$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top folder."] = "Pod koniec tej procedury podamy Ci tekst do zapisania w pliku o nazwie .htconfig.php w twoim górnym folderze Friendica."; +$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "Alternatywnie można pominąć tę procedurę i wykonać ręczną instalację. Proszę zobaczyć plik 'INSTALL.txt' z instrukcjami."; $a->strings[".htconfig.php is writable"] = ".htconfig.php jest zapisywalny"; $a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Friendica używa silnika szablonów Smarty3 do renderowania swoich widoków. Smarty3 kompiluje szablony do PHP, aby przyspieszyć renderowanie."; -$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top level folder."] = ""; -$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = ""; +$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top level folder."] = "Aby przechowywać te skompilowane szablony, serwer WWW musi mieć dostęp do zapisu do katalogu view/smarty3/ w folderze najwyższego poziomu Friendica."; +$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Upewnij się, że użytkownik, na którym działa serwer WWW (np. www-data), ma prawo do zapisu do tego folderu."; $a->strings["Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."] = ""; $a->strings["view/smarty3 is writable"] = "view/smarty3 jest zapisywalny"; $a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = ""; $a->strings["Url rewrite is working"] = ""; -$a->strings["ImageMagick PHP extension is not installed"] = ""; -$a->strings["ImageMagick PHP extension is installed"] = ""; -$a->strings["ImageMagick supports GIF"] = ""; +$a->strings["ImageMagick PHP extension is not installed"] = "Rozszerzenie PHP ImageMagick nie jest zainstalowane"; +$a->strings["ImageMagick PHP extension is installed"] = "Rozszerzenie PHP ImageMagick jest zainstalowane"; +$a->strings["ImageMagick supports GIF"] = "ImageMagick obsługuje GIF"; $a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "Konfiguracja bazy danych pliku \".htconfig.php\" nie mogła zostać zapisana. Proszę użyć załączonego tekstu, aby utworzyć folder konfiguracyjny w sieci serwera."; $a->strings["

    What next

    "] = "

    Co dalej

    "; $a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the worker."] = ""; @@ -1437,7 +1437,7 @@ $a->strings["Couldn't fetch information for contact."] = ""; $a->strings["Couldn't fetch friends for contact."] = ""; $a->strings["success"] = "powodzenie"; $a->strings["failed"] = "nie udało się"; -$a->strings["ignored"] = ""; +$a->strings["ignored"] = "Ignoruj"; $a->strings["Image uploaded but image cropping failed."] = "Obrazek załadowany, ale oprawanie powiodła się."; $a->strings["Image size reduction [%s] failed."] = "Redukcja rozmiaru obrazka [%s] nie powiodła się."; $a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Ponownie załaduj stronę lub wyczyść pamięć podręczną przeglądarki, jeśli nowe zdjęcie nie pojawi się natychmiast."; @@ -1456,14 +1456,14 @@ $a->strings["Profile-"] = "Profil-"; $a->strings["New profile created."] = "Utworzono nowy profil."; $a->strings["Profile unavailable to clone."] = "Nie można powileić profilu "; $a->strings["Profile Name is required."] = "Nazwa Profilu jest wymagana"; -$a->strings["Marital Status"] = ""; -$a->strings["Romantic Partner"] = ""; +$a->strings["Marital Status"] = "Stan cywilny"; +$a->strings["Romantic Partner"] = "Romantyczny partner"; $a->strings["Work/Employment"] = "Praca/Zatrudnienie"; $a->strings["Religion"] = "Religia"; $a->strings["Political Views"] = "Poglądy polityczne"; $a->strings["Gender"] = "Płeć"; $a->strings["Sexual Preference"] = "Orientacja seksualna"; -$a->strings["XMPP"] = ""; +$a->strings["XMPP"] = "XMPP"; $a->strings["Homepage"] = "Strona Główna"; $a->strings["Interests"] = "Zainteresowania"; $a->strings["Location"] = "Położenie"; @@ -1473,10 +1473,10 @@ $a->strings["public profile"] = "profil publiczny"; $a->strings["%1\$s changed %2\$s to “%3\$s”"] = ""; $a->strings[" - Visit %1\$s's %2\$s"] = " - Odwiedźa %1\$s's %2\$s"; $a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = ""; -$a->strings["Hide contacts and friends:"] = ""; +$a->strings["Hide contacts and friends:"] = "Ukryj kontakty i znajomych:"; $a->strings["Hide your contact/friend list from viewers of this profile?"] = "Czy chcesz ukryć listę kontaktów dla przeglądających to konto?"; -$a->strings["Show more profile fields:"] = ""; -$a->strings["Profile Actions"] = ""; +$a->strings["Show more profile fields:"] = "Pokaż więcej pól profilu:"; +$a->strings["Profile Actions"] = "Akcje profilowe"; $a->strings["Edit Profile Details"] = "Edytuj profil."; $a->strings["Change Profile Photo"] = "Zmień profilowe zdjęcie"; $a->strings["View this profile"] = "Zobacz ten profil"; @@ -1484,16 +1484,16 @@ $a->strings["Edit visibility"] = "Edytuj widoczność"; $a->strings["Create a new profile using these settings"] = "Stwórz nowy profil wykorzystując te ustawienia"; $a->strings["Clone this profile"] = "Sklonuj ten profil"; $a->strings["Delete this profile"] = "Usuń ten profil"; -$a->strings["Basic information"] = ""; -$a->strings["Profile picture"] = ""; +$a->strings["Basic information"] = "Podstawowe informacje"; +$a->strings["Profile picture"] = "Zdjęcie profilowe"; $a->strings["Preferences"] = "Preferencje"; -$a->strings["Status information"] = ""; -$a->strings["Additional information"] = ""; -$a->strings["Relation"] = ""; +$a->strings["Status information"] = "Informacje o stanie"; +$a->strings["Additional information"] = "Dodatkowe informacje"; +$a->strings["Relation"] = "Relacje"; $a->strings["Miscellaneous"] = "Różny"; $a->strings["Your Gender:"] = "Twoja płeć:"; $a->strings[" Marital Status:"] = " Stan :"; -$a->strings["Sexual Preference:"] = "Interesują mnie:"; +$a->strings["Sexual Preference:"] = "Preferencje seksualne:"; $a->strings["Example: fishing photography software"] = "Przykład: kończenie oprogramowania fotografii"; $a->strings["Profile Name:"] = "Nazwa profilu :"; $a->strings["This is your public profile.
    It may be visible to anybody using the internet."] = "To jest Twój publiczny profil.
    Może zostać wyświetlony przez każdego kto używa internetu."; @@ -1501,7 +1501,7 @@ $a->strings["Your Full Name:"] = "Twoje imię i nazwisko:"; $a->strings["Title/Description:"] = "Tytuł/Opis :"; $a->strings["Street Address:"] = "Ulica:"; $a->strings["Locality/City:"] = "Miejscowość/Miasto :"; -$a->strings["Region/State:"] = "Region / Stan :"; +$a->strings["Region/State:"] = "Region/Państwo:"; $a->strings["Postal/Zip Code:"] = "Kod Pocztowy :"; $a->strings["Country:"] = "Kraj:"; $a->strings["Age: "] = "Wiek: "; @@ -1520,7 +1520,7 @@ $a->strings["(Used for suggesting potential friends, can be seen by others)"] = $a->strings["Private Keywords:"] = "Prywatne słowa kluczowe :"; $a->strings["(Used for searching profiles, never shown to others)"] = "(Używany do wyszukiwania profili, niepokazywany innym)"; $a->strings["Likes:"] = "Lubi:"; -$a->strings["Dislikes:"] = ""; +$a->strings["Dislikes:"] = "Nie lubi:"; $a->strings["Musical interests"] = "Muzyka"; $a->strings["Books, literature"] = "Literatura"; $a->strings["Television"] = "Telewizja"; @@ -1536,18 +1536,18 @@ $a->strings["Edit/Manage Profiles"] = "Edytuj/Zarządzaj Profilami"; $a->strings["Change profile photo"] = "Zmień zdjęcie profilowe"; $a->strings["Create New Profile"] = "Stwórz nowy profil"; $a->strings["Display"] = "Pokaz"; -$a->strings["Social Networks"] = ""; +$a->strings["Social Networks"] = "Portale społecznościowe"; $a->strings["Delegations"] = ""; $a->strings["Connected apps"] = "Powiązane aplikacje"; $a->strings["Remove account"] = "Usuń konto"; $a->strings["Missing some important data!"] = "Brakuje ważnych danych!"; $a->strings["Failed to connect with email account using the settings provided."] = "Połączenie z kontem email używając wybranych ustawień nie powiodło się."; $a->strings["Email settings updated."] = "Zaktualizowano ustawienia email."; -$a->strings["Features updated"] = ""; -$a->strings["Relocate message has been send to your contacts"] = ""; -$a->strings["Passwords do not match. Password unchanged."] = "Hasło nie pasuje. Hasło nie zmienione."; -$a->strings["Empty passwords are not allowed. Password unchanged."] = "Brak hasła niedozwolony. Hasło nie zmienione."; -$a->strings["The new password has been exposed in a public data dump, please choose another."] = ""; +$a->strings["Features updated"] = "Funkcje zaktualizowane"; +$a->strings["Relocate message has been send to your contacts"] = "Przeniesienie wiadomości zostało wysłane do Twoich kontaktów"; +$a->strings["Passwords do not match. Password unchanged."] = "Hasła nie pasują do siebie. Hasło niezmienione."; +$a->strings["Empty passwords are not allowed. Password unchanged."] = "Puste hasła są niedozwolone. Hasło niezmienione."; +$a->strings["The new password has been exposed in a public data dump, please choose another."] = "Nowe hasło zostało ujawnione w publicznym zrzucie danych, wybierz inne."; $a->strings["Wrong password."] = "Złe hasło."; $a->strings["Password changed."] = "Hasło zostało zmianione."; $a->strings["Password update failed. Please try again."] = "Aktualizacja hasła nie powiodła się. Proszę spróbować ponownie."; @@ -1555,13 +1555,13 @@ $a->strings[" Please use a shorter name."] = "Proszę użyć krótszej nazwy."; $a->strings[" Name too short."] = "Za krótka nazwa."; $a->strings["Wrong Password"] = "Złe hasło"; $a->strings["Invalid email."] = "Niepoprawny e-mail."; -$a->strings["Cannot change to that email."] = ""; -$a->strings["Private forum has no privacy permissions. Using default privacy group."] = ""; +$a->strings["Cannot change to that email."] = "Nie można zmienić tego e-maila."; +$a->strings["Private forum has no privacy permissions. Using default privacy group."] = "Prywatne forum nie ma uprawnień do prywatności. Użyj domyślnej grupy prywatnej."; $a->strings["Private forum has no privacy permissions and no default privacy group."] = ""; $a->strings["Settings updated."] = "Zaktualizowano ustawienia."; $a->strings["Add application"] = "Dodaj aplikacje"; -$a->strings["Consumer Key"] = "Klucz konsumenta"; -$a->strings["Consumer Secret"] = "Sekret konsumenta"; +$a->strings["Consumer Key"] = "Klucz klienta"; +$a->strings["Consumer Secret"] = "Sekret klienta"; $a->strings["Redirect"] = "Przekierowanie"; $a->strings["Icon url"] = "Adres ikony"; $a->strings["You can't edit this application."] = "Nie możesz edytować tej aplikacji."; @@ -1570,9 +1570,9 @@ $a->strings["Edit"] = "Edytuj"; $a->strings["Client key starts with"] = "Klucz klienta zaczyna się od"; $a->strings["No name"] = "Bez nazwy"; $a->strings["Remove authorization"] = "Odwołaj upoważnienie"; -$a->strings["No Addon settings configured"] = ""; +$a->strings["No Addon settings configured"] = "Brak skonfigurowanych ustawień Dodatków"; $a->strings["Addon Settings"] = "Ustawienia Dodatków"; -$a->strings["Additional Features"] = ""; +$a->strings["Additional Features"] = "Dodatkowe funkcje"; $a->strings["Diaspora"] = "Diaspora"; $a->strings["enabled"] = "włączony"; $a->strings["disabled"] = "wyłączony"; @@ -1581,12 +1581,12 @@ $a->strings["GNU Social (OStatus)"] = ""; $a->strings["Email access is disabled on this site."] = "Dostęp do e-maila nie jest w pełni sprawny na tej stronie"; $a->strings["General Social Media Settings"] = ""; $a->strings["Disable intelligent shortening"] = ""; -$a->strings["Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original friendica post."] = ""; -$a->strings["Automatically follow any GNU Social (OStatus) followers/mentioners"] = ""; -$a->strings["If you receive a message from an unknown OStatus user, this option decides what to do. If it is checked, a new contact will be created for every unknown user."] = ""; -$a->strings["Default group for OStatus contacts"] = ""; -$a->strings["Your legacy GNU Social account"] = ""; -$a->strings["If you enter your old GNU Social/Statusnet account name here (in the format user@domain.tld), your contacts will be added automatically. The field will be emptied when done."] = ""; +$a->strings["Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original friendica post."] = "Zwykle system próbuje znaleźć najlepszy link do dodania do skróconych postów. Jeśli ta opcja jest włączona, każdy skrócony wpis zawsze wskazuje oryginalny post znajomej osoby."; +$a->strings["Automatically follow any GNU Social (OStatus) followers/mentioners"] = "Automatycznie podążaj za wszystkimi obserwatorami/rzecznikami GNU Społeczności (OStatus)"; +$a->strings["If you receive a message from an unknown OStatus user, this option decides what to do. If it is checked, a new contact will be created for every unknown user."] = "Jeśli otrzymasz wiadomość od nieznanego użytkownika OStatus, ta opcja decyduje, co zrobić. Jeśli zostanie zaznaczone, dla każdego nieznanego użytkownika zostanie utworzony nowy kontakt."; +$a->strings["Default group for OStatus contacts"] = "Domyślna grupa dla kontaktów OStatus"; +$a->strings["Your legacy GNU Social account"] = "Twoje starsze konto społecznościowe GNU"; +$a->strings["If you enter your old GNU Social/Statusnet account name here (in the format user@domain.tld), your contacts will be added automatically. The field will be emptied when done."] = "Jeśli podasz swoją starą nazwę konta GNU Social/Statusnet tutaj (w formacie user@domain.tld), twoje kontakty zostaną dodane automatycznie. Pole zostanie opróżnione po zakończeniu."; $a->strings["Repair OStatus subscriptions"] = "Napraw subskrypcje OStatus"; $a->strings["Email/Mailbox Setup"] = "Ustawienia emaila/skrzynki mailowej"; $a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "Jeżeli życzysz sobie komunikowania z kontaktami email używając tego serwisu (opcjonalne), opisz jak połaczyć się z Twoją skrzynką email."; @@ -1603,36 +1603,36 @@ $a->strings["Action after import:"] = "Akcja po zaimportowaniu:"; $a->strings["Mark as seen"] = "Oznacz jako przeczytane"; $a->strings["Move to folder"] = "Przenieś do folderu"; $a->strings["Move to folder:"] = "Przenieś do folderu:"; -$a->strings["%s - (Unsupported)"] = ""; -$a->strings["%s - (Experimental)"] = ""; +$a->strings["%s - (Unsupported)"] = "%s - (Nieobsługiwane)"; +$a->strings["%s - (Experimental)"] = "%s- (Eksperymentalne)"; $a->strings["Display Settings"] = "Wyświetl ustawienia"; $a->strings["Display Theme:"] = "Wyświetl motyw:"; $a->strings["Mobile Theme:"] = "Mobilny motyw:"; $a->strings["Suppress warning of insecure networks"] = ""; $a->strings["Should the system suppress the warning that the current group contains members of networks that can't receive non public postings."] = ""; $a->strings["Update browser every xx seconds"] = "Odświeżaj stronę co xx sekund"; -$a->strings["Minimum of 10 seconds. Enter -1 to disable it."] = ""; +$a->strings["Minimum of 10 seconds. Enter -1 to disable it."] = "Minimum 10 sekund. Wprowadź -1, aby go wyłączyć."; $a->strings["Number of items to display per page:"] = ""; $a->strings["Maximum of 100 items"] = "Maksymalnie 100 elementów"; -$a->strings["Number of items to display per page when viewed from mobile device:"] = ""; +$a->strings["Number of items to display per page when viewed from mobile device:"] = "Liczba elementów do wyświetlenia na stronie podczas przeglądania z urządzenia mobilnego:"; $a->strings["Don't show emoticons"] = "Nie pokazuj emotikonek"; $a->strings["Calendar"] = "Kalendarz"; -$a->strings["Beginning of week:"] = ""; +$a->strings["Beginning of week:"] = "Początek tygodnia:"; $a->strings["Don't show notices"] = "Nie pokazuj powiadomień"; $a->strings["Infinite scroll"] = "Nieskończone przewijanie"; -$a->strings["Automatic updates only at the top of the network page"] = ""; +$a->strings["Automatic updates only at the top of the network page"] = "Automatyczne aktualizacje tylko u góry strony sieci"; $a->strings["When disabled, the network page is updated all the time, which could be confusing while reading."] = ""; $a->strings["Bandwith Saver Mode"] = ""; $a->strings["When enabled, embedded content is not displayed on automatic updates, they only show on page reload."] = ""; -$a->strings["Smart Threading"] = ""; +$a->strings["Smart Threading"] = "Inteligentne gwintowanie"; $a->strings["When enabled, suppress extraneous thread indentation while keeping it where it matters. Only works if threading is available and enabled."] = ""; -$a->strings["General Theme Settings"] = ""; -$a->strings["Custom Theme Settings"] = ""; -$a->strings["Content Settings"] = ""; +$a->strings["General Theme Settings"] = "Ogólne ustawienia motywu"; +$a->strings["Custom Theme Settings"] = "Niestandardowe ustawienia motywów"; +$a->strings["Content Settings"] = "Ustawienia zawartości"; $a->strings["Theme settings"] = "Ustawienia motywu"; $a->strings["Unable to find your profile. Please contact your admin."] = "Nie można znaleźć Twojego profilu. Skontaktuj się z administratorem."; -$a->strings["Account Types"] = ""; -$a->strings["Personal Page Subtypes"] = ""; +$a->strings["Account Types"] = "Rodzaje kont"; +$a->strings["Personal Page Subtypes"] = "Podtypy osobistych stron"; $a->strings["Community Forum Subtypes"] = ""; $a->strings["Personal Page"] = "Strona osobista"; $a->strings["Account for a personal profile."] = "Konto dla profilu osobistego."; @@ -1642,57 +1642,57 @@ $a->strings["News Page"] = "Strona Wiadomości"; $a->strings["Account for a news reflector that automatically approves contact requests as \"Followers\"."] = ""; $a->strings["Community Forum"] = ""; $a->strings["Account for community discussions."] = ""; -$a->strings["Normal Account Page"] = ""; -$a->strings["Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"."] = ""; +$a->strings["Normal Account Page"] = "Normalna strona konta"; +$a->strings["Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"."] = "Konto dla zwykłego profilu osobistego, który wymaga ręcznej zgody \"Przyjaciół\" i \"Obserwatorów\"."; $a->strings["Soapbox Page"] = ""; -$a->strings["Account for a public profile that automatically approves contact requests as \"Followers\"."] = ""; -$a->strings["Public Forum"] = ""; -$a->strings["Automatically approves all contact requests."] = ""; -$a->strings["Automatic Friend Page"] = ""; -$a->strings["Account for a popular profile that automatically approves contact requests as \"Friends\"."] = ""; -$a->strings["Private Forum [Experimental]"] = ""; -$a->strings["Requires manual approval of contact requests."] = ""; +$a->strings["Account for a public profile that automatically approves contact requests as \"Followers\"."] = "Konto dla profilu publicznego, który automatycznie zatwierdza prośby o kontakt jako \"Obserwatorzy\"."; +$a->strings["Public Forum"] = "Forum publiczne"; +$a->strings["Automatically approves all contact requests."] = "Automatycznie zatwierdza wszystkie prośby o kontakt."; +$a->strings["Automatic Friend Page"] = "Automatyczna strona znajomego"; +$a->strings["Account for a popular profile that automatically approves contact requests as \"Friends\"."] = "Konto popularnego profilu, które automatycznie zatwierdza prośby o kontakt jako \"Przyjaciele\"."; +$a->strings["Private Forum [Experimental]"] = "Prywatne Forum [Eksperymentalne]"; +$a->strings["Requires manual approval of contact requests."] = "Wymaga ręcznego zatwierdzania żądań kontaktów."; $a->strings["OpenID:"] = "OpenID:"; -$a->strings["(Optional) Allow this OpenID to login to this account."] = "Przeznacz to OpenID do logowania się na to konto."; -$a->strings["Publish your default profile in your local site directory?"] = "Czy publikować Twój profil w lokalnym katalogu tej instancji?"; +$a->strings["(Optional) Allow this OpenID to login to this account."] = "(Opcjonalnie) Pozwól temu OpenID zalogować się na to konto."; +$a->strings["Publish your default profile in your local site directory?"] = "Opublikować swój domyślny profil w swoim lokalnym katalogu stron?"; $a->strings["Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public."] = ""; $a->strings["Publish your default profile in the global social directory?"] = "Opublikować twój niewypełniony profil w globalnym, społecznym katalogu?"; -$a->strings["Your profile will be published in this node's local directory. Your profile details may be publicly visible depending on the system settings."] = ""; +$a->strings["Your profile will be published in this node's local directory. Your profile details may be publicly visible depending on the system settings."] = "Twój profil zostanie opublikowany w lokalnym katalogu tego węzła. Dane Twojego profilu mogą być publicznie widoczne w zależności od ustawień systemu."; $a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Ukryć listę znajomych przed odwiedzającymi Twój profil?"; -$a->strings["Your contact list won't be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create"] = ""; -$a->strings["Hide your profile details from anonymous viewers?"] = ""; -$a->strings["Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Disables posting public messages to Diaspora and other networks."] = ""; +$a->strings["Your contact list won't be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create"] = "Twoja lista kontaktów nie będzie wyświetlana na domyślnej stronie profilu. Możesz zdecydować o wyświetleniu listy kontaktów osobno dla każdego tworzonego dodatkowego profilu"; +$a->strings["Hide your profile details from anonymous viewers?"] = "Ukryj dane swojego profilu przed anonimowymi widzami?"; +$a->strings["Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Disables posting public messages to Diaspora and other networks."] = "Anonimowi użytkownicy zobaczą tylko Twoje zdjęcie profilowe, swoją wyświetlaną nazwę i pseudonim, którego używasz na stronie profilu. Wyłącza wysyłanie publicznych wiadomości do Diaspory i innych sieci."; $a->strings["Allow friends to post to your profile page?"] = "Zezwól na dodawanie postów na twoim profilu przez znajomych"; -$a->strings["Your contacts may write posts on your profile wall. These posts will be distributed to your contacts"] = ""; +$a->strings["Your contacts may write posts on your profile wall. These posts will be distributed to your contacts"] = "Twoi znajomi mogą pisać posty na ścianie Twojego profilu. Te posty zostaną przesłane do Twoich kontaktów"; $a->strings["Allow friends to tag your posts?"] = "Zezwól na oznaczanie twoich postów przez znajomych"; -$a->strings["Your contacts can add additional tags to your posts."] = ""; -$a->strings["Allow us to suggest you as a potential friend to new members?"] = ""; -$a->strings["If you like, Friendica may suggest new members to add you as a contact."] = ""; -$a->strings["Permit unknown people to send you private mail?"] = ""; -$a->strings["Friendica network users may send you private messages even if they are not in your contact list."] = ""; +$a->strings["Your contacts can add additional tags to your posts."] = "Twoje kontakty mogą dodawać do tagów dodatkowe tagi."; +$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Pozwól nam zasugerować Cię jako potencjalnego przyjaciela dla nowych członków?"; +$a->strings["If you like, Friendica may suggest new members to add you as a contact."] = "Jeśli chcesz, Friendica może zaproponować nowym członkom dodanie Cię jako kontakt."; +$a->strings["Permit unknown people to send you private mail?"] = "Zezwolić nieznanym osobom na wysyłanie prywatnych wiadomości?"; +$a->strings["Friendica network users may send you private messages even if they are not in your contact list."] = "Użytkownicy sieci w serwisie Friendica mogą wysyłać prywatne wiadomości, nawet jeśli nie znajdują się one na liście kontaktów."; $a->strings["Profile is not published."] = "Profil nie jest opublikowany"; $a->strings["Your Identity Address is '%s' or '%s'."] = ""; -$a->strings["Automatically expire posts after this many days:"] = ""; +$a->strings["Automatically expire posts after this many days:"] = "Automatycznie wygasaj posty po tych wielu dniach:"; $a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Pole puste, wiadomość nie wygaśnie. Niezapisane wpisy zostaną usunięte."; -$a->strings["Advanced expiration settings"] = ""; -$a->strings["Advanced Expiration"] = ""; +$a->strings["Advanced expiration settings"] = "Zaawansowane ustawienia wygasania"; +$a->strings["Advanced Expiration"] = "Zaawansowane wygasanie"; $a->strings["Expire posts:"] = "Wygasające posty:"; $a->strings["Expire personal notes:"] = "Wygasające notatki osobiste:"; -$a->strings["Expire starred posts:"] = ""; -$a->strings["Expire photos:"] = "Wygasające zdjęcia:"; +$a->strings["Expire starred posts:"] = "Wygasaj posty oznaczone gwiazdką:"; +$a->strings["Expire photos:"] = "Wygasanie zdjęć:"; $a->strings["Only expire posts by others:"] = ""; $a->strings["Account Settings"] = "Ustawienia konta"; $a->strings["Password Settings"] = "Ustawienia hasła"; $a->strings["Leave password fields blank unless changing"] = "Pozostaw pola hasła puste, chyba że chcesz je zmienić."; $a->strings["Current Password:"] = "Obecne hasło:"; -$a->strings["Your current password to confirm the changes"] = ""; +$a->strings["Your current password to confirm the changes"] = "Twoje obecne hasło, potwierdź zmiany"; $a->strings["Password:"] = "Hasło:"; $a->strings["Basic Settings"] = "Ustawienia podstawowe"; $a->strings["Full Name:"] = "Imię i nazwisko:"; $a->strings["Email Address:"] = "Adres email:"; $a->strings["Your Timezone:"] = "Twoja strefa czasowa:"; -$a->strings["Your Language:"] = ""; -$a->strings["Set the language we use to show you friendica interface and to send you emails"] = ""; +$a->strings["Your Language:"] = "Twój język:"; +$a->strings["Set the language we use to show you friendica interface and to send you emails"] = "Ustaw język, którego używamy, aby pokazać interfejs użytkownika i wysłać Ci e-maile"; $a->strings["Default Post Location:"] = "Standardowa lokalizacja wiadomości:"; $a->strings["Use Browser Location:"] = "Użyj położenia przeglądarki:"; $a->strings["Security and Privacy Settings"] = "Ustawienia bezpieczeństwa i prywatności"; @@ -1700,34 +1700,34 @@ $a->strings["Maximum Friend Requests/Day:"] = "Maksymalna liczba zaproszeń do g $a->strings["(to prevent spam abuse)"] = "(aby zapobiec spamowaniu)"; $a->strings["Default Post Permissions"] = "Domyślne prawa dostępu wiadomości"; $a->strings["(click to open/close)"] = "(kliknij by otworzyć/zamknąć)"; -$a->strings["Default Private Post"] = ""; -$a->strings["Default Public Post"] = ""; -$a->strings["Default Permissions for New Posts"] = ""; -$a->strings["Maximum private messages per day from unknown people:"] = ""; +$a->strings["Default Private Post"] = "Domyślny Prywatny Wpis"; +$a->strings["Default Public Post"] = "Domyślny Publiczny Post"; +$a->strings["Default Permissions for New Posts"] = "Uprawnienia domyślne dla nowych postów"; +$a->strings["Maximum private messages per day from unknown people:"] = "Maksymalna liczba wiadomości prywatnych dziennie od nieznanych ludzi:"; $a->strings["Notification Settings"] = "Ustawienia powiadomień"; -$a->strings["By default post a status message when:"] = ""; -$a->strings["accepting a friend request"] = ""; +$a->strings["By default post a status message when:"] = "Domyślnie publikuj komunikat o stanie, gdy:"; +$a->strings["accepting a friend request"] = "przyjmowanie prośby o dodanie do znajomych"; $a->strings["joining a forum/community"] = ""; $a->strings["making an interesting profile change"] = ""; $a->strings["Send a notification email when:"] = "Wyślij powiadmonienia na email, kiedy:"; $a->strings["You receive an introduction"] = "Otrzymałeś zaproszenie"; $a->strings["Your introductions are confirmed"] = "Dane zatwierdzone"; -$a->strings["Someone writes on your profile wall"] = "Ktoś pisze na twojej ścianie profilowej"; +$a->strings["Someone writes on your profile wall"] = "Ktoś pisze na twoim profilu"; $a->strings["Someone writes a followup comment"] = "Ktoś pisze komentarz nawiązujący."; $a->strings["You receive a private message"] = "Otrzymałeś prywatną wiadomość"; $a->strings["You receive a friend suggestion"] = "Otrzymane propozycje znajomych"; -$a->strings["You are tagged in a post"] = "Jesteś oznaczony w poście"; +$a->strings["You are tagged in a post"] = "Jesteś oznaczony tagiem w poście"; $a->strings["You are poked/prodded/etc. in a post"] = ""; -$a->strings["Activate desktop notifications"] = ""; +$a->strings["Activate desktop notifications"] = "Aktywuj powiadomienia na pulpicie"; $a->strings["Show desktop popup on new notifications"] = ""; $a->strings["Text-only notification emails"] = ""; $a->strings["Send text only notification emails, without the html part"] = ""; -$a->strings["Show detailled notifications"] = ""; +$a->strings["Show detailled notifications"] = "Pokaż szczegółowe powiadomienia"; $a->strings["Per default, notifications are condensed to a single notification per item. When enabled every notification is displayed."] = ""; $a->strings["Advanced Account/Page Type Settings"] = ""; $a->strings["Change the behaviour of this account for special situations"] = ""; -$a->strings["Relocate"] = ""; -$a->strings["If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."] = ""; +$a->strings["Relocate"] = "Przeniesienie"; +$a->strings["If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."] = "Jeśli ten profil został przeniesiony z innego serwera, a niektóre z Twoich kontaktów nie otrzymają aktualizacji, spróbuj nacisnąć ten przycisk."; $a->strings["Resend relocate message to contacts"] = ""; $a->strings["Contact wasn't found or can't be unfollowed."] = ""; $a->strings["Contact unfollowed"] = ""; @@ -1742,35 +1742,35 @@ $a->strings["comix"] = ""; $a->strings["slackr"] = ""; $a->strings["Variations"] = ""; $a->strings["Repeat the image"] = ""; -$a->strings["Will repeat your image to fill the background."] = ""; +$a->strings["Will repeat your image to fill the background."] = "Powtarza twój obraz, aby wypełnić tło."; $a->strings["Stretch"] = ""; -$a->strings["Will stretch to width/height of the image."] = ""; -$a->strings["Resize fill and-clip"] = ""; -$a->strings["Resize to fill and retain aspect ratio."] = ""; -$a->strings["Resize best fit"] = ""; -$a->strings["Resize to best fit and retain aspect ratio."] = ""; -$a->strings["Default"] = ""; +$a->strings["Will stretch to width/height of the image."] = "Rozciągnie się do szerokości/wysokości obrazu."; +$a->strings["Resize fill and-clip"] = "Zmień rozmiar wypełnienia i klipu"; +$a->strings["Resize to fill and retain aspect ratio."] = "Zmień rozmiar, aby wypełnić i zachować proporcje."; +$a->strings["Resize best fit"] = "Zmień rozmiar, aby najlepiej dopasować"; +$a->strings["Resize to best fit and retain aspect ratio."] = "Zmień rozmiar, aby jak najlepiej dopasować i zachować proporcje."; +$a->strings["Default"] = "Domyślne"; $a->strings["Note"] = "Uwaga"; -$a->strings["Check image permissions if all users are allowed to visit the image"] = ""; +$a->strings["Check image permissions if all users are allowed to visit the image"] = "Sprawdź uprawnienia do obrazu, jeśli wszyscy użytkownicy mogą odwiedzać obraz"; $a->strings["Select scheme"] = "Wybierz schemat"; -$a->strings["Navigation bar background color"] = ""; -$a->strings["Navigation bar icon color "] = ""; -$a->strings["Link color"] = ""; -$a->strings["Set the background color"] = ""; -$a->strings["Content background opacity"] = ""; -$a->strings["Set the background image"] = ""; -$a->strings["Login page background image"] = ""; -$a->strings["Login page background color"] = ""; -$a->strings["Leave background image and color empty for theme defaults"] = ""; +$a->strings["Navigation bar background color"] = "Kolor tła paska nawigacyjnego"; +$a->strings["Navigation bar icon color "] = "Kolor ikony paska nawigacyjnego"; +$a->strings["Link color"] = "Kolor łączy"; +$a->strings["Set the background color"] = "Ustaw kolor tła"; +$a->strings["Content background opacity"] = "Nieprzezroczystość tła treści"; +$a->strings["Set the background image"] = "Ustaw obraz tła"; +$a->strings["Login page background image"] = "Obraz tła strony logowania"; +$a->strings["Login page background color"] = "Kolor tła strony logowania"; +$a->strings["Leave background image and color empty for theme defaults"] = "Pozostaw obraz tła i kolor pusty dla domyślnych ustawień kompozycji"; $a->strings["Guest"] = "Gość"; -$a->strings["Visitor"] = ""; +$a->strings["Visitor"] = "Odwiedzający"; $a->strings["Logout"] = "Wyloguj się"; $a->strings["End this session"] = "Zakończ sesję"; $a->strings["Your posts and conversations"] = "Twoje posty i rozmowy"; $a->strings["Your profile page"] = "Twoja strona profilowa"; $a->strings["Your photos"] = "Twoje zdjęcia"; $a->strings["Videos"] = "Filmy"; -$a->strings["Your videos"] = ""; +$a->strings["Your videos"] = "Twoje filmy"; $a->strings["Your events"] = "Twoje wydarzenia"; $a->strings["Conversations from your friends"] = "Rozmowy Twoich przyjaciół"; $a->strings["Events and Calendar"] = "Wydarzenia i kalendarz"; @@ -1781,42 +1781,42 @@ $a->strings["Alignment"] = "Wyrównanie"; $a->strings["Left"] = "Lewo"; $a->strings["Center"] = "Środek"; $a->strings["Color scheme"] = "Zestaw kolorów"; -$a->strings["Posts font size"] = ""; -$a->strings["Textareas font size"] = ""; -$a->strings["Comma separated list of helper forums"] = ""; +$a->strings["Posts font size"] = "Rozmiar czcionki postów"; +$a->strings["Textareas font size"] = "Rozmiar czcionki Textareas"; +$a->strings["Comma separated list of helper forums"] = "Lista pomocników oddzielona przecinkami"; $a->strings["don't show"] = "nie pokazuj"; $a->strings["show"] = "pokaż"; -$a->strings["Set style"] = ""; -$a->strings["Community Pages"] = "Strony społecznościowe"; -$a->strings["Community Profiles"] = ""; +$a->strings["Set style"] = "Ustaw styl"; +$a->strings["Community Pages"] = "Strony społeczności"; +$a->strings["Community Profiles"] = "Profile społeczności"; $a->strings["Help or @NewHere ?"] = ""; $a->strings["Connect Services"] = "Połączone serwisy"; $a->strings["Find Friends"] = "Znajdź znajomych"; $a->strings["Last users"] = "Ostatni użytkownicy"; -$a->strings["Local Directory"] = ""; +$a->strings["Local Directory"] = "Katalog lokalny"; $a->strings["Similar Interests"] = "Podobne zainteresowania"; $a->strings["Invite Friends"] = "Zaproś znajomych"; -$a->strings["External link to forum"] = ""; -$a->strings["Quick Start"] = ""; +$a->strings["External link to forum"] = "Zewnętrzny link do forum"; +$a->strings["Quick Start"] = "Szybki start"; $a->strings["Error decoding account file"] = "Błąd podczas odczytu pliku konta"; -$a->strings["Error! No version data in file! This is not a Friendica account file?"] = ""; +$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "Błąd! Brak danych wersji w pliku! To nie jest plik konta Friendica?"; $a->strings["User '%s' already exists on this server!"] = "Użytkownik '%s' już istnieje na tym serwerze!"; -$a->strings["User creation error"] = ""; -$a->strings["User profile creation error"] = ""; +$a->strings["User creation error"] = "Błąd tworzenia użytkownika"; +$a->strings["User profile creation error"] = "Błąd tworzenia profilu użytkownika"; $a->strings["%d contact not imported"] = [ 0 => "Nie zaimportowano %d kontaktu.", 1 => "Nie zaimportowano %d kontaktów.", 2 => "Nie zaimportowano %d kontaktów.", - 3 => "Nie zaimportowano %d kontaktów.", + 3 => "%dkontakty nie zostały zaimportowane ", ]; -$a->strings["Done. You can now login with your username and password"] = "Wykonano. Teraz możesz się zalogować z użyciem loginu i hasła."; -$a->strings["Post to Email"] = "Wyślij poprzez email"; -$a->strings["Hide your profile details from unknown viewers?"] = "Ukryć szczegóły twojego profilu przed nieznajomymi ?"; +$a->strings["Done. You can now login with your username and password"] = "Gotowe. Możesz teraz zalogować się, podając swoją nazwę użytkownika i hasło."; +$a->strings["Post to Email"] = "Prześlij e-mailem"; +$a->strings["Hide your profile details from unknown viewers?"] = "Ukryć szczegóły twojego profilu przed nieznajomymi?"; $a->strings["Connectors disabled, since \"%s\" is enabled."] = ""; $a->strings["Visible to everybody"] = "Widoczny dla wszystkich"; $a->strings["Close"] = "Zamknij"; $a->strings["System"] = "System"; -$a->strings["Home"] = "Dom"; +$a->strings["Home"] = "Strona domowa"; $a->strings["Introductions"] = "Wstępy"; $a->strings["%s commented on %s's post"] = "%s skomentował wpis %s"; $a->strings["%s created a new post"] = "%s dodał nowy wpis"; @@ -1824,13 +1824,13 @@ $a->strings["%s liked %s's post"] = "%s polubił wpis %s"; $a->strings["%s disliked %s's post"] = "%s przestał lubić post %s"; $a->strings["%s is attending %s's event"] = ""; $a->strings["%s is not attending %s's event"] = ""; -$a->strings["%s may attend %s's event"] = ""; +$a->strings["%s may attend %s's event"] = "%smoże uczestniczyć %s w wydarzeniu"; $a->strings["%s is now friends with %s"] = "%s jest teraz znajomym %s"; $a->strings["Friend Suggestion"] = "Propozycja znajomych"; $a->strings["Friend/Connect Request"] = "Prośba o dodanie do przyjaciół/powiązanych"; -$a->strings["New Follower"] = "Nowy obserwator"; +$a->strings["New Follower"] = "Nowy obserwujący"; $a->strings["Birthday:"] = "Urodziny:"; -$a->strings["YYYY-MM-DD or MM-DD"] = ""; +$a->strings["YYYY-MM-DD or MM-DD"] = "RRRR-MM-DD lub MM-DD"; $a->strings["never"] = "nigdy"; $a->strings["less than a second ago"] = "mniej niż sekundę temu"; $a->strings["year"] = "rok"; @@ -1847,11 +1847,11 @@ $a->strings["seconds"] = "sekundy"; $a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s temu"; $a->strings["view full size"] = "Zobacz w pełnym wymiarze"; $a->strings["Image/photo"] = "Obrazek/zdjęcie"; -$a->strings["%2\$s %3\$s"] = ""; +$a->strings["%2\$s %3\$s"] = "%2\$s%3\$s"; $a->strings["$1 wrote:"] = "$1 napisał:"; $a->strings["Encrypted content"] = "Szyfrowana treść"; -$a->strings["Invalid source protocol"] = ""; -$a->strings["Invalid link protocol"] = ""; +$a->strings["Invalid source protocol"] = "Nieprawidłowy protokół źródłowy"; +$a->strings["Invalid link protocol"] = "Niepoprawny link protokołu"; $a->strings["Frequently"] = "Jak najczęściej"; $a->strings["Hourly"] = "Godzinowo"; $a->strings["Twice daily"] = "Dwa razy dziennie"; @@ -1861,15 +1861,15 @@ $a->strings["Monthly"] = "Miesięcznie"; $a->strings["OStatus"] = "OStatus"; $a->strings["RSS/Atom"] = "RSS/Atom"; $a->strings["Facebook"] = "Facebook"; -$a->strings["Zot!"] = ""; +$a->strings["Zot!"] = "Zot!"; $a->strings["LinkedIn"] = "LinkedIn"; $a->strings["XMPP/IM"] = "XMPP/IM"; $a->strings["MySpace"] = "MySpace"; $a->strings["Google+"] = "Google+"; $a->strings["pump.io"] = ""; -$a->strings["Twitter"] = ""; +$a->strings["Twitter"] = "Twitter"; $a->strings["Diaspora Connector"] = ""; -$a->strings["GNU Social Connector"] = ""; +$a->strings["GNU Social Connector"] = "GNU Łącze Społecznościowe"; $a->strings["pnut"] = ""; $a->strings["App.net"] = ""; $a->strings["Male"] = "Mężczyzna"; @@ -1903,7 +1903,7 @@ $a->strings["Lonely"] = "Samotny"; $a->strings["Available"] = "Dostępny"; $a->strings["Unavailable"] = "Niedostępny"; $a->strings["Has crush"] = ""; -$a->strings["Infatuated"] = "zakochany"; +$a->strings["Infatuated"] = "Zakochany"; $a->strings["Dating"] = "Randki"; $a->strings["Unfaithful"] = "Niewierny"; $a->strings["Sex Addict"] = "Uzależniony od seksu"; @@ -1915,9 +1915,9 @@ $a->strings["Married"] = "Małżeństwo"; $a->strings["Imaginarily married"] = "Fikcyjnie w związku małżeńskim"; $a->strings["Partners"] = "Partnerzy"; $a->strings["Cohabiting"] = "Konkubinat"; -$a->strings["Common law"] = ""; +$a->strings["Common law"] = "Prawo zwyczajowe"; $a->strings["Happy"] = "Szczęśliwy"; -$a->strings["Not looking"] = ""; +$a->strings["Not looking"] = "Nie patrzę"; $a->strings["Swinger"] = "Swinger"; $a->strings["Betrayed"] = "Zdradzony"; $a->strings["Separated"] = "W separacji"; @@ -1927,12 +1927,12 @@ $a->strings["Imaginarily divorced"] = "Fikcyjnie rozwiedziony/a"; $a->strings["Widowed"] = "Wdowiec"; $a->strings["Uncertain"] = "Nieokreślony"; $a->strings["It's complicated"] = "To skomplikowane"; -$a->strings["Don't care"] = "Nie obchodzi mnie to"; +$a->strings["Don't care"] = "Nie przejmuj się"; $a->strings["Ask me"] = "Zapytaj mnie "; $a->strings["Nothing new here"] = "Brak nowych zdarzeń"; $a->strings["Clear notifications"] = "Wyczyść powiadomienia"; $a->strings["Personal notes"] = "Osobiste notatki"; -$a->strings["Your personal notes"] = ""; +$a->strings["Your personal notes"] = "Twoje osobiste notatki"; $a->strings["Sign in"] = "Zaloguj się"; $a->strings["Home Page"] = "Strona startowa"; $a->strings["Create an account"] = "Załóż konto"; @@ -1941,13 +1941,13 @@ $a->strings["Apps"] = "Aplikacje"; $a->strings["Addon applications, utilities, games"] = "Wtyczki, aplikacje, narzędzia, gry"; $a->strings["Search site content"] = "Przeszukaj zawartość strony"; $a->strings["Community"] = "Społeczność"; -$a->strings["Conversations on this and other servers"] = ""; +$a->strings["Conversations on this and other servers"] = "Rozmowy na tym i innych serwerach"; $a->strings["Directory"] = "Katalog"; -$a->strings["People directory"] = ""; -$a->strings["Information about this friendica instance"] = ""; -$a->strings["Network Reset"] = ""; -$a->strings["Load Network page with no filters"] = ""; -$a->strings["Friend Requests"] = "Podania o przyjęcie do grona znajomych"; +$a->strings["People directory"] = "Katalog osób"; +$a->strings["Information about this friendica instance"] = "Informacje o tej instancji friendica"; +$a->strings["Network Reset"] = "Resetowanie sieci"; +$a->strings["Load Network page with no filters"] = "Załaduj stronę sieci bez filtrów"; +$a->strings["Friend Requests"] = "Prośba o przyjęcie do grona znajomych"; $a->strings["See all notifications"] = "Zobacz wszystkie powiadomienia"; $a->strings["Mark all system notifications seen"] = "Oznacz wszystkie powiadomienia systemu jako przeczytane"; $a->strings["Inbox"] = "Odebrane"; @@ -1959,63 +1959,63 @@ $a->strings["Manage/Edit Profiles"] = "Zarządzaj/Edytuj profile"; $a->strings["Site setup and configuration"] = "Konfiguracja i ustawienia instancji"; $a->strings["Navigation"] = "Nawigacja"; $a->strings["Site map"] = "Mapa strony"; -$a->strings["General Features"] = ""; -$a->strings["Multiple Profiles"] = ""; -$a->strings["Ability to create multiple profiles"] = ""; -$a->strings["Photo Location"] = ""; -$a->strings["Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map."] = ""; -$a->strings["Export Public Calendar"] = ""; +$a->strings["General Features"] = "Główne cechy"; +$a->strings["Multiple Profiles"] = "Wiele profili"; +$a->strings["Ability to create multiple profiles"] = "Możliwość tworzenia wielu profili"; +$a->strings["Photo Location"] = "Lokalizacja zdjęcia"; +$a->strings["Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map."] = "Metadane zdjęć są zwykle usuwane. Wyodrębnia to położenie (jeśli jest obecne) przed usunięciem metadanych i łączy je z mapą."; +$a->strings["Export Public Calendar"] = "Eksportuj kalendarz publiczny"; $a->strings["Ability for visitors to download the public calendar"] = ""; $a->strings["Post Composition Features"] = ""; $a->strings["Post Preview"] = "Podgląd posta"; -$a->strings["Allow previewing posts and comments before publishing them"] = ""; +$a->strings["Allow previewing posts and comments before publishing them"] = "Zezwalaj na podgląd postów i komentarzy przed ich opublikowaniem"; $a->strings["Auto-mention Forums"] = ""; -$a->strings["Add/remove mention when a forum page is selected/deselected in ACL window."] = ""; -$a->strings["Network Sidebar Widgets"] = ""; +$a->strings["Add/remove mention when a forum page is selected/deselected in ACL window."] = "Dodaj/usuń wzmiankę, gdy strona forum zostanie wybrana/cofnięta w oknie ACL."; +$a->strings["Network Sidebar Widgets"] = "Widgety paska bocznego sieci"; $a->strings["Search by Date"] = "Szukanie wg daty"; -$a->strings["Ability to select posts by date ranges"] = ""; -$a->strings["List Forums"] = ""; -$a->strings["Enable widget to display the forums your are connected with"] = ""; -$a->strings["Group Filter"] = "Filtrowanie grupowe"; -$a->strings["Enable widget to display Network posts only from selected group"] = ""; -$a->strings["Network Filter"] = ""; -$a->strings["Enable widget to display Network posts only from selected network"] = ""; -$a->strings["Save search terms for re-use"] = ""; -$a->strings["Network Tabs"] = ""; -$a->strings["Network Personal Tab"] = ""; -$a->strings["Enable tab to display only Network posts that you've interacted on"] = ""; -$a->strings["Network New Tab"] = ""; -$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = ""; +$a->strings["Ability to select posts by date ranges"] = "Wybierz wpisy według zakresów dat"; +$a->strings["List Forums"] = "Lista forów"; +$a->strings["Enable widget to display the forums your are connected with"] = "Włącz widżet, aby wyświetlić fora, z którymi jesteś połączony"; +$a->strings["Group Filter"] = "Filtr grupowy"; +$a->strings["Enable widget to display Network posts only from selected group"] = "Włącz widżet, aby wyświetlać posty sieciowe tylko z wybranej grupy"; +$a->strings["Network Filter"] = "Filtr sieciowy"; +$a->strings["Enable widget to display Network posts only from selected network"] = "Włącz widżet, aby wyświetlać posty sieciowe tylko z wybranej sieci"; +$a->strings["Save search terms for re-use"] = "Zapisz wyszukiwane hasła do ponownego użycia"; +$a->strings["Network Tabs"] = "Karty sieciowe"; +$a->strings["Network Personal Tab"] = "Sieć Osobista zakładka"; +$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Włącz kartę, by wyświetlać tylko posty w sieci, z którymi współpracujesz"; +$a->strings["Network New Tab"] = "Sieć Nowa karta"; +$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "Włącz kartę, aby wyświetlić tylko nowe posty sieciowe (z ostatnich 12 godzin)"; $a->strings["Network Shared Links Tab"] = ""; -$a->strings["Enable tab to display only Network posts with links in them"] = ""; -$a->strings["Post/Comment Tools"] = ""; -$a->strings["Multiple Deletion"] = ""; -$a->strings["Select and delete multiple posts/comments at once"] = ""; -$a->strings["Edit Sent Posts"] = ""; -$a->strings["Edit and correct posts and comments after sending"] = ""; -$a->strings["Tagging"] = "Oznaczanie"; -$a->strings["Ability to tag existing posts"] = ""; +$a->strings["Enable tab to display only Network posts with links in them"] = "Włącz zakładkę, aby wyświetlić tylko posty sieciowe z łączami do nich"; +$a->strings["Post/Comment Tools"] = "Narzędzia post/komentarz"; +$a->strings["Multiple Deletion"] = "Wielokrotne usunięcie"; +$a->strings["Select and delete multiple posts/comments at once"] = "Wybierz i usuń wiele postów/komentarzy jednocześnie"; +$a->strings["Edit Sent Posts"] = "Edytuj wysłane posty"; +$a->strings["Edit and correct posts and comments after sending"] = "Edycja i poprawianie wpisów i komentarzy po wysłaniu"; +$a->strings["Tagging"] = "Tagowanie"; +$a->strings["Ability to tag existing posts"] = "Możliwość oznaczania istniejących postów"; $a->strings["Post Categories"] = "Kategorie postów"; $a->strings["Add categories to your posts"] = "Dodaj kategorie do twoich postów"; $a->strings["Saved Folders"] = "Zapisane foldery"; -$a->strings["Ability to file posts under folders"] = ""; -$a->strings["Dislike Posts"] = ""; +$a->strings["Ability to file posts under folders"] = "Możliwość przesyłania postów do folderów"; +$a->strings["Dislike Posts"] = "Nie lubię Postów"; $a->strings["Ability to dislike posts/comments"] = ""; $a->strings["Star Posts"] = "Oznacz posty gwiazdką"; -$a->strings["Ability to mark special posts with a star indicator"] = ""; -$a->strings["Mute Post Notifications"] = ""; -$a->strings["Ability to mute notifications for a thread"] = ""; -$a->strings["Advanced Profile Settings"] = ""; -$a->strings["Show visitors public community forums at the Advanced Profile Page"] = ""; -$a->strings["Tag Cloud"] = ""; -$a->strings["Provide a personal tag cloud on your profile page"] = ""; -$a->strings["Display Membership Date"] = ""; -$a->strings["Display membership date in profile"] = ""; +$a->strings["Ability to mark special posts with a star indicator"] = "Oznacz specjalne posty gwiazdką"; +$a->strings["Mute Post Notifications"] = "Ignoruj ​​powiadomienia pocztą"; +$a->strings["Ability to mute notifications for a thread"] = "Ignoruj powiadomienia dla wątku"; +$a->strings["Advanced Profile Settings"] = "Zaawansowane ustawienia profilu"; +$a->strings["Show visitors public community forums at the Advanced Profile Page"] = "Wyświetlaj publiczne fora społeczności na stronie profilu zaawansowanego"; +$a->strings["Tag Cloud"] = "Chmura tagów"; +$a->strings["Provide a personal tag cloud on your profile page"] = "Podaj osobistą chmurę tagów na stronie profilu"; +$a->strings["Display Membership Date"] = "Wyświetl datę członkostwa"; +$a->strings["Display membership date in profile"] = "Wyświetl datę członkostwa w profilu"; $a->strings["Embedding disabled"] = "Osadzanie wyłączone"; $a->strings["Embedded content"] = "Osadzona zawartość"; -$a->strings["Export"] = ""; -$a->strings["Export calendar as ical"] = ""; -$a->strings["Export calendar as csv"] = ""; +$a->strings["Export"] = "Eksport"; +$a->strings["Export calendar as ical"] = "Wyeksportuj kalendarz jako ical"; +$a->strings["Export calendar as csv"] = "Eksportuj kalendarz jako csv"; $a->strings["Add New Contact"] = "Dodaj nowy kontakt"; $a->strings["Enter address or web location"] = "Wpisz adres lub lokalizację sieciową"; $a->strings["Example: bob@example.com, http://example.com/barbara"] = "Przykład: bob@przykład.com, http://przykład.com/barbara"; @@ -2027,9 +2027,9 @@ $a->strings["%d invitation available"] = [ ]; $a->strings["Find People"] = "Znajdź ludzi"; $a->strings["Enter name or interest"] = "Wpisz nazwę lub zainteresowanie"; -$a->strings["Examples: Robert Morgenstein, Fishing"] = "Przykładowo: Jan Kowalski, Wędkarstwo"; +$a->strings["Examples: Robert Morgenstein, Fishing"] = "Przykład: Jan Kowalski, Wędkarstwo"; $a->strings["Random Profile"] = "Domyślny profil"; -$a->strings["View Global Directory"] = ""; +$a->strings["View Global Directory"] = "Wyświetl globalny katalog"; $a->strings["Networks"] = "Sieci"; $a->strings["All Networks"] = "Wszystkie Sieci"; $a->strings["Everything"] = "Wszystko"; @@ -2040,13 +2040,13 @@ $a->strings["%d contact in common"] = [ 2 => "", 3 => "", ]; -$a->strings["There are no tables on MyISAM."] = ""; +$a->strings["There are no tables on MyISAM."] = "W MyISAM nie ma tabel."; $a->strings["\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."] = ""; -$a->strings["The error message is\n[pre]%s[/pre]"] = ""; -$a->strings["\nError %d occurred during database update:\n%s\n"] = ""; -$a->strings["Errors encountered performing database changes: "] = ""; -$a->strings[": Database update"] = ""; -$a->strings["%s: updating %s table."] = ""; +$a->strings["The error message is\n[pre]%s[/pre]"] = "Komunikat o błędzie jest \n[pre]%s[/ pre]"; +$a->strings["\nError %d occurred during database update:\n%s\n"] = "\nWystąpił błąd %d podczas aktualizacji bazy danych:\n%s\n"; +$a->strings["Errors encountered performing database changes: "] = "Napotkane błędy powodujące zmiany w bazie danych:"; +$a->strings[": Database update"] = ": Aktualizacja bazy danych"; +$a->strings["%s: updating %s table."] = "%s: aktualizowanie %s tabeli."; $a->strings["[no subject]"] = "[bez tematu]"; $a->strings["Requested account is not available."] = "Żądane konto jest niedostępne."; $a->strings["Edit profile"] = "Edytuj profil"; @@ -2060,7 +2060,7 @@ $a->strings["Birthdays this week:"] = "Urodziny w tym tygodniu:"; $a->strings["[No description]"] = "[Brak opisu]"; $a->strings["Event Reminders"] = "Przypominacze wydarzeń"; $a->strings["Events this week:"] = "Wydarzenia w tym tygodniu:"; -$a->strings["Member since:"] = ""; +$a->strings["Member since:"] = "Członek od:"; $a->strings["j F, Y"] = "d M, R"; $a->strings["j F"] = "d M"; $a->strings["Age:"] = "Wiek:"; @@ -2077,19 +2077,19 @@ $a->strings["Work/employment:"] = "Praca/zatrudnienie:"; $a->strings["School/education:"] = "Szkoła/edukacja:"; $a->strings["Forums:"] = "Fora:"; $a->strings["Only You Can See This"] = "Tylko ty możesz to zobaczyć"; -$a->strings["Drop Contact"] = ""; +$a->strings["Drop Contact"] = "Upuść kontakt"; $a->strings["Organisation"] = "Organizacja"; $a->strings["News"] = "Aktualności"; -$a->strings["Forum"] = ""; +$a->strings["Forum"] = "Forum"; $a->strings["Connect URL missing."] = "Brak adresu URL połączenia."; -$a->strings["The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."] = ""; +$a->strings["The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."] = "Nie można dodać kontaktu. Sprawdź odpowiednie poświadczenia sieciowe na stronie Ustawienia -> Sieci społecznościowe."; $a->strings["This site is not configured to allow communications with other networks."] = "Ta strona nie jest skonfigurowana do pozwalania na komunikację z innymi sieciami"; -$a->strings["No compatible communication protocols or feeds were discovered."] = ""; +$a->strings["No compatible communication protocols or feeds were discovered."] = "Nie znaleziono żadnych kompatybilnych protokołów komunikacyjnych ani źródeł."; $a->strings["The profile address specified does not provide adequate information."] = "Dany adres profilu nie dostarcza odpowiednich informacji."; $a->strings["An author or name was not found."] = "Autor lub nazwa nie zostało znalezione."; $a->strings["No browser URL could be matched to this address."] = "Przeglądarka WWW nie może odnaleźć podanego adresu"; -$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = ""; -$a->strings["Use mailto: in front of address to force email check."] = ""; +$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "Nie można dopasować @-stylu Adres identyfikacyjny ze znanym protokołem lub kontaktem e-mail."; +$a->strings["Use mailto: in front of address to force email check."] = "Użyj mailto: przed adresem, aby wymusić sprawdzanie poczty e-mail."; $a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "Określony adres profilu należy do sieci, która została wyłączona na tej stronie."; $a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Profil ograniczony. Ta osoba będzie niezdolna do odbierania osobistych powiadomień od ciebie."; $a->strings["Unable to retrieve contact information."] = "Nie można otrzymać informacji kontaktowych"; @@ -2097,19 +2097,19 @@ $a->strings["%s's birthday"] = "Urodziny %s"; $a->strings["Happy Birthday %s"] = "Urodziny %s"; $a->strings["Starts:"] = "Start:"; $a->strings["Finishes:"] = "Wykończenia:"; -$a->strings["all-day"] = ""; -$a->strings["Jun"] = ""; -$a->strings["Sept"] = ""; -$a->strings["No events to display"] = ""; +$a->strings["all-day"] = "cały dzień"; +$a->strings["Jun"] = "cze"; +$a->strings["Sept"] = "wrz"; +$a->strings["No events to display"] = "Brak wydarzeń do wyświetlenia"; $a->strings["l, F j"] = "d, M d "; $a->strings["Edit event"] = "Edytuj wydarzenie"; -$a->strings["Duplicate event"] = ""; -$a->strings["Delete event"] = ""; +$a->strings["Duplicate event"] = "Zduplikowane zdarzenie"; +$a->strings["Delete event"] = "Usuń wydarzenie"; $a->strings["D g:i A"] = ""; $a->strings["g:i A"] = ""; -$a->strings["Show map"] = ""; -$a->strings["Hide map"] = ""; -$a->strings["A deleted group with this name was revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = ""; +$a->strings["Show map"] = "Pokaż mapę"; +$a->strings["Hide map"] = "Ukryj mapę"; +$a->strings["A deleted group with this name was revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Skasowana grupa o tej nazwie została przywrócona. Istniejące uprawnienia do pozycji mogą dotyczyć tej grupy i wszystkich przyszłych członków. Jeśli nie jest to zamierzone, utwórz inną grupę o innej nazwie."; $a->strings["Default privacy group for new contacts"] = "Domyślne ustawienia prywatności dla nowych kontaktów"; $a->strings["Everybody"] = "Wszyscy"; $a->strings["edit"] = "edytuj"; @@ -2117,15 +2117,15 @@ $a->strings["Edit group"] = "Edytuj grupy"; $a->strings["Contacts not in any group"] = "Kontakt nie jest w żadnej grupie"; $a->strings["Create a new group"] = "Stwórz nową grupę"; $a->strings["Edit groups"] = "Edytuj grupy"; -$a->strings["%1\$s is attending %2\$s's %3\$s"] = ""; -$a->strings["%1\$s is not attending %2\$s's %3\$s"] = ""; -$a->strings["%1\$s may attend %2\$s's %3\$s"] = ""; +$a->strings["%1\$s is attending %2\$s's %3\$s"] = "%1\$suczestniczy %2\$s's %3\$s "; +$a->strings["%1\$s is not attending %2\$s's %3\$s"] = "%1\$snie uczestniczy %2\$s's %3\$s "; +$a->strings["%1\$s may attend %2\$s's %3\$s"] = "%1\$smogą uczestniczyć %2\$s's %3\$s "; $a->strings["Login failed"] = "Logowanie nieudane"; -$a->strings["Not enough information to authenticate"] = ""; +$a->strings["Not enough information to authenticate"] = "Za mało informacji do uwierzytelnienia"; $a->strings["An invitation is required."] = "Wymagane zaproszenie."; $a->strings["Invitation could not be verified."] = "Zaproszenie niezweryfikowane."; $a->strings["Invalid OpenID url"] = "Nieprawidłowy adres url OpenID"; -$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = ""; +$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Napotkaliśmy problem podczas logowania z podanym przez nas identyfikatorem OpenID. Sprawdź poprawną pisownię identyfikatora."; $a->strings["The error message was:"] = "Komunikat o błędzie:"; $a->strings["Please enter the required information."] = "Wprowadź wymagane informacje"; $a->strings["Please use a shorter name."] = "Użyj dłuższej nazwy."; @@ -2134,47 +2134,47 @@ $a->strings["That doesn't appear to be your full (First Last) name."] = "Zdaje m $a->strings["Your email domain is not among those allowed on this site."] = "Twoja domena internetowa nie jest obsługiwana na tej stronie."; $a->strings["Not a valid email address."] = "Niepoprawny adres e mail.."; $a->strings["Cannot use that email."] = "Nie możesz użyć tego e-maila. "; -$a->strings["Your nickname can only contain a-z, 0-9 and _."] = ""; +$a->strings["Your nickname can only contain a-z, 0-9 and _."] = "Twój pseudonim może zawierać tylko a-z, 0-9 i _."; $a->strings["Nickname is already registered. Please choose another."] = "Ten login jest zajęty. Wybierz inny."; $a->strings["SERIOUS ERROR: Generation of security keys failed."] = "POWAŻNY BŁĄD: niepowodzenie podczas tworzenia kluczy zabezpieczeń."; $a->strings["An error occurred during registration. Please try again."] = "Wystąpił bład podczas rejestracji, Spróbuj ponownie."; $a->strings["An error occurred creating your default profile. Please try again."] = "Wystąpił błąd podczas tworzenia profilu. Spróbuj ponownie."; -$a->strings["An error occurred creating your self contact. Please try again."] = ""; -$a->strings["An error occurred creating your default contact group. Please try again."] = ""; -$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\t\t"] = ""; -$a->strings["Registration at %s"] = ""; -$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t\t"] = ""; -$a->strings["\n\t\t\tThe login details are as follows:\n\t\t\t\tSite Location:\t%3\$s\n\t\t\t\tLogin Name:\t%1\$s\n\t\t\t\tPassword:\t%5\$s\n\n\t\t\tYou may change your password from your account Settings page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile keywords (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\n\t\t\tThank you and welcome to %2\$s."] = ""; -$a->strings["%s\\'s birthday"] = ""; +$a->strings["An error occurred creating your self contact. Please try again."] = "Wystąpił błąd podczas tworzenia własnego kontaktu. Proszę spróbuj ponownie."; +$a->strings["An error occurred creating your default contact group. Please try again."] = "Wystąpił błąd podczas tworzenia domyślnej grupy kontaktów. Proszę spróbuj ponownie."; +$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\t\t"] = "\n\t\t\tDrodzy %1\$s, \n\t\t\t\tDziękujemy za rejestrację na stronie %2\$s. Twoje konto czeka na zatwierdzenie przez administratora."; +$a->strings["Registration at %s"] = "Rejestracja w %s"; +$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t\t"] = "\n\t\t\tDrodzy %1\$s, \n\t\t\t\tDziękujemy za rejestrację na stronie %2\$s. Twoje konto zostało utworzone."; +$a->strings["\n\t\t\tThe login details are as follows:\n\t\t\t\tSite Location:\t%3\$s\n\t\t\t\tLogin Name:\t%1\$s\n\t\t\t\tPassword:\t%5\$s\n\n\t\t\tYou may change your password from your account Settings page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile keywords (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\n\t\t\tThank you and welcome to %2\$s."] = "\n\t\t\tDane logowania są następujące:\n\t\t\t\tLokalizacja strony:\t%3\$s\n\t\t\t\tNazwa użytkownika:\t%1\$s\n\t\t\t\tHasło:\t%5\$s\n \n\t\t\tMożesz zmienić hasło ze strony Ustawienia konta po zalogowaniu\n\t\t\tw.\n\n\t\t\tPoświęć chwilę, aby przejrzeć inne ustawienia konta na tej stronie.\n\n\t\t\tMożesz również dodać podstawowe informacje do domyślnego profilu\n\t\t\t(na stronie \"Profile\"), aby inne osoby mogły łatwo Cię znaleźć.\n\n\t\t\tZalecamy ustawienie imienia i nazwiska, dodanie zdjęcia profilowego,\n\t\t\tdodanie niektórych słów kluczowych profilu (bardzo przydatne w nawiązywaniu nowych znajomości) - i\n\t\t\tbyć może w jakim kraju mieszkasz; jeśli nie chcesz być bardziej konkretny\n\t\t\tniż to.\n \n\t\t\tW pełni szanujemy Twoje prawo do prywatności i żaden z tych elementów nie jest konieczny.\n\t\t\tJeśli jesteś nowy i nie znasz nikogo tutaj, mogą ci pomóc\n\t\t\tMożesz tworzyć nowych i interesujących przyjaciół\n\n\n\t\t\tDziękuję i zapraszam %2\$s."; +$a->strings["%s\\'s birthday"] = "%s\\'s urodziny"; $a->strings["Sharing notification from Diaspora network"] = "Wspólne powiadomienie z sieci Diaspora"; $a->strings["Attachments:"] = "Załączniki:"; -$a->strings["%s is now following %s."] = ""; +$a->strings["%s is now following %s."] = "%sjest teraz następujące %s. "; $a->strings["following"] = "następujący"; -$a->strings["%s stopped following %s."] = ""; -$a->strings["stopped following"] = "przestań obserwować"; +$a->strings["%s stopped following %s."] = "%sprzestał śledzić %s. "; +$a->strings["stopped following"] = "przestał śledzić"; $a->strings["(no subject)"] = "(bez tematu)"; $a->strings["Create a New Account"] = "Załóż nowe konto"; $a->strings["Password: "] = "Hasło:"; $a->strings["Remember me"] = "Zapamiętaj mnie"; $a->strings["Or login using OpenID: "] = "Lub zaloguj się korzystając z OpenID:"; $a->strings["Forgot your password?"] = "Zapomniałeś swojego hasła?"; -$a->strings["Website Terms of Service"] = ""; +$a->strings["Website Terms of Service"] = "Warunki korzystania z witryny"; $a->strings["terms of service"] = "warunki użytkowania"; -$a->strings["Website Privacy Policy"] = ""; +$a->strings["Website Privacy Policy"] = "Polityka Prywatności Witryny"; $a->strings["privacy policy"] = "polityka prywatności"; $a->strings["Logged out."] = "Wyloguj"; $a->strings["This entry was edited"] = "Ten wpis został zedytowany"; $a->strings["save to folder"] = "zapisz w folderze"; -$a->strings["I will attend"] = ""; -$a->strings["I will not attend"] = ""; -$a->strings["I might attend"] = ""; +$a->strings["I will attend"] = "Będę uczestniczyć"; +$a->strings["I will not attend"] = "Nie będę uczestniczyć"; +$a->strings["I might attend"] = "Mogę wziąć udział"; $a->strings["add star"] = "dodaj gwiazdkę"; $a->strings["remove star"] = "anuluj gwiazdkę"; $a->strings["toggle star status"] = "włącz status gwiazdy"; $a->strings["starred"] = "gwiazdką"; $a->strings["ignore thread"] = "zignoruj ​​wątek"; -$a->strings["unignore thread"] = ""; -$a->strings["toggle ignore status"] = ""; +$a->strings["unignore thread"] = "odignoruj ​​wątek"; +$a->strings["toggle ignore status"] = "przełącz status ignorowania"; $a->strings["add tag"] = "dodaj tag"; $a->strings["like"] = "polub"; $a->strings["dislike"] = "Nie lubię"; From bd1a48b61bd79ebd6f9b6a8dbed979708985aea5 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 1 Apr 2018 20:15:50 +0200 Subject: [PATCH 279/430] update for PL translation THX waldis --- view/lang/pl/messages.po | 216 +++++++++++++++++++-------------------- view/lang/pl/strings.php | 214 +++++++++++++++++++------------------- 2 files changed, 215 insertions(+), 215 deletions(-) diff --git a/view/lang/pl/messages.po b/view/lang/pl/messages.po index af025cd04c..99035dbe11 100644 --- a/view/lang/pl/messages.po +++ b/view/lang/pl/messages.po @@ -39,7 +39,7 @@ msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-28 08:41+0200\n" -"PO-Revision-Date: 2018-03-31 20:50+0000\n" +"PO-Revision-Date: 2018-04-01 18:13+0000\n" "Last-Translator: Waldemar Stoczkowski \n" "Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n" "MIME-Version: 1.0\n" @@ -338,7 +338,7 @@ msgstr "%s nie lubię tego." #: include/conversation.php:1239 #, php-format msgid "%2$d people attend" -msgstr "" +msgstr "%2$dosoby uczestniczą" #: include/conversation.php:1240 #, php-format @@ -3879,7 +3879,7 @@ msgstr "Aktualizacja bazy danych nie powiodła się. Uruchom polecenie \"php bin #: mod/admin.php:744 msgid "The worker was never executed. Please check your database structure!" -msgstr "" +msgstr "Pracownik nigdy nie został stracony. Sprawdź swoją strukturę bazy danych!" #: mod/admin.php:747 #, php-format @@ -3938,7 +3938,7 @@ msgstr "Aktywne dodatki" #: mod/admin.php:826 msgid "Can not parse base url. Must have at least ://" -msgstr "" +msgstr "Nie można zanalizować podstawowego adresu URL. Musi mieć co najmniej : //" #: mod/admin.php:1144 msgid "Site settings updated." @@ -4270,7 +4270,7 @@ msgstr "Rozdzielana przecinkami lista domen dozwolonych w adresach e-mail do rej #: mod/admin.php:1318 msgid "No OEmbed rich content" -msgstr "" +msgstr "Brak treści multimedialnych ze znaczkiem HTML" #: mod/admin.php:1318 msgid "" @@ -4440,13 +4440,13 @@ msgstr "Normalnie importujemy każdą treść z naszych kontaktów OStatus. W te #: mod/admin.php:1335 msgid "OStatus support can only be enabled if threading is enabled." -msgstr "" +msgstr "Obsługa OStatus może być włączona tylko wtedy, gdy włączone jest wątkowanie." #: mod/admin.php:1337 msgid "" "Diaspora support can't be enabled because Friendica was installed into a sub" " directory." -msgstr "" +msgstr "Obsługa Diaspory nie może być włączona, ponieważ Friendica została zainstalowana w podkatalogu." #: mod/admin.php:1338 msgid "Enable Diaspora support" @@ -4454,7 +4454,7 @@ msgstr "Włączyć obsługę Diaspory" #: mod/admin.php:1338 msgid "Provide built-in Diaspora network compatibility." -msgstr "" +msgstr "Zapewnij wbudowaną kompatybilność z siecią Diaspora." #: mod/admin.php:1339 msgid "Only allow Friendica contacts" @@ -4494,7 +4494,7 @@ msgstr "Wartość jest w sekundach. Ustaw na 0 dla nieograniczonej (niezalecane) #: mod/admin.php:1344 msgid "Maximum Load Average" -msgstr "" +msgstr "Maksymalne obciążenie średnie" #: mod/admin.php:1344 msgid "" @@ -4504,7 +4504,7 @@ msgstr "Maksymalne obciążenie systemu przed dostawą i odpytywaniem jest odroc #: mod/admin.php:1345 msgid "Maximum Load Average (Frontend)" -msgstr "" +msgstr "Maksymalne obciążenie średnie (Frontend)" #: mod/admin.php:1345 msgid "Maximum system load before the frontend quits service - default 50." @@ -4518,31 +4518,31 @@ msgstr "Minimalna pamięć" msgid "" "Minimal free memory in MB for the worker. Needs access to /proc/meminfo - " "default 0 (deactivated)." -msgstr "" +msgstr "Minimalna wolna pamięć w MB dla pracownika. Potrzebuje dostępu do /proc/ meminfo - domyślnie 0 (wyłączone)." #: mod/admin.php:1347 msgid "Maximum table size for optimization" -msgstr "" +msgstr "Maksymalny rozmiar stołu do optymalizacji" #: mod/admin.php:1347 msgid "" "Maximum table size (in MB) for the automatic optimization - default 100 MB. " "Enter -1 to disable it." -msgstr "" +msgstr "Maksymalny rozmiar tabeli (w MB) dla automatycznej optymalizacji - domyślnie 100 MB. Wprowadź -1, aby go wyłączyć." #: mod/admin.php:1348 msgid "Minimum level of fragmentation" -msgstr "" +msgstr "Minimalny poziom fragmentacji" #: mod/admin.php:1348 msgid "" "Minimum fragmenation level to start the automatic optimization - default " "value is 30%." -msgstr "" +msgstr "Minimalny poziom fragmentacji, aby rozpocząć automatyczną optymalizację - domyślna wartość to 30%." #: mod/admin.php:1350 msgid "Periodical check of global contacts" -msgstr "" +msgstr "Okresowa kontrola kontaktów globalnych" #: mod/admin.php:1350 msgid "" @@ -4556,7 +4556,7 @@ msgstr "Dni między żądaniem" #: mod/admin.php:1351 msgid "Number of days after which a server is requeried for his contacts." -msgstr "" +msgstr "Liczba dni, po upływie których serwer jest żądany dla swoich kontaktów." #: mod/admin.php:1352 msgid "Discover contacts from other servers" @@ -4722,14 +4722,14 @@ msgstr "Na współdzielonych hostach ustaw to na 2. W większych systemach warto #: mod/admin.php:1373 msgid "Don't use 'proc_open' with the worker" -msgstr "" +msgstr "Nie używaj 'proc_open' z robotnikiem" #: mod/admin.php:1373 msgid "" "Enable this if your system doesn't allow the use of 'proc_open'. This can " "happen on shared hosters. If this is enabled you should increase the " "frequency of worker calls in your crontab." -msgstr "" +msgstr "Włącz to, jeśli twój system nie zezwala na użycie 'proc_open'. Może się to zdarzyć w przypadku współdzielonych hosterów. Jeśli ta opcja jest włączona, powinieneś zwiększyć częstotliwość wywołań pracowniczych w twoim pliku crontab." #: mod/admin.php:1374 msgid "Enable fastlane" @@ -4743,7 +4743,7 @@ msgstr "Po włączeniu system Fastlane uruchamia dodatkowego pracownika, jeśli #: mod/admin.php:1375 msgid "Enable frontend worker" -msgstr "" +msgstr "Włącz pracownika frontend" #: mod/admin.php:1375 #, php-format @@ -4753,11 +4753,11 @@ msgid "" "might want to call %s/worker on a regular basis via an external cron job. " "You should only enable this option if you cannot utilize cron/scheduled jobs" " on your server." -msgstr "" +msgstr "Po włączeniu proces roboczy jest wyzwalany, gdy wykonywany jest dostęp do zaplecza \\x28e.g. wiadomości są dostarczane\\x29. W mniejszych witrynach możesz chcieć wywoływać %s/robotnika regularnie przez zewnętrzne zadanie cron. Tę opcję należy włączyć tylko wtedy, gdy nie można używać zadań cron/zaplanowanych na serwerze." #: mod/admin.php:1377 msgid "Subscribe to relay" -msgstr "" +msgstr "Subskrybuj przekaźnik" #: mod/admin.php:1377 msgid "" @@ -4773,27 +4773,27 @@ msgstr "Serwer przekazujący" msgid "" "Address of the relay server where public posts should be send to. For " "example https://relay.diasp.org" -msgstr "" +msgstr "Adres serwera przekazującego, do którego należy wysyłać publiczne posty. Na przykład https://relay.diasp.org" #: mod/admin.php:1379 msgid "Direct relay transfer" -msgstr "" +msgstr "Bezpośredni transfer przekaźników" #: mod/admin.php:1379 msgid "" "Enables the direct transfer to other servers without using the relay servers" -msgstr "" +msgstr "Umożliwia bezpośredni transfer do innych serwerów bez korzystania z serwerów przekazujących" #: mod/admin.php:1380 msgid "Relay scope" -msgstr "" +msgstr "Zakres przekaźnika" #: mod/admin.php:1380 msgid "" "Can be 'all' or 'tags'. 'all' means that every public post should be " "received. 'tags' means that only posts with selected tags should be " "received." -msgstr "" +msgstr "Może być 'wszystkim' lub 'tagami'. 'wszystko' oznacza, że ​​każdy post publiczny powinien zostać odebrany. 'tagi' oznaczają, że powinny być odbierane tylko posty z wybranymi tagami." #: mod/admin.php:1380 msgid "all" @@ -4809,7 +4809,7 @@ msgstr "Serwer tagów" #: mod/admin.php:1381 msgid "Comma separated list of tags for the 'tags' subscription." -msgstr "" +msgstr "Lista oddzielonych przecinkami znaczników dla subskrypcji 'tagów'." #: mod/admin.php:1382 msgid "Allow user tags" @@ -4819,7 +4819,7 @@ msgstr "Pozwól na tagi użytkowników" msgid "" "If enabled, the tags from the saved searches will used for the 'tags' " "subscription in addition to the 'relay_server_tags'." -msgstr "" +msgstr "Po włączeniu tagi z zapisanych wyszukiwań będą używane do subskrypcji 'tagów' oprócz 'relay_server_tags'." #: mod/admin.php:1410 msgid "Update has been marked successful" @@ -4828,32 +4828,32 @@ msgstr "Aktualizacja została oznaczona jako udana" #: mod/admin.php:1417 #, php-format msgid "Database structure update %s was successfully applied." -msgstr "" +msgstr "Pomyślnie zastosowano aktualizację %s struktury bazy danych." #: mod/admin.php:1420 #, php-format msgid "Executing of database structure update %s failed with error: %s" -msgstr "" +msgstr "Wykonanie aktualizacji %s struktury bazy danych nie powiodło się z powodu błędu:%s" #: mod/admin.php:1433 #, php-format msgid "Executing %s failed with error: %s" -msgstr "" +msgstr "Wykonanie %s nie powiodło się z powodu błędu:%s" #: mod/admin.php:1435 #, php-format msgid "Update %s was successfully applied." -msgstr "" +msgstr "Aktualizacja %s została pomyślnie zastosowana." #: mod/admin.php:1438 #, php-format msgid "Update %s did not return a status. Unknown if it succeeded." -msgstr "" +msgstr "Aktualizacja %s nie zwróciła statusu. Nieznane, jeśli się udało." #: mod/admin.php:1441 #, php-format msgid "There was no additional update function %s that needed to be called." -msgstr "" +msgstr "Nie było dodatkowej funkcji %s aktualizacji, która musiała zostać wywołana." #: mod/admin.php:1461 msgid "No failed updates." @@ -4870,7 +4870,7 @@ msgstr "Błąd aktualizacji" #: mod/admin.php:1468 msgid "" "This does not include updates prior to 1139, which did not return a status." -msgstr "" +msgstr "Nie dotyczy to aktualizacji przed 1139, który nie zwrócił statusu." #: mod/admin.php:1469 msgid "Mark success (if update was manually applied)" @@ -4886,7 +4886,7 @@ msgid "" "\n" "\t\t\tDear %1$s,\n" "\t\t\t\tthe administrator of %2$s has set up an account for you." -msgstr "" +msgstr "\n\t\t\tSzanowny/a Panie/Pani %1$s, \n\t\t\t\tadministrator %2$s założył dla ciebie konto." #: mod/admin.php:1512 #, php-format @@ -4916,7 +4916,7 @@ msgid "" "\t\t\tyou to make some new and interesting friends.\n" "\n" "\t\t\tThank you and welcome to %4$s." -msgstr "" +msgstr "\n\t\t\tDane logowania są następuje:\n\n\t\t\tLokalizacja witryny:\t%1$s\n\t\t\tNazwa użytkownika:\t\t%2$s\n\t\t\tHasło:\t\t%3$s\n\n\t\t\tPo zalogowaniu możesz zmienić hasło ze strony \"Ustawienia\" na koncie\n\t\t\tw\n\n\t\t\t Poświęć chwilę, aby przejrzeć inne ustawienia konta na tej stronie\n\n\t\t\tMożesz również dodać podstawowe informacje do swojego domyślnego profilu\n\t\t\t(na stronie 'Profil'), aby inne osoby mogły łatwo Cię znaleźć.\n\n\t\t\tZalecamy ustawienie imienia i nazwiska, dodanie zdjęcia profilowego,\n\t\t\tdodanie niektórych \"słów kluczowych\" profilu (bardzo przydatne w nawiązywaniu nowych znajomości) - i\n\t\t\tbyć może w jakim kraju mieszkasz; jeśli nie chcesz być bardziej konkretny\n\t\t\tniż to.\n\n \t\t\tW pełni szanujemy Twoje prawo do prywatności i żaden z tych elementów nie jest konieczny.\n\t\t\tJeśli jesteś nowy i nie znasz nikogo tutaj, mogą ci pomóc\n\t\t\tmożesz tworzyć nowych i interesujących przyjaciół\n\n\t\t\tDziękuję i zapraszam%4$s" #: mod/admin.php:1544 src/Model/User.php:647 #, php-format @@ -5089,7 +5089,7 @@ msgid "" "There are currently no addons available on your node. You can find the " "official addon repository at %1$s and might find other interesting addons in" " the open addon registry at %2$s" -msgstr "" +msgstr "W twoim węźle nie ma obecnie żadnych dodatków. Możesz znaleźć oficjalne repozytorium dodatków na %1$s i możesz znaleźć inne interesujące dodatki w otwartym rejestrze dodatków na %2$s" #: mod/admin.php:2024 msgid "No themes found." @@ -5168,14 +5168,14 @@ msgstr "Aby włączyć rejestrowanie błędów i ostrzeżeń PHP, możesz dodać msgid "" "Error trying to open %1$s log file.\\r\\n
    Check to see " "if file %1$s exist and is readable." -msgstr "" +msgstr "Błąd podczas próby otwarcia %1$s pliku dziennika. \\r\\n
    Sprawdź, czy plik %1$s istnieje i czy można go odczytać." #: mod/admin.php:2270 #, php-format msgid "" "Couldn't open %1$s log file.\\r\\n
    Check to see if file" " %1$s is readable." -msgstr "" +msgstr "Nie można otworzyć %1$spliku dziennika. \\r\\n
    Sprawdź, czy plik %1$s jest czytelny." #: mod/admin.php:2361 mod/admin.php:2362 mod/settings.php:775 msgid "Off" @@ -5188,7 +5188,7 @@ msgstr "Włącz" #: mod/admin.php:2362 #, php-format msgid "Lock feature %s" -msgstr "" +msgstr "Funkcja blokady %s" #: mod/admin.php:2370 msgid "Manage Additional Features" @@ -5236,7 +5236,7 @@ msgstr "" #: mod/babel.php:83 msgid "Raw HTML input" -msgstr "" +msgstr "Surowe wejście HTML" #: mod/babel.php:88 msgid "HTML Input" @@ -5449,7 +5449,7 @@ msgstr "Pobierz informacje i słowa kluczowe" #: mod/contacts.php:599 mod/unfollow.php:100 msgid "Disconnect/Unfollow" -msgstr "" +msgstr "Rozłącz/Nie obserwuj" #: mod/contacts.php:608 msgid "Contact" @@ -5681,11 +5681,11 @@ msgstr "Przełącz na Zablokowany" #: mod/contacts.php:1021 msgid "Toggle Ignored status" -msgstr "" +msgstr "Przełącz ignorowany status" #: mod/contacts.php:1029 msgid "Toggle Archive status" -msgstr "" +msgstr "Przełącz status archiwum" #: mod/contacts.php:1037 msgid "Delete contact" @@ -5720,7 +5720,7 @@ msgstr "Użytkownicy nadrzędni mają pełną kontrolę nad tym kontem, w tym ta #: mod/delegate.php:169 src/Content/Nav.php:204 msgid "Delegate Page Management" -msgstr "" +msgstr "Deleguj zarządzanie stronami" #: mod/delegate.php:170 msgid "Delegates" @@ -5780,7 +5780,7 @@ msgstr "Brak odwiedzin (niektóre odwiedziny mogą być ukryte)." #: mod/dirfind.php:49 #, php-format msgid "People Search - %s" -msgstr "" +msgstr "Szukaj osób - %s" #: mod/dirfind.php:60 #, php-format @@ -5789,7 +5789,7 @@ msgstr "Przeszukiwanie forum - %s" #: mod/events.php:105 mod/events.php:107 msgid "Event can not end before it has started." -msgstr "" +msgstr "Wydarzenie nie może się zakończyć przed jego rozpoczęciem." #: mod/events.php:114 mod/events.php:116 msgid "Event title and start time are required." @@ -6015,7 +6015,7 @@ msgstr "Linia komend PHP" #: mod/install.php:344 msgid "PHP executable is not the php cli binary (could be cgi-fgci version)" -msgstr "" +msgstr "Plik wykonywalny PHP nie jest php cli binarny (może być wersją cgi-fgci)" #: mod/install.php:345 msgid "Found PHP version: " @@ -6184,7 +6184,7 @@ msgstr "Upewnij się, że użytkownik, na którym działa serwer WWW (np. www-da msgid "" "Note: as a security measure, you should give the web server write access to " "view/smarty3/ only--not the template files (.tpl) that it contains." -msgstr "" +msgstr "Uwaga: jako środek bezpieczeństwa, powinieneś dać serwerowi dostęp do zapisu view/smarty3/ jedynie - nie do plików szablonów (.tpl), które zawiera." #: mod/install.php:485 msgid "view/smarty3 is writable" @@ -6193,7 +6193,7 @@ msgstr "view/smarty3 jest zapisywalny" #: mod/install.php:501 msgid "" "Url rewrite in .htaccess is not working. Check your server configuration." -msgstr "" +msgstr "Nie działa URL w .htaccess popraw. Sprawdź konfigurację serwera." #: mod/install.php:503 msgid "Url rewrite is working" @@ -6226,7 +6226,7 @@ msgstr "

    Co dalej

    " msgid "" "IMPORTANT: You will need to [manually] setup a scheduled task for the " "worker." -msgstr "" +msgstr "WAŻNE: Będziesz musiał [ręcznie] ustawić zaplanowane zadanie dla pracownika." #: mod/install.php:560 #, php-format @@ -6234,7 +6234,7 @@ msgid "" "Go to your new Friendica node registration page " "and register as new user. Remember to use the same email you have entered as" " administrator email. This will allow you to enter the site admin panel." -msgstr "" +msgstr "Przejdź do strony rejestracji nowego węzła Friendica i zarejestruj się jako nowy użytkownik. Pamiętaj, aby użyć adresu e-mail wprowadzonego jako e-mail administratora. To pozwoli Ci wejść do panelu administratora witryny." #: mod/item.php:114 msgid "Unable to locate original post." @@ -6273,19 +6273,19 @@ msgstr "Post dodany pomyślnie" #: mod/ostatus_subscribe.php:21 msgid "Subscribing to OStatus contacts" -msgstr "" +msgstr "Subskrybowanie kontaktów OStatus" #: mod/ostatus_subscribe.php:33 msgid "No contact provided." -msgstr "" +msgstr "Brak kontaktu." #: mod/ostatus_subscribe.php:40 msgid "Couldn't fetch information for contact." -msgstr "" +msgstr "Nie można pobrać informacji o kontakcie." #: mod/ostatus_subscribe.php:50 msgid "Couldn't fetch friends for contact." -msgstr "" +msgstr "Nie można pobrać znajomych do kontaktu." #: mod/ostatus_subscribe.php:78 msgid "success" @@ -6444,7 +6444,7 @@ msgstr " - Odwiedźa %1$s's %2$s" #: mod/profiles.php:578 #, php-format msgid "%1$s has an updated %2$s, changing %3$s." -msgstr "" +msgstr "%1$sma zaktualizowany %2$s, zmiana%3$s." #: mod/profiles.php:632 msgid "Hide contacts and friends:" @@ -6594,13 +6594,13 @@ msgstr "Napisz o sobie..." #: mod/profiles.php:718 msgid "XMPP (Jabber) address:" -msgstr "" +msgstr "Adres XMPP (Jabber):" #: mod/profiles.php:718 msgid "" "The XMPP address will be propagated to your contacts so that they can follow" " you." -msgstr "" +msgstr "Adres XMPP będzie propagowany do Twoich kontaktów, aby mogli Cię śledzić." #: mod/profiles.php:719 msgid "Homepage URL:" @@ -6708,7 +6708,7 @@ msgstr "Portale społecznościowe" #: mod/settings.php:94 src/Content/Nav.php:204 msgid "Delegations" -msgstr "" +msgstr "Delegowanie" #: mod/settings.php:101 msgid "Connected apps" @@ -6790,7 +6790,7 @@ msgstr "Prywatne forum nie ma uprawnień do prywatności. Użyj domyślnej grupy #: mod/settings.php:575 msgid "Private forum has no privacy permissions and no default privacy group." -msgstr "" +msgstr "Prywatne forum nie ma uprawnień do prywatności ani domyślnej grupy prywatności." #: mod/settings.php:615 msgid "Settings updated." @@ -6867,7 +6867,7 @@ msgstr "wyłączony" #: mod/settings.php:804 mod/settings.php:805 #, php-format msgid "Built-in support for %s connectivity is %s" -msgstr "" +msgstr "Wbudowane wsparcie dla %s łączność jest %s" #: mod/settings.php:805 msgid "GNU Social (OStatus)" @@ -6879,11 +6879,11 @@ msgstr "Dostęp do e-maila nie jest w pełni sprawny na tej stronie" #: mod/settings.php:846 msgid "General Social Media Settings" -msgstr "" +msgstr "Ogólne ustawienia mediów społecznościowych" #: mod/settings.php:847 msgid "Disable intelligent shortening" -msgstr "" +msgstr "Wyłącz inteligentne skracanie" #: mod/settings.php:847 msgid "" @@ -7008,13 +7008,13 @@ msgstr "Mobilny motyw:" #: mod/settings.php:965 msgid "Suppress warning of insecure networks" -msgstr "" +msgstr "Ukryj ostrzeżenie przed niebezpiecznymi sieciami" #: mod/settings.php:965 msgid "" "Should the system suppress the warning that the current group contains " "members of networks that can't receive non public postings." -msgstr "" +msgstr "System powinien pominąć ostrzeżenie, że bieżąca grupa zawiera członków sieci, którzy nie mogą otrzymywać komentarzy niepublicznych" #: mod/settings.php:966 msgid "Update browser every xx seconds" @@ -7026,7 +7026,7 @@ msgstr "Minimum 10 sekund. Wprowadź -1, aby go wyłączyć." #: mod/settings.php:967 msgid "Number of items to display per page:" -msgstr "" +msgstr "Liczba elementów do wyświetlenia na stronie:" #: mod/settings.php:967 mod/settings.php:968 msgid "Maximum of 100 items" @@ -7064,17 +7064,17 @@ msgstr "Automatyczne aktualizacje tylko u góry strony sieci" msgid "" "When disabled, the network page is updated all the time, which could be " "confusing while reading." -msgstr "" +msgstr "Po wyłączeniu strona sieciowa jest cały czas aktualizowana, co może być mylące podczas czytania." #: mod/settings.php:975 msgid "Bandwith Saver Mode" -msgstr "" +msgstr "Tryb oszczędzania przepustowości" #: mod/settings.php:975 msgid "" "When enabled, embedded content is not displayed on automatic updates, they " "only show on page reload." -msgstr "" +msgstr "Po włączeniu wbudowana zawartość nie jest wyświetlana w automatycznych aktualizacjach, wyświetlają się tylko przy przeładowaniu strony." #: mod/settings.php:976 msgid "Smart Threading" @@ -7084,7 +7084,7 @@ msgstr "Inteligentne gwintowanie" msgid "" "When enabled, suppress extraneous thread indentation while keeping it where " "it matters. Only works if threading is available and enabled." -msgstr "" +msgstr "Włączenie tej opcji powoduje pomijanie wcięcia nitek zewnętrznych, zachowując je w dowolnym miejscu. Działa tylko wtedy, gdy wątki są dostępne i włączone." #: mod/settings.php:978 msgid "General Theme Settings" @@ -7118,7 +7118,7 @@ msgstr "Podtypy osobistych stron" #: mod/settings.php:1044 msgid "Community Forum Subtypes" -msgstr "" +msgstr "Podtypy społeczności forum" #: mod/settings.php:1051 msgid "Personal Page" @@ -7136,7 +7136,7 @@ msgstr "Strona Organizacji" msgid "" "Account for an organisation that automatically approves contact requests as " "\"Followers\"." -msgstr "" +msgstr "Konto dla organizacji, która automatycznie zatwierdza prośby o kontakt jako \"Obserwatorzy\"." #: mod/settings.php:1059 msgid "News Page" @@ -7146,15 +7146,15 @@ msgstr "Strona Wiadomości" msgid "" "Account for a news reflector that automatically approves contact requests as" " \"Followers\"." -msgstr "" +msgstr "Konto dla reflektora wiadomości, który automatycznie zatwierdza prośby o kontakt jako \"Obserwatorzy\"." #: mod/settings.php:1063 msgid "Community Forum" -msgstr "" +msgstr "Forum społecznościowe" #: mod/settings.php:1064 msgid "Account for community discussions." -msgstr "" +msgstr "Konto do dyskusji w społeczności." #: mod/settings.php:1067 msgid "Normal Account Page" @@ -7168,7 +7168,7 @@ msgstr "Konto dla zwykłego profilu osobistego, który wymaga ręcznej zgody \"P #: mod/settings.php:1071 msgid "Soapbox Page" -msgstr "" +msgstr "Strona Soapbox" #: mod/settings.php:1072 msgid "" @@ -7219,7 +7219,7 @@ msgstr "Opublikować swój domyślny profil w swoim lokalnym katalogu stron?" msgid "" "Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public." -msgstr "" +msgstr "Twój profil zostanie opublikowany w globalnych katalogach friendica (np.%s). Twój profil będzie widoczny publicznie." #: mod/settings.php:1109 msgid "Publish your default profile in the global social directory?" @@ -7299,7 +7299,7 @@ msgstr "Profil nie jest opublikowany" #: mod/settings.php:1146 #, php-format msgid "Your Identity Address is '%s' or '%s'." -msgstr "" +msgstr "Twój adres tożsamości to '%s' lub '%s'." #: mod/settings.php:1153 msgid "Automatically expire posts after this many days:" @@ -7335,7 +7335,7 @@ msgstr "Wygasanie zdjęć:" #: mod/settings.php:1160 msgid "Only expire posts by others:" -msgstr "" +msgstr "Tylko wygasaj posty innych osób:" #: mod/settings.php:1190 msgid "Account Settings" @@ -7445,11 +7445,11 @@ msgstr "przyjmowanie prośby o dodanie do znajomych" #: mod/settings.php:1252 msgid "joining a forum/community" -msgstr "" +msgstr "dołączanie do forum/społeczności" #: mod/settings.php:1253 msgid "making an interesting profile change" -msgstr "" +msgstr "dokonaj interesującej zmiany profilu" #: mod/settings.php:1254 msgid "Send a notification email when:" @@ -7493,15 +7493,15 @@ msgstr "Aktywuj powiadomienia na pulpicie" #: mod/settings.php:1264 msgid "Show desktop popup on new notifications" -msgstr "" +msgstr "Pokaż wyskakujące okienko dla nowych powiadomień" #: mod/settings.php:1266 msgid "Text-only notification emails" -msgstr "" +msgstr "E-maile z powiadomieniami tekstowymi" #: mod/settings.php:1268 msgid "Send text only notification emails, without the html part" -msgstr "" +msgstr "Wysyłaj tylko e-maile z powiadomieniami tekstowymi, bez części html" #: mod/settings.php:1270 msgid "Show detailled notifications" @@ -7511,15 +7511,15 @@ msgstr "Pokaż szczegółowe powiadomienia" msgid "" "Per default, notifications are condensed to a single notification per item. " "When enabled every notification is displayed." -msgstr "" +msgstr "Domyślne powiadomienia są skondensowane z jednym powiadomieniem dla każdego przedmiotu. Po włączeniu wyświetlane jest każde powiadomienie." #: mod/settings.php:1274 msgid "Advanced Account/Page Type Settings" -msgstr "" +msgstr "Zaawansowane ustawienia konta/rodzaju strony" #: mod/settings.php:1275 msgid "Change the behaviour of this account for special situations" -msgstr "" +msgstr "Zmień zachowanie tego konta w sytuacjach specjalnych" #: mod/settings.php:1278 msgid "Relocate" @@ -7533,23 +7533,23 @@ msgstr "Jeśli ten profil został przeniesiony z innego serwera, a niektóre z T #: mod/settings.php:1280 msgid "Resend relocate message to contacts" -msgstr "" +msgstr "Wyślij ponownie przenieść wiadomości do kontaktów" #: mod/unfollow.php:34 msgid "Contact wasn't found or can't be unfollowed." -msgstr "" +msgstr "Kontakt nie został znaleziony lub nie można go pominąć." #: mod/unfollow.php:47 msgid "Contact unfollowed" -msgstr "" +msgstr "Skontaktuj się z obserwowanym" #: mod/unfollow.php:73 msgid "You aren't a friend of this contact." -msgstr "" +msgstr "Nie jesteś przyjacielem tego kontaktu." #: mod/unfollow.php:79 msgid "Unfollowing is currently not supported by your network." -msgstr "" +msgstr "Brak obserwowania nie jest obecnie obsługiwany przez twoją sieć." #: view/theme/duepuntozero/config.php:54 src/Model/User.php:488 msgid "default" @@ -7585,7 +7585,7 @@ msgstr "" #: view/theme/frio/php/Image.php:25 msgid "Repeat the image" -msgstr "" +msgstr "Powtórz obraz" #: view/theme/frio/php/Image.php:25 msgid "Will repeat your image to fill the background." @@ -7781,7 +7781,7 @@ msgstr "Profile społeczności" #: view/theme/vier/config.php:125 msgid "Help or @NewHere ?" -msgstr "" +msgstr "Pomoc lub @NewHere?" #: view/theme/vier/config.php:126 view/theme/vier/theme.php:389 msgid "Connect Services" @@ -7860,7 +7860,7 @@ msgstr "Ukryć szczegóły twojego profilu przed nieznajomymi?" #: src/Core/ACL.php:300 #, php-format msgid "Connectors disabled, since \"%s\" is enabled." -msgstr "" +msgstr "Wtyczki są wyłączone, ponieważ \"%s\" jest włączone." #: src/Core/ACL.php:307 msgid "Visible to everybody" @@ -7906,12 +7906,12 @@ msgstr "%s przestał lubić post %s" #: src/Core/NotificationsManager.php:307 #, php-format msgid "%s is attending %s's event" -msgstr "" +msgstr "%suczestniczy %sw wydarzeniu " #: src/Core/NotificationsManager.php:320 #, php-format msgid "%s is not attending %s's event" -msgstr "" +msgstr "%snie uczestniczy %s w wydarzeniu " #: src/Core/NotificationsManager.php:333 #, php-format @@ -8088,7 +8088,7 @@ msgstr "Google+" #: src/Content/ContactSelector.php:90 msgid "pump.io" -msgstr "" +msgstr "pump.io" #: src/Content/ContactSelector.php:91 msgid "Twitter" @@ -8096,7 +8096,7 @@ msgstr "Twitter" #: src/Content/ContactSelector.php:92 msgid "Diaspora Connector" -msgstr "" +msgstr "Wtyczka Diaspora" #: src/Content/ContactSelector.php:93 msgid "GNU Social Connector" @@ -8108,7 +8108,7 @@ msgstr "" #: src/Content/ContactSelector.php:95 msgid "App.net" -msgstr "" +msgstr "App.net" #: src/Content/ContactSelector.php:125 msgid "Male" @@ -8486,7 +8486,7 @@ msgstr "Eksportuj kalendarz publiczny" #: src/Content/Feature.php:83 msgid "Ability for visitors to download the public calendar" -msgstr "" +msgstr "Możliwość pobierania kalendarza publicznego przez odwiedzających" #: src/Content/Feature.php:88 msgid "Post Composition Features" @@ -8502,7 +8502,7 @@ msgstr "Zezwalaj na podgląd postów i komentarzy przed ich opublikowaniem" #: src/Content/Feature.php:90 msgid "Auto-mention Forums" -msgstr "" +msgstr "Automatyczne wymienianie forów" #: src/Content/Feature.php:90 msgid "" @@ -8571,7 +8571,7 @@ msgstr "Włącz kartę, aby wyświetlić tylko nowe posty sieciowe (z ostatnich #: src/Content/Feature.php:108 msgid "Network Shared Links Tab" -msgstr "" +msgstr "Karta Połączone karty sieciowe" #: src/Content/Feature.php:108 msgid "Enable tab to display only Network posts with links in them" @@ -8627,7 +8627,7 @@ msgstr "Nie lubię Postów" #: src/Content/Feature.php:119 msgid "Ability to dislike posts/comments" -msgstr "" +msgstr "Możliwa niechęć do postów/komentarzy" #: src/Content/Feature.php:120 msgid "Star Posts" @@ -8767,7 +8767,7 @@ msgid "" "\t\t\t\tbut when I tried to install it, something went terribly wrong.\n" "\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n" "\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid." -msgstr "" +msgstr "\n\t\t\t\tDeweloperzy friendica wydali niedawno aktualizację %s,\n\t\t\t\tale podczas próby instalacji, coś poszło nie tak.\n\t\t\t\tZostanie to naprawione wkrótce i nie mogę tego zrobić sam. Proszę skontaktować się z \n\t\t\t\tprogramistami friendica, jeśli nie możesz mi pomóc na własną rękę. Moja baza danych może być nieprawidłowa." #: src/Database/DBStructure.php:80 #, php-format diff --git a/view/lang/pl/strings.php b/view/lang/pl/strings.php index 3f5e0d1ea9..95e5f4c9d5 100644 --- a/view/lang/pl/strings.php +++ b/view/lang/pl/strings.php @@ -76,7 +76,7 @@ $a->strings["%2\$d people like this"] = "%2\$d $a->strings["%s like this."] = "%s lubię to."; $a->strings["%2\$d people don't like this"] = "%2\$d ludzi nie lubi tego "; $a->strings["%s don't like this."] = "%s nie lubię tego."; -$a->strings["%2\$d people attend"] = ""; +$a->strings["%2\$d people attend"] = "%2\$dosoby uczestniczą"; $a->strings["%s attend."] = ""; $a->strings["%2\$d people don't attend"] = ""; $a->strings["%s don't attend."] = "%s nie uczestnicz"; @@ -894,7 +894,7 @@ $a->strings["This page lists the content of the queue for outgoing postings. The $a->strings["Your DB still runs with MyISAM tables. You should change the engine type to InnoDB. As Friendica will use InnoDB only features in the future, you should change this! See here for a guide that may be helpful converting the table engines. You may also use the command php bin/console.php dbstructure toinnodb of your Friendica installation for an automatic conversion.
    "] = "Twoja baza danych nadal działa z tabelami MyISAM. Powinieneś zmienić typ silnika na InnoDB. Ponieważ Friendica będzie używać funkcji związanych z InnoDB tylko w przyszłości, powinieneś to zmienić! Zobacz tutaj przewodnik, który może być pomocny w konwersji silników stołowych. Możesz także użyć polecenia php bin/console.php dbstructure toinnodb instalacji Friendica do automatycznej konwersji.
    "; $a->strings["There is a new version of Friendica available for download. Your current version is %1\$s, upstream version is %2\$s"] = "Dostępna jest nowa wersja aplikacji Friendica. Twoja aktualna wersja to %1\$s wyższa wersja to %2\$s"; $a->strings["The database update failed. Please run \"php bin/console.php dbstructure update\" from the command line and have a look at the errors that might appear."] = "Aktualizacja bazy danych nie powiodła się. Uruchom polecenie \"php bin/console.php dbstructure update\" z wiersza poleceń i sprawdź błędy, które mogą się pojawić."; -$a->strings["The worker was never executed. Please check your database structure!"] = ""; +$a->strings["The worker was never executed. Please check your database structure!"] = "Pracownik nigdy nie został stracony. Sprawdź swoją strukturę bazy danych!"; $a->strings["The last worker execution was on %s UTC. This is older than one hour. Please check your crontab settings."] = "Ostatnie wykonanie robota było w %s UTC. To jest starsze niż jedna godzina. Sprawdź ustawienia crontab."; $a->strings["Normal Account"] = "Konto normalne"; $a->strings["Automatic Follower Account"] = "Automatyczne konto obserwatora"; @@ -908,7 +908,7 @@ $a->strings["Registered users"] = "Zarejestrowani użytkownicy"; $a->strings["Pending registrations"] = "Rejestracje w toku."; $a->strings["Version"] = "Wersja"; $a->strings["Active addons"] = "Aktywne dodatki"; -$a->strings["Can not parse base url. Must have at least ://"] = ""; +$a->strings["Can not parse base url. Must have at least ://"] = "Nie można zanalizować podstawowego adresu URL. Musi mieć co najmniej : //"; $a->strings["Site settings updated."] = "Ustawienia strony zaktualizowane"; $a->strings["No special theme for mobile devices"] = "Brak specialnego motywu dla urządzeń mobilnych"; $a->strings["No community page"] = "Brak strony społeczności"; @@ -983,7 +983,7 @@ $a->strings["Allowed friend domains"] = "Dozwolone domeny przyjaciół"; $a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "Lista domen separowana przecinkami które mogą zaprzyjaźnić się z tą stroną . Wildcards są akceptowane . Pozostaw puste by zezwolić każdej domenie na zapryjaźnienie. "; $a->strings["Allowed email domains"] = "Dozwolone domeny e-mailowe"; $a->strings["Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains"] = "Rozdzielana przecinkami lista domen dozwolonych w adresach e-mail do rejestracji na tej stronie. Symbole wieloznaczne są akceptowane. Opróżnij, aby zezwolić na dowolne domeny"; -$a->strings["No OEmbed rich content"] = ""; +$a->strings["No OEmbed rich content"] = "Brak treści multimedialnych ze znaczkiem HTML"; $a->strings["Don't show the rich content (e.g. embedded PDF), except from the domains listed below."] = "Nie wyświetlaj zasobów treści (np. osadzonego pliku PDF), z wyjątkiem domen wymienionych poniżej."; $a->strings["Allowed OEmbed domains"] = "Dozwolone domeny OEmbed"; $a->strings["Comma separated list of domains which oembed content is allowed to be displayed. Wildcards are accepted."] = "Rozdzielana przecinkami lista domen, w których wyświetlana jest treść, może być wyświetlana. Symbole wieloznaczne są akceptowane."; @@ -1017,10 +1017,10 @@ $a->strings["Enable OStatus support"] = "Włącz wsparcie OStatus"; $a->strings["Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."] = "Zapewnij kompatybilność z OStatus (StatusNet, GNU Social itp.). Cała komunikacja w stanie OStatus jest jawna, dlatego ostrzeżenia o prywatności będą czasami wyświetlane."; $a->strings["Only import OStatus threads from our contacts"] = "Importuj wątki OStatus tylko z naszych kontaktów"; $a->strings["Normally we import every content from our OStatus contacts. With this option we only store threads that are started by a contact that is known on our system."] = "Normalnie importujemy każdą treść z naszych kontaktów OStatus. W tej opcji przechowujemy tylko wątki uruchomione przez kontakt znany w naszym systemie."; -$a->strings["OStatus support can only be enabled if threading is enabled."] = ""; -$a->strings["Diaspora support can't be enabled because Friendica was installed into a sub directory."] = ""; +$a->strings["OStatus support can only be enabled if threading is enabled."] = "Obsługa OStatus może być włączona tylko wtedy, gdy włączone jest wątkowanie."; +$a->strings["Diaspora support can't be enabled because Friendica was installed into a sub directory."] = "Obsługa Diaspory nie może być włączona, ponieważ Friendica została zainstalowana w podkatalogu."; $a->strings["Enable Diaspora support"] = "Włączyć obsługę Diaspory"; -$a->strings["Provide built-in Diaspora network compatibility."] = ""; +$a->strings["Provide built-in Diaspora network compatibility."] = "Zapewnij wbudowaną kompatybilność z siecią Diaspora."; $a->strings["Only allow Friendica contacts"] = "Dopuść tylko kontakty Friendrica"; $a->strings["All contacts must use Friendica protocols. All other built-in communication protocols disabled."] = "Wszyscy znajomi muszą używać protokołów Friendica. Wszystkie inne wbudowane protokoły komunikacyjne są wyłączone."; $a->strings["Verify SSL"] = "Weryfikacja SSL"; @@ -1029,20 +1029,20 @@ $a->strings["Proxy user"] = "Użytkownik proxy"; $a->strings["Proxy URL"] = "URL Proxy"; $a->strings["Network timeout"] = "Network timeout"; $a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "Wartość jest w sekundach. Ustaw na 0 dla nieograniczonej (niezalecane)."; -$a->strings["Maximum Load Average"] = ""; +$a->strings["Maximum Load Average"] = "Maksymalne obciążenie średnie"; $a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Maksymalne obciążenie systemu przed dostawą i odpytywaniem jest odroczone - domyślnie 50."; -$a->strings["Maximum Load Average (Frontend)"] = ""; +$a->strings["Maximum Load Average (Frontend)"] = "Maksymalne obciążenie średnie (Frontend)"; $a->strings["Maximum system load before the frontend quits service - default 50."] = "Maksymalne obciążenie systemu, zanim frontend zakończy pracę - domyślnie 50."; $a->strings["Minimal Memory"] = "Minimalna pamięć"; -$a->strings["Minimal free memory in MB for the worker. Needs access to /proc/meminfo - default 0 (deactivated)."] = ""; -$a->strings["Maximum table size for optimization"] = ""; -$a->strings["Maximum table size (in MB) for the automatic optimization - default 100 MB. Enter -1 to disable it."] = ""; -$a->strings["Minimum level of fragmentation"] = ""; -$a->strings["Minimum fragmenation level to start the automatic optimization - default value is 30%."] = ""; -$a->strings["Periodical check of global contacts"] = ""; +$a->strings["Minimal free memory in MB for the worker. Needs access to /proc/meminfo - default 0 (deactivated)."] = "Minimalna wolna pamięć w MB dla pracownika. Potrzebuje dostępu do /proc/ meminfo - domyślnie 0 (wyłączone)."; +$a->strings["Maximum table size for optimization"] = "Maksymalny rozmiar stołu do optymalizacji"; +$a->strings["Maximum table size (in MB) for the automatic optimization - default 100 MB. Enter -1 to disable it."] = "Maksymalny rozmiar tabeli (w MB) dla automatycznej optymalizacji - domyślnie 100 MB. Wprowadź -1, aby go wyłączyć."; +$a->strings["Minimum level of fragmentation"] = "Minimalny poziom fragmentacji"; +$a->strings["Minimum fragmenation level to start the automatic optimization - default value is 30%."] = "Minimalny poziom fragmentacji, aby rozpocząć automatyczną optymalizację - domyślna wartość to 30%."; +$a->strings["Periodical check of global contacts"] = "Okresowa kontrola kontaktów globalnych"; $a->strings["If enabled, the global contacts are checked periodically for missing or outdated data and the vitality of the contacts and servers."] = "Jeśli jest włączona, kontakty globalne są okresowo sprawdzane pod kątem brakujących lub nieaktualnych danych oraz żywotności kontaktów i serwerów."; $a->strings["Days between requery"] = "Dni między żądaniem"; -$a->strings["Number of days after which a server is requeried for his contacts."] = ""; +$a->strings["Number of days after which a server is requeried for his contacts."] = "Liczba dni, po upływie których serwer jest żądany dla swoich kontaktów."; $a->strings["Discover contacts from other servers"] = "Odkryj kontakty z innych serwerów"; $a->strings["Periodically query other servers for contacts. You can choose between 'users': the users on the remote system, 'Global Contacts': active contacts that are known on the system. The fallback is meant for Redmatrix servers and older friendica servers, where global contacts weren't available. The fallback increases the server load, so the recommened setting is 'Users, Global Contacts'."] = "Okresowo wysyłaj zapytanie do innych serwerów o kontakty. Możesz wybierać pomiędzy 'użytkownikami': użytkownikami w systemie zdalnym, 'Kontakty globalne': aktywne kontakty znane w systemie. Zastępowanie jest przeznaczone dla serwerów Redmatrix i starszych serwerów Friendica, w których kontakty globalne nie były dostępne. Funkcja awaryjna zwiększa obciążenie serwera, dlatego zalecanym ustawieniem jest 'Użytkownicy, kontakty globalne'."; $a->strings["Timeframe for fetching global contacts"] = "Czas pobierania globalnych kontaktów"; @@ -1076,41 +1076,41 @@ $a->strings["Encryption layer between nodes."] = "Warstwa szyfrowania między w $a->strings["Enabled"] = "Włącz"; $a->strings["Maximum number of parallel workers"] = "Maksymalna liczba równoległych pracowników"; $a->strings["On shared hosters set this to 2. On larger systems, values of 10 are great. Default value is 4."] = "Na współdzielonych hostach ustaw to na 2. W większych systemach wartości 10 są świetne. Domyślna wartość to 4."; -$a->strings["Don't use 'proc_open' with the worker"] = ""; -$a->strings["Enable this if your system doesn't allow the use of 'proc_open'. This can happen on shared hosters. If this is enabled you should increase the frequency of worker calls in your crontab."] = ""; +$a->strings["Don't use 'proc_open' with the worker"] = "Nie używaj 'proc_open' z robotnikiem"; +$a->strings["Enable this if your system doesn't allow the use of 'proc_open'. This can happen on shared hosters. If this is enabled you should increase the frequency of worker calls in your crontab."] = "Włącz to, jeśli twój system nie zezwala na użycie 'proc_open'. Może się to zdarzyć w przypadku współdzielonych hosterów. Jeśli ta opcja jest włączona, powinieneś zwiększyć częstotliwość wywołań pracowniczych w twoim pliku crontab."; $a->strings["Enable fastlane"] = "Włącz Fastlane"; $a->strings["When enabed, the fastlane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority."] = "Po włączeniu system Fastlane uruchamia dodatkowego pracownika, jeśli procesy o wyższym priorytecie są blokowane przez procesy o niższym priorytecie."; -$a->strings["Enable frontend worker"] = ""; -$a->strings["When enabled the Worker process is triggered when backend access is performed \\x28e.g. messages being delivered\\x29. On smaller sites you might want to call %s/worker on a regular basis via an external cron job. You should only enable this option if you cannot utilize cron/scheduled jobs on your server."] = ""; -$a->strings["Subscribe to relay"] = ""; +$a->strings["Enable frontend worker"] = "Włącz pracownika frontend"; +$a->strings["When enabled the Worker process is triggered when backend access is performed \\x28e.g. messages being delivered\\x29. On smaller sites you might want to call %s/worker on a regular basis via an external cron job. You should only enable this option if you cannot utilize cron/scheduled jobs on your server."] = "Po włączeniu proces roboczy jest wyzwalany, gdy wykonywany jest dostęp do zaplecza \\x28e.g. wiadomości są dostarczane\\x29. W mniejszych witrynach możesz chcieć wywoływać %s/robotnika regularnie przez zewnętrzne zadanie cron. Tę opcję należy włączyć tylko wtedy, gdy nie można używać zadań cron/zaplanowanych na serwerze."; +$a->strings["Subscribe to relay"] = "Subskrybuj przekaźnik"; $a->strings["Enables the receiving of public posts from the relay. They will be included in the search, subscribed tags and on the global community page."] = "Umożliwia odbieranie publicznych wiadomości z przekaźnika. Zostaną uwzględnione w tagach wyszukiwania, subskrybowanych i na stronie społeczności globalnej."; $a->strings["Relay server"] = "Serwer przekazujący"; -$a->strings["Address of the relay server where public posts should be send to. For example https://relay.diasp.org"] = ""; -$a->strings["Direct relay transfer"] = ""; -$a->strings["Enables the direct transfer to other servers without using the relay servers"] = ""; -$a->strings["Relay scope"] = ""; -$a->strings["Can be 'all' or 'tags'. 'all' means that every public post should be received. 'tags' means that only posts with selected tags should be received."] = ""; +$a->strings["Address of the relay server where public posts should be send to. For example https://relay.diasp.org"] = "Adres serwera przekazującego, do którego należy wysyłać publiczne posty. Na przykład https://relay.diasp.org"; +$a->strings["Direct relay transfer"] = "Bezpośredni transfer przekaźników"; +$a->strings["Enables the direct transfer to other servers without using the relay servers"] = "Umożliwia bezpośredni transfer do innych serwerów bez korzystania z serwerów przekazujących"; +$a->strings["Relay scope"] = "Zakres przekaźnika"; +$a->strings["Can be 'all' or 'tags'. 'all' means that every public post should be received. 'tags' means that only posts with selected tags should be received."] = "Może być 'wszystkim' lub 'tagami'. 'wszystko' oznacza, że ​​każdy post publiczny powinien zostać odebrany. 'tagi' oznaczają, że powinny być odbierane tylko posty z wybranymi tagami."; $a->strings["all"] = "wszystko"; $a->strings["tags"] = "tagi"; $a->strings["Server tags"] = "Serwer tagów"; -$a->strings["Comma separated list of tags for the 'tags' subscription."] = ""; +$a->strings["Comma separated list of tags for the 'tags' subscription."] = "Lista oddzielonych przecinkami znaczników dla subskrypcji 'tagów'."; $a->strings["Allow user tags"] = "Pozwól na tagi użytkowników"; -$a->strings["If enabled, the tags from the saved searches will used for the 'tags' subscription in addition to the 'relay_server_tags'."] = ""; +$a->strings["If enabled, the tags from the saved searches will used for the 'tags' subscription in addition to the 'relay_server_tags'."] = "Po włączeniu tagi z zapisanych wyszukiwań będą używane do subskrypcji 'tagów' oprócz 'relay_server_tags'."; $a->strings["Update has been marked successful"] = "Aktualizacja została oznaczona jako udana"; -$a->strings["Database structure update %s was successfully applied."] = ""; -$a->strings["Executing of database structure update %s failed with error: %s"] = ""; -$a->strings["Executing %s failed with error: %s"] = ""; -$a->strings["Update %s was successfully applied."] = ""; -$a->strings["Update %s did not return a status. Unknown if it succeeded."] = ""; -$a->strings["There was no additional update function %s that needed to be called."] = ""; +$a->strings["Database structure update %s was successfully applied."] = "Pomyślnie zastosowano aktualizację %s struktury bazy danych."; +$a->strings["Executing of database structure update %s failed with error: %s"] = "Wykonanie aktualizacji %s struktury bazy danych nie powiodło się z powodu błędu:%s"; +$a->strings["Executing %s failed with error: %s"] = "Wykonanie %s nie powiodło się z powodu błędu:%s"; +$a->strings["Update %s was successfully applied."] = "Aktualizacja %s została pomyślnie zastosowana."; +$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "Aktualizacja %s nie zwróciła statusu. Nieznane, jeśli się udało."; +$a->strings["There was no additional update function %s that needed to be called."] = "Nie było dodatkowej funkcji %s aktualizacji, która musiała zostać wywołana."; $a->strings["No failed updates."] = "Brak błędów aktualizacji."; $a->strings["Check database structure"] = "Sprawdź strukturę bazy danych"; $a->strings["Failed Updates"] = "Błąd aktualizacji"; -$a->strings["This does not include updates prior to 1139, which did not return a status."] = ""; +$a->strings["This does not include updates prior to 1139, which did not return a status."] = "Nie dotyczy to aktualizacji przed 1139, który nie zwrócił statusu."; $a->strings["Mark success (if update was manually applied)"] = "Oznacz sukces (jeśli aktualizacja została ręcznie zastosowana)"; $a->strings["Attempt to execute this update step automatically"] = "Spróbuj automatycznie wykonać ten krok aktualizacji"; -$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tthe administrator of %2\$s has set up an account for you."] = ""; -$a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t\t%2\$s\n\t\t\tPassword:\t\t%3\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tThank you and welcome to %4\$s."] = ""; +$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tthe administrator of %2\$s has set up an account for you."] = "\n\t\t\tSzanowny/a Panie/Pani %1\$s, \n\t\t\t\tadministrator %2\$s założył dla ciebie konto."; +$a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t\t%2\$s\n\t\t\tPassword:\t\t%3\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tThank you and welcome to %4\$s."] = "\n\t\t\tDane logowania są następuje:\n\n\t\t\tLokalizacja witryny:\t%1\$s\n\t\t\tNazwa użytkownika:\t\t%2\$s\n\t\t\tHasło:\t\t%3\$s\n\n\t\t\tPo zalogowaniu możesz zmienić hasło ze strony \"Ustawienia\" na koncie\n\t\t\tw\n\n\t\t\t Poświęć chwilę, aby przejrzeć inne ustawienia konta na tej stronie\n\n\t\t\tMożesz również dodać podstawowe informacje do swojego domyślnego profilu\n\t\t\t(na stronie 'Profil'), aby inne osoby mogły łatwo Cię znaleźć.\n\n\t\t\tZalecamy ustawienie imienia i nazwiska, dodanie zdjęcia profilowego,\n\t\t\tdodanie niektórych \"słów kluczowych\" profilu (bardzo przydatne w nawiązywaniu nowych znajomości) - i\n\t\t\tbyć może w jakim kraju mieszkasz; jeśli nie chcesz być bardziej konkretny\n\t\t\tniż to.\n\n \t\t\tW pełni szanujemy Twoje prawo do prywatności i żaden z tych elementów nie jest konieczny.\n\t\t\tJeśli jesteś nowy i nie znasz nikogo tutaj, mogą ci pomóc\n\t\t\tmożesz tworzyć nowych i interesujących przyjaciół\n\n\t\t\tDziękuję i zapraszam%4\$s"; $a->strings["Registration details for %s"] = "Szczegóły rejestracji dla %s"; $a->strings["%s user blocked/unblocked"] = [ 0 => "", @@ -1157,7 +1157,7 @@ $a->strings["Toggle"] = "Włącz"; $a->strings["Author: "] = "Autor: "; $a->strings["Maintainer: "] = "Opiekun:"; $a->strings["Reload active addons"] = "Załaduj ponownie aktywne dodatki"; -$a->strings["There are currently no addons available on your node. You can find the official addon repository at %1\$s and might find other interesting addons in the open addon registry at %2\$s"] = ""; +$a->strings["There are currently no addons available on your node. You can find the official addon repository at %1\$s and might find other interesting addons in the open addon registry at %2\$s"] = "W twoim węźle nie ma obecnie żadnych dodatków. Możesz znaleźć oficjalne repozytorium dodatków na %1\$s i możesz znaleźć inne interesujące dodatki w otwartym rejestrze dodatków na %2\$s"; $a->strings["No themes found."] = "Nie znaleziono tematu."; $a->strings["Screenshot"] = "Zrzut ekranu"; $a->strings["Reload active themes"] = "Przeładuj aktywne motywy"; @@ -1174,11 +1174,11 @@ $a->strings["Must be writable by web server. Relative to your Friendica top-leve $a->strings["Log level"] = "Poziom logów"; $a->strings["PHP logging"] = ""; $a->strings["To enable logging of PHP errors and warnings you can add the following to the .htconfig.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."] = "Aby włączyć rejestrowanie błędów i ostrzeżeń PHP, możesz dodać następujące dane do pliku .htconfig.php instalacji. Nazwa pliku ustawiona w linii 'error_log' odnosi się do katalogu najwyższego poziomu friendiki i musi być zapisywalna przez serwer WWW. Opcja '1' dla 'log_errors' i 'display_errors' polega na włączeniu tych opcji, ustawieniu na '0', aby je wyłączyć."; -$a->strings["Error trying to open %1\$s log file.\\r\\n
    Check to see if file %1\$s exist and is readable."] = ""; -$a->strings["Couldn't open %1\$s log file.\\r\\n
    Check to see if file %1\$s is readable."] = ""; +$a->strings["Error trying to open %1\$s log file.\\r\\n
    Check to see if file %1\$s exist and is readable."] = "Błąd podczas próby otwarcia %1\$s pliku dziennika. \\r\\n
    Sprawdź, czy plik %1\$s istnieje i czy można go odczytać."; +$a->strings["Couldn't open %1\$s log file.\\r\\n
    Check to see if file %1\$s is readable."] = "Nie można otworzyć %1\$spliku dziennika. \\r\\n
    Sprawdź, czy plik %1\$s jest czytelny."; $a->strings["Off"] = "Wyłącz"; $a->strings["On"] = "Włącz"; -$a->strings["Lock feature %s"] = ""; +$a->strings["Lock feature %s"] = "Funkcja blokady %s"; $a->strings["Manage Additional Features"] = "Zarządzaj dodatkowymi funkcjami"; $a->strings["Source input"] = "Źródło wejściowe"; $a->strings["BBCode::convert (raw HTML("] = ""; @@ -1190,7 +1190,7 @@ $a->strings["BBCode::toMarkdown => Markdown::toBBCode"] = ""; $a->strings["BBCode::toMarkdown => Markdown::convert => HTML::toBBCode"] = ""; $a->strings["Source input \\x28Diaspora format\\x29"] = ""; $a->strings["Markdown::toBBCode"] = ""; -$a->strings["Raw HTML input"] = ""; +$a->strings["Raw HTML input"] = "Surowe wejście HTML"; $a->strings["HTML Input"] = ""; $a->strings["HTML::toBBCode"] = ""; $a->strings["HTML::toPlaintext"] = ""; @@ -1244,7 +1244,7 @@ $a->strings["Fetch information like preview pictures, title and teaser from the $a->strings["Fetch information"] = "Pobierz informacje"; $a->strings["Fetch keywords"] = "Pobierz słowa kluczowe"; $a->strings["Fetch information and keywords"] = "Pobierz informacje i słowa kluczowe"; -$a->strings["Disconnect/Unfollow"] = ""; +$a->strings["Disconnect/Unfollow"] = "Rozłącz/Nie obserwuj"; $a->strings["Contact"] = "Kontakt"; $a->strings["Profile Visibility"] = "Widoczność profilu"; $a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Wybierz profil, który chcesz bezpiecznie wyświetlić %s"; @@ -1300,8 +1300,8 @@ $a->strings["Mutual Friendship"] = "Wzajemna przyjaźń"; $a->strings["is a fan of yours"] = "jest twoim fanem"; $a->strings["you are a fan of"] = "jesteś fanem"; $a->strings["Toggle Blocked status"] = "Przełącz na Zablokowany"; -$a->strings["Toggle Ignored status"] = ""; -$a->strings["Toggle Archive status"] = ""; +$a->strings["Toggle Ignored status"] = "Przełącz ignorowany status"; +$a->strings["Toggle Archive status"] = "Przełącz status archiwum"; $a->strings["Delete contact"] = "Usuń kontakt"; $a->strings["Parent user not found."] = "Nie znaleziono użytkownika nadrzędnego."; $a->strings["No parent user"] = "Brak nadrzędnego użytkownika"; @@ -1309,7 +1309,7 @@ $a->strings["Parent Password:"] = "Hasło nadrzędne:"; $a->strings["Please enter the password of the parent account to legitimize your request."] = "Wprowadź hasło konta nadrzędnego, aby legalizować swoje żądanie."; $a->strings["Parent User"] = "Użytkownik nadrzędny"; $a->strings["Parent users have total control about this account, including the account settings. Please double check whom you give this access."] = "Użytkownicy nadrzędni mają pełną kontrolę nad tym kontem, w tym także ustawienia konta. Sprawdź dokładnie, komu przyznasz ten dostęp."; -$a->strings["Delegate Page Management"] = ""; +$a->strings["Delegate Page Management"] = "Deleguj zarządzanie stronami"; $a->strings["Delegates"] = "Oddeleguj"; $a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "Delegaci mogą zarządzać wszystkimi aspektami tego konta/strony, z wyjątkiem podstawowych ustawień konta. Nie przekazuj swojego konta osobistego nikomu, komu nie ufasz całkowicie."; $a->strings["Existing Page Delegates"] = "Obecni delegaci stron"; @@ -1323,9 +1323,9 @@ $a->strings["Find on this site"] = "Znajdź na tej stronie"; $a->strings["Results for:"] = "Wyniki dla:"; $a->strings["Site Directory"] = "Katalog Strony"; $a->strings["No entries (some entries may be hidden)."] = "Brak odwiedzin (niektóre odwiedziny mogą być ukryte)."; -$a->strings["People Search - %s"] = ""; +$a->strings["People Search - %s"] = "Szukaj osób - %s"; $a->strings["Forum Search - %s"] = "Przeszukiwanie forum - %s"; -$a->strings["Event can not end before it has started."] = ""; +$a->strings["Event can not end before it has started."] = "Wydarzenie nie może się zakończyć przed jego rozpoczęciem."; $a->strings["Event title and start time are required."] = "Wymagany tytuł wydarzenia i czas rozpoczęcia."; $a->strings["Create New Event"] = "Stwórz nowe wydarzenie"; $a->strings["Event details"] = "Szczegóły wydarzenia"; @@ -1377,7 +1377,7 @@ $a->strings["If you don't have a command line version of PHP installed on your s $a->strings["PHP executable path"] = "Ścieżka wykonywalna PHP"; $a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Wprowadź pełną ścieżkę do pliku wykonywalnego php. Możesz pozostawić to pole puste, aby kontynuować instalację."; $a->strings["Command line PHP"] = "Linia komend PHP"; -$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = ""; +$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "Plik wykonywalny PHP nie jest php cli binarny (może być wersją cgi-fgci)"; $a->strings["Found PHP version: "] = "Znaleziono wersje PHP:"; $a->strings["PHP cli binary"] = "PHP cli binarny"; $a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "Wersja linii poleceń PHP w twoim systemie nie ma aktywowanego \"register_argc_argv\"."; @@ -1413,17 +1413,17 @@ $a->strings[".htconfig.php is writable"] = ".htconfig.php jest zapisywalny"; $a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Friendica używa silnika szablonów Smarty3 do renderowania swoich widoków. Smarty3 kompiluje szablony do PHP, aby przyspieszyć renderowanie."; $a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top level folder."] = "Aby przechowywać te skompilowane szablony, serwer WWW musi mieć dostęp do zapisu do katalogu view/smarty3/ w folderze najwyższego poziomu Friendica."; $a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Upewnij się, że użytkownik, na którym działa serwer WWW (np. www-data), ma prawo do zapisu do tego folderu."; -$a->strings["Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."] = ""; +$a->strings["Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."] = "Uwaga: jako środek bezpieczeństwa, powinieneś dać serwerowi dostęp do zapisu view/smarty3/ jedynie - nie do plików szablonów (.tpl), które zawiera."; $a->strings["view/smarty3 is writable"] = "view/smarty3 jest zapisywalny"; -$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = ""; +$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "Nie działa URL w .htaccess popraw. Sprawdź konfigurację serwera."; $a->strings["Url rewrite is working"] = ""; $a->strings["ImageMagick PHP extension is not installed"] = "Rozszerzenie PHP ImageMagick nie jest zainstalowane"; $a->strings["ImageMagick PHP extension is installed"] = "Rozszerzenie PHP ImageMagick jest zainstalowane"; $a->strings["ImageMagick supports GIF"] = "ImageMagick obsługuje GIF"; $a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "Konfiguracja bazy danych pliku \".htconfig.php\" nie mogła zostać zapisana. Proszę użyć załączonego tekstu, aby utworzyć folder konfiguracyjny w sieci serwera."; $a->strings["

    What next

    "] = "

    Co dalej

    "; -$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the worker."] = ""; -$a->strings["Go to your new Friendica node registration page and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."] = ""; +$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the worker."] = "WAŻNE: Będziesz musiał [ręcznie] ustawić zaplanowane zadanie dla pracownika."; +$a->strings["Go to your new Friendica node registration page and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."] = "Przejdź do strony rejestracji nowego węzła Friendica i zarejestruj się jako nowy użytkownik. Pamiętaj, aby użyć adresu e-mail wprowadzonego jako e-mail administratora. To pozwoli Ci wejść do panelu administratora witryny."; $a->strings["Unable to locate original post."] = "Nie można zlokalizować oryginalnej wiadomości."; $a->strings["Empty post discarded."] = "Pusty wpis wyrzucony."; $a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Wiadomość została wysłana do ciebie od %s , członka portalu Friendica"; @@ -1431,10 +1431,10 @@ $a->strings["You may visit them online at %s"] = "Możesz ich odwiedzić online $a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Skontaktuj się z nadawcą odpowiadając na ten post jeśli nie chcesz otrzymywać tych wiadomości."; $a->strings["%s posted an update."] = "%s zaktualizował wpis."; $a->strings["Post successful."] = "Post dodany pomyślnie"; -$a->strings["Subscribing to OStatus contacts"] = ""; -$a->strings["No contact provided."] = ""; -$a->strings["Couldn't fetch information for contact."] = ""; -$a->strings["Couldn't fetch friends for contact."] = ""; +$a->strings["Subscribing to OStatus contacts"] = "Subskrybowanie kontaktów OStatus"; +$a->strings["No contact provided."] = "Brak kontaktu."; +$a->strings["Couldn't fetch information for contact."] = "Nie można pobrać informacji o kontakcie."; +$a->strings["Couldn't fetch friends for contact."] = "Nie można pobrać znajomych do kontaktu."; $a->strings["success"] = "powodzenie"; $a->strings["failed"] = "nie udało się"; $a->strings["ignored"] = "Ignoruj"; @@ -1472,7 +1472,7 @@ $a->strings[" and "] = " i "; $a->strings["public profile"] = "profil publiczny"; $a->strings["%1\$s changed %2\$s to “%3\$s”"] = ""; $a->strings[" - Visit %1\$s's %2\$s"] = " - Odwiedźa %1\$s's %2\$s"; -$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = ""; +$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$sma zaktualizowany %2\$s, zmiana%3\$s."; $a->strings["Hide contacts and friends:"] = "Ukryj kontakty i znajomych:"; $a->strings["Hide your contact/friend list from viewers of this profile?"] = "Czy chcesz ukryć listę kontaktów dla przeglądających to konto?"; $a->strings["Show more profile fields:"] = "Pokaż więcej pól profilu:"; @@ -1509,8 +1509,8 @@ $a->strings["Who: (if applicable)"] = "Kto: (jeśli dotyczy)"; $a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Przykłady : cathy123, Cathy Williams, cathy@example.com"; $a->strings["Since [date]:"] = "Od [data]:"; $a->strings["Tell us about yourself..."] = "Napisz o sobie..."; -$a->strings["XMPP (Jabber) address:"] = ""; -$a->strings["The XMPP address will be propagated to your contacts so that they can follow you."] = ""; +$a->strings["XMPP (Jabber) address:"] = "Adres XMPP (Jabber):"; +$a->strings["The XMPP address will be propagated to your contacts so that they can follow you."] = "Adres XMPP będzie propagowany do Twoich kontaktów, aby mogli Cię śledzić."; $a->strings["Homepage URL:"] = "Strona główna URL:"; $a->strings["Hometown:"] = "Miasto rodzinne:"; $a->strings["Political Views:"] = "Poglądy polityczne:"; @@ -1537,7 +1537,7 @@ $a->strings["Change profile photo"] = "Zmień zdjęcie profilowe"; $a->strings["Create New Profile"] = "Stwórz nowy profil"; $a->strings["Display"] = "Pokaz"; $a->strings["Social Networks"] = "Portale społecznościowe"; -$a->strings["Delegations"] = ""; +$a->strings["Delegations"] = "Delegowanie"; $a->strings["Connected apps"] = "Powiązane aplikacje"; $a->strings["Remove account"] = "Usuń konto"; $a->strings["Missing some important data!"] = "Brakuje ważnych danych!"; @@ -1557,7 +1557,7 @@ $a->strings["Wrong Password"] = "Złe hasło"; $a->strings["Invalid email."] = "Niepoprawny e-mail."; $a->strings["Cannot change to that email."] = "Nie można zmienić tego e-maila."; $a->strings["Private forum has no privacy permissions. Using default privacy group."] = "Prywatne forum nie ma uprawnień do prywatności. Użyj domyślnej grupy prywatnej."; -$a->strings["Private forum has no privacy permissions and no default privacy group."] = ""; +$a->strings["Private forum has no privacy permissions and no default privacy group."] = "Prywatne forum nie ma uprawnień do prywatności ani domyślnej grupy prywatności."; $a->strings["Settings updated."] = "Zaktualizowano ustawienia."; $a->strings["Add application"] = "Dodaj aplikacje"; $a->strings["Consumer Key"] = "Klucz klienta"; @@ -1576,11 +1576,11 @@ $a->strings["Additional Features"] = "Dodatkowe funkcje"; $a->strings["Diaspora"] = "Diaspora"; $a->strings["enabled"] = "włączony"; $a->strings["disabled"] = "wyłączony"; -$a->strings["Built-in support for %s connectivity is %s"] = ""; +$a->strings["Built-in support for %s connectivity is %s"] = "Wbudowane wsparcie dla %s łączność jest %s"; $a->strings["GNU Social (OStatus)"] = ""; $a->strings["Email access is disabled on this site."] = "Dostęp do e-maila nie jest w pełni sprawny na tej stronie"; -$a->strings["General Social Media Settings"] = ""; -$a->strings["Disable intelligent shortening"] = ""; +$a->strings["General Social Media Settings"] = "Ogólne ustawienia mediów społecznościowych"; +$a->strings["Disable intelligent shortening"] = "Wyłącz inteligentne skracanie"; $a->strings["Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original friendica post."] = "Zwykle system próbuje znaleźć najlepszy link do dodania do skróconych postów. Jeśli ta opcja jest włączona, każdy skrócony wpis zawsze wskazuje oryginalny post znajomej osoby."; $a->strings["Automatically follow any GNU Social (OStatus) followers/mentioners"] = "Automatycznie podążaj za wszystkimi obserwatorami/rzecznikami GNU Społeczności (OStatus)"; $a->strings["If you receive a message from an unknown OStatus user, this option decides what to do. If it is checked, a new contact will be created for every unknown user."] = "Jeśli otrzymasz wiadomość od nieznanego użytkownika OStatus, ta opcja decyduje, co zrobić. Jeśli zostanie zaznaczone, dla każdego nieznanego użytkownika zostanie utworzony nowy kontakt."; @@ -1608,11 +1608,11 @@ $a->strings["%s - (Experimental)"] = "%s- (Eksperymentalne)"; $a->strings["Display Settings"] = "Wyświetl ustawienia"; $a->strings["Display Theme:"] = "Wyświetl motyw:"; $a->strings["Mobile Theme:"] = "Mobilny motyw:"; -$a->strings["Suppress warning of insecure networks"] = ""; -$a->strings["Should the system suppress the warning that the current group contains members of networks that can't receive non public postings."] = ""; +$a->strings["Suppress warning of insecure networks"] = "Ukryj ostrzeżenie przed niebezpiecznymi sieciami"; +$a->strings["Should the system suppress the warning that the current group contains members of networks that can't receive non public postings."] = "System powinien pominąć ostrzeżenie, że bieżąca grupa zawiera członków sieci, którzy nie mogą otrzymywać komentarzy niepublicznych"; $a->strings["Update browser every xx seconds"] = "Odświeżaj stronę co xx sekund"; $a->strings["Minimum of 10 seconds. Enter -1 to disable it."] = "Minimum 10 sekund. Wprowadź -1, aby go wyłączyć."; -$a->strings["Number of items to display per page:"] = ""; +$a->strings["Number of items to display per page:"] = "Liczba elementów do wyświetlenia na stronie:"; $a->strings["Maximum of 100 items"] = "Maksymalnie 100 elementów"; $a->strings["Number of items to display per page when viewed from mobile device:"] = "Liczba elementów do wyświetlenia na stronie podczas przeglądania z urządzenia mobilnego:"; $a->strings["Don't show emoticons"] = "Nie pokazuj emotikonek"; @@ -1621,11 +1621,11 @@ $a->strings["Beginning of week:"] = "Początek tygodnia:"; $a->strings["Don't show notices"] = "Nie pokazuj powiadomień"; $a->strings["Infinite scroll"] = "Nieskończone przewijanie"; $a->strings["Automatic updates only at the top of the network page"] = "Automatyczne aktualizacje tylko u góry strony sieci"; -$a->strings["When disabled, the network page is updated all the time, which could be confusing while reading."] = ""; -$a->strings["Bandwith Saver Mode"] = ""; -$a->strings["When enabled, embedded content is not displayed on automatic updates, they only show on page reload."] = ""; +$a->strings["When disabled, the network page is updated all the time, which could be confusing while reading."] = "Po wyłączeniu strona sieciowa jest cały czas aktualizowana, co może być mylące podczas czytania."; +$a->strings["Bandwith Saver Mode"] = "Tryb oszczędzania przepustowości"; +$a->strings["When enabled, embedded content is not displayed on automatic updates, they only show on page reload."] = "Po włączeniu wbudowana zawartość nie jest wyświetlana w automatycznych aktualizacjach, wyświetlają się tylko przy przeładowaniu strony."; $a->strings["Smart Threading"] = "Inteligentne gwintowanie"; -$a->strings["When enabled, suppress extraneous thread indentation while keeping it where it matters. Only works if threading is available and enabled."] = ""; +$a->strings["When enabled, suppress extraneous thread indentation while keeping it where it matters. Only works if threading is available and enabled."] = "Włączenie tej opcji powoduje pomijanie wcięcia nitek zewnętrznych, zachowując je w dowolnym miejscu. Działa tylko wtedy, gdy wątki są dostępne i włączone."; $a->strings["General Theme Settings"] = "Ogólne ustawienia motywu"; $a->strings["Custom Theme Settings"] = "Niestandardowe ustawienia motywów"; $a->strings["Content Settings"] = "Ustawienia zawartości"; @@ -1633,18 +1633,18 @@ $a->strings["Theme settings"] = "Ustawienia motywu"; $a->strings["Unable to find your profile. Please contact your admin."] = "Nie można znaleźć Twojego profilu. Skontaktuj się z administratorem."; $a->strings["Account Types"] = "Rodzaje kont"; $a->strings["Personal Page Subtypes"] = "Podtypy osobistych stron"; -$a->strings["Community Forum Subtypes"] = ""; +$a->strings["Community Forum Subtypes"] = "Podtypy społeczności forum"; $a->strings["Personal Page"] = "Strona osobista"; $a->strings["Account for a personal profile."] = "Konto dla profilu osobistego."; $a->strings["Organisation Page"] = "Strona Organizacji"; -$a->strings["Account for an organisation that automatically approves contact requests as \"Followers\"."] = ""; +$a->strings["Account for an organisation that automatically approves contact requests as \"Followers\"."] = "Konto dla organizacji, która automatycznie zatwierdza prośby o kontakt jako \"Obserwatorzy\"."; $a->strings["News Page"] = "Strona Wiadomości"; -$a->strings["Account for a news reflector that automatically approves contact requests as \"Followers\"."] = ""; -$a->strings["Community Forum"] = ""; -$a->strings["Account for community discussions."] = ""; +$a->strings["Account for a news reflector that automatically approves contact requests as \"Followers\"."] = "Konto dla reflektora wiadomości, który automatycznie zatwierdza prośby o kontakt jako \"Obserwatorzy\"."; +$a->strings["Community Forum"] = "Forum społecznościowe"; +$a->strings["Account for community discussions."] = "Konto do dyskusji w społeczności."; $a->strings["Normal Account Page"] = "Normalna strona konta"; $a->strings["Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"."] = "Konto dla zwykłego profilu osobistego, który wymaga ręcznej zgody \"Przyjaciół\" i \"Obserwatorów\"."; -$a->strings["Soapbox Page"] = ""; +$a->strings["Soapbox Page"] = "Strona Soapbox"; $a->strings["Account for a public profile that automatically approves contact requests as \"Followers\"."] = "Konto dla profilu publicznego, który automatycznie zatwierdza prośby o kontakt jako \"Obserwatorzy\"."; $a->strings["Public Forum"] = "Forum publiczne"; $a->strings["Automatically approves all contact requests."] = "Automatycznie zatwierdza wszystkie prośby o kontakt."; @@ -1655,7 +1655,7 @@ $a->strings["Requires manual approval of contact requests."] = "Wymaga ręcznego $a->strings["OpenID:"] = "OpenID:"; $a->strings["(Optional) Allow this OpenID to login to this account."] = "(Opcjonalnie) Pozwól temu OpenID zalogować się na to konto."; $a->strings["Publish your default profile in your local site directory?"] = "Opublikować swój domyślny profil w swoim lokalnym katalogu stron?"; -$a->strings["Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public."] = ""; +$a->strings["Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public."] = "Twój profil zostanie opublikowany w globalnych katalogach friendica (np.%s). Twój profil będzie widoczny publicznie."; $a->strings["Publish your default profile in the global social directory?"] = "Opublikować twój niewypełniony profil w globalnym, społecznym katalogu?"; $a->strings["Your profile will be published in this node's local directory. Your profile details may be publicly visible depending on the system settings."] = "Twój profil zostanie opublikowany w lokalnym katalogu tego węzła. Dane Twojego profilu mogą być publicznie widoczne w zależności od ustawień systemu."; $a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Ukryć listę znajomych przed odwiedzającymi Twój profil?"; @@ -1671,7 +1671,7 @@ $a->strings["If you like, Friendica may suggest new members to add you as a cont $a->strings["Permit unknown people to send you private mail?"] = "Zezwolić nieznanym osobom na wysyłanie prywatnych wiadomości?"; $a->strings["Friendica network users may send you private messages even if they are not in your contact list."] = "Użytkownicy sieci w serwisie Friendica mogą wysyłać prywatne wiadomości, nawet jeśli nie znajdują się one na liście kontaktów."; $a->strings["Profile is not published."] = "Profil nie jest opublikowany"; -$a->strings["Your Identity Address is '%s' or '%s'."] = ""; +$a->strings["Your Identity Address is '%s' or '%s'."] = "Twój adres tożsamości to '%s' lub '%s'."; $a->strings["Automatically expire posts after this many days:"] = "Automatycznie wygasaj posty po tych wielu dniach:"; $a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Pole puste, wiadomość nie wygaśnie. Niezapisane wpisy zostaną usunięte."; $a->strings["Advanced expiration settings"] = "Zaawansowane ustawienia wygasania"; @@ -1680,7 +1680,7 @@ $a->strings["Expire posts:"] = "Wygasające posty:"; $a->strings["Expire personal notes:"] = "Wygasające notatki osobiste:"; $a->strings["Expire starred posts:"] = "Wygasaj posty oznaczone gwiazdką:"; $a->strings["Expire photos:"] = "Wygasanie zdjęć:"; -$a->strings["Only expire posts by others:"] = ""; +$a->strings["Only expire posts by others:"] = "Tylko wygasaj posty innych osób:"; $a->strings["Account Settings"] = "Ustawienia konta"; $a->strings["Password Settings"] = "Ustawienia hasła"; $a->strings["Leave password fields blank unless changing"] = "Pozostaw pola hasła puste, chyba że chcesz je zmienić."; @@ -1707,8 +1707,8 @@ $a->strings["Maximum private messages per day from unknown people:"] = "Maksymal $a->strings["Notification Settings"] = "Ustawienia powiadomień"; $a->strings["By default post a status message when:"] = "Domyślnie publikuj komunikat o stanie, gdy:"; $a->strings["accepting a friend request"] = "przyjmowanie prośby o dodanie do znajomych"; -$a->strings["joining a forum/community"] = ""; -$a->strings["making an interesting profile change"] = ""; +$a->strings["joining a forum/community"] = "dołączanie do forum/społeczności"; +$a->strings["making an interesting profile change"] = "dokonaj interesującej zmiany profilu"; $a->strings["Send a notification email when:"] = "Wyślij powiadmonienia na email, kiedy:"; $a->strings["You receive an introduction"] = "Otrzymałeś zaproszenie"; $a->strings["Your introductions are confirmed"] = "Dane zatwierdzone"; @@ -1719,20 +1719,20 @@ $a->strings["You receive a friend suggestion"] = "Otrzymane propozycje znajomych $a->strings["You are tagged in a post"] = "Jesteś oznaczony tagiem w poście"; $a->strings["You are poked/prodded/etc. in a post"] = ""; $a->strings["Activate desktop notifications"] = "Aktywuj powiadomienia na pulpicie"; -$a->strings["Show desktop popup on new notifications"] = ""; -$a->strings["Text-only notification emails"] = ""; -$a->strings["Send text only notification emails, without the html part"] = ""; +$a->strings["Show desktop popup on new notifications"] = "Pokaż wyskakujące okienko dla nowych powiadomień"; +$a->strings["Text-only notification emails"] = "E-maile z powiadomieniami tekstowymi"; +$a->strings["Send text only notification emails, without the html part"] = "Wysyłaj tylko e-maile z powiadomieniami tekstowymi, bez części html"; $a->strings["Show detailled notifications"] = "Pokaż szczegółowe powiadomienia"; -$a->strings["Per default, notifications are condensed to a single notification per item. When enabled every notification is displayed."] = ""; -$a->strings["Advanced Account/Page Type Settings"] = ""; -$a->strings["Change the behaviour of this account for special situations"] = ""; +$a->strings["Per default, notifications are condensed to a single notification per item. When enabled every notification is displayed."] = "Domyślne powiadomienia są skondensowane z jednym powiadomieniem dla każdego przedmiotu. Po włączeniu wyświetlane jest każde powiadomienie."; +$a->strings["Advanced Account/Page Type Settings"] = "Zaawansowane ustawienia konta/rodzaju strony"; +$a->strings["Change the behaviour of this account for special situations"] = "Zmień zachowanie tego konta w sytuacjach specjalnych"; $a->strings["Relocate"] = "Przeniesienie"; $a->strings["If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."] = "Jeśli ten profil został przeniesiony z innego serwera, a niektóre z Twoich kontaktów nie otrzymają aktualizacji, spróbuj nacisnąć ten przycisk."; -$a->strings["Resend relocate message to contacts"] = ""; -$a->strings["Contact wasn't found or can't be unfollowed."] = ""; -$a->strings["Contact unfollowed"] = ""; -$a->strings["You aren't a friend of this contact."] = ""; -$a->strings["Unfollowing is currently not supported by your network."] = ""; +$a->strings["Resend relocate message to contacts"] = "Wyślij ponownie przenieść wiadomości do kontaktów"; +$a->strings["Contact wasn't found or can't be unfollowed."] = "Kontakt nie został znaleziony lub nie można go pominąć."; +$a->strings["Contact unfollowed"] = "Skontaktuj się z obserwowanym"; +$a->strings["You aren't a friend of this contact."] = "Nie jesteś przyjacielem tego kontaktu."; +$a->strings["Unfollowing is currently not supported by your network."] = "Brak obserwowania nie jest obecnie obsługiwany przez twoją sieć."; $a->strings["default"] = "standardowe"; $a->strings["greenzero"] = ""; $a->strings["purplezero"] = ""; @@ -1741,7 +1741,7 @@ $a->strings["darkzero"] = ""; $a->strings["comix"] = ""; $a->strings["slackr"] = ""; $a->strings["Variations"] = ""; -$a->strings["Repeat the image"] = ""; +$a->strings["Repeat the image"] = "Powtórz obraz"; $a->strings["Will repeat your image to fill the background."] = "Powtarza twój obraz, aby wypełnić tło."; $a->strings["Stretch"] = ""; $a->strings["Will stretch to width/height of the image."] = "Rozciągnie się do szerokości/wysokości obrazu."; @@ -1789,7 +1789,7 @@ $a->strings["show"] = "pokaż"; $a->strings["Set style"] = "Ustaw styl"; $a->strings["Community Pages"] = "Strony społeczności"; $a->strings["Community Profiles"] = "Profile społeczności"; -$a->strings["Help or @NewHere ?"] = ""; +$a->strings["Help or @NewHere ?"] = "Pomoc lub @NewHere?"; $a->strings["Connect Services"] = "Połączone serwisy"; $a->strings["Find Friends"] = "Znajdź znajomych"; $a->strings["Last users"] = "Ostatni użytkownicy"; @@ -1812,7 +1812,7 @@ $a->strings["%d contact not imported"] = [ $a->strings["Done. You can now login with your username and password"] = "Gotowe. Możesz teraz zalogować się, podając swoją nazwę użytkownika i hasło."; $a->strings["Post to Email"] = "Prześlij e-mailem"; $a->strings["Hide your profile details from unknown viewers?"] = "Ukryć szczegóły twojego profilu przed nieznajomymi?"; -$a->strings["Connectors disabled, since \"%s\" is enabled."] = ""; +$a->strings["Connectors disabled, since \"%s\" is enabled."] = "Wtyczki są wyłączone, ponieważ \"%s\" jest włączone."; $a->strings["Visible to everybody"] = "Widoczny dla wszystkich"; $a->strings["Close"] = "Zamknij"; $a->strings["System"] = "System"; @@ -1822,8 +1822,8 @@ $a->strings["%s commented on %s's post"] = "%s skomentował wpis %s"; $a->strings["%s created a new post"] = "%s dodał nowy wpis"; $a->strings["%s liked %s's post"] = "%s polubił wpis %s"; $a->strings["%s disliked %s's post"] = "%s przestał lubić post %s"; -$a->strings["%s is attending %s's event"] = ""; -$a->strings["%s is not attending %s's event"] = ""; +$a->strings["%s is attending %s's event"] = "%suczestniczy %sw wydarzeniu "; +$a->strings["%s is not attending %s's event"] = "%snie uczestniczy %s w wydarzeniu "; $a->strings["%s may attend %s's event"] = "%smoże uczestniczyć %s w wydarzeniu"; $a->strings["%s is now friends with %s"] = "%s jest teraz znajomym %s"; $a->strings["Friend Suggestion"] = "Propozycja znajomych"; @@ -1866,12 +1866,12 @@ $a->strings["LinkedIn"] = "LinkedIn"; $a->strings["XMPP/IM"] = "XMPP/IM"; $a->strings["MySpace"] = "MySpace"; $a->strings["Google+"] = "Google+"; -$a->strings["pump.io"] = ""; +$a->strings["pump.io"] = "pump.io"; $a->strings["Twitter"] = "Twitter"; -$a->strings["Diaspora Connector"] = ""; +$a->strings["Diaspora Connector"] = "Wtyczka Diaspora"; $a->strings["GNU Social Connector"] = "GNU Łącze Społecznościowe"; $a->strings["pnut"] = ""; -$a->strings["App.net"] = ""; +$a->strings["App.net"] = "App.net"; $a->strings["Male"] = "Mężczyzna"; $a->strings["Female"] = "Kobieta"; $a->strings["Currently Male"] = "Aktualnie Mężczyzna"; @@ -1965,11 +1965,11 @@ $a->strings["Ability to create multiple profiles"] = "Możliwość tworzenia wie $a->strings["Photo Location"] = "Lokalizacja zdjęcia"; $a->strings["Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map."] = "Metadane zdjęć są zwykle usuwane. Wyodrębnia to położenie (jeśli jest obecne) przed usunięciem metadanych i łączy je z mapą."; $a->strings["Export Public Calendar"] = "Eksportuj kalendarz publiczny"; -$a->strings["Ability for visitors to download the public calendar"] = ""; +$a->strings["Ability for visitors to download the public calendar"] = "Możliwość pobierania kalendarza publicznego przez odwiedzających"; $a->strings["Post Composition Features"] = ""; $a->strings["Post Preview"] = "Podgląd posta"; $a->strings["Allow previewing posts and comments before publishing them"] = "Zezwalaj na podgląd postów i komentarzy przed ich opublikowaniem"; -$a->strings["Auto-mention Forums"] = ""; +$a->strings["Auto-mention Forums"] = "Automatyczne wymienianie forów"; $a->strings["Add/remove mention when a forum page is selected/deselected in ACL window."] = "Dodaj/usuń wzmiankę, gdy strona forum zostanie wybrana/cofnięta w oknie ACL."; $a->strings["Network Sidebar Widgets"] = "Widgety paska bocznego sieci"; $a->strings["Search by Date"] = "Szukanie wg daty"; @@ -1986,7 +1986,7 @@ $a->strings["Network Personal Tab"] = "Sieć Osobista zakładka"; $a->strings["Enable tab to display only Network posts that you've interacted on"] = "Włącz kartę, by wyświetlać tylko posty w sieci, z którymi współpracujesz"; $a->strings["Network New Tab"] = "Sieć Nowa karta"; $a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "Włącz kartę, aby wyświetlić tylko nowe posty sieciowe (z ostatnich 12 godzin)"; -$a->strings["Network Shared Links Tab"] = ""; +$a->strings["Network Shared Links Tab"] = "Karta Połączone karty sieciowe"; $a->strings["Enable tab to display only Network posts with links in them"] = "Włącz zakładkę, aby wyświetlić tylko posty sieciowe z łączami do nich"; $a->strings["Post/Comment Tools"] = "Narzędzia post/komentarz"; $a->strings["Multiple Deletion"] = "Wielokrotne usunięcie"; @@ -2000,7 +2000,7 @@ $a->strings["Add categories to your posts"] = "Dodaj kategorie do twoich postów $a->strings["Saved Folders"] = "Zapisane foldery"; $a->strings["Ability to file posts under folders"] = "Możliwość przesyłania postów do folderów"; $a->strings["Dislike Posts"] = "Nie lubię Postów"; -$a->strings["Ability to dislike posts/comments"] = ""; +$a->strings["Ability to dislike posts/comments"] = "Możliwa niechęć do postów/komentarzy"; $a->strings["Star Posts"] = "Oznacz posty gwiazdką"; $a->strings["Ability to mark special posts with a star indicator"] = "Oznacz specjalne posty gwiazdką"; $a->strings["Mute Post Notifications"] = "Ignoruj ​​powiadomienia pocztą"; @@ -2041,7 +2041,7 @@ $a->strings["%d contact in common"] = [ 3 => "", ]; $a->strings["There are no tables on MyISAM."] = "W MyISAM nie ma tabel."; -$a->strings["\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."] = ""; +$a->strings["\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."] = "\n\t\t\t\tDeweloperzy friendica wydali niedawno aktualizację %s,\n\t\t\t\tale podczas próby instalacji, coś poszło nie tak.\n\t\t\t\tZostanie to naprawione wkrótce i nie mogę tego zrobić sam. Proszę skontaktować się z \n\t\t\t\tprogramistami friendica, jeśli nie możesz mi pomóc na własną rękę. Moja baza danych może być nieprawidłowa."; $a->strings["The error message is\n[pre]%s[/pre]"] = "Komunikat o błędzie jest \n[pre]%s[/ pre]"; $a->strings["\nError %d occurred during database update:\n%s\n"] = "\nWystąpił błąd %d podczas aktualizacji bazy danych:\n%s\n"; $a->strings["Errors encountered performing database changes: "] = "Napotkane błędy powodujące zmiany w bazie danych:"; From 348ee3625d5beeb07250d6082d22400754afb70b Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 2 Apr 2018 08:42:11 +0200 Subject: [PATCH 280/430] BBCode support in register_text --- mod/admin.php | 4 ++-- mod/register.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mod/admin.php b/mod/admin.php index 4ae5eb70b0..c76cb49e92 100644 --- a/mod/admin.php +++ b/mod/admin.php @@ -920,7 +920,7 @@ function admin_page_site_post(App $a) $daily_registrations = ((x($_POST,'max_daily_registrations')) ? intval(trim($_POST['max_daily_registrations'])) :0); $abandon_days = ((x($_POST,'abandon_days')) ? intval(trim($_POST['abandon_days'])) : 0); - $register_text = ((x($_POST,'register_text')) ? notags(trim($_POST['register_text'])) : ''); + $register_text = ((x($_POST,'register_text')) ? strip_tags(trim($_POST['register_text'])) : ''); $allowed_sites = ((x($_POST,'allowed_sites')) ? notags(trim($_POST['allowed_sites'])) : ''); $allowed_email = ((x($_POST,'allowed_email')) ? notags(trim($_POST['allowed_email'])) : ''); @@ -1325,7 +1325,7 @@ function admin_page_site(App $a) '$register_policy' => ['register_policy', L10n::t("Register policy"), $a->config['register_policy'], "", $register_choices], '$daily_registrations' => ['max_daily_registrations', L10n::t("Maximum Daily Registrations"), Config::get('system', 'max_daily_registrations'), L10n::t("If registration is permitted above, this sets the maximum number of new user registrations to accept per day. If register is set to closed, this setting has no effect.")], - '$register_text' => ['register_text', L10n::t("Register text"), $a->config['register_text'], L10n::t("Will be displayed prominently on the registration page.")], + '$register_text' => ['register_text', L10n::t("Register text"), $a->config['register_text'], L10n::t("Will be displayed prominently on the registration page. You can use BBCode here.")], '$abandon_days' => ['abandon_days', L10n::t('Accounts abandoned after x days'), Config::get('system','account_abandon_days'), L10n::t('Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit.')], '$allowed_sites' => ['allowed_sites', L10n::t("Allowed friend domains"), Config::get('system','allowed_sites'), L10n::t("Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains")], '$allowed_email' => ['allowed_email', L10n::t("Allowed email domains"), Config::get('system','allowed_email'), L10n::t("Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains")], diff --git a/mod/register.php b/mod/register.php index c97433c040..512364dcfd 100644 --- a/mod/register.php +++ b/mod/register.php @@ -262,7 +262,7 @@ function register_content(App $a) '$invite_id' => $invite_id, '$realpeople' => $realpeople, '$regtitle' => L10n::t('Registration'), - '$registertext' => x($a->config, 'register_text') ? BBCode::convert($a->config['register_text']) : "", + '$registertext' => BBCode::convert(Config::get('config', 'register_text', '')), '$fillwith' => $fillwith, '$fillext' => $fillext, '$oidlabel' => $oidlabel, From 0594f13c35d53363fc36b31b23867331c1a9c35c Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 2 Apr 2018 12:53:48 +0000 Subject: [PATCH 281/430] Receiving was tested, sending is implemented and tested as well, currently unused --- mod/dfrn_notify.php | 6 +++--- src/Protocol/DFRN.php | 38 ++++++++++++++++++++++++++++++++++++++ src/Protocol/Diaspora.php | 2 +- 3 files changed, 42 insertions(+), 4 deletions(-) diff --git a/mod/dfrn_notify.php b/mod/dfrn_notify.php index a43c316b0c..7eddd4f3d5 100644 --- a/mod/dfrn_notify.php +++ b/mod/dfrn_notify.php @@ -32,10 +32,10 @@ function dfrn_notify_post(App $a) { $msg = Diaspora::decodeRaw($user, $postdata); // Check if the user has got this contact - $cid = getIdForURL($msg['author'], $user['uid']); + $cid = Contact::getIdForURL($msg['author'], $user['uid']); if (!$cid) { // Otherwise there should be a public contact - $cid = getIdForURL($msg['author']); + $cid = Contact::getIdForURL($msg['author']); if (!$cid) { logger('Contact not found for address ' . $msg['author']); System::xmlExit(3, 'Contact not found'); @@ -59,7 +59,7 @@ function dfrn_notify_post(App $a) { // Now we should be able to import it $ret = DFRN::import($msg['message'], $importer); - System::xmlExit($ret, 'Processed'); + System::xmlExit($ret, 'Done'); } else { require_once 'mod/salmon.php'; salmon_post($a, $postdata); diff --git a/src/Protocol/DFRN.php b/src/Protocol/DFRN.php index cb23c4bf12..43fe16c317 100644 --- a/src/Protocol/DFRN.php +++ b/src/Protocol/DFRN.php @@ -31,6 +31,7 @@ use Friendica\Util\Crypto; use Friendica\Util\DateTimeFormat; use Friendica\Util\Network; use Friendica\Util\XML; +use Friendica\Protocol\Diaspora; use dba; use DOMDocument; use DOMXPath; @@ -1368,6 +1369,43 @@ class DFRN return intval($res->status); } + /** + * @brief Delivers items to the contacts via the Diaspora transport layer + * + * @param array $owner Owner record + * @param array $contact Contact record of the receiver + * @param array $items Items that will be transmitted + * + * @return int HTTP Deliver status + */ + public static function buildAndTransmit($owner, $contact, $items) + { + $a = get_app(); + + // Currently disabled, at first we will not use the batch delivery + // $public_batch = !$items[0]['private']; + $public_batch = false; + + $msg = DFRN::entries($items, $owner); + + $fcontact = Diaspora::personByHandle($contact['addr']); + if (empty($fcontact)) { + logger("unable to find contact details"); + return; + } + + $envelope = Diaspora::buildMessage($msg, $owner, $contact, $owner['uprvkey'], $fcontact['pubkey'], $public_batch); + + $dest_url = ($public_batch ? $fcontact["batch"] : $contact["notify"]); + + $content_type = ($public_batch ? "application/magic-envelope+xml" : "application/json"); + + $ret = Network::post($dest_url, $envelope, ["Content-Type: ".$content_type]); + + /// @ToDo: Add better treating of return codes + return $a->get_curl_code(); + } + /** * @brief Add new birthday event for this person * diff --git a/src/Protocol/Diaspora.php b/src/Protocol/Diaspora.php index 23bc575dd0..4b8ae21102 100644 --- a/src/Protocol/Diaspora.php +++ b/src/Protocol/Diaspora.php @@ -3205,7 +3205,7 @@ class Diaspora * * @return string The message that will be transmitted to other servers */ - private static function buildMessage($msg, $user, $contact, $prvkey, $pubkey, $public = false) + public static function buildMessage($msg, $user, $contact, $prvkey, $pubkey, $public = false) { // The message is put into an envelope with the sender's signature $envelope = self::buildMagicEnvelope($msg, $user); From f89904ed7786d9259f0e87c11db0358a298181ad Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 2 Apr 2018 13:44:45 +0000 Subject: [PATCH 282/430] Treatment, Treating, whatever :-) --- src/Protocol/DFRN.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Protocol/DFRN.php b/src/Protocol/DFRN.php index 43fe16c317..ea867a84d6 100644 --- a/src/Protocol/DFRN.php +++ b/src/Protocol/DFRN.php @@ -1402,7 +1402,7 @@ class DFRN $ret = Network::post($dest_url, $envelope, ["Content-Type: ".$content_type]); - /// @ToDo: Add better treating of return codes + /// @ToDo: Add better treatment of return codes return $a->get_curl_code(); } From 6c20b4507d1d2cb218568c30b3f9a8c4fb26be5a Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 2 Apr 2018 18:40:30 +0200 Subject: [PATCH 283/430] Added /tos module --- mod/admin.php | 55 +++++++++++++++++++++++++++++++++++- mod/friendica.php | 5 ++++ mod/register.php | 3 ++ mod/tos.php | 42 +++++++++++++++++++++++++++ view/templates/admin/tos.tpl | 12 ++++++++ view/templates/tos.tpl | 10 +++++++ 6 files changed, 126 insertions(+), 1 deletion(-) create mode 100644 mod/tos.php create mode 100644 view/templates/admin/tos.tpl create mode 100644 view/templates/tos.tpl diff --git a/mod/admin.php b/mod/admin.php index c76cb49e92..7dc736ab48 100644 --- a/mod/admin.php +++ b/mod/admin.php @@ -109,6 +109,9 @@ function admin_post(App $a) } $return_path = 'admin/themes/' . $theme; break; + case 'tos': + admin_page_tos_post($a); + break; case 'features': admin_page_features_post($a); break; @@ -181,7 +184,8 @@ function admin_content(App $a) 'users' => ["admin/users/" , L10n::t("Users") , "users"], 'addons' => ["admin/addons/" , L10n::t("Addons") , "addons"], 'themes' => ["admin/themes/" , L10n::t("Themes") , "themes"], - 'features' => ["admin/features/" , L10n::t("Additional features") , "features"] ]], + 'features' => ["admin/features/" , L10n::t("Additional features") , "features"], + 'tos' => ["admin/tos/" , L10n::t("Terms of Service") , "tos"] ]], 'database' => [ L10n::t('Database'), [ 'dbsync' => ["admin/dbsync/" , L10n::t('DB updates') , "dbsync"], 'queue' => ["admin/queue/" , L10n::t('Inspect Queue') , "queue"], ]], @@ -265,6 +269,9 @@ function admin_content(App $a) case 'deleteitem': $o = admin_page_deleteitem($a); break; + case 'tos': + $o = admin_page_tos($a); + break; default: notice(L10n::t("Item not found.")); } @@ -281,6 +288,50 @@ function admin_content(App $a) } } +/** + * @brief Subpage to define the display of a Terms of Usage page. + * + * @param App $a + * @return string + */ +function admin_page_tos(App $a) +{ + $t = get_markup_template('admin/tos.tpl'); + return replace_macros($t, [ + '$title' => L10n::t('Administration'), + '$page' => L10n::t('Terms of Service'), + '$displaytos' => ['displaytos', L10n::t('Display Terms of Service'), Config::get('system', 'tosdisplay'), L10n::t('Enable the Terms of Service page. If this is enabled a link to the terms will be added to the registration form and the general information page.')], + '$displayprivstatement' => ['displayprivstatement', L10n::t('Display Privacy Statement'), Config::get('system','tosprivstatement'), L10n::t('Show some informations regarding the needed information to operate the node according e.g. to EU-GDPR.','https://en.wikipedia.org/wiki/General_Data_Protection_Regulation')], + '$tostext' => ['tostext', L10n::t('The Terms of Usage'), Config::get('system', 'tostext'), L10n::t('Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] and below.')], + '$form_security_token' => get_form_security_token("admin_tos"), + '$submit' => L10n::t('Save Settings'), + ]); +} +/** + * @brief Process send data from Admin TOS Page + * + * @param App $a + */ +function admin_page_tos_post(App $a) +{ + check_form_security_token_redirectOnErr('/admin/tos', 'admin_tos'); + + if (!x($_POST, "page_tos")) { + return; + } + + $displaytos = ((x($_POST, 'displaytos')) ? True : False); + $displayprivstatement = ((x($_POST, 'displayprivstatement')) ? True : False); + $tostext = ((x($_POST, 'tostext')) ? strip_tags(trim($_POST['tostext'])) : ''); + + Config::set('system', 'tosdisplay', $displaytos); + Config::set('system', 'tosprivstatement', $displayprivstatement); + Config::set('system', 'tostext', $tostext); + + goaway('admin/tos'); + + return; // NOTREACHED +} /** * @brief Subpage to modify the server wide block list via the admin panel. * @@ -1547,6 +1598,8 @@ function admin_page_users_post(App $a) If you are new and do not know anybody here, they may help you to make some new and interesting friends. + If you ever want to delete your account, you can do so at %1$s/removeme + Thank you and welcome to %4$s.')); $preamble = sprintf($preamble, $user['username'], $a->config['sitename']); diff --git a/mod/friendica.php b/mod/friendica.php index 14363ea4dd..43e5183598 100644 --- a/mod/friendica.php +++ b/mod/friendica.php @@ -116,6 +116,11 @@ function friendica_content(App $a) } else { $o .= '

    ' . L10n::t('No installed addons/apps') . '

    ' . PHP_EOL; } + + if (Config::get('system', 'tosdisplay')) + { + $o .= '

    '.L10n::t('Read about the Terms of Service of this node.', System::baseurl()).'

    '; + } $blocklist = Config::get('system', 'blocklist'); if (count($blocklist)) { diff --git a/mod/register.php b/mod/register.php index 512364dcfd..9de7a0ca38 100644 --- a/mod/register.php +++ b/mod/register.php @@ -284,6 +284,9 @@ function register_content(App $a) '$sitename' => $a->get_hostname(), '$importh' => L10n::t('Import'), '$importt' => L10n::t('Import your profile to this friendica instance'), + '$showtoslink' => Config::get('system', 'tosdisplay'), + '$tostext' => L10n::t('Terms of Service'), + '$baseurl' => System::baseurl(), '$form_security_token' => get_form_security_token("register") ]); return $o; diff --git a/mod/tos.php b/mod/tos.php new file mode 100644 index 0000000000..4ce8a8f3f4 --- /dev/null +++ b/mod/tos.php @@ -0,0 +1,42 @@ + L10n::t('Terms of Service'), + '$tostext' => BBCode::convert(Config::get('system', 'tostext')), + '$displayprivstatement' => Config::get('system', 'tosprivstatement'), + '$privstatementtitle' => L10n::t('Privacy Statement'), + '$privoperate' => L10n::t('At the time of registration, and for providing communications between the user account and their contacts, the user has to provide a display name (pen name), a nickname and a working email address. The names will be accessible on the profile page of the account by any visitor of the page even if other profile details are not displayed. The email address will only be used to send the user notifications about interactions, but wont be visibly displayed. The listing of an account in the nodes user directory or the global user directory is optional and can be controlled in the user settings, it is not necessary for communication.'), + '$privdelete' => L10n::t('At any point in time a logged in user can export their account data from the account settings. If the user wants to delete their account they can do so at %1$s. The deletion of the account will be permanent.', System::baseurl().'/removeme') + ]); + } else { + return; + } + + return $o; + +} diff --git a/view/templates/admin/tos.tpl b/view/templates/admin/tos.tpl new file mode 100644 index 0000000000..79465e7f1b --- /dev/null +++ b/view/templates/admin/tos.tpl @@ -0,0 +1,12 @@ +
    +

    {{$title}} - {{$page}}

    +

    {{$intro}}

    +
    + + {{include file="field_checkbox.tpl" field=$displaytos}} + {{include file="field_checkbox.tpl" field=$displayprivstatement}} + {{include file="field_textarea.tpl" field=$tostext}} +
    +
    +
    + diff --git a/view/templates/tos.tpl b/view/templates/tos.tpl new file mode 100644 index 0000000000..0f3d3c24be --- /dev/null +++ b/view/templates/tos.tpl @@ -0,0 +1,10 @@ +

    {{$title}}

    + +{{$tostext}} + +{{if $displayprivstatement}} +

    {{$privstatementtitle}}

    +

    {{$privoperate}}

    +

    {{$privdelete}}

    +{{/if}} + From 6cef0fbaeb02c20883262a9058e337d4031f382a Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 2 Apr 2018 18:40:52 +0200 Subject: [PATCH 284/430] added link to delete the account to the registration mail text --- src/Model/User.php | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/Model/User.php b/src/Model/User.php index 1df7e5ef4e..d971d968b0 100644 --- a/src/Model/User.php +++ b/src/Model/User.php @@ -614,11 +614,12 @@ class User ')); $body = deindent(L10n::t(' The login details are as follows: - Site Location: %3$s - Login Name: %1$s - Password: %5$s - You may change your password from your account Settings page after logging + Site Location: %1$s + Login Name: %2$s + Password: %3$s + + You may change your password from your account "Settings" page after logging in. Please take a few moments to review the other account settings on that page. @@ -627,7 +628,7 @@ class User ' . "\x28" . 'on the "Profiles" page' . "\x29" . ' so that other people can easily find you. We recommend setting your full name, adding a profile photo, - adding some profile keywords ' . "\x28" . 'very useful in making new friends' . "\x29" . ' - and + adding some profile "keywords" ' . "\x28" . 'very useful in making new friends' . "\x29" . ' - and perhaps what country you live in; if you do not wish to be more specific than that. @@ -635,8 +636,9 @@ class User If you are new and do not know anybody here, they may help you to make some new and interesting friends. + If you ever want to delete your account, you can do so at %1$s/removeme - Thank you and welcome to %2$s.')); + Thank you and welcome to %4$s.')); $preamble = sprintf($preamble, $username, $sitename); $body = sprintf($body, $email, $sitename, $siteurl, $username, $password); From 6f5b6a073a2a07b0cc96529e3f70cc1185ce7151 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 2 Apr 2018 18:41:16 +0200 Subject: [PATCH 285/430] register template may link to the TOS as well --- view/templates/register.tpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/view/templates/register.tpl b/view/templates/register.tpl index 55c0862741..eddc551325 100644 --- a/view/templates/register.tpl +++ b/view/templates/register.tpl @@ -64,6 +64,10 @@ {{$publish}} + {{if $showtoslink}} +

    {{$tostext}}

    + {{/if}} +
    From 01a1e1b451095d10b6d867aca7540c76fad94db7 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 2 Apr 2018 18:50:27 +0200 Subject: [PATCH 286/430] regenerated master messages.po file --- util/messages.po | 6086 +++++++++++++++++++++++----------------------- 1 file changed, 3061 insertions(+), 3025 deletions(-) diff --git a/util/messages.po b/util/messages.po index 0d60cd833d..ac457d982b 100644 --- a/util/messages.po +++ b/util/messages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-03-28 08:41+0200\n" +"POT-Creation-Date: 2018-04-02 18:46+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -36,6 +36,11 @@ msgid "" "form has been opened for too long (>3 hours) before submitting it." msgstr "" +#: include/dba.php:57 +#, php-format +msgid "Cannot locate DNS info for database server '%s'" +msgstr "" + #: include/api.php:1199 #, php-format msgid "Daily posting limit of %d post reached. The post was rejected." @@ -133,11 +138,11 @@ msgstr "" msgid "%1$s marked %2$s's %3$s as favorite" msgstr "" -#: include/conversation.php:605 mod/photos.php:1501 mod/profiles.php:354 +#: include/conversation.php:605 mod/photos.php:1501 mod/profiles.php:355 msgid "Likes" msgstr "" -#: include/conversation.php:605 mod/photos.php:1501 mod/profiles.php:358 +#: include/conversation.php:605 mod/photos.php:1501 mod/profiles.php:359 msgid "Dislikes" msgstr "" @@ -160,8 +165,8 @@ msgstr "" msgid "Select" msgstr "" -#: include/conversation.php:745 mod/photos.php:1570 mod/admin.php:1731 -#: mod/contacts.php:830 mod/contacts.php:1035 mod/settings.php:738 +#: include/conversation.php:745 mod/photos.php:1570 mod/contacts.php:830 +#: mod/contacts.php:1035 mod/settings.php:738 mod/admin.php:1798 #: src/Object/Post.php:179 msgid "Delete" msgstr "" @@ -212,7 +217,7 @@ msgstr "" #: include/conversation.php:1061 include/conversation.php:1077 #: mod/allfriends.php:73 mod/suggest.php:82 mod/match.php:89 -#: mod/directory.php:160 mod/dirfind.php:217 src/Model/Contact.php:580 +#: mod/dirfind.php:217 mod/directory.php:159 src/Model/Contact.php:580 #: src/Model/Contact.php:593 src/Model/Contact.php:641 msgid "View Profile" msgstr "" @@ -453,8 +458,8 @@ msgstr "" #: mod/fbrowser.php:134 mod/suggest.php:41 mod/dfrn_request.php:663 #: mod/tagrm.php:19 mod/tagrm.php:99 mod/editpost.php:149 mod/message.php:141 #: mod/photos.php:248 mod/photos.php:324 mod/videos.php:147 -#: mod/contacts.php:475 mod/follow.php:161 mod/settings.php:676 -#: mod/settings.php:702 mod/unfollow.php:117 +#: mod/contacts.php:475 mod/unfollow.php:117 mod/settings.php:676 +#: mod/settings.php:702 mod/follow.php:161 msgid "Cancel" msgstr "" @@ -506,11 +511,6 @@ msgid_plural "Undecided" msgstr[0] "" msgstr[1] "" -#: include/dba.php:57 -#, php-format -msgid "Cannot locate DNS info for database server '%s'" -msgstr "" - #: include/enotify.php:31 msgid "Friendica Notification" msgstr "" @@ -802,9 +802,9 @@ msgstr "" msgid "Please visit %s to approve or reject the request." msgstr "" -#: include/items.php:342 mod/notice.php:22 mod/viewsrc.php:21 mod/admin.php:269 -#: mod/admin.php:1787 mod/admin.php:2035 mod/display.php:72 mod/display.php:252 -#: mod/display.php:354 +#: include/items.php:342 mod/notice.php:22 mod/viewsrc.php:21 +#: mod/display.php:72 mod/display.php:252 mod/display.php:354 mod/admin.php:276 +#: mod/admin.php:1854 mod/admin.php:2102 msgid "Item not found." msgstr "" @@ -813,13 +813,13 @@ msgid "Do you really want to delete this item?" msgstr "" #: include/items.php:384 mod/api.php:110 mod/suggest.php:38 -#: mod/dfrn_request.php:653 mod/register.php:237 mod/message.php:138 -#: mod/contacts.php:472 mod/follow.php:150 mod/profiles.php:635 -#: mod/profiles.php:638 mod/profiles.php:660 mod/settings.php:1103 -#: mod/settings.php:1109 mod/settings.php:1116 mod/settings.php:1120 -#: mod/settings.php:1124 mod/settings.php:1128 mod/settings.php:1132 -#: mod/settings.php:1136 mod/settings.php:1156 mod/settings.php:1157 -#: mod/settings.php:1158 mod/settings.php:1159 mod/settings.php:1160 +#: mod/dfrn_request.php:653 mod/message.php:138 mod/contacts.php:472 +#: mod/settings.php:1103 mod/settings.php:1109 mod/settings.php:1116 +#: mod/settings.php:1120 mod/settings.php:1124 mod/settings.php:1128 +#: mod/settings.php:1132 mod/settings.php:1136 mod/settings.php:1156 +#: mod/settings.php:1157 mod/settings.php:1158 mod/settings.php:1159 +#: mod/settings.php:1160 mod/follow.php:150 mod/profiles.php:636 +#: mod/profiles.php:639 mod/profiles.php:661 mod/register.php:237 msgid "Yes" msgstr "" @@ -827,21 +827,21 @@ msgstr "" #: mod/attach.php:38 mod/common.php:26 mod/crepair.php:98 mod/nogroup.php:28 #: mod/repair_ostatus.php:13 mod/suggest.php:60 mod/uimport.php:28 #: mod/notifications.php:73 mod/dfrn_confirm.php:68 mod/invite.php:20 -#: mod/invite.php:106 mod/manage.php:131 mod/wall_attach.php:74 -#: mod/wall_attach.php:77 mod/poke.php:150 mod/regmod.php:108 -#: mod/viewcontacts.php:57 mod/wall_upload.php:103 mod/wall_upload.php:106 +#: mod/invite.php:106 mod/wall_attach.php:74 mod/wall_attach.php:77 +#: mod/manage.php:131 mod/regmod.php:108 mod/viewcontacts.php:57 #: mod/wallmessage.php:16 mod/wallmessage.php:40 mod/wallmessage.php:79 -#: mod/wallmessage.php:103 mod/register.php:53 mod/editpost.php:18 -#: mod/fsuggest.php:80 mod/group.php:26 mod/message.php:59 mod/message.php:104 +#: mod/wallmessage.php:103 mod/poke.php:150 mod/wall_upload.php:103 +#: mod/wall_upload.php:106 mod/editpost.php:18 mod/fsuggest.php:80 +#: mod/group.php:26 mod/item.php:160 mod/message.php:59 mod/message.php:104 #: mod/network.php:32 mod/notes.php:30 mod/photos.php:174 mod/photos.php:1051 -#: mod/cal.php:304 mod/contacts.php:386 mod/delegate.php:25 mod/delegate.php:43 -#: mod/delegate.php:54 mod/dirfind.php:25 mod/events.php:194 mod/follow.php:17 -#: mod/follow.php:54 mod/follow.php:118 mod/item.php:160 -#: mod/ostatus_subscribe.php:16 mod/profile_photo.php:30 -#: mod/profile_photo.php:176 mod/profile_photo.php:187 -#: mod/profile_photo.php:200 mod/profiles.php:181 mod/profiles.php:605 -#: mod/settings.php:43 mod/settings.php:142 mod/settings.php:665 -#: mod/unfollow.php:15 mod/unfollow.php:57 mod/unfollow.php:90 index.php:416 +#: mod/contacts.php:386 mod/delegate.php:25 mod/delegate.php:43 +#: mod/delegate.php:54 mod/dirfind.php:25 mod/ostatus_subscribe.php:16 +#: mod/unfollow.php:15 mod/unfollow.php:57 mod/unfollow.php:90 mod/cal.php:304 +#: mod/events.php:194 mod/profile_photo.php:30 mod/profile_photo.php:176 +#: mod/profile_photo.php:187 mod/profile_photo.php:200 mod/settings.php:43 +#: mod/settings.php:142 mod/settings.php:665 mod/follow.php:17 +#: mod/follow.php:54 mod/follow.php:118 mod/profiles.php:182 +#: mod/profiles.php:606 mod/register.php:53 index.php:416 msgid "Permission denied." msgstr "" @@ -849,9 +849,9 @@ msgstr "" msgid "Archives" msgstr "" -#: include/items.php:477 view/theme/vier/theme.php:259 -#: src/Content/ForumManager.php:130 src/Content/Widget.php:312 -#: src/Object/Post.php:424 src/App.php:518 +#: include/items.php:477 src/Content/ForumManager.php:130 +#: src/Content/Widget.php:312 src/Object/Post.php:424 src/App.php:512 +#: view/theme/vier/theme.php:259 msgid "show more" msgstr "" @@ -928,13 +928,14 @@ msgid "Tags" msgstr "" #: include/text.php:1027 mod/viewcontacts.php:131 mod/contacts.php:814 -#: mod/contacts.php:875 view/theme/frio/theme.php:270 src/Content/Nav.php:147 -#: src/Content/Nav.php:212 src/Model/Profile.php:957 src/Model/Profile.php:960 +#: mod/contacts.php:875 src/Content/Nav.php:147 src/Content/Nav.php:212 +#: src/Model/Profile.php:957 src/Model/Profile.php:960 +#: view/theme/frio/theme.php:270 msgid "Contacts" msgstr "" -#: include/text.php:1030 view/theme/vier/theme.php:254 -#: src/Content/ForumManager.php:125 src/Content/Nav.php:151 +#: include/text.php:1030 src/Content/ForumManager.php:125 +#: src/Content/Nav.php:151 view/theme/vier/theme.php:254 msgid "Forums" msgstr "" @@ -1200,13 +1201,13 @@ msgid "" "and/or create new posts for you?" msgstr "" -#: mod/api.php:111 mod/dfrn_request.php:653 mod/register.php:238 -#: mod/follow.php:150 mod/profiles.php:635 mod/profiles.php:639 -#: mod/profiles.php:660 mod/settings.php:1103 mod/settings.php:1109 -#: mod/settings.php:1116 mod/settings.php:1120 mod/settings.php:1124 -#: mod/settings.php:1128 mod/settings.php:1132 mod/settings.php:1136 -#: mod/settings.php:1156 mod/settings.php:1157 mod/settings.php:1158 -#: mod/settings.php:1159 mod/settings.php:1160 +#: mod/api.php:111 mod/dfrn_request.php:653 mod/settings.php:1103 +#: mod/settings.php:1109 mod/settings.php:1116 mod/settings.php:1120 +#: mod/settings.php:1124 mod/settings.php:1128 mod/settings.php:1132 +#: mod/settings.php:1136 mod/settings.php:1156 mod/settings.php:1157 +#: mod/settings.php:1158 mod/settings.php:1159 mod/settings.php:1160 +#: mod/follow.php:150 mod/profiles.php:636 mod/profiles.php:640 +#: mod/profiles.php:661 mod/register.php:238 msgid "No" msgstr "" @@ -1299,10 +1300,10 @@ msgstr "" #: mod/message.php:265 mod/message.php:432 mod/photos.php:1080 #: mod/photos.php:1160 mod/photos.php:1445 mod/photos.php:1491 #: mod/photos.php:1530 mod/photos.php:1603 mod/contacts.php:610 -#: mod/events.php:530 mod/install.php:251 mod/install.php:290 -#: mod/profiles.php:671 view/theme/duepuntozero/config.php:71 -#: view/theme/frio/config.php:113 view/theme/quattro/config.php:73 -#: view/theme/vier/config.php:119 src/Object/Post.php:790 +#: mod/install.php:251 mod/install.php:290 mod/events.php:530 +#: mod/profiles.php:672 src/Object/Post.php:790 +#: view/theme/duepuntozero/config.php:71 view/theme/frio/config.php:113 +#: view/theme/quattro/config.php:73 view/theme/vier/config.php:119 msgid "Submit" msgstr "" @@ -1320,9 +1321,9 @@ msgid "" "entries from this contact." msgstr "" -#: mod/crepair.php:158 mod/admin.php:439 mod/admin.php:1714 mod/admin.php:1726 -#: mod/admin.php:1739 mod/admin.php:1755 mod/settings.php:677 -#: mod/settings.php:703 +#: mod/crepair.php:158 mod/settings.php:677 mod/settings.php:703 +#: mod/admin.php:490 mod/admin.php:1781 mod/admin.php:1793 mod/admin.php:1806 +#: mod/admin.php:1822 msgid "Name" msgstr "" @@ -1358,8 +1359,8 @@ msgstr "" msgid "New photo from this URL" msgstr "" -#: mod/fbrowser.php:34 view/theme/frio/theme.php:261 src/Content/Nav.php:102 -#: src/Model/Profile.php:904 +#: mod/fbrowser.php:34 src/Content/Nav.php:102 src/Model/Profile.php:904 +#: view/theme/frio/theme.php:261 msgid "Photos" msgstr "" @@ -1391,7 +1392,7 @@ msgstr "" msgid "Help:" msgstr "" -#: mod/help.php:54 view/theme/vier/theme.php:298 src/Content/Nav.php:134 +#: mod/help.php:54 src/Content/Nav.php:134 view/theme/vier/theme.php:298 msgid "Help" msgstr "" @@ -1447,8 +1448,8 @@ msgid "" "join." msgstr "" -#: mod/newmember.php:19 mod/admin.php:1839 mod/admin.php:2108 -#: mod/settings.php:124 view/theme/frio/theme.php:269 src/Content/Nav.php:206 +#: mod/newmember.php:19 mod/settings.php:124 mod/admin.php:1906 +#: mod/admin.php:2175 src/Content/Nav.php:206 view/theme/frio/theme.php:269 msgid "Settings" msgstr "" @@ -1472,13 +1473,13 @@ msgid "" msgstr "" #: mod/newmember.php:24 mod/profperm.php:113 mod/contacts.php:671 -#: mod/contacts.php:863 view/theme/frio/theme.php:260 src/Content/Nav.php:101 -#: src/Model/Profile.php:730 src/Model/Profile.php:863 -#: src/Model/Profile.php:896 +#: mod/contacts.php:863 src/Content/Nav.php:101 src/Model/Profile.php:730 +#: src/Model/Profile.php:863 src/Model/Profile.php:896 +#: view/theme/frio/theme.php:260 msgid "Profile" msgstr "" -#: mod/newmember.php:26 mod/profile_photo.php:249 mod/profiles.php:690 +#: mod/newmember.php:26 mod/profile_photo.php:249 mod/profiles.php:691 msgid "Upload Profile Photo" msgstr "" @@ -1649,15 +1650,10 @@ msgstr "" msgid "Ignore/Hide" msgstr "" -#: mod/suggest.php:114 view/theme/vier/theme.php:203 src/Content/Widget.php:64 +#: mod/suggest.php:114 src/Content/Widget.php:64 view/theme/vier/theme.php:203 msgid "Friend Suggestions" msgstr "" -#: mod/update_community.php:27 mod/update_display.php:27 -#: mod/update_notes.php:40 mod/update_profile.php:39 mod/update_network.php:33 -msgid "[Embedded content - reload page to view]" -msgstr "" - #: mod/uimport.php:55 mod/register.php:191 msgid "" "This site has exceeded the number of allowed daily account registrations. " @@ -1699,60 +1695,16 @@ msgid "" "select \"Export account\"" msgstr "" +#: mod/update_community.php:27 mod/update_display.php:27 +#: mod/update_notes.php:40 mod/update_profile.php:39 mod/update_network.php:33 +msgid "[Embedded content - reload page to view]" +msgstr "" + #: mod/dfrn_poll.php:123 mod/dfrn_poll.php:543 #, php-format msgid "%1$s welcomes %2$s" msgstr "" -#: mod/friendica.php:77 -msgid "This is Friendica, version" -msgstr "" - -#: mod/friendica.php:78 -msgid "running at web location" -msgstr "" - -#: mod/friendica.php:82 -msgid "" -"Please visit Friendi.ca to learn more " -"about the Friendica project." -msgstr "" - -#: mod/friendica.php:86 -msgid "Bug reports and issues: please visit" -msgstr "" - -#: mod/friendica.php:86 -msgid "the bugtracker at github" -msgstr "" - -#: mod/friendica.php:89 -msgid "" -"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - " -"dot com" -msgstr "" - -#: mod/friendica.php:103 -msgid "Installed addons/apps:" -msgstr "" - -#: mod/friendica.php:117 -msgid "No installed addons/apps" -msgstr "" - -#: mod/friendica.php:122 -msgid "On this server the following remote servers are blocked." -msgstr "" - -#: mod/friendica.php:123 mod/dfrn_request.php:351 mod/admin.php:302 -#: mod/admin.php:320 src/Model/Contact.php:1228 -msgid "Blocked domain" -msgstr "" - -#: mod/friendica.php:123 mod/admin.php:303 mod/admin.php:321 -msgid "Reason for the block" -msgstr "" - #: mod/match.php:48 msgid "No keywords to match. Please add keywords to your default profile." msgstr "" @@ -1831,7 +1783,7 @@ msgstr "" msgid "if applicable" msgstr "" -#: mod/notifications.php:179 mod/notifications.php:264 mod/admin.php:1729 +#: mod/notifications.php:179 mod/notifications.php:264 mod/admin.php:1796 msgid "Approve" msgstr "" @@ -1884,13 +1836,13 @@ msgstr "" msgid "Subscriber" msgstr "" -#: mod/notifications.php:247 mod/contacts.php:660 mod/directory.php:149 -#: mod/events.php:518 src/Model/Profile.php:417 src/Model/Event.php:60 +#: mod/notifications.php:247 mod/contacts.php:660 mod/events.php:518 +#: mod/directory.php:148 src/Model/Profile.php:417 src/Model/Event.php:60 #: src/Model/Event.php:85 src/Model/Event.php:421 src/Model/Event.php:900 msgid "Location:" msgstr "" -#: mod/notifications.php:249 mod/contacts.php:664 mod/directory.php:155 +#: mod/notifications.php:249 mod/contacts.php:664 mod/directory.php:154 #: src/Model/Profile.php:423 src/Model/Profile.php:806 msgid "About:" msgstr "" @@ -1900,13 +1852,13 @@ msgstr "" msgid "Tags:" msgstr "" -#: mod/notifications.php:253 mod/directory.php:152 src/Model/Profile.php:420 +#: mod/notifications.php:253 mod/directory.php:151 src/Model/Profile.php:420 #: src/Model/Profile.php:745 msgid "Gender:" msgstr "" -#: mod/notifications.php:258 mod/admin.php:439 mod/admin.php:449 -#: mod/contacts.php:656 mod/follow.php:166 mod/unfollow.php:122 +#: mod/notifications.php:258 mod/contacts.php:656 mod/unfollow.php:122 +#: mod/follow.php:166 mod/admin.php:490 mod/admin.php:500 msgid "Profile URL" msgstr "" @@ -1944,8 +1896,8 @@ msgstr "" msgid "Login failed." msgstr "" -#: mod/dfrn_confirm.php:74 mod/profiles.php:38 mod/profiles.php:148 -#: mod/profiles.php:195 mod/profiles.php:617 +#: mod/dfrn_confirm.php:74 mod/profiles.php:39 mod/profiles.php:149 +#: mod/profiles.php:196 mod/profiles.php:618 msgid "Profile not found." msgstr "" @@ -2137,20 +2089,6 @@ msgid "" "important, please visit http://friendi.ca" msgstr "" -#: mod/manage.php:180 -msgid "Manage Identities and/or Pages" -msgstr "" - -#: mod/manage.php:181 -msgid "" -"Toggle between different identities or community/group pages which share " -"your account details or which you have been granted \"manage\" permissions" -msgstr "" - -#: mod/manage.php:182 -msgid "Select an identity to manage: " -msgstr "" - #: mod/wall_attach.php:24 mod/wall_attach.php:32 mod/wall_attach.php:83 #: mod/wall_upload.php:38 mod/wall_upload.php:54 mod/wall_upload.php:112 #: mod/wall_upload.php:155 mod/wall_upload.php:158 @@ -2174,6 +2112,20 @@ msgstr "" msgid "File upload failed." msgstr "" +#: mod/manage.php:180 +msgid "Manage Identities and/or Pages" +msgstr "" + +#: mod/manage.php:181 +msgid "" +"Toggle between different identities or community/group pages which share " +"your account details or which you have been granted \"manage\" permissions" +msgstr "" + +#: mod/manage.php:182 +msgid "Select an identity to manage: " +msgstr "" + #: mod/dfrn_request.php:94 msgid "This introduction has already been accepted." msgstr "" @@ -2243,6 +2195,11 @@ msgstr "" msgid "Disallowed profile URL." msgstr "" +#: mod/dfrn_request.php:351 mod/friendica.php:128 mod/admin.php:353 +#: mod/admin.php:371 src/Model/Contact.php:1228 +msgid "Blocked domain" +msgstr "" + #: mod/dfrn_request.php:419 mod/contacts.php:230 msgid "Failed to update contact record." msgstr "" @@ -2285,10 +2242,10 @@ msgstr "" msgid "Please confirm your introduction/connection request to %s." msgstr "" -#: mod/dfrn_request.php:607 mod/probe.php:13 mod/search.php:98 -#: mod/search.php:104 mod/viewcontacts.php:45 mod/webfinger.php:16 +#: mod/dfrn_request.php:607 mod/probe.php:13 mod/viewcontacts.php:45 +#: mod/webfinger.php:16 mod/search.php:98 mod/search.php:104 #: mod/community.php:27 mod/photos.php:932 mod/videos.php:199 -#: mod/directory.php:42 mod/display.php:203 +#: mod/display.php:203 mod/directory.php:42 msgid "Public access denied." msgstr "" @@ -2347,18 +2304,14 @@ msgid "" "bar." msgstr "" -#: mod/dfrn_request.php:660 mod/follow.php:157 mod/unfollow.php:113 +#: mod/dfrn_request.php:660 mod/unfollow.php:113 mod/follow.php:157 msgid "Your Identity Address:" msgstr "" -#: mod/dfrn_request.php:662 mod/follow.php:62 mod/unfollow.php:65 +#: mod/dfrn_request.php:662 mod/unfollow.php:65 mod/follow.php:62 msgid "Submit Request" msgstr "" -#: mod/filer.php:34 -msgid "- select -" -msgstr "" - #: mod/localtime.php:19 src/Model/Event.php:36 src/Model/Event.php:814 msgid "l F d, Y \\@ g:i A" msgstr "" @@ -2526,42 +2479,6 @@ msgstr "" msgid "Your password has been changed at %s" msgstr "" -#: mod/notify.php:77 -msgid "No more system notifications." -msgstr "" - -#: mod/ping.php:292 -msgid "{0} wants to be your friend" -msgstr "" - -#: mod/ping.php:307 -msgid "{0} sent you a message" -msgstr "" - -#: mod/ping.php:322 -msgid "{0} requested registration" -msgstr "" - -#: mod/poke.php:192 -msgid "Poke/Prod" -msgstr "" - -#: mod/poke.php:193 -msgid "poke, prod or do other things to somebody" -msgstr "" - -#: mod/poke.php:194 -msgid "Recipient" -msgstr "" - -#: mod/poke.php:195 -msgid "Choose what you wish to do to recipient" -msgstr "" - -#: mod/poke.php:198 -msgid "Make this post private" -msgstr "" - #: mod/probe.php:14 mod/webfinger.php:17 msgid "Only logged in users are permitted to perform a probing." msgstr "" @@ -2617,86 +2534,6 @@ msgstr "" msgid "Please enter your password for verification:" msgstr "" -#: mod/search.php:37 mod/network.php:194 -msgid "Remove term" -msgstr "" - -#: mod/search.php:46 mod/network.php:201 src/Content/Feature.php:100 -msgid "Saved Searches" -msgstr "" - -#: mod/search.php:105 -msgid "Only logged in users are permitted to perform a search." -msgstr "" - -#: mod/search.php:129 -msgid "Too Many Requests" -msgstr "" - -#: mod/search.php:130 -msgid "Only one search per minute is permitted for not logged in users." -msgstr "" - -#: mod/search.php:228 mod/community.php:136 -msgid "No results." -msgstr "" - -#: mod/search.php:234 -#, php-format -msgid "Items tagged with: %s" -msgstr "" - -#: mod/search.php:236 mod/contacts.php:819 -#, php-format -msgid "Results for: %s" -msgstr "" - -#: mod/subthread.php:113 -#, php-format -msgid "%1$s is following %2$s's %3$s" -msgstr "" - -#: mod/tagrm.php:47 -msgid "Tag removed" -msgstr "" - -#: mod/tagrm.php:85 -msgid "Remove Item Tag" -msgstr "" - -#: mod/tagrm.php:87 -msgid "Select a tag to remove: " -msgstr "" - -#: mod/tagrm.php:98 mod/delegate.php:177 -msgid "Remove" -msgstr "" - -#: mod/uexport.php:44 -msgid "Export account" -msgstr "" - -#: mod/uexport.php:44 -msgid "" -"Export your account info and contacts. Use this to make a backup of your " -"account and/or to move it to another server." -msgstr "" - -#: mod/uexport.php:45 -msgid "Export all" -msgstr "" - -#: mod/uexport.php:45 -msgid "" -"Export your accout info, contacts and all your items as json. Could be a " -"very big file, and could take a lot of time. Use this to make a full backup " -"of your account (photos are not exported)" -msgstr "" - -#: mod/uexport.php:52 mod/settings.php:108 -msgid "Export personal data" -msgstr "" - #: mod/viewcontacts.php:87 msgid "No contacts." msgstr "" @@ -2705,25 +2542,6 @@ msgstr "" msgid "Access denied." msgstr "" -#: mod/wall_upload.php:186 mod/photos.php:763 mod/photos.php:766 -#: mod/photos.php:795 mod/profile_photo.php:153 -#, php-format -msgid "Image exceeds size limit of %s" -msgstr "" - -#: mod/wall_upload.php:200 mod/photos.php:818 mod/profile_photo.php:162 -msgid "Unable to process image." -msgstr "" - -#: mod/wall_upload.php:231 mod/item.php:471 src/Object/Image.php:953 -#: src/Object/Image.php:969 src/Object/Image.php:977 src/Object/Image.php:1002 -msgid "Wall Photos" -msgstr "" - -#: mod/wall_upload.php:239 mod/photos.php:847 mod/profile_photo.php:307 -msgid "Image upload failed." -msgstr "" - #: mod/wallmessage.php:49 mod/wallmessage.php:112 #, php-format msgid "Number of daily wall messages for %s exceeded. Message failed." @@ -2772,109 +2590,143 @@ msgstr "" msgid "Subject:" msgstr "" -#: mod/register.php:99 -msgid "" -"Registration successful. Please check your email for further instructions." +#: mod/uexport.php:44 +msgid "Export account" msgstr "" -#: mod/register.php:103 +#: mod/uexport.php:44 +msgid "" +"Export your account info and contacts. Use this to make a backup of your " +"account and/or to move it to another server." +msgstr "" + +#: mod/uexport.php:45 +msgid "Export all" +msgstr "" + +#: mod/uexport.php:45 +msgid "" +"Export your accout info, contacts and all your items as json. Could be a " +"very big file, and could take a lot of time. Use this to make a full backup " +"of your account (photos are not exported)" +msgstr "" + +#: mod/uexport.php:52 mod/settings.php:108 +msgid "Export personal data" +msgstr "" + +#: mod/filer.php:34 +msgid "- select -" +msgstr "" + +#: mod/notify.php:77 +msgid "No more system notifications." +msgstr "" + +#: mod/ping.php:292 +msgid "{0} wants to be your friend" +msgstr "" + +#: mod/ping.php:307 +msgid "{0} sent you a message" +msgstr "" + +#: mod/ping.php:322 +msgid "{0} requested registration" +msgstr "" + +#: mod/poke.php:192 +msgid "Poke/Prod" +msgstr "" + +#: mod/poke.php:193 +msgid "poke, prod or do other things to somebody" +msgstr "" + +#: mod/poke.php:194 +msgid "Recipient" +msgstr "" + +#: mod/poke.php:195 +msgid "Choose what you wish to do to recipient" +msgstr "" + +#: mod/poke.php:198 +msgid "Make this post private" +msgstr "" + +#: mod/subthread.php:113 #, php-format -msgid "" -"Failed to send email message. Here your accout details:
    login: %s
    " -"password: %s

    You can change your password after login." +msgid "%1$s is following %2$s's %3$s" msgstr "" -#: mod/register.php:110 -msgid "Registration successful." +#: mod/tagrm.php:47 +msgid "Tag removed" msgstr "" -#: mod/register.php:115 -msgid "Your registration can not be processed." +#: mod/tagrm.php:85 +msgid "Remove Item Tag" msgstr "" -#: mod/register.php:162 -msgid "Your registration is pending approval by the site owner." +#: mod/tagrm.php:87 +msgid "Select a tag to remove: " msgstr "" -#: mod/register.php:220 -msgid "" -"You may (optionally) fill in this form via OpenID by supplying your OpenID " -"and clicking 'Register'." +#: mod/tagrm.php:98 mod/delegate.php:177 +msgid "Remove" msgstr "" -#: mod/register.php:221 -msgid "" -"If you are not familiar with OpenID, please leave that field blank and fill " -"in the rest of the items." -msgstr "" - -#: mod/register.php:222 -msgid "Your OpenID (optional): " -msgstr "" - -#: mod/register.php:234 -msgid "Include your profile in member directory?" -msgstr "" - -#: mod/register.php:259 -msgid "Note for the admin" -msgstr "" - -#: mod/register.php:259 -msgid "Leave a message for the admin, why you want to join this node" -msgstr "" - -#: mod/register.php:260 -msgid "Membership on this site is by invitation only." -msgstr "" - -#: mod/register.php:261 -msgid "Your invitation code: " -msgstr "" - -#: mod/register.php:264 mod/admin.php:1283 -msgid "Registration" -msgstr "" - -#: mod/register.php:270 -msgid "Your Full Name (e.g. Joe Smith, real or real-looking): " -msgstr "" - -#: mod/register.php:271 -msgid "" -"Your Email Address: (Initial information will be send there, so this has to " -"be an existing address.)" -msgstr "" - -#: mod/register.php:273 mod/settings.php:1199 -msgid "New Password:" -msgstr "" - -#: mod/register.php:273 -msgid "Leave empty for an auto generated password." -msgstr "" - -#: mod/register.php:274 mod/settings.php:1200 -msgid "Confirm:" -msgstr "" - -#: mod/register.php:275 +#: mod/wall_upload.php:186 mod/photos.php:763 mod/photos.php:766 +#: mod/photos.php:795 mod/profile_photo.php:153 #, php-format -msgid "" -"Choose a profile nickname. This must begin with a text character. Your " -"profile address on this site will then be 'nickname@%s'." +msgid "Image exceeds size limit of %s" msgstr "" -#: mod/register.php:276 -msgid "Choose a nickname: " +#: mod/wall_upload.php:200 mod/photos.php:818 mod/profile_photo.php:162 +msgid "Unable to process image." msgstr "" -#: mod/register.php:279 src/Content/Nav.php:128 src/Module/Login.php:283 -msgid "Register" +#: mod/wall_upload.php:231 mod/item.php:471 src/Object/Image.php:953 +#: src/Object/Image.php:969 src/Object/Image.php:977 src/Object/Image.php:1002 +msgid "Wall Photos" msgstr "" -#: mod/register.php:286 -msgid "Import your profile to this friendica instance" +#: mod/wall_upload.php:239 mod/photos.php:847 mod/profile_photo.php:307 +msgid "Image upload failed." +msgstr "" + +#: mod/search.php:37 mod/network.php:194 +msgid "Remove term" +msgstr "" + +#: mod/search.php:46 mod/network.php:201 src/Content/Feature.php:100 +msgid "Saved Searches" +msgstr "" + +#: mod/search.php:105 +msgid "Only logged in users are permitted to perform a search." +msgstr "" + +#: mod/search.php:129 +msgid "Too Many Requests" +msgstr "" + +#: mod/search.php:130 +msgid "Only one search per minute is permitted for not logged in users." +msgstr "" + +#: mod/search.php:228 mod/community.php:136 +msgid "No results." +msgstr "" + +#: mod/search.php:234 +#, php-format +msgid "Items tagged with: %s" +msgstr "" + +#: mod/search.php:236 mod/contacts.php:819 +#, php-format +msgid "Results for: %s" msgstr "" #: mod/bookmarklet.php:23 src/Content/Nav.php:114 src/Module/Login.php:312 @@ -2931,6 +2783,14 @@ msgstr "" msgid "Example: bob@example.com, mary@example.com" msgstr "" +#: mod/feedtest.php:20 +msgid "You must be logged in to use this module" +msgstr "" + +#: mod/feedtest.php:48 +msgid "Source URL" +msgstr "" + #: mod/fsuggest.php:72 msgid "Friend suggestion sent." msgstr "" @@ -3012,6 +2872,36 @@ msgstr "" msgid "Add Contact" msgstr "" +#: mod/item.php:114 +msgid "Unable to locate original post." +msgstr "" + +#: mod/item.php:274 +msgid "Empty post discarded." +msgstr "" + +#: mod/item.php:799 +#, php-format +msgid "" +"This message was sent to you by %s, a member of the Friendica social network." +msgstr "" + +#: mod/item.php:801 +#, php-format +msgid "You may visit them online at %s" +msgstr "" + +#: mod/item.php:802 +msgid "" +"Please contact the sender by replying to this post if you do not wish to " +"receive these messages." +msgstr "" + +#: mod/item.php:806 +#, php-format +msgid "%s posted an update." +msgstr "" + #: mod/message.php:30 src/Content/Nav.php:198 msgid "New Message" msgstr "" @@ -3020,7 +2910,7 @@ msgstr "" msgid "Unable to locate contact information." msgstr "" -#: mod/message.php:112 view/theme/frio/theme.php:268 src/Content/Nav.php:195 +#: mod/message.php:112 src/Content/Nav.php:195 view/theme/frio/theme.php:268 msgid "Messages" msgstr "" @@ -3140,7 +3030,7 @@ msgstr "" msgid "Sort by Post Date" msgstr "" -#: mod/network.php:940 mod/profiles.php:686 +#: mod/network.php:940 mod/profiles.php:687 #: src/Core/NotificationsManager.php:185 msgid "Personal" msgstr "" @@ -3177,6 +3067,10 @@ msgstr "" msgid "Personal Notes" msgstr "" +#: mod/oexchange.php:30 +msgid "Post successful." +msgstr "" + #: mod/photos.php:108 src/Model/Profile.php:907 msgid "Photo Albums" msgstr "" @@ -3406,7 +3300,7 @@ msgstr "" msgid "%s's timeline" msgstr "" -#: mod/profile.php:173 mod/cal.php:142 mod/display.php:313 +#: mod/profile.php:173 mod/display.php:313 mod/cal.php:142 msgid "Access to this profile has been restricted." msgstr "" @@ -3434,1828 +3328,6 @@ msgstr "" msgid "Upload New Videos" msgstr "" -#: mod/admin.php:106 -msgid "Theme settings updated." -msgstr "" - -#: mod/admin.php:176 src/Content/Nav.php:174 -msgid "Information" -msgstr "" - -#: mod/admin.php:177 -msgid "Overview" -msgstr "" - -#: mod/admin.php:178 mod/admin.php:654 -msgid "Federation Statistics" -msgstr "" - -#: mod/admin.php:179 -msgid "Configuration" -msgstr "" - -#: mod/admin.php:180 mod/admin.php:1280 -msgid "Site" -msgstr "" - -#: mod/admin.php:181 mod/admin.php:1208 mod/admin.php:1721 mod/admin.php:1737 -msgid "Users" -msgstr "" - -#: mod/admin.php:182 mod/admin.php:1837 mod/admin.php:1897 mod/settings.php:87 -msgid "Addons" -msgstr "" - -#: mod/admin.php:183 mod/admin.php:2106 mod/admin.php:2150 -msgid "Themes" -msgstr "" - -#: mod/admin.php:184 mod/settings.php:65 -msgid "Additional features" -msgstr "" - -#: mod/admin.php:185 -msgid "Database" -msgstr "" - -#: mod/admin.php:186 -msgid "DB updates" -msgstr "" - -#: mod/admin.php:187 mod/admin.php:689 -msgid "Inspect Queue" -msgstr "" - -#: mod/admin.php:188 -msgid "Tools" -msgstr "" - -#: mod/admin.php:189 -msgid "Contact Blocklist" -msgstr "" - -#: mod/admin.php:190 mod/admin.php:311 -msgid "Server Blocklist" -msgstr "" - -#: mod/admin.php:191 mod/admin.php:470 -msgid "Delete Item" -msgstr "" - -#: mod/admin.php:192 mod/admin.php:193 mod/admin.php:2224 -msgid "Logs" -msgstr "" - -#: mod/admin.php:194 mod/admin.php:2291 -msgid "View Logs" -msgstr "" - -#: mod/admin.php:196 -msgid "Diagnostics" -msgstr "" - -#: mod/admin.php:197 -msgid "PHP Info" -msgstr "" - -#: mod/admin.php:198 -msgid "probe address" -msgstr "" - -#: mod/admin.php:199 -msgid "check webfinger" -msgstr "" - -#: mod/admin.php:218 src/Content/Nav.php:217 -msgid "Admin" -msgstr "" - -#: mod/admin.php:219 -msgid "Addon Features" -msgstr "" - -#: mod/admin.php:220 -msgid "User registrations waiting for confirmation" -msgstr "" - -#: mod/admin.php:302 -msgid "The blocked domain" -msgstr "" - -#: mod/admin.php:303 mod/admin.php:316 -msgid "The reason why you blocked this domain." -msgstr "" - -#: mod/admin.php:304 -msgid "Delete domain" -msgstr "" - -#: mod/admin.php:304 -msgid "Check to delete this entry from the blocklist" -msgstr "" - -#: mod/admin.php:310 mod/admin.php:427 mod/admin.php:469 mod/admin.php:653 -#: mod/admin.php:688 mod/admin.php:784 mod/admin.php:1279 mod/admin.php:1720 -#: mod/admin.php:1836 mod/admin.php:1896 mod/admin.php:2105 mod/admin.php:2149 -#: mod/admin.php:2223 mod/admin.php:2290 -msgid "Administration" -msgstr "" - -#: mod/admin.php:312 -msgid "" -"This page can be used to define a black list of servers from the federated " -"network that are not allowed to interact with your node. For all entered " -"domains you should also give a reason why you have blocked the remote server." -msgstr "" - -#: mod/admin.php:313 -msgid "" -"The list of blocked servers will be made publically available on the /" -"friendica page so that your users and people investigating communication " -"problems can find the reason easily." -msgstr "" - -#: mod/admin.php:314 -msgid "Add new entry to block list" -msgstr "" - -#: mod/admin.php:315 -msgid "Server Domain" -msgstr "" - -#: mod/admin.php:315 -msgid "" -"The domain of the new server to add to the block list. Do not include the " -"protocol." -msgstr "" - -#: mod/admin.php:316 -msgid "Block reason" -msgstr "" - -#: mod/admin.php:317 -msgid "Add Entry" -msgstr "" - -#: mod/admin.php:318 -msgid "Save changes to the blocklist" -msgstr "" - -#: mod/admin.php:319 -msgid "Current Entries in the Blocklist" -msgstr "" - -#: mod/admin.php:322 -msgid "Delete entry from blocklist" -msgstr "" - -#: mod/admin.php:325 -msgid "Delete entry from blocklist?" -msgstr "" - -#: mod/admin.php:351 -msgid "Server added to blocklist." -msgstr "" - -#: mod/admin.php:367 -msgid "Site blocklist updated." -msgstr "" - -#: mod/admin.php:390 src/Core/Console/GlobalCommunityBlock.php:72 -msgid "The contact has been blocked from the node" -msgstr "" - -#: mod/admin.php:392 src/Core/Console/GlobalCommunityBlock.php:69 -#, php-format -msgid "Could not find any contact entry for this URL (%s)" -msgstr "" - -#: mod/admin.php:399 -#, php-format -msgid "%s contact unblocked" -msgid_plural "%s contacts unblocked" -msgstr[0] "" -msgstr[1] "" - -#: mod/admin.php:428 -msgid "Remote Contact Blocklist" -msgstr "" - -#: mod/admin.php:429 -msgid "" -"This page allows you to prevent any message from a remote contact to reach " -"your node." -msgstr "" - -#: mod/admin.php:430 -msgid "Block Remote Contact" -msgstr "" - -#: mod/admin.php:431 mod/admin.php:1723 -msgid "select all" -msgstr "" - -#: mod/admin.php:432 -msgid "select none" -msgstr "" - -#: mod/admin.php:433 mod/admin.php:1732 mod/contacts.php:637 -#: mod/contacts.php:827 mod/contacts.php:1011 -msgid "Block" -msgstr "" - -#: mod/admin.php:434 mod/admin.php:1733 mod/contacts.php:637 -#: mod/contacts.php:827 mod/contacts.php:1011 -msgid "Unblock" -msgstr "" - -#: mod/admin.php:435 -msgid "No remote contact is blocked from this node." -msgstr "" - -#: mod/admin.php:437 -msgid "Blocked Remote Contacts" -msgstr "" - -#: mod/admin.php:438 -msgid "Block New Remote Contact" -msgstr "" - -#: mod/admin.php:439 -msgid "Photo" -msgstr "" - -#: mod/admin.php:439 mod/profiles.php:393 -msgid "Address" -msgstr "" - -#: mod/admin.php:447 -#, php-format -msgid "%s total blocked contact" -msgid_plural "%s total blocked contacts" -msgstr[0] "" -msgstr[1] "" - -#: mod/admin.php:449 -msgid "URL of the remote contact to block." -msgstr "" - -#: mod/admin.php:471 -msgid "Delete this Item" -msgstr "" - -#: mod/admin.php:472 -msgid "" -"On this page you can delete an item from your node. If the item is a top " -"level posting, the entire thread will be deleted." -msgstr "" - -#: mod/admin.php:473 -msgid "" -"You need to know the GUID of the item. You can find it e.g. by looking at " -"the display URL. The last part of http://example.com/display/123456 is the " -"GUID, here 123456." -msgstr "" - -#: mod/admin.php:474 -msgid "GUID" -msgstr "" - -#: mod/admin.php:474 -msgid "The GUID of the item you want to delete." -msgstr "" - -#: mod/admin.php:513 -msgid "Item marked for deletion." -msgstr "" - -#: mod/admin.php:584 -msgid "unknown" -msgstr "" - -#: mod/admin.php:647 -msgid "" -"This page offers you some numbers to the known part of the federated social " -"network your Friendica node is part of. These numbers are not complete but " -"only reflect the part of the network your node is aware of." -msgstr "" - -#: mod/admin.php:648 -msgid "" -"The Auto Discovered Contact Directory feature is not enabled, it " -"will improve the data displayed here." -msgstr "" - -#: mod/admin.php:660 -#, php-format -msgid "" -"Currently this node is aware of %d nodes with %d registered users from the " -"following platforms:" -msgstr "" - -#: mod/admin.php:691 -msgid "ID" -msgstr "" - -#: mod/admin.php:692 -msgid "Recipient Name" -msgstr "" - -#: mod/admin.php:693 -msgid "Recipient Profile" -msgstr "" - -#: mod/admin.php:694 view/theme/frio/theme.php:266 -#: src/Core/NotificationsManager.php:178 src/Content/Nav.php:178 -msgid "Network" -msgstr "" - -#: mod/admin.php:695 -msgid "Created" -msgstr "" - -#: mod/admin.php:696 -msgid "Last Tried" -msgstr "" - -#: mod/admin.php:697 -msgid "" -"This page lists the content of the queue for outgoing postings. These are " -"postings the initial delivery failed for. They will be resend later and " -"eventually deleted if the delivery fails permanently." -msgstr "" - -#: mod/admin.php:721 -#, php-format -msgid "" -"Your DB still runs with MyISAM tables. You should change the engine type to " -"InnoDB. As Friendica will use InnoDB only features in the future, you should " -"change this! See here for a guide that may be helpful " -"converting the table engines. You may also use the command php bin/" -"console.php dbstructure toinnodb of your Friendica installation for an " -"automatic conversion.
    " -msgstr "" - -#: mod/admin.php:728 -#, php-format -msgid "" -"There is a new version of Friendica available for download. Your current " -"version is %1$s, upstream version is %2$s" -msgstr "" - -#: mod/admin.php:738 -msgid "" -"The database update failed. Please run \"php bin/console.php dbstructure " -"update\" from the command line and have a look at the errors that might " -"appear." -msgstr "" - -#: mod/admin.php:744 -msgid "The worker was never executed. Please check your database structure!" -msgstr "" - -#: mod/admin.php:747 -#, php-format -msgid "" -"The last worker execution was on %s UTC. This is older than one hour. Please " -"check your crontab settings." -msgstr "" - -#: mod/admin.php:752 mod/admin.php:1672 -msgid "Normal Account" -msgstr "" - -#: mod/admin.php:753 mod/admin.php:1673 -msgid "Automatic Follower Account" -msgstr "" - -#: mod/admin.php:754 mod/admin.php:1674 -msgid "Public Forum Account" -msgstr "" - -#: mod/admin.php:755 mod/admin.php:1675 -msgid "Automatic Friend Account" -msgstr "" - -#: mod/admin.php:756 -msgid "Blog Account" -msgstr "" - -#: mod/admin.php:757 -msgid "Private Forum Account" -msgstr "" - -#: mod/admin.php:779 -msgid "Message queues" -msgstr "" - -#: mod/admin.php:785 -msgid "Summary" -msgstr "" - -#: mod/admin.php:787 -msgid "Registered users" -msgstr "" - -#: mod/admin.php:789 -msgid "Pending registrations" -msgstr "" - -#: mod/admin.php:790 -msgid "Version" -msgstr "" - -#: mod/admin.php:795 -msgid "Active addons" -msgstr "" - -#: mod/admin.php:826 -msgid "Can not parse base url. Must have at least ://" -msgstr "" - -#: mod/admin.php:1144 -msgid "Site settings updated." -msgstr "" - -#: mod/admin.php:1171 mod/settings.php:903 -msgid "No special theme for mobile devices" -msgstr "" - -#: mod/admin.php:1200 -msgid "No community page" -msgstr "" - -#: mod/admin.php:1201 -msgid "Public postings from users of this site" -msgstr "" - -#: mod/admin.php:1202 -msgid "Public postings from the federated network" -msgstr "" - -#: mod/admin.php:1203 -msgid "Public postings from local users and the federated network" -msgstr "" - -#: mod/admin.php:1207 mod/admin.php:1370 mod/admin.php:1380 -#: mod/contacts.php:572 -msgid "Disabled" -msgstr "" - -#: mod/admin.php:1209 -msgid "Users, Global Contacts" -msgstr "" - -#: mod/admin.php:1210 -msgid "Users, Global Contacts/fallback" -msgstr "" - -#: mod/admin.php:1214 -msgid "One month" -msgstr "" - -#: mod/admin.php:1215 -msgid "Three months" -msgstr "" - -#: mod/admin.php:1216 -msgid "Half a year" -msgstr "" - -#: mod/admin.php:1217 -msgid "One year" -msgstr "" - -#: mod/admin.php:1222 -msgid "Multi user instance" -msgstr "" - -#: mod/admin.php:1245 -msgid "Closed" -msgstr "" - -#: mod/admin.php:1246 -msgid "Requires approval" -msgstr "" - -#: mod/admin.php:1247 -msgid "Open" -msgstr "" - -#: mod/admin.php:1251 -msgid "No SSL policy, links will track page SSL state" -msgstr "" - -#: mod/admin.php:1252 -msgid "Force all links to use SSL" -msgstr "" - -#: mod/admin.php:1253 -msgid "Self-signed certificate, use SSL for local links only (discouraged)" -msgstr "" - -#: mod/admin.php:1257 -msgid "Don't check" -msgstr "" - -#: mod/admin.php:1258 -msgid "check the stable version" -msgstr "" - -#: mod/admin.php:1259 -msgid "check the development version" -msgstr "" - -#: mod/admin.php:1281 mod/admin.php:1898 mod/admin.php:2151 mod/admin.php:2225 -#: mod/admin.php:2372 mod/delegate.php:168 mod/settings.php:675 -#: mod/settings.php:784 mod/settings.php:870 mod/settings.php:959 -#: mod/settings.php:1192 -msgid "Save Settings" -msgstr "" - -#: mod/admin.php:1282 -msgid "Republish users to directory" -msgstr "" - -#: mod/admin.php:1284 -msgid "File upload" -msgstr "" - -#: mod/admin.php:1285 -msgid "Policies" -msgstr "" - -#: mod/admin.php:1286 mod/contacts.php:895 mod/events.php:532 -#: src/Model/Profile.php:865 -msgid "Advanced" -msgstr "" - -#: mod/admin.php:1287 -msgid "Auto Discovered Contact Directory" -msgstr "" - -#: mod/admin.php:1288 -msgid "Performance" -msgstr "" - -#: mod/admin.php:1289 -msgid "Worker" -msgstr "" - -#: mod/admin.php:1290 -msgid "Message Relay" -msgstr "" - -#: mod/admin.php:1291 -msgid "" -"Relocate - WARNING: advanced function. Could make this server unreachable." -msgstr "" - -#: mod/admin.php:1294 -msgid "Site name" -msgstr "" - -#: mod/admin.php:1295 -msgid "Host name" -msgstr "" - -#: mod/admin.php:1296 -msgid "Sender Email" -msgstr "" - -#: mod/admin.php:1296 -msgid "" -"The email address your server shall use to send notification emails from." -msgstr "" - -#: mod/admin.php:1297 -msgid "Banner/Logo" -msgstr "" - -#: mod/admin.php:1298 -msgid "Shortcut icon" -msgstr "" - -#: mod/admin.php:1298 -msgid "Link to an icon that will be used for browsers." -msgstr "" - -#: mod/admin.php:1299 -msgid "Touch icon" -msgstr "" - -#: mod/admin.php:1299 -msgid "Link to an icon that will be used for tablets and mobiles." -msgstr "" - -#: mod/admin.php:1300 -msgid "Additional Info" -msgstr "" - -#: mod/admin.php:1300 -#, php-format -msgid "" -"For public servers: you can add additional information here that will be " -"listed at %s/servers." -msgstr "" - -#: mod/admin.php:1301 -msgid "System language" -msgstr "" - -#: mod/admin.php:1302 -msgid "System theme" -msgstr "" - -#: mod/admin.php:1302 -msgid "" -"Default system theme - may be over-ridden by user profiles - change theme settings" -msgstr "" - -#: mod/admin.php:1303 -msgid "Mobile system theme" -msgstr "" - -#: mod/admin.php:1303 -msgid "Theme for mobile devices" -msgstr "" - -#: mod/admin.php:1304 -msgid "SSL link policy" -msgstr "" - -#: mod/admin.php:1304 -msgid "Determines whether generated links should be forced to use SSL" -msgstr "" - -#: mod/admin.php:1305 -msgid "Force SSL" -msgstr "" - -#: mod/admin.php:1305 -msgid "" -"Force all Non-SSL requests to SSL - Attention: on some systems it could lead " -"to endless loops." -msgstr "" - -#: mod/admin.php:1306 -msgid "Hide help entry from navigation menu" -msgstr "" - -#: mod/admin.php:1306 -msgid "" -"Hides the menu entry for the Help pages from the navigation menu. You can " -"still access it calling /help directly." -msgstr "" - -#: mod/admin.php:1307 -msgid "Single user instance" -msgstr "" - -#: mod/admin.php:1307 -msgid "Make this instance multi-user or single-user for the named user" -msgstr "" - -#: mod/admin.php:1308 -msgid "Maximum image size" -msgstr "" - -#: mod/admin.php:1308 -msgid "" -"Maximum size in bytes of uploaded images. Default is 0, which means no " -"limits." -msgstr "" - -#: mod/admin.php:1309 -msgid "Maximum image length" -msgstr "" - -#: mod/admin.php:1309 -msgid "" -"Maximum length in pixels of the longest side of uploaded images. Default is " -"-1, which means no limits." -msgstr "" - -#: mod/admin.php:1310 -msgid "JPEG image quality" -msgstr "" - -#: mod/admin.php:1310 -msgid "" -"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " -"100, which is full quality." -msgstr "" - -#: mod/admin.php:1312 -msgid "Register policy" -msgstr "" - -#: mod/admin.php:1313 -msgid "Maximum Daily Registrations" -msgstr "" - -#: mod/admin.php:1313 -msgid "" -"If registration is permitted above, this sets the maximum number of new user " -"registrations to accept per day. If register is set to closed, this setting " -"has no effect." -msgstr "" - -#: mod/admin.php:1314 -msgid "Register text" -msgstr "" - -#: mod/admin.php:1314 -msgid "Will be displayed prominently on the registration page." -msgstr "" - -#: mod/admin.php:1315 -msgid "Accounts abandoned after x days" -msgstr "" - -#: mod/admin.php:1315 -msgid "" -"Will not waste system resources polling external sites for abandonded " -"accounts. Enter 0 for no time limit." -msgstr "" - -#: mod/admin.php:1316 -msgid "Allowed friend domains" -msgstr "" - -#: mod/admin.php:1316 -msgid "" -"Comma separated list of domains which are allowed to establish friendships " -"with this site. Wildcards are accepted. Empty to allow any domains" -msgstr "" - -#: mod/admin.php:1317 -msgid "Allowed email domains" -msgstr "" - -#: mod/admin.php:1317 -msgid "" -"Comma separated list of domains which are allowed in email addresses for " -"registrations to this site. Wildcards are accepted. Empty to allow any " -"domains" -msgstr "" - -#: mod/admin.php:1318 -msgid "No OEmbed rich content" -msgstr "" - -#: mod/admin.php:1318 -msgid "" -"Don't show the rich content (e.g. embedded PDF), except from the domains " -"listed below." -msgstr "" - -#: mod/admin.php:1319 -msgid "Allowed OEmbed domains" -msgstr "" - -#: mod/admin.php:1319 -msgid "" -"Comma separated list of domains which oembed content is allowed to be " -"displayed. Wildcards are accepted." -msgstr "" - -#: mod/admin.php:1320 -msgid "Block public" -msgstr "" - -#: mod/admin.php:1320 -msgid "" -"Check to block public access to all otherwise public personal pages on this " -"site unless you are currently logged in." -msgstr "" - -#: mod/admin.php:1321 -msgid "Force publish" -msgstr "" - -#: mod/admin.php:1321 -msgid "" -"Check to force all profiles on this site to be listed in the site directory." -msgstr "" - -#: mod/admin.php:1322 -msgid "Global directory URL" -msgstr "" - -#: mod/admin.php:1322 -msgid "" -"URL to the global directory. If this is not set, the global directory is " -"completely unavailable to the application." -msgstr "" - -#: mod/admin.php:1323 -msgid "Private posts by default for new users" -msgstr "" - -#: mod/admin.php:1323 -msgid "" -"Set default post permissions for all new members to the default privacy " -"group rather than public." -msgstr "" - -#: mod/admin.php:1324 -msgid "Don't include post content in email notifications" -msgstr "" - -#: mod/admin.php:1324 -msgid "" -"Don't include the content of a post/comment/private message/etc. in the " -"email notifications that are sent out from this site, as a privacy measure." -msgstr "" - -#: mod/admin.php:1325 -msgid "Disallow public access to addons listed in the apps menu." -msgstr "" - -#: mod/admin.php:1325 -msgid "" -"Checking this box will restrict addons listed in the apps menu to members " -"only." -msgstr "" - -#: mod/admin.php:1326 -msgid "Don't embed private images in posts" -msgstr "" - -#: mod/admin.php:1326 -msgid "" -"Don't replace locally-hosted private photos in posts with an embedded copy " -"of the image. This means that contacts who receive posts containing private " -"photos will have to authenticate and load each image, which may take a while." -msgstr "" - -#: mod/admin.php:1327 -msgid "Allow Users to set remote_self" -msgstr "" - -#: mod/admin.php:1327 -msgid "" -"With checking this, every user is allowed to mark every contact as a " -"remote_self in the repair contact dialog. Setting this flag on a contact " -"causes mirroring every posting of that contact in the users stream." -msgstr "" - -#: mod/admin.php:1328 -msgid "Block multiple registrations" -msgstr "" - -#: mod/admin.php:1328 -msgid "Disallow users to register additional accounts for use as pages." -msgstr "" - -#: mod/admin.php:1329 -msgid "OpenID support" -msgstr "" - -#: mod/admin.php:1329 -msgid "OpenID support for registration and logins." -msgstr "" - -#: mod/admin.php:1330 -msgid "Fullname check" -msgstr "" - -#: mod/admin.php:1330 -msgid "" -"Force users to register with a space between firstname and lastname in Full " -"name, as an antispam measure" -msgstr "" - -#: mod/admin.php:1331 -msgid "Community pages for visitors" -msgstr "" - -#: mod/admin.php:1331 -msgid "" -"Which community pages should be available for visitors. Local users always " -"see both pages." -msgstr "" - -#: mod/admin.php:1332 -msgid "Posts per user on community page" -msgstr "" - -#: mod/admin.php:1332 -msgid "" -"The maximum number of posts per user on the community page. (Not valid for " -"'Global Community')" -msgstr "" - -#: mod/admin.php:1333 -msgid "Enable OStatus support" -msgstr "" - -#: mod/admin.php:1333 -msgid "" -"Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All " -"communications in OStatus are public, so privacy warnings will be " -"occasionally displayed." -msgstr "" - -#: mod/admin.php:1334 -msgid "Only import OStatus threads from our contacts" -msgstr "" - -#: mod/admin.php:1334 -msgid "" -"Normally we import every content from our OStatus contacts. With this option " -"we only store threads that are started by a contact that is known on our " -"system." -msgstr "" - -#: mod/admin.php:1335 -msgid "OStatus support can only be enabled if threading is enabled." -msgstr "" - -#: mod/admin.php:1337 -msgid "" -"Diaspora support can't be enabled because Friendica was installed into a sub " -"directory." -msgstr "" - -#: mod/admin.php:1338 -msgid "Enable Diaspora support" -msgstr "" - -#: mod/admin.php:1338 -msgid "Provide built-in Diaspora network compatibility." -msgstr "" - -#: mod/admin.php:1339 -msgid "Only allow Friendica contacts" -msgstr "" - -#: mod/admin.php:1339 -msgid "" -"All contacts must use Friendica protocols. All other built-in communication " -"protocols disabled." -msgstr "" - -#: mod/admin.php:1340 -msgid "Verify SSL" -msgstr "" - -#: mod/admin.php:1340 -msgid "" -"If you wish, you can turn on strict certificate checking. This will mean you " -"cannot connect (at all) to self-signed SSL sites." -msgstr "" - -#: mod/admin.php:1341 -msgid "Proxy user" -msgstr "" - -#: mod/admin.php:1342 -msgid "Proxy URL" -msgstr "" - -#: mod/admin.php:1343 -msgid "Network timeout" -msgstr "" - -#: mod/admin.php:1343 -msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." -msgstr "" - -#: mod/admin.php:1344 -msgid "Maximum Load Average" -msgstr "" - -#: mod/admin.php:1344 -msgid "" -"Maximum system load before delivery and poll processes are deferred - " -"default 50." -msgstr "" - -#: mod/admin.php:1345 -msgid "Maximum Load Average (Frontend)" -msgstr "" - -#: mod/admin.php:1345 -msgid "Maximum system load before the frontend quits service - default 50." -msgstr "" - -#: mod/admin.php:1346 -msgid "Minimal Memory" -msgstr "" - -#: mod/admin.php:1346 -msgid "" -"Minimal free memory in MB for the worker. Needs access to /proc/meminfo - " -"default 0 (deactivated)." -msgstr "" - -#: mod/admin.php:1347 -msgid "Maximum table size for optimization" -msgstr "" - -#: mod/admin.php:1347 -msgid "" -"Maximum table size (in MB) for the automatic optimization - default 100 MB. " -"Enter -1 to disable it." -msgstr "" - -#: mod/admin.php:1348 -msgid "Minimum level of fragmentation" -msgstr "" - -#: mod/admin.php:1348 -msgid "" -"Minimum fragmenation level to start the automatic optimization - default " -"value is 30%." -msgstr "" - -#: mod/admin.php:1350 -msgid "Periodical check of global contacts" -msgstr "" - -#: mod/admin.php:1350 -msgid "" -"If enabled, the global contacts are checked periodically for missing or " -"outdated data and the vitality of the contacts and servers." -msgstr "" - -#: mod/admin.php:1351 -msgid "Days between requery" -msgstr "" - -#: mod/admin.php:1351 -msgid "Number of days after which a server is requeried for his contacts." -msgstr "" - -#: mod/admin.php:1352 -msgid "Discover contacts from other servers" -msgstr "" - -#: mod/admin.php:1352 -msgid "" -"Periodically query other servers for contacts. You can choose between " -"'users': the users on the remote system, 'Global Contacts': active contacts " -"that are known on the system. The fallback is meant for Redmatrix servers " -"and older friendica servers, where global contacts weren't available. The " -"fallback increases the server load, so the recommened setting is 'Users, " -"Global Contacts'." -msgstr "" - -#: mod/admin.php:1353 -msgid "Timeframe for fetching global contacts" -msgstr "" - -#: mod/admin.php:1353 -msgid "" -"When the discovery is activated, this value defines the timeframe for the " -"activity of the global contacts that are fetched from other servers." -msgstr "" - -#: mod/admin.php:1354 -msgid "Search the local directory" -msgstr "" - -#: mod/admin.php:1354 -msgid "" -"Search the local directory instead of the global directory. When searching " -"locally, every search will be executed on the global directory in the " -"background. This improves the search results when the search is repeated." -msgstr "" - -#: mod/admin.php:1356 -msgid "Publish server information" -msgstr "" - -#: mod/admin.php:1356 -msgid "" -"If enabled, general server and usage data will be published. The data " -"contains the name and version of the server, number of users with public " -"profiles, number of posts and the activated protocols and connectors. See the-federation.info for details." -msgstr "" - -#: mod/admin.php:1358 -msgid "Check upstream version" -msgstr "" - -#: mod/admin.php:1358 -msgid "" -"Enables checking for new Friendica versions at github. If there is a new " -"version, you will be informed in the admin panel overview." -msgstr "" - -#: mod/admin.php:1359 -msgid "Suppress Tags" -msgstr "" - -#: mod/admin.php:1359 -msgid "Suppress showing a list of hashtags at the end of the posting." -msgstr "" - -#: mod/admin.php:1360 -msgid "Path to item cache" -msgstr "" - -#: mod/admin.php:1360 -msgid "The item caches buffers generated bbcode and external images." -msgstr "" - -#: mod/admin.php:1361 -msgid "Cache duration in seconds" -msgstr "" - -#: mod/admin.php:1361 -msgid "" -"How long should the cache files be hold? Default value is 86400 seconds (One " -"day). To disable the item cache, set the value to -1." -msgstr "" - -#: mod/admin.php:1362 -msgid "Maximum numbers of comments per post" -msgstr "" - -#: mod/admin.php:1362 -msgid "How much comments should be shown for each post? Default value is 100." -msgstr "" - -#: mod/admin.php:1363 -msgid "Temp path" -msgstr "" - -#: mod/admin.php:1363 -msgid "" -"If you have a restricted system where the webserver can't access the system " -"temp path, enter another path here." -msgstr "" - -#: mod/admin.php:1364 -msgid "Base path to installation" -msgstr "" - -#: mod/admin.php:1364 -msgid "" -"If the system cannot detect the correct path to your installation, enter the " -"correct path here. This setting should only be set if you are using a " -"restricted system and symbolic links to your webroot." -msgstr "" - -#: mod/admin.php:1365 -msgid "Disable picture proxy" -msgstr "" - -#: mod/admin.php:1365 -msgid "" -"The picture proxy increases performance and privacy. It shouldn't be used on " -"systems with very low bandwith." -msgstr "" - -#: mod/admin.php:1366 -msgid "Only search in tags" -msgstr "" - -#: mod/admin.php:1366 -msgid "On large systems the text search can slow down the system extremely." -msgstr "" - -#: mod/admin.php:1368 -msgid "New base url" -msgstr "" - -#: mod/admin.php:1368 -msgid "" -"Change base url for this server. Sends relocate message to all Friendica and " -"Diaspora* contacts of all users." -msgstr "" - -#: mod/admin.php:1370 -msgid "RINO Encryption" -msgstr "" - -#: mod/admin.php:1370 -msgid "Encryption layer between nodes." -msgstr "" - -#: mod/admin.php:1370 -msgid "Enabled" -msgstr "" - -#: mod/admin.php:1372 -msgid "Maximum number of parallel workers" -msgstr "" - -#: mod/admin.php:1372 -msgid "" -"On shared hosters set this to 2. On larger systems, values of 10 are great. " -"Default value is 4." -msgstr "" - -#: mod/admin.php:1373 -msgid "Don't use 'proc_open' with the worker" -msgstr "" - -#: mod/admin.php:1373 -msgid "" -"Enable this if your system doesn't allow the use of 'proc_open'. This can " -"happen on shared hosters. If this is enabled you should increase the " -"frequency of worker calls in your crontab." -msgstr "" - -#: mod/admin.php:1374 -msgid "Enable fastlane" -msgstr "" - -#: mod/admin.php:1374 -msgid "" -"When enabed, the fastlane mechanism starts an additional worker if processes " -"with higher priority are blocked by processes of lower priority." -msgstr "" - -#: mod/admin.php:1375 -msgid "Enable frontend worker" -msgstr "" - -#: mod/admin.php:1375 -#, php-format -msgid "" -"When enabled the Worker process is triggered when backend access is " -"performed \\x28e.g. messages being delivered\\x29. On smaller sites you " -"might want to call %s/worker on a regular basis via an external cron job. " -"You should only enable this option if you cannot utilize cron/scheduled jobs " -"on your server." -msgstr "" - -#: mod/admin.php:1377 -msgid "Subscribe to relay" -msgstr "" - -#: mod/admin.php:1377 -msgid "" -"Enables the receiving of public posts from the relay. They will be included " -"in the search, subscribed tags and on the global community page." -msgstr "" - -#: mod/admin.php:1378 -msgid "Relay server" -msgstr "" - -#: mod/admin.php:1378 -msgid "" -"Address of the relay server where public posts should be send to. For " -"example https://relay.diasp.org" -msgstr "" - -#: mod/admin.php:1379 -msgid "Direct relay transfer" -msgstr "" - -#: mod/admin.php:1379 -msgid "" -"Enables the direct transfer to other servers without using the relay servers" -msgstr "" - -#: mod/admin.php:1380 -msgid "Relay scope" -msgstr "" - -#: mod/admin.php:1380 -msgid "" -"Can be 'all' or 'tags'. 'all' means that every public post should be " -"received. 'tags' means that only posts with selected tags should be received." -msgstr "" - -#: mod/admin.php:1380 -msgid "all" -msgstr "" - -#: mod/admin.php:1380 -msgid "tags" -msgstr "" - -#: mod/admin.php:1381 -msgid "Server tags" -msgstr "" - -#: mod/admin.php:1381 -msgid "Comma separated list of tags for the 'tags' subscription." -msgstr "" - -#: mod/admin.php:1382 -msgid "Allow user tags" -msgstr "" - -#: mod/admin.php:1382 -msgid "" -"If enabled, the tags from the saved searches will used for the 'tags' " -"subscription in addition to the 'relay_server_tags'." -msgstr "" - -#: mod/admin.php:1410 -msgid "Update has been marked successful" -msgstr "" - -#: mod/admin.php:1417 -#, php-format -msgid "Database structure update %s was successfully applied." -msgstr "" - -#: mod/admin.php:1420 -#, php-format -msgid "Executing of database structure update %s failed with error: %s" -msgstr "" - -#: mod/admin.php:1433 -#, php-format -msgid "Executing %s failed with error: %s" -msgstr "" - -#: mod/admin.php:1435 -#, php-format -msgid "Update %s was successfully applied." -msgstr "" - -#: mod/admin.php:1438 -#, php-format -msgid "Update %s did not return a status. Unknown if it succeeded." -msgstr "" - -#: mod/admin.php:1441 -#, php-format -msgid "There was no additional update function %s that needed to be called." -msgstr "" - -#: mod/admin.php:1461 -msgid "No failed updates." -msgstr "" - -#: mod/admin.php:1462 -msgid "Check database structure" -msgstr "" - -#: mod/admin.php:1467 -msgid "Failed Updates" -msgstr "" - -#: mod/admin.php:1468 -msgid "" -"This does not include updates prior to 1139, which did not return a status." -msgstr "" - -#: mod/admin.php:1469 -msgid "Mark success (if update was manually applied)" -msgstr "" - -#: mod/admin.php:1470 -msgid "Attempt to execute this update step automatically" -msgstr "" - -#: mod/admin.php:1509 -#, php-format -msgid "" -"\n" -"\t\t\tDear %1$s,\n" -"\t\t\t\tthe administrator of %2$s has set up an account for you." -msgstr "" - -#: mod/admin.php:1512 -#, php-format -msgid "" -"\n" -"\t\t\tThe login details are as follows:\n" -"\n" -"\t\t\tSite Location:\t%1$s\n" -"\t\t\tLogin Name:\t\t%2$s\n" -"\t\t\tPassword:\t\t%3$s\n" -"\n" -"\t\t\tYou may change your password from your account \"Settings\" page after " -"logging\n" -"\t\t\tin.\n" -"\n" -"\t\t\tPlease take a few moments to review the other account settings on that " -"page.\n" -"\n" -"\t\t\tYou may also wish to add some basic information to your default " -"profile\n" -"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n" -"\n" -"\t\t\tWe recommend setting your full name, adding a profile photo,\n" -"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - " -"and\n" -"\t\t\tperhaps what country you live in; if you do not wish to be more " -"specific\n" -"\t\t\tthan that.\n" -"\n" -"\t\t\tWe fully respect your right to privacy, and none of these items are " -"necessary.\n" -"\t\t\tIf you are new and do not know anybody here, they may help\n" -"\t\t\tyou to make some new and interesting friends.\n" -"\n" -"\t\t\tThank you and welcome to %4$s." -msgstr "" - -#: mod/admin.php:1544 src/Model/User.php:647 -#, php-format -msgid "Registration details for %s" -msgstr "" - -#: mod/admin.php:1554 -#, php-format -msgid "%s user blocked/unblocked" -msgid_plural "%s users blocked/unblocked" -msgstr[0] "" -msgstr[1] "" - -#: mod/admin.php:1560 -#, php-format -msgid "%s user deleted" -msgid_plural "%s users deleted" -msgstr[0] "" -msgstr[1] "" - -#: mod/admin.php:1607 -#, php-format -msgid "User '%s' deleted" -msgstr "" - -#: mod/admin.php:1615 -#, php-format -msgid "User '%s' unblocked" -msgstr "" - -#: mod/admin.php:1615 -#, php-format -msgid "User '%s' blocked" -msgstr "" - -#: mod/admin.php:1714 mod/admin.php:1726 mod/admin.php:1739 mod/admin.php:1757 -#: src/Content/ContactSelector.php:82 -msgid "Email" -msgstr "" - -#: mod/admin.php:1714 mod/admin.php:1739 -msgid "Register date" -msgstr "" - -#: mod/admin.php:1714 mod/admin.php:1739 -msgid "Last login" -msgstr "" - -#: mod/admin.php:1714 mod/admin.php:1739 -msgid "Last item" -msgstr "" - -#: mod/admin.php:1714 mod/settings.php:56 -msgid "Account" -msgstr "" - -#: mod/admin.php:1722 -msgid "Add User" -msgstr "" - -#: mod/admin.php:1724 -msgid "User registrations waiting for confirm" -msgstr "" - -#: mod/admin.php:1725 -msgid "User waiting for permanent deletion" -msgstr "" - -#: mod/admin.php:1726 -msgid "Request date" -msgstr "" - -#: mod/admin.php:1727 -msgid "No registrations." -msgstr "" - -#: mod/admin.php:1728 -msgid "Note from the user" -msgstr "" - -#: mod/admin.php:1730 -msgid "Deny" -msgstr "" - -#: mod/admin.php:1734 -msgid "Site admin" -msgstr "" - -#: mod/admin.php:1735 -msgid "Account expired" -msgstr "" - -#: mod/admin.php:1738 -msgid "New User" -msgstr "" - -#: mod/admin.php:1739 -msgid "Deleted since" -msgstr "" - -#: mod/admin.php:1744 -msgid "" -"Selected users will be deleted!\\n\\nEverything these users had posted on " -"this site will be permanently deleted!\\n\\nAre you sure?" -msgstr "" - -#: mod/admin.php:1745 -msgid "" -"The user {0} will be deleted!\\n\\nEverything this user has posted on this " -"site will be permanently deleted!\\n\\nAre you sure?" -msgstr "" - -#: mod/admin.php:1755 -msgid "Name of the new user." -msgstr "" - -#: mod/admin.php:1756 -msgid "Nickname" -msgstr "" - -#: mod/admin.php:1756 -msgid "Nickname of the new user." -msgstr "" - -#: mod/admin.php:1757 -msgid "Email address of the new user." -msgstr "" - -#: mod/admin.php:1799 -#, php-format -msgid "Addon %s disabled." -msgstr "" - -#: mod/admin.php:1803 -#, php-format -msgid "Addon %s enabled." -msgstr "" - -#: mod/admin.php:1813 mod/admin.php:2062 -msgid "Disable" -msgstr "" - -#: mod/admin.php:1816 mod/admin.php:2065 -msgid "Enable" -msgstr "" - -#: mod/admin.php:1838 mod/admin.php:2107 -msgid "Toggle" -msgstr "" - -#: mod/admin.php:1846 mod/admin.php:2116 -msgid "Author: " -msgstr "" - -#: mod/admin.php:1847 mod/admin.php:2117 -msgid "Maintainer: " -msgstr "" - -#: mod/admin.php:1899 -msgid "Reload active addons" -msgstr "" - -#: mod/admin.php:1904 -#, php-format -msgid "" -"There are currently no addons available on your node. You can find the " -"official addon repository at %1$s and might find other interesting addons in " -"the open addon registry at %2$s" -msgstr "" - -#: mod/admin.php:2024 -msgid "No themes found." -msgstr "" - -#: mod/admin.php:2098 -msgid "Screenshot" -msgstr "" - -#: mod/admin.php:2152 -msgid "Reload active themes" -msgstr "" - -#: mod/admin.php:2157 -#, php-format -msgid "No themes found on the system. They should be placed in %1$s" -msgstr "" - -#: mod/admin.php:2158 -msgid "[Experimental]" -msgstr "" - -#: mod/admin.php:2159 -msgid "[Unsupported]" -msgstr "" - -#: mod/admin.php:2183 -msgid "Log settings updated." -msgstr "" - -#: mod/admin.php:2215 -msgid "PHP log currently enabled." -msgstr "" - -#: mod/admin.php:2217 -msgid "PHP log currently disabled." -msgstr "" - -#: mod/admin.php:2226 -msgid "Clear" -msgstr "" - -#: mod/admin.php:2230 -msgid "Enable Debugging" -msgstr "" - -#: mod/admin.php:2231 -msgid "Log file" -msgstr "" - -#: mod/admin.php:2231 -msgid "" -"Must be writable by web server. Relative to your Friendica top-level " -"directory." -msgstr "" - -#: mod/admin.php:2232 -msgid "Log level" -msgstr "" - -#: mod/admin.php:2234 -msgid "PHP logging" -msgstr "" - -#: mod/admin.php:2235 -msgid "" -"To enable logging of PHP errors and warnings you can add the following to " -"the .htconfig.php file of your installation. The filename set in the " -"'error_log' line is relative to the friendica top-level directory and must " -"be writeable by the web server. The option '1' for 'log_errors' and " -"'display_errors' is to enable these options, set to '0' to disable them." -msgstr "" - -#: mod/admin.php:2266 -#, php-format -msgid "" -"Error trying to open %1$s log file.\\r\\n
    Check to see " -"if file %1$s exist and is readable." -msgstr "" - -#: mod/admin.php:2270 -#, php-format -msgid "" -"Couldn't open %1$s log file.\\r\\n
    Check to see if file " -"%1$s is readable." -msgstr "" - -#: mod/admin.php:2361 mod/admin.php:2362 mod/settings.php:775 -msgid "Off" -msgstr "" - -#: mod/admin.php:2361 mod/admin.php:2362 mod/settings.php:775 -msgid "On" -msgstr "" - -#: mod/admin.php:2362 -#, php-format -msgid "Lock feature %s" -msgstr "" - -#: mod/admin.php:2370 -msgid "Manage Additional Features" -msgstr "" - -#: mod/babel.php:22 -msgid "Source input" -msgstr "" - -#: mod/babel.php:28 -msgid "BBCode::convert (raw HTML(" -msgstr "" - -#: mod/babel.php:33 -msgid "BBCode::convert" -msgstr "" - -#: mod/babel.php:39 -msgid "BBCode::convert => HTML::toBBCode" -msgstr "" - -#: mod/babel.php:45 -msgid "BBCode::toMarkdown" -msgstr "" - -#: mod/babel.php:51 -msgid "BBCode::toMarkdown => Markdown::convert" -msgstr "" - -#: mod/babel.php:57 -msgid "BBCode::toMarkdown => Markdown::toBBCode" -msgstr "" - -#: mod/babel.php:63 -msgid "BBCode::toMarkdown => Markdown::convert => HTML::toBBCode" -msgstr "" - -#: mod/babel.php:70 -msgid "Source input \\x28Diaspora format\\x29" -msgstr "" - -#: mod/babel.php:76 -msgid "Markdown::toBBCode" -msgstr "" - -#: mod/babel.php:83 -msgid "Raw HTML input" -msgstr "" - -#: mod/babel.php:88 -msgid "HTML Input" -msgstr "" - -#: mod/babel.php:94 -msgid "HTML::toBBCode" -msgstr "" - -#: mod/babel.php:100 -msgid "HTML::toPlaintext" -msgstr "" - -#: mod/babel.php:108 -msgid "Source text" -msgstr "" - -#: mod/babel.php:109 -msgid "BBCode" -msgstr "" - -#: mod/babel.php:110 -msgid "Markdown" -msgstr "" - -#: mod/babel.php:111 -msgid "HTML" -msgstr "" - -#: mod/cal.php:274 mod/events.php:391 view/theme/frio/theme.php:263 -#: view/theme/frio/theme.php:267 src/Content/Nav.php:104 -#: src/Content/Nav.php:169 src/Model/Profile.php:924 src/Model/Profile.php:935 -msgid "Events" -msgstr "" - -#: mod/cal.php:275 mod/events.php:392 -msgid "View" -msgstr "" - -#: mod/cal.php:276 mod/events.php:394 -msgid "Previous" -msgstr "" - -#: mod/cal.php:277 mod/events.php:395 mod/install.php:209 -msgid "Next" -msgstr "" - -#: mod/cal.php:280 mod/events.php:400 src/Model/Event.php:412 -msgid "today" -msgstr "" - -#: mod/cal.php:281 mod/events.php:401 src/Util/Temporal.php:304 -#: src/Model/Event.php:413 -msgid "month" -msgstr "" - -#: mod/cal.php:282 mod/events.php:402 src/Util/Temporal.php:305 -#: src/Model/Event.php:414 -msgid "week" -msgstr "" - -#: mod/cal.php:283 mod/events.php:403 src/Util/Temporal.php:306 -#: src/Model/Event.php:415 -msgid "day" -msgstr "" - -#: mod/cal.php:284 mod/events.php:404 -msgid "list" -msgstr "" - -#: mod/cal.php:297 src/Model/User.php:204 -msgid "User not found" -msgstr "" - -#: mod/cal.php:313 -msgid "This calendar format is not supported" -msgstr "" - -#: mod/cal.php:315 -msgid "No exportable data found" -msgstr "" - -#: mod/cal.php:332 -msgid "calendar" -msgstr "" - #: mod/contacts.php:157 #, php-format msgid "%d contact edited." @@ -5366,6 +3438,11 @@ msgid "" "are taken from the meta header in the feed item and are posted as hash tags." msgstr "" +#: mod/contacts.php:572 mod/admin.php:1272 mod/admin.php:1435 +#: mod/admin.php:1445 +msgid "Disabled" +msgstr "" + #: mod/contacts.php:573 msgid "Fetch information" msgstr "" @@ -5437,6 +3514,16 @@ msgstr "" msgid "Update now" msgstr "" +#: mod/contacts.php:637 mod/contacts.php:827 mod/contacts.php:1011 +#: mod/admin.php:485 mod/admin.php:1800 +msgid "Unblock" +msgstr "" + +#: mod/contacts.php:637 mod/contacts.php:827 mod/contacts.php:1011 +#: mod/admin.php:484 mod/admin.php:1799 +msgid "Block" +msgstr "" + #: mod/contacts.php:638 mod/contacts.php:828 mod/contacts.php:1019 msgid "Unignore" msgstr "" @@ -5488,8 +3575,8 @@ msgstr "" msgid "Actions" msgstr "" -#: mod/contacts.php:669 mod/contacts.php:855 view/theme/frio/theme.php:259 -#: src/Content/Nav.php:100 src/Model/Profile.php:888 +#: mod/contacts.php:669 mod/contacts.php:855 src/Content/Nav.php:100 +#: src/Model/Profile.php:888 view/theme/frio/theme.php:259 msgid "Status" msgstr "" @@ -5553,7 +3640,7 @@ msgstr "" msgid "Search your contacts" msgstr "" -#: mod/contacts.php:820 mod/directory.php:210 src/Content/Widget.php:63 +#: mod/contacts.php:820 mod/directory.php:209 src/Content/Widget.php:63 msgid "Find" msgstr "" @@ -5573,7 +3660,7 @@ msgstr "" msgid "Batch Actions" msgstr "" -#: mod/contacts.php:858 mod/follow.php:183 mod/unfollow.php:132 +#: mod/contacts.php:858 mod/unfollow.php:132 mod/follow.php:186 #: src/Model/Profile.php:891 msgid "Status Messages and Posts" msgstr "" @@ -5590,6 +3677,11 @@ msgstr "" msgid "View all common friends" msgstr "" +#: mod/contacts.php:895 mod/events.php:532 mod/admin.php:1351 +#: src/Model/Profile.php:865 +msgid "Advanced" +msgstr "" + #: mod/contacts.php:898 msgid "Advanced Contact Settings" msgstr "" @@ -5649,6 +3741,13 @@ msgid "" "settings. Please double check whom you give this access." msgstr "" +#: mod/delegate.php:168 mod/settings.php:675 mod/settings.php:784 +#: mod/settings.php:870 mod/settings.php:959 mod/settings.php:1192 +#: mod/admin.php:307 mod/admin.php:1346 mod/admin.php:1965 mod/admin.php:2218 +#: mod/admin.php:2292 mod/admin.php:2439 +msgid "Save Settings" +msgstr "" + #: mod/delegate.php:169 src/Content/Nav.php:204 msgid "Delegate Page Management" msgstr "" @@ -5680,34 +3779,6 @@ msgstr "" msgid "No entries." msgstr "" -#: mod/directory.php:153 src/Model/Profile.php:421 src/Model/Profile.php:769 -msgid "Status:" -msgstr "" - -#: mod/directory.php:154 src/Model/Profile.php:422 src/Model/Profile.php:786 -msgid "Homepage:" -msgstr "" - -#: mod/directory.php:203 view/theme/vier/theme.php:201 -msgid "Global Directory" -msgstr "" - -#: mod/directory.php:205 -msgid "Find on this site" -msgstr "" - -#: mod/directory.php:207 -msgid "Results for:" -msgstr "" - -#: mod/directory.php:209 -msgid "Site Directory" -msgstr "" - -#: mod/directory.php:214 -msgid "No entries (some entries may be hidden)." -msgstr "" - #: mod/dirfind.php:49 #, php-format msgid "People Search - %s" @@ -5718,98 +3789,6 @@ msgstr "" msgid "Forum Search - %s" msgstr "" -#: mod/events.php:105 mod/events.php:107 -msgid "Event can not end before it has started." -msgstr "" - -#: mod/events.php:114 mod/events.php:116 -msgid "Event title and start time are required." -msgstr "" - -#: mod/events.php:393 -msgid "Create New Event" -msgstr "" - -#: mod/events.php:506 -msgid "Event details" -msgstr "" - -#: mod/events.php:507 -msgid "Starting date and Title are required." -msgstr "" - -#: mod/events.php:508 mod/events.php:509 -msgid "Event Starts:" -msgstr "" - -#: mod/events.php:508 mod/events.php:520 mod/profiles.php:699 -msgid "Required" -msgstr "" - -#: mod/events.php:510 mod/events.php:526 -msgid "Finish date/time is not known or not relevant" -msgstr "" - -#: mod/events.php:512 mod/events.php:513 -msgid "Event Finishes:" -msgstr "" - -#: mod/events.php:514 mod/events.php:527 -msgid "Adjust for viewer timezone" -msgstr "" - -#: mod/events.php:516 -msgid "Description:" -msgstr "" - -#: mod/events.php:520 mod/events.php:522 -msgid "Title:" -msgstr "" - -#: mod/events.php:523 mod/events.php:524 -msgid "Share this event" -msgstr "" - -#: mod/events.php:531 src/Model/Profile.php:864 -msgid "Basic" -msgstr "" - -#: mod/events.php:552 -msgid "Failed to remove event" -msgstr "" - -#: mod/events.php:554 -msgid "Event removed" -msgstr "" - -#: mod/feedtest.php:20 -msgid "You must be logged in to use this module" -msgstr "" - -#: mod/feedtest.php:48 -msgid "Source URL" -msgstr "" - -#: mod/follow.php:45 -msgid "The contact could not be added." -msgstr "" - -#: mod/follow.php:73 -msgid "You already added this contact." -msgstr "" - -#: mod/follow.php:83 -msgid "Diaspora support isn't enabled. Contact can't be added." -msgstr "" - -#: mod/follow.php:90 -msgid "OStatus support is disabled. Contact can't be added." -msgstr "" - -#: mod/follow.php:97 -msgid "The network type couldn't be detected. Contact can't be added." -msgstr "" - #: mod/install.php:114 msgid "Friendica Communications Server - Setup" msgstr "" @@ -5844,6 +3823,10 @@ msgstr "" msgid "System check" msgstr "" +#: mod/install.php:209 mod/cal.php:277 mod/events.php:395 +msgid "Next" +msgstr "" + #: mod/install.php:210 msgid "Check again" msgstr "" @@ -6166,40 +4149,6 @@ msgid "" "administrator email. This will allow you to enter the site admin panel." msgstr "" -#: mod/item.php:114 -msgid "Unable to locate original post." -msgstr "" - -#: mod/item.php:274 -msgid "Empty post discarded." -msgstr "" - -#: mod/item.php:799 -#, php-format -msgid "" -"This message was sent to you by %s, a member of the Friendica social network." -msgstr "" - -#: mod/item.php:801 -#, php-format -msgid "You may visit them online at %s" -msgstr "" - -#: mod/item.php:802 -msgid "" -"Please contact the sender by replying to this post if you do not wish to " -"receive these messages." -msgstr "" - -#: mod/item.php:806 -#, php-format -msgid "%s posted an update." -msgstr "" - -#: mod/oexchange.php:30 -msgid "Post successful." -msgstr "" - #: mod/ostatus_subscribe.php:21 msgid "Subscribing to OStatus contacts" msgstr "" @@ -6228,6 +4177,139 @@ msgstr "" msgid "ignored" msgstr "" +#: mod/unfollow.php:34 +msgid "Contact wasn't found or can't be unfollowed." +msgstr "" + +#: mod/unfollow.php:47 +msgid "Contact unfollowed" +msgstr "" + +#: mod/unfollow.php:73 +msgid "You aren't a friend of this contact." +msgstr "" + +#: mod/unfollow.php:79 +msgid "Unfollowing is currently not supported by your network." +msgstr "" + +#: mod/cal.php:274 mod/events.php:391 src/Content/Nav.php:104 +#: src/Content/Nav.php:169 src/Model/Profile.php:924 src/Model/Profile.php:935 +#: view/theme/frio/theme.php:263 view/theme/frio/theme.php:267 +msgid "Events" +msgstr "" + +#: mod/cal.php:275 mod/events.php:392 +msgid "View" +msgstr "" + +#: mod/cal.php:276 mod/events.php:394 +msgid "Previous" +msgstr "" + +#: mod/cal.php:280 mod/events.php:400 src/Model/Event.php:412 +msgid "today" +msgstr "" + +#: mod/cal.php:281 mod/events.php:401 src/Util/Temporal.php:304 +#: src/Model/Event.php:413 +msgid "month" +msgstr "" + +#: mod/cal.php:282 mod/events.php:402 src/Util/Temporal.php:305 +#: src/Model/Event.php:414 +msgid "week" +msgstr "" + +#: mod/cal.php:283 mod/events.php:403 src/Util/Temporal.php:306 +#: src/Model/Event.php:415 +msgid "day" +msgstr "" + +#: mod/cal.php:284 mod/events.php:404 +msgid "list" +msgstr "" + +#: mod/cal.php:297 src/Core/Console/NewPassword.php:74 src/Model/User.php:204 +msgid "User not found" +msgstr "" + +#: mod/cal.php:313 +msgid "This calendar format is not supported" +msgstr "" + +#: mod/cal.php:315 +msgid "No exportable data found" +msgstr "" + +#: mod/cal.php:332 +msgid "calendar" +msgstr "" + +#: mod/events.php:105 mod/events.php:107 +msgid "Event can not end before it has started." +msgstr "" + +#: mod/events.php:114 mod/events.php:116 +msgid "Event title and start time are required." +msgstr "" + +#: mod/events.php:393 +msgid "Create New Event" +msgstr "" + +#: mod/events.php:506 +msgid "Event details" +msgstr "" + +#: mod/events.php:507 +msgid "Starting date and Title are required." +msgstr "" + +#: mod/events.php:508 mod/events.php:509 +msgid "Event Starts:" +msgstr "" + +#: mod/events.php:508 mod/events.php:520 mod/profiles.php:700 +msgid "Required" +msgstr "" + +#: mod/events.php:510 mod/events.php:526 +msgid "Finish date/time is not known or not relevant" +msgstr "" + +#: mod/events.php:512 mod/events.php:513 +msgid "Event Finishes:" +msgstr "" + +#: mod/events.php:514 mod/events.php:527 +msgid "Adjust for viewer timezone" +msgstr "" + +#: mod/events.php:516 +msgid "Description:" +msgstr "" + +#: mod/events.php:520 mod/events.php:522 +msgid "Title:" +msgstr "" + +#: mod/events.php:523 mod/events.php:524 +msgid "Share this event" +msgstr "" + +#: mod/events.php:531 src/Model/Profile.php:864 +msgid "Basic" +msgstr "" + +#: mod/events.php:552 +msgid "Failed to remove event" +msgstr "" + +#: mod/events.php:554 +msgid "Event removed" +msgstr "" + #: mod/profile_photo.php:55 msgid "Image uploaded but image cropping failed." msgstr "" @@ -6284,347 +4366,12 @@ msgstr "" msgid "Image uploaded successfully." msgstr "" -#: mod/profiles.php:57 -msgid "Profile deleted." +#: mod/settings.php:56 mod/admin.php:1781 +msgid "Account" msgstr "" -#: mod/profiles.php:73 mod/profiles.php:109 -msgid "Profile-" -msgstr "" - -#: mod/profiles.php:92 mod/profiles.php:131 -msgid "New profile created." -msgstr "" - -#: mod/profiles.php:115 -msgid "Profile unavailable to clone." -msgstr "" - -#: mod/profiles.php:205 -msgid "Profile Name is required." -msgstr "" - -#: mod/profiles.php:346 -msgid "Marital Status" -msgstr "" - -#: mod/profiles.php:350 -msgid "Romantic Partner" -msgstr "" - -#: mod/profiles.php:362 -msgid "Work/Employment" -msgstr "" - -#: mod/profiles.php:365 -msgid "Religion" -msgstr "" - -#: mod/profiles.php:369 -msgid "Political Views" -msgstr "" - -#: mod/profiles.php:373 -msgid "Gender" -msgstr "" - -#: mod/profiles.php:377 -msgid "Sexual Preference" -msgstr "" - -#: mod/profiles.php:381 -msgid "XMPP" -msgstr "" - -#: mod/profiles.php:385 -msgid "Homepage" -msgstr "" - -#: mod/profiles.php:389 mod/profiles.php:685 -msgid "Interests" -msgstr "" - -#: mod/profiles.php:400 mod/profiles.php:681 -msgid "Location" -msgstr "" - -#: mod/profiles.php:485 -msgid "Profile updated." -msgstr "" - -#: mod/profiles.php:563 -msgid " and " -msgstr "" - -#: mod/profiles.php:572 -msgid "public profile" -msgstr "" - -#: mod/profiles.php:575 -#, php-format -msgid "%1$s changed %2$s to “%3$s”" -msgstr "" - -#: mod/profiles.php:576 -#, php-format -msgid " - Visit %1$s's %2$s" -msgstr "" - -#: mod/profiles.php:578 -#, php-format -msgid "%1$s has an updated %2$s, changing %3$s." -msgstr "" - -#: mod/profiles.php:632 -msgid "Hide contacts and friends:" -msgstr "" - -#: mod/profiles.php:637 -msgid "Hide your contact/friend list from viewers of this profile?" -msgstr "" - -#: mod/profiles.php:657 -msgid "Show more profile fields:" -msgstr "" - -#: mod/profiles.php:669 -msgid "Profile Actions" -msgstr "" - -#: mod/profiles.php:670 -msgid "Edit Profile Details" -msgstr "" - -#: mod/profiles.php:672 -msgid "Change Profile Photo" -msgstr "" - -#: mod/profiles.php:673 -msgid "View this profile" -msgstr "" - -#: mod/profiles.php:674 mod/profiles.php:769 src/Model/Profile.php:393 -msgid "Edit visibility" -msgstr "" - -#: mod/profiles.php:675 -msgid "Create a new profile using these settings" -msgstr "" - -#: mod/profiles.php:676 -msgid "Clone this profile" -msgstr "" - -#: mod/profiles.php:677 -msgid "Delete this profile" -msgstr "" - -#: mod/profiles.php:679 -msgid "Basic information" -msgstr "" - -#: mod/profiles.php:680 -msgid "Profile picture" -msgstr "" - -#: mod/profiles.php:682 -msgid "Preferences" -msgstr "" - -#: mod/profiles.php:683 -msgid "Status information" -msgstr "" - -#: mod/profiles.php:684 -msgid "Additional information" -msgstr "" - -#: mod/profiles.php:687 -msgid "Relation" -msgstr "" - -#: mod/profiles.php:688 src/Util/Temporal.php:81 src/Util/Temporal.php:83 -msgid "Miscellaneous" -msgstr "" - -#: mod/profiles.php:691 -msgid "Your Gender:" -msgstr "" - -#: mod/profiles.php:692 -msgid " Marital Status:" -msgstr "" - -#: mod/profiles.php:693 src/Model/Profile.php:782 -msgid "Sexual Preference:" -msgstr "" - -#: mod/profiles.php:694 -msgid "Example: fishing photography software" -msgstr "" - -#: mod/profiles.php:699 -msgid "Profile Name:" -msgstr "" - -#: mod/profiles.php:701 -msgid "" -"This is your public profile.
    It may " -"be visible to anybody using the internet." -msgstr "" - -#: mod/profiles.php:702 -msgid "Your Full Name:" -msgstr "" - -#: mod/profiles.php:703 -msgid "Title/Description:" -msgstr "" - -#: mod/profiles.php:706 -msgid "Street Address:" -msgstr "" - -#: mod/profiles.php:707 -msgid "Locality/City:" -msgstr "" - -#: mod/profiles.php:708 -msgid "Region/State:" -msgstr "" - -#: mod/profiles.php:709 -msgid "Postal/Zip Code:" -msgstr "" - -#: mod/profiles.php:710 -msgid "Country:" -msgstr "" - -#: mod/profiles.php:711 src/Util/Temporal.php:149 -msgid "Age: " -msgstr "" - -#: mod/profiles.php:714 -msgid "Who: (if applicable)" -msgstr "" - -#: mod/profiles.php:714 -msgid "Examples: cathy123, Cathy Williams, cathy@example.com" -msgstr "" - -#: mod/profiles.php:715 -msgid "Since [date]:" -msgstr "" - -#: mod/profiles.php:717 -msgid "Tell us about yourself..." -msgstr "" - -#: mod/profiles.php:718 -msgid "XMPP (Jabber) address:" -msgstr "" - -#: mod/profiles.php:718 -msgid "" -"The XMPP address will be propagated to your contacts so that they can follow " -"you." -msgstr "" - -#: mod/profiles.php:719 -msgid "Homepage URL:" -msgstr "" - -#: mod/profiles.php:720 src/Model/Profile.php:790 -msgid "Hometown:" -msgstr "" - -#: mod/profiles.php:721 src/Model/Profile.php:798 -msgid "Political Views:" -msgstr "" - -#: mod/profiles.php:722 -msgid "Religious Views:" -msgstr "" - -#: mod/profiles.php:723 -msgid "Public Keywords:" -msgstr "" - -#: mod/profiles.php:723 -msgid "(Used for suggesting potential friends, can be seen by others)" -msgstr "" - -#: mod/profiles.php:724 -msgid "Private Keywords:" -msgstr "" - -#: mod/profiles.php:724 -msgid "(Used for searching profiles, never shown to others)" -msgstr "" - -#: mod/profiles.php:725 src/Model/Profile.php:814 -msgid "Likes:" -msgstr "" - -#: mod/profiles.php:726 src/Model/Profile.php:818 -msgid "Dislikes:" -msgstr "" - -#: mod/profiles.php:727 -msgid "Musical interests" -msgstr "" - -#: mod/profiles.php:728 -msgid "Books, literature" -msgstr "" - -#: mod/profiles.php:729 -msgid "Television" -msgstr "" - -#: mod/profiles.php:730 -msgid "Film/dance/culture/entertainment" -msgstr "" - -#: mod/profiles.php:731 -msgid "Hobbies/Interests" -msgstr "" - -#: mod/profiles.php:732 -msgid "Love/romance" -msgstr "" - -#: mod/profiles.php:733 -msgid "Work/employment" -msgstr "" - -#: mod/profiles.php:734 -msgid "School/education" -msgstr "" - -#: mod/profiles.php:735 -msgid "Contact information and Social Networks" -msgstr "" - -#: mod/profiles.php:766 src/Model/Profile.php:389 -msgid "Profile Image" -msgstr "" - -#: mod/profiles.php:768 src/Model/Profile.php:392 -msgid "visible to everybody" -msgstr "" - -#: mod/profiles.php:775 -msgid "Edit/Manage Profiles" -msgstr "" - -#: mod/profiles.php:776 src/Model/Profile.php:379 src/Model/Profile.php:401 -msgid "Change profile photo" -msgstr "" - -#: mod/profiles.php:777 src/Model/Profile.php:380 -msgid "Create New Profile" +#: mod/settings.php:65 mod/admin.php:187 +msgid "Additional features" msgstr "" #: mod/settings.php:73 @@ -6635,6 +4382,10 @@ msgstr "" msgid "Social Networks" msgstr "" +#: mod/settings.php:87 mod/admin.php:185 mod/admin.php:1904 mod/admin.php:1964 +msgid "Addons" +msgstr "" + #: mod/settings.php:94 src/Content/Nav.php:204 msgid "Delegations" msgstr "" @@ -6675,7 +4426,7 @@ msgstr "" msgid "Empty passwords are not allowed. Password unchanged." msgstr "" -#: mod/settings.php:394 +#: mod/settings.php:394 src/Core/Console/NewPassword.php:78 msgid "" "The new password has been exposed in a public data dump, please choose " "another." @@ -6685,11 +4436,11 @@ msgstr "" msgid "Wrong password." msgstr "" -#: mod/settings.php:407 +#: mod/settings.php:407 src/Core/Console/NewPassword.php:85 msgid "Password changed." msgstr "" -#: mod/settings.php:409 +#: mod/settings.php:409 src/Core/Console/NewPassword.php:82 msgid "Password update failed. Please try again." msgstr "" @@ -6777,6 +4528,14 @@ msgstr "" msgid "Addon Settings" msgstr "" +#: mod/settings.php:775 mod/admin.php:2428 mod/admin.php:2429 +msgid "Off" +msgstr "" + +#: mod/settings.php:775 mod/admin.php:2428 mod/admin.php:2429 +msgid "On" +msgstr "" + #: mod/settings.php:782 msgid "Additional Features" msgstr "" @@ -6913,6 +4672,10 @@ msgstr "" msgid "Move to folder:" msgstr "" +#: mod/settings.php:903 mod/admin.php:1236 +msgid "No special theme for mobile devices" +msgstr "" + #: mod/settings.php:912 #, php-format msgid "%s - (Unsupported)" @@ -7273,6 +5036,14 @@ msgstr "" msgid "Password Settings" msgstr "" +#: mod/settings.php:1199 mod/register.php:273 +msgid "New Password:" +msgstr "" + +#: mod/settings.php:1200 mod/register.php:274 +msgid "Confirm:" +msgstr "" + #: mod/settings.php:1200 msgid "Leave password fields blank unless changing" msgstr "" @@ -7463,284 +5234,2321 @@ msgstr "" msgid "Resend relocate message to contacts" msgstr "" -#: mod/unfollow.php:34 -msgid "Contact wasn't found or can't be unfollowed." +#: mod/directory.php:152 src/Model/Profile.php:421 src/Model/Profile.php:769 +msgid "Status:" msgstr "" -#: mod/unfollow.php:47 -msgid "Contact unfollowed" +#: mod/directory.php:153 src/Model/Profile.php:422 src/Model/Profile.php:786 +msgid "Homepage:" msgstr "" -#: mod/unfollow.php:73 -msgid "You aren't a friend of this contact." +#: mod/directory.php:202 view/theme/vier/theme.php:201 +msgid "Global Directory" msgstr "" -#: mod/unfollow.php:79 -msgid "Unfollowing is currently not supported by your network." +#: mod/directory.php:204 +msgid "Find on this site" msgstr "" -#: view/theme/duepuntozero/config.php:54 src/Model/User.php:488 -msgid "default" +#: mod/directory.php:206 +msgid "Results for:" msgstr "" -#: view/theme/duepuntozero/config.php:55 -msgid "greenzero" +#: mod/directory.php:208 +msgid "Site Directory" msgstr "" -#: view/theme/duepuntozero/config.php:56 -msgid "purplezero" +#: mod/directory.php:213 +msgid "No entries (some entries may be hidden)." msgstr "" -#: view/theme/duepuntozero/config.php:57 -msgid "easterbunny" +#: mod/babel.php:22 +msgid "Source input" msgstr "" -#: view/theme/duepuntozero/config.php:58 -msgid "darkzero" +#: mod/babel.php:28 +msgid "BBCode::convert (raw HTML)" msgstr "" -#: view/theme/duepuntozero/config.php:59 -msgid "comix" +#: mod/babel.php:33 +msgid "BBCode::convert" msgstr "" -#: view/theme/duepuntozero/config.php:60 -msgid "slackr" +#: mod/babel.php:39 +msgid "BBCode::convert => HTML::toBBCode" msgstr "" -#: view/theme/duepuntozero/config.php:74 -msgid "Variations" +#: mod/babel.php:45 +msgid "BBCode::toMarkdown" msgstr "" -#: view/theme/frio/php/Image.php:25 -msgid "Repeat the image" +#: mod/babel.php:51 +msgid "BBCode::toMarkdown => Markdown::convert" msgstr "" -#: view/theme/frio/php/Image.php:25 -msgid "Will repeat your image to fill the background." +#: mod/babel.php:57 +msgid "BBCode::toMarkdown => Markdown::toBBCode" msgstr "" -#: view/theme/frio/php/Image.php:27 -msgid "Stretch" +#: mod/babel.php:63 +msgid "BBCode::toMarkdown => Markdown::convert => HTML::toBBCode" msgstr "" -#: view/theme/frio/php/Image.php:27 -msgid "Will stretch to width/height of the image." +#: mod/babel.php:70 +msgid "Source input \\x28Diaspora format\\x29" msgstr "" -#: view/theme/frio/php/Image.php:29 -msgid "Resize fill and-clip" +#: mod/babel.php:76 +msgid "Markdown::toBBCode" msgstr "" -#: view/theme/frio/php/Image.php:29 -msgid "Resize to fill and retain aspect ratio." +#: mod/babel.php:83 +msgid "Raw HTML input" msgstr "" -#: view/theme/frio/php/Image.php:31 -msgid "Resize best fit" +#: mod/babel.php:88 +msgid "HTML Input" msgstr "" -#: view/theme/frio/php/Image.php:31 -msgid "Resize to best fit and retain aspect ratio." +#: mod/babel.php:94 +msgid "HTML::toBBCode" msgstr "" -#: view/theme/frio/config.php:97 -msgid "Default" +#: mod/babel.php:100 +msgid "HTML::toPlaintext" msgstr "" -#: view/theme/frio/config.php:109 -msgid "Note" +#: mod/babel.php:108 +msgid "Source text" msgstr "" -#: view/theme/frio/config.php:109 -msgid "Check image permissions if all users are allowed to visit the image" +#: mod/babel.php:109 +msgid "BBCode" msgstr "" -#: view/theme/frio/config.php:116 -msgid "Select scheme" +#: mod/babel.php:110 +msgid "Markdown" msgstr "" -#: view/theme/frio/config.php:117 -msgid "Navigation bar background color" +#: mod/babel.php:111 +msgid "HTML" msgstr "" -#: view/theme/frio/config.php:118 -msgid "Navigation bar icon color " +#: mod/follow.php:45 +msgid "The contact could not be added." msgstr "" -#: view/theme/frio/config.php:119 -msgid "Link color" +#: mod/follow.php:73 +msgid "You already added this contact." msgstr "" -#: view/theme/frio/config.php:120 -msgid "Set the background color" +#: mod/follow.php:83 +msgid "Diaspora support isn't enabled. Contact can't be added." msgstr "" -#: view/theme/frio/config.php:121 -msgid "Content background opacity" +#: mod/follow.php:90 +msgid "OStatus support is disabled. Contact can't be added." msgstr "" -#: view/theme/frio/config.php:122 -msgid "Set the background image" +#: mod/follow.php:97 +msgid "The network type couldn't be detected. Contact can't be added." msgstr "" -#: view/theme/frio/config.php:127 -msgid "Login page background image" +#: mod/profiles.php:58 +msgid "Profile deleted." msgstr "" -#: view/theme/frio/config.php:130 -msgid "Login page background color" +#: mod/profiles.php:74 mod/profiles.php:110 +msgid "Profile-" msgstr "" -#: view/theme/frio/config.php:130 -msgid "Leave background image and color empty for theme defaults" +#: mod/profiles.php:93 mod/profiles.php:132 +msgid "New profile created." msgstr "" -#: view/theme/frio/theme.php:238 -msgid "Guest" +#: mod/profiles.php:116 +msgid "Profile unavailable to clone." msgstr "" -#: view/theme/frio/theme.php:243 -msgid "Visitor" +#: mod/profiles.php:206 +msgid "Profile Name is required." msgstr "" -#: view/theme/frio/theme.php:256 src/Content/Nav.php:97 -#: src/Module/Login.php:311 -msgid "Logout" +#: mod/profiles.php:347 +msgid "Marital Status" msgstr "" -#: view/theme/frio/theme.php:256 src/Content/Nav.php:97 -msgid "End this session" +#: mod/profiles.php:351 +msgid "Romantic Partner" msgstr "" -#: view/theme/frio/theme.php:259 src/Content/Nav.php:100 -#: src/Content/Nav.php:181 -msgid "Your posts and conversations" +#: mod/profiles.php:363 +msgid "Work/Employment" msgstr "" -#: view/theme/frio/theme.php:260 src/Content/Nav.php:101 -msgid "Your profile page" +#: mod/profiles.php:366 +msgid "Religion" msgstr "" -#: view/theme/frio/theme.php:261 src/Content/Nav.php:102 -msgid "Your photos" +#: mod/profiles.php:370 +msgid "Political Views" msgstr "" -#: view/theme/frio/theme.php:262 src/Content/Nav.php:103 -#: src/Model/Profile.php:912 src/Model/Profile.php:915 -msgid "Videos" +#: mod/profiles.php:374 +msgid "Gender" msgstr "" -#: view/theme/frio/theme.php:262 src/Content/Nav.php:103 -msgid "Your videos" +#: mod/profiles.php:378 +msgid "Sexual Preference" msgstr "" -#: view/theme/frio/theme.php:263 src/Content/Nav.php:104 -msgid "Your events" +#: mod/profiles.php:382 +msgid "XMPP" msgstr "" -#: view/theme/frio/theme.php:266 src/Content/Nav.php:178 -msgid "Conversations from your friends" +#: mod/profiles.php:386 +msgid "Homepage" msgstr "" -#: view/theme/frio/theme.php:267 src/Content/Nav.php:169 -#: src/Model/Profile.php:927 src/Model/Profile.php:938 -msgid "Events and Calendar" +#: mod/profiles.php:390 mod/profiles.php:686 +msgid "Interests" msgstr "" -#: view/theme/frio/theme.php:268 src/Content/Nav.php:195 -msgid "Private mail" +#: mod/profiles.php:394 mod/admin.php:490 +msgid "Address" msgstr "" -#: view/theme/frio/theme.php:269 src/Content/Nav.php:206 -msgid "Account settings" +#: mod/profiles.php:401 mod/profiles.php:682 +msgid "Location" msgstr "" -#: view/theme/frio/theme.php:270 src/Content/Nav.php:212 -msgid "Manage/edit friends and contacts" +#: mod/profiles.php:486 +msgid "Profile updated." msgstr "" -#: view/theme/quattro/config.php:76 -msgid "Alignment" +#: mod/profiles.php:564 +msgid " and " msgstr "" -#: view/theme/quattro/config.php:76 -msgid "Left" +#: mod/profiles.php:573 +msgid "public profile" msgstr "" -#: view/theme/quattro/config.php:76 -msgid "Center" +#: mod/profiles.php:576 +#, php-format +msgid "%1$s changed %2$s to “%3$s”" msgstr "" -#: view/theme/quattro/config.php:77 -msgid "Color scheme" +#: mod/profiles.php:577 +#, php-format +msgid " - Visit %1$s's %2$s" msgstr "" -#: view/theme/quattro/config.php:78 -msgid "Posts font size" +#: mod/profiles.php:579 +#, php-format +msgid "%1$s has an updated %2$s, changing %3$s." msgstr "" -#: view/theme/quattro/config.php:79 -msgid "Textareas font size" +#: mod/profiles.php:633 +msgid "Hide contacts and friends:" msgstr "" -#: view/theme/vier/config.php:75 -msgid "Comma separated list of helper forums" +#: mod/profiles.php:638 +msgid "Hide your contact/friend list from viewers of this profile?" msgstr "" -#: view/theme/vier/config.php:115 src/Core/ACL.php:309 -msgid "don't show" +#: mod/profiles.php:658 +msgid "Show more profile fields:" msgstr "" -#: view/theme/vier/config.php:115 src/Core/ACL.php:308 -msgid "show" +#: mod/profiles.php:670 +msgid "Profile Actions" msgstr "" -#: view/theme/vier/config.php:122 -msgid "Set style" +#: mod/profiles.php:671 +msgid "Edit Profile Details" msgstr "" -#: view/theme/vier/config.php:123 -msgid "Community Pages" +#: mod/profiles.php:673 +msgid "Change Profile Photo" msgstr "" -#: view/theme/vier/config.php:124 view/theme/vier/theme.php:150 -msgid "Community Profiles" +#: mod/profiles.php:674 +msgid "View this profile" msgstr "" -#: view/theme/vier/config.php:125 -msgid "Help or @NewHere ?" +#: mod/profiles.php:675 mod/profiles.php:770 src/Model/Profile.php:393 +msgid "Edit visibility" msgstr "" -#: view/theme/vier/config.php:126 view/theme/vier/theme.php:389 -msgid "Connect Services" +#: mod/profiles.php:676 +msgid "Create a new profile using these settings" msgstr "" -#: view/theme/vier/config.php:127 view/theme/vier/theme.php:199 -msgid "Find Friends" +#: mod/profiles.php:677 +msgid "Clone this profile" msgstr "" -#: view/theme/vier/config.php:128 view/theme/vier/theme.php:181 -msgid "Last users" +#: mod/profiles.php:678 +msgid "Delete this profile" msgstr "" -#: view/theme/vier/theme.php:200 -msgid "Local Directory" +#: mod/profiles.php:680 +msgid "Basic information" msgstr "" -#: view/theme/vier/theme.php:202 src/Content/Widget.php:65 -msgid "Similar Interests" +#: mod/profiles.php:681 +msgid "Profile picture" msgstr "" -#: view/theme/vier/theme.php:204 src/Content/Widget.php:67 -msgid "Invite Friends" +#: mod/profiles.php:683 +msgid "Preferences" msgstr "" -#: view/theme/vier/theme.php:256 src/Content/ForumManager.php:127 -msgid "External link to forum" +#: mod/profiles.php:684 +msgid "Status information" msgstr "" -#: view/theme/vier/theme.php:292 -msgid "Quick Start" +#: mod/profiles.php:685 +msgid "Additional information" +msgstr "" + +#: mod/profiles.php:688 +msgid "Relation" +msgstr "" + +#: mod/profiles.php:689 src/Util/Temporal.php:81 src/Util/Temporal.php:83 +msgid "Miscellaneous" +msgstr "" + +#: mod/profiles.php:692 +msgid "Your Gender:" +msgstr "" + +#: mod/profiles.php:693 +msgid " Marital Status:" +msgstr "" + +#: mod/profiles.php:694 src/Model/Profile.php:782 +msgid "Sexual Preference:" +msgstr "" + +#: mod/profiles.php:695 +msgid "Example: fishing photography software" +msgstr "" + +#: mod/profiles.php:700 +msgid "Profile Name:" +msgstr "" + +#: mod/profiles.php:702 +msgid "" +"This is your public profile.
    It may " +"be visible to anybody using the internet." +msgstr "" + +#: mod/profiles.php:703 +msgid "Your Full Name:" +msgstr "" + +#: mod/profiles.php:704 +msgid "Title/Description:" +msgstr "" + +#: mod/profiles.php:707 +msgid "Street Address:" +msgstr "" + +#: mod/profiles.php:708 +msgid "Locality/City:" +msgstr "" + +#: mod/profiles.php:709 +msgid "Region/State:" +msgstr "" + +#: mod/profiles.php:710 +msgid "Postal/Zip Code:" +msgstr "" + +#: mod/profiles.php:711 +msgid "Country:" +msgstr "" + +#: mod/profiles.php:712 src/Util/Temporal.php:149 +msgid "Age: " +msgstr "" + +#: mod/profiles.php:715 +msgid "Who: (if applicable)" +msgstr "" + +#: mod/profiles.php:715 +msgid "Examples: cathy123, Cathy Williams, cathy@example.com" +msgstr "" + +#: mod/profiles.php:716 +msgid "Since [date]:" +msgstr "" + +#: mod/profiles.php:718 +msgid "Tell us about yourself..." +msgstr "" + +#: mod/profiles.php:719 +msgid "XMPP (Jabber) address:" +msgstr "" + +#: mod/profiles.php:719 +msgid "" +"The XMPP address will be propagated to your contacts so that they can follow " +"you." +msgstr "" + +#: mod/profiles.php:720 +msgid "Homepage URL:" +msgstr "" + +#: mod/profiles.php:721 src/Model/Profile.php:790 +msgid "Hometown:" +msgstr "" + +#: mod/profiles.php:722 src/Model/Profile.php:798 +msgid "Political Views:" +msgstr "" + +#: mod/profiles.php:723 +msgid "Religious Views:" +msgstr "" + +#: mod/profiles.php:724 +msgid "Public Keywords:" +msgstr "" + +#: mod/profiles.php:724 +msgid "(Used for suggesting potential friends, can be seen by others)" +msgstr "" + +#: mod/profiles.php:725 +msgid "Private Keywords:" +msgstr "" + +#: mod/profiles.php:725 +msgid "(Used for searching profiles, never shown to others)" +msgstr "" + +#: mod/profiles.php:726 src/Model/Profile.php:814 +msgid "Likes:" +msgstr "" + +#: mod/profiles.php:727 src/Model/Profile.php:818 +msgid "Dislikes:" +msgstr "" + +#: mod/profiles.php:728 +msgid "Musical interests" +msgstr "" + +#: mod/profiles.php:729 +msgid "Books, literature" +msgstr "" + +#: mod/profiles.php:730 +msgid "Television" +msgstr "" + +#: mod/profiles.php:731 +msgid "Film/dance/culture/entertainment" +msgstr "" + +#: mod/profiles.php:732 +msgid "Hobbies/Interests" +msgstr "" + +#: mod/profiles.php:733 +msgid "Love/romance" +msgstr "" + +#: mod/profiles.php:734 +msgid "Work/employment" +msgstr "" + +#: mod/profiles.php:735 +msgid "School/education" +msgstr "" + +#: mod/profiles.php:736 +msgid "Contact information and Social Networks" +msgstr "" + +#: mod/profiles.php:767 src/Model/Profile.php:389 +msgid "Profile Image" +msgstr "" + +#: mod/profiles.php:769 src/Model/Profile.php:392 +msgid "visible to everybody" +msgstr "" + +#: mod/profiles.php:776 +msgid "Edit/Manage Profiles" +msgstr "" + +#: mod/profiles.php:777 src/Model/Profile.php:379 src/Model/Profile.php:401 +msgid "Change profile photo" +msgstr "" + +#: mod/profiles.php:778 src/Model/Profile.php:380 +msgid "Create New Profile" +msgstr "" + +#: mod/tos.php:29 mod/register.php:288 mod/admin.php:188 mod/admin.php:302 +msgid "Terms of Service" +msgstr "" + +#: mod/tos.php:32 +msgid "Privacy Statement" +msgstr "" + +#: mod/tos.php:33 +msgid "" +"At the time of registration, and for providing communications between the " +"user account and their contacts, the user has to provide a display name (pen " +"name), a nickname and a working email address. The names will be accessible " +"on the profile page of the account by any visitor of the page even if other " +"profile details are not displayed. The email address will only be used to " +"send the user notifications about interactions, but wont be visibly " +"displayed. The listing of an account in the nodes user directory or the " +"global user directory is optional and can be controlled in the user " +"settings, it is not necessary for communication." +msgstr "" + +#: mod/tos.php:34 +#, php-format +msgid "" +"At any point in time a logged in user can export their account data from the " +"account settings. If the user wants to " +"delete their account they can do so at %1$s. The " +"deletion of the account will be permanent." +msgstr "" + +#: mod/register.php:99 +msgid "" +"Registration successful. Please check your email for further instructions." +msgstr "" + +#: mod/register.php:103 +#, php-format +msgid "" +"Failed to send email message. Here your accout details:
    login: %s
    " +"password: %s

    You can change your password after login." +msgstr "" + +#: mod/register.php:110 +msgid "Registration successful." +msgstr "" + +#: mod/register.php:115 +msgid "Your registration can not be processed." +msgstr "" + +#: mod/register.php:162 +msgid "Your registration is pending approval by the site owner." +msgstr "" + +#: mod/register.php:220 +msgid "" +"You may (optionally) fill in this form via OpenID by supplying your OpenID " +"and clicking 'Register'." +msgstr "" + +#: mod/register.php:221 +msgid "" +"If you are not familiar with OpenID, please leave that field blank and fill " +"in the rest of the items." +msgstr "" + +#: mod/register.php:222 +msgid "Your OpenID (optional): " +msgstr "" + +#: mod/register.php:234 +msgid "Include your profile in member directory?" +msgstr "" + +#: mod/register.php:259 +msgid "Note for the admin" +msgstr "" + +#: mod/register.php:259 +msgid "Leave a message for the admin, why you want to join this node" +msgstr "" + +#: mod/register.php:260 +msgid "Membership on this site is by invitation only." +msgstr "" + +#: mod/register.php:261 +msgid "Your invitation code: " +msgstr "" + +#: mod/register.php:264 mod/admin.php:1348 +msgid "Registration" +msgstr "" + +#: mod/register.php:270 +msgid "Your Full Name (e.g. Joe Smith, real or real-looking): " +msgstr "" + +#: mod/register.php:271 +msgid "" +"Your Email Address: (Initial information will be send there, so this has to " +"be an existing address.)" +msgstr "" + +#: mod/register.php:273 +msgid "Leave empty for an auto generated password." +msgstr "" + +#: mod/register.php:275 +#, php-format +msgid "" +"Choose a profile nickname. This must begin with a text character. Your " +"profile address on this site will then be 'nickname@%s'." +msgstr "" + +#: mod/register.php:276 +msgid "Choose a nickname: " +msgstr "" + +#: mod/register.php:279 src/Content/Nav.php:128 src/Module/Login.php:283 +msgid "Register" +msgstr "" + +#: mod/register.php:286 +msgid "Import your profile to this friendica instance" +msgstr "" + +#: mod/friendica.php:77 +msgid "This is Friendica, version" +msgstr "" + +#: mod/friendica.php:78 +msgid "running at web location" +msgstr "" + +#: mod/friendica.php:82 +msgid "" +"Please visit Friendi.ca to learn more " +"about the Friendica project." +msgstr "" + +#: mod/friendica.php:86 +msgid "Bug reports and issues: please visit" +msgstr "" + +#: mod/friendica.php:86 +msgid "the bugtracker at github" +msgstr "" + +#: mod/friendica.php:89 +msgid "" +"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - " +"dot com" +msgstr "" + +#: mod/friendica.php:103 +msgid "Installed addons/apps:" +msgstr "" + +#: mod/friendica.php:117 +msgid "No installed addons/apps" +msgstr "" + +#: mod/friendica.php:122 +#, php-format +msgid "Read about the Terms of Service of this node." +msgstr "" + +#: mod/friendica.php:127 +msgid "On this server the following remote servers are blocked." +msgstr "" + +#: mod/friendica.php:128 mod/admin.php:354 mod/admin.php:372 +msgid "Reason for the block" +msgstr "" + +#: mod/admin.php:106 +msgid "Theme settings updated." +msgstr "" + +#: mod/admin.php:179 src/Content/Nav.php:174 +msgid "Information" +msgstr "" + +#: mod/admin.php:180 +msgid "Overview" +msgstr "" + +#: mod/admin.php:181 mod/admin.php:718 +msgid "Federation Statistics" +msgstr "" + +#: mod/admin.php:182 +msgid "Configuration" +msgstr "" + +#: mod/admin.php:183 mod/admin.php:1345 +msgid "Site" +msgstr "" + +#: mod/admin.php:184 mod/admin.php:1273 mod/admin.php:1788 mod/admin.php:1804 +msgid "Users" +msgstr "" + +#: mod/admin.php:186 mod/admin.php:2173 mod/admin.php:2217 +msgid "Themes" +msgstr "" + +#: mod/admin.php:189 +msgid "Database" +msgstr "" + +#: mod/admin.php:190 +msgid "DB updates" +msgstr "" + +#: mod/admin.php:191 mod/admin.php:753 +msgid "Inspect Queue" +msgstr "" + +#: mod/admin.php:192 +msgid "Tools" +msgstr "" + +#: mod/admin.php:193 +msgid "Contact Blocklist" +msgstr "" + +#: mod/admin.php:194 mod/admin.php:362 +msgid "Server Blocklist" +msgstr "" + +#: mod/admin.php:195 mod/admin.php:521 +msgid "Delete Item" +msgstr "" + +#: mod/admin.php:196 mod/admin.php:197 mod/admin.php:2291 +msgid "Logs" +msgstr "" + +#: mod/admin.php:198 mod/admin.php:2358 +msgid "View Logs" +msgstr "" + +#: mod/admin.php:200 +msgid "Diagnostics" +msgstr "" + +#: mod/admin.php:201 +msgid "PHP Info" +msgstr "" + +#: mod/admin.php:202 +msgid "probe address" +msgstr "" + +#: mod/admin.php:203 +msgid "check webfinger" +msgstr "" + +#: mod/admin.php:222 src/Content/Nav.php:217 +msgid "Admin" +msgstr "" + +#: mod/admin.php:223 +msgid "Addon Features" +msgstr "" + +#: mod/admin.php:224 +msgid "User registrations waiting for confirmation" +msgstr "" + +#: mod/admin.php:301 mod/admin.php:361 mod/admin.php:478 mod/admin.php:520 +#: mod/admin.php:717 mod/admin.php:752 mod/admin.php:848 mod/admin.php:1344 +#: mod/admin.php:1787 mod/admin.php:1903 mod/admin.php:1963 mod/admin.php:2172 +#: mod/admin.php:2216 mod/admin.php:2290 mod/admin.php:2357 +msgid "Administration" +msgstr "" + +#: mod/admin.php:303 +msgid "Display Terms of Service" +msgstr "" + +#: mod/admin.php:303 +msgid "" +"Enable the Terms of Service page. If this is enabled a link to the terms " +"will be added to the registration form and the general information page." +msgstr "" + +#: mod/admin.php:304 +msgid "Display Privacy Statement" +msgstr "" + +#: mod/admin.php:304 +#, php-format +msgid "" +"Show some informations regarding the needed information to operate the node " +"according e.g. to EU-GDPR." +msgstr "" + +#: mod/admin.php:305 +msgid "The Terms of Usage" +msgstr "" + +#: mod/admin.php:305 +msgid "" +"Enter the Terms of Service for your node here. You can use BBCode. Headers " +"of sections should be [h2] and below." +msgstr "" + +#: mod/admin.php:353 +msgid "The blocked domain" +msgstr "" + +#: mod/admin.php:354 mod/admin.php:367 +msgid "The reason why you blocked this domain." +msgstr "" + +#: mod/admin.php:355 +msgid "Delete domain" +msgstr "" + +#: mod/admin.php:355 +msgid "Check to delete this entry from the blocklist" +msgstr "" + +#: mod/admin.php:363 +msgid "" +"This page can be used to define a black list of servers from the federated " +"network that are not allowed to interact with your node. For all entered " +"domains you should also give a reason why you have blocked the remote server." +msgstr "" + +#: mod/admin.php:364 +msgid "" +"The list of blocked servers will be made publically available on the /" +"friendica page so that your users and people investigating communication " +"problems can find the reason easily." +msgstr "" + +#: mod/admin.php:365 +msgid "Add new entry to block list" +msgstr "" + +#: mod/admin.php:366 +msgid "Server Domain" +msgstr "" + +#: mod/admin.php:366 +msgid "" +"The domain of the new server to add to the block list. Do not include the " +"protocol." +msgstr "" + +#: mod/admin.php:367 +msgid "Block reason" +msgstr "" + +#: mod/admin.php:368 +msgid "Add Entry" +msgstr "" + +#: mod/admin.php:369 +msgid "Save changes to the blocklist" +msgstr "" + +#: mod/admin.php:370 +msgid "Current Entries in the Blocklist" +msgstr "" + +#: mod/admin.php:373 +msgid "Delete entry from blocklist" +msgstr "" + +#: mod/admin.php:376 +msgid "Delete entry from blocklist?" +msgstr "" + +#: mod/admin.php:402 +msgid "Server added to blocklist." +msgstr "" + +#: mod/admin.php:418 +msgid "Site blocklist updated." +msgstr "" + +#: mod/admin.php:441 src/Core/Console/GlobalCommunityBlock.php:72 +msgid "The contact has been blocked from the node" +msgstr "" + +#: mod/admin.php:443 src/Core/Console/GlobalCommunityBlock.php:69 +#, php-format +msgid "Could not find any contact entry for this URL (%s)" +msgstr "" + +#: mod/admin.php:450 +#, php-format +msgid "%s contact unblocked" +msgid_plural "%s contacts unblocked" +msgstr[0] "" +msgstr[1] "" + +#: mod/admin.php:479 +msgid "Remote Contact Blocklist" +msgstr "" + +#: mod/admin.php:480 +msgid "" +"This page allows you to prevent any message from a remote contact to reach " +"your node." +msgstr "" + +#: mod/admin.php:481 +msgid "Block Remote Contact" +msgstr "" + +#: mod/admin.php:482 mod/admin.php:1790 +msgid "select all" +msgstr "" + +#: mod/admin.php:483 +msgid "select none" +msgstr "" + +#: mod/admin.php:486 +msgid "No remote contact is blocked from this node." +msgstr "" + +#: mod/admin.php:488 +msgid "Blocked Remote Contacts" +msgstr "" + +#: mod/admin.php:489 +msgid "Block New Remote Contact" +msgstr "" + +#: mod/admin.php:490 +msgid "Photo" +msgstr "" + +#: mod/admin.php:498 +#, php-format +msgid "%s total blocked contact" +msgid_plural "%s total blocked contacts" +msgstr[0] "" +msgstr[1] "" + +#: mod/admin.php:500 +msgid "URL of the remote contact to block." +msgstr "" + +#: mod/admin.php:522 +msgid "Delete this Item" +msgstr "" + +#: mod/admin.php:523 +msgid "" +"On this page you can delete an item from your node. If the item is a top " +"level posting, the entire thread will be deleted." +msgstr "" + +#: mod/admin.php:524 +msgid "" +"You need to know the GUID of the item. You can find it e.g. by looking at " +"the display URL. The last part of http://example.com/display/123456 is the " +"GUID, here 123456." +msgstr "" + +#: mod/admin.php:525 +msgid "GUID" +msgstr "" + +#: mod/admin.php:525 +msgid "The GUID of the item you want to delete." +msgstr "" + +#: mod/admin.php:564 +msgid "Item marked for deletion." +msgstr "" + +#: mod/admin.php:635 +msgid "unknown" +msgstr "" + +#: mod/admin.php:711 +msgid "" +"This page offers you some numbers to the known part of the federated social " +"network your Friendica node is part of. These numbers are not complete but " +"only reflect the part of the network your node is aware of." +msgstr "" + +#: mod/admin.php:712 +msgid "" +"The Auto Discovered Contact Directory feature is not enabled, it " +"will improve the data displayed here." +msgstr "" + +#: mod/admin.php:724 +#, php-format +msgid "" +"Currently this node is aware of %d nodes with %d registered users from the " +"following platforms:" +msgstr "" + +#: mod/admin.php:755 +msgid "ID" +msgstr "" + +#: mod/admin.php:756 +msgid "Recipient Name" +msgstr "" + +#: mod/admin.php:757 +msgid "Recipient Profile" +msgstr "" + +#: mod/admin.php:758 src/Core/NotificationsManager.php:178 +#: src/Content/Nav.php:178 view/theme/frio/theme.php:266 +msgid "Network" +msgstr "" + +#: mod/admin.php:759 +msgid "Created" +msgstr "" + +#: mod/admin.php:760 +msgid "Last Tried" +msgstr "" + +#: mod/admin.php:761 +msgid "" +"This page lists the content of the queue for outgoing postings. These are " +"postings the initial delivery failed for. They will be resend later and " +"eventually deleted if the delivery fails permanently." +msgstr "" + +#: mod/admin.php:785 +#, php-format +msgid "" +"Your DB still runs with MyISAM tables. You should change the engine type to " +"InnoDB. As Friendica will use InnoDB only features in the future, you should " +"change this! See here for a guide that may be helpful " +"converting the table engines. You may also use the command php bin/" +"console.php dbstructure toinnodb of your Friendica installation for an " +"automatic conversion.
    " +msgstr "" + +#: mod/admin.php:792 +#, php-format +msgid "" +"There is a new version of Friendica available for download. Your current " +"version is %1$s, upstream version is %2$s" +msgstr "" + +#: mod/admin.php:802 +msgid "" +"The database update failed. Please run \"php bin/console.php dbstructure " +"update\" from the command line and have a look at the errors that might " +"appear." +msgstr "" + +#: mod/admin.php:808 +msgid "The worker was never executed. Please check your database structure!" +msgstr "" + +#: mod/admin.php:811 +#, php-format +msgid "" +"The last worker execution was on %s UTC. This is older than one hour. Please " +"check your crontab settings." +msgstr "" + +#: mod/admin.php:816 mod/admin.php:1739 +msgid "Normal Account" +msgstr "" + +#: mod/admin.php:817 mod/admin.php:1740 +msgid "Automatic Follower Account" +msgstr "" + +#: mod/admin.php:818 mod/admin.php:1741 +msgid "Public Forum Account" +msgstr "" + +#: mod/admin.php:819 mod/admin.php:1742 +msgid "Automatic Friend Account" +msgstr "" + +#: mod/admin.php:820 +msgid "Blog Account" +msgstr "" + +#: mod/admin.php:821 +msgid "Private Forum Account" +msgstr "" + +#: mod/admin.php:843 +msgid "Message queues" +msgstr "" + +#: mod/admin.php:849 +msgid "Summary" +msgstr "" + +#: mod/admin.php:851 +msgid "Registered users" +msgstr "" + +#: mod/admin.php:853 +msgid "Pending registrations" +msgstr "" + +#: mod/admin.php:854 +msgid "Version" +msgstr "" + +#: mod/admin.php:859 +msgid "Active addons" +msgstr "" + +#: mod/admin.php:890 +msgid "Can not parse base url. Must have at least ://" +msgstr "" + +#: mod/admin.php:1209 +msgid "Site settings updated." +msgstr "" + +#: mod/admin.php:1265 +msgid "No community page" +msgstr "" + +#: mod/admin.php:1266 +msgid "Public postings from users of this site" +msgstr "" + +#: mod/admin.php:1267 +msgid "Public postings from the federated network" +msgstr "" + +#: mod/admin.php:1268 +msgid "Public postings from local users and the federated network" +msgstr "" + +#: mod/admin.php:1274 +msgid "Users, Global Contacts" +msgstr "" + +#: mod/admin.php:1275 +msgid "Users, Global Contacts/fallback" +msgstr "" + +#: mod/admin.php:1279 +msgid "One month" +msgstr "" + +#: mod/admin.php:1280 +msgid "Three months" +msgstr "" + +#: mod/admin.php:1281 +msgid "Half a year" +msgstr "" + +#: mod/admin.php:1282 +msgid "One year" +msgstr "" + +#: mod/admin.php:1287 +msgid "Multi user instance" +msgstr "" + +#: mod/admin.php:1310 +msgid "Closed" +msgstr "" + +#: mod/admin.php:1311 +msgid "Requires approval" +msgstr "" + +#: mod/admin.php:1312 +msgid "Open" +msgstr "" + +#: mod/admin.php:1316 +msgid "No SSL policy, links will track page SSL state" +msgstr "" + +#: mod/admin.php:1317 +msgid "Force all links to use SSL" +msgstr "" + +#: mod/admin.php:1318 +msgid "Self-signed certificate, use SSL for local links only (discouraged)" +msgstr "" + +#: mod/admin.php:1322 +msgid "Don't check" +msgstr "" + +#: mod/admin.php:1323 +msgid "check the stable version" +msgstr "" + +#: mod/admin.php:1324 +msgid "check the development version" +msgstr "" + +#: mod/admin.php:1347 +msgid "Republish users to directory" +msgstr "" + +#: mod/admin.php:1349 +msgid "File upload" +msgstr "" + +#: mod/admin.php:1350 +msgid "Policies" +msgstr "" + +#: mod/admin.php:1352 +msgid "Auto Discovered Contact Directory" +msgstr "" + +#: mod/admin.php:1353 +msgid "Performance" +msgstr "" + +#: mod/admin.php:1354 +msgid "Worker" +msgstr "" + +#: mod/admin.php:1355 +msgid "Message Relay" +msgstr "" + +#: mod/admin.php:1356 +msgid "" +"Relocate - WARNING: advanced function. Could make this server unreachable." +msgstr "" + +#: mod/admin.php:1359 +msgid "Site name" +msgstr "" + +#: mod/admin.php:1360 +msgid "Host name" +msgstr "" + +#: mod/admin.php:1361 +msgid "Sender Email" +msgstr "" + +#: mod/admin.php:1361 +msgid "" +"The email address your server shall use to send notification emails from." +msgstr "" + +#: mod/admin.php:1362 +msgid "Banner/Logo" +msgstr "" + +#: mod/admin.php:1363 +msgid "Shortcut icon" +msgstr "" + +#: mod/admin.php:1363 +msgid "Link to an icon that will be used for browsers." +msgstr "" + +#: mod/admin.php:1364 +msgid "Touch icon" +msgstr "" + +#: mod/admin.php:1364 +msgid "Link to an icon that will be used for tablets and mobiles." +msgstr "" + +#: mod/admin.php:1365 +msgid "Additional Info" +msgstr "" + +#: mod/admin.php:1365 +#, php-format +msgid "" +"For public servers: you can add additional information here that will be " +"listed at %s/servers." +msgstr "" + +#: mod/admin.php:1366 +msgid "System language" +msgstr "" + +#: mod/admin.php:1367 +msgid "System theme" +msgstr "" + +#: mod/admin.php:1367 +msgid "" +"Default system theme - may be over-ridden by user profiles - change theme settings" +msgstr "" + +#: mod/admin.php:1368 +msgid "Mobile system theme" +msgstr "" + +#: mod/admin.php:1368 +msgid "Theme for mobile devices" +msgstr "" + +#: mod/admin.php:1369 +msgid "SSL link policy" +msgstr "" + +#: mod/admin.php:1369 +msgid "Determines whether generated links should be forced to use SSL" +msgstr "" + +#: mod/admin.php:1370 +msgid "Force SSL" +msgstr "" + +#: mod/admin.php:1370 +msgid "" +"Force all Non-SSL requests to SSL - Attention: on some systems it could lead " +"to endless loops." +msgstr "" + +#: mod/admin.php:1371 +msgid "Hide help entry from navigation menu" +msgstr "" + +#: mod/admin.php:1371 +msgid "" +"Hides the menu entry for the Help pages from the navigation menu. You can " +"still access it calling /help directly." +msgstr "" + +#: mod/admin.php:1372 +msgid "Single user instance" +msgstr "" + +#: mod/admin.php:1372 +msgid "Make this instance multi-user or single-user for the named user" +msgstr "" + +#: mod/admin.php:1373 +msgid "Maximum image size" +msgstr "" + +#: mod/admin.php:1373 +msgid "" +"Maximum size in bytes of uploaded images. Default is 0, which means no " +"limits." +msgstr "" + +#: mod/admin.php:1374 +msgid "Maximum image length" +msgstr "" + +#: mod/admin.php:1374 +msgid "" +"Maximum length in pixels of the longest side of uploaded images. Default is " +"-1, which means no limits." +msgstr "" + +#: mod/admin.php:1375 +msgid "JPEG image quality" +msgstr "" + +#: mod/admin.php:1375 +msgid "" +"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " +"100, which is full quality." +msgstr "" + +#: mod/admin.php:1377 +msgid "Register policy" +msgstr "" + +#: mod/admin.php:1378 +msgid "Maximum Daily Registrations" +msgstr "" + +#: mod/admin.php:1378 +msgid "" +"If registration is permitted above, this sets the maximum number of new user " +"registrations to accept per day. If register is set to closed, this setting " +"has no effect." +msgstr "" + +#: mod/admin.php:1379 +msgid "Register text" +msgstr "" + +#: mod/admin.php:1379 +msgid "" +"Will be displayed prominently on the registration page. You can use BBCode " +"here." +msgstr "" + +#: mod/admin.php:1380 +msgid "Accounts abandoned after x days" +msgstr "" + +#: mod/admin.php:1380 +msgid "" +"Will not waste system resources polling external sites for abandonded " +"accounts. Enter 0 for no time limit." +msgstr "" + +#: mod/admin.php:1381 +msgid "Allowed friend domains" +msgstr "" + +#: mod/admin.php:1381 +msgid "" +"Comma separated list of domains which are allowed to establish friendships " +"with this site. Wildcards are accepted. Empty to allow any domains" +msgstr "" + +#: mod/admin.php:1382 +msgid "Allowed email domains" +msgstr "" + +#: mod/admin.php:1382 +msgid "" +"Comma separated list of domains which are allowed in email addresses for " +"registrations to this site. Wildcards are accepted. Empty to allow any " +"domains" +msgstr "" + +#: mod/admin.php:1383 +msgid "No OEmbed rich content" +msgstr "" + +#: mod/admin.php:1383 +msgid "" +"Don't show the rich content (e.g. embedded PDF), except from the domains " +"listed below." +msgstr "" + +#: mod/admin.php:1384 +msgid "Allowed OEmbed domains" +msgstr "" + +#: mod/admin.php:1384 +msgid "" +"Comma separated list of domains which oembed content is allowed to be " +"displayed. Wildcards are accepted." +msgstr "" + +#: mod/admin.php:1385 +msgid "Block public" +msgstr "" + +#: mod/admin.php:1385 +msgid "" +"Check to block public access to all otherwise public personal pages on this " +"site unless you are currently logged in." +msgstr "" + +#: mod/admin.php:1386 +msgid "Force publish" +msgstr "" + +#: mod/admin.php:1386 +msgid "" +"Check to force all profiles on this site to be listed in the site directory." +msgstr "" + +#: mod/admin.php:1387 +msgid "Global directory URL" +msgstr "" + +#: mod/admin.php:1387 +msgid "" +"URL to the global directory. If this is not set, the global directory is " +"completely unavailable to the application." +msgstr "" + +#: mod/admin.php:1388 +msgid "Private posts by default for new users" +msgstr "" + +#: mod/admin.php:1388 +msgid "" +"Set default post permissions for all new members to the default privacy " +"group rather than public." +msgstr "" + +#: mod/admin.php:1389 +msgid "Don't include post content in email notifications" +msgstr "" + +#: mod/admin.php:1389 +msgid "" +"Don't include the content of a post/comment/private message/etc. in the " +"email notifications that are sent out from this site, as a privacy measure." +msgstr "" + +#: mod/admin.php:1390 +msgid "Disallow public access to addons listed in the apps menu." +msgstr "" + +#: mod/admin.php:1390 +msgid "" +"Checking this box will restrict addons listed in the apps menu to members " +"only." +msgstr "" + +#: mod/admin.php:1391 +msgid "Don't embed private images in posts" +msgstr "" + +#: mod/admin.php:1391 +msgid "" +"Don't replace locally-hosted private photos in posts with an embedded copy " +"of the image. This means that contacts who receive posts containing private " +"photos will have to authenticate and load each image, which may take a while." +msgstr "" + +#: mod/admin.php:1392 +msgid "Allow Users to set remote_self" +msgstr "" + +#: mod/admin.php:1392 +msgid "" +"With checking this, every user is allowed to mark every contact as a " +"remote_self in the repair contact dialog. Setting this flag on a contact " +"causes mirroring every posting of that contact in the users stream." +msgstr "" + +#: mod/admin.php:1393 +msgid "Block multiple registrations" +msgstr "" + +#: mod/admin.php:1393 +msgid "Disallow users to register additional accounts for use as pages." +msgstr "" + +#: mod/admin.php:1394 +msgid "OpenID support" +msgstr "" + +#: mod/admin.php:1394 +msgid "OpenID support for registration and logins." +msgstr "" + +#: mod/admin.php:1395 +msgid "Fullname check" +msgstr "" + +#: mod/admin.php:1395 +msgid "" +"Force users to register with a space between firstname and lastname in Full " +"name, as an antispam measure" +msgstr "" + +#: mod/admin.php:1396 +msgid "Community pages for visitors" +msgstr "" + +#: mod/admin.php:1396 +msgid "" +"Which community pages should be available for visitors. Local users always " +"see both pages." +msgstr "" + +#: mod/admin.php:1397 +msgid "Posts per user on community page" +msgstr "" + +#: mod/admin.php:1397 +msgid "" +"The maximum number of posts per user on the community page. (Not valid for " +"'Global Community')" +msgstr "" + +#: mod/admin.php:1398 +msgid "Enable OStatus support" +msgstr "" + +#: mod/admin.php:1398 +msgid "" +"Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All " +"communications in OStatus are public, so privacy warnings will be " +"occasionally displayed." +msgstr "" + +#: mod/admin.php:1399 +msgid "Only import OStatus threads from our contacts" +msgstr "" + +#: mod/admin.php:1399 +msgid "" +"Normally we import every content from our OStatus contacts. With this option " +"we only store threads that are started by a contact that is known on our " +"system." +msgstr "" + +#: mod/admin.php:1400 +msgid "OStatus support can only be enabled if threading is enabled." +msgstr "" + +#: mod/admin.php:1402 +msgid "" +"Diaspora support can't be enabled because Friendica was installed into a sub " +"directory." +msgstr "" + +#: mod/admin.php:1403 +msgid "Enable Diaspora support" +msgstr "" + +#: mod/admin.php:1403 +msgid "Provide built-in Diaspora network compatibility." +msgstr "" + +#: mod/admin.php:1404 +msgid "Only allow Friendica contacts" +msgstr "" + +#: mod/admin.php:1404 +msgid "" +"All contacts must use Friendica protocols. All other built-in communication " +"protocols disabled." +msgstr "" + +#: mod/admin.php:1405 +msgid "Verify SSL" +msgstr "" + +#: mod/admin.php:1405 +msgid "" +"If you wish, you can turn on strict certificate checking. This will mean you " +"cannot connect (at all) to self-signed SSL sites." +msgstr "" + +#: mod/admin.php:1406 +msgid "Proxy user" +msgstr "" + +#: mod/admin.php:1407 +msgid "Proxy URL" +msgstr "" + +#: mod/admin.php:1408 +msgid "Network timeout" +msgstr "" + +#: mod/admin.php:1408 +msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." +msgstr "" + +#: mod/admin.php:1409 +msgid "Maximum Load Average" +msgstr "" + +#: mod/admin.php:1409 +msgid "" +"Maximum system load before delivery and poll processes are deferred - " +"default 50." +msgstr "" + +#: mod/admin.php:1410 +msgid "Maximum Load Average (Frontend)" +msgstr "" + +#: mod/admin.php:1410 +msgid "Maximum system load before the frontend quits service - default 50." +msgstr "" + +#: mod/admin.php:1411 +msgid "Minimal Memory" +msgstr "" + +#: mod/admin.php:1411 +msgid "" +"Minimal free memory in MB for the worker. Needs access to /proc/meminfo - " +"default 0 (deactivated)." +msgstr "" + +#: mod/admin.php:1412 +msgid "Maximum table size for optimization" +msgstr "" + +#: mod/admin.php:1412 +msgid "" +"Maximum table size (in MB) for the automatic optimization - default 100 MB. " +"Enter -1 to disable it." +msgstr "" + +#: mod/admin.php:1413 +msgid "Minimum level of fragmentation" +msgstr "" + +#: mod/admin.php:1413 +msgid "" +"Minimum fragmenation level to start the automatic optimization - default " +"value is 30%." +msgstr "" + +#: mod/admin.php:1415 +msgid "Periodical check of global contacts" +msgstr "" + +#: mod/admin.php:1415 +msgid "" +"If enabled, the global contacts are checked periodically for missing or " +"outdated data and the vitality of the contacts and servers." +msgstr "" + +#: mod/admin.php:1416 +msgid "Days between requery" +msgstr "" + +#: mod/admin.php:1416 +msgid "Number of days after which a server is requeried for his contacts." +msgstr "" + +#: mod/admin.php:1417 +msgid "Discover contacts from other servers" +msgstr "" + +#: mod/admin.php:1417 +msgid "" +"Periodically query other servers for contacts. You can choose between " +"'users': the users on the remote system, 'Global Contacts': active contacts " +"that are known on the system. The fallback is meant for Redmatrix servers " +"and older friendica servers, where global contacts weren't available. The " +"fallback increases the server load, so the recommened setting is 'Users, " +"Global Contacts'." +msgstr "" + +#: mod/admin.php:1418 +msgid "Timeframe for fetching global contacts" +msgstr "" + +#: mod/admin.php:1418 +msgid "" +"When the discovery is activated, this value defines the timeframe for the " +"activity of the global contacts that are fetched from other servers." +msgstr "" + +#: mod/admin.php:1419 +msgid "Search the local directory" +msgstr "" + +#: mod/admin.php:1419 +msgid "" +"Search the local directory instead of the global directory. When searching " +"locally, every search will be executed on the global directory in the " +"background. This improves the search results when the search is repeated." +msgstr "" + +#: mod/admin.php:1421 +msgid "Publish server information" +msgstr "" + +#: mod/admin.php:1421 +msgid "" +"If enabled, general server and usage data will be published. The data " +"contains the name and version of the server, number of users with public " +"profiles, number of posts and the activated protocols and connectors. See the-federation.info for details." +msgstr "" + +#: mod/admin.php:1423 +msgid "Check upstream version" +msgstr "" + +#: mod/admin.php:1423 +msgid "" +"Enables checking for new Friendica versions at github. If there is a new " +"version, you will be informed in the admin panel overview." +msgstr "" + +#: mod/admin.php:1424 +msgid "Suppress Tags" +msgstr "" + +#: mod/admin.php:1424 +msgid "Suppress showing a list of hashtags at the end of the posting." +msgstr "" + +#: mod/admin.php:1425 +msgid "Path to item cache" +msgstr "" + +#: mod/admin.php:1425 +msgid "The item caches buffers generated bbcode and external images." +msgstr "" + +#: mod/admin.php:1426 +msgid "Cache duration in seconds" +msgstr "" + +#: mod/admin.php:1426 +msgid "" +"How long should the cache files be hold? Default value is 86400 seconds (One " +"day). To disable the item cache, set the value to -1." +msgstr "" + +#: mod/admin.php:1427 +msgid "Maximum numbers of comments per post" +msgstr "" + +#: mod/admin.php:1427 +msgid "How much comments should be shown for each post? Default value is 100." +msgstr "" + +#: mod/admin.php:1428 +msgid "Temp path" +msgstr "" + +#: mod/admin.php:1428 +msgid "" +"If you have a restricted system where the webserver can't access the system " +"temp path, enter another path here." +msgstr "" + +#: mod/admin.php:1429 +msgid "Base path to installation" +msgstr "" + +#: mod/admin.php:1429 +msgid "" +"If the system cannot detect the correct path to your installation, enter the " +"correct path here. This setting should only be set if you are using a " +"restricted system and symbolic links to your webroot." +msgstr "" + +#: mod/admin.php:1430 +msgid "Disable picture proxy" +msgstr "" + +#: mod/admin.php:1430 +msgid "" +"The picture proxy increases performance and privacy. It shouldn't be used on " +"systems with very low bandwith." +msgstr "" + +#: mod/admin.php:1431 +msgid "Only search in tags" +msgstr "" + +#: mod/admin.php:1431 +msgid "On large systems the text search can slow down the system extremely." +msgstr "" + +#: mod/admin.php:1433 +msgid "New base url" +msgstr "" + +#: mod/admin.php:1433 +msgid "" +"Change base url for this server. Sends relocate message to all Friendica and " +"Diaspora* contacts of all users." +msgstr "" + +#: mod/admin.php:1435 +msgid "RINO Encryption" +msgstr "" + +#: mod/admin.php:1435 +msgid "Encryption layer between nodes." +msgstr "" + +#: mod/admin.php:1435 +msgid "Enabled" +msgstr "" + +#: mod/admin.php:1437 +msgid "Maximum number of parallel workers" +msgstr "" + +#: mod/admin.php:1437 +msgid "" +"On shared hosters set this to 2. On larger systems, values of 10 are great. " +"Default value is 4." +msgstr "" + +#: mod/admin.php:1438 +msgid "Don't use 'proc_open' with the worker" +msgstr "" + +#: mod/admin.php:1438 +msgid "" +"Enable this if your system doesn't allow the use of 'proc_open'. This can " +"happen on shared hosters. If this is enabled you should increase the " +"frequency of worker calls in your crontab." +msgstr "" + +#: mod/admin.php:1439 +msgid "Enable fastlane" +msgstr "" + +#: mod/admin.php:1439 +msgid "" +"When enabed, the fastlane mechanism starts an additional worker if processes " +"with higher priority are blocked by processes of lower priority." +msgstr "" + +#: mod/admin.php:1440 +msgid "Enable frontend worker" +msgstr "" + +#: mod/admin.php:1440 +#, php-format +msgid "" +"When enabled the Worker process is triggered when backend access is " +"performed \\x28e.g. messages being delivered\\x29. On smaller sites you " +"might want to call %s/worker on a regular basis via an external cron job. " +"You should only enable this option if you cannot utilize cron/scheduled jobs " +"on your server." +msgstr "" + +#: mod/admin.php:1442 +msgid "Subscribe to relay" +msgstr "" + +#: mod/admin.php:1442 +msgid "" +"Enables the receiving of public posts from the relay. They will be included " +"in the search, subscribed tags and on the global community page." +msgstr "" + +#: mod/admin.php:1443 +msgid "Relay server" +msgstr "" + +#: mod/admin.php:1443 +msgid "" +"Address of the relay server where public posts should be send to. For " +"example https://relay.diasp.org" +msgstr "" + +#: mod/admin.php:1444 +msgid "Direct relay transfer" +msgstr "" + +#: mod/admin.php:1444 +msgid "" +"Enables the direct transfer to other servers without using the relay servers" +msgstr "" + +#: mod/admin.php:1445 +msgid "Relay scope" +msgstr "" + +#: mod/admin.php:1445 +msgid "" +"Can be 'all' or 'tags'. 'all' means that every public post should be " +"received. 'tags' means that only posts with selected tags should be received." +msgstr "" + +#: mod/admin.php:1445 +msgid "all" +msgstr "" + +#: mod/admin.php:1445 +msgid "tags" +msgstr "" + +#: mod/admin.php:1446 +msgid "Server tags" +msgstr "" + +#: mod/admin.php:1446 +msgid "Comma separated list of tags for the 'tags' subscription." +msgstr "" + +#: mod/admin.php:1447 +msgid "Allow user tags" +msgstr "" + +#: mod/admin.php:1447 +msgid "" +"If enabled, the tags from the saved searches will used for the 'tags' " +"subscription in addition to the 'relay_server_tags'." +msgstr "" + +#: mod/admin.php:1475 +msgid "Update has been marked successful" +msgstr "" + +#: mod/admin.php:1482 +#, php-format +msgid "Database structure update %s was successfully applied." +msgstr "" + +#: mod/admin.php:1485 +#, php-format +msgid "Executing of database structure update %s failed with error: %s" +msgstr "" + +#: mod/admin.php:1498 +#, php-format +msgid "Executing %s failed with error: %s" +msgstr "" + +#: mod/admin.php:1500 +#, php-format +msgid "Update %s was successfully applied." +msgstr "" + +#: mod/admin.php:1503 +#, php-format +msgid "Update %s did not return a status. Unknown if it succeeded." +msgstr "" + +#: mod/admin.php:1506 +#, php-format +msgid "There was no additional update function %s that needed to be called." +msgstr "" + +#: mod/admin.php:1526 +msgid "No failed updates." +msgstr "" + +#: mod/admin.php:1527 +msgid "Check database structure" +msgstr "" + +#: mod/admin.php:1532 +msgid "Failed Updates" +msgstr "" + +#: mod/admin.php:1533 +msgid "" +"This does not include updates prior to 1139, which did not return a status." +msgstr "" + +#: mod/admin.php:1534 +msgid "Mark success (if update was manually applied)" +msgstr "" + +#: mod/admin.php:1535 +msgid "Attempt to execute this update step automatically" +msgstr "" + +#: mod/admin.php:1574 +#, php-format +msgid "" +"\n" +"\t\t\tDear %1$s,\n" +"\t\t\t\tthe administrator of %2$s has set up an account for you." +msgstr "" + +#: mod/admin.php:1577 src/Model/User.php:615 +#, php-format +msgid "" +"\n" +"\t\t\tThe login details are as follows:\n" +"\n" +"\t\t\tSite Location:\t%1$s\n" +"\t\t\tLogin Name:\t\t%2$s\n" +"\t\t\tPassword:\t\t%3$s\n" +"\n" +"\t\t\tYou may change your password from your account \"Settings\" page after " +"logging\n" +"\t\t\tin.\n" +"\n" +"\t\t\tPlease take a few moments to review the other account settings on that " +"page.\n" +"\n" +"\t\t\tYou may also wish to add some basic information to your default " +"profile\n" +"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n" +"\n" +"\t\t\tWe recommend setting your full name, adding a profile photo,\n" +"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - " +"and\n" +"\t\t\tperhaps what country you live in; if you do not wish to be more " +"specific\n" +"\t\t\tthan that.\n" +"\n" +"\t\t\tWe fully respect your right to privacy, and none of these items are " +"necessary.\n" +"\t\t\tIf you are new and do not know anybody here, they may help\n" +"\t\t\tyou to make some new and interesting friends.\n" +"\n" +"\t\t\tIf you ever want to delete your account, you can do so at %1$s/" +"removeme\n" +"\n" +"\t\t\tThank you and welcome to %4$s." +msgstr "" + +#: mod/admin.php:1611 src/Model/User.php:649 +#, php-format +msgid "Registration details for %s" +msgstr "" + +#: mod/admin.php:1621 +#, php-format +msgid "%s user blocked/unblocked" +msgid_plural "%s users blocked/unblocked" +msgstr[0] "" +msgstr[1] "" + +#: mod/admin.php:1627 +#, php-format +msgid "%s user deleted" +msgid_plural "%s users deleted" +msgstr[0] "" +msgstr[1] "" + +#: mod/admin.php:1674 +#, php-format +msgid "User '%s' deleted" +msgstr "" + +#: mod/admin.php:1682 +#, php-format +msgid "User '%s' unblocked" +msgstr "" + +#: mod/admin.php:1682 +#, php-format +msgid "User '%s' blocked" +msgstr "" + +#: mod/admin.php:1781 mod/admin.php:1793 mod/admin.php:1806 mod/admin.php:1824 +#: src/Content/ContactSelector.php:82 +msgid "Email" +msgstr "" + +#: mod/admin.php:1781 mod/admin.php:1806 +msgid "Register date" +msgstr "" + +#: mod/admin.php:1781 mod/admin.php:1806 +msgid "Last login" +msgstr "" + +#: mod/admin.php:1781 mod/admin.php:1806 +msgid "Last item" +msgstr "" + +#: mod/admin.php:1789 +msgid "Add User" +msgstr "" + +#: mod/admin.php:1791 +msgid "User registrations waiting for confirm" +msgstr "" + +#: mod/admin.php:1792 +msgid "User waiting for permanent deletion" +msgstr "" + +#: mod/admin.php:1793 +msgid "Request date" +msgstr "" + +#: mod/admin.php:1794 +msgid "No registrations." +msgstr "" + +#: mod/admin.php:1795 +msgid "Note from the user" +msgstr "" + +#: mod/admin.php:1797 +msgid "Deny" +msgstr "" + +#: mod/admin.php:1801 +msgid "Site admin" +msgstr "" + +#: mod/admin.php:1802 +msgid "Account expired" +msgstr "" + +#: mod/admin.php:1805 +msgid "New User" +msgstr "" + +#: mod/admin.php:1806 +msgid "Deleted since" +msgstr "" + +#: mod/admin.php:1811 +msgid "" +"Selected users will be deleted!\\n\\nEverything these users had posted on " +"this site will be permanently deleted!\\n\\nAre you sure?" +msgstr "" + +#: mod/admin.php:1812 +msgid "" +"The user {0} will be deleted!\\n\\nEverything this user has posted on this " +"site will be permanently deleted!\\n\\nAre you sure?" +msgstr "" + +#: mod/admin.php:1822 +msgid "Name of the new user." +msgstr "" + +#: mod/admin.php:1823 +msgid "Nickname" +msgstr "" + +#: mod/admin.php:1823 +msgid "Nickname of the new user." +msgstr "" + +#: mod/admin.php:1824 +msgid "Email address of the new user." +msgstr "" + +#: mod/admin.php:1866 +#, php-format +msgid "Addon %s disabled." +msgstr "" + +#: mod/admin.php:1870 +#, php-format +msgid "Addon %s enabled." +msgstr "" + +#: mod/admin.php:1880 mod/admin.php:2129 +msgid "Disable" +msgstr "" + +#: mod/admin.php:1883 mod/admin.php:2132 +msgid "Enable" +msgstr "" + +#: mod/admin.php:1905 mod/admin.php:2174 +msgid "Toggle" +msgstr "" + +#: mod/admin.php:1913 mod/admin.php:2183 +msgid "Author: " +msgstr "" + +#: mod/admin.php:1914 mod/admin.php:2184 +msgid "Maintainer: " +msgstr "" + +#: mod/admin.php:1966 +msgid "Reload active addons" +msgstr "" + +#: mod/admin.php:1971 +#, php-format +msgid "" +"There are currently no addons available on your node. You can find the " +"official addon repository at %1$s and might find other interesting addons in " +"the open addon registry at %2$s" +msgstr "" + +#: mod/admin.php:2091 +msgid "No themes found." +msgstr "" + +#: mod/admin.php:2165 +msgid "Screenshot" +msgstr "" + +#: mod/admin.php:2219 +msgid "Reload active themes" +msgstr "" + +#: mod/admin.php:2224 +#, php-format +msgid "No themes found on the system. They should be placed in %1$s" +msgstr "" + +#: mod/admin.php:2225 +msgid "[Experimental]" +msgstr "" + +#: mod/admin.php:2226 +msgid "[Unsupported]" +msgstr "" + +#: mod/admin.php:2250 +msgid "Log settings updated." +msgstr "" + +#: mod/admin.php:2282 +msgid "PHP log currently enabled." +msgstr "" + +#: mod/admin.php:2284 +msgid "PHP log currently disabled." +msgstr "" + +#: mod/admin.php:2293 +msgid "Clear" +msgstr "" + +#: mod/admin.php:2297 +msgid "Enable Debugging" +msgstr "" + +#: mod/admin.php:2298 +msgid "Log file" +msgstr "" + +#: mod/admin.php:2298 +msgid "" +"Must be writable by web server. Relative to your Friendica top-level " +"directory." +msgstr "" + +#: mod/admin.php:2299 +msgid "Log level" +msgstr "" + +#: mod/admin.php:2301 +msgid "PHP logging" +msgstr "" + +#: mod/admin.php:2302 +msgid "" +"To enable logging of PHP errors and warnings you can add the following to " +"the .htconfig.php file of your installation. The filename set in the " +"'error_log' line is relative to the friendica top-level directory and must " +"be writeable by the web server. The option '1' for 'log_errors' and " +"'display_errors' is to enable these options, set to '0' to disable them." +msgstr "" + +#: mod/admin.php:2333 +#, php-format +msgid "" +"Error trying to open %1$s log file.\\r\\n
    Check to see " +"if file %1$s exist and is readable." +msgstr "" + +#: mod/admin.php:2337 +#, php-format +msgid "" +"Couldn't open %1$s log file.\\r\\n
    Check to see if file " +"%1$s is readable." +msgstr "" + +#: mod/admin.php:2429 +#, php-format +msgid "Lock feature %s" +msgstr "" + +#: mod/admin.php:2437 +msgid "Manage Additional Features" msgstr "" #: src/Core/UserImport.php:104 @@ -7775,27 +7583,6 @@ msgstr[1] "" msgid "Done. You can now login with your username and password" msgstr "" -#: src/Core/ACL.php:295 -msgid "Post to Email" -msgstr "" - -#: src/Core/ACL.php:301 -msgid "Hide your profile details from unknown viewers?" -msgstr "" - -#: src/Core/ACL.php:300 -#, php-format -msgid "Connectors disabled, since \"%s\" is enabled." -msgstr "" - -#: src/Core/ACL.php:307 -msgid "Visible to everybody" -msgstr "" - -#: src/Core/ACL.php:319 -msgid "Close" -msgstr "" - #: src/Core/NotificationsManager.php:171 msgid "System" msgstr "" @@ -7861,6 +7648,35 @@ msgstr "" msgid "New Follower" msgstr "" +#: src/Core/ACL.php:295 +msgid "Post to Email" +msgstr "" + +#: src/Core/ACL.php:301 +msgid "Hide your profile details from unknown viewers?" +msgstr "" + +#: src/Core/ACL.php:300 +#, php-format +msgid "Connectors disabled, since \"%s\" is enabled." +msgstr "" + +#: src/Core/ACL.php:307 +msgid "Visible to everybody" +msgstr "" + +#: src/Core/ACL.php:308 view/theme/vier/config.php:115 +msgid "show" +msgstr "" + +#: src/Core/ACL.php:309 view/theme/vier/config.php:115 +msgid "don't show" +msgstr "" + +#: src/Core/ACL.php:319 +msgid "Close" +msgstr "" + #: src/Util/Temporal.php:147 src/Model/Profile.php:758 msgid "Birthday:" msgstr "" @@ -7930,8 +7746,8 @@ msgstr "" msgid "view full size" msgstr "" -#: src/Content/Text/BBCode.php:978 src/Content/Text/BBCode.php:1735 -#: src/Content/Text/BBCode.php:1736 +#: src/Content/Text/BBCode.php:978 src/Content/Text/BBCode.php:1739 +#: src/Content/Text/BBCode.php:1740 msgid "Image/photo" msgstr "" @@ -7940,19 +7756,19 @@ msgstr "" msgid "%2$s %3$s" msgstr "" -#: src/Content/Text/BBCode.php:1670 src/Content/Text/BBCode.php:1692 +#: src/Content/Text/BBCode.php:1674 src/Content/Text/BBCode.php:1696 msgid "$1 wrote:" msgstr "" -#: src/Content/Text/BBCode.php:1744 src/Content/Text/BBCode.php:1745 +#: src/Content/Text/BBCode.php:1748 src/Content/Text/BBCode.php:1749 msgid "Encrypted content" msgstr "" -#: src/Content/Text/BBCode.php:1862 +#: src/Content/Text/BBCode.php:1866 msgid "Invalid source protocol" msgstr "" -#: src/Content/Text/BBCode.php:1873 +#: src/Content/Text/BBCode.php:1877 msgid "Invalid link protocol" msgstr "" @@ -8264,6 +8080,10 @@ msgstr "" msgid "Ask me" msgstr "" +#: src/Content/ForumManager.php:127 view/theme/vier/theme.php:256 +msgid "External link to forum" +msgstr "" + #: src/Content/Nav.php:53 msgid "Nothing new here" msgstr "" @@ -8272,6 +8092,41 @@ msgstr "" msgid "Clear notifications" msgstr "" +#: src/Content/Nav.php:97 src/Module/Login.php:311 +#: view/theme/frio/theme.php:256 +msgid "Logout" +msgstr "" + +#: src/Content/Nav.php:97 view/theme/frio/theme.php:256 +msgid "End this session" +msgstr "" + +#: src/Content/Nav.php:100 src/Content/Nav.php:181 +#: view/theme/frio/theme.php:259 +msgid "Your posts and conversations" +msgstr "" + +#: src/Content/Nav.php:101 view/theme/frio/theme.php:260 +msgid "Your profile page" +msgstr "" + +#: src/Content/Nav.php:102 view/theme/frio/theme.php:261 +msgid "Your photos" +msgstr "" + +#: src/Content/Nav.php:103 src/Model/Profile.php:912 src/Model/Profile.php:915 +#: view/theme/frio/theme.php:262 +msgid "Videos" +msgstr "" + +#: src/Content/Nav.php:103 view/theme/frio/theme.php:262 +msgid "Your videos" +msgstr "" + +#: src/Content/Nav.php:104 view/theme/frio/theme.php:263 +msgid "Your events" +msgstr "" + #: src/Content/Nav.php:105 msgid "Personal notes" msgstr "" @@ -8316,6 +8171,11 @@ msgstr "" msgid "Conversations on this and other servers" msgstr "" +#: src/Content/Nav.php:169 src/Model/Profile.php:927 src/Model/Profile.php:938 +#: view/theme/frio/theme.php:267 +msgid "Events and Calendar" +msgstr "" + #: src/Content/Nav.php:172 msgid "Directory" msgstr "" @@ -8328,6 +8188,10 @@ msgstr "" msgid "Information about this friendica instance" msgstr "" +#: src/Content/Nav.php:178 view/theme/frio/theme.php:266 +msgid "Conversations from your friends" +msgstr "" + #: src/Content/Nav.php:179 msgid "Network Reset" msgstr "" @@ -8348,6 +8212,10 @@ msgstr "" msgid "Mark all system notifications seen" msgstr "" +#: src/Content/Nav.php:195 view/theme/frio/theme.php:268 +msgid "Private mail" +msgstr "" + #: src/Content/Nav.php:196 msgid "Inbox" msgstr "" @@ -8364,6 +8232,10 @@ msgstr "" msgid "Manage other pages" msgstr "" +#: src/Content/Nav.php:206 view/theme/frio/theme.php:269 +msgid "Account settings" +msgstr "" + #: src/Content/Nav.php:209 src/Model/Profile.php:372 msgid "Profiles" msgstr "" @@ -8372,6 +8244,10 @@ msgstr "" msgid "Manage/Edit Profiles" msgstr "" +#: src/Content/Nav.php:212 view/theme/frio/theme.php:270 +msgid "Manage/edit friends and contacts" +msgstr "" + #: src/Content/Nav.php:217 msgid "Site setup and configuration" msgstr "" @@ -8384,6 +8260,26 @@ msgstr "" msgid "Site map" msgstr "" +#: src/Content/OEmbed.php:253 +msgid "Embedding disabled" +msgstr "" + +#: src/Content/OEmbed.php:373 +msgid "Embedded content" +msgstr "" + +#: src/Content/Widget/CalendarExport.php:61 +msgid "Export" +msgstr "" + +#: src/Content/Widget/CalendarExport.php:62 +msgid "Export calendar as ical" +msgstr "" + +#: src/Content/Widget/CalendarExport.php:63 +msgid "Export calendar as csv" +msgstr "" + #: src/Content/Feature.php:79 msgid "General Features" msgstr "" @@ -8595,26 +8491,6 @@ msgstr "" msgid "Display membership date in profile" msgstr "" -#: src/Content/OEmbed.php:253 -msgid "Embedding disabled" -msgstr "" - -#: src/Content/OEmbed.php:373 -msgid "Embedded content" -msgstr "" - -#: src/Content/Widget/CalendarExport.php:61 -msgid "Export" -msgstr "" - -#: src/Content/Widget/CalendarExport.php:62 -msgid "Export calendar as ical" -msgstr "" - -#: src/Content/Widget/CalendarExport.php:63 -msgid "Export calendar as csv" -msgstr "" - #: src/Content/Widget.php:33 msgid "Add New Contact" msgstr "" @@ -8646,10 +8522,18 @@ msgstr "" msgid "Examples: Robert Morgenstein, Fishing" msgstr "" +#: src/Content/Widget.php:65 view/theme/vier/theme.php:202 +msgid "Similar Interests" +msgstr "" + #: src/Content/Widget.php:66 msgid "Random Profile" msgstr "" +#: src/Content/Widget.php:67 view/theme/vier/theme.php:204 +msgid "Invite Friends" +msgstr "" + #: src/Content/Widget.php:68 msgid "View Global Directory" msgstr "" @@ -8843,6 +8727,56 @@ msgstr "" msgid "Only You Can See This" msgstr "" +#: src/Model/Item.php:1676 +#, php-format +msgid "%1$s is attending %2$s's %3$s" +msgstr "" + +#: src/Model/Item.php:1681 +#, php-format +msgid "%1$s is not attending %2$s's %3$s" +msgstr "" + +#: src/Model/Item.php:1686 +#, php-format +msgid "%1$s may attend %2$s's %3$s" +msgstr "" + +#: src/Model/Group.php:44 +msgid "" +"A deleted group with this name was revived. Existing item permissions " +"may apply to this group and any future members. If this is " +"not what you intended, please create another group with a different name." +msgstr "" + +#: src/Model/Group.php:328 +msgid "Default privacy group for new contacts" +msgstr "" + +#: src/Model/Group.php:361 +msgid "Everybody" +msgstr "" + +#: src/Model/Group.php:381 +msgid "edit" +msgstr "" + +#: src/Model/Group.php:405 +msgid "Edit group" +msgstr "" + +#: src/Model/Group.php:406 +msgid "Contacts not in any group" +msgstr "" + +#: src/Model/Group.php:407 +msgid "Create a new group" +msgstr "" + +#: src/Model/Group.php:409 +msgid "Edit groups" +msgstr "" + #: src/Model/Contact.php:645 msgid "Drop Contact" msgstr "" @@ -8984,56 +8918,6 @@ msgstr "" msgid "Hide map" msgstr "" -#: src/Model/Group.php:44 -msgid "" -"A deleted group with this name was revived. Existing item permissions " -"may apply to this group and any future members. If this is " -"not what you intended, please create another group with a different name." -msgstr "" - -#: src/Model/Group.php:328 -msgid "Default privacy group for new contacts" -msgstr "" - -#: src/Model/Group.php:361 -msgid "Everybody" -msgstr "" - -#: src/Model/Group.php:381 -msgid "edit" -msgstr "" - -#: src/Model/Group.php:405 -msgid "Edit group" -msgstr "" - -#: src/Model/Group.php:406 -msgid "Contacts not in any group" -msgstr "" - -#: src/Model/Group.php:407 -msgid "Create a new group" -msgstr "" - -#: src/Model/Group.php:409 -msgid "Edit groups" -msgstr "" - -#: src/Model/Item.php:1676 -#, php-format -msgid "%1$s is attending %2$s's %3$s" -msgstr "" - -#: src/Model/Item.php:1681 -#, php-format -msgid "%1$s is not attending %2$s's %3$s" -msgstr "" - -#: src/Model/Item.php:1686 -#, php-format -msgid "%1$s may attend %2$s's %3$s" -msgstr "" - #: src/Model/User.php:144 msgid "Login failed" msgstr "" @@ -9108,6 +8992,10 @@ msgstr "" msgid "An error occurred during registration. Please try again." msgstr "" +#: src/Model/User.php:488 view/theme/duepuntozero/config.php:54 +msgid "default" +msgstr "" + #: src/Model/User.php:493 msgid "An error occurred creating your default profile. Please try again." msgstr "" @@ -9145,55 +9033,11 @@ msgid "" "\t\t" msgstr "" -#: src/Model/User.php:615 -#, php-format -msgid "" -"\n" -"\t\t\tThe login details are as follows:\n" -"\t\t\t\tSite Location:\t%3$s\n" -"\t\t\t\tLogin Name:\t%1$s\n" -"\t\t\t\tPassword:\t%5$s\n" -"\n" -"\t\t\tYou may change your password from your account Settings page after " -"logging\n" -"\t\t\tin.\n" -"\n" -"\t\t\tPlease take a few moments to review the other account settings on that " -"page.\n" -"\n" -"\t\t\tYou may also wish to add some basic information to your default " -"profile\n" -"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n" -"\n" -"\t\t\tWe recommend setting your full name, adding a profile photo,\n" -"\t\t\tadding some profile keywords (very useful in making new friends) - " -"and\n" -"\t\t\tperhaps what country you live in; if you do not wish to be more " -"specific\n" -"\t\t\tthan that.\n" -"\n" -"\t\t\tWe fully respect your right to privacy, and none of these items are " -"necessary.\n" -"\t\t\tIf you are new and do not know anybody here, they may help\n" -"\t\t\tyou to make some new and interesting friends.\n" -"\n" -"\n" -"\t\t\tThank you and welcome to %2$s." -msgstr "" - #: src/Protocol/DFRN.php:1396 #, php-format msgid "%s\\'s birthday" msgstr "" -#: src/Protocol/Diaspora.php:2647 -msgid "Sharing notification from Diaspora network" -msgstr "" - -#: src/Protocol/Diaspora.php:3732 -msgid "Attachments:" -msgstr "" - #: src/Protocol/OStatus.php:1799 #, php-format msgid "%s is now following %s." @@ -9212,50 +9056,18 @@ msgstr "" msgid "stopped following" msgstr "" +#: src/Protocol/Diaspora.php:2647 +msgid "Sharing notification from Diaspora network" +msgstr "" + +#: src/Protocol/Diaspora.php:3732 +msgid "Attachments:" +msgstr "" + #: src/Worker/Delivery.php:390 msgid "(no subject)" msgstr "" -#: src/Module/Login.php:282 -msgid "Create a New Account" -msgstr "" - -#: src/Module/Login.php:315 -msgid "Password: " -msgstr "" - -#: src/Module/Login.php:316 -msgid "Remember me" -msgstr "" - -#: src/Module/Login.php:319 -msgid "Or login using OpenID: " -msgstr "" - -#: src/Module/Login.php:325 -msgid "Forgot your password?" -msgstr "" - -#: src/Module/Login.php:328 -msgid "Website Terms of Service" -msgstr "" - -#: src/Module/Login.php:329 -msgid "terms of service" -msgstr "" - -#: src/Module/Login.php:331 -msgid "Website Privacy Policy" -msgstr "" - -#: src/Module/Login.php:332 -msgid "privacy policy" -msgstr "" - -#: src/Module/Logout.php:28 -msgid "Logged out." -msgstr "" - #: src/Object/Post.php:128 msgid "This entry was edited" msgstr "" @@ -9379,19 +9191,243 @@ msgstr "" msgid "Video" msgstr "" -#: src/App.php:517 +#: src/Module/Login.php:282 +msgid "Create a New Account" +msgstr "" + +#: src/Module/Login.php:315 +msgid "Password: " +msgstr "" + +#: src/Module/Login.php:316 +msgid "Remember me" +msgstr "" + +#: src/Module/Login.php:319 +msgid "Or login using OpenID: " +msgstr "" + +#: src/Module/Login.php:325 +msgid "Forgot your password?" +msgstr "" + +#: src/Module/Login.php:328 +msgid "Website Terms of Service" +msgstr "" + +#: src/Module/Login.php:329 +msgid "terms of service" +msgstr "" + +#: src/Module/Login.php:331 +msgid "Website Privacy Policy" +msgstr "" + +#: src/Module/Login.php:332 +msgid "privacy policy" +msgstr "" + +#: src/Module/Logout.php:28 +msgid "Logged out." +msgstr "" + +#: src/App.php:511 msgid "Delete this item?" msgstr "" -#: src/App.php:519 +#: src/App.php:513 msgid "show fewer" msgstr "" +#: view/theme/duepuntozero/config.php:55 +msgid "greenzero" +msgstr "" + +#: view/theme/duepuntozero/config.php:56 +msgid "purplezero" +msgstr "" + +#: view/theme/duepuntozero/config.php:57 +msgid "easterbunny" +msgstr "" + +#: view/theme/duepuntozero/config.php:58 +msgid "darkzero" +msgstr "" + +#: view/theme/duepuntozero/config.php:59 +msgid "comix" +msgstr "" + +#: view/theme/duepuntozero/config.php:60 +msgid "slackr" +msgstr "" + +#: view/theme/duepuntozero/config.php:74 +msgid "Variations" +msgstr "" + +#: view/theme/frio/php/Image.php:25 +msgid "Repeat the image" +msgstr "" + +#: view/theme/frio/php/Image.php:25 +msgid "Will repeat your image to fill the background." +msgstr "" + +#: view/theme/frio/php/Image.php:27 +msgid "Stretch" +msgstr "" + +#: view/theme/frio/php/Image.php:27 +msgid "Will stretch to width/height of the image." +msgstr "" + +#: view/theme/frio/php/Image.php:29 +msgid "Resize fill and-clip" +msgstr "" + +#: view/theme/frio/php/Image.php:29 +msgid "Resize to fill and retain aspect ratio." +msgstr "" + +#: view/theme/frio/php/Image.php:31 +msgid "Resize best fit" +msgstr "" + +#: view/theme/frio/php/Image.php:31 +msgid "Resize to best fit and retain aspect ratio." +msgstr "" + +#: view/theme/frio/config.php:97 +msgid "Default" +msgstr "" + +#: view/theme/frio/config.php:109 +msgid "Note" +msgstr "" + +#: view/theme/frio/config.php:109 +msgid "Check image permissions if all users are allowed to visit the image" +msgstr "" + +#: view/theme/frio/config.php:116 +msgid "Select scheme" +msgstr "" + +#: view/theme/frio/config.php:117 +msgid "Navigation bar background color" +msgstr "" + +#: view/theme/frio/config.php:118 +msgid "Navigation bar icon color " +msgstr "" + +#: view/theme/frio/config.php:119 +msgid "Link color" +msgstr "" + +#: view/theme/frio/config.php:120 +msgid "Set the background color" +msgstr "" + +#: view/theme/frio/config.php:121 +msgid "Content background opacity" +msgstr "" + +#: view/theme/frio/config.php:122 +msgid "Set the background image" +msgstr "" + +#: view/theme/frio/config.php:127 +msgid "Login page background image" +msgstr "" + +#: view/theme/frio/config.php:130 +msgid "Login page background color" +msgstr "" + +#: view/theme/frio/config.php:130 +msgid "Leave background image and color empty for theme defaults" +msgstr "" + +#: view/theme/frio/theme.php:238 +msgid "Guest" +msgstr "" + +#: view/theme/frio/theme.php:243 +msgid "Visitor" +msgstr "" + +#: view/theme/quattro/config.php:76 +msgid "Alignment" +msgstr "" + +#: view/theme/quattro/config.php:76 +msgid "Left" +msgstr "" + +#: view/theme/quattro/config.php:76 +msgid "Center" +msgstr "" + +#: view/theme/quattro/config.php:77 +msgid "Color scheme" +msgstr "" + +#: view/theme/quattro/config.php:78 +msgid "Posts font size" +msgstr "" + +#: view/theme/quattro/config.php:79 +msgid "Textareas font size" +msgstr "" + +#: view/theme/vier/config.php:75 +msgid "Comma separated list of helper forums" +msgstr "" + +#: view/theme/vier/config.php:122 +msgid "Set style" +msgstr "" + +#: view/theme/vier/config.php:123 +msgid "Community Pages" +msgstr "" + +#: view/theme/vier/config.php:124 view/theme/vier/theme.php:150 +msgid "Community Profiles" +msgstr "" + +#: view/theme/vier/config.php:125 +msgid "Help or @NewHere ?" +msgstr "" + +#: view/theme/vier/config.php:126 view/theme/vier/theme.php:389 +msgid "Connect Services" +msgstr "" + +#: view/theme/vier/config.php:127 view/theme/vier/theme.php:199 +msgid "Find Friends" +msgstr "" + +#: view/theme/vier/config.php:128 view/theme/vier/theme.php:181 +msgid "Last users" +msgstr "" + +#: view/theme/vier/theme.php:200 +msgid "Local Directory" +msgstr "" + +#: view/theme/vier/theme.php:292 +msgid "Quick Start" +msgstr "" + +#: index.php:444 +msgid "toggle mobile" +msgstr "" + #: boot.php:791 #, php-format msgid "Update %s failed. See error logs." msgstr "" - -#: index.php:444 -msgid "toggle mobile" -msgstr "" From eeadd2f9d61ca1dfd8acf157df5f4b8b06d87b0b Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 2 Apr 2018 21:46:10 +0000 Subject: [PATCH 287/430] The Diaspora transport layer is now the default for DFRN --- src/Protocol/DFRN.php | 57 ++++++++++++++++++++++++++++++++++--------- 1 file changed, 46 insertions(+), 11 deletions(-) diff --git a/src/Protocol/DFRN.php b/src/Protocol/DFRN.php index ea867a84d6..88025b88ca 100644 --- a/src/Protocol/DFRN.php +++ b/src/Protocol/DFRN.php @@ -1146,13 +1146,20 @@ class DFRN * @param string $atom Content that will be transmitted * @param bool $dissolve (to be documented) * - * @return int Deliver status. -1 means an error. + * @return int Deliver status. Negative values mean an error. * @todo Add array type-hint for $owner, $contact */ public static function deliver($owner, $contact, $atom, $dissolve = false) { $a = get_app(); + // At first try the Diaspora transport layer + $ret = self::transmit($owner, $contact, $atom); + if ($ret >= 200) { + logger('Delivery via Diaspora transport layer was successfull with status ' . $ret); + return $ret; + } + $idtosend = $orig_id = (($contact['dfrn-id']) ? $contact['dfrn-id'] : $contact['issued-id']); if ($contact['duplex'] && $contact['dfrn-id']) { @@ -1359,7 +1366,7 @@ class DFRN } if (!empty($res->message)) { - logger('Delivery returned status '.$res->status.' - '.$res->message, LOGGER_DEBUG); + logger('Transmit returned status '.$res->status.' - '.$res->message, LOGGER_DEBUG); } if ($res->status == 200) { @@ -1370,15 +1377,15 @@ class DFRN } /** - * @brief Delivers items to the contacts via the Diaspora transport layer + * @brief Transmits atom content to the contacts via the Diaspora transport layer * - * @param array $owner Owner record - * @param array $contact Contact record of the receiver - * @param array $items Items that will be transmitted + * @param array $owner Owner record + * @param array $contact Contact record of the receiver + * @param string $atom Content that will be transmitted * - * @return int HTTP Deliver status + * @return int Deliver status. Negative values mean an error. */ - public static function buildAndTransmit($owner, $contact, $items) + public static function transmit($owner, $contact, $atom) { $a = get_app(); @@ -1400,10 +1407,38 @@ class DFRN $content_type = ($public_batch ? "application/magic-envelope+xml" : "application/json"); - $ret = Network::post($dest_url, $envelope, ["Content-Type: ".$content_type]); + $xml = Network::post($dest_url, $envelope, ["Content-Type: ".$content_type]); - /// @ToDo: Add better treatment of return codes - return $a->get_curl_code(); + $curl_stat = $a->get_curl_code(); + if (!$curl_stat || empty($xml)) { + return -9; // timed out + } + + if (($curl_stat == 503) && (stristr($a->get_curl_headers(), 'retry-after'))) { + return -10; + } + + if (strpos($xml, 'status)) { + return -11; + } + + if (!empty($res->message)) { + logger('Delivery returned status '.$res->status.' - '.$res->message, LOGGER_DEBUG); + } + + if ($res->status == 200) { + Contact::unmarkForArchival($contact); + } + + return intval($res->status); } /** From 8ff6a31512d86623673d38c116d37cca566dab27 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 2 Apr 2018 21:59:30 +0000 Subject: [PATCH 288/430] Sending does now work --- src/Protocol/DFRN.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Protocol/DFRN.php b/src/Protocol/DFRN.php index 88025b88ca..1ead71ea17 100644 --- a/src/Protocol/DFRN.php +++ b/src/Protocol/DFRN.php @@ -1393,15 +1393,13 @@ class DFRN // $public_batch = !$items[0]['private']; $public_batch = false; - $msg = DFRN::entries($items, $owner); - $fcontact = Diaspora::personByHandle($contact['addr']); if (empty($fcontact)) { logger("unable to find contact details"); return; } - $envelope = Diaspora::buildMessage($msg, $owner, $contact, $owner['uprvkey'], $fcontact['pubkey'], $public_batch); + $envelope = Diaspora::buildMessage($atom, $owner, $contact, $owner['uprvkey'], $fcontact['pubkey'], $public_batch); $dest_url = ($public_batch ? $fcontact["batch"] : $contact["notify"]); From becc86a9606a3619cf96b6d38ca245e726431d52 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 2 Apr 2018 22:02:43 +0000 Subject: [PATCH 289/430] Changed logging text --- src/Protocol/DFRN.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Protocol/DFRN.php b/src/Protocol/DFRN.php index 1ead71ea17..e253ae7513 100644 --- a/src/Protocol/DFRN.php +++ b/src/Protocol/DFRN.php @@ -1366,7 +1366,7 @@ class DFRN } if (!empty($res->message)) { - logger('Transmit returned status '.$res->status.' - '.$res->message, LOGGER_DEBUG); + logger('Delivery returned status '.$res->status.' - '.$res->message, LOGGER_DEBUG); } if ($res->status == 200) { @@ -1429,7 +1429,7 @@ class DFRN } if (!empty($res->message)) { - logger('Delivery returned status '.$res->status.' - '.$res->message, LOGGER_DEBUG); + logger('Transmit returned status '.$res->status.' - '.$res->message, LOGGER_DEBUG); } if ($res->status == 200) { From d668b967c90f65366375ff6cfb825a97d66cb253 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 2 Apr 2018 22:06:31 +0000 Subject: [PATCH 290/430] Misspelling --- src/Protocol/DFRN.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Protocol/DFRN.php b/src/Protocol/DFRN.php index e253ae7513..ea3a05a886 100644 --- a/src/Protocol/DFRN.php +++ b/src/Protocol/DFRN.php @@ -1156,7 +1156,7 @@ class DFRN // At first try the Diaspora transport layer $ret = self::transmit($owner, $contact, $atom); if ($ret >= 200) { - logger('Delivery via Diaspora transport layer was successfull with status ' . $ret); + logger('Delivery via Diaspora transport layer was successful with status ' . $ret); return $ret; } From 3ec4e28af692ec29d6c337517aab56fc247c8513 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 3 Apr 2018 06:55:25 +0200 Subject: [PATCH 291/430] updated the privacy statement text and added some headers to the functions --- mod/tos.php | 35 ++++++++++++++++++++------- util/messages.po | 62 ++++++++++++++++++++++++------------------------ 2 files changed, 58 insertions(+), 39 deletions(-) diff --git a/mod/tos.php b/mod/tos.php index 4ce8a8f3f4..70fd87aaaa 100644 --- a/mod/tos.php +++ b/mod/tos.php @@ -1,37 +1,56 @@ L10n::t('Terms of Service'), + '$title' => L10n::t("Terms of Service"), '$tostext' => BBCode::convert(Config::get('system', 'tostext')), '$displayprivstatement' => Config::get('system', 'tosprivstatement'), - '$privstatementtitle' => L10n::t('Privacy Statement'), - '$privoperate' => L10n::t('At the time of registration, and for providing communications between the user account and their contacts, the user has to provide a display name (pen name), a nickname and a working email address. The names will be accessible on the profile page of the account by any visitor of the page even if other profile details are not displayed. The email address will only be used to send the user notifications about interactions, but wont be visibly displayed. The listing of an account in the nodes user directory or the global user directory is optional and can be controlled in the user settings, it is not necessary for communication.'), - '$privdelete' => L10n::t('At any point in time a logged in user can export their account data from the account settings. If the user wants to delete their account they can do so at %1$s. The deletion of the account will be permanent.', System::baseurl().'/removeme') + '$privstatementtitle' => L10n::t("Privacy Statement"), + '$privoperate' => L10n::t('At the time of registration, and for providing communications between the user account and their contacts, the user has to provide a display name (pen name), an username (nickname) and a working email address. The names will be accessible on the profile page of the account by any visitor of the page, even if other profile details are not displayed. The email address will only be used to send the user notifications about interactions, but wont be visibly displayed. The listing of an account in the node\'s user directory or the global user directory is optional and can be controlled in the user settings, it is not necessary for communication.'), + '$privdelete' => L10n::t('At any point in time a logged in user can export their account data from the account settings. If the user wants to delete their account they can do so at %1$s/removeme. The deletion of the account will be permanent.', System::baseurl()) ]); } else { return; diff --git a/util/messages.po b/util/messages.po index ac457d982b..40829b0078 100644 --- a/util/messages.po +++ b/util/messages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-04-02 18:46+0200\n" +"POT-Creation-Date: 2018-04-03 06:50+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -5701,36 +5701,6 @@ msgstr "" msgid "Create New Profile" msgstr "" -#: mod/tos.php:29 mod/register.php:288 mod/admin.php:188 mod/admin.php:302 -msgid "Terms of Service" -msgstr "" - -#: mod/tos.php:32 -msgid "Privacy Statement" -msgstr "" - -#: mod/tos.php:33 -msgid "" -"At the time of registration, and for providing communications between the " -"user account and their contacts, the user has to provide a display name (pen " -"name), a nickname and a working email address. The names will be accessible " -"on the profile page of the account by any visitor of the page even if other " -"profile details are not displayed. The email address will only be used to " -"send the user notifications about interactions, but wont be visibly " -"displayed. The listing of an account in the nodes user directory or the " -"global user directory is optional and can be controlled in the user " -"settings, it is not necessary for communication." -msgstr "" - -#: mod/tos.php:34 -#, php-format -msgid "" -"At any point in time a logged in user can export their account data from the " -"account settings. If the user wants to " -"delete their account they can do so at %1$s. The " -"deletion of the account will be permanent." -msgstr "" - #: mod/register.php:99 msgid "" "Registration successful. Please check your email for further instructions." @@ -5828,6 +5798,10 @@ msgstr "" msgid "Import your profile to this friendica instance" msgstr "" +#: mod/register.php:288 mod/admin.php:188 mod/admin.php:302 mod/tos.php:48 +msgid "Terms of Service" +msgstr "" + #: mod/friendica.php:77 msgid "This is Friendica, version" msgstr "" @@ -7551,6 +7525,32 @@ msgstr "" msgid "Manage Additional Features" msgstr "" +#: mod/tos.php:51 +msgid "Privacy Statement" +msgstr "" + +#: mod/tos.php:52 +msgid "" +"At the time of registration, and for providing communications between the " +"user account and their contacts, the user has to provide a display name (pen " +"name), an username (nickname) and a working email address. The names will be " +"accessible on the profile page of the account by any visitor of the page, " +"even if other profile details are not displayed. The email address will only " +"be used to send the user notifications about interactions, but wont be " +"visibly displayed. The listing of an account in the node's user directory or " +"the global user directory is optional and can be controlled in the user " +"settings, it is not necessary for communication." +msgstr "" + +#: mod/tos.php:53 +#, php-format +msgid "" +"At any point in time a logged in user can export their account data from the " +"account settings. If the user wants to " +"delete their account they can do so at %1$s/" +"removeme. The deletion of the account will be permanent." +msgstr "" + #: src/Core/UserImport.php:104 msgid "Error decoding account file" msgstr "" From 4f221d63346f20f0ad99f9f7ba1c942b255c34db Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 3 Apr 2018 06:57:27 +0200 Subject: [PATCH 292/430] indentation --- view/templates/admin/tos.tpl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/view/templates/admin/tos.tpl b/view/templates/admin/tos.tpl index 79465e7f1b..033a45d263 100644 --- a/view/templates/admin/tos.tpl +++ b/view/templates/admin/tos.tpl @@ -2,11 +2,11 @@

    {{$title}} - {{$page}}

    {{$intro}}

    - - {{include file="field_checkbox.tpl" field=$displaytos}} - {{include file="field_checkbox.tpl" field=$displayprivstatement}} - {{include file="field_textarea.tpl" field=$tostext}} -
    + + {{include file="field_checkbox.tpl" field=$displaytos}} + {{include file="field_checkbox.tpl" field=$displayprivstatement}} + {{include file="field_textarea.tpl" field=$tostext}} +
    From ca0b0e92c857b4cade2704c08e2bf66330cb7d90 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 3 Apr 2018 06:58:21 +0200 Subject: [PATCH 293/430] indentation --- view/templates/admin/tos.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/view/templates/admin/tos.tpl b/view/templates/admin/tos.tpl index 033a45d263..14fe68d7b9 100644 --- a/view/templates/admin/tos.tpl +++ b/view/templates/admin/tos.tpl @@ -3,9 +3,9 @@

    {{$intro}}

    - {{include file="field_checkbox.tpl" field=$displaytos}} - {{include file="field_checkbox.tpl" field=$displayprivstatement}} - {{include file="field_textarea.tpl" field=$tostext}} + {{include file="field_checkbox.tpl" field=$displaytos}} + {{include file="field_checkbox.tpl" field=$displayprivstatement}} + {{include file="field_textarea.tpl" field=$tostext}}
    From 50f91862de10842d37b5757765324b9d8f671eff Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Tue, 3 Apr 2018 01:04:46 -0400 Subject: [PATCH 294/430] [Composer] Bump divineomega/password_exposed version to 2.5.1 --- composer.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.lock b/composer.lock index 8e5a7f163a..2fc9bbd8f9 100644 --- a/composer.lock +++ b/composer.lock @@ -135,16 +135,16 @@ }, { "name": "divineomega/password_exposed", - "version": "v2.4.0", + "version": "v2.5.1", "source": { "type": "git", "url": "https://github.com/DivineOmega/password_exposed.git", - "reference": "7e26898a280662529b3e5e472b16fcbda167ffce" + "reference": "c928bf722eb02398df11076add60df070cb55581" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/DivineOmega/password_exposed/zipball/7e26898a280662529b3e5e472b16fcbda167ffce", - "reference": "7e26898a280662529b3e5e472b16fcbda167ffce", + "url": "https://api.github.com/repos/DivineOmega/password_exposed/zipball/c928bf722eb02398df11076add60df070cb55581", + "reference": "c928bf722eb02398df11076add60df070cb55581", "shasum": "" }, "require": { @@ -179,7 +179,7 @@ } ], "description": "This PHP package provides a `password_exposed` helper function, that uses the haveibeenpwned.com API to check if a password has been exposed in a data breach.", - "time": "2018-03-14T09:17:40+00:00" + "time": "2018-04-02T18:16:36+00:00" }, { "name": "ezyang/htmlpurifier", From d10cdfe9423266b5f88bb082cb0f75f0b96f1151 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 3 Apr 2018 12:45:27 +0200 Subject: [PATCH 295/430] pass uid to notofication system so securemail addon can pick it up --- mod/lostpass.php | 1 + 1 file changed, 1 insertion(+) diff --git a/mod/lostpass.php b/mod/lostpass.php index 56ad7e30ef..e44c0938e4 100644 --- a/mod/lostpass.php +++ b/mod/lostpass.php @@ -69,6 +69,7 @@ function lostpass_post(App $a) notification([ 'type' => SYSTEM_EMAIL, 'to_email' => $user['email'], + 'uid' => $user['uid'], 'subject' => L10n::t('Password reset requested at %s', $sitename), 'preamble' => $preamble, 'body' => $body From 03ed5e5649e0a84767ce22e064df5da7d78724a6 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 3 Apr 2018 12:47:38 +0200 Subject: [PATCH 296/430] forgot the 2nd mail --- mod/lostpass.php | 1 + 1 file changed, 1 insertion(+) diff --git a/mod/lostpass.php b/mod/lostpass.php index e44c0938e4..af4518ca16 100644 --- a/mod/lostpass.php +++ b/mod/lostpass.php @@ -165,6 +165,7 @@ function lostpass_generate_password($user) notification([ 'type' => SYSTEM_EMAIL, 'to_email' => $user['email'], + 'uid' => $user['uid'], 'subject' => L10n::t('Your password has been changed at %s', $sitename), 'preamble' => $preamble, 'body' => $body From 1a2c771f24b48255ff2b7801e3f69b7047a53782 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 3 Apr 2018 12:18:05 +0000 Subject: [PATCH 297/430] DFRN: Improvements to delivery. Logging and marking as not reachable --- src/Protocol/DFRN.php | 44 ++++++++++++++++++++++++--------------- src/Protocol/Diaspora.php | 16 ++++++++------ src/Worker/Delivery.php | 2 +- 3 files changed, 38 insertions(+), 24 deletions(-) diff --git a/src/Protocol/DFRN.php b/src/Protocol/DFRN.php index ea3a05a886..734fbde628 100644 --- a/src/Protocol/DFRN.php +++ b/src/Protocol/DFRN.php @@ -1203,13 +1203,13 @@ class DFRN $xml = $ret['body']; $curl_stat = $a->get_curl_code(); - if (!$curl_stat) { + if (empty($curl_stat)) { return -3; // timed out } logger('dfrn_deliver: ' . $xml, LOGGER_DATA); - if (! $xml) { + if (empty($xml)) { return 3; } @@ -1222,7 +1222,7 @@ class DFRN $res = XML::parseString($xml); if ((intval($res->status) != 0) || (! strlen($res->challenge)) || (! strlen($res->dfrn_id))) { - return (($res->status) ? $res->status : 3); + return ($res->status ? $res->status : 3); } $postvars = []; @@ -1345,11 +1345,11 @@ class DFRN logger('dfrn_deliver: ' . "RECEIVED: " . $xml, LOGGER_DATA); $curl_stat = $a->get_curl_code(); - if ((!$curl_stat) || (!strlen($xml))) { + if (empty($curl_stat) || empty($xml)) { return -9; // timed out } - if (($curl_stat == 503) && (stristr($a->get_curl_headers(), 'retry-after'))) { + if (($curl_stat == 503) && stristr($a->get_curl_headers(), 'retry-after')) { return -10; } @@ -1361,7 +1361,7 @@ class DFRN $res = XML::parseString($xml); - if (!isset($res->status)) { + if (empty($res->status)) { return -11; } @@ -1385,18 +1385,27 @@ class DFRN * * @return int Deliver status. Negative values mean an error. */ - public static function transmit($owner, $contact, $atom) + public static function transmit($owner, $contact, $atom, $public_batch = false) { $a = get_app(); - // Currently disabled, at first we will not use the batch delivery - // $public_batch = !$items[0]['private']; - $public_batch = false; + if (empty($contact['addr'])) { + logger('Empty contact handle for ' . $contact['id'] . ' - ' . $contact['url'] . ' - trying to update it.'); + if (Contact::updateFromProbe($contact['id'])) { + $new_contact = dba::selectFirst('contact', ['addr'], ['id' => $contact['id']]); + $contact['addr'] = $new_contact['addr']; + } + + if (empty($contact['addr'])) { + logger('Unable to find contact handle for ' . $contact['id'] . ' - ' . $contact['url']); + return -21; + } + } $fcontact = Diaspora::personByHandle($contact['addr']); if (empty($fcontact)) { - logger("unable to find contact details"); - return; + logger('Unable to find contact details for ' . $contact['id'] . ' - ' . $contact['addr']); + return -21; } $envelope = Diaspora::buildMessage($atom, $owner, $contact, $owner['uprvkey'], $fcontact['pubkey'], $public_batch); @@ -1408,7 +1417,8 @@ class DFRN $xml = Network::post($dest_url, $envelope, ["Content-Type: ".$content_type]); $curl_stat = $a->get_curl_code(); - if (!$curl_stat || empty($xml)) { + if (empty($curl_stat) || empty($xml)) { + logger('Empty answer from ' . $contact['id'] . ' - ' . $dest_url); return -9; // timed out } @@ -1417,19 +1427,19 @@ class DFRN } if (strpos($xml, 'status)) { + if (empty($res->status)) { return -11; } if (!empty($res->message)) { - logger('Transmit returned status '.$res->status.' - '.$res->message, LOGGER_DEBUG); + logger('Transmit to ' . $dest_url . ' returned status '.$res->status.' - '.$res->message, LOGGER_DEBUG); } if ($res->status == 200) { diff --git a/src/Protocol/Diaspora.php b/src/Protocol/Diaspora.php index 4b8ae21102..d5d60a1541 100644 --- a/src/Protocol/Diaspora.php +++ b/src/Protocol/Diaspora.php @@ -82,15 +82,19 @@ class Diaspora // All servers who wants content with this tag $tagserverlist = []; - $tagserver = dba::select('gserver-tag', ['gserver-id'], ['tag' => $taglist]); - while ($server = dba::fetch($tagserver)) { - $tagserverlist[] = $server['gserver-id']; + if (!empty($taglist)) { + $tagserver = dba::select('gserver-tag', ['gserver-id'], ['tag' => $taglist]); + while ($server = dba::fetch($tagserver)) { + $tagserverlist[] = $server['gserver-id']; + } } // All adresses with the given id - $servers = dba::select('gserver', ['url'], ['relay-subscribe' => true, 'relay-scope' => 'tags', 'id' => $tagserverlist]); - while ($server = dba::fetch($servers)) { - $serverlist[$server['url']] = $server['url']; + if (!empty($tagserverlist)) { + $servers = dba::select('gserver', ['url'], ['relay-subscribe' => true, 'relay-scope' => 'tags', 'id' => $tagserverlist]); + while ($server = dba::fetch($servers)) { + $serverlist[$server['url']] = $server['url']; + } } } diff --git a/src/Worker/Delivery.php b/src/Worker/Delivery.php index dc6caab3db..ecc9e9b699 100644 --- a/src/Worker/Delivery.php +++ b/src/Worker/Delivery.php @@ -318,7 +318,7 @@ class Delivery { logger('notifier: dfrn_delivery to '.$contact["url"].' with guid '.$target_item["guid"].' returns '.$deliver_status); - if ($deliver_status < 0) { + if ($deliver_status < 200) { logger('notifier: delivery failed: queuing message'); Queue::add($contact['id'], NETWORK_DFRN, $atom, false, $target_item['guid']); From e7fb8c04dd1ed705c2399146e169ba2675141c9e Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 3 Apr 2018 12:27:22 +0000 Subject: [PATCH 298/430] Don't always queue messages --- src/Worker/Delivery.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Worker/Delivery.php b/src/Worker/Delivery.php index ecc9e9b699..e98d66a08b 100644 --- a/src/Worker/Delivery.php +++ b/src/Worker/Delivery.php @@ -318,10 +318,12 @@ class Delivery { logger('notifier: dfrn_delivery to '.$contact["url"].' with guid '.$target_item["guid"].' returns '.$deliver_status); - if ($deliver_status < 200) { + if ($deliver_status < 0) { logger('notifier: delivery failed: queuing message'); Queue::add($contact['id'], NETWORK_DFRN, $atom, false, $target_item['guid']); + } + if ($deliver_status < 200) { // The message could not be delivered. We mark the contact as "dead" Contact::markForArchival($contact); } else { From 297ade6981ba5abb0d899642f96fea422f42112f Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 3 Apr 2018 15:49:54 +0200 Subject: [PATCH 299/430] removed leftover from the used template --- mod/tos.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/mod/tos.php b/mod/tos.php index 70fd87aaaa..13f64c6f9f 100644 --- a/mod/tos.php +++ b/mod/tos.php @@ -56,6 +56,4 @@ function tos_content(App $a) { return; } - return $o; - } From 4b7014d367370f93be0c511fac68aa9e4b17dd57 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 3 Apr 2018 16:33:10 +0200 Subject: [PATCH 300/430] move the tos module to src/Module --- mod/tos.php | 59 ---------------------------------------------- src/Module/Tos.php | 59 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+), 59 deletions(-) delete mode 100644 mod/tos.php create mode 100644 src/Module/Tos.php diff --git a/mod/tos.php b/mod/tos.php deleted file mode 100644 index 13f64c6f9f..0000000000 --- a/mod/tos.php +++ /dev/null @@ -1,59 +0,0 @@ - L10n::t("Terms of Service"), - '$tostext' => BBCode::convert(Config::get('system', 'tostext')), - '$displayprivstatement' => Config::get('system', 'tosprivstatement'), - '$privstatementtitle' => L10n::t("Privacy Statement"), - '$privoperate' => L10n::t('At the time of registration, and for providing communications between the user account and their contacts, the user has to provide a display name (pen name), an username (nickname) and a working email address. The names will be accessible on the profile page of the account by any visitor of the page, even if other profile details are not displayed. The email address will only be used to send the user notifications about interactions, but wont be visibly displayed. The listing of an account in the node\'s user directory or the global user directory is optional and can be controlled in the user settings, it is not necessary for communication.'), - '$privdelete' => L10n::t('At any point in time a logged in user can export their account data from the account settings. If the user wants to delete their account they can do so at %1$s/removeme. The deletion of the account will be permanent.', System::baseurl()) - ]); - } else { - return; - } - -} diff --git a/src/Module/Tos.php b/src/Module/Tos.php new file mode 100644 index 0000000000..a5ace51950 --- /dev/null +++ b/src/Module/Tos.php @@ -0,0 +1,59 @@ + L10n::t("Terms of Service"), + '$tostext' => BBCode::convert(Config::get('system', 'tostext')), + '$displayprivstatement' => Config::get('system', 'tosprivstatement'), + '$privstatementtitle' => L10n::t("Privacy Statement"), + '$privoperate' => L10n::t('At the time of registration, and for providing communications between the user account and their contacts, the user has to provide a display name (pen name), an username (nickname) and a working email address. The names will be accessible on the profile page of the account by any visitor of the page, even if other profile details are not displayed. The email address will only be used to send the user notifications about interactions, but wont be visibly displayed. The listing of an account in the node\'s user directory or the global user directory is optional and can be controlled in the user settings, it is not necessary for communication.'), + '$privdelete' => L10n::t('At any point in time a logged in user can export their account data from the account settings. If the user wants to delete their account they can do so at %1$s/removeme. The deletion of the account will be permanent.', System::baseurl()) + ]); + } else { + return; + } + } +} From 0af5e54ef1338a5f4a8c247ba84910148129bdea Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 3 Apr 2018 16:33:39 +0200 Subject: [PATCH 301/430] added hint about naming the class and filename --- src/BaseModule.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/BaseModule.php b/src/BaseModule.php index aad4e6fb01..d0019ccd1c 100644 --- a/src/BaseModule.php +++ b/src/BaseModule.php @@ -6,6 +6,9 @@ namespace Friendica; * All modules in Friendica should extend BaseModule, although not all modules * need to extend all the methods described here * + * The filename of the module in src/Module needs to match the class name + * exactly to make the module available. + * * @author Hypolite Petovan mrpetovan@gmail.com */ abstract class BaseModule extends BaseObject From 59fe47ccee6920f31891b5423531d7dd1ee23f0b Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 3 Apr 2018 17:19:18 +0200 Subject: [PATCH 302/430] update for PL translation THX waldis --- view/lang/pl/messages.po | 92 ++++++++++++++++++++-------------------- view/lang/pl/strings.php | 90 +++++++++++++++++++-------------------- 2 files changed, 91 insertions(+), 91 deletions(-) diff --git a/view/lang/pl/messages.po b/view/lang/pl/messages.po index 99035dbe11..df1caab077 100644 --- a/view/lang/pl/messages.po +++ b/view/lang/pl/messages.po @@ -39,7 +39,7 @@ msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-28 08:41+0200\n" -"PO-Revision-Date: 2018-04-01 18:13+0000\n" +"PO-Revision-Date: 2018-04-02 19:35+0000\n" "Last-Translator: Waldemar Stoczkowski \n" "Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n" "MIME-Version: 1.0\n" @@ -649,7 +649,7 @@ msgstr "%1$sopublikowano na ścianie profilu w %2$s " #: include/enotify.php:186 #, php-format msgid "%1$s posted to [url=%2$s]your wall[/url]" -msgstr "" +msgstr "%1$s wysłano do [url =%2$s]twojej ściany[/url] " #: include/enotify.php:198 #, php-format @@ -664,7 +664,7 @@ msgstr "%1$s oznaczono Cię tagiem %2$s" #: include/enotify.php:201 #, php-format msgid "%1$s [url=%2$s]tagged you[/url]." -msgstr "" +msgstr "%1$s [url=%2$s]oznaczył Cię[/url]. " #: include/enotify.php:213 #, php-format @@ -723,7 +723,7 @@ msgstr "Otrzymałeś wstęp od '%1$s' z %2$s" #: include/enotify.php:265 #, php-format msgid "You've received [url=%1$s]an introduction[/url] from %2$s." -msgstr "" +msgstr "Otrzymałeś [url=%1$s] wprowadzenie [/ url] z %2$s." #: include/enotify.php:270 include/enotify.php:316 #, php-format @@ -2399,7 +2399,7 @@ msgstr "" #: mod/dfrn_request.php:658 msgid "Diaspora (Socialhome, Hubzilla)" -msgstr "" +msgstr "Diaspora (Socialhome, Hubzilla)" #: mod/dfrn_request.php:659 #, php-format @@ -2662,13 +2662,13 @@ msgstr "Proszę się zalogować." #: mod/removeme.php:55 mod/removeme.php:58 msgid "Remove My Account" -msgstr "Usuń konto" +msgstr "Usuń moje konto" #: mod/removeme.php:56 msgid "" "This will completely remove your account. Once this has been done it is not " "recoverable." -msgstr "Spowoduje to całkowite usunięcie Twojego konta. Po wykonaniu tej czynności nie można jej odzyskać." +msgstr "Spowoduje to całkowite usunięcie Twojego konta. Po wykonaniu tej czynności nie można jej cofnąć." #: mod/removeme.php:57 msgid "Please enter your password for verification:" @@ -3498,7 +3498,7 @@ msgstr "Wstaw nowe filmy" #: mod/admin.php:106 msgid "Theme settings updated." -msgstr "Ustawienia szablonu zmienione." +msgstr "Zaktualizowano ustawienia motywów." #: mod/admin.php:176 src/Content/Nav.php:174 msgid "Information" @@ -3530,7 +3530,7 @@ msgstr "Dodatki" #: mod/admin.php:183 mod/admin.php:2106 mod/admin.php:2150 msgid "Themes" -msgstr "Temat" +msgstr "Wygląd" #: mod/admin.php:184 mod/settings.php:65 msgid "Additional features" @@ -3554,7 +3554,7 @@ msgstr "Narzędzia" #: mod/admin.php:189 msgid "Contact Blocklist" -msgstr "Skontaktuj się z Blocklist" +msgstr "Lista zablokowanych kontaktów" #: mod/admin.php:190 mod/admin.php:311 msgid "Server Blocklist" @@ -3578,7 +3578,7 @@ msgstr "Diagnostyka" #: mod/admin.php:197 msgid "PHP Info" -msgstr "" +msgstr "Informacje o PHP" #: mod/admin.php:198 msgid "probe address" @@ -3995,11 +3995,11 @@ msgstr "Rok" #: mod/admin.php:1222 msgid "Multi user instance" -msgstr "Tryb MultiUsera" +msgstr "Tryb wielu użytkowników" #: mod/admin.php:1245 msgid "Closed" -msgstr "Zamknięty" +msgstr "Zamknięta" #: mod/admin.php:1246 msgid "Requires approval" @@ -4007,7 +4007,7 @@ msgstr "Wymagane zatwierdzenie." #: mod/admin.php:1247 msgid "Open" -msgstr "Otwórz" +msgstr "Otwarte" #: mod/admin.php:1251 msgid "No SSL policy, links will track page SSL state" @@ -4109,7 +4109,7 @@ msgstr "Link do ikony, która będzie używana w przeglądarkach." #: mod/admin.php:1299 msgid "Touch icon" -msgstr "Kliknij ikonę" +msgstr "Dołącz ikonę" #: mod/admin.php:1299 msgid "Link to an icon that will be used for tablets and mobiles." @@ -4124,7 +4124,7 @@ msgstr "Dodatkowe informacje" msgid "" "For public servers: you can add additional information here that will be " "listed at %s/servers." -msgstr "W przypadku serwerów publicznych: możesz tu dodać dodatkowe informacje, które będą wymienione na %s/serwerach." +msgstr "W przypadku serwerów publicznych: możesz tu dodać dodatkowe informacje, które będą wymienione na %s/servers." #: mod/admin.php:1301 msgid "System language" @@ -4142,11 +4142,11 @@ msgstr "Domyślny motyw systemu - może być nadpisany przez profil użytkownika #: mod/admin.php:1303 msgid "Mobile system theme" -msgstr "Mobilny motyw systemowy" +msgstr "Motyw systemu mobilnego" #: mod/admin.php:1303 msgid "Theme for mobile devices" -msgstr "Szablon dla mobilnych urządzeń" +msgstr "Motyw na urządzenia mobilne" #: mod/admin.php:1304 msgid "SSL link policy" @@ -4178,11 +4178,11 @@ msgstr "Chowa pozycje menu dla stron pomocy ze strony nawigacyjnej. Możesz nada #: mod/admin.php:1307 msgid "Single user instance" -msgstr "Tryb SingleUsera" +msgstr "Tryb pojedynczego użytkownika" #: mod/admin.php:1307 msgid "Make this instance multi-user or single-user for the named user" -msgstr "Ustawia tryb multi lub single dla wybranych użytkowników." +msgstr "Ustawia tryb dla wielu użytkowników lub pojedynczego użytkownika dla nazwanego użytkownika" #: mod/admin.php:1308 msgid "Maximum image size" @@ -4216,18 +4216,18 @@ msgstr "Wczytywanie JPEGS będzie zapisane z tymi ustawieniami jakości [0-100] #: mod/admin.php:1312 msgid "Register policy" -msgstr "Zarejestruj polisę" +msgstr "Zasady rejestracji" #: mod/admin.php:1313 msgid "Maximum Daily Registrations" -msgstr "Maksymalnie dziennych rejestracji" +msgstr "Maksymalna dzienna rejestracja" #: mod/admin.php:1313 msgid "" "If registration is permitted above, this sets the maximum number of new user" " registrations to accept per day. If register is set to closed, this " "setting has no effect." -msgstr "Jeśli rejestracja jest dozwolona powyżej, określa maksymalną liczbę nowych rejestracji użytkowników do zaakceptowania na dzień. Jeśli rejestr jest ustawiony na zamknięty, to ustawienie nie ma wpływu." +msgstr "Jeśli rejestracja powyżej jest dozwolona, to określa maksymalną liczbę nowych rejestracji użytkowników do zaakceptowania na dzień. Jeśli rejestracja jest ustawiona na \"Zamknięta\", to ustawienie to nie ma wpływu." #: mod/admin.php:1314 msgid "Register text" @@ -5093,7 +5093,7 @@ msgstr "W twoim węźle nie ma obecnie żadnych dodatków. Możesz znaleźć ofi #: mod/admin.php:2024 msgid "No themes found." -msgstr "Nie znaleziono tematu." +msgstr "Nie znaleziono motywów." #: mod/admin.php:2098 msgid "Screenshot" @@ -5152,7 +5152,7 @@ msgstr "Poziom logów" #: mod/admin.php:2234 msgid "PHP logging" -msgstr "" +msgstr "Logowanie w PHP" #: mod/admin.php:2235 msgid "" @@ -5200,39 +5200,39 @@ msgstr "Źródło wejściowe" #: mod/babel.php:28 msgid "BBCode::convert (raw HTML(" -msgstr "" +msgstr "BBCode::przekształć (raw HTML(" #: mod/babel.php:33 msgid "BBCode::convert" -msgstr "" +msgstr "BBCode::przekształć" #: mod/babel.php:39 msgid "BBCode::convert => HTML::toBBCode" -msgstr "" +msgstr "BBCode::przekształć => HTML::toBBCode" #: mod/babel.php:45 msgid "BBCode::toMarkdown" -msgstr "" +msgstr "BBCode::toMarkdown" #: mod/babel.php:51 msgid "BBCode::toMarkdown => Markdown::convert" -msgstr "" +msgstr "BBCode::toMarkdown => Markdown::przekształć" #: mod/babel.php:57 msgid "BBCode::toMarkdown => Markdown::toBBCode" -msgstr "" +msgstr "BBCode::toMarkdown => Markdown::toBBCode" #: mod/babel.php:63 msgid "BBCode::toMarkdown => Markdown::convert => HTML::toBBCode" -msgstr "" +msgstr "BBCode::toMarkdown => Markdown::przekształć => HTML::toBBCode" #: mod/babel.php:70 msgid "Source input \\x28Diaspora format\\x29" -msgstr "" +msgstr "Źródło wejściowe \\x28Diaspora format\\x29" #: mod/babel.php:76 msgid "Markdown::toBBCode" -msgstr "" +msgstr "Markdown::toBBCode" #: mod/babel.php:83 msgid "Raw HTML input" @@ -5240,15 +5240,15 @@ msgstr "Surowe wejście HTML" #: mod/babel.php:88 msgid "HTML Input" -msgstr "" +msgstr "Wejście HTML" #: mod/babel.php:94 msgid "HTML::toBBCode" -msgstr "" +msgstr "HTML::toBBCode" #: mod/babel.php:100 msgid "HTML::toPlaintext" -msgstr "" +msgstr "HTML::toPlaintext" #: mod/babel.php:108 msgid "Source text" @@ -5256,11 +5256,11 @@ msgstr "Tekst źródłowy" #: mod/babel.php:109 msgid "BBCode" -msgstr "" +msgstr "BBCode" #: mod/babel.php:110 msgid "Markdown" -msgstr "" +msgstr "Markdown" #: mod/babel.php:111 msgid "HTML" @@ -5551,7 +5551,7 @@ msgstr "Rozdzielana przecinkami lista słów kluczowych, które nie powinny zost #: mod/contacts.php:662 src/Model/Profile.php:424 msgid "XMPP:" -msgstr "" +msgstr "XMPP:" #: mod/contacts.php:667 msgid "Actions" @@ -6037,7 +6037,7 @@ msgstr "To jest wymagane do dostarczenia wiadomości do pracy." #: mod/install.php:361 msgid "PHP register_argc_argv" -msgstr "" +msgstr "PHP register_argc_argv" #: mod/install.php:384 msgid "" @@ -6069,7 +6069,7 @@ msgstr "Moduł PHP OpenSSL" #: mod/install.php:397 msgid "PDO or MySQLi PHP module" -msgstr "" +msgstr "Moduł PDO lub MySQLi PHP" #: mod/install.php:398 msgid "mb_string PHP module" @@ -6434,7 +6434,7 @@ msgstr "profil publiczny" #: mod/profiles.php:575 #, php-format msgid "%1$s changed %2$s to “%3$s”" -msgstr "" +msgstr "%1$szmienione %2$s na “%3$s”" #: mod/profiles.php:576 #, php-format @@ -7004,7 +7004,7 @@ msgstr "Wyświetl motyw:" #: mod/settings.php:964 msgid "Mobile Theme:" -msgstr "Mobilny motyw:" +msgstr "Motyw dla urządzeń mobilnych:" #: mod/settings.php:965 msgid "Suppress warning of insecure networks" @@ -7581,7 +7581,7 @@ msgstr "" #: view/theme/duepuntozero/config.php:74 msgid "Variations" -msgstr "" +msgstr "Zmiana" #: view/theme/frio/php/Image.php:25 msgid "Repeat the image" @@ -8490,7 +8490,7 @@ msgstr "Możliwość pobierania kalendarza publicznego przez odwiedzających" #: src/Content/Feature.php:88 msgid "Post Composition Features" -msgstr "" +msgstr "Funkcje po ułożeniu" #: src/Content/Feature.php:89 msgid "Post Preview" diff --git a/view/lang/pl/strings.php b/view/lang/pl/strings.php index 95e5f4c9d5..743f2e253d 100644 --- a/view/lang/pl/strings.php +++ b/view/lang/pl/strings.php @@ -161,10 +161,10 @@ $a->strings["%s commented on an item/conversation you have been following."] = " $a->strings["Please visit %s to view and/or reply to the conversation."] = "Odwiedź %s żeby zobaczyć i/lub odpowiedzieć na rozmowę"; $a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica:Powiadomienie] %s napisał na twoim profilu"; $a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$sopublikowano na ścianie profilu w %2\$s "; -$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = ""; +$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "%1\$s wysłano do [url =%2\$s]twojej ściany[/url] "; $a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica:Powiadomienie] %s dodał Cię"; $a->strings["%1\$s tagged you at %2\$s"] = "%1\$s oznaczono Cię tagiem %2\$s"; -$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = ""; +$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = "%1\$s [url=%2\$s]oznaczył Cię[/url]. "; $a->strings["[Friendica:Notify] %s shared a new post"] = "[Friendica:Powiadomienie] %s udostępnił nowy wpis"; $a->strings["%1\$s shared a new post at %2\$s"] = "%1\$sudostępnił nowy wpis na %2\$s "; $a->strings["%1\$s [url=%2\$s]shared a post[/url]."] = ""; @@ -176,7 +176,7 @@ $a->strings["%1\$s tagged your post at %2\$s"] = "%1\$soznaczyłeś swój wpis n $a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = ""; $a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Powiadomienie] Zapoznanie wstępne"; $a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "Otrzymałeś wstęp od '%1\$s' z %2\$s"; -$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = ""; +$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "Otrzymałeś [url=%1\$s] wprowadzenie [/ url] z %2\$s."; $a->strings["You may visit their profile at %s"] = "Możesz odwiedzić ich profil na stronie %s"; $a->strings["Please visit %s to approve or reject the introduction."] = "Odwiedż %s aby zatwierdzić lub odrzucić przedstawienie."; $a->strings["[Friendica:Notify] A new person is sharing with you"] = "[Friendica:Powiadomienie] Nowa osoba dzieli się z tobą"; @@ -549,7 +549,7 @@ $a->strings["Does %s know you?"] = "Czy %s Cię zna?"; $a->strings["Add a personal note:"] = "Dodaj osobistą notkę:"; $a->strings["Friendica"] = "Friendica"; $a->strings["GNU Social (Pleroma, Mastodon)"] = ""; -$a->strings["Diaspora (Socialhome, Hubzilla)"] = ""; +$a->strings["Diaspora (Socialhome, Hubzilla)"] = "Diaspora (Socialhome, Hubzilla)"; $a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = "- proszę nie używać tego formularza. Zamiast tego %s wejdź na pasek wyszukiwania Diaspora. do swojej belki wyszukiwarki."; $a->strings["Your Identity Address:"] = "Twój adres tożsamości:"; $a->strings["Submit Request"] = "Wyślij zgłoszenie"; @@ -600,8 +600,8 @@ $a->strings["All Contacts (with secure profile access)"] = "Wszystkie kontakty ( $a->strings["Account approved."] = "Konto zatwierdzone."; $a->strings["Registration revoked for %s"] = "Rejestracja odwołana dla %s"; $a->strings["Please login."] = "Proszę się zalogować."; -$a->strings["Remove My Account"] = "Usuń konto"; -$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Spowoduje to całkowite usunięcie Twojego konta. Po wykonaniu tej czynności nie można jej odzyskać."; +$a->strings["Remove My Account"] = "Usuń moje konto"; +$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Spowoduje to całkowite usunięcie Twojego konta. Po wykonaniu tej czynności nie można jej cofnąć."; $a->strings["Please enter your password for verification:"] = "Wprowadź hasło w celu weryfikacji."; $a->strings["Remove term"] = "Usuń wpis"; $a->strings["Saved Searches"] = "Zapisane wyszukiwania"; @@ -803,7 +803,7 @@ $a->strings["Delete Video"] = "Usuń wideo"; $a->strings["No videos selected"] = "Nie zaznaczono filmów"; $a->strings["Recent Videos"] = "Ostatnio dodane filmy"; $a->strings["Upload New Videos"] = "Wstaw nowe filmy"; -$a->strings["Theme settings updated."] = "Ustawienia szablonu zmienione."; +$a->strings["Theme settings updated."] = "Zaktualizowano ustawienia motywów."; $a->strings["Information"] = "Informacja"; $a->strings["Overview"] = "Przegląd"; $a->strings["Federation Statistics"] = "Statystyki Organizacji"; @@ -811,19 +811,19 @@ $a->strings["Configuration"] = "Konfiguracja"; $a->strings["Site"] = "Strona"; $a->strings["Users"] = "Użytkownicy"; $a->strings["Addons"] = "Dodatki"; -$a->strings["Themes"] = "Temat"; +$a->strings["Themes"] = "Wygląd"; $a->strings["Additional features"] = "Dodatkowe funkcje"; $a->strings["Database"] = "Baza danych"; $a->strings["DB updates"] = "Aktualizacje DB"; $a->strings["Inspect Queue"] = "Sprawdź kolejkę"; $a->strings["Tools"] = "Narzędzia"; -$a->strings["Contact Blocklist"] = "Skontaktuj się z Blocklist"; +$a->strings["Contact Blocklist"] = "Lista zablokowanych kontaktów"; $a->strings["Server Blocklist"] = "Lista zablokowanych serwerów"; $a->strings["Delete Item"] = "Usuń przedmiot"; $a->strings["Logs"] = "Logi"; $a->strings["View Logs"] = "Zobacz rejestry"; $a->strings["Diagnostics"] = "Diagnostyka"; -$a->strings["PHP Info"] = ""; +$a->strings["PHP Info"] = "Informacje o PHP"; $a->strings["probe address"] = "adres sondy"; $a->strings["check webfinger"] = "sprawdź webfinger"; $a->strings["Admin"] = "Administator"; @@ -922,10 +922,10 @@ $a->strings["One month"] = "Miesiąc"; $a->strings["Three months"] = "Trzy miesiące"; $a->strings["Half a year"] = "Pół roku"; $a->strings["One year"] = "Rok"; -$a->strings["Multi user instance"] = "Tryb MultiUsera"; -$a->strings["Closed"] = "Zamknięty"; +$a->strings["Multi user instance"] = "Tryb wielu użytkowników"; +$a->strings["Closed"] = "Zamknięta"; $a->strings["Requires approval"] = "Wymagane zatwierdzenie."; -$a->strings["Open"] = "Otwórz"; +$a->strings["Open"] = "Otwarte"; $a->strings["No SSL policy, links will track page SSL state"] = "Brak SSL , linki będą śledzić stan SSL ."; $a->strings["Force all links to use SSL"] = "Wymuś by linki używały SSL."; $a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Wewnętrzne Certyfikaty , użyj SSL tylko dla linków lokalnych . "; @@ -949,32 +949,32 @@ $a->strings["The email address your server shall use to send notification emails $a->strings["Banner/Logo"] = "Logo"; $a->strings["Shortcut icon"] = "Ikona skrótu"; $a->strings["Link to an icon that will be used for browsers."] = "Link do ikony, która będzie używana w przeglądarkach."; -$a->strings["Touch icon"] = "Kliknij ikonę"; +$a->strings["Touch icon"] = "Dołącz ikonę"; $a->strings["Link to an icon that will be used for tablets and mobiles."] = "Link do ikony, która będzie używana w tabletach i telefonach komórkowych."; $a->strings["Additional Info"] = "Dodatkowe informacje"; -$a->strings["For public servers: you can add additional information here that will be listed at %s/servers."] = "W przypadku serwerów publicznych: możesz tu dodać dodatkowe informacje, które będą wymienione na %s/serwerach."; +$a->strings["For public servers: you can add additional information here that will be listed at %s/servers."] = "W przypadku serwerów publicznych: możesz tu dodać dodatkowe informacje, które będą wymienione na %s/servers."; $a->strings["System language"] = "Język systemu"; $a->strings["System theme"] = "Motyw systemowy"; $a->strings["Default system theme - may be over-ridden by user profiles - change theme settings"] = "Domyślny motyw systemu - może być nadpisany przez profil użytkownika zmień ustawienia motywów"; -$a->strings["Mobile system theme"] = "Mobilny motyw systemowy"; -$a->strings["Theme for mobile devices"] = "Szablon dla mobilnych urządzeń"; +$a->strings["Mobile system theme"] = "Motyw systemu mobilnego"; +$a->strings["Theme for mobile devices"] = "Motyw na urządzenia mobilne"; $a->strings["SSL link policy"] = "polityka SSL"; $a->strings["Determines whether generated links should be forced to use SSL"] = "Określa kiedy generowane linki powinny używać wymuszonego SSl."; $a->strings["Force SSL"] = "Wymuś SSL"; $a->strings["Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops."] = "Wymuszaj wszystkie żądania SSL bez SSL - Uwaga: w niektórych systemach może to prowadzić do niekończących się pętli."; $a->strings["Hide help entry from navigation menu"] = "Wyłącz pomoc w menu nawigacyjnym "; $a->strings["Hides the menu entry for the Help pages from the navigation menu. You can still access it calling /help directly."] = "Chowa pozycje menu dla stron pomocy ze strony nawigacyjnej. Możesz nadal ją wywołać poprzez komendę /help."; -$a->strings["Single user instance"] = "Tryb SingleUsera"; -$a->strings["Make this instance multi-user or single-user for the named user"] = "Ustawia tryb multi lub single dla wybranych użytkowników."; +$a->strings["Single user instance"] = "Tryb pojedynczego użytkownika"; +$a->strings["Make this instance multi-user or single-user for the named user"] = "Ustawia tryb dla wielu użytkowników lub pojedynczego użytkownika dla nazwanego użytkownika"; $a->strings["Maximum image size"] = "Maksymalny rozmiar zdjęcia"; $a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Maksymalny rozmiar w bitach dla wczytywanego obrazu . Domyślnie jest to 0 , co oznacza bez limitu ."; $a->strings["Maximum image length"] = "Maksymalna długość obrazu"; $a->strings["Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits."] = "Maksymalna długość najdłuższej strony przesyłanego obrazu w pikselach.\nDomyślnie jest to -1, co oznacza brak limitu."; $a->strings["JPEG image quality"] = "jakość obrazu JPEG"; $a->strings["Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is full quality."] = "Wczytywanie JPEGS będzie zapisane z tymi ustawieniami jakości [0-100] . Domyslnie jest ustawione 100 co oznacza brak strat jakości . "; -$a->strings["Register policy"] = "Zarejestruj polisę"; -$a->strings["Maximum Daily Registrations"] = "Maksymalnie dziennych rejestracji"; -$a->strings["If registration is permitted above, this sets the maximum number of new user registrations to accept per day. If register is set to closed, this setting has no effect."] = "Jeśli rejestracja jest dozwolona powyżej, określa maksymalną liczbę nowych rejestracji użytkowników do zaakceptowania na dzień. Jeśli rejestr jest ustawiony na zamknięty, to ustawienie nie ma wpływu."; +$a->strings["Register policy"] = "Zasady rejestracji"; +$a->strings["Maximum Daily Registrations"] = "Maksymalna dzienna rejestracja"; +$a->strings["If registration is permitted above, this sets the maximum number of new user registrations to accept per day. If register is set to closed, this setting has no effect."] = "Jeśli rejestracja powyżej jest dozwolona, to określa maksymalną liczbę nowych rejestracji użytkowników do zaakceptowania na dzień. Jeśli rejestracja jest ustawiona na \"Zamknięta\", to ustawienie to nie ma wpływu."; $a->strings["Register text"] = "Zarejestruj tekst"; $a->strings["Will be displayed prominently on the registration page."] = "Będą wyświetlane w widocznym miejscu na stronie rejestracji."; $a->strings["Accounts abandoned after x days"] = "Konto porzucone od x dni."; @@ -1158,7 +1158,7 @@ $a->strings["Author: "] = "Autor: "; $a->strings["Maintainer: "] = "Opiekun:"; $a->strings["Reload active addons"] = "Załaduj ponownie aktywne dodatki"; $a->strings["There are currently no addons available on your node. You can find the official addon repository at %1\$s and might find other interesting addons in the open addon registry at %2\$s"] = "W twoim węźle nie ma obecnie żadnych dodatków. Możesz znaleźć oficjalne repozytorium dodatków na %1\$s i możesz znaleźć inne interesujące dodatki w otwartym rejestrze dodatków na %2\$s"; -$a->strings["No themes found."] = "Nie znaleziono tematu."; +$a->strings["No themes found."] = "Nie znaleziono motywów."; $a->strings["Screenshot"] = "Zrzut ekranu"; $a->strings["Reload active themes"] = "Przeładuj aktywne motywy"; $a->strings["No themes found on the system. They should be placed in %1\$s"] = "Nie znaleziono motywów w systemie. Powinny zostać umieszczone %1\$s"; @@ -1172,7 +1172,7 @@ $a->strings["Enable Debugging"] = "Włącz debugowanie"; $a->strings["Log file"] = "Plik logów"; $a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "Musi być zapisywalny przez serwer sieciowy. W stosunku do katalogu najwyższego poziomu Friendica."; $a->strings["Log level"] = "Poziom logów"; -$a->strings["PHP logging"] = ""; +$a->strings["PHP logging"] = "Logowanie w PHP"; $a->strings["To enable logging of PHP errors and warnings you can add the following to the .htconfig.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."] = "Aby włączyć rejestrowanie błędów i ostrzeżeń PHP, możesz dodać następujące dane do pliku .htconfig.php instalacji. Nazwa pliku ustawiona w linii 'error_log' odnosi się do katalogu najwyższego poziomu friendiki i musi być zapisywalna przez serwer WWW. Opcja '1' dla 'log_errors' i 'display_errors' polega na włączeniu tych opcji, ustawieniu na '0', aby je wyłączyć."; $a->strings["Error trying to open %1\$s log file.\\r\\n
    Check to see if file %1\$s exist and is readable."] = "Błąd podczas próby otwarcia %1\$s pliku dziennika. \\r\\n
    Sprawdź, czy plik %1\$s istnieje i czy można go odczytać."; $a->strings["Couldn't open %1\$s log file.\\r\\n
    Check to see if file %1\$s is readable."] = "Nie można otworzyć %1\$spliku dziennika. \\r\\n
    Sprawdź, czy plik %1\$s jest czytelny."; @@ -1181,22 +1181,22 @@ $a->strings["On"] = "Włącz"; $a->strings["Lock feature %s"] = "Funkcja blokady %s"; $a->strings["Manage Additional Features"] = "Zarządzaj dodatkowymi funkcjami"; $a->strings["Source input"] = "Źródło wejściowe"; -$a->strings["BBCode::convert (raw HTML("] = ""; -$a->strings["BBCode::convert"] = ""; -$a->strings["BBCode::convert => HTML::toBBCode"] = ""; -$a->strings["BBCode::toMarkdown"] = ""; -$a->strings["BBCode::toMarkdown => Markdown::convert"] = ""; -$a->strings["BBCode::toMarkdown => Markdown::toBBCode"] = ""; -$a->strings["BBCode::toMarkdown => Markdown::convert => HTML::toBBCode"] = ""; -$a->strings["Source input \\x28Diaspora format\\x29"] = ""; -$a->strings["Markdown::toBBCode"] = ""; +$a->strings["BBCode::convert (raw HTML("] = "BBCode::przekształć (raw HTML("; +$a->strings["BBCode::convert"] = "BBCode::przekształć"; +$a->strings["BBCode::convert => HTML::toBBCode"] = "BBCode::przekształć => HTML::toBBCode"; +$a->strings["BBCode::toMarkdown"] = "BBCode::toMarkdown"; +$a->strings["BBCode::toMarkdown => Markdown::convert"] = "BBCode::toMarkdown => Markdown::przekształć"; +$a->strings["BBCode::toMarkdown => Markdown::toBBCode"] = "BBCode::toMarkdown => Markdown::toBBCode"; +$a->strings["BBCode::toMarkdown => Markdown::convert => HTML::toBBCode"] = "BBCode::toMarkdown => Markdown::przekształć => HTML::toBBCode"; +$a->strings["Source input \\x28Diaspora format\\x29"] = "Źródło wejściowe \\x28Diaspora format\\x29"; +$a->strings["Markdown::toBBCode"] = "Markdown::toBBCode"; $a->strings["Raw HTML input"] = "Surowe wejście HTML"; -$a->strings["HTML Input"] = ""; -$a->strings["HTML::toBBCode"] = ""; -$a->strings["HTML::toPlaintext"] = ""; +$a->strings["HTML Input"] = "Wejście HTML"; +$a->strings["HTML::toBBCode"] = "HTML::toBBCode"; +$a->strings["HTML::toPlaintext"] = "HTML::toPlaintext"; $a->strings["Source text"] = "Tekst źródłowy"; -$a->strings["BBCode"] = ""; -$a->strings["Markdown"] = ""; +$a->strings["BBCode"] = "BBCode"; +$a->strings["Markdown"] = "Markdown"; $a->strings["HTML"] = "HTML"; $a->strings["Events"] = "Wydarzenia"; $a->strings["View"] = "Widok"; @@ -1268,7 +1268,7 @@ $a->strings["Notification for new posts"] = "Powiadomienie o nowych postach"; $a->strings["Send a notification of every new post of this contact"] = "Wyślij powiadomienie o każdym nowym poście tego kontaktu"; $a->strings["Blacklisted keywords"] = "Słowa kluczowe na czarnej liście"; $a->strings["Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"] = "Rozdzielana przecinkami lista słów kluczowych, które nie powinny zostać przekonwertowane na hashtagi, gdy wybrana jest opcja 'Pobierz informacje i słowa kluczowe'"; -$a->strings["XMPP:"] = ""; +$a->strings["XMPP:"] = "XMPP:"; $a->strings["Actions"] = "Akcja"; $a->strings["Status"] = "Status"; $a->strings["Contact Settings"] = "Ustawienia kontaktów"; @@ -1382,14 +1382,14 @@ $a->strings["Found PHP version: "] = "Znaleziono wersje PHP:"; $a->strings["PHP cli binary"] = "PHP cli binarny"; $a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "Wersja linii poleceń PHP w twoim systemie nie ma aktywowanego \"register_argc_argv\"."; $a->strings["This is required for message delivery to work."] = "To jest wymagane do dostarczenia wiadomości do pracy."; -$a->strings["PHP register_argc_argv"] = ""; +$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv"; $a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Błąd : funkcja systemu \"openssl_pkey_new\" nie jest w stanie wygenerować klucza szyfrującego ."; $a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Jeśli korzystasz z Windowsa, proszę odwiedzić \"http://www.php.net/manual/en/openssl.installation.php\"."; $a->strings["Generate encryption keys"] = "Generuj klucz kodowania"; $a->strings["libCurl PHP module"] = "Moduł libCurl PHP"; $a->strings["GD graphics PHP module"] = "Moduł PHP-GD"; $a->strings["OpenSSL PHP module"] = "Moduł PHP OpenSSL"; -$a->strings["PDO or MySQLi PHP module"] = ""; +$a->strings["PDO or MySQLi PHP module"] = "Moduł PDO lub MySQLi PHP"; $a->strings["mb_string PHP module"] = "Moduł mb_string PHP"; $a->strings["XML PHP module"] = ""; $a->strings["iconv PHP module"] = ""; @@ -1470,7 +1470,7 @@ $a->strings["Location"] = "Położenie"; $a->strings["Profile updated."] = "Konto zaktualizowane."; $a->strings[" and "] = " i "; $a->strings["public profile"] = "profil publiczny"; -$a->strings["%1\$s changed %2\$s to “%3\$s”"] = ""; +$a->strings["%1\$s changed %2\$s to “%3\$s”"] = "%1\$szmienione %2\$s na “%3\$s”"; $a->strings[" - Visit %1\$s's %2\$s"] = " - Odwiedźa %1\$s's %2\$s"; $a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$sma zaktualizowany %2\$s, zmiana%3\$s."; $a->strings["Hide contacts and friends:"] = "Ukryj kontakty i znajomych:"; @@ -1607,7 +1607,7 @@ $a->strings["%s - (Unsupported)"] = "%s - (Nieobsługiwane)"; $a->strings["%s - (Experimental)"] = "%s- (Eksperymentalne)"; $a->strings["Display Settings"] = "Wyświetl ustawienia"; $a->strings["Display Theme:"] = "Wyświetl motyw:"; -$a->strings["Mobile Theme:"] = "Mobilny motyw:"; +$a->strings["Mobile Theme:"] = "Motyw dla urządzeń mobilnych:"; $a->strings["Suppress warning of insecure networks"] = "Ukryj ostrzeżenie przed niebezpiecznymi sieciami"; $a->strings["Should the system suppress the warning that the current group contains members of networks that can't receive non public postings."] = "System powinien pominąć ostrzeżenie, że bieżąca grupa zawiera członków sieci, którzy nie mogą otrzymywać komentarzy niepublicznych"; $a->strings["Update browser every xx seconds"] = "Odświeżaj stronę co xx sekund"; @@ -1740,7 +1740,7 @@ $a->strings["easterbunny"] = ""; $a->strings["darkzero"] = ""; $a->strings["comix"] = ""; $a->strings["slackr"] = ""; -$a->strings["Variations"] = ""; +$a->strings["Variations"] = "Zmiana"; $a->strings["Repeat the image"] = "Powtórz obraz"; $a->strings["Will repeat your image to fill the background."] = "Powtarza twój obraz, aby wypełnić tło."; $a->strings["Stretch"] = ""; @@ -1966,7 +1966,7 @@ $a->strings["Photo Location"] = "Lokalizacja zdjęcia"; $a->strings["Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map."] = "Metadane zdjęć są zwykle usuwane. Wyodrębnia to położenie (jeśli jest obecne) przed usunięciem metadanych i łączy je z mapą."; $a->strings["Export Public Calendar"] = "Eksportuj kalendarz publiczny"; $a->strings["Ability for visitors to download the public calendar"] = "Możliwość pobierania kalendarza publicznego przez odwiedzających"; -$a->strings["Post Composition Features"] = ""; +$a->strings["Post Composition Features"] = "Funkcje po ułożeniu"; $a->strings["Post Preview"] = "Podgląd posta"; $a->strings["Allow previewing posts and comments before publishing them"] = "Zezwalaj na podgląd postów i komentarzy przed ich opublikowaniem"; $a->strings["Auto-mention Forums"] = "Automatyczne wymienianie forów"; From 421517c611834ccf4a982d319d5beb478407a9f2 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 4 Apr 2018 07:22:05 +0200 Subject: [PATCH 303/430] consistent use of terms in heading in the admin panel --- mod/admin.php | 2 +- util/messages.po | 1903 +++++++++++++++++++++++----------------------- 2 files changed, 953 insertions(+), 952 deletions(-) diff --git a/mod/admin.php b/mod/admin.php index 7dc736ab48..a51cbd8d38 100644 --- a/mod/admin.php +++ b/mod/admin.php @@ -302,7 +302,7 @@ function admin_page_tos(App $a) '$page' => L10n::t('Terms of Service'), '$displaytos' => ['displaytos', L10n::t('Display Terms of Service'), Config::get('system', 'tosdisplay'), L10n::t('Enable the Terms of Service page. If this is enabled a link to the terms will be added to the registration form and the general information page.')], '$displayprivstatement' => ['displayprivstatement', L10n::t('Display Privacy Statement'), Config::get('system','tosprivstatement'), L10n::t('Show some informations regarding the needed information to operate the node according e.g. to EU-GDPR.','https://en.wikipedia.org/wiki/General_Data_Protection_Regulation')], - '$tostext' => ['tostext', L10n::t('The Terms of Usage'), Config::get('system', 'tostext'), L10n::t('Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] and below.')], + '$tostext' => ['tostext', L10n::t('The Terms of Service'), Config::get('system', 'tostext'), L10n::t('Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] and below.')], '$form_security_token' => get_form_security_token("admin_tos"), '$submit' => L10n::t('Save Settings'), ]); diff --git a/util/messages.po b/util/messages.po index 40829b0078..d7f127684f 100644 --- a/util/messages.po +++ b/util/messages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-04-03 06:50+0200\n" +"POT-Creation-Date: 2018-04-04 07:01+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -77,7 +77,7 @@ msgstr "" #: include/conversation.php:147 include/conversation.php:157 #: include/conversation.php:285 include/conversation.php:294 #: mod/subthread.php:97 mod/tagger.php:72 src/Model/Item.php:1793 -#: src/Protocol/Diaspora.php:2006 +#: src/Protocol/Diaspora.php:2010 msgid "status" msgstr "" @@ -88,7 +88,7 @@ msgid "photo" msgstr "" #: include/conversation.php:164 src/Model/Item.php:1666 -#: src/Protocol/Diaspora.php:2002 +#: src/Protocol/Diaspora.php:2006 #, php-format msgid "%1$s likes %2$s's %3$s" msgstr "" @@ -114,7 +114,7 @@ msgid "%1$s attends maybe %2$s's %3$s" msgstr "" #: include/conversation.php:209 mod/dfrn_confirm.php:431 -#: src/Protocol/Diaspora.php:2477 +#: src/Protocol/Diaspora.php:2481 #, php-format msgid "%1$s is now friends with %2$s" msgstr "" @@ -165,8 +165,8 @@ msgstr "" msgid "Select" msgstr "" -#: include/conversation.php:745 mod/photos.php:1570 mod/contacts.php:830 -#: mod/contacts.php:1035 mod/settings.php:738 mod/admin.php:1798 +#: include/conversation.php:745 mod/photos.php:1570 mod/settings.php:738 +#: mod/contacts.php:830 mod/contacts.php:1035 mod/admin.php:1798 #: src/Object/Post.php:179 msgid "Delete" msgstr "" @@ -243,7 +243,7 @@ msgid "Poke" msgstr "" #: include/conversation.php:1074 mod/allfriends.php:74 mod/suggest.php:83 -#: mod/match.php:90 mod/contacts.php:596 mod/dirfind.php:218 mod/follow.php:143 +#: mod/match.php:90 mod/dirfind.php:218 mod/follow.php:143 mod/contacts.php:596 #: src/Content/Widget.php:61 src/Model/Contact.php:594 msgid "Connect/Follow" msgstr "" @@ -458,8 +458,8 @@ msgstr "" #: mod/fbrowser.php:134 mod/suggest.php:41 mod/dfrn_request.php:663 #: mod/tagrm.php:19 mod/tagrm.php:99 mod/editpost.php:149 mod/message.php:141 #: mod/photos.php:248 mod/photos.php:324 mod/videos.php:147 -#: mod/contacts.php:475 mod/unfollow.php:117 mod/settings.php:676 -#: mod/settings.php:702 mod/follow.php:161 +#: mod/unfollow.php:117 mod/settings.php:676 mod/settings.php:702 +#: mod/follow.php:161 mod/contacts.php:475 msgid "Cancel" msgstr "" @@ -529,7 +529,7 @@ msgstr "" msgid "%1$s, %2$s Administrator" msgstr "" -#: include/enotify.php:50 src/Worker/Delivery.php:402 +#: include/enotify.php:50 src/Worker/Delivery.php:404 msgid "noreply" msgstr "" @@ -813,13 +813,13 @@ msgid "Do you really want to delete this item?" msgstr "" #: include/items.php:384 mod/api.php:110 mod/suggest.php:38 -#: mod/dfrn_request.php:653 mod/message.php:138 mod/contacts.php:472 -#: mod/settings.php:1103 mod/settings.php:1109 mod/settings.php:1116 -#: mod/settings.php:1120 mod/settings.php:1124 mod/settings.php:1128 -#: mod/settings.php:1132 mod/settings.php:1136 mod/settings.php:1156 -#: mod/settings.php:1157 mod/settings.php:1158 mod/settings.php:1159 -#: mod/settings.php:1160 mod/follow.php:150 mod/profiles.php:636 -#: mod/profiles.php:639 mod/profiles.php:661 mod/register.php:237 +#: mod/dfrn_request.php:653 mod/message.php:138 mod/settings.php:1103 +#: mod/settings.php:1109 mod/settings.php:1116 mod/settings.php:1120 +#: mod/settings.php:1124 mod/settings.php:1128 mod/settings.php:1132 +#: mod/settings.php:1136 mod/settings.php:1156 mod/settings.php:1157 +#: mod/settings.php:1158 mod/settings.php:1159 mod/settings.php:1160 +#: mod/follow.php:150 mod/profiles.php:636 mod/profiles.php:639 +#: mod/profiles.php:661 mod/contacts.php:472 mod/register.php:237 msgid "Yes" msgstr "" @@ -834,14 +834,14 @@ msgstr "" #: mod/wall_upload.php:106 mod/editpost.php:18 mod/fsuggest.php:80 #: mod/group.php:26 mod/item.php:160 mod/message.php:59 mod/message.php:104 #: mod/network.php:32 mod/notes.php:30 mod/photos.php:174 mod/photos.php:1051 -#: mod/contacts.php:386 mod/delegate.php:25 mod/delegate.php:43 -#: mod/delegate.php:54 mod/dirfind.php:25 mod/ostatus_subscribe.php:16 -#: mod/unfollow.php:15 mod/unfollow.php:57 mod/unfollow.php:90 mod/cal.php:304 -#: mod/events.php:194 mod/profile_photo.php:30 mod/profile_photo.php:176 -#: mod/profile_photo.php:187 mod/profile_photo.php:200 mod/settings.php:43 -#: mod/settings.php:142 mod/settings.php:665 mod/follow.php:17 -#: mod/follow.php:54 mod/follow.php:118 mod/profiles.php:182 -#: mod/profiles.php:606 mod/register.php:53 index.php:416 +#: mod/delegate.php:25 mod/delegate.php:43 mod/delegate.php:54 +#: mod/dirfind.php:25 mod/ostatus_subscribe.php:16 mod/unfollow.php:15 +#: mod/unfollow.php:57 mod/unfollow.php:90 mod/cal.php:304 mod/events.php:194 +#: mod/profile_photo.php:30 mod/profile_photo.php:176 mod/profile_photo.php:187 +#: mod/profile_photo.php:200 mod/settings.php:43 mod/settings.php:142 +#: mod/settings.php:665 mod/follow.php:17 mod/follow.php:54 mod/follow.php:118 +#: mod/profiles.php:182 mod/profiles.php:606 mod/contacts.php:386 +#: mod/register.php:53 index.php:416 msgid "Permission denied." msgstr "" @@ -1299,9 +1299,9 @@ msgstr "" #: mod/localtime.php:56 mod/poke.php:199 mod/fsuggest.php:114 #: mod/message.php:265 mod/message.php:432 mod/photos.php:1080 #: mod/photos.php:1160 mod/photos.php:1445 mod/photos.php:1491 -#: mod/photos.php:1530 mod/photos.php:1603 mod/contacts.php:610 -#: mod/install.php:251 mod/install.php:290 mod/events.php:530 -#: mod/profiles.php:672 src/Object/Post.php:790 +#: mod/photos.php:1530 mod/photos.php:1603 mod/install.php:251 +#: mod/install.php:290 mod/events.php:530 mod/profiles.php:672 +#: mod/contacts.php:610 src/Object/Post.php:790 #: view/theme/duepuntozero/config.php:71 view/theme/frio/config.php:113 #: view/theme/quattro/config.php:73 view/theme/vier/config.php:119 msgid "Submit" @@ -1836,18 +1836,18 @@ msgstr "" msgid "Subscriber" msgstr "" -#: mod/notifications.php:247 mod/contacts.php:660 mod/events.php:518 -#: mod/directory.php:148 src/Model/Profile.php:417 src/Model/Event.php:60 +#: mod/notifications.php:247 mod/events.php:518 mod/directory.php:148 +#: mod/contacts.php:660 src/Model/Profile.php:417 src/Model/Event.php:60 #: src/Model/Event.php:85 src/Model/Event.php:421 src/Model/Event.php:900 msgid "Location:" msgstr "" -#: mod/notifications.php:249 mod/contacts.php:664 mod/directory.php:154 +#: mod/notifications.php:249 mod/directory.php:154 mod/contacts.php:664 #: src/Model/Profile.php:423 src/Model/Profile.php:806 msgid "About:" msgstr "" -#: mod/notifications.php:251 mod/contacts.php:666 mod/follow.php:174 +#: mod/notifications.php:251 mod/follow.php:174 mod/contacts.php:666 #: src/Model/Profile.php:794 msgid "Tags:" msgstr "" @@ -1857,8 +1857,8 @@ msgstr "" msgid "Gender:" msgstr "" -#: mod/notifications.php:258 mod/contacts.php:656 mod/unfollow.php:122 -#: mod/follow.php:166 mod/admin.php:490 mod/admin.php:500 +#: mod/notifications.php:258 mod/unfollow.php:122 mod/follow.php:166 +#: mod/contacts.php:656 mod/admin.php:490 mod/admin.php:500 msgid "Profile URL" msgstr "" @@ -2345,140 +2345,6 @@ msgstr "" msgid "Please select your timezone:" msgstr "" -#: mod/lostpass.php:27 -msgid "No valid account found." -msgstr "" - -#: mod/lostpass.php:39 -msgid "Password reset request issued. Check your email." -msgstr "" - -#: mod/lostpass.php:45 -#, php-format -msgid "" -"\n" -"\t\tDear %1$s,\n" -"\t\t\tA request was recently received at \"%2$s\" to reset your account\n" -"\t\tpassword. In order to confirm this request, please select the " -"verification link\n" -"\t\tbelow or paste it into your web browser address bar.\n" -"\n" -"\t\tIf you did NOT request this change, please DO NOT follow the link\n" -"\t\tprovided and ignore and/or delete this email, the request will expire " -"shortly.\n" -"\n" -"\t\tYour password will not be changed unless we can verify that you\n" -"\t\tissued this request." -msgstr "" - -#: mod/lostpass.php:56 -#, php-format -msgid "" -"\n" -"\t\tFollow this link soon to verify your identity:\n" -"\n" -"\t\t%1$s\n" -"\n" -"\t\tYou will then receive a follow-up message containing the new password.\n" -"\t\tYou may change that password from your account settings page after " -"logging in.\n" -"\n" -"\t\tThe login details are as follows:\n" -"\n" -"\t\tSite Location:\t%2$s\n" -"\t\tLogin Name:\t%3$s" -msgstr "" - -#: mod/lostpass.php:72 -#, php-format -msgid "Password reset requested at %s" -msgstr "" - -#: mod/lostpass.php:88 -msgid "" -"Request could not be verified. (You may have previously submitted it.) " -"Password reset failed." -msgstr "" - -#: mod/lostpass.php:101 -msgid "Request has expired, please make a new one." -msgstr "" - -#: mod/lostpass.php:116 -msgid "Forgot your Password?" -msgstr "" - -#: mod/lostpass.php:117 -msgid "" -"Enter your email address and submit to have your password reset. Then check " -"your email for further instructions." -msgstr "" - -#: mod/lostpass.php:118 src/Module/Login.php:314 -msgid "Nickname or Email: " -msgstr "" - -#: mod/lostpass.php:119 -msgid "Reset" -msgstr "" - -#: mod/lostpass.php:135 src/Module/Login.php:326 -msgid "Password Reset" -msgstr "" - -#: mod/lostpass.php:136 -msgid "Your password has been reset as requested." -msgstr "" - -#: mod/lostpass.php:137 -msgid "Your new password is" -msgstr "" - -#: mod/lostpass.php:138 -msgid "Save or copy your new password - and then" -msgstr "" - -#: mod/lostpass.php:139 -msgid "click here to login" -msgstr "" - -#: mod/lostpass.php:140 -msgid "" -"Your password may be changed from the Settings page after " -"successful login." -msgstr "" - -#: mod/lostpass.php:148 -#, php-format -msgid "" -"\n" -"\t\t\tDear %1$s,\n" -"\t\t\t\tYour password has been changed as requested. Please retain this\n" -"\t\t\tinformation for your records (or change your password immediately to\n" -"\t\t\tsomething that you will remember).\n" -"\t\t" -msgstr "" - -#: mod/lostpass.php:154 -#, php-format -msgid "" -"\n" -"\t\t\tYour login details are as follows:\n" -"\n" -"\t\t\tSite Location:\t%1$s\n" -"\t\t\tLogin Name:\t%2$s\n" -"\t\t\tPassword:\t%3$s\n" -"\n" -"\t\t\tYou may change that password from your account settings page after " -"logging in.\n" -"\t\t" -msgstr "" - -#: mod/lostpass.php:167 -#, php-format -msgid "Your password has been changed at %s" -msgstr "" - #: mod/probe.php:14 mod/webfinger.php:17 msgid "Only logged in users are permitted to perform a probing." msgstr "" @@ -3328,392 +3194,6 @@ msgstr "" msgid "Upload New Videos" msgstr "" -#: mod/contacts.php:157 -#, php-format -msgid "%d contact edited." -msgid_plural "%d contacts edited." -msgstr[0] "" -msgstr[1] "" - -#: mod/contacts.php:184 mod/contacts.php:400 -msgid "Could not access contact record." -msgstr "" - -#: mod/contacts.php:194 -msgid "Could not locate selected profile." -msgstr "" - -#: mod/contacts.php:228 -msgid "Contact updated." -msgstr "" - -#: mod/contacts.php:421 -msgid "Contact has been blocked" -msgstr "" - -#: mod/contacts.php:421 -msgid "Contact has been unblocked" -msgstr "" - -#: mod/contacts.php:432 -msgid "Contact has been ignored" -msgstr "" - -#: mod/contacts.php:432 -msgid "Contact has been unignored" -msgstr "" - -#: mod/contacts.php:443 -msgid "Contact has been archived" -msgstr "" - -#: mod/contacts.php:443 -msgid "Contact has been unarchived" -msgstr "" - -#: mod/contacts.php:467 -msgid "Drop contact" -msgstr "" - -#: mod/contacts.php:470 mod/contacts.php:823 -msgid "Do you really want to delete this contact?" -msgstr "" - -#: mod/contacts.php:488 -msgid "Contact has been removed." -msgstr "" - -#: mod/contacts.php:519 -#, php-format -msgid "You are mutual friends with %s" -msgstr "" - -#: mod/contacts.php:523 -#, php-format -msgid "You are sharing with %s" -msgstr "" - -#: mod/contacts.php:527 -#, php-format -msgid "%s is sharing with you" -msgstr "" - -#: mod/contacts.php:547 -msgid "Private communications are not available for this contact." -msgstr "" - -#: mod/contacts.php:549 -msgid "Never" -msgstr "" - -#: mod/contacts.php:552 -msgid "(Update was successful)" -msgstr "" - -#: mod/contacts.php:552 -msgid "(Update was not successful)" -msgstr "" - -#: mod/contacts.php:554 mod/contacts.php:992 -msgid "Suggest friends" -msgstr "" - -#: mod/contacts.php:558 -#, php-format -msgid "Network type: %s" -msgstr "" - -#: mod/contacts.php:563 -msgid "Communications lost with this contact!" -msgstr "" - -#: mod/contacts.php:569 -msgid "Fetch further information for feeds" -msgstr "" - -#: mod/contacts.php:571 -msgid "" -"Fetch information like preview pictures, title and teaser from the feed " -"item. You can activate this if the feed doesn't contain much text. Keywords " -"are taken from the meta header in the feed item and are posted as hash tags." -msgstr "" - -#: mod/contacts.php:572 mod/admin.php:1272 mod/admin.php:1435 -#: mod/admin.php:1445 -msgid "Disabled" -msgstr "" - -#: mod/contacts.php:573 -msgid "Fetch information" -msgstr "" - -#: mod/contacts.php:574 -msgid "Fetch keywords" -msgstr "" - -#: mod/contacts.php:575 -msgid "Fetch information and keywords" -msgstr "" - -#: mod/contacts.php:599 mod/unfollow.php:100 -msgid "Disconnect/Unfollow" -msgstr "" - -#: mod/contacts.php:608 -msgid "Contact" -msgstr "" - -#: mod/contacts.php:611 -msgid "Profile Visibility" -msgstr "" - -#: mod/contacts.php:612 -#, php-format -msgid "" -"Please choose the profile you would like to display to %s when viewing your " -"profile securely." -msgstr "" - -#: mod/contacts.php:613 -msgid "Contact Information / Notes" -msgstr "" - -#: mod/contacts.php:614 -msgid "Their personal note" -msgstr "" - -#: mod/contacts.php:616 -msgid "Edit contact notes" -msgstr "" - -#: mod/contacts.php:620 -msgid "Block/Unblock contact" -msgstr "" - -#: mod/contacts.php:621 -msgid "Ignore contact" -msgstr "" - -#: mod/contacts.php:622 -msgid "Repair URL settings" -msgstr "" - -#: mod/contacts.php:623 -msgid "View conversations" -msgstr "" - -#: mod/contacts.php:628 -msgid "Last update:" -msgstr "" - -#: mod/contacts.php:630 -msgid "Update public posts" -msgstr "" - -#: mod/contacts.php:632 mod/contacts.php:1002 -msgid "Update now" -msgstr "" - -#: mod/contacts.php:637 mod/contacts.php:827 mod/contacts.php:1011 -#: mod/admin.php:485 mod/admin.php:1800 -msgid "Unblock" -msgstr "" - -#: mod/contacts.php:637 mod/contacts.php:827 mod/contacts.php:1011 -#: mod/admin.php:484 mod/admin.php:1799 -msgid "Block" -msgstr "" - -#: mod/contacts.php:638 mod/contacts.php:828 mod/contacts.php:1019 -msgid "Unignore" -msgstr "" - -#: mod/contacts.php:642 -msgid "Currently blocked" -msgstr "" - -#: mod/contacts.php:643 -msgid "Currently ignored" -msgstr "" - -#: mod/contacts.php:644 -msgid "Currently archived" -msgstr "" - -#: mod/contacts.php:645 -msgid "Awaiting connection acknowledge" -msgstr "" - -#: mod/contacts.php:646 -msgid "" -"Replies/likes to your public posts may still be visible" -msgstr "" - -#: mod/contacts.php:647 -msgid "Notification for new posts" -msgstr "" - -#: mod/contacts.php:647 -msgid "Send a notification of every new post of this contact" -msgstr "" - -#: mod/contacts.php:650 -msgid "Blacklisted keywords" -msgstr "" - -#: mod/contacts.php:650 -msgid "" -"Comma separated list of keywords that should not be converted to hashtags, " -"when \"Fetch information and keywords\" is selected" -msgstr "" - -#: mod/contacts.php:662 src/Model/Profile.php:424 -msgid "XMPP:" -msgstr "" - -#: mod/contacts.php:667 -msgid "Actions" -msgstr "" - -#: mod/contacts.php:669 mod/contacts.php:855 src/Content/Nav.php:100 -#: src/Model/Profile.php:888 view/theme/frio/theme.php:259 -msgid "Status" -msgstr "" - -#: mod/contacts.php:670 -msgid "Contact Settings" -msgstr "" - -#: mod/contacts.php:711 -msgid "Suggestions" -msgstr "" - -#: mod/contacts.php:714 -msgid "Suggest potential friends" -msgstr "" - -#: mod/contacts.php:722 -msgid "Show all contacts" -msgstr "" - -#: mod/contacts.php:727 -msgid "Unblocked" -msgstr "" - -#: mod/contacts.php:730 -msgid "Only show unblocked contacts" -msgstr "" - -#: mod/contacts.php:735 -msgid "Blocked" -msgstr "" - -#: mod/contacts.php:738 -msgid "Only show blocked contacts" -msgstr "" - -#: mod/contacts.php:743 -msgid "Ignored" -msgstr "" - -#: mod/contacts.php:746 -msgid "Only show ignored contacts" -msgstr "" - -#: mod/contacts.php:751 -msgid "Archived" -msgstr "" - -#: mod/contacts.php:754 -msgid "Only show archived contacts" -msgstr "" - -#: mod/contacts.php:759 -msgid "Hidden" -msgstr "" - -#: mod/contacts.php:762 -msgid "Only show hidden contacts" -msgstr "" - -#: mod/contacts.php:818 -msgid "Search your contacts" -msgstr "" - -#: mod/contacts.php:820 mod/directory.php:209 src/Content/Widget.php:63 -msgid "Find" -msgstr "" - -#: mod/contacts.php:826 mod/settings.php:171 mod/settings.php:701 -msgid "Update" -msgstr "" - -#: mod/contacts.php:829 mod/contacts.php:1027 -msgid "Archive" -msgstr "" - -#: mod/contacts.php:829 mod/contacts.php:1027 -msgid "Unarchive" -msgstr "" - -#: mod/contacts.php:832 -msgid "Batch Actions" -msgstr "" - -#: mod/contacts.php:858 mod/unfollow.php:132 mod/follow.php:186 -#: src/Model/Profile.php:891 -msgid "Status Messages and Posts" -msgstr "" - -#: mod/contacts.php:866 src/Model/Profile.php:899 -msgid "Profile Details" -msgstr "" - -#: mod/contacts.php:878 -msgid "View all contacts" -msgstr "" - -#: mod/contacts.php:889 -msgid "View all common friends" -msgstr "" - -#: mod/contacts.php:895 mod/events.php:532 mod/admin.php:1351 -#: src/Model/Profile.php:865 -msgid "Advanced" -msgstr "" - -#: mod/contacts.php:898 -msgid "Advanced Contact Settings" -msgstr "" - -#: mod/contacts.php:930 -msgid "Mutual Friendship" -msgstr "" - -#: mod/contacts.php:934 -msgid "is a fan of yours" -msgstr "" - -#: mod/contacts.php:938 -msgid "you are a fan of" -msgstr "" - -#: mod/contacts.php:1013 -msgid "Toggle Blocked status" -msgstr "" - -#: mod/contacts.php:1021 -msgid "Toggle Ignored status" -msgstr "" - -#: mod/contacts.php:1029 -msgid "Toggle Archive status" -msgstr "" - -#: mod/contacts.php:1037 -msgid "Delete contact" -msgstr "" - #: mod/delegate.php:37 msgid "Parent user not found." msgstr "" @@ -4193,6 +3673,15 @@ msgstr "" msgid "Unfollowing is currently not supported by your network." msgstr "" +#: mod/unfollow.php:100 mod/contacts.php:599 +msgid "Disconnect/Unfollow" +msgstr "" + +#: mod/unfollow.php:132 mod/follow.php:186 mod/contacts.php:858 +#: src/Model/Profile.php:891 +msgid "Status Messages and Posts" +msgstr "" + #: mod/cal.php:274 mod/events.php:391 src/Content/Nav.php:104 #: src/Content/Nav.php:169 src/Model/Profile.php:924 src/Model/Profile.php:935 #: view/theme/frio/theme.php:263 view/theme/frio/theme.php:267 @@ -4302,6 +3791,11 @@ msgstr "" msgid "Basic" msgstr "" +#: mod/events.php:532 mod/contacts.php:895 mod/admin.php:1351 +#: src/Model/Profile.php:865 +msgid "Advanced" +msgstr "" + #: mod/events.php:552 msgid "Failed to remove event" msgstr "" @@ -4402,6 +3896,10 @@ msgstr "" msgid "Missing some important data!" msgstr "" +#: mod/settings.php:171 mod/settings.php:701 mod/contacts.php:826 +msgid "Update" +msgstr "" + #: mod/settings.php:279 msgid "Failed to connect with email account using the settings provided." msgstr "" @@ -5258,6 +4756,10 @@ msgstr "" msgid "Site Directory" msgstr "" +#: mod/directory.php:209 mod/contacts.php:820 src/Content/Widget.php:63 +msgid "Find" +msgstr "" + #: mod/directory.php:213 msgid "No entries (some entries may be hidden)." msgstr "" @@ -5701,6 +5203,584 @@ msgstr "" msgid "Create New Profile" msgstr "" +#: mod/contacts.php:157 +#, php-format +msgid "%d contact edited." +msgid_plural "%d contacts edited." +msgstr[0] "" +msgstr[1] "" + +#: mod/contacts.php:184 mod/contacts.php:400 +msgid "Could not access contact record." +msgstr "" + +#: mod/contacts.php:194 +msgid "Could not locate selected profile." +msgstr "" + +#: mod/contacts.php:228 +msgid "Contact updated." +msgstr "" + +#: mod/contacts.php:421 +msgid "Contact has been blocked" +msgstr "" + +#: mod/contacts.php:421 +msgid "Contact has been unblocked" +msgstr "" + +#: mod/contacts.php:432 +msgid "Contact has been ignored" +msgstr "" + +#: mod/contacts.php:432 +msgid "Contact has been unignored" +msgstr "" + +#: mod/contacts.php:443 +msgid "Contact has been archived" +msgstr "" + +#: mod/contacts.php:443 +msgid "Contact has been unarchived" +msgstr "" + +#: mod/contacts.php:467 +msgid "Drop contact" +msgstr "" + +#: mod/contacts.php:470 mod/contacts.php:823 +msgid "Do you really want to delete this contact?" +msgstr "" + +#: mod/contacts.php:488 +msgid "Contact has been removed." +msgstr "" + +#: mod/contacts.php:519 +#, php-format +msgid "You are mutual friends with %s" +msgstr "" + +#: mod/contacts.php:523 +#, php-format +msgid "You are sharing with %s" +msgstr "" + +#: mod/contacts.php:527 +#, php-format +msgid "%s is sharing with you" +msgstr "" + +#: mod/contacts.php:547 +msgid "Private communications are not available for this contact." +msgstr "" + +#: mod/contacts.php:549 +msgid "Never" +msgstr "" + +#: mod/contacts.php:552 +msgid "(Update was successful)" +msgstr "" + +#: mod/contacts.php:552 +msgid "(Update was not successful)" +msgstr "" + +#: mod/contacts.php:554 mod/contacts.php:992 +msgid "Suggest friends" +msgstr "" + +#: mod/contacts.php:558 +#, php-format +msgid "Network type: %s" +msgstr "" + +#: mod/contacts.php:563 +msgid "Communications lost with this contact!" +msgstr "" + +#: mod/contacts.php:569 +msgid "Fetch further information for feeds" +msgstr "" + +#: mod/contacts.php:571 +msgid "" +"Fetch information like preview pictures, title and teaser from the feed " +"item. You can activate this if the feed doesn't contain much text. Keywords " +"are taken from the meta header in the feed item and are posted as hash tags." +msgstr "" + +#: mod/contacts.php:572 mod/admin.php:1272 mod/admin.php:1435 +#: mod/admin.php:1445 +msgid "Disabled" +msgstr "" + +#: mod/contacts.php:573 +msgid "Fetch information" +msgstr "" + +#: mod/contacts.php:574 +msgid "Fetch keywords" +msgstr "" + +#: mod/contacts.php:575 +msgid "Fetch information and keywords" +msgstr "" + +#: mod/contacts.php:608 +msgid "Contact" +msgstr "" + +#: mod/contacts.php:611 +msgid "Profile Visibility" +msgstr "" + +#: mod/contacts.php:612 +#, php-format +msgid "" +"Please choose the profile you would like to display to %s when viewing your " +"profile securely." +msgstr "" + +#: mod/contacts.php:613 +msgid "Contact Information / Notes" +msgstr "" + +#: mod/contacts.php:614 +msgid "Their personal note" +msgstr "" + +#: mod/contacts.php:616 +msgid "Edit contact notes" +msgstr "" + +#: mod/contacts.php:620 +msgid "Block/Unblock contact" +msgstr "" + +#: mod/contacts.php:621 +msgid "Ignore contact" +msgstr "" + +#: mod/contacts.php:622 +msgid "Repair URL settings" +msgstr "" + +#: mod/contacts.php:623 +msgid "View conversations" +msgstr "" + +#: mod/contacts.php:628 +msgid "Last update:" +msgstr "" + +#: mod/contacts.php:630 +msgid "Update public posts" +msgstr "" + +#: mod/contacts.php:632 mod/contacts.php:1002 +msgid "Update now" +msgstr "" + +#: mod/contacts.php:637 mod/contacts.php:827 mod/contacts.php:1011 +#: mod/admin.php:485 mod/admin.php:1800 +msgid "Unblock" +msgstr "" + +#: mod/contacts.php:637 mod/contacts.php:827 mod/contacts.php:1011 +#: mod/admin.php:484 mod/admin.php:1799 +msgid "Block" +msgstr "" + +#: mod/contacts.php:638 mod/contacts.php:828 mod/contacts.php:1019 +msgid "Unignore" +msgstr "" + +#: mod/contacts.php:642 +msgid "Currently blocked" +msgstr "" + +#: mod/contacts.php:643 +msgid "Currently ignored" +msgstr "" + +#: mod/contacts.php:644 +msgid "Currently archived" +msgstr "" + +#: mod/contacts.php:645 +msgid "Awaiting connection acknowledge" +msgstr "" + +#: mod/contacts.php:646 +msgid "" +"Replies/likes to your public posts may still be visible" +msgstr "" + +#: mod/contacts.php:647 +msgid "Notification for new posts" +msgstr "" + +#: mod/contacts.php:647 +msgid "Send a notification of every new post of this contact" +msgstr "" + +#: mod/contacts.php:650 +msgid "Blacklisted keywords" +msgstr "" + +#: mod/contacts.php:650 +msgid "" +"Comma separated list of keywords that should not be converted to hashtags, " +"when \"Fetch information and keywords\" is selected" +msgstr "" + +#: mod/contacts.php:662 src/Model/Profile.php:424 +msgid "XMPP:" +msgstr "" + +#: mod/contacts.php:667 +msgid "Actions" +msgstr "" + +#: mod/contacts.php:669 mod/contacts.php:855 src/Content/Nav.php:100 +#: src/Model/Profile.php:888 view/theme/frio/theme.php:259 +msgid "Status" +msgstr "" + +#: mod/contacts.php:670 +msgid "Contact Settings" +msgstr "" + +#: mod/contacts.php:711 +msgid "Suggestions" +msgstr "" + +#: mod/contacts.php:714 +msgid "Suggest potential friends" +msgstr "" + +#: mod/contacts.php:722 +msgid "Show all contacts" +msgstr "" + +#: mod/contacts.php:727 +msgid "Unblocked" +msgstr "" + +#: mod/contacts.php:730 +msgid "Only show unblocked contacts" +msgstr "" + +#: mod/contacts.php:735 +msgid "Blocked" +msgstr "" + +#: mod/contacts.php:738 +msgid "Only show blocked contacts" +msgstr "" + +#: mod/contacts.php:743 +msgid "Ignored" +msgstr "" + +#: mod/contacts.php:746 +msgid "Only show ignored contacts" +msgstr "" + +#: mod/contacts.php:751 +msgid "Archived" +msgstr "" + +#: mod/contacts.php:754 +msgid "Only show archived contacts" +msgstr "" + +#: mod/contacts.php:759 +msgid "Hidden" +msgstr "" + +#: mod/contacts.php:762 +msgid "Only show hidden contacts" +msgstr "" + +#: mod/contacts.php:818 +msgid "Search your contacts" +msgstr "" + +#: mod/contacts.php:829 mod/contacts.php:1027 +msgid "Archive" +msgstr "" + +#: mod/contacts.php:829 mod/contacts.php:1027 +msgid "Unarchive" +msgstr "" + +#: mod/contacts.php:832 +msgid "Batch Actions" +msgstr "" + +#: mod/contacts.php:866 src/Model/Profile.php:899 +msgid "Profile Details" +msgstr "" + +#: mod/contacts.php:878 +msgid "View all contacts" +msgstr "" + +#: mod/contacts.php:889 +msgid "View all common friends" +msgstr "" + +#: mod/contacts.php:898 +msgid "Advanced Contact Settings" +msgstr "" + +#: mod/contacts.php:930 +msgid "Mutual Friendship" +msgstr "" + +#: mod/contacts.php:934 +msgid "is a fan of yours" +msgstr "" + +#: mod/contacts.php:938 +msgid "you are a fan of" +msgstr "" + +#: mod/contacts.php:1013 +msgid "Toggle Blocked status" +msgstr "" + +#: mod/contacts.php:1021 +msgid "Toggle Ignored status" +msgstr "" + +#: mod/contacts.php:1029 +msgid "Toggle Archive status" +msgstr "" + +#: mod/contacts.php:1037 +msgid "Delete contact" +msgstr "" + +#: mod/_tos.php:48 mod/register.php:288 mod/admin.php:188 mod/admin.php:302 +#: src/Module/Tos.php:48 +msgid "Terms of Service" +msgstr "" + +#: mod/_tos.php:51 src/Module/Tos.php:51 +msgid "Privacy Statement" +msgstr "" + +#: mod/_tos.php:52 src/Module/Tos.php:52 +msgid "" +"At the time of registration, and for providing communications between the " +"user account and their contacts, the user has to provide a display name (pen " +"name), an username (nickname) and a working email address. The names will be " +"accessible on the profile page of the account by any visitor of the page, " +"even if other profile details are not displayed. The email address will only " +"be used to send the user notifications about interactions, but wont be " +"visibly displayed. The listing of an account in the node's user directory or " +"the global user directory is optional and can be controlled in the user " +"settings, it is not necessary for communication." +msgstr "" + +#: mod/_tos.php:53 src/Module/Tos.php:53 +#, php-format +msgid "" +"At any point in time a logged in user can export their account data from the " +"account settings. If the user wants to " +"delete their account they can do so at %1$s/" +"removeme. The deletion of the account will be permanent." +msgstr "" + +#: mod/friendica.php:77 +msgid "This is Friendica, version" +msgstr "" + +#: mod/friendica.php:78 +msgid "running at web location" +msgstr "" + +#: mod/friendica.php:82 +msgid "" +"Please visit Friendi.ca to learn more " +"about the Friendica project." +msgstr "" + +#: mod/friendica.php:86 +msgid "Bug reports and issues: please visit" +msgstr "" + +#: mod/friendica.php:86 +msgid "the bugtracker at github" +msgstr "" + +#: mod/friendica.php:89 +msgid "" +"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - " +"dot com" +msgstr "" + +#: mod/friendica.php:103 +msgid "Installed addons/apps:" +msgstr "" + +#: mod/friendica.php:117 +msgid "No installed addons/apps" +msgstr "" + +#: mod/friendica.php:122 +#, php-format +msgid "Read about the Terms of Service of this node." +msgstr "" + +#: mod/friendica.php:127 +msgid "On this server the following remote servers are blocked." +msgstr "" + +#: mod/friendica.php:128 mod/admin.php:354 mod/admin.php:372 +msgid "Reason for the block" +msgstr "" + +#: mod/lostpass.php:27 +msgid "No valid account found." +msgstr "" + +#: mod/lostpass.php:39 +msgid "Password reset request issued. Check your email." +msgstr "" + +#: mod/lostpass.php:45 +#, php-format +msgid "" +"\n" +"\t\tDear %1$s,\n" +"\t\t\tA request was recently received at \"%2$s\" to reset your account\n" +"\t\tpassword. In order to confirm this request, please select the " +"verification link\n" +"\t\tbelow or paste it into your web browser address bar.\n" +"\n" +"\t\tIf you did NOT request this change, please DO NOT follow the link\n" +"\t\tprovided and ignore and/or delete this email, the request will expire " +"shortly.\n" +"\n" +"\t\tYour password will not be changed unless we can verify that you\n" +"\t\tissued this request." +msgstr "" + +#: mod/lostpass.php:56 +#, php-format +msgid "" +"\n" +"\t\tFollow this link soon to verify your identity:\n" +"\n" +"\t\t%1$s\n" +"\n" +"\t\tYou will then receive a follow-up message containing the new password.\n" +"\t\tYou may change that password from your account settings page after " +"logging in.\n" +"\n" +"\t\tThe login details are as follows:\n" +"\n" +"\t\tSite Location:\t%2$s\n" +"\t\tLogin Name:\t%3$s" +msgstr "" + +#: mod/lostpass.php:73 +#, php-format +msgid "Password reset requested at %s" +msgstr "" + +#: mod/lostpass.php:89 +msgid "" +"Request could not be verified. (You may have previously submitted it.) " +"Password reset failed." +msgstr "" + +#: mod/lostpass.php:102 +msgid "Request has expired, please make a new one." +msgstr "" + +#: mod/lostpass.php:117 +msgid "Forgot your Password?" +msgstr "" + +#: mod/lostpass.php:118 +msgid "" +"Enter your email address and submit to have your password reset. Then check " +"your email for further instructions." +msgstr "" + +#: mod/lostpass.php:119 src/Module/Login.php:314 +msgid "Nickname or Email: " +msgstr "" + +#: mod/lostpass.php:120 +msgid "Reset" +msgstr "" + +#: mod/lostpass.php:136 src/Module/Login.php:326 +msgid "Password Reset" +msgstr "" + +#: mod/lostpass.php:137 +msgid "Your password has been reset as requested." +msgstr "" + +#: mod/lostpass.php:138 +msgid "Your new password is" +msgstr "" + +#: mod/lostpass.php:139 +msgid "Save or copy your new password - and then" +msgstr "" + +#: mod/lostpass.php:140 +msgid "click here to login" +msgstr "" + +#: mod/lostpass.php:141 +msgid "" +"Your password may be changed from the Settings page after " +"successful login." +msgstr "" + +#: mod/lostpass.php:149 +#, php-format +msgid "" +"\n" +"\t\t\tDear %1$s,\n" +"\t\t\t\tYour password has been changed as requested. Please retain this\n" +"\t\t\tinformation for your records (or change your password immediately to\n" +"\t\t\tsomething that you will remember).\n" +"\t\t" +msgstr "" + +#: mod/lostpass.php:155 +#, php-format +msgid "" +"\n" +"\t\t\tYour login details are as follows:\n" +"\n" +"\t\t\tSite Location:\t%1$s\n" +"\t\t\tLogin Name:\t%2$s\n" +"\t\t\tPassword:\t%3$s\n" +"\n" +"\t\t\tYou may change that password from your account settings page after " +"logging in.\n" +"\t\t" +msgstr "" + +#: mod/lostpass.php:169 +#, php-format +msgid "Your password has been changed at %s" +msgstr "" + #: mod/register.php:99 msgid "" "Registration successful. Please check your email for further instructions." @@ -5798,59 +5878,6 @@ msgstr "" msgid "Import your profile to this friendica instance" msgstr "" -#: mod/register.php:288 mod/admin.php:188 mod/admin.php:302 mod/tos.php:48 -msgid "Terms of Service" -msgstr "" - -#: mod/friendica.php:77 -msgid "This is Friendica, version" -msgstr "" - -#: mod/friendica.php:78 -msgid "running at web location" -msgstr "" - -#: mod/friendica.php:82 -msgid "" -"Please visit Friendi.ca to learn more " -"about the Friendica project." -msgstr "" - -#: mod/friendica.php:86 -msgid "Bug reports and issues: please visit" -msgstr "" - -#: mod/friendica.php:86 -msgid "the bugtracker at github" -msgstr "" - -#: mod/friendica.php:89 -msgid "" -"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - " -"dot com" -msgstr "" - -#: mod/friendica.php:103 -msgid "Installed addons/apps:" -msgstr "" - -#: mod/friendica.php:117 -msgid "No installed addons/apps" -msgstr "" - -#: mod/friendica.php:122 -#, php-format -msgid "Read about the Terms of Service of this node." -msgstr "" - -#: mod/friendica.php:127 -msgid "On this server the following remote servers are blocked." -msgstr "" - -#: mod/friendica.php:128 mod/admin.php:354 mod/admin.php:372 -msgid "Reason for the block" -msgstr "" - #: mod/admin.php:106 msgid "Theme settings updated." msgstr "" @@ -5976,7 +6003,7 @@ msgid "" msgstr "" #: mod/admin.php:305 -msgid "The Terms of Usage" +msgid "The Terms of Service" msgstr "" #: mod/admin.php:305 @@ -7525,32 +7552,6 @@ msgstr "" msgid "Manage Additional Features" msgstr "" -#: mod/tos.php:51 -msgid "Privacy Statement" -msgstr "" - -#: mod/tos.php:52 -msgid "" -"At the time of registration, and for providing communications between the " -"user account and their contacts, the user has to provide a display name (pen " -"name), an username (nickname) and a working email address. The names will be " -"accessible on the profile page of the account by any visitor of the page, " -"even if other profile details are not displayed. The email address will only " -"be used to send the user notifications about interactions, but wont be " -"visibly displayed. The listing of an account in the node's user directory or " -"the global user directory is optional and can be controlled in the user " -"settings, it is not necessary for communication." -msgstr "" - -#: mod/tos.php:53 -#, php-format -msgid "" -"At any point in time a logged in user can export their account data from the " -"account settings. If the user wants to " -"delete their account they can do so at %1$s/" -"removeme. The deletion of the account will be permanent." -msgstr "" - #: src/Core/UserImport.php:104 msgid "Error decoding account file" msgstr "" @@ -7772,314 +7773,6 @@ msgstr "" msgid "Invalid link protocol" msgstr "" -#: src/Content/ContactSelector.php:55 -msgid "Frequently" -msgstr "" - -#: src/Content/ContactSelector.php:56 -msgid "Hourly" -msgstr "" - -#: src/Content/ContactSelector.php:57 -msgid "Twice daily" -msgstr "" - -#: src/Content/ContactSelector.php:58 -msgid "Daily" -msgstr "" - -#: src/Content/ContactSelector.php:59 -msgid "Weekly" -msgstr "" - -#: src/Content/ContactSelector.php:60 -msgid "Monthly" -msgstr "" - -#: src/Content/ContactSelector.php:80 -msgid "OStatus" -msgstr "" - -#: src/Content/ContactSelector.php:81 -msgid "RSS/Atom" -msgstr "" - -#: src/Content/ContactSelector.php:84 -msgid "Facebook" -msgstr "" - -#: src/Content/ContactSelector.php:85 -msgid "Zot!" -msgstr "" - -#: src/Content/ContactSelector.php:86 -msgid "LinkedIn" -msgstr "" - -#: src/Content/ContactSelector.php:87 -msgid "XMPP/IM" -msgstr "" - -#: src/Content/ContactSelector.php:88 -msgid "MySpace" -msgstr "" - -#: src/Content/ContactSelector.php:89 -msgid "Google+" -msgstr "" - -#: src/Content/ContactSelector.php:90 -msgid "pump.io" -msgstr "" - -#: src/Content/ContactSelector.php:91 -msgid "Twitter" -msgstr "" - -#: src/Content/ContactSelector.php:92 -msgid "Diaspora Connector" -msgstr "" - -#: src/Content/ContactSelector.php:93 -msgid "GNU Social Connector" -msgstr "" - -#: src/Content/ContactSelector.php:94 -msgid "pnut" -msgstr "" - -#: src/Content/ContactSelector.php:95 -msgid "App.net" -msgstr "" - -#: src/Content/ContactSelector.php:125 -msgid "Male" -msgstr "" - -#: src/Content/ContactSelector.php:125 -msgid "Female" -msgstr "" - -#: src/Content/ContactSelector.php:125 -msgid "Currently Male" -msgstr "" - -#: src/Content/ContactSelector.php:125 -msgid "Currently Female" -msgstr "" - -#: src/Content/ContactSelector.php:125 -msgid "Mostly Male" -msgstr "" - -#: src/Content/ContactSelector.php:125 -msgid "Mostly Female" -msgstr "" - -#: src/Content/ContactSelector.php:125 -msgid "Transgender" -msgstr "" - -#: src/Content/ContactSelector.php:125 -msgid "Intersex" -msgstr "" - -#: src/Content/ContactSelector.php:125 -msgid "Transsexual" -msgstr "" - -#: src/Content/ContactSelector.php:125 -msgid "Hermaphrodite" -msgstr "" - -#: src/Content/ContactSelector.php:125 -msgid "Neuter" -msgstr "" - -#: src/Content/ContactSelector.php:125 -msgid "Non-specific" -msgstr "" - -#: src/Content/ContactSelector.php:125 -msgid "Other" -msgstr "" - -#: src/Content/ContactSelector.php:147 -msgid "Males" -msgstr "" - -#: src/Content/ContactSelector.php:147 -msgid "Females" -msgstr "" - -#: src/Content/ContactSelector.php:147 -msgid "Gay" -msgstr "" - -#: src/Content/ContactSelector.php:147 -msgid "Lesbian" -msgstr "" - -#: src/Content/ContactSelector.php:147 -msgid "No Preference" -msgstr "" - -#: src/Content/ContactSelector.php:147 -msgid "Bisexual" -msgstr "" - -#: src/Content/ContactSelector.php:147 -msgid "Autosexual" -msgstr "" - -#: src/Content/ContactSelector.php:147 -msgid "Abstinent" -msgstr "" - -#: src/Content/ContactSelector.php:147 -msgid "Virgin" -msgstr "" - -#: src/Content/ContactSelector.php:147 -msgid "Deviant" -msgstr "" - -#: src/Content/ContactSelector.php:147 -msgid "Fetish" -msgstr "" - -#: src/Content/ContactSelector.php:147 -msgid "Oodles" -msgstr "" - -#: src/Content/ContactSelector.php:147 -msgid "Nonsexual" -msgstr "" - -#: src/Content/ContactSelector.php:169 -msgid "Single" -msgstr "" - -#: src/Content/ContactSelector.php:169 -msgid "Lonely" -msgstr "" - -#: src/Content/ContactSelector.php:169 -msgid "Available" -msgstr "" - -#: src/Content/ContactSelector.php:169 -msgid "Unavailable" -msgstr "" - -#: src/Content/ContactSelector.php:169 -msgid "Has crush" -msgstr "" - -#: src/Content/ContactSelector.php:169 -msgid "Infatuated" -msgstr "" - -#: src/Content/ContactSelector.php:169 -msgid "Dating" -msgstr "" - -#: src/Content/ContactSelector.php:169 -msgid "Unfaithful" -msgstr "" - -#: src/Content/ContactSelector.php:169 -msgid "Sex Addict" -msgstr "" - -#: src/Content/ContactSelector.php:169 src/Model/User.php:505 -msgid "Friends" -msgstr "" - -#: src/Content/ContactSelector.php:169 -msgid "Friends/Benefits" -msgstr "" - -#: src/Content/ContactSelector.php:169 -msgid "Casual" -msgstr "" - -#: src/Content/ContactSelector.php:169 -msgid "Engaged" -msgstr "" - -#: src/Content/ContactSelector.php:169 -msgid "Married" -msgstr "" - -#: src/Content/ContactSelector.php:169 -msgid "Imaginarily married" -msgstr "" - -#: src/Content/ContactSelector.php:169 -msgid "Partners" -msgstr "" - -#: src/Content/ContactSelector.php:169 -msgid "Cohabiting" -msgstr "" - -#: src/Content/ContactSelector.php:169 -msgid "Common law" -msgstr "" - -#: src/Content/ContactSelector.php:169 -msgid "Happy" -msgstr "" - -#: src/Content/ContactSelector.php:169 -msgid "Not looking" -msgstr "" - -#: src/Content/ContactSelector.php:169 -msgid "Swinger" -msgstr "" - -#: src/Content/ContactSelector.php:169 -msgid "Betrayed" -msgstr "" - -#: src/Content/ContactSelector.php:169 -msgid "Separated" -msgstr "" - -#: src/Content/ContactSelector.php:169 -msgid "Unstable" -msgstr "" - -#: src/Content/ContactSelector.php:169 -msgid "Divorced" -msgstr "" - -#: src/Content/ContactSelector.php:169 -msgid "Imaginarily divorced" -msgstr "" - -#: src/Content/ContactSelector.php:169 -msgid "Widowed" -msgstr "" - -#: src/Content/ContactSelector.php:169 -msgid "Uncertain" -msgstr "" - -#: src/Content/ContactSelector.php:169 -msgid "It's complicated" -msgstr "" - -#: src/Content/ContactSelector.php:169 -msgid "Don't care" -msgstr "" - -#: src/Content/ContactSelector.php:169 -msgid "Ask me" -msgstr "" - #: src/Content/ForumManager.php:127 view/theme/vier/theme.php:256 msgid "External link to forum" msgstr "" @@ -8561,6 +8254,314 @@ msgid_plural "%d contacts in common" msgstr[0] "" msgstr[1] "" +#: src/Content/ContactSelector.php:55 +msgid "Frequently" +msgstr "" + +#: src/Content/ContactSelector.php:56 +msgid "Hourly" +msgstr "" + +#: src/Content/ContactSelector.php:57 +msgid "Twice daily" +msgstr "" + +#: src/Content/ContactSelector.php:58 +msgid "Daily" +msgstr "" + +#: src/Content/ContactSelector.php:59 +msgid "Weekly" +msgstr "" + +#: src/Content/ContactSelector.php:60 +msgid "Monthly" +msgstr "" + +#: src/Content/ContactSelector.php:80 +msgid "OStatus" +msgstr "" + +#: src/Content/ContactSelector.php:81 +msgid "RSS/Atom" +msgstr "" + +#: src/Content/ContactSelector.php:84 +msgid "Facebook" +msgstr "" + +#: src/Content/ContactSelector.php:85 +msgid "Zot!" +msgstr "" + +#: src/Content/ContactSelector.php:86 +msgid "LinkedIn" +msgstr "" + +#: src/Content/ContactSelector.php:87 +msgid "XMPP/IM" +msgstr "" + +#: src/Content/ContactSelector.php:88 +msgid "MySpace" +msgstr "" + +#: src/Content/ContactSelector.php:89 +msgid "Google+" +msgstr "" + +#: src/Content/ContactSelector.php:90 +msgid "pump.io" +msgstr "" + +#: src/Content/ContactSelector.php:91 +msgid "Twitter" +msgstr "" + +#: src/Content/ContactSelector.php:92 +msgid "Diaspora Connector" +msgstr "" + +#: src/Content/ContactSelector.php:93 +msgid "GNU Social Connector" +msgstr "" + +#: src/Content/ContactSelector.php:94 +msgid "pnut" +msgstr "" + +#: src/Content/ContactSelector.php:95 +msgid "App.net" +msgstr "" + +#: src/Content/ContactSelector.php:125 +msgid "Male" +msgstr "" + +#: src/Content/ContactSelector.php:125 +msgid "Female" +msgstr "" + +#: src/Content/ContactSelector.php:125 +msgid "Currently Male" +msgstr "" + +#: src/Content/ContactSelector.php:125 +msgid "Currently Female" +msgstr "" + +#: src/Content/ContactSelector.php:125 +msgid "Mostly Male" +msgstr "" + +#: src/Content/ContactSelector.php:125 +msgid "Mostly Female" +msgstr "" + +#: src/Content/ContactSelector.php:125 +msgid "Transgender" +msgstr "" + +#: src/Content/ContactSelector.php:125 +msgid "Intersex" +msgstr "" + +#: src/Content/ContactSelector.php:125 +msgid "Transsexual" +msgstr "" + +#: src/Content/ContactSelector.php:125 +msgid "Hermaphrodite" +msgstr "" + +#: src/Content/ContactSelector.php:125 +msgid "Neuter" +msgstr "" + +#: src/Content/ContactSelector.php:125 +msgid "Non-specific" +msgstr "" + +#: src/Content/ContactSelector.php:125 +msgid "Other" +msgstr "" + +#: src/Content/ContactSelector.php:147 +msgid "Males" +msgstr "" + +#: src/Content/ContactSelector.php:147 +msgid "Females" +msgstr "" + +#: src/Content/ContactSelector.php:147 +msgid "Gay" +msgstr "" + +#: src/Content/ContactSelector.php:147 +msgid "Lesbian" +msgstr "" + +#: src/Content/ContactSelector.php:147 +msgid "No Preference" +msgstr "" + +#: src/Content/ContactSelector.php:147 +msgid "Bisexual" +msgstr "" + +#: src/Content/ContactSelector.php:147 +msgid "Autosexual" +msgstr "" + +#: src/Content/ContactSelector.php:147 +msgid "Abstinent" +msgstr "" + +#: src/Content/ContactSelector.php:147 +msgid "Virgin" +msgstr "" + +#: src/Content/ContactSelector.php:147 +msgid "Deviant" +msgstr "" + +#: src/Content/ContactSelector.php:147 +msgid "Fetish" +msgstr "" + +#: src/Content/ContactSelector.php:147 +msgid "Oodles" +msgstr "" + +#: src/Content/ContactSelector.php:147 +msgid "Nonsexual" +msgstr "" + +#: src/Content/ContactSelector.php:169 +msgid "Single" +msgstr "" + +#: src/Content/ContactSelector.php:169 +msgid "Lonely" +msgstr "" + +#: src/Content/ContactSelector.php:169 +msgid "Available" +msgstr "" + +#: src/Content/ContactSelector.php:169 +msgid "Unavailable" +msgstr "" + +#: src/Content/ContactSelector.php:169 +msgid "Has crush" +msgstr "" + +#: src/Content/ContactSelector.php:169 +msgid "Infatuated" +msgstr "" + +#: src/Content/ContactSelector.php:169 +msgid "Dating" +msgstr "" + +#: src/Content/ContactSelector.php:169 +msgid "Unfaithful" +msgstr "" + +#: src/Content/ContactSelector.php:169 +msgid "Sex Addict" +msgstr "" + +#: src/Content/ContactSelector.php:169 src/Model/User.php:505 +msgid "Friends" +msgstr "" + +#: src/Content/ContactSelector.php:169 +msgid "Friends/Benefits" +msgstr "" + +#: src/Content/ContactSelector.php:169 +msgid "Casual" +msgstr "" + +#: src/Content/ContactSelector.php:169 +msgid "Engaged" +msgstr "" + +#: src/Content/ContactSelector.php:169 +msgid "Married" +msgstr "" + +#: src/Content/ContactSelector.php:169 +msgid "Imaginarily married" +msgstr "" + +#: src/Content/ContactSelector.php:169 +msgid "Partners" +msgstr "" + +#: src/Content/ContactSelector.php:169 +msgid "Cohabiting" +msgstr "" + +#: src/Content/ContactSelector.php:169 +msgid "Common law" +msgstr "" + +#: src/Content/ContactSelector.php:169 +msgid "Happy" +msgstr "" + +#: src/Content/ContactSelector.php:169 +msgid "Not looking" +msgstr "" + +#: src/Content/ContactSelector.php:169 +msgid "Swinger" +msgstr "" + +#: src/Content/ContactSelector.php:169 +msgid "Betrayed" +msgstr "" + +#: src/Content/ContactSelector.php:169 +msgid "Separated" +msgstr "" + +#: src/Content/ContactSelector.php:169 +msgid "Unstable" +msgstr "" + +#: src/Content/ContactSelector.php:169 +msgid "Divorced" +msgstr "" + +#: src/Content/ContactSelector.php:169 +msgid "Imaginarily divorced" +msgstr "" + +#: src/Content/ContactSelector.php:169 +msgid "Widowed" +msgstr "" + +#: src/Content/ContactSelector.php:169 +msgid "Uncertain" +msgstr "" + +#: src/Content/ContactSelector.php:169 +msgid "It's complicated" +msgstr "" + +#: src/Content/ContactSelector.php:169 +msgid "Don't care" +msgstr "" + +#: src/Content/ContactSelector.php:169 +msgid "Ask me" +msgstr "" + #: src/Database/DBStructure.php:32 msgid "There are no tables on MyISAM." msgstr "" @@ -8855,7 +8856,7 @@ msgstr "" msgid "%s's birthday" msgstr "" -#: src/Model/Contact.php:1589 src/Protocol/DFRN.php:1397 +#: src/Model/Contact.php:1589 src/Protocol/DFRN.php:1478 #, php-format msgid "Happy Birthday %s" msgstr "" @@ -9033,11 +9034,6 @@ msgid "" "\t\t" msgstr "" -#: src/Protocol/DFRN.php:1396 -#, php-format -msgid "%s\\'s birthday" -msgstr "" - #: src/Protocol/OStatus.php:1799 #, php-format msgid "%s is now following %s." @@ -9056,15 +9052,20 @@ msgstr "" msgid "stopped following" msgstr "" -#: src/Protocol/Diaspora.php:2647 +#: src/Protocol/DFRN.php:1477 +#, php-format +msgid "%s\\'s birthday" +msgstr "" + +#: src/Protocol/Diaspora.php:2651 msgid "Sharing notification from Diaspora network" msgstr "" -#: src/Protocol/Diaspora.php:3732 +#: src/Protocol/Diaspora.php:3736 msgid "Attachments:" msgstr "" -#: src/Worker/Delivery.php:390 +#: src/Worker/Delivery.php:392 msgid "(no subject)" msgstr "" From c16ae0bacbd255444c99b16fede353d2b0bf1b3c Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 4 Apr 2018 06:06:38 +0000 Subject: [PATCH 304/430] Fix: Commenting on public posts from Friendica users is now possible again --- src/Protocol/Diaspora.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/Protocol/Diaspora.php b/src/Protocol/Diaspora.php index d5d60a1541..3e53626bf3 100644 --- a/src/Protocol/Diaspora.php +++ b/src/Protocol/Diaspora.php @@ -3264,13 +3264,15 @@ class Diaspora $logid = random_string(4); + $dest_url = ($public_batch ? $contact["batch"] : $contact["notify"]); + // We always try to use the data from the fcontact table. // This is important for transmitting data to Friendica servers. - if (!empty($contact['addr']) && ($contact['network'] != NETWORK_DIASPORA)) { + if (!empty($contact['addr'])) { $fcontact = self::personByHandle($contact['addr']); - $dest_url = ($public_batch ? $fcontact["batch"] : $fcontact["notify"]); - } else { - $dest_url = ($public_batch ? $contact["batch"] : $contact["notify"]); + if (!empty($fcontact)) { + $dest_url = ($public_batch ? $fcontact["batch"] : $fcontact["notify"]); + } } if (!$dest_url) { From 8a63fc5ca747908966c479300efd255e25cf4497 Mon Sep 17 00:00:00 2001 From: ben-utzer Date: Wed, 4 Apr 2018 14:16:05 +0530 Subject: [PATCH 305/430] Addition of systemd timer/service --- mods/readme.txt | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/mods/readme.txt b/mods/readme.txt index 83878aefb3..41e06c2f88 100644 --- a/mods/readme.txt +++ b/mods/readme.txt @@ -2,6 +2,20 @@ sample-Lighttpd.config sample-nginx.config Sample configuration files to use Friendica with Lighttpd - or Nginx. Pleas check software documentation to know how modify - these examples to make them work on your server. + or Nginx. Pleas check software documentation to know how modify + these examples to make them work on your server. + +sample-systemd.timer +sample-systemd.service + + Sample .timer and .service file to start worker.php + + Please place them in the correct location for your system, + typically this is /etc/systemd/system/friendicaworker.timer + and /etc/systemd/system/friendicaworker.service. + Please report problems and improvements to + !helpers@forum.friendi.ca and @utzer@social.yl.ms or open an + issue in Github (https://github.com/friendica/friendica/issues). + This is for usage of systemd instead of cron to start the worker.php + periodically, the solution is work-in-progress and can surely be improved. From eb5404740a5a485a7b92b08cf06749d8c44535bf Mon Sep 17 00:00:00 2001 From: ben-utzer Date: Wed, 4 Apr 2018 14:24:28 +0530 Subject: [PATCH 306/430] .service file for systemd unit --- mods/sample-systemd.service | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 mods/sample-systemd.service diff --git a/mods/sample-systemd.service b/mods/sample-systemd.service new file mode 100644 index 0000000000..a3c350ff54 --- /dev/null +++ b/mods/sample-systemd.service @@ -0,0 +1,8 @@ +[Unit] +Description=Friendica Worker + +[Service] +User=http +#Adapt the path in the following line to your system, use 'which php' to find php path, +#provide the absolute path for worker.php +ExecStart=/usr/bin/php /www/path/bin/worker.php & From 00ceb4acd23903eaf34ec41375697b21818da325 Mon Sep 17 00:00:00 2001 From: ben-utzer Date: Wed, 4 Apr 2018 14:28:26 +0530 Subject: [PATCH 307/430] Readme extended for systemd unit files --- mods/readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/readme.txt b/mods/readme.txt index 41e06c2f88..4ff8e1067a 100644 --- a/mods/readme.txt +++ b/mods/readme.txt @@ -9,7 +9,7 @@ sample-nginx.config sample-systemd.timer sample-systemd.service - Sample .timer and .service file to start worker.php + Sample systemd unit files to start worker.php periodically. Please place them in the correct location for your system, typically this is /etc/systemd/system/friendicaworker.timer From 9fdcc28fe1f9dc6cc61a7a10824d735c53ee3560 Mon Sep 17 00:00:00 2001 From: utzer Date: Wed, 4 Apr 2018 14:51:51 +0530 Subject: [PATCH 308/430] systemd timer unit --- mods/sample-systemd.timer | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 mods/sample-systemd.timer diff --git a/mods/sample-systemd.timer b/mods/sample-systemd.timer new file mode 100644 index 0000000000..59f328ca95 --- /dev/null +++ b/mods/sample-systemd.timer @@ -0,0 +1,9 @@ +[Unit] +Description=Run Friendica Poller every n minutes + +[Timer] +OnBootSec=120 +OnUnitActiveSec=120 + +[Install] +WantedBy=timers.target From 2bb4f2b57ec949eb3f283556f1cdf8f8e9e1673c Mon Sep 17 00:00:00 2001 From: utzer Date: Wed, 4 Apr 2018 14:54:07 +0530 Subject: [PATCH 309/430] comment about user --- mods/sample-systemd.service | 1 + 1 file changed, 1 insertion(+) diff --git a/mods/sample-systemd.service b/mods/sample-systemd.service index a3c350ff54..aae2e5825c 100644 --- a/mods/sample-systemd.service +++ b/mods/sample-systemd.service @@ -2,6 +2,7 @@ Description=Friendica Worker [Service] +#User should be the same as the user the webserver runs under, typically http or www User=http #Adapt the path in the following line to your system, use 'which php' to find php path, #provide the absolute path for worker.php From 211ba75b22ce3b9b6cdcf76ac949906160c16999 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 4 Apr 2018 18:58:25 +0000 Subject: [PATCH 310/430] Avoid "Failed to parse time string (-001-11-30T00:00:00+00:00 + 32 days)" --- src/Util/DateTimeFormat.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Util/DateTimeFormat.php b/src/Util/DateTimeFormat.php index 31876d742b..e293857acd 100644 --- a/src/Util/DateTimeFormat.php +++ b/src/Util/DateTimeFormat.php @@ -109,6 +109,9 @@ class DateTimeFormat * months and days always start with 1. */ if (substr($s, 0, 10) <= '0001-01-01') { + if ($s < '0000-00-00') { + $s = '0000-00-00'; + } $d = new DateTime($s . ' + 32 days', new DateTimeZone('UTC')); return str_replace('1', '0', $d->format($format)); } From 3e6507441eb8e43a5992d3062cfe377b2649aee2 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 4 Apr 2018 19:03:05 +0000 Subject: [PATCH 311/430] Queue: Better handling of return values of transmissions --- src/Worker/Delivery.php | 10 ++++----- src/Worker/Queue.php | 49 +++++++++++++++++++++-------------------- 2 files changed, 30 insertions(+), 29 deletions(-) diff --git a/src/Worker/Delivery.php b/src/Worker/Delivery.php index e98d66a08b..523bde4dbe 100644 --- a/src/Worker/Delivery.php +++ b/src/Worker/Delivery.php @@ -313,7 +313,7 @@ class Delivery { if (!Queue::wasDelayed($contact['id'])) { $deliver_status = DFRN::deliver($owner, $contact, $atom); } else { - $deliver_status = (-1); + $deliver_status = -1; } logger('notifier: dfrn_delivery to '.$contact["url"].' with guid '.$target_item["guid"].' returns '.$deliver_status); @@ -323,12 +323,12 @@ class Delivery { Queue::add($contact['id'], NETWORK_DFRN, $atom, false, $target_item['guid']); } - if ($deliver_status < 200) { - // The message could not be delivered. We mark the contact as "dead" - Contact::markForArchival($contact); - } else { + if (($deliver_status >= 200) && ($deliver_status <= 299)) { // We successfully delivered a message, the contact is alive Contact::unmarkForArchival($contact); + } else { + // The message could not be delivered. We mark the contact as "dead" + Contact::markForArchival($contact); } break; diff --git a/src/Worker/Queue.php b/src/Worker/Queue.php index 3f4a764cee..aaf8df752d 100644 --- a/src/Worker/Queue.php +++ b/src/Worker/Queue.php @@ -63,6 +63,11 @@ class Queue return; } + if (empty($contact['notify'])) { + QueueModel::removeItem($q_item['id']); + return; + } + $dead = Cache::get($cachekey_deadguy . $contact['notify']); if (!is_null($dead) && $dead && !$no_dead_check) { @@ -109,37 +114,33 @@ class Queue logger('queue: dfrndelivery: item ' . $q_item['id'] . ' for ' . $contact['name'] . ' <' . $contact['url'] . '>'); $deliver_status = DFRN::deliver($owner, $contact, $data); - if ($deliver_status == (-1)) { + if (($deliver_status >= 200) && ($deliver_status <= 299)) { + QueueModel::removeItem($q_item['id']); + } else { + QueueModel::updateTime($q_item['id']); + Cache::set($cachekey_deadguy . $contact['notify'], true, CACHE_QUARTER_HOUR); + } + break; + case NETWORK_OSTATUS: + logger('queue: slapdelivery: item ' . $q_item['id'] . ' for ' . $contact['name'] . ' <' . $contact['url'] . '>'); + $deliver_status = Salmon::slapper($owner, $contact['notify'], $data); + + if ($deliver_status == -1) { QueueModel::updateTime($q_item['id']); Cache::set($cachekey_deadguy . $contact['notify'], true, CACHE_QUARTER_HOUR); } else { QueueModel::removeItem($q_item['id']); } break; - case NETWORK_OSTATUS: - if ($contact['notify']) { - logger('queue: slapdelivery: item ' . $q_item['id'] . ' for ' . $contact['name'] . ' <' . $contact['url'] . '>'); - $deliver_status = Salmon::slapper($owner, $contact['notify'], $data); - - if ($deliver_status == (-1)) { - QueueModel::updateTime($q_item['id']); - Cache::set($cachekey_deadguy . $contact['notify'], true, CACHE_QUARTER_HOUR); - } else { - QueueModel::removeItem($q_item['id']); - } - } - break; case NETWORK_DIASPORA: - if ($contact['notify']) { - logger('queue: diaspora_delivery: item ' . $q_item['id'] . ' for ' . $contact['name'] . ' <' . $contact['url'] . '>'); - $deliver_status = Diaspora::transmit($owner, $contact, $data, $public, true, 'Queue:' . $q_item['id'], true); + logger('queue: diaspora_delivery: item ' . $q_item['id'] . ' for ' . $contact['name'] . ' <' . $contact['url'] . '>'); + $deliver_status = Diaspora::transmit($owner, $contact, $data, $public, true, 'Queue:' . $q_item['id'], true); - if ($deliver_status == (-1)) { - QueueModel::updateTime($q_item['id']); - Cache::set($cachekey_deadguy . $contact['notify'], true, CACHE_QUARTER_HOUR); - } else { - QueueModel::removeItem($q_item['id']); - } + if (($deliver_status >= 200) && ($deliver_status <= 299)) { + QueueModel::removeItem($q_item['id']); + } else { + QueueModel::updateTime($q_item['id']); + Cache::set($cachekey_deadguy . $contact['notify'], true, CACHE_QUARTER_HOUR); } break; @@ -154,7 +155,7 @@ class Queue } break; } - logger('Deliver status ' . (int) $deliver_status . ' for item ' . $q_item['id'] . ' to ' . $contact['name'] . ' <' . $contact['url'] . '>'); + logger('Deliver status ' . (int)$deliver_status . ' for item ' . $q_item['id'] . ' to ' . $contact['name'] . ' <' . $contact['url'] . '>'); return; } From 1e8dd96938ed1db7f4ab65289348ef01a3ea2495 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 4 Apr 2018 19:56:34 +0000 Subject: [PATCH 312/430] Fix: The register mail contained variables in a wrong order --- src/Model/User.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Model/User.php b/src/Model/User.php index d971d968b0..4ae43c3e11 100644 --- a/src/Model/User.php +++ b/src/Model/User.php @@ -615,9 +615,9 @@ class User $body = deindent(L10n::t(' The login details are as follows: - Site Location: %1$s - Login Name: %2$s - Password: %3$s + Site Location: %3$s + Login Name: %1$s + Password: %5$s You may change your password from your account "Settings" page after logging in. @@ -636,9 +636,9 @@ class User If you are new and do not know anybody here, they may help you to make some new and interesting friends. - If you ever want to delete your account, you can do so at %1$s/removeme + If you ever want to delete your account, you can do so at %3$s/removeme - Thank you and welcome to %4$s.')); + Thank you and welcome to %2$s.')); $preamble = sprintf($preamble, $username, $sitename); $body = sprintf($body, $email, $sitename, $siteurl, $username, $password); From 08c85c425b1f159ccccae7469174619b5bda01b5 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 4 Apr 2018 22:23:17 +0000 Subject: [PATCH 313/430] Added support of alt texts in images --- src/Content/Text/BBCode.php | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/Content/Text/BBCode.php b/src/Content/Text/BBCode.php index 5b0aa2cff6..40fb182fa1 100644 --- a/src/Content/Text/BBCode.php +++ b/src/Content/Text/BBCode.php @@ -1718,6 +1718,14 @@ class BBCode extends BaseObject $text ); + $text = preg_replace_callback("/\[img\=([$URLSearchString]*)\](.*?)\[\/img\]/ism", + function ($matches) { + $matches[1] = proxy_url($matches[1]); + $matches[2] = htmlspecialchars($matches[2], ENT_COMPAT); + return '' . $matches[2] . ''; + }, + $text); + $text = preg_replace("/\[img\=([0-9]*)x([0-9]*)\](.*?)\[\/img\]/ism", '', $text); $text = preg_replace("/\[zmg\=([0-9]*)x([0-9]*)\](.*?)\[\/zmg\]/ism", '', $text); @@ -1852,10 +1860,12 @@ class BBCode extends BaseObject $text = preg_replace_callback("/\[nobb\](.*?)\[\/nobb\]/ism", 'self::unescapeNoparseCallback', $text); $text = preg_replace_callback("/\[pre\](.*?)\[\/pre\]/ism", 'self::unescapeNoparseCallback', $text); - + /// @todo What is the meaning of these lines? $text = preg_replace('/\[\&\;([#a-z0-9]+)\;\]/', '&$1;', $text); $text = preg_replace('/\&\#039\;/', '\'', $text); - $text = preg_replace('/\"\;/', '"', $text); + + // Currently deactivated, it made problems with " inside of alt texts. + //$text = preg_replace('/\"\;/', '"', $text); // fix any escaped ampersands that may have been converted into links $text = preg_replace('/\<([^>]*?)(src|href)=(.*?)\&\;(.*?)\>/ism', '<$1$2=$3&$4>', $text); From 180f7d8218cb33553a4668d23f4ab13c29e7919d Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sun, 1 Apr 2018 02:23:26 -0400 Subject: [PATCH 314/430] Add disabled_cw user setting --- mod/settings.php | 4 +++- view/templates/settings/connectors.tpl | 1 + view/theme/frio/templates/settings/connectors.tpl | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/mod/settings.php b/mod/settings.php index f4ad58412c..3850c095b2 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -19,7 +19,6 @@ use Friendica\Model\GContact; use Friendica\Model\Group; use Friendica\Model\User; use Friendica\Protocol\Email; -use Friendica\Util\DateTimeFormat; use Friendica\Util\Network; use Friendica\Util\Temporal; @@ -213,6 +212,7 @@ function settings_post(App $a) check_form_security_token_redirectOnErr('/settings/connectors', 'settings_connectors'); if (x($_POST, 'general-submit')) { + PConfig::set(local_user(), 'social', 'disable_cw', intval($_POST['disable_cw'])); PConfig::set(local_user(), 'system', 'no_intelligent_shortening', intval($_POST['no_intelligent_shortening'])); PConfig::set(local_user(), 'system', 'ostatus_autofriend', intval($_POST['snautofollow'])); PConfig::set(local_user(), 'ostatus', 'default_group', $_POST['group-selection']); @@ -787,6 +787,7 @@ function settings_content(App $a) } if (($a->argc > 1) && ($a->argv[1] === 'connectors')) { + $disable_cw = intval(PConfig::get(local_user(), 'social', 'disable_cw')); $no_intelligent_shortening = intval(PConfig::get(local_user(), 'system', 'no_intelligent_shortening')); $ostatus_autofriend = intval(PConfig::get(local_user(), 'system', 'ostatus_autofriend')); $default_group = PConfig::get(local_user(), 'ostatus', 'default_group'); @@ -844,6 +845,7 @@ function settings_content(App $a) '$ostat_enabled' => $ostat_enabled, '$general_settings' => L10n::t('General Social Media Settings'), + '$disable_cw' => ['disable_cw', L10n::t('Disable Content Warning'), $disable_cw, L10n::t('Users on networks like Mastodon or Pleroma are able to set a content warning field which collapse their post by default. You can disable this default behavior to always show post with an author-set content warning. Doesn\'t affect any other content filtering you eventually set up.')], '$no_intelligent_shortening' => ['no_intelligent_shortening', L10n::t('Disable intelligent shortening'), $no_intelligent_shortening, L10n::t('Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original friendica post.')], '$ostatus_autofriend' => ['snautofollow', L10n::t("Automatically follow any GNU Social \x28OStatus\x29 followers/mentioners"), $ostatus_autofriend, L10n::t('If you receive a message from an unknown OStatus user, this option decides what to do. If it is checked, a new contact will be created for every unknown user.')], '$default_group' => Group::displayGroupSelection(local_user(), $default_group, L10n::t("Default group for OStatus contacts")), diff --git a/view/templates/settings/connectors.tpl b/view/templates/settings/connectors.tpl index 83ebd74f5f..19b7306dd5 100644 --- a/view/templates/settings/connectors.tpl +++ b/view/templates/settings/connectors.tpl @@ -15,6 +15,7 @@

    {{$general_settings}}

    + {{include file="field_checkbox.tpl" field=$disable_cw}} {{include file="field_checkbox.tpl" field=$no_intelligent_shortening}} {{include file="field_checkbox.tpl" field=$ostatus_autofriend}} {{$default_group}} diff --git a/view/theme/frio/templates/settings/connectors.tpl b/view/theme/frio/templates/settings/connectors.tpl index e5d21158c2..7a18c46f77 100644 --- a/view/theme/frio/templates/settings/connectors.tpl +++ b/view/theme/frio/templates/settings/connectors.tpl @@ -20,6 +20,7 @@
    + {{include file="field_checkbox.tpl" field=$disable_cw}} {{include file="field_checkbox.tpl" field=$no_intelligent_shortening}} {{include file="field_checkbox.tpl" field=$ostatus_autofriend}} {{$default_group}} From bec46d7b01729c5a393bc61465037041aab3f8a6 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sun, 1 Apr 2018 02:23:56 -0400 Subject: [PATCH 315/430] Remove content warning processing in put_item_in_cache --- include/text.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/text.php b/include/text.php index 311422c575..f08baaf63f 100644 --- a/include/text.php +++ b/include/text.php @@ -1183,11 +1183,6 @@ function put_item_in_cache(&$item, $update = false) { $body = $item["body"]; - // Add the content warning - if (!empty($item['content-warning'])) { - $item["body"] = $item['content-warning'] . '[spoiler]' . $item["body"] . '[/spoiler]'; - } - $rendered_hash = defaults($item, 'rendered-hash', ''); if ($rendered_hash == '' From b755e808dfbde79b256db5e2c00e86159e8aae82 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sun, 1 Apr 2018 02:26:37 -0400 Subject: [PATCH 316/430] Add new content_filter hook in prepare_body - Add content warning processing to prepare_body with use of disable_cw setting - Add filter_reasons params to prepare_body hook --- include/text.php | 73 +++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 63 insertions(+), 10 deletions(-) diff --git a/include/text.php b/include/text.php index f08baaf63f..7807dc08b4 100644 --- a/include/text.php +++ b/include/text.php @@ -1209,15 +1209,17 @@ function put_item_in_cache(&$item, $update = false) * @brief Given an item array, convert the body element from bbcode to html and add smilie icons. * If attach is true, also add icons for item attachments. * - * @param array $item + * @param array $item * @param boolean $attach + * @param boolean $is_preview * @return string item body html * @hook prepare_body_init item array before any work - * @hook prepare_body ('item'=>item array, 'html'=>body string) after first bbcode to html + * @hook content_filter ('item'=>item array, 'filter_reasons'=>string array) before first bbcode to html + * @hook prepare_body ('item'=>item array, 'html'=>body string, 'is_preview'=>boolean, 'filter_reasons'=>string array) after first bbcode to html * @hook prepare_body_final ('item'=>item array, 'html'=>body string) after attach icons and blockquote special case handling (spoiler, author) */ -function prepare_body(&$item, $attach = false, $preview = false) { - +function prepare_body(array &$item, $attach = false, $is_preview = false) +{ $a = get_app(); Addon::callHooks('prepare_body_init', $item); @@ -1266,6 +1268,20 @@ function prepare_body(&$item, $attach = false, $preview = false) { $item['hashtags'] = $hashtags; $item['mentions'] = $mentions; + // Compile eventual content filter reasons + $filter_reasons = []; + if (!empty($item['content-warning']) && !PConfig::get(local_user(), 'social', 'disable_cw')) { + $filter_reasons[] = L10n::t('Content warning: %s', $item['content-warning']); + } + + $hook_data = [ + 'item' => $item, + 'filter_reasons' => $filter_reasons + ]; + Addon::callHooks('content_filter', $hook_data); + $filter_reasons = $hook_data['filter_reasons']; + unset($hook_data); + // Update the cached values if there is no "zrl=..." on the links. $update = (!local_user() && !remote_user() && ($item["uid"] == 0)); @@ -1277,9 +1293,17 @@ function prepare_body(&$item, $attach = false, $preview = false) { put_item_in_cache($item, $update); $s = $item["rendered-html"]; - $prep_arr = ['item' => $item, 'html' => $s, 'preview' => $preview]; - Addon::callHooks('prepare_body', $prep_arr); - $s = $prep_arr['html']; + $hook_data = [ + 'item' => $item, + 'html' => $s, + 'preview' => $is_preview, + 'filter_reasons' => $filter_reasons + ]; + Addon::callHooks('prepare_body', $hook_data); + $s = $hook_data['html']; + unset($hook_data); + + $s = apply_content_filter($s, $filter_reasons); if (! $attach) { // Replace the blockquotes with quotes that are used in mails. @@ -1388,10 +1412,39 @@ function prepare_body(&$item, $attach = false, $preview = false) { $s = preg_replace('|(]+src="[^"]+/photo/[0-9a-f]+)-[0-9]|', "$1-" . $ps, $s); } - $prep_arr = ['item' => $item, 'html' => $s]; - Addon::callHooks('prepare_body_final', $prep_arr); + $hook_data = ['item' => $item, 'html' => $s]; + Addon::callHooks('prepare_body_final', $hook_data); - return $prep_arr['html']; + return $hook_data['html']; +} + +/** + * Given a HTML text and a set of filtering reasons, adds a content hiding header with the provided reasons + * + * Reasons are expected to have been translated already. + * + * @param string $html + * @param array $reasons + * @return string + */ +function apply_content_filter($html, array $reasons) +{ + if (count($reasons)) { + $rnd = random_string(8); + $content_filter_html = '
      '; + foreach ($reasons as $reason) { + $content_filter_html .= '
    • ' . htmlspecialchars($reason) . '
    • ' . PHP_EOL; + } + $content_filter_html .= '
    + + '; + } + + return $html; } /** From 2d1942a1faa4c966cbf57e22c6f1887888c8ced9 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sun, 1 Apr 2018 02:29:05 -0400 Subject: [PATCH 317/430] Update hook documentation --- doc/Addons.md | 337 +++++++++++++++++++++++++---------------------- doc/de/Addons.md | 262 ++++++++++++++++++------------------ 2 files changed, 318 insertions(+), 281 deletions(-) diff --git a/doc/Addons.md b/doc/Addons.md index de0d9e4963..756ded800a 100644 --- a/doc/Addons.md +++ b/doc/Addons.md @@ -284,192 +284,221 @@ $b is an array with: 'template' => filename of template 'vars' => array of vars passed to template -### ''acl_lookup_end' +### 'acl_lookup_end' is called after the other queries have passed. The registered function can add, change or remove the acl_lookup() variables. 'results' => array of the acl_lookup() vars +### 'prepare_body_init' +Called at the start of prepare_body +Hook data: + 'item' => item array (input/output) + +### 'content_filter' +Called before the HTML conversion in prepare_body. If the item matches a content filter rule set by an addon, it should +just add the reason to the filter_reasons element of the hook data. +Hook data: + 'item' => item array (input) + 'filter_reasons' => reasons array (input/output) + +### 'prepare_body' +Called after the HTML conversion in prepare_body. +Hook data: + 'item' => item array (input) + 'html' => converted item body (input/output) + 'is_preview' => post preview flag (input) + 'filter_reasons' => reasons array (input) + +### 'prepare_body_final' +Called at the end of prepare_body. +Hook data: + 'item' => item array (input) + 'html' => converted item body (input/output) Complete list of hook callbacks --- -Here is a complete list of all hook callbacks with file locations (as of 14-Feb-2012). Please see the source for details of any hooks not documented above. - -boot.php: Addon::callHooks('login_hook',$o); - -boot.php: Addon::callHooks('profile_sidebar_enter', $profile); - -boot.php: Addon::callHooks('profile_sidebar', $arr); - -boot.php: Addon::callHooks("proc_run", $arr); - -include/contact_selectors.php: Addon::callHooks('network_to_name', $nets); - -include/api.php: Addon::callHooks('logged_in', $a->user); - -include/api.php: Addon::callHooks('logged_in', $a->user); - -include/queue.php: Addon::callHooks('queue_predeliver', $a, $r); - -include/queue.php: Addon::callHooks('queue_deliver', $a, $params); - -include/text.php: Addon::callHooks('contact_block_end', $arr); - -include/text.php: Addon::callHooks('smilie', $s); - -include/text.php: Addon::callHooks('prepare_body_init', $item); - -include/text.php: Addon::callHooks('prepare_body', $prep_arr); - -include/text.php: Addon::callHooks('prepare_body_final', $prep_arr); - -include/nav.php: Addon::callHooks('page_header', $a->page['nav']); - -include/auth.php: Addon::callHooks('authenticate', $addon_auth); - -include/bbcode.php: Addon::callHooks('bbcode',$Text); - -include/oauth.php: Addon::callHooks('logged_in', $a->user); - -include/acl_selectors.php: Addon::callHooks($a->module . '_pre_' . $selname, $arr); - -include/acl_selectors.php: Addon::callHooks($a->module . '_post_' . $selname, $o); - -include/acl_selectors.php: Addon::callHooks('contact_select_options', $x); - -include/acl_selectors.php: Addon::callHooks($a->module . '_pre_' . $selname, $arr); - -include/acl_selectors.php: Addon::callHooks($a->module . '_post_' . $selname, $o); - -include/acl_selectors.php: Addon::callHooks($a->module . '_pre_' . $selname, $arr); - -include/acl_selectors.php: Addon::callHooks($a->module . '_post_' . $selname, $o); - -include/acl_selectors.php Addon::callHooks('acl_lookup_end', $results); - -include/notifier.php: Addon::callHooks('notifier_normal',$target_item); - -include/notifier.php: Addon::callHooks('notifier_end',$target_item); - -include/items.php: Addon::callHooks('atom_feed', $atom); - -include/items.php: Addon::callHooks('atom_feed_end', $atom); - -include/items.php: Addon::callHooks('atom_feed_end', $atom); - -include/items.php: Addon::callHooks('parse_atom', $arr); - -include/items.php: Addon::callHooks('post_remote',$arr); - -include/items.php: Addon::callHooks('atom_author', $o); - -include/items.php: Addon::callHooks('atom_entry', $o); - -include/bb2diaspora.php: Addon::callHooks('bb2diaspora',$Text); - -include/cronhooks.php: Addon::callHooks('cron', $d); - -include/security.php: Addon::callHooks('logged_in', $a->user); - -src/Content/Text/HTML.php: Addon::callHooks('html2bbcode', $text); - -include/Contact.php: Addon::callHooks('remove_user',$r[0]); - -include/Contact.php: Addon::callHooks('contact_photo_menu', $args); - -include/conversation.php: Addon::callHooks('conversation_start',$cb); - -include/conversation.php: Addon::callHooks('render_location',$locate); - -include/conversation.php: Addon::callHooks('display_item', $arr); - -include/conversation.php: Addon::callHooks('render_location',$locate); - -include/conversation.php: Addon::callHooks('display_item', $arr); - -include/conversation.php: Addon::callHooks('item_photo_menu', $args); - -include/conversation.php: Addon::callHooks('jot_tool', $jotplugins); - -include/conversation.php: Addon::callHooks('jot_networks', $jotnets); +Here is a complete list of all hook callbacks with file locations (as of 01-Apr-2018). Please see the source for details of any hooks not documented above. index.php: Addon::callHooks('init_1'); +index.php: Addon::callHooks('app_menu', $arr); +index.php: Addon::callHooks('page_content_top', $a->page['content']); +index.php: Addon::callHooks($a->module.'_mod_init', $placeholder); +index.php: Addon::callHooks($a->module.'_mod_init', $placeholder); +index.php: Addon::callHooks($a->module.'_mod_post', $_POST); +index.php: Addon::callHooks($a->module.'_mod_afterpost', $placeholder); +index.php: Addon::callHooks($a->module.'_mod_content', $arr); +index.php: Addon::callHooks($a->module.'_mod_aftercontent', $arr); +index.php: Addon::callHooks('page_end', $a->page['content']); -index.php:Addon::callHooks('app_menu', $arr); +include/api.php: Addon::callHooks('logged_in', $a->user); +include/api.php: Addon::callHooks('authenticate', $addon_auth); +include/api.php: Addon::callHooks('logged_in', $a->user); -index.php:Addon::callHooks('page_end', $a->page['content']); +include/enotify.php: Addon::callHooks('enotify', $h); +include/enotify.php: Addon::callHooks('enotify_store', $datarray); +include/enotify.php: Addon::callHooks('enotify_mail', $datarray); +include/enotify.php: Addon::callHooks('check_item_notification', $notification_data); -mod/photos.php: Addon::callHooks('photo_post_init', $_POST); +include/conversation.php: Addon::callHooks('conversation_start', $cb); +include/conversation.php: Addon::callHooks('render_location', $locate); +include/conversation.php: Addon::callHooks('display_item', $arr); +include/conversation.php: Addon::callHooks('display_item', $arr); +include/conversation.php: Addon::callHooks('item_photo_menu', $args); +include/conversation.php: Addon::callHooks('jot_tool', $jotplugins); -mod/photos.php: Addon::callHooks('photo_post_file',$ret); +include/security.php: Addon::callHooks('logged_in', $a->user); -mod/photos.php: Addon::callHooks('photo_post_end',$foo); +include/text.php: Addon::callHooks('contact_block_end', $arr); +include/text.php: Addon::callHooks('poke_verbs', $arr); +include/text.php: Addon::callHooks('prepare_body_init', $item); +include/text.php: Addon::callHooks('content_filter', $hook_data); +include/text.php: Addon::callHooks('prepare_body', $hook_data); +include/text.php: Addon::callHooks('prepare_body_final', $hook_data); -mod/photos.php: Addon::callHooks('photo_post_end',$foo); +include/items.php: Addon::callHooks('page_info_data', $data); -mod/photos.php: Addon::callHooks('photo_post_end',$foo); - -mod/photos.php: Addon::callHooks('photo_post_end',intval($item_id)); - -mod/photos.php: Addon::callHooks('photo_upload_form',$ret); - -mod/friendica.php: Addon::callHooks('about_hook', $o); - -mod/editpost.php: Addon::callHooks('jot_tool', $jotplugins); - -mod/editpost.php: Addon::callHooks('jot_networks', $jotnets); - -mod/parse_url.php: Addon::callHooks('parse_link', $arr); - -mod/home.php: Addon::callHooks('home_init',$ret); - -mod/home.php: Addon::callHooks("home_content",$o); - -mod/contacts.php: Addon::callHooks('contact_edit_post', $_POST); - -mod/contacts.php: Addon::callHooks('contact_edit', $arr); - -mod/settings.php: Addon::callHooks('addon_settings_post', $_POST); - -mod/settings.php: Addon::callHooks('connector_settings_post', $_POST); - -mod/settings.php: Addon::callHooks('settings_post', $_POST); - -mod/settings.php: Addon::callHooks('addon_settings', $settings_addons); - -mod/settings.php: Addon::callHooks('connector_settings', $settings_connectors); - -mod/settings.php: Addon::callHooks('settings_form',$o); - -mod/register.php: Addon::callHooks('register_account', $newuid); - -mod/like.php: Addon::callHooks('post_local_end', $arr); +mod/directory.php: Addon::callHooks('directory_item', $arr); mod/xrd.php: Addon::callHooks('personal_xrd', $arr); -mod/item.php: Addon::callHooks('post_local_start', $_REQUEST); +mod/ping.php: Addon::callHooks('network_ping', $arr); -mod/item.php: Addon::callHooks('post_local',$datarray); +mod/parse_url.php: Addon::callHooks("parse_link", $arr); -mod/item.php: Addon::callHooks('post_local_end', $datarray); +mod/manage.php: Addon::callHooks('home_init', $ret); -mod/profile.php: Addon::callHooks('profile_advanced',$o); +mod/acl.php: Addon::callHooks('acl_lookup_end', $results); + +mod/network.php: Addon::callHooks('network_content_init', $arr); +mod/network.php: Addon::callHooks('network_tabs', $arr); + +mod/friendica.php: Addon::callHooks('about_hook', $o); +mod/subthread.php: Addon::callHooks('post_local_end', $arr); mod/profiles.php: Addon::callHooks('profile_post', $_POST); +mod/profiles.php: Addon::callHooks('profile_edit', $arr); -mod/profiles.php: Addon::callHooks('profile_edit', $arr); +mod/settings.php: Addon::callHooks('addon_settings_post', $_POST); +mod/settings.php: Addon::callHooks('connector_settings_post', $_POST); +mod/settings.php: Addon::callHooks('display_settings_post', $_POST); +mod/settings.php: Addon::callHooks('settings_post', $_POST); +mod/settings.php: Addon::callHooks('addon_settings', $settings_addons); +mod/settings.php: Addon::callHooks('connector_settings', $settings_connectors); +mod/settings.php: Addon::callHooks('display_settings', $o); +mod/settings.php: Addon::callHooks('settings_form', $o); + +mod/photos.php: Addon::callHooks('photo_post_init', $_POST); +mod/photos.php: Addon::callHooks('photo_post_file', $ret); +mod/photos.php: Addon::callHooks('photo_post_end', $foo); +mod/photos.php: Addon::callHooks('photo_post_end', $foo); +mod/photos.php: Addon::callHooks('photo_post_end', $foo); +mod/photos.php: Addon::callHooks('photo_post_end', $foo); +mod/photos.php: Addon::callHooks('photo_post_end', intval($item_id)); +mod/photos.php: Addon::callHooks('photo_upload_form', $ret); + +mod/profile.php: Addon::callHooks('profile_advanced', $o); + +mod/home.php: Addon::callHooks('home_init', $ret); +mod/home.php: Addon::callHooks("home_content", $content); + +mod/poke.php: Addon::callHooks('post_local_end', $arr); + +mod/contacts.php: Addon::callHooks('contact_edit_post', $_POST); +mod/contacts.php: Addon::callHooks('contact_edit', $arr); mod/tagger.php: Addon::callHooks('post_local_end', $arr); -mod/cb.php: Addon::callHooks('cb_init'); +mod/lockview.php: Addon::callHooks('lockview_content', $item); -mod/cb.php: Addon::callHooks('cb_post', $_POST); +mod/uexport.php: Addon::callHooks('uexport_options', $options); -mod/cb.php: Addon::callHooks('cb_afterpost'); +mod/register.php: Addon::callHooks('register_post', $arr); +mod/register.php: Addon::callHooks('register_form', $arr); -mod/cb.php: Addon::callHooks('cb_content', $o); +mod/item.php: Addon::callHooks('post_local_start', $_REQUEST); +mod/item.php: Addon::callHooks('post_local', $datarray); +mod/item.php: Addon::callHooks('post_local_end', $datarray); -mod/directory.php: Addon::callHooks('directory_item', $arr); +mod/editpost.php: Addon::callHooks('jot_tool', $jotplugins); -src/Model/Item.php Addon::callHooks('tagged', $arr); +src/Network/FKOAuth1.php: Addon::callHooks('logged_in', $a->user); + +src/Render/FriendicaSmartyEngine.php: Addon::callHooks("template_vars", $arr); + +src/Model/Item.php: Addon::callHooks('post_local', $item); +src/Model/Item.php: Addon::callHooks('post_remote', $item); +src/Model/Item.php: Addon::callHooks('post_local_end', $posted_item); +src/Model/Item.php: Addon::callHooks('post_remote_end', $posted_item); +src/Model/Item.php: Addon::callHooks('tagged', $arr); +src/Model/Item.php: Addon::callHooks('post_local_end', $new_item); + +src/Model/Contact.php: Addon::callHooks('contact_photo_menu', $args); +src/Model/Contact.php: Addon::callHooks('follow', $arr); + +src/Model/Profile.php: Addon::callHooks('profile_sidebar_enter', $profile); +src/Model/Profile.php: Addon::callHooks('profile_sidebar', $arr); +src/Model/Profile.php: Addon::callHooks('profile_tabs', $arr); +src/Model/Profile.php: Addon::callHooks('zrl_init', $arr); + +src/Model/Event.php: Addon::callHooks('event_updated', $event['id']); +src/Model/Event.php: Addon::callHooks("event_created", $event['id']); + +src/Model/User.php: Addon::callHooks('register_account', $uid); +src/Model/User.php: Addon::callHooks('remove_user', $user); + +src/Content/Text/BBCode.php: Addon::callHooks('bbcode', $text); +src/Content/Text/BBCode.php: Addon::callHooks('bb2diaspora', $text); + +src/Content/Text/HTML.php: Addon::callHooks('html2bbcode', $message); + +src/Content/Smilies.php: Addon::callHooks('smilie', $params); + +src/Content/Feature.php: Addon::callHooks('isEnabled', $arr); +src/Content/Feature.php: Addon::callHooks('get', $arr); + +src/Content/ContactSelector.php: Addon::callHooks('network_to_name', $nets); +src/Content/ContactSelector.php: Addon::callHooks('gender_selector', $select); +src/Content/ContactSelector.php: Addon::callHooks('sexpref_selector', $select); +src/Content/ContactSelector.php: Addon::callHooks('marital_selector', $select); + +src/Content/OEmbed.php: Addon::callHooks('oembed_fetch_url', $embedurl, $j); + +src/Content/Nav.php: Addon::callHooks('page_header', $a->page['nav']); +src/Content/Nav.php: Addon::callHooks('nav_info', $nav); + +src/Worker/Directory.php: Addon::callHooks('globaldir_update', $arr); +src/Worker/Notifier.php: Addon::callHooks('notifier_end', $target_item); +src/Worker/Queue.php: Addon::callHooks('queue_predeliver', $r); +src/Worker/Queue.php: Addon::callHooks('queue_deliver', $params); + +src/Module/Login.php: Addon::callHooks('authenticate', $addon_auth); +src/Module/Login.php: Addon::callHooks('login_hook', $o); +src/Module/Logout.php: Addon::callHooks("logging_out"); + +src/Object/Post.php: Addon::callHooks('render_location', $locate); +src/Object/Post.php: Addon::callHooks('display_item', $arr); + +src/Core/ACL.php: Addon::callHooks('contact_select_options', $x); +src/Core/ACL.php: Addon::callHooks($a->module.'_pre_'.$selname, $arr); +src/Core/ACL.php: Addon::callHooks($a->module.'_post_'.$selname, $o); +src/Core/ACL.php: Addon::callHooks($a->module.'_pre_'.$selname, $arr); +src/Core/ACL.php: Addon::callHooks($a->module.'_post_'.$selname, $o); +src/Core/ACL.php: Addon::callHooks('jot_networks', $jotnets); + +src/Core/Worker.php: Addon::callHooks("proc_run", $arr); + +src/Util/Emailer.php: Addon::callHooks('emailer_send_prepare', $params); +src/Util/Emailer.php: Addon::callHooks("emailer_send", $hookdata); + +src/Util/Map.php: Addon::callHooks('generate_map', $arr); +src/Util/Map.php: Addon::callHooks('generate_named_map', $arr); +src/Util/Map.php: Addon::callHooks('Map::getCoordinates', $arr); + +src/Util/Network.php: Addon::callHooks('avatar_lookup', $avatar); + +src/Util/ParseUrl.php: Addon::callHooks("getsiteinfo", $siteinfo); + +src/Protocol/DFRN.php: Addon::callHooks('atom_feed_end', $atom); +src/Protocol/DFRN.php: Addon::callHooks('atom_feed_end', $atom); diff --git a/doc/de/Addons.md b/doc/de/Addons.md index 5bbfde2794..4e4beefade 100644 --- a/doc/de/Addons.md +++ b/doc/de/Addons.md @@ -189,178 +189,186 @@ Derzeitige Hooks Komplette Liste der Hook-Callbacks --- -Eine komplette Liste aller Hook-Callbacks mit den zugehörigen Dateien (am 14-Feb-2012 generiert): Bitte schau in die Quellcodes für Details zu Hooks, die oben nicht dokumentiert sind. +Eine komplette Liste aller Hook-Callbacks mit den zugehörigen Dateien (am 01-Apr-2018 generiert): Bitte schau in die Quellcodes für Details zu Hooks, die oben nicht dokumentiert sind. -boot.php: Addon::callHooks('login_hook',$o); +index.php: Addon::callHooks('init_1'); +index.php: Addon::callHooks('app_menu', $arr); +index.php: Addon::callHooks('page_content_top', $a->page['content']); +index.php: Addon::callHooks($a->module.'_mod_init', $placeholder); +index.php: Addon::callHooks($a->module.'_mod_init', $placeholder); +index.php: Addon::callHooks($a->module.'_mod_post', $_POST); +index.php: Addon::callHooks($a->module.'_mod_afterpost', $placeholder); +index.php: Addon::callHooks($a->module.'_mod_content', $arr); +index.php: Addon::callHooks($a->module.'_mod_aftercontent', $arr); +index.php: Addon::callHooks('page_end', $a->page['content']); -boot.php: Addon::callHooks('profile_sidebar_enter', $profile); +include/api.php: Addon::callHooks('logged_in', $a->user); +include/api.php: Addon::callHooks('authenticate', $addon_auth); +include/api.php: Addon::callHooks('logged_in', $a->user); -boot.php: Addon::callHooks('profile_sidebar', $arr); - -boot.php: Addon::callHooks("proc_run", $arr); - -include/contact_selectors.php: Addon::callHooks('network_to_name', $nets); - -include/api.php: Addon::callHooks('logged_in', $a->user); - -include/api.php: Addon::callHooks('logged_in', $a->user); - -include/queue.php: Addon::callHooks('queue_predeliver', $a, $r); - -include/queue.php: Addon::callHooks('queue_deliver', $a, $params); - -include/text.php: Addon::callHooks('contact_block_end', $arr); - -include/text.php: Addon::callHooks('smilie', $s); - -include/text.php: Addon::callHooks('prepare_body_init', $item); - -include/text.php: Addon::callHooks('prepare_body', $prep_arr); - -include/text.php: Addon::callHooks('prepare_body_final', $prep_arr); - -include/nav.php: Addon::callHooks('page_header', $a->page['nav']); - -include/auth.php: Addon::callHooks('authenticate', $addon_auth); - -include/bbcode.php: Addon::callHooks('bbcode',$Text); - -include/oauth.php: Addon::callHooks('logged_in', $a->user); - -include/acl_selectors.php: Addon::callHooks($a->module . '_pre_' . $selname, $arr); - -include/acl_selectors.php: Addon::callHooks($a->module . '_post_' . $selname, $o); - -include/acl_selectors.php: Addon::callHooks('contact_select_options', $x); - -include/acl_selectors.php: Addon::callHooks($a->module . '_pre_' . $selname, $arr); - -include/acl_selectors.php: Addon::callHooks($a->module . '_post_' . $selname, $o); - -include/acl_selectors.php: Addon::callHooks($a->module . '_pre_' . $selname, $arr); - -include/acl_selectors.php: Addon::callHooks($a->module . '_post_' . $selname, $o); - -include/notifier.php: Addon::callHooks('notifier_normal',$target_item); - -include/notifier.php: Addon::callHooks('notifier_end',$target_item); - -include/items.php: Addon::callHooks('atom_feed', $atom); - -include/items.php: Addon::callHooks('atom_feed_end', $atom); - -include/items.php: Addon::callHooks('atom_feed_end', $atom); - -include/items.php: Addon::callHooks('parse_atom', $arr); - -include/items.php: Addon::callHooks('post_remote',$arr); - -include/items.php: Addon::callHooks('atom_author', $o); - -include/items.php: Addon::callHooks('atom_entry', $o); - -include/bb2diaspora.php: Addon::callHooks('bb2diaspora',$Text); - -include/cronhooks.php: Addon::callHooks('cron', $d); - -include/security.php: Addon::callHooks('logged_in', $a->user); - -src/Content/Text/HTML.php: Addon::callHooks('html2bbcode', $text); - -include/Contact.php: Addon::callHooks('remove_user',$r[0]); - -include/Contact.php: Addon::callHooks('contact_photo_menu', $args); - -include/conversation.php: Addon::callHooks('conversation_start',$cb); - -include/conversation.php: Addon::callHooks('render_location',$locate); +include/enotify.php: Addon::callHooks('enotify', $h); +include/enotify.php: Addon::callHooks('enotify_store', $datarray); +include/enotify.php: Addon::callHooks('enotify_mail', $datarray); +include/enotify.php: Addon::callHooks('check_item_notification', $notification_data); +include/conversation.php: Addon::callHooks('conversation_start', $cb); +include/conversation.php: Addon::callHooks('render_location', $locate); include/conversation.php: Addon::callHooks('display_item', $arr); - -include/conversation.php: Addon::callHooks('render_location',$locate); - include/conversation.php: Addon::callHooks('display_item', $arr); - include/conversation.php: Addon::callHooks('item_photo_menu', $args); - include/conversation.php: Addon::callHooks('jot_tool', $jotplugins); -include/conversation.php: Addon::callHooks('jot_networks', $jotnets); +include/security.php: Addon::callHooks('logged_in', $a->user); -index.php: Addon::callHooks('init_1'); +include/text.php: Addon::callHooks('contact_block_end', $arr); +include/text.php: Addon::callHooks('poke_verbs', $arr); +include/text.php: Addon::callHooks('prepare_body_init', $item); +include/text.php: Addon::callHooks('content_filter', $hook_data); +include/text.php: Addon::callHooks('prepare_body', $hook_data); +include/text.php: Addon::callHooks('prepare_body_final', $hook_data); -index.php: Addon::callHooks('app_menu', $arr); +include/items.php: Addon::callHooks('page_info_data', $data); -index.php: Addon::callHooks('page_end', $a->page['content']); +mod/directory.php: Addon::callHooks('directory_item', $arr); -mod/photos.php: Addon::callHooks('photo_post_init', $_POST); +mod/xrd.php: Addon::callHooks('personal_xrd', $arr); -mod/photos.php: Addon::callHooks('photo_post_file',$ret); +mod/ping.php: Addon::callHooks('network_ping', $arr); -mod/photos.php: Addon::callHooks('photo_post_end',$foo); +mod/parse_url.php: Addon::callHooks("parse_link", $arr); -mod/photos.php: Addon::callHooks('photo_post_end',$foo); +mod/manage.php: Addon::callHooks('home_init', $ret); -mod/photos.php: Addon::callHooks('photo_post_end',$foo); +mod/acl.php: Addon::callHooks('acl_lookup_end', $results); -mod/photos.php: Addon::callHooks('photo_post_end',intval($item_id)); +mod/network.php: Addon::callHooks('network_content_init', $arr); +mod/network.php: Addon::callHooks('network_tabs', $arr); -mod/photos.php: Addon::callHooks('photo_upload_form',$ret); +mod/friendica.php: Addon::callHooks('about_hook', $o); +mod/subthread.php: Addon::callHooks('post_local_end', $arr); -mod/friendica.php: Addon::callHooks('about_hook', $o); +mod/profiles.php: Addon::callHooks('profile_post', $_POST); +mod/profiles.php: Addon::callHooks('profile_edit', $arr); -mod/editpost.php: Addon::callHooks('jot_tool', $jotplugins); +mod/settings.php: Addon::callHooks('addon_settings_post', $_POST); +mod/settings.php: Addon::callHooks('connector_settings_post', $_POST); +mod/settings.php: Addon::callHooks('display_settings_post', $_POST); +mod/settings.php: Addon::callHooks('settings_post', $_POST); +mod/settings.php: Addon::callHooks('addon_settings', $settings_addons); +mod/settings.php: Addon::callHooks('connector_settings', $settings_connectors); +mod/settings.php: Addon::callHooks('display_settings', $o); +mod/settings.php: Addon::callHooks('settings_form', $o); -mod/editpost.php: Addon::callHooks('jot_networks', $jotnets); +mod/photos.php: Addon::callHooks('photo_post_init', $_POST); +mod/photos.php: Addon::callHooks('photo_post_file', $ret); +mod/photos.php: Addon::callHooks('photo_post_end', $foo); +mod/photos.php: Addon::callHooks('photo_post_end', $foo); +mod/photos.php: Addon::callHooks('photo_post_end', $foo); +mod/photos.php: Addon::callHooks('photo_post_end', $foo); +mod/photos.php: Addon::callHooks('photo_post_end', intval($item_id)); +mod/photos.php: Addon::callHooks('photo_upload_form', $ret); -mod/parse_url.php: Addon::callHooks('parse_link', $arr); +mod/profile.php: Addon::callHooks('profile_advanced', $o); -mod/home.php: Addon::callHooks('home_init',$ret); +mod/home.php: Addon::callHooks('home_init', $ret); +mod/home.php: Addon::callHooks("home_content", $content); -mod/home.php: Addon::callHooks("home_content",$o); +mod/poke.php: Addon::callHooks('post_local_end', $arr); -mod/contacts.php: Addon::callHooks('contact_edit_post', $_POST); +mod/contacts.php: Addon::callHooks('contact_edit_post', $_POST); +mod/contacts.php: Addon::callHooks('contact_edit', $arr); -mod/contacts.php: Addon::callHooks('contact_edit', $arr); +mod/tagger.php: Addon::callHooks('post_local_end', $arr); -mod/settings.php: Addon::callHooks('addon_settings_post', $_POST); +mod/lockview.php: Addon::callHooks('lockview_content', $item); -mod/settings.php: Addon::callHooks('connector_settings_post', $_POST); +mod/uexport.php: Addon::callHooks('uexport_options', $options); -mod/settings.php: Addon::callHooks('settings_post', $_POST); +mod/register.php: Addon::callHooks('register_post', $arr); +mod/register.php: Addon::callHooks('register_form', $arr); -mod/settings.php: Addon::callHooks('addon_settings', $settings_addons); +mod/item.php: Addon::callHooks('post_local_start', $_REQUEST); +mod/item.php: Addon::callHooks('post_local', $datarray); +mod/item.php: Addon::callHooks('post_local_end', $datarray); -mod/settings.php: Addon::callHooks('connector_settings', $settings_connectors); +mod/editpost.php: Addon::callHooks('jot_tool', $jotplugins); -mod/settings.php: Addon::callHooks('settings_form',$o); +src/Network/FKOAuth1.php: Addon::callHooks('logged_in', $a->user); -mod/register.php: Addon::callHooks('register_account', $newuid); +src/Render/FriendicaSmartyEngine.php: Addon::callHooks("template_vars", $arr); -mod/like.php: Addon::callHooks('post_local_end', $arr); +src/Model/Item.php: Addon::callHooks('post_local', $item); +src/Model/Item.php: Addon::callHooks('post_remote', $item); +src/Model/Item.php: Addon::callHooks('post_local_end', $posted_item); +src/Model/Item.php: Addon::callHooks('post_remote_end', $posted_item); +src/Model/Item.php: Addon::callHooks('tagged', $arr); +src/Model/Item.php: Addon::callHooks('post_local_end', $new_item); -mod/xrd.php: Addon::callHooks('personal_xrd', $arr); +src/Model/Contact.php: Addon::callHooks('contact_photo_menu', $args); +src/Model/Contact.php: Addon::callHooks('follow', $arr); -mod/item.php: Addon::callHooks('post_local_start', $_REQUEST); +src/Model/Profile.php: Addon::callHooks('profile_sidebar_enter', $profile); +src/Model/Profile.php: Addon::callHooks('profile_sidebar', $arr); +src/Model/Profile.php: Addon::callHooks('profile_tabs', $arr); +src/Model/Profile.php: Addon::callHooks('zrl_init', $arr); -mod/item.php: Addon::callHooks('post_local',$datarray); +src/Model/Event.php: Addon::callHooks('event_updated', $event['id']); +src/Model/Event.php: Addon::callHooks("event_created", $event['id']); -mod/item.php: Addon::callHooks('post_local_end', $datarray); +src/Model/User.php: Addon::callHooks('register_account', $uid); +src/Model/User.php: Addon::callHooks('remove_user', $user); -mod/profile.php: Addon::callHooks('profile_advanced',$o); +src/Content/Text/BBCode.php: Addon::callHooks('bbcode', $text); +src/Content/Text/BBCode.php: Addon::callHooks('bb2diaspora', $text); -mod/profiles.php: Addon::callHooks('profile_post', $_POST); +src/Content/Text/HTML.php: Addon::callHooks('html2bbcode', $message); -mod/profiles.php: Addon::callHooks('profile_edit', $arr); +src/Content/Smilies.php: Addon::callHooks('smilie', $params); -mod/tagger.php: Addon::callHooks('post_local_end', $arr); +src/Content/Feature.php: Addon::callHooks('isEnabled', $arr); +src/Content/Feature.php: Addon::callHooks('get', $arr); -mod/cb.php: Addon::callHooks('cb_init'); +src/Content/ContactSelector.php: Addon::callHooks('network_to_name', $nets); +src/Content/ContactSelector.php: Addon::callHooks('gender_selector', $select); +src/Content/ContactSelector.php: Addon::callHooks('sexpref_selector', $select); +src/Content/ContactSelector.php: Addon::callHooks('marital_selector', $select); -mod/cb.php: Addon::callHooks('cb_post', $_POST); +src/Content/OEmbed.php: Addon::callHooks('oembed_fetch_url', $embedurl, $j); -mod/cb.php: Addon::callHooks('cb_afterpost'); +src/Content/Nav.php: Addon::callHooks('page_header', $a->page['nav']); +src/Content/Nav.php: Addon::callHooks('nav_info', $nav); -mod/cb.php: Addon::callHooks('cb_content', $o); +src/Worker/Directory.php: Addon::callHooks('globaldir_update', $arr); +src/Worker/Notifier.php: Addon::callHooks('notifier_end', $target_item); +src/Worker/Queue.php: Addon::callHooks('queue_predeliver', $r); +src/Worker/Queue.php: Addon::callHooks('queue_deliver', $params); -mod/directory.php: Addon::callHooks('directory_item', $arr); +src/Module/Login.php: Addon::callHooks('authenticate', $addon_auth); +src/Module/Login.php: Addon::callHooks('login_hook', $o); +src/Module/Logout.php: Addon::callHooks("logging_out"); + +src/Object/Post.php: Addon::callHooks('render_location', $locate); +src/Object/Post.php: Addon::callHooks('display_item', $arr); + +src/Core/ACL.php: Addon::callHooks('contact_select_options', $x); +src/Core/ACL.php: Addon::callHooks($a->module.'_pre_'.$selname, $arr); +src/Core/ACL.php: Addon::callHooks($a->module.'_post_'.$selname, $o); +src/Core/ACL.php: Addon::callHooks($a->module.'_pre_'.$selname, $arr); +src/Core/ACL.php: Addon::callHooks($a->module.'_post_'.$selname, $o); +src/Core/ACL.php: Addon::callHooks('jot_networks', $jotnets); + +src/Core/Worker.php: Addon::callHooks("proc_run", $arr); + +src/Util/Emailer.php: Addon::callHooks('emailer_send_prepare', $params); +src/Util/Emailer.php: Addon::callHooks("emailer_send", $hookdata); + +src/Util/Map.php: Addon::callHooks('generate_map', $arr); +src/Util/Map.php: Addon::callHooks('generate_named_map', $arr); +src/Util/Map.php: Addon::callHooks('Map::getCoordinates', $arr); + +src/Util/Network.php: Addon::callHooks('avatar_lookup', $avatar); + +src/Util/ParseUrl.php: Addon::callHooks("getsiteinfo", $siteinfo); + +src/Protocol/DFRN.php: Addon::callHooks('atom_feed_end', $atom); +src/Protocol/DFRN.php: Addon::callHooks('atom_feed_end', $atom); From d603bf062da148e8262906c67129dc78067bffa6 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sun, 1 Apr 2018 14:56:42 -0400 Subject: [PATCH 318/430] Add CSS classes to content-filter wrapper --- include/text.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/text.php b/include/text.php index 7807dc08b4..6e11c3a38a 100644 --- a/include/text.php +++ b/include/text.php @@ -1431,15 +1431,15 @@ function apply_content_filter($html, array $reasons) { if (count($reasons)) { $rnd = random_string(8); - $content_filter_html = '
      '; + $content_filter_html = '
        '; foreach ($reasons as $reason) { $content_filter_html .= '
      • ' . htmlspecialchars($reason) . '
      • ' . PHP_EOL; } $content_filter_html .= '
      - -
    diff --git a/view/theme/frost-mobile/templates/contact_edit.tpl b/view/theme/frost-mobile/templates/contact_edit.tpl index 3766fb2ee3..e07f1d063b 100644 --- a/view/theme/frost-mobile/templates/contact_edit.tpl +++ b/view/theme/frost-mobile/templates/contact_edit.tpl @@ -81,6 +81,15 @@

    {{$lbl_vis1}}

    {{$lbl_vis2}}

    + +{{if $reason}} +
    +

    {{$lbl_info2}}

    +

    {{$reason}}

    +
    +
    +{{/if}} + {{$profile_select}}
    diff --git a/view/theme/frost/templates/contact_edit.tpl b/view/theme/frost/templates/contact_edit.tpl index 636ebf5629..621ca646bd 100644 --- a/view/theme/frost/templates/contact_edit.tpl +++ b/view/theme/frost/templates/contact_edit.tpl @@ -75,6 +75,15 @@

    {{$lbl_vis1}}

    {{$lbl_vis2}}

    + +{{if $reason}} +
    +

    {{$lbl_info2}}

    +

    {{$reason}}

    +
    +
    +{{/if}} + {{$profile_select}}
    diff --git a/view/theme/vier/templates/contact_edit.tpl b/view/theme/vier/templates/contact_edit.tpl index 945895ba6b..d5708bd568 100644 --- a/view/theme/vier/templates/contact_edit.tpl +++ b/view/theme/vier/templates/contact_edit.tpl @@ -82,6 +82,14 @@
    + {{if $reason}} +
    +

    {{$lbl_info2}}

    +

    {{$reason}}

    +
    +
    + {{/if}} + {{if $profile_select}}

    {{$lbl_vis1}}

    From 9cadee1d3257f6bb0654cc4e4da5a91a9d349ff5 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Thu, 12 Apr 2018 10:41:49 +0200 Subject: [PATCH 404/430] DE and NL translation updates THX Karel and S.Krumbholz --- view/lang/de/messages.po | 9 +- view/lang/de/strings.php | 4 +- view/lang/nl/messages.po | 2889 +++++++++++++++++++------------------- view/lang/nl/strings.php | 603 ++++---- 4 files changed, 1782 insertions(+), 1723 deletions(-) diff --git a/view/lang/de/messages.po b/view/lang/de/messages.po index 3b3ef90d61..ec01163665 100644 --- a/view/lang/de/messages.po +++ b/view/lang/de/messages.po @@ -31,6 +31,7 @@ # Sennewood , 2013 # Sennewood , 2012-2013 # silke m , 2015 +# S.Krumbholz , 2018 # Tobias Diekershoff , 2013-2016 # Tobias Diekershoff , 2011-2013 # Tobias Diekershoff , 2016-2018 @@ -41,8 +42,8 @@ msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-04-06 16:58+0200\n" -"PO-Revision-Date: 2018-04-11 05:06+0000\n" -"Last-Translator: Ben \n" +"PO-Revision-Date: 2018-04-11 09:54+0000\n" +"Last-Translator: S.Krumbholz \n" "Language-Team: German (http://www.transifex.com/Friendica/friendica/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -122,7 +123,7 @@ msgstr "%1$s, %2$s Administrator" #: include/enotify.php:50 src/Worker/Delivery.php:404 msgid "noreply" -msgstr "keine Antwort" +msgstr "noreply" #: include/enotify.php:98 #, php-format @@ -2248,7 +2249,7 @@ msgstr "Nicht erlaubte Profil-URL." #: mod/dfrn_request.php:351 mod/friendica.php:128 mod/admin.php:353 #: mod/admin.php:371 src/Model/Contact.php:1228 msgid "Blocked domain" -msgstr "Blockierte Daimain" +msgstr "Blockierte Domain" #: mod/dfrn_request.php:419 mod/contacts.php:230 msgid "Failed to update contact record." diff --git a/view/lang/de/strings.php b/view/lang/de/strings.php index 32af610858..ba0da8ffb4 100644 --- a/view/lang/de/strings.php +++ b/view/lang/de/strings.php @@ -24,7 +24,7 @@ $a->strings["Friendica Notification"] = "Friendica-Benachrichtigung"; $a->strings["Thank You,"] = "Danke,"; $a->strings["%s Administrator"] = "der Administrator von %s"; $a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, %2\$s Administrator"; -$a->strings["noreply"] = "keine Antwort"; +$a->strings["noreply"] = "noreply"; $a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica-Meldung] Neue Email erhalten um %s"; $a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s hat Dir eine neue private Nachricht um %2\$s geschickt."; $a->strings["a private message"] = "eine private Nachricht"; @@ -499,7 +499,7 @@ $a->strings["You have already introduced yourself here."] = "Du hast Dich hier b $a->strings["Apparently you are already friends with %s."] = "Es scheint so, als ob Du bereits mit %s in Kontakt stehst."; $a->strings["Invalid profile URL."] = "Ungültige Profil-URL."; $a->strings["Disallowed profile URL."] = "Nicht erlaubte Profil-URL."; -$a->strings["Blocked domain"] = "Blockierte Daimain"; +$a->strings["Blocked domain"] = "Blockierte Domain"; $a->strings["Failed to update contact record."] = "Aktualisierung der Kontaktdaten fehlgeschlagen."; $a->strings["Your introduction has been sent."] = "Deine Kontaktanfrage wurde gesendet."; $a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = "Entferntes abon­nie­ren kann für dein Netzwerk nicht durchgeführt werden. Bitte nutze direkt die Abonnieren-Funktion deines Systems. "; diff --git a/view/lang/nl/messages.po b/view/lang/nl/messages.po index 095972902f..b3665824e4 100644 --- a/view/lang/nl/messages.po +++ b/view/lang/nl/messages.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-04-04 07:01+0200\n" -"PO-Revision-Date: 2018-04-05 13:36+0000\n" +"POT-Creation-Date: 2018-04-06 16:58+0200\n" +"PO-Revision-Date: 2018-04-11 14:34+0000\n" "Last-Translator: Karel \n" "Language-Team: Dutch (http://www.transifex.com/Friendica/friendica/language/nl/)\n" "MIME-Version: 1.0\n" @@ -78,451 +78,6 @@ msgstr "De maandelijkse limiet van %d berichten is bereikt. Dit bericht werd ni msgid "Profile Photos" msgstr "Profielfoto's" -#: include/conversation.php:144 include/conversation.php:282 -#: include/text.php:1724 src/Model/Item.php:1795 -msgid "event" -msgstr "gebeurtenis" - -#: include/conversation.php:147 include/conversation.php:157 -#: include/conversation.php:285 include/conversation.php:294 -#: mod/subthread.php:97 mod/tagger.php:72 src/Model/Item.php:1793 -#: src/Protocol/Diaspora.php:2010 -msgid "status" -msgstr "status" - -#: include/conversation.php:152 include/conversation.php:290 -#: include/text.php:1726 mod/subthread.php:97 mod/tagger.php:72 -#: src/Model/Item.php:1793 -msgid "photo" -msgstr "foto" - -#: include/conversation.php:164 src/Model/Item.php:1666 -#: src/Protocol/Diaspora.php:2006 -#, php-format -msgid "%1$s likes %2$s's %3$s" -msgstr "%1$s vindt het %3$s van %2$s leuk" - -#: include/conversation.php:167 src/Model/Item.php:1671 -#, php-format -msgid "%1$s doesn't like %2$s's %3$s" -msgstr "%1$s vindt het %3$s van %2$s niet leuk" - -#: include/conversation.php:170 -#, php-format -msgid "%1$s attends %2$s's %3$s" -msgstr "%1$s neemt deel aan %2$ss %3$s deel" - -#: include/conversation.php:173 -#, php-format -msgid "%1$s doesn't attend %2$s's %3$s" -msgstr "%1$s neemt niet deel aan %2$ss %3$s" - -#: include/conversation.php:176 -#, php-format -msgid "%1$s attends maybe %2$s's %3$s" -msgstr "%1$s neemt misschien deel aan %2$ss %3$s" - -#: include/conversation.php:209 mod/dfrn_confirm.php:431 -#: src/Protocol/Diaspora.php:2481 -#, php-format -msgid "%1$s is now friends with %2$s" -msgstr "%1$s is nu bevriend met %2$s" - -#: include/conversation.php:250 -#, php-format -msgid "%1$s poked %2$s" -msgstr "%1$s porde %2$s aan" - -#: include/conversation.php:304 mod/tagger.php:110 -#, php-format -msgid "%1$s tagged %2$s's %3$s with %4$s" -msgstr "%1$s labelde %3$s van %2$s met %4$s" - -#: include/conversation.php:331 -msgid "post/item" -msgstr "bericht/item" - -#: include/conversation.php:332 -#, php-format -msgid "%1$s marked %2$s's %3$s as favorite" -msgstr "%1$s markeerde %2$s's %3$s als favoriet" - -#: include/conversation.php:605 mod/photos.php:1501 mod/profiles.php:355 -msgid "Likes" -msgstr "Houdt van" - -#: include/conversation.php:605 mod/photos.php:1501 mod/profiles.php:359 -msgid "Dislikes" -msgstr "Houdt niet van" - -#: include/conversation.php:606 include/conversation.php:1680 -#: mod/photos.php:1502 -msgid "Attending" -msgid_plural "Attending" -msgstr[0] "Neemt deel" -msgstr[1] "Nemen deel" - -#: include/conversation.php:606 mod/photos.php:1502 -msgid "Not attending" -msgstr "Nemen niet deel" - -#: include/conversation.php:606 mod/photos.php:1502 -msgid "Might attend" -msgstr "Nemen misschien deel" - -#: include/conversation.php:744 mod/photos.php:1569 src/Object/Post.php:178 -msgid "Select" -msgstr "Kies" - -#: include/conversation.php:745 mod/photos.php:1570 mod/settings.php:738 -#: mod/contacts.php:830 mod/contacts.php:1035 mod/admin.php:1798 -#: src/Object/Post.php:179 -msgid "Delete" -msgstr "Verwijder" - -#: include/conversation.php:777 src/Object/Post.php:357 -#: src/Object/Post.php:358 -#, php-format -msgid "View %s's profile @ %s" -msgstr "Bekijk het profiel van %s @ %s" - -#: include/conversation.php:789 src/Object/Post.php:345 -msgid "Categories:" -msgstr "Categorieën:" - -#: include/conversation.php:790 src/Object/Post.php:346 -msgid "Filed under:" -msgstr "Bewaard onder:" - -#: include/conversation.php:797 src/Object/Post.php:371 -#, php-format -msgid "%s from %s" -msgstr "%s van %s" - -#: include/conversation.php:812 -msgid "View in context" -msgstr "In context bekijken" - -#: include/conversation.php:814 include/conversation.php:1353 -#: mod/wallmessage.php:145 mod/editpost.php:125 mod/message.php:264 -#: mod/message.php:433 mod/photos.php:1473 src/Object/Post.php:396 -msgid "Please wait" -msgstr "Even geduld" - -#: include/conversation.php:885 -msgid "remove" -msgstr "verwijder" - -#: include/conversation.php:889 -msgid "Delete Selected Items" -msgstr "Geselecteerde items verwijderen" - -#: include/conversation.php:1059 view/theme/frio/theme.php:352 -msgid "Follow Thread" -msgstr "Gesprek volgen" - -#: include/conversation.php:1060 src/Model/Contact.php:640 -msgid "View Status" -msgstr "Bekijk status" - -#: include/conversation.php:1061 include/conversation.php:1077 -#: mod/allfriends.php:73 mod/suggest.php:82 mod/match.php:89 -#: mod/dirfind.php:217 mod/directory.php:159 src/Model/Contact.php:580 -#: src/Model/Contact.php:593 src/Model/Contact.php:641 -msgid "View Profile" -msgstr "Bekijk profiel" - -#: include/conversation.php:1062 src/Model/Contact.php:642 -msgid "View Photos" -msgstr "Bekijk foto's" - -#: include/conversation.php:1063 src/Model/Contact.php:643 -msgid "Network Posts" -msgstr "Netwerkberichten" - -#: include/conversation.php:1064 src/Model/Contact.php:644 -msgid "View Contact" -msgstr "Bekijk contact" - -#: include/conversation.php:1065 src/Model/Contact.php:646 -msgid "Send PM" -msgstr "Stuur een privébericht" - -#: include/conversation.php:1069 src/Model/Contact.php:647 -msgid "Poke" -msgstr "Porren" - -#: include/conversation.php:1074 mod/allfriends.php:74 mod/suggest.php:83 -#: mod/match.php:90 mod/dirfind.php:218 mod/follow.php:143 -#: mod/contacts.php:596 src/Content/Widget.php:61 src/Model/Contact.php:594 -msgid "Connect/Follow" -msgstr "Verbind/Volg" - -#: include/conversation.php:1193 -#, php-format -msgid "%s likes this." -msgstr "%s vindt dit leuk." - -#: include/conversation.php:1196 -#, php-format -msgid "%s doesn't like this." -msgstr "%s vindt dit niet leuk." - -#: include/conversation.php:1199 -#, php-format -msgid "%s attends." -msgstr "%s neemt deel" - -#: include/conversation.php:1202 -#, php-format -msgid "%s doesn't attend." -msgstr "%s neemt niet deel" - -#: include/conversation.php:1205 -#, php-format -msgid "%s attends maybe." -msgstr "%s neemt misschien deel" - -#: include/conversation.php:1216 -msgid "and" -msgstr "en" - -#: include/conversation.php:1222 -#, php-format -msgid "and %d other people" -msgstr "en %d anderen" - -#: include/conversation.php:1231 -#, php-format -msgid "%2$d people like this" -msgstr "%2$d mensen vinden dit leuk" - -#: include/conversation.php:1232 -#, php-format -msgid "%s like this." -msgstr "%s vinden dit leuk." - -#: include/conversation.php:1235 -#, php-format -msgid "%2$d people don't like this" -msgstr "%2$d people vinden dit niet leuk" - -#: include/conversation.php:1236 -#, php-format -msgid "%s don't like this." -msgstr "%s vinden dit niet leuk." - -#: include/conversation.php:1239 -#, php-format -msgid "%2$d people attend" -msgstr "%2$d mensen nemen deel" - -#: include/conversation.php:1240 -#, php-format -msgid "%s attend." -msgstr "%s nemen deel." - -#: include/conversation.php:1243 -#, php-format -msgid "%2$d people don't attend" -msgstr "%2$d mensen nemen niet deel" - -#: include/conversation.php:1244 -#, php-format -msgid "%s don't attend." -msgstr "%s nemen niet deel." - -#: include/conversation.php:1247 -#, php-format -msgid "%2$d people attend maybe" -msgstr "%2$d mensen nemen misschien deel" - -#: include/conversation.php:1248 -#, php-format -msgid "%s attend maybe." -msgstr "%s neemt misschien deel." - -#: include/conversation.php:1278 include/conversation.php:1294 -msgid "Visible to everybody" -msgstr "Zichtbaar voor iedereen" - -#: include/conversation.php:1279 include/conversation.php:1295 -#: mod/wallmessage.php:120 mod/wallmessage.php:127 mod/message.php:200 -#: mod/message.php:207 mod/message.php:343 mod/message.php:350 -msgid "Please enter a link URL:" -msgstr "Vul een internetadres/URL in:" - -#: include/conversation.php:1280 include/conversation.php:1296 -msgid "Please enter a video link/URL:" -msgstr "Vul een videolink/URL in:" - -#: include/conversation.php:1281 include/conversation.php:1297 -msgid "Please enter an audio link/URL:" -msgstr "Vul een audiolink/URL in:" - -#: include/conversation.php:1282 include/conversation.php:1298 -msgid "Tag term:" -msgstr "Label:" - -#: include/conversation.php:1283 include/conversation.php:1299 -#: mod/filer.php:34 -msgid "Save to Folder:" -msgstr "Bewaren in map:" - -#: include/conversation.php:1284 include/conversation.php:1300 -msgid "Where are you right now?" -msgstr "Waar ben je nu?" - -#: include/conversation.php:1285 -msgid "Delete item(s)?" -msgstr "Item(s) verwijderen?" - -#: include/conversation.php:1334 -msgid "Share" -msgstr "Delen" - -#: include/conversation.php:1335 mod/wallmessage.php:143 mod/editpost.php:111 -#: mod/message.php:262 mod/message.php:430 -msgid "Upload photo" -msgstr "Foto uploaden" - -#: include/conversation.php:1336 mod/editpost.php:112 -msgid "upload photo" -msgstr "Foto uploaden" - -#: include/conversation.php:1337 mod/editpost.php:113 -msgid "Attach file" -msgstr "Bestand bijvoegen" - -#: include/conversation.php:1338 mod/editpost.php:114 -msgid "attach file" -msgstr "bestand bijvoegen" - -#: include/conversation.php:1339 mod/wallmessage.php:144 mod/editpost.php:115 -#: mod/message.php:263 mod/message.php:431 -msgid "Insert web link" -msgstr "Voeg een webadres in" - -#: include/conversation.php:1340 mod/editpost.php:116 -msgid "web link" -msgstr "webadres" - -#: include/conversation.php:1341 mod/editpost.php:117 -msgid "Insert video link" -msgstr "Voeg video toe" - -#: include/conversation.php:1342 mod/editpost.php:118 -msgid "video link" -msgstr "video adres" - -#: include/conversation.php:1343 mod/editpost.php:119 -msgid "Insert audio link" -msgstr "Voeg audio adres toe" - -#: include/conversation.php:1344 mod/editpost.php:120 -msgid "audio link" -msgstr "audio adres" - -#: include/conversation.php:1345 mod/editpost.php:121 -msgid "Set your location" -msgstr "Stel uw locatie in" - -#: include/conversation.php:1346 mod/editpost.php:122 -msgid "set location" -msgstr "Stel uw locatie in" - -#: include/conversation.php:1347 mod/editpost.php:123 -msgid "Clear browser location" -msgstr "Verwijder locatie uit uw webbrowser" - -#: include/conversation.php:1348 mod/editpost.php:124 -msgid "clear location" -msgstr "Verwijder locatie uit uw webbrowser" - -#: include/conversation.php:1350 mod/editpost.php:138 -msgid "Set title" -msgstr "Titel plaatsen" - -#: include/conversation.php:1352 mod/editpost.php:140 -msgid "Categories (comma-separated list)" -msgstr "Categorieën (komma-gescheiden lijst)" - -#: include/conversation.php:1354 mod/editpost.php:126 -msgid "Permission settings" -msgstr "Instellingen van rechten" - -#: include/conversation.php:1355 mod/editpost.php:155 -msgid "permissions" -msgstr "rechten" - -#: include/conversation.php:1363 mod/editpost.php:135 -msgid "Public post" -msgstr "Openbare post" - -#: include/conversation.php:1367 mod/editpost.php:146 mod/photos.php:1492 -#: mod/photos.php:1531 mod/photos.php:1604 mod/events.php:528 -#: src/Object/Post.php:799 -msgid "Preview" -msgstr "Voorvertoning" - -#: include/conversation.php:1371 include/items.php:387 mod/fbrowser.php:103 -#: mod/fbrowser.php:134 mod/suggest.php:41 mod/dfrn_request.php:663 -#: mod/tagrm.php:19 mod/tagrm.php:99 mod/editpost.php:149 mod/message.php:141 -#: mod/photos.php:248 mod/photos.php:324 mod/videos.php:147 -#: mod/unfollow.php:117 mod/settings.php:676 mod/settings.php:702 -#: mod/follow.php:161 mod/contacts.php:475 -msgid "Cancel" -msgstr "Annuleren" - -#: include/conversation.php:1376 -msgid "Post to Groups" -msgstr "Verzenden naar Groepen" - -#: include/conversation.php:1377 -msgid "Post to Contacts" -msgstr "Verzenden naar Contacten" - -#: include/conversation.php:1378 -msgid "Private post" -msgstr "Privé verzending" - -#: include/conversation.php:1383 mod/editpost.php:153 -#: src/Model/Profile.php:342 -msgid "Message" -msgstr "Bericht" - -#: include/conversation.php:1384 mod/editpost.php:154 -msgid "Browser" -msgstr "Browser" - -#: include/conversation.php:1651 -msgid "View all" -msgstr "Toon alles" - -#: include/conversation.php:1674 -msgid "Like" -msgid_plural "Likes" -msgstr[0] "Houdt van" -msgstr[1] "Houdt van" - -#: include/conversation.php:1677 -msgid "Dislike" -msgid_plural "Dislikes" -msgstr[0] "Houdt niet van" -msgstr[1] "Houdt niet van" - -#: include/conversation.php:1683 -msgid "Not Attending" -msgid_plural "Not Attending" -msgstr[0] "Neemt niet deel" -msgstr[1] "Nemen niet deel" - -#: include/conversation.php:1686 src/Content/ContactSelector.php:125 -msgid "Undecided" -msgid_plural "Undecided" -msgstr[0] "Onbeslist" -msgstr[1] "Onbeslist" - #: include/enotify.php:31 msgid "Friendica Notification" msgstr "Friendica Notificatie" @@ -826,16 +381,25 @@ msgid "Do you really want to delete this item?" msgstr "Wil je echt dit item verwijderen?" #: include/items.php:384 mod/api.php:110 mod/suggest.php:38 -#: mod/dfrn_request.php:653 mod/message.php:138 mod/settings.php:1103 -#: mod/settings.php:1109 mod/settings.php:1116 mod/settings.php:1120 -#: mod/settings.php:1124 mod/settings.php:1128 mod/settings.php:1132 -#: mod/settings.php:1136 mod/settings.php:1156 mod/settings.php:1157 -#: mod/settings.php:1158 mod/settings.php:1159 mod/settings.php:1160 -#: mod/follow.php:150 mod/profiles.php:636 mod/profiles.php:639 -#: mod/profiles.php:661 mod/contacts.php:472 mod/register.php:237 +#: mod/dfrn_request.php:653 mod/message.php:138 mod/follow.php:150 +#: mod/profiles.php:636 mod/profiles.php:639 mod/profiles.php:661 +#: mod/contacts.php:472 mod/register.php:237 mod/settings.php:1105 +#: mod/settings.php:1111 mod/settings.php:1118 mod/settings.php:1122 +#: mod/settings.php:1126 mod/settings.php:1130 mod/settings.php:1134 +#: mod/settings.php:1138 mod/settings.php:1158 mod/settings.php:1159 +#: mod/settings.php:1160 mod/settings.php:1161 mod/settings.php:1162 msgid "Yes" msgstr "Ja" +#: include/items.php:387 include/conversation.php:1378 mod/fbrowser.php:103 +#: mod/fbrowser.php:134 mod/suggest.php:41 mod/dfrn_request.php:663 +#: mod/tagrm.php:19 mod/tagrm.php:99 mod/editpost.php:149 mod/message.php:141 +#: mod/photos.php:248 mod/photos.php:324 mod/videos.php:147 +#: mod/unfollow.php:117 mod/follow.php:161 mod/contacts.php:475 +#: mod/settings.php:676 mod/settings.php:702 +msgid "Cancel" +msgstr "Annuleren" + #: include/items.php:401 mod/allfriends.php:21 mod/api.php:35 mod/api.php:40 #: mod/attach.php:38 mod/common.php:26 mod/crepair.php:98 mod/nogroup.php:28 #: mod/repair_ostatus.php:13 mod/suggest.php:60 mod/uimport.php:28 @@ -851,10 +415,10 @@ msgstr "Ja" #: mod/dirfind.php:25 mod/ostatus_subscribe.php:16 mod/unfollow.php:15 #: mod/unfollow.php:57 mod/unfollow.php:90 mod/cal.php:304 mod/events.php:194 #: mod/profile_photo.php:30 mod/profile_photo.php:176 -#: mod/profile_photo.php:187 mod/profile_photo.php:200 mod/settings.php:43 -#: mod/settings.php:142 mod/settings.php:665 mod/follow.php:17 +#: mod/profile_photo.php:187 mod/profile_photo.php:200 mod/follow.php:17 #: mod/follow.php:54 mod/follow.php:118 mod/profiles.php:182 -#: mod/profiles.php:606 mod/contacts.php:386 mod/register.php:53 index.php:416 +#: mod/profiles.php:606 mod/contacts.php:386 mod/register.php:53 +#: mod/settings.php:42 mod/settings.php:141 mod/settings.php:665 index.php:416 msgid "Permission denied." msgstr "Toegang geweigerd" @@ -863,11 +427,451 @@ msgid "Archives" msgstr "Archieven" #: include/items.php:477 src/Content/ForumManager.php:130 -#: src/Content/Widget.php:312 src/Object/Post.php:424 src/App.php:512 +#: src/Content/Widget.php:312 src/Object/Post.php:430 src/App.php:512 #: view/theme/vier/theme.php:259 msgid "show more" msgstr "toon meer" +#: include/conversation.php:144 include/conversation.php:282 +#: include/text.php:1774 src/Model/Item.php:1795 +msgid "event" +msgstr "gebeurtenis" + +#: include/conversation.php:147 include/conversation.php:157 +#: include/conversation.php:285 include/conversation.php:294 +#: mod/subthread.php:97 mod/tagger.php:72 src/Model/Item.php:1793 +#: src/Protocol/Diaspora.php:2010 +msgid "status" +msgstr "status" + +#: include/conversation.php:152 include/conversation.php:290 +#: include/text.php:1776 mod/subthread.php:97 mod/tagger.php:72 +#: src/Model/Item.php:1793 +msgid "photo" +msgstr "foto" + +#: include/conversation.php:164 src/Model/Item.php:1666 +#: src/Protocol/Diaspora.php:2006 +#, php-format +msgid "%1$s likes %2$s's %3$s" +msgstr "%1$s vindt het %3$s van %2$s leuk" + +#: include/conversation.php:167 src/Model/Item.php:1671 +#, php-format +msgid "%1$s doesn't like %2$s's %3$s" +msgstr "%1$s vindt het %3$s van %2$s niet leuk" + +#: include/conversation.php:170 +#, php-format +msgid "%1$s attends %2$s's %3$s" +msgstr "%1$s neemt deel aan %2$ss %3$s deel" + +#: include/conversation.php:173 +#, php-format +msgid "%1$s doesn't attend %2$s's %3$s" +msgstr "%1$s neemt niet deel aan %2$ss %3$s" + +#: include/conversation.php:176 +#, php-format +msgid "%1$s attends maybe %2$s's %3$s" +msgstr "%1$s neemt misschien deel aan %2$ss %3$s" + +#: include/conversation.php:209 mod/dfrn_confirm.php:431 +#: src/Protocol/Diaspora.php:2481 +#, php-format +msgid "%1$s is now friends with %2$s" +msgstr "%1$s is nu bevriend met %2$s" + +#: include/conversation.php:250 +#, php-format +msgid "%1$s poked %2$s" +msgstr "%1$s porde %2$s aan" + +#: include/conversation.php:304 mod/tagger.php:110 +#, php-format +msgid "%1$s tagged %2$s's %3$s with %4$s" +msgstr "%1$s labelde %3$s van %2$s met %4$s" + +#: include/conversation.php:331 +msgid "post/item" +msgstr "bericht/item" + +#: include/conversation.php:332 +#, php-format +msgid "%1$s marked %2$s's %3$s as favorite" +msgstr "%1$s markeerde %2$s's %3$s als favoriet" + +#: include/conversation.php:605 mod/photos.php:1501 mod/profiles.php:355 +msgid "Likes" +msgstr "Houdt van" + +#: include/conversation.php:605 mod/photos.php:1501 mod/profiles.php:359 +msgid "Dislikes" +msgstr "Houdt niet van" + +#: include/conversation.php:606 include/conversation.php:1687 +#: mod/photos.php:1502 +msgid "Attending" +msgid_plural "Attending" +msgstr[0] "Neemt deel" +msgstr[1] "Nemen deel" + +#: include/conversation.php:606 mod/photos.php:1502 +msgid "Not attending" +msgstr "Nemen niet deel" + +#: include/conversation.php:606 mod/photos.php:1502 +msgid "Might attend" +msgstr "Nemen misschien deel" + +#: include/conversation.php:744 mod/photos.php:1569 src/Object/Post.php:178 +msgid "Select" +msgstr "Kies" + +#: include/conversation.php:745 mod/photos.php:1570 mod/contacts.php:830 +#: mod/contacts.php:1035 mod/admin.php:1798 mod/settings.php:738 +#: src/Object/Post.php:179 +msgid "Delete" +msgstr "Verwijder" + +#: include/conversation.php:783 src/Object/Post.php:363 +#: src/Object/Post.php:364 +#, php-format +msgid "View %s's profile @ %s" +msgstr "Bekijk het profiel van %s @ %s" + +#: include/conversation.php:795 src/Object/Post.php:351 +msgid "Categories:" +msgstr "Categorieën:" + +#: include/conversation.php:796 src/Object/Post.php:352 +msgid "Filed under:" +msgstr "Bewaard onder:" + +#: include/conversation.php:803 src/Object/Post.php:377 +#, php-format +msgid "%s from %s" +msgstr "%s van %s" + +#: include/conversation.php:818 +msgid "View in context" +msgstr "In context bekijken" + +#: include/conversation.php:820 include/conversation.php:1360 +#: mod/wallmessage.php:145 mod/editpost.php:125 mod/message.php:264 +#: mod/message.php:433 mod/photos.php:1473 src/Object/Post.php:402 +msgid "Please wait" +msgstr "Even geduld" + +#: include/conversation.php:891 +msgid "remove" +msgstr "verwijder" + +#: include/conversation.php:895 +msgid "Delete Selected Items" +msgstr "Geselecteerde items verwijderen" + +#: include/conversation.php:1065 view/theme/frio/theme.php:352 +msgid "Follow Thread" +msgstr "Gesprek volgen" + +#: include/conversation.php:1066 src/Model/Contact.php:640 +msgid "View Status" +msgstr "Bekijk status" + +#: include/conversation.php:1067 include/conversation.php:1083 +#: mod/allfriends.php:73 mod/suggest.php:82 mod/match.php:89 +#: mod/dirfind.php:217 mod/directory.php:159 src/Model/Contact.php:580 +#: src/Model/Contact.php:593 src/Model/Contact.php:641 +msgid "View Profile" +msgstr "Bekijk profiel" + +#: include/conversation.php:1068 src/Model/Contact.php:642 +msgid "View Photos" +msgstr "Bekijk foto's" + +#: include/conversation.php:1069 src/Model/Contact.php:643 +msgid "Network Posts" +msgstr "Netwerkberichten" + +#: include/conversation.php:1070 src/Model/Contact.php:644 +msgid "View Contact" +msgstr "Bekijk contact" + +#: include/conversation.php:1071 src/Model/Contact.php:646 +msgid "Send PM" +msgstr "Stuur een privébericht" + +#: include/conversation.php:1075 src/Model/Contact.php:647 +msgid "Poke" +msgstr "Porren" + +#: include/conversation.php:1080 mod/allfriends.php:74 mod/suggest.php:83 +#: mod/match.php:90 mod/dirfind.php:218 mod/follow.php:143 +#: mod/contacts.php:596 src/Content/Widget.php:61 src/Model/Contact.php:594 +msgid "Connect/Follow" +msgstr "Verbind/Volg" + +#: include/conversation.php:1199 +#, php-format +msgid "%s likes this." +msgstr "%s vindt dit leuk." + +#: include/conversation.php:1202 +#, php-format +msgid "%s doesn't like this." +msgstr "%s vindt dit niet leuk." + +#: include/conversation.php:1205 +#, php-format +msgid "%s attends." +msgstr "%s neemt deel" + +#: include/conversation.php:1208 +#, php-format +msgid "%s doesn't attend." +msgstr "%s neemt niet deel" + +#: include/conversation.php:1211 +#, php-format +msgid "%s attends maybe." +msgstr "%s neemt misschien deel" + +#: include/conversation.php:1222 +msgid "and" +msgstr "en" + +#: include/conversation.php:1228 +#, php-format +msgid "and %d other people" +msgstr "en %d anderen" + +#: include/conversation.php:1237 +#, php-format +msgid "%2$d people like this" +msgstr "%2$d mensen vinden dit leuk" + +#: include/conversation.php:1238 +#, php-format +msgid "%s like this." +msgstr "%s vinden dit leuk." + +#: include/conversation.php:1241 +#, php-format +msgid "%2$d people don't like this" +msgstr "%2$d people vinden dit niet leuk" + +#: include/conversation.php:1242 +#, php-format +msgid "%s don't like this." +msgstr "%s vinden dit niet leuk." + +#: include/conversation.php:1245 +#, php-format +msgid "%2$d people attend" +msgstr "%2$d mensen nemen deel" + +#: include/conversation.php:1246 +#, php-format +msgid "%s attend." +msgstr "%s nemen deel." + +#: include/conversation.php:1249 +#, php-format +msgid "%2$d people don't attend" +msgstr "%2$d mensen nemen niet deel" + +#: include/conversation.php:1250 +#, php-format +msgid "%s don't attend." +msgstr "%s nemen niet deel." + +#: include/conversation.php:1253 +#, php-format +msgid "%2$d people attend maybe" +msgstr "%2$d mensen nemen misschien deel" + +#: include/conversation.php:1254 +#, php-format +msgid "%s attend maybe." +msgstr "%s neemt misschien deel." + +#: include/conversation.php:1284 include/conversation.php:1300 +msgid "Visible to everybody" +msgstr "Zichtbaar voor iedereen" + +#: include/conversation.php:1285 include/conversation.php:1301 +#: mod/wallmessage.php:120 mod/wallmessage.php:127 mod/message.php:200 +#: mod/message.php:207 mod/message.php:343 mod/message.php:350 +msgid "Please enter a link URL:" +msgstr "Vul een internetadres/URL in:" + +#: include/conversation.php:1286 include/conversation.php:1302 +msgid "Please enter a video link/URL:" +msgstr "Vul een videolink/URL in:" + +#: include/conversation.php:1287 include/conversation.php:1303 +msgid "Please enter an audio link/URL:" +msgstr "Vul een audiolink/URL in:" + +#: include/conversation.php:1288 include/conversation.php:1304 +msgid "Tag term:" +msgstr "Label:" + +#: include/conversation.php:1289 include/conversation.php:1305 +#: mod/filer.php:34 +msgid "Save to Folder:" +msgstr "Bewaren in map:" + +#: include/conversation.php:1290 include/conversation.php:1306 +msgid "Where are you right now?" +msgstr "Waar ben je nu?" + +#: include/conversation.php:1291 +msgid "Delete item(s)?" +msgstr "Item(s) verwijderen?" + +#: include/conversation.php:1338 +msgid "New Post" +msgstr "Nieuw bericht" + +#: include/conversation.php:1341 +msgid "Share" +msgstr "Delen" + +#: include/conversation.php:1342 mod/wallmessage.php:143 mod/editpost.php:111 +#: mod/message.php:262 mod/message.php:430 +msgid "Upload photo" +msgstr "Foto uploaden" + +#: include/conversation.php:1343 mod/editpost.php:112 +msgid "upload photo" +msgstr "Foto uploaden" + +#: include/conversation.php:1344 mod/editpost.php:113 +msgid "Attach file" +msgstr "Bestand bijvoegen" + +#: include/conversation.php:1345 mod/editpost.php:114 +msgid "attach file" +msgstr "bestand bijvoegen" + +#: include/conversation.php:1346 mod/wallmessage.php:144 mod/editpost.php:115 +#: mod/message.php:263 mod/message.php:431 +msgid "Insert web link" +msgstr "Voeg een webadres in" + +#: include/conversation.php:1347 mod/editpost.php:116 +msgid "web link" +msgstr "webadres" + +#: include/conversation.php:1348 mod/editpost.php:117 +msgid "Insert video link" +msgstr "Voeg video toe" + +#: include/conversation.php:1349 mod/editpost.php:118 +msgid "video link" +msgstr "video adres" + +#: include/conversation.php:1350 mod/editpost.php:119 +msgid "Insert audio link" +msgstr "Voeg audio adres toe" + +#: include/conversation.php:1351 mod/editpost.php:120 +msgid "audio link" +msgstr "audio adres" + +#: include/conversation.php:1352 mod/editpost.php:121 +msgid "Set your location" +msgstr "Stel uw locatie in" + +#: include/conversation.php:1353 mod/editpost.php:122 +msgid "set location" +msgstr "Stel uw locatie in" + +#: include/conversation.php:1354 mod/editpost.php:123 +msgid "Clear browser location" +msgstr "Verwijder locatie uit uw webbrowser" + +#: include/conversation.php:1355 mod/editpost.php:124 +msgid "clear location" +msgstr "Verwijder locatie uit uw webbrowser" + +#: include/conversation.php:1357 mod/editpost.php:138 +msgid "Set title" +msgstr "Titel plaatsen" + +#: include/conversation.php:1359 mod/editpost.php:140 +msgid "Categories (comma-separated list)" +msgstr "Categorieën (komma-gescheiden lijst)" + +#: include/conversation.php:1361 mod/editpost.php:126 +msgid "Permission settings" +msgstr "Instellingen van rechten" + +#: include/conversation.php:1362 mod/editpost.php:155 +msgid "permissions" +msgstr "rechten" + +#: include/conversation.php:1370 mod/editpost.php:135 +msgid "Public post" +msgstr "Openbare post" + +#: include/conversation.php:1374 mod/editpost.php:146 mod/photos.php:1492 +#: mod/photos.php:1531 mod/photos.php:1604 mod/events.php:528 +#: src/Object/Post.php:805 +msgid "Preview" +msgstr "Voorvertoning" + +#: include/conversation.php:1383 +msgid "Post to Groups" +msgstr "Verzenden naar Groepen" + +#: include/conversation.php:1384 +msgid "Post to Contacts" +msgstr "Verzenden naar Contacten" + +#: include/conversation.php:1385 +msgid "Private post" +msgstr "Privé verzending" + +#: include/conversation.php:1390 mod/editpost.php:153 +#: src/Model/Profile.php:342 +msgid "Message" +msgstr "Bericht" + +#: include/conversation.php:1391 mod/editpost.php:154 +msgid "Browser" +msgstr "Browser" + +#: include/conversation.php:1658 +msgid "View all" +msgstr "Toon alles" + +#: include/conversation.php:1681 +msgid "Like" +msgid_plural "Likes" +msgstr[0] "Houdt van" +msgstr[1] "Houdt van" + +#: include/conversation.php:1684 +msgid "Dislike" +msgid_plural "Dislikes" +msgstr[0] "Houdt niet van" +msgstr[1] "Houdt niet van" + +#: include/conversation.php:1690 +msgid "Not Attending" +msgid_plural "Not Attending" +msgstr[0] "Neemt niet deel" +msgstr[1] "Nemen niet deel" + +#: include/conversation.php:1693 src/Content/ContactSelector.php:125 +msgid "Undecided" +msgid_plural "Undecided" +msgstr[0] "Onbeslist" +msgstr[1] "Onbeslist" + #: include/text.php:302 msgid "newer" msgstr "nieuwere berichten" @@ -894,7 +898,7 @@ msgstr "laatste" #: include/text.php:398 msgid "Loading more entries..." -msgstr "" +msgstr "Meer berichten aan het laden..." #: include/text.php:399 msgid "The end" @@ -1001,7 +1005,7 @@ msgstr "afpoeieren" msgid "rebuffed" msgstr "afgepoeierd" -#: include/text.php:1093 mod/settings.php:941 src/Model/Event.php:379 +#: include/text.php:1093 mod/settings.php:943 src/Model/Event.php:379 msgid "Monday" msgstr "Maandag" @@ -1025,7 +1029,7 @@ msgstr "Vrijdag" msgid "Saturday" msgstr "Zaterdag" -#: include/text.php:1093 mod/settings.php:941 src/Model/Event.php:378 +#: include/text.php:1093 mod/settings.php:943 src/Model/Event.php:378 msgid "Sunday" msgstr "Zondag" @@ -1146,45 +1150,50 @@ msgstr "Nov" msgid "Dec" msgstr "Dec" -#: include/text.php:1324 mod/videos.php:380 +#: include/text.php:1275 +#, php-format +msgid "Content warning: %s" +msgstr "Waarschuwing inhoud: %s" + +#: include/text.php:1345 mod/videos.php:380 msgid "View Video" msgstr "Bekijk Video" -#: include/text.php:1341 +#: include/text.php:1362 msgid "bytes" msgstr "bytes" -#: include/text.php:1374 include/text.php:1385 +#: include/text.php:1395 include/text.php:1406 include/text.php:1442 msgid "Click to open/close" msgstr "klik om te openen/sluiten" -#: include/text.php:1509 +#: include/text.php:1559 msgid "View on separate page" msgstr "Bekijk op aparte pagina" -#: include/text.php:1510 +#: include/text.php:1560 msgid "view on separate page" msgstr "bekijk op aparte pagina" -#: include/text.php:1515 include/text.php:1522 src/Model/Event.php:594 +#: include/text.php:1565 include/text.php:1572 src/Model/Event.php:594 msgid "link to source" msgstr "Verwijzing naar bron" -#: include/text.php:1728 +#: include/text.php:1778 msgid "activity" msgstr "activiteit" -#: include/text.php:1730 src/Object/Post.php:423 src/Object/Post.php:435 +#: include/text.php:1780 src/Object/Post.php:429 src/Object/Post.php:441 msgid "comment" msgid_plural "comments" msgstr[0] "reactie" msgstr[1] "reacties" -#: include/text.php:1733 +#: include/text.php:1783 msgid "post" msgstr "bericht" -#: include/text.php:1890 +#: include/text.php:1940 msgid "Item filed" msgstr "Item bewaard" @@ -1215,13 +1224,13 @@ msgid "" " and/or create new posts for you?" msgstr "Wil je deze toepassing toestemming geven om jouw berichten en contacten in te kijken, en/of nieuwe berichten in jouw plaats aan te maken?" -#: mod/api.php:111 mod/dfrn_request.php:653 mod/settings.php:1103 -#: mod/settings.php:1109 mod/settings.php:1116 mod/settings.php:1120 -#: mod/settings.php:1124 mod/settings.php:1128 mod/settings.php:1132 -#: mod/settings.php:1136 mod/settings.php:1156 mod/settings.php:1157 +#: mod/api.php:111 mod/dfrn_request.php:653 mod/follow.php:150 +#: mod/profiles.php:636 mod/profiles.php:640 mod/profiles.php:661 +#: mod/register.php:238 mod/settings.php:1105 mod/settings.php:1111 +#: mod/settings.php:1118 mod/settings.php:1122 mod/settings.php:1126 +#: mod/settings.php:1130 mod/settings.php:1134 mod/settings.php:1138 #: mod/settings.php:1158 mod/settings.php:1159 mod/settings.php:1160 -#: mod/follow.php:150 mod/profiles.php:636 mod/profiles.php:640 -#: mod/profiles.php:661 mod/register.php:238 +#: mod/settings.php:1161 mod/settings.php:1162 msgid "No" msgstr "Nee" @@ -1255,14 +1264,14 @@ msgstr "Gedeelde Vrienden" #: mod/credits.php:18 msgid "Credits" -msgstr "" +msgstr "Credits" #: mod/credits.php:19 msgid "" "Friendica is a community project, that would not be possible without the " "help of many people. Here is a list of those who have contributed to the " "code or the translation of Friendica. Thank you all!" -msgstr "" +msgstr "Friendica is een gemeenschapsproject dat niet mogelijk zou zijn zonder de hulp van vele mensen. Hier is een lijst van alle mensen die aan de code of vertalingen van Friendica hebben meegewerkt. Allen van harte bedankt!" #: mod/crepair.php:87 msgid "Contact settings applied." @@ -1281,7 +1290,7 @@ msgstr "Contact niet gevonden" msgid "" "WARNING: This is highly advanced and if you enter incorrect" " information your communications with this contact may stop working." -msgstr "" +msgstr "WAARSCHUWING: Dit is zeer geavanceerd en als je verkeerde informatie invult, zal je mogelijk niet meer kunnen communiceren met deze contactpersoon." #: mod/crepair.php:115 msgid "" @@ -1315,7 +1324,7 @@ msgstr "" #: mod/photos.php:1160 mod/photos.php:1445 mod/photos.php:1491 #: mod/photos.php:1530 mod/photos.php:1603 mod/install.php:251 #: mod/install.php:290 mod/events.php:530 mod/profiles.php:672 -#: mod/contacts.php:610 src/Object/Post.php:790 +#: mod/contacts.php:610 src/Object/Post.php:796 #: view/theme/duepuntozero/config.php:71 view/theme/frio/config.php:113 #: view/theme/quattro/config.php:73 view/theme/vier/config.php:119 msgid "Submit" @@ -1335,9 +1344,9 @@ msgid "" "entries from this contact." msgstr "" -#: mod/crepair.php:158 mod/settings.php:677 mod/settings.php:703 -#: mod/admin.php:490 mod/admin.php:1781 mod/admin.php:1793 mod/admin.php:1806 -#: mod/admin.php:1822 +#: mod/crepair.php:158 mod/admin.php:490 mod/admin.php:1781 mod/admin.php:1793 +#: mod/admin.php:1806 mod/admin.php:1822 mod/settings.php:677 +#: mod/settings.php:703 msgid "Name" msgstr "Naam" @@ -1462,8 +1471,8 @@ msgid "" " join." msgstr "Op je Snelstart pagina kun je een korte inleiding vinden over je profiel en netwerk tabs, om enkele nieuwe connecties te leggen en groepen te vinden om lid van te worden." -#: mod/newmember.php:19 mod/settings.php:124 mod/admin.php:1906 -#: mod/admin.php:2175 src/Content/Nav.php:206 view/theme/frio/theme.php:269 +#: mod/newmember.php:19 mod/admin.php:1906 mod/admin.php:2175 +#: mod/settings.php:123 src/Content/Nav.php:206 view/theme/frio/theme.php:269 msgid "Settings" msgstr "Instellingen" @@ -2494,7 +2503,7 @@ msgid "" "of your account (photos are not exported)" msgstr "Je account info, contacten en al je items in json formaat exporteren. Dit kan een heel groot bestand worden, en kan lang duren. Gebruik dit om een volledige backup van je account te maken (foto's worden niet geexporteerd)" -#: mod/uexport.php:52 mod/settings.php:108 +#: mod/uexport.php:52 mod/settings.php:107 msgid "Export personal data" msgstr "Persoonlijke gegevens exporteren" @@ -2967,7 +2976,7 @@ msgstr "Recente foto's" msgid "Upload New Photos" msgstr "Nieuwe foto's uploaden" -#: mod/photos.php:126 mod/settings.php:51 +#: mod/photos.php:126 mod/settings.php:50 msgid "everybody" msgstr "iedereen" @@ -3051,11 +3060,11 @@ msgstr "Toon geen bericht op je tijdlijn van deze upload" msgid "Permissions" msgstr "Rechten" -#: mod/photos.php:1106 mod/photos.php:1449 mod/settings.php:1227 +#: mod/photos.php:1106 mod/photos.php:1449 mod/settings.php:1229 msgid "Show to Groups" msgstr "Tonen aan groepen" -#: mod/photos.php:1107 mod/photos.php:1450 mod/settings.php:1228 +#: mod/photos.php:1107 mod/photos.php:1450 mod/settings.php:1230 msgid "Show to Contacts" msgstr "Tonen aan contacten" @@ -3149,12 +3158,12 @@ msgid "I don't like this (toggle)" msgstr "Vind ik niet leuk" #: mod/photos.php:1488 mod/photos.php:1527 mod/photos.php:1600 -#: mod/contacts.php:953 src/Object/Post.php:787 +#: mod/contacts.php:953 src/Object/Post.php:793 msgid "This is you" msgstr "Dit ben jij" #: mod/photos.php:1490 mod/photos.php:1529 mod/photos.php:1602 -#: src/Object/Post.php:393 src/Object/Post.php:789 +#: src/Object/Post.php:399 src/Object/Post.php:795 msgid "Comment" msgstr "Reacties" @@ -3240,10 +3249,10 @@ msgid "" "settings. Please double check whom you give this access." msgstr "" -#: mod/delegate.php:168 mod/settings.php:675 mod/settings.php:784 -#: mod/settings.php:870 mod/settings.php:959 mod/settings.php:1192 -#: mod/admin.php:307 mod/admin.php:1346 mod/admin.php:1965 mod/admin.php:2218 -#: mod/admin.php:2292 mod/admin.php:2439 +#: mod/delegate.php:168 mod/admin.php:307 mod/admin.php:1346 +#: mod/admin.php:1965 mod/admin.php:2218 mod/admin.php:2292 mod/admin.php:2439 +#: mod/settings.php:675 mod/settings.php:784 mod/settings.php:872 +#: mod/settings.php:961 mod/settings.php:1194 msgid "Save Settings" msgstr "Instellingen opslaan" @@ -3420,7 +3429,7 @@ msgstr "PATH van het PHP commando" msgid "" "Enter full path to php executable. You can leave this blank to continue the " "installation." -msgstr "Vul het volledige path in naar het php programma. Je kunt dit blanco laten om de installatie verder te zetten." +msgstr "Vul het volledige pad in naar het php programma. Je kunt dit leeg laten om de installatie verder te zetten." #: mod/install.php:335 msgid "Command line PHP" @@ -3880,879 +3889,6 @@ msgstr "Wijzigingen compleet" msgid "Image uploaded successfully." msgstr "Uploaden van afbeelding gelukt." -#: mod/settings.php:56 mod/admin.php:1781 -msgid "Account" -msgstr "Account" - -#: mod/settings.php:65 mod/admin.php:187 -msgid "Additional features" -msgstr "Extra functies" - -#: mod/settings.php:73 -msgid "Display" -msgstr "Weergave" - -#: mod/settings.php:80 mod/settings.php:841 -msgid "Social Networks" -msgstr "Sociale netwerken" - -#: mod/settings.php:87 mod/admin.php:185 mod/admin.php:1904 mod/admin.php:1964 -msgid "Addons" -msgstr "" - -#: mod/settings.php:94 src/Content/Nav.php:204 -msgid "Delegations" -msgstr "" - -#: mod/settings.php:101 -msgid "Connected apps" -msgstr "Verbonden applicaties" - -#: mod/settings.php:115 -msgid "Remove account" -msgstr "Account verwijderen" - -#: mod/settings.php:169 -msgid "Missing some important data!" -msgstr "Een belangrijk gegeven ontbreekt!" - -#: mod/settings.php:171 mod/settings.php:701 mod/contacts.php:826 -msgid "Update" -msgstr "Wijzigen" - -#: mod/settings.php:279 -msgid "Failed to connect with email account using the settings provided." -msgstr "Ik kon geen verbinding maken met het e-mail account met de gegeven instellingen." - -#: mod/settings.php:284 -msgid "Email settings updated." -msgstr "E-mail instellingen bijgewerkt.." - -#: mod/settings.php:300 -msgid "Features updated" -msgstr "Functies bijgewerkt" - -#: mod/settings.php:372 -msgid "Relocate message has been send to your contacts" -msgstr "" - -#: mod/settings.php:384 src/Model/User.php:325 -msgid "Passwords do not match. Password unchanged." -msgstr "Wachtwoorden komen niet overeen. Wachtwoord niet gewijzigd." - -#: mod/settings.php:389 -msgid "Empty passwords are not allowed. Password unchanged." -msgstr "Lege wachtwoorden zijn niet toegelaten. Wachtwoord niet gewijzigd." - -#: mod/settings.php:394 src/Core/Console/NewPassword.php:78 -msgid "" -"The new password has been exposed in a public data dump, please choose " -"another." -msgstr "" - -#: mod/settings.php:400 -msgid "Wrong password." -msgstr "Verkeerd wachtwoord." - -#: mod/settings.php:407 src/Core/Console/NewPassword.php:85 -msgid "Password changed." -msgstr "Wachtwoord gewijzigd." - -#: mod/settings.php:409 src/Core/Console/NewPassword.php:82 -msgid "Password update failed. Please try again." -msgstr "Wachtwoord-)wijziging mislukt. Probeer opnieuw." - -#: mod/settings.php:496 -msgid " Please use a shorter name." -msgstr "Gebruik een kortere naam." - -#: mod/settings.php:499 -msgid " Name too short." -msgstr "Naam te kort." - -#: mod/settings.php:507 -msgid "Wrong Password" -msgstr "Verkeerd wachtwoord" - -#: mod/settings.php:512 -msgid "Invalid email." -msgstr "" - -#: mod/settings.php:519 -msgid "Cannot change to that email." -msgstr "" - -#: mod/settings.php:572 -msgid "Private forum has no privacy permissions. Using default privacy group." -msgstr "Privéforum/-groep heeft geen privacyrechten. De standaard privacygroep wordt gebruikt." - -#: mod/settings.php:575 -msgid "Private forum has no privacy permissions and no default privacy group." -msgstr "Privéforum/-groep heeft geen privacyrechten en geen standaard privacygroep." - -#: mod/settings.php:615 -msgid "Settings updated." -msgstr "Instellingen bijgewerkt." - -#: mod/settings.php:674 mod/settings.php:700 mod/settings.php:736 -msgid "Add application" -msgstr "Toepassing toevoegen" - -#: mod/settings.php:678 mod/settings.php:704 -msgid "Consumer Key" -msgstr "Gebruikerssleutel" - -#: mod/settings.php:679 mod/settings.php:705 -msgid "Consumer Secret" -msgstr "Gebruikersgeheim" - -#: mod/settings.php:680 mod/settings.php:706 -msgid "Redirect" -msgstr "Doorverwijzing" - -#: mod/settings.php:681 mod/settings.php:707 -msgid "Icon url" -msgstr "URL pictogram" - -#: mod/settings.php:692 -msgid "You can't edit this application." -msgstr "Je kunt deze toepassing niet wijzigen." - -#: mod/settings.php:735 -msgid "Connected Apps" -msgstr "Verbonden applicaties" - -#: mod/settings.php:737 src/Object/Post.php:155 src/Object/Post.php:157 -msgid "Edit" -msgstr "Bewerken" - -#: mod/settings.php:739 -msgid "Client key starts with" -msgstr "" - -#: mod/settings.php:740 -msgid "No name" -msgstr "Geen naam" - -#: mod/settings.php:741 -msgid "Remove authorization" -msgstr "Verwijder authorisatie" - -#: mod/settings.php:752 -msgid "No Addon settings configured" -msgstr "" - -#: mod/settings.php:761 -msgid "Addon Settings" -msgstr "" - -#: mod/settings.php:775 mod/admin.php:2428 mod/admin.php:2429 -msgid "Off" -msgstr "Uit" - -#: mod/settings.php:775 mod/admin.php:2428 mod/admin.php:2429 -msgid "On" -msgstr "Aan" - -#: mod/settings.php:782 -msgid "Additional Features" -msgstr "Extra functies" - -#: mod/settings.php:804 src/Content/ContactSelector.php:83 -msgid "Diaspora" -msgstr "Diaspora" - -#: mod/settings.php:804 mod/settings.php:805 -msgid "enabled" -msgstr "ingeschakeld" - -#: mod/settings.php:804 mod/settings.php:805 -msgid "disabled" -msgstr "uitgeschakeld" - -#: mod/settings.php:804 mod/settings.php:805 -#, php-format -msgid "Built-in support for %s connectivity is %s" -msgstr "Ingebouwde ondersteuning voor connectiviteit met %s is %s" - -#: mod/settings.php:805 -msgid "GNU Social (OStatus)" -msgstr "" - -#: mod/settings.php:836 -msgid "Email access is disabled on this site." -msgstr "E-mailtoegang is op deze website uitgeschakeld." - -#: mod/settings.php:846 -msgid "General Social Media Settings" -msgstr "" - -#: mod/settings.php:847 -msgid "Disable intelligent shortening" -msgstr "" - -#: mod/settings.php:847 -msgid "" -"Normally the system tries to find the best link to add to shortened posts. " -"If this option is enabled then every shortened post will always point to the" -" original friendica post." -msgstr "" - -#: mod/settings.php:848 -msgid "Automatically follow any GNU Social (OStatus) followers/mentioners" -msgstr "" - -#: mod/settings.php:848 -msgid "" -"If you receive a message from an unknown OStatus user, this option decides " -"what to do. If it is checked, a new contact will be created for every " -"unknown user." -msgstr "" - -#: mod/settings.php:849 -msgid "Default group for OStatus contacts" -msgstr "" - -#: mod/settings.php:850 -msgid "Your legacy GNU Social account" -msgstr "" - -#: mod/settings.php:850 -msgid "" -"If you enter your old GNU Social/Statusnet account name here (in the format " -"user@domain.tld), your contacts will be added automatically. The field will " -"be emptied when done." -msgstr "" - -#: mod/settings.php:853 -msgid "Repair OStatus subscriptions" -msgstr "" - -#: mod/settings.php:857 -msgid "Email/Mailbox Setup" -msgstr "E-mail Instellen" - -#: mod/settings.php:858 -msgid "" -"If you wish to communicate with email contacts using this service " -"(optional), please specify how to connect to your mailbox." -msgstr "Als je wilt communiceren met e-mail contacten via deze dienst (optioneel), moet je hier opgeven hoe ik jouw mailbox kan bereiken." - -#: mod/settings.php:859 -msgid "Last successful email check:" -msgstr "Laatste succesvolle e-mail controle:" - -#: mod/settings.php:861 -msgid "IMAP server name:" -msgstr "IMAP server naam:" - -#: mod/settings.php:862 -msgid "IMAP port:" -msgstr "IMAP poort:" - -#: mod/settings.php:863 -msgid "Security:" -msgstr "Beveiliging:" - -#: mod/settings.php:863 mod/settings.php:868 -msgid "None" -msgstr "Geen" - -#: mod/settings.php:864 -msgid "Email login name:" -msgstr "E-mail login naam:" - -#: mod/settings.php:865 -msgid "Email password:" -msgstr "E-mail wachtwoord:" - -#: mod/settings.php:866 -msgid "Reply-to address:" -msgstr "Antwoord adres:" - -#: mod/settings.php:867 -msgid "Send public posts to all email contacts:" -msgstr "Openbare posts naar alle e-mail contacten versturen:" - -#: mod/settings.php:868 -msgid "Action after import:" -msgstr "Actie na importeren:" - -#: mod/settings.php:868 src/Content/Nav.php:191 -msgid "Mark as seen" -msgstr "Als 'gelezen' markeren" - -#: mod/settings.php:868 -msgid "Move to folder" -msgstr "Naar map verplaatsen" - -#: mod/settings.php:869 -msgid "Move to folder:" -msgstr "Verplaatsen naar map:" - -#: mod/settings.php:903 mod/admin.php:1236 -msgid "No special theme for mobile devices" -msgstr "Geen speciaal thema voor mobiele apparaten" - -#: mod/settings.php:912 -#, php-format -msgid "%s - (Unsupported)" -msgstr "" - -#: mod/settings.php:914 -#, php-format -msgid "%s - (Experimental)" -msgstr "" - -#: mod/settings.php:957 -msgid "Display Settings" -msgstr "Scherminstellingen" - -#: mod/settings.php:963 mod/settings.php:987 -msgid "Display Theme:" -msgstr "Schermthema:" - -#: mod/settings.php:964 -msgid "Mobile Theme:" -msgstr "Mobiel thema:" - -#: mod/settings.php:965 -msgid "Suppress warning of insecure networks" -msgstr "" - -#: mod/settings.php:965 -msgid "" -"Should the system suppress the warning that the current group contains " -"members of networks that can't receive non public postings." -msgstr "" - -#: mod/settings.php:966 -msgid "Update browser every xx seconds" -msgstr "Browser elke xx seconden verversen" - -#: mod/settings.php:966 -msgid "Minimum of 10 seconds. Enter -1 to disable it." -msgstr "" - -#: mod/settings.php:967 -msgid "Number of items to display per page:" -msgstr "Aantal items te tonen per pagina:" - -#: mod/settings.php:967 mod/settings.php:968 -msgid "Maximum of 100 items" -msgstr "Maximum 100 items" - -#: mod/settings.php:968 -msgid "Number of items to display per page when viewed from mobile device:" -msgstr "Aantal items per pagina als je een mobiel toestel gebruikt:" - -#: mod/settings.php:969 -msgid "Don't show emoticons" -msgstr "Emoticons niet tonen" - -#: mod/settings.php:970 -msgid "Calendar" -msgstr "" - -#: mod/settings.php:971 -msgid "Beginning of week:" -msgstr "" - -#: mod/settings.php:972 -msgid "Don't show notices" -msgstr "" - -#: mod/settings.php:973 -msgid "Infinite scroll" -msgstr "Oneindig scrollen" - -#: mod/settings.php:974 -msgid "Automatic updates only at the top of the network page" -msgstr "" - -#: mod/settings.php:974 -msgid "" -"When disabled, the network page is updated all the time, which could be " -"confusing while reading." -msgstr "" - -#: mod/settings.php:975 -msgid "Bandwith Saver Mode" -msgstr "" - -#: mod/settings.php:975 -msgid "" -"When enabled, embedded content is not displayed on automatic updates, they " -"only show on page reload." -msgstr "" - -#: mod/settings.php:976 -msgid "Smart Threading" -msgstr "" - -#: mod/settings.php:976 -msgid "" -"When enabled, suppress extraneous thread indentation while keeping it where " -"it matters. Only works if threading is available and enabled." -msgstr "" - -#: mod/settings.php:978 -msgid "General Theme Settings" -msgstr "" - -#: mod/settings.php:979 -msgid "Custom Theme Settings" -msgstr "" - -#: mod/settings.php:980 -msgid "Content Settings" -msgstr "" - -#: mod/settings.php:981 view/theme/duepuntozero/config.php:73 -#: view/theme/frio/config.php:115 view/theme/quattro/config.php:75 -#: view/theme/vier/config.php:121 -msgid "Theme settings" -msgstr "Thema-instellingen" - -#: mod/settings.php:1000 -msgid "Unable to find your profile. Please contact your admin." -msgstr "" - -#: mod/settings.php:1042 -msgid "Account Types" -msgstr "" - -#: mod/settings.php:1043 -msgid "Personal Page Subtypes" -msgstr "" - -#: mod/settings.php:1044 -msgid "Community Forum Subtypes" -msgstr "" - -#: mod/settings.php:1051 -msgid "Personal Page" -msgstr "" - -#: mod/settings.php:1052 -msgid "Account for a personal profile." -msgstr "" - -#: mod/settings.php:1055 -msgid "Organisation Page" -msgstr "" - -#: mod/settings.php:1056 -msgid "" -"Account for an organisation that automatically approves contact requests as " -"\"Followers\"." -msgstr "" - -#: mod/settings.php:1059 -msgid "News Page" -msgstr "" - -#: mod/settings.php:1060 -msgid "" -"Account for a news reflector that automatically approves contact requests as" -" \"Followers\"." -msgstr "" - -#: mod/settings.php:1063 -msgid "Community Forum" -msgstr "" - -#: mod/settings.php:1064 -msgid "Account for community discussions." -msgstr "" - -#: mod/settings.php:1067 -msgid "Normal Account Page" -msgstr "Normale accountpagina" - -#: mod/settings.php:1068 -msgid "" -"Account for a regular personal profile that requires manual approval of " -"\"Friends\" and \"Followers\"." -msgstr "" - -#: mod/settings.php:1071 -msgid "Soapbox Page" -msgstr "Zeepkist-pagina" - -#: mod/settings.php:1072 -msgid "" -"Account for a public profile that automatically approves contact requests as" -" \"Followers\"." -msgstr "" - -#: mod/settings.php:1075 -msgid "Public Forum" -msgstr "" - -#: mod/settings.php:1076 -msgid "Automatically approves all contact requests." -msgstr "" - -#: mod/settings.php:1079 -msgid "Automatic Friend Page" -msgstr "Automatisch Vriendschapspagina" - -#: mod/settings.php:1080 -msgid "" -"Account for a popular profile that automatically approves contact requests " -"as \"Friends\"." -msgstr "" - -#: mod/settings.php:1083 -msgid "Private Forum [Experimental]" -msgstr "Privé-forum [experimenteel]" - -#: mod/settings.php:1084 -msgid "Requires manual approval of contact requests." -msgstr "" - -#: mod/settings.php:1095 -msgid "OpenID:" -msgstr "OpenID:" - -#: mod/settings.php:1095 -msgid "(Optional) Allow this OpenID to login to this account." -msgstr "(Optioneel) Laat dit OpenID toe om in te loggen op deze account." - -#: mod/settings.php:1103 -msgid "Publish your default profile in your local site directory?" -msgstr "Je standaardprofiel in je lokale gids publiceren?" - -#: mod/settings.php:1103 -#, php-format -msgid "" -"Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public." -msgstr "" - -#: mod/settings.php:1109 -msgid "Publish your default profile in the global social directory?" -msgstr "Je standaardprofiel in de globale sociale gids publiceren?" - -#: mod/settings.php:1109 -#, php-format -msgid "" -"Your profile will be published in this node's local " -"directory. Your profile details may be publicly visible depending on the" -" system settings." -msgstr "" - -#: mod/settings.php:1116 -msgid "Hide your contact/friend list from viewers of your default profile?" -msgstr "Je vrienden/contacten verbergen voor bezoekers van je standaard profiel?" - -#: mod/settings.php:1116 -msgid "" -"Your contact list won't be shown in your default profile page. You can " -"decide to show your contact list separately for each additional profile you " -"create" -msgstr "" - -#: mod/settings.php:1120 -msgid "Hide your profile details from anonymous viewers?" -msgstr "" - -#: mod/settings.php:1120 -msgid "" -"Anonymous visitors will only see your profile picture, your display name and" -" the nickname you are using on your profile page. Disables posting public " -"messages to Diaspora and other networks." -msgstr "" - -#: mod/settings.php:1124 -msgid "Allow friends to post to your profile page?" -msgstr "Vrienden toestaan om op jou profielpagina te posten?" - -#: mod/settings.php:1124 -msgid "" -"Your contacts may write posts on your profile wall. These posts will be " -"distributed to your contacts" -msgstr "" - -#: mod/settings.php:1128 -msgid "Allow friends to tag your posts?" -msgstr "Sta vrienden toe om jouw berichten te labelen?" - -#: mod/settings.php:1128 -msgid "Your contacts can add additional tags to your posts." -msgstr "" - -#: mod/settings.php:1132 -msgid "Allow us to suggest you as a potential friend to new members?" -msgstr "Sta je mij toe om jou als mogelijke vriend voor te stellen aan nieuwe leden?" - -#: mod/settings.php:1132 -msgid "" -"If you like, Friendica may suggest new members to add you as a contact." -msgstr "" - -#: mod/settings.php:1136 -msgid "Permit unknown people to send you private mail?" -msgstr "Mogen onbekende personen jou privé berichten sturen?" - -#: mod/settings.php:1136 -msgid "" -"Friendica network users may send you private messages even if they are not " -"in your contact list." -msgstr "" - -#: mod/settings.php:1140 -msgid "Profile is not published." -msgstr "Profiel is niet gepubliceerd." - -#: mod/settings.php:1146 -#, php-format -msgid "Your Identity Address is '%s' or '%s'." -msgstr "" - -#: mod/settings.php:1153 -msgid "Automatically expire posts after this many days:" -msgstr "Laat berichten automatisch vervallen na zo veel dagen:" - -#: mod/settings.php:1153 -msgid "If empty, posts will not expire. Expired posts will be deleted" -msgstr "Berichten zullen niet vervallen indien leeg. Vervallen berichten zullen worden verwijderd." - -#: mod/settings.php:1154 -msgid "Advanced expiration settings" -msgstr "Geavanceerde instellingen voor vervallen" - -#: mod/settings.php:1155 -msgid "Advanced Expiration" -msgstr "Geavanceerd Verval:" - -#: mod/settings.php:1156 -msgid "Expire posts:" -msgstr "Laat berichten vervallen:" - -#: mod/settings.php:1157 -msgid "Expire personal notes:" -msgstr "Laat persoonlijke aantekeningen verlopen:" - -#: mod/settings.php:1158 -msgid "Expire starred posts:" -msgstr "Laat berichten met ster verlopen" - -#: mod/settings.php:1159 -msgid "Expire photos:" -msgstr "Laat foto's vervallen:" - -#: mod/settings.php:1160 -msgid "Only expire posts by others:" -msgstr "Laat alleen berichten door anderen vervallen:" - -#: mod/settings.php:1190 -msgid "Account Settings" -msgstr "Account Instellingen" - -#: mod/settings.php:1198 -msgid "Password Settings" -msgstr "Wachtwoord Instellingen" - -#: mod/settings.php:1199 mod/register.php:273 -msgid "New Password:" -msgstr "Nieuw Wachtwoord:" - -#: mod/settings.php:1200 mod/register.php:274 -msgid "Confirm:" -msgstr "Bevestig:" - -#: mod/settings.php:1200 -msgid "Leave password fields blank unless changing" -msgstr "Laat de wachtwoord-velden leeg, tenzij je het wilt veranderen" - -#: mod/settings.php:1201 -msgid "Current Password:" -msgstr "Huidig wachtwoord:" - -#: mod/settings.php:1201 mod/settings.php:1202 -msgid "Your current password to confirm the changes" -msgstr "Je huidig wachtwoord om de wijzigingen te bevestigen" - -#: mod/settings.php:1202 -msgid "Password:" -msgstr "Wachtwoord:" - -#: mod/settings.php:1206 -msgid "Basic Settings" -msgstr "Basis Instellingen" - -#: mod/settings.php:1207 src/Model/Profile.php:738 -msgid "Full Name:" -msgstr "Volledige Naam:" - -#: mod/settings.php:1208 -msgid "Email Address:" -msgstr "E-mailadres:" - -#: mod/settings.php:1209 -msgid "Your Timezone:" -msgstr "Je Tijdzone:" - -#: mod/settings.php:1210 -msgid "Your Language:" -msgstr "" - -#: mod/settings.php:1210 -msgid "" -"Set the language we use to show you friendica interface and to send you " -"emails" -msgstr "" - -#: mod/settings.php:1211 -msgid "Default Post Location:" -msgstr "Standaard locatie:" - -#: mod/settings.php:1212 -msgid "Use Browser Location:" -msgstr "Gebruik Webbrowser Locatie:" - -#: mod/settings.php:1215 -msgid "Security and Privacy Settings" -msgstr "Instellingen voor Beveiliging en Privacy" - -#: mod/settings.php:1217 -msgid "Maximum Friend Requests/Day:" -msgstr "Maximum aantal vriendschapsverzoeken per dag:" - -#: mod/settings.php:1217 mod/settings.php:1246 -msgid "(to prevent spam abuse)" -msgstr "(om spam misbruik te voorkomen)" - -#: mod/settings.php:1218 -msgid "Default Post Permissions" -msgstr "Standaard rechten voor nieuwe berichten" - -#: mod/settings.php:1219 -msgid "(click to open/close)" -msgstr "(klik om te openen/sluiten)" - -#: mod/settings.php:1229 -msgid "Default Private Post" -msgstr "Standaard Privé Post" - -#: mod/settings.php:1230 -msgid "Default Public Post" -msgstr "Standaard Publieke Post" - -#: mod/settings.php:1234 -msgid "Default Permissions for New Posts" -msgstr "Standaard rechten voor nieuwe berichten" - -#: mod/settings.php:1246 -msgid "Maximum private messages per day from unknown people:" -msgstr "Maximum aantal privé-berichten per dag van onbekende personen:" - -#: mod/settings.php:1249 -msgid "Notification Settings" -msgstr "Notificatie Instellingen" - -#: mod/settings.php:1250 -msgid "By default post a status message when:" -msgstr "Post automatisch een bericht op je tijdlijn wanneer:" - -#: mod/settings.php:1251 -msgid "accepting a friend request" -msgstr "Een vriendschapsverzoek accepteren" - -#: mod/settings.php:1252 -msgid "joining a forum/community" -msgstr "Lid worden van een groep/forum" - -#: mod/settings.php:1253 -msgid "making an interesting profile change" -msgstr "Een interessante verandering aan je profiel" - -#: mod/settings.php:1254 -msgid "Send a notification email when:" -msgstr "Stuur een notificatie e-mail wanneer:" - -#: mod/settings.php:1255 -msgid "You receive an introduction" -msgstr "Je ontvangt een vriendschaps- of connectieverzoek" - -#: mod/settings.php:1256 -msgid "Your introductions are confirmed" -msgstr "Jouw vriendschaps- of connectieverzoeken zijn bevestigd" - -#: mod/settings.php:1257 -msgid "Someone writes on your profile wall" -msgstr "Iemand iets op je tijdlijn schrijft" - -#: mod/settings.php:1258 -msgid "Someone writes a followup comment" -msgstr "Iemand een reactie schrijft" - -#: mod/settings.php:1259 -msgid "You receive a private message" -msgstr "Je een privé-bericht ontvangt" - -#: mod/settings.php:1260 -msgid "You receive a friend suggestion" -msgstr "Je een suggestie voor een vriendschap ontvangt" - -#: mod/settings.php:1261 -msgid "You are tagged in a post" -msgstr "Je expliciet in een bericht bent genoemd" - -#: mod/settings.php:1262 -msgid "You are poked/prodded/etc. in a post" -msgstr "Je in een bericht bent aangestoten/gepord/etc." - -#: mod/settings.php:1264 -msgid "Activate desktop notifications" -msgstr "" - -#: mod/settings.php:1264 -msgid "Show desktop popup on new notifications" -msgstr "" - -#: mod/settings.php:1266 -msgid "Text-only notification emails" -msgstr "" - -#: mod/settings.php:1268 -msgid "Send text only notification emails, without the html part" -msgstr "" - -#: mod/settings.php:1270 -msgid "Show detailled notifications" -msgstr "" - -#: mod/settings.php:1272 -msgid "" -"Per default, notifications are condensed to a single notification per item. " -"When enabled every notification is displayed." -msgstr "" - -#: mod/settings.php:1274 -msgid "Advanced Account/Page Type Settings" -msgstr "" - -#: mod/settings.php:1275 -msgid "Change the behaviour of this account for special situations" -msgstr "" - -#: mod/settings.php:1278 -msgid "Relocate" -msgstr "" - -#: mod/settings.php:1279 -msgid "" -"If you have moved this profile from another server, and some of your " -"contacts don't receive your updates, try pushing this button." -msgstr "" - -#: mod/settings.php:1280 -msgid "Resend relocate message to contacts" -msgstr "" - #: mod/directory.php:152 src/Model/Profile.php:421 src/Model/Profile.php:769 msgid "Status:" msgstr "Tijdlijn:" @@ -5532,6 +4668,10 @@ msgstr "Toon alleen verborgen contacten" msgid "Search your contacts" msgstr "Doorzoek je contacten" +#: mod/contacts.php:826 mod/settings.php:170 mod/settings.php:701 +msgid "Update" +msgstr "Wijzigen" + #: mod/contacts.php:829 mod/contacts.php:1027 msgid "Archive" msgstr "Archiveer" @@ -5873,10 +5013,18 @@ msgid "" "be an existing address.)" msgstr "" +#: mod/register.php:273 mod/settings.php:1201 +msgid "New Password:" +msgstr "Nieuw Wachtwoord:" + #: mod/register.php:273 msgid "Leave empty for an auto generated password." msgstr "" +#: mod/register.php:274 mod/settings.php:1202 +msgid "Confirm:" +msgstr "Bevestig:" + #: mod/register.php:275 #, php-format msgid "" @@ -5924,10 +5072,18 @@ msgstr "Website" msgid "Users" msgstr "Gebruiker" +#: mod/admin.php:185 mod/admin.php:1904 mod/admin.php:1964 mod/settings.php:86 +msgid "Addons" +msgstr "" + #: mod/admin.php:186 mod/admin.php:2173 mod/admin.php:2217 msgid "Themes" msgstr "Thema's" +#: mod/admin.php:187 mod/settings.php:64 +msgid "Additional features" +msgstr "Extra functies" + #: mod/admin.php:189 msgid "Database" msgstr "" @@ -6349,6 +5505,10 @@ msgstr "" msgid "Site settings updated." msgstr "Site instellingen gewijzigd." +#: mod/admin.php:1236 mod/settings.php:905 +msgid "No special theme for mobile devices" +msgstr "Geen speciaal thema voor mobiele apparaten" + #: mod/admin.php:1265 msgid "No community page" msgstr "" @@ -7243,7 +6403,7 @@ msgstr "" #: mod/admin.php:1526 msgid "No failed updates." -msgstr "Geen misluke wijzigingen" +msgstr "Geen mislukte wijzigingen" #: mod/admin.php:1527 msgid "Check database structure" @@ -7251,7 +6411,7 @@ msgstr "" #: mod/admin.php:1532 msgid "Failed Updates" -msgstr "Misluke wijzigingen" +msgstr "Mislukte wijzigingen" #: mod/admin.php:1533 msgid "" @@ -7274,7 +6434,7 @@ msgid "" "\t\t\t\tthe administrator of %2$s has set up an account for you." msgstr "" -#: mod/admin.php:1577 src/Model/User.php:615 +#: mod/admin.php:1577 #, php-format msgid "" "\n" @@ -7357,6 +6517,10 @@ msgstr "Laatste login" msgid "Last item" msgstr "Laatste item" +#: mod/admin.php:1781 mod/settings.php:55 +msgid "Account" +msgstr "Account" + #: mod/admin.php:1789 msgid "Add User" msgstr "Gebruiker toevoegen" @@ -7557,6 +6721,14 @@ msgid "" " %1$s is readable." msgstr "" +#: mod/admin.php:2428 mod/admin.php:2429 mod/settings.php:775 +msgid "Off" +msgstr "Uit" + +#: mod/admin.php:2428 mod/admin.php:2429 mod/settings.php:775 +msgid "On" +msgstr "Aan" + #: mod/admin.php:2429 #, php-format msgid "Lock feature %s" @@ -7566,6 +6738,855 @@ msgstr "" msgid "Manage Additional Features" msgstr "" +#: mod/settings.php:72 +msgid "Display" +msgstr "Weergave" + +#: mod/settings.php:79 mod/settings.php:842 +msgid "Social Networks" +msgstr "Sociale netwerken" + +#: mod/settings.php:93 src/Content/Nav.php:204 +msgid "Delegations" +msgstr "" + +#: mod/settings.php:100 +msgid "Connected apps" +msgstr "Verbonden applicaties" + +#: mod/settings.php:114 +msgid "Remove account" +msgstr "Account verwijderen" + +#: mod/settings.php:168 +msgid "Missing some important data!" +msgstr "Een belangrijk gegeven ontbreekt!" + +#: mod/settings.php:279 +msgid "Failed to connect with email account using the settings provided." +msgstr "Ik kon geen verbinding maken met het e-mail account met de gegeven instellingen." + +#: mod/settings.php:284 +msgid "Email settings updated." +msgstr "E-mail instellingen bijgewerkt.." + +#: mod/settings.php:300 +msgid "Features updated" +msgstr "Functies bijgewerkt" + +#: mod/settings.php:372 +msgid "Relocate message has been send to your contacts" +msgstr "" + +#: mod/settings.php:384 src/Model/User.php:325 +msgid "Passwords do not match. Password unchanged." +msgstr "Wachtwoorden komen niet overeen. Wachtwoord niet gewijzigd." + +#: mod/settings.php:389 +msgid "Empty passwords are not allowed. Password unchanged." +msgstr "Lege wachtwoorden zijn niet toegelaten. Wachtwoord niet gewijzigd." + +#: mod/settings.php:394 src/Core/Console/NewPassword.php:78 +msgid "" +"The new password has been exposed in a public data dump, please choose " +"another." +msgstr "" + +#: mod/settings.php:400 +msgid "Wrong password." +msgstr "Verkeerd wachtwoord." + +#: mod/settings.php:407 src/Core/Console/NewPassword.php:85 +msgid "Password changed." +msgstr "Wachtwoord gewijzigd." + +#: mod/settings.php:409 src/Core/Console/NewPassword.php:82 +msgid "Password update failed. Please try again." +msgstr "Wachtwoord-)wijziging mislukt. Probeer opnieuw." + +#: mod/settings.php:496 +msgid " Please use a shorter name." +msgstr "Gebruik een kortere naam." + +#: mod/settings.php:499 +msgid " Name too short." +msgstr "Naam te kort." + +#: mod/settings.php:507 +msgid "Wrong Password" +msgstr "Verkeerd wachtwoord" + +#: mod/settings.php:512 +msgid "Invalid email." +msgstr "" + +#: mod/settings.php:519 +msgid "Cannot change to that email." +msgstr "" + +#: mod/settings.php:572 +msgid "Private forum has no privacy permissions. Using default privacy group." +msgstr "Privéforum/-groep heeft geen privacyrechten. De standaard privacygroep wordt gebruikt." + +#: mod/settings.php:575 +msgid "Private forum has no privacy permissions and no default privacy group." +msgstr "Privéforum/-groep heeft geen privacyrechten en geen standaard privacygroep." + +#: mod/settings.php:615 +msgid "Settings updated." +msgstr "Instellingen bijgewerkt." + +#: mod/settings.php:674 mod/settings.php:700 mod/settings.php:736 +msgid "Add application" +msgstr "Toepassing toevoegen" + +#: mod/settings.php:678 mod/settings.php:704 +msgid "Consumer Key" +msgstr "Gebruikerssleutel" + +#: mod/settings.php:679 mod/settings.php:705 +msgid "Consumer Secret" +msgstr "Gebruikersgeheim" + +#: mod/settings.php:680 mod/settings.php:706 +msgid "Redirect" +msgstr "Doorverwijzing" + +#: mod/settings.php:681 mod/settings.php:707 +msgid "Icon url" +msgstr "URL pictogram" + +#: mod/settings.php:692 +msgid "You can't edit this application." +msgstr "Je kunt deze toepassing niet wijzigen." + +#: mod/settings.php:735 +msgid "Connected Apps" +msgstr "Verbonden applicaties" + +#: mod/settings.php:737 src/Object/Post.php:155 src/Object/Post.php:157 +msgid "Edit" +msgstr "Bewerken" + +#: mod/settings.php:739 +msgid "Client key starts with" +msgstr "" + +#: mod/settings.php:740 +msgid "No name" +msgstr "Geen naam" + +#: mod/settings.php:741 +msgid "Remove authorization" +msgstr "Verwijder authorisatie" + +#: mod/settings.php:752 +msgid "No Addon settings configured" +msgstr "" + +#: mod/settings.php:761 +msgid "Addon Settings" +msgstr "" + +#: mod/settings.php:782 +msgid "Additional Features" +msgstr "Extra functies" + +#: mod/settings.php:805 src/Content/ContactSelector.php:83 +msgid "Diaspora" +msgstr "Diaspora" + +#: mod/settings.php:805 mod/settings.php:806 +msgid "enabled" +msgstr "ingeschakeld" + +#: mod/settings.php:805 mod/settings.php:806 +msgid "disabled" +msgstr "uitgeschakeld" + +#: mod/settings.php:805 mod/settings.php:806 +#, php-format +msgid "Built-in support for %s connectivity is %s" +msgstr "Ingebouwde ondersteuning voor connectiviteit met %s is %s" + +#: mod/settings.php:806 +msgid "GNU Social (OStatus)" +msgstr "" + +#: mod/settings.php:837 +msgid "Email access is disabled on this site." +msgstr "E-mailtoegang is op deze website uitgeschakeld." + +#: mod/settings.php:847 +msgid "General Social Media Settings" +msgstr "" + +#: mod/settings.php:848 +msgid "Disable Content Warning" +msgstr "" + +#: mod/settings.php:848 +msgid "" +"Users on networks like Mastodon or Pleroma are able to set a content warning" +" field which collapse their post by default. This disables the automatic " +"collapsing and sets the content warning as the post title. Doesn't affect " +"any other content filtering you eventually set up." +msgstr "" + +#: mod/settings.php:849 +msgid "Disable intelligent shortening" +msgstr "" + +#: mod/settings.php:849 +msgid "" +"Normally the system tries to find the best link to add to shortened posts. " +"If this option is enabled then every shortened post will always point to the" +" original friendica post." +msgstr "" + +#: mod/settings.php:850 +msgid "Automatically follow any GNU Social (OStatus) followers/mentioners" +msgstr "" + +#: mod/settings.php:850 +msgid "" +"If you receive a message from an unknown OStatus user, this option decides " +"what to do. If it is checked, a new contact will be created for every " +"unknown user." +msgstr "" + +#: mod/settings.php:851 +msgid "Default group for OStatus contacts" +msgstr "" + +#: mod/settings.php:852 +msgid "Your legacy GNU Social account" +msgstr "" + +#: mod/settings.php:852 +msgid "" +"If you enter your old GNU Social/Statusnet account name here (in the format " +"user@domain.tld), your contacts will be added automatically. The field will " +"be emptied when done." +msgstr "" + +#: mod/settings.php:855 +msgid "Repair OStatus subscriptions" +msgstr "" + +#: mod/settings.php:859 +msgid "Email/Mailbox Setup" +msgstr "E-mail Instellen" + +#: mod/settings.php:860 +msgid "" +"If you wish to communicate with email contacts using this service " +"(optional), please specify how to connect to your mailbox." +msgstr "Als je wilt communiceren met e-mail contacten via deze dienst (optioneel), moet je hier opgeven hoe ik jouw mailbox kan bereiken." + +#: mod/settings.php:861 +msgid "Last successful email check:" +msgstr "Laatste succesvolle e-mail controle:" + +#: mod/settings.php:863 +msgid "IMAP server name:" +msgstr "IMAP server naam:" + +#: mod/settings.php:864 +msgid "IMAP port:" +msgstr "IMAP poort:" + +#: mod/settings.php:865 +msgid "Security:" +msgstr "Beveiliging:" + +#: mod/settings.php:865 mod/settings.php:870 +msgid "None" +msgstr "Geen" + +#: mod/settings.php:866 +msgid "Email login name:" +msgstr "E-mail login naam:" + +#: mod/settings.php:867 +msgid "Email password:" +msgstr "E-mail wachtwoord:" + +#: mod/settings.php:868 +msgid "Reply-to address:" +msgstr "Antwoord adres:" + +#: mod/settings.php:869 +msgid "Send public posts to all email contacts:" +msgstr "Openbare posts naar alle e-mail contacten versturen:" + +#: mod/settings.php:870 +msgid "Action after import:" +msgstr "Actie na importeren:" + +#: mod/settings.php:870 src/Content/Nav.php:191 +msgid "Mark as seen" +msgstr "Als 'gelezen' markeren" + +#: mod/settings.php:870 +msgid "Move to folder" +msgstr "Naar map verplaatsen" + +#: mod/settings.php:871 +msgid "Move to folder:" +msgstr "Verplaatsen naar map:" + +#: mod/settings.php:914 +#, php-format +msgid "%s - (Unsupported)" +msgstr "" + +#: mod/settings.php:916 +#, php-format +msgid "%s - (Experimental)" +msgstr "" + +#: mod/settings.php:959 +msgid "Display Settings" +msgstr "Scherminstellingen" + +#: mod/settings.php:965 mod/settings.php:989 +msgid "Display Theme:" +msgstr "Schermthema:" + +#: mod/settings.php:966 +msgid "Mobile Theme:" +msgstr "Mobiel thema:" + +#: mod/settings.php:967 +msgid "Suppress warning of insecure networks" +msgstr "" + +#: mod/settings.php:967 +msgid "" +"Should the system suppress the warning that the current group contains " +"members of networks that can't receive non public postings." +msgstr "" + +#: mod/settings.php:968 +msgid "Update browser every xx seconds" +msgstr "Browser elke xx seconden verversen" + +#: mod/settings.php:968 +msgid "Minimum of 10 seconds. Enter -1 to disable it." +msgstr "" + +#: mod/settings.php:969 +msgid "Number of items to display per page:" +msgstr "Aantal items te tonen per pagina:" + +#: mod/settings.php:969 mod/settings.php:970 +msgid "Maximum of 100 items" +msgstr "Maximum 100 items" + +#: mod/settings.php:970 +msgid "Number of items to display per page when viewed from mobile device:" +msgstr "Aantal items per pagina als je een mobiel toestel gebruikt:" + +#: mod/settings.php:971 +msgid "Don't show emoticons" +msgstr "Emoticons niet tonen" + +#: mod/settings.php:972 +msgid "Calendar" +msgstr "" + +#: mod/settings.php:973 +msgid "Beginning of week:" +msgstr "" + +#: mod/settings.php:974 +msgid "Don't show notices" +msgstr "" + +#: mod/settings.php:975 +msgid "Infinite scroll" +msgstr "Oneindig scrollen" + +#: mod/settings.php:976 +msgid "Automatic updates only at the top of the network page" +msgstr "" + +#: mod/settings.php:976 +msgid "" +"When disabled, the network page is updated all the time, which could be " +"confusing while reading." +msgstr "" + +#: mod/settings.php:977 +msgid "Bandwith Saver Mode" +msgstr "" + +#: mod/settings.php:977 +msgid "" +"When enabled, embedded content is not displayed on automatic updates, they " +"only show on page reload." +msgstr "" + +#: mod/settings.php:978 +msgid "Smart Threading" +msgstr "" + +#: mod/settings.php:978 +msgid "" +"When enabled, suppress extraneous thread indentation while keeping it where " +"it matters. Only works if threading is available and enabled." +msgstr "" + +#: mod/settings.php:980 +msgid "General Theme Settings" +msgstr "" + +#: mod/settings.php:981 +msgid "Custom Theme Settings" +msgstr "" + +#: mod/settings.php:982 +msgid "Content Settings" +msgstr "" + +#: mod/settings.php:983 view/theme/duepuntozero/config.php:73 +#: view/theme/frio/config.php:115 view/theme/quattro/config.php:75 +#: view/theme/vier/config.php:121 +msgid "Theme settings" +msgstr "Thema-instellingen" + +#: mod/settings.php:1002 +msgid "Unable to find your profile. Please contact your admin." +msgstr "" + +#: mod/settings.php:1044 +msgid "Account Types" +msgstr "" + +#: mod/settings.php:1045 +msgid "Personal Page Subtypes" +msgstr "" + +#: mod/settings.php:1046 +msgid "Community Forum Subtypes" +msgstr "" + +#: mod/settings.php:1053 +msgid "Personal Page" +msgstr "" + +#: mod/settings.php:1054 +msgid "Account for a personal profile." +msgstr "" + +#: mod/settings.php:1057 +msgid "Organisation Page" +msgstr "" + +#: mod/settings.php:1058 +msgid "" +"Account for an organisation that automatically approves contact requests as " +"\"Followers\"." +msgstr "" + +#: mod/settings.php:1061 +msgid "News Page" +msgstr "" + +#: mod/settings.php:1062 +msgid "" +"Account for a news reflector that automatically approves contact requests as" +" \"Followers\"." +msgstr "" + +#: mod/settings.php:1065 +msgid "Community Forum" +msgstr "" + +#: mod/settings.php:1066 +msgid "Account for community discussions." +msgstr "" + +#: mod/settings.php:1069 +msgid "Normal Account Page" +msgstr "Normale accountpagina" + +#: mod/settings.php:1070 +msgid "" +"Account for a regular personal profile that requires manual approval of " +"\"Friends\" and \"Followers\"." +msgstr "" + +#: mod/settings.php:1073 +msgid "Soapbox Page" +msgstr "Zeepkist-pagina" + +#: mod/settings.php:1074 +msgid "" +"Account for a public profile that automatically approves contact requests as" +" \"Followers\"." +msgstr "" + +#: mod/settings.php:1077 +msgid "Public Forum" +msgstr "" + +#: mod/settings.php:1078 +msgid "Automatically approves all contact requests." +msgstr "" + +#: mod/settings.php:1081 +msgid "Automatic Friend Page" +msgstr "Automatisch Vriendschapspagina" + +#: mod/settings.php:1082 +msgid "" +"Account for a popular profile that automatically approves contact requests " +"as \"Friends\"." +msgstr "" + +#: mod/settings.php:1085 +msgid "Private Forum [Experimental]" +msgstr "Privé-forum [experimenteel]" + +#: mod/settings.php:1086 +msgid "Requires manual approval of contact requests." +msgstr "" + +#: mod/settings.php:1097 +msgid "OpenID:" +msgstr "OpenID:" + +#: mod/settings.php:1097 +msgid "(Optional) Allow this OpenID to login to this account." +msgstr "(Optioneel) Laat dit OpenID toe om in te loggen op deze account." + +#: mod/settings.php:1105 +msgid "Publish your default profile in your local site directory?" +msgstr "Je standaardprofiel in je lokale gids publiceren?" + +#: mod/settings.php:1105 +#, php-format +msgid "" +"Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public." +msgstr "" + +#: mod/settings.php:1111 +msgid "Publish your default profile in the global social directory?" +msgstr "Je standaardprofiel in de globale sociale gids publiceren?" + +#: mod/settings.php:1111 +#, php-format +msgid "" +"Your profile will be published in this node's local " +"directory. Your profile details may be publicly visible depending on the" +" system settings." +msgstr "" + +#: mod/settings.php:1118 +msgid "Hide your contact/friend list from viewers of your default profile?" +msgstr "Je vrienden/contacten verbergen voor bezoekers van je standaard profiel?" + +#: mod/settings.php:1118 +msgid "" +"Your contact list won't be shown in your default profile page. You can " +"decide to show your contact list separately for each additional profile you " +"create" +msgstr "" + +#: mod/settings.php:1122 +msgid "Hide your profile details from anonymous viewers?" +msgstr "" + +#: mod/settings.php:1122 +msgid "" +"Anonymous visitors will only see your profile picture, your display name and" +" the nickname you are using on your profile page. Disables posting public " +"messages to Diaspora and other networks." +msgstr "" + +#: mod/settings.php:1126 +msgid "Allow friends to post to your profile page?" +msgstr "Vrienden toestaan om op jou profielpagina te posten?" + +#: mod/settings.php:1126 +msgid "" +"Your contacts may write posts on your profile wall. These posts will be " +"distributed to your contacts" +msgstr "" + +#: mod/settings.php:1130 +msgid "Allow friends to tag your posts?" +msgstr "Sta vrienden toe om jouw berichten te labelen?" + +#: mod/settings.php:1130 +msgid "Your contacts can add additional tags to your posts." +msgstr "" + +#: mod/settings.php:1134 +msgid "Allow us to suggest you as a potential friend to new members?" +msgstr "Sta je mij toe om jou als mogelijke vriend voor te stellen aan nieuwe leden?" + +#: mod/settings.php:1134 +msgid "" +"If you like, Friendica may suggest new members to add you as a contact." +msgstr "" + +#: mod/settings.php:1138 +msgid "Permit unknown people to send you private mail?" +msgstr "Mogen onbekende personen jou privé berichten sturen?" + +#: mod/settings.php:1138 +msgid "" +"Friendica network users may send you private messages even if they are not " +"in your contact list." +msgstr "" + +#: mod/settings.php:1142 +msgid "Profile is not published." +msgstr "Profiel is niet gepubliceerd." + +#: mod/settings.php:1148 +#, php-format +msgid "Your Identity Address is '%s' or '%s'." +msgstr "" + +#: mod/settings.php:1155 +msgid "Automatically expire posts after this many days:" +msgstr "Laat berichten automatisch vervallen na zo veel dagen:" + +#: mod/settings.php:1155 +msgid "If empty, posts will not expire. Expired posts will be deleted" +msgstr "Berichten zullen niet vervallen indien leeg. Vervallen berichten zullen worden verwijderd." + +#: mod/settings.php:1156 +msgid "Advanced expiration settings" +msgstr "Geavanceerde instellingen voor vervallen" + +#: mod/settings.php:1157 +msgid "Advanced Expiration" +msgstr "Geavanceerd Verval:" + +#: mod/settings.php:1158 +msgid "Expire posts:" +msgstr "Laat berichten vervallen:" + +#: mod/settings.php:1159 +msgid "Expire personal notes:" +msgstr "Laat persoonlijke aantekeningen verlopen:" + +#: mod/settings.php:1160 +msgid "Expire starred posts:" +msgstr "Laat berichten met ster verlopen" + +#: mod/settings.php:1161 +msgid "Expire photos:" +msgstr "Laat foto's vervallen:" + +#: mod/settings.php:1162 +msgid "Only expire posts by others:" +msgstr "Laat alleen berichten door anderen vervallen:" + +#: mod/settings.php:1192 +msgid "Account Settings" +msgstr "Account Instellingen" + +#: mod/settings.php:1200 +msgid "Password Settings" +msgstr "Wachtwoord Instellingen" + +#: mod/settings.php:1202 +msgid "Leave password fields blank unless changing" +msgstr "Laat de wachtwoord-velden leeg, tenzij je het wilt veranderen" + +#: mod/settings.php:1203 +msgid "Current Password:" +msgstr "Huidig wachtwoord:" + +#: mod/settings.php:1203 mod/settings.php:1204 +msgid "Your current password to confirm the changes" +msgstr "Je huidig wachtwoord om de wijzigingen te bevestigen" + +#: mod/settings.php:1204 +msgid "Password:" +msgstr "Wachtwoord:" + +#: mod/settings.php:1208 +msgid "Basic Settings" +msgstr "Basis Instellingen" + +#: mod/settings.php:1209 src/Model/Profile.php:738 +msgid "Full Name:" +msgstr "Volledige Naam:" + +#: mod/settings.php:1210 +msgid "Email Address:" +msgstr "E-mailadres:" + +#: mod/settings.php:1211 +msgid "Your Timezone:" +msgstr "Je Tijdzone:" + +#: mod/settings.php:1212 +msgid "Your Language:" +msgstr "" + +#: mod/settings.php:1212 +msgid "" +"Set the language we use to show you friendica interface and to send you " +"emails" +msgstr "" + +#: mod/settings.php:1213 +msgid "Default Post Location:" +msgstr "Standaard locatie:" + +#: mod/settings.php:1214 +msgid "Use Browser Location:" +msgstr "Gebruik Webbrowser Locatie:" + +#: mod/settings.php:1217 +msgid "Security and Privacy Settings" +msgstr "Instellingen voor Beveiliging en Privacy" + +#: mod/settings.php:1219 +msgid "Maximum Friend Requests/Day:" +msgstr "Maximum aantal vriendschapsverzoeken per dag:" + +#: mod/settings.php:1219 mod/settings.php:1248 +msgid "(to prevent spam abuse)" +msgstr "(om spam misbruik te voorkomen)" + +#: mod/settings.php:1220 +msgid "Default Post Permissions" +msgstr "Standaard rechten voor nieuwe berichten" + +#: mod/settings.php:1221 +msgid "(click to open/close)" +msgstr "(klik om te openen/sluiten)" + +#: mod/settings.php:1231 +msgid "Default Private Post" +msgstr "Standaard Privé Post" + +#: mod/settings.php:1232 +msgid "Default Public Post" +msgstr "Standaard Publieke Post" + +#: mod/settings.php:1236 +msgid "Default Permissions for New Posts" +msgstr "Standaard rechten voor nieuwe berichten" + +#: mod/settings.php:1248 +msgid "Maximum private messages per day from unknown people:" +msgstr "Maximum aantal privé-berichten per dag van onbekende personen:" + +#: mod/settings.php:1251 +msgid "Notification Settings" +msgstr "Notificatie Instellingen" + +#: mod/settings.php:1252 +msgid "By default post a status message when:" +msgstr "Post automatisch een bericht op je tijdlijn wanneer:" + +#: mod/settings.php:1253 +msgid "accepting a friend request" +msgstr "Een vriendschapsverzoek accepteren" + +#: mod/settings.php:1254 +msgid "joining a forum/community" +msgstr "Lid worden van een groep/forum" + +#: mod/settings.php:1255 +msgid "making an interesting profile change" +msgstr "Een interessante verandering aan je profiel" + +#: mod/settings.php:1256 +msgid "Send a notification email when:" +msgstr "Stuur een notificatie e-mail wanneer:" + +#: mod/settings.php:1257 +msgid "You receive an introduction" +msgstr "Je ontvangt een vriendschaps- of connectieverzoek" + +#: mod/settings.php:1258 +msgid "Your introductions are confirmed" +msgstr "Jouw vriendschaps- of connectieverzoeken zijn bevestigd" + +#: mod/settings.php:1259 +msgid "Someone writes on your profile wall" +msgstr "Iemand iets op je tijdlijn schrijft" + +#: mod/settings.php:1260 +msgid "Someone writes a followup comment" +msgstr "Iemand een reactie schrijft" + +#: mod/settings.php:1261 +msgid "You receive a private message" +msgstr "Je een privé-bericht ontvangt" + +#: mod/settings.php:1262 +msgid "You receive a friend suggestion" +msgstr "Je een suggestie voor een vriendschap ontvangt" + +#: mod/settings.php:1263 +msgid "You are tagged in a post" +msgstr "Je expliciet in een bericht bent genoemd" + +#: mod/settings.php:1264 +msgid "You are poked/prodded/etc. in a post" +msgstr "Je in een bericht bent aangestoten/gepord/etc." + +#: mod/settings.php:1266 +msgid "Activate desktop notifications" +msgstr "" + +#: mod/settings.php:1266 +msgid "Show desktop popup on new notifications" +msgstr "" + +#: mod/settings.php:1268 +msgid "Text-only notification emails" +msgstr "" + +#: mod/settings.php:1270 +msgid "Send text only notification emails, without the html part" +msgstr "" + +#: mod/settings.php:1272 +msgid "Show detailled notifications" +msgstr "" + +#: mod/settings.php:1274 +msgid "" +"Per default, notifications are condensed to a single notification per item. " +"When enabled every notification is displayed." +msgstr "" + +#: mod/settings.php:1276 +msgid "Advanced Account/Page Type Settings" +msgstr "" + +#: mod/settings.php:1277 +msgid "Change the behaviour of this account for special situations" +msgstr "" + +#: mod/settings.php:1280 +msgid "Relocate" +msgstr "" + +#: mod/settings.php:1281 +msgid "" +"If you have moved this profile from another server, and some of your " +"contacts don't receive your updates, try pushing this button." +msgstr "" + +#: mod/settings.php:1282 +msgid "Resend relocate message to contacts" +msgstr "" + #: src/Core/UserImport.php:104 msgid "Error decoding account file" msgstr "" @@ -7757,33 +7778,33 @@ msgstr "secondes" msgid "%1$d %2$s ago" msgstr "%1$d %2$s geleden" -#: src/Content/Text/BBCode.php:552 +#: src/Content/Text/BBCode.php:555 msgid "view full size" msgstr "Volledig formaat" -#: src/Content/Text/BBCode.php:978 src/Content/Text/BBCode.php:1739 -#: src/Content/Text/BBCode.php:1740 +#: src/Content/Text/BBCode.php:981 src/Content/Text/BBCode.php:1750 +#: src/Content/Text/BBCode.php:1751 msgid "Image/photo" msgstr "Afbeelding/foto" -#: src/Content/Text/BBCode.php:1116 +#: src/Content/Text/BBCode.php:1119 #, php-format msgid "%2$s %3$s" msgstr "" -#: src/Content/Text/BBCode.php:1674 src/Content/Text/BBCode.php:1696 +#: src/Content/Text/BBCode.php:1677 src/Content/Text/BBCode.php:1699 msgid "$1 wrote:" msgstr "$1 schreef:" -#: src/Content/Text/BBCode.php:1748 src/Content/Text/BBCode.php:1749 +#: src/Content/Text/BBCode.php:1759 src/Content/Text/BBCode.php:1760 msgid "Encrypted content" msgstr "Versleutelde inhoud" -#: src/Content/Text/BBCode.php:1866 +#: src/Content/Text/BBCode.php:1879 msgid "Invalid source protocol" msgstr "" -#: src/Content/Text/BBCode.php:1877 +#: src/Content/Text/BBCode.php:1890 msgid "Invalid link protocol" msgstr "" @@ -8274,23 +8295,23 @@ msgstr "Frequent" #: src/Content/ContactSelector.php:56 msgid "Hourly" -msgstr "elk uur" +msgstr "Ieder uur" #: src/Content/ContactSelector.php:57 msgid "Twice daily" -msgstr "Twee keer per dag" +msgstr "Twee maal daags" #: src/Content/ContactSelector.php:58 msgid "Daily" -msgstr "dagelijks" +msgstr "Dagelijks" #: src/Content/ContactSelector.php:59 msgid "Weekly" -msgstr "wekelijks" +msgstr "Wekelijks" #: src/Content/ContactSelector.php:60 msgid "Monthly" -msgstr "maandelijks" +msgstr "Maandelijks" #: src/Content/ContactSelector.php:80 msgid "OStatus" @@ -8310,15 +8331,15 @@ msgstr "Zot!" #: src/Content/ContactSelector.php:86 msgid "LinkedIn" -msgstr "Linkedln" +msgstr "LinkedIn" #: src/Content/ContactSelector.php:87 msgid "XMPP/IM" -msgstr "XMPP/IM" +msgstr "XMPP/Chat" #: src/Content/ContactSelector.php:88 msgid "MySpace" -msgstr "Myspace" +msgstr "MySpace" #: src/Content/ContactSelector.php:89 msgid "Google+" @@ -8334,27 +8355,27 @@ msgstr "Twitter" #: src/Content/ContactSelector.php:92 msgid "Diaspora Connector" -msgstr "Diaspora-connector" +msgstr "Diaspora Connector" #: src/Content/ContactSelector.php:93 msgid "GNU Social Connector" -msgstr "" +msgstr "GNU Social Connector" #: src/Content/ContactSelector.php:94 msgid "pnut" -msgstr "" +msgstr "pnut" #: src/Content/ContactSelector.php:95 msgid "App.net" -msgstr "" +msgstr "App.net" #: src/Content/ContactSelector.php:125 msgid "Male" -msgstr "Man" +msgstr "Mannelijk" #: src/Content/ContactSelector.php:125 msgid "Female" -msgstr "Vrouw" +msgstr "Vrouwelijk" #: src/Content/ContactSelector.php:125 msgid "Currently Male" @@ -8366,11 +8387,11 @@ msgstr "Momenteel vrouwelijk" #: src/Content/ContactSelector.php:125 msgid "Mostly Male" -msgstr "Meestal mannelijk" +msgstr "Hoofdzakelijk mannelijk" #: src/Content/ContactSelector.php:125 msgid "Mostly Female" -msgstr "Meestal vrouwelijk" +msgstr "Hoofdzakelijk vrouwelijk" #: src/Content/ContactSelector.php:125 msgid "Transgender" @@ -8378,11 +8399,11 @@ msgstr "Transgender" #: src/Content/ContactSelector.php:125 msgid "Intersex" -msgstr "Interseksueel" +msgstr "Intersex" #: src/Content/ContactSelector.php:125 msgid "Transsexual" -msgstr "Transseksueel" +msgstr "Transeksueel" #: src/Content/ContactSelector.php:125 msgid "Hermaphrodite" @@ -8390,7 +8411,7 @@ msgstr "Hermafrodiet" #: src/Content/ContactSelector.php:125 msgid "Neuter" -msgstr "Genderneutraal" +msgstr "Onzijdig" #: src/Content/ContactSelector.php:125 msgid "Non-specific" @@ -8578,7 +8599,7 @@ msgstr "Vraag me" #: src/Database/DBStructure.php:32 msgid "There are no tables on MyISAM." -msgstr "" +msgstr "Er zijn geen MyISAM tabellen." #: src/Database/DBStructure.php:75 #, php-format @@ -8588,14 +8609,14 @@ msgid "" "\t\t\t\tbut when I tried to install it, something went terribly wrong.\n" "\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n" "\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid." -msgstr "" +msgstr "\n\t\t\t\tDe Friendica ontwikkelaars hebben recent update %svrijgegeven,\n \t\t\t\tmaar wanneer ik deze probeerde te installeren ging het verschrikkelijk fout.\n \t\t\t\tDit moet snel opgelost worden en ik kan het niet alleen. Contacteer alstublieft\n \t\t\t\teen Friendica ontwikkelaar als je mij zelf niet kan helpen. Mijn database kan ongeldig zijn." #: src/Database/DBStructure.php:80 #, php-format msgid "" "The error message is\n" "[pre]%s[/pre]" -msgstr "" +msgstr "De foutboodschap is\n[pre]%s[/pre]" #: src/Database/DBStructure.php:191 #, php-format @@ -9045,6 +9066,38 @@ msgid "" "\t\t" msgstr "" +#: src/Model/User.php:615 +#, php-format +msgid "" +"\n" +"\t\t\tThe login details are as follows:\n" +"\n" +"\t\t\tSite Location:\t%3$s\n" +"\t\t\tLogin Name:\t\t%1$s\n" +"\t\t\tPassword:\t\t%5$s\n" +"\n" +"\t\t\tYou may change your password from your account \"Settings\" page after logging\n" +"\t\t\tin.\n" +"\n" +"\t\t\tPlease take a few moments to review the other account settings on that page.\n" +"\n" +"\t\t\tYou may also wish to add some basic information to your default profile\n" +"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n" +"\n" +"\t\t\tWe recommend setting your full name, adding a profile photo,\n" +"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n" +"\t\t\tperhaps what country you live in; if you do not wish to be more specific\n" +"\t\t\tthan that.\n" +"\n" +"\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n" +"\t\t\tIf you are new and do not know anybody here, they may help\n" +"\t\t\tyou to make some new and interesting friends.\n" +"\n" +"\t\t\tIf you ever want to delete your account, you can do so at %3$s/removeme\n" +"\n" +"\t\t\tThank you and welcome to %2$s." +msgstr "" + #: src/Protocol/OStatus.php:1799 #, php-format msgid "%s is now following %s." @@ -9072,7 +9125,7 @@ msgstr "%s\\'s verjaardag" msgid "Sharing notification from Diaspora network" msgstr "Deelt notificatie van het Diaspora netwerk" -#: src/Protocol/Diaspora.php:3736 +#: src/Protocol/Diaspora.php:3738 msgid "Attachments:" msgstr "Bijlagen:" @@ -9148,58 +9201,58 @@ msgstr "Delen" msgid "share" msgstr "Delen" -#: src/Object/Post.php:359 +#: src/Object/Post.php:365 msgid "to" msgstr "aan" -#: src/Object/Post.php:360 +#: src/Object/Post.php:366 msgid "via" msgstr "via" -#: src/Object/Post.php:361 +#: src/Object/Post.php:367 msgid "Wall-to-Wall" msgstr "wall-to-wall" -#: src/Object/Post.php:362 +#: src/Object/Post.php:368 msgid "via Wall-To-Wall:" msgstr "via wall-to-wall" -#: src/Object/Post.php:421 +#: src/Object/Post.php:427 #, php-format msgid "%d comment" msgid_plural "%d comments" msgstr[0] "%d reactie" msgstr[1] "%d reacties" -#: src/Object/Post.php:791 +#: src/Object/Post.php:797 msgid "Bold" msgstr "Vet" -#: src/Object/Post.php:792 +#: src/Object/Post.php:798 msgid "Italic" msgstr "Cursief" -#: src/Object/Post.php:793 +#: src/Object/Post.php:799 msgid "Underline" msgstr "Onderstrepen" -#: src/Object/Post.php:794 +#: src/Object/Post.php:800 msgid "Quote" msgstr "Citeren" -#: src/Object/Post.php:795 +#: src/Object/Post.php:801 msgid "Code" msgstr "Broncode" -#: src/Object/Post.php:796 +#: src/Object/Post.php:802 msgid "Image" msgstr "Afbeelding" -#: src/Object/Post.php:797 +#: src/Object/Post.php:803 msgid "Link" msgstr "Link" -#: src/Object/Post.php:798 +#: src/Object/Post.php:804 msgid "Video" msgstr "Video" @@ -9337,7 +9390,7 @@ msgstr "" #: view/theme/frio/config.php:119 msgid "Link color" -msgstr "" +msgstr "Link kleur" #: view/theme/frio/config.php:120 msgid "Set the background color" diff --git a/view/lang/nl/strings.php b/view/lang/nl/strings.php index be51331106..64ba695248 100644 --- a/view/lang/nl/strings.php +++ b/view/lang/nl/strings.php @@ -20,6 +20,72 @@ $a->strings["Weekly posting limit of %d post reached. The post was rejected."] = ]; $a->strings["Monthly posting limit of %d post reached. The post was rejected."] = "De maandelijkse limiet van %d berichten is bereikt. Dit bericht werd niet aanvaard."; $a->strings["Profile Photos"] = "Profielfoto's"; +$a->strings["Friendica Notification"] = "Friendica Notificatie"; +$a->strings["Thank You,"] = "Bedankt"; +$a->strings["%s Administrator"] = "%s Beheerder"; +$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, %2\$s Beheerder"; +$a->strings["noreply"] = "geen reactie"; +$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica:Notificatie] Nieuw bericht ontvangen op %s"; +$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s sent you a new private message at %2\$s."; +$a->strings["a private message"] = "een prive bericht"; +$a->strings["%1\$s sent you %2\$s."] = "%1\$s stuurde jou %2\$s."; +$a->strings["Please visit %s to view and/or reply to your private messages."] = "Bezoek %s om je privé-berichten te bekijken en/of te beantwoorden."; +$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s gaf een reactie op [url=%2\$s]a %3\$s[/url]"; +$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s gaf een reactie op [url=%2\$s]%3\$s's %4\$s[/url]"; +$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s gaf een reactie op [url=%2\$s]jouw %3\$s[/url]"; +$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Friendica:Notificatie] Reactie op gesprek #%1\$d door %2\$s"; +$a->strings["%s commented on an item/conversation you have been following."] = "%s gaf een reactie op een bericht/gesprek die jij volgt."; +$a->strings["Please visit %s to view and/or reply to the conversation."] = "Bezoek %s om het gesprek te bekijken en/of te beantwoorden."; +$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica:Melding] %s plaatste een bericht op je tijdlijn"; +$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$splaatste een bericht op je tijdlijn op %2\$s"; +$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "%1\$s schreef op [url=%2\$s]jouw tijdlijn[/url]"; +$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica:Notificatie] %s heeft jou genoemd"; +$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s heeft jou in %2\$s genoemd"; +$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = "%1\$s [url=%2\$s]heeft jou genoemd[/url]."; +$a->strings["[Friendica:Notify] %s shared a new post"] = "[Friendica:Melding] %s deelde een nieuw bericht"; +$a->strings["%1\$s shared a new post at %2\$s"] = "%1\$s deelde een nieuw bericht op %2\$s"; +$a->strings["%1\$s [url=%2\$s]shared a post[/url]."] = "%1\$s [url=%2\$s]deelde een bericht[/url]."; +$a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica:Melding] %1\$s heeft jou gepord"; +$a->strings["%1\$s poked you at %2\$s"] = "%1\$s heeft jou gepord op %2\$s"; +$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "%1\$s [url=%2\$s]porde jou[/url]"; +$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica:Notificatie] %s heeft jouw bericht gelabeld"; +$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$s heeft jouw bericht gelabeld in %2\$s"; +$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$s labelde [url=%2\$s]jouw bericht[/url]"; +$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Notificatie] Vriendschaps-/connectieverzoek ontvangen"; +$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "Je hebt een vriendschaps- of connectieverzoek ontvangen van '%1\$s' om %2\$s"; +$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "Je ontving [url=%1\$s]een vriendschaps- of connectieverzoek[/url] van %2\$s."; +$a->strings["You may visit their profile at %s"] = "U kunt hun profiel bezoeken op %s"; +$a->strings["Please visit %s to approve or reject the introduction."] = "Bezoek %s om het verzoek goed of af te keuren."; +$a->strings["[Friendica:Notify] A new person is sharing with you"] = "[Friendica:Melding] Iemand nieuw deelt met jou."; +$a->strings["%1\$s is sharing with you at %2\$s"] = "%1\$s deelt met jouw in %2\$s"; +$a->strings["[Friendica:Notify] You have a new follower"] = "[Friendica:Melding] Je hebt een nieuwe volger"; +$a->strings["You have a new follower at %2\$s : %1\$s"] = "Je hebt een nieuwe volger op %2\$s: %1\$s"; +$a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica:Melding] Vriendschapsvoorstel ontvangen"; +$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "Je kreeg een vriendschapssuggestie van '%1\$s' op %2\$s"; +$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "Je kreeg een [url=%1\$s]vriendschapssuggestie[/url] voor %2\$s op %3\$s."; +$a->strings["Name:"] = "Naam:"; +$a->strings["Photo:"] = "Foto: "; +$a->strings["Please visit %s to approve or reject the suggestion."] = "Bezoek %s om de suggestie goed of af te keuren."; +$a->strings["[Friendica:Notify] Connection accepted"] = "[Friendica:Melding] Verbinding aanvaard"; +$a->strings["'%1\$s' has accepted your connection request at %2\$s"] = "'%1\$s' aanvaarde je contactaanvraag op %2\$s"; +$a->strings["%2\$s has accepted your [url=%1\$s]connection request[/url]."] = "%2\$saanvaarde jouw [url=%1\$s]contactaanvraag[/url]."; +$a->strings["You are now mutual friends and may exchange status updates, photos, and email without restriction."] = "Jullie zijn nu in contact met elkaar en kunnen statusberichten, foto's en email delen zonder beperkingen."; +$a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Bezoek alstublieft %s als je deze relatie wil wijzigen."; +$a->strings["'%1\$s' has chosen to accept you a fan, which restricts some forms of communication - such as private messaging and some profile interactions. If this is a celebrity or community page, these settings were applied automatically."] = "'%1\$s' koos om je te accepteren als fan, wat sommige communicatievormen beperkt - zoals privéberichten en sommige profielfuncties. Als dit een beroemdheid- of groepspagina is, werd dit automatisch toegepast."; +$a->strings["'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future."] = "'%1\$s' kan er later voor kiezen om deze beperkingen aan te passen."; +$a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Bezoek %s wanneer je deze relatie wil wijzigen."; +$a->strings["[Friendica System:Notify] registration request"] = "[Friendica System:Melding] Registratieaanvraag"; +$a->strings["You've received a registration request from '%1\$s' at %2\$s"] = "Je kreeg een registratieaanvraag van '%1\$s' op %2\$s"; +$a->strings["You've received a [url=%1\$s]registration request[/url] from %2\$s."] = "Je kreeg een [url=%1\$s]registratieaanvraag[/url] van %2\$s."; +$a->strings["Full Name:\t%1\$s\\nSite Location:\t%2\$s\\nLogin Name:\t%3\$s (%4\$s)"] = "Volledige naam:\t%1\$s\\nAdres van de site\t%2\$s\\nLoginnaam:\t%3\$s (%4\$s)"; +$a->strings["Please visit %s to approve or reject the request."] = "Bezoek %s om de aanvraag goed of af te keuren."; +$a->strings["Item not found."] = "Item niet gevonden."; +$a->strings["Do you really want to delete this item?"] = "Wil je echt dit item verwijderen?"; +$a->strings["Yes"] = "Ja"; +$a->strings["Cancel"] = "Annuleren"; +$a->strings["Permission denied."] = "Toegang geweigerd"; +$a->strings["Archives"] = "Archieven"; +$a->strings["show more"] = "toon meer"; $a->strings["event"] = "gebeurtenis"; $a->strings["status"] = "status"; $a->strings["photo"] = "foto"; @@ -85,6 +151,7 @@ $a->strings["Tag term:"] = "Label:"; $a->strings["Save to Folder:"] = "Bewaren in map:"; $a->strings["Where are you right now?"] = "Waar ben je nu?"; $a->strings["Delete item(s)?"] = "Item(s) verwijderen?"; +$a->strings["New Post"] = "Nieuw bericht"; $a->strings["Share"] = "Delen"; $a->strings["Upload photo"] = "Foto uploaden"; $a->strings["upload photo"] = "Foto uploaden"; @@ -106,7 +173,6 @@ $a->strings["Permission settings"] = "Instellingen van rechten"; $a->strings["permissions"] = "rechten"; $a->strings["Public post"] = "Openbare post"; $a->strings["Preview"] = "Voorvertoning"; -$a->strings["Cancel"] = "Annuleren"; $a->strings["Post to Groups"] = "Verzenden naar Groepen"; $a->strings["Post to Contacts"] = "Verzenden naar Contacten"; $a->strings["Private post"] = "Privé verzending"; @@ -129,78 +195,13 @@ $a->strings["Undecided"] = [ 0 => "Onbeslist", 1 => "Onbeslist", ]; -$a->strings["Friendica Notification"] = "Friendica Notificatie"; -$a->strings["Thank You,"] = "Bedankt"; -$a->strings["%s Administrator"] = "%s Beheerder"; -$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, %2\$s Beheerder"; -$a->strings["noreply"] = "geen reactie"; -$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica:Notificatie] Nieuw bericht ontvangen op %s"; -$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s sent you a new private message at %2\$s."; -$a->strings["a private message"] = "een prive bericht"; -$a->strings["%1\$s sent you %2\$s."] = "%1\$s stuurde jou %2\$s."; -$a->strings["Please visit %s to view and/or reply to your private messages."] = "Bezoek %s om je privé-berichten te bekijken en/of te beantwoorden."; -$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s gaf een reactie op [url=%2\$s]a %3\$s[/url]"; -$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s gaf een reactie op [url=%2\$s]%3\$s's %4\$s[/url]"; -$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s gaf een reactie op [url=%2\$s]jouw %3\$s[/url]"; -$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Friendica:Notificatie] Reactie op gesprek #%1\$d door %2\$s"; -$a->strings["%s commented on an item/conversation you have been following."] = "%s gaf een reactie op een bericht/gesprek die jij volgt."; -$a->strings["Please visit %s to view and/or reply to the conversation."] = "Bezoek %s om het gesprek te bekijken en/of te beantwoorden."; -$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica:Melding] %s plaatste een bericht op je tijdlijn"; -$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$splaatste een bericht op je tijdlijn op %2\$s"; -$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "%1\$s schreef op [url=%2\$s]jouw tijdlijn[/url]"; -$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica:Notificatie] %s heeft jou genoemd"; -$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s heeft jou in %2\$s genoemd"; -$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = "%1\$s [url=%2\$s]heeft jou genoemd[/url]."; -$a->strings["[Friendica:Notify] %s shared a new post"] = "[Friendica:Melding] %s deelde een nieuw bericht"; -$a->strings["%1\$s shared a new post at %2\$s"] = "%1\$s deelde een nieuw bericht op %2\$s"; -$a->strings["%1\$s [url=%2\$s]shared a post[/url]."] = "%1\$s [url=%2\$s]deelde een bericht[/url]."; -$a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica:Melding] %1\$s heeft jou gepord"; -$a->strings["%1\$s poked you at %2\$s"] = "%1\$s heeft jou gepord op %2\$s"; -$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "%1\$s [url=%2\$s]porde jou[/url]"; -$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica:Notificatie] %s heeft jouw bericht gelabeld"; -$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$s heeft jouw bericht gelabeld in %2\$s"; -$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$s labelde [url=%2\$s]jouw bericht[/url]"; -$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Notificatie] Vriendschaps-/connectieverzoek ontvangen"; -$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "Je hebt een vriendschaps- of connectieverzoek ontvangen van '%1\$s' om %2\$s"; -$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "Je ontving [url=%1\$s]een vriendschaps- of connectieverzoek[/url] van %2\$s."; -$a->strings["You may visit their profile at %s"] = "U kunt hun profiel bezoeken op %s"; -$a->strings["Please visit %s to approve or reject the introduction."] = "Bezoek %s om het verzoek goed of af te keuren."; -$a->strings["[Friendica:Notify] A new person is sharing with you"] = "[Friendica:Melding] Iemand nieuw deelt met jou."; -$a->strings["%1\$s is sharing with you at %2\$s"] = "%1\$s deelt met jouw in %2\$s"; -$a->strings["[Friendica:Notify] You have a new follower"] = "[Friendica:Melding] Je hebt een nieuwe volger"; -$a->strings["You have a new follower at %2\$s : %1\$s"] = "Je hebt een nieuwe volger op %2\$s: %1\$s"; -$a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica:Melding] Vriendschapsvoorstel ontvangen"; -$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "Je kreeg een vriendschapssuggestie van '%1\$s' op %2\$s"; -$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "Je kreeg een [url=%1\$s]vriendschapssuggestie[/url] voor %2\$s op %3\$s."; -$a->strings["Name:"] = "Naam:"; -$a->strings["Photo:"] = "Foto: "; -$a->strings["Please visit %s to approve or reject the suggestion."] = "Bezoek %s om de suggestie goed of af te keuren."; -$a->strings["[Friendica:Notify] Connection accepted"] = "[Friendica:Melding] Verbinding aanvaard"; -$a->strings["'%1\$s' has accepted your connection request at %2\$s"] = "'%1\$s' aanvaarde je contactaanvraag op %2\$s"; -$a->strings["%2\$s has accepted your [url=%1\$s]connection request[/url]."] = "%2\$saanvaarde jouw [url=%1\$s]contactaanvraag[/url]."; -$a->strings["You are now mutual friends and may exchange status updates, photos, and email without restriction."] = "Jullie zijn nu in contact met elkaar en kunnen statusberichten, foto's en email delen zonder beperkingen."; -$a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Bezoek alstublieft %s als je deze relatie wil wijzigen."; -$a->strings["'%1\$s' has chosen to accept you a fan, which restricts some forms of communication - such as private messaging and some profile interactions. If this is a celebrity or community page, these settings were applied automatically."] = "'%1\$s' koos om je te accepteren als fan, wat sommige communicatievormen beperkt - zoals privéberichten en sommige profielfuncties. Als dit een beroemdheid- of groepspagina is, werd dit automatisch toegepast."; -$a->strings["'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future."] = "'%1\$s' kan er later voor kiezen om deze beperkingen aan te passen."; -$a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Bezoek %s wanneer je deze relatie wil wijzigen."; -$a->strings["[Friendica System:Notify] registration request"] = "[Friendica System:Melding] Registratieaanvraag"; -$a->strings["You've received a registration request from '%1\$s' at %2\$s"] = "Je kreeg een registratieaanvraag van '%1\$s' op %2\$s"; -$a->strings["You've received a [url=%1\$s]registration request[/url] from %2\$s."] = "Je kreeg een [url=%1\$s]registratieaanvraag[/url] van %2\$s."; -$a->strings["Full Name:\t%1\$s\\nSite Location:\t%2\$s\\nLogin Name:\t%3\$s (%4\$s)"] = "Volledige naam:\t%1\$s\\nAdres van de site\t%2\$s\\nLoginnaam:\t%3\$s (%4\$s)"; -$a->strings["Please visit %s to approve or reject the request."] = "Bezoek %s om de aanvraag goed of af te keuren."; -$a->strings["Item not found."] = "Item niet gevonden."; -$a->strings["Do you really want to delete this item?"] = "Wil je echt dit item verwijderen?"; -$a->strings["Yes"] = "Ja"; -$a->strings["Permission denied."] = "Toegang geweigerd"; -$a->strings["Archives"] = "Archieven"; -$a->strings["show more"] = "toon meer"; $a->strings["newer"] = "nieuwere berichten"; $a->strings["older"] = "oudere berichten"; $a->strings["first"] = "eerste"; $a->strings["prev"] = "vorige"; $a->strings["next"] = "volgende"; $a->strings["last"] = "laatste"; -$a->strings["Loading more entries..."] = ""; +$a->strings["Loading more entries..."] = "Meer berichten aan het laden..."; $a->strings["The end"] = "Het einde"; $a->strings["No contacts"] = "Geen contacten"; $a->strings["%d Contact"] = [ @@ -264,6 +265,7 @@ $a->strings["Sep"] = "Sep"; $a->strings["Oct"] = "Okt"; $a->strings["Nov"] = "Nov"; $a->strings["Dec"] = "Dec"; +$a->strings["Content warning: %s"] = "Waarschuwing inhoud: %s"; $a->strings["View Video"] = "Bekijk Video"; $a->strings["bytes"] = "bytes"; $a->strings["Click to open/close"] = "klik om te openen/sluiten"; @@ -291,12 +293,12 @@ $a->strings["Item not available."] = "Item niet beschikbaar"; $a->strings["Item was not found."] = "Item niet gevonden"; $a->strings["No contacts in common."] = "Geen gedeelde contacten."; $a->strings["Common Friends"] = "Gedeelde Vrienden"; -$a->strings["Credits"] = ""; -$a->strings["Friendica is a community project, that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!"] = ""; +$a->strings["Credits"] = "Credits"; +$a->strings["Friendica is a community project, that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!"] = "Friendica is een gemeenschapsproject dat niet mogelijk zou zijn zonder de hulp van vele mensen. Hier is een lijst van alle mensen die aan de code of vertalingen van Friendica hebben meegewerkt. Allen van harte bedankt!"; $a->strings["Contact settings applied."] = "Contactinstellingen toegepast."; $a->strings["Contact update failed."] = "Aanpassen van contact mislukt."; $a->strings["Contact not found."] = "Contact niet gevonden"; -$a->strings["WARNING: This is highly advanced and if you enter incorrect information your communications with this contact may stop working."] = ""; +$a->strings["WARNING: This is highly advanced and if you enter incorrect information your communications with this contact may stop working."] = "WAARSCHUWING: Dit is zeer geavanceerd en als je verkeerde informatie invult, zal je mogelijk niet meer kunnen communiceren met deze contactpersoon."; $a->strings["Please use your browser 'Back' button now if you are uncertain what to do on this page."] = "Gebruik nu de \"terug\"-knop in je webbrowser wanneer je niet weet wat je op deze pagina moet doen."; $a->strings["No mirroring"] = ""; $a->strings["Mirror as forwarded posting"] = ""; @@ -777,7 +779,7 @@ $a->strings["Set the default language for your Friendica installation interface $a->strings["Could not find a command line version of PHP in the web server PATH."] = "Kan geen command-line-versie van PHP vinden in het PATH van de webserver."; $a->strings["If you don't have a command line version of PHP installed on your server, you will not be able to run the background processing. See 'Setup the worker'"] = ""; $a->strings["PHP executable path"] = "PATH van het PHP commando"; -$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Vul het volledige path in naar het php programma. Je kunt dit blanco laten om de installatie verder te zetten."; +$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Vul het volledige pad in naar het php programma. Je kunt dit leeg laten om de installatie verder te zetten."; $a->strings["Command line PHP"] = "PHP-opdrachtregel"; $a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = ""; $a->strings["Found PHP version: "] = "Gevonden PHP versie:"; @@ -881,209 +883,6 @@ $a->strings["Crop Image"] = "Afbeelding bijsnijden"; $a->strings["Please adjust the image cropping for optimum viewing."] = "Pas het afsnijden van de afbeelding aan voor het beste resultaat."; $a->strings["Done Editing"] = "Wijzigingen compleet"; $a->strings["Image uploaded successfully."] = "Uploaden van afbeelding gelukt."; -$a->strings["Account"] = "Account"; -$a->strings["Additional features"] = "Extra functies"; -$a->strings["Display"] = "Weergave"; -$a->strings["Social Networks"] = "Sociale netwerken"; -$a->strings["Addons"] = ""; -$a->strings["Delegations"] = ""; -$a->strings["Connected apps"] = "Verbonden applicaties"; -$a->strings["Remove account"] = "Account verwijderen"; -$a->strings["Missing some important data!"] = "Een belangrijk gegeven ontbreekt!"; -$a->strings["Update"] = "Wijzigen"; -$a->strings["Failed to connect with email account using the settings provided."] = "Ik kon geen verbinding maken met het e-mail account met de gegeven instellingen."; -$a->strings["Email settings updated."] = "E-mail instellingen bijgewerkt.."; -$a->strings["Features updated"] = "Functies bijgewerkt"; -$a->strings["Relocate message has been send to your contacts"] = ""; -$a->strings["Passwords do not match. Password unchanged."] = "Wachtwoorden komen niet overeen. Wachtwoord niet gewijzigd."; -$a->strings["Empty passwords are not allowed. Password unchanged."] = "Lege wachtwoorden zijn niet toegelaten. Wachtwoord niet gewijzigd."; -$a->strings["The new password has been exposed in a public data dump, please choose another."] = ""; -$a->strings["Wrong password."] = "Verkeerd wachtwoord."; -$a->strings["Password changed."] = "Wachtwoord gewijzigd."; -$a->strings["Password update failed. Please try again."] = "Wachtwoord-)wijziging mislukt. Probeer opnieuw."; -$a->strings[" Please use a shorter name."] = "Gebruik een kortere naam."; -$a->strings[" Name too short."] = "Naam te kort."; -$a->strings["Wrong Password"] = "Verkeerd wachtwoord"; -$a->strings["Invalid email."] = ""; -$a->strings["Cannot change to that email."] = ""; -$a->strings["Private forum has no privacy permissions. Using default privacy group."] = "Privéforum/-groep heeft geen privacyrechten. De standaard privacygroep wordt gebruikt."; -$a->strings["Private forum has no privacy permissions and no default privacy group."] = "Privéforum/-groep heeft geen privacyrechten en geen standaard privacygroep."; -$a->strings["Settings updated."] = "Instellingen bijgewerkt."; -$a->strings["Add application"] = "Toepassing toevoegen"; -$a->strings["Consumer Key"] = "Gebruikerssleutel"; -$a->strings["Consumer Secret"] = "Gebruikersgeheim"; -$a->strings["Redirect"] = "Doorverwijzing"; -$a->strings["Icon url"] = "URL pictogram"; -$a->strings["You can't edit this application."] = "Je kunt deze toepassing niet wijzigen."; -$a->strings["Connected Apps"] = "Verbonden applicaties"; -$a->strings["Edit"] = "Bewerken"; -$a->strings["Client key starts with"] = ""; -$a->strings["No name"] = "Geen naam"; -$a->strings["Remove authorization"] = "Verwijder authorisatie"; -$a->strings["No Addon settings configured"] = ""; -$a->strings["Addon Settings"] = ""; -$a->strings["Off"] = "Uit"; -$a->strings["On"] = "Aan"; -$a->strings["Additional Features"] = "Extra functies"; -$a->strings["Diaspora"] = "Diaspora"; -$a->strings["enabled"] = "ingeschakeld"; -$a->strings["disabled"] = "uitgeschakeld"; -$a->strings["Built-in support for %s connectivity is %s"] = "Ingebouwde ondersteuning voor connectiviteit met %s is %s"; -$a->strings["GNU Social (OStatus)"] = ""; -$a->strings["Email access is disabled on this site."] = "E-mailtoegang is op deze website uitgeschakeld."; -$a->strings["General Social Media Settings"] = ""; -$a->strings["Disable intelligent shortening"] = ""; -$a->strings["Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original friendica post."] = ""; -$a->strings["Automatically follow any GNU Social (OStatus) followers/mentioners"] = ""; -$a->strings["If you receive a message from an unknown OStatus user, this option decides what to do. If it is checked, a new contact will be created for every unknown user."] = ""; -$a->strings["Default group for OStatus contacts"] = ""; -$a->strings["Your legacy GNU Social account"] = ""; -$a->strings["If you enter your old GNU Social/Statusnet account name here (in the format user@domain.tld), your contacts will be added automatically. The field will be emptied when done."] = ""; -$a->strings["Repair OStatus subscriptions"] = ""; -$a->strings["Email/Mailbox Setup"] = "E-mail Instellen"; -$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "Als je wilt communiceren met e-mail contacten via deze dienst (optioneel), moet je hier opgeven hoe ik jouw mailbox kan bereiken."; -$a->strings["Last successful email check:"] = "Laatste succesvolle e-mail controle:"; -$a->strings["IMAP server name:"] = "IMAP server naam:"; -$a->strings["IMAP port:"] = "IMAP poort:"; -$a->strings["Security:"] = "Beveiliging:"; -$a->strings["None"] = "Geen"; -$a->strings["Email login name:"] = "E-mail login naam:"; -$a->strings["Email password:"] = "E-mail wachtwoord:"; -$a->strings["Reply-to address:"] = "Antwoord adres:"; -$a->strings["Send public posts to all email contacts:"] = "Openbare posts naar alle e-mail contacten versturen:"; -$a->strings["Action after import:"] = "Actie na importeren:"; -$a->strings["Mark as seen"] = "Als 'gelezen' markeren"; -$a->strings["Move to folder"] = "Naar map verplaatsen"; -$a->strings["Move to folder:"] = "Verplaatsen naar map:"; -$a->strings["No special theme for mobile devices"] = "Geen speciaal thema voor mobiele apparaten"; -$a->strings["%s - (Unsupported)"] = ""; -$a->strings["%s - (Experimental)"] = ""; -$a->strings["Display Settings"] = "Scherminstellingen"; -$a->strings["Display Theme:"] = "Schermthema:"; -$a->strings["Mobile Theme:"] = "Mobiel thema:"; -$a->strings["Suppress warning of insecure networks"] = ""; -$a->strings["Should the system suppress the warning that the current group contains members of networks that can't receive non public postings."] = ""; -$a->strings["Update browser every xx seconds"] = "Browser elke xx seconden verversen"; -$a->strings["Minimum of 10 seconds. Enter -1 to disable it."] = ""; -$a->strings["Number of items to display per page:"] = "Aantal items te tonen per pagina:"; -$a->strings["Maximum of 100 items"] = "Maximum 100 items"; -$a->strings["Number of items to display per page when viewed from mobile device:"] = "Aantal items per pagina als je een mobiel toestel gebruikt:"; -$a->strings["Don't show emoticons"] = "Emoticons niet tonen"; -$a->strings["Calendar"] = ""; -$a->strings["Beginning of week:"] = ""; -$a->strings["Don't show notices"] = ""; -$a->strings["Infinite scroll"] = "Oneindig scrollen"; -$a->strings["Automatic updates only at the top of the network page"] = ""; -$a->strings["When disabled, the network page is updated all the time, which could be confusing while reading."] = ""; -$a->strings["Bandwith Saver Mode"] = ""; -$a->strings["When enabled, embedded content is not displayed on automatic updates, they only show on page reload."] = ""; -$a->strings["Smart Threading"] = ""; -$a->strings["When enabled, suppress extraneous thread indentation while keeping it where it matters. Only works if threading is available and enabled."] = ""; -$a->strings["General Theme Settings"] = ""; -$a->strings["Custom Theme Settings"] = ""; -$a->strings["Content Settings"] = ""; -$a->strings["Theme settings"] = "Thema-instellingen"; -$a->strings["Unable to find your profile. Please contact your admin."] = ""; -$a->strings["Account Types"] = ""; -$a->strings["Personal Page Subtypes"] = ""; -$a->strings["Community Forum Subtypes"] = ""; -$a->strings["Personal Page"] = ""; -$a->strings["Account for a personal profile."] = ""; -$a->strings["Organisation Page"] = ""; -$a->strings["Account for an organisation that automatically approves contact requests as \"Followers\"."] = ""; -$a->strings["News Page"] = ""; -$a->strings["Account for a news reflector that automatically approves contact requests as \"Followers\"."] = ""; -$a->strings["Community Forum"] = ""; -$a->strings["Account for community discussions."] = ""; -$a->strings["Normal Account Page"] = "Normale accountpagina"; -$a->strings["Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"."] = ""; -$a->strings["Soapbox Page"] = "Zeepkist-pagina"; -$a->strings["Account for a public profile that automatically approves contact requests as \"Followers\"."] = ""; -$a->strings["Public Forum"] = ""; -$a->strings["Automatically approves all contact requests."] = ""; -$a->strings["Automatic Friend Page"] = "Automatisch Vriendschapspagina"; -$a->strings["Account for a popular profile that automatically approves contact requests as \"Friends\"."] = ""; -$a->strings["Private Forum [Experimental]"] = "Privé-forum [experimenteel]"; -$a->strings["Requires manual approval of contact requests."] = ""; -$a->strings["OpenID:"] = "OpenID:"; -$a->strings["(Optional) Allow this OpenID to login to this account."] = "(Optioneel) Laat dit OpenID toe om in te loggen op deze account."; -$a->strings["Publish your default profile in your local site directory?"] = "Je standaardprofiel in je lokale gids publiceren?"; -$a->strings["Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public."] = ""; -$a->strings["Publish your default profile in the global social directory?"] = "Je standaardprofiel in de globale sociale gids publiceren?"; -$a->strings["Your profile will be published in this node's local directory. Your profile details may be publicly visible depending on the system settings."] = ""; -$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Je vrienden/contacten verbergen voor bezoekers van je standaard profiel?"; -$a->strings["Your contact list won't be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create"] = ""; -$a->strings["Hide your profile details from anonymous viewers?"] = ""; -$a->strings["Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Disables posting public messages to Diaspora and other networks."] = ""; -$a->strings["Allow friends to post to your profile page?"] = "Vrienden toestaan om op jou profielpagina te posten?"; -$a->strings["Your contacts may write posts on your profile wall. These posts will be distributed to your contacts"] = ""; -$a->strings["Allow friends to tag your posts?"] = "Sta vrienden toe om jouw berichten te labelen?"; -$a->strings["Your contacts can add additional tags to your posts."] = ""; -$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Sta je mij toe om jou als mogelijke vriend voor te stellen aan nieuwe leden?"; -$a->strings["If you like, Friendica may suggest new members to add you as a contact."] = ""; -$a->strings["Permit unknown people to send you private mail?"] = "Mogen onbekende personen jou privé berichten sturen?"; -$a->strings["Friendica network users may send you private messages even if they are not in your contact list."] = ""; -$a->strings["Profile is not published."] = "Profiel is niet gepubliceerd."; -$a->strings["Your Identity Address is '%s' or '%s'."] = ""; -$a->strings["Automatically expire posts after this many days:"] = "Laat berichten automatisch vervallen na zo veel dagen:"; -$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Berichten zullen niet vervallen indien leeg. Vervallen berichten zullen worden verwijderd."; -$a->strings["Advanced expiration settings"] = "Geavanceerde instellingen voor vervallen"; -$a->strings["Advanced Expiration"] = "Geavanceerd Verval:"; -$a->strings["Expire posts:"] = "Laat berichten vervallen:"; -$a->strings["Expire personal notes:"] = "Laat persoonlijke aantekeningen verlopen:"; -$a->strings["Expire starred posts:"] = "Laat berichten met ster verlopen"; -$a->strings["Expire photos:"] = "Laat foto's vervallen:"; -$a->strings["Only expire posts by others:"] = "Laat alleen berichten door anderen vervallen:"; -$a->strings["Account Settings"] = "Account Instellingen"; -$a->strings["Password Settings"] = "Wachtwoord Instellingen"; -$a->strings["New Password:"] = "Nieuw Wachtwoord:"; -$a->strings["Confirm:"] = "Bevestig:"; -$a->strings["Leave password fields blank unless changing"] = "Laat de wachtwoord-velden leeg, tenzij je het wilt veranderen"; -$a->strings["Current Password:"] = "Huidig wachtwoord:"; -$a->strings["Your current password to confirm the changes"] = "Je huidig wachtwoord om de wijzigingen te bevestigen"; -$a->strings["Password:"] = "Wachtwoord:"; -$a->strings["Basic Settings"] = "Basis Instellingen"; -$a->strings["Full Name:"] = "Volledige Naam:"; -$a->strings["Email Address:"] = "E-mailadres:"; -$a->strings["Your Timezone:"] = "Je Tijdzone:"; -$a->strings["Your Language:"] = ""; -$a->strings["Set the language we use to show you friendica interface and to send you emails"] = ""; -$a->strings["Default Post Location:"] = "Standaard locatie:"; -$a->strings["Use Browser Location:"] = "Gebruik Webbrowser Locatie:"; -$a->strings["Security and Privacy Settings"] = "Instellingen voor Beveiliging en Privacy"; -$a->strings["Maximum Friend Requests/Day:"] = "Maximum aantal vriendschapsverzoeken per dag:"; -$a->strings["(to prevent spam abuse)"] = "(om spam misbruik te voorkomen)"; -$a->strings["Default Post Permissions"] = "Standaard rechten voor nieuwe berichten"; -$a->strings["(click to open/close)"] = "(klik om te openen/sluiten)"; -$a->strings["Default Private Post"] = "Standaard Privé Post"; -$a->strings["Default Public Post"] = "Standaard Publieke Post"; -$a->strings["Default Permissions for New Posts"] = "Standaard rechten voor nieuwe berichten"; -$a->strings["Maximum private messages per day from unknown people:"] = "Maximum aantal privé-berichten per dag van onbekende personen:"; -$a->strings["Notification Settings"] = "Notificatie Instellingen"; -$a->strings["By default post a status message when:"] = "Post automatisch een bericht op je tijdlijn wanneer:"; -$a->strings["accepting a friend request"] = "Een vriendschapsverzoek accepteren"; -$a->strings["joining a forum/community"] = "Lid worden van een groep/forum"; -$a->strings["making an interesting profile change"] = "Een interessante verandering aan je profiel"; -$a->strings["Send a notification email when:"] = "Stuur een notificatie e-mail wanneer:"; -$a->strings["You receive an introduction"] = "Je ontvangt een vriendschaps- of connectieverzoek"; -$a->strings["Your introductions are confirmed"] = "Jouw vriendschaps- of connectieverzoeken zijn bevestigd"; -$a->strings["Someone writes on your profile wall"] = "Iemand iets op je tijdlijn schrijft"; -$a->strings["Someone writes a followup comment"] = "Iemand een reactie schrijft"; -$a->strings["You receive a private message"] = "Je een privé-bericht ontvangt"; -$a->strings["You receive a friend suggestion"] = "Je een suggestie voor een vriendschap ontvangt"; -$a->strings["You are tagged in a post"] = "Je expliciet in een bericht bent genoemd"; -$a->strings["You are poked/prodded/etc. in a post"] = "Je in een bericht bent aangestoten/gepord/etc."; -$a->strings["Activate desktop notifications"] = ""; -$a->strings["Show desktop popup on new notifications"] = ""; -$a->strings["Text-only notification emails"] = ""; -$a->strings["Send text only notification emails, without the html part"] = ""; -$a->strings["Show detailled notifications"] = ""; -$a->strings["Per default, notifications are condensed to a single notification per item. When enabled every notification is displayed."] = ""; -$a->strings["Advanced Account/Page Type Settings"] = ""; -$a->strings["Change the behaviour of this account for special situations"] = ""; -$a->strings["Relocate"] = ""; -$a->strings["If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."] = ""; -$a->strings["Resend relocate message to contacts"] = ""; $a->strings["Status:"] = "Tijdlijn:"; $a->strings["Homepage:"] = "Website:"; $a->strings["Global Directory"] = "Globale gids"; @@ -1275,6 +1074,7 @@ $a->strings["Only show archived contacts"] = "Toon alleen gearchiveerde contacte $a->strings["Hidden"] = "Verborgen"; $a->strings["Only show hidden contacts"] = "Toon alleen verborgen contacten"; $a->strings["Search your contacts"] = "Doorzoek je contacten"; +$a->strings["Update"] = "Wijzigen"; $a->strings["Archive"] = "Archiveer"; $a->strings["Unarchive"] = "Archiveer niet meer"; $a->strings["Batch Actions"] = ""; @@ -1340,7 +1140,9 @@ $a->strings["Your invitation code: "] = ""; $a->strings["Registration"] = "Registratie"; $a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = ""; $a->strings["Your Email Address: (Initial information will be send there, so this has to be an existing address.)"] = ""; +$a->strings["New Password:"] = "Nieuw Wachtwoord:"; $a->strings["Leave empty for an auto generated password."] = ""; +$a->strings["Confirm:"] = "Bevestig:"; $a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be 'nickname@%s'."] = ""; $a->strings["Choose a nickname: "] = "Kies een bijnaam:"; $a->strings["Register"] = "Registreer"; @@ -1352,7 +1154,9 @@ $a->strings["Federation Statistics"] = ""; $a->strings["Configuration"] = ""; $a->strings["Site"] = "Website"; $a->strings["Users"] = "Gebruiker"; +$a->strings["Addons"] = ""; $a->strings["Themes"] = "Thema's"; +$a->strings["Additional features"] = "Extra functies"; $a->strings["Database"] = ""; $a->strings["DB updates"] = "DB aanpassingen"; $a->strings["Inspect Queue"] = ""; @@ -1449,6 +1253,7 @@ $a->strings["Version"] = "Versie"; $a->strings["Active addons"] = ""; $a->strings["Can not parse base url. Must have at least ://"] = ""; $a->strings["Site settings updated."] = "Site instellingen gewijzigd."; +$a->strings["No special theme for mobile devices"] = "Geen speciaal thema voor mobiele apparaten"; $a->strings["No community page"] = ""; $a->strings["Public postings from users of this site"] = ""; $a->strings["Public postings from the federated network"] = ""; @@ -1638,9 +1443,9 @@ $a->strings["Executing %s failed with error: %s"] = ""; $a->strings["Update %s was successfully applied."] = "Wijziging %s geslaagd."; $a->strings["Update %s did not return a status. Unknown if it succeeded."] = "Wijziging %s gaf geen status terug. We weten niet of de wijziging geslaagd is."; $a->strings["There was no additional update function %s that needed to be called."] = ""; -$a->strings["No failed updates."] = "Geen misluke wijzigingen"; +$a->strings["No failed updates."] = "Geen mislukte wijzigingen"; $a->strings["Check database structure"] = ""; -$a->strings["Failed Updates"] = "Misluke wijzigingen"; +$a->strings["Failed Updates"] = "Mislukte wijzigingen"; $a->strings["This does not include updates prior to 1139, which did not return a status."] = "Dit is zonder de wijzigingen voor 1139, welke geen status teruggaven."; $a->strings["Mark success (if update was manually applied)"] = "Markeren als succes (als aanpassing manueel doorgevoerd werd)"; $a->strings["Attempt to execute this update step automatically"] = "Probeer deze stap automatisch uit te voeren"; @@ -1662,6 +1467,7 @@ $a->strings["Email"] = "E-mail"; $a->strings["Register date"] = "Registratiedatum"; $a->strings["Last login"] = "Laatste login"; $a->strings["Last item"] = "Laatste item"; +$a->strings["Account"] = "Account"; $a->strings["Add User"] = "Gebruiker toevoegen"; $a->strings["User registrations waiting for confirm"] = "Gebruikersregistraties wachten op een bevestiging"; $a->strings["User waiting for permanent deletion"] = ""; @@ -1706,8 +1512,206 @@ $a->strings["PHP logging"] = ""; $a->strings["To enable logging of PHP errors and warnings you can add the following to the .htconfig.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."] = ""; $a->strings["Error trying to open %1\$s log file.\\r\\n
    Check to see if file %1\$s exist and is readable."] = ""; $a->strings["Couldn't open %1\$s log file.\\r\\n
    Check to see if file %1\$s is readable."] = ""; +$a->strings["Off"] = "Uit"; +$a->strings["On"] = "Aan"; $a->strings["Lock feature %s"] = ""; $a->strings["Manage Additional Features"] = ""; +$a->strings["Display"] = "Weergave"; +$a->strings["Social Networks"] = "Sociale netwerken"; +$a->strings["Delegations"] = ""; +$a->strings["Connected apps"] = "Verbonden applicaties"; +$a->strings["Remove account"] = "Account verwijderen"; +$a->strings["Missing some important data!"] = "Een belangrijk gegeven ontbreekt!"; +$a->strings["Failed to connect with email account using the settings provided."] = "Ik kon geen verbinding maken met het e-mail account met de gegeven instellingen."; +$a->strings["Email settings updated."] = "E-mail instellingen bijgewerkt.."; +$a->strings["Features updated"] = "Functies bijgewerkt"; +$a->strings["Relocate message has been send to your contacts"] = ""; +$a->strings["Passwords do not match. Password unchanged."] = "Wachtwoorden komen niet overeen. Wachtwoord niet gewijzigd."; +$a->strings["Empty passwords are not allowed. Password unchanged."] = "Lege wachtwoorden zijn niet toegelaten. Wachtwoord niet gewijzigd."; +$a->strings["The new password has been exposed in a public data dump, please choose another."] = ""; +$a->strings["Wrong password."] = "Verkeerd wachtwoord."; +$a->strings["Password changed."] = "Wachtwoord gewijzigd."; +$a->strings["Password update failed. Please try again."] = "Wachtwoord-)wijziging mislukt. Probeer opnieuw."; +$a->strings[" Please use a shorter name."] = "Gebruik een kortere naam."; +$a->strings[" Name too short."] = "Naam te kort."; +$a->strings["Wrong Password"] = "Verkeerd wachtwoord"; +$a->strings["Invalid email."] = ""; +$a->strings["Cannot change to that email."] = ""; +$a->strings["Private forum has no privacy permissions. Using default privacy group."] = "Privéforum/-groep heeft geen privacyrechten. De standaard privacygroep wordt gebruikt."; +$a->strings["Private forum has no privacy permissions and no default privacy group."] = "Privéforum/-groep heeft geen privacyrechten en geen standaard privacygroep."; +$a->strings["Settings updated."] = "Instellingen bijgewerkt."; +$a->strings["Add application"] = "Toepassing toevoegen"; +$a->strings["Consumer Key"] = "Gebruikerssleutel"; +$a->strings["Consumer Secret"] = "Gebruikersgeheim"; +$a->strings["Redirect"] = "Doorverwijzing"; +$a->strings["Icon url"] = "URL pictogram"; +$a->strings["You can't edit this application."] = "Je kunt deze toepassing niet wijzigen."; +$a->strings["Connected Apps"] = "Verbonden applicaties"; +$a->strings["Edit"] = "Bewerken"; +$a->strings["Client key starts with"] = ""; +$a->strings["No name"] = "Geen naam"; +$a->strings["Remove authorization"] = "Verwijder authorisatie"; +$a->strings["No Addon settings configured"] = ""; +$a->strings["Addon Settings"] = ""; +$a->strings["Additional Features"] = "Extra functies"; +$a->strings["Diaspora"] = "Diaspora"; +$a->strings["enabled"] = "ingeschakeld"; +$a->strings["disabled"] = "uitgeschakeld"; +$a->strings["Built-in support for %s connectivity is %s"] = "Ingebouwde ondersteuning voor connectiviteit met %s is %s"; +$a->strings["GNU Social (OStatus)"] = ""; +$a->strings["Email access is disabled on this site."] = "E-mailtoegang is op deze website uitgeschakeld."; +$a->strings["General Social Media Settings"] = ""; +$a->strings["Disable Content Warning"] = ""; +$a->strings["Users on networks like Mastodon or Pleroma are able to set a content warning field which collapse their post by default. This disables the automatic collapsing and sets the content warning as the post title. Doesn't affect any other content filtering you eventually set up."] = ""; +$a->strings["Disable intelligent shortening"] = ""; +$a->strings["Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original friendica post."] = ""; +$a->strings["Automatically follow any GNU Social (OStatus) followers/mentioners"] = ""; +$a->strings["If you receive a message from an unknown OStatus user, this option decides what to do. If it is checked, a new contact will be created for every unknown user."] = ""; +$a->strings["Default group for OStatus contacts"] = ""; +$a->strings["Your legacy GNU Social account"] = ""; +$a->strings["If you enter your old GNU Social/Statusnet account name here (in the format user@domain.tld), your contacts will be added automatically. The field will be emptied when done."] = ""; +$a->strings["Repair OStatus subscriptions"] = ""; +$a->strings["Email/Mailbox Setup"] = "E-mail Instellen"; +$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "Als je wilt communiceren met e-mail contacten via deze dienst (optioneel), moet je hier opgeven hoe ik jouw mailbox kan bereiken."; +$a->strings["Last successful email check:"] = "Laatste succesvolle e-mail controle:"; +$a->strings["IMAP server name:"] = "IMAP server naam:"; +$a->strings["IMAP port:"] = "IMAP poort:"; +$a->strings["Security:"] = "Beveiliging:"; +$a->strings["None"] = "Geen"; +$a->strings["Email login name:"] = "E-mail login naam:"; +$a->strings["Email password:"] = "E-mail wachtwoord:"; +$a->strings["Reply-to address:"] = "Antwoord adres:"; +$a->strings["Send public posts to all email contacts:"] = "Openbare posts naar alle e-mail contacten versturen:"; +$a->strings["Action after import:"] = "Actie na importeren:"; +$a->strings["Mark as seen"] = "Als 'gelezen' markeren"; +$a->strings["Move to folder"] = "Naar map verplaatsen"; +$a->strings["Move to folder:"] = "Verplaatsen naar map:"; +$a->strings["%s - (Unsupported)"] = ""; +$a->strings["%s - (Experimental)"] = ""; +$a->strings["Display Settings"] = "Scherminstellingen"; +$a->strings["Display Theme:"] = "Schermthema:"; +$a->strings["Mobile Theme:"] = "Mobiel thema:"; +$a->strings["Suppress warning of insecure networks"] = ""; +$a->strings["Should the system suppress the warning that the current group contains members of networks that can't receive non public postings."] = ""; +$a->strings["Update browser every xx seconds"] = "Browser elke xx seconden verversen"; +$a->strings["Minimum of 10 seconds. Enter -1 to disable it."] = ""; +$a->strings["Number of items to display per page:"] = "Aantal items te tonen per pagina:"; +$a->strings["Maximum of 100 items"] = "Maximum 100 items"; +$a->strings["Number of items to display per page when viewed from mobile device:"] = "Aantal items per pagina als je een mobiel toestel gebruikt:"; +$a->strings["Don't show emoticons"] = "Emoticons niet tonen"; +$a->strings["Calendar"] = ""; +$a->strings["Beginning of week:"] = ""; +$a->strings["Don't show notices"] = ""; +$a->strings["Infinite scroll"] = "Oneindig scrollen"; +$a->strings["Automatic updates only at the top of the network page"] = ""; +$a->strings["When disabled, the network page is updated all the time, which could be confusing while reading."] = ""; +$a->strings["Bandwith Saver Mode"] = ""; +$a->strings["When enabled, embedded content is not displayed on automatic updates, they only show on page reload."] = ""; +$a->strings["Smart Threading"] = ""; +$a->strings["When enabled, suppress extraneous thread indentation while keeping it where it matters. Only works if threading is available and enabled."] = ""; +$a->strings["General Theme Settings"] = ""; +$a->strings["Custom Theme Settings"] = ""; +$a->strings["Content Settings"] = ""; +$a->strings["Theme settings"] = "Thema-instellingen"; +$a->strings["Unable to find your profile. Please contact your admin."] = ""; +$a->strings["Account Types"] = ""; +$a->strings["Personal Page Subtypes"] = ""; +$a->strings["Community Forum Subtypes"] = ""; +$a->strings["Personal Page"] = ""; +$a->strings["Account for a personal profile."] = ""; +$a->strings["Organisation Page"] = ""; +$a->strings["Account for an organisation that automatically approves contact requests as \"Followers\"."] = ""; +$a->strings["News Page"] = ""; +$a->strings["Account for a news reflector that automatically approves contact requests as \"Followers\"."] = ""; +$a->strings["Community Forum"] = ""; +$a->strings["Account for community discussions."] = ""; +$a->strings["Normal Account Page"] = "Normale accountpagina"; +$a->strings["Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"."] = ""; +$a->strings["Soapbox Page"] = "Zeepkist-pagina"; +$a->strings["Account for a public profile that automatically approves contact requests as \"Followers\"."] = ""; +$a->strings["Public Forum"] = ""; +$a->strings["Automatically approves all contact requests."] = ""; +$a->strings["Automatic Friend Page"] = "Automatisch Vriendschapspagina"; +$a->strings["Account for a popular profile that automatically approves contact requests as \"Friends\"."] = ""; +$a->strings["Private Forum [Experimental]"] = "Privé-forum [experimenteel]"; +$a->strings["Requires manual approval of contact requests."] = ""; +$a->strings["OpenID:"] = "OpenID:"; +$a->strings["(Optional) Allow this OpenID to login to this account."] = "(Optioneel) Laat dit OpenID toe om in te loggen op deze account."; +$a->strings["Publish your default profile in your local site directory?"] = "Je standaardprofiel in je lokale gids publiceren?"; +$a->strings["Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public."] = ""; +$a->strings["Publish your default profile in the global social directory?"] = "Je standaardprofiel in de globale sociale gids publiceren?"; +$a->strings["Your profile will be published in this node's local directory. Your profile details may be publicly visible depending on the system settings."] = ""; +$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Je vrienden/contacten verbergen voor bezoekers van je standaard profiel?"; +$a->strings["Your contact list won't be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create"] = ""; +$a->strings["Hide your profile details from anonymous viewers?"] = ""; +$a->strings["Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Disables posting public messages to Diaspora and other networks."] = ""; +$a->strings["Allow friends to post to your profile page?"] = "Vrienden toestaan om op jou profielpagina te posten?"; +$a->strings["Your contacts may write posts on your profile wall. These posts will be distributed to your contacts"] = ""; +$a->strings["Allow friends to tag your posts?"] = "Sta vrienden toe om jouw berichten te labelen?"; +$a->strings["Your contacts can add additional tags to your posts."] = ""; +$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Sta je mij toe om jou als mogelijke vriend voor te stellen aan nieuwe leden?"; +$a->strings["If you like, Friendica may suggest new members to add you as a contact."] = ""; +$a->strings["Permit unknown people to send you private mail?"] = "Mogen onbekende personen jou privé berichten sturen?"; +$a->strings["Friendica network users may send you private messages even if they are not in your contact list."] = ""; +$a->strings["Profile is not published."] = "Profiel is niet gepubliceerd."; +$a->strings["Your Identity Address is '%s' or '%s'."] = ""; +$a->strings["Automatically expire posts after this many days:"] = "Laat berichten automatisch vervallen na zo veel dagen:"; +$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Berichten zullen niet vervallen indien leeg. Vervallen berichten zullen worden verwijderd."; +$a->strings["Advanced expiration settings"] = "Geavanceerde instellingen voor vervallen"; +$a->strings["Advanced Expiration"] = "Geavanceerd Verval:"; +$a->strings["Expire posts:"] = "Laat berichten vervallen:"; +$a->strings["Expire personal notes:"] = "Laat persoonlijke aantekeningen verlopen:"; +$a->strings["Expire starred posts:"] = "Laat berichten met ster verlopen"; +$a->strings["Expire photos:"] = "Laat foto's vervallen:"; +$a->strings["Only expire posts by others:"] = "Laat alleen berichten door anderen vervallen:"; +$a->strings["Account Settings"] = "Account Instellingen"; +$a->strings["Password Settings"] = "Wachtwoord Instellingen"; +$a->strings["Leave password fields blank unless changing"] = "Laat de wachtwoord-velden leeg, tenzij je het wilt veranderen"; +$a->strings["Current Password:"] = "Huidig wachtwoord:"; +$a->strings["Your current password to confirm the changes"] = "Je huidig wachtwoord om de wijzigingen te bevestigen"; +$a->strings["Password:"] = "Wachtwoord:"; +$a->strings["Basic Settings"] = "Basis Instellingen"; +$a->strings["Full Name:"] = "Volledige Naam:"; +$a->strings["Email Address:"] = "E-mailadres:"; +$a->strings["Your Timezone:"] = "Je Tijdzone:"; +$a->strings["Your Language:"] = ""; +$a->strings["Set the language we use to show you friendica interface and to send you emails"] = ""; +$a->strings["Default Post Location:"] = "Standaard locatie:"; +$a->strings["Use Browser Location:"] = "Gebruik Webbrowser Locatie:"; +$a->strings["Security and Privacy Settings"] = "Instellingen voor Beveiliging en Privacy"; +$a->strings["Maximum Friend Requests/Day:"] = "Maximum aantal vriendschapsverzoeken per dag:"; +$a->strings["(to prevent spam abuse)"] = "(om spam misbruik te voorkomen)"; +$a->strings["Default Post Permissions"] = "Standaard rechten voor nieuwe berichten"; +$a->strings["(click to open/close)"] = "(klik om te openen/sluiten)"; +$a->strings["Default Private Post"] = "Standaard Privé Post"; +$a->strings["Default Public Post"] = "Standaard Publieke Post"; +$a->strings["Default Permissions for New Posts"] = "Standaard rechten voor nieuwe berichten"; +$a->strings["Maximum private messages per day from unknown people:"] = "Maximum aantal privé-berichten per dag van onbekende personen:"; +$a->strings["Notification Settings"] = "Notificatie Instellingen"; +$a->strings["By default post a status message when:"] = "Post automatisch een bericht op je tijdlijn wanneer:"; +$a->strings["accepting a friend request"] = "Een vriendschapsverzoek accepteren"; +$a->strings["joining a forum/community"] = "Lid worden van een groep/forum"; +$a->strings["making an interesting profile change"] = "Een interessante verandering aan je profiel"; +$a->strings["Send a notification email when:"] = "Stuur een notificatie e-mail wanneer:"; +$a->strings["You receive an introduction"] = "Je ontvangt een vriendschaps- of connectieverzoek"; +$a->strings["Your introductions are confirmed"] = "Jouw vriendschaps- of connectieverzoeken zijn bevestigd"; +$a->strings["Someone writes on your profile wall"] = "Iemand iets op je tijdlijn schrijft"; +$a->strings["Someone writes a followup comment"] = "Iemand een reactie schrijft"; +$a->strings["You receive a private message"] = "Je een privé-bericht ontvangt"; +$a->strings["You receive a friend suggestion"] = "Je een suggestie voor een vriendschap ontvangt"; +$a->strings["You are tagged in a post"] = "Je expliciet in een bericht bent genoemd"; +$a->strings["You are poked/prodded/etc. in a post"] = "Je in een bericht bent aangestoten/gepord/etc."; +$a->strings["Activate desktop notifications"] = ""; +$a->strings["Show desktop popup on new notifications"] = ""; +$a->strings["Text-only notification emails"] = ""; +$a->strings["Send text only notification emails, without the html part"] = ""; +$a->strings["Show detailled notifications"] = ""; +$a->strings["Per default, notifications are condensed to a single notification per item. When enabled every notification is displayed."] = ""; +$a->strings["Advanced Account/Page Type Settings"] = ""; +$a->strings["Change the behaviour of this account for special situations"] = ""; +$a->strings["Relocate"] = ""; +$a->strings["If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."] = ""; +$a->strings["Resend relocate message to contacts"] = ""; $a->strings["Error decoding account file"] = ""; $a->strings["Error! No version data in file! This is not a Friendica account file?"] = ""; $a->strings["User '%s' already exists on this server!"] = "Gebruiker '%s' bestaat al op deze server!"; @@ -1886,36 +1890,36 @@ $a->strings["%d contact in common"] = [ 1 => "%d gedeelde contacten", ]; $a->strings["Frequently"] = "Frequent"; -$a->strings["Hourly"] = "elk uur"; -$a->strings["Twice daily"] = "Twee keer per dag"; -$a->strings["Daily"] = "dagelijks"; -$a->strings["Weekly"] = "wekelijks"; -$a->strings["Monthly"] = "maandelijks"; +$a->strings["Hourly"] = "Ieder uur"; +$a->strings["Twice daily"] = "Twee maal daags"; +$a->strings["Daily"] = "Dagelijks"; +$a->strings["Weekly"] = "Wekelijks"; +$a->strings["Monthly"] = "Maandelijks"; $a->strings["OStatus"] = "OStatus"; $a->strings["RSS/Atom"] = "RSS/Atom"; $a->strings["Facebook"] = "Facebook"; $a->strings["Zot!"] = "Zot!"; -$a->strings["LinkedIn"] = "Linkedln"; -$a->strings["XMPP/IM"] = "XMPP/IM"; -$a->strings["MySpace"] = "Myspace"; +$a->strings["LinkedIn"] = "LinkedIn"; +$a->strings["XMPP/IM"] = "XMPP/Chat"; +$a->strings["MySpace"] = "MySpace"; $a->strings["Google+"] = "Google+"; $a->strings["pump.io"] = "pump.io"; $a->strings["Twitter"] = "Twitter"; -$a->strings["Diaspora Connector"] = "Diaspora-connector"; -$a->strings["GNU Social Connector"] = ""; -$a->strings["pnut"] = ""; -$a->strings["App.net"] = ""; -$a->strings["Male"] = "Man"; -$a->strings["Female"] = "Vrouw"; +$a->strings["Diaspora Connector"] = "Diaspora Connector"; +$a->strings["GNU Social Connector"] = "GNU Social Connector"; +$a->strings["pnut"] = "pnut"; +$a->strings["App.net"] = "App.net"; +$a->strings["Male"] = "Mannelijk"; +$a->strings["Female"] = "Vrouwelijk"; $a->strings["Currently Male"] = "Momenteel mannelijk"; $a->strings["Currently Female"] = "Momenteel vrouwelijk"; -$a->strings["Mostly Male"] = "Meestal mannelijk"; -$a->strings["Mostly Female"] = "Meestal vrouwelijk"; +$a->strings["Mostly Male"] = "Hoofdzakelijk mannelijk"; +$a->strings["Mostly Female"] = "Hoofdzakelijk vrouwelijk"; $a->strings["Transgender"] = "Transgender"; -$a->strings["Intersex"] = "Interseksueel"; -$a->strings["Transsexual"] = "Transseksueel"; +$a->strings["Intersex"] = "Intersex"; +$a->strings["Transsexual"] = "Transeksueel"; $a->strings["Hermaphrodite"] = "Hermafrodiet"; -$a->strings["Neuter"] = "Genderneutraal"; +$a->strings["Neuter"] = "Onzijdig"; $a->strings["Non-specific"] = "Niet-specifiek"; $a->strings["Other"] = "Anders"; $a->strings["Males"] = "Mannen"; @@ -1962,9 +1966,9 @@ $a->strings["Uncertain"] = "Onzeker"; $a->strings["It's complicated"] = "Het is gecompliceerd"; $a->strings["Don't care"] = "Kan me niet schelen"; $a->strings["Ask me"] = "Vraag me"; -$a->strings["There are no tables on MyISAM."] = ""; -$a->strings["\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."] = ""; -$a->strings["The error message is\n[pre]%s[/pre]"] = ""; +$a->strings["There are no tables on MyISAM."] = "Er zijn geen MyISAM tabellen."; +$a->strings["\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."] = "\n\t\t\t\tDe Friendica ontwikkelaars hebben recent update %svrijgegeven,\n \t\t\t\tmaar wanneer ik deze probeerde te installeren ging het verschrikkelijk fout.\n \t\t\t\tDit moet snel opgelost worden en ik kan het niet alleen. Contacteer alstublieft\n \t\t\t\teen Friendica ontwikkelaar als je mij zelf niet kan helpen. Mijn database kan ongeldig zijn."; +$a->strings["The error message is\n[pre]%s[/pre]"] = "De foutboodschap is\n[pre]%s[/pre]"; $a->strings["\nError %d occurred during database update:\n%s\n"] = ""; $a->strings["Errors encountered performing database changes: "] = ""; $a->strings[": Database update"] = ""; @@ -2067,6 +2071,7 @@ $a->strings["An error occurred creating your default contact group. Please try a $a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\t\t"] = ""; $a->strings["Registration at %s"] = ""; $a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t\t"] = ""; +$a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%1\$s\n\t\t\tPassword:\t\t%5\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %3\$s/removeme\n\n\t\t\tThank you and welcome to %2\$s."] = ""; $a->strings["%s is now following %s."] = "%s volgt nu %s."; $a->strings["following"] = "volgend"; $a->strings["%s stopped following %s."] = "%s stopte %s te volgen."; @@ -2141,7 +2146,7 @@ $a->strings["Check image permissions if all users are allowed to visit the image $a->strings["Select scheme"] = ""; $a->strings["Navigation bar background color"] = ""; $a->strings["Navigation bar icon color "] = ""; -$a->strings["Link color"] = ""; +$a->strings["Link color"] = "Link kleur"; $a->strings["Set the background color"] = ""; $a->strings["Content background opacity"] = ""; $a->strings["Set the background image"] = ""; From 4fd4d277f00b61ab413faf66758229e1dcd0ff09 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 12 Apr 2018 08:55:36 +0000 Subject: [PATCH 405/430] Store in lowercase to avoid duplicates --- src/Protocol/PortableContact.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Protocol/PortableContact.php b/src/Protocol/PortableContact.php index 20f5cb0b02..f7ea27d679 100644 --- a/src/Protocol/PortableContact.php +++ b/src/Protocol/PortableContact.php @@ -1421,6 +1421,7 @@ class PortableContact // Avoid duplicates $tags = []; foreach ($data->tags as $tag) { + $tag = strtolower($tag); $tags[$tag] = $tag; } From 130e16968ee35dbe02b73753b0a651b9eeb411cf Mon Sep 17 00:00:00 2001 From: rabuzarus Date: Thu, 12 Apr 2018 17:10:48 +0200 Subject: [PATCH 406/430] local_user() could also be a remote_user() --- boot.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/boot.php b/boot.php index 65867593df..217a5f4e1d 100644 --- a/boot.php +++ b/boot.php @@ -953,10 +953,12 @@ function public_contact() */ function remote_user() { - // You cannot be both local and remote - if (local_user()) { - return false; - } + // You cannot be both local and remote. + // Unncommented by rabuzarus because remote authentication to local + // profiles wasn't possible anymore (2018-04-12). +// if (local_user()) { +// return false; +// } if (x($_SESSION, 'authenticated') && x($_SESSION, 'visitor_id')) { return intval($_SESSION['visitor_id']); } From e382dfcfbd6f5aebfb0b25ab0ceb05056b69857a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20M=C3=BCller?= Date: Thu, 12 Apr 2018 19:14:53 +0200 Subject: [PATCH 407/430] [BUGFIX] DB: Don't check DNS on IPs Fixes https://github.com/friendica/friendica/issues/4786 --- include/dba.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/dba.php b/include/dba.php index 586fc092fb..4252558346 100644 --- a/include/dba.php +++ b/include/dba.php @@ -52,7 +52,8 @@ class dba { } if ($install) { - if (strlen($server) && ($server !== 'localhost') && ($server !== '127.0.0.1')) { + // server has to be a non-empty string that is not 'localhost' and not an IP + if (strlen($server) && ($server !== 'localhost') && filter_var($server, FILTER_VALIDATE_IP) === false) { if (! dns_get_record($server, DNS_A + DNS_CNAME + DNS_PTR)) { self::$error = L10n::t('Cannot locate DNS info for database server \'%s\'', $server); return false; From f9c34fee5a0793704478ece2ee25f1f8e0a33eb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20M=C3=BCller?= Date: Thu, 12 Apr 2018 19:28:52 +0200 Subject: [PATCH 408/430] [BUGFIX] Network: Remove URL/domain DNS_PTR checks --- src/Util/Network.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Util/Network.php b/src/Util/Network.php index bbdc51fbbb..4a11f92595 100644 --- a/src/Util/Network.php +++ b/src/Util/Network.php @@ -446,7 +446,7 @@ class Network /// @TODO Really suppress function outcomes? Why not find them + debug them? $h = @parse_url($url); - if ((is_array($h)) && (@dns_get_record($h['host'], DNS_A + DNS_CNAME + DNS_PTR) || filter_var($h['host'], FILTER_VALIDATE_IP) )) { + if ((is_array($h)) && (@dns_get_record($h['host'], DNS_A + DNS_CNAME) || filter_var($h['host'], FILTER_VALIDATE_IP) )) { return $url; } @@ -471,7 +471,7 @@ class Network $h = substr($addr, strpos($addr, '@') + 1); - if (($h) && (dns_get_record($h, DNS_A + DNS_CNAME + DNS_PTR + DNS_MX) || filter_var($h, FILTER_VALIDATE_IP) )) { + if (($h) && (dns_get_record($h, DNS_A + DNS_CNAME + DNS_MX) || filter_var($h, FILTER_VALIDATE_IP) )) { return true; } return false; From 89ba3b78ff5e16301aba8f79ae5568edf4c34ed3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20M=C3=BCller?= Date: Thu, 12 Apr 2018 19:32:04 +0200 Subject: [PATCH 409/430] [BUGFIX] DB: Remove host DNS_PTR check DNS_PTR checks fail on some domains and result in the return value `false`, even if the domain is valid and reachable. --- include/dba.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/dba.php b/include/dba.php index 586fc092fb..208cf58121 100644 --- a/include/dba.php +++ b/include/dba.php @@ -53,7 +53,7 @@ class dba { if ($install) { if (strlen($server) && ($server !== 'localhost') && ($server !== '127.0.0.1')) { - if (! dns_get_record($server, DNS_A + DNS_CNAME + DNS_PTR)) { + if (! dns_get_record($server, DNS_A + DNS_CNAME)) { self::$error = L10n::t('Cannot locate DNS info for database server \'%s\'', $server); return false; } From 145efbda7a4e6cda1eff8c2fc1f6717ec00699de Mon Sep 17 00:00:00 2001 From: Andy H3 Date: Fri, 13 Apr 2018 11:03:22 +0700 Subject: [PATCH 410/430] Update Accesskeys.md Expand intro Format keys, Capitalization Style Line breaks --- doc/Accesskeys.md | 123 ++++++++++++++++++++++++---------------------- 1 file changed, 65 insertions(+), 58 deletions(-) diff --git a/doc/Accesskeys.md b/doc/Accesskeys.md index 550a00e5a9..a1807e51f2 100644 --- a/doc/Accesskeys.md +++ b/doc/Accesskeys.md @@ -1,81 +1,88 @@ -Accesskeys in Friendica +Accesskeys reference ======================= * [Home](help) -For an overview of the modifier key of the different browsers we suggest this [Wikipedia](https://en.wikipedia.org/wiki/Access_key) article. +Access keys are keyboard shortcuts that allow you to easily navigate the user interface. +Access keys are currently not available with the Frio theme. + +The specific key combinations depend on how your browser's the modifier key setting. +For an overview of modifier keys in different browsers, have a lookat [Wikipedia](https://en.wikipedia.org/wiki/Access_key) article. +For example, for moving to profile page in Firefox, press these four keys simultaneously. + +[Shift] [Alt] [:] [p] General ------- -* p: profile -* n: network -* c: community -* s: search -* a: admin -* f: notifications -* u: user menu (in themes "vier" and "quattro") +* :p Profile +* :n Network +* :c Community +* :s Search +* :a Admin +* :f Notifications +* :u User menu -/community +../community -------- -* l: Local community -* g: Global community +* :l Local community +* :g Global community -/profile +../profile -------- -* m: Status Messages and Posts -* r: Profile Details -* h: Photo Albums -* v: Videos -* e: Events and Calendar -* t: Personal Notes -* k: View Contacts +* :m Status Messages and Posts +* :r Profile Details +* :h Photo Albums +* :v Videos +* :e Events and Calendar +* :t Personal Notes +* :k View Contacts -/contacts (contact list) +../contacts (contact list) --------- -* g: Suggestions -* l: Show all Contacts -* o: Only show unblocked contacts -* b: Only show blocked contacts -* i: Only show ignored contacts -* y: Only show archived contacts -* h: Only show hidden contacts +* :g Suggestions +* :l Show all Contacts +* :o Only show unblocked contacts +* :b Only show blocked contacts +* :i Only show ignored contacts +* :y Only show archived contacts +* :h Only show hidden contacts -/contacts (single contact view) +../contacts (single contact view) ------------------------------- -* m: Status messages -* o: Profile -* t: Contacts -* d: Common friends -* r: Advanced +* :m Status messages +* :o Profile +* :t Contacts +* :d Common friends +* :r Advanced -/message +../message -------- -* m: New message +* :m New message -/network +../network -------- -* e: Sort by Comment Date -* t: Sort by Post Date -* r: Conversation (Posts that mention or involve you) -* w: New posts -* b: Bookmarks -* m: Favourite Posts +* :e Sort by Comment Date +* :t Sort by Post Date +* :r Conversation (Posts that mention or involve you) +* :w New posts +* :b Bookmarks +* :m Favourite Posts -/notifications +../notifications -------------- -* y: System -* w: Network -* r: Personal -* h: Home -* i: Introductions +* :y System +* :w Network +* :r Personal +* :h Home +* :i Introductions -/settings +../settings --------- -* o: Account -* t: Additional features -* w: Social Networks -* l: Addons -* d: Delegations -* b: Connected apps -* e: Export personal data -* r: Remove account +* :o Account +* :t Additional features +* :w Social Networks +* :l Addons +* :d Delegations +* :b Connected apps +* :e Export personal data +* :r Remove account From 053cad1de5d6ff5fc0623d86f0a356d99fd68d1d Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Fri, 13 Apr 2018 07:20:36 +0200 Subject: [PATCH 411/430] update to the NL translation THX Karel --- view/lang/nl/messages.po | 6 +++--- view/lang/nl/strings.php | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/view/lang/nl/messages.po b/view/lang/nl/messages.po index b3665824e4..43ddd04cb6 100644 --- a/view/lang/nl/messages.po +++ b/view/lang/nl/messages.po @@ -17,7 +17,7 @@ msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-04-06 16:58+0200\n" -"PO-Revision-Date: 2018-04-11 14:34+0000\n" +"PO-Revision-Date: 2018-04-12 13:16+0000\n" "Last-Translator: Karel \n" "Language-Team: Dutch (http://www.transifex.com/Friendica/friendica/language/nl/)\n" "MIME-Version: 1.0\n" @@ -1649,7 +1649,7 @@ msgstr "" #: mod/repair_ostatus.php:34 msgid "Error" -msgstr "" +msgstr "Fout" #: mod/repair_ostatus.php:48 mod/ostatus_subscribe.php:64 msgid "Done" @@ -5653,7 +5653,7 @@ msgstr "" #: mod/admin.php:1364 msgid "Touch icon" -msgstr "" +msgstr "Pictogram voor smartphones" #: mod/admin.php:1364 msgid "Link to an icon that will be used for tablets and mobiles." diff --git a/view/lang/nl/strings.php b/view/lang/nl/strings.php index 64ba695248..5b74f580a2 100644 --- a/view/lang/nl/strings.php +++ b/view/lang/nl/strings.php @@ -370,7 +370,7 @@ $a->strings["Edit contact"] = "Contact bewerken"; $a->strings["Contacts who are not members of a group"] = "Contacten die geen leden zijn van een groep"; $a->strings["Not Extended"] = ""; $a->strings["Resubscribing to OStatus contacts"] = ""; -$a->strings["Error"] = ""; +$a->strings["Error"] = "Fout"; $a->strings["Done"] = "Klaar"; $a->strings["Keep this window open until done."] = "Houd dit scherm open tot het klaar is"; $a->strings["Do you really want to delete this suggestion?"] = "Wil je echt dit voorstel verwijderen?"; @@ -1289,7 +1289,7 @@ $a->strings["The email address your server shall use to send notification emails $a->strings["Banner/Logo"] = "Banner/Logo"; $a->strings["Shortcut icon"] = ""; $a->strings["Link to an icon that will be used for browsers."] = ""; -$a->strings["Touch icon"] = ""; +$a->strings["Touch icon"] = "Pictogram voor smartphones"; $a->strings["Link to an icon that will be used for tablets and mobiles."] = ""; $a->strings["Additional Info"] = ""; $a->strings["For public servers: you can add additional information here that will be listed at %s/servers."] = ""; From 27267d8e63b9da9afdcbbd18be9e570753a02bd4 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Fri, 13 Apr 2018 07:21:05 +0200 Subject: [PATCH 412/430] update to the FI translation THX Kris --- view/lang/fi-fi/messages.po | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/view/lang/fi-fi/messages.po b/view/lang/fi-fi/messages.po index c49bde651b..172fe8ec33 100644 --- a/view/lang/fi-fi/messages.po +++ b/view/lang/fi-fi/messages.po @@ -15,7 +15,7 @@ msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-04-06 16:58+0200\n" -"PO-Revision-Date: 2018-04-10 18:27+0000\n" +"PO-Revision-Date: 2018-04-12 15:55+0000\n" "Last-Translator: Kris\n" "Language-Team: Finnish (Finland) (http://www.transifex.com/Friendica/friendica/language/fi_FI/)\n" "MIME-Version: 1.0\n" @@ -1298,15 +1298,15 @@ msgstr "Ole hyvä ja paina selaimesi 'Takaisin'-painiketta nyt, #: mod/crepair.php:129 mod/crepair.php:131 msgid "No mirroring" -msgstr "" +msgstr "Ei peilausta" #: mod/crepair.php:129 msgid "Mirror as forwarded posting" -msgstr "" +msgstr "Peilaa välitettynä julkaisuna" #: mod/crepair.php:129 mod/crepair.php:131 msgid "Mirror as my own posting" -msgstr "" +msgstr "Peilaa omana julkaisuna" #: mod/crepair.php:144 msgid "Return to contact editor" @@ -1334,7 +1334,7 @@ msgstr "" #: mod/crepair.php:152 msgid "Mirror postings from this contact" -msgstr "" +msgstr "Peilaa tämän kontaktin julkaisut" #: mod/crepair.php:154 msgid "" @@ -1561,7 +1561,7 @@ msgstr "" #: mod/newmember.php:40 msgid "Go to Your Site's Directory" -msgstr "" +msgstr "Näytä oman sivuston luettelo" #: mod/newmember.php:40 msgid "" @@ -1615,7 +1615,7 @@ msgstr "Avun saaminen" #: mod/newmember.php:54 msgid "Go to the Help Section" -msgstr "" +msgstr "Näytä ohjeet" #: mod/newmember.php:54 msgid "" @@ -1956,7 +1956,7 @@ msgstr "" #: mod/dfrn_confirm.php:396 msgid "Unable to set contact photo." -msgstr "" +msgstr "Kontaktin kuvaa ei voitu asettaa" #: mod/dfrn_confirm.php:498 #, php-format @@ -2387,7 +2387,7 @@ msgstr "" #: mod/profperm.php:115 mod/group.php:265 msgid "Click on a contact to add or remove." -msgstr "" +msgstr "Valitse kontakti, jota haluat poistaa tai lisätä." #: mod/profperm.php:124 msgid "Visible To" @@ -4861,7 +4861,7 @@ msgstr "" #: mod/lostpass.php:102 msgid "Request has expired, please make a new one." -msgstr "" +msgstr "Pyyntö on vanhentunut, tehkää uusi pyyntö." #: mod/lostpass.php:117 msgid "Forgot your Password?" @@ -4955,7 +4955,7 @@ msgstr "Rekisteröityminen onnistui." #: mod/register.php:115 msgid "Your registration can not be processed." -msgstr "" +msgstr "Rekisteröintisi ei voida käsitellä." #: mod/register.php:162 msgid "Your registration is pending approval by the site owner." @@ -5597,7 +5597,7 @@ msgstr "Tiedoston lataus" #: mod/admin.php:1350 msgid "Policies" -msgstr "" +msgstr "Käytännöt" #: mod/admin.php:1352 msgid "Auto Discovered Contact Directory" From 84d2906bb0b7cc6980297e9d405bda2b3e341fc1 Mon Sep 17 00:00:00 2001 From: Andy H3 Date: Fri, 13 Apr 2018 12:27:19 +0700 Subject: [PATCH 413/430] Update Accesskeys.md --- doc/Accesskeys.md | 100 +++++++++++++++++++++++----------------------- 1 file changed, 50 insertions(+), 50 deletions(-) diff --git a/doc/Accesskeys.md b/doc/Accesskeys.md index a1807e51f2..dcab6698da 100644 --- a/doc/Accesskeys.md +++ b/doc/Accesskeys.md @@ -8,81 +8,81 @@ Access keys are currently not available with the Frio theme. The specific key combinations depend on how your browser's the modifier key setting. For an overview of modifier keys in different browsers, have a lookat [Wikipedia](https://en.wikipedia.org/wiki/Access_key) article. -For example, for moving to profile page in Firefox, press these four keys simultaneously. +For example, for moving to profile page in Firefox, press these three keys simultaneously. -[Shift] [Alt] [:] [p] +[Shift] [Alt] [p] General ------- -* :p Profile -* :n Network -* :c Community -* :s Search -* :a Admin -* :f Notifications -* :u User menu +* p Profile +* n Network +* c Community +* s Search +* a Admin +* f Notifications +* u User menu ../community -------- -* :l Local community -* :g Global community +* l Local community +* g Global community ../profile -------- -* :m Status Messages and Posts -* :r Profile Details -* :h Photo Albums -* :v Videos -* :e Events and Calendar -* :t Personal Notes -* :k View Contacts +* m Status Messages and Posts +* r Profile Details +* h Photo Albums +* v Videos +* e Events and Calendar +* t Personal Notes +* k View Contacts ../contacts (contact list) --------- -* :g Suggestions -* :l Show all Contacts -* :o Only show unblocked contacts -* :b Only show blocked contacts -* :i Only show ignored contacts -* :y Only show archived contacts -* :h Only show hidden contacts +* g Suggestions +* l Show all Contacts +* o Only show unblocked contacts +* b Only show blocked contacts +* i Only show ignored contacts +* y Only show archived contacts +* h Only show hidden contacts ../contacts (single contact view) ------------------------------- -* :m Status messages -* :o Profile -* :t Contacts -* :d Common friends -* :r Advanced +* m Status messages +* o Profile +* t Contacts +* d Common friends +* r Advanced ../message -------- -* :m New message +* m New message ../network -------- -* :e Sort by Comment Date -* :t Sort by Post Date -* :r Conversation (Posts that mention or involve you) -* :w New posts -* :b Bookmarks -* :m Favourite Posts +* e Sort by Comment Date +* t Sort by Post Date +* r Conversation (Posts that mention or involve you) +* w New posts +* b Bookmarks +* m Favourite Posts ../notifications -------------- -* :y System -* :w Network -* :r Personal -* :h Home -* :i Introductions +* y System +* w Network +* r Personal +* h Home +* i Introductions ../settings --------- -* :o Account -* :t Additional features -* :w Social Networks -* :l Addons -* :d Delegations -* :b Connected apps -* :e Export personal data -* :r Remove account +* o Account +* t Additional features +* w Social Networks +* l Addons +* d Delegations +* b Connected apps +* e Export personal data +* r Remove account From 62102cad7406190ca8d6ef43df29f6d0476bea04 Mon Sep 17 00:00:00 2001 From: Andy H3 Date: Fri, 13 Apr 2018 12:29:10 +0700 Subject: [PATCH 414/430] Update Accesskeys.md --- doc/Accesskeys.md | 96 +++++++++++++++++++++++------------------------ 1 file changed, 48 insertions(+), 48 deletions(-) diff --git a/doc/Accesskeys.md b/doc/Accesskeys.md index dcab6698da..7434fc0498 100644 --- a/doc/Accesskeys.md +++ b/doc/Accesskeys.md @@ -14,75 +14,75 @@ For example, for moving to profile page in Firefox, press these three keys simul General ------- -* p Profile -* n Network -* c Community -* s Search -* a Admin -* f Notifications -* u User menu +* p - Profile +* n - Network +* c - Community +* s - Search +* a - Admin +* f - Notifications +* u - User menu ../community -------- -* l Local community -* g Global community +* l - Local community +* g - Global community ../profile -------- -* m Status Messages and Posts -* r Profile Details -* h Photo Albums -* v Videos -* e Events and Calendar -* t Personal Notes -* k View Contacts +* m - Status Messages and Posts +* r - Profile Details +* h - Photo Albums +* v - Videos +* e - Events and Calendar +* t - Personal Notes +* k - View Contacts ../contacts (contact list) --------- -* g Suggestions -* l Show all Contacts -* o Only show unblocked contacts -* b Only show blocked contacts -* i Only show ignored contacts -* y Only show archived contacts -* h Only show hidden contacts +* g - Suggestions +* l - Show all Contacts +* o - Only show unblocked contacts +* b - Only show blocked contacts +* i - Only show ignored contacts +* y - Only show archived contacts +* h - Only show hidden contacts ../contacts (single contact view) ------------------------------- -* m Status messages -* o Profile -* t Contacts -* d Common friends -* r Advanced +* m - Status messages +* o - Profile +* t - Contacts +* d - Common friends +* r - Advanced ../message -------- -* m New message +* m - New message ../network -------- -* e Sort by Comment Date -* t Sort by Post Date -* r Conversation (Posts that mention or involve you) -* w New posts -* b Bookmarks -* m Favourite Posts +* e - Sort by Comment Date +* t - Sort by Post Date +* r - Conversation (Posts that mention or involve you) +* w - New posts +* b - Bookmarks +* m - Favourite Posts ../notifications -------------- -* y System -* w Network -* r Personal -* h Home -* i Introductions +* y - System +* w - Network +* r - Personal +* h - Home +* i - Introductions ../settings --------- -* o Account -* t Additional features -* w Social Networks -* l Addons -* d Delegations -* b Connected apps -* e Export personal data -* r Remove account +* o - Account +* t - Additional features +* w - Social Networks +* l - Addons +* d - Delegations +* b - Connected apps +* e - Export personal data +* r - Remove account From 8686c1247896959bf3a6b61af806c8c9e924cfa2 Mon Sep 17 00:00:00 2001 From: Andy H3 Date: Fri, 13 Apr 2018 21:25:16 +0700 Subject: [PATCH 415/430] Update Account-Basics.md Minor changes to wording + rm dead link --- doc/Account-Basics.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/Account-Basics.md b/doc/Account-Basics.md index 6d7f86c085..9dbcadc0d1 100644 --- a/doc/Account-Basics.md +++ b/doc/Account-Basics.md @@ -7,10 +7,10 @@ Registration --- Not all Friendica sites allow open registration. -If registration is allowed, you will see a "Register" link immediately below the login prompt on the site home page. +If registration is allowed, you will see a "Register" link immediately below the login prompt on the site's home page. Following this link will take you to the site registration page. The strength of our network is that lots of different sites are all completely compatible with each other. -If the site you're visting doesn't allow registration, or you think you might prefer another one, you can find a [list of public servers here](https://dir.friendica.social/servers), and find one that meets your needs. +If the site you're visting doesn't allow registration, or you think you might prefer another one, there is a [list of public servers here](https://dir.friendica.social/servers) and hopefully you will find one that meets your needs. If you'd like to have your own server, you can do that too. Visit [the Friendica website](http://friendi.ca/) to download the code with setup instructions. @@ -44,7 +44,7 @@ A nickname is used to generate web addresses for many of your personal pages, an Due to the way that the nickname is used, it has some limitations. It must contain only US-ASCII text characters and numbers, and must also start with a text character. It also must be unique on this system. -This is used in many places to identify your account, and once set - cannot be changed. +This is used in many places to identify your account, and once set it cannot be changed. ###Directory Publishing @@ -59,7 +59,7 @@ Whichever you choose, this can be changed any time from your Settings page after Once you have provided the necessary details, click the 'Register' button. An email will be sent to you providing your account login details. -Please watch your email (including spam folders) for your registration details and initial password. +Please check your email (including spam folders) for your registration details and initial password. Login Page --- @@ -67,9 +67,9 @@ Login Page On the 'Login' page, please enter your login information that was provided during registration. You may use either your nickname or email address as a Login Name. -If you use your account to manage multiple '[Pages](help/Pages)' and these all have the same email address, please enter the nickname for the account you wish to manage. +If you use your account to manage other accounts and these all have the same email address, please enter the nickname for the account you wish to manage. -*If* your account has been OpenID enabled, you may use your OpenID address as a login name and leave the password blank. +If your account has been OpenID enabled, you may use your OpenID address as a login name and leave the password blank. You will be redirected to your OpenID provider to complete your authorisation. Otherwise, enter your password. @@ -84,7 +84,7 @@ After your first login, please visit the 'Settings' page from the top menu bar a Getting Started --- -A ['Tips for New Members'](newmember) link will show up on your network and home pages for two weeks to provide some important Getting Started information. +A link with ['Tips for New Members'](newmember) will show up on your network and home pages for two weeks providing key information for getting started. Retrieving Personal Data --- From eb01c61a56ec2c200e8a1f0516bfdadcda8135af Mon Sep 17 00:00:00 2001 From: Andy H3 Date: Fri, 13 Apr 2018 21:41:41 +0700 Subject: [PATCH 416/430] Update Account-Basics.md --- doc/Account-Basics.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/Account-Basics.md b/doc/Account-Basics.md index 9dbcadc0d1..7883a346fd 100644 --- a/doc/Account-Basics.md +++ b/doc/Account-Basics.md @@ -49,7 +49,7 @@ This is used in many places to identify your account, and once set it cannot be ###Directory Publishing -The registration form also allows you to choose whether or not to list your account in the online directory. +The registration form also allows you to choose whether or not to list your account in the online directory of your node. This is like a "phone book" and you may choose to be unlisted. We recommend that you select 'Yes' so that other people (friends, family, etc.) will be able to find you. If you choose 'No', you will essentially be invisible and have few opportunities for interaction. @@ -99,6 +99,8 @@ See Also * [Profiles](help/Profiles) +* [Global Directory](help/Making-Friends#1_1) + * [Groups and Privacy](help/Groups-and-Privacy) * [Move Account](help/Move-Account) From ce7f45119605a9a846a6ad3b11cdc1cbcc389ed2 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 13 Apr 2018 20:09:12 +0000 Subject: [PATCH 417/430] Don't show multiple calls from the "dba" class to show the essential parts of the callstack --- src/Core/System.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Core/System.php b/src/Core/System.php index 9d360dff0c..1db417eb88 100644 --- a/src/Core/System.php +++ b/src/Core/System.php @@ -64,8 +64,8 @@ class System extends BaseObject while ($func = array_pop($trace)) { if (!empty($func['class'])) { - // Don't show multiple calls from the same function (mostly used for "dba" class) - if (($previous['class'] != $func['class']) && ($previous['function'] != 'q')) { + // Don't show multiple calls from the "dba" class to show the essential parts of the callstack + if ((($previous['class'] != $func['class']) || ($func['class'] != 'dba')) && ($previous['function'] != 'q')) { $classparts = explode("\\", $func['class']); $callstack[] = array_pop($classparts).'::'.$func['function']; $previous = $func; From a53f01bacca156390799c94912264675fe0e47d8 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 14 Apr 2018 08:03:15 +0000 Subject: [PATCH 418/430] Update the "photo" and "thumb" field in the "profile" table --- src/Model/Contact.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Model/Contact.php b/src/Model/Contact.php index 644662e4ec..eeecac1465 100644 --- a/src/Model/Contact.php +++ b/src/Model/Contact.php @@ -220,6 +220,11 @@ class Contact extends BaseObject // Update the public contact as well dba::update('contact', $fields, ['uid' => 0, 'nurl' => $self['nurl']]); + + // Update the profile + $fields = ['photo' => System::baseUrl() . '/photo/profile/' .$uid . '.jpg', + 'thumb' => System::baseUrl() . '/photo/avatar/' . $uid .'.jpg']; + dba::update('profile', $fields, ['uid' => $uid, 'is-default' => true]); } } From c039c3083762f3f5b926a1a420f63bfa629b179d Mon Sep 17 00:00:00 2001 From: Andy H3 Date: Sat, 14 Apr 2018 16:27:49 +0700 Subject: [PATCH 419/430] Update Making-Friends.md Major changes to some outdated sections. Minor improvements, elsewhere. --- doc/Making-Friends.md | 68 ++++++++++++++++++++++++------------------- 1 file changed, 38 insertions(+), 30 deletions(-) diff --git a/doc/Making-Friends.md b/doc/Making-Friends.md index 448f125d79..d7f18298c5 100644 --- a/doc/Making-Friends.md +++ b/doc/Making-Friends.md @@ -3,21 +3,23 @@ Making Friends * [Home](help) -Friendship in Friendica can take on a great many different meanings. -But let's keep it simple, you want to be friends with somebody. +Friendship in Friendica can sometimes take on different meaning. +But let's keep it simple; you want to be friends with somebody. How do you do it? The Directories --- -Friendica has two different kinds of "address book": -The directory of the Friendica server you are registered on and the global directory that collects account information across all Friendica instances. +Friendica has two different kinds of "address book". +The directory of the Friendica server you are registered on and a global directory to which your and other Friendica servers submit account information. The first thing you can do is look at the **Directory**. The directory is split up into two parts. If you click the directory button, you will be presented with a list of all members (who chose to be listed) on your server. -You'll also see a link to the **Global Directory**. -If you click through to the global directory, you will be presented with a list of everybody who chose to be listed across all instances of Friendica. +You'll also see a link to a **Global Directory**. +There are several global directories across the globe that regularly exchange information with each other. +The specific global directory that you see usually depends on where your server is located. +If you click through to the global directory, you will be presented with a list of everybody who choses to be listed across all instances of Friendica. You will also see a "Show Community Forums" link, which will direct you to Groups, Forums and Fanpages. You connect to people, groups and forums in the same way, except groups and forums will automatically accept your introduction request, whereas a human will approve you manually. @@ -26,21 +28,18 @@ Connect to other Friendica users Visit their profile. Just beneath their profile picture will be the word 'Connect' (we're assuming this is an English language profile). -Click that 'Connect' button. -It will take you to a 'Connect' form. +Click that 'Connect' button and it will take you to a 'Connect' form. The form is going to ask you for your Identity Address. This is necessary so that this person's website can find yours. -What do you put in the box? - -If your Friendica site is called "demo.friendica.com" and your username/nickname on that site is "bob", you would put in "bob@demo.friendica.com". +If your Friendica site is called "demo.friendica.com" and your username/nickname on that site is "bob", you would enter "bob@demo.friendica.com" in this form. Notice this looks just like an email address. -It was meant to be that way. +It's meant to be that way. It's easy for people to remember. -You *could* also put in the URL of your "home" page, such as "http://demo.friendica.com/profile/bob", but the email-style address is certainly easier. +You *could* also put in the URL of your "home" page, such as "http://demo.friendica.com/profile/bob" instead of the email-style address. When you've submitted the connection page, it will take you back to your own site where you must then login (if necessary) and verify the connection request on *your* site. Once you've done this, the two websites can communicate with each other to complete the process (after your new friend has approved the request). @@ -51,31 +50,40 @@ This will take you through a similar process. Connect to users of alternate networks --- -###GNU Social, Twitter, Diaspora -You can also use your Identity Address or other people's Identity Addresses to become friends across networks. -The list of possible networks is growing all the time. -If you know (for instance) "bob" on gnusocial.de (a GNU Social site) you could put bob@gnusocial.de into your Contact page and become friends across networks. -(Or you can put in the URL to Bob's gnusocial.de page if you wish). +###Across the Federation and Fedivese +You can also use your Identity Address or other people's Identity Addresses to become friends across the so-called Federation/Fedivese of open source social media. +Currently, Friendica supports connections with people on diaspora*, Red, Hubzilla, GNU Social, StatusNet, Mastodon, Pleroma, socialhome, and ganggo platforms. -You can do the same for Twitter accounts and Diaspora accounts. +If you know (for instance) "alice" on gnusocial.net (a GNU Social site) you could put alice@gnusocial.net into your Contact page and become friends across networks. +Likwise you can put in the URL to Alice's gnusocial.net page, if you wish. +Note: Some versions of GNU Social software may require the full URL to your profile and may not work with the identity address. -In fact, you can "follow" almost anybody or any website that produces a syndication feed (RSS/Atom,etc.). -If we can find an information stream and a name to attach to the contact, we'll try to connect with them. +People on these networks can also initiate contact with you, if they know your contact details. + +###Other social media +If you server provides this functionality, you can also connect with people one +Twitter or important feeds from Tumblr, Wordpress, and many more. + +To connect, enter their contact details in the "connect" box on your "Contacts" page. ###Email If you have supplied your mailbox connection information on your Settings page, you can enter the email address of anybody that has sent you a message recently and have their email messages show up in your social stream. You can also reply to them from within Friendica. -People can also become friends with you from other networks. -If a friend of yours has an GNU Social account, they can become friends with you by putting your Friendica Identity Address into their GNU Social subscription dialog box. -A similar mechanism is available for Diaspora members, by putting your identity address into their search bar. +Create an email contact with for example Alice on Gmail, enter her email in following format "mailto:alice@gmail.no". +In order to avoid abuse or spam, you must have an email from Alice with the correct email address in your email inbox. -Note: Some versions of GNU Social software may require the full URL to your profile and may not work with the identity address. +Subscribing to mailing lists is done in the same way, but without the use of the "mailto:" prefix. +To subscribe to a mailing list, enter the email in following example format "mailling-list@list-server.net". + +###Syndication feeds +You can "follow" almost anybody or any website that produces a syndication feed (RSS/Atom,etc.). +If we can find an information stream and a name to attach to the contact, we'll try to connect with them. Notification --- When somebody requests friendship you will receive a notification. -You will need to approve this before the friendship is complete. +You will usually need to approve this before the friendship is complete. Approval --- @@ -84,16 +92,16 @@ Friendica does not allow this by default, as it would open a gateway for spam. Unilateral or bilateral friendships --- -When you receive a friendship notification from another Friendica member, you will have the option of allowing them as a "fan" or as a "friend". -If they are a fan, they can see what you have to say, including private communications that you send to them, but not vice versa. +When you receive a friendship notification from another Friendica member, you will have the option of allowing them as a "Follower" or as a "Friend". +If they are a follower, they can see what you have to say, including private communications that you send to them, but not vice versa. As a friend, you can both communicate with each other. -Diaspora uses a different terminology, and you are given the option of allowing them to "share with you", or being full friends. +diaspora* uses a different terminology, and you are given the option of allowing them to "share with you", or being full friends. Ignoring, blocking and deleting contacts --- Once you have become friends, if you find the person constantly sends you spam or worthless information, you can "Ignore" them - without breaking off the friendship or even alerting them to the fact that you aren't interested in anything they are saying. -In many ways they are like a "fan" - but they don't know this. +In many ways they are like a "follower" - but they don't know this. They think they are a friend. You can also "block" a person. From 991a3d959e658f4335ffb182d417e6edd3d8fcf4 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 15 Apr 2018 10:51:22 +0200 Subject: [PATCH 420/430] Revert "Remove SQL column legacy_password" This reverts commit 82f1f2f00e4493c3d1d4ff1df9161cc0957defee. --- database.sql | 1 + src/Database/DBStructure.php | 1 + src/Model/User.php | 6 ++++-- src/Util/ExAuth.php | 2 +- update.php | 7 +++++-- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/database.sql b/database.sql index c4b93e2873..aa87247db3 100644 --- a/database.sql +++ b/database.sql @@ -1019,6 +1019,7 @@ CREATE TABLE IF NOT EXISTS `user` ( `guid` varchar(64) NOT NULL DEFAULT '' COMMENT '', `username` varchar(255) NOT NULL DEFAULT '' COMMENT '', `password` varchar(255) NOT NULL DEFAULT '' COMMENT '', + `legacy_password` boolean NOT NULL DEFAULT '0' COMMENT 'Is the password hash double-hashed?', `nickname` varchar(255) NOT NULL DEFAULT '' COMMENT '', `email` varchar(255) NOT NULL DEFAULT '' COMMENT '', `openid` varchar(255) NOT NULL DEFAULT '' COMMENT '', diff --git a/src/Database/DBStructure.php b/src/Database/DBStructure.php index 275d9562bb..67c8d7b8a6 100644 --- a/src/Database/DBStructure.php +++ b/src/Database/DBStructure.php @@ -1726,6 +1726,7 @@ class DBStructure "guid" => ["type" => "varchar(64)", "not null" => "1", "default" => "", "comment" => ""], "username" => ["type" => "varchar(255)", "not null" => "1", "default" => "", "comment" => ""], "password" => ["type" => "varchar(255)", "not null" => "1", "default" => "", "comment" => ""], + "legacy_password" => ["type" => "boolean", "not null" => "1", "default" => "0", "comment" => "Is the password hash double-hashed?"], "nickname" => ["type" => "varchar(255)", "not null" => "1", "default" => "", "comment" => ""], "email" => ["type" => "varchar(255)", "not null" => "1", "default" => "", "comment" => ""], "openid" => ["type" => "varchar(255)", "not null" => "1", "default" => "", "comment" => ""], diff --git a/src/Model/User.php b/src/Model/User.php index 27f7ff66f7..d66c73d7eb 100644 --- a/src/Model/User.php +++ b/src/Model/User.php @@ -170,12 +170,13 @@ class User if (!isset($user['uid']) || !isset($user['password']) + || !isset($user['legacy_password']) ) { throw new Exception(L10n::t('Not enough information to authenticate')); } } elseif (is_int($user_info) || is_string($user_info)) { if (is_int($user_info)) { - $user = dba::selectFirst('user', ['uid', 'password'], + $user = dba::selectFirst('user', ['uid', 'password', 'legacy_password'], [ 'uid' => $user_info, 'blocked' => 0, @@ -185,7 +186,7 @@ class User ] ); } else { - $user = dba::fetch_first('SELECT `uid`, `password` + $user = dba::fetch_first('SELECT `uid`, `password`, `legacy_password` FROM `user` WHERE (`email` = ? OR `username` = ? OR `nickname` = ?) AND `blocked` = 0 @@ -276,6 +277,7 @@ class User 'password' => $pasword_hashed, 'pwdreset' => null, 'pwdreset_time' => null, + 'legacy_password' => false ]; return dba::update('user', $fields, ['uid' => $uid]); } diff --git a/src/Util/ExAuth.php b/src/Util/ExAuth.php index cdf663b42c..d4436e32af 100644 --- a/src/Util/ExAuth.php +++ b/src/Util/ExAuth.php @@ -226,7 +226,7 @@ class ExAuth if ($a->get_hostname() == $aCommand[2]) { $this->writeLog(LOG_INFO, 'internal auth for ' . $sUser . '@' . $aCommand[2]); - $aUser = dba::selectFirst('user', ['uid', 'password'], ['nickname' => $sUser]); + $aUser = dba::selectFirst('user', ['uid', 'password', 'legacy_password'], ['nickname' => $sUser]); if (DBM::is_result($aUser)) { $uid = $aUser['uid']; $success = User::authenticate($aUser, $aCommand[3]); diff --git a/update.php b/update.php index 0cbc0302fd..bc14b3a29f 100644 --- a/update.php +++ b/update.php @@ -149,9 +149,12 @@ function update_1203() { } function update_1244() { + // Sets legacy_password for all legacy hashes + dba::update('user', ['legacy_password' => true], ['SUBSTR(password, 1, 4) != "$2y$"']); + // All legacy hashes are re-hashed using the new secure hashing function - $stmt = dba::select('user', ['uid', 'password'], ['password NOT LIKE "$%"']); - while ($user = dba::fetch($stmt)) { + $stmt = dba::select('user', ['uid', 'password'], ['legacy_password' => true]); + while($user = dba::fetch($stmt)) { dba::update('user', ['password' => User::hashPassword($user['password'])], ['uid' => $user['uid']]); } From 360e2e6342499cc2fc071cc8a8c1729ca3cd3460 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 15 Apr 2018 11:12:32 +0200 Subject: [PATCH 421/430] Revert removal of legacy_password column https://github.com/friendica/friendica/pull/4782#issuecomment-380978218 --- src/Model/User.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/Model/User.php b/src/Model/User.php index d66c73d7eb..2621897f4e 100644 --- a/src/Model/User.php +++ b/src/Model/User.php @@ -128,12 +128,22 @@ class User $user = self::getAuthenticationInfo($user_info); if (strpos($user['password'], '$') === false) { + //Legacy hash that has not been replaced by a new hash yet if (self::hashPasswordLegacy($password) === $user['password']) { self::updatePassword($user['uid'], $password); + return $user['uid']; + } + } elseif (!empty($user['legacy_password'])) { + //Legacy hash that has been double-hashed and not replaced by a new hash yet + //Warning: `legacy_password` is not necessary in sync with the content of `password` + if (password_verify(self::hashPasswordLegacy($password), $user['password'])) { + self::updatePassword($user['uid'], $password); + return $user['uid']; } } elseif (password_verify($password, $user['password'])) { + //New password hash if (password_needs_rehash($user['password'], PASSWORD_DEFAULT)) { self::updatePassword($user['uid'], $password); } From d149541dba6f7f548e1cddd9ce3eb5ed00881e62 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 15 Apr 2018 11:39:05 +0200 Subject: [PATCH 422/430] notify admin when user deletes account --- include/enotify.php | 2 +- mod/removeme.php | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/include/enotify.php b/include/enotify.php index 68208ec5ac..39c74fdc64 100644 --- a/include/enotify.php +++ b/include/enotify.php @@ -357,7 +357,7 @@ function notification($params) if ($params['type'] == NOTIFY_SYSTEM) { switch($params['event']) { case "SYSTEM_REGISTER_REQUEST": - $subject = L10n::t('[Friendica System:Notify] registration request'); + $subject = L10n::t('[Friendica System Notify]') . ' ' . L10n::t('registration request'); $preamble = L10n::t('You\'ve received a registration request from \'%1$s\' at %2$s', $params['source_name'], $sitename); $epreamble = L10n::t('You\'ve received a [url=%1$s]registration request[/url] from %2$s.', diff --git a/mod/removeme.php b/mod/removeme.php index 0363bf9f32..252357c80d 100644 --- a/mod/removeme.php +++ b/mod/removeme.php @@ -7,6 +7,8 @@ use Friendica\Core\L10n; use Friendica\Core\System; use Friendica\Model\User; +require_once 'include/enotify.php'; + function removeme_post(App $a) { if (!local_user()) { @@ -29,6 +31,25 @@ function removeme_post(App $a) return; } + // send notification to admins so that they can clean um the backups + // send email to admins + $admin_mail_list = "'" . implode("','", array_map(dbesc, explode(",", str_replace(" ", "", $a->config['admin_email'])))) . "'"; + $adminlist = q("SELECT uid, language, email FROM user WHERE email IN (%s)", + $admin_mail_list + ); + foreach ($adminlist as $admin) { + notification([ + 'type' => SYSTEM_EMAIL, + 'subject' => L10n::t('[Friendica System Notify]') . ' ' . L10n::t('User deleted their account'), + 'preamble' => L10n::t('On your Friendica node an user deleted their account. Please ensure that their data is removed from the backups.'), + 'body' => L10n::t('The user id is %d', local_user()), + 'to_email' => $admin['email'], + 'uid' => $admin['uid'], + 'language' => $admin['language'] ? $admin['language'] : 'en', + 'show_in_notification_page' => false + ]); + } + if (User::authenticate($a->user, trim($_POST['qxz_password']))) { User::remove($a->user['uid']); // NOTREACHED From 6eba2ccd9bba904f2486eb0606d514dea3f7f441 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 15 Apr 2018 19:01:19 +0000 Subject: [PATCH 423/430] Forum posts now show the author when posted to Diaspora --- src/Protocol/Diaspora.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/Protocol/Diaspora.php b/src/Protocol/Diaspora.php index f8e4c11b24..5d69b13d75 100644 --- a/src/Protocol/Diaspora.php +++ b/src/Protocol/Diaspora.php @@ -3760,6 +3760,12 @@ class Diaspora $title = $item["title"]; $body = $item["body"]; + if ($item['author-link'] != $item['owner-link']) { + require_once 'mod/share.php'; + $body = share_header($item['author-name'], $item['author-link'], $item['author-avatar'], + "", $item['created'], $item['plink']) . $body . '[/share]'; + } + // convert to markdown $body = html_entity_decode(BBCode::toMarkdown($body)); From 537394e45c17b078cc8d5f73976f5d3821e44318 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 16 Apr 2018 07:09:08 +0200 Subject: [PATCH 424/430] update to the PL translation THX waldis --- view/lang/pl/messages.po | 34 +++++++++++++++++----------------- view/lang/pl/strings.php | 32 ++++++++++++++++---------------- 2 files changed, 33 insertions(+), 33 deletions(-) diff --git a/view/lang/pl/messages.po b/view/lang/pl/messages.po index d3781fc735..986f551d1b 100644 --- a/view/lang/pl/messages.po +++ b/view/lang/pl/messages.po @@ -39,7 +39,7 @@ msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-04-06 16:58+0200\n" -"PO-Revision-Date: 2018-04-10 19:14+0000\n" +"PO-Revision-Date: 2018-04-15 10:14+0000\n" "Last-Translator: Waldemar Stoczkowski \n" "Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n" "MIME-Version: 1.0\n" @@ -229,17 +229,17 @@ msgstr "%1$s[url=%2$s]udostępnił wpis[/url]." #: include/enotify.php:228 #, php-format msgid "[Friendica:Notify] %1$s poked you" -msgstr "[Friendica: Powiadomienie] %1$s poked you" +msgstr "[Friendica: Powiadomienie] %1$s zaczepia Cię" #: include/enotify.php:230 #, php-format msgid "%1$s poked you at %2$s" -msgstr "" +msgstr "%1$s zaczepił Cię %2$s" #: include/enotify.php:231 #, php-format msgid "%1$s [url=%2$s]poked you[/url]." -msgstr "" +msgstr "%1$s[url=%2$s] zaczepił Cię[/url]." #: include/enotify.php:247 #, php-format @@ -511,7 +511,7 @@ msgstr "%1$s jest teraz znajomym z %2$s" #: include/conversation.php:250 #, php-format msgid "%1$s poked %2$s" -msgstr "" +msgstr "%1$s zaczepił Cię %2$s" #: include/conversation.php:304 mod/tagger.php:110 #, php-format @@ -520,7 +520,7 @@ msgstr "%1$s zaznaczył %2$s'go %3$s przy użyciu %4$s" #: include/conversation.php:331 msgid "post/item" -msgstr "" +msgstr "stanowisko/pozycja" #: include/conversation.php:332 #, php-format @@ -1001,7 +1001,7 @@ msgstr "zaczep" #: include/text.php:1074 msgid "poked" -msgstr "zaczepiony" +msgstr "zaczepił Cię" #: include/text.php:1075 msgid "ping" @@ -1502,7 +1502,7 @@ msgstr "Pierwsze kroki" #: mod/newmember.php:17 msgid "Friendica Walk-Through" -msgstr "" +msgstr "Friendica Przejdź-Przez" #: mod/newmember.php:17 msgid "" @@ -2384,7 +2384,7 @@ msgstr "Wyślij zgłoszenie" #: mod/localtime.php:19 src/Model/Event.php:36 src/Model/Event.php:814 msgid "l F d, Y \\@ g:i A" -msgstr "l F d, R \\@ g:m AM/PM" +msgstr "" #: mod/localtime.php:33 msgid "Time Conversion" @@ -6969,7 +6969,7 @@ msgstr "Wbudowane wsparcie dla %s łączność jest %s" #: mod/settings.php:806 msgid "GNU Social (OStatus)" -msgstr "" +msgstr "GNU Społeczny (OStatus)" #: mod/settings.php:837 msgid "Email access is disabled on this site." @@ -7595,7 +7595,7 @@ msgstr "Jesteś oznaczony tagiem w poście" #: mod/settings.php:1264 msgid "You are poked/prodded/etc. in a post" -msgstr "" +msgstr "Jesteś zaczepiony/zaczepiona/itp. w poście" #: mod/settings.php:1266 msgid "Activate desktop notifications" @@ -8423,7 +8423,7 @@ msgstr "Łącze Diaspora" #: src/Content/ContactSelector.php:93 msgid "GNU Social Connector" -msgstr "" +msgstr "GNU Połączenie Społecznościowe" #: src/Content/ContactSelector.php:94 msgid "pnut" @@ -8431,7 +8431,7 @@ msgstr "" #: src/Content/ContactSelector.php:95 msgid "App.net" -msgstr "" +msgstr "App.net" #: src/Content/ContactSelector.php:125 msgid "Male" @@ -8459,7 +8459,7 @@ msgstr "Głównie kobieta" #: src/Content/ContactSelector.php:125 msgid "Transgender" -msgstr "" +msgstr "Transseksualny" #: src/Content/ContactSelector.php:125 msgid "Intersex" @@ -8961,12 +8961,12 @@ msgstr "Urodziny %s" #: src/Model/Event.php:53 src/Model/Event.php:70 src/Model/Event.php:419 #: src/Model/Event.php:882 msgid "Starts:" -msgstr "Start:" +msgstr "Rozpoczęcie:" #: src/Model/Event.php:56 src/Model/Event.php:76 src/Model/Event.php:420 #: src/Model/Event.php:886 msgid "Finishes:" -msgstr "Wykończenia:" +msgstr "Zakończenie:" #: src/Model/Event.php:368 msgid "all-day" @@ -9380,7 +9380,7 @@ msgstr "" #: view/theme/duepuntozero/config.php:57 msgid "easterbunny" -msgstr "" +msgstr "Zajączek wielkanocny" #: view/theme/duepuntozero/config.php:58 msgid "darkzero" diff --git a/view/lang/pl/strings.php b/view/lang/pl/strings.php index 705afb5fbb..72f28b4a15 100644 --- a/view/lang/pl/strings.php +++ b/view/lang/pl/strings.php @@ -49,9 +49,9 @@ $a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = "%1\$s [url=%2\$s]oznaczył $a->strings["[Friendica:Notify] %s shared a new post"] = "[Friendica:Powiadomienie] %s udostępnił nowy wpis"; $a->strings["%1\$s shared a new post at %2\$s"] = "%1\$sudostępnił nowy wpis na %2\$s "; $a->strings["%1\$s [url=%2\$s]shared a post[/url]."] = "%1\$s[url=%2\$s]udostępnił wpis[/url]."; -$a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica: Powiadomienie] %1\$s poked you"; -$a->strings["%1\$s poked you at %2\$s"] = ""; -$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = ""; +$a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica: Powiadomienie] %1\$s zaczepia Cię"; +$a->strings["%1\$s poked you at %2\$s"] = "%1\$s zaczepił Cię %2\$s"; +$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "%1\$s[url=%2\$s] zaczepił Cię[/url]."; $a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica:Powiadomienie] %s otagował Twój post"; $a->strings["%1\$s tagged your post at %2\$s"] = "%1\$soznaczyłeś swój wpis na %2\$s "; $a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$soznacz [url=%2\$s]twój post[/url]"; @@ -99,9 +99,9 @@ $a->strings["%1\$s attends %2\$s's %3\$s"] = "%1\$sbierze udział w %2\$s's%3\$s $a->strings["%1\$s doesn't attend %2\$s's %3\$s"] = "%1\$s nie uczestniczy %2\$s 's %3\$s"; $a->strings["%1\$s attends maybe %2\$s's %3\$s"] = "%1\$s może uczęszcza %2\$s 's %3\$s"; $a->strings["%1\$s is now friends with %2\$s"] = "%1\$s jest teraz znajomym z %2\$s"; -$a->strings["%1\$s poked %2\$s"] = ""; +$a->strings["%1\$s poked %2\$s"] = "%1\$s zaczepił Cię %2\$s"; $a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s zaznaczył %2\$s'go %3\$s przy użyciu %4\$s"; -$a->strings["post/item"] = ""; +$a->strings["post/item"] = "stanowisko/pozycja"; $a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s oznacz %2\$s's %3\$s jako ulubione"; $a->strings["Likes"] = "Lubię to"; $a->strings["Dislikes"] = "Nie lubię tego"; @@ -234,7 +234,7 @@ $a->strings["Tags"] = "Tagi"; $a->strings["Contacts"] = "Kontakty"; $a->strings["Forums"] = "Fora"; $a->strings["poke"] = "zaczep"; -$a->strings["poked"] = "zaczepiony"; +$a->strings["poked"] = "zaczepił Cię"; $a->strings["ping"] = "ping"; $a->strings["pinged"] = ""; $a->strings["prod"] = ""; @@ -353,7 +353,7 @@ $a->strings["Welcome to Friendica"] = "Witamy na Friendica"; $a->strings["New Member Checklist"] = "Lista nowych członków"; $a->strings["We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."] = "Chcielibyśmy zaproponować kilka porad i linków, które pomogą uczynić twoje doświadczenie przyjemnym. Kliknij dowolny element, aby odwiedzić odpowiednią stronę. Link do tej strony będzie widoczny na stronie głównej przez dwa tygodnie od czasu rejestracji, a następnie zniknie."; $a->strings["Getting Started"] = "Pierwsze kroki"; -$a->strings["Friendica Walk-Through"] = ""; +$a->strings["Friendica Walk-Through"] = "Friendica Przejdź-Przez"; $a->strings["On your Quick Start page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."] = "Na stronie Szybki start - znajdź krótkie wprowadzenie do swojego profilu i kart sieciowych, stwórz nowe połączenia i znajdź kilka grup do przyłączenia się."; $a->strings["Settings"] = "Ustawienia"; $a->strings["Go to Your Settings"] = "Idź do swoich ustawień"; @@ -545,7 +545,7 @@ $a->strings["Diaspora (Socialhome, Hubzilla)"] = "Diaspora (Socialhome, Hubzilla $a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = "- proszę nie używać tego formularza. Zamiast tego wpisz %s do paska wyszukiwania Diaspory."; $a->strings["Your Identity Address:"] = "Twój adres tożsamości:"; $a->strings["Submit Request"] = "Wyślij zgłoszenie"; -$a->strings["l F d, Y \\@ g:i A"] = "l F d, R \\@ g:m AM/PM"; +$a->strings["l F d, Y \\@ g:i A"] = ""; $a->strings["Time Conversion"] = "Zmiana czasu"; $a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica udostępnia tę usługę do udostępniania wydarzeń innym sieciom i znajomym w nieznanych strefach czasowych."; $a->strings["UTC time: %s"] = "Czas UTC %s"; @@ -1594,7 +1594,7 @@ $a->strings["Diaspora"] = "Diaspora"; $a->strings["enabled"] = "włączony"; $a->strings["disabled"] = "wyłączony"; $a->strings["Built-in support for %s connectivity is %s"] = "Wbudowane wsparcie dla %s łączność jest %s"; -$a->strings["GNU Social (OStatus)"] = ""; +$a->strings["GNU Social (OStatus)"] = "GNU Społeczny (OStatus)"; $a->strings["Email access is disabled on this site."] = "Dostęp do e-maila nie jest w pełni sprawny na tej stronie"; $a->strings["General Social Media Settings"] = "Ogólne ustawienia mediów społecznościowych"; $a->strings["Disable Content Warning"] = "Wyłącz ostrzeżenie o treści"; @@ -1736,7 +1736,7 @@ $a->strings["Someone writes a followup comment"] = "Ktoś pisze komentarz nawią $a->strings["You receive a private message"] = "Otrzymałeś prywatną wiadomość"; $a->strings["You receive a friend suggestion"] = "Otrzymane propozycje znajomych"; $a->strings["You are tagged in a post"] = "Jesteś oznaczony tagiem w poście"; -$a->strings["You are poked/prodded/etc. in a post"] = ""; +$a->strings["You are poked/prodded/etc. in a post"] = "Jesteś zaczepiony/zaczepiona/itp. w poście"; $a->strings["Activate desktop notifications"] = "Aktywuj powiadomienia na pulpicie"; $a->strings["Show desktop popup on new notifications"] = "Pokaż wyskakujące okienko dla nowych powiadomień"; $a->strings["Text-only notification emails"] = "E-maile z powiadomieniami tekstowymi"; @@ -1948,16 +1948,16 @@ $a->strings["Google+"] = "Google+"; $a->strings["pump.io"] = "pump.io"; $a->strings["Twitter"] = "Twitter"; $a->strings["Diaspora Connector"] = "Łącze Diaspora"; -$a->strings["GNU Social Connector"] = ""; +$a->strings["GNU Social Connector"] = "GNU Połączenie Społecznościowe"; $a->strings["pnut"] = ""; -$a->strings["App.net"] = ""; +$a->strings["App.net"] = "App.net"; $a->strings["Male"] = "Mężczyzna"; $a->strings["Female"] = "Kobieta"; $a->strings["Currently Male"] = "Obecnie mężczyzna"; $a->strings["Currently Female"] = "Obecnie Kobieta"; $a->strings["Mostly Male"] = "Głównie mężczyzna"; $a->strings["Mostly Female"] = "Głównie kobieta"; -$a->strings["Transgender"] = ""; +$a->strings["Transgender"] = "Transseksualny"; $a->strings["Intersex"] = "Interseksualne"; $a->strings["Transsexual"] = "Transseksualny"; $a->strings["Hermaphrodite"] = "Hermafrodyta"; @@ -2074,8 +2074,8 @@ $a->strings["Limited profile. This person will be unable to receive direct/perso $a->strings["Unable to retrieve contact information."] = "Nie można otrzymać informacji kontaktowych"; $a->strings["%s's birthday"] = "Urodziny %s"; $a->strings["Happy Birthday %s"] = "Urodziny %s"; -$a->strings["Starts:"] = "Start:"; -$a->strings["Finishes:"] = "Wykończenia:"; +$a->strings["Starts:"] = "Rozpoczęcie:"; +$a->strings["Finishes:"] = "Zakończenie:"; $a->strings["all-day"] = "cały dzień"; $a->strings["Jun"] = "cze"; $a->strings["Sept"] = "wrz"; @@ -2171,7 +2171,7 @@ $a->strings["Delete this item?"] = "Usunąć ten element?"; $a->strings["show fewer"] = "Pokaż mniej"; $a->strings["greenzero"] = ""; $a->strings["purplezero"] = ""; -$a->strings["easterbunny"] = ""; +$a->strings["easterbunny"] = "Zajączek wielkanocny"; $a->strings["darkzero"] = ""; $a->strings["comix"] = ""; $a->strings["slackr"] = ""; From 72a2896d1fa14393ffe1ee81bdcf98d608b85628 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 16 Apr 2018 09:27:16 +0200 Subject: [PATCH 425/430] profile data is transmitted to other nodes --- src/Module/Tos.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Module/Tos.php b/src/Module/Tos.php index a5ace51950..e08e5a1f45 100644 --- a/src/Module/Tos.php +++ b/src/Module/Tos.php @@ -50,6 +50,7 @@ class Tos extends BaseModule '$displayprivstatement' => Config::get('system', 'tosprivstatement'), '$privstatementtitle' => L10n::t("Privacy Statement"), '$privoperate' => L10n::t('At the time of registration, and for providing communications between the user account and their contacts, the user has to provide a display name (pen name), an username (nickname) and a working email address. The names will be accessible on the profile page of the account by any visitor of the page, even if other profile details are not displayed. The email address will only be used to send the user notifications about interactions, but wont be visibly displayed. The listing of an account in the node\'s user directory or the global user directory is optional and can be controlled in the user settings, it is not necessary for communication.'), + '$privdistribute' => L10n::t('This data is required for communication and is passed on to the nodes of the communication partners. Users can enter additional private data that may be transmitted to the communication partners accounts.'), '$privdelete' => L10n::t('At any point in time a logged in user can export their account data from the account settings. If the user wants to delete their account they can do so at %1$s/removeme. The deletion of the account will be permanent.', System::baseurl()) ]); } else { From f3c8631cbd9c31a0eb324fcf5b1b58b33c0c7ad1 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 16 Apr 2018 10:25:39 +0200 Subject: [PATCH 426/430] display the thing --- view/templates/tos.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/view/templates/tos.tpl b/view/templates/tos.tpl index 0f3d3c24be..2355678988 100644 --- a/view/templates/tos.tpl +++ b/view/templates/tos.tpl @@ -5,6 +5,7 @@ {{if $displayprivstatement}}

    {{$privstatementtitle}}

    {{$privoperate}}

    +

    {{$privdistribute}}

    {{$privdelete}}

    {{/if}} From 150843af5f816cc0a54307bb5842bf45b5022101 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 16 Apr 2018 17:28:19 +0200 Subject: [PATCH 427/430] new info mail address --- mod/friendica.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/friendica.php b/mod/friendica.php index 43e5183598..661c4bf98d 100644 --- a/mod/friendica.php +++ b/mod/friendica.php @@ -86,7 +86,7 @@ function friendica_content(App $a) $o .= L10n::t('Bug reports and issues: please visit') . ' ' . ''.L10n::t('the bugtracker at github').''; $o .= '

    ' . PHP_EOL; $o .= '

    '; - $o .= L10n::t('Suggestions, praise, donations, etc. - please email "Info" at Friendica - dot com'); + $o .= L10n::t('Suggestions, praise, etc. - please email "info" at "friendi - dot - ca'); $o .= '

    ' . PHP_EOL; $visible_addons = []; From 6f7de87088f96e3009a7ae7ba5ddc0328353e688 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 17 Apr 2018 07:17:46 +0200 Subject: [PATCH 428/430] update to the FI translation THX Kris --- view/lang/fi-fi/messages.po | 154 +++++++++++++++---------------- view/lang/fi-fi/strings.php | 174 ++++++++++++++++++------------------ 2 files changed, 164 insertions(+), 164 deletions(-) diff --git a/view/lang/fi-fi/messages.po b/view/lang/fi-fi/messages.po index 172fe8ec33..e261c5d2eb 100644 --- a/view/lang/fi-fi/messages.po +++ b/view/lang/fi-fi/messages.po @@ -15,7 +15,7 @@ msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-04-06 16:58+0200\n" -"PO-Revision-Date: 2018-04-12 15:55+0000\n" +"PO-Revision-Date: 2018-04-16 19:25+0000\n" "Last-Translator: Kris\n" "Language-Team: Finnish (Finland) (http://www.transifex.com/Friendica/friendica/language/fi_FI/)\n" "MIME-Version: 1.0\n" @@ -51,21 +51,21 @@ msgstr "'%s' tietokantapalvelimen DNS-tieto ei löydy" #, php-format msgid "Daily posting limit of %d post reached. The post was rejected." msgid_plural "Daily posting limit of %d posts reached. The post was rejected." -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Päivittäinen julkaisuraja (%d) on tullut täyteen. Julkaisu hylätty." +msgstr[1] "Päivittäinen julkaisuraja (%d) on tullut täyteen. Julkaisu hylätty." #: include/api.php:1223 #, php-format msgid "Weekly posting limit of %d post reached. The post was rejected." msgid_plural "" "Weekly posting limit of %d posts reached. The post was rejected." -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Viikottainen julkaisuraja (%d) on tullut täyteen. Julkaisu hylätty." +msgstr[1] "Viikottainen julkaisuraja (%d) on tullut täyteen. Julkaisu hylätty." #: include/api.php:1247 #, php-format msgid "Monthly posting limit of %d post reached. The post was rejected." -msgstr "" +msgstr "Kuukausittainen julkaisuraja (%d) on tullut täyteen. Julkaisu hylätty." #: include/api.php:4400 mod/photos.php:88 mod/photos.php:194 #: mod/photos.php:722 mod/photos.php:1149 mod/photos.php:1166 @@ -277,7 +277,7 @@ msgstr "[Friendica:Notify] Kaveripyyntö vastaanotettu" #: include/enotify.php:307 #, php-format msgid "You've received a friend suggestion from '%1$s' at %2$s" -msgstr "" +msgstr "Sait kaverikutsun henkilöltä '%1$s' (%2$s)" #: include/enotify.php:308 #, php-format @@ -1665,7 +1665,7 @@ msgstr "Haluatko varmasti poistaa ehdotuksen?" msgid "" "No suggestions available. If this is a new site, please try again in 24 " "hours." -msgstr "" +msgstr "Ehdotuksia ei löydy. Jos tämä on uusi sivusto, kokeile uudelleen vuorokauden kuluttua." #: mod/suggest.php:84 mod/suggest.php:104 msgid "Ignore/Hide" @@ -1913,7 +1913,7 @@ msgstr "OpenID -protokollavirhe. Tunnusta ei vastaanotettu." #: mod/openid.php:66 msgid "" "Account not found and OpenID registration is not permitted on this site." -msgstr "" +msgstr "Käyttäjätiliä ei löytynyt. Rekisteröityminen OpenID:n kautta ei ole sallittua tällä sivustolla." #: mod/openid.php:116 src/Module/Login.php:86 src/Module/Login.php:134 msgid "Login failed." @@ -2294,7 +2294,7 @@ msgstr "Ystävä/yhteyspyyntö" msgid "" "Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, " "testuser@gnusocial.de" -msgstr "" +msgstr "Esim. jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de" #: mod/dfrn_request.php:652 mod/follow.php:149 msgid "Please answer the following:" @@ -2418,7 +2418,7 @@ msgstr "Poista tilini" msgid "" "This will completely remove your account. Once this has been done it is not " "recoverable." -msgstr "" +msgstr "Tämä poistaa käyttäjätilisi pysyvästi. Poistoa ei voi perua myöhemmin." #: mod/removeme.php:57 msgid "Please enter your password for verification:" @@ -2515,7 +2515,7 @@ msgstr "Ei enää järjestelmäilmoituksia." #: mod/ping.php:292 msgid "{0} wants to be your friend" -msgstr "" +msgstr "{0} lähetti kaveripyynnön" #: mod/ping.php:307 msgid "{0} sent you a message" @@ -2617,7 +2617,7 @@ msgstr "Kohteet joilla tunnisteet: %s" #: mod/search.php:236 mod/contacts.php:819 #, php-format msgid "Results for: %s" -msgstr "" +msgstr "Tulokset haulla: %s" #: mod/bookmarklet.php:23 src/Content/Nav.php:114 src/Module/Login.php:312 msgid "Login" @@ -2928,7 +2928,7 @@ msgstr "Henkilökohtainen" #: mod/network.php:943 msgid "Posts that mention or involve you" -msgstr "" +msgstr "Julkaisut jotka liittyvät sinuun" #: mod/network.php:951 msgid "New" @@ -3373,7 +3373,7 @@ msgstr "Tietokannan käyttäjän salasana" #: mod/install.php:239 msgid "For security reasons the password must not be empty" -msgstr "" +msgstr "Turvallisuussyistä salasanakenttä ei saa olla tyhjä" #: mod/install.php:240 msgid "Database Name" @@ -3666,7 +3666,7 @@ msgstr "Kontakti puuttuu." #: mod/ostatus_subscribe.php:40 msgid "Couldn't fetch information for contact." -msgstr "" +msgstr "Kontaktin tietoja ei voitu hakea." #: mod/ostatus_subscribe.php:50 msgid "Couldn't fetch friends for contact." @@ -3985,7 +3985,7 @@ msgstr "BBCode" #: mod/babel.php:110 msgid "Markdown" -msgstr "" +msgstr "Markdown" #: mod/babel.php:111 msgid "HTML" @@ -4568,7 +4568,7 @@ msgstr "Arkistoitu tällä hetkellä" #: mod/contacts.php:645 msgid "Awaiting connection acknowledge" -msgstr "" +msgstr "Odotetaan yhteyden kuittausta" #: mod/contacts.php:646 msgid "" @@ -4813,7 +4813,7 @@ msgstr "" #: mod/lostpass.php:39 msgid "Password reset request issued. Check your email." -msgstr "" +msgstr "Salasanan nollauspyyntö lähetetty. Tarkista sähköpostisi." #: mod/lostpass.php:45 #, php-format @@ -4959,7 +4959,7 @@ msgstr "Rekisteröintisi ei voida käsitellä." #: mod/register.php:162 msgid "Your registration is pending approval by the site owner." -msgstr "" +msgstr "Rekisteröintisi odottaa ylläpitäjän hyväksyntää." #: mod/register.php:220 msgid "" @@ -4979,7 +4979,7 @@ msgstr "OpenID -tunnus (valinnainen):" #: mod/register.php:234 msgid "Include your profile in member directory?" -msgstr "" +msgstr "Lisää profiilisi jäsenluetteloon?" #: mod/register.php:259 msgid "Note for the admin" @@ -5239,7 +5239,7 @@ msgstr "Lisää merkintä" #: mod/admin.php:369 msgid "Save changes to the blocklist" -msgstr "" +msgstr "Tallenna muutoksia estolistaan" #: mod/admin.php:370 msgid "Current Entries in the Blocklist" @@ -5353,7 +5353,7 @@ msgstr "" #: mod/admin.php:564 msgid "Item marked for deletion." -msgstr "" +msgstr "Kohde merkitty poistettavaksi." #: mod/admin.php:635 msgid "unknown" @@ -5457,7 +5457,7 @@ msgstr "" #: mod/admin.php:818 mod/admin.php:1741 msgid "Public Forum Account" -msgstr "" +msgstr "Julkinen foorumitili" #: mod/admin.php:819 mod/admin.php:1742 msgid "Automatic Friend Account" @@ -5465,11 +5465,11 @@ msgstr "" #: mod/admin.php:820 msgid "Blog Account" -msgstr "" +msgstr "Blogitili" #: mod/admin.php:821 msgid "Private Forum Account" -msgstr "" +msgstr "Yksityinen foorumitili" #: mod/admin.php:843 msgid "Message queues" @@ -5481,7 +5481,7 @@ msgstr "Yhteenveto" #: mod/admin.php:851 msgid "Registered users" -msgstr "" +msgstr "Rekisteröityneet käyttäjät" #: mod/admin.php:853 msgid "Pending registrations" @@ -5505,11 +5505,11 @@ msgstr "Sivuston asetukset päivitettiin." #: mod/admin.php:1236 mod/settings.php:905 msgid "No special theme for mobile devices" -msgstr "" +msgstr "Ei mobiiliteemaa" #: mod/admin.php:1265 msgid "No community page" -msgstr "" +msgstr "Ei yhteisösivua" #: mod/admin.php:1266 msgid "Public postings from users of this site" @@ -5557,7 +5557,7 @@ msgstr "Suljettu" #: mod/admin.php:1311 msgid "Requires approval" -msgstr "" +msgstr "Edellyttää hyväksyntää" #: mod/admin.php:1312 msgid "Open" @@ -5643,7 +5643,7 @@ msgstr "Banneri/logo" #: mod/admin.php:1363 msgid "Shortcut icon" -msgstr "" +msgstr "Pikakuvake" #: mod/admin.php:1363 msgid "Link to an icon that will be used for browsers." @@ -5688,7 +5688,7 @@ msgstr "Mobiili järjestelmäteema" #: mod/admin.php:1368 msgid "Theme for mobile devices" -msgstr "" +msgstr "Mobiiliteema" #: mod/admin.php:1369 msgid "SSL link policy" @@ -5998,7 +5998,7 @@ msgstr "Salli Diaspora-tuki" #: mod/admin.php:1403 msgid "Provide built-in Diaspora network compatibility." -msgstr "" +msgstr "Ota käyttöön Diaspora-yhteensopivuus" #: mod/admin.php:1404 msgid "Only allow Friendica contacts" @@ -6008,7 +6008,7 @@ msgstr "Salli ainoastaan Friendica -kontakteja" msgid "" "All contacts must use Friendica protocols. All other built-in communication " "protocols disabled." -msgstr "" +msgstr "Kaikkien kontaktien on käytettävä Friendica-protokollaa. Kaikki muut protokollat poistetaan käytöstä." #: mod/admin.php:1405 msgid "Verify SSL" @@ -6128,7 +6128,7 @@ msgstr "" #: mod/admin.php:1419 msgid "Search the local directory" -msgstr "" +msgstr "Paikallisluettelohaku" #: mod/admin.php:1419 msgid "" @@ -6139,7 +6139,7 @@ msgstr "" #: mod/admin.php:1421 msgid "Publish server information" -msgstr "" +msgstr "Julkaise palvelintiedot" #: mod/admin.php:1421 msgid "" @@ -6730,7 +6730,7 @@ msgstr "Päällä" #: mod/admin.php:2429 #, php-format msgid "Lock feature %s" -msgstr "" +msgstr "Lukitse ominaisuus %s" #: mod/admin.php:2437 msgid "Manage Additional Features" @@ -6778,11 +6778,11 @@ msgstr "" #: mod/settings.php:384 src/Model/User.php:325 msgid "Passwords do not match. Password unchanged." -msgstr "" +msgstr "Salasanat eivät täsmää. Salasana ennallaan." #: mod/settings.php:389 msgid "Empty passwords are not allowed. Password unchanged." -msgstr "" +msgstr "Tyhjä salasanakenttä ei ole sallittu. Salasana ennallaan." #: mod/settings.php:394 src/Core/Console/NewPassword.php:78 msgid "" @@ -6852,11 +6852,11 @@ msgstr "Uudelleenohjaus" #: mod/settings.php:681 mod/settings.php:707 msgid "Icon url" -msgstr "" +msgstr "Kuvakkeen URL-osoite" #: mod/settings.php:692 msgid "You can't edit this application." -msgstr "" +msgstr "Et voi muokata tätä sovellusta." #: mod/settings.php:735 msgid "Connected Apps" @@ -6996,7 +6996,7 @@ msgstr "IMAP-porttti:" #: mod/settings.php:865 msgid "Security:" -msgstr "" +msgstr "Turvallisuus:" #: mod/settings.php:865 mod/settings.php:870 msgid "None" @@ -7208,7 +7208,7 @@ msgstr "" #: mod/settings.php:1069 msgid "Normal Account Page" -msgstr "" +msgstr "Tavallinen käyttäjätili" #: mod/settings.php:1070 msgid "" @@ -7555,7 +7555,7 @@ msgstr "" #: mod/settings.php:1272 msgid "Show detailled notifications" -msgstr "" +msgstr "Näytä yksityiskohtaiset ilmoitukset" #: mod/settings.php:1274 msgid "" @@ -7615,7 +7615,7 @@ msgstr[1] "" #: src/Core/UserImport.php:278 msgid "Done. You can now login with your username and password" -msgstr "" +msgstr "Suoritettu. Voit nyt kirjautua sisään käyttäjätunnuksellasi." #: src/Core/NotificationsManager.php:171 msgid "System" @@ -7688,7 +7688,7 @@ msgstr "Viesti sähköpostiin" #: src/Core/ACL.php:301 msgid "Hide your profile details from unknown viewers?" -msgstr "" +msgstr "Piilota profiilitietosi tuntemattomilta?" #: src/Core/ACL.php:300 #, php-format @@ -8179,7 +8179,7 @@ msgstr "" #: src/Content/Feature.php:120 msgid "Star Posts" -msgstr "" +msgstr "Tähtimerkityt julkaisut" #: src/Content/Feature.php:120 msgid "Ability to mark special posts with a star indicator" @@ -8238,19 +8238,19 @@ msgstr[1] "" #: src/Content/Widget.php:59 msgid "Find People" -msgstr "" +msgstr "Löydä ihmisiä" #: src/Content/Widget.php:60 msgid "Enter name or interest" -msgstr "" +msgstr "Syötä nimi tai harrastus" #: src/Content/Widget.php:62 msgid "Examples: Robert Morgenstein, Fishing" -msgstr "" +msgstr "Esim. Matti Meikäläinen, kalastus yms." #: src/Content/Widget.php:65 view/theme/vier/theme.php:202 msgid "Similar Interests" -msgstr "" +msgstr "Yhteiset harrastukset" #: src/Content/Widget.php:66 msgid "Random Profile" @@ -8262,7 +8262,7 @@ msgstr "Kutsu kavereita" #: src/Content/Widget.php:68 msgid "View Global Directory" -msgstr "" +msgstr "Katso maailmanlaajuista luetteloa" #: src/Content/Widget.php:159 msgid "Networks" @@ -8377,11 +8377,11 @@ msgstr "Nainen" #: src/Content/ContactSelector.php:125 msgid "Currently Male" -msgstr "" +msgstr "Tällä hetkellä mies" #: src/Content/ContactSelector.php:125 msgid "Currently Female" -msgstr "" +msgstr "Tällä hetkellä nainen" #: src/Content/ContactSelector.php:125 msgid "Mostly Male" @@ -8393,23 +8393,23 @@ msgstr "" #: src/Content/ContactSelector.php:125 msgid "Transgender" -msgstr "" +msgstr "Transsukupuolinen" #: src/Content/ContactSelector.php:125 msgid "Intersex" -msgstr "" +msgstr "Intersukupuolinen" #: src/Content/ContactSelector.php:125 msgid "Transsexual" -msgstr "" +msgstr "Transsukupuolinen" #: src/Content/ContactSelector.php:125 msgid "Hermaphrodite" -msgstr "" +msgstr "Hermafrodiitti" #: src/Content/ContactSelector.php:125 msgid "Neuter" -msgstr "" +msgstr "Neutri" #: src/Content/ContactSelector.php:125 msgid "Non-specific" @@ -8469,7 +8469,7 @@ msgstr "" #: src/Content/ContactSelector.php:147 msgid "Nonsexual" -msgstr "" +msgstr "Aseksuaali" #: src/Content/ContactSelector.php:169 msgid "Single" @@ -8537,7 +8537,7 @@ msgstr "Kumppanit" #: src/Content/ContactSelector.php:169 msgid "Cohabiting" -msgstr "" +msgstr "Avoliitossa" #: src/Content/ContactSelector.php:169 msgid "Common law" @@ -8585,7 +8585,7 @@ msgstr "Epävarma" #: src/Content/ContactSelector.php:169 msgid "It's complicated" -msgstr "" +msgstr "Se on monimutkaista" #: src/Content/ContactSelector.php:169 msgid "Don't care" @@ -8614,7 +8614,7 @@ msgstr "" msgid "" "The error message is\n" "[pre]%s[/pre]" -msgstr "" +msgstr "Virheviesti on\n[pre]%s[/pre]" #: src/Database/DBStructure.php:191 #, php-format @@ -8622,7 +8622,7 @@ msgid "" "\n" "Error %d occurred during database update:\n" "%s\n" -msgstr "" +msgstr "\n%d virhe tapahtui tietokannan päivityksen aikana:\n%s\n" #: src/Database/DBStructure.php:194 msgid "Errors encountered performing database changes: " @@ -8643,7 +8643,7 @@ msgstr "[ei aihetta]" #: src/Model/Profile.php:97 msgid "Requested account is not available." -msgstr "" +msgstr "Pyydetty käyttäjätili ei ole saatavilla." #: src/Model/Profile.php:168 src/Model/Profile.php:399 #: src/Model/Profile.php:859 @@ -8757,7 +8757,7 @@ msgstr "Foorumit:" #: src/Model/Profile.php:949 msgid "Only You Can See This" -msgstr "" +msgstr "Vain sinä näet tämän" #: src/Model/Item.php:1676 #, php-format @@ -8799,7 +8799,7 @@ msgstr "Muokkaa ryhmää" #: src/Model/Group.php:406 msgid "Contacts not in any group" -msgstr "" +msgstr "Kontaktit ilman ryhmää" #: src/Model/Group.php:407 msgid "Create a new group" @@ -8811,7 +8811,7 @@ msgstr "Muokkaa ryhmiä" #: src/Model/Contact.php:645 msgid "Drop Contact" -msgstr "" +msgstr "Poista kontakti" #: src/Model/Contact.php:1048 msgid "Organisation" @@ -8827,7 +8827,7 @@ msgstr "Keskustelupalsta" #: src/Model/Contact.php:1233 msgid "Connect URL missing." -msgstr "" +msgstr "Yhteys URL-linkki puuttuu." #: src/Model/Contact.php:1242 msgid "" @@ -8916,7 +8916,7 @@ msgstr "Syy." #: src/Model/Event.php:417 msgid "No events to display" -msgstr "" +msgstr "Ei näytettäviä tapahtumia." #: src/Model/Event.php:543 msgid "l, F j" @@ -9018,7 +9018,7 @@ msgstr "" #: src/Model/User.php:431 msgid "SERIOUS ERROR: Generation of security keys failed." -msgstr "" +msgstr "VAKAVA VIRHE: Salausavainten luominen epäonnistui." #: src/Model/User.php:464 src/Model/User.php:468 msgid "An error occurred during registration. Please try again." @@ -9117,7 +9117,7 @@ msgstr "ei enää seuraa" #: src/Protocol/DFRN.php:1477 #, php-format msgid "%s\\'s birthday" -msgstr "" +msgstr "%s\\ käyttäjän syntymäpäivä" #: src/Protocol/Diaspora.php:2651 msgid "Sharing notification from Diaspora network" @@ -9440,11 +9440,11 @@ msgstr "Värimalli" #: view/theme/quattro/config.php:78 msgid "Posts font size" -msgstr "" +msgstr "Julkaisujen fonttikoko" #: view/theme/quattro/config.php:79 msgid "Textareas font size" -msgstr "" +msgstr "Tekstikenttien fonttikoko" #: view/theme/vier/config.php:75 msgid "Comma separated list of helper forums" @@ -9472,11 +9472,11 @@ msgstr "Yhdistä palvelut" #: view/theme/vier/config.php:127 view/theme/vier/theme.php:199 msgid "Find Friends" -msgstr "" +msgstr "Etsi kavereita" #: view/theme/vier/config.php:128 view/theme/vier/theme.php:181 msgid "Last users" -msgstr "" +msgstr "Viimeisimmät käyttäjät" #: view/theme/vier/theme.php:200 msgid "Local Directory" @@ -9493,4 +9493,4 @@ msgstr "Mobiilisivusto päälle/pois" #: boot.php:791 #, php-format msgid "Update %s failed. See error logs." -msgstr "" +msgstr "%s päivitys epäonnistui, katso virhelokit." diff --git a/view/lang/fi-fi/strings.php b/view/lang/fi-fi/strings.php index 5bf2c3754f..808558b651 100644 --- a/view/lang/fi-fi/strings.php +++ b/view/lang/fi-fi/strings.php @@ -11,14 +11,14 @@ $a->strings["Welcome back "] = "Tervetuloa takaisin"; $a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = ""; $a->strings["Cannot locate DNS info for database server '%s'"] = "'%s' tietokantapalvelimen DNS-tieto ei löydy"; $a->strings["Daily posting limit of %d post reached. The post was rejected."] = [ - 0 => "", - 1 => "", + 0 => "Päivittäinen julkaisuraja (%d) on tullut täyteen. Julkaisu hylätty.", + 1 => "Päivittäinen julkaisuraja (%d) on tullut täyteen. Julkaisu hylätty.", ]; $a->strings["Weekly posting limit of %d post reached. The post was rejected."] = [ - 0 => "", - 1 => "", + 0 => "Viikottainen julkaisuraja (%d) on tullut täyteen. Julkaisu hylätty.", + 1 => "Viikottainen julkaisuraja (%d) on tullut täyteen. Julkaisu hylätty.", ]; -$a->strings["Monthly posting limit of %d post reached. The post was rejected."] = ""; +$a->strings["Monthly posting limit of %d post reached. The post was rejected."] = "Kuukausittainen julkaisuraja (%d) on tullut täyteen. Julkaisu hylätty."; $a->strings["Profile Photos"] = "Profiilin valokuvat"; $a->strings["Friendica Notification"] = "Friendica-huomautus"; $a->strings["Thank You,"] = "Kiitos,"; @@ -61,7 +61,7 @@ $a->strings["%1\$s is sharing with you at %2\$s"] = ""; $a->strings["[Friendica:Notify] You have a new follower"] = "[Friendica:Notify] Sinulla on uusi seuraaja"; $a->strings["You have a new follower at %2\$s : %1\$s"] = "Sinulla on uusi seuraaja sivustolla %2\$s : %1\$s"; $a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica:Notify] Kaveripyyntö vastaanotettu"; -$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = ""; +$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "Sait kaverikutsun henkilöltä '%1\$s' (%2\$s)"; $a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = ""; $a->strings["Name:"] = "Nimi:"; $a->strings["Photo:"] = "Kuva:"; @@ -300,14 +300,14 @@ $a->strings["Contact update failed."] = "Kontaktipäivitys epäonnistui."; $a->strings["Contact not found."] = "Kontaktia ei ole."; $a->strings["WARNING: This is highly advanced and if you enter incorrect information your communications with this contact may stop working."] = "VAROITUS: Tämä on erittäin vaativaa ja jos kirjoitat virheellisiä tietoja, viestintäsi tämän henkilön kanssa voi lakata toimimasta."; $a->strings["Please use your browser 'Back' button now if you are uncertain what to do on this page."] = "Ole hyvä ja paina selaimesi 'Takaisin'-painiketta nyt, jos olet epävarma tämän sivun toiminnoista."; -$a->strings["No mirroring"] = ""; -$a->strings["Mirror as forwarded posting"] = ""; -$a->strings["Mirror as my own posting"] = ""; +$a->strings["No mirroring"] = "Ei peilausta"; +$a->strings["Mirror as forwarded posting"] = "Peilaa välitettynä julkaisuna"; +$a->strings["Mirror as my own posting"] = "Peilaa omana julkaisuna"; $a->strings["Return to contact editor"] = "Palaa kontaktin muokkaamiseen"; $a->strings["Refetch contact data"] = ""; $a->strings["Submit"] = "Lähetä"; $a->strings["Remote Self"] = ""; -$a->strings["Mirror postings from this contact"] = ""; +$a->strings["Mirror postings from this contact"] = "Peilaa tämän kontaktin julkaisut"; $a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = ""; $a->strings["Name"] = "Nimi"; $a->strings["Account Nickname"] = "Tilin lempinimi"; @@ -353,7 +353,7 @@ $a->strings["Importing Emails"] = "Sähköpostin tuominen"; $a->strings["Enter your email access information on your Connector Settings page if you wish to import and interact with friends or mailing lists from your email INBOX"] = ""; $a->strings["Go to Your Contacts Page"] = "Näytä minun kontaktit"; $a->strings["Your Contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the Add New Contact dialog."] = ""; -$a->strings["Go to Your Site's Directory"] = ""; +$a->strings["Go to Your Site's Directory"] = "Näytä oman sivuston luettelo"; $a->strings["The Directory page lets you find other people in this network or other federated sites. Look for a Connect or Follow link on their profile page. Provide your own Identity Address if requested."] = ""; $a->strings["Finding New People"] = "Kavereiden hankkiminen"; $a->strings["On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours."] = ""; @@ -363,7 +363,7 @@ $a->strings["Once you have made some friends, organize them into private convers $a->strings["Why Aren't My Posts Public?"] = "Miksi julkaisuni eivät ole julkisia?"; $a->strings["Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above."] = ""; $a->strings["Getting Help"] = "Avun saaminen"; -$a->strings["Go to the Help Section"] = ""; +$a->strings["Go to the Help Section"] = "Näytä ohjeet"; $a->strings["Our help pages may be consulted for detail on other program features and resources."] = ""; $a->strings["Visit %s's profile [%s]"] = ""; $a->strings["Edit contact"] = "Muokkaa kontaktia"; @@ -374,7 +374,7 @@ $a->strings["Error"] = "Virhe"; $a->strings["Done"] = "Valmis"; $a->strings["Keep this window open until done."] = ""; $a->strings["Do you really want to delete this suggestion?"] = "Haluatko varmasti poistaa ehdotuksen?"; -$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = ""; +$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Ehdotuksia ei löydy. Jos tämä on uusi sivusto, kokeile uudelleen vuorokauden kuluttua."; $a->strings["Ignore/Hide"] = "Jätä huomiotta/piilota"; $a->strings["Friend Suggestions"] = "Ystäväehdotukset"; $a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = ""; @@ -428,7 +428,7 @@ $a->strings["Show unread"] = "Näytä lukemattomat"; $a->strings["Show all"] = "Näytä kaikki"; $a->strings["No more %s notifications."] = ""; $a->strings["OpenID protocol error. No ID returned."] = "OpenID -protokollavirhe. Tunnusta ei vastaanotettu."; -$a->strings["Account not found and OpenID registration is not permitted on this site."] = ""; +$a->strings["Account not found and OpenID registration is not permitted on this site."] = "Käyttäjätiliä ei löytynyt. Rekisteröityminen OpenID:n kautta ei ole sallittua tällä sivustolla."; $a->strings["Login failed."] = "Kirjautuminen epäonnistui"; $a->strings["Profile not found."] = "Profiilia ei löytynyt."; $a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = ""; @@ -438,7 +438,7 @@ $a->strings["Confirmation completed successfully."] = "Vahvistus onnistui."; $a->strings["Temporary failure. Please wait and try again."] = "Tilapäinen vika. Yritä myöhemmin uudelleen."; $a->strings["Introduction failed or was revoked."] = ""; $a->strings["Remote site reported: "] = ""; -$a->strings["Unable to set contact photo."] = ""; +$a->strings["Unable to set contact photo."] = "Kontaktin kuvaa ei voitu asettaa"; $a->strings["No user record found for '%s' "] = ""; $a->strings["Our site encryption key is apparently messed up."] = ""; $a->strings["Empty site URL was provided or URL could not be decrypted by us."] = ""; @@ -513,7 +513,7 @@ $a->strings["Public access denied."] = "Julkinen käyttö estetty."; $a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Anna \"henkilöllisyysosoitteesi\" joissakin seuraavista tuetuista viestintäverkoista:"; $a->strings["If you are not yet a member of the free social web, follow this link to find a public Friendica site and join us today."] = ""; $a->strings["Friend/Connection Request"] = "Ystävä/yhteyspyyntö"; -$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"] = ""; +$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"] = "Esim. jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"; $a->strings["Please answer the following:"] = "Vastaa seuraavaan:"; $a->strings["Does %s know you?"] = "Tunteeko %s sinut?"; $a->strings["Add a personal note:"] = "Lisää oma merkintä:"; @@ -534,14 +534,14 @@ $a->strings["Only logged in users are permitted to perform a probing."] = ""; $a->strings["Permission denied"] = "Käyttöoikeus evätty"; $a->strings["Invalid profile identifier."] = "Virheellinen profiilitunniste."; $a->strings["Profile Visibility Editor"] = ""; -$a->strings["Click on a contact to add or remove."] = ""; +$a->strings["Click on a contact to add or remove."] = "Valitse kontakti, jota haluat poistaa tai lisätä."; $a->strings["Visible To"] = "Näkyvyys"; $a->strings["All Contacts (with secure profile access)"] = ""; $a->strings["Account approved."] = "Tili hyväksytty."; $a->strings["Registration revoked for %s"] = ""; $a->strings["Please login."] = "Ole hyvä ja kirjaudu."; $a->strings["Remove My Account"] = "Poista tilini"; -$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = ""; +$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Tämä poistaa käyttäjätilisi pysyvästi. Poistoa ei voi perua myöhemmin."; $a->strings["Please enter your password for verification:"] = ""; $a->strings["No contacts."] = "Ei kontakteja."; $a->strings["Access denied."] = "Käyttö estetty."; @@ -563,7 +563,7 @@ $a->strings["Export your accout info, contacts and all your items as json. Could $a->strings["Export personal data"] = "Vie henkilökohtaiset tiedot"; $a->strings["- select -"] = "- valitse -"; $a->strings["No more system notifications."] = "Ei enää järjestelmäilmoituksia."; -$a->strings["{0} wants to be your friend"] = ""; +$a->strings["{0} wants to be your friend"] = "{0} lähetti kaveripyynnön"; $a->strings["{0} sent you a message"] = "{0} lähetti sinulle viestin"; $a->strings["{0} requested registration"] = ""; $a->strings["Poke/Prod"] = "Tökkää"; @@ -587,7 +587,7 @@ $a->strings["Too Many Requests"] = "Liian monta pyyntöä"; $a->strings["Only one search per minute is permitted for not logged in users."] = ""; $a->strings["No results."] = "Ei tuloksia."; $a->strings["Items tagged with: %s"] = "Kohteet joilla tunnisteet: %s"; -$a->strings["Results for: %s"] = ""; +$a->strings["Results for: %s"] = "Tulokset haulla: %s"; $a->strings["Login"] = "Kirjaudu sisään"; $a->strings["The post was created"] = "Julkaisu luotu"; $a->strings["Community option not available."] = "Yhteisö vaihtoehto ei saatavilla."; @@ -664,7 +664,7 @@ $a->strings["Sort by Comment Date"] = "Kommentit päivämäärän mukaan"; $a->strings["Posted Order"] = ""; $a->strings["Sort by Post Date"] = "Julkaisut päivämäärän mukaan"; $a->strings["Personal"] = "Henkilökohtainen"; -$a->strings["Posts that mention or involve you"] = ""; +$a->strings["Posts that mention or involve you"] = "Julkaisut jotka liittyvät sinuun"; $a->strings["New"] = "Uusi"; $a->strings["Activity Stream - by date"] = ""; $a->strings["Shared Links"] = "Jaetut linkit"; @@ -768,7 +768,7 @@ $a->strings["The database you specify below should already exist. If it does not $a->strings["Database Server Name"] = "Tietokannan palvelimen nimi"; $a->strings["Database Login Name"] = "Tietokannan käyttäjän nimi"; $a->strings["Database Login Password"] = "Tietokannan käyttäjän salasana"; -$a->strings["For security reasons the password must not be empty"] = ""; +$a->strings["For security reasons the password must not be empty"] = "Turvallisuussyistä salasanakenttä ei saa olla tyhjä"; $a->strings["Database Name"] = "Tietokannan nimi"; $a->strings["Site administrator email address"] = "Sivuston ylläpitäjän sähköpostiosoite"; $a->strings["Your account email address must match this in order to use the web admin panel."] = "Tilisi sähköpostiosoitteen on vastattava tätä, jotta voit käyttää ylläpitokäyttöliittymää."; @@ -830,7 +830,7 @@ $a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for t $a->strings["Go to your new Friendica node registration page and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."] = ""; $a->strings["Subscribing to OStatus contacts"] = ""; $a->strings["No contact provided."] = "Kontakti puuttuu."; -$a->strings["Couldn't fetch information for contact."] = ""; +$a->strings["Couldn't fetch information for contact."] = "Kontaktin tietoja ei voitu hakea."; $a->strings["Couldn't fetch friends for contact."] = ""; $a->strings["success"] = "onnistui"; $a->strings["failed"] = "epäonnistui"; @@ -907,7 +907,7 @@ $a->strings["HTML::toBBCode"] = "HTML::toBBCode"; $a->strings["HTML::toPlaintext"] = "HTML::toPlaintext"; $a->strings["Source text"] = "Lähdeteksti"; $a->strings["BBCode"] = "BBCode"; -$a->strings["Markdown"] = ""; +$a->strings["Markdown"] = "Markdown"; $a->strings["HTML"] = "HTML"; $a->strings["The contact could not be added."] = "Kontaktia ei voitu lisätä."; $a->strings["You already added this contact."] = "Olet jo lisännyt tämän kontaktin."; @@ -1050,7 +1050,7 @@ $a->strings["Unignore"] = "Ota huomioon"; $a->strings["Currently blocked"] = "Estetty tällä hetkellä"; $a->strings["Currently ignored"] = "Jätetty huomiotta tällä hetkellä"; $a->strings["Currently archived"] = "Arkistoitu tällä hetkellä"; -$a->strings["Awaiting connection acknowledge"] = ""; +$a->strings["Awaiting connection acknowledge"] = "Odotetaan yhteyden kuittausta"; $a->strings["Replies/likes to your public posts may still be visible"] = ""; $a->strings["Notification for new posts"] = "Uusien postausten ilmoitus"; $a->strings["Send a notification of every new post of this contact"] = "Lähetä ilmoitus tälle henkilölle kaikista uusista postauksista"; @@ -1105,12 +1105,12 @@ $a->strings["Read about the Terms of Service of this n $a->strings["On this server the following remote servers are blocked."] = ""; $a->strings["Reason for the block"] = "Eston syy"; $a->strings["No valid account found."] = ""; -$a->strings["Password reset request issued. Check your email."] = ""; +$a->strings["Password reset request issued. Check your email."] = "Salasanan nollauspyyntö lähetetty. Tarkista sähköpostisi."; $a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = ""; $a->strings["\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = ""; $a->strings["Password reset requested at %s"] = ""; $a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = ""; -$a->strings["Request has expired, please make a new one."] = ""; +$a->strings["Request has expired, please make a new one."] = "Pyyntö on vanhentunut, tehkää uusi pyyntö."; $a->strings["Forgot your Password?"] = "Unohditko salasanasi?"; $a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = ""; $a->strings["Nickname or Email: "] = "Lempinimi tai sähköposti:"; @@ -1127,12 +1127,12 @@ $a->strings["Your password has been changed at %s"] = "Salasanasi on vaihdettu s $a->strings["Registration successful. Please check your email for further instructions."] = ""; $a->strings["Failed to send email message. Here your accout details:
    login: %s
    password: %s

    You can change your password after login."] = ""; $a->strings["Registration successful."] = "Rekisteröityminen onnistui."; -$a->strings["Your registration can not be processed."] = ""; -$a->strings["Your registration is pending approval by the site owner."] = ""; +$a->strings["Your registration can not be processed."] = "Rekisteröintisi ei voida käsitellä."; +$a->strings["Your registration is pending approval by the site owner."] = "Rekisteröintisi odottaa ylläpitäjän hyväksyntää."; $a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = ""; $a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = ""; $a->strings["Your OpenID (optional): "] = "OpenID -tunnus (valinnainen):"; -$a->strings["Include your profile in member directory?"] = ""; +$a->strings["Include your profile in member directory?"] = "Lisää profiilisi jäsenluetteloon?"; $a->strings["Note for the admin"] = "Viesti ylläpidolle"; $a->strings["Leave a message for the admin, why you want to join this node"] = ""; $a->strings["Membership on this site is by invitation only."] = ""; @@ -1191,7 +1191,7 @@ $a->strings["Server Domain"] = "Palvelimen verkkotunnus"; $a->strings["The domain of the new server to add to the block list. Do not include the protocol."] = ""; $a->strings["Block reason"] = "Estosyy"; $a->strings["Add Entry"] = "Lisää merkintä"; -$a->strings["Save changes to the blocklist"] = ""; +$a->strings["Save changes to the blocklist"] = "Tallenna muutoksia estolistaan"; $a->strings["Current Entries in the Blocklist"] = ""; $a->strings["Delete entry from blocklist"] = ""; $a->strings["Delete entry from blocklist?"] = ""; @@ -1222,7 +1222,7 @@ $a->strings["On this page you can delete an item from your node. If the item is $a->strings["You need to know the GUID of the item. You can find it e.g. by looking at the display URL. The last part of http://example.com/display/123456 is the GUID, here 123456."] = ""; $a->strings["GUID"] = "GUID"; $a->strings["The GUID of the item you want to delete."] = ""; -$a->strings["Item marked for deletion."] = ""; +$a->strings["Item marked for deletion."] = "Kohde merkitty poistettavaksi."; $a->strings["unknown"] = "tuntematon"; $a->strings["This page offers you some numbers to the known part of the federated social network your Friendica node is part of. These numbers are not complete but only reflect the part of the network your node is aware of."] = ""; $a->strings["The Auto Discovered Contact Directory feature is not enabled, it will improve the data displayed here."] = ""; @@ -1241,20 +1241,20 @@ $a->strings["The worker was never executed. Please check your database structure $a->strings["The last worker execution was on %s UTC. This is older than one hour. Please check your crontab settings."] = ""; $a->strings["Normal Account"] = "Perustili"; $a->strings["Automatic Follower Account"] = ""; -$a->strings["Public Forum Account"] = ""; +$a->strings["Public Forum Account"] = "Julkinen foorumitili"; $a->strings["Automatic Friend Account"] = ""; -$a->strings["Blog Account"] = ""; -$a->strings["Private Forum Account"] = ""; +$a->strings["Blog Account"] = "Blogitili"; +$a->strings["Private Forum Account"] = "Yksityinen foorumitili"; $a->strings["Message queues"] = "Viestijonot"; $a->strings["Summary"] = "Yhteenveto"; -$a->strings["Registered users"] = ""; +$a->strings["Registered users"] = "Rekisteröityneet käyttäjät"; $a->strings["Pending registrations"] = ""; $a->strings["Version"] = "Versio"; $a->strings["Active addons"] = "Käytössäolevat lisäosat"; $a->strings["Can not parse base url. Must have at least ://"] = ""; $a->strings["Site settings updated."] = "Sivuston asetukset päivitettiin."; -$a->strings["No special theme for mobile devices"] = ""; -$a->strings["No community page"] = ""; +$a->strings["No special theme for mobile devices"] = "Ei mobiiliteemaa"; +$a->strings["No community page"] = "Ei yhteisösivua"; $a->strings["Public postings from users of this site"] = ""; $a->strings["Public postings from the federated network"] = ""; $a->strings["Public postings from local users and the federated network"] = ""; @@ -1266,7 +1266,7 @@ $a->strings["Half a year"] = "Puoli vuotta"; $a->strings["One year"] = "Yksi vuosi"; $a->strings["Multi user instance"] = ""; $a->strings["Closed"] = "Suljettu"; -$a->strings["Requires approval"] = ""; +$a->strings["Requires approval"] = "Edellyttää hyväksyntää"; $a->strings["Open"] = "Avoin"; $a->strings["No SSL policy, links will track page SSL state"] = ""; $a->strings["Force all links to use SSL"] = ""; @@ -1276,7 +1276,7 @@ $a->strings["check the stable version"] = ""; $a->strings["check the development version"] = ""; $a->strings["Republish users to directory"] = ""; $a->strings["File upload"] = "Tiedoston lataus"; -$a->strings["Policies"] = ""; +$a->strings["Policies"] = "Käytännöt"; $a->strings["Auto Discovered Contact Directory"] = ""; $a->strings["Performance"] = "Suoritus"; $a->strings["Worker"] = "Worker"; @@ -1287,7 +1287,7 @@ $a->strings["Host name"] = "Palvelimen nimi"; $a->strings["Sender Email"] = "Lähettäjän sähköposti"; $a->strings["The email address your server shall use to send notification emails from."] = ""; $a->strings["Banner/Logo"] = "Banneri/logo"; -$a->strings["Shortcut icon"] = ""; +$a->strings["Shortcut icon"] = "Pikakuvake"; $a->strings["Link to an icon that will be used for browsers."] = ""; $a->strings["Touch icon"] = ""; $a->strings["Link to an icon that will be used for tablets and mobiles."] = ""; @@ -1297,7 +1297,7 @@ $a->strings["System language"] = "Järjestelmän kieli"; $a->strings["System theme"] = "Järjestelmäteema"; $a->strings["Default system theme - may be over-ridden by user profiles - change theme settings"] = ""; $a->strings["Mobile system theme"] = "Mobiili järjestelmäteema"; -$a->strings["Theme for mobile devices"] = ""; +$a->strings["Theme for mobile devices"] = "Mobiiliteema"; $a->strings["SSL link policy"] = ""; $a->strings["Determines whether generated links should be forced to use SSL"] = ""; $a->strings["Force SSL"] = ""; @@ -1360,9 +1360,9 @@ $a->strings["Normally we import every content from our OStatus contacts. With th $a->strings["OStatus support can only be enabled if threading is enabled."] = ""; $a->strings["Diaspora support can't be enabled because Friendica was installed into a sub directory."] = ""; $a->strings["Enable Diaspora support"] = "Salli Diaspora-tuki"; -$a->strings["Provide built-in Diaspora network compatibility."] = ""; +$a->strings["Provide built-in Diaspora network compatibility."] = "Ota käyttöön Diaspora-yhteensopivuus"; $a->strings["Only allow Friendica contacts"] = "Salli ainoastaan Friendica -kontakteja"; -$a->strings["All contacts must use Friendica protocols. All other built-in communication protocols disabled."] = ""; +$a->strings["All contacts must use Friendica protocols. All other built-in communication protocols disabled."] = "Kaikkien kontaktien on käytettävä Friendica-protokollaa. Kaikki muut protokollat poistetaan käytöstä."; $a->strings["Verify SSL"] = "Vahvista SSL"; $a->strings["If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites."] = ""; $a->strings["Proxy user"] = "Välityspalvelimen käyttäjä"; @@ -1387,9 +1387,9 @@ $a->strings["Discover contacts from other servers"] = ""; $a->strings["Periodically query other servers for contacts. You can choose between 'users': the users on the remote system, 'Global Contacts': active contacts that are known on the system. The fallback is meant for Redmatrix servers and older friendica servers, where global contacts weren't available. The fallback increases the server load, so the recommened setting is 'Users, Global Contacts'."] = ""; $a->strings["Timeframe for fetching global contacts"] = ""; $a->strings["When the discovery is activated, this value defines the timeframe for the activity of the global contacts that are fetched from other servers."] = ""; -$a->strings["Search the local directory"] = ""; +$a->strings["Search the local directory"] = "Paikallisluettelohaku"; $a->strings["Search the local directory instead of the global directory. When searching locally, every search will be executed on the global directory in the background. This improves the search results when the search is repeated."] = ""; -$a->strings["Publish server information"] = ""; +$a->strings["Publish server information"] = "Julkaise palvelintiedot"; $a->strings["If enabled, general server and usage data will be published. The data contains the name and version of the server, number of users with public profiles, number of posts and the activated protocols and connectors. See the-federation.info for details."] = ""; $a->strings["Check upstream version"] = ""; $a->strings["Enables checking for new Friendica versions at github. If there is a new version, you will be informed in the admin panel overview."] = ""; @@ -1514,7 +1514,7 @@ $a->strings["Error trying to open %1\$s log file.\\r\\n
    Che $a->strings["Couldn't open %1\$s log file.\\r\\n
    Check to see if file %1\$s is readable."] = ""; $a->strings["Off"] = "Pois päältä"; $a->strings["On"] = "Päällä"; -$a->strings["Lock feature %s"] = ""; +$a->strings["Lock feature %s"] = "Lukitse ominaisuus %s"; $a->strings["Manage Additional Features"] = "Hallitse lisäominaisuudet"; $a->strings["Display"] = "Ulkonäkö"; $a->strings["Social Networks"] = "Sosiaalinen media"; @@ -1526,8 +1526,8 @@ $a->strings["Failed to connect with email account using the settings provided."] $a->strings["Email settings updated."] = "Sähköpostin asetukset päivitettiin."; $a->strings["Features updated"] = "Ominaisuudet päivitetty"; $a->strings["Relocate message has been send to your contacts"] = ""; -$a->strings["Passwords do not match. Password unchanged."] = ""; -$a->strings["Empty passwords are not allowed. Password unchanged."] = ""; +$a->strings["Passwords do not match. Password unchanged."] = "Salasanat eivät täsmää. Salasana ennallaan."; +$a->strings["Empty passwords are not allowed. Password unchanged."] = "Tyhjä salasanakenttä ei ole sallittu. Salasana ennallaan."; $a->strings["The new password has been exposed in a public data dump, please choose another."] = ""; $a->strings["Wrong password."] = "Väärä salasana."; $a->strings["Password changed."] = "Salasana vaihdettu."; @@ -1544,8 +1544,8 @@ $a->strings["Add application"] = "Lisää sovellus"; $a->strings["Consumer Key"] = ""; $a->strings["Consumer Secret"] = ""; $a->strings["Redirect"] = "Uudelleenohjaus"; -$a->strings["Icon url"] = ""; -$a->strings["You can't edit this application."] = ""; +$a->strings["Icon url"] = "Kuvakkeen URL-osoite"; +$a->strings["You can't edit this application."] = "Et voi muokata tätä sovellusta."; $a->strings["Connected Apps"] = "Yhdistetyt sovellukset"; $a->strings["Edit"] = "Muokkaa"; $a->strings["Client key starts with"] = ""; @@ -1576,7 +1576,7 @@ $a->strings["If you wish to communicate with email contacts using this service ( $a->strings["Last successful email check:"] = "Viimeisin onnistunut sähköpostitarkistus:"; $a->strings["IMAP server name:"] = "IMAP-palvelimen nimi:"; $a->strings["IMAP port:"] = "IMAP-porttti:"; -$a->strings["Security:"] = ""; +$a->strings["Security:"] = "Turvallisuus:"; $a->strings["None"] = "Ei mitään"; $a->strings["Email login name:"] = "Sähköpostitilin käyttäjätunnus:"; $a->strings["Email password:"] = "Sähköpostin salasana:"; @@ -1625,7 +1625,7 @@ $a->strings["News Page"] = "Uutissivu"; $a->strings["Account for a news reflector that automatically approves contact requests as \"Followers\"."] = ""; $a->strings["Community Forum"] = "Yhteisöfoorumi"; $a->strings["Account for community discussions."] = ""; -$a->strings["Normal Account Page"] = ""; +$a->strings["Normal Account Page"] = "Tavallinen käyttäjätili"; $a->strings["Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"."] = ""; $a->strings["Soapbox Page"] = "Saarnatuoli sivu"; $a->strings["Account for a public profile that automatically approves contact requests as \"Followers\"."] = ""; @@ -1705,7 +1705,7 @@ $a->strings["Activate desktop notifications"] = "Ota työpöytäilmoitukset käy $a->strings["Show desktop popup on new notifications"] = ""; $a->strings["Text-only notification emails"] = ""; $a->strings["Send text only notification emails, without the html part"] = ""; -$a->strings["Show detailled notifications"] = ""; +$a->strings["Show detailled notifications"] = "Näytä yksityiskohtaiset ilmoitukset"; $a->strings["Per default, notifications are condensed to a single notification per item. When enabled every notification is displayed."] = ""; $a->strings["Advanced Account/Page Type Settings"] = "Käyttäjätili/sivutyyppi lisäasetuksia"; $a->strings["Change the behaviour of this account for special situations"] = ""; @@ -1721,7 +1721,7 @@ $a->strings["%d contact not imported"] = [ 0 => "", 1 => "", ]; -$a->strings["Done. You can now login with your username and password"] = ""; +$a->strings["Done. You can now login with your username and password"] = "Suoritettu. Voit nyt kirjautua sisään käyttäjätunnuksellasi."; $a->strings["System"] = "Järjestelmä"; $a->strings["Home"] = "Koti"; $a->strings["Introductions"] = "Esittelyt"; @@ -1737,7 +1737,7 @@ $a->strings["Friend Suggestion"] = "Kaveriehdotus"; $a->strings["Friend/Connect Request"] = "Ystävä/yhteyspyyntö"; $a->strings["New Follower"] = "Uusi seuraaja"; $a->strings["Post to Email"] = "Viesti sähköpostiin"; -$a->strings["Hide your profile details from unknown viewers?"] = ""; +$a->strings["Hide your profile details from unknown viewers?"] = "Piilota profiilitietosi tuntemattomilta?"; $a->strings["Connectors disabled, since \"%s\" is enabled."] = ""; $a->strings["Visible to everybody"] = "Näkyvissä kaikille"; $a->strings["show"] = "näytä"; @@ -1857,7 +1857,7 @@ $a->strings["Saved Folders"] = "Tallennetut kansiot"; $a->strings["Ability to file posts under folders"] = ""; $a->strings["Dislike Posts"] = ""; $a->strings["Ability to dislike posts/comments"] = ""; -$a->strings["Star Posts"] = ""; +$a->strings["Star Posts"] = "Tähtimerkityt julkaisut"; $a->strings["Ability to mark special posts with a star indicator"] = ""; $a->strings["Mute Post Notifications"] = "Mykistä julkaisuilmoitukset"; $a->strings["Ability to mute notifications for a thread"] = ""; @@ -1874,13 +1874,13 @@ $a->strings["%d invitation available"] = [ 0 => "", 1 => "", ]; -$a->strings["Find People"] = ""; -$a->strings["Enter name or interest"] = ""; -$a->strings["Examples: Robert Morgenstein, Fishing"] = ""; -$a->strings["Similar Interests"] = ""; +$a->strings["Find People"] = "Löydä ihmisiä"; +$a->strings["Enter name or interest"] = "Syötä nimi tai harrastus"; +$a->strings["Examples: Robert Morgenstein, Fishing"] = "Esim. Matti Meikäläinen, kalastus yms."; +$a->strings["Similar Interests"] = "Yhteiset harrastukset"; $a->strings["Random Profile"] = "Satunnainen profiili"; $a->strings["Invite Friends"] = "Kutsu kavereita"; -$a->strings["View Global Directory"] = ""; +$a->strings["View Global Directory"] = "Katso maailmanlaajuista luetteloa"; $a->strings["Networks"] = "Verkot"; $a->strings["All Networks"] = "Kaikki verkot"; $a->strings["Everything"] = "Kaikki"; @@ -1911,15 +1911,15 @@ $a->strings["pnut"] = "pnut"; $a->strings["App.net"] = "App.net"; $a->strings["Male"] = "Mies"; $a->strings["Female"] = "Nainen"; -$a->strings["Currently Male"] = ""; -$a->strings["Currently Female"] = ""; +$a->strings["Currently Male"] = "Tällä hetkellä mies"; +$a->strings["Currently Female"] = "Tällä hetkellä nainen"; $a->strings["Mostly Male"] = ""; $a->strings["Mostly Female"] = ""; -$a->strings["Transgender"] = ""; -$a->strings["Intersex"] = ""; -$a->strings["Transsexual"] = ""; -$a->strings["Hermaphrodite"] = ""; -$a->strings["Neuter"] = ""; +$a->strings["Transgender"] = "Transsukupuolinen"; +$a->strings["Intersex"] = "Intersukupuolinen"; +$a->strings["Transsexual"] = "Transsukupuolinen"; +$a->strings["Hermaphrodite"] = "Hermafrodiitti"; +$a->strings["Neuter"] = "Neutri"; $a->strings["Non-specific"] = ""; $a->strings["Other"] = "Toinen"; $a->strings["Males"] = "Miehet"; @@ -1934,7 +1934,7 @@ $a->strings["Virgin"] = ""; $a->strings["Deviant"] = ""; $a->strings["Fetish"] = ""; $a->strings["Oodles"] = ""; -$a->strings["Nonsexual"] = ""; +$a->strings["Nonsexual"] = "Aseksuaali"; $a->strings["Single"] = "Sinkku"; $a->strings["Lonely"] = "Yksinäinen"; $a->strings["Available"] = ""; @@ -1951,7 +1951,7 @@ $a->strings["Engaged"] = "Kihloissa"; $a->strings["Married"] = "Naimisissa"; $a->strings["Imaginarily married"] = ""; $a->strings["Partners"] = "Kumppanit"; -$a->strings["Cohabiting"] = ""; +$a->strings["Cohabiting"] = "Avoliitossa"; $a->strings["Common law"] = ""; $a->strings["Happy"] = "Iloinen"; $a->strings["Not looking"] = ""; @@ -1963,18 +1963,18 @@ $a->strings["Divorced"] = "Eronnut"; $a->strings["Imaginarily divorced"] = ""; $a->strings["Widowed"] = "Leski"; $a->strings["Uncertain"] = "Epävarma"; -$a->strings["It's complicated"] = ""; +$a->strings["It's complicated"] = "Se on monimutkaista"; $a->strings["Don't care"] = ""; $a->strings["Ask me"] = ""; $a->strings["There are no tables on MyISAM."] = ""; $a->strings["\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."] = ""; -$a->strings["The error message is\n[pre]%s[/pre]"] = ""; -$a->strings["\nError %d occurred during database update:\n%s\n"] = ""; +$a->strings["The error message is\n[pre]%s[/pre]"] = "Virheviesti on\n[pre]%s[/pre]"; +$a->strings["\nError %d occurred during database update:\n%s\n"] = "\n%d virhe tapahtui tietokannan päivityksen aikana:\n%s\n"; $a->strings["Errors encountered performing database changes: "] = ""; $a->strings[": Database update"] = ": Tietokannan päivitys"; $a->strings["%s: updating %s table."] = ""; $a->strings["[no subject]"] = "[ei aihetta]"; -$a->strings["Requested account is not available."] = ""; +$a->strings["Requested account is not available."] = "Pyydetty käyttäjätili ei ole saatavilla."; $a->strings["Edit profile"] = "Muokkaa profiilia"; $a->strings["Atom feed"] = "Atom -syöte"; $a->strings["Manage/edit profiles"] = "Hallitse/muokkaa profiilit"; @@ -2002,7 +2002,7 @@ $a->strings["Love/Romance:"] = "Rakkaus/romanssi:"; $a->strings["Work/employment:"] = "Työ:"; $a->strings["School/education:"] = "Koulutus:"; $a->strings["Forums:"] = "Foorumit:"; -$a->strings["Only You Can See This"] = ""; +$a->strings["Only You Can See This"] = "Vain sinä näet tämän"; $a->strings["%1\$s is attending %2\$s's %3\$s"] = ""; $a->strings["%1\$s is not attending %2\$s's %3\$s"] = ""; $a->strings["%1\$s may attend %2\$s's %3\$s"] = ""; @@ -2011,14 +2011,14 @@ $a->strings["Default privacy group for new contacts"] = ""; $a->strings["Everybody"] = "Kaikki"; $a->strings["edit"] = "muokkaa"; $a->strings["Edit group"] = "Muokkaa ryhmää"; -$a->strings["Contacts not in any group"] = ""; +$a->strings["Contacts not in any group"] = "Kontaktit ilman ryhmää"; $a->strings["Create a new group"] = "Luo uusi ryhmä"; $a->strings["Edit groups"] = "Muokkaa ryhmiä"; -$a->strings["Drop Contact"] = ""; +$a->strings["Drop Contact"] = "Poista kontakti"; $a->strings["Organisation"] = "Järjestö"; $a->strings["News"] = "Uutiset"; $a->strings["Forum"] = "Keskustelupalsta"; -$a->strings["Connect URL missing."] = ""; +$a->strings["Connect URL missing."] = "Yhteys URL-linkki puuttuu."; $a->strings["The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."] = ""; $a->strings["This site is not configured to allow communications with other networks."] = ""; $a->strings["No compatible communication protocols or feeds were discovered."] = ""; @@ -2037,7 +2037,7 @@ $a->strings["Finishes:"] = "Päättyy:"; $a->strings["all-day"] = "koko päivä"; $a->strings["Jun"] = "Kes."; $a->strings["Sept"] = "Syy."; -$a->strings["No events to display"] = ""; +$a->strings["No events to display"] = "Ei näytettäviä tapahtumia."; $a->strings["l, F j"] = "l, F j"; $a->strings["Edit event"] = "Muokkaa tapahtumaa"; $a->strings["Duplicate event"] = "Monista tapahtuma"; @@ -2062,7 +2062,7 @@ $a->strings["Not a valid email address."] = "Virheellinen sähköpostiosoite."; $a->strings["Cannot use that email."] = ""; $a->strings["Your nickname can only contain a-z, 0-9 and _."] = ""; $a->strings["Nickname is already registered. Please choose another."] = ""; -$a->strings["SERIOUS ERROR: Generation of security keys failed."] = ""; +$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "VAKAVA VIRHE: Salausavainten luominen epäonnistui."; $a->strings["An error occurred during registration. Please try again."] = ""; $a->strings["default"] = "oletus"; $a->strings["An error occurred creating your default profile. Please try again."] = ""; @@ -2076,7 +2076,7 @@ $a->strings["%s is now following %s."] = "%s seuraa %s."; $a->strings["following"] = "seuraa"; $a->strings["%s stopped following %s."] = "%s ei enää seuraa %s."; $a->strings["stopped following"] = "ei enää seuraa"; -$a->strings["%s\\'s birthday"] = ""; +$a->strings["%s\\'s birthday"] = "%s\\ käyttäjän syntymäpäivä"; $a->strings["Sharing notification from Diaspora network"] = ""; $a->strings["Attachments:"] = "Liitteitä:"; $a->strings["(no subject)"] = "(ei aihetta)"; @@ -2159,17 +2159,17 @@ $a->strings["Alignment"] = "Kohdistaminen"; $a->strings["Left"] = "Vasemmalle"; $a->strings["Center"] = "Keskelle"; $a->strings["Color scheme"] = "Värimalli"; -$a->strings["Posts font size"] = ""; -$a->strings["Textareas font size"] = ""; +$a->strings["Posts font size"] = "Julkaisujen fonttikoko"; +$a->strings["Textareas font size"] = "Tekstikenttien fonttikoko"; $a->strings["Comma separated list of helper forums"] = ""; $a->strings["Set style"] = "Aseta tyyli"; $a->strings["Community Pages"] = "Yhteisösivut"; $a->strings["Community Profiles"] = "Yhteisöprofiilit"; $a->strings["Help or @NewHere ?"] = ""; $a->strings["Connect Services"] = "Yhdistä palvelut"; -$a->strings["Find Friends"] = ""; -$a->strings["Last users"] = ""; +$a->strings["Find Friends"] = "Etsi kavereita"; +$a->strings["Last users"] = "Viimeisimmät käyttäjät"; $a->strings["Local Directory"] = "Paikallinen hakemisto"; $a->strings["Quick Start"] = "Pika-aloitus"; $a->strings["toggle mobile"] = "Mobiilisivusto päälle/pois"; -$a->strings["Update %s failed. See error logs."] = ""; +$a->strings["Update %s failed. See error logs."] = "%s päivitys epäonnistui, katso virhelokit."; From e5583591d79f953b92e0221111fbd4cd926404b5 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 17 Apr 2018 05:18:26 +0000 Subject: [PATCH 429/430] Default values for site configuration --- mod/admin.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/mod/admin.php b/mod/admin.php index a51cbd8d38..74849ea9ed 100644 --- a/mod/admin.php +++ b/mod/admin.php @@ -1384,7 +1384,7 @@ function admin_page_site(App $a) '$allowed_oembed' => ['allowed_oembed', L10n::t("Allowed OEmbed domains"), Config::get('system','allowed_oembed'), L10n::t("Comma separated list of domains which oembed content is allowed to be displayed. Wildcards are accepted.")], '$block_public' => ['block_public', L10n::t("Block public"), Config::get('system','block_public'), L10n::t("Check to block public access to all otherwise public personal pages on this site unless you are currently logged in.")], '$force_publish' => ['publish_all', L10n::t("Force publish"), Config::get('system','publish_all'), L10n::t("Check to force all profiles on this site to be listed in the site directory.")], - '$global_directory' => ['directory', L10n::t("Global directory URL"), Config::get('system','directory'), L10n::t("URL to the global directory. If this is not set, the global directory is completely unavailable to the application.")], + '$global_directory' => ['directory', L10n::t("Global directory URL"), Config::get('system', 'directory', 'https://dir.friendica.social'), L10n::t("URL to the global directory. If this is not set, the global directory is completely unavailable to the application.")], '$newuser_private' => ['newuser_private', L10n::t("Private posts by default for new users"), Config::get('system','newuser_private'), L10n::t("Set default post permissions for all new members to the default privacy group rather than public.")], '$enotify_no_content' => ['enotify_no_content', L10n::t("Don't include post content in email notifications"), Config::get('system','enotify_no_content'), L10n::t("Don't include the content of a post/comment/private message/etc. in the email notifications that are sent out from this site, as a privacy measure.")], '$private_addons' => ['private_addons', L10n::t("Disallow public access to addons listed in the apps menu."), Config::get('config','private_addons'), L10n::t("Checking this box will restrict addons listed in the apps menu to members only.")], @@ -1400,17 +1400,17 @@ function admin_page_site(App $a) '$ostatus_not_able' => L10n::t("OStatus support can only be enabled if threading is enabled."), '$diaspora_able' => $diaspora_able, '$diaspora_not_able' => L10n::t("Diaspora support can't be enabled because Friendica was installed into a sub directory."), - '$diaspora_enabled' => ['diaspora_enabled', L10n::t("Enable Diaspora support"), Config::get('system','diaspora_enabled'), L10n::t("Provide built-in Diaspora network compatibility.")], + '$diaspora_enabled' => ['diaspora_enabled', L10n::t("Enable Diaspora support"), Config::get('system', 'diaspora_enabled', $diaspora_able), L10n::t("Provide built-in Diaspora network compatibility.")], '$dfrn_only' => ['dfrn_only', L10n::t('Only allow Friendica contacts'), Config::get('system','dfrn_only'), L10n::t("All contacts must use Friendica protocols. All other built-in communication protocols disabled.")], '$verifyssl' => ['verifyssl', L10n::t("Verify SSL"), Config::get('system','verifyssl'), L10n::t("If you wish, you can turn on strict certificate checking. This will mean you cannot connect \x28at all\x29 to self-signed SSL sites.")], '$proxyuser' => ['proxyuser', L10n::t("Proxy user"), Config::get('system','proxyuser'), ""], '$proxy' => ['proxy', L10n::t("Proxy URL"), Config::get('system','proxy'), ""], - '$timeout' => ['timeout', L10n::t("Network timeout"), (x(Config::get('system','curl_timeout'))?Config::get('system','curl_timeout'):60), L10n::t("Value is in seconds. Set to 0 for unlimited \x28not recommended\x29.")], - '$maxloadavg' => ['maxloadavg', L10n::t("Maximum Load Average"), ((intval(Config::get('system','maxloadavg')) > 0)?Config::get('system','maxloadavg'):50), L10n::t("Maximum system load before delivery and poll processes are deferred - default 50.")], - '$maxloadavg_frontend' => ['maxloadavg_frontend', L10n::t("Maximum Load Average \x28Frontend\x29"), ((intval(Config::get('system','maxloadavg_frontend')) > 0)?Config::get('system','maxloadavg_frontend'):50), L10n::t("Maximum system load before the frontend quits service - default 50.")], - '$min_memory' => ['min_memory', L10n::t("Minimal Memory"), ((intval(Config::get('system','min_memory')) > 0)?Config::get('system','min_memory'):0), L10n::t("Minimal free memory in MB for the worker. Needs access to /proc/meminfo - default 0 \x28deactivated\x29.")], + '$timeout' => ['timeout', L10n::t("Network timeout"), Config::get('system', 'curl_timeout', 60), L10n::t("Value is in seconds. Set to 0 for unlimited \x28not recommended\x29.")], + '$maxloadavg' => ['maxloadavg', L10n::t("Maximum Load Average"), Config::get('system', 'maxloadavg', 50), L10n::t("Maximum system load before delivery and poll processes are deferred - default 50.")], + '$maxloadavg_frontend' => ['maxloadavg_frontend', L10n::t("Maximum Load Average \x28Frontend\x29"), Config::get('system', 'maxloadavg_frontend', 50), L10n::t("Maximum system load before the frontend quits service - default 50.")], + '$min_memory' => ['min_memory', L10n::t("Minimal Memory"), Config::get('system', 'min_memory', 0), L10n::t("Minimal free memory in MB for the worker. Needs access to /proc/meminfo - default 0 \x28deactivated\x29.")], '$optimize_max_tablesize'=> ['optimize_max_tablesize', L10n::t("Maximum table size for optimization"), $optimize_max_tablesize, L10n::t("Maximum table size \x28in MB\x29 for the automatic optimization - default 100 MB. Enter -1 to disable it.")], - '$optimize_fragmentation'=> ['optimize_fragmentation', L10n::t("Minimum level of fragmentation"), ((intval(Config::get('system','optimize_fragmentation')) > 0)?Config::get('system','optimize_fragmentation'):30), L10n::t("Minimum fragmenation level to start the automatic optimization - default value is 30%.")], + '$optimize_fragmentation'=> ['optimize_fragmentation', L10n::t("Minimum level of fragmentation"), Config::get('system', 'optimize_fragmentation', 30), L10n::t("Minimum fragmenation level to start the automatic optimization - default value is 30%.")], '$poco_completion' => ['poco_completion', L10n::t("Periodical check of global contacts"), Config::get('system','poco_completion'), L10n::t("If enabled, the global contacts are checked periodically for missing or outdated data and the vitality of the contacts and servers.")], '$poco_requery_days' => ['poco_requery_days', L10n::t("Days between requery"), Config::get('system','poco_requery_days'), L10n::t("Number of days after which a server is requeried for his contacts.")], @@ -1440,11 +1440,11 @@ function admin_page_site(App $a) '$worker_frontend' => ['worker_frontend', L10n::t('Enable frontend worker'), Config::get('system','frontend_worker'), L10n::t('When enabled the Worker process is triggered when backend access is performed \x28e.g. messages being delivered\x29. On smaller sites you might want to call %s/worker on a regular basis via an external cron job. You should only enable this option if you cannot utilize cron/scheduled jobs on your server.', System::baseUrl())], '$relay_subscribe' => ['relay_subscribe', L10n::t("Subscribe to relay"), Config::get('system','relay_subscribe'), L10n::t("Enables the receiving of public posts from the relay. They will be included in the search, subscribed tags and on the global community page.")], - '$relay_server' => ['relay_server', L10n::t("Relay server"), Config::get('system','relay_server'), L10n::t("Address of the relay server where public posts should be send to. For example https://relay.diasp.org")], + '$relay_server' => ['relay_server', L10n::t("Relay server"), Config::get('system', 'relay_server', 'https://relay.diasp.org'), L10n::t("Address of the relay server where public posts should be send to. For example https://relay.diasp.org")], '$relay_directly' => ['relay_directly', L10n::t("Direct relay transfer"), Config::get('system','relay_directly'), L10n::t("Enables the direct transfer to other servers without using the relay servers")], '$relay_scope' => ['relay_scope', L10n::t("Relay scope"), Config::get('system','relay_scope'), L10n::t("Can be 'all' or 'tags'. 'all' means that every public post should be received. 'tags' means that only posts with selected tags should be received."), ['' => L10n::t('Disabled'), 'all' => L10n::t('all'), 'tags' => L10n::t('tags')]], '$relay_server_tags' => ['relay_server_tags', L10n::t("Server tags"), Config::get('system','relay_server_tags'), L10n::t("Comma separated list of tags for the 'tags' subscription.")], - '$relay_user_tags' => ['relay_user_tags', L10n::t("Allow user tags"), Config::get('system','relay_user_tags'), L10n::t("If enabled, the tags from the saved searches will used for the 'tags' subscription in addition to the 'relay_server_tags'.")], + '$relay_user_tags' => ['relay_user_tags', L10n::t("Allow user tags"), Config::get('system', 'relay_user_tags', true), L10n::t("If enabled, the tags from the saved searches will used for the 'tags' subscription in addition to the 'relay_server_tags'.")], '$form_security_token' => get_form_security_token("admin_site") ]); From 229d8eb0e9275e317f0c30c12e5e9eb55ea87bfe Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 17 Apr 2018 16:46:57 +0000 Subject: [PATCH 430/430] better support for the Diaspora app "Dandelion" --- index.php | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index e3ab16469b..2f23ea791a 100644 --- a/index.php +++ b/index.php @@ -228,8 +228,36 @@ if (strlen($a->module)) { */ // Compatibility with the Android Diaspora client - if ($a->module == "stream") { - $a->module = "network"; + if ($a->module == 'stream') { + goaway('network?f=&order=post'); + } + + if ($a->module == 'conversations') { + goaway('message'); + } + + if ($a->module == 'commented') { + goaway('network?f=&order=comment'); + } + + if ($a->module == 'liked') { + goaway('network?f=&order=comment'); + } + + if ($a->module == 'activity') { + goaway('network/?f=&conv=1'); + } + + if (($a->module == 'status_messages') && ($a->cmd == 'status_messages/new')) { + goaway('bookmarklet'); + } + + if (($a->module == 'user') && ($a->cmd == 'user/edit')) { + goaway('settings'); + } + + if (($a->module == 'tag_followings') && ($a->cmd == 'tag_followings/manage')) { + goaway('search'); } // Compatibility with the Firefox App