2017-05-23 15:05:40 +02:00
# FRIENDICA Distributed Social Network
# Copyright (C) 2010, 2011, 2012, 2013 the Friendica Project
# This file is distributed under the same license as the Friendica package.
2017-06-26 13:03:32 +02:00
#
2017-05-23 15:05:40 +02:00
# Translators:
2019-01-12 18:38:54 +01:00
# Andy H3 <andy@hubup.pro>, 2017-2019
2018-04-09 10:17:25 +02:00
# Kris, 2018
2017-05-23 15:05:40 +02:00
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
2019-03-11 17:51:46 +01:00
"POT-Creation-Date: 2019-02-15 09:33-0500\n"
"PO-Revision-Date: 2019-03-11 16:11+0000\n"
2019-01-12 18:38:54 +01:00
"Last-Translator: Andy H3 <andy@hubup.pro>\n"
2017-05-23 15:05:40 +02:00
"Language-Team: English (United Kingdom) (http://www.transifex.com/Friendica/friendica/language/en_GB/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
2019-03-11 17:51:46 +01:00
#: include/api.php:1179
2018-02-16 10:33:10 +01:00
#, php-format
2019-01-12 10:51:36 +01:00
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] "Daily posting limit of %d post reached. The post was rejected."
msgstr[1] "Daily posting limit of %d posts are reached. This post was rejected."
2017-12-08 09:42:24 +01:00
2019-03-11 17:51:46 +01:00
#: include/api.php:1193
2018-02-16 10:33:10 +01:00
#, php-format
2019-01-12 10:51:36 +01:00
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] "Weekly posting limit of %d post reached. The post was rejected."
msgstr[1] "Weekly posting limit of %d posts are reached. This post was rejected."
2017-12-08 09:42:24 +01:00
2019-03-11 17:51:46 +01:00
#: include/api.php:1207
2018-02-16 10:33:10 +01:00
#, php-format
2019-01-12 10:51:36 +01:00
msgid "Monthly posting limit of %d post reached. The post was rejected."
msgstr "Monthly posting limit of %d posts are reached. The post was rejected."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/api.php:4578 mod/photos.php:93 mod/photos.php:201
#: mod/photos.php:695 mod/photos.php:1126 mod/photos.php:1143
#: mod/photos.php:1636 mod/profile_photo.php:85 mod/profile_photo.php:94
#: mod/profile_photo.php:103 mod/profile_photo.php:217
#: mod/profile_photo.php:305 mod/profile_photo.php:315 src/Model/User.php:736
#: src/Model/User.php:744 src/Model/User.php:752
2019-01-12 10:51:36 +01:00
msgid "Profile Photos"
msgstr "Profile photos"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:160 include/conversation.php:297
#: src/Model/Item.php:3283
2019-01-12 10:51:36 +01:00
msgid "event"
msgstr "event"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:163 include/conversation.php:173
#: include/conversation.php:300 include/conversation.php:309
2019-01-12 18:38:54 +01:00
#: mod/subthread.php:88 mod/tagger.php:70
2019-01-12 10:51:36 +01:00
msgid "status"
msgstr "status"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:168 include/conversation.php:305
#: mod/subthread.php:88 mod/tagger.php:70 src/Model/Item.php:3285
2019-01-12 10:51:36 +01:00
msgid "photo"
msgstr "photo"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:181
2018-02-16 10:33:10 +01:00
#, php-format
2019-01-12 10:51:36 +01:00
msgid "%1$s likes %2$s's %3$s"
msgstr "%1$s likes %2$s's %3$s"
2017-05-29 10:35:04 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:183
2017-09-27 07:10:12 +02:00
#, php-format
2019-01-12 10:51:36 +01:00
msgid "%1$s doesn't like %2$s's %3$s"
msgstr "%1$s doesn't like %2$s's %3$s"
2017-05-29 10:35:04 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:185
2017-09-27 07:10:12 +02:00
#, php-format
2019-01-12 10:51:36 +01:00
msgid "%1$s attends %2$s's %3$s"
msgstr "%1$s goes to %2$s's %3$s"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:187
2017-09-27 07:10:12 +02:00
#, php-format
2019-01-12 10:51:36 +01:00
msgid "%1$s doesn't attend %2$s's %3$s"
msgstr "%1$s doesn't go %2$s's %3$s"
2017-06-26 13:03:32 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:189
2017-09-27 07:10:12 +02:00
#, php-format
2019-01-12 10:51:36 +01:00
msgid "%1$s attends maybe %2$s's %3$s"
msgstr "%1$s might go to %2$s's %3$s"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:224
2017-09-27 07:10:12 +02:00
#, php-format
2019-01-12 10:51:36 +01:00
msgid "%1$s is now friends with %2$s"
msgstr "%1$s is now friends with %2$s"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:265
2017-09-27 07:10:12 +02:00
#, php-format
2019-01-12 10:51:36 +01:00
msgid "%1$s poked %2$s"
msgstr "%1$s poked %2$s"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:319 mod/tagger.php:108
2017-09-27 07:10:12 +02:00
#, php-format
2019-01-12 10:51:36 +01:00
msgid "%1$s tagged %2$s's %3$s with %4$s"
msgstr "%1$s tagged %2$s's %3$s with %4$s"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:341
2019-01-12 10:51:36 +01:00
msgid "post/item"
msgstr "Post/Item"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:342
2017-09-27 07:10:12 +02:00
#, php-format
2019-01-12 10:51:36 +01:00
msgid "%1$s marked %2$s's %3$s as favorite"
msgstr "%1$s marked %2$s's %3$s as favourite"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:568 mod/photos.php:1467 mod/profiles.php:352
2019-01-12 10:51:36 +01:00
msgid "Likes"
msgstr "Likes"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:568 mod/photos.php:1467 mod/profiles.php:355
2019-01-12 10:51:36 +01:00
msgid "Dislikes"
msgstr "Dislikes"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:569 include/conversation.php:1505
#: mod/photos.php:1468
2019-01-12 10:51:36 +01:00
msgid "Attending"
msgid_plural "Attending"
msgstr[0] "Attending"
msgstr[1] "Attending"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:569 mod/photos.php:1468
2019-01-12 10:51:36 +01:00
msgid "Not attending"
msgstr "Not attending"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:569 mod/photos.php:1468
2019-01-12 10:51:36 +01:00
msgid "Might attend"
msgstr "Might attend"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:649 mod/photos.php:1524 src/Object/Post.php:207
2019-01-12 10:51:36 +01:00
msgid "Select"
msgstr "Select"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:650 mod/admin.php:2072 mod/photos.php:1525
#: mod/settings.php:726 src/Module/Contact.php:827 src/Module/Contact.php:1102
2019-01-12 10:51:36 +01:00
msgid "Delete"
msgstr "Delete"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:684 src/Object/Post.php:380
#: src/Object/Post.php:381
2017-09-27 07:10:12 +02:00
#, php-format
2019-01-12 10:51:36 +01:00
msgid "View %s's profile @ %s"
msgstr "View %s's profile @ %s"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:696 src/Object/Post.php:368
2019-01-12 10:51:36 +01:00
msgid "Categories:"
msgstr "Categories:"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:697 src/Object/Post.php:369
2019-01-12 10:51:36 +01:00
msgid "Filed under:"
msgstr "Filed under:"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:704 src/Object/Post.php:394
2018-03-05 16:48:21 +01:00
#, php-format
2019-01-12 10:51:36 +01:00
msgid "%s from %s"
msgstr "%s from %s"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:719
2019-01-12 10:51:36 +01:00
msgid "View in context"
msgstr "View in context"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:721 include/conversation.php:1171
#: mod/editpost.php:88 mod/message.php:260 mod/message.php:442
#: mod/photos.php:1440 mod/wallmessage.php:141 src/Object/Post.php:421
2019-01-12 10:51:36 +01:00
msgid "Please wait"
msgstr "Please wait"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:785
2019-01-12 10:51:36 +01:00
msgid "remove"
msgstr "Remove"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:789
2019-01-12 10:51:36 +01:00
msgid "Delete Selected Items"
msgstr "Delete selected items"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:893 view/theme/frio/theme.php:358
2019-01-12 10:51:36 +01:00
msgid "Follow Thread"
msgstr "Follow thread"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:894 src/Model/Contact.php:1049
2019-01-12 10:51:36 +01:00
msgid "View Status"
msgstr "View status"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:895 include/conversation.php:911
#: mod/allfriends.php:72 mod/directory.php:167 mod/dirfind.php:226
#: mod/match.php:87 mod/suggest.php:87 src/Model/Contact.php:989
#: src/Model/Contact.php:1042 src/Model/Contact.php:1050
2019-01-12 10:51:36 +01:00
msgid "View Profile"
msgstr "View profile"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:896 src/Model/Contact.php:1051
2019-01-12 10:51:36 +01:00
msgid "View Photos"
msgstr "View photos"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:897 src/Model/Contact.php:1043
#: src/Model/Contact.php:1052
2019-01-12 10:51:36 +01:00
msgid "Network Posts"
msgstr "Network posts"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:898 src/Model/Contact.php:1044
#: src/Model/Contact.php:1053
2019-01-12 10:51:36 +01:00
msgid "View Contact"
msgstr "View contact"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:899 src/Model/Contact.php:1055
2019-01-12 10:51:36 +01:00
msgid "Send PM"
msgstr "Send PM"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:903 src/Model/Contact.php:1056
2019-01-12 10:51:36 +01:00
msgid "Poke"
msgstr "Poke"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:908 mod/allfriends.php:73 mod/dirfind.php:227
#: mod/follow.php:147 mod/match.php:88 mod/suggest.php:88
#: src/Content/Widget.php:63 src/Model/Contact.php:1045
#: src/Module/Contact.php:574 view/theme/vier/theme.php:201
2019-01-12 10:51:36 +01:00
msgid "Connect/Follow"
msgstr "Connect/Follow"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:1030
2019-01-12 10:51:36 +01:00
#, php-format
msgid "%s likes this."
msgstr "%s likes this."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:1033
2018-03-05 16:48:21 +01:00
#, php-format
2019-01-12 10:51:36 +01:00
msgid "%s doesn't like this."
msgstr "%s doesn't like this."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:1036
2019-01-12 10:51:36 +01:00
#, php-format
msgid "%s attends."
msgstr "%s attends."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:1039
2018-03-05 16:48:21 +01:00
#, php-format
2019-01-12 10:51:36 +01:00
msgid "%s doesn't attend."
msgstr "%s doesn't attend."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:1042
2018-03-05 16:48:21 +01:00
#, php-format
2019-01-12 10:51:36 +01:00
msgid "%s attends maybe."
msgstr "%s may attend."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:1050
2019-01-12 10:51:36 +01:00
msgid "and"
msgstr "and"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:1056
2018-03-05 16:48:21 +01:00
#, php-format
2019-01-12 10:51:36 +01:00
msgid "and %d other people"
msgstr "and %d other people"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:1064
2018-03-05 16:48:21 +01:00
#, php-format
2019-01-12 10:51:36 +01:00
msgid "<span %1$s>%2$d people</span> like this"
msgstr "<span %1$s>%2$d people</span> like this"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:1065
2018-03-05 16:48:21 +01:00
#, php-format
2019-01-12 10:51:36 +01:00
msgid "%s like this."
msgstr "%s like this."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:1068
2018-04-09 10:17:25 +02:00
#, php-format
msgid "<span %1$s>%2$d people</span> don't like this"
msgstr "<span %1$s>%2$d people</span> don't like this"
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:1069
2018-04-09 10:17:25 +02:00
#, php-format
msgid "%s don't like this."
msgstr "%s don't like this."
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:1072
2018-04-09 10:17:25 +02:00
#, php-format
msgid "<span %1$s>%2$d people</span> attend"
msgstr "<span %1$s>%2$d people</span> attend"
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:1073
2018-04-09 10:17:25 +02:00
#, php-format
msgid "%s attend."
msgstr "%s attend."
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:1076
2018-04-09 10:17:25 +02:00
#, php-format
msgid "<span %1$s>%2$d people</span> don't attend"
msgstr "<span %1$s>%2$d people</span> don't attend"
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:1077
2018-04-09 10:17:25 +02:00
#, php-format
msgid "%s don't attend."
msgstr "%s don't attend."
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:1080
2018-04-09 10:17:25 +02:00
#, php-format
msgid "<span %1$s>%2$d people</span> attend maybe"
msgstr "<span %1$s>%2$d people</span> attend maybe"
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:1081
2018-04-09 10:17:25 +02:00
#, php-format
msgid "%s attend maybe."
msgstr "%s may be attending."
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:1110
2018-04-09 10:17:25 +02:00
msgid "Visible to <strong>everybody</strong>"
msgstr "Visible to <strong>everybody</strong>"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:1111 src/Object/Post.php:883
2019-01-12 10:51:36 +01:00
msgid "Please enter a image/video/audio/webpage URL:"
msgstr "Please enter an image/video/audio/webpage URL:"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:1112
2018-04-09 10:17:25 +02:00
msgid "Tag term:"
msgstr "Tag term:"
2019-03-11 17:51:46 +01:00
#: include/conversation.php:1113 mod/filer.php:35
2018-04-09 10:17:25 +02:00
msgid "Save to Folder:"
msgstr "Save to folder:"
2019-03-11 17:51:46 +01:00
#: include/conversation.php:1114
2018-04-09 10:17:25 +02:00
msgid "Where are you right now?"
msgstr "Where are you right now?"
2019-03-11 17:51:46 +01:00
#: include/conversation.php:1115
2018-04-09 10:17:25 +02:00
msgid "Delete item(s)?"
msgstr "Delete item(s)?"
2019-03-11 17:51:46 +01:00
#: include/conversation.php:1147
2018-04-09 10:17:25 +02:00
msgid "New Post"
2018-04-10 07:23:50 +02:00
msgstr "New post"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:1150
2018-04-09 10:17:25 +02:00
msgid "Share"
msgstr "Share"
2019-03-11 17:51:46 +01:00
#: include/conversation.php:1151 mod/editpost.php:74 mod/message.php:258
#: mod/message.php:439 mod/wallmessage.php:139
2018-04-09 10:17:25 +02:00
msgid "Upload photo"
msgstr "Upload photo"
2019-03-11 17:51:46 +01:00
#: include/conversation.php:1152 mod/editpost.php:75
2018-04-09 10:17:25 +02:00
msgid "upload photo"
msgstr "upload photo"
2019-03-11 17:51:46 +01:00
#: include/conversation.php:1153 mod/editpost.php:76
2018-04-09 10:17:25 +02:00
msgid "Attach file"
msgstr "Attach file"
2019-03-11 17:51:46 +01:00
#: include/conversation.php:1154 mod/editpost.php:77
2018-04-09 10:17:25 +02:00
msgid "attach file"
msgstr "attach file"
2019-03-11 17:51:46 +01:00
#: include/conversation.php:1155 src/Object/Post.php:875
2019-01-12 10:51:36 +01:00
msgid "Bold"
msgstr "Bold"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:1156 src/Object/Post.php:876
2019-01-12 10:51:36 +01:00
msgid "Italic"
msgstr "Italic"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:1157 src/Object/Post.php:877
2019-01-12 10:51:36 +01:00
msgid "Underline"
msgstr "Underline"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:1158 src/Object/Post.php:878
2019-01-12 10:51:36 +01:00
msgid "Quote"
msgstr "Quote"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:1159 src/Object/Post.php:879
2019-01-12 10:51:36 +01:00
msgid "Code"
msgstr "Code"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:1160 src/Object/Post.php:880
2019-01-12 10:51:36 +01:00
msgid "Image"
msgstr "Image"
2019-03-11 17:51:46 +01:00
#: include/conversation.php:1161 src/Object/Post.php:881
2019-01-12 10:51:36 +01:00
msgid "Link"
msgstr "Link"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: include/conversation.php:1162 src/Object/Post.php:882
2019-01-12 10:51:36 +01:00
msgid "Link or Media"
msgstr "Link or media"
2019-03-11 17:51:46 +01:00
#: include/conversation.php:1163 mod/editpost.php:84
2018-04-09 10:17:25 +02:00
msgid "Set your location"
msgstr "Set your location"
2019-03-11 17:51:46 +01:00
#: include/conversation.php:1164 mod/editpost.php:85
2018-04-09 10:17:25 +02:00
msgid "set location"
msgstr "set location"
2019-03-11 17:51:46 +01:00
#: include/conversation.php:1165 mod/editpost.php:86
2018-04-09 10:17:25 +02:00
msgid "Clear browser location"
msgstr "Clear browser location"
2019-03-11 17:51:46 +01:00
#: include/conversation.php:1166 mod/editpost.php:87
2018-04-09 10:17:25 +02:00
msgid "clear location"
msgstr "clear location"
2019-03-11 17:51:46 +01:00
#: include/conversation.php:1168 mod/editpost.php:102
2018-04-09 10:17:25 +02:00
msgid "Set title"
msgstr "Set title"
2019-03-11 17:51:46 +01:00
#: include/conversation.php:1170 mod/editpost.php:104
2018-04-09 10:17:25 +02:00
msgid "Categories (comma-separated list)"
msgstr "Categories (comma-separated list)"
2019-03-11 17:51:46 +01:00
#: include/conversation.php:1172 mod/editpost.php:89
2018-04-09 10:17:25 +02:00
msgid "Permission settings"
msgstr "Permission settings"
2019-03-11 17:51:46 +01:00
#: include/conversation.php:1173 mod/editpost.php:119
2018-04-09 10:17:25 +02:00
msgid "permissions"
msgstr "permissions"
2019-03-11 17:51:46 +01:00
#: include/conversation.php:1182 mod/editpost.php:99
2018-04-09 10:17:25 +02:00
msgid "Public post"
msgstr "Public post"
2019-03-11 17:51:46 +01:00
#: include/conversation.php:1186 mod/editpost.php:110 mod/events.php:551
#: mod/photos.php:1458 mod/photos.php:1497 mod/photos.php:1557
#: src/Object/Post.php:884
2018-04-09 10:17:25 +02:00
msgid "Preview"
msgstr "Preview"
2019-03-11 17:51:46 +01:00
#: include/conversation.php:1190 include/items.php:396
#: mod/dfrn_request.php:650 mod/editpost.php:113 mod/fbrowser.php:104
#: mod/fbrowser.php:134 mod/follow.php:161 mod/message.php:153
#: mod/photos.php:257 mod/photos.php:325 mod/settings.php:666
#: mod/settings.php:692 mod/suggest.php:44 mod/tagrm.php:20 mod/tagrm.php:115
#: mod/unfollow.php:132 mod/videos.php:105 src/Module/Contact.php:447
2018-05-21 16:08:07 +02:00
msgid "Cancel"
msgstr "Cancel"
2019-03-11 17:51:46 +01:00
#: include/conversation.php:1195
2018-04-09 10:17:25 +02:00
msgid "Post to Groups"
msgstr "Post to groups"
2019-03-11 17:51:46 +01:00
#: include/conversation.php:1196
2018-04-09 10:17:25 +02:00
msgid "Post to Contacts"
msgstr "Post to contacts"
2019-03-11 17:51:46 +01:00
#: include/conversation.php:1197
2018-04-09 10:17:25 +02:00
msgid "Private post"
msgstr "Private post"
2019-03-11 17:51:46 +01:00
#: include/conversation.php:1202 mod/editpost.php:117
#: src/Model/Profile.php:370
2018-04-09 10:17:25 +02:00
msgid "Message"
msgstr "Message"
2019-03-11 17:51:46 +01:00
#: include/conversation.php:1203 mod/editpost.php:118
2018-04-09 10:17:25 +02:00
msgid "Browser"
msgstr "Browser"
2019-03-11 17:51:46 +01:00
#: include/conversation.php:1475
2018-04-09 10:17:25 +02:00
msgid "View all"
msgstr "View all"
2019-03-11 17:51:46 +01:00
#: include/conversation.php:1499
2018-04-09 10:17:25 +02:00
msgid "Like"
msgid_plural "Likes"
msgstr[0] "Like"
msgstr[1] "Likes"
2019-03-11 17:51:46 +01:00
#: include/conversation.php:1502
2018-04-09 10:17:25 +02:00
msgid "Dislike"
msgid_plural "Dislikes"
msgstr[0] "Dislike"
msgstr[1] "Dislikes"
2019-03-11 17:51:46 +01:00
#: include/conversation.php:1508
2018-04-09 10:17:25 +02:00
msgid "Not Attending"
msgid_plural "Not Attending"
msgstr[0] "Not attending"
msgstr[1] "Not attending"
2019-03-11 17:51:46 +01:00
#: include/conversation.php:1511 src/Content/ContactSelector.php:167
2018-04-09 10:17:25 +02:00
msgid "Undecided"
msgid_plural "Undecided"
msgstr[0] "Undecided"
msgstr[1] "Undecided"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/enotify.php:57
2019-01-12 10:51:36 +01:00
msgid "Friendica Notification"
msgstr "Friendica notification"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: include/enotify.php:60
2019-01-12 10:51:36 +01:00
msgid "Thank You,"
msgstr "Thank you"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: include/enotify.php:63
2019-01-12 10:51:36 +01:00
#, php-format
msgid "%1$s, %2$s Administrator"
msgstr "%1$s, %2$s Administrator"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: include/enotify.php:65
2019-01-12 10:51:36 +01:00
#, php-format
msgid "%s Administrator"
msgstr "%s Administrator"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: include/enotify.php:134
2019-01-12 10:51:36 +01:00
#, php-format
msgid "[Friendica:Notify] New mail received at %s"
msgstr "[Friendica:Notify] New mail received at %s"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: include/enotify.php:136
2019-01-12 10:51:36 +01:00
#, php-format
msgid "%1$s sent you a new private message at %2$s."
msgstr "%1$s sent you a new private message at %2$s."
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: include/enotify.php:137
2019-01-12 10:51:36 +01:00
msgid "a private message"
msgstr "a private message"
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: include/enotify.php:137
2019-01-12 10:51:36 +01:00
#, php-format
msgid "%1$s sent you %2$s."
msgstr "%1$s sent you %2$s."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/enotify.php:139
2019-01-12 10:51:36 +01:00
#, php-format
msgid "Please visit %s to view and/or reply to your private messages."
msgstr "Please visit %s to view or reply to your private messages."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/enotify.php:172
#, php-format
msgid "%1$s tagged you on [url=%2$s]a %3$s[/url]"
msgstr "%1$s tagged you on [url=%2$s]a %3$s[/url]"
#: include/enotify.php:178
2019-01-12 10:51:36 +01:00
#, php-format
msgid "%1$s commented on [url=%2$s]a %3$s[/url]"
msgstr "%1$s commented on [url=%2$s]a %3$s[/url]"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/enotify.php:188
#, php-format
msgid "%1$s tagged you on [url=%2$s]%3$s's %4$s[/url]"
msgstr "%1$s tagged you on [url=%2$s]%3$s's %4$s[/url]"
#: include/enotify.php:195
2019-01-12 10:51:36 +01:00
#, php-format
msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]"
msgstr "%1$s commented on [url=%2$s]%3$s's %4$s[/url]"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/enotify.php:207
#, php-format
msgid "%1$s tagged you on [url=%2$s]your %3$s[/url]"
msgstr "%1$s tagged you on [url=%2$s] your %3$s[/url]"
#: include/enotify.php:213
2019-01-12 10:51:36 +01:00
#, php-format
msgid "%1$s commented on [url=%2$s]your %3$s[/url]"
msgstr "%1$s commented on [url=%2$s]your %3$s[/url]"
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: include/enotify.php:224
#, php-format
msgid "%1$s tagged you on [url=%2$s]their %3$s[/url]"
msgstr "%1$s tagged you on [url=%2$s]their %3$s[/url]"
#: include/enotify.php:230
#, php-format
msgid "%1$s commented on [url=%2$s]their %3$s[/url]"
msgstr "%1$s commented on [url=%2$s]their %3$s[/url]"
#: include/enotify.php:243
#, php-format
msgid "[Friendica:Notify] %s tagged you"
msgstr "[Friendica:Notify] %s tagged you"
#: include/enotify.php:245
#, php-format
msgid "%1$s tagged you at %2$s"
msgstr "%1$s tagged you at %2$s"
#: include/enotify.php:247
2019-01-12 10:51:36 +01:00
#, php-format
msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
msgstr "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/enotify.php:249
2019-01-12 10:51:36 +01:00
#, php-format
msgid "%s commented on an item/conversation you have been following."
msgstr "%s commented on an item/conversation you have been following."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/enotify.php:254 include/enotify.php:269 include/enotify.php:284
#: include/enotify.php:303 include/enotify.php:319
2019-01-12 10:51:36 +01:00
#, php-format
msgid "Please visit %s to view and/or reply to the conversation."
msgstr "Please visit %s to view or reply to the conversation."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/enotify.php:261
2018-03-05 16:48:21 +01:00
#, php-format
2019-01-12 10:51:36 +01:00
msgid "[Friendica:Notify] %s posted to your profile wall"
msgstr "[Friendica:Notify] %s posted to your profile wall"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/enotify.php:263
2019-01-12 10:51:36 +01:00
#, php-format
msgid "%1$s posted to your profile wall at %2$s"
msgstr "%1$s posted to your profile wall at %2$s"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/enotify.php:264
2019-01-12 10:51:36 +01:00
#, php-format
msgid "%1$s posted to [url=%2$s]your wall[/url]"
msgstr "%1$s posted to [url=%2$s]your wall[/url]"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/enotify.php:276
2019-01-12 10:51:36 +01:00
#, php-format
msgid "[Friendica:Notify] %s shared a new post"
msgstr "[Friendica:Notify] %s shared a new post"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/enotify.php:278
2019-01-12 10:51:36 +01:00
#, php-format
msgid "%1$s shared a new post at %2$s"
msgstr "%1$s shared a new post at %2$s"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/enotify.php:279
2019-01-12 10:51:36 +01:00
#, php-format
msgid "%1$s [url=%2$s]shared a post[/url]."
msgstr "%1$s [url=%2$s]shared a post[/url]."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/enotify.php:291
2019-01-12 10:51:36 +01:00
#, php-format
msgid "[Friendica:Notify] %1$s poked you"
msgstr "[Friendica:Notify] %1$s poked you"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/enotify.php:293
2019-01-12 10:51:36 +01:00
#, php-format
msgid "%1$s poked you at %2$s"
msgstr "%1$s poked you at %2$s"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/enotify.php:294
2019-01-12 10:51:36 +01:00
#, php-format
msgid "%1$s [url=%2$s]poked you[/url]."
msgstr "%1$s [url=%2$s]poked you[/url]."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/enotify.php:311
2019-01-12 10:51:36 +01:00
#, php-format
msgid "[Friendica:Notify] %s tagged your post"
msgstr "[Friendica:Notify] %s tagged your post"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/enotify.php:313
2019-01-12 10:51:36 +01:00
#, php-format
msgid "%1$s tagged your post at %2$s"
msgstr "%1$s tagged your post at %2$s"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/enotify.php:314
2019-01-12 10:51:36 +01:00
#, php-format
msgid "%1$s tagged [url=%2$s]your post[/url]"
msgstr "%1$s tagged [url=%2$s]your post[/url]"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/enotify.php:326
2019-01-12 10:51:36 +01:00
msgid "[Friendica:Notify] Introduction received"
msgstr "[Friendica:Notify] Introduction received"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/enotify.php:328
2019-01-12 10:51:36 +01:00
#, php-format
msgid "You've received an introduction from '%1$s' at %2$s"
msgstr "You've received an introduction from '%1$s' at %2$s"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/enotify.php:329
2019-01-12 10:51:36 +01:00
#, php-format
msgid "You've received [url=%1$s]an introduction[/url] from %2$s."
msgstr "You've received [url=%1$s]an introduction[/url] from %2$s."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/enotify.php:334 include/enotify.php:380
2019-01-12 10:51:36 +01:00
#, php-format
msgid "You may visit their profile at %s"
msgstr "You may visit their profile at %s"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/enotify.php:336
2019-01-12 10:51:36 +01:00
#, php-format
msgid "Please visit %s to approve or reject the introduction."
msgstr "Please visit %s to approve or reject the introduction."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/enotify.php:343
2019-01-12 10:51:36 +01:00
msgid "[Friendica:Notify] A new person is sharing with you"
msgstr "[Friendica:Notify] A new person is sharing with you"
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: include/enotify.php:345 include/enotify.php:346
2019-01-12 10:51:36 +01:00
#, php-format
msgid "%1$s is sharing with you at %2$s"
msgstr "%1$s is sharing with you at %2$s"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/enotify.php:353
2019-01-12 10:51:36 +01:00
msgid "[Friendica:Notify] You have a new follower"
msgstr "[Friendica:Notify] You have a new follower"
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: include/enotify.php:355 include/enotify.php:356
2019-01-12 10:51:36 +01:00
#, php-format
msgid "You have a new follower at %2$s : %1$s"
msgstr "You have a new follower at %2$s : %1$s"
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: include/enotify.php:369
2019-01-12 10:51:36 +01:00
msgid "[Friendica:Notify] Friend suggestion received"
msgstr "[Friendica:Notify] Friend suggestion received"
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: include/enotify.php:371
2019-01-12 10:51:36 +01:00
#, php-format
msgid "You've received a friend suggestion from '%1$s' at %2$s"
msgstr "You've received a friend suggestion from '%1$s' at %2$s"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/enotify.php:372
2019-01-12 10:51:36 +01:00
#, php-format
msgid ""
"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s."
msgstr "You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/enotify.php:378
2019-01-12 10:51:36 +01:00
msgid "Name:"
msgstr "Name:"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/enotify.php:379
2019-01-12 10:51:36 +01:00
msgid "Photo:"
msgstr "Photo:"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/enotify.php:382
2019-01-12 10:51:36 +01:00
#, php-format
msgid "Please visit %s to approve or reject the suggestion."
msgstr "Please visit %s to approve or reject the suggestion."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/enotify.php:390 include/enotify.php:405
2019-01-12 10:51:36 +01:00
msgid "[Friendica:Notify] Connection accepted"
msgstr "[Friendica:Notify] Connection accepted"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/enotify.php:392 include/enotify.php:407
2019-01-12 10:51:36 +01:00
#, php-format
msgid "'%1$s' has accepted your connection request at %2$s"
msgstr "'%1$s' has accepted your connection request at %2$s"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/enotify.php:393 include/enotify.php:408
2019-01-12 10:51:36 +01:00
#, php-format
msgid "%2$s has accepted your [url=%1$s]connection request[/url]."
msgstr "%2$s has accepted your [url=%1$s]connection request[/url]."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/enotify.php:398
2019-01-12 10:51:36 +01:00
msgid ""
"You are now mutual friends and may exchange status updates, photos, and "
"email without restriction."
msgstr "You are now mutual friends and may exchange status updates, photos, and email without restriction."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/enotify.php:400
2019-01-12 10:51:36 +01:00
#, php-format
msgid "Please visit %s if you wish to make any changes to this relationship."
msgstr "Please visit %s if you wish to make any changes to this relationship."
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: include/enotify.php:413
2019-01-12 10:51:36 +01:00
#, php-format
msgid ""
"'%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."
msgstr "'%1$s' has chosen to accept you as fan. This 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."
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: include/enotify.php:415
2019-01-12 10:51:36 +01:00
#, php-format
msgid ""
"'%1$s' may choose to extend this into a two-way or more permissive "
"relationship in the future."
msgstr "'%1$s' may choose to extend this into a two-way or more permissive relationship in the future."
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: include/enotify.php:417
2019-01-12 10:51:36 +01:00
#, php-format
msgid "Please visit %s if you wish to make any changes to this relationship."
msgstr "Please visit %s if you wish to make any changes to this relationship."
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: include/enotify.php:427 mod/removeme.php:46
2019-01-12 10:51:36 +01:00
msgid "[Friendica System Notify]"
msgstr "[Friendica System Notify]"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: include/enotify.php:427
2019-01-12 10:51:36 +01:00
msgid "registration request"
msgstr "registration request"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: include/enotify.php:429
2019-01-12 10:51:36 +01:00
#, php-format
msgid "You've received a registration request from '%1$s' at %2$s"
msgstr "You've received a registration request from '%1$s' at %2$s."
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: include/enotify.php:430
2019-01-12 10:51:36 +01:00
#, php-format
msgid "You've received a [url=%1$s]registration request[/url] from %2$s."
msgstr "You've received a [url=%1$s]registration request[/url] from %2$s."
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: include/enotify.php:435
2019-01-12 10:51:36 +01:00
#, php-format
msgid ""
"Full Name:\t%s\n"
"Site Location:\t%s\n"
"Login Name:\t%s (%s)"
msgstr "Full Name:\t%s\nSite Location:\t%s\nLogin Name:\t%s (%s)"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: include/enotify.php:441
2019-01-12 10:51:36 +01:00
#, php-format
msgid "Please visit %s to approve or reject the request."
msgstr "Please visit %s to approve or reject the request."
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: include/items.php:353 mod/admin.php:302 mod/admin.php:2131
#: mod/admin.php:2378 mod/notice.php:20 mod/viewsrc.php:22
2019-01-12 10:51:36 +01:00
msgid "Item not found."
msgstr "Item not found."
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: include/items.php:391
2019-01-12 10:51:36 +01:00
msgid "Do you really want to delete this item?"
msgstr "Do you really want to delete this item?"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: include/items.php:393 mod/api.php:109 mod/dfrn_request.php:640
#: mod/follow.php:150 mod/message.php:150 mod/profiles.php:526
#: mod/profiles.php:529 mod/profiles.php:551 mod/settings.php:1085
#: mod/settings.php:1091 mod/settings.php:1098 mod/settings.php:1102
#: mod/settings.php:1106 mod/settings.php:1110 mod/settings.php:1114
#: mod/settings.php:1118 mod/settings.php:1138 mod/settings.php:1139
#: mod/settings.php:1140 mod/settings.php:1141 mod/settings.php:1142
#: mod/suggest.php:41 src/Module/Contact.php:444 src/Module/Register.php:97
2019-01-12 10:51:36 +01:00
msgid "Yes"
msgstr "Yes"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: include/items.php:443 mod/allfriends.php:22 mod/api.php:34 mod/api.php:39
#: mod/cal.php:303 mod/common.php:27 mod/crepair.php:90 mod/delegate.php:30
#: mod/delegate.php:48 mod/delegate.php:59 mod/dfrn_confirm.php:66
#: mod/dirfind.php:29 mod/editpost.php:22 mod/events.php:207 mod/follow.php:57
#: mod/follow.php:121 mod/fsuggest.php:77 mod/group.php:28 mod/invite.php:23
#: mod/invite.php:111 mod/item.php:167 mod/manage.php:129 mod/message.php:56
#: mod/message.php:101 mod/network.php:35 mod/nogroup.php:18 mod/notes.php:27
#: mod/notifications.php:70 mod/ostatus_subscribe.php:18 mod/photos.php:186
#: mod/photos.php:1020 mod/poke.php:141 mod/profiles.php:182
#: mod/profiles.php:499 mod/profile_photo.php:32 mod/profile_photo.php:177
#: mod/profile_photo.php:204 mod/regmod.php:89 mod/repair_ostatus.php:16
#: mod/settings.php:48 mod/settings.php:154 mod/settings.php:655
#: mod/suggest.php:62 mod/uimport.php:17 mod/unfollow.php:22
#: mod/unfollow.php:77 mod/unfollow.php:109 mod/viewcontacts.php:56
#: mod/wallmessage.php:19 mod/wallmessage.php:43 mod/wallmessage.php:82
#: mod/wallmessage.php:106 mod/wall_attach.php:76 mod/wall_attach.php:79
#: mod/wall_upload.php:107 mod/wall_upload.php:110 src/App.php:1480
#: src/Module/Attach.php:42 src/Module/Contact.php:360
#: src/Module/Register.php:193
2019-01-12 10:51:36 +01:00
msgid "Permission denied."
msgstr "Permission denied."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/items.php:514 src/Content/Feature.php:99
2019-01-12 10:51:36 +01:00
msgid "Archives"
msgstr "Archives"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: include/items.php:520 src/Content/ForumManager.php:135
#: src/Content/Widget.php:329 view/theme/vier/theme.php:255
2019-01-12 10:51:36 +01:00
msgid "show more"
msgstr "Show more..."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:122
2019-01-12 10:51:36 +01:00
msgid "Theme settings updated."
msgstr "Theme settings updated."
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:196 src/Content/Nav.php:231
2019-01-12 10:51:36 +01:00
msgid "Information"
msgstr "Information"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:197
2019-01-12 10:51:36 +01:00
msgid "Overview"
msgstr "Overview"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:198 mod/admin.php:779
2019-01-12 10:51:36 +01:00
msgid "Federation Statistics"
msgstr "Federation statistics"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:199
2019-01-12 10:51:36 +01:00
msgid "Configuration"
msgstr "Configuration"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:200 mod/admin.php:1581
2019-01-12 10:51:36 +01:00
msgid "Site"
msgstr "Site"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:201 mod/admin.php:1482 mod/admin.php:2062 mod/admin.php:2079
2019-01-12 10:51:36 +01:00
msgid "Users"
msgstr "Users"
2017-12-08 09:42:24 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:202 mod/admin.php:2179 mod/admin.php:2239 mod/settings.php:99
2019-01-12 10:51:36 +01:00
msgid "Addons"
msgstr "Addons"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:203 mod/admin.php:2436 mod/admin.php:2480
2019-01-12 10:51:36 +01:00
msgid "Themes"
msgstr "Theme selection"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:204 mod/settings.php:77
2019-01-12 10:51:36 +01:00
msgid "Additional features"
msgstr "Additional features"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:205 mod/admin.php:329 src/Content/Nav.php:234
#: src/Module/Register.php:144 src/Module/Tos.php:73
2019-01-12 10:51:36 +01:00
msgid "Terms of Service"
msgstr "Terms of Service"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:206
2019-01-12 10:51:36 +01:00
msgid "Database"
msgstr "Database"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:207
2019-01-12 10:51:36 +01:00
msgid "DB updates"
msgstr "DB updates"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:208 mod/admin.php:823
2019-01-12 10:51:36 +01:00
msgid "Inspect Queue"
msgstr "Inspect queue"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:209
2019-01-12 10:51:36 +01:00
msgid "Inspect Deferred Workers"
msgstr "Inspect deferred workers"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:210
2019-01-12 10:51:36 +01:00
msgid "Inspect worker Queue"
msgstr "Inspect worker queue"
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:211
2019-01-12 10:51:36 +01:00
msgid "Tools"
msgstr "Tools"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:212
2019-01-12 10:51:36 +01:00
msgid "Contact Blocklist"
msgstr "Contact blocklist"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:213 mod/admin.php:395
2019-01-12 10:51:36 +01:00
msgid "Server Blocklist"
msgstr "Server blocklist"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:214 mod/admin.php:558
2019-01-12 10:51:36 +01:00
msgid "Delete Item"
msgstr "Delete item"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:215 mod/admin.php:216 mod/admin.php:2556
2019-01-12 10:51:36 +01:00
msgid "Logs"
msgstr "Logs"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:217 mod/admin.php:2624
2019-01-12 10:51:36 +01:00
msgid "View Logs"
msgstr "View logs"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:219
2019-01-12 10:51:36 +01:00
msgid "Diagnostics"
msgstr "Diagnostics"
2017-08-23 14:53:37 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:220
2019-01-12 10:51:36 +01:00
msgid "PHP Info"
msgstr "PHP info"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:221
2019-01-12 10:51:36 +01:00
msgid "probe address"
msgstr "Probe address"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:222
2019-01-12 10:51:36 +01:00
msgid "check webfinger"
msgstr "Check webfinger"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:242 src/Content/Nav.php:274
2019-01-12 10:51:36 +01:00
msgid "Admin"
msgstr "Admin"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:243
2019-01-12 10:51:36 +01:00
msgid "Addon Features"
msgstr "Addon features"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:244
2019-01-12 10:51:36 +01:00
msgid "User registrations waiting for confirmation"
msgstr "User registrations awaiting confirmation"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:328 mod/admin.php:394 mod/admin.php:514 mod/admin.php:557
#: mod/admin.php:778 mod/admin.php:822 mod/admin.php:875 mod/admin.php:998
#: mod/admin.php:1580 mod/admin.php:2061 mod/admin.php:2178 mod/admin.php:2238
#: mod/admin.php:2435 mod/admin.php:2479 mod/admin.php:2555 mod/admin.php:2623
2019-01-12 10:51:36 +01:00
msgid "Administration"
msgstr "Administration"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:330
2019-01-12 10:51:36 +01:00
msgid "Display Terms of Service"
msgstr "Display Terms of Service"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:330
2019-01-12 10:51:36 +01:00
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 "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."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:331
2019-01-12 10:51:36 +01:00
msgid "Display Privacy Statement"
msgstr "Display Privacy Statement"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:331
2019-01-12 10:51:36 +01:00
#, php-format
2018-04-09 10:17:25 +02:00
msgid ""
2019-01-12 10:51:36 +01:00
"Show some informations regarding the needed information to operate the node "
"according e.g. to <a href=\"%s\" target=\"_blank\">EU-GDPR</a>."
msgstr "Show some informations regarding the needed information to operate the node according e.g. to <a href=\"%s\" target=\"_blank\">EU-GDPR</a>."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:332
2019-01-12 10:51:36 +01:00
msgid "Privacy Statement Preview"
msgstr "Privacy Statement Preview"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:334
2019-01-12 10:51:36 +01:00
msgid "The Terms of Service"
msgstr "Terms of Service"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:334
2019-01-12 10:51:36 +01:00
msgid ""
"Enter the Terms of Service for your node here. You can use BBCode. Headers "
"of sections should be [h2] and below."
msgstr "Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] or lower."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:336 mod/admin.php:1582 mod/admin.php:2240 mod/admin.php:2481
#: mod/admin.php:2557 mod/admin.php:2707 mod/delegate.php:175
#: mod/settings.php:665 mod/settings.php:772 mod/settings.php:860
#: mod/settings.php:949 mod/settings.php:1174
2019-01-12 10:51:36 +01:00
msgid "Save Settings"
msgstr "Save settings"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:386 mod/admin.php:404 mod/dfrn_request.php:346
#: mod/friendica.php:131 src/Model/Contact.php:1719
2019-01-12 10:51:36 +01:00
msgid "Blocked domain"
msgstr "Blocked domain"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:386
2019-01-12 10:51:36 +01:00
msgid "The blocked domain"
msgstr "Blocked domain"
2017-12-08 09:42:24 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:387 mod/admin.php:405 mod/friendica.php:131
2019-01-12 10:51:36 +01:00
msgid "Reason for the block"
msgstr "Reason for the block"
2017-12-08 09:42:24 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:387 mod/admin.php:400
2019-01-12 10:51:36 +01:00
msgid "The reason why you blocked this domain."
msgstr "Reason why you blocked this domain."
2017-12-08 09:42:24 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:388
2019-01-12 10:51:36 +01:00
msgid "Delete domain"
msgstr "Delete domain"
2017-12-08 09:42:24 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:388
2019-01-12 10:51:36 +01:00
msgid "Check to delete this entry from the blocklist"
msgstr "Check to delete this entry from the blocklist"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:396
2018-02-16 10:33:10 +01:00
msgid ""
2019-01-12 10:51:36 +01:00
"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 "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."
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:397
2018-02-16 10:33:10 +01:00
msgid ""
2019-01-12 10:51:36 +01:00
"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 "The list of blocked servers will publicly available on the Friendica page so that your users and people investigating communication problems can readily find the reason."
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:398
2019-01-12 10:51:36 +01:00
msgid "Add new entry to block list"
msgstr "Add new entry to block list"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:399
2019-01-12 10:51:36 +01:00
msgid "Server Domain"
msgstr "Server domain"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:399
2018-02-16 10:33:10 +01:00
msgid ""
2019-01-12 10:51:36 +01:00
"The domain of the new server to add to the block list. Do not include the "
"protocol."
msgstr "The domain of the new server to add to the block list. Do not include the protocol."
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:400
2019-01-12 10:51:36 +01:00
msgid "Block reason"
msgstr "Block reason"
2017-12-08 09:42:24 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:401
2019-01-12 10:51:36 +01:00
msgid "Add Entry"
msgstr "Add entry"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:402
2019-01-12 10:51:36 +01:00
msgid "Save changes to the blocklist"
msgstr "Save changes to the blocklist"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:403
2019-01-12 10:51:36 +01:00
msgid "Current Entries in the Blocklist"
msgstr "Current entries in the blocklist"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:406
2019-01-12 10:51:36 +01:00
msgid "Delete entry from blocklist"
msgstr "Delete entry from blocklist"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:409
2019-01-12 10:51:36 +01:00
msgid "Delete entry from blocklist?"
msgstr "Delete entry from blocklist?"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:436
2019-01-12 10:51:36 +01:00
msgid "Server added to blocklist."
msgstr "Server added to blocklist."
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:452
2019-01-12 10:51:36 +01:00
msgid "Site blocklist updated."
msgstr "Site blocklist updated."
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:477 src/Core/Console/GlobalCommunityBlock.php:68
2019-01-12 10:51:36 +01:00
msgid "The contact has been blocked from the node"
msgstr "The contact has been blocked from the node"
2017-12-08 09:42:24 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:479 src/Core/Console/GlobalCommunityBlock.php:65
2019-01-12 10:51:36 +01:00
#, php-format
msgid "Could not find any contact entry for this URL (%s)"
msgstr "Could not find any contact entry for this URL (%s)"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:486
2019-01-12 10:51:36 +01:00
#, php-format
msgid "%s contact unblocked"
msgid_plural "%s contacts unblocked"
msgstr[0] "%s contact unblocked"
msgstr[1] "%s contacts unblocked"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:515
2019-01-12 10:51:36 +01:00
msgid "Remote Contact Blocklist"
msgstr "Remote contact blocklist"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:516
2018-02-16 10:33:10 +01:00
msgid ""
2019-01-12 10:51:36 +01:00
"This page allows you to prevent any message from a remote contact to reach "
"your node."
msgstr "This page allows you to prevent any message from a remote contact to reach your node."
2017-12-08 09:42:24 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:517
2019-01-12 10:51:36 +01:00
msgid "Block Remote Contact"
msgstr "Block Remote Contact"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:518 mod/admin.php:2064
2019-01-12 10:51:36 +01:00
msgid "select all"
msgstr "select all"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:519
2019-01-12 10:51:36 +01:00
msgid "select none"
msgstr "select none"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:520 mod/admin.php:2073 src/Module/Contact.php:621
#: src/Module/Contact.php:824 src/Module/Contact.php:1077
2019-01-12 10:51:36 +01:00
msgid "Block"
msgstr "Block"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:521 mod/admin.php:2075 src/Module/Contact.php:621
#: src/Module/Contact.php:824 src/Module/Contact.php:1077
2019-01-12 10:51:36 +01:00
msgid "Unblock"
msgstr "Unblock"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:522
2019-01-12 10:51:36 +01:00
msgid "No remote contact is blocked from this node."
msgstr "No remote contact is blocked from this node."
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:524
2019-01-12 10:51:36 +01:00
msgid "Blocked Remote Contacts"
msgstr "Blocked remote contacts"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:525
2019-01-12 10:51:36 +01:00
msgid "Block New Remote Contact"
msgstr "Block new remote contact"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:526
2019-01-12 10:51:36 +01:00
msgid "Photo"
msgstr "Photo"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:526 mod/admin.php:2056 mod/admin.php:2067 mod/admin.php:2081
#: mod/admin.php:2097 mod/crepair.php:159 mod/settings.php:667
#: mod/settings.php:693
2019-01-12 10:51:36 +01:00
msgid "Name"
msgstr "Name:"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:526 mod/profiles.php:382
2019-01-12 10:51:36 +01:00
msgid "Address"
msgstr "Address"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:526 mod/admin.php:536 mod/follow.php:166
#: mod/notifications.php:179 mod/notifications.php:263 mod/unfollow.php:137
#: src/Module/Contact.php:639
2019-01-12 10:51:36 +01:00
msgid "Profile URL"
msgstr "Profile URL:"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:534
2018-02-16 10:33:10 +01:00
#, php-format
2019-01-12 10:51:36 +01:00
msgid "%s total blocked contact"
msgid_plural "%s total blocked contacts"
msgstr[0] "%s total blocked contact"
msgstr[1] "%s total blocked contacts"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:536
2019-01-12 10:51:36 +01:00
msgid "URL of the remote contact to block."
msgstr "URL of the remote contact to block."
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:559
2019-01-12 10:51:36 +01:00
msgid "Delete this Item"
msgstr "Delete"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:560
2019-01-12 10:51:36 +01:00
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 "Here you can delete an item from this node. If the item is a top-level posting, the entire thread will be deleted."
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:561
2019-01-12 10:51:36 +01:00
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 "You need to know the global unique identifier (GUID) of the item, which you can find by looking at the display URL. The last part of http://example.com/display/123456 is the GUID: i.e. 123456."
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:562
2019-01-12 10:51:36 +01:00
msgid "GUID"
msgstr "GUID"
2017-12-08 09:42:24 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:562
2019-01-12 10:51:36 +01:00
msgid "The GUID of the item you want to delete."
msgstr "GUID of item to be deleted."
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:597
2019-01-12 10:51:36 +01:00
msgid "Item marked for deletion."
msgstr "Item marked for deletion."
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:669
2019-01-12 10:51:36 +01:00
msgid "unknown"
msgstr "unknown"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:772
2018-02-16 10:33:10 +01:00
msgid ""
2019-01-12 10:51:36 +01:00
"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 "This page offers you the amount of known part of the federated social network your Friendica node is part of. These numbers are not complete and only reflect the part of the network your node is aware of."
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:773
2018-02-16 10:33:10 +01:00
msgid ""
2019-01-12 10:51:36 +01:00
"The <em>Auto Discovered Contact Directory</em> feature is not enabled, it "
"will improve the data displayed here."
msgstr "The <em>Auto Discovered Contact Directory</em> feature is not enabled; enabling it will improve the data displayed here."
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:785
2019-01-12 10:51:36 +01:00
#, php-format
2018-02-16 10:33:10 +01:00
msgid ""
2019-01-12 10:51:36 +01:00
"Currently this node is aware of %d nodes with %d registered users from the "
"following platforms:"
msgstr "Currently this node is aware of %d nodes with %d registered users from the following platforms:"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:825 mod/admin.php:878
2019-01-12 10:51:36 +01:00
msgid "ID"
msgstr "ID"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:826
2019-01-12 10:51:36 +01:00
msgid "Recipient Name"
msgstr "Recipient name"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:827
2019-01-12 10:51:36 +01:00
msgid "Recipient Profile"
msgstr "Recipient profile"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:828 src/Content/Nav.php:239
#: src/Core/NotificationsManager.php:182 view/theme/frio/theme.php:269
2019-01-12 10:51:36 +01:00
msgid "Network"
msgstr "Network"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:829 mod/admin.php:880
2019-01-12 10:51:36 +01:00
msgid "Created"
msgstr "Created"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:830
2019-01-12 10:51:36 +01:00
msgid "Last Tried"
msgstr "Last Tried"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:831
2019-01-12 10:51:36 +01:00
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 "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."
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:854
2019-01-12 10:51:36 +01:00
msgid "Inspect Deferred Worker Queue"
2019-01-12 18:38:54 +01:00
msgstr "Inspect Deferred Worker Queue"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:855
2018-05-21 16:08:07 +02:00
msgid ""
2019-01-12 10:51:36 +01:00
"This page lists the deferred worker jobs. This are jobs that couldn't be "
"executed at the first time."
2019-03-11 17:51:46 +01:00
msgstr "This page lists the deferred worker jobs. These are jobs that couldn't initially be executed."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:858
2019-01-12 10:51:36 +01:00
msgid "Inspect Worker Queue"
2019-01-12 18:38:54 +01:00
msgstr "Inspect Worker Queue"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:859
2019-01-12 10:51:36 +01:00
msgid ""
"This page lists the currently queued worker jobs. These jobs are handled by "
"the worker cronjob you've set up during install."
2019-01-12 18:38:54 +01:00
msgstr "This page lists the currently queued worker jobs. These jobs are handled by the worker cronjob you've set up during install."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:879
2019-01-12 10:51:36 +01:00
msgid "Job Parameters"
2019-01-12 18:38:54 +01:00
msgstr "Job Parameters"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:881
2019-01-12 10:51:36 +01:00
msgid "Priority"
2019-01-12 18:38:54 +01:00
msgstr "Priority"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:907
2018-02-16 10:33:10 +01:00
#, php-format
2019-01-12 10:51:36 +01:00
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 <a href=\"%s\">here</a> for a guide that may be helpful "
"converting the table engines. You may also use the command <tt>php "
"bin/console.php dbstructure toinnodb</tt> of your Friendica installation for"
" an automatic conversion.<br />"
msgstr "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 <a href=\"%s\">here</a> for a guide that may be helpful converting the table engines. You may also use the command <tt>php bin/console.php dbstructure toinnodb</tt> of your Friendica installation for an automatic conversion.<br />"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:914
2019-01-12 10:51:36 +01:00
#, 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 "A new Friendica version is available now. Your current version is %1$s, upstream version is %2$s"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:924
2017-09-27 07:10:12 +02:00
msgid ""
2019-01-12 10:51:36 +01:00
"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 "The database update failed. Please run \"php bin/console.php dbstructure update\" from the command line and check for errors that may appear."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:930
2019-01-12 10:51:36 +01:00
msgid "The worker was never executed. Please check your database structure!"
msgstr "The worker process has never been executed. Please check your database structure!"
2019-03-11 17:51:46 +01:00
#: mod/admin.php:933
2018-02-16 10:33:10 +01:00
#, php-format
2019-01-12 10:51:36 +01:00
msgid ""
"The last worker execution was on %s UTC. This is older than one hour. Please"
" check your crontab settings."
msgstr "The last worker process started at %s UTC. This is more than one hour ago. Please adjust your crontab settings."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:939
2018-02-16 10:33:10 +01:00
#, php-format
2019-01-12 10:51:36 +01:00
msgid ""
"Friendica's configuration now is stored in config/local.config.php, please "
"copy config/local-sample.config.php and move your config from "
"<code>.htconfig.php</code>. See <a href=\"%s\">the Config help page</a> for "
"help with the transition."
2019-01-12 18:38:54 +01:00
msgstr "Friendica's configuration now is stored in config/local.config.php, please copy config/local-sample.config.php and move your configuration from <code>.htconfig.php</code>. See <a href=\"%s\">the configuration help page</a> for help with the transition."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:943
#, php-format
msgid ""
"Friendica's configuration now is stored in config/local.config.php, please "
"copy config/local-sample.config.php and move your config from "
"<code>config/local.ini.php</code>. See <a href=\"%s\">the Config help "
"page</a> for help with the transition."
msgstr "Friendica's configuration is now stored in config/local.config.php; please copy config/local-sample.config.php and move your config from <code>config/local.ini.php</code>. See <a href=\"%s\">the Config help page</a> for help with the transition."
#: mod/admin.php:950
2018-05-21 16:08:07 +02:00
#, php-format
2019-01-12 10:51:36 +01:00
msgid ""
"<a href=\"%s\">%s</a> is not reachable on your system. This is a severe "
"configuration issue that prevents server to server communication. See <a "
"href=\"%s\">the installation page</a> for help."
2019-01-12 18:38:54 +01:00
msgstr "<a href=\"%s\">%s</a> is not reachable on your system. This is a severe configuration issue that prevents server to server communication. See <a href=\"%s\">the installation page</a> for help."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:956
2019-01-12 10:51:36 +01:00
msgid "Normal Account"
msgstr "Standard account"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:957
2019-01-12 10:51:36 +01:00
msgid "Automatic Follower Account"
msgstr "Automatic follower account"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:958
2019-01-12 10:51:36 +01:00
msgid "Public Forum Account"
msgstr "Public forum account"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:959
2019-01-12 10:51:36 +01:00
msgid "Automatic Friend Account"
msgstr "Automatic friend account"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:960
2019-01-12 10:51:36 +01:00
msgid "Blog Account"
msgstr "Blog account"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:961
2019-01-12 10:51:36 +01:00
msgid "Private Forum Account"
msgstr "Private forum account"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:984
2019-01-12 10:51:36 +01:00
msgid "Message queues"
msgstr "Message queues"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:990
2019-01-12 10:51:36 +01:00
msgid "Server Settings"
2019-01-12 18:38:54 +01:00
msgstr "Server Settings"
2017-12-08 09:42:24 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:999
2019-01-12 10:51:36 +01:00
msgid "Summary"
msgstr "Summary"
2017-12-08 09:42:24 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1001
2019-01-12 10:51:36 +01:00
msgid "Registered users"
msgstr "Registered users"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1003
2019-01-12 10:51:36 +01:00
msgid "Pending registrations"
msgstr "Pending registrations"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1004
2019-01-12 10:51:36 +01:00
msgid "Version"
msgstr "Version"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1009
2019-01-12 10:51:36 +01:00
msgid "Active addons"
msgstr "Active addons"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1042
2019-01-12 10:51:36 +01:00
msgid "Can not parse base url. Must have at least <scheme>://<domain>"
msgstr "Can not parse base URL. Must have at least <scheme>://<domain>"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1415
2019-01-12 10:51:36 +01:00
msgid "Site settings updated."
msgstr "Site settings updated."
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1444 mod/settings.php:893
2019-01-12 10:51:36 +01:00
msgid "No special theme for mobile devices"
msgstr "No special theme for mobile devices"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1473
2019-01-12 10:51:36 +01:00
msgid "No community page for local users"
msgstr "No community page for local users"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1474
2019-01-12 10:51:36 +01:00
msgid "No community page"
msgstr "No community page"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1475
2019-01-12 10:51:36 +01:00
msgid "Public postings from users of this site"
msgstr "Public postings from users of this site"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1476
2019-01-12 10:51:36 +01:00
msgid "Public postings from the federated network"
msgstr "Public postings from the federated network"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1477
2019-01-12 10:51:36 +01:00
msgid "Public postings from local users and the federated network"
msgstr "Public postings from local users and the federated network"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1481 mod/admin.php:1682 mod/admin.php:1692
#: src/Module/Contact.php:546
2019-01-12 10:51:36 +01:00
msgid "Disabled"
msgstr "Disabled"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1483
2019-01-12 10:51:36 +01:00
msgid "Users, Global Contacts"
msgstr "Users, Global Contacts"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1484
2019-01-12 10:51:36 +01:00
msgid "Users, Global Contacts/fallback"
msgstr "Users, Global Contacts/fallback"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1488
2019-01-12 10:51:36 +01:00
msgid "One month"
msgstr "One month"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1489
2019-01-12 10:51:36 +01:00
msgid "Three months"
msgstr "Three months"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1490
2019-01-12 10:51:36 +01:00
msgid "Half a year"
msgstr "Half a year"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1491
2019-01-12 10:51:36 +01:00
msgid "One year"
msgstr "One a year"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1496
2019-01-12 10:51:36 +01:00
msgid "Multi user instance"
msgstr "Multi user instance"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1520
2019-01-12 10:51:36 +01:00
msgid "Closed"
msgstr "Closed"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1521
2019-01-12 10:51:36 +01:00
msgid "Requires approval"
msgstr "Requires approval"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1522
2019-01-12 10:51:36 +01:00
msgid "Open"
msgstr "Open"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1526
2019-01-12 10:51:36 +01:00
msgid "No SSL policy, links will track page SSL state"
msgstr "No SSL policy, links will track page SSL state"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1527
2019-01-12 10:51:36 +01:00
msgid "Force all links to use SSL"
msgstr "Force all links to use SSL"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1528
2019-01-12 10:51:36 +01:00
msgid "Self-signed certificate, use SSL for local links only (discouraged)"
msgstr "Self-signed certificate, use SSL for local links only (discouraged)"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1532
2019-01-12 10:51:36 +01:00
msgid "Don't check"
msgstr "Don't check"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1533
2019-01-12 10:51:36 +01:00
msgid "check the stable version"
msgstr "check for stable version updates"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1534
2019-01-12 10:51:36 +01:00
msgid "check the development version"
msgstr "check for development version updates"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1556
msgid "Database (legacy)"
msgstr "Database (legacy)"
#: mod/admin.php:1583
2019-01-12 10:51:36 +01:00
msgid "Republish users to directory"
msgstr "Republish users to directory"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1584 src/Module/Register.php:121
2019-01-12 10:51:36 +01:00
msgid "Registration"
msgstr "Join this Friendica Node Today"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1585
2019-01-12 10:51:36 +01:00
msgid "File upload"
msgstr "File upload"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1586
2019-01-12 10:51:36 +01:00
msgid "Policies"
msgstr "Policies"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1587 mod/events.php:555 src/Model/Profile.php:878
#: src/Module/Contact.php:902
2019-01-12 10:51:36 +01:00
msgid "Advanced"
msgstr "Advanced"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1588
2019-01-12 10:51:36 +01:00
msgid "Auto Discovered Contact Directory"
msgstr "Auto-discovered contact directory"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1589
2019-01-12 10:51:36 +01:00
msgid "Performance"
msgstr "Performance"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1590
2019-01-12 10:51:36 +01:00
msgid "Worker"
msgstr "Worker"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1591
2019-01-12 10:51:36 +01:00
msgid "Message Relay"
msgstr "Message relay"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1592
2019-01-12 10:51:36 +01:00
msgid "Relocate Instance"
2019-01-12 18:38:54 +01:00
msgstr "Relocate Instance"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1593
2019-01-12 10:51:36 +01:00
msgid "Warning! Advanced function. Could make this server unreachable."
2019-03-11 17:51:46 +01:00
msgstr "Warning! Advanced function that could make this server unreachable."
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1597
2019-01-12 10:51:36 +01:00
msgid "Site name"
msgstr "Site name"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1598
2019-01-12 10:51:36 +01:00
msgid "Host name"
msgstr "Host name"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1599
2019-01-12 10:51:36 +01:00
msgid "Sender Email"
msgstr "Sender email"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1599
2018-04-09 10:17:25 +02:00
msgid ""
2019-01-12 10:51:36 +01:00
"The email address your server shall use to send notification emails from."
msgstr "The email address your server shall use to send notification emails from."
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1600
2019-01-12 10:51:36 +01:00
msgid "Banner/Logo"
msgstr "Banner/Logo"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1601
2019-01-12 10:51:36 +01:00
msgid "Shortcut icon"
msgstr "Shortcut icon"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1601
2019-01-12 10:51:36 +01:00
msgid "Link to an icon that will be used for browsers."
msgstr "Link to an icon that will be used for browsers."
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1602
2019-01-12 10:51:36 +01:00
msgid "Touch icon"
msgstr "Touch icon"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1602
2019-01-12 10:51:36 +01:00
msgid "Link to an icon that will be used for tablets and mobiles."
msgstr "Link to an icon that will be used for tablets and mobiles."
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1603
2019-01-12 10:51:36 +01:00
msgid "Additional Info"
msgstr "Additional Info"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1603
2019-01-12 10:51:36 +01:00
#, php-format
msgid ""
"For public servers: you can add additional information here that will be "
"listed at %s/servers."
msgstr "For public servers: You can add additional information here that will be listed at %s/servers."
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1604
2019-01-12 10:51:36 +01:00
msgid "System language"
msgstr "System language"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1605
2019-01-12 10:51:36 +01:00
msgid "System theme"
msgstr "System theme"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1605
2019-01-12 10:51:36 +01:00
msgid ""
"Default system theme - may be over-ridden by user profiles - <a href='#' "
"id='cnftheme'>change theme settings</a>"
msgstr "Default system theme - may be overridden by user profiles - <a href='#' id='cnftheme'>change theme settings</a>"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1606
2019-01-12 10:51:36 +01:00
msgid "Mobile system theme"
msgstr "Mobile system theme"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1606
2019-01-12 10:51:36 +01:00
msgid "Theme for mobile devices"
msgstr "Theme for mobile devices"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1607
2019-01-12 10:51:36 +01:00
msgid "SSL link policy"
msgstr "SSL link policy"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1607
2019-01-12 10:51:36 +01:00
msgid "Determines whether generated links should be forced to use SSL"
msgstr "Determines whether generated links should be forced to use SSL"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1608
2019-01-12 10:51:36 +01:00
msgid "Force SSL"
msgstr "Force SSL"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1608
2019-01-12 10:51:36 +01:00
msgid ""
"Force all Non-SSL requests to SSL - Attention: on some systems it could lead"
" to endless loops."
msgstr "Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops."
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1609
2019-01-12 10:51:36 +01:00
msgid "Hide help entry from navigation menu"
msgstr "Hide help entry from navigation menu"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1609
2019-01-12 10:51:36 +01:00
msgid ""
"Hides the menu entry for the Help pages from the navigation menu. You can "
"still access it calling /help directly."
msgstr "Hides the menu entry for the Help pages from the navigation menu. Help pages can still be accessed by calling ../help directly via its URL."
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1610
2019-01-12 10:51:36 +01:00
msgid "Single user instance"
msgstr "Single user instance"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1610
2019-01-12 10:51:36 +01:00
msgid "Make this instance multi-user or single-user for the named user"
msgstr "Make this instance multi-user or single-user for the named user"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1612
msgid "File storage backend"
msgstr "File storage backend"
#: mod/admin.php:1612
msgid ""
"The backend used to store uploaded data. If you change the storage backend, "
"you can manually move the existing files. If you do not do so, the files "
"uploaded before the change will still be available at the old backend. "
"Please see <a href=\"/help/Settings#1_2_3_1\">the settings documentation</a>"
" for more information about the choices and the moving procedure."
msgstr "The backend used to store uploaded data. If you change the storage backend, you can manually move the existing files. If you don't do so, the files uploaded before the change will still be available at the old backend. Please see <a href=\"/help/Settings#1_2_3_1\">the settings documentation</a> for more information about the choices and the moving procedure."
#: mod/admin.php:1614
2019-01-12 10:51:36 +01:00
msgid "Maximum image size"
msgstr "Maximum image size"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1614
2019-01-12 10:51:36 +01:00
msgid ""
"Maximum size in bytes of uploaded images. Default is 0, which means no "
"limits."
msgstr "Maximum size in bytes of uploaded images. Default is 0, which means no limits."
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1615
2019-01-12 10:51:36 +01:00
msgid "Maximum image length"
msgstr "Maximum image length"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1615
2019-01-12 10:51:36 +01:00
msgid ""
"Maximum length in pixels of the longest side of uploaded images. Default is "
"-1, which means no limits."
msgstr "Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits."
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1616
2019-01-12 10:51:36 +01:00
msgid "JPEG image quality"
msgstr "JPEG image quality"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1616
2019-01-12 10:51:36 +01:00
msgid ""
"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is "
"100, which is full quality."
msgstr "Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is the original quality level."
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1618
2019-01-12 10:51:36 +01:00
msgid "Register policy"
msgstr "Registration policy"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1619
2019-01-12 10:51:36 +01:00
msgid "Maximum Daily Registrations"
msgstr "Maximum daily registrations"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1619
2018-04-09 10:17:25 +02:00
msgid ""
2019-01-12 10:51:36 +01:00
"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 "If open registration is permitted, this sets the maximum number of new registrations per day. This setting has no effect for registrations by approval."
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1620
2019-01-12 10:51:36 +01:00
msgid "Register text"
msgstr "Registration text"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1620
2019-01-12 10:51:36 +01:00
msgid ""
"Will be displayed prominently on the registration page. You can use BBCode "
"here."
msgstr "Will be displayed prominently on the registration page. You may use BBCode here."
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1621
2019-01-12 10:51:36 +01:00
msgid "Forbidden Nicknames"
2019-01-12 18:38:54 +01:00
msgstr "Forbidden Nicknames"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1621
2019-01-12 10:51:36 +01:00
msgid ""
"Comma separated list of nicknames that are forbidden from registration. "
"Preset is a list of role names according RFC 2142."
2019-01-12 18:38:54 +01:00
msgstr "Comma separated list of nicknames that are forbidden from registration. Preset is a list of role names according RFC 2142."
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1622
2019-01-12 10:51:36 +01:00
msgid "Accounts abandoned after x days"
msgstr "Accounts abandoned after so many days"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1622
2019-01-12 10:51:36 +01:00
msgid ""
"Will not waste system resources polling external sites for abandonded "
"accounts. Enter 0 for no time limit."
msgstr "Will not waste system resources polling external sites for abandoned accounts. Enter 0 for no time limit."
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1623
2019-01-12 10:51:36 +01:00
msgid "Allowed friend domains"
msgstr "Allowed friend domains"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1623
2019-01-12 10:51:36 +01:00
msgid ""
"Comma separated list of domains which are allowed to establish friendships "
"with this site. Wildcards are accepted. Empty to allow any domains"
msgstr "Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Leave empty to allow any domains"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1624
2019-01-12 10:51:36 +01:00
msgid "Allowed email domains"
msgstr "Allowed email domains"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1624
2019-01-12 10:51:36 +01:00
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 "Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Leave empty to allow any domains"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1625
2019-01-12 10:51:36 +01:00
msgid "No OEmbed rich content"
msgstr "No OEmbed rich content"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1625
2019-01-12 10:51:36 +01:00
msgid ""
"Don't show the rich content (e.g. embedded PDF), except from the domains "
"listed below."
msgstr "Don't show rich content (e.g. embedded PDF), except from the domains listed below."
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1626
2019-01-12 10:51:36 +01:00
msgid "Allowed OEmbed domains"
msgstr "Allowed OEmbed domains"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1626
2019-01-12 10:51:36 +01:00
msgid ""
"Comma separated list of domains which oembed content is allowed to be "
"displayed. Wildcards are accepted."
msgstr "Comma separated list of domains from where OEmbed content is allowed. Wildcards are possible."
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1627
2019-01-12 10:51:36 +01:00
msgid "Block public"
msgstr "Block public"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1627
2019-01-12 10:51:36 +01:00
msgid ""
"Check to block public access to all otherwise public personal pages on this "
"site unless you are currently logged in."
msgstr "Block public access to all otherwise public personal pages on this site, except for local users when logged in."
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1628
2019-01-12 10:51:36 +01:00
msgid "Force publish"
msgstr "Mandatory directory listing"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1628
2019-01-12 10:51:36 +01:00
msgid ""
"Check to force all profiles on this site to be listed in the site directory."
msgstr "Force all profiles on this site to be listed in the site directory."
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1628
2019-01-12 10:51:36 +01:00
msgid "Enabling this may violate privacy laws like the GDPR"
2019-01-12 18:38:54 +01:00
msgstr "Enabling this may violate privacy laws like the GDPR"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1629
2019-01-12 10:51:36 +01:00
msgid "Global directory URL"
msgstr "Global directory URL"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1629
2019-01-12 10:51:36 +01:00
msgid ""
"URL to the global directory. If this is not set, the global directory is "
"completely unavailable to the application."
msgstr "URL to the global directory: If this is not set, the global directory is completely unavailable to the application."
2017-05-29 10:35:04 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1630
2019-01-12 10:51:36 +01:00
msgid "Private posts by default for new users"
msgstr "Private posts by default for new users"
2017-05-29 10:35:04 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1630
2019-01-12 10:51:36 +01:00
msgid ""
"Set default post permissions for all new members to the default privacy "
"group rather than public."
msgstr "Set default post permissions for all new members to the default privacy group rather than public."
2017-05-29 10:35:04 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1631
2019-01-12 10:51:36 +01:00
msgid "Don't include post content in email notifications"
msgstr "Don't include post content in email notifications"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1631
2019-01-12 10:51:36 +01:00
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 "Don't include the content of a post/comment/private message in the email notifications sent from this site, as a privacy measure."
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1632
2019-01-12 10:51:36 +01:00
msgid "Disallow public access to addons listed in the apps menu."
msgstr "Disallow public access to addons listed in the apps menu."
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1632
2018-05-21 16:08:07 +02:00
msgid ""
2019-01-12 10:51:36 +01:00
"Checking this box will restrict addons listed in the apps menu to members "
"only."
msgstr "Checking this box will restrict addons listed in the apps menu to members only."
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1633
2019-01-12 10:51:36 +01:00
msgid "Don't embed private images in posts"
msgstr "Don't embed private images in posts"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1633
2019-01-12 10:51:36 +01:00
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 "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."
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1634
2019-01-12 10:51:36 +01:00
msgid "Explicit Content"
2019-01-12 18:38:54 +01:00
msgstr "Explicit Content"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1634
2019-01-12 10:51:36 +01:00
msgid ""
"Set this to announce that your node is used mostly for explicit content that"
" might not be suited for minors. This information will be published in the "
"node information and might be used, e.g. by the global directory, to filter "
"your node from listings of nodes to join. Additionally a note about this "
"will be shown at the user registration page."
2019-01-12 18:38:54 +01:00
msgstr "Set this to announce that your node is used mostly for explicit content that might not be suited for minors. This information will be published in the node information and might be used, e.g. by the global directory, to filter your node from listings of nodes to join. Additionally a note about this will be shown at the user registration page."
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1635
2019-01-12 10:51:36 +01:00
msgid "Allow Users to set remote_self"
msgstr "Allow users to set \"Remote self\""
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1635
2019-01-12 10:51:36 +01:00
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 "This allows every user to mark contacts as a \"Remote self\" in the repair contact dialogue. Setting this flag on a contact will mirror every posting of that contact in the users stream."
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1636
2019-01-12 10:51:36 +01:00
msgid "Block multiple registrations"
msgstr "Block multiple registrations"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1636
2019-01-12 10:51:36 +01:00
msgid "Disallow users to register additional accounts for use as pages."
msgstr "Disallow users to sign up for additional accounts."
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1637
2019-01-12 18:38:54 +01:00
msgid "Disable OpenID"
msgstr "Disable OpenID"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1637
2019-01-12 18:38:54 +01:00
msgid "Disable OpenID support for registration and logins."
msgstr "Disable OpenID support for registration and logins."
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1638
2019-01-12 18:38:54 +01:00
msgid "No Fullname check"
msgstr "No full name check"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1638
2019-01-12 10:51:36 +01:00
msgid ""
2019-01-12 18:38:54 +01:00
"Allow users to register without a space between the first name and the last "
"name in their full name."
msgstr "Allow users to register without a space between the first name and the last name in their full name."
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1639
2019-01-12 10:51:36 +01:00
msgid "Community pages for visitors"
msgstr "Community pages for visitors"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1639
2019-01-12 10:51:36 +01:00
msgid ""
"Which community pages should be available for visitors. Local users always "
"see both pages."
msgstr "Community pages that should be available for visitors. Local users always see both pages."
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1640
2019-01-12 10:51:36 +01:00
msgid "Posts per user on community page"
msgstr "Posts per user on community page"
2017-05-29 10:35:04 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1640
2019-01-12 10:51:36 +01:00
msgid ""
"The maximum number of posts per user on the community page. (Not valid for "
"'Global Community')"
msgstr "Maximum number of posts per user on the community page (not valid for 'Global Community')."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1641
2019-01-12 18:38:54 +01:00
msgid "Disable OStatus support"
msgstr "Disable OStatus support"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1641
2019-01-12 10:51:36 +01:00
msgid ""
2019-01-12 18:38:54 +01:00
"Disable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All "
2019-01-12 10:51:36 +01:00
"communications in OStatus are public, so privacy warnings will be "
"occasionally displayed."
2019-01-12 18:38:54 +01:00
msgstr "Disable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1642
2019-01-12 10:51:36 +01:00
msgid "Only import OStatus/ActivityPub threads from our contacts"
2019-01-12 18:38:54 +01:00
msgstr "Only import OStatus/ActivityPub threads from our contacts"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1642
2019-01-12 10:51:36 +01:00
msgid ""
"Normally we import every content from our OStatus and ActivityPub contacts. "
"With this option we only store threads that are started by a contact that is"
" known on our system."
2019-01-12 18:38:54 +01:00
msgstr "Normally we import every content from our OStatus and ActivityPub contacts. With this option we only store threads that are started by a contact that is known on our system."
2017-08-23 14:53:37 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1643
2019-01-12 10:51:36 +01:00
msgid "OStatus support can only be enabled if threading is enabled."
msgstr "OStatus support can only be enabled if threading is enabled."
2017-08-23 14:53:37 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1645
2019-01-12 10:51:36 +01:00
msgid ""
"Diaspora support can't be enabled because Friendica was installed into a sub"
" directory."
2019-03-11 17:51:46 +01:00
msgstr "diaspora* support can't be enabled because Friendica was installed into a sub directory."
2017-08-23 14:53:37 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1646
2019-01-12 10:51:36 +01:00
msgid "Enable Diaspora support"
2019-03-11 17:51:46 +01:00
msgstr "Enable diaspora* support"
2017-08-23 14:53:37 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1646
2019-01-12 10:51:36 +01:00
msgid "Provide built-in Diaspora network compatibility."
2019-03-11 17:51:46 +01:00
msgstr "Provide built-in diaspora* network compatibility."
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1647
2019-01-12 10:51:36 +01:00
msgid "Only allow Friendica contacts"
msgstr "Only allow Friendica contacts"
2017-08-23 14:53:37 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1647
2019-01-12 10:51:36 +01:00
msgid ""
"All contacts must use Friendica protocols. All other built-in communication "
"protocols disabled."
msgstr "All contacts must use Friendica protocols. All other built-in communication protocols will be disabled."
2017-08-23 14:53:37 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1648
2019-01-12 10:51:36 +01:00
msgid "Verify SSL"
msgstr "Verify SSL"
2017-08-23 14:53:37 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1648
2019-01-12 10:51:36 +01:00
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 "If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites."
2017-08-23 14:53:37 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1649
2019-01-12 10:51:36 +01:00
msgid "Proxy user"
msgstr "Proxy user"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1650
2019-01-12 10:51:36 +01:00
msgid "Proxy URL"
msgstr "Proxy URL"
2017-08-23 14:53:37 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1651
2019-01-12 10:51:36 +01:00
msgid "Network timeout"
msgstr "Network timeout"
2017-08-23 14:53:37 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1651
2019-01-12 10:51:36 +01:00
msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
msgstr "Value is in seconds. Set to 0 for unlimited (not recommended)."
2017-08-23 14:53:37 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1652
2019-01-12 10:51:36 +01:00
msgid "Maximum Load Average"
msgstr "Maximum load average"
2017-08-23 14:53:37 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1652
2019-01-12 10:51:36 +01:00
msgid ""
"Maximum system load before delivery and poll processes are deferred - "
"default 50."
msgstr "Maximum system load before delivery and poll processes are deferred (default 50)."
2017-08-23 14:53:37 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1653
2019-01-12 10:51:36 +01:00
msgid "Maximum Load Average (Frontend)"
msgstr "Maximum load average (frontend)"
2017-08-23 14:53:37 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1653
2019-01-12 10:51:36 +01:00
msgid "Maximum system load before the frontend quits service - default 50."
msgstr "Maximum system load before the frontend quits service (default 50)."
2017-08-23 14:53:37 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1654
2019-01-12 10:51:36 +01:00
msgid "Minimal Memory"
msgstr "Minimal memory"
2017-08-23 14:53:37 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1654
2019-01-12 10:51:36 +01:00
msgid ""
"Minimal free memory in MB for the worker. Needs access to /proc/meminfo - "
"default 0 (deactivated)."
msgstr "Minimal free memory in MB for the worker. Needs access to /proc/meminfo - default 0 (deactivated)."
2017-08-23 14:53:37 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1655
2019-01-12 10:51:36 +01:00
msgid "Maximum table size for optimization"
msgstr "Maximum table size for optimization"
2017-08-23 14:53:37 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1655
2019-01-12 10:51:36 +01:00
msgid ""
"Maximum table size (in MB) for the automatic optimization. Enter -1 to "
"disable it."
msgstr "Maximum table size (in MB) for automatic optimization. Enter -1 to disable it."
2017-08-23 14:53:37 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1656
2019-01-12 10:51:36 +01:00
msgid "Minimum level of fragmentation"
msgstr "Minimum level of fragmentation"
2017-08-23 14:53:37 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1656
2019-01-12 10:51:36 +01:00
msgid ""
"Minimum fragmenation level to start the automatic optimization - default "
"value is 30%."
msgstr "Minimum fragmentation level to start the automatic optimization (default 30%)."
2017-08-23 14:53:37 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1658
2019-01-12 10:51:36 +01:00
msgid "Periodical check of global contacts"
msgstr "Periodical check of global contacts"
2017-08-23 14:53:37 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1658
2019-01-12 10:51:36 +01:00
msgid ""
"If enabled, the global contacts are checked periodically for missing or "
"outdated data and the vitality of the contacts and servers."
msgstr "This checks global contacts periodically for missing or outdated data and the vitality of the contacts and servers."
2017-08-23 14:53:37 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1659
2019-01-12 10:51:36 +01:00
msgid "Days between requery"
msgstr "Days between enquiry"
2017-08-23 14:53:37 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1659
2019-01-12 10:51:36 +01:00
msgid "Number of days after which a server is requeried for his contacts."
msgstr "Number of days after which a server is required check contacts."
2017-08-23 14:53:37 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1660
2019-01-12 10:51:36 +01:00
msgid "Discover contacts from other servers"
msgstr "Discover contacts from other servers"
2017-08-23 14:53:37 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1660
2019-01-12 10:51:36 +01:00
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 "
2019-03-11 17:51:46 +01:00
"fallback increases the server load, so the recommended setting is 'Users, "
2019-01-12 10:51:36 +01:00
"Global Contacts'."
2019-03-11 17:51:46 +01:00
msgstr "Periodically query other servers for contacts. You can choose between 'users': the users on the remote system and '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 recommended setting is 'Users, Global Contacts'."
2017-08-23 14:53:37 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1661
2019-01-12 10:51:36 +01:00
msgid "Timeframe for fetching global contacts"
msgstr "Time-frame for fetching global contacts"
2017-08-23 14:53:37 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1661
2019-01-12 10:51:36 +01:00
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 "If discovery is activated, this value defines the time-frame for the activity of the global contacts that are fetched from other servers."
2017-08-23 14:53:37 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1662
2019-01-12 10:51:36 +01:00
msgid "Search the local directory"
msgstr "Search the local directory"
2017-08-23 14:53:37 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1662
2019-01-12 10:51:36 +01:00
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 "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."
2017-08-23 14:53:37 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1664
2019-01-12 10:51:36 +01:00
msgid "Publish server information"
msgstr "Publish server information"
2017-08-23 14:53:37 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1664
2018-04-09 10:17:25 +02:00
msgid ""
2019-01-12 10:51:36 +01:00
"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 <a"
" href='http://the-federation.info/'>the-federation.info</a> for details."
msgstr "This publishes generic data about the server and its usage. 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 <a href='http://the-federation.info/'>the-federation.info</a> for details."
2017-08-23 14:53:37 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1666
2019-01-12 10:51:36 +01:00
msgid "Check upstream version"
msgstr "Check upstream version"
2017-08-23 14:53:37 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1666
2019-01-12 10:51:36 +01:00
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 "Enables checking for new Friendica versions at github. If there is a new version, you will be informed in the admin panel overview."
2017-08-23 14:53:37 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1667
2019-01-12 10:51:36 +01:00
msgid "Suppress Tags"
msgstr "Suppress tags"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1667
2019-01-12 10:51:36 +01:00
msgid "Suppress showing a list of hashtags at the end of the posting."
msgstr "Suppress listed hashtags at the end of posts."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1668
2019-01-12 10:51:36 +01:00
msgid "Clean database"
msgstr "Clean database"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1668
2019-01-12 10:51:36 +01:00
msgid ""
"Remove old remote items, orphaned database records and old content from some"
" other helper tables."
msgstr "Remove old remote items, orphaned database records and old content from some other helper tables."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1669
2019-01-12 10:51:36 +01:00
msgid "Lifespan of remote items"
msgstr "Lifespan of remote items"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1669
2018-05-21 16:08:07 +02:00
msgid ""
2019-01-12 10:51:36 +01:00
"When the database cleanup is enabled, this defines the days after which "
"remote items will be deleted. Own items, and marked or filed items are "
"always kept. 0 disables this behaviour."
msgstr "When the database cleanup is enabled, this defines the days after which remote items will be deleted. Own items, and marked or filed items are always kept. 0 disables this behaviour."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1670
2019-01-12 10:51:36 +01:00
msgid "Lifespan of unclaimed items"
msgstr "Lifespan of unclaimed items"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1670
2019-01-12 10:51:36 +01:00
msgid ""
"When the database cleanup is enabled, this defines the days after which "
"unclaimed remote items (mostly content from the relay) will be deleted. "
"Default value is 90 days. Defaults to the general lifespan value of remote "
"items if set to 0."
msgstr "When the database cleanup is enabled, this defines the days after which unclaimed remote items (mostly content from the relay) will be deleted. Default value is 90 days. Defaults to the general lifespan value of remote items if set to 0."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1671
2019-01-12 10:51:36 +01:00
msgid "Lifespan of raw conversation data"
2019-01-12 18:38:54 +01:00
msgstr "Lifespan of raw conversation data"
2017-05-29 10:35:04 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1671
2019-01-12 10:51:36 +01:00
msgid ""
"The conversation data is used for ActivityPub and OStatus, as well as for "
"debug purposes. It should be safe to remove it after 14 days, default is 90 "
"days."
2019-01-12 18:38:54 +01:00
msgstr "The conversation data is used for ActivityPub and OStatus, as well as for debug purposes. It should be safe to remove it after 14 days, default is 90 days."
2017-08-23 14:53:37 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1672
2019-01-12 10:51:36 +01:00
msgid "Path to item cache"
msgstr "Path to item cache"
2017-05-29 10:35:04 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1672
2019-01-12 10:51:36 +01:00
msgid "The item caches buffers generated bbcode and external images."
msgstr "The item caches buffers generated bbcode and external images."
2017-08-23 14:53:37 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1673
2019-01-12 10:51:36 +01:00
msgid "Cache duration in seconds"
msgstr "Cache duration in seconds"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1673
2019-01-12 10:51:36 +01:00
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 "How long should cache files be held? (Default 86400 seconds - one day; -1 disables item cache)"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1674
2019-01-12 10:51:36 +01:00
msgid "Maximum numbers of comments per post"
msgstr "Maximum numbers of comments per post"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1674
2019-01-12 10:51:36 +01:00
msgid "How much comments should be shown for each post? Default value is 100."
msgstr "How many comments should be shown for each post? (Default 100)"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1675
2019-01-12 10:51:36 +01:00
msgid "Temp path"
msgstr "Temp path"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1675
2019-01-12 10:51:36 +01:00
msgid ""
"If you have a restricted system where the webserver can't access the system "
"temp path, enter another path here."
msgstr "Enter a different tmp path, if your system restricts the webserver's access to the system temp path."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1676
2019-01-12 10:51:36 +01:00
msgid "Base path to installation"
msgstr "Base path to installation"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1676
2019-01-12 10:51:36 +01:00
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 "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."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1677
2019-01-12 10:51:36 +01:00
msgid "Disable picture proxy"
msgstr "Disable picture proxy"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1677
2019-01-12 10:51:36 +01:00
msgid ""
"The picture proxy increases performance and privacy. It shouldn't be used on"
" systems with very low bandwidth."
2019-01-12 18:38:54 +01:00
msgstr "The picture proxy increases performance and privacy. It shouldn't be used on systems with very low bandwidth."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1678
2019-01-12 10:51:36 +01:00
msgid "Only search in tags"
msgstr "Only search in tags"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1678
2019-01-12 10:51:36 +01:00
msgid "On large systems the text search can slow down the system extremely."
msgstr "On large systems the text search can slow down the system significantly."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1680
2019-01-12 10:51:36 +01:00
msgid "New base url"
msgstr "New base URL"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1680
2017-12-08 09:42:24 +01:00
msgid ""
2019-01-12 10:51:36 +01:00
"Change base url for this server. Sends relocate message to all Friendica and"
" Diaspora* contacts of all users."
2019-03-11 17:51:46 +01:00
msgstr "Change base url for this server. Sends relocate message to all Friendica and diaspora* contacts of all users."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1682
2019-01-12 10:51:36 +01:00
msgid "RINO Encryption"
msgstr "RINO Encryption"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1682
2019-01-12 10:51:36 +01:00
msgid "Encryption layer between nodes."
msgstr "Encryption layer between nodes."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1682
2019-01-12 10:51:36 +01:00
msgid "Enabled"
msgstr "Enabled"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1684
2019-01-12 10:51:36 +01:00
msgid "Maximum number of parallel workers"
msgstr "Maximum number of parallel workers"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1684
2019-01-12 10:51:36 +01:00
#, php-format
msgid ""
"On shared hosters set this to %d. On larger systems, values of %d are great."
" Default value is %d."
2019-01-12 18:38:54 +01:00
msgstr "On shared hosters set this to %d. On larger systems, values of %d are great. Default value is %d."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1685
2019-01-12 10:51:36 +01:00
msgid "Don't use 'proc_open' with the worker"
msgstr "Don't use 'proc_open' with the worker"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1685
2019-01-12 10:51:36 +01:00
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 "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."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1686
2019-01-12 10:51:36 +01:00
msgid "Enable fastlane"
msgstr "Enable fast-lane"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1686
2019-01-12 10:51:36 +01:00
msgid ""
"When enabed, the fastlane mechanism starts an additional worker if processes"
" with higher priority are blocked by processes of lower priority."
msgstr "The fast-lane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1687
2019-01-12 10:51:36 +01:00
msgid "Enable frontend worker"
msgstr "Enable frontend worker"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1687
2019-01-12 10:51:36 +01:00
#, 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."
2019-01-12 18:38:54 +01:00
msgstr "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 utilise cron/scheduled jobs on your server."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1689
2019-01-12 10:51:36 +01:00
msgid "Subscribe to relay"
msgstr "Subscribe to relay"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1689
2019-01-12 10:51:36 +01:00
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 "Receive public posts from the specified relay. Post will be included in searches, subscribed tags and on the global community page."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1690
2019-01-12 10:51:36 +01:00
msgid "Relay server"
msgstr "Relay server"
2017-08-23 14:53:37 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1690
2019-01-12 10:51:36 +01:00
msgid ""
"Address of the relay server where public posts should be send to. For "
"example https://relay.diasp.org"
msgstr "Address of the relay server where public posts should be send to. For example https://relay.diasp.org"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1691
2019-01-12 10:51:36 +01:00
msgid "Direct relay transfer"
msgstr "Direct relay transfer"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1691
2019-01-12 10:51:36 +01:00
msgid ""
"Enables the direct transfer to other servers without using the relay servers"
msgstr "Enables direct transfer to other servers without using a relay server."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1692
2019-01-12 10:51:36 +01:00
msgid "Relay scope"
msgstr "Relay scope"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1692
2019-01-12 10:51:36 +01:00
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 "Set to 'all' or 'tags'. 'all' means receive every public post; 'tags' receive public posts only with specified tags."
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1692
2019-01-12 10:51:36 +01:00
msgid "all"
msgstr "all"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1692
2019-01-12 10:51:36 +01:00
msgid "tags"
msgstr "tags"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1693
2019-01-12 10:51:36 +01:00
msgid "Server tags"
msgstr "Server tags"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1693
2019-01-12 10:51:36 +01:00
msgid "Comma separated list of tags for the 'tags' subscription."
msgstr "Comma separated tags for subscription."
2017-10-05 14:09:52 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1694
2019-01-12 10:51:36 +01:00
msgid "Allow user tags"
msgstr "Allow user tags"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1694
2019-01-12 10:51:36 +01:00
msgid ""
"If enabled, the tags from the saved searches will used for the 'tags' "
"subscription in addition to the 'relay_server_tags'."
msgstr "Use user-generated tags from saved searches for 'tags' subscription in addition to 'relay_server_tags'."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1697
2019-01-12 10:51:36 +01:00
msgid "Start Relocation"
2019-01-12 18:38:54 +01:00
msgstr "Start Relocation"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1724
2019-01-12 10:51:36 +01:00
msgid "Update has been marked successful"
msgstr "Update has been marked successful"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1731
2019-01-12 10:51:36 +01:00
#, php-format
msgid "Database structure update %s was successfully applied."
msgstr "Database structure update %s was successfully applied."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1735
2019-01-12 10:51:36 +01:00
#, php-format
msgid "Executing of database structure update %s failed with error: %s"
msgstr "Executing of database structure update %s failed with error: %s"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1751
2019-01-12 10:51:36 +01:00
#, php-format
msgid "Executing %s failed with error: %s"
msgstr "Executing %s failed with error: %s"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1753
2019-01-12 10:51:36 +01:00
#, php-format
msgid "Update %s was successfully applied."
msgstr "Update %s was successfully applied."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1756
2019-01-12 10:51:36 +01:00
#, php-format
msgid "Update %s did not return a status. Unknown if it succeeded."
msgstr "Update %s did not return a status. Unknown if it succeeded."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1759
2019-01-12 10:51:36 +01:00
#, php-format
msgid "There was no additional update function %s that needed to be called."
msgstr "There was no additional update function %s that needed to be called."
2017-10-05 14:09:52 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1782
2019-01-12 10:51:36 +01:00
msgid "No failed updates."
msgstr "No failed updates."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1783
2019-01-12 10:51:36 +01:00
msgid "Check database structure"
msgstr "Check database structure"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1788
2019-01-12 10:51:36 +01:00
msgid "Failed Updates"
msgstr "Failed updates"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1789
2019-01-12 10:51:36 +01:00
msgid ""
"This does not include updates prior to 1139, which did not return a status."
msgstr "This does not include updates prior to 1139, which did not return a status."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1790
2019-01-12 10:51:36 +01:00
msgid "Mark success (if update was manually applied)"
msgstr "Mark success (if update was manually applied)"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1791
2019-01-12 10:51:36 +01:00
msgid "Attempt to execute this update step automatically"
msgstr "Attempt to execute this update step automatically"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1831
2019-01-12 10:51:36 +01:00
#, 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 "\n\t\t\tDear %1$s,\n\t\t\t\tThe administrator of %2$s has set up an account for you."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1834
2019-01-12 10:51:36 +01:00
#, 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 "\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."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1871 src/Model/User.php:859
2019-01-12 10:51:36 +01:00
#, php-format
msgid "Registration details for %s"
msgstr "Registration details for %s"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1881
2019-01-12 10:51:36 +01:00
#, php-format
msgid "%s user blocked/unblocked"
msgid_plural "%s users blocked/unblocked"
msgstr[0] "%s user blocked/unblocked"
msgstr[1] "%s users blocked/unblocked"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1888 mod/admin.php:1942
2019-01-12 10:51:36 +01:00
msgid "You can't remove yourself"
2019-01-12 18:38:54 +01:00
msgstr "You can't remove yourself"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1891
2019-01-12 10:51:36 +01:00
#, php-format
msgid "%s user deleted"
msgid_plural "%s users deleted"
msgstr[0] "%s user deleted"
msgstr[1] "%s users deleted"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1940
2019-01-12 10:51:36 +01:00
#, php-format
msgid "User '%s' deleted"
msgstr "User '%s' deleted"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1951
2019-01-12 10:51:36 +01:00
#, php-format
msgid "User '%s' unblocked"
msgstr "User '%s' unblocked"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1951
2019-01-12 10:51:36 +01:00
#, php-format
msgid "User '%s' blocked"
msgstr "User '%s' blocked"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:1999 mod/settings.php:1049
2019-01-12 10:51:36 +01:00
msgid "Normal Account Page"
msgstr "Standard"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2000 mod/settings.php:1053
2019-01-12 10:51:36 +01:00
msgid "Soapbox Page"
msgstr "Soapbox"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2001 mod/settings.php:1057
2019-01-12 10:51:36 +01:00
msgid "Public Forum"
msgstr "Public forum"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2002 mod/settings.php:1061
2019-01-12 10:51:36 +01:00
msgid "Automatic Friend Page"
msgstr "Love-all"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2003
2019-01-12 10:51:36 +01:00
msgid "Private Forum"
msgstr "Private Forum"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2006 mod/settings.php:1033
2019-01-12 10:51:36 +01:00
msgid "Personal Page"
msgstr "Personal Page"
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2007 mod/settings.php:1037
2019-01-12 10:51:36 +01:00
msgid "Organisation Page"
msgstr "Organisation Page"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2008 mod/settings.php:1041
2019-01-12 10:51:36 +01:00
msgid "News Page"
msgstr "News Page"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2009 mod/settings.php:1045
2019-01-12 10:51:36 +01:00
msgid "Community Forum"
msgstr "Community Forum"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2010
msgid "Relay"
msgstr "Relay"
#: mod/admin.php:2056 mod/admin.php:2067 mod/admin.php:2081 mod/admin.php:2099
#: src/Content/ContactSelector.php:86
2019-01-12 10:51:36 +01:00
msgid "Email"
msgstr "Email"
2017-05-29 10:35:04 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2056 mod/admin.php:2081
2019-01-12 10:51:36 +01:00
msgid "Register date"
msgstr "Registration date"
2017-05-29 10:35:04 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2056 mod/admin.php:2081
2019-01-12 10:51:36 +01:00
msgid "Last login"
msgstr "Last login"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2056 mod/admin.php:2081
2019-01-12 10:51:36 +01:00
msgid "Last item"
msgstr "Last item"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2056
2019-01-12 10:51:36 +01:00
msgid "Type"
msgstr "Type"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2063
2019-01-12 10:51:36 +01:00
msgid "Add User"
msgstr "Add user"
2017-05-29 10:35:04 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2065
2019-01-12 10:51:36 +01:00
msgid "User registrations waiting for confirm"
msgstr "User registrations awaiting confirmation"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2066
2019-01-12 10:51:36 +01:00
msgid "User waiting for permanent deletion"
msgstr "User awaiting permanent deletion"
2017-05-29 10:35:04 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2067
2019-01-12 10:51:36 +01:00
msgid "Request date"
msgstr "Request date"
2017-05-29 10:35:04 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2068
2019-01-12 10:51:36 +01:00
msgid "No registrations."
msgstr "No registrations."
2017-05-29 10:35:04 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2069
2019-01-12 10:51:36 +01:00
msgid "Note from the user"
msgstr "Note from the user"
2017-05-29 10:35:04 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2070 mod/notifications.php:183 mod/notifications.php:269
2019-01-12 10:51:36 +01:00
msgid "Approve"
msgstr "Approve"
2017-05-29 10:35:04 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2071
2019-01-12 10:51:36 +01:00
msgid "Deny"
msgstr "Deny"
2017-05-29 10:35:04 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2074
2019-01-12 10:51:36 +01:00
msgid "User blocked"
2019-01-12 18:38:54 +01:00
msgstr "User blocked"
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2076
2019-01-12 10:51:36 +01:00
msgid "Site admin"
msgstr "Site admin"
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2077
2019-01-12 10:51:36 +01:00
msgid "Account expired"
msgstr "Account expired"
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2080
2019-01-12 10:51:36 +01:00
msgid "New User"
msgstr "New user"
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2081
2019-01-12 18:38:54 +01:00
msgid "Permanent deletion"
msgstr "Permanent deletion"
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2086
2019-01-12 10:51:36 +01:00
msgid ""
"Selected users will be deleted!\\n\\nEverything these users had posted on "
"this site will be permanently deleted!\\n\\nAre you sure?"
msgstr "Selected users will be deleted!\\n\\nEverything these users has posted on this site will be permanently deleted!\\n\\nAre you sure?"
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2087
2019-01-12 10:51:36 +01:00
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 "The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2097
2019-01-12 10:51:36 +01:00
msgid "Name of the new user."
msgstr "Name of the new user."
2017-10-05 14:09:52 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2098
2019-01-12 10:51:36 +01:00
msgid "Nickname"
msgstr "Nickname"
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2098
2019-01-12 10:51:36 +01:00
msgid "Nickname of the new user."
msgstr "Nickname of the new user."
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2099
2019-01-12 10:51:36 +01:00
msgid "Email address of the new user."
msgstr "Email address of the new user."
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2141
2019-01-12 10:51:36 +01:00
#, php-format
msgid "Addon %s disabled."
msgstr "Addon %s disabled."
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2144
2019-01-12 10:51:36 +01:00
#, php-format
msgid "Addon %s enabled."
msgstr "Addon %s enabled."
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2155 mod/admin.php:2405
2019-01-12 10:51:36 +01:00
msgid "Disable"
msgstr "Disable"
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2158 mod/admin.php:2408
2019-01-12 10:51:36 +01:00
msgid "Enable"
msgstr "Enable"
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2180 mod/admin.php:2437
2019-01-12 10:51:36 +01:00
msgid "Toggle"
msgstr "Toggle"
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2181 mod/admin.php:2438 mod/newmember.php:20
#: mod/settings.php:136 src/Content/Nav.php:263 view/theme/frio/theme.php:272
2019-01-12 10:51:36 +01:00
msgid "Settings"
msgstr "Settings"
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2188 mod/admin.php:2446
2019-01-12 10:51:36 +01:00
msgid "Author: "
msgstr "Author: "
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2189 mod/admin.php:2447
2019-01-12 10:51:36 +01:00
msgid "Maintainer: "
msgstr "Maintainer: "
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2241
2019-01-12 10:51:36 +01:00
msgid "Reload active addons"
msgstr "Reload active addons"
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2246
2019-01-12 10:51:36 +01:00
#, 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 "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"
2017-12-08 09:42:24 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2367
2019-01-12 10:51:36 +01:00
msgid "No themes found."
msgstr "No themes found."
2017-12-08 09:42:24 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2428
2019-01-12 10:51:36 +01:00
msgid "Screenshot"
msgstr "Screenshot"
2017-12-08 09:42:24 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2482
2019-01-12 10:51:36 +01:00
msgid "Reload active themes"
msgstr "Reload active themes"
2017-12-08 09:42:24 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2487
2019-01-12 10:51:36 +01:00
#, php-format
msgid "No themes found on the system. They should be placed in %1$s"
msgstr "No themes found on the system. They should be placed in %1$s"
2017-12-08 09:42:24 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2488
2019-01-12 10:51:36 +01:00
msgid "[Experimental]"
msgstr "[Experimental]"
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2489
2019-01-12 10:51:36 +01:00
msgid "[Unsupported]"
msgstr "[Unsupported]"
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2514
2019-01-12 10:51:36 +01:00
msgid "Log settings updated."
msgstr "Log settings updated."
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2547
2019-01-12 10:51:36 +01:00
msgid "PHP log currently enabled."
msgstr "PHP log currently enabled."
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2549
2019-01-12 10:51:36 +01:00
msgid "PHP log currently disabled."
msgstr "PHP log currently disabled."
2017-12-08 09:42:24 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2558
2019-01-12 10:51:36 +01:00
msgid "Clear"
msgstr "Clear"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2562
2019-01-12 10:51:36 +01:00
msgid "Enable Debugging"
msgstr "Enable debugging"
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2563
2019-01-12 10:51:36 +01:00
msgid "Log file"
msgstr "Log file"
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2563
2019-01-12 10:51:36 +01:00
msgid ""
"Must be writable by web server. Relative to your Friendica top-level "
"directory."
msgstr "Must be writable by web server and relative to your Friendica top-level directory."
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2564
2019-01-12 10:51:36 +01:00
msgid "Log level"
msgstr "Log level"
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2566
2019-01-12 10:51:36 +01:00
msgid "PHP logging"
msgstr "PHP logging"
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2567
2019-01-12 10:51:36 +01:00
msgid ""
"To temporarily enable logging of PHP errors and warnings you can prepend the"
" following to the index.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."
2019-01-12 18:38:54 +01:00
msgstr "To temporarily enable logging of PHP errors and warnings you can prepend the following to the index.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."
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2599
2019-01-12 10:51:36 +01:00
#, php-format
msgid ""
"Error trying to open <strong>%1$s</strong> log file.\\r\\n<br/>Check to see "
"if file %1$s exist and is readable."
msgstr "Error trying to open <strong>%1$s</strong> log file.\\r\\n<br/>Check to see if file %1$s exist and is readable."
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2603
2019-01-12 10:51:36 +01:00
#, php-format
msgid ""
"Couldn't open <strong>%1$s</strong> log file.\\r\\n<br/>Check to see if file"
" %1$s is readable."
msgstr "Couldn't open <strong>%1$s</strong> log file.\\r\\n<br/>Check if file %1$s is readable."
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2696 mod/admin.php:2697 mod/settings.php:763
2019-01-12 10:51:36 +01:00
msgid "Off"
msgstr "Off"
2017-10-05 14:09:52 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2696 mod/admin.php:2697 mod/settings.php:763
2019-01-12 10:51:36 +01:00
msgid "On"
msgstr "On"
2017-05-29 10:35:04 +02:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2697
2018-04-09 10:17:25 +02:00
#, php-format
2019-01-12 10:51:36 +01:00
msgid "Lock feature %s"
msgstr "Lock feature %s"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/admin.php:2705
2019-01-12 10:51:36 +01:00
msgid "Manage Additional Features"
msgstr "Manage additional features"
2017-05-23 15:05:40 +02:00
2019-01-12 18:38:54 +01:00
#: mod/allfriends.php:52
2019-01-12 10:51:36 +01:00
msgid "No friends to display."
msgstr "No friends to display."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/allfriends.php:89 mod/dirfind.php:217 mod/match.php:102
#: mod/suggest.php:106 src/Content/Widget.php:39 src/Model/Profile.php:313
2019-01-12 10:51:36 +01:00
msgid "Connect"
msgstr "Connect"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/api.php:84 mod/api.php:106
2019-01-12 10:51:36 +01:00
msgid "Authorize application connection"
2019-01-12 18:38:54 +01:00
msgstr "Authorise application connection"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/api.php:85
2019-01-12 10:51:36 +01:00
msgid "Return to your app and insert this Securty Code:"
msgstr "Return to your app and insert this security code:"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/api.php:94
2019-01-12 10:51:36 +01:00
msgid "Please login to continue."
msgstr "Please login to continue."
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: mod/api.php:108
2019-01-12 10:51:36 +01:00
msgid ""
"Do you want to authorize this application to access your posts and contacts,"
" and/or create new posts for you?"
2019-01-12 18:38:54 +01:00
msgstr "Do you want to authorise this application to access your posts and contacts and create new posts for you?"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: mod/api.php:110 mod/dfrn_request.php:640 mod/follow.php:150
#: mod/profiles.php:526 mod/profiles.php:530 mod/profiles.php:551
#: mod/settings.php:1085 mod/settings.php:1091 mod/settings.php:1098
#: mod/settings.php:1102 mod/settings.php:1106 mod/settings.php:1110
#: mod/settings.php:1114 mod/settings.php:1118 mod/settings.php:1138
#: mod/settings.php:1139 mod/settings.php:1140 mod/settings.php:1141
#: mod/settings.php:1142 src/Module/Register.php:98
2019-01-12 10:51:36 +01:00
msgid "No"
msgstr "No"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/apps.php:15 src/App.php:1349
2019-01-12 10:51:36 +01:00
msgid "You must be logged in to use addons. "
msgstr "You must be logged in to use addons. "
2018-04-09 10:17:25 +02:00
2019-01-12 10:51:36 +01:00
#: mod/apps.php:20
msgid "Applications"
msgstr "Applications"
2017-05-23 15:05:40 +02:00
2019-01-12 10:51:36 +01:00
#: mod/apps.php:25
msgid "No installed applications."
msgstr "No installed applications."
2017-05-23 15:05:40 +02:00
2019-01-12 10:51:36 +01:00
#: mod/babel.php:25
msgid "Source input"
msgstr "Source input"
2017-05-23 15:05:40 +02:00
2019-01-12 10:51:36 +01:00
#: mod/babel.php:31
msgid "BBCode::toPlaintext"
msgstr "BBCode::toPlaintext"
2017-10-05 14:09:52 +02:00
2019-01-12 10:51:36 +01:00
#: mod/babel.php:37
msgid "BBCode::convert (raw HTML)"
msgstr "BBCode::convert (raw HTML)"
2017-09-27 07:10:12 +02:00
2019-01-12 10:51:36 +01:00
#: mod/babel.php:42
msgid "BBCode::convert"
msgstr "BBCode::convert"
2017-05-23 15:05:40 +02:00
2019-01-12 10:51:36 +01:00
#: mod/babel.php:48
msgid "BBCode::convert => HTML::toBBCode"
msgstr "BBCode::convert => HTML::toBBCode"
2017-05-29 10:35:04 +02:00
2019-01-12 10:51:36 +01:00
#: mod/babel.php:54
msgid "BBCode::toMarkdown"
msgstr "BBCode::toMarkdown"
2017-05-29 10:35:04 +02:00
2019-01-12 10:51:36 +01:00
#: mod/babel.php:60
msgid "BBCode::toMarkdown => Markdown::convert"
msgstr "BBCode::toMarkdown => Markdown::convert"
2017-05-23 15:05:40 +02:00
2019-01-12 10:51:36 +01:00
#: mod/babel.php:66
msgid "BBCode::toMarkdown => Markdown::toBBCode"
msgstr "BBCode::toMarkdown => Markdown::toBBCode"
2017-05-23 15:05:40 +02:00
2019-01-12 10:51:36 +01:00
#: mod/babel.php:72
msgid "BBCode::toMarkdown => Markdown::convert => HTML::toBBCode"
msgstr "BBCode::toMarkdown => Markdown::convert => HTML::toBBCode"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/babel.php:83
msgid "Item Body"
msgstr "Item Body"
#: mod/babel.php:87
msgid "Item Tags"
msgstr "Item Tags"
#: mod/babel.php:94
2019-01-12 10:51:36 +01:00
msgid "Source input (Diaspora format)"
2019-03-11 17:51:46 +01:00
msgstr "Source input (diaspora* format)"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/babel.php:100
2019-01-12 10:51:36 +01:00
msgid "Markdown::convert (raw HTML)"
2019-01-12 18:38:54 +01:00
msgstr "Markdown::convert (raw HTML)"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/babel.php:105
2019-01-12 10:51:36 +01:00
msgid "Markdown::convert"
2019-01-12 18:38:54 +01:00
msgstr "Markdown::convert"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/babel.php:111
2019-01-12 10:51:36 +01:00
msgid "Markdown::toBBCode"
msgstr "Markdown::toBBCode"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/babel.php:118
2018-05-21 16:08:07 +02:00
msgid "Raw HTML input"
msgstr "Raw HTML input"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/babel.php:123
2018-05-21 16:08:07 +02:00
msgid "HTML Input"
msgstr "HTML input"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/babel.php:129
2018-05-21 16:08:07 +02:00
msgid "HTML::toBBCode"
msgstr "HTML::toBBCode"
2017-12-08 09:42:24 +01:00
2019-03-11 17:51:46 +01:00
#: mod/babel.php:135
2019-01-12 10:51:36 +01:00
msgid "HTML::toBBCode => BBCode::convert"
2019-01-12 18:38:54 +01:00
msgstr "HTML::toBBCode => BBCode::convert"
2019-01-12 10:51:36 +01:00
2019-03-11 17:51:46 +01:00
#: mod/babel.php:140
2019-01-12 10:51:36 +01:00
msgid "HTML::toBBCode => BBCode::convert (raw HTML)"
2019-01-12 18:38:54 +01:00
msgstr "HTML::toBBCode => BBCode::convert (raw HTML)"
2019-01-12 10:51:36 +01:00
2019-03-11 17:51:46 +01:00
#: mod/babel.php:146
2019-01-12 10:51:36 +01:00
msgid "HTML::toMarkdown"
2019-01-12 18:38:54 +01:00
msgstr "HTML::toMarkdown"
2019-01-12 10:51:36 +01:00
2019-03-11 17:51:46 +01:00
#: mod/babel.php:152
2018-05-21 16:08:07 +02:00
msgid "HTML::toPlaintext"
msgstr "HTML::toPlaintext"
2017-12-08 09:42:24 +01:00
2019-03-11 17:51:46 +01:00
#: mod/babel.php:160
2018-05-21 16:08:07 +02:00
msgid "Source text"
msgstr "Source text"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/babel.php:161
2018-05-21 16:08:07 +02:00
msgid "BBCode"
msgstr "BBCode"
2017-12-08 09:42:24 +01:00
2019-03-11 17:51:46 +01:00
#: mod/babel.php:162
2018-05-21 16:08:07 +02:00
msgid "Markdown"
msgstr "Markdown"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/babel.php:163
2018-05-21 16:08:07 +02:00
msgid "HTML"
msgstr "HTML"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/bookmarklet.php:22 src/Content/Nav.php:170 src/Module/Login.php:322
2019-01-12 10:51:36 +01:00
msgid "Login"
msgstr "Login"
2019-01-12 18:38:54 +01:00
#: mod/bookmarklet.php:32
2019-01-12 10:51:36 +01:00
msgid "Bad Request"
2019-01-12 18:38:54 +01:00
msgstr "Bad Request"
2019-01-12 10:51:36 +01:00
2019-01-12 18:38:54 +01:00
#: mod/bookmarklet.php:54
2019-01-12 10:51:36 +01:00
msgid "The post was created"
msgstr "The post was created"
2019-03-11 17:51:46 +01:00
#: mod/cal.php:34 mod/cal.php:38 mod/community.php:39 mod/follow.php:20
2019-01-12 10:51:36 +01:00
#: mod/viewcontacts.php:23 mod/viewcontacts.php:27 mod/viewsrc.php:13
msgid "Access denied."
msgstr "Access denied."
2019-03-11 17:51:46 +01:00
#: mod/cal.php:46 mod/dfrn_poll.php:486 mod/help.php:68
#: mod/viewcontacts.php:34 src/App.php:1400
2019-01-12 10:51:36 +01:00
msgid "Page not found."
msgstr "Page not found"
2019-03-11 17:51:46 +01:00
#: mod/cal.php:141 mod/display.php:309 src/Module/Profile.php:168
2019-01-12 10:51:36 +01:00
msgid "Access to this profile has been restricted."
msgstr "Access to this profile has been restricted."
2019-03-11 17:51:46 +01:00
#: mod/cal.php:273 mod/events.php:384 src/Content/Nav.php:160
#: src/Content/Nav.php:226 src/Model/Profile.php:937 src/Model/Profile.php:948
#: view/theme/frio/theme.php:266 view/theme/frio/theme.php:270
2019-01-12 10:51:36 +01:00
msgid "Events"
msgstr "Events"
2019-03-11 17:51:46 +01:00
#: mod/cal.php:274 mod/events.php:385
2019-01-12 10:51:36 +01:00
msgid "View"
msgstr "View"
2019-03-11 17:51:46 +01:00
#: mod/cal.php:275 mod/events.php:387
2019-01-12 10:51:36 +01:00
msgid "Previous"
msgstr "Previous"
2019-03-11 17:51:46 +01:00
#: mod/cal.php:276 mod/events.php:388 src/Module/Install.php:133
2019-01-12 10:51:36 +01:00
msgid "Next"
msgstr "Next"
2019-03-11 17:51:46 +01:00
#: mod/cal.php:279 mod/events.php:393 src/Model/Event.php:428
2019-01-12 10:51:36 +01:00
msgid "today"
msgstr "today"
2019-03-11 17:51:46 +01:00
#: mod/cal.php:280 mod/events.php:394 src/Model/Event.php:429
#: src/Util/Temporal.php:314
2019-01-12 10:51:36 +01:00
msgid "month"
msgstr "month"
2019-03-11 17:51:46 +01:00
#: mod/cal.php:281 mod/events.php:395 src/Model/Event.php:430
#: src/Util/Temporal.php:315
2019-01-12 10:51:36 +01:00
msgid "week"
msgstr "week"
2019-03-11 17:51:46 +01:00
#: mod/cal.php:282 mod/events.php:396 src/Model/Event.php:431
#: src/Util/Temporal.php:316
2019-01-12 10:51:36 +01:00
msgid "day"
msgstr "day"
2019-03-11 17:51:46 +01:00
#: mod/cal.php:283 mod/events.php:397
2019-01-12 10:51:36 +01:00
msgid "list"
msgstr "List"
2019-03-11 17:51:46 +01:00
#: mod/cal.php:296 src/Core/Console/NewPassword.php:67 src/Model/User.php:324
2019-01-12 10:51:36 +01:00
msgid "User not found"
msgstr "User not found"
2019-03-11 17:51:46 +01:00
#: mod/cal.php:312
2019-01-12 10:51:36 +01:00
msgid "This calendar format is not supported"
msgstr "This calendar format is not supported"
2019-03-11 17:51:46 +01:00
#: mod/cal.php:314
2019-01-12 10:51:36 +01:00
msgid "No exportable data found"
msgstr "No exportable data found"
2019-03-11 17:51:46 +01:00
#: mod/cal.php:331
2019-01-12 10:51:36 +01:00
msgid "calendar"
msgstr "calendar"
2019-01-12 18:38:54 +01:00
#: mod/common.php:90
2019-01-12 10:51:36 +01:00
msgid "No contacts in common."
msgstr "No contacts in common."
2019-03-11 17:51:46 +01:00
#: mod/common.php:141 src/Module/Contact.php:892
2019-01-12 10:51:36 +01:00
msgid "Common Friends"
msgstr "Common friends"
2019-03-11 17:51:46 +01:00
#: mod/community.php:32 mod/dfrn_request.php:597 mod/directory.php:43
#: mod/display.php:209 mod/photos.php:903 mod/probe.php:13 mod/search.php:96
#: mod/search.php:102 mod/videos.php:147 mod/viewcontacts.php:46
2019-01-12 10:51:36 +01:00
#: mod/webfinger.php:16
msgid "Public access denied."
msgstr "Public access denied."
2019-03-11 17:51:46 +01:00
#: mod/community.php:75
2018-05-21 16:08:07 +02:00
msgid "Community option not available."
msgstr "Community option not available."
2017-10-05 14:09:52 +02:00
2019-03-11 17:51:46 +01:00
#: mod/community.php:92
2018-05-21 16:08:07 +02:00
msgid "Not available."
msgstr "Not available."
2017-10-05 14:09:52 +02:00
2019-03-11 17:51:46 +01:00
#: mod/community.php:102
2018-05-21 16:08:07 +02:00
msgid "Local Community"
msgstr "Local community"
2017-10-05 14:09:52 +02:00
2019-03-11 17:51:46 +01:00
#: mod/community.php:105
2018-05-21 16:08:07 +02:00
msgid "Posts from local users on this server"
msgstr "Posts from local users on this server"
2017-10-05 14:09:52 +02:00
2019-03-11 17:51:46 +01:00
#: mod/community.php:113
2018-05-21 16:08:07 +02:00
msgid "Global Community"
msgstr "Global Community"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/community.php:116
2018-05-21 16:08:07 +02:00
msgid "Posts from users of the whole federated network"
msgstr "Posts from users of the whole federated network"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/community.php:162 mod/search.php:229
2019-01-12 10:51:36 +01:00
msgid "No results."
msgstr "No results."
2019-03-11 17:51:46 +01:00
#: mod/community.php:206
2018-05-21 16:08:07 +02:00
msgid ""
"This community stream shows all public posts received by this node. They may"
" not reflect the opinions of this node’ s users."
msgstr "This community stream shows all public posts received by this node. They may not reflect the opinions of this node’ s users."
2017-10-05 14:09:52 +02:00
2019-01-12 10:51:36 +01:00
#: mod/credits.php:19
msgid "Credits"
msgstr "Credits"
2017-10-05 14:09:52 +02:00
2019-01-12 10:51:36 +01:00
#: mod/credits.php:20
2018-03-05 16:48:21 +01:00
msgid ""
2019-01-12 10:51:36 +01:00
"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 "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!"
2017-08-23 14:53:37 +02:00
2019-03-11 17:51:46 +01:00
#: mod/crepair.php:79
2019-01-12 10:51:36 +01:00
msgid "Contact settings applied."
msgstr "Contact settings applied."
2017-08-23 14:53:37 +02:00
2019-03-11 17:51:46 +01:00
#: mod/crepair.php:81
2019-01-12 10:51:36 +01:00
msgid "Contact update failed."
msgstr "Contact update failed."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/crepair.php:102 mod/dfrn_confirm.php:127 mod/fsuggest.php:28
#: mod/fsuggest.php:89 mod/redir.php:31 mod/redir.php:137
2019-01-12 10:51:36 +01:00
msgid "Contact not found."
msgstr "Contact not found."
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/crepair.php:115
2019-01-12 10:51:36 +01:00
msgid ""
"<strong>WARNING: This is highly advanced</strong> and if you enter incorrect"
" information your communications with this contact may stop working."
msgstr "<strong>Warning: These are highly advanced settings.</strong> If you enter incorrect information your communications with this contact may not working."
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/crepair.php:116
2019-01-12 10:51:36 +01:00
msgid ""
"Please use your browser 'Back' button <strong>now</strong> if you are "
"uncertain what to do on this page."
msgstr "Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page."
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/crepair.php:130 mod/crepair.php:132
2019-01-12 10:51:36 +01:00
msgid "No mirroring"
msgstr "No mirroring"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/crepair.php:130
2019-01-12 10:51:36 +01:00
msgid "Mirror as forwarded posting"
msgstr "Mirror as forwarded posting"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/crepair.php:130 mod/crepair.php:132
2019-01-12 10:51:36 +01:00
msgid "Mirror as my own posting"
msgstr "Mirror as my own posting"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/crepair.php:145
2019-01-12 10:51:36 +01:00
msgid "Return to contact editor"
msgstr "Return to contact editor"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/crepair.php:147
2019-01-12 10:51:36 +01:00
msgid "Refetch contact data"
msgstr "Re-fetch contact data."
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/crepair.php:149 mod/events.php:553 mod/fsuggest.php:106
#: mod/invite.php:154 mod/localtime.php:56 mod/manage.php:182
#: mod/message.php:261 mod/message.php:441 mod/photos.php:1049
#: mod/photos.php:1137 mod/photos.php:1412 mod/photos.php:1457
#: mod/photos.php:1496 mod/photos.php:1556 mod/poke.php:188
#: mod/profiles.php:562 src/Module/Contact.php:594 src/Module/Install.php:187
#: src/Module/Install.php:222 src/Object/Post.php:874
2019-01-12 10:51:36 +01:00
#: view/theme/duepuntozero/config.php:72 view/theme/frio/config.php:119
#: view/theme/quattro/config.php:74 view/theme/vier/config.php:120
msgid "Submit"
msgstr "Submit"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/crepair.php:150
2019-01-12 10:51:36 +01:00
msgid "Remote Self"
msgstr "Remote self"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/crepair.php:153
2019-01-12 10:51:36 +01:00
msgid "Mirror postings from this contact"
msgstr "Mirror postings from this contact:"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/crepair.php:155
2019-01-12 10:51:36 +01:00
msgid ""
"Mark this contact as remote_self, this will cause friendica to repost new "
"entries from this contact."
msgstr "This will cause Friendica to repost new entries from this contact."
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/crepair.php:160
2019-01-12 10:51:36 +01:00
msgid "Account Nickname"
msgstr "Account nickname:"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/crepair.php:161
2019-01-12 10:51:36 +01:00
msgid "@Tagname - overrides Name/Nickname"
msgstr "@Tag name - overrides name/nickname:"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/crepair.php:162
2019-01-12 10:51:36 +01:00
msgid "Account URL"
msgstr "Account URL:"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/crepair.php:163
msgid "Account URL Alias"
msgstr "Account URL alias"
#: mod/crepair.php:164
2019-01-12 10:51:36 +01:00
msgid "Friend Request URL"
msgstr "Friend request URL:"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/crepair.php:165
2019-01-12 10:51:36 +01:00
msgid "Friend Confirm URL"
msgstr "Friend confirm URL:"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/crepair.php:166
2019-01-12 10:51:36 +01:00
msgid "Notification Endpoint URL"
msgstr "Notification endpoint URL"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/crepair.php:167
2019-01-12 10:51:36 +01:00
msgid "Poll/Feed URL"
msgstr "Poll/Feed URL:"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/crepair.php:168
2019-01-12 10:51:36 +01:00
msgid "New photo from this URL"
msgstr "New photo from this URL:"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/delegate.php:42
2019-01-12 10:51:36 +01:00
msgid "Parent user not found."
msgstr "Parent user not found."
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/delegate.php:149
2019-01-12 10:51:36 +01:00
msgid "No parent user"
msgstr "No parent user"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/delegate.php:164
2019-01-12 10:51:36 +01:00
msgid "Parent Password:"
msgstr "Parent password:"
2019-03-11 17:51:46 +01:00
#: mod/delegate.php:164
2018-05-21 16:08:07 +02:00
msgid ""
2019-01-12 10:51:36 +01:00
"Please enter the password of the parent account to legitimize your request."
msgstr "Please enter the password of the parent account to authorise this request."
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/delegate.php:171
2019-01-12 10:51:36 +01:00
msgid "Parent User"
msgstr "Parent user"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/delegate.php:174
2018-05-21 16:08:07 +02:00
msgid ""
2019-01-12 10:51:36 +01:00
"Parent users have total control about this account, including the account "
"settings. Please double check whom you give this access."
msgstr "Parent users have total control of this account, including core settings. Please double-check whom you grant such access."
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/delegate.php:176 src/Content/Nav.php:261
2019-01-12 10:51:36 +01:00
msgid "Delegate Page Management"
msgstr "Delegate Page Management"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/delegate.php:177
2019-01-12 10:51:36 +01:00
msgid "Delegates"
msgstr "Delegates"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/delegate.php:179
2018-05-21 16:08:07 +02:00
msgid ""
2019-01-12 10:51:36 +01:00
"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 "Delegates are able to manage all aspects of this account except for key setting features. Please do not delegate your personal account to anybody that you do not trust completely."
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/delegate.php:180
2019-01-12 10:51:36 +01:00
msgid "Existing Page Delegates"
msgstr "Existing page delegates"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/delegate.php:182
2019-01-12 10:51:36 +01:00
msgid "Potential Delegates"
msgstr "Potential delegates"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/delegate.php:184 mod/tagrm.php:114
2019-01-12 10:51:36 +01:00
msgid "Remove"
msgstr "Remove"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/delegate.php:185
2019-01-12 10:51:36 +01:00
msgid "Add"
msgstr "Add"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/delegate.php:186
2019-01-12 10:51:36 +01:00
msgid "No entries."
msgstr "No entries."
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/dfrn_confirm.php:72 mod/profiles.php:43 mod/profiles.php:152
#: mod/profiles.php:196 mod/profiles.php:511
2019-01-12 10:51:36 +01:00
msgid "Profile not found."
msgstr "Profile not found."
2018-04-09 10:17:25 +02:00
2019-01-12 18:38:54 +01:00
#: mod/dfrn_confirm.php:128
2019-01-12 10:51:36 +01:00
msgid ""
"This may occasionally happen if contact was requested by both persons and it"
" has already been approved."
msgstr "This may occasionally happen if contact was requested by both persons and it has already been approved."
2018-04-09 10:17:25 +02:00
2019-01-12 18:38:54 +01:00
#: mod/dfrn_confirm.php:238
2019-01-12 10:51:36 +01:00
msgid "Response from remote site was not understood."
msgstr "Response from remote site was not understood."
2018-04-09 10:17:25 +02:00
2019-01-12 18:38:54 +01:00
#: mod/dfrn_confirm.php:245 mod/dfrn_confirm.php:251
2019-01-12 10:51:36 +01:00
msgid "Unexpected response from remote site: "
msgstr "Unexpected response from remote site: "
2018-04-09 10:17:25 +02:00
2019-01-12 18:38:54 +01:00
#: mod/dfrn_confirm.php:260
2019-01-12 10:51:36 +01:00
msgid "Confirmation completed successfully."
msgstr "Confirmation completed successfully."
2018-04-09 10:17:25 +02:00
2019-01-12 18:38:54 +01:00
#: mod/dfrn_confirm.php:272
2019-01-12 10:51:36 +01:00
msgid "Temporary failure. Please wait and try again."
msgstr "Temporary failure. Please wait and try again."
2018-04-09 10:17:25 +02:00
2019-01-12 18:38:54 +01:00
#: mod/dfrn_confirm.php:275
2019-01-12 10:51:36 +01:00
msgid "Introduction failed or was revoked."
msgstr "Introduction failed or was revoked."
2018-04-09 10:17:25 +02:00
2019-01-12 18:38:54 +01:00
#: mod/dfrn_confirm.php:280
2019-01-12 10:51:36 +01:00
msgid "Remote site reported: "
msgstr "Remote site reported: "
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/dfrn_confirm.php:386
2019-01-12 10:51:36 +01:00
msgid "Unable to set contact photo."
msgstr "Unable to set contact photo."
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/dfrn_confirm.php:448
2019-01-12 10:51:36 +01:00
#, php-format
msgid "No user record found for '%s' "
msgstr "No user record found for '%s' "
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/dfrn_confirm.php:458
2019-01-12 10:51:36 +01:00
msgid "Our site encryption key is apparently messed up."
msgstr "Our site encryption key is apparently messed up."
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/dfrn_confirm.php:469
2019-01-12 10:51:36 +01:00
msgid "Empty site URL was provided or URL could not be decrypted by us."
msgstr "An empty URL was provided or the URL could not be decrypted by us."
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/dfrn_confirm.php:485
2019-01-12 10:51:36 +01:00
msgid "Contact record was not found for you on our site."
msgstr "Contact record was not found for you on our site."
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/dfrn_confirm.php:499
2019-01-12 10:51:36 +01:00
#, php-format
msgid "Site public key not available in contact record for URL %s."
msgstr "Site public key not available in contact record for URL %s."
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/dfrn_confirm.php:515
2018-05-21 16:08:07 +02:00
msgid ""
2019-01-12 10:51:36 +01:00
"The ID provided by your system is a duplicate on our system. It should work "
"if you try again."
msgstr "The ID provided by your system is a duplicate on our system. It should work if you try again."
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/dfrn_confirm.php:526
2019-01-12 10:51:36 +01:00
msgid "Unable to set your contact credentials on our system."
msgstr "Unable to set your contact credentials on our system."
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/dfrn_confirm.php:582
2019-01-12 10:51:36 +01:00
msgid "Unable to update your contact profile details on our system"
msgstr "Unable to update your contact profile details on our system"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/dfrn_confirm.php:612 mod/dfrn_request.php:560
#: src/Model/Contact.php:2043
2019-01-12 10:51:36 +01:00
msgid "[Name Withheld]"
msgstr "[Name Withheld]"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/dfrn_poll.php:125 mod/dfrn_poll.php:530
2019-01-12 10:51:36 +01:00
#, php-format
msgid "%1$s welcomes %2$s"
msgstr "%1$s welcomes %2$s"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/dfrn_request.php:98
2019-01-12 10:51:36 +01:00
msgid "This introduction has already been accepted."
msgstr "This introduction has already been accepted."
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/dfrn_request.php:116 mod/dfrn_request.php:354
2019-01-12 10:51:36 +01:00
msgid "Profile location is not valid or does not contain profile information."
msgstr "Profile location is not valid or does not contain profile information."
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/dfrn_request.php:120 mod/dfrn_request.php:358
2019-01-12 10:51:36 +01:00
msgid "Warning: profile location has no identifiable owner name."
msgstr "Warning: profile location has no identifiable owner name."
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/dfrn_request.php:123 mod/dfrn_request.php:361
2019-01-12 10:51:36 +01:00
msgid "Warning: profile location has no profile photo."
msgstr "Warning: profile location has no profile photo."
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/dfrn_request.php:127 mod/dfrn_request.php:365
2019-01-12 10:51:36 +01:00
#, 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 required parameter was not found at the given location"
msgstr[1] "%d required parameters were not found at the given location"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/dfrn_request.php:165
2019-01-12 10:51:36 +01:00
msgid "Introduction complete."
msgstr "Introduction complete."
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/dfrn_request.php:201
2019-01-12 10:51:36 +01:00
msgid "Unrecoverable protocol error."
msgstr "Unrecoverable protocol error."
2017-05-29 10:35:04 +02:00
2019-03-11 17:51:46 +01:00
#: mod/dfrn_request.php:228
2019-01-12 10:51:36 +01:00
msgid "Profile unavailable."
msgstr "Profile unavailable."
2017-05-29 10:35:04 +02:00
2019-03-11 17:51:46 +01:00
#: mod/dfrn_request.php:249
2019-01-12 10:51:36 +01:00
#, php-format
msgid "%s has received too many connection requests today."
msgstr "%s has received too many connection requests today."
2017-05-29 10:35:04 +02:00
2019-03-11 17:51:46 +01:00
#: mod/dfrn_request.php:250
2019-01-12 10:51:36 +01:00
msgid "Spam protection measures have been invoked."
msgstr "Spam protection measures have been invoked."
2017-05-29 10:35:04 +02:00
2019-03-11 17:51:46 +01:00
#: mod/dfrn_request.php:251
2019-01-12 10:51:36 +01:00
msgid "Friends are advised to please try again in 24 hours."
msgstr "Friends are advised to please try again in 24 hours."
2017-05-23 15:05:40 +02:00
2019-01-12 18:38:54 +01:00
#: mod/dfrn_request.php:275
2019-01-12 10:51:36 +01:00
msgid "Invalid locator"
msgstr "Invalid locator"
2017-05-23 15:05:40 +02:00
2019-01-12 18:38:54 +01:00
#: mod/dfrn_request.php:311
2019-01-12 10:51:36 +01:00
msgid "You have already introduced yourself here."
msgstr "You have already introduced yourself here."
2017-05-29 10:35:04 +02:00
2019-01-12 18:38:54 +01:00
#: mod/dfrn_request.php:314
2018-05-21 16:08:07 +02:00
#, php-format
2019-01-12 10:51:36 +01:00
msgid "Apparently you are already friends with %s."
msgstr "Apparently you are already friends with %s."
2018-02-16 10:33:10 +01:00
2019-01-12 18:38:54 +01:00
#: mod/dfrn_request.php:334
2019-01-12 10:51:36 +01:00
msgid "Invalid profile URL."
msgstr "Invalid profile URL."
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/dfrn_request.php:340 src/Model/Contact.php:1714
2019-01-12 10:51:36 +01:00
msgid "Disallowed profile URL."
msgstr "Disallowed profile URL."
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: mod/dfrn_request.php:413 src/Module/Contact.php:235
2019-01-12 10:51:36 +01:00
msgid "Failed to update contact record."
msgstr "Failed to update contact record."
2017-10-05 14:09:52 +02:00
2019-01-12 18:38:54 +01:00
#: mod/dfrn_request.php:433
2019-01-12 10:51:36 +01:00
msgid "Your introduction has been sent."
msgstr "Your introduction has been sent."
2017-05-29 10:35:04 +02:00
2019-01-12 18:38:54 +01:00
#: mod/dfrn_request.php:471
2018-05-21 16:08:07 +02:00
msgid ""
2019-01-12 10:51:36 +01:00
"Remote subscription can't be done for your network. Please subscribe "
"directly on your system."
msgstr "Remote subscription can't be done for your network. Please subscribe directly on your system."
2017-05-29 10:35:04 +02:00
2019-01-12 18:38:54 +01:00
#: mod/dfrn_request.php:487
2019-01-12 10:51:36 +01:00
msgid "Please login to confirm introduction."
msgstr "Please login to confirm introduction."
2017-05-29 10:35:04 +02:00
2019-01-12 18:38:54 +01:00
#: mod/dfrn_request.php:495
2019-01-12 10:51:36 +01:00
msgid ""
"Incorrect identity currently logged in. Please login to "
"<strong>this</strong> profile."
msgstr "Incorrect identity currently logged in. Please login to <strong>this</strong> profile."
2017-05-29 10:35:04 +02:00
2019-01-12 18:38:54 +01:00
#: mod/dfrn_request.php:509 mod/dfrn_request.php:524
2019-01-12 10:51:36 +01:00
msgid "Confirm"
msgstr "Confirm"
2017-05-29 10:35:04 +02:00
2019-01-12 18:38:54 +01:00
#: mod/dfrn_request.php:520
2019-01-12 10:51:36 +01:00
msgid "Hide this contact"
msgstr "Hide this contact"
2017-08-23 14:53:37 +02:00
2019-01-12 18:38:54 +01:00
#: mod/dfrn_request.php:522
2019-01-12 10:51:36 +01:00
#, php-format
msgid "Welcome home %s."
msgstr "Welcome home %s."
2017-05-29 10:35:04 +02:00
2019-01-12 18:38:54 +01:00
#: mod/dfrn_request.php:523
2019-01-12 10:51:36 +01:00
#, php-format
msgid "Please confirm your introduction/connection request to %s."
msgstr "Please confirm your introduction/connection request to %s."
2017-05-29 10:35:04 +02:00
2019-03-11 17:51:46 +01:00
#: mod/dfrn_request.php:632
2018-05-21 16:08:07 +02:00
msgid ""
2019-01-12 10:51:36 +01:00
"Please enter your 'Identity Address' from one of the following supported "
"communications networks:"
msgstr "Please enter your 'Identity address' from one of the following supported communications networks:"
2017-05-29 10:35:04 +02:00
2019-03-11 17:51:46 +01:00
#: mod/dfrn_request.php:634
2019-01-12 10:51:36 +01:00
#, php-format
2018-05-21 16:08:07 +02:00
msgid ""
2019-01-12 10:51:36 +01:00
"If you are not yet a member of the free social web, <a href=\"%s\">follow "
"this link to find a public Friendica site and join us today</a>."
msgstr "If you are not yet part of the free social web, <a href=\"%s\">follow this link to find a public Friendica site and join us today</a>."
2017-12-08 09:42:24 +01:00
2019-03-11 17:51:46 +01:00
#: mod/dfrn_request.php:637
2019-01-12 10:51:36 +01:00
msgid "Friend/Connection Request"
msgstr "Friend/Connection request"
2017-12-08 09:42:24 +01:00
2019-03-11 17:51:46 +01:00
#: mod/dfrn_request.php:638
2018-05-21 16:08:07 +02:00
msgid ""
2019-01-12 10:51:36 +01:00
"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, "
"testuser@gnusocial.de"
msgstr "Examples: jojo@demo.friendi.ca, http://demo.friendi.ca/profile/jojo, user@gnusocial.de"
2017-05-29 10:35:04 +02:00
2019-03-11 17:51:46 +01:00
#: mod/dfrn_request.php:639 mod/follow.php:149
2019-01-12 10:51:36 +01:00
msgid "Please answer the following:"
msgstr "Please answer the following:"
2017-10-05 14:09:52 +02:00
2019-03-11 17:51:46 +01:00
#: mod/dfrn_request.php:640 mod/follow.php:150
2019-01-12 10:51:36 +01:00
#, php-format
msgid "Does %s know you?"
msgstr "Does %s know you?"
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: mod/dfrn_request.php:641 mod/follow.php:151
2019-01-12 10:51:36 +01:00
msgid "Add a personal note:"
msgstr "Add a personal note:"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/dfrn_request.php:643
2019-01-12 10:51:36 +01:00
msgid "Friendica"
msgstr "Friendica"
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: mod/dfrn_request.php:644
2019-01-12 10:51:36 +01:00
msgid "GNU Social (Pleroma, Mastodon)"
msgstr "GNU Social (Pleroma, Mastodon)"
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: mod/dfrn_request.php:645
2019-01-12 10:51:36 +01:00
msgid "Diaspora (Socialhome, Hubzilla)"
2019-03-11 17:51:46 +01:00
msgstr "diaspora* (Socialhome, Hubzilla)"
2017-05-29 10:35:04 +02:00
2019-03-11 17:51:46 +01:00
#: mod/dfrn_request.php:646
2018-05-21 16:08:07 +02:00
#, php-format
msgid ""
2019-01-12 10:51:36 +01:00
" - please do not use this form. Instead, enter %s into your Diaspora search"
" bar."
2019-03-11 17:51:46 +01:00
msgstr " - please do not use this form. Instead, enter %s into your diaspora* search bar."
2017-05-29 10:35:04 +02:00
2019-03-11 17:51:46 +01:00
#: mod/dfrn_request.php:647 mod/follow.php:157 mod/unfollow.php:128
2019-01-12 10:51:36 +01:00
msgid "Your Identity Address:"
msgstr "My identity address:"
2017-05-29 10:35:04 +02:00
2019-03-11 17:51:46 +01:00
#: mod/dfrn_request.php:649 mod/follow.php:65 mod/unfollow.php:131
2019-01-12 10:51:36 +01:00
msgid "Submit Request"
msgstr "Submit request"
2017-05-29 10:35:04 +02:00
2019-03-11 17:51:46 +01:00
#: mod/directory.php:154 mod/events.php:541 mod/notifications.php:253
#: src/Model/Event.php:68 src/Model/Event.php:95 src/Model/Event.php:437
#: src/Model/Event.php:933 src/Model/Profile.php:443
#: src/Module/Contact.php:643
2019-01-12 10:51:36 +01:00
msgid "Location:"
msgstr "Location:"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/directory.php:159 mod/notifications.php:259 src/Model/Profile.php:446
#: src/Model/Profile.php:758
2019-01-12 10:51:36 +01:00
msgid "Gender:"
msgstr "Gender:"
2017-05-29 10:35:04 +02:00
2019-03-11 17:51:46 +01:00
#: mod/directory.php:160 src/Model/Profile.php:447 src/Model/Profile.php:782
2019-01-12 10:51:36 +01:00
msgid "Status:"
msgstr "Status:"
2017-05-29 10:35:04 +02:00
2019-03-11 17:51:46 +01:00
#: mod/directory.php:161 src/Model/Profile.php:448 src/Model/Profile.php:799
2019-01-12 10:51:36 +01:00
msgid "Homepage:"
msgstr "Homepage:"
2017-05-29 10:35:04 +02:00
2019-03-11 17:51:46 +01:00
#: mod/directory.php:162 mod/notifications.php:255 src/Model/Profile.php:449
#: src/Model/Profile.php:819 src/Module/Contact.php:647
2019-01-12 10:51:36 +01:00
msgid "About:"
msgstr "About:"
2017-05-29 10:35:04 +02:00
2019-03-11 17:51:46 +01:00
#: mod/directory.php:210 src/Content/Widget.php:70
2019-01-12 10:51:36 +01:00
#: view/theme/vier/theme.php:208
msgid "Global Directory"
msgstr "Global Directory"
2017-05-29 10:35:04 +02:00
2019-01-12 10:51:36 +01:00
#: mod/directory.php:212
msgid "Find on this site"
msgstr "Find on this site"
2017-05-29 10:35:04 +02:00
2019-01-12 10:51:36 +01:00
#: mod/directory.php:214
msgid "Results for:"
msgstr "Results for:"
2017-05-29 10:35:04 +02:00
2019-01-12 10:51:36 +01:00
#: mod/directory.php:216
msgid "Site Directory"
msgstr "Site directory"
2017-05-29 10:35:04 +02:00
2019-03-11 17:51:46 +01:00
#: mod/directory.php:217 src/Content/Widget.php:65 src/Module/Contact.php:817
2019-01-12 10:51:36 +01:00
#: view/theme/vier/theme.php:203
msgid "Find"
msgstr "Find"
2017-05-29 10:35:04 +02:00
2019-01-12 10:51:36 +01:00
#: mod/directory.php:221
msgid "No entries (some entries may be hidden)."
msgstr "No entries (entries may be hidden)."
2017-05-29 10:35:04 +02:00
2019-01-12 10:51:36 +01:00
#: mod/dirfind.php:55
2018-05-21 16:08:07 +02:00
#, php-format
2019-01-12 10:51:36 +01:00
msgid "People Search - %s"
msgstr "People search - %s"
2017-05-29 10:35:04 +02:00
2019-01-12 10:51:36 +01:00
#: mod/dirfind.php:66
2018-04-09 10:17:25 +02:00
#, php-format
2019-01-12 10:51:36 +01:00
msgid "Forum Search - %s"
msgstr "Forum search - %s"
2017-08-23 14:53:37 +02:00
2019-03-11 17:51:46 +01:00
#: mod/dirfind.php:259 mod/match.php:130
2019-01-12 10:51:36 +01:00
msgid "No matches"
msgstr "No matches"
2017-05-29 10:35:04 +02:00
2019-03-11 17:51:46 +01:00
#: mod/editpost.php:29 mod/editpost.php:39
2019-01-12 10:51:36 +01:00
msgid "Item not found"
msgstr "Item not found"
2017-05-29 10:35:04 +02:00
2019-03-11 17:51:46 +01:00
#: mod/editpost.php:46
2019-01-12 10:51:36 +01:00
msgid "Edit post"
msgstr "Edit post"
2017-05-29 10:35:04 +02:00
2019-03-11 17:51:46 +01:00
#: mod/editpost.php:73 mod/filer.php:36 mod/notes.php:46
#: src/Content/Text/HTML.php:894
2019-01-12 10:51:36 +01:00
msgid "Save"
msgstr "Save"
2017-05-29 10:35:04 +02:00
2019-03-11 17:51:46 +01:00
#: mod/editpost.php:78 mod/message.php:259 mod/message.php:440
2019-01-12 10:51:36 +01:00
#: mod/wallmessage.php:140
msgid "Insert web link"
msgstr "Insert web link"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/editpost.php:79
2019-01-12 10:51:36 +01:00
msgid "web link"
msgstr "web link"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/editpost.php:80
2019-01-12 10:51:36 +01:00
msgid "Insert video link"
msgstr "Insert video link"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/editpost.php:81
2019-01-12 10:51:36 +01:00
msgid "video link"
msgstr "video link"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/editpost.php:82
2019-01-12 10:51:36 +01:00
msgid "Insert audio link"
msgstr "Insert audio link"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/editpost.php:83
2019-01-12 10:51:36 +01:00
msgid "audio link"
msgstr "audio link"
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: mod/editpost.php:98 src/Core/ACL.php:307
2019-01-12 10:51:36 +01:00
msgid "CC: email addresses"
msgstr "CC: email addresses"
2017-10-05 14:09:52 +02:00
2019-03-11 17:51:46 +01:00
#: mod/editpost.php:105 src/Core/ACL.php:308
2019-01-12 10:51:36 +01:00
msgid "Example: bob@example.com, mary@example.com"
msgstr "Example: bob@example.com, mary@example.com"
2017-10-05 14:09:52 +02:00
2019-01-12 18:38:54 +01:00
#: mod/events.php:117 mod/events.php:119
2019-01-12 10:51:36 +01:00
msgid "Event can not end before it has started."
msgstr "Event cannot end before it has started."
2017-05-23 15:05:40 +02:00
2019-01-12 18:38:54 +01:00
#: mod/events.php:126 mod/events.php:128
2019-01-12 10:51:36 +01:00
msgid "Event title and start time are required."
msgstr "Event title and starting time are required."
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/events.php:386
2019-01-12 10:51:36 +01:00
msgid "Create New Event"
msgstr "Create new event"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/events.php:509
2019-01-12 10:51:36 +01:00
msgid "Event details"
msgstr "Event details"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/events.php:510
2019-01-12 10:51:36 +01:00
msgid "Starting date and Title are required."
msgstr "Starting date and title are required."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/events.php:511 mod/events.php:516
2019-01-12 10:51:36 +01:00
msgid "Event Starts:"
msgstr "Event starts:"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: mod/events.php:511 mod/events.php:543 mod/profiles.php:592
2019-01-12 10:51:36 +01:00
msgid "Required"
msgstr "Required"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/events.php:524 mod/events.php:549
2019-01-12 10:51:36 +01:00
msgid "Finish date/time is not known or not relevant"
msgstr "Finish date/time is not known or not relevant"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/events.php:526 mod/events.php:531
2019-01-12 10:51:36 +01:00
msgid "Event Finishes:"
msgstr "Event finishes:"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/events.php:537 mod/events.php:550
2019-01-12 10:51:36 +01:00
msgid "Adjust for viewer timezone"
msgstr "Adjust for viewer's time zone"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/events.php:539
2019-01-12 10:51:36 +01:00
msgid "Description:"
msgstr "Description:"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/events.php:543 mod/events.php:545
2019-01-12 10:51:36 +01:00
msgid "Title:"
msgstr "Title:"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/events.php:546 mod/events.php:547
2019-01-12 10:51:36 +01:00
msgid "Share this event"
msgstr "Share this event"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/events.php:554 src/Model/Profile.php:877
2019-01-12 10:51:36 +01:00
msgid "Basic"
msgstr "Basic"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/events.php:556 mod/photos.php:1067 mod/photos.php:1408
#: src/Core/ACL.php:310
2019-01-12 10:51:36 +01:00
msgid "Permissions"
msgstr "Permissions"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/events.php:572
2019-01-12 10:51:36 +01:00
msgid "Failed to remove event"
msgstr "Failed to remove event"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/events.php:574
2019-01-12 10:51:36 +01:00
msgid "Event removed"
msgstr "Event removed"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/fbrowser.php:36 src/Content/Nav.php:158 src/Model/Profile.php:917
#: view/theme/frio/theme.php:264
2019-01-12 10:51:36 +01:00
msgid "Photos"
msgstr "Photos"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/fbrowser.php:45 mod/fbrowser.php:69 mod/photos.php:201
#: mod/photos.php:1031 mod/photos.php:1126 mod/photos.php:1143
#: mod/photos.php:1610 mod/photos.php:1625 src/Model/Photo.php:547
#: src/Model/Photo.php:556
2019-01-12 10:51:36 +01:00
msgid "Contact Photos"
msgstr "Contact photos"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/fbrowser.php:106 mod/fbrowser.php:136 mod/profile_photo.php:254
2019-01-12 10:51:36 +01:00
msgid "Upload"
msgstr "Upload"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/fbrowser.php:131
2019-01-12 10:51:36 +01:00
msgid "Files"
msgstr "Files"
2017-05-23 15:05:40 +02:00
2019-01-12 18:38:54 +01:00
#: mod/feedtest.php:18
2019-01-12 10:51:36 +01:00
msgid "You must be logged in to use this module"
msgstr "You must be logged in to use this module"
2017-05-23 15:05:40 +02:00
2019-01-12 18:38:54 +01:00
#: mod/feedtest.php:45
2019-01-12 10:51:36 +01:00
msgid "Source URL"
msgstr "Source URL"
2017-05-23 15:05:40 +02:00
2019-01-12 18:38:54 +01:00
#: mod/filer.php:35
2019-01-12 10:51:36 +01:00
msgid "- select -"
msgstr "- select -"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/follow.php:46
2019-01-12 10:51:36 +01:00
msgid "The contact could not be added."
msgstr "Contact could not be added."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/follow.php:76
2019-01-12 10:51:36 +01:00
msgid "You already added this contact."
msgstr "You already added this contact."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/follow.php:86
2019-01-12 10:51:36 +01:00
msgid "Diaspora support isn't enabled. Contact can't be added."
2019-03-11 17:51:46 +01:00
msgstr "diaspora* support isn't enabled. Contact can't be added."
2017-12-08 09:42:24 +01:00
2019-03-11 17:51:46 +01:00
#: mod/follow.php:93
2019-01-12 10:51:36 +01:00
msgid "OStatus support is disabled. Contact can't be added."
msgstr "OStatus support is disabled. Contact can't be added."
2017-12-08 09:42:24 +01:00
2019-03-11 17:51:46 +01:00
#: mod/follow.php:100
2019-01-12 10:51:36 +01:00
msgid "The network type couldn't be detected. Contact can't be added."
msgstr "The network type couldn't be detected. Contact can't be added."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/follow.php:170 mod/notifications.php:257 src/Model/Profile.php:807
#: src/Module/Contact.php:649
2019-01-12 10:51:36 +01:00
msgid "Tags:"
msgstr "Tags:"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/follow.php:182 mod/unfollow.php:147 src/Model/Profile.php:904
#: src/Module/Contact.php:864
2019-01-12 10:51:36 +01:00
msgid "Status Messages and Posts"
msgstr "Status Messages and Posts"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/friendica.php:88
2019-01-12 10:51:36 +01:00
#, php-format
msgid ""
"This is Friendica, version %s that is running at the web location %s. The "
"database version is %s, the post update version is %s."
2019-01-12 18:38:54 +01:00
msgstr "This is Friendica, version %s that is running at the web location %s. The database version is %s, the post update version is %s."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/friendica.php:94
2019-01-12 10:51:36 +01:00
msgid ""
"Please visit <a href=\"https://friendi.ca\">Friendi.ca</a> to learn more "
"about the Friendica project."
msgstr "Please visit <a href=\"https://friendi.ca\">Friendi.ca</a> to learn more about the Friendica project."
2017-12-08 09:42:24 +01:00
2019-03-11 17:51:46 +01:00
#: mod/friendica.php:98
2019-01-12 10:51:36 +01:00
msgid "Bug reports and issues: please visit"
msgstr "Bug reports and issues: please visit"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/friendica.php:98
2019-01-12 10:51:36 +01:00
msgid "the bugtracker at github"
msgstr "the bugtracker at github"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/friendica.php:101
2019-01-12 10:51:36 +01:00
msgid "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"
msgstr "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/friendica.php:106
2019-01-12 10:51:36 +01:00
msgid "Installed addons/apps:"
msgstr "Installed addons/apps:"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/friendica.php:120
2019-01-12 10:51:36 +01:00
msgid "No installed addons/apps"
msgstr "No installed addons/apps"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/friendica.php:125
2018-05-21 16:08:07 +02:00
#, php-format
2019-01-12 10:51:36 +01:00
msgid "Read about the <a href=\"%1$s/tos\">Terms of Service</a> of this node."
msgstr "Read about the <a href=\"%1$s/tos\">Terms of Service</a> of this node."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/friendica.php:130
2019-01-12 10:51:36 +01:00
msgid "On this server the following remote servers are blocked."
msgstr "On this server the following remote servers are blocked."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/fsuggest.php:69
2019-01-12 10:51:36 +01:00
msgid "Friend suggestion sent."
msgstr "Friend suggestion sent"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/fsuggest.php:93
2019-01-12 10:51:36 +01:00
msgid "Suggest Friends"
msgstr "Suggest friends"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/fsuggest.php:95
2019-01-12 10:51:36 +01:00
#, php-format
msgid "Suggest a friend for %s"
msgstr "Suggest a friend for %s"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/group.php:38
2019-01-12 10:51:36 +01:00
msgid "Group created."
msgstr "Group created."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/group.php:44
2019-01-12 10:51:36 +01:00
msgid "Could not create group."
msgstr "Could not create group."
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/group.php:58 mod/group.php:184
2019-01-12 10:51:36 +01:00
msgid "Group not found."
msgstr "Group not found."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/group.php:72
2019-01-12 10:51:36 +01:00
msgid "Group name changed."
msgstr "Group name changed."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/group.php:85 mod/profperm.php:30 src/App.php:1479
2019-01-12 10:51:36 +01:00
msgid "Permission denied"
msgstr "Permission denied"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/group.php:103
2019-01-12 10:51:36 +01:00
msgid "Save Group"
msgstr "Save group"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/group.php:104
2019-01-12 10:51:36 +01:00
msgid "Filter"
2019-01-12 18:38:54 +01:00
msgstr "Filter"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/group.php:109
2019-01-12 10:51:36 +01:00
msgid "Create a group of contacts/friends."
msgstr "Create a group of contacts/friends."
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: mod/group.php:110 mod/group.php:133 mod/group.php:224
#: src/Model/Group.php:423
2019-01-12 10:51:36 +01:00
msgid "Group Name: "
msgstr "Group name: "
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/group.php:125 src/Model/Group.php:420
2019-01-12 10:51:36 +01:00
msgid "Contacts not in any group"
msgstr "Contacts not in any group"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/group.php:156
2019-01-12 10:51:36 +01:00
msgid "Group removed."
msgstr "Group removed."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/group.php:158
2019-01-12 10:51:36 +01:00
msgid "Unable to remove group."
msgstr "Unable to remove group."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/group.php:217
2019-01-12 10:51:36 +01:00
msgid "Delete Group"
msgstr "Delete group"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/group.php:228
2019-01-12 10:51:36 +01:00
msgid "Edit Group Name"
msgstr "Edit group name"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/group.php:239
2019-01-12 10:51:36 +01:00
msgid "Members"
msgstr "Members"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/group.php:241 src/Module/Contact.php:704
2019-01-12 10:51:36 +01:00
msgid "All Contacts"
msgstr "All contacts"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/group.php:242 mod/network.php:654
2019-01-12 10:51:36 +01:00
msgid "Group is empty"
msgstr "Group is empty"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/group.php:255
2019-01-12 10:51:36 +01:00
msgid "Remove contact from group"
msgstr "Remove contact from group"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/group.php:273 mod/profperm.php:119
2019-01-12 10:51:36 +01:00
msgid "Click on a contact to add or remove."
msgstr "Click on a contact to add or remove it."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/group.php:287
2019-01-12 10:51:36 +01:00
msgid "Add contact to group"
msgstr "Add contact to group"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: mod/hcard.php:20
2019-01-12 10:51:36 +01:00
msgid "No profile"
msgstr "No profile"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/help.php:52
2019-01-12 10:51:36 +01:00
msgid "Help:"
msgstr "Help:"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/help.php:59 src/Content/Nav.php:190 view/theme/vier/theme.php:294
2019-01-12 10:51:36 +01:00
msgid "Help"
msgstr "Help"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/help.php:65 src/App.php:1397
2019-01-12 18:38:54 +01:00
msgid "Not Found"
msgstr "Not found"
2019-01-12 10:51:36 +01:00
#: mod/home.php:40
#, php-format
msgid "Welcome to %s"
msgstr "Welcome to %s"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/invite.php:36
2019-01-12 10:51:36 +01:00
msgid "Total invitation limit exceeded."
msgstr "Total invitation limit exceeded"
2017-05-23 15:05:40 +02:00
2019-01-12 10:51:36 +01:00
#: mod/invite.php:60
#, php-format
msgid "%s : Not a valid email address."
msgstr "%s : Not a valid email address"
2017-05-29 10:35:04 +02:00
2019-01-12 10:51:36 +01:00
#: mod/invite.php:87
msgid "Please join us on Friendica"
msgstr "Please join us on Friendica."
2018-03-05 16:48:21 +01:00
2019-01-12 10:51:36 +01:00
#: mod/invite.php:96
msgid "Invitation limit exceeded. Please contact your site administrator."
msgstr "Invitation limit is exceeded. Please contact your site administrator."
2017-05-23 15:05:40 +02:00
2019-01-12 10:51:36 +01:00
#: mod/invite.php:100
2018-04-09 10:17:25 +02:00
#, php-format
2019-01-12 10:51:36 +01:00
msgid "%s : Message delivery failed."
msgstr "%s : Message delivery failed"
2018-03-07 17:30:08 +01:00
2019-01-12 10:51:36 +01:00
#: mod/invite.php:104
#, php-format
msgid "%d message sent."
msgid_plural "%d messages sent."
msgstr[0] "%d message sent."
msgstr[1] "%d messages sent."
2017-05-23 15:05:40 +02:00
2019-01-12 10:51:36 +01:00
#: mod/invite.php:122
msgid "You have no more invitations available"
msgstr "You have no more invitations available."
2017-05-23 15:05:40 +02:00
2019-01-12 10:51:36 +01:00
#: mod/invite.php:130
#, php-format
2018-04-09 10:17:25 +02:00
msgid ""
2019-01-12 10:51:36 +01:00
"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 "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."
2017-05-23 15:05:40 +02:00
2019-01-12 10:51:36 +01:00
#: mod/invite.php:132
#, php-format
2018-05-21 16:08:07 +02:00
msgid ""
2019-01-12 10:51:36 +01:00
"To accept this invitation, please visit and register at %s or any other "
"public Friendica website."
msgstr "To accept this invitation, please sign up at %s or any other public Friendica website."
2017-05-23 15:05:40 +02:00
2019-01-12 10:51:36 +01:00
#: mod/invite.php:133
#, php-format
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. See %s for a list of alternate Friendica "
"sites you can join."
msgstr "Friendica sites are all inter-connect to create a large 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."
2017-05-23 15:05:40 +02:00
2019-01-12 10:51:36 +01:00
#: mod/invite.php:137
2018-05-21 16:08:07 +02:00
msgid ""
2019-01-12 10:51:36 +01:00
"Our apologies. This system is not currently configured to connect with other"
" public sites or invite members."
msgstr "Our apologies. This system is not currently configured to connect with other public sites or invite members."
2017-05-23 15:05:40 +02:00
2019-01-12 10:51:36 +01:00
#: mod/invite.php:141
2018-05-21 16:08:07 +02:00
msgid ""
2019-01-12 10:51:36 +01:00
"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 "Friendica sites are all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. Each site can also connect with many traditional social networks."
2018-05-21 16:08:07 +02:00
2019-01-12 10:51:36 +01:00
#: mod/invite.php:140
2018-04-09 10:17:25 +02:00
#, php-format
2019-01-12 10:51:36 +01:00
msgid "To accept this invitation, please visit and register at %s."
msgstr "To accept this invitation, please visit and register at %s."
2017-05-23 15:05:40 +02:00
2019-01-12 10:51:36 +01:00
#: mod/invite.php:147
msgid "Send invitations"
msgstr "Send invitations"
2017-05-23 15:05:40 +02:00
2019-01-12 10:51:36 +01:00
#: mod/invite.php:148
msgid "Enter email addresses, one per line:"
msgstr "Enter email addresses, one per line:"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/invite.php:149 mod/message.php:255 mod/message.php:435
2019-01-12 10:51:36 +01:00
#: mod/wallmessage.php:137
msgid "Your message:"
msgstr "Your message:"
2017-05-23 15:05:40 +02:00
2019-01-12 10:51:36 +01:00
#: mod/invite.php:149
msgid ""
"You are cordially invited to join me and other close friends on Friendica - "
"and help us to create a better social web."
msgstr "You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."
2018-02-16 10:33:10 +01:00
2019-01-12 10:51:36 +01:00
#: mod/invite.php:151
msgid "You will need to supply this invitation code: $invite_code"
msgstr "You will need to supply this invitation code: $invite_code"
2017-05-23 15:05:40 +02:00
2019-01-12 10:51:36 +01:00
#: mod/invite.php:151
msgid ""
"Once you have registered, please connect with me via my profile page at:"
msgstr "Once you have signed up, please connect with me via my profile page at:"
2017-05-23 15:05:40 +02:00
2019-01-12 10:51:36 +01:00
#: mod/invite.php:153
2018-05-21 16:08:07 +02:00
msgid ""
2019-01-12 10:51:36 +01:00
"For more information about the Friendica project and why we feel it is "
"important, please visit http://friendi.ca"
msgstr "For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"
2019-03-11 17:51:46 +01:00
#: mod/item.php:120
2019-01-12 10:51:36 +01:00
msgid "Unable to locate original post."
msgstr "Unable to locate original post."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/item.php:320
2019-01-12 10:51:36 +01:00
msgid "Empty post discarded."
msgstr "Empty post discarded."
2019-03-11 17:51:46 +01:00
#: mod/item.php:841
2018-05-21 16:08:07 +02:00
#, php-format
msgid ""
2019-01-12 10:51:36 +01:00
"This message was sent to you by %s, a member of the Friendica social "
"network."
msgstr "This message was sent to you by %s, a member of the Friendica social network."
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: mod/item.php:843
2018-05-21 16:08:07 +02:00
#, php-format
2019-01-12 10:51:36 +01:00
msgid "You may visit them online at %s"
msgstr "You may visit them online at %s"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: mod/item.php:844
2018-05-21 16:08:07 +02:00
msgid ""
2019-01-12 10:51:36 +01:00
"Please contact the sender by replying to this post if you do not wish to "
"receive these messages."
msgstr "Please contact the sender by replying to this post if you do not wish to receive these messages."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/item.php:848
2018-05-21 16:08:07 +02:00
#, php-format
2019-01-12 10:51:36 +01:00
msgid "%s posted an update."
msgstr "%s posted an update."
2017-12-08 09:42:24 +01:00
2019-03-11 17:51:46 +01:00
#: mod/localtime.php:19 src/Model/Event.php:34 src/Model/Event.php:847
2019-01-12 10:51:36 +01:00
msgid "l F d, Y \\@ g:i A"
msgstr "l F d, Y \\@ g:i A"
2017-07-31 16:18:22 +02:00
2019-01-12 10:51:36 +01:00
#: mod/localtime.php:33
msgid "Time Conversion"
msgstr "Time conversion"
2017-07-31 16:18:22 +02:00
2019-01-12 10:51:36 +01:00
#: mod/localtime.php:35
msgid ""
"Friendica provides this service for sharing events with other networks and "
"friends in unknown timezones."
msgstr "Friendica provides this service for sharing events with other networks and friends in unknown time zones."
2017-07-31 16:18:22 +02:00
2019-01-12 10:51:36 +01:00
#: mod/localtime.php:39
#, php-format
msgid "UTC time: %s"
msgstr "UTC time: %s"
2017-07-31 16:18:22 +02:00
2019-01-12 10:51:36 +01:00
#: mod/localtime.php:42
#, php-format
msgid "Current timezone: %s"
msgstr "Current time zone: %s"
2017-07-31 16:18:22 +02:00
2019-01-12 10:51:36 +01:00
#: mod/localtime.php:46
#, php-format
msgid "Converted localtime: %s"
msgstr "Converted local time: %s"
2017-07-31 16:18:22 +02:00
2019-01-12 10:51:36 +01:00
#: mod/localtime.php:52
msgid "Please select your timezone:"
msgstr "Please select your time zone:"
2017-07-31 16:18:22 +02:00
2019-01-12 10:51:36 +01:00
#: mod/lockview.php:46 mod/lockview.php:57
msgid "Remote privacy information not available."
msgstr "Remote privacy information not available."
2017-07-31 16:18:22 +02:00
2019-01-12 10:51:36 +01:00
#: mod/lockview.php:66
msgid "Visible to:"
msgstr "Visible to:"
2017-07-31 16:18:22 +02:00
2019-01-12 18:38:54 +01:00
#: mod/lostpass.php:26
2019-01-12 10:51:36 +01:00
msgid "No valid account found."
msgstr "No valid account found."
2017-07-31 16:18:22 +02:00
2019-01-12 18:38:54 +01:00
#: mod/lostpass.php:38
2019-01-12 10:51:36 +01:00
msgid "Password reset request issued. Check your email."
msgstr "Password reset request issued. Please check your email."
2017-07-31 16:18:22 +02:00
2019-01-12 18:38:54 +01:00
#: mod/lostpass.php:44
2019-01-12 10:51:36 +01:00
#, 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 "\n\t\tDear %1$s,\n\t\t\tA request was received at \"%2$s\" to reset your account password.\n\t\tTo confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser's address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided; ignore or delete this email, as 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."
2017-07-31 16:18:22 +02:00
2019-01-12 18:38:54 +01:00
#: mod/lostpass.php:55
2019-01-12 10:51:36 +01:00
#, 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 "\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"
2017-07-31 16:18:22 +02:00
2019-01-12 18:38:54 +01:00
#: mod/lostpass.php:74
2019-01-12 10:51:36 +01:00
#, php-format
msgid "Password reset requested at %s"
msgstr "Password reset requested at %s"
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: mod/lostpass.php:89
2019-01-12 10:51:36 +01:00
msgid ""
"Request could not be verified. (You may have previously submitted it.) "
"Password reset failed."
msgstr "Request could not be verified. (You may have previously submitted it.) Password reset failed."
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: mod/lostpass.php:102
2019-01-12 10:51:36 +01:00
msgid "Request has expired, please make a new one."
msgstr "Request has expired, please make a new one."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/lostpass.php:117
2019-01-12 10:51:36 +01:00
msgid "Forgot your Password?"
msgstr "Reset My Password"
2017-08-23 14:53:37 +02:00
2019-03-11 17:51:46 +01:00
#: mod/lostpass.php:118
2019-01-12 10:51:36 +01:00
msgid ""
"Enter your email address and submit to have your password reset. Then check "
"your email for further instructions."
msgstr "Enter email address or nickname to reset your password. You will receive further instruction via email."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/lostpass.php:119 src/Module/Login.php:324
2019-01-12 10:51:36 +01:00
msgid "Nickname or Email: "
msgstr "Nickname or email: "
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/lostpass.php:120
2019-01-12 10:51:36 +01:00
msgid "Reset"
msgstr "Reset"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/lostpass.php:135 src/Module/Login.php:336
2019-01-12 10:51:36 +01:00
msgid "Password Reset"
msgstr "Forgotten password?"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/lostpass.php:136
2019-01-12 10:51:36 +01:00
msgid "Your password has been reset as requested."
msgstr "Your password has been reset as requested."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/lostpass.php:137
2019-01-12 10:51:36 +01:00
msgid "Your new password is"
msgstr "Your new password is"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/lostpass.php:138
2019-01-12 10:51:36 +01:00
msgid "Save or copy your new password - and then"
msgstr "Save or copy your new password - and then"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/lostpass.php:139
2019-01-12 10:51:36 +01:00
msgid "click here to login"
msgstr "click here to login"
2017-05-29 10:35:04 +02:00
2019-03-11 17:51:46 +01:00
#: mod/lostpass.php:140
2019-01-12 10:51:36 +01:00
msgid ""
"Your password may be changed from the <em>Settings</em> page after "
"successful login."
msgstr "Your password may be changed from the <em>Settings</em> page after successful login."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/lostpass.php:148
2019-01-12 10:51:36 +01:00
#, 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 "\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"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/lostpass.php:154
2019-01-12 10:51:36 +01:00
#, 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 "\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"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/lostpass.php:170
2019-01-12 10:51:36 +01:00
#, php-format
msgid "Your password has been changed at %s"
msgstr "Your password has been changed at %s"
2017-05-23 15:05:40 +02:00
2019-01-12 10:51:36 +01:00
#: mod/maintenance.php:26
msgid "System down for maintenance"
msgstr "Sorry, the system is currently down for maintenance."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/manage.php:178
2019-01-12 10:51:36 +01:00
msgid "Manage Identities and/or Pages"
msgstr "Manage Identities and Pages"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/manage.php:179
2019-01-12 10:51:36 +01:00
msgid ""
"Toggle between different identities or community/group pages which share "
"your account details or which you have been granted \"manage\" permissions"
msgstr "Accounts that I manage or own."
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: mod/manage.php:180
2019-01-12 10:51:36 +01:00
msgid "Select an identity to manage: "
msgstr "Select identity:"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/match.php:49
2019-01-12 10:51:36 +01:00
msgid "No keywords to match. Please add keywords to your default profile."
msgstr "No keywords to match. Please add keywords to your default profile."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/match.php:115 src/Content/Pager.php:198
2019-01-12 18:38:54 +01:00
msgid "first"
msgstr "first"
2019-03-11 17:51:46 +01:00
#: mod/match.php:120 src/Content/Pager.php:258
2019-01-12 18:38:54 +01:00
msgid "next"
msgstr "next"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/match.php:135
2019-01-12 10:51:36 +01:00
msgid "Profile Match"
msgstr "Profile Match"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/message.php:33 mod/message.php:116 src/Content/Nav.php:255
2019-01-12 10:51:36 +01:00
msgid "New Message"
msgstr "New Message"
2017-05-23 15:05:40 +02:00
2019-01-12 18:38:54 +01:00
#: mod/message.php:70 mod/wallmessage.php:60
2019-01-12 10:51:36 +01:00
msgid "No recipient selected."
msgstr "No recipient selected."
2017-05-23 15:05:40 +02:00
2019-01-12 18:38:54 +01:00
#: mod/message.php:74
2019-01-12 10:51:36 +01:00
msgid "Unable to locate contact information."
msgstr "Unable to locate contact information."
2017-05-23 15:05:40 +02:00
2019-01-12 18:38:54 +01:00
#: mod/message.php:77 mod/wallmessage.php:66
2019-01-12 10:51:36 +01:00
msgid "Message could not be sent."
msgstr "Message could not be sent."
2017-05-23 15:05:40 +02:00
2019-01-12 18:38:54 +01:00
#: mod/message.php:80 mod/wallmessage.php:69
2019-01-12 10:51:36 +01:00
msgid "Message collection failure."
msgstr "Message collection failure."
2018-04-09 10:17:25 +02:00
2019-01-12 18:38:54 +01:00
#: mod/message.php:83 mod/wallmessage.php:72
2019-01-12 10:51:36 +01:00
msgid "Message sent."
msgstr "Message sent."
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/message.php:110 mod/notifications.php:47 mod/notifications.php:187
#: mod/notifications.php:235
2019-01-12 10:51:36 +01:00
msgid "Discard"
msgstr "Discard"
2017-12-08 09:42:24 +01:00
2019-03-11 17:51:46 +01:00
#: mod/message.php:123 src/Content/Nav.php:252 view/theme/frio/theme.php:271
2019-01-12 10:51:36 +01:00
msgid "Messages"
msgstr "Messages"
2017-05-23 15:05:40 +02:00
2019-01-12 18:38:54 +01:00
#: mod/message.php:148
2019-01-12 10:51:36 +01:00
msgid "Do you really want to delete this message?"
msgstr "Do you really want to delete this message?"
2017-05-23 15:05:40 +02:00
2019-01-12 18:38:54 +01:00
#: mod/message.php:166
2019-01-12 10:51:36 +01:00
msgid "Conversation not found."
2019-01-12 18:38:54 +01:00
msgstr "Conversation not found."
2017-05-23 15:05:40 +02:00
2019-01-12 18:38:54 +01:00
#: mod/message.php:171
2019-01-12 10:51:36 +01:00
msgid "Message deleted."
msgstr "Message deleted."
2017-06-26 13:03:32 +02:00
2019-03-11 17:51:46 +01:00
#: mod/message.php:176 mod/message.php:190
2019-01-12 10:51:36 +01:00
msgid "Conversation removed."
msgstr "Conversation removed."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/message.php:204 mod/message.php:360 mod/wallmessage.php:123
2019-01-12 10:51:36 +01:00
msgid "Please enter a link URL:"
msgstr "Please enter a link URL:"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/message.php:246 mod/wallmessage.php:128
2019-01-12 10:51:36 +01:00
msgid "Send Private Message"
msgstr "Send private message"
2017-08-23 14:53:37 +02:00
2019-03-11 17:51:46 +01:00
#: mod/message.php:247 mod/message.php:430 mod/wallmessage.php:130
2019-01-12 10:51:36 +01:00
msgid "To:"
msgstr "To:"
2017-10-05 14:09:52 +02:00
2019-03-11 17:51:46 +01:00
#: mod/message.php:251 mod/message.php:432 mod/wallmessage.php:131
2019-01-12 10:51:36 +01:00
msgid "Subject:"
msgstr "Subject:"
2017-08-23 14:53:37 +02:00
2019-03-11 17:51:46 +01:00
#: mod/message.php:289
2019-01-12 10:51:36 +01:00
msgid "No messages."
msgstr "No messages."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/message.php:352
2019-01-12 10:51:36 +01:00
msgid "Message not available."
msgstr "Message not available."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/message.php:406
2019-01-12 10:51:36 +01:00
msgid "Delete message"
msgstr "Delete message"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/message.php:408 mod/message.php:540
2019-01-12 10:51:36 +01:00
msgid "D, d M Y - g:i A"
msgstr "D, d M Y - g:i A"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/message.php:423 mod/message.php:537
2019-01-12 10:51:36 +01:00
msgid "Delete conversation"
msgstr "Delete conversation"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/message.php:425
2018-04-09 10:17:25 +02:00
msgid ""
2019-01-12 10:51:36 +01:00
"No secure communications available. You <strong>may</strong> be able to "
"respond from the sender's profile page."
msgstr "No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: mod/message.php:429
2019-01-12 10:51:36 +01:00
msgid "Send Reply"
msgstr "Send reply"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/message.php:512
2019-01-12 10:51:36 +01:00
#, php-format
msgid "Unknown sender - %s"
msgstr "Unknown sender - %s"
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: mod/message.php:514
2019-01-12 10:51:36 +01:00
#, php-format
msgid "You and %s"
msgstr "Me and %s"
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: mod/message.php:516
2019-01-12 10:51:36 +01:00
#, php-format
msgid "%s and You"
msgstr "%s and me"
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: mod/message.php:543
2019-01-12 10:51:36 +01:00
#, php-format
msgid "%d message"
msgid_plural "%d messages"
msgstr[0] "%d message"
msgstr[1] "%d messages"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/network.php:183 mod/search.php:38
2019-01-12 10:51:36 +01:00
msgid "Remove term"
msgstr "Remove term"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/network.php:190 mod/search.php:47
2019-01-12 10:51:36 +01:00
msgid "Saved Searches"
msgstr "Saved searches"
2019-03-11 17:51:46 +01:00
#: mod/network.php:191 src/Model/Group.php:414
2019-01-12 10:51:36 +01:00
msgid "add"
msgstr "add"
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: mod/network.php:563
2019-01-12 10:51:36 +01:00
#, php-format
2018-05-21 16:08:07 +02:00
msgid ""
2019-01-12 10:51:36 +01:00
"Warning: This group contains %s member from a network that doesn't allow non"
" public messages."
msgid_plural ""
"Warning: This group contains %s members from a network that doesn't allow "
"non public messages."
msgstr[0] "Warning: This group contains %s member from a network that doesn't allow non public messages."
msgstr[1] "Warning: This group contains %s members from a network that doesn't allow non public messages."
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: mod/network.php:566
2019-01-12 10:51:36 +01:00
msgid "Messages in this group won't be send to these receivers."
msgstr "Messages in this group won't be send to these receivers."
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/network.php:633
2019-01-12 10:51:36 +01:00
msgid "No such group"
msgstr "No such group"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/network.php:658
2019-01-12 10:51:36 +01:00
#, php-format
msgid "Group: %s"
msgstr "Group: %s"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/network.php:684
2019-01-12 10:51:36 +01:00
msgid "Private messages to this person are at risk of public disclosure."
msgstr "Private messages to this person are at risk of public disclosure."
2017-05-29 10:35:04 +02:00
2019-03-11 17:51:46 +01:00
#: mod/network.php:687
2019-01-12 10:51:36 +01:00
msgid "Invalid contact."
msgstr "Invalid contact."
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: mod/network.php:966
2019-01-12 10:51:36 +01:00
msgid "Commented Order"
msgstr "Commented last"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: mod/network.php:969
2019-01-12 10:51:36 +01:00
msgid "Sort by Comment Date"
msgstr "Sort by comment date"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: mod/network.php:974
2019-01-12 10:51:36 +01:00
msgid "Posted Order"
msgstr "Posted last"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: mod/network.php:977
2019-01-12 10:51:36 +01:00
msgid "Sort by Post Date"
msgstr "Sort by post date"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/network.php:984 mod/profiles.php:579
#: src/Core/NotificationsManager.php:189
2019-01-12 10:51:36 +01:00
msgid "Personal"
msgstr "Personal"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/network.php:987
2019-01-12 10:51:36 +01:00
msgid "Posts that mention or involve you"
msgstr "Posts mentioning or involving me"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/network.php:994
2019-01-12 10:51:36 +01:00
msgid "New"
msgstr "New"
2017-05-29 10:35:04 +02:00
2019-03-11 17:51:46 +01:00
#: mod/network.php:997
2019-01-12 10:51:36 +01:00
msgid "Activity Stream - by date"
msgstr "Activity Stream - by date"
2017-05-29 10:35:04 +02:00
2019-03-11 17:51:46 +01:00
#: mod/network.php:1005
2019-01-12 10:51:36 +01:00
msgid "Shared Links"
msgstr "Shared links"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/network.php:1008
2019-01-12 10:51:36 +01:00
msgid "Interesting Links"
msgstr "Interesting links"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/network.php:1015
2019-01-12 10:51:36 +01:00
msgid "Starred"
msgstr "Starred"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: mod/network.php:1018
2019-01-12 10:51:36 +01:00
msgid "Favourite Posts"
msgstr "My favourite posts"
2018-03-05 16:48:21 +01:00
2019-01-12 18:38:54 +01:00
#: mod/newmember.php:12
2019-01-12 10:51:36 +01:00
msgid "Welcome to Friendica"
msgstr "Welcome to Friendica"
2018-03-05 16:48:21 +01:00
2019-01-12 18:38:54 +01:00
#: mod/newmember.php:13
2019-01-12 10:51:36 +01:00
msgid "New Member Checklist"
msgstr "New Member Checklist"
2019-01-12 18:38:54 +01:00
#: mod/newmember.php:15
2018-05-21 16:08:07 +02:00
msgid ""
2019-01-12 10:51:36 +01:00
"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."
msgstr "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."
2017-05-23 15:05:40 +02:00
2019-01-12 18:38:54 +01:00
#: mod/newmember.php:16
2019-01-12 10:51:36 +01:00
msgid "Getting Started"
msgstr "Getting started"
2019-01-12 18:38:54 +01:00
#: mod/newmember.php:18
2019-01-12 10:51:36 +01:00
msgid "Friendica Walk-Through"
msgstr "Friendica walk-through"
2018-03-05 16:48:21 +01:00
2019-01-12 18:38:54 +01:00
#: mod/newmember.php:18
2017-12-08 09:42:24 +01:00
msgid ""
2019-01-12 10:51:36 +01:00
"On your <em>Quick Start</em> page - find a brief introduction to your "
"profile and network tabs, make some new connections, and find some groups to"
" join."
msgstr "On your <em>Quick Start</em> page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."
2017-05-23 15:05:40 +02:00
2019-01-12 18:38:54 +01:00
#: mod/newmember.php:22
2019-01-12 10:51:36 +01:00
msgid "Go to Your Settings"
msgstr "Go to your settings"
2018-02-16 10:33:10 +01:00
2019-01-12 18:38:54 +01:00
#: mod/newmember.php:22
2018-05-21 16:08:07 +02:00
msgid ""
2019-01-12 10:51:36 +01:00
"On your <em>Settings</em> 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."
msgstr "On your <em>Settings</em> 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."
2017-05-23 15:05:40 +02:00
2019-01-12 18:38:54 +01:00
#: mod/newmember.php:23
2017-12-08 09:42:24 +01:00
msgid ""
2019-01-12 10:51:36 +01:00
"Review the other settings, particularly the privacy settings. An unpublished"
" directory listing is like having an unlisted phone number. In general, you "
"should probably publish your listing - unless all of your friends and "
"potential friends know exactly how to find you."
msgstr "Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/newmember.php:25 mod/profperm.php:117 src/Content/Nav.php:157
#: src/Model/Profile.php:876 src/Model/Profile.php:909
#: src/Module/Contact.php:654 src/Module/Contact.php:869
#: view/theme/frio/theme.php:263
2019-01-12 10:51:36 +01:00
msgid "Profile"
msgstr "Profile"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/newmember.php:27 mod/profiles.php:583 mod/profile_photo.php:253
2019-01-12 10:51:36 +01:00
msgid "Upload Profile Photo"
msgstr "Upload profile photo"
2019-01-12 18:38:54 +01:00
#: mod/newmember.php:27
2018-05-21 16:08:07 +02:00
msgid ""
2019-01-12 10:51:36 +01:00
"Upload a profile photo if you have not done so already. Studies have shown "
"that people with real photos of themselves are ten times more likely to make"
" friends than people who do not."
msgstr "Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not."
2017-12-08 09:42:24 +01:00
2019-01-12 18:38:54 +01:00
#: mod/newmember.php:28
2019-01-12 10:51:36 +01:00
msgid "Edit Your Profile"
msgstr "Edit your profile"
2017-05-23 15:05:40 +02:00
2019-01-12 18:38:54 +01:00
#: mod/newmember.php:28
2018-05-21 16:08:07 +02:00
msgid ""
2019-01-12 10:51:36 +01:00
"Edit your <strong>default</strong> profile to your liking. Review the "
"settings for hiding your list of friends and hiding the profile from unknown"
" visitors."
msgstr "Edit your <strong>default</strong> profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."
2017-05-23 15:05:40 +02:00
2019-01-12 18:38:54 +01:00
#: mod/newmember.php:29
2019-01-12 10:51:36 +01:00
msgid "Profile Keywords"
msgstr "Profile keywords"
2017-05-29 10:35:04 +02:00
2019-01-12 18:38:54 +01:00
#: mod/newmember.php:29
2018-05-21 16:08:07 +02:00
msgid ""
2019-01-12 10:51:36 +01:00
"Set some public keywords for your default profile which describe your "
"interests. We may be able to find other people with similar interests and "
"suggest friendships."
msgstr "Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships."
2018-02-16 10:33:10 +01:00
2019-01-12 18:38:54 +01:00
#: mod/newmember.php:31
2019-01-12 10:51:36 +01:00
msgid "Connecting"
msgstr "Connecting"
2018-02-16 10:33:10 +01:00
2019-01-12 18:38:54 +01:00
#: mod/newmember.php:37
2019-01-12 10:51:36 +01:00
msgid "Importing Emails"
msgstr "Importing emails"
2017-10-05 14:09:52 +02:00
2019-01-12 18:38:54 +01:00
#: mod/newmember.php:37
2018-05-21 16:08:07 +02:00
msgid ""
2019-01-12 10:51:36 +01:00
"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"
msgstr "Enter your email access information on your Connector Settings if you wish to import and interact with friends or mailing lists from your email INBOX"
2017-12-08 09:42:24 +01:00
2019-01-12 18:38:54 +01:00
#: mod/newmember.php:40
2019-01-12 10:51:36 +01:00
msgid "Go to Your Contacts Page"
msgstr "Go to your contacts page"
2017-09-27 07:10:12 +02:00
2019-01-12 18:38:54 +01:00
#: mod/newmember.php:40
2018-05-21 16:08:07 +02:00
msgid ""
2019-01-12 10:51:36 +01:00
"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 <em>Add New Contact</em> dialog."
msgstr "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 <em>Add new contact</em> dialog."
2018-03-05 16:48:21 +01:00
2019-01-12 18:38:54 +01:00
#: mod/newmember.php:41
2019-01-12 10:51:36 +01:00
msgid "Go to Your Site's Directory"
msgstr "Go to your site's directory"
2017-05-23 15:05:40 +02:00
2019-01-12 18:38:54 +01:00
#: mod/newmember.php:41
2018-05-21 16:08:07 +02:00
msgid ""
2019-01-12 10:51:36 +01:00
"The Directory page lets you find other people in this network or other "
"federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on "
"their profile page. Provide your own Identity Address if requested."
msgstr "The directory lets you find other people in this network or other federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on their profile page. Provide your own identity address when requested."
2017-05-29 10:35:04 +02:00
2019-01-12 18:38:54 +01:00
#: mod/newmember.php:42
2019-01-12 10:51:36 +01:00
msgid "Finding New People"
msgstr "Finding new people"
2018-03-05 16:48:21 +01:00
2019-01-12 18:38:54 +01:00
#: mod/newmember.php:42
2019-01-12 10:51:36 +01:00
msgid ""
"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."
msgstr "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."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/newmember.php:44 src/Model/Group.php:415 src/Module/Contact.php:752
2019-01-12 10:51:36 +01:00
msgid "Groups"
msgstr "Groups"
2017-05-23 15:05:40 +02:00
2019-01-12 18:38:54 +01:00
#: mod/newmember.php:46
2019-01-12 10:51:36 +01:00
msgid "Group Your Contacts"
msgstr "Group your contacts"
2018-02-16 10:33:10 +01:00
2019-01-12 18:38:54 +01:00
#: mod/newmember.php:46
2018-05-21 16:08:07 +02:00
msgid ""
2019-01-12 10:51:36 +01:00
"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."
2019-03-11 17:51:46 +01:00
msgstr "Once you have made some friends, organise 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."
2018-02-16 10:33:10 +01:00
2019-01-12 18:38:54 +01:00
#: mod/newmember.php:49
2019-01-12 10:51:36 +01:00
msgid "Why Aren't My Posts Public?"
msgstr "Why aren't my posts public?"
2018-02-16 10:33:10 +01:00
2019-01-12 18:38:54 +01:00
#: mod/newmember.php:49
2018-05-21 16:08:07 +02:00
msgid ""
2019-01-12 10:51:36 +01:00
"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."
msgstr "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."
2018-02-16 10:33:10 +01:00
2019-01-12 18:38:54 +01:00
#: mod/newmember.php:53
2019-01-12 10:51:36 +01:00
msgid "Getting Help"
msgstr "Getting help"
2017-05-23 15:05:40 +02:00
2019-01-12 18:38:54 +01:00
#: mod/newmember.php:55
2019-01-12 10:51:36 +01:00
msgid "Go to the Help Section"
msgstr "Go to the help section"
2017-05-23 15:05:40 +02:00
2019-01-12 18:38:54 +01:00
#: mod/newmember.php:55
2018-05-21 16:08:07 +02:00
msgid ""
2019-01-12 10:51:36 +01:00
"Our <strong>help</strong> pages may be consulted for detail on other program"
" features and resources."
msgstr "Our <strong>help</strong> pages may be consulted for detail on other program features and resources."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/notes.php:34 src/Model/Profile.php:959
2019-01-12 10:51:36 +01:00
msgid "Personal Notes"
msgstr "Personal notes"
2017-05-23 15:05:40 +02:00
2019-01-12 10:51:36 +01:00
#: mod/notifications.php:38
msgid "Invalid request identifier."
msgstr "Invalid request identifier."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/notifications.php:60 mod/notifications.php:186
#: mod/notifications.php:271 src/Module/Contact.php:622
#: src/Module/Contact.php:825 src/Module/Contact.php:1085
2019-01-12 10:51:36 +01:00
msgid "Ignore"
msgstr "Ignore"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/notifications.php:93 src/Content/Nav.php:247
2019-01-12 10:51:36 +01:00
msgid "Notifications"
msgstr "Notifications"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/notifications.php:107
2019-01-12 10:51:36 +01:00
msgid "Network Notifications"
msgstr "Network notifications"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/notifications.php:112 mod/notify.php:84
2019-01-12 10:51:36 +01:00
msgid "System Notifications"
msgstr "System notifications"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: mod/notifications.php:117
2019-01-12 10:51:36 +01:00
msgid "Personal Notifications"
msgstr "Personal notifications"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: mod/notifications.php:122
2019-01-12 10:51:36 +01:00
msgid "Home Notifications"
msgstr "Home notifications"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/notifications.php:142
2019-01-12 10:51:36 +01:00
msgid "Show unread"
msgstr "Show unread"
2017-10-05 14:09:52 +02:00
2019-03-11 17:51:46 +01:00
#: mod/notifications.php:142
2019-01-12 10:51:36 +01:00
msgid "Show all"
msgstr "Show all"
2017-05-29 10:35:04 +02:00
2019-03-11 17:51:46 +01:00
#: mod/notifications.php:153
2019-01-12 10:51:36 +01:00
msgid "Show Ignored Requests"
msgstr "Show ignored requests."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/notifications.php:153
2019-01-12 10:51:36 +01:00
msgid "Hide Ignored Requests"
msgstr "Hide ignored requests"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/notifications.php:166 mod/notifications.php:243
2019-01-12 10:51:36 +01:00
msgid "Notification type:"
2019-01-12 18:38:54 +01:00
msgstr "Notification type:"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/notifications.php:169
2019-01-12 10:51:36 +01:00
msgid "Suggested by:"
2019-01-12 18:38:54 +01:00
msgstr "Suggested by:"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/notifications.php:181 mod/notifications.php:260
#: src/Module/Contact.php:630
2019-01-12 10:51:36 +01:00
msgid "Hide this contact from others"
msgstr "Hide this contact from others"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/notifications.php:203
2019-01-12 10:51:36 +01:00
msgid "Claims to be known to you: "
msgstr "Says they know me:"
2017-10-05 14:09:52 +02:00
2019-03-11 17:51:46 +01:00
#: mod/notifications.php:204
2019-01-12 10:51:36 +01:00
msgid "yes"
msgstr "yes"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/notifications.php:204
2019-01-12 10:51:36 +01:00
msgid "no"
msgstr "no"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/notifications.php:205 mod/notifications.php:209
2019-01-12 10:51:36 +01:00
msgid "Shall your connection be bidirectional or not?"
msgstr "Shall your connection be in both directions or not?"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/notifications.php:206 mod/notifications.php:210
2019-01-12 10:51:36 +01:00
#, php-format
2018-05-21 16:08:07 +02:00
msgid ""
2019-01-12 10:51:36 +01:00
"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 "Accepting %s as a friend allows %s to subscribe to your posts; you will also receive updates from them in your news feed."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/notifications.php:207
2019-01-12 10:51:36 +01:00
#, 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 "Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/notifications.php:211
2019-01-12 10:51:36 +01:00
#, php-format
2018-05-21 16:08:07 +02:00
msgid ""
2019-01-12 10:51:36 +01:00
"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 "Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/notifications.php:222
2019-01-12 10:51:36 +01:00
msgid "Friend"
msgstr "Friend"
2017-10-05 14:09:52 +02:00
2019-03-11 17:51:46 +01:00
#: mod/notifications.php:223
2019-01-12 10:51:36 +01:00
msgid "Sharer"
msgstr "Sharer"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/notifications.php:223
2019-01-12 10:51:36 +01:00
msgid "Subscriber"
msgstr "Subscriber"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/notifications.php:266 src/Model/Profile.php:543
#: src/Module/Contact.php:88
2019-01-12 10:51:36 +01:00
msgid "Network:"
msgstr "Network:"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: mod/notifications.php:279
2019-01-12 10:51:36 +01:00
msgid "No introductions."
msgstr "No introductions."
2017-10-05 14:09:52 +02:00
2019-03-11 17:51:46 +01:00
#: mod/notifications.php:313
2019-01-12 10:51:36 +01:00
#, php-format
msgid "No more %s notifications."
msgstr "No more %s notifications."
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/notify.php:80
2019-01-12 10:51:36 +01:00
msgid "No more system notifications."
msgstr "No more system notifications."
2018-02-16 10:33:10 +01:00
2019-01-12 10:51:36 +01:00
#: mod/oexchange.php:32
msgid "Post successful."
msgstr "Post successful."
2017-10-05 14:09:52 +02:00
2019-03-11 17:51:46 +01:00
#: mod/openid.php:31
2019-01-12 10:51:36 +01:00
msgid "OpenID protocol error. No ID returned."
msgstr "OpenID protocol error. No ID returned."
2017-10-05 14:09:52 +02:00
2019-03-11 17:51:46 +01:00
#: mod/openid.php:67
2018-05-21 16:08:07 +02:00
msgid ""
2019-01-12 10:51:36 +01:00
"Account not found and OpenID registration is not permitted on this site."
msgstr "Account not found and OpenID registration is not permitted on this site."
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/openid.php:117 src/Module/Login.php:92 src/Module/Login.php:143
2019-01-12 10:51:36 +01:00
msgid "Login failed."
msgstr "Login failed."
2017-09-27 07:10:12 +02:00
2019-01-12 10:51:36 +01:00
#: mod/ostatus_subscribe.php:23
msgid "Subscribing to OStatus contacts"
msgstr "Subscribing to OStatus contacts"
2017-09-27 07:10:12 +02:00
2019-01-12 10:51:36 +01:00
#: mod/ostatus_subscribe.php:35
msgid "No contact provided."
msgstr "No contact provided."
2017-09-27 07:10:12 +02:00
2019-01-12 10:51:36 +01:00
#: mod/ostatus_subscribe.php:42
msgid "Couldn't fetch information for contact."
msgstr "Couldn't fetch information for contact."
2017-09-27 07:10:12 +02:00
2019-01-12 10:51:36 +01:00
#: mod/ostatus_subscribe.php:52
msgid "Couldn't fetch friends for contact."
msgstr "Couldn't fetch friends for contact."
2017-09-27 07:10:12 +02:00
2019-01-12 10:51:36 +01:00
#: mod/ostatus_subscribe.php:70 mod/repair_ostatus.php:52
msgid "Done"
msgstr "Done"
2017-09-27 07:10:12 +02:00
2019-01-12 10:51:36 +01:00
#: mod/ostatus_subscribe.php:84
msgid "success"
msgstr "success"
2017-09-27 07:10:12 +02:00
2019-01-12 10:51:36 +01:00
#: mod/ostatus_subscribe.php:86
msgid "failed"
msgstr "failed"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/ostatus_subscribe.php:89 src/Object/Post.php:283
2019-01-12 10:51:36 +01:00
msgid "ignored"
msgstr "Ignored"
2017-09-27 07:10:12 +02:00
2019-01-12 10:51:36 +01:00
#: mod/ostatus_subscribe.php:94 mod/repair_ostatus.php:58
msgid "Keep this window open until done."
msgstr "Keep this window open until done."
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/photos.php:115 src/Model/Profile.php:920
2019-01-12 10:51:36 +01:00
msgid "Photo Albums"
msgstr "Photo Albums"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/photos.php:116 mod/photos.php:1665
2019-01-12 10:51:36 +01:00
msgid "Recent Photos"
msgstr "Recent photos"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/photos.php:119 mod/photos.php:1187 mod/photos.php:1667
2019-01-12 10:51:36 +01:00
msgid "Upload New Photos"
msgstr "Upload new photos"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/photos.php:137 mod/settings.php:56
2019-01-12 10:51:36 +01:00
msgid "everybody"
msgstr "everybody"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/photos.php:193
2019-01-12 10:51:36 +01:00
msgid "Contact information unavailable"
msgstr "Contact information unavailable"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/photos.php:212
2019-01-12 10:51:36 +01:00
msgid "Album not found."
msgstr "Album not found."
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/photos.php:241 mod/photos.php:254 mod/photos.php:1138
2019-01-12 10:51:36 +01:00
msgid "Delete Album"
msgstr "Delete album"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/photos.php:252
2019-01-12 10:51:36 +01:00
msgid "Do you really want to delete this photo album and all its photos?"
msgstr "Do you really want to delete this photo album and all its photos?"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/photos.php:310 mod/photos.php:322 mod/photos.php:1413
2019-01-12 10:51:36 +01:00
msgid "Delete Photo"
msgstr "Delete photo"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/photos.php:320
2019-01-12 10:51:36 +01:00
msgid "Do you really want to delete this photo?"
msgstr "Do you really want to delete this photo?"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/photos.php:645
2019-01-12 10:51:36 +01:00
msgid "a photo"
msgstr "a photo"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/photos.php:645
2019-01-12 10:51:36 +01:00
#, php-format
msgid "%1$s was tagged in %2$s by %3$s"
msgstr "%1$s was tagged in %2$s by %3$s"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/photos.php:738 mod/photos.php:741 mod/photos.php:770
#: mod/profile_photo.php:152 mod/wall_upload.php:198
2019-01-12 10:51:36 +01:00
#, php-format
msgid "Image exceeds size limit of %s"
msgstr "Image exceeds size limit of %s"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/photos.php:744
2019-01-12 10:51:36 +01:00
msgid "Image upload didn't complete, please try again"
msgstr "Image upload didn't complete, please try again"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/photos.php:747
2019-01-12 10:51:36 +01:00
msgid "Image file is missing"
msgstr "Image file is missing"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/photos.php:752
2018-03-07 17:30:08 +01:00
msgid ""
2019-01-12 10:51:36 +01:00
"Server can't accept new file upload at this time, please contact your "
"administrator"
msgstr "Server can't accept new file upload at this time, please contact your administrator"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/photos.php:778
2019-01-12 10:51:36 +01:00
msgid "Image file is empty."
msgstr "Image file is empty."
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/photos.php:793 mod/profile_photo.php:161 mod/wall_upload.php:212
2019-01-12 10:51:36 +01:00
msgid "Unable to process image."
msgstr "Unable to process image."
2017-10-05 14:09:52 +02:00
2019-03-11 17:51:46 +01:00
#: mod/photos.php:822 mod/profile_photo.php:310 mod/wall_upload.php:251
2019-01-12 10:51:36 +01:00
msgid "Image upload failed."
msgstr "Image upload failed."
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/photos.php:908
2019-01-12 10:51:36 +01:00
msgid "No photos selected"
msgstr "No photos selected"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/photos.php:1005 mod/videos.php:239
2019-01-12 10:51:36 +01:00
msgid "Access to this item is restricted."
msgstr "Access to this item is restricted."
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/photos.php:1059
2019-01-12 10:51:36 +01:00
msgid "Upload Photos"
msgstr "Upload photos"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/photos.php:1063 mod/photos.php:1133
2019-01-12 10:51:36 +01:00
msgid "New album name: "
msgstr "New album name: "
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/photos.php:1064
2019-01-12 10:51:36 +01:00
msgid "or select existing album:"
2019-01-12 18:38:54 +01:00
msgstr "or select existing album:"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/photos.php:1065
2019-01-12 10:51:36 +01:00
msgid "Do not show a status post for this upload"
msgstr "Do not show a status post for this upload"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/photos.php:1081 mod/photos.php:1416 mod/settings.php:1209
2019-01-12 10:51:36 +01:00
msgid "Show to Groups"
msgstr "Show to groups"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/photos.php:1082 mod/photos.php:1417 mod/settings.php:1210
2019-01-12 10:51:36 +01:00
msgid "Show to Contacts"
msgstr "Show to contacts"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/photos.php:1144
2019-01-12 10:51:36 +01:00
msgid "Edit Album"
msgstr "Edit album"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/photos.php:1149
2019-01-12 10:51:36 +01:00
msgid "Show Newest First"
msgstr "Show newest first"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/photos.php:1151
2019-01-12 10:51:36 +01:00
msgid "Show Oldest First"
msgstr "Show oldest first"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/photos.php:1172 mod/photos.php:1650
2019-01-12 10:51:36 +01:00
msgid "View Photo"
msgstr "View photo"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/photos.php:1213
2019-01-12 10:51:36 +01:00
msgid "Permission denied. Access to this item may be restricted."
msgstr "Permission denied. Access to this item may be restricted."
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/photos.php:1215
2019-01-12 10:51:36 +01:00
msgid "Photo not available"
msgstr "Photo not available"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/photos.php:1290
2019-01-12 10:51:36 +01:00
msgid "View photo"
msgstr "View photo"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/photos.php:1290
2019-01-12 10:51:36 +01:00
msgid "Edit photo"
msgstr "Edit photo"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/photos.php:1291
2019-01-12 10:51:36 +01:00
msgid "Use as profile photo"
msgstr "Use as profile photo"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/photos.php:1297 src/Object/Post.php:156
2019-01-12 10:51:36 +01:00
msgid "Private Message"
msgstr "Private message"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/photos.php:1317
2019-01-12 10:51:36 +01:00
msgid "View Full Size"
msgstr "View full size"
2019-03-11 17:51:46 +01:00
#: mod/photos.php:1381
2019-01-12 10:51:36 +01:00
msgid "Tags: "
msgstr "Tags: "
2019-03-11 17:51:46 +01:00
#: mod/photos.php:1384
2019-01-12 10:51:36 +01:00
msgid "[Select tags to remove]"
2019-01-12 18:38:54 +01:00
msgstr "[Select tags to remove]"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/photos.php:1399
2019-01-12 10:51:36 +01:00
msgid "New album name"
msgstr "New album name"
2019-03-11 17:51:46 +01:00
#: mod/photos.php:1400
2019-01-12 10:51:36 +01:00
msgid "Caption"
msgstr "Caption"
2019-03-11 17:51:46 +01:00
#: mod/photos.php:1401
2019-01-12 10:51:36 +01:00
msgid "Add a Tag"
msgstr "Add Tag"
2019-03-11 17:51:46 +01:00
#: mod/photos.php:1401
2018-05-21 16:08:07 +02:00
msgid ""
2019-01-12 10:51:36 +01:00
"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
msgstr "Example: @bob, @jojo@example.com, #California, #camping"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/photos.php:1402
2019-01-12 10:51:36 +01:00
msgid "Do not rotate"
msgstr "Do not rotate"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/photos.php:1403
2019-01-12 10:51:36 +01:00
msgid "Rotate CW (right)"
msgstr "Rotate right (CW)"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/photos.php:1404
2019-01-12 10:51:36 +01:00
msgid "Rotate CCW (left)"
msgstr "Rotate left (CCW)"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/photos.php:1438 src/Object/Post.php:311
2019-01-12 10:51:36 +01:00
msgid "I like this (toggle)"
msgstr "I like this (toggle)"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/photos.php:1439 src/Object/Post.php:312
2019-01-12 10:51:36 +01:00
msgid "I don't like this (toggle)"
msgstr "I don't like this (toggle)"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/photos.php:1454 mod/photos.php:1493 mod/photos.php:1553
#: src/Module/Contact.php:1018 src/Object/Post.php:871
2019-01-12 10:51:36 +01:00
msgid "This is you"
msgstr "This is me"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/photos.php:1456 mod/photos.php:1495 mod/photos.php:1555
#: src/Object/Post.php:417 src/Object/Post.php:873
2019-01-12 10:51:36 +01:00
msgid "Comment"
msgstr "Comment"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/photos.php:1585
2019-01-12 10:51:36 +01:00
msgid "Map"
msgstr "Map"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/photos.php:1656 mod/videos.php:316
2019-01-12 10:51:36 +01:00
msgid "View Album"
msgstr "View album"
2018-02-16 10:33:10 +01:00
2019-01-12 18:38:54 +01:00
#: mod/ping.php:272
2019-01-12 10:51:36 +01:00
msgid "{0} wants to be your friend"
msgstr "{0} wants to be your friend"
2018-02-16 10:33:10 +01:00
2019-01-12 18:38:54 +01:00
#: mod/ping.php:288
2019-01-12 10:51:36 +01:00
msgid "{0} requested registration"
msgstr "{0} requested registration"
2019-03-11 17:51:46 +01:00
#: mod/poke.php:181
2019-01-12 10:51:36 +01:00
msgid "Poke/Prod"
msgstr "Poke/Prod"
2019-03-11 17:51:46 +01:00
#: mod/poke.php:182
2019-01-12 10:51:36 +01:00
msgid "poke, prod or do other things to somebody"
msgstr "Poke, prod or do other things to somebody"
2019-03-11 17:51:46 +01:00
#: mod/poke.php:183
2019-01-12 10:51:36 +01:00
msgid "Recipient"
msgstr "Recipient:"
2019-03-11 17:51:46 +01:00
#: mod/poke.php:184
2019-01-12 10:51:36 +01:00
msgid "Choose what you wish to do to recipient"
msgstr "Choose what you wish to do:"
2019-03-11 17:51:46 +01:00
#: mod/poke.php:187
2019-01-12 10:51:36 +01:00
msgid "Make this post private"
msgstr "Make this post private"
#: mod/probe.php:14 mod/webfinger.php:17
msgid "Only logged in users are permitted to perform a probing."
msgstr "Only logged in users are permitted to perform a probing."
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:62
2019-01-12 10:51:36 +01:00
msgid "Profile deleted."
msgstr "Profile deleted."
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:78 mod/profiles.php:114
2019-01-12 10:51:36 +01:00
msgid "Profile-"
msgstr "Profile-"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:97 mod/profiles.php:135
2019-01-12 10:51:36 +01:00
msgid "New profile created."
msgstr "New profile created."
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:120
2019-01-12 10:51:36 +01:00
msgid "Profile unavailable to clone."
msgstr "Profile unavailable to clone."
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:206
2019-01-12 10:51:36 +01:00
msgid "Profile Name is required."
msgstr "Profile name is required."
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:346
2019-01-12 10:51:36 +01:00
msgid "Marital Status"
msgstr "Marital status"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:349
2019-01-12 10:51:36 +01:00
msgid "Romantic Partner"
msgstr "Romantic partner"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:358
2019-01-12 10:51:36 +01:00
msgid "Work/Employment"
msgstr "Work/Employment:"
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:361
2019-01-12 10:51:36 +01:00
msgid "Religion"
msgstr "Religion"
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:364
2019-01-12 10:51:36 +01:00
msgid "Political Views"
msgstr "Political views"
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:367
2019-01-12 10:51:36 +01:00
msgid "Gender"
msgstr "Gender"
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:370
2019-01-12 10:51:36 +01:00
msgid "Sexual Preference"
msgstr "Sexual preference"
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:373
2019-01-12 10:51:36 +01:00
msgid "XMPP"
msgstr "XMPP"
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:376
2019-01-12 10:51:36 +01:00
msgid "Homepage"
msgstr "Homepage"
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:379 mod/profiles.php:578
2019-01-12 10:51:36 +01:00
msgid "Interests"
msgstr "Interests"
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:389 mod/profiles.php:574
2019-01-12 10:51:36 +01:00
msgid "Location"
msgstr "Location"
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:469
2019-01-12 10:51:36 +01:00
msgid "Profile updated."
msgstr "Profile updated."
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:523
2019-01-12 10:51:36 +01:00
msgid "Hide contacts and friends:"
msgstr "Hide contacts and friends:"
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:528
2019-01-12 10:51:36 +01:00
msgid "Hide your contact/friend list from viewers of this profile?"
msgstr "Hide your contact/friend list from viewers of this profile?"
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:548
2019-01-12 10:51:36 +01:00
msgid "Show more profile fields:"
msgstr "Show more profile fields:"
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:560
2019-01-12 10:51:36 +01:00
msgid "Profile Actions"
msgstr "Profile actions"
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:561
2019-01-12 10:51:36 +01:00
msgid "Edit Profile Details"
msgstr "Edit Profile Details"
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:563
2019-01-12 10:51:36 +01:00
msgid "Change Profile Photo"
msgstr "Change profile photo"
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:565
2019-01-12 10:51:36 +01:00
msgid "View this profile"
msgstr "View this profile"
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:566
2019-01-12 10:51:36 +01:00
msgid "View all profiles"
2019-01-12 18:38:54 +01:00
msgstr "View all profiles"
2019-01-12 10:51:36 +01:00
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:567 mod/profiles.php:662 src/Model/Profile.php:419
2019-01-12 10:51:36 +01:00
msgid "Edit visibility"
msgstr "Edit visibility"
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:568
2019-01-12 10:51:36 +01:00
msgid "Create a new profile using these settings"
msgstr "Create a new profile using these settings"
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:569
2019-01-12 10:51:36 +01:00
msgid "Clone this profile"
msgstr "Clone this profile"
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:570
2019-01-12 10:51:36 +01:00
msgid "Delete this profile"
msgstr "Delete this profile"
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:572
2019-01-12 10:51:36 +01:00
msgid "Basic information"
msgstr "Basic information"
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:573
2019-01-12 10:51:36 +01:00
msgid "Profile picture"
msgstr "Profile picture"
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:575
2019-01-12 10:51:36 +01:00
msgid "Preferences"
msgstr "Preferences"
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:576
2019-01-12 10:51:36 +01:00
msgid "Status information"
msgstr "Status information"
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:577
2019-01-12 10:51:36 +01:00
msgid "Additional information"
msgstr "Additional information"
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:580
2019-01-12 10:51:36 +01:00
msgid "Relation"
msgstr "Relation"
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:581 src/Util/Temporal.php:79 src/Util/Temporal.php:81
2019-01-12 10:51:36 +01:00
msgid "Miscellaneous"
msgstr "Miscellaneous"
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:584
2019-01-12 10:51:36 +01:00
msgid "Your Gender:"
msgstr "Gender:"
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:585
2019-01-12 10:51:36 +01:00
msgid "<span class=\"heart\">♥</span> Marital Status:"
msgstr "<span class=\"heart\">♥</span> Marital status:"
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:586 src/Model/Profile.php:795
2019-01-12 10:51:36 +01:00
msgid "Sexual Preference:"
msgstr "Sexual preference:"
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:587
2019-01-12 10:51:36 +01:00
msgid "Example: fishing photography software"
msgstr "Example: fishing photography software"
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:592
2019-01-12 10:51:36 +01:00
msgid "Profile Name:"
msgstr "Profile name:"
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:594
2018-03-07 17:30:08 +01:00
msgid ""
2019-01-12 10:51:36 +01:00
"This is your <strong>public</strong> profile.<br />It <strong>may</strong> "
"be visible to anybody using the internet."
msgstr "This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:595
2019-01-12 10:51:36 +01:00
msgid "Your Full Name:"
msgstr "My full name:"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:596
2019-01-12 10:51:36 +01:00
msgid "Title/Description:"
msgstr "Title/Description:"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:599
2019-01-12 10:51:36 +01:00
msgid "Street Address:"
msgstr "Street address:"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:600
2019-01-12 10:51:36 +01:00
msgid "Locality/City:"
msgstr "Locality/City:"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:601
2019-01-12 10:51:36 +01:00
msgid "Region/State:"
msgstr "Region/State:"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:602
2019-01-12 10:51:36 +01:00
msgid "Postal/Zip Code:"
msgstr "Postcode:"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:603
2019-01-12 10:51:36 +01:00
msgid "Country:"
msgstr "Country:"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:604 src/Util/Temporal.php:149
2019-01-12 10:51:36 +01:00
msgid "Age: "
msgstr "Age: "
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:607
2019-01-12 10:51:36 +01:00
msgid "Who: (if applicable)"
msgstr "Who: (if applicable)"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:607
2019-01-12 10:51:36 +01:00
msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
msgstr "Examples: cathy123, Cathy Williams, cathy@example.com"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:608
2019-01-12 10:51:36 +01:00
msgid "Since [date]:"
msgstr "Since when:"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:610
2019-01-12 10:51:36 +01:00
msgid "Tell us about yourself..."
msgstr "About myself:"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:611
2019-01-12 10:51:36 +01:00
msgid "XMPP (Jabber) address:"
msgstr "XMPP (Jabber) address:"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:611
2019-01-12 10:51:36 +01:00
msgid ""
"The XMPP address will be propagated to your contacts so that they can follow"
" you."
msgstr "The XMPP address will be propagated to your contacts so that they can follow you."
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:612
2019-01-12 10:51:36 +01:00
msgid "Homepage URL:"
msgstr "Homepage URL:"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:613 src/Model/Profile.php:803
2019-01-12 10:51:36 +01:00
msgid "Hometown:"
msgstr "Home town:"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:614 src/Model/Profile.php:811
2019-01-12 10:51:36 +01:00
msgid "Political Views:"
msgstr "Political views:"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:615
2019-01-12 10:51:36 +01:00
msgid "Religious Views:"
msgstr "Religious views:"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:616
2019-01-12 10:51:36 +01:00
msgid "Public Keywords:"
msgstr "Public keywords:"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:616
2019-01-12 10:51:36 +01:00
msgid "(Used for suggesting potential friends, can be seen by others)"
msgstr "Used for suggesting potential friends, can be seen by others."
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:617
2019-01-12 10:51:36 +01:00
msgid "Private Keywords:"
msgstr "Private keywords:"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:617
2019-01-12 10:51:36 +01:00
msgid "(Used for searching profiles, never shown to others)"
msgstr "Used for searching profiles, never shown to others."
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:618 src/Model/Profile.php:827
2019-01-12 10:51:36 +01:00
msgid "Likes:"
msgstr "Likes:"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:619 src/Model/Profile.php:831
2019-01-12 10:51:36 +01:00
msgid "Dislikes:"
msgstr "Dislikes:"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:620
2019-01-12 10:51:36 +01:00
msgid "Musical interests"
msgstr "Music:"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:621
2019-01-12 10:51:36 +01:00
msgid "Books, literature"
msgstr "Books, literature, poetry:"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:622
2019-01-12 10:51:36 +01:00
msgid "Television"
msgstr "Television:"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:623
2019-01-12 10:51:36 +01:00
msgid "Film/dance/culture/entertainment"
msgstr "Film, dance, culture, entertainment"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:624
2019-01-12 10:51:36 +01:00
msgid "Hobbies/Interests"
msgstr "Hobbies/Interests:"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:625
2019-01-12 10:51:36 +01:00
msgid "Love/romance"
msgstr "Love/Romance:"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:626
2019-01-12 10:51:36 +01:00
msgid "Work/employment"
msgstr "Work/Employment:"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:627
2019-01-12 10:51:36 +01:00
msgid "School/education"
msgstr "School/Education:"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:628
2019-01-12 10:51:36 +01:00
msgid "Contact information and Social Networks"
msgstr "Contact information and other social networks:"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:659 src/Model/Profile.php:415
2019-01-12 10:51:36 +01:00
msgid "Profile Image"
msgstr "Profile image"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:661 src/Model/Profile.php:418
2019-01-12 10:51:36 +01:00
msgid "visible to everybody"
msgstr "Visible to everybody"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:668
2019-01-12 10:51:36 +01:00
msgid "Edit/Manage Profiles"
msgstr "Edit/Manage Profiles"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:669 src/Model/Profile.php:405 src/Model/Profile.php:427
2019-01-12 10:51:36 +01:00
msgid "Change profile photo"
msgstr "Change profile photo"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/profiles.php:670 src/Model/Profile.php:406
2019-01-12 10:51:36 +01:00
msgid "Create New Profile"
msgstr "Create new profile"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/profile_photo.php:58
2019-01-12 10:51:36 +01:00
msgid "Image uploaded but image cropping failed."
msgstr "Image uploaded but image cropping failed."
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/profile_photo.php:88 mod/profile_photo.php:97 mod/profile_photo.php:106
#: mod/profile_photo.php:318
2018-05-21 16:08:07 +02:00
#, php-format
2019-01-12 10:51:36 +01:00
msgid "Image size reduction [%s] failed."
msgstr "Image size reduction [%s] failed."
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/profile_photo.php:125
2019-01-12 10:51:36 +01:00
msgid ""
"Shift-reload the page or clear browser cache if the new photo does not "
"display immediately."
msgstr "Shift-reload the page or clear browser cache if the new photo does not display immediately."
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: mod/profile_photo.php:133
2019-01-12 10:51:36 +01:00
msgid "Unable to process image"
msgstr "Unable to process image"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: mod/profile_photo.php:251
2019-01-12 10:51:36 +01:00
msgid "Upload File:"
msgstr "Upload File:"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: mod/profile_photo.php:252
2019-01-12 10:51:36 +01:00
msgid "Select a profile:"
msgstr "Select a profile:"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: mod/profile_photo.php:257
2019-01-12 10:51:36 +01:00
msgid "or"
msgstr "or"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: mod/profile_photo.php:258
2019-01-12 10:51:36 +01:00
msgid "skip this step"
msgstr "skip this step"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: mod/profile_photo.php:258
2019-01-12 10:51:36 +01:00
msgid "select a photo from your photo albums"
msgstr "select a photo from your photo albums"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: mod/profile_photo.php:271
2019-01-12 10:51:36 +01:00
msgid "Crop Image"
msgstr "Crop Image"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/profile_photo.php:272
2019-01-12 10:51:36 +01:00
msgid "Please adjust the image cropping for optimum viewing."
msgstr "Please adjust the image cropping for optimum viewing."
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/profile_photo.php:274
2019-01-12 10:51:36 +01:00
msgid "Done Editing"
msgstr "Done editing"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: mod/profile_photo.php:308
2019-01-12 10:51:36 +01:00
msgid "Image uploaded successfully."
msgstr "Image uploaded successfully."
2018-05-21 16:08:07 +02:00
2019-01-12 10:51:36 +01:00
#: mod/profperm.php:36 mod/profperm.php:69
msgid "Invalid profile identifier."
msgstr "Invalid profile identifier."
2018-05-21 16:08:07 +02:00
2019-01-12 10:51:36 +01:00
#: mod/profperm.php:115
msgid "Profile Visibility Editor"
msgstr "Profile Visibility Editor"
2018-05-21 16:08:07 +02:00
2019-01-12 10:51:36 +01:00
#: mod/profperm.php:128
msgid "Visible To"
msgstr "Visible to"
2018-05-21 16:08:07 +02:00
2019-01-12 10:51:36 +01:00
#: mod/profperm.php:144
msgid "All Contacts (with secure profile access)"
msgstr "All contacts with secure profile access"
2018-05-21 16:08:07 +02:00
2019-01-12 18:38:54 +01:00
#: mod/regmod.php:53
2019-01-12 10:51:36 +01:00
msgid "Account approved."
msgstr "Account approved."
2018-05-21 16:08:07 +02:00
2019-01-12 18:38:54 +01:00
#: mod/regmod.php:77
2018-05-21 16:08:07 +02:00
#, php-format
2019-01-12 10:51:36 +01:00
msgid "Registration revoked for %s"
msgstr "Registration revoked for %s"
2018-05-21 16:08:07 +02:00
2019-01-12 18:38:54 +01:00
#: mod/regmod.php:84
2019-01-12 10:51:36 +01:00
msgid "Please login."
msgstr "Please login."
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: mod/removeme.php:46
2019-01-12 10:51:36 +01:00
msgid "User deleted their account"
msgstr "User deleted their account"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: mod/removeme.php:47
2019-01-12 10:51:36 +01:00
msgid ""
"On your Friendica node an user deleted their account. Please ensure that "
"their data is removed from the backups."
msgstr "On your Friendica node a user deleted their account. Please ensure that their data is removed from the backups."
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: mod/removeme.php:48
2018-05-21 16:08:07 +02:00
#, php-format
2019-01-12 10:51:36 +01:00
msgid "The user id is %d"
msgstr "The user id is %d"
2019-03-11 17:51:46 +01:00
#: mod/removeme.php:84 mod/removeme.php:87
2019-01-12 10:51:36 +01:00
msgid "Remove My Account"
msgstr "Remove My Account"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: mod/removeme.php:85
2018-03-07 17:30:08 +01:00
msgid ""
2019-01-12 10:51:36 +01:00
"This will completely remove your account. Once this has been done it is not "
"recoverable."
msgstr "This will completely remove your account. Once this has been done it is not recoverable."
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/removeme.php:86
2019-01-12 10:51:36 +01:00
msgid "Please enter your password for verification:"
msgstr "Please enter your password for verification:"
2018-05-21 16:08:07 +02:00
2019-01-12 10:51:36 +01:00
#: mod/repair_ostatus.php:21
msgid "Resubscribing to OStatus contacts"
msgstr "Resubscribing to OStatus contacts"
2018-05-21 16:08:07 +02:00
2019-01-12 10:51:36 +01:00
#: mod/repair_ostatus.php:37
msgid "Error"
msgstr "Error"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: mod/search.php:103
2019-01-12 10:51:36 +01:00
msgid "Only logged in users are permitted to perform a search."
msgstr "Only logged in users are permitted to perform a search."
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: mod/search.php:127
2019-01-12 10:51:36 +01:00
msgid "Too Many Requests"
msgstr "Too many requests"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: mod/search.php:128
2019-01-12 10:51:36 +01:00
msgid "Only one search per minute is permitted for not logged in users."
msgstr "Only one search per minute is permitted for not logged in users."
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: mod/search.php:149 src/Content/Nav.php:198 src/Content/Text/HTML.php:900
2019-01-12 10:51:36 +01:00
msgid "Search"
msgstr "Search"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: mod/search.php:235
2018-05-21 16:08:07 +02:00
#, php-format
2019-01-12 10:51:36 +01:00
msgid "Items tagged with: %s"
msgstr "Items tagged with: %s"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: mod/search.php:237 src/Module/Contact.php:816
2019-01-12 10:51:36 +01:00
#, php-format
msgid "Results for: %s"
msgstr "Results for: %s"
2018-05-21 16:08:07 +02:00
2019-01-12 10:51:36 +01:00
#: mod/settings.php:61
msgid "Account"
msgstr "Account"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:69 src/Content/Nav.php:266 src/Model/Profile.php:398
2019-01-12 10:51:36 +01:00
msgid "Profiles"
msgstr "Profiles"
2018-04-09 10:17:25 +02:00
2019-01-12 10:51:36 +01:00
#: mod/settings.php:85
msgid "Display"
msgstr "Display"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:92 mod/settings.php:830
2019-01-12 10:51:36 +01:00
msgid "Social Networks"
msgstr "Social networks"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:106 src/Content/Nav.php:261
2019-01-12 10:51:36 +01:00
msgid "Delegations"
msgstr "Delegations"
2018-03-07 17:30:08 +01:00
2019-01-12 10:51:36 +01:00
#: mod/settings.php:113
msgid "Connected apps"
msgstr "Connected apps"
2018-03-07 17:30:08 +01:00
2019-01-12 10:51:36 +01:00
#: mod/settings.php:120 mod/uexport.php:53
msgid "Export personal data"
msgstr "Export personal data"
2018-03-07 17:30:08 +01:00
2019-01-12 10:51:36 +01:00
#: mod/settings.php:127
msgid "Remove account"
msgstr "Remove account"
2018-03-07 17:30:08 +01:00
2019-01-12 10:51:36 +01:00
#: mod/settings.php:179
msgid "Missing some important data!"
msgstr "Missing some important data!"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:181 mod/settings.php:691 src/Module/Contact.php:823
2019-01-12 10:51:36 +01:00
msgid "Update"
msgstr "Update"
2018-03-07 17:30:08 +01:00
2019-01-12 10:51:36 +01:00
#: mod/settings.php:290
msgid "Failed to connect with email account using the settings provided."
msgstr "Failed to connect with email account using the settings provided."
2018-05-21 16:08:07 +02:00
2019-01-12 10:51:36 +01:00
#: mod/settings.php:295
msgid "Email settings updated."
msgstr "Email settings updated."
2018-03-07 17:30:08 +01:00
2019-01-12 10:51:36 +01:00
#: mod/settings.php:311
msgid "Features updated"
msgstr "Features updated"
2018-03-07 17:30:08 +01:00
2019-01-12 10:51:36 +01:00
#: mod/settings.php:384
msgid "Relocate message has been send to your contacts"
msgstr "Relocate message has been send to your contacts"
2019-01-12 18:38:54 +01:00
#: mod/settings.php:396
msgid "Passwords do not match."
msgstr "Passwords do not match."
2018-03-07 17:30:08 +01:00
2019-01-12 18:38:54 +01:00
#: mod/settings.php:404 src/Core/Console/NewPassword.php:80
msgid "Password update failed. Please try again."
msgstr "Password update failed. Please try again."
2018-03-07 17:30:08 +01:00
2019-01-12 18:38:54 +01:00
#: mod/settings.php:407 src/Core/Console/NewPassword.php:83
2019-01-12 10:51:36 +01:00
msgid "Password changed."
msgstr "Password changed."
2018-03-07 17:30:08 +01:00
2019-01-12 18:38:54 +01:00
#: mod/settings.php:410
msgid "Password unchanged."
msgstr "Password unchanged."
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:491
2019-01-12 10:51:36 +01:00
msgid " Please use a shorter name."
msgstr " Please use a shorter name."
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:494
2019-01-12 10:51:36 +01:00
msgid " Name too short."
msgstr " Name too short."
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:501
2019-01-12 10:51:36 +01:00
msgid "Wrong Password"
msgstr "Wrong password"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:506
2019-01-12 10:51:36 +01:00
msgid "Invalid email."
msgstr "Invalid email."
2019-03-11 17:51:46 +01:00
#: mod/settings.php:512
2019-01-12 10:51:36 +01:00
msgid "Cannot change to that email."
msgstr "Cannot change to that email."
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:562
2019-01-12 10:51:36 +01:00
msgid "Private forum has no privacy permissions. Using default privacy group."
msgstr "Private forum has no privacy permissions. Using default privacy group."
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:565
2019-01-12 10:51:36 +01:00
msgid "Private forum has no privacy permissions and no default privacy group."
msgstr "Private forum has no privacy permissions and no default privacy group."
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:605
2019-01-12 10:51:36 +01:00
msgid "Settings updated."
msgstr "Settings updated."
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:664 mod/settings.php:690 mod/settings.php:724
2019-01-12 10:51:36 +01:00
msgid "Add application"
msgstr "Add application"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:668 mod/settings.php:694
2019-01-12 10:51:36 +01:00
msgid "Consumer Key"
msgstr "Consumer key"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:669 mod/settings.php:695
2019-01-12 10:51:36 +01:00
msgid "Consumer Secret"
msgstr "Consumer secret"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:670 mod/settings.php:696
2019-01-12 10:51:36 +01:00
msgid "Redirect"
msgstr "Redirect"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:671 mod/settings.php:697
2019-01-12 10:51:36 +01:00
msgid "Icon url"
msgstr "Icon URL"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:682
2019-01-12 10:51:36 +01:00
msgid "You can't edit this application."
msgstr "You cannot edit this application."
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:723
2019-01-12 10:51:36 +01:00
msgid "Connected Apps"
msgstr "Connected Apps"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:725 src/Object/Post.php:166 src/Object/Post.php:168
2019-01-12 10:51:36 +01:00
msgid "Edit"
msgstr "Edit"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:727
2019-01-12 10:51:36 +01:00
msgid "Client key starts with"
msgstr "Client key starts with"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:728
2019-01-12 10:51:36 +01:00
msgid "No name"
msgstr "No name"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:729
2019-01-12 10:51:36 +01:00
msgid "Remove authorization"
msgstr "Remove authorization"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:740
2019-01-12 10:51:36 +01:00
msgid "No Addon settings configured"
msgstr "No addon settings configured"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:749
2019-01-12 10:51:36 +01:00
msgid "Addon Settings"
msgstr "Addon settings"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:770
2019-01-12 10:51:36 +01:00
msgid "Additional Features"
msgstr "Additional Features"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:793 src/Content/ContactSelector.php:87
2019-01-12 10:51:36 +01:00
msgid "Diaspora"
2019-03-11 17:51:46 +01:00
msgstr "diaspora*"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:793 mod/settings.php:794
2019-01-12 10:51:36 +01:00
msgid "enabled"
msgstr "enabled"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:793 mod/settings.php:794
2019-01-12 10:51:36 +01:00
msgid "disabled"
msgstr "disabled"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:793 mod/settings.php:794
2018-05-21 16:08:07 +02:00
#, php-format
2019-01-12 10:51:36 +01:00
msgid "Built-in support for %s connectivity is %s"
msgstr "Built-in support for %s connectivity is %s"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:794
2019-01-12 10:51:36 +01:00
msgid "GNU Social (OStatus)"
msgstr "GNU Social (OStatus)"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:825
2019-01-12 10:51:36 +01:00
msgid "Email access is disabled on this site."
msgstr "Email access is disabled on this site."
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:835
2019-01-12 10:51:36 +01:00
msgid "General Social Media Settings"
msgstr "General Social Media Settings"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:836
2019-01-12 10:51:36 +01:00
msgid "Disable Content Warning"
msgstr "Disable Content Warning"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:836
2018-05-21 16:08:07 +02:00
msgid ""
2019-01-12 10:51:36 +01:00
"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 "Users on networks like Mastodon or Pleroma are able to set a content warning field which collapses their post by default. This disables the automatic collapsing and sets the content warning as the post title. It doesn't affect any other content filtering you may set up."
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:837
2019-01-12 10:51:36 +01:00
msgid "Disable intelligent shortening"
msgstr "Disable intelligent shortening"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:837
2018-04-09 10:17:25 +02:00
msgid ""
2019-01-12 10:51:36 +01:00
"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 "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."
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:838
2019-01-12 10:51:36 +01:00
msgid "Automatically follow any GNU Social (OStatus) followers/mentioners"
msgstr "Automatically follow any GNU Social (OStatus) followers/mentioners"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:838
2019-01-12 10:51:36 +01:00
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 "Create a new contact for every unknown OStatus user from whom you receive a message."
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:839
2019-01-12 10:51:36 +01:00
msgid "Default group for OStatus contacts"
msgstr "Default group for OStatus contacts"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:840
2019-01-12 10:51:36 +01:00
msgid "Your legacy GNU Social account"
msgstr "Your legacy GNU Social account"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:840
2019-01-12 10:51:36 +01:00
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 "Entering your old GNU Social/Statusnet account name here (format: user@domain.tld), will automatically added your contacts. The field will be emptied when done."
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:843
2019-01-12 10:51:36 +01:00
msgid "Repair OStatus subscriptions"
msgstr "Repair OStatus subscriptions"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:847
2019-01-12 10:51:36 +01:00
msgid "Email/Mailbox Setup"
msgstr "Email/Mailbox setup"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:848
2019-01-12 10:51:36 +01:00
msgid ""
"If you wish to communicate with email contacts using this service "
"(optional), please specify how to connect to your mailbox."
msgstr "Specify how to connect to your mailbox, if you wish to communicate with existing email contacts."
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:849
2019-01-12 10:51:36 +01:00
msgid "Last successful email check:"
msgstr "Last successful email check:"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:851
2019-01-12 10:51:36 +01:00
msgid "IMAP server name:"
msgstr "IMAP server name:"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:852
2019-01-12 10:51:36 +01:00
msgid "IMAP port:"
msgstr "IMAP port:"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:853
2019-01-12 10:51:36 +01:00
msgid "Security:"
msgstr "Security:"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:853 mod/settings.php:858
2019-01-12 10:51:36 +01:00
msgid "None"
msgstr "None"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:854
2019-01-12 10:51:36 +01:00
msgid "Email login name:"
msgstr "Email login name:"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:855
2019-01-12 10:51:36 +01:00
msgid "Email password:"
msgstr "Email password:"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:856
2019-01-12 10:51:36 +01:00
msgid "Reply-to address:"
msgstr "Reply-to address:"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:857
2019-01-12 10:51:36 +01:00
msgid "Send public posts to all email contacts:"
msgstr "Send public posts to all email contacts:"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:858
2019-01-12 10:51:36 +01:00
msgid "Action after import:"
msgstr "Action after import:"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:858 src/Content/Nav.php:249
2019-01-12 10:51:36 +01:00
msgid "Mark as seen"
msgstr "Mark as seen"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:858
2019-01-12 10:51:36 +01:00
msgid "Move to folder"
msgstr "Move to folder"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:859
2019-01-12 10:51:36 +01:00
msgid "Move to folder:"
msgstr "Move to folder:"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:902
2019-01-12 10:51:36 +01:00
#, php-format
msgid "%s - (Unsupported)"
msgstr "%s - (Unsupported)"
2019-03-11 17:51:46 +01:00
#: mod/settings.php:904
2019-01-12 10:51:36 +01:00
#, php-format
msgid "%s - (Experimental)"
msgstr "%s - (Experimental)"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:931 src/Core/L10n.php:368 src/Model/Event.php:395
2019-01-12 10:51:36 +01:00
msgid "Sunday"
msgstr "Sunday"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:931 src/Core/L10n.php:368 src/Model/Event.php:396
2019-01-12 10:51:36 +01:00
msgid "Monday"
msgstr "Monday"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:947
2019-01-12 10:51:36 +01:00
msgid "Display Settings"
msgstr "Display Settings"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:953
2019-01-12 10:51:36 +01:00
msgid "Display Theme:"
msgstr "Display theme:"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:954
2019-01-12 10:51:36 +01:00
msgid "Mobile Theme:"
msgstr "Mobile theme:"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:955
2019-01-12 10:51:36 +01:00
msgid "Suppress warning of insecure networks"
msgstr "Suppress warning of insecure networks"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:955
2019-01-12 10:51:36 +01:00
msgid ""
"Should the system suppress the warning that the current group contains "
"members of networks that can't receive non public postings."
msgstr "Suppresses warnings if groups contains members whose networks cannot receive non-public postings."
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:956
2019-01-12 10:51:36 +01:00
msgid "Update browser every xx seconds"
msgstr "Update browser every so many seconds:"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:956
2019-01-12 10:51:36 +01:00
msgid "Minimum of 10 seconds. Enter -1 to disable it."
msgstr "Minimum 10 seconds; to disable -1."
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:957
2019-01-12 10:51:36 +01:00
msgid "Number of items to display per page:"
msgstr "Number of items displayed per page:"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:957 mod/settings.php:958
2019-01-12 10:51:36 +01:00
msgid "Maximum of 100 items"
msgstr "Maximum of 100 items"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:958
2019-01-12 10:51:36 +01:00
msgid "Number of items to display per page when viewed from mobile device:"
msgstr "Number of items displayed per page on mobile devices:"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:959
2019-01-12 10:51:36 +01:00
msgid "Don't show emoticons"
msgstr "Don't show emoticons"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:960
2019-01-12 10:51:36 +01:00
msgid "Calendar"
msgstr "Calendar"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:961
2019-01-12 10:51:36 +01:00
msgid "Beginning of week:"
msgstr "Week begins: "
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:962
2019-01-12 10:51:36 +01:00
msgid "Don't show notices"
msgstr "Don't show notices"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:963
2019-01-12 10:51:36 +01:00
msgid "Infinite scroll"
msgstr "Infinite scroll"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:964
2019-01-12 10:51:36 +01:00
msgid "Automatic updates only at the top of the network page"
msgstr "Automatically updates only top of the network page"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:964
2019-01-12 10:51:36 +01:00
msgid ""
"When disabled, the network page is updated all the time, which could be "
"confusing while reading."
msgstr "When disabled, the network page is updated all the time, which could be confusing while reading."
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:965
2019-01-12 10:51:36 +01:00
msgid "Bandwidth Saver Mode"
2019-01-12 18:38:54 +01:00
msgstr "Bandwidth Saver Mode"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:965
2019-01-12 10:51:36 +01:00
msgid ""
"When enabled, embedded content is not displayed on automatic updates, they "
"only show on page reload."
msgstr "If enabled, embedded content is not displayed on automatic updates; it is only shown on page reload."
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:966
2019-01-12 10:51:36 +01:00
msgid "Smart Threading"
msgstr "Smart threading"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:966
2019-01-12 10:51:36 +01:00
msgid ""
"When enabled, suppress extraneous thread indentation while keeping it where "
"it matters. Only works if threading is available and enabled."
msgstr "Suppresses extraneous thread indentation while keeping it where it matters. Only works if threading is available and enabled."
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:968
2019-01-12 10:51:36 +01:00
msgid "General Theme Settings"
msgstr "Themes"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:969
2019-01-12 10:51:36 +01:00
msgid "Custom Theme Settings"
msgstr "Theme customisation"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:970
2019-01-12 10:51:36 +01:00
msgid "Content Settings"
msgstr "Content/Layout"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:971 view/theme/duepuntozero/config.php:74
2019-01-12 10:51:36 +01:00
#: view/theme/frio/config.php:121 view/theme/quattro/config.php:76
#: view/theme/vier/config.php:122
msgid "Theme settings"
msgstr "Theme settings"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:985
2019-01-12 10:51:36 +01:00
msgid "Unable to find your profile. Please contact your admin."
msgstr "Unable to find your profile. Please contact your admin."
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1024
2019-01-12 10:51:36 +01:00
msgid "Account Types"
msgstr "Account types:"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1025
2019-01-12 10:51:36 +01:00
msgid "Personal Page Subtypes"
msgstr "Personal Page subtypes"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1026
2019-01-12 10:51:36 +01:00
msgid "Community Forum Subtypes"
msgstr "Community forum subtypes"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1034
2019-01-12 10:51:36 +01:00
msgid "Account for a personal profile."
msgstr "Account for a personal profile."
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1038
2019-01-12 10:51:36 +01:00
msgid ""
"Account for an organisation that automatically approves contact requests as "
"\"Followers\"."
msgstr "Account for an organisation that automatically approves contact requests as \"Followers\"."
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1042
2019-01-12 10:51:36 +01:00
msgid ""
"Account for a news reflector that automatically approves contact requests as"
" \"Followers\"."
msgstr "Account for a news reflector that automatically approves contact requests as \"Followers\"."
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1046
2019-01-12 10:51:36 +01:00
msgid "Account for community discussions."
msgstr "Account for community discussions."
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1050
2019-01-12 10:51:36 +01:00
msgid ""
"Account for a regular personal profile that requires manual approval of "
"\"Friends\" and \"Followers\"."
msgstr "Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"."
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1054
2019-01-12 10:51:36 +01:00
msgid ""
"Account for a public profile that automatically approves contact requests as"
" \"Followers\"."
msgstr "Account for a public profile that automatically approves contact requests as \"Followers\"."
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1058
2019-01-12 10:51:36 +01:00
msgid "Automatically approves all contact requests."
msgstr "Automatically approves all contact requests."
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1062
2019-01-12 10:51:36 +01:00
msgid ""
"Account for a popular profile that automatically approves contact requests "
"as \"Friends\"."
msgstr "Account for a popular profile that automatically approves contact requests as \"Friends\"."
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1065
2019-01-12 10:51:36 +01:00
msgid "Private Forum [Experimental]"
msgstr "Private forum [Experimental]"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1066
2019-01-12 10:51:36 +01:00
msgid "Requires manual approval of contact requests."
msgstr "Requires manual approval of contact requests."
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1077
2019-01-12 10:51:36 +01:00
msgid "OpenID:"
msgstr "OpenID:"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1077
2019-01-12 10:51:36 +01:00
msgid "(Optional) Allow this OpenID to login to this account."
msgstr "(Optional) Allow this OpenID to login to this account."
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1085
2019-01-12 10:51:36 +01:00
msgid "Publish your default profile in your local site directory?"
msgstr "Publish default profile in local site directory?"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1085
2019-01-12 10:51:36 +01:00
#, php-format
2018-05-21 16:08:07 +02:00
msgid ""
2019-01-12 10:51:36 +01:00
"Your profile will be published in this node's <a href=\"%s\">local "
"directory</a>. Your profile details may be publicly visible depending on the"
" system settings."
msgstr "Your profile will be published in this node's <a href=\"%s\">local directory</a>. Your profile details may be publicly visible depending on the system settings."
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1091
2019-01-12 10:51:36 +01:00
msgid "Publish your default profile in the global social directory?"
msgstr "Publish default profile in global directory?"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1091
2019-01-12 10:51:36 +01:00
#, php-format
msgid ""
"Your profile will be published in the global friendica directories (e.g. <a "
"href=\"%s\">%s</a>). Your profile will be visible in public."
msgstr "Your profile will be published in the global Friendica directories (e.g. <a href=\"%s\">%s</a>). Your profile will be publicly visible."
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1098
2019-01-12 10:51:36 +01:00
msgid "Hide your contact/friend list from viewers of your default profile?"
msgstr "Hide my contact list from others?"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1098
2019-01-12 10:51:36 +01:00
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 "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"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1102
2019-01-12 10:51:36 +01:00
msgid "Hide your profile details from anonymous viewers?"
msgstr "Hide profile details from anonymous viewers?"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1102
2019-01-12 10:51:36 +01:00
msgid ""
"Anonymous visitors will only see your profile picture, your display name and"
" the nickname you are using on your profile page. Your public posts and "
"replies will still be accessible by other means."
2019-03-11 17:51:46 +01:00
msgstr "Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Your public posts and replies may still be accessible by other means."
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1106
2019-01-12 10:51:36 +01:00
msgid "Allow friends to post to your profile page?"
msgstr "Allow friends to post to my wall?"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1106
2019-01-12 10:51:36 +01:00
msgid ""
"Your contacts may write posts on your profile wall. These posts will be "
"distributed to your contacts"
msgstr "Your contacts may write posts on your profile wall. These posts will be distributed to your contacts"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1110
2019-01-12 10:51:36 +01:00
msgid "Allow friends to tag your posts?"
msgstr "Allow friends to tag my post?"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1110
2019-01-12 10:51:36 +01:00
msgid "Your contacts can add additional tags to your posts."
msgstr "Your contacts can add additional tags to your posts."
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1114
2019-01-12 10:51:36 +01:00
msgid "Allow us to suggest you as a potential friend to new members?"
msgstr "Allow us to suggest you as a potential friend to new members?"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1114
2019-01-12 10:51:36 +01:00
msgid ""
"If you like, Friendica may suggest new members to add you as a contact."
msgstr "If you like, Friendica may suggest new members to add you as a contact."
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1118
2019-01-12 10:51:36 +01:00
msgid "Permit unknown people to send you private mail?"
msgstr "Allow unknown people to send me private messages?"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1118
2019-01-12 10:51:36 +01:00
msgid ""
"Friendica network users may send you private messages even if they are not "
"in your contact list."
msgstr "Friendica network users may send you private messages even if they are not in your contact list."
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1122
2019-01-12 10:51:36 +01:00
msgid "Profile is <strong>not published</strong>."
msgstr "Profile is <strong>not published</strong>."
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1128
2019-01-12 10:51:36 +01:00
#, php-format
msgid "Your Identity Address is <strong>'%s'</strong> or '%s'."
msgstr "My identity address: <strong>'%s'</strong> or '%s'"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1135
2019-01-12 10:51:36 +01:00
msgid "Automatically expire posts after this many days:"
msgstr "Automatically expire posts after this many days:"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1135
2019-01-12 10:51:36 +01:00
msgid "If empty, posts will not expire. Expired posts will be deleted"
msgstr "Posts will not expire if empty; expired posts will be deleted"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1136
2019-01-12 10:51:36 +01:00
msgid "Advanced expiration settings"
msgstr "Advanced expiration settings"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1137
2019-01-12 10:51:36 +01:00
msgid "Advanced Expiration"
msgstr "Advanced expiration"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1138
2019-01-12 10:51:36 +01:00
msgid "Expire posts:"
msgstr "Expire posts:"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1139
2019-01-12 10:51:36 +01:00
msgid "Expire personal notes:"
msgstr "Expire personal notes:"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1140
2019-01-12 10:51:36 +01:00
msgid "Expire starred posts:"
msgstr "Expire starred posts:"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1141
2019-01-12 10:51:36 +01:00
msgid "Expire photos:"
msgstr "Expire photos:"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1142
2019-01-12 10:51:36 +01:00
msgid "Only expire posts by others:"
msgstr "Only expire posts by others:"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1172
2019-01-12 10:51:36 +01:00
msgid "Account Settings"
msgstr "Account Settings"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1180
2019-01-12 10:51:36 +01:00
msgid "Password Settings"
msgstr "Password change"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1181 src/Module/Register.php:130
msgid "New Password:"
msgstr "New password:"
#: mod/settings.php:1181
2019-01-12 18:38:54 +01:00
msgid ""
"Allowed characters are a-z, A-Z, 0-9 and special characters except white "
"spaces, accentuated letters and colon (:)."
msgstr "Allowed characters are a-z, A-Z, 0-9 and special characters except white spaces, accentuated letters and colon."
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1182 src/Module/Register.php:131
msgid "Confirm:"
msgstr "Confirm new password:"
#: mod/settings.php:1182
2019-01-12 10:51:36 +01:00
msgid "Leave password fields blank unless changing"
msgstr "Leave password fields blank unless changing"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1183
2019-01-12 10:51:36 +01:00
msgid "Current Password:"
msgstr "Current password:"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1183 mod/settings.php:1184
2019-01-12 10:51:36 +01:00
msgid "Your current password to confirm the changes"
msgstr "Current password to confirm change"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1184
2019-01-12 10:51:36 +01:00
msgid "Password:"
msgstr "Password:"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1188
2019-01-12 10:51:36 +01:00
msgid "Basic Settings"
msgstr "Basic information"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1189 src/Model/Profile.php:751
2019-01-12 10:51:36 +01:00
msgid "Full Name:"
msgstr "Full name:"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1190
2019-01-12 10:51:36 +01:00
msgid "Email Address:"
msgstr "Email address:"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1191
2019-01-12 10:51:36 +01:00
msgid "Your Timezone:"
msgstr "Time zone:"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1192
2019-01-12 10:51:36 +01:00
msgid "Your Language:"
msgstr "Language:"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1192
2019-01-12 10:51:36 +01:00
msgid ""
"Set the language we use to show you friendica interface and to send you "
"emails"
msgstr "Set the language of your Friendica interface and emails sent to you."
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1193
2019-01-12 10:51:36 +01:00
msgid "Default Post Location:"
msgstr "Posting location:"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1194
2019-01-12 10:51:36 +01:00
msgid "Use Browser Location:"
msgstr "Use browser location:"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1197
2019-01-12 10:51:36 +01:00
msgid "Security and Privacy Settings"
msgstr "Security and privacy"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1199
2019-01-12 10:51:36 +01:00
msgid "Maximum Friend Requests/Day:"
msgstr "Maximum friend requests per day:"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1199 mod/settings.php:1228
2019-01-12 10:51:36 +01:00
msgid "(to prevent spam abuse)"
msgstr "May prevent spam or abuse registrations"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1200
2019-01-12 10:51:36 +01:00
msgid "Default Post Permissions"
msgstr "Default post permissions"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1201
2019-01-12 10:51:36 +01:00
msgid "(click to open/close)"
msgstr "(reveal/hide)"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1211
2019-01-12 10:51:36 +01:00
msgid "Default Private Post"
msgstr "Default private post"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1212
2019-01-12 10:51:36 +01:00
msgid "Default Public Post"
msgstr "Default public post"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1216
2019-01-12 10:51:36 +01:00
msgid "Default Permissions for New Posts"
msgstr "Default permissions for new posts"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1228
2019-01-12 10:51:36 +01:00
msgid "Maximum private messages per day from unknown people:"
msgstr "Maximum private messages per day from unknown people:"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1231
2019-01-12 10:51:36 +01:00
msgid "Notification Settings"
msgstr "Notification"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1232
2019-01-12 10:51:36 +01:00
msgid "Send a notification email when:"
msgstr "Send notification email when:"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1233
2019-01-12 10:51:36 +01:00
msgid "You receive an introduction"
msgstr "Receiving an introduction"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1234
2019-01-12 10:51:36 +01:00
msgid "Your introductions are confirmed"
msgstr "My introductions are confirmed"
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1235
2019-01-12 10:51:36 +01:00
msgid "Someone writes on your profile wall"
msgstr "Someone writes on my wall"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1236
2019-01-12 10:51:36 +01:00
msgid "Someone writes a followup comment"
msgstr "A follow up comment is posted"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1237
2019-01-12 10:51:36 +01:00
msgid "You receive a private message"
msgstr "receiving a private message"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1238
2019-01-12 10:51:36 +01:00
msgid "You receive a friend suggestion"
msgstr "Receiving a friend suggestion"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1239
2019-01-12 10:51:36 +01:00
msgid "You are tagged in a post"
msgstr "Tagged in a post"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1240
2019-01-12 10:51:36 +01:00
msgid "You are poked/prodded/etc. in a post"
msgstr "Poked in a post"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1242
2019-01-12 10:51:36 +01:00
msgid "Activate desktop notifications"
msgstr "Activate desktop notifications"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1242
2019-01-12 10:51:36 +01:00
msgid "Show desktop popup on new notifications"
msgstr "Show desktop pop-up on new notifications"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1244
2019-01-12 10:51:36 +01:00
msgid "Text-only notification emails"
msgstr "Text-only notification emails"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1246
2019-01-12 10:51:36 +01:00
msgid "Send text only notification emails, without the html part"
msgstr "Receive text only emails without HTML "
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1248
2019-01-12 10:51:36 +01:00
msgid "Show detailled notifications"
msgstr "Show detailled notifications"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1250
2019-01-12 10:51:36 +01:00
msgid ""
"Per default, notifications are condensed to a single notification per item. "
"When enabled every notification is displayed."
msgstr "By default, notifications are condensed into a single notification for each item. When enabled, every notification is displayed."
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1252
2019-01-12 10:51:36 +01:00
msgid "Advanced Account/Page Type Settings"
msgstr "Advanced account types"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1253
2019-01-12 10:51:36 +01:00
msgid "Change the behaviour of this account for special situations"
msgstr "Change behaviour of this account for special situations"
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1256
2019-01-12 10:51:36 +01:00
msgid "Relocate"
msgstr "Recent relocation"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1257
2018-04-09 10:17:25 +02:00
msgid ""
2019-01-12 10:51:36 +01:00
"If you have moved this profile from another server, and some of your "
"contacts don't receive your updates, try pushing this button."
msgstr "If you have moved this profile from another server and some of your contacts don't receive your updates:"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/settings.php:1258
2019-01-12 10:51:36 +01:00
msgid "Resend relocate message to contacts"
msgstr "Resend relocation message to contacts"
2017-09-27 07:10:12 +02:00
2019-01-12 18:38:54 +01:00
#: mod/subthread.php:104
2019-01-12 10:51:36 +01:00
#, php-format
msgid "%1$s is following %2$s's %3$s"
msgstr "%1$s is following %2$s's %3$s"
2017-09-27 07:10:12 +02:00
2019-01-12 10:51:36 +01:00
#: mod/suggest.php:39
msgid "Do you really want to delete this suggestion?"
msgstr "Do you really want to delete this suggestion?"
2017-09-27 07:10:12 +02:00
2019-01-12 10:51:36 +01:00
#: mod/suggest.php:75
msgid ""
"No suggestions available. If this is a new site, please try again in 24 "
"hours."
msgstr "No suggestions available. If this is a new site, please try again in 24 hours."
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/suggest.php:89 mod/suggest.php:109
2019-01-12 10:51:36 +01:00
msgid "Ignore/Hide"
msgstr "Ignore/Hide"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: mod/suggest.php:119 src/Content/Widget.php:66 view/theme/vier/theme.php:204
2019-01-12 10:51:36 +01:00
msgid "Friend Suggestions"
msgstr "Friend suggestions"
2018-02-16 10:33:10 +01:00
2019-01-12 10:51:36 +01:00
#: mod/tagrm.php:31
msgid "Tag(s) removed"
2019-01-12 18:38:54 +01:00
msgstr "Tag(s) removed"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/tagrm.php:101
2019-01-12 10:51:36 +01:00
msgid "Remove Item Tag"
msgstr "Remove Item tag"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/tagrm.php:103
2019-01-12 10:51:36 +01:00
msgid "Select a tag to remove: "
msgstr "Select a tag to remove: "
2018-02-16 10:33:10 +01:00
2019-01-12 10:51:36 +01:00
#: mod/uexport.php:45
msgid "Export account"
msgstr "Export account"
2018-02-16 10:33:10 +01:00
2019-01-12 10:51:36 +01:00
#: mod/uexport.php:45
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 "Export your account info and contacts. Use this to backup your account or to move it to another server."
2018-02-16 10:33:10 +01:00
2019-01-12 10:51:36 +01:00
#: mod/uexport.php:46
msgid "Export all"
msgstr "Export all"
2017-09-27 07:10:12 +02:00
2019-01-12 10:51:36 +01:00
#: mod/uexport.php:46
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)"
2019-03-11 17:51:46 +01:00
msgstr "Export your account info, contacts and all your items as JSON. This 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."
2018-02-16 10:33:10 +01:00
2019-01-12 10:51:36 +01:00
#: mod/uimport.php:30
msgid "User imports on closed servers can only be done by an administrator."
2019-01-12 18:38:54 +01:00
msgstr "User imports on closed servers can only be done by an administrator."
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/uimport.php:39 src/Module/Register.php:59
msgid ""
"This site has exceeded the number of allowed daily account registrations. "
"Please try again tomorrow."
msgstr "This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."
#: mod/uimport.php:54 src/Module/Register.php:141
msgid "Import"
msgstr "Import profile"
2019-01-12 10:51:36 +01:00
#: mod/uimport.php:56
msgid "Move account"
msgstr "Move Existing Friendica Account"
2018-02-16 10:33:10 +01:00
2019-01-12 10:51:36 +01:00
#: mod/uimport.php:57
msgid "You can import an account from another Friendica server."
msgstr "You can import an existing Friendica profile to this node."
2018-02-16 10:33:10 +01:00
2019-01-12 10:51:36 +01:00
#: mod/uimport.php:58
msgid ""
"You need to export your account from the old server and upload it here. We "
"will recreate your old account here with all your contacts. We will try also"
" to inform your friends that you moved here."
msgstr "You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."
2018-02-16 10:33:10 +01:00
2019-01-12 10:51:36 +01:00
#: mod/uimport.php:59
msgid ""
"This feature is experimental. We can't import contacts from the OStatus "
"network (GNU Social/Statusnet) or from Diaspora"
2019-03-11 17:51:46 +01:00
msgstr "This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from diaspora*."
2018-02-16 10:33:10 +01:00
2019-01-12 10:51:36 +01:00
#: mod/uimport.php:60
msgid "Account file"
msgstr "Account file:"
2017-09-27 07:10:12 +02:00
2019-01-12 10:51:36 +01:00
#: mod/uimport.php:60
msgid ""
"To export your account, go to \"Settings->Export your personal data\" and "
"select \"Export account\""
msgstr "To export your account, go to \"Settings->Export personal data\" and select \"Export account\""
2018-03-05 16:48:21 +01:00
2019-01-12 10:51:36 +01:00
#: mod/unfollow.php:36 mod/unfollow.php:92
msgid "You aren't following this contact."
2019-01-12 18:38:54 +01:00
msgstr "You aren't following this contact."
2018-02-16 10:33:10 +01:00
2019-01-12 10:51:36 +01:00
#: mod/unfollow.php:46 mod/unfollow.php:98
msgid "Unfollowing is currently not supported by your network."
msgstr "Unfollowing is currently not supported by your network."
2018-03-05 16:48:21 +01:00
2019-01-12 10:51:36 +01:00
#: mod/unfollow.php:67
msgid "Contact unfollowed"
msgstr "Contact unfollowed"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/unfollow.php:118 src/Module/Contact.php:570
2019-01-12 10:51:36 +01:00
msgid "Disconnect/Unfollow"
msgstr "Disconnect/Unfollow"
2018-02-16 10:33:10 +01:00
2019-01-12 10:51:36 +01:00
#: mod/update_community.php:23 mod/update_contact.php:23
#: mod/update_display.php:24 mod/update_network.php:33 mod/update_notes.php:36
2019-03-11 17:51:46 +01:00
#: mod/update_profile.php:34
2019-01-12 10:51:36 +01:00
msgid "[Embedded content - reload page to view]"
msgstr "[Embedded content - reload page to view]"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/videos.php:97
2019-01-12 10:51:36 +01:00
msgid "Do you really want to delete this video?"
msgstr "Do you really want to delete this video?"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/videos.php:102
2019-01-12 10:51:36 +01:00
msgid "Delete Video"
msgstr "Delete video"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/videos.php:152
2019-01-12 10:51:36 +01:00
msgid "No videos selected"
msgstr "No videos selected"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/videos.php:309 src/Model/Item.php:3453
2019-01-12 10:51:36 +01:00
msgid "View Video"
msgstr "View video"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/videos.php:324
2019-01-12 10:51:36 +01:00
msgid "Recent Videos"
msgstr "Recent videos"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/videos.php:326
2019-01-12 10:51:36 +01:00
msgid "Upload New Videos"
msgstr "Upload new videos"
2018-02-16 10:33:10 +01:00
2019-01-12 18:38:54 +01:00
#: mod/viewcontacts.php:78
2019-01-12 10:51:36 +01:00
msgid "No contacts."
msgstr "No contacts."
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/viewcontacts.php:94 src/Module/Contact.php:603
#: src/Module/Contact.php:1024
2019-01-12 10:51:36 +01:00
#, php-format
msgid "Visit %s's profile [%s]"
msgstr "Visit %s's profile [%s]"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: mod/viewcontacts.php:114 src/Content/Nav.php:203 src/Content/Nav.php:269
#: src/Content/Text/HTML.php:911 src/Model/Profile.php:980
#: src/Model/Profile.php:983 src/Module/Contact.php:811
#: src/Module/Contact.php:881 view/theme/frio/theme.php:273
2019-01-12 10:51:36 +01:00
msgid "Contacts"
msgstr "Contacts"
2018-04-09 10:17:25 +02:00
2019-01-12 10:51:36 +01:00
#: mod/wallmessage.php:52 mod/wallmessage.php:115
#, php-format
msgid "Number of daily wall messages for %s exceeded. Message failed."
msgstr "Number of daily wall messages for %s exceeded. Message failed."
2018-03-07 17:30:08 +01:00
2019-01-12 10:51:36 +01:00
#: mod/wallmessage.php:63
msgid "Unable to check your home location."
msgstr "Unable to check your home location."
2018-02-16 10:33:10 +01:00
2019-01-12 10:51:36 +01:00
#: mod/wallmessage.php:89 mod/wallmessage.php:98
msgid "No recipient."
msgstr "No recipient."
2018-02-16 10:33:10 +01:00
2019-01-12 10:51:36 +01:00
#: mod/wallmessage.php:129
#, php-format
2018-03-05 16:48:21 +01:00
msgid ""
2019-01-12 10:51:36 +01:00
"If you wish for %s to respond, please check that the privacy settings on "
"your site allow private mail from unknown senders."
msgstr "If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/wall_attach.php:26 mod/wall_attach.php:33 mod/wall_attach.php:85
#: mod/wall_upload.php:42 mod/wall_upload.php:58 mod/wall_upload.php:116
#: mod/wall_upload.php:167 mod/wall_upload.php:170
2019-01-12 10:51:36 +01:00
msgid "Invalid request."
msgstr "Invalid request."
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/wall_attach.php:103
2019-01-12 10:51:36 +01:00
msgid "Sorry, maybe your upload is bigger than the PHP configuration allows"
msgstr "Sorry, maybe your upload is bigger than the PHP configuration allows"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/wall_attach.php:103
2019-01-12 10:51:36 +01:00
msgid "Or - did you try to upload an empty file?"
msgstr "Or did you try to upload an empty file?"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/wall_attach.php:114
2019-01-12 10:51:36 +01:00
#, php-format
msgid "File exceeds size limit of %s"
msgstr "File exceeds size limit of %s"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/wall_attach.php:129
2019-01-12 10:51:36 +01:00
msgid "File upload failed."
msgstr "File upload failed."
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: mod/wall_upload.php:243 src/Object/Image.php:967 src/Object/Image.php:983
#: src/Object/Image.php:991 src/Object/Image.php:1016
2019-01-12 10:51:36 +01:00
msgid "Wall Photos"
msgstr "Wall photos"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: src/App.php:665
2019-01-12 10:51:36 +01:00
msgid "Delete this item?"
msgstr "Delete this item?"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: src/App.php:707
2019-01-12 10:51:36 +01:00
msgid "toggle mobile"
msgstr "Toggle mobile"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: src/App.php:1075
2019-01-12 10:51:36 +01:00
msgid "No system theme config value set."
msgstr "No system theme configuration value set."
2018-02-16 10:33:10 +01:00
2019-01-12 10:51:36 +01:00
#: src/BaseModule.php:133
msgid ""
"The form security token was not correct. This probably happened because the "
"form has been opened for too long (>3 hours) before submitting it."
msgstr "The form security token was incorrect. This probably happened because the form has not been submitted within 3 hours."
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:58
2019-01-12 10:51:36 +01:00
msgid "Frequently"
msgstr "Frequently"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:59
2019-01-12 10:51:36 +01:00
msgid "Hourly"
msgstr "Hourly"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:60
2019-01-12 10:51:36 +01:00
msgid "Twice daily"
msgstr "Twice daily"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:61
2019-01-12 10:51:36 +01:00
msgid "Daily"
msgstr "Daily"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:62
2019-01-12 10:51:36 +01:00
msgid "Weekly"
msgstr "Weekly"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:63
2019-01-12 10:51:36 +01:00
msgid "Monthly"
msgstr "Monthly"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:83
2019-01-12 10:51:36 +01:00
msgid "DFRN"
2019-01-12 18:38:54 +01:00
msgstr "DFRN"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:84
2019-01-12 10:51:36 +01:00
msgid "OStatus"
msgstr "OStatus"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:85
2019-01-12 10:51:36 +01:00
msgid "RSS/Atom"
msgstr "RSS/Atom"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:88
2019-01-12 10:51:36 +01:00
msgid "Zot!"
msgstr "Zot!"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:89
2019-01-12 10:51:36 +01:00
msgid "LinkedIn"
msgstr "LinkedIn"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:90
2019-01-12 10:51:36 +01:00
msgid "XMPP/IM"
msgstr "XMPP/IM"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:91
2019-01-12 10:51:36 +01:00
msgid "MySpace"
msgstr "MySpace"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:92
2019-01-12 10:51:36 +01:00
msgid "Google+"
msgstr "Google+"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:93
2019-01-12 10:51:36 +01:00
msgid "pump.io"
msgstr "pump.io"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:94
2019-01-12 10:51:36 +01:00
msgid "Twitter"
msgstr "Twitter"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:95
2019-01-12 10:51:36 +01:00
msgid "Diaspora Connector"
2019-03-11 17:51:46 +01:00
msgstr "diaspora* connector"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:96
2019-01-12 10:51:36 +01:00
msgid "GNU Social Connector"
msgstr "GNU Social Connector"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:97
2019-01-12 10:51:36 +01:00
msgid "ActivityPub"
2019-01-12 18:38:54 +01:00
msgstr "ActivityPub"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:98
2019-01-12 10:51:36 +01:00
msgid "pnut"
msgstr "pnut"
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:154
2019-01-12 10:51:36 +01:00
msgid "Male"
msgstr "Male"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:155
2019-01-12 10:51:36 +01:00
msgid "Female"
msgstr "Female"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:156
2019-01-12 10:51:36 +01:00
msgid "Currently Male"
msgstr "Currently male"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:157
2019-01-12 10:51:36 +01:00
msgid "Currently Female"
msgstr "Currently female"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:158
2019-01-12 10:51:36 +01:00
msgid "Mostly Male"
msgstr "Mostly male"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:159
2019-01-12 10:51:36 +01:00
msgid "Mostly Female"
msgstr "Mostly female"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:160
2019-01-12 10:51:36 +01:00
msgid "Transgender"
msgstr "Transgender"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:161
2019-01-12 10:51:36 +01:00
msgid "Intersex"
msgstr "Intersex"
2017-10-05 14:09:52 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:162
2019-01-12 10:51:36 +01:00
msgid "Transsexual"
msgstr "Transsexual"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:163
2019-01-12 10:51:36 +01:00
msgid "Hermaphrodite"
msgstr "Hermaphrodite"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:164
2019-01-12 10:51:36 +01:00
msgid "Neuter"
msgstr "Neuter"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:165
2019-01-12 10:51:36 +01:00
msgid "Non-specific"
msgstr "Non-specific"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:166
2019-01-12 10:51:36 +01:00
msgid "Other"
msgstr "Other"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:194
2019-01-12 10:51:36 +01:00
msgid "Males"
msgstr "Males"
2017-12-08 09:42:24 +01:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:195
2019-01-12 10:51:36 +01:00
msgid "Females"
msgstr "Females"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:196
2019-01-12 10:51:36 +01:00
msgid "Gay"
msgstr "Gay"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:197
2019-01-12 10:51:36 +01:00
msgid "Lesbian"
msgstr "Lesbian"
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:198
2019-01-12 10:51:36 +01:00
msgid "No Preference"
msgstr "No Preference"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:199
2019-01-12 10:51:36 +01:00
msgid "Bisexual"
msgstr "Bisexual"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:200
2019-01-12 10:51:36 +01:00
msgid "Autosexual"
msgstr "Auto-sexual"
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:201
2019-01-12 10:51:36 +01:00
msgid "Abstinent"
msgstr "Abstinent"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:202
2019-01-12 10:51:36 +01:00
msgid "Virgin"
msgstr "Virgin"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:203
2019-01-12 10:51:36 +01:00
msgid "Deviant"
msgstr "Deviant"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:204
2019-01-12 10:51:36 +01:00
msgid "Fetish"
msgstr "Fetish"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:205
2019-01-12 10:51:36 +01:00
msgid "Oodles"
msgstr "Oodles"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:206
2019-01-12 10:51:36 +01:00
msgid "Nonsexual"
msgstr "Asexual"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:232
2019-01-12 10:51:36 +01:00
msgid "Single"
msgstr "Single"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:233
2019-01-12 10:51:36 +01:00
msgid "Lonely"
msgstr "Lonely"
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:234
2019-01-12 10:51:36 +01:00
msgid "Available"
msgstr "Available"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:235
2019-01-12 10:51:36 +01:00
msgid "Unavailable"
msgstr "Unavailable"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:236
2019-01-12 10:51:36 +01:00
msgid "Has crush"
msgstr "Having a crush"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:237
2019-01-12 10:51:36 +01:00
msgid "Infatuated"
msgstr "Infatuated"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:238
2019-01-12 10:51:36 +01:00
msgid "Dating"
msgstr "Dating"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:239
2019-01-12 10:51:36 +01:00
msgid "Unfaithful"
msgstr "Unfaithful"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:240
2019-01-12 10:51:36 +01:00
msgid "Sex Addict"
msgstr "Sex addict"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:241 src/Model/User.php:702
2019-01-12 10:51:36 +01:00
msgid "Friends"
msgstr "Friends"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:242
2019-01-12 10:51:36 +01:00
msgid "Friends/Benefits"
msgstr "Friends with benefits"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:243
2019-01-12 10:51:36 +01:00
msgid "Casual"
msgstr "Casual"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:244
2019-01-12 10:51:36 +01:00
msgid "Engaged"
msgstr "Engaged"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:245
2019-01-12 10:51:36 +01:00
msgid "Married"
msgstr "Married"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:246
2019-01-12 10:51:36 +01:00
msgid "Imaginarily married"
msgstr "Imaginarily married"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:247
2019-01-12 10:51:36 +01:00
msgid "Partners"
msgstr "Partners"
2017-05-29 10:35:04 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:248
2019-01-12 10:51:36 +01:00
msgid "Cohabiting"
msgstr "Cohabiting"
2017-05-29 10:35:04 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:249
2019-01-12 10:51:36 +01:00
msgid "Common law"
msgstr "Common law spouse"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:250
2019-01-12 10:51:36 +01:00
msgid "Happy"
msgstr "Happy"
2017-08-23 14:53:37 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:251
2019-01-12 10:51:36 +01:00
msgid "Not looking"
msgstr "Not looking"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:252
2019-01-12 10:51:36 +01:00
msgid "Swinger"
msgstr "Swinger"
2017-05-29 10:35:04 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:253
2019-01-12 10:51:36 +01:00
msgid "Betrayed"
msgstr "Betrayed"
2017-05-29 10:35:04 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:254
2019-01-12 10:51:36 +01:00
msgid "Separated"
msgstr "Separated"
2017-05-29 10:35:04 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:255
2019-01-12 10:51:36 +01:00
msgid "Unstable"
msgstr "Unstable"
2017-05-29 10:35:04 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:256
2019-01-12 10:51:36 +01:00
msgid "Divorced"
msgstr "Divorced"
2017-06-26 13:03:32 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:257
2019-01-12 10:51:36 +01:00
msgid "Imaginarily divorced"
msgstr "Imaginarily divorced"
2017-06-26 13:03:32 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:258
2019-01-12 10:51:36 +01:00
msgid "Widowed"
msgstr "Widowed"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:259
2019-01-12 10:51:36 +01:00
msgid "Uncertain"
msgstr "Uncertain"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:260
2019-01-12 10:51:36 +01:00
msgid "It's complicated"
msgstr "It's complicated"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:261
2019-01-12 10:51:36 +01:00
msgid "Don't care"
msgstr "Don't care"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: src/Content/ContactSelector.php:262
2019-01-12 10:51:36 +01:00
msgid "Ask me"
msgstr "Ask me"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: src/Content/Feature.php:82
2019-01-12 10:51:36 +01:00
msgid "General Features"
msgstr "General"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Feature.php:84
2019-01-12 10:51:36 +01:00
msgid "Multiple Profiles"
msgstr "Multiple profiles"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Feature.php:84
2019-01-12 10:51:36 +01:00
msgid "Ability to create multiple profiles"
msgstr "Ability to create multiple profiles"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Feature.php:85
2019-01-12 10:51:36 +01:00
msgid "Photo Location"
msgstr "Photo location"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Feature.php:85
2019-01-12 10:51:36 +01:00
msgid ""
"Photo metadata is normally stripped. This extracts the location (if present)"
" prior to stripping metadata and links it to a map."
msgstr "Photo metadata is normally removed. This extracts the location (if present) prior to removing metadata and links it to a map."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Feature.php:86
2019-01-12 10:51:36 +01:00
msgid "Export Public Calendar"
msgstr "Export public calendar"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Feature.php:86
2019-01-12 10:51:36 +01:00
msgid "Ability for visitors to download the public calendar"
msgstr "Ability for visitors to download the public calendar"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Feature.php:91
2019-01-12 10:51:36 +01:00
msgid "Post Composition Features"
msgstr "Post composition"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Feature.php:92
2019-01-12 10:51:36 +01:00
msgid "Auto-mention Forums"
msgstr "Auto-mention forums"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: src/Content/Feature.php:92
2019-01-12 10:51:36 +01:00
msgid ""
"Add/remove mention when a forum page is selected/deselected in ACL window."
msgstr "Add/Remove mention when a forum page is selected or deselected in the ACL window."
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: src/Content/Feature.php:93
msgid "Explicit Mentions"
msgstr "Explicit mentions"
#: src/Content/Feature.php:93
msgid ""
"Add explicit mentions to comment box for manual control over who gets "
"mentioned in replies."
msgstr "Add explicit mentions to comment box for manual control over who gets mentioned in replies."
#: src/Content/Feature.php:98
2019-01-12 10:51:36 +01:00
msgid "Network Sidebar"
msgstr "Network sidebar"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: src/Content/Feature.php:99
2019-01-12 10:51:36 +01:00
msgid "Ability to select posts by date ranges"
msgstr "Ability to select posts by date ranges"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: src/Content/Feature.php:100
2019-01-12 10:51:36 +01:00
msgid "Protocol Filter"
2019-01-12 18:38:54 +01:00
msgstr "Protocol Filter"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: src/Content/Feature.php:100
2019-01-12 10:51:36 +01:00
msgid "Enable widget to display Network posts only from selected protocols"
2019-01-12 18:38:54 +01:00
msgstr "Enable widget to display Network posts only from selected protocols"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Feature.php:105
2019-01-12 10:51:36 +01:00
msgid "Network Tabs"
msgstr "Network tabs"
2019-03-11 17:51:46 +01:00
#: src/Content/Feature.php:106
2019-01-12 10:51:36 +01:00
msgid "Network New Tab"
msgstr "Network new tab"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Feature.php:106
2019-01-12 10:51:36 +01:00
msgid "Enable tab to display only new Network posts (from the last 12 hours)"
msgstr "Enable tab to display only new network posts (last 12 hours)"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Feature.php:107
2019-01-12 10:51:36 +01:00
msgid "Network Shared Links Tab"
msgstr "Network shared links tab"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Feature.php:107
2019-01-12 10:51:36 +01:00
msgid "Enable tab to display only Network posts with links in them"
msgstr "Enable tab to display only network posts with links in them"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Feature.php:112
2019-01-12 10:51:36 +01:00
msgid "Post/Comment Tools"
msgstr "Post/Comment tools"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Feature.php:113
2019-01-12 10:51:36 +01:00
msgid "Post Categories"
msgstr "Post categories"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Feature.php:113
2019-01-12 10:51:36 +01:00
msgid "Add categories to your posts"
msgstr "Add categories to your posts"
2017-08-23 14:53:37 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Feature.php:118
2019-01-12 10:51:36 +01:00
msgid "Advanced Profile Settings"
msgstr "Advanced profiles"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Feature.php:119
2019-01-12 10:51:36 +01:00
msgid "List Forums"
msgstr "List forums"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Feature.php:119
2019-01-12 10:51:36 +01:00
msgid "Show visitors public community forums at the Advanced Profile Page"
msgstr "Show visitors of public community forums at the advanced profile page"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Feature.php:120
2019-01-12 10:51:36 +01:00
msgid "Tag Cloud"
msgstr "Tag cloud"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Feature.php:120
2019-01-12 10:51:36 +01:00
msgid "Provide a personal tag cloud on your profile page"
msgstr "Provides a personal tag cloud on your profile page"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Feature.php:121
2019-01-12 10:51:36 +01:00
msgid "Display Membership Date"
msgstr "Display membership date"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Feature.php:121
2019-01-12 10:51:36 +01:00
msgid "Display membership date in profile"
msgstr "Display membership date in profile"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/ForumManager.php:130 src/Content/Nav.php:207
#: src/Content/Text/HTML.php:914 view/theme/vier/theme.php:250
2019-01-12 10:51:36 +01:00
msgid "Forums"
msgstr "Forums"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/ForumManager.php:132 view/theme/vier/theme.php:252
2019-01-12 10:51:36 +01:00
msgid "External link to forum"
msgstr "External link to forum"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Nav.php:74
2019-01-12 10:51:36 +01:00
msgid "Nothing new here"
msgstr "Nothing new here"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Nav.php:78
2019-01-12 10:51:36 +01:00
msgid "Clear notifications"
msgstr "Clear notifications"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Nav.php:79 src/Content/Text/HTML.php:903
2019-01-12 10:51:36 +01:00
msgid "@name, !forum, #tags, content"
msgstr "@name, !forum, #tags, content"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Nav.php:153 src/Module/Login.php:321
#: view/theme/frio/theme.php:259
2019-01-12 10:51:36 +01:00
msgid "Logout"
msgstr "Logout"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Nav.php:153 view/theme/frio/theme.php:259
2019-01-12 10:51:36 +01:00
msgid "End this session"
msgstr "End this session"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Nav.php:156 src/Model/Profile.php:901
#: src/Module/Contact.php:652 src/Module/Contact.php:853
#: view/theme/frio/theme.php:262
2019-01-12 10:51:36 +01:00
msgid "Status"
msgstr "Status"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Nav.php:156 src/Content/Nav.php:242
#: view/theme/frio/theme.php:262
2019-01-12 10:51:36 +01:00
msgid "Your posts and conversations"
msgstr "My posts and conversations"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Nav.php:157 view/theme/frio/theme.php:263
2019-01-12 10:51:36 +01:00
msgid "Your profile page"
msgstr "My profile page"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Nav.php:158 view/theme/frio/theme.php:264
2019-01-12 10:51:36 +01:00
msgid "Your photos"
msgstr "My photos"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Nav.php:159 src/Model/Profile.php:925 src/Model/Profile.php:928
#: view/theme/frio/theme.php:265
2019-01-12 10:51:36 +01:00
msgid "Videos"
msgstr "Videos"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Nav.php:159 view/theme/frio/theme.php:265
2019-01-12 10:51:36 +01:00
msgid "Your videos"
msgstr "My videos"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Nav.php:160 view/theme/frio/theme.php:266
2019-01-12 10:51:36 +01:00
msgid "Your events"
msgstr "My events"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Nav.php:161
2019-01-12 10:51:36 +01:00
msgid "Personal notes"
msgstr "Personal notes"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Nav.php:161
2019-01-12 10:51:36 +01:00
msgid "Your personal notes"
msgstr "My personal notes"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Nav.php:170
2019-01-12 10:51:36 +01:00
msgid "Sign in"
msgstr "Sign in"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Nav.php:180 src/Content/Nav.php:242
#: src/Core/NotificationsManager.php:196
2019-01-12 10:51:36 +01:00
msgid "Home"
msgstr "Home"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Nav.php:180
2019-01-12 10:51:36 +01:00
msgid "Home Page"
msgstr "Home page"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Nav.php:184 src/Module/Login.php:293
#: src/Module/Register.php:136
msgid "Register"
msgstr "Sign up now >>"
#: src/Content/Nav.php:184
2019-01-12 10:51:36 +01:00
msgid "Create an account"
msgstr "Create account"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Nav.php:190
2019-01-12 10:51:36 +01:00
msgid "Help and documentation"
msgstr "Help and documentation"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Nav.php:194
2019-01-12 10:51:36 +01:00
msgid "Apps"
msgstr "Apps"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Nav.php:194
2019-01-12 10:51:36 +01:00
msgid "Addon applications, utilities, games"
msgstr "Addon applications, utilities, games"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Nav.php:198
2019-01-12 10:51:36 +01:00
msgid "Search site content"
msgstr "Search site content"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Nav.php:201 src/Content/Text/HTML.php:909
2019-01-12 10:51:36 +01:00
msgid "Full Text"
msgstr "Full text"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Nav.php:202 src/Content/Text/HTML.php:910
#: src/Content/Widget/TagCloud.php:54
2019-01-12 10:51:36 +01:00
msgid "Tags"
msgstr "Tags"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Nav.php:222
2019-01-12 10:51:36 +01:00
msgid "Community"
msgstr "Community"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Nav.php:222
2019-01-12 10:51:36 +01:00
msgid "Conversations on this and other servers"
msgstr "Conversations on this and other servers"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Nav.php:226 src/Model/Profile.php:940 src/Model/Profile.php:951
#: view/theme/frio/theme.php:270
2019-01-12 10:51:36 +01:00
msgid "Events and Calendar"
msgstr "Events and calendar"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Nav.php:229
2019-01-12 10:51:36 +01:00
msgid "Directory"
msgstr "Directory"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Nav.php:229
2019-01-12 10:51:36 +01:00
msgid "People directory"
msgstr "People directory"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Nav.php:231
2019-01-12 10:51:36 +01:00
msgid "Information about this friendica instance"
msgstr "Information about this Friendica instance"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Nav.php:234
2019-01-12 10:51:36 +01:00
msgid "Terms of Service of this Friendica instance"
msgstr "Terms of Service for this Friendica instance"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Nav.php:239 view/theme/frio/theme.php:269
2019-01-12 10:51:36 +01:00
msgid "Conversations from your friends"
msgstr "My friends' conversations"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Nav.php:240
2019-01-12 10:51:36 +01:00
msgid "Network Reset"
msgstr "Network reset"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Nav.php:240
2019-01-12 10:51:36 +01:00
msgid "Load Network page with no filters"
msgstr "Load network page without filters"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Nav.php:246 src/Core/NotificationsManager.php:203
2019-01-12 10:51:36 +01:00
msgid "Introductions"
msgstr "Introductions"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Nav.php:246
2019-01-12 10:51:36 +01:00
msgid "Friend Requests"
msgstr "Friend requests"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Nav.php:248
2019-01-12 10:51:36 +01:00
msgid "See all notifications"
msgstr "See all notifications"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Nav.php:249
2019-01-12 10:51:36 +01:00
msgid "Mark all system notifications seen"
msgstr "Mark all system notifications seen"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Nav.php:252 view/theme/frio/theme.php:271
2019-01-12 10:51:36 +01:00
msgid "Private mail"
msgstr "Private messages"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Nav.php:253
2019-01-12 10:51:36 +01:00
msgid "Inbox"
msgstr "Inbox"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Nav.php:254
2019-01-12 10:51:36 +01:00
msgid "Outbox"
msgstr "Outbox"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Nav.php:258
2019-01-12 10:51:36 +01:00
msgid "Manage"
msgstr "Manage"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Nav.php:258
2019-01-12 10:51:36 +01:00
msgid "Manage other pages"
msgstr "Manage other pages"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Nav.php:263 view/theme/frio/theme.php:272
2019-01-12 10:51:36 +01:00
msgid "Account settings"
msgstr "Account settings"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Nav.php:266
2019-01-12 10:51:36 +01:00
msgid "Manage/Edit Profiles"
msgstr "Manage/Edit profiles"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Nav.php:269 view/theme/frio/theme.php:273
2019-01-12 10:51:36 +01:00
msgid "Manage/edit friends and contacts"
msgstr "Manage/Edit friends and contacts"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Nav.php:274
2019-01-12 10:51:36 +01:00
msgid "Site setup and configuration"
msgstr "Site setup and configuration"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Nav.php:277
2019-01-12 10:51:36 +01:00
msgid "Navigation"
msgstr "Navigation"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Nav.php:277
2019-01-12 10:51:36 +01:00
msgid "Site map"
msgstr "Site map"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/OEmbed.php:256
2019-01-12 10:51:36 +01:00
msgid "Embedding disabled"
msgstr "Embedding disabled"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/OEmbed.php:379
2019-01-12 10:51:36 +01:00
msgid "Embedded content"
msgstr "Embedded content"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Pager.php:153
2019-01-12 10:51:36 +01:00
msgid "newer"
msgstr "Later posts"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Pager.php:158
2019-01-12 10:51:36 +01:00
msgid "older"
msgstr "Earlier posts"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Pager.php:203
2019-01-12 10:51:36 +01:00
msgid "prev"
msgstr "prev"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Pager.php:263
2019-01-12 10:51:36 +01:00
msgid "last"
msgstr "last"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Text/BBCode.php:429
2019-01-12 10:51:36 +01:00
msgid "view full size"
msgstr "view full size"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Text/BBCode.php:863 src/Content/Text/BBCode.php:1596
#: src/Content/Text/BBCode.php:1597
2019-01-12 10:51:36 +01:00
msgid "Image/photo"
msgstr "Image/Photo"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Text/BBCode.php:967
2019-01-12 10:51:36 +01:00
#, php-format
msgid "<a href=\"%1$s\" target=\"_blank\">%2$s</a> %3$s"
msgstr "<a href=\"%1$s\" target=\"_blank\">%2$s</a> %3$s"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Text/BBCode.php:1523 src/Content/Text/BBCode.php:1545
2019-01-12 10:51:36 +01:00
msgid "$1 wrote:"
msgstr "$1 wrote:"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Text/BBCode.php:1607 src/Content/Text/BBCode.php:1608
2019-01-12 10:51:36 +01:00
msgid "Encrypted content"
msgstr "Encrypted content"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Text/BBCode.php:1715
2019-01-12 10:51:36 +01:00
msgid "Invalid source protocol"
msgstr "Invalid source protocol"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Text/BBCode.php:1726
2019-01-12 10:51:36 +01:00
msgid "Invalid link protocol"
msgstr "Invalid link protocol"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Text/HTML.php:800
2019-01-12 10:51:36 +01:00
msgid "Loading more entries..."
msgstr "Loading more entries..."
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Text/HTML.php:801
2019-01-12 10:51:36 +01:00
msgid "The end"
msgstr "The end"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Text/HTML.php:894
2019-01-12 10:51:36 +01:00
msgid "Follow"
msgstr "Follow"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Text/HTML.php:951 src/Model/Item.php:3503
#: src/Model/Item.php:3514
2019-01-12 10:51:36 +01:00
msgid "Click to open/close"
msgstr "Reveal/hide"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Widget/CalendarExport.php:64
2019-01-12 10:51:36 +01:00
msgid "Export"
msgstr "Export"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Widget/CalendarExport.php:65
2019-01-12 10:51:36 +01:00
msgid "Export calendar as ical"
msgstr "Export calendar as ical"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Widget/CalendarExport.php:66
2019-01-12 10:51:36 +01:00
msgid "Export calendar as csv"
msgstr "Export calendar as csv"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Widget/ContactBlock.php:58
msgid "No contacts"
msgstr "No contacts"
#: src/Content/Widget/ContactBlock.php:90
#, php-format
msgid "%d Contact"
msgid_plural "%d Contacts"
msgstr[0] "%d contact"
msgstr[1] "%d contacts"
#: src/Content/Widget/ContactBlock.php:109
msgid "View Contacts"
msgstr "View contacts"
#: src/Content/Widget.php:35
2019-01-12 10:51:36 +01:00
msgid "Add New Contact"
msgstr "Add new contact"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Widget.php:36
2019-01-12 10:51:36 +01:00
msgid "Enter address or web location"
msgstr "Enter address or web location"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Widget.php:37
2019-01-12 10:51:36 +01:00
msgid "Example: bob@example.com, http://example.com/barbara"
msgstr "Example: jo@example.com, http://example.com/jo"
2019-03-11 17:51:46 +01:00
#: src/Content/Widget.php:55
2019-01-12 10:51:36 +01:00
#, php-format
msgid "%d invitation available"
msgid_plural "%d invitations available"
msgstr[0] "%d invitation available"
msgstr[1] "%d invitations available"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Widget.php:61 view/theme/vier/theme.php:199
2018-05-21 16:08:07 +02:00
msgid "Find People"
msgstr "Find people"
2017-10-05 14:09:52 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Widget.php:62 view/theme/vier/theme.php:200
2018-05-21 16:08:07 +02:00
msgid "Enter name or interest"
msgstr "Enter name or interest"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Widget.php:64 view/theme/vier/theme.php:202
2018-05-21 16:08:07 +02:00
msgid "Examples: Robert Morgenstein, Fishing"
msgstr "Examples: Robert Morgenstein, fishing"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Widget.php:67 view/theme/vier/theme.php:205
2018-05-21 16:08:07 +02:00
msgid "Similar Interests"
msgstr "Similar interests"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Widget.php:68 view/theme/vier/theme.php:206
2018-05-21 16:08:07 +02:00
msgid "Random Profile"
msgstr "Random profile"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Widget.php:69 view/theme/vier/theme.php:207
2018-05-21 16:08:07 +02:00
msgid "Invite Friends"
msgstr "Invite friends"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Widget.php:72 view/theme/vier/theme.php:210
2018-05-21 16:08:07 +02:00
msgid "Local Directory"
msgstr "Local directory"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Widget.php:158
2019-01-12 10:51:36 +01:00
msgid "Protocols"
2019-01-12 18:38:54 +01:00
msgstr "Protocols"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Widget.php:161
2019-01-12 10:51:36 +01:00
msgid "All Protocols"
2019-01-12 18:38:54 +01:00
msgstr "All Protocols"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Widget.php:198
2019-01-12 10:51:36 +01:00
msgid "Saved Folders"
msgstr "Saved Folders"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Widget.php:201 src/Content/Widget.php:243
2019-01-12 10:51:36 +01:00
msgid "Everything"
msgstr "Everything"
2017-06-26 13:03:32 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Widget.php:240
2019-01-12 10:51:36 +01:00
msgid "Categories"
msgstr "Categories"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Content/Widget.php:324
2018-04-09 10:17:25 +02:00
#, php-format
2019-01-12 10:51:36 +01:00
msgid "%d contact in common"
msgid_plural "%d contacts in common"
msgstr[0] "%d contact in common"
msgstr[1] "%d contacts in common"
2017-12-08 09:42:24 +01:00
2019-03-11 17:51:46 +01:00
#: src/Core/ACL.php:287
2018-05-21 16:08:07 +02:00
msgid "Post to Email"
msgstr "Post to email"
2019-03-11 17:51:46 +01:00
#: src/Core/ACL.php:293
2018-05-21 16:08:07 +02:00
msgid "Hide your profile details from unknown viewers?"
msgstr "Hide profile details from unknown viewers?"
2019-03-11 17:51:46 +01:00
#: src/Core/ACL.php:292
2018-05-21 16:08:07 +02:00
#, php-format
msgid "Connectors disabled, since \"%s\" is enabled."
msgstr "Connectors are disabled since \"%s\" is enabled."
2019-03-11 17:51:46 +01:00
#: src/Core/ACL.php:299
2018-05-21 16:08:07 +02:00
msgid "Visible to everybody"
msgstr "Visible to everybody"
2019-03-11 17:51:46 +01:00
#: src/Core/ACL.php:300 view/theme/vier/config.php:116
2019-01-12 10:51:36 +01:00
msgid "show"
msgstr "show"
2019-03-11 17:51:46 +01:00
#: src/Core/ACL.php:301 view/theme/vier/config.php:116
2019-01-12 10:51:36 +01:00
msgid "don't show"
msgstr "don't show"
2019-03-11 17:51:46 +01:00
#: src/Core/ACL.php:311
2018-05-21 16:08:07 +02:00
msgid "Close"
msgstr "Close"
2019-03-11 17:51:46 +01:00
#: src/Core/Authentication.php:87
2019-01-12 10:51:36 +01:00
msgid "Welcome "
msgstr "Welcome "
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/Authentication.php:88
2019-01-12 10:51:36 +01:00
msgid "Please upload a profile photo."
msgstr "Please upload a profile photo."
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/Authentication.php:90
2019-01-12 10:51:36 +01:00
msgid "Welcome back "
msgstr "Welcome back "
2019-03-11 17:51:46 +01:00
#: src/Core/Console/ArchiveContact.php:65
2018-05-21 16:08:07 +02:00
#, php-format
msgid "Could not find any unarchived contact entry for this URL (%s)"
msgstr "Could not find any unarchived contact entry for this URL (%s)"
2019-03-11 17:51:46 +01:00
#: src/Core/Console/ArchiveContact.php:70
2018-05-21 16:08:07 +02:00
msgid "The contact entries have been archived"
msgstr "The contact entries have been archived"
2019-01-12 18:38:54 +01:00
#: src/Core/Console/NewPassword.php:72
2019-01-12 10:51:36 +01:00
msgid "Enter new password: "
msgstr "Enter new password: "
2017-05-23 15:05:40 +02:00
2019-01-12 10:51:36 +01:00
#: src/Core/Console/PostUpdate.php:50
2017-12-08 09:42:24 +01:00
#, php-format
2019-01-12 10:51:36 +01:00
msgid "Post update version number has been set to %s."
2019-01-12 18:38:54 +01:00
msgstr "Post update version number has been set to %s."
2017-05-23 15:05:40 +02:00
2019-01-12 10:51:36 +01:00
#: src/Core/Console/PostUpdate.php:58
msgid "Check for pending update actions."
2019-01-12 18:38:54 +01:00
msgstr "Check for pending update actions."
2018-05-21 16:08:07 +02:00
2019-01-12 10:51:36 +01:00
#: src/Core/Console/PostUpdate.php:60
msgid "Done."
2019-01-12 18:38:54 +01:00
msgstr "Done."
2018-05-21 16:08:07 +02:00
2019-01-12 10:51:36 +01:00
#: src/Core/Console/PostUpdate.php:62
msgid "Execute pending post updates."
2019-01-12 18:38:54 +01:00
msgstr "Execute pending post updates."
2018-05-21 16:08:07 +02:00
2019-01-12 10:51:36 +01:00
#: src/Core/Console/PostUpdate.php:68
msgid "All pending post updates are done."
2019-01-12 18:38:54 +01:00
msgstr "All pending post updates are done."
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/Installer.php:163
2019-01-12 10:51:36 +01:00
msgid ""
"The database configuration file \"config/local.config.php\" could not be "
"written. Please use the enclosed text to create a configuration file in your"
" web server root."
2019-01-12 18:38:54 +01:00
msgstr "The database configuration file \"config/local.config.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/Installer.php:182
2019-01-12 10:51:36 +01:00
msgid ""
"You may need to import the file \"database.sql\" manually using phpmyadmin "
"or mysql."
msgstr "You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."
2019-03-11 17:51:46 +01:00
#: src/Core/Installer.php:183 src/Module/Install.php:132
#: src/Module/Install.php:263
2019-01-12 10:51:36 +01:00
msgid "Please see the file \"INSTALL.txt\"."
msgstr "Please see the file \"INSTALL.txt\"."
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/Installer.php:244
2018-05-21 16:08:07 +02:00
msgid "Could not find a command line version of PHP in the web server PATH."
msgstr "Could not find a command line version of PHP in the web server PATH."
2019-03-11 17:51:46 +01:00
#: src/Core/Installer.php:245
2018-05-21 16:08:07 +02:00
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 <a "
"href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-"
"up-the-worker'>'Setup the worker'</a>"
msgstr "If your server doesn't have a command line version of PHP installed, you won't be able to run background processing. See <a href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-up-the-worker'>'Setup the worker'</a>"
2019-03-11 17:51:46 +01:00
#: src/Core/Installer.php:249
2018-05-21 16:08:07 +02:00
msgid "PHP executable path"
msgstr "PHP executable path"
2019-03-11 17:51:46 +01:00
#: src/Core/Installer.php:249
2018-05-21 16:08:07 +02:00
msgid ""
"Enter full path to php executable. You can leave this blank to continue the "
"installation."
msgstr "Enter full path to php executable. You can leave this blank to continue the installation."
2019-03-11 17:51:46 +01:00
#: src/Core/Installer.php:254
2018-05-21 16:08:07 +02:00
msgid "Command line PHP"
msgstr "Command line PHP"
2019-03-11 17:51:46 +01:00
#: src/Core/Installer.php:263
2018-05-21 16:08:07 +02:00
msgid "PHP executable is not the php cli binary (could be cgi-fgci version)"
msgstr "PHP executable is not a php cli binary; it could possibly be a cgi-fgci version."
2019-03-11 17:51:46 +01:00
#: src/Core/Installer.php:264
2018-05-21 16:08:07 +02:00
msgid "Found PHP version: "
msgstr "Found PHP version: "
2019-03-11 17:51:46 +01:00
#: src/Core/Installer.php:266
2018-05-21 16:08:07 +02:00
msgid "PHP cli binary"
msgstr "PHP cli binary"
2019-03-11 17:51:46 +01:00
#: src/Core/Installer.php:279
2018-05-21 16:08:07 +02:00
msgid ""
"The command line version of PHP on your system does not have "
"\"register_argc_argv\" enabled."
msgstr "The command line version of PHP on your system does not have \"register_argc_argv\" enabled."
2019-03-11 17:51:46 +01:00
#: src/Core/Installer.php:280
2018-05-21 16:08:07 +02:00
msgid "This is required for message delivery to work."
msgstr "This is required for message delivery to work."
2019-03-11 17:51:46 +01:00
#: src/Core/Installer.php:285
2018-05-21 16:08:07 +02:00
msgid "PHP register_argc_argv"
msgstr "PHP register_argc_argv"
2019-03-11 17:51:46 +01:00
#: src/Core/Installer.php:317
2018-05-21 16:08:07 +02:00
msgid ""
"Error: the \"openssl_pkey_new\" function on this system is not able to "
"generate encryption keys"
msgstr "Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"
2019-03-11 17:51:46 +01:00
#: src/Core/Installer.php:318
2018-05-21 16:08:07 +02:00
msgid ""
"If running under Windows, please see "
"\"http://www.php.net/manual/en/openssl.installation.php\"."
msgstr "If running under Windows OS, please see \"http://www.php.net/manual/en/openssl.installation.php\"."
2019-03-11 17:51:46 +01:00
#: src/Core/Installer.php:321
2018-05-21 16:08:07 +02:00
msgid "Generate encryption keys"
msgstr "Generate encryption keys"
2019-03-11 17:51:46 +01:00
#: src/Core/Installer.php:372
2019-01-12 10:51:36 +01:00
msgid ""
"Error: Apache webserver mod-rewrite module is required but not installed."
msgstr "Error: Apache web server mod-rewrite module is required but not installed."
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/Installer.php:377
2019-01-12 10:51:36 +01:00
msgid "Apache mod_rewrite module"
msgstr "Apache mod_rewrite module"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/Installer.php:383
2019-01-12 10:51:36 +01:00
msgid "Error: PDO or MySQLi PHP module required but not installed."
msgstr "Error: PDO or MySQLi PHP module required but not installed."
2019-03-11 17:51:46 +01:00
#: src/Core/Installer.php:388
2019-01-12 10:51:36 +01:00
msgid "Error: The MySQL driver for PDO is not installed."
msgstr "Error: MySQL driver for PDO is not installed."
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/Installer.php:392
2018-05-21 16:08:07 +02:00
msgid "PDO or MySQLi PHP module"
msgstr "PDO or MySQLi PHP module"
2019-03-11 17:51:46 +01:00
#: src/Core/Installer.php:400
2019-01-12 10:51:36 +01:00
msgid "Error, XML PHP module required but not installed."
msgstr "Error, XML PHP module required but not installed."
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/Installer.php:404
2018-05-21 16:08:07 +02:00
msgid "XML PHP module"
msgstr "XML PHP module"
2019-03-11 17:51:46 +01:00
#: src/Core/Installer.php:407
2019-01-12 10:51:36 +01:00
msgid "libCurl PHP module"
msgstr "libCurl PHP module"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/Installer.php:408
2018-05-21 16:08:07 +02:00
msgid "Error: libCURL PHP module required but not installed."
msgstr "Error: libCURL PHP module required but not installed."
2019-03-11 17:51:46 +01:00
#: src/Core/Installer.php:414
2019-01-12 10:51:36 +01:00
msgid "GD graphics PHP module"
msgstr "GD graphics PHP module"
2019-03-11 17:51:46 +01:00
#: src/Core/Installer.php:415
2018-05-21 16:08:07 +02:00
msgid ""
"Error: GD graphics PHP module with JPEG support required but not installed."
msgstr "Error: GD graphics PHP module with JPEG support required but not installed."
2019-03-11 17:51:46 +01:00
#: src/Core/Installer.php:421
2019-01-12 10:51:36 +01:00
msgid "OpenSSL PHP module"
msgstr "OpenSSL PHP module"
2019-03-11 17:51:46 +01:00
#: src/Core/Installer.php:422
2018-05-21 16:08:07 +02:00
msgid "Error: openssl PHP module required but not installed."
msgstr "Error: openssl PHP module required but not installed."
2019-03-11 17:51:46 +01:00
#: src/Core/Installer.php:428
2019-01-12 10:51:36 +01:00
msgid "mb_string PHP module"
msgstr "mb_string PHP module"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/Installer.php:429
2018-05-21 16:08:07 +02:00
msgid "Error: mb_string PHP module required but not installed."
msgstr "Error: mb_string PHP module required but not installed."
2019-03-11 17:51:46 +01:00
#: src/Core/Installer.php:435
2019-01-12 10:51:36 +01:00
msgid "iconv PHP module"
msgstr "iconv PHP module"
2019-03-11 17:51:46 +01:00
#: src/Core/Installer.php:436
2018-05-21 16:08:07 +02:00
msgid "Error: iconv PHP module required but not installed."
msgstr "Error: iconv PHP module required but not installed."
2019-03-11 17:51:46 +01:00
#: src/Core/Installer.php:442
2019-01-12 10:51:36 +01:00
msgid "POSIX PHP module"
msgstr "POSIX PHP module"
2019-03-11 17:51:46 +01:00
#: src/Core/Installer.php:443
2018-05-21 16:08:07 +02:00
msgid "Error: POSIX PHP module required but not installed."
msgstr "Error: POSIX PHP module required but not installed."
2019-03-11 17:51:46 +01:00
#: src/Core/Installer.php:449
2019-01-12 18:38:54 +01:00
msgid "JSON PHP module"
msgstr "JSON PHP module"
2019-03-11 17:51:46 +01:00
#: src/Core/Installer.php:450
2019-01-12 18:38:54 +01:00
msgid "Error: JSON PHP module required but not installed."
2019-03-11 17:51:46 +01:00
msgstr "Error: JSON PHP module is required but not installed."
2019-01-12 18:38:54 +01:00
2019-03-11 17:51:46 +01:00
#: src/Core/Installer.php:473
2018-05-21 16:08:07 +02:00
msgid ""
2019-01-12 10:51:36 +01:00
"The web installer needs to be able to create a file called "
"\"local.config.php\" in the \"config\" folder of your web server and it is "
"unable to do so."
2019-03-11 17:51:46 +01:00
msgstr "The web installer needs to be able to create a file called \"local.config.php\" in the \"config\" folder of your web server but is unable to do so."
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/Installer.php:474
2018-05-21 16:08:07 +02:00
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 "This is most often a permission setting issue, as the web server may not be able to write files in your directory - even if you can."
2019-03-11 17:51:46 +01:00
#: src/Core/Installer.php:475
2018-05-21 16:08:07 +02:00
msgid ""
"At the end of this procedure, we will give you a text to save in a file "
2019-01-12 10:51:36 +01:00
"named local.config.php in your Friendica \"config\" folder."
2019-01-12 18:38:54 +01:00
msgstr "At the end of this procedure, we will give you a text to save in a file named local.config.php in your Friendica \"config\" folder."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/Installer.php:476
2018-05-21 16:08:07 +02:00
msgid ""
"You can alternatively skip this procedure and perform a manual installation."
" Please see the file \"INSTALL.txt\" for instructions."
msgstr "Alternatively, you may skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/Installer.php:479
2019-01-12 10:51:36 +01:00
msgid "config/local.config.php is writable"
2019-01-12 18:38:54 +01:00
msgstr "config/local.config.php is writable"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/Installer.php:499
2018-05-21 16:08:07 +02:00
msgid ""
"Friendica uses the Smarty3 template engine to render its web views. Smarty3 "
"compiles templates to PHP to speed up rendering."
msgstr "Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/Installer.php:500
2018-05-21 16:08:07 +02:00
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 "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 directory."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/Installer.php:501
2018-05-21 16:08:07 +02:00
msgid ""
"Please ensure that the user that your web server runs as (e.g. www-data) has"
" write access to this folder."
msgstr "Please ensure the user (e.g. www-data) that your web server runs as has write access to this directory."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/Installer.php:502
2018-05-21 16:08:07 +02:00
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 "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."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/Installer.php:505
2018-05-21 16:08:07 +02:00
msgid "view/smarty3 is writable"
msgstr "view/smarty3 is writeable"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/Installer.php:534
2018-05-21 16:08:07 +02:00
msgid ""
2019-01-12 10:51:36 +01:00
"Url rewrite in .htaccess is not working. Make sure you copied .htaccess-dist"
" to .htaccess."
2019-01-12 18:38:54 +01:00
msgstr "Url rewrite in .htaccess is not working. Make sure you copied .htaccess-dist to .htaccess."
2017-08-23 14:53:37 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/Installer.php:536
2018-05-21 16:08:07 +02:00
msgid "Error message from Curl when fetching"
msgstr "Error message from Curl while fetching"
2017-10-05 14:09:52 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/Installer.php:541
2018-05-21 16:08:07 +02:00
msgid "Url rewrite is working"
msgstr "URL rewrite is working"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/Installer.php:570
2018-05-21 16:08:07 +02:00
msgid "ImageMagick PHP extension is not installed"
msgstr "ImageMagick PHP extension is not installed"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/Installer.php:572
2018-05-21 16:08:07 +02:00
msgid "ImageMagick PHP extension is installed"
msgstr "ImageMagick PHP extension is installed"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/Installer.php:574 tests/src/Core/InstallerTest.php:329
#: tests/src/Core/InstallerTest.php:355
2018-05-21 16:08:07 +02:00
msgid "ImageMagick supports GIF"
msgstr "ImageMagick supports GIF"
2019-03-11 17:51:46 +01:00
#: src/Core/Installer.php:597
2019-01-12 10:51:36 +01:00
msgid "Could not connect to database."
msgstr "Could not connect to database."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/Installer.php:604
2019-01-12 10:51:36 +01:00
msgid "Database already in use."
msgstr "Database already in use."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/L10n.php:368 src/Model/Event.php:397
2019-01-12 10:51:36 +01:00
msgid "Tuesday"
msgstr "Tuesday"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/L10n.php:368 src/Model/Event.php:398
2019-01-12 10:51:36 +01:00
msgid "Wednesday"
msgstr "Wednesday"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/L10n.php:368 src/Model/Event.php:399
2019-01-12 10:51:36 +01:00
msgid "Thursday"
msgstr "Thursday"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/L10n.php:368 src/Model/Event.php:400
2019-01-12 10:51:36 +01:00
msgid "Friday"
msgstr "Friday"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/L10n.php:368 src/Model/Event.php:401
2019-01-12 10:51:36 +01:00
msgid "Saturday"
msgstr "Saturday"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/L10n.php:372 src/Model/Event.php:416
2019-01-12 10:51:36 +01:00
msgid "January"
msgstr "January"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/L10n.php:372 src/Model/Event.php:417
2019-01-12 10:51:36 +01:00
msgid "February"
msgstr "February"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/L10n.php:372 src/Model/Event.php:418
2019-01-12 10:51:36 +01:00
msgid "March"
msgstr "March"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/L10n.php:372 src/Model/Event.php:419
2019-01-12 10:51:36 +01:00
msgid "April"
msgstr "April"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/L10n.php:372 src/Core/L10n.php:391 src/Model/Event.php:407
2019-01-12 10:51:36 +01:00
msgid "May"
msgstr "May"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/L10n.php:372 src/Model/Event.php:420
2019-01-12 10:51:36 +01:00
msgid "June"
msgstr "June"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/L10n.php:372 src/Model/Event.php:421
2019-01-12 10:51:36 +01:00
msgid "July"
msgstr "July"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/L10n.php:372 src/Model/Event.php:422
2019-01-12 10:51:36 +01:00
msgid "August"
msgstr "August"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/L10n.php:372 src/Model/Event.php:423
2019-01-12 10:51:36 +01:00
msgid "September"
msgstr "September"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/L10n.php:372 src/Model/Event.php:424
2019-01-12 10:51:36 +01:00
msgid "October"
msgstr "October"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/L10n.php:372 src/Model/Event.php:425
2019-01-12 10:51:36 +01:00
msgid "November"
msgstr "November"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/L10n.php:372 src/Model/Event.php:426
2019-01-12 10:51:36 +01:00
msgid "December"
msgstr "December"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/L10n.php:387 src/Model/Event.php:388
2019-01-12 10:51:36 +01:00
msgid "Mon"
msgstr "Mon"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/L10n.php:387 src/Model/Event.php:389
2019-01-12 10:51:36 +01:00
msgid "Tue"
msgstr "Tue"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/L10n.php:387 src/Model/Event.php:390
2019-01-12 10:51:36 +01:00
msgid "Wed"
msgstr "Wed"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/L10n.php:387 src/Model/Event.php:391
2019-01-12 10:51:36 +01:00
msgid "Thu"
msgstr "Thu"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/L10n.php:387 src/Model/Event.php:392
2019-01-12 10:51:36 +01:00
msgid "Fri"
msgstr "Fri"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/L10n.php:387 src/Model/Event.php:393
2019-01-12 10:51:36 +01:00
msgid "Sat"
msgstr "Sat"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/L10n.php:387 src/Model/Event.php:387
2019-01-12 10:51:36 +01:00
msgid "Sun"
msgstr "Sun"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/L10n.php:391 src/Model/Event.php:403
2019-01-12 10:51:36 +01:00
msgid "Jan"
msgstr "Jan"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/L10n.php:391 src/Model/Event.php:404
2019-01-12 10:51:36 +01:00
msgid "Feb"
msgstr "Feb"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/L10n.php:391 src/Model/Event.php:405
2019-01-12 10:51:36 +01:00
msgid "Mar"
msgstr "Mar"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/L10n.php:391 src/Model/Event.php:406
2019-01-12 10:51:36 +01:00
msgid "Apr"
msgstr "Apr"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/L10n.php:391 src/Model/Event.php:409
2019-01-12 10:51:36 +01:00
msgid "Jul"
msgstr "Jul"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/L10n.php:391 src/Model/Event.php:410
2019-01-12 10:51:36 +01:00
msgid "Aug"
msgstr "Aug"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/L10n.php:391
2019-01-12 10:51:36 +01:00
msgid "Sep"
msgstr "Sep"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/L10n.php:391 src/Model/Event.php:412
2019-01-12 10:51:36 +01:00
msgid "Oct"
msgstr "Oct"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/L10n.php:391 src/Model/Event.php:413
2019-01-12 10:51:36 +01:00
msgid "Nov"
msgstr "Nov"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/L10n.php:391 src/Model/Event.php:414
2019-01-12 10:51:36 +01:00
msgid "Dec"
msgstr "Dec"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/L10n.php:410
2019-01-12 10:51:36 +01:00
msgid "poke"
msgstr "poke"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/L10n.php:410
2019-01-12 10:51:36 +01:00
msgid "poked"
msgstr "poked"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/L10n.php:411
2019-01-12 10:51:36 +01:00
msgid "ping"
msgstr "ping"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/L10n.php:411
2019-01-12 10:51:36 +01:00
msgid "pinged"
msgstr "pinged"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/L10n.php:412
2019-01-12 10:51:36 +01:00
msgid "prod"
msgstr "prod"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/L10n.php:412
2019-01-12 10:51:36 +01:00
msgid "prodded"
msgstr "prodded"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/L10n.php:413
2019-01-12 10:51:36 +01:00
msgid "slap"
msgstr "slap"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/L10n.php:413
2019-01-12 10:51:36 +01:00
msgid "slapped"
msgstr "slapped"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/L10n.php:414
2019-01-12 10:51:36 +01:00
msgid "finger"
msgstr "finger"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/L10n.php:414
2019-01-12 10:51:36 +01:00
msgid "fingered"
msgstr "fingered"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/L10n.php:415
2019-01-12 10:51:36 +01:00
msgid "rebuff"
msgstr "rebuff"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/L10n.php:415
2019-01-12 10:51:36 +01:00
msgid "rebuffed"
msgstr "rebuffed"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/NotificationsManager.php:175
2019-01-12 10:51:36 +01:00
msgid "System"
msgstr "System"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/NotificationsManager.php:265 src/Core/NotificationsManager.php:277
2019-01-12 10:51:36 +01:00
#, php-format
msgid "%s commented on %s's post"
msgstr "%s commented on %s's post"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/NotificationsManager.php:276
2019-01-12 10:51:36 +01:00
#, php-format
msgid "%s created a new post"
msgstr "%s posted something new"
2017-10-05 14:09:52 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/NotificationsManager.php:290
2019-01-12 10:51:36 +01:00
#, php-format
msgid "%s liked %s's post"
msgstr "%s liked %s's post"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/NotificationsManager.php:303
2019-01-12 10:51:36 +01:00
#, php-format
msgid "%s disliked %s's post"
msgstr "%s disliked %s's post"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/NotificationsManager.php:316
2019-01-12 10:51:36 +01:00
#, php-format
msgid "%s is attending %s's event"
msgstr "%s is going to %s's event"
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/NotificationsManager.php:329
2019-01-12 10:51:36 +01:00
#, php-format
msgid "%s is not attending %s's event"
msgstr "%s is not going to %s's event"
2017-05-29 10:35:04 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/NotificationsManager.php:342
2019-01-12 10:51:36 +01:00
#, php-format
msgid "%s may attend %s's event"
msgstr "%s may go to %s's event"
2017-10-05 14:09:52 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/NotificationsManager.php:375
2019-01-12 10:51:36 +01:00
#, php-format
msgid "%s is now friends with %s"
msgstr "%s is now friends with %s"
2017-10-05 14:09:52 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/NotificationsManager.php:651
2019-01-12 10:51:36 +01:00
msgid "Friend Suggestion"
msgstr "Friend suggestion"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/NotificationsManager.php:685
2019-01-12 10:51:36 +01:00
msgid "Friend/Connect Request"
msgstr "Friend/Contact request"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/NotificationsManager.php:685
2019-01-12 10:51:36 +01:00
msgid "New Follower"
msgstr "New follower"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/System.php:137
2019-01-12 18:38:54 +01:00
msgid "Error 400 - Bad Request"
msgstr "Error 400 - Bad Request"
2019-03-11 17:51:46 +01:00
#: src/Core/System.php:138
2019-01-12 18:38:54 +01:00
msgid "Error 401 - Unauthorized"
2019-03-11 17:51:46 +01:00
msgstr "Error 401 - Unauthorised"
2019-01-12 18:38:54 +01:00
2019-03-11 17:51:46 +01:00
#: src/Core/System.php:139
2019-01-12 18:38:54 +01:00
msgid "Error 403 - Forbidden"
msgstr "Error 403 - Forbidden"
2019-03-11 17:51:46 +01:00
#: src/Core/System.php:140
2019-01-12 18:38:54 +01:00
msgid "Error 404 - Not Found"
msgstr "Error 404 - Not Found"
2019-03-11 17:51:46 +01:00
#: src/Core/System.php:141
2019-01-12 18:38:54 +01:00
msgid "Error 500 - Internal Server Error"
msgstr "Error 500 - Internal Server Error"
2019-03-11 17:51:46 +01:00
#: src/Core/System.php:142
2019-01-12 18:38:54 +01:00
msgid "Error 503 - Service Unavailable"
msgstr "Error 503 - Service Unavailable"
2019-03-11 17:51:46 +01:00
#: src/Core/System.php:150
2019-01-12 18:38:54 +01:00
msgid ""
"The server cannot or will not process the request due to an apparent client "
"error."
msgstr "The server cannot process the request due to an apparent client error."
2019-03-11 17:51:46 +01:00
#: src/Core/System.php:151
2019-01-12 18:38:54 +01:00
msgid ""
"Authentication is required and has failed or has not yet been provided."
msgstr "Authentication is required and has failed or has not yet been provided."
2019-03-11 17:51:46 +01:00
#: src/Core/System.php:152
2019-01-12 18:38:54 +01:00
msgid ""
"The request was valid, but the server is refusing action. The user might not"
" have the necessary permissions for a resource, or may need an account."
msgstr "The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource, or may need an account."
2019-03-11 17:51:46 +01:00
#: src/Core/System.php:153
2019-01-12 18:38:54 +01:00
msgid ""
"The requested resource could not be found but may be available in the "
"future."
msgstr "The requested resource could not be found but may be available in the future."
2019-03-11 17:51:46 +01:00
#: src/Core/System.php:154
2019-01-12 18:38:54 +01:00
msgid ""
"An unexpected condition was encountered and no more specific message is "
"suitable."
msgstr "An unexpected condition was encountered and no more specific message is available."
2019-03-11 17:51:46 +01:00
#: src/Core/System.php:155
2019-01-12 18:38:54 +01:00
msgid ""
"The server is currently unavailable (because it is overloaded or down for "
"maintenance). Please try again later."
msgstr "The server is currently unavailable (because it is overloaded or down for maintenance). Please try again later."
2019-03-11 17:51:46 +01:00
#: src/Core/Update.php:168
2019-01-12 10:51:36 +01:00
#, php-format
msgid "Update %s failed. See error logs."
msgstr "Update %s failed. See error logs."
2017-09-27 07:10:12 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/Update.php:225
2019-01-12 10:51:36 +01:00
#, php-format
msgid ""
"\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."
msgstr "\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."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/Update.php:231
2019-01-12 10:51:36 +01:00
#, php-format
msgid ""
"The error message is\n"
"[pre]%s[/pre]"
msgstr "The error message is\n[pre]%s[/pre]"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/Update.php:260
2019-01-12 10:51:36 +01:00
#, php-format
msgid ""
"\n"
"\t\t\t\t\tThe friendica database was successfully updated from %s to %s."
2019-01-12 18:38:54 +01:00
msgstr "\n\t\t\t\t\tThe friendica database was successfully updated from %s to %s."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/UserImport.php:103
2019-01-12 10:51:36 +01:00
msgid "Error decoding account file"
msgstr "Error decoding account file"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/UserImport.php:109
2019-01-12 10:51:36 +01:00
msgid "Error! No version data in file! This is not a Friendica account file?"
msgstr "Error! No version data in file! Is this a Friendica account file?"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/UserImport.php:117
2019-01-12 10:51:36 +01:00
#, php-format
msgid "User '%s' already exists on this server!"
msgstr "User '%s' already exists on this server!"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/UserImport.php:153
2019-01-12 10:51:36 +01:00
msgid "User creation error"
msgstr "User creation error"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/UserImport.php:171
2019-01-12 10:51:36 +01:00
msgid "User profile creation error"
msgstr "User profile creation error"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/UserImport.php:215
2019-01-12 10:51:36 +01:00
#, php-format
msgid "%d contact not imported"
msgid_plural "%d contacts not imported"
msgstr[0] "%d contact not imported"
msgstr[1] "%d contacts not imported"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Core/UserImport.php:280
2019-01-12 10:51:36 +01:00
msgid "Done. You can now login with your username and password"
msgstr "Done. You can now login with your username and password"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Database/DBStructure.php:47
2019-01-12 10:51:36 +01:00
msgid "There are no tables on MyISAM."
msgstr "There are no tables on MyISAM."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Database/DBStructure.php:71
2019-01-12 10:51:36 +01:00
#, php-format
msgid ""
"\n"
"Error %d occurred during database update:\n"
"%s\n"
msgstr "\nError %d occurred during database update:\n%s\n"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Database/DBStructure.php:74
2019-01-12 10:51:36 +01:00
msgid "Errors encountered performing database changes: "
msgstr "Errors encountered performing database changes: "
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Database/DBStructure.php:263
2019-01-12 10:51:36 +01:00
#, php-format
msgid "%s: Database update"
msgstr "%s: Database update"
2017-05-29 10:35:04 +02:00
2019-03-11 17:51:46 +01:00
#: src/Database/DBStructure.php:524
2019-01-12 10:51:36 +01:00
#, php-format
msgid "%s: updating %s table."
msgstr "%s: updating %s table."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/LegacyModule.php:30
2019-01-12 10:51:36 +01:00
#, php-format
msgid "Legacy module file not found: %s"
2019-01-12 18:38:54 +01:00
msgstr "Legacy module file not found: %s"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Contact.php:1054
2019-01-12 10:51:36 +01:00
msgid "Drop Contact"
msgstr "Drop contact"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Contact.php:1526
2019-01-12 10:51:36 +01:00
msgid "Organisation"
msgstr "Organisation"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Contact.php:1530
2019-01-12 10:51:36 +01:00
msgid "News"
msgstr "News"
2019-03-11 17:51:46 +01:00
#: src/Model/Contact.php:1534
2019-01-12 10:51:36 +01:00
msgid "Forum"
msgstr "Forum"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Contact.php:1724
2019-01-12 10:51:36 +01:00
msgid "Connect URL missing."
msgstr "Connect URL missing."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Contact.php:1733
2019-01-12 10:51:36 +01:00
msgid ""
"The contact could not be added. Please check the relevant network "
"credentials in your Settings -> Social Networks page."
msgstr "The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Contact.php:1772
2019-01-12 10:51:36 +01:00
msgid ""
"This site is not configured to allow communications with other networks."
msgstr "This site is not configured to allow communications with other networks."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Contact.php:1773 src/Model/Contact.php:1786
2019-01-12 10:51:36 +01:00
msgid "No compatible communication protocols or feeds were discovered."
msgstr "No compatible communication protocols or feeds were discovered."
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Contact.php:1784
2019-01-12 10:51:36 +01:00
msgid "The profile address specified does not provide adequate information."
msgstr "The profile address specified does not provide adequate information."
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Contact.php:1789
2019-01-12 10:51:36 +01:00
msgid "An author or name was not found."
msgstr "An author or name was not found."
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Contact.php:1792
2019-01-12 10:51:36 +01:00
msgid "No browser URL could be matched to this address."
msgstr "No browser URL could be matched to this address."
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Contact.php:1795
2019-01-12 10:51:36 +01:00
msgid ""
"Unable to match @-style Identity Address with a known protocol or email "
"contact."
msgstr "Unable to match @-style identity address with a known protocol or email contact."
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Contact.php:1796
2019-01-12 10:51:36 +01:00
msgid "Use mailto: in front of address to force email check."
msgstr "Use mailto: in front of address to force email check."
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Contact.php:1802
2019-01-12 10:51:36 +01:00
msgid ""
"The profile address specified belongs to a network which has been disabled "
"on this site."
msgstr "The profile address specified belongs to a network which has been disabled on this site."
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Contact.php:1807
2019-01-12 10:51:36 +01:00
msgid ""
"Limited profile. This person will be unable to receive direct/personal "
"notifications from you."
msgstr "Limited profile: This person will be unable to receive direct/private messages from you."
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Contact.php:1860
2019-01-12 10:51:36 +01:00
msgid "Unable to retrieve contact information."
msgstr "Unable to retrieve contact information."
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Event.php:61 src/Model/Event.php:78 src/Model/Event.php:435
#: src/Model/Event.php:915
2019-01-12 10:51:36 +01:00
msgid "Starts:"
msgstr "Starts:"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Event.php:64 src/Model/Event.php:84 src/Model/Event.php:436
#: src/Model/Event.php:919
2019-01-12 10:51:36 +01:00
msgid "Finishes:"
msgstr "Finishes:"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Event.php:385
2019-01-12 10:51:36 +01:00
msgid "all-day"
msgstr "All-day"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Event.php:408
2019-01-12 10:51:36 +01:00
msgid "Jun"
msgstr "Jun"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Event.php:411
2019-01-12 10:51:36 +01:00
msgid "Sept"
msgstr "Sep"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Event.php:433
2019-01-12 10:51:36 +01:00
msgid "No events to display"
msgstr "No events to display"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Event.php:561
2019-01-12 10:51:36 +01:00
msgid "l, F j"
msgstr "l, F j"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Event.php:592
2019-01-12 10:51:36 +01:00
msgid "Edit event"
msgstr "Edit event"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Event.php:593
2019-01-12 10:51:36 +01:00
msgid "Duplicate event"
msgstr "Duplicate event"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Event.php:594
2019-01-12 10:51:36 +01:00
msgid "Delete event"
msgstr "Delete event"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Event.php:626 src/Model/Item.php:3554 src/Model/Item.php:3561
2019-01-12 10:51:36 +01:00
msgid "link to source"
msgstr "Link to source"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Event.php:848
2019-01-12 10:51:36 +01:00
msgid "D g:i A"
msgstr "D g:i A"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Event.php:849
2019-01-12 10:51:36 +01:00
msgid "g:i A"
msgstr "g:i A"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Event.php:934 src/Model/Event.php:936
2019-01-12 10:51:36 +01:00
msgid "Show map"
msgstr "Show map"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Event.php:935
2019-01-12 10:51:36 +01:00
msgid "Hide map"
msgstr "Hide map"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Event.php:1027
2019-01-12 10:51:36 +01:00
#, php-format
msgid "%s's birthday"
msgstr "%s's birthday"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Event.php:1028
2019-01-12 10:51:36 +01:00
#, php-format
msgid "Happy Birthday %s"
msgstr "Happy Birthday, %s!"
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/FileTag.php:256
2019-01-12 10:51:36 +01:00
msgid "Item filed"
msgstr "Item filed"
2017-05-23 15:05:40 +02:00
2019-01-12 18:38:54 +01:00
#: src/Model/Group.php:43
2018-04-09 10:17:25 +02:00
msgid ""
2019-01-12 10:51:36 +01:00
"A deleted group with this name was revived. Existing item permissions "
"<strong>may</strong> apply to this group and any future members. If this is "
"not what you intended, please create another group with a different name."
msgstr "A deleted group with this name has been revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Group.php:338
2019-01-12 10:51:36 +01:00
msgid "Default privacy group for new contacts"
msgstr "Default privacy group for new contacts"
2017-12-08 09:42:24 +01:00
2019-03-11 17:51:46 +01:00
#: src/Model/Group.php:370
2019-01-12 10:51:36 +01:00
msgid "Everybody"
msgstr "Everybody"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Group.php:390
2019-01-12 10:51:36 +01:00
msgid "edit"
msgstr "edit"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Group.php:419
2019-01-12 10:51:36 +01:00
msgid "Edit group"
msgstr "Edit group"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Group.php:422
2019-01-12 10:51:36 +01:00
msgid "Create a new group"
msgstr "Create new group"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Group.php:424
2019-01-12 10:51:36 +01:00
msgid "Edit groups"
msgstr "Edit groups"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Item.php:3287
2019-01-12 10:51:36 +01:00
msgid "activity"
msgstr "activity"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Item.php:3289 src/Object/Post.php:470
2019-01-12 10:51:36 +01:00
msgid "comment"
msgid_plural "comments"
msgstr[0] "comment"
msgstr[1] "comments"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Item.php:3292
2019-01-12 10:51:36 +01:00
msgid "post"
msgstr "post"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Item.php:3391
2019-01-12 10:51:36 +01:00
#, php-format
msgid "Content warning: %s"
msgstr "Content warning: %s"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Item.php:3470
2019-01-12 10:51:36 +01:00
msgid "bytes"
msgstr "bytes"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Item.php:3548
2019-01-12 10:51:36 +01:00
msgid "View on separate page"
msgstr "View on separate page"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Item.php:3549
2019-01-12 10:51:36 +01:00
msgid "view on separate page"
msgstr "view on separate page"
2017-08-23 14:53:37 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Mail.php:40 src/Model/Mail.php:175
2019-01-12 10:51:36 +01:00
msgid "[no subject]"
msgstr "[no subject]"
2017-08-23 14:53:37 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Profile.php:115
2019-01-12 10:51:36 +01:00
msgid "Requested account is not available."
msgstr "Requested account is unavailable."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Profile.php:133
2019-01-12 18:38:54 +01:00
msgid "Requested profile is not available."
msgstr "Requested profile is unavailable."
2019-03-11 17:51:46 +01:00
#: src/Model/Profile.php:181 src/Model/Profile.php:425
#: src/Model/Profile.php:872
2019-01-12 10:51:36 +01:00
msgid "Edit profile"
msgstr "Edit profile"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Profile.php:359
2019-01-12 10:51:36 +01:00
msgid "Atom feed"
msgstr "Atom feed"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Profile.php:398
2019-01-12 10:51:36 +01:00
msgid "Manage/edit profiles"
msgstr "Manage/Edit profiles"
2017-05-29 10:35:04 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Profile.php:450 src/Module/Contact.php:645
2019-01-12 10:51:36 +01:00
msgid "XMPP:"
msgstr "XMPP:"
2017-05-29 10:35:04 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Profile.php:573 src/Model/Profile.php:671
2019-01-12 10:51:36 +01:00
msgid "g A l F d"
msgstr "g A l F d"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Profile.php:574
2019-01-12 10:51:36 +01:00
msgid "F d"
msgstr "F d"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Profile.php:636 src/Model/Profile.php:722
2019-01-12 10:51:36 +01:00
msgid "[today]"
msgstr "[today]"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Profile.php:647
2019-01-12 10:51:36 +01:00
msgid "Birthday Reminders"
msgstr "Birthday reminders"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Profile.php:648
2019-01-12 10:51:36 +01:00
msgid "Birthdays this week:"
msgstr "Birthdays this week:"
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Profile.php:709
2019-01-12 10:51:36 +01:00
msgid "[No description]"
msgstr "[No description]"
2019-03-11 17:51:46 +01:00
#: src/Model/Profile.php:736
2019-01-12 10:51:36 +01:00
msgid "Event Reminders"
msgstr "Event reminders"
2019-03-11 17:51:46 +01:00
#: src/Model/Profile.php:737
2019-01-12 10:51:36 +01:00
msgid "Upcoming events the next 7 days:"
2019-01-12 18:38:54 +01:00
msgstr "Upcoming events the next 7 days:"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Profile.php:754
2019-01-12 10:51:36 +01:00
msgid "Member since:"
msgstr "Member since:"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Profile.php:762
2019-01-12 10:51:36 +01:00
msgid "j F, Y"
msgstr "j F, Y"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Profile.php:763
2019-01-12 10:51:36 +01:00
msgid "j F"
msgstr "j F"
2017-12-08 09:42:24 +01:00
2019-03-11 17:51:46 +01:00
#: src/Model/Profile.php:771 src/Util/Temporal.php:147
2019-01-12 10:51:36 +01:00
msgid "Birthday:"
msgstr "Birthday:"
2017-12-08 09:42:24 +01:00
2019-03-11 17:51:46 +01:00
#: src/Model/Profile.php:778
2019-01-12 10:51:36 +01:00
msgid "Age:"
msgstr "Age:"
2017-08-23 14:53:37 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Profile.php:791
2019-01-12 10:51:36 +01:00
#, php-format
msgid "for %1$d %2$s"
msgstr "for %1$d %2$s"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Profile.php:815
2019-01-12 10:51:36 +01:00
msgid "Religion:"
msgstr "Religion:"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Profile.php:823
2019-01-12 10:51:36 +01:00
msgid "Hobbies/Interests:"
msgstr "Hobbies/Interests:"
2017-12-08 09:42:24 +01:00
2019-03-11 17:51:46 +01:00
#: src/Model/Profile.php:835
2019-01-12 10:51:36 +01:00
msgid "Contact information and Social Networks:"
msgstr "Contact information and social networks:"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Profile.php:839
2019-01-12 10:51:36 +01:00
msgid "Musical interests:"
msgstr "Music:"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Profile.php:843
2019-01-12 10:51:36 +01:00
msgid "Books, literature:"
msgstr "Books/Literature:"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Profile.php:847
2019-01-12 10:51:36 +01:00
msgid "Television:"
msgstr "Television:"
2017-05-29 10:35:04 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Profile.php:851
2019-01-12 10:51:36 +01:00
msgid "Film/dance/culture/entertainment:"
msgstr "Arts, culture, entertainment:"
2017-05-29 10:35:04 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Profile.php:855
2019-01-12 10:51:36 +01:00
msgid "Love/Romance:"
msgstr "Love/Romance:"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Profile.php:859
2019-01-12 10:51:36 +01:00
msgid "Work/employment:"
msgstr "Work/Employment:"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Profile.php:863
2019-01-12 10:51:36 +01:00
msgid "School/education:"
msgstr "School/Education:"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Profile.php:868
2019-01-12 10:51:36 +01:00
msgid "Forums:"
msgstr "Forums:"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Profile.php:912 src/Module/Contact.php:872
2019-01-12 10:51:36 +01:00
msgid "Profile Details"
msgstr "Profile Details"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Profile.php:962
2019-01-12 10:51:36 +01:00
msgid "Only You Can See This"
msgstr "Only you can see this."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Profile.php:970 src/Model/Profile.php:973
2019-01-12 10:51:36 +01:00
msgid "Tips for New Members"
msgstr "Tips for New Members"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Profile.php:1150
2019-01-12 10:51:36 +01:00
#, php-format
msgid "OpenWebAuth: %1$s welcomes %2$s"
2019-01-12 18:38:54 +01:00
msgstr "OpenWebAuth: %1$s welcomes %2$s"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/Storage/Database.php:36
#, php-format
msgid "Database storage failed to update %s"
msgstr "Database storage failed to update %s"
#: src/Model/Storage/Database.php:43
msgid "Database storage failed to insert data"
msgstr "Database storage failed to insert data"
#: src/Model/Storage/Filesystem.php:63
#, php-format
msgid "Filesystem storage failed to create \"%s\". Check you write permissions."
msgstr "Filesystem storage failed to create \"%s\". Check you write permissions."
#: src/Model/Storage/Filesystem.php:105
#, php-format
msgid ""
"Filesystem storage failed to save data to \"%s\". Check your write "
"permissions"
msgstr "Filesystem storage failed to save data to \"%s\". Check your write permissions"
#: src/Model/Storage/Filesystem.php:126
msgid "Storage base path"
msgstr "Storage base path"
#: src/Model/Storage/Filesystem.php:128
msgid ""
"Folder where uploaded files are saved. For maximum security, This should be "
"a path outside web server folder tree"
msgstr "Folder where uploaded files are saved. For maximum security, this should be a path outside web server folder tree"
#: src/Model/Storage/Filesystem.php:138
msgid "Enter a valid existing folder"
msgstr "Enter a valid existing folder"
#: src/Model/User.php:271
2019-01-12 10:51:36 +01:00
msgid "Login failed"
msgstr "Login failed"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/User.php:302
2019-01-12 10:51:36 +01:00
msgid "Not enough information to authenticate"
msgstr "Not enough information to authenticate"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/User.php:380
2019-01-12 18:38:54 +01:00
msgid "Password can't be empty"
msgstr "Password can't be empty"
2019-03-11 17:51:46 +01:00
#: src/Model/User.php:399
2019-01-12 18:38:54 +01:00
msgid "Empty passwords are not allowed."
msgstr "Empty passwords are not allowed."
2019-03-11 17:51:46 +01:00
#: src/Model/User.php:403
2019-01-12 18:38:54 +01:00
msgid ""
"The new password has been exposed in a public data dump, please choose "
"another."
msgstr "The new password has been exposed in a public data dump; please choose another."
2019-03-11 17:51:46 +01:00
#: src/Model/User.php:409
2019-01-12 18:38:54 +01:00
msgid ""
"The password can't contain accentuated letters, white spaces or colons (:)"
msgstr "The password can't contain accentuated letters, white spaces or colons"
2019-03-11 17:51:46 +01:00
#: src/Model/User.php:509
2019-01-12 18:38:54 +01:00
msgid "Passwords do not match. Password unchanged."
msgstr "Passwords do not match. Password unchanged."
2019-03-11 17:51:46 +01:00
#: src/Model/User.php:516
2019-01-12 10:51:36 +01:00
msgid "An invitation is required."
msgstr "An invitation is required."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/User.php:520
2019-01-12 10:51:36 +01:00
msgid "Invitation could not be verified."
msgstr "Invitation could not be verified."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/User.php:527
2019-01-12 10:51:36 +01:00
msgid "Invalid OpenID url"
msgstr "Invalid OpenID URL"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/User.php:540 src/Module/Login.php:106
2019-01-12 10:51:36 +01:00
msgid ""
"We encountered a problem while logging in with the OpenID you provided. "
"Please check the correct spelling of the ID."
msgstr "We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/User.php:540 src/Module/Login.php:106
2019-01-12 10:51:36 +01:00
msgid "The error message was:"
msgstr "The error message was:"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/User.php:546
2019-01-12 10:51:36 +01:00
msgid "Please enter the required information."
msgstr "Please enter the required information."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/User.php:560
2019-01-12 10:51:36 +01:00
#, php-format
msgid ""
"system.username_min_length (%s) and system.username_max_length (%s) are "
"excluding each other, swapping values."
2019-01-12 18:38:54 +01:00
msgstr "system.username_min_length (%s) and system.username_max_length (%s) are excluding each other, swapping values."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/User.php:567
2019-01-12 10:51:36 +01:00
#, php-format
msgid "Username should be at least %s character."
msgid_plural "Username should be at least %s characters."
2019-01-12 18:38:54 +01:00
msgstr[0] "Username should be at least %s character."
msgstr[1] "Username should be at least %s characters."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/User.php:571
2019-01-12 10:51:36 +01:00
#, php-format
msgid "Username should be at most %s character."
msgid_plural "Username should be at most %s characters."
2019-01-12 18:38:54 +01:00
msgstr[0] "Username should be at most %s character."
msgstr[1] "Username should be at most %s characters."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/User.php:579
2019-01-12 10:51:36 +01:00
msgid "That doesn't appear to be your full (First Last) name."
msgstr "That doesn't appear to be your full (i.e first and last) name."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/User.php:584
2019-01-12 10:51:36 +01:00
msgid "Your email domain is not among those allowed on this site."
msgstr "Your email domain is not allowed on this site."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/User.php:588
2019-01-12 10:51:36 +01:00
msgid "Not a valid email address."
msgstr "Not a valid email address."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/User.php:591
2019-01-12 10:51:36 +01:00
msgid "The nickname was blocked from registration by the nodes admin."
2019-01-12 18:38:54 +01:00
msgstr "The nickname was blocked from registration by the nodes admin."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/User.php:595 src/Model/User.php:603
2019-01-12 10:51:36 +01:00
msgid "Cannot use that email."
msgstr "Cannot use that email."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/User.php:610
2019-01-12 10:51:36 +01:00
msgid "Your nickname can only contain a-z, 0-9 and _."
msgstr "Your nickname can only contain a-z, 0-9 and _."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/User.php:617 src/Model/User.php:674
2019-01-12 10:51:36 +01:00
msgid "Nickname is already registered. Please choose another."
msgstr "Nickname is already registered. Please choose another."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/User.php:627
2019-01-12 10:51:36 +01:00
msgid "SERIOUS ERROR: Generation of security keys failed."
msgstr "SERIOUS ERROR: Generation of security keys failed."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/User.php:661 src/Model/User.php:665
2019-01-12 10:51:36 +01:00
msgid "An error occurred during registration. Please try again."
msgstr "An error occurred during registration. Please try again."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/User.php:685 view/theme/duepuntozero/config.php:55
2019-01-12 10:51:36 +01:00
msgid "default"
msgstr "default"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/User.php:690
2019-01-12 10:51:36 +01:00
msgid "An error occurred creating your default profile. Please try again."
msgstr "An error occurred creating your default profile. Please try again."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/User.php:697
2019-01-12 10:51:36 +01:00
msgid "An error occurred creating your self contact. Please try again."
msgstr "An error occurred creating your self-contact. Please try again."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/User.php:706
2019-01-12 10:51:36 +01:00
msgid ""
"An error occurred creating your default contact group. Please try again."
msgstr "An error occurred while creating your default contact group. Please try again."
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/User.php:782
2018-02-16 10:33:10 +01:00
#, php-format
2017-12-08 09:42:24 +01:00
msgid ""
2018-02-16 10:33:10 +01:00
"\n"
2019-01-12 10:51:36 +01:00
"\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"
"\n"
"\t\t\tYour login details are as follows:\n"
"\n"
"\t\t\tSite Location:\t%3$s\n"
"\t\t\tLogin Name:\t\t%4$s\n"
"\t\t\tPassword:\t\t%5$s\n"
"\t\t"
2019-01-12 18:38:54 +01:00
msgstr "\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\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%3$s\n\t\t\tLogin Name:\t\t%4$s\n\t\t\tPassword:\t\t%5$s\n\t\t"
2017-05-23 15:05:40 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/User.php:799
2018-02-16 10:33:10 +01:00
#, php-format
2019-01-12 10:51:36 +01:00
msgid "Registration at %s"
msgstr "Registration at %s"
2017-07-31 16:18:22 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/User.php:818
2018-02-16 10:33:10 +01:00
#, php-format
msgid ""
"\n"
2019-01-12 10:51:36 +01:00
"\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 "\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"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Model/User.php:824
2018-05-21 16:08:07 +02:00
#, php-format
2019-01-12 10:51:36 +01:00
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 "\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."
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Module/Attach.php:36 src/Module/Attach.php:48
msgid "Item was not found."
msgstr "Item was not found."
#: src/Module/Contact.php:166
2018-05-21 16:08:07 +02:00
#, php-format
2019-01-12 10:51:36 +01:00
msgid "%d contact edited."
msgid_plural "%d contacts edited."
msgstr[0] "%d contact edited."
msgstr[1] "%d contacts edited."
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:191 src/Module/Contact.php:374
2019-01-12 10:51:36 +01:00
msgid "Could not access contact record."
msgstr "Could not access contact record."
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:201
2019-01-12 10:51:36 +01:00
msgid "Could not locate selected profile."
msgstr "Could not locate selected profile."
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:233
2019-01-12 10:51:36 +01:00
msgid "Contact updated."
msgstr "Contact updated."
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:395
2019-01-12 10:51:36 +01:00
msgid "Contact has been blocked"
msgstr "Contact has been blocked"
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:395
2019-01-12 10:51:36 +01:00
msgid "Contact has been unblocked"
msgstr "Contact has been unblocked"
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:405
2019-01-12 10:51:36 +01:00
msgid "Contact has been ignored"
msgstr "Contact has been ignored"
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:405
2019-01-12 10:51:36 +01:00
msgid "Contact has been unignored"
msgstr "Contact has been unignored"
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:415
2019-01-12 10:51:36 +01:00
msgid "Contact has been archived"
msgstr "Contact has been archived"
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:415
2019-01-12 10:51:36 +01:00
msgid "Contact has been unarchived"
msgstr "Contact has been unarchived"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:439
2019-01-12 10:51:36 +01:00
msgid "Drop contact"
msgstr "Drop contact"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:442 src/Module/Contact.php:820
2019-01-12 10:51:36 +01:00
msgid "Do you really want to delete this contact?"
msgstr "Do you really want to delete this contact?"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:456
2019-01-12 10:51:36 +01:00
msgid "Contact has been removed."
msgstr "Contact has been removed."
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:486
2019-01-12 10:51:36 +01:00
#, php-format
msgid "You are mutual friends with %s"
msgstr "You are mutual friends with %s"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:491
2019-01-12 10:51:36 +01:00
#, php-format
msgid "You are sharing with %s"
msgstr "You are sharing with %s"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:496
2019-01-12 10:51:36 +01:00
#, php-format
msgid "%s is sharing with you"
msgstr "%s is sharing with you"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:520
2019-01-12 10:51:36 +01:00
msgid "Private communications are not available for this contact."
msgstr "Private communications are not available for this contact."
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:522
2019-01-12 10:51:36 +01:00
msgid "Never"
msgstr "Never"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:525
2019-01-12 10:51:36 +01:00
msgid "(Update was successful)"
msgstr "(Update was successful)"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:525
2019-01-12 10:51:36 +01:00
msgid "(Update was not successful)"
msgstr "(Update was not successful)"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:527 src/Module/Contact.php:1058
2019-01-12 10:51:36 +01:00
msgid "Suggest friends"
msgstr "Suggest friends"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:531
2019-01-12 10:51:36 +01:00
#, php-format
msgid "Network type: %s"
msgstr "Network type: %s"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:536
2019-01-12 10:51:36 +01:00
msgid "Communications lost with this contact!"
msgstr "Communications lost with this contact!"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:542
2019-01-12 10:51:36 +01:00
msgid "Fetch further information for feeds"
msgstr "Fetch further information for feeds"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:544
2019-01-12 10:51:36 +01:00
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 "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."
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:547
2019-01-12 10:51:36 +01:00
msgid "Fetch information"
msgstr "Fetch information"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:548
2019-01-12 10:51:36 +01:00
msgid "Fetch keywords"
msgstr "Fetch keywords"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:549
2019-01-12 10:51:36 +01:00
msgid "Fetch information and keywords"
msgstr "Fetch information and keywords"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:581
2019-01-12 10:51:36 +01:00
msgid "Profile Visibility"
msgstr "Profile visibility"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:582
2019-01-12 10:51:36 +01:00
msgid "Contact Information / Notes"
msgstr "Personal note"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:583
2019-01-12 10:51:36 +01:00
msgid "Contact Settings"
msgstr "Notification and privacy "
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:592
2019-01-12 10:51:36 +01:00
msgid "Contact"
msgstr "Contact"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:596
2019-01-12 10:51:36 +01:00
#, php-format
msgid ""
"Please choose the profile you would like to display to %s when viewing your "
"profile securely."
msgstr "Please choose the profile you would like to display to %s when viewing your profile securely."
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:598
2019-01-12 10:51:36 +01:00
msgid "Their personal note"
msgstr "Their personal note"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:600
2019-01-12 10:51:36 +01:00
msgid "Edit contact notes"
msgstr "Edit contact notes"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:604
2019-01-12 10:51:36 +01:00
msgid "Block/Unblock contact"
msgstr "Block/Unblock contact"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:605
2019-01-12 10:51:36 +01:00
msgid "Ignore contact"
msgstr "Ignore contact"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:606
2019-01-12 10:51:36 +01:00
msgid "Repair URL settings"
msgstr "Repair URL settings"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:607
2019-01-12 10:51:36 +01:00
msgid "View conversations"
msgstr "View conversations"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:612
2019-01-12 10:51:36 +01:00
msgid "Last update:"
msgstr "Last update:"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:614
2019-01-12 10:51:36 +01:00
msgid "Update public posts"
msgstr "Update public posts"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:616 src/Module/Contact.php:1068
2019-01-12 10:51:36 +01:00
msgid "Update now"
msgstr "Update now"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:622 src/Module/Contact.php:825
#: src/Module/Contact.php:1085
2019-01-12 10:51:36 +01:00
msgid "Unignore"
msgstr "Unignore"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:626
2019-01-12 10:51:36 +01:00
msgid "Currently blocked"
msgstr "Currently blocked"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:627
2019-01-12 10:51:36 +01:00
msgid "Currently ignored"
msgstr "Currently ignored"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:628
2019-01-12 10:51:36 +01:00
msgid "Currently archived"
msgstr "Currently archived"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:629
2019-01-12 10:51:36 +01:00
msgid "Awaiting connection acknowledge"
msgstr "Awaiting connection acknowledgement "
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:630
2019-01-12 10:51:36 +01:00
msgid ""
"Replies/likes to your public posts <strong>may</strong> still be visible"
msgstr "Replies/Likes to your public posts <strong>may</strong> still be visible"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:631
2019-01-12 10:51:36 +01:00
msgid "Notification for new posts"
msgstr "Notification for new posts"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:631
2019-01-12 10:51:36 +01:00
msgid "Send a notification of every new post of this contact"
msgstr "Send notification for every new post from this contact"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:633
2019-01-12 10:51:36 +01:00
msgid "Blacklisted keywords"
msgstr "Blacklisted keywords"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:633
2019-01-12 10:51:36 +01:00
msgid ""
"Comma separated list of keywords that should not be converted to hashtags, "
"when \"Fetch information and keywords\" is selected"
msgstr "Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:650
2019-01-12 10:51:36 +01:00
msgid "Actions"
msgstr "Actions"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:696
2019-01-12 10:51:36 +01:00
msgid "Suggestions"
msgstr "Suggestions"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:699
2019-01-12 10:51:36 +01:00
msgid "Suggest potential friends"
msgstr "Suggest potential friends"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:707
2019-01-12 10:51:36 +01:00
msgid "Show all contacts"
msgstr "Show all contacts"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:712
2019-01-12 10:51:36 +01:00
msgid "Unblocked"
msgstr "Unblocked"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:715
2019-01-12 10:51:36 +01:00
msgid "Only show unblocked contacts"
msgstr "Only show unblocked contacts"
2018-03-07 17:30:08 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:720
2019-01-12 10:51:36 +01:00
msgid "Blocked"
msgstr "Blocked"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:723
2019-01-12 10:51:36 +01:00
msgid "Only show blocked contacts"
msgstr "Only show blocked contacts"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:728
2019-01-12 10:51:36 +01:00
msgid "Ignored"
msgstr "Ignored"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:731
2019-01-12 10:51:36 +01:00
msgid "Only show ignored contacts"
msgstr "Only show ignored contacts"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:736
2019-01-12 10:51:36 +01:00
msgid "Archived"
msgstr "Archived"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:739
2019-01-12 10:51:36 +01:00
msgid "Only show archived contacts"
msgstr "Only show archived contacts"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:744
2019-01-12 10:51:36 +01:00
msgid "Hidden"
msgstr "Hidden"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:747
2019-01-12 10:51:36 +01:00
msgid "Only show hidden contacts"
msgstr "Only show hidden contacts"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:755
2019-01-12 10:51:36 +01:00
msgid "Organize your contact groups"
2019-01-12 18:38:54 +01:00
msgstr "Organise your contact groups"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:815
2019-01-12 10:51:36 +01:00
msgid "Search your contacts"
msgstr "Search your contacts"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:826 src/Module/Contact.php:1094
2019-01-12 10:51:36 +01:00
msgid "Archive"
msgstr "Archive"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:826 src/Module/Contact.php:1094
2019-01-12 10:51:36 +01:00
msgid "Unarchive"
msgstr "Unarchive"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:829
2019-01-12 10:51:36 +01:00
msgid "Batch Actions"
msgstr "Batch actions"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:856
2019-01-12 10:51:36 +01:00
msgid "Conversations started by this contact"
2019-01-12 18:38:54 +01:00
msgstr "Conversations started by this contact"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:861
2019-01-12 10:51:36 +01:00
msgid "Posts and Comments"
2019-01-12 18:38:54 +01:00
msgstr "Posts and Comments"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:884
2019-01-12 10:51:36 +01:00
msgid "View all contacts"
msgstr "View all contacts"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:895
2019-01-12 10:51:36 +01:00
msgid "View all common friends"
msgstr "View all common friends"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:905
2019-01-12 10:51:36 +01:00
msgid "Advanced Contact Settings"
msgstr "Advanced contact settings"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:991
2019-01-12 10:51:36 +01:00
msgid "Mutual Friendship"
msgstr "Mutual friendship"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:996
2019-01-12 10:51:36 +01:00
msgid "is a fan of yours"
msgstr "is a fan of yours"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:1001
2019-01-12 10:51:36 +01:00
msgid "you are a fan of"
msgstr "I follow them"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:1025
2019-01-12 10:51:36 +01:00
msgid "Edit contact"
msgstr "Edit contact"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:1079
2019-01-12 10:51:36 +01:00
msgid "Toggle Blocked status"
msgstr "Toggle blocked status"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:1087
2019-01-12 10:51:36 +01:00
msgid "Toggle Ignored status"
msgstr "Toggle ignored status"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:1096
2019-01-12 10:51:36 +01:00
msgid "Toggle Archive status"
msgstr "Toggle archive status"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Contact.php:1104
2019-01-12 10:51:36 +01:00
msgid "Delete contact"
msgstr "Delete contact"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Module/Install.php:118
2019-01-12 10:51:36 +01:00
msgid "Friendica Communications Server - Setup"
2019-01-12 18:38:54 +01:00
msgstr "Friendica Communications Server - Setup"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Module/Install.php:129
2019-01-12 10:51:36 +01:00
msgid "System check"
msgstr "System check"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Module/Install.php:134
2019-01-12 10:51:36 +01:00
msgid "Check again"
msgstr "Check again"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Module/Install.php:151
2019-01-12 10:51:36 +01:00
msgid "Database connection"
msgstr "Database connection"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Module/Install.php:152
2018-05-21 16:08:07 +02:00
msgid ""
2019-01-12 10:51:36 +01:00
"In order to install Friendica we need to know how to connect to your "
"database."
msgstr "In order to install Friendica we need to know how to connect to your database."
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Module/Install.php:153
2018-05-21 16:08:07 +02:00
msgid ""
2019-01-12 10:51:36 +01:00
"Please contact your hosting provider or site administrator if you have "
"questions about these settings."
msgstr "Please contact your hosting provider or site administrator if you have questions about these settings."
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Module/Install.php:154
2019-01-12 10:51:36 +01:00
msgid ""
"The database you specify below should already exist. If it does not, please "
"create it before continuing."
msgstr "The database you specify below should already exist. If it does not, please create it before continuing."
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Module/Install.php:157
2019-01-12 10:51:36 +01:00
msgid "Database Server Name"
msgstr "Database server name"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Module/Install.php:162
2019-01-12 10:51:36 +01:00
msgid "Database Login Name"
msgstr "Database login name"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Module/Install.php:168
2019-01-12 10:51:36 +01:00
msgid "Database Login Password"
msgstr "Database login password"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Module/Install.php:170
2019-01-12 10:51:36 +01:00
msgid "For security reasons the password must not be empty"
msgstr "For security reasons the password must not be empty"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Module/Install.php:173
2019-01-12 10:51:36 +01:00
msgid "Database Name"
msgstr "Database name"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Module/Install.php:178 src/Module/Install.php:214
2019-01-12 10:51:36 +01:00
msgid "Site administrator email address"
msgstr "Site administrator email address"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Module/Install.php:180 src/Module/Install.php:214
2018-05-21 16:08:07 +02:00
msgid ""
2019-01-12 10:51:36 +01:00
"Your account email address must match this in order to use the web admin "
"panel."
msgstr "Your account email address must match this in order to use the web admin panel."
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Module/Install.php:184 src/Module/Install.php:215
2019-01-12 10:51:36 +01:00
msgid "Please select a default timezone for your website"
msgstr "Please select a default time zone for your website"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Module/Install.php:208
2019-01-12 10:51:36 +01:00
msgid "Site settings"
msgstr "Site settings"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Module/Install.php:217
2019-01-12 10:51:36 +01:00
msgid "System Language:"
msgstr "System language:"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Module/Install.php:219
2019-01-12 10:51:36 +01:00
msgid ""
"Set the default language for your Friendica installation interface and to "
"send emails."
msgstr "Set the default language for your Friendica installation interface and email communication."
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Module/Install.php:231
2019-01-12 10:51:36 +01:00
msgid "Your Friendica site database has been installed."
msgstr "Your Friendica site database has been installed."
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Module/Install.php:239
2019-01-12 10:51:36 +01:00
msgid "Installation finished"
2019-01-12 18:38:54 +01:00
msgstr "Installation finished"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Module/Install.php:261
2019-01-12 10:51:36 +01:00
msgid "<h1>What next</h1>"
msgstr "<h1>What next</h1>"
2017-12-08 09:42:24 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Install.php:262
2019-01-12 10:51:36 +01:00
msgid ""
"IMPORTANT: You will need to [manually] setup a scheduled task for the "
"worker."
msgstr "IMPORTANT: You will need to [manually] setup a scheduled task for the worker."
2018-02-16 10:33:10 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Install.php:265
2017-12-08 09:42:24 +01:00
#, php-format
2019-01-12 10:51:36 +01:00
msgid ""
"Go to your new Friendica node <a href=\"%s/register\">registration page</a> "
"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 "Go to your new Friendica node <a href=\"%s/register\">registration page</a> 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."
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: src/Module/Itemsource.php:41
2019-01-12 10:51:36 +01:00
msgid "Item Guid"
2019-01-12 18:38:54 +01:00
msgstr "Item Guid"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Module/Login.php:292
2018-05-21 16:08:07 +02:00
msgid "Create a New Account"
msgstr "Create a new account"
2019-03-11 17:51:46 +01:00
#: src/Module/Login.php:325
2018-05-21 16:08:07 +02:00
msgid "Password: "
msgstr "Password: "
2019-03-11 17:51:46 +01:00
#: src/Module/Login.php:326
2018-05-21 16:08:07 +02:00
msgid "Remember me"
msgstr "Remember me"
2019-03-11 17:51:46 +01:00
#: src/Module/Login.php:329
2018-05-21 16:08:07 +02:00
msgid "Or login using OpenID: "
msgstr "Or login with OpenID: "
2019-03-11 17:51:46 +01:00
#: src/Module/Login.php:335
2018-05-21 16:08:07 +02:00
msgid "Forgot your password?"
msgstr "Forgot your password?"
2019-03-11 17:51:46 +01:00
#: src/Module/Login.php:338
2018-05-21 16:08:07 +02:00
msgid "Website Terms of Service"
msgstr "Website Terms of Service"
2019-03-11 17:51:46 +01:00
#: src/Module/Login.php:339
2018-05-21 16:08:07 +02:00
msgid "terms of service"
msgstr "Terms of service"
2019-03-11 17:51:46 +01:00
#: src/Module/Login.php:341
2018-05-21 16:08:07 +02:00
msgid "Website Privacy Policy"
msgstr "Website Privacy Policy"
2019-03-11 17:51:46 +01:00
#: src/Module/Login.php:342
2018-05-21 16:08:07 +02:00
msgid "privacy policy"
msgstr "Privacy policy"
2019-01-12 18:38:54 +01:00
#: src/Module/Logout.php:27
2019-01-12 10:51:36 +01:00
msgid "Logged out."
msgstr "Logged out."
2019-03-11 17:51:46 +01:00
#: src/Module/Profile.php:102 src/Module/Profile.php:105
#: src/Protocol/OStatus.php:1302
#, php-format
msgid "%s's timeline"
msgstr "%s's timeline"
#: src/Module/Profile.php:103 src/Protocol/OStatus.php:1306
#, php-format
msgid "%s's posts"
msgstr "%s's posts"
#: src/Module/Profile.php:104 src/Protocol/OStatus.php:1309
#, php-format
msgid "%s's comments"
msgstr "%s's comments"
#: src/Module/Proxy.php:73
2019-01-12 10:51:36 +01:00
msgid "Bad Request."
2019-01-12 18:38:54 +01:00
msgstr "Bad request."
2019-01-12 10:51:36 +01:00
2019-03-11 17:51:46 +01:00
#: src/Module/Register.php:83
msgid ""
"You may (optionally) fill in this form via OpenID by supplying your OpenID "
"and clicking \"Register\"."
msgstr "You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking \"Register\"."
#: src/Module/Register.php:84
msgid ""
"If you are not familiar with OpenID, please leave that field blank and fill "
"in the rest of the items."
msgstr "If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."
#: src/Module/Register.php:85
msgid "Your OpenID (optional): "
msgstr "Your OpenID (optional): "
#: src/Module/Register.php:94
msgid "Include your profile in member directory?"
msgstr "Include your profile in member directory?"
#: src/Module/Register.php:117
msgid "Note for the admin"
msgstr "Note for the admin"
#: src/Module/Register.php:117
msgid "Leave a message for the admin, why you want to join this node"
msgstr "Leave a message for the admin, why you want to join this node."
#: src/Module/Register.php:118
msgid "Membership on this site is by invitation only."
msgstr "Membership on this site is by invitation only."
#: src/Module/Register.php:119
msgid "Your invitation code: "
msgstr "Your invitation code: "
#: src/Module/Register.php:127
msgid "Your Full Name (e.g. Joe Smith, real or real-looking): "
msgstr "Your full name: "
#: src/Module/Register.php:128
msgid ""
"Your Email Address: (Initial information will be send there, so this has to "
"be an existing address.)"
msgstr "Your Email Address: (Initial information will be send there; so this must be an existing address.)"
#: src/Module/Register.php:130
msgid "Leave empty for an auto generated password."
msgstr "Leave empty for an auto generated password."
#: src/Module/Register.php:132
#, php-format
msgid ""
"Choose a profile nickname. This must begin with a text character. Your "
"profile address on this site will then be \"<strong>nickname@%s</strong>\"."
msgstr "Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be \"<strong>nickname@%s</strong>\"."
#: src/Module/Register.php:133
msgid "Choose a nickname: "
msgstr "Choose a nickname: "
#: src/Module/Register.php:142
msgid "Import your profile to this friendica instance"
msgstr "Import an existing Friendica profile to this node."
#: src/Module/Register.php:150
msgid "Note: This node explicitly contains adult content"
msgstr "Note: This node explicitly contains adult content"
#: src/Module/Register.php:243
msgid ""
"Registration successful. Please check your email for further instructions."
msgstr "Registration successful. Please check your email for further instructions."
#: src/Module/Register.php:247
#, php-format
msgid ""
"Failed to send email message. Here your accout details:<br> login: %s<br> "
"password: %s<br><br>You can change your password after login."
msgstr "Failed to send email message. Here your account details:<br> login: %s<br> password: %s<br><br>You can change your password after login."
#: src/Module/Register.php:254
msgid "Registration successful."
msgstr "Registration successful."
#: src/Module/Register.php:259
msgid "Your registration can not be processed."
msgstr "Your registration cannot be processed."
#: src/Module/Register.php:305
msgid "Your registration is pending approval by the site owner."
msgstr "Your registration is pending approval by the site administrator."
#: src/Module/Tos.php:35 src/Module/Tos.php:77
2018-05-21 16:08:07 +02:00
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 "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."
2019-03-11 17:51:46 +01:00
#: src/Module/Tos.php:36 src/Module/Tos.php:78
2018-05-21 16:08:07 +02:00
msgid ""
"This data is required for communication and is passed on to the nodes of the"
" communication partners and is stored there. Users can enter additional "
"private data that may be transmitted to the communication partners accounts."
msgstr "This information is required for communication and is passed on to the nodes of the communication partners and stored there. Users can enter additional personal information that may be transmitted to the communication partner's accounts."
2019-03-11 17:51:46 +01:00
#: src/Module/Tos.php:37 src/Module/Tos.php:79
2018-05-21 16:08:07 +02:00
#, php-format
msgid ""
"At any point in time a logged in user can export their account data from the"
" <a href=\"%1$s/settings/uexport\">account settings</a>. If the user wants "
"to delete their account they can do so at <a "
"href=\"%1$s/removeme\">%1$s/removeme</a>. The deletion of the account will "
"be permanent. Deletion of the data will also be requested from the nodes of "
"the communication partners."
msgstr "At any point in time a logged in user can export their account data from the <a href=\"%1$s/settings/uexport\">account settings</a>. If the user wants to delete their account they can do so at <a href=\"%1$s/removeme\">%1$s/removeme</a>. The deletion of the account will be permanent. Deletion of the data will also be requested from the nodes of the communication partners."
2019-03-11 17:51:46 +01:00
#: src/Module/Tos.php:40 src/Module/Tos.php:76
2018-05-21 16:08:07 +02:00
msgid "Privacy Statement"
msgstr "Privacy Statement"
2019-03-11 17:51:46 +01:00
#: src/Object/Post.php:136
2017-12-08 09:42:24 +01:00
msgid "This entry was edited"
msgstr "This entry was edited"
2019-03-11 17:51:46 +01:00
#: src/Object/Post.php:198
2019-01-12 10:51:36 +01:00
msgid "Delete locally"
2019-01-12 18:38:54 +01:00
msgstr "Delete locally"
2019-01-12 10:51:36 +01:00
2019-03-11 17:51:46 +01:00
#: src/Object/Post.php:201
2019-01-12 10:51:36 +01:00
msgid "Delete globally"
2019-01-12 18:38:54 +01:00
msgstr "Delete globally"
2018-05-21 16:08:07 +02:00
2019-03-11 17:51:46 +01:00
#: src/Object/Post.php:201
2019-01-12 10:51:36 +01:00
msgid "Remove locally"
2019-01-12 18:38:54 +01:00
msgstr "Remove locally"
2019-01-12 10:51:36 +01:00
2019-03-11 17:51:46 +01:00
#: src/Object/Post.php:215
2017-12-08 09:42:24 +01:00
msgid "save to folder"
msgstr "Save to folder"
2019-03-11 17:51:46 +01:00
#: src/Object/Post.php:250
2017-12-08 09:42:24 +01:00
msgid "I will attend"
msgstr "I will attend"
2019-03-11 17:51:46 +01:00
#: src/Object/Post.php:250
2017-12-08 09:42:24 +01:00
msgid "I will not attend"
msgstr "I will not attend"
2019-03-11 17:51:46 +01:00
#: src/Object/Post.php:250
2017-12-08 09:42:24 +01:00
msgid "I might attend"
msgstr "I might attend"
2019-03-11 17:51:46 +01:00
#: src/Object/Post.php:278
2019-01-12 10:51:36 +01:00
msgid "ignore thread"
msgstr "Ignore thread"
2019-03-11 17:51:46 +01:00
#: src/Object/Post.php:279
2019-01-12 10:51:36 +01:00
msgid "unignore thread"
msgstr "Unignore thread"
2019-03-11 17:51:46 +01:00
#: src/Object/Post.php:280
2019-01-12 10:51:36 +01:00
msgid "toggle ignore status"
msgstr "Toggle ignore status"
2019-03-11 17:51:46 +01:00
#: src/Object/Post.php:291
2017-12-08 09:42:24 +01:00
msgid "add star"
msgstr "Add star"
2019-03-11 17:51:46 +01:00
#: src/Object/Post.php:292
2017-12-08 09:42:24 +01:00
msgid "remove star"
msgstr "Remove star"
2019-03-11 17:51:46 +01:00
#: src/Object/Post.php:293
2017-12-08 09:42:24 +01:00
msgid "toggle star status"
msgstr "Toggle star status"
2019-03-11 17:51:46 +01:00
#: src/Object/Post.php:296
2017-12-08 09:42:24 +01:00
msgid "starred"
2019-01-12 10:51:36 +01:00
msgstr "Starred"
2017-12-08 09:42:24 +01:00
2019-03-11 17:51:46 +01:00
#: src/Object/Post.php:300
2017-12-08 09:42:24 +01:00
msgid "add tag"
msgstr "Add tag"
2019-03-11 17:51:46 +01:00
#: src/Object/Post.php:311
2017-12-08 09:42:24 +01:00
msgid "like"
msgstr "Like"
2019-03-11 17:51:46 +01:00
#: src/Object/Post.php:312
2017-12-08 09:42:24 +01:00
msgid "dislike"
msgstr "Dislike"
2019-03-11 17:51:46 +01:00
#: src/Object/Post.php:315
2017-12-08 09:42:24 +01:00
msgid "Share this"
msgstr "Share this"
2019-03-11 17:51:46 +01:00
#: src/Object/Post.php:315
2017-12-08 09:42:24 +01:00
msgid "share"
msgstr "Share"
2019-03-11 17:51:46 +01:00
#: src/Object/Post.php:382
2017-12-08 09:42:24 +01:00
msgid "to"
msgstr "to"
2019-03-11 17:51:46 +01:00
#: src/Object/Post.php:383
2017-12-08 09:42:24 +01:00
msgid "via"
msgstr "via"
2019-03-11 17:51:46 +01:00
#: src/Object/Post.php:384
2017-12-08 09:42:24 +01:00
msgid "Wall-to-Wall"
msgstr "Wall-to-wall"
2019-03-11 17:51:46 +01:00
#: src/Object/Post.php:385
2017-12-08 09:42:24 +01:00
msgid "via Wall-To-Wall:"
msgstr "via wall-to-wall:"
2019-03-11 17:51:46 +01:00
#: src/Object/Post.php:418
#, php-format
msgid "Reply to %s"
msgstr "Reply to %s"
#: src/Object/Post.php:433
msgid "Notifier task is pending"
msgstr "Notifier task is pending"
#: src/Object/Post.php:434
msgid "Delivery to remote servers is pending"
msgstr "Delivery to remote servers is pending"
#: src/Object/Post.php:435
msgid "Delivery to remote servers is underway"
msgstr "Delivery to remote servers is underway"
#: src/Object/Post.php:436
msgid "Delivery to remote servers is mostly done"
msgstr "Delivery to remote servers is mostly done"
#: src/Object/Post.php:437
msgid "Delivery to remote servers is done"
msgstr "Delivery to remote servers is done"
#: src/Object/Post.php:457
2017-12-08 09:42:24 +01:00
#, php-format
msgid "%d comment"
msgid_plural "%d comments"
msgstr[0] "%d comment"
msgstr[1] "%d comments -"
2019-03-11 17:51:46 +01:00
#: src/Object/Post.php:458
msgid "Show more"
msgstr "Show more"
#: src/Object/Post.php:459
msgid "Show fewer"
msgstr "Show fewer"
#: src/Protocol/Diaspora.php:2496
2019-01-12 10:51:36 +01:00
msgid "Sharing notification from Diaspora network"
2019-03-11 17:51:46 +01:00
msgstr "Sharing notification from diaspora* network"
2017-12-08 09:42:24 +01:00
2019-03-11 17:51:46 +01:00
#: src/Protocol/Diaspora.php:3613
2019-01-12 10:51:36 +01:00
msgid "Attachments:"
msgstr "Attachments:"
2017-12-08 09:42:24 +01:00
2019-03-11 17:51:46 +01:00
#: src/Protocol/OStatus.php:1866
2019-01-12 10:51:36 +01:00
#, php-format
msgid "%s is now following %s."
msgstr "%s is now following %s."
2017-12-08 09:42:24 +01:00
2019-03-11 17:51:46 +01:00
#: src/Protocol/OStatus.php:1867
2019-01-12 10:51:36 +01:00
msgid "following"
msgstr "following"
2017-12-08 09:42:24 +01:00
2019-03-11 17:51:46 +01:00
#: src/Protocol/OStatus.php:1870
2019-01-12 10:51:36 +01:00
#, php-format
msgid "%s stopped following %s."
msgstr "%s stopped following %s."
2017-12-08 09:42:24 +01:00
2019-03-11 17:51:46 +01:00
#: src/Protocol/OStatus.php:1871
2019-01-12 10:51:36 +01:00
msgid "stopped following"
msgstr "stopped following"
2017-12-08 09:42:24 +01:00
2019-03-11 17:51:46 +01:00
#: src/Util/Temporal.php:151
2019-01-12 10:51:36 +01:00
msgid "YYYY-MM-DD or MM-DD"
msgstr "YYYY-MM-DD or MM-DD"
2019-03-11 17:51:46 +01:00
#: src/Util/Temporal.php:298
2019-01-12 10:51:36 +01:00
msgid "never"
msgstr "never"
2017-12-08 09:42:24 +01:00
2019-03-11 17:51:46 +01:00
#: src/Util/Temporal.php:305
2019-01-12 10:51:36 +01:00
msgid "less than a second ago"
msgstr "less than a second ago"
2017-12-08 09:42:24 +01:00
2019-03-11 17:51:46 +01:00
#: src/Util/Temporal.php:313
2019-01-12 10:51:36 +01:00
msgid "year"
msgstr "year"
2017-12-08 09:42:24 +01:00
2019-03-11 17:51:46 +01:00
#: src/Util/Temporal.php:313
2019-01-12 10:51:36 +01:00
msgid "years"
msgstr "years"
2017-12-08 09:42:24 +01:00
2019-03-11 17:51:46 +01:00
#: src/Util/Temporal.php:314
2019-01-12 10:51:36 +01:00
msgid "months"
msgstr "months"
2018-04-09 10:17:25 +02:00
2019-03-11 17:51:46 +01:00
#: src/Util/Temporal.php:315
2019-01-12 10:51:36 +01:00
msgid "weeks"
msgstr "weeks"
2019-03-11 17:51:46 +01:00
#: src/Util/Temporal.php:316
2019-01-12 10:51:36 +01:00
msgid "days"
msgstr "days"
2019-03-11 17:51:46 +01:00
#: src/Util/Temporal.php:317
2019-01-12 10:51:36 +01:00
msgid "hour"
msgstr "hour"
2019-03-11 17:51:46 +01:00
#: src/Util/Temporal.php:317
2019-01-12 10:51:36 +01:00
msgid "hours"
msgstr "hours"
2019-03-11 17:51:46 +01:00
#: src/Util/Temporal.php:318
2019-01-12 10:51:36 +01:00
msgid "minute"
msgstr "minute"
2019-03-11 17:51:46 +01:00
#: src/Util/Temporal.php:318
2019-01-12 10:51:36 +01:00
msgid "minutes"
msgstr "minutes"
2019-03-11 17:51:46 +01:00
#: src/Util/Temporal.php:319
2019-01-12 10:51:36 +01:00
msgid "second"
msgstr "second"
2019-03-11 17:51:46 +01:00
#: src/Util/Temporal.php:319
2019-01-12 10:51:36 +01:00
msgid "seconds"
msgstr "seconds"
2019-03-11 17:51:46 +01:00
#: src/Util/Temporal.php:329
2019-01-12 10:51:36 +01:00
#, php-format
msgid "in %1$d %2$s"
2019-01-12 18:38:54 +01:00
msgstr "in %1$d %2$s"
2019-01-12 10:51:36 +01:00
2019-03-11 17:51:46 +01:00
#: src/Util/Temporal.php:332
2019-01-12 10:51:36 +01:00
#, php-format
msgid "%1$d %2$s ago"
msgstr "%1$d %2$s ago"
2019-03-11 17:51:46 +01:00
#: src/Worker/Delivery.php:453
2019-01-12 10:51:36 +01:00
msgid "(no subject)"
msgstr "(no subject)"
2018-03-05 16:48:21 +01:00
2019-03-11 17:51:46 +01:00
#: update.php:217
2018-05-21 16:08:07 +02:00
#, php-format
msgid "%s: Updating author-id and owner-id in item and thread table. "
msgstr "%s: Updating author-id and owner-id in item and thread table. "
2019-03-11 17:51:46 +01:00
#: update.php:272
2017-05-23 15:05:40 +02:00
#, php-format
2019-01-12 10:51:36 +01:00
msgid "%s: Updating post-type."
2019-01-12 18:38:54 +01:00
msgstr "%s: Updating post-type."
2019-01-12 10:51:36 +01:00
#: view/theme/duepuntozero/config.php:56
msgid "greenzero"
msgstr "greenzero"
#: view/theme/duepuntozero/config.php:57
msgid "purplezero"
msgstr "purplezero"
#: view/theme/duepuntozero/config.php:58
msgid "easterbunny"
msgstr "easterbunny"
#: view/theme/duepuntozero/config.php:59
msgid "darkzero"
msgstr "darkzero"
#: view/theme/duepuntozero/config.php:60
msgid "comix"
msgstr "comix"
#: view/theme/duepuntozero/config.php:61
msgid "slackr"
msgstr "slackr"
#: view/theme/duepuntozero/config.php:75
msgid "Variations"
msgstr "Variations"
#: view/theme/frio/config.php:103
msgid "Custom"
msgstr "Custom"
#: view/theme/frio/config.php:115
msgid "Note"
msgstr "Note"
#: view/theme/frio/config.php:115
msgid "Check image permissions if all users are allowed to see the image"
msgstr "Check image permissions that all everyone is allowed to see the image"
#: view/theme/frio/config.php:122
msgid "Select color scheme"
msgstr "Select colour scheme"
#: view/theme/frio/config.php:123
msgid "Navigation bar background color"
msgstr "Navigation bar background colour:"
#: view/theme/frio/config.php:124
msgid "Navigation bar icon color "
msgstr "Navigation bar icon colour:"
#: view/theme/frio/config.php:125
msgid "Link color"
msgstr "Link colour:"
#: view/theme/frio/config.php:126
msgid "Set the background color"
msgstr "Background colour:"
#: view/theme/frio/config.php:127
msgid "Content background opacity"
msgstr "Content background opacity"
#: view/theme/frio/config.php:128
msgid "Set the background image"
msgstr "Background image:"
#: view/theme/frio/config.php:129
msgid "Background image style"
msgstr "Background image style"
#: view/theme/frio/config.php:134
msgid "Login page background image"
msgstr "Login page background image"
#: view/theme/frio/config.php:138
msgid "Login page background color"
msgstr "Login page background colour"
#: view/theme/frio/config.php:138
msgid "Leave background image and color empty for theme defaults"
msgstr "Leave background image and colour empty for theme defaults"
#: view/theme/frio/php/Image.php:24
msgid "Top Banner"
msgstr "Top Banner"
#: view/theme/frio/php/Image.php:24
msgid ""
"Resize image to the width of the screen and show background color below on "
"long pages."
msgstr "Resize image to the width of the screen and show background colour below on long pages."
#: view/theme/frio/php/Image.php:25
msgid "Full screen"
msgstr "Full screen"
#: view/theme/frio/php/Image.php:25
msgid ""
"Resize image to fill entire screen, clipping either the right or the bottom."
msgstr "Resize image to fill entire screen, clipping either the right or the bottom."
#: view/theme/frio/php/Image.php:26
msgid "Single row mosaic"
msgstr "Single row mosaic"
#: view/theme/frio/php/Image.php:26
msgid ""
"Resize image to repeat it on a single row, either vertical or horizontal."
msgstr "Resize image to repeat it on a single row, either vertical or horizontal."
#: view/theme/frio/php/Image.php:27
msgid "Mosaic"
msgstr "Mosaic"
#: view/theme/frio/php/Image.php:27
msgid "Repeat image to fill the screen."
msgstr "Repeat image to fill the screen."
2019-03-11 17:51:46 +01:00
#: view/theme/frio/theme.php:239
2019-01-12 10:51:36 +01:00
msgid "Guest"
msgstr "Guest"
2019-03-11 17:51:46 +01:00
#: view/theme/frio/theme.php:244
2019-01-12 10:51:36 +01:00
msgid "Visitor"
msgstr "Visitor"
#: view/theme/quattro/config.php:77
msgid "Alignment"
msgstr "Alignment"
#: view/theme/quattro/config.php:77
msgid "Left"
msgstr "Left"
#: view/theme/quattro/config.php:77
msgid "Center"
msgstr "Centre"
#: view/theme/quattro/config.php:78
msgid "Color scheme"
msgstr "Colour scheme"
#: view/theme/quattro/config.php:79
msgid "Posts font size"
msgstr "Posts font size"
#: view/theme/quattro/config.php:80
msgid "Textareas font size"
msgstr "Text areas font size"
#: view/theme/vier/config.php:76
msgid "Comma separated list of helper forums"
msgstr "Comma separated list of helper forums"
#: view/theme/vier/config.php:123
msgid "Set style"
msgstr "Set style"
#: view/theme/vier/config.php:124
msgid "Community Pages"
msgstr "Community pages"
#: view/theme/vier/config.php:125 view/theme/vier/theme.php:151
msgid "Community Profiles"
msgstr "Community profiles"
#: view/theme/vier/config.php:126
msgid "Help or @NewHere ?"
msgstr "Help or @NewHere ?"
2019-03-11 17:51:46 +01:00
#: view/theme/vier/config.php:127 view/theme/vier/theme.php:373
2019-01-12 10:51:36 +01:00
msgid "Connect Services"
msgstr "Connect services"
#: view/theme/vier/config.php:128
msgid "Find Friends"
msgstr "Find friends"
#: view/theme/vier/config.php:129 view/theme/vier/theme.php:181
msgid "Last users"
msgstr "Last users"
2019-01-12 18:38:54 +01:00
#: view/theme/vier/theme.php:288
2019-01-12 10:51:36 +01:00
msgid "Quick Start"
msgstr "Quick start"