From 2c02327590b7abd9c934f844efa4ee52c181e3b0 Mon Sep 17 00:00:00 2001 From: nobody Date: Fri, 6 May 2022 13:24:12 -0700 Subject: [PATCH] translation stuff --- util/translate | 24 + view/en/messages.po | 12498 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 12522 insertions(+) create mode 100644 view/en/messages.po diff --git a/util/translate b/util/translate index 896636280..0ca26480e 100755 --- a/util/translate +++ b/util/translate @@ -1,5 +1,28 @@ #!/usr/bin/env bash +# Project translation script. +# Pre-requisites: +# sudo apt install gettext poedit +# Instructions: +# Execute 'util/translate xx' from your webroot, +# where 'xx' is an iso language string. +# +# If the language directory doesn't exist, create it +# by copying the contents of view/en into it. +# +# Additionally, there are a small number of template files +# ending in ".tpl" in the language directory which should +# be translated manually. Do not translate template variables +# which look like {{$variable}} or "%s" or "%d" or "%1$s". +# The text "$projectname" or "$Projectname" should also not +# be translated. +# +# The htconfig.tpl file contains code lines, so just +# translate the comment text. +# +# When finished, commit the result and issue a pull request +# to the project repository using standard git workflows. + if [ $# -lt 1 ]; then echo usage: $0 language exit 0 @@ -9,4 +32,5 @@ if [ -e view/$1/messages.po ]; then msgmerge --update view/$1/messages.po util/messages.po poedit view/$1/messages.po php util/po2php.php view/$1/messages.po + php -l view/$1/strings.php fi diff --git a/view/en/messages.po b/view/en/messages.po new file mode 100644 index 000000000..bd5312536 --- /dev/null +++ b/view/en/messages.po @@ -0,0 +1,12498 @@ +# streams +# Copyright (C) 2010-2022 streams +# This file is distributed under the same license as the streams package. +# Nobody, 2010 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: 22.05.04\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-05-03 15:59-0700\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: Code/Lib/DB_Upgrade.php:70 +msgid "Source code of failed update: " +msgstr "" + +#: Code/Lib/DB_Upgrade.php:93 +#, php-format +msgid "Update Error at %s" +msgstr "" + +#: Code/Lib/DB_Upgrade.php:100 +#, php-format +msgid "Update %s failed. See error logs." +msgstr "" + +#: Code/Lib/Libzot.php:787 +msgid "Unable to verify channel signature" +msgstr "" + +#: Code/Lib/Menu.php:143 Code/Lib/ThreadItem.php:159 Code/Lib/Apps.php:627 +#: Code/Lib/Libprofile.php:208 Code/Lib/Libprofile.php:211 +#: Code/Module/Admin/Profs.php:192 Code/Module/Blocks.php:173 +#: Code/Module/Card_edit.php:110 Code/Module/Connections.php:318 +#: Code/Module/Connections.php:357 Code/Module/Connections.php:378 +#: Code/Module/Editblock.php:129 Code/Module/Editlayout.php:127 +#: Code/Module/Editwebpage.php:160 Code/Module/Layouts.php:209 +#: Code/Module/Lists.php:342 Code/Module/Menu.php:184 +#: Code/Module/Settings/Oauth2.php:213 Code/Module/Settings/Oauth.php:166 +#: Code/Module/Thing.php:304 Code/Module/Webpages.php:269 +#: Code/Widget/Cdav.php:149 Code/Widget/Cdav.php:184 +#: Code/Storage/Browser.php:318 +msgid "Edit" +msgstr "" + +#: Code/Lib/Channel.php:53 +msgid "Empty name" +msgstr "" + +#: Code/Lib/Channel.php:57 +msgid "Name too long" +msgstr "" + +#: Code/Lib/Channel.php:285 +msgid "No account identifier" +msgstr "" + +#: Code/Lib/Channel.php:297 +msgid "Nickname is required." +msgstr "" + +#: Code/Lib/Channel.php:311 Code/Lib/Channel.php:775 +#: Code/Module/Changeaddr.php:72 +msgid "Reserved nickname. Please choose another." +msgstr "" + +#: Code/Lib/Channel.php:316 Code/Lib/Channel.php:780 +#: Code/Module/Changeaddr.php:77 +msgid "" +"Nickname has unsupported characters or is already being used on this site." +msgstr "" + +#: Code/Lib/Channel.php:396 +msgid "Unable to retrieve created identity" +msgstr "" + +#: Code/Lib/Channel.php:506 Code/Import/Friendica.php:198 +msgid "Default Profile" +msgstr "" + +#: Code/Lib/Channel.php:555 Code/Lib/Channel.php:557 +#: Code/Module/Affinity.php:66 Code/Module/Connedit.php:679 +#: Code/Module/Profiles.php:1096 Code/Module/Settings/Channel.php:86 +#: Code/Module/Settings/Channel.php:89 Code/Module/Settings/Channel.php:90 +#: Code/Module/Settings/Channel.php:94 Code/Module/Settings/Channel.php:105 +#: Code/Widget/Affinity.php:31 Code/Import/Friendica.php:247 +#: Code/Import/Friendica.php:248 Code/Import/Friendica.php:256 +msgid "Friends" +msgstr "" + +#: Code/Lib/Channel.php:701 Code/Lib/Channel.php:799 +msgid "Unable to retrieve modified identity" +msgstr "" + +#: Code/Lib/Channel.php:1866 Code/Module/Cover_photo.php:293 +#: Code/Widget/Cover_photo.php:92 +msgid "cover photo" +msgstr "" + +#: Code/Lib/Channel.php:2167 Code/Module/Rmagic.php:88 boot.php:1718 +msgid "Remote Authentication" +msgstr "" + +#: Code/Lib/Channel.php:2168 Code/Module/Rmagic.php:89 +msgid "Enter your channel address (e.g. channel@example.com)" +msgstr "" + +#: Code/Lib/Channel.php:2169 Code/Module/Rmagic.php:92 +msgid "Authenticate" +msgstr "" + +#: Code/Lib/Permcat.php:77 +msgctxt "permcat" +msgid "default" +msgstr "" + +#: Code/Lib/Permcat.php:156 +msgctxt "permcat" +msgid "follower" +msgstr "" + +#: Code/Lib/Permcat.php:160 +msgctxt "permcat" +msgid "contributor" +msgstr "" + +#: Code/Lib/Permcat.php:164 +msgctxt "permcat" +msgid "publisher" +msgstr "" + +#: Code/Lib/Permcat.php:191 +msgid "custom" +msgstr "" + +#: Code/Lib/Oembed.php:168 +msgid "View PDF" +msgstr "" + +#: Code/Lib/Oembed.php:384 +msgid " by " +msgstr "" + +#: Code/Lib/Oembed.php:387 +msgid " on " +msgstr "" + +#: Code/Lib/Oembed.php:418 +msgid "Embedded content" +msgstr "" + +#: Code/Lib/Oembed.php:427 +msgid "Embedding disabled" +msgstr "" + +#: Code/Lib/Navbar.php:104 +msgid "Remote authentication" +msgstr "" + +#: Code/Lib/Navbar.php:104 +msgid "Click to authenticate to your home hub" +msgstr "" + +#: Code/Lib/Navbar.php:109 Code/Module/Admin.php:147 +#: Code/Module/Admin/Channels.php:174 Code/Module/Manage.php:188 +#: Code/Widget/Admin.php:33 +msgid "Channels" +msgstr "" + +#: Code/Lib/Navbar.php:109 +msgid "Manage your channels" +msgstr "" + +#: Code/Lib/Navbar.php:112 Code/Lib/AccessList.php:393 Code/Lib/Apps.php:380 +#: Code/Widget/Activity_filter.php:178 +msgid "Lists" +msgstr "" + +#: Code/Lib/Navbar.php:112 +msgid "Manage your access lists" +msgstr "" + +#: Code/Lib/Navbar.php:114 Code/Lib/Apps.php:410 +#: Code/Module/Admin/Addons.php:343 Code/Module/Admin/Themes.php:142 +#: Code/Widget/Newmember.php:57 Code/Widget/Settings_menu.php:138 +msgid "Settings" +msgstr "" + +#: Code/Lib/Navbar.php:114 +msgid "Account/Channel Settings" +msgstr "" + +#: Code/Lib/Navbar.php:116 Code/Lib/Libzotdir.php:124 +msgid "Safe Mode" +msgstr "" + +#: Code/Lib/Navbar.php:116 +msgid "(is on)" +msgstr "" + +#: Code/Lib/Navbar.php:116 +msgid "(is off)" +msgstr "" + +#: Code/Lib/Navbar.php:116 +msgid "Content filtering" +msgstr "" + +#: Code/Lib/Navbar.php:123 Code/Lib/Navbar.php:150 Code/Lib/Navbar.php:168 +#: boot.php:1716 +msgid "Logout" +msgstr "" + +#: Code/Lib/Navbar.php:123 Code/Lib/Navbar.php:150 +msgid "End this session" +msgstr "" + +#: Code/Lib/Navbar.php:126 Code/Lib/Apps.php:419 Code/Module/Connedit.php:555 +msgid "View Profile" +msgstr "" + +#: Code/Lib/Navbar.php:126 +msgid "Your profile page" +msgstr "" + +#: Code/Lib/Navbar.php:129 Code/Lib/Libprofile.php:208 +#: Code/Module/Profiles.php:882 +msgid "Edit Profiles" +msgstr "" + +#: Code/Lib/Navbar.php:129 +msgid "Manage/Edit profiles" +msgstr "" + +#: Code/Lib/Navbar.php:131 Code/Lib/Libprofile.php:211 +msgid "Edit Profile" +msgstr "" + +#: Code/Lib/Navbar.php:131 Code/Widget/Newmember.php:39 +msgid "Edit your profile" +msgstr "" + +#: Code/Lib/Navbar.php:137 Code/Lib/Navbar.php:140 Code/Lib/Apps.php:381 +#: boot.php:1717 +msgid "Login" +msgstr "" + +#: Code/Lib/Navbar.php:137 Code/Lib/Navbar.php:140 +msgid "Sign in" +msgstr "" + +#: Code/Lib/Navbar.php:166 +msgid "Take me home" +msgstr "" + +#: Code/Lib/Navbar.php:168 +msgid "Log me out of this site" +msgstr "" + +#: Code/Lib/Navbar.php:173 Code/Module/Register.php:308 +#: Code/Module/Communities.php:82 boot.php:1697 +msgid "Register" +msgstr "" + +#: Code/Lib/Navbar.php:173 +msgid "Create an account" +msgstr "" + +#: Code/Lib/Navbar.php:186 Code/Lib/Navbar.php:307 Code/Lib/Apps.php:377 +#: include/help.php:70 +msgid "Help" +msgstr "" + +#: Code/Lib/Navbar.php:186 +msgid "Help and documentation" +msgstr "" + +#: Code/Lib/Navbar.php:193 Code/Lib/Apps.php:408 Code/Lib/Libacl.php:149 +#: Code/Module/Connections.php:374 Code/Module/Search.php:67 +#: Code/Widget/Sitesearch.php:37 include/text.php:1052 include/text.php:1065 +msgid "Search" +msgstr "" + +#: Code/Lib/Navbar.php:193 +msgid "Search site @name, #tag, ?doc, content" +msgstr "" + +#: Code/Lib/Navbar.php:199 Code/Widget/Admin.php:64 +msgid "Admin" +msgstr "" + +#: Code/Lib/Navbar.php:199 +msgid "Site Setup and Configuration" +msgstr "" + +#: Code/Lib/Navbar.php:306 +msgid "Powered by $Projectname" +msgstr "" + +#: Code/Lib/Navbar.php:311 Code/Module/Defperms.php:249 +#: Code/Module/Connedit.php:794 Code/Module/New_channel.php:174 +#: Code/Module/New_channel.php:181 Code/Widget/Notifications.php:154 +msgid "Loading" +msgstr "" + +#: Code/Lib/Navbar.php:317 +msgid "Side Panel" +msgstr "" + +#: Code/Lib/Navbar.php:318 +msgid "@name, #tag, ?doc, content" +msgstr "" + +#: Code/Lib/Navbar.php:319 +msgid "Please wait..." +msgstr "" + +#: Code/Lib/Navbar.php:325 Code/Module/Apps.php:59 Code/Widget/Appstore.php:17 +msgid "Installed Apps" +msgstr "" + +#: Code/Lib/Navbar.php:326 Code/Lib/Apps.php:347 +msgid "Apps" +msgstr "" + +#: Code/Lib/Navbar.php:327 Code/Module/Apps.php:59 Code/Widget/Appstore.php:18 +msgid "Available Apps" +msgstr "" + +#: Code/Lib/Navbar.php:328 Code/Module/Apporder.php:53 +msgid "Arrange Apps" +msgstr "" + +#: Code/Lib/Navbar.php:329 +msgid "Toggle System Apps" +msgstr "" + +#: Code/Lib/Navbar.php:330 Code/Lib/Apps.php:388 +#: Code/Module/Settings/Channel.php:690 Code/Widget/Notifications.php:152 +msgid "Notifications" +msgstr "" + +#: Code/Lib/Navbar.php:413 Code/Module/Admin/Channels.php:182 +#: include/conversation.php:1984 +msgid "Channel" +msgstr "" + +#: Code/Lib/Navbar.php:416 include/conversation.php:1987 +msgid "Status Messages and Posts" +msgstr "" + +#: Code/Lib/Navbar.php:426 include/conversation.php:1997 +msgid "About" +msgstr "" + +#: Code/Lib/Navbar.php:429 include/conversation.php:2000 +msgid "Profile Details" +msgstr "" + +#: Code/Lib/Navbar.php:436 Code/Lib/Apps.php:394 Code/Module/Fbrowser.php:37 +#: include/conversation.php:2007 +msgid "Photos" +msgstr "" + +#: Code/Lib/Navbar.php:439 include/photos.php:759 include/conversation.php:2010 +msgid "Photo Albums" +msgstr "" + +#: Code/Lib/Navbar.php:444 Code/Lib/Apps.php:371 Code/Module/Fbrowser.php:95 +#: Code/Storage/Browser.php:298 include/conversation.php:2015 +msgid "Files" +msgstr "" + +#: Code/Lib/Navbar.php:447 include/conversation.php:2018 +msgid "Files and Storage" +msgstr "" + +#: Code/Lib/Navbar.php:455 Code/Lib/Navbar.php:458 Code/Lib/Apps.php:352 +#: Code/Storage/Browser.php:157 +msgid "Calendar" +msgstr "" + +#: Code/Lib/Navbar.php:469 Code/Lib/Navbar.php:472 Code/Lib/Apps.php:358 +#: Code/Widget/Chatroom_list.php:24 include/conversation.php:2040 +#: include/conversation.php:2043 +msgid "Chatrooms" +msgstr "" + +#: Code/Lib/Navbar.php:482 include/conversation.php:2054 +msgid "Bookmarks" +msgstr "" + +#: Code/Lib/Navbar.php:485 include/conversation.php:2057 +msgid "Saved Bookmarks" +msgstr "" + +#: Code/Lib/Navbar.php:493 Code/Lib/Apps.php:351 Code/Module/Cards.php:215 +#: include/conversation.php:2065 +msgid "Cards" +msgstr "" + +#: Code/Lib/Navbar.php:496 include/conversation.php:2068 +msgid "View Cards" +msgstr "" + +#: Code/Lib/Navbar.php:504 Code/Lib/Apps.php:348 +msgid "Articles" +msgstr "" + +#: Code/Lib/Navbar.php:507 include/conversation.php:2079 +msgid "View Articles" +msgstr "" + +#: Code/Lib/Navbar.php:516 Code/Lib/Apps.php:421 Code/Module/Webpages.php:266 +#: include/conversation.php:2087 +msgid "Webpages" +msgstr "" + +#: Code/Lib/Navbar.php:519 include/conversation.php:2090 +msgid "View Webpages" +msgstr "" + +#: Code/Lib/Navbar.php:528 include/conversation.php:2100 +msgid "Wikis" +msgstr "" + +#: Code/Lib/Navbar.php:531 Code/Lib/Apps.php:422 include/conversation.php:2103 +msgid "Wiki" +msgstr "" + +#: Code/Lib/Libsync.php:984 +#, php-format +msgid "Unable to verify site signature for %s" +msgstr "" + +#: Code/Lib/ThreadItem.php:121 include/conversation.php:618 +msgid "Public visibility" +msgstr "" + +#: Code/Lib/ThreadItem.php:123 include/conversation.php:620 +msgid "Direct message (private mail)" +msgstr "" + +#: Code/Lib/ThreadItem.php:126 include/conversation.php:623 +msgid "Restricted visibility" +msgstr "" + +#: Code/Lib/ThreadItem.php:151 +msgid "" +"This comment is part of a private conversation, yet was shared with the " +"public. Discretion advised." +msgstr "" + +#: Code/Lib/ThreadItem.php:196 Code/Lib/Apps.php:628 +#: Code/Module/Admin/Profs.php:193 Code/Module/Admin/Channels.php:177 +#: Code/Module/Admin/Accounts.php:188 Code/Module/Cdav.php:1078 +#: Code/Module/Cdav.php:1387 Code/Module/Blocks.php:175 +#: Code/Module/Card_edit.php:140 Code/Module/Connections.php:326 +#: Code/Module/Editblock.php:154 Code/Module/Editlayout.php:151 +#: Code/Module/Editwebpage.php:185 Code/Module/Photos.php:1271 +#: Code/Module/Connedit.php:623 Code/Module/Connedit.php:860 +#: Code/Module/Profiles.php:853 Code/Module/Settings/Oauth2.php:214 +#: Code/Module/Settings/Oauth.php:167 Code/Module/Thing.php:305 +#: Code/Module/Webpages.php:271 Code/Storage/Browser.php:319 +#: include/conversation.php:610 include/conversation.php:664 +msgid "Delete" +msgstr "" + +#: Code/Lib/ThreadItem.php:199 Code/Storage/Browser.php:306 +msgid "Admin Delete" +msgstr "" + +#: Code/Lib/ThreadItem.php:204 include/conversation.php:609 +msgid "Select" +msgstr "" + +#: Code/Lib/ThreadItem.php:208 Code/Module/Filer.php:63 +msgid "Save to Folder" +msgstr "" + +#: Code/Lib/ThreadItem.php:230 +msgid "I will attend" +msgstr "" + +#: Code/Lib/ThreadItem.php:230 +msgid "I will not attend" +msgstr "" + +#: Code/Lib/ThreadItem.php:230 +msgid "I might attend" +msgstr "" + +#: Code/Lib/ThreadItem.php:231 +msgid "Undo attendance" +msgstr "" + +#: Code/Lib/ThreadItem.php:246 Code/Lib/ThreadItem.php:266 +#: Code/Module/Photos.php:1231 Code/Module/Photos.php:1242 +msgid "View all" +msgstr "" + +#: Code/Lib/ThreadItem.php:251 Code/Module/Photos.php:1235 +#: include/taxonomy.php:743 include/conversation.php:2157 +msgctxt "noun" +msgid "Like" +msgid_plural "Likes" +msgstr[0] "" +msgstr[1] "" + +#: Code/Lib/ThreadItem.php:253 Code/Lib/ThreadItem.php:501 +#: Code/Module/Photos.php:1351 include/conversation.php:2159 +msgctxt "noun" +msgid "Likes" +msgstr "" + +#: Code/Lib/ThreadItem.php:259 Code/Module/Photos.php:1239 +#: include/conversation.php:2164 +msgctxt "noun" +msgid "Dislike" +msgid_plural "Dislikes" +msgstr[0] "" +msgstr[1] "" + +#: Code/Lib/ThreadItem.php:261 Code/Lib/ThreadItem.php:502 +#: Code/Module/Photos.php:1352 include/conversation.php:2166 +msgctxt "noun" +msgid "Dislikes" +msgstr "" + +#: Code/Lib/ThreadItem.php:287 Code/Module/Admin/Profs.php:103 +#: Code/Module/Admin/Profs.php:124 Code/Module/Filer.php:62 +#: Code/Widget/Notes.php:26 extend/addon/a/queueworker/Mod_Queueworker.php:118 +#: include/text.php:1053 include/text.php:1066 +msgid "Save" +msgstr "" + +#: Code/Lib/ThreadItem.php:296 include/conversation.php:631 +msgid "Message signature validated" +msgstr "" + +#: Code/Lib/ThreadItem.php:297 include/conversation.php:632 +msgid "Message signature incorrect" +msgstr "" + +#: Code/Lib/ThreadItem.php:303 +msgid "Add Tag" +msgstr "" + +#: Code/Lib/ThreadItem.php:323 Code/Module/Photos.php:1172 +msgid "I like this" +msgstr "" + +#: Code/Lib/ThreadItem.php:323 Code/Module/Photos.php:1176 +msgid "Undo like" +msgstr "" + +#: Code/Lib/ThreadItem.php:324 Code/Module/Photos.php:1175 +msgid "I don't like this" +msgstr "" + +#: Code/Lib/ThreadItem.php:324 Code/Module/Photos.php:1177 +msgid "Undo dislike" +msgstr "" + +#: Code/Lib/ThreadItem.php:330 +msgid "Repeat This" +msgstr "" + +#: Code/Lib/ThreadItem.php:331 +msgid "Share this" +msgstr "" + +#: Code/Lib/ThreadItem.php:342 +msgid "Delivery Report" +msgstr "" + +#: Code/Lib/ThreadItem.php:371 +#, php-format +msgid "%d comment" +msgid_plural "%d comments" +msgstr[0] "" +msgstr[1] "" + +#: Code/Lib/ThreadItem.php:372 +#, php-format +msgid "%d unseen" +msgstr "" + +#: Code/Lib/ThreadItem.php:411 Code/Lib/ThreadItem.php:412 +#, php-format +msgid "View %s's profile - %s" +msgstr "" + +#: Code/Lib/ThreadItem.php:415 +msgid "to" +msgstr "" + +#: Code/Lib/ThreadItem.php:416 include/conversation.php:694 +msgid "via" +msgstr "" + +#: Code/Lib/ThreadItem.php:417 +msgid "Wall-to-Wall" +msgstr "" + +#: Code/Lib/ThreadItem.php:418 +msgid "via Wall-To-Wall:" +msgstr "" + +#: Code/Lib/ThreadItem.php:433 include/conversation.php:697 +#, php-format +msgid "from %s" +msgstr "" + +#: Code/Lib/ThreadItem.php:436 include/conversation.php:700 +#, php-format +msgid "last edited: %s" +msgstr "" + +#: Code/Lib/ThreadItem.php:437 include/conversation.php:701 +#, php-format +msgid "Expires: %s" +msgstr "" + +#: Code/Lib/ThreadItem.php:447 +msgid "Attend" +msgstr "" + +#: Code/Lib/ThreadItem.php:448 +msgid "Attendance Options" +msgstr "" + +#: Code/Lib/ThreadItem.php:449 include/text.php:2081 +msgid "Vote" +msgstr "" + +#: Code/Lib/ThreadItem.php:450 +msgid "Voting Options" +msgstr "" + +#: Code/Lib/ThreadItem.php:451 +msgid "Reply" +msgstr "" + +#: Code/Lib/ThreadItem.php:477 include/conversation.php:716 +msgid "Pinned post" +msgstr "" + +#: Code/Lib/ThreadItem.php:479 Code/Lib/Stringsjs.php:44 +#: include/conversation.php:718 +msgid "Unpin this post" +msgstr "" + +#: Code/Lib/ThreadItem.php:479 Code/Lib/Stringsjs.php:43 +#: include/conversation.php:718 +msgid "Pin this post" +msgstr "" + +#: Code/Lib/ThreadItem.php:481 +msgid "Saved draft" +msgstr "" + +#: Code/Lib/ThreadItem.php:482 +msgid "Save Bookmarks" +msgstr "" + +#: Code/Lib/ThreadItem.php:483 +msgid "Add to Calendar" +msgstr "" + +#: Code/Lib/ThreadItem.php:494 Code/Module/Notifications.php:75 +msgid "Mark all seen" +msgstr "" + +#: Code/Lib/ThreadItem.php:507 Code/Lib/Libacl.php:156 +#: Code/Module/Photos.php:1357 Code/Module/Settings/Channel.php:689 +#: include/conversation.php:1504 +msgid "Close" +msgstr "" + +#: Code/Lib/ThreadItem.php:512 include/conversation.php:422 +msgid "This is an unsaved preview" +msgstr "" + +#: Code/Lib/ThreadItem.php:513 Code/Module/Photos.php:1179 +#: include/conversation.php:721 +msgid "Please wait" +msgstr "" + +#: Code/Lib/ThreadItem.php:578 Code/Lib/Stringsjs.php:16 +#, php-format +msgid "%s show all" +msgstr "" + +#: Code/Lib/ThreadItem.php:953 Code/Module/Photos.php:1195 +#: Code/Module/Photos.php:1305 +msgid "This is you" +msgstr "" + +#: Code/Lib/ThreadItem.php:955 Code/Lib/Stringsjs.php:15 +#: Code/Module/Photos.php:1197 Code/Module/Photos.php:1307 +msgid "Comment" +msgstr "" + +#: Code/Lib/ThreadItem.php:956 Code/Lib/Stringsjs.php:28 +#: Code/Module/Admin/Security.php:172 Code/Module/Admin/Profs.php:195 +#: Code/Module/Admin/Logs.php:87 Code/Module/Admin/Channels.php:175 +#: Code/Module/Admin/Accounts.php:181 Code/Module/Admin/Account_edit.php:81 +#: Code/Module/Admin/Addons.php:440 Code/Module/Admin/Site.php:280 +#: Code/Module/Admin/Themes.php:175 Code/Module/Admin/Customsql.php:38 +#: Code/Module/Affinity.php:89 Code/Module/Appman.php:163 +#: Code/Module/Cal.php:363 Code/Module/Chat.php:214 Code/Module/Chat.php:250 +#: Code/Module/Connect.php:99 Code/Module/Content_filter.php:68 +#: Code/Module/Defperms.php:258 Code/Module/Editpost.php:119 +#: Code/Module/Email_validation.php:48 Code/Module/Events.php:544 +#: Code/Module/Expire.php:50 Code/Module/Filestorage.php:248 +#: Code/Module/Finger.php:26 Code/Module/Import_items.php:144 +#: Code/Module/Invite.php:171 Code/Module/Photos.php:1140 +#: Code/Module/Photos.php:1198 Code/Module/Photos.php:1308 +#: Code/Module/Lists.php:206 Code/Module/Lists.php:218 +#: Code/Module/Connedit.php:824 Code/Module/Locs.php:138 +#: Code/Module/Mitem.php:274 Code/Module/Mood.php:170 +#: Code/Module/Import.php:727 Code/Module/Pconfig.php:129 +#: Code/Module/Pdledit.php:115 Code/Module/Poke.php:151 +#: Code/Module/Profiles.php:772 Code/Module/Dev/Zotfinger.php:30 +#: Code/Module/Dev/Zot_probe.php:23 Code/Module/Dev/Xchan.php:18 +#: Code/Module/Dev/Ap_probe.php:27 Code/Module/Settings/Tokens.php:317 +#: Code/Module/Settings/Permcats.php:146 Code/Module/Settings/Oauth2.php:115 +#: Code/Module/Settings/Oauth.php:98 Code/Module/Settings/Network.php:48 +#: Code/Module/Settings/Features.php:66 Code/Module/Settings/Featured.php:63 +#: Code/Module/Settings/Account.php:117 Code/Module/Settings/Channel.php:630 +#: Code/Module/Settings/Display.php:209 Code/Module/Setup.php:334 +#: Code/Module/Setup.php:379 Code/Module/Thing.php:364 +#: Code/Module/Thing.php:419 Code/Module/Sources.php:133 +#: Code/Module/Sources.php:171 Code/Module/Superblock.php:258 +#: Code/Widget/Eventstools.php:22 +#: extend/addon/a/content_import/Mod_content_import.php:153 +#: extend/addon/a/faces/Mod_Faces.php:183 extend/addon/a/faces/faces.php:126 +#: extend/addon/a/flashcards/Mod_Flashcards.php:265 +#: extend/addon/a/followlist/Mod_followlist.php:139 +#: extend/addon/a/fuzzloc/Mod_Fuzzloc.php:58 +#: extend/addon/a/logrot/logrot.php:37 extend/addon/a/nsfw/Mod_Nsfw.php:52 +#: extend/addon/a/openstreetmap/openstreetmap.php:207 +#: extend/addon/a/zotpost/Mod_zotpost.php:83 +#: view/theme/redbasic/php/config.php:97 +msgid "Submit" +msgstr "" + +#: Code/Lib/ThreadItem.php:958 include/conversation.php:1422 +msgid "Bold" +msgstr "" + +#: Code/Lib/ThreadItem.php:959 include/conversation.php:1423 +msgid "Italic" +msgstr "" + +#: Code/Lib/ThreadItem.php:960 include/conversation.php:1424 +msgid "Underline" +msgstr "" + +#: Code/Lib/ThreadItem.php:961 include/conversation.php:1425 +msgid "Quote" +msgstr "" + +#: Code/Lib/ThreadItem.php:962 include/conversation.php:1426 +msgid "Code" +msgstr "" + +#: Code/Lib/ThreadItem.php:963 +msgid "Image" +msgstr "" + +#: Code/Lib/ThreadItem.php:964 include/conversation.php:1427 +msgid "Attach/Upload file" +msgstr "" + +#: Code/Lib/ThreadItem.php:965 +msgid "Insert Link" +msgstr "" + +#: Code/Lib/ThreadItem.php:966 +msgid "Video" +msgstr "" + +#: Code/Lib/ThreadItem.php:967 Code/Module/Events.php:529 +#: Code/Module/Photos.php:1199 Code/Module/Webpages.php:276 +#: include/conversation.php:1311 +msgid "Preview" +msgstr "" + +#: Code/Lib/ThreadItem.php:968 Code/Module/Lostpass.php:143 +#: Code/Module/Pdledit.php:72 Code/Module/Pdledit.php:80 +msgid "Reset" +msgstr "" + +#: Code/Lib/ThreadItem.php:973 Code/Module/Chat.php:222 +#: include/conversation.php:1496 +msgid "Encrypt text" +msgstr "" + +#: Code/Lib/ThreadItem.php:978 +msgid "Your full name (required)" +msgstr "" + +#: Code/Lib/ThreadItem.php:979 +msgid "Your email address (required)" +msgstr "" + +#: Code/Lib/ThreadItem.php:980 +msgid "Your website URL (optional)" +msgstr "" + +#: Code/Lib/Activity.php:2227 Code/Lib/Apps.php:1158 Code/Lib/Apps.php:1250 +#: Code/Module/Cdav.php:875 Code/Module/Cdav.php:876 Code/Module/Cdav.php:882 +#: Code/Module/Embedphotos.php:218 Code/Module/Photos.php:862 +#: Code/Module/Photos.php:1337 Code/Widget/Portfolio.php:109 +#: Code/Widget/Album.php:96 Code/Storage/Browser.php:182 +#: include/conversation.php:1089 +msgid "Unknown" +msgstr "" + +#: Code/Lib/Activity.php:2919 +msgid "Activity" +msgstr "" + +#: Code/Lib/Activity.php:2921 Code/Lib/Apps.php:400 Code/Lib/Libprofile.php:691 +#: Code/Module/Profperm.php:131 +msgid "Profile" +msgstr "" + +#: Code/Lib/Activity.php:2925 +#, php-format +msgid "Likes %1$s's %2$s" +msgstr "" + +#: Code/Lib/Activity.php:2928 +#, php-format +msgid "Doesn't like %1$s's %2$s" +msgstr "" + +#: Code/Lib/Activity.php:2934 +#, php-format +msgid "Will attend %s's event" +msgstr "" + +#: Code/Lib/Activity.php:2937 +#, php-format +msgid "Will not attend %s's event" +msgstr "" + +#: Code/Lib/Activity.php:2940 +#, php-format +msgid "May attend %s's event" +msgstr "" + +#: Code/Lib/Activity.php:2943 +#, php-format +msgid "May not attend %s's event" +msgstr "" + +#: Code/Lib/Activity.php:2948 Code/Lib/Share.php:125 Code/Module/Share.php:119 +#: include/items.php:3221 +#, php-format +msgid "🔁 Repeated %1$s's %2$s" +msgstr "" + +#: Code/Lib/Activity.php:3429 include/text.php:1697 include/text.php:3172 +#, php-format +msgid "%1$s (%2$s)" +msgstr "" + +#: Code/Lib/AccessList.php:31 +msgid "" +"A deleted list with this name was revived. Existing item permissions " +"may apply to this list and any future members. If this is " +"not what you intended, please create another list with a different name." +msgstr "" + +#: Code/Lib/AccessList.php:347 +msgid "Add new connections to this access list" +msgstr "" + +#: Code/Lib/AccessList.php:374 +msgid "edit" +msgstr "" + +#: Code/Lib/AccessList.php:394 +msgid "Edit list" +msgstr "" + +#: Code/Lib/AccessList.php:395 +msgid "Create new list" +msgstr "" + +#: Code/Lib/AccessList.php:396 +msgid "Channels not in any access list" +msgstr "" + +#: Code/Lib/AccessList.php:398 Code/Widget/Savedsearch.php:98 +msgid "add" +msgstr "" + +#: Code/Lib/Libzotdir.php:122 +msgid "Directory Options" +msgstr "" + +#: Code/Lib/Libzotdir.php:124 Code/Lib/Libzotdir.php:125 +#: Code/Lib/Libzotdir.php:128 Code/Lib/Libzotdir.php:129 +#: Code/Module/Admin/Site.php:255 Code/Module/Admin/Site.php:303 +#: Code/Module/Api.php:113 Code/Module/Defperms.php:192 +#: Code/Module/Events.php:521 Code/Module/Events.php:522 +#: Code/Module/Events.php:547 Code/Module/Filestorage.php:243 +#: Code/Module/Filestorage.php:251 Code/Module/Connedit.php:348 +#: Code/Module/Connedit.php:713 Code/Module/Connedit.php:799 +#: Code/Module/Menu.php:171 Code/Module/Menu.php:229 Code/Module/Mitem.php:191 +#: Code/Module/Mitem.php:192 Code/Module/Mitem.php:271 +#: Code/Module/Mitem.php:272 Code/Module/Import.php:716 +#: Code/Module/Import.php:720 Code/Module/Import.php:721 +#: Code/Module/Profiles.php:728 Code/Module/Dev/Zot_probe.php:22 +#: Code/Module/Dev/Ap_probe.php:26 Code/Module/Settings/Permcats.php:117 +#: Code/Module/Settings/Channel.php:419 Code/Module/Settings/Display.php:118 +#: Code/Module/Sources.php:132 Code/Module/Sources.php:168 +#: Code/Storage/Browser.php:435 boot.php:1722 +#: extend/addon/a/content_import/Mod_content_import.php:147 +#: extend/addon/a/content_import/Mod_content_import.php:148 +#: extend/addon/a/content_import/Mod_content_import.php:149 +#: extend/addon/a/zotpost/Mod_zotpost.php:79 include/conversation.php:1440 +#: include/conversation.php:1445 view/theme/redbasic/php/config.php:102 +msgid "No" +msgstr "" + +#: Code/Lib/Libzotdir.php:124 Code/Lib/Libzotdir.php:125 +#: Code/Lib/Libzotdir.php:128 Code/Lib/Libzotdir.php:129 +#: Code/Module/Admin/Site.php:257 Code/Module/Admin/Site.php:303 +#: Code/Module/Api.php:112 Code/Module/Defperms.php:192 +#: Code/Module/Events.php:521 Code/Module/Events.php:522 +#: Code/Module/Events.php:547 Code/Module/Filestorage.php:243 +#: Code/Module/Filestorage.php:251 Code/Module/Connedit.php:348 +#: Code/Module/Connedit.php:713 Code/Module/Connedit.php:799 +#: Code/Module/Menu.php:171 Code/Module/Menu.php:229 Code/Module/Mitem.php:191 +#: Code/Module/Mitem.php:192 Code/Module/Mitem.php:271 +#: Code/Module/Mitem.php:272 Code/Module/Import.php:716 +#: Code/Module/Import.php:720 Code/Module/Import.php:721 +#: Code/Module/Profiles.php:728 Code/Module/Dev/Zot_probe.php:22 +#: Code/Module/Dev/Ap_probe.php:26 Code/Module/Settings/Permcats.php:117 +#: Code/Module/Settings/Channel.php:419 Code/Module/Settings/Display.php:118 +#: Code/Module/Sources.php:132 Code/Module/Sources.php:168 +#: Code/Storage/Browser.php:435 boot.php:1722 +#: extend/addon/a/content_import/Mod_content_import.php:147 +#: extend/addon/a/content_import/Mod_content_import.php:148 +#: extend/addon/a/content_import/Mod_content_import.php:149 +#: extend/addon/a/zotpost/Mod_zotpost.php:79 include/conversation.php:1440 +#: include/conversation.php:1445 view/theme/redbasic/php/config.php:102 +msgid "Yes" +msgstr "" + +#: Code/Lib/Libzotdir.php:125 +msgid "Groups Only" +msgstr "" + +#: Code/Lib/Libzotdir.php:128 +msgid "This Website Only" +msgstr "" + +#: Code/Lib/Libzotdir.php:129 +msgid "Recently Updated" +msgstr "" + +#: Code/Lib/Apps.php:346 +msgid "Site Admin" +msgstr "" + +#: Code/Lib/Apps.php:349 +msgid "CalDAV" +msgstr "" + +#: Code/Lib/Apps.php:350 +msgid "CardDAV" +msgstr "" + +#: Code/Lib/Apps.php:353 Code/Module/Cdav.php:1091 +#: Code/Widget/Appcategories.php:52 Code/Widget/Categories.php:87 +#: Code/Widget/Categories.php:135 Code/Widget/Categories.php:186 +#: include/taxonomy.php:467 include/taxonomy.php:561 include/taxonomy.php:583 +#: include/taxonomy.php:606 +msgid "Categories" +msgstr "" + +#: Code/Lib/Apps.php:354 +msgid "Channel Home" +msgstr "" + +#: Code/Lib/Apps.php:355 +msgid "Channel Manager" +msgstr "" + +#: Code/Lib/Apps.php:356 Code/Module/Sources.php:115 +msgid "Channel Sources" +msgstr "" + +#: Code/Lib/Apps.php:357 +msgid "Chat" +msgstr "" + +#: Code/Lib/Apps.php:359 +msgid "Clients" +msgstr "" + +#: Code/Lib/Apps.php:360 include/conversation.php:1449 +msgid "Comment Control" +msgstr "" + +#: Code/Lib/Apps.php:361 Code/Module/Communities.php:155 +#: Code/Widget/Findpeople.php:40 +msgid "Communities" +msgstr "" + +#: Code/Lib/Apps.php:362 Code/Module/Affinity.php:68 +#: Code/Module/Connections.php:367 Code/Module/Connedit.php:681 +#: Code/Module/Stream.php:139 Code/Widget/Affinity.php:33 +#: Code/Widget/Activity_filter.php:150 include/connections.php:972 +msgid "Connections" +msgstr "" + +#: Code/Lib/Apps.php:363 +msgid "Content Filter" +msgstr "" + +#: Code/Lib/Apps.php:364 +#: extend/addon/a/content_import/Mod_content_import.php:145 +msgid "Content Import" +msgstr "" + +#: Code/Lib/Apps.php:365 +msgid "Custom SQL" +msgstr "" + +#: Code/Lib/Apps.php:366 Code/Module/Directory.php:477 +msgid "Directory" +msgstr "" + +#: Code/Lib/Apps.php:367 Code/Widget/Activity_filter.php:81 +msgid "Drafts" +msgstr "" + +#: Code/Lib/Apps.php:368 Code/Widget/Activity_filter.php:109 +#: include/conversation.php:2026 include/conversation.php:2029 +msgid "Events" +msgstr "" + +#: Code/Lib/Apps.php:369 +msgid "Expire Posts" +msgstr "" + +#: Code/Lib/Apps.php:370 +msgid "Features" +msgstr "" + +#: Code/Lib/Apps.php:372 extend/addon/a/followlist/Mod_followlist.php:132 +msgid "Followlist" +msgstr "" + +#: Code/Lib/Apps.php:373 Code/Module/Connedit.php:670 +msgid "Friend Zoom" +msgstr "" + +#: Code/Lib/Apps.php:374 +msgid "Future Posting" +msgstr "" + +#: Code/Lib/Apps.php:375 extend/addon/a/gallery/Mod_Gallery.php:141 +#: extend/addon/a/gallery/gallery.php:49 +msgid "Gallery" +msgstr "" + +#: Code/Lib/Apps.php:376 +msgid "Guest Pass" +msgstr "" + +#: Code/Lib/Apps.php:378 +msgid "Invite" +msgstr "" + +#: Code/Lib/Apps.php:379 +msgid "Language" +msgstr "" + +#: Code/Lib/Apps.php:382 +msgid "Mail" +msgstr "" + +#: Code/Lib/Apps.php:383 +msgid "Markup" +msgstr "" + +#: Code/Lib/Apps.php:384 Code/Module/Mood.php:166 +msgid "Mood" +msgstr "" + +#: Code/Lib/Apps.php:385 +msgid "My Chatrooms" +msgstr "" + +#: Code/Lib/Apps.php:386 +msgid "No Comment" +msgstr "" + +#: Code/Lib/Apps.php:387 Code/Widget/Notes.php:24 +msgid "Notes" +msgstr "" + +#: Code/Lib/Apps.php:389 +msgid "OAuth Apps Manager" +msgstr "" + +#: Code/Lib/Apps.php:390 +msgid "OAuth2 Apps Manager" +msgstr "" + +#: Code/Lib/Apps.php:391 +msgid "Order Apps" +msgstr "" + +#: Code/Lib/Apps.php:392 +msgid "PDL Editor" +msgstr "" + +#: Code/Lib/Apps.php:393 Code/Lib/Features.php:176 +msgid "Permission Categories" +msgstr "" + +#: Code/Lib/Apps.php:395 +msgid "Photomap" +msgstr "" + +#: Code/Lib/Apps.php:396 Code/Module/Poke.php:142 +msgid "Poke" +msgstr "" + +#: Code/Lib/Apps.php:397 +msgid "Post" +msgstr "" + +#: Code/Lib/Apps.php:398 +msgid "Premium Channel" +msgstr "" + +#: Code/Lib/Apps.php:399 +msgid "Probe" +msgstr "" + +#: Code/Lib/Apps.php:401 +msgid "Profile Photo" +msgstr "" + +#: Code/Lib/Apps.php:402 +msgid "Profiles" +msgstr "" + +#: Code/Lib/Apps.php:403 Code/Module/Pubstream.php:99 +#: Code/Widget/Notifications.php:133 +msgid "Public Stream" +msgstr "" + +#: Code/Lib/Apps.php:404 +msgid "Random Channel" +msgstr "" + +#: Code/Lib/Apps.php:405 +msgid "Remote Diagnostics" +msgstr "" + +#: Code/Lib/Apps.php:406 +msgid "Report Bug" +msgstr "" + +#: Code/Lib/Apps.php:407 +msgid "Roles" +msgstr "" + +#: Code/Lib/Apps.php:409 +msgid "Secrets" +msgstr "" + +#: Code/Lib/Apps.php:411 +msgid "Sites" +msgstr "" + +#: Code/Lib/Apps.php:412 +msgid "Stream" +msgstr "" + +#: Code/Lib/Apps.php:413 Code/Widget/Stream_order.php:139 +msgid "Stream Order" +msgstr "" + +#: Code/Lib/Apps.php:414 +msgid "Suggest" +msgstr "" + +#: Code/Lib/Apps.php:415 Code/Lib/Features.php:371 +#: Code/Module/Settings/Network.php:116 +msgid "Suggest Channels" +msgstr "" + +#: Code/Lib/Apps.php:416 +msgid "Tagadelic" +msgstr "" + +#: Code/Lib/Apps.php:417 Code/Widget/Tasklist.php:30 +msgid "Tasks" +msgstr "" + +#: Code/Lib/Apps.php:418 +msgid "View Bookmarks" +msgstr "" + +#: Code/Lib/Apps.php:420 +msgid "Virtual Lists" +msgstr "" + +#: Code/Lib/Apps.php:423 extend/addon/a/zotpost/Mod_zotpost.php:56 +msgid "ZotPost" +msgstr "" + +#: Code/Lib/Apps.php:600 +msgid "Installed" +msgstr "" + +#: Code/Lib/Apps.php:600 Code/Module/Admin/Addons.php:424 +msgid "Install" +msgstr "" + +#: Code/Lib/Apps.php:624 +msgid "Purchase" +msgstr "" + +#: Code/Lib/Apps.php:629 +msgid "Undelete" +msgstr "" + +#: Code/Lib/Apps.php:639 +msgid "Add to app-tray" +msgstr "" + +#: Code/Lib/Apps.php:640 +msgid "Remove from app-tray" +msgstr "" + +#: Code/Lib/Apps.php:641 +msgid "Pin to navbar" +msgstr "" + +#: Code/Lib/Apps.php:642 +msgid "Unpin from navbar" +msgstr "" + +#: Code/Lib/Chatroom.php:30 +msgid "Missing room name" +msgstr "" + +#: Code/Lib/Chatroom.php:40 +msgid "Duplicate room name" +msgstr "" + +#: Code/Lib/Chatroom.php:96 Code/Lib/Chatroom.php:105 +msgid "Invalid room specifier." +msgstr "" + +#: Code/Lib/Chatroom.php:143 +msgid "Room not found." +msgstr "" + +#: Code/Lib/Chatroom.php:155 Code/Module/Admin/Profile_photo.php:312 +#: Code/Module/Admin/Profile_photo.php:330 +#: Code/Module/Admin/Cover_photo.php:283 Code/Module/Admin/Cover_photo.php:307 +#: Code/Module/Api.php:38 Code/Module/Appman.php:100 Code/Module/Block.php:31 +#: Code/Module/Block.php:84 Code/Module/Blocks.php:82 Code/Module/Blocks.php:89 +#: Code/Module/Calendar.php:264 Code/Module/Card_edit.php:63 +#: Code/Module/Cards.php:89 Code/Module/Manage.php:23 +#: Code/Module/Channel.php:242 Code/Module/Channel.php:420 +#: Code/Module/Channel.php:458 Code/Module/Chat.php:115 +#: Code/Module/Chat.php:120 Code/Module/Common.php:48 +#: Code/Module/Connections.php:35 Code/Module/Cover_photo.php:340 +#: Code/Module/Cover_photo.php:354 Code/Module/Defperms.php:179 +#: Code/Module/Defperms.php:185 Code/Module/Display.php:512 +#: Code/Module/Editblock.php:79 Code/Module/Editlayout.php:77 +#: Code/Module/Editlayout.php:100 Code/Module/Editpost.php:26 +#: Code/Module/Editwebpage.php:82 Code/Module/Editwebpage.php:103 +#: Code/Module/Editwebpage.php:122 Code/Module/Editwebpage.php:138 +#: Code/Module/Events.php:310 Code/Module/Filestorage.php:29 +#: Code/Module/Filestorage.php:115 Code/Module/Filestorage.php:131 +#: Code/Module/Filestorage.php:159 Code/Module/Filestorage.php:192 +#: Code/Module/Filestorage.php:199 Code/Module/Item.php:613 +#: Code/Module/Item.php:635 Code/Module/Item.php:647 Code/Module/Item.php:1816 +#: Code/Module/Inspect.php:19 Code/Module/Invite.php:102 +#: Code/Module/Layouts.php:82 Code/Module/Layouts.php:89 +#: Code/Module/Layouts.php:100 Code/Module/Photos.php:78 +#: Code/Module/Lists.php:92 Code/Module/Lists.php:104 Code/Module/Lists.php:135 +#: Code/Module/Connedit.php:341 Code/Module/Locs.php:109 +#: Code/Module/Menu.php:138 Code/Module/Menu.php:149 Code/Module/Mitem.php:143 +#: Code/Module/Moderate.php:21 Code/Module/Mood.php:136 +#: Code/Module/New_channel.php:125 Code/Module/New_channel.php:150 +#: Code/Module/Notifications.php:19 Code/Module/Register.php:92 +#: Code/Module/Page.php:42 Code/Module/Page.php:147 Code/Module/Pdledit.php:37 +#: Code/Module/Poke.php:118 Code/Module/Profile.php:110 +#: Code/Module/Profile.php:125 Code/Module/Profile_photo.php:348 +#: Code/Module/Profile_photo.php:362 Code/Module/Profiles.php:219 +#: Code/Module/Profiles.php:680 Code/Module/Regmod.php:25 +#: Code/Module/Service_limits.php:16 Code/Module/Settings.php:71 +#: Code/Module/Setup.php:232 Code/Module/Sharedwithme.php:24 +#: Code/Module/Vote.php:23 Code/Module/Viewsrc.php:24 Code/Module/Thing.php:317 +#: Code/Module/Thing.php:338 Code/Module/Thing.php:380 +#: Code/Module/Suggestions.php:35 Code/Module/Webpages.php:143 +#: Code/Module/Viewconnections.php:37 Code/Module/Viewconnections.php:42 +#: Code/Module/Sources.php:92 Code/Web/WebServer.php:72 include/items.php:3783 +#: include/photos.php:40 include/attach.php:163 include/attach.php:212 +#: include/attach.php:290 include/attach.php:416 include/attach.php:431 +#: include/attach.php:438 include/attach.php:517 include/attach.php:1139 +#: include/attach.php:1216 include/attach.php:1387 +msgid "Permission denied." +msgstr "" + +#: Code/Lib/Chatroom.php:166 +msgid "Room is full" +msgstr "" + +#: Code/Lib/Libprofile.php:41 +msgid "Requested channel is not available." +msgstr "" + +#: Code/Lib/Libprofile.php:101 Code/Module/Blocks.php:41 +#: Code/Module/Cards.php:45 Code/Module/Connect.php:23 +#: Code/Module/Editblock.php:42 Code/Module/Editlayout.php:40 +#: Code/Module/Editwebpage.php:45 Code/Module/Layouts.php:41 +#: Code/Module/Menu.php:100 Code/Module/Profile.php:30 +#: Code/Module/Webpages.php:48 extend/addon/a/gallery/Mod_Gallery.php:54 +msgid "Requested profile is not available." +msgstr "" + +#: Code/Lib/Libprofile.php:201 Code/Module/Profiles.php:777 +msgid "Change profile photo" +msgstr "" + +#: Code/Lib/Libprofile.php:209 +msgid "Create New Profile" +msgstr "" + +#: Code/Lib/Libprofile.php:228 Code/Module/Profiles.php:872 +msgid "Profile Image" +msgstr "" + +#: Code/Lib/Libprofile.php:231 +msgid "Visible to everybody" +msgstr "" + +#: Code/Lib/Libprofile.php:232 Code/Module/Profiles.php:774 +#: Code/Module/Profiles.php:876 +msgid "Edit visibility" +msgstr "" + +#: Code/Lib/Libprofile.php:305 include/connections.php:183 +#: include/conversation.php:1002 +msgid "Direct Message" +msgstr "" + +#: Code/Lib/Libprofile.php:318 Code/Module/Fedi_id.php:55 +#: Code/Module/Directory.php:404 Code/Widget/Suggestions.php:49 +#: Code/Widget/Follow.php:41 include/connections.php:155 +#: include/conversation.php:982 +msgid "Connect" +msgstr "" + +#: Code/Lib/Libprofile.php:320 Code/Module/Directory.php:404 +#: Code/Widget/Suggestions.php:49 +msgid "Join" +msgstr "" + +#: Code/Lib/Libprofile.php:340 Code/Module/Directory.php:386 +#: Code/Module/Communities.php:121 include/event.php:84 include/event.php:141 +msgid "Location:" +msgstr "" + +#: Code/Lib/Libprofile.php:345 Code/Lib/Libprofile.php:520 +msgid "Gender:" +msgstr "" + +#: Code/Lib/Libprofile.php:346 Code/Lib/Libprofile.php:570 +msgid "Status:" +msgstr "" + +#: Code/Lib/Libprofile.php:347 Code/Lib/Libprofile.php:603 +msgid "Homepage:" +msgstr "" + +#: Code/Lib/Libprofile.php:348 Code/Lib/Libprofile.php:599 +msgid "Pronouns:" +msgstr "" + +#: Code/Lib/Libprofile.php:410 Code/Module/Connections.php:62 +#: Code/Module/Connections.php:121 Code/Module/Connections.php:132 +#: Code/Module/Connections.php:292 +msgid "Active" +msgstr "" + +#: Code/Lib/Libprofile.php:414 +msgid "Change your profile photo" +msgstr "" + +#: Code/Lib/Libprofile.php:415 +msgid "Copy to clipboard" +msgstr "" + +#: Code/Lib/Libprofile.php:416 +msgid "Address copied to clipboard" +msgstr "" + +#: Code/Lib/Libprofile.php:444 Code/Module/Profiles.php:989 +#: Code/Module/Profiles.php:1007 +msgid "Female" +msgstr "" + +#: Code/Lib/Libprofile.php:447 Code/Module/Profiles.php:989 +#: Code/Module/Profiles.php:1007 +msgid "Male" +msgstr "" + +#: Code/Lib/Libprofile.php:450 +msgid "Trans" +msgstr "" + +#: Code/Lib/Libprofile.php:453 +msgid "Inter" +msgstr "" + +#: Code/Lib/Libprofile.php:456 Code/Module/Profiles.php:989 +msgid "Neuter" +msgstr "" + +#: Code/Lib/Libprofile.php:459 Code/Module/Profiles.php:989 +msgid "Non-specific" +msgstr "" + +#: Code/Lib/Libprofile.php:473 +msgid "She" +msgstr "" + +#: Code/Lib/Libprofile.php:476 +msgid "Him" +msgstr "" + +#: Code/Lib/Libprofile.php:479 +msgid "Them" +msgstr "" + +#: Code/Lib/Libprofile.php:517 +msgid "Full Name:" +msgstr "" + +#: Code/Lib/Libprofile.php:554 +msgid "j F, Y" +msgstr "" + +#: Code/Lib/Libprofile.php:555 +msgid "j F" +msgstr "" + +#: Code/Lib/Libprofile.php:562 +msgid "Birthday:" +msgstr "" + +#: Code/Lib/Libprofile.php:566 Code/Module/Directory.php:381 +msgid "Age:" +msgstr "" + +#: Code/Lib/Libprofile.php:578 +#, php-format +msgid "for %1$d %2$s" +msgstr "" + +#: Code/Lib/Libprofile.php:590 +msgid "Tags:" +msgstr "" + +#: Code/Lib/Libprofile.php:595 +msgid "Sexual Preference:" +msgstr "" + +#: Code/Lib/Libprofile.php:607 Code/Module/Directory.php:401 +msgid "Hometown:" +msgstr "" + +#: Code/Lib/Libprofile.php:611 +msgid "Political Views:" +msgstr "" + +#: Code/Lib/Libprofile.php:615 +msgid "Religion:" +msgstr "" + +#: Code/Lib/Libprofile.php:619 Code/Module/Directory.php:403 +msgid "About:" +msgstr "" + +#: Code/Lib/Libprofile.php:623 +msgid "Hobbies/Interests:" +msgstr "" + +#: Code/Lib/Libprofile.php:627 +msgid "Likes:" +msgstr "" + +#: Code/Lib/Libprofile.php:631 +msgid "Dislikes:" +msgstr "" + +#: Code/Lib/Libprofile.php:635 +msgid "Contact information and Social Networks:" +msgstr "" + +#: Code/Lib/Libprofile.php:639 +msgid "My other channels:" +msgstr "" + +#: Code/Lib/Libprofile.php:643 +msgid "Musical interests:" +msgstr "" + +#: Code/Lib/Libprofile.php:647 +msgid "Books, literature:" +msgstr "" + +#: Code/Lib/Libprofile.php:651 +msgid "Television:" +msgstr "" + +#: Code/Lib/Libprofile.php:655 +msgid "Film/dance/culture/entertainment:" +msgstr "" + +#: Code/Lib/Libprofile.php:659 +msgid "Love/Romance:" +msgstr "" + +#: Code/Lib/Libprofile.php:663 +msgid "Work/employment:" +msgstr "" + +#: Code/Lib/Libprofile.php:667 +msgid "School/education:" +msgstr "" + +#: Code/Lib/Libprofile.php:693 +msgid "Like this thing" +msgstr "" + +#: Code/Lib/Libprofile.php:694 Code/Module/Cal.php:359 +#: Code/Module/Events.php:759 +msgid "Export" +msgstr "" + +#: Code/Lib/Enotify.php:74 +msgid "$Projectname Notification" +msgstr "" + +#: Code/Lib/Enotify.php:75 +msgid "$projectname" +msgstr "" + +#: Code/Lib/Enotify.php:77 +msgid "Thank You," +msgstr "" + +#: Code/Lib/Enotify.php:79 +#, php-format +msgid "%s Administrator" +msgstr "" + +#: Code/Lib/Enotify.php:80 +#, php-format +msgid "This email was sent by %1$s at %2$s." +msgstr "" + +#: Code/Lib/Enotify.php:80 Code/Module/Home.php:144 Code/Module/Home.php:153 +#: extend/addon/a/opensearch/Mod_opensearch.php:30 +msgid "$Projectname" +msgstr "" + +#: Code/Lib/Enotify.php:81 +#, php-format +msgid "" +"To stop receiving these messages, please adjust your Notification Settings " +"at %s" +msgstr "" + +#: Code/Lib/Enotify.php:82 +#, php-format +msgid "To stop receiving these messages, please adjust your %s." +msgstr "" + +#: Code/Lib/Enotify.php:82 +msgid "Notification Settings" +msgstr "" + +#: Code/Lib/Enotify.php:139 +#, php-format +msgid "%s " +msgstr "" + +#: Code/Lib/Enotify.php:143 +#, php-format +msgid "[$Projectname:Notify] New mail received at %s" +msgstr "" + +#: Code/Lib/Enotify.php:146 +#, php-format +msgid "%1$s sent you a new private message at %2$s." +msgstr "" + +#: Code/Lib/Enotify.php:147 +#, php-format +msgid "%1$s sent you %2$s." +msgstr "" + +#: Code/Lib/Enotify.php:147 Code/Lib/Enotify.php:150 +msgid "a private message" +msgstr "" + +#: Code/Lib/Enotify.php:149 +#, php-format +msgid "%1$s replied to a private message at %2$s." +msgstr "" + +#: Code/Lib/Enotify.php:150 +#, php-format +msgid "%1$s replied to %2$s." +msgstr "" + +#: Code/Lib/Enotify.php:152 +#, php-format +msgid "Please visit %s to view and/or reply to your private messages." +msgstr "" + +#: Code/Lib/Enotify.php:166 +msgid "commented on" +msgstr "" + +#: Code/Lib/Enotify.php:176 +msgid "liked" +msgstr "" + +#: Code/Lib/Enotify.php:180 +msgid "disliked" +msgstr "" + +#: Code/Lib/Enotify.php:226 +#, php-format +msgid "%1$s %2$s [zrl=%3$s]a %4$s[/zrl]" +msgstr "" + +#: Code/Lib/Enotify.php:236 +#, php-format +msgid "%1$s %2$s [zrl=%3$s]%4$s's %5$s[/zrl]" +msgstr "" + +#: Code/Lib/Enotify.php:248 +#, php-format +msgid "%1$s %2$s [zrl=%3$s]your %4$s[/zrl]" +msgstr "" + +#: Code/Lib/Enotify.php:262 +#, php-format +msgid "[$Projectname:Notify] Moderated Comment to conversation #%1$d by %2$s" +msgstr "" + +#: Code/Lib/Enotify.php:265 +#, php-format +msgid "[$Projectname:Notify] Comment to conversation #%1$d by %2$s" +msgstr "" + +#: Code/Lib/Enotify.php:267 +#, php-format +msgid "%1$s commented on an item/conversation you have been following." +msgstr "" + +#: Code/Lib/Enotify.php:271 +msgid "(Moderated)" +msgstr "" + +#: Code/Lib/Enotify.php:274 Code/Lib/Enotify.php:358 Code/Lib/Enotify.php:386 +#: Code/Lib/Enotify.php:417 Code/Lib/Enotify.php:436 Code/Lib/Enotify.php:451 +#, php-format +msgid "Please visit %s to view and/or reply to the conversation." +msgstr "" + +#: Code/Lib/Enotify.php:278 Code/Lib/Enotify.php:279 +#, php-format +msgid "Please visit %s to approve or reject this comment." +msgstr "" + +#: Code/Lib/Enotify.php:339 +#, php-format +msgid "%1$s liked [zrl=%2$s]your %3$s[/zrl]" +msgstr "" + +#: Code/Lib/Enotify.php:354 +#, php-format +msgid "[$Projectname:Notify] Like received to conversation #%1$d by %2$s" +msgstr "" + +#: Code/Lib/Enotify.php:355 +#, php-format +msgid "%1$s liked an item/conversation you created." +msgstr "" + +#: Code/Lib/Enotify.php:366 +#, php-format +msgid "[$Projectname:Notify] %s posted to your profile wall" +msgstr "" + +#: Code/Lib/Enotify.php:372 +#, php-format +msgid "%1$s posted to your profile wall at %2$s" +msgstr "" + +#: Code/Lib/Enotify.php:375 +#, php-format +msgid "%1$s posted to [zrl=%2$s]your wall[/zrl]" +msgstr "" + +#: Code/Lib/Enotify.php:382 Code/Lib/Enotify.php:383 +msgid " - " +msgstr "" + +#: Code/Lib/Enotify.php:382 Code/Lib/Enotify.php:383 +msgid "Moderated" +msgstr "" + +#: Code/Lib/Enotify.php:391 Code/Lib/Enotify.php:392 +#, php-format +msgid "Please visit %s to approve or reject this post." +msgstr "" + +#: Code/Lib/Enotify.php:409 +#, php-format +msgid "[$Projectname:Notify] %s tagged you" +msgstr "" + +#: Code/Lib/Enotify.php:410 +#, php-format +msgid "%1$s tagged you at %2$s" +msgstr "" + +#: Code/Lib/Enotify.php:412 +#, php-format +msgid "%1$s [zrl=%2$s]tagged you[/zrl]." +msgstr "" + +#: Code/Lib/Enotify.php:424 +#, php-format +msgid "[$Projectname:Notify] %1$s poked you" +msgstr "" + +#: Code/Lib/Enotify.php:425 +#, php-format +msgid "%1$s poked you at %2$s" +msgstr "" + +#: Code/Lib/Enotify.php:427 +#, php-format +msgid "%1$s [zrl=%2$s]poked you[/zrl]." +msgstr "" + +#: Code/Lib/Enotify.php:443 +#, php-format +msgid "[$Projectname:Notify] %s tagged your post" +msgstr "" + +#: Code/Lib/Enotify.php:444 +#, php-format +msgid "%1$s tagged your post at %2$s" +msgstr "" + +#: Code/Lib/Enotify.php:446 +#, php-format +msgid "%1$s tagged [zrl=%2$s]your post[/zrl]" +msgstr "" + +#: Code/Lib/Enotify.php:458 +msgid "[$Projectname:Notify] Introduction received" +msgstr "" + +#: Code/Lib/Enotify.php:459 +#, php-format +msgid "You've received an new connection request from '%1$s' at %2$s" +msgstr "" + +#: Code/Lib/Enotify.php:461 +#, php-format +msgid "You've received [zrl=%1$s]a new connection request[/zrl] from %2$s." +msgstr "" + +#: Code/Lib/Enotify.php:465 Code/Lib/Enotify.php:485 +#, php-format +msgid "You may visit their profile at %s" +msgstr "" + +#: Code/Lib/Enotify.php:467 +#, php-format +msgid "Please visit %s to approve or reject the connection request." +msgstr "" + +#: Code/Lib/Enotify.php:474 +msgid "[$Projectname:Notify] Friend suggestion received" +msgstr "" + +#: Code/Lib/Enotify.php:475 +#, php-format +msgid "You've received a friend suggestion from '%1$s' at %2$s" +msgstr "" + +#: Code/Lib/Enotify.php:477 +#, php-format +msgid "You've received [zrl=%1$s]a friend suggestion[/zrl] for %2$s from %3$s." +msgstr "" + +#: Code/Lib/Enotify.php:483 +msgid "Name:" +msgstr "" + +#: Code/Lib/Enotify.php:484 +msgid "Photo:" +msgstr "" + +#: Code/Lib/Enotify.php:487 +#, php-format +msgid "Please visit %s to approve or reject the suggestion." +msgstr "" + +#: Code/Lib/Enotify.php:745 +msgid "[$Projectname:Notify]" +msgstr "" + +#: Code/Lib/Enotify.php:927 +msgid "created a new post" +msgstr "" + +#: Code/Lib/Enotify.php:928 +#, php-format +msgid "reacted to %s's conversation" +msgstr "" + +#: Code/Lib/Enotify.php:930 +#, php-format +msgid "shared %s's post" +msgstr "" + +#: Code/Lib/Enotify.php:934 +msgid "sent a direct message" +msgstr "" + +#: Code/Lib/Enotify.php:941 +#, php-format +msgid "edited a post dated %s" +msgstr "" + +#: Code/Lib/Enotify.php:944 +#, php-format +msgid "edited a comment dated %s" +msgstr "" + +#: Code/Lib/Account.php:34 +msgid "Not a valid email address" +msgstr "" + +#: Code/Lib/Account.php:36 +msgid "Your email domain is not among those allowed on this site" +msgstr "" + +#: Code/Lib/Account.php:43 +msgid "Your email address is already registered at this site." +msgstr "" + +#: Code/Lib/Account.php:78 +msgid "An invitation is required." +msgstr "" + +#: Code/Lib/Account.php:82 +msgid "Invitation could not be verified." +msgstr "" + +#: Code/Lib/Account.php:164 +msgid "Please enter the required information." +msgstr "" + +#: Code/Lib/Account.php:228 +msgid "Failed to store account information." +msgstr "" + +#: Code/Lib/Account.php:321 +#, php-format +msgid "Registration confirmation for %s" +msgstr "" + +#: Code/Lib/Account.php:398 +#, php-format +msgid "Registration request at %s" +msgstr "" + +#: Code/Lib/Account.php:422 +msgid "your registration password" +msgstr "" + +#: Code/Lib/Account.php:428 Code/Lib/Account.php:498 +#, php-format +msgid "Registration details for %s" +msgstr "" + +#: Code/Lib/Account.php:510 +msgid "Account approved." +msgstr "" + +#: Code/Lib/Account.php:557 +#, php-format +msgid "Registration revoked for %s" +msgstr "" + +#: Code/Lib/Account.php:699 Code/Module/Admin/Accounts.php:103 +#, php-format +msgid "Account '%s' deleted" +msgstr "" + +#: Code/Lib/Features.php:62 +msgid "General Features" +msgstr "" + +#: Code/Lib/Features.php:66 Code/Widget/Newmember.php:72 +msgid "New Member Links" +msgstr "" + +#: Code/Lib/Features.php:67 +msgid "Display new member quick links menu" +msgstr "" + +#: Code/Lib/Features.php:75 +msgid "Advanced Profiles" +msgstr "" + +#: Code/Lib/Features.php:76 +msgid "Additional profile sections and selections" +msgstr "" + +#: Code/Lib/Features.php:85 +msgid "Private Notes" +msgstr "" + +#: Code/Lib/Features.php:86 +msgid "Enables a tool to store notes and reminders (note: not encrypted)" +msgstr "" + +#: Code/Lib/Features.php:95 +msgid "Photo Location" +msgstr "" + +#: Code/Lib/Features.php:96 +msgid "If location data is available on uploaded photos, link this to a map." +msgstr "" + +#: Code/Lib/Features.php:124 +msgid "Event Timezone Selection" +msgstr "" + +#: Code/Lib/Features.php:125 +msgid "Allow event creation in timezones other than your own." +msgstr "" + +#: Code/Lib/Features.php:134 +msgid "Advanced Directory Search" +msgstr "" + +#: Code/Lib/Features.php:135 +msgid "Allows creation of complex directory search queries" +msgstr "" + +#: Code/Lib/Features.php:143 +msgid "Advanced Theme and Layout Settings" +msgstr "" + +#: Code/Lib/Features.php:144 +msgid "Allows fine tuning of themes and page layouts" +msgstr "" + +#: Code/Lib/Features.php:153 +msgid "Access Control and Permissions" +msgstr "" + +#: Code/Lib/Features.php:157 +msgid "Privacy Groups" +msgstr "" + +#: Code/Lib/Features.php:158 +msgid "Enable management and selection of privacy groups" +msgstr "" + +#: Code/Lib/Features.php:177 +msgid "Create custom connection permission limits" +msgstr "" + +#: Code/Lib/Features.php:194 +msgid "OAuth2 Clients" +msgstr "" + +#: Code/Lib/Features.php:195 +msgid "Manage OAuth2 authenticatication tokens for mobile and remote apps." +msgstr "" + +#: Code/Lib/Features.php:215 +msgid "Post Composition Features" +msgstr "" + +#: Code/Lib/Features.php:237 +msgid "Browser Encryption" +msgstr "" + +#: Code/Lib/Features.php:238 +msgid "" +"Provide optional browser-to-browser encryption of content with a shared " +"secret key" +msgstr "" + +#: Code/Lib/Features.php:282 +msgid "Suppress Duplicate Posts/Comments" +msgstr "" + +#: Code/Lib/Features.php:283 +msgid "" +"Prevent posts with identical content to be published with less than two " +"minutes in between submissions." +msgstr "" + +#: Code/Lib/Features.php:291 +msgid "Auto-save drafts of posts and comments" +msgstr "" + +#: Code/Lib/Features.php:292 +msgid "" +"Automatically saves post and comment drafts in local browser storage to help " +"prevent accidental loss of compositions" +msgstr "" + +#: Code/Lib/Features.php:303 +msgid "Network and Stream Filtering" +msgstr "" + +#: Code/Lib/Features.php:307 Code/Module/Settings/Network.php:60 +msgid "Search by Date" +msgstr "" + +#: Code/Lib/Features.php:308 Code/Module/Settings/Network.php:61 +msgid "Ability to select posts by date ranges" +msgstr "" + +#: Code/Lib/Features.php:317 Code/Module/Settings/Network.php:68 +#: Code/Widget/Savedsearch.php:97 +msgid "Saved Searches" +msgstr "" + +#: Code/Lib/Features.php:318 Code/Module/Settings/Network.php:69 +msgid "Save search terms for re-use" +msgstr "" + +#: Code/Lib/Features.php:326 Code/Module/Settings/Network.php:76 +msgid "Alternate Stream Order" +msgstr "" + +#: Code/Lib/Features.php:327 Code/Module/Settings/Network.php:77 +msgid "" +"Ability to order the stream by last post date, last comment date or " +"unthreaded activities" +msgstr "" + +#: Code/Lib/Features.php:335 Code/Module/Settings/Network.php:84 +msgid "Contact Filter" +msgstr "" + +#: Code/Lib/Features.php:336 Code/Module/Settings/Network.php:85 +msgid "Ability to display only posts of a selected contact" +msgstr "" + +#: Code/Lib/Features.php:344 Code/Module/Settings/Network.php:92 +msgid "Forum Filter" +msgstr "" + +#: Code/Lib/Features.php:345 Code/Module/Settings/Network.php:93 +msgid "Ability to display only posts of a specific forum" +msgstr "" + +#: Code/Lib/Features.php:353 Code/Module/Settings/Network.php:100 +msgid "Personal Posts Filter" +msgstr "" + +#: Code/Lib/Features.php:354 Code/Module/Settings/Network.php:101 +msgid "Ability to display only posts that you've interacted on" +msgstr "" + +#: Code/Lib/Features.php:362 Code/Module/Settings/Network.php:108 +msgid "Affinity Tool" +msgstr "" + +#: Code/Lib/Features.php:363 Code/Module/Settings/Network.php:109 +msgid "Filter stream activity by depth of relationships" +msgstr "" + +#: Code/Lib/Features.php:372 Code/Module/Settings/Network.php:117 +msgid "Show friend and connection suggestions" +msgstr "" + +#: Code/Lib/Features.php:380 Code/Module/Settings/Network.php:124 +msgid "Connection Filtering" +msgstr "" + +#: Code/Lib/Features.php:381 Code/Module/Settings/Network.php:125 +msgid "Filter incoming posts from connections based on keywords/content" +msgstr "" + +#: Code/Lib/Features.php:393 +msgid "Post/Comment Tools" +msgstr "" + +#: Code/Lib/Features.php:397 +msgid "Community Tagging" +msgstr "" + +#: Code/Lib/Features.php:398 +msgid "Ability to tag existing posts" +msgstr "" + +#: Code/Lib/Features.php:406 +msgid "Post Categories" +msgstr "" + +#: Code/Lib/Features.php:407 +msgid "Add categories to your posts" +msgstr "" + +#: Code/Lib/Features.php:415 +msgid "Emoji Reactions" +msgstr "" + +#: Code/Lib/Features.php:416 +msgid "Add emoji reaction ability to posts" +msgstr "" + +#: Code/Lib/Features.php:424 Code/Widget/Filer.php:36 +#: Code/Widget/Activity_filter.php:242 +msgid "Saved Folders" +msgstr "" + +#: Code/Lib/Features.php:425 +msgid "Ability to file posts under folders" +msgstr "" + +#: Code/Lib/Features.php:433 +msgid "Dislike Posts" +msgstr "" + +#: Code/Lib/Features.php:434 +msgid "Ability to dislike posts/comments" +msgstr "" + +#: Code/Lib/Features.php:451 +msgid "Tag Cloud" +msgstr "" + +#: Code/Lib/Features.php:452 +msgid "Provide a personal tag cloud on your channel page" +msgstr "" + +#: Code/Lib/ServiceClass.php:35 +msgid "Unable to obtain identity information from database" +msgstr "" + +#: Code/Lib/ServiceClass.php:280 Code/Lib/ServiceClass.php:282 +msgid "Click here to upgrade." +msgstr "" + +#: Code/Lib/ServiceClass.php:290 +msgid "This action exceeds the limits set by your subscription plan." +msgstr "" + +#: Code/Lib/ServiceClass.php:296 +msgid "This action is not available under your subscription plan." +msgstr "" + +#: Code/Lib/PermissionDescription.php:40 Code/Lib/Libacl.php:39 +msgid "Visible to your default audience" +msgstr "" + +#: Code/Lib/PermissionDescription.php:117 Code/Lib/Libacl.php:137 +msgid "Only me" +msgstr "" + +#: Code/Lib/PermissionDescription.php:119 +msgid "Public" +msgstr "" + +#: Code/Lib/PermissionDescription.php:121 +msgid "Anybody in the $Projectname network" +msgstr "" + +#: Code/Lib/PermissionDescription.php:123 +#, php-format +msgid "Any account on %s" +msgstr "" + +#: Code/Lib/PermissionDescription.php:125 +msgid "Any of my connections" +msgstr "" + +#: Code/Lib/PermissionDescription.php:127 +msgid "Only connections I specifically allow" +msgstr "" + +#: Code/Lib/PermissionDescription.php:129 +msgid "Anybody authenticated (could include visitors from other networks)" +msgstr "" + +#: Code/Lib/PermissionDescription.php:131 +msgid "Any connections including those who haven't yet been approved" +msgstr "" + +#: Code/Lib/PermissionDescription.php:180 +msgid "" +"This is your default setting for the audience of your normal stream, and " +"posts." +msgstr "" + +#: Code/Lib/PermissionDescription.php:182 +msgid "" +"This is your default setting for who can view your default channel profile" +msgstr "" + +#: Code/Lib/PermissionDescription.php:184 +msgid "This is your default setting for who can view your connections" +msgstr "" + +#: Code/Lib/PermissionDescription.php:186 +msgid "" +"This is your default setting for who can view your file storage and photos" +msgstr "" + +#: Code/Lib/PermissionDescription.php:188 +msgid "This is your default setting for the audience of your webpages" +msgstr "" + +#: Code/Lib/Markdown.php:219 include/bbcode.php:684 +#, php-format +msgid "%1$s wrote the following %2$s %3$s" +msgstr "" + +#: Code/Lib/Markdown.php:221 Code/Module/Tagger.php:93 include/bbcode.php:678 +#: include/text.php:2406 include/conversation.php:171 +msgid "post" +msgstr "" + +#: Code/Lib/Libacl.php:96 +msgid "(List)" +msgstr "" + +#: Code/Lib/Libacl.php:102 +msgid "My connections" +msgstr "" + +#: Code/Lib/Libacl.php:102 Code/Lib/Libacl.php:105 Code/Lib/Libacl.php:108 +msgid "(Virtual List)" +msgstr "" + +#: Code/Lib/Libacl.php:105 +msgid "My ActivityPub connections" +msgstr "" + +#: Code/Lib/Libacl.php:108 +msgid "My Nomad connections" +msgstr "" + +#: Code/Lib/Libacl.php:117 +msgid "(Group)" +msgstr "" + +#: Code/Lib/Libacl.php:130 +msgid "(DM)" +msgstr "" + +#: Code/Lib/Libacl.php:144 +msgid "Who can see this?" +msgstr "" + +#: Code/Lib/Libacl.php:145 +msgid "Custom selection" +msgstr "" + +#: Code/Lib/Libacl.php:146 +msgid "" +"Select \"Show\" to allow viewing. \"Don't show\" lets you override and limit " +"the scope of \"Show\"." +msgstr "" + +#: Code/Lib/Libacl.php:147 +msgid "Show" +msgstr "" + +#: Code/Lib/Libacl.php:148 +msgid "Don't show" +msgstr "" + +#: Code/Lib/Libacl.php:154 Code/Module/Chat.php:243 +#: Code/Module/Filestorage.php:233 Code/Module/Photos.php:744 +#: Code/Module/Photos.php:1129 Code/Module/Connedit.php:644 +#: Code/Module/Thing.php:357 Code/Module/Thing.php:412 +#: extend/addon/a/faces/Mod_Faces.php:175 +#: extend/addon/a/flashcards/Mod_Flashcards.php:257 +msgid "Permissions" +msgstr "" + +#: Code/Lib/Libacl.php:182 +msgid "" +"Post permissions cannot be changed after a post is shared.
These " +"permissions set who is allowed to view the post." +msgstr "" + +#: Code/Lib/Connect.php:50 Code/Lib/Connect.php:172 +msgid "Channel is blocked on this site." +msgstr "" + +#: Code/Lib/Connect.php:55 +msgid "Channel location missing." +msgstr "" + +#: Code/Lib/Connect.php:133 +msgid "Remote channel or protocol unavailable." +msgstr "" + +#: Code/Lib/Connect.php:166 +msgid "Channel discovery failed." +msgstr "" + +#: Code/Lib/Connect.php:180 +msgid "Protocol not supported" +msgstr "" + +#: Code/Lib/Connect.php:193 +msgid "Cannot connect to yourself." +msgstr "" + +#: Code/Lib/Connect.php:271 +msgid "error saving data" +msgstr "" + +#: Code/Lib/Stringsjs.php:14 include/conversation.php:1305 +msgid "Delete this item?" +msgstr "" + +#: Code/Lib/Stringsjs.php:17 +#, php-format +msgid "%s show less" +msgstr "" + +#: Code/Lib/Stringsjs.php:18 +#, php-format +msgid "%s expand" +msgstr "" + +#: Code/Lib/Stringsjs.php:19 +#, php-format +msgid "%s collapse" +msgstr "" + +#: Code/Lib/Stringsjs.php:20 +msgid "Password too short" +msgstr "" + +#: Code/Lib/Stringsjs.php:21 +msgid "Passwords do not match" +msgstr "" + +#: Code/Lib/Stringsjs.php:22 +msgid "everybody" +msgstr "" + +#: Code/Lib/Stringsjs.php:23 +msgid "Secret Passphrase" +msgstr "" + +#: Code/Lib/Stringsjs.php:24 +msgid "Passphrase hint" +msgstr "" + +#: Code/Lib/Stringsjs.php:25 +msgid "Notice: Permissions have changed but have not yet been submitted." +msgstr "" + +#: Code/Lib/Stringsjs.php:26 +msgid "close all" +msgstr "" + +#: Code/Lib/Stringsjs.php:27 +msgid "Nothing new here" +msgstr "" + +#: Code/Lib/Stringsjs.php:29 +msgid "Please enter a link URL" +msgstr "" + +#: Code/Lib/Stringsjs.php:30 +msgid "Unsaved changes. Are you sure you wish to leave this page?" +msgstr "" + +#: Code/Lib/Stringsjs.php:31 Code/Module/Cdav.php:1039 +#: Code/Module/Events.php:526 Code/Module/Locs.php:134 +#: Code/Module/Profiles.php:542 Code/Module/Profiles.php:783 +msgid "Location" +msgstr "" + +#: Code/Lib/Stringsjs.php:32 +msgid "lovely" +msgstr "" + +#: Code/Lib/Stringsjs.php:33 +msgid "wonderful" +msgstr "" + +#: Code/Lib/Stringsjs.php:34 +msgid "fantastic" +msgstr "" + +#: Code/Lib/Stringsjs.php:35 +msgid "great" +msgstr "" + +#: Code/Lib/Stringsjs.php:36 +msgid "" +"Your chosen nickname was either already taken or not valid. Please use our " +"suggestion (" +msgstr "" + +#: Code/Lib/Stringsjs.php:37 +msgid ") or enter a new one." +msgstr "" + +#: Code/Lib/Stringsjs.php:38 +msgid "Thank you, this nickname is valid." +msgstr "" + +#: Code/Lib/Stringsjs.php:39 +msgid "A channel name is required." +msgstr "" + +#: Code/Lib/Stringsjs.php:40 +msgid "This is a " +msgstr "" + +#: Code/Lib/Stringsjs.php:41 +msgid " channel name" +msgstr "" + +#: Code/Lib/Stringsjs.php:42 +msgid "Pinned" +msgstr "" + +#: Code/Lib/Stringsjs.php:45 +msgid "Please accept terms to continue" +msgstr "" + +#: Code/Lib/Stringsjs.php:51 +msgid "timeago.prefixAgo" +msgstr "" + +#: Code/Lib/Stringsjs.php:52 +msgid "timeago.prefixFromNow" +msgstr "" + +#: Code/Lib/Stringsjs.php:53 +msgid "timeago.suffixAgo" +msgstr "" + +#: Code/Lib/Stringsjs.php:54 +msgid "timeago.suffixFromNow" +msgstr "" + +#: Code/Lib/Stringsjs.php:57 +msgid "less than a minute" +msgstr "" + +#: Code/Lib/Stringsjs.php:58 +msgid "about a minute" +msgstr "" + +#: Code/Lib/Stringsjs.php:59 +#, php-format +msgid "%d minutes" +msgstr "" + +#: Code/Lib/Stringsjs.php:60 +msgid "about an hour" +msgstr "" + +#: Code/Lib/Stringsjs.php:61 +#, php-format +msgid "about %d hours" +msgstr "" + +#: Code/Lib/Stringsjs.php:62 +msgid "a day" +msgstr "" + +#: Code/Lib/Stringsjs.php:63 +#, php-format +msgid "%d days" +msgstr "" + +#: Code/Lib/Stringsjs.php:64 +msgid "about a month" +msgstr "" + +#: Code/Lib/Stringsjs.php:65 +#, php-format +msgid "%d months" +msgstr "" + +#: Code/Lib/Stringsjs.php:66 +msgid "about a year" +msgstr "" + +#: Code/Lib/Stringsjs.php:67 +#, php-format +msgid "%d years" +msgstr "" + +#: Code/Lib/Stringsjs.php:68 +msgid " " +msgstr "" + +#: Code/Lib/Stringsjs.php:69 +msgid "timeago.numbers" +msgstr "" + +#: Code/Lib/Stringsjs.php:71 include/text.php:1443 +msgid "January" +msgstr "" + +#: Code/Lib/Stringsjs.php:72 include/text.php:1443 +msgid "February" +msgstr "" + +#: Code/Lib/Stringsjs.php:73 include/text.php:1443 +msgid "March" +msgstr "" + +#: Code/Lib/Stringsjs.php:74 include/text.php:1443 +msgid "April" +msgstr "" + +#: Code/Lib/Stringsjs.php:75 +msgctxt "long" +msgid "May" +msgstr "" + +#: Code/Lib/Stringsjs.php:76 include/text.php:1443 +msgid "June" +msgstr "" + +#: Code/Lib/Stringsjs.php:77 include/text.php:1443 +msgid "July" +msgstr "" + +#: Code/Lib/Stringsjs.php:78 include/text.php:1443 +msgid "August" +msgstr "" + +#: Code/Lib/Stringsjs.php:79 include/text.php:1443 +msgid "September" +msgstr "" + +#: Code/Lib/Stringsjs.php:80 include/text.php:1443 +msgid "October" +msgstr "" + +#: Code/Lib/Stringsjs.php:81 include/text.php:1443 +msgid "November" +msgstr "" + +#: Code/Lib/Stringsjs.php:82 include/text.php:1443 +msgid "December" +msgstr "" + +#: Code/Lib/Stringsjs.php:83 +msgid "Jan" +msgstr "" + +#: Code/Lib/Stringsjs.php:84 +msgid "Feb" +msgstr "" + +#: Code/Lib/Stringsjs.php:85 +msgid "Mar" +msgstr "" + +#: Code/Lib/Stringsjs.php:86 +msgid "Apr" +msgstr "" + +#: Code/Lib/Stringsjs.php:87 +msgctxt "short" +msgid "May" +msgstr "" + +#: Code/Lib/Stringsjs.php:88 +msgid "Jun" +msgstr "" + +#: Code/Lib/Stringsjs.php:89 +msgid "Jul" +msgstr "" + +#: Code/Lib/Stringsjs.php:90 +msgid "Aug" +msgstr "" + +#: Code/Lib/Stringsjs.php:91 +msgid "Sep" +msgstr "" + +#: Code/Lib/Stringsjs.php:92 +msgid "Oct" +msgstr "" + +#: Code/Lib/Stringsjs.php:93 +msgid "Nov" +msgstr "" + +#: Code/Lib/Stringsjs.php:94 +msgid "Dec" +msgstr "" + +#: Code/Lib/Stringsjs.php:95 Code/Module/Settings/Channel.php:759 +#: include/text.php:1437 +msgid "Sunday" +msgstr "" + +#: Code/Lib/Stringsjs.php:96 Code/Module/Settings/Channel.php:760 +#: include/text.php:1437 +msgid "Monday" +msgstr "" + +#: Code/Lib/Stringsjs.php:97 Code/Module/Settings/Channel.php:761 +#: include/text.php:1437 +msgid "Tuesday" +msgstr "" + +#: Code/Lib/Stringsjs.php:98 Code/Module/Settings/Channel.php:762 +#: include/text.php:1437 +msgid "Wednesday" +msgstr "" + +#: Code/Lib/Stringsjs.php:99 Code/Module/Settings/Channel.php:763 +#: include/text.php:1437 +msgid "Thursday" +msgstr "" + +#: Code/Lib/Stringsjs.php:100 Code/Module/Settings/Channel.php:764 +#: include/text.php:1437 +msgid "Friday" +msgstr "" + +#: Code/Lib/Stringsjs.php:101 Code/Module/Settings/Channel.php:765 +#: include/text.php:1437 +msgid "Saturday" +msgstr "" + +#: Code/Lib/Stringsjs.php:102 +msgid "Sun" +msgstr "" + +#: Code/Lib/Stringsjs.php:103 +msgid "Mon" +msgstr "" + +#: Code/Lib/Stringsjs.php:104 +msgid "Tue" +msgstr "" + +#: Code/Lib/Stringsjs.php:105 +msgid "Wed" +msgstr "" + +#: Code/Lib/Stringsjs.php:106 +msgid "Thu" +msgstr "" + +#: Code/Lib/Stringsjs.php:107 +msgid "Fri" +msgstr "" + +#: Code/Lib/Stringsjs.php:108 +msgid "Sat" +msgstr "" + +#: Code/Lib/Stringsjs.php:109 +msgctxt "calendar" +msgid "today" +msgstr "" + +#: Code/Lib/Stringsjs.php:110 +msgctxt "calendar" +msgid "month" +msgstr "" + +#: Code/Lib/Stringsjs.php:111 +msgctxt "calendar" +msgid "week" +msgstr "" + +#: Code/Lib/Stringsjs.php:112 +msgctxt "calendar" +msgid "day" +msgstr "" + +#: Code/Lib/Stringsjs.php:113 +msgctxt "calendar" +msgid "All day" +msgstr "" + +#: Code/Lib/Stringsjs.php:114 +msgid "" +"A social networking profile that is public by default and private if desired" +msgstr "" + +#: Code/Lib/Stringsjs.php:115 +msgid "" +"A social networking profile where content is private to your [Friends] " +"Access List by default but can be made public if desired" +msgstr "" + +#: Code/Lib/Stringsjs.php:116 +msgid "A public group where members are allowed to upload media by default" +msgstr "" + +#: Code/Lib/Stringsjs.php:117 +msgid "A private group with no upload permission" +msgstr "" + +#: Code/Lib/Stringsjs.php:118 +msgid "" +"A public group where posts are moderated by the owner. The [moderated] " +"permission may be removed from any group member once trust is established" +msgstr "" + +#: Code/Lib/Stringsjs.php:119 +msgid "" +"A sub-channel of your main channel - often devoted to a specific language or " +"topic. Replies are sent back to your main channel" +msgstr "" + +#: Code/Lib/Stringsjs.php:120 +msgid "" +"A private sub-channel of your main channel - often devoted to a specific " +"language or topic. Replies are sent back to your main channel" +msgstr "" + +#: Code/Module/Acloader.php:260 +msgid "network" +msgstr "" + +#: Code/Module/Admin.php:94 Code/Module/Admin/Addons.php:264 +#: Code/Module/Admin/Themes.php:85 Code/Module/Search.php:196 +#: Code/Module/Display.php:69 Code/Module/Display.php:515 +#: Code/Module/Filestorage.php:41 Code/Module/Dev.php:77 +#: Code/Module/Inspect.php:35 Code/Module/Viewsrc.php:29 +#: Code/Module/Thing.php:110 extend/addon/a/flashcards/Mod_Flashcards.php:287 +#: extend/addon/a/flashcards/Mod_Flashcards.php:288 include/items.php:3681 +msgid "Item not found." +msgstr "" + +#: Code/Module/Admin.php:128 Code/Module/Admin/Accounts.php:180 +#: Code/Module/Admin/Accounts.php:193 Code/Widget/Admin.php:32 +msgid "Accounts" +msgstr "" + +#: Code/Module/Admin.php:129 +msgid "Blocked accounts" +msgstr "" + +#: Code/Module/Admin.php:130 +msgid "Expired accounts" +msgstr "" + +#: Code/Module/Admin.php:131 +msgid "Expiring accounts" +msgstr "" + +#: Code/Module/Admin.php:148 Code/Module/Locs.php:136 +msgid "Primary" +msgstr "" + +#: Code/Module/Admin.php:149 +msgid "Clones" +msgstr "" + +#: Code/Module/Admin.php:155 +msgid "Message queues" +msgstr "" + +#: Code/Module/Admin.php:168 +msgid "Your software should be updated" +msgstr "" + +#: Code/Module/Admin.php:173 Code/Module/Admin/Security.php:138 +#: Code/Module/Admin/Logs.php:85 Code/Module/Admin/Channels.php:173 +#: Code/Module/Admin/Accounts.php:179 Code/Module/Admin/Addons.php:340 +#: Code/Module/Admin/Addons.php:438 Code/Module/Admin/Site.php:278 +#: Code/Module/Admin/Themes.php:139 Code/Module/Admin/Themes.php:173 +msgid "Administration" +msgstr "" + +#: Code/Module/Admin.php:174 include/conversation.php:1510 +msgid "Summary" +msgstr "" + +#: Code/Module/Admin.php:177 +msgid "Registered accounts" +msgstr "" + +#: Code/Module/Admin.php:178 +msgid "Pending registrations" +msgstr "" + +#: Code/Module/Admin.php:179 +msgid "Registered channels" +msgstr "" + +#: Code/Module/Admin.php:180 +msgid "Active addons" +msgstr "" + +#: Code/Module/Admin.php:181 +msgid "Version" +msgstr "" + +#: Code/Module/Admin.php:182 +msgid "Repository version (release)" +msgstr "" + +#: Code/Module/Admin.php:183 +msgid "Repository version (dev)" +msgstr "" + +#: Code/Module/Admin/Security.php:129 +msgid "" +"By default, unfiltered HTML is allowed in embedded media. This is inherently " +"insecure." +msgstr "" + +#: Code/Module/Admin/Security.php:132 +msgid "" +"The recommended setting is to only allow unfiltered HTML from the following " +"sites:" +msgstr "" + +#: Code/Module/Admin/Security.php:133 +msgid "" +"https://youtube.com/
https://www.youtube.com/
https://youtu.be/" +"
https://vimeo.com/
https://soundcloud.com/
" +msgstr "" + +#: Code/Module/Admin/Security.php:134 +msgid "" +"All other embedded content will be filtered, unless " +"embedded content from that site is explicitly blocked." +msgstr "" + +#: Code/Module/Admin/Security.php:139 Code/Widget/Admin.php:34 +msgid "Security" +msgstr "" + +#: Code/Module/Admin/Security.php:141 +msgid "Block public" +msgstr "" + +#: Code/Module/Admin/Security.php:141 +msgid "" +"Check to block public access to all otherwise public personal pages on this " +"site unless you are currently authenticated." +msgstr "" + +#: Code/Module/Admin/Security.php:142 +msgid "Block public search" +msgstr "" + +#: Code/Module/Admin/Security.php:142 +msgid "" +"Prevent access to search content unless you are currently authenticated." +msgstr "" + +#: Code/Module/Admin/Security.php:143 Code/Module/Admin/Site.php:308 +msgid "Block directory from visitors" +msgstr "" + +#: Code/Module/Admin/Security.php:143 Code/Module/Admin/Site.php:308 +msgid "Only allow authenticated access to directory." +msgstr "" + +#: Code/Module/Admin/Security.php:144 +msgid "Hide local directory" +msgstr "" + +#: Code/Module/Admin/Security.php:144 +msgid "Only use the global directory" +msgstr "" + +#: Code/Module/Admin/Security.php:145 +msgid "Provide a cloud root directory" +msgstr "" + +#: Code/Module/Admin/Security.php:145 +msgid "" +"The cloud root directory lists all channel names which provide public files. " +"Otherwise only the names of connections are shown." +msgstr "" + +#: Code/Module/Admin/Security.php:146 +msgid "Show total disk space available to cloud uploads" +msgstr "" + +#: Code/Module/Admin/Security.php:147 +msgid "Allow SVG thumbnails in file browser" +msgstr "" + +#: Code/Module/Admin/Security.php:147 +msgid "WARNING: SVG images may contain malicious code." +msgstr "" + +#: Code/Module/Admin/Security.php:149 +msgid "Allow embedded (inline) PDF files" +msgstr "" + +#: Code/Module/Admin/Security.php:150 +msgid "Permit anonymous comments" +msgstr "" + +#: Code/Module/Admin/Security.php:150 +msgid "" +"Moderation will be performed by channels that select this comment option." +msgstr "" + +#: Code/Module/Admin/Security.php:151 +msgid "Set \"Transport Security\" HTTP header" +msgstr "" + +#: Code/Module/Admin/Security.php:152 +msgid "Set \"Content Security Policy\" HTTP header" +msgstr "" + +#: Code/Module/Admin/Security.php:153 +msgid "Allowed email domains" +msgstr "" + +#: Code/Module/Admin/Security.php:153 +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 "" + +#: Code/Module/Admin/Security.php:154 +msgid "Not allowed email domains" +msgstr "" + +#: Code/Module/Admin/Security.php:154 +msgid "" +"Comma separated list of domains which are not allowed in email addresses for " +"registrations to this site. Wildcards are accepted. Empty to allow any " +"domains, unless allowed domains have been defined." +msgstr "" + +#: Code/Module/Admin/Security.php:155 +msgid "Allow communications only from these sites" +msgstr "" + +#: Code/Module/Admin/Security.php:155 Code/Module/Admin/Security.php:160 +msgid "" +"One site per line. Leave empty to allow communication from anywhere by " +"default" +msgstr "" + +#: Code/Module/Admin/Security.php:156 +msgid "Block communications from these sites" +msgstr "" + +#: Code/Module/Admin/Security.php:157 +msgid "Allow communications only from these channels" +msgstr "" + +#: Code/Module/Admin/Security.php:157 Code/Module/Admin/Security.php:162 +msgid "" +"One channel (hash) per line. Leave empty to allow communication from any " +"channel by default" +msgstr "" + +#: Code/Module/Admin/Security.php:158 +msgid "Block communications from these channels" +msgstr "" + +#: Code/Module/Admin/Security.php:160 +msgid "Allow public stream communications only from these sites" +msgstr "" + +#: Code/Module/Admin/Security.php:161 +msgid "Block public stream communications from these sites" +msgstr "" + +#: Code/Module/Admin/Security.php:162 +msgid "Allow public stream communications only from these channels" +msgstr "" + +#: Code/Module/Admin/Security.php:163 +msgid "Block public stream communications from these channels" +msgstr "" + +#: Code/Module/Admin/Security.php:166 +msgid "Only allow embeds from secure (SSL) websites and links." +msgstr "" + +#: Code/Module/Admin/Security.php:167 +msgid "Allow unfiltered embedded HTML content only from these domains" +msgstr "" + +#: Code/Module/Admin/Security.php:167 +msgid "One site per line. By default embedded content is filtered." +msgstr "" + +#: Code/Module/Admin/Security.php:168 +msgid "Block embedded HTML from these domains" +msgstr "" + +#: Code/Module/Admin/Queue.php:38 +msgid "Queue Statistics" +msgstr "" + +#: Code/Module/Admin/Queue.php:39 +msgid "Total Entries" +msgstr "" + +#: Code/Module/Admin/Queue.php:40 +msgid "Priority" +msgstr "" + +#: Code/Module/Admin/Queue.php:41 +msgid "Destination URL" +msgstr "" + +#: Code/Module/Admin/Queue.php:42 +msgid "Mark hub permanently offline" +msgstr "" + +#: Code/Module/Admin/Queue.php:43 +msgid "Empty queue for this hub" +msgstr "" + +#: Code/Module/Admin/Queue.php:44 +msgid "Last known contact" +msgstr "" + +#: Code/Module/Admin/Profs.php:98 +msgid "New Profile Field" +msgstr "" + +#: Code/Module/Admin/Profs.php:99 Code/Module/Admin/Profs.php:120 +msgid "Field nickname" +msgstr "" + +#: Code/Module/Admin/Profs.php:99 Code/Module/Admin/Profs.php:120 +msgid "System name of field" +msgstr "" + +#: Code/Module/Admin/Profs.php:100 Code/Module/Admin/Profs.php:121 +msgid "Input type" +msgstr "" + +#: Code/Module/Admin/Profs.php:101 Code/Module/Admin/Profs.php:122 +msgid "Field Name" +msgstr "" + +#: Code/Module/Admin/Profs.php:101 Code/Module/Admin/Profs.php:122 +msgid "Label on profile pages" +msgstr "" + +#: Code/Module/Admin/Profs.php:102 Code/Module/Admin/Profs.php:123 +msgid "Help text" +msgstr "" + +#: Code/Module/Admin/Profs.php:102 Code/Module/Admin/Profs.php:123 +msgid "Additional info (optional)" +msgstr "" + +#: Code/Module/Admin/Profs.php:113 +msgid "Field definition not found" +msgstr "" + +#: Code/Module/Admin/Profs.php:119 +msgid "Edit Profile Field" +msgstr "" + +#: Code/Module/Admin/Profs.php:185 +msgid "Profile Fields" +msgstr "" + +#: Code/Module/Admin/Profs.php:186 +msgid "Basic Profile Fields" +msgstr "" + +#: Code/Module/Admin/Profs.php:187 +msgid "Advanced Profile Fields" +msgstr "" + +#: Code/Module/Admin/Profs.php:187 +msgid "(In addition to basic fields)" +msgstr "" + +#: Code/Module/Admin/Profs.php:189 +msgid "All available fields" +msgstr "" + +#: Code/Module/Admin/Profs.php:190 +msgid "Custom Fields" +msgstr "" + +#: Code/Module/Admin/Profs.php:194 +msgid "Create Custom Field" +msgstr "" + +#: Code/Module/Admin/Profile_photo.php:71 Code/Module/Admin/Cover_photo.php:68 +#: Code/Module/Cover_photo.php:68 Code/Module/Profile_photo.php:68 +msgid "Image uploaded but image cropping failed." +msgstr "" + +#: Code/Module/Admin/Profile_photo.php:125 +#: Code/Module/Admin/Profile_photo.php:255 Code/Module/Profile_photo.php:122 +#: Code/Module/Profile_photo.php:291 include/photo_factory.php:540 +msgid "Profile Photos" +msgstr "" + +#: Code/Module/Admin/Profile_photo.php:149 +#: Code/Module/Admin/Cover_photo.php:203 Code/Module/Cover_photo.php:203 +#: Code/Module/Profile_photo.php:148 +msgid "Image resize failed." +msgstr "" + +#: Code/Module/Admin/Profile_photo.php:193 Code/Module/Profile_photo.php:226 +msgid "" +"Shift-reload the page or clear browser cache if the new photo does not " +"display immediately." +msgstr "" + +#: Code/Module/Admin/Profile_photo.php:195 +#: Code/Module/Admin/Cover_photo.php:212 Code/Module/Cover_photo.php:215 +#: Code/Module/Profile_photo.php:231 include/photos.php:204 +msgid "Unable to process image" +msgstr "" + +#: Code/Module/Admin/Profile_photo.php:270 Code/Module/Profile_photo.php:306 +msgid "Image upload failed." +msgstr "" + +#: Code/Module/Admin/Profile_photo.php:289 Code/Module/Profile_photo.php:325 +msgid "Unable to process image." +msgstr "" + +#: Code/Module/Admin/Profile_photo.php:358 +#: Code/Module/Admin/Profile_photo.php:401 +#: Code/Module/Admin/Cover_photo.php:321 Code/Module/Admin/Cover_photo.php:337 +#: Code/Module/Cover_photo.php:368 Code/Module/Cover_photo.php:384 +#: Code/Module/Profile_photo.php:390 Code/Module/Profile_photo.php:441 +msgid "Photo not available." +msgstr "" + +#: Code/Module/Admin/Profile_photo.php:467 Code/Module/Profile_photo.php:506 +msgid "" +"Your default profile photo is visible to anybody on the internet. Profile " +"photos for alternate profiles will inherit the permissions of the profile" +msgstr "" + +#: Code/Module/Admin/Profile_photo.php:467 +msgid "" +"Your site photo is visible to anybody on the internet and may be distributed " +"to other websites." +msgstr "" + +#: Code/Module/Admin/Profile_photo.php:469 +#: Code/Module/Admin/Cover_photo.php:375 Code/Module/Cover_photo.php:421 +#: Code/Module/Profile_photo.php:508 +msgid "Upload File:" +msgstr "" + +#: Code/Module/Admin/Profile_photo.php:470 +#: Code/Module/Admin/Cover_photo.php:376 Code/Module/Cover_photo.php:422 +#: Code/Module/Profile_photo.php:509 +msgid "Select a profile:" +msgstr "" + +#: Code/Module/Admin/Profile_photo.php:471 +msgid "Use Photo for Site Logo" +msgstr "" + +#: Code/Module/Admin/Profile_photo.php:471 +msgid "Change Site Logo" +msgstr "" + +#: Code/Module/Admin/Profile_photo.php:472 Code/Module/Profile_photo.php:511 +msgid "Use" +msgstr "" + +#: Code/Module/Admin/Profile_photo.php:472 +#: Code/Module/Admin/Cover_photo.php:378 Code/Module/Cover_photo.php:424 +#: Code/Module/Embedphotos.php:229 Code/Module/Photos.php:754 +#: Code/Module/Profile_photo.php:511 Code/Widget/Portfolio.php:124 +#: Code/Widget/Cdav.php:157 Code/Widget/Cdav.php:191 Code/Widget/Album.php:109 +#: Code/Storage/Browser.php:422 +msgid "Upload" +msgstr "" + +#: Code/Module/Admin/Profile_photo.php:476 +#: Code/Module/Admin/Profile_photo.php:477 +#: Code/Module/Admin/Cover_photo.php:380 Code/Module/Admin/Cover_photo.php:381 +#: Code/Module/Cover_photo.php:426 Code/Module/Cover_photo.php:427 +#: Code/Module/Profile_photo.php:515 Code/Module/Profile_photo.php:516 +msgid "Use a photo from your albums" +msgstr "" + +#: Code/Module/Admin/Profile_photo.php:478 +#: Code/Module/Admin/Cover_photo.php:382 Code/Module/Admin/Addons.php:425 +#: Code/Module/Cdav.php:1080 Code/Module/Cdav.php:1388 +#: Code/Module/Card_edit.php:142 Code/Module/Cover_photo.php:428 +#: Code/Module/Editblock.php:156 Code/Module/Editlayout.php:153 +#: Code/Module/Editpost.php:150 Code/Module/Editwebpage.php:187 +#: Code/Module/Fbrowser.php:75 Code/Module/Fbrowser.php:98 +#: Code/Module/Filer.php:64 Code/Module/Connedit.php:861 +#: Code/Module/Profile_photo.php:517 Code/Module/Profiles.php:854 +#: Code/Module/Settings/Oauth2.php:116 Code/Module/Settings/Oauth2.php:146 +#: Code/Module/Settings/Oauth.php:99 Code/Module/Settings/Oauth.php:127 +#: Code/Module/Tagrm.php:21 Code/Module/Tagrm.php:152 +#: include/conversation.php:1433 include/conversation.php:1499 +#: include/conversation.php:1501 include/conversation.php:1503 +msgid "Cancel" +msgstr "" + +#: Code/Module/Admin/Profile_photo.php:479 +#: Code/Module/Admin/Cover_photo.php:383 Code/Module/Cover_photo.php:429 +#: Code/Module/Profile_photo.php:518 include/conversation.php:1434 +#: include/conversation.php:1498 include/conversation.php:1500 +#: include/conversation.php:1502 +msgid "OK" +msgstr "" + +#: Code/Module/Admin/Profile_photo.php:480 +#: Code/Module/Admin/Cover_photo.php:384 Code/Module/Cover_photo.php:430 +#: Code/Module/Profile_photo.php:519 include/conversation.php:1298 +msgid "Choose images to embed" +msgstr "" + +#: Code/Module/Admin/Profile_photo.php:481 +#: Code/Module/Admin/Cover_photo.php:385 Code/Module/Cover_photo.php:431 +#: Code/Module/Profile_photo.php:520 include/conversation.php:1299 +msgid "Choose an album" +msgstr "" + +#: Code/Module/Admin/Profile_photo.php:482 +#: Code/Module/Admin/Cover_photo.php:386 Code/Module/Cover_photo.php:432 +#: Code/Module/Profile_photo.php:521 +msgid "Choose a different album" +msgstr "" + +#: Code/Module/Admin/Profile_photo.php:483 +#: Code/Module/Admin/Cover_photo.php:387 Code/Module/Cover_photo.php:433 +#: Code/Module/Profile_photo.php:522 include/conversation.php:1301 +msgid "Error getting album list" +msgstr "" + +#: Code/Module/Admin/Profile_photo.php:484 +#: Code/Module/Admin/Cover_photo.php:388 Code/Module/Cover_photo.php:434 +#: Code/Module/Profile_photo.php:523 include/conversation.php:1302 +msgid "Error getting photo link" +msgstr "" + +#: Code/Module/Admin/Profile_photo.php:485 +#: Code/Module/Admin/Cover_photo.php:389 Code/Module/Cover_photo.php:435 +#: Code/Module/Profile_photo.php:524 include/conversation.php:1303 +msgid "Error getting album" +msgstr "" + +#: Code/Module/Admin/Profile_photo.php:487 +#: Code/Module/Admin/Cover_photo.php:391 Code/Module/Cover_photo.php:437 +#: Code/Module/Profile_photo.php:526 +msgid "Select previously uploaded photo" +msgstr "" + +#: Code/Module/Admin/Profile_photo.php:502 +#: Code/Module/Admin/Cover_photo.php:407 Code/Module/Cover_photo.php:453 +#: Code/Module/Profile_photo.php:541 +msgid "Crop Image" +msgstr "" + +#: Code/Module/Admin/Profile_photo.php:503 +#: Code/Module/Admin/Cover_photo.php:408 Code/Module/Cover_photo.php:454 +#: Code/Module/Profile_photo.php:542 +msgid "Please adjust the image cropping for optimum viewing." +msgstr "" + +#: Code/Module/Admin/Profile_photo.php:505 +#: Code/Module/Admin/Cover_photo.php:410 Code/Module/Cover_photo.php:456 +#: Code/Module/Profile_photo.php:544 +msgid "Done Editing" +msgstr "" + +#: Code/Module/Admin/Logs.php:31 +msgid "Log settings updated." +msgstr "" + +#: Code/Module/Admin/Logs.php:86 Code/Widget/Admin.php:57 +#: Code/Widget/Admin.php:67 +msgid "Logs" +msgstr "" + +#: Code/Module/Admin/Logs.php:88 +msgid "Clear" +msgstr "" + +#: Code/Module/Admin/Logs.php:94 +msgid "Debugging" +msgstr "" + +#: Code/Module/Admin/Logs.php:95 +msgid "Log file" +msgstr "" + +#: Code/Module/Admin/Logs.php:95 +msgid "" +"Must be writable by web server. Relative to your top-level webserver " +"directory." +msgstr "" + +#: Code/Module/Admin/Logs.php:96 +msgid "Log level" +msgstr "" + +#: Code/Module/Admin/Dbsync.php:23 Code/Module/Admin/Dbsync.php:58 +msgid "Update has been marked successful" +msgstr "" + +#: Code/Module/Admin/Dbsync.php:35 +#, php-format +msgid "Verification of update %s failed. Check system logs." +msgstr "" + +#: Code/Module/Admin/Dbsync.php:37 Code/Module/Admin/Dbsync.php:72 +#, php-format +msgid "Update %s was successfully applied." +msgstr "" + +#: Code/Module/Admin/Dbsync.php:40 +#, php-format +msgid "Verifying update %s did not return a status. Unknown if it succeeded." +msgstr "" + +#: Code/Module/Admin/Dbsync.php:43 +#, php-format +msgid "Update %s does not contain a verification function." +msgstr "" + +#: Code/Module/Admin/Dbsync.php:46 Code/Module/Admin/Dbsync.php:78 +#, php-format +msgid "Update function %s could not be found." +msgstr "" + +#: Code/Module/Admin/Dbsync.php:70 +#, php-format +msgid "Executing update procedure %s failed. Check system logs." +msgstr "" + +#: Code/Module/Admin/Dbsync.php:75 +#, php-format +msgid "" +"Update %s did not return a status. It cannot be determined if it was " +"successful." +msgstr "" + +#: Code/Module/Admin/Dbsync.php:98 +msgid "Failed Updates" +msgstr "" + +#: Code/Module/Admin/Dbsync.php:100 +msgid "Mark success (if update was manually applied)" +msgstr "" + +#: Code/Module/Admin/Dbsync.php:101 +msgid "Attempt to verify this update if a verification procedure exists" +msgstr "" + +#: Code/Module/Admin/Dbsync.php:102 +msgid "Attempt to execute this update step automatically" +msgstr "" + +#: Code/Module/Admin/Dbsync.php:106 +msgid "No failed updates." +msgstr "" + +#: Code/Module/Admin/Cover_photo.php:179 Code/Module/Admin/Cover_photo.php:263 +#: Code/Module/Cover_photo.php:179 Code/Module/Cover_photo.php:266 +msgid "Cover Photos" +msgstr "" + +#: Code/Module/Admin/Cover_photo.php:373 Code/Module/Cover_photo.php:419 +msgid "Your cover photo may be visible to anybody on the internet" +msgstr "" + +#: Code/Module/Admin/Cover_photo.php:377 Code/Module/Cover_photo.php:423 +msgid "Change Cover Photo" +msgstr "" + +#: Code/Module/Admin/Channels.php:41 +#, php-format +msgid "%s channel censored/uncensored" +msgid_plural "%s channels censored/uncensored" +msgstr[0] "" +msgstr[1] "" + +#: Code/Module/Admin/Channels.php:51 +#, php-format +msgid "%s channel code allowed/disallowed" +msgid_plural "%s channels code allowed/disallowed" +msgstr[0] "" +msgstr[1] "" + +#: Code/Module/Admin/Channels.php:57 +#, php-format +msgid "%s channel deleted" +msgid_plural "%s channels deleted" +msgstr[0] "" +msgstr[1] "" + +#: Code/Module/Admin/Channels.php:78 +msgid "Channel not found" +msgstr "" + +#: Code/Module/Admin/Channels.php:89 +#, php-format +msgid "Channel '%s' deleted" +msgstr "" + +#: Code/Module/Admin/Channels.php:104 +#, php-format +msgid "Channel '%s' censored" +msgstr "" + +#: Code/Module/Admin/Channels.php:104 +#, php-format +msgid "Channel '%s' uncensored" +msgstr "" + +#: Code/Module/Admin/Channels.php:118 +#, php-format +msgid "Channel '%s' code allowed" +msgstr "" + +#: Code/Module/Admin/Channels.php:118 +#, php-format +msgid "Channel '%s' code disallowed" +msgstr "" + +#: Code/Module/Admin/Channels.php:176 Code/Module/Admin/Accounts.php:182 +msgid "select all" +msgstr "" + +#: Code/Module/Admin/Channels.php:178 Code/Module/Directory.php:396 +#: Code/Module/Connedit.php:599 +msgid "Censor" +msgstr "" + +#: Code/Module/Admin/Channels.php:179 Code/Module/Directory.php:396 +#: Code/Module/Connedit.php:599 +msgid "Uncensor" +msgstr "" + +#: Code/Module/Admin/Channels.php:180 +msgid "Allow Code" +msgstr "" + +#: Code/Module/Admin/Channels.php:181 +msgid "Disallow Code" +msgstr "" + +#: Code/Module/Admin/Channels.php:186 +msgid "UID" +msgstr "" + +#: Code/Module/Admin/Channels.php:187 Code/Module/Cdav.php:1370 +#: Code/Module/Chat.php:259 Code/Module/Connections.php:235 +#: Code/Module/Lists.php:210 Code/Module/Connedit.php:843 +#: Code/Module/Settings/Oauth2.php:117 Code/Module/Settings/Oauth2.php:147 +#: Code/Module/Settings/Oauth.php:100 Code/Module/Settings/Oauth.php:128 +#: Code/Module/Sharedwithme.php:109 Code/Widget/Activity_filter.php:298 +#: Code/Storage/Browser.php:313 +msgid "Name" +msgstr "" + +#: Code/Module/Admin/Channels.php:188 Code/Module/Cdav.php:1377 +#: Code/Module/Connedit.php:850 Code/Module/Locs.php:135 +#: Code/Module/Profiles.php:533 Code/Module/Profiles.php:843 +msgid "Address" +msgstr "" + +#: Code/Module/Admin/Channels.php:190 +msgid "" +"Selected channels will be deleted!\\n\\nEverything that was posted in these " +"channels on this site will be permanently deleted!\\n\\nAre you sure?" +msgstr "" + +#: Code/Module/Admin/Channels.php:191 +msgid "" +"The channel {0} will be deleted!\\n\\nEverything that was posted in this " +"channel on this site will be permanently deleted!\\n\\nAre you sure?" +msgstr "" + +#: Code/Module/Admin/Accounts.php:44 +#, php-format +msgid "%s account blocked/unblocked" +msgid_plural "%s accounts blocked/unblocked" +msgstr[0] "" +msgstr[1] "" + +#: Code/Module/Admin/Accounts.php:52 +#, php-format +msgid "%s account deleted" +msgid_plural "%s accounts deleted" +msgstr[0] "" +msgstr[1] "" + +#: Code/Module/Admin/Accounts.php:92 +msgid "Account not found" +msgstr "" + +#: Code/Module/Admin/Accounts.php:112 +#, php-format +msgid "Account '%s' blocked" +msgstr "" + +#: Code/Module/Admin/Accounts.php:121 +#, php-format +msgid "Account '%s' unblocked" +msgstr "" + +#: Code/Module/Admin/Accounts.php:183 +msgid "Registrations waiting for confirm" +msgstr "" + +#: Code/Module/Admin/Accounts.php:184 +msgid "Request date" +msgstr "" + +#: Code/Module/Admin/Accounts.php:184 Code/Module/Admin/Accounts.php:196 +#: Code/Module/Cdav.php:1374 Code/Module/Connedit.php:847 +#: Code/Module/Profiles.php:840 include/network.php:1766 +msgid "Email" +msgstr "" + +#: Code/Module/Admin/Accounts.php:185 +msgid "No registrations." +msgstr "" + +#: Code/Module/Admin/Accounts.php:186 Code/Module/Connections.php:340 +#: include/conversation.php:663 +msgid "Approve" +msgstr "" + +#: Code/Module/Admin/Accounts.php:187 Code/Module/Authorize.php:42 +msgid "Deny" +msgstr "" + +#: Code/Module/Admin/Accounts.php:189 Code/Module/Connedit.php:583 +#: Code/Widget/Sblock.php:23 +msgid "Block" +msgstr "" + +#: Code/Module/Admin/Accounts.php:190 Code/Module/Connedit.php:583 +msgid "Unblock" +msgstr "" + +#: Code/Module/Admin/Accounts.php:195 +msgid "ID" +msgstr "" + +#: Code/Module/Admin/Accounts.php:197 +msgid "All Channels" +msgstr "" + +#: Code/Module/Admin/Accounts.php:198 +msgid "Register date" +msgstr "" + +#: Code/Module/Admin/Accounts.php:199 +msgid "Last login" +msgstr "" + +#: Code/Module/Admin/Accounts.php:200 +msgid "Expires" +msgstr "" + +#: Code/Module/Admin/Accounts.php:201 +msgid "Service Class" +msgstr "" + +#: Code/Module/Admin/Accounts.php:203 +msgid "" +"Selected accounts will be deleted!\\n\\nEverything these accounts had posted " +"on this site will be permanently deleted!\\n\\nAre you sure?" +msgstr "" + +#: Code/Module/Admin/Accounts.php:204 +msgid "" +"The account {0} will be deleted!\\n\\nEverything this account has posted on " +"this site will be permanently deleted!\\n\\nAre you sure?" +msgstr "" + +#: Code/Module/Admin/Account_edit.php:34 +#, php-format +msgid "Password changed for account %d." +msgstr "" + +#: Code/Module/Admin/Account_edit.php:50 +msgid "Account settings updated." +msgstr "" + +#: Code/Module/Admin/Account_edit.php:69 +msgid "Account not found." +msgstr "" + +#: Code/Module/Admin/Account_edit.php:76 +msgid "Account Edit" +msgstr "" + +#: Code/Module/Admin/Account_edit.php:77 +msgid "New Password" +msgstr "" + +#: Code/Module/Admin/Account_edit.php:78 +msgid "New Password again" +msgstr "" + +#: Code/Module/Admin/Account_edit.php:79 +msgid "Account language (for emails)" +msgstr "" + +#: Code/Module/Admin/Account_edit.php:80 +msgid "Service class" +msgstr "" + +#: Code/Module/Admin/Addons.php:288 +#, php-format +msgid "Plugin %s disabled." +msgstr "" + +#: Code/Module/Admin/Addons.php:292 +#, php-format +msgid "Plugin %s enabled." +msgstr "" + +#: Code/Module/Admin/Addons.php:308 Code/Module/Admin/Themes.php:110 +msgid "Disable" +msgstr "" + +#: Code/Module/Admin/Addons.php:311 Code/Module/Admin/Themes.php:113 +msgid "Enable" +msgstr "" + +#: Code/Module/Admin/Addons.php:341 Code/Module/Admin/Addons.php:439 +#: Code/Widget/Admin.php:36 +msgid "Addons" +msgstr "" + +#: Code/Module/Admin/Addons.php:342 Code/Module/Admin/Themes.php:141 +msgid "Toggle" +msgstr "" + +#: Code/Module/Admin/Addons.php:350 Code/Module/Admin/Themes.php:151 +msgid "Author: " +msgstr "" + +#: Code/Module/Admin/Addons.php:351 Code/Module/Admin/Themes.php:152 +msgid "Maintainer: " +msgstr "" + +#: Code/Module/Admin/Addons.php:352 +msgid "Minimum project version: " +msgstr "" + +#: Code/Module/Admin/Addons.php:353 +msgid "Maximum project version: " +msgstr "" + +#: Code/Module/Admin/Addons.php:354 +msgid "Minimum PHP version: " +msgstr "" + +#: Code/Module/Admin/Addons.php:355 +msgid "Compatible Server Roles: " +msgstr "" + +#: Code/Module/Admin/Addons.php:356 +msgid "Requires: " +msgstr "" + +#: Code/Module/Admin/Addons.php:357 Code/Module/Admin/Addons.php:444 +msgid "Disabled - version incompatibility" +msgstr "" + +#: Code/Module/Admin/Addons.php:412 +msgid "Enter the public git repository URL of the addon repo." +msgstr "" + +#: Code/Module/Admin/Addons.php:413 +msgid "Addon repo git URL" +msgstr "" + +#: Code/Module/Admin/Addons.php:414 +msgid "Custom repo name" +msgstr "" + +#: Code/Module/Admin/Addons.php:414 +msgid "(optional)" +msgstr "" + +#: Code/Module/Admin/Addons.php:415 +msgid "Download Addon Repo" +msgstr "" + +#: Code/Module/Admin/Addons.php:423 +msgid "Install new repo" +msgstr "" + +#: Code/Module/Admin/Addons.php:447 +msgid "Manage Repos" +msgstr "" + +#: Code/Module/Admin/Addons.php:448 +msgid "Installed Addon Repositories" +msgstr "" + +#: Code/Module/Admin/Addons.php:449 +msgid "Install a New Addon Repository" +msgstr "" + +#: Code/Module/Admin/Addons.php:455 Code/Module/Cdav.php:1075 +#: Code/Module/Cdav.php:1386 Code/Module/Connedit.php:859 +#: Code/Module/Profiles.php:852 Code/Module/Settings/Oauth2.php:57 +#: Code/Module/Settings/Oauth2.php:145 Code/Module/Settings/Oauth.php:48 +#: Code/Module/Settings/Oauth.php:126 +msgid "Update" +msgstr "" + +#: Code/Module/Admin/Addons.php:456 +msgid "Switch branch" +msgstr "" + +#: Code/Module/Admin/Addons.php:457 Code/Module/Photos.php:1076 +#: Code/Module/Tagrm.php:151 Code/Module/Superblock.php:237 +#: Code/Module/Superblock.php:254 +msgid "Remove" +msgstr "" + +#: Code/Module/Admin/Site.php:183 +msgid "Site settings updated." +msgstr "" + +#: Code/Module/Admin/Site.php:212 include/text.php:3627 +#: view/theme/redbasic/php/config.php:19 +msgid "Default" +msgstr "" + +#: Code/Module/Admin/Site.php:223 Code/Module/Settings/Display.php:152 +#, php-format +msgid "%s - (Incompatible)" +msgstr "" + +#: Code/Module/Admin/Site.php:231 +msgid "mobile" +msgstr "" + +#: Code/Module/Admin/Site.php:234 +msgid "experimental" +msgstr "" + +#: Code/Module/Admin/Site.php:237 +msgid "unsupported" +msgstr "" + +#: Code/Module/Admin/Site.php:256 +msgid "Yes - with approval" +msgstr "" + +#: Code/Module/Admin/Site.php:262 +msgid "My site is not a public server" +msgstr "" + +#: Code/Module/Admin/Site.php:263 +msgid "My site provides free public access" +msgstr "" + +#: Code/Module/Admin/Site.php:264 +msgid "My site provides paid public access" +msgstr "" + +#: Code/Module/Admin/Site.php:265 +msgid "My site provides free public access and premium paid plans" +msgstr "" + +#: Code/Module/Admin/Site.php:271 +msgid "Default permission role for new accounts" +msgstr "" + +#: Code/Module/Admin/Site.php:271 +msgid "" +"This role will be used for the first channel created after registration." +msgstr "" + +#: Code/Module/Admin/Site.php:279 Code/Widget/Admin.php:29 +msgid "Site" +msgstr "" + +#: Code/Module/Admin/Site.php:281 +msgid "Site Configuration" +msgstr "" + +#: Code/Module/Admin/Site.php:282 Code/Module/Register.php:292 +msgid "Registration" +msgstr "" + +#: Code/Module/Admin/Site.php:283 +msgid "File upload" +msgstr "" + +#: Code/Module/Admin/Site.php:284 +msgid "Policies" +msgstr "" + +#: Code/Module/Admin/Site.php:285 Code/Widget/Findpeople.php:29 +msgid "Advanced" +msgstr "" + +#: Code/Module/Admin/Site.php:287 +msgid "Site name" +msgstr "" + +#: Code/Module/Admin/Site.php:288 +msgid "Administrator Information" +msgstr "" + +#: Code/Module/Admin/Site.php:288 +msgid "" +"Contact information for site administrators. Displayed on siteinfo page. " +"Multicode may be used here." +msgstr "" + +#: Code/Module/Admin/Site.php:289 Code/Module/Siteinfo.php:41 +msgid "Site Information" +msgstr "" + +#: Code/Module/Admin/Site.php:289 +msgid "" +"Publicly visible description of this site. Displayed on siteinfo page. " +"Multicode may be used here." +msgstr "" + +#: Code/Module/Admin/Site.php:290 +msgid "System language" +msgstr "" + +#: Code/Module/Admin/Site.php:291 +msgid "System theme" +msgstr "" + +#: Code/Module/Admin/Site.php:291 +msgid "" +"Default system theme - may be over-ridden by user profiles - change theme settings" +msgstr "" + +#: Code/Module/Admin/Site.php:294 +msgid "ActivityPub protocol" +msgstr "" + +#: Code/Module/Admin/Site.php:294 +msgid "Provides access to software supporting the ActivityPub protocol." +msgstr "" + +#: Code/Module/Admin/Site.php:295 +msgid "Maximum image size" +msgstr "" + +#: Code/Module/Admin/Site.php:295 +msgid "" +"Maximum size in bytes of uploaded images. Default is 0, which means no " +"limits." +msgstr "" + +#: Code/Module/Admin/Site.php:296 +msgid "Cache all public images" +msgstr "" + +#: Code/Module/Admin/Site.php:296 +msgid "If disabled, proxy non-SSL images, but do not store locally" +msgstr "" + +#: Code/Module/Admin/Site.php:297 +msgid "Does this site allow new member registration?" +msgstr "" + +#: Code/Module/Admin/Site.php:298 +msgid "Invitation only" +msgstr "" + +#: Code/Module/Admin/Site.php:298 +msgid "" +"Only allow new member registrations with an invitation code. New member " +"registration must be allowed for this to work." +msgstr "" + +#: Code/Module/Admin/Site.php:300 +msgid "Minimum age" +msgstr "" + +#: Code/Module/Admin/Site.php:300 +msgid "" +"Minimum age (in years) for who may register on this site - this is only " +"evaluated if Terms of Service is required." +msgstr "" + +#: Code/Module/Admin/Site.php:301 +msgid "Which best describes the types of account offered by this site?" +msgstr "" + +#: Code/Module/Admin/Site.php:301 +msgid "" +"If a public server policy is selected, this information may be displayed on " +"the public server site list." +msgstr "" + +#: Code/Module/Admin/Site.php:302 +msgid "Register text" +msgstr "" + +#: Code/Module/Admin/Site.php:302 +msgid "Will be displayed prominently on the registration page." +msgstr "" + +#: Code/Module/Admin/Site.php:303 +msgid "Require acceptance of Terms of Service" +msgstr "" + +#: Code/Module/Admin/Site.php:305 +msgid "Site homepage to show visitors (default: login box)" +msgstr "" + +#: Code/Module/Admin/Site.php:305 +msgid "" +"example: 'public' to show public stream, 'page/sys/home' to show a system " +"webpage called 'home' or 'include:home.html' to include a file." +msgstr "" + +#: Code/Module/Admin/Site.php:306 +msgid "Preserve site homepage URL" +msgstr "" + +#: Code/Module/Admin/Site.php:306 +msgid "" +"Present the site homepage in a frame at the original location instead of " +"redirecting" +msgstr "" + +#: Code/Module/Admin/Site.php:307 +msgid "Accounts abandoned after x days" +msgstr "" + +#: Code/Module/Admin/Site.php:307 +msgid "" +"Will not waste system resources polling external sites for abandonded " +"accounts. Enter 0 for no time limit." +msgstr "" + +#: Code/Module/Admin/Site.php:309 +msgid "Verify Email Addresses" +msgstr "" + +#: Code/Module/Admin/Site.php:309 +msgid "" +"Check to verify email addresses used in account registration (recommended)." +msgstr "" + +#: Code/Module/Admin/Site.php:310 +msgid "Force publish in directory" +msgstr "" + +#: Code/Module/Admin/Site.php:310 +msgid "" +"Check to force all profiles on this site to be listed in the site directory." +msgstr "" + +#: Code/Module/Admin/Site.php:312 +msgid "Public stream" +msgstr "" + +#: Code/Module/Admin/Site.php:312 +msgid "Provide a Public stream on your site. This content is unmoderated." +msgstr "" + +#: Code/Module/Admin/Site.php:313 +msgid "the Public stream is disabled" +msgstr "" + +#: Code/Module/Admin/Site.php:314 +msgid "the Public stream contains public conversations from this site only" +msgstr "" + +#: Code/Module/Admin/Site.php:315 +msgid "" +"the Public stream contains public conversations from anywhere on the internet" +msgstr "" + +#: Code/Module/Admin/Site.php:318 +msgid "Allow anybody on the internet to access the Public stream" +msgstr "" + +#: Code/Module/Admin/Site.php:318 +msgid "" +"Default is to only allow viewing by site members. Warning: this content is " +"unmoderated." +msgstr "" + +#: Code/Module/Admin/Site.php:319 +msgid "Show numbers of likes and dislikes in conversations" +msgstr "" + +#: Code/Module/Admin/Site.php:319 +msgid "" +"If disabled, the presence of likes and dislikes will be shown, but without " +"totals." +msgstr "" + +#: Code/Module/Admin/Site.php:320 +msgid "Permit animated profile photos" +msgstr "" + +#: Code/Module/Admin/Site.php:320 +msgid "Changing this may take several days to work through the system" +msgstr "" + +#: Code/Module/Admin/Site.php:321 +msgid "Only import Public stream posts with this text" +msgstr "" + +#: Code/Module/Admin/Site.php:321 Code/Module/Admin/Site.php:322 +msgid "" +"words one per line or #tags or /patterns/ or lang=xx, leave blank to import " +"all posts" +msgstr "" + +#: Code/Module/Admin/Site.php:322 +msgid "Do not import Public stream posts with this text" +msgstr "" + +#: Code/Module/Admin/Site.php:323 +msgid "Maximum number of imported friends of friends" +msgstr "" + +#: Code/Module/Admin/Site.php:323 +msgid "" +"Warning: higher numbers will improve the quality of friend suggestions and " +"directory results but can exponentially increase resource usage" +msgstr "" + +#: Code/Module/Admin/Site.php:324 +msgid "Login on Homepage" +msgstr "" + +#: Code/Module/Admin/Site.php:324 +msgid "" +"Present a login box to visitors on the home page if no other content has " +"been configured." +msgstr "" + +#: Code/Module/Admin/Site.php:325 +msgid "Enable context help" +msgstr "" + +#: Code/Module/Admin/Site.php:325 +msgid "" +"Display contextual help for the current page when the help button is pressed." +msgstr "" + +#: Code/Module/Admin/Site.php:326 +msgid "Reply-to email address for system generated email." +msgstr "" + +#: Code/Module/Admin/Site.php:327 +msgid "Sender (From) email address for system generated email." +msgstr "" + +#: Code/Module/Admin/Site.php:328 +msgid "Display name of email sender for system generated email." +msgstr "" + +#: Code/Module/Admin/Site.php:329 +msgid "Proxy user" +msgstr "" + +#: Code/Module/Admin/Site.php:330 +msgid "Proxy URL" +msgstr "" + +#: Code/Module/Admin/Site.php:331 +msgid "Network fetch timeout" +msgstr "" + +#: Code/Module/Admin/Site.php:331 Code/Module/Admin/Site.php:332 +msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." +msgstr "" + +#: Code/Module/Admin/Site.php:332 +msgid "Network post timeout" +msgstr "" + +#: Code/Module/Admin/Site.php:333 +msgid "Delivery interval" +msgstr "" + +#: Code/Module/Admin/Site.php:333 +msgid "" +"Delay background delivery processes by this many seconds to reduce system " +"load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 " +"for large dedicated servers." +msgstr "" + +#: Code/Module/Admin/Site.php:334 +msgid "Deliveries per process" +msgstr "" + +#: Code/Module/Admin/Site.php:334 +msgid "" +"Number of deliveries to attempt in a single operating system process. Adjust " +"if necessary to tune system performance. Recommend: 1-5." +msgstr "" + +#: Code/Module/Admin/Site.php:335 +msgid "Queue Threshold" +msgstr "" + +#: Code/Module/Admin/Site.php:335 +msgid "" +"Always defer immediate delivery if queue contains more than this number of " +"entries." +msgstr "" + +#: Code/Module/Admin/Site.php:336 +msgid "Poll interval" +msgstr "" + +#: Code/Module/Admin/Site.php:336 +msgid "" +"Delay background polling processes by this many seconds to reduce system " +"load. If 0, use delivery interval." +msgstr "" + +#: Code/Module/Admin/Site.php:337 +msgid "Path to ImageMagick convert program" +msgstr "" + +#: Code/Module/Admin/Site.php:337 +msgid "" +"If set, use this program to generate photo thumbnails for huge images ( > " +"4000 pixels in either dimension), otherwise memory exhaustion may occur. " +"Example: /usr/bin/convert" +msgstr "" + +#: Code/Module/Admin/Site.php:338 +msgid "Maximum Load Average" +msgstr "" + +#: Code/Module/Admin/Site.php:338 +msgid "" +"Maximum system load before delivery and poll processes are deferred - " +"default 50." +msgstr "" + +#: Code/Module/Admin/Site.php:339 +msgid "Expiration period in days for imported streams and cached images" +msgstr "" + +#: Code/Module/Admin/Site.php:339 +msgid "0 for no expiration of imported content" +msgstr "" + +#: Code/Module/Admin/Site.php:340 +msgid "" +"Do not expire any posts which have comments less than this many days ago" +msgstr "" + +#: Code/Module/Admin/Site.php:341 +msgid "" +"Public servers: Optional landing (marketing) webpage for new registrants" +msgstr "" + +#: Code/Module/Admin/Site.php:341 +#, php-format +msgid "Create this page first. Default is %s/register" +msgstr "" + +#: Code/Module/Admin/Site.php:342 +msgid "Page to display after creating a new channel" +msgstr "" + +#: Code/Module/Admin/Site.php:342 +msgid "Default: profiles" +msgstr "" + +#: Code/Module/Admin/Site.php:343 +msgid "Site location" +msgstr "" + +#: Code/Module/Admin/Site.php:343 +msgid "Region or country - shared with other sites" +msgstr "" + +#: Code/Module/Admin/Themes.php:31 +msgid "Theme settings updated." +msgstr "" + +#: Code/Module/Admin/Themes.php:74 +msgid "No themes found." +msgstr "" + +#: Code/Module/Admin/Themes.php:132 +msgid "Screenshot" +msgstr "" + +#: Code/Module/Admin/Themes.php:140 Code/Module/Admin/Themes.php:174 +#: Code/Widget/Admin.php:37 +msgid "Themes" +msgstr "" + +#: Code/Module/Admin/Themes.php:179 +msgid "[Experimental]" +msgstr "" + +#: Code/Module/Admin/Themes.php:180 +msgid "[Unsupported]" +msgstr "" + +#: Code/Module/Admin/Customsql.php:25 +msgid "" +"Once installed, this app provides an admin-only interface to execute " +"arbitrary SQL statements." +msgstr "" + +#: Code/Module/Admin/Customsql.php:33 +msgid "Custom SQL query" +msgstr "" + +#: Code/Module/Admin/Customsql.php:34 +msgid "" +"If you do not know exactly what you are doing, please leave this page now." +msgstr "" + +#: Code/Module/Admin/Customsql.php:46 +msgid "Too many results." +msgstr "" + +#: Code/Module/Admin/Customsql.php:49 +#, php-format +msgid "returned %d results" +msgstr "" + +#: Code/Module/Admin/Customsql.php:54 +msgid "Query returned: " +msgstr "" + +#: Code/Module/Admin/Customsql.php:54 +msgid "true" +msgstr "" + +#: Code/Module/Admin/Customsql.php:54 +msgid "false" +msgstr "" + +#: Code/Module/Affinity.php:34 +msgid "Friend Zoom settings updated." +msgstr "" + +#: Code/Module/Affinity.php:44 +msgid "" +"This app (when installed) presents a slider control in your connection " +"editor and also on your stream page. The slider represents your degree of " +"friendship with each connection. It allows you to zoom in or out and display " +"conversations from only your closest friends or everybody in your stream." +msgstr "" + +#: Code/Module/Affinity.php:52 +msgid "" +"The number below represents the default maximum slider position for your " +"stream page as a percentage." +msgstr "" + +#: Code/Module/Affinity.php:64 Code/Module/Connedit.php:677 +#: Code/Widget/Affinity.php:29 +msgid "Me" +msgstr "" + +#: Code/Module/Affinity.php:65 Code/Module/Connedit.php:678 +#: Code/Widget/Affinity.php:30 +msgid "Family" +msgstr "" + +#: Code/Module/Affinity.php:67 Code/Module/Connedit.php:680 +#: Code/Widget/Affinity.php:32 +msgid "Peers" +msgstr "" + +#: Code/Module/Affinity.php:69 Code/Module/Connections.php:87 +#: Code/Module/Connections.php:110 Code/Module/Connedit.php:682 +#: Code/Widget/Affinity.php:34 +msgid "All" +msgstr "" + +#: Code/Module/Affinity.php:77 +msgid "Default friend zoom in/out" +msgstr "" + +#: Code/Module/Affinity.php:78 Code/Widget/Affinity.php:43 +msgid "Refresh" +msgstr "" + +#: Code/Module/Affinity.php:89 +msgid "Friend Zoom Settings" +msgstr "" + +#: Code/Module/Api.php:87 Code/Module/Api.php:109 +msgid "Authorize application connection" +msgstr "" + +#: Code/Module/Api.php:88 +msgid "Return to your app and insert this Security Code:" +msgstr "" + +#: Code/Module/Api.php:98 +msgid "Please login to continue." +msgstr "" + +#: Code/Module/Api.php:111 +msgid "" +"Do you want to authorize this application to access your posts and contacts, " +"and/or create new posts for you?" +msgstr "" + +#: Code/Module/Appman.php:49 Code/Module/Appman.php:66 +msgid "App installed." +msgstr "" + +#: Code/Module/Appman.php:59 +msgid "Malformed app." +msgstr "" + +#: Code/Module/Appman.php:142 +msgid "Embed code" +msgstr "" + +#: Code/Module/Appman.php:146 +msgid "Edit App" +msgstr "" + +#: Code/Module/Appman.php:146 +msgid "Create App" +msgstr "" + +#: Code/Module/Appman.php:151 +msgid "Name of app" +msgstr "" + +#: Code/Module/Appman.php:151 Code/Module/Appman.php:152 +#: Code/Module/Events.php:511 Code/Module/Events.php:516 +#: Code/Module/Profiles.php:795 Code/Module/Profiles.php:799 +#: include/datetime.php:254 +msgid "Required" +msgstr "" + +#: Code/Module/Appman.php:152 +msgid "Location (URL) of app" +msgstr "" + +#: Code/Module/Appman.php:153 Code/Module/Cdav.php:1038 +#: Code/Module/Events.php:524 +msgid "Description" +msgstr "" + +#: Code/Module/Appman.php:154 +msgid "Photo icon URL" +msgstr "" + +#: Code/Module/Appman.php:154 +msgid "80 x 80 pixels - optional" +msgstr "" + +#: Code/Module/Appman.php:155 +msgid "Categories (optional, comma separated list)" +msgstr "" + +#: Code/Module/Appman.php:156 +msgid "Version ID" +msgstr "" + +#: Code/Module/Appman.php:157 +msgid "Price of app" +msgstr "" + +#: Code/Module/Appman.php:158 +msgid "Location (URL) to purchase app" +msgstr "" + +#: Code/Module/Cdav.php:810 Code/Module/Events.php:44 +msgid "Calendar entries imported." +msgstr "" + +#: Code/Module/Cdav.php:812 Code/Module/Events.php:46 +msgid "No calendar entries found." +msgstr "" + +#: Code/Module/Cdav.php:874 +msgid "INVALID EVENT DISMISSED!" +msgstr "" + +#: Code/Module/Cdav.php:875 +msgid "Summary: " +msgstr "" + +#: Code/Module/Cdav.php:876 +msgid "Date: " +msgstr "" + +#: Code/Module/Cdav.php:877 Code/Module/Cdav.php:883 +msgid "Reason: " +msgstr "" + +#: Code/Module/Cdav.php:881 +msgid "INVALID CARD DISMISSED!" +msgstr "" + +#: Code/Module/Cdav.php:882 +msgid "Name: " +msgstr "" + +#: Code/Module/Cdav.php:907 +msgid "CardDAV App" +msgstr "" + +#: Code/Module/Cdav.php:907 extend/addon/a/fuzzloc/Mod_Fuzzloc.php:39 +#: extend/addon/a/gallery/Mod_Gallery.php:63 +msgid "Not Installed" +msgstr "" + +#: Code/Module/Cdav.php:908 +msgid "CalDAV capable addressbook" +msgstr "" + +#: Code/Module/Cdav.php:972 Code/Module/Calendar.php:439 +msgid "Link to source" +msgstr "" + +#: Code/Module/Cdav.php:1035 Code/Module/Events.php:511 +msgid "Event title" +msgstr "" + +#: Code/Module/Cdav.php:1036 Code/Module/Events.php:517 +msgid "Start date and time" +msgstr "" + +#: Code/Module/Cdav.php:1037 +msgid "End date and time" +msgstr "" + +#: Code/Module/Cdav.php:1057 Code/Module/Cal.php:357 Code/Module/Cal.php:364 +#: Code/Module/Events.php:757 Code/Module/Events.php:766 +#: Code/Module/Photos.php:1023 +msgid "Previous" +msgstr "" + +#: Code/Module/Cdav.php:1058 Code/Module/Cal.php:358 Code/Module/Cal.php:365 +#: Code/Module/Events.php:758 Code/Module/Events.php:767 +#: Code/Module/Photos.php:1033 Code/Module/Setup.php:288 +msgid "Next" +msgstr "" + +#: Code/Module/Cdav.php:1059 Code/Module/Cal.php:366 Code/Module/Events.php:768 +msgid "Today" +msgstr "" + +#: Code/Module/Cdav.php:1060 Code/Module/Events.php:763 +msgid "Month" +msgstr "" + +#: Code/Module/Cdav.php:1061 Code/Module/Events.php:764 +msgid "Week" +msgstr "" + +#: Code/Module/Cdav.php:1062 Code/Module/Events.php:765 +msgid "Day" +msgstr "" + +#: Code/Module/Cdav.php:1063 +msgid "List month" +msgstr "" + +#: Code/Module/Cdav.php:1064 +msgid "List week" +msgstr "" + +#: Code/Module/Cdav.php:1065 +msgid "List day" +msgstr "" + +#: Code/Module/Cdav.php:1073 +msgid "More" +msgstr "" + +#: Code/Module/Cdav.php:1074 +msgid "Less" +msgstr "" + +#: Code/Module/Cdav.php:1076 +msgid "Select calendar" +msgstr "" + +#: Code/Module/Cdav.php:1077 Code/Widget/Cdav.php:154 +msgid "Channel Calendars" +msgstr "" + +#: Code/Module/Cdav.php:1077 Code/Widget/Cdav.php:140 Code/Widget/Cdav.php:154 +msgid "CalDAV Calendars" +msgstr "" + +#: Code/Module/Cdav.php:1079 +msgid "Delete all" +msgstr "" + +#: Code/Module/Cdav.php:1081 Code/Module/Cdav.php:1385 +#: Code/Module/Blocks.php:172 Code/Module/Cards.php:114 +#: Code/Module/Layouts.php:201 Code/Module/Connedit.php:858 +#: Code/Module/Menu.php:190 Code/Module/New_channel.php:206 +#: Code/Module/Profiles.php:851 Code/Module/Webpages.php:268 +#: Code/Widget/Cdav.php:151 Code/Widget/Cdav.php:187 +#: Code/Storage/Browser.php:302 Code/Storage/Browser.php:420 +msgid "Create" +msgstr "" + +#: Code/Module/Cdav.php:1082 +msgid "Sorry! Editing of recurrent events is not yet implemented." +msgstr "" + +#: Code/Module/Cdav.php:1371 Code/Module/Connedit.php:844 +msgid "Organisation" +msgstr "" + +#: Code/Module/Cdav.php:1372 Code/Module/Connedit.php:845 +msgid "Title" +msgstr "" + +#: Code/Module/Cdav.php:1373 Code/Module/Connedit.php:846 +#: Code/Module/Profiles.php:839 +msgid "Phone" +msgstr "" + +#: Code/Module/Cdav.php:1375 Code/Module/Connedit.php:848 +#: Code/Module/Profiles.php:841 +msgid "Instant messenger" +msgstr "" + +#: Code/Module/Cdav.php:1376 Code/Module/Connedit.php:849 +#: Code/Module/Profiles.php:842 +msgid "Website" +msgstr "" + +#: Code/Module/Cdav.php:1378 Code/Module/Connedit.php:851 +#: Code/Module/Profiles.php:844 +msgid "Note" +msgstr "" + +#: Code/Module/Cdav.php:1379 Code/Module/Connedit.php:852 +#: Code/Module/Profiles.php:845 include/event.php:1515 +#: include/connections.php:843 +msgid "Mobile" +msgstr "" + +#: Code/Module/Cdav.php:1380 Code/Module/Connedit.php:853 +#: Code/Module/Profiles.php:846 include/event.php:1516 +#: include/connections.php:844 +msgid "Home" +msgstr "" + +#: Code/Module/Cdav.php:1381 Code/Module/Connedit.php:854 +#: Code/Module/Profiles.php:847 include/event.php:1519 +#: include/connections.php:847 +msgid "Work" +msgstr "" + +#: Code/Module/Cdav.php:1382 Code/Module/Connedit.php:855 +#: Code/Module/Profiles.php:848 Code/Module/Profiles.php:989 +#: Code/Module/Profiles.php:1007 Code/Module/Profiles.php:1077 +#: Code/Module/Profiles.php:1114 include/event.php:1522 include/event.php:1528 +#: include/connections.php:850 include/connections.php:856 +msgid "Other" +msgstr "" + +#: Code/Module/Cdav.php:1383 Code/Module/Connedit.php:856 +#: Code/Module/Profiles.php:849 +msgid "Add Contact" +msgstr "" + +#: Code/Module/Cdav.php:1384 Code/Module/Connedit.php:857 +#: Code/Module/Profiles.php:850 +msgid "Add Field" +msgstr "" + +#: Code/Module/Cdav.php:1389 Code/Module/Connedit.php:862 +msgid "P.O. Box" +msgstr "" + +#: Code/Module/Cdav.php:1390 Code/Module/Connedit.php:863 +msgid "Additional" +msgstr "" + +#: Code/Module/Cdav.php:1391 Code/Module/Connedit.php:864 +msgid "Street" +msgstr "" + +#: Code/Module/Cdav.php:1392 Code/Module/Connedit.php:865 +msgid "Locality" +msgstr "" + +#: Code/Module/Cdav.php:1393 Code/Module/Connedit.php:866 +msgid "Region" +msgstr "" + +#: Code/Module/Cdav.php:1394 Code/Module/Connedit.php:867 +msgid "ZIP Code" +msgstr "" + +#: Code/Module/Cdav.php:1395 Code/Module/Connedit.php:868 +#: Code/Module/Profiles.php:807 +msgid "Country" +msgstr "" + +#: Code/Module/Cdav.php:1446 +msgid "Default Calendar" +msgstr "" + +#: Code/Module/Cdav.php:1457 +msgid "Default Addressbook" +msgstr "" + +#: Code/Module/Apps.php:62 +msgid "Manage apps" +msgstr "" + +#: Code/Module/Apps.php:63 +msgid "Create Custom App" +msgstr "" + +#: Code/Module/Attach.php:18 +msgid "Item not available." +msgstr "" + +#: Code/Module/Authorize.php:26 +msgid "Unknown App" +msgstr "" + +#: Code/Module/Authorize.php:38 +msgid "Authorize" +msgstr "" + +#: Code/Module/Authorize.php:39 +#, php-format +msgid "Do you authorize the app %s to access your channel data?" +msgstr "" + +#: Code/Module/Authorize.php:41 +msgid "Allow" +msgstr "" + +#: Code/Module/Block.php:36 Code/Module/Page.php:47 +msgid "Invalid item." +msgstr "" + +#: Code/Module/Block.php:49 Code/Module/Cal.php:74 Code/Module/Card_edit.php:56 +#: Code/Module/Chanview.php:104 Code/Module/Page.php:85 +#: Code/Module/Wall_upload.php:37 Code/Module/Superblock.php:66 +#: include/items.php:4330 +msgid "Channel not found." +msgstr "" + +#: Code/Module/Block.php:86 Code/Module/Display.php:163 +#: Code/Module/Display.php:181 Code/Module/Display.php:199 +#: Code/Module/Display.php:205 Code/Module/Page.php:149 Code/Web/Router.php:168 +msgid "Page not found." +msgstr "" + +#: Code/Module/Blocks.php:106 Code/Module/Blocks.php:168 +#: Code/Module/Editblock.php:128 +msgid "Block Name" +msgstr "" + +#: Code/Module/Blocks.php:167 include/text.php:2881 +msgid "Blocks" +msgstr "" + +#: Code/Module/Blocks.php:169 +msgid "Block Title" +msgstr "" + +#: Code/Module/Blocks.php:170 Code/Module/Connections.php:249 +#: Code/Module/Layouts.php:207 Code/Module/Menu.php:186 +#: Code/Module/Webpages.php:280 +msgid "Created" +msgstr "" + +#: Code/Module/Blocks.php:171 Code/Module/Layouts.php:208 +#: Code/Module/Menu.php:187 Code/Module/Webpages.php:281 +msgid "Edited" +msgstr "" + +#: Code/Module/Blocks.php:174 Code/Module/Layouts.php:210 +#: Code/Module/Photos.php:1178 Code/Module/Webpages.php:270 +#: Code/Widget/Cdav.php:147 include/conversation.php:1407 +msgid "Share" +msgstr "" + +#: Code/Module/Blocks.php:179 Code/Module/Events.php:762 +#: Code/Module/Layouts.php:214 Code/Module/Webpages.php:275 +msgid "View" +msgstr "" + +#: Code/Module/Cal.php:81 +msgid "Permissions denied." +msgstr "" + +#: Code/Module/Cal.php:287 Code/Module/Events.php:675 +msgid "l, F j" +msgstr "" + +#: Code/Module/Cal.php:335 Code/Module/Events.php:730 include/text.php:2198 +msgid "Link to Source" +msgstr "" + +#: Code/Module/Cal.php:356 Code/Module/Events.php:756 +msgid "Edit Event" +msgstr "" + +#: Code/Module/Cal.php:356 Code/Module/Events.php:756 +msgid "Create Event" +msgstr "" + +#: Code/Module/Cal.php:362 include/text.php:2906 +msgid "Import" +msgstr "" + +#: Code/Module/Calendar.php:93 Code/Module/Events.php:147 +msgid "Event can not end before it has started." +msgstr "" + +#: Code/Module/Calendar.php:95 Code/Module/Calendar.php:103 +#: Code/Module/Calendar.php:120 Code/Module/Events.php:149 +#: Code/Module/Events.php:158 Code/Module/Events.php:180 +msgid "Unable to generate preview." +msgstr "" + +#: Code/Module/Calendar.php:101 Code/Module/Events.php:156 +msgid "Event title and start time are required." +msgstr "" + +#: Code/Module/Calendar.php:118 Code/Module/Calendar.php:258 +#: Code/Module/Events.php:178 Code/Module/Events.php:304 +msgid "Event not found." +msgstr "" + +#: Code/Module/Calendar.php:254 Code/Module/Events.php:300 +#: Code/Module/Like.php:176 Code/Module/Tagger.php:89 include/event.php:1339 +#: include/text.php:2403 include/conversation.php:142 +msgid "event" +msgstr "" + +#: Code/Module/Calendar.php:423 Code/Module/Events.php:702 +msgid "Edit event" +msgstr "" + +#: Code/Module/Calendar.php:425 Code/Module/Events.php:704 +msgid "Delete event" +msgstr "" + +#: Code/Module/Calendar.php:453 Code/Module/Events.php:737 +msgid "calendar" +msgstr "" + +#: Code/Module/Calendar.php:489 Code/Module/Events.php:863 +msgid "Failed to remove event" +msgstr "" + +#: Code/Module/Card_edit.php:27 Code/Module/Card_edit.php:45 +#: Code/Module/Dreport.php:69 Code/Module/Editblock.php:91 +#: Code/Module/Editblock.php:109 Code/Module/Editlayout.php:89 +#: Code/Module/Editpost.php:33 Code/Module/Editwebpage.php:94 +msgid "Item not found" +msgstr "" + +#: Code/Module/Card_edit.php:112 Code/Module/Chat.php:223 +#: Code/Module/Editblock.php:131 Code/Module/Editwebpage.php:161 +#: include/conversation.php:1243 +msgid "Insert web link" +msgstr "" + +#: Code/Module/Card_edit.php:128 Code/Module/Editblock.php:144 +#: Code/Module/Photos.php:740 Code/Module/Photos.php:1126 +#: include/conversation.php:1457 +msgid "Title (optional)" +msgstr "" + +#: Code/Module/Card_edit.php:139 +msgid "Edit Card" +msgstr "" + +#: Code/Module/Cards.php:55 +msgid "Create personal planning cards" +msgstr "" + +#: Code/Module/Cards.php:113 +msgid "Add Card" +msgstr "" + +#: Code/Module/Categories.php:31 +msgid "This app allows you to add categories to posts and events." +msgstr "" + +#: Code/Module/Manage.php:82 Code/Module/Manage.php:180 +#: Code/Module/Directory.php:406 Code/Storage/Browser.php:148 +#: include/text.php:3305 +msgid "Collection" +msgstr "" + +#: Code/Module/Manage.php:83 Code/Module/Manage.php:181 +#: Code/Module/Directory.php:405 +msgid "Group" +msgstr "" + +#: Code/Module/Manage.php:84 +msgid "System | Site Channel" +msgstr "" + +#: Code/Module/Manage.php:154 Code/Module/New_channel.php:168 +#, php-format +msgid "You have created %1$.0f of %2$.0f allowed channels." +msgstr "" + +#: Code/Module/Manage.php:160 +msgid "Create a new channel" +msgstr "" + +#: Code/Module/Manage.php:160 Code/Module/Chat.php:264 +#: Code/Module/Profiles.php:883 +msgid "Create New" +msgstr "" + +#: Code/Module/Manage.php:189 +msgid "Current Channel" +msgstr "" + +#: Code/Module/Manage.php:191 +msgid "Switch to one of your channels by selecting it." +msgstr "" + +#: Code/Module/Manage.php:192 +msgid "Default Login Channel" +msgstr "" + +#: Code/Module/Manage.php:193 +msgid "Make Default" +msgstr "" + +#: Code/Module/Manage.php:194 Code/Module/Manage.php:195 +msgid "Add to menu" +msgstr "" + +#: Code/Module/Manage.php:198 +#, php-format +msgid "%d new messages" +msgstr "" + +#: Code/Module/Manage.php:199 +#, php-format +msgid "%d new introductions" +msgstr "" + +#: Code/Module/Manage.php:201 +msgid "Delegated Channel" +msgstr "" + +#: Code/Module/Changeaddr.php:60 +msgid "" +"Channel name changes are not allowed within 48 hours of changing the account " +"password." +msgstr "" + +#: Code/Module/Changeaddr.php:91 +msgid "Feature has been disabled" +msgstr "" + +#: Code/Module/Changeaddr.php:110 +msgid "Change channel nickname/address" +msgstr "" + +#: Code/Module/Changeaddr.php:111 Code/Module/Removeaccount.php:75 +#: Code/Module/Removeme.php:75 +msgid "WARNING: " +msgstr "" + +#: Code/Module/Changeaddr.php:111 +msgid "Any/all connections on other networks will be lost!" +msgstr "" + +#: Code/Module/Changeaddr.php:112 Code/Module/Removeaccount.php:76 +#: Code/Module/Removeme.php:76 +msgid "Please enter your password for verification:" +msgstr "" + +#: Code/Module/Changeaddr.php:113 +msgid "New channel address" +msgstr "" + +#: Code/Module/Changeaddr.php:114 +msgid "Rename Channel" +msgstr "" + +#: Code/Module/Channel.php:64 Code/Module/Chat.php:34 +msgid "You must be logged in to see this page." +msgstr "" + +#: Code/Module/Channel.php:91 Code/Module/Profile.php:64 +msgid "Only posts" +msgstr "" + +#: Code/Module/Channel.php:182 +#, php-format +msgid "This is the home page of %s." +msgstr "" + +#: Code/Module/Channel.php:239 +msgid "Insufficient permissions. Request redirected to profile page." +msgstr "" + +#: Code/Module/Channel.php:255 Code/Module/Stream.php:219 +msgid "Search Results For:" +msgstr "" + +#: Code/Module/Channel.php:293 Code/Module/Display.php:103 +#: Code/Module/Hq.php:157 Code/Module/Pubstream.php:90 +#: Code/Module/Rpost.php:245 Code/Module/Stream.php:250 +msgid "Reset form" +msgstr "" + +#: Code/Module/Channel.php:562 Code/Module/Display.php:440 +msgid "" +"You must enable javascript for your browser to be able to view this content." +msgstr "" + +#: Code/Module/Channel.php:610 +#, php-format +msgid "This post was published on the home page of %s." +msgstr "" + +#: Code/Module/Chanview.php:151 Code/Module/Chanview.php:152 +msgid "Not available" +msgstr "" + +#: Code/Module/Chanview.php:171 +msgid "Cover photo for this channel" +msgstr "" + +#: Code/Module/Chanview.php:173 +msgid "Followers" +msgstr "" + +#: Code/Module/Chanview.php:174 +msgid "Following" +msgstr "" + +#: Code/Module/Chanview.php:177 include/conversation.php:962 +msgid "Visit" +msgstr "" + +#: Code/Module/Chanview.php:178 +msgid "toggle full screen mode" +msgstr "" + +#: Code/Module/Chat.php:198 +msgid "Room not found" +msgstr "" + +#: Code/Module/Chat.php:215 +msgid "Leave Room" +msgstr "" + +#: Code/Module/Chat.php:216 +msgid "Delete Room" +msgstr "" + +#: Code/Module/Chat.php:217 +msgid "I am away right now" +msgstr "" + +#: Code/Module/Chat.php:218 +msgid "I am online" +msgstr "" + +#: Code/Module/Chat.php:221 include/conversation.php:1293 +msgid "Please enter a link URL:" +msgstr "" + +#: Code/Module/Chat.php:240 +msgid "New Chatroom" +msgstr "" + +#: Code/Module/Chat.php:241 +msgid "Chatroom name" +msgstr "" + +#: Code/Module/Chat.php:242 +msgid "Expiration of chats (minutes)" +msgstr "" + +#: Code/Module/Chat.php:258 +#, php-format +msgid "%1$s's Chatrooms" +msgstr "" + +#: Code/Module/Chat.php:263 +msgid "No chatrooms available" +msgstr "" + +#: Code/Module/Chat.php:267 +msgid "Expiration" +msgstr "" + +#: Code/Module/Chat.php:268 +msgid "min" +msgstr "" + +#: Code/Module/Chatsvc.php:149 +msgid "Away" +msgstr "" + +#: Code/Module/Chatsvc.php:154 +msgid "Online" +msgstr "" + +#: Code/Module/Clients.php:16 +msgid "" +"This app allows you to authorize mobile apps using OAuth and OpenID to " +"access your channel." +msgstr "" + +#: Code/Module/Cloud.php:132 Code/Module/Item.php:1768 +msgid "Not found" +msgstr "" + +#: Code/Module/Cloud.php:134 Code/Module/Dreport.php:18 +#: Code/Module/Dreport.php:88 Code/Module/Import_items.php:135 +#: Code/Module/Like.php:111 Code/Module/Lists.php:177 Code/Module/Lists.php:223 +#: Code/Module/Lists.php:252 Code/Module/Lists.php:294 +#: Code/Module/Profperm.php:35 Code/Module/Share.php:82 +#: Code/Module/Subthread.php:99 Code/Web/WebServer.php:71 include/items.php:414 +msgid "Permission denied" +msgstr "" + +#: Code/Module/Cloud.php:136 +msgid "Please refresh page" +msgstr "" + +#: Code/Module/Cloud.php:142 +msgid "Unknown error" +msgstr "" + +#: Code/Module/Comment_control.php:15 +msgid "" +"This app allows you to select the comment audience and set a length of time " +"that comments on a particular post will be accepted." +msgstr "" + +#: Code/Module/Comment_control.php:23 +msgid "" +"This app is installed. A button to control comments may be found below the " +"post editor." +msgstr "" + +#: Code/Module/Common.php:21 +msgid "No channel." +msgstr "" + +#: Code/Module/Common.php:55 +msgid "No connections in common." +msgstr "" + +#: Code/Module/Common.php:75 +msgid "View Common Connections" +msgstr "" + +#: Code/Module/Connect.php:60 Code/Module/Connect.php:110 +msgid "Continue" +msgstr "" + +#: Code/Module/Connect.php:91 +msgid "Premium Channel Setup" +msgstr "" + +#: Code/Module/Connect.php:93 +msgid "Enable premium channel connection restrictions" +msgstr "" + +#: Code/Module/Connect.php:94 +msgid "" +"Please enter your restrictions or conditions, such as paypal receipt, usage " +"guidelines, etc." +msgstr "" + +#: Code/Module/Connect.php:96 Code/Module/Connect.php:116 +msgid "" +"This channel may require additional steps or acknowledgement of the " +"following conditions prior to connecting:" +msgstr "" + +#: Code/Module/Connect.php:97 +msgid "" +"Potential connections will then see the following text before proceeding:" +msgstr "" + +#: Code/Module/Connect.php:98 Code/Module/Connect.php:119 +msgid "" +"By continuing, I certify that I have complied with any instructions provided " +"on this page." +msgstr "" + +#: Code/Module/Connect.php:106 +msgid "(No specific instructions have been provided by the channel owner.)" +msgstr "" + +#: Code/Module/Connect.php:115 +msgid "Restricted or Premium Channel" +msgstr "" + +#: Code/Module/Connections.php:67 Code/Module/Connections.php:154 +#: Code/Module/Connections.php:297 +msgid "Blocked" +msgstr "" + +#: Code/Module/Connections.php:72 Code/Module/Connections.php:161 +#: Code/Module/Connections.php:296 +msgid "Ignored" +msgstr "" + +#: Code/Module/Connections.php:77 Code/Module/Connections.php:175 +#: Code/Module/Connections.php:295 +msgid "Hidden" +msgstr "" + +#: Code/Module/Connections.php:82 Code/Module/Connections.php:168 +msgid "Archived/Unreachable" +msgstr "" + +#: Code/Module/Connections.php:92 Code/Module/Connections.php:106 +#: Code/Module/Menu.php:188 Code/Module/Notifications.php:66 +msgid "New" +msgstr "" + +#: Code/Module/Connections.php:140 +msgid "Active Connections" +msgstr "" + +#: Code/Module/Connections.php:143 +msgid "Show active connections" +msgstr "" + +#: Code/Module/Connections.php:147 Code/Widget/Notifications.php:75 +msgid "New Connections" +msgstr "" + +#: Code/Module/Connections.php:150 +msgid "Show pending (new) connections" +msgstr "" + +#: Code/Module/Connections.php:157 +msgid "Only show blocked connections" +msgstr "" + +#: Code/Module/Connections.php:164 +msgid "Only show ignored connections" +msgstr "" + +#: Code/Module/Connections.php:171 +msgid "Only show archived/unreachable connections" +msgstr "" + +#: Code/Module/Connections.php:178 +msgid "Only show hidden connections" +msgstr "" + +#: Code/Module/Connections.php:182 Code/Module/Profperm.php:158 +msgid "All Connections" +msgstr "" + +#: Code/Module/Connections.php:185 +msgid "Show all connections" +msgstr "" + +#: Code/Module/Connections.php:238 +msgid "Order by name" +msgstr "" + +#: Code/Module/Connections.php:242 +msgid "Recent" +msgstr "" + +#: Code/Module/Connections.php:245 +msgid "Order by recent" +msgstr "" + +#: Code/Module/Connections.php:252 +msgid "Order by date" +msgstr "" + +#: Code/Module/Connections.php:293 +msgid "Pending approval" +msgstr "" + +#: Code/Module/Connections.php:294 +msgid "Archived" +msgstr "" + +#: Code/Module/Connections.php:298 +msgid "Not connected at this location" +msgstr "" + +#: Code/Module/Connections.php:316 +#, php-format +msgid "%1$s [%2$s]" +msgstr "" + +#: Code/Module/Connections.php:317 +msgid "Edit connection" +msgstr "" + +#: Code/Module/Connections.php:319 +msgid "Delete connection" +msgstr "" + +#: Code/Module/Connections.php:328 +msgid "Channel address" +msgstr "" + +#: Code/Module/Connections.php:330 +msgid "Network" +msgstr "" + +#: Code/Module/Connections.php:333 +msgid "Call" +msgstr "" + +#: Code/Module/Connections.php:335 +msgid "Status" +msgstr "" + +#: Code/Module/Connections.php:337 +msgid "Connected" +msgstr "" + +#: Code/Module/Connections.php:339 +msgid "Approve connection" +msgstr "" + +#: Code/Module/Connections.php:341 +msgid "Ignore connection" +msgstr "" + +#: Code/Module/Connections.php:342 Code/Module/Connedit.php:591 +msgid "Ignore" +msgstr "" + +#: Code/Module/Connections.php:343 +msgid "Recent activity" +msgstr "" + +#: Code/Module/Connections.php:370 +msgid "Filter by" +msgstr "" + +#: Code/Module/Connections.php:371 +msgid "Sort by" +msgstr "" + +#: Code/Module/Connections.php:375 +msgid "Search your connections" +msgstr "" + +#: Code/Module/Connections.php:376 +msgid "Connections search" +msgstr "" + +#: Code/Module/Connections.php:377 Code/Module/Directory.php:482 +#: Code/Module/Directory.php:487 Code/Widget/Findpeople.php:36 +msgid "Find" +msgstr "" + +#: Code/Module/Content_filter.php:28 +msgid "Content Filter settings updated." +msgstr "" + +#: Code/Module/Content_filter.php:38 +msgid "" +"This app (when installed) allows you to filter incoming content from all " +"sources or from specific connections. The filtering may be based on words, " +"tags, regular expressions, or language" +msgstr "" + +#: Code/Module/Content_filter.php:46 +msgid "" +"The settings on this page apply to all incoming content. To edit the " +"settings for individual connetions, see the similar settings on the " +"Connection Edit page for that connection." +msgstr "" + +#: Code/Module/Content_filter.php:53 Code/Module/Connedit.php:815 +msgid "Only import posts with this text" +msgstr "" + +#: Code/Module/Content_filter.php:55 Code/Module/Content_filter.php:63 +msgid "" +"words one per line or #tags, $categories, /patterns/, lang=xx, lang!=xx - " +"leave blank to import all posts" +msgstr "" + +#: Code/Module/Content_filter.php:61 Code/Module/Connedit.php:816 +msgid "Do not import posts with this text" +msgstr "" + +#: Code/Module/Content_filter.php:68 +msgid "Content Filter Settings" +msgstr "" + +#: Code/Module/Cover_photo.php:285 include/items.php:4684 +msgid "female" +msgstr "" + +#: Code/Module/Cover_photo.php:286 include/items.php:4685 +#, php-format +msgid "%1$s updated her %2$s" +msgstr "" + +#: Code/Module/Cover_photo.php:287 include/items.php:4686 +msgid "male" +msgstr "" + +#: Code/Module/Cover_photo.php:288 include/items.php:4687 +#, php-format +msgid "%1$s updated his %2$s" +msgstr "" + +#: Code/Module/Cover_photo.php:290 include/items.php:4689 +#, php-format +msgid "%1$s updated their %2$s" +msgstr "" + +#: Code/Module/Defperms.php:74 Code/Module/Connedit.php:91 +msgid "Could not access contact record." +msgstr "" + +#: Code/Module/Defperms.php:106 Code/Module/Settings/Channel.php:364 +#: extend/addon/a/faces/faces.php:209 extend/addon/a/logrot/logrot.php:56 +#: extend/addon/a/openstreetmap/openstreetmap.php:224 +msgid "Settings updated." +msgstr "" + +#: Code/Module/Defperms.php:247 Code/Module/Connedit.php:792 +msgid "Connection Default Permissions" +msgstr "" + +#: Code/Module/Defperms.php:248 Code/Module/Connedit.php:793 +msgid "Apply these permissions automatically" +msgstr "" + +#: Code/Module/Defperms.php:248 Code/Module/Settings/Channel.php:589 +msgid "" +"If enabled, connection requests will be approved without your interaction" +msgstr "" + +#: Code/Module/Defperms.php:249 Code/Module/Connedit.php:794 +msgid "Permission role" +msgstr "" + +#: Code/Module/Defperms.php:250 Code/Module/Connedit.php:795 +msgid "Add permission role" +msgstr "" + +#: Code/Module/Defperms.php:254 Code/Module/Connedit.php:809 +msgid "" +"The permissions indicated on this page will be applied to all new " +"connections." +msgstr "" + +#: Code/Module/Defperms.php:255 +msgid "Automatic approval settings" +msgstr "" + +#: Code/Module/Defperms.php:257 Code/Module/Settings/Tokens.php:312 +#: Code/Module/Settings/Permcats.php:141 +msgid "inherited" +msgstr "" + +#: Code/Module/Defperms.php:259 Code/Module/Connedit.php:828 +#: Code/Module/Settings/Tokens.php:310 Code/Module/Settings/Permcats.php:138 +msgid "My Settings" +msgstr "" + +#: Code/Module/Defperms.php:262 Code/Module/Connedit.php:830 +#: Code/Module/Settings/Tokens.php:315 Code/Module/Settings/Permcats.php:144 +msgid "Individual Permissions" +msgstr "" + +#: Code/Module/Defperms.php:263 Code/Module/Connedit.php:831 +#: Code/Module/Connedit.php:832 Code/Module/Settings/Permcats.php:145 +msgid "" +"Some individual permissions may have been preset or locked based on your " +"channel type and privacy settings." +msgstr "" + +#: Code/Module/Dircensor.php:45 +msgid "Entry censored" +msgstr "" + +#: Code/Module/Dircensor.php:47 +msgid "Entry uncensored" +msgstr "" + +#: Code/Module/Search.php:47 Code/Module/Display.php:52 +#: Code/Module/Directory.php:101 Code/Module/Directory.php:108 +#: Code/Module/Photos.php:587 Code/Module/Viewconnections.php:32 +msgid "Public access denied." +msgstr "" + +#: Code/Module/Search.php:370 +#, php-format +msgid "Items tagged with: %s" +msgstr "" + +#: Code/Module/Search.php:372 +#, php-format +msgid "Search results for: %s" +msgstr "" + +#: Code/Module/Display.php:393 +#, php-format +msgid "\"%1$s\", shared by %2$s with %3$s" +msgstr "" + +#: Code/Module/Display.php:394 +#, php-format +msgid "%1$s shared this post with %2$s" +msgstr "" + +#: Code/Module/Display.php:398 +msgid "Not much to read, click to see the post." +msgstr "" + +#: Code/Module/Display.php:402 +#, php-format +msgid "%1$s shared a reaction to \"%2$s\"" +msgstr "" + +#: Code/Module/Display.php:403 +#, php-format +msgid "%s shared a reaction to this post/conversation" +msgstr "" + +#: Code/Module/Display.php:410 +#, php-format +msgid "%1$s commented \"%2$s\"" +msgstr "" + +#: Code/Module/Display.php:411 +#, php-format +msgid "%s shared a comment of this post/conversation" +msgstr "" + +#: Code/Module/Display.php:415 +#, php-format +msgid "%1$s wrote this: \"%2$s\"" +msgstr "" + +#: Code/Module/Display.php:457 +msgid "Article" +msgstr "" + +#: Code/Module/Display.php:510 +msgid "Item has been removed." +msgstr "" + +#: Code/Module/Drafts.php:23 +msgid "" +"This app allows you to save posts you are writing and finish them later " +"prior to sharing/publishing." +msgstr "" + +#: Code/Module/Dreport.php:37 +msgid "Invalid message" +msgstr "" + +#: Code/Module/Dreport.php:65 +msgid "Delivery Log" +msgstr "" + +#: Code/Module/Dreport.php:99 +msgid "no results" +msgstr "" + +#: Code/Module/Dreport.php:111 +msgid "channel sync processed" +msgstr "" + +#: Code/Module/Dreport.php:115 +msgid "queued" +msgstr "" + +#: Code/Module/Dreport.php:119 +msgid "site dead" +msgstr "" + +#: Code/Module/Dreport.php:123 +msgid "site might be dead - deferred" +msgstr "" + +#: Code/Module/Dreport.php:127 +msgid "posted" +msgstr "" + +#: Code/Module/Dreport.php:131 +msgid "accepted for delivery" +msgstr "" + +#: Code/Module/Dreport.php:135 +msgid "updated" +msgstr "" + +#: Code/Module/Dreport.php:138 +msgid "update ignored" +msgstr "" + +#: Code/Module/Dreport.php:141 +msgid "permission denied" +msgstr "" + +#: Code/Module/Dreport.php:145 +msgid "recipient not found" +msgstr "" + +#: Code/Module/Dreport.php:148 +msgid "mail recalled" +msgstr "" + +#: Code/Module/Dreport.php:151 +msgid "duplicate mail received" +msgstr "" + +#: Code/Module/Dreport.php:154 +msgid "mail delivered" +msgstr "" + +#: Code/Module/Dreport.php:158 +msgid "delivery rejected" +msgstr "" + +#: Code/Module/Dreport.php:177 +#, php-format +msgid "Delivery report for %1$s" +msgstr "" + +#: Code/Module/Dreport.php:180 +msgid "Options" +msgstr "" + +#: Code/Module/Dreport.php:181 +msgid "Redeliver" +msgstr "" + +#: Code/Module/Editblock.php:153 +msgid "Edit Block" +msgstr "" + +#: Code/Module/Editlayout.php:141 Code/Module/Layouts.php:141 +#: Code/Module/Layouts.php:205 +msgid "Layout Name" +msgstr "" + +#: Code/Module/Editlayout.php:142 Code/Module/Layouts.php:144 +msgid "Layout Description (Optional)" +msgstr "" + +#: Code/Module/Editlayout.php:150 +msgid "Edit Layout" +msgstr "" + +#: Code/Module/Editpost.php:47 +msgid "Item is not editable" +msgstr "" + +#: Code/Module/Editpost.php:150 Code/Module/Rpost.php:251 +msgid "Edit post" +msgstr "" + +#: Code/Module/Editwebpage.php:157 +msgid "Page link" +msgstr "" + +#: Code/Module/Editwebpage.php:184 +msgid "Edit Webpage" +msgstr "" + +#: Code/Module/Email_resend.php:16 Code/Module/Email_validation.php:31 +msgid "Token verification failed." +msgstr "" + +#: Code/Module/Email_resend.php:34 +msgid "Email verification resent" +msgstr "" + +#: Code/Module/Email_resend.php:36 +msgid "Unable to resend email verification message." +msgstr "" + +#: Code/Module/Email_validation.php:44 +msgid "Email Verification Required" +msgstr "" + +#: Code/Module/Email_validation.php:45 +#, php-format +msgid "" +"A verification token was sent to your email address [%s]. Enter that token " +"here to complete the account verification step. Please allow a few minutes " +"for delivery, and check your spam folder if you do not see the message." +msgstr "" + +#: Code/Module/Email_validation.php:46 +msgid "Resend Email" +msgstr "" + +#: Code/Module/Email_validation.php:49 +msgid "Validation token" +msgstr "" + +#: Code/Module/Embedphotos.php:107 include/bbcode.php:259 +#: include/bbcode.php:1145 include/bbcode.php:2067 include/bbcode.php:2069 +#: include/bbcode.php:2072 include/text.php:1838 include/text.php:1839 +msgid "Image/photo" +msgstr "" + +#: Code/Module/Embedphotos.php:212 Code/Module/Photos.php:856 +#: Code/Module/Photos.php:1413 Code/Widget/Portfolio.php:101 +#: Code/Widget/Album.php:90 +msgid "View Photo" +msgstr "" + +#: Code/Module/Embedphotos.php:227 Code/Module/Photos.php:887 +#: Code/Widget/Portfolio.php:122 Code/Widget/Album.php:107 +msgid "Edit Album" +msgstr "" + +#: Code/Module/Events.php:495 +msgid "day(s)" +msgstr "" + +#: Code/Module/Events.php:496 +msgid "week(s)" +msgstr "" + +#: Code/Module/Events.php:497 +msgid "month(s)" +msgstr "" + +#: Code/Module/Events.php:498 +msgid "year(s)" +msgstr "" + +#: Code/Module/Events.php:511 +msgid "Edit event title" +msgstr "" + +#: Code/Module/Events.php:513 +msgid "Categories (comma-separated list)" +msgstr "" + +#: Code/Module/Events.php:514 +msgid "Edit Category" +msgstr "" + +#: Code/Module/Events.php:514 +msgid "Category" +msgstr "" + +#: Code/Module/Events.php:517 +msgid "Edit start date and time" +msgstr "" + +#: Code/Module/Events.php:518 Code/Module/Events.php:521 +msgid "Finish date and time are not known or not relevant" +msgstr "" + +#: Code/Module/Events.php:520 +msgid "Edit finish date and time" +msgstr "" + +#: Code/Module/Events.php:520 +msgid "Finish date and time" +msgstr "" + +#: Code/Module/Events.php:522 Code/Module/Events.php:523 +msgid "Adjust for viewer timezone" +msgstr "" + +#: Code/Module/Events.php:522 +msgid "" +"Important for events that happen in a particular place. Not practical for " +"global holidays." +msgstr "" + +#: Code/Module/Events.php:524 +msgid "Edit Description" +msgstr "" + +#: Code/Module/Events.php:526 +msgid "Edit Location" +msgstr "" + +#: Code/Module/Events.php:530 include/conversation.php:1461 +msgid "Permission settings" +msgstr "" + +#: Code/Module/Events.php:540 +msgid "Timezone:" +msgstr "" + +#: Code/Module/Events.php:545 +msgid "Advanced Options" +msgstr "" + +#: Code/Module/Events.php:547 +msgid "Event repeat" +msgstr "" + +#: Code/Module/Events.php:548 +msgid "Repeat frequency" +msgstr "" + +#: Code/Module/Events.php:549 +msgid "Repeat every" +msgstr "" + +#: Code/Module/Events.php:550 +msgid "Number of total repeats" +msgstr "" + +#: Code/Module/Events.php:861 +msgid "Event removed" +msgstr "" + +#: Code/Module/Expire.php:27 +msgid "Expiration settings updated." +msgstr "" + +#: Code/Module/Expire.php:37 +msgid "" +"This app allows you to set an optional expiration date/time for your own " +"posts, after which they will be deleted. This must be at least fifteen " +"minutes into the future. You may also choose to automatically delete all " +"your posts after a set number of days" +msgstr "" + +#: Code/Module/Expire.php:46 +msgid "Expire and delete all my posts after this many days" +msgstr "" + +#: Code/Module/Expire.php:46 +msgid "" +"Leave at 0 if you wish to manually control expiration of specific posts." +msgstr "" + +#: Code/Module/Expire.php:50 +msgid "Automatic Expiration Settings" +msgstr "" + +#: Code/Module/Fedi_id.php:28 +msgid "You are already connected with this channel." +msgstr "" + +#: Code/Module/Fedi_id.php:40 +msgid "Unknown or unreachable identifier" +msgstr "" + +#: Code/Module/Fedi_id.php:51 +msgid "Home instance" +msgstr "" + +#: Code/Module/Fedi_id.php:52 +msgid "Enter your channel address or fediverse ID (e.g. channel@example.com)" +msgstr "" + +#: Code/Module/Fedi_id.php:52 +msgid "" +"If you do not have a fediverse ID, please use your browser 'back' button to " +"return to the previous page" +msgstr "" + +#: Code/Module/Filer.php:61 +msgid "Enter a folder name" +msgstr "" + +#: Code/Module/Filer.php:61 +msgid "or select an existing folder (doubleclick)" +msgstr "" + +#: Code/Module/Filestorage.php:102 +msgid "Channel unavailable." +msgstr "" + +#: Code/Module/Filestorage.php:146 +msgid "File not found." +msgstr "" + +#: Code/Module/Filestorage.php:228 +msgid "Edit file permissions" +msgstr "" + +#: Code/Module/Filestorage.php:240 +msgid "Change filename to" +msgstr "" + +#: Code/Module/Filestorage.php:240 +msgid "Leave blank to keep the existing filename" +msgstr "" + +#: Code/Module/Filestorage.php:241 +msgid "Move to directory" +msgstr "" + +#: Code/Module/Filestorage.php:242 extend/addon/a/faces/Mod_Faces.php:182 +#: extend/addon/a/flashcards/Mod_Flashcards.php:264 +msgid "Set/edit permissions" +msgstr "" + +#: Code/Module/Filestorage.php:243 +msgid "Include all files and sub folders" +msgstr "" + +#: Code/Module/Filestorage.php:244 +msgid "Return to file list" +msgstr "" + +#: Code/Module/Filestorage.php:246 +msgid "Copy/paste this code to attach file to a post" +msgstr "" + +#: Code/Module/Filestorage.php:247 +msgid "Copy/paste this URL to link file from a web page" +msgstr "" + +#: Code/Module/Filestorage.php:249 +msgid "Share this file" +msgstr "" + +#: Code/Module/Filestorage.php:250 +msgid "Show URL to this file" +msgstr "" + +#: Code/Module/Filestorage.php:251 Code/Storage/Browser.php:435 +msgid "Show in your contacts shared folder" +msgstr "" + +#: Code/Module/Finger.php:24 +msgid "Webfinger Diagnostic" +msgstr "" + +#: Code/Module/Finger.php:25 +msgid "Lookup address or URL" +msgstr "" + +#: Code/Module/Follow.php:136 +msgid "Connection added." +msgstr "" + +#: Code/Module/Followers.php:89 Code/Module/Following.php:91 +#: Code/Module/Lists.php:306 Code/Module/Lists.php:358 +msgid "List members" +msgstr "" + +#: Code/Module/Future.php:15 +msgid "" +"This app allows you to set an optional publish date/time for posts, which " +"may be in the future. This must be at least ten minutes into the future to " +"initiate delayed publishing. The posts will be published automatically after " +"that time has passed. Once installed, a new button will appear in the post " +"editor to set the date/time." +msgstr "" + +#: Code/Module/Help.php:27 +msgid "Documentation Search" +msgstr "" + +#: Code/Module/Help.php:98 +msgid "Unknown language" +msgstr "" + +#: Code/Module/Help.php:117 +msgid "$Projectname Documentation" +msgstr "" + +#: Code/Module/Help.php:118 +msgid "Contents" +msgstr "" + +#: Code/Module/Home.php:163 +#, php-format +msgid "Welcome to %s" +msgstr "" + +#: Code/Module/Hq.php:164 +msgid "Welcome to $Projectname!" +msgstr "" + +#: Code/Module/Hq.php:164 +msgid "You have got no unseen posts..." +msgstr "" + +#: Code/Module/Impel.php:54 include/bbcode.php:417 +msgid "webpage" +msgstr "" + +#: Code/Module/Impel.php:59 include/bbcode.php:423 +msgid "block" +msgstr "" + +#: Code/Module/Impel.php:64 include/bbcode.php:420 +msgid "layout" +msgstr "" + +#: Code/Module/Impel.php:71 include/bbcode.php:426 +msgid "menu" +msgstr "" + +#: Code/Module/Impel.php:204 +#, php-format +msgid "%s element installed" +msgstr "" + +#: Code/Module/Impel.php:206 +#, php-format +msgid "%s element installation failed" +msgstr "" + +#: Code/Module/Item.php:573 Code/Module/Pin.php:49 +msgid "Unable to locate original post." +msgstr "" + +#: Code/Module/Item.php:667 +msgid "Comment may be moderated." +msgstr "" + +#: Code/Module/Item.php:895 +msgid "Empty post discarded." +msgstr "" + +#: Code/Module/Item.php:1531 +msgid "Duplicate post suppressed." +msgstr "" + +#: Code/Module/Item.php:1578 +msgid "" +"Draft saved. Use Drafts app to continue " +"editing." +msgstr "" + +#: Code/Module/Item.php:1622 +msgid "Your comment has been posted." +msgstr "" + +#: Code/Module/Item.php:1691 +msgid "System error. Post not saved." +msgstr "" + +#: Code/Module/Item.php:1733 +msgid "Your post/comment is awaiting approval." +msgstr "" + +#: Code/Module/Item.php:1902 +msgid "Unable to obtain post information from database." +msgstr "" + +#: Code/Module/Item.php:1910 +#, php-format +msgid "You have reached your limit of %1$.0f top level posts." +msgstr "" + +#: Code/Module/Item.php:1916 +#, php-format +msgid "You have reached your limit of %1$.0f webpages." +msgstr "" + +#: Code/Module/Import_items.php:56 Code/Module/Import.php:78 +msgid "Nothing to import." +msgstr "" + +#: Code/Module/Import_items.php:81 Code/Module/Import.php:93 +#: Code/Module/Import.php:108 +msgid "Unable to download data from old server" +msgstr "" + +#: Code/Module/Import_items.php:87 Code/Module/Import.php:115 +msgid "Imported file is empty." +msgstr "" + +#: Code/Module/Import_items.php:112 +msgid "Data export format is not compatible with this software" +msgstr "" + +#: Code/Module/Import_items.php:122 +msgid "Import completed" +msgstr "" + +#: Code/Module/Import_items.php:140 +msgid "Import Items" +msgstr "" + +#: Code/Module/Import_items.php:141 +msgid "Use this form to import existing posts and content from an export file." +msgstr "" + +#: Code/Module/Import_items.php:142 Code/Module/Import.php:711 +msgid "File to Upload" +msgstr "" + +#: Code/Module/Invite.php:38 +msgid "Total invitation limit exceeded." +msgstr "" + +#: Code/Module/Invite.php:63 +#, php-format +msgid "%s : Not a valid email address." +msgstr "" + +#: Code/Module/Invite.php:76 +msgid "Please join us on $Projectname" +msgstr "" + +#: Code/Module/Invite.php:86 +msgid "Invitation limit exceeded. Please contact your site administrator." +msgstr "" + +#: Code/Module/Invite.php:90 +#, php-format +msgid "%s : Message delivery failed." +msgstr "" + +#: Code/Module/Invite.php:93 +#, php-format +msgid "%d message sent." +msgid_plural "%d messages sent." +msgstr[0] "" +msgstr[1] "" + +#: Code/Module/Invite.php:111 +msgid "Send email invitations to join this network" +msgstr "" + +#: Code/Module/Invite.php:124 +msgid "You have no more invitations available" +msgstr "" + +#: Code/Module/Invite.php:158 +msgid "Send invitations" +msgstr "" + +#: Code/Module/Invite.php:159 +msgid "Enter email addresses, one per line:" +msgstr "" + +#: Code/Module/Invite.php:160 +msgid "Your message:" +msgstr "" + +#: Code/Module/Invite.php:161 +msgid "Please join my community on $Projectname." +msgstr "" + +#: Code/Module/Invite.php:163 +msgid "You will need to supply this invitation code:" +msgstr "" + +#: Code/Module/Invite.php:164 +msgid "1. Register at any $Projectname location (they are all inter-connected)" +msgstr "" + +#: Code/Module/Invite.php:166 +msgid "2. Enter my $Projectname network address into the site searchbar." +msgstr "" + +#: Code/Module/Invite.php:167 +msgid "or visit" +msgstr "" + +#: Code/Module/Invite.php:169 +msgid "3. Click [Connect]" +msgstr "" + +#: Code/Module/Directory.php:164 +msgid "No default suggestions were found." +msgstr "" + +#: Code/Module/Directory.php:331 +msgid "Gender: " +msgstr "" + +#: Code/Module/Directory.php:332 +msgid "Status: " +msgstr "" + +#: Code/Module/Directory.php:333 +msgid "Homepage: " +msgstr "" + +#: Code/Module/Directory.php:394 +msgid "Description:" +msgstr "" + +#: Code/Module/Directory.php:409 +msgid "Keywords: " +msgstr "" + +#: Code/Module/Directory.php:412 +msgid "Don't suggest" +msgstr "" + +#: Code/Module/Directory.php:414 +msgid "Suggestion ranking:" +msgstr "" + +#: Code/Module/Directory.php:477 +msgid "Local Directory" +msgstr "" + +#: Code/Module/Directory.php:483 +msgid "Finding:" +msgstr "" + +#: Code/Module/Directory.php:486 Code/Widget/Findpeople.php:37 +msgid "Channel Suggestions" +msgstr "" + +#: Code/Module/Directory.php:488 +msgid "next page" +msgstr "" + +#: Code/Module/Directory.php:488 +msgid "previous page" +msgstr "" + +#: Code/Module/Directory.php:489 +msgid "Sort options" +msgstr "" + +#: Code/Module/Directory.php:490 +msgid "Alphabetic" +msgstr "" + +#: Code/Module/Directory.php:491 +msgid "Reverse Alphabetic" +msgstr "" + +#: Code/Module/Directory.php:492 +msgid "Newest to Oldest" +msgstr "" + +#: Code/Module/Directory.php:493 +msgid "Oldest to Newest" +msgstr "" + +#: Code/Module/Directory.php:518 +msgid "No entries (some entries may be hidden)." +msgstr "" + +#: Code/Module/Lang.php:22 +msgid "Change UI language" +msgstr "" + +#: Code/Module/Layouts.php:200 include/text.php:2883 +msgid "Layouts" +msgstr "" + +#: Code/Module/Layouts.php:206 +msgid "Layout Description" +msgstr "" + +#: Code/Module/Layouts.php:211 +msgid "Download PDL file" +msgstr "" + +#: Code/Module/Photos.php:89 Code/Module/Photos.php:107 +msgid "Album not found." +msgstr "" + +#: Code/Module/Photos.php:98 +msgid "Delete Album" +msgstr "" + +#: Code/Module/Photos.php:172 Code/Module/Photos.php:1141 +msgid "Delete Photo" +msgstr "" + +#: Code/Module/Photos.php:373 +msgid "linked item not found." +msgstr "" + +#: Code/Module/Photos.php:567 +#, php-format +msgid "%s: Unsupported photo type. Saved as file." +msgstr "" + +#: Code/Module/Photos.php:595 +msgid "No photos selected" +msgstr "" + +#: Code/Module/Photos.php:645 +msgid "Access to this item is restricted." +msgstr "" + +#: Code/Module/Photos.php:688 +#, php-format +msgid "%1$.2f MB of %2$.2f MB photo storage used." +msgstr "" + +#: Code/Module/Photos.php:690 +#, php-format +msgid "%1$.2f MB photo storage used." +msgstr "" + +#: Code/Module/Photos.php:732 +msgid "Upload Photos" +msgstr "" + +#: Code/Module/Photos.php:736 +msgid "Enter an album name" +msgstr "" + +#: Code/Module/Photos.php:737 +msgid "or select an existing album (doubleclick)" +msgstr "" + +#: Code/Module/Photos.php:738 Code/Module/Photos.php:1125 +msgid "Please briefly describe this photo for vision-impaired viewers" +msgstr "" + +#: Code/Module/Photos.php:739 +msgid "" +"If uploading multiple photos this description will be added to every photo." +msgstr "" + +#: Code/Module/Photos.php:741 +msgid "" +"If uploading multiple photos this title/caption will be added to every photo." +msgstr "" + +#: Code/Module/Photos.php:828 +msgid "Date descending" +msgstr "" + +#: Code/Module/Photos.php:829 +msgid "Date ascending" +msgstr "" + +#: Code/Module/Photos.php:830 +msgid "Name ascending" +msgstr "" + +#: Code/Module/Photos.php:885 Code/Module/Photos.php:1438 +msgid "View files" +msgstr "" + +#: Code/Module/Photos.php:889 Code/Module/Photos.php:1441 +msgid "Add Photos" +msgstr "" + +#: Code/Module/Photos.php:891 +msgid "Sort" +msgstr "" + +#: Code/Module/Photos.php:936 +msgid "Permission denied. Access to this item may be restricted." +msgstr "" + +#: Code/Module/Photos.php:938 +msgid "Photo not available" +msgstr "" + +#: Code/Module/Photos.php:1002 +msgid "Use as profile photo" +msgstr "" + +#: Code/Module/Photos.php:1003 +msgid "Use as cover photo" +msgstr "" + +#: Code/Module/Photos.php:1010 +msgid "Private Photo" +msgstr "" + +#: Code/Module/Photos.php:1028 +msgid "View Full Size" +msgstr "" + +#: Code/Module/Photos.php:1116 +msgid "Edit photo" +msgstr "" + +#: Code/Module/Photos.php:1120 +msgid "Move photo to album" +msgstr "" + +#: Code/Module/Photos.php:1121 +msgid "Enter a new album name" +msgstr "" + +#: Code/Module/Photos.php:1122 +msgid "or select an existing one (doubleclick)" +msgstr "" + +#: Code/Module/Photos.php:1127 +msgid "Your message (optional)" +msgstr "" + +#: Code/Module/Photos.php:1127 +msgid "" +"This will only appear in the optional status post attached to this photo" +msgstr "" + +#: Code/Module/Photos.php:1128 +msgid "Add a Tag" +msgstr "" + +#: Code/Module/Photos.php:1136 +msgid "Example: @bob, @Barbara_Jensen, @jim@example.com" +msgstr "" + +#: Code/Module/Photos.php:1139 +msgid "Flag as adult in album view" +msgstr "" + +#: Code/Module/Photos.php:1214 include/conversation.php:531 +msgctxt "title" +msgid "Likes" +msgstr "" + +#: Code/Module/Photos.php:1215 include/conversation.php:532 +msgctxt "title" +msgid "Dislikes" +msgstr "" + +#: Code/Module/Photos.php:1216 include/conversation.php:533 +msgctxt "title" +msgid "Attending" +msgstr "" + +#: Code/Module/Photos.php:1217 include/conversation.php:534 +msgctxt "title" +msgid "Not attending" +msgstr "" + +#: Code/Module/Photos.php:1218 include/conversation.php:535 +msgctxt "title" +msgid "Might attend" +msgstr "" + +#: Code/Module/Photos.php:1328 +msgid "Photo Tools" +msgstr "" + +#: Code/Module/Photos.php:1338 +msgid "In This Photo:" +msgstr "" + +#: Code/Module/Photos.php:1343 +msgid "Map" +msgstr "" + +#: Code/Module/Photos.php:1425 Code/Module/Photos.php:1436 +#: Code/Module/Photos.php:1437 include/photos.php:760 +msgid "Recent Photos" +msgstr "" + +#: Code/Module/Like.php:174 Code/Module/Tagger.php:85 +#: Code/Module/Subthread.php:126 include/text.php:2400 +#: include/conversation.php:139 +msgid "photo" +msgstr "" + +#: Code/Module/Like.php:174 Code/Module/Subthread.php:126 +msgid "status" +msgstr "" + +#: Code/Module/Like.php:219 +msgid "Undo a previous action" +msgstr "" + +#: Code/Module/Like.php:223 Code/Module/Plike.php:204 +#: include/conversation.php:188 +#, php-format +msgid "%1$s likes %2$s's %3$s" +msgstr "" + +#: Code/Module/Like.php:226 Code/Module/Plike.php:207 +#: include/conversation.php:190 +#, php-format +msgid "%1$s doesn't like %2$s's %3$s" +msgstr "" + +#: Code/Module/Like.php:229 +#, php-format +msgid "%1$s is attending %2$s's %3$s" +msgstr "" + +#: Code/Module/Like.php:232 +#, php-format +msgid "%1$s is not attending %2$s's %3$s" +msgstr "" + +#: Code/Module/Like.php:235 +#, php-format +msgid "%1$s may attend %2$s's %3$s" +msgstr "" + +#: Code/Module/Lists.php:115 +msgid "Access list created." +msgstr "" + +#: Code/Module/Lists.php:117 +msgid "Could not create access list." +msgstr "" + +#: Code/Module/Lists.php:137 Code/Module/Lists.php:283 include/items.php:4293 +msgid "Access list not found." +msgstr "" + +#: Code/Module/Lists.php:154 +msgid "Access list updated." +msgstr "" + +#: Code/Module/Lists.php:198 Code/Module/Lists.php:209 +msgid "Access Lists" +msgstr "" + +#: Code/Module/Lists.php:199 +msgid "Create access list" +msgstr "" + +#: Code/Module/Lists.php:203 +msgid "Access list name" +msgstr "" + +#: Code/Module/Lists.php:204 Code/Module/Lists.php:346 +msgid "Members are visible to other channels" +msgstr "" + +#: Code/Module/Lists.php:211 +msgid "Members" +msgstr "" + +#: Code/Module/Lists.php:240 +msgid "Access list removed." +msgstr "" + +#: Code/Module/Lists.php:242 +msgid "Unable to remove access list." +msgstr "" + +#: Code/Module/Lists.php:341 +#, php-format +msgid "Access List: %s" +msgstr "" + +#: Code/Module/Lists.php:343 +msgid "Access list name: " +msgstr "" + +#: Code/Module/Lists.php:348 +msgid "Delete access list" +msgstr "" + +#: Code/Module/Lists.php:360 +msgid "Not in this list" +msgstr "" + +#: Code/Module/Lists.php:393 +msgid "Select a channel to toggle membership" +msgstr "" + +#: Code/Module/Connedit.php:123 +msgid "Could not locate selected profile." +msgstr "" + +#: Code/Module/Connedit.php:206 +msgid "Connection updated." +msgstr "" + +#: Code/Module/Connedit.php:208 +msgid "Failed to update connection record." +msgstr "" + +#: Code/Module/Connedit.php:253 +msgid "is now connected to" +msgstr "" + +#: Code/Module/Connedit.php:380 +msgid "Could not access address book record." +msgstr "" + +#: Code/Module/Connedit.php:426 +msgid "Refresh failed - channel is currently unavailable." +msgstr "" + +#: Code/Module/Connedit.php:453 +msgid "Added by Connedit" +msgstr "" + +#: Code/Module/Connedit.php:495 +msgid "Unable to set address book parameters." +msgstr "" + +#: Code/Module/Connedit.php:512 +msgid "Connection has been removed." +msgstr "" + +#: Code/Module/Connedit.php:558 +#, php-format +msgid "View %s's profile" +msgstr "" + +#: Code/Module/Connedit.php:562 +msgid "Refresh Permissions" +msgstr "" + +#: Code/Module/Connedit.php:565 +msgid "Fetch updated permissions" +msgstr "" + +#: Code/Module/Connedit.php:569 +msgid "Refresh Photo" +msgstr "" + +#: Code/Module/Connedit.php:572 +msgid "Fetch updated photo" +msgstr "" + +#: Code/Module/Connedit.php:576 include/conversation.php:972 +msgid "Recent Activity" +msgstr "" + +#: Code/Module/Connedit.php:579 +msgid "View recent posts and comments" +msgstr "" + +#: Code/Module/Connedit.php:586 +msgid "Block (or Unblock) all communications with this connection" +msgstr "" + +#: Code/Module/Connedit.php:587 +msgid "This connection is blocked" +msgstr "" + +#: Code/Module/Connedit.php:591 +msgid "Unignore" +msgstr "" + +#: Code/Module/Connedit.php:594 +msgid "Ignore (or Unignore) all inbound communications from this connection" +msgstr "" + +#: Code/Module/Connedit.php:595 +msgid "This connection is ignored" +msgstr "" + +#: Code/Module/Connedit.php:602 +msgid "Censor (or Uncensor) images from this connection" +msgstr "" + +#: Code/Module/Connedit.php:603 +msgid "This connection is censored" +msgstr "" + +#: Code/Module/Connedit.php:607 +msgid "Unarchive" +msgstr "" + +#: Code/Module/Connedit.php:607 +msgid "Archive" +msgstr "" + +#: Code/Module/Connedit.php:610 +msgid "" +"Archive (or Unarchive) this connection - mark channel dead but keep content" +msgstr "" + +#: Code/Module/Connedit.php:611 +msgid "This connection is archived" +msgstr "" + +#: Code/Module/Connedit.php:615 +msgid "Unhide" +msgstr "" + +#: Code/Module/Connedit.php:615 +msgid "Hide" +msgstr "" + +#: Code/Module/Connedit.php:618 +msgid "Hide or Unhide this connection from your other connections" +msgstr "" + +#: Code/Module/Connedit.php:619 +msgid "This connection is hidden" +msgstr "" + +#: Code/Module/Connedit.php:626 +msgid "Delete this connection" +msgstr "" + +#: Code/Module/Connedit.php:634 +msgid "Fetch Vcard" +msgstr "" + +#: Code/Module/Connedit.php:637 +msgid "Fetch electronic calling card for this connection" +msgstr "" + +#: Code/Module/Connedit.php:647 +msgid "Open Individual Permissions section by default" +msgstr "" + +#: Code/Module/Connedit.php:673 +msgid "Open Friend Zoom section by default" +msgstr "" + +#: Code/Module/Connedit.php:699 +msgid "Filter" +msgstr "" + +#: Code/Module/Connedit.php:702 +msgid "Open Custom Filter section by default" +msgstr "" + +#: Code/Module/Connedit.php:713 +msgid "Approve this connection" +msgstr "" + +#: Code/Module/Connedit.php:713 +msgid "Accept connection to allow communication" +msgstr "" + +#: Code/Module/Connedit.php:718 +msgid "Set Friend Zoom" +msgstr "" + +#: Code/Module/Connedit.php:722 +msgid "Set Profile" +msgstr "" + +#: Code/Module/Connedit.php:726 +msgid "Set Friend Zoom & Profile" +msgstr "" + +#: Code/Module/Connedit.php:780 +msgid "This connection is unreachable from this location." +msgstr "" + +#: Code/Module/Connedit.php:781 +msgid "This connection may be unreachable from other channel locations." +msgstr "" + +#: Code/Module/Connedit.php:783 +msgid "Location independence is not supported by their network." +msgstr "" + +#: Code/Module/Connedit.php:788 +msgid "" +"This connection is unreachable from this location. Location independence is " +"not supported by their network." +msgstr "" + +#: Code/Module/Connedit.php:792 include/items.php:4327 +#, php-format +msgid "Connection: %s" +msgstr "" + +#: Code/Module/Connedit.php:793 +msgid "Connection requests will be approved without your interaction" +msgstr "" + +#: Code/Module/Connedit.php:799 +msgid "Ignore shares and repeats this connection posts" +msgstr "" + +#: Code/Module/Connedit.php:799 +msgid "Note: This is not recommended for Groups." +msgstr "" + +#: Code/Module/Connedit.php:803 +msgid "This connection's primary address is" +msgstr "" + +#: Code/Module/Connedit.php:804 +msgid "Available locations:" +msgstr "" + +#: Code/Module/Connedit.php:810 +msgid "Connection Tools" +msgstr "" + +#: Code/Module/Connedit.php:812 +msgid "Slide to adjust your degree of friendship" +msgstr "" + +#: Code/Module/Connedit.php:814 +msgid "Custom Filter" +msgstr "" + +#: Code/Module/Connedit.php:815 Code/Module/Connedit.php:816 +msgid "" +"words one per line or #tags, $categories, /patterns/, or lang=xx, leave " +"blank to import all posts" +msgstr "" + +#: Code/Module/Connedit.php:817 extend/addon/a/zotpost/Mod_zotpost.php:71 +msgid "Nickname" +msgstr "" + +#: Code/Module/Connedit.php:817 +msgid "optional - allows you to search by a name that you have chosen" +msgstr "" + +#: Code/Module/Connedit.php:820 +msgid "Connection Pending Approval" +msgstr "" + +#: Code/Module/Connedit.php:825 +#, php-format +msgid "" +"Please choose the profile you would like to display to %s when viewing your " +"profile securely." +msgstr "" + +#: Code/Module/Connedit.php:827 Code/Module/Settings/Tokens.php:309 +msgid "Their Settings" +msgstr "" + +#: Code/Module/Connedit.php:833 +msgid "Last update:" +msgstr "" + +#: Code/Module/Connedit.php:841 +msgid "Details" +msgstr "" + +#: Code/Module/Locs.php:33 Code/Module/Locs.php:74 +msgid "Location not found." +msgstr "" + +#: Code/Module/Locs.php:83 +msgid "Location lookup failed." +msgstr "" + +#: Code/Module/Locs.php:87 +msgid "" +"Please select another location to become primary before removing the primary " +"location." +msgstr "" + +#: Code/Module/Locs.php:117 +msgid "Pushing location info" +msgstr "" + +#: Code/Module/Locs.php:128 +msgid "No locations found." +msgstr "" + +#: Code/Module/Locs.php:133 +msgid "Manage Channel Locations" +msgstr "" + +#: Code/Module/Locs.php:137 Code/Module/Menu.php:185 +msgid "Drop" +msgstr "" + +#: Code/Module/Locs.php:139 +msgid "Publish these settings" +msgstr "" + +#: Code/Module/Locs.php:140 +msgid "Please wait several minutes between consecutive operations." +msgstr "" + +#: Code/Module/Locs.php:141 +msgid "" +"When possible, drop a location by logging into that website/hub and removing " +"your channel." +msgstr "" + +#: Code/Module/Locs.php:142 +msgid "Use this form to drop the location if the hub is no longer operating." +msgstr "" + +#: Code/Module/Lostpass.php:27 +msgid "No valid account found." +msgstr "" + +#: Code/Module/Lostpass.php:42 +msgid "Password reset request issued. Check your email." +msgstr "" + +#: Code/Module/Lostpass.php:49 Code/Module/Lostpass.php:121 +#, php-format +msgid "Site Member (%s)" +msgstr "" + +#: Code/Module/Lostpass.php:54 Code/Module/Lostpass.php:59 +#, php-format +msgid "Password reset requested at %s" +msgstr "" + +#: Code/Module/Lostpass.php:80 +msgid "" +"Request could not be verified. (You may have previously submitted it.) " +"Password reset failed." +msgstr "" + +#: Code/Module/Lostpass.php:104 boot.php:1726 +msgid "Password Reset" +msgstr "" + +#: Code/Module/Lostpass.php:105 +msgid "Your password has been reset as requested." +msgstr "" + +#: Code/Module/Lostpass.php:106 +msgid "Your new password is" +msgstr "" + +#: Code/Module/Lostpass.php:107 +msgid "Save or copy your new password - and then" +msgstr "" + +#: Code/Module/Lostpass.php:108 +msgid "click here to login" +msgstr "" + +#: Code/Module/Lostpass.php:109 +msgid "" +"Your password may be changed from the Settings page after " +"successful login." +msgstr "" + +#: Code/Module/Lostpass.php:129 +#, php-format +msgid "Your password has changed at %s" +msgstr "" + +#: Code/Module/Lostpass.php:140 +msgid "Forgot your Password?" +msgstr "" + +#: Code/Module/Lostpass.php:141 +msgid "" +"Enter your email address and submit to have your password reset. Then check " +"your email for further instructions." +msgstr "" + +#: Code/Module/Lostpass.php:142 Code/Module/Settings/Channel.php:637 +msgid "Email Address" +msgstr "" + +#: Code/Module/Markup.php:16 +msgid "" +"This app adds editor buttons for bold, italic, underline, quote, and " +"possibly other common richtext constructs." +msgstr "" + +#: Code/Module/Menu.php:79 +msgid "Unable to update menu." +msgstr "" + +#: Code/Module/Menu.php:89 +msgid "Unable to create menu." +msgstr "" + +#: Code/Module/Menu.php:169 Code/Module/Menu.php:182 +msgid "Menu Name" +msgstr "" + +#: Code/Module/Menu.php:169 +msgid "Unique name (not visible on webpage) - required" +msgstr "" + +#: Code/Module/Menu.php:170 Code/Module/Menu.php:183 +msgid "Menu Title" +msgstr "" + +#: Code/Module/Menu.php:170 +msgid "Visible on webpage - leave empty for no title" +msgstr "" + +#: Code/Module/Menu.php:171 +msgid "Allow Bookmarks" +msgstr "" + +#: Code/Module/Menu.php:171 Code/Module/Menu.php:229 +msgid "Menu may be used to store saved bookmarks" +msgstr "" + +#: Code/Module/Menu.php:172 Code/Module/Menu.php:232 +msgid "Submit and proceed" +msgstr "" + +#: Code/Module/Menu.php:179 include/text.php:2882 +msgid "Menus" +msgstr "" + +#: Code/Module/Menu.php:189 +msgid "Bookmarks allowed" +msgstr "" + +#: Code/Module/Menu.php:191 +msgid "Delete this menu" +msgstr "" + +#: Code/Module/Menu.php:192 Code/Module/Menu.php:226 +msgid "Edit menu contents" +msgstr "" + +#: Code/Module/Menu.php:193 +msgid "Edit this menu" +msgstr "" + +#: Code/Module/Menu.php:207 +msgid "Menu could not be deleted." +msgstr "" + +#: Code/Module/Menu.php:216 Code/Module/Mitem.php:44 +msgid "Menu not found." +msgstr "" + +#: Code/Module/Menu.php:221 +msgid "Edit Menu" +msgstr "" + +#: Code/Module/Menu.php:225 +msgid "Add or remove entries to this menu" +msgstr "" + +#: Code/Module/Menu.php:227 +msgid "Menu name" +msgstr "" + +#: Code/Module/Menu.php:227 +msgid "Must be unique, only seen by you" +msgstr "" + +#: Code/Module/Menu.php:228 +msgid "Menu title" +msgstr "" + +#: Code/Module/Menu.php:228 +msgid "Menu title as seen by others" +msgstr "" + +#: Code/Module/Menu.php:229 +msgid "Allow bookmarks" +msgstr "" + +#: Code/Module/Menu.php:237 Code/Module/Mitem.php:148 +#: Code/Module/Dev/Xchan.php:46 +msgid "Not found." +msgstr "" + +#: Code/Module/Mitem.php:78 +msgid "Unable to create element." +msgstr "" + +#: Code/Module/Mitem.php:103 +msgid "Unable to update menu element." +msgstr "" + +#: Code/Module/Mitem.php:117 +msgid "Unable to add menu element." +msgstr "" + +#: Code/Module/Mitem.php:182 Code/Module/Mitem.php:261 +msgid "Menu Item Permissions" +msgstr "" + +#: Code/Module/Mitem.php:183 Code/Module/Mitem.php:262 +#: Code/Module/Settings/Channel.php:662 +msgid "(click to open/close)" +msgstr "" + +#: Code/Module/Mitem.php:189 Code/Module/Mitem.php:206 +msgid "Link Name" +msgstr "" + +#: Code/Module/Mitem.php:190 Code/Module/Mitem.php:270 +msgid "Link or Submenu Target" +msgstr "" + +#: Code/Module/Mitem.php:190 +msgid "Enter URL of the link or select a menu name to create a submenu" +msgstr "" + +#: Code/Module/Mitem.php:191 Code/Module/Mitem.php:271 +msgid "Use magic-auth if available" +msgstr "" + +#: Code/Module/Mitem.php:192 Code/Module/Mitem.php:272 +msgid "Open link in new window" +msgstr "" + +#: Code/Module/Mitem.php:193 Code/Module/Mitem.php:273 +msgid "Order in list" +msgstr "" + +#: Code/Module/Mitem.php:193 Code/Module/Mitem.php:273 +msgid "Higher numbers will sink to bottom of listing" +msgstr "" + +#: Code/Module/Mitem.php:194 +msgid "Submit and finish" +msgstr "" + +#: Code/Module/Mitem.php:195 +msgid "Submit and continue" +msgstr "" + +#: Code/Module/Mitem.php:204 +msgid "Menu:" +msgstr "" + +#: Code/Module/Mitem.php:207 +msgid "Link Target" +msgstr "" + +#: Code/Module/Mitem.php:210 +msgid "Edit menu" +msgstr "" + +#: Code/Module/Mitem.php:213 +msgid "Edit element" +msgstr "" + +#: Code/Module/Mitem.php:214 +msgid "Drop element" +msgstr "" + +#: Code/Module/Mitem.php:215 +msgid "New element" +msgstr "" + +#: Code/Module/Mitem.php:216 +msgid "Edit this menu container" +msgstr "" + +#: Code/Module/Mitem.php:217 +msgid "Add menu element" +msgstr "" + +#: Code/Module/Mitem.php:218 +msgid "Delete this menu item" +msgstr "" + +#: Code/Module/Mitem.php:219 +msgid "Edit this menu item" +msgstr "" + +#: Code/Module/Mitem.php:236 +msgid "Menu item not found." +msgstr "" + +#: Code/Module/Mitem.php:249 +msgid "Menu item deleted." +msgstr "" + +#: Code/Module/Mitem.php:251 +msgid "Menu item could not be deleted." +msgstr "" + +#: Code/Module/Mitem.php:259 +msgid "Edit Menu Element" +msgstr "" + +#: Code/Module/Mitem.php:269 +msgid "Link text" +msgstr "" + +#: Code/Module/Moderate.php:36 +msgid "No entries." +msgstr "" + +#: Code/Module/Moderate.php:81 +msgid "Comment approved" +msgstr "" + +#: Code/Module/Moderate.php:84 +msgid "Comment deleted" +msgstr "" + +#: Code/Module/Mood.php:84 include/conversation.php:306 +#, php-format +msgctxt "mood" +msgid "%1$s is %2$s" +msgstr "" + +#: Code/Module/Mood.php:145 Code/Module/Mood.php:167 +msgid "Set your current mood and tell your friends" +msgstr "" + +#: Code/Module/New_channel.php:176 +msgid "Your real name is recommended." +msgstr "" + +#: Code/Module/New_channel.php:177 +msgid "" +"Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation " +"Group\"" +msgstr "" + +#: Code/Module/New_channel.php:182 +msgid "" +"This will be used to create a unique network address (like an email address)." +msgstr "" + +#: Code/Module/New_channel.php:184 +msgid "Allowed characters are a-z 0-9, - and _" +msgstr "" + +#: Code/Module/New_channel.php:192 +msgid "Channel name" +msgstr "" + +#: Code/Module/New_channel.php:194 Code/Module/Register.php:280 +msgid "Choose a short nickname" +msgstr "" + +#: Code/Module/New_channel.php:195 Code/Module/Register.php:281 +msgid "Channel role and privacy" +msgstr "" + +#: Code/Module/New_channel.php:195 +msgid "" +"Select a channel permission role compatible with your usage needs and " +"privacy requirements." +msgstr "" + +#: Code/Module/New_channel.php:198 +msgid "Create a Channel" +msgstr "" + +#: Code/Module/New_channel.php:199 +msgid "" +"A channel is a unique network identity. It can represent a person (social " +"network profile), a forum (group), a business or celebrity page, a newsfeed, " +"and many other things." +msgstr "" + +#: Code/Module/New_channel.php:200 +msgid "" +"or import an existing channel from another location." +msgstr "" + +#: Code/Module/New_channel.php:205 +msgid "Validate" +msgstr "" + +#: Code/Module/Notes.php:52 +msgid "This app allows you to create private notes for your personal use." +msgstr "" + +#: Code/Module/Notes.php:60 +msgid "This app is installed. The Notes tool can be found on your stream page." +msgstr "" + +#: Code/Module/Notifications.php:70 Code/Module/Notify.php:76 +msgid "No more system notifications." +msgstr "" + +#: Code/Module/Notifications.php:74 Code/Module/Notify.php:80 +msgid "System Notifications" +msgstr "" + +#: Code/Module/Notify.php:45 +#, php-format +msgid "A notification with that id was not found for channel '%s'" +msgstr "" + +#: Code/Module/Tasks.php:111 +msgid "This app provides a simple personal and task list." +msgstr "" + +#: Code/Module/Import.php:165 Code/Import/Friendica.php:67 +#, php-format +msgid "Your service plan only allows %d channels." +msgstr "" + +#: Code/Module/Import.php:193 +msgid "No channel. Import failed." +msgstr "" + +#: Code/Module/Import.php:657 +msgid "Files and Posts imported." +msgstr "" + +#: Code/Module/Import.php:672 +msgid "Import completed." +msgstr "" + +#: Code/Module/Import.php:704 +msgid "You must be logged in to use this feature." +msgstr "" + +#: Code/Module/Import.php:709 +msgid "Import Channel" +msgstr "" + +#: Code/Module/Import.php:710 +msgid "" +"Use this form to import an existing channel from a different server. You may " +"retrieve the channel identity from the old server via the network or provide " +"an export file." +msgstr "" + +#: Code/Module/Import.php:712 +msgid "Or provide the old server details" +msgstr "" + +#: Code/Module/Import.php:713 +msgid "Your old identity address (xyz@example.com)" +msgstr "" + +#: Code/Module/Import.php:714 +msgid "Your old login email address" +msgstr "" + +#: Code/Module/Import.php:715 +msgid "Your old login password" +msgstr "" + +#: Code/Module/Import.php:716 +msgid "Import a few months of posts if possible (limited by available memory)" +msgstr "" + +#: Code/Module/Import.php:718 +msgid "" +"For either option, please choose whether to make this hub your new primary " +"address, or whether your old location should continue this role. You will be " +"able to post from either location, but only one can be marked as the primary " +"location for files, photos, and media." +msgstr "" + +#: Code/Module/Import.php:720 +msgid "Make this hub my primary location" +msgstr "" + +#: Code/Module/Import.php:721 +msgid "Move this channel (disable all previous locations)" +msgstr "" + +#: Code/Module/Import.php:722 +msgid "Use this channel nickname instead of the one provided" +msgstr "" + +#: Code/Module/Import.php:722 +msgid "" +"Leave blank to keep your existing channel nickname. You will be randomly " +"assigned a similar nickname if either name is already allocated on this site." +msgstr "" + +#: Code/Module/Import.php:724 +msgid "" +"This process may take several minutes to complete and considerably longer if " +"importing a large amount of posts and files. Please submit the form only " +"once and leave this page open until finished." +msgstr "" + +#: Code/Module/Register.php:65 +msgid "Maximum daily site registrations exceeded. Please try again tomorrow." +msgstr "" + +#: Code/Module/Register.php:71 +msgid "" +"Please indicate acceptance of the Terms of Service. Registration failed." +msgstr "" + +#: Code/Module/Register.php:105 +msgid "Passwords do not match." +msgstr "" + +#: Code/Module/Register.php:156 +msgid "Registration successful. Continue to create your first channel..." +msgstr "" + +#: Code/Module/Register.php:158 +msgid "" +"Registration successful. Please check your email for validation instructions." +msgstr "" + +#: Code/Module/Register.php:164 +msgid "Your registration is pending approval by the site owner." +msgstr "" + +#: Code/Module/Register.php:166 +msgid "Your registration can not be processed." +msgstr "" + +#: Code/Module/Register.php:211 +msgid "Registration on this website is disabled." +msgstr "" + +#: Code/Module/Register.php:220 +msgid "Registration on this website is by approval only." +msgstr "" + +#: Code/Module/Register.php:228 +msgid "Registration on this site is by invitation only." +msgstr "" + +#: Code/Module/Register.php:241 +msgid "" +"This site has exceeded the number of allowed daily account registrations. " +"Please try again tomorrow." +msgstr "" + +#: Code/Module/Register.php:257 Code/Module/Siteinfo.php:45 +msgid "Terms of Service" +msgstr "" + +#: Code/Module/Register.php:263 +#, php-format +msgid "I accept the %s for this website" +msgstr "" + +#: Code/Module/Register.php:269 +#, php-format +msgid "I am over %s years of age and accept the %s for this website" +msgstr "" + +#: Code/Module/Register.php:274 +msgid "Your email address" +msgstr "" + +#: Code/Module/Register.php:275 +msgid "Choose a password" +msgstr "" + +#: Code/Module/Register.php:276 +msgid "Please re-enter your password" +msgstr "" + +#: Code/Module/Register.php:277 +msgid "Please enter your invitation code" +msgstr "" + +#: Code/Module/Register.php:278 +msgid "Your Name" +msgstr "" + +#: Code/Module/Register.php:278 +msgid "Real names are preferred." +msgstr "" + +#: Code/Module/Register.php:280 +#, php-format +msgid "" +"Your nickname will be used to create an easy to remember channel address e." +"g. nickname%s" +msgstr "" + +#: Code/Module/Register.php:281 +msgid "" +"Select a channel permission role for your usage needs and privacy " +"requirements." +msgstr "" + +#: Code/Module/Register.php:282 +msgid "no" +msgstr "" + +#: Code/Module/Register.php:282 +msgid "yes" +msgstr "" + +#: Code/Module/Register.php:295 +msgid "" +"Show affiliated sites - some of which may allow " +"registration." +msgstr "" + +#: Code/Module/Register.php:309 +msgid "" +"This site requires email verification. After completing this form, please " +"check your email for further instructions." +msgstr "" + +#: Code/Module/Page.php:188 +msgid "" +"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod " +"tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, " +"quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo " +"consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse " +"cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat " +"non proident, sunt in culpa qui officia deserunt mollit anim id est laborum." +msgstr "" + +#: Code/Module/Pconfig.php:37 Code/Module/Pconfig.php:73 +msgid "This setting requires special processing and editing has been blocked." +msgstr "" + +#: Code/Module/Pconfig.php:63 +msgid "Configuration Editor" +msgstr "" + +#: Code/Module/Pconfig.php:64 +msgid "" +"Warning: Changing some settings could render your channel inoperable. Please " +"leave this page unless you are comfortable with and knowledgeable about how " +"to correctly use this feature." +msgstr "" + +#: Code/Module/Pdledit.php:28 +msgid "Layout updated." +msgstr "" + +#: Code/Module/Pdledit.php:50 Code/Module/Pdledit.php:107 +msgid "Edit System Page Description" +msgstr "" + +#: Code/Module/Pdledit.php:72 Code/Module/Pdledit.php:80 +msgid "(modified)" +msgstr "" + +#: Code/Module/Pdledit.php:102 +msgid "Layout not found." +msgstr "" + +#: Code/Module/Pdledit.php:108 +msgid "Module Name:" +msgstr "" + +#: Code/Module/Pdledit.php:109 +msgid "Layout Help" +msgstr "" + +#: Code/Module/Pdledit.php:110 +msgid "Edit another layout" +msgstr "" + +#: Code/Module/Pdledit.php:111 +msgid "System layout" +msgstr "" + +#: Code/Module/Photomap.php:15 +msgid "" +"This app provides a displayable map when viewing detail of photos that " +"contain location information." +msgstr "" + +#: Code/Module/Photomap.php:23 +msgid "This app is currently installed." +msgstr "" + +#: Code/Module/Ping.php:434 +msgid "added your channel" +msgstr "" + +#: Code/Module/Ping.php:459 +msgid "requires approval" +msgstr "" + +#: Code/Module/Ping.php:468 +msgid "g A l F d" +msgstr "" + +#: Code/Module/Ping.php:486 +msgid "[today]" +msgstr "" + +#: Code/Module/Ping.php:496 +msgid "posted an event" +msgstr "" + +#: Code/Module/Ping.php:530 +msgid "shared a file with you" +msgstr "" + +#: Code/Module/Ping.php:558 +msgid "reported content" +msgstr "" + +#: Code/Module/Ping.php:772 +msgid "Private group" +msgstr "" + +#: Code/Module/Ping.php:772 +msgid "Public group" +msgstr "" + +#: Code/Module/Plike.php:130 include/conversation.php:145 +msgid "channel" +msgstr "" + +#: Code/Module/Poke.php:107 +#, php-format +msgid "You %1$s %2$s" +msgstr "" + +#: Code/Module/Poke.php:123 +msgid "Poke App (Not Installed)" +msgstr "" + +#: Code/Module/Poke.php:124 +msgid "Poke or do something else to somebody" +msgstr "" + +#: Code/Module/Poke.php:143 +msgid "Poke, prod or do other things to somebody" +msgstr "" + +#: Code/Module/Poke.php:148 +msgid "Recipient" +msgstr "" + +#: Code/Module/Poke.php:149 +msgid "Choose your default action" +msgstr "" + +#: Code/Module/Profile.php:57 +msgid "Posts and comments" +msgstr "" + +#: Code/Module/Profile.php:117 +msgid "vcard" +msgstr "" + +#: Code/Module/Profile_photo.php:506 +msgid "" +"Your profile photo is visible to anybody on the internet and may be " +"distributed to other websites." +msgstr "" + +#: Code/Module/Profile_photo.php:510 +msgid "Use Photo for Profile" +msgstr "" + +#: Code/Module/Profile_photo.php:510 +msgid "Change Profile Photo" +msgstr "" + +#: Code/Module/Profiles.php:38 Code/Module/Profiles.php:204 +#: Code/Module/Profiles.php:260 Code/Module/Profiles.php:705 +msgid "Profile not found." +msgstr "" + +#: Code/Module/Profiles.php:59 +msgid "Profile deleted." +msgstr "" + +#: Code/Module/Profiles.php:82 Code/Module/Profiles.php:124 +msgid "Profile-" +msgstr "" + +#: Code/Module/Profiles.php:107 Code/Module/Profiles.php:148 +msgid "New profile created." +msgstr "" + +#: Code/Module/Profiles.php:131 +msgid "Profile unavailable to clone." +msgstr "" + +#: Code/Module/Profiles.php:168 +msgid "Profile unavailable to export." +msgstr "" + +#: Code/Module/Profiles.php:271 +msgid "Profile Name is required." +msgstr "" + +#: Code/Module/Profiles.php:490 +msgid "Marital Status" +msgstr "" + +#: Code/Module/Profiles.php:494 +msgid "Romantic Partner" +msgstr "" + +#: Code/Module/Profiles.php:498 Code/Module/Profiles.php:825 +msgid "Likes" +msgstr "" + +#: Code/Module/Profiles.php:502 Code/Module/Profiles.php:826 +msgid "Dislikes" +msgstr "" + +#: Code/Module/Profiles.php:506 Code/Module/Profiles.php:833 +msgid "Work/Employment" +msgstr "" + +#: Code/Module/Profiles.php:509 +msgid "Religion" +msgstr "" + +#: Code/Module/Profiles.php:513 +msgid "Political Views" +msgstr "" + +#: Code/Module/Profiles.php:517 +msgid "Gender" +msgstr "" + +#: Code/Module/Profiles.php:521 +msgid "Sexual Preference" +msgstr "" + +#: Code/Module/Profiles.php:525 +msgid "Homepage" +msgstr "" + +#: Code/Module/Profiles.php:529 +msgid "Interests" +msgstr "" + +#: Code/Module/Profiles.php:629 +msgid "Profile updated." +msgstr "" + +#: Code/Module/Profiles.php:725 +msgid "Hide your connections list from viewers of this profile" +msgstr "" + +#: Code/Module/Profiles.php:771 +msgid "Edit Profile Details" +msgstr "" + +#: Code/Module/Profiles.php:773 +msgid "View this profile" +msgstr "" + +#: Code/Module/Profiles.php:775 +msgid "Profile Tools" +msgstr "" + +#: Code/Module/Profiles.php:776 +msgid "Change cover photo" +msgstr "" + +#: Code/Module/Profiles.php:778 +msgid "Create a new profile using these settings" +msgstr "" + +#: Code/Module/Profiles.php:779 +msgid "Clone this profile" +msgstr "" + +#: Code/Module/Profiles.php:780 +msgid "Delete this profile" +msgstr "" + +#: Code/Module/Profiles.php:781 +msgid "Add profile things" +msgstr "" + +#: Code/Module/Profiles.php:782 +msgid "Personal" +msgstr "" + +#: Code/Module/Profiles.php:784 +msgid "Relationship" +msgstr "" + +#: Code/Module/Profiles.php:785 Code/Module/Settings/Channel.php:743 +#: Code/Widget/Newmember.php:55 include/datetime.php:77 +msgid "Miscellaneous" +msgstr "" + +#: Code/Module/Profiles.php:787 +msgid "Import profile from file" +msgstr "" + +#: Code/Module/Profiles.php:788 +msgid "Export profile to file" +msgstr "" + +#: Code/Module/Profiles.php:789 +msgid "Your gender" +msgstr "" + +#: Code/Module/Profiles.php:790 +msgid "Marital status" +msgstr "" + +#: Code/Module/Profiles.php:791 +msgid "Sexual preference" +msgstr "" + +#: Code/Module/Profiles.php:792 +msgid "Pronouns" +msgstr "" + +#: Code/Module/Profiles.php:795 +msgid "Profile name" +msgstr "" + +#: Code/Module/Profiles.php:799 +msgid "Your full name" +msgstr "" + +#: Code/Module/Profiles.php:800 +msgid "Title/Description" +msgstr "" + +#: Code/Module/Profiles.php:803 +msgid "Street address" +msgstr "" + +#: Code/Module/Profiles.php:804 +msgid "Locality/City" +msgstr "" + +#: Code/Module/Profiles.php:805 +msgid "Region/State" +msgstr "" + +#: Code/Module/Profiles.php:806 +msgid "Postal/Zip code" +msgstr "" + +#: Code/Module/Profiles.php:813 +msgid "Who (if applicable)" +msgstr "" + +#: Code/Module/Profiles.php:813 +msgid "Examples: cathy123, Cathy Williams, cathy@example.com" +msgstr "" + +#: Code/Module/Profiles.php:814 +msgid "Since (date)" +msgstr "" + +#: Code/Module/Profiles.php:819 +msgid "Tell us about yourself" +msgstr "" + +#: Code/Module/Profiles.php:820 +msgid "Homepage URL" +msgstr "" + +#: Code/Module/Profiles.php:821 +msgid "Hometown" +msgstr "" + +#: Code/Module/Profiles.php:822 +msgid "Political views" +msgstr "" + +#: Code/Module/Profiles.php:823 +msgid "Religious views" +msgstr "" + +#: Code/Module/Profiles.php:824 +msgid "Keywords used in directory listings" +msgstr "" + +#: Code/Module/Profiles.php:824 +msgid "Example: fishing photography software" +msgstr "" + +#: Code/Module/Profiles.php:827 +msgid "Musical interests" +msgstr "" + +#: Code/Module/Profiles.php:828 +msgid "Books, literature" +msgstr "" + +#: Code/Module/Profiles.php:829 +msgid "Television" +msgstr "" + +#: Code/Module/Profiles.php:830 +msgid "Film/Dance/Culture/Entertainment" +msgstr "" + +#: Code/Module/Profiles.php:831 +msgid "Hobbies/Interests" +msgstr "" + +#: Code/Module/Profiles.php:832 +msgid "Love/Romance" +msgstr "" + +#: Code/Module/Profiles.php:834 +msgid "School/Education" +msgstr "" + +#: Code/Module/Profiles.php:835 +msgid "Contact information and social networks" +msgstr "" + +#: Code/Module/Profiles.php:836 +msgid "My other channels" +msgstr "" + +#: Code/Module/Profiles.php:838 +msgid "Communications" +msgstr "" + +#: Code/Module/Profiles.php:936 +msgid " and " +msgstr "" + +#: Code/Module/Profiles.php:938 +msgid ", " +msgstr "" + +#: Code/Module/Profiles.php:945 +msgid "public profile" +msgstr "" + +#: Code/Module/Profiles.php:955 +#, php-format +msgid "%1$s changed %2$s to “%3$s”" +msgstr "" + +#: Code/Module/Profiles.php:956 +#, php-format +msgid "Visit %1$s's %2$s" +msgstr "" + +#: Code/Module/Profiles.php:958 +#, php-format +msgid "%1$s has an updated %2$s, changing %3$s." +msgstr "" + +#: Code/Module/Profiles.php:989 +msgid "Currently Male" +msgstr "" + +#: Code/Module/Profiles.php:989 +msgid "Currently Female" +msgstr "" + +#: Code/Module/Profiles.php:989 +msgid "Mostly Male" +msgstr "" + +#: Code/Module/Profiles.php:989 +msgid "Mostly Female" +msgstr "" + +#: Code/Module/Profiles.php:989 +msgid "Transgender" +msgstr "" + +#: Code/Module/Profiles.php:989 +msgid "Intersex" +msgstr "" + +#: Code/Module/Profiles.php:989 +msgid "Transsexual" +msgstr "" + +#: Code/Module/Profiles.php:989 +msgid "Hermaphrodite" +msgstr "" + +#: Code/Module/Profiles.php:989 +msgid "Undecided" +msgstr "" + +#: Code/Module/Profiles.php:1025 +msgid "He/Him" +msgstr "" + +#: Code/Module/Profiles.php:1025 +msgid "She/Her" +msgstr "" + +#: Code/Module/Profiles.php:1025 +msgid "They/Them" +msgstr "" + +#: Code/Module/Profiles.php:1057 Code/Module/Profiles.php:1077 +msgid "Males" +msgstr "" + +#: Code/Module/Profiles.php:1057 Code/Module/Profiles.php:1077 +msgid "Females" +msgstr "" + +#: Code/Module/Profiles.php:1057 +msgid "Gay" +msgstr "" + +#: Code/Module/Profiles.php:1057 +msgid "Lesbian" +msgstr "" + +#: Code/Module/Profiles.php:1057 +msgid "No Preference" +msgstr "" + +#: Code/Module/Profiles.php:1057 +msgid "Bisexual" +msgstr "" + +#: Code/Module/Profiles.php:1057 +msgid "Autosexual" +msgstr "" + +#: Code/Module/Profiles.php:1057 +msgid "Abstinent" +msgstr "" + +#: Code/Module/Profiles.php:1057 +msgid "Virgin" +msgstr "" + +#: Code/Module/Profiles.php:1057 +msgid "Deviant" +msgstr "" + +#: Code/Module/Profiles.php:1057 +msgid "Fetish" +msgstr "" + +#: Code/Module/Profiles.php:1057 +msgid "Oodles" +msgstr "" + +#: Code/Module/Profiles.php:1057 +msgid "Nonsexual" +msgstr "" + +#: Code/Module/Profiles.php:1096 Code/Module/Profiles.php:1114 +msgid "Single" +msgstr "" + +#: Code/Module/Profiles.php:1096 +msgid "Lonely" +msgstr "" + +#: Code/Module/Profiles.php:1096 +msgid "Available" +msgstr "" + +#: Code/Module/Profiles.php:1096 +msgid "Unavailable" +msgstr "" + +#: Code/Module/Profiles.php:1096 +msgid "Has crush" +msgstr "" + +#: Code/Module/Profiles.php:1096 +msgid "Infatuated" +msgstr "" + +#: Code/Module/Profiles.php:1096 Code/Module/Profiles.php:1114 +msgid "Dating" +msgstr "" + +#: Code/Module/Profiles.php:1096 +msgid "Unfaithful" +msgstr "" + +#: Code/Module/Profiles.php:1096 +msgid "Sex Addict" +msgstr "" + +#: Code/Module/Profiles.php:1096 +msgid "Friends/Benefits" +msgstr "" + +#: Code/Module/Profiles.php:1096 +msgid "Casual" +msgstr "" + +#: Code/Module/Profiles.php:1096 +msgid "Engaged" +msgstr "" + +#: Code/Module/Profiles.php:1096 Code/Module/Profiles.php:1114 +msgid "Married" +msgstr "" + +#: Code/Module/Profiles.php:1096 +msgid "Imaginarily married" +msgstr "" + +#: Code/Module/Profiles.php:1096 +msgid "Partners" +msgstr "" + +#: Code/Module/Profiles.php:1096 Code/Module/Profiles.php:1114 +msgid "Cohabiting" +msgstr "" + +#: Code/Module/Profiles.php:1096 +msgid "Common law" +msgstr "" + +#: Code/Module/Profiles.php:1096 +msgid "Happy" +msgstr "" + +#: Code/Module/Profiles.php:1096 +msgid "Not looking" +msgstr "" + +#: Code/Module/Profiles.php:1096 +msgid "Swinger" +msgstr "" + +#: Code/Module/Profiles.php:1096 +msgid "Betrayed" +msgstr "" + +#: Code/Module/Profiles.php:1096 Code/Module/Profiles.php:1114 +msgid "Separated" +msgstr "" + +#: Code/Module/Profiles.php:1096 +msgid "Unstable" +msgstr "" + +#: Code/Module/Profiles.php:1096 Code/Module/Profiles.php:1114 +msgid "Divorced" +msgstr "" + +#: Code/Module/Profiles.php:1096 +msgid "Imaginarily divorced" +msgstr "" + +#: Code/Module/Profiles.php:1096 Code/Module/Profiles.php:1114 +msgid "Widowed" +msgstr "" + +#: Code/Module/Profiles.php:1096 +msgid "Uncertain" +msgstr "" + +#: Code/Module/Profiles.php:1096 Code/Module/Profiles.php:1114 +msgid "It's complicated" +msgstr "" + +#: Code/Module/Profiles.php:1096 +msgid "Don't care" +msgstr "" + +#: Code/Module/Profiles.php:1096 +msgid "Ask me" +msgstr "" + +#: Code/Module/Profperm.php:41 Code/Module/Profperm.php:75 +msgid "Invalid profile identifier." +msgstr "" + +#: Code/Module/Profperm.php:129 +msgid "Profile Visibility Editor" +msgstr "" + +#: Code/Module/Profperm.php:133 +msgid "Click on a contact to add or remove." +msgstr "" + +#: Code/Module/Profperm.php:142 +msgid "Visible To" +msgstr "" + +#: Code/Module/Dev/Zotfinger.php:28 +msgid "Zotfinger Diagnostic" +msgstr "" + +#: Code/Module/Dev/Zotfinger.php:29 +msgid "Lookup URL" +msgstr "" + +#: Code/Module/Dev/Zot_probe.php:20 +msgid "Zot6 Probe Diagnostic" +msgstr "" + +#: Code/Module/Dev/Zot_probe.php:21 Code/Module/Dev/Ap_probe.php:25 +msgid "Object URL" +msgstr "" + +#: Code/Module/Dev/Zot_probe.php:22 Code/Module/Dev/Ap_probe.php:26 +msgid "Authenticated fetch" +msgstr "" + +#: Code/Module/Dev/Xchan.php:13 +msgid "Xchan Lookup" +msgstr "" + +#: Code/Module/Dev/Xchan.php:16 +msgid "Lookup xchan beginning with (or webbie): " +msgstr "" + +#: Code/Module/Dev/Ap_probe.php:24 +msgid "ActivityPub Probe Diagnostic" +msgstr "" + +#: Code/Module/Regmod.php:20 +msgid "Please login." +msgstr "" + +#: Code/Module/Removeaccount.php:52 +msgid "" +"Account removals are not allowed within 48 hours of changing the account " +"password." +msgstr "" + +#: Code/Module/Removeaccount.php:74 +msgid "Remove This Account" +msgstr "" + +#: Code/Module/Removeaccount.php:75 +msgid "" +"This account and all its channels will be completely removed from this " +"server. " +msgstr "" + +#: Code/Module/Removeaccount.php:75 Code/Module/Removeme.php:75 +msgid "This action is permanent and can not be undone!" +msgstr "" + +#: Code/Module/Removeaccount.php:77 Code/Module/Settings/Account.php:119 +msgid "Remove Account" +msgstr "" + +#: Code/Module/Removeme.php:51 +msgid "" +"Channel removals are not allowed within 48 hours of changing the account " +"password." +msgstr "" + +#: Code/Module/Removeme.php:74 +msgid "Remove This Channel" +msgstr "" + +#: Code/Module/Removeme.php:75 +msgid "This channel will be completely removed from this server. " +msgstr "" + +#: Code/Module/Removeme.php:77 Code/Module/Settings/Channel.php:748 +msgid "Remove Channel" +msgstr "" + +#: Code/Module/Rmagic.php:48 +msgid "Authentication failed." +msgstr "" + +#: Code/Module/Lockview.php:86 Code/Module/Lockview.php:128 +msgid "Visible to:" +msgstr "" + +#: Code/Module/Lockview.php:102 +msgid "Everybody" +msgstr "" + +#: Code/Module/Secrets.php:15 +msgid "" +"This app allows you to protect messages with a secret passphrase. This only " +"works across selected platforms." +msgstr "" + +#: Code/Module/Secrets.php:23 +msgid "" +"This app is installed. A button to encrypt content may be found in the post " +"editor." +msgstr "" + +#: Code/Module/Service_limits.php:28 +msgid "No service class restrictions found." +msgstr "" + +#: Code/Module/Settings/Tokens.php:48 +#, php-format +msgid "This channel is limited to %d tokens" +msgstr "" + +#: Code/Module/Settings/Tokens.php:54 +msgid "Name and Password are required." +msgstr "" + +#: Code/Module/Settings/Tokens.php:190 +msgid "Token saved." +msgstr "" + +#: Code/Module/Settings/Tokens.php:261 +msgid "" +"Use this form to create temporary access identifiers to share things with " +"non-members. These identities may be used in Access Control Lists and " +"visitors may login using these credentials to access private content." +msgstr "" + +#: Code/Module/Settings/Tokens.php:263 +msgid "" +"You may also provide dropbox style access links to friends and " +"associates by adding the Login Password to any specific site URL as shown. " +"Examples:" +msgstr "" + +#: Code/Module/Settings/Tokens.php:298 +msgid "Guest Access Tokens" +msgstr "" + +#: Code/Module/Settings/Tokens.php:306 +msgid "Login Name" +msgstr "" + +#: Code/Module/Settings/Tokens.php:307 +msgid "Login Password" +msgstr "" + +#: Code/Module/Settings/Tokens.php:308 +msgid "Expires (yyyy-mm-dd)" +msgstr "" + +#: Code/Module/Settings/Tokens.php:316 +msgid "" +"Some permissions may be inherited from your channel's privacy settings, which have higher priority than " +"individual settings. You can not change those settings here." +msgstr "" + +#: Code/Module/Settings/Permcats.php:33 +msgid "Permission Name is required." +msgstr "" + +#: Code/Module/Settings/Permcats.php:52 +msgid "Permission role saved." +msgstr "" + +#: Code/Module/Settings/Permcats.php:79 +msgid "" +"Use this form to create permission rules for various classes of people or " +"connections." +msgstr "" + +#: Code/Module/Settings/Permcats.php:129 Code/Widget/Settings_menu.php:113 +msgid "Permission Roles" +msgstr "" + +#: Code/Module/Settings/Permcats.php:137 +msgid "Role name" +msgstr "" + +#: Code/Module/Settings/Oauth2.php:53 +msgid "ID and Secret are required" +msgstr "" + +#: Code/Module/Settings/Oauth2.php:114 +msgid "Add OAuth2 application" +msgstr "" + +#: Code/Module/Settings/Oauth2.php:117 Code/Module/Settings/Oauth2.php:147 +#: Code/Module/Settings/Oauth.php:100 +msgid "Name of application" +msgstr "" + +#: Code/Module/Settings/Oauth2.php:118 Code/Module/Settings/Oauth2.php:148 +msgid "Consumer ID" +msgstr "" + +#: Code/Module/Settings/Oauth2.php:118 Code/Module/Settings/Oauth2.php:119 +#: Code/Module/Settings/Oauth2.php:148 Code/Module/Settings/Oauth2.php:149 +#: Code/Module/Settings/Oauth.php:101 Code/Module/Settings/Oauth.php:102 +msgid "Automatically generated - change if desired. Max length 20" +msgstr "" + +#: Code/Module/Settings/Oauth2.php:119 Code/Module/Settings/Oauth2.php:149 +#: Code/Module/Settings/Oauth.php:102 Code/Module/Settings/Oauth.php:130 +msgid "Consumer Secret" +msgstr "" + +#: Code/Module/Settings/Oauth2.php:120 Code/Module/Settings/Oauth2.php:150 +#: Code/Module/Settings/Oauth.php:103 Code/Module/Settings/Oauth.php:131 +msgid "Redirect" +msgstr "" + +#: Code/Module/Settings/Oauth2.php:120 Code/Module/Settings/Oauth2.php:150 +#: Code/Module/Settings/Oauth.php:103 +msgid "" +"Redirect URI - leave blank unless your application specifically requires this" +msgstr "" + +#: Code/Module/Settings/Oauth2.php:121 Code/Module/Settings/Oauth2.php:151 +msgid "Grant Types" +msgstr "" + +#: Code/Module/Settings/Oauth2.php:121 Code/Module/Settings/Oauth2.php:122 +#: Code/Module/Settings/Oauth2.php:151 Code/Module/Settings/Oauth2.php:152 +msgid "leave blank unless your application specifically requires this" +msgstr "" + +#: Code/Module/Settings/Oauth2.php:122 Code/Module/Settings/Oauth2.php:152 +msgid "Authorization scope" +msgstr "" + +#: Code/Module/Settings/Oauth2.php:135 +msgid "OAuth2 Application not found." +msgstr "" + +#: Code/Module/Settings/Oauth2.php:144 Code/Module/Settings/Oauth2.php:212 +#: Code/Module/Settings/Oauth.php:97 Code/Module/Settings/Oauth.php:125 +#: Code/Module/Settings/Oauth.php:165 +msgid "Add application" +msgstr "" + +#: Code/Module/Settings/Oauth2.php:211 +msgid "Connected OAuth2 Apps" +msgstr "" + +#: Code/Module/Settings/Oauth2.php:215 Code/Module/Settings/Oauth.php:168 +msgid "Client key starts with" +msgstr "" + +#: Code/Module/Settings/Oauth2.php:216 Code/Module/Settings/Oauth.php:169 +msgid "No name" +msgstr "" + +#: Code/Module/Settings/Oauth2.php:217 Code/Module/Settings/Oauth.php:170 +msgid "Remove authorization" +msgstr "" + +#: Code/Module/Settings/Oauth.php:40 +msgid "Name is required" +msgstr "" + +#: Code/Module/Settings/Oauth.php:44 +msgid "Key and Secret are required" +msgstr "" + +#: Code/Module/Settings/Oauth.php:101 Code/Module/Settings/Oauth.php:129 +msgid "Consumer Key" +msgstr "" + +#: Code/Module/Settings/Oauth.php:104 Code/Module/Settings/Oauth.php:132 +msgid "Icon url" +msgstr "" + +#: Code/Module/Settings/Oauth.php:104 Code/Module/Sources.php:131 +#: Code/Module/Sources.php:167 +msgid "Optional" +msgstr "" + +#: Code/Module/Settings/Oauth.php:117 +msgid "Application not found." +msgstr "" + +#: Code/Module/Settings/Oauth.php:164 +msgid "Connected Apps" +msgstr "" + +#: Code/Module/Settings/Network.php:37 Code/Module/Settings/Features.php:54 +msgid "Off" +msgstr "" + +#: Code/Module/Settings/Network.php:37 Code/Module/Settings/Features.php:54 +msgid "On" +msgstr "" + +#: Code/Module/Settings/Network.php:45 +msgid "Activity Settings" +msgstr "" + +#: Code/Module/Settings/Features.php:62 +msgid "Additional Features" +msgstr "" + +#: Code/Module/Settings/Featured.php:32 +msgid "Affinity Slider settings updated." +msgstr "" + +#: Code/Module/Settings/Featured.php:47 +msgid "No feature settings configured" +msgstr "" + +#: Code/Module/Settings/Featured.php:54 +msgid "Default maximum affinity level" +msgstr "" + +#: Code/Module/Settings/Featured.php:54 +msgid "0-99 default 99" +msgstr "" + +#: Code/Module/Settings/Featured.php:59 +msgid "Default minimum affinity level" +msgstr "" + +#: Code/Module/Settings/Featured.php:59 +msgid "0-99 - default 0" +msgstr "" + +#: Code/Module/Settings/Featured.php:63 +msgid "Affinity Slider Settings" +msgstr "" + +#: Code/Module/Settings/Featured.php:76 +msgid "Addon Settings" +msgstr "" + +#: Code/Module/Settings/Featured.php:77 +msgid "Please save/submit changes to any panel before opening another." +msgstr "" + +#: Code/Module/Settings/Account.php:26 +msgid "Not valid email." +msgstr "" + +#: Code/Module/Settings/Account.php:30 +msgid "Protected email address. Cannot change to that email." +msgstr "" + +#: Code/Module/Settings/Account.php:40 +msgid "System failure storing new email. Please try again." +msgstr "" + +#: Code/Module/Settings/Account.php:58 +msgid "Password verification failed." +msgstr "" + +#: Code/Module/Settings/Account.php:65 +msgid "Passwords do not match. Password unchanged." +msgstr "" + +#: Code/Module/Settings/Account.php:69 +msgid "Empty passwords are not allowed. Password unchanged." +msgstr "" + +#: Code/Module/Settings/Account.php:84 +msgid "Password changed." +msgstr "" + +#: Code/Module/Settings/Account.php:86 +msgid "Password update failed. Please try again." +msgstr "" + +#: Code/Module/Settings/Account.php:113 +msgid "Account Settings" +msgstr "" + +#: Code/Module/Settings/Account.php:114 +msgid "Current Password" +msgstr "" + +#: Code/Module/Settings/Account.php:115 +msgid "Enter New Password" +msgstr "" + +#: Code/Module/Settings/Account.php:116 +msgid "Confirm New Password" +msgstr "" + +#: Code/Module/Settings/Account.php:116 +msgid "Leave password fields blank unless changing" +msgstr "" + +#: Code/Module/Settings/Account.php:118 +msgid "Email Address:" +msgstr "" + +#: Code/Module/Settings/Account.php:120 +msgid "Remove this account including all its channels" +msgstr "" + +#: Code/Module/Settings/Channel.php:439 include/conversation.php:1361 +msgid "Restricted - from connections only" +msgstr "" + +#: Code/Module/Settings/Channel.php:440 include/conversation.php:1362 +msgid "Semi-public - from anybody that can be identified" +msgstr "" + +#: Code/Module/Settings/Channel.php:441 include/conversation.php:1363 +msgid "Public - from anybody on the internet" +msgstr "" + +#: Code/Module/Settings/Channel.php:519 +msgid "Publish your profile in the network directory" +msgstr "" + +#: Code/Module/Settings/Channel.php:524 +msgid "Allow us to suggest you as a potential friend to new members?" +msgstr "" + +#: Code/Module/Settings/Channel.php:528 Code/Module/Settings/Channel.php:542 +msgid "or" +msgstr "" + +#: Code/Module/Settings/Channel.php:534 +msgid "Your channel address is" +msgstr "" + +#: Code/Module/Settings/Channel.php:536 +msgid "" +"Friends using compatible applications can use this address to connect with " +"you." +msgstr "" + +#: Code/Module/Settings/Channel.php:538 +msgid "Your files/photos are accessible as a network drive at" +msgstr "" + +#: Code/Module/Settings/Channel.php:540 +msgid "(Windows)" +msgstr "" + +#: Code/Module/Settings/Channel.php:541 +msgid "(other platforms)" +msgstr "" + +#: Code/Module/Settings/Channel.php:588 +msgid "Automatic connection approval" +msgstr "" + +#: Code/Module/Settings/Channel.php:592 +msgid "Friend-of-friend conversations" +msgstr "" + +#: Code/Module/Settings/Channel.php:592 +msgid "" +"Import public third-party conversations in which your connections " +"participate." +msgstr "" + +#: Code/Module/Settings/Channel.php:596 +msgid "Enable ActivityPub protocol" +msgstr "" + +#: Code/Module/Settings/Channel.php:596 +msgid "ActivityPub is an emerging internet standard for social communications" +msgstr "" + +#: Code/Module/Settings/Channel.php:629 +msgid "Channel Settings" +msgstr "" + +#: Code/Module/Settings/Channel.php:635 +msgid "Basic Settings" +msgstr "" + +#: Code/Module/Settings/Channel.php:636 +msgid "Full name" +msgstr "" + +#: Code/Module/Settings/Channel.php:638 +msgid "Your timezone" +msgstr "" + +#: Code/Module/Settings/Channel.php:638 +msgid "This is important for showing the correct time on shared events" +msgstr "" + +#: Code/Module/Settings/Channel.php:639 +msgid "Default post location" +msgstr "" + +#: Code/Module/Settings/Channel.php:639 +msgid "Optional geographical location to display on your posts" +msgstr "" + +#: Code/Module/Settings/Channel.php:640 +msgid "Obtain post location from your web browser or device" +msgstr "" + +#: Code/Module/Settings/Channel.php:642 +msgid "Adult content" +msgstr "" + +#: Code/Module/Settings/Channel.php:642 +msgid "" +"Enable to indicate if this channel frequently or regularly publishes adult " +"content. (Please also tag any adult material and/or nudity with #NSFW)" +msgstr "" + +#: Code/Module/Settings/Channel.php:644 +msgid "Security and Privacy" +msgstr "" + +#: Code/Module/Settings/Channel.php:646 +msgid "Your permissions are already configured. Click to view/adjust" +msgstr "" + +#: Code/Module/Settings/Channel.php:648 +msgid "Hide my online presence" +msgstr "" + +#: Code/Module/Settings/Channel.php:648 +msgid "Prevents displaying in your profile that you are online" +msgstr "" + +#: Code/Module/Settings/Channel.php:649 +msgid "Allow others to view your friends and connections" +msgstr "" + +#: Code/Module/Settings/Channel.php:653 +msgid "Forbid indexing of your channel content by search engines" +msgstr "" + +#: Code/Module/Settings/Channel.php:654 +msgid "Disable acceptance of comments on my posts after this many days" +msgstr "" + +#: Code/Module/Settings/Channel.php:654 +msgid "Leave unset or enter 0 to allow comments indefinitely" +msgstr "" + +#: Code/Module/Settings/Channel.php:655 +msgid "Allow others to tag your posts" +msgstr "" + +#: Code/Module/Settings/Channel.php:655 +msgid "" +"Often used by the community to retro-actively flag inappropriate content" +msgstr "" + +#: Code/Module/Settings/Channel.php:657 +msgid "Channel Permission Limits" +msgstr "" + +#: Code/Module/Settings/Channel.php:659 +msgid "Expire conversations you have not participated in after this many days" +msgstr "" + +#: Code/Module/Settings/Channel.php:659 +msgid "0 or blank to use the website limit." +msgstr "" + +#: Code/Module/Settings/Channel.php:659 +#, php-format +msgid "This website expires after %d days." +msgstr "" + +#: Code/Module/Settings/Channel.php:659 +msgid "This website does not provide an expiration policy." +msgstr "" + +#: Code/Module/Settings/Channel.php:659 +msgid "The website limit takes precedence if lower than your limit." +msgstr "" + +#: Code/Module/Settings/Channel.php:660 +msgid "Maximum Friend Requests/Day:" +msgstr "" + +#: Code/Module/Settings/Channel.php:660 +msgid "May reduce spam activity" +msgstr "" + +#: Code/Module/Settings/Channel.php:661 +msgid "Default Access List" +msgstr "" + +#: Code/Module/Settings/Channel.php:663 +msgid "Use my default audience setting for the type of object published" +msgstr "" + +#: Code/Module/Settings/Channel.php:664 +msgid "Profile to assign new connections" +msgstr "" + +#: Code/Module/Settings/Channel.php:675 +msgid "Channel type and privacy" +msgstr "" + +#: Code/Module/Settings/Channel.php:676 +msgid "Default Permissions Role" +msgstr "" + +#: Code/Module/Settings/Channel.php:682 +msgid "Maximum direct messages per day from unknown people:" +msgstr "" + +#: Code/Module/Settings/Channel.php:682 +msgid "" +"Useful to reduce spamming if you allow direct messages from unknown people" +msgstr "" + +#: Code/Module/Settings/Channel.php:691 +msgid "By default post a status message when:" +msgstr "" + +#: Code/Module/Settings/Channel.php:692 +msgid "accepting a friend request" +msgstr "" + +#: Code/Module/Settings/Channel.php:693 +msgid "joining a group/community" +msgstr "" + +#: Code/Module/Settings/Channel.php:694 +msgid "making an interesting profile change" +msgstr "" + +#: Code/Module/Settings/Channel.php:695 +msgid "Send a notification email when:" +msgstr "" + +#: Code/Module/Settings/Channel.php:696 +msgid "You receive a connection request" +msgstr "" + +#: Code/Module/Settings/Channel.php:698 +msgid "Someone writes on your profile wall" +msgstr "" + +#: Code/Module/Settings/Channel.php:699 +msgid "Someone writes a followup comment" +msgstr "" + +#: Code/Module/Settings/Channel.php:700 +msgid "Someone shares a followed conversation" +msgstr "" + +#: Code/Module/Settings/Channel.php:701 +msgid "You receive a direct (private) message" +msgstr "" + +#: Code/Module/Settings/Channel.php:703 +msgid "You are tagged in a post" +msgstr "" + +#: Code/Module/Settings/Channel.php:706 +msgid "Someone likes your post/comment" +msgstr "" + +#: Code/Module/Settings/Channel.php:709 +msgid "Show visual notifications including:" +msgstr "" + +#: Code/Module/Settings/Channel.php:711 +msgid "Unseen stream activity" +msgstr "" + +#: Code/Module/Settings/Channel.php:712 +msgid "Unseen channel activity" +msgstr "" + +#: Code/Module/Settings/Channel.php:713 +msgid "Unseen direct messages" +msgstr "" + +#: Code/Module/Settings/Channel.php:713 Code/Module/Settings/Channel.php:718 +#: Code/Module/Settings/Channel.php:719 Code/Module/Settings/Channel.php:720 +msgid "Recommended" +msgstr "" + +#: Code/Module/Settings/Channel.php:714 +msgid "Upcoming events" +msgstr "" + +#: Code/Module/Settings/Channel.php:715 +msgid "Events today" +msgstr "" + +#: Code/Module/Settings/Channel.php:716 +msgid "Upcoming birthdays" +msgstr "" + +#: Code/Module/Settings/Channel.php:716 +msgid "Not available in all themes" +msgstr "" + +#: Code/Module/Settings/Channel.php:717 +msgid "System (personal) notifications" +msgstr "" + +#: Code/Module/Settings/Channel.php:718 +msgid "System info messages" +msgstr "" + +#: Code/Module/Settings/Channel.php:719 +msgid "System critical alerts" +msgstr "" + +#: Code/Module/Settings/Channel.php:720 +msgid "New connections" +msgstr "" + +#: Code/Module/Settings/Channel.php:721 +msgid "System Registrations" +msgstr "" + +#: Code/Module/Settings/Channel.php:723 +msgid "Unseen public stream activity" +msgstr "" + +#: Code/Module/Settings/Channel.php:724 +msgid "Unseen likes and dislikes" +msgstr "" + +#: Code/Module/Settings/Channel.php:725 +msgid "Unseen group posts" +msgstr "" + +#: Code/Module/Settings/Channel.php:726 +msgid "Reported content" +msgstr "" + +#: Code/Module/Settings/Channel.php:727 +msgid "" +"Desktop notifications are unavailable because the required browser " +"permission has not been granted" +msgstr "" + +#: Code/Module/Settings/Channel.php:728 +msgid "Grant permission" +msgstr "" + +#: Code/Module/Settings/Channel.php:729 +msgid "Email notifications sent from (hostname)" +msgstr "" + +#: Code/Module/Settings/Channel.php:729 +#, php-format +msgid "" +"If your channel is mirrored to multiple locations, set this to your " +"preferred location. This will prevent duplicate email notifications. " +"Example: %s" +msgstr "" + +#: Code/Module/Settings/Channel.php:730 +msgid "Show new wall posts, private messages and connections under Notices" +msgstr "" + +#: Code/Module/Settings/Channel.php:731 +msgid "Accept messages from strangers which mention you" +msgstr "" + +#: Code/Module/Settings/Channel.php:731 +msgid "This setting bypasses normal permissions" +msgstr "" + +#: Code/Module/Settings/Channel.php:732 +msgid "" +"Accept messages from strangers which include any of the following hashtags" +msgstr "" + +#: Code/Module/Settings/Channel.php:732 +msgid "comma separated, do not include the #" +msgstr "" + +#: Code/Module/Settings/Channel.php:733 +msgid "Notify me of events this many days in advance" +msgstr "" + +#: Code/Module/Settings/Channel.php:733 +msgid "Must be greater than 0" +msgstr "" + +#: Code/Module/Settings/Channel.php:738 +msgid "Date and time" +msgstr "" + +#: Code/Module/Settings/Channel.php:739 +msgid "" +"This section is reserved for use by optional addons and apps to provide " +"additional settings." +msgstr "" + +#: Code/Module/Settings/Channel.php:740 +msgid "Advanced Account/Page Type Settings" +msgstr "" + +#: Code/Module/Settings/Channel.php:741 +msgid "Change the behaviour of this account for special situations" +msgstr "" + +#: Code/Module/Settings/Channel.php:744 +msgid "Default photo upload folder name" +msgstr "" + +#: Code/Module/Settings/Channel.php:744 Code/Module/Settings/Channel.php:745 +msgid "%Y - current year, %m - current month" +msgstr "" + +#: Code/Module/Settings/Channel.php:745 +msgid "Default file upload folder name" +msgstr "" + +#: Code/Module/Settings/Channel.php:747 +msgid "Personal menu to display in your channel pages" +msgstr "" + +#: Code/Module/Settings/Channel.php:749 +msgid "Remove this channel." +msgstr "" + +#: Code/Module/Settings/Channel.php:750 +msgid "Mentions should display" +msgstr "" + +#: Code/Module/Settings/Channel.php:750 +msgid "" +"Changes to this setting are applied to new posts/comments only. It is not " +"retroactive." +msgstr "" + +#: Code/Module/Settings/Channel.php:752 +msgid "the channel display name [example: @Barbara Jenkins]" +msgstr "" + +#: Code/Module/Settings/Channel.php:753 +msgid "the channel nickname [example: @barbara1976]" +msgstr "" + +#: Code/Module/Settings/Channel.php:754 +msgid "combined [example: @Barbara Jenkins (barbara1976)]" +msgstr "" + +#: Code/Module/Settings/Channel.php:755 +msgid "no preference, use the system default" +msgstr "" + +#: Code/Module/Settings/Channel.php:758 +msgid "Calendar week begins on" +msgstr "" + +#: Code/Module/Settings/Channel.php:758 +msgid "This varies by country/culture" +msgstr "" + +#: Code/Module/Settings/Display.php:161 +#, php-format +msgid "%s - (Experimental)" +msgstr "" + +#: Code/Module/Settings/Display.php:204 +msgid "Display Settings" +msgstr "" + +#: Code/Module/Settings/Display.php:205 +msgid "Theme Settings" +msgstr "" + +#: Code/Module/Settings/Display.php:206 +msgid "Custom Theme Settings" +msgstr "" + +#: Code/Module/Settings/Display.php:207 +msgid "Content Settings" +msgstr "" + +#: Code/Module/Settings/Display.php:213 +msgid "Display Theme:" +msgstr "" + +#: Code/Module/Settings/Display.php:214 +msgid "Select scheme" +msgstr "" + +#: Code/Module/Settings/Display.php:216 +msgid "Preload images before rendering the page" +msgstr "" + +#: Code/Module/Settings/Display.php:216 +msgid "" +"The subjective page load time will be longer but the page will be ready when " +"displayed" +msgstr "" + +#: Code/Module/Settings/Display.php:217 +msgid "Enable user zoom on mobile devices" +msgstr "" + +#: Code/Module/Settings/Display.php:218 +msgid "Update notifications every xx seconds" +msgstr "" + +#: Code/Module/Settings/Display.php:218 +msgid "Minimum of 15 seconds, no maximum" +msgstr "" + +#: Code/Module/Settings/Display.php:219 +msgid "Maximum number of conversations to load at any time:" +msgstr "" + +#: Code/Module/Settings/Display.php:219 +msgid "Maximum of 100 items" +msgstr "" + +#: Code/Module/Settings/Display.php:220 +msgid "Show emoticons (smilies) as images" +msgstr "" + +#: Code/Module/Settings/Display.php:221 +msgid "Provide channel menu in navigation bar" +msgstr "" + +#: Code/Module/Settings/Display.php:221 +msgid "Default: channel menu located in app menu" +msgstr "" + +#: Code/Module/Settings/Display.php:222 +msgid "System Page Layout Editor - (advanced)" +msgstr "" + +#: Code/Module/Settings/Display.php:225 +msgid "Channel page max height of content (in pixels)" +msgstr "" + +#: Code/Module/Settings/Display.php:225 Code/Module/Settings/Display.php:226 +msgid "click to expand content exceeding this height" +msgstr "" + +#: Code/Module/Settings/Display.php:226 +msgid "Stream page max height of content (in pixels)" +msgstr "" + +#: Code/Module/Settings/Display.php:227 +msgid "Indent threaded comments this many pixels from the parent" +msgstr "" + +#: Code/Module/Settings/Display.php:227 +msgid "0-20" +msgstr "" + +#: Code/Module/Setup.php:194 +msgid "$Projectname Server - Setup" +msgstr "" + +#: Code/Module/Setup.php:198 +msgid "Could not connect to database." +msgstr "" + +#: Code/Module/Setup.php:202 +msgid "" +"Could not connect to specified site URL. Possible SSL certificate or DNS " +"issue." +msgstr "" + +#: Code/Module/Setup.php:210 +msgid "Could not create table." +msgstr "" + +#: Code/Module/Setup.php:213 +msgid "Installation succeeded!" +msgstr "" + +#: Code/Module/Setup.php:215 +msgid "Your site database has been installed." +msgstr "" + +#: Code/Module/Setup.php:219 +msgid "Database install failed!" +msgstr "" + +#: Code/Module/Setup.php:221 +msgid "" +"You may need to import the file \"install/schema_xxx.sql\" manually using a " +"database client." +msgstr "" + +#: Code/Module/Setup.php:222 Code/Module/Setup.php:287 +msgid "Please see the file \"install/INSTALL.txt\"." +msgstr "" + +#: Code/Module/Setup.php:284 +msgid "System check" +msgstr "" + +#: Code/Module/Setup.php:289 +msgid "Check again" +msgstr "" + +#: Code/Module/Setup.php:315 +msgid "Database connection" +msgstr "" + +#: Code/Module/Setup.php:316 +msgid "" +"In order to install this software we need to know how to connect to your " +"database." +msgstr "" + +#: Code/Module/Setup.php:317 +msgid "" +"Please contact your hosting provider or site administrator if you have " +"questions about these settings." +msgstr "" + +#: Code/Module/Setup.php:318 +msgid "" +"The database you specify below should already exist. If it does not, please " +"create it before continuing." +msgstr "" + +#: Code/Module/Setup.php:322 +msgid "Database Server Name" +msgstr "" + +#: Code/Module/Setup.php:322 +msgid "Default is 127.0.0.1" +msgstr "" + +#: Code/Module/Setup.php:323 +msgid "Database Port" +msgstr "" + +#: Code/Module/Setup.php:323 +msgid "Communication port number - use 0 for default" +msgstr "" + +#: Code/Module/Setup.php:324 +msgid "Database Login Name" +msgstr "" + +#: Code/Module/Setup.php:325 +msgid "Database Login Password" +msgstr "" + +#: Code/Module/Setup.php:326 +msgid "Database Name" +msgstr "" + +#: Code/Module/Setup.php:327 +msgid "Database Type" +msgstr "" + +#: Code/Module/Setup.php:329 Code/Module/Setup.php:371 +msgid "Site administrator email address" +msgstr "" + +#: Code/Module/Setup.php:329 Code/Module/Setup.php:371 +msgid "" +"Required. Your account email address must match this in order to use the web " +"admin panel." +msgstr "" + +#: Code/Module/Setup.php:330 Code/Module/Setup.php:373 +msgid "Website URL" +msgstr "" + +#: Code/Module/Setup.php:330 Code/Module/Setup.php:373 +msgid "Required. Please use SSL (https) URL if available." +msgstr "" + +#: Code/Module/Setup.php:331 Code/Module/Setup.php:375 +msgid "Please select a default timezone for your website" +msgstr "" + +#: Code/Module/Setup.php:359 +msgid "Site settings" +msgstr "" + +#: Code/Module/Setup.php:417 +msgid "PHP version 7.1 or greater is required." +msgstr "" + +#: Code/Module/Setup.php:418 +msgid "PHP version" +msgstr "" + +#: Code/Module/Setup.php:433 +msgid "Could not find a command line version of PHP in the web server PATH." +msgstr "" + +#: Code/Module/Setup.php:434 +msgid "" +"If you do not have a command line version of PHP installed on server, you " +"will not be able to run background tasks - including message delivery." +msgstr "" + +#: Code/Module/Setup.php:438 +msgid "PHP executable path" +msgstr "" + +#: Code/Module/Setup.php:438 +msgid "" +"Enter full path to php executable. You can leave this blank to continue the " +"installation." +msgstr "" + +#: Code/Module/Setup.php:443 +msgid "Command line PHP" +msgstr "" + +#: Code/Module/Setup.php:453 +msgid "" +"Unable to check command line PHP, as shell_exec() is disabled. This is " +"required." +msgstr "" + +#: Code/Module/Setup.php:457 +msgid "" +"The command line version of PHP on your system does not have " +"\"register_argc_argv\" enabled." +msgstr "" + +#: Code/Module/Setup.php:458 +msgid "This is required for message delivery to work." +msgstr "" + +#: Code/Module/Setup.php:461 +msgid "PHP register_argc_argv" +msgstr "" + +#: Code/Module/Setup.php:481 +msgid "" +"This is not sufficient to upload larger images or files. You should be able " +"to upload at least 2MB (2097152 bytes) at once." +msgstr "" + +#: Code/Module/Setup.php:485 +#, php-format +msgid "" +"Your max allowed total upload size is set to %s. Maximum size of one file to " +"upload is set to %s. You are allowed to upload up to %d files at once." +msgstr "" + +#: Code/Module/Setup.php:492 +msgid "You can adjust these settings in the server php.ini file." +msgstr "" + +#: Code/Module/Setup.php:494 +msgid "PHP upload limits" +msgstr "" + +#: Code/Module/Setup.php:517 +msgid "" +"Error: the \"openssl_pkey_new\" function on this system is not able to " +"generate encryption keys" +msgstr "" + +#: Code/Module/Setup.php:518 +msgid "" +"If running under Windows, please see \"http://www.php.net/manual/en/openssl." +"installation.php\"." +msgstr "" + +#: Code/Module/Setup.php:521 +msgid "Generate encryption keys" +msgstr "" + +#: Code/Module/Setup.php:540 +msgid "libCurl PHP module" +msgstr "" + +#: Code/Module/Setup.php:541 +msgid "GD graphics PHP module" +msgstr "" + +#: Code/Module/Setup.php:542 +msgid "OpenSSL PHP module" +msgstr "" + +#: Code/Module/Setup.php:543 +msgid "PDO database PHP module" +msgstr "" + +#: Code/Module/Setup.php:544 +msgid "mb_string PHP module" +msgstr "" + +#: Code/Module/Setup.php:545 +msgid "xml PHP module" +msgstr "" + +#: Code/Module/Setup.php:546 +msgid "zip PHP module" +msgstr "" + +#: Code/Module/Setup.php:550 Code/Module/Setup.php:552 +msgid "Apache mod_rewrite module" +msgstr "" + +#: Code/Module/Setup.php:550 +msgid "" +"Error: Apache webserver mod-rewrite module is required but not installed." +msgstr "" + +#: Code/Module/Setup.php:556 Code/Module/Setup.php:558 +msgid "exec" +msgstr "" + +#: Code/Module/Setup.php:556 +msgid "" +"Error: exec is required but is either not installed or has been disabled in " +"php.ini" +msgstr "" + +#: Code/Module/Setup.php:561 Code/Module/Setup.php:563 +msgid "shell_exec" +msgstr "" + +#: Code/Module/Setup.php:561 +msgid "" +"Error: shell_exec is required but is either not installed or has been " +"disabled in php.ini" +msgstr "" + +#: Code/Module/Setup.php:568 +msgid "Error: libCURL PHP module required but not installed." +msgstr "" + +#: Code/Module/Setup.php:572 +msgid "" +"Error: GD PHP module with JPEG support or ImageMagick graphics library " +"required but not installed." +msgstr "" + +#: Code/Module/Setup.php:576 +msgid "Error: openssl PHP module required but not installed." +msgstr "" + +#: Code/Module/Setup.php:582 +msgid "" +"Error: PDO database PHP module missing a driver for either mysql or pgsql." +msgstr "" + +#: Code/Module/Setup.php:587 +msgid "Error: PDO database PHP module required but not installed." +msgstr "" + +#: Code/Module/Setup.php:591 +msgid "Error: mb_string PHP module required but not installed." +msgstr "" + +#: Code/Module/Setup.php:595 +msgid "Error: xml PHP module required for DAV but not installed." +msgstr "" + +#: Code/Module/Setup.php:599 +msgid "Error: zip PHP module required but not installed." +msgstr "" + +#: Code/Module/Setup.php:621 Code/Module/Setup.php:630 +msgid ".htconfig.php is writable" +msgstr "" + +#: Code/Module/Setup.php:626 +msgid "" +"The web installer needs to be able to create a file called \".htconfig.php\" " +"in the top folder of your web server and it is unable to do so." +msgstr "" + +#: Code/Module/Setup.php:627 +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 "" + +#: Code/Module/Setup.php:628 +msgid "Please see install/INSTALL.txt for additional information." +msgstr "" + +#: Code/Module/Setup.php:647 +msgid "" +"This software uses the Smarty3 template engine to render its web views. " +"Smarty3 compiles templates to PHP to speed up rendering." +msgstr "" + +#: Code/Module/Setup.php:648 +#, php-format +msgid "" +"In order to store these compiled templates, the web server needs to have " +"write access to the directory %s under the top level web folder." +msgstr "" + +#: Code/Module/Setup.php:649 Code/Module/Setup.php:670 +msgid "" +"Please ensure that the user that your web server runs as (e.g. www-data) has " +"write access to this folder." +msgstr "" + +#: Code/Module/Setup.php:652 +#, php-format +msgid "%s is writable" +msgstr "" + +#: Code/Module/Setup.php:669 +msgid "" +"This software uses the store directory to save uploaded files. The web " +"server needs to have write access to the store directory under the top level " +"web folder" +msgstr "" + +#: Code/Module/Setup.php:673 +msgid "store is writable" +msgstr "" + +#: Code/Module/Setup.php:705 +msgid "" +"SSL certificate cannot be validated. Fix certificate or disable https access " +"to this site." +msgstr "" + +#: Code/Module/Setup.php:706 +msgid "" +"If you have https access to your website or allow connections to TCP port " +"443 (the https: port), you MUST use a browser-valid certificate. You MUST " +"NOT use self-signed certificates!" +msgstr "" + +#: Code/Module/Setup.php:707 +msgid "" +"This restriction is incorporated because public posts from you may for " +"example contain references to images on your own hub." +msgstr "" + +#: Code/Module/Setup.php:708 +msgid "" +"If your certificate is not recognized, members of other sites (who may " +"themselves have valid certificates) will get a warning message on their own " +"site complaining about security issues." +msgstr "" + +#: Code/Module/Setup.php:709 +msgid "" +"This can cause usability issues elsewhere (not just on your own site) so we " +"must insist on this requirement." +msgstr "" + +#: Code/Module/Setup.php:710 +msgid "" +"Providers are available that issue free certificates which are browser-valid." +msgstr "" + +#: Code/Module/Setup.php:712 +msgid "" +"If you are confident that the certificate is valid and signed by a trusted " +"authority, check to see if you have failed to install an intermediate cert. " +"These are not normally required by browsers, but are required for server-to-" +"server communications." +msgstr "" + +#: Code/Module/Setup.php:714 +msgid "SSL certificate validation" +msgstr "" + +#: Code/Module/Setup.php:720 +msgid "" +"Url rewrite in .htaccess is not working. Check your server configuration." +"Test: " +msgstr "" + +#: Code/Module/Setup.php:723 +msgid "Url rewrite is working" +msgstr "" + +#: Code/Module/Setup.php:738 +msgid "" +"The database configuration file \".htconfig.php\" could not be written. " +"Please use the enclosed text to create a configuration file in your web " +"server root." +msgstr "" + +#: Code/Module/Setup.php:764 extend/addon/a/faces/faces.php:220 +msgid "Errors encountered creating database tables." +msgstr "" + +#: Code/Module/Setup.php:809 +msgid "registration page" +msgstr "" + +#: Code/Module/Setup.php:812 +msgid "

What next?

" +msgstr "" + +#: Code/Module/Setup.php:814 +msgid "" +"IMPORTANT: You will need to [manually] setup a scheduled task for the poller." +msgstr "" + +#: Code/Module/Setup.php:816 +msgid "" +"Please see the file \"install/INSTALL.txt\" for more information and " +"instructions." +msgstr "" + +#: Code/Module/Setup.php:818 +#, php-format +msgid "" +"Go to your new hub %s and register as new member. Please use the same email " +"address that you entered for the administrator email as this will allow your " +"new account to enter the site admin panel." +msgstr "" + +#: Code/Module/Share.php:135 +msgid "Post repeated" +msgstr "" + +#: Code/Module/Sharedwithme.php:108 +msgid "Files: shared with me" +msgstr "" + +#: Code/Module/Sharedwithme.php:110 +msgid "NEW" +msgstr "" + +#: Code/Module/Sharedwithme.php:111 Code/Storage/Browser.php:315 +#: include/text.php:1544 +msgid "Size" +msgstr "" + +#: Code/Module/Sharedwithme.php:112 Code/Storage/Browser.php:316 +msgid "Last Modified" +msgstr "" + +#: Code/Module/Sharedwithme.php:113 +msgid "Remove all files" +msgstr "" + +#: Code/Module/Sharedwithme.php:114 +msgid "Remove this file" +msgstr "" + +#: Code/Module/Siteinfo.php:37 +msgid "About this site" +msgstr "" + +#: Code/Module/Siteinfo.php:39 +msgid "Site Name" +msgstr "" + +#: Code/Module/Siteinfo.php:43 +msgid "Administrator" +msgstr "" + +#: Code/Module/Siteinfo.php:46 +msgid "Software and Project information" +msgstr "" + +#: Code/Module/Siteinfo.php:47 +msgid "This site is powered by $Projectname" +msgstr "" + +#: Code/Module/Siteinfo.php:48 +msgid "" +"Federated and decentralised networking and identity services provided by " +"Nomad" +msgstr "" + +#: Code/Module/Siteinfo.php:52 +msgid "Protocols:" +msgstr "" + +#: Code/Module/Siteinfo.php:54 +#, php-format +msgid "Version %s" +msgstr "" + +#: Code/Module/Siteinfo.php:55 +msgid "Project homepage" +msgstr "" + +#: Code/Module/Siteinfo.php:56 +msgid "Developer homepage" +msgstr "" + +#: Code/Module/Apporder.php:54 +msgid "Change order of pinned navbar apps" +msgstr "" + +#: Code/Module/Apporder.php:54 +msgid "Change order of app tray apps" +msgstr "" + +#: Code/Module/Apporder.php:55 +msgid "" +"Use arrows to move the corresponding app left (top) or right (bottom) in the " +"navbar" +msgstr "" + +#: Code/Module/Apporder.php:56 +msgid "Use arrows to move the corresponding app up or down in the app tray" +msgstr "" + +#: Code/Module/Vote.php:42 +msgid "Poll not found." +msgstr "" + +#: Code/Module/Vote.php:73 +msgid "Invalid response." +msgstr "" + +#: Code/Module/Vote.php:132 +msgid "Response submitted. Updates may not appear instantly." +msgstr "" + +#: Code/Module/Viewsrc.php:49 +msgid "item" +msgstr "" + +#: Code/Module/Viewsrc.php:59 +msgid "Inspect" +msgstr "" + +#: Code/Module/Viewsrc.php:64 +msgid "Local id:" +msgstr "" + +#: Code/Module/Viewsrc.php:64 +msgid "Permanent link" +msgstr "" + +#: Code/Module/Viewsrc.php:64 +msgid "Local link" +msgstr "" + +#: Code/Module/Thing.php:141 +msgid "Thing updated" +msgstr "" + +#: Code/Module/Thing.php:202 +msgid "Object store: failed" +msgstr "" + +#: Code/Module/Thing.php:206 +msgid "Thing added" +msgstr "" + +#: Code/Module/Thing.php:234 +#, php-format +msgid "OBJ: %1$s %2$s %3$s" +msgstr "" + +#: Code/Module/Thing.php:303 +msgid "Show Thing" +msgstr "" + +#: Code/Module/Thing.php:309 +msgid "item not found." +msgstr "" + +#: Code/Module/Thing.php:343 +msgid "Edit Thing" +msgstr "" + +#: Code/Module/Thing.php:345 Code/Module/Thing.php:404 +msgid "Select a profile" +msgstr "" + +#: Code/Module/Thing.php:349 Code/Module/Thing.php:407 +msgid "Post an activity" +msgstr "" + +#: Code/Module/Thing.php:349 Code/Module/Thing.php:407 +msgid "Only sends to viewers of the applicable profile" +msgstr "" + +#: Code/Module/Thing.php:351 Code/Module/Thing.php:409 +msgid "Name of thing e.g. something" +msgstr "" + +#: Code/Module/Thing.php:353 Code/Module/Thing.php:410 +msgid "URL of thing (optional)" +msgstr "" + +#: Code/Module/Thing.php:355 Code/Module/Thing.php:411 +msgid "URL for photo of thing (optional)" +msgstr "" + +#: Code/Module/Thing.php:402 +msgid "Add Thing to your Profile" +msgstr "" + +#: Code/Module/Tagrm.php:59 Code/Module/Tagrm.php:111 +msgid "Tag removed" +msgstr "" + +#: Code/Module/Tagrm.php:137 +msgid "Remove Item Tag" +msgstr "" + +#: Code/Module/Tagrm.php:139 +msgid "Select a tag to remove: " +msgstr "" + +#: Code/Module/Tagadelic.php:31 +msgid "This app displays a hashtag cloud on your channel homepage." +msgstr "" + +#: Code/Module/Tagadelic.php:39 +msgid "" +"This app is installed. It displays a hashtag cloud on your channel homepage." +msgstr "" + +#: Code/Module/Suggestions.php:43 +msgid "" +"This app (when installed) displays a small number of friend suggestions on " +"selected pages or you can run the app to display a full list of channel " +"suggestions." +msgstr "" + +#: Code/Module/Stream.php:143 Code/Widget/Activity_filter.php:153 +#: include/network.php:1769 include/network.php:1770 +msgid "Nomad" +msgstr "" + +#: Code/Module/Stream.php:147 Code/Widget/Activity_filter.php:156 +#: include/network.php:1765 +msgid "ActivityPub" +msgstr "" + +#: Code/Module/Stream.php:162 +msgid "Access list not found" +msgstr "" + +#: Code/Module/Stream.php:206 +msgid "No such channel" +msgstr "" + +#: Code/Module/Stream.php:292 +msgid "Access list is empty" +msgstr "" + +#: Code/Module/Stream.php:306 include/items.php:4317 +#, php-format +msgid "Access list: %s" +msgstr "" + +#: Code/Module/Stream.php:349 extend/addon/a/zotpost/Mod_zotpost.php:31 +msgid "Invalid channel." +msgstr "" + +#: Code/Module/Communities.php:26 +msgid "" +"This page provides information about affiliated website communities which " +"are currently known to this website. These are a small fraction of the " +"thousands of websites and dozens of projects and providers which participate " +"in this communications network." +msgstr "" + +#: Code/Module/Communities.php:72 +msgid "free" +msgstr "" + +#: Code/Module/Communities.php:74 +msgid "subscription" +msgstr "" + +#: Code/Module/Communities.php:76 +msgid "tiered service plans" +msgstr "" + +#: Code/Module/Communities.php:84 +msgid "Register (requires approval)" +msgstr "" + +#: Code/Module/Communities.php:128 +msgid "Type:" +msgstr "" + +#: Code/Module/Communities.php:130 +msgid "Version:" +msgstr "" + +#: Code/Module/Communities.php:136 +msgid "Access type:" +msgstr "" + +#: Code/Module/Webpages.php:58 +msgid "Provide managed web pages on your channel" +msgstr "" + +#: Code/Module/Webpages.php:78 +msgid "Import Webpage Elements" +msgstr "" + +#: Code/Module/Webpages.php:79 +msgid "Import selected" +msgstr "" + +#: Code/Module/Webpages.php:102 +msgid "Export Webpage Elements" +msgstr "" + +#: Code/Module/Webpages.php:103 +msgid "Export selected" +msgstr "" + +#: Code/Module/Webpages.php:277 +msgid "Actions" +msgstr "" + +#: Code/Module/Webpages.php:278 +msgid "Page Link" +msgstr "" + +#: Code/Module/Webpages.php:279 +msgid "Page Title" +msgstr "" + +#: Code/Module/Webpages.php:309 +msgid "Invalid file type." +msgstr "" + +#: Code/Module/Webpages.php:321 +msgid "Error opening zip file" +msgstr "" + +#: Code/Module/Webpages.php:331 +msgid "Invalid folder path." +msgstr "" + +#: Code/Module/Webpages.php:357 +msgid "No webpage elements detected." +msgstr "" + +#: Code/Module/Webpages.php:431 Code/Import/Friendica.php:363 +msgid "Import complete." +msgstr "" + +#: Code/Module/Vlists.php:16 +msgid "" +"This app creates dynamic access lists corresponding to [1] all connections, " +"[2] all ActivityPub protocol connections, and [3] all Nomad or Zot/6 " +"protocol connections. These additional selections will be found within the " +"Permissions setting tool." +msgstr "" + +#: Code/Module/Vlists.php:23 +msgid "This app is installed. " +msgstr "" + +#: Code/Module/Viewconnections.php:68 +msgid "No connections." +msgstr "" + +#: Code/Module/Viewconnections.php:85 +#, php-format +msgid "Visit %1$s's profile [%2$s]" +msgstr "" + +#: Code/Module/Viewconnections.php:112 +msgid "View Connections" +msgstr "" + +#: Code/Module/Uexport.php:67 Code/Module/Uexport.php:68 +msgid "Export Channel" +msgstr "" + +#: Code/Module/Uexport.php:69 +msgid "" +"Export your basic channel information to a file. This acts as a backup of " +"your connections, permissions, profile and basic data, which can be used to " +"import your data to a new server hub, but does not contain your content." +msgstr "" + +#: Code/Module/Uexport.php:70 +msgid "Export Content" +msgstr "" + +#: Code/Module/Uexport.php:71 +msgid "" +"Export your channel information and recent content to a JSON backup that can " +"be restored or imported to another server hub. This backs up all of your " +"connections, permissions, profile data and several months of posts. This " +"file may be VERY large. Please be patient - it may take several minutes for " +"this download to begin." +msgstr "" + +#: Code/Module/Uexport.php:73 +msgid "Export your posts from a given year." +msgstr "" + +#: Code/Module/Uexport.php:75 +msgid "" +"You may also export your posts and conversations for a particular year or " +"month. Adjust the date in your browser location bar to select other dates. " +"If the export fails (possibly due to memory exhaustion on your server hub), " +"please try again selecting a more limited date range." +msgstr "" + +#: Code/Module/Uexport.php:76 +#, php-format +msgid "" +"To select all posts for a given year, such as this year, visit %2$s" +msgstr "" + +#: Code/Module/Uexport.php:77 +#, php-format +msgid "" +"To select all posts for a given month, such as January of this year, visit " +"%2$s" +msgstr "" + +#: Code/Module/Uexport.php:78 +#, php-format +msgid "" +"These content files may be imported or restored by visiting " +"%2$s on any site containing your channel. For best results please import " +"or restore these in date order (oldest first)." +msgstr "" + +#: Code/Module/Tagger.php:63 +msgid "Post not found." +msgstr "" + +#: Code/Module/Tagger.php:95 include/text.php:2408 include/conversation.php:173 +msgid "comment" +msgstr "" + +#: Code/Module/Tagger.php:136 +#, php-format +msgid "%1$s tagged %2$s's %3$s with %4$s" +msgstr "" + +#: Code/Module/Subthread.php:141 +#, php-format +msgid "%1$s is following %2$s's %3$s" +msgstr "" + +#: Code/Module/Subthread.php:144 +#, php-format +msgid "%1$s stopped following %2$s's %3$s" +msgstr "" + +#: Code/Module/Sources.php:52 +msgid "Failed to create source. No channel selected." +msgstr "" + +#: Code/Module/Sources.php:69 +msgid "Source created." +msgstr "" + +#: Code/Module/Sources.php:82 +msgid "Source updated." +msgstr "" + +#: Code/Module/Sources.php:109 +msgid "*" +msgstr "" + +#: Code/Module/Sources.php:116 +msgid "Manage remote sources of content for your channel." +msgstr "" + +#: Code/Module/Sources.php:117 Code/Module/Sources.php:127 +msgid "New Source" +msgstr "" + +#: Code/Module/Sources.php:128 Code/Module/Sources.php:163 +msgid "" +"Import all or selected content from the following channel into this channel " +"and distribute it according to your channel settings." +msgstr "" + +#: Code/Module/Sources.php:129 Code/Module/Sources.php:164 +msgid "Only import content with these words (one per line)" +msgstr "" + +#: Code/Module/Sources.php:129 Code/Module/Sources.php:164 +msgid "Leave blank to import all public content" +msgstr "" + +#: Code/Module/Sources.php:130 Code/Module/Sources.php:170 +msgid "Channel Name" +msgstr "" + +#: Code/Module/Sources.php:131 Code/Module/Sources.php:167 +msgid "" +"Add the following categories to posts imported from this source (comma " +"separated)" +msgstr "" + +#: Code/Module/Sources.php:132 Code/Module/Sources.php:168 +msgid "Resend posts with this channel as author" +msgstr "" + +#: Code/Module/Sources.php:132 Code/Module/Sources.php:168 +msgid "Copyrights may apply" +msgstr "" + +#: Code/Module/Sources.php:153 Code/Module/Sources.php:183 +msgid "Source not found." +msgstr "" + +#: Code/Module/Sources.php:160 +msgid "Edit Source" +msgstr "" + +#: Code/Module/Sources.php:161 +msgid "Delete Source" +msgstr "" + +#: Code/Module/Sources.php:192 +msgid "Source removed" +msgstr "" + +#: Code/Module/Sources.php:194 +msgid "Unable to remove source." +msgstr "" + +#: Code/Module/Superblock.php:38 +msgid "Blocking this site is not permitted." +msgstr "" + +#: Code/Module/Superblock.php:95 +msgid "Added by Superblock" +msgstr "" + +#: Code/Module/Superblock.php:202 +msgid "superblock settings updated" +msgstr "" + +#: Code/Module/Superblock.php:233 +msgid "Blocked channels" +msgstr "" + +#: Code/Module/Superblock.php:235 +msgid "No channels currently blocked" +msgstr "" + +#: Code/Module/Superblock.php:250 +msgid "Blocked servers" +msgstr "" + +#: Code/Module/Superblock.php:252 +msgid "No servers currently blocked" +msgstr "" + +#: Code/Module/Superblock.php:258 Code/Widget/Settings_menu.php:67 +msgid "Manage Blocks" +msgstr "" + +#: Code/Widget/Tagcloud.php:25 include/taxonomy.php:366 +#: include/taxonomy.php:511 include/taxonomy.php:534 +msgid "Tags" +msgstr "" + +#: Code/Widget/Suggestedchats.php:41 +msgid "Suggested Chatrooms" +msgstr "" + +#: Code/Widget/Sblock.php:20 +msgid "Block channel or site" +msgstr "" + +#: Code/Widget/Sblock.php:21 +msgid "Enter channel address or URL" +msgstr "" + +#: Code/Widget/Sblock.php:22 Code/Widget/Follow.php:40 +msgid "Examples: bob@example.com, https://example.com/barbara" +msgstr "" + +#: Code/Widget/Groups.php:114 Code/Widget/Notifications.php:110 +#: Code/Widget/Notifications.php:111 Code/Widget/Activity_filter.php:209 +msgid "Groups" +msgstr "" + +#: Code/Widget/Common_friends.php:47 +msgid "Common Connections" +msgstr "" + +#: Code/Widget/Common_friends.php:52 +#, php-format +msgid "View all %d common connections" +msgstr "" + +#: Code/Widget/Affinity.php:42 +msgid "Friend zoom in/out" +msgstr "" + +#: Code/Widget/Suggestions.php:51 +msgid "Ignore/Hide" +msgstr "" + +#: Code/Widget/Suggestions.php:56 +msgid "Suggestions" +msgstr "" + +#: Code/Widget/Suggestions.php:57 +msgid "See more..." +msgstr "" + +#: Code/Widget/Findpeople.php:24 +#, php-format +msgid "%d invitation available" +msgid_plural "%d invitations available" +msgstr[0] "" +msgstr[1] "" + +#: Code/Widget/Findpeople.php:32 +msgid "Find Channels" +msgstr "" + +#: Code/Widget/Findpeople.php:33 +msgid "Enter name or interest" +msgstr "" + +#: Code/Widget/Findpeople.php:34 +msgid "Connect/Follow" +msgstr "" + +#: Code/Widget/Findpeople.php:35 +msgid "Examples: Robert Morgenstein, Fishing" +msgstr "" + +#: Code/Widget/Findpeople.php:43 +msgid "Advanced example: name=fred and country=iceland" +msgstr "" + +#: Code/Widget/Appcategories.php:55 Code/Widget/Filer.php:39 +#: Code/Widget/Categories.php:90 Code/Widget/Categories.php:138 +#: Code/Widget/Categories.php:189 +msgid "Everything" +msgstr "" + +#: Code/Widget/Photo.php:55 Code/Widget/Photo_rand.php:72 +msgid "photo/image" +msgstr "" + +#: Code/Widget/Newmember.php:35 +msgid "Profile Creation" +msgstr "" + +#: Code/Widget/Newmember.php:37 +msgid "Upload profile photo" +msgstr "" + +#: Code/Widget/Newmember.php:38 +msgid "Upload cover photo" +msgstr "" + +#: Code/Widget/Newmember.php:42 +msgid "Find and Connect with others" +msgstr "" + +#: Code/Widget/Newmember.php:44 +msgid "View the directory" +msgstr "" + +#: Code/Widget/Newmember.php:45 +msgid "View friend suggestions" +msgstr "" + +#: Code/Widget/Newmember.php:46 +msgid "Manage your connections" +msgstr "" + +#: Code/Widget/Newmember.php:49 +msgid "Communicate" +msgstr "" + +#: Code/Widget/Newmember.php:51 +msgid "View your channel homepage" +msgstr "" + +#: Code/Widget/Newmember.php:52 +msgid "View your stream" +msgstr "" + +#: Code/Widget/Newmember.php:65 +msgid "View public stream" +msgstr "" + +#: Code/Widget/Hq_controls.php:21 +msgid "HQ Control Panel" +msgstr "" + +#: Code/Widget/Hq_controls.php:24 +msgid "Create a new post" +msgstr "" + +#: Code/Widget/Cdav.php:46 +msgid "Select Channel" +msgstr "" + +#: Code/Widget/Cdav.php:51 +msgid "Read-write" +msgstr "" + +#: Code/Widget/Cdav.php:52 +msgid "Read-only" +msgstr "" + +#: Code/Widget/Cdav.php:138 +msgid "Channel Calendar" +msgstr "" + +#: Code/Widget/Cdav.php:142 +msgid "Shared CalDAV Calendars" +msgstr "" + +#: Code/Widget/Cdav.php:146 +msgid "Share this calendar" +msgstr "" + +#: Code/Widget/Cdav.php:148 +msgid "Calendar name and color" +msgstr "" + +#: Code/Widget/Cdav.php:150 +msgid "Create new CalDAV calendar" +msgstr "" + +#: Code/Widget/Cdav.php:152 +msgid "Calendar Name" +msgstr "" + +#: Code/Widget/Cdav.php:153 +msgid "Calendar Tools" +msgstr "" + +#: Code/Widget/Cdav.php:155 +msgid "Import calendar" +msgstr "" + +#: Code/Widget/Cdav.php:156 +msgid "Select a calendar to import to" +msgstr "" + +#: Code/Widget/Cdav.php:181 +msgid "Addressbooks" +msgstr "" + +#: Code/Widget/Cdav.php:183 +msgid "Addressbook name" +msgstr "" + +#: Code/Widget/Cdav.php:185 +msgid "Create new addressbook" +msgstr "" + +#: Code/Widget/Cdav.php:186 +msgid "Addressbook Name" +msgstr "" + +#: Code/Widget/Cdav.php:188 +msgid "Addressbook Tools" +msgstr "" + +#: Code/Widget/Cdav.php:189 +msgid "Import addressbook" +msgstr "" + +#: Code/Widget/Cdav.php:190 +msgid "Select an addressbook to import to" +msgstr "" + +#: Code/Widget/Archive.php:52 +msgid "Archives" +msgstr "" + +#: Code/Widget/Activity.php:59 +msgctxt "widget" +msgid "Activity" +msgstr "" + +#: Code/Widget/Stream_order.php:106 +msgid "Commented Date" +msgstr "" + +#: Code/Widget/Stream_order.php:110 +msgid "Order by last commented date" +msgstr "" + +#: Code/Widget/Stream_order.php:113 +msgid "Posted Date" +msgstr "" + +#: Code/Widget/Stream_order.php:117 +msgid "Order by last posted date" +msgstr "" + +#: Code/Widget/Stream_order.php:120 +msgid "Date Unthreaded" +msgstr "" + +#: Code/Widget/Stream_order.php:124 +msgid "Order unthreaded by date" +msgstr "" + +#: Code/Widget/Savedsearch.php:89 +msgid "Remove term" +msgstr "" + +#: Code/Widget/Chatroom_list.php:28 +msgid "Overview" +msgstr "" + +#: Code/Widget/Cover_photo.php:95 +msgid "Click to show more" +msgstr "" + +#: Code/Widget/Appstore.php:15 +msgid "App Collections" +msgstr "" + +#: Code/Widget/Admin.php:32 Code/Widget/Admin.php:69 +msgid "Member registrations waiting for confirmation" +msgstr "" + +#: Code/Widget/Admin.php:38 +msgid "Inspect queue" +msgstr "" + +#: Code/Widget/Admin.php:40 +msgid "DB updates" +msgstr "" + +#: Code/Widget/Admin.php:65 +msgid "Addon Features" +msgstr "" + +#: Code/Widget/Follow.php:32 +#, php-format +msgid "You have %1$.0f of %2$.0f allowed connections." +msgstr "" + +#: Code/Widget/Follow.php:38 +msgid "Add New Connection" +msgstr "" + +#: Code/Widget/Follow.php:39 +msgid "Enter channel address" +msgstr "" + +#: Code/Widget/Site_projects.php:35 +msgid "Community Types" +msgstr "" + +#: Code/Widget/Site_projects.php:37 +msgid "All community types" +msgstr "" + +#: Code/Widget/Settings_menu.php:47 +msgid "Account settings" +msgstr "" + +#: Code/Widget/Settings_menu.php:53 +msgid "Channel settings" +msgstr "" + +#: Code/Widget/Settings_menu.php:61 +msgid "Display settings" +msgstr "" + +#: Code/Widget/Settings_menu.php:75 +msgid "Manage locations" +msgstr "" + +#: Code/Widget/Settings_menu.php:82 +msgid "Export channel" +msgstr "" + +#: Code/Widget/Settings_menu.php:97 +msgid "Client apps" +msgstr "" + +#: Code/Widget/Notifications.php:22 +msgid "New Stream Activity" +msgstr "" + +#: Code/Widget/Notifications.php:23 +msgid "New Stream Activity Notifications" +msgstr "" + +#: Code/Widget/Notifications.php:26 +msgid "View your stream activity" +msgstr "" + +#: Code/Widget/Notifications.php:29 +msgid "Mark all notifications read" +msgstr "" + +#: Code/Widget/Notifications.php:32 Code/Widget/Notifications.php:51 +#: Code/Widget/Notifications.php:143 +msgid "Show new posts only" +msgstr "" + +#: Code/Widget/Notifications.php:33 Code/Widget/Notifications.php:52 +#: Code/Widget/Notifications.php:113 Code/Widget/Notifications.php:144 +msgid "Filter by name" +msgstr "" + +#: Code/Widget/Notifications.php:41 +msgid "New Home Activity" +msgstr "" + +#: Code/Widget/Notifications.php:42 +msgid "New Home Activity Notifications" +msgstr "" + +#: Code/Widget/Notifications.php:45 +msgid "View your home activity" +msgstr "" + +#: Code/Widget/Notifications.php:48 Code/Widget/Notifications.php:140 +msgid "Mark all notifications seen" +msgstr "" + +#: Code/Widget/Notifications.php:60 +msgid "New Events" +msgstr "" + +#: Code/Widget/Notifications.php:61 +msgid "New Events Notifications" +msgstr "" + +#: Code/Widget/Notifications.php:64 +msgid "View events" +msgstr "" + +#: Code/Widget/Notifications.php:67 +msgid "Mark all events seen" +msgstr "" + +#: Code/Widget/Notifications.php:76 +msgid "New Connections Notifications" +msgstr "" + +#: Code/Widget/Notifications.php:79 +msgid "View all connections" +msgstr "" + +#: Code/Widget/Notifications.php:87 +msgid "New Files" +msgstr "" + +#: Code/Widget/Notifications.php:88 +msgid "New Files Notifications" +msgstr "" + +#: Code/Widget/Notifications.php:95 Code/Widget/Notifications.php:96 +msgid "Notices" +msgstr "" + +#: Code/Widget/Notifications.php:99 +msgid "View all notices" +msgstr "" + +#: Code/Widget/Notifications.php:102 +msgid "Mark all notices seen" +msgstr "" + +#: Code/Widget/Notifications.php:123 +msgid "New Registrations" +msgstr "" + +#: Code/Widget/Notifications.php:124 +msgid "New Registrations Notifications" +msgstr "" + +#: Code/Widget/Notifications.php:134 +msgid "Public Stream Notifications" +msgstr "" + +#: Code/Widget/Notifications.php:137 +msgid "View the public stream" +msgstr "" + +#: Code/Widget/Notifications.php:153 +msgid "Sorry, you have got no notifications at the moment" +msgstr "" + +#: Code/Widget/Mailmenu.php:19 +msgid "Private Mail Menu" +msgstr "" + +#: Code/Widget/Mailmenu.php:21 +msgid "Combined View" +msgstr "" + +#: Code/Widget/Mailmenu.php:26 +msgid "Inbox" +msgstr "" + +#: Code/Widget/Mailmenu.php:31 +msgid "Outbox" +msgstr "" + +#: Code/Widget/Mailmenu.php:36 +msgid "New Message" +msgstr "" + +#: Code/Widget/Eventstools.php:19 +msgid "Events Tools" +msgstr "" + +#: Code/Widget/Eventstools.php:20 +msgid "Export Calendar" +msgstr "" + +#: Code/Widget/Eventstools.php:21 +msgid "Import Calendar" +msgstr "" + +#: Code/Widget/Chatroom_members.php:16 +msgid "Chat Members" +msgstr "" + +#: Code/Widget/Bookmarkedchats.php:34 +msgid "Bookmarked Chatrooms" +msgstr "" + +#: Code/Widget/Activity_filter.php:40 +msgid "Direct Messages" +msgstr "" + +#: Code/Widget/Activity_filter.php:44 +msgid "Show direct (private) messages" +msgstr "" + +#: Code/Widget/Activity_filter.php:54 +msgid "Personal Posts" +msgstr "" + +#: Code/Widget/Activity_filter.php:58 +msgid "Show posts that mention or involve me" +msgstr "" + +#: Code/Widget/Activity_filter.php:67 +msgid "Saved Posts" +msgstr "" + +#: Code/Widget/Activity_filter.php:71 +msgid "Show posts that I have saved" +msgstr "" + +#: Code/Widget/Activity_filter.php:85 +msgid "Show drafts that I have saved" +msgstr "" + +#: Code/Widget/Activity_filter.php:95 +msgid "Videos" +msgstr "" + +#: Code/Widget/Activity_filter.php:99 +msgid "Show posts that include videos" +msgstr "" + +#: Code/Widget/Activity_filter.php:113 +msgid "Show posts that include events" +msgstr "" + +#: Code/Widget/Activity_filter.php:117 +msgid "Polls" +msgstr "" + +#: Code/Widget/Activity_filter.php:121 +msgid "Show posts that include polls" +msgstr "" + +#: Code/Widget/Activity_filter.php:142 Code/Widget/Activity_filter.php:172 +#, php-format +msgid "Show posts related to the %s access list" +msgstr "" + +#: Code/Widget/Activity_filter.php:182 +msgid "Show my access lists" +msgstr "" + +#: Code/Widget/Activity_filter.php:200 +msgid "Show posts to this group" +msgstr "" + +#: Code/Widget/Activity_filter.php:202 +msgid "New post" +msgstr "" + +#: Code/Widget/Activity_filter.php:213 +msgid "Show groups" +msgstr "" + +#: Code/Widget/Activity_filter.php:236 +#, php-format +msgid "Show posts that I have filed to %s" +msgstr "" + +#: Code/Widget/Activity_filter.php:246 +msgid "Show filed post categories" +msgstr "" + +#: Code/Widget/Activity_filter.php:266 +#, php-format +msgid "Show posts with hashtag %s" +msgstr "" + +#: Code/Widget/Activity_filter.php:272 +msgid "Followed Hashtags" +msgstr "" + +#: Code/Widget/Activity_filter.php:276 +msgid "Show followed hashtags" +msgstr "" + +#: Code/Widget/Activity_filter.php:312 +msgid "Remove active filter" +msgstr "" + +#: Code/Widget/Activity_filter.php:328 +msgid "Stream Filters" +msgstr "" + +#: Code/Access/PermissionRoles.php:138 +msgid "Social Networking" +msgstr "" + +#: Code/Access/PermissionRoles.php:139 +msgid "Social - Normal" +msgstr "" + +#: Code/Access/PermissionRoles.php:140 +msgid "Social - Restricted" +msgstr "" + +#: Code/Access/PermissionRoles.php:143 +msgid "Community Group" +msgstr "" + +#: Code/Access/PermissionRoles.php:144 +msgid "Group - Normal" +msgstr "" + +#: Code/Access/PermissionRoles.php:145 +msgid "Group - Restricted" +msgstr "" + +#: Code/Access/PermissionRoles.php:146 +msgid "Group - Moderated" +msgstr "" + +#: Code/Access/Permissions.php:61 +msgid "Grant viewing access to your channel stream and posts" +msgstr "" + +#: Code/Access/Permissions.php:62 +msgid "Permit delivery of your channel stream and posts" +msgstr "" + +#: Code/Access/Permissions.php:63 +msgid "Grant viewing access to your default channel profile" +msgstr "" + +#: Code/Access/Permissions.php:64 +msgid "Grant viewing access to your address book (connections)" +msgstr "" + +#: Code/Access/Permissions.php:65 +msgid "Grant viewing access to your file storage and photos" +msgstr "" + +#: Code/Access/Permissions.php:66 +msgid "Grant permission to post on your channel (wall) page" +msgstr "" + +#: Code/Access/Permissions.php:67 +msgid "Accept delivery of direct messages and personal mail" +msgstr "" + +#: Code/Access/Permissions.php:68 +msgid "Accept delivery of their posts and all comments to their posts" +msgstr "" + +#: Code/Access/Permissions.php:69 +msgid "Accept delivery of their comments and likes on your posts" +msgstr "" + +#: Code/Access/Permissions.php:70 +msgid "Grant upload permissions to your file storage and photos" +msgstr "" + +#: Code/Access/Permissions.php:71 +msgid "Grant permission to republish/mirror your posts" +msgstr "" + +#: Code/Access/Permissions.php:72 +msgid "Accept comments and wall posts only after approval (moderation)" +msgstr "" + +#: Code/Access/Permissions.php:73 +msgid "Grant channel administration (delegation) permission" +msgstr "" + +#: Code/Storage/Browser.php:120 Code/Storage/Browser.php:317 +msgid "parent" +msgstr "" + +#: Code/Storage/Browser.php:151 +msgid "Principal" +msgstr "" + +#: Code/Storage/Browser.php:154 +msgid "Addressbook" +msgstr "" + +#: Code/Storage/Browser.php:160 +msgid "Schedule Inbox" +msgstr "" + +#: Code/Storage/Browser.php:163 +msgid "Schedule Outbox" +msgstr "" + +#: Code/Storage/Browser.php:299 +msgid "Total" +msgstr "" + +#: Code/Storage/Browser.php:301 +msgid "Shared" +msgstr "" + +#: Code/Storage/Browser.php:303 +msgid "Add Files" +msgstr "" + +#: Code/Storage/Browser.php:310 +msgid "View photos" +msgstr "" + +#: Code/Storage/Browser.php:314 +msgid "Type" +msgstr "" + +#: Code/Storage/Browser.php:392 +#, php-format +msgid "You are using %1$s of your available file storage." +msgstr "" + +#: Code/Storage/Browser.php:396 +#, php-format +msgid "You are using %1$s of %2$s available file storage. (%3$s%)" +msgstr "" + +#: Code/Storage/Browser.php:407 +msgid "WARNING:" +msgstr "" + +#: Code/Storage/Browser.php:419 +msgid "Create new folder" +msgstr "" + +#: Code/Storage/Browser.php:421 +msgid "Upload file" +msgstr "" + +#: Code/Storage/Browser.php:434 +msgid "Drop files here to immediately upload" +msgstr "" + +#: Code/Update/_1239.php:25 +msgid "Added by superblock" +msgstr "" + +#: boot.php:1696 +msgid "Create an account to access services and applications" +msgstr "" + +#: boot.php:1720 +msgid "Login/Email" +msgstr "" + +#: boot.php:1721 +msgid "Password" +msgstr "" + +#: boot.php:1722 +msgid "Remember me" +msgstr "" + +#: boot.php:1725 +msgid "Forgot your password?" +msgstr "" + +#: boot.php:2523 +#, php-format +msgid "[$Projectname] Website SSL error for %s" +msgstr "" + +#: boot.php:2528 +msgid "Website SSL certificate is not valid. Please correct." +msgstr "" + +#: boot.php:2572 +#, php-format +msgid "[$Projectname] Cron tasks not running on %s" +msgstr "" + +#: boot.php:2577 +msgid "Cron/Scheduled tasks not running." +msgstr "" + +#: boot.php:2578 include/datetime.php:282 +msgid "never" +msgstr "" + +#: extend/addon/a/content_import/Mod_content_import.php:30 +msgid "No server specified" +msgstr "" + +#: extend/addon/a/content_import/Mod_content_import.php:78 +msgid "Posts imported" +msgstr "" + +#: extend/addon/a/content_import/Mod_content_import.php:123 +msgid "Files imported" +msgstr "" + +#: extend/addon/a/content_import/Mod_content_import.php:132 +msgid "" +"This addon app copies existing content and file storage to a cloned/copied " +"channel. Once the app is installed, visit the newly installed app. This will " +"allow you to set the location of your original channel and an optional date " +"range of files/conversations to copy." +msgstr "" + +#: extend/addon/a/content_import/Mod_content_import.php:146 +msgid "" +"This will import all your conversations and cloud files from a cloned " +"channel on another server. This may take a while if you have lots of posts " +"and or files." +msgstr "" + +#: extend/addon/a/content_import/Mod_content_import.php:147 +msgid "Include posts" +msgstr "" + +#: extend/addon/a/content_import/Mod_content_import.php:147 +msgid "Conversations, Articles, Cards, and other posted content" +msgstr "" + +#: extend/addon/a/content_import/Mod_content_import.php:148 +msgid "Include files" +msgstr "" + +#: extend/addon/a/content_import/Mod_content_import.php:148 +msgid "Files, Photos and other cloud storage" +msgstr "" + +#: extend/addon/a/content_import/Mod_content_import.php:149 +msgid "Force file updates" +msgstr "" + +#: extend/addon/a/content_import/Mod_content_import.php:149 +msgid "Default is to ignore files that have already been imported" +msgstr "" + +#: extend/addon/a/content_import/Mod_content_import.php:150 +msgid "Original Server base URL" +msgstr "" + +#: extend/addon/a/content_import/Mod_content_import.php:151 +msgid "Since modified date yyyy-mm-dd" +msgstr "" + +#: extend/addon/a/content_import/Mod_content_import.php:152 +msgid "Until modified date yyyy-mm-dd" +msgstr "" + +#: extend/addon/a/faces/Mod_Faces.php:63 +#: extend/addon/a/flashcards/Mod_Flashcards.php:55 +msgid "Profile Unavailable." +msgstr "" + +#: extend/addon/a/faces/Mod_Faces.php:1697 +msgid "Face detection is not activated" +msgstr "" + +#: extend/addon/a/faces/Mod_Faces.php:1707 +msgid "Face detection is still busy" +msgstr "" + +#: extend/addon/a/faces/faces.php:238 +msgid "Errors encountered deleting all rows of database table " +msgstr "" + +#: extend/addon/a/flashcards/Mod_Flashcards.php:222 +msgid "Not allowed." +msgstr "" + +#: extend/addon/a/followlist/Mod_followlist.php:75 +msgid "Adding connections" +msgstr "" + +#: extend/addon/a/followlist/Mod_followlist.php:89 +msgid "Connect failed: " +msgstr "" + +#: extend/addon/a/followlist/Mod_followlist.php:89 +msgid " Reason: " +msgstr "" + +#: extend/addon/a/followlist/Mod_followlist.php:92 +msgid "Finished adding connections" +msgstr "" + +#: extend/addon/a/followlist/Mod_followlist.php:99 +msgid "" +"This app allows you to connect to everybody in a pre-defined ActivityPub " +"collection or CSV file, such as follower/following lists. Install the app " +"and revisit this page to input the source URL." +msgstr "" + +#: extend/addon/a/followlist/Mod_followlist.php:133 +#, php-format +msgid "You may import up to %d records" +msgstr "" + +#: extend/addon/a/followlist/Mod_followlist.php:136 +msgid "" +"Enter the URL of an ActivityPub followers/following collection to import" +msgstr "" + +#: extend/addon/a/followlist/Mod_followlist.php:137 +msgid "Or upload an ActivityPub or CSV followers file from your device" +msgstr "" + +#: extend/addon/a/followlist/Mod_followlist.php:138 +msgid "URL of followers/following list" +msgstr "" + +#: extend/addon/a/fuzzloc/Mod_Fuzzloc.php:26 +msgid "Fuzzloc Settings updated." +msgstr "" + +#: extend/addon/a/fuzzloc/Mod_Fuzzloc.php:39 +msgid "Fuzzy Location App" +msgstr "" + +#: extend/addon/a/fuzzloc/Mod_Fuzzloc.php:40 +msgid "" +"Blur your precise location if your channel uses browser location mapping" +msgstr "" + +#: extend/addon/a/fuzzloc/Mod_Fuzzloc.php:45 +msgid "Minimum offset in meters" +msgstr "" + +#: extend/addon/a/fuzzloc/Mod_Fuzzloc.php:49 +msgid "Maximum offset in meters" +msgstr "" + +#: extend/addon/a/fuzzloc/Mod_Fuzzloc.php:55 +msgid "Fuzzy Location" +msgstr "" + +#: extend/addon/a/gallery/Mod_Gallery.php:63 +msgid "Gallery App" +msgstr "" + +#: extend/addon/a/gallery/Mod_Gallery.php:64 +msgid "A simple gallery for your photo albums" +msgstr "" + +#: extend/addon/a/gallery/gallery.php:52 +msgid "Photo Gallery" +msgstr "" + +#: extend/addon/a/ldapauth/ldapauth.php:74 +msgid "An account has been created for you." +msgstr "" + +#: extend/addon/a/ldapauth/ldapauth.php:81 +msgid "Authentication successful but rejected: account creation is disabled." +msgstr "" + +#: extend/addon/a/logrot/logrot.php:38 +msgid "Logfile archive directory" +msgstr "" + +#: extend/addon/a/logrot/logrot.php:38 +msgid "Directory to store rotated logs" +msgstr "" + +#: extend/addon/a/logrot/logrot.php:39 +msgid "Logfile size in bytes before rotating, example 10M" +msgstr "" + +#: extend/addon/a/logrot/logrot.php:40 +msgid "Number of logfiles to retain" +msgstr "" + +#: extend/addon/a/nsfw/Mod_Nsfw.php:22 +msgid "NSFW Settings saved." +msgstr "" + +#: extend/addon/a/nsfw/Mod_Nsfw.php:32 +msgid "" +"This addon app looks in posts for the words/text you specify below, and " +"collapses any content containing those keywords so it is not displayed at " +"inappropriate times, such as sexual innuendo that may be improper in a work " +"setting. It is polite and recommended to tag any content containing nudity " +"with #NSFW. This filter can also match any other word/text you specify, and " +"can thereby be used as a general purpose content filter." +msgstr "" + +#: extend/addon/a/nsfw/Mod_Nsfw.php:44 +msgid "Comma separated list of keywords to hide" +msgstr "" + +#: extend/addon/a/nsfw/Mod_Nsfw.php:44 +msgid "Word, /regular-expression/, lang=xx, lang!=xx" +msgstr "" + +#: extend/addon/a/nsfw/Mod_Nsfw.php:52 +msgid "Not Safe For Work Settings" +msgstr "" + +#: extend/addon/a/nsfw/Mod_Nsfw.php:52 +msgid "General Purpose Content Filter" +msgstr "" + +#: extend/addon/a/nsfw/nsfw.php:162 +msgid "Conversation muted" +msgstr "" + +#: extend/addon/a/nsfw/nsfw.php:169 +msgid "Possible adult content" +msgstr "" + +#: extend/addon/a/nsfw/nsfw.php:184 +#, php-format +msgid "%s - view" +msgstr "" + +#: extend/addon/a/opensearch/Mod_opensearch.php:31 +msgid "Search $Projectname" +msgstr "" + +#: extend/addon/a/opensearch/opensearch.php:34 +#, php-format +msgctxt "opensearch" +msgid "Search %1$s (%2$s)" +msgstr "" + +#: extend/addon/a/opensearch/opensearch.php:36 +msgctxt "opensearch" +msgid "$Projectname" +msgstr "" + +#: extend/addon/a/openstreetmap/openstreetmap.php:146 +msgid "View Larger" +msgstr "" + +#: extend/addon/a/openstreetmap/openstreetmap.php:208 +msgid "Tile Server URL" +msgstr "" + +#: extend/addon/a/openstreetmap/openstreetmap.php:208 +msgid "" +"A list of public tile servers" +msgstr "" + +#: extend/addon/a/openstreetmap/openstreetmap.php:209 +msgid "Nominatim (reverse geocoding) Server URL" +msgstr "" + +#: extend/addon/a/openstreetmap/openstreetmap.php:209 +msgid "" +"A list of Nominatim servers" +msgstr "" + +#: extend/addon/a/openstreetmap/openstreetmap.php:210 +msgid "Default zoom" +msgstr "" + +#: extend/addon/a/openstreetmap/openstreetmap.php:210 +msgid "" +"The default zoom level. (1:world, 18:highest, also depends on tile server)" +msgstr "" + +#: extend/addon/a/openstreetmap/openstreetmap.php:211 +msgid "Include marker on map" +msgstr "" + +#: extend/addon/a/openstreetmap/openstreetmap.php:211 +msgid "Include a marker on the map." +msgstr "" + +#: extend/addon/a/qrator/Mod_qrator.php:12 +msgid "QR Generator (Qrator)" +msgstr "" + +#: extend/addon/a/qrator/Mod_qrator.php:13 +msgid "Enter some text" +msgstr "" + +#: extend/addon/a/qrator/qrator.php:44 +msgid "QR code" +msgstr "" + +#: extend/addon/a/queueworker/Mod_Queueworker.php:79 +msgid "Max queueworker threads" +msgstr "" + +#: extend/addon/a/queueworker/Mod_Queueworker.php:81 +msgid "Minimum 4, default 4" +msgstr "" + +#: extend/addon/a/queueworker/Mod_Queueworker.php:92 +msgid "Assume workers dead after" +msgstr "" + +#: extend/addon/a/queueworker/Mod_Queueworker.php:94 +msgid "Minimum 120, default 300 seconds" +msgstr "" + +#: extend/addon/a/queueworker/Mod_Queueworker.php:105 +msgid "Pause before starting next task" +msgstr "" + +#: extend/addon/a/queueworker/Mod_Queueworker.php:107 +msgid "Minimum 100, default 100 microseconds" +msgstr "" + +#: extend/addon/a/queueworker/Mod_Queueworker.php:115 +msgid "Queueworker Settings" +msgstr "" + +#: extend/addon/a/rainbowtag/Mod_Rainbowtag.php:17 +msgid "Add some colour to tag clouds" +msgstr "" + +#: extend/addon/a/rainbowtag/Mod_Rainbowtag.php:36 +msgid "Rainbow Tag" +msgstr "" + +#: extend/addon/a/randplace/Mod_randplace.php:22 +msgid "" +"This app (if installed) provides a random post location on your submitted " +"posts, taken from a list of world cities" +msgstr "" + +#: extend/addon/a/randplace/Mod_randplace.php:25 +msgid "This app is not currently installed" +msgstr "" + +#: extend/addon/a/randplace/Mod_randplace.php:27 +msgid "This app has been installed." +msgstr "" + +#: extend/addon/a/stream_order/Mod_Stream_Order.php:14 +msgid "" +"This addon app provides a selector on your stream page allowing you to " +"change the sort order of the page between 'recently commented' (default), " +"'posted order', or 'unthreaded' which displays single activities as received." +msgstr "" + +#: extend/addon/a/zotpost/Mod_zotpost.php:26 +msgid "Channel is required." +msgstr "" + +#: extend/addon/a/zotpost/Mod_zotpost.php:39 +msgid "Zotpost Settings saved." +msgstr "" + +#: extend/addon/a/zotpost/Mod_zotpost.php:47 +msgid "" +"This addon app allows you to cross-post to other Zot services and channels. " +"After installing the app, select it to configure the destination settings " +"and preferences." +msgstr "" + +#: extend/addon/a/zotpost/Mod_zotpost.php:67 +msgid "Zot server URL" +msgstr "" + +#: extend/addon/a/zotpost/Mod_zotpost.php:67 +msgid "https://example.com" +msgstr "" + +#: extend/addon/a/zotpost/Mod_zotpost.php:71 +msgid "Zot channel name" +msgstr "" + +#: extend/addon/a/zotpost/Mod_zotpost.php:75 +msgid "Zot password" +msgstr "" + +#: extend/addon/a/zotpost/Mod_zotpost.php:79 +msgid "Send public postings to Zot channel by default" +msgstr "" + +#: extend/addon/a/zotpost/Mod_zotpost.php:83 +msgid "Zotpost Settings" +msgstr "" + +#: extend/addon/a/zotpost/zotpost.php:40 +msgid "Post to Zot" +msgstr "" + +#: include/datetime.php:170 +msgid "Birthday" +msgstr "" + +#: include/datetime.php:170 +msgid "Age: " +msgstr "" + +#: include/datetime.php:170 +msgid "YYYY-MM-DD or MM-DD" +msgstr "" + +#: include/datetime.php:286 +msgid "from now" +msgstr "" + +#: include/datetime.php:289 +msgid "ago" +msgstr "" + +#: include/datetime.php:294 +#, php-format +msgid "less than a second %s" +msgstr "" + +#: include/datetime.php:312 +#, php-format +msgctxt "e.g. 22 hours ago, 1 minute ago" +msgid "%1$d %2$s %3$s" +msgstr "" + +#: include/datetime.php:324 +msgctxt "relative_date" +msgid "year" +msgid_plural "years" +msgstr[0] "" +msgstr[1] "" + +#: include/datetime.php:327 +msgctxt "relative_date" +msgid "month" +msgid_plural "months" +msgstr[0] "" +msgstr[1] "" + +#: include/datetime.php:330 +msgctxt "relative_date" +msgid "week" +msgid_plural "weeks" +msgstr[0] "" +msgstr[1] "" + +#: include/datetime.php:333 +msgctxt "relative_date" +msgid "day" +msgid_plural "days" +msgstr[0] "" +msgstr[1] "" + +#: include/datetime.php:336 +msgctxt "relative_date" +msgid "hour" +msgid_plural "hours" +msgstr[0] "" +msgstr[1] "" + +#: include/datetime.php:339 +msgctxt "relative_date" +msgid "minute" +msgid_plural "minutes" +msgstr[0] "" +msgstr[1] "" + +#: include/datetime.php:342 +msgctxt "relative_date" +msgid "second" +msgid_plural "seconds" +msgstr[0] "" +msgstr[1] "" + +#: include/datetime.php:597 +#, php-format +msgid "%1$s's birthday" +msgstr "" + +#: include/datetime.php:598 +#, php-format +msgid "Happy Birthday %1$s" +msgstr "" + +#: include/event.php:37 include/event.php:123 +msgid "l F d, Y \\@ g:i A" +msgstr "" + +#: include/event.php:45 include/event.php:129 +msgid "Starts:" +msgstr "" + +#: include/event.php:63 include/event.php:133 +msgid "Finishes:" +msgstr "" + +#: include/event.php:1191 +msgid "This event has been added to your calendar." +msgstr "" + +#: include/event.php:1422 +msgid "Not specified" +msgstr "" + +#: include/event.php:1423 +msgid "Needs Action" +msgstr "" + +#: include/event.php:1424 +msgid "Completed" +msgstr "" + +#: include/event.php:1425 +msgid "In Process" +msgstr "" + +#: include/event.php:1426 +msgid "Cancelled" +msgstr "" + +#: include/event.php:1517 include/connections.php:845 +msgid "Home, Voice" +msgstr "" + +#: include/event.php:1518 include/connections.php:846 +msgid "Home, Fax" +msgstr "" + +#: include/event.php:1520 include/connections.php:848 +msgid "Work, Voice" +msgstr "" + +#: include/event.php:1521 include/connections.php:849 +msgid "Work, Fax" +msgstr "" + +#: include/dba/dba_driver.php:190 +#, php-format +msgid "Cannot locate DNS info for database server '%s'" +msgstr "" + +#: include/taxonomy.php:366 +msgid "Popular Tags" +msgstr "" + +#: include/taxonomy.php:628 +msgid "Keywords" +msgstr "" + +#: include/taxonomy.php:650 +msgid "have" +msgstr "" + +#: include/taxonomy.php:650 +msgid "has" +msgstr "" + +#: include/taxonomy.php:651 +msgid "want" +msgstr "" + +#: include/taxonomy.php:651 +msgid "wants" +msgstr "" + +#: include/taxonomy.php:652 +msgid "like" +msgstr "" + +#: include/taxonomy.php:652 +msgid "likes" +msgstr "" + +#: include/taxonomy.php:653 +msgid "dislike" +msgstr "" + +#: include/taxonomy.php:653 +msgid "dislikes" +msgstr "" + +#: include/bbcode.php:317 +msgid "Encrypted content" +msgstr "" + +#: include/bbcode.php:360 +#, php-format +msgid "(Embedded app '%s' could not be displayed)." +msgstr "" + +#: include/bbcode.php:403 +#, php-format +msgid "Install %1$s element %2$s" +msgstr "" + +#: include/bbcode.php:406 +#, php-format +msgid "" +"This post contains an installable %s element, however you lack permissions " +"to install it on this site." +msgstr "" + +#: include/bbcode.php:674 +msgid "card" +msgstr "" + +#: include/bbcode.php:676 +msgid "article" +msgstr "" + +#: include/bbcode.php:772 include/bbcode.php:781 +msgid "Click to open/close" +msgstr "" + +#: include/bbcode.php:781 +msgid "spoiler" +msgstr "" + +#: include/bbcode.php:1442 include/bbcode.php:1719 +msgid "Different viewers will see this text differently" +msgstr "" + +#: include/bbcode.php:2046 +msgid "$1 wrote:" +msgstr "" + +#: include/items.php:966 +msgid "(Unknown)" +msgstr "" + +#: include/items.php:1139 +msgid "Visible to anybody on the internet." +msgstr "" + +#: include/items.php:1141 +msgid "Visible to you only." +msgstr "" + +#: include/items.php:1143 +msgid "Visible to anybody in this network." +msgstr "" + +#: include/items.php:1145 +msgid "Visible to anybody authenticated." +msgstr "" + +#: include/items.php:1147 +#, php-format +msgid "Visible to anybody on %s." +msgstr "" + +#: include/items.php:1149 +msgid "Visible to all connections." +msgstr "" + +#: include/items.php:1151 +msgid "Visible to approved connections." +msgstr "" + +#: include/items.php:1153 +msgid "Visible to specific connections." +msgstr "" + +#: include/items.php:4310 +msgid "Privacy group is empty." +msgstr "" + +#: include/items.php:4691 +msgid "profile photo" +msgstr "" + +#: include/items.php:4909 +#, php-format +msgid "[Edited %s]" +msgstr "" + +#: include/items.php:4909 +msgctxt "edit_activity" +msgid "Post" +msgstr "" + +#: include/items.php:4909 +msgctxt "edit_activity" +msgid "Comment" +msgstr "" + +#: include/connections.php:204 +msgid "New window" +msgstr "" + +#: include/connections.php:205 +msgid "Open the selected location in a different window or browser tab" +msgstr "" + +#: include/connections.php:960 +msgid "No connections" +msgstr "" + +#: include/connections.php:991 +#, php-format +msgid "View all %s connections" +msgstr "" + +#: include/connections.php:1028 +#, php-format +msgid "Network: %s" +msgstr "" + +#: include/api_auth.php:168 +msgid "This API method requires authentication." +msgstr "" + +#: include/auth.php:210 +msgid "Delegation session ended." +msgstr "" + +#: include/auth.php:213 +msgid "Logged out." +msgstr "" + +#: include/auth.php:308 +msgid "Email validation is incomplete. Please check your email." +msgstr "" + +#: include/auth.php:321 +msgid "Failed authentication" +msgstr "" + +#: include/auth.php:332 +msgid "Login failed." +msgstr "" + +#: include/import.php:34 +msgid "Unable to import a removed channel." +msgstr "" + +#: include/import.php:64 +msgid "" +"A channel with these settings was discovered and is not usable as it was " +"removed or reserved for system use. Import failed." +msgstr "" + +#: include/import.php:73 +msgid "" +"Cannot create a duplicate channel identifier on this system. Import failed." +msgstr "" + +#: include/import.php:94 +msgid "Unable to create a unique channel address. Import failed." +msgstr "" + +#: include/import.php:141 +msgid "Cloned channel not found. Import failed." +msgstr "" + +#: include/photos.php:158 +#, php-format +msgid "Image exceeds website size limit of %lu bytes" +msgstr "" + +#: include/photos.php:169 +msgid "Image file is empty." +msgstr "" + +#: include/photos.php:363 +msgid "Photo storage failed." +msgstr "" + +#: include/photos.php:412 +msgid "a new photo" +msgstr "" + +#: include/photos.php:416 +#, php-format +msgctxt "photo_upload" +msgid "%1$s posted %2$s to %3$s" +msgstr "" + +#: include/photos.php:419 +#, php-format +msgctxt "photo_upload" +msgid "%1$s posted %2$s" +msgstr "" + +#: include/photos.php:764 +msgid "Upload New Photos" +msgstr "" + +#: include/text.php:526 +msgid "prev" +msgstr "" + +#: include/text.php:529 +msgid "first" +msgstr "" + +#: include/text.php:560 +msgid "last" +msgstr "" + +#: include/text.php:563 +msgid "next" +msgstr "" + +#: include/text.php:576 +msgid "older" +msgstr "" + +#: include/text.php:579 +msgid "newer" +msgstr "" + +#: include/text.php:1192 include/text.php:1196 +msgid "poke" +msgstr "" + +#: include/text.php:1192 include/text.php:1196 include/conversation.php:288 +msgid "poked" +msgstr "" + +#: include/text.php:1197 +msgid "ping" +msgstr "" + +#: include/text.php:1197 +msgid "pinged" +msgstr "" + +#: include/text.php:1198 +msgid "prod" +msgstr "" + +#: include/text.php:1198 +msgid "prodded" +msgstr "" + +#: include/text.php:1199 +msgid "slap" +msgstr "" + +#: include/text.php:1199 +msgid "slapped" +msgstr "" + +#: include/text.php:1200 +msgid "finger" +msgstr "" + +#: include/text.php:1200 +msgid "fingered" +msgstr "" + +#: include/text.php:1201 +msgid "rebuff" +msgstr "" + +#: include/text.php:1201 +msgid "rebuffed" +msgstr "" + +#: include/text.php:1225 +msgid "happy" +msgstr "" + +#: include/text.php:1226 +msgid "sad" +msgstr "" + +#: include/text.php:1227 +msgid "mellow" +msgstr "" + +#: include/text.php:1228 +msgid "tired" +msgstr "" + +#: include/text.php:1229 +msgid "perky" +msgstr "" + +#: include/text.php:1230 +msgid "angry" +msgstr "" + +#: include/text.php:1231 +msgid "stupefied" +msgstr "" + +#: include/text.php:1232 +msgid "puzzled" +msgstr "" + +#: include/text.php:1233 +msgid "interested" +msgstr "" + +#: include/text.php:1234 +msgid "bitter" +msgstr "" + +#: include/text.php:1235 +msgid "cheerful" +msgstr "" + +#: include/text.php:1236 +msgid "alive" +msgstr "" + +#: include/text.php:1237 +msgid "annoyed" +msgstr "" + +#: include/text.php:1238 +msgid "anxious" +msgstr "" + +#: include/text.php:1239 +msgid "cranky" +msgstr "" + +#: include/text.php:1240 +msgid "disturbed" +msgstr "" + +#: include/text.php:1241 +msgid "frustrated" +msgstr "" + +#: include/text.php:1242 +msgid "depressed" +msgstr "" + +#: include/text.php:1243 +msgid "motivated" +msgstr "" + +#: include/text.php:1244 +msgid "relaxed" +msgstr "" + +#: include/text.php:1245 +msgid "surprised" +msgstr "" + +#: include/text.php:1443 +msgid "May" +msgstr "" + +#: include/text.php:1541 +msgid "Unknown Attachment" +msgstr "" + +#: include/text.php:1544 +msgid "unknown" +msgstr "" + +#: include/text.php:1598 +msgid "remove category" +msgstr "" + +#: include/text.php:1737 +msgid "remove from file" +msgstr "" + +#: include/text.php:1883 +msgid "Added to your calendar" +msgstr "" + +#: include/text.php:1971 +msgid "Link" +msgstr "" + +#: include/text.php:2024 include/text.php:2028 include/text.php:2055 +#: include/text.php:2063 +#, php-format +msgctxt "noun" +msgid "%d Vote" +msgid_plural "%d Votes" +msgstr[0] "" +msgstr[1] "" + +#: include/text.php:2070 +#, php-format +msgctxt "noun" +msgid "%d Vote in total" +msgid_plural "%d Votes in total" +msgstr[0] "" +msgstr[1] "" + +#: include/text.php:2074 +msgid "Poll has ended." +msgstr "" + +#: include/text.php:2076 +#, php-format +msgid "Poll ends: %1$s (%2$s)" +msgstr "" + +#: include/text.php:2092 +msgid "Download binary/encrypted content" +msgstr "" + +#: include/text.php:2217 include/language.php:432 +msgid "default" +msgstr "" + +#: include/text.php:2225 +msgid "Page layout" +msgstr "" + +#: include/text.php:2225 +msgid "You can create your own with the layouts tool" +msgstr "" + +#: include/text.php:2236 +msgid "BBcode" +msgstr "" + +#: include/text.php:2237 +msgid "Multicode" +msgstr "" + +#: include/text.php:2238 +msgid "HTML" +msgstr "" + +#: include/text.php:2239 +msgid "Markdown" +msgstr "" + +#: include/text.php:2240 +msgid "Text" +msgstr "" + +#: include/text.php:2241 +msgid "Comanche Layout" +msgstr "" + +#: include/text.php:2245 +msgid "PHP" +msgstr "" + +#: include/text.php:2254 +msgid "Page content type" +msgstr "" + +#: include/text.php:2414 +msgid "activity" +msgstr "" + +#: include/text.php:2528 +msgid "a-z, 0-9, -, and _ only" +msgstr "" + +#: include/text.php:2878 +msgid "Design Tools" +msgstr "" + +#: include/text.php:2884 +msgid "Pages" +msgstr "" + +#: include/text.php:2907 +msgid "Import website..." +msgstr "" + +#: include/text.php:2908 +msgid "Select folder to import" +msgstr "" + +#: include/text.php:2909 +msgid "Import from a zipped folder:" +msgstr "" + +#: include/text.php:2910 +msgid "Import from cloud files:" +msgstr "" + +#: include/text.php:2911 +msgid "/cloud/channel/path/to/folder" +msgstr "" + +#: include/text.php:2912 +msgid "Enter path to website files" +msgstr "" + +#: include/text.php:2913 +msgid "Select folder" +msgstr "" + +#: include/text.php:2914 +msgid "Export website..." +msgstr "" + +#: include/text.php:2915 +msgid "Export to a zip file" +msgstr "" + +#: include/text.php:2916 +msgid "website.zip" +msgstr "" + +#: include/text.php:2917 +msgid "Enter a name for the zip file." +msgstr "" + +#: include/text.php:2918 +msgid "Export to cloud files" +msgstr "" + +#: include/text.php:2919 +msgid "/path/to/export/folder" +msgstr "" + +#: include/text.php:2920 +msgid "Enter a path to a cloud files destination." +msgstr "" + +#: include/text.php:2921 +msgid "Specify folder" +msgstr "" + +#: include/attach.php:285 include/attach.php:411 +msgid "Item was not found." +msgstr "" + +#: include/attach.php:303 +msgid "Unknown error." +msgstr "" + +#: include/attach.php:606 +msgid "No source file." +msgstr "" + +#: include/attach.php:630 +msgid "Cannot locate file to replace" +msgstr "" + +#: include/attach.php:651 +msgid "Cannot locate file to revise/update" +msgstr "" + +#: include/attach.php:815 +#, php-format +msgid "File exceeds size limit of %d" +msgstr "" + +#: include/attach.php:838 +#, php-format +msgid "You have reached your limit of %1$.0f Mbytes attachment storage." +msgstr "" + +#: include/attach.php:1045 +msgid "File upload failed. Possible system limit or action terminated." +msgstr "" + +#: include/attach.php:1076 +msgid "Stored file could not be verified. Upload failed." +msgstr "" + +#: include/attach.php:1154 include/attach.php:1171 +msgid "Path not available." +msgstr "" + +#: include/attach.php:1221 include/attach.php:1392 +msgid "Empty pathname" +msgstr "" + +#: include/attach.php:1249 +msgid "duplicate filename or path" +msgstr "" + +#: include/attach.php:1274 +msgid "Path not found." +msgstr "" + +#: include/attach.php:1345 +msgid "mkdir failed." +msgstr "" + +#: include/attach.php:1348 +msgid "database storage failed." +msgstr "" + +#: include/attach.php:1398 +msgid "Empty path" +msgstr "" + +#: include/language.php:445 +msgid "Select an alternate language" +msgstr "" + +#: include/security.php:646 +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 "" + +#: include/zid.php:407 +#, php-format +msgid "OpenWebAuth: %1$s welcomes %2$s" +msgstr "" + +#: include/network.php:505 +msgid "url: " +msgstr "" + +#: include/network.php:506 +msgid "error_code: " +msgstr "" + +#: include/network.php:507 +msgid "error_string: " +msgstr "" + +#: include/network.php:508 +msgid "content-type: " +msgstr "" + +#: include/network.php:1760 include/network.php:1761 +msgid "Friendica" +msgstr "" + +#: include/network.php:1762 +msgid "OStatus" +msgstr "" + +#: include/network.php:1763 +msgid "GNU-Social" +msgstr "" + +#: include/network.php:1764 +msgid "RSS/Atom" +msgstr "" + +#: include/network.php:1767 +msgid "Diaspora" +msgstr "" + +#: include/network.php:1768 +msgid "Facebook" +msgstr "" + +#: include/network.php:1771 +msgid "Zot" +msgstr "" + +#: include/network.php:1772 +msgid "LinkedIn" +msgstr "" + +#: include/network.php:1773 +msgid "XMPP/IM" +msgstr "" + +#: include/network.php:1774 +msgid "MySpace" +msgstr "" + +#: include/conversation.php:192 +#, php-format +msgid "%1$s repeated %2$s's %3$s" +msgstr "" + +#: include/conversation.php:198 +#, php-format +msgid "likes %1$s's %2$s" +msgstr "" + +#: include/conversation.php:200 +#, php-format +msgid "doesn't like %1$s's %2$s" +msgstr "" + +#: include/conversation.php:202 +#, php-format +msgid "repeated %1$s's %2$s" +msgstr "" + +#: include/conversation.php:244 +#, php-format +msgid "%1$s is now connected with %2$s" +msgstr "" + +#: include/conversation.php:284 +#, php-format +msgid "%1$s poked %2$s" +msgstr "" + +#: include/conversation.php:614 +msgid "Toggle Star Status" +msgstr "" + +#: include/conversation.php:667 +#, php-format +msgid "View %s's profile @ %s" +msgstr "" + +#: include/conversation.php:689 +msgid "Categories:" +msgstr "" + +#: include/conversation.php:690 +msgid "Filed under:" +msgstr "" + +#: include/conversation.php:719 +msgid "View Conversation" +msgstr "" + +#: include/conversation.php:809 +msgid "remove" +msgstr "" + +#: include/conversation.php:813 +msgid "Loading..." +msgstr "" + +#: include/conversation.php:814 +msgid "Delete Selected Items" +msgstr "" + +#: include/conversation.php:860 +msgid "View Source" +msgstr "" + +#: include/conversation.php:870 +msgid "Follow Thread" +msgstr "" + +#: include/conversation.php:879 +msgid "Unfollow Thread" +msgstr "" + +#: include/conversation.php:992 +msgid "Edit Connection" +msgstr "" + +#: include/conversation.php:1022 +msgid "Block author's site" +msgstr "" + +#: include/conversation.php:1029 +msgid "Block author" +msgstr "" + +#: include/conversation.php:1142 +#, php-format +msgid "%s likes this." +msgstr "" + +#: include/conversation.php:1142 +#, php-format +msgid "%s doesn't like this." +msgstr "" + +#: include/conversation.php:1146 +#, php-format +msgid "%2$d people like this." +msgid_plural "%2$d people like this." +msgstr[0] "" +msgstr[1] "" + +#: include/conversation.php:1148 +#, php-format +msgid "%2$d people don't like this." +msgid_plural "%2$d people don't like this." +msgstr[0] "" +msgstr[1] "" + +#: include/conversation.php:1155 +msgid "and" +msgstr "" + +#: include/conversation.php:1159 +#, php-format +msgid ", and %d other people" +msgid_plural ", and %d other people" +msgstr[0] "" +msgstr[1] "" + +#: include/conversation.php:1161 +#, php-format +msgid "%s like this." +msgstr "" + +#: include/conversation.php:1161 +#, php-format +msgid "%s don't like this." +msgstr "" + +#: include/conversation.php:1226 +msgid "Set your location" +msgstr "" + +#: include/conversation.php:1227 +msgid "Clear browser location" +msgstr "" + +#: include/conversation.php:1248 +msgid "Embed (existing) photo from your photo albums" +msgstr "" + +#: include/conversation.php:1294 +msgid "Tag term:" +msgstr "" + +#: include/conversation.php:1295 +msgid "Where are you right now?" +msgstr "" + +#: include/conversation.php:1300 +msgid "Choose a different album..." +msgstr "" + +#: include/conversation.php:1379 +msgid "Accept delivery of comments and likes on this post from" +msgstr "" + +#: include/conversation.php:1416 +msgid "Page link name" +msgstr "" + +#: include/conversation.php:1419 +msgid "Post as" +msgstr "" + +#: include/conversation.php:1421 +msgid "Text styles" +msgstr "" + +#: include/conversation.php:1429 +msgid "Please enter a link location (URL)" +msgstr "" + +#: include/conversation.php:1430 +msgid "Insert link only" +msgstr "" + +#: include/conversation.php:1430 +msgid "Embed content if possible" +msgstr "" + +#: include/conversation.php:1432 +msgid "Embed an image from your albums" +msgstr "" + +#: include/conversation.php:1436 +msgid "Toggle poll" +msgstr "" + +#: include/conversation.php:1437 +msgid "Option" +msgstr "" + +#: include/conversation.php:1438 +msgid "Add option" +msgstr "" + +#: include/conversation.php:1439 +msgid "Minutes" +msgstr "" + +#: include/conversation.php:1439 +msgid "Hours" +msgstr "" + +#: include/conversation.php:1439 +msgid "Days" +msgstr "" + +#: include/conversation.php:1440 +msgid "Allow multiple answers" +msgstr "" + +#: include/conversation.php:1443 +msgid "Disable comments" +msgstr "" + +#: include/conversation.php:1444 +msgid "Toggle comments" +msgstr "" + +#: include/conversation.php:1445 +msgid "Allow comments on this post" +msgstr "" + +#: include/conversation.php:1451 +msgid "Optional: disable comments after (date)" +msgstr "" + +#: include/conversation.php:1460 +msgid "Categories (optional, comma-separated list)" +msgstr "" + +#: include/conversation.php:1484 +msgid "Other networks and post services" +msgstr "" + +#: include/conversation.php:1485 +msgid "Collections" +msgstr "" + +#: include/conversation.php:1488 +msgid "Set expiration date" +msgstr "" + +#: include/conversation.php:1493 +msgid "Set publish date" +msgstr "" + +#: include/conversation.php:1511 +msgid "Load remote media players" +msgstr "" + +#: include/conversation.php:1512 +msgid "This may subject viewers of this post to behaviour tracking" +msgstr "" + +#: include/conversation.php:1514 +msgid "Find shareable objects (Zot)" +msgstr "" + +#: include/conversation.php:1541 +msgid "Post to Collections" +msgstr "" + +#: include/conversation.php:2076 +msgid "articles" +msgstr "" + +#: include/conversation.php:2170 +msgctxt "noun" +msgid "Attending" +msgid_plural "Attending" +msgstr[0] "" +msgstr[1] "" + +#: include/conversation.php:2173 +msgctxt "noun" +msgid "Not Attending" +msgid_plural "Not Attending" +msgstr[0] "" +msgstr[1] "" + +#: include/conversation.php:2176 +msgctxt "noun" +msgid "Undecided" +msgid_plural "Undecided" +msgstr[0] "" +msgstr[1] "" + +#: include/conversation.php:2179 +msgctxt "noun" +msgid "Agree" +msgid_plural "Agrees" +msgstr[0] "" +msgstr[1] "" + +#: include/conversation.php:2182 +msgctxt "noun" +msgid "Disagree" +msgid_plural "Disagrees" +msgstr[0] "" +msgstr[1] "" + +#: include/conversation.php:2185 +msgctxt "noun" +msgid "Abstain" +msgid_plural "Abstains" +msgstr[0] "" +msgstr[1] "" + +#: view/theme/redbasic/php/config.php:20 view/theme/redbasic/php/config.php:23 +msgid "Focus (default)" +msgstr "" + +#: view/theme/redbasic/php/config.php:101 +msgid "Theme settings" +msgstr "" + +#: view/theme/redbasic/php/config.php:102 +msgid "Narrow navbar" +msgstr "" + +#: view/theme/redbasic/php/config.php:103 +msgid "Navigation bar background color" +msgstr "" + +#: view/theme/redbasic/php/config.php:104 +msgid "Navigation bar icon color " +msgstr "" + +#: view/theme/redbasic/php/config.php:105 +msgid "Navigation bar active icon color " +msgstr "" + +#: view/theme/redbasic/php/config.php:106 +msgid "Link color" +msgstr "" + +#: view/theme/redbasic/php/config.php:107 +msgid "Set font-color for banner" +msgstr "" + +#: view/theme/redbasic/php/config.php:108 +msgid "Set the background color" +msgstr "" + +#: view/theme/redbasic/php/config.php:109 +msgid "Set the background image" +msgstr "" + +#: view/theme/redbasic/php/config.php:110 +msgid "Set the background color of items" +msgstr "" + +#: view/theme/redbasic/php/config.php:111 +msgid "Set the background color of comments" +msgstr "" + +#: view/theme/redbasic/php/config.php:112 +msgid "Set font-size for the entire application" +msgstr "" + +#: view/theme/redbasic/php/config.php:112 +msgid "Examples: 1rem, 100%, 16px" +msgstr "" + +#: view/theme/redbasic/php/config.php:113 +msgid "Set font-color for posts and comments" +msgstr "" + +#: view/theme/redbasic/php/config.php:114 +msgid "Set radius of corners" +msgstr "" + +#: view/theme/redbasic/php/config.php:114 +msgid "Example: 4px" +msgstr "" + +#: view/theme/redbasic/php/config.php:115 +msgid "Set shadow depth of photos" +msgstr "" + +#: view/theme/redbasic/php/config.php:116 +msgid "Set maximum width of content region in pixel" +msgstr "" + +#: view/theme/redbasic/php/config.php:116 +msgid "Leave empty for default width" +msgstr "" + +#: view/theme/redbasic/php/config.php:117 +msgid "Set size of conversation author photo" +msgstr "" + +#: view/theme/redbasic/php/config.php:118 +msgid "Set size of followup author photos" +msgstr ""