From 1ff37ca4c1fb6ea8182c410fb2669d03a6c2d022 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 18 Mar 2013 16:40:33 -0700 Subject: [PATCH] double encode any text that is destined for meta fields. --- boot.php | 2 +- mod/display.php | 3 + util/messages.po | 14020 ++++++++++++++++++++++++++------------------- 3 files changed, 8206 insertions(+), 5819 deletions(-) diff --git a/boot.php b/boot.php index 52e072b001..0bcab67d71 100644 --- a/boot.php +++ b/boot.php @@ -12,7 +12,7 @@ require_once('library/Mobile_Detect/Mobile_Detect.php'); require_once('include/features.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); -define ( 'FRIENDICA_VERSION', '3.1.1627' ); +define ( 'FRIENDICA_VERSION', '3.1.1643' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1163 ); define ( 'EOL', "
\r\n" ); diff --git a/mod/display.php b/mod/display.php index e272674354..bb2733e61b 100644 --- a/mod/display.php +++ b/mod/display.php @@ -172,6 +172,9 @@ function display_content(&$a, $update = 0) { $description = trim(html2plain(bbcode($r[0]["body"], false, false), 0, true)); $title = trim(html2plain(bbcode($r[0]["title"], false, false), 0, true)); + $description = htmlspecialchars($description, ENT_COMPAT, 'UTF-8', true); // allow double encoding here + $title = htmlspecialchars($title, ENT_COMPAT, 'UTF-8', true); // allow double encoding here + if ($title == "") $title = $r[0]["author-name"]; diff --git a/util/messages.po b/util/messages.po index 3d1a622d78..e5dc44ce33 100644 --- a/util/messages.po +++ b/util/messages.po @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: 3.1.1623\n" +"Project-Id-Version: 3.1.1643\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-02-28 10:13-0500\n" +"POT-Creation-Date: 2013-03-18 00:02-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,5477 +18,2606 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" -#: ../../object/Item.php:106 ../../mod/photos.php:1351 -#: ../../mod/content.php:643 -msgid "Private Message" +#: ../../addon.old/altpager/altpager.php:46 +msgid "Altpager settings updated." msgstr "" -#: ../../object/Item.php:110 ../../mod/editpost.php:109 -#: ../../mod/settings.php:622 ../../mod/content.php:751 -msgid "Edit" +#: ../../addon.old/altpager/altpager.php:79 +msgid "Alternate Pagination Setting" msgstr "" -#: ../../object/Item.php:119 ../../mod/content.php:461 -#: ../../mod/content.php:763 ../../include/conversation.php:587 -msgid "Select" +#: ../../addon.old/altpager/altpager.php:81 +msgid "Use links to \"newer\" and \"older\" pages in place of page numbers?" msgstr "" -#: ../../object/Item.php:120 ../../mod/admin.php:755 ../../mod/photos.php:1637 -#: ../../mod/settings.php:623 ../../mod/group.php:171 -#: ../../mod/content.php:462 ../../mod/content.php:764 -#: ../../include/conversation.php:588 -msgid "Delete" -msgstr "" - -#: ../../object/Item.php:123 ../../mod/content.php:786 -msgid "save to folder" -msgstr "" - -#: ../../object/Item.php:202 ../../mod/content.php:776 -msgid "add star" -msgstr "" - -#: ../../object/Item.php:203 ../../mod/content.php:777 -msgid "remove star" -msgstr "" - -#: ../../object/Item.php:204 ../../mod/content.php:778 -msgid "toggle star status" -msgstr "" - -#: ../../object/Item.php:207 ../../mod/content.php:781 -msgid "starred" -msgstr "" - -#: ../../object/Item.php:212 ../../mod/content.php:782 -msgid "add tag" -msgstr "" - -#: ../../object/Item.php:223 ../../mod/photos.php:1529 -#: ../../mod/content.php:707 -msgid "I like this (toggle)" -msgstr "" - -#: ../../object/Item.php:223 ../../mod/content.php:707 -msgid "like" -msgstr "" - -#: ../../object/Item.php:224 ../../mod/photos.php:1530 -#: ../../mod/content.php:708 -msgid "I don't like this (toggle)" -msgstr "" - -#: ../../object/Item.php:224 ../../mod/content.php:708 -msgid "dislike" -msgstr "" - -#: ../../object/Item.php:226 ../../mod/content.php:710 -msgid "Share this" -msgstr "" - -#: ../../object/Item.php:226 ../../mod/content.php:710 -msgid "share" -msgstr "" - -#: ../../object/Item.php:288 ../../include/conversation.php:639 -msgid "Categories:" -msgstr "" - -#: ../../object/Item.php:289 ../../include/conversation.php:640 -msgid "Filed under:" -msgstr "" - -#: ../../object/Item.php:297 ../../object/Item.php:298 -#: ../../mod/content.php:495 ../../mod/content.php:875 -#: ../../mod/content.php:876 ../../include/conversation.php:627 -#, php-format -msgid "View %s's profile @ %s" -msgstr "" - -#: ../../object/Item.php:299 ../../mod/content.php:877 -msgid "to" -msgstr "" - -#: ../../object/Item.php:300 -msgid "via" -msgstr "" - -#: ../../object/Item.php:301 ../../mod/content.php:878 -msgid "Wall-to-Wall" -msgstr "" - -#: ../../object/Item.php:302 ../../mod/content.php:879 -msgid "via Wall-To-Wall:" -msgstr "" - -#: ../../object/Item.php:311 ../../mod/content.php:505 -#: ../../mod/content.php:887 ../../include/conversation.php:647 -#, php-format -msgid "%s from %s" -msgstr "" - -#: ../../object/Item.php:329 ../../object/Item.php:642 -#: ../../mod/photos.php:1551 ../../mod/photos.php:1595 -#: ../../mod/photos.php:1678 ../../mod/content.php:732 ../../boot.php:651 -msgid "Comment" -msgstr "" - -#: ../../object/Item.php:332 ../../mod/message.php:334 -#: ../../mod/message.php:565 ../../mod/editpost.php:124 -#: ../../mod/wallmessage.php:156 ../../mod/photos.php:1532 -#: ../../mod/content.php:522 ../../mod/content.php:906 -#: ../../include/conversation.php:664 ../../include/conversation.php:1060 -msgid "Please wait" -msgstr "" - -#: ../../object/Item.php:352 ../../mod/content.php:626 -#, php-format -msgid "%d comment" -msgid_plural "%d comments" -msgstr[0] "" -msgstr[1] "" - -#: ../../object/Item.php:354 ../../object/Item.php:367 -#: ../../mod/content.php:628 ../../include/text.php:1560 -msgid "comment" -msgid_plural "comments" -msgstr[0] "" -msgstr[1] "" - -#: ../../object/Item.php:355 ../../mod/content.php:629 ../../boot.php:652 -#: ../../include/contact_widgets.php:204 -msgid "show more" -msgstr "" - -#: ../../object/Item.php:640 ../../mod/photos.php:1549 -#: ../../mod/photos.php:1593 ../../mod/photos.php:1676 -#: ../../mod/content.php:730 -msgid "This is you" -msgstr "" - -#: ../../object/Item.php:643 ../../mod/fsuggest.php:107 -#: ../../mod/admin.php:478 ../../mod/admin.php:748 ../../mod/admin.php:887 -#: ../../mod/admin.php:1087 ../../mod/admin.php:1174 ../../mod/message.php:335 -#: ../../mod/message.php:564 ../../mod/events.php:478 -#: ../../mod/photos.php:1078 ../../mod/photos.php:1199 -#: ../../mod/photos.php:1501 ../../mod/photos.php:1552 -#: ../../mod/photos.php:1596 ../../mod/photos.php:1679 -#: ../../mod/contacts.php:386 ../../mod/invite.php:140 +#: ../../addon.old/altpager/altpager.php:87 ../../addon.old/bg/bg.php:90 +#: ../../addon.old/blackout/blackout.php:98 +#: ../../addon.old/blockem/blockem.php:57 +#: ../../addon.old/blogger/blogger.php:102 +#: ../../addon.old/drpost/drpost.php:110 ../../addon.old/dwpost/dwpost.php:93 +#: ../../addon.old/editplain/editplain.php:84 +#: ../../addon.old/facebook/facebook.php:619 +#: ../../addon.old/fbpost/fbpost.php:226 +#: ../../addon.old/forumlist/forumlist.php:175 +#: ../../addon.old/fromapp/fromapp.php:77 +#: ../../addon.old/fromgplus/fromgplus.php:40 +#: ../../addon.old/geonames/geonames.php:187 ../../addon.old/gnot/gnot.php:88 +#: ../../addon.old/gravatar/gravatar.php:95 +#: ../../addon.old/group_text/group_text.php:84 +#: ../../addon.old/ijpost/ijpost.php:93 +#: ../../addon.old/impressum/impressum.php:83 ../../addon.old/irc/irc.php:55 +#: ../../addon.old/jappixmini/jappixmini.php:307 +#: ../../addon.old/libertree/libertree.php:90 +#: ../../addon.old/libravatar/libravatar.php:99 +#: ../../addon.old/ljpost/ljpost.php:93 ../../addon.old/mathjax/mathjax.php:42 +#: ../../addon.old/notimeline/notimeline.php:64 +#: ../../addon.old/nsfw/nsfw.php:88 +#: ../../addon.old/numfriends/numfriends.php:85 +#: ../../addon.old/oembed.old/oembed.php:41 +#: ../../addon.old/openstreetmap/openstreetmap.php:70 +#: ../../addon.old/page/page.php:211 +#: ../../addon.old/pageheader/pageheader.php:55 +#: ../../addon.old/piwik/piwik.php:89 ../../addon.old/planets/planets.php:158 +#: ../../addon.old/posterous/posterous.php:103 +#: ../../addon.old/qcomment/qcomment.php:61 +#: ../../addon.old/randplace/randplace.php:177 +#: ../../addon.old/showmore/showmore.php:48 +#: ../../addon.old/snautofollow/snautofollow.php:64 +#: ../../addon.old/startpage/startpage.php:92 +#: ../../addon.old/statusnet/statusnet.php:278 +#: ../../addon.old/statusnet/statusnet.php:292 +#: ../../addon.old/statusnet/statusnet.php:318 +#: ../../addon.old/statusnet/statusnet.php:325 +#: ../../addon.old/statusnet/statusnet.php:353 +#: ../../addon.old/statusnet/statusnet.php:576 +#: ../../addon.old/tumblr/tumblr.php:90 +#: ../../addon.old/twitter/twitter.php:180 +#: ../../addon.old/twitter/twitter.php:209 +#: ../../addon.old/twitter/twitter.php:394 +#: ../../addon.old/uhremotestorage/uhremotestorage.php:89 +#: ../../addon.old/wppost/wppost.php:110 ../../addon.old/yourls/yourls.php:76 +#: ../../mod/profiles.php:626 ../../mod/contacts.php:386 #: ../../mod/settings.php:560 ../../mod/settings.php:670 #: ../../mod/settings.php:739 ../../mod/settings.php:811 -#: ../../mod/settings.php:1037 ../../mod/profiles.php:626 -#: ../../mod/manage.php:110 ../../mod/poke.php:199 ../../mod/localtime.php:45 -#: ../../mod/install.php:248 ../../mod/install.php:286 ../../mod/group.php:87 -#: ../../mod/content.php:733 ../../mod/mood.php:137 ../../mod/crepair.php:166 -#: ../../view/theme/diabook/theme.php:642 +#: ../../mod/settings.php:1037 ../../mod/crepair.php:166 +#: ../../mod/poke.php:199 ../../mod/admin.php:480 ../../mod/admin.php:751 +#: ../../mod/admin.php:890 ../../mod/admin.php:1090 ../../mod/admin.php:1177 +#: ../../mod/events.php:478 ../../mod/fsuggest.php:107 ../../mod/group.php:87 +#: ../../mod/invite.php:140 ../../mod/localtime.php:45 +#: ../../mod/manage.php:110 ../../mod/message.php:335 +#: ../../mod/message.php:564 ../../mod/mood.php:137 ../../mod/photos.php:1078 +#: ../../mod/photos.php:1199 ../../mod/photos.php:1501 +#: ../../mod/photos.php:1552 ../../mod/photos.php:1596 +#: ../../mod/photos.php:1679 ../../mod/install.php:248 +#: ../../mod/install.php:286 ../../mod/content.php:733 +#: ../../object/Item.php:653 ../../view/theme/cleanzero/config.php:80 #: ../../view/theme/diabook/config.php:152 -#: ../../view/theme/dispy/config.php:70 ../../view/theme/quattro/config.php:64 -#: ../../view/theme/cleanzero/config.php:80 +#: ../../view/theme/diabook/theme.php:642 ../../view/theme/dispy/config.php:70 +#: ../../view/theme/quattro/config.php:64 msgid "Submit" msgstr "" -#: ../../object/Item.php:644 ../../mod/content.php:734 -msgid "Bold" +#: ../../addon.old/bg/bg.php:51 +msgid "Bg settings updated." msgstr "" -#: ../../object/Item.php:645 ../../mod/content.php:735 -msgid "Italic" +#: ../../addon.old/bg/bg.php:82 +msgid "Bg Settings" msgstr "" -#: ../../object/Item.php:646 ../../mod/content.php:736 -msgid "Underline" +#: ../../addon.old/bg/bg.php:84 ../../addon.old/numfriends/numfriends.php:79 +msgid "How many contacts to display on profile sidebar" msgstr "" -#: ../../object/Item.php:647 ../../mod/content.php:737 -msgid "Quote" +#: ../../addon.old/blockem/blockem.php:51 +msgid "\"Blockem\" Settings" msgstr "" -#: ../../object/Item.php:648 ../../mod/content.php:738 -msgid "Code" +#: ../../addon.old/blockem/blockem.php:53 +msgid "Comma separated profile URLS to block" msgstr "" -#: ../../object/Item.php:649 ../../mod/content.php:739 -msgid "Image" +#: ../../addon.old/blockem/blockem.php:70 +msgid "BLOCKEM Settings saved." msgstr "" -#: ../../object/Item.php:650 ../../mod/content.php:740 -msgid "Link" -msgstr "" - -#: ../../object/Item.php:651 ../../mod/content.php:741 -msgid "Video" -msgstr "" - -#: ../../object/Item.php:652 ../../mod/editpost.php:145 -#: ../../mod/photos.php:1553 ../../mod/photos.php:1597 -#: ../../mod/photos.php:1680 ../../mod/content.php:742 -#: ../../include/conversation.php:1077 -msgid "Preview" -msgstr "" - -#: ../../index.php:227 ../../mod/help.php:90 -msgid "Not Found" -msgstr "" - -#: ../../index.php:230 ../../mod/help.php:93 -msgid "Page not found." -msgstr "" - -#: ../../index.php:341 ../../mod/profperm.php:19 ../../mod/group.php:72 -msgid "Permission denied" -msgstr "" - -#: ../../index.php:342 ../../mod/fsuggest.php:78 -#: ../../mod/notifications.php:66 ../../mod/message.php:38 -#: ../../mod/message.php:174 ../../mod/editpost.php:10 -#: ../../mod/dfrn_confirm.php:53 ../../mod/events.php:140 -#: ../../mod/wallmessage.php:9 ../../mod/wallmessage.php:33 -#: ../../mod/wallmessage.php:79 ../../mod/wallmessage.php:103 -#: ../../mod/nogroup.php:25 ../../mod/wall_upload.php:66 ../../mod/api.php:26 -#: ../../mod/api.php:31 ../../mod/photos.php:133 ../../mod/photos.php:1044 -#: ../../mod/register.php:40 ../../mod/attach.php:33 -#: ../../mod/contacts.php:147 ../../mod/follow.php:9 ../../mod/uimport.php:23 -#: ../../mod/allfriends.php:9 ../../mod/invite.php:15 ../../mod/invite.php:101 -#: ../../mod/settings.php:91 ../../mod/settings.php:542 -#: ../../mod/settings.php:547 ../../mod/display.php:180 -#: ../../mod/profiles.php:146 ../../mod/profiles.php:567 -#: ../../mod/wall_attach.php:55 ../../mod/suggest.php:56 -#: ../../mod/manage.php:96 ../../mod/delegate.php:6 -#: ../../mod/viewcontacts.php:22 ../../mod/notes.php:20 ../../mod/poke.php:135 -#: ../../mod/profile_photo.php:19 ../../mod/profile_photo.php:169 -#: ../../mod/profile_photo.php:180 ../../mod/profile_photo.php:193 -#: ../../mod/install.php:151 ../../mod/group.php:19 ../../mod/regmod.php:118 -#: ../../mod/item.php:140 ../../mod/item.php:156 ../../mod/mood.php:114 -#: ../../mod/network.php:6 ../../mod/crepair.php:115 -#: ../../include/items.php:4090 -msgid "Permission denied." -msgstr "" - -#: ../../index.php:401 -msgid "toggle mobile" -msgstr "" - -#: ../../mod/update_notes.php:41 ../../mod/update_profile.php:41 -#: ../../mod/update_community.php:18 ../../mod/update_network.php:22 -#: ../../mod/update_display.php:22 -msgid "[Embedded content - reload page to view]" -msgstr "" - -#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92 -#: ../../mod/dfrn_confirm.php:118 ../../mod/crepair.php:129 -msgid "Contact not found." -msgstr "" - -#: ../../mod/fsuggest.php:63 -msgid "Friend suggestion sent." -msgstr "" - -#: ../../mod/fsuggest.php:97 -msgid "Suggest Friends" -msgstr "" - -#: ../../mod/fsuggest.php:99 +#: ../../addon.old/blockem/blockem.php:105 #, php-format -msgid "Suggest a friend for %s" +msgid "Blocked %s - Click to open/close" msgstr "" -#: ../../mod/dfrn_request.php:93 -msgid "This introduction has already been accepted." +#: ../../addon.old/blockem/blockem.php:160 +msgid "Unblock Author" msgstr "" -#: ../../mod/dfrn_request.php:118 ../../mod/dfrn_request.php:513 -msgid "Profile location is not valid or does not contain profile information." +#: ../../addon.old/blockem/blockem.php:162 +msgid "Block Author" msgstr "" -#: ../../mod/dfrn_request.php:123 ../../mod/dfrn_request.php:518 -msgid "Warning: profile location has no identifiable owner name." +#: ../../addon.old/blockem/blockem.php:194 +msgid "blockem settings updated" msgstr "" -#: ../../mod/dfrn_request.php:125 ../../mod/dfrn_request.php:520 -msgid "Warning: profile location has no profile photo." +#: ../../addon.old/blogger/blogger.php:42 +msgid "Post to blogger" msgstr "" -#: ../../mod/dfrn_request.php:128 ../../mod/dfrn_request.php:523 -#, 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:170 -msgid "Introduction complete." -msgstr "" - -#: ../../mod/dfrn_request.php:209 -msgid "Unrecoverable protocol error." -msgstr "" - -#: ../../mod/dfrn_request.php:237 -msgid "Profile unavailable." -msgstr "" - -#: ../../mod/dfrn_request.php:262 -#, php-format -msgid "%s has received too many connection requests today." -msgstr "" - -#: ../../mod/dfrn_request.php:263 -msgid "Spam protection measures have been invoked." -msgstr "" - -#: ../../mod/dfrn_request.php:264 -msgid "Friends are advised to please try again in 24 hours." -msgstr "" - -#: ../../mod/dfrn_request.php:326 -msgid "Invalid locator" -msgstr "" - -#: ../../mod/dfrn_request.php:335 -msgid "Invalid email address." -msgstr "" - -#: ../../mod/dfrn_request.php:362 -msgid "This account has not been configured for email. Request failed." -msgstr "" - -#: ../../mod/dfrn_request.php:458 -msgid "Unable to resolve your name at the provided location." -msgstr "" - -#: ../../mod/dfrn_request.php:471 -msgid "You have already introduced yourself here." -msgstr "" - -#: ../../mod/dfrn_request.php:475 -#, php-format -msgid "Apparently you are already friends with %s." -msgstr "" - -#: ../../mod/dfrn_request.php:496 -msgid "Invalid profile URL." -msgstr "" - -#: ../../mod/dfrn_request.php:502 ../../include/follow.php:27 -msgid "Disallowed profile URL." -msgstr "" - -#: ../../mod/dfrn_request.php:571 ../../mod/contacts.php:124 -msgid "Failed to update contact record." -msgstr "" - -#: ../../mod/dfrn_request.php:592 -msgid "Your introduction has been sent." -msgstr "" - -#: ../../mod/dfrn_request.php:645 -msgid "Please login to confirm introduction." -msgstr "" - -#: ../../mod/dfrn_request.php:659 -msgid "" -"Incorrect identity currently logged in. Please login to this profile." -msgstr "" - -#: ../../mod/dfrn_request.php:670 -msgid "Hide this contact" -msgstr "" - -#: ../../mod/dfrn_request.php:673 -#, php-format -msgid "Welcome home %s." -msgstr "" - -#: ../../mod/dfrn_request.php:674 -#, php-format -msgid "Please confirm your introduction/connection request to %s." -msgstr "" - -#: ../../mod/dfrn_request.php:675 -msgid "Confirm" -msgstr "" - -#: ../../mod/dfrn_request.php:716 ../../include/items.php:3439 -msgid "[Name Withheld]" -msgstr "" - -#: ../../mod/dfrn_request.php:761 ../../mod/photos.php:914 -#: ../../mod/search.php:89 ../../mod/display.php:19 ../../mod/community.php:18 -#: ../../mod/viewcontacts.php:17 ../../mod/directory.php:31 -msgid "Public access denied." -msgstr "" - -#: ../../mod/dfrn_request.php:811 -msgid "" -"Please enter your 'Identity Address' from one of the following supported " -"communications networks:" -msgstr "" - -#: ../../mod/dfrn_request.php:827 -msgid "Connect as an email follower (Coming soon)" -msgstr "" - -#: ../../mod/dfrn_request.php:829 -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:832 -msgid "Friend/Connection Request" -msgstr "" - -#: ../../mod/dfrn_request.php:833 -msgid "" -"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, " -"testuser@identi.ca" -msgstr "" - -#: ../../mod/dfrn_request.php:834 -msgid "Please answer the following:" -msgstr "" - -#: ../../mod/dfrn_request.php:835 -#, php-format -msgid "Does %s know you?" -msgstr "" - -#: ../../mod/dfrn_request.php:836 ../../mod/message.php:209 -#: ../../mod/api.php:105 ../../mod/register.php:239 ../../mod/contacts.php:246 -#: ../../mod/settings.php:934 ../../mod/settings.php:940 -#: ../../mod/settings.php:948 ../../mod/settings.php:952 -#: ../../mod/settings.php:957 ../../mod/settings.php:963 -#: ../../mod/settings.php:969 ../../mod/settings.php:975 -#: ../../mod/settings.php:1005 ../../mod/settings.php:1006 -#: ../../mod/settings.php:1007 ../../mod/settings.php:1008 -#: ../../mod/settings.php:1009 ../../mod/profiles.php:606 -#: ../../mod/suggest.php:29 ../../include/items.php:3967 -msgid "Yes" -msgstr "" - -#: ../../mod/dfrn_request.php:837 ../../mod/api.php:106 -#: ../../mod/register.php:240 ../../mod/settings.php:934 -#: ../../mod/settings.php:940 ../../mod/settings.php:948 -#: ../../mod/settings.php:952 ../../mod/settings.php:957 -#: ../../mod/settings.php:963 ../../mod/settings.php:969 -#: ../../mod/settings.php:975 ../../mod/settings.php:1005 -#: ../../mod/settings.php:1006 ../../mod/settings.php:1007 -#: ../../mod/settings.php:1008 ../../mod/settings.php:1009 -#: ../../mod/profiles.php:607 -msgid "No" -msgstr "" - -#: ../../mod/dfrn_request.php:838 -msgid "Add a personal note:" -msgstr "" - -#: ../../mod/dfrn_request.php:840 ../../include/contact_selectors.php:76 -msgid "Friendica" -msgstr "" - -#: ../../mod/dfrn_request.php:841 -msgid "StatusNet/Federated Social Web" -msgstr "" - -#: ../../mod/dfrn_request.php:842 ../../mod/settings.php:681 -#: ../../include/contact_selectors.php:80 -msgid "Diaspora" -msgstr "" - -#: ../../mod/dfrn_request.php:843 -#, php-format -msgid "" -" - please do not use this form. Instead, enter %s into your Diaspora search " -"bar." -msgstr "" - -#: ../../mod/dfrn_request.php:844 -msgid "Your Identity Address:" -msgstr "" - -#: ../../mod/dfrn_request.php:847 -msgid "Submit Request" -msgstr "" - -#: ../../mod/dfrn_request.php:848 ../../mod/message.php:212 -#: ../../mod/editpost.php:148 ../../mod/fbrowser.php:81 -#: ../../mod/fbrowser.php:116 ../../mod/photos.php:202 -#: ../../mod/photos.php:290 ../../mod/contacts.php:249 ../../mod/tagrm.php:11 -#: ../../mod/tagrm.php:94 ../../mod/settings.php:561 -#: ../../mod/settings.php:587 ../../mod/suggest.php:32 -#: ../../include/items.php:3970 ../../include/conversation.php:1080 -msgid "Cancel" -msgstr "" - -#: ../../mod/profile.php:21 ../../boot.php:1246 -msgid "Requested profile is not available." -msgstr "" - -#: ../../mod/profile.php:155 ../../mod/display.php:99 -msgid "Access to this profile has been restricted." -msgstr "" - -#: ../../mod/profile.php:180 -msgid "Tips for New Members" -msgstr "" - -#: ../../mod/notifications.php:26 -msgid "Invalid request identifier." -msgstr "" - -#: ../../mod/notifications.php:35 ../../mod/notifications.php:165 -#: ../../mod/notifications.php:211 -msgid "Discard" -msgstr "" - -#: ../../mod/notifications.php:51 ../../mod/notifications.php:164 -#: ../../mod/notifications.php:210 ../../mod/contacts.php:359 -#: ../../mod/contacts.php:413 -msgid "Ignore" -msgstr "" - -#: ../../mod/notifications.php:78 -msgid "System" -msgstr "" - -#: ../../mod/notifications.php:83 ../../include/nav.php:140 -msgid "Network" -msgstr "" - -#: ../../mod/notifications.php:88 ../../mod/network.php:444 -msgid "Personal" -msgstr "" - -#: ../../mod/notifications.php:93 ../../view/theme/diabook/theme.php:87 -#: ../../include/nav.php:104 ../../include/nav.php:143 -msgid "Home" -msgstr "" - -#: ../../mod/notifications.php:98 ../../include/nav.php:149 -msgid "Introductions" -msgstr "" - -#: ../../mod/notifications.php:103 ../../mod/message.php:182 -#: ../../include/nav.php:156 -msgid "Messages" -msgstr "" - -#: ../../mod/notifications.php:122 -msgid "Show Ignored Requests" -msgstr "" - -#: ../../mod/notifications.php:122 -msgid "Hide Ignored Requests" -msgstr "" - -#: ../../mod/notifications.php:149 ../../mod/notifications.php:195 -msgid "Notification type: " -msgstr "" - -#: ../../mod/notifications.php:150 -msgid "Friend Suggestion" -msgstr "" - -#: ../../mod/notifications.php:152 -#, php-format -msgid "suggested by %s" -msgstr "" - -#: ../../mod/notifications.php:157 ../../mod/notifications.php:204 -#: ../../mod/contacts.php:419 -msgid "Hide this contact from others" -msgstr "" - -#: ../../mod/notifications.php:158 ../../mod/notifications.php:205 -msgid "Post a new friend activity" -msgstr "" - -#: ../../mod/notifications.php:158 ../../mod/notifications.php:205 -msgid "if applicable" -msgstr "" - -#: ../../mod/notifications.php:161 ../../mod/notifications.php:208 -#: ../../mod/admin.php:753 -msgid "Approve" -msgstr "" - -#: ../../mod/notifications.php:181 -msgid "Claims to be known to you: " -msgstr "" - -#: ../../mod/notifications.php:181 -msgid "yes" -msgstr "" - -#: ../../mod/notifications.php:181 -msgid "no" -msgstr "" - -#: ../../mod/notifications.php:188 -msgid "Approve as: " -msgstr "" - -#: ../../mod/notifications.php:189 -msgid "Friend" -msgstr "" - -#: ../../mod/notifications.php:190 -msgid "Sharer" -msgstr "" - -#: ../../mod/notifications.php:190 -msgid "Fan/Admirer" -msgstr "" - -#: ../../mod/notifications.php:196 -msgid "Friend/Connect Request" -msgstr "" - -#: ../../mod/notifications.php:196 -msgid "New Follower" -msgstr "" - -#: ../../mod/notifications.php:217 -msgid "No introductions." -msgstr "" - -#: ../../mod/notifications.php:220 ../../include/nav.php:150 -msgid "Notifications" -msgstr "" - -#: ../../mod/notifications.php:257 ../../mod/notifications.php:382 -#: ../../mod/notifications.php:469 -#, php-format -msgid "%s liked %s's post" -msgstr "" - -#: ../../mod/notifications.php:266 ../../mod/notifications.php:391 -#: ../../mod/notifications.php:478 -#, php-format -msgid "%s disliked %s's post" -msgstr "" - -#: ../../mod/notifications.php:280 ../../mod/notifications.php:405 -#: ../../mod/notifications.php:492 -#, php-format -msgid "%s is now friends with %s" -msgstr "" - -#: ../../mod/notifications.php:287 ../../mod/notifications.php:412 -#, php-format -msgid "%s created a new post" -msgstr "" - -#: ../../mod/notifications.php:288 ../../mod/notifications.php:413 -#: ../../mod/notifications.php:501 -#, php-format -msgid "%s commented on %s's post" -msgstr "" - -#: ../../mod/notifications.php:302 -msgid "No more network notifications." -msgstr "" - -#: ../../mod/notifications.php:306 -msgid "Network Notifications" -msgstr "" - -#: ../../mod/notifications.php:332 ../../mod/notify.php:61 -msgid "No more system notifications." -msgstr "" - -#: ../../mod/notifications.php:336 ../../mod/notify.php:65 -msgid "System Notifications" -msgstr "" - -#: ../../mod/notifications.php:427 -msgid "No more personal notifications." -msgstr "" - -#: ../../mod/notifications.php:431 -msgid "Personal Notifications" -msgstr "" - -#: ../../mod/notifications.php:508 -msgid "No more home notifications." -msgstr "" - -#: ../../mod/notifications.php:512 -msgid "Home Notifications" -msgstr "" - -#: ../../mod/like.php:151 ../../mod/tagger.php:62 ../../mod/subthread.php:87 -#: ../../view/theme/diabook/theme.php:464 ../../include/text.php:1556 -#: ../../include/diaspora.php:1874 ../../include/conversation.php:126 -#: ../../include/conversation.php:254 -msgid "photo" -msgstr "" - -#: ../../mod/like.php:151 ../../mod/like.php:322 ../../mod/tagger.php:62 -#: ../../mod/subthread.php:87 ../../view/theme/diabook/theme.php:459 -#: ../../view/theme/diabook/theme.php:468 ../../include/diaspora.php:1874 -#: ../../include/conversation.php:121 ../../include/conversation.php:130 -#: ../../include/conversation.php:249 ../../include/conversation.php:258 -msgid "status" -msgstr "" - -#: ../../mod/like.php:168 ../../view/theme/diabook/theme.php:473 -#: ../../include/diaspora.php:1890 ../../include/conversation.php:137 -#, php-format -msgid "%1$s likes %2$s's %3$s" -msgstr "" - -#: ../../mod/like.php:170 ../../include/conversation.php:140 -#, php-format -msgid "%1$s doesn't like %2$s's %3$s" -msgstr "" - -#: ../../mod/openid.php:24 -msgid "OpenID protocol error. No ID returned." -msgstr "" - -#: ../../mod/openid.php:53 -msgid "" -"Account not found and OpenID registration is not permitted on this site." -msgstr "" - -#: ../../mod/openid.php:93 ../../include/auth.php:112 -#: ../../include/auth.php:175 -msgid "Login failed." -msgstr "" - -#: ../../mod/babel.php:17 -msgid "Source (bbcode) text:" -msgstr "" - -#: ../../mod/babel.php:23 -msgid "Source (Diaspora) text to convert to BBcode:" -msgstr "" - -#: ../../mod/babel.php:31 -msgid "Source input: " -msgstr "" - -#: ../../mod/babel.php:35 -msgid "bb2html (raw HTML): " -msgstr "" - -#: ../../mod/babel.php:39 -msgid "bb2html: " -msgstr "" - -#: ../../mod/babel.php:43 -msgid "bb2html2bb: " -msgstr "" - -#: ../../mod/babel.php:47 -msgid "bb2md: " -msgstr "" - -#: ../../mod/babel.php:51 -msgid "bb2md2html: " -msgstr "" - -#: ../../mod/babel.php:55 -msgid "bb2dia2bb: " -msgstr "" - -#: ../../mod/babel.php:59 -msgid "bb2md2html2bb: " -msgstr "" - -#: ../../mod/babel.php:69 -msgid "Source input (Diaspora format): " -msgstr "" - -#: ../../mod/babel.php:74 -msgid "diaspora2bb: " -msgstr "" - -#: ../../mod/admin.php:55 -msgid "Theme settings updated." -msgstr "" - -#: ../../mod/admin.php:96 ../../mod/admin.php:477 -msgid "Site" -msgstr "" - -#: ../../mod/admin.php:97 ../../mod/admin.php:747 ../../mod/admin.php:761 -msgid "Users" -msgstr "" - -#: ../../mod/admin.php:98 ../../mod/admin.php:844 ../../mod/admin.php:886 -msgid "Plugins" -msgstr "" - -#: ../../mod/admin.php:99 ../../mod/admin.php:1052 ../../mod/admin.php:1086 -msgid "Themes" -msgstr "" - -#: ../../mod/admin.php:100 -msgid "DB updates" -msgstr "" - -#: ../../mod/admin.php:115 ../../mod/admin.php:122 ../../mod/admin.php:1173 -msgid "Logs" -msgstr "" - -#: ../../mod/admin.php:120 ../../include/nav.php:178 -msgid "Admin" -msgstr "" - -#: ../../mod/admin.php:121 -msgid "Plugin Features" -msgstr "" - -#: ../../mod/admin.php:123 -msgid "User registrations waiting for confirmation" -msgstr "" - -#: ../../mod/admin.php:158 ../../mod/admin.php:794 ../../mod/admin.php:994 -#: ../../mod/notice.php:15 ../../mod/display.php:51 ../../mod/display.php:184 -#: ../../mod/viewsrc.php:15 ../../include/items.php:3926 -msgid "Item not found." -msgstr "" - -#: ../../mod/admin.php:182 ../../mod/admin.php:718 -msgid "Normal Account" -msgstr "" - -#: ../../mod/admin.php:183 ../../mod/admin.php:719 -msgid "Soapbox Account" -msgstr "" - -#: ../../mod/admin.php:184 ../../mod/admin.php:720 -msgid "Community/Celebrity Account" -msgstr "" - -#: ../../mod/admin.php:185 ../../mod/admin.php:721 -msgid "Automatic Friend Account" -msgstr "" - -#: ../../mod/admin.php:186 -msgid "Blog Account" -msgstr "" - -#: ../../mod/admin.php:187 -msgid "Private Forum" -msgstr "" - -#: ../../mod/admin.php:206 -msgid "Message queues" -msgstr "" - -#: ../../mod/admin.php:211 ../../mod/admin.php:476 ../../mod/admin.php:746 -#: ../../mod/admin.php:843 ../../mod/admin.php:885 ../../mod/admin.php:1051 -#: ../../mod/admin.php:1085 ../../mod/admin.php:1172 -msgid "Administration" -msgstr "" - -#: ../../mod/admin.php:212 -msgid "Summary" -msgstr "" - -#: ../../mod/admin.php:214 -msgid "Registered users" -msgstr "" - -#: ../../mod/admin.php:216 -msgid "Pending registrations" -msgstr "" - -#: ../../mod/admin.php:217 -msgid "Version" -msgstr "" - -#: ../../mod/admin.php:219 -msgid "Active plugins" -msgstr "" - -#: ../../mod/admin.php:401 -msgid "Site settings updated." -msgstr "" - -#: ../../mod/admin.php:430 ../../mod/settings.php:769 -msgid "No special theme for mobile devices" -msgstr "" - -#: ../../mod/admin.php:447 -msgid "Multi user instance" -msgstr "" - -#: ../../mod/admin.php:463 -msgid "Closed" -msgstr "" - -#: ../../mod/admin.php:464 -msgid "Requires approval" -msgstr "" - -#: ../../mod/admin.php:465 -msgid "Open" -msgstr "" - -#: ../../mod/admin.php:469 -msgid "No SSL policy, links will track page SSL state" -msgstr "" - -#: ../../mod/admin.php:470 -msgid "Force all links to use SSL" -msgstr "" - -#: ../../mod/admin.php:471 -msgid "Self-signed certificate, use SSL for local links only (discouraged)" -msgstr "" - -#: ../../mod/admin.php:479 ../../mod/register.php:261 -msgid "Registration" -msgstr "" - -#: ../../mod/admin.php:480 -msgid "File upload" -msgstr "" - -#: ../../mod/admin.php:481 -msgid "Policies" -msgstr "" - -#: ../../mod/admin.php:482 -msgid "Advanced" -msgstr "" - -#: ../../mod/admin.php:483 -msgid "Performance" -msgstr "" - -#: ../../mod/admin.php:487 -msgid "Site name" -msgstr "" - -#: ../../mod/admin.php:488 -msgid "Banner/Logo" -msgstr "" - -#: ../../mod/admin.php:489 -msgid "System language" -msgstr "" - -#: ../../mod/admin.php:490 -msgid "System theme" -msgstr "" - -#: ../../mod/admin.php:490 -msgid "" -"Default system theme - may be over-ridden by user profiles - change theme settings" -msgstr "" - -#: ../../mod/admin.php:491 -msgid "Mobile system theme" -msgstr "" - -#: ../../mod/admin.php:491 -msgid "Theme for mobile devices" -msgstr "" - -#: ../../mod/admin.php:492 -msgid "SSL link policy" -msgstr "" - -#: ../../mod/admin.php:492 -msgid "Determines whether generated links should be forced to use SSL" -msgstr "" - -#: ../../mod/admin.php:493 -msgid "'Share' element" -msgstr "" - -#: ../../mod/admin.php:493 -msgid "Activates the bbcode element 'share' for repeating items." -msgstr "" - -#: ../../mod/admin.php:494 -msgid "Hide help entry from navigation menu" -msgstr "" - -#: ../../mod/admin.php:494 -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:495 -msgid "Single user instance" -msgstr "" - -#: ../../mod/admin.php:495 -msgid "Make this instance multi-user or single-user for the named user" -msgstr "" - -#: ../../mod/admin.php:496 -msgid "Maximum image size" -msgstr "" - -#: ../../mod/admin.php:496 -msgid "" -"Maximum size in bytes of uploaded images. Default is 0, which means no " -"limits." -msgstr "" - -#: ../../mod/admin.php:497 -msgid "Maximum image length" -msgstr "" - -#: ../../mod/admin.php:497 -msgid "" -"Maximum length in pixels of the longest side of uploaded images. Default is " -"-1, which means no limits." -msgstr "" - -#: ../../mod/admin.php:498 -msgid "JPEG image quality" -msgstr "" - -#: ../../mod/admin.php:498 -msgid "" -"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " -"100, which is full quality." -msgstr "" - -#: ../../mod/admin.php:500 -msgid "Register policy" -msgstr "" - -#: ../../mod/admin.php:501 -msgid "Maximum Daily Registrations" -msgstr "" - -#: ../../mod/admin.php:501 -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:502 -msgid "Register text" -msgstr "" - -#: ../../mod/admin.php:502 -msgid "Will be displayed prominently on the registration page." -msgstr "" - -#: ../../mod/admin.php:503 -msgid "Accounts abandoned after x days" -msgstr "" - -#: ../../mod/admin.php:503 -msgid "" -"Will not waste system resources polling external sites for abandonded " -"accounts. Enter 0 for no time limit." -msgstr "" - -#: ../../mod/admin.php:504 -msgid "Allowed friend domains" -msgstr "" - -#: ../../mod/admin.php:504 -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:505 -msgid "Allowed email domains" -msgstr "" - -#: ../../mod/admin.php:505 -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:506 -msgid "Block public" -msgstr "" - -#: ../../mod/admin.php:506 -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:507 -msgid "Force publish" -msgstr "" - -#: ../../mod/admin.php:507 -msgid "" -"Check to force all profiles on this site to be listed in the site directory." -msgstr "" - -#: ../../mod/admin.php:508 -msgid "Global directory update URL" -msgstr "" - -#: ../../mod/admin.php:508 -msgid "" -"URL to update the global directory. If this is not set, the global directory " -"is completely unavailable to the application." -msgstr "" - -#: ../../mod/admin.php:509 -msgid "Allow threaded items" -msgstr "" - -#: ../../mod/admin.php:509 -msgid "Allow infinite level threading for items on this site." -msgstr "" - -#: ../../mod/admin.php:510 -msgid "Private posts by default for new users" -msgstr "" - -#: ../../mod/admin.php:510 -msgid "" -"Set default post permissions for all new members to the default privacy " -"group rather than public." -msgstr "" - -#: ../../mod/admin.php:511 -msgid "Don't include post content in email notifications" -msgstr "" - -#: ../../mod/admin.php:511 -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:513 -msgid "Block multiple registrations" -msgstr "" - -#: ../../mod/admin.php:513 -msgid "Disallow users to register additional accounts for use as pages." -msgstr "" - -#: ../../mod/admin.php:514 -msgid "OpenID support" -msgstr "" - -#: ../../mod/admin.php:514 -msgid "OpenID support for registration and logins." -msgstr "" - -#: ../../mod/admin.php:515 -msgid "Fullname check" -msgstr "" - -#: ../../mod/admin.php:515 -msgid "" -"Force users to register with a space between firstname and lastname in Full " -"name, as an antispam measure" -msgstr "" - -#: ../../mod/admin.php:516 -msgid "UTF-8 Regular expressions" -msgstr "" - -#: ../../mod/admin.php:516 -msgid "Use PHP UTF8 regular expressions" -msgstr "" - -#: ../../mod/admin.php:517 -msgid "Show Community Page" -msgstr "" - -#: ../../mod/admin.php:517 -msgid "" -"Display a Community page showing all recent public postings on this site." -msgstr "" - -#: ../../mod/admin.php:518 -msgid "Enable OStatus support" -msgstr "" - -#: ../../mod/admin.php:518 -msgid "" -"Provide built-in OStatus (identi.ca, status.net, etc.) compatibility. All " -"communications in OStatus are public, so privacy warnings will be " -"occasionally displayed." -msgstr "" - -#: ../../mod/admin.php:519 -msgid "Enable Diaspora support" -msgstr "" - -#: ../../mod/admin.php:519 -msgid "Provide built-in Diaspora network compatibility." -msgstr "" - -#: ../../mod/admin.php:520 -msgid "Only allow Friendica contacts" -msgstr "" - -#: ../../mod/admin.php:520 -msgid "" -"All contacts must use Friendica protocols. All other built-in communication " -"protocols disabled." -msgstr "" - -#: ../../mod/admin.php:521 -msgid "Verify SSL" -msgstr "" - -#: ../../mod/admin.php:521 -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:522 -msgid "Proxy user" -msgstr "" - -#: ../../mod/admin.php:523 -msgid "Proxy URL" -msgstr "" - -#: ../../mod/admin.php:524 -msgid "Network timeout" -msgstr "" - -#: ../../mod/admin.php:524 -msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." -msgstr "" - -#: ../../mod/admin.php:525 -msgid "Delivery interval" -msgstr "" - -#: ../../mod/admin.php:525 -msgid "" -"Delay background delivery processes by this many seconds to reduce system " -"load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 " -"for large dedicated servers." -msgstr "" - -#: ../../mod/admin.php:526 -msgid "Poll interval" -msgstr "" - -#: ../../mod/admin.php:526 -msgid "" -"Delay background polling processes by this many seconds to reduce system " -"load. If 0, use delivery interval." -msgstr "" - -#: ../../mod/admin.php:527 -msgid "Maximum Load Average" -msgstr "" - -#: ../../mod/admin.php:527 -msgid "" -"Maximum system load before delivery and poll processes are deferred - " -"default 50." -msgstr "" - -#: ../../mod/admin.php:529 -msgid "Use MySQL full text engine" -msgstr "" - -#: ../../mod/admin.php:529 -msgid "" -"Activates the full text engine. Speeds up search - but can only search for " -"four and more characters." -msgstr "" - -#: ../../mod/admin.php:530 -msgid "Path to item cache" -msgstr "" - -#: ../../mod/admin.php:531 -msgid "Cache duration in seconds" -msgstr "" - -#: ../../mod/admin.php:531 -msgid "" -"How long should the cache files be hold? Default value is 86400 seconds (One " -"day)." -msgstr "" - -#: ../../mod/admin.php:532 -msgid "Path for lock file" -msgstr "" - -#: ../../mod/admin.php:533 -msgid "Temp path" -msgstr "" - -#: ../../mod/admin.php:534 -msgid "Base path to installation" -msgstr "" - -#: ../../mod/admin.php:552 -msgid "Update has been marked successful" -msgstr "" - -#: ../../mod/admin.php:562 -#, php-format -msgid "Executing %s failed. Check system logs." -msgstr "" - -#: ../../mod/admin.php:565 -#, php-format -msgid "Update %s was successfully applied." -msgstr "" - -#: ../../mod/admin.php:569 -#, php-format -msgid "Update %s did not return a status. Unknown if it succeeded." -msgstr "" - -#: ../../mod/admin.php:572 -#, php-format -msgid "Update function %s could not be found." -msgstr "" - -#: ../../mod/admin.php:587 -msgid "No failed updates." -msgstr "" - -#: ../../mod/admin.php:591 -msgid "Failed Updates" -msgstr "" - -#: ../../mod/admin.php:592 -msgid "" -"This does not include updates prior to 1139, which did not return a status." -msgstr "" - -#: ../../mod/admin.php:593 -msgid "Mark success (if update was manually applied)" -msgstr "" - -#: ../../mod/admin.php:594 -msgid "Attempt to execute this update step automatically" -msgstr "" - -#: ../../mod/admin.php:619 -#, php-format -msgid "%s user blocked/unblocked" -msgid_plural "%s users blocked/unblocked" -msgstr[0] "" -msgstr[1] "" - -#: ../../mod/admin.php:626 -#, php-format -msgid "%s user deleted" -msgid_plural "%s users deleted" -msgstr[0] "" -msgstr[1] "" - -#: ../../mod/admin.php:665 -#, php-format -msgid "User '%s' deleted" -msgstr "" - -#: ../../mod/admin.php:673 -#, php-format -msgid "User '%s' unblocked" -msgstr "" - -#: ../../mod/admin.php:673 -#, php-format -msgid "User '%s' blocked" -msgstr "" - -#: ../../mod/admin.php:749 -msgid "select all" -msgstr "" - -#: ../../mod/admin.php:750 -msgid "User registrations waiting for confirm" -msgstr "" - -#: ../../mod/admin.php:751 -msgid "Request date" -msgstr "" - -#: ../../mod/admin.php:751 ../../mod/admin.php:762 ../../mod/settings.php:562 -#: ../../mod/settings.php:588 ../../mod/crepair.php:148 -msgid "Name" -msgstr "" - -#: ../../mod/admin.php:751 ../../mod/admin.php:762 -#: ../../include/contact_selectors.php:79 -#: ../../include/contact_selectors.php:86 -msgid "Email" -msgstr "" - -#: ../../mod/admin.php:752 -msgid "No registrations." -msgstr "" - -#: ../../mod/admin.php:754 -msgid "Deny" -msgstr "" - -#: ../../mod/admin.php:756 ../../mod/contacts.php:353 -#: ../../mod/contacts.php:412 -msgid "Block" -msgstr "" - -#: ../../mod/admin.php:757 ../../mod/contacts.php:353 -#: ../../mod/contacts.php:412 -msgid "Unblock" -msgstr "" - -#: ../../mod/admin.php:758 -msgid "Site admin" -msgstr "" - -#: ../../mod/admin.php:759 -msgid "Account expired" -msgstr "" - -#: ../../mod/admin.php:762 -msgid "Register date" -msgstr "" - -#: ../../mod/admin.php:762 -msgid "Last login" -msgstr "" - -#: ../../mod/admin.php:762 -msgid "Last item" -msgstr "" - -#: ../../mod/admin.php:762 -msgid "Account" -msgstr "" - -#: ../../mod/admin.php:764 -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:765 -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:806 -#, php-format -msgid "Plugin %s disabled." -msgstr "" - -#: ../../mod/admin.php:810 -#, php-format -msgid "Plugin %s enabled." -msgstr "" - -#: ../../mod/admin.php:820 ../../mod/admin.php:1023 -msgid "Disable" -msgstr "" - -#: ../../mod/admin.php:822 ../../mod/admin.php:1025 -msgid "Enable" -msgstr "" - -#: ../../mod/admin.php:845 ../../mod/admin.php:1053 -msgid "Toggle" -msgstr "" - -#: ../../mod/admin.php:846 ../../mod/admin.php:1054 ../../mod/newmember.php:22 -#: ../../mod/settings.php:74 ../../mod/uexport.php:48 -#: ../../view/theme/diabook/theme.php:537 -#: ../../view/theme/diabook/theme.php:658 ../../include/nav.php:167 -msgid "Settings" -msgstr "" - -#: ../../mod/admin.php:853 ../../mod/admin.php:1063 -msgid "Author: " -msgstr "" - -#: ../../mod/admin.php:854 ../../mod/admin.php:1064 -msgid "Maintainer: " -msgstr "" - -#: ../../mod/admin.php:983 -msgid "No themes found." -msgstr "" - -#: ../../mod/admin.php:1045 -msgid "Screenshot" -msgstr "" - -#: ../../mod/admin.php:1091 -msgid "[Experimental]" -msgstr "" - -#: ../../mod/admin.php:1092 -msgid "[Unsupported]" -msgstr "" - -#: ../../mod/admin.php:1119 -msgid "Log settings updated." -msgstr "" - -#: ../../mod/admin.php:1175 -msgid "Clear" -msgstr "" - -#: ../../mod/admin.php:1181 -msgid "Debugging" -msgstr "" - -#: ../../mod/admin.php:1182 -msgid "Log file" -msgstr "" - -#: ../../mod/admin.php:1182 -msgid "" -"Must be writable by web server. Relative to your Friendica top-level " -"directory." -msgstr "" - -#: ../../mod/admin.php:1183 -msgid "Log level" -msgstr "" - -#: ../../mod/admin.php:1232 ../../mod/contacts.php:409 -msgid "Update now" -msgstr "" - -#: ../../mod/admin.php:1233 -msgid "Close" -msgstr "" - -#: ../../mod/admin.php:1239 -msgid "FTP Host" -msgstr "" - -#: ../../mod/admin.php:1240 -msgid "FTP Path" -msgstr "" - -#: ../../mod/admin.php:1241 -msgid "FTP User" -msgstr "" - -#: ../../mod/admin.php:1242 -msgid "FTP Password" -msgstr "" - -#: ../../mod/message.php:9 ../../include/nav.php:159 -msgid "New Message" -msgstr "" - -#: ../../mod/message.php:63 ../../mod/wallmessage.php:56 -msgid "No recipient selected." -msgstr "" - -#: ../../mod/message.php:67 -msgid "Unable to locate contact information." -msgstr "" - -#: ../../mod/message.php:70 ../../mod/wallmessage.php:62 -msgid "Message could not be sent." -msgstr "" - -#: ../../mod/message.php:73 ../../mod/wallmessage.php:65 -msgid "Message collection failure." -msgstr "" - -#: ../../mod/message.php:76 ../../mod/wallmessage.php:68 -msgid "Message sent." -msgstr "" - -#: ../../mod/message.php:207 -msgid "Do you really want to delete this message?" -msgstr "" - -#: ../../mod/message.php:227 -msgid "Message deleted." -msgstr "" - -#: ../../mod/message.php:258 -msgid "Conversation removed." -msgstr "" - -#: ../../mod/message.php:283 ../../mod/message.php:291 -#: ../../mod/message.php:466 ../../mod/message.php:474 -#: ../../mod/wallmessage.php:127 ../../mod/wallmessage.php:135 -#: ../../include/conversation.php:958 ../../include/conversation.php:976 -msgid "Please enter a link URL:" -msgstr "" - -#: ../../mod/message.php:319 ../../mod/wallmessage.php:142 -msgid "Send Private Message" -msgstr "" - -#: ../../mod/message.php:320 ../../mod/message.php:553 -#: ../../mod/wallmessage.php:144 -msgid "To:" -msgstr "" - -#: ../../mod/message.php:325 ../../mod/message.php:555 -#: ../../mod/wallmessage.php:145 -msgid "Subject:" -msgstr "" - -#: ../../mod/message.php:329 ../../mod/message.php:558 -#: ../../mod/wallmessage.php:151 ../../mod/invite.php:134 -msgid "Your message:" -msgstr "" - -#: ../../mod/message.php:332 ../../mod/message.php:562 -#: ../../mod/editpost.php:110 ../../mod/wallmessage.php:154 -#: ../../include/conversation.php:1042 -msgid "Upload photo" -msgstr "" - -#: ../../mod/message.php:333 ../../mod/message.php:563 -#: ../../mod/editpost.php:114 ../../mod/wallmessage.php:155 -#: ../../include/conversation.php:1046 -msgid "Insert web link" -msgstr "" - -#: ../../mod/message.php:371 -msgid "No messages." -msgstr "" - -#: ../../mod/message.php:378 -#, php-format -msgid "Unknown sender - %s" -msgstr "" - -#: ../../mod/message.php:381 -#, php-format -msgid "You and %s" -msgstr "" - -#: ../../mod/message.php:384 -#, php-format -msgid "%s and You" -msgstr "" - -#: ../../mod/message.php:405 ../../mod/message.php:546 -msgid "Delete conversation" -msgstr "" - -#: ../../mod/message.php:408 -msgid "D, d M Y - g:i A" -msgstr "" - -#: ../../mod/message.php:411 -#, php-format -msgid "%d message" -msgid_plural "%d messages" -msgstr[0] "" -msgstr[1] "" - -#: ../../mod/message.php:450 -msgid "Message not available." -msgstr "" - -#: ../../mod/message.php:520 -msgid "Delete message" -msgstr "" - -#: ../../mod/message.php:548 -msgid "" -"No secure communications available. You may be able to " -"respond from the sender's profile page." -msgstr "" - -#: ../../mod/message.php:552 -msgid "Send Reply" -msgstr "" - -#: ../../mod/editpost.php:17 ../../mod/editpost.php:27 -msgid "Item not found" -msgstr "" - -#: ../../mod/editpost.php:39 -msgid "Edit post" -msgstr "" - -#: ../../mod/editpost.php:111 ../../include/conversation.php:1043 -msgid "upload photo" -msgstr "" - -#: ../../mod/editpost.php:112 ../../include/conversation.php:1044 -msgid "Attach file" -msgstr "" - -#: ../../mod/editpost.php:113 ../../include/conversation.php:1045 -msgid "attach file" -msgstr "" - -#: ../../mod/editpost.php:115 ../../include/conversation.php:1047 -msgid "web link" -msgstr "" - -#: ../../mod/editpost.php:116 ../../include/conversation.php:1048 -msgid "Insert video link" -msgstr "" - -#: ../../mod/editpost.php:117 ../../include/conversation.php:1049 -msgid "video link" -msgstr "" - -#: ../../mod/editpost.php:118 ../../include/conversation.php:1050 -msgid "Insert audio link" -msgstr "" - -#: ../../mod/editpost.php:119 ../../include/conversation.php:1051 -msgid "audio link" -msgstr "" - -#: ../../mod/editpost.php:120 ../../include/conversation.php:1052 -msgid "Set your location" -msgstr "" - -#: ../../mod/editpost.php:121 ../../include/conversation.php:1053 -msgid "set location" -msgstr "" - -#: ../../mod/editpost.php:122 ../../include/conversation.php:1054 -msgid "Clear browser location" -msgstr "" - -#: ../../mod/editpost.php:123 ../../include/conversation.php:1055 -msgid "clear location" -msgstr "" - -#: ../../mod/editpost.php:125 ../../include/conversation.php:1061 -msgid "Permission settings" -msgstr "" - -#: ../../mod/editpost.php:133 ../../include/conversation.php:1070 -msgid "CC: email addresses" -msgstr "" - -#: ../../mod/editpost.php:134 ../../include/conversation.php:1071 -msgid "Public post" -msgstr "" - -#: ../../mod/editpost.php:137 ../../include/conversation.php:1057 -msgid "Set title" -msgstr "" - -#: ../../mod/editpost.php:139 ../../include/conversation.php:1059 -msgid "Categories (comma-separated list)" -msgstr "" - -#: ../../mod/editpost.php:140 ../../include/conversation.php:1073 -msgid "Example: bob@example.com, mary@example.com" -msgstr "" - -#: ../../mod/dfrn_confirm.php:62 ../../mod/profiles.php:18 -#: ../../mod/profiles.php:133 ../../mod/profiles.php:160 -#: ../../mod/profiles.php:579 -msgid "Profile not found." -msgstr "" - -#: ../../mod/dfrn_confirm.php:119 -msgid "" -"This may occasionally happen if contact was requested by both persons and it " -"has already been approved." -msgstr "" - -#: ../../mod/dfrn_confirm.php:237 -msgid "Response from remote site was not understood." -msgstr "" - -#: ../../mod/dfrn_confirm.php:246 -msgid "Unexpected response from remote site: " -msgstr "" - -#: ../../mod/dfrn_confirm.php:254 -msgid "Confirmation completed successfully." -msgstr "" - -#: ../../mod/dfrn_confirm.php:256 ../../mod/dfrn_confirm.php:270 -#: ../../mod/dfrn_confirm.php:277 -msgid "Remote site reported: " -msgstr "" - -#: ../../mod/dfrn_confirm.php:268 -msgid "Temporary failure. Please wait and try again." -msgstr "" - -#: ../../mod/dfrn_confirm.php:275 -msgid "Introduction failed or was revoked." -msgstr "" - -#: ../../mod/dfrn_confirm.php:420 -msgid "Unable to set contact photo." -msgstr "" - -#: ../../mod/dfrn_confirm.php:477 ../../include/diaspora.php:621 -#: ../../include/conversation.php:172 -#, php-format -msgid "%1$s is now friends with %2$s" -msgstr "" - -#: ../../mod/dfrn_confirm.php:562 -#, php-format -msgid "No user record found for '%s' " -msgstr "" - -#: ../../mod/dfrn_confirm.php:572 -msgid "Our site encryption key is apparently messed up." -msgstr "" - -#: ../../mod/dfrn_confirm.php:583 -msgid "Empty site URL was provided or URL could not be decrypted by us." -msgstr "" - -#: ../../mod/dfrn_confirm.php:604 -msgid "Contact record was not found for you on our site." -msgstr "" - -#: ../../mod/dfrn_confirm.php:618 -#, php-format -msgid "Site public key not available in contact record for URL %s." -msgstr "" - -#: ../../mod/dfrn_confirm.php:638 -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:649 -msgid "Unable to set your contact credentials on our system." -msgstr "" - -#: ../../mod/dfrn_confirm.php:716 -msgid "Unable to update your contact profile details on our system" -msgstr "" - -#: ../../mod/dfrn_confirm.php:751 -#, php-format -msgid "Connection accepted at %s" -msgstr "" - -#: ../../mod/dfrn_confirm.php:800 -#, php-format -msgid "%1$s has joined %2$s" -msgstr "" - -#: ../../mod/events.php:66 -msgid "Event title and start time are required." -msgstr "" - -#: ../../mod/events.php:291 -msgid "l, F j" -msgstr "" - -#: ../../mod/events.php:313 -msgid "Edit event" -msgstr "" - -#: ../../mod/events.php:335 ../../include/text.php:1304 -msgid "link to source" -msgstr "" - -#: ../../mod/events.php:370 ../../view/theme/diabook/theme.php:91 -#: ../../boot.php:1885 ../../include/nav.php:79 -msgid "Events" -msgstr "" - -#: ../../mod/events.php:371 -msgid "Create New Event" -msgstr "" - -#: ../../mod/events.php:372 -msgid "Previous" -msgstr "" - -#: ../../mod/events.php:373 ../../mod/install.php:207 -msgid "Next" -msgstr "" - -#: ../../mod/events.php:446 -msgid "hour:minute" -msgstr "" - -#: ../../mod/events.php:456 -msgid "Event details" -msgstr "" - -#: ../../mod/events.php:457 -#, php-format -msgid "Format is %s %s. Starting date and Title are required." -msgstr "" - -#: ../../mod/events.php:459 -msgid "Event Starts:" -msgstr "" - -#: ../../mod/events.php:459 ../../mod/events.php:473 -msgid "Required" -msgstr "" - -#: ../../mod/events.php:462 -msgid "Finish date/time is not known or not relevant" -msgstr "" - -#: ../../mod/events.php:464 -msgid "Event Finishes:" -msgstr "" - -#: ../../mod/events.php:467 -msgid "Adjust for viewer timezone" -msgstr "" - -#: ../../mod/events.php:469 -msgid "Description:" -msgstr "" - -#: ../../mod/events.php:471 ../../mod/directory.php:134 ../../boot.php:1406 -#: ../../include/event.php:40 ../../include/bb2diaspora.php:415 -msgid "Location:" -msgstr "" - -#: ../../mod/events.php:473 -msgid "Title:" -msgstr "" - -#: ../../mod/events.php:475 -msgid "Share this event" -msgstr "" - -#: ../../mod/fbrowser.php:25 ../../view/theme/diabook/theme.php:90 -#: ../../boot.php:1875 ../../include/nav.php:78 -msgid "Photos" -msgstr "" - -#: ../../mod/fbrowser.php:113 -msgid "Files" -msgstr "" - -#: ../../mod/home.php:34 -#, php-format -msgid "Welcome to %s" -msgstr "" - -#: ../../mod/lockview.php:31 ../../mod/lockview.php:39 -msgid "Remote privacy information not available." -msgstr "" - -#: ../../mod/lockview.php:48 -msgid "Visible to:" -msgstr "" - -#: ../../mod/wallmessage.php:42 ../../mod/wallmessage.php:112 -#, php-format -msgid "Number of daily wall messages for %s exceeded. Message failed." -msgstr "" - -#: ../../mod/wallmessage.php:59 -msgid "Unable to check your home location." -msgstr "" - -#: ../../mod/wallmessage.php:86 ../../mod/wallmessage.php:95 -msgid "No recipient." -msgstr "" - -#: ../../mod/wallmessage.php:143 -#, php-format -msgid "" -"If you wish for %s to respond, please check that the privacy settings on " -"your site allow private mail from unknown senders." -msgstr "" - -#: ../../mod/nogroup.php:40 ../../mod/contacts.php:395 -#: ../../mod/contacts.php:585 ../../mod/viewcontacts.php:62 -#, php-format -msgid "Visit %s's profile [%s]" -msgstr "" - -#: ../../mod/nogroup.php:41 ../../mod/contacts.php:586 -msgid "Edit contact" -msgstr "" - -#: ../../mod/nogroup.php:59 -msgid "Contacts who are not members of a group" -msgstr "" - -#: ../../mod/friendica.php:55 -msgid "This is Friendica, version" -msgstr "" - -#: ../../mod/friendica.php:56 -msgid "running at web location" -msgstr "" - -#: ../../mod/friendica.php:58 -msgid "" -"Please visit Friendica.com to learn " -"more about the Friendica project." -msgstr "" - -#: ../../mod/friendica.php:60 -msgid "Bug reports and issues: please visit" -msgstr "" - -#: ../../mod/friendica.php:61 -msgid "" -"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - " -"dot com" -msgstr "" - -#: ../../mod/friendica.php:75 -msgid "Installed plugins/addons/apps:" -msgstr "" - -#: ../../mod/friendica.php:88 -msgid "No installed plugins/addons/apps" -msgstr "" - -#: ../../mod/removeme.php:45 ../../mod/removeme.php:48 -msgid "Remove My Account" +#: ../../addon.old/blogger/blogger.php:74 +msgid "Blogger Post Settings" msgstr "" -#: ../../mod/removeme.php:46 -msgid "" -"This will completely remove your account. Once this has been done it is not " -"recoverable." +#: ../../addon.old/blogger/blogger.php:76 +msgid "Enable Blogger Post Plugin" msgstr "" -#: ../../mod/removeme.php:47 -msgid "Please enter your password for verification:" +#: ../../addon.old/blogger/blogger.php:81 +msgid "Blogger username" msgstr "" -#: ../../mod/wall_upload.php:90 ../../mod/profile_photo.php:144 -#, php-format -msgid "Image exceeds size limit of %d" +#: ../../addon.old/blogger/blogger.php:86 +msgid "Blogger password" msgstr "" -#: ../../mod/wall_upload.php:112 ../../mod/photos.php:801 -#: ../../mod/profile_photo.php:153 -msgid "Unable to process image." +#: ../../addon.old/blogger/blogger.php:91 +msgid "Blogger API URL" msgstr "" -#: ../../mod/wall_upload.php:135 ../../mod/wall_upload.php:144 -#: ../../mod/wall_upload.php:151 ../../mod/item.php:443 -#: ../../include/message.php:144 -msgid "Wall Photos" +#: ../../addon.old/blogger/blogger.php:96 +msgid "Post to Blogger by default" msgstr "" -#: ../../mod/wall_upload.php:138 ../../mod/photos.php:828 -#: ../../mod/profile_photo.php:301 -msgid "Image upload failed." +#: ../../addon.old/blogger/blogger.php:172 +#: ../../addon.old/drpost/drpost.php:184 +#: ../../addon.old/posterous/posterous.php:189 +#: ../../addon.old/wppost/wppost.php:201 +msgid "Post from Friendica" msgstr "" -#: ../../mod/api.php:76 ../../mod/api.php:102 -msgid "Authorize application connection" +#: ../../addon.old/buglink/buglink.php:15 +msgid "Report Bug" msgstr "" -#: ../../mod/api.php:77 -msgid "Return to your app and insert this Securty Code:" +#: ../../addon.old/communityhome/twillingham/communityhome.php:28 +#: ../../addon.old/communityhome/twillingham/communityhome.php:34 +#: ../../addon.old/communityhome/communityhome.php:28 +#: ../../addon.old/communityhome/communityhome.php:34 ../../include/nav.php:91 +#: ../../boot.php:1058 +msgid "Login" msgstr "" -#: ../../mod/api.php:89 -msgid "Please login to continue." +#: ../../addon.old/communityhome/twillingham/communityhome.php:29 +#: ../../addon.old/communityhome/communityhome.php:29 +msgid "OpenID" msgstr "" -#: ../../mod/api.php:104 -msgid "" -"Do you want to authorize this application to access your posts and contacts, " -"and/or create new posts for you?" +#: ../../addon.old/communityhome/twillingham/communityhome.php:38 +#: ../../addon.old/communityhome/communityhome.php:38 +msgid "Latest users" msgstr "" -#: ../../mod/tagger.php:95 ../../include/conversation.php:266 -#, php-format -msgid "%1$s tagged %2$s's %3$s with %4$s" +#: ../../addon.old/communityhome/twillingham/communityhome.php:81 +#: ../../addon.old/communityhome/communityhome.php:81 +msgid "Most active users" msgstr "" -#: ../../mod/photos.php:51 ../../boot.php:1878 -msgid "Photo Albums" +#: ../../addon.old/communityhome/communityhome.php:98 +msgid "Latest photos" msgstr "" -#: ../../mod/photos.php:59 ../../mod/photos.php:154 ../../mod/photos.php:1058 +#: ../../addon.old/communityhome/communityhome.php:110 ../../mod/photos.php:59 +#: ../../mod/photos.php:154 ../../mod/photos.php:1058 #: ../../mod/photos.php:1183 ../../mod/photos.php:1206 #: ../../mod/photos.php:1736 ../../mod/photos.php:1748 #: ../../view/theme/diabook/theme.php:492 msgid "Contact Photos" msgstr "" -#: ../../mod/photos.php:66 ../../mod/photos.php:1222 ../../mod/photos.php:1795 -msgid "Upload New Photos" -msgstr "" - -#: ../../mod/photos.php:79 ../../mod/settings.php:23 -msgid "everybody" -msgstr "" - -#: ../../mod/photos.php:143 -msgid "Contact information unavailable" -msgstr "" - -#: ../../mod/photos.php:154 ../../mod/photos.php:725 ../../mod/photos.php:1183 +#: ../../addon.old/communityhome/communityhome.php:111 +#: ../../include/user.php:325 ../../include/user.php:332 +#: ../../include/user.php:339 ../../mod/photos.php:154 +#: ../../mod/photos.php:725 ../../mod/photos.php:1183 #: ../../mod/photos.php:1206 ../../mod/profile_photo.php:74 #: ../../mod/profile_photo.php:81 ../../mod/profile_photo.php:88 #: ../../mod/profile_photo.php:204 ../../mod/profile_photo.php:296 #: ../../mod/profile_photo.php:305 ../../view/theme/diabook/theme.php:493 -#: ../../include/user.php:325 ../../include/user.php:332 -#: ../../include/user.php:339 msgid "Profile Photos" msgstr "" -#: ../../mod/photos.php:164 -msgid "Album not found." +#: ../../addon.old/communityhome/communityhome.php:133 +msgid "Latest likes" msgstr "" -#: ../../mod/photos.php:187 ../../mod/photos.php:199 ../../mod/photos.php:1200 -msgid "Delete Album" +#: ../../addon.old/communityhome/communityhome.php:155 +#: ../../include/text.php:1583 ../../include/conversation.php:118 +#: ../../include/conversation.php:246 ../../view/theme/diabook/theme.php:456 +msgid "event" msgstr "" -#: ../../mod/photos.php:197 -msgid "Do you really want to delete this photo album and all its photos?" +#: ../../addon.old/communityhome/communityhome.php:158 +#: ../../addon.old/communityhome/communityhome.php:167 +#: ../../addon.old/facebook/facebook.php:1598 ../../include/diaspora.php:1874 +#: ../../include/conversation.php:121 ../../include/conversation.php:130 +#: ../../include/conversation.php:249 ../../include/conversation.php:258 +#: ../../mod/subthread.php:87 ../../mod/tagger.php:62 ../../mod/like.php:151 +#: ../../mod/like.php:322 ../../view/theme/diabook/theme.php:459 +#: ../../view/theme/diabook/theme.php:468 +msgid "status" msgstr "" -#: ../../mod/photos.php:276 ../../mod/photos.php:287 ../../mod/photos.php:1502 -msgid "Delete Photo" +#: ../../addon.old/communityhome/communityhome.php:163 +#: ../../include/text.php:1585 ../../include/diaspora.php:1874 +#: ../../include/conversation.php:126 ../../include/conversation.php:254 +#: ../../mod/subthread.php:87 ../../mod/tagger.php:62 ../../mod/like.php:151 +#: ../../view/theme/diabook/theme.php:464 +msgid "photo" msgstr "" -#: ../../mod/photos.php:285 -msgid "Do you really want to delete this photo?" -msgstr "" - -#: ../../mod/photos.php:656 +#: ../../addon.old/communityhome/communityhome.php:172 +#: ../../addon.old/facebook/facebook.php:1602 ../../include/diaspora.php:1890 +#: ../../include/conversation.php:137 ../../mod/like.php:168 +#: ../../view/theme/diabook/theme.php:473 #, php-format -msgid "%1$s was tagged in %2$s by %3$s" +msgid "%1$s likes %2$s's %3$s" msgstr "" -#: ../../mod/photos.php:656 -msgid "a photo" -msgstr "" - -#: ../../mod/photos.php:761 -msgid "Image exceeds size limit of " -msgstr "" - -#: ../../mod/photos.php:769 -msgid "Image file is empty." -msgstr "" - -#: ../../mod/photos.php:924 -msgid "No photos selected" -msgstr "" - -#: ../../mod/photos.php:1025 -msgid "Access to this item is restricted." -msgstr "" - -#: ../../mod/photos.php:1088 +#: ../../addon.old/communityhome/communityhome.php:179 ../../mod/home.php:34 #, php-format -msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage." +msgid "Welcome to %s" msgstr "" -#: ../../mod/photos.php:1123 -msgid "Upload Photos" +#: ../../addon.old/dav/common/dav_caldav_backend_private.inc.php:39 +msgid "Private Events" msgstr "" -#: ../../mod/photos.php:1127 ../../mod/photos.php:1195 -msgid "New album name: " +#: ../../addon.old/dav/common/dav_carddav_backend_private.inc.php:46 +msgid "Private Addressbooks" msgstr "" -#: ../../mod/photos.php:1128 -msgid "or existing album name: " +#: ../../addon.old/dav/common/wdcal_backend.inc.php:92 +#: ../../addon.old/dav/common/wdcal_backend.inc.php:166 +#: ../../addon.old/dav/common/wdcal_backend.inc.php:178 +#: ../../addon.old/dav/common/wdcal_backend.inc.php:206 +#: ../../addon.old/dav/common/wdcal_backend.inc.php:214 +#: ../../addon.old/dav/common/wdcal_backend.inc.php:229 +msgid "No access" msgstr "" -#: ../../mod/photos.php:1129 -msgid "Do not show a status post for this upload" +#: ../../addon.old/dav/common/wdcal_configuration.php:148 +msgid "U.S. Time Format (mm/dd/YYYY)" msgstr "" -#: ../../mod/photos.php:1131 ../../mod/photos.php:1497 -msgid "Permissions" +#: ../../addon.old/dav/common/wdcal_configuration.php:243 +msgid "German Time Format (dd.mm.YYYY)" msgstr "" -#: ../../mod/photos.php:1140 ../../mod/photos.php:1506 -#: ../../mod/settings.php:1070 -msgid "Show to Groups" +#: ../../addon.old/dav/common/wdcal_edit.inc.php:30 +#: ../../addon.old/dav/common/wdcal_edit.inc.php:738 +msgid "Could not open component for editing" msgstr "" -#: ../../mod/photos.php:1141 ../../mod/photos.php:1507 -#: ../../mod/settings.php:1071 -msgid "Show to Contacts" +#: ../../addon.old/dav/common/wdcal_edit.inc.php:140 +#: ../../addon.old/dav/friendica/layout.fnk.php:143 +#: ../../addon.old/dav/friendica/layout.fnk.php:422 +msgid "Go back to the calendar" msgstr "" -#: ../../mod/photos.php:1142 -msgid "Private Photo" +#: ../../addon.old/dav/common/wdcal_edit.inc.php:144 +msgid "Event data" msgstr "" -#: ../../mod/photos.php:1143 -msgid "Public Photo" +#: ../../addon.old/dav/common/wdcal_edit.inc.php:146 +#: ../../addon.old/dav/friendica/main.php:239 +msgid "Calendar" msgstr "" -#: ../../mod/photos.php:1210 -msgid "Edit Album" +#: ../../addon.old/dav/common/wdcal_edit.inc.php:163 +msgid "Special color" msgstr "" -#: ../../mod/photos.php:1216 -msgid "Show Newest First" +#: ../../addon.old/dav/common/wdcal_edit.inc.php:169 +msgid "Subject" msgstr "" -#: ../../mod/photos.php:1218 -msgid "Show Oldest First" +#: ../../addon.old/dav/common/wdcal_edit.inc.php:173 +msgid "Starts" msgstr "" -#: ../../mod/photos.php:1251 ../../mod/photos.php:1778 -msgid "View Photo" -msgstr "" - -#: ../../mod/photos.php:1286 -msgid "Permission denied. Access to this item may be restricted." -msgstr "" - -#: ../../mod/photos.php:1288 -msgid "Photo not available" -msgstr "" - -#: ../../mod/photos.php:1344 -msgid "View photo" -msgstr "" - -#: ../../mod/photos.php:1344 -msgid "Edit photo" -msgstr "" - -#: ../../mod/photos.php:1345 -msgid "Use as profile photo" -msgstr "" - -#: ../../mod/photos.php:1370 -msgid "View Full Size" -msgstr "" - -#: ../../mod/photos.php:1444 -msgid "Tags: " -msgstr "" - -#: ../../mod/photos.php:1447 -msgid "[Remove any tag]" -msgstr "" - -#: ../../mod/photos.php:1487 -msgid "Rotate CW (right)" -msgstr "" - -#: ../../mod/photos.php:1488 -msgid "Rotate CCW (left)" -msgstr "" - -#: ../../mod/photos.php:1490 -msgid "New album name" -msgstr "" - -#: ../../mod/photos.php:1493 -msgid "Caption" -msgstr "" - -#: ../../mod/photos.php:1495 -msgid "Add a Tag" -msgstr "" - -#: ../../mod/photos.php:1499 -msgid "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" -msgstr "" - -#: ../../mod/photos.php:1508 -msgid "Private photo" -msgstr "" - -#: ../../mod/photos.php:1509 -msgid "Public photo" -msgstr "" - -#: ../../mod/photos.php:1531 ../../include/conversation.php:1041 -msgid "Share" -msgstr "" - -#: ../../mod/photos.php:1784 -msgid "View Album" -msgstr "" - -#: ../../mod/photos.php:1793 -msgid "Recent Photos" -msgstr "" - -#: ../../mod/hcard.php:10 -msgid "No profile" -msgstr "" - -#: ../../mod/register.php:91 ../../mod/regmod.php:54 -#, php-format -msgid "Registration details for %s" -msgstr "" - -#: ../../mod/register.php:99 -msgid "" -"Registration successful. Please check your email for further instructions." -msgstr "" - -#: ../../mod/register.php:103 -msgid "Failed to send email message. Here is the message that failed." -msgstr "" - -#: ../../mod/register.php:108 -msgid "Your registration can not be processed." -msgstr "" - -#: ../../mod/register.php:145 -#, php-format -msgid "Registration request at %s" -msgstr "" - -#: ../../mod/register.php:154 -msgid "Your registration is pending approval by the site owner." -msgstr "" - -#: ../../mod/register.php:192 ../../mod/uimport.php:50 -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:236 -msgid "Include your profile in member directory?" -msgstr "" - -#: ../../mod/register.php:257 -msgid "Membership on this site is by invitation only." -msgstr "" - -#: ../../mod/register.php:258 -msgid "Your invitation ID: " -msgstr "" - -#: ../../mod/register.php:269 -msgid "Your Full Name (e.g. Joe Smith): " -msgstr "" - -#: ../../mod/register.php:270 -msgid "Your Email Address: " -msgstr "" - -#: ../../mod/register.php:271 -msgid "" -"Choose a profile nickname. This must begin with a text character. Your " -"profile address on this site will then be 'nickname@$sitename'." -msgstr "" - -#: ../../mod/register.php:272 -msgid "Choose a nickname: " -msgstr "" - -#: ../../mod/register.php:275 ../../boot.php:1033 ../../include/nav.php:108 -msgid "Register" -msgstr "" - -#: ../../mod/lostpass.php:17 -msgid "No valid account found." -msgstr "" - -#: ../../mod/lostpass.php:33 -msgid "Password reset request issued. Check your email." -msgstr "" - -#: ../../mod/lostpass.php:44 -#, php-format -msgid "Password reset requested at %s" -msgstr "" - -#: ../../mod/lostpass.php:66 -msgid "" -"Request could not be verified. (You may have previously submitted it.) " -"Password reset failed." -msgstr "" - -#: ../../mod/lostpass.php:84 ../../boot.php:1072 -msgid "Password Reset" -msgstr "" - -#: ../../mod/lostpass.php:85 -msgid "Your password has been reset as requested." -msgstr "" - -#: ../../mod/lostpass.php:86 -msgid "Your new password is" -msgstr "" - -#: ../../mod/lostpass.php:87 -msgid "Save or copy your new password - and then" -msgstr "" - -#: ../../mod/lostpass.php:88 -msgid "click here to login" -msgstr "" - -#: ../../mod/lostpass.php:89 -msgid "" -"Your password may be changed from the Settings page after " -"successful login." -msgstr "" - -#: ../../mod/lostpass.php:107 -#, php-format -msgid "Your password has been changed at %s" -msgstr "" - -#: ../../mod/lostpass.php:122 -msgid "Forgot your Password?" -msgstr "" - -#: ../../mod/lostpass.php:123 -msgid "" -"Enter your email address and submit to have your password reset. Then check " -"your email for further instructions." -msgstr "" - -#: ../../mod/lostpass.php:124 -msgid "Nickname or Email: " -msgstr "" - -#: ../../mod/lostpass.php:125 -msgid "Reset" -msgstr "" - -#: ../../mod/maintenance.php:5 -msgid "System down for maintenance" -msgstr "" - -#: ../../mod/attach.php:8 -msgid "Item not available." -msgstr "" - -#: ../../mod/attach.php:20 -msgid "Item was not found." -msgstr "" - -#: ../../mod/apps.php:4 -msgid "Applications" -msgstr "" - -#: ../../mod/apps.php:7 -msgid "No installed applications." -msgstr "" - -#: ../../mod/help.php:79 -msgid "Help:" -msgstr "" - -#: ../../mod/help.php:84 ../../include/nav.php:113 -msgid "Help" -msgstr "" - -#: ../../mod/contacts.php:85 ../../mod/contacts.php:165 -msgid "Could not access contact record." -msgstr "" - -#: ../../mod/contacts.php:99 -msgid "Could not locate selected profile." -msgstr "" - -#: ../../mod/contacts.php:122 -msgid "Contact updated." -msgstr "" - -#: ../../mod/contacts.php:187 -msgid "Contact has been blocked" -msgstr "" - -#: ../../mod/contacts.php:187 -msgid "Contact has been unblocked" -msgstr "" - -#: ../../mod/contacts.php:201 -msgid "Contact has been ignored" -msgstr "" - -#: ../../mod/contacts.php:201 -msgid "Contact has been unignored" -msgstr "" - -#: ../../mod/contacts.php:220 -msgid "Contact has been archived" -msgstr "" - -#: ../../mod/contacts.php:220 -msgid "Contact has been unarchived" -msgstr "" - -#: ../../mod/contacts.php:244 -msgid "Do you really want to delete this contact?" -msgstr "" - -#: ../../mod/contacts.php:263 -msgid "Contact has been removed." -msgstr "" - -#: ../../mod/contacts.php:301 -#, php-format -msgid "You are mutual friends with %s" -msgstr "" - -#: ../../mod/contacts.php:305 -#, php-format -msgid "You are sharing with %s" -msgstr "" - -#: ../../mod/contacts.php:310 -#, php-format -msgid "%s is sharing with you" -msgstr "" - -#: ../../mod/contacts.php:327 -msgid "Private communications are not available for this contact." -msgstr "" - -#: ../../mod/contacts.php:330 -msgid "Never" -msgstr "" - -#: ../../mod/contacts.php:334 -msgid "(Update was successful)" -msgstr "" - -#: ../../mod/contacts.php:334 -msgid "(Update was not successful)" -msgstr "" - -#: ../../mod/contacts.php:336 -msgid "Suggest friends" -msgstr "" - -#: ../../mod/contacts.php:340 -#, php-format -msgid "Network type: %s" -msgstr "" - -#: ../../mod/contacts.php:343 ../../include/contact_widgets.php:199 -#, php-format -msgid "%d contact in common" -msgid_plural "%d contacts in common" -msgstr[0] "" -msgstr[1] "" - -#: ../../mod/contacts.php:348 -msgid "View all contacts" -msgstr "" - -#: ../../mod/contacts.php:356 -msgid "Toggle Blocked status" -msgstr "" - -#: ../../mod/contacts.php:359 ../../mod/contacts.php:413 -msgid "Unignore" -msgstr "" - -#: ../../mod/contacts.php:362 -msgid "Toggle Ignored status" -msgstr "" - -#: ../../mod/contacts.php:366 -msgid "Unarchive" -msgstr "" - -#: ../../mod/contacts.php:366 -msgid "Archive" -msgstr "" - -#: ../../mod/contacts.php:369 -msgid "Toggle Archive status" -msgstr "" - -#: ../../mod/contacts.php:372 -msgid "Repair" -msgstr "" - -#: ../../mod/contacts.php:375 -msgid "Advanced Contact Settings" -msgstr "" - -#: ../../mod/contacts.php:381 -msgid "Communications lost with this contact!" -msgstr "" - -#: ../../mod/contacts.php:384 -msgid "Contact Editor" -msgstr "" - -#: ../../mod/contacts.php:387 -msgid "Profile Visibility" -msgstr "" - -#: ../../mod/contacts.php:388 -#, php-format -msgid "" -"Please choose the profile you would like to display to %s when viewing your " -"profile securely." -msgstr "" - -#: ../../mod/contacts.php:389 -msgid "Contact Information / Notes" -msgstr "" - -#: ../../mod/contacts.php:390 -msgid "Edit contact notes" -msgstr "" - -#: ../../mod/contacts.php:396 -msgid "Block/Unblock contact" -msgstr "" - -#: ../../mod/contacts.php:397 -msgid "Ignore contact" -msgstr "" - -#: ../../mod/contacts.php:398 -msgid "Repair URL settings" -msgstr "" - -#: ../../mod/contacts.php:399 -msgid "View conversations" -msgstr "" - -#: ../../mod/contacts.php:401 -msgid "Delete contact" -msgstr "" - -#: ../../mod/contacts.php:405 -msgid "Last update:" -msgstr "" - -#: ../../mod/contacts.php:407 -msgid "Update public posts" -msgstr "" - -#: ../../mod/contacts.php:416 -msgid "Currently blocked" -msgstr "" - -#: ../../mod/contacts.php:417 -msgid "Currently ignored" -msgstr "" - -#: ../../mod/contacts.php:418 -msgid "Currently archived" -msgstr "" - -#: ../../mod/contacts.php:419 -msgid "" -"Replies/likes to your public posts may still be visible" -msgstr "" - -#: ../../mod/contacts.php:470 -msgid "Suggestions" -msgstr "" - -#: ../../mod/contacts.php:473 -msgid "Suggest potential friends" -msgstr "" - -#: ../../mod/contacts.php:476 ../../mod/group.php:194 -msgid "All Contacts" -msgstr "" - -#: ../../mod/contacts.php:479 -msgid "Show all contacts" -msgstr "" - -#: ../../mod/contacts.php:482 -msgid "Unblocked" -msgstr "" - -#: ../../mod/contacts.php:485 -msgid "Only show unblocked contacts" -msgstr "" - -#: ../../mod/contacts.php:489 -msgid "Blocked" -msgstr "" - -#: ../../mod/contacts.php:492 -msgid "Only show blocked contacts" -msgstr "" - -#: ../../mod/contacts.php:496 -msgid "Ignored" -msgstr "" - -#: ../../mod/contacts.php:499 -msgid "Only show ignored contacts" -msgstr "" - -#: ../../mod/contacts.php:503 -msgid "Archived" -msgstr "" - -#: ../../mod/contacts.php:506 -msgid "Only show archived contacts" -msgstr "" - -#: ../../mod/contacts.php:510 -msgid "Hidden" -msgstr "" - -#: ../../mod/contacts.php:513 -msgid "Only show hidden contacts" -msgstr "" - -#: ../../mod/contacts.php:561 -msgid "Mutual Friendship" -msgstr "" - -#: ../../mod/contacts.php:565 -msgid "is a fan of yours" -msgstr "" - -#: ../../mod/contacts.php:569 -msgid "you are a fan of" -msgstr "" - -#: ../../mod/contacts.php:607 ../../view/theme/diabook/theme.php:89 -#: ../../include/nav.php:171 -msgid "Contacts" -msgstr "" - -#: ../../mod/contacts.php:611 -msgid "Search your contacts" -msgstr "" - -#: ../../mod/contacts.php:612 ../../mod/directory.php:59 -msgid "Finding: " -msgstr "" - -#: ../../mod/contacts.php:613 ../../mod/directory.php:61 -#: ../../include/contact_widgets.php:33 -msgid "Find" -msgstr "" - -#: ../../mod/common.php:42 -msgid "Common Friends" -msgstr "" - -#: ../../mod/common.php:78 -msgid "No contacts in common." -msgstr "" - -#: ../../mod/follow.php:27 -msgid "Contact added" -msgstr "" - -#: ../../mod/uimport.php:64 -msgid "Import" -msgstr "" - -#: ../../mod/uimport.php:66 -msgid "Move account" -msgstr "" - -#: ../../mod/uimport.php:67 -msgid "You can import an account from another Friendica server." -msgstr "" - -#: ../../mod/uimport.php:68 -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:69 -msgid "" -"This feature is experimental. We can't import contacts from the OStatus " -"network (statusnet/identi.ca) or from Diaspora" -msgstr "" - -#: ../../mod/uimport.php:70 -msgid "Account file" -msgstr "" - -#: ../../mod/uimport.php:70 -msgid "" -"To export your accont, go to \"Settings->Export your porsonal data\" and " -"select \"Export account\"" -msgstr "" - -#: ../../mod/subthread.php:103 -#, php-format -msgid "%1$s is following %2$s's %3$s" -msgstr "" - -#: ../../mod/allfriends.php:34 -#, php-format -msgid "Friends of %s" -msgstr "" - -#: ../../mod/allfriends.php:40 -msgid "No friends to display." -msgstr "" - -#: ../../mod/tagrm.php:41 -msgid "Tag removed" -msgstr "" - -#: ../../mod/tagrm.php:79 -msgid "Remove Item Tag" -msgstr "" - -#: ../../mod/tagrm.php:81 -msgid "Select a tag to remove: " -msgstr "" - -#: ../../mod/tagrm.php:93 ../../mod/delegate.php:130 -msgid "Remove" -msgstr "" - -#: ../../mod/newmember.php:6 -msgid "Welcome to Friendica" -msgstr "" - -#: ../../mod/newmember.php:8 -msgid "New Member Checklist" -msgstr "" - -#: ../../mod/newmember.php:12 -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:14 -msgid "Getting Started" -msgstr "" - -#: ../../mod/newmember.php:18 -msgid "Friendica Walk-Through" -msgstr "" - -#: ../../mod/newmember.php:18 -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:26 -msgid "Go to Your Settings" -msgstr "" - -#: ../../mod/newmember.php:26 -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:28 -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:32 ../../mod/profperm.php:103 -#: ../../view/theme/diabook/theme.php:88 ../../boot.php:1868 -#: ../../include/profile_advanced.php:7 ../../include/profile_advanced.php:84 -#: ../../include/nav.php:77 -msgid "Profile" -msgstr "" - -#: ../../mod/newmember.php:36 ../../mod/profile_photo.php:244 -msgid "Upload Profile Photo" -msgstr "" - -#: ../../mod/newmember.php:36 -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:38 -msgid "Edit Your Profile" -msgstr "" - -#: ../../mod/newmember.php:38 -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:40 -msgid "Profile Keywords" -msgstr "" - -#: ../../mod/newmember.php:40 -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:44 -msgid "Connecting" -msgstr "" - -#: ../../mod/newmember.php:49 ../../mod/newmember.php:51 -#: ../../include/contact_selectors.php:81 -msgid "Facebook" -msgstr "" - -#: ../../mod/newmember.php:49 -msgid "" -"Authorise the Facebook Connector if you currently have a Facebook account " -"and we will (optionally) import all your Facebook friends and conversations." -msgstr "" - -#: ../../mod/newmember.php:51 -msgid "" -"If this is your own personal server, installing the Facebook addon " -"may ease your transition to the free social web." -msgstr "" - -#: ../../mod/newmember.php:56 -msgid "Importing Emails" -msgstr "" - -#: ../../mod/newmember.php:56 -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:58 -msgid "Go to Your Contacts Page" -msgstr "" - -#: ../../mod/newmember.php:58 -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:60 -msgid "Go to Your Site's Directory" -msgstr "" - -#: ../../mod/newmember.php:60 -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:62 -msgid "Finding New People" -msgstr "" - -#: ../../mod/newmember.php:62 -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:66 ../../include/group.php:270 -msgid "Groups" -msgstr "" - -#: ../../mod/newmember.php:70 -msgid "Group Your Contacts" -msgstr "" - -#: ../../mod/newmember.php:70 -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:73 -msgid "Why Aren't My Posts Public?" -msgstr "" - -#: ../../mod/newmember.php:73 -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:78 -msgid "Getting Help" -msgstr "" - -#: ../../mod/newmember.php:82 -msgid "Go to the Help Section" -msgstr "" - -#: ../../mod/newmember.php:82 -msgid "" -"Our help pages may be consulted for detail on other program " -"features and resources." -msgstr "" - -#: ../../mod/search.php:21 ../../mod/network.php:224 -msgid "Remove term" -msgstr "" - -#: ../../mod/search.php:30 ../../mod/network.php:233 -#: ../../include/features.php:41 -msgid "Saved Searches" -msgstr "" - -#: ../../mod/search.php:99 ../../include/text.php:778 -#: ../../include/text.php:779 ../../include/nav.php:118 -msgid "Search" -msgstr "" - -#: ../../mod/search.php:180 ../../mod/search.php:206 -#: ../../mod/community.php:61 ../../mod/community.php:88 -msgid "No results." -msgstr "" - -#: ../../mod/invite.php:27 -msgid "Total invitation limit exceeded." -msgstr "" - -#: ../../mod/invite.php:49 -#, php-format -msgid "%s : Not a valid email address." -msgstr "" - -#: ../../mod/invite.php:73 -msgid "Please join us on Friendica" -msgstr "" - -#: ../../mod/invite.php:84 -msgid "Invitation limit exceeded. Please contact your site administrator." -msgstr "" - -#: ../../mod/invite.php:89 -#, php-format -msgid "%s : Message delivery failed." -msgstr "" - -#: ../../mod/invite.php:93 -#, php-format -msgid "%d message sent." -msgid_plural "%d messages sent." -msgstr[0] "" -msgstr[1] "" - -#: ../../mod/invite.php:112 -msgid "You have no more invitations available" -msgstr "" - -#: ../../mod/invite.php:120 -#, 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:122 -#, php-format -msgid "" -"To accept this invitation, please visit and register at %s or any other " -"public Friendica website." -msgstr "" - -#: ../../mod/invite.php:123 -#, 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:126 -msgid "" -"Our apologies. This system is not currently configured to connect with other " -"public sites or invite members." -msgstr "" - -#: ../../mod/invite.php:132 -msgid "Send invitations" -msgstr "" - -#: ../../mod/invite.php:133 -msgid "Enter email addresses, one per line:" -msgstr "" - -#: ../../mod/invite.php:135 -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:137 -msgid "You will need to supply this invitation code: $invite_code" -msgstr "" - -#: ../../mod/invite.php:137 -msgid "" -"Once you have registered, please connect with me via my profile page at:" -msgstr "" - -#: ../../mod/invite.php:139 -msgid "" -"For more information about the Friendica project and why we feel it is " -"important, please visit http://friendica.com" -msgstr "" - -#: ../../mod/settings.php:30 ../../mod/uexport.php:9 ../../include/nav.php:167 -msgid "Account settings" -msgstr "" - -#: ../../mod/settings.php:35 -msgid "Additional features" -msgstr "" - -#: ../../mod/settings.php:40 ../../mod/uexport.php:14 -msgid "Display settings" -msgstr "" - -#: ../../mod/settings.php:46 ../../mod/uexport.php:20 -msgid "Connector settings" -msgstr "" - -#: ../../mod/settings.php:51 ../../mod/uexport.php:25 -msgid "Plugin settings" -msgstr "" - -#: ../../mod/settings.php:56 ../../mod/uexport.php:30 -msgid "Connected apps" -msgstr "" - -#: ../../mod/settings.php:61 ../../mod/uexport.php:35 ../../mod/uexport.php:80 -msgid "Export personal data" -msgstr "" - -#: ../../mod/settings.php:66 ../../mod/uexport.php:40 -msgid "Remove account" -msgstr "" - -#: ../../mod/settings.php:118 -msgid "Missing some important data!" -msgstr "" - -#: ../../mod/settings.php:121 ../../mod/settings.php:586 -msgid "Update" -msgstr "" - -#: ../../mod/settings.php:227 -msgid "Failed to connect with email account using the settings provided." -msgstr "" - -#: ../../mod/settings.php:232 -msgid "Email settings updated." -msgstr "" - -#: ../../mod/settings.php:247 -msgid "Features updated" -msgstr "" - -#: ../../mod/settings.php:307 -msgid "Passwords do not match. Password unchanged." -msgstr "" - -#: ../../mod/settings.php:312 -msgid "Empty passwords are not allowed. Password unchanged." -msgstr "" - -#: ../../mod/settings.php:323 -msgid "Password changed." -msgstr "" - -#: ../../mod/settings.php:325 -msgid "Password update failed. Please try again." -msgstr "" - -#: ../../mod/settings.php:390 -msgid " Please use a shorter name." -msgstr "" - -#: ../../mod/settings.php:392 -msgid " Name too short." -msgstr "" - -#: ../../mod/settings.php:398 -msgid " Not valid email." -msgstr "" - -#: ../../mod/settings.php:400 -msgid " Cannot change to that email." -msgstr "" - -#: ../../mod/settings.php:454 -msgid "Private forum has no privacy permissions. Using default privacy group." -msgstr "" - -#: ../../mod/settings.php:458 -msgid "Private forum has no privacy permissions and no default privacy group." -msgstr "" - -#: ../../mod/settings.php:488 -msgid "Settings updated." -msgstr "" - -#: ../../mod/settings.php:559 ../../mod/settings.php:585 -#: ../../mod/settings.php:621 -msgid "Add application" -msgstr "" - -#: ../../mod/settings.php:563 ../../mod/settings.php:589 -msgid "Consumer Key" -msgstr "" - -#: ../../mod/settings.php:564 ../../mod/settings.php:590 -msgid "Consumer Secret" -msgstr "" - -#: ../../mod/settings.php:565 ../../mod/settings.php:591 -msgid "Redirect" -msgstr "" - -#: ../../mod/settings.php:566 ../../mod/settings.php:592 -msgid "Icon url" -msgstr "" - -#: ../../mod/settings.php:577 -msgid "You can't edit this application." -msgstr "" - -#: ../../mod/settings.php:620 -msgid "Connected Apps" -msgstr "" - -#: ../../mod/settings.php:624 -msgid "Client key starts with" -msgstr "" - -#: ../../mod/settings.php:625 -msgid "No name" -msgstr "" - -#: ../../mod/settings.php:626 -msgid "Remove authorization" -msgstr "" - -#: ../../mod/settings.php:638 -msgid "No Plugin settings configured" -msgstr "" - -#: ../../mod/settings.php:646 -msgid "Plugin Settings" -msgstr "" - -#: ../../mod/settings.php:660 -msgid "Off" -msgstr "" - -#: ../../mod/settings.php:660 -msgid "On" -msgstr "" - -#: ../../mod/settings.php:668 -msgid "Additional Features" -msgstr "" - -#: ../../mod/settings.php:681 ../../mod/settings.php:682 -#, php-format -msgid "Built-in support for %s connectivity is %s" -msgstr "" - -#: ../../mod/settings.php:681 ../../mod/settings.php:682 -msgid "enabled" -msgstr "" - -#: ../../mod/settings.php:681 ../../mod/settings.php:682 -msgid "disabled" -msgstr "" - -#: ../../mod/settings.php:682 -msgid "StatusNet" -msgstr "" - -#: ../../mod/settings.php:714 -msgid "Email access is disabled on this site." -msgstr "" - -#: ../../mod/settings.php:721 -msgid "Connector Settings" -msgstr "" - -#: ../../mod/settings.php:726 -msgid "Email/Mailbox Setup" -msgstr "" - -#: ../../mod/settings.php:727 -msgid "" -"If you wish to communicate with email contacts using this service " -"(optional), please specify how to connect to your mailbox." -msgstr "" - -#: ../../mod/settings.php:728 -msgid "Last successful email check:" -msgstr "" - -#: ../../mod/settings.php:730 -msgid "IMAP server name:" -msgstr "" - -#: ../../mod/settings.php:731 -msgid "IMAP port:" -msgstr "" - -#: ../../mod/settings.php:732 -msgid "Security:" -msgstr "" - -#: ../../mod/settings.php:732 ../../mod/settings.php:737 -msgid "None" -msgstr "" - -#: ../../mod/settings.php:733 -msgid "Email login name:" -msgstr "" - -#: ../../mod/settings.php:734 -msgid "Email password:" -msgstr "" - -#: ../../mod/settings.php:735 -msgid "Reply-to address:" -msgstr "" - -#: ../../mod/settings.php:736 -msgid "Send public posts to all email contacts:" -msgstr "" - -#: ../../mod/settings.php:737 -msgid "Action after import:" -msgstr "" - -#: ../../mod/settings.php:737 -msgid "Mark as seen" -msgstr "" - -#: ../../mod/settings.php:737 -msgid "Move to folder" -msgstr "" - -#: ../../mod/settings.php:738 -msgid "Move to folder:" -msgstr "" - -#: ../../mod/settings.php:809 -msgid "Display Settings" -msgstr "" - -#: ../../mod/settings.php:815 ../../mod/settings.php:826 -msgid "Display Theme:" -msgstr "" - -#: ../../mod/settings.php:816 -msgid "Mobile Theme:" -msgstr "" - -#: ../../mod/settings.php:817 -msgid "Update browser every xx seconds" -msgstr "" - -#: ../../mod/settings.php:817 -msgid "Minimum of 10 seconds, no maximum" -msgstr "" - -#: ../../mod/settings.php:818 -msgid "Number of items to display per page:" -msgstr "" - -#: ../../mod/settings.php:818 -msgid "Maximum of 100 items" -msgstr "" - -#: ../../mod/settings.php:819 -msgid "Don't show emoticons" -msgstr "" - -#: ../../mod/settings.php:895 -msgid "Normal Account Page" -msgstr "" - -#: ../../mod/settings.php:896 -msgid "This account is a normal personal profile" -msgstr "" - -#: ../../mod/settings.php:899 -msgid "Soapbox Page" -msgstr "" - -#: ../../mod/settings.php:900 -msgid "Automatically approve all connection/friend requests as read-only fans" -msgstr "" - -#: ../../mod/settings.php:903 -msgid "Community Forum/Celebrity Account" -msgstr "" - -#: ../../mod/settings.php:904 -msgid "Automatically approve all connection/friend requests as read-write fans" -msgstr "" - -#: ../../mod/settings.php:907 -msgid "Automatic Friend Page" -msgstr "" - -#: ../../mod/settings.php:908 -msgid "Automatically approve all connection/friend requests as friends" -msgstr "" - -#: ../../mod/settings.php:911 -msgid "Private Forum [Experimental]" -msgstr "" - -#: ../../mod/settings.php:912 -msgid "Private forum - approved members only" -msgstr "" - -#: ../../mod/settings.php:924 -msgid "OpenID:" -msgstr "" - -#: ../../mod/settings.php:924 -msgid "(Optional) Allow this OpenID to login to this account." -msgstr "" - -#: ../../mod/settings.php:934 -msgid "Publish your default profile in your local site directory?" -msgstr "" - -#: ../../mod/settings.php:940 -msgid "Publish your default profile in the global social directory?" -msgstr "" - -#: ../../mod/settings.php:948 -msgid "Hide your contact/friend list from viewers of your default profile?" -msgstr "" - -#: ../../mod/settings.php:952 -msgid "Hide your profile details from unknown viewers?" -msgstr "" - -#: ../../mod/settings.php:957 -msgid "Allow friends to post to your profile page?" -msgstr "" - -#: ../../mod/settings.php:963 -msgid "Allow friends to tag your posts?" -msgstr "" - -#: ../../mod/settings.php:969 -msgid "Allow us to suggest you as a potential friend to new members?" -msgstr "" - -#: ../../mod/settings.php:975 -msgid "Permit unknown people to send you private mail?" -msgstr "" - -#: ../../mod/settings.php:983 -msgid "Profile is not published." -msgstr "" - -#: ../../mod/settings.php:986 ../../mod/profile_photo.php:248 -msgid "or" -msgstr "" - -#: ../../mod/settings.php:991 -msgid "Your Identity Address is" -msgstr "" - -#: ../../mod/settings.php:1002 -msgid "Automatically expire posts after this many days:" -msgstr "" - -#: ../../mod/settings.php:1002 -msgid "If empty, posts will not expire. Expired posts will be deleted" -msgstr "" - -#: ../../mod/settings.php:1003 -msgid "Advanced expiration settings" -msgstr "" - -#: ../../mod/settings.php:1004 -msgid "Advanced Expiration" -msgstr "" - -#: ../../mod/settings.php:1005 -msgid "Expire posts:" -msgstr "" - -#: ../../mod/settings.php:1006 -msgid "Expire personal notes:" -msgstr "" - -#: ../../mod/settings.php:1007 -msgid "Expire starred posts:" -msgstr "" - -#: ../../mod/settings.php:1008 -msgid "Expire photos:" -msgstr "" - -#: ../../mod/settings.php:1009 -msgid "Only expire posts by others:" -msgstr "" - -#: ../../mod/settings.php:1035 -msgid "Account Settings" -msgstr "" - -#: ../../mod/settings.php:1043 -msgid "Password Settings" -msgstr "" - -#: ../../mod/settings.php:1044 -msgid "New Password:" -msgstr "" - -#: ../../mod/settings.php:1045 -msgid "Confirm:" -msgstr "" - -#: ../../mod/settings.php:1045 -msgid "Leave password fields blank unless changing" -msgstr "" - -#: ../../mod/settings.php:1049 -msgid "Basic Settings" -msgstr "" - -#: ../../mod/settings.php:1050 ../../include/profile_advanced.php:15 -msgid "Full Name:" -msgstr "" - -#: ../../mod/settings.php:1051 -msgid "Email Address:" -msgstr "" - -#: ../../mod/settings.php:1052 -msgid "Your Timezone:" -msgstr "" - -#: ../../mod/settings.php:1053 -msgid "Default Post Location:" -msgstr "" - -#: ../../mod/settings.php:1054 -msgid "Use Browser Location:" -msgstr "" - -#: ../../mod/settings.php:1057 -msgid "Security and Privacy Settings" -msgstr "" - -#: ../../mod/settings.php:1059 -msgid "Maximum Friend Requests/Day:" -msgstr "" - -#: ../../mod/settings.php:1059 ../../mod/settings.php:1089 -msgid "(to prevent spam abuse)" -msgstr "" - -#: ../../mod/settings.php:1060 -msgid "Default Post Permissions" -msgstr "" - -#: ../../mod/settings.php:1061 -msgid "(click to open/close)" -msgstr "" - -#: ../../mod/settings.php:1072 -msgid "Default Private Post" -msgstr "" - -#: ../../mod/settings.php:1073 -msgid "Default Public Post" -msgstr "" - -#: ../../mod/settings.php:1077 -msgid "Default Permissions for New Posts" -msgstr "" - -#: ../../mod/settings.php:1089 -msgid "Maximum private messages per day from unknown people:" -msgstr "" - -#: ../../mod/settings.php:1092 -msgid "Notification Settings" -msgstr "" - -#: ../../mod/settings.php:1093 -msgid "By default post a status message when:" -msgstr "" - -#: ../../mod/settings.php:1094 -msgid "accepting a friend request" -msgstr "" - -#: ../../mod/settings.php:1095 -msgid "joining a forum/community" -msgstr "" - -#: ../../mod/settings.php:1096 -msgid "making an interesting profile change" -msgstr "" - -#: ../../mod/settings.php:1097 -msgid "Send a notification email when:" -msgstr "" - -#: ../../mod/settings.php:1098 -msgid "You receive an introduction" -msgstr "" - -#: ../../mod/settings.php:1099 -msgid "Your introductions are confirmed" -msgstr "" - -#: ../../mod/settings.php:1100 -msgid "Someone writes on your profile wall" -msgstr "" - -#: ../../mod/settings.php:1101 -msgid "Someone writes a followup comment" -msgstr "" - -#: ../../mod/settings.php:1102 -msgid "You receive a private message" -msgstr "" - -#: ../../mod/settings.php:1103 -msgid "You receive a friend suggestion" -msgstr "" - -#: ../../mod/settings.php:1104 -msgid "You are tagged in a post" -msgstr "" - -#: ../../mod/settings.php:1105 -msgid "You are poked/prodded/etc. in a post" -msgstr "" - -#: ../../mod/settings.php:1108 -msgid "Advanced Account/Page Type Settings" -msgstr "" - -#: ../../mod/settings.php:1109 -msgid "Change the behaviour of this account for special situations" -msgstr "" - -#: ../../mod/display.php:177 -msgid "Item has been removed." -msgstr "" - -#: ../../mod/dirfind.php:26 -msgid "People Search" -msgstr "" - -#: ../../mod/dirfind.php:60 ../../mod/match.php:65 -msgid "No matches" -msgstr "" - -#: ../../mod/profiles.php:37 -msgid "Profile deleted." -msgstr "" - -#: ../../mod/profiles.php:55 ../../mod/profiles.php:89 -msgid "Profile-" -msgstr "" - -#: ../../mod/profiles.php:74 ../../mod/profiles.php:117 -msgid "New profile created." -msgstr "" - -#: ../../mod/profiles.php:95 -msgid "Profile unavailable to clone." -msgstr "" - -#: ../../mod/profiles.php:170 -msgid "Profile Name is required." -msgstr "" - -#: ../../mod/profiles.php:317 -msgid "Marital Status" -msgstr "" - -#: ../../mod/profiles.php:321 -msgid "Romantic Partner" -msgstr "" - -#: ../../mod/profiles.php:325 -msgid "Likes" -msgstr "" - -#: ../../mod/profiles.php:329 -msgid "Dislikes" -msgstr "" - -#: ../../mod/profiles.php:333 -msgid "Work/Employment" -msgstr "" - -#: ../../mod/profiles.php:336 -msgid "Religion" -msgstr "" - -#: ../../mod/profiles.php:340 -msgid "Political Views" -msgstr "" - -#: ../../mod/profiles.php:344 -msgid "Gender" -msgstr "" - -#: ../../mod/profiles.php:348 -msgid "Sexual Preference" -msgstr "" - -#: ../../mod/profiles.php:352 -msgid "Homepage" -msgstr "" - -#: ../../mod/profiles.php:356 -msgid "Interests" -msgstr "" - -#: ../../mod/profiles.php:360 -msgid "Address" +#: ../../addon.old/dav/common/wdcal_edit.inc.php:178 +msgid "Ends" msgstr "" +#: ../../addon.old/dav/common/wdcal_edit.inc.php:183 #: ../../mod/profiles.php:367 msgid "Location" msgstr "" -#: ../../mod/profiles.php:450 -msgid "Profile updated." +#: ../../addon.old/dav/common/wdcal_edit.inc.php:185 +msgid "Description" msgstr "" -#: ../../mod/profiles.php:517 -msgid " and " +#: ../../addon.old/dav/common/wdcal_edit.inc.php:188 +msgid "Recurrence" msgstr "" -#: ../../mod/profiles.php:525 -msgid "public profile" +#: ../../addon.old/dav/common/wdcal_edit.inc.php:190 +msgid "Frequency" msgstr "" -#: ../../mod/profiles.php:528 -#, php-format -msgid "%1$s changed %2$s to “%3$s”" +#: ../../addon.old/dav/common/wdcal_edit.inc.php:191 +#: ../../mod/settings.php:732 ../../mod/settings.php:737 +msgid "None" msgstr "" -#: ../../mod/profiles.php:529 -#, php-format -msgid " - Visit %1$s's %2$s" +#: ../../addon.old/dav/common/wdcal_edit.inc.php:194 +#: ../../include/contact_selectors.php:59 +msgid "Daily" msgstr "" -#: ../../mod/profiles.php:532 -#, php-format -msgid "%1$s has an updated %2$s, changing %3$s." +#: ../../addon.old/dav/common/wdcal_edit.inc.php:197 +#: ../../include/contact_selectors.php:60 +msgid "Weekly" msgstr "" -#: ../../mod/profiles.php:605 -msgid "Hide your contact/friend list from viewers of this profile?" +#: ../../addon.old/dav/common/wdcal_edit.inc.php:200 +#: ../../include/contact_selectors.php:61 +msgid "Monthly" msgstr "" -#: ../../mod/profiles.php:625 -msgid "Edit Profile Details" +#: ../../addon.old/dav/common/wdcal_edit.inc.php:203 +msgid "Yearly" msgstr "" -#: ../../mod/profiles.php:627 -msgid "Change Profile Photo" +#: ../../addon.old/dav/common/wdcal_edit.inc.php:214 +#: ../../include/datetime.php:288 +msgid "days" msgstr "" -#: ../../mod/profiles.php:628 -msgid "View this profile" +#: ../../addon.old/dav/common/wdcal_edit.inc.php:215 +#: ../../include/datetime.php:287 +msgid "weeks" msgstr "" -#: ../../mod/profiles.php:629 -msgid "Create a new profile using these settings" +#: ../../addon.old/dav/common/wdcal_edit.inc.php:216 +#: ../../include/datetime.php:286 +msgid "months" msgstr "" -#: ../../mod/profiles.php:630 -msgid "Clone this profile" +#: ../../addon.old/dav/common/wdcal_edit.inc.php:217 +#: ../../include/datetime.php:285 +msgid "years" msgstr "" -#: ../../mod/profiles.php:631 -msgid "Delete this profile" +#: ../../addon.old/dav/common/wdcal_edit.inc.php:218 +msgid "Interval" msgstr "" -#: ../../mod/profiles.php:632 -msgid "Profile Name:" +#: ../../addon.old/dav/common/wdcal_edit.inc.php:218 +msgid "All %select% %time%" msgstr "" -#: ../../mod/profiles.php:633 -msgid "Your Full Name:" +#: ../../addon.old/dav/common/wdcal_edit.inc.php:222 +#: ../../addon.old/dav/common/wdcal_edit.inc.php:260 +#: ../../addon.old/dav/common/wdcal_edit.inc.php:481 +msgid "Days" msgstr "" -#: ../../mod/profiles.php:634 -msgid "Title/Description:" +#: ../../addon.old/dav/common/wdcal_edit.inc.php:231 +#: ../../addon.old/dav/common/wdcal_edit.inc.php:254 +#: ../../addon.old/dav/common/wdcal_edit.inc.php:270 +#: ../../addon.old/dav/common/wdcal_edit.inc.php:293 +#: ../../addon.old/dav/common/wdcal_edit.inc.php:305 +#: ../../include/text.php:1015 +msgid "Sunday" msgstr "" -#: ../../mod/profiles.php:635 -msgid "Your Gender:" +#: ../../addon.old/dav/common/wdcal_edit.inc.php:235 +#: ../../addon.old/dav/common/wdcal_edit.inc.php:274 +#: ../../addon.old/dav/common/wdcal_edit.inc.php:308 +#: ../../include/text.php:1015 +msgid "Monday" msgstr "" -#: ../../mod/profiles.php:636 -#, php-format -msgid "Birthday (%s):" +#: ../../addon.old/dav/common/wdcal_edit.inc.php:238 +#: ../../addon.old/dav/common/wdcal_edit.inc.php:277 +#: ../../include/text.php:1015 +msgid "Tuesday" msgstr "" -#: ../../mod/profiles.php:637 -msgid "Street Address:" +#: ../../addon.old/dav/common/wdcal_edit.inc.php:241 +#: ../../addon.old/dav/common/wdcal_edit.inc.php:280 +#: ../../include/text.php:1015 +msgid "Wednesday" msgstr "" -#: ../../mod/profiles.php:638 -msgid "Locality/City:" +#: ../../addon.old/dav/common/wdcal_edit.inc.php:244 +#: ../../addon.old/dav/common/wdcal_edit.inc.php:283 +#: ../../include/text.php:1015 +msgid "Thursday" msgstr "" -#: ../../mod/profiles.php:639 -msgid "Postal/Zip Code:" +#: ../../addon.old/dav/common/wdcal_edit.inc.php:247 +#: ../../addon.old/dav/common/wdcal_edit.inc.php:286 +#: ../../include/text.php:1015 +msgid "Friday" msgstr "" -#: ../../mod/profiles.php:640 -msgid "Country:" +#: ../../addon.old/dav/common/wdcal_edit.inc.php:250 +#: ../../addon.old/dav/common/wdcal_edit.inc.php:289 +#: ../../include/text.php:1015 +msgid "Saturday" msgstr "" -#: ../../mod/profiles.php:641 -msgid "Region/State:" +#: ../../addon.old/dav/common/wdcal_edit.inc.php:297 +msgid "First day of week:" msgstr "" -#: ../../mod/profiles.php:642 -msgid " Marital Status:" +#: ../../addon.old/dav/common/wdcal_edit.inc.php:350 +#: ../../addon.old/dav/common/wdcal_edit.inc.php:373 +msgid "Day of month" msgstr "" -#: ../../mod/profiles.php:643 -msgid "Who: (if applicable)" +#: ../../addon.old/dav/common/wdcal_edit.inc.php:354 +msgid "#num#th of each month" msgstr "" -#: ../../mod/profiles.php:644 -msgid "Examples: cathy123, Cathy Williams, cathy@example.com" +#: ../../addon.old/dav/common/wdcal_edit.inc.php:357 +msgid "#num#th-last of each month" msgstr "" -#: ../../mod/profiles.php:645 -msgid "Since [date]:" +#: ../../addon.old/dav/common/wdcal_edit.inc.php:360 +msgid "#num#th #wkday# of each month" msgstr "" -#: ../../mod/profiles.php:646 ../../include/profile_advanced.php:46 -msgid "Sexual Preference:" +#: ../../addon.old/dav/common/wdcal_edit.inc.php:363 +msgid "#num#th-last #wkday# of each month" msgstr "" -#: ../../mod/profiles.php:647 -msgid "Homepage URL:" +#: ../../addon.old/dav/common/wdcal_edit.inc.php:372 +#: ../../addon.old/dav/friendica/layout.fnk.php:255 +msgid "Month" msgstr "" -#: ../../mod/profiles.php:648 ../../include/profile_advanced.php:50 -msgid "Hometown:" +#: ../../addon.old/dav/common/wdcal_edit.inc.php:377 +msgid "#num#th of the given month" msgstr "" -#: ../../mod/profiles.php:649 ../../include/profile_advanced.php:54 -msgid "Political Views:" +#: ../../addon.old/dav/common/wdcal_edit.inc.php:380 +msgid "#num#th-last of the given month" msgstr "" -#: ../../mod/profiles.php:650 -msgid "Religious Views:" +#: ../../addon.old/dav/common/wdcal_edit.inc.php:383 +msgid "#num#th #wkday# of the given month" msgstr "" -#: ../../mod/profiles.php:651 -msgid "Public Keywords:" +#: ../../addon.old/dav/common/wdcal_edit.inc.php:386 +msgid "#num#th-last #wkday# of the given month" msgstr "" -#: ../../mod/profiles.php:652 -msgid "Private Keywords:" +#: ../../addon.old/dav/common/wdcal_edit.inc.php:413 +msgid "Repeat until" msgstr "" -#: ../../mod/profiles.php:653 ../../include/profile_advanced.php:62 -msgid "Likes:" +#: ../../addon.old/dav/common/wdcal_edit.inc.php:417 +msgid "Infinite" msgstr "" -#: ../../mod/profiles.php:654 ../../include/profile_advanced.php:64 -msgid "Dislikes:" +#: ../../addon.old/dav/common/wdcal_edit.inc.php:420 +msgid "Until the following date" msgstr "" -#: ../../mod/profiles.php:655 -msgid "Example: fishing photography software" +#: ../../addon.old/dav/common/wdcal_edit.inc.php:423 +msgid "Number of times" msgstr "" -#: ../../mod/profiles.php:656 -msgid "(Used for suggesting potential friends, can be seen by others)" +#: ../../addon.old/dav/common/wdcal_edit.inc.php:429 +msgid "Exceptions" msgstr "" -#: ../../mod/profiles.php:657 -msgid "(Used for searching profiles, never shown to others)" +#: ../../addon.old/dav/common/wdcal_edit.inc.php:432 +msgid "none" msgstr "" -#: ../../mod/profiles.php:658 -msgid "Tell us about yourself..." +#: ../../addon.old/dav/common/wdcal_edit.inc.php:449 +msgid "Notification" msgstr "" -#: ../../mod/profiles.php:659 -msgid "Hobbies/Interests" +#: ../../addon.old/dav/common/wdcal_edit.inc.php:466 +msgid "Notify by" msgstr "" -#: ../../mod/profiles.php:660 -msgid "Contact information and Social Networks" +#: ../../addon.old/dav/common/wdcal_edit.inc.php:468 +#: ../../mod/delegate.php:130 ../../mod/tagrm.php:93 +msgid "Remove" msgstr "" -#: ../../mod/profiles.php:661 -msgid "Musical interests" +#: ../../addon.old/dav/common/wdcal_edit.inc.php:469 +msgid "E-Mail" msgstr "" -#: ../../mod/profiles.php:662 -msgid "Books, literature" +#: ../../addon.old/dav/common/wdcal_edit.inc.php:470 +msgid "On Friendica / Display" msgstr "" -#: ../../mod/profiles.php:663 -msgid "Television" +#: ../../addon.old/dav/common/wdcal_edit.inc.php:474 +msgid "Time" msgstr "" -#: ../../mod/profiles.php:664 -msgid "Film/dance/culture/entertainment" +#: ../../addon.old/dav/common/wdcal_edit.inc.php:478 +msgid "Hours" msgstr "" -#: ../../mod/profiles.php:665 -msgid "Love/romance" +#: ../../addon.old/dav/common/wdcal_edit.inc.php:479 +msgid "Minutes" msgstr "" -#: ../../mod/profiles.php:666 -msgid "Work/employment" +#: ../../addon.old/dav/common/wdcal_edit.inc.php:480 +msgid "Seconds" msgstr "" -#: ../../mod/profiles.php:667 -msgid "School/education" +#: ../../addon.old/dav/common/wdcal_edit.inc.php:482 +msgid "Weeks" msgstr "" -#: ../../mod/profiles.php:672 +#: ../../addon.old/dav/common/wdcal_edit.inc.php:485 +msgid "before the" +msgstr "" + +#: ../../addon.old/dav/common/wdcal_edit.inc.php:486 +msgid "start of the event" +msgstr "" + +#: ../../addon.old/dav/common/wdcal_edit.inc.php:487 +msgid "end of the event" +msgstr "" + +#: ../../addon.old/dav/common/wdcal_edit.inc.php:492 +msgid "Add a notification" +msgstr "" + +#: ../../addon.old/dav/common/wdcal_edit.inc.php:687 +msgid "The event #name# will start at #date" +msgstr "" + +#: ../../addon.old/dav/common/wdcal_edit.inc.php:696 +msgid "#name# is about to begin." +msgstr "" + +#: ../../addon.old/dav/common/wdcal_edit.inc.php:769 +msgid "Saved" +msgstr "" + +#: ../../addon.old/dav/friendica/calendar.friendica.fnk.php:206 +msgid "Private Calendar" +msgstr "" + +#: ../../addon.old/dav/friendica/calendar.friendica.fnk.php:207 +msgid "Friendica Events: Mine" +msgstr "" + +#: ../../addon.old/dav/friendica/calendar.friendica.fnk.php:208 +msgid "Friendica Events: Contacts" +msgstr "" + +#: ../../addon.old/dav/friendica/calendar.friendica.fnk.php:248 +msgid "Private Addresses" +msgstr "" + +#: ../../addon.old/dav/friendica/calendar.friendica.fnk.php:249 +msgid "Friendica Contacts" +msgstr "" + +#: ../../addon.old/dav/friendica/dav_caldav_backend_virtual_friendica.inc.php:36 +msgid "Friendica-Native events" +msgstr "" + +#: ../../addon.old/dav/friendica/dav_carddav_backend_virtual_friendica.inc.php:36 +#: ../../addon.old/dav/friendica/dav_carddav_backend_virtual_friendica.inc.php:59 +msgid "Friendica-Contacts" +msgstr "" + +#: ../../addon.old/dav/friendica/dav_carddav_backend_virtual_friendica.inc.php:60 +msgid "Your Friendica-Contacts" +msgstr "" + +#: ../../addon.old/dav/friendica/layout.fnk.php:99 +#: ../../addon.old/dav/friendica/layout.fnk.php:136 msgid "" -"This is your public profile.
It may " -"be visible to anybody using the internet." +"Something went wrong when trying to import the file. Sorry. Maybe some " +"events were imported anyway." msgstr "" -#: ../../mod/profiles.php:682 ../../mod/directory.php:111 -msgid "Age: " +#: ../../addon.old/dav/friendica/layout.fnk.php:131 +msgid "Something went wrong when trying to import the file. Sorry." msgstr "" -#: ../../mod/profiles.php:721 -msgid "Edit/Manage Profiles" +#: ../../addon.old/dav/friendica/layout.fnk.php:134 +msgid "The ICS-File has been imported." msgstr "" -#: ../../mod/profiles.php:722 ../../boot.php:1366 ../../boot.php:1392 -msgid "Change profile photo" +#: ../../addon.old/dav/friendica/layout.fnk.php:138 +msgid "No file was uploaded." msgstr "" -#: ../../mod/profiles.php:723 ../../boot.php:1367 -msgid "Create New Profile" +#: ../../addon.old/dav/friendica/layout.fnk.php:147 +msgid "Import a ICS-file" msgstr "" -#: ../../mod/profiles.php:734 ../../boot.php:1377 -msgid "Profile Image" +#: ../../addon.old/dav/friendica/layout.fnk.php:150 +msgid "ICS-File" msgstr "" -#: ../../mod/profiles.php:736 ../../boot.php:1380 -msgid "visible to everybody" -msgstr "" - -#: ../../mod/profiles.php:737 ../../boot.php:1381 -msgid "Edit visibility" -msgstr "" - -#: ../../mod/share.php:44 -msgid "link" -msgstr "" - -#: ../../mod/uexport.php:72 -msgid "Export account" -msgstr "" - -#: ../../mod/uexport.php:72 -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:73 -msgid "Export all" -msgstr "" - -#: ../../mod/uexport.php:73 -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/ping.php:238 -msgid "{0} wants to be your friend" -msgstr "" - -#: ../../mod/ping.php:243 -msgid "{0} sent you a message" -msgstr "" - -#: ../../mod/ping.php:248 -msgid "{0} requested registration" -msgstr "" - -#: ../../mod/ping.php:254 -#, php-format -msgid "{0} commented %s's post" -msgstr "" - -#: ../../mod/ping.php:259 -#, php-format -msgid "{0} liked %s's post" -msgstr "" - -#: ../../mod/ping.php:264 -#, php-format -msgid "{0} disliked %s's post" -msgstr "" - -#: ../../mod/ping.php:269 -#, php-format -msgid "{0} is now friends with %s" -msgstr "" - -#: ../../mod/ping.php:274 -msgid "{0} posted" -msgstr "" - -#: ../../mod/ping.php:279 -#, php-format -msgid "{0} tagged %s's post with #%s" -msgstr "" - -#: ../../mod/ping.php:285 -msgid "{0} mentioned you in a post" -msgstr "" - -#: ../../mod/navigation.php:20 ../../include/nav.php:34 -msgid "Nothing new here" -msgstr "" - -#: ../../mod/navigation.php:24 ../../include/nav.php:38 -msgid "Clear notifications" -msgstr "" - -#: ../../mod/community.php:23 -msgid "Not available." -msgstr "" - -#: ../../mod/community.php:32 ../../view/theme/diabook/theme.php:93 -#: ../../include/nav.php:128 -msgid "Community" -msgstr "" - -#: ../../mod/filer.php:30 ../../include/conversation.php:962 -#: ../../include/conversation.php:980 -msgid "Save to Folder:" -msgstr "" - -#: ../../mod/filer.php:30 -msgid "- select -" -msgstr "" - -#: ../../mod/filer.php:31 ../../mod/notes.php:63 ../../include/text.php:781 -msgid "Save" -msgstr "" - -#: ../../mod/wall_attach.php:69 -#, php-format -msgid "File exceeds size limit of %d" -msgstr "" - -#: ../../mod/wall_attach.php:110 ../../mod/wall_attach.php:121 -msgid "File upload failed." -msgstr "" - -#: ../../mod/profperm.php:25 ../../mod/profperm.php:55 -msgid "Invalid profile identifier." -msgstr "" - -#: ../../mod/profperm.php:101 -msgid "Profile Visibility Editor" -msgstr "" - -#: ../../mod/profperm.php:105 ../../mod/group.php:224 -msgid "Click on a contact to add or remove." -msgstr "" - -#: ../../mod/profperm.php:114 -msgid "Visible To" -msgstr "" - -#: ../../mod/profperm.php:130 -msgid "All Contacts (with secure profile access)" -msgstr "" - -#: ../../mod/suggest.php:27 -msgid "Do you really want to delete this suggestion?" -msgstr "" - -#: ../../mod/suggest.php:66 ../../view/theme/diabook/theme.php:520 -#: ../../include/contact_widgets.php:34 -msgid "Friend Suggestions" -msgstr "" - -#: ../../mod/suggest.php:72 -msgid "" -"No suggestions available. If this is a new site, please try again in 24 " -"hours." -msgstr "" - -#: ../../mod/suggest.php:88 ../../mod/match.php:58 ../../boot.php:1338 -#: ../../include/contact_widgets.php:9 -msgid "Connect" -msgstr "" - -#: ../../mod/suggest.php:90 -msgid "Ignore/Hide" -msgstr "" - -#: ../../mod/viewsrc.php:7 -msgid "Access denied." -msgstr "" - -#: ../../mod/dfrn_poll.php:101 ../../mod/dfrn_poll.php:534 -#, php-format -msgid "%1$s welcomes %2$s" -msgstr "" - -#: ../../mod/manage.php:106 -msgid "Manage Identities and/or Pages" -msgstr "" - -#: ../../mod/manage.php:107 -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:108 -msgid "Select an identity to manage: " -msgstr "" - -#: ../../mod/delegate.php:95 -msgid "No potential page delegates located." -msgstr "" - -#: ../../mod/delegate.php:121 ../../include/nav.php:165 -msgid "Delegate Page Management" -msgstr "" - -#: ../../mod/delegate.php:123 -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:124 -msgid "Existing Page Managers" -msgstr "" - -#: ../../mod/delegate.php:126 -msgid "Existing Page Delegates" -msgstr "" - -#: ../../mod/delegate.php:128 -msgid "Potential Delegates" -msgstr "" - -#: ../../mod/delegate.php:131 -msgid "Add" -msgstr "" - -#: ../../mod/delegate.php:132 -msgid "No entries." -msgstr "" - -#: ../../mod/viewcontacts.php:39 -msgid "No contacts." -msgstr "" - -#: ../../mod/viewcontacts.php:76 ../../include/text.php:718 -msgid "View Contacts" -msgstr "" - -#: ../../mod/notes.php:44 ../../boot.php:1892 -msgid "Personal Notes" -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/directory.php:49 ../../view/theme/diabook/theme.php:518 -msgid "Global Directory" -msgstr "" - -#: ../../mod/directory.php:57 -msgid "Find on this site" -msgstr "" - -#: ../../mod/directory.php:60 -msgid "Site Directory" -msgstr "" - -#: ../../mod/directory.php:114 -msgid "Gender: " -msgstr "" - -#: ../../mod/directory.php:136 ../../boot.php:1408 -#: ../../include/profile_advanced.php:17 -msgid "Gender:" -msgstr "" - -#: ../../mod/directory.php:138 ../../boot.php:1411 -#: ../../include/profile_advanced.php:37 -msgid "Status:" -msgstr "" - -#: ../../mod/directory.php:140 ../../boot.php:1413 -#: ../../include/profile_advanced.php:48 -msgid "Homepage:" -msgstr "" - -#: ../../mod/directory.php:142 ../../include/profile_advanced.php:58 -msgid "About:" -msgstr "" - -#: ../../mod/directory.php:187 -msgid "No entries (some entries may be hidden)." -msgstr "" - -#: ../../mod/localtime.php:12 ../../include/event.php:11 -#: ../../include/bb2diaspora.php:393 -msgid "l F d, Y \\@ g:i A" -msgstr "" - -#: ../../mod/localtime.php:24 -msgid "Time Conversion" -msgstr "" - -#: ../../mod/localtime.php:26 -msgid "" -"Friendica provides this service for sharing events with other networks and " -"friends in unknown timezones." -msgstr "" - -#: ../../mod/localtime.php:30 -#, php-format -msgid "UTC time: %s" -msgstr "" - -#: ../../mod/localtime.php:33 -#, php-format -msgid "Current timezone: %s" -msgstr "" - -#: ../../mod/localtime.php:36 -#, php-format -msgid "Converted localtime: %s" -msgstr "" - -#: ../../mod/localtime.php:41 -msgid "Please select your timezone:" -msgstr "" - -#: ../../mod/oexchange.php:25 -msgid "Post successful." -msgstr "" - -#: ../../mod/profile_photo.php:44 -msgid "Image uploaded but image cropping failed." -msgstr "" - -#: ../../mod/profile_photo.php:77 ../../mod/profile_photo.php:84 -#: ../../mod/profile_photo.php:91 ../../mod/profile_photo.php:308 -#, php-format -msgid "Image size reduction [%s] failed." -msgstr "" - -#: ../../mod/profile_photo.php:118 -msgid "" -"Shift-reload the page or clear browser cache if the new photo does not " -"display immediately." -msgstr "" - -#: ../../mod/profile_photo.php:128 -msgid "Unable to process image" -msgstr "" - -#: ../../mod/profile_photo.php:242 -msgid "Upload File:" -msgstr "" - -#: ../../mod/profile_photo.php:243 -msgid "Select a profile:" +#: ../../addon.old/dav/friendica/layout.fnk.php:151 +msgid "Overwrite all #num# existing events" msgstr "" +#: ../../addon.old/dav/friendica/layout.fnk.php:152 #: ../../mod/profile_photo.php:245 msgid "Upload" msgstr "" -#: ../../mod/profile_photo.php:248 -msgid "skip this step" +#: ../../addon.old/dav/friendica/layout.fnk.php:225 +#: ../../addon.old/mathjax/mathjax.php:36 ../../include/nav.php:167 +#: ../../mod/settings.php:74 ../../mod/admin.php:849 ../../mod/admin.php:1057 +#: ../../mod/uexport.php:48 ../../mod/newmember.php:22 +#: ../../view/theme/diabook/theme.php:537 +#: ../../view/theme/diabook/theme.php:658 +msgid "Settings" msgstr "" -#: ../../mod/profile_photo.php:248 -msgid "select a photo from your photo albums" +#: ../../addon.old/dav/friendica/layout.fnk.php:225 ../../include/nav.php:113 +#: ../../mod/help.php:84 +msgid "Help" msgstr "" -#: ../../mod/profile_photo.php:262 -msgid "Crop Image" +#: ../../addon.old/dav/friendica/layout.fnk.php:228 +msgid "New event" msgstr "" -#: ../../mod/profile_photo.php:263 -msgid "Please adjust the image cropping for optimum viewing." +#: ../../addon.old/dav/friendica/layout.fnk.php:232 +msgid "Today" msgstr "" -#: ../../mod/profile_photo.php:265 -msgid "Done Editing" +#: ../../addon.old/dav/friendica/layout.fnk.php:241 +msgid "Day" msgstr "" -#: ../../mod/profile_photo.php:299 -msgid "Image uploaded successfully." +#: ../../addon.old/dav/friendica/layout.fnk.php:248 +msgid "Week" msgstr "" -#: ../../mod/install.php:117 -msgid "Friendica Social Communications Server - Setup" +#: ../../addon.old/dav/friendica/layout.fnk.php:260 +msgid "Reload" msgstr "" -#: ../../mod/install.php:123 -msgid "Could not connect to database." +#: ../../addon.old/dav/friendica/layout.fnk.php:263 ../../mod/events.php:372 +msgid "Previous" msgstr "" -#: ../../mod/install.php:127 -msgid "Could not create table." +#: ../../addon.old/dav/friendica/layout.fnk.php:266 ../../mod/events.php:373 +#: ../../mod/install.php:207 +msgid "Next" msgstr "" -#: ../../mod/install.php:133 -msgid "Your Friendica site database has been installed." +#: ../../addon.old/dav/friendica/layout.fnk.php:271 +msgid "Date" msgstr "" -#: ../../mod/install.php:138 +#: ../../addon.old/dav/friendica/layout.fnk.php:313 +msgid "Error" +msgstr "" + +#: ../../addon.old/dav/friendica/layout.fnk.php:354 +#: ../../addon.old/facebook/facebook.php:510 +#: ../../addon.old/facebook/facebook.php:516 +#: ../../addon.old/fbpost/fbpost.php:159 ../../addon.old/fbpost/fbpost.php:165 +#: ../../include/items.php:4094 ../../mod/profiles.php:146 +#: ../../mod/profiles.php:567 ../../mod/notes.php:20 ../../mod/nogroup.php:25 +#: ../../mod/item.php:140 ../../mod/item.php:156 ../../mod/allfriends.php:9 +#: ../../mod/api.php:26 ../../mod/api.php:31 ../../mod/register.php:40 +#: ../../mod/regmod.php:118 ../../mod/attach.php:33 ../../mod/contacts.php:147 +#: ../../mod/settings.php:91 ../../mod/settings.php:542 +#: ../../mod/settings.php:547 ../../mod/crepair.php:115 +#: ../../mod/delegate.php:6 ../../mod/poke.php:135 +#: ../../mod/dfrn_confirm.php:53 ../../mod/suggest.php:56 +#: ../../mod/editpost.php:10 ../../mod/events.php:140 ../../mod/uimport.php:23 +#: ../../mod/follow.php:9 ../../mod/fsuggest.php:78 ../../mod/group.php:19 +#: ../../mod/viewcontacts.php:22 ../../mod/wall_attach.php:55 +#: ../../mod/wall_upload.php:66 ../../mod/invite.php:15 +#: ../../mod/invite.php:101 ../../mod/wallmessage.php:9 +#: ../../mod/wallmessage.php:33 ../../mod/wallmessage.php:79 +#: ../../mod/wallmessage.php:103 ../../mod/manage.php:96 +#: ../../mod/message.php:38 ../../mod/message.php:174 ../../mod/mood.php:114 +#: ../../mod/network.php:6 ../../mod/notifications.php:66 +#: ../../mod/photos.php:133 ../../mod/photos.php:1044 +#: ../../mod/display.php:206 ../../mod/install.php:151 +#: ../../mod/profile_photo.php:19 ../../mod/profile_photo.php:169 +#: ../../mod/profile_photo.php:180 ../../mod/profile_photo.php:193 +#: ../../index.php:342 +msgid "Permission denied." +msgstr "" + +#: ../../addon.old/dav/friendica/layout.fnk.php:361 +#: ../../addon.old/facebook/facebook.php:799 +#: ../../addon.old/fbpost/fbpost.php:282 +msgid "The new values have been saved." +msgstr "" + +#: ../../addon.old/dav/friendica/layout.fnk.php:380 +msgid "The calendar has been updated." +msgstr "" + +#: ../../addon.old/dav/friendica/layout.fnk.php:393 +msgid "The new calendar has been created." +msgstr "" + +#: ../../addon.old/dav/friendica/layout.fnk.php:417 +msgid "The calendar has been deleted." +msgstr "" + +#: ../../addon.old/dav/friendica/layout.fnk.php:424 +msgid "Calendar Settings" +msgstr "" + +#: ../../addon.old/dav/friendica/layout.fnk.php:430 +msgid "Date format" +msgstr "" + +#: ../../addon.old/dav/friendica/layout.fnk.php:439 +msgid "Time zone" +msgstr "" + +#: ../../addon.old/dav/friendica/layout.fnk.php:441 +#: ../../addon.old/dav/friendica/layout.fnk.php:488 +#: ../../addon.old/facebook/facebook.php:770 +#: ../../addon.old/fbpost/fbpost.php:267 +#: ../../addon.old/privacy_image_cache/privacy_image_cache.php:263 +#: ../../include/text.php:781 ../../mod/notes.php:63 ../../mod/filer.php:31 +msgid "Save" +msgstr "" + +#: ../../addon.old/dav/friendica/layout.fnk.php:445 +msgid "Calendars" +msgstr "" + +#: ../../addon.old/dav/friendica/layout.fnk.php:487 +msgid "Create a new calendar" +msgstr "" + +#: ../../addon.old/dav/friendica/layout.fnk.php:496 +msgid "Limitations" +msgstr "" + +#: ../../addon.old/dav/friendica/layout.fnk.php:500 +#: ../../addon.old/libravatar/libravatar.php:82 +msgid "Warning" +msgstr "" + +#: ../../addon.old/dav/friendica/layout.fnk.php:504 +msgid "Synchronization (iPhone, Thunderbird Lightning, Android, ...)" +msgstr "" + +#: ../../addon.old/dav/friendica/layout.fnk.php:511 +msgid "Synchronizing this calendar with the iPhone" +msgstr "" + +#: ../../addon.old/dav/friendica/layout.fnk.php:522 +msgid "Synchronizing your Friendica-Contacts with the iPhone" +msgstr "" + +#: ../../addon.old/dav/friendica/main.php:202 msgid "" -"You may need to import the file \"database.sql\" manually using phpmyadmin " -"or mysql." +"The current version of this plugin has not been set up correctly. Please " +"contact the system administrator of your installation of friendica to fix " +"this." msgstr "" -#: ../../mod/install.php:139 ../../mod/install.php:206 -#: ../../mod/install.php:506 -msgid "Please see the file \"INSTALL.txt\"." +#: ../../addon.old/dav/friendica/main.php:242 +msgid "Extended calendar with CalDAV-support" msgstr "" -#: ../../mod/install.php:203 -msgid "System check" +#: ../../addon.old/dav/friendica/main.php:279 +#: ../../addon.old/dav/friendica/main.php:280 ../../include/delivery.php:468 +#: ../../include/enotify.php:28 ../../include/notifier.php:785 +msgid "noreply" msgstr "" -#: ../../mod/install.php:208 -msgid "Check again" +#: ../../addon.old/dav/friendica/main.php:282 +msgid "Notification: " msgstr "" -#: ../../mod/install.php:227 -msgid "Database connection" +#: ../../addon.old/dav/friendica/main.php:309 +msgid "The database tables have been installed." msgstr "" -#: ../../mod/install.php:228 +#: ../../addon.old/dav/friendica/main.php:310 +msgid "An error occurred during the installation." +msgstr "" + +#: ../../addon.old/dav/friendica/main.php:316 +msgid "The database tables have been updated." +msgstr "" + +#: ../../addon.old/dav/friendica/main.php:317 +msgid "An error occurred during the update." +msgstr "" + +#: ../../addon.old/dav/friendica/main.php:333 +msgid "No system-wide settings yet." +msgstr "" + +#: ../../addon.old/dav/friendica/main.php:336 +msgid "Database status" +msgstr "" + +#: ../../addon.old/dav/friendica/main.php:339 +msgid "Installed" +msgstr "" + +#: ../../addon.old/dav/friendica/main.php:343 +msgid "Upgrade needed" +msgstr "" + +#: ../../addon.old/dav/friendica/main.php:343 msgid "" -"In order to install Friendica we need to know how to connect to your " -"database." +"Please back up all calendar data (the tables beginning with dav_*) before " +"proceeding. While all calendar events should be converted to the new " +"database structure, it's always safe to have a backup. Below, you can have a " +"look at the database-queries that will be made when pressing the 'update'-" +"button." msgstr "" -#: ../../mod/install.php:229 +#: ../../addon.old/dav/friendica/main.php:343 +msgid "Upgrade" +msgstr "" + +#: ../../addon.old/dav/friendica/main.php:346 +msgid "Not installed" +msgstr "" + +#: ../../addon.old/dav/friendica/main.php:346 +msgid "Install" +msgstr "" + +#: ../../addon.old/dav/friendica/main.php:350 +msgid "Unknown" +msgstr "" + +#: ../../addon.old/dav/friendica/main.php:350 msgid "" -"Please contact your hosting provider or site administrator if you have " -"questions about these settings." +"Something really went wrong. I cannot recover from this state automatically, " +"sorry. Please go to the database backend, back up the data, and delete all " +"tables beginning with 'dav_' manually. Afterwards, this installation routine " +"should be able to reinitialize the tables automatically." msgstr "" -#: ../../mod/install.php:230 +#: ../../addon.old/dav/friendica/main.php:355 +msgid "Troubleshooting" +msgstr "" + +#: ../../addon.old/dav/friendica/main.php:356 +msgid "Manual creation of the database tables:" +msgstr "" + +#: ../../addon.old/dav/friendica/main.php:357 +msgid "Show SQL-statements" +msgstr "" + +#: ../../addon.old/drpost/drpost.php:35 +msgid "Post to Drupal" +msgstr "" + +#: ../../addon.old/drpost/drpost.php:72 +msgid "Drupal Post Settings" +msgstr "" + +#: ../../addon.old/drpost/drpost.php:74 +msgid "Enable Drupal Post Plugin" +msgstr "" + +#: ../../addon.old/drpost/drpost.php:79 +msgid "Drupal username" +msgstr "" + +#: ../../addon.old/drpost/drpost.php:84 +msgid "Drupal password" +msgstr "" + +#: ../../addon.old/drpost/drpost.php:89 +msgid "Post Type - article,page,or blog" +msgstr "" + +#: ../../addon.old/drpost/drpost.php:94 +msgid "Drupal site URL" +msgstr "" + +#: ../../addon.old/drpost/drpost.php:99 +msgid "Drupal site uses clean URLS" +msgstr "" + +#: ../../addon.old/drpost/drpost.php:104 +msgid "Post to Drupal by default" +msgstr "" + +#: ../../addon.old/dwpost/dwpost.php:39 +msgid "Post to Dreamwidth" +msgstr "" + +#: ../../addon.old/dwpost/dwpost.php:70 +msgid "Dreamwidth Post Settings" +msgstr "" + +#: ../../addon.old/dwpost/dwpost.php:72 +msgid "Enable dreamwidth Post Plugin" +msgstr "" + +#: ../../addon.old/dwpost/dwpost.php:77 +msgid "dreamwidth username" +msgstr "" + +#: ../../addon.old/dwpost/dwpost.php:82 +msgid "dreamwidth password" +msgstr "" + +#: ../../addon.old/dwpost/dwpost.php:87 +msgid "Post to dreamwidth by default" +msgstr "" + +#: ../../addon.old/editplain/editplain.php:46 +#: ../../addon.old/group_text/group_text.php:46 +msgid "Editplain settings updated." +msgstr "" + +#: ../../addon.old/editplain/editplain.php:76 +msgid "Editplain Settings" +msgstr "" + +#: ../../addon.old/editplain/editplain.php:78 +msgid "Disable richtext status editor" +msgstr "" + +#: ../../addon.old/facebook/facebook.php:495 +#: ../../addon.old/fbpost/fbpost.php:144 +#: ../../addon.old/impressum/impressum.php:78 +#: ../../addon.old/mathjax/mathjax.php:66 +#: ../../addon.old/openstreetmap/openstreetmap.php:80 +#: ../../addon.old/piwik/piwik.php:105 ../../addon.old/twitter/twitter.php:389 +#: ../../mod/settings.php:488 +msgid "Settings updated." +msgstr "" + +#: ../../addon.old/facebook/facebook.php:523 +msgid "Facebook disabled" +msgstr "" + +#: ../../addon.old/facebook/facebook.php:528 +msgid "Updating contacts" +msgstr "" + +#: ../../addon.old/facebook/facebook.php:551 +#: ../../addon.old/fbpost/fbpost.php:192 +msgid "Facebook API key is missing." +msgstr "" + +#: ../../addon.old/facebook/facebook.php:558 +msgid "Facebook Connect" +msgstr "" + +#: ../../addon.old/facebook/facebook.php:564 +msgid "Install Facebook connector for this account." +msgstr "" + +#: ../../addon.old/facebook/facebook.php:571 +msgid "Remove Facebook connector" +msgstr "" + +#: ../../addon.old/facebook/facebook.php:576 +#: ../../addon.old/fbpost/fbpost.php:217 msgid "" -"The database you specify below should already exist. If it does not, please " -"create it before continuing." +"Re-authenticate [This is necessary whenever your Facebook password is " +"changed.]" msgstr "" -#: ../../mod/install.php:234 -msgid "Database Server Name" +#: ../../addon.old/facebook/facebook.php:583 +#: ../../addon.old/fbpost/fbpost.php:224 +msgid "Post to Facebook by default" msgstr "" -#: ../../mod/install.php:235 -msgid "Database Login Name" -msgstr "" - -#: ../../mod/install.php:236 -msgid "Database Login Password" -msgstr "" - -#: ../../mod/install.php:237 -msgid "Database Name" -msgstr "" - -#: ../../mod/install.php:238 ../../mod/install.php:277 -msgid "Site administrator email address" -msgstr "" - -#: ../../mod/install.php:238 ../../mod/install.php:277 +#: ../../addon.old/facebook/facebook.php:589 msgid "" -"Your account email address must match this in order to use the web admin " -"panel." +"Facebook friend linking has been disabled on this site. The following " +"settings will have no effect." msgstr "" -#: ../../mod/install.php:242 ../../mod/install.php:280 -msgid "Please select a default timezone for your website" -msgstr "" - -#: ../../mod/install.php:267 -msgid "Site settings" -msgstr "" - -#: ../../mod/install.php:320 -msgid "Could not find a command line version of PHP in the web server PATH." -msgstr "" - -#: ../../mod/install.php:321 +#: ../../addon.old/facebook/facebook.php:593 msgid "" -"If you don't have a command line version of PHP installed on server, you " -"will not be able to run background polling via cron. See 'Activating scheduled tasks'" +"Facebook friend linking has been disabled on this site. If you disable it, " +"you will be unable to re-enable it." msgstr "" -#: ../../mod/install.php:325 -msgid "PHP executable path" +#: ../../addon.old/facebook/facebook.php:596 +msgid "Link all your Facebook friends and conversations on this website" msgstr "" -#: ../../mod/install.php:325 +#: ../../addon.old/facebook/facebook.php:598 msgid "" -"Enter full path to php executable. You can leave this blank to continue the " -"installation." +"Facebook conversations consist of your profile wall and your friend " +"stream." msgstr "" -#: ../../mod/install.php:330 -msgid "Command line PHP" +#: ../../addon.old/facebook/facebook.php:599 +msgid "On this website, your Facebook friend stream is only visible to you." msgstr "" -#: ../../mod/install.php:339 +#: ../../addon.old/facebook/facebook.php:600 msgid "" -"The command line version of PHP on your system does not have " -"\"register_argc_argv\" enabled." +"The following settings determine the privacy of your Facebook profile wall " +"on this website." msgstr "" -#: ../../mod/install.php:340 -msgid "This is required for message delivery to work." -msgstr "" - -#: ../../mod/install.php:342 -msgid "PHP register_argc_argv" -msgstr "" - -#: ../../mod/install.php:363 +#: ../../addon.old/facebook/facebook.php:604 msgid "" -"Error: the \"openssl_pkey_new\" function on this system is not able to " -"generate encryption keys" +"On this website your Facebook profile wall conversations will only be " +"visible to you" msgstr "" -#: ../../mod/install.php:364 +#: ../../addon.old/facebook/facebook.php:609 +msgid "Do not import your Facebook profile wall conversations" +msgstr "" + +#: ../../addon.old/facebook/facebook.php:611 msgid "" -"If running under Windows, please see \"http://www.php.net/manual/en/openssl." -"installation.php\"." +"If you choose to link conversations and leave both of these boxes unchecked, " +"your Facebook profile wall will be merged with your profile wall on this " +"website and your privacy settings on this website will be used to determine " +"who may see the conversations." msgstr "" -#: ../../mod/install.php:366 -msgid "Generate encryption keys" +#: ../../addon.old/facebook/facebook.php:616 +msgid "Comma separated applications to ignore" msgstr "" -#: ../../mod/install.php:373 -msgid "libCurl PHP module" +#: ../../addon.old/facebook/facebook.php:700 +msgid "Problems with Facebook Real-Time Updates" msgstr "" -#: ../../mod/install.php:374 -msgid "GD graphics PHP module" +#: ../../addon.old/facebook/facebook.php:702 +#: ../../addon.old/facebook/facebook.php:1200 +#: ../../addon.old/fbpost/fbpost.php:661 +#: ../../addon.old/public_server/public_server.php:62 +#: ../../addon.old/testdrive/testdrive.php:67 +msgid "Administrator" msgstr "" -#: ../../mod/install.php:375 -msgid "OpenSSL PHP module" +#: ../../addon.old/facebook/facebook.php:728 +#: ../../addon.old/fbpost/fbpost.php:239 +#: ../../include/contact_selectors.php:81 ../../mod/newmember.php:49 +#: ../../mod/newmember.php:51 +msgid "Facebook" msgstr "" -#: ../../mod/install.php:376 -msgid "mysqli PHP module" +#: ../../addon.old/facebook/facebook.php:729 +msgid "Facebook Connector Settings" msgstr "" -#: ../../mod/install.php:377 -msgid "mb_string PHP module" +#: ../../addon.old/facebook/facebook.php:744 +#: ../../addon.old/fbpost/fbpost.php:255 +msgid "Facebook API Key" msgstr "" -#: ../../mod/install.php:382 ../../mod/install.php:384 -msgid "Apache mod_rewrite module" -msgstr "" - -#: ../../mod/install.php:382 +#: ../../addon.old/facebook/facebook.php:754 +#: ../../addon.old/fbpost/fbpost.php:262 msgid "" -"Error: Apache webserver mod-rewrite module is required but not installed." +"Error: it appears that you have specified the App-ID and -Secret in your ." +"htconfig.php file. As long as they are specified there, they cannot be set " +"using this form.

" msgstr "" -#: ../../mod/install.php:390 -msgid "Error: libCURL PHP module required but not installed." -msgstr "" - -#: ../../mod/install.php:394 +#: ../../addon.old/facebook/facebook.php:759 msgid "" -"Error: GD graphics PHP module with JPEG support required but not installed." +"Error: the given API Key seems to be incorrect (the application access token " +"could not be retrieved)." msgstr "" -#: ../../mod/install.php:398 -msgid "Error: openssl PHP module required but not installed." +#: ../../addon.old/facebook/facebook.php:761 +msgid "The given API Key seems to work correctly." msgstr "" -#: ../../mod/install.php:402 -msgid "Error: mysqli PHP module required but not installed." -msgstr "" - -#: ../../mod/install.php:406 -msgid "Error: mb_string PHP module required but not installed." -msgstr "" - -#: ../../mod/install.php:423 +#: ../../addon.old/facebook/facebook.php:763 msgid "" -"The web installer needs to be able to create a file called \".htconfig.php\" " -"in the top folder of your web server and it is unable to do so." +"The correctness of the API Key could not be detected. Something strange's " +"going on." msgstr "" -#: ../../mod/install.php:424 -msgid "" -"This is most often a permission setting, as the web server may not be able " -"to write files in your folder - even if you can." +#: ../../addon.old/facebook/facebook.php:766 +#: ../../addon.old/fbpost/fbpost.php:264 +msgid "App-ID / API-Key" msgstr "" -#: ../../mod/install.php:425 -msgid "" -"At the end of this procedure, we will give you a text to save in a file " -"named .htconfig.php in your Friendica top folder." +#: ../../addon.old/facebook/facebook.php:767 +#: ../../addon.old/fbpost/fbpost.php:265 +msgid "Application secret" msgstr "" -#: ../../mod/install.php:426 -msgid "" -"You can alternatively skip this procedure and perform a manual installation. " -"Please see the file \"INSTALL.txt\" for instructions." -msgstr "" - -#: ../../mod/install.php:429 -msgid ".htconfig.php is writable" -msgstr "" - -#: ../../mod/install.php:439 -msgid "" -"Friendica uses the Smarty3 template engine to render its web views. Smarty3 " -"compiles templates to PHP to speed up rendering." -msgstr "" - -#: ../../mod/install.php:440 -msgid "" -"In order to store these compiled templates, the web server needs to have " -"write access to the directory view/smarty3/ under the Friendica top level " -"folder." -msgstr "" - -#: ../../mod/install.php:441 -msgid "" -"Please ensure that the user that your web server runs as (e.g. www-data) has " -"write access to this folder." -msgstr "" - -#: ../../mod/install.php:442 -msgid "" -"Note: as a security measure, you should give the web server write access to " -"view/smarty3/ only--not the template files (.tpl) that it contains." -msgstr "" - -#: ../../mod/install.php:445 -msgid "view/smarty3 is writable" -msgstr "" - -#: ../../mod/install.php:457 -msgid "" -"Url rewrite in .htaccess is not working. Check your server configuration." -msgstr "" - -#: ../../mod/install.php:459 -msgid "Url rewrite is working" -msgstr "" - -#: ../../mod/install.php:469 -msgid "" -"The database configuration file \".htconfig.php\" could not be written. " -"Please use the enclosed text to create a configuration file in your web " -"server root." -msgstr "" - -#: ../../mod/install.php:493 -msgid "Errors encountered creating database tables." -msgstr "" - -#: ../../mod/install.php:504 -msgid "

What next

" -msgstr "" - -#: ../../mod/install.php:505 -msgid "" -"IMPORTANT: You will need to [manually] setup a scheduled task for the poller." -msgstr "" - -#: ../../mod/group.php:29 -msgid "Group created." -msgstr "" - -#: ../../mod/group.php:35 -msgid "Could not create group." -msgstr "" - -#: ../../mod/group.php:47 ../../mod/group.php:140 -msgid "Group not found." -msgstr "" - -#: ../../mod/group.php:60 -msgid "Group name changed." -msgstr "" - -#: ../../mod/group.php:93 -msgid "Create a group of contacts/friends." -msgstr "" - -#: ../../mod/group.php:94 ../../mod/group.php:180 -msgid "Group Name: " -msgstr "" - -#: ../../mod/group.php:113 -msgid "Group removed." -msgstr "" - -#: ../../mod/group.php:115 -msgid "Unable to remove group." -msgstr "" - -#: ../../mod/group.php:179 -msgid "Group Editor" -msgstr "" - -#: ../../mod/group.php:192 -msgid "Members" -msgstr "" - -#: ../../mod/content.php:119 ../../mod/network.php:596 -msgid "No such group" -msgstr "" - -#: ../../mod/content.php:130 ../../mod/network.php:607 -msgid "Group is empty" -msgstr "" - -#: ../../mod/content.php:134 ../../mod/network.php:611 -msgid "Group: " -msgstr "" - -#: ../../mod/content.php:520 ../../include/conversation.php:662 -msgid "View in context" -msgstr "" - -#: ../../mod/regmod.php:63 -msgid "Account approved." -msgstr "" - -#: ../../mod/regmod.php:100 +#: ../../addon.old/facebook/facebook.php:768 #, php-format -msgid "Registration revoked for %s" +msgid "Polling Interval in minutes (minimum %1$s minutes)" msgstr "" -#: ../../mod/regmod.php:112 -msgid "Please login." +#: ../../addon.old/facebook/facebook.php:769 +msgid "" +"Synchronize comments (no comments on Facebook are missed, at the cost of " +"increased system load)" msgstr "" -#: ../../mod/match.php:12 -msgid "Profile Match" +#: ../../addon.old/facebook/facebook.php:773 +msgid "Real-Time Updates" msgstr "" -#: ../../mod/match.php:20 -msgid "No keywords to match. Please add keywords to your default profile." +#: ../../addon.old/facebook/facebook.php:777 +msgid "Real-Time Updates are activated." msgstr "" -#: ../../mod/match.php:57 -msgid "is interested in:" +#: ../../addon.old/facebook/facebook.php:778 +msgid "Deactivate Real-Time Updates" msgstr "" -#: ../../mod/item.php:105 -msgid "Unable to locate original post." +#: ../../addon.old/facebook/facebook.php:780 +msgid "Real-Time Updates not activated." msgstr "" -#: ../../mod/item.php:307 -msgid "Empty post discarded." +#: ../../addon.old/facebook/facebook.php:780 +msgid "Activate Real-Time Updates" msgstr "" -#: ../../mod/item.php:869 -msgid "System error. Post not saved." +#: ../../addon.old/facebook/facebook.php:823 +#: ../../addon.old/fbpost/fbpost.php:301 +msgid "Post to Facebook" msgstr "" -#: ../../mod/item.php:894 +#: ../../addon.old/facebook/facebook.php:921 +#: ../../addon.old/fbpost/fbpost.php:399 +msgid "" +"Post to Facebook cancelled because of multi-network access permission " +"conflict." +msgstr "" + +#: ../../addon.old/facebook/facebook.php:1149 +#: ../../addon.old/fbpost/fbpost.php:610 +msgid "View on Friendica" +msgstr "" + +#: ../../addon.old/facebook/facebook.php:1182 +#: ../../addon.old/fbpost/fbpost.php:643 +msgid "Facebook post failed. Queued for retry." +msgstr "" + +#: ../../addon.old/facebook/facebook.php:1222 +#: ../../addon.old/fbpost/fbpost.php:683 +msgid "Your Facebook connection became invalid. Please Re-authenticate." +msgstr "" + +#: ../../addon.old/facebook/facebook.php:1223 +#: ../../addon.old/fbpost/fbpost.php:684 +msgid "Facebook connection became invalid" +msgstr "" + +#: ../../addon.old/facebook/facebook.php:1224 +#: ../../addon.old/fbpost/fbpost.php:685 #, php-format msgid "" -"This message was sent to you by %s, a member of the Friendica social network." +"Hi %1$s,\n" +"\n" +"The connection between your accounts on %2$s and Facebook became invalid. " +"This usually happens after you change your Facebook-password. To enable the " +"connection again, you have to %3$sre-authenticate the Facebook-connector%4$s." msgstr "" -#: ../../mod/item.php:896 -#, php-format -msgid "You may visit them online at %s" +#: ../../addon.old/fbpost/fbpost.php:172 +msgid "Facebook Post disabled" msgstr "" -#: ../../mod/item.php:897 +#: ../../addon.old/fbpost/fbpost.php:199 +msgid "Facebook Post" +msgstr "" + +#: ../../addon.old/fbpost/fbpost.php:205 +msgid "Install Facebook Post connector for this account." +msgstr "" + +#: ../../addon.old/fbpost/fbpost.php:212 +msgid "Remove Facebook Post connector" +msgstr "" + +#: ../../addon.old/fbpost/fbpost.php:240 +msgid "Facebook Post Settings" +msgstr "" + +#: ../../addon.old/forumlist/forumlist.php:60 ../../addon.old/page/page.php:62 +#: ../../addon.old/page/page.php:92 +msgid "Forums" +msgstr "" + +#: ../../addon.old/forumlist/forumlist.php:63 +msgid "show/hide" +msgstr "" + +#: ../../addon.old/forumlist/forumlist.php:77 +msgid "No forum subscriptions" +msgstr "" + +#: ../../addon.old/forumlist/forumlist.php:94 +#: ../../addon.old/page/page.php:130 +msgid "Forums:" +msgstr "" + +#: ../../addon.old/forumlist/forumlist.php:131 +msgid "Forumlist settings updated." +msgstr "" + +#: ../../addon.old/forumlist/forumlist.php:159 +msgid "Forumlist Settings" +msgstr "" + +#: ../../addon.old/forumlist/forumlist.php:161 +msgid "Randomise forum list" +msgstr "" + +#: ../../addon.old/forumlist/forumlist.php:164 +msgid "Show forums on profile page" +msgstr "" + +#: ../../addon.old/forumlist/forumlist.php:167 +msgid "Show forums on network page" +msgstr "" + +#: ../../addon.old/fromapp/fromapp.php:38 +msgid "Fromapp settings updated." +msgstr "" + +#: ../../addon.old/fromapp/fromapp.php:64 +msgid "FromApp Settings" +msgstr "" + +#: ../../addon.old/fromapp/fromapp.php:66 msgid "" -"Please contact the sender by replying to this post if you do not wish to " -"receive these messages." +"The application name you would like to show your posts originating from." msgstr "" -#: ../../mod/item.php:901 +#: ../../addon.old/fromapp/fromapp.php:70 +msgid "Use this application name even if another application was used." +msgstr "" + +#: ../../addon.old/fromgplus/fromgplus.php:29 +msgid "Google+ Import Settings" +msgstr "" + +#: ../../addon.old/fromgplus/fromgplus.php:32 +msgid "Enable Google+ Import" +msgstr "" + +#: ../../addon.old/fromgplus/fromgplus.php:35 +msgid "Google Account ID" +msgstr "" + +#: ../../addon.old/fromgplus/fromgplus.php:55 +msgid "Google+ Import Settings saved." +msgstr "" + +#: ../../addon.old/geonames/geonames.php:143 +msgid "Geonames settings updated." +msgstr "" + +#: ../../addon.old/geonames/geonames.php:179 +msgid "Geonames Settings" +msgstr "" + +#: ../../addon.old/geonames/geonames.php:181 +msgid "Enable Geonames Plugin" +msgstr "" + +#: ../../addon.old/gnot/gnot.php:48 +msgid "Gnot settings updated." +msgstr "" + +#: ../../addon.old/gnot/gnot.php:79 +msgid "Gnot Settings" +msgstr "" + +#: ../../addon.old/gnot/gnot.php:81 +msgid "" +"Allows threading of email comment notifications on Gmail and anonymising the " +"subject line." +msgstr "" + +#: ../../addon.old/gnot/gnot.php:82 +msgid "Enable this plugin/addon?" +msgstr "" + +#: ../../addon.old/gnot/gnot.php:97 #, php-format -msgid "%s posted an update." +msgid "[Friendica:Notify] Comment to conversation #%d" msgstr "" -#: ../../mod/mood.php:62 ../../include/conversation.php:227 +#: ../../addon.old/gravatar/gravatar.php:71 +#: ../../addon.old/libravatar/libravatar.php:73 +msgid "generic profile image" +msgstr "" + +#: ../../addon.old/gravatar/gravatar.php:72 +#: ../../addon.old/libravatar/libravatar.php:74 +msgid "random geometric pattern" +msgstr "" + +#: ../../addon.old/gravatar/gravatar.php:73 +#: ../../addon.old/libravatar/libravatar.php:75 +msgid "monster face" +msgstr "" + +#: ../../addon.old/gravatar/gravatar.php:74 +#: ../../addon.old/libravatar/libravatar.php:76 +msgid "computer generated face" +msgstr "" + +#: ../../addon.old/gravatar/gravatar.php:75 +#: ../../addon.old/libravatar/libravatar.php:77 +msgid "retro arcade style face" +msgstr "" + +#: ../../addon.old/gravatar/gravatar.php:89 +#: ../../addon.old/libravatar/libravatar.php:93 +msgid "Information" +msgstr "" + +#: ../../addon.old/gravatar/gravatar.php:89 +msgid "" +"Libravatar addon is installed, too. Please disable Libravatar addon or this " +"Gravatar addon.
The Libravatar addon will fall back to Gravatar if " +"nothing was found at Libravatar." +msgstr "" + +#: ../../addon.old/gravatar/gravatar.php:96 +#: ../../addon.old/libravatar/libravatar.php:100 +msgid "Default avatar image" +msgstr "" + +#: ../../addon.old/gravatar/gravatar.php:96 +msgid "Select default avatar image if none was found at Gravatar. See README" +msgstr "" + +#: ../../addon.old/gravatar/gravatar.php:97 +msgid "Rating of images" +msgstr "" + +#: ../../addon.old/gravatar/gravatar.php:97 +msgid "Select the appropriate avatar rating for your site. See README" +msgstr "" + +#: ../../addon.old/gravatar/gravatar.php:111 +msgid "Gravatar settings updated." +msgstr "" + +#: ../../addon.old/group_text/group_text.php:76 +msgid "Group Text" +msgstr "" + +#: ../../addon.old/group_text/group_text.php:78 +msgid "Use a text only (non-image) group selector in the \"group edit\" menu" +msgstr "" + +#: ../../addon.old/ijpost/ijpost.php:39 +msgid "Post to Insanejournal" +msgstr "" + +#: ../../addon.old/ijpost/ijpost.php:70 +msgid "InsaneJournal Post Settings" +msgstr "" + +#: ../../addon.old/ijpost/ijpost.php:72 +msgid "Enable InsaneJournal Post Plugin" +msgstr "" + +#: ../../addon.old/ijpost/ijpost.php:77 +msgid "InsaneJournal username" +msgstr "" + +#: ../../addon.old/ijpost/ijpost.php:82 +msgid "InsaneJournal password" +msgstr "" + +#: ../../addon.old/ijpost/ijpost.php:87 +msgid "Post to InsaneJournal by default" +msgstr "" + +#: ../../addon.old/impressum/impressum.php:37 +msgid "Impressum" +msgstr "" + +#: ../../addon.old/impressum/impressum.php:50 +#: ../../addon.old/impressum/impressum.php:52 +#: ../../addon.old/impressum/impressum.php:84 +msgid "Site Owner" +msgstr "" + +#: ../../addon.old/impressum/impressum.php:50 +#: ../../addon.old/impressum/impressum.php:88 +msgid "Email Address" +msgstr "" + +#: ../../addon.old/impressum/impressum.php:55 +#: ../../addon.old/impressum/impressum.php:86 +msgid "Postal Address" +msgstr "" + +#: ../../addon.old/impressum/impressum.php:61 +msgid "" +"The impressum addon needs to be configured!
Please add at least the " +"owner variable to your config file. For other variables please " +"refer to the README file of the addon." +msgstr "" + +#: ../../addon.old/impressum/impressum.php:84 +msgid "The page operators name." +msgstr "" + +#: ../../addon.old/impressum/impressum.php:85 +msgid "Site Owners Profile" +msgstr "" + +#: ../../addon.old/impressum/impressum.php:85 +msgid "Profile address of the operator." +msgstr "" + +#: ../../addon.old/impressum/impressum.php:86 +msgid "How to contact the operator via snail mail. You can use BBCode here." +msgstr "" + +#: ../../addon.old/impressum/impressum.php:87 +msgid "Notes" +msgstr "" + +#: ../../addon.old/impressum/impressum.php:87 +msgid "" +"Additional notes that are displayed beneath the contact information. You can " +"use BBCode here." +msgstr "" + +#: ../../addon.old/impressum/impressum.php:88 +msgid "How to contact the operator via email. (will be displayed obfuscated)" +msgstr "" + +#: ../../addon.old/impressum/impressum.php:89 +msgid "Footer note" +msgstr "" + +#: ../../addon.old/impressum/impressum.php:89 +msgid "Text for the footer. You can use BBCode here." +msgstr "" + +#: ../../addon.old/infiniteimprobabilitydrive/infiniteimprobabilitydrive.php:19 +msgid "Infinite Improbability Drive" +msgstr "" + +#: ../../addon.old/irc/irc.php:44 +msgid "IRC Settings" +msgstr "" + +#: ../../addon.old/irc/irc.php:46 +msgid "Channel(s) to auto connect (comma separated)" +msgstr "" + +#: ../../addon.old/irc/irc.php:51 +msgid "Popular Channels (comma separated)" +msgstr "" + +#: ../../addon.old/irc/irc.php:69 +msgid "IRC settings saved." +msgstr "" + +#: ../../addon.old/irc/irc.php:74 +msgid "IRC Chatroom" +msgstr "" + +#: ../../addon.old/irc/irc.php:96 +msgid "Popular Channels" +msgstr "" + +#: ../../addon.old/jappixmini/jappixmini.php:266 +msgid "Jappix Mini addon settings" +msgstr "" + +#: ../../addon.old/jappixmini/jappixmini.php:268 +msgid "Activate addon" +msgstr "" + +#: ../../addon.old/jappixmini/jappixmini.php:271 +msgid "Do not insert the Jappixmini Chat-Widget into the webinterface" +msgstr "" + +#: ../../addon.old/jappixmini/jappixmini.php:274 +msgid "Jabber username" +msgstr "" + +#: ../../addon.old/jappixmini/jappixmini.php:277 +msgid "Jabber server" +msgstr "" + +#: ../../addon.old/jappixmini/jappixmini.php:281 +msgid "Jabber BOSH host" +msgstr "" + +#: ../../addon.old/jappixmini/jappixmini.php:285 +msgid "Jabber password" +msgstr "" + +#: ../../addon.old/jappixmini/jappixmini.php:290 +msgid "Encrypt Jabber password with Friendica password (recommended)" +msgstr "" + +#: ../../addon.old/jappixmini/jappixmini.php:293 +msgid "Friendica password" +msgstr "" + +#: ../../addon.old/jappixmini/jappixmini.php:296 +msgid "Approve subscription requests from Friendica contacts automatically" +msgstr "" + +#: ../../addon.old/jappixmini/jappixmini.php:299 +msgid "Subscribe to Friendica contacts automatically" +msgstr "" + +#: ../../addon.old/jappixmini/jappixmini.php:302 +msgid "Purge internal list of jabber addresses of contacts" +msgstr "" + +#: ../../addon.old/jappixmini/jappixmini.php:308 +msgid "Add contact" +msgstr "" + +#: ../../addon.old/js_upload/js_upload.php:43 +msgid "Upload a file" +msgstr "" + +#: ../../addon.old/js_upload/js_upload.php:44 +msgid "Drop files here to upload" +msgstr "" + +#: ../../addon.old/js_upload/js_upload.php:45 +#: ../../include/conversation.php:1080 ../../include/items.php:3974 +#: ../../mod/contacts.php:249 ../../mod/settings.php:561 +#: ../../mod/settings.php:587 ../../mod/dfrn_request.php:848 +#: ../../mod/suggest.php:32 ../../mod/tagrm.php:11 ../../mod/tagrm.php:94 +#: ../../mod/editpost.php:148 ../../mod/fbrowser.php:81 +#: ../../mod/fbrowser.php:116 ../../mod/message.php:212 +#: ../../mod/photos.php:202 ../../mod/photos.php:290 +msgid "Cancel" +msgstr "" + +#: ../../addon.old/js_upload/js_upload.php:46 +msgid "Failed" +msgstr "" + +#: ../../addon.old/js_upload/js_upload.php:297 +msgid "No files were uploaded." +msgstr "" + +#: ../../addon.old/js_upload/js_upload.php:303 +msgid "Uploaded file is empty" +msgstr "" + +#: ../../addon.old/js_upload/js_upload.php:315 ../../mod/photos.php:761 +msgid "Image exceeds size limit of " +msgstr "" + +#: ../../addon.old/js_upload/js_upload.php:326 +msgid "File has an invalid extension, it should be one of " +msgstr "" + +#: ../../addon.old/js_upload/js_upload.php:337 +msgid "Upload was cancelled, or server error encountered" +msgstr "" + +#: ../../addon.old/libertree/libertree.php:36 +msgid "Post to libertree" +msgstr "" + +#: ../../addon.old/libertree/libertree.php:67 +msgid "libertree Post Settings" +msgstr "" + +#: ../../addon.old/libertree/libertree.php:69 +msgid "Enable Libertree Post Plugin" +msgstr "" + +#: ../../addon.old/libertree/libertree.php:74 +msgid "Libertree API token" +msgstr "" + +#: ../../addon.old/libertree/libertree.php:79 +msgid "Libertree site URL" +msgstr "" + +#: ../../addon.old/libertree/libertree.php:84 +msgid "Post to Libertree by default" +msgstr "" + +#: ../../addon.old/libravatar/libravatar.php:14 +msgid "Could NOT install Libravatar successfully.
It requires PHP >= 5.3" +msgstr "" + +#: ../../addon.old/libravatar/libravatar.php:83 #, php-format -msgid "%1$s is currently %2$s" +msgid "Your PHP version %s is lower than the required PHP >= 5.3." msgstr "" -#: ../../mod/mood.php:133 -msgid "Mood" +#: ../../addon.old/libravatar/libravatar.php:84 +msgid "This addon is not functional on your server." msgstr "" -#: ../../mod/mood.php:134 -msgid "Set your current mood and tell your friends" +#: ../../addon.old/libravatar/libravatar.php:93 +msgid "" +"Gravatar addon is installed. Please disable the Gravatar addon.
The " +"Libravatar addon will fall back to Gravatar if nothing was found at " +"Libravatar." msgstr "" -#: ../../mod/network.php:181 -msgid "Search Results For:" +#: ../../addon.old/libravatar/libravatar.php:100 +msgid "Select default avatar image if none was found. See README" msgstr "" -#: ../../mod/network.php:234 ../../include/group.php:275 -msgid "add" +#: ../../addon.old/libravatar/libravatar.php:112 +msgid "Libravatar settings updated." msgstr "" -#: ../../mod/network.php:397 -msgid "Commented Order" +#: ../../addon.old/ljpost/ljpost.php:39 +msgid "Post to LiveJournal" msgstr "" -#: ../../mod/network.php:400 -msgid "Sort by Comment Date" +#: ../../addon.old/ljpost/ljpost.php:70 +msgid "LiveJournal Post Settings" msgstr "" -#: ../../mod/network.php:403 -msgid "Posted Order" +#: ../../addon.old/ljpost/ljpost.php:72 +msgid "Enable LiveJournal Post Plugin" msgstr "" -#: ../../mod/network.php:406 -msgid "Sort by Post Date" +#: ../../addon.old/ljpost/ljpost.php:77 +msgid "LiveJournal username" msgstr "" -#: ../../mod/network.php:447 -msgid "Posts that mention or involve you" +#: ../../addon.old/ljpost/ljpost.php:82 +msgid "LiveJournal password" msgstr "" -#: ../../mod/network.php:453 -msgid "New" +#: ../../addon.old/ljpost/ljpost.php:87 +msgid "Post to LiveJournal by default" msgstr "" -#: ../../mod/network.php:456 -msgid "Activity Stream - by date" +#: ../../addon.old/mathjax/mathjax.php:37 +msgid "" +"The MathJax addon renders mathematical formulae written using the LaTeX " +"syntax surrounded by the usual $$ or an eqnarray block in the postings of " +"your wall,network tab and private mail." msgstr "" -#: ../../mod/network.php:462 -msgid "Shared Links" +#: ../../addon.old/mathjax/mathjax.php:38 +msgid "Use the MathJax renderer" msgstr "" -#: ../../mod/network.php:465 -msgid "Interesting Links" +#: ../../addon.old/mathjax/mathjax.php:74 +msgid "MathJax Base URL" msgstr "" -#: ../../mod/network.php:471 -msgid "Starred" +#: ../../addon.old/mathjax/mathjax.php:74 +msgid "" +"The URL for the javascript file that should be included to use MathJax. Can " +"be either the MathJax CDN or another installation of MathJax." msgstr "" -#: ../../mod/network.php:474 -msgid "Favourite Posts" +#: ../../addon.old/membersince/membersince.php:18 +msgid "Member since:" msgstr "" -#: ../../mod/network.php:546 +#: ../../addon.old/morepokes/morepokes.php:19 +msgid "bitchslap" +msgstr "" + +#: ../../addon.old/morepokes/morepokes.php:19 +msgid "bitchslapped" +msgstr "" + +#: ../../addon.old/morepokes/morepokes.php:20 +msgid "shag" +msgstr "" + +#: ../../addon.old/morepokes/morepokes.php:20 +msgid "shagged" +msgstr "" + +#: ../../addon.old/morepokes/morepokes.php:21 +msgid "do something obscenely biological to" +msgstr "" + +#: ../../addon.old/morepokes/morepokes.php:21 +msgid "did something obscenely biological to" +msgstr "" + +#: ../../addon.old/morepokes/morepokes.php:22 +msgid "point out the poke feature to" +msgstr "" + +#: ../../addon.old/morepokes/morepokes.php:22 +msgid "pointed out the poke feature to" +msgstr "" + +#: ../../addon.old/morepokes/morepokes.php:23 +msgid "declare undying love for" +msgstr "" + +#: ../../addon.old/morepokes/morepokes.php:23 +msgid "declared undying love for" +msgstr "" + +#: ../../addon.old/morepokes/morepokes.php:24 +msgid "patent" +msgstr "" + +#: ../../addon.old/morepokes/morepokes.php:24 +msgid "patented" +msgstr "" + +#: ../../addon.old/morepokes/morepokes.php:25 +msgid "stroke beard" +msgstr "" + +#: ../../addon.old/morepokes/morepokes.php:25 +msgid "stroked their beard at" +msgstr "" + +#: ../../addon.old/morepokes/morepokes.php:26 +msgid "" +"bemoan the declining standards of modern secondary and tertiary education to" +msgstr "" + +#: ../../addon.old/morepokes/morepokes.php:26 +msgid "" +"bemoans the declining standards of modern secondary and tertiary education to" +msgstr "" + +#: ../../addon.old/morepokes/morepokes.php:27 +msgid "hug" +msgstr "" + +#: ../../addon.old/morepokes/morepokes.php:27 +msgid "hugged" +msgstr "" + +#: ../../addon.old/morepokes/morepokes.php:28 +msgid "kiss" +msgstr "" + +#: ../../addon.old/morepokes/morepokes.php:28 +msgid "kissed" +msgstr "" + +#: ../../addon.old/morepokes/morepokes.php:29 +msgid "raise eyebrows at" +msgstr "" + +#: ../../addon.old/morepokes/morepokes.php:29 +msgid "raised their eyebrows at" +msgstr "" + +#: ../../addon.old/morepokes/morepokes.php:30 +msgid "insult" +msgstr "" + +#: ../../addon.old/morepokes/morepokes.php:30 +msgid "insulted" +msgstr "" + +#: ../../addon.old/morepokes/morepokes.php:31 +msgid "praise" +msgstr "" + +#: ../../addon.old/morepokes/morepokes.php:31 +msgid "praised" +msgstr "" + +#: ../../addon.old/morepokes/morepokes.php:32 +msgid "be dubious of" +msgstr "" + +#: ../../addon.old/morepokes/morepokes.php:32 +msgid "was dubious of" +msgstr "" + +#: ../../addon.old/morepokes/morepokes.php:33 +msgid "eat" +msgstr "" + +#: ../../addon.old/morepokes/morepokes.php:33 +msgid "ate" +msgstr "" + +#: ../../addon.old/morepokes/morepokes.php:34 +msgid "giggle and fawn at" +msgstr "" + +#: ../../addon.old/morepokes/morepokes.php:34 +msgid "giggled and fawned at" +msgstr "" + +#: ../../addon.old/morepokes/morepokes.php:35 +msgid "doubt" +msgstr "" + +#: ../../addon.old/morepokes/morepokes.php:35 +msgid "doubted" +msgstr "" + +#: ../../addon.old/morepokes/morepokes.php:36 +msgid "glare" +msgstr "" + +#: ../../addon.old/morepokes/morepokes.php:36 +msgid "glared at" +msgstr "" + +#: ../../addon.old/notimeline/notimeline.php:32 +msgid "No Timeline settings updated." +msgstr "" + +#: ../../addon.old/notimeline/notimeline.php:56 +msgid "No Timeline Settings" +msgstr "" + +#: ../../addon.old/notimeline/notimeline.php:58 +msgid "Disable Archive selector on profile wall" +msgstr "" + +#: ../../addon.old/nsfw/nsfw.php:78 +msgid "Not Safe For Work (General Purpose Content Filter) settings" +msgstr "" + +#: ../../addon.old/nsfw/nsfw.php:80 +msgid "" +"This plugin looks in posts for the words/text you specify below, and " +"collapses any content containing those keywords so it is not displayed at " +"inappropriate times, such as sexual innuendo that may be improper in a work " +"setting. It is polite and recommended to tag any content containing nudity " +"with #NSFW. This filter can also match any other word/text you specify, and " +"can thereby be used as a general purpose content filter." +msgstr "" + +#: ../../addon.old/nsfw/nsfw.php:81 +msgid "Enable Content filter" +msgstr "" + +#: ../../addon.old/nsfw/nsfw.php:84 +msgid "Comma separated list of keywords to hide" +msgstr "" + +#: ../../addon.old/nsfw/nsfw.php:89 +msgid "Use /expression/ to provide regular expressions" +msgstr "" + +#: ../../addon.old/nsfw/nsfw.php:105 +msgid "NSFW Settings saved." +msgstr "" + +#: ../../addon.old/nsfw/nsfw.php:157 #, php-format -msgid "Warning: This group contains %s member from an insecure network." -msgid_plural "" -"Warning: This group contains %s members from an insecure network." +msgid "%s - Click to open/close" +msgstr "" + +#: ../../addon.old/numfriends/numfriends.php:46 +msgid "Numfriends settings updated." +msgstr "" + +#: ../../addon.old/numfriends/numfriends.php:77 +msgid "Numfriends Settings" +msgstr "" + +#: ../../addon.old/oembed.old/oembed.php:30 +msgid "OEmbed settings updated" +msgstr "" + +#: ../../addon.old/oembed.old/oembed.php:43 +msgid "Use OEmbed for YouTube videos" +msgstr "" + +#: ../../addon.old/oembed.old/oembed.php:71 +msgid "URL to embed:" +msgstr "" + +#: ../../addon.old/openstreetmap/openstreetmap.php:71 +msgid "Tile Server URL" +msgstr "" + +#: ../../addon.old/openstreetmap/openstreetmap.php:71 +msgid "" +"A list of public tile servers" +msgstr "" + +#: ../../addon.old/openstreetmap/openstreetmap.php:72 +msgid "Default zoom" +msgstr "" + +#: ../../addon.old/openstreetmap/openstreetmap.php:72 +msgid "The default zoom level. (1:world, 18:highest)" +msgstr "" + +#: ../../addon.old/page/page.php:77 ../../addon.old/page/page.php:111 +#: ../../addon.old/showmore/showmore.php:119 +#: ../../include/contact_widgets.php:204 ../../mod/content.php:629 +#: ../../object/Item.php:365 ../../boot.php:652 +msgid "show more" +msgstr "" + +#: ../../addon.old/page/page.php:166 +msgid "Page settings updated." +msgstr "" + +#: ../../addon.old/page/page.php:195 +msgid "Page Settings" +msgstr "" + +#: ../../addon.old/page/page.php:197 +msgid "How many forums to display on sidebar without paging" +msgstr "" + +#: ../../addon.old/page/page.php:200 +msgid "Randomise Page/Forum list" +msgstr "" + +#: ../../addon.old/page/page.php:203 +msgid "Show pages/forums on profile page" +msgstr "" + +#: ../../addon.old/pageheader/pageheader.php:50 +msgid "\"pageheader\" Settings" +msgstr "" + +#: ../../addon.old/pageheader/pageheader.php:68 +msgid "pageheader Settings saved." +msgstr "" + +#: ../../addon.old/piwik/piwik.php:79 +msgid "" +"This website is tracked using the Piwik " +"analytics tool." +msgstr "" + +#: ../../addon.old/piwik/piwik.php:82 +#, php-format +msgid "" +"If you do not want that your visits are logged this way you can " +"set a cookie to prevent Piwik from tracking further visits of the site " +"(opt-out)." +msgstr "" + +#: ../../addon.old/piwik/piwik.php:90 +msgid "Piwik Base URL" +msgstr "" + +#: ../../addon.old/piwik/piwik.php:90 +msgid "" +"Absolute path to your Piwik installation. (without protocol (http/s), with " +"trailing slash)" +msgstr "" + +#: ../../addon.old/piwik/piwik.php:91 +msgid "Site ID" +msgstr "" + +#: ../../addon.old/piwik/piwik.php:92 +msgid "Show opt-out cookie link?" +msgstr "" + +#: ../../addon.old/piwik/piwik.php:93 +msgid "Asynchronous tracking" +msgstr "" + +#: ../../addon.old/planets/planets.php:150 +msgid "Planets Settings" +msgstr "" + +#: ../../addon.old/planets/planets.php:152 +msgid "Enable Planets Plugin" +msgstr "" + +#: ../../addon.old/posterous/posterous.php:37 +msgid "Post to Posterous" +msgstr "" + +#: ../../addon.old/posterous/posterous.php:70 +msgid "Posterous Post Settings" +msgstr "" + +#: ../../addon.old/posterous/posterous.php:72 +msgid "Enable Posterous Post Plugin" +msgstr "" + +#: ../../addon.old/posterous/posterous.php:77 +msgid "Posterous login" +msgstr "" + +#: ../../addon.old/posterous/posterous.php:82 +msgid "Posterous password" +msgstr "" + +#: ../../addon.old/posterous/posterous.php:87 +msgid "Posterous site ID" +msgstr "" + +#: ../../addon.old/posterous/posterous.php:92 +msgid "Posterous API token" +msgstr "" + +#: ../../addon.old/posterous/posterous.php:97 +msgid "Post to Posterous by default" +msgstr "" + +#: ../../addon.old/privacy_image_cache/privacy_image_cache.php:260 +msgid "Lifetime of the cache (in hours)" +msgstr "" + +#: ../../addon.old/privacy_image_cache/privacy_image_cache.php:265 +msgid "Cache Statistics" +msgstr "" + +#: ../../addon.old/privacy_image_cache/privacy_image_cache.php:268 +msgid "Number of items" +msgstr "" + +#: ../../addon.old/privacy_image_cache/privacy_image_cache.php:270 +msgid "Size of the cache" +msgstr "" + +#: ../../addon.old/privacy_image_cache/privacy_image_cache.php:272 +msgid "Delete the whole cache" +msgstr "" + +#: ../../addon.old/public_server/public_server.php:126 +#: ../../addon.old/testdrive/testdrive.php:94 +#, php-format +msgid "Your account on %s will expire in a few days." +msgstr "" + +#: ../../addon.old/public_server/public_server.php:127 +msgid "Your Friendica account is about to expire." +msgstr "" + +#: ../../addon.old/public_server/public_server.php:128 +#, php-format +msgid "" +"Hi %1$s,\n" +"\n" +"Your account on %2$s will expire in less than five days. You may keep your " +"account by logging in at least once every 30 days" +msgstr "" + +#: ../../addon.old/qcomment/qcomment.php:51 +msgid ":-)" +msgstr "" + +#: ../../addon.old/qcomment/qcomment.php:51 +msgid ":-(" +msgstr "" + +#: ../../addon.old/qcomment/qcomment.php:51 +msgid "lol" +msgstr "" + +#: ../../addon.old/qcomment/qcomment.php:54 +msgid "Quick Comment Settings" +msgstr "" + +#: ../../addon.old/qcomment/qcomment.php:56 +msgid "" +"Quick comments are found near comment boxes, sometimes hidden. Click them to " +"provide simple replies." +msgstr "" + +#: ../../addon.old/qcomment/qcomment.php:57 +msgid "Enter quick comments, one per line" +msgstr "" + +#: ../../addon.old/qcomment/qcomment.php:75 +msgid "Quick Comment settings saved." +msgstr "" + +#: ../../addon.old/randplace/randplace.php:169 +msgid "Randplace Settings" +msgstr "" + +#: ../../addon.old/randplace/randplace.php:171 +msgid "Enable Randplace Plugin" +msgstr "" + +#: ../../addon.old/showmore/showmore.php:38 +msgid "\"Show more\" Settings" +msgstr "" + +#: ../../addon.old/showmore/showmore.php:41 +msgid "Enable Show More" +msgstr "" + +#: ../../addon.old/showmore/showmore.php:44 +msgid "Cutting posts after how much characters" +msgstr "" + +#: ../../addon.old/showmore/showmore.php:65 +msgid "Show More Settings saved." +msgstr "" + +#: ../../addon.old/snautofollow/snautofollow.php:32 +msgid "StatusNet AutoFollow settings updated." +msgstr "" + +#: ../../addon.old/snautofollow/snautofollow.php:56 +msgid "StatusNet AutoFollow Settings" +msgstr "" + +#: ../../addon.old/snautofollow/snautofollow.php:58 +msgid "Automatically follow any StatusNet followers/mentioners" +msgstr "" + +#: ../../addon.old/startpage/startpage.php:83 +msgid "Startpage Settings" +msgstr "" + +#: ../../addon.old/startpage/startpage.php:85 +msgid "Home page to load after login - leave blank for profile wall" +msgstr "" + +#: ../../addon.old/startpage/startpage.php:88 +msgid "Examples: "network" or "notifications/system"" +msgstr "" + +#: ../../addon.old/statusnet/statusnet.php:134 +msgid "Post to StatusNet" +msgstr "" + +#: ../../addon.old/statusnet/statusnet.php:176 +msgid "" +"Please contact your site administrator.
The provided API URL is not " +"valid." +msgstr "" + +#: ../../addon.old/statusnet/statusnet.php:204 +msgid "We could not contact the StatusNet API with the Path you entered." +msgstr "" + +#: ../../addon.old/statusnet/statusnet.php:232 +msgid "StatusNet settings updated." +msgstr "" + +#: ../../addon.old/statusnet/statusnet.php:257 +msgid "StatusNet Posting Settings" +msgstr "" + +#: ../../addon.old/statusnet/statusnet.php:271 +msgid "Globally Available StatusNet OAuthKeys" +msgstr "" + +#: ../../addon.old/statusnet/statusnet.php:272 +msgid "" +"There are preconfigured OAuth key pairs for some StatusNet servers " +"available. If you are useing one of them, please use these credentials. If " +"not feel free to connect to any other StatusNet instance (see below)." +msgstr "" + +#: ../../addon.old/statusnet/statusnet.php:280 +msgid "Provide your own OAuth Credentials" +msgstr "" + +#: ../../addon.old/statusnet/statusnet.php:281 +msgid "" +"No consumer key pair for StatusNet found. Register your Friendica Account as " +"an desktop client on your StatusNet account, copy the consumer key pair here " +"and enter the API base root.
Before you register your own OAuth key " +"pair ask the administrator if there is already a key pair for this Friendica " +"installation at your favorited StatusNet installation." +msgstr "" + +#: ../../addon.old/statusnet/statusnet.php:283 +msgid "OAuth Consumer Key" +msgstr "" + +#: ../../addon.old/statusnet/statusnet.php:286 +msgid "OAuth Consumer Secret" +msgstr "" + +#: ../../addon.old/statusnet/statusnet.php:289 +msgid "Base API Path (remember the trailing /)" +msgstr "" + +#: ../../addon.old/statusnet/statusnet.php:310 +msgid "" +"To connect to your StatusNet account click the button below to get a " +"security code from StatusNet which you have to copy into the input box below " +"and submit the form. Only your public posts will be posted " +"to StatusNet." +msgstr "" + +#: ../../addon.old/statusnet/statusnet.php:311 +msgid "Log in with StatusNet" +msgstr "" + +#: ../../addon.old/statusnet/statusnet.php:313 +msgid "Copy the security code from StatusNet here" +msgstr "" + +#: ../../addon.old/statusnet/statusnet.php:319 +msgid "Cancel Connection Process" +msgstr "" + +#: ../../addon.old/statusnet/statusnet.php:321 +msgid "Current StatusNet API is" +msgstr "" + +#: ../../addon.old/statusnet/statusnet.php:322 +msgid "Cancel StatusNet Connection" +msgstr "" + +#: ../../addon.old/statusnet/statusnet.php:333 +#: ../../addon.old/twitter/twitter.php:189 +msgid "Currently connected to: " +msgstr "" + +#: ../../addon.old/statusnet/statusnet.php:334 +msgid "" +"If enabled all your public postings can be posted to the " +"associated StatusNet account. You can choose to do so by default (here) or " +"for every posting separately in the posting options when writing the entry." +msgstr "" + +#: ../../addon.old/statusnet/statusnet.php:336 +msgid "" +"Note: Due your privacy settings (Hide your profile " +"details from unknown viewers?) the link potentially included in public " +"postings relayed to StatusNet will lead the visitor to a blank page " +"informing the visitor that the access to your profile has been restricted." +msgstr "" + +#: ../../addon.old/statusnet/statusnet.php:339 +msgid "Allow posting to StatusNet" +msgstr "" + +#: ../../addon.old/statusnet/statusnet.php:342 +msgid "Send public postings to StatusNet by default" +msgstr "" + +#: ../../addon.old/statusnet/statusnet.php:345 +msgid "Send linked #-tags and @-names to StatusNet" +msgstr "" + +#: ../../addon.old/statusnet/statusnet.php:350 +#: ../../addon.old/twitter/twitter.php:206 +msgid "Clear OAuth configuration" +msgstr "" + +#: ../../addon.old/statusnet/statusnet.php:567 ../../mod/admin.php:489 +msgid "Site name" +msgstr "" + +#: ../../addon.old/statusnet/statusnet.php:568 +msgid "API URL" +msgstr "" + +#: ../../addon.old/statusnet/statusnet.php:569 ../../mod/settings.php:564 +#: ../../mod/settings.php:590 +msgid "Consumer Secret" +msgstr "" + +#: ../../addon.old/statusnet/statusnet.php:570 ../../mod/settings.php:563 +#: ../../mod/settings.php:589 +msgid "Consumer Key" +msgstr "" + +#: ../../addon.old/testdrive/testdrive.php:95 +msgid "Your Friendica test account is about to expire." +msgstr "" + +#: ../../addon.old/testdrive/testdrive.php:96 +#, php-format +msgid "" +"Hi %1$s,\n" +"\n" +"Your test account on %2$s will expire in less than five days. We hope you " +"enjoyed this test drive and use this opportunity to find a permanent " +"Friendica website for your integrated social communications. A list of " +"public sites is available at http://dir.friendica.com/siteinfo - and for " +"more information on setting up your own Friendica server please see the " +"Friendica project website at http://friendica.com." +msgstr "" + +#: ../../addon.old/tictac/tictac.php:20 +msgid "Three Dimensional Tic-Tac-Toe" +msgstr "" + +#: ../../addon.old/tictac/tictac.php:53 +msgid "3D Tic-Tac-Toe" +msgstr "" + +#: ../../addon.old/tictac/tictac.php:58 +msgid "New game" +msgstr "" + +#: ../../addon.old/tictac/tictac.php:59 +msgid "New game with handicap" +msgstr "" + +#: ../../addon.old/tictac/tictac.php:60 +msgid "" +"Three dimensional tic-tac-toe is just like the traditional game except that " +"it is played on multiple levels simultaneously. " +msgstr "" + +#: ../../addon.old/tictac/tictac.php:61 +msgid "" +"In this case there are three levels. You win by getting three in a row on " +"any level, as well as up, down, and diagonally across the different levels." +msgstr "" + +#: ../../addon.old/tictac/tictac.php:63 +msgid "" +"The handicap game disables the center position on the middle level because " +"the player claiming this square often has an unfair advantage." +msgstr "" + +#: ../../addon.old/tictac/tictac.php:182 +msgid "You go first..." +msgstr "" + +#: ../../addon.old/tictac/tictac.php:187 +msgid "I'm going first this time..." +msgstr "" + +#: ../../addon.old/tictac/tictac.php:193 +msgid "You won!" +msgstr "" + +#: ../../addon.old/tictac/tictac.php:199 ../../addon.old/tictac/tictac.php:224 +msgid "\"Cat\" game!" +msgstr "" + +#: ../../addon.old/tictac/tictac.php:222 +msgid "I won!" +msgstr "" + +#: ../../addon.old/tumblr/tumblr.php:36 +msgid "Post to Tumblr" +msgstr "" + +#: ../../addon.old/tumblr/tumblr.php:67 +msgid "Tumblr Post Settings" +msgstr "" + +#: ../../addon.old/tumblr/tumblr.php:69 +msgid "Enable Tumblr Post Plugin" +msgstr "" + +#: ../../addon.old/tumblr/tumblr.php:74 +msgid "Tumblr login" +msgstr "" + +#: ../../addon.old/tumblr/tumblr.php:79 +msgid "Tumblr password" +msgstr "" + +#: ../../addon.old/tumblr/tumblr.php:84 +msgid "Post to Tumblr by default" +msgstr "" + +#: ../../addon.old/twitter/twitter.php:73 +msgid "Post to Twitter" +msgstr "" + +#: ../../addon.old/twitter/twitter.php:122 +msgid "Twitter settings updated." +msgstr "" + +#: ../../addon.old/twitter/twitter.php:146 +msgid "Twitter Posting Settings" +msgstr "" + +#: ../../addon.old/twitter/twitter.php:153 +msgid "" +"No consumer key pair for Twitter found. Please contact your site " +"administrator." +msgstr "" + +#: ../../addon.old/twitter/twitter.php:172 +msgid "" +"At this Friendica instance the Twitter plugin was enabled but you have not " +"yet connected your account to your Twitter account. To do so click the " +"button below to get a PIN from Twitter which you have to copy into the input " +"box below and submit the form. Only your public posts will " +"be posted to Twitter." +msgstr "" + +#: ../../addon.old/twitter/twitter.php:173 +msgid "Log in with Twitter" +msgstr "" + +#: ../../addon.old/twitter/twitter.php:175 +msgid "Copy the PIN from Twitter here" +msgstr "" + +#: ../../addon.old/twitter/twitter.php:190 +msgid "" +"If enabled all your public postings can be posted to the " +"associated Twitter account. You can choose to do so by default (here) or for " +"every posting separately in the posting options when writing the entry." +msgstr "" + +#: ../../addon.old/twitter/twitter.php:192 +msgid "" +"Note: Due your privacy settings (Hide your profile " +"details from unknown viewers?) the link potentially included in public " +"postings relayed to Twitter will lead the visitor to a blank page informing " +"the visitor that the access to your profile has been restricted." +msgstr "" + +#: ../../addon.old/twitter/twitter.php:195 +msgid "Allow posting to Twitter" +msgstr "" + +#: ../../addon.old/twitter/twitter.php:198 +msgid "Send public postings to Twitter by default" +msgstr "" + +#: ../../addon.old/twitter/twitter.php:201 +msgid "Send linked #-tags and @-names to Twitter" +msgstr "" + +#: ../../addon.old/twitter/twitter.php:396 +msgid "Consumer key" +msgstr "" + +#: ../../addon.old/twitter/twitter.php:397 +msgid "Consumer secret" +msgstr "" + +#: ../../addon.old/uhremotestorage/uhremotestorage.php:84 +#, php-format +msgid "" +"Allow to use your friendica id (%s) to connecto to external unhosted-enabled " +"storage (like ownCloud). See RemoteStorage WebFinger" +msgstr "" + +#: ../../addon.old/uhremotestorage/uhremotestorage.php:85 +msgid "Template URL (with {category})" +msgstr "" + +#: ../../addon.old/uhremotestorage/uhremotestorage.php:86 +msgid "OAuth end-point" +msgstr "" + +#: ../../addon.old/uhremotestorage/uhremotestorage.php:87 +msgid "Api" +msgstr "" + +#: ../../addon.old/viewsrc/viewsrc.php:37 +msgid "View Source" +msgstr "" + +#: ../../addon.old/widgets/widget_friendheader.php:40 +msgid "Get added to this list!" +msgstr "" + +#: ../../addon.old/widgets/widget_friends.php:40 +msgid "Connect on Friendica!" +msgstr "" + +#: ../../addon.old/widgets/widget_like.php:58 +#, php-format +msgid "%d person likes this" +msgid_plural "%d people like this" msgstr[0] "" msgstr[1] "" -#: ../../mod/network.php:549 -msgid "Private messages to this group are at risk of public disclosure." -msgstr "" - -#: ../../mod/network.php:621 -msgid "Contact: " -msgstr "" - -#: ../../mod/network.php:623 -msgid "Private messages to this person are at risk of public disclosure." -msgstr "" - -#: ../../mod/network.php:628 -msgid "Invalid contact." -msgstr "" - -#: ../../mod/crepair.php:102 -msgid "Contact settings applied." -msgstr "" - -#: ../../mod/crepair.php:104 -msgid "Contact update failed." -msgstr "" - -#: ../../mod/crepair.php:135 -msgid "Repair Contact Settings" -msgstr "" - -#: ../../mod/crepair.php:137 -msgid "" -"WARNING: This is highly advanced and if you enter incorrect " -"information your communications with this contact may stop working." -msgstr "" - -#: ../../mod/crepair.php:138 -msgid "" -"Please use your browser 'Back' button now if you are " -"uncertain what to do on this page." -msgstr "" - -#: ../../mod/crepair.php:144 -msgid "Return to contact editor" -msgstr "" - -#: ../../mod/crepair.php:149 -msgid "Account Nickname" -msgstr "" - -#: ../../mod/crepair.php:150 -msgid "@Tagname - overrides Name/Nickname" -msgstr "" - -#: ../../mod/crepair.php:151 -msgid "Account URL" -msgstr "" - -#: ../../mod/crepair.php:152 -msgid "Friend Request URL" -msgstr "" - -#: ../../mod/crepair.php:153 -msgid "Friend Confirm URL" -msgstr "" - -#: ../../mod/crepair.php:154 -msgid "Notification Endpoint URL" -msgstr "" - -#: ../../mod/crepair.php:155 -msgid "Poll/Feed URL" -msgstr "" - -#: ../../mod/crepair.php:156 -msgid "New photo from this URL" -msgstr "" - -#: ../../view/theme/diabook/theme.php:87 ../../include/nav.php:76 -#: ../../include/nav.php:143 -msgid "Your posts and conversations" -msgstr "" - -#: ../../view/theme/diabook/theme.php:88 ../../include/nav.php:77 -msgid "Your profile page" -msgstr "" - -#: ../../view/theme/diabook/theme.php:89 -msgid "Your contacts" -msgstr "" - -#: ../../view/theme/diabook/theme.php:90 ../../include/nav.php:78 -msgid "Your photos" -msgstr "" - -#: ../../view/theme/diabook/theme.php:91 ../../include/nav.php:79 -msgid "Your events" -msgstr "" - -#: ../../view/theme/diabook/theme.php:92 ../../include/nav.php:80 -msgid "Personal notes" -msgstr "" - -#: ../../view/theme/diabook/theme.php:92 ../../include/nav.php:80 -msgid "Your personal photos" -msgstr "" - -#: ../../view/theme/diabook/theme.php:94 -#: ../../view/theme/diabook/theme.php:537 -#: ../../view/theme/diabook/theme.php:632 -#: ../../view/theme/diabook/config.php:163 -msgid "Community Pages" -msgstr "" - -#: ../../view/theme/diabook/theme.php:384 -#: ../../view/theme/diabook/theme.php:634 -#: ../../view/theme/diabook/config.php:165 -msgid "Community Profiles" -msgstr "" - -#: ../../view/theme/diabook/theme.php:405 -#: ../../view/theme/diabook/theme.php:639 -#: ../../view/theme/diabook/config.php:170 -msgid "Last users" -msgstr "" - -#: ../../view/theme/diabook/theme.php:434 -#: ../../view/theme/diabook/theme.php:641 -#: ../../view/theme/diabook/config.php:172 -msgid "Last likes" -msgstr "" - -#: ../../view/theme/diabook/theme.php:456 ../../include/text.php:1554 -#: ../../include/conversation.php:118 ../../include/conversation.php:246 -msgid "event" -msgstr "" - -#: ../../view/theme/diabook/theme.php:479 -#: ../../view/theme/diabook/theme.php:640 -#: ../../view/theme/diabook/config.php:171 -msgid "Last photos" -msgstr "" - -#: ../../view/theme/diabook/theme.php:516 -#: ../../view/theme/diabook/theme.php:637 -#: ../../view/theme/diabook/config.php:168 -msgid "Find Friends" -msgstr "" - -#: ../../view/theme/diabook/theme.php:517 -msgid "Local Directory" -msgstr "" - -#: ../../view/theme/diabook/theme.php:519 ../../include/contact_widgets.php:35 -msgid "Similar Interests" -msgstr "" - -#: ../../view/theme/diabook/theme.php:521 ../../include/contact_widgets.php:37 -msgid "Invite Friends" -msgstr "" - -#: ../../view/theme/diabook/theme.php:572 -#: ../../view/theme/diabook/theme.php:633 -#: ../../view/theme/diabook/config.php:164 -msgid "Earth Layers" -msgstr "" - -#: ../../view/theme/diabook/theme.php:577 -msgid "Set zoomfactor for Earth Layers" -msgstr "" - -#: ../../view/theme/diabook/theme.php:578 -#: ../../view/theme/diabook/config.php:161 -msgid "Set longitude (X) for Earth Layers" -msgstr "" - -#: ../../view/theme/diabook/theme.php:579 -#: ../../view/theme/diabook/config.php:162 -msgid "Set latitude (Y) for Earth Layers" -msgstr "" - -#: ../../view/theme/diabook/theme.php:592 -#: ../../view/theme/diabook/theme.php:635 -#: ../../view/theme/diabook/config.php:166 -msgid "Help or @NewHere ?" -msgstr "" - -#: ../../view/theme/diabook/theme.php:599 -#: ../../view/theme/diabook/theme.php:636 -#: ../../view/theme/diabook/config.php:167 -msgid "Connect Services" -msgstr "" - -#: ../../view/theme/diabook/theme.php:606 -#: ../../view/theme/diabook/theme.php:638 -msgid "Last Tweets" -msgstr "" - -#: ../../view/theme/diabook/theme.php:609 -#: ../../view/theme/diabook/config.php:159 -msgid "Set twitter search term" -msgstr "" - -#: ../../view/theme/diabook/theme.php:629 -#: ../../view/theme/diabook/config.php:146 ../../include/acl_selectors.php:327 -msgid "don't show" -msgstr "" - -#: ../../view/theme/diabook/theme.php:629 -#: ../../view/theme/diabook/config.php:146 ../../include/acl_selectors.php:326 -msgid "show" -msgstr "" - -#: ../../view/theme/diabook/theme.php:630 -msgid "Show/hide boxes at right-hand column:" -msgstr "" - -#: ../../view/theme/diabook/config.php:154 -#: ../../view/theme/dispy/config.php:72 ../../view/theme/quattro/config.php:66 -#: ../../view/theme/cleanzero/config.php:82 -msgid "Theme settings" -msgstr "" - -#: ../../view/theme/diabook/config.php:155 -#: ../../view/theme/dispy/config.php:73 -#: ../../view/theme/cleanzero/config.php:84 -msgid "Set font-size for posts and comments" -msgstr "" - -#: ../../view/theme/diabook/config.php:156 -#: ../../view/theme/dispy/config.php:74 -msgid "Set line-height for posts and comments" -msgstr "" - -#: ../../view/theme/diabook/config.php:157 -msgid "Set resolution for middle column" -msgstr "" - -#: ../../view/theme/diabook/config.php:158 -msgid "Set color scheme" -msgstr "" - -#: ../../view/theme/diabook/config.php:160 -msgid "Set zoomfactor for Earth Layer" -msgstr "" - -#: ../../view/theme/diabook/config.php:169 -msgid "Last tweets" -msgstr "" - -#: ../../view/theme/dispy/config.php:75 -msgid "Set colour scheme" -msgstr "" - -#: ../../view/theme/quattro/config.php:67 -msgid "Alignment" -msgstr "" - -#: ../../view/theme/quattro/config.php:67 -msgid "Left" -msgstr "" - -#: ../../view/theme/quattro/config.php:67 -msgid "Center" -msgstr "" - -#: ../../view/theme/quattro/config.php:68 -#: ../../view/theme/cleanzero/config.php:86 -msgid "Color scheme" -msgstr "" - -#: ../../view/theme/quattro/config.php:69 -msgid "Posts font size" -msgstr "" - -#: ../../view/theme/quattro/config.php:70 -msgid "Textareas font size" -msgstr "" - -#: ../../view/theme/cleanzero/config.php:83 -msgid "Set resize level for images in posts and comments (width and height)" -msgstr "" - -#: ../../view/theme/cleanzero/config.php:85 -msgid "Set theme width" -msgstr "" - -#: ../../boot.php:650 -msgid "Delete this item?" -msgstr "" - -#: ../../boot.php:653 -msgid "show fewer" -msgstr "" - -#: ../../boot.php:920 +#: ../../addon.old/widgets/widget_like.php:61 #, php-format -msgid "Update %s failed. See error logs." -msgstr "" - -#: ../../boot.php:922 -#, php-format -msgid "Update Error at %s" -msgstr "" - -#: ../../boot.php:1032 -msgid "Create a New Account" -msgstr "" - -#: ../../boot.php:1057 ../../include/nav.php:73 -msgid "Logout" -msgstr "" - -#: ../../boot.php:1058 ../../include/nav.php:91 -msgid "Login" -msgstr "" - -#: ../../boot.php:1060 -msgid "Nickname or Email address: " -msgstr "" - -#: ../../boot.php:1061 -msgid "Password: " -msgstr "" - -#: ../../boot.php:1062 -msgid "Remember me" -msgstr "" - -#: ../../boot.php:1065 -msgid "Or login using OpenID: " -msgstr "" - -#: ../../boot.php:1071 -msgid "Forgot your password?" -msgstr "" - -#: ../../boot.php:1074 -msgid "Website Terms of Service" -msgstr "" - -#: ../../boot.php:1075 -msgid "terms of service" -msgstr "" - -#: ../../boot.php:1077 -msgid "Website Privacy Policy" -msgstr "" - -#: ../../boot.php:1078 -msgid "privacy policy" -msgstr "" - -#: ../../boot.php:1207 -msgid "Requested account is not available." -msgstr "" - -#: ../../boot.php:1286 ../../boot.php:1390 -msgid "Edit profile" -msgstr "" - -#: ../../boot.php:1352 -msgid "Message" -msgstr "" - -#: ../../boot.php:1360 ../../include/nav.php:169 -msgid "Profiles" -msgstr "" - -#: ../../boot.php:1360 -msgid "Manage/edit profiles" -msgstr "" - -#: ../../boot.php:1489 ../../boot.php:1575 -msgid "g A l F d" -msgstr "" - -#: ../../boot.php:1490 ../../boot.php:1576 -msgid "F d" -msgstr "" - -#: ../../boot.php:1535 ../../boot.php:1616 -msgid "[today]" -msgstr "" - -#: ../../boot.php:1547 -msgid "Birthday Reminders" -msgstr "" - -#: ../../boot.php:1548 -msgid "Birthdays this week:" -msgstr "" - -#: ../../boot.php:1609 -msgid "[No description]" -msgstr "" - -#: ../../boot.php:1627 -msgid "Event Reminders" -msgstr "" - -#: ../../boot.php:1628 -msgid "Events this week:" -msgstr "" - -#: ../../boot.php:1861 ../../include/nav.php:76 -msgid "Status" -msgstr "" - -#: ../../boot.php:1864 -msgid "Status Messages and Posts" -msgstr "" - -#: ../../boot.php:1871 -msgid "Profile Details" -msgstr "" - -#: ../../boot.php:1888 -msgid "Events and Calendar" -msgstr "" - -#: ../../boot.php:1895 -msgid "Only You Can See This" -msgstr "" - -#: ../../include/features.php:23 -msgid "General Features" -msgstr "" - -#: ../../include/features.php:25 -msgid "Multiple Profiles" -msgstr "" - -#: ../../include/features.php:25 -msgid "Ability to create multiple profiles" -msgstr "" - -#: ../../include/features.php:30 -msgid "Post Composition Features" -msgstr "" - -#: ../../include/features.php:31 -msgid "Richtext Editor" -msgstr "" - -#: ../../include/features.php:31 -msgid "Enable richtext editor" -msgstr "" - -#: ../../include/features.php:32 -msgid "Post Preview" -msgstr "" - -#: ../../include/features.php:32 -msgid "Allow previewing posts and comments before publishing them" -msgstr "" - -#: ../../include/features.php:37 -msgid "Network Sidebar Widgets" -msgstr "" - -#: ../../include/features.php:38 -msgid "Search by Date" -msgstr "" - -#: ../../include/features.php:38 -msgid "Ability to select posts by date ranges" -msgstr "" - -#: ../../include/features.php:39 -msgid "Group Filter" -msgstr "" - -#: ../../include/features.php:39 -msgid "Enable widget to display Network posts only from selected group" -msgstr "" - -#: ../../include/features.php:40 -msgid "Network Filter" -msgstr "" - -#: ../../include/features.php:40 -msgid "Enable widget to display Network posts only from selected network" -msgstr "" - -#: ../../include/features.php:41 -msgid "Save search terms for re-use" -msgstr "" - -#: ../../include/features.php:46 -msgid "Network Tabs" -msgstr "" - -#: ../../include/features.php:47 -msgid "Network Personal Tab" -msgstr "" - -#: ../../include/features.php:47 -msgid "Enable tab to display only Network posts that you've interacted on" -msgstr "" - -#: ../../include/features.php:48 -msgid "Network New Tab" -msgstr "" - -#: ../../include/features.php:48 -msgid "Enable tab to display only new Network posts (from the last 12 hours)" -msgstr "" +msgid "%d person doesn't like this" +msgid_plural "%d people don't like this" +msgstr[0] "" +msgstr[1] "" -#: ../../include/features.php:49 -msgid "Network Shared Links Tab" +#: ../../addon.old/widgets/widgets.php:56 +msgid "Generate new key" msgstr "" -#: ../../include/features.php:49 -msgid "Enable tab to display only Network posts with links in them" +#: ../../addon.old/widgets/widgets.php:59 +msgid "Widgets key" msgstr "" -#: ../../include/features.php:54 -msgid "Post/Comment Tools" +#: ../../addon.old/widgets/widgets.php:61 +msgid "Widgets available" msgstr "" -#: ../../include/features.php:55 -msgid "Multiple Deletion" +#: ../../addon.old/widgets/widgets.php:123 ../../mod/settings.php:646 +msgid "Plugin Settings" msgstr "" -#: ../../include/features.php:55 -msgid "Select and delete multiple posts/comments at once" +#: ../../addon.old/wppost/wppost.php:42 +msgid "Post to Wordpress" msgstr "" -#: ../../include/features.php:56 -msgid "Edit Sent Posts" +#: ../../addon.old/wppost/wppost.php:76 +msgid "WordPress Post Settings" msgstr "" -#: ../../include/features.php:56 -msgid "Edit and correct posts and comments after sending" +#: ../../addon.old/wppost/wppost.php:78 +msgid "Enable WordPress Post Plugin" msgstr "" -#: ../../include/features.php:57 -msgid "Tagging" +#: ../../addon.old/wppost/wppost.php:83 +msgid "WordPress username" msgstr "" -#: ../../include/features.php:57 -msgid "Ability to tag existing posts" +#: ../../addon.old/wppost/wppost.php:88 +msgid "WordPress password" msgstr "" -#: ../../include/features.php:58 -msgid "Post Categories" +#: ../../addon.old/wppost/wppost.php:93 +msgid "WordPress API URL" msgstr "" -#: ../../include/features.php:58 -msgid "Add categories to your posts" +#: ../../addon.old/wppost/wppost.php:98 +msgid "Post to WordPress by default" msgstr "" -#: ../../include/features.php:59 ../../include/contact_widgets.php:103 -msgid "Saved Folders" +#: ../../addon.old/wppost/wppost.php:103 +msgid "Provide a backlink to the Friendica post" msgstr "" -#: ../../include/features.php:59 -msgid "Ability to file posts under folders" +#: ../../addon.old/wppost/wppost.php:207 +msgid "Read the original post and comment stream on Friendica" msgstr "" -#: ../../include/features.php:60 -msgid "Dislike Posts" +#: ../../addon.old/yourls/yourls.php:55 +msgid "YourLS Settings" msgstr "" -#: ../../include/features.php:60 -msgid "Ability to dislike posts/comments" +#: ../../addon.old/yourls/yourls.php:57 +msgid "URL: http://" msgstr "" -#: ../../include/features.php:61 -msgid "Star Posts" +#: ../../addon.old/yourls/yourls.php:62 +msgid "Username:" msgstr "" -#: ../../include/features.php:61 -msgid "Ability to mark special posts with a star indicator" +#: ../../addon.old/yourls/yourls.php:67 +msgid "Password:" msgstr "" -#: ../../include/auth.php:38 -msgid "Logged out." +#: ../../addon.old/yourls/yourls.php:72 +msgid "Use SSL " msgstr "" -#: ../../include/auth.php:128 -msgid "" -"We encountered a problem while logging in with the OpenID you provided. " -"Please check the correct spelling of the ID." +#: ../../addon.old/yourls/yourls.php:92 +msgid "yourls Settings saved." msgstr "" -#: ../../include/auth.php:128 -msgid "The error message was:" +#: ../../include/profile_advanced.php:7 ../../include/profile_advanced.php:84 +#: ../../include/nav.php:77 ../../mod/profperm.php:103 +#: ../../mod/newmember.php:32 ../../view/theme/diabook/theme.php:88 +#: ../../boot.php:1868 +msgid "Profile" msgstr "" -#: ../../include/event.php:20 ../../include/bb2diaspora.php:399 -msgid "Starts:" +#: ../../include/profile_advanced.php:15 ../../mod/settings.php:1050 +msgid "Full Name:" msgstr "" -#: ../../include/event.php:30 ../../include/bb2diaspora.php:407 -msgid "Finishes:" +#: ../../include/profile_advanced.php:17 ../../mod/directory.php:136 +#: ../../boot.php:1408 +msgid "Gender:" msgstr "" #: ../../include/profile_advanced.php:22 @@ -5507,23 +2636,57 @@ msgstr "" msgid "Age:" msgstr "" +#: ../../include/profile_advanced.php:37 ../../mod/directory.php:138 +#: ../../boot.php:1411 +msgid "Status:" +msgstr "" + #: ../../include/profile_advanced.php:43 #, php-format msgid "for %1$d %2$s" msgstr "" +#: ../../include/profile_advanced.php:46 ../../mod/profiles.php:646 +msgid "Sexual Preference:" +msgstr "" + +#: ../../include/profile_advanced.php:48 ../../mod/directory.php:140 +#: ../../boot.php:1413 +msgid "Homepage:" +msgstr "" + +#: ../../include/profile_advanced.php:50 ../../mod/profiles.php:648 +msgid "Hometown:" +msgstr "" + #: ../../include/profile_advanced.php:52 msgid "Tags:" msgstr "" +#: ../../include/profile_advanced.php:54 ../../mod/profiles.php:649 +msgid "Political Views:" +msgstr "" + #: ../../include/profile_advanced.php:56 msgid "Religion:" msgstr "" +#: ../../include/profile_advanced.php:58 ../../mod/directory.php:142 +msgid "About:" +msgstr "" + #: ../../include/profile_advanced.php:60 msgid "Hobbies/Interests:" msgstr "" +#: ../../include/profile_advanced.php:62 ../../mod/profiles.php:653 +msgid "Likes:" +msgstr "" + +#: ../../include/profile_advanced.php:64 ../../mod/profiles.php:654 +msgid "Dislikes:" +msgstr "" + #: ../../include/profile_advanced.php:67 msgid "Contact information and Social Networks:" msgstr "" @@ -5556,402 +2719,6 @@ msgstr "" msgid "School/education:" msgstr "" -#: ../../include/message.php:15 ../../include/message.php:172 -msgid "[no subject]" -msgstr "" - -#: ../../include/Scrape.php:583 -msgid " on Last.fm" -msgstr "" - -#: ../../include/text.php:276 -msgid "prev" -msgstr "" - -#: ../../include/text.php:278 -msgid "first" -msgstr "" - -#: ../../include/text.php:307 -msgid "last" -msgstr "" - -#: ../../include/text.php:310 -msgid "next" -msgstr "" - -#: ../../include/text.php:328 -msgid "newer" -msgstr "" - -#: ../../include/text.php:332 -msgid "older" -msgstr "" - -#: ../../include/text.php:697 -msgid "No contacts" -msgstr "" - -#: ../../include/text.php:706 -#, php-format -msgid "%d Contact" -msgid_plural "%d Contacts" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/text.php:819 -msgid "poke" -msgstr "" - -#: ../../include/text.php:819 ../../include/conversation.php:211 -msgid "poked" -msgstr "" - -#: ../../include/text.php:820 -msgid "ping" -msgstr "" - -#: ../../include/text.php:820 -msgid "pinged" -msgstr "" - -#: ../../include/text.php:821 -msgid "prod" -msgstr "" - -#: ../../include/text.php:821 -msgid "prodded" -msgstr "" - -#: ../../include/text.php:822 -msgid "slap" -msgstr "" - -#: ../../include/text.php:822 -msgid "slapped" -msgstr "" - -#: ../../include/text.php:823 -msgid "finger" -msgstr "" - -#: ../../include/text.php:823 -msgid "fingered" -msgstr "" - -#: ../../include/text.php:824 -msgid "rebuff" -msgstr "" - -#: ../../include/text.php:824 -msgid "rebuffed" -msgstr "" - -#: ../../include/text.php:836 -msgid "happy" -msgstr "" - -#: ../../include/text.php:837 -msgid "sad" -msgstr "" - -#: ../../include/text.php:838 -msgid "mellow" -msgstr "" - -#: ../../include/text.php:839 -msgid "tired" -msgstr "" - -#: ../../include/text.php:840 -msgid "perky" -msgstr "" - -#: ../../include/text.php:841 -msgid "angry" -msgstr "" - -#: ../../include/text.php:842 -msgid "stupified" -msgstr "" - -#: ../../include/text.php:843 -msgid "puzzled" -msgstr "" - -#: ../../include/text.php:844 -msgid "interested" -msgstr "" - -#: ../../include/text.php:845 -msgid "bitter" -msgstr "" - -#: ../../include/text.php:846 -msgid "cheerful" -msgstr "" - -#: ../../include/text.php:847 -msgid "alive" -msgstr "" - -#: ../../include/text.php:848 -msgid "annoyed" -msgstr "" - -#: ../../include/text.php:849 -msgid "anxious" -msgstr "" - -#: ../../include/text.php:850 -msgid "cranky" -msgstr "" - -#: ../../include/text.php:851 -msgid "disturbed" -msgstr "" - -#: ../../include/text.php:852 -msgid "frustrated" -msgstr "" - -#: ../../include/text.php:853 -msgid "motivated" -msgstr "" - -#: ../../include/text.php:854 -msgid "relaxed" -msgstr "" - -#: ../../include/text.php:855 -msgid "surprised" -msgstr "" - -#: ../../include/text.php:1015 -msgid "Monday" -msgstr "" - -#: ../../include/text.php:1015 -msgid "Tuesday" -msgstr "" - -#: ../../include/text.php:1015 -msgid "Wednesday" -msgstr "" - -#: ../../include/text.php:1015 -msgid "Thursday" -msgstr "" - -#: ../../include/text.php:1015 -msgid "Friday" -msgstr "" - -#: ../../include/text.php:1015 -msgid "Saturday" -msgstr "" - -#: ../../include/text.php:1015 -msgid "Sunday" -msgstr "" - -#: ../../include/text.php:1019 -msgid "January" -msgstr "" - -#: ../../include/text.php:1019 -msgid "February" -msgstr "" - -#: ../../include/text.php:1019 -msgid "March" -msgstr "" - -#: ../../include/text.php:1019 -msgid "April" -msgstr "" - -#: ../../include/text.php:1019 -msgid "May" -msgstr "" - -#: ../../include/text.php:1019 -msgid "June" -msgstr "" - -#: ../../include/text.php:1019 -msgid "July" -msgstr "" - -#: ../../include/text.php:1019 -msgid "August" -msgstr "" - -#: ../../include/text.php:1019 -msgid "September" -msgstr "" - -#: ../../include/text.php:1019 -msgid "October" -msgstr "" - -#: ../../include/text.php:1019 -msgid "November" -msgstr "" - -#: ../../include/text.php:1019 -msgid "December" -msgstr "" - -#: ../../include/text.php:1124 -msgid "bytes" -msgstr "" - -#: ../../include/text.php:1151 ../../include/text.php:1163 -msgid "Click to open/close" -msgstr "" - -#: ../../include/text.php:1336 ../../include/user.php:237 -msgid "default" -msgstr "" - -#: ../../include/text.php:1348 -msgid "Select an alternate language" -msgstr "" - -#: ../../include/text.php:1558 -msgid "activity" -msgstr "" - -#: ../../include/text.php:1561 -msgid "post" -msgstr "" - -#: ../../include/text.php:1716 -msgid "Item filed" -msgstr "" - -#: ../../include/dba.php:44 -#, php-format -msgid "Cannot locate DNS info for database server '%s'" -msgstr "" - -#: ../../include/items.php:1764 ../../include/datetime.php:472 -#, php-format -msgid "%s's birthday" -msgstr "" - -#: ../../include/items.php:1765 ../../include/datetime.php:473 -#, php-format -msgid "Happy Birthday %s" -msgstr "" - -#: ../../include/items.php:3446 -msgid "A new person is sharing with you at " -msgstr "" - -#: ../../include/items.php:3446 -msgid "You have a new follower at " -msgstr "" - -#: ../../include/items.php:3965 -msgid "Do you really want to delete this item?" -msgstr "" - -#: ../../include/items.php:4160 -msgid "Archives" -msgstr "" - -#: ../../include/delivery.php:457 ../../include/notifier.php:775 -msgid "(no subject)" -msgstr "" - -#: ../../include/delivery.php:468 ../../include/notifier.php:785 -#: ../../include/enotify.php:28 -msgid "noreply" -msgstr "" - -#: ../../include/diaspora.php:704 -msgid "Sharing notification from Diaspora network" -msgstr "" - -#: ../../include/diaspora.php:2262 -msgid "Attachments:" -msgstr "" - -#: ../../include/follow.php:32 -msgid "Connect URL missing." -msgstr "" - -#: ../../include/follow.php:59 -msgid "" -"This site is not configured to allow communications with other networks." -msgstr "" - -#: ../../include/follow.php:60 ../../include/follow.php:80 -msgid "No compatible communication protocols or feeds were discovered." -msgstr "" - -#: ../../include/follow.php:78 -msgid "The profile address specified does not provide adequate information." -msgstr "" - -#: ../../include/follow.php:82 -msgid "An author or name was not found." -msgstr "" - -#: ../../include/follow.php:84 -msgid "No browser URL could be matched to this address." -msgstr "" - -#: ../../include/follow.php:86 -msgid "" -"Unable to match @-style Identity Address with a known protocol or email " -"contact." -msgstr "" - -#: ../../include/follow.php:87 -msgid "Use mailto: in front of address to force email check." -msgstr "" - -#: ../../include/follow.php:93 -msgid "" -"The profile address specified belongs to a network which has been disabled " -"on this site." -msgstr "" - -#: ../../include/follow.php:103 -msgid "" -"Limited profile. This person will be unable to receive direct/personal " -"notifications from you." -msgstr "" - -#: ../../include/follow.php:205 -msgid "Unable to retrieve contact information." -msgstr "" - -#: ../../include/follow.php:259 -msgid "following" -msgstr "" - -#: ../../include/security.php:22 -msgid "Welcome " -msgstr "" - -#: ../../include/security.php:23 -msgid "Please upload a profile photo." -msgstr "" - -#: ../../include/security.php:26 -msgid "Welcome back " -msgstr "" - -#: ../../include/security.php:366 -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/profile_selectors.php:6 msgid "Male" msgstr "" @@ -6185,6 +2952,333 @@ msgstr "" msgid "Ask me" msgstr "" +#: ../../include/Contact.php:115 +msgid "stopped following" +msgstr "" + +#: ../../include/Contact.php:225 ../../include/conversation.php:838 +msgid "Poke" +msgstr "" + +#: ../../include/Contact.php:226 ../../include/conversation.php:832 +msgid "View Status" +msgstr "" + +#: ../../include/Contact.php:227 ../../include/conversation.php:833 +msgid "View Profile" +msgstr "" + +#: ../../include/Contact.php:228 ../../include/conversation.php:834 +msgid "View Photos" +msgstr "" + +#: ../../include/Contact.php:229 ../../include/Contact.php:251 +#: ../../include/conversation.php:835 +msgid "Network Posts" +msgstr "" + +#: ../../include/Contact.php:230 ../../include/Contact.php:251 +#: ../../include/conversation.php:836 +msgid "Edit Contact" +msgstr "" + +#: ../../include/Contact.php:231 ../../include/Contact.php:251 +#: ../../include/conversation.php:837 +msgid "Send PM" +msgstr "" + +#: ../../include/text.php:276 +msgid "prev" +msgstr "" + +#: ../../include/text.php:278 +msgid "first" +msgstr "" + +#: ../../include/text.php:307 +msgid "last" +msgstr "" + +#: ../../include/text.php:310 +msgid "next" +msgstr "" + +#: ../../include/text.php:328 +msgid "newer" +msgstr "" + +#: ../../include/text.php:332 +msgid "older" +msgstr "" + +#: ../../include/text.php:697 +msgid "No contacts" +msgstr "" + +#: ../../include/text.php:706 +#, php-format +msgid "%d Contact" +msgid_plural "%d Contacts" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/text.php:718 ../../mod/viewcontacts.php:76 +msgid "View Contacts" +msgstr "" + +#: ../../include/text.php:778 ../../include/text.php:779 +#: ../../include/nav.php:118 ../../mod/search.php:99 +msgid "Search" +msgstr "" + +#: ../../include/text.php:819 +msgid "poke" +msgstr "" + +#: ../../include/text.php:819 ../../include/conversation.php:211 +msgid "poked" +msgstr "" + +#: ../../include/text.php:820 +msgid "ping" +msgstr "" + +#: ../../include/text.php:820 +msgid "pinged" +msgstr "" + +#: ../../include/text.php:821 +msgid "prod" +msgstr "" + +#: ../../include/text.php:821 +msgid "prodded" +msgstr "" + +#: ../../include/text.php:822 +msgid "slap" +msgstr "" + +#: ../../include/text.php:822 +msgid "slapped" +msgstr "" + +#: ../../include/text.php:823 +msgid "finger" +msgstr "" + +#: ../../include/text.php:823 +msgid "fingered" +msgstr "" + +#: ../../include/text.php:824 +msgid "rebuff" +msgstr "" + +#: ../../include/text.php:824 +msgid "rebuffed" +msgstr "" + +#: ../../include/text.php:836 +msgid "happy" +msgstr "" + +#: ../../include/text.php:837 +msgid "sad" +msgstr "" + +#: ../../include/text.php:838 +msgid "mellow" +msgstr "" + +#: ../../include/text.php:839 +msgid "tired" +msgstr "" + +#: ../../include/text.php:840 +msgid "perky" +msgstr "" + +#: ../../include/text.php:841 +msgid "angry" +msgstr "" + +#: ../../include/text.php:842 +msgid "stupified" +msgstr "" + +#: ../../include/text.php:843 +msgid "puzzled" +msgstr "" + +#: ../../include/text.php:844 +msgid "interested" +msgstr "" + +#: ../../include/text.php:845 +msgid "bitter" +msgstr "" + +#: ../../include/text.php:846 +msgid "cheerful" +msgstr "" + +#: ../../include/text.php:847 +msgid "alive" +msgstr "" + +#: ../../include/text.php:848 +msgid "annoyed" +msgstr "" + +#: ../../include/text.php:849 +msgid "anxious" +msgstr "" + +#: ../../include/text.php:850 +msgid "cranky" +msgstr "" + +#: ../../include/text.php:851 +msgid "disturbed" +msgstr "" + +#: ../../include/text.php:852 +msgid "frustrated" +msgstr "" + +#: ../../include/text.php:853 +msgid "motivated" +msgstr "" + +#: ../../include/text.php:854 +msgid "relaxed" +msgstr "" + +#: ../../include/text.php:855 +msgid "surprised" +msgstr "" + +#: ../../include/text.php:1019 +msgid "January" +msgstr "" + +#: ../../include/text.php:1019 +msgid "February" +msgstr "" + +#: ../../include/text.php:1019 +msgid "March" +msgstr "" + +#: ../../include/text.php:1019 +msgid "April" +msgstr "" + +#: ../../include/text.php:1019 +msgid "May" +msgstr "" + +#: ../../include/text.php:1019 +msgid "June" +msgstr "" + +#: ../../include/text.php:1019 +msgid "July" +msgstr "" + +#: ../../include/text.php:1019 +msgid "August" +msgstr "" + +#: ../../include/text.php:1019 +msgid "September" +msgstr "" + +#: ../../include/text.php:1019 +msgid "October" +msgstr "" + +#: ../../include/text.php:1019 +msgid "November" +msgstr "" + +#: ../../include/text.php:1019 +msgid "December" +msgstr "" + +#: ../../include/text.php:1153 +msgid "bytes" +msgstr "" + +#: ../../include/text.php:1180 ../../include/text.php:1192 +msgid "Click to open/close" +msgstr "" + +#: ../../include/text.php:1333 ../../mod/events.php:335 +msgid "link to source" +msgstr "" + +#: ../../include/text.php:1365 ../../include/user.php:237 +msgid "default" +msgstr "" + +#: ../../include/text.php:1377 +msgid "Select an alternate language" +msgstr "" + +#: ../../include/text.php:1587 +msgid "activity" +msgstr "" + +#: ../../include/text.php:1589 ../../mod/content.php:628 +#: ../../object/Item.php:364 ../../object/Item.php:377 +msgid "comment" +msgid_plural "comments" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/text.php:1590 +msgid "post" +msgstr "" + +#: ../../include/text.php:1745 +msgid "Item filed" +msgstr "" + +#: ../../include/acl_selectors.php:325 +msgid "Visible to everybody" +msgstr "" + +#: ../../include/acl_selectors.php:326 ../../view/theme/diabook/config.php:146 +#: ../../view/theme/diabook/theme.php:629 +msgid "show" +msgstr "" + +#: ../../include/acl_selectors.php:327 ../../view/theme/diabook/config.php:146 +#: ../../view/theme/diabook/theme.php:629 +msgid "don't show" +msgstr "" + +#: ../../include/auth.php:38 +msgid "Logged out." +msgstr "" + +#: ../../include/auth.php:112 ../../include/auth.php:175 +#: ../../mod/openid.php:93 +msgid "Login failed." +msgstr "" + +#: ../../include/auth.php:128 +msgid "" +"We encountered a problem while logging in with the OpenID you provided. " +"Please check the correct spelling of the ID." +msgstr "" + +#: ../../include/auth.php:128 +msgid "The error message was:" +msgstr "" + #: ../../include/uimport.php:61 msgid "Error decoding account file" msgstr "" @@ -6225,6 +3319,409 @@ msgstr[1] "" msgid "Done. You can now login with your username and password" msgstr "" +#: ../../include/bb2diaspora.php:393 ../../include/event.php:11 +#: ../../mod/localtime.php:12 +msgid "l F d, Y \\@ g:i A" +msgstr "" + +#: ../../include/bb2diaspora.php:399 ../../include/event.php:20 +msgid "Starts:" +msgstr "" + +#: ../../include/bb2diaspora.php:407 ../../include/event.php:30 +msgid "Finishes:" +msgstr "" + +#: ../../include/bb2diaspora.php:415 ../../include/event.php:40 +#: ../../mod/directory.php:134 ../../mod/events.php:471 ../../boot.php:1406 +msgid "Location:" +msgstr "" + +#: ../../include/follow.php:27 ../../mod/dfrn_request.php:502 +msgid "Disallowed profile URL." +msgstr "" + +#: ../../include/follow.php:32 +msgid "Connect URL missing." +msgstr "" + +#: ../../include/follow.php:59 +msgid "" +"This site is not configured to allow communications with other networks." +msgstr "" + +#: ../../include/follow.php:60 ../../include/follow.php:80 +msgid "No compatible communication protocols or feeds were discovered." +msgstr "" + +#: ../../include/follow.php:78 +msgid "The profile address specified does not provide adequate information." +msgstr "" + +#: ../../include/follow.php:82 +msgid "An author or name was not found." +msgstr "" + +#: ../../include/follow.php:84 +msgid "No browser URL could be matched to this address." +msgstr "" + +#: ../../include/follow.php:86 +msgid "" +"Unable to match @-style Identity Address with a known protocol or email " +"contact." +msgstr "" + +#: ../../include/follow.php:87 +msgid "Use mailto: in front of address to force email check." +msgstr "" + +#: ../../include/follow.php:93 +msgid "" +"The profile address specified belongs to a network which has been disabled " +"on this site." +msgstr "" + +#: ../../include/follow.php:103 +msgid "" +"Limited profile. This person will be unable to receive direct/personal " +"notifications from you." +msgstr "" + +#: ../../include/follow.php:205 +msgid "Unable to retrieve contact information." +msgstr "" + +#: ../../include/follow.php:259 +msgid "following" +msgstr "" + +#: ../../include/user.php:39 +msgid "An invitation is required." +msgstr "" + +#: ../../include/user.php:44 +msgid "Invitation could not be verified." +msgstr "" + +#: ../../include/user.php:52 +msgid "Invalid OpenID url" +msgstr "" + +#: ../../include/user.php:67 +msgid "Please enter the required information." +msgstr "" + +#: ../../include/user.php:81 +msgid "Please use a shorter name." +msgstr "" + +#: ../../include/user.php:83 +msgid "Name too short." +msgstr "" + +#: ../../include/user.php:98 +msgid "That doesn't appear to be your full (First Last) name." +msgstr "" + +#: ../../include/user.php:103 +msgid "Your email domain is not among those allowed on this site." +msgstr "" + +#: ../../include/user.php:106 +msgid "Not a valid email address." +msgstr "" + +#: ../../include/user.php:116 +msgid "Cannot use that email." +msgstr "" + +#: ../../include/user.php:122 +msgid "" +"Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and " +"must also begin with a letter." +msgstr "" + +#: ../../include/user.php:128 ../../include/user.php:226 +msgid "Nickname is already registered. Please choose another." +msgstr "" + +#: ../../include/user.php:138 +msgid "" +"Nickname was once registered here and may not be re-used. Please choose " +"another." +msgstr "" + +#: ../../include/user.php:154 +msgid "SERIOUS ERROR: Generation of security keys failed." +msgstr "" + +#: ../../include/user.php:212 +msgid "An error occurred during registration. Please try again." +msgstr "" + +#: ../../include/user.php:247 +msgid "An error occurred creating your default profile. Please try again." +msgstr "" + +#: ../../include/contact_selectors.php:32 +msgid "Unknown | Not categorised" +msgstr "" + +#: ../../include/contact_selectors.php:33 +msgid "Block immediately" +msgstr "" + +#: ../../include/contact_selectors.php:34 +msgid "Shady, spammer, self-marketer" +msgstr "" + +#: ../../include/contact_selectors.php:35 +msgid "Known to me, but no opinion" +msgstr "" + +#: ../../include/contact_selectors.php:36 +msgid "OK, probably harmless" +msgstr "" + +#: ../../include/contact_selectors.php:37 +msgid "Reputable, has my trust" +msgstr "" + +#: ../../include/contact_selectors.php:56 +msgid "Frequently" +msgstr "" + +#: ../../include/contact_selectors.php:57 +msgid "Hourly" +msgstr "" + +#: ../../include/contact_selectors.php:58 +msgid "Twice daily" +msgstr "" + +#: ../../include/contact_selectors.php:76 ../../mod/dfrn_request.php:840 +msgid "Friendica" +msgstr "" + +#: ../../include/contact_selectors.php:77 +msgid "OStatus" +msgstr "" + +#: ../../include/contact_selectors.php:78 +msgid "RSS/Atom" +msgstr "" + +#: ../../include/contact_selectors.php:79 +#: ../../include/contact_selectors.php:86 ../../mod/admin.php:754 +#: ../../mod/admin.php:765 +msgid "Email" +msgstr "" + +#: ../../include/contact_selectors.php:80 ../../mod/settings.php:681 +#: ../../mod/dfrn_request.php:842 +msgid "Diaspora" +msgstr "" + +#: ../../include/contact_selectors.php:82 +msgid "Zot!" +msgstr "" + +#: ../../include/contact_selectors.php:83 +msgid "LinkedIn" +msgstr "" + +#: ../../include/contact_selectors.php:84 +msgid "XMPP/IM" +msgstr "" + +#: ../../include/contact_selectors.php:85 +msgid "MySpace" +msgstr "" + +#: ../../include/contact_selectors.php:87 +msgid "Google+" +msgstr "" + +#: ../../include/contact_widgets.php:6 +msgid "Add New Contact" +msgstr "" + +#: ../../include/contact_widgets.php:7 +msgid "Enter address or web location" +msgstr "" + +#: ../../include/contact_widgets.php:8 +msgid "Example: bob@example.com, http://example.com/barbara" +msgstr "" + +#: ../../include/contact_widgets.php:9 ../../mod/suggest.php:88 +#: ../../mod/match.php:58 ../../boot.php:1338 +msgid "Connect" +msgstr "" + +#: ../../include/contact_widgets.php:23 +#, php-format +msgid "%d invitation available" +msgid_plural "%d invitations available" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/contact_widgets.php:29 +msgid "Find People" +msgstr "" + +#: ../../include/contact_widgets.php:30 +msgid "Enter name or interest" +msgstr "" + +#: ../../include/contact_widgets.php:31 +msgid "Connect/Follow" +msgstr "" + +#: ../../include/contact_widgets.php:32 +msgid "Examples: Robert Morgenstein, Fishing" +msgstr "" + +#: ../../include/contact_widgets.php:33 ../../mod/contacts.php:613 +#: ../../mod/directory.php:61 +msgid "Find" +msgstr "" + +#: ../../include/contact_widgets.php:34 ../../mod/suggest.php:66 +#: ../../view/theme/diabook/theme.php:520 +msgid "Friend Suggestions" +msgstr "" + +#: ../../include/contact_widgets.php:35 ../../view/theme/diabook/theme.php:519 +msgid "Similar Interests" +msgstr "" + +#: ../../include/contact_widgets.php:36 +msgid "Random Profile" +msgstr "" + +#: ../../include/contact_widgets.php:37 ../../view/theme/diabook/theme.php:521 +msgid "Invite Friends" +msgstr "" + +#: ../../include/contact_widgets.php:70 +msgid "Networks" +msgstr "" + +#: ../../include/contact_widgets.php:73 +msgid "All Networks" +msgstr "" + +#: ../../include/contact_widgets.php:103 ../../include/features.php:59 +msgid "Saved Folders" +msgstr "" + +#: ../../include/contact_widgets.php:106 ../../include/contact_widgets.php:138 +msgid "Everything" +msgstr "" + +#: ../../include/contact_widgets.php:135 +msgid "Categories" +msgstr "" + +#: ../../include/contact_widgets.php:199 ../../mod/contacts.php:343 +#, php-format +msgid "%d contact in common" +msgid_plural "%d contacts in common" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/Scrape.php:583 +msgid " on Last.fm" +msgstr "" + +#: ../../include/bbcode.php:210 ../../include/bbcode.php:545 +msgid "Image/photo" +msgstr "" + +#: ../../include/bbcode.php:272 +#, php-format +msgid "" +"%s wrote the following post" +msgstr "" + +#: ../../include/bbcode.php:510 ../../include/bbcode.php:530 +msgid "$1 wrote:" +msgstr "" + +#: ../../include/bbcode.php:553 ../../include/bbcode.php:554 +msgid "Encrypted content" +msgstr "" + +#: ../../include/datetime.php:43 ../../include/datetime.php:45 +msgid "Miscellaneous" +msgstr "" + +#: ../../include/datetime.php:153 ../../include/datetime.php:285 +msgid "year" +msgstr "" + +#: ../../include/datetime.php:158 ../../include/datetime.php:286 +msgid "month" +msgstr "" + +#: ../../include/datetime.php:163 ../../include/datetime.php:288 +msgid "day" +msgstr "" + +#: ../../include/datetime.php:276 +msgid "never" +msgstr "" + +#: ../../include/datetime.php:282 +msgid "less than a second ago" +msgstr "" + +#: ../../include/datetime.php:287 +msgid "week" +msgstr "" + +#: ../../include/datetime.php:289 +msgid "hour" +msgstr "" + +#: ../../include/datetime.php:289 +msgid "hours" +msgstr "" + +#: ../../include/datetime.php:290 +msgid "minute" +msgstr "" + +#: ../../include/datetime.php:290 +msgid "minutes" +msgstr "" + +#: ../../include/datetime.php:291 +msgid "second" +msgstr "" + +#: ../../include/datetime.php:291 +msgid "seconds" +msgstr "" + +#: ../../include/datetime.php:300 +#, php-format +msgid "%1$d %2$s ago" +msgstr "" + +#: ../../include/datetime.php:472 ../../include/items.php:1764 +#, php-format +msgid "%s's birthday" +msgstr "" + +#: ../../include/datetime.php:473 ../../include/items.php:1765 +#, php-format +msgid "Happy Birthday %s" +msgstr "" + #: ../../include/plugin.php:439 ../../include/plugin.php:441 msgid "Click here to upgrade." msgstr "" @@ -6237,11 +3734,241 @@ msgstr "" msgid "This action is not available under your subscription plan." msgstr "" +#: ../../include/delivery.php:457 ../../include/notifier.php:775 +msgid "(no subject)" +msgstr "" + +#: ../../include/diaspora.php:621 ../../include/conversation.php:172 +#: ../../mod/dfrn_confirm.php:477 +#, php-format +msgid "%1$s is now friends with %2$s" +msgstr "" + +#: ../../include/diaspora.php:704 +msgid "Sharing notification from Diaspora network" +msgstr "" + +#: ../../include/diaspora.php:2262 +msgid "Attachments:" +msgstr "" + +#: ../../include/features.php:23 +msgid "General Features" +msgstr "" + +#: ../../include/features.php:25 +msgid "Multiple Profiles" +msgstr "" + +#: ../../include/features.php:25 +msgid "Ability to create multiple profiles" +msgstr "" + +#: ../../include/features.php:30 +msgid "Post Composition Features" +msgstr "" + +#: ../../include/features.php:31 +msgid "Richtext Editor" +msgstr "" + +#: ../../include/features.php:31 +msgid "Enable richtext editor" +msgstr "" + +#: ../../include/features.php:32 +msgid "Post Preview" +msgstr "" + +#: ../../include/features.php:32 +msgid "Allow previewing posts and comments before publishing them" +msgstr "" + +#: ../../include/features.php:37 +msgid "Network Sidebar Widgets" +msgstr "" + +#: ../../include/features.php:38 +msgid "Search by Date" +msgstr "" + +#: ../../include/features.php:38 +msgid "Ability to select posts by date ranges" +msgstr "" + +#: ../../include/features.php:39 +msgid "Group Filter" +msgstr "" + +#: ../../include/features.php:39 +msgid "Enable widget to display Network posts only from selected group" +msgstr "" + +#: ../../include/features.php:40 +msgid "Network Filter" +msgstr "" + +#: ../../include/features.php:40 +msgid "Enable widget to display Network posts only from selected network" +msgstr "" + +#: ../../include/features.php:41 ../../mod/search.php:30 +#: ../../mod/network.php:233 +msgid "Saved Searches" +msgstr "" + +#: ../../include/features.php:41 +msgid "Save search terms for re-use" +msgstr "" + +#: ../../include/features.php:46 +msgid "Network Tabs" +msgstr "" + +#: ../../include/features.php:47 +msgid "Network Personal Tab" +msgstr "" + +#: ../../include/features.php:47 +msgid "Enable tab to display only Network posts that you've interacted on" +msgstr "" + +#: ../../include/features.php:48 +msgid "Network New Tab" +msgstr "" + +#: ../../include/features.php:48 +msgid "Enable tab to display only new Network posts (from the last 12 hours)" +msgstr "" + +#: ../../include/features.php:49 +msgid "Network Shared Links Tab" +msgstr "" + +#: ../../include/features.php:49 +msgid "Enable tab to display only Network posts with links in them" +msgstr "" + +#: ../../include/features.php:54 +msgid "Post/Comment Tools" +msgstr "" + +#: ../../include/features.php:55 +msgid "Multiple Deletion" +msgstr "" + +#: ../../include/features.php:55 +msgid "Select and delete multiple posts/comments at once" +msgstr "" + +#: ../../include/features.php:56 +msgid "Edit Sent Posts" +msgstr "" + +#: ../../include/features.php:56 +msgid "Edit and correct posts and comments after sending" +msgstr "" + +#: ../../include/features.php:57 +msgid "Tagging" +msgstr "" + +#: ../../include/features.php:57 +msgid "Ability to tag existing posts" +msgstr "" + +#: ../../include/features.php:58 +msgid "Post Categories" +msgstr "" + +#: ../../include/features.php:58 +msgid "Add categories to your posts" +msgstr "" + +#: ../../include/features.php:59 +msgid "Ability to file posts under folders" +msgstr "" + +#: ../../include/features.php:60 +msgid "Dislike Posts" +msgstr "" + +#: ../../include/features.php:60 +msgid "Ability to dislike posts/comments" +msgstr "" + +#: ../../include/features.php:61 +msgid "Star Posts" +msgstr "" + +#: ../../include/features.php:61 +msgid "Ability to mark special posts with a star indicator" +msgstr "" + +#: ../../include/dba.php:44 +#, php-format +msgid "Cannot locate DNS info for database server '%s'" +msgstr "" + +#: ../../include/group.php:25 +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 "" + +#: ../../include/group.php:207 +msgid "Default privacy group for new contacts" +msgstr "" + +#: ../../include/group.php:226 +msgid "Everybody" +msgstr "" + +#: ../../include/group.php:249 +msgid "edit" +msgstr "" + +#: ../../include/group.php:270 ../../mod/newmember.php:66 +msgid "Groups" +msgstr "" + +#: ../../include/group.php:271 +msgid "Edit group" +msgstr "" + +#: ../../include/group.php:272 +msgid "Create a new group" +msgstr "" + +#: ../../include/group.php:273 +msgid "Contacts not in any group" +msgstr "" + +#: ../../include/group.php:275 ../../mod/network.php:234 +msgid "add" +msgstr "" + +#: ../../include/conversation.php:140 ../../mod/like.php:170 +#, php-format +msgid "%1$s doesn't like %2$s's %3$s" +msgstr "" + #: ../../include/conversation.php:207 #, php-format msgid "%1$s poked %2$s" msgstr "" +#: ../../include/conversation.php:227 ../../mod/mood.php:62 +#, php-format +msgid "%1$s is currently %2$s" +msgstr "" + +#: ../../include/conversation.php:266 ../../mod/tagger.php:95 +#, php-format +msgid "%1$s tagged %2$s's %3$s with %4$s" +msgstr "" + #: ../../include/conversation.php:291 msgid "post/item" msgstr "" @@ -6251,6 +3978,51 @@ msgstr "" msgid "%1$s marked %2$s's %3$s as favorite" msgstr "" +#: ../../include/conversation.php:587 ../../mod/content.php:461 +#: ../../mod/content.php:763 ../../object/Item.php:126 +msgid "Select" +msgstr "" + +#: ../../include/conversation.php:588 ../../mod/settings.php:623 +#: ../../mod/admin.php:758 ../../mod/group.php:171 ../../mod/photos.php:1637 +#: ../../mod/content.php:462 ../../mod/content.php:764 +#: ../../object/Item.php:127 +msgid "Delete" +msgstr "" + +#: ../../include/conversation.php:627 ../../mod/content.php:495 +#: ../../mod/content.php:875 ../../mod/content.php:876 +#: ../../object/Item.php:306 ../../object/Item.php:307 +#, php-format +msgid "View %s's profile @ %s" +msgstr "" + +#: ../../include/conversation.php:639 ../../object/Item.php:297 +msgid "Categories:" +msgstr "" + +#: ../../include/conversation.php:640 ../../object/Item.php:298 +msgid "Filed under:" +msgstr "" + +#: ../../include/conversation.php:647 ../../mod/content.php:505 +#: ../../mod/content.php:887 ../../object/Item.php:320 +#, php-format +msgid "%s from %s" +msgstr "" + +#: ../../include/conversation.php:662 ../../mod/content.php:520 +msgid "View in context" +msgstr "" + +#: ../../include/conversation.php:664 ../../include/conversation.php:1060 +#: ../../mod/editpost.php:124 ../../mod/wallmessage.php:156 +#: ../../mod/message.php:334 ../../mod/message.php:565 +#: ../../mod/photos.php:1532 ../../mod/content.php:522 +#: ../../mod/content.php:906 ../../object/Item.php:341 +msgid "Please wait" +msgstr "" + #: ../../include/conversation.php:728 msgid "remove" msgstr "" @@ -6263,37 +4035,6 @@ msgstr "" msgid "Follow Thread" msgstr "" -#: ../../include/conversation.php:832 ../../include/Contact.php:226 -msgid "View Status" -msgstr "" - -#: ../../include/conversation.php:833 ../../include/Contact.php:227 -msgid "View Profile" -msgstr "" - -#: ../../include/conversation.php:834 ../../include/Contact.php:228 -msgid "View Photos" -msgstr "" - -#: ../../include/conversation.php:835 ../../include/Contact.php:229 -#: ../../include/Contact.php:251 -msgid "Network Posts" -msgstr "" - -#: ../../include/conversation.php:836 ../../include/Contact.php:230 -#: ../../include/Contact.php:251 -msgid "Edit Contact" -msgstr "" - -#: ../../include/conversation.php:837 ../../include/Contact.php:231 -#: ../../include/Contact.php:251 -msgid "Send PM" -msgstr "" - -#: ../../include/conversation.php:838 ../../include/Contact.php:225 -msgid "Poke" -msgstr "" - #: ../../include/conversation.php:900 #, php-format msgid "%s likes this." @@ -6337,6 +4078,13 @@ msgstr "" msgid "Visible to everybody" msgstr "" +#: ../../include/conversation.php:958 ../../include/conversation.php:976 +#: ../../mod/wallmessage.php:127 ../../mod/wallmessage.php:135 +#: ../../mod/message.php:283 ../../mod/message.php:291 +#: ../../mod/message.php:466 ../../mod/message.php:474 +msgid "Please enter a link URL:" +msgstr "" + #: ../../include/conversation.php:959 ../../include/conversation.php:977 msgid "Please enter a video link/URL:" msgstr "" @@ -6349,6 +4097,11 @@ msgstr "" msgid "Tag term:" msgstr "" +#: ../../include/conversation.php:962 ../../include/conversation.php:980 +#: ../../mod/filer.php:30 +msgid "Save to Folder:" +msgstr "" + #: ../../include/conversation.php:963 ../../include/conversation.php:981 msgid "Where are you right now?" msgstr "" @@ -6361,10 +4114,105 @@ msgstr "" msgid "Post to Email" msgstr "" +#: ../../include/conversation.php:1041 ../../mod/photos.php:1531 +msgid "Share" +msgstr "" + +#: ../../include/conversation.php:1042 ../../mod/editpost.php:110 +#: ../../mod/wallmessage.php:154 ../../mod/message.php:332 +#: ../../mod/message.php:562 +msgid "Upload photo" +msgstr "" + +#: ../../include/conversation.php:1043 ../../mod/editpost.php:111 +msgid "upload photo" +msgstr "" + +#: ../../include/conversation.php:1044 ../../mod/editpost.php:112 +msgid "Attach file" +msgstr "" + +#: ../../include/conversation.php:1045 ../../mod/editpost.php:113 +msgid "attach file" +msgstr "" + +#: ../../include/conversation.php:1046 ../../mod/editpost.php:114 +#: ../../mod/wallmessage.php:155 ../../mod/message.php:333 +#: ../../mod/message.php:563 +msgid "Insert web link" +msgstr "" + +#: ../../include/conversation.php:1047 ../../mod/editpost.php:115 +msgid "web link" +msgstr "" + +#: ../../include/conversation.php:1048 ../../mod/editpost.php:116 +msgid "Insert video link" +msgstr "" + +#: ../../include/conversation.php:1049 ../../mod/editpost.php:117 +msgid "video link" +msgstr "" + +#: ../../include/conversation.php:1050 ../../mod/editpost.php:118 +msgid "Insert audio link" +msgstr "" + +#: ../../include/conversation.php:1051 ../../mod/editpost.php:119 +msgid "audio link" +msgstr "" + +#: ../../include/conversation.php:1052 ../../mod/editpost.php:120 +msgid "Set your location" +msgstr "" + +#: ../../include/conversation.php:1053 ../../mod/editpost.php:121 +msgid "set location" +msgstr "" + +#: ../../include/conversation.php:1054 ../../mod/editpost.php:122 +msgid "Clear browser location" +msgstr "" + +#: ../../include/conversation.php:1055 ../../mod/editpost.php:123 +msgid "clear location" +msgstr "" + +#: ../../include/conversation.php:1057 ../../mod/editpost.php:137 +msgid "Set title" +msgstr "" + +#: ../../include/conversation.php:1059 ../../mod/editpost.php:139 +msgid "Categories (comma-separated list)" +msgstr "" + +#: ../../include/conversation.php:1061 ../../mod/editpost.php:125 +msgid "Permission settings" +msgstr "" + #: ../../include/conversation.php:1062 msgid "permissions" msgstr "" +#: ../../include/conversation.php:1070 ../../mod/editpost.php:133 +msgid "CC: email addresses" +msgstr "" + +#: ../../include/conversation.php:1071 ../../mod/editpost.php:134 +msgid "Public post" +msgstr "" + +#: ../../include/conversation.php:1073 ../../mod/editpost.php:140 +msgid "Example: bob@example.com, mary@example.com" +msgstr "" + +#: ../../include/conversation.php:1077 ../../mod/editpost.php:145 +#: ../../mod/photos.php:1553 ../../mod/photos.php:1597 +#: ../../mod/photos.php:1680 ../../mod/content.php:742 +#: ../../object/Item.php:662 +msgid "Preview" +msgstr "" + #: ../../include/conversation.php:1086 msgid "Post to Groups" msgstr "" @@ -6377,249 +4225,6 @@ msgstr "" msgid "Private post" msgstr "" -#: ../../include/contact_widgets.php:6 -msgid "Add New Contact" -msgstr "" - -#: ../../include/contact_widgets.php:7 -msgid "Enter address or web location" -msgstr "" - -#: ../../include/contact_widgets.php:8 -msgid "Example: bob@example.com, http://example.com/barbara" -msgstr "" - -#: ../../include/contact_widgets.php:23 -#, php-format -msgid "%d invitation available" -msgid_plural "%d invitations available" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/contact_widgets.php:29 -msgid "Find People" -msgstr "" - -#: ../../include/contact_widgets.php:30 -msgid "Enter name or interest" -msgstr "" - -#: ../../include/contact_widgets.php:31 -msgid "Connect/Follow" -msgstr "" - -#: ../../include/contact_widgets.php:32 -msgid "Examples: Robert Morgenstein, Fishing" -msgstr "" - -#: ../../include/contact_widgets.php:36 -msgid "Random Profile" -msgstr "" - -#: ../../include/contact_widgets.php:70 -msgid "Networks" -msgstr "" - -#: ../../include/contact_widgets.php:73 -msgid "All Networks" -msgstr "" - -#: ../../include/contact_widgets.php:106 ../../include/contact_widgets.php:138 -msgid "Everything" -msgstr "" - -#: ../../include/contact_widgets.php:135 -msgid "Categories" -msgstr "" - -#: ../../include/nav.php:73 -msgid "End this session" -msgstr "" - -#: ../../include/nav.php:91 -msgid "Sign in" -msgstr "" - -#: ../../include/nav.php:104 -msgid "Home Page" -msgstr "" - -#: ../../include/nav.php:108 -msgid "Create an account" -msgstr "" - -#: ../../include/nav.php:113 -msgid "Help and documentation" -msgstr "" - -#: ../../include/nav.php:116 -msgid "Apps" -msgstr "" - -#: ../../include/nav.php:116 -msgid "Addon applications, utilities, games" -msgstr "" - -#: ../../include/nav.php:118 -msgid "Search site content" -msgstr "" - -#: ../../include/nav.php:128 -msgid "Conversations on this site" -msgstr "" - -#: ../../include/nav.php:130 -msgid "Directory" -msgstr "" - -#: ../../include/nav.php:130 -msgid "People directory" -msgstr "" - -#: ../../include/nav.php:140 -msgid "Conversations from your friends" -msgstr "" - -#: ../../include/nav.php:141 -msgid "Network Reset" -msgstr "" - -#: ../../include/nav.php:141 -msgid "Load Network page with no filters" -msgstr "" - -#: ../../include/nav.php:149 -msgid "Friend Requests" -msgstr "" - -#: ../../include/nav.php:151 -msgid "See all notifications" -msgstr "" - -#: ../../include/nav.php:152 -msgid "Mark all system notifications seen" -msgstr "" - -#: ../../include/nav.php:156 -msgid "Private mail" -msgstr "" - -#: ../../include/nav.php:157 -msgid "Inbox" -msgstr "" - -#: ../../include/nav.php:158 -msgid "Outbox" -msgstr "" - -#: ../../include/nav.php:162 -msgid "Manage" -msgstr "" - -#: ../../include/nav.php:162 -msgid "Manage other pages" -msgstr "" - -#: ../../include/nav.php:165 -msgid "Delegations" -msgstr "" - -#: ../../include/nav.php:169 -msgid "Manage/Edit Profiles" -msgstr "" - -#: ../../include/nav.php:171 -msgid "Manage/edit friends and contacts" -msgstr "" - -#: ../../include/nav.php:178 -msgid "Site setup and configuration" -msgstr "" - -#: ../../include/nav.php:182 -msgid "Navigation" -msgstr "" - -#: ../../include/nav.php:182 -msgid "Site map" -msgstr "" - -#: ../../include/contact_selectors.php:32 -msgid "Unknown | Not categorised" -msgstr "" - -#: ../../include/contact_selectors.php:33 -msgid "Block immediately" -msgstr "" - -#: ../../include/contact_selectors.php:34 -msgid "Shady, spammer, self-marketer" -msgstr "" - -#: ../../include/contact_selectors.php:35 -msgid "Known to me, but no opinion" -msgstr "" - -#: ../../include/contact_selectors.php:36 -msgid "OK, probably harmless" -msgstr "" - -#: ../../include/contact_selectors.php:37 -msgid "Reputable, has my trust" -msgstr "" - -#: ../../include/contact_selectors.php:56 -msgid "Frequently" -msgstr "" - -#: ../../include/contact_selectors.php:57 -msgid "Hourly" -msgstr "" - -#: ../../include/contact_selectors.php:58 -msgid "Twice daily" -msgstr "" - -#: ../../include/contact_selectors.php:59 -msgid "Daily" -msgstr "" - -#: ../../include/contact_selectors.php:60 -msgid "Weekly" -msgstr "" - -#: ../../include/contact_selectors.php:61 -msgid "Monthly" -msgstr "" - -#: ../../include/contact_selectors.php:77 -msgid "OStatus" -msgstr "" - -#: ../../include/contact_selectors.php:78 -msgid "RSS/Atom" -msgstr "" - -#: ../../include/contact_selectors.php:82 -msgid "Zot!" -msgstr "" - -#: ../../include/contact_selectors.php:83 -msgid "LinkedIn" -msgstr "" - -#: ../../include/contact_selectors.php:84 -msgid "XMPP/IM" -msgstr "" - -#: ../../include/contact_selectors.php:85 -msgid "MySpace" -msgstr "" - -#: ../../include/contact_selectors.php:87 -msgid "Google+" -msgstr "" - #: ../../include/enotify.php:16 msgid "Friendica Notification" msgstr "" @@ -6805,95 +4410,237 @@ msgstr "" msgid "Please visit %s to approve or reject the suggestion." msgstr "" -#: ../../include/user.php:39 -msgid "An invitation is required." +#: ../../include/message.php:15 ../../include/message.php:172 +msgid "[no subject]" msgstr "" -#: ../../include/user.php:44 -msgid "Invitation could not be verified." +#: ../../include/message.php:144 ../../mod/item.php:443 +#: ../../mod/wall_upload.php:135 ../../mod/wall_upload.php:144 +#: ../../mod/wall_upload.php:151 +msgid "Wall Photos" msgstr "" -#: ../../include/user.php:52 -msgid "Invalid OpenID url" +#: ../../include/nav.php:34 ../../mod/navigation.php:20 +msgid "Nothing new here" msgstr "" -#: ../../include/user.php:67 -msgid "Please enter the required information." +#: ../../include/nav.php:38 ../../mod/navigation.php:24 +msgid "Clear notifications" msgstr "" -#: ../../include/user.php:81 -msgid "Please use a shorter name." +#: ../../include/nav.php:73 ../../boot.php:1057 +msgid "Logout" msgstr "" -#: ../../include/user.php:83 -msgid "Name too short." +#: ../../include/nav.php:73 +msgid "End this session" msgstr "" -#: ../../include/user.php:98 -msgid "That doesn't appear to be your full (First Last) name." +#: ../../include/nav.php:76 ../../boot.php:1861 +msgid "Status" msgstr "" -#: ../../include/user.php:103 -msgid "Your email domain is not among those allowed on this site." +#: ../../include/nav.php:76 ../../include/nav.php:143 +#: ../../view/theme/diabook/theme.php:87 +msgid "Your posts and conversations" msgstr "" -#: ../../include/user.php:106 -msgid "Not a valid email address." +#: ../../include/nav.php:77 ../../view/theme/diabook/theme.php:88 +msgid "Your profile page" msgstr "" -#: ../../include/user.php:116 -msgid "Cannot use that email." +#: ../../include/nav.php:78 ../../mod/fbrowser.php:25 +#: ../../view/theme/diabook/theme.php:90 ../../boot.php:1875 +msgid "Photos" msgstr "" -#: ../../include/user.php:122 -msgid "" -"Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and " -"must also begin with a letter." +#: ../../include/nav.php:78 ../../view/theme/diabook/theme.php:90 +msgid "Your photos" msgstr "" -#: ../../include/user.php:128 ../../include/user.php:226 -msgid "Nickname is already registered. Please choose another." +#: ../../include/nav.php:79 ../../mod/events.php:370 +#: ../../view/theme/diabook/theme.php:91 ../../boot.php:1885 +msgid "Events" msgstr "" -#: ../../include/user.php:138 -msgid "" -"Nickname was once registered here and may not be re-used. Please choose " -"another." +#: ../../include/nav.php:79 ../../view/theme/diabook/theme.php:91 +msgid "Your events" msgstr "" -#: ../../include/user.php:154 -msgid "SERIOUS ERROR: Generation of security keys failed." +#: ../../include/nav.php:80 ../../view/theme/diabook/theme.php:92 +msgid "Personal notes" msgstr "" -#: ../../include/user.php:212 -msgid "An error occurred during registration. Please try again." +#: ../../include/nav.php:80 ../../view/theme/diabook/theme.php:92 +msgid "Your personal photos" msgstr "" -#: ../../include/user.php:247 -msgid "An error occurred creating your default profile. Please try again." +#: ../../include/nav.php:91 +msgid "Sign in" msgstr "" -#: ../../include/acl_selectors.php:325 -msgid "Visible to everybody" +#: ../../include/nav.php:104 ../../include/nav.php:143 +#: ../../mod/notifications.php:93 ../../view/theme/diabook/theme.php:87 +msgid "Home" msgstr "" -#: ../../include/bbcode.php:210 ../../include/bbcode.php:545 -msgid "Image/photo" +#: ../../include/nav.php:104 +msgid "Home Page" msgstr "" -#: ../../include/bbcode.php:272 -#, php-format -msgid "" -"%s wrote the following post" +#: ../../include/nav.php:108 ../../mod/register.php:275 ../../boot.php:1033 +msgid "Register" msgstr "" -#: ../../include/bbcode.php:510 ../../include/bbcode.php:530 -msgid "$1 wrote:" +#: ../../include/nav.php:108 +msgid "Create an account" msgstr "" -#: ../../include/bbcode.php:553 ../../include/bbcode.php:554 -msgid "Encrypted content" +#: ../../include/nav.php:113 +msgid "Help and documentation" +msgstr "" + +#: ../../include/nav.php:116 +msgid "Apps" +msgstr "" + +#: ../../include/nav.php:116 +msgid "Addon applications, utilities, games" +msgstr "" + +#: ../../include/nav.php:118 +msgid "Search site content" +msgstr "" + +#: ../../include/nav.php:128 ../../mod/community.php:32 +#: ../../view/theme/diabook/theme.php:93 +msgid "Community" +msgstr "" + +#: ../../include/nav.php:128 +msgid "Conversations on this site" +msgstr "" + +#: ../../include/nav.php:130 +msgid "Directory" +msgstr "" + +#: ../../include/nav.php:130 +msgid "People directory" +msgstr "" + +#: ../../include/nav.php:140 ../../mod/notifications.php:83 +msgid "Network" +msgstr "" + +#: ../../include/nav.php:140 +msgid "Conversations from your friends" +msgstr "" + +#: ../../include/nav.php:141 +msgid "Network Reset" +msgstr "" + +#: ../../include/nav.php:141 +msgid "Load Network page with no filters" +msgstr "" + +#: ../../include/nav.php:149 ../../mod/notifications.php:98 +msgid "Introductions" +msgstr "" + +#: ../../include/nav.php:149 +msgid "Friend Requests" +msgstr "" + +#: ../../include/nav.php:150 ../../mod/notifications.php:220 +msgid "Notifications" +msgstr "" + +#: ../../include/nav.php:151 +msgid "See all notifications" +msgstr "" + +#: ../../include/nav.php:152 +msgid "Mark all system notifications seen" +msgstr "" + +#: ../../include/nav.php:156 ../../mod/message.php:182 +#: ../../mod/notifications.php:103 +msgid "Messages" +msgstr "" + +#: ../../include/nav.php:156 +msgid "Private mail" +msgstr "" + +#: ../../include/nav.php:157 +msgid "Inbox" +msgstr "" + +#: ../../include/nav.php:158 +msgid "Outbox" +msgstr "" + +#: ../../include/nav.php:159 ../../mod/message.php:9 +msgid "New Message" +msgstr "" + +#: ../../include/nav.php:162 +msgid "Manage" +msgstr "" + +#: ../../include/nav.php:162 +msgid "Manage other pages" +msgstr "" + +#: ../../include/nav.php:165 +msgid "Delegations" +msgstr "" + +#: ../../include/nav.php:165 ../../mod/delegate.php:121 +msgid "Delegate Page Management" +msgstr "" + +#: ../../include/nav.php:167 ../../mod/settings.php:30 ../../mod/uexport.php:9 +msgid "Account settings" +msgstr "" + +#: ../../include/nav.php:169 ../../boot.php:1360 +msgid "Profiles" +msgstr "" + +#: ../../include/nav.php:169 +msgid "Manage/Edit Profiles" +msgstr "" + +#: ../../include/nav.php:171 ../../mod/contacts.php:607 +#: ../../view/theme/diabook/theme.php:89 +msgid "Contacts" +msgstr "" + +#: ../../include/nav.php:171 +msgid "Manage/edit friends and contacts" +msgstr "" + +#: ../../include/nav.php:178 ../../mod/admin.php:120 +msgid "Admin" +msgstr "" + +#: ../../include/nav.php:178 +msgid "Site setup and configuration" +msgstr "" + +#: ../../include/nav.php:182 +msgid "Navigation" +msgstr "" + +#: ../../include/nav.php:182 +msgid "Site map" +msgstr "" + +#: ../../include/network.php:875 +msgid "view full size" msgstr "" #: ../../include/oembed.php:138 @@ -6904,114 +4651,4751 @@ msgstr "" msgid "Embedding disabled" msgstr "" -#: ../../include/group.php:25 +#: ../../include/items.php:3439 ../../mod/dfrn_request.php:716 +msgid "[Name Withheld]" +msgstr "" + +#: ../../include/items.php:3446 +msgid "A new person is sharing with you at " +msgstr "" + +#: ../../include/items.php:3446 +msgid "You have a new follower at " +msgstr "" + +#: ../../include/items.php:3930 ../../mod/admin.php:158 +#: ../../mod/admin.php:797 ../../mod/admin.php:997 ../../mod/viewsrc.php:15 +#: ../../mod/notice.php:15 ../../mod/display.php:51 ../../mod/display.php:210 +msgid "Item not found." +msgstr "" + +#: ../../include/items.php:3969 +msgid "Do you really want to delete this item?" +msgstr "" + +#: ../../include/items.php:3971 ../../mod/profiles.php:606 +#: ../../mod/api.php:105 ../../mod/register.php:239 ../../mod/contacts.php:246 +#: ../../mod/settings.php:934 ../../mod/settings.php:940 +#: ../../mod/settings.php:948 ../../mod/settings.php:952 +#: ../../mod/settings.php:957 ../../mod/settings.php:963 +#: ../../mod/settings.php:969 ../../mod/settings.php:975 +#: ../../mod/settings.php:1005 ../../mod/settings.php:1006 +#: ../../mod/settings.php:1007 ../../mod/settings.php:1008 +#: ../../mod/settings.php:1009 ../../mod/dfrn_request.php:836 +#: ../../mod/suggest.php:29 ../../mod/message.php:209 +msgid "Yes" +msgstr "" + +#: ../../include/items.php:4164 +msgid "Archives" +msgstr "" + +#: ../../include/security.php:22 +msgid "Welcome " +msgstr "" + +#: ../../include/security.php:23 +msgid "Please upload a profile photo." +msgstr "" + +#: ../../include/security.php:26 +msgid "Welcome back " +msgstr "" + +#: ../../include/security.php:366 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." +"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/group.php:207 -msgid "Default privacy group for new contacts" +#: ../../mod/profiles.php:18 ../../mod/profiles.php:133 +#: ../../mod/profiles.php:160 ../../mod/profiles.php:579 +#: ../../mod/dfrn_confirm.php:62 +msgid "Profile not found." msgstr "" -#: ../../include/group.php:226 -msgid "Everybody" +#: ../../mod/profiles.php:37 +msgid "Profile deleted." msgstr "" -#: ../../include/group.php:249 -msgid "edit" +#: ../../mod/profiles.php:55 ../../mod/profiles.php:89 +msgid "Profile-" msgstr "" -#: ../../include/group.php:271 -msgid "Edit group" +#: ../../mod/profiles.php:74 ../../mod/profiles.php:117 +msgid "New profile created." msgstr "" -#: ../../include/group.php:272 -msgid "Create a new group" +#: ../../mod/profiles.php:95 +msgid "Profile unavailable to clone." msgstr "" -#: ../../include/group.php:273 -msgid "Contacts not in any group" +#: ../../mod/profiles.php:170 +msgid "Profile Name is required." msgstr "" -#: ../../include/Contact.php:115 -msgid "stopped following" +#: ../../mod/profiles.php:317 +msgid "Marital Status" msgstr "" -#: ../../include/datetime.php:43 ../../include/datetime.php:45 -msgid "Miscellaneous" +#: ../../mod/profiles.php:321 +msgid "Romantic Partner" msgstr "" -#: ../../include/datetime.php:153 ../../include/datetime.php:285 -msgid "year" +#: ../../mod/profiles.php:325 +msgid "Likes" msgstr "" -#: ../../include/datetime.php:158 ../../include/datetime.php:286 -msgid "month" +#: ../../mod/profiles.php:329 +msgid "Dislikes" msgstr "" -#: ../../include/datetime.php:163 ../../include/datetime.php:288 -msgid "day" +#: ../../mod/profiles.php:333 +msgid "Work/Employment" msgstr "" -#: ../../include/datetime.php:276 -msgid "never" +#: ../../mod/profiles.php:336 +msgid "Religion" msgstr "" -#: ../../include/datetime.php:282 -msgid "less than a second ago" +#: ../../mod/profiles.php:340 +msgid "Political Views" msgstr "" -#: ../../include/datetime.php:285 -msgid "years" +#: ../../mod/profiles.php:344 +msgid "Gender" msgstr "" -#: ../../include/datetime.php:286 -msgid "months" +#: ../../mod/profiles.php:348 +msgid "Sexual Preference" msgstr "" -#: ../../include/datetime.php:287 -msgid "week" +#: ../../mod/profiles.php:352 +msgid "Homepage" msgstr "" -#: ../../include/datetime.php:287 -msgid "weeks" +#: ../../mod/profiles.php:356 +msgid "Interests" msgstr "" -#: ../../include/datetime.php:288 -msgid "days" +#: ../../mod/profiles.php:360 +msgid "Address" msgstr "" -#: ../../include/datetime.php:289 -msgid "hour" +#: ../../mod/profiles.php:450 +msgid "Profile updated." msgstr "" -#: ../../include/datetime.php:289 -msgid "hours" +#: ../../mod/profiles.php:517 +msgid " and " msgstr "" -#: ../../include/datetime.php:290 -msgid "minute" +#: ../../mod/profiles.php:525 +msgid "public profile" msgstr "" -#: ../../include/datetime.php:290 -msgid "minutes" -msgstr "" - -#: ../../include/datetime.php:291 -msgid "second" -msgstr "" - -#: ../../include/datetime.php:291 -msgid "seconds" -msgstr "" - -#: ../../include/datetime.php:300 +#: ../../mod/profiles.php:528 #, php-format -msgid "%1$d %2$s ago" +msgid "%1$s changed %2$s to “%3$s”" msgstr "" -#: ../../include/network.php:875 -msgid "view full size" +#: ../../mod/profiles.php:529 +#, php-format +msgid " - Visit %1$s's %2$s" +msgstr "" + +#: ../../mod/profiles.php:532 +#, php-format +msgid "%1$s has an updated %2$s, changing %3$s." +msgstr "" + +#: ../../mod/profiles.php:605 +msgid "Hide your contact/friend list from viewers of this profile?" +msgstr "" + +#: ../../mod/profiles.php:607 ../../mod/api.php:106 ../../mod/register.php:240 +#: ../../mod/settings.php:934 ../../mod/settings.php:940 +#: ../../mod/settings.php:948 ../../mod/settings.php:952 +#: ../../mod/settings.php:957 ../../mod/settings.php:963 +#: ../../mod/settings.php:969 ../../mod/settings.php:975 +#: ../../mod/settings.php:1005 ../../mod/settings.php:1006 +#: ../../mod/settings.php:1007 ../../mod/settings.php:1008 +#: ../../mod/settings.php:1009 ../../mod/dfrn_request.php:837 +msgid "No" +msgstr "" + +#: ../../mod/profiles.php:625 +msgid "Edit Profile Details" +msgstr "" + +#: ../../mod/profiles.php:627 +msgid "Change Profile Photo" +msgstr "" + +#: ../../mod/profiles.php:628 +msgid "View this profile" +msgstr "" + +#: ../../mod/profiles.php:629 +msgid "Create a new profile using these settings" +msgstr "" + +#: ../../mod/profiles.php:630 +msgid "Clone this profile" +msgstr "" + +#: ../../mod/profiles.php:631 +msgid "Delete this profile" +msgstr "" + +#: ../../mod/profiles.php:632 +msgid "Profile Name:" +msgstr "" + +#: ../../mod/profiles.php:633 +msgid "Your Full Name:" +msgstr "" + +#: ../../mod/profiles.php:634 +msgid "Title/Description:" +msgstr "" + +#: ../../mod/profiles.php:635 +msgid "Your Gender:" +msgstr "" + +#: ../../mod/profiles.php:636 +#, php-format +msgid "Birthday (%s):" +msgstr "" + +#: ../../mod/profiles.php:637 +msgid "Street Address:" +msgstr "" + +#: ../../mod/profiles.php:638 +msgid "Locality/City:" +msgstr "" + +#: ../../mod/profiles.php:639 +msgid "Postal/Zip Code:" +msgstr "" + +#: ../../mod/profiles.php:640 +msgid "Country:" +msgstr "" + +#: ../../mod/profiles.php:641 +msgid "Region/State:" +msgstr "" + +#: ../../mod/profiles.php:642 +msgid " Marital Status:" +msgstr "" + +#: ../../mod/profiles.php:643 +msgid "Who: (if applicable)" +msgstr "" + +#: ../../mod/profiles.php:644 +msgid "Examples: cathy123, Cathy Williams, cathy@example.com" +msgstr "" + +#: ../../mod/profiles.php:645 +msgid "Since [date]:" +msgstr "" + +#: ../../mod/profiles.php:647 +msgid "Homepage URL:" +msgstr "" + +#: ../../mod/profiles.php:650 +msgid "Religious Views:" +msgstr "" + +#: ../../mod/profiles.php:651 +msgid "Public Keywords:" +msgstr "" + +#: ../../mod/profiles.php:652 +msgid "Private Keywords:" +msgstr "" + +#: ../../mod/profiles.php:655 +msgid "Example: fishing photography software" +msgstr "" + +#: ../../mod/profiles.php:656 +msgid "(Used for suggesting potential friends, can be seen by others)" +msgstr "" + +#: ../../mod/profiles.php:657 +msgid "(Used for searching profiles, never shown to others)" +msgstr "" + +#: ../../mod/profiles.php:658 +msgid "Tell us about yourself..." +msgstr "" + +#: ../../mod/profiles.php:659 +msgid "Hobbies/Interests" +msgstr "" + +#: ../../mod/profiles.php:660 +msgid "Contact information and Social Networks" +msgstr "" + +#: ../../mod/profiles.php:661 +msgid "Musical interests" +msgstr "" + +#: ../../mod/profiles.php:662 +msgid "Books, literature" +msgstr "" + +#: ../../mod/profiles.php:663 +msgid "Television" +msgstr "" + +#: ../../mod/profiles.php:664 +msgid "Film/dance/culture/entertainment" +msgstr "" + +#: ../../mod/profiles.php:665 +msgid "Love/romance" +msgstr "" + +#: ../../mod/profiles.php:666 +msgid "Work/employment" +msgstr "" + +#: ../../mod/profiles.php:667 +msgid "School/education" +msgstr "" + +#: ../../mod/profiles.php:672 +msgid "" +"This is your public profile.
It may " +"be visible to anybody using the internet." +msgstr "" + +#: ../../mod/profiles.php:682 ../../mod/directory.php:111 +msgid "Age: " +msgstr "" + +#: ../../mod/profiles.php:721 +msgid "Edit/Manage Profiles" +msgstr "" + +#: ../../mod/profiles.php:722 ../../boot.php:1366 ../../boot.php:1392 +msgid "Change profile photo" +msgstr "" + +#: ../../mod/profiles.php:723 ../../boot.php:1367 +msgid "Create New Profile" +msgstr "" + +#: ../../mod/profiles.php:734 ../../boot.php:1377 +msgid "Profile Image" +msgstr "" + +#: ../../mod/profiles.php:736 ../../boot.php:1380 +msgid "visible to everybody" +msgstr "" + +#: ../../mod/profiles.php:737 ../../boot.php:1381 +msgid "Edit visibility" +msgstr "" + +#: ../../mod/profperm.php:19 ../../mod/group.php:72 ../../index.php:341 +msgid "Permission denied" +msgstr "" + +#: ../../mod/profperm.php:25 ../../mod/profperm.php:55 +msgid "Invalid profile identifier." +msgstr "" + +#: ../../mod/profperm.php:101 +msgid "Profile Visibility Editor" +msgstr "" + +#: ../../mod/profperm.php:105 ../../mod/group.php:224 +msgid "Click on a contact to add or remove." +msgstr "" + +#: ../../mod/profperm.php:114 +msgid "Visible To" +msgstr "" + +#: ../../mod/profperm.php:130 +msgid "All Contacts (with secure profile access)" +msgstr "" + +#: ../../mod/notes.php:44 ../../boot.php:1892 +msgid "Personal Notes" +msgstr "" + +#: ../../mod/nogroup.php:40 ../../mod/contacts.php:395 +#: ../../mod/contacts.php:585 ../../mod/viewcontacts.php:62 +#, php-format +msgid "Visit %s's profile [%s]" +msgstr "" + +#: ../../mod/nogroup.php:41 ../../mod/contacts.php:586 +msgid "Edit contact" +msgstr "" + +#: ../../mod/nogroup.php:59 +msgid "Contacts who are not members of a group" +msgstr "" + +#: ../../mod/ping.php:238 +msgid "{0} wants to be your friend" +msgstr "" + +#: ../../mod/ping.php:243 +msgid "{0} sent you a message" +msgstr "" + +#: ../../mod/ping.php:248 +msgid "{0} requested registration" +msgstr "" + +#: ../../mod/ping.php:254 +#, php-format +msgid "{0} commented %s's post" +msgstr "" + +#: ../../mod/ping.php:259 +#, php-format +msgid "{0} liked %s's post" +msgstr "" + +#: ../../mod/ping.php:264 +#, php-format +msgid "{0} disliked %s's post" +msgstr "" + +#: ../../mod/ping.php:269 +#, php-format +msgid "{0} is now friends with %s" +msgstr "" + +#: ../../mod/ping.php:274 +msgid "{0} posted" +msgstr "" + +#: ../../mod/ping.php:279 +#, php-format +msgid "{0} tagged %s's post with #%s" +msgstr "" + +#: ../../mod/ping.php:285 +msgid "{0} mentioned you in a post" +msgstr "" + +#: ../../mod/item.php:105 +msgid "Unable to locate original post." +msgstr "" + +#: ../../mod/item.php:307 +msgid "Empty post discarded." +msgstr "" + +#: ../../mod/item.php:869 +msgid "System error. Post not saved." +msgstr "" + +#: ../../mod/item.php:894 +#, php-format +msgid "" +"This message was sent to you by %s, a member of the Friendica social network." +msgstr "" + +#: ../../mod/item.php:896 +#, php-format +msgid "You may visit them online at %s" +msgstr "" + +#: ../../mod/item.php:897 +msgid "" +"Please contact the sender by replying to this post if you do not wish to " +"receive these messages." +msgstr "" + +#: ../../mod/item.php:901 +#, php-format +msgid "%s posted an update." +msgstr "" + +#: ../../mod/allfriends.php:34 +#, php-format +msgid "Friends of %s" +msgstr "" + +#: ../../mod/allfriends.php:40 +msgid "No friends to display." +msgstr "" + +#: ../../mod/search.php:21 ../../mod/network.php:224 +msgid "Remove term" +msgstr "" + +#: ../../mod/search.php:89 ../../mod/dfrn_request.php:761 +#: ../../mod/directory.php:31 ../../mod/viewcontacts.php:17 +#: ../../mod/photos.php:914 ../../mod/display.php:19 +#: ../../mod/community.php:18 +msgid "Public access denied." +msgstr "" + +#: ../../mod/search.php:180 ../../mod/search.php:206 +#: ../../mod/community.php:61 ../../mod/community.php:89 +msgid "No results." +msgstr "" + +#: ../../mod/api.php:76 ../../mod/api.php:102 +msgid "Authorize application connection" +msgstr "" + +#: ../../mod/api.php:77 +msgid "Return to your app and insert this Securty Code:" +msgstr "" + +#: ../../mod/api.php:89 +msgid "Please login to continue." +msgstr "" + +#: ../../mod/api.php:104 +msgid "" +"Do you want to authorize this application to access your posts and contacts, " +"and/or create new posts for you?" +msgstr "" + +#: ../../mod/register.php:91 ../../mod/regmod.php:54 +#, php-format +msgid "Registration details for %s" +msgstr "" + +#: ../../mod/register.php:99 +msgid "" +"Registration successful. Please check your email for further instructions." +msgstr "" + +#: ../../mod/register.php:103 +msgid "Failed to send email message. Here is the message that failed." +msgstr "" + +#: ../../mod/register.php:108 +msgid "Your registration can not be processed." +msgstr "" + +#: ../../mod/register.php:145 +#, php-format +msgid "Registration request at %s" +msgstr "" + +#: ../../mod/register.php:154 +msgid "Your registration is pending approval by the site owner." +msgstr "" + +#: ../../mod/register.php:192 ../../mod/uimport.php:50 +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:236 +msgid "Include your profile in member directory?" +msgstr "" + +#: ../../mod/register.php:257 +msgid "Membership on this site is by invitation only." +msgstr "" + +#: ../../mod/register.php:258 +msgid "Your invitation ID: " +msgstr "" + +#: ../../mod/register.php:261 ../../mod/admin.php:481 +msgid "Registration" +msgstr "" + +#: ../../mod/register.php:269 +msgid "Your Full Name (e.g. Joe Smith): " +msgstr "" + +#: ../../mod/register.php:270 +msgid "Your Email Address: " +msgstr "" + +#: ../../mod/register.php:271 +msgid "" +"Choose a profile nickname. This must begin with a text character. Your " +"profile address on this site will then be 'nickname@$sitename'." +msgstr "" + +#: ../../mod/register.php:272 +msgid "Choose a nickname: " +msgstr "" + +#: ../../mod/regmod.php:63 +msgid "Account approved." +msgstr "" + +#: ../../mod/regmod.php:100 +#, php-format +msgid "Registration revoked for %s" +msgstr "" + +#: ../../mod/regmod.php:112 +msgid "Please login." +msgstr "" + +#: ../../mod/attach.php:8 +msgid "Item not available." +msgstr "" + +#: ../../mod/attach.php:20 +msgid "Item was not found." +msgstr "" + +#: ../../mod/removeme.php:45 ../../mod/removeme.php:48 +msgid "Remove My Account" +msgstr "" + +#: ../../mod/removeme.php:46 +msgid "" +"This will completely remove your account. Once this has been done it is not " +"recoverable." +msgstr "" + +#: ../../mod/removeme.php:47 +msgid "Please enter your password for verification:" +msgstr "" + +#: ../../mod/babel.php:17 +msgid "Source (bbcode) text:" +msgstr "" + +#: ../../mod/babel.php:23 +msgid "Source (Diaspora) text to convert to BBcode:" +msgstr "" + +#: ../../mod/babel.php:31 +msgid "Source input: " +msgstr "" + +#: ../../mod/babel.php:35 +msgid "bb2html (raw HTML): " +msgstr "" + +#: ../../mod/babel.php:39 +msgid "bb2html: " +msgstr "" + +#: ../../mod/babel.php:43 +msgid "bb2html2bb: " +msgstr "" + +#: ../../mod/babel.php:47 +msgid "bb2md: " +msgstr "" + +#: ../../mod/babel.php:51 +msgid "bb2md2html: " +msgstr "" + +#: ../../mod/babel.php:55 +msgid "bb2dia2bb: " +msgstr "" + +#: ../../mod/babel.php:59 +msgid "bb2md2html2bb: " +msgstr "" + +#: ../../mod/babel.php:69 +msgid "Source input (Diaspora format): " +msgstr "" + +#: ../../mod/babel.php:74 +msgid "diaspora2bb: " +msgstr "" + +#: ../../mod/common.php:42 +msgid "Common Friends" +msgstr "" + +#: ../../mod/common.php:78 +msgid "No contacts in common." +msgstr "" + +#: ../../mod/apps.php:7 +msgid "You must be logged in to use addons. " +msgstr "" + +#: ../../mod/apps.php:11 +msgid "Applications" +msgstr "" + +#: ../../mod/apps.php:14 +msgid "No installed applications." +msgstr "" + +#: ../../mod/contacts.php:85 ../../mod/contacts.php:165 +msgid "Could not access contact record." +msgstr "" + +#: ../../mod/contacts.php:99 +msgid "Could not locate selected profile." +msgstr "" + +#: ../../mod/contacts.php:122 +msgid "Contact updated." +msgstr "" + +#: ../../mod/contacts.php:124 ../../mod/dfrn_request.php:571 +msgid "Failed to update contact record." +msgstr "" + +#: ../../mod/contacts.php:187 +msgid "Contact has been blocked" +msgstr "" + +#: ../../mod/contacts.php:187 +msgid "Contact has been unblocked" +msgstr "" + +#: ../../mod/contacts.php:201 +msgid "Contact has been ignored" +msgstr "" + +#: ../../mod/contacts.php:201 +msgid "Contact has been unignored" +msgstr "" + +#: ../../mod/contacts.php:220 +msgid "Contact has been archived" +msgstr "" + +#: ../../mod/contacts.php:220 +msgid "Contact has been unarchived" +msgstr "" + +#: ../../mod/contacts.php:244 +msgid "Do you really want to delete this contact?" +msgstr "" + +#: ../../mod/contacts.php:263 +msgid "Contact has been removed." +msgstr "" + +#: ../../mod/contacts.php:301 +#, php-format +msgid "You are mutual friends with %s" +msgstr "" + +#: ../../mod/contacts.php:305 +#, php-format +msgid "You are sharing with %s" +msgstr "" + +#: ../../mod/contacts.php:310 +#, php-format +msgid "%s is sharing with you" +msgstr "" + +#: ../../mod/contacts.php:327 +msgid "Private communications are not available for this contact." +msgstr "" + +#: ../../mod/contacts.php:330 +msgid "Never" +msgstr "" + +#: ../../mod/contacts.php:334 +msgid "(Update was successful)" +msgstr "" + +#: ../../mod/contacts.php:334 +msgid "(Update was not successful)" +msgstr "" + +#: ../../mod/contacts.php:336 +msgid "Suggest friends" +msgstr "" + +#: ../../mod/contacts.php:340 +#, php-format +msgid "Network type: %s" +msgstr "" + +#: ../../mod/contacts.php:348 +msgid "View all contacts" +msgstr "" + +#: ../../mod/contacts.php:353 ../../mod/contacts.php:412 +#: ../../mod/admin.php:760 +msgid "Unblock" +msgstr "" + +#: ../../mod/contacts.php:353 ../../mod/contacts.php:412 +#: ../../mod/admin.php:759 +msgid "Block" +msgstr "" + +#: ../../mod/contacts.php:356 +msgid "Toggle Blocked status" +msgstr "" + +#: ../../mod/contacts.php:359 ../../mod/contacts.php:413 +msgid "Unignore" +msgstr "" + +#: ../../mod/contacts.php:359 ../../mod/contacts.php:413 +#: ../../mod/notifications.php:51 ../../mod/notifications.php:164 +#: ../../mod/notifications.php:210 +msgid "Ignore" +msgstr "" + +#: ../../mod/contacts.php:362 +msgid "Toggle Ignored status" +msgstr "" + +#: ../../mod/contacts.php:366 +msgid "Unarchive" +msgstr "" + +#: ../../mod/contacts.php:366 +msgid "Archive" +msgstr "" + +#: ../../mod/contacts.php:369 +msgid "Toggle Archive status" +msgstr "" + +#: ../../mod/contacts.php:372 +msgid "Repair" +msgstr "" + +#: ../../mod/contacts.php:375 +msgid "Advanced Contact Settings" +msgstr "" + +#: ../../mod/contacts.php:381 +msgid "Communications lost with this contact!" +msgstr "" + +#: ../../mod/contacts.php:384 +msgid "Contact Editor" +msgstr "" + +#: ../../mod/contacts.php:387 +msgid "Profile Visibility" +msgstr "" + +#: ../../mod/contacts.php:388 +#, php-format +msgid "" +"Please choose the profile you would like to display to %s when viewing your " +"profile securely." +msgstr "" + +#: ../../mod/contacts.php:389 +msgid "Contact Information / Notes" +msgstr "" + +#: ../../mod/contacts.php:390 +msgid "Edit contact notes" +msgstr "" + +#: ../../mod/contacts.php:396 +msgid "Block/Unblock contact" +msgstr "" + +#: ../../mod/contacts.php:397 +msgid "Ignore contact" +msgstr "" + +#: ../../mod/contacts.php:398 +msgid "Repair URL settings" +msgstr "" + +#: ../../mod/contacts.php:399 +msgid "View conversations" +msgstr "" + +#: ../../mod/contacts.php:401 +msgid "Delete contact" +msgstr "" + +#: ../../mod/contacts.php:405 +msgid "Last update:" +msgstr "" + +#: ../../mod/contacts.php:407 +msgid "Update public posts" +msgstr "" + +#: ../../mod/contacts.php:409 ../../mod/admin.php:1235 +msgid "Update now" +msgstr "" + +#: ../../mod/contacts.php:416 +msgid "Currently blocked" +msgstr "" + +#: ../../mod/contacts.php:417 +msgid "Currently ignored" +msgstr "" + +#: ../../mod/contacts.php:418 +msgid "Currently archived" +msgstr "" + +#: ../../mod/contacts.php:419 ../../mod/notifications.php:157 +#: ../../mod/notifications.php:204 +msgid "Hide this contact from others" +msgstr "" + +#: ../../mod/contacts.php:419 +msgid "" +"Replies/likes to your public posts may still be visible" +msgstr "" + +#: ../../mod/contacts.php:470 +msgid "Suggestions" +msgstr "" + +#: ../../mod/contacts.php:473 +msgid "Suggest potential friends" +msgstr "" + +#: ../../mod/contacts.php:476 ../../mod/group.php:194 +msgid "All Contacts" +msgstr "" + +#: ../../mod/contacts.php:479 +msgid "Show all contacts" +msgstr "" + +#: ../../mod/contacts.php:482 +msgid "Unblocked" +msgstr "" + +#: ../../mod/contacts.php:485 +msgid "Only show unblocked contacts" +msgstr "" + +#: ../../mod/contacts.php:489 +msgid "Blocked" +msgstr "" + +#: ../../mod/contacts.php:492 +msgid "Only show blocked contacts" +msgstr "" + +#: ../../mod/contacts.php:496 +msgid "Ignored" +msgstr "" + +#: ../../mod/contacts.php:499 +msgid "Only show ignored contacts" +msgstr "" + +#: ../../mod/contacts.php:503 +msgid "Archived" +msgstr "" + +#: ../../mod/contacts.php:506 +msgid "Only show archived contacts" +msgstr "" + +#: ../../mod/contacts.php:510 +msgid "Hidden" +msgstr "" + +#: ../../mod/contacts.php:513 +msgid "Only show hidden contacts" +msgstr "" + +#: ../../mod/contacts.php:561 +msgid "Mutual Friendship" +msgstr "" + +#: ../../mod/contacts.php:565 +msgid "is a fan of yours" +msgstr "" + +#: ../../mod/contacts.php:569 +msgid "you are a fan of" +msgstr "" + +#: ../../mod/contacts.php:611 +msgid "Search your contacts" +msgstr "" + +#: ../../mod/contacts.php:612 ../../mod/directory.php:59 +msgid "Finding: " +msgstr "" + +#: ../../mod/settings.php:23 ../../mod/photos.php:79 +msgid "everybody" +msgstr "" + +#: ../../mod/settings.php:35 +msgid "Additional features" +msgstr "" + +#: ../../mod/settings.php:40 ../../mod/uexport.php:14 +msgid "Display settings" +msgstr "" + +#: ../../mod/settings.php:46 ../../mod/uexport.php:20 +msgid "Connector settings" +msgstr "" + +#: ../../mod/settings.php:51 ../../mod/uexport.php:25 +msgid "Plugin settings" +msgstr "" + +#: ../../mod/settings.php:56 ../../mod/uexport.php:30 +msgid "Connected apps" +msgstr "" + +#: ../../mod/settings.php:61 ../../mod/uexport.php:35 ../../mod/uexport.php:80 +msgid "Export personal data" +msgstr "" + +#: ../../mod/settings.php:66 ../../mod/uexport.php:40 +msgid "Remove account" +msgstr "" + +#: ../../mod/settings.php:118 +msgid "Missing some important data!" +msgstr "" + +#: ../../mod/settings.php:121 ../../mod/settings.php:586 +msgid "Update" +msgstr "" + +#: ../../mod/settings.php:227 +msgid "Failed to connect with email account using the settings provided." +msgstr "" + +#: ../../mod/settings.php:232 +msgid "Email settings updated." +msgstr "" + +#: ../../mod/settings.php:247 +msgid "Features updated" +msgstr "" + +#: ../../mod/settings.php:307 +msgid "Passwords do not match. Password unchanged." +msgstr "" + +#: ../../mod/settings.php:312 +msgid "Empty passwords are not allowed. Password unchanged." +msgstr "" + +#: ../../mod/settings.php:323 +msgid "Password changed." +msgstr "" + +#: ../../mod/settings.php:325 +msgid "Password update failed. Please try again." +msgstr "" + +#: ../../mod/settings.php:390 +msgid " Please use a shorter name." +msgstr "" + +#: ../../mod/settings.php:392 +msgid " Name too short." +msgstr "" + +#: ../../mod/settings.php:398 +msgid " Not valid email." +msgstr "" + +#: ../../mod/settings.php:400 +msgid " Cannot change to that email." +msgstr "" + +#: ../../mod/settings.php:454 +msgid "Private forum has no privacy permissions. Using default privacy group." +msgstr "" + +#: ../../mod/settings.php:458 +msgid "Private forum has no privacy permissions and no default privacy group." +msgstr "" + +#: ../../mod/settings.php:559 ../../mod/settings.php:585 +#: ../../mod/settings.php:621 +msgid "Add application" +msgstr "" + +#: ../../mod/settings.php:562 ../../mod/settings.php:588 +#: ../../mod/crepair.php:148 ../../mod/admin.php:754 ../../mod/admin.php:765 +msgid "Name" +msgstr "" + +#: ../../mod/settings.php:565 ../../mod/settings.php:591 +msgid "Redirect" +msgstr "" + +#: ../../mod/settings.php:566 ../../mod/settings.php:592 +msgid "Icon url" +msgstr "" + +#: ../../mod/settings.php:577 +msgid "You can't edit this application." +msgstr "" + +#: ../../mod/settings.php:620 +msgid "Connected Apps" +msgstr "" + +#: ../../mod/settings.php:622 ../../mod/editpost.php:109 +#: ../../mod/content.php:751 ../../object/Item.php:117 +msgid "Edit" +msgstr "" + +#: ../../mod/settings.php:624 +msgid "Client key starts with" +msgstr "" + +#: ../../mod/settings.php:625 +msgid "No name" +msgstr "" + +#: ../../mod/settings.php:626 +msgid "Remove authorization" +msgstr "" + +#: ../../mod/settings.php:638 +msgid "No Plugin settings configured" +msgstr "" + +#: ../../mod/settings.php:660 +msgid "Off" +msgstr "" + +#: ../../mod/settings.php:660 +msgid "On" +msgstr "" + +#: ../../mod/settings.php:668 +msgid "Additional Features" +msgstr "" + +#: ../../mod/settings.php:681 ../../mod/settings.php:682 +#, php-format +msgid "Built-in support for %s connectivity is %s" +msgstr "" + +#: ../../mod/settings.php:681 ../../mod/settings.php:682 +msgid "enabled" +msgstr "" + +#: ../../mod/settings.php:681 ../../mod/settings.php:682 +msgid "disabled" +msgstr "" + +#: ../../mod/settings.php:682 +msgid "StatusNet" +msgstr "" + +#: ../../mod/settings.php:714 +msgid "Email access is disabled on this site." +msgstr "" + +#: ../../mod/settings.php:721 +msgid "Connector Settings" +msgstr "" + +#: ../../mod/settings.php:726 +msgid "Email/Mailbox Setup" +msgstr "" + +#: ../../mod/settings.php:727 +msgid "" +"If you wish to communicate with email contacts using this service " +"(optional), please specify how to connect to your mailbox." +msgstr "" + +#: ../../mod/settings.php:728 +msgid "Last successful email check:" +msgstr "" + +#: ../../mod/settings.php:730 +msgid "IMAP server name:" +msgstr "" + +#: ../../mod/settings.php:731 +msgid "IMAP port:" +msgstr "" + +#: ../../mod/settings.php:732 +msgid "Security:" +msgstr "" + +#: ../../mod/settings.php:733 +msgid "Email login name:" +msgstr "" + +#: ../../mod/settings.php:734 +msgid "Email password:" +msgstr "" + +#: ../../mod/settings.php:735 +msgid "Reply-to address:" +msgstr "" + +#: ../../mod/settings.php:736 +msgid "Send public posts to all email contacts:" +msgstr "" + +#: ../../mod/settings.php:737 +msgid "Action after import:" +msgstr "" + +#: ../../mod/settings.php:737 +msgid "Mark as seen" +msgstr "" + +#: ../../mod/settings.php:737 +msgid "Move to folder" +msgstr "" + +#: ../../mod/settings.php:738 +msgid "Move to folder:" +msgstr "" + +#: ../../mod/settings.php:769 ../../mod/admin.php:432 +msgid "No special theme for mobile devices" +msgstr "" + +#: ../../mod/settings.php:809 +msgid "Display Settings" +msgstr "" + +#: ../../mod/settings.php:815 ../../mod/settings.php:826 +msgid "Display Theme:" +msgstr "" + +#: ../../mod/settings.php:816 +msgid "Mobile Theme:" +msgstr "" + +#: ../../mod/settings.php:817 +msgid "Update browser every xx seconds" +msgstr "" + +#: ../../mod/settings.php:817 +msgid "Minimum of 10 seconds, no maximum" +msgstr "" + +#: ../../mod/settings.php:818 +msgid "Number of items to display per page:" +msgstr "" + +#: ../../mod/settings.php:818 +msgid "Maximum of 100 items" +msgstr "" + +#: ../../mod/settings.php:819 +msgid "Don't show emoticons" +msgstr "" + +#: ../../mod/settings.php:895 +msgid "Normal Account Page" +msgstr "" + +#: ../../mod/settings.php:896 +msgid "This account is a normal personal profile" +msgstr "" + +#: ../../mod/settings.php:899 +msgid "Soapbox Page" +msgstr "" + +#: ../../mod/settings.php:900 +msgid "Automatically approve all connection/friend requests as read-only fans" +msgstr "" + +#: ../../mod/settings.php:903 +msgid "Community Forum/Celebrity Account" +msgstr "" + +#: ../../mod/settings.php:904 +msgid "Automatically approve all connection/friend requests as read-write fans" +msgstr "" + +#: ../../mod/settings.php:907 +msgid "Automatic Friend Page" +msgstr "" + +#: ../../mod/settings.php:908 +msgid "Automatically approve all connection/friend requests as friends" +msgstr "" + +#: ../../mod/settings.php:911 +msgid "Private Forum [Experimental]" +msgstr "" + +#: ../../mod/settings.php:912 +msgid "Private forum - approved members only" +msgstr "" + +#: ../../mod/settings.php:924 +msgid "OpenID:" +msgstr "" + +#: ../../mod/settings.php:924 +msgid "(Optional) Allow this OpenID to login to this account." +msgstr "" + +#: ../../mod/settings.php:934 +msgid "Publish your default profile in your local site directory?" +msgstr "" + +#: ../../mod/settings.php:940 +msgid "Publish your default profile in the global social directory?" +msgstr "" + +#: ../../mod/settings.php:948 +msgid "Hide your contact/friend list from viewers of your default profile?" +msgstr "" + +#: ../../mod/settings.php:952 +msgid "Hide your profile details from unknown viewers?" +msgstr "" + +#: ../../mod/settings.php:957 +msgid "Allow friends to post to your profile page?" +msgstr "" + +#: ../../mod/settings.php:963 +msgid "Allow friends to tag your posts?" +msgstr "" + +#: ../../mod/settings.php:969 +msgid "Allow us to suggest you as a potential friend to new members?" +msgstr "" + +#: ../../mod/settings.php:975 +msgid "Permit unknown people to send you private mail?" +msgstr "" + +#: ../../mod/settings.php:983 +msgid "Profile is not published." +msgstr "" + +#: ../../mod/settings.php:986 ../../mod/profile_photo.php:248 +msgid "or" +msgstr "" + +#: ../../mod/settings.php:991 +msgid "Your Identity Address is" +msgstr "" + +#: ../../mod/settings.php:1002 +msgid "Automatically expire posts after this many days:" +msgstr "" + +#: ../../mod/settings.php:1002 +msgid "If empty, posts will not expire. Expired posts will be deleted" +msgstr "" + +#: ../../mod/settings.php:1003 +msgid "Advanced expiration settings" +msgstr "" + +#: ../../mod/settings.php:1004 +msgid "Advanced Expiration" +msgstr "" + +#: ../../mod/settings.php:1005 +msgid "Expire posts:" +msgstr "" + +#: ../../mod/settings.php:1006 +msgid "Expire personal notes:" +msgstr "" + +#: ../../mod/settings.php:1007 +msgid "Expire starred posts:" +msgstr "" + +#: ../../mod/settings.php:1008 +msgid "Expire photos:" +msgstr "" + +#: ../../mod/settings.php:1009 +msgid "Only expire posts by others:" +msgstr "" + +#: ../../mod/settings.php:1035 +msgid "Account Settings" +msgstr "" + +#: ../../mod/settings.php:1043 +msgid "Password Settings" +msgstr "" + +#: ../../mod/settings.php:1044 +msgid "New Password:" +msgstr "" + +#: ../../mod/settings.php:1045 +msgid "Confirm:" +msgstr "" + +#: ../../mod/settings.php:1045 +msgid "Leave password fields blank unless changing" +msgstr "" + +#: ../../mod/settings.php:1049 +msgid "Basic Settings" +msgstr "" + +#: ../../mod/settings.php:1051 +msgid "Email Address:" +msgstr "" + +#: ../../mod/settings.php:1052 +msgid "Your Timezone:" +msgstr "" + +#: ../../mod/settings.php:1053 +msgid "Default Post Location:" +msgstr "" + +#: ../../mod/settings.php:1054 +msgid "Use Browser Location:" +msgstr "" + +#: ../../mod/settings.php:1057 +msgid "Security and Privacy Settings" +msgstr "" + +#: ../../mod/settings.php:1059 +msgid "Maximum Friend Requests/Day:" +msgstr "" + +#: ../../mod/settings.php:1059 ../../mod/settings.php:1089 +msgid "(to prevent spam abuse)" +msgstr "" + +#: ../../mod/settings.php:1060 +msgid "Default Post Permissions" +msgstr "" + +#: ../../mod/settings.php:1061 +msgid "(click to open/close)" +msgstr "" + +#: ../../mod/settings.php:1070 ../../mod/photos.php:1140 +#: ../../mod/photos.php:1506 +msgid "Show to Groups" +msgstr "" + +#: ../../mod/settings.php:1071 ../../mod/photos.php:1141 +#: ../../mod/photos.php:1507 +msgid "Show to Contacts" +msgstr "" + +#: ../../mod/settings.php:1072 +msgid "Default Private Post" +msgstr "" + +#: ../../mod/settings.php:1073 +msgid "Default Public Post" +msgstr "" + +#: ../../mod/settings.php:1077 +msgid "Default Permissions for New Posts" +msgstr "" + +#: ../../mod/settings.php:1089 +msgid "Maximum private messages per day from unknown people:" +msgstr "" + +#: ../../mod/settings.php:1092 +msgid "Notification Settings" +msgstr "" + +#: ../../mod/settings.php:1093 +msgid "By default post a status message when:" +msgstr "" + +#: ../../mod/settings.php:1094 +msgid "accepting a friend request" +msgstr "" + +#: ../../mod/settings.php:1095 +msgid "joining a forum/community" +msgstr "" + +#: ../../mod/settings.php:1096 +msgid "making an interesting profile change" +msgstr "" + +#: ../../mod/settings.php:1097 +msgid "Send a notification email when:" +msgstr "" + +#: ../../mod/settings.php:1098 +msgid "You receive an introduction" +msgstr "" + +#: ../../mod/settings.php:1099 +msgid "Your introductions are confirmed" +msgstr "" + +#: ../../mod/settings.php:1100 +msgid "Someone writes on your profile wall" +msgstr "" + +#: ../../mod/settings.php:1101 +msgid "Someone writes a followup comment" +msgstr "" + +#: ../../mod/settings.php:1102 +msgid "You receive a private message" +msgstr "" + +#: ../../mod/settings.php:1103 +msgid "You receive a friend suggestion" +msgstr "" + +#: ../../mod/settings.php:1104 +msgid "You are tagged in a post" +msgstr "" + +#: ../../mod/settings.php:1105 +msgid "You are poked/prodded/etc. in a post" +msgstr "" + +#: ../../mod/settings.php:1108 +msgid "Advanced Account/Page Type Settings" +msgstr "" + +#: ../../mod/settings.php:1109 +msgid "Change the behaviour of this account for special situations" +msgstr "" + +#: ../../mod/share.php:44 +msgid "link" +msgstr "" + +#: ../../mod/crepair.php:102 +msgid "Contact settings applied." +msgstr "" + +#: ../../mod/crepair.php:104 +msgid "Contact update failed." +msgstr "" + +#: ../../mod/crepair.php:129 ../../mod/dfrn_confirm.php:118 +#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92 +msgid "Contact not found." +msgstr "" + +#: ../../mod/crepair.php:135 +msgid "Repair Contact Settings" +msgstr "" + +#: ../../mod/crepair.php:137 +msgid "" +"WARNING: This is highly advanced and if you enter incorrect " +"information your communications with this contact may stop working." +msgstr "" + +#: ../../mod/crepair.php:138 +msgid "" +"Please use your browser 'Back' button now if you are " +"uncertain what to do on this page." +msgstr "" + +#: ../../mod/crepair.php:144 +msgid "Return to contact editor" +msgstr "" + +#: ../../mod/crepair.php:149 +msgid "Account Nickname" +msgstr "" + +#: ../../mod/crepair.php:150 +msgid "@Tagname - overrides Name/Nickname" +msgstr "" + +#: ../../mod/crepair.php:151 +msgid "Account URL" +msgstr "" + +#: ../../mod/crepair.php:152 +msgid "Friend Request URL" +msgstr "" + +#: ../../mod/crepair.php:153 +msgid "Friend Confirm URL" +msgstr "" + +#: ../../mod/crepair.php:154 +msgid "Notification Endpoint URL" +msgstr "" + +#: ../../mod/crepair.php:155 +msgid "Poll/Feed URL" +msgstr "" + +#: ../../mod/crepair.php:156 +msgid "New photo from this URL" +msgstr "" + +#: ../../mod/delegate.php:95 +msgid "No potential page delegates located." +msgstr "" + +#: ../../mod/delegate.php:123 +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:124 +msgid "Existing Page Managers" +msgstr "" + +#: ../../mod/delegate.php:126 +msgid "Existing Page Delegates" +msgstr "" + +#: ../../mod/delegate.php:128 +msgid "Potential Delegates" +msgstr "" + +#: ../../mod/delegate.php:131 +msgid "Add" +msgstr "" + +#: ../../mod/delegate.php:132 +msgid "No entries." +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/dfrn_confirm.php:119 +msgid "" +"This may occasionally happen if contact was requested by both persons and it " +"has already been approved." +msgstr "" + +#: ../../mod/dfrn_confirm.php:237 +msgid "Response from remote site was not understood." +msgstr "" + +#: ../../mod/dfrn_confirm.php:246 +msgid "Unexpected response from remote site: " +msgstr "" + +#: ../../mod/dfrn_confirm.php:254 +msgid "Confirmation completed successfully." +msgstr "" + +#: ../../mod/dfrn_confirm.php:256 ../../mod/dfrn_confirm.php:270 +#: ../../mod/dfrn_confirm.php:277 +msgid "Remote site reported: " +msgstr "" + +#: ../../mod/dfrn_confirm.php:268 +msgid "Temporary failure. Please wait and try again." +msgstr "" + +#: ../../mod/dfrn_confirm.php:275 +msgid "Introduction failed or was revoked." +msgstr "" + +#: ../../mod/dfrn_confirm.php:420 +msgid "Unable to set contact photo." +msgstr "" + +#: ../../mod/dfrn_confirm.php:562 +#, php-format +msgid "No user record found for '%s' " +msgstr "" + +#: ../../mod/dfrn_confirm.php:572 +msgid "Our site encryption key is apparently messed up." +msgstr "" + +#: ../../mod/dfrn_confirm.php:583 +msgid "Empty site URL was provided or URL could not be decrypted by us." +msgstr "" + +#: ../../mod/dfrn_confirm.php:604 +msgid "Contact record was not found for you on our site." +msgstr "" + +#: ../../mod/dfrn_confirm.php:618 +#, php-format +msgid "Site public key not available in contact record for URL %s." +msgstr "" + +#: ../../mod/dfrn_confirm.php:638 +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:649 +msgid "Unable to set your contact credentials on our system." +msgstr "" + +#: ../../mod/dfrn_confirm.php:716 +msgid "Unable to update your contact profile details on our system" +msgstr "" + +#: ../../mod/dfrn_confirm.php:751 +#, php-format +msgid "Connection accepted at %s" +msgstr "" + +#: ../../mod/dfrn_confirm.php:800 +#, php-format +msgid "%1$s has joined %2$s" +msgstr "" + +#: ../../mod/dfrn_poll.php:101 ../../mod/dfrn_poll.php:534 +#, php-format +msgid "%1$s welcomes %2$s" +msgstr "" + +#: ../../mod/dfrn_request.php:93 +msgid "This introduction has already been accepted." +msgstr "" + +#: ../../mod/dfrn_request.php:118 ../../mod/dfrn_request.php:513 +msgid "Profile location is not valid or does not contain profile information." +msgstr "" + +#: ../../mod/dfrn_request.php:123 ../../mod/dfrn_request.php:518 +msgid "Warning: profile location has no identifiable owner name." +msgstr "" + +#: ../../mod/dfrn_request.php:125 ../../mod/dfrn_request.php:520 +msgid "Warning: profile location has no profile photo." +msgstr "" + +#: ../../mod/dfrn_request.php:128 ../../mod/dfrn_request.php:523 +#, 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:170 +msgid "Introduction complete." +msgstr "" + +#: ../../mod/dfrn_request.php:209 +msgid "Unrecoverable protocol error." +msgstr "" + +#: ../../mod/dfrn_request.php:237 +msgid "Profile unavailable." +msgstr "" + +#: ../../mod/dfrn_request.php:262 +#, php-format +msgid "%s has received too many connection requests today." +msgstr "" + +#: ../../mod/dfrn_request.php:263 +msgid "Spam protection measures have been invoked." +msgstr "" + +#: ../../mod/dfrn_request.php:264 +msgid "Friends are advised to please try again in 24 hours." +msgstr "" + +#: ../../mod/dfrn_request.php:326 +msgid "Invalid locator" +msgstr "" + +#: ../../mod/dfrn_request.php:335 +msgid "Invalid email address." +msgstr "" + +#: ../../mod/dfrn_request.php:362 +msgid "This account has not been configured for email. Request failed." +msgstr "" + +#: ../../mod/dfrn_request.php:458 +msgid "Unable to resolve your name at the provided location." +msgstr "" + +#: ../../mod/dfrn_request.php:471 +msgid "You have already introduced yourself here." +msgstr "" + +#: ../../mod/dfrn_request.php:475 +#, php-format +msgid "Apparently you are already friends with %s." +msgstr "" + +#: ../../mod/dfrn_request.php:496 +msgid "Invalid profile URL." +msgstr "" + +#: ../../mod/dfrn_request.php:592 +msgid "Your introduction has been sent." +msgstr "" + +#: ../../mod/dfrn_request.php:645 +msgid "Please login to confirm introduction." +msgstr "" + +#: ../../mod/dfrn_request.php:659 +msgid "" +"Incorrect identity currently logged in. Please login to this profile." +msgstr "" + +#: ../../mod/dfrn_request.php:670 +msgid "Hide this contact" +msgstr "" + +#: ../../mod/dfrn_request.php:673 +#, php-format +msgid "Welcome home %s." +msgstr "" + +#: ../../mod/dfrn_request.php:674 +#, php-format +msgid "Please confirm your introduction/connection request to %s." +msgstr "" + +#: ../../mod/dfrn_request.php:675 +msgid "Confirm" +msgstr "" + +#: ../../mod/dfrn_request.php:811 +msgid "" +"Please enter your 'Identity Address' from one of the following supported " +"communications networks:" +msgstr "" + +#: ../../mod/dfrn_request.php:827 +msgid "Connect as an email follower (Coming soon)" +msgstr "" + +#: ../../mod/dfrn_request.php:829 +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:832 +msgid "Friend/Connection Request" +msgstr "" + +#: ../../mod/dfrn_request.php:833 +msgid "" +"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, " +"testuser@identi.ca" +msgstr "" + +#: ../../mod/dfrn_request.php:834 +msgid "Please answer the following:" +msgstr "" + +#: ../../mod/dfrn_request.php:835 +#, php-format +msgid "Does %s know you?" +msgstr "" + +#: ../../mod/dfrn_request.php:838 +msgid "Add a personal note:" +msgstr "" + +#: ../../mod/dfrn_request.php:841 +msgid "StatusNet/Federated Social Web" +msgstr "" + +#: ../../mod/dfrn_request.php:843 +#, php-format +msgid "" +" - please do not use this form. Instead, enter %s into your Diaspora search " +"bar." +msgstr "" + +#: ../../mod/dfrn_request.php:844 +msgid "Your Identity Address:" +msgstr "" + +#: ../../mod/dfrn_request.php:847 +msgid "Submit Request" +msgstr "" + +#: ../../mod/subthread.php:103 +#, php-format +msgid "%1$s is following %2$s's %3$s" +msgstr "" + +#: ../../mod/directory.php:49 ../../view/theme/diabook/theme.php:518 +msgid "Global Directory" +msgstr "" + +#: ../../mod/directory.php:57 +msgid "Find on this site" +msgstr "" + +#: ../../mod/directory.php:60 +msgid "Site Directory" +msgstr "" + +#: ../../mod/directory.php:114 +msgid "Gender: " +msgstr "" + +#: ../../mod/directory.php:187 +msgid "No entries (some entries may be hidden)." +msgstr "" + +#: ../../mod/suggest.php:27 +msgid "Do you really want to delete this suggestion?" +msgstr "" + +#: ../../mod/suggest.php:72 +msgid "" +"No suggestions available. If this is a new site, please try again in 24 " +"hours." +msgstr "" + +#: ../../mod/suggest.php:90 +msgid "Ignore/Hide" +msgstr "" + +#: ../../mod/dirfind.php:26 +msgid "People Search" +msgstr "" + +#: ../../mod/dirfind.php:60 ../../mod/match.php:65 +msgid "No matches" +msgstr "" + +#: ../../mod/admin.php:55 +msgid "Theme settings updated." +msgstr "" + +#: ../../mod/admin.php:96 ../../mod/admin.php:479 +msgid "Site" +msgstr "" + +#: ../../mod/admin.php:97 ../../mod/admin.php:750 ../../mod/admin.php:764 +msgid "Users" +msgstr "" + +#: ../../mod/admin.php:98 ../../mod/admin.php:847 ../../mod/admin.php:889 +msgid "Plugins" +msgstr "" + +#: ../../mod/admin.php:99 ../../mod/admin.php:1055 ../../mod/admin.php:1089 +msgid "Themes" +msgstr "" + +#: ../../mod/admin.php:100 +msgid "DB updates" +msgstr "" + +#: ../../mod/admin.php:115 ../../mod/admin.php:122 ../../mod/admin.php:1176 +msgid "Logs" +msgstr "" + +#: ../../mod/admin.php:121 +msgid "Plugin Features" +msgstr "" + +#: ../../mod/admin.php:123 +msgid "User registrations waiting for confirmation" +msgstr "" + +#: ../../mod/admin.php:182 ../../mod/admin.php:721 +msgid "Normal Account" +msgstr "" + +#: ../../mod/admin.php:183 ../../mod/admin.php:722 +msgid "Soapbox Account" +msgstr "" + +#: ../../mod/admin.php:184 ../../mod/admin.php:723 +msgid "Community/Celebrity Account" +msgstr "" + +#: ../../mod/admin.php:185 ../../mod/admin.php:724 +msgid "Automatic Friend Account" +msgstr "" + +#: ../../mod/admin.php:186 +msgid "Blog Account" +msgstr "" + +#: ../../mod/admin.php:187 +msgid "Private Forum" +msgstr "" + +#: ../../mod/admin.php:206 +msgid "Message queues" +msgstr "" + +#: ../../mod/admin.php:211 ../../mod/admin.php:478 ../../mod/admin.php:749 +#: ../../mod/admin.php:846 ../../mod/admin.php:888 ../../mod/admin.php:1054 +#: ../../mod/admin.php:1088 ../../mod/admin.php:1175 +msgid "Administration" +msgstr "" + +#: ../../mod/admin.php:212 +msgid "Summary" +msgstr "" + +#: ../../mod/admin.php:214 +msgid "Registered users" +msgstr "" + +#: ../../mod/admin.php:216 +msgid "Pending registrations" +msgstr "" + +#: ../../mod/admin.php:217 +msgid "Version" +msgstr "" + +#: ../../mod/admin.php:219 +msgid "Active plugins" +msgstr "" + +#: ../../mod/admin.php:403 +msgid "Site settings updated." +msgstr "" + +#: ../../mod/admin.php:449 +msgid "Multi user instance" +msgstr "" + +#: ../../mod/admin.php:465 +msgid "Closed" +msgstr "" + +#: ../../mod/admin.php:466 +msgid "Requires approval" +msgstr "" + +#: ../../mod/admin.php:467 +msgid "Open" +msgstr "" + +#: ../../mod/admin.php:471 +msgid "No SSL policy, links will track page SSL state" +msgstr "" + +#: ../../mod/admin.php:472 +msgid "Force all links to use SSL" +msgstr "" + +#: ../../mod/admin.php:473 +msgid "Self-signed certificate, use SSL for local links only (discouraged)" +msgstr "" + +#: ../../mod/admin.php:482 +msgid "File upload" +msgstr "" + +#: ../../mod/admin.php:483 +msgid "Policies" +msgstr "" + +#: ../../mod/admin.php:484 +msgid "Advanced" +msgstr "" + +#: ../../mod/admin.php:485 +msgid "Performance" +msgstr "" + +#: ../../mod/admin.php:490 +msgid "Banner/Logo" +msgstr "" + +#: ../../mod/admin.php:491 +msgid "System language" +msgstr "" + +#: ../../mod/admin.php:492 +msgid "System theme" +msgstr "" + +#: ../../mod/admin.php:492 +msgid "" +"Default system theme - may be over-ridden by user profiles - change theme settings" +msgstr "" + +#: ../../mod/admin.php:493 +msgid "Mobile system theme" +msgstr "" + +#: ../../mod/admin.php:493 +msgid "Theme for mobile devices" +msgstr "" + +#: ../../mod/admin.php:494 +msgid "SSL link policy" +msgstr "" + +#: ../../mod/admin.php:494 +msgid "Determines whether generated links should be forced to use SSL" +msgstr "" + +#: ../../mod/admin.php:495 +msgid "'Share' element" +msgstr "" + +#: ../../mod/admin.php:495 +msgid "Activates the bbcode element 'share' for repeating items." +msgstr "" + +#: ../../mod/admin.php:496 +msgid "Hide help entry from navigation menu" +msgstr "" + +#: ../../mod/admin.php:496 +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:497 +msgid "Single user instance" +msgstr "" + +#: ../../mod/admin.php:497 +msgid "Make this instance multi-user or single-user for the named user" +msgstr "" + +#: ../../mod/admin.php:498 +msgid "Maximum image size" +msgstr "" + +#: ../../mod/admin.php:498 +msgid "" +"Maximum size in bytes of uploaded images. Default is 0, which means no " +"limits." +msgstr "" + +#: ../../mod/admin.php:499 +msgid "Maximum image length" +msgstr "" + +#: ../../mod/admin.php:499 +msgid "" +"Maximum length in pixels of the longest side of uploaded images. Default is " +"-1, which means no limits." +msgstr "" + +#: ../../mod/admin.php:500 +msgid "JPEG image quality" +msgstr "" + +#: ../../mod/admin.php:500 +msgid "" +"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " +"100, which is full quality." +msgstr "" + +#: ../../mod/admin.php:502 +msgid "Register policy" +msgstr "" + +#: ../../mod/admin.php:503 +msgid "Maximum Daily Registrations" +msgstr "" + +#: ../../mod/admin.php:503 +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:504 +msgid "Register text" +msgstr "" + +#: ../../mod/admin.php:504 +msgid "Will be displayed prominently on the registration page." +msgstr "" + +#: ../../mod/admin.php:505 +msgid "Accounts abandoned after x days" +msgstr "" + +#: ../../mod/admin.php:505 +msgid "" +"Will not waste system resources polling external sites for abandonded " +"accounts. Enter 0 for no time limit." +msgstr "" + +#: ../../mod/admin.php:506 +msgid "Allowed friend domains" +msgstr "" + +#: ../../mod/admin.php:506 +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:507 +msgid "Allowed email domains" +msgstr "" + +#: ../../mod/admin.php:507 +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:508 +msgid "Block public" +msgstr "" + +#: ../../mod/admin.php:508 +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:509 +msgid "Force publish" +msgstr "" + +#: ../../mod/admin.php:509 +msgid "" +"Check to force all profiles on this site to be listed in the site directory." +msgstr "" + +#: ../../mod/admin.php:510 +msgid "Global directory update URL" +msgstr "" + +#: ../../mod/admin.php:510 +msgid "" +"URL to update the global directory. If this is not set, the global directory " +"is completely unavailable to the application." +msgstr "" + +#: ../../mod/admin.php:511 +msgid "Allow threaded items" +msgstr "" + +#: ../../mod/admin.php:511 +msgid "Allow infinite level threading for items on this site." +msgstr "" + +#: ../../mod/admin.php:512 +msgid "Private posts by default for new users" +msgstr "" + +#: ../../mod/admin.php:512 +msgid "" +"Set default post permissions for all new members to the default privacy " +"group rather than public." +msgstr "" + +#: ../../mod/admin.php:513 +msgid "Don't include post content in email notifications" +msgstr "" + +#: ../../mod/admin.php:513 +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:514 +msgid "Disallow public access to addons listed in the apps menu." +msgstr "" + +#: ../../mod/admin.php:514 +msgid "" +"Checking this box will restrict addons listed in the apps menu to members " +"only." +msgstr "" + +#: ../../mod/admin.php:515 +msgid "Don't embed private images in posts" +msgstr "" + +#: ../../mod/admin.php:515 +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:517 +msgid "Block multiple registrations" +msgstr "" + +#: ../../mod/admin.php:517 +msgid "Disallow users to register additional accounts for use as pages." +msgstr "" + +#: ../../mod/admin.php:518 +msgid "OpenID support" +msgstr "" + +#: ../../mod/admin.php:518 +msgid "OpenID support for registration and logins." +msgstr "" + +#: ../../mod/admin.php:519 +msgid "Fullname check" +msgstr "" + +#: ../../mod/admin.php:519 +msgid "" +"Force users to register with a space between firstname and lastname in Full " +"name, as an antispam measure" +msgstr "" + +#: ../../mod/admin.php:520 +msgid "UTF-8 Regular expressions" +msgstr "" + +#: ../../mod/admin.php:520 +msgid "Use PHP UTF8 regular expressions" +msgstr "" + +#: ../../mod/admin.php:521 +msgid "Show Community Page" +msgstr "" + +#: ../../mod/admin.php:521 +msgid "" +"Display a Community page showing all recent public postings on this site." +msgstr "" + +#: ../../mod/admin.php:522 +msgid "Enable OStatus support" +msgstr "" + +#: ../../mod/admin.php:522 +msgid "" +"Provide built-in OStatus (identi.ca, status.net, etc.) compatibility. All " +"communications in OStatus are public, so privacy warnings will be " +"occasionally displayed." +msgstr "" + +#: ../../mod/admin.php:523 +msgid "Enable Diaspora support" +msgstr "" + +#: ../../mod/admin.php:523 +msgid "Provide built-in Diaspora network compatibility." +msgstr "" + +#: ../../mod/admin.php:524 +msgid "Only allow Friendica contacts" +msgstr "" + +#: ../../mod/admin.php:524 +msgid "" +"All contacts must use Friendica protocols. All other built-in communication " +"protocols disabled." +msgstr "" + +#: ../../mod/admin.php:525 +msgid "Verify SSL" +msgstr "" + +#: ../../mod/admin.php:525 +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:526 +msgid "Proxy user" +msgstr "" + +#: ../../mod/admin.php:527 +msgid "Proxy URL" +msgstr "" + +#: ../../mod/admin.php:528 +msgid "Network timeout" +msgstr "" + +#: ../../mod/admin.php:528 +msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." +msgstr "" + +#: ../../mod/admin.php:529 +msgid "Delivery interval" +msgstr "" + +#: ../../mod/admin.php:529 +msgid "" +"Delay background delivery processes by this many seconds to reduce system " +"load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 " +"for large dedicated servers." +msgstr "" + +#: ../../mod/admin.php:530 +msgid "Poll interval" +msgstr "" + +#: ../../mod/admin.php:530 +msgid "" +"Delay background polling processes by this many seconds to reduce system " +"load. If 0, use delivery interval." +msgstr "" + +#: ../../mod/admin.php:531 +msgid "Maximum Load Average" +msgstr "" + +#: ../../mod/admin.php:531 +msgid "" +"Maximum system load before delivery and poll processes are deferred - " +"default 50." +msgstr "" + +#: ../../mod/admin.php:533 +msgid "Use MySQL full text engine" +msgstr "" + +#: ../../mod/admin.php:533 +msgid "" +"Activates the full text engine. Speeds up search - but can only search for " +"four and more characters." +msgstr "" + +#: ../../mod/admin.php:534 +msgid "Path to item cache" +msgstr "" + +#: ../../mod/admin.php:535 +msgid "Cache duration in seconds" +msgstr "" + +#: ../../mod/admin.php:535 +msgid "" +"How long should the cache files be hold? Default value is 86400 seconds (One " +"day)." +msgstr "" + +#: ../../mod/admin.php:536 +msgid "Path for lock file" +msgstr "" + +#: ../../mod/admin.php:537 +msgid "Temp path" +msgstr "" + +#: ../../mod/admin.php:538 +msgid "Base path to installation" +msgstr "" + +#: ../../mod/admin.php:555 +msgid "Update has been marked successful" +msgstr "" + +#: ../../mod/admin.php:565 +#, php-format +msgid "Executing %s failed. Check system logs." +msgstr "" + +#: ../../mod/admin.php:568 +#, php-format +msgid "Update %s was successfully applied." +msgstr "" + +#: ../../mod/admin.php:572 +#, php-format +msgid "Update %s did not return a status. Unknown if it succeeded." +msgstr "" + +#: ../../mod/admin.php:575 +#, php-format +msgid "Update function %s could not be found." +msgstr "" + +#: ../../mod/admin.php:590 +msgid "No failed updates." +msgstr "" + +#: ../../mod/admin.php:594 +msgid "Failed Updates" +msgstr "" + +#: ../../mod/admin.php:595 +msgid "" +"This does not include updates prior to 1139, which did not return a status." +msgstr "" + +#: ../../mod/admin.php:596 +msgid "Mark success (if update was manually applied)" +msgstr "" + +#: ../../mod/admin.php:597 +msgid "Attempt to execute this update step automatically" +msgstr "" + +#: ../../mod/admin.php:622 +#, php-format +msgid "%s user blocked/unblocked" +msgid_plural "%s users blocked/unblocked" +msgstr[0] "" +msgstr[1] "" + +#: ../../mod/admin.php:629 +#, php-format +msgid "%s user deleted" +msgid_plural "%s users deleted" +msgstr[0] "" +msgstr[1] "" + +#: ../../mod/admin.php:668 +#, php-format +msgid "User '%s' deleted" +msgstr "" + +#: ../../mod/admin.php:676 +#, php-format +msgid "User '%s' unblocked" +msgstr "" + +#: ../../mod/admin.php:676 +#, php-format +msgid "User '%s' blocked" +msgstr "" + +#: ../../mod/admin.php:752 +msgid "select all" +msgstr "" + +#: ../../mod/admin.php:753 +msgid "User registrations waiting for confirm" +msgstr "" + +#: ../../mod/admin.php:754 +msgid "Request date" +msgstr "" + +#: ../../mod/admin.php:755 +msgid "No registrations." +msgstr "" + +#: ../../mod/admin.php:756 ../../mod/notifications.php:161 +#: ../../mod/notifications.php:208 +msgid "Approve" +msgstr "" + +#: ../../mod/admin.php:757 +msgid "Deny" +msgstr "" + +#: ../../mod/admin.php:761 +msgid "Site admin" +msgstr "" + +#: ../../mod/admin.php:762 +msgid "Account expired" +msgstr "" + +#: ../../mod/admin.php:765 +msgid "Register date" +msgstr "" + +#: ../../mod/admin.php:765 +msgid "Last login" +msgstr "" + +#: ../../mod/admin.php:765 +msgid "Last item" +msgstr "" + +#: ../../mod/admin.php:765 +msgid "Account" +msgstr "" + +#: ../../mod/admin.php:767 +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:768 +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:809 +#, php-format +msgid "Plugin %s disabled." +msgstr "" + +#: ../../mod/admin.php:813 +#, php-format +msgid "Plugin %s enabled." +msgstr "" + +#: ../../mod/admin.php:823 ../../mod/admin.php:1026 +msgid "Disable" +msgstr "" + +#: ../../mod/admin.php:825 ../../mod/admin.php:1028 +msgid "Enable" +msgstr "" + +#: ../../mod/admin.php:848 ../../mod/admin.php:1056 +msgid "Toggle" +msgstr "" + +#: ../../mod/admin.php:856 ../../mod/admin.php:1066 +msgid "Author: " +msgstr "" + +#: ../../mod/admin.php:857 ../../mod/admin.php:1067 +msgid "Maintainer: " +msgstr "" + +#: ../../mod/admin.php:986 +msgid "No themes found." +msgstr "" + +#: ../../mod/admin.php:1048 +msgid "Screenshot" +msgstr "" + +#: ../../mod/admin.php:1094 +msgid "[Experimental]" +msgstr "" + +#: ../../mod/admin.php:1095 +msgid "[Unsupported]" +msgstr "" + +#: ../../mod/admin.php:1122 +msgid "Log settings updated." +msgstr "" + +#: ../../mod/admin.php:1178 +msgid "Clear" +msgstr "" + +#: ../../mod/admin.php:1184 +msgid "Debugging" +msgstr "" + +#: ../../mod/admin.php:1185 +msgid "Log file" +msgstr "" + +#: ../../mod/admin.php:1185 +msgid "" +"Must be writable by web server. Relative to your Friendica top-level " +"directory." +msgstr "" + +#: ../../mod/admin.php:1186 +msgid "Log level" +msgstr "" + +#: ../../mod/admin.php:1236 +msgid "Close" +msgstr "" + +#: ../../mod/admin.php:1242 +msgid "FTP Host" +msgstr "" + +#: ../../mod/admin.php:1243 +msgid "FTP Path" +msgstr "" + +#: ../../mod/admin.php:1244 +msgid "FTP User" +msgstr "" + +#: ../../mod/admin.php:1245 +msgid "FTP Password" +msgstr "" + +#: ../../mod/tagrm.php:41 +msgid "Tag removed" +msgstr "" + +#: ../../mod/tagrm.php:79 +msgid "Remove Item Tag" +msgstr "" + +#: ../../mod/tagrm.php:81 +msgid "Select a tag to remove: " +msgstr "" + +#: ../../mod/editpost.php:17 ../../mod/editpost.php:27 +msgid "Item not found" +msgstr "" + +#: ../../mod/editpost.php:39 +msgid "Edit post" +msgstr "" + +#: ../../mod/events.php:66 +msgid "Event title and start time are required." +msgstr "" + +#: ../../mod/events.php:291 +msgid "l, F j" +msgstr "" + +#: ../../mod/events.php:313 +msgid "Edit event" +msgstr "" + +#: ../../mod/events.php:371 +msgid "Create New Event" +msgstr "" + +#: ../../mod/events.php:446 +msgid "hour:minute" +msgstr "" + +#: ../../mod/events.php:456 +msgid "Event details" +msgstr "" + +#: ../../mod/events.php:457 +#, php-format +msgid "Format is %s %s. Starting date and Title are required." +msgstr "" + +#: ../../mod/events.php:459 +msgid "Event Starts:" +msgstr "" + +#: ../../mod/events.php:459 ../../mod/events.php:473 +msgid "Required" +msgstr "" + +#: ../../mod/events.php:462 +msgid "Finish date/time is not known or not relevant" +msgstr "" + +#: ../../mod/events.php:464 +msgid "Event Finishes:" +msgstr "" + +#: ../../mod/events.php:467 +msgid "Adjust for viewer timezone" +msgstr "" + +#: ../../mod/events.php:469 +msgid "Description:" +msgstr "" + +#: ../../mod/events.php:473 +msgid "Title:" +msgstr "" + +#: ../../mod/events.php:475 +msgid "Share this event" +msgstr "" + +#: ../../mod/fbrowser.php:113 +msgid "Files" +msgstr "" + +#: ../../mod/uexport.php:72 +msgid "Export account" +msgstr "" + +#: ../../mod/uexport.php:72 +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:73 +msgid "Export all" +msgstr "" + +#: ../../mod/uexport.php:73 +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/filer.php:30 +msgid "- select -" +msgstr "" + +#: ../../mod/uimport.php:64 +msgid "Import" +msgstr "" + +#: ../../mod/uimport.php:66 +msgid "Move account" +msgstr "" + +#: ../../mod/uimport.php:67 +msgid "You can import an account from another Friendica server." +msgstr "" + +#: ../../mod/uimport.php:68 +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:69 +msgid "" +"This feature is experimental. We can't import contacts from the OStatus " +"network (statusnet/identi.ca) or from Diaspora" +msgstr "" + +#: ../../mod/uimport.php:70 +msgid "Account file" +msgstr "" + +#: ../../mod/uimport.php:70 +msgid "" +"To export your accont, go to \"Settings->Export your porsonal data\" and " +"select \"Export account\"" +msgstr "" + +#: ../../mod/update_community.php:18 ../../mod/update_display.php:22 +#: ../../mod/update_network.php:22 ../../mod/update_notes.php:41 +#: ../../mod/update_profile.php:41 +msgid "[Embedded content - reload page to view]" +msgstr "" + +#: ../../mod/follow.php:27 +msgid "Contact added" +msgstr "" + +#: ../../mod/friendica.php:55 +msgid "This is Friendica, version" +msgstr "" + +#: ../../mod/friendica.php:56 +msgid "running at web location" +msgstr "" + +#: ../../mod/friendica.php:58 +msgid "" +"Please visit Friendica.com to learn " +"more about the Friendica project." +msgstr "" + +#: ../../mod/friendica.php:60 +msgid "Bug reports and issues: please visit" +msgstr "" + +#: ../../mod/friendica.php:61 +msgid "" +"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - " +"dot com" +msgstr "" + +#: ../../mod/friendica.php:75 +msgid "Installed plugins/addons/apps:" +msgstr "" + +#: ../../mod/friendica.php:88 +msgid "No installed plugins/addons/apps" +msgstr "" + +#: ../../mod/fsuggest.php:63 +msgid "Friend suggestion sent." +msgstr "" + +#: ../../mod/fsuggest.php:97 +msgid "Suggest Friends" +msgstr "" + +#: ../../mod/fsuggest.php:99 +#, php-format +msgid "Suggest a friend for %s" +msgstr "" + +#: ../../mod/group.php:29 +msgid "Group created." +msgstr "" + +#: ../../mod/group.php:35 +msgid "Could not create group." +msgstr "" + +#: ../../mod/group.php:47 ../../mod/group.php:140 +msgid "Group not found." +msgstr "" + +#: ../../mod/group.php:60 +msgid "Group name changed." +msgstr "" + +#: ../../mod/group.php:93 +msgid "Create a group of contacts/friends." +msgstr "" + +#: ../../mod/group.php:94 ../../mod/group.php:180 +msgid "Group Name: " +msgstr "" + +#: ../../mod/group.php:113 +msgid "Group removed." +msgstr "" + +#: ../../mod/group.php:115 +msgid "Unable to remove group." +msgstr "" + +#: ../../mod/group.php:179 +msgid "Group Editor" +msgstr "" + +#: ../../mod/group.php:192 +msgid "Members" +msgstr "" + +#: ../../mod/hcard.php:10 +msgid "No profile" +msgstr "" + +#: ../../mod/help.php:79 +msgid "Help:" +msgstr "" + +#: ../../mod/help.php:90 ../../index.php:227 +msgid "Not Found" +msgstr "" + +#: ../../mod/help.php:93 ../../index.php:230 +msgid "Page not found." +msgstr "" + +#: ../../mod/viewcontacts.php:39 +msgid "No contacts." +msgstr "" + +#: ../../mod/viewsrc.php:7 +msgid "Access denied." +msgstr "" + +#: ../../mod/wall_attach.php:69 +#, php-format +msgid "File exceeds size limit of %d" +msgstr "" + +#: ../../mod/wall_attach.php:110 ../../mod/wall_attach.php:121 +msgid "File upload failed." +msgstr "" + +#: ../../mod/wall_upload.php:90 ../../mod/profile_photo.php:144 +#, php-format +msgid "Image exceeds size limit of %d" +msgstr "" + +#: ../../mod/wall_upload.php:112 ../../mod/photos.php:801 +#: ../../mod/profile_photo.php:153 +msgid "Unable to process image." +msgstr "" + +#: ../../mod/wall_upload.php:138 ../../mod/photos.php:828 +#: ../../mod/profile_photo.php:301 +msgid "Image upload failed." +msgstr "" + +#: ../../mod/invite.php:27 +msgid "Total invitation limit exceeded." +msgstr "" + +#: ../../mod/invite.php:49 +#, php-format +msgid "%s : Not a valid email address." +msgstr "" + +#: ../../mod/invite.php:73 +msgid "Please join us on Friendica" +msgstr "" + +#: ../../mod/invite.php:84 +msgid "Invitation limit exceeded. Please contact your site administrator." +msgstr "" + +#: ../../mod/invite.php:89 +#, php-format +msgid "%s : Message delivery failed." +msgstr "" + +#: ../../mod/invite.php:93 +#, php-format +msgid "%d message sent." +msgid_plural "%d messages sent." +msgstr[0] "" +msgstr[1] "" + +#: ../../mod/invite.php:112 +msgid "You have no more invitations available" +msgstr "" + +#: ../../mod/invite.php:120 +#, 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:122 +#, php-format +msgid "" +"To accept this invitation, please visit and register at %s or any other " +"public Friendica website." +msgstr "" + +#: ../../mod/invite.php:123 +#, 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:126 +msgid "" +"Our apologies. This system is not currently configured to connect with other " +"public sites or invite members." +msgstr "" + +#: ../../mod/invite.php:132 +msgid "Send invitations" +msgstr "" + +#: ../../mod/invite.php:133 +msgid "Enter email addresses, one per line:" +msgstr "" + +#: ../../mod/invite.php:134 ../../mod/wallmessage.php:151 +#: ../../mod/message.php:329 ../../mod/message.php:558 +msgid "Your message:" +msgstr "" + +#: ../../mod/invite.php:135 +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:137 +msgid "You will need to supply this invitation code: $invite_code" +msgstr "" + +#: ../../mod/invite.php:137 +msgid "" +"Once you have registered, please connect with me via my profile page at:" +msgstr "" + +#: ../../mod/invite.php:139 +msgid "" +"For more information about the Friendica project and why we feel it is " +"important, please visit http://friendica.com" +msgstr "" + +#: ../../mod/wallmessage.php:42 ../../mod/wallmessage.php:112 +#, php-format +msgid "Number of daily wall messages for %s exceeded. Message failed." +msgstr "" + +#: ../../mod/wallmessage.php:56 ../../mod/message.php:63 +msgid "No recipient selected." +msgstr "" + +#: ../../mod/wallmessage.php:59 +msgid "Unable to check your home location." +msgstr "" + +#: ../../mod/wallmessage.php:62 ../../mod/message.php:70 +msgid "Message could not be sent." +msgstr "" + +#: ../../mod/wallmessage.php:65 ../../mod/message.php:73 +msgid "Message collection failure." +msgstr "" + +#: ../../mod/wallmessage.php:68 ../../mod/message.php:76 +msgid "Message sent." +msgstr "" + +#: ../../mod/wallmessage.php:86 ../../mod/wallmessage.php:95 +msgid "No recipient." +msgstr "" + +#: ../../mod/wallmessage.php:142 ../../mod/message.php:319 +msgid "Send Private Message" +msgstr "" + +#: ../../mod/wallmessage.php:143 +#, php-format +msgid "" +"If you wish for %s to respond, please check that the privacy settings on " +"your site allow private mail from unknown senders." +msgstr "" + +#: ../../mod/wallmessage.php:144 ../../mod/message.php:320 +#: ../../mod/message.php:553 +msgid "To:" +msgstr "" + +#: ../../mod/wallmessage.php:145 ../../mod/message.php:325 +#: ../../mod/message.php:555 +msgid "Subject:" +msgstr "" + +#: ../../mod/localtime.php:24 +msgid "Time Conversion" +msgstr "" + +#: ../../mod/localtime.php:26 +msgid "" +"Friendica provides this service for sharing events with other networks and " +"friends in unknown timezones." +msgstr "" + +#: ../../mod/localtime.php:30 +#, php-format +msgid "UTC time: %s" +msgstr "" + +#: ../../mod/localtime.php:33 +#, php-format +msgid "Current timezone: %s" +msgstr "" + +#: ../../mod/localtime.php:36 +#, php-format +msgid "Converted localtime: %s" +msgstr "" + +#: ../../mod/localtime.php:41 +msgid "Please select your timezone:" +msgstr "" + +#: ../../mod/lockview.php:31 ../../mod/lockview.php:39 +msgid "Remote privacy information not available." +msgstr "" + +#: ../../mod/lockview.php:48 +msgid "Visible to:" +msgstr "" + +#: ../../mod/lostpass.php:17 +msgid "No valid account found." +msgstr "" + +#: ../../mod/lostpass.php:33 +msgid "Password reset request issued. Check your email." +msgstr "" + +#: ../../mod/lostpass.php:44 +#, php-format +msgid "Password reset requested at %s" +msgstr "" + +#: ../../mod/lostpass.php:66 +msgid "" +"Request could not be verified. (You may have previously submitted it.) " +"Password reset failed." +msgstr "" + +#: ../../mod/lostpass.php:84 ../../boot.php:1072 +msgid "Password Reset" +msgstr "" + +#: ../../mod/lostpass.php:85 +msgid "Your password has been reset as requested." +msgstr "" + +#: ../../mod/lostpass.php:86 +msgid "Your new password is" +msgstr "" + +#: ../../mod/lostpass.php:87 +msgid "Save or copy your new password - and then" +msgstr "" + +#: ../../mod/lostpass.php:88 +msgid "click here to login" +msgstr "" + +#: ../../mod/lostpass.php:89 +msgid "" +"Your password may be changed from the Settings page after " +"successful login." +msgstr "" + +#: ../../mod/lostpass.php:107 +#, php-format +msgid "Your password has been changed at %s" +msgstr "" + +#: ../../mod/lostpass.php:122 +msgid "Forgot your Password?" +msgstr "" + +#: ../../mod/lostpass.php:123 +msgid "" +"Enter your email address and submit to have your password reset. Then check " +"your email for further instructions." +msgstr "" + +#: ../../mod/lostpass.php:124 +msgid "Nickname or Email: " +msgstr "" + +#: ../../mod/lostpass.php:125 +msgid "Reset" +msgstr "" + +#: ../../mod/maintenance.php:5 +msgid "System down for maintenance" +msgstr "" + +#: ../../mod/manage.php:106 +msgid "Manage Identities and/or Pages" +msgstr "" + +#: ../../mod/manage.php:107 +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:108 +msgid "Select an identity to manage: " +msgstr "" + +#: ../../mod/match.php:12 +msgid "Profile Match" +msgstr "" + +#: ../../mod/match.php:20 +msgid "No keywords to match. Please add keywords to your default profile." +msgstr "" + +#: ../../mod/match.php:57 +msgid "is interested in:" +msgstr "" + +#: ../../mod/message.php:67 +msgid "Unable to locate contact information." +msgstr "" + +#: ../../mod/message.php:207 +msgid "Do you really want to delete this message?" +msgstr "" + +#: ../../mod/message.php:227 +msgid "Message deleted." +msgstr "" + +#: ../../mod/message.php:258 +msgid "Conversation removed." +msgstr "" + +#: ../../mod/message.php:371 +msgid "No messages." +msgstr "" + +#: ../../mod/message.php:378 +#, php-format +msgid "Unknown sender - %s" +msgstr "" + +#: ../../mod/message.php:381 +#, php-format +msgid "You and %s" +msgstr "" + +#: ../../mod/message.php:384 +#, php-format +msgid "%s and You" +msgstr "" + +#: ../../mod/message.php:405 ../../mod/message.php:546 +msgid "Delete conversation" +msgstr "" + +#: ../../mod/message.php:408 +msgid "D, d M Y - g:i A" +msgstr "" + +#: ../../mod/message.php:411 +#, php-format +msgid "%d message" +msgid_plural "%d messages" +msgstr[0] "" +msgstr[1] "" + +#: ../../mod/message.php:450 +msgid "Message not available." +msgstr "" + +#: ../../mod/message.php:520 +msgid "Delete message" +msgstr "" + +#: ../../mod/message.php:548 +msgid "" +"No secure communications available. You may be able to " +"respond from the sender's profile page." +msgstr "" + +#: ../../mod/message.php:552 +msgid "Send Reply" +msgstr "" + +#: ../../mod/mood.php:133 +msgid "Mood" +msgstr "" + +#: ../../mod/mood.php:134 +msgid "Set your current mood and tell your friends" +msgstr "" + +#: ../../mod/network.php:181 +msgid "Search Results For:" +msgstr "" + +#: ../../mod/network.php:397 +msgid "Commented Order" +msgstr "" + +#: ../../mod/network.php:400 +msgid "Sort by Comment Date" +msgstr "" + +#: ../../mod/network.php:403 +msgid "Posted Order" +msgstr "" + +#: ../../mod/network.php:406 +msgid "Sort by Post Date" +msgstr "" + +#: ../../mod/network.php:444 ../../mod/notifications.php:88 +msgid "Personal" +msgstr "" + +#: ../../mod/network.php:447 +msgid "Posts that mention or involve you" +msgstr "" + +#: ../../mod/network.php:453 +msgid "New" +msgstr "" + +#: ../../mod/network.php:456 +msgid "Activity Stream - by date" +msgstr "" + +#: ../../mod/network.php:462 +msgid "Shared Links" +msgstr "" + +#: ../../mod/network.php:465 +msgid "Interesting Links" +msgstr "" + +#: ../../mod/network.php:471 +msgid "Starred" +msgstr "" + +#: ../../mod/network.php:474 +msgid "Favourite Posts" +msgstr "" + +#: ../../mod/network.php:546 +#, php-format +msgid "Warning: This group contains %s member from an insecure network." +msgid_plural "" +"Warning: This group contains %s members from an insecure network." +msgstr[0] "" +msgstr[1] "" + +#: ../../mod/network.php:549 +msgid "Private messages to this group are at risk of public disclosure." +msgstr "" + +#: ../../mod/network.php:596 ../../mod/content.php:119 +msgid "No such group" +msgstr "" + +#: ../../mod/network.php:607 ../../mod/content.php:130 +msgid "Group is empty" +msgstr "" + +#: ../../mod/network.php:611 ../../mod/content.php:134 +msgid "Group: " +msgstr "" + +#: ../../mod/network.php:621 +msgid "Contact: " +msgstr "" + +#: ../../mod/network.php:623 +msgid "Private messages to this person are at risk of public disclosure." +msgstr "" + +#: ../../mod/network.php:628 +msgid "Invalid contact." +msgstr "" + +#: ../../mod/notifications.php:26 +msgid "Invalid request identifier." +msgstr "" + +#: ../../mod/notifications.php:35 ../../mod/notifications.php:165 +#: ../../mod/notifications.php:211 +msgid "Discard" +msgstr "" + +#: ../../mod/notifications.php:78 +msgid "System" +msgstr "" + +#: ../../mod/notifications.php:122 +msgid "Show Ignored Requests" +msgstr "" + +#: ../../mod/notifications.php:122 +msgid "Hide Ignored Requests" +msgstr "" + +#: ../../mod/notifications.php:149 ../../mod/notifications.php:195 +msgid "Notification type: " +msgstr "" + +#: ../../mod/notifications.php:150 +msgid "Friend Suggestion" +msgstr "" + +#: ../../mod/notifications.php:152 +#, php-format +msgid "suggested by %s" +msgstr "" + +#: ../../mod/notifications.php:158 ../../mod/notifications.php:205 +msgid "Post a new friend activity" +msgstr "" + +#: ../../mod/notifications.php:158 ../../mod/notifications.php:205 +msgid "if applicable" +msgstr "" + +#: ../../mod/notifications.php:181 +msgid "Claims to be known to you: " +msgstr "" + +#: ../../mod/notifications.php:181 +msgid "yes" +msgstr "" + +#: ../../mod/notifications.php:181 +msgid "no" +msgstr "" + +#: ../../mod/notifications.php:188 +msgid "Approve as: " +msgstr "" + +#: ../../mod/notifications.php:189 +msgid "Friend" +msgstr "" + +#: ../../mod/notifications.php:190 +msgid "Sharer" +msgstr "" + +#: ../../mod/notifications.php:190 +msgid "Fan/Admirer" +msgstr "" + +#: ../../mod/notifications.php:196 +msgid "Friend/Connect Request" +msgstr "" + +#: ../../mod/notifications.php:196 +msgid "New Follower" +msgstr "" + +#: ../../mod/notifications.php:217 +msgid "No introductions." +msgstr "" + +#: ../../mod/notifications.php:257 ../../mod/notifications.php:382 +#: ../../mod/notifications.php:469 +#, php-format +msgid "%s liked %s's post" +msgstr "" + +#: ../../mod/notifications.php:266 ../../mod/notifications.php:391 +#: ../../mod/notifications.php:478 +#, php-format +msgid "%s disliked %s's post" +msgstr "" + +#: ../../mod/notifications.php:280 ../../mod/notifications.php:405 +#: ../../mod/notifications.php:492 +#, php-format +msgid "%s is now friends with %s" +msgstr "" + +#: ../../mod/notifications.php:287 ../../mod/notifications.php:412 +#, php-format +msgid "%s created a new post" +msgstr "" + +#: ../../mod/notifications.php:288 ../../mod/notifications.php:413 +#: ../../mod/notifications.php:501 +#, php-format +msgid "%s commented on %s's post" +msgstr "" + +#: ../../mod/notifications.php:302 +msgid "No more network notifications." +msgstr "" + +#: ../../mod/notifications.php:306 +msgid "Network Notifications" +msgstr "" + +#: ../../mod/notifications.php:332 ../../mod/notify.php:61 +msgid "No more system notifications." +msgstr "" + +#: ../../mod/notifications.php:336 ../../mod/notify.php:65 +msgid "System Notifications" +msgstr "" + +#: ../../mod/notifications.php:427 +msgid "No more personal notifications." +msgstr "" + +#: ../../mod/notifications.php:431 +msgid "Personal Notifications" +msgstr "" + +#: ../../mod/notifications.php:508 +msgid "No more home notifications." +msgstr "" + +#: ../../mod/notifications.php:512 +msgid "Home Notifications" +msgstr "" + +#: ../../mod/photos.php:51 ../../boot.php:1878 +msgid "Photo Albums" +msgstr "" + +#: ../../mod/photos.php:66 ../../mod/photos.php:1222 ../../mod/photos.php:1795 +msgid "Upload New Photos" +msgstr "" + +#: ../../mod/photos.php:143 +msgid "Contact information unavailable" +msgstr "" + +#: ../../mod/photos.php:164 +msgid "Album not found." +msgstr "" + +#: ../../mod/photos.php:187 ../../mod/photos.php:199 ../../mod/photos.php:1200 +msgid "Delete Album" +msgstr "" + +#: ../../mod/photos.php:197 +msgid "Do you really want to delete this photo album and all its photos?" +msgstr "" + +#: ../../mod/photos.php:276 ../../mod/photos.php:287 ../../mod/photos.php:1502 +msgid "Delete Photo" +msgstr "" + +#: ../../mod/photos.php:285 +msgid "Do you really want to delete this photo?" +msgstr "" + +#: ../../mod/photos.php:656 +#, php-format +msgid "%1$s was tagged in %2$s by %3$s" +msgstr "" + +#: ../../mod/photos.php:656 +msgid "a photo" +msgstr "" + +#: ../../mod/photos.php:769 +msgid "Image file is empty." +msgstr "" + +#: ../../mod/photos.php:924 +msgid "No photos selected" +msgstr "" + +#: ../../mod/photos.php:1025 +msgid "Access to this item is restricted." +msgstr "" + +#: ../../mod/photos.php:1088 +#, php-format +msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage." +msgstr "" + +#: ../../mod/photos.php:1123 +msgid "Upload Photos" +msgstr "" + +#: ../../mod/photos.php:1127 ../../mod/photos.php:1195 +msgid "New album name: " +msgstr "" + +#: ../../mod/photos.php:1128 +msgid "or existing album name: " +msgstr "" + +#: ../../mod/photos.php:1129 +msgid "Do not show a status post for this upload" +msgstr "" + +#: ../../mod/photos.php:1131 ../../mod/photos.php:1497 +msgid "Permissions" +msgstr "" + +#: ../../mod/photos.php:1142 +msgid "Private Photo" +msgstr "" + +#: ../../mod/photos.php:1143 +msgid "Public Photo" +msgstr "" + +#: ../../mod/photos.php:1210 +msgid "Edit Album" +msgstr "" + +#: ../../mod/photos.php:1216 +msgid "Show Newest First" +msgstr "" + +#: ../../mod/photos.php:1218 +msgid "Show Oldest First" +msgstr "" + +#: ../../mod/photos.php:1251 ../../mod/photos.php:1778 +msgid "View Photo" +msgstr "" + +#: ../../mod/photos.php:1286 +msgid "Permission denied. Access to this item may be restricted." +msgstr "" + +#: ../../mod/photos.php:1288 +msgid "Photo not available" +msgstr "" + +#: ../../mod/photos.php:1344 +msgid "View photo" +msgstr "" + +#: ../../mod/photos.php:1344 +msgid "Edit photo" +msgstr "" + +#: ../../mod/photos.php:1345 +msgid "Use as profile photo" +msgstr "" + +#: ../../mod/photos.php:1351 ../../mod/content.php:643 +#: ../../object/Item.php:113 +msgid "Private Message" +msgstr "" + +#: ../../mod/photos.php:1370 +msgid "View Full Size" +msgstr "" + +#: ../../mod/photos.php:1444 +msgid "Tags: " +msgstr "" + +#: ../../mod/photos.php:1447 +msgid "[Remove any tag]" +msgstr "" + +#: ../../mod/photos.php:1487 +msgid "Rotate CW (right)" +msgstr "" + +#: ../../mod/photos.php:1488 +msgid "Rotate CCW (left)" +msgstr "" + +#: ../../mod/photos.php:1490 +msgid "New album name" +msgstr "" + +#: ../../mod/photos.php:1493 +msgid "Caption" +msgstr "" + +#: ../../mod/photos.php:1495 +msgid "Add a Tag" +msgstr "" + +#: ../../mod/photos.php:1499 +msgid "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" +msgstr "" + +#: ../../mod/photos.php:1508 +msgid "Private photo" +msgstr "" + +#: ../../mod/photos.php:1509 +msgid "Public photo" +msgstr "" + +#: ../../mod/photos.php:1529 ../../mod/content.php:707 +#: ../../object/Item.php:232 +msgid "I like this (toggle)" +msgstr "" + +#: ../../mod/photos.php:1530 ../../mod/content.php:708 +#: ../../object/Item.php:233 +msgid "I don't like this (toggle)" +msgstr "" + +#: ../../mod/photos.php:1549 ../../mod/photos.php:1593 +#: ../../mod/photos.php:1676 ../../mod/content.php:730 +#: ../../object/Item.php:650 +msgid "This is you" +msgstr "" + +#: ../../mod/photos.php:1551 ../../mod/photos.php:1595 +#: ../../mod/photos.php:1678 ../../mod/content.php:732 +#: ../../object/Item.php:338 ../../object/Item.php:652 ../../boot.php:651 +msgid "Comment" +msgstr "" + +#: ../../mod/photos.php:1784 +msgid "View Album" +msgstr "" + +#: ../../mod/photos.php:1793 +msgid "Recent Photos" +msgstr "" + +#: ../../mod/newmember.php:6 +msgid "Welcome to Friendica" +msgstr "" + +#: ../../mod/newmember.php:8 +msgid "New Member Checklist" +msgstr "" + +#: ../../mod/newmember.php:12 +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:14 +msgid "Getting Started" +msgstr "" + +#: ../../mod/newmember.php:18 +msgid "Friendica Walk-Through" +msgstr "" + +#: ../../mod/newmember.php:18 +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:26 +msgid "Go to Your Settings" +msgstr "" + +#: ../../mod/newmember.php:26 +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:28 +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:36 ../../mod/profile_photo.php:244 +msgid "Upload Profile Photo" +msgstr "" + +#: ../../mod/newmember.php:36 +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:38 +msgid "Edit Your Profile" +msgstr "" + +#: ../../mod/newmember.php:38 +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:40 +msgid "Profile Keywords" +msgstr "" + +#: ../../mod/newmember.php:40 +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:44 +msgid "Connecting" +msgstr "" + +#: ../../mod/newmember.php:49 +msgid "" +"Authorise the Facebook Connector if you currently have a Facebook account " +"and we will (optionally) import all your Facebook friends and conversations." +msgstr "" + +#: ../../mod/newmember.php:51 +msgid "" +"If this is your own personal server, installing the Facebook addon " +"may ease your transition to the free social web." +msgstr "" + +#: ../../mod/newmember.php:56 +msgid "Importing Emails" +msgstr "" + +#: ../../mod/newmember.php:56 +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:58 +msgid "Go to Your Contacts Page" +msgstr "" + +#: ../../mod/newmember.php:58 +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:60 +msgid "Go to Your Site's Directory" +msgstr "" + +#: ../../mod/newmember.php:60 +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:62 +msgid "Finding New People" +msgstr "" + +#: ../../mod/newmember.php:62 +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:70 +msgid "Group Your Contacts" +msgstr "" + +#: ../../mod/newmember.php:70 +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:73 +msgid "Why Aren't My Posts Public?" +msgstr "" + +#: ../../mod/newmember.php:73 +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:78 +msgid "Getting Help" +msgstr "" + +#: ../../mod/newmember.php:82 +msgid "Go to the Help Section" +msgstr "" + +#: ../../mod/newmember.php:82 +msgid "" +"Our help pages may be consulted for detail on other program " +"features and resources." +msgstr "" + +#: ../../mod/profile.php:21 ../../boot.php:1246 +msgid "Requested profile is not available." +msgstr "" + +#: ../../mod/profile.php:155 ../../mod/display.php:99 +msgid "Access to this profile has been restricted." +msgstr "" + +#: ../../mod/profile.php:180 +msgid "Tips for New Members" +msgstr "" + +#: ../../mod/display.php:203 +msgid "Item has been removed." +msgstr "" + +#: ../../mod/install.php:117 +msgid "Friendica Social Communications Server - Setup" +msgstr "" + +#: ../../mod/install.php:123 +msgid "Could not connect to database." +msgstr "" + +#: ../../mod/install.php:127 +msgid "Could not create table." +msgstr "" + +#: ../../mod/install.php:133 +msgid "Your Friendica site database has been installed." +msgstr "" + +#: ../../mod/install.php:138 +msgid "" +"You may need to import the file \"database.sql\" manually using phpmyadmin " +"or mysql." +msgstr "" + +#: ../../mod/install.php:139 ../../mod/install.php:206 +#: ../../mod/install.php:521 +msgid "Please see the file \"INSTALL.txt\"." +msgstr "" + +#: ../../mod/install.php:203 +msgid "System check" +msgstr "" + +#: ../../mod/install.php:208 +msgid "Check again" +msgstr "" + +#: ../../mod/install.php:227 +msgid "Database connection" +msgstr "" + +#: ../../mod/install.php:228 +msgid "" +"In order to install Friendica we need to know how to connect to your " +"database." +msgstr "" + +#: ../../mod/install.php:229 +msgid "" +"Please contact your hosting provider or site administrator if you have " +"questions about these settings." +msgstr "" + +#: ../../mod/install.php:230 +msgid "" +"The database you specify below should already exist. If it does not, please " +"create it before continuing." +msgstr "" + +#: ../../mod/install.php:234 +msgid "Database Server Name" +msgstr "" + +#: ../../mod/install.php:235 +msgid "Database Login Name" +msgstr "" + +#: ../../mod/install.php:236 +msgid "Database Login Password" +msgstr "" + +#: ../../mod/install.php:237 +msgid "Database Name" +msgstr "" + +#: ../../mod/install.php:238 ../../mod/install.php:277 +msgid "Site administrator email address" +msgstr "" + +#: ../../mod/install.php:238 ../../mod/install.php:277 +msgid "" +"Your account email address must match this in order to use the web admin " +"panel." +msgstr "" + +#: ../../mod/install.php:242 ../../mod/install.php:280 +msgid "Please select a default timezone for your website" +msgstr "" + +#: ../../mod/install.php:267 +msgid "Site settings" +msgstr "" + +#: ../../mod/install.php:321 +msgid "Could not find a command line version of PHP in the web server PATH." +msgstr "" + +#: ../../mod/install.php:322 +msgid "" +"If you don't have a command line version of PHP installed on server, you " +"will not be able to run background polling via cron. See 'Activating scheduled tasks'" +msgstr "" + +#: ../../mod/install.php:326 +msgid "PHP executable path" +msgstr "" + +#: ../../mod/install.php:326 +msgid "" +"Enter full path to php executable. You can leave this blank to continue the " +"installation." +msgstr "" + +#: ../../mod/install.php:331 +msgid "Command line PHP" +msgstr "" + +#: ../../mod/install.php:340 +msgid "PHP executable is not the php cli binary (could be cgi-fgci version)" +msgstr "" + +#: ../../mod/install.php:341 +msgid "Found PHP version: " +msgstr "" + +#: ../../mod/install.php:343 +msgid "PHP cli binary" +msgstr "" + +#: ../../mod/install.php:354 +msgid "" +"The command line version of PHP on your system does not have " +"\"register_argc_argv\" enabled." +msgstr "" + +#: ../../mod/install.php:355 +msgid "This is required for message delivery to work." +msgstr "" + +#: ../../mod/install.php:357 +msgid "PHP register_argc_argv" +msgstr "" + +#: ../../mod/install.php:378 +msgid "" +"Error: the \"openssl_pkey_new\" function on this system is not able to " +"generate encryption keys" +msgstr "" + +#: ../../mod/install.php:379 +msgid "" +"If running under Windows, please see \"http://www.php.net/manual/en/openssl." +"installation.php\"." +msgstr "" + +#: ../../mod/install.php:381 +msgid "Generate encryption keys" +msgstr "" + +#: ../../mod/install.php:388 +msgid "libCurl PHP module" +msgstr "" + +#: ../../mod/install.php:389 +msgid "GD graphics PHP module" +msgstr "" + +#: ../../mod/install.php:390 +msgid "OpenSSL PHP module" +msgstr "" + +#: ../../mod/install.php:391 +msgid "mysqli PHP module" +msgstr "" + +#: ../../mod/install.php:392 +msgid "mb_string PHP module" +msgstr "" + +#: ../../mod/install.php:397 ../../mod/install.php:399 +msgid "Apache mod_rewrite module" +msgstr "" + +#: ../../mod/install.php:397 +msgid "" +"Error: Apache webserver mod-rewrite module is required but not installed." +msgstr "" + +#: ../../mod/install.php:405 +msgid "Error: libCURL PHP module required but not installed." +msgstr "" + +#: ../../mod/install.php:409 +msgid "" +"Error: GD graphics PHP module with JPEG support required but not installed." +msgstr "" + +#: ../../mod/install.php:413 +msgid "Error: openssl PHP module required but not installed." +msgstr "" + +#: ../../mod/install.php:417 +msgid "Error: mysqli PHP module required but not installed." +msgstr "" + +#: ../../mod/install.php:421 +msgid "Error: mb_string PHP module required but not installed." +msgstr "" + +#: ../../mod/install.php:438 +msgid "" +"The web installer needs to be able to create a file called \".htconfig.php\" " +"in the top folder of your web server and it is unable to do so." +msgstr "" + +#: ../../mod/install.php:439 +msgid "" +"This is most often a permission setting, as the web server may not be able " +"to write files in your folder - even if you can." +msgstr "" + +#: ../../mod/install.php:440 +msgid "" +"At the end of this procedure, we will give you a text to save in a file " +"named .htconfig.php in your Friendica top folder." +msgstr "" + +#: ../../mod/install.php:441 +msgid "" +"You can alternatively skip this procedure and perform a manual installation. " +"Please see the file \"INSTALL.txt\" for instructions." +msgstr "" + +#: ../../mod/install.php:444 +msgid ".htconfig.php is writable" +msgstr "" + +#: ../../mod/install.php:454 +msgid "" +"Friendica uses the Smarty3 template engine to render its web views. Smarty3 " +"compiles templates to PHP to speed up rendering." +msgstr "" + +#: ../../mod/install.php:455 +msgid "" +"In order to store these compiled templates, the web server needs to have " +"write access to the directory view/smarty3/ under the Friendica top level " +"folder." +msgstr "" + +#: ../../mod/install.php:456 +msgid "" +"Please ensure that the user that your web server runs as (e.g. www-data) has " +"write access to this folder." +msgstr "" + +#: ../../mod/install.php:457 +msgid "" +"Note: as a security measure, you should give the web server write access to " +"view/smarty3/ only--not the template files (.tpl) that it contains." +msgstr "" + +#: ../../mod/install.php:460 +msgid "view/smarty3 is writable" +msgstr "" + +#: ../../mod/install.php:472 +msgid "" +"Url rewrite in .htaccess is not working. Check your server configuration." +msgstr "" + +#: ../../mod/install.php:474 +msgid "Url rewrite is working" +msgstr "" + +#: ../../mod/install.php:484 +msgid "" +"The database configuration file \".htconfig.php\" could not be written. " +"Please use the enclosed text to create a configuration file in your web " +"server root." +msgstr "" + +#: ../../mod/install.php:508 +msgid "Errors encountered creating database tables." +msgstr "" + +#: ../../mod/install.php:519 +msgid "

What next

" +msgstr "" + +#: ../../mod/install.php:520 +msgid "" +"IMPORTANT: You will need to [manually] setup a scheduled task for the poller." +msgstr "" + +#: ../../mod/oexchange.php:25 +msgid "Post successful." +msgstr "" + +#: ../../mod/openid.php:24 +msgid "OpenID protocol error. No ID returned." +msgstr "" + +#: ../../mod/openid.php:53 +msgid "" +"Account not found and OpenID registration is not permitted on this site." +msgstr "" + +#: ../../mod/profile_photo.php:44 +msgid "Image uploaded but image cropping failed." +msgstr "" + +#: ../../mod/profile_photo.php:77 ../../mod/profile_photo.php:84 +#: ../../mod/profile_photo.php:91 ../../mod/profile_photo.php:308 +#, php-format +msgid "Image size reduction [%s] failed." +msgstr "" + +#: ../../mod/profile_photo.php:118 +msgid "" +"Shift-reload the page or clear browser cache if the new photo does not " +"display immediately." +msgstr "" + +#: ../../mod/profile_photo.php:128 +msgid "Unable to process image" +msgstr "" + +#: ../../mod/profile_photo.php:242 +msgid "Upload File:" +msgstr "" + +#: ../../mod/profile_photo.php:243 +msgid "Select a profile:" +msgstr "" + +#: ../../mod/profile_photo.php:248 +msgid "skip this step" +msgstr "" + +#: ../../mod/profile_photo.php:248 +msgid "select a photo from your photo albums" +msgstr "" + +#: ../../mod/profile_photo.php:262 +msgid "Crop Image" +msgstr "" + +#: ../../mod/profile_photo.php:263 +msgid "Please adjust the image cropping for optimum viewing." +msgstr "" + +#: ../../mod/profile_photo.php:265 +msgid "Done Editing" +msgstr "" + +#: ../../mod/profile_photo.php:299 +msgid "Image uploaded successfully." +msgstr "" + +#: ../../mod/community.php:23 +msgid "Not available." +msgstr "" + +#: ../../mod/content.php:626 ../../object/Item.php:362 +#, php-format +msgid "%d comment" +msgid_plural "%d comments" +msgstr[0] "" +msgstr[1] "" + +#: ../../mod/content.php:707 ../../object/Item.php:232 +msgid "like" +msgstr "" + +#: ../../mod/content.php:708 ../../object/Item.php:233 +msgid "dislike" +msgstr "" + +#: ../../mod/content.php:710 ../../object/Item.php:235 +msgid "Share this" +msgstr "" + +#: ../../mod/content.php:710 ../../object/Item.php:235 +msgid "share" +msgstr "" + +#: ../../mod/content.php:734 ../../object/Item.php:654 +msgid "Bold" +msgstr "" + +#: ../../mod/content.php:735 ../../object/Item.php:655 +msgid "Italic" +msgstr "" + +#: ../../mod/content.php:736 ../../object/Item.php:656 +msgid "Underline" +msgstr "" + +#: ../../mod/content.php:737 ../../object/Item.php:657 +msgid "Quote" +msgstr "" + +#: ../../mod/content.php:738 ../../object/Item.php:658 +msgid "Code" +msgstr "" + +#: ../../mod/content.php:739 ../../object/Item.php:659 +msgid "Image" +msgstr "" + +#: ../../mod/content.php:740 ../../object/Item.php:660 +msgid "Link" +msgstr "" + +#: ../../mod/content.php:741 ../../object/Item.php:661 +msgid "Video" +msgstr "" + +#: ../../mod/content.php:776 ../../object/Item.php:211 +msgid "add star" +msgstr "" + +#: ../../mod/content.php:777 ../../object/Item.php:212 +msgid "remove star" +msgstr "" + +#: ../../mod/content.php:778 ../../object/Item.php:213 +msgid "toggle star status" +msgstr "" + +#: ../../mod/content.php:781 ../../object/Item.php:216 +msgid "starred" +msgstr "" + +#: ../../mod/content.php:782 ../../object/Item.php:221 +msgid "add tag" +msgstr "" + +#: ../../mod/content.php:786 ../../object/Item.php:130 +msgid "save to folder" +msgstr "" + +#: ../../mod/content.php:877 ../../object/Item.php:308 +msgid "to" +msgstr "" + +#: ../../mod/content.php:878 ../../object/Item.php:310 +msgid "Wall-to-Wall" +msgstr "" + +#: ../../mod/content.php:879 ../../object/Item.php:311 +msgid "via Wall-To-Wall:" +msgstr "" + +#: ../../object/Item.php:92 +msgid "This entry was edited" +msgstr "" + +#: ../../object/Item.php:309 +msgid "via" +msgstr "" + +#: ../../view/theme/cleanzero/config.php:82 +#: ../../view/theme/diabook/config.php:154 +#: ../../view/theme/dispy/config.php:72 ../../view/theme/quattro/config.php:66 +msgid "Theme settings" +msgstr "" + +#: ../../view/theme/cleanzero/config.php:83 +msgid "Set resize level for images in posts and comments (width and height)" +msgstr "" + +#: ../../view/theme/cleanzero/config.php:84 +#: ../../view/theme/diabook/config.php:155 +#: ../../view/theme/dispy/config.php:73 +msgid "Set font-size for posts and comments" +msgstr "" + +#: ../../view/theme/cleanzero/config.php:85 +msgid "Set theme width" +msgstr "" + +#: ../../view/theme/cleanzero/config.php:86 +#: ../../view/theme/quattro/config.php:68 +msgid "Color scheme" +msgstr "" + +#: ../../view/theme/diabook/config.php:156 +#: ../../view/theme/dispy/config.php:74 +msgid "Set line-height for posts and comments" +msgstr "" + +#: ../../view/theme/diabook/config.php:157 +msgid "Set resolution for middle column" +msgstr "" + +#: ../../view/theme/diabook/config.php:158 +msgid "Set color scheme" +msgstr "" + +#: ../../view/theme/diabook/config.php:159 +#: ../../view/theme/diabook/theme.php:609 +msgid "Set twitter search term" +msgstr "" + +#: ../../view/theme/diabook/config.php:160 +msgid "Set zoomfactor for Earth Layer" +msgstr "" + +#: ../../view/theme/diabook/config.php:161 +#: ../../view/theme/diabook/theme.php:578 +msgid "Set longitude (X) for Earth Layers" +msgstr "" + +#: ../../view/theme/diabook/config.php:162 +#: ../../view/theme/diabook/theme.php:579 +msgid "Set latitude (Y) for Earth Layers" +msgstr "" + +#: ../../view/theme/diabook/config.php:163 +#: ../../view/theme/diabook/theme.php:94 +#: ../../view/theme/diabook/theme.php:537 +#: ../../view/theme/diabook/theme.php:632 +msgid "Community Pages" +msgstr "" + +#: ../../view/theme/diabook/config.php:164 +#: ../../view/theme/diabook/theme.php:572 +#: ../../view/theme/diabook/theme.php:633 +msgid "Earth Layers" +msgstr "" + +#: ../../view/theme/diabook/config.php:165 +#: ../../view/theme/diabook/theme.php:384 +#: ../../view/theme/diabook/theme.php:634 +msgid "Community Profiles" +msgstr "" + +#: ../../view/theme/diabook/config.php:166 +#: ../../view/theme/diabook/theme.php:592 +#: ../../view/theme/diabook/theme.php:635 +msgid "Help or @NewHere ?" +msgstr "" + +#: ../../view/theme/diabook/config.php:167 +#: ../../view/theme/diabook/theme.php:599 +#: ../../view/theme/diabook/theme.php:636 +msgid "Connect Services" +msgstr "" + +#: ../../view/theme/diabook/config.php:168 +#: ../../view/theme/diabook/theme.php:516 +#: ../../view/theme/diabook/theme.php:637 +msgid "Find Friends" +msgstr "" + +#: ../../view/theme/diabook/config.php:169 +msgid "Last tweets" +msgstr "" + +#: ../../view/theme/diabook/config.php:170 +#: ../../view/theme/diabook/theme.php:405 +#: ../../view/theme/diabook/theme.php:639 +msgid "Last users" +msgstr "" + +#: ../../view/theme/diabook/config.php:171 +#: ../../view/theme/diabook/theme.php:479 +#: ../../view/theme/diabook/theme.php:640 +msgid "Last photos" +msgstr "" + +#: ../../view/theme/diabook/config.php:172 +#: ../../view/theme/diabook/theme.php:434 +#: ../../view/theme/diabook/theme.php:641 +msgid "Last likes" +msgstr "" + +#: ../../view/theme/diabook/theme.php:89 +msgid "Your contacts" +msgstr "" + +#: ../../view/theme/diabook/theme.php:517 +msgid "Local Directory" +msgstr "" + +#: ../../view/theme/diabook/theme.php:577 +msgid "Set zoomfactor for Earth Layers" +msgstr "" + +#: ../../view/theme/diabook/theme.php:606 +#: ../../view/theme/diabook/theme.php:638 +msgid "Last Tweets" +msgstr "" + +#: ../../view/theme/diabook/theme.php:630 +msgid "Show/hide boxes at right-hand column:" +msgstr "" + +#: ../../view/theme/dispy/config.php:75 +msgid "Set colour scheme" +msgstr "" + +#: ../../view/theme/quattro/config.php:67 +msgid "Alignment" +msgstr "" + +#: ../../view/theme/quattro/config.php:67 +msgid "Left" +msgstr "" + +#: ../../view/theme/quattro/config.php:67 +msgid "Center" +msgstr "" + +#: ../../view/theme/quattro/config.php:69 +msgid "Posts font size" +msgstr "" + +#: ../../view/theme/quattro/config.php:70 +msgid "Textareas font size" +msgstr "" + +#: ../../boot.php:650 +msgid "Delete this item?" +msgstr "" + +#: ../../boot.php:653 +msgid "show fewer" +msgstr "" + +#: ../../boot.php:920 +#, php-format +msgid "Update %s failed. See error logs." +msgstr "" + +#: ../../boot.php:922 +#, php-format +msgid "Update Error at %s" +msgstr "" + +#: ../../boot.php:1032 +msgid "Create a New Account" +msgstr "" + +#: ../../boot.php:1060 +msgid "Nickname or Email address: " +msgstr "" + +#: ../../boot.php:1061 +msgid "Password: " +msgstr "" + +#: ../../boot.php:1062 +msgid "Remember me" +msgstr "" + +#: ../../boot.php:1065 +msgid "Or login using OpenID: " +msgstr "" + +#: ../../boot.php:1071 +msgid "Forgot your password?" +msgstr "" + +#: ../../boot.php:1074 +msgid "Website Terms of Service" +msgstr "" + +#: ../../boot.php:1075 +msgid "terms of service" +msgstr "" + +#: ../../boot.php:1077 +msgid "Website Privacy Policy" +msgstr "" + +#: ../../boot.php:1078 +msgid "privacy policy" +msgstr "" + +#: ../../boot.php:1207 +msgid "Requested account is not available." +msgstr "" + +#: ../../boot.php:1286 ../../boot.php:1390 +msgid "Edit profile" +msgstr "" + +#: ../../boot.php:1352 +msgid "Message" +msgstr "" + +#: ../../boot.php:1360 +msgid "Manage/edit profiles" +msgstr "" + +#: ../../boot.php:1489 ../../boot.php:1575 +msgid "g A l F d" +msgstr "" + +#: ../../boot.php:1490 ../../boot.php:1576 +msgid "F d" +msgstr "" + +#: ../../boot.php:1535 ../../boot.php:1616 +msgid "[today]" +msgstr "" + +#: ../../boot.php:1547 +msgid "Birthday Reminders" +msgstr "" + +#: ../../boot.php:1548 +msgid "Birthdays this week:" +msgstr "" + +#: ../../boot.php:1609 +msgid "[No description]" +msgstr "" + +#: ../../boot.php:1627 +msgid "Event Reminders" +msgstr "" + +#: ../../boot.php:1628 +msgid "Events this week:" +msgstr "" + +#: ../../boot.php:1864 +msgid "Status Messages and Posts" +msgstr "" + +#: ../../boot.php:1871 +msgid "Profile Details" +msgstr "" + +#: ../../boot.php:1888 +msgid "Events and Calendar" +msgstr "" + +#: ../../boot.php:1895 +msgid "Only You Can See This" +msgstr "" + +#: ../../index.php:401 +msgid "toggle mobile" msgstr ""