diff --git a/mod/admin.php b/mod/admin.php index 1447dbaf18..bc5d9d507d 100644 --- a/mod/admin.php +++ b/mod/admin.php @@ -1341,16 +1341,12 @@ function admin_page_site(App $a) } $diaspora_able = ($a->get_path() == ""); - $optimize_max_tablesize = Config::get('system', 'optimize_max_tablesize', 100); + $optimize_max_tablesize = Config::get('system', 'optimize_max_tablesize', -1); - if ($optimize_max_tablesize < -1) { + if ($optimize_max_tablesize <= 0) { $optimize_max_tablesize = -1; } - if ($optimize_max_tablesize == 0) { - $optimize_max_tablesize = 100; - } - $t = get_markup_template('admin/site.tpl'); return replace_macros($t, [ '$title' => L10n::t('Administration'), @@ -1421,7 +1417,7 @@ function admin_page_site(App $a) '$maxloadavg' => ['maxloadavg', L10n::t("Maximum Load Average"), Config::get('system', 'maxloadavg', 50), L10n::t("Maximum system load before delivery and poll processes are deferred - default 50.")], '$maxloadavg_frontend' => ['maxloadavg_frontend', L10n::t("Maximum Load Average \x28Frontend\x29"), Config::get('system', 'maxloadavg_frontend', 50), L10n::t("Maximum system load before the frontend quits service - default 50.")], '$min_memory' => ['min_memory', L10n::t("Minimal Memory"), Config::get('system', 'min_memory', 0), L10n::t("Minimal free memory in MB for the worker. Needs access to /proc/meminfo - default 0 \x28deactivated\x29.")], - '$optimize_max_tablesize'=> ['optimize_max_tablesize', L10n::t("Maximum table size for optimization"), $optimize_max_tablesize, L10n::t("Maximum table size \x28in MB\x29 for the automatic optimization - default 100 MB. Enter -1 to disable it.")], + '$optimize_max_tablesize'=> ['optimize_max_tablesize', L10n::t("Maximum table size for optimization"), $optimize_max_tablesize, L10n::t("Maximum table size \x28in MB\x29 for the automatic optimization. Enter -1 to disable it.")], '$optimize_fragmentation'=> ['optimize_fragmentation', L10n::t("Minimum level of fragmentation"), Config::get('system', 'optimize_fragmentation', 30), L10n::t("Minimum fragmenation level to start the automatic optimization - default value is 30%.")], '$poco_completion' => ['poco_completion', L10n::t("Periodical check of global contacts"), Config::get('system','poco_completion'), L10n::t("If enabled, the global contacts are checked periodically for missing or outdated data and the vitality of the contacts and servers.")], diff --git a/util/messages.po b/util/messages.po index 0c39f8b83b..3f7c8e8249 100644 --- a/util/messages.po +++ b/util/messages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-09 15:04+0200\n" +"POT-Creation-Date: 2018-05-13 05:32+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,9 +18,445 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" -#: include/items.php:342 mod/notice.php:22 mod/viewsrc.php:21 mod/admin.php:276 -#: mod/admin.php:1883 mod/admin.php:2131 mod/display.php:72 mod/display.php:252 -#: mod/display.php:354 +#: index.php:265 mod/apps.php:14 +msgid "You must be logged in to use addons. " +msgstr "" + +#: index.php:312 mod/fetch.php:16 mod/fetch.php:52 mod/fetch.php:65 +#: mod/help.php:60 mod/p.php:21 mod/p.php:48 mod/p.php:57 +msgid "Not Found" +msgstr "" + +#: index.php:317 mod/help.php:63 +msgid "Page not found." +msgstr "" + +#: index.php:435 mod/group.php:83 mod/profperm.php:28 +msgid "Permission denied" +msgstr "" + +#: index.php:436 include/items.php:401 mod/crepair.php:98 +#: mod/wallmessage.php:16 mod/wallmessage.php:40 mod/wallmessage.php:79 +#: mod/wallmessage.php:103 mod/dfrn_confirm.php:68 mod/dirfind.php:25 +#: mod/manage.php:131 mod/settings.php:43 mod/settings.php:142 +#: mod/settings.php:665 mod/common.php:26 mod/network.php:32 mod/group.php:26 +#: mod/delegate.php:25 mod/delegate.php:43 mod/delegate.php:54 +#: mod/repair_ostatus.php:13 mod/viewcontacts.php:57 mod/unfollow.php:15 +#: mod/unfollow.php:57 mod/unfollow.php:90 mod/register.php:53 +#: mod/notifications.php:73 mod/message.php:59 mod/message.php:104 +#: mod/ostatus_subscribe.php:16 mod/nogroup.php:28 mod/suggest.php:60 +#: mod/wall_upload.php:103 mod/wall_upload.php:106 mod/api.php:35 +#: mod/api.php:40 mod/profile_photo.php:30 mod/profile_photo.php:176 +#: mod/profile_photo.php:187 mod/profile_photo.php:200 mod/wall_attach.php:74 +#: mod/wall_attach.php:77 mod/item.php:160 mod/uimport.php:28 mod/cal.php:304 +#: mod/regmod.php:108 mod/editpost.php:18 mod/fsuggest.php:80 +#: mod/allfriends.php:21 mod/contacts.php:386 mod/events.php:194 +#: mod/follow.php:17 mod/follow.php:54 mod/follow.php:118 mod/attach.php:38 +#: mod/poke.php:150 mod/invite.php:20 mod/invite.php:111 mod/notes.php:30 +#: mod/profiles.php:182 mod/profiles.php:606 mod/photos.php:174 +#: mod/photos.php:1051 +msgid "Permission denied." +msgstr "" + +#: index.php:464 +msgid "toggle mobile" +msgstr "" + +#: view/theme/duepuntozero/config.php:54 src/Model/User.php:502 +msgid "default" +msgstr "" + +#: view/theme/duepuntozero/config.php:55 +msgid "greenzero" +msgstr "" + +#: view/theme/duepuntozero/config.php:56 +msgid "purplezero" +msgstr "" + +#: view/theme/duepuntozero/config.php:57 +msgid "easterbunny" +msgstr "" + +#: view/theme/duepuntozero/config.php:58 +msgid "darkzero" +msgstr "" + +#: view/theme/duepuntozero/config.php:59 +msgid "comix" +msgstr "" + +#: view/theme/duepuntozero/config.php:60 +msgid "slackr" +msgstr "" + +#: view/theme/duepuntozero/config.php:71 view/theme/quattro/config.php:73 +#: view/theme/vier/config.php:119 view/theme/frio/config.php:118 +#: mod/crepair.php:148 mod/install.php:198 mod/install.php:237 +#: mod/manage.php:184 mod/message.php:246 mod/message.php:413 +#: mod/fsuggest.php:114 mod/contacts.php:610 mod/events.php:530 +#: mod/localtime.php:56 mod/poke.php:199 mod/invite.php:154 +#: mod/profiles.php:672 mod/photos.php:1080 mod/photos.php:1160 +#: mod/photos.php:1445 mod/photos.php:1491 mod/photos.php:1530 +#: mod/photos.php:1603 src/Object/Post.php:786 +msgid "Submit" +msgstr "" + +#: view/theme/duepuntozero/config.php:73 view/theme/quattro/config.php:75 +#: view/theme/vier/config.php:121 view/theme/frio/config.php:120 +#: mod/settings.php:981 +msgid "Theme settings" +msgstr "" + +#: view/theme/duepuntozero/config.php:74 +msgid "Variations" +msgstr "" + +#: view/theme/quattro/config.php:76 +msgid "Alignment" +msgstr "" + +#: view/theme/quattro/config.php:76 +msgid "Left" +msgstr "" + +#: view/theme/quattro/config.php:76 +msgid "Center" +msgstr "" + +#: view/theme/quattro/config.php:77 +msgid "Color scheme" +msgstr "" + +#: view/theme/quattro/config.php:78 +msgid "Posts font size" +msgstr "" + +#: view/theme/quattro/config.php:79 +msgid "Textareas font size" +msgstr "" + +#: view/theme/vier/config.php:75 +msgid "Comma separated list of helper forums" +msgstr "" + +#: view/theme/vier/config.php:115 src/Core/ACL.php:309 +msgid "don't show" +msgstr "" + +#: view/theme/vier/config.php:115 src/Core/ACL.php:308 +msgid "show" +msgstr "" + +#: view/theme/vier/config.php:122 +msgid "Set style" +msgstr "" + +#: view/theme/vier/config.php:123 +msgid "Community Pages" +msgstr "" + +#: view/theme/vier/config.php:124 view/theme/vier/theme.php:150 +msgid "Community Profiles" +msgstr "" + +#: view/theme/vier/config.php:125 +msgid "Help or @NewHere ?" +msgstr "" + +#: view/theme/vier/config.php:126 view/theme/vier/theme.php:388 +msgid "Connect Services" +msgstr "" + +#: view/theme/vier/config.php:127 +msgid "Find Friends" +msgstr "" + +#: view/theme/vier/config.php:128 view/theme/vier/theme.php:181 +msgid "Last users" +msgstr "" + +#: view/theme/vier/theme.php:199 src/Content/Widget.php:59 +msgid "Find People" +msgstr "" + +#: view/theme/vier/theme.php:200 src/Content/Widget.php:60 +msgid "Enter name or interest" +msgstr "" + +#: view/theme/vier/theme.php:201 include/conversation.php:1033 +#: mod/dirfind.php:218 mod/match.php:90 mod/suggest.php:83 +#: mod/allfriends.php:74 mod/contacts.php:596 mod/follow.php:143 +#: src/Model/Contact.php:606 src/Content/Widget.php:61 +msgid "Connect/Follow" +msgstr "" + +#: view/theme/vier/theme.php:202 src/Content/Widget.php:62 +msgid "Examples: Robert Morgenstein, Fishing" +msgstr "" + +#: view/theme/vier/theme.php:203 mod/directory.php:209 mod/contacts.php:820 +#: src/Content/Widget.php:63 +msgid "Find" +msgstr "" + +#: view/theme/vier/theme.php:204 mod/suggest.php:114 src/Content/Widget.php:64 +msgid "Friend Suggestions" +msgstr "" + +#: view/theme/vier/theme.php:205 src/Content/Widget.php:65 +msgid "Similar Interests" +msgstr "" + +#: view/theme/vier/theme.php:206 src/Content/Widget.php:66 +msgid "Random Profile" +msgstr "" + +#: view/theme/vier/theme.php:207 src/Content/Widget.php:67 +msgid "Invite Friends" +msgstr "" + +#: view/theme/vier/theme.php:208 mod/directory.php:202 +#: src/Content/Widget.php:68 +msgid "Global Directory" +msgstr "" + +#: view/theme/vier/theme.php:210 src/Content/Widget.php:70 +msgid "Local Directory" +msgstr "" + +#: view/theme/vier/theme.php:253 include/text.php:1030 src/Content/Nav.php:151 +#: src/Content/ForumManager.php:125 +msgid "Forums" +msgstr "" + +#: view/theme/vier/theme.php:255 src/Content/ForumManager.php:127 +msgid "External link to forum" +msgstr "" + +#: view/theme/vier/theme.php:258 include/items.php:477 src/Object/Post.php:420 +#: src/App.php:525 src/Content/Widget.php:317 src/Content/ForumManager.php:130 +msgid "show more" +msgstr "" + +#: view/theme/vier/theme.php:291 +msgid "Quick Start" +msgstr "" + +#: view/theme/vier/theme.php:297 mod/help.php:54 src/Content/Nav.php:134 +msgid "Help" +msgstr "" + +#: view/theme/frio/config.php:102 +msgid "Custom" +msgstr "" + +#: view/theme/frio/config.php:114 +msgid "Note" +msgstr "" + +#: view/theme/frio/config.php:114 +msgid "Check image permissions if all users are allowed to see the image" +msgstr "" + +#: view/theme/frio/config.php:121 +msgid "Select color scheme" +msgstr "" + +#: view/theme/frio/config.php:122 +msgid "Navigation bar background color" +msgstr "" + +#: view/theme/frio/config.php:123 +msgid "Navigation bar icon color " +msgstr "" + +#: view/theme/frio/config.php:124 +msgid "Link color" +msgstr "" + +#: view/theme/frio/config.php:125 +msgid "Set the background color" +msgstr "" + +#: view/theme/frio/config.php:126 +msgid "Content background opacity" +msgstr "" + +#: view/theme/frio/config.php:127 +msgid "Set the background image" +msgstr "" + +#: view/theme/frio/config.php:128 +msgid "Background image style" +msgstr "" + +#: view/theme/frio/config.php:133 +msgid "Login page background image" +msgstr "" + +#: view/theme/frio/config.php:137 +msgid "Login page background color" +msgstr "" + +#: view/theme/frio/config.php:137 +msgid "Leave background image and color empty for theme defaults" +msgstr "" + +#: view/theme/frio/theme.php:238 +msgid "Guest" +msgstr "" + +#: view/theme/frio/theme.php:243 +msgid "Visitor" +msgstr "" + +#: view/theme/frio/theme.php:256 src/Module/Login.php:311 +#: src/Content/Nav.php:97 +msgid "Logout" +msgstr "" + +#: view/theme/frio/theme.php:256 src/Content/Nav.php:97 +msgid "End this session" +msgstr "" + +#: view/theme/frio/theme.php:259 mod/contacts.php:669 mod/contacts.php:855 +#: src/Model/Profile.php:886 src/Content/Nav.php:100 +msgid "Status" +msgstr "" + +#: view/theme/frio/theme.php:259 src/Content/Nav.php:100 +#: src/Content/Nav.php:182 +msgid "Your posts and conversations" +msgstr "" + +#: view/theme/frio/theme.php:260 mod/newmember.php:24 mod/profperm.php:113 +#: mod/contacts.php:671 mod/contacts.php:863 src/Model/Profile.php:728 +#: src/Model/Profile.php:861 src/Model/Profile.php:894 src/Content/Nav.php:101 +msgid "Profile" +msgstr "" + +#: view/theme/frio/theme.php:260 src/Content/Nav.php:101 +msgid "Your profile page" +msgstr "" + +#: view/theme/frio/theme.php:261 mod/fbrowser.php:34 src/Model/Profile.php:902 +#: src/Content/Nav.php:102 +msgid "Photos" +msgstr "" + +#: view/theme/frio/theme.php:261 src/Content/Nav.php:102 +msgid "Your photos" +msgstr "" + +#: view/theme/frio/theme.php:262 src/Model/Profile.php:910 +#: src/Model/Profile.php:913 src/Content/Nav.php:103 +msgid "Videos" +msgstr "" + +#: view/theme/frio/theme.php:262 src/Content/Nav.php:103 +msgid "Your videos" +msgstr "" + +#: view/theme/frio/theme.php:263 view/theme/frio/theme.php:267 mod/cal.php:274 +#: mod/events.php:391 src/Model/Profile.php:922 src/Model/Profile.php:933 +#: src/Content/Nav.php:104 src/Content/Nav.php:170 +msgid "Events" +msgstr "" + +#: view/theme/frio/theme.php:263 src/Content/Nav.php:104 +msgid "Your events" +msgstr "" + +#: view/theme/frio/theme.php:266 mod/admin.php:758 +#: src/Core/NotificationsManager.php:178 src/Content/Nav.php:179 +msgid "Network" +msgstr "" + +#: view/theme/frio/theme.php:266 src/Content/Nav.php:179 +msgid "Conversations from your friends" +msgstr "" + +#: view/theme/frio/theme.php:267 src/Model/Profile.php:925 +#: src/Model/Profile.php:936 src/Content/Nav.php:170 +msgid "Events and Calendar" +msgstr "" + +#: view/theme/frio/theme.php:268 mod/message.php:112 src/Content/Nav.php:192 +msgid "Messages" +msgstr "" + +#: view/theme/frio/theme.php:268 src/Content/Nav.php:192 +msgid "Private mail" +msgstr "" + +#: view/theme/frio/theme.php:269 mod/settings.php:124 mod/newmember.php:19 +#: mod/admin.php:1931 mod/admin.php:2200 src/Content/Nav.php:203 +msgid "Settings" +msgstr "" + +#: view/theme/frio/theme.php:269 src/Content/Nav.php:203 +msgid "Account settings" +msgstr "" + +#: view/theme/frio/theme.php:270 include/text.php:1027 mod/viewcontacts.php:131 +#: mod/contacts.php:814 mod/contacts.php:875 src/Model/Profile.php:955 +#: src/Model/Profile.php:958 src/Content/Nav.php:147 src/Content/Nav.php:209 +msgid "Contacts" +msgstr "" + +#: view/theme/frio/theme.php:270 src/Content/Nav.php:209 +msgid "Manage/edit friends and contacts" +msgstr "" + +#: view/theme/frio/theme.php:352 include/conversation.php:1018 +msgid "Follow Thread" +msgstr "" + +#: view/theme/frio/php/Image.php:24 +msgid "Top Banner" +msgstr "" + +#: view/theme/frio/php/Image.php:24 +msgid "" +"Resize image to the width of the screen and show background color below on " +"long pages." +msgstr "" + +#: view/theme/frio/php/Image.php:25 +msgid "Full screen" +msgstr "" + +#: view/theme/frio/php/Image.php:25 +msgid "" +"Resize image to fill entire screen, clipping either the right or the bottom." +msgstr "" + +#: view/theme/frio/php/Image.php:26 +msgid "Single row mosaic" +msgstr "" + +#: view/theme/frio/php/Image.php:26 +msgid "" +"Resize image to repeat it on a single row, either vertical or horizontal." +msgstr "" + +#: view/theme/frio/php/Image.php:27 +msgid "Mosaic" +msgstr "" + +#: view/theme/frio/php/Image.php:27 +msgid "Repeat image to fill the screen." +msgstr "" + +#: update.php:193 +#, php-format +msgid "%s: Updating author-id and owner-id in item and thread table. " +msgstr "" + +#: include/items.php:342 mod/display.php:72 mod/display.php:252 +#: mod/display.php:354 mod/admin.php:276 mod/admin.php:1879 mod/admin.php:2127 +#: mod/notice.php:22 mod/viewsrc.php:21 msgid "Item not found." msgstr "" @@ -28,57 +464,472 @@ msgstr "" msgid "Do you really want to delete this item?" msgstr "" -#: include/items.php:384 mod/api.php:110 mod/suggest.php:38 -#: mod/contacts.php:472 mod/follow.php:150 mod/profiles.php:636 -#: mod/profiles.php:639 mod/profiles.php:661 mod/register.php:237 -#: mod/dfrn_request.php:649 mod/message.php:138 mod/settings.php:1103 -#: mod/settings.php:1109 mod/settings.php:1116 mod/settings.php:1120 -#: mod/settings.php:1124 mod/settings.php:1128 mod/settings.php:1132 -#: mod/settings.php:1136 mod/settings.php:1156 mod/settings.php:1157 -#: mod/settings.php:1158 mod/settings.php:1159 mod/settings.php:1160 +#: include/items.php:384 mod/settings.php:1103 mod/settings.php:1109 +#: mod/settings.php:1116 mod/settings.php:1120 mod/settings.php:1124 +#: mod/settings.php:1128 mod/settings.php:1132 mod/settings.php:1136 +#: mod/settings.php:1156 mod/settings.php:1157 mod/settings.php:1158 +#: mod/settings.php:1159 mod/settings.php:1160 mod/register.php:237 +#: mod/message.php:138 mod/suggest.php:38 mod/dfrn_request.php:649 +#: mod/api.php:110 mod/contacts.php:472 mod/follow.php:150 mod/profiles.php:636 +#: mod/profiles.php:639 mod/profiles.php:661 msgid "Yes" msgstr "" -#: include/items.php:387 include/conversation.php:1331 mod/fbrowser.php:103 -#: mod/fbrowser.php:134 mod/suggest.php:41 mod/tagrm.php:19 mod/tagrm.php:99 -#: mod/editpost.php:149 mod/photos.php:248 mod/photos.php:324 -#: mod/videos.php:147 mod/contacts.php:475 mod/unfollow.php:117 -#: mod/follow.php:161 mod/dfrn_request.php:659 mod/message.php:141 -#: mod/settings.php:676 mod/settings.php:702 +#: include/items.php:387 include/conversation.php:1331 mod/videos.php:147 +#: mod/settings.php:676 mod/settings.php:702 mod/unfollow.php:117 +#: mod/message.php:141 mod/tagrm.php:19 mod/tagrm.php:99 mod/suggest.php:41 +#: mod/dfrn_request.php:659 mod/editpost.php:149 mod/contacts.php:475 +#: mod/follow.php:161 mod/fbrowser.php:103 mod/fbrowser.php:134 +#: mod/photos.php:248 mod/photos.php:324 msgid "Cancel" msgstr "" -#: include/items.php:401 mod/allfriends.php:21 mod/api.php:35 mod/api.php:40 -#: mod/attach.php:38 mod/common.php:26 mod/nogroup.php:28 -#: mod/repair_ostatus.php:13 mod/suggest.php:60 mod/uimport.php:28 -#: mod/notifications.php:73 mod/manage.php:131 mod/wall_attach.php:74 -#: mod/wall_attach.php:77 mod/poke.php:150 mod/regmod.php:108 -#: mod/viewcontacts.php:57 mod/wall_upload.php:103 mod/wall_upload.php:106 -#: mod/wallmessage.php:16 mod/wallmessage.php:40 mod/wallmessage.php:79 -#: mod/wallmessage.php:103 mod/editpost.php:18 mod/fsuggest.php:80 -#: mod/group.php:26 mod/notes.php:30 mod/photos.php:174 mod/photos.php:1051 -#: mod/cal.php:304 mod/contacts.php:386 mod/delegate.php:25 mod/delegate.php:43 -#: mod/delegate.php:54 mod/events.php:194 mod/item.php:160 -#: mod/ostatus_subscribe.php:16 mod/profile_photo.php:30 -#: mod/profile_photo.php:176 mod/profile_photo.php:187 -#: mod/profile_photo.php:200 mod/unfollow.php:15 mod/unfollow.php:57 -#: mod/unfollow.php:90 mod/dirfind.php:25 mod/follow.php:17 mod/follow.php:54 -#: mod/follow.php:118 mod/profiles.php:182 mod/profiles.php:606 -#: mod/register.php:53 mod/invite.php:20 mod/invite.php:111 mod/network.php:32 -#: mod/crepair.php:98 mod/dfrn_confirm.php:68 mod/message.php:59 -#: mod/message.php:104 mod/settings.php:43 mod/settings.php:142 -#: mod/settings.php:665 index.php:436 -msgid "Permission denied." -msgstr "" - #: include/items.php:471 src/Content/Feature.php:96 msgid "Archives" msgstr "" -#: include/items.php:477 view/theme/vier/theme.php:258 -#: src/Content/ForumManager.php:130 src/Content/Widget.php:317 -#: src/Object/Post.php:430 src/App.php:525 -msgid "show more" +#: include/conversation.php:144 include/conversation.php:282 +#: include/text.php:1748 src/Model/Item.php:1928 +msgid "event" +msgstr "" + +#: include/conversation.php:147 include/conversation.php:157 +#: include/conversation.php:285 include/conversation.php:294 mod/tagger.php:72 +#: mod/subthread.php:97 src/Protocol/Diaspora.php:1961 src/Model/Item.php:1926 +msgid "status" +msgstr "" + +#: include/conversation.php:152 include/conversation.php:290 +#: include/text.php:1750 mod/tagger.php:72 mod/subthread.php:97 +#: src/Model/Item.php:1926 +msgid "photo" +msgstr "" + +#: include/conversation.php:164 src/Protocol/Diaspora.php:1957 +#: src/Model/Item.php:1799 +#, php-format +msgid "%1$s likes %2$s's %3$s" +msgstr "" + +#: include/conversation.php:167 src/Model/Item.php:1804 +#, php-format +msgid "%1$s doesn't like %2$s's %3$s" +msgstr "" + +#: include/conversation.php:170 +#, php-format +msgid "%1$s attends %2$s's %3$s" +msgstr "" + +#: include/conversation.php:173 +#, php-format +msgid "%1$s doesn't attend %2$s's %3$s" +msgstr "" + +#: include/conversation.php:176 +#, php-format +msgid "%1$s attends maybe %2$s's %3$s" +msgstr "" + +#: include/conversation.php:209 mod/dfrn_confirm.php:425 +#: src/Protocol/Diaspora.php:2431 +#, php-format +msgid "%1$s is now friends with %2$s" +msgstr "" + +#: include/conversation.php:250 +#, php-format +msgid "%1$s poked %2$s" +msgstr "" + +#: include/conversation.php:304 mod/tagger.php:110 +#, php-format +msgid "%1$s tagged %2$s's %3$s with %4$s" +msgstr "" + +#: include/conversation.php:331 +msgid "post/item" +msgstr "" + +#: include/conversation.php:332 +#, php-format +msgid "%1$s marked %2$s's %3$s as favorite" +msgstr "" + +#: include/conversation.php:609 mod/profiles.php:355 mod/photos.php:1501 +msgid "Likes" +msgstr "" + +#: include/conversation.php:609 mod/profiles.php:359 mod/photos.php:1501 +msgid "Dislikes" +msgstr "" + +#: include/conversation.php:610 include/conversation.php:1640 +#: mod/photos.php:1502 +msgid "Attending" +msgid_plural "Attending" +msgstr[0] "" +msgstr[1] "" + +#: include/conversation.php:610 mod/photos.php:1502 +msgid "Not attending" +msgstr "" + +#: include/conversation.php:610 mod/photos.php:1502 +msgid "Might attend" +msgstr "" + +#: include/conversation.php:722 mod/photos.php:1569 src/Object/Post.php:178 +msgid "Select" +msgstr "" + +#: include/conversation.php:723 mod/settings.php:736 mod/admin.php:1823 +#: mod/contacts.php:830 mod/contacts.php:1035 mod/photos.php:1570 +#: src/Object/Post.php:179 +msgid "Delete" +msgstr "" + +#: include/conversation.php:761 src/Object/Post.php:353 src/Object/Post.php:354 +#, php-format +msgid "View %s's profile @ %s" +msgstr "" + +#: include/conversation.php:773 src/Object/Post.php:341 +msgid "Categories:" +msgstr "" + +#: include/conversation.php:774 src/Object/Post.php:342 +msgid "Filed under:" +msgstr "" + +#: include/conversation.php:781 src/Object/Post.php:367 +#, php-format +msgid "%s from %s" +msgstr "" + +#: include/conversation.php:796 +msgid "View in context" +msgstr "" + +#: include/conversation.php:798 include/conversation.php:1313 +#: mod/wallmessage.php:145 mod/message.php:245 mod/message.php:414 +#: mod/editpost.php:125 mod/photos.php:1473 src/Object/Post.php:392 +msgid "Please wait" +msgstr "" + +#: include/conversation.php:869 +msgid "remove" +msgstr "" + +#: include/conversation.php:873 +msgid "Delete Selected Items" +msgstr "" + +#: include/conversation.php:1019 src/Model/Contact.php:652 +msgid "View Status" +msgstr "" + +#: include/conversation.php:1020 include/conversation.php:1036 +#: mod/dirfind.php:217 mod/directory.php:159 mod/match.php:89 +#: mod/suggest.php:82 mod/allfriends.php:73 src/Model/Contact.php:592 +#: src/Model/Contact.php:605 src/Model/Contact.php:653 +msgid "View Profile" +msgstr "" + +#: include/conversation.php:1021 src/Model/Contact.php:654 +msgid "View Photos" +msgstr "" + +#: include/conversation.php:1022 src/Model/Contact.php:655 +msgid "Network Posts" +msgstr "" + +#: include/conversation.php:1023 src/Model/Contact.php:656 +msgid "View Contact" +msgstr "" + +#: include/conversation.php:1024 src/Model/Contact.php:658 +msgid "Send PM" +msgstr "" + +#: include/conversation.php:1028 src/Model/Contact.php:659 +msgid "Poke" +msgstr "" + +#: include/conversation.php:1152 +#, php-format +msgid "%s likes this." +msgstr "" + +#: include/conversation.php:1155 +#, php-format +msgid "%s doesn't like this." +msgstr "" + +#: include/conversation.php:1158 +#, php-format +msgid "%s attends." +msgstr "" + +#: include/conversation.php:1161 +#, php-format +msgid "%s doesn't attend." +msgstr "" + +#: include/conversation.php:1164 +#, php-format +msgid "%s attends maybe." +msgstr "" + +#: include/conversation.php:1175 +msgid "and" +msgstr "" + +#: include/conversation.php:1181 +#, php-format +msgid "and %d other people" +msgstr "" + +#: include/conversation.php:1190 +#, php-format +msgid "%2$d people like this" +msgstr "" + +#: include/conversation.php:1191 +#, php-format +msgid "%s like this." +msgstr "" + +#: include/conversation.php:1194 +#, php-format +msgid "%2$d people don't like this" +msgstr "" + +#: include/conversation.php:1195 +#, php-format +msgid "%s don't like this." +msgstr "" + +#: include/conversation.php:1198 +#, php-format +msgid "%2$d people attend" +msgstr "" + +#: include/conversation.php:1199 +#, php-format +msgid "%s attend." +msgstr "" + +#: include/conversation.php:1202 +#, php-format +msgid "%2$d people don't attend" +msgstr "" + +#: include/conversation.php:1203 +#, php-format +msgid "%s don't attend." +msgstr "" + +#: include/conversation.php:1206 +#, php-format +msgid "%2$d people attend maybe" +msgstr "" + +#: include/conversation.php:1207 +#, php-format +msgid "%s attend maybe." +msgstr "" + +#: include/conversation.php:1237 include/conversation.php:1253 +msgid "Visible to everybody" +msgstr "" + +#: include/conversation.php:1238 include/conversation.php:1254 +#: mod/wallmessage.php:120 mod/wallmessage.php:127 mod/message.php:181 +#: mod/message.php:188 mod/message.php:324 mod/message.php:331 +msgid "Please enter a link URL:" +msgstr "" + +#: include/conversation.php:1239 include/conversation.php:1255 +msgid "Please enter a video link/URL:" +msgstr "" + +#: include/conversation.php:1240 include/conversation.php:1256 +msgid "Please enter an audio link/URL:" +msgstr "" + +#: include/conversation.php:1241 include/conversation.php:1257 +msgid "Tag term:" +msgstr "" + +#: include/conversation.php:1242 include/conversation.php:1258 mod/filer.php:34 +msgid "Save to Folder:" +msgstr "" + +#: include/conversation.php:1243 include/conversation.php:1259 +msgid "Where are you right now?" +msgstr "" + +#: include/conversation.php:1244 +msgid "Delete item(s)?" +msgstr "" + +#: include/conversation.php:1291 +msgid "New Post" +msgstr "" + +#: include/conversation.php:1294 +msgid "Share" +msgstr "" + +#: include/conversation.php:1295 mod/wallmessage.php:143 mod/message.php:243 +#: mod/message.php:411 mod/editpost.php:111 +msgid "Upload photo" +msgstr "" + +#: include/conversation.php:1296 mod/editpost.php:112 +msgid "upload photo" +msgstr "" + +#: include/conversation.php:1297 mod/editpost.php:113 +msgid "Attach file" +msgstr "" + +#: include/conversation.php:1298 mod/editpost.php:114 +msgid "attach file" +msgstr "" + +#: include/conversation.php:1299 mod/wallmessage.php:144 mod/message.php:244 +#: mod/message.php:412 mod/editpost.php:115 +msgid "Insert web link" +msgstr "" + +#: include/conversation.php:1300 mod/editpost.php:116 +msgid "web link" +msgstr "" + +#: include/conversation.php:1301 mod/editpost.php:117 +msgid "Insert video link" +msgstr "" + +#: include/conversation.php:1302 mod/editpost.php:118 +msgid "video link" +msgstr "" + +#: include/conversation.php:1303 mod/editpost.php:119 +msgid "Insert audio link" +msgstr "" + +#: include/conversation.php:1304 mod/editpost.php:120 +msgid "audio link" +msgstr "" + +#: include/conversation.php:1305 mod/editpost.php:121 +msgid "Set your location" +msgstr "" + +#: include/conversation.php:1306 mod/editpost.php:122 +msgid "set location" +msgstr "" + +#: include/conversation.php:1307 mod/editpost.php:123 +msgid "Clear browser location" +msgstr "" + +#: include/conversation.php:1308 mod/editpost.php:124 +msgid "clear location" +msgstr "" + +#: include/conversation.php:1310 mod/editpost.php:138 +msgid "Set title" +msgstr "" + +#: include/conversation.php:1312 mod/editpost.php:140 +msgid "Categories (comma-separated list)" +msgstr "" + +#: include/conversation.php:1314 mod/editpost.php:126 +msgid "Permission settings" +msgstr "" + +#: include/conversation.php:1315 mod/editpost.php:155 +msgid "permissions" +msgstr "" + +#: include/conversation.php:1323 mod/editpost.php:135 +msgid "Public post" +msgstr "" + +#: include/conversation.php:1327 mod/editpost.php:146 mod/events.php:528 +#: mod/photos.php:1492 mod/photos.php:1531 mod/photos.php:1604 +#: src/Object/Post.php:795 +msgid "Preview" +msgstr "" + +#: include/conversation.php:1336 +msgid "Post to Groups" +msgstr "" + +#: include/conversation.php:1337 +msgid "Post to Contacts" +msgstr "" + +#: include/conversation.php:1338 +msgid "Private post" +msgstr "" + +#: include/conversation.php:1343 mod/editpost.php:153 src/Model/Profile.php:338 +msgid "Message" +msgstr "" + +#: include/conversation.php:1344 mod/editpost.php:154 +msgid "Browser" +msgstr "" + +#: include/conversation.php:1611 +msgid "View all" +msgstr "" + +#: include/conversation.php:1634 +msgid "Like" +msgid_plural "Likes" +msgstr[0] "" +msgstr[1] "" + +#: include/conversation.php:1637 +msgid "Dislike" +msgid_plural "Dislikes" +msgstr[0] "" +msgstr[1] "" + +#: include/conversation.php:1643 +msgid "Not Attending" +msgid_plural "Not Attending" +msgstr[0] "" +msgstr[1] "" + +#: include/conversation.php:1646 src/Content/ContactSelector.php:125 +msgid "Undecided" +msgid_plural "Undecided" +msgstr[0] "" +msgstr[1] "" + +#: include/security.php:81 +msgid "Welcome " +msgstr "" + +#: include/security.php:82 +msgid "Please upload a profile photo." +msgstr "" + +#: include/security.php:84 +msgid "Welcome back " +msgstr "" + +#: include/security.php:440 +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/enotify.php:31 @@ -372,57 +1223,6 @@ msgstr "" msgid "Please visit %s to approve or reject the request." msgstr "" -#: include/security.php:81 -msgid "Welcome " -msgstr "" - -#: include/security.php:82 -msgid "Please upload a profile photo." -msgstr "" - -#: include/security.php:84 -msgid "Welcome back " -msgstr "" - -#: include/security.php:440 -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/api.php:1202 -#, php-format -msgid "Daily posting limit of %d post reached. The post was rejected." -msgid_plural "Daily posting limit of %d posts reached. The post was rejected." -msgstr[0] "" -msgstr[1] "" - -#: include/api.php:1226 -#, php-format -msgid "Weekly posting limit of %d post reached. The post was rejected." -msgid_plural "Weekly posting limit of %d posts reached. The post was rejected." -msgstr[0] "" -msgstr[1] "" - -#: include/api.php:1250 -#, php-format -msgid "Monthly posting limit of %d post reached. The post was rejected." -msgstr "" - -#: include/api.php:4506 mod/photos.php:88 mod/photos.php:194 mod/photos.php:722 -#: mod/photos.php:1149 mod/photos.php:1166 mod/photos.php:1684 -#: mod/profile_photo.php:85 mod/profile_photo.php:93 mod/profile_photo.php:101 -#: mod/profile_photo.php:211 mod/profile_photo.php:302 -#: mod/profile_photo.php:312 src/Model/User.php:553 src/Model/User.php:561 -#: src/Model/User.php:569 -msgid "Profile Photos" -msgstr "" - -#: include/dba.php:59 -#, php-format -msgid "Cannot locate DNS info for database server '%s'" -msgstr "" - #: include/text.php:302 msgid "newer" msgstr "" @@ -490,22 +1290,11 @@ msgstr "" msgid "Full Text" msgstr "" -#: include/text.php:1026 src/Content/Widget/TagCloud.php:54 -#: src/Content/Nav.php:146 +#: include/text.php:1026 src/Content/Nav.php:146 +#: src/Content/Widget/TagCloud.php:54 msgid "Tags" msgstr "" -#: include/text.php:1027 mod/viewcontacts.php:131 mod/contacts.php:814 -#: mod/contacts.php:875 view/theme/frio/theme.php:270 src/Content/Nav.php:147 -#: src/Content/Nav.php:209 src/Model/Profile.php:955 src/Model/Profile.php:958 -msgid "Contacts" -msgstr "" - -#: include/text.php:1030 view/theme/vier/theme.php:253 -#: src/Content/ForumManager.php:125 src/Content/Nav.php:151 -msgid "Forums" -msgstr "" - #: include/text.php:1074 msgid "poke" msgstr "" @@ -728,22 +1517,11 @@ msgstr "" msgid "link to source" msgstr "" -#: include/text.php:1748 include/conversation.php:144 -#: include/conversation.php:282 src/Model/Item.php:1928 -msgid "event" -msgstr "" - -#: include/text.php:1750 include/conversation.php:152 -#: include/conversation.php:290 mod/subthread.php:97 mod/tagger.php:72 -#: src/Model/Item.php:1926 -msgid "photo" -msgstr "" - #: include/text.php:1752 msgid "activity" msgstr "" -#: include/text.php:1754 src/Object/Post.php:429 src/Object/Post.php:441 +#: include/text.php:1754 src/Object/Post.php:419 src/Object/Post.php:431 msgid "comment" msgid_plural "comments" msgstr[0] "" @@ -757,1304 +1535,134 @@ msgstr "" msgid "Item filed" msgstr "" -#: include/conversation.php:147 include/conversation.php:157 -#: include/conversation.php:285 include/conversation.php:294 -#: mod/subthread.php:97 mod/tagger.php:72 src/Model/Item.php:1926 -#: src/Protocol/Diaspora.php:2010 -msgid "status" -msgstr "" - -#: include/conversation.php:164 src/Model/Item.php:1799 -#: src/Protocol/Diaspora.php:2006 +#: include/api.php:1202 #, php-format -msgid "%1$s likes %2$s's %3$s" -msgstr "" - -#: include/conversation.php:167 src/Model/Item.php:1804 -#, php-format -msgid "%1$s doesn't like %2$s's %3$s" -msgstr "" - -#: include/conversation.php:170 -#, php-format -msgid "%1$s attends %2$s's %3$s" -msgstr "" - -#: include/conversation.php:173 -#, php-format -msgid "%1$s doesn't attend %2$s's %3$s" -msgstr "" - -#: include/conversation.php:176 -#, php-format -msgid "%1$s attends maybe %2$s's %3$s" -msgstr "" - -#: include/conversation.php:209 mod/dfrn_confirm.php:425 -#: src/Protocol/Diaspora.php:2484 -#, php-format -msgid "%1$s is now friends with %2$s" -msgstr "" - -#: include/conversation.php:250 -#, php-format -msgid "%1$s poked %2$s" -msgstr "" - -#: include/conversation.php:304 mod/tagger.php:110 -#, php-format -msgid "%1$s tagged %2$s's %3$s with %4$s" -msgstr "" - -#: include/conversation.php:331 -msgid "post/item" -msgstr "" - -#: include/conversation.php:332 -#, php-format -msgid "%1$s marked %2$s's %3$s as favorite" -msgstr "" - -#: include/conversation.php:609 mod/photos.php:1501 mod/profiles.php:355 -msgid "Likes" -msgstr "" - -#: include/conversation.php:609 mod/photos.php:1501 mod/profiles.php:359 -msgid "Dislikes" -msgstr "" - -#: include/conversation.php:610 include/conversation.php:1640 -#: mod/photos.php:1502 -msgid "Attending" -msgid_plural "Attending" +msgid "Daily posting limit of %d post reached. The post was rejected." +msgid_plural "Daily posting limit of %d posts reached. The post was rejected." msgstr[0] "" msgstr[1] "" -#: include/conversation.php:610 mod/photos.php:1502 -msgid "Not attending" -msgstr "" - -#: include/conversation.php:610 mod/photos.php:1502 -msgid "Might attend" -msgstr "" - -#: include/conversation.php:722 mod/photos.php:1569 src/Object/Post.php:178 -msgid "Select" -msgstr "" - -#: include/conversation.php:723 mod/photos.php:1570 mod/contacts.php:830 -#: mod/contacts.php:1035 mod/settings.php:736 mod/admin.php:1827 -#: src/Object/Post.php:179 -msgid "Delete" -msgstr "" - -#: include/conversation.php:761 src/Object/Post.php:363 src/Object/Post.php:364 +#: include/api.php:1226 #, php-format -msgid "View %s's profile @ %s" -msgstr "" - -#: include/conversation.php:773 src/Object/Post.php:351 -msgid "Categories:" -msgstr "" - -#: include/conversation.php:774 src/Object/Post.php:352 -msgid "Filed under:" -msgstr "" - -#: include/conversation.php:781 src/Object/Post.php:377 -#, php-format -msgid "%s from %s" -msgstr "" - -#: include/conversation.php:796 -msgid "View in context" -msgstr "" - -#: include/conversation.php:798 include/conversation.php:1313 -#: mod/wallmessage.php:145 mod/editpost.php:125 mod/photos.php:1473 -#: mod/message.php:245 mod/message.php:414 src/Object/Post.php:402 -msgid "Please wait" -msgstr "" - -#: include/conversation.php:869 -msgid "remove" -msgstr "" - -#: include/conversation.php:873 -msgid "Delete Selected Items" -msgstr "" - -#: include/conversation.php:1018 view/theme/frio/theme.php:352 -msgid "Follow Thread" -msgstr "" - -#: include/conversation.php:1019 src/Model/Contact.php:652 -msgid "View Status" -msgstr "" - -#: include/conversation.php:1020 include/conversation.php:1036 -#: mod/allfriends.php:73 mod/suggest.php:82 mod/match.php:89 -#: mod/directory.php:159 mod/dirfind.php:217 src/Model/Contact.php:592 -#: src/Model/Contact.php:605 src/Model/Contact.php:653 -msgid "View Profile" -msgstr "" - -#: include/conversation.php:1021 src/Model/Contact.php:654 -msgid "View Photos" -msgstr "" - -#: include/conversation.php:1022 src/Model/Contact.php:655 -msgid "Network Posts" -msgstr "" - -#: include/conversation.php:1023 src/Model/Contact.php:656 -msgid "View Contact" -msgstr "" - -#: include/conversation.php:1024 src/Model/Contact.php:658 -msgid "Send PM" -msgstr "" - -#: include/conversation.php:1028 src/Model/Contact.php:659 -msgid "Poke" -msgstr "" - -#: include/conversation.php:1033 mod/allfriends.php:74 mod/suggest.php:83 -#: mod/match.php:90 mod/contacts.php:596 mod/dirfind.php:218 mod/follow.php:143 -#: view/theme/vier/theme.php:201 src/Content/Widget.php:61 -#: src/Model/Contact.php:606 -msgid "Connect/Follow" -msgstr "" - -#: include/conversation.php:1152 -#, php-format -msgid "%s likes this." -msgstr "" - -#: include/conversation.php:1155 -#, php-format -msgid "%s doesn't like this." -msgstr "" - -#: include/conversation.php:1158 -#, php-format -msgid "%s attends." -msgstr "" - -#: include/conversation.php:1161 -#, php-format -msgid "%s doesn't attend." -msgstr "" - -#: include/conversation.php:1164 -#, php-format -msgid "%s attends maybe." -msgstr "" - -#: include/conversation.php:1175 -msgid "and" -msgstr "" - -#: include/conversation.php:1181 -#, php-format -msgid "and %d other people" -msgstr "" - -#: include/conversation.php:1190 -#, php-format -msgid "%2$d people like this" -msgstr "" - -#: include/conversation.php:1191 -#, php-format -msgid "%s like this." -msgstr "" - -#: include/conversation.php:1194 -#, php-format -msgid "%2$d people don't like this" -msgstr "" - -#: include/conversation.php:1195 -#, php-format -msgid "%s don't like this." -msgstr "" - -#: include/conversation.php:1198 -#, php-format -msgid "%2$d people attend" -msgstr "" - -#: include/conversation.php:1199 -#, php-format -msgid "%s attend." -msgstr "" - -#: include/conversation.php:1202 -#, php-format -msgid "%2$d people don't attend" -msgstr "" - -#: include/conversation.php:1203 -#, php-format -msgid "%s don't attend." -msgstr "" - -#: include/conversation.php:1206 -#, php-format -msgid "%2$d people attend maybe" -msgstr "" - -#: include/conversation.php:1207 -#, php-format -msgid "%s attend maybe." -msgstr "" - -#: include/conversation.php:1237 include/conversation.php:1253 -msgid "Visible to everybody" -msgstr "" - -#: include/conversation.php:1238 include/conversation.php:1254 -#: mod/wallmessage.php:120 mod/wallmessage.php:127 mod/message.php:181 -#: mod/message.php:188 mod/message.php:324 mod/message.php:331 -msgid "Please enter a link URL:" -msgstr "" - -#: include/conversation.php:1239 include/conversation.php:1255 -msgid "Please enter a video link/URL:" -msgstr "" - -#: include/conversation.php:1240 include/conversation.php:1256 -msgid "Please enter an audio link/URL:" -msgstr "" - -#: include/conversation.php:1241 include/conversation.php:1257 -msgid "Tag term:" -msgstr "" - -#: include/conversation.php:1242 include/conversation.php:1258 mod/filer.php:34 -msgid "Save to Folder:" -msgstr "" - -#: include/conversation.php:1243 include/conversation.php:1259 -msgid "Where are you right now?" -msgstr "" - -#: include/conversation.php:1244 -msgid "Delete item(s)?" -msgstr "" - -#: include/conversation.php:1291 -msgid "New Post" -msgstr "" - -#: include/conversation.php:1294 -msgid "Share" -msgstr "" - -#: include/conversation.php:1295 mod/wallmessage.php:143 mod/editpost.php:111 -#: mod/message.php:243 mod/message.php:411 -msgid "Upload photo" -msgstr "" - -#: include/conversation.php:1296 mod/editpost.php:112 -msgid "upload photo" -msgstr "" - -#: include/conversation.php:1297 mod/editpost.php:113 -msgid "Attach file" -msgstr "" - -#: include/conversation.php:1298 mod/editpost.php:114 -msgid "attach file" -msgstr "" - -#: include/conversation.php:1299 mod/wallmessage.php:144 mod/editpost.php:115 -#: mod/message.php:244 mod/message.php:412 -msgid "Insert web link" -msgstr "" - -#: include/conversation.php:1300 mod/editpost.php:116 -msgid "web link" -msgstr "" - -#: include/conversation.php:1301 mod/editpost.php:117 -msgid "Insert video link" -msgstr "" - -#: include/conversation.php:1302 mod/editpost.php:118 -msgid "video link" -msgstr "" - -#: include/conversation.php:1303 mod/editpost.php:119 -msgid "Insert audio link" -msgstr "" - -#: include/conversation.php:1304 mod/editpost.php:120 -msgid "audio link" -msgstr "" - -#: include/conversation.php:1305 mod/editpost.php:121 -msgid "Set your location" -msgstr "" - -#: include/conversation.php:1306 mod/editpost.php:122 -msgid "set location" -msgstr "" - -#: include/conversation.php:1307 mod/editpost.php:123 -msgid "Clear browser location" -msgstr "" - -#: include/conversation.php:1308 mod/editpost.php:124 -msgid "clear location" -msgstr "" - -#: include/conversation.php:1310 mod/editpost.php:138 -msgid "Set title" -msgstr "" - -#: include/conversation.php:1312 mod/editpost.php:140 -msgid "Categories (comma-separated list)" -msgstr "" - -#: include/conversation.php:1314 mod/editpost.php:126 -msgid "Permission settings" -msgstr "" - -#: include/conversation.php:1315 mod/editpost.php:155 -msgid "permissions" -msgstr "" - -#: include/conversation.php:1323 mod/editpost.php:135 -msgid "Public post" -msgstr "" - -#: include/conversation.php:1327 mod/editpost.php:146 mod/photos.php:1492 -#: mod/photos.php:1531 mod/photos.php:1604 mod/events.php:528 -#: src/Object/Post.php:805 -msgid "Preview" -msgstr "" - -#: include/conversation.php:1336 -msgid "Post to Groups" -msgstr "" - -#: include/conversation.php:1337 -msgid "Post to Contacts" -msgstr "" - -#: include/conversation.php:1338 -msgid "Private post" -msgstr "" - -#: include/conversation.php:1343 mod/editpost.php:153 src/Model/Profile.php:338 -msgid "Message" -msgstr "" - -#: include/conversation.php:1344 mod/editpost.php:154 -msgid "Browser" -msgstr "" - -#: include/conversation.php:1611 -msgid "View all" -msgstr "" - -#: include/conversation.php:1634 -msgid "Like" -msgid_plural "Likes" +msgid "Weekly posting limit of %d post reached. The post was rejected." +msgid_plural "Weekly posting limit of %d posts reached. The post was rejected." msgstr[0] "" msgstr[1] "" -#: include/conversation.php:1637 -msgid "Dislike" -msgid_plural "Dislikes" -msgstr[0] "" -msgstr[1] "" - -#: include/conversation.php:1643 -msgid "Not Attending" -msgid_plural "Not Attending" -msgstr[0] "" -msgstr[1] "" - -#: include/conversation.php:1646 src/Content/ContactSelector.php:125 -msgid "Undecided" -msgid_plural "Undecided" -msgstr[0] "" -msgstr[1] "" - -#: mod/allfriends.php:51 -msgid "No friends to display." -msgstr "" - -#: mod/allfriends.php:90 mod/suggest.php:101 mod/match.php:105 -#: mod/dirfind.php:215 src/Content/Widget.php:37 src/Model/Profile.php:293 -msgid "Connect" -msgstr "" - -#: mod/api.php:85 mod/api.php:107 -msgid "Authorize application connection" -msgstr "" - -#: mod/api.php:86 -msgid "Return to your app and insert this Securty Code:" -msgstr "" - -#: mod/api.php:95 -msgid "Please login to continue." -msgstr "" - -#: mod/api.php:109 -msgid "" -"Do you want to authorize this application to access your posts and contacts, " -"and/or create new posts for you?" -msgstr "" - -#: mod/api.php:111 mod/follow.php:150 mod/profiles.php:636 mod/profiles.php:640 -#: mod/profiles.php:661 mod/register.php:238 mod/dfrn_request.php:649 -#: mod/settings.php:1103 mod/settings.php:1109 mod/settings.php:1116 -#: mod/settings.php:1120 mod/settings.php:1124 mod/settings.php:1128 -#: mod/settings.php:1132 mod/settings.php:1136 mod/settings.php:1156 -#: mod/settings.php:1157 mod/settings.php:1158 mod/settings.php:1159 -#: mod/settings.php:1160 -msgid "No" -msgstr "" - -#: mod/apps.php:14 index.php:265 -msgid "You must be logged in to use addons. " -msgstr "" - -#: mod/apps.php:19 -msgid "Applications" -msgstr "" - -#: mod/apps.php:22 -msgid "No installed applications." -msgstr "" - -#: mod/attach.php:15 -msgid "Item not available." -msgstr "" - -#: mod/attach.php:25 -msgid "Item was not found." -msgstr "" - -#: mod/common.php:91 -msgid "No contacts in common." -msgstr "" - -#: mod/common.php:140 mod/contacts.php:886 -msgid "Common Friends" -msgstr "" - -#: mod/credits.php:18 -msgid "Credits" -msgstr "" - -#: mod/credits.php:19 -msgid "" -"Friendica is a community project, that would not be possible without the " -"help of many people. Here is a list of those who have contributed to the " -"code or the translation of Friendica. Thank you all!" -msgstr "" - -#: mod/fbrowser.php:34 view/theme/frio/theme.php:261 src/Content/Nav.php:102 -#: src/Model/Profile.php:902 -msgid "Photos" -msgstr "" - -#: mod/fbrowser.php:43 mod/fbrowser.php:68 mod/photos.php:194 -#: mod/photos.php:1062 mod/photos.php:1149 mod/photos.php:1166 -#: mod/photos.php:1659 mod/photos.php:1673 src/Model/Photo.php:244 -#: src/Model/Photo.php:253 -msgid "Contact Photos" -msgstr "" - -#: mod/fbrowser.php:105 mod/fbrowser.php:136 mod/profile_photo.php:250 -msgid "Upload" -msgstr "" - -#: mod/fbrowser.php:131 -msgid "Files" -msgstr "" - -#: mod/fetch.php:16 mod/fetch.php:52 mod/fetch.php:65 mod/p.php:21 mod/p.php:48 -#: mod/p.php:57 mod/help.php:60 index.php:312 -msgid "Not Found" -msgstr "" - -#: mod/hcard.php:18 -msgid "No profile" -msgstr "" - -#: mod/home.php:39 +#: include/api.php:1250 #, php-format -msgid "Welcome to %s" +msgid "Monthly posting limit of %d post reached. The post was rejected." msgstr "" -#: mod/lockview.php:38 mod/lockview.php:46 -msgid "Remote privacy information not available." +#: include/api.php:4522 mod/profile_photo.php:85 mod/profile_photo.php:93 +#: mod/profile_photo.php:101 mod/profile_photo.php:211 +#: mod/profile_photo.php:302 mod/profile_photo.php:312 mod/photos.php:88 +#: mod/photos.php:194 mod/photos.php:722 mod/photos.php:1149 +#: mod/photos.php:1166 mod/photos.php:1684 src/Model/User.php:553 +#: src/Model/User.php:561 src/Model/User.php:569 +msgid "Profile Photos" msgstr "" -#: mod/lockview.php:55 -msgid "Visible to:" -msgstr "" - -#: mod/maintenance.php:24 -msgid "System down for maintenance" -msgstr "" - -#: mod/newmember.php:11 -msgid "Welcome to Friendica" -msgstr "" - -#: mod/newmember.php:12 -msgid "New Member Checklist" -msgstr "" - -#: mod/newmember.php:14 -msgid "" -"We would like to offer some tips and links to help make your experience " -"enjoyable. Click any item to visit the relevant page. A link to this page " -"will be visible from your home page for two weeks after your initial " -"registration and then will quietly disappear." -msgstr "" - -#: mod/newmember.php:15 -msgid "Getting Started" -msgstr "" - -#: mod/newmember.php:17 -msgid "Friendica Walk-Through" -msgstr "" - -#: mod/newmember.php:17 -msgid "" -"On your Quick Start page - find a brief introduction to your " -"profile and network tabs, make some new connections, and find some groups to " -"join." -msgstr "" - -#: mod/newmember.php:19 mod/settings.php:124 mod/admin.php:1935 -#: mod/admin.php:2204 view/theme/frio/theme.php:269 src/Content/Nav.php:203 -msgid "Settings" -msgstr "" - -#: mod/newmember.php:21 -msgid "Go to Your Settings" -msgstr "" - -#: mod/newmember.php:21 -msgid "" -"On your Settings page - change your initial password. Also make a " -"note of your Identity Address. This looks just like an email address - and " -"will be useful in making friends on the free social web." -msgstr "" - -#: mod/newmember.php:22 -msgid "" -"Review the other settings, particularly the privacy settings. An unpublished " -"directory listing is like having an unlisted phone number. In general, you " -"should probably publish your listing - unless all of your friends and " -"potential friends know exactly how to find you." -msgstr "" - -#: mod/newmember.php:24 mod/profperm.php:113 mod/contacts.php:671 -#: mod/contacts.php:863 view/theme/frio/theme.php:260 src/Content/Nav.php:101 -#: src/Model/Profile.php:728 src/Model/Profile.php:861 -#: src/Model/Profile.php:894 -msgid "Profile" -msgstr "" - -#: mod/newmember.php:26 mod/profile_photo.php:249 mod/profiles.php:691 -msgid "Upload Profile Photo" -msgstr "" - -#: mod/newmember.php:26 -msgid "" -"Upload a profile photo if you have not done so already. Studies have shown " -"that people with real photos of themselves are ten times more likely to make " -"friends than people who do not." -msgstr "" - -#: mod/newmember.php:27 -msgid "Edit Your Profile" -msgstr "" - -#: mod/newmember.php:27 -msgid "" -"Edit your default profile to your liking. Review the " -"settings for hiding your list of friends and hiding the profile from unknown " -"visitors." -msgstr "" - -#: mod/newmember.php:28 -msgid "Profile Keywords" -msgstr "" - -#: mod/newmember.php:28 -msgid "" -"Set some public keywords for your default profile which describe your " -"interests. We may be able to find other people with similar interests and " -"suggest friendships." -msgstr "" - -#: mod/newmember.php:30 -msgid "Connecting" -msgstr "" - -#: mod/newmember.php:36 -msgid "Importing Emails" -msgstr "" - -#: mod/newmember.php:36 -msgid "" -"Enter your email access information on your Connector Settings page if you " -"wish to import and interact with friends or mailing lists from your email " -"INBOX" -msgstr "" - -#: mod/newmember.php:39 -msgid "Go to Your Contacts Page" -msgstr "" - -#: mod/newmember.php:39 -msgid "" -"Your Contacts page is your gateway to managing friendships and connecting " -"with friends on other networks. Typically you enter their address or site " -"URL in the Add New Contact dialog." -msgstr "" - -#: mod/newmember.php:40 -msgid "Go to Your Site's Directory" -msgstr "" - -#: mod/newmember.php:40 -msgid "" -"The Directory page lets you find other people in this network or other " -"federated sites. Look for a Connect or Follow link on " -"their profile page. Provide your own Identity Address if requested." -msgstr "" - -#: mod/newmember.php:41 -msgid "Finding New People" -msgstr "" - -#: mod/newmember.php:41 -msgid "" -"On the side panel of the Contacts page are several tools to find new " -"friends. We can match people by interest, look up people by name or " -"interest, and provide suggestions based on network relationships. On a brand " -"new site, friend suggestions will usually begin to be populated within 24 " -"hours." -msgstr "" - -#: mod/newmember.php:43 src/Model/Group.php:414 -msgid "Groups" -msgstr "" - -#: mod/newmember.php:45 -msgid "Group Your Contacts" -msgstr "" - -#: mod/newmember.php:45 -msgid "" -"Once you have made some friends, organize them into private conversation " -"groups from the sidebar of your Contacts page and then you can interact with " -"each group privately on your Network page." -msgstr "" - -#: mod/newmember.php:48 -msgid "Why Aren't My Posts Public?" -msgstr "" - -#: mod/newmember.php:48 -msgid "" -"Friendica respects your privacy. By default, your posts will only show up to " -"people you've added as friends. For more information, see the help section " -"from the link above." -msgstr "" - -#: mod/newmember.php:52 -msgid "Getting Help" -msgstr "" - -#: mod/newmember.php:54 -msgid "Go to the Help Section" -msgstr "" - -#: mod/newmember.php:54 -msgid "" -"Our help pages may be consulted for detail on other program " -"features and resources." -msgstr "" - -#: mod/nogroup.php:42 mod/viewcontacts.php:112 mod/contacts.php:619 -#: mod/contacts.php:959 +#: include/dba.php:59 #, php-format -msgid "Visit %s's profile [%s]" +msgid "Cannot locate DNS info for database server '%s'" msgstr "" -#: mod/nogroup.php:43 mod/contacts.php:960 -msgid "Edit contact" +#: mod/crepair.php:87 +msgid "Contact settings applied." msgstr "" -#: mod/nogroup.php:63 -msgid "Contacts who are not members of a group" +#: mod/crepair.php:89 +msgid "Contact update failed." msgstr "" -#: mod/p.php:14 -msgid "Not Extended" +#: mod/crepair.php:110 mod/dfrn_confirm.php:131 mod/fsuggest.php:30 +#: mod/fsuggest.php:96 +msgid "Contact not found." msgstr "" -#: mod/repair_ostatus.php:18 -msgid "Resubscribing to OStatus contacts" -msgstr "" - -#: mod/repair_ostatus.php:34 -msgid "Error" -msgstr "" - -#: mod/repair_ostatus.php:48 mod/ostatus_subscribe.php:64 -msgid "Done" -msgstr "" - -#: mod/repair_ostatus.php:54 mod/ostatus_subscribe.php:88 -msgid "Keep this window open until done." -msgstr "" - -#: mod/suggest.php:36 -msgid "Do you really want to delete this suggestion?" -msgstr "" - -#: mod/suggest.php:73 +#: mod/crepair.php:114 msgid "" -"No suggestions available. If this is a new site, please try again in 24 " -"hours." +"WARNING: This is highly advanced and if you enter incorrect " +"information your communications with this contact may stop working." msgstr "" -#: mod/suggest.php:84 mod/suggest.php:104 -msgid "Ignore/Hide" -msgstr "" - -#: mod/suggest.php:114 view/theme/vier/theme.php:204 src/Content/Widget.php:64 -msgid "Friend Suggestions" -msgstr "" - -#: mod/update_community.php:27 mod/update_display.php:27 -#: mod/update_notes.php:40 mod/update_profile.php:39 mod/update_network.php:33 -msgid "[Embedded content - reload page to view]" -msgstr "" - -#: mod/uimport.php:55 mod/register.php:191 +#: mod/crepair.php:115 msgid "" -"This site has exceeded the number of allowed daily account registrations. " -"Please try again tomorrow." +"Please use your browser 'Back' button now if you are " +"uncertain what to do on this page." msgstr "" -#: mod/uimport.php:70 mod/register.php:285 -msgid "Import" +#: mod/crepair.php:129 mod/crepair.php:131 +msgid "No mirroring" msgstr "" -#: mod/uimport.php:72 -msgid "Move account" +#: mod/crepair.php:129 +msgid "Mirror as forwarded posting" msgstr "" -#: mod/uimport.php:73 -msgid "You can import an account from another Friendica server." +#: mod/crepair.php:129 mod/crepair.php:131 +msgid "Mirror as my own posting" msgstr "" -#: mod/uimport.php:74 +#: mod/crepair.php:144 +msgid "Return to contact editor" +msgstr "" + +#: mod/crepair.php:146 +msgid "Refetch contact data" +msgstr "" + +#: mod/crepair.php:149 +msgid "Remote Self" +msgstr "" + +#: mod/crepair.php:152 +msgid "Mirror postings from this contact" +msgstr "" + +#: mod/crepair.php:154 msgid "" -"You need to export your account from the old server and upload it here. We " -"will recreate your old account here with all your contacts. We will try also " -"to inform your friends that you moved here." +"Mark this contact as remote_self, this will cause friendica to repost new " +"entries from this contact." msgstr "" -#: mod/uimport.php:75 -msgid "" -"This feature is experimental. We can't import contacts from the OStatus " -"network (GNU Social/Statusnet) or from Diaspora" +#: mod/crepair.php:158 mod/settings.php:677 mod/settings.php:703 +#: mod/admin.php:490 mod/admin.php:1807 mod/admin.php:1818 mod/admin.php:1831 +#: mod/admin.php:1847 +msgid "Name" msgstr "" -#: mod/uimport.php:76 -msgid "Account file" +#: mod/crepair.php:159 +msgid "Account Nickname" msgstr "" -#: mod/uimport.php:76 -msgid "" -"To export your account, go to \"Settings->Export your personal data\" and " -"select \"Export account\"" +#: mod/crepair.php:160 +msgid "@Tagname - overrides Name/Nickname" msgstr "" -#: mod/match.php:48 -msgid "No keywords to match. Please add keywords to your default profile." +#: mod/crepair.php:161 +msgid "Account URL" msgstr "" -#: mod/match.php:104 -msgid "is interested in:" +#: mod/crepair.php:162 +msgid "Friend Request URL" msgstr "" -#: mod/match.php:120 -msgid "Profile Match" +#: mod/crepair.php:163 +msgid "Friend Confirm URL" msgstr "" -#: mod/match.php:125 mod/dirfind.php:253 -msgid "No matches" +#: mod/crepair.php:164 +msgid "Notification Endpoint URL" msgstr "" -#: mod/notifications.php:37 -msgid "Invalid request identifier." +#: mod/crepair.php:165 +msgid "Poll/Feed URL" msgstr "" -#: mod/notifications.php:46 mod/notifications.php:183 mod/notifications.php:230 -msgid "Discard" -msgstr "" - -#: mod/notifications.php:62 mod/notifications.php:182 mod/notifications.php:266 -#: mod/contacts.php:638 mod/contacts.php:828 mod/contacts.php:1019 -msgid "Ignore" -msgstr "" - -#: mod/notifications.php:98 src/Content/Nav.php:187 -msgid "Notifications" -msgstr "" - -#: mod/notifications.php:107 -msgid "Network Notifications" -msgstr "" - -#: mod/notifications.php:113 mod/notify.php:81 -msgid "System Notifications" -msgstr "" - -#: mod/notifications.php:119 -msgid "Personal Notifications" -msgstr "" - -#: mod/notifications.php:125 -msgid "Home Notifications" -msgstr "" - -#: mod/notifications.php:155 -msgid "Show Ignored Requests" -msgstr "" - -#: mod/notifications.php:155 -msgid "Hide Ignored Requests" -msgstr "" - -#: mod/notifications.php:167 mod/notifications.php:237 -msgid "Notification type: " -msgstr "" - -#: mod/notifications.php:170 -#, php-format -msgid "suggested by %s" -msgstr "" - -#: mod/notifications.php:175 mod/notifications.php:254 mod/contacts.php:646 -msgid "Hide this contact from others" -msgstr "" - -#: mod/notifications.php:176 mod/notifications.php:255 -msgid "Post a new friend activity" -msgstr "" - -#: mod/notifications.php:176 mod/notifications.php:255 -msgid "if applicable" -msgstr "" - -#: mod/notifications.php:179 mod/notifications.php:264 mod/admin.php:1825 -msgid "Approve" -msgstr "" - -#: mod/notifications.php:198 -msgid "Claims to be known to you: " -msgstr "" - -#: mod/notifications.php:199 -msgid "yes" -msgstr "" - -#: mod/notifications.php:199 -msgid "no" -msgstr "" - -#: mod/notifications.php:200 mod/notifications.php:205 -msgid "Shall your connection be bidirectional or not?" -msgstr "" - -#: mod/notifications.php:201 mod/notifications.php:206 -#, php-format -msgid "" -"Accepting %s as a friend allows %s to subscribe to your posts, and you will " -"also receive updates from them in your news feed." -msgstr "" - -#: mod/notifications.php:202 -#, php-format -msgid "" -"Accepting %s as a subscriber allows them to subscribe to your posts, but you " -"will not receive updates from them in your news feed." -msgstr "" - -#: mod/notifications.php:207 -#, php-format -msgid "" -"Accepting %s as a sharer allows them to subscribe to your posts, but you " -"will not receive updates from them in your news feed." -msgstr "" - -#: mod/notifications.php:218 -msgid "Friend" -msgstr "" - -#: mod/notifications.php:219 -msgid "Sharer" -msgstr "" - -#: mod/notifications.php:219 -msgid "Subscriber" -msgstr "" - -#: mod/notifications.php:247 mod/contacts.php:660 mod/events.php:518 -#: mod/directory.php:148 src/Model/Event.php:60 src/Model/Event.php:85 -#: src/Model/Event.php:421 src/Model/Event.php:900 src/Model/Profile.php:413 -msgid "Location:" -msgstr "" - -#: mod/notifications.php:249 mod/contacts.php:664 mod/directory.php:154 -#: src/Model/Profile.php:419 src/Model/Profile.php:804 -msgid "About:" -msgstr "" - -#: mod/notifications.php:251 mod/contacts.php:666 mod/follow.php:174 -#: src/Model/Profile.php:792 -msgid "Tags:" -msgstr "" - -#: mod/notifications.php:253 mod/directory.php:151 src/Model/Profile.php:416 -#: src/Model/Profile.php:743 -msgid "Gender:" -msgstr "" - -#: mod/notifications.php:258 mod/contacts.php:656 mod/unfollow.php:122 -#: mod/follow.php:166 mod/admin.php:490 mod/admin.php:500 -msgid "Profile URL" -msgstr "" - -#: mod/notifications.php:261 mod/contacts.php:71 src/Model/Profile.php:516 -msgid "Network:" -msgstr "" - -#: mod/notifications.php:275 -msgid "No introductions." -msgstr "" - -#: mod/notifications.php:316 -msgid "Show unread" -msgstr "" - -#: mod/notifications.php:316 -msgid "Show all" -msgstr "" - -#: mod/notifications.php:322 -#, php-format -msgid "No more %s notifications." -msgstr "" - -#: mod/openid.php:29 -msgid "OpenID protocol error. No ID returned." -msgstr "" - -#: mod/openid.php:66 -msgid "" -"Account not found and OpenID registration is not permitted on this site." -msgstr "" - -#: mod/openid.php:116 src/Module/Login.php:86 src/Module/Login.php:134 -msgid "Login failed." -msgstr "" - -#: mod/manage.php:180 -msgid "Manage Identities and/or Pages" -msgstr "" - -#: mod/manage.php:181 -msgid "" -"Toggle between different identities or community/group pages which share " -"your account details or which you have been granted \"manage\" permissions" -msgstr "" - -#: mod/manage.php:182 -msgid "Select an identity to manage: " -msgstr "" - -#: mod/manage.php:184 mod/localtime.php:56 mod/poke.php:199 -#: mod/fsuggest.php:114 mod/photos.php:1080 mod/photos.php:1160 -#: mod/photos.php:1445 mod/photos.php:1491 mod/photos.php:1530 -#: mod/photos.php:1603 mod/contacts.php:610 mod/events.php:530 -#: mod/profiles.php:672 mod/invite.php:154 mod/crepair.php:148 -#: mod/install.php:198 mod/install.php:237 mod/message.php:246 -#: mod/message.php:413 view/theme/duepuntozero/config.php:71 -#: view/theme/frio/config.php:118 view/theme/quattro/config.php:73 -#: view/theme/vier/config.php:119 src/Object/Post.php:796 -msgid "Submit" -msgstr "" - -#: mod/wall_attach.php:24 mod/wall_attach.php:32 mod/wall_attach.php:83 -#: mod/wall_upload.php:38 mod/wall_upload.php:54 mod/wall_upload.php:112 -#: mod/wall_upload.php:155 mod/wall_upload.php:158 -msgid "Invalid request." -msgstr "" - -#: mod/wall_attach.php:101 -msgid "Sorry, maybe your upload is bigger than the PHP configuration allows" -msgstr "" - -#: mod/wall_attach.php:101 -msgid "Or - did you try to upload an empty file?" -msgstr "" - -#: mod/wall_attach.php:112 -#, php-format -msgid "File exceeds size limit of %s" -msgstr "" - -#: mod/wall_attach.php:136 mod/wall_attach.php:152 -msgid "File upload failed." -msgstr "" - -#: mod/filer.php:34 -msgid "- select -" -msgstr "" - -#: mod/localtime.php:19 src/Model/Event.php:36 src/Model/Event.php:814 -msgid "l F d, Y \\@ g:i A" -msgstr "" - -#: mod/localtime.php:33 -msgid "Time Conversion" -msgstr "" - -#: mod/localtime.php:35 -msgid "" -"Friendica provides this service for sharing events with other networks and " -"friends in unknown timezones." -msgstr "" - -#: mod/localtime.php:39 -#, php-format -msgid "UTC time: %s" -msgstr "" - -#: mod/localtime.php:42 -#, php-format -msgid "Current timezone: %s" -msgstr "" - -#: mod/localtime.php:46 -#, php-format -msgid "Converted localtime: %s" -msgstr "" - -#: mod/localtime.php:52 -msgid "Please select your timezone:" -msgstr "" - -#: mod/notify.php:77 -msgid "No more system notifications." -msgstr "" - -#: mod/ping.php:292 -msgid "{0} wants to be your friend" -msgstr "" - -#: mod/ping.php:307 -msgid "{0} sent you a message" -msgstr "" - -#: mod/ping.php:322 -msgid "{0} requested registration" -msgstr "" - -#: mod/poke.php:192 -msgid "Poke/Prod" -msgstr "" - -#: mod/poke.php:193 -msgid "poke, prod or do other things to somebody" -msgstr "" - -#: mod/poke.php:194 -msgid "Recipient" -msgstr "" - -#: mod/poke.php:195 -msgid "Choose what you wish to do to recipient" -msgstr "" - -#: mod/poke.php:198 -msgid "Make this post private" -msgstr "" - -#: mod/probe.php:13 mod/search.php:98 mod/search.php:104 -#: mod/viewcontacts.php:45 mod/webfinger.php:16 mod/photos.php:932 -#: mod/videos.php:199 mod/directory.php:42 mod/community.php:27 -#: mod/dfrn_request.php:603 mod/display.php:203 -msgid "Public access denied." -msgstr "" - -#: mod/probe.php:14 mod/webfinger.php:17 -msgid "Only logged in users are permitted to perform a probing." -msgstr "" - -#: mod/profperm.php:28 mod/group.php:83 index.php:435 -msgid "Permission denied" -msgstr "" - -#: mod/profperm.php:34 mod/profperm.php:65 -msgid "Invalid profile identifier." -msgstr "" - -#: mod/profperm.php:111 -msgid "Profile Visibility Editor" -msgstr "" - -#: mod/profperm.php:115 mod/group.php:265 -msgid "Click on a contact to add or remove." -msgstr "" - -#: mod/profperm.php:124 -msgid "Visible To" -msgstr "" - -#: mod/profperm.php:140 -msgid "All Contacts (with secure profile access)" -msgstr "" - -#: mod/regmod.php:68 -msgid "Account approved." -msgstr "" - -#: mod/regmod.php:93 -#, php-format -msgid "Registration revoked for %s" -msgstr "" - -#: mod/regmod.php:102 -msgid "Please login." -msgstr "" - -#: mod/search.php:37 mod/network.php:194 -msgid "Remove term" -msgstr "" - -#: mod/search.php:46 mod/network.php:201 src/Content/Feature.php:100 -msgid "Saved Searches" -msgstr "" - -#: mod/search.php:105 -msgid "Only logged in users are permitted to perform a search." -msgstr "" - -#: mod/search.php:129 -msgid "Too Many Requests" -msgstr "" - -#: mod/search.php:130 -msgid "Only one search per minute is permitted for not logged in users." -msgstr "" - -#: mod/search.php:228 mod/community.php:141 -msgid "No results." -msgstr "" - -#: mod/search.php:234 -#, php-format -msgid "Items tagged with: %s" -msgstr "" - -#: mod/search.php:236 mod/contacts.php:819 -#, php-format -msgid "Results for: %s" -msgstr "" - -#: mod/subthread.php:113 -#, php-format -msgid "%1$s is following %2$s's %3$s" -msgstr "" - -#: mod/tagrm.php:47 -msgid "Tag removed" -msgstr "" - -#: mod/tagrm.php:85 -msgid "Remove Item Tag" -msgstr "" - -#: mod/tagrm.php:87 -msgid "Select a tag to remove: " -msgstr "" - -#: mod/tagrm.php:98 mod/delegate.php:177 -msgid "Remove" -msgstr "" - -#: mod/uexport.php:44 -msgid "Export account" -msgstr "" - -#: mod/uexport.php:44 -msgid "" -"Export your account info and contacts. Use this to make a backup of your " -"account and/or to move it to another server." -msgstr "" - -#: mod/uexport.php:45 -msgid "Export all" -msgstr "" - -#: mod/uexport.php:45 -msgid "" -"Export your accout info, contacts and all your items as json. Could be a " -"very big file, and could take a lot of time. Use this to make a full backup " -"of your account (photos are not exported)" -msgstr "" - -#: mod/uexport.php:52 mod/settings.php:108 -msgid "Export personal data" -msgstr "" - -#: mod/viewcontacts.php:87 -msgid "No contacts." -msgstr "" - -#: mod/viewsrc.php:12 mod/community.php:34 -msgid "Access denied." -msgstr "" - -#: mod/wall_upload.php:186 mod/photos.php:763 mod/photos.php:766 -#: mod/photos.php:795 mod/profile_photo.php:153 -#, php-format -msgid "Image exceeds size limit of %s" -msgstr "" - -#: mod/wall_upload.php:200 mod/photos.php:818 mod/profile_photo.php:162 -msgid "Unable to process image." -msgstr "" - -#: mod/wall_upload.php:231 mod/item.php:471 src/Object/Image.php:953 -#: src/Object/Image.php:969 src/Object/Image.php:977 src/Object/Image.php:1002 -msgid "Wall Photos" -msgstr "" - -#: mod/wall_upload.php:239 mod/photos.php:847 mod/profile_photo.php:307 -msgid "Image upload failed." +#: mod/crepair.php:166 +msgid "New photo from this URL" msgstr "" #: mod/wallmessage.php:49 mod/wallmessage.php:112 @@ -2105,2489 +1713,17 @@ msgstr "" msgid "Subject:" msgstr "" -#: mod/wallmessage.php:141 mod/invite.php:149 mod/message.php:240 -#: mod/message.php:407 +#: mod/wallmessage.php:141 mod/message.php:240 mod/message.php:407 +#: mod/invite.php:149 msgid "Your message:" msgstr "" -#: mod/bookmarklet.php:23 src/Content/Nav.php:114 src/Module/Login.php:312 -msgid "Login" +#: mod/lockview.php:38 mod/lockview.php:46 +msgid "Remote privacy information not available." msgstr "" -#: mod/bookmarklet.php:51 -msgid "The post was created" -msgstr "" - -#: mod/editpost.php:25 mod/editpost.php:35 -msgid "Item not found" -msgstr "" - -#: mod/editpost.php:42 -msgid "Edit post" -msgstr "" - -#: mod/editpost.php:134 src/Core/ACL.php:315 -msgid "CC: email addresses" -msgstr "" - -#: mod/editpost.php:141 src/Core/ACL.php:316 -msgid "Example: bob@example.com, mary@example.com" -msgstr "" - -#: mod/fsuggest.php:30 mod/fsuggest.php:96 mod/crepair.php:110 -#: mod/dfrn_confirm.php:131 -msgid "Contact not found." -msgstr "" - -#: mod/fsuggest.php:72 -msgid "Friend suggestion sent." -msgstr "" - -#: mod/fsuggest.php:101 -msgid "Suggest Friends" -msgstr "" - -#: mod/fsuggest.php:103 -#, php-format -msgid "Suggest a friend for %s" -msgstr "" - -#: mod/group.php:36 -msgid "Group created." -msgstr "" - -#: mod/group.php:42 -msgid "Could not create group." -msgstr "" - -#: mod/group.php:56 mod/group.php:157 -msgid "Group not found." -msgstr "" - -#: mod/group.php:70 -msgid "Group name changed." -msgstr "" - -#: mod/group.php:97 -msgid "Save Group" -msgstr "" - -#: mod/group.php:102 -msgid "Create a group of contacts/friends." -msgstr "" - -#: mod/group.php:103 mod/group.php:199 src/Model/Group.php:421 -msgid "Group Name: " -msgstr "" - -#: mod/group.php:127 -msgid "Group removed." -msgstr "" - -#: mod/group.php:129 -msgid "Unable to remove group." -msgstr "" - -#: mod/group.php:192 -msgid "Delete Group" -msgstr "" - -#: mod/group.php:198 -msgid "Group Editor" -msgstr "" - -#: mod/group.php:203 -msgid "Edit Group Name" -msgstr "" - -#: mod/group.php:213 -msgid "Members" -msgstr "" - -#: mod/group.php:215 mod/contacts.php:719 -msgid "All Contacts" -msgstr "" - -#: mod/group.php:216 mod/network.php:639 -msgid "Group is empty" -msgstr "" - -#: mod/group.php:229 -msgid "Remove Contact" -msgstr "" - -#: mod/group.php:253 -msgid "Add Contact" -msgstr "" - -#: mod/notes.php:52 src/Model/Profile.php:944 -msgid "Personal Notes" -msgstr "" - -#: mod/photos.php:108 src/Model/Profile.php:905 -msgid "Photo Albums" -msgstr "" - -#: mod/photos.php:109 mod/photos.php:1713 -msgid "Recent Photos" -msgstr "" - -#: mod/photos.php:112 mod/photos.php:1210 mod/photos.php:1715 -msgid "Upload New Photos" -msgstr "" - -#: mod/photos.php:126 mod/settings.php:51 -msgid "everybody" -msgstr "" - -#: mod/photos.php:184 -msgid "Contact information unavailable" -msgstr "" - -#: mod/photos.php:204 -msgid "Album not found." -msgstr "" - -#: mod/photos.php:234 mod/photos.php:245 mod/photos.php:1161 -msgid "Delete Album" -msgstr "" - -#: mod/photos.php:243 -msgid "Do you really want to delete this photo album and all its photos?" -msgstr "" - -#: mod/photos.php:310 mod/photos.php:321 mod/photos.php:1446 -msgid "Delete Photo" -msgstr "" - -#: mod/photos.php:319 -msgid "Do you really want to delete this photo?" -msgstr "" - -#: mod/photos.php:667 -msgid "a photo" -msgstr "" - -#: mod/photos.php:667 -#, php-format -msgid "%1$s was tagged in %2$s by %3$s" -msgstr "" - -#: mod/photos.php:769 -msgid "Image upload didn't complete, please try again" -msgstr "" - -#: mod/photos.php:772 -msgid "Image file is missing" -msgstr "" - -#: mod/photos.php:777 -msgid "" -"Server can't accept new file upload at this time, please contact your " -"administrator" -msgstr "" - -#: mod/photos.php:803 -msgid "Image file is empty." -msgstr "" - -#: mod/photos.php:940 -msgid "No photos selected" -msgstr "" - -#: mod/photos.php:1036 mod/videos.php:309 -msgid "Access to this item is restricted." -msgstr "" - -#: mod/photos.php:1090 -msgid "Upload Photos" -msgstr "" - -#: mod/photos.php:1094 mod/photos.php:1156 -msgid "New album name: " -msgstr "" - -#: mod/photos.php:1095 -msgid "or existing album name: " -msgstr "" - -#: mod/photos.php:1096 -msgid "Do not show a status post for this upload" -msgstr "" - -#: mod/photos.php:1098 mod/photos.php:1441 mod/events.php:533 -#: src/Core/ACL.php:318 -msgid "Permissions" -msgstr "" - -#: mod/photos.php:1106 mod/photos.php:1449 mod/settings.php:1227 -msgid "Show to Groups" -msgstr "" - -#: mod/photos.php:1107 mod/photos.php:1450 mod/settings.php:1228 -msgid "Show to Contacts" -msgstr "" - -#: mod/photos.php:1167 -msgid "Edit Album" -msgstr "" - -#: mod/photos.php:1172 -msgid "Show Newest First" -msgstr "" - -#: mod/photos.php:1174 -msgid "Show Oldest First" -msgstr "" - -#: mod/photos.php:1195 mod/photos.php:1698 -msgid "View Photo" -msgstr "" - -#: mod/photos.php:1236 -msgid "Permission denied. Access to this item may be restricted." -msgstr "" - -#: mod/photos.php:1238 -msgid "Photo not available" -msgstr "" - -#: mod/photos.php:1301 -msgid "View photo" -msgstr "" - -#: mod/photos.php:1301 -msgid "Edit photo" -msgstr "" - -#: mod/photos.php:1302 -msgid "Use as profile photo" -msgstr "" - -#: mod/photos.php:1308 src/Object/Post.php:149 -msgid "Private Message" -msgstr "" - -#: mod/photos.php:1327 -msgid "View Full Size" -msgstr "" - -#: mod/photos.php:1414 -msgid "Tags: " -msgstr "" - -#: mod/photos.php:1417 -msgid "[Remove any tag]" -msgstr "" - -#: mod/photos.php:1432 -msgid "New album name" -msgstr "" - -#: mod/photos.php:1433 -msgid "Caption" -msgstr "" - -#: mod/photos.php:1434 -msgid "Add a Tag" -msgstr "" - -#: mod/photos.php:1434 -msgid "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" -msgstr "" - -#: mod/photos.php:1435 -msgid "Do not rotate" -msgstr "" - -#: mod/photos.php:1436 -msgid "Rotate CW (right)" -msgstr "" - -#: mod/photos.php:1437 -msgid "Rotate CCW (left)" -msgstr "" - -#: mod/photos.php:1471 src/Object/Post.php:296 -msgid "I like this (toggle)" -msgstr "" - -#: mod/photos.php:1472 src/Object/Post.php:297 -msgid "I don't like this (toggle)" -msgstr "" - -#: mod/photos.php:1488 mod/photos.php:1527 mod/photos.php:1600 -#: mod/contacts.php:953 src/Object/Post.php:793 -msgid "This is you" -msgstr "" - -#: mod/photos.php:1490 mod/photos.php:1529 mod/photos.php:1602 -#: src/Object/Post.php:399 src/Object/Post.php:795 -msgid "Comment" -msgstr "" - -#: mod/photos.php:1634 -msgid "Map" -msgstr "" - -#: mod/photos.php:1704 mod/videos.php:387 -msgid "View Album" -msgstr "" - -#: mod/videos.php:139 -msgid "Do you really want to delete this video?" -msgstr "" - -#: mod/videos.php:144 -msgid "Delete Video" -msgstr "" - -#: mod/videos.php:207 -msgid "No videos selected" -msgstr "" - -#: mod/videos.php:396 -msgid "Recent Videos" -msgstr "" - -#: mod/videos.php:398 -msgid "Upload New Videos" -msgstr "" - -#: mod/cal.php:142 mod/profile.php:173 mod/display.php:313 -msgid "Access to this profile has been restricted." -msgstr "" - -#: mod/cal.php:274 mod/events.php:391 view/theme/frio/theme.php:263 -#: view/theme/frio/theme.php:267 src/Content/Nav.php:104 -#: src/Content/Nav.php:170 src/Model/Profile.php:922 src/Model/Profile.php:933 -msgid "Events" -msgstr "" - -#: mod/cal.php:275 mod/events.php:392 -msgid "View" -msgstr "" - -#: mod/cal.php:276 mod/events.php:394 -msgid "Previous" -msgstr "" - -#: mod/cal.php:277 mod/events.php:395 mod/install.php:156 -msgid "Next" -msgstr "" - -#: mod/cal.php:280 mod/events.php:400 src/Model/Event.php:412 -msgid "today" -msgstr "" - -#: mod/cal.php:281 mod/events.php:401 src/Util/Temporal.php:304 -#: src/Model/Event.php:413 -msgid "month" -msgstr "" - -#: mod/cal.php:282 mod/events.php:402 src/Util/Temporal.php:305 -#: src/Model/Event.php:414 -msgid "week" -msgstr "" - -#: mod/cal.php:283 mod/events.php:403 src/Util/Temporal.php:306 -#: src/Model/Event.php:415 -msgid "day" -msgstr "" - -#: mod/cal.php:284 mod/events.php:404 -msgid "list" -msgstr "" - -#: mod/cal.php:297 src/Core/Console/NewPassword.php:73 src/Model/User.php:214 -msgid "User not found" -msgstr "" - -#: mod/cal.php:313 -msgid "This calendar format is not supported" -msgstr "" - -#: mod/cal.php:315 -msgid "No exportable data found" -msgstr "" - -#: mod/cal.php:332 -msgid "calendar" -msgstr "" - -#: mod/contacts.php:157 -#, php-format -msgid "%d contact edited." -msgid_plural "%d contacts edited." -msgstr[0] "" -msgstr[1] "" - -#: mod/contacts.php:184 mod/contacts.php:400 -msgid "Could not access contact record." -msgstr "" - -#: mod/contacts.php:194 -msgid "Could not locate selected profile." -msgstr "" - -#: mod/contacts.php:228 -msgid "Contact updated." -msgstr "" - -#: mod/contacts.php:230 mod/dfrn_request.php:415 -msgid "Failed to update contact record." -msgstr "" - -#: mod/contacts.php:421 -msgid "Contact has been blocked" -msgstr "" - -#: mod/contacts.php:421 -msgid "Contact has been unblocked" -msgstr "" - -#: mod/contacts.php:432 -msgid "Contact has been ignored" -msgstr "" - -#: mod/contacts.php:432 -msgid "Contact has been unignored" -msgstr "" - -#: mod/contacts.php:443 -msgid "Contact has been archived" -msgstr "" - -#: mod/contacts.php:443 -msgid "Contact has been unarchived" -msgstr "" - -#: mod/contacts.php:467 -msgid "Drop contact" -msgstr "" - -#: mod/contacts.php:470 mod/contacts.php:823 -msgid "Do you really want to delete this contact?" -msgstr "" - -#: mod/contacts.php:488 -msgid "Contact has been removed." -msgstr "" - -#: mod/contacts.php:519 -#, php-format -msgid "You are mutual friends with %s" -msgstr "" - -#: mod/contacts.php:523 -#, php-format -msgid "You are sharing with %s" -msgstr "" - -#: mod/contacts.php:527 -#, php-format -msgid "%s is sharing with you" -msgstr "" - -#: mod/contacts.php:547 -msgid "Private communications are not available for this contact." -msgstr "" - -#: mod/contacts.php:549 -msgid "Never" -msgstr "" - -#: mod/contacts.php:552 -msgid "(Update was successful)" -msgstr "" - -#: mod/contacts.php:552 -msgid "(Update was not successful)" -msgstr "" - -#: mod/contacts.php:554 mod/contacts.php:992 -msgid "Suggest friends" -msgstr "" - -#: mod/contacts.php:558 -#, php-format -msgid "Network type: %s" -msgstr "" - -#: mod/contacts.php:563 -msgid "Communications lost with this contact!" -msgstr "" - -#: mod/contacts.php:569 -msgid "Fetch further information for feeds" -msgstr "" - -#: mod/contacts.php:571 -msgid "" -"Fetch information like preview pictures, title and teaser from the feed " -"item. You can activate this if the feed doesn't contain much text. Keywords " -"are taken from the meta header in the feed item and are posted as hash tags." -msgstr "" - -#: mod/contacts.php:572 mod/admin.php:1284 mod/admin.php:1450 -#: mod/admin.php:1460 -msgid "Disabled" -msgstr "" - -#: mod/contacts.php:573 -msgid "Fetch information" -msgstr "" - -#: mod/contacts.php:574 -msgid "Fetch keywords" -msgstr "" - -#: mod/contacts.php:575 -msgid "Fetch information and keywords" -msgstr "" - -#: mod/contacts.php:599 mod/unfollow.php:100 -msgid "Disconnect/Unfollow" -msgstr "" - -#: mod/contacts.php:608 -msgid "Contact" -msgstr "" - -#: mod/contacts.php:611 -msgid "Profile Visibility" -msgstr "" - -#: mod/contacts.php:612 -#, php-format -msgid "" -"Please choose the profile you would like to display to %s when viewing your " -"profile securely." -msgstr "" - -#: mod/contacts.php:613 -msgid "Contact Information / Notes" -msgstr "" - -#: mod/contacts.php:614 -msgid "Their personal note" -msgstr "" - -#: mod/contacts.php:616 -msgid "Edit contact notes" -msgstr "" - -#: mod/contacts.php:620 -msgid "Block/Unblock contact" -msgstr "" - -#: mod/contacts.php:621 -msgid "Ignore contact" -msgstr "" - -#: mod/contacts.php:622 -msgid "Repair URL settings" -msgstr "" - -#: mod/contacts.php:623 -msgid "View conversations" -msgstr "" - -#: mod/contacts.php:628 -msgid "Last update:" -msgstr "" - -#: mod/contacts.php:630 -msgid "Update public posts" -msgstr "" - -#: mod/contacts.php:632 mod/contacts.php:1002 -msgid "Update now" -msgstr "" - -#: mod/contacts.php:637 mod/contacts.php:827 mod/contacts.php:1011 -#: mod/admin.php:485 mod/admin.php:1829 -msgid "Unblock" -msgstr "" - -#: mod/contacts.php:637 mod/contacts.php:827 mod/contacts.php:1011 -#: mod/admin.php:484 mod/admin.php:1828 -msgid "Block" -msgstr "" - -#: mod/contacts.php:638 mod/contacts.php:828 mod/contacts.php:1019 -msgid "Unignore" -msgstr "" - -#: mod/contacts.php:642 -msgid "Currently blocked" -msgstr "" - -#: mod/contacts.php:643 -msgid "Currently ignored" -msgstr "" - -#: mod/contacts.php:644 -msgid "Currently archived" -msgstr "" - -#: mod/contacts.php:645 -msgid "Awaiting connection acknowledge" -msgstr "" - -#: mod/contacts.php:646 -msgid "" -"Replies/likes to your public posts may still be visible" -msgstr "" - -#: mod/contacts.php:647 -msgid "Notification for new posts" -msgstr "" - -#: mod/contacts.php:647 -msgid "Send a notification of every new post of this contact" -msgstr "" - -#: mod/contacts.php:650 -msgid "Blacklisted keywords" -msgstr "" - -#: mod/contacts.php:650 -msgid "" -"Comma separated list of keywords that should not be converted to hashtags, " -"when \"Fetch information and keywords\" is selected" -msgstr "" - -#: mod/contacts.php:662 src/Model/Profile.php:420 -msgid "XMPP:" -msgstr "" - -#: mod/contacts.php:667 -msgid "Actions" -msgstr "" - -#: mod/contacts.php:669 mod/contacts.php:855 view/theme/frio/theme.php:259 -#: src/Content/Nav.php:100 src/Model/Profile.php:886 -msgid "Status" -msgstr "" - -#: mod/contacts.php:670 -msgid "Contact Settings" -msgstr "" - -#: mod/contacts.php:711 -msgid "Suggestions" -msgstr "" - -#: mod/contacts.php:714 -msgid "Suggest potential friends" -msgstr "" - -#: mod/contacts.php:722 -msgid "Show all contacts" -msgstr "" - -#: mod/contacts.php:727 -msgid "Unblocked" -msgstr "" - -#: mod/contacts.php:730 -msgid "Only show unblocked contacts" -msgstr "" - -#: mod/contacts.php:735 -msgid "Blocked" -msgstr "" - -#: mod/contacts.php:738 -msgid "Only show blocked contacts" -msgstr "" - -#: mod/contacts.php:743 -msgid "Ignored" -msgstr "" - -#: mod/contacts.php:746 -msgid "Only show ignored contacts" -msgstr "" - -#: mod/contacts.php:751 -msgid "Archived" -msgstr "" - -#: mod/contacts.php:754 -msgid "Only show archived contacts" -msgstr "" - -#: mod/contacts.php:759 -msgid "Hidden" -msgstr "" - -#: mod/contacts.php:762 -msgid "Only show hidden contacts" -msgstr "" - -#: mod/contacts.php:818 -msgid "Search your contacts" -msgstr "" - -#: mod/contacts.php:820 mod/directory.php:209 view/theme/vier/theme.php:203 -#: src/Content/Widget.php:63 -msgid "Find" -msgstr "" - -#: mod/contacts.php:826 mod/settings.php:169 mod/settings.php:701 -msgid "Update" -msgstr "" - -#: mod/contacts.php:829 mod/contacts.php:1027 -msgid "Archive" -msgstr "" - -#: mod/contacts.php:829 mod/contacts.php:1027 -msgid "Unarchive" -msgstr "" - -#: mod/contacts.php:832 -msgid "Batch Actions" -msgstr "" - -#: mod/contacts.php:858 mod/unfollow.php:132 mod/follow.php:186 -#: src/Model/Profile.php:889 -msgid "Status Messages and Posts" -msgstr "" - -#: mod/contacts.php:866 src/Model/Profile.php:897 -msgid "Profile Details" -msgstr "" - -#: mod/contacts.php:878 -msgid "View all contacts" -msgstr "" - -#: mod/contacts.php:889 -msgid "View all common friends" -msgstr "" - -#: mod/contacts.php:895 mod/events.php:532 mod/admin.php:1363 -#: src/Model/Profile.php:863 -msgid "Advanced" -msgstr "" - -#: mod/contacts.php:898 -msgid "Advanced Contact Settings" -msgstr "" - -#: mod/contacts.php:930 -msgid "Mutual Friendship" -msgstr "" - -#: mod/contacts.php:934 -msgid "is a fan of yours" -msgstr "" - -#: mod/contacts.php:938 -msgid "you are a fan of" -msgstr "" - -#: mod/contacts.php:1013 -msgid "Toggle Blocked status" -msgstr "" - -#: mod/contacts.php:1021 -msgid "Toggle Ignored status" -msgstr "" - -#: mod/contacts.php:1029 -msgid "Toggle Archive status" -msgstr "" - -#: mod/contacts.php:1037 -msgid "Delete contact" -msgstr "" - -#: mod/delegate.php:37 -msgid "Parent user not found." -msgstr "" - -#: mod/delegate.php:144 -msgid "No parent user" -msgstr "" - -#: mod/delegate.php:159 -msgid "Parent Password:" -msgstr "" - -#: mod/delegate.php:159 -msgid "" -"Please enter the password of the parent account to legitimize your request." -msgstr "" - -#: mod/delegate.php:164 -msgid "Parent User" -msgstr "" - -#: mod/delegate.php:167 -msgid "" -"Parent users have total control about this account, including the account " -"settings. Please double check whom you give this access." -msgstr "" - -#: mod/delegate.php:168 mod/settings.php:675 mod/settings.php:782 -#: mod/settings.php:870 mod/settings.php:959 mod/settings.php:1192 -#: mod/admin.php:307 mod/admin.php:1358 mod/admin.php:1994 mod/admin.php:2247 -#: mod/admin.php:2321 mod/admin.php:2468 -msgid "Save Settings" -msgstr "" - -#: mod/delegate.php:169 src/Content/Nav.php:201 -msgid "Delegate Page Management" -msgstr "" - -#: mod/delegate.php:170 -msgid "Delegates" -msgstr "" - -#: mod/delegate.php:172 -msgid "" -"Delegates are able to manage all aspects of this account/page except for " -"basic account settings. Please do not delegate your personal account to " -"anybody that you do not trust completely." -msgstr "" - -#: mod/delegate.php:173 -msgid "Existing Page Delegates" -msgstr "" - -#: mod/delegate.php:175 -msgid "Potential Delegates" -msgstr "" - -#: mod/delegate.php:178 -msgid "Add" -msgstr "" - -#: mod/delegate.php:179 -msgid "No entries." -msgstr "" - -#: mod/events.php:105 mod/events.php:107 -msgid "Event can not end before it has started." -msgstr "" - -#: mod/events.php:114 mod/events.php:116 -msgid "Event title and start time are required." -msgstr "" - -#: mod/events.php:393 -msgid "Create New Event" -msgstr "" - -#: mod/events.php:506 -msgid "Event details" -msgstr "" - -#: mod/events.php:507 -msgid "Starting date and Title are required." -msgstr "" - -#: mod/events.php:508 mod/events.php:509 -msgid "Event Starts:" -msgstr "" - -#: mod/events.php:508 mod/events.php:520 mod/profiles.php:700 -msgid "Required" -msgstr "" - -#: mod/events.php:510 mod/events.php:526 -msgid "Finish date/time is not known or not relevant" -msgstr "" - -#: mod/events.php:512 mod/events.php:513 -msgid "Event Finishes:" -msgstr "" - -#: mod/events.php:514 mod/events.php:527 -msgid "Adjust for viewer timezone" -msgstr "" - -#: mod/events.php:516 -msgid "Description:" -msgstr "" - -#: mod/events.php:520 mod/events.php:522 -msgid "Title:" -msgstr "" - -#: mod/events.php:523 mod/events.php:524 -msgid "Share this event" -msgstr "" - -#: mod/events.php:531 src/Model/Profile.php:862 -msgid "Basic" -msgstr "" - -#: mod/events.php:552 -msgid "Failed to remove event" -msgstr "" - -#: mod/events.php:554 -msgid "Event removed" -msgstr "" - -#: mod/feedtest.php:20 -msgid "You must be logged in to use this module" -msgstr "" - -#: mod/feedtest.php:48 -msgid "Source URL" -msgstr "" - -#: mod/item.php:114 -msgid "Unable to locate original post." -msgstr "" - -#: mod/item.php:274 -msgid "Empty post discarded." -msgstr "" - -#: mod/item.php:799 -#, php-format -msgid "" -"This message was sent to you by %s, a member of the Friendica social network." -msgstr "" - -#: mod/item.php:801 -#, php-format -msgid "You may visit them online at %s" -msgstr "" - -#: mod/item.php:802 -msgid "" -"Please contact the sender by replying to this post if you do not wish to " -"receive these messages." -msgstr "" - -#: mod/item.php:806 -#, php-format -msgid "%s posted an update." -msgstr "" - -#: mod/oexchange.php:30 -msgid "Post successful." -msgstr "" - -#: mod/ostatus_subscribe.php:21 -msgid "Subscribing to OStatus contacts" -msgstr "" - -#: mod/ostatus_subscribe.php:33 -msgid "No contact provided." -msgstr "" - -#: mod/ostatus_subscribe.php:40 -msgid "Couldn't fetch information for contact." -msgstr "" - -#: mod/ostatus_subscribe.php:50 -msgid "Couldn't fetch friends for contact." -msgstr "" - -#: mod/ostatus_subscribe.php:78 -msgid "success" -msgstr "" - -#: mod/ostatus_subscribe.php:80 -msgid "failed" -msgstr "" - -#: mod/ostatus_subscribe.php:83 src/Object/Post.php:279 -msgid "ignored" -msgstr "" - -#: mod/profile_photo.php:55 -msgid "Image uploaded but image cropping failed." -msgstr "" - -#: mod/profile_photo.php:88 mod/profile_photo.php:96 mod/profile_photo.php:104 -#: mod/profile_photo.php:315 -#, php-format -msgid "Image size reduction [%s] failed." -msgstr "" - -#: mod/profile_photo.php:125 -msgid "" -"Shift-reload the page or clear browser cache if the new photo does not " -"display immediately." -msgstr "" - -#: mod/profile_photo.php:134 -msgid "Unable to process image" -msgstr "" - -#: mod/profile_photo.php:247 -msgid "Upload File:" -msgstr "" - -#: mod/profile_photo.php:248 -msgid "Select a profile:" -msgstr "" - -#: mod/profile_photo.php:253 -msgid "or" -msgstr "" - -#: mod/profile_photo.php:253 -msgid "skip this step" -msgstr "" - -#: mod/profile_photo.php:253 -msgid "select a photo from your photo albums" -msgstr "" - -#: mod/profile_photo.php:266 -msgid "Crop Image" -msgstr "" - -#: mod/profile_photo.php:267 -msgid "Please adjust the image cropping for optimum viewing." -msgstr "" - -#: mod/profile_photo.php:269 -msgid "Done Editing" -msgstr "" - -#: mod/profile_photo.php:305 -msgid "Image uploaded successfully." -msgstr "" - -#: mod/unfollow.php:34 -msgid "Contact wasn't found or can't be unfollowed." -msgstr "" - -#: mod/unfollow.php:47 -msgid "Contact unfollowed" -msgstr "" - -#: mod/unfollow.php:65 mod/follow.php:62 mod/dfrn_request.php:658 -msgid "Submit Request" -msgstr "" - -#: mod/unfollow.php:73 -msgid "You aren't a friend of this contact." -msgstr "" - -#: mod/unfollow.php:79 -msgid "Unfollowing is currently not supported by your network." -msgstr "" - -#: mod/unfollow.php:113 mod/follow.php:157 mod/dfrn_request.php:656 -msgid "Your Identity Address:" -msgstr "" - -#: mod/directory.php:152 src/Model/Profile.php:417 src/Model/Profile.php:767 -msgid "Status:" -msgstr "" - -#: mod/directory.php:153 src/Model/Profile.php:418 src/Model/Profile.php:784 -msgid "Homepage:" -msgstr "" - -#: mod/directory.php:202 view/theme/vier/theme.php:208 -#: src/Content/Widget.php:68 -msgid "Global Directory" -msgstr "" - -#: mod/directory.php:204 -msgid "Find on this site" -msgstr "" - -#: mod/directory.php:206 -msgid "Results for:" -msgstr "" - -#: mod/directory.php:208 -msgid "Site Directory" -msgstr "" - -#: mod/directory.php:213 -msgid "No entries (some entries may be hidden)." -msgstr "" - -#: mod/dirfind.php:49 -#, php-format -msgid "People Search - %s" -msgstr "" - -#: mod/dirfind.php:60 -#, php-format -msgid "Forum Search - %s" -msgstr "" - -#: mod/follow.php:45 -msgid "The contact could not be added." -msgstr "" - -#: mod/follow.php:73 -msgid "You already added this contact." -msgstr "" - -#: mod/follow.php:83 -msgid "Diaspora support isn't enabled. Contact can't be added." -msgstr "" - -#: mod/follow.php:90 -msgid "OStatus support is disabled. Contact can't be added." -msgstr "" - -#: mod/follow.php:97 -msgid "The network type couldn't be detected. Contact can't be added." -msgstr "" - -#: mod/follow.php:149 mod/dfrn_request.php:648 -msgid "Please answer the following:" -msgstr "" - -#: mod/follow.php:150 mod/dfrn_request.php:649 -#, php-format -msgid "Does %s know you?" -msgstr "" - -#: mod/follow.php:151 mod/dfrn_request.php:650 -msgid "Add a personal note:" -msgstr "" - -#: mod/lostpass.php:27 -msgid "No valid account found." -msgstr "" - -#: mod/lostpass.php:39 -msgid "Password reset request issued. Check your email." -msgstr "" - -#: mod/lostpass.php:45 -#, php-format -msgid "" -"\n" -"\t\tDear %1$s,\n" -"\t\t\tA request was recently received at \"%2$s\" to reset your account\n" -"\t\tpassword. In order to confirm this request, please select the " -"verification link\n" -"\t\tbelow or paste it into your web browser address bar.\n" -"\n" -"\t\tIf you did NOT request this change, please DO NOT follow the link\n" -"\t\tprovided and ignore and/or delete this email, the request will expire " -"shortly.\n" -"\n" -"\t\tYour password will not be changed unless we can verify that you\n" -"\t\tissued this request." -msgstr "" - -#: mod/lostpass.php:56 -#, php-format -msgid "" -"\n" -"\t\tFollow this link soon to verify your identity:\n" -"\n" -"\t\t%1$s\n" -"\n" -"\t\tYou will then receive a follow-up message containing the new password.\n" -"\t\tYou may change that password from your account settings page after " -"logging in.\n" -"\n" -"\t\tThe login details are as follows:\n" -"\n" -"\t\tSite Location:\t%2$s\n" -"\t\tLogin Name:\t%3$s" -msgstr "" - -#: mod/lostpass.php:73 -#, php-format -msgid "Password reset requested at %s" -msgstr "" - -#: mod/lostpass.php:89 -msgid "" -"Request could not be verified. (You may have previously submitted it.) " -"Password reset failed." -msgstr "" - -#: mod/lostpass.php:102 -msgid "Request has expired, please make a new one." -msgstr "" - -#: mod/lostpass.php:117 -msgid "Forgot your Password?" -msgstr "" - -#: mod/lostpass.php:118 -msgid "" -"Enter your email address and submit to have your password reset. Then check " -"your email for further instructions." -msgstr "" - -#: mod/lostpass.php:119 src/Module/Login.php:314 -msgid "Nickname or Email: " -msgstr "" - -#: mod/lostpass.php:120 -msgid "Reset" -msgstr "" - -#: mod/lostpass.php:136 src/Module/Login.php:326 -msgid "Password Reset" -msgstr "" - -#: mod/lostpass.php:137 -msgid "Your password has been reset as requested." -msgstr "" - -#: mod/lostpass.php:138 -msgid "Your new password is" -msgstr "" - -#: mod/lostpass.php:139 -msgid "Save or copy your new password - and then" -msgstr "" - -#: mod/lostpass.php:140 -msgid "click here to login" -msgstr "" - -#: mod/lostpass.php:141 -msgid "" -"Your password may be changed from the Settings page after " -"successful login." -msgstr "" - -#: mod/lostpass.php:149 -#, php-format -msgid "" -"\n" -"\t\t\tDear %1$s,\n" -"\t\t\t\tYour password has been changed as requested. Please retain this\n" -"\t\t\tinformation for your records (or change your password immediately to\n" -"\t\t\tsomething that you will remember).\n" -"\t\t" -msgstr "" - -#: mod/lostpass.php:155 -#, php-format -msgid "" -"\n" -"\t\t\tYour login details are as follows:\n" -"\n" -"\t\t\tSite Location:\t%1$s\n" -"\t\t\tLogin Name:\t%2$s\n" -"\t\t\tPassword:\t%3$s\n" -"\n" -"\t\t\tYou may change that password from your account settings page after " -"logging in.\n" -"\t\t" -msgstr "" - -#: mod/lostpass.php:169 -#, php-format -msgid "Your password has been changed at %s" -msgstr "" - -#: mod/profiles.php:39 mod/profiles.php:149 mod/profiles.php:196 -#: mod/profiles.php:618 mod/dfrn_confirm.php:74 -msgid "Profile not found." -msgstr "" - -#: mod/profiles.php:58 -msgid "Profile deleted." -msgstr "" - -#: mod/profiles.php:74 mod/profiles.php:110 -msgid "Profile-" -msgstr "" - -#: mod/profiles.php:93 mod/profiles.php:132 -msgid "New profile created." -msgstr "" - -#: mod/profiles.php:116 -msgid "Profile unavailable to clone." -msgstr "" - -#: mod/profiles.php:206 -msgid "Profile Name is required." -msgstr "" - -#: mod/profiles.php:347 -msgid "Marital Status" -msgstr "" - -#: mod/profiles.php:351 -msgid "Romantic Partner" -msgstr "" - -#: mod/profiles.php:363 -msgid "Work/Employment" -msgstr "" - -#: mod/profiles.php:366 -msgid "Religion" -msgstr "" - -#: mod/profiles.php:370 -msgid "Political Views" -msgstr "" - -#: mod/profiles.php:374 -msgid "Gender" -msgstr "" - -#: mod/profiles.php:378 -msgid "Sexual Preference" -msgstr "" - -#: mod/profiles.php:382 -msgid "XMPP" -msgstr "" - -#: mod/profiles.php:386 -msgid "Homepage" -msgstr "" - -#: mod/profiles.php:390 mod/profiles.php:686 -msgid "Interests" -msgstr "" - -#: mod/profiles.php:394 mod/admin.php:490 -msgid "Address" -msgstr "" - -#: mod/profiles.php:401 mod/profiles.php:682 -msgid "Location" -msgstr "" - -#: mod/profiles.php:486 -msgid "Profile updated." -msgstr "" - -#: mod/profiles.php:564 -msgid " and " -msgstr "" - -#: mod/profiles.php:573 -msgid "public profile" -msgstr "" - -#: mod/profiles.php:576 -#, php-format -msgid "%1$s changed %2$s to “%3$s”" -msgstr "" - -#: mod/profiles.php:577 -#, php-format -msgid " - Visit %1$s's %2$s" -msgstr "" - -#: mod/profiles.php:579 -#, php-format -msgid "%1$s has an updated %2$s, changing %3$s." -msgstr "" - -#: mod/profiles.php:633 -msgid "Hide contacts and friends:" -msgstr "" - -#: mod/profiles.php:638 -msgid "Hide your contact/friend list from viewers of this profile?" -msgstr "" - -#: mod/profiles.php:658 -msgid "Show more profile fields:" -msgstr "" - -#: mod/profiles.php:670 -msgid "Profile Actions" -msgstr "" - -#: mod/profiles.php:671 -msgid "Edit Profile Details" -msgstr "" - -#: mod/profiles.php:673 -msgid "Change Profile Photo" -msgstr "" - -#: mod/profiles.php:674 -msgid "View this profile" -msgstr "" - -#: mod/profiles.php:675 mod/profiles.php:770 src/Model/Profile.php:389 -msgid "Edit visibility" -msgstr "" - -#: mod/profiles.php:676 -msgid "Create a new profile using these settings" -msgstr "" - -#: mod/profiles.php:677 -msgid "Clone this profile" -msgstr "" - -#: mod/profiles.php:678 -msgid "Delete this profile" -msgstr "" - -#: mod/profiles.php:680 -msgid "Basic information" -msgstr "" - -#: mod/profiles.php:681 -msgid "Profile picture" -msgstr "" - -#: mod/profiles.php:683 -msgid "Preferences" -msgstr "" - -#: mod/profiles.php:684 -msgid "Status information" -msgstr "" - -#: mod/profiles.php:685 -msgid "Additional information" -msgstr "" - -#: mod/profiles.php:687 mod/network.php:956 -#: src/Core/NotificationsManager.php:185 -msgid "Personal" -msgstr "" - -#: mod/profiles.php:688 -msgid "Relation" -msgstr "" - -#: mod/profiles.php:689 src/Util/Temporal.php:81 src/Util/Temporal.php:83 -msgid "Miscellaneous" -msgstr "" - -#: mod/profiles.php:692 -msgid "Your Gender:" -msgstr "" - -#: mod/profiles.php:693 -msgid " Marital Status:" -msgstr "" - -#: mod/profiles.php:694 src/Model/Profile.php:780 -msgid "Sexual Preference:" -msgstr "" - -#: mod/profiles.php:695 -msgid "Example: fishing photography software" -msgstr "" - -#: mod/profiles.php:700 -msgid "Profile Name:" -msgstr "" - -#: mod/profiles.php:702 -msgid "" -"This is your public profile.
It may " -"be visible to anybody using the internet." -msgstr "" - -#: mod/profiles.php:703 -msgid "Your Full Name:" -msgstr "" - -#: mod/profiles.php:704 -msgid "Title/Description:" -msgstr "" - -#: mod/profiles.php:707 -msgid "Street Address:" -msgstr "" - -#: mod/profiles.php:708 -msgid "Locality/City:" -msgstr "" - -#: mod/profiles.php:709 -msgid "Region/State:" -msgstr "" - -#: mod/profiles.php:710 -msgid "Postal/Zip Code:" -msgstr "" - -#: mod/profiles.php:711 -msgid "Country:" -msgstr "" - -#: mod/profiles.php:712 src/Util/Temporal.php:149 -msgid "Age: " -msgstr "" - -#: mod/profiles.php:715 -msgid "Who: (if applicable)" -msgstr "" - -#: mod/profiles.php:715 -msgid "Examples: cathy123, Cathy Williams, cathy@example.com" -msgstr "" - -#: mod/profiles.php:716 -msgid "Since [date]:" -msgstr "" - -#: mod/profiles.php:718 -msgid "Tell us about yourself..." -msgstr "" - -#: mod/profiles.php:719 -msgid "XMPP (Jabber) address:" -msgstr "" - -#: mod/profiles.php:719 -msgid "" -"The XMPP address will be propagated to your contacts so that they can follow " -"you." -msgstr "" - -#: mod/profiles.php:720 -msgid "Homepage URL:" -msgstr "" - -#: mod/profiles.php:721 src/Model/Profile.php:788 -msgid "Hometown:" -msgstr "" - -#: mod/profiles.php:722 src/Model/Profile.php:796 -msgid "Political Views:" -msgstr "" - -#: mod/profiles.php:723 -msgid "Religious Views:" -msgstr "" - -#: mod/profiles.php:724 -msgid "Public Keywords:" -msgstr "" - -#: mod/profiles.php:724 -msgid "(Used for suggesting potential friends, can be seen by others)" -msgstr "" - -#: mod/profiles.php:725 -msgid "Private Keywords:" -msgstr "" - -#: mod/profiles.php:725 -msgid "(Used for searching profiles, never shown to others)" -msgstr "" - -#: mod/profiles.php:726 src/Model/Profile.php:812 -msgid "Likes:" -msgstr "" - -#: mod/profiles.php:727 src/Model/Profile.php:816 -msgid "Dislikes:" -msgstr "" - -#: mod/profiles.php:728 -msgid "Musical interests" -msgstr "" - -#: mod/profiles.php:729 -msgid "Books, literature" -msgstr "" - -#: mod/profiles.php:730 -msgid "Television" -msgstr "" - -#: mod/profiles.php:731 -msgid "Film/dance/culture/entertainment" -msgstr "" - -#: mod/profiles.php:732 -msgid "Hobbies/Interests" -msgstr "" - -#: mod/profiles.php:733 -msgid "Love/romance" -msgstr "" - -#: mod/profiles.php:734 -msgid "Work/employment" -msgstr "" - -#: mod/profiles.php:735 -msgid "School/education" -msgstr "" - -#: mod/profiles.php:736 -msgid "Contact information and Social Networks" -msgstr "" - -#: mod/profiles.php:767 src/Model/Profile.php:385 -msgid "Profile Image" -msgstr "" - -#: mod/profiles.php:769 src/Model/Profile.php:388 -msgid "visible to everybody" -msgstr "" - -#: mod/profiles.php:776 -msgid "Edit/Manage Profiles" -msgstr "" - -#: mod/profiles.php:777 src/Model/Profile.php:375 src/Model/Profile.php:397 -msgid "Change profile photo" -msgstr "" - -#: mod/profiles.php:778 src/Model/Profile.php:376 -msgid "Create New Profile" -msgstr "" - -#: mod/register.php:99 -msgid "" -"Registration successful. Please check your email for further instructions." -msgstr "" - -#: mod/register.php:103 -#, php-format -msgid "" -"Failed to send email message. Here your accout details:
login: %s
" -"password: %s

You can change your password after login." -msgstr "" - -#: mod/register.php:110 -msgid "Registration successful." -msgstr "" - -#: mod/register.php:115 -msgid "Your registration can not be processed." -msgstr "" - -#: mod/register.php:162 -msgid "Your registration is pending approval by the site owner." -msgstr "" - -#: mod/register.php:220 -msgid "" -"You may (optionally) fill in this form via OpenID by supplying your OpenID " -"and clicking 'Register'." -msgstr "" - -#: mod/register.php:221 -msgid "" -"If you are not familiar with OpenID, please leave that field blank and fill " -"in the rest of the items." -msgstr "" - -#: mod/register.php:222 -msgid "Your OpenID (optional): " -msgstr "" - -#: mod/register.php:234 -msgid "Include your profile in member directory?" -msgstr "" - -#: mod/register.php:259 -msgid "Note for the admin" -msgstr "" - -#: mod/register.php:259 -msgid "Leave a message for the admin, why you want to join this node" -msgstr "" - -#: mod/register.php:260 -msgid "Membership on this site is by invitation only." -msgstr "" - -#: mod/register.php:261 -msgid "Your invitation code: " -msgstr "" - -#: mod/register.php:264 mod/admin.php:1360 -msgid "Registration" -msgstr "" - -#: mod/register.php:270 -msgid "Your Full Name (e.g. Joe Smith, real or real-looking): " -msgstr "" - -#: mod/register.php:271 -msgid "" -"Your Email Address: (Initial information will be send there, so this has to " -"be an existing address.)" -msgstr "" - -#: mod/register.php:273 mod/settings.php:1199 -msgid "New Password:" -msgstr "" - -#: mod/register.php:273 -msgid "Leave empty for an auto generated password." -msgstr "" - -#: mod/register.php:274 mod/settings.php:1200 -msgid "Confirm:" -msgstr "" - -#: mod/register.php:275 -#, php-format -msgid "" -"Choose a profile nickname. This must begin with a text character. Your " -"profile address on this site will then be 'nickname@%s'." -msgstr "" - -#: mod/register.php:276 -msgid "Choose a nickname: " -msgstr "" - -#: mod/register.php:279 src/Content/Nav.php:128 src/Module/Login.php:283 -msgid "Register" -msgstr "" - -#: mod/register.php:286 -msgid "Import your profile to this friendica instance" -msgstr "" - -#: mod/register.php:288 mod/admin.php:188 mod/admin.php:302 -#: src/Module/Tos.php:48 -msgid "Terms of Service" -msgstr "" - -#: mod/removeme.php:43 -msgid "User deleted their account" -msgstr "" - -#: mod/removeme.php:44 -msgid "" -"On your Friendica node an user deleted their account. Please ensure that " -"their data is removed from the backups." -msgstr "" - -#: mod/removeme.php:45 -#, php-format -msgid "The user id is %d" -msgstr "" - -#: mod/removeme.php:76 mod/removeme.php:79 -msgid "Remove My Account" -msgstr "" - -#: mod/removeme.php:77 -msgid "" -"This will completely remove your account. Once this has been done it is not " -"recoverable." -msgstr "" - -#: mod/removeme.php:78 -msgid "Please enter your password for verification:" -msgstr "" - -#: mod/babel.php:22 -msgid "Source input" -msgstr "" - -#: mod/babel.php:28 -msgid "BBCode::toPlaintext" -msgstr "" - -#: mod/babel.php:34 -msgid "BBCode::convert (raw HTML)" -msgstr "" - -#: mod/babel.php:39 -msgid "BBCode::convert" -msgstr "" - -#: mod/babel.php:45 -msgid "BBCode::convert => HTML::toBBCode" -msgstr "" - -#: mod/babel.php:51 -msgid "BBCode::toMarkdown" -msgstr "" - -#: mod/babel.php:57 -msgid "BBCode::toMarkdown => Markdown::convert" -msgstr "" - -#: mod/babel.php:63 -msgid "BBCode::toMarkdown => Markdown::toBBCode" -msgstr "" - -#: mod/babel.php:69 -msgid "BBCode::toMarkdown => Markdown::convert => HTML::toBBCode" -msgstr "" - -#: mod/babel.php:76 -msgid "Source input \\x28Diaspora format\\x29" -msgstr "" - -#: mod/babel.php:82 -msgid "Markdown::toBBCode" -msgstr "" - -#: mod/babel.php:89 -msgid "Raw HTML input" -msgstr "" - -#: mod/babel.php:94 -msgid "HTML Input" -msgstr "" - -#: mod/babel.php:100 -msgid "HTML::toBBCode" -msgstr "" - -#: mod/babel.php:106 -msgid "HTML::toPlaintext" -msgstr "" - -#: mod/babel.php:114 -msgid "Source text" -msgstr "" - -#: mod/babel.php:115 -msgid "BBCode" -msgstr "" - -#: mod/babel.php:116 -msgid "Markdown" -msgstr "" - -#: mod/babel.php:117 -msgid "HTML" -msgstr "" - -#: mod/community.php:51 -msgid "Community option not available." -msgstr "" - -#: mod/community.php:68 -msgid "Not available." -msgstr "" - -#: mod/community.php:81 -msgid "Local Community" -msgstr "" - -#: mod/community.php:84 -msgid "Posts from local users on this server" -msgstr "" - -#: mod/community.php:92 -msgid "Global Community" -msgstr "" - -#: mod/community.php:95 -msgid "Posts from users of the whole federated network" -msgstr "" - -#: mod/community.php:185 -msgid "" -"This community stream shows all public posts received by this node. They may " -"not reflect the opinions of this node’s users." -msgstr "" - -#: mod/friendica.php:77 -msgid "This is Friendica, version" -msgstr "" - -#: mod/friendica.php:78 -msgid "running at web location" -msgstr "" - -#: mod/friendica.php:82 -msgid "" -"Please visit Friendi.ca to learn more " -"about the Friendica project." -msgstr "" - -#: mod/friendica.php:86 -msgid "Bug reports and issues: please visit" -msgstr "" - -#: mod/friendica.php:86 -msgid "the bugtracker at github" -msgstr "" - -#: mod/friendica.php:89 -msgid "" -"Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca" -msgstr "" - -#: mod/friendica.php:103 -msgid "Installed addons/apps:" -msgstr "" - -#: mod/friendica.php:117 -msgid "No installed addons/apps" -msgstr "" - -#: mod/friendica.php:122 -#, php-format -msgid "Read about the Terms of Service of this node." -msgstr "" - -#: mod/friendica.php:127 -msgid "On this server the following remote servers are blocked." -msgstr "" - -#: mod/friendica.php:128 mod/dfrn_request.php:347 mod/admin.php:353 -#: mod/admin.php:371 src/Model/Contact.php:1271 -msgid "Blocked domain" -msgstr "" - -#: mod/friendica.php:128 mod/admin.php:354 mod/admin.php:372 -msgid "Reason for the block" -msgstr "" - -#: mod/invite.php:33 -msgid "Total invitation limit exceeded." -msgstr "" - -#: mod/invite.php:55 -#, php-format -msgid "%s : Not a valid email address." -msgstr "" - -#: mod/invite.php:87 -msgid "Please join us on Friendica" -msgstr "" - -#: mod/invite.php:96 -msgid "Invitation limit exceeded. Please contact your site administrator." -msgstr "" - -#: mod/invite.php:100 -#, php-format -msgid "%s : Message delivery failed." -msgstr "" - -#: mod/invite.php:104 -#, php-format -msgid "%d message sent." -msgid_plural "%d messages sent." -msgstr[0] "" -msgstr[1] "" - -#: mod/invite.php:122 -msgid "You have no more invitations available" -msgstr "" - -#: mod/invite.php:130 -#, php-format -msgid "" -"Visit %s for a list of public sites that you can join. Friendica members on " -"other sites can all connect with each other, as well as with members of many " -"other social networks." -msgstr "" - -#: mod/invite.php:132 -#, php-format -msgid "" -"To accept this invitation, please visit and register at %s or any other " -"public Friendica website." -msgstr "" - -#: mod/invite.php:133 -#, php-format -msgid "" -"Friendica sites all inter-connect to create a huge privacy-enhanced social " -"web that is owned and controlled by its members. They can also connect with " -"many traditional social networks. See %s for a list of alternate Friendica " -"sites you can join." -msgstr "" - -#: mod/invite.php:137 -msgid "" -"Our apologies. This system is not currently configured to connect with other " -"public sites or invite members." -msgstr "" - -#: mod/invite.php:141 -msgid "" -"Friendica sites all inter-connect to create a huge privacy-enhanced social " -"web that is owned and controlled by its members. They can also connect with " -"many traditional social networks." -msgstr "" - -#: mod/invite.php:140 -#, php-format -msgid "To accept this invitation, please visit and register at %s." -msgstr "" - -#: mod/invite.php:147 -msgid "Send invitations" -msgstr "" - -#: mod/invite.php:148 -msgid "Enter email addresses, one per line:" -msgstr "" - -#: mod/invite.php:149 -msgid "" -"You are cordially invited to join me and other close friends on Friendica - " -"and help us to create a better social web." -msgstr "" - -#: mod/invite.php:151 -msgid "You will need to supply this invitation code: $invite_code" -msgstr "" - -#: mod/invite.php:151 -msgid "" -"Once you have registered, please connect with me via my profile page at:" -msgstr "" - -#: mod/invite.php:153 -msgid "" -"For more information about the Friendica project and why we feel it is " -"important, please visit http://friendi.ca" -msgstr "" - -#: mod/network.php:202 src/Model/Group.php:413 -msgid "add" -msgstr "" - -#: mod/network.php:547 -#, php-format -msgid "" -"Warning: This group contains %s member from a network that doesn't allow non " -"public messages." -msgid_plural "" -"Warning: This group contains %s members from a network that doesn't allow " -"non public messages." -msgstr[0] "" -msgstr[1] "" - -#: mod/network.php:550 -msgid "Messages in this group won't be send to these receivers." -msgstr "" - -#: mod/network.php:618 -msgid "No such group" -msgstr "" - -#: mod/network.php:643 -#, php-format -msgid "Group: %s" -msgstr "" - -#: mod/network.php:669 -msgid "Private messages to this person are at risk of public disclosure." -msgstr "" - -#: mod/network.php:672 -msgid "Invalid contact." -msgstr "" - -#: mod/network.php:937 -msgid "Commented Order" -msgstr "" - -#: mod/network.php:940 -msgid "Sort by Comment Date" -msgstr "" - -#: mod/network.php:945 -msgid "Posted Order" -msgstr "" - -#: mod/network.php:948 -msgid "Sort by Post Date" -msgstr "" - -#: mod/network.php:959 -msgid "Posts that mention or involve you" -msgstr "" - -#: mod/network.php:967 -msgid "New" -msgstr "" - -#: mod/network.php:970 -msgid "Activity Stream - by date" -msgstr "" - -#: mod/network.php:978 -msgid "Shared Links" -msgstr "" - -#: mod/network.php:981 -msgid "Interesting Links" -msgstr "" - -#: mod/network.php:989 -msgid "Starred" -msgstr "" - -#: mod/network.php:992 -msgid "Favourite Posts" -msgstr "" - -#: mod/profile.php:37 src/Model/Profile.php:118 -msgid "Requested profile is not available." -msgstr "" - -#: mod/profile.php:78 src/Protocol/OStatus.php:1252 -#, php-format -msgid "%s's posts" -msgstr "" - -#: mod/profile.php:79 src/Protocol/OStatus.php:1253 -#, php-format -msgid "%s's comments" -msgstr "" - -#: mod/profile.php:80 src/Protocol/OStatus.php:1251 -#, php-format -msgid "%s's timeline" -msgstr "" - -#: mod/profile.php:194 -msgid "Tips for New Members" -msgstr "" - -#: mod/crepair.php:87 -msgid "Contact settings applied." -msgstr "" - -#: mod/crepair.php:89 -msgid "Contact update failed." -msgstr "" - -#: mod/crepair.php:114 -msgid "" -"WARNING: This is highly advanced and if you enter incorrect " -"information your communications with this contact may stop working." -msgstr "" - -#: mod/crepair.php:115 -msgid "" -"Please use your browser 'Back' button now if you are " -"uncertain what to do on this page." -msgstr "" - -#: mod/crepair.php:129 mod/crepair.php:131 -msgid "No mirroring" -msgstr "" - -#: mod/crepair.php:129 -msgid "Mirror as forwarded posting" -msgstr "" - -#: mod/crepair.php:129 mod/crepair.php:131 -msgid "Mirror as my own posting" -msgstr "" - -#: mod/crepair.php:144 -msgid "Return to contact editor" -msgstr "" - -#: mod/crepair.php:146 -msgid "Refetch contact data" -msgstr "" - -#: mod/crepair.php:149 -msgid "Remote Self" -msgstr "" - -#: mod/crepair.php:152 -msgid "Mirror postings from this contact" -msgstr "" - -#: mod/crepair.php:154 -msgid "" -"Mark this contact as remote_self, this will cause friendica to repost new " -"entries from this contact." -msgstr "" - -#: mod/crepair.php:158 mod/settings.php:677 mod/settings.php:703 -#: mod/admin.php:490 mod/admin.php:1811 mod/admin.php:1822 mod/admin.php:1835 -#: mod/admin.php:1851 -msgid "Name" -msgstr "" - -#: mod/crepair.php:159 -msgid "Account Nickname" -msgstr "" - -#: mod/crepair.php:160 -msgid "@Tagname - overrides Name/Nickname" -msgstr "" - -#: mod/crepair.php:161 -msgid "Account URL" -msgstr "" - -#: mod/crepair.php:162 -msgid "Friend Request URL" -msgstr "" - -#: mod/crepair.php:163 -msgid "Friend Confirm URL" -msgstr "" - -#: mod/crepair.php:164 -msgid "Notification Endpoint URL" -msgstr "" - -#: mod/crepair.php:165 -msgid "Poll/Feed URL" -msgstr "" - -#: mod/crepair.php:166 -msgid "New photo from this URL" -msgstr "" - -#: mod/dfrn_confirm.php:132 -msgid "" -"This may occasionally happen if contact was requested by both persons and it " -"has already been approved." -msgstr "" - -#: mod/dfrn_confirm.php:242 -msgid "Response from remote site was not understood." -msgstr "" - -#: mod/dfrn_confirm.php:249 mod/dfrn_confirm.php:254 -msgid "Unexpected response from remote site: " -msgstr "" - -#: mod/dfrn_confirm.php:263 -msgid "Confirmation completed successfully." -msgstr "" - -#: mod/dfrn_confirm.php:275 -msgid "Temporary failure. Please wait and try again." -msgstr "" - -#: mod/dfrn_confirm.php:278 -msgid "Introduction failed or was revoked." -msgstr "" - -#: mod/dfrn_confirm.php:283 -msgid "Remote site reported: " -msgstr "" - -#: mod/dfrn_confirm.php:390 -msgid "Unable to set contact photo." -msgstr "" - -#: mod/dfrn_confirm.php:492 -#, php-format -msgid "No user record found for '%s' " -msgstr "" - -#: mod/dfrn_confirm.php:502 -msgid "Our site encryption key is apparently messed up." -msgstr "" - -#: mod/dfrn_confirm.php:513 -msgid "Empty site URL was provided or URL could not be decrypted by us." -msgstr "" - -#: mod/dfrn_confirm.php:529 -msgid "Contact record was not found for you on our site." -msgstr "" - -#: mod/dfrn_confirm.php:543 -#, php-format -msgid "Site public key not available in contact record for URL %s." -msgstr "" - -#: mod/dfrn_confirm.php:559 -msgid "" -"The ID provided by your system is a duplicate on our system. It should work " -"if you try again." -msgstr "" - -#: mod/dfrn_confirm.php:570 -msgid "Unable to set your contact credentials on our system." -msgstr "" - -#: mod/dfrn_confirm.php:625 -msgid "Unable to update your contact profile details on our system" -msgstr "" - -#: mod/dfrn_confirm.php:655 mod/dfrn_request.php:564 src/Model/Contact.php:1568 -msgid "[Name Withheld]" -msgstr "" - -#: mod/dfrn_confirm.php:688 -#, php-format -msgid "%1$s has joined %2$s" -msgstr "" - -#: mod/dfrn_poll.php:123 mod/dfrn_poll.php:539 -#, php-format -msgid "%1$s welcomes %2$s" -msgstr "" - -#: mod/dfrn_request.php:94 -msgid "This introduction has already been accepted." -msgstr "" - -#: mod/dfrn_request.php:112 mod/dfrn_request.php:355 -msgid "Profile location is not valid or does not contain profile information." -msgstr "" - -#: mod/dfrn_request.php:116 mod/dfrn_request.php:359 -msgid "Warning: profile location has no identifiable owner name." -msgstr "" - -#: mod/dfrn_request.php:119 mod/dfrn_request.php:362 -msgid "Warning: profile location has no profile photo." -msgstr "" - -#: mod/dfrn_request.php:123 mod/dfrn_request.php:366 -#, php-format -msgid "%d required parameter was not found at the given location" -msgid_plural "%d required parameters were not found at the given location" -msgstr[0] "" -msgstr[1] "" - -#: mod/dfrn_request.php:162 -msgid "Introduction complete." -msgstr "" - -#: mod/dfrn_request.php:199 -msgid "Unrecoverable protocol error." -msgstr "" - -#: mod/dfrn_request.php:226 -msgid "Profile unavailable." -msgstr "" - -#: mod/dfrn_request.php:248 -#, php-format -msgid "%s has received too many connection requests today." -msgstr "" - -#: mod/dfrn_request.php:249 -msgid "Spam protection measures have been invoked." -msgstr "" - -#: mod/dfrn_request.php:250 -msgid "Friends are advised to please try again in 24 hours." -msgstr "" - -#: mod/dfrn_request.php:276 -msgid "Invalid locator" -msgstr "" - -#: mod/dfrn_request.php:312 -msgid "You have already introduced yourself here." -msgstr "" - -#: mod/dfrn_request.php:315 -#, php-format -msgid "Apparently you are already friends with %s." -msgstr "" - -#: mod/dfrn_request.php:335 -msgid "Invalid profile URL." -msgstr "" - -#: mod/dfrn_request.php:341 src/Model/Contact.php:1266 -msgid "Disallowed profile URL." -msgstr "" - -#: mod/dfrn_request.php:435 -msgid "Your introduction has been sent." -msgstr "" - -#: mod/dfrn_request.php:473 -msgid "" -"Remote subscription can't be done for your network. Please subscribe " -"directly on your system." -msgstr "" - -#: mod/dfrn_request.php:489 -msgid "Please login to confirm introduction." -msgstr "" - -#: mod/dfrn_request.php:497 -msgid "" -"Incorrect identity currently logged in. Please login to this profile." -msgstr "" - -#: mod/dfrn_request.php:511 mod/dfrn_request.php:528 -msgid "Confirm" -msgstr "" - -#: mod/dfrn_request.php:523 -msgid "Hide this contact" -msgstr "" - -#: mod/dfrn_request.php:526 -#, php-format -msgid "Welcome home %s." -msgstr "" - -#: mod/dfrn_request.php:527 -#, php-format -msgid "Please confirm your introduction/connection request to %s." -msgstr "" - -#: mod/dfrn_request.php:638 -msgid "" -"Please enter your 'Identity Address' from one of the following supported " -"communications networks:" -msgstr "" - -#: mod/dfrn_request.php:641 -#, php-format -msgid "" -"If you are not yet a member of the free social web, follow " -"this link to find a public Friendica site and join us today." -msgstr "" - -#: mod/dfrn_request.php:646 -msgid "Friend/Connection Request" -msgstr "" - -#: mod/dfrn_request.php:647 -msgid "" -"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, " -"testuser@gnusocial.de" -msgstr "" - -#: mod/dfrn_request.php:652 src/Content/ContactSelector.php:79 -msgid "Friendica" -msgstr "" - -#: mod/dfrn_request.php:653 -msgid "GNU Social (Pleroma, Mastodon)" -msgstr "" - -#: mod/dfrn_request.php:654 -msgid "Diaspora (Socialhome, Hubzilla)" -msgstr "" - -#: mod/dfrn_request.php:655 -#, php-format -msgid "" -" - please do not use this form. Instead, enter %s into your Diaspora search " -"bar." -msgstr "" - -#: mod/help.php:48 -msgid "Help:" -msgstr "" - -#: mod/help.php:54 view/theme/vier/theme.php:297 src/Content/Nav.php:134 -msgid "Help" -msgstr "" - -#: mod/help.php:63 index.php:317 -msgid "Page not found." +#: mod/lockview.php:55 +msgid "Visible to:" msgstr "" #: mod/install.php:87 @@ -4624,6 +1760,10 @@ msgstr "" msgid "System check" msgstr "" +#: mod/install.php:156 mod/cal.php:277 mod/events.php:395 +msgid "Next" +msgstr "" + #: mod/install.php:157 msgid "Check again" msgstr "" @@ -4722,81 +1862,217 @@ msgid "" "administrator email. This will allow you to enter the site admin panel." msgstr "" -#: mod/message.php:30 src/Content/Nav.php:195 -msgid "New Message" +#: mod/dfrn_confirm.php:74 mod/profiles.php:39 mod/profiles.php:149 +#: mod/profiles.php:196 mod/profiles.php:618 +msgid "Profile not found." msgstr "" -#: mod/message.php:77 -msgid "Unable to locate contact information." -msgstr "" - -#: mod/message.php:112 view/theme/frio/theme.php:268 src/Content/Nav.php:192 -msgid "Messages" -msgstr "" - -#: mod/message.php:136 -msgid "Do you really want to delete this message?" -msgstr "" - -#: mod/message.php:152 -msgid "Message deleted." -msgstr "" - -#: mod/message.php:166 -msgid "Conversation removed." -msgstr "" - -#: mod/message.php:272 -msgid "No messages." -msgstr "" - -#: mod/message.php:311 -msgid "Message not available." -msgstr "" - -#: mod/message.php:378 -msgid "Delete message" -msgstr "" - -#: mod/message.php:380 mod/message.php:481 -msgid "D, d M Y - g:i A" -msgstr "" - -#: mod/message.php:395 mod/message.php:478 -msgid "Delete conversation" -msgstr "" - -#: mod/message.php:397 +#: mod/dfrn_confirm.php:132 msgid "" -"No secure communications available. You may be able to " -"respond from the sender's profile page." +"This may occasionally happen if contact was requested by both persons and it " +"has already been approved." msgstr "" -#: mod/message.php:401 -msgid "Send Reply" +#: mod/dfrn_confirm.php:242 +msgid "Response from remote site was not understood." msgstr "" -#: mod/message.php:452 +#: mod/dfrn_confirm.php:249 mod/dfrn_confirm.php:254 +msgid "Unexpected response from remote site: " +msgstr "" + +#: mod/dfrn_confirm.php:263 +msgid "Confirmation completed successfully." +msgstr "" + +#: mod/dfrn_confirm.php:275 +msgid "Temporary failure. Please wait and try again." +msgstr "" + +#: mod/dfrn_confirm.php:278 +msgid "Introduction failed or was revoked." +msgstr "" + +#: mod/dfrn_confirm.php:283 +msgid "Remote site reported: " +msgstr "" + +#: mod/dfrn_confirm.php:390 +msgid "Unable to set contact photo." +msgstr "" + +#: mod/dfrn_confirm.php:492 #, php-format -msgid "Unknown sender - %s" +msgid "No user record found for '%s' " msgstr "" -#: mod/message.php:454 -#, php-format -msgid "You and %s" +#: mod/dfrn_confirm.php:502 +msgid "Our site encryption key is apparently messed up." msgstr "" -#: mod/message.php:456 -#, php-format -msgid "%s and You" +#: mod/dfrn_confirm.php:513 +msgid "Empty site URL was provided or URL could not be decrypted by us." msgstr "" -#: mod/message.php:484 +#: mod/dfrn_confirm.php:529 +msgid "Contact record was not found for you on our site." +msgstr "" + +#: mod/dfrn_confirm.php:543 #, php-format -msgid "%d message" -msgid_plural "%d messages" -msgstr[0] "" -msgstr[1] "" +msgid "Site public key not available in contact record for URL %s." +msgstr "" + +#: mod/dfrn_confirm.php:559 +msgid "" +"The ID provided by your system is a duplicate on our system. It should work " +"if you try again." +msgstr "" + +#: mod/dfrn_confirm.php:570 +msgid "Unable to set your contact credentials on our system." +msgstr "" + +#: mod/dfrn_confirm.php:625 +msgid "Unable to update your contact profile details on our system" +msgstr "" + +#: mod/dfrn_confirm.php:655 mod/dfrn_request.php:564 src/Model/Contact.php:1568 +msgid "[Name Withheld]" +msgstr "" + +#: mod/dfrn_confirm.php:688 +#, php-format +msgid "%1$s has joined %2$s" +msgstr "" + +#: mod/dirfind.php:49 +#, php-format +msgid "People Search - %s" +msgstr "" + +#: mod/dirfind.php:60 +#, php-format +msgid "Forum Search - %s" +msgstr "" + +#: mod/dirfind.php:215 mod/match.php:105 mod/suggest.php:101 +#: mod/allfriends.php:90 src/Model/Profile.php:293 src/Content/Widget.php:37 +msgid "Connect" +msgstr "" + +#: mod/dirfind.php:253 mod/match.php:125 +msgid "No matches" +msgstr "" + +#: mod/manage.php:180 +msgid "Manage Identities and/or Pages" +msgstr "" + +#: mod/manage.php:181 +msgid "" +"Toggle between different identities or community/group pages which share " +"your account details or which you have been granted \"manage\" permissions" +msgstr "" + +#: mod/manage.php:182 +msgid "Select an identity to manage: " +msgstr "" + +#: mod/videos.php:139 +msgid "Do you really want to delete this video?" +msgstr "" + +#: mod/videos.php:144 +msgid "Delete Video" +msgstr "" + +#: mod/videos.php:199 mod/webfinger.php:16 mod/directory.php:42 +#: mod/search.php:98 mod/search.php:104 mod/viewcontacts.php:45 +#: mod/display.php:203 mod/dfrn_request.php:603 mod/probe.php:13 +#: mod/community.php:27 mod/photos.php:932 +msgid "Public access denied." +msgstr "" + +#: mod/videos.php:207 +msgid "No videos selected" +msgstr "" + +#: mod/videos.php:309 mod/photos.php:1036 +msgid "Access to this item is restricted." +msgstr "" + +#: mod/videos.php:387 mod/photos.php:1704 +msgid "View Album" +msgstr "" + +#: mod/videos.php:396 +msgid "Recent Videos" +msgstr "" + +#: mod/videos.php:398 +msgid "Upload New Videos" +msgstr "" + +#: mod/webfinger.php:17 mod/probe.php:14 +msgid "Only logged in users are permitted to perform a probing." +msgstr "" + +#: mod/directory.php:148 mod/notifications.php:247 mod/contacts.php:660 +#: mod/events.php:518 src/Model/Event.php:60 src/Model/Event.php:85 +#: src/Model/Event.php:421 src/Model/Event.php:900 src/Model/Profile.php:413 +msgid "Location:" +msgstr "" + +#: mod/directory.php:151 mod/notifications.php:253 src/Model/Profile.php:416 +#: src/Model/Profile.php:743 +msgid "Gender:" +msgstr "" + +#: mod/directory.php:152 src/Model/Profile.php:417 src/Model/Profile.php:767 +msgid "Status:" +msgstr "" + +#: mod/directory.php:153 src/Model/Profile.php:418 src/Model/Profile.php:784 +msgid "Homepage:" +msgstr "" + +#: mod/directory.php:154 mod/notifications.php:249 mod/contacts.php:664 +#: src/Model/Profile.php:419 src/Model/Profile.php:804 +msgid "About:" +msgstr "" + +#: mod/directory.php:204 +msgid "Find on this site" +msgstr "" + +#: mod/directory.php:206 +msgid "Results for:" +msgstr "" + +#: mod/directory.php:208 +msgid "Site Directory" +msgstr "" + +#: mod/directory.php:213 +msgid "No entries (some entries may be hidden)." +msgstr "" + +#: mod/match.php:48 +msgid "No keywords to match. Please add keywords to your default profile." +msgstr "" + +#: mod/match.php:104 +msgid "is interested in:" +msgstr "" + +#: mod/match.php:120 +msgid "Profile Match" +msgstr "" + +#: mod/settings.php:51 mod/photos.php:126 +msgid "everybody" +msgstr "" #: mod/settings.php:56 msgid "Account" @@ -4814,7 +2090,7 @@ msgstr "" msgid "Social Networks" msgstr "" -#: mod/settings.php:87 mod/admin.php:185 mod/admin.php:1933 mod/admin.php:1993 +#: mod/settings.php:87 mod/admin.php:185 mod/admin.php:1929 mod/admin.php:1989 msgid "Addons" msgstr "" @@ -4826,6 +2102,10 @@ msgstr "" msgid "Connected apps" msgstr "" +#: mod/settings.php:108 mod/uexport.php:52 +msgid "Export personal data" +msgstr "" + #: mod/settings.php:115 msgid "Remove account" msgstr "" @@ -4834,6 +2114,10 @@ msgstr "" msgid "Missing some important data!" msgstr "" +#: mod/settings.php:169 mod/settings.php:701 mod/contacts.php:826 +msgid "Update" +msgstr "" + #: mod/settings.php:278 msgid "Failed to connect with email account using the settings provided." msgstr "" @@ -4912,6 +2196,13 @@ msgstr "" msgid "Add application" msgstr "" +#: mod/settings.php:675 mod/settings.php:782 mod/settings.php:870 +#: mod/settings.php:959 mod/settings.php:1192 mod/delegate.php:168 +#: mod/admin.php:307 mod/admin.php:1354 mod/admin.php:1990 mod/admin.php:2243 +#: mod/admin.php:2317 mod/admin.php:2464 +msgid "Save Settings" +msgstr "" + #: mod/settings.php:678 mod/settings.php:704 msgid "Consumer Key" msgstr "" @@ -4960,11 +2251,11 @@ msgstr "" msgid "Addon Settings" msgstr "" -#: mod/settings.php:773 mod/admin.php:2457 mod/admin.php:2458 +#: mod/settings.php:773 mod/admin.php:2453 mod/admin.php:2454 msgid "Off" msgstr "" -#: mod/settings.php:773 mod/admin.php:2457 mod/admin.php:2458 +#: mod/settings.php:773 mod/admin.php:2453 mod/admin.php:2454 msgid "On" msgstr "" @@ -5234,12 +2525,6 @@ msgstr "" msgid "Content Settings" msgstr "" -#: mod/settings.php:981 view/theme/duepuntozero/config.php:73 -#: view/theme/frio/config.php:120 view/theme/quattro/config.php:75 -#: view/theme/vier/config.php:121 -msgid "Theme settings" -msgstr "" - #: mod/settings.php:1000 msgid "Unable to find your profile. Please contact your admin." msgstr "" @@ -5256,7 +2541,7 @@ msgstr "" msgid "Community Forum Subtypes" msgstr "" -#: mod/settings.php:1051 mod/admin.php:1761 +#: mod/settings.php:1051 mod/admin.php:1757 msgid "Personal Page" msgstr "" @@ -5264,7 +2549,7 @@ msgstr "" msgid "Account for a personal profile." msgstr "" -#: mod/settings.php:1055 mod/admin.php:1762 +#: mod/settings.php:1055 mod/admin.php:1758 msgid "Organisation Page" msgstr "" @@ -5274,7 +2559,7 @@ msgid "" "\"Followers\"." msgstr "" -#: mod/settings.php:1059 mod/admin.php:1763 +#: mod/settings.php:1059 mod/admin.php:1759 msgid "News Page" msgstr "" @@ -5284,7 +2569,7 @@ msgid "" "\"Followers\"." msgstr "" -#: mod/settings.php:1063 mod/admin.php:1764 +#: mod/settings.php:1063 mod/admin.php:1760 msgid "Community Forum" msgstr "" @@ -5292,7 +2577,7 @@ msgstr "" msgid "Account for community discussions." msgstr "" -#: mod/settings.php:1067 mod/admin.php:1754 +#: mod/settings.php:1067 mod/admin.php:1750 msgid "Normal Account Page" msgstr "" @@ -5302,7 +2587,7 @@ msgid "" "\"Friends\" and \"Followers\"." msgstr "" -#: mod/settings.php:1071 mod/admin.php:1755 +#: mod/settings.php:1071 mod/admin.php:1751 msgid "Soapbox Page" msgstr "" @@ -5312,7 +2597,7 @@ msgid "" "\"Followers\"." msgstr "" -#: mod/settings.php:1075 mod/admin.php:1756 +#: mod/settings.php:1075 mod/admin.php:1752 msgid "Public Forum" msgstr "" @@ -5320,7 +2605,7 @@ msgstr "" msgid "Automatically approves all contact requests." msgstr "" -#: mod/settings.php:1079 mod/admin.php:1757 +#: mod/settings.php:1079 mod/admin.php:1753 msgid "Automatic Friend Page" msgstr "" @@ -5357,6 +2642,16 @@ msgid "" "href=\"%s\">%s). Your profile will be visible in public." msgstr "" +#: mod/settings.php:1103 mod/settings.php:1109 mod/settings.php:1116 +#: mod/settings.php:1120 mod/settings.php:1124 mod/settings.php:1128 +#: mod/settings.php:1132 mod/settings.php:1136 mod/settings.php:1156 +#: mod/settings.php:1157 mod/settings.php:1158 mod/settings.php:1159 +#: mod/settings.php:1160 mod/register.php:238 mod/dfrn_request.php:649 +#: mod/api.php:111 mod/follow.php:150 mod/profiles.php:636 mod/profiles.php:640 +#: mod/profiles.php:661 +msgid "No" +msgstr "" + #: mod/settings.php:1109 msgid "Publish your default profile in the global social directory?" msgstr "" @@ -5480,6 +2775,14 @@ msgstr "" msgid "Password Settings" msgstr "" +#: mod/settings.php:1199 mod/register.php:273 +msgid "New Password:" +msgstr "" + +#: mod/settings.php:1200 mod/register.php:274 +msgid "Confirm:" +msgstr "" + #: mod/settings.php:1200 msgid "Leave password fields blank unless changing" msgstr "" @@ -5550,6 +2853,14 @@ msgstr "" msgid "(click to open/close)" msgstr "" +#: mod/settings.php:1227 mod/photos.php:1106 mod/photos.php:1449 +msgid "Show to Groups" +msgstr "" + +#: mod/settings.php:1228 mod/photos.php:1107 mod/photos.php:1450 +msgid "Show to Contacts" +msgstr "" + #: mod/settings.php:1229 msgid "Default Private Post" msgstr "" @@ -5670,6 +2981,1278 @@ msgstr "" msgid "Resend relocate message to contacts" msgstr "" +#: mod/ping.php:292 +msgid "{0} wants to be your friend" +msgstr "" + +#: mod/ping.php:307 +msgid "{0} sent you a message" +msgstr "" + +#: mod/ping.php:322 +msgid "{0} requested registration" +msgstr "" + +#: mod/search.php:37 mod/network.php:194 +msgid "Remove term" +msgstr "" + +#: mod/search.php:46 mod/network.php:201 src/Content/Feature.php:100 +msgid "Saved Searches" +msgstr "" + +#: mod/search.php:105 +msgid "Only logged in users are permitted to perform a search." +msgstr "" + +#: mod/search.php:129 +msgid "Too Many Requests" +msgstr "" + +#: mod/search.php:130 +msgid "Only one search per minute is permitted for not logged in users." +msgstr "" + +#: mod/search.php:228 mod/community.php:141 +msgid "No results." +msgstr "" + +#: mod/search.php:234 +#, php-format +msgid "Items tagged with: %s" +msgstr "" + +#: mod/search.php:236 mod/contacts.php:819 +#, php-format +msgid "Results for: %s" +msgstr "" + +#: mod/common.php:91 +msgid "No contacts in common." +msgstr "" + +#: mod/common.php:140 mod/contacts.php:886 +msgid "Common Friends" +msgstr "" + +#: mod/bookmarklet.php:23 src/Module/Login.php:312 src/Content/Nav.php:114 +msgid "Login" +msgstr "" + +#: mod/bookmarklet.php:51 +msgid "The post was created" +msgstr "" + +#: mod/network.php:202 src/Model/Group.php:413 +msgid "add" +msgstr "" + +#: mod/network.php:547 +#, php-format +msgid "" +"Warning: This group contains %s member from a network that doesn't allow non " +"public messages." +msgid_plural "" +"Warning: This group contains %s members from a network that doesn't allow " +"non public messages." +msgstr[0] "" +msgstr[1] "" + +#: mod/network.php:550 +msgid "Messages in this group won't be send to these receivers." +msgstr "" + +#: mod/network.php:618 +msgid "No such group" +msgstr "" + +#: mod/network.php:639 mod/group.php:216 +msgid "Group is empty" +msgstr "" + +#: mod/network.php:643 +#, php-format +msgid "Group: %s" +msgstr "" + +#: mod/network.php:669 +msgid "Private messages to this person are at risk of public disclosure." +msgstr "" + +#: mod/network.php:672 +msgid "Invalid contact." +msgstr "" + +#: mod/network.php:937 +msgid "Commented Order" +msgstr "" + +#: mod/network.php:940 +msgid "Sort by Comment Date" +msgstr "" + +#: mod/network.php:945 +msgid "Posted Order" +msgstr "" + +#: mod/network.php:948 +msgid "Sort by Post Date" +msgstr "" + +#: mod/network.php:956 mod/profiles.php:687 +#: src/Core/NotificationsManager.php:185 +msgid "Personal" +msgstr "" + +#: mod/network.php:959 +msgid "Posts that mention or involve you" +msgstr "" + +#: mod/network.php:967 +msgid "New" +msgstr "" + +#: mod/network.php:970 +msgid "Activity Stream - by date" +msgstr "" + +#: mod/network.php:978 +msgid "Shared Links" +msgstr "" + +#: mod/network.php:981 +msgid "Interesting Links" +msgstr "" + +#: mod/network.php:989 +msgid "Starred" +msgstr "" + +#: mod/network.php:992 +msgid "Favourite Posts" +msgstr "" + +#: mod/group.php:36 +msgid "Group created." +msgstr "" + +#: mod/group.php:42 +msgid "Could not create group." +msgstr "" + +#: mod/group.php:56 mod/group.php:157 +msgid "Group not found." +msgstr "" + +#: mod/group.php:70 +msgid "Group name changed." +msgstr "" + +#: mod/group.php:97 +msgid "Save Group" +msgstr "" + +#: mod/group.php:102 +msgid "Create a group of contacts/friends." +msgstr "" + +#: mod/group.php:103 mod/group.php:199 src/Model/Group.php:421 +msgid "Group Name: " +msgstr "" + +#: mod/group.php:127 +msgid "Group removed." +msgstr "" + +#: mod/group.php:129 +msgid "Unable to remove group." +msgstr "" + +#: mod/group.php:192 +msgid "Delete Group" +msgstr "" + +#: mod/group.php:198 +msgid "Group Editor" +msgstr "" + +#: mod/group.php:203 +msgid "Edit Group Name" +msgstr "" + +#: mod/group.php:213 +msgid "Members" +msgstr "" + +#: mod/group.php:215 mod/contacts.php:719 +msgid "All Contacts" +msgstr "" + +#: mod/group.php:229 +msgid "Remove Contact" +msgstr "" + +#: mod/group.php:253 +msgid "Add Contact" +msgstr "" + +#: mod/group.php:265 mod/profperm.php:115 +msgid "Click on a contact to add or remove." +msgstr "" + +#: mod/delegate.php:37 +msgid "Parent user not found." +msgstr "" + +#: mod/delegate.php:144 +msgid "No parent user" +msgstr "" + +#: mod/delegate.php:159 +msgid "Parent Password:" +msgstr "" + +#: mod/delegate.php:159 +msgid "" +"Please enter the password of the parent account to legitimize your request." +msgstr "" + +#: mod/delegate.php:164 +msgid "Parent User" +msgstr "" + +#: mod/delegate.php:167 +msgid "" +"Parent users have total control about this account, including the account " +"settings. Please double check whom you give this access." +msgstr "" + +#: mod/delegate.php:169 src/Content/Nav.php:201 +msgid "Delegate Page Management" +msgstr "" + +#: mod/delegate.php:170 +msgid "Delegates" +msgstr "" + +#: mod/delegate.php:172 +msgid "" +"Delegates are able to manage all aspects of this account/page except for " +"basic account settings. Please do not delegate your personal account to " +"anybody that you do not trust completely." +msgstr "" + +#: mod/delegate.php:173 +msgid "Existing Page Delegates" +msgstr "" + +#: mod/delegate.php:175 +msgid "Potential Delegates" +msgstr "" + +#: mod/delegate.php:177 mod/tagrm.php:98 +msgid "Remove" +msgstr "" + +#: mod/delegate.php:178 +msgid "Add" +msgstr "" + +#: mod/delegate.php:179 +msgid "No entries." +msgstr "" + +#: mod/uexport.php:44 +msgid "Export account" +msgstr "" + +#: mod/uexport.php:44 +msgid "" +"Export your account info and contacts. Use this to make a backup of your " +"account and/or to move it to another server." +msgstr "" + +#: mod/uexport.php:45 +msgid "Export all" +msgstr "" + +#: mod/uexport.php:45 +msgid "" +"Export your accout info, contacts and all your items as json. Could be a " +"very big file, and could take a lot of time. Use this to make a full backup " +"of your account (photos are not exported)" +msgstr "" + +#: mod/repair_ostatus.php:18 +msgid "Resubscribing to OStatus contacts" +msgstr "" + +#: mod/repair_ostatus.php:34 +msgid "Error" +msgstr "" + +#: mod/repair_ostatus.php:48 mod/ostatus_subscribe.php:64 +msgid "Done" +msgstr "" + +#: mod/repair_ostatus.php:54 mod/ostatus_subscribe.php:88 +msgid "Keep this window open until done." +msgstr "" + +#: mod/viewcontacts.php:87 +msgid "No contacts." +msgstr "" + +#: mod/viewcontacts.php:112 mod/nogroup.php:42 mod/contacts.php:619 +#: mod/contacts.php:959 +#, php-format +msgid "Visit %s's profile [%s]" +msgstr "" + +#: mod/unfollow.php:34 +msgid "Contact wasn't found or can't be unfollowed." +msgstr "" + +#: mod/unfollow.php:47 +msgid "Contact unfollowed" +msgstr "" + +#: mod/unfollow.php:65 mod/dfrn_request.php:658 mod/follow.php:62 +msgid "Submit Request" +msgstr "" + +#: mod/unfollow.php:73 +msgid "You aren't a friend of this contact." +msgstr "" + +#: mod/unfollow.php:79 +msgid "Unfollowing is currently not supported by your network." +msgstr "" + +#: mod/unfollow.php:100 mod/contacts.php:599 +msgid "Disconnect/Unfollow" +msgstr "" + +#: mod/unfollow.php:113 mod/dfrn_request.php:656 mod/follow.php:157 +msgid "Your Identity Address:" +msgstr "" + +#: mod/unfollow.php:122 mod/notifications.php:258 mod/admin.php:490 +#: mod/admin.php:500 mod/contacts.php:656 mod/follow.php:166 +msgid "Profile URL" +msgstr "" + +#: mod/unfollow.php:132 mod/contacts.php:858 mod/follow.php:186 +#: src/Model/Profile.php:889 +msgid "Status Messages and Posts" +msgstr "" + +#: mod/update_notes.php:40 mod/update_network.php:33 mod/update_profile.php:39 +#: mod/update_community.php:27 mod/update_display.php:27 +msgid "[Embedded content - reload page to view]" +msgstr "" + +#: mod/register.php:99 +msgid "" +"Registration successful. Please check your email for further instructions." +msgstr "" + +#: mod/register.php:103 +#, php-format +msgid "" +"Failed to send email message. Here your accout details:
login: %s
" +"password: %s

You can change your password after login." +msgstr "" + +#: mod/register.php:110 +msgid "Registration successful." +msgstr "" + +#: mod/register.php:115 +msgid "Your registration can not be processed." +msgstr "" + +#: mod/register.php:162 +msgid "Your registration is pending approval by the site owner." +msgstr "" + +#: mod/register.php:191 mod/uimport.php:55 +msgid "" +"This site has exceeded the number of allowed daily account registrations. " +"Please try again tomorrow." +msgstr "" + +#: mod/register.php:220 +msgid "" +"You may (optionally) fill in this form via OpenID by supplying your OpenID " +"and clicking 'Register'." +msgstr "" + +#: mod/register.php:221 +msgid "" +"If you are not familiar with OpenID, please leave that field blank and fill " +"in the rest of the items." +msgstr "" + +#: mod/register.php:222 +msgid "Your OpenID (optional): " +msgstr "" + +#: mod/register.php:234 +msgid "Include your profile in member directory?" +msgstr "" + +#: mod/register.php:259 +msgid "Note for the admin" +msgstr "" + +#: mod/register.php:259 +msgid "Leave a message for the admin, why you want to join this node" +msgstr "" + +#: mod/register.php:260 +msgid "Membership on this site is by invitation only." +msgstr "" + +#: mod/register.php:261 +msgid "Your invitation code: " +msgstr "" + +#: mod/register.php:264 mod/admin.php:1356 +msgid "Registration" +msgstr "" + +#: mod/register.php:270 +msgid "Your Full Name (e.g. Joe Smith, real or real-looking): " +msgstr "" + +#: mod/register.php:271 +msgid "" +"Your Email Address: (Initial information will be send there, so this has to " +"be an existing address.)" +msgstr "" + +#: mod/register.php:273 +msgid "Leave empty for an auto generated password." +msgstr "" + +#: mod/register.php:275 +#, php-format +msgid "" +"Choose a profile nickname. This must begin with a text character. Your " +"profile address on this site will then be 'nickname@%s'." +msgstr "" + +#: mod/register.php:276 +msgid "Choose a nickname: " +msgstr "" + +#: mod/register.php:279 src/Module/Login.php:283 src/Content/Nav.php:128 +msgid "Register" +msgstr "" + +#: mod/register.php:285 mod/uimport.php:70 +msgid "Import" +msgstr "" + +#: mod/register.php:286 +msgid "Import your profile to this friendica instance" +msgstr "" + +#: mod/register.php:288 mod/admin.php:188 mod/admin.php:302 +#: src/Module/Tos.php:48 +msgid "Terms of Service" +msgstr "" + +#: mod/notifications.php:37 +msgid "Invalid request identifier." +msgstr "" + +#: mod/notifications.php:46 mod/notifications.php:183 mod/notifications.php:230 +msgid "Discard" +msgstr "" + +#: mod/notifications.php:62 mod/notifications.php:182 mod/notifications.php:266 +#: mod/contacts.php:638 mod/contacts.php:828 mod/contacts.php:1019 +msgid "Ignore" +msgstr "" + +#: mod/notifications.php:98 src/Content/Nav.php:187 +msgid "Notifications" +msgstr "" + +#: mod/notifications.php:107 +msgid "Network Notifications" +msgstr "" + +#: mod/notifications.php:113 mod/notify.php:81 +msgid "System Notifications" +msgstr "" + +#: mod/notifications.php:119 +msgid "Personal Notifications" +msgstr "" + +#: mod/notifications.php:125 +msgid "Home Notifications" +msgstr "" + +#: mod/notifications.php:155 +msgid "Show Ignored Requests" +msgstr "" + +#: mod/notifications.php:155 +msgid "Hide Ignored Requests" +msgstr "" + +#: mod/notifications.php:167 mod/notifications.php:237 +msgid "Notification type: " +msgstr "" + +#: mod/notifications.php:170 +#, php-format +msgid "suggested by %s" +msgstr "" + +#: mod/notifications.php:175 mod/notifications.php:254 mod/contacts.php:646 +msgid "Hide this contact from others" +msgstr "" + +#: mod/notifications.php:176 mod/notifications.php:255 +msgid "Post a new friend activity" +msgstr "" + +#: mod/notifications.php:176 mod/notifications.php:255 +msgid "if applicable" +msgstr "" + +#: mod/notifications.php:179 mod/notifications.php:264 mod/admin.php:1821 +msgid "Approve" +msgstr "" + +#: mod/notifications.php:198 +msgid "Claims to be known to you: " +msgstr "" + +#: mod/notifications.php:199 +msgid "yes" +msgstr "" + +#: mod/notifications.php:199 +msgid "no" +msgstr "" + +#: mod/notifications.php:200 mod/notifications.php:205 +msgid "Shall your connection be bidirectional or not?" +msgstr "" + +#: mod/notifications.php:201 mod/notifications.php:206 +#, php-format +msgid "" +"Accepting %s as a friend allows %s to subscribe to your posts, and you will " +"also receive updates from them in your news feed." +msgstr "" + +#: mod/notifications.php:202 +#, php-format +msgid "" +"Accepting %s as a subscriber allows them to subscribe to your posts, but you " +"will not receive updates from them in your news feed." +msgstr "" + +#: mod/notifications.php:207 +#, php-format +msgid "" +"Accepting %s as a sharer allows them to subscribe to your posts, but you " +"will not receive updates from them in your news feed." +msgstr "" + +#: mod/notifications.php:218 +msgid "Friend" +msgstr "" + +#: mod/notifications.php:219 +msgid "Sharer" +msgstr "" + +#: mod/notifications.php:219 +msgid "Subscriber" +msgstr "" + +#: mod/notifications.php:251 mod/contacts.php:666 mod/follow.php:174 +#: src/Model/Profile.php:792 +msgid "Tags:" +msgstr "" + +#: mod/notifications.php:261 mod/contacts.php:71 src/Model/Profile.php:516 +msgid "Network:" +msgstr "" + +#: mod/notifications.php:275 +msgid "No introductions." +msgstr "" + +#: mod/notifications.php:316 +msgid "Show unread" +msgstr "" + +#: mod/notifications.php:316 +msgid "Show all" +msgstr "" + +#: mod/notifications.php:322 +#, php-format +msgid "No more %s notifications." +msgstr "" + +#: mod/message.php:30 src/Content/Nav.php:195 +msgid "New Message" +msgstr "" + +#: mod/message.php:77 +msgid "Unable to locate contact information." +msgstr "" + +#: mod/message.php:136 +msgid "Do you really want to delete this message?" +msgstr "" + +#: mod/message.php:152 +msgid "Message deleted." +msgstr "" + +#: mod/message.php:166 +msgid "Conversation removed." +msgstr "" + +#: mod/message.php:272 +msgid "No messages." +msgstr "" + +#: mod/message.php:311 +msgid "Message not available." +msgstr "" + +#: mod/message.php:378 +msgid "Delete message" +msgstr "" + +#: mod/message.php:380 mod/message.php:481 +msgid "D, d M Y - g:i A" +msgstr "" + +#: mod/message.php:395 mod/message.php:478 +msgid "Delete conversation" +msgstr "" + +#: mod/message.php:397 +msgid "" +"No secure communications available. You may be able to " +"respond from the sender's profile page." +msgstr "" + +#: mod/message.php:401 +msgid "Send Reply" +msgstr "" + +#: mod/message.php:452 +#, php-format +msgid "Unknown sender - %s" +msgstr "" + +#: mod/message.php:454 +#, php-format +msgid "You and %s" +msgstr "" + +#: mod/message.php:456 +#, php-format +msgid "%s and You" +msgstr "" + +#: mod/message.php:484 +#, php-format +msgid "%d message" +msgid_plural "%d messages" +msgstr[0] "" +msgstr[1] "" + +#: mod/hcard.php:18 +msgid "No profile" +msgstr "" + +#: mod/ostatus_subscribe.php:21 +msgid "Subscribing to OStatus contacts" +msgstr "" + +#: mod/ostatus_subscribe.php:33 +msgid "No contact provided." +msgstr "" + +#: mod/ostatus_subscribe.php:40 +msgid "Couldn't fetch information for contact." +msgstr "" + +#: mod/ostatus_subscribe.php:50 +msgid "Couldn't fetch friends for contact." +msgstr "" + +#: mod/ostatus_subscribe.php:78 +msgid "success" +msgstr "" + +#: mod/ostatus_subscribe.php:80 +msgid "failed" +msgstr "" + +#: mod/ostatus_subscribe.php:83 src/Object/Post.php:269 +msgid "ignored" +msgstr "" + +#: mod/nogroup.php:43 mod/contacts.php:960 +msgid "Edit contact" +msgstr "" + +#: mod/nogroup.php:63 +msgid "Contacts who are not members of a group" +msgstr "" + +#: mod/dfrn_poll.php:123 mod/dfrn_poll.php:539 +#, php-format +msgid "%1$s welcomes %2$s" +msgstr "" + +#: mod/removeme.php:43 +msgid "User deleted their account" +msgstr "" + +#: mod/removeme.php:44 +msgid "" +"On your Friendica node an user deleted their account. Please ensure that " +"their data is removed from the backups." +msgstr "" + +#: mod/removeme.php:45 +#, php-format +msgid "The user id is %d" +msgstr "" + +#: mod/removeme.php:76 mod/removeme.php:79 +msgid "Remove My Account" +msgstr "" + +#: mod/removeme.php:77 +msgid "" +"This will completely remove your account. Once this has been done it is not " +"recoverable." +msgstr "" + +#: mod/removeme.php:78 +msgid "Please enter your password for verification:" +msgstr "" + +#: mod/tagrm.php:47 +msgid "Tag removed" +msgstr "" + +#: mod/tagrm.php:85 +msgid "Remove Item Tag" +msgstr "" + +#: mod/tagrm.php:87 +msgid "Select a tag to remove: " +msgstr "" + +#: mod/home.php:39 +#, php-format +msgid "Welcome to %s" +msgstr "" + +#: mod/suggest.php:36 +msgid "Do you really want to delete this suggestion?" +msgstr "" + +#: mod/suggest.php:73 +msgid "" +"No suggestions available. If this is a new site, please try again in 24 " +"hours." +msgstr "" + +#: mod/suggest.php:84 mod/suggest.php:104 +msgid "Ignore/Hide" +msgstr "" + +#: mod/filer.php:34 +msgid "- select -" +msgstr "" + +#: mod/friendica.php:77 +msgid "This is Friendica, version" +msgstr "" + +#: mod/friendica.php:78 +msgid "running at web location" +msgstr "" + +#: mod/friendica.php:82 +msgid "" +"Please visit Friendi.ca to learn more " +"about the Friendica project." +msgstr "" + +#: mod/friendica.php:86 +msgid "Bug reports and issues: please visit" +msgstr "" + +#: mod/friendica.php:86 +msgid "the bugtracker at github" +msgstr "" + +#: mod/friendica.php:89 +msgid "" +"Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca" +msgstr "" + +#: mod/friendica.php:103 +msgid "Installed addons/apps:" +msgstr "" + +#: mod/friendica.php:117 +msgid "No installed addons/apps" +msgstr "" + +#: mod/friendica.php:122 +#, php-format +msgid "Read about the Terms of Service of this node." +msgstr "" + +#: mod/friendica.php:127 +msgid "On this server the following remote servers are blocked." +msgstr "" + +#: mod/friendica.php:128 mod/admin.php:353 mod/admin.php:371 +#: mod/dfrn_request.php:347 src/Model/Contact.php:1271 +msgid "Blocked domain" +msgstr "" + +#: mod/friendica.php:128 mod/admin.php:354 mod/admin.php:372 +msgid "Reason for the block" +msgstr "" + +#: mod/display.php:313 mod/cal.php:142 mod/profile.php:173 +msgid "Access to this profile has been restricted." +msgstr "" + +#: mod/wall_upload.php:38 mod/wall_upload.php:54 mod/wall_upload.php:112 +#: mod/wall_upload.php:155 mod/wall_upload.php:158 mod/wall_attach.php:24 +#: mod/wall_attach.php:32 mod/wall_attach.php:83 +msgid "Invalid request." +msgstr "" + +#: mod/wall_upload.php:186 mod/profile_photo.php:153 mod/photos.php:763 +#: mod/photos.php:766 mod/photos.php:795 +#, php-format +msgid "Image exceeds size limit of %s" +msgstr "" + +#: mod/wall_upload.php:200 mod/profile_photo.php:162 mod/photos.php:818 +msgid "Unable to process image." +msgstr "" + +#: mod/wall_upload.php:231 mod/item.php:471 local/testupload.php:123 +#: local/testupload.php:137 local/testupload.php:144 local/testupload.php:166 +#: src/Object/Image.php:953 src/Object/Image.php:969 src/Object/Image.php:977 +#: src/Object/Image.php:1002 +msgid "Wall Photos" +msgstr "" + +#: mod/wall_upload.php:239 mod/profile_photo.php:307 mod/photos.php:847 +msgid "Image upload failed." +msgstr "" + +#: mod/newmember.php:11 +msgid "Welcome to Friendica" +msgstr "" + +#: mod/newmember.php:12 +msgid "New Member Checklist" +msgstr "" + +#: mod/newmember.php:14 +msgid "" +"We would like to offer some tips and links to help make your experience " +"enjoyable. Click any item to visit the relevant page. A link to this page " +"will be visible from your home page for two weeks after your initial " +"registration and then will quietly disappear." +msgstr "" + +#: mod/newmember.php:15 +msgid "Getting Started" +msgstr "" + +#: mod/newmember.php:17 +msgid "Friendica Walk-Through" +msgstr "" + +#: mod/newmember.php:17 +msgid "" +"On your Quick Start page - find a brief introduction to your " +"profile and network tabs, make some new connections, and find some groups to " +"join." +msgstr "" + +#: mod/newmember.php:21 +msgid "Go to Your Settings" +msgstr "" + +#: mod/newmember.php:21 +msgid "" +"On your Settings page - change your initial password. Also make a " +"note of your Identity Address. This looks just like an email address - and " +"will be useful in making friends on the free social web." +msgstr "" + +#: mod/newmember.php:22 +msgid "" +"Review the other settings, particularly the privacy settings. An unpublished " +"directory listing is like having an unlisted phone number. In general, you " +"should probably publish your listing - unless all of your friends and " +"potential friends know exactly how to find you." +msgstr "" + +#: mod/newmember.php:26 mod/profile_photo.php:249 mod/profiles.php:691 +msgid "Upload Profile Photo" +msgstr "" + +#: mod/newmember.php:26 +msgid "" +"Upload a profile photo if you have not done so already. Studies have shown " +"that people with real photos of themselves are ten times more likely to make " +"friends than people who do not." +msgstr "" + +#: mod/newmember.php:27 +msgid "Edit Your Profile" +msgstr "" + +#: mod/newmember.php:27 +msgid "" +"Edit your default profile to your liking. Review the " +"settings for hiding your list of friends and hiding the profile from unknown " +"visitors." +msgstr "" + +#: mod/newmember.php:28 +msgid "Profile Keywords" +msgstr "" + +#: mod/newmember.php:28 +msgid "" +"Set some public keywords for your default profile which describe your " +"interests. We may be able to find other people with similar interests and " +"suggest friendships." +msgstr "" + +#: mod/newmember.php:30 +msgid "Connecting" +msgstr "" + +#: mod/newmember.php:36 +msgid "Importing Emails" +msgstr "" + +#: mod/newmember.php:36 +msgid "" +"Enter your email access information on your Connector Settings page if you " +"wish to import and interact with friends or mailing lists from your email " +"INBOX" +msgstr "" + +#: mod/newmember.php:39 +msgid "Go to Your Contacts Page" +msgstr "" + +#: mod/newmember.php:39 +msgid "" +"Your Contacts page is your gateway to managing friendships and connecting " +"with friends on other networks. Typically you enter their address or site " +"URL in the Add New Contact dialog." +msgstr "" + +#: mod/newmember.php:40 +msgid "Go to Your Site's Directory" +msgstr "" + +#: mod/newmember.php:40 +msgid "" +"The Directory page lets you find other people in this network or other " +"federated sites. Look for a Connect or Follow link on " +"their profile page. Provide your own Identity Address if requested." +msgstr "" + +#: mod/newmember.php:41 +msgid "Finding New People" +msgstr "" + +#: mod/newmember.php:41 +msgid "" +"On the side panel of the Contacts page are several tools to find new " +"friends. We can match people by interest, look up people by name or " +"interest, and provide suggestions based on network relationships. On a brand " +"new site, friend suggestions will usually begin to be populated within 24 " +"hours." +msgstr "" + +#: mod/newmember.php:43 src/Model/Group.php:414 +msgid "Groups" +msgstr "" + +#: mod/newmember.php:45 +msgid "Group Your Contacts" +msgstr "" + +#: mod/newmember.php:45 +msgid "" +"Once you have made some friends, organize them into private conversation " +"groups from the sidebar of your Contacts page and then you can interact with " +"each group privately on your Network page." +msgstr "" + +#: mod/newmember.php:48 +msgid "Why Aren't My Posts Public?" +msgstr "" + +#: mod/newmember.php:48 +msgid "" +"Friendica respects your privacy. By default, your posts will only show up to " +"people you've added as friends. For more information, see the help section " +"from the link above." +msgstr "" + +#: mod/newmember.php:52 +msgid "Getting Help" +msgstr "" + +#: mod/newmember.php:54 +msgid "Go to the Help Section" +msgstr "" + +#: mod/newmember.php:54 +msgid "" +"Our help pages may be consulted for detail on other program " +"features and resources." +msgstr "" + +#: mod/lostpass.php:27 +msgid "No valid account found." +msgstr "" + +#: mod/lostpass.php:39 +msgid "Password reset request issued. Check your email." +msgstr "" + +#: mod/lostpass.php:45 +#, php-format +msgid "" +"\n" +"\t\tDear %1$s,\n" +"\t\t\tA request was recently received at \"%2$s\" to reset your account\n" +"\t\tpassword. In order to confirm this request, please select the " +"verification link\n" +"\t\tbelow or paste it into your web browser address bar.\n" +"\n" +"\t\tIf you did NOT request this change, please DO NOT follow the link\n" +"\t\tprovided and ignore and/or delete this email, the request will expire " +"shortly.\n" +"\n" +"\t\tYour password will not be changed unless we can verify that you\n" +"\t\tissued this request." +msgstr "" + +#: mod/lostpass.php:56 +#, php-format +msgid "" +"\n" +"\t\tFollow this link soon to verify your identity:\n" +"\n" +"\t\t%1$s\n" +"\n" +"\t\tYou will then receive a follow-up message containing the new password.\n" +"\t\tYou may change that password from your account settings page after " +"logging in.\n" +"\n" +"\t\tThe login details are as follows:\n" +"\n" +"\t\tSite Location:\t%2$s\n" +"\t\tLogin Name:\t%3$s" +msgstr "" + +#: mod/lostpass.php:73 +#, php-format +msgid "Password reset requested at %s" +msgstr "" + +#: mod/lostpass.php:89 +msgid "" +"Request could not be verified. (You may have previously submitted it.) " +"Password reset failed." +msgstr "" + +#: mod/lostpass.php:102 +msgid "Request has expired, please make a new one." +msgstr "" + +#: mod/lostpass.php:117 +msgid "Forgot your Password?" +msgstr "" + +#: mod/lostpass.php:118 +msgid "" +"Enter your email address and submit to have your password reset. Then check " +"your email for further instructions." +msgstr "" + +#: mod/lostpass.php:119 src/Module/Login.php:314 +msgid "Nickname or Email: " +msgstr "" + +#: mod/lostpass.php:120 +msgid "Reset" +msgstr "" + +#: mod/lostpass.php:136 src/Module/Login.php:326 +msgid "Password Reset" +msgstr "" + +#: mod/lostpass.php:137 +msgid "Your password has been reset as requested." +msgstr "" + +#: mod/lostpass.php:138 +msgid "Your new password is" +msgstr "" + +#: mod/lostpass.php:139 +msgid "Save or copy your new password - and then" +msgstr "" + +#: mod/lostpass.php:140 +msgid "click here to login" +msgstr "" + +#: mod/lostpass.php:141 +msgid "" +"Your password may be changed from the Settings page after " +"successful login." +msgstr "" + +#: mod/lostpass.php:149 +#, php-format +msgid "" +"\n" +"\t\t\tDear %1$s,\n" +"\t\t\t\tYour password has been changed as requested. Please retain this\n" +"\t\t\tinformation for your records (or change your password immediately to\n" +"\t\t\tsomething that you will remember).\n" +"\t\t" +msgstr "" + +#: mod/lostpass.php:155 +#, php-format +msgid "" +"\n" +"\t\t\tYour login details are as follows:\n" +"\n" +"\t\t\tSite Location:\t%1$s\n" +"\t\t\tLogin Name:\t%2$s\n" +"\t\t\tPassword:\t%3$s\n" +"\n" +"\t\t\tYou may change that password from your account settings page after " +"logging in.\n" +"\t\t" +msgstr "" + +#: mod/lostpass.php:169 +#, php-format +msgid "Your password has been changed at %s" +msgstr "" + +#: mod/babel.php:22 +msgid "Source input" +msgstr "" + +#: mod/babel.php:28 +msgid "BBCode::toPlaintext" +msgstr "" + +#: mod/babel.php:34 +msgid "BBCode::convert (raw HTML)" +msgstr "" + +#: mod/babel.php:39 +msgid "BBCode::convert" +msgstr "" + +#: mod/babel.php:45 +msgid "BBCode::convert => HTML::toBBCode" +msgstr "" + +#: mod/babel.php:51 +msgid "BBCode::toMarkdown" +msgstr "" + +#: mod/babel.php:57 +msgid "BBCode::toMarkdown => Markdown::convert" +msgstr "" + +#: mod/babel.php:63 +msgid "BBCode::toMarkdown => Markdown::toBBCode" +msgstr "" + +#: mod/babel.php:69 +msgid "BBCode::toMarkdown => Markdown::convert => HTML::toBBCode" +msgstr "" + +#: mod/babel.php:76 +msgid "Source input \\x28Diaspora format\\x29" +msgstr "" + +#: mod/babel.php:82 +msgid "Markdown::toBBCode" +msgstr "" + +#: mod/babel.php:89 +msgid "Raw HTML input" +msgstr "" + +#: mod/babel.php:94 +msgid "HTML Input" +msgstr "" + +#: mod/babel.php:100 +msgid "HTML::toBBCode" +msgstr "" + +#: mod/babel.php:106 +msgid "HTML::toPlaintext" +msgstr "" + +#: mod/babel.php:114 +msgid "Source text" +msgstr "" + +#: mod/babel.php:115 +msgid "BBCode" +msgstr "" + +#: mod/babel.php:116 +msgid "Markdown" +msgstr "" + +#: mod/babel.php:117 +msgid "HTML" +msgstr "" + #: mod/admin.php:106 msgid "Theme settings updated." msgstr "" @@ -5690,15 +4273,15 @@ msgstr "" msgid "Configuration" msgstr "" -#: mod/admin.php:183 mod/admin.php:1357 +#: mod/admin.php:183 mod/admin.php:1353 msgid "Site" msgstr "" -#: mod/admin.php:184 mod/admin.php:1285 mod/admin.php:1817 mod/admin.php:1833 +#: mod/admin.php:184 mod/admin.php:1285 mod/admin.php:1813 mod/admin.php:1829 msgid "Users" msgstr "" -#: mod/admin.php:186 mod/admin.php:2202 mod/admin.php:2246 +#: mod/admin.php:186 mod/admin.php:2198 mod/admin.php:2242 msgid "Themes" msgstr "" @@ -5730,11 +4313,11 @@ msgstr "" msgid "Delete Item" msgstr "" -#: mod/admin.php:196 mod/admin.php:197 mod/admin.php:2320 +#: mod/admin.php:196 mod/admin.php:197 mod/admin.php:2316 msgid "Logs" msgstr "" -#: mod/admin.php:198 mod/admin.php:2387 +#: mod/admin.php:198 mod/admin.php:2383 msgid "View Logs" msgstr "" @@ -5767,9 +4350,9 @@ msgid "User registrations waiting for confirmation" msgstr "" #: mod/admin.php:301 mod/admin.php:361 mod/admin.php:478 mod/admin.php:520 -#: mod/admin.php:717 mod/admin.php:752 mod/admin.php:848 mod/admin.php:1356 -#: mod/admin.php:1816 mod/admin.php:1932 mod/admin.php:1992 mod/admin.php:2201 -#: mod/admin.php:2245 mod/admin.php:2319 mod/admin.php:2386 +#: mod/admin.php:717 mod/admin.php:752 mod/admin.php:848 mod/admin.php:1352 +#: mod/admin.php:1812 mod/admin.php:1928 mod/admin.php:1988 mod/admin.php:2197 +#: mod/admin.php:2241 mod/admin.php:2315 mod/admin.php:2382 msgid "Administration" msgstr "" @@ -5910,7 +4493,7 @@ msgstr "" msgid "Block Remote Contact" msgstr "" -#: mod/admin.php:482 mod/admin.php:1819 +#: mod/admin.php:482 mod/admin.php:1815 msgid "select all" msgstr "" @@ -5918,6 +4501,16 @@ msgstr "" msgid "select none" msgstr "" +#: mod/admin.php:484 mod/admin.php:1824 mod/contacts.php:637 +#: mod/contacts.php:827 mod/contacts.php:1011 +msgid "Block" +msgstr "" + +#: mod/admin.php:485 mod/admin.php:1825 mod/contacts.php:637 +#: mod/contacts.php:827 mod/contacts.php:1011 +msgid "Unblock" +msgstr "" + #: mod/admin.php:486 msgid "No remote contact is blocked from this node." msgstr "" @@ -5934,6 +4527,10 @@ msgstr "" msgid "Photo" msgstr "" +#: mod/admin.php:490 mod/profiles.php:394 +msgid "Address" +msgstr "" + #: mod/admin.php:498 #, php-format msgid "%s total blocked contact" @@ -6010,11 +4607,6 @@ msgstr "" msgid "Recipient Profile" msgstr "" -#: mod/admin.php:758 view/theme/frio/theme.php:266 -#: src/Core/NotificationsManager.php:178 src/Content/Nav.php:179 -msgid "Network" -msgstr "" - #: mod/admin.php:759 msgid "Created" msgstr "" @@ -6142,6 +4734,11 @@ msgstr "" msgid "Public postings from local users and the federated network" msgstr "" +#: mod/admin.php:1284 mod/admin.php:1446 mod/admin.php:1456 +#: mod/contacts.php:572 +msgid "Disabled" +msgstr "" + #: mod/admin.php:1286 msgid "Users, Global Contacts" msgstr "" @@ -6206,525 +4803,530 @@ msgstr "" msgid "check the development version" msgstr "" -#: mod/admin.php:1359 +#: mod/admin.php:1355 msgid "Republish users to directory" msgstr "" -#: mod/admin.php:1361 +#: mod/admin.php:1357 msgid "File upload" msgstr "" -#: mod/admin.php:1362 +#: mod/admin.php:1358 msgid "Policies" msgstr "" -#: mod/admin.php:1364 +#: mod/admin.php:1359 mod/contacts.php:895 mod/events.php:532 +#: src/Model/Profile.php:863 +msgid "Advanced" +msgstr "" + +#: mod/admin.php:1360 msgid "Auto Discovered Contact Directory" msgstr "" -#: mod/admin.php:1365 +#: mod/admin.php:1361 msgid "Performance" msgstr "" -#: mod/admin.php:1366 +#: mod/admin.php:1362 msgid "Worker" msgstr "" -#: mod/admin.php:1367 +#: mod/admin.php:1363 msgid "Message Relay" msgstr "" -#: mod/admin.php:1368 +#: mod/admin.php:1364 msgid "" "Relocate - WARNING: advanced function. Could make this server unreachable." msgstr "" -#: mod/admin.php:1371 +#: mod/admin.php:1367 msgid "Site name" msgstr "" -#: mod/admin.php:1372 +#: mod/admin.php:1368 msgid "Host name" msgstr "" -#: mod/admin.php:1373 +#: mod/admin.php:1369 msgid "Sender Email" msgstr "" -#: mod/admin.php:1373 +#: mod/admin.php:1369 msgid "" "The email address your server shall use to send notification emails from." msgstr "" -#: mod/admin.php:1374 +#: mod/admin.php:1370 msgid "Banner/Logo" msgstr "" -#: mod/admin.php:1375 +#: mod/admin.php:1371 msgid "Shortcut icon" msgstr "" -#: mod/admin.php:1375 +#: mod/admin.php:1371 msgid "Link to an icon that will be used for browsers." msgstr "" -#: mod/admin.php:1376 +#: mod/admin.php:1372 msgid "Touch icon" msgstr "" -#: mod/admin.php:1376 +#: mod/admin.php:1372 msgid "Link to an icon that will be used for tablets and mobiles." msgstr "" -#: mod/admin.php:1377 +#: mod/admin.php:1373 msgid "Additional Info" msgstr "" -#: mod/admin.php:1377 +#: mod/admin.php:1373 #, php-format msgid "" "For public servers: you can add additional information here that will be " "listed at %s/servers." msgstr "" -#: mod/admin.php:1378 +#: mod/admin.php:1374 msgid "System language" msgstr "" -#: mod/admin.php:1379 +#: mod/admin.php:1375 msgid "System theme" msgstr "" -#: mod/admin.php:1379 +#: mod/admin.php:1375 msgid "" "Default system theme - may be over-ridden by user profiles - change theme settings" msgstr "" -#: mod/admin.php:1380 +#: mod/admin.php:1376 msgid "Mobile system theme" msgstr "" -#: mod/admin.php:1380 +#: mod/admin.php:1376 msgid "Theme for mobile devices" msgstr "" -#: mod/admin.php:1381 +#: mod/admin.php:1377 msgid "SSL link policy" msgstr "" -#: mod/admin.php:1381 +#: mod/admin.php:1377 msgid "Determines whether generated links should be forced to use SSL" msgstr "" -#: mod/admin.php:1382 +#: mod/admin.php:1378 msgid "Force SSL" msgstr "" -#: mod/admin.php:1382 +#: mod/admin.php:1378 msgid "" "Force all Non-SSL requests to SSL - Attention: on some systems it could lead " "to endless loops." msgstr "" -#: mod/admin.php:1383 +#: mod/admin.php:1379 msgid "Hide help entry from navigation menu" msgstr "" -#: mod/admin.php:1383 +#: mod/admin.php:1379 msgid "" "Hides the menu entry for the Help pages from the navigation menu. You can " "still access it calling /help directly." msgstr "" -#: mod/admin.php:1384 +#: mod/admin.php:1380 msgid "Single user instance" msgstr "" -#: mod/admin.php:1384 +#: mod/admin.php:1380 msgid "Make this instance multi-user or single-user for the named user" msgstr "" -#: mod/admin.php:1385 +#: mod/admin.php:1381 msgid "Maximum image size" msgstr "" -#: mod/admin.php:1385 +#: mod/admin.php:1381 msgid "" "Maximum size in bytes of uploaded images. Default is 0, which means no " "limits." msgstr "" -#: mod/admin.php:1386 +#: mod/admin.php:1382 msgid "Maximum image length" msgstr "" -#: mod/admin.php:1386 +#: mod/admin.php:1382 msgid "" "Maximum length in pixels of the longest side of uploaded images. Default is " "-1, which means no limits." msgstr "" -#: mod/admin.php:1387 +#: mod/admin.php:1383 msgid "JPEG image quality" msgstr "" -#: mod/admin.php:1387 +#: mod/admin.php:1383 msgid "" "Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " "100, which is full quality." msgstr "" -#: mod/admin.php:1389 +#: mod/admin.php:1385 msgid "Register policy" msgstr "" -#: mod/admin.php:1390 +#: mod/admin.php:1386 msgid "Maximum Daily Registrations" msgstr "" -#: mod/admin.php:1390 +#: mod/admin.php:1386 msgid "" "If registration is permitted above, this sets the maximum number of new user " "registrations to accept per day. If register is set to closed, this setting " "has no effect." msgstr "" -#: mod/admin.php:1391 +#: mod/admin.php:1387 msgid "Register text" msgstr "" -#: mod/admin.php:1391 +#: mod/admin.php:1387 msgid "" "Will be displayed prominently on the registration page. You can use BBCode " "here." msgstr "" -#: mod/admin.php:1392 +#: mod/admin.php:1388 msgid "Accounts abandoned after x days" msgstr "" -#: mod/admin.php:1392 +#: mod/admin.php:1388 msgid "" "Will not waste system resources polling external sites for abandonded " "accounts. Enter 0 for no time limit." msgstr "" -#: mod/admin.php:1393 +#: mod/admin.php:1389 msgid "Allowed friend domains" msgstr "" -#: mod/admin.php:1393 +#: mod/admin.php:1389 msgid "" "Comma separated list of domains which are allowed to establish friendships " "with this site. Wildcards are accepted. Empty to allow any domains" msgstr "" -#: mod/admin.php:1394 +#: mod/admin.php:1390 msgid "Allowed email domains" msgstr "" -#: mod/admin.php:1394 +#: mod/admin.php:1390 msgid "" "Comma separated list of domains which are allowed in email addresses for " "registrations to this site. Wildcards are accepted. Empty to allow any " "domains" msgstr "" -#: mod/admin.php:1395 +#: mod/admin.php:1391 msgid "No OEmbed rich content" msgstr "" -#: mod/admin.php:1395 +#: mod/admin.php:1391 msgid "" "Don't show the rich content (e.g. embedded PDF), except from the domains " "listed below." msgstr "" -#: mod/admin.php:1396 +#: mod/admin.php:1392 msgid "Allowed OEmbed domains" msgstr "" -#: mod/admin.php:1396 +#: mod/admin.php:1392 msgid "" "Comma separated list of domains which oembed content is allowed to be " "displayed. Wildcards are accepted." msgstr "" -#: mod/admin.php:1397 +#: mod/admin.php:1393 msgid "Block public" msgstr "" -#: mod/admin.php:1397 +#: mod/admin.php:1393 msgid "" "Check to block public access to all otherwise public personal pages on this " "site unless you are currently logged in." msgstr "" -#: mod/admin.php:1398 +#: mod/admin.php:1394 msgid "Force publish" msgstr "" -#: mod/admin.php:1398 +#: mod/admin.php:1394 msgid "" "Check to force all profiles on this site to be listed in the site directory." msgstr "" -#: mod/admin.php:1399 +#: mod/admin.php:1395 msgid "Global directory URL" msgstr "" -#: mod/admin.php:1399 +#: mod/admin.php:1395 msgid "" "URL to the global directory. If this is not set, the global directory is " "completely unavailable to the application." msgstr "" -#: mod/admin.php:1400 +#: mod/admin.php:1396 msgid "Private posts by default for new users" msgstr "" -#: mod/admin.php:1400 +#: mod/admin.php:1396 msgid "" "Set default post permissions for all new members to the default privacy " "group rather than public." msgstr "" -#: mod/admin.php:1401 +#: mod/admin.php:1397 msgid "Don't include post content in email notifications" msgstr "" -#: mod/admin.php:1401 +#: mod/admin.php:1397 msgid "" "Don't include the content of a post/comment/private message/etc. in the " "email notifications that are sent out from this site, as a privacy measure." msgstr "" -#: mod/admin.php:1402 +#: mod/admin.php:1398 msgid "Disallow public access to addons listed in the apps menu." msgstr "" -#: mod/admin.php:1402 +#: mod/admin.php:1398 msgid "" "Checking this box will restrict addons listed in the apps menu to members " "only." msgstr "" -#: mod/admin.php:1403 +#: mod/admin.php:1399 msgid "Don't embed private images in posts" msgstr "" -#: mod/admin.php:1403 +#: mod/admin.php:1399 msgid "" "Don't replace locally-hosted private photos in posts with an embedded copy " "of the image. This means that contacts who receive posts containing private " "photos will have to authenticate and load each image, which may take a while." msgstr "" -#: mod/admin.php:1404 +#: mod/admin.php:1400 msgid "Allow Users to set remote_self" msgstr "" -#: mod/admin.php:1404 +#: mod/admin.php:1400 msgid "" "With checking this, every user is allowed to mark every contact as a " "remote_self in the repair contact dialog. Setting this flag on a contact " "causes mirroring every posting of that contact in the users stream." msgstr "" -#: mod/admin.php:1405 +#: mod/admin.php:1401 msgid "Block multiple registrations" msgstr "" -#: mod/admin.php:1405 +#: mod/admin.php:1401 msgid "Disallow users to register additional accounts for use as pages." msgstr "" -#: mod/admin.php:1406 +#: mod/admin.php:1402 msgid "OpenID support" msgstr "" -#: mod/admin.php:1406 +#: mod/admin.php:1402 msgid "OpenID support for registration and logins." msgstr "" -#: mod/admin.php:1407 +#: mod/admin.php:1403 msgid "Fullname check" msgstr "" -#: mod/admin.php:1407 +#: mod/admin.php:1403 msgid "" "Force users to register with a space between firstname and lastname in Full " "name, as an antispam measure" msgstr "" -#: mod/admin.php:1408 +#: mod/admin.php:1404 msgid "Community pages for visitors" msgstr "" -#: mod/admin.php:1408 +#: mod/admin.php:1404 msgid "" "Which community pages should be available for visitors. Local users always " "see both pages." msgstr "" -#: mod/admin.php:1409 +#: mod/admin.php:1405 msgid "Posts per user on community page" msgstr "" -#: mod/admin.php:1409 +#: mod/admin.php:1405 msgid "" "The maximum number of posts per user on the community page. (Not valid for " "'Global Community')" msgstr "" -#: mod/admin.php:1410 +#: mod/admin.php:1406 msgid "Enable OStatus support" msgstr "" -#: mod/admin.php:1410 +#: mod/admin.php:1406 msgid "" "Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All " "communications in OStatus are public, so privacy warnings will be " "occasionally displayed." msgstr "" -#: mod/admin.php:1411 +#: mod/admin.php:1407 msgid "Only import OStatus threads from our contacts" msgstr "" -#: mod/admin.php:1411 +#: mod/admin.php:1407 msgid "" "Normally we import every content from our OStatus contacts. With this option " "we only store threads that are started by a contact that is known on our " "system." msgstr "" -#: mod/admin.php:1412 +#: mod/admin.php:1408 msgid "OStatus support can only be enabled if threading is enabled." msgstr "" -#: mod/admin.php:1414 +#: mod/admin.php:1410 msgid "" "Diaspora support can't be enabled because Friendica was installed into a sub " "directory." msgstr "" -#: mod/admin.php:1415 +#: mod/admin.php:1411 msgid "Enable Diaspora support" msgstr "" -#: mod/admin.php:1415 +#: mod/admin.php:1411 msgid "Provide built-in Diaspora network compatibility." msgstr "" -#: mod/admin.php:1416 +#: mod/admin.php:1412 msgid "Only allow Friendica contacts" msgstr "" -#: mod/admin.php:1416 +#: mod/admin.php:1412 msgid "" "All contacts must use Friendica protocols. All other built-in communication " "protocols disabled." msgstr "" -#: mod/admin.php:1417 +#: mod/admin.php:1413 msgid "Verify SSL" msgstr "" -#: mod/admin.php:1417 +#: mod/admin.php:1413 msgid "" "If you wish, you can turn on strict certificate checking. This will mean you " "cannot connect (at all) to self-signed SSL sites." msgstr "" -#: mod/admin.php:1418 +#: mod/admin.php:1414 msgid "Proxy user" msgstr "" -#: mod/admin.php:1419 +#: mod/admin.php:1415 msgid "Proxy URL" msgstr "" -#: mod/admin.php:1420 +#: mod/admin.php:1416 msgid "Network timeout" msgstr "" -#: mod/admin.php:1420 +#: mod/admin.php:1416 msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." msgstr "" -#: mod/admin.php:1421 +#: mod/admin.php:1417 msgid "Maximum Load Average" msgstr "" -#: mod/admin.php:1421 +#: mod/admin.php:1417 msgid "" "Maximum system load before delivery and poll processes are deferred - " "default 50." msgstr "" -#: mod/admin.php:1422 +#: mod/admin.php:1418 msgid "Maximum Load Average (Frontend)" msgstr "" -#: mod/admin.php:1422 +#: mod/admin.php:1418 msgid "Maximum system load before the frontend quits service - default 50." msgstr "" -#: mod/admin.php:1423 +#: mod/admin.php:1419 msgid "Minimal Memory" msgstr "" -#: mod/admin.php:1423 +#: mod/admin.php:1419 msgid "" "Minimal free memory in MB for the worker. Needs access to /proc/meminfo - " "default 0 (deactivated)." msgstr "" -#: mod/admin.php:1424 +#: mod/admin.php:1420 msgid "Maximum table size for optimization" msgstr "" -#: mod/admin.php:1424 +#: mod/admin.php:1420 msgid "" -"Maximum table size (in MB) for the automatic optimization - default 100 MB. " -"Enter -1 to disable it." +"Maximum table size (in MB) for the automatic optimization. Enter -1 to " +"disable it." msgstr "" -#: mod/admin.php:1425 +#: mod/admin.php:1421 msgid "Minimum level of fragmentation" msgstr "" -#: mod/admin.php:1425 +#: mod/admin.php:1421 msgid "" "Minimum fragmenation level to start the automatic optimization - default " "value is 30%." msgstr "" -#: mod/admin.php:1427 +#: mod/admin.php:1423 msgid "Periodical check of global contacts" msgstr "" -#: mod/admin.php:1427 +#: mod/admin.php:1423 msgid "" "If enabled, the global contacts are checked periodically for missing or " "outdated data and the vitality of the contacts and servers." msgstr "" -#: mod/admin.php:1428 +#: mod/admin.php:1424 msgid "Days between requery" msgstr "" -#: mod/admin.php:1428 +#: mod/admin.php:1424 msgid "Number of days after which a server is requeried for his contacts." msgstr "" -#: mod/admin.php:1429 +#: mod/admin.php:1425 msgid "Discover contacts from other servers" msgstr "" -#: mod/admin.php:1429 +#: mod/admin.php:1425 msgid "" "Periodically query other servers for contacts. You can choose between " "'users': the users on the remote system, 'Global Contacts': active contacts " @@ -6734,32 +5336,32 @@ msgid "" "Global Contacts'." msgstr "" -#: mod/admin.php:1430 +#: mod/admin.php:1426 msgid "Timeframe for fetching global contacts" msgstr "" -#: mod/admin.php:1430 +#: mod/admin.php:1426 msgid "" "When the discovery is activated, this value defines the timeframe for the " "activity of the global contacts that are fetched from other servers." msgstr "" -#: mod/admin.php:1431 +#: mod/admin.php:1427 msgid "Search the local directory" msgstr "" -#: mod/admin.php:1431 +#: mod/admin.php:1427 msgid "" "Search the local directory instead of the global directory. When searching " "locally, every search will be executed on the global directory in the " "background. This improves the search results when the search is repeated." msgstr "" -#: mod/admin.php:1433 +#: mod/admin.php:1429 msgid "Publish server information" msgstr "" -#: mod/admin.php:1433 +#: mod/admin.php:1429 msgid "" "If enabled, general server and usage data will be published. The data " "contains the name and version of the server, number of users with public " @@ -6767,50 +5369,50 @@ msgid "" "href='http://the-federation.info/'>the-federation.info for details." msgstr "" -#: mod/admin.php:1435 +#: mod/admin.php:1431 msgid "Check upstream version" msgstr "" -#: mod/admin.php:1435 +#: mod/admin.php:1431 msgid "" "Enables checking for new Friendica versions at github. If there is a new " "version, you will be informed in the admin panel overview." msgstr "" -#: mod/admin.php:1436 +#: mod/admin.php:1432 msgid "Suppress Tags" msgstr "" -#: mod/admin.php:1436 +#: mod/admin.php:1432 msgid "Suppress showing a list of hashtags at the end of the posting." msgstr "" -#: mod/admin.php:1437 +#: mod/admin.php:1433 msgid "Clean database" msgstr "" -#: mod/admin.php:1437 +#: mod/admin.php:1433 msgid "" "Remove old remote items, orphaned database records and old content from some " "other helper tables." msgstr "" -#: mod/admin.php:1438 +#: mod/admin.php:1434 msgid "Lifespan of remote items" msgstr "" -#: mod/admin.php:1438 +#: mod/admin.php:1434 msgid "" "When the database cleanup is enabled, this defines the days after which " "remote items will be deleted. Own items, and marked or filed items are " "always kept. 0 disables this behaviour." msgstr "" -#: mod/admin.php:1439 +#: mod/admin.php:1435 msgid "Lifespan of unclaimed items" msgstr "" -#: mod/admin.php:1439 +#: mod/admin.php:1435 msgid "" "When the database cleanup is enabled, this defines the days after which " "unclaimed remote items (mostly content from the relay) will be deleted. " @@ -6818,129 +5420,129 @@ msgid "" "items if set to 0." msgstr "" -#: mod/admin.php:1440 +#: mod/admin.php:1436 msgid "Path to item cache" msgstr "" -#: mod/admin.php:1440 +#: mod/admin.php:1436 msgid "The item caches buffers generated bbcode and external images." msgstr "" -#: mod/admin.php:1441 +#: mod/admin.php:1437 msgid "Cache duration in seconds" msgstr "" -#: mod/admin.php:1441 +#: mod/admin.php:1437 msgid "" "How long should the cache files be hold? Default value is 86400 seconds (One " "day). To disable the item cache, set the value to -1." msgstr "" -#: mod/admin.php:1442 +#: mod/admin.php:1438 msgid "Maximum numbers of comments per post" msgstr "" -#: mod/admin.php:1442 +#: mod/admin.php:1438 msgid "How much comments should be shown for each post? Default value is 100." msgstr "" -#: mod/admin.php:1443 +#: mod/admin.php:1439 msgid "Temp path" msgstr "" -#: mod/admin.php:1443 +#: mod/admin.php:1439 msgid "" "If you have a restricted system where the webserver can't access the system " "temp path, enter another path here." msgstr "" -#: mod/admin.php:1444 +#: mod/admin.php:1440 msgid "Base path to installation" msgstr "" -#: mod/admin.php:1444 +#: mod/admin.php:1440 msgid "" "If the system cannot detect the correct path to your installation, enter the " "correct path here. This setting should only be set if you are using a " "restricted system and symbolic links to your webroot." msgstr "" -#: mod/admin.php:1445 +#: mod/admin.php:1441 msgid "Disable picture proxy" msgstr "" -#: mod/admin.php:1445 +#: mod/admin.php:1441 msgid "" "The picture proxy increases performance and privacy. It shouldn't be used on " "systems with very low bandwith." msgstr "" -#: mod/admin.php:1446 +#: mod/admin.php:1442 msgid "Only search in tags" msgstr "" -#: mod/admin.php:1446 +#: mod/admin.php:1442 msgid "On large systems the text search can slow down the system extremely." msgstr "" -#: mod/admin.php:1448 +#: mod/admin.php:1444 msgid "New base url" msgstr "" -#: mod/admin.php:1448 +#: mod/admin.php:1444 msgid "" "Change base url for this server. Sends relocate message to all Friendica and " "Diaspora* contacts of all users." msgstr "" -#: mod/admin.php:1450 +#: mod/admin.php:1446 msgid "RINO Encryption" msgstr "" -#: mod/admin.php:1450 +#: mod/admin.php:1446 msgid "Encryption layer between nodes." msgstr "" -#: mod/admin.php:1450 +#: mod/admin.php:1446 msgid "Enabled" msgstr "" -#: mod/admin.php:1452 +#: mod/admin.php:1448 msgid "Maximum number of parallel workers" msgstr "" -#: mod/admin.php:1452 +#: mod/admin.php:1448 msgid "" "On shared hosters set this to 2. On larger systems, values of 10 are great. " "Default value is 4." msgstr "" -#: mod/admin.php:1453 +#: mod/admin.php:1449 msgid "Don't use 'proc_open' with the worker" msgstr "" -#: mod/admin.php:1453 +#: mod/admin.php:1449 msgid "" "Enable this if your system doesn't allow the use of 'proc_open'. This can " "happen on shared hosters. If this is enabled you should increase the " "frequency of worker calls in your crontab." msgstr "" -#: mod/admin.php:1454 +#: mod/admin.php:1450 msgid "Enable fastlane" msgstr "" -#: mod/admin.php:1454 +#: mod/admin.php:1450 msgid "" "When enabed, the fastlane mechanism starts an additional worker if processes " "with higher priority are blocked by processes of lower priority." msgstr "" -#: mod/admin.php:1455 +#: mod/admin.php:1451 msgid "Enable frontend worker" msgstr "" -#: mod/admin.php:1455 +#: mod/admin.php:1451 #, php-format msgid "" "When enabled the Worker process is triggered when backend access is " @@ -6950,131 +5552,131 @@ msgid "" "on your server." msgstr "" -#: mod/admin.php:1457 +#: mod/admin.php:1453 msgid "Subscribe to relay" msgstr "" -#: mod/admin.php:1457 +#: mod/admin.php:1453 msgid "" "Enables the receiving of public posts from the relay. They will be included " "in the search, subscribed tags and on the global community page." msgstr "" -#: mod/admin.php:1458 +#: mod/admin.php:1454 msgid "Relay server" msgstr "" -#: mod/admin.php:1458 +#: mod/admin.php:1454 msgid "" "Address of the relay server where public posts should be send to. For " "example https://relay.diasp.org" msgstr "" -#: mod/admin.php:1459 +#: mod/admin.php:1455 msgid "Direct relay transfer" msgstr "" -#: mod/admin.php:1459 +#: mod/admin.php:1455 msgid "" "Enables the direct transfer to other servers without using the relay servers" msgstr "" -#: mod/admin.php:1460 +#: mod/admin.php:1456 msgid "Relay scope" msgstr "" -#: mod/admin.php:1460 +#: mod/admin.php:1456 msgid "" "Can be 'all' or 'tags'. 'all' means that every public post should be " "received. 'tags' means that only posts with selected tags should be received." msgstr "" -#: mod/admin.php:1460 +#: mod/admin.php:1456 msgid "all" msgstr "" -#: mod/admin.php:1460 +#: mod/admin.php:1456 msgid "tags" msgstr "" -#: mod/admin.php:1461 +#: mod/admin.php:1457 msgid "Server tags" msgstr "" -#: mod/admin.php:1461 +#: mod/admin.php:1457 msgid "Comma separated list of tags for the 'tags' subscription." msgstr "" -#: mod/admin.php:1462 +#: mod/admin.php:1458 msgid "Allow user tags" msgstr "" -#: mod/admin.php:1462 +#: mod/admin.php:1458 msgid "" "If enabled, the tags from the saved searches will used for the 'tags' " "subscription in addition to the 'relay_server_tags'." msgstr "" -#: mod/admin.php:1490 +#: mod/admin.php:1486 msgid "Update has been marked successful" msgstr "" -#: mod/admin.php:1497 +#: mod/admin.php:1493 #, php-format msgid "Database structure update %s was successfully applied." msgstr "" -#: mod/admin.php:1500 +#: mod/admin.php:1496 #, php-format msgid "Executing of database structure update %s failed with error: %s" msgstr "" -#: mod/admin.php:1513 +#: mod/admin.php:1509 #, php-format msgid "Executing %s failed with error: %s" msgstr "" -#: mod/admin.php:1515 +#: mod/admin.php:1511 #, php-format msgid "Update %s was successfully applied." msgstr "" -#: mod/admin.php:1518 +#: mod/admin.php:1514 #, php-format msgid "Update %s did not return a status. Unknown if it succeeded." msgstr "" -#: mod/admin.php:1521 +#: mod/admin.php:1517 #, php-format msgid "There was no additional update function %s that needed to be called." msgstr "" -#: mod/admin.php:1541 +#: mod/admin.php:1537 msgid "No failed updates." msgstr "" -#: mod/admin.php:1542 +#: mod/admin.php:1538 msgid "Check database structure" msgstr "" -#: mod/admin.php:1547 +#: mod/admin.php:1543 msgid "Failed Updates" msgstr "" -#: mod/admin.php:1548 +#: mod/admin.php:1544 msgid "" "This does not include updates prior to 1139, which did not return a status." msgstr "" -#: mod/admin.php:1549 +#: mod/admin.php:1545 msgid "Mark success (if update was manually applied)" msgstr "" -#: mod/admin.php:1550 +#: mod/admin.php:1546 msgid "Attempt to execute this update step automatically" msgstr "" -#: mod/admin.php:1589 +#: mod/admin.php:1585 #, php-format msgid "" "\n" @@ -7082,7 +5684,7 @@ msgid "" "\t\t\t\tthe administrator of %2$s has set up an account for you." msgstr "" -#: mod/admin.php:1592 +#: mod/admin.php:1588 #, php-format msgid "" "\n" @@ -7121,172 +5723,172 @@ msgid "" "\t\t\tThank you and welcome to %4$s." msgstr "" -#: mod/admin.php:1626 src/Model/User.php:663 +#: mod/admin.php:1622 src/Model/User.php:663 #, php-format msgid "Registration details for %s" msgstr "" -#: mod/admin.php:1636 +#: mod/admin.php:1632 #, php-format msgid "%s user blocked/unblocked" msgid_plural "%s users blocked/unblocked" msgstr[0] "" msgstr[1] "" -#: mod/admin.php:1642 +#: mod/admin.php:1638 #, php-format msgid "%s user deleted" msgid_plural "%s users deleted" msgstr[0] "" msgstr[1] "" -#: mod/admin.php:1689 +#: mod/admin.php:1685 #, php-format msgid "User '%s' deleted" msgstr "" -#: mod/admin.php:1697 +#: mod/admin.php:1693 #, php-format msgid "User '%s' unblocked" msgstr "" -#: mod/admin.php:1697 +#: mod/admin.php:1693 #, php-format msgid "User '%s' blocked" msgstr "" -#: mod/admin.php:1758 +#: mod/admin.php:1754 msgid "Private Forum" msgstr "" -#: mod/admin.php:1811 mod/admin.php:1822 mod/admin.php:1835 mod/admin.php:1853 +#: mod/admin.php:1807 mod/admin.php:1818 mod/admin.php:1831 mod/admin.php:1849 #: src/Content/ContactSelector.php:82 msgid "Email" msgstr "" -#: mod/admin.php:1811 mod/admin.php:1835 +#: mod/admin.php:1807 mod/admin.php:1831 msgid "Register date" msgstr "" -#: mod/admin.php:1811 mod/admin.php:1835 +#: mod/admin.php:1807 mod/admin.php:1831 msgid "Last login" msgstr "" -#: mod/admin.php:1811 mod/admin.php:1835 +#: mod/admin.php:1807 mod/admin.php:1831 msgid "Last item" msgstr "" -#: mod/admin.php:1811 +#: mod/admin.php:1807 msgid "Type" msgstr "" -#: mod/admin.php:1818 +#: mod/admin.php:1814 msgid "Add User" msgstr "" -#: mod/admin.php:1820 +#: mod/admin.php:1816 msgid "User registrations waiting for confirm" msgstr "" -#: mod/admin.php:1821 +#: mod/admin.php:1817 msgid "User waiting for permanent deletion" msgstr "" -#: mod/admin.php:1822 +#: mod/admin.php:1818 msgid "Request date" msgstr "" -#: mod/admin.php:1823 +#: mod/admin.php:1819 msgid "No registrations." msgstr "" -#: mod/admin.php:1824 +#: mod/admin.php:1820 msgid "Note from the user" msgstr "" -#: mod/admin.php:1826 +#: mod/admin.php:1822 msgid "Deny" msgstr "" -#: mod/admin.php:1830 +#: mod/admin.php:1826 msgid "Site admin" msgstr "" -#: mod/admin.php:1831 +#: mod/admin.php:1827 msgid "Account expired" msgstr "" -#: mod/admin.php:1834 +#: mod/admin.php:1830 msgid "New User" msgstr "" -#: mod/admin.php:1835 +#: mod/admin.php:1831 msgid "Deleted since" msgstr "" -#: mod/admin.php:1840 +#: mod/admin.php:1836 msgid "" "Selected users will be deleted!\\n\\nEverything these users had posted on " "this site will be permanently deleted!\\n\\nAre you sure?" msgstr "" -#: mod/admin.php:1841 +#: mod/admin.php:1837 msgid "" "The user {0} will be deleted!\\n\\nEverything this user has posted on this " "site will be permanently deleted!\\n\\nAre you sure?" msgstr "" -#: mod/admin.php:1851 +#: mod/admin.php:1847 msgid "Name of the new user." msgstr "" -#: mod/admin.php:1852 +#: mod/admin.php:1848 msgid "Nickname" msgstr "" -#: mod/admin.php:1852 +#: mod/admin.php:1848 msgid "Nickname of the new user." msgstr "" -#: mod/admin.php:1853 +#: mod/admin.php:1849 msgid "Email address of the new user." msgstr "" -#: mod/admin.php:1895 +#: mod/admin.php:1891 #, php-format msgid "Addon %s disabled." msgstr "" -#: mod/admin.php:1899 +#: mod/admin.php:1895 #, php-format msgid "Addon %s enabled." msgstr "" -#: mod/admin.php:1909 mod/admin.php:2158 +#: mod/admin.php:1905 mod/admin.php:2154 msgid "Disable" msgstr "" -#: mod/admin.php:1912 mod/admin.php:2161 +#: mod/admin.php:1908 mod/admin.php:2157 msgid "Enable" msgstr "" -#: mod/admin.php:1934 mod/admin.php:2203 +#: mod/admin.php:1930 mod/admin.php:2199 msgid "Toggle" msgstr "" -#: mod/admin.php:1942 mod/admin.php:2212 +#: mod/admin.php:1938 mod/admin.php:2208 msgid "Author: " msgstr "" -#: mod/admin.php:1943 mod/admin.php:2213 +#: mod/admin.php:1939 mod/admin.php:2209 msgid "Maintainer: " msgstr "" -#: mod/admin.php:1995 +#: mod/admin.php:1991 msgid "Reload active addons" msgstr "" -#: mod/admin.php:2000 +#: mod/admin.php:1996 #, php-format msgid "" "There are currently no addons available on your node. You can find the " @@ -7294,70 +5896,70 @@ msgid "" "the open addon registry at %2$s" msgstr "" -#: mod/admin.php:2120 +#: mod/admin.php:2116 msgid "No themes found." msgstr "" -#: mod/admin.php:2194 +#: mod/admin.php:2190 msgid "Screenshot" msgstr "" -#: mod/admin.php:2248 +#: mod/admin.php:2244 msgid "Reload active themes" msgstr "" -#: mod/admin.php:2253 +#: mod/admin.php:2249 #, php-format msgid "No themes found on the system. They should be placed in %1$s" msgstr "" -#: mod/admin.php:2254 +#: mod/admin.php:2250 msgid "[Experimental]" msgstr "" -#: mod/admin.php:2255 +#: mod/admin.php:2251 msgid "[Unsupported]" msgstr "" -#: mod/admin.php:2279 +#: mod/admin.php:2275 msgid "Log settings updated." msgstr "" -#: mod/admin.php:2311 +#: mod/admin.php:2307 msgid "PHP log currently enabled." msgstr "" -#: mod/admin.php:2313 +#: mod/admin.php:2309 msgid "PHP log currently disabled." msgstr "" -#: mod/admin.php:2322 +#: mod/admin.php:2318 msgid "Clear" msgstr "" -#: mod/admin.php:2326 +#: mod/admin.php:2322 msgid "Enable Debugging" msgstr "" -#: mod/admin.php:2327 +#: mod/admin.php:2323 msgid "Log file" msgstr "" -#: mod/admin.php:2327 +#: mod/admin.php:2323 msgid "" "Must be writable by web server. Relative to your Friendica top-level " "directory." msgstr "" -#: mod/admin.php:2328 +#: mod/admin.php:2324 msgid "Log level" msgstr "" -#: mod/admin.php:2330 +#: mod/admin.php:2326 msgid "PHP logging" msgstr "" -#: mod/admin.php:2331 +#: mod/admin.php:2327 msgid "" "To enable logging of PHP errors and warnings you can add the following to " "the .htconfig.php file of your installation. The filename set in the " @@ -7366,450 +5968,1790 @@ msgid "" "'display_errors' is to enable these options, set to '0' to disable them." msgstr "" -#: mod/admin.php:2362 +#: mod/admin.php:2358 #, php-format msgid "" "Error trying to open %1$s log file.\\r\\n
Check to see " "if file %1$s exist and is readable." msgstr "" -#: mod/admin.php:2366 +#: mod/admin.php:2362 #, php-format msgid "" "Couldn't open %1$s log file.\\r\\n
Check to see if file " "%1$s is readable." msgstr "" -#: mod/admin.php:2458 +#: mod/admin.php:2454 #, php-format msgid "Lock feature %s" msgstr "" -#: mod/admin.php:2466 +#: mod/admin.php:2462 msgid "Manage Additional Features" msgstr "" -#: view/theme/duepuntozero/config.php:54 src/Model/User.php:502 -msgid "default" +#: mod/openid.php:29 +msgid "OpenID protocol error. No ID returned." msgstr "" -#: view/theme/duepuntozero/config.php:55 -msgid "greenzero" -msgstr "" - -#: view/theme/duepuntozero/config.php:56 -msgid "purplezero" -msgstr "" - -#: view/theme/duepuntozero/config.php:57 -msgid "easterbunny" -msgstr "" - -#: view/theme/duepuntozero/config.php:58 -msgid "darkzero" -msgstr "" - -#: view/theme/duepuntozero/config.php:59 -msgid "comix" -msgstr "" - -#: view/theme/duepuntozero/config.php:60 -msgid "slackr" -msgstr "" - -#: view/theme/duepuntozero/config.php:74 -msgid "Variations" -msgstr "" - -#: view/theme/frio/php/Image.php:24 -msgid "Top Banner" -msgstr "" - -#: view/theme/frio/php/Image.php:24 +#: mod/openid.php:66 msgid "" -"Resize image to the width of the screen and show background color below on " -"long pages." +"Account not found and OpenID registration is not permitted on this site." msgstr "" -#: view/theme/frio/php/Image.php:25 -msgid "Full screen" +#: mod/openid.php:116 src/Module/Login.php:86 src/Module/Login.php:134 +msgid "Login failed." msgstr "" -#: view/theme/frio/php/Image.php:25 -msgid "" -"Resize image to fill entire screen, clipping either the right or the bottom." +#: mod/dfrn_request.php:94 +msgid "This introduction has already been accepted." msgstr "" -#: view/theme/frio/php/Image.php:26 -msgid "Single row mosaic" +#: mod/dfrn_request.php:112 mod/dfrn_request.php:355 +msgid "Profile location is not valid or does not contain profile information." msgstr "" -#: view/theme/frio/php/Image.php:26 -msgid "" -"Resize image to repeat it on a single row, either vertical or horizontal." +#: mod/dfrn_request.php:116 mod/dfrn_request.php:359 +msgid "Warning: profile location has no identifiable owner name." msgstr "" -#: view/theme/frio/php/Image.php:27 -msgid "Mosaic" +#: mod/dfrn_request.php:119 mod/dfrn_request.php:362 +msgid "Warning: profile location has no profile photo." msgstr "" -#: view/theme/frio/php/Image.php:27 -msgid "Repeat image to fill the screen." -msgstr "" - -#: view/theme/frio/config.php:102 -msgid "Custom" -msgstr "" - -#: view/theme/frio/config.php:114 -msgid "Note" -msgstr "" - -#: view/theme/frio/config.php:114 -msgid "Check image permissions if all users are allowed to see the image" -msgstr "" - -#: view/theme/frio/config.php:121 -msgid "Select color scheme" -msgstr "" - -#: view/theme/frio/config.php:122 -msgid "Navigation bar background color" -msgstr "" - -#: view/theme/frio/config.php:123 -msgid "Navigation bar icon color " -msgstr "" - -#: view/theme/frio/config.php:124 -msgid "Link color" -msgstr "" - -#: view/theme/frio/config.php:125 -msgid "Set the background color" -msgstr "" - -#: view/theme/frio/config.php:126 -msgid "Content background opacity" -msgstr "" - -#: view/theme/frio/config.php:127 -msgid "Set the background image" -msgstr "" - -#: view/theme/frio/config.php:128 -msgid "Background image style" -msgstr "" - -#: view/theme/frio/config.php:133 -msgid "Login page background image" -msgstr "" - -#: view/theme/frio/config.php:137 -msgid "Login page background color" -msgstr "" - -#: view/theme/frio/config.php:137 -msgid "Leave background image and color empty for theme defaults" -msgstr "" - -#: view/theme/frio/theme.php:238 -msgid "Guest" -msgstr "" - -#: view/theme/frio/theme.php:243 -msgid "Visitor" -msgstr "" - -#: view/theme/frio/theme.php:256 src/Content/Nav.php:97 -#: src/Module/Login.php:311 -msgid "Logout" -msgstr "" - -#: view/theme/frio/theme.php:256 src/Content/Nav.php:97 -msgid "End this session" -msgstr "" - -#: view/theme/frio/theme.php:259 src/Content/Nav.php:100 -#: src/Content/Nav.php:182 -msgid "Your posts and conversations" -msgstr "" - -#: view/theme/frio/theme.php:260 src/Content/Nav.php:101 -msgid "Your profile page" -msgstr "" - -#: view/theme/frio/theme.php:261 src/Content/Nav.php:102 -msgid "Your photos" -msgstr "" - -#: view/theme/frio/theme.php:262 src/Content/Nav.php:103 -#: src/Model/Profile.php:910 src/Model/Profile.php:913 -msgid "Videos" -msgstr "" - -#: view/theme/frio/theme.php:262 src/Content/Nav.php:103 -msgid "Your videos" -msgstr "" - -#: view/theme/frio/theme.php:263 src/Content/Nav.php:104 -msgid "Your events" -msgstr "" - -#: view/theme/frio/theme.php:266 src/Content/Nav.php:179 -msgid "Conversations from your friends" -msgstr "" - -#: view/theme/frio/theme.php:267 src/Content/Nav.php:170 -#: src/Model/Profile.php:925 src/Model/Profile.php:936 -msgid "Events and Calendar" -msgstr "" - -#: view/theme/frio/theme.php:268 src/Content/Nav.php:192 -msgid "Private mail" -msgstr "" - -#: view/theme/frio/theme.php:269 src/Content/Nav.php:203 -msgid "Account settings" -msgstr "" - -#: view/theme/frio/theme.php:270 src/Content/Nav.php:209 -msgid "Manage/edit friends and contacts" -msgstr "" - -#: view/theme/quattro/config.php:76 -msgid "Alignment" -msgstr "" - -#: view/theme/quattro/config.php:76 -msgid "Left" -msgstr "" - -#: view/theme/quattro/config.php:76 -msgid "Center" -msgstr "" - -#: view/theme/quattro/config.php:77 -msgid "Color scheme" -msgstr "" - -#: view/theme/quattro/config.php:78 -msgid "Posts font size" -msgstr "" - -#: view/theme/quattro/config.php:79 -msgid "Textareas font size" -msgstr "" - -#: view/theme/vier/config.php:75 -msgid "Comma separated list of helper forums" -msgstr "" - -#: view/theme/vier/config.php:115 src/Core/ACL.php:309 -msgid "don't show" -msgstr "" - -#: view/theme/vier/config.php:115 src/Core/ACL.php:308 -msgid "show" -msgstr "" - -#: view/theme/vier/config.php:122 -msgid "Set style" -msgstr "" - -#: view/theme/vier/config.php:123 -msgid "Community Pages" -msgstr "" - -#: view/theme/vier/config.php:124 view/theme/vier/theme.php:150 -msgid "Community Profiles" -msgstr "" - -#: view/theme/vier/config.php:125 -msgid "Help or @NewHere ?" -msgstr "" - -#: view/theme/vier/config.php:126 view/theme/vier/theme.php:388 -msgid "Connect Services" -msgstr "" - -#: view/theme/vier/config.php:127 -msgid "Find Friends" -msgstr "" - -#: view/theme/vier/config.php:128 view/theme/vier/theme.php:181 -msgid "Last users" -msgstr "" - -#: view/theme/vier/theme.php:199 src/Content/Widget.php:59 -msgid "Find People" -msgstr "" - -#: view/theme/vier/theme.php:200 src/Content/Widget.php:60 -msgid "Enter name or interest" -msgstr "" - -#: view/theme/vier/theme.php:202 src/Content/Widget.php:62 -msgid "Examples: Robert Morgenstein, Fishing" -msgstr "" - -#: view/theme/vier/theme.php:205 src/Content/Widget.php:65 -msgid "Similar Interests" -msgstr "" - -#: view/theme/vier/theme.php:206 src/Content/Widget.php:66 -msgid "Random Profile" -msgstr "" - -#: view/theme/vier/theme.php:207 src/Content/Widget.php:67 -msgid "Invite Friends" -msgstr "" - -#: view/theme/vier/theme.php:210 src/Content/Widget.php:70 -msgid "Local Directory" -msgstr "" - -#: view/theme/vier/theme.php:255 src/Content/ForumManager.php:127 -msgid "External link to forum" -msgstr "" - -#: view/theme/vier/theme.php:291 -msgid "Quick Start" -msgstr "" - -#: src/Core/UserImport.php:104 -msgid "Error decoding account file" -msgstr "" - -#: src/Core/UserImport.php:110 -msgid "Error! No version data in file! This is not a Friendica account file?" -msgstr "" - -#: src/Core/UserImport.php:118 +#: mod/dfrn_request.php:123 mod/dfrn_request.php:366 #, php-format -msgid "User '%s' already exists on this server!" -msgstr "" - -#: src/Core/UserImport.php:151 -msgid "User creation error" -msgstr "" - -#: src/Core/UserImport.php:169 -msgid "User profile creation error" -msgstr "" - -#: src/Core/UserImport.php:213 -#, php-format -msgid "%d contact not imported" -msgid_plural "%d contacts not imported" +msgid "%d required parameter was not found at the given location" +msgid_plural "%d required parameters were not found at the given location" msgstr[0] "" msgstr[1] "" -#: src/Core/UserImport.php:278 -msgid "Done. You can now login with your username and password" +#: mod/dfrn_request.php:162 +msgid "Introduction complete." msgstr "" -#: src/Core/ACL.php:295 -msgid "Post to Email" +#: mod/dfrn_request.php:199 +msgid "Unrecoverable protocol error." msgstr "" -#: src/Core/ACL.php:301 -msgid "Hide your profile details from unknown viewers?" +#: mod/dfrn_request.php:226 +msgid "Profile unavailable." msgstr "" -#: src/Core/ACL.php:300 +#: mod/dfrn_request.php:248 #, php-format -msgid "Connectors disabled, since \"%s\" is enabled." +msgid "%s has received too many connection requests today." msgstr "" -#: src/Core/ACL.php:307 -msgid "Visible to everybody" +#: mod/dfrn_request.php:249 +msgid "Spam protection measures have been invoked." msgstr "" -#: src/Core/ACL.php:319 -msgid "Close" +#: mod/dfrn_request.php:250 +msgid "Friends are advised to please try again in 24 hours." msgstr "" -#: src/Core/Console/NewPassword.php:78 -msgid "Enter new password: " +#: mod/dfrn_request.php:276 +msgid "Invalid locator" msgstr "" -#: src/Core/Console/NewPassword.php:83 src/Model/User.php:262 -msgid "Password can't be empty" +#: mod/dfrn_request.php:312 +msgid "You have already introduced yourself here." msgstr "" -#: src/Core/Console/ArchiveContact.php:67 +#: mod/dfrn_request.php:315 #, php-format -msgid "Could not find any unarchived contact entry for this URL (%s)" +msgid "Apparently you are already friends with %s." msgstr "" -#: src/Core/Console/ArchiveContact.php:72 -msgid "The contact entries have been archived" +#: mod/dfrn_request.php:335 +msgid "Invalid profile URL." msgstr "" -#: src/Core/NotificationsManager.php:171 -msgid "System" +#: mod/dfrn_request.php:341 src/Model/Contact.php:1266 +msgid "Disallowed profile URL." msgstr "" -#: src/Core/NotificationsManager.php:192 src/Content/Nav.php:124 -#: src/Content/Nav.php:182 -msgid "Home" +#: mod/dfrn_request.php:415 mod/contacts.php:230 +msgid "Failed to update contact record." msgstr "" -#: src/Core/NotificationsManager.php:199 src/Content/Nav.php:186 -msgid "Introductions" +#: mod/dfrn_request.php:435 +msgid "Your introduction has been sent." msgstr "" -#: src/Core/NotificationsManager.php:256 src/Core/NotificationsManager.php:268 +#: mod/dfrn_request.php:473 +msgid "" +"Remote subscription can't be done for your network. Please subscribe " +"directly on your system." +msgstr "" + +#: mod/dfrn_request.php:489 +msgid "Please login to confirm introduction." +msgstr "" + +#: mod/dfrn_request.php:497 +msgid "" +"Incorrect identity currently logged in. Please login to this profile." +msgstr "" + +#: mod/dfrn_request.php:511 mod/dfrn_request.php:528 +msgid "Confirm" +msgstr "" + +#: mod/dfrn_request.php:523 +msgid "Hide this contact" +msgstr "" + +#: mod/dfrn_request.php:526 #, php-format -msgid "%s commented on %s's post" +msgid "Welcome home %s." msgstr "" -#: src/Core/NotificationsManager.php:267 +#: mod/dfrn_request.php:527 #, php-format -msgid "%s created a new post" +msgid "Please confirm your introduction/connection request to %s." msgstr "" -#: src/Core/NotificationsManager.php:281 +#: mod/dfrn_request.php:638 +msgid "" +"Please enter your 'Identity Address' from one of the following supported " +"communications networks:" +msgstr "" + +#: mod/dfrn_request.php:641 #, php-format -msgid "%s liked %s's post" +msgid "" +"If you are not yet a member of the free social web, follow " +"this link to find a public Friendica site and join us today." msgstr "" -#: src/Core/NotificationsManager.php:294 +#: mod/dfrn_request.php:646 +msgid "Friend/Connection Request" +msgstr "" + +#: mod/dfrn_request.php:647 +msgid "" +"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, " +"testuser@gnusocial.de" +msgstr "" + +#: mod/dfrn_request.php:648 mod/follow.php:149 +msgid "Please answer the following:" +msgstr "" + +#: mod/dfrn_request.php:649 mod/follow.php:150 #, php-format -msgid "%s disliked %s's post" +msgid "Does %s know you?" msgstr "" -#: src/Core/NotificationsManager.php:307 +#: mod/dfrn_request.php:650 mod/follow.php:151 +msgid "Add a personal note:" +msgstr "" + +#: mod/dfrn_request.php:652 src/Content/ContactSelector.php:79 +msgid "Friendica" +msgstr "" + +#: mod/dfrn_request.php:653 +msgid "GNU Social (Pleroma, Mastodon)" +msgstr "" + +#: mod/dfrn_request.php:654 +msgid "Diaspora (Socialhome, Hubzilla)" +msgstr "" + +#: mod/dfrn_request.php:655 #, php-format -msgid "%s is attending %s's event" +msgid "" +" - please do not use this form. Instead, enter %s into your Diaspora search " +"bar." msgstr "" -#: src/Core/NotificationsManager.php:320 +#: mod/api.php:85 mod/api.php:107 +msgid "Authorize application connection" +msgstr "" + +#: mod/api.php:86 +msgid "Return to your app and insert this Securty Code:" +msgstr "" + +#: mod/api.php:95 +msgid "Please login to continue." +msgstr "" + +#: mod/api.php:109 +msgid "" +"Do you want to authorize this application to access your posts and contacts, " +"and/or create new posts for you?" +msgstr "" + +#: mod/profile_photo.php:55 +msgid "Image uploaded but image cropping failed." +msgstr "" + +#: mod/profile_photo.php:88 mod/profile_photo.php:96 mod/profile_photo.php:104 +#: mod/profile_photo.php:315 #, php-format -msgid "%s is not attending %s's event" +msgid "Image size reduction [%s] failed." msgstr "" -#: src/Core/NotificationsManager.php:333 +#: mod/profile_photo.php:125 +msgid "" +"Shift-reload the page or clear browser cache if the new photo does not " +"display immediately." +msgstr "" + +#: mod/profile_photo.php:134 +msgid "Unable to process image" +msgstr "" + +#: mod/profile_photo.php:247 +msgid "Upload File:" +msgstr "" + +#: mod/profile_photo.php:248 +msgid "Select a profile:" +msgstr "" + +#: mod/profile_photo.php:250 mod/fbrowser.php:105 mod/fbrowser.php:136 +msgid "Upload" +msgstr "" + +#: mod/profile_photo.php:253 +msgid "or" +msgstr "" + +#: mod/profile_photo.php:253 +msgid "skip this step" +msgstr "" + +#: mod/profile_photo.php:253 +msgid "select a photo from your photo albums" +msgstr "" + +#: mod/profile_photo.php:266 +msgid "Crop Image" +msgstr "" + +#: mod/profile_photo.php:267 +msgid "Please adjust the image cropping for optimum viewing." +msgstr "" + +#: mod/profile_photo.php:269 +msgid "Done Editing" +msgstr "" + +#: mod/profile_photo.php:305 +msgid "Image uploaded successfully." +msgstr "" + +#: mod/wall_attach.php:101 +msgid "Sorry, maybe your upload is bigger than the PHP configuration allows" +msgstr "" + +#: mod/wall_attach.php:101 +msgid "Or - did you try to upload an empty file?" +msgstr "" + +#: mod/wall_attach.php:112 #, php-format -msgid "%s may attend %s's event" +msgid "File exceeds size limit of %s" msgstr "" -#: src/Core/NotificationsManager.php:350 +#: mod/wall_attach.php:136 mod/wall_attach.php:152 +msgid "File upload failed." +msgstr "" + +#: mod/item.php:114 +msgid "Unable to locate original post." +msgstr "" + +#: mod/item.php:274 +msgid "Empty post discarded." +msgstr "" + +#: mod/item.php:799 #, php-format -msgid "%s is now friends with %s" +msgid "" +"This message was sent to you by %s, a member of the Friendica social network." msgstr "" -#: src/Core/NotificationsManager.php:825 -msgid "Friend Suggestion" +#: mod/item.php:801 +#, php-format +msgid "You may visit them online at %s" msgstr "" -#: src/Core/NotificationsManager.php:851 -msgid "Friend/Connect Request" +#: mod/item.php:802 +msgid "" +"Please contact the sender by replying to this post if you do not wish to " +"receive these messages." msgstr "" -#: src/Core/NotificationsManager.php:851 -msgid "New Follower" +#: mod/item.php:806 +#, php-format +msgid "%s posted an update." +msgstr "" + +#: mod/help.php:48 +msgid "Help:" +msgstr "" + +#: mod/uimport.php:72 +msgid "Move account" +msgstr "" + +#: mod/uimport.php:73 +msgid "You can import an account from another Friendica server." +msgstr "" + +#: mod/uimport.php:74 +msgid "" +"You need to export your account from the old server and upload it here. We " +"will recreate your old account here with all your contacts. We will try also " +"to inform your friends that you moved here." +msgstr "" + +#: mod/uimport.php:75 +msgid "" +"This feature is experimental. We can't import contacts from the OStatus " +"network (GNU Social/Statusnet) or from Diaspora" +msgstr "" + +#: mod/uimport.php:76 +msgid "Account file" +msgstr "" + +#: mod/uimport.php:76 +msgid "" +"To export your account, go to \"Settings->Export your personal data\" and " +"select \"Export account\"" +msgstr "" + +#: mod/profperm.php:34 mod/profperm.php:65 +msgid "Invalid profile identifier." +msgstr "" + +#: mod/profperm.php:111 +msgid "Profile Visibility Editor" +msgstr "" + +#: mod/profperm.php:124 +msgid "Visible To" +msgstr "" + +#: mod/profperm.php:140 +msgid "All Contacts (with secure profile access)" +msgstr "" + +#: mod/cal.php:275 mod/events.php:392 +msgid "View" +msgstr "" + +#: mod/cal.php:276 mod/events.php:394 +msgid "Previous" +msgstr "" + +#: mod/cal.php:280 mod/events.php:400 src/Model/Event.php:412 +msgid "today" +msgstr "" + +#: mod/cal.php:281 mod/events.php:401 src/Util/Temporal.php:304 +#: src/Model/Event.php:413 +msgid "month" +msgstr "" + +#: mod/cal.php:282 mod/events.php:402 src/Util/Temporal.php:305 +#: src/Model/Event.php:414 +msgid "week" +msgstr "" + +#: mod/cal.php:283 mod/events.php:403 src/Util/Temporal.php:306 +#: src/Model/Event.php:415 +msgid "day" +msgstr "" + +#: mod/cal.php:284 mod/events.php:404 +msgid "list" +msgstr "" + +#: mod/cal.php:297 src/Core/Console/NewPassword.php:73 src/Model/User.php:214 +msgid "User not found" +msgstr "" + +#: mod/cal.php:313 +msgid "This calendar format is not supported" +msgstr "" + +#: mod/cal.php:315 +msgid "No exportable data found" +msgstr "" + +#: mod/cal.php:332 +msgid "calendar" +msgstr "" + +#: mod/regmod.php:68 +msgid "Account approved." +msgstr "" + +#: mod/regmod.php:93 +#, php-format +msgid "Registration revoked for %s" +msgstr "" + +#: mod/regmod.php:102 +msgid "Please login." +msgstr "" + +#: mod/editpost.php:25 mod/editpost.php:35 +msgid "Item not found" +msgstr "" + +#: mod/editpost.php:42 +msgid "Edit post" +msgstr "" + +#: mod/editpost.php:134 src/Core/ACL.php:315 +msgid "CC: email addresses" +msgstr "" + +#: mod/editpost.php:141 src/Core/ACL.php:316 +msgid "Example: bob@example.com, mary@example.com" +msgstr "" + +#: mod/apps.php:19 +msgid "Applications" +msgstr "" + +#: mod/apps.php:22 +msgid "No installed applications." +msgstr "" + +#: mod/feedtest.php:20 +msgid "You must be logged in to use this module" +msgstr "" + +#: mod/feedtest.php:48 +msgid "Source URL" +msgstr "" + +#: mod/fsuggest.php:72 +msgid "Friend suggestion sent." +msgstr "" + +#: mod/fsuggest.php:101 +msgid "Suggest Friends" +msgstr "" + +#: mod/fsuggest.php:103 +#, php-format +msgid "Suggest a friend for %s" +msgstr "" + +#: mod/maintenance.php:24 +msgid "System down for maintenance" +msgstr "" + +#: mod/profile.php:37 src/Model/Profile.php:118 +msgid "Requested profile is not available." +msgstr "" + +#: mod/profile.php:78 src/Protocol/OStatus.php:1252 +#, php-format +msgid "%s's posts" +msgstr "" + +#: mod/profile.php:79 src/Protocol/OStatus.php:1253 +#, php-format +msgid "%s's comments" +msgstr "" + +#: mod/profile.php:80 src/Protocol/OStatus.php:1251 +#, php-format +msgid "%s's timeline" +msgstr "" + +#: mod/profile.php:194 +msgid "Tips for New Members" +msgstr "" + +#: mod/allfriends.php:51 +msgid "No friends to display." +msgstr "" + +#: mod/contacts.php:157 +#, php-format +msgid "%d contact edited." +msgid_plural "%d contacts edited." +msgstr[0] "" +msgstr[1] "" + +#: mod/contacts.php:184 mod/contacts.php:400 +msgid "Could not access contact record." +msgstr "" + +#: mod/contacts.php:194 +msgid "Could not locate selected profile." +msgstr "" + +#: mod/contacts.php:228 +msgid "Contact updated." +msgstr "" + +#: mod/contacts.php:421 +msgid "Contact has been blocked" +msgstr "" + +#: mod/contacts.php:421 +msgid "Contact has been unblocked" +msgstr "" + +#: mod/contacts.php:432 +msgid "Contact has been ignored" +msgstr "" + +#: mod/contacts.php:432 +msgid "Contact has been unignored" +msgstr "" + +#: mod/contacts.php:443 +msgid "Contact has been archived" +msgstr "" + +#: mod/contacts.php:443 +msgid "Contact has been unarchived" +msgstr "" + +#: mod/contacts.php:467 +msgid "Drop contact" +msgstr "" + +#: mod/contacts.php:470 mod/contacts.php:823 +msgid "Do you really want to delete this contact?" +msgstr "" + +#: mod/contacts.php:488 +msgid "Contact has been removed." +msgstr "" + +#: mod/contacts.php:519 +#, php-format +msgid "You are mutual friends with %s" +msgstr "" + +#: mod/contacts.php:523 +#, php-format +msgid "You are sharing with %s" +msgstr "" + +#: mod/contacts.php:527 +#, php-format +msgid "%s is sharing with you" +msgstr "" + +#: mod/contacts.php:547 +msgid "Private communications are not available for this contact." +msgstr "" + +#: mod/contacts.php:549 +msgid "Never" +msgstr "" + +#: mod/contacts.php:552 +msgid "(Update was successful)" +msgstr "" + +#: mod/contacts.php:552 +msgid "(Update was not successful)" +msgstr "" + +#: mod/contacts.php:554 mod/contacts.php:992 +msgid "Suggest friends" +msgstr "" + +#: mod/contacts.php:558 +#, php-format +msgid "Network type: %s" +msgstr "" + +#: mod/contacts.php:563 +msgid "Communications lost with this contact!" +msgstr "" + +#: mod/contacts.php:569 +msgid "Fetch further information for feeds" +msgstr "" + +#: mod/contacts.php:571 +msgid "" +"Fetch information like preview pictures, title and teaser from the feed " +"item. You can activate this if the feed doesn't contain much text. Keywords " +"are taken from the meta header in the feed item and are posted as hash tags." +msgstr "" + +#: mod/contacts.php:573 +msgid "Fetch information" +msgstr "" + +#: mod/contacts.php:574 +msgid "Fetch keywords" +msgstr "" + +#: mod/contacts.php:575 +msgid "Fetch information and keywords" +msgstr "" + +#: mod/contacts.php:608 +msgid "Contact" +msgstr "" + +#: mod/contacts.php:611 +msgid "Profile Visibility" +msgstr "" + +#: mod/contacts.php:612 +#, php-format +msgid "" +"Please choose the profile you would like to display to %s when viewing your " +"profile securely." +msgstr "" + +#: mod/contacts.php:613 +msgid "Contact Information / Notes" +msgstr "" + +#: mod/contacts.php:614 +msgid "Their personal note" +msgstr "" + +#: mod/contacts.php:616 +msgid "Edit contact notes" +msgstr "" + +#: mod/contacts.php:620 +msgid "Block/Unblock contact" +msgstr "" + +#: mod/contacts.php:621 +msgid "Ignore contact" +msgstr "" + +#: mod/contacts.php:622 +msgid "Repair URL settings" +msgstr "" + +#: mod/contacts.php:623 +msgid "View conversations" +msgstr "" + +#: mod/contacts.php:628 +msgid "Last update:" +msgstr "" + +#: mod/contacts.php:630 +msgid "Update public posts" +msgstr "" + +#: mod/contacts.php:632 mod/contacts.php:1002 +msgid "Update now" +msgstr "" + +#: mod/contacts.php:638 mod/contacts.php:828 mod/contacts.php:1019 +msgid "Unignore" +msgstr "" + +#: mod/contacts.php:642 +msgid "Currently blocked" +msgstr "" + +#: mod/contacts.php:643 +msgid "Currently ignored" +msgstr "" + +#: mod/contacts.php:644 +msgid "Currently archived" +msgstr "" + +#: mod/contacts.php:645 +msgid "Awaiting connection acknowledge" +msgstr "" + +#: mod/contacts.php:646 +msgid "" +"Replies/likes to your public posts may still be visible" +msgstr "" + +#: mod/contacts.php:647 +msgid "Notification for new posts" +msgstr "" + +#: mod/contacts.php:647 +msgid "Send a notification of every new post of this contact" +msgstr "" + +#: mod/contacts.php:650 +msgid "Blacklisted keywords" +msgstr "" + +#: mod/contacts.php:650 +msgid "" +"Comma separated list of keywords that should not be converted to hashtags, " +"when \"Fetch information and keywords\" is selected" +msgstr "" + +#: mod/contacts.php:662 src/Model/Profile.php:420 +msgid "XMPP:" +msgstr "" + +#: mod/contacts.php:667 +msgid "Actions" +msgstr "" + +#: mod/contacts.php:670 +msgid "Contact Settings" +msgstr "" + +#: mod/contacts.php:711 +msgid "Suggestions" +msgstr "" + +#: mod/contacts.php:714 +msgid "Suggest potential friends" +msgstr "" + +#: mod/contacts.php:722 +msgid "Show all contacts" +msgstr "" + +#: mod/contacts.php:727 +msgid "Unblocked" +msgstr "" + +#: mod/contacts.php:730 +msgid "Only show unblocked contacts" +msgstr "" + +#: mod/contacts.php:735 +msgid "Blocked" +msgstr "" + +#: mod/contacts.php:738 +msgid "Only show blocked contacts" +msgstr "" + +#: mod/contacts.php:743 +msgid "Ignored" +msgstr "" + +#: mod/contacts.php:746 +msgid "Only show ignored contacts" +msgstr "" + +#: mod/contacts.php:751 +msgid "Archived" +msgstr "" + +#: mod/contacts.php:754 +msgid "Only show archived contacts" +msgstr "" + +#: mod/contacts.php:759 +msgid "Hidden" +msgstr "" + +#: mod/contacts.php:762 +msgid "Only show hidden contacts" +msgstr "" + +#: mod/contacts.php:818 +msgid "Search your contacts" +msgstr "" + +#: mod/contacts.php:829 mod/contacts.php:1027 +msgid "Archive" +msgstr "" + +#: mod/contacts.php:829 mod/contacts.php:1027 +msgid "Unarchive" +msgstr "" + +#: mod/contacts.php:832 +msgid "Batch Actions" +msgstr "" + +#: mod/contacts.php:866 src/Model/Profile.php:897 +msgid "Profile Details" +msgstr "" + +#: mod/contacts.php:878 +msgid "View all contacts" +msgstr "" + +#: mod/contacts.php:889 +msgid "View all common friends" +msgstr "" + +#: mod/contacts.php:898 +msgid "Advanced Contact Settings" +msgstr "" + +#: mod/contacts.php:930 +msgid "Mutual Friendship" +msgstr "" + +#: mod/contacts.php:934 +msgid "is a fan of yours" +msgstr "" + +#: mod/contacts.php:938 +msgid "you are a fan of" +msgstr "" + +#: mod/contacts.php:953 mod/photos.php:1488 mod/photos.php:1527 +#: mod/photos.php:1600 src/Object/Post.php:783 +msgid "This is you" +msgstr "" + +#: mod/contacts.php:1013 +msgid "Toggle Blocked status" +msgstr "" + +#: mod/contacts.php:1021 +msgid "Toggle Ignored status" +msgstr "" + +#: mod/contacts.php:1029 +msgid "Toggle Archive status" +msgstr "" + +#: mod/contacts.php:1037 +msgid "Delete contact" +msgstr "" + +#: mod/events.php:105 mod/events.php:107 +msgid "Event can not end before it has started." +msgstr "" + +#: mod/events.php:114 mod/events.php:116 +msgid "Event title and start time are required." +msgstr "" + +#: mod/events.php:393 +msgid "Create New Event" +msgstr "" + +#: mod/events.php:506 +msgid "Event details" +msgstr "" + +#: mod/events.php:507 +msgid "Starting date and Title are required." +msgstr "" + +#: mod/events.php:508 mod/events.php:509 +msgid "Event Starts:" +msgstr "" + +#: mod/events.php:508 mod/events.php:520 mod/profiles.php:700 +msgid "Required" +msgstr "" + +#: mod/events.php:510 mod/events.php:526 +msgid "Finish date/time is not known or not relevant" +msgstr "" + +#: mod/events.php:512 mod/events.php:513 +msgid "Event Finishes:" +msgstr "" + +#: mod/events.php:514 mod/events.php:527 +msgid "Adjust for viewer timezone" +msgstr "" + +#: mod/events.php:516 +msgid "Description:" +msgstr "" + +#: mod/events.php:520 mod/events.php:522 +msgid "Title:" +msgstr "" + +#: mod/events.php:523 mod/events.php:524 +msgid "Share this event" +msgstr "" + +#: mod/events.php:531 src/Model/Profile.php:862 +msgid "Basic" +msgstr "" + +#: mod/events.php:533 mod/photos.php:1098 mod/photos.php:1441 +#: src/Core/ACL.php:318 +msgid "Permissions" +msgstr "" + +#: mod/events.php:552 +msgid "Failed to remove event" +msgstr "" + +#: mod/events.php:554 +msgid "Event removed" +msgstr "" + +#: mod/follow.php:45 +msgid "The contact could not be added." +msgstr "" + +#: mod/follow.php:73 +msgid "You already added this contact." +msgstr "" + +#: mod/follow.php:83 +msgid "Diaspora support isn't enabled. Contact can't be added." +msgstr "" + +#: mod/follow.php:90 +msgid "OStatus support is disabled. Contact can't be added." +msgstr "" + +#: mod/follow.php:97 +msgid "The network type couldn't be detected. Contact can't be added." +msgstr "" + +#: mod/fbrowser.php:43 mod/fbrowser.php:68 mod/photos.php:194 +#: mod/photos.php:1062 mod/photos.php:1149 mod/photos.php:1166 +#: mod/photos.php:1659 mod/photos.php:1673 src/Model/Photo.php:244 +#: src/Model/Photo.php:253 +msgid "Contact Photos" +msgstr "" + +#: mod/fbrowser.php:131 +msgid "Files" +msgstr "" + +#: mod/oexchange.php:30 +msgid "Post successful." +msgstr "" + +#: mod/subthread.php:113 +#, php-format +msgid "%1$s is following %2$s's %3$s" +msgstr "" + +#: mod/credits.php:18 +msgid "Credits" +msgstr "" + +#: mod/credits.php:19 +msgid "" +"Friendica is a community project, that would not be possible without the " +"help of many people. Here is a list of those who have contributed to the " +"code or the translation of Friendica. Thank you all!" +msgstr "" + +#: mod/attach.php:15 +msgid "Item not available." +msgstr "" + +#: mod/attach.php:25 +msgid "Item was not found." +msgstr "" + +#: mod/p.php:14 +msgid "Not Extended" +msgstr "" + +#: mod/notify.php:77 +msgid "No more system notifications." +msgstr "" + +#: mod/community.php:34 mod/viewsrc.php:12 +msgid "Access denied." +msgstr "" + +#: mod/community.php:51 +msgid "Community option not available." +msgstr "" + +#: mod/community.php:68 +msgid "Not available." +msgstr "" + +#: mod/community.php:81 +msgid "Local Community" +msgstr "" + +#: mod/community.php:84 +msgid "Posts from local users on this server" +msgstr "" + +#: mod/community.php:92 +msgid "Global Community" +msgstr "" + +#: mod/community.php:95 +msgid "Posts from users of the whole federated network" +msgstr "" + +#: mod/community.php:185 +msgid "" +"This community stream shows all public posts received by this node. They may " +"not reflect the opinions of this node’s users." +msgstr "" + +#: mod/localtime.php:19 src/Model/Event.php:36 src/Model/Event.php:814 +msgid "l F d, Y \\@ g:i A" +msgstr "" + +#: mod/localtime.php:33 +msgid "Time Conversion" +msgstr "" + +#: mod/localtime.php:35 +msgid "" +"Friendica provides this service for sharing events with other networks and " +"friends in unknown timezones." +msgstr "" + +#: mod/localtime.php:39 +#, php-format +msgid "UTC time: %s" +msgstr "" + +#: mod/localtime.php:42 +#, php-format +msgid "Current timezone: %s" +msgstr "" + +#: mod/localtime.php:46 +#, php-format +msgid "Converted localtime: %s" +msgstr "" + +#: mod/localtime.php:52 +msgid "Please select your timezone:" +msgstr "" + +#: mod/poke.php:192 +msgid "Poke/Prod" +msgstr "" + +#: mod/poke.php:193 +msgid "poke, prod or do other things to somebody" +msgstr "" + +#: mod/poke.php:194 +msgid "Recipient" +msgstr "" + +#: mod/poke.php:195 +msgid "Choose what you wish to do to recipient" +msgstr "" + +#: mod/poke.php:198 +msgid "Make this post private" +msgstr "" + +#: mod/invite.php:33 +msgid "Total invitation limit exceeded." +msgstr "" + +#: mod/invite.php:55 +#, php-format +msgid "%s : Not a valid email address." +msgstr "" + +#: mod/invite.php:87 +msgid "Please join us on Friendica" +msgstr "" + +#: mod/invite.php:96 +msgid "Invitation limit exceeded. Please contact your site administrator." +msgstr "" + +#: mod/invite.php:100 +#, php-format +msgid "%s : Message delivery failed." +msgstr "" + +#: mod/invite.php:104 +#, php-format +msgid "%d message sent." +msgid_plural "%d messages sent." +msgstr[0] "" +msgstr[1] "" + +#: mod/invite.php:122 +msgid "You have no more invitations available" +msgstr "" + +#: mod/invite.php:130 +#, php-format +msgid "" +"Visit %s for a list of public sites that you can join. Friendica members on " +"other sites can all connect with each other, as well as with members of many " +"other social networks." +msgstr "" + +#: mod/invite.php:132 +#, php-format +msgid "" +"To accept this invitation, please visit and register at %s or any other " +"public Friendica website." +msgstr "" + +#: mod/invite.php:133 +#, php-format +msgid "" +"Friendica sites all inter-connect to create a huge privacy-enhanced social " +"web that is owned and controlled by its members. They can also connect with " +"many traditional social networks. See %s for a list of alternate Friendica " +"sites you can join." +msgstr "" + +#: mod/invite.php:137 +msgid "" +"Our apologies. This system is not currently configured to connect with other " +"public sites or invite members." +msgstr "" + +#: mod/invite.php:141 +msgid "" +"Friendica sites all inter-connect to create a huge privacy-enhanced social " +"web that is owned and controlled by its members. They can also connect with " +"many traditional social networks." +msgstr "" + +#: mod/invite.php:140 +#, php-format +msgid "To accept this invitation, please visit and register at %s." +msgstr "" + +#: mod/invite.php:147 +msgid "Send invitations" +msgstr "" + +#: mod/invite.php:148 +msgid "Enter email addresses, one per line:" +msgstr "" + +#: mod/invite.php:149 +msgid "" +"You are cordially invited to join me and other close friends on Friendica - " +"and help us to create a better social web." +msgstr "" + +#: mod/invite.php:151 +msgid "You will need to supply this invitation code: $invite_code" +msgstr "" + +#: mod/invite.php:151 +msgid "" +"Once you have registered, please connect with me via my profile page at:" +msgstr "" + +#: mod/invite.php:153 +msgid "" +"For more information about the Friendica project and why we feel it is " +"important, please visit http://friendi.ca" +msgstr "" + +#: mod/notes.php:52 src/Model/Profile.php:944 +msgid "Personal Notes" +msgstr "" + +#: mod/profiles.php:58 +msgid "Profile deleted." +msgstr "" + +#: mod/profiles.php:74 mod/profiles.php:110 +msgid "Profile-" +msgstr "" + +#: mod/profiles.php:93 mod/profiles.php:132 +msgid "New profile created." +msgstr "" + +#: mod/profiles.php:116 +msgid "Profile unavailable to clone." +msgstr "" + +#: mod/profiles.php:206 +msgid "Profile Name is required." +msgstr "" + +#: mod/profiles.php:347 +msgid "Marital Status" +msgstr "" + +#: mod/profiles.php:351 +msgid "Romantic Partner" +msgstr "" + +#: mod/profiles.php:363 +msgid "Work/Employment" +msgstr "" + +#: mod/profiles.php:366 +msgid "Religion" +msgstr "" + +#: mod/profiles.php:370 +msgid "Political Views" +msgstr "" + +#: mod/profiles.php:374 +msgid "Gender" +msgstr "" + +#: mod/profiles.php:378 +msgid "Sexual Preference" +msgstr "" + +#: mod/profiles.php:382 +msgid "XMPP" +msgstr "" + +#: mod/profiles.php:386 +msgid "Homepage" +msgstr "" + +#: mod/profiles.php:390 mod/profiles.php:686 +msgid "Interests" +msgstr "" + +#: mod/profiles.php:401 mod/profiles.php:682 +msgid "Location" +msgstr "" + +#: mod/profiles.php:486 +msgid "Profile updated." +msgstr "" + +#: mod/profiles.php:564 +msgid " and " +msgstr "" + +#: mod/profiles.php:573 +msgid "public profile" +msgstr "" + +#: mod/profiles.php:576 +#, php-format +msgid "%1$s changed %2$s to “%3$s”" +msgstr "" + +#: mod/profiles.php:577 +#, php-format +msgid " - Visit %1$s's %2$s" +msgstr "" + +#: mod/profiles.php:579 +#, php-format +msgid "%1$s has an updated %2$s, changing %3$s." +msgstr "" + +#: mod/profiles.php:633 +msgid "Hide contacts and friends:" +msgstr "" + +#: mod/profiles.php:638 +msgid "Hide your contact/friend list from viewers of this profile?" +msgstr "" + +#: mod/profiles.php:658 +msgid "Show more profile fields:" +msgstr "" + +#: mod/profiles.php:670 +msgid "Profile Actions" +msgstr "" + +#: mod/profiles.php:671 +msgid "Edit Profile Details" +msgstr "" + +#: mod/profiles.php:673 +msgid "Change Profile Photo" +msgstr "" + +#: mod/profiles.php:674 +msgid "View this profile" +msgstr "" + +#: mod/profiles.php:675 mod/profiles.php:770 src/Model/Profile.php:389 +msgid "Edit visibility" +msgstr "" + +#: mod/profiles.php:676 +msgid "Create a new profile using these settings" +msgstr "" + +#: mod/profiles.php:677 +msgid "Clone this profile" +msgstr "" + +#: mod/profiles.php:678 +msgid "Delete this profile" +msgstr "" + +#: mod/profiles.php:680 +msgid "Basic information" +msgstr "" + +#: mod/profiles.php:681 +msgid "Profile picture" +msgstr "" + +#: mod/profiles.php:683 +msgid "Preferences" +msgstr "" + +#: mod/profiles.php:684 +msgid "Status information" +msgstr "" + +#: mod/profiles.php:685 +msgid "Additional information" +msgstr "" + +#: mod/profiles.php:688 +msgid "Relation" +msgstr "" + +#: mod/profiles.php:689 src/Util/Temporal.php:81 src/Util/Temporal.php:83 +msgid "Miscellaneous" +msgstr "" + +#: mod/profiles.php:692 +msgid "Your Gender:" +msgstr "" + +#: mod/profiles.php:693 +msgid " Marital Status:" +msgstr "" + +#: mod/profiles.php:694 src/Model/Profile.php:780 +msgid "Sexual Preference:" +msgstr "" + +#: mod/profiles.php:695 +msgid "Example: fishing photography software" +msgstr "" + +#: mod/profiles.php:700 +msgid "Profile Name:" +msgstr "" + +#: mod/profiles.php:702 +msgid "" +"This is your public profile.
It may " +"be visible to anybody using the internet." +msgstr "" + +#: mod/profiles.php:703 +msgid "Your Full Name:" +msgstr "" + +#: mod/profiles.php:704 +msgid "Title/Description:" +msgstr "" + +#: mod/profiles.php:707 +msgid "Street Address:" +msgstr "" + +#: mod/profiles.php:708 +msgid "Locality/City:" +msgstr "" + +#: mod/profiles.php:709 +msgid "Region/State:" +msgstr "" + +#: mod/profiles.php:710 +msgid "Postal/Zip Code:" +msgstr "" + +#: mod/profiles.php:711 +msgid "Country:" +msgstr "" + +#: mod/profiles.php:712 src/Util/Temporal.php:149 +msgid "Age: " +msgstr "" + +#: mod/profiles.php:715 +msgid "Who: (if applicable)" +msgstr "" + +#: mod/profiles.php:715 +msgid "Examples: cathy123, Cathy Williams, cathy@example.com" +msgstr "" + +#: mod/profiles.php:716 +msgid "Since [date]:" +msgstr "" + +#: mod/profiles.php:718 +msgid "Tell us about yourself..." +msgstr "" + +#: mod/profiles.php:719 +msgid "XMPP (Jabber) address:" +msgstr "" + +#: mod/profiles.php:719 +msgid "" +"The XMPP address will be propagated to your contacts so that they can follow " +"you." +msgstr "" + +#: mod/profiles.php:720 +msgid "Homepage URL:" +msgstr "" + +#: mod/profiles.php:721 src/Model/Profile.php:788 +msgid "Hometown:" +msgstr "" + +#: mod/profiles.php:722 src/Model/Profile.php:796 +msgid "Political Views:" +msgstr "" + +#: mod/profiles.php:723 +msgid "Religious Views:" +msgstr "" + +#: mod/profiles.php:724 +msgid "Public Keywords:" +msgstr "" + +#: mod/profiles.php:724 +msgid "(Used for suggesting potential friends, can be seen by others)" +msgstr "" + +#: mod/profiles.php:725 +msgid "Private Keywords:" +msgstr "" + +#: mod/profiles.php:725 +msgid "(Used for searching profiles, never shown to others)" +msgstr "" + +#: mod/profiles.php:726 src/Model/Profile.php:812 +msgid "Likes:" +msgstr "" + +#: mod/profiles.php:727 src/Model/Profile.php:816 +msgid "Dislikes:" +msgstr "" + +#: mod/profiles.php:728 +msgid "Musical interests" +msgstr "" + +#: mod/profiles.php:729 +msgid "Books, literature" +msgstr "" + +#: mod/profiles.php:730 +msgid "Television" +msgstr "" + +#: mod/profiles.php:731 +msgid "Film/dance/culture/entertainment" +msgstr "" + +#: mod/profiles.php:732 +msgid "Hobbies/Interests" +msgstr "" + +#: mod/profiles.php:733 +msgid "Love/romance" +msgstr "" + +#: mod/profiles.php:734 +msgid "Work/employment" +msgstr "" + +#: mod/profiles.php:735 +msgid "School/education" +msgstr "" + +#: mod/profiles.php:736 +msgid "Contact information and Social Networks" +msgstr "" + +#: mod/profiles.php:767 src/Model/Profile.php:385 +msgid "Profile Image" +msgstr "" + +#: mod/profiles.php:769 src/Model/Profile.php:388 +msgid "visible to everybody" +msgstr "" + +#: mod/profiles.php:776 +msgid "Edit/Manage Profiles" +msgstr "" + +#: mod/profiles.php:777 src/Model/Profile.php:375 src/Model/Profile.php:397 +msgid "Change profile photo" +msgstr "" + +#: mod/profiles.php:778 src/Model/Profile.php:376 +msgid "Create New Profile" +msgstr "" + +#: mod/photos.php:108 src/Model/Profile.php:905 +msgid "Photo Albums" +msgstr "" + +#: mod/photos.php:109 mod/photos.php:1713 +msgid "Recent Photos" +msgstr "" + +#: mod/photos.php:112 mod/photos.php:1210 mod/photos.php:1715 +msgid "Upload New Photos" +msgstr "" + +#: mod/photos.php:184 +msgid "Contact information unavailable" +msgstr "" + +#: mod/photos.php:204 +msgid "Album not found." +msgstr "" + +#: mod/photos.php:234 mod/photos.php:245 mod/photos.php:1161 +msgid "Delete Album" +msgstr "" + +#: mod/photos.php:243 +msgid "Do you really want to delete this photo album and all its photos?" +msgstr "" + +#: mod/photos.php:310 mod/photos.php:321 mod/photos.php:1446 +msgid "Delete Photo" +msgstr "" + +#: mod/photos.php:319 +msgid "Do you really want to delete this photo?" +msgstr "" + +#: mod/photos.php:667 +msgid "a photo" +msgstr "" + +#: mod/photos.php:667 +#, php-format +msgid "%1$s was tagged in %2$s by %3$s" +msgstr "" + +#: mod/photos.php:769 +msgid "Image upload didn't complete, please try again" +msgstr "" + +#: mod/photos.php:772 +msgid "Image file is missing" +msgstr "" + +#: mod/photos.php:777 +msgid "" +"Server can't accept new file upload at this time, please contact your " +"administrator" +msgstr "" + +#: mod/photos.php:803 +msgid "Image file is empty." +msgstr "" + +#: mod/photos.php:940 +msgid "No photos selected" +msgstr "" + +#: mod/photos.php:1090 +msgid "Upload Photos" +msgstr "" + +#: mod/photos.php:1094 mod/photos.php:1156 +msgid "New album name: " +msgstr "" + +#: mod/photos.php:1095 +msgid "or existing album name: " +msgstr "" + +#: mod/photos.php:1096 +msgid "Do not show a status post for this upload" +msgstr "" + +#: mod/photos.php:1167 +msgid "Edit Album" +msgstr "" + +#: mod/photos.php:1172 +msgid "Show Newest First" +msgstr "" + +#: mod/photos.php:1174 +msgid "Show Oldest First" +msgstr "" + +#: mod/photos.php:1195 mod/photos.php:1698 +msgid "View Photo" +msgstr "" + +#: mod/photos.php:1236 +msgid "Permission denied. Access to this item may be restricted." +msgstr "" + +#: mod/photos.php:1238 +msgid "Photo not available" +msgstr "" + +#: mod/photos.php:1301 +msgid "View photo" +msgstr "" + +#: mod/photos.php:1301 +msgid "Edit photo" +msgstr "" + +#: mod/photos.php:1302 +msgid "Use as profile photo" +msgstr "" + +#: mod/photos.php:1308 src/Object/Post.php:149 +msgid "Private Message" +msgstr "" + +#: mod/photos.php:1327 +msgid "View Full Size" +msgstr "" + +#: mod/photos.php:1414 +msgid "Tags: " +msgstr "" + +#: mod/photos.php:1417 +msgid "[Remove any tag]" +msgstr "" + +#: mod/photos.php:1432 +msgid "New album name" +msgstr "" + +#: mod/photos.php:1433 +msgid "Caption" +msgstr "" + +#: mod/photos.php:1434 +msgid "Add a Tag" +msgstr "" + +#: mod/photos.php:1434 +msgid "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" +msgstr "" + +#: mod/photos.php:1435 +msgid "Do not rotate" +msgstr "" + +#: mod/photos.php:1436 +msgid "Rotate CW (right)" +msgstr "" + +#: mod/photos.php:1437 +msgid "Rotate CCW (left)" +msgstr "" + +#: mod/photos.php:1471 src/Object/Post.php:286 +msgid "I like this (toggle)" +msgstr "" + +#: mod/photos.php:1472 src/Object/Post.php:287 +msgid "I don't like this (toggle)" +msgstr "" + +#: mod/photos.php:1490 mod/photos.php:1529 mod/photos.php:1602 +#: src/Object/Post.php:389 src/Object/Post.php:785 +msgid "Comment" +msgstr "" + +#: mod/photos.php:1634 +msgid "Map" +msgstr "" + +#: local/test.php:1686 +#, php-format +msgid "" +"%s wrote the following post" +msgstr "" + +#: local/testshare.php:158 src/Content/Text/BBCode.php:980 +#, php-format +msgid "%2$s %3$s" +msgstr "" + +#: local/testshare.php:180 +#, php-format +msgid "" +"%s wrote the following post" +msgstr "" + +#: boot.php:796 +#, php-format +msgid "Update %s failed. See error logs." +msgstr "" + +#: src/Database/DBStructure.php:32 +msgid "There are no tables on MyISAM." +msgstr "" + +#: src/Database/DBStructure.php:75 +#, php-format +msgid "" +"\n" +"\t\t\t\tThe friendica developers released update %s recently,\n" +"\t\t\t\tbut when I tried to install it, something went terribly wrong.\n" +"\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact " +"a\n" +"\t\t\t\tfriendica developer if you can not help me on your own. My database " +"might be invalid." +msgstr "" + +#: src/Database/DBStructure.php:80 +#, php-format +msgid "" +"The error message is\n" +"[pre]%s[/pre]" +msgstr "" + +#: src/Database/DBStructure.php:191 +#, php-format +msgid "" +"\n" +"Error %d occurred during database update:\n" +"%s\n" +msgstr "" + +#: src/Database/DBStructure.php:194 +msgid "Errors encountered performing database changes: " +msgstr "" + +#: src/Database/DBStructure.php:210 +#, php-format +msgid "%s: Database update" +msgstr "" + +#: src/Database/DBStructure.php:460 +#, php-format +msgid "%s: updating %s table." msgstr "" #: src/Core/Install.php:157 @@ -8040,6 +7982,399 @@ msgstr "" msgid "ImageMagick supports GIF" msgstr "" +#: src/Core/ACL.php:295 +msgid "Post to Email" +msgstr "" + +#: src/Core/ACL.php:301 +msgid "Hide your profile details from unknown viewers?" +msgstr "" + +#: src/Core/ACL.php:300 +#, php-format +msgid "Connectors disabled, since \"%s\" is enabled." +msgstr "" + +#: src/Core/ACL.php:307 +msgid "Visible to everybody" +msgstr "" + +#: src/Core/ACL.php:319 +msgid "Close" +msgstr "" + +#: src/Core/Console/ArchiveContact.php:67 +#, php-format +msgid "Could not find any unarchived contact entry for this URL (%s)" +msgstr "" + +#: src/Core/Console/ArchiveContact.php:72 +msgid "The contact entries have been archived" +msgstr "" + +#: src/Core/Console/NewPassword.php:78 +msgid "Enter new password: " +msgstr "" + +#: src/Core/Console/NewPassword.php:83 src/Model/User.php:262 +msgid "Password can't be empty" +msgstr "" + +#: src/Core/NotificationsManager.php:171 +msgid "System" +msgstr "" + +#: src/Core/NotificationsManager.php:192 src/Content/Nav.php:124 +#: src/Content/Nav.php:182 +msgid "Home" +msgstr "" + +#: src/Core/NotificationsManager.php:199 src/Content/Nav.php:186 +msgid "Introductions" +msgstr "" + +#: src/Core/NotificationsManager.php:256 src/Core/NotificationsManager.php:268 +#, php-format +msgid "%s commented on %s's post" +msgstr "" + +#: src/Core/NotificationsManager.php:267 +#, php-format +msgid "%s created a new post" +msgstr "" + +#: src/Core/NotificationsManager.php:281 +#, php-format +msgid "%s liked %s's post" +msgstr "" + +#: src/Core/NotificationsManager.php:294 +#, php-format +msgid "%s disliked %s's post" +msgstr "" + +#: src/Core/NotificationsManager.php:307 +#, php-format +msgid "%s is attending %s's event" +msgstr "" + +#: src/Core/NotificationsManager.php:320 +#, php-format +msgid "%s is not attending %s's event" +msgstr "" + +#: src/Core/NotificationsManager.php:333 +#, php-format +msgid "%s may attend %s's event" +msgstr "" + +#: src/Core/NotificationsManager.php:350 +#, php-format +msgid "%s is now friends with %s" +msgstr "" + +#: src/Core/NotificationsManager.php:825 +msgid "Friend Suggestion" +msgstr "" + +#: src/Core/NotificationsManager.php:851 +msgid "Friend/Connect Request" +msgstr "" + +#: src/Core/NotificationsManager.php:851 +msgid "New Follower" +msgstr "" + +#: src/Core/UserImport.php:104 +msgid "Error decoding account file" +msgstr "" + +#: src/Core/UserImport.php:110 +msgid "Error! No version data in file! This is not a Friendica account file?" +msgstr "" + +#: src/Core/UserImport.php:118 +#, php-format +msgid "User '%s' already exists on this server!" +msgstr "" + +#: src/Core/UserImport.php:151 +msgid "User creation error" +msgstr "" + +#: src/Core/UserImport.php:169 +msgid "User profile creation error" +msgstr "" + +#: src/Core/UserImport.php:213 +#, php-format +msgid "%d contact not imported" +msgid_plural "%d contacts not imported" +msgstr[0] "" +msgstr[1] "" + +#: src/Core/UserImport.php:278 +msgid "Done. You can now login with your username and password" +msgstr "" + +#: src/Worker/Delivery.php:415 +msgid "(no subject)" +msgstr "" + +#: src/Object/Post.php:128 +msgid "This entry was edited" +msgstr "" + +#: src/Object/Post.php:182 +msgid "save to folder" +msgstr "" + +#: src/Object/Post.php:225 +msgid "I will attend" +msgstr "" + +#: src/Object/Post.php:225 +msgid "I will not attend" +msgstr "" + +#: src/Object/Post.php:225 +msgid "I might attend" +msgstr "" + +#: src/Object/Post.php:253 +msgid "add star" +msgstr "" + +#: src/Object/Post.php:254 +msgid "remove star" +msgstr "" + +#: src/Object/Post.php:255 +msgid "toggle star status" +msgstr "" + +#: src/Object/Post.php:258 +msgid "starred" +msgstr "" + +#: src/Object/Post.php:264 +msgid "ignore thread" +msgstr "" + +#: src/Object/Post.php:265 +msgid "unignore thread" +msgstr "" + +#: src/Object/Post.php:266 +msgid "toggle ignore status" +msgstr "" + +#: src/Object/Post.php:275 +msgid "add tag" +msgstr "" + +#: src/Object/Post.php:286 +msgid "like" +msgstr "" + +#: src/Object/Post.php:287 +msgid "dislike" +msgstr "" + +#: src/Object/Post.php:290 +msgid "Share this" +msgstr "" + +#: src/Object/Post.php:290 +msgid "share" +msgstr "" + +#: src/Object/Post.php:355 +msgid "to" +msgstr "" + +#: src/Object/Post.php:356 +msgid "via" +msgstr "" + +#: src/Object/Post.php:357 +msgid "Wall-to-Wall" +msgstr "" + +#: src/Object/Post.php:358 +msgid "via Wall-To-Wall:" +msgstr "" + +#: src/Object/Post.php:417 +#, php-format +msgid "%d comment" +msgid_plural "%d comments" +msgstr[0] "" +msgstr[1] "" + +#: src/Object/Post.php:787 +msgid "Bold" +msgstr "" + +#: src/Object/Post.php:788 +msgid "Italic" +msgstr "" + +#: src/Object/Post.php:789 +msgid "Underline" +msgstr "" + +#: src/Object/Post.php:790 +msgid "Quote" +msgstr "" + +#: src/Object/Post.php:791 +msgid "Code" +msgstr "" + +#: src/Object/Post.php:792 +msgid "Image" +msgstr "" + +#: src/Object/Post.php:793 +msgid "Link" +msgstr "" + +#: src/Object/Post.php:794 +msgid "Video" +msgstr "" + +#: src/App.php:524 +msgid "Delete this item?" +msgstr "" + +#: src/App.php:526 +msgid "show fewer" +msgstr "" + +#: src/App.php:1122 +msgid "No system theme config value set." +msgstr "" + +#: src/Module/Logout.php:28 +msgid "Logged out." +msgstr "" + +#: src/Module/Login.php:100 src/Model/User.php:370 +msgid "" +"We encountered a problem while logging in with the OpenID you provided. " +"Please check the correct spelling of the ID." +msgstr "" + +#: src/Module/Login.php:100 src/Model/User.php:370 +msgid "The error message was:" +msgstr "" + +#: src/Module/Login.php:282 +msgid "Create a New Account" +msgstr "" + +#: src/Module/Login.php:315 +msgid "Password: " +msgstr "" + +#: src/Module/Login.php:316 +msgid "Remember me" +msgstr "" + +#: src/Module/Login.php:319 +msgid "Or login using OpenID: " +msgstr "" + +#: src/Module/Login.php:325 +msgid "Forgot your password?" +msgstr "" + +#: src/Module/Login.php:328 +msgid "Website Terms of Service" +msgstr "" + +#: src/Module/Login.php:329 +msgid "terms of service" +msgstr "" + +#: src/Module/Login.php:331 +msgid "Website Privacy Policy" +msgstr "" + +#: src/Module/Login.php:332 +msgid "privacy policy" +msgstr "" + +#: src/Module/Tos.php:51 +msgid "Privacy Statement" +msgstr "" + +#: src/Module/Tos.php:52 +msgid "" +"At the time of registration, and for providing communications between the " +"user account and their contacts, the user has to provide a display name (pen " +"name), an username (nickname) and a working email address. The names will be " +"accessible on the profile page of the account by any visitor of the page, " +"even if other profile details are not displayed. The email address will only " +"be used to send the user notifications about interactions, but wont be " +"visibly displayed. The listing of an account in the node's user directory or " +"the global user directory is optional and can be controlled in the user " +"settings, it is not necessary for communication." +msgstr "" + +#: src/Module/Tos.php:53 +msgid "" +"This data is required for communication and is passed on to the nodes of the " +"communication partners. Users can enter additional private data that may be " +"transmitted to the communication partners accounts." +msgstr "" + +#: src/Module/Tos.php:54 +#, php-format +msgid "" +"At any point in time a logged in user can export their account data from the " +"account settings. If the user wants to " +"delete their account they can do so at %1$s/" +"removeme. The deletion of the account will be permanent." +msgstr "" + +#: src/Protocol/OStatus.php:1799 +#, php-format +msgid "%s is now following %s." +msgstr "" + +#: src/Protocol/OStatus.php:1800 +msgid "following" +msgstr "" + +#: src/Protocol/OStatus.php:1803 +#, php-format +msgid "%s stopped following %s." +msgstr "" + +#: src/Protocol/OStatus.php:1804 +msgid "stopped following" +msgstr "" + +#: src/Protocol/DFRN.php:1513 src/Model/Contact.php:1636 +#, php-format +msgid "%s's birthday" +msgstr "" + +#: src/Protocol/DFRN.php:1514 src/Model/Contact.php:1637 +#, php-format +msgid "Happy Birthday %s" +msgstr "" + +#: src/Protocol/Diaspora.php:2601 +msgid "Sharing notification from Diaspora network" +msgstr "" + +#: src/Protocol/Diaspora.php:3691 +msgid "Attachments:" +msgstr "" + #: src/Util/Temporal.php:147 src/Model/Profile.php:756 msgid "Birthday:" msgstr "" @@ -8105,56 +8440,503 @@ msgstr "" msgid "%1$d %2$s ago" msgstr "" -#: src/Content/Text/BBCode.php:416 -msgid "view full size" -msgstr "" - -#: src/Content/Text/BBCode.php:842 src/Content/Text/BBCode.php:1611 -#: src/Content/Text/BBCode.php:1612 -msgid "Image/photo" -msgstr "" - -#: src/Content/Text/BBCode.php:980 +#: src/Model/Item.php:1809 #, php-format -msgid "%2$s %3$s" +msgid "%1$s is attending %2$s's %3$s" msgstr "" -#: src/Content/Text/BBCode.php:1538 src/Content/Text/BBCode.php:1560 -msgid "$1 wrote:" +#: src/Model/Item.php:1814 +#, php-format +msgid "%1$s is not attending %2$s's %3$s" msgstr "" -#: src/Content/Text/BBCode.php:1620 src/Content/Text/BBCode.php:1621 -msgid "Encrypted content" +#: src/Model/Item.php:1819 +#, php-format +msgid "%1$s may attend %2$s's %3$s" msgstr "" -#: src/Content/Text/BBCode.php:1740 -msgid "Invalid source protocol" +#: src/Model/Mail.php:40 src/Model/Mail.php:174 +msgid "[no subject]" msgstr "" -#: src/Content/Text/BBCode.php:1751 -msgid "Invalid link protocol" +#: src/Model/Contact.php:657 +msgid "Drop Contact" msgstr "" -#: src/Content/OEmbed.php:253 -msgid "Embedding disabled" +#: src/Model/Contact.php:1091 +msgid "Organisation" msgstr "" -#: src/Content/OEmbed.php:373 -msgid "Embedded content" +#: src/Model/Contact.php:1094 +msgid "News" msgstr "" -#: src/Content/Widget/CalendarExport.php:61 -msgid "Export" +#: src/Model/Contact.php:1097 +msgid "Forum" msgstr "" -#: src/Content/Widget/CalendarExport.php:62 -msgid "Export calendar as ical" +#: src/Model/Contact.php:1276 +msgid "Connect URL missing." msgstr "" -#: src/Content/Widget/CalendarExport.php:63 -msgid "Export calendar as csv" +#: src/Model/Contact.php:1285 +msgid "" +"The contact could not be added. Please check the relevant network " +"credentials in your Settings -> Social Networks page." msgstr "" +#: src/Model/Contact.php:1332 +msgid "" +"This site is not configured to allow communications with other networks." +msgstr "" + +#: src/Model/Contact.php:1333 src/Model/Contact.php:1347 +msgid "No compatible communication protocols or feeds were discovered." +msgstr "" + +#: src/Model/Contact.php:1345 +msgid "The profile address specified does not provide adequate information." +msgstr "" + +#: src/Model/Contact.php:1350 +msgid "An author or name was not found." +msgstr "" + +#: src/Model/Contact.php:1353 +msgid "No browser URL could be matched to this address." +msgstr "" + +#: src/Model/Contact.php:1356 +msgid "" +"Unable to match @-style Identity Address with a known protocol or email " +"contact." +msgstr "" + +#: src/Model/Contact.php:1357 +msgid "Use mailto: in front of address to force email check." +msgstr "" + +#: src/Model/Contact.php:1363 +msgid "" +"The profile address specified belongs to a network which has been disabled " +"on this site." +msgstr "" + +#: src/Model/Contact.php:1368 +msgid "" +"Limited profile. This person will be unable to receive direct/personal " +"notifications from you." +msgstr "" + +#: src/Model/Contact.php:1419 +msgid "Unable to retrieve contact information." +msgstr "" + +#: src/Model/Event.php:53 src/Model/Event.php:70 src/Model/Event.php:419 +#: src/Model/Event.php:882 +msgid "Starts:" +msgstr "" + +#: src/Model/Event.php:56 src/Model/Event.php:76 src/Model/Event.php:420 +#: src/Model/Event.php:886 +msgid "Finishes:" +msgstr "" + +#: src/Model/Event.php:368 +msgid "all-day" +msgstr "" + +#: src/Model/Event.php:391 +msgid "Jun" +msgstr "" + +#: src/Model/Event.php:394 +msgid "Sept" +msgstr "" + +#: src/Model/Event.php:417 +msgid "No events to display" +msgstr "" + +#: src/Model/Event.php:543 +msgid "l, F j" +msgstr "" + +#: src/Model/Event.php:566 +msgid "Edit event" +msgstr "" + +#: src/Model/Event.php:567 +msgid "Duplicate event" +msgstr "" + +#: src/Model/Event.php:568 +msgid "Delete event" +msgstr "" + +#: src/Model/Event.php:815 +msgid "D g:i A" +msgstr "" + +#: src/Model/Event.php:816 +msgid "g:i A" +msgstr "" + +#: src/Model/Event.php:901 src/Model/Event.php:903 +msgid "Show map" +msgstr "" + +#: src/Model/Event.php:902 +msgid "Hide map" +msgstr "" + +#: src/Model/User.php:154 +msgid "Login failed" +msgstr "" + +#: src/Model/User.php:185 +msgid "Not enough information to authenticate" +msgstr "" + +#: src/Model/User.php:346 +msgid "An invitation is required." +msgstr "" + +#: src/Model/User.php:350 +msgid "Invitation could not be verified." +msgstr "" + +#: src/Model/User.php:357 +msgid "Invalid OpenID url" +msgstr "" + +#: src/Model/User.php:376 +msgid "Please enter the required information." +msgstr "" + +#: src/Model/User.php:389 +msgid "Please use a shorter name." +msgstr "" + +#: src/Model/User.php:392 +msgid "Name too short." +msgstr "" + +#: src/Model/User.php:400 +msgid "That doesn't appear to be your full (First Last) name." +msgstr "" + +#: src/Model/User.php:405 +msgid "Your email domain is not among those allowed on this site." +msgstr "" + +#: src/Model/User.php:409 +msgid "Not a valid email address." +msgstr "" + +#: src/Model/User.php:413 src/Model/User.php:421 +msgid "Cannot use that email." +msgstr "" + +#: src/Model/User.php:428 +msgid "Your nickname can only contain a-z, 0-9 and _." +msgstr "" + +#: src/Model/User.php:435 src/Model/User.php:491 +msgid "Nickname is already registered. Please choose another." +msgstr "" + +#: src/Model/User.php:445 +msgid "SERIOUS ERROR: Generation of security keys failed." +msgstr "" + +#: src/Model/User.php:478 src/Model/User.php:482 +msgid "An error occurred during registration. Please try again." +msgstr "" + +#: src/Model/User.php:507 +msgid "An error occurred creating your default profile. Please try again." +msgstr "" + +#: src/Model/User.php:514 +msgid "An error occurred creating your self contact. Please try again." +msgstr "" + +#: src/Model/User.php:519 src/Content/ContactSelector.php:169 +msgid "Friends" +msgstr "" + +#: src/Model/User.php:523 +msgid "" +"An error occurred creating your default contact group. Please try again." +msgstr "" + +#: src/Model/User.php:597 +#, php-format +msgid "" +"\n" +"\t\t\tDear %1$s,\n" +"\t\t\t\tThank you for registering at %2$s. Your account is pending for " +"approval by the administrator.\n" +"\t\t" +msgstr "" + +#: src/Model/User.php:607 +#, php-format +msgid "Registration at %s" +msgstr "" + +#: src/Model/User.php:625 +#, php-format +msgid "" +"\n" +"\t\t\tDear %1$s,\n" +"\t\t\t\tThank you for registering at %2$s. Your account has been created.\n" +"\t\t" +msgstr "" + +#: src/Model/User.php:629 +#, php-format +msgid "" +"\n" +"\t\t\tThe login details are as follows:\n" +"\n" +"\t\t\tSite Location:\t%3$s\n" +"\t\t\tLogin Name:\t\t%1$s\n" +"\t\t\tPassword:\t\t%5$s\n" +"\n" +"\t\t\tYou may change your password from your account \"Settings\" page after " +"logging\n" +"\t\t\tin.\n" +"\n" +"\t\t\tPlease take a few moments to review the other account settings on that " +"page.\n" +"\n" +"\t\t\tYou may also wish to add some basic information to your default " +"profile\n" +"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n" +"\n" +"\t\t\tWe recommend setting your full name, adding a profile photo,\n" +"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - " +"and\n" +"\t\t\tperhaps what country you live in; if you do not wish to be more " +"specific\n" +"\t\t\tthan that.\n" +"\n" +"\t\t\tWe fully respect your right to privacy, and none of these items are " +"necessary.\n" +"\t\t\tIf you are new and do not know anybody here, they may help\n" +"\t\t\tyou to make some new and interesting friends.\n" +"\n" +"\t\t\tIf you ever want to delete your account, you can do so at %3$s/" +"removeme\n" +"\n" +"\t\t\tThank you and welcome to %2$s." +msgstr "" + +#: src/Model/Group.php:44 +msgid "" +"A deleted group with this name was revived. Existing item permissions " +"may apply to this group and any future members. If this is " +"not what you intended, please create another group with a different name." +msgstr "" + +#: src/Model/Group.php:341 +msgid "Default privacy group for new contacts" +msgstr "" + +#: src/Model/Group.php:374 +msgid "Everybody" +msgstr "" + +#: src/Model/Group.php:394 +msgid "edit" +msgstr "" + +#: src/Model/Group.php:418 +msgid "Edit group" +msgstr "" + +#: src/Model/Group.php:419 +msgid "Contacts not in any group" +msgstr "" + +#: src/Model/Group.php:420 +msgid "Create a new group" +msgstr "" + +#: src/Model/Group.php:422 +msgid "Edit groups" +msgstr "" + +#: src/Model/Profile.php:97 +msgid "Requested account is not available." +msgstr "" + +#: src/Model/Profile.php:164 src/Model/Profile.php:395 +#: src/Model/Profile.php:857 +msgid "Edit profile" +msgstr "" + +#: src/Model/Profile.php:332 +msgid "Atom feed" +msgstr "" + +#: src/Model/Profile.php:368 src/Content/Nav.php:206 +msgid "Profiles" +msgstr "" + +#: src/Model/Profile.php:368 +msgid "Manage/edit profiles" +msgstr "" + +#: src/Model/Profile.php:546 src/Model/Profile.php:639 +msgid "g A l F d" +msgstr "" + +#: src/Model/Profile.php:547 +msgid "F d" +msgstr "" + +#: src/Model/Profile.php:604 src/Model/Profile.php:701 +msgid "[today]" +msgstr "" + +#: src/Model/Profile.php:615 +msgid "Birthday Reminders" +msgstr "" + +#: src/Model/Profile.php:616 +msgid "Birthdays this week:" +msgstr "" + +#: src/Model/Profile.php:688 +msgid "[No description]" +msgstr "" + +#: src/Model/Profile.php:715 +msgid "Event Reminders" +msgstr "" + +#: src/Model/Profile.php:716 +msgid "Events this week:" +msgstr "" + +#: src/Model/Profile.php:739 +msgid "Member since:" +msgstr "" + +#: src/Model/Profile.php:747 +msgid "j F, Y" +msgstr "" + +#: src/Model/Profile.php:748 +msgid "j F" +msgstr "" + +#: src/Model/Profile.php:763 +msgid "Age:" +msgstr "" + +#: src/Model/Profile.php:776 +#, php-format +msgid "for %1$d %2$s" +msgstr "" + +#: src/Model/Profile.php:800 +msgid "Religion:" +msgstr "" + +#: src/Model/Profile.php:808 +msgid "Hobbies/Interests:" +msgstr "" + +#: src/Model/Profile.php:820 +msgid "Contact information and Social Networks:" +msgstr "" + +#: src/Model/Profile.php:824 +msgid "Musical interests:" +msgstr "" + +#: src/Model/Profile.php:828 +msgid "Books, literature:" +msgstr "" + +#: src/Model/Profile.php:832 +msgid "Television:" +msgstr "" + +#: src/Model/Profile.php:836 +msgid "Film/dance/culture/entertainment:" +msgstr "" + +#: src/Model/Profile.php:840 +msgid "Love/Romance:" +msgstr "" + +#: src/Model/Profile.php:844 +msgid "Work/employment:" +msgstr "" + +#: src/Model/Profile.php:848 +msgid "School/education:" +msgstr "" + +#: src/Model/Profile.php:853 +msgid "Forums:" +msgstr "" + +#: src/Model/Profile.php:947 +msgid "Only You Can See This" +msgstr "" + +#: src/Content/Widget.php:33 +msgid "Add New Contact" +msgstr "" + +#: src/Content/Widget.php:34 +msgid "Enter address or web location" +msgstr "" + +#: src/Content/Widget.php:35 +msgid "Example: bob@example.com, http://example.com/barbara" +msgstr "" + +#: src/Content/Widget.php:53 +#, php-format +msgid "%d invitation available" +msgid_plural "%d invitations available" +msgstr[0] "" +msgstr[1] "" + +#: src/Content/Widget.php:164 +msgid "Networks" +msgstr "" + +#: src/Content/Widget.php:167 +msgid "All Networks" +msgstr "" + +#: src/Content/Widget.php:205 src/Content/Feature.php:118 +msgid "Saved Folders" +msgstr "" + +#: src/Content/Widget.php:208 src/Content/Widget.php:248 +msgid "Everything" +msgstr "" + +#: src/Content/Widget.php:245 +msgid "Categories" +msgstr "" + +#: src/Content/Widget.php:312 +#, php-format +msgid "%d contact in common" +msgid_plural "%d contacts in common" +msgstr[0] "" +msgstr[1] "" + #: src/Content/ContactSelector.php:55 msgid "Frequently" msgstr "" @@ -8375,10 +9157,6 @@ msgstr "" msgid "Sex Addict" msgstr "" -#: src/Content/ContactSelector.php:169 src/Model/User.php:519 -msgid "Friends" -msgstr "" - #: src/Content/ContactSelector.php:169 msgid "Friends/Benefits" msgstr "" @@ -8463,172 +9241,6 @@ msgstr "" msgid "Ask me" msgstr "" -#: src/Content/Nav.php:53 -msgid "Nothing new here" -msgstr "" - -#: src/Content/Nav.php:57 -msgid "Clear notifications" -msgstr "" - -#: src/Content/Nav.php:105 -msgid "Personal notes" -msgstr "" - -#: src/Content/Nav.php:105 -msgid "Your personal notes" -msgstr "" - -#: src/Content/Nav.php:114 -msgid "Sign in" -msgstr "" - -#: src/Content/Nav.php:124 -msgid "Home Page" -msgstr "" - -#: src/Content/Nav.php:128 -msgid "Create an account" -msgstr "" - -#: src/Content/Nav.php:134 -msgid "Help and documentation" -msgstr "" - -#: src/Content/Nav.php:138 -msgid "Apps" -msgstr "" - -#: src/Content/Nav.php:138 -msgid "Addon applications, utilities, games" -msgstr "" - -#: src/Content/Nav.php:142 -msgid "Search site content" -msgstr "" - -#: src/Content/Nav.php:166 -msgid "Community" -msgstr "" - -#: src/Content/Nav.php:166 -msgid "Conversations on this and other servers" -msgstr "" - -#: src/Content/Nav.php:173 -msgid "Directory" -msgstr "" - -#: src/Content/Nav.php:173 -msgid "People directory" -msgstr "" - -#: src/Content/Nav.php:175 -msgid "Information about this friendica instance" -msgstr "" - -#: src/Content/Nav.php:180 -msgid "Network Reset" -msgstr "" - -#: src/Content/Nav.php:180 -msgid "Load Network page with no filters" -msgstr "" - -#: src/Content/Nav.php:186 -msgid "Friend Requests" -msgstr "" - -#: src/Content/Nav.php:188 -msgid "See all notifications" -msgstr "" - -#: src/Content/Nav.php:189 -msgid "Mark all system notifications seen" -msgstr "" - -#: src/Content/Nav.php:193 -msgid "Inbox" -msgstr "" - -#: src/Content/Nav.php:194 -msgid "Outbox" -msgstr "" - -#: src/Content/Nav.php:198 -msgid "Manage" -msgstr "" - -#: src/Content/Nav.php:198 -msgid "Manage other pages" -msgstr "" - -#: src/Content/Nav.php:206 src/Model/Profile.php:368 -msgid "Profiles" -msgstr "" - -#: src/Content/Nav.php:206 -msgid "Manage/Edit Profiles" -msgstr "" - -#: src/Content/Nav.php:214 -msgid "Site setup and configuration" -msgstr "" - -#: src/Content/Nav.php:217 -msgid "Navigation" -msgstr "" - -#: src/Content/Nav.php:217 -msgid "Site map" -msgstr "" - -#: src/Content/Widget.php:33 -msgid "Add New Contact" -msgstr "" - -#: src/Content/Widget.php:34 -msgid "Enter address or web location" -msgstr "" - -#: src/Content/Widget.php:35 -msgid "Example: bob@example.com, http://example.com/barbara" -msgstr "" - -#: src/Content/Widget.php:53 -#, php-format -msgid "%d invitation available" -msgid_plural "%d invitations available" -msgstr[0] "" -msgstr[1] "" - -#: src/Content/Widget.php:164 -msgid "Networks" -msgstr "" - -#: src/Content/Widget.php:167 -msgid "All Networks" -msgstr "" - -#: src/Content/Widget.php:205 src/Content/Feature.php:118 -msgid "Saved Folders" -msgstr "" - -#: src/Content/Widget.php:208 src/Content/Widget.php:248 -msgid "Everything" -msgstr "" - -#: src/Content/Widget.php:245 -msgid "Categories" -msgstr "" - -#: src/Content/Widget.php:312 -#, php-format -msgid "%d contact in common" -msgid_plural "%d contacts in common" -msgstr[0] "" -msgstr[1] "" - #: src/Content/Feature.php:79 msgid "General Features" msgstr "" @@ -8832,762 +9444,163 @@ msgstr "" msgid "Display membership date in profile" msgstr "" -#: src/Database/DBStructure.php:32 -msgid "There are no tables on MyISAM." +#: src/Content/Nav.php:53 +msgid "Nothing new here" msgstr "" -#: src/Database/DBStructure.php:75 -#, php-format -msgid "" -"\n" -"\t\t\t\tThe friendica developers released update %s recently,\n" -"\t\t\t\tbut when I tried to install it, something went terribly wrong.\n" -"\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact " -"a\n" -"\t\t\t\tfriendica developer if you can not help me on your own. My database " -"might be invalid." +#: src/Content/Nav.php:57 +msgid "Clear notifications" msgstr "" -#: src/Database/DBStructure.php:80 -#, php-format -msgid "" -"The error message is\n" -"[pre]%s[/pre]" +#: src/Content/Nav.php:105 +msgid "Personal notes" msgstr "" -#: src/Database/DBStructure.php:191 -#, php-format -msgid "" -"\n" -"Error %d occurred during database update:\n" -"%s\n" +#: src/Content/Nav.php:105 +msgid "Your personal notes" msgstr "" -#: src/Database/DBStructure.php:194 -msgid "Errors encountered performing database changes: " +#: src/Content/Nav.php:114 +msgid "Sign in" msgstr "" -#: src/Database/DBStructure.php:210 -#, php-format -msgid "%s: Database update" +#: src/Content/Nav.php:124 +msgid "Home Page" msgstr "" -#: src/Database/DBStructure.php:460 -#, php-format -msgid "%s: updating %s table." +#: src/Content/Nav.php:128 +msgid "Create an account" msgstr "" -#: src/Model/Mail.php:40 src/Model/Mail.php:174 -msgid "[no subject]" +#: src/Content/Nav.php:134 +msgid "Help and documentation" msgstr "" -#: src/Model/Event.php:53 src/Model/Event.php:70 src/Model/Event.php:419 -#: src/Model/Event.php:882 -msgid "Starts:" +#: src/Content/Nav.php:138 +msgid "Apps" msgstr "" -#: src/Model/Event.php:56 src/Model/Event.php:76 src/Model/Event.php:420 -#: src/Model/Event.php:886 -msgid "Finishes:" +#: src/Content/Nav.php:138 +msgid "Addon applications, utilities, games" msgstr "" -#: src/Model/Event.php:368 -msgid "all-day" +#: src/Content/Nav.php:142 +msgid "Search site content" msgstr "" -#: src/Model/Event.php:391 -msgid "Jun" +#: src/Content/Nav.php:166 +msgid "Community" msgstr "" -#: src/Model/Event.php:394 -msgid "Sept" +#: src/Content/Nav.php:166 +msgid "Conversations on this and other servers" msgstr "" -#: src/Model/Event.php:417 -msgid "No events to display" +#: src/Content/Nav.php:173 +msgid "Directory" msgstr "" -#: src/Model/Event.php:543 -msgid "l, F j" +#: src/Content/Nav.php:173 +msgid "People directory" msgstr "" -#: src/Model/Event.php:566 -msgid "Edit event" +#: src/Content/Nav.php:175 +msgid "Information about this friendica instance" msgstr "" -#: src/Model/Event.php:567 -msgid "Duplicate event" +#: src/Content/Nav.php:180 +msgid "Network Reset" msgstr "" -#: src/Model/Event.php:568 -msgid "Delete event" +#: src/Content/Nav.php:180 +msgid "Load Network page with no filters" msgstr "" -#: src/Model/Event.php:815 -msgid "D g:i A" +#: src/Content/Nav.php:186 +msgid "Friend Requests" msgstr "" -#: src/Model/Event.php:816 -msgid "g:i A" +#: src/Content/Nav.php:188 +msgid "See all notifications" msgstr "" -#: src/Model/Event.php:901 src/Model/Event.php:903 -msgid "Show map" +#: src/Content/Nav.php:189 +msgid "Mark all system notifications seen" msgstr "" -#: src/Model/Event.php:902 -msgid "Hide map" +#: src/Content/Nav.php:193 +msgid "Inbox" msgstr "" -#: src/Model/Group.php:44 -msgid "" -"A deleted group with this name was revived. Existing item permissions " -"may apply to this group and any future members. If this is " -"not what you intended, please create another group with a different name." +#: src/Content/Nav.php:194 +msgid "Outbox" msgstr "" -#: src/Model/Group.php:341 -msgid "Default privacy group for new contacts" +#: src/Content/Nav.php:198 +msgid "Manage" msgstr "" -#: src/Model/Group.php:374 -msgid "Everybody" +#: src/Content/Nav.php:198 +msgid "Manage other pages" msgstr "" -#: src/Model/Group.php:394 -msgid "edit" +#: src/Content/Nav.php:206 +msgid "Manage/Edit Profiles" msgstr "" -#: src/Model/Group.php:418 -msgid "Edit group" +#: src/Content/Nav.php:214 +msgid "Site setup and configuration" msgstr "" -#: src/Model/Group.php:419 -msgid "Contacts not in any group" +#: src/Content/Nav.php:217 +msgid "Navigation" msgstr "" -#: src/Model/Group.php:420 -msgid "Create a new group" +#: src/Content/Nav.php:217 +msgid "Site map" msgstr "" -#: src/Model/Group.php:422 -msgid "Edit groups" +#: src/Content/Widget/CalendarExport.php:61 +msgid "Export" msgstr "" -#: src/Model/User.php:154 -msgid "Login failed" +#: src/Content/Widget/CalendarExport.php:62 +msgid "Export calendar as ical" msgstr "" -#: src/Model/User.php:185 -msgid "Not enough information to authenticate" +#: src/Content/Widget/CalendarExport.php:63 +msgid "Export calendar as csv" msgstr "" -#: src/Model/User.php:346 -msgid "An invitation is required." +#: src/Content/OEmbed.php:253 +msgid "Embedding disabled" msgstr "" -#: src/Model/User.php:350 -msgid "Invitation could not be verified." +#: src/Content/OEmbed.php:373 +msgid "Embedded content" msgstr "" -#: src/Model/User.php:357 -msgid "Invalid OpenID url" +#: src/Content/Text/BBCode.php:416 +msgid "view full size" msgstr "" -#: src/Model/User.php:370 src/Module/Login.php:100 -msgid "" -"We encountered a problem while logging in with the OpenID you provided. " -"Please check the correct spelling of the ID." +#: src/Content/Text/BBCode.php:842 src/Content/Text/BBCode.php:1611 +#: src/Content/Text/BBCode.php:1612 +msgid "Image/photo" msgstr "" -#: src/Model/User.php:370 src/Module/Login.php:100 -msgid "The error message was:" +#: src/Content/Text/BBCode.php:1538 src/Content/Text/BBCode.php:1560 +msgid "$1 wrote:" msgstr "" -#: src/Model/User.php:376 -msgid "Please enter the required information." +#: src/Content/Text/BBCode.php:1620 src/Content/Text/BBCode.php:1621 +msgid "Encrypted content" msgstr "" -#: src/Model/User.php:389 -msgid "Please use a shorter name." +#: src/Content/Text/BBCode.php:1740 +msgid "Invalid source protocol" msgstr "" -#: src/Model/User.php:392 -msgid "Name too short." -msgstr "" - -#: src/Model/User.php:400 -msgid "That doesn't appear to be your full (First Last) name." -msgstr "" - -#: src/Model/User.php:405 -msgid "Your email domain is not among those allowed on this site." -msgstr "" - -#: src/Model/User.php:409 -msgid "Not a valid email address." -msgstr "" - -#: src/Model/User.php:413 src/Model/User.php:421 -msgid "Cannot use that email." -msgstr "" - -#: src/Model/User.php:428 -msgid "Your nickname can only contain a-z, 0-9 and _." -msgstr "" - -#: src/Model/User.php:435 src/Model/User.php:491 -msgid "Nickname is already registered. Please choose another." -msgstr "" - -#: src/Model/User.php:445 -msgid "SERIOUS ERROR: Generation of security keys failed." -msgstr "" - -#: src/Model/User.php:478 src/Model/User.php:482 -msgid "An error occurred during registration. Please try again." -msgstr "" - -#: src/Model/User.php:507 -msgid "An error occurred creating your default profile. Please try again." -msgstr "" - -#: src/Model/User.php:514 -msgid "An error occurred creating your self contact. Please try again." -msgstr "" - -#: src/Model/User.php:523 -msgid "" -"An error occurred creating your default contact group. Please try again." -msgstr "" - -#: src/Model/User.php:597 -#, php-format -msgid "" -"\n" -"\t\t\tDear %1$s,\n" -"\t\t\t\tThank you for registering at %2$s. Your account is pending for " -"approval by the administrator.\n" -"\t\t" -msgstr "" - -#: src/Model/User.php:607 -#, php-format -msgid "Registration at %s" -msgstr "" - -#: src/Model/User.php:625 -#, php-format -msgid "" -"\n" -"\t\t\tDear %1$s,\n" -"\t\t\t\tThank you for registering at %2$s. Your account has been created.\n" -"\t\t" -msgstr "" - -#: src/Model/User.php:629 -#, php-format -msgid "" -"\n" -"\t\t\tThe login details are as follows:\n" -"\n" -"\t\t\tSite Location:\t%3$s\n" -"\t\t\tLogin Name:\t\t%1$s\n" -"\t\t\tPassword:\t\t%5$s\n" -"\n" -"\t\t\tYou may change your password from your account \"Settings\" page after " -"logging\n" -"\t\t\tin.\n" -"\n" -"\t\t\tPlease take a few moments to review the other account settings on that " -"page.\n" -"\n" -"\t\t\tYou may also wish to add some basic information to your default " -"profile\n" -"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n" -"\n" -"\t\t\tWe recommend setting your full name, adding a profile photo,\n" -"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - " -"and\n" -"\t\t\tperhaps what country you live in; if you do not wish to be more " -"specific\n" -"\t\t\tthan that.\n" -"\n" -"\t\t\tWe fully respect your right to privacy, and none of these items are " -"necessary.\n" -"\t\t\tIf you are new and do not know anybody here, they may help\n" -"\t\t\tyou to make some new and interesting friends.\n" -"\n" -"\t\t\tIf you ever want to delete your account, you can do so at %3$s/" -"removeme\n" -"\n" -"\t\t\tThank you and welcome to %2$s." -msgstr "" - -#: src/Model/Profile.php:97 -msgid "Requested account is not available." -msgstr "" - -#: src/Model/Profile.php:164 src/Model/Profile.php:395 -#: src/Model/Profile.php:857 -msgid "Edit profile" -msgstr "" - -#: src/Model/Profile.php:332 -msgid "Atom feed" -msgstr "" - -#: src/Model/Profile.php:368 -msgid "Manage/edit profiles" -msgstr "" - -#: src/Model/Profile.php:546 src/Model/Profile.php:639 -msgid "g A l F d" -msgstr "" - -#: src/Model/Profile.php:547 -msgid "F d" -msgstr "" - -#: src/Model/Profile.php:604 src/Model/Profile.php:701 -msgid "[today]" -msgstr "" - -#: src/Model/Profile.php:615 -msgid "Birthday Reminders" -msgstr "" - -#: src/Model/Profile.php:616 -msgid "Birthdays this week:" -msgstr "" - -#: src/Model/Profile.php:688 -msgid "[No description]" -msgstr "" - -#: src/Model/Profile.php:715 -msgid "Event Reminders" -msgstr "" - -#: src/Model/Profile.php:716 -msgid "Events this week:" -msgstr "" - -#: src/Model/Profile.php:739 -msgid "Member since:" -msgstr "" - -#: src/Model/Profile.php:747 -msgid "j F, Y" -msgstr "" - -#: src/Model/Profile.php:748 -msgid "j F" -msgstr "" - -#: src/Model/Profile.php:763 -msgid "Age:" -msgstr "" - -#: src/Model/Profile.php:776 -#, php-format -msgid "for %1$d %2$s" -msgstr "" - -#: src/Model/Profile.php:800 -msgid "Religion:" -msgstr "" - -#: src/Model/Profile.php:808 -msgid "Hobbies/Interests:" -msgstr "" - -#: src/Model/Profile.php:820 -msgid "Contact information and Social Networks:" -msgstr "" - -#: src/Model/Profile.php:824 -msgid "Musical interests:" -msgstr "" - -#: src/Model/Profile.php:828 -msgid "Books, literature:" -msgstr "" - -#: src/Model/Profile.php:832 -msgid "Television:" -msgstr "" - -#: src/Model/Profile.php:836 -msgid "Film/dance/culture/entertainment:" -msgstr "" - -#: src/Model/Profile.php:840 -msgid "Love/Romance:" -msgstr "" - -#: src/Model/Profile.php:844 -msgid "Work/employment:" -msgstr "" - -#: src/Model/Profile.php:848 -msgid "School/education:" -msgstr "" - -#: src/Model/Profile.php:853 -msgid "Forums:" -msgstr "" - -#: src/Model/Profile.php:947 -msgid "Only You Can See This" -msgstr "" - -#: src/Model/Contact.php:657 -msgid "Drop Contact" -msgstr "" - -#: src/Model/Contact.php:1091 -msgid "Organisation" -msgstr "" - -#: src/Model/Contact.php:1094 -msgid "News" -msgstr "" - -#: src/Model/Contact.php:1097 -msgid "Forum" -msgstr "" - -#: src/Model/Contact.php:1276 -msgid "Connect URL missing." -msgstr "" - -#: src/Model/Contact.php:1285 -msgid "" -"The contact could not be added. Please check the relevant network " -"credentials in your Settings -> Social Networks page." -msgstr "" - -#: src/Model/Contact.php:1332 -msgid "" -"This site is not configured to allow communications with other networks." -msgstr "" - -#: src/Model/Contact.php:1333 src/Model/Contact.php:1347 -msgid "No compatible communication protocols or feeds were discovered." -msgstr "" - -#: src/Model/Contact.php:1345 -msgid "The profile address specified does not provide adequate information." -msgstr "" - -#: src/Model/Contact.php:1350 -msgid "An author or name was not found." -msgstr "" - -#: src/Model/Contact.php:1353 -msgid "No browser URL could be matched to this address." -msgstr "" - -#: src/Model/Contact.php:1356 -msgid "" -"Unable to match @-style Identity Address with a known protocol or email " -"contact." -msgstr "" - -#: src/Model/Contact.php:1357 -msgid "Use mailto: in front of address to force email check." -msgstr "" - -#: src/Model/Contact.php:1363 -msgid "" -"The profile address specified belongs to a network which has been disabled " -"on this site." -msgstr "" - -#: src/Model/Contact.php:1368 -msgid "" -"Limited profile. This person will be unable to receive direct/personal " -"notifications from you." -msgstr "" - -#: src/Model/Contact.php:1419 -msgid "Unable to retrieve contact information." -msgstr "" - -#: src/Model/Contact.php:1636 src/Protocol/DFRN.php:1513 -#, php-format -msgid "%s's birthday" -msgstr "" - -#: src/Model/Contact.php:1637 src/Protocol/DFRN.php:1514 -#, php-format -msgid "Happy Birthday %s" -msgstr "" - -#: src/Model/Item.php:1809 -#, php-format -msgid "%1$s is attending %2$s's %3$s" -msgstr "" - -#: src/Model/Item.php:1814 -#, php-format -msgid "%1$s is not attending %2$s's %3$s" -msgstr "" - -#: src/Model/Item.php:1819 -#, php-format -msgid "%1$s may attend %2$s's %3$s" -msgstr "" - -#: src/Protocol/OStatus.php:1799 -#, php-format -msgid "%s is now following %s." -msgstr "" - -#: src/Protocol/OStatus.php:1800 -msgid "following" -msgstr "" - -#: src/Protocol/OStatus.php:1803 -#, php-format -msgid "%s stopped following %s." -msgstr "" - -#: src/Protocol/OStatus.php:1804 -msgid "stopped following" -msgstr "" - -#: src/Protocol/Diaspora.php:2654 -msgid "Sharing notification from Diaspora network" -msgstr "" - -#: src/Protocol/Diaspora.php:3744 -msgid "Attachments:" -msgstr "" - -#: src/Worker/Delivery.php:415 -msgid "(no subject)" -msgstr "" - -#: src/Module/Login.php:282 -msgid "Create a New Account" -msgstr "" - -#: src/Module/Login.php:315 -msgid "Password: " -msgstr "" - -#: src/Module/Login.php:316 -msgid "Remember me" -msgstr "" - -#: src/Module/Login.php:319 -msgid "Or login using OpenID: " -msgstr "" - -#: src/Module/Login.php:325 -msgid "Forgot your password?" -msgstr "" - -#: src/Module/Login.php:328 -msgid "Website Terms of Service" -msgstr "" - -#: src/Module/Login.php:329 -msgid "terms of service" -msgstr "" - -#: src/Module/Login.php:331 -msgid "Website Privacy Policy" -msgstr "" - -#: src/Module/Login.php:332 -msgid "privacy policy" -msgstr "" - -#: src/Module/Logout.php:28 -msgid "Logged out." -msgstr "" - -#: src/Module/Tos.php:51 -msgid "Privacy Statement" -msgstr "" - -#: src/Module/Tos.php:52 -msgid "" -"At the time of registration, and for providing communications between the " -"user account and their contacts, the user has to provide a display name (pen " -"name), an username (nickname) and a working email address. The names will be " -"accessible on the profile page of the account by any visitor of the page, " -"even if other profile details are not displayed. The email address will only " -"be used to send the user notifications about interactions, but wont be " -"visibly displayed. The listing of an account in the node's user directory or " -"the global user directory is optional and can be controlled in the user " -"settings, it is not necessary for communication." -msgstr "" - -#: src/Module/Tos.php:53 -msgid "" -"This data is required for communication and is passed on to the nodes of the " -"communication partners. Users can enter additional private data that may be " -"transmitted to the communication partners accounts." -msgstr "" - -#: src/Module/Tos.php:54 -#, php-format -msgid "" -"At any point in time a logged in user can export their account data from the " -"account settings. If the user wants to " -"delete their account they can do so at %1$s/" -"removeme. The deletion of the account will be permanent." -msgstr "" - -#: src/Object/Post.php:128 -msgid "This entry was edited" -msgstr "" - -#: src/Object/Post.php:182 -msgid "save to folder" -msgstr "" - -#: src/Object/Post.php:235 -msgid "I will attend" -msgstr "" - -#: src/Object/Post.php:235 -msgid "I will not attend" -msgstr "" - -#: src/Object/Post.php:235 -msgid "I might attend" -msgstr "" - -#: src/Object/Post.php:263 -msgid "add star" -msgstr "" - -#: src/Object/Post.php:264 -msgid "remove star" -msgstr "" - -#: src/Object/Post.php:265 -msgid "toggle star status" -msgstr "" - -#: src/Object/Post.php:268 -msgid "starred" -msgstr "" - -#: src/Object/Post.php:274 -msgid "ignore thread" -msgstr "" - -#: src/Object/Post.php:275 -msgid "unignore thread" -msgstr "" - -#: src/Object/Post.php:276 -msgid "toggle ignore status" -msgstr "" - -#: src/Object/Post.php:285 -msgid "add tag" -msgstr "" - -#: src/Object/Post.php:296 -msgid "like" -msgstr "" - -#: src/Object/Post.php:297 -msgid "dislike" -msgstr "" - -#: src/Object/Post.php:300 -msgid "Share this" -msgstr "" - -#: src/Object/Post.php:300 -msgid "share" -msgstr "" - -#: src/Object/Post.php:365 -msgid "to" -msgstr "" - -#: src/Object/Post.php:366 -msgid "via" -msgstr "" - -#: src/Object/Post.php:367 -msgid "Wall-to-Wall" -msgstr "" - -#: src/Object/Post.php:368 -msgid "via Wall-To-Wall:" -msgstr "" - -#: src/Object/Post.php:427 -#, php-format -msgid "%d comment" -msgid_plural "%d comments" -msgstr[0] "" -msgstr[1] "" - -#: src/Object/Post.php:797 -msgid "Bold" -msgstr "" - -#: src/Object/Post.php:798 -msgid "Italic" -msgstr "" - -#: src/Object/Post.php:799 -msgid "Underline" -msgstr "" - -#: src/Object/Post.php:800 -msgid "Quote" -msgstr "" - -#: src/Object/Post.php:801 -msgid "Code" -msgstr "" - -#: src/Object/Post.php:802 -msgid "Image" -msgstr "" - -#: src/Object/Post.php:803 -msgid "Link" -msgstr "" - -#: src/Object/Post.php:804 -msgid "Video" -msgstr "" - -#: src/App.php:524 -msgid "Delete this item?" -msgstr "" - -#: src/App.php:526 -msgid "show fewer" -msgstr "" - -#: src/App.php:1122 -msgid "No system theme config value set." -msgstr "" - -#: index.php:464 -msgid "toggle mobile" -msgstr "" - -#: boot.php:796 -#, php-format -msgid "Update %s failed. See error logs." -msgstr "" - -#: update.php:193 -#, php-format -msgid "%s: Updating author-id and owner-id in item and thread table. " +#: src/Content/Text/BBCode.php:1751 +msgid "Invalid link protocol" msgstr ""