diff options
Diffstat (limited to 'util')
-rw-r--r-- | util/Doxyfile | 21 | ||||
-rw-r--r-- | util/Doxygen.footer | 4 | ||||
-rw-r--r-- | util/db_update.php | 20 | ||||
-rw-r--r-- | util/fresh.md | 3 | ||||
-rwxr-xr-x | util/makedocs | 2 | ||||
-rw-r--r-- | util/messages.po | 8086 | ||||
-rwxr-xr-x | util/precompile_smarty3.php | 27 | ||||
-rwxr-xr-x | util/run_xgettext.sh | 88 | ||||
-rw-r--r-- | util/strings.php | 2385 | ||||
-rw-r--r-- | util/tpldebug.php | 43 | ||||
-rw-r--r-- | util/typo.php | 18 |
11 files changed, 4722 insertions, 5975 deletions
diff --git a/util/Doxyfile b/util/Doxyfile new file mode 100644 index 000000000..edb8a8464 --- /dev/null +++ b/util/Doxyfile @@ -0,0 +1,21 @@ +INPUT = boot.php mod include setup util view +RECURSIVE = YES +PROJECT_NAME = "The Red Matrix" +PROJECT_LOGO = images/rhash-64.png +EXCLUDE = .htconfig.php library doc .git +EXCLUDE_PATTERNS = *smarty3* *strings.php *.out *test* +OUTPUT_DIRECTORY = doc +GENERATE_HTML = YES +HTML_OUTPUT = html/ +HTML_FILE_EXTENSION = .html +GENERATE_LATEX = NO +EXTRACT_ALL = YES +EXTRACT_PRIVATE = YES +GENERATE_TODOLIST = YES +USE_MDFILE_AS_MAINPAGE = README +REFERENCED_BY_RELATION = YES +GENERATE_TREEVIEW = YES +HTML_FOOTER = util/Doxygen.footer + + + diff --git a/util/Doxygen.footer b/util/Doxygen.footer new file mode 100644 index 000000000..fd40910d9 --- /dev/null +++ b/util/Doxygen.footer @@ -0,0 +1,4 @@ + + + + diff --git a/util/db_update.php b/util/db_update.php index 775a6585a..ceef061c1 100644 --- a/util/db_update.php +++ b/util/db_update.php @@ -1,24 +1,14 @@ <?php + + /** * @package util */ -/* -* require boot.php -*/ -require_once("boot.php"); - -$a = new App; -@include(".htconfig.php"); - -$lang = get_best_language(); -load_translation_table($lang); - -require_once("dba.php"); -$db = new dba($db_host, $db_user, $db_pass, $db_data, false); - unset($db_host, $db_user, $db_pass, $db_data); +require_once('boot.php'); +require_once('include/cli_startup.php'); -$build = get_config('system','build'); +cli_startup(); echo "Old DB VERSION: " . $build . "\n"; echo "New DB VERSION: " . DB_UPDATE_VERSION . "\n"; diff --git a/util/fresh.md b/util/fresh.md index ff4dfaa94..7bdf87ff3 100644 --- a/util/fresh.md +++ b/util/fresh.md @@ -1,7 +1,6 @@ -Fresh - The Friendica REd Shell +Fresh - The Freaking REd Shell =============================== - This will only work on Unix/Linux. If the readline module is installed, we will use that for input, otherwise we will just read from stdin and write to stdout. diff --git a/util/makedocs b/util/makedocs new file mode 100755 index 000000000..53e78e6b0 --- /dev/null +++ b/util/makedocs @@ -0,0 +1,2 @@ +#!/bin/sh +/home/macgirvin/bin/doxygen util/Doxyfile diff --git a/util/messages.po b/util/messages.po index 472d1c21f..4a5eb44d8 100644 --- a/util/messages.po +++ b/util/messages.po @@ -1,4278 +1,3683 @@ -# FRIENDICA Distributed Social Network -# Copyright (C) 2010, 2011 the Friendica Project -# This file is distributed under the same license as the Friendica package. -# Mike Macgirvin, 2010 +# Red Communications Project +# Copyright (C) 2013 the Friendica Project +# This file is distributed under the same license as the Red package. +# Mike Macgirvin, 2013 # #, fuzzy msgid "" msgstr "" -"Project-Id-Version: 3.0.1397\n" +"Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-07-07 10:00-0700\n" +"POT-Creation-Date: 2013-08-09 03:55-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" -#: ../../mod/oexchange.php:25 -msgid "Post successful." -msgstr "" - -#: ../../mod/update_notes.php:41 ../../mod/update_community.php:18 -#: ../../mod/update_network.php:22 ../../mod/update_profile.php:41 -msgid "[Embedded content - reload page to view]" -msgstr "" - -#: ../../mod/crepair.php:102 -msgid "Contact settings applied." -msgstr "" - -#: ../../mod/crepair.php:104 -msgid "Contact update failed." -msgstr "" - -#: ../../mod/crepair.php:115 ../../mod/wall_attach.php:44 -#: ../../mod/fsuggest.php:78 ../../mod/events.php:140 ../../mod/api.php:26 -#: ../../mod/api.php:31 ../../mod/photos.php:135 ../../mod/photos.php:957 -#: ../../mod/editpost.php:10 ../../mod/install.php:151 -#: ../../mod/notifications.php:66 ../../mod/contacts.php:145 -#: ../../mod/settings.php:106 ../../mod/settings.php:537 -#: ../../mod/settings.php:542 ../../mod/manage.php:86 ../../mod/network.php:6 -#: ../../mod/notes.php:20 ../../mod/wallmessage.php:9 -#: ../../mod/wallmessage.php:33 ../../mod/wallmessage.php:79 -#: ../../mod/wallmessage.php:103 ../../mod/attach.php:33 -#: ../../mod/group.php:19 ../../mod/viewconnections.php:22 -#: ../../mod/register.php:38 ../../mod/regmod.php:116 ../../mod/item.php:124 -#: ../../mod/item.php:140 ../../mod/profile_photo.php:19 -#: ../../mod/profile_photo.php:141 ../../mod/profile_photo.php:152 -#: ../../mod/profile_photo.php:165 ../../mod/message.php:45 -#: ../../mod/message.php:97 ../../mod/allfriends.php:9 -#: ../../mod/nogroup.php:25 ../../mod/wall_upload.php:53 -#: ../../mod/follow.php:9 ../../mod/display.php:138 ../../mod/profiles.php:7 -#: ../../mod/profiles.php:400 ../../mod/delegate.php:6 -#: ../../mod/suggest.php:28 ../../mod/invite.php:13 ../../mod/invite.php:81 -#: ../../mod/dfrn_confirm.php:53 ../../addon/facebook/facebook.php:510 -#: ../../addon/facebook/facebook.php:516 ../../addon/dav/layout.fnk.php:353 -#: ../../include/items.php:3457 ../../index.php:309 -msgid "Permission denied." -msgstr "" - -#: ../../mod/crepair.php:129 ../../mod/fsuggest.php:20 -#: ../../mod/fsuggest.php:92 ../../mod/dfrn_confirm.php:118 -msgid "Contact not found." +#: ../../include/acl_selectors.php:235 +msgid "Visible to everybody" msgstr "" -#: ../../mod/crepair.php:135 -msgid "Repair Contact Settings" +#: ../../include/acl_selectors.php:236 +msgid "show" msgstr "" -#: ../../mod/crepair.php:137 -msgid "" -"<strong>WARNING: This is highly advanced</strong> and if you enter incorrect " -"information your communications with this contact may stop working." +#: ../../include/acl_selectors.php:237 +msgid "don't show" msgstr "" -#: ../../mod/crepair.php:138 -msgid "" -"Please use your browser 'Back' button <strong>now</strong> if you are " -"uncertain what to do on this page." +#: ../../include/activities.php:37 +msgid " and " msgstr "" -#: ../../mod/crepair.php:144 -msgid "Return to contact editor" +#: ../../include/activities.php:45 +msgid "public profile" msgstr "" -#: ../../mod/crepair.php:148 ../../mod/settings.php:557 -#: ../../mod/settings.php:583 ../../mod/admin.php:661 ../../mod/admin.php:670 -msgid "Name" +#: ../../include/activities.php:48 +#, php-format +msgid "%1$s changed %2$s to “%3$s”" msgstr "" -#: ../../mod/crepair.php:149 -msgid "Account Nickname" +#: ../../include/activities.php:49 +#, php-format +msgid "Visit %1$s's %2$s" msgstr "" -#: ../../mod/crepair.php:150 -msgid "@Tagname - overrides Name/Nickname" +#: ../../include/activities.php:52 +#, php-format +msgid "%1$s has an updated %2$s, changing %3$s." msgstr "" -#: ../../mod/crepair.php:151 -msgid "Account URL" +#: ../../include/api.php:968 +msgid "Public Timeline" msgstr "" -#: ../../mod/crepair.php:152 -msgid "Friend Request URL" +#: ../../include/enotify.php:36 +msgid "Red Matrix Notification" msgstr "" -#: ../../mod/crepair.php:153 -msgid "Friend Confirm URL" +#: ../../include/enotify.php:39 +msgid "Thank You," msgstr "" -#: ../../mod/crepair.php:154 -msgid "Notification Endpoint URL" +#: ../../include/enotify.php:41 +#, php-format +msgid "%s Administrator" msgstr "" -#: ../../mod/crepair.php:155 -msgid "Poll/Feed URL" +#: ../../include/enotify.php:75 +#, php-format +msgid "%s <!item_type!>" msgstr "" -#: ../../mod/crepair.php:156 -msgid "New photo from this URL" +#: ../../include/enotify.php:79 +#, php-format +msgid "[Red:Notify] New mail received at %s" msgstr "" -#: ../../mod/crepair.php:166 ../../mod/fsuggest.php:107 -#: ../../mod/events.php:436 ../../mod/photos.php:992 ../../mod/photos.php:1063 -#: ../../mod/photos.php:1309 ../../mod/photos.php:1349 -#: ../../mod/photos.php:1389 ../../mod/photos.php:1420 -#: ../../mod/install.php:246 ../../mod/install.php:284 -#: ../../mod/localtime.php:45 ../../mod/content.php:691 -#: ../../mod/contacts.php:343 ../../mod/settings.php:555 -#: ../../mod/settings.php:709 ../../mod/settings.php:770 -#: ../../mod/settings.php:971 ../../mod/group.php:85 ../../mod/message.php:216 -#: ../../mod/message.php:412 ../../mod/admin.php:422 ../../mod/admin.php:658 -#: ../../mod/admin.php:794 ../../mod/admin.php:993 ../../mod/admin.php:1080 -#: ../../mod/profiles.php:569 ../../mod/invite.php:119 -#: ../../addon/fromgplus/fromgplus.php:40 -#: ../../addon/facebook/facebook.php:619 -#: ../../addon/snautofollow/snautofollow.php:64 -#: ../../addon/yourls/yourls.php:76 ../../addon/ljpost/ljpost.php:93 -#: ../../addon/nsfw/nsfw.php:57 ../../addon/page/page.php:210 -#: ../../addon/planets/planets.php:158 -#: ../../addon/uhremotestorage/uhremotestorage.php:89 -#: ../../addon/randplace/randplace.php:177 ../../addon/dwpost/dwpost.php:93 -#: ../../addon/drpost/drpost.php:110 ../../addon/startpage/startpage.php:92 -#: ../../addon/geonames/geonames.php:187 ../../addon/oembed.old/oembed.php:41 -#: ../../addon/impressum/impressum.php:82 -#: ../../addon/notimeline/notimeline.php:64 ../../addon/blockem/blockem.php:57 -#: ../../addon/qcomment/qcomment.php:61 -#: ../../addon/openstreetmap/openstreetmap.php:70 -#: ../../addon/libertree/libertree.php:90 ../../addon/mathjax/mathjax.php:42 -#: ../../addon/editplain/editplain.php:84 ../../addon/blackout/blackout.php:98 -#: ../../addon/gravatar/gravatar.php:86 -#: ../../addon/pageheader/pageheader.php:55 ../../addon/ijpost/ijpost.php:93 -#: ../../addon/jappixmini/jappixmini.php:302 -#: ../../addon/statusnet/statusnet.php:278 -#: ../../addon/statusnet/statusnet.php:292 -#: ../../addon/statusnet/statusnet.php:318 -#: ../../addon/statusnet/statusnet.php:325 -#: ../../addon/statusnet/statusnet.php:353 -#: ../../addon/statusnet/statusnet.php:567 ../../addon/tumblr/tumblr.php:90 -#: ../../addon/numfriends/numfriends.php:85 ../../addon/gnot/gnot.php:88 -#: ../../addon/wppost/wppost.php:110 ../../addon/showmore/showmore.php:48 -#: ../../addon/piwik/piwik.php:89 ../../addon/twitter/twitter.php:180 -#: ../../addon/twitter/twitter.php:209 ../../addon/twitter/twitter.php:387 -#: ../../addon/irc/irc.php:55 ../../addon/blogger/blogger.php:102 -#: ../../addon/posterous/posterous.php:103 -#: ../../view/theme/cleanzero/config.php:80 -#: ../../view/theme/diabook/theme.php:757 -#: ../../view/theme/diabook/config.php:190 -#: ../../view/theme/quattro/config.php:52 ../../view/theme/dispy/config.php:70 -#: ../../include/conversation.php:580 -msgid "Submit" +#: ../../include/enotify.php:81 +#, php-format +msgid "%1$s sent you a new private message at %2$s." msgstr "" -#: ../../mod/help.php:30 -msgid "Help:" +#: ../../include/enotify.php:82 +#, php-format +msgid "%1$s sent you %2$s." msgstr "" -#: ../../mod/help.php:34 ../../addon/dav/layout.fnk.php:116 -#: ../../include/nav.php:86 -msgid "Help" +#: ../../include/enotify.php:82 +msgid "a private message" msgstr "" -#: ../../mod/help.php:38 ../../index.php:218 -msgid "Not Found" +#: ../../include/enotify.php:83 +#, php-format +msgid "Please visit %s to view and/or reply to your private messages." msgstr "" -#: ../../mod/help.php:41 ../../index.php:221 -msgid "Page not found." +#: ../../include/enotify.php:129 +#, php-format +msgid "%1$s commented on [zrl=%2$s]a %3$s[/zrl]" msgstr "" -#: ../../mod/wall_attach.php:58 +#: ../../include/enotify.php:136 #, php-format -msgid "File exceeds size limit of %d" +msgid "%1$s commented on [zrl=%2$s]%3$s's %4$s[/zrl]" msgstr "" -#: ../../mod/wall_attach.php:99 ../../mod/wall_attach.php:110 -msgid "File upload failed." +#: ../../include/enotify.php:144 +#, php-format +msgid "%1$s commented on [zrl=%2$s]your %3$s[/zrl]" msgstr "" -#: ../../mod/fsuggest.php:63 -msgid "Friend suggestion sent." +#: ../../include/enotify.php:154 +#, php-format +msgid "[Red:Notify] Comment to conversation #%1$d by %2$s" msgstr "" -#: ../../mod/fsuggest.php:97 -msgid "Suggest Friends" +#: ../../include/enotify.php:155 +#, php-format +msgid "%s commented on an item/conversation you have been following." msgstr "" -#: ../../mod/fsuggest.php:99 +#: ../../include/enotify.php:158 ../../include/enotify.php:175 +#: ../../include/enotify.php:201 ../../include/enotify.php:219 +#: ../../include/enotify.php:232 #, php-format -msgid "Suggest a friend for %s" +msgid "Please visit %s to view and/or reply to the conversation." msgstr "" -#: ../../mod/events.php:66 -msgid "Event title and start time are required." +#: ../../include/enotify.php:165 +#, php-format +msgid "[Red:Notify] %s posted to your profile wall" msgstr "" -#: ../../mod/events.php:260 -msgid "l, F j" +#: ../../include/enotify.php:167 +#, php-format +msgid "%1$s posted to your profile wall at %2$s" msgstr "" -#: ../../mod/events.php:282 -msgid "Edit event" +#: ../../include/enotify.php:169 +#, php-format +msgid "%1$s posted to [zrl=%2$s]your wall[/zrl]" msgstr "" -#: ../../mod/events.php:304 ../../include/text.php:1069 -msgid "link to source" +#: ../../include/enotify.php:195 +#, php-format +msgid "[Red:Notify] %s tagged you" msgstr "" -#: ../../mod/events.php:328 ../../view/theme/diabook/theme.php:131 -#: ../../include/nav.php:52 ../../boot.php:1595 -msgid "Events" +#: ../../include/enotify.php:196 +#, php-format +msgid "%1$s tagged you at %2$s" msgstr "" -#: ../../mod/events.php:329 -msgid "Create New Event" +#: ../../include/enotify.php:197 +#, php-format +msgid "%1$s [zrl=%2$s]tagged you[/zrl]." msgstr "" -#: ../../mod/events.php:330 ../../addon/dav/layout.fnk.php:154 -msgid "Previous" +#: ../../include/enotify.php:209 +#, php-format +msgid "[Red:Notify] %1$s poked you" msgstr "" -#: ../../mod/events.php:331 ../../mod/install.php:205 -#: ../../addon/dav/layout.fnk.php:157 -msgid "Next" +#: ../../include/enotify.php:210 +#, php-format +msgid "%1$s poked you at %2$s" msgstr "" -#: ../../mod/events.php:404 -msgid "hour:minute" +#: ../../include/enotify.php:211 +#, php-format +msgid "%1$s [zrl=%2$s]poked you[/zrl]." msgstr "" -#: ../../mod/events.php:414 -msgid "Event details" +#: ../../include/enotify.php:226 +#, php-format +msgid "[Red:Notify] %s tagged your post" msgstr "" -#: ../../mod/events.php:415 +#: ../../include/enotify.php:227 #, php-format -msgid "Format is %s %s. Starting date and Title are required." +msgid "%1$s tagged your post at %2$s" msgstr "" -#: ../../mod/events.php:417 -msgid "Event Starts:" +#: ../../include/enotify.php:228 +#, php-format +msgid "%1$s tagged [zrl=%2$s]your post[/zrl]" msgstr "" -#: ../../mod/events.php:417 ../../mod/events.php:431 -msgid "Required" +#: ../../include/enotify.php:239 +msgid "[Red:Notify] Introduction received" msgstr "" -#: ../../mod/events.php:420 -msgid "Finish date/time is not known or not relevant" +#: ../../include/enotify.php:240 +#, php-format +msgid "You've received an introduction from '%1$s' at %2$s" msgstr "" -#: ../../mod/events.php:422 -msgid "Event Finishes:" +#: ../../include/enotify.php:241 +#, php-format +msgid "You've received [zrl=%1$s]an introduction[/zrl] from %2$s." msgstr "" -#: ../../mod/events.php:425 -msgid "Adjust for viewer timezone" +#: ../../include/enotify.php:244 ../../include/enotify.php:262 +#, php-format +msgid "You may visit their profile at %s" msgstr "" -#: ../../mod/events.php:427 -msgid "Description:" +#: ../../include/enotify.php:246 +#, php-format +msgid "Please visit %s to approve or reject the introduction." msgstr "" -#: ../../mod/events.php:429 ../../mod/directory.php:132 -#: ../../include/event.php:40 ../../include/bb2diaspora.php:409 -#: ../../boot.php:1172 -msgid "Location:" +#: ../../include/enotify.php:253 +msgid "[Red:Notify] Friend suggestion received" msgstr "" -#: ../../mod/events.php:431 -msgid "Title:" +#: ../../include/enotify.php:254 +#, php-format +msgid "You've received a friend suggestion from '%1$s' at %2$s" msgstr "" -#: ../../mod/events.php:433 -msgid "Share this event" +#: ../../include/enotify.php:255 +#, php-format +msgid "You've received [zrl=%1$s]a friend suggestion[/zrl] for %2$s from %3$s." msgstr "" -#: ../../mod/tagrm.php:11 ../../mod/tagrm.php:94 -#: ../../mod/dfrn_request.php:845 ../../mod/settings.php:556 -#: ../../mod/settings.php:582 ../../addon/js_upload/js_upload.php:45 -msgid "Cancel" +#: ../../include/enotify.php:260 +msgid "Name:" msgstr "" -#: ../../mod/tagrm.php:41 -msgid "Tag removed" +#: ../../include/enotify.php:261 +msgid "Photo:" msgstr "" -#: ../../mod/tagrm.php:79 -msgid "Remove Item Tag" +#: ../../include/enotify.php:264 +#, php-format +msgid "Please visit %s to approve or reject the suggestion." msgstr "" -#: ../../mod/tagrm.php:81 -msgid "Select a tag to remove: " +#: ../../include/Contact.php:55 ../../include/contact_widgets.php:9 +#: ../../mod/directory.php:163 ../../mod/match.php:58 ../../mod/suggest.php:56 +#: ../../boot.php:1622 +msgid "Connect" msgstr "" -#: ../../mod/tagrm.php:93 ../../mod/delegate.php:130 -msgid "Remove" +#: ../../include/Contact.php:71 +msgid "New window" msgstr "" -#: ../../mod/dfrn_poll.php:94 ../../mod/dfrn_poll.php:522 -#, php-format -msgid "%s welcomes %s" +#: ../../include/Contact.php:72 +msgid "Open the selected location in a different window or browser tab" msgstr "" -#: ../../mod/api.php:76 ../../mod/api.php:102 -msgid "Authorize application connection" +#: ../../include/Contact.php:430 ../../include/conversation.php:887 +msgid "Poke" msgstr "" -#: ../../mod/api.php:77 -msgid "Return to your app and insert this Securty Code:" +#: ../../include/Contact.php:431 ../../include/conversation.php:881 +msgid "View Status" msgstr "" -#: ../../mod/api.php:89 -msgid "Please login to continue." +#: ../../include/Contact.php:432 ../../include/nav.php:75 +#: ../../include/conversation.php:882 ../../mod/connections.php:294 +#: ../../mod/connections.php:401 +msgid "View Profile" 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?" +#: ../../include/Contact.php:433 ../../include/conversation.php:883 +msgid "View Photos" msgstr "" -#: ../../mod/api.php:105 ../../mod/dfrn_request.php:833 -#: ../../mod/settings.php:887 ../../mod/settings.php:893 -#: ../../mod/settings.php:901 ../../mod/settings.php:905 -#: ../../mod/settings.php:910 ../../mod/settings.php:916 -#: ../../mod/settings.php:922 ../../mod/settings.php:928 -#: ../../mod/settings.php:958 ../../mod/settings.php:959 -#: ../../mod/settings.php:960 ../../mod/settings.php:961 -#: ../../mod/settings.php:962 ../../mod/register.php:234 -#: ../../mod/profiles.php:546 -msgid "Yes" +#: ../../include/Contact.php:434 ../../include/conversation.php:884 +msgid "Network Posts" msgstr "" -#: ../../mod/api.php:106 ../../mod/dfrn_request.php:834 -#: ../../mod/settings.php:887 ../../mod/settings.php:893 -#: ../../mod/settings.php:901 ../../mod/settings.php:905 -#: ../../mod/settings.php:910 ../../mod/settings.php:916 -#: ../../mod/settings.php:922 ../../mod/settings.php:928 -#: ../../mod/settings.php:958 ../../mod/settings.php:959 -#: ../../mod/settings.php:960 ../../mod/settings.php:961 -#: ../../mod/settings.php:962 ../../mod/register.php:235 -#: ../../mod/profiles.php:547 -msgid "No" +#: ../../include/Contact.php:435 ../../include/conversation.php:885 +msgid "Edit Contact" msgstr "" -#: ../../mod/photos.php:46 ../../boot.php:1589 -msgid "Photo Albums" +#: ../../include/Contact.php:436 ../../include/conversation.php:886 +msgid "Send PM" msgstr "" -#: ../../mod/photos.php:54 ../../mod/photos.php:156 ../../mod/photos.php:971 -#: ../../mod/photos.php:1055 ../../mod/photos.php:1070 -#: ../../mod/photos.php:1498 ../../mod/photos.php:1510 -#: ../../addon/communityhome/communityhome.php:110 -#: ../../view/theme/diabook/theme.php:598 -msgid "Contact Photos" +#: ../../include/contact_selectors.php:30 +msgid "Unknown | Not categorised" msgstr "" -#: ../../mod/photos.php:61 ../../mod/photos.php:1080 ../../mod/photos.php:1548 -msgid "Upload New Photos" +#: ../../include/contact_selectors.php:31 +msgid "Block immediately" msgstr "" -#: ../../mod/photos.php:72 ../../mod/settings.php:21 -msgid "everybody" +#: ../../include/contact_selectors.php:32 +msgid "Shady, spammer, self-marketer" msgstr "" -#: ../../mod/photos.php:145 -msgid "Contact information unavailable" +#: ../../include/contact_selectors.php:33 +msgid "Known to me, but no opinion" msgstr "" -#: ../../mod/photos.php:156 ../../mod/photos.php:660 ../../mod/photos.php:1055 -#: ../../mod/photos.php:1070 ../../mod/profile_photo.php:60 -#: ../../mod/profile_photo.php:67 ../../mod/profile_photo.php:74 -#: ../../mod/profile_photo.php:176 ../../mod/profile_photo.php:254 -#: ../../mod/profile_photo.php:263 -#: ../../addon/communityhome/communityhome.php:111 -#: ../../view/theme/diabook/theme.php:599 ../../include/user.php:318 -#: ../../include/user.php:325 ../../include/user.php:332 -msgid "Profile Photos" +#: ../../include/contact_selectors.php:34 +msgid "OK, probably harmless" msgstr "" -#: ../../mod/photos.php:166 -msgid "Album not found." +#: ../../include/contact_selectors.php:35 +msgid "Reputable, has my trust" msgstr "" -#: ../../mod/photos.php:184 ../../mod/photos.php:1064 -msgid "Delete Album" +#: ../../include/contact_selectors.php:54 +msgid "Frequently" msgstr "" -#: ../../mod/photos.php:247 ../../mod/photos.php:1310 -msgid "Delete Photo" +#: ../../include/contact_selectors.php:55 +msgid "Hourly" msgstr "" -#: ../../mod/photos.php:591 -msgid "was tagged in a" +#: ../../include/contact_selectors.php:56 +msgid "Twice daily" msgstr "" -#: ../../mod/photos.php:591 ../../mod/like.php:144 ../../mod/tagger.php:70 -#: ../../addon/communityhome/communityhome.php:163 -#: ../../view/theme/diabook/theme.php:570 ../../include/text.php:1321 -#: ../../include/diaspora.php:1777 ../../include/conversation.php:53 -#: ../../include/conversation.php:126 -msgid "photo" +#: ../../include/contact_selectors.php:57 +msgid "Daily" msgstr "" -#: ../../mod/photos.php:591 -msgid "by" +#: ../../include/contact_selectors.php:58 +msgid "Weekly" msgstr "" -#: ../../mod/photos.php:696 ../../addon/js_upload/js_upload.php:315 -msgid "Image exceeds size limit of " +#: ../../include/contact_selectors.php:59 +msgid "Monthly" msgstr "" -#: ../../mod/photos.php:704 -msgid "Image file is empty." +#: ../../include/contact_selectors.php:74 +msgid "Friendica" msgstr "" -#: ../../mod/photos.php:736 ../../mod/profile_photo.php:126 -#: ../../mod/wall_upload.php:99 -msgid "Unable to process image." +#: ../../include/contact_selectors.php:75 +msgid "OStatus" msgstr "" -#: ../../mod/photos.php:763 ../../mod/profile_photo.php:259 -#: ../../mod/wall_upload.php:118 -msgid "Image upload failed." +#: ../../include/contact_selectors.php:76 +msgid "RSS/Atom" msgstr "" -#: ../../mod/photos.php:849 ../../mod/community.php:16 -#: ../../mod/dfrn_request.php:759 ../../mod/viewconnections.php:17 -#: ../../mod/display.php:7 ../../mod/search.php:71 ../../mod/directory.php:29 -msgid "Public access denied." +#: ../../include/contact_selectors.php:77 ../../mod/admin.php:636 +#: ../../mod/admin.php:645 ../../boot.php:1364 +msgid "Email" msgstr "" -#: ../../mod/photos.php:859 -msgid "No photos selected" +#: ../../include/contact_selectors.php:78 +msgid "Diaspora" msgstr "" -#: ../../mod/photos.php:938 -msgid "Access to this item is restricted." +#: ../../include/contact_selectors.php:79 +msgid "Facebook" msgstr "" -#: ../../mod/photos.php:1002 -#, php-format -msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage." +#: ../../include/contact_selectors.php:80 +msgid "Zot!" msgstr "" -#: ../../mod/photos.php:1005 -#, php-format -msgid "You have used %1$.2f Mbytes of photo storage." +#: ../../include/contact_selectors.php:81 +msgid "LinkedIn" msgstr "" -#: ../../mod/photos.php:1011 -msgid "Upload Photos" +#: ../../include/contact_selectors.php:82 +msgid "XMPP/IM" msgstr "" -#: ../../mod/photos.php:1015 ../../mod/photos.php:1059 -msgid "New album name: " +#: ../../include/contact_selectors.php:83 +msgid "MySpace" msgstr "" -#: ../../mod/photos.php:1016 -msgid "or existing album name: " +#: ../../include/contact_widgets.php:6 +msgid "Add New Connection" msgstr "" -#: ../../mod/photos.php:1017 -msgid "Do not show a status post for this upload" +#: ../../include/contact_widgets.php:7 +msgid "Enter the channel address" msgstr "" -#: ../../mod/photos.php:1019 ../../mod/photos.php:1305 -msgid "Permissions" +#: ../../include/contact_widgets.php:8 +msgid "Example: bob@example.com, http://example.com/barbara" msgstr "" -#: ../../mod/photos.php:1074 -msgid "Edit Album" -msgstr "" +#: ../../include/contact_widgets.php:23 +#, php-format +msgid "%d invitation available" +msgid_plural "%d invitations available" +msgstr[0] "" +msgstr[1] "" -#: ../../mod/photos.php:1098 ../../mod/photos.php:1531 -msgid "View Photo" +#: ../../include/contact_widgets.php:29 +msgid "Find Channels" msgstr "" -#: ../../mod/photos.php:1133 -msgid "Permission denied. Access to this item may be restricted." +#: ../../include/contact_widgets.php:30 +msgid "Enter name or interest" msgstr "" -#: ../../mod/photos.php:1135 -msgid "Photo not available" +#: ../../include/contact_widgets.php:31 +msgid "Connect/Follow" msgstr "" -#: ../../mod/photos.php:1185 -msgid "View photo" +#: ../../include/contact_widgets.php:32 +msgid "Examples: Robert Morgenstein, Fishing" msgstr "" -#: ../../mod/photos.php:1185 -msgid "Edit photo" +#: ../../include/contact_widgets.php:33 ../../mod/directory.php:182 +#: ../../mod/directory.php:187 ../../mod/connections.php:656 +msgid "Find" msgstr "" -#: ../../mod/photos.php:1186 -msgid "Use as profile photo" +#: ../../include/contact_widgets.php:34 ../../mod/suggest.php:64 +msgid "Channel Suggestions" msgstr "" -#: ../../mod/photos.php:1192 ../../mod/content.php:601 -#: ../../include/conversation.php:490 -msgid "Private Message" +#: ../../include/contact_widgets.php:35 +msgid "Similar Interests" msgstr "" -#: ../../mod/photos.php:1214 -msgid "View Full Size" +#: ../../include/contact_widgets.php:36 +msgid "Random Profile" msgstr "" -#: ../../mod/photos.php:1282 -msgid "Tags: " +#: ../../include/contact_widgets.php:37 +msgid "Invite Friends" msgstr "" -#: ../../mod/photos.php:1285 -msgid "[Remove any tag]" +#: ../../include/contact_widgets.php:61 ../../include/features.php:58 +msgid "Saved Folders" msgstr "" -#: ../../mod/photos.php:1295 -msgid "Rotate CW (right)" +#: ../../include/contact_widgets.php:64 ../../include/contact_widgets.php:91 +msgid "Everything" msgstr "" -#: ../../mod/photos.php:1296 -msgid "Rotate CCW (left)" +#: ../../include/contact_widgets.php:88 +msgid "Categories" msgstr "" -#: ../../mod/photos.php:1298 -msgid "New album name" -msgstr "" +#: ../../include/contact_widgets.php:121 +#, php-format +msgid "%d connection in common" +msgid_plural "%d connections in common" +msgstr[0] "" +msgstr[1] "" -#: ../../mod/photos.php:1301 -msgid "Caption" +#: ../../include/contact_widgets.php:126 ../../include/js_strings.php:7 +#: ../../include/ItemObject.php:255 +msgid "show more" msgstr "" -#: ../../mod/photos.php:1303 -msgid "Add a Tag" +#: ../../include/datetime.php:43 ../../include/datetime.php:45 +msgid "Miscellaneous" msgstr "" -#: ../../mod/photos.php:1307 -msgid "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" +#: ../../include/datetime.php:152 ../../include/datetime.php:284 +msgid "year" msgstr "" -#: ../../mod/photos.php:1327 ../../mod/content.php:665 -#: ../../include/conversation.php:554 -msgid "I like this (toggle)" +#: ../../include/datetime.php:157 ../../include/datetime.php:285 +msgid "month" msgstr "" -#: ../../mod/photos.php:1328 ../../mod/content.php:666 -#: ../../include/conversation.php:555 -msgid "I don't like this (toggle)" +#: ../../include/datetime.php:162 ../../include/datetime.php:287 +msgid "day" msgstr "" -#: ../../mod/photos.php:1329 ../../include/conversation.php:993 -msgid "Share" +#: ../../include/datetime.php:275 +msgid "never" msgstr "" -#: ../../mod/photos.php:1330 ../../mod/editpost.php:104 -#: ../../mod/content.php:482 ../../mod/content.php:842 -#: ../../mod/wallmessage.php:145 ../../mod/message.php:215 -#: ../../mod/message.php:413 ../../include/conversation.php:371 -#: ../../include/conversation.php:731 ../../include/conversation.php:1012 -msgid "Please wait" +#: ../../include/datetime.php:281 +msgid "less than a second ago" msgstr "" -#: ../../mod/photos.php:1346 ../../mod/photos.php:1386 -#: ../../mod/photos.php:1417 ../../mod/content.php:688 -#: ../../include/conversation.php:577 -msgid "This is you" +#: ../../include/datetime.php:284 +msgid "years" msgstr "" -#: ../../mod/photos.php:1348 ../../mod/photos.php:1388 -#: ../../mod/photos.php:1419 ../../mod/content.php:690 -#: ../../include/conversation.php:579 ../../boot.php:564 -msgid "Comment" +#: ../../include/datetime.php:285 +msgid "months" msgstr "" -#: ../../mod/photos.php:1350 ../../mod/editpost.php:125 -#: ../../mod/content.php:700 ../../include/conversation.php:589 -#: ../../include/conversation.php:1030 -msgid "Preview" +#: ../../include/datetime.php:286 +msgid "week" msgstr "" -#: ../../mod/photos.php:1447 ../../mod/content.php:439 -#: ../../mod/content.php:720 ../../mod/settings.php:618 -#: ../../mod/settings.php:707 ../../mod/group.php:168 ../../mod/admin.php:665 -#: ../../include/conversation.php:328 ../../include/conversation.php:609 -msgid "Delete" +#: ../../include/datetime.php:286 +msgid "weeks" msgstr "" -#: ../../mod/photos.php:1537 -msgid "View Album" +#: ../../include/datetime.php:287 +msgid "days" msgstr "" -#: ../../mod/photos.php:1546 -msgid "Recent Photos" +#: ../../include/datetime.php:288 +msgid "hour" msgstr "" -#: ../../mod/community.php:21 -msgid "Not available." +#: ../../include/datetime.php:288 +msgid "hours" msgstr "" -#: ../../mod/community.php:30 ../../view/theme/diabook/theme.php:133 -#: ../../include/nav.php:101 -msgid "Community" +#: ../../include/datetime.php:289 +msgid "minute" msgstr "" -#: ../../mod/community.php:61 ../../mod/search.php:144 -msgid "No results." +#: ../../include/datetime.php:289 +msgid "minutes" msgstr "" -#: ../../mod/friendica.php:55 -msgid "This is Friendica, version" +#: ../../include/datetime.php:290 +msgid "second" msgstr "" -#: ../../mod/friendica.php:56 -msgid "running at web location" +#: ../../include/datetime.php:290 +msgid "seconds" msgstr "" -#: ../../mod/friendica.php:58 -msgid "" -"Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn " -"more about the Friendica project." +#: ../../include/datetime.php:299 +#, php-format +msgid "%1$d %2$s ago" msgstr "" -#: ../../mod/friendica.php:60 -msgid "Bug reports and issues: please visit" +#: ../../include/dba/dba_driver.php:50 +#, php-format +msgid "Cannot locate DNS info for database server '%s'" msgstr "" -#: ../../mod/friendica.php:61 -msgid "" -"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - " -"dot com" +#: ../../include/event.php:11 ../../include/bb2diaspora.php:433 +msgid "l F d, Y \\@ g:i A" msgstr "" -#: ../../mod/friendica.php:75 -msgid "Installed plugins/addons/apps:" +#: ../../include/event.php:20 ../../include/bb2diaspora.php:439 +msgid "Starts:" msgstr "" -#: ../../mod/friendica.php:88 -msgid "No installed plugins/addons/apps" +#: ../../include/event.php:30 ../../include/bb2diaspora.php:447 +msgid "Finishes:" msgstr "" -#: ../../mod/editpost.php:17 ../../mod/editpost.php:27 -msgid "Item not found" +#: ../../include/event.php:40 ../../include/bb2diaspora.php:455 +#: ../../mod/events.php:450 ../../mod/directory.php:138 ../../boot.php:1676 +msgid "Location:" msgstr "" -#: ../../mod/editpost.php:36 -msgid "Edit post" +#: ../../include/features.php:21 +msgid "General Features" msgstr "" -#: ../../mod/editpost.php:80 ../../include/conversation.php:979 -msgid "Post to Email" +#: ../../include/features.php:22 +msgid "Content Expiration" msgstr "" -#: ../../mod/editpost.php:95 ../../mod/content.php:707 -#: ../../mod/settings.php:617 ../../include/conversation.php:596 -msgid "Edit" +#: ../../include/features.php:22 +msgid "Remove old posts/comments after a period of time" msgstr "" -#: ../../mod/editpost.php:96 ../../mod/wallmessage.php:143 -#: ../../mod/message.php:213 ../../mod/message.php:410 -#: ../../include/conversation.php:994 -msgid "Upload photo" +#: ../../include/features.php:23 +msgid "Multiple Profiles" msgstr "" -#: ../../mod/editpost.php:97 ../../include/conversation.php:996 -msgid "Attach file" +#: ../../include/features.php:23 +msgid "Ability to create multiple profiles" msgstr "" -#: ../../mod/editpost.php:98 ../../mod/wallmessage.php:144 -#: ../../mod/message.php:214 ../../mod/message.php:411 -#: ../../include/conversation.php:998 -msgid "Insert web link" +#: ../../include/features.php:24 +msgid "Web Pages" msgstr "" -#: ../../mod/editpost.php:99 -msgid "Insert YouTube video" +#: ../../include/features.php:24 +msgid "Provide managed web pages on your channel" msgstr "" -#: ../../mod/editpost.php:100 -msgid "Insert Vorbis [.ogg] video" +#: ../../include/features.php:25 +msgid "Enhanced Photo Albums" msgstr "" -#: ../../mod/editpost.php:101 -msgid "Insert Vorbis [.ogg] audio" +#: ../../include/features.php:25 +msgid "Enable photo album with enhanced features" msgstr "" -#: ../../mod/editpost.php:102 ../../include/conversation.php:1004 -msgid "Set your location" +#: ../../include/features.php:27 +msgid "Extended Identity Sharing" msgstr "" -#: ../../mod/editpost.php:103 ../../include/conversation.php:1006 -msgid "Clear browser location" +#: ../../include/features.php:27 ../../include/js_strings.php:28 +msgid " " msgstr "" -#: ../../mod/editpost.php:105 ../../include/conversation.php:1013 -msgid "Permission settings" +#: ../../include/features.php:28 +msgid "Expert Mode" msgstr "" -#: ../../mod/editpost.php:113 ../../include/conversation.php:1022 -msgid "CC: email addresses" +#: ../../include/features.php:28 +msgid "Enable Expert Mode to provide advanced configuration options" msgstr "" -#: ../../mod/editpost.php:114 ../../include/conversation.php:1023 -msgid "Public post" +#: ../../include/features.php:35 +msgid "Post Composition Features" msgstr "" -#: ../../mod/editpost.php:117 ../../include/conversation.php:1009 -msgid "Set title" +#: ../../include/features.php:36 +msgid "Richtext Editor" msgstr "" -#: ../../mod/editpost.php:119 ../../include/conversation.php:1011 -msgid "Categories (comma-separated list)" +#: ../../include/features.php:36 +msgid "Enable richtext editor" msgstr "" -#: ../../mod/editpost.php:120 ../../include/conversation.php:1025 -msgid "Example: bob@example.com, mary@example.com" +#: ../../include/features.php:37 +msgid "Post Preview" msgstr "" -#: ../../mod/editpost.php:135 ../../include/conversation.php:1166 -msgid "Friendica mobile web" +#: ../../include/features.php:37 +msgid "Allow previewing posts and comments before publishing them" msgstr "" -#: ../../mod/dfrn_request.php:93 -msgid "This introduction has already been accepted." +#: ../../include/features.php:42 +msgid "Network and Stream Filtering" msgstr "" -#: ../../mod/dfrn_request.php:118 ../../mod/dfrn_request.php:512 -msgid "Profile location is not valid or does not contain profile information." +#: ../../include/features.php:43 +msgid "Search by Date" msgstr "" -#: ../../mod/dfrn_request.php:123 ../../mod/dfrn_request.php:517 -msgid "Warning: profile location has no identifiable owner name." +#: ../../include/features.php:43 +msgid "Ability to select posts by date ranges" msgstr "" -#: ../../mod/dfrn_request.php:125 ../../mod/dfrn_request.php:519 -msgid "Warning: profile location has no profile photo." +#: ../../include/features.php:44 +msgid "Collections Filter" msgstr "" -#: ../../mod/dfrn_request.php:128 ../../mod/dfrn_request.php:522 -#, 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." +#: ../../include/features.php:44 +msgid "Enable widget to display Network posts only from selected collections" msgstr "" -#: ../../mod/dfrn_request.php:209 -msgid "Unrecoverable protocol error." +#: ../../include/features.php:45 ../../mod/network.php:167 +#: ../../mod/search.php:17 +msgid "Saved Searches" msgstr "" -#: ../../mod/dfrn_request.php:237 -msgid "Profile unavailable." +#: ../../include/features.php:45 +msgid "Save search terms for re-use" msgstr "" -#: ../../mod/dfrn_request.php:262 -#, php-format -msgid "%s has received too many connection requests today." +#: ../../include/features.php:46 +msgid "Network Personal Tab" msgstr "" -#: ../../mod/dfrn_request.php:263 -msgid "Spam protection measures have been invoked." +#: ../../include/features.php:46 +msgid "Enable tab to display only Network posts that you've interacted on" msgstr "" -#: ../../mod/dfrn_request.php:264 -msgid "Friends are advised to please try again in 24 hours." +#: ../../include/features.php:47 +msgid "Network New Tab" msgstr "" -#: ../../mod/dfrn_request.php:326 -msgid "Invalid locator" +#: ../../include/features.php:47 +msgid "Enable tab to display all new Network activity" msgstr "" -#: ../../mod/dfrn_request.php:335 -msgid "Invalid email address." +#: ../../include/features.php:48 +msgid "Affinity Tool" msgstr "" -#: ../../mod/dfrn_request.php:361 -msgid "This account has not been configured for email. Request failed." +#: ../../include/features.php:48 +msgid "Filter stream activity by depth of relationships" msgstr "" -#: ../../mod/dfrn_request.php:457 -msgid "Unable to resolve your name at the provided location." +#: ../../include/features.php:53 +msgid "Post/Comment Tools" msgstr "" -#: ../../mod/dfrn_request.php:470 -msgid "You have already introduced yourself here." +#: ../../include/features.php:54 +msgid "Multiple Deletion" msgstr "" -#: ../../mod/dfrn_request.php:474 -#, php-format -msgid "Apparently you are already friends with %s." +#: ../../include/features.php:54 +msgid "Select and delete multiple posts/comments at once" msgstr "" -#: ../../mod/dfrn_request.php:495 -msgid "Invalid profile URL." +#: ../../include/features.php:55 +msgid "Edit Sent Posts" msgstr "" -#: ../../mod/dfrn_request.php:501 ../../include/follow.php:27 -msgid "Disallowed profile URL." +#: ../../include/features.php:55 +msgid "Edit and correct posts and comments after sending" msgstr "" -#: ../../mod/dfrn_request.php:570 ../../mod/contacts.php:122 -msgid "Failed to update contact record." +#: ../../include/features.php:56 +msgid "Tagging" msgstr "" -#: ../../mod/dfrn_request.php:591 -msgid "Your introduction has been sent." +#: ../../include/features.php:56 +msgid "Ability to tag existing posts" msgstr "" -#: ../../mod/dfrn_request.php:644 -msgid "Please login to confirm introduction." +#: ../../include/features.php:57 +msgid "Post Categories" msgstr "" -#: ../../mod/dfrn_request.php:658 -msgid "" -"Incorrect identity currently logged in. Please login to <strong>this</" -"strong> profile." +#: ../../include/features.php:57 +msgid "Add categories to your posts" msgstr "" -#: ../../mod/dfrn_request.php:669 -msgid "Hide this contact" +#: ../../include/features.php:58 +msgid "Ability to file posts under folders" msgstr "" -#: ../../mod/dfrn_request.php:672 -#, php-format -msgid "Welcome home %s." +#: ../../include/features.php:59 +msgid "Dislike Posts" msgstr "" -#: ../../mod/dfrn_request.php:673 -#, php-format -msgid "Please confirm your introduction/connection request to %s." +#: ../../include/features.php:59 +msgid "Ability to dislike posts/comments" msgstr "" -#: ../../mod/dfrn_request.php:674 -msgid "Confirm" +#: ../../include/features.php:60 +msgid "Star Posts" msgstr "" -#: ../../mod/dfrn_request.php:715 ../../include/items.php:2883 -msgid "[Name Withheld]" +#: ../../include/features.php:60 +msgid "Ability to mark special posts with a star indicator" msgstr "" -#: ../../mod/dfrn_request.php:808 -msgid "" -"Please enter your 'Identity Address' from one of the following supported " -"communications networks:" +#: ../../include/features.php:61 +msgid "Tag Cloud" msgstr "" -#: ../../mod/dfrn_request.php:824 -msgid "<strike>Connect as an email follower</strike> (Coming soon)" +#: ../../include/features.php:61 +msgid "Provide a personal tag cloud on your channel page" msgstr "" -#: ../../mod/dfrn_request.php:826 +#: ../../include/group.php:25 msgid "" -"If you are not yet a member of the free social web, <a href=\"http://dir." -"friendica.com/siteinfo\">follow this link to find a public Friendica site " -"and join us today</a>." -msgstr "" - -#: ../../mod/dfrn_request.php:829 -msgid "Friend/Connection Request" +"A deleted group with this name was revived. Existing item permissions " +"<strong>may</strong> apply to this group and any future members. If this is " +"not what you intended, please create another group with a different name." msgstr "" -#: ../../mod/dfrn_request.php:830 -msgid "" -"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, " -"testuser@identi.ca" +#: ../../include/group.php:223 +msgid "Default privacy group for new contacts" msgstr "" -#: ../../mod/dfrn_request.php:831 -msgid "Please answer the following:" +#: ../../include/group.php:242 +msgid "All Channels" msgstr "" -#: ../../mod/dfrn_request.php:832 -#, php-format -msgid "Does %s know you?" +#: ../../include/group.php:264 +msgid "edit" msgstr "" -#: ../../mod/dfrn_request.php:835 -msgid "Add a personal note:" +#: ../../include/group.php:285 +msgid "Collections" msgstr "" -#: ../../mod/dfrn_request.php:837 ../../include/contact_selectors.php:76 -msgid "Friendica" +#: ../../include/group.php:286 +msgid "Edit collection" msgstr "" -#: ../../mod/dfrn_request.php:838 -msgid "StatusNet/Federated Social Web" +#: ../../include/group.php:287 +msgid "Create a new collection" msgstr "" -#: ../../mod/dfrn_request.php:839 ../../mod/settings.php:652 -#: ../../include/contact_selectors.php:80 -msgid "Diaspora" +#: ../../include/group.php:288 +msgid "Channels not in any collection" msgstr "" -#: ../../mod/dfrn_request.php:840 -#, php-format -msgid "" -" - please do not use this form. Instead, enter %s into your Diaspora search " -"bar." +#: ../../include/group.php:290 ../../mod/network.php:168 +msgid "add" msgstr "" -#: ../../mod/dfrn_request.php:841 -msgid "Your Identity Address:" +#: ../../include/js_strings.php:5 +msgid "Delete this item?" msgstr "" -#: ../../mod/dfrn_request.php:844 -msgid "Submit Request" +#: ../../include/js_strings.php:6 ../../include/ItemObject.php:504 +#: ../../mod/photos.php:1069 ../../mod/photos.php:1107 +#: ../../mod/photos.php:1134 +msgid "Comment" msgstr "" -#: ../../mod/install.php:117 -msgid "Friendica Social Communications Server - Setup" +#: ../../include/js_strings.php:8 +msgid "show fewer" msgstr "" -#: ../../mod/install.php:123 -msgid "Could not connect to database." +#: ../../include/js_strings.php:9 +msgid "Password too short" msgstr "" -#: ../../mod/install.php:127 -msgid "Could not create table." +#: ../../include/js_strings.php:10 +msgid "Passwords do not match" msgstr "" -#: ../../mod/install.php:133 -msgid "Your Friendica site database has been installed." +#: ../../include/js_strings.php:11 ../../mod/photos.php:45 +msgid "everybody" msgstr "" -#: ../../mod/install.php:138 -msgid "" -"You may need to import the file \"database.sql\" manually using phpmyadmin " -"or mysql." +#: ../../include/js_strings.php:13 +msgid "timeago.prefixAgo" msgstr "" -#: ../../mod/install.php:139 ../../mod/install.php:204 -#: ../../mod/install.php:489 -msgid "Please see the file \"INSTALL.txt\"." +#: ../../include/js_strings.php:14 +msgid "timeago.suffixAgo" msgstr "" -#: ../../mod/install.php:201 -msgid "System check" +#: ../../include/js_strings.php:15 +msgid "ago" msgstr "" -#: ../../mod/install.php:206 -msgid "Check again" +#: ../../include/js_strings.php:16 +msgid "from now" msgstr "" -#: ../../mod/install.php:225 -msgid "Database connection" +#: ../../include/js_strings.php:17 +msgid "less than a minute" msgstr "" -#: ../../mod/install.php:226 -msgid "" -"In order to install Friendica we need to know how to connect to your " -"database." +#: ../../include/js_strings.php:18 +msgid "about a minute" msgstr "" -#: ../../mod/install.php:227 -msgid "" -"Please contact your hosting provider or site administrator if you have " -"questions about these settings." +#: ../../include/js_strings.php:19 +#, php-format +msgid "%d minutes" msgstr "" -#: ../../mod/install.php:228 -msgid "" -"The database you specify below should already exist. If it does not, please " -"create it before continuing." +#: ../../include/js_strings.php:20 +msgid "about an hour" msgstr "" -#: ../../mod/install.php:232 -msgid "Database Server Name" +#: ../../include/js_strings.php:21 +#, php-format +msgid "about %d hours" msgstr "" -#: ../../mod/install.php:233 -msgid "Database Login Name" +#: ../../include/js_strings.php:22 +msgid "a day" msgstr "" -#: ../../mod/install.php:234 -msgid "Database Login Password" +#: ../../include/js_strings.php:23 +#, php-format +msgid "%d days" msgstr "" -#: ../../mod/install.php:235 -msgid "Database Name" +#: ../../include/js_strings.php:24 +msgid "about a month" msgstr "" -#: ../../mod/install.php:236 ../../mod/install.php:275 -msgid "Site administrator email address" +#: ../../include/js_strings.php:25 +#, php-format +msgid "%d months" msgstr "" -#: ../../mod/install.php:236 ../../mod/install.php:275 -msgid "" -"Your account email address must match this in order to use the web admin " -"panel." +#: ../../include/js_strings.php:26 +msgid "about a year" msgstr "" -#: ../../mod/install.php:240 ../../mod/install.php:278 -msgid "Please select a default timezone for your website" +#: ../../include/js_strings.php:27 +#, php-format +msgid "%d years" msgstr "" -#: ../../mod/install.php:265 -msgid "Site settings" +#: ../../include/js_strings.php:29 +msgid "timeago.numbers" msgstr "" -#: ../../mod/install.php:318 -msgid "Could not find a command line version of PHP in the web server PATH." +#: ../../include/message.php:17 +msgid "No recipient provided." msgstr "" -#: ../../mod/install.php:319 -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 <a href='http://" -"friendica.com/node/27'>'Activating scheduled tasks'</a>" +#: ../../include/message.php:22 +msgid "[no subject]" msgstr "" -#: ../../mod/install.php:323 -msgid "PHP executable path" +#: ../../include/message.php:37 +msgid "Unable to determine sender." msgstr "" -#: ../../mod/install.php:323 -msgid "" -"Enter full path to php executable. You can leave this blank to continue the " -"installation." +#: ../../include/message.php:106 +msgid "Stored post could not be verified." msgstr "" -#: ../../mod/install.php:328 -msgid "Command line PHP" +#: ../../include/network.php:1103 +msgid "view full size" msgstr "" -#: ../../mod/install.php:337 -msgid "" -"The command line version of PHP on your system does not have " -"\"register_argc_argv\" enabled." +#: ../../include/photo/photo_driver.php:609 ../../include/photos.php:51 +#: ../../mod/photos.php:97 ../../mod/photos.php:754 ../../mod/photos.php:776 +#: ../../mod/profile_photo.php:88 ../../mod/profile_photo.php:235 +#: ../../mod/profile_photo.php:346 +msgid "Profile Photos" msgstr "" -#: ../../mod/install.php:338 -msgid "This is required for message delivery to work." +#: ../../include/profile_advanced.php:7 ../../include/profile_advanced.php:118 +#: ../../mod/profperm.php:112 +msgid "Profile" msgstr "" -#: ../../mod/install.php:340 -msgid "PHP register_argc_argv" +#: ../../include/profile_advanced.php:15 ../../mod/settings.php:1018 +msgid "Full Name:" msgstr "" -#: ../../mod/install.php:361 -msgid "" -"Error: the \"openssl_pkey_new\" function on this system is not able to " -"generate encryption keys" +#: ../../include/profile_advanced.php:17 ../../mod/directory.php:140 +#: ../../boot.php:1678 +msgid "Gender:" msgstr "" -#: ../../mod/install.php:362 -msgid "" -"If running under Windows, please see \"http://www.php.net/manual/en/openssl." -"installation.php\"." +#: ../../include/profile_advanced.php:22 +msgid "j F, Y" msgstr "" -#: ../../mod/install.php:364 -msgid "Generate encryption keys" +#: ../../include/profile_advanced.php:23 +msgid "j F" msgstr "" -#: ../../mod/install.php:371 -msgid "libCurl PHP module" +#: ../../include/profile_advanced.php:30 +msgid "Birthday:" msgstr "" -#: ../../mod/install.php:372 -msgid "GD graphics PHP module" +#: ../../include/profile_advanced.php:34 +msgid "Age:" msgstr "" -#: ../../mod/install.php:373 -msgid "OpenSSL PHP module" +#: ../../include/profile_advanced.php:37 ../../mod/directory.php:142 +#: ../../boot.php:1679 +msgid "Status:" msgstr "" -#: ../../mod/install.php:374 -msgid "mysqli PHP module" +#: ../../include/profile_advanced.php:43 +#, php-format +msgid "for %1$d %2$s" msgstr "" -#: ../../mod/install.php:375 -msgid "mb_string PHP module" +#: ../../include/profile_advanced.php:46 ../../mod/profiles.php:549 +msgid "Sexual Preference:" msgstr "" -#: ../../mod/install.php:380 ../../mod/install.php:382 -msgid "Apache mod_rewrite module" +#: ../../include/profile_advanced.php:48 ../../mod/directory.php:144 +#: ../../boot.php:1680 +msgid "Homepage:" msgstr "" -#: ../../mod/install.php:380 -msgid "" -"Error: Apache webserver mod-rewrite module is required but not installed." +#: ../../include/profile_advanced.php:50 ../../mod/profiles.php:551 +msgid "Hometown:" msgstr "" -#: ../../mod/install.php:388 -msgid "Error: libCURL PHP module required but not installed." +#: ../../include/profile_advanced.php:52 +msgid "Tags:" msgstr "" -#: ../../mod/install.php:392 -msgid "" -"Error: GD graphics PHP module with JPEG support required but not installed." +#: ../../include/profile_advanced.php:54 ../../mod/profiles.php:552 +msgid "Political Views:" msgstr "" -#: ../../mod/install.php:396 -msgid "Error: openssl PHP module required but not installed." +#: ../../include/profile_advanced.php:56 +msgid "Religion:" msgstr "" -#: ../../mod/install.php:400 -msgid "Error: mysqli PHP module required but not installed." +#: ../../include/profile_advanced.php:58 ../../mod/directory.php:146 +msgid "About:" msgstr "" -#: ../../mod/install.php:404 -msgid "Error: mb_string PHP module required but not installed." +#: ../../include/profile_advanced.php:60 +msgid "Hobbies/Interests:" msgstr "" -#: ../../mod/install.php:421 -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." +#: ../../include/profile_advanced.php:62 ../../mod/profiles.php:555 +msgid "Likes:" msgstr "" -#: ../../mod/install.php:422 -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." +#: ../../include/profile_advanced.php:64 ../../mod/profiles.php:556 +msgid "Dislikes:" msgstr "" -#: ../../mod/install.php:423 -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." +#: ../../include/profile_advanced.php:67 +msgid "Contact information and Social Networks:" msgstr "" -#: ../../mod/install.php:424 -msgid "" -"You can alternatively skip this procedure and perform a manual installation. " -"Please see the file \"INSTALL.txt\" for instructions." +#: ../../include/profile_advanced.php:69 +msgid "Musical interests:" msgstr "" -#: ../../mod/install.php:427 -msgid ".htconfig.php is writable" +#: ../../include/profile_advanced.php:71 +msgid "Books, literature:" msgstr "" -#: ../../mod/install.php:439 -msgid "" -"Url rewrite in .htaccess is not working. Check your server configuration." +#: ../../include/profile_advanced.php:73 +msgid "Television:" msgstr "" -#: ../../mod/install.php:441 -msgid "Url rewrite is working" +#: ../../include/profile_advanced.php:75 +msgid "Film/dance/culture/entertainment:" msgstr "" -#: ../../mod/install.php:451 -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." +#: ../../include/profile_advanced.php:77 +msgid "Love/Romance:" msgstr "" -#: ../../mod/install.php:476 -msgid "Errors encountered creating database tables." +#: ../../include/profile_advanced.php:79 +msgid "Work/employment:" msgstr "" -#: ../../mod/install.php:487 -msgid "<h1>What next</h1>" +#: ../../include/profile_advanced.php:81 +msgid "School/education:" msgstr "" -#: ../../mod/install.php:488 -msgid "" -"IMPORTANT: You will need to [manually] setup a scheduled task for the poller." +#: ../../include/security.php:48 +msgid "Welcome " msgstr "" -#: ../../mod/localtime.php:12 ../../include/event.php:11 -#: ../../include/bb2diaspora.php:387 -msgid "l F d, Y \\@ g:i A" +#: ../../include/security.php:49 +msgid "Please upload a profile photo." msgstr "" -#: ../../mod/localtime.php:24 -msgid "Time Conversion" +#: ../../include/security.php:52 +msgid "Welcome back " msgstr "" -#: ../../mod/localtime.php:26 +#: ../../include/security.php:355 msgid "" -"Friendika 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/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:" +"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 "" -#: ../../mod/match.php:58 ../../mod/suggest.php:59 -#: ../../include/contact_widgets.php:9 ../../boot.php:1116 -msgid "Connect" +#: ../../include/nav.php:71 ../../include/nav.php:86 ../../boot.php:1361 +msgid "Logout" msgstr "" -#: ../../mod/match.php:65 ../../mod/dirfind.php:60 -msgid "No matches" +#: ../../include/nav.php:71 ../../include/nav.php:86 +msgid "End this session" msgstr "" -#: ../../mod/lockview.php:39 -msgid "Remote privacy information not available." +#: ../../include/nav.php:74 ../../include/nav.php:116 +#: ../../include/nav.php:148 +msgid "Home" msgstr "" -#: ../../mod/lockview.php:43 -msgid "Visible to:" +#: ../../include/nav.php:74 ../../include/nav.php:148 +msgid "Your posts and conversations" msgstr "" -#: ../../mod/content.php:119 ../../mod/network.php:436 -msgid "No such group" +#: ../../include/nav.php:75 +msgid "Your profile page" msgstr "" -#: ../../mod/content.php:130 ../../mod/network.php:447 -msgid "Group is empty" +#: ../../include/nav.php:77 +msgid "Edit Profiles" msgstr "" -#: ../../mod/content.php:134 ../../mod/network.php:451 -msgid "Group: " +#: ../../include/nav.php:77 +msgid "Manage/Edit Profiles" msgstr "" -#: ../../mod/content.php:438 ../../mod/content.php:719 -#: ../../include/conversation.php:327 ../../include/conversation.php:608 -msgid "Select" +#: ../../include/nav.php:78 ../../mod/fbrowser.php:25 ../../boot.php:2097 +msgid "Photos" msgstr "" -#: ../../mod/content.php:455 ../../mod/content.php:812 -#: ../../mod/content.php:813 ../../include/conversation.php:344 -#: ../../include/conversation.php:701 ../../include/conversation.php:702 -#, php-format -msgid "View %s's profile @ %s" +#: ../../include/nav.php:78 +msgid "Your photos" msgstr "" -#: ../../mod/content.php:465 ../../mod/content.php:824 -#: ../../include/conversation.php:354 ../../include/conversation.php:713 -#, php-format -msgid "%s from %s" +#: ../../include/nav.php:84 ../../boot.php:1362 +msgid "Login" msgstr "" -#: ../../mod/content.php:480 ../../include/conversation.php:369 -msgid "View in context" +#: ../../include/nav.php:84 +msgid "Sign in" msgstr "" -#: ../../mod/content.php:586 ../../include/conversation.php:475 +#: ../../include/nav.php:100 #, php-format -msgid "%d comment" -msgid_plural "%d comments" -msgstr[0] "" -msgstr[1] "" - -#: ../../mod/content.php:587 ../../addon/page/page.php:76 -#: ../../addon/page/page.php:110 ../../addon/showmore/showmore.php:87 -#: ../../include/contact_widgets.php:188 ../../include/conversation.php:476 -#: ../../boot.php:565 -msgid "show more" -msgstr "" - -#: ../../mod/content.php:665 ../../include/conversation.php:554 -msgid "like" -msgstr "" - -#: ../../mod/content.php:666 ../../include/conversation.php:555 -msgid "dislike" +msgid "%s - click to logout" msgstr "" -#: ../../mod/content.php:668 ../../include/conversation.php:557 -msgid "Share this" -msgstr "" - -#: ../../mod/content.php:668 ../../include/conversation.php:557 -msgid "share" -msgstr "" - -#: ../../mod/content.php:692 ../../include/conversation.php:581 -msgid "Bold" +#: ../../include/nav.php:103 +msgid "Click to authenticate to your home hub" msgstr "" -#: ../../mod/content.php:693 ../../include/conversation.php:582 -msgid "Italic" +#: ../../include/nav.php:116 +msgid "Home Page" msgstr "" -#: ../../mod/content.php:694 ../../include/conversation.php:583 -msgid "Underline" +#: ../../include/nav.php:120 ../../mod/register.php:181 ../../boot.php:1337 +msgid "Register" msgstr "" -#: ../../mod/content.php:695 ../../include/conversation.php:584 -msgid "Quote" +#: ../../include/nav.php:120 +msgid "Create an account" msgstr "" -#: ../../mod/content.php:696 ../../include/conversation.php:585 -msgid "Code" +#: ../../include/nav.php:125 ../../mod/help.php:34 +msgid "Help" msgstr "" -#: ../../mod/content.php:697 ../../include/conversation.php:586 -msgid "Image" +#: ../../include/nav.php:125 +msgid "Help and documentation" msgstr "" -#: ../../mod/content.php:698 ../../include/conversation.php:587 -msgid "Link" +#: ../../include/nav.php:128 +msgid "Apps" msgstr "" -#: ../../mod/content.php:699 ../../include/conversation.php:588 -msgid "Video" +#: ../../include/nav.php:128 +msgid "Addon applications, utilities, games" msgstr "" -#: ../../mod/content.php:732 ../../include/conversation.php:621 -msgid "add star" +#: ../../include/nav.php:130 ../../include/text.php:701 +#: ../../include/text.php:702 ../../mod/search.php:96 +msgid "Search" msgstr "" -#: ../../mod/content.php:733 ../../include/conversation.php:622 -msgid "remove star" +#: ../../include/nav.php:130 +msgid "Search site content" msgstr "" -#: ../../mod/content.php:734 ../../include/conversation.php:623 -msgid "toggle star status" +#: ../../include/nav.php:133 ../../mod/directory.php:186 +msgid "Directory" msgstr "" -#: ../../mod/content.php:737 ../../include/conversation.php:626 -msgid "starred" +#: ../../include/nav.php:133 +msgid "Channel Locator" msgstr "" -#: ../../mod/content.php:738 ../../include/conversation.php:627 -msgid "add tag" +#: ../../include/nav.php:144 +msgid "Matrix" msgstr "" -#: ../../mod/content.php:742 ../../include/conversation.php:631 -msgid "save to folder" +#: ../../include/nav.php:144 +msgid "Conversations from your grid" msgstr "" -#: ../../mod/content.php:814 ../../include/conversation.php:703 -msgid "to" +#: ../../include/nav.php:145 +msgid "See all matrix notifications" msgstr "" -#: ../../mod/content.php:815 ../../include/conversation.php:704 -msgid "Wall-to-Wall" +#: ../../include/nav.php:146 +msgid "Mark all matrix notifications seen" msgstr "" -#: ../../mod/content.php:816 ../../include/conversation.php:705 -msgid "via Wall-To-Wall:" +#: ../../include/nav.php:149 +msgid "See all channel notifications" msgstr "" -#: ../../mod/home.php:26 ../../addon/communityhome/communityhome.php:179 -#, php-format -msgid "Welcome to %s" +#: ../../include/nav.php:150 +msgid "Mark all channel notifications seen" msgstr "" -#: ../../mod/notifications.php:26 -msgid "Invalid request identifier." +#: ../../include/nav.php:153 +msgid "Intros" msgstr "" -#: ../../mod/notifications.php:35 ../../mod/notifications.php:161 -#: ../../mod/notifications.php:207 -msgid "Discard" +#: ../../include/nav.php:153 ../../mod/connections.php:544 +msgid "New Connections" msgstr "" -#: ../../mod/notifications.php:51 ../../mod/notifications.php:160 -#: ../../mod/notifications.php:206 ../../mod/contacts.php:316 -#: ../../mod/contacts.php:370 -msgid "Ignore" +#: ../../include/nav.php:154 +msgid "See all channel introductions" msgstr "" -#: ../../mod/notifications.php:75 -msgid "System" +#: ../../include/nav.php:157 +msgid "Notices" msgstr "" -#: ../../mod/notifications.php:80 ../../include/nav.php:113 -msgid "Network" +#: ../../include/nav.php:157 ../../mod/notifications.php:218 +msgid "Notifications" msgstr "" -#: ../../mod/notifications.php:85 ../../mod/network.php:300 -msgid "Personal" +#: ../../include/nav.php:158 +msgid "See all notifications" msgstr "" -#: ../../mod/notifications.php:90 ../../view/theme/diabook/theme.php:127 -#: ../../include/nav.php:77 ../../include/nav.php:115 -msgid "Home" +#: ../../include/nav.php:159 +msgid "Mark all system notifications seen" msgstr "" -#: ../../mod/notifications.php:95 ../../include/nav.php:121 -msgid "Introductions" +#: ../../include/nav.php:161 +msgid "Mail" msgstr "" -#: ../../mod/notifications.php:100 ../../mod/message.php:105 -#: ../../include/nav.php:128 -msgid "Messages" +#: ../../include/nav.php:161 +msgid "Private mail" msgstr "" -#: ../../mod/notifications.php:119 -msgid "Show Ignored Requests" +#: ../../include/nav.php:162 +msgid "See all private messages" msgstr "" -#: ../../mod/notifications.php:119 -msgid "Hide Ignored Requests" +#: ../../include/nav.php:163 +msgid "Mark all private messages seen" msgstr "" -#: ../../mod/notifications.php:145 ../../mod/notifications.php:191 -msgid "Notification type: " +#: ../../include/nav.php:164 +msgid "Inbox" msgstr "" -#: ../../mod/notifications.php:146 -msgid "Friend Suggestion" +#: ../../include/nav.php:165 +msgid "Outbox" msgstr "" -#: ../../mod/notifications.php:148 -#, php-format -msgid "suggested by %s" +#: ../../include/nav.php:166 ../../mod/message.php:21 +msgid "New Message" msgstr "" -#: ../../mod/notifications.php:153 ../../mod/notifications.php:200 -#: ../../mod/contacts.php:376 -msgid "Hide this contact from others" +#: ../../include/nav.php:169 ../../mod/events.php:348 ../../boot.php:2108 +msgid "Events" msgstr "" -#: ../../mod/notifications.php:154 ../../mod/notifications.php:201 -msgid "Post a new friend activity" +#: ../../include/nav.php:169 +msgid "Event Calendar" msgstr "" -#: ../../mod/notifications.php:154 ../../mod/notifications.php:201 -msgid "if applicable" +#: ../../include/nav.php:170 +msgid "See all events" msgstr "" -#: ../../mod/notifications.php:157 ../../mod/notifications.php:204 -#: ../../mod/admin.php:663 -msgid "Approve" +#: ../../include/nav.php:171 +msgid "Mark all events seen" msgstr "" -#: ../../mod/notifications.php:177 -msgid "Claims to be known to you: " +#: ../../include/nav.php:173 +msgid "Channel Select" msgstr "" -#: ../../mod/notifications.php:177 -msgid "yes" +#: ../../include/nav.php:173 +msgid "Manage Your Channels" msgstr "" -#: ../../mod/notifications.php:177 -msgid "no" +#: ../../include/nav.php:175 ../../mod/settings.php:107 +#: ../../mod/admin.php:728 ../../mod/admin.php:933 +msgid "Settings" msgstr "" -#: ../../mod/notifications.php:184 -msgid "Approve as: " +#: ../../include/nav.php:175 +msgid "Account/Channel Settings" msgstr "" -#: ../../mod/notifications.php:185 -msgid "Friend" +#: ../../include/nav.php:177 ../../mod/connections.php:650 +msgid "Connections" msgstr "" -#: ../../mod/notifications.php:186 -msgid "Sharer" +#: ../../include/nav.php:177 +msgid "Manage/Edit Friends and Connections" msgstr "" -#: ../../mod/notifications.php:186 -msgid "Fan/Admirer" +#: ../../include/nav.php:184 ../../mod/admin.php:106 +msgid "Admin" msgstr "" -#: ../../mod/notifications.php:192 -msgid "Friend/Connect Request" +#: ../../include/nav.php:184 +msgid "Site Setup and Configuration" msgstr "" -#: ../../mod/notifications.php:192 -msgid "New Follower" +#: ../../include/nav.php:207 +msgid "Nothing new here" msgstr "" -#: ../../mod/notifications.php:213 -msgid "No introductions." +#: ../../include/nav.php:212 +msgid "Please wait..." msgstr "" -#: ../../mod/notifications.php:216 ../../include/nav.php:122 -msgid "Notifications" +#: ../../include/notify.php:23 +msgid "created a new post" msgstr "" -#: ../../mod/notifications.php:253 ../../mod/notifications.php:378 -#: ../../mod/notifications.php:465 +#: ../../include/notify.php:24 #, php-format -msgid "%s liked %s's post" +msgid "commented on %s's post" msgstr "" -#: ../../mod/notifications.php:262 ../../mod/notifications.php:387 -#: ../../mod/notifications.php:474 -#, php-format -msgid "%s disliked %s's post" +#: ../../include/oembed.php:148 +msgid "Embedded content" msgstr "" -#: ../../mod/notifications.php:276 ../../mod/notifications.php:401 -#: ../../mod/notifications.php:488 -#, php-format -msgid "%s is now friends with %s" +#: ../../include/oembed.php:157 +msgid "Embedding disabled" msgstr "" -#: ../../mod/notifications.php:283 ../../mod/notifications.php:408 -#, php-format -msgid "%s created a new post" +#: ../../include/photos.php:15 ../../include/attach.php:102 +#: ../../include/attach.php:133 ../../include/attach.php:189 +#: ../../include/attach.php:204 ../../include/attach.php:237 +#: ../../include/attach.php:251 ../../include/attach.php:272 +#: ../../include/attach.php:464 ../../include/items.php:3274 +#: ../../mod/common.php:43 ../../mod/events.php:134 ../../mod/invite.php:13 +#: ../../mod/invite.php:102 ../../mod/allfriends.php:10 ../../mod/api.php:26 +#: ../../mod/api.php:31 ../../mod/lastpost.php:93 ../../mod/page.php:31 +#: ../../mod/setup.php:181 ../../mod/settings.php:585 +#: ../../mod/viewconnections.php:33 ../../mod/viewconnections.php:38 +#: ../../mod/delegate.php:6 ../../mod/group.php:15 ../../mod/photos.php:74 +#: ../../mod/photos.php:644 ../../mod/viewsrc.php:12 ../../mod/message.php:204 +#: ../../mod/item.php:151 ../../mod/network.php:7 ../../mod/intro.php:50 +#: ../../mod/connections.php:165 ../../mod/profiles.php:163 +#: ../../mod/profiles.php:476 ../../mod/new_channel.php:66 +#: ../../mod/new_channel.php:97 ../../mod/manage.php:6 +#: ../../mod/crepair.php:115 ../../mod/nogroup.php:25 +#: ../../mod/profile_photo.php:197 ../../mod/profile_photo.php:210 +#: ../../mod/editwebpage.php:48 ../../mod/notifications.php:66 +#: ../../mod/editpost.php:11 ../../mod/poke.php:128 ../../mod/channel.php:115 +#: ../../mod/fsuggest.php:78 ../../mod/suggest.php:32 +#: ../../mod/register.php:60 ../../mod/regmod.php:18 ../../mod/mood.php:112 +#: ../../index.php:178 ../../index.php:340 +msgid "Permission denied." msgstr "" -#: ../../mod/notifications.php:284 ../../mod/notifications.php:409 -#: ../../mod/notifications.php:497 +#: ../../include/photos.php:88 #, php-format -msgid "%s commented on %s's post" -msgstr "" - -#: ../../mod/notifications.php:298 -msgid "No more network notifications." +msgid "Image exceeds website size limit of %lu bytes" msgstr "" -#: ../../mod/notifications.php:302 -msgid "Network Notifications" -msgstr "" - -#: ../../mod/notifications.php:328 ../../mod/notify.php:61 -msgid "No more system notifications." -msgstr "" - -#: ../../mod/notifications.php:332 ../../mod/notify.php:65 -msgid "System Notifications" -msgstr "" - -#: ../../mod/notifications.php:423 -msgid "No more personal notifications." -msgstr "" - -#: ../../mod/notifications.php:427 -msgid "Personal Notifications" -msgstr "" - -#: ../../mod/notifications.php:504 -msgid "No more home notifications." -msgstr "" - -#: ../../mod/notifications.php:508 -msgid "Home Notifications" -msgstr "" - -#: ../../mod/contacts.php:83 ../../mod/contacts.php:163 -msgid "Could not access contact record." -msgstr "" - -#: ../../mod/contacts.php:97 -msgid "Could not locate selected profile." -msgstr "" - -#: ../../mod/contacts.php:120 -msgid "Contact updated." -msgstr "" - -#: ../../mod/contacts.php:185 -msgid "Contact has been blocked" +#: ../../include/photos.php:95 +msgid "Image file is empty." msgstr "" -#: ../../mod/contacts.php:185 -msgid "Contact has been unblocked" +#: ../../include/photos.php:124 ../../mod/profile_photo.php:157 +msgid "Unable to process image" msgstr "" -#: ../../mod/contacts.php:199 -msgid "Contact has been ignored" +#: ../../include/photos.php:186 +msgid "Photo storage failed." msgstr "" -#: ../../mod/contacts.php:199 -msgid "Contact has been unignored" +#: ../../include/photos.php:287 ../../boot.php:2100 +msgid "Photo Albums" msgstr "" -#: ../../mod/contacts.php:215 -msgid "Contact has been archived" +#: ../../include/photos.php:291 ../../mod/photos.php:792 +#: ../../mod/photos.php:1287 +msgid "Upload New Photos" msgstr "" -#: ../../mod/contacts.php:215 -msgid "Contact has been unarchived" +#: ../../include/profile_selectors.php:6 +msgid "Male" msgstr "" -#: ../../mod/contacts.php:228 -msgid "Contact has been removed." +#: ../../include/profile_selectors.php:6 +msgid "Female" msgstr "" -#: ../../mod/contacts.php:258 -#, php-format -msgid "You are mutual friends with %s" +#: ../../include/profile_selectors.php:6 +msgid "Currently Male" msgstr "" -#: ../../mod/contacts.php:262 -#, php-format -msgid "You are sharing with %s" +#: ../../include/profile_selectors.php:6 +msgid "Currently Female" msgstr "" -#: ../../mod/contacts.php:267 -#, php-format -msgid "%s is sharing with you" +#: ../../include/profile_selectors.php:6 +msgid "Mostly Male" msgstr "" -#: ../../mod/contacts.php:284 -msgid "Private communications are not available for this contact." +#: ../../include/profile_selectors.php:6 +msgid "Mostly Female" msgstr "" -#: ../../mod/contacts.php:287 -msgid "Never" +#: ../../include/profile_selectors.php:6 +msgid "Transgender" msgstr "" -#: ../../mod/contacts.php:291 -msgid "(Update was successful)" +#: ../../include/profile_selectors.php:6 +msgid "Intersex" msgstr "" -#: ../../mod/contacts.php:291 -msgid "(Update was not successful)" +#: ../../include/profile_selectors.php:6 +msgid "Transsexual" msgstr "" -#: ../../mod/contacts.php:293 -msgid "Suggest friends" +#: ../../include/profile_selectors.php:6 +msgid "Hermaphrodite" msgstr "" -#: ../../mod/contacts.php:297 -#, php-format -msgid "Network type: %s" +#: ../../include/profile_selectors.php:6 +msgid "Neuter" msgstr "" -#: ../../mod/contacts.php:300 ../../include/contact_widgets.php:183 -#, php-format -msgid "%d contact in common" -msgid_plural "%d contacts in common" -msgstr[0] "" -msgstr[1] "" - -#: ../../mod/contacts.php:305 -msgid "View all contacts" +#: ../../include/profile_selectors.php:6 +msgid "Non-specific" msgstr "" -#: ../../mod/contacts.php:310 ../../mod/contacts.php:369 -#: ../../mod/admin.php:667 -msgid "Unblock" +#: ../../include/profile_selectors.php:6 +msgid "Other" msgstr "" -#: ../../mod/contacts.php:310 ../../mod/contacts.php:369 -#: ../../mod/admin.php:666 -msgid "Block" +#: ../../include/profile_selectors.php:6 +msgid "Undecided" msgstr "" -#: ../../mod/contacts.php:313 -msgid "Toggle Blocked status" +#: ../../include/profile_selectors.php:23 +msgid "Males" msgstr "" -#: ../../mod/contacts.php:316 ../../mod/contacts.php:370 -msgid "Unignore" +#: ../../include/profile_selectors.php:23 +msgid "Females" msgstr "" -#: ../../mod/contacts.php:319 -msgid "Toggle Ignored status" +#: ../../include/profile_selectors.php:23 +msgid "Gay" msgstr "" -#: ../../mod/contacts.php:323 -msgid "Unarchive" +#: ../../include/profile_selectors.php:23 +msgid "Lesbian" msgstr "" -#: ../../mod/contacts.php:323 -msgid "Archive" +#: ../../include/profile_selectors.php:23 +msgid "No Preference" msgstr "" -#: ../../mod/contacts.php:326 -msgid "Toggle Archive status" +#: ../../include/profile_selectors.php:23 +msgid "Bisexual" msgstr "" -#: ../../mod/contacts.php:329 -msgid "Repair" +#: ../../include/profile_selectors.php:23 +msgid "Autosexual" msgstr "" -#: ../../mod/contacts.php:332 -msgid "Advanced Contact Settings" +#: ../../include/profile_selectors.php:23 +msgid "Abstinent" msgstr "" -#: ../../mod/contacts.php:338 -msgid "Communications lost with this contact!" +#: ../../include/profile_selectors.php:23 +msgid "Virgin" msgstr "" -#: ../../mod/contacts.php:341 -msgid "Contact Editor" +#: ../../include/profile_selectors.php:23 +msgid "Deviant" msgstr "" -#: ../../mod/contacts.php:344 -msgid "Profile Visibility" +#: ../../include/profile_selectors.php:23 +msgid "Fetish" msgstr "" -#: ../../mod/contacts.php:345 -#, php-format -msgid "" -"Please choose the profile you would like to display to %s when viewing your " -"profile securely." +#: ../../include/profile_selectors.php:23 +msgid "Oodles" msgstr "" -#: ../../mod/contacts.php:346 -msgid "Contact Information / Notes" +#: ../../include/profile_selectors.php:23 +msgid "Nonsexual" msgstr "" -#: ../../mod/contacts.php:347 -msgid "Edit contact notes" +#: ../../include/profile_selectors.php:42 +msgid "Single" msgstr "" -#: ../../mod/contacts.php:352 ../../mod/contacts.php:544 -#: ../../mod/viewconnections.php:62 ../../mod/nogroup.php:40 -#, php-format -msgid "Visit %s's profile [%s]" +#: ../../include/profile_selectors.php:42 +msgid "Lonely" msgstr "" -#: ../../mod/contacts.php:353 -msgid "Block/Unblock contact" +#: ../../include/profile_selectors.php:42 +msgid "Available" msgstr "" -#: ../../mod/contacts.php:354 -msgid "Ignore contact" +#: ../../include/profile_selectors.php:42 +msgid "Unavailable" msgstr "" -#: ../../mod/contacts.php:355 -msgid "Repair URL settings" +#: ../../include/profile_selectors.php:42 +msgid "Has crush" msgstr "" -#: ../../mod/contacts.php:356 -msgid "View conversations" +#: ../../include/profile_selectors.php:42 +msgid "Infatuated" msgstr "" -#: ../../mod/contacts.php:358 -msgid "Delete contact" +#: ../../include/profile_selectors.php:42 +msgid "Dating" msgstr "" -#: ../../mod/contacts.php:362 -msgid "Last update:" +#: ../../include/profile_selectors.php:42 +msgid "Unfaithful" msgstr "" -#: ../../mod/contacts.php:364 -msgid "Update public posts" +#: ../../include/profile_selectors.php:42 +msgid "Sex Addict" msgstr "" -#: ../../mod/contacts.php:366 ../../mod/admin.php:1138 -msgid "Update now" +#: ../../include/profile_selectors.php:42 ../../include/identity.php:224 +#: ../../mod/network.php:381 ../../mod/connections.php:367 +msgid "Friends" msgstr "" -#: ../../mod/contacts.php:373 -msgid "Currently blocked" +#: ../../include/profile_selectors.php:42 +msgid "Friends/Benefits" msgstr "" -#: ../../mod/contacts.php:374 -msgid "Currently ignored" +#: ../../include/profile_selectors.php:42 +msgid "Casual" msgstr "" -#: ../../mod/contacts.php:375 -msgid "Currently archived" +#: ../../include/profile_selectors.php:42 +msgid "Engaged" msgstr "" -#: ../../mod/contacts.php:376 -msgid "" -"Replies/likes to your public posts <strong>may</strong> still be visible" +#: ../../include/profile_selectors.php:42 +msgid "Married" msgstr "" -#: ../../mod/contacts.php:429 -msgid "Suggestions" +#: ../../include/profile_selectors.php:42 +msgid "Imaginarily married" msgstr "" -#: ../../mod/contacts.php:432 -msgid "Suggest potential friends" +#: ../../include/profile_selectors.php:42 +msgid "Partners" msgstr "" -#: ../../mod/contacts.php:435 ../../mod/group.php:191 -msgid "All Contacts" +#: ../../include/profile_selectors.php:42 +msgid "Cohabiting" msgstr "" -#: ../../mod/contacts.php:438 -msgid "Show all contacts" +#: ../../include/profile_selectors.php:42 +msgid "Common law" msgstr "" -#: ../../mod/contacts.php:441 -msgid "Unblocked" +#: ../../include/profile_selectors.php:42 +msgid "Happy" msgstr "" -#: ../../mod/contacts.php:444 -msgid "Only show unblocked contacts" +#: ../../include/profile_selectors.php:42 +msgid "Not looking" msgstr "" -#: ../../mod/contacts.php:448 -msgid "Blocked" +#: ../../include/profile_selectors.php:42 +msgid "Swinger" msgstr "" -#: ../../mod/contacts.php:451 -msgid "Only show blocked contacts" +#: ../../include/profile_selectors.php:42 +msgid "Betrayed" msgstr "" -#: ../../mod/contacts.php:455 -msgid "Ignored" +#: ../../include/profile_selectors.php:42 +msgid "Separated" msgstr "" -#: ../../mod/contacts.php:458 -msgid "Only show ignored contacts" +#: ../../include/profile_selectors.php:42 +msgid "Unstable" msgstr "" -#: ../../mod/contacts.php:462 -msgid "Archived" +#: ../../include/profile_selectors.php:42 +msgid "Divorced" msgstr "" -#: ../../mod/contacts.php:465 -msgid "Only show archived contacts" +#: ../../include/profile_selectors.php:42 +msgid "Imaginarily divorced" msgstr "" -#: ../../mod/contacts.php:469 -msgid "Hidden" +#: ../../include/profile_selectors.php:42 +msgid "Widowed" msgstr "" -#: ../../mod/contacts.php:472 -msgid "Only show hidden contacts" +#: ../../include/profile_selectors.php:42 +msgid "Uncertain" msgstr "" -#: ../../mod/contacts.php:520 -msgid "Mutual Friendship" +#: ../../include/profile_selectors.php:42 +msgid "It's complicated" msgstr "" -#: ../../mod/contacts.php:524 -msgid "is a fan of yours" +#: ../../include/profile_selectors.php:42 +msgid "Don't care" msgstr "" -#: ../../mod/contacts.php:528 -msgid "you are a fan of" +#: ../../include/profile_selectors.php:42 +msgid "Ask me" msgstr "" -#: ../../mod/contacts.php:545 ../../mod/nogroup.php:41 -msgid "Edit contact" +#: ../../include/account.php:22 +msgid "Not a valid email address" msgstr "" -#: ../../mod/contacts.php:566 ../../view/theme/diabook/theme.php:129 -#: ../../include/nav.php:139 -msgid "Contacts" +#: ../../include/account.php:24 +msgid "Your email domain is not among those allowed on this site" msgstr "" -#: ../../mod/contacts.php:570 -msgid "Search your contacts" +#: ../../include/account.php:30 +msgid "Your email address is already registered at this site." msgstr "" -#: ../../mod/contacts.php:571 ../../mod/directory.php:57 -msgid "Finding: " +#: ../../include/account.php:63 +msgid "An invitation is required." msgstr "" -#: ../../mod/contacts.php:572 ../../mod/directory.php:59 -#: ../../include/contact_widgets.php:33 -msgid "Find" +#: ../../include/account.php:67 +msgid "Invitation could not be verified." msgstr "" -#: ../../mod/lostpass.php:16 -msgid "No valid account found." +#: ../../include/account.php:117 +msgid "Please enter the required information." msgstr "" -#: ../../mod/lostpass.php:32 -msgid "Password reset request issued. Check your email." +#: ../../include/account.php:185 +msgid "Failed to store account information." msgstr "" -#: ../../mod/lostpass.php:43 +#: ../../include/account.php:271 #, php-format -msgid "Password reset requested at %s" +msgid "Registration request at %s" msgstr "" -#: ../../mod/lostpass.php:45 ../../mod/lostpass.php:107 -#: ../../mod/register.php:90 ../../mod/register.php:144 -#: ../../mod/regmod.php:54 ../../mod/dfrn_confirm.php:752 -#: ../../addon/facebook/facebook.php:702 -#: ../../addon/facebook/facebook.php:1192 -#: ../../addon/public_server/public_server.php:62 -#: ../../addon/testdrive/testdrive.php:67 ../../include/items.php:2892 -#: ../../boot.php:766 +#: ../../include/account.php:273 ../../include/account.php:300 +#: ../../include/account.php:357 ../../boot.php:1202 msgid "Administrator" msgstr "" -#: ../../mod/lostpass.php:65 -msgid "" -"Request could not be verified. (You may have previously submitted it.) " -"Password reset failed." +#: ../../include/account.php:295 +msgid "your registration password" msgstr "" -#: ../../mod/lostpass.php:83 ../../boot.php:898 -msgid "Password Reset" +#: ../../include/account.php:298 ../../include/account.php:355 +#, php-format +msgid "Registration details for %s" msgstr "" -#: ../../mod/lostpass.php:84 -msgid "Your password has been reset as requested." +#: ../../include/account.php:364 +msgid "Account approved." msgstr "" -#: ../../mod/lostpass.php:85 -msgid "Your new password is" +#: ../../include/account.php:398 +#, php-format +msgid "Registration revoked for %s" msgstr "" -#: ../../mod/lostpass.php:86 -msgid "Save or copy your new password - and then" +#: ../../include/identity.php:14 +msgid "Unable to obtain identity information from database" msgstr "" -#: ../../mod/lostpass.php:87 -msgid "click here to login" +#: ../../include/identity.php:36 +msgid "Empty name" msgstr "" -#: ../../mod/lostpass.php:88 -msgid "" -"Your password may be changed from the <em>Settings</em> page after " -"successful login." +#: ../../include/identity.php:38 +msgid "Name too long" msgstr "" -#: ../../mod/lostpass.php:119 -msgid "Forgot your Password?" +#: ../../include/identity.php:80 +msgid "No account identifier" msgstr "" -#: ../../mod/lostpass.php:120 +#: ../../include/identity.php:95 msgid "" -"Enter your email address and submit to have your password reset. Then check " -"your email for further instructions." -msgstr "" - -#: ../../mod/lostpass.php:121 -msgid "Nickname or Email: " -msgstr "" - -#: ../../mod/lostpass.php:122 -msgid "Reset" -msgstr "" - -#: ../../mod/settings.php:50 ../../include/nav.php:137 -msgid "Account settings" +"Nickname has unsupported characters or is already being used on this site." msgstr "" -#: ../../mod/settings.php:55 -msgid "Display settings" +#: ../../include/identity.php:143 +msgid "Unable to retrieve created identity" msgstr "" -#: ../../mod/settings.php:61 -msgid "Connector settings" +#: ../../include/identity.php:199 +msgid "Default Profile" msgstr "" -#: ../../mod/settings.php:66 -msgid "Plugin settings" +#: ../../include/plugin.php:435 ../../include/plugin.php:437 +msgid "Click here to upgrade." msgstr "" -#: ../../mod/settings.php:71 -msgid "Connected apps" +#: ../../include/plugin.php:443 +msgid "This action exceeds the limits set by your subscription plan." msgstr "" -#: ../../mod/settings.php:76 -msgid "Export personal data" +#: ../../include/plugin.php:448 +msgid "This action is not available under your subscription plan." msgstr "" -#: ../../mod/settings.php:81 -msgid "Remove account" +#: ../../include/zot.php:423 +msgid "Invalid data packet" msgstr "" -#: ../../mod/settings.php:89 ../../mod/admin.php:753 ../../mod/admin.php:958 -#: ../../addon/dav/layout.fnk.php:116 ../../addon/mathjax/mathjax.php:36 -#: ../../view/theme/diabook/theme.php:643 -#: ../../view/theme/diabook/theme.php:773 ../../include/nav.php:137 -msgid "Settings" +#: ../../include/zot.php:433 +msgid "Unable to verify channel signature" msgstr "" -#: ../../mod/settings.php:133 -msgid "Missing some important data!" +#: ../../include/zot.php:560 +#, php-format +msgid "Unable to verify site signature for %s" msgstr "" -#: ../../mod/settings.php:136 ../../mod/settings.php:581 -msgid "Update" +#: ../../include/text.php:281 +msgid "prev" msgstr "" -#: ../../mod/settings.php:241 -msgid "Failed to connect with email account using the settings provided." +#: ../../include/text.php:283 +msgid "first" msgstr "" -#: ../../mod/settings.php:246 -msgid "Email settings updated." +#: ../../include/text.php:312 +msgid "last" msgstr "" -#: ../../mod/settings.php:305 -msgid "Passwords do not match. Password unchanged." +#: ../../include/text.php:315 +msgid "next" msgstr "" -#: ../../mod/settings.php:310 -msgid "Empty passwords are not allowed. Password unchanged." +#: ../../include/text.php:327 +msgid "older" msgstr "" -#: ../../mod/settings.php:321 -msgid "Password changed." +#: ../../include/text.php:329 +msgid "newer" msgstr "" -#: ../../mod/settings.php:323 -msgid "Password update failed. Please try again." +#: ../../include/text.php:620 +msgid "No connections" msgstr "" -#: ../../mod/settings.php:386 -msgid " Please use a shorter name." -msgstr "" +#: ../../include/text.php:631 +#, php-format +msgid "%d Connection" +msgid_plural "%d Connections" +msgstr[0] "" +msgstr[1] "" -#: ../../mod/settings.php:388 -msgid " Name too short." +#: ../../include/text.php:643 +msgid "View Connections" msgstr "" -#: ../../mod/settings.php:394 -msgid " Not valid email." +#: ../../include/text.php:704 ../../mod/filer.php:36 +msgid "Save" msgstr "" -#: ../../mod/settings.php:396 -msgid " Cannot change to that email." +#: ../../include/text.php:742 +msgid "poke" msgstr "" -#: ../../mod/settings.php:450 -msgid "Private forum has no privacy permissions. Using default privacy group." +#: ../../include/text.php:742 ../../include/conversation.php:227 +msgid "poked" msgstr "" -#: ../../mod/settings.php:454 -msgid "Private forum has no privacy permissions and no default privacy group." +#: ../../include/text.php:743 +msgid "ping" msgstr "" -#: ../../mod/settings.php:484 ../../addon/facebook/facebook.php:495 -#: ../../addon/impressum/impressum.php:77 -#: ../../addon/openstreetmap/openstreetmap.php:80 -#: ../../addon/mathjax/mathjax.php:66 ../../addon/piwik/piwik.php:105 -#: ../../addon/twitter/twitter.php:382 -msgid "Settings updated." +#: ../../include/text.php:743 +msgid "pinged" msgstr "" -#: ../../mod/settings.php:554 ../../mod/settings.php:580 -#: ../../mod/settings.php:616 -msgid "Add application" +#: ../../include/text.php:744 +msgid "prod" msgstr "" -#: ../../mod/settings.php:558 ../../mod/settings.php:584 -#: ../../addon/statusnet/statusnet.php:561 -msgid "Consumer Key" +#: ../../include/text.php:744 +msgid "prodded" msgstr "" -#: ../../mod/settings.php:559 ../../mod/settings.php:585 -#: ../../addon/statusnet/statusnet.php:560 -msgid "Consumer Secret" +#: ../../include/text.php:745 +msgid "slap" msgstr "" -#: ../../mod/settings.php:560 ../../mod/settings.php:586 -msgid "Redirect" +#: ../../include/text.php:745 +msgid "slapped" msgstr "" -#: ../../mod/settings.php:561 ../../mod/settings.php:587 -msgid "Icon url" +#: ../../include/text.php:746 +msgid "finger" msgstr "" -#: ../../mod/settings.php:572 -msgid "You can't edit this application." +#: ../../include/text.php:746 +msgid "fingered" msgstr "" -#: ../../mod/settings.php:615 -msgid "Connected Apps" +#: ../../include/text.php:747 +msgid "rebuff" msgstr "" -#: ../../mod/settings.php:619 -msgid "Client key starts with" +#: ../../include/text.php:747 +msgid "rebuffed" msgstr "" -#: ../../mod/settings.php:620 -msgid "No name" +#: ../../include/text.php:759 +msgid "happy" msgstr "" -#: ../../mod/settings.php:621 -msgid "Remove authorization" +#: ../../include/text.php:760 +msgid "sad" msgstr "" -#: ../../mod/settings.php:632 -msgid "No Plugin settings configured" +#: ../../include/text.php:761 +msgid "mellow" msgstr "" -#: ../../mod/settings.php:640 ../../addon/widgets/widgets.php:123 -msgid "Plugin Settings" +#: ../../include/text.php:762 +msgid "tired" msgstr "" -#: ../../mod/settings.php:652 ../../mod/settings.php:653 -#, php-format -msgid "Built-in support for %s connectivity is %s" +#: ../../include/text.php:763 +msgid "perky" msgstr "" -#: ../../mod/settings.php:652 ../../mod/settings.php:653 -msgid "enabled" +#: ../../include/text.php:764 +msgid "angry" msgstr "" -#: ../../mod/settings.php:652 ../../mod/settings.php:653 -msgid "disabled" +#: ../../include/text.php:765 +msgid "stupified" msgstr "" -#: ../../mod/settings.php:653 -msgid "StatusNet" +#: ../../include/text.php:766 +msgid "puzzled" msgstr "" -#: ../../mod/settings.php:685 -msgid "Email access is disabled on this site." +#: ../../include/text.php:767 +msgid "interested" msgstr "" -#: ../../mod/settings.php:691 -msgid "Connector Settings" +#: ../../include/text.php:768 +msgid "bitter" msgstr "" -#: ../../mod/settings.php:696 -msgid "Email/Mailbox Setup" +#: ../../include/text.php:769 +msgid "cheerful" msgstr "" -#: ../../mod/settings.php:697 -msgid "" -"If you wish to communicate with email contacts using this service " -"(optional), please specify how to connect to your mailbox." +#: ../../include/text.php:770 +msgid "alive" msgstr "" -#: ../../mod/settings.php:698 -msgid "Last successful email check:" +#: ../../include/text.php:771 +msgid "annoyed" msgstr "" -#: ../../mod/settings.php:700 -msgid "IMAP server name:" +#: ../../include/text.php:772 +msgid "anxious" msgstr "" -#: ../../mod/settings.php:701 -msgid "IMAP port:" +#: ../../include/text.php:773 +msgid "cranky" msgstr "" -#: ../../mod/settings.php:702 -msgid "Security:" +#: ../../include/text.php:774 +msgid "disturbed" msgstr "" -#: ../../mod/settings.php:702 ../../mod/settings.php:707 -msgid "None" +#: ../../include/text.php:775 +msgid "frustrated" msgstr "" -#: ../../mod/settings.php:703 -msgid "Email login name:" +#: ../../include/text.php:776 +msgid "motivated" msgstr "" -#: ../../mod/settings.php:704 -msgid "Email password:" +#: ../../include/text.php:777 +msgid "relaxed" msgstr "" -#: ../../mod/settings.php:705 -msgid "Reply-to address:" +#: ../../include/text.php:778 +msgid "surprised" msgstr "" -#: ../../mod/settings.php:706 -msgid "Send public posts to all email contacts:" +#: ../../include/text.php:940 +msgid "Monday" msgstr "" -#: ../../mod/settings.php:707 -msgid "Action after import:" +#: ../../include/text.php:940 +msgid "Tuesday" msgstr "" -#: ../../mod/settings.php:707 -msgid "Mark as seen" +#: ../../include/text.php:940 +msgid "Wednesday" msgstr "" -#: ../../mod/settings.php:707 -msgid "Move to folder" +#: ../../include/text.php:940 +msgid "Thursday" msgstr "" -#: ../../mod/settings.php:708 -msgid "Move to folder:" +#: ../../include/text.php:940 +msgid "Friday" msgstr "" -#: ../../mod/settings.php:768 -msgid "Display Settings" +#: ../../include/text.php:940 +msgid "Saturday" msgstr "" -#: ../../mod/settings.php:774 -msgid "Display Theme:" +#: ../../include/text.php:940 +msgid "Sunday" msgstr "" -#: ../../mod/settings.php:775 -msgid "Update browser every xx seconds" +#: ../../include/text.php:944 +msgid "January" msgstr "" -#: ../../mod/settings.php:775 -msgid "Minimum of 10 seconds, no maximum" +#: ../../include/text.php:944 +msgid "February" msgstr "" -#: ../../mod/settings.php:776 -msgid "Number of items to display on the network page:" +#: ../../include/text.php:944 +msgid "March" msgstr "" -#: ../../mod/settings.php:776 -msgid "Maximum of 100 items" +#: ../../include/text.php:944 +msgid "April" msgstr "" -#: ../../mod/settings.php:777 -msgid "Don't show emoticons" +#: ../../include/text.php:944 +msgid "May" msgstr "" -#: ../../mod/settings.php:848 -msgid "Normal Account Page" +#: ../../include/text.php:944 +msgid "June" msgstr "" -#: ../../mod/settings.php:849 -msgid "This account is a normal personal profile" +#: ../../include/text.php:944 +msgid "July" msgstr "" -#: ../../mod/settings.php:852 -msgid "Soapbox Page" +#: ../../include/text.php:944 +msgid "August" msgstr "" -#: ../../mod/settings.php:853 -msgid "Automatically approve all connection/friend requests as read-only fans" +#: ../../include/text.php:944 +msgid "September" msgstr "" -#: ../../mod/settings.php:856 -msgid "Community Forum/Celebrity Account" +#: ../../include/text.php:944 +msgid "October" msgstr "" -#: ../../mod/settings.php:857 -msgid "Automatically approve all connection/friend requests as read-write fans" +#: ../../include/text.php:944 +msgid "November" msgstr "" -#: ../../mod/settings.php:860 -msgid "Automatic Friend Page" +#: ../../include/text.php:944 +msgid "December" msgstr "" -#: ../../mod/settings.php:861 -msgid "Automatically approve all connection/friend requests as friends" +#: ../../include/text.php:1029 +msgid "unknown.???" msgstr "" -#: ../../mod/settings.php:864 -msgid "Private Forum [Experimental]" +#: ../../include/text.php:1030 +msgid "bytes" msgstr "" -#: ../../mod/settings.php:865 -msgid "Private forum - approved members only" +#: ../../include/text.php:1066 ../../include/text.php:1081 +#: ../../include/conversation.php:787 +msgid "remove" msgstr "" -#: ../../mod/settings.php:877 -msgid "OpenID:" +#: ../../include/text.php:1066 ../../include/text.php:1081 +msgid "[remove]" msgstr "" -#: ../../mod/settings.php:877 -msgid "(Optional) Allow this OpenID to login to this account." +#: ../../include/text.php:1069 ../../include/conversation.php:649 +msgid "Categories:" msgstr "" -#: ../../mod/settings.php:887 -msgid "Publish your default profile in your local site directory?" +#: ../../include/text.php:1084 ../../include/conversation.php:650 +msgid "Filed under:" msgstr "" -#: ../../mod/settings.php:893 -msgid "Publish your default profile in the global social directory?" +#: ../../include/text.php:1100 ../../include/text.php:1112 +msgid "Click to open/close" msgstr "" -#: ../../mod/settings.php:901 -msgid "Hide your contact/friend list from viewers of your default profile?" +#: ../../include/text.php:1264 ../../mod/events.php:326 +msgid "link to source" msgstr "" -#: ../../mod/settings.php:905 -msgid "Hide your profile details from unknown viewers?" +#: ../../include/text.php:1296 +msgid "default" msgstr "" -#: ../../mod/settings.php:910 -msgid "Allow friends to post to your profile page?" +#: ../../include/text.php:1308 +msgid "Select an alternate language" msgstr "" -#: ../../mod/settings.php:916 -msgid "Allow friends to tag your posts?" +#: ../../include/text.php:1460 ../../include/conversation.php:111 +#: ../../mod/like.php:103 ../../mod/subthread.php:89 ../../mod/tagger.php:45 +msgid "photo" msgstr "" -#: ../../mod/settings.php:922 -msgid "Allow us to suggest you as a potential friend to new members?" +#: ../../include/text.php:1463 ../../include/conversation.php:114 +#: ../../mod/tagger.php:49 +msgid "event" msgstr "" -#: ../../mod/settings.php:928 -msgid "Permit unknown people to send you private mail?" +#: ../../include/text.php:1466 ../../include/conversation.php:139 +#: ../../mod/like.php:103 ../../mod/subthread.php:89 ../../mod/tagger.php:53 +msgid "status" msgstr "" -#: ../../mod/settings.php:936 -msgid "Profile is <strong>not published</strong>." +#: ../../include/text.php:1468 ../../include/conversation.php:141 +#: ../../mod/tagger.php:55 +msgid "comment" msgstr "" -#: ../../mod/settings.php:939 ../../mod/profile_photo.php:213 -msgid "or" +#: ../../include/text.php:1473 +msgid "activity" msgstr "" -#: ../../mod/settings.php:944 -msgid "Your Identity Address is" +#: ../../include/auth.php:65 +msgid "Logged out." msgstr "" -#: ../../mod/settings.php:955 -msgid "Automatically expire posts after this many days:" +#: ../../include/auth.php:177 +msgid "Failed authentication" msgstr "" -#: ../../mod/settings.php:955 -msgid "If empty, posts will not expire. Expired posts will be deleted" +#: ../../include/auth.php:186 +msgid "Login failed." msgstr "" -#: ../../mod/settings.php:956 -msgid "Advanced expiration settings" +#: ../../include/follow.php:21 +msgid "Channel is blocked on this site." msgstr "" -#: ../../mod/settings.php:957 -msgid "Advanced Expiration" +#: ../../include/follow.php:26 +msgid "Channel location missing." msgstr "" -#: ../../mod/settings.php:958 -msgid "Expire posts:" +#: ../../include/follow.php:43 +msgid "Channel discovery failed. Website may be down or misconfigured." msgstr "" -#: ../../mod/settings.php:959 -msgid "Expire personal notes:" +#: ../../include/follow.php:51 +msgid "Response from remote channel was not understood." msgstr "" -#: ../../mod/settings.php:960 -msgid "Expire starred posts:" +#: ../../include/follow.php:58 +msgid "Response from remote channel was incomplete." msgstr "" -#: ../../mod/settings.php:961 -msgid "Expire photos:" +#: ../../include/follow.php:124 +msgid "local account not found." msgstr "" -#: ../../mod/settings.php:962 -msgid "Only expire posts by others:" +#: ../../include/follow.php:133 +msgid "Cannot connect to yourself." msgstr "" -#: ../../mod/settings.php:969 -msgid "Account Settings" +#: ../../include/permissions.php:13 +msgid "Can view my \"public\" stream and posts" msgstr "" -#: ../../mod/settings.php:977 -msgid "Password Settings" +#: ../../include/permissions.php:14 +msgid "Can view my \"public\" channel profile" msgstr "" -#: ../../mod/settings.php:978 -msgid "New Password:" +#: ../../include/permissions.php:15 +msgid "Can view my \"public\" photo albums" msgstr "" -#: ../../mod/settings.php:979 -msgid "Confirm:" +#: ../../include/permissions.php:16 +msgid "Can view my \"public\" address book" msgstr "" -#: ../../mod/settings.php:979 -msgid "Leave password fields blank unless changing" +#: ../../include/permissions.php:17 +msgid "Can view my \"public\" file storage" msgstr "" -#: ../../mod/settings.php:983 -msgid "Basic Settings" +#: ../../include/permissions.php:18 +msgid "Can view my \"public\" pages" msgstr "" -#: ../../mod/settings.php:984 ../../include/profile_advanced.php:15 -msgid "Full Name:" +#: ../../include/permissions.php:21 +msgid "Can send me their channel stream and posts" msgstr "" -#: ../../mod/settings.php:985 -msgid "Email Address:" +#: ../../include/permissions.php:22 +msgid "Can post on my channel page (\"wall\")" msgstr "" -#: ../../mod/settings.php:986 -msgid "Your Timezone:" +#: ../../include/permissions.php:23 +msgid "Can comment on my posts" msgstr "" -#: ../../mod/settings.php:987 -msgid "Default Post Location:" +#: ../../include/permissions.php:24 +msgid "Can send me private mail messages" msgstr "" -#: ../../mod/settings.php:988 -msgid "Use Browser Location:" +#: ../../include/permissions.php:25 +msgid "Can post photos to my photo albums" msgstr "" -#: ../../mod/settings.php:991 -msgid "Security and Privacy Settings" +#: ../../include/permissions.php:26 +msgid "Can forward to all my channel contacts via post @mentions" msgstr "" -#: ../../mod/settings.php:993 -msgid "Maximum Friend Requests/Day:" +#: ../../include/permissions.php:26 +msgid "Advanced - useful for creating group forum channels" msgstr "" -#: ../../mod/settings.php:993 ../../mod/settings.php:1012 -msgid "(to prevent spam abuse)" +#: ../../include/permissions.php:27 +msgid "Can chat with me (when available)" msgstr "" -#: ../../mod/settings.php:994 -msgid "Default Post Permissions" +#: ../../include/permissions.php:27 +msgid "Requires compatible chat plugin" msgstr "" -#: ../../mod/settings.php:995 -msgid "(click to open/close)" +#: ../../include/permissions.php:28 +msgid "Can write to my \"public\" file storage" msgstr "" -#: ../../mod/settings.php:1012 -msgid "Maximum private messages per day from unknown people:" +#: ../../include/permissions.php:29 +msgid "Can edit my \"public\" pages" msgstr "" -#: ../../mod/settings.php:1015 -msgid "Notification Settings" +#: ../../include/permissions.php:31 +msgid "Can administer my channel resources" msgstr "" -#: ../../mod/settings.php:1016 -msgid "By default post a status message when:" +#: ../../include/permissions.php:31 +msgid "Extremely advanced. Leave this alone unless you know what you are doing" msgstr "" -#: ../../mod/settings.php:1017 -msgid "accepting a friend request" +#: ../../include/taxonomy.php:166 +msgid "Tags" msgstr "" -#: ../../mod/settings.php:1018 -msgid "joining a forum/community" +#: ../../include/taxonomy.php:187 +msgid "have" msgstr "" -#: ../../mod/settings.php:1019 -msgid "making an <em>interesting</em> profile change" +#: ../../include/taxonomy.php:187 +msgid "has" msgstr "" -#: ../../mod/settings.php:1020 -msgid "Send a notification email when:" +#: ../../include/taxonomy.php:188 +msgid "want" msgstr "" -#: ../../mod/settings.php:1021 -msgid "You receive an introduction" +#: ../../include/taxonomy.php:188 +msgid "wants" msgstr "" -#: ../../mod/settings.php:1022 -msgid "Your introductions are confirmed" +#: ../../include/taxonomy.php:189 ../../include/ItemObject.php:165 +msgid "like" msgstr "" -#: ../../mod/settings.php:1023 -msgid "Someone writes on your profile wall" +#: ../../include/taxonomy.php:189 +msgid "likes" msgstr "" -#: ../../mod/settings.php:1024 -msgid "Someone writes a followup comment" +#: ../../include/taxonomy.php:190 ../../include/ItemObject.php:166 +msgid "dislike" msgstr "" -#: ../../mod/settings.php:1025 -msgid "You receive a private message" +#: ../../include/taxonomy.php:190 +msgid "dislikes" msgstr "" -#: ../../mod/settings.php:1026 -msgid "You receive a friend suggestion" +#: ../../include/attach.php:184 ../../include/attach.php:232 +msgid "Item was not found." msgstr "" -#: ../../mod/settings.php:1027 -msgid "You are tagged in a post" +#: ../../include/attach.php:285 +msgid "No source file." msgstr "" -#: ../../mod/settings.php:1030 -msgid "Advanced Account/Page Type Settings" +#: ../../include/attach.php:302 +msgid "Cannot locate file to replace" msgstr "" -#: ../../mod/settings.php:1031 -msgid "Change the behaviour of this account for special situations" +#: ../../include/attach.php:320 +msgid "Cannot locate file to revise/update" msgstr "" -#: ../../mod/manage.php:90 -msgid "Manage Identities and/or Pages" +#: ../../include/attach.php:331 +#, php-format +msgid "File exceeds size limit of %d" msgstr "" -#: ../../mod/manage.php:93 -msgid "" -"Toggle between different identities or community/group pages which share " -"your account details or which you have been granted \"manage\" permissions" +#: ../../include/attach.php:424 +msgid "File upload failed. Possible system limit or action terminated." msgstr "" -#: ../../mod/manage.php:95 -msgid "Select an identity to manage: " +#: ../../include/attach.php:436 +msgid "Stored file could not be verified. Upload failed." msgstr "" -#: ../../mod/network.php:97 -msgid "Search Results For:" +#: ../../include/attach.php:480 ../../include/attach.php:497 +msgid "Path not available." msgstr "" -#: ../../mod/network.php:137 ../../mod/search.php:16 -msgid "Remove term" +#: ../../include/ItemObject.php:87 ../../mod/photos.php:942 +msgid "Private Message" msgstr "" -#: ../../mod/network.php:146 ../../mod/search.php:13 -msgid "Saved Searches" +#: ../../include/ItemObject.php:92 ../../mod/webpages.php:68 +#: ../../mod/settings.php:670 ../../mod/editwebpage.php:103 +#: ../../mod/editpost.php:76 +msgid "Edit" msgstr "" -#: ../../mod/network.php:147 ../../include/group.php:244 -msgid "add" +#: ../../include/ItemObject.php:104 ../../include/conversation.php:613 +#: ../../mod/settings.php:671 ../../mod/group.php:182 +#: ../../mod/photos.php:1162 ../../mod/admin.php:640 +#: ../../mod/connections.php:334 +msgid "Delete" msgstr "" -#: ../../mod/network.php:287 -msgid "Commented Order" +#: ../../include/ItemObject.php:110 ../../include/conversation.php:612 +msgid "Select" msgstr "" -#: ../../mod/network.php:290 -msgid "Sort by Comment Date" +#: ../../include/ItemObject.php:114 +msgid "save to folder" msgstr "" -#: ../../mod/network.php:293 -msgid "Posted Order" +#: ../../include/ItemObject.php:142 +msgid "add star" msgstr "" -#: ../../mod/network.php:296 -msgid "Sort by Post Date" +#: ../../include/ItemObject.php:143 +msgid "remove star" msgstr "" -#: ../../mod/network.php:303 -msgid "Posts that mention or involve you" +#: ../../include/ItemObject.php:144 +msgid "toggle star status" msgstr "" -#: ../../mod/network.php:306 -msgid "New" +#: ../../include/ItemObject.php:148 +msgid "starred" msgstr "" -#: ../../mod/network.php:309 -msgid "Activity Stream - by date" +#: ../../include/ItemObject.php:159 +msgid "add tag" msgstr "" -#: ../../mod/network.php:312 -msgid "Starred" +#: ../../include/ItemObject.php:165 ../../mod/photos.php:1049 +msgid "I like this (toggle)" msgstr "" -#: ../../mod/network.php:315 -msgid "Favourite Posts" +#: ../../include/ItemObject.php:166 ../../mod/photos.php:1050 +msgid "I don't like this (toggle)" msgstr "" -#: ../../mod/network.php:318 -msgid "Shared Links" +#: ../../include/ItemObject.php:168 +msgid "Share this" msgstr "" -#: ../../mod/network.php:321 -msgid "Interesting Links" +#: ../../include/ItemObject.php:168 +msgid "share" msgstr "" -#: ../../mod/network.php:388 +#: ../../include/ItemObject.php:192 ../../include/ItemObject.php:193 #, 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:391 -msgid "Private messages to this group are at risk of public disclosure." +msgid "View %s's profile - %s" msgstr "" -#: ../../mod/network.php:461 -msgid "Contact: " +#: ../../include/ItemObject.php:194 +msgid "to" msgstr "" -#: ../../mod/network.php:463 -msgid "Private messages to this person are at risk of public disclosure." +#: ../../include/ItemObject.php:195 +msgid "Wall-to-Wall" msgstr "" -#: ../../mod/network.php:468 -msgid "Invalid contact." +#: ../../include/ItemObject.php:196 +msgid "via Wall-To-Wall:" msgstr "" -#: ../../mod/notes.php:44 ../../boot.php:1601 -msgid "Personal Notes" +#: ../../include/ItemObject.php:206 ../../include/conversation.php:659 +#, php-format +msgid " from %s" msgstr "" -#: ../../mod/notes.php:63 ../../mod/filer.php:30 -#: ../../addon/facebook/facebook.php:770 -#: ../../addon/privacy_image_cache/privacy_image_cache.php:187 -#: ../../addon/dav/layout.fnk.php:384 ../../include/text.php:652 -msgid "Save" +#: ../../include/ItemObject.php:233 ../../include/conversation.php:678 +#: ../../include/conversation.php:1034 ../../mod/photos.php:1052 +#: ../../mod/message.php:297 ../../mod/message.php:430 +#: ../../mod/editwebpage.php:112 ../../mod/editpost.php:85 +msgid "Please wait" msgstr "" -#: ../../mod/wallmessage.php:42 ../../mod/wallmessage.php:112 +#: ../../include/ItemObject.php:254 #, php-format -msgid "Number of daily wall messages for %s exceeded. Message failed." -msgstr "" +msgid "%d comment" +msgid_plural "%d comments" +msgstr[0] "" +msgstr[1] "" -#: ../../mod/wallmessage.php:56 ../../mod/message.php:66 -msgid "No recipient selected." +#: ../../include/ItemObject.php:502 ../../mod/photos.php:1067 +#: ../../mod/photos.php:1105 ../../mod/photos.php:1132 +msgid "This is you" msgstr "" -#: ../../mod/wallmessage.php:59 -msgid "Unable to check your home location." +#: ../../include/ItemObject.php:505 ../../mod/events.php:458 +#: ../../mod/thing.php:190 ../../mod/invite.php:153 ../../mod/setup.php:283 +#: ../../mod/setup.php:326 ../../mod/settings.php:608 +#: ../../mod/settings.php:720 ../../mod/settings.php:748 +#: ../../mod/settings.php:772 ../../mod/settings.php:843 +#: ../../mod/settings.php:1010 ../../mod/group.php:87 ../../mod/photos.php:675 +#: ../../mod/photos.php:769 ../../mod/photos.php:1031 +#: ../../mod/photos.php:1070 ../../mod/photos.php:1108 +#: ../../mod/photos.php:1135 ../../mod/message.php:298 +#: ../../mod/message.php:429 ../../mod/admin.php:409 ../../mod/admin.php:633 +#: ../../mod/admin.php:769 ../../mod/admin.php:968 ../../mod/admin.php:1055 +#: ../../mod/connections.php:411 ../../mod/profiles.php:529 +#: ../../mod/import.php:356 ../../mod/crepair.php:166 ../../mod/poke.php:166 +#: ../../mod/fsuggest.php:108 ../../mod/mood.php:135 +#: ../../view/theme/redbasic/php/config.php:136 +#: ../../view/theme/redbasic/php/config.php:154 +#: ../../view/theme/redstrap/php/config.php:131 +msgid "Submit" msgstr "" -#: ../../mod/wallmessage.php:62 ../../mod/message.php:73 -msgid "Message could not be sent." +#: ../../include/ItemObject.php:506 +msgid "Bold" msgstr "" -#: ../../mod/wallmessage.php:65 ../../mod/message.php:76 -msgid "Message collection failure." +#: ../../include/ItemObject.php:507 +msgid "Italic" msgstr "" -#: ../../mod/wallmessage.php:68 ../../mod/message.php:79 -msgid "Message sent." +#: ../../include/ItemObject.php:508 +msgid "Underline" msgstr "" -#: ../../mod/wallmessage.php:86 ../../mod/wallmessage.php:95 -msgid "No recipient." +#: ../../include/ItemObject.php:509 +msgid "Quote" msgstr "" -#: ../../mod/wallmessage.php:124 ../../mod/message.php:172 -#: ../../include/conversation.php:947 -msgid "Please enter a link URL:" +#: ../../include/ItemObject.php:510 +msgid "Code" msgstr "" -#: ../../mod/wallmessage.php:131 ../../mod/message.php:200 -msgid "Send Private Message" +#: ../../include/ItemObject.php:511 +msgid "Image" msgstr "" -#: ../../mod/wallmessage.php:132 -#, 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." +#: ../../include/ItemObject.php:512 +msgid "Link" msgstr "" -#: ../../mod/wallmessage.php:133 ../../mod/message.php:201 -#: ../../mod/message.php:401 -msgid "To:" +#: ../../include/ItemObject.php:513 +msgid "Video" msgstr "" -#: ../../mod/wallmessage.php:134 ../../mod/message.php:206 -#: ../../mod/message.php:403 -msgid "Subject:" +#: ../../include/ItemObject.php:514 ../../include/conversation.php:1052 +#: ../../mod/photos.php:1071 ../../mod/editwebpage.php:132 +#: ../../mod/editpost.php:105 +msgid "Preview" msgstr "" -#: ../../mod/wallmessage.php:140 ../../mod/message.php:210 -#: ../../mod/message.php:406 ../../mod/invite.php:113 -msgid "Your message:" +#: ../../include/conversation.php:117 +msgid "channel" msgstr "" -#: ../../mod/newmember.php:6 -msgid "Welcome to Friendica" +#: ../../include/conversation.php:155 ../../mod/like.php:133 +#, php-format +msgid "%1$s likes %2$s's %3$s" msgstr "" -#: ../../mod/newmember.php:8 -msgid "New Member Checklist" +#: ../../include/conversation.php:158 ../../mod/like.php:135 +#, php-format +msgid "%1$s doesn't like %2$s's %3$s" 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." +#: ../../include/conversation.php:192 +#, php-format +msgid "%1$s is now connected with %2$s" msgstr "" -#: ../../mod/newmember.php:16 -msgid "" -"On your <em>Quick Start</em> page - find a brief introduction to your " -"profile and network tabs, connect to Facebook, make some new connections, " -"and find some groups to join." +#: ../../include/conversation.php:223 +#, php-format +msgid "%1$s poked %2$s" msgstr "" -#: ../../mod/newmember.php:18 -msgid "" -"On your <em>Settings</em> page - change your initial password. Also make a " -"note of your Identity Address. This looks just like an email address - and " -"will be useful in making friends on the free social web." +#: ../../include/conversation.php:245 ../../mod/mood.php:63 +#, php-format +msgid "%1$s is currently %2$s" msgstr "" -#: ../../mod/newmember.php:20 -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." +#: ../../include/conversation.php:637 +#, php-format +msgid "View %s's profile @ %s" msgstr "" -#: ../../mod/newmember.php:32 ../../mod/profperm.php:103 -#: ../../view/theme/diabook/theme.php:128 ../../include/profile_advanced.php:7 -#: ../../include/profile_advanced.php:84 ../../include/nav.php:50 -#: ../../boot.php:1642 -msgid "Profile" +#: ../../include/conversation.php:676 +msgid "View in context" msgstr "" -#: ../../mod/newmember.php:36 ../../mod/profile_photo.php:211 -msgid "Upload Profile Photo" +#: ../../include/conversation.php:791 +msgid "Loading..." 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." +#: ../../include/conversation.php:792 +msgid "Delete Selected Items" msgstr "" -#: ../../mod/newmember.php:38 -msgid "Edit Your Profile" +#: ../../include/conversation.php:880 +msgid "Follow Thread" msgstr "" -#: ../../mod/newmember.php:38 -msgid "" -"Edit your <strong>default</strong> profile to your liking. Review the " -"settings for hiding your list of friends and hiding the profile from unknown " -"visitors." +#: ../../include/conversation.php:949 +#, php-format +msgid "%s likes this." msgstr "" -#: ../../mod/newmember.php:40 -msgid "Profile Keywords" +#: ../../include/conversation.php:949 +#, php-format +msgid "%s doesn't like this." 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." +#: ../../include/conversation.php:953 +#, php-format +msgid "<span %1$s>%2$d people</span> like this." msgstr "" -#: ../../mod/newmember.php:44 -msgid "Connecting" +#: ../../include/conversation.php:955 +#, php-format +msgid "<span %1$s>%2$d people</span> don't like this." msgstr "" -#: ../../mod/newmember.php:49 ../../mod/newmember.php:51 -#: ../../addon/facebook/facebook.php:728 -#: ../../include/contact_selectors.php:81 -msgid "Facebook" +#: ../../include/conversation.php:961 +msgid "and" 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." +#: ../../include/conversation.php:964 +#, php-format +msgid ", and %d other people" msgstr "" -#: ../../mod/newmember.php:51 -msgid "" -"<em>If</em> this is your own personal server, installing the Facebook addon " -"may ease your transition to the free social web." +#: ../../include/conversation.php:965 +#, php-format +msgid "%s like this." msgstr "" -#: ../../mod/newmember.php:56 -msgid "Importing Emails" +#: ../../include/conversation.php:965 +#, php-format +msgid "%s don't like this." 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" +#: ../../include/conversation.php:990 +msgid "Visible to <strong>everybody</strong>" msgstr "" -#: ../../mod/newmember.php:58 -msgid "Go to Your Contacts Page" +#: ../../include/conversation.php:991 ../../mod/message.php:253 +#: ../../mod/message.php:364 +msgid "Please enter a link URL:" 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 <em>Add New Contact</em> dialog." +#: ../../include/conversation.php:992 +msgid "Please enter a video link/URL:" msgstr "" -#: ../../mod/newmember.php:60 -msgid "Go to Your Site's Directory" +#: ../../include/conversation.php:993 +msgid "Please enter an audio link/URL:" msgstr "" -#: ../../mod/newmember.php:60 -msgid "" -"The Directory page lets you find other people in this network or other " -"federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on " -"their profile page. Provide your own Identity Address if requested." +#: ../../include/conversation.php:994 +msgid "Tag term:" msgstr "" -#: ../../mod/newmember.php:62 -msgid "Finding New People" +#: ../../include/conversation.php:995 ../../mod/filer.php:35 +msgid "Save to Folder:" 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." +#: ../../include/conversation.php:996 +msgid "Where are you right now?" msgstr "" -#: ../../mod/newmember.php:66 ../../include/group.php:239 -msgid "Groups" +#: ../../include/conversation.php:1011 ../../mod/photos.php:1051 +msgid "Share" msgstr "" -#: ../../mod/newmember.php:70 -msgid "Group Your Contacts" +#: ../../include/conversation.php:1013 +msgid "Page link title" 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." +#: ../../include/conversation.php:1015 ../../mod/message.php:295 +#: ../../mod/message.php:427 ../../mod/editwebpage.php:104 +#: ../../mod/editpost.php:77 +msgid "Upload photo" msgstr "" -#: ../../mod/newmember.php:73 -msgid "Why Aren't My Posts Public?" +#: ../../include/conversation.php:1016 +msgid "upload photo" 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." +#: ../../include/conversation.php:1017 ../../mod/editwebpage.php:105 +#: ../../mod/editpost.php:78 +msgid "Attach file" msgstr "" -#: ../../mod/newmember.php:78 -msgid "Getting Help" +#: ../../include/conversation.php:1018 +msgid "attach file" msgstr "" -#: ../../mod/newmember.php:82 -msgid "Go to the Help Section" +#: ../../include/conversation.php:1019 ../../mod/message.php:296 +#: ../../mod/message.php:428 ../../mod/editwebpage.php:106 +#: ../../mod/editpost.php:79 +msgid "Insert web link" msgstr "" -#: ../../mod/newmember.php:82 -msgid "" -"Our <strong>help</strong> pages may be consulted for detail on other program " -"features and resources." +#: ../../include/conversation.php:1020 +msgid "web link" msgstr "" -#: ../../mod/attach.php:8 -msgid "Item not available." +#: ../../include/conversation.php:1021 +msgid "Insert video link" msgstr "" -#: ../../mod/attach.php:20 -msgid "Item was not found." +#: ../../include/conversation.php:1022 +msgid "video link" msgstr "" -#: ../../mod/group.php:29 -msgid "Group created." +#: ../../include/conversation.php:1023 +msgid "Insert audio link" msgstr "" -#: ../../mod/group.php:35 -msgid "Could not create group." +#: ../../include/conversation.php:1024 +msgid "audio link" msgstr "" -#: ../../mod/group.php:47 ../../mod/group.php:137 -msgid "Group not found." +#: ../../include/conversation.php:1025 ../../mod/editwebpage.php:110 +#: ../../mod/editpost.php:83 +msgid "Set your location" msgstr "" -#: ../../mod/group.php:60 -msgid "Group name changed." +#: ../../include/conversation.php:1026 +msgid "set location" msgstr "" -#: ../../mod/group.php:72 ../../mod/profperm.php:19 ../../index.php:308 -msgid "Permission denied" +#: ../../include/conversation.php:1027 ../../mod/editwebpage.php:111 +#: ../../mod/editpost.php:84 +msgid "Clear browser location" msgstr "" -#: ../../mod/group.php:90 -msgid "Create a group of contacts/friends." +#: ../../include/conversation.php:1028 +msgid "clear location" msgstr "" -#: ../../mod/group.php:91 ../../mod/group.php:177 -msgid "Group Name: " +#: ../../include/conversation.php:1030 ../../mod/editwebpage.php:124 +#: ../../mod/editpost.php:97 +msgid "Set title" msgstr "" -#: ../../mod/group.php:110 -msgid "Group removed." +#: ../../include/conversation.php:1033 ../../mod/editwebpage.php:126 +#: ../../mod/editpost.php:99 +msgid "Categories (comma-separated list)" msgstr "" -#: ../../mod/group.php:112 -msgid "Unable to remove group." +#: ../../include/conversation.php:1035 ../../mod/editwebpage.php:113 +#: ../../mod/editpost.php:86 +msgid "Permission settings" msgstr "" -#: ../../mod/group.php:176 -msgid "Group Editor" +#: ../../include/conversation.php:1036 +msgid "permissions" msgstr "" -#: ../../mod/group.php:189 -msgid "Members" +#: ../../include/conversation.php:1044 ../../mod/editwebpage.php:121 +#: ../../mod/editpost.php:94 +msgid "Public post" msgstr "" -#: ../../mod/group.php:221 ../../mod/profperm.php:105 -msgid "Click on a contact to add or remove." +#: ../../include/conversation.php:1046 ../../mod/editwebpage.php:127 +#: ../../mod/editpost.php:100 +msgid "Example: bob@example.com, mary@example.com" msgstr "" -#: ../../mod/profperm.php:25 ../../mod/profperm.php:55 -msgid "Invalid profile identifier." +#: ../../include/items.php:156 ../../mod/like.php:55 ../../mod/group.php:74 +#: ../../mod/profperm.php:28 ../../index.php:339 +msgid "Permission denied" msgstr "" -#: ../../mod/profperm.php:101 -msgid "Profile Visibility Editor" +#: ../../include/items.php:3223 ../../mod/page.php:62 ../../mod/viewsrc.php:18 +#: ../../mod/home.php:64 ../../mod/admin.php:142 ../../mod/admin.php:677 +#: ../../mod/admin.php:876 ../../mod/display.php:33 +msgid "Item not found." msgstr "" -#: ../../mod/profperm.php:103 ../../view/theme/diabook/theme.php:128 -#: ../../include/profile_advanced.php:7 ../../include/profile_advanced.php:84 -#: ../../include/nav.php:50 ../../boot.php:1580 -msgid "Profile" +#: ../../include/items.php:3395 +msgid "Archives" msgstr "" -#: ../../mod/profperm.php:114 -msgid "Visible To" +#: ../../include/items.php:3556 ../../mod/group.php:44 ../../mod/group.php:146 +msgid "Collection not found." msgstr "" -#: ../../mod/profperm.php:130 -msgid "All Contacts (with secure profile access)" +#: ../../include/items.php:3566 +msgid "Collection has no members." msgstr "" -#: ../../mod/viewconnections.php:39 -msgid "No contacts." +#: ../../include/items.php:3582 +msgid "Connection not found." msgstr "" -#: ../../mod/viewconnections.php:76 ../../include/text.php:589 -msgid "View Contacts" +#: ../../include/bbcode.php:94 ../../include/bbcode.php:442 +#: ../../include/bbcode.php:445 +msgid "Image/photo" msgstr "" -#: ../../mod/register.php:88 ../../mod/regmod.php:52 +#: ../../include/bbcode.php:161 #, php-format -msgid "Registration details for %s" +msgid "%1$s wrote the following %2$s %3$s" msgstr "" -#: ../../mod/register.php:96 -msgid "" -"Registration successful. Please check your email for further instructions." -msgstr "" - -#: ../../mod/register.php:100 -msgid "Failed to send email message. Here is the message that failed." -msgstr "" - -#: ../../mod/register.php:105 -msgid "Your registration can not be processed." +#: ../../include/bbcode.php:163 +msgid "post" msgstr "" -#: ../../mod/register.php:142 -#, php-format -msgid "Registration request at %s" +#: ../../include/bbcode.php:402 ../../include/bbcode.php:422 +msgid "$1 wrote:" msgstr "" -#: ../../mod/register.php:151 -msgid "Your registration is pending approval by the site owner." +#: ../../include/bbcode.php:449 ../../include/bbcode.php:450 +msgid "Encrypted content" msgstr "" -#: ../../mod/register.php:189 -msgid "" -"This site has exceeded the number of allowed daily account registrations. " -"Please try again tomorrow." +#: ../../mod/common.php:10 +msgid "No channel." msgstr "" -#: ../../mod/register.php:215 -msgid "" -"You may (optionally) fill in this form via OpenID by supplying your OpenID " -"and clicking 'Register'." +#: ../../mod/common.php:47 +msgid "Common connections" msgstr "" -#: ../../mod/register.php:216 -msgid "" -"If you are not familiar with OpenID, please leave that field blank and fill " -"in the rest of the items." +#: ../../mod/common.php:52 +msgid "No connections in common." msgstr "" -#: ../../mod/register.php:217 -msgid "Your OpenID (optional): " +#: ../../mod/events.php:66 +msgid "Event title and start time are required." msgstr "" -#: ../../mod/register.php:231 -msgid "Include your profile in member directory?" +#: ../../mod/events.php:281 +msgid "l, F j" msgstr "" -#: ../../mod/register.php:251 -msgid "Membership on this site is by invitation only." +#: ../../mod/events.php:303 +msgid "Edit event" msgstr "" -#: ../../mod/register.php:252 -msgid "Your invitation ID: " +#: ../../mod/events.php:349 +msgid "Create New Event" msgstr "" -#: ../../mod/register.php:255 ../../mod/admin.php:423 -msgid "Registration" +#: ../../mod/events.php:350 +msgid "Previous" msgstr "" -#: ../../mod/register.php:263 -msgid "Your Full Name (e.g. Joe Smith): " +#: ../../mod/events.php:351 ../../mod/setup.php:237 +msgid "Next" msgstr "" -#: ../../mod/register.php:264 -msgid "Your Email Address: " +#: ../../mod/events.php:425 +msgid "hour:minute" msgstr "" -#: ../../mod/register.php:265 -msgid "" -"Choose a profile nickname. This must begin with a text character. Your " -"profile address on this site will then be '<strong>nickname@$sitename</" -"strong>'." +#: ../../mod/events.php:435 +msgid "Event details" msgstr "" -#: ../../mod/register.php:266 -msgid "Choose a nickname: " +#: ../../mod/events.php:436 +#, php-format +msgid "Format is %s %s. Starting date and Title are required." msgstr "" -#: ../../mod/register.php:269 ../../include/nav.php:81 ../../boot.php:864 -msgid "Register" +#: ../../mod/events.php:438 +msgid "Event Starts:" msgstr "" -#: ../../mod/dirfind.php:26 -msgid "People Search" +#: ../../mod/events.php:438 ../../mod/events.php:452 +msgid "Required" msgstr "" -#: ../../mod/like.php:144 ../../mod/like.php:301 ../../mod/tagger.php:70 -#: ../../addon/facebook/facebook.php:1586 -#: ../../addon/communityhome/communityhome.php:158 -#: ../../addon/communityhome/communityhome.php:167 -#: ../../view/theme/diabook/theme.php:565 -#: ../../view/theme/diabook/theme.php:574 ../../include/diaspora.php:1777 -#: ../../include/conversation.php:48 ../../include/conversation.php:57 -#: ../../include/conversation.php:121 ../../include/conversation.php:130 -msgid "status" +#: ../../mod/events.php:441 +msgid "Finish date/time is not known or not relevant" msgstr "" -#: ../../mod/like.php:161 ../../addon/facebook/facebook.php:1590 -#: ../../addon/communityhome/communityhome.php:172 -#: ../../view/theme/diabook/theme.php:579 ../../include/diaspora.php:1793 -#: ../../include/conversation.php:65 -#, php-format -msgid "%1$s likes %2$s's %3$s" +#: ../../mod/events.php:443 +msgid "Event Finishes:" msgstr "" -#: ../../mod/like.php:163 ../../include/conversation.php:68 -#, php-format -msgid "%1$s doesn't like %2$s's %3$s" +#: ../../mod/events.php:446 +msgid "Adjust for viewer timezone" msgstr "" -#: ../../mod/notice.php:15 ../../mod/viewsrc.php:15 ../../mod/admin.php:159 -#: ../../mod/admin.php:702 ../../mod/admin.php:901 ../../mod/display.php:37 -#: ../../mod/display.php:142 ../../include/items.php:3336 -msgid "Item not found." +#: ../../mod/events.php:448 +msgid "Description:" msgstr "" -#: ../../mod/viewsrc.php:7 -msgid "Access denied." +#: ../../mod/events.php:452 +msgid "Title:" msgstr "" -#: ../../mod/fbrowser.php:25 ../../view/theme/diabook/theme.php:130 -#: ../../include/nav.php:51 ../../boot.php:1586 -msgid "Photos" +#: ../../mod/events.php:454 +msgid "Share this event" msgstr "" -#: ../../mod/fbrowser.php:96 -msgid "Files" +#: ../../mod/thing.php:109 +msgid "Object store: failed" msgstr "" -#: ../../mod/regmod.php:61 -msgid "Account approved." +#: ../../mod/thing.php:113 +msgid "thing/stuff added" msgstr "" -#: ../../mod/regmod.php:98 +#: ../../mod/thing.php:129 #, php-format -msgid "Registration revoked for %s" -msgstr "" - -#: ../../mod/regmod.php:110 -msgid "Please login." -msgstr "" - -#: ../../mod/item.php:89 -msgid "Unable to locate original post." +msgid "OBJ: %1$s %2$s %3$s" msgstr "" -#: ../../mod/item.php:258 -msgid "Empty post discarded." +#: ../../mod/thing.php:175 +msgid "not yet implemented." msgstr "" -#: ../../mod/item.php:379 ../../mod/wall_upload.php:115 -#: ../../mod/wall_upload.php:124 ../../mod/wall_upload.php:131 -#: ../../include/message.php:144 -msgid "Wall Photos" +#: ../../mod/thing.php:181 +msgid "Add Stuff to your Profile" msgstr "" -#: ../../mod/item.php:784 -msgid "System error. Post not saved." +#: ../../mod/thing.php:183 +msgid "Select a profile" msgstr "" -#: ../../mod/item.php:809 -#, php-format -msgid "" -"This message was sent to you by %s, a member of the Friendica social network." +#: ../../mod/thing.php:185 +msgid "Select a category of stuff. e.g. I ______ something" msgstr "" -#: ../../mod/item.php:811 -#, php-format -msgid "You may visit them online at %s" +#: ../../mod/thing.php:187 +msgid "Name of thing or stuff e.g. something" msgstr "" -#: ../../mod/item.php:812 -msgid "" -"Please contact the sender by replying to this post if you do not wish to " -"receive these messages." +#: ../../mod/thing.php:188 +msgid "URL of thing or stuff (optional)" msgstr "" -#: ../../mod/item.php:814 -#, php-format -msgid "%s posted an update." +#: ../../mod/thing.php:189 +msgid "URL for photo of thing or stuff (optional)" msgstr "" -#: ../../mod/profile_photo.php:30 -msgid "Image uploaded but image cropping failed." +#: ../../mod/invite.php:25 +msgid "Total invitation limit exceeded." msgstr "" -#: ../../mod/profile_photo.php:63 ../../mod/profile_photo.php:70 -#: ../../mod/profile_photo.php:77 ../../mod/profile_photo.php:266 +#: ../../mod/invite.php:47 #, php-format -msgid "Image size reduction [%s] failed." +msgid "%s : Not a valid email address." msgstr "" -#: ../../mod/profile_photo.php:91 -msgid "" -"Shift-reload the page or clear browser cache if the new photo does not " -"display immediately." +#: ../../mod/invite.php:74 +msgid "Please join us on Red" msgstr "" -#: ../../mod/profile_photo.php:101 -msgid "Unable to process image" +#: ../../mod/invite.php:85 +msgid "Invitation limit exceeded. Please contact your site administrator." msgstr "" -#: ../../mod/profile_photo.php:117 ../../mod/wall_upload.php:77 +#: ../../mod/invite.php:90 #, php-format -msgid "Image exceeds size limit of %d" -msgstr "" - -#: ../../mod/profile_photo.php:209 -msgid "Upload File:" -msgstr "" - -#: ../../mod/profile_photo.php:210 -msgid "Upload Profile Photo" -msgstr "" - -#: ../../mod/profile_photo.php:211 -msgid "Upload" -msgstr "" - -#: ../../mod/profile_photo.php:213 -msgid "skip this step" -msgstr "" - -#: ../../mod/profile_photo.php:213 -msgid "select a photo from your photo albums" -msgstr "" - -#: ../../mod/profile_photo.php:226 -msgid "Crop Image" +msgid "%s : Message delivery failed." msgstr "" -#: ../../mod/profile_photo.php:227 -msgid "Please adjust the image cropping for optimum viewing." -msgstr "" +#: ../../mod/invite.php:94 +#, php-format +msgid "%d message sent." +msgid_plural "%d messages sent." +msgstr[0] "" +msgstr[1] "" -#: ../../mod/profile_photo.php:229 -msgid "Done Editing" +#: ../../mod/invite.php:113 +msgid "You have no more invitations available" msgstr "" -#: ../../mod/profile_photo.php:257 -msgid "Image uploaded successfully." +#: ../../mod/invite.php:139 +msgid "Send invitations" msgstr "" -#: ../../mod/hcard.php:10 -msgid "No profile" +#: ../../mod/invite.php:140 +msgid "Enter email addresses, one per line:" msgstr "" -#: ../../mod/removeme.php:45 ../../mod/removeme.php:48 -msgid "Remove My Account" +#: ../../mod/invite.php:141 ../../mod/message.php:292 +#: ../../mod/message.php:423 +msgid "Your message:" msgstr "" -#: ../../mod/removeme.php:46 +#: ../../mod/invite.php:142 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/message.php:9 ../../include/nav.php:131 -msgid "New Message" -msgstr "" - -#: ../../mod/message.php:70 -msgid "Unable to locate contact information." -msgstr "" - -#: ../../mod/message.php:120 -msgid "Message deleted." -msgstr "" - -#: ../../mod/message.php:150 -msgid "Conversation removed." -msgstr "" - -#: ../../mod/message.php:249 -msgid "No messages." -msgstr "" - -#: ../../mod/message.php:256 -#, php-format -msgid "Unknown sender - %s" -msgstr "" - -#: ../../mod/message.php:259 -#, php-format -msgid "You and %s" -msgstr "" - -#: ../../mod/message.php:262 -#, php-format -msgid "%s and You" -msgstr "" - -#: ../../mod/message.php:272 ../../mod/message.php:394 -msgid "Delete conversation" +"You are cordially invited to join me and some other close friends on the Red " +"Matrix - a revolutionary new decentralised social and information tool." msgstr "" -#: ../../mod/message.php:275 -msgid "D, d M Y - g:i A" -msgstr "" - -#: ../../mod/message.php:277 -#, php-format -msgid "%d message" -msgid_plural "%d messages" -msgstr[0] "" -msgstr[1] "" - -#: ../../mod/message.php:312 -msgid "Message not available." +#: ../../mod/invite.php:144 +msgid "You will need to supply this invitation code: $invite_code" msgstr "" -#: ../../mod/message.php:377 -msgid "Delete message" +#: ../../mod/invite.php:146 +msgid "Please visit my channel at" msgstr "" -#: ../../mod/message.php:396 +#: ../../mod/invite.php:150 msgid "" -"No secure communications available. You <strong>may</strong> be able to " -"respond from the sender's profile page." +"Once you have registered, please connect with my Red Matrix channel address:" msgstr "" -#: ../../mod/message.php:400 -msgid "Send Reply" +#: ../../mod/invite.php:152 +msgid "" +"For more information about the Red Matrix Project and why it has the " +"potential to change the internet as we know it, please visit http://getzot." +"com" msgstr "" -#: ../../mod/allfriends.php:34 +#: ../../mod/allfriends.php:35 #, php-format msgid "Friends of %s" msgstr "" -#: ../../mod/allfriends.php:40 +#: ../../mod/allfriends.php:41 msgid "No friends to display." msgstr "" -#: ../../mod/admin.php:55 -msgid "Theme settings updated." -msgstr "" - -#: ../../mod/admin.php:96 ../../mod/admin.php:421 -msgid "Site" -msgstr "" - -#: ../../mod/admin.php:97 ../../mod/admin.php:657 ../../mod/admin.php:669 -msgid "Users" +#: ../../mod/webpages.php:8 ../../mod/profile.php:8 ../../boot.php:1535 +msgid "Requested profile is not available." msgstr "" -#: ../../mod/admin.php:98 ../../mod/admin.php:751 ../../mod/admin.php:793 -msgid "Plugins" +#: ../../mod/webpages.php:71 +msgid "View" msgstr "" -#: ../../mod/admin.php:99 ../../mod/admin.php:956 ../../mod/admin.php:992 -msgid "Themes" +#: ../../mod/api.php:76 ../../mod/api.php:102 +msgid "Authorize application connection" msgstr "" -#: ../../mod/admin.php:100 -msgid "DB updates" +#: ../../mod/api.php:77 +msgid "Return to your app and insert this Securty Code:" msgstr "" -#: ../../mod/admin.php:115 ../../mod/admin.php:122 ../../mod/admin.php:1079 -msgid "Logs" +#: ../../mod/api.php:89 +msgid "Please login to continue." msgstr "" -#: ../../mod/admin.php:120 ../../include/nav.php:146 -msgid "Admin" +#: ../../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/admin.php:121 -msgid "Plugin Features" +#: ../../mod/api.php:105 ../../mod/settings.php:965 ../../mod/settings.php:970 +#: ../../mod/settings.php:993 ../../mod/settings.php:995 +#: ../../mod/settings.php:996 ../../mod/settings.php:997 +#: ../../mod/profiles.php:506 +msgid "Yes" msgstr "" -#: ../../mod/admin.php:123 -msgid "User registrations waiting for confirmation" +#: ../../mod/api.php:106 ../../mod/settings.php:965 ../../mod/settings.php:970 +#: ../../mod/settings.php:993 ../../mod/settings.php:995 +#: ../../mod/settings.php:996 ../../mod/settings.php:997 +#: ../../mod/profiles.php:507 +msgid "No" msgstr "" -#: ../../mod/admin.php:183 ../../mod/admin.php:639 -msgid "Normal Account" +#: ../../mod/lastpost.php:16 ../../mod/channel.php:16 +msgid "You must be logged in to see this page." msgstr "" -#: ../../mod/admin.php:184 ../../mod/admin.php:640 -msgid "Soapbox Account" +#: ../../mod/apps.php:8 +msgid "No installed applications." msgstr "" -#: ../../mod/admin.php:185 ../../mod/admin.php:641 -msgid "Community/Celebrity Account" +#: ../../mod/apps.php:13 +msgid "Applications" msgstr "" -#: ../../mod/admin.php:186 ../../mod/admin.php:642 -msgid "Automatic Friend Account" +#: ../../mod/page.php:37 +msgid "Invalid item." msgstr "" -#: ../../mod/admin.php:187 -msgid "Blog Account" +#: ../../mod/page.php:49 ../../mod/chanview.php:78 ../../mod/home.php:51 +#: ../../mod/magic.php:63 ../../mod/wall_upload.php:35 +msgid "Channel not found." msgstr "" -#: ../../mod/admin.php:188 -msgid "Private Forum" +#: ../../mod/attach.php:9 +msgid "Item not available." msgstr "" -#: ../../mod/admin.php:207 -msgid "Message queues" +#: ../../mod/setup.php:142 +msgid "Red Matrix Server - Setup" msgstr "" -#: ../../mod/admin.php:212 ../../mod/admin.php:420 ../../mod/admin.php:656 -#: ../../mod/admin.php:750 ../../mod/admin.php:792 ../../mod/admin.php:955 -#: ../../mod/admin.php:991 ../../mod/admin.php:1078 -msgid "Administration" +#: ../../mod/setup.php:148 +msgid "Could not connect to database." msgstr "" -#: ../../mod/admin.php:213 -msgid "Summary" +#: ../../mod/setup.php:152 +msgid "" +"Could not connect to specified site URL. Possible SSL certificate or DNS " +"issue." msgstr "" -#: ../../mod/admin.php:215 -msgid "Registered users" +#: ../../mod/setup.php:157 +msgid "Could not create table." msgstr "" -#: ../../mod/admin.php:217 -msgid "Pending registrations" +#: ../../mod/setup.php:163 +msgid "Your site database has been installed." msgstr "" -#: ../../mod/admin.php:218 -msgid "Version" +#: ../../mod/setup.php:168 +msgid "" +"You may need to import the file \"install/database.sql\" manually using " +"phpmyadmin or mysql." msgstr "" -#: ../../mod/admin.php:220 -msgid "Active plugins" +#: ../../mod/setup.php:169 ../../mod/setup.php:236 ../../mod/setup.php:565 +msgid "Please see the file \"install/INSTALL.txt\"." msgstr "" -#: ../../mod/admin.php:359 -msgid "Site settings updated." +#: ../../mod/setup.php:233 +msgid "System check" msgstr "" -#: ../../mod/admin.php:407 -msgid "Closed" +#: ../../mod/setup.php:238 +msgid "Check again" msgstr "" -#: ../../mod/admin.php:408 -msgid "Requires approval" +#: ../../mod/setup.php:260 +msgid "Database connection" msgstr "" -#: ../../mod/admin.php:409 -msgid "Open" +#: ../../mod/setup.php:261 +msgid "" +"In order to install Red Matrix we need to know how to connect to your " +"database." msgstr "" -#: ../../mod/admin.php:413 -msgid "No SSL policy, links will track page SSL state" +#: ../../mod/setup.php:262 +msgid "" +"Please contact your hosting provider or site administrator if you have " +"questions about these settings." msgstr "" -#: ../../mod/admin.php:414 -msgid "Force all links to use SSL" +#: ../../mod/setup.php:263 +msgid "" +"The database you specify below should already exist. If it does not, please " +"create it before continuing." msgstr "" -#: ../../mod/admin.php:415 -msgid "Self-signed certificate, use SSL for local links only (discouraged)" +#: ../../mod/setup.php:267 +msgid "Database Server Name" msgstr "" -#: ../../mod/admin.php:424 -msgid "File upload" +#: ../../mod/setup.php:267 +msgid "Default is localhost" msgstr "" -#: ../../mod/admin.php:425 -msgid "Policies" +#: ../../mod/setup.php:268 +msgid "Database Port" msgstr "" -#: ../../mod/admin.php:426 -msgid "Advanced" +#: ../../mod/setup.php:268 +msgid "Communication port number - use 0 for default" msgstr "" -#: ../../mod/admin.php:430 ../../addon/statusnet/statusnet.php:558 -msgid "Site name" +#: ../../mod/setup.php:269 +msgid "Database Login Name" msgstr "" -#: ../../mod/admin.php:431 -msgid "Banner/Logo" +#: ../../mod/setup.php:270 +msgid "Database Login Password" msgstr "" -#: ../../mod/admin.php:432 -msgid "System language" +#: ../../mod/setup.php:271 +msgid "Database Name" msgstr "" -#: ../../mod/admin.php:433 -msgid "System theme" +#: ../../mod/setup.php:273 ../../mod/setup.php:315 +msgid "Site administrator email address" msgstr "" -#: ../../mod/admin.php:433 +#: ../../mod/setup.php:273 ../../mod/setup.php:315 msgid "" -"Default system theme - may be over-ridden by user profiles - <a href='#' " -"id='cnftheme'>change theme settings</a>" -msgstr "" - -#: ../../mod/admin.php:434 -msgid "SSL link policy" -msgstr "" - -#: ../../mod/admin.php:434 -msgid "Determines whether generated links should be forced to use SSL" -msgstr "" - -#: ../../mod/admin.php:435 -msgid "Maximum image size" +"Your account email address must match this in order to use the web admin " +"panel." msgstr "" -#: ../../mod/admin.php:435 -msgid "" -"Maximum size in bytes of uploaded images. Default is 0, which means no " -"limits." +#: ../../mod/setup.php:274 ../../mod/setup.php:317 +msgid "Website URL" msgstr "" -#: ../../mod/admin.php:437 -msgid "Register policy" +#: ../../mod/setup.php:274 ../../mod/setup.php:317 +msgid "Please use SSL (https) URL if available." msgstr "" -#: ../../mod/admin.php:438 -msgid "Register text" +#: ../../mod/setup.php:277 ../../mod/setup.php:320 +msgid "Please select a default timezone for your website" msgstr "" -#: ../../mod/admin.php:438 -msgid "Will be displayed prominently on the registration page." +#: ../../mod/setup.php:304 +msgid "Site settings" msgstr "" -#: ../../mod/admin.php:439 -msgid "Accounts abandoned after x days" +#: ../../mod/setup.php:360 +msgid "Could not find a command line version of PHP in the web server PATH." msgstr "" -#: ../../mod/admin.php:439 +#: ../../mod/setup.php:361 msgid "" -"Will not waste system resources polling external sites for abandonded " -"accounts. Enter 0 for no time limit." +"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." msgstr "" -#: ../../mod/admin.php:440 -msgid "Allowed friend domains" +#: ../../mod/setup.php:365 +msgid "PHP executable path" msgstr "" -#: ../../mod/admin.php:440 +#: ../../mod/setup.php:365 msgid "" -"Comma separated list of domains which are allowed to establish friendships " -"with this site. Wildcards are accepted. Empty to allow any domains" +"Enter full path to php executable. You can leave this blank to continue the " +"installation." msgstr "" -#: ../../mod/admin.php:441 -msgid "Allowed email domains" +#: ../../mod/setup.php:370 +msgid "Command line PHP" msgstr "" -#: ../../mod/admin.php:441 +#: ../../mod/setup.php:379 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:442 -msgid "Block public" +"The command line version of PHP on your system does not have " +"\"register_argc_argv\" enabled." msgstr "" -#: ../../mod/admin.php:442 -msgid "" -"Check to block public access to all otherwise public personal pages on this " -"site unless you are currently logged in." +#: ../../mod/setup.php:380 +msgid "This is required for message delivery to work." msgstr "" -#: ../../mod/admin.php:443 -msgid "Force publish" +#: ../../mod/setup.php:382 +msgid "PHP register_argc_argv" msgstr "" -#: ../../mod/admin.php:443 +#: ../../mod/setup.php:403 msgid "" -"Check to force all profiles on this site to be listed in the site directory." -msgstr "" - -#: ../../mod/admin.php:444 -msgid "Global directory update URL" +"Error: the \"openssl_pkey_new\" function on this system is not able to " +"generate encryption keys" msgstr "" -#: ../../mod/admin.php:444 +#: ../../mod/setup.php:404 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:446 -msgid "Block multiple registrations" -msgstr "" - -#: ../../mod/admin.php:446 -msgid "Disallow users to register additional accounts for use as pages." -msgstr "" - -#: ../../mod/admin.php:447 -msgid "OpenID support" +"If running under Windows, please see \"http://www.php.net/manual/en/openssl." +"installation.php\"." msgstr "" -#: ../../mod/admin.php:447 -msgid "OpenID support for registration and logins." +#: ../../mod/setup.php:406 +msgid "Generate encryption keys" msgstr "" -#: ../../mod/admin.php:448 -msgid "Fullname check" +#: ../../mod/setup.php:413 +msgid "libCurl PHP module" msgstr "" -#: ../../mod/admin.php:448 -msgid "" -"Force users to register with a space between firstname and lastname in Full " -"name, as an antispam measure" +#: ../../mod/setup.php:414 +msgid "GD graphics PHP module" msgstr "" -#: ../../mod/admin.php:449 -msgid "UTF-8 Regular expressions" +#: ../../mod/setup.php:415 +msgid "OpenSSL PHP module" msgstr "" -#: ../../mod/admin.php:449 -msgid "Use PHP UTF8 regular expressions" +#: ../../mod/setup.php:416 +msgid "mysqli PHP module" msgstr "" -#: ../../mod/admin.php:450 -msgid "Show Community Page" +#: ../../mod/setup.php:417 +msgid "mb_string PHP module" msgstr "" -#: ../../mod/admin.php:450 -msgid "" -"Display a Community page showing all recent public postings on this site." +#: ../../mod/setup.php:418 +msgid "mcrypt PHP module" msgstr "" -#: ../../mod/admin.php:451 -msgid "Enable OStatus support" +#: ../../mod/setup.php:423 ../../mod/setup.php:425 +msgid "Apache mod_rewrite module" msgstr "" -#: ../../mod/admin.php:451 +#: ../../mod/setup.php:423 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:452 -msgid "Enable Diaspora support" -msgstr "" - -#: ../../mod/admin.php:452 -msgid "Provide built-in Diaspora network compatibility." +"Error: Apache webserver mod-rewrite module is required but not installed." msgstr "" -#: ../../mod/admin.php:453 -msgid "Only allow Friendica contacts" +#: ../../mod/setup.php:429 ../../mod/setup.php:432 +msgid "proc_open" msgstr "" -#: ../../mod/admin.php:453 +#: ../../mod/setup.php:429 msgid "" -"All contacts must use Friendica protocols. All other built-in communication " -"protocols disabled." +"Error: proc_open is required but is either not installed or has been " +"disabled in php.ini" msgstr "" -#: ../../mod/admin.php:454 -msgid "Verify SSL" +#: ../../mod/setup.php:437 +msgid "Error: libCURL PHP module required but not installed." msgstr "" -#: ../../mod/admin.php:454 +#: ../../mod/setup.php:441 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:455 -msgid "Proxy user" +"Error: GD graphics PHP module with JPEG support required but not installed." msgstr "" -#: ../../mod/admin.php:456 -msgid "Proxy URL" +#: ../../mod/setup.php:445 +msgid "Error: openssl PHP module required but not installed." msgstr "" -#: ../../mod/admin.php:457 -msgid "Network timeout" +#: ../../mod/setup.php:449 +msgid "Error: mysqli PHP module required but not installed." msgstr "" -#: ../../mod/admin.php:457 -msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." +#: ../../mod/setup.php:453 +msgid "Error: mb_string PHP module required but not installed." msgstr "" -#: ../../mod/admin.php:458 -msgid "Delivery interval" +#: ../../mod/setup.php:457 +msgid "Error: mcrypt PHP module required but not installed." msgstr "" -#: ../../mod/admin.php:458 +#: ../../mod/setup.php:473 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:459 -msgid "Poll interval" +"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/admin.php:459 +#: ../../mod/setup.php:474 msgid "" -"Delay background polling processes by this many seconds to reduce system " -"load. If 0, use delivery interval." -msgstr "" - -#: ../../mod/admin.php:460 -msgid "Maximum Load Average" +"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/admin.php:460 +#: ../../mod/setup.php:475 msgid "" -"Maximum system load before delivery and poll processes are deferred - " -"default 50." -msgstr "" - -#: ../../mod/admin.php:474 -msgid "Update has been marked successful" -msgstr "" - -#: ../../mod/admin.php:484 -#, php-format -msgid "Executing %s failed. Check system logs." -msgstr "" - -#: ../../mod/admin.php:487 -#, php-format -msgid "Update %s was successfully applied." -msgstr "" - -#: ../../mod/admin.php:491 -#, php-format -msgid "Update %s did not return a status. Unknown if it succeeded." -msgstr "" - -#: ../../mod/admin.php:494 -#, php-format -msgid "Update function %s could not be found." -msgstr "" - -#: ../../mod/admin.php:509 -msgid "No failed updates." -msgstr "" - -#: ../../mod/admin.php:513 -msgid "Failed Updates" +"At the end of this procedure, we will give you a text to save in a file " +"named .htconfig.php in your Red top folder." msgstr "" -#: ../../mod/admin.php:514 +#: ../../mod/setup.php:476 msgid "" -"This does not include updates prior to 1139, which did not return a status." -msgstr "" - -#: ../../mod/admin.php:515 -msgid "Mark success (if update was manually applied)" -msgstr "" - -#: ../../mod/admin.php:516 -msgid "Attempt to execute this update step automatically" -msgstr "" - -#: ../../mod/admin.php:541 -#, php-format -msgid "%s user blocked/unblocked" -msgid_plural "%s users blocked/unblocked" -msgstr[0] "" -msgstr[1] "" - -#: ../../mod/admin.php:548 -#, php-format -msgid "%s user deleted" -msgid_plural "%s users deleted" -msgstr[0] "" -msgstr[1] "" - -#: ../../mod/admin.php:587 -#, php-format -msgid "User '%s' deleted" -msgstr "" - -#: ../../mod/admin.php:595 -#, php-format -msgid "User '%s' unblocked" -msgstr "" - -#: ../../mod/admin.php:595 -#, php-format -msgid "User '%s' blocked" -msgstr "" - -#: ../../mod/admin.php:659 -msgid "select all" -msgstr "" - -#: ../../mod/admin.php:660 -msgid "User registrations waiting for confirm" -msgstr "" - -#: ../../mod/admin.php:661 -msgid "Request date" -msgstr "" - -#: ../../mod/admin.php:661 ../../mod/admin.php:670 -#: ../../include/contact_selectors.php:79 -msgid "Email" -msgstr "" - -#: ../../mod/admin.php:662 -msgid "No registrations." -msgstr "" - -#: ../../mod/admin.php:664 -msgid "Deny" -msgstr "" - -#: ../../mod/admin.php:670 -msgid "Register date" +"You can alternatively skip this procedure and perform a manual installation. " +"Please see the file \"install/INSTALL.txt\" for instructions." msgstr "" -#: ../../mod/admin.php:670 -msgid "Last login" +#: ../../mod/setup.php:479 +msgid ".htconfig.php is writable" msgstr "" -#: ../../mod/admin.php:670 -msgid "Last item" +#: ../../mod/setup.php:489 +msgid "" +"Red uses the Smarty3 template engine to render its web views. Smarty3 " +"compiles templates to PHP to speed up rendering." msgstr "" -#: ../../mod/admin.php:670 -msgid "Account" +#: ../../mod/setup.php:490 +msgid "" +"In order to store these compiled templates, the web server needs to have " +"write access to the directory view/tpl/smarty3/ under the Red top level " +"folder." msgstr "" -#: ../../mod/admin.php:672 +#: ../../mod/setup.php:491 msgid "" -"Selected users will be deleted!\\n\\nEverything these users had posted on " -"this site will be permanently deleted!\\n\\nAre you sure?" +"Please ensure that the user that your web server runs as (e.g. www-data) has " +"write access to this folder." msgstr "" -#: ../../mod/admin.php:673 +#: ../../mod/setup.php:492 msgid "" -"The user {0} will be deleted!\\n\\nEverything this user has posted on this " -"site will be permanently deleted!\\n\\nAre you sure?" +"Note: as a security measure, you should give the web server write access to " +"view/tpl/smarty3/ only--not the template files (.tpl) that it contains." msgstr "" -#: ../../mod/admin.php:714 -#, php-format -msgid "Plugin %s disabled." +#: ../../mod/setup.php:495 +msgid "view/tpl/smarty3 is writable" msgstr "" -#: ../../mod/admin.php:718 -#, php-format -msgid "Plugin %s enabled." +#: ../../mod/setup.php:509 +msgid "SSL certificate validation" msgstr "" -#: ../../mod/admin.php:728 ../../mod/admin.php:926 -msgid "Disable" +#: ../../mod/setup.php:509 +msgid "" +"SSL certificate cannot be validated. Fix certificate or disable https access " +"to this site." msgstr "" -#: ../../mod/admin.php:730 ../../mod/admin.php:928 -msgid "Enable" +#: ../../mod/setup.php:516 +msgid "" +"Url rewrite in .htaccess is not working. Check your server configuration." msgstr "" -#: ../../mod/admin.php:752 ../../mod/admin.php:957 -msgid "Toggle" +#: ../../mod/setup.php:518 +msgid "Url rewrite is working" msgstr "" -#: ../../mod/admin.php:760 ../../mod/admin.php:967 -msgid "Author: " +#: ../../mod/setup.php:528 +msgid "" +"The database configuration file \".htconfig.php\" could not be written. " +"Please use the enclosed text to create a configuration file in your web " +"server root." msgstr "" -#: ../../mod/admin.php:761 ../../mod/admin.php:968 -msgid "Maintainer: " +#: ../../mod/setup.php:552 +msgid "Errors encountered creating database tables." msgstr "" -#: ../../mod/admin.php:890 -msgid "No themes found." +#: ../../mod/setup.php:563 +msgid "<h1>What next</h1>" msgstr "" -#: ../../mod/admin.php:949 -msgid "Screenshot" +#: ../../mod/setup.php:564 +msgid "" +"IMPORTANT: You will need to [manually] setup a scheduled task for the poller." msgstr "" -#: ../../mod/admin.php:997 -msgid "[Experimental]" +#: ../../mod/subthread.php:105 +#, php-format +msgid "%1$s is following %2$s's %3$s" msgstr "" -#: ../../mod/admin.php:998 -msgid "[Unsupported]" +#: ../../mod/update_network.php:23 ../../mod/update_channel.php:43 +#: ../../mod/update_search.php:46 ../../mod/update_display.php:25 +#: ../../mod/update_community.php:18 +msgid "[Embedded content - reload page to view]" msgstr "" -#: ../../mod/admin.php:1025 -msgid "Log settings updated." +#: ../../mod/chanview.php:94 +msgid "toggle full screen mode" msgstr "" -#: ../../mod/admin.php:1081 -msgid "Clear" +#: ../../mod/tagger.php:98 +#, php-format +msgid "%1$s tagged %2$s's %3$s with %4$s" msgstr "" -#: ../../mod/admin.php:1087 -msgid "Debugging" +#: ../../mod/settings.php:49 +msgid "Account settings" msgstr "" -#: ../../mod/admin.php:1088 -msgid "Log file" +#: ../../mod/settings.php:55 +msgid "Channel settings" msgstr "" -#: ../../mod/admin.php:1088 -msgid "" -"Must be writable by web server. Relative to your Friendica top-level " -"directory." +#: ../../mod/settings.php:61 +msgid "Additional features" msgstr "" -#: ../../mod/admin.php:1089 -msgid "Log level" +#: ../../mod/settings.php:67 +msgid "Feature settings" msgstr "" -#: ../../mod/admin.php:1139 -msgid "Close" +#: ../../mod/settings.php:73 +msgid "Display settings" msgstr "" -#: ../../mod/admin.php:1145 -msgid "FTP Host" +#: ../../mod/settings.php:79 +msgid "Connected apps" msgstr "" -#: ../../mod/admin.php:1146 -msgid "FTP Path" +#: ../../mod/settings.php:85 +msgid "Export channel" msgstr "" -#: ../../mod/admin.php:1147 -msgid "FTP User" +#: ../../mod/settings.php:97 +msgid "Automatic Permissions (Advanced)" msgstr "" -#: ../../mod/admin.php:1148 -msgid "FTP Password" +#: ../../mod/settings.php:145 +msgid "Missing some important data!" msgstr "" -#: ../../mod/profile.php:21 ../../boot.php:1029 -msgid "Requested profile is not available." +#: ../../mod/settings.php:148 ../../mod/settings.php:634 +msgid "Update" msgstr "" -#: ../../mod/profile.php:141 ../../mod/display.php:75 -msgid "Access to this profile has been restricted." +#: ../../mod/settings.php:261 +msgid "Passwords do not match. Password unchanged." msgstr "" -#: ../../mod/profile.php:166 -msgid "Tips for New Members" +#: ../../mod/settings.php:265 +msgid "Empty passwords are not allowed. Password unchanged." msgstr "" -#: ../../mod/ping.php:185 -msgid "{0} wants to be your friend" +#: ../../mod/settings.php:278 +msgid "Password changed." msgstr "" -#: ../../mod/ping.php:190 -msgid "{0} sent you a message" +#: ../../mod/settings.php:280 +msgid "Password update failed. Please try again." msgstr "" -#: ../../mod/ping.php:195 -msgid "{0} requested registration" +#: ../../mod/settings.php:294 +msgid "Not valid email." msgstr "" -#: ../../mod/ping.php:201 -#, php-format -msgid "{0} commented %s's post" +#: ../../mod/settings.php:297 +msgid "Protected email address. Cannot change to that email." msgstr "" -#: ../../mod/ping.php:206 -#, php-format -msgid "{0} liked %s's post" +#: ../../mod/settings.php:306 +msgid "System failure storing new email. Please try again." msgstr "" -#: ../../mod/ping.php:211 -#, php-format -msgid "{0} disliked %s's post" +#: ../../mod/settings.php:536 +msgid "Settings updated." msgstr "" -#: ../../mod/ping.php:216 -#, php-format -msgid "{0} is now friends with %s" +#: ../../mod/settings.php:607 ../../mod/settings.php:633 +#: ../../mod/settings.php:669 +msgid "Add application" msgstr "" -#: ../../mod/ping.php:221 -msgid "{0} posted" +#: ../../mod/settings.php:609 ../../mod/settings.php:635 +#: ../../mod/tagrm.php:11 ../../mod/tagrm.php:94 ../../mod/fbrowser.php:81 +#: ../../mod/fbrowser.php:116 +msgid "Cancel" msgstr "" -#: ../../mod/ping.php:226 -#, php-format -msgid "{0} tagged %s's post with #%s" +#: ../../mod/settings.php:610 ../../mod/settings.php:636 +#: ../../mod/admin.php:636 ../../mod/crepair.php:148 +msgid "Name" msgstr "" -#: ../../mod/ping.php:232 -msgid "{0} mentioned you in a post" +#: ../../mod/settings.php:611 ../../mod/settings.php:637 +msgid "Consumer Key" msgstr "" -#: ../../mod/nogroup.php:58 -msgid "Contacts who are not members of a group" +#: ../../mod/settings.php:612 ../../mod/settings.php:638 +msgid "Consumer Secret" msgstr "" -#: ../../mod/openid.php:24 -msgid "OpenID protocol error. No ID returned." +#: ../../mod/settings.php:613 ../../mod/settings.php:639 +msgid "Redirect" msgstr "" -#: ../../mod/openid.php:53 -msgid "" -"Account not found and OpenID registration is not permitted on this site." +#: ../../mod/settings.php:614 ../../mod/settings.php:640 +msgid "Icon url" msgstr "" -#: ../../mod/openid.php:93 ../../include/auth.php:99 -#: ../../include/auth.php:162 -msgid "Login failed." +#: ../../mod/settings.php:625 +msgid "You can't edit this application." msgstr "" -#: ../../mod/follow.php:27 -msgid "Contact added" +#: ../../mod/settings.php:668 +msgid "Connected Apps" msgstr "" -#: ../../mod/common.php:42 -msgid "Common Friends" +#: ../../mod/settings.php:672 +msgid "Client key starts with" msgstr "" -#: ../../mod/common.php:78 -msgid "No contacts in common." +#: ../../mod/settings.php:673 +msgid "No name" msgstr "" -#: ../../mod/share.php:28 ../../include/bb2diaspora.php:226 -msgid "link" +#: ../../mod/settings.php:674 +msgid "Remove authorization" msgstr "" -#: ../../mod/display.php:135 -msgid "Item has been removed." +#: ../../mod/settings.php:685 +msgid "No feature settings configured" msgstr "" -#: ../../mod/apps.php:4 -msgid "Applications" +#: ../../mod/settings.php:693 +msgid "Feature Settings" msgstr "" -#: ../../mod/apps.php:7 -msgid "No installed applications." +#: ../../mod/settings.php:716 +msgid "Account Settings" msgstr "" -#: ../../mod/search.php:83 ../../include/text.php:649 -#: ../../include/text.php:650 ../../include/nav.php:91 -msgid "Search" +#: ../../mod/settings.php:717 +msgid "Password Settings" msgstr "" -#: ../../mod/profiles.php:21 ../../mod/profiles.php:410 -#: ../../mod/profiles.php:524 ../../mod/dfrn_confirm.php:62 -msgid "Profile not found." +#: ../../mod/settings.php:718 +msgid "New Password:" msgstr "" -#: ../../mod/profiles.php:31 -msgid "Profile Name is required." +#: ../../mod/settings.php:719 +msgid "Confirm:" msgstr "" -#: ../../mod/profiles.php:155 -msgid "Marital Status" +#: ../../mod/settings.php:719 +msgid "Leave password fields blank unless changing" msgstr "" -#: ../../mod/profiles.php:159 -msgid "Romantic Partner" +#: ../../mod/settings.php:721 ../../mod/settings.php:1019 +msgid "Email Address:" msgstr "" -#: ../../mod/profiles.php:163 -msgid "Likes" +#: ../../mod/settings.php:722 +msgid "Remove Account" msgstr "" -#: ../../mod/profiles.php:167 -msgid "Dislikes" +#: ../../mod/settings.php:723 +msgid "Warning: This action is permanent and cannot be reversed." msgstr "" -#: ../../mod/profiles.php:171 -msgid "Work/Employment" +#: ../../mod/settings.php:739 +msgid "Off" msgstr "" -#: ../../mod/profiles.php:174 -msgid "Religion" +#: ../../mod/settings.php:739 +msgid "On" msgstr "" -#: ../../mod/profiles.php:178 -msgid "Political Views" +#: ../../mod/settings.php:746 +msgid "Additional Features" msgstr "" -#: ../../mod/profiles.php:182 -msgid "Gender" +#: ../../mod/settings.php:771 +msgid "Connector Settings" msgstr "" -#: ../../mod/profiles.php:186 -msgid "Sexual Preference" +#: ../../mod/settings.php:801 ../../mod/admin.php:361 +msgid "No special theme for mobile devices" msgstr "" -#: ../../mod/profiles.php:190 -msgid "Homepage" +#: ../../mod/settings.php:841 +msgid "Display Settings" msgstr "" -#: ../../mod/profiles.php:194 -msgid "Interests" +#: ../../mod/settings.php:847 +msgid "Display Theme:" msgstr "" -#: ../../mod/profiles.php:198 -msgid "Address" +#: ../../mod/settings.php:848 +msgid "Mobile Theme:" msgstr "" -#: ../../mod/profiles.php:205 ../../addon/dav/layout.fnk.php:310 -msgid "Location" +#: ../../mod/settings.php:849 +msgid "Update browser every xx seconds" msgstr "" -#: ../../mod/profiles.php:288 -msgid "Profile updated." +#: ../../mod/settings.php:849 +msgid "Minimum of 10 seconds, no maximum" msgstr "" -#: ../../mod/profiles.php:355 -msgid " and " +#: ../../mod/settings.php:850 +msgid "Maximum number of conversations to load at any time:" msgstr "" -#: ../../mod/profiles.php:363 -msgid "public profile" +#: ../../mod/settings.php:850 +msgid "Maximum of 100 items" msgstr "" -#: ../../mod/profiles.php:366 -#, php-format -msgid "%1$s changed %2$s to “%3$s”" +#: ../../mod/settings.php:851 +msgid "Don't show emoticons" msgstr "" -#: ../../mod/profiles.php:367 -#, php-format -msgid " - Visit %1$s's %2$s" +#: ../../mod/settings.php:887 +msgid "Nobody except yourself" msgstr "" -#: ../../mod/profiles.php:370 -#, php-format -msgid "%1$s has an updated %2$s, changing %3$s." +#: ../../mod/settings.php:888 +msgid "Only those you specifically allow" msgstr "" -#: ../../mod/profiles.php:429 -msgid "Profile deleted." +#: ../../mod/settings.php:889 +msgid "Anybody in your address book" msgstr "" -#: ../../mod/profiles.php:447 ../../mod/profiles.php:481 -msgid "Profile-" +#: ../../mod/settings.php:890 +msgid "Anybody on this website" msgstr "" -#: ../../mod/profiles.php:466 ../../mod/profiles.php:508 -msgid "New profile created." +#: ../../mod/settings.php:891 +msgid "Anybody in this network" msgstr "" -#: ../../mod/profiles.php:487 -msgid "Profile unavailable to clone." +#: ../../mod/settings.php:892 +msgid "Anybody on the internet" msgstr "" -#: ../../mod/profiles.php:545 -msgid "Hide your contact/friend list from viewers of this profile?" +#: ../../mod/settings.php:965 +msgid "Publish your default profile in the network directory" msgstr "" -#: ../../mod/profiles.php:568 -msgid "Edit Profile Details" +#: ../../mod/settings.php:970 +msgid "Allow us to suggest you as a potential friend to new members?" msgstr "" -#: ../../mod/profiles.php:570 -msgid "View this profile" +#: ../../mod/settings.php:974 ../../mod/profile_photo.php:298 +msgid "or" msgstr "" -#: ../../mod/profiles.php:571 -msgid "Create a new profile using these settings" +#: ../../mod/settings.php:979 +msgid "Your channel address is" msgstr "" -#: ../../mod/profiles.php:572 -msgid "Clone this profile" +#: ../../mod/settings.php:990 +msgid "Automatically expire posts after this many days:" msgstr "" -#: ../../mod/profiles.php:573 -msgid "Delete this profile" +#: ../../mod/settings.php:990 +msgid "If empty, posts will not expire. Expired posts will be deleted" msgstr "" -#: ../../mod/profiles.php:574 -msgid "Profile Name:" +#: ../../mod/settings.php:991 +msgid "Advanced expiration settings" msgstr "" -#: ../../mod/profiles.php:575 -msgid "Your Full Name:" +#: ../../mod/settings.php:992 +msgid "Advanced Expiration" msgstr "" -#: ../../mod/profiles.php:576 -msgid "Title/Description:" +#: ../../mod/settings.php:993 +msgid "Expire posts:" msgstr "" -#: ../../mod/profiles.php:577 -msgid "Your Gender:" +#: ../../mod/settings.php:995 +msgid "Expire starred posts:" msgstr "" -#: ../../mod/profiles.php:578 -#, php-format -msgid "Birthday (%s):" +#: ../../mod/settings.php:996 +msgid "Expire photos:" msgstr "" -#: ../../mod/profiles.php:579 -msgid "Street Address:" +#: ../../mod/settings.php:997 +msgid "Only expire posts by others:" msgstr "" -#: ../../mod/profiles.php:580 -msgid "Locality/City:" +#: ../../mod/settings.php:1008 +msgid "Channel Settings" msgstr "" -#: ../../mod/profiles.php:581 -msgid "Postal/Zip Code:" +#: ../../mod/settings.php:1017 +msgid "Basic Settings" msgstr "" -#: ../../mod/profiles.php:582 -msgid "Country:" +#: ../../mod/settings.php:1020 +msgid "Your Timezone:" msgstr "" -#: ../../mod/profiles.php:583 -msgid "Region/State:" +#: ../../mod/settings.php:1021 +msgid "Default Post Location:" msgstr "" -#: ../../mod/profiles.php:584 -msgid "<span class=\"heart\">♥</span> Marital Status:" +#: ../../mod/settings.php:1022 +msgid "Use Browser Location:" msgstr "" -#: ../../mod/profiles.php:585 -msgid "Who: (if applicable)" +#: ../../mod/settings.php:1025 +msgid "Security and Privacy Settings" msgstr "" -#: ../../mod/profiles.php:586 -msgid "Examples: cathy123, Cathy Williams, cathy@example.com" +#: ../../mod/settings.php:1027 +msgid "Quick Privacy Settings:" msgstr "" -#: ../../mod/profiles.php:587 -msgid "Since [date]:" +#: ../../mod/settings.php:1028 +msgid "Very Public - extremely permissive" msgstr "" -#: ../../mod/profiles.php:588 ../../include/profile_advanced.php:46 -msgid "Sexual Preference:" +#: ../../mod/settings.php:1029 +msgid "Typical - default public, privacy when desired" msgstr "" -#: ../../mod/profiles.php:589 -msgid "Homepage URL:" +#: ../../mod/settings.php:1030 +msgid "Private - default private, rarely open or public" msgstr "" -#: ../../mod/profiles.php:590 ../../include/profile_advanced.php:50 -msgid "Hometown:" +#: ../../mod/settings.php:1031 +msgid "Blocked - default blocked to/from everybody" msgstr "" -#: ../../mod/profiles.php:591 ../../include/profile_advanced.php:54 -msgid "Political Views:" +#: ../../mod/settings.php:1034 +msgid "Maximum Friend Requests/Day:" msgstr "" -#: ../../mod/profiles.php:592 -msgid "Religious Views:" +#: ../../mod/settings.php:1034 +msgid "May reduce spam activity" msgstr "" -#: ../../mod/profiles.php:593 -msgid "Public Keywords:" +#: ../../mod/settings.php:1035 +msgid "Default Post Permissions" msgstr "" -#: ../../mod/profiles.php:594 -msgid "Private Keywords:" +#: ../../mod/settings.php:1036 +msgid "(click to open/close)" msgstr "" -#: ../../mod/profiles.php:595 ../../include/profile_advanced.php:62 -msgid "Likes:" +#: ../../mod/settings.php:1049 +msgid "Maximum private messages per day from unknown people:" msgstr "" -#: ../../mod/profiles.php:596 ../../include/profile_advanced.php:64 -msgid "Dislikes:" +#: ../../mod/settings.php:1049 +msgid "Useful to reduce spamming" msgstr "" -#: ../../mod/profiles.php:597 -msgid "Example: fishing photography software" +#: ../../mod/settings.php:1052 +msgid "Notification Settings" msgstr "" -#: ../../mod/profiles.php:598 -msgid "(Used for suggesting potential friends, can be seen by others)" +#: ../../mod/settings.php:1053 +msgid "By default post a status message when:" msgstr "" -#: ../../mod/profiles.php:599 -msgid "(Used for searching profiles, never shown to others)" +#: ../../mod/settings.php:1054 +msgid "accepting a friend request" msgstr "" -#: ../../mod/profiles.php:600 -msgid "Tell us about yourself..." +#: ../../mod/settings.php:1055 +msgid "joining a forum/community" msgstr "" -#: ../../mod/profiles.php:601 -msgid "Hobbies/Interests" +#: ../../mod/settings.php:1056 +msgid "making an <em>interesting</em> profile change" msgstr "" -#: ../../mod/profiles.php:602 -msgid "Contact information and Social Networks" +#: ../../mod/settings.php:1057 +msgid "Send a notification email when:" msgstr "" -#: ../../mod/profiles.php:603 -msgid "Musical interests" +#: ../../mod/settings.php:1058 +msgid "You receive an introduction" msgstr "" -#: ../../mod/profiles.php:604 -msgid "Books, literature" +#: ../../mod/settings.php:1059 +msgid "Your introductions are confirmed" msgstr "" -#: ../../mod/profiles.php:605 -msgid "Television" +#: ../../mod/settings.php:1060 +msgid "Someone writes on your profile wall" msgstr "" -#: ../../mod/profiles.php:606 -msgid "Film/dance/culture/entertainment" +#: ../../mod/settings.php:1061 +msgid "Someone writes a followup comment" msgstr "" -#: ../../mod/profiles.php:607 -msgid "Love/romance" +#: ../../mod/settings.php:1062 +msgid "You receive a private message" msgstr "" -#: ../../mod/profiles.php:608 -msgid "Work/employment" +#: ../../mod/settings.php:1063 +msgid "You receive a friend suggestion" msgstr "" -#: ../../mod/profiles.php:609 -msgid "School/education" +#: ../../mod/settings.php:1064 +msgid "You are tagged in a post" msgstr "" -#: ../../mod/profiles.php:614 -msgid "" -"This is your <strong>public</strong> profile.<br />It <strong>may</strong> " -"be visible to anybody using the internet." +#: ../../mod/settings.php:1065 +msgid "You are poked/prodded/etc. in a post" msgstr "" -#: ../../mod/profiles.php:624 ../../mod/directory.php:109 -msgid "Age: " +#: ../../mod/settings.php:1068 +msgid "Advanced Account/Page Type Settings" msgstr "" -#: ../../mod/profiles.php:663 -msgid "Edit/Manage Profiles" +#: ../../mod/settings.php:1069 +msgid "Change the behaviour of this account for special situations" msgstr "" -#: ../../mod/profiles.php:664 ../../boot.php:1138 -msgid "Change profile photo" +#: ../../mod/viewconnections.php:28 ../../mod/directory.php:23 +#: ../../mod/photos.php:558 ../../mod/display.php:9 ../../mod/search.php:80 +#: ../../mod/community.php:18 +msgid "Public access denied." msgstr "" -#: ../../mod/profiles.php:665 ../../boot.php:1139 -msgid "Create New Profile" +#: ../../mod/viewconnections.php:57 +msgid "No connections." msgstr "" -#: ../../mod/profiles.php:676 ../../boot.php:1149 -msgid "Profile Image" +#: ../../mod/viewconnections.php:69 ../../mod/nogroup.php:40 +#, php-format +msgid "Visit %s's profile [%s]" msgstr "" -#: ../../mod/profiles.php:678 ../../boot.php:1152 -msgid "visible to everybody" +#: ../../mod/viewconnections.php:84 +msgid "View Connnections" msgstr "" -#: ../../mod/profiles.php:679 ../../boot.php:1153 -msgid "Edit visibility" +#: ../../mod/tagrm.php:41 +msgid "Tag removed" msgstr "" -#: ../../mod/filer.php:29 ../../include/conversation.php:951 -msgid "Save to Folder:" +#: ../../mod/tagrm.php:79 +msgid "Remove Item Tag" msgstr "" -#: ../../mod/filer.php:29 -msgid "- select -" +#: ../../mod/tagrm.php:81 +msgid "Select a tag to remove: " msgstr "" -#: ../../mod/tagger.php:103 ../../include/conversation.php:138 -#, php-format -msgid "%1$s tagged %2$s's %3$s with %4$s" +#: ../../mod/tagrm.php:93 ../../mod/delegate.php:130 +msgid "Remove" msgstr "" #: ../../mod/delegate.php:95 @@ -4310,3538 +3715,2607 @@ msgstr "" msgid "No entries." msgstr "" -#: ../../mod/babel.php:17 -msgid "Source (bbcode) text:" -msgstr "" - -#: ../../mod/babel.php:25 -msgid "Source input: " -msgstr "" - -#: ../../mod/babel.php:29 -msgid "bb2html: " -msgstr "" - -#: ../../mod/babel.php:33 -msgid "bb2html2bb: " -msgstr "" - -#: ../../mod/babel.php:37 -msgid "bb2md: " -msgstr "" - -#: ../../mod/babel.php:41 -msgid "bb2md2html: " -msgstr "" - -#: ../../mod/babel.php:45 -msgid "bb2dia2bb: " -msgstr "" - -#: ../../mod/babel.php:49 -msgid "bb2md2html2bb: " -msgstr "" - -#: ../../mod/suggest.php:38 ../../view/theme/diabook/theme.php:626 -#: ../../include/contact_widgets.php:34 -msgid "Friend Suggestions" -msgstr "" - -#: ../../mod/suggest.php:44 -msgid "" -"No suggestions available. If this is a new site, please try again in 24 " -"hours." -msgstr "" - -#: ../../mod/suggest.php:61 -msgid "Ignore/Hide" -msgstr "" - -#: ../../mod/directory.php:47 ../../view/theme/diabook/theme.php:624 -msgid "Global Directory" -msgstr "" - -#: ../../mod/directory.php:55 -msgid "Find on this site" -msgstr "" - -#: ../../mod/directory.php:58 -msgid "Site Directory" +#: ../../mod/directory.php:125 ../../mod/profiles.php:584 +msgid "Age: " msgstr "" -#: ../../mod/directory.php:112 +#: ../../mod/directory.php:128 msgid "Gender: " msgstr "" -#: ../../mod/directory.php:134 ../../include/profile_advanced.php:17 -#: ../../boot.php:1174 -msgid "Gender:" -msgstr "" - -#: ../../mod/directory.php:136 ../../include/profile_advanced.php:37 -#: ../../boot.php:1177 -msgid "Status:" +#: ../../mod/directory.php:183 +msgid "Finding:" msgstr "" -#: ../../mod/directory.php:138 ../../include/profile_advanced.php:48 -#: ../../boot.php:1179 -msgid "Homepage:" +#: ../../mod/directory.php:191 +msgid "next page" msgstr "" -#: ../../mod/directory.php:140 ../../include/profile_advanced.php:58 -msgid "About:" +#: ../../mod/directory.php:191 +msgid "previous page" msgstr "" -#: ../../mod/directory.php:178 +#: ../../mod/directory.php:198 msgid "No entries (some entries may be hidden)." msgstr "" -#: ../../mod/invite.php:35 -#, php-format -msgid "%s : Not a valid email address." -msgstr "" - -#: ../../mod/invite.php:59 -msgid "Please join us on Friendica" -msgstr "" - -#: ../../mod/invite.php:69 -#, php-format -msgid "%s : Message delivery failed." -msgstr "" - -#: ../../mod/invite.php:73 -#, php-format -msgid "%d message sent." -msgid_plural "%d messages sent." -msgstr[0] "" -msgstr[1] "" - -#: ../../mod/invite.php:92 -msgid "You have no more invitations available" -msgstr "" - -#: ../../mod/invite.php:100 -#, 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:102 -#, php-format -msgid "" -"To accept this invitation, please visit and register at %s or any other " -"public Friendica website." -msgstr "" - -#: ../../mod/invite.php:103 -#, 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:106 -msgid "" -"Our apologies. This system is not currently configured to connect with other " -"public sites or invite members." -msgstr "" - -#: ../../mod/invite.php:111 -msgid "Send invitations" -msgstr "" - -#: ../../mod/invite.php:112 -msgid "Enter email addresses, one per line:" +#: ../../mod/dirfind.php:26 +msgid "People Search" msgstr "" -#: ../../mod/invite.php:114 -msgid "" -"You are cordially invited to join me and other close friends on Friendica - " -"and help us to create a better social web." +#: ../../mod/dirfind.php:60 ../../mod/match.php:65 +msgid "No matches" msgstr "" -#: ../../mod/invite.php:116 -msgid "You will need to supply this invitation code: $invite_code" +#: ../../mod/group.php:26 +msgid "Collection created." msgstr "" -#: ../../mod/invite.php:116 -msgid "" -"Once you have registered, please connect with me via my profile page at:" +#: ../../mod/group.php:32 +msgid "Could not create collection." msgstr "" -#: ../../mod/invite.php:118 -msgid "" -"For more information about the Friendica project and why we feel it is " -"important, please visit http://friendica.com" +#: ../../mod/group.php:60 +msgid "Collection name changed." msgstr "" -#: ../../mod/dfrn_confirm.php:119 -msgid "" -"This may occasionally happen if contact was requested by both persons and it " -"has already been approved." +#: ../../mod/group.php:92 +msgid "Create a collection of channels." msgstr "" -#: ../../mod/dfrn_confirm.php:237 -msgid "Response from remote site was not understood." +#: ../../mod/group.php:93 ../../mod/group.php:189 +msgid "Collection Name: " msgstr "" -#: ../../mod/dfrn_confirm.php:246 -msgid "Unexpected response from remote site: " +#: ../../mod/group.php:95 ../../mod/group.php:192 +msgid "Members are visible to other channels" msgstr "" -#: ../../mod/dfrn_confirm.php:254 -msgid "Confirmation completed successfully." +#: ../../mod/group.php:113 +msgid "Collection removed." msgstr "" -#: ../../mod/dfrn_confirm.php:256 ../../mod/dfrn_confirm.php:270 -#: ../../mod/dfrn_confirm.php:277 -msgid "Remote site reported: " +#: ../../mod/group.php:115 +msgid "Unable to remove collection." msgstr "" -#: ../../mod/dfrn_confirm.php:268 -msgid "Temporary failure. Please wait and try again." +#: ../../mod/group.php:188 +msgid "Collection Editor" msgstr "" -#: ../../mod/dfrn_confirm.php:275 -msgid "Introduction failed or was revoked." +#: ../../mod/group.php:202 +msgid "Members" msgstr "" -#: ../../mod/dfrn_confirm.php:420 -msgid "Unable to set contact photo." +#: ../../mod/group.php:204 +msgid "All Connected Channels" msgstr "" -#: ../../mod/dfrn_confirm.php:477 ../../include/diaspora.php:577 -#: ../../include/conversation.php:101 -#, php-format -msgid "%1$s is now friends with %2$s" +#: ../../mod/group.php:237 +msgid "Click on a channel to add or remove." msgstr "" -#: ../../mod/dfrn_confirm.php:562 -#, php-format -msgid "No user record found for '%s' " +#: ../../mod/photos.php:83 +msgid "Page owner information could not be retrieved." msgstr "" -#: ../../mod/dfrn_confirm.php:572 -msgid "Our site encryption key is apparently messed up." +#: ../../mod/photos.php:103 +msgid "Album not found." msgstr "" -#: ../../mod/dfrn_confirm.php:583 -msgid "Empty site URL was provided or URL could not be decrypted by us." +#: ../../mod/photos.php:125 ../../mod/photos.php:770 +msgid "Delete Album" msgstr "" -#: ../../mod/dfrn_confirm.php:604 -msgid "Contact record was not found for you on our site." +#: ../../mod/photos.php:165 ../../mod/photos.php:1032 +msgid "Delete Photo" msgstr "" -#: ../../mod/dfrn_confirm.php:618 +#: ../../mod/photos.php:494 #, php-format -msgid "Site public key not available in contact record for URL %s." +msgid "%1$s was tagged in %2$s by %3$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." +#: ../../mod/photos.php:494 +msgid "a photo" msgstr "" -#: ../../mod/dfrn_confirm.php:649 -msgid "Unable to set your contact credentials on our system." +#: ../../mod/photos.php:568 +msgid "No photos selected" msgstr "" -#: ../../mod/dfrn_confirm.php:716 -msgid "Unable to update your contact profile details on our system" +#: ../../mod/photos.php:622 +msgid "Access to this item is restricted." msgstr "" -#: ../../mod/dfrn_confirm.php:750 +#: ../../mod/photos.php:686 #, php-format -msgid "Connection accepted at %s" +msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage." msgstr "" -#: ../../mod/dfrn_confirm.php:799 +#: ../../mod/photos.php:689 #, php-format -msgid "%1$s has joined %2$s" -msgstr "" - -#: ../../addon/fromgplus/fromgplus.php:29 -msgid "Google+ Import Settings" +msgid "You have used %1$.2f Mbytes of photo storage." msgstr "" -#: ../../addon/fromgplus/fromgplus.php:32 -msgid "Enable Google+ Import" +#: ../../mod/photos.php:697 +msgid "Upload Photos" msgstr "" -#: ../../addon/fromgplus/fromgplus.php:35 -msgid "Google Account ID" +#: ../../mod/photos.php:701 ../../mod/photos.php:765 +msgid "New album name: " msgstr "" -#: ../../addon/fromgplus/fromgplus.php:55 -msgid "Google+ Import Settings saved." +#: ../../mod/photos.php:702 +msgid "or existing album name: " msgstr "" -#: ../../addon/facebook/facebook.php:523 -msgid "Facebook disabled" +#: ../../mod/photos.php:703 +msgid "Do not show a status post for this upload" msgstr "" -#: ../../addon/facebook/facebook.php:528 -msgid "Updating contacts" +#: ../../mod/photos.php:705 ../../mod/photos.php:1027 +msgid "Permissions" msgstr "" -#: ../../addon/facebook/facebook.php:551 -msgid "Facebook API key is missing." +#: ../../mod/photos.php:754 ../../mod/photos.php:776 ../../mod/photos.php:1223 +#: ../../mod/photos.php:1238 +msgid "Contact Photos" msgstr "" -#: ../../addon/facebook/facebook.php:558 -msgid "Facebook Connect" +#: ../../mod/photos.php:780 +msgid "Edit Album" msgstr "" -#: ../../addon/facebook/facebook.php:564 -msgid "Install Facebook connector for this account." +#: ../../mod/photos.php:786 +msgid "Show Newest First" msgstr "" -#: ../../addon/facebook/facebook.php:571 -msgid "Remove Facebook connector" +#: ../../mod/photos.php:788 +msgid "Show Oldest First" msgstr "" -#: ../../addon/facebook/facebook.php:576 -msgid "" -"Re-authenticate [This is necessary whenever your Facebook password is " -"changed.]" +#: ../../mod/photos.php:832 ../../mod/photos.php:1270 +msgid "View Photo" msgstr "" -#: ../../addon/facebook/facebook.php:583 -msgid "Post to Facebook by default" +#: ../../mod/photos.php:876 +msgid "Permission denied. Access to this item may be restricted." msgstr "" -#: ../../addon/facebook/facebook.php:589 -msgid "" -"Facebook friend linking has been disabled on this site. The following " -"settings will have no effect." +#: ../../mod/photos.php:878 +msgid "Photo not available" msgstr "" -#: ../../addon/facebook/facebook.php:593 -msgid "" -"Facebook friend linking has been disabled on this site. If you disable it, " -"you will be unable to re-enable it." +#: ../../mod/photos.php:936 +msgid "Use as profile photo" msgstr "" -#: ../../addon/facebook/facebook.php:596 -msgid "Link all your Facebook friends and conversations on this website" +#: ../../mod/photos.php:964 +msgid "View Full Size" msgstr "" -#: ../../addon/facebook/facebook.php:598 -msgid "" -"Facebook conversations consist of your <em>profile wall</em> and your friend " -"<em>stream</em>." +#: ../../mod/photos.php:1015 +msgid "Edit photo" msgstr "" -#: ../../addon/facebook/facebook.php:599 -msgid "On this website, your Facebook friend stream is only visible to you." +#: ../../mod/photos.php:1017 +msgid "Rotate CW (right)" msgstr "" -#: ../../addon/facebook/facebook.php:600 -msgid "" -"The following settings determine the privacy of your Facebook profile wall " -"on this website." +#: ../../mod/photos.php:1018 +msgid "Rotate CCW (left)" msgstr "" -#: ../../addon/facebook/facebook.php:604 -msgid "" -"On this website your Facebook profile wall conversations will only be " -"visible to you" +#: ../../mod/photos.php:1020 +msgid "New album name" msgstr "" -#: ../../addon/facebook/facebook.php:609 -msgid "Do not import your Facebook profile wall conversations" +#: ../../mod/photos.php:1023 +msgid "Caption" msgstr "" -#: ../../addon/facebook/facebook.php:611 -msgid "" -"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." +#: ../../mod/photos.php:1025 +msgid "Add a Tag" msgstr "" -#: ../../addon/facebook/facebook.php:616 -msgid "Comma separated applications to ignore" +#: ../../mod/photos.php:1029 +msgid "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" msgstr "" -#: ../../addon/facebook/facebook.php:700 -msgid "Problems with Facebook Real-Time Updates" +#: ../../mod/photos.php:1276 +msgid "View Album" msgstr "" -#: ../../addon/facebook/facebook.php:729 -msgid "Facebook Connector Settings" +#: ../../mod/photos.php:1285 +msgid "Recent Photos" msgstr "" -#: ../../addon/facebook/facebook.php:744 -msgid "Facebook API Key" +#: ../../mod/ping.php:160 +msgid "sent you a private message" msgstr "" -#: ../../addon/facebook/facebook.php:754 -msgid "" -"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.<br><br>" +#: ../../mod/ping.php:218 +msgid "added your channel" msgstr "" -#: ../../addon/facebook/facebook.php:759 -msgid "" -"Error: the given API Key seems to be incorrect (the application access token " -"could not be retrieved)." +#: ../../mod/ping.php:230 ../../boot.php:1727 ../../boot.php:1807 +msgid "g A l F d" msgstr "" -#: ../../addon/facebook/facebook.php:761 -msgid "The given API Key seems to work correctly." +#: ../../mod/ping.php:252 ../../boot.php:1773 ../../boot.php:1848 +msgid "[today]" msgstr "" -#: ../../addon/facebook/facebook.php:763 -msgid "" -"The correctness of the API Key could not be detected. Something strange's " -"going on." +#: ../../mod/ping.php:262 +msgid "posted an event" msgstr "" -#: ../../addon/facebook/facebook.php:766 -msgid "App-ID / API-Key" +#: ../../mod/xchan.php:25 +msgid "Not found." msgstr "" -#: ../../addon/facebook/facebook.php:767 -msgid "Application secret" +#: ../../mod/filer.php:35 +msgid "- select -" msgstr "" -#: ../../addon/facebook/facebook.php:768 +#: ../../mod/home.php:76 #, php-format -msgid "Polling Interval in minutes (minimum %1$s minutes)" -msgstr "" - -#: ../../addon/facebook/facebook.php:769 -msgid "" -"Synchronize comments (no comments on Facebook are missed, at the cost of " -"increased system load)" -msgstr "" - -#: ../../addon/facebook/facebook.php:773 -msgid "Real-Time Updates" -msgstr "" - -#: ../../addon/facebook/facebook.php:777 -msgid "Real-Time Updates are activated." -msgstr "" - -#: ../../addon/facebook/facebook.php:778 -msgid "Deactivate Real-Time Updates" -msgstr "" - -#: ../../addon/facebook/facebook.php:780 -msgid "Real-Time Updates not activated." -msgstr "" - -#: ../../addon/facebook/facebook.php:780 -msgid "Activate Real-Time Updates" -msgstr "" - -#: ../../addon/facebook/facebook.php:799 ../../addon/dav/layout.fnk.php:360 -msgid "The new values have been saved." -msgstr "" - -#: ../../addon/facebook/facebook.php:823 -msgid "Post to Facebook" -msgstr "" - -#: ../../addon/facebook/facebook.php:921 -msgid "" -"Post to Facebook cancelled because of multi-network access permission " -"conflict." -msgstr "" - -#: ../../addon/facebook/facebook.php:1141 -msgid "View on Friendica" -msgstr "" - -#: ../../addon/facebook/facebook.php:1174 -msgid "Facebook post failed. Queued for retry." +msgid "Welcome to %s" msgstr "" -#: ../../addon/facebook/facebook.php:1214 -msgid "Your Facebook connection became invalid. Please Re-authenticate." +#: ../../mod/message.php:16 +msgid "Check Mail" msgstr "" -#: ../../addon/facebook/facebook.php:1215 -msgid "Facebook connection became invalid" +#: ../../mod/message.php:52 +msgid "Unable to lookup recipient." msgstr "" -#: ../../addon/facebook/facebook.php:1216 -#, php-format -msgid "" -"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." +#: ../../mod/message.php:60 +msgid "Unable to communicate with requested channel." msgstr "" -#: ../../addon/snautofollow/snautofollow.php:32 -msgid "StatusNet AutoFollow settings updated." +#: ../../mod/message.php:67 +msgid "Cannot verify requested channel." msgstr "" -#: ../../addon/snautofollow/snautofollow.php:56 -msgid "StatusNet AutoFollow Settings" +#: ../../mod/message.php:93 +msgid "Selected channel has private message restrictions. Send failed." msgstr "" -#: ../../addon/snautofollow/snautofollow.php:58 -msgid "Automatically follow any StatusNet followers/mentioners" -msgstr "" - -#: ../../addon/privacy_image_cache/privacy_image_cache.php:184 -msgid "Lifetime of the cache (in hours)" +#: ../../mod/message.php:213 ../../mod/notifications.php:101 +msgid "Messages" msgstr "" -#: ../../addon/privacy_image_cache/privacy_image_cache.php:189 -msgid "Cache Statistics" +#: ../../mod/message.php:224 +msgid "Message deleted." msgstr "" -#: ../../addon/privacy_image_cache/privacy_image_cache.php:192 -msgid "Number of items" +#: ../../mod/message.php:231 +msgid "Conversation removed." msgstr "" -#: ../../addon/privacy_image_cache/privacy_image_cache.php:194 -msgid "Size of the cache" +#: ../../mod/message.php:282 +msgid "Send Private Message" msgstr "" -#: ../../addon/privacy_image_cache/privacy_image_cache.php:196 -msgid "Delete the whole cache" +#: ../../mod/message.php:283 ../../mod/message.php:418 +msgid "To:" msgstr "" -#: ../../addon/widgets/widget_like.php:58 -#, php-format -msgid "%d person likes this" -msgid_plural "%d people like this" -msgstr[0] "" -msgstr[1] "" - -#: ../../addon/widgets/widget_like.php:61 -#, php-format -msgid "%d person doesn't like this" -msgid_plural "%d people don't like this" -msgstr[0] "" -msgstr[1] "" - -#: ../../addon/widgets/widget_friendheader.php:40 -msgid "Get added to this list!" +#: ../../mod/message.php:288 ../../mod/message.php:420 +msgid "Subject:" msgstr "" -#: ../../addon/widgets/widgets.php:56 -msgid "Generate new key" +#: ../../mod/message.php:316 +msgid "No messages." msgstr "" -#: ../../addon/widgets/widgets.php:59 -msgid "Widgets key" +#: ../../mod/message.php:332 ../../mod/message.php:389 +msgid "Delete message" msgstr "" -#: ../../addon/widgets/widgets.php:61 -msgid "Widgets available" +#: ../../mod/message.php:334 +msgid "D, d M Y - g:i A" msgstr "" -#: ../../addon/widgets/widget_friends.php:40 -msgid "Connect on Friendica!" +#: ../../mod/message.php:353 +msgid "Message not found." msgstr "" -#: ../../addon/yourls/yourls.php:55 -msgid "YourLS Settings" +#: ../../mod/message.php:411 +msgid "Delete conversation" msgstr "" -#: ../../addon/yourls/yourls.php:57 -msgid "URL: http://" +#: ../../mod/message.php:413 +msgid "" +"No secure communications available. You <strong>may</strong> be able to " +"respond from the sender's profile page." msgstr "" -#: ../../addon/yourls/yourls.php:62 -msgid "Username:" +#: ../../mod/message.php:417 +msgid "Send Reply" msgstr "" -#: ../../addon/yourls/yourls.php:67 -msgid "Password:" +#: ../../mod/hcard.php:10 +msgid "No profile" msgstr "" -#: ../../addon/yourls/yourls.php:72 -msgid "Use SSL " +#: ../../mod/help.php:30 +msgid "Help:" msgstr "" -#: ../../addon/yourls/yourls.php:92 -msgid "yourls Settings saved." +#: ../../mod/help.php:38 ../../index.php:226 +msgid "Not Found" msgstr "" -#: ../../addon/ljpost/ljpost.php:39 -msgid "Post to LiveJournal" +#: ../../mod/help.php:41 ../../index.php:229 +msgid "Page not found." msgstr "" -#: ../../addon/ljpost/ljpost.php:70 -msgid "LiveJournal Post Settings" +#: ../../mod/rmagic.php:56 +msgid "Remote Authentication" msgstr "" -#: ../../addon/ljpost/ljpost.php:72 -msgid "Enable LiveJournal Post Plugin" +#: ../../mod/rmagic.php:57 +msgid "Enter your channel address (e.g. channel@example.com)" msgstr "" -#: ../../addon/ljpost/ljpost.php:77 -msgid "LiveJournal username" +#: ../../mod/rmagic.php:58 +msgid "Authenticate" msgstr "" -#: ../../addon/ljpost/ljpost.php:82 -msgid "LiveJournal password" +#: ../../mod/item.php:121 +msgid "Unable to locate original post." msgstr "" -#: ../../addon/ljpost/ljpost.php:87 -msgid "Post to LiveJournal by default" +#: ../../mod/item.php:289 +msgid "Empty post discarded." msgstr "" -#: ../../addon/nsfw/nsfw.php:47 -msgid "Not Safe For Work (General Purpose Content Filter) settings" +#: ../../mod/item.php:751 +msgid "System error. Post not saved." msgstr "" -#: ../../addon/nsfw/nsfw.php:49 -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." +#: ../../mod/item.php:1028 ../../mod/wall_upload.php:41 +msgid "Wall Photos" msgstr "" -#: ../../addon/nsfw/nsfw.php:50 -msgid "Enable Content filter" +#: ../../mod/network.php:158 ../../mod/search.php:20 +msgid "Remove term" msgstr "" -#: ../../addon/nsfw/nsfw.php:53 -msgid "Comma separated list of keywords to hide" +#: ../../mod/network.php:296 +msgid "Commented Order" msgstr "" -#: ../../addon/nsfw/nsfw.php:58 -msgid "Use /expression/ to provide regular expressions" +#: ../../mod/network.php:299 +msgid "Sort by Comment Date" msgstr "" -#: ../../addon/nsfw/nsfw.php:74 -msgid "NSFW Settings saved." +#: ../../mod/network.php:302 +msgid "Posted Order" msgstr "" -#: ../../addon/nsfw/nsfw.php:121 -#, php-format -msgid "%s - Click to open/close" +#: ../../mod/network.php:305 +msgid "Sort by Post Date" msgstr "" -#: ../../addon/page/page.php:61 ../../addon/page/page.php:91 -msgid "Forums" +#: ../../mod/network.php:309 ../../mod/notifications.php:86 +msgid "Personal" msgstr "" -#: ../../addon/page/page.php:129 -msgid "Forums:" +#: ../../mod/network.php:312 +msgid "Posts that mention or involve you" msgstr "" -#: ../../addon/page/page.php:165 -msgid "Page settings updated." +#: ../../mod/network.php:315 ../../mod/connections.php:511 +msgid "New" msgstr "" -#: ../../addon/page/page.php:194 -msgid "Page Settings" +#: ../../mod/network.php:318 +msgid "Activity Stream - by date" msgstr "" -#: ../../addon/page/page.php:196 -msgid "How many forums to display on sidebar without paging" +#: ../../mod/network.php:325 +msgid "Starred" msgstr "" -#: ../../addon/page/page.php:199 -msgid "Randomise Page/Forum list" +#: ../../mod/network.php:328 +msgid "Favourite Posts" msgstr "" -#: ../../addon/page/page.php:202 -msgid "Show pages/forums on profile page" +#: ../../mod/network.php:335 +msgid "Spam" msgstr "" -#: ../../addon/planets/planets.php:150 -msgid "Planets Settings" +#: ../../mod/network.php:338 +msgid "Posts flagged as SPAM" msgstr "" -#: ../../addon/planets/planets.php:152 -msgid "Enable Planets Plugin" +#: ../../mod/network.php:378 +msgid "Refresh" msgstr "" -#: ../../addon/communityhome/communityhome.php:28 -#: ../../addon/communityhome/communityhome.php:34 -#: ../../addon/communityhome/twillingham/communityhome.php:28 -#: ../../addon/communityhome/twillingham/communityhome.php:34 -#: ../../include/nav.php:64 ../../boot.php:885 -msgid "Login" +#: ../../mod/network.php:379 ../../mod/connections.php:364 +msgid "Me" msgstr "" -#: ../../addon/communityhome/communityhome.php:29 -#: ../../addon/communityhome/twillingham/communityhome.php:29 -msgid "OpenID" +#: ../../mod/network.php:380 ../../mod/connections.php:366 +msgid "Best Friends" msgstr "" -#: ../../addon/communityhome/communityhome.php:38 -#: ../../addon/communityhome/twillingham/communityhome.php:38 -msgid "Latest users" +#: ../../mod/network.php:382 +msgid "Co-workers" msgstr "" -#: ../../addon/communityhome/communityhome.php:81 -#: ../../addon/communityhome/twillingham/communityhome.php:81 -msgid "Most active users" +#: ../../mod/network.php:383 ../../mod/connections.php:368 +msgid "Former Friends" msgstr "" -#: ../../addon/communityhome/communityhome.php:98 -msgid "Latest photos" +#: ../../mod/network.php:384 ../../mod/connections.php:369 +msgid "Acquaintances" msgstr "" -#: ../../addon/communityhome/communityhome.php:133 -msgid "Latest likes" +#: ../../mod/network.php:385 +msgid "Everybody" msgstr "" -#: ../../addon/communityhome/communityhome.php:155 -#: ../../view/theme/diabook/theme.php:562 ../../include/text.php:1319 -#: ../../include/conversation.php:45 ../../include/conversation.php:118 -msgid "event" +#: ../../mod/network.php:402 +msgid "Search Results For:" msgstr "" -#: ../../addon/dav/common/wdcal_configuration.php:126 -msgid "U.S. Time Format (mm/dd/YYYY)" +#: ../../mod/network.php:447 +msgid "No such group" msgstr "" -#: ../../addon/dav/common/wdcal_configuration.php:205 -msgid "German Time Format (dd.mm.YYYY)" +#: ../../mod/network.php:458 +msgid "Group is empty" msgstr "" -#: ../../addon/dav/common/calendar.fnk.php:517 -#: ../../addon/dav/common/calendar.fnk.php:533 -#: ../../addon/dav/layout.fnk.php:200 -msgid "Error" +#: ../../mod/network.php:473 +msgid "Contact: " msgstr "" -#: ../../addon/dav/common/calendar.fnk.php:568 -#: ../../addon/dav/common/calendar.fnk.php:637 -#: ../../addon/dav/common/calendar.fnk.php:664 -#: ../../addon/dav/layout.fnk.php:231 -msgid "No access" +#: ../../mod/network.php:476 +msgid "Invalid contact." msgstr "" -#: ../../addon/dav/layout.fnk.php:119 -msgid "New event" +#: ../../mod/admin.php:48 +msgid "Theme settings updated." msgstr "" -#: ../../addon/dav/layout.fnk.php:123 -msgid "Today" +#: ../../mod/admin.php:83 ../../mod/admin.php:408 +msgid "Site" msgstr "" -#: ../../addon/dav/layout.fnk.php:132 -msgid "Day" +#: ../../mod/admin.php:84 ../../mod/admin.php:632 ../../mod/admin.php:644 +msgid "Users" msgstr "" -#: ../../addon/dav/layout.fnk.php:139 -msgid "Week" +#: ../../mod/admin.php:85 ../../mod/admin.php:726 ../../mod/admin.php:768 +msgid "Plugins" msgstr "" -#: ../../addon/dav/layout.fnk.php:146 -msgid "Month" +#: ../../mod/admin.php:86 ../../mod/admin.php:931 ../../mod/admin.php:967 +msgid "Themes" msgstr "" -#: ../../addon/dav/layout.fnk.php:151 -msgid "Reload" +#: ../../mod/admin.php:87 +msgid "DB updates" msgstr "" -#: ../../addon/dav/layout.fnk.php:162 -msgid "Date" +#: ../../mod/admin.php:101 ../../mod/admin.php:108 ../../mod/admin.php:1054 +msgid "Logs" msgstr "" -#: ../../addon/dav/layout.fnk.php:224 -msgid "Not found" +#: ../../mod/admin.php:107 +msgid "Plugin Features" msgstr "" -#: ../../addon/dav/layout.fnk.php:292 ../../addon/dav/layout.fnk.php:365 -msgid "Go back to the calendar" +#: ../../mod/admin.php:109 +msgid "User registrations waiting for confirmation" msgstr "" -#: ../../addon/dav/layout.fnk.php:300 -msgid "Starts" +#: ../../mod/admin.php:180 +msgid "Message queues" msgstr "" -#: ../../addon/dav/layout.fnk.php:305 -msgid "Ends" +#: ../../mod/admin.php:185 ../../mod/admin.php:407 ../../mod/admin.php:631 +#: ../../mod/admin.php:725 ../../mod/admin.php:767 ../../mod/admin.php:930 +#: ../../mod/admin.php:966 ../../mod/admin.php:1053 +msgid "Administration" msgstr "" -#: ../../addon/dav/layout.fnk.php:312 -msgid "Description" +#: ../../mod/admin.php:186 +msgid "Summary" msgstr "" -#: ../../addon/dav/layout.fnk.php:315 -msgid "Notification" +#: ../../mod/admin.php:188 +msgid "Registered users" msgstr "" -#: ../../addon/dav/layout.fnk.php:324 -msgid "Minutes" +#: ../../mod/admin.php:190 +msgid "Pending registrations" msgstr "" -#: ../../addon/dav/layout.fnk.php:327 -msgid "Hours" +#: ../../mod/admin.php:191 +msgid "Version" msgstr "" -#: ../../addon/dav/layout.fnk.php:330 -msgid "Days" +#: ../../mod/admin.php:193 +msgid "Active plugins" msgstr "" -#: ../../addon/dav/layout.fnk.php:331 -msgid "before" +#: ../../mod/admin.php:332 +msgid "Site settings updated." msgstr "" -#: ../../addon/dav/layout.fnk.php:367 -msgid "Calendar Settings" +#: ../../mod/admin.php:363 +msgid "No special theme for accessibility" msgstr "" -#: ../../addon/dav/layout.fnk.php:373 -msgid "Date format" +#: ../../mod/admin.php:388 +msgid "Closed" msgstr "" -#: ../../addon/dav/layout.fnk.php:382 -msgid "Time zone" +#: ../../mod/admin.php:389 +msgid "Requires approval" msgstr "" -#: ../../addon/dav/layout.fnk.php:387 -msgid "Limitations" +#: ../../mod/admin.php:390 +msgid "Open" msgstr "" -#: ../../addon/dav/layout.fnk.php:391 -msgid "Warning" +#: ../../mod/admin.php:395 +msgid "Private" msgstr "" -#: ../../addon/dav/layout.fnk.php:395 -msgid "Synchronization (iPhone, Thunderbird Lightning, Android, ...)" +#: ../../mod/admin.php:396 +msgid "Paid Access" msgstr "" -#: ../../addon/dav/layout.fnk.php:402 -msgid "Synchronizing this calendar with the iPhone" +#: ../../mod/admin.php:397 +msgid "Free Access" msgstr "" -#: ../../addon/dav/layout.fnk.php:413 -msgid "Synchronizing your Friendica-Contacts with the iPhone" +#: ../../mod/admin.php:401 +msgid "No SSL policy, links will track page SSL state" msgstr "" -#: ../../addon/dav/dav_carddav_backend_friendica_community.inc.php:37 -msgid "Friendica-Contacts" +#: ../../mod/admin.php:402 +msgid "Force all links to use SSL" msgstr "" -#: ../../addon/dav/dav_carddav_backend_friendica_community.inc.php:38 -msgid "Your Friendica-Contacts" +#: ../../mod/admin.php:410 ../../mod/register.php:166 +msgid "Registration" msgstr "" -#: ../../addon/dav/main.php:244 -msgid "Calendar" +#: ../../mod/admin.php:411 +msgid "File upload" msgstr "" -#: ../../addon/dav/main.php:247 -msgid "Extended calendar with CalDAV-support" +#: ../../mod/admin.php:412 +msgid "Policies" msgstr "" -#: ../../addon/dav/main.php:263 -msgid "The database tables have been installed." +#: ../../mod/admin.php:413 +msgid "Advanced" msgstr "" -#: ../../addon/dav/main.php:264 -msgid "An error occurred during the installation." +#: ../../mod/admin.php:417 +msgid "Site name" msgstr "" -#: ../../addon/dav/main.php:280 -msgid "No system-wide settings yet." +#: ../../mod/admin.php:418 +msgid "Banner/Logo" msgstr "" -#: ../../addon/dav/main.php:283 -msgid "Database status" +#: ../../mod/admin.php:419 +msgid "System language" msgstr "" -#: ../../addon/dav/main.php:286 -msgid "Installed" +#: ../../mod/admin.php:420 +msgid "System theme" msgstr "" -#: ../../addon/dav/main.php:289 -msgid "Upgrade needed" +#: ../../mod/admin.php:420 +msgid "" +"Default system theme - may be over-ridden by user profiles - <a href='#' " +"id='cnftheme'>change theme settings</a>" msgstr "" -#: ../../addon/dav/main.php:289 -msgid "Upgrade" +#: ../../mod/admin.php:421 +msgid "Mobile system theme" msgstr "" -#: ../../addon/dav/main.php:292 -msgid "Not installed" +#: ../../mod/admin.php:421 +msgid "Theme for mobile devices" msgstr "" -#: ../../addon/dav/main.php:292 -msgid "Install" +#: ../../mod/admin.php:422 +msgid "Accessibility system theme" msgstr "" -#: ../../addon/dav/main.php:297 -msgid "Troubleshooting" +#: ../../mod/admin.php:422 +msgid "Accessibility theme" msgstr "" -#: ../../addon/dav/main.php:298 -msgid "Manual creation of the database tables:" +#: ../../mod/admin.php:423 +msgid "Channel to use for this website's static pages" msgstr "" -#: ../../addon/dav/main.php:299 -msgid "Show SQL-statements" +#: ../../mod/admin.php:423 +msgid "Site Channel" msgstr "" -#: ../../addon/dav/calendar.friendica.fnk.php:151 -msgid "Private Calendar" +#: ../../mod/admin.php:424 +msgid "SSL link policy" msgstr "" -#: ../../addon/dav/calendar.friendica.fnk.php:158 -msgid "Friendica Events: Mine" +#: ../../mod/admin.php:424 +msgid "Determines whether generated links should be forced to use SSL" msgstr "" -#: ../../addon/dav/calendar.friendica.fnk.php:161 -msgid "Friendica Events: Contacts" +#: ../../mod/admin.php:425 +msgid "Maximum image size" msgstr "" -#: ../../addon/uhremotestorage/uhremotestorage.php:84 -#, php-format +#: ../../mod/admin.php:425 msgid "" -"Allow to use your friendica id (%s) to connecto to external unhosted-enabled " -"storage (like ownCloud). See <a href=\"http://www.w3.org/community/unhosted/" -"wiki/RemoteStorage#WebFinger\">RemoteStorage WebFinger</a>" -msgstr "" - -#: ../../addon/uhremotestorage/uhremotestorage.php:85 -msgid "Template URL (with {category})" -msgstr "" - -#: ../../addon/uhremotestorage/uhremotestorage.php:86 -msgid "OAuth end-point" -msgstr "" - -#: ../../addon/uhremotestorage/uhremotestorage.php:87 -msgid "Api" +"Maximum size in bytes of uploaded images. Default is 0, which means no " +"limits." msgstr "" -#: ../../addon/membersince/membersince.php:18 -msgid "Member since:" +#: ../../mod/admin.php:426 +msgid "Register policy" msgstr "" -#: ../../addon/tictac/tictac.php:20 -msgid "Three Dimensional Tic-Tac-Toe" +#: ../../mod/admin.php:427 +msgid "Access policy" msgstr "" -#: ../../addon/tictac/tictac.php:53 -msgid "3D Tic-Tac-Toe" +#: ../../mod/admin.php:428 +msgid "Register text" msgstr "" -#: ../../addon/tictac/tictac.php:58 -msgid "New game" +#: ../../mod/admin.php:428 +msgid "Will be displayed prominently on the registration page." msgstr "" -#: ../../addon/tictac/tictac.php:59 -msgid "New game with handicap" +#: ../../mod/admin.php:429 +msgid "Accounts abandoned after x days" msgstr "" -#: ../../addon/tictac/tictac.php:60 +#: ../../mod/admin.php:429 msgid "" -"Three dimensional tic-tac-toe is just like the traditional game except that " -"it is played on multiple levels simultaneously. " +"Will not waste system resources polling external sites for abandonded " +"accounts. Enter 0 for no time limit." msgstr "" -#: ../../addon/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." +#: ../../mod/admin.php:430 +msgid "Allowed friend domains" msgstr "" -#: ../../addon/tictac/tictac.php:63 +#: ../../mod/admin.php:430 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/tictac/tictac.php:182 -msgid "You go first..." -msgstr "" - -#: ../../addon/tictac/tictac.php:187 -msgid "I'm going first this time..." -msgstr "" - -#: ../../addon/tictac/tictac.php:193 -msgid "You won!" -msgstr "" - -#: ../../addon/tictac/tictac.php:199 ../../addon/tictac/tictac.php:224 -msgid "\"Cat\" game!" -msgstr "" - -#: ../../addon/tictac/tictac.php:222 -msgid "I won!" -msgstr "" - -#: ../../addon/randplace/randplace.php:169 -msgid "Randplace Settings" -msgstr "" - -#: ../../addon/randplace/randplace.php:171 -msgid "Enable Randplace Plugin" -msgstr "" - -#: ../../addon/dwpost/dwpost.php:39 -msgid "Post to Dreamwidth" -msgstr "" - -#: ../../addon/dwpost/dwpost.php:70 -msgid "Dreamwidth Post Settings" -msgstr "" - -#: ../../addon/dwpost/dwpost.php:72 -msgid "Enable dreamwidth Post Plugin" -msgstr "" - -#: ../../addon/dwpost/dwpost.php:77 -msgid "dreamwidth username" -msgstr "" - -#: ../../addon/dwpost/dwpost.php:82 -msgid "dreamwidth password" -msgstr "" - -#: ../../addon/dwpost/dwpost.php:87 -msgid "Post to dreamwidth by default" -msgstr "" - -#: ../../addon/drpost/drpost.php:35 -msgid "Post to Drupal" -msgstr "" - -#: ../../addon/drpost/drpost.php:72 -msgid "Drupal Post Settings" -msgstr "" - -#: ../../addon/drpost/drpost.php:74 -msgid "Enable Drupal Post Plugin" -msgstr "" - -#: ../../addon/drpost/drpost.php:79 -msgid "Drupal username" -msgstr "" - -#: ../../addon/drpost/drpost.php:84 -msgid "Drupal password" -msgstr "" - -#: ../../addon/drpost/drpost.php:89 -msgid "Post Type - article,page,or blog" -msgstr "" - -#: ../../addon/drpost/drpost.php:94 -msgid "Drupal site URL" -msgstr "" - -#: ../../addon/drpost/drpost.php:99 -msgid "Drupal site uses clean URLS" -msgstr "" - -#: ../../addon/drpost/drpost.php:104 -msgid "Post to Drupal by default" -msgstr "" - -#: ../../addon/drpost/drpost.php:184 ../../addon/wppost/wppost.php:201 -#: ../../addon/blogger/blogger.php:172 ../../addon/posterous/posterous.php:189 -msgid "Post from Friendica" -msgstr "" - -#: ../../addon/startpage/startpage.php:83 -msgid "Startpage Settings" -msgstr "" - -#: ../../addon/startpage/startpage.php:85 -msgid "Home page to load after login - leave blank for profile wall" -msgstr "" - -#: ../../addon/startpage/startpage.php:88 -msgid "Examples: "network" or "notifications/system"" -msgstr "" - -#: ../../addon/geonames/geonames.php:143 -msgid "Geonames settings updated." -msgstr "" - -#: ../../addon/geonames/geonames.php:179 -msgid "Geonames Settings" -msgstr "" - -#: ../../addon/geonames/geonames.php:181 -msgid "Enable Geonames Plugin" -msgstr "" - -#: ../../addon/public_server/public_server.php:126 -#: ../../addon/testdrive/testdrive.php:94 -#, php-format -msgid "Your account on %s will expire in a few days." +"Comma separated list of domains which are allowed to establish friendships " +"with this site. Wildcards are accepted. Empty to allow any domains" msgstr "" -#: ../../addon/public_server/public_server.php:127 -msgid "Your Friendica account is about to expire." +#: ../../mod/admin.php:431 +msgid "Allowed email domains" msgstr "" -#: ../../addon/public_server/public_server.php:128 -#, php-format +#: ../../mod/admin.php:431 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/js_upload/js_upload.php:43 -msgid "Upload a file" -msgstr "" - -#: ../../addon/js_upload/js_upload.php:44 -msgid "Drop files here to upload" -msgstr "" - -#: ../../addon/js_upload/js_upload.php:46 -msgid "Failed" -msgstr "" - -#: ../../addon/js_upload/js_upload.php:297 -msgid "No files were uploaded." -msgstr "" - -#: ../../addon/js_upload/js_upload.php:303 -msgid "Uploaded file is empty" +"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 "" -#: ../../addon/js_upload/js_upload.php:326 -msgid "File has an invalid extension, it should be one of " +#: ../../mod/admin.php:432 +msgid "Block public" msgstr "" -#: ../../addon/js_upload/js_upload.php:337 -msgid "Upload was cancelled, or server error encountered" +#: ../../mod/admin.php:432 +msgid "" +"Check to block public access to all otherwise public personal pages on this " +"site unless you are currently logged in." msgstr "" -#: ../../addon/oembed.old/oembed.php:30 -msgid "OEmbed settings updated" +#: ../../mod/admin.php:433 +msgid "Force publish" msgstr "" -#: ../../addon/oembed.old/oembed.php:43 -msgid "Use OEmbed for YouTube videos" +#: ../../mod/admin.php:433 +msgid "" +"Check to force all profiles on this site to be listed in the site directory." msgstr "" -#: ../../addon/oembed.old/oembed.php:71 -msgid "URL to embed:" +#: ../../mod/admin.php:435 +msgid "Proxy user" msgstr "" -#: ../../addon/impressum/impressum.php:36 -msgid "Impressum" +#: ../../mod/admin.php:436 +msgid "Proxy URL" msgstr "" -#: ../../addon/impressum/impressum.php:49 -#: ../../addon/impressum/impressum.php:51 -#: ../../addon/impressum/impressum.php:83 -msgid "Site Owner" +#: ../../mod/admin.php:437 +msgid "Network timeout" msgstr "" -#: ../../addon/impressum/impressum.php:49 -#: ../../addon/impressum/impressum.php:87 -msgid "Email Address" +#: ../../mod/admin.php:437 +msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." msgstr "" -#: ../../addon/impressum/impressum.php:54 -#: ../../addon/impressum/impressum.php:85 -msgid "Postal Address" +#: ../../mod/admin.php:438 +msgid "Delivery interval" msgstr "" -#: ../../addon/impressum/impressum.php:60 +#: ../../mod/admin.php:438 msgid "" -"The impressum addon needs to be configured!<br />Please add at least the " -"<tt>owner</tt> variable to your config file. For other variables please " -"refer to the README file of the addon." -msgstr "" - -#: ../../addon/impressum/impressum.php:83 -msgid "The page operators name." -msgstr "" - -#: ../../addon/impressum/impressum.php:84 -msgid "Site Owners Profile" +"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 "" -#: ../../addon/impressum/impressum.php:84 -msgid "Profile address of the operator." +#: ../../mod/admin.php:439 +msgid "Poll interval" msgstr "" -#: ../../addon/impressum/impressum.php:85 -msgid "How to contact the operator via snail mail. You can use BBCode here." +#: ../../mod/admin.php:439 +msgid "" +"Delay background polling processes by this many seconds to reduce system " +"load. If 0, use delivery interval." msgstr "" -#: ../../addon/impressum/impressum.php:86 -msgid "Notes" +#: ../../mod/admin.php:440 +msgid "Maximum Load Average" msgstr "" -#: ../../addon/impressum/impressum.php:86 +#: ../../mod/admin.php:440 msgid "" -"Additional notes that are displayed beneath the contact information. You can " -"use BBCode here." -msgstr "" - -#: ../../addon/impressum/impressum.php:87 -msgid "How to contact the operator via email. (will be displayed obfuscated)" +"Maximum system load before delivery and poll processes are deferred - " +"default 50." msgstr "" -#: ../../addon/impressum/impressum.php:88 -msgid "Footer note" +#: ../../mod/admin.php:456 +msgid "Update has been marked successful" msgstr "" -#: ../../addon/impressum/impressum.php:88 -msgid "Text for the footer. You can use BBCode here." +#: ../../mod/admin.php:466 +#, php-format +msgid "Executing %s failed. Check system logs." msgstr "" -#: ../../addon/buglink/buglink.php:15 -msgid "Report Bug" +#: ../../mod/admin.php:469 +#, php-format +msgid "Update %s was successfully applied." msgstr "" -#: ../../addon/notimeline/notimeline.php:32 -msgid "No Timeline settings updated." +#: ../../mod/admin.php:473 +#, php-format +msgid "Update %s did not return a status. Unknown if it succeeded." msgstr "" -#: ../../addon/notimeline/notimeline.php:56 -msgid "No Timeline Settings" +#: ../../mod/admin.php:476 +#, php-format +msgid "Update function %s could not be found." msgstr "" -#: ../../addon/notimeline/notimeline.php:58 -msgid "Disable Archive selector on profile wall" +#: ../../mod/admin.php:491 +msgid "No failed updates." msgstr "" -#: ../../addon/blockem/blockem.php:51 -msgid "\"Blockem\" Settings" +#: ../../mod/admin.php:495 +msgid "Failed Updates" msgstr "" -#: ../../addon/blockem/blockem.php:53 -msgid "Comma separated profile URLS to block" +#: ../../mod/admin.php:497 +msgid "Mark success (if update was manually applied)" msgstr "" -#: ../../addon/blockem/blockem.php:70 -msgid "BLOCKEM Settings saved." +#: ../../mod/admin.php:498 +msgid "Attempt to execute this update step automatically" msgstr "" -#: ../../addon/blockem/blockem.php:105 +#: ../../mod/admin.php:524 #, php-format -msgid "Blocked %s - Click to open/close" -msgstr "" +msgid "%s user blocked/unblocked" +msgid_plural "%s users blocked/unblocked" +msgstr[0] "" +msgstr[1] "" -#: ../../addon/blockem/blockem.php:160 -msgid "Unblock Author" -msgstr "" +#: ../../mod/admin.php:531 +#, php-format +msgid "%s user deleted" +msgid_plural "%s users deleted" +msgstr[0] "" +msgstr[1] "" -#: ../../addon/blockem/blockem.php:162 -msgid "Block Author" +#: ../../mod/admin.php:562 +msgid "Account not found" msgstr "" -#: ../../addon/blockem/blockem.php:194 -msgid "blockem settings updated" +#: ../../mod/admin.php:573 +#, php-format +msgid "User '%s' deleted" msgstr "" -#: ../../addon/qcomment/qcomment.php:51 -msgid ":-)" +#: ../../mod/admin.php:582 +#, php-format +msgid "User '%s' unblocked" msgstr "" -#: ../../addon/qcomment/qcomment.php:51 -msgid ":-(" +#: ../../mod/admin.php:582 +#, php-format +msgid "User '%s' blocked" msgstr "" -#: ../../addon/qcomment/qcomment.php:51 -msgid "lol" +#: ../../mod/admin.php:613 +msgid "Normal Account" msgstr "" -#: ../../addon/qcomment/qcomment.php:54 -msgid "Quick Comment Settings" +#: ../../mod/admin.php:614 +msgid "Soapbox Account" msgstr "" -#: ../../addon/qcomment/qcomment.php:56 -msgid "" -"Quick comments are found near comment boxes, sometimes hidden. Click them to " -"provide simple replies." +#: ../../mod/admin.php:615 +msgid "Community/Celebrity Account" msgstr "" -#: ../../addon/qcomment/qcomment.php:57 -msgid "Enter quick comments, one per line" +#: ../../mod/admin.php:616 +msgid "Automatic Friend Account" msgstr "" -#: ../../addon/qcomment/qcomment.php:75 -msgid "Quick Comment settings saved." +#: ../../mod/admin.php:634 +msgid "select all" msgstr "" -#: ../../addon/openstreetmap/openstreetmap.php:71 -msgid "Tile Server URL" +#: ../../mod/admin.php:635 +msgid "User registrations waiting for confirm" msgstr "" -#: ../../addon/openstreetmap/openstreetmap.php:71 -msgid "" -"A list of <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank" -"\">public tile servers</a>" +#: ../../mod/admin.php:636 +msgid "Request date" msgstr "" -#: ../../addon/openstreetmap/openstreetmap.php:72 -msgid "Default zoom" +#: ../../mod/admin.php:637 +msgid "No registrations." msgstr "" -#: ../../addon/openstreetmap/openstreetmap.php:72 -msgid "The default zoom level. (1:world, 18:highest)" +#: ../../mod/admin.php:638 ../../mod/intro.php:11 ../../mod/intro.php:98 +#: ../../mod/notifications.php:159 ../../mod/notifications.php:206 +msgid "Approve" msgstr "" -#: ../../addon/libertree/libertree.php:36 -msgid "Post to libertree" +#: ../../mod/admin.php:639 +msgid "Deny" msgstr "" -#: ../../addon/libertree/libertree.php:67 -msgid "libertree Post Settings" +#: ../../mod/admin.php:641 ../../mod/intro.php:14 ../../mod/intro.php:99 +#: ../../mod/connections.php:308 ../../mod/connections.php:449 +msgid "Block" msgstr "" -#: ../../addon/libertree/libertree.php:69 -msgid "Enable Libertree Post Plugin" +#: ../../mod/admin.php:642 ../../mod/connections.php:308 +#: ../../mod/connections.php:449 +msgid "Unblock" msgstr "" -#: ../../addon/libertree/libertree.php:74 -msgid "Libertree API token" +#: ../../mod/admin.php:645 +msgid "Register date" msgstr "" -#: ../../addon/libertree/libertree.php:79 -msgid "Libertree site URL" +#: ../../mod/admin.php:645 +msgid "Last login" msgstr "" -#: ../../addon/libertree/libertree.php:84 -msgid "Post to Libertree by default" +#: ../../mod/admin.php:645 +msgid "Service Class" msgstr "" -#: ../../addon/mathjax/mathjax.php:37 +#: ../../mod/admin.php:647 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 "" - -#: ../../addon/mathjax/mathjax.php:38 -msgid "Use the MathJax renderer" -msgstr "" - -#: ../../addon/mathjax/mathjax.php:74 -msgid "MathJax Base URL" +"Selected users will be deleted!\\n\\nEverything these users had posted on " +"this site will be permanently deleted!\\n\\nAre you sure?" msgstr "" -#: ../../addon/mathjax/mathjax.php:74 +#: ../../mod/admin.php:648 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 "" - -#: ../../addon/editplain/editplain.php:46 -msgid "Editplain settings updated." -msgstr "" - -#: ../../addon/editplain/editplain.php:76 -msgid "Editplain Settings" -msgstr "" - -#: ../../addon/editplain/editplain.php:78 -msgid "Disable richtext status editor" -msgstr "" - -#: ../../addon/gravatar/gravatar.php:71 -msgid "generic profile image" -msgstr "" - -#: ../../addon/gravatar/gravatar.php:72 -msgid "random geometric pattern" -msgstr "" - -#: ../../addon/gravatar/gravatar.php:73 -msgid "monster face" -msgstr "" - -#: ../../addon/gravatar/gravatar.php:74 -msgid "computer generated face" -msgstr "" - -#: ../../addon/gravatar/gravatar.php:75 -msgid "retro arcade style face" -msgstr "" - -#: ../../addon/gravatar/gravatar.php:87 -msgid "Default avatar image" -msgstr "" - -#: ../../addon/gravatar/gravatar.php:87 -msgid "Select default avatar image if none was found at Gravatar. See README" -msgstr "" - -#: ../../addon/gravatar/gravatar.php:88 -msgid "Rating of images" -msgstr "" - -#: ../../addon/gravatar/gravatar.php:88 -msgid "Select the appropriate avatar rating for your site. See README" -msgstr "" - -#: ../../addon/gravatar/gravatar.php:102 -msgid "Gravatar settings updated." -msgstr "" - -#: ../../addon/testdrive/testdrive.php:95 -msgid "Your Friendica test account is about to expire." +"The user {0} will be deleted!\\n\\nEverything this user has posted on this " +"site will be permanently deleted!\\n\\nAre you sure?" msgstr "" -#: ../../addon/testdrive/testdrive.php:96 +#: ../../mod/admin.php:689 #, 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/pageheader/pageheader.php:50 -msgid "\"pageheader\" Settings" -msgstr "" - -#: ../../addon/pageheader/pageheader.php:68 -msgid "pageheader Settings saved." -msgstr "" - -#: ../../addon/ijpost/ijpost.php:39 -msgid "Post to Insanejournal" +msgid "Plugin %s disabled." msgstr "" -#: ../../addon/ijpost/ijpost.php:70 -msgid "InsaneJournal Post Settings" +#: ../../mod/admin.php:693 +#, php-format +msgid "Plugin %s enabled." msgstr "" -#: ../../addon/ijpost/ijpost.php:72 -msgid "Enable InsaneJournal Post Plugin" +#: ../../mod/admin.php:703 ../../mod/admin.php:901 +msgid "Disable" msgstr "" -#: ../../addon/ijpost/ijpost.php:77 -msgid "InsaneJournal username" +#: ../../mod/admin.php:705 ../../mod/admin.php:903 +msgid "Enable" msgstr "" -#: ../../addon/ijpost/ijpost.php:82 -msgid "InsaneJournal password" +#: ../../mod/admin.php:727 ../../mod/admin.php:932 +msgid "Toggle" msgstr "" -#: ../../addon/ijpost/ijpost.php:87 -msgid "Post to InsaneJournal by default" +#: ../../mod/admin.php:735 ../../mod/admin.php:942 +msgid "Author: " msgstr "" -#: ../../addon/viewsrc/viewsrc.php:37 -msgid "View Source" +#: ../../mod/admin.php:736 ../../mod/admin.php:943 +msgid "Maintainer: " msgstr "" -#: ../../addon/statusnet/statusnet.php:134 -msgid "Post to StatusNet" +#: ../../mod/admin.php:865 +msgid "No themes found." msgstr "" -#: ../../addon/statusnet/statusnet.php:176 -msgid "" -"Please contact your site administrator.<br />The provided API URL is not " -"valid." +#: ../../mod/admin.php:924 +msgid "Screenshot" msgstr "" -#: ../../addon/statusnet/statusnet.php:204 -msgid "We could not contact the StatusNet API with the Path you entered." +#: ../../mod/admin.php:972 +msgid "[Experimental]" msgstr "" -#: ../../addon/statusnet/statusnet.php:232 -msgid "StatusNet settings updated." +#: ../../mod/admin.php:973 +msgid "[Unsupported]" msgstr "" -#: ../../addon/statusnet/statusnet.php:257 -msgid "StatusNet Posting Settings" +#: ../../mod/admin.php:1000 +msgid "Log settings updated." msgstr "" -#: ../../addon/statusnet/statusnet.php:271 -msgid "Globally Available StatusNet OAuthKeys" +#: ../../mod/admin.php:1056 +msgid "Clear" msgstr "" -#: ../../addon/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)." +#: ../../mod/admin.php:1062 +msgid "Debugging" msgstr "" -#: ../../addon/statusnet/statusnet.php:280 -msgid "Provide your own OAuth Credentials" +#: ../../mod/admin.php:1063 +msgid "Log file" msgstr "" -#: ../../addon/statusnet/statusnet.php:281 +#: ../../mod/admin.php:1063 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.<br />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/statusnet/statusnet.php:283 -msgid "OAuth Consumer Key" +"Must be writable by web server. Relative to your Red top-level directory." msgstr "" -#: ../../addon/statusnet/statusnet.php:286 -msgid "OAuth Consumer Secret" +#: ../../mod/admin.php:1064 +msgid "Log level" msgstr "" -#: ../../addon/statusnet/statusnet.php:289 -msgid "Base API Path (remember the trailing /)" +#: ../../mod/intro.php:17 ../../mod/intro.php:100 +#: ../../mod/connections.php:315 ../../mod/connections.php:450 +#: ../../mod/notifications.php:51 ../../mod/notifications.php:162 +#: ../../mod/notifications.php:208 +msgid "Ignore" msgstr "" -#: ../../addon/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 <strong>public</strong> posts will be posted " -"to StatusNet." +#: ../../mod/intro.php:29 ../../mod/connections.php:117 +msgid "Connection updated." msgstr "" -#: ../../addon/statusnet/statusnet.php:311 -msgid "Log in with StatusNet" +#: ../../mod/intro.php:31 +msgid "Connection update failed." msgstr "" -#: ../../addon/statusnet/statusnet.php:313 -msgid "Copy the security code from StatusNet here" +#: ../../mod/intro.php:56 +msgid "Introductions and Connection Requests" msgstr "" -#: ../../addon/statusnet/statusnet.php:319 -msgid "Cancel Connection Process" +#: ../../mod/intro.php:67 +msgid "No pending introductions." msgstr "" -#: ../../addon/statusnet/statusnet.php:321 -msgid "Current StatusNet API is" +#: ../../mod/intro.php:72 +msgid "System error. Please try again later." msgstr "" -#: ../../addon/statusnet/statusnet.php:322 -msgid "Cancel StatusNet Connection" +#: ../../mod/intro.php:95 ../../mod/connections.php:455 +#: ../../mod/notifications.php:155 ../../mod/notifications.php:202 +msgid "Hide this contact from others" msgstr "" -#: ../../addon/statusnet/statusnet.php:333 ../../addon/twitter/twitter.php:189 -msgid "Currently connected to: " +#: ../../mod/intro.php:96 ../../mod/notifications.php:156 +#: ../../mod/notifications.php:203 +msgid "Post a new friend activity" msgstr "" -#: ../../addon/statusnet/statusnet.php:334 -msgid "" -"If enabled all your <strong>public</strong> 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." +#: ../../mod/intro.php:96 ../../mod/notifications.php:156 +#: ../../mod/notifications.php:203 +msgid "if applicable" msgstr "" -#: ../../addon/statusnet/statusnet.php:336 -msgid "" -"<strong>Note</strong>: Due your privacy settings (<em>Hide your profile " -"details from unknown viewers?</em>) 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." +#: ../../mod/intro.php:101 ../../mod/notifications.php:35 +#: ../../mod/notifications.php:163 ../../mod/notifications.php:209 +msgid "Discard" msgstr "" -#: ../../addon/statusnet/statusnet.php:339 -msgid "Allow posting to StatusNet" +#: ../../mod/connections.php:64 +msgid "Could not access contact record." msgstr "" -#: ../../addon/statusnet/statusnet.php:342 -msgid "Send public postings to StatusNet by default" +#: ../../mod/connections.php:78 +msgid "Could not locate selected profile." msgstr "" -#: ../../addon/statusnet/statusnet.php:345 -msgid "Send linked #-tags and @-names to StatusNet" +#: ../../mod/connections.php:119 +msgid "Failed to update connection record." msgstr "" -#: ../../addon/statusnet/statusnet.php:350 ../../addon/twitter/twitter.php:206 -msgid "Clear OAuth configuration" +#: ../../mod/connections.php:186 +msgid "Could not access address book record." msgstr "" -#: ../../addon/statusnet/statusnet.php:559 -msgid "API URL" +#: ../../mod/connections.php:200 +msgid "Refresh failed - channel is currently unavailable." msgstr "" -#: ../../addon/infiniteimprobabilitydrive/infiniteimprobabilitydrive.php:19 -msgid "Infinite Improbability Drive" +#: ../../mod/connections.php:207 +msgid "Channel has been unblocked" msgstr "" -#: ../../addon/tumblr/tumblr.php:36 -msgid "Post to Tumblr" +#: ../../mod/connections.php:208 +msgid "Channel has been blocked" msgstr "" -#: ../../addon/tumblr/tumblr.php:67 -msgid "Tumblr Post Settings" +#: ../../mod/connections.php:212 ../../mod/connections.php:224 +#: ../../mod/connections.php:236 ../../mod/connections.php:248 +#: ../../mod/connections.php:263 +msgid "Unable to set address book parameters." msgstr "" -#: ../../addon/tumblr/tumblr.php:69 -msgid "Enable Tumblr Post Plugin" +#: ../../mod/connections.php:219 +msgid "Channel has been unignored" msgstr "" -#: ../../addon/tumblr/tumblr.php:74 -msgid "Tumblr login" +#: ../../mod/connections.php:220 +msgid "Channel has been ignored" msgstr "" -#: ../../addon/tumblr/tumblr.php:79 -msgid "Tumblr password" +#: ../../mod/connections.php:231 +msgid "Channel has been unarchived" msgstr "" -#: ../../addon/tumblr/tumblr.php:84 -msgid "Post to Tumblr by default" +#: ../../mod/connections.php:232 +msgid "Channel has been archived" msgstr "" -#: ../../addon/numfriends/numfriends.php:46 -msgid "Numfriends settings updated." +#: ../../mod/connections.php:243 +msgid "Channel has been unhidden" msgstr "" -#: ../../addon/numfriends/numfriends.php:77 -msgid "Numfriends Settings" +#: ../../mod/connections.php:244 +msgid "Channel has been hidden" msgstr "" -#: ../../addon/numfriends/numfriends.php:79 -msgid "How many contacts to display on profile sidebar" +#: ../../mod/connections.php:258 +msgid "Channel has been approved" msgstr "" -#: ../../addon/gnot/gnot.php:48 -msgid "Gnot settings updated." +#: ../../mod/connections.php:259 +msgid "Channel has been unapproved" msgstr "" -#: ../../addon/gnot/gnot.php:79 -msgid "Gnot Settings" +#: ../../mod/connections.php:277 +msgid "Contact has been removed." msgstr "" -#: ../../addon/gnot/gnot.php:81 -msgid "" -"Allows threading of email comment notifications on Gmail and anonymising the " -"subject line." +#: ../../mod/connections.php:297 +#, php-format +msgid "View %s's profile" msgstr "" -#: ../../addon/gnot/gnot.php:82 -msgid "Enable this plugin/addon?" +#: ../../mod/connections.php:301 +msgid "Refresh Permissions" msgstr "" -#: ../../addon/gnot/gnot.php:97 -#, php-format -msgid "[Friendica:Notify] Comment to conversation #%d" +#: ../../mod/connections.php:304 +msgid "Fetch updated permissions" msgstr "" -#: ../../addon/wppost/wppost.php:42 -msgid "Post to Wordpress" +#: ../../mod/connections.php:311 +msgid "Block or Unblock this connection" msgstr "" -#: ../../addon/wppost/wppost.php:76 -msgid "WordPress Post Settings" +#: ../../mod/connections.php:315 ../../mod/connections.php:450 +msgid "Unignore" msgstr "" -#: ../../addon/wppost/wppost.php:78 -msgid "Enable WordPress Post Plugin" +#: ../../mod/connections.php:318 +msgid "Ignore or Unignore this connection" msgstr "" -#: ../../addon/wppost/wppost.php:83 -msgid "WordPress username" +#: ../../mod/connections.php:321 +msgid "Unarchive" msgstr "" -#: ../../addon/wppost/wppost.php:88 -msgid "WordPress password" +#: ../../mod/connections.php:321 +msgid "Archive" msgstr "" -#: ../../addon/wppost/wppost.php:93 -msgid "WordPress API URL" +#: ../../mod/connections.php:324 +msgid "Archive or Unarchive this connection" msgstr "" -#: ../../addon/wppost/wppost.php:98 -msgid "Post to WordPress by default" +#: ../../mod/connections.php:327 +msgid "Unhide" msgstr "" -#: ../../addon/wppost/wppost.php:103 -msgid "Provide a backlink to the Friendica post" +#: ../../mod/connections.php:327 +msgid "Hide" msgstr "" -#: ../../addon/wppost/wppost.php:207 -msgid "Read the original post and comment stream on Friendica" +#: ../../mod/connections.php:330 +msgid "Hide or Unhide this connection" msgstr "" -#: ../../addon/showmore/showmore.php:38 -msgid "\"Show more\" Settings" +#: ../../mod/connections.php:337 +msgid "Delete this connection" msgstr "" -#: ../../addon/showmore/showmore.php:41 -msgid "Enable Show More" +#: ../../mod/connections.php:370 +msgid "Unknown" msgstr "" -#: ../../addon/showmore/showmore.php:44 -msgid "Cutting posts after how much characters" +#: ../../mod/connections.php:380 ../../mod/connections.php:408 +msgid "Approve this connection" msgstr "" -#: ../../addon/showmore/showmore.php:65 -msgid "Show More Settings saved." +#: ../../mod/connections.php:380 +msgid "Accept connection to allow communication" msgstr "" -#: ../../addon/piwik/piwik.php:79 -msgid "" -"This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> " -"analytics tool." +#: ../../mod/connections.php:396 +msgid "Automatic Permissions Settings" msgstr "" -#: ../../addon/piwik/piwik.php:82 +#: ../../mod/connections.php:396 #, php-format -msgid "" -"If you do not want that your visits are logged this way you <a href='%s'>can " -"set a cookie to prevent Piwik from tracking further visits of the site</a> " -"(opt-out)." -msgstr "" - -#: ../../addon/piwik/piwik.php:90 -msgid "Piwik Base URL" +msgid "Connections: settings for %s" msgstr "" -#: ../../addon/piwik/piwik.php:90 +#: ../../mod/connections.php:400 msgid "" -"Absolute path to your Piwik installation. (without protocol (http/s), with " -"trailing slash)" -msgstr "" - -#: ../../addon/piwik/piwik.php:91 -msgid "Site ID" -msgstr "" - -#: ../../addon/piwik/piwik.php:92 -msgid "Show opt-out cookie link?" -msgstr "" - -#: ../../addon/piwik/piwik.php:93 -msgid "Asynchronous tracking" -msgstr "" - -#: ../../addon/twitter/twitter.php:73 -msgid "Post to Twitter" -msgstr "" - -#: ../../addon/twitter/twitter.php:122 -msgid "Twitter settings updated." +"When receiving a channel introduction, any permissions provided here will be " +"applied to the new connection automatically and the introduction approved. " +"Leave this page if you do not wish to use this feature." msgstr "" -#: ../../addon/twitter/twitter.php:146 -msgid "Twitter Posting Settings" +#: ../../mod/connections.php:402 +msgid "Slide to adjust your degree of friendship" msgstr "" -#: ../../addon/twitter/twitter.php:153 -msgid "" -"No consumer key pair for Twitter found. Please contact your site " -"administrator." +#: ../../mod/connections.php:409 +msgid "Connection has no individual permissions!" msgstr "" -#: ../../addon/twitter/twitter.php:172 +#: ../../mod/connections.php:410 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 <strong>public</strong> posts will " -"be posted to Twitter." -msgstr "" - -#: ../../addon/twitter/twitter.php:173 -msgid "Log in with Twitter" +"This may be appropriate based on your <a href=\"settings\">privacy settings</" +"a>, though you may wish to review the \"Advanced Permissions\"." msgstr "" -#: ../../addon/twitter/twitter.php:175 -msgid "Copy the PIN from Twitter here" -msgstr "" - -#: ../../addon/twitter/twitter.php:190 -msgid "" -"If enabled all your <strong>public</strong> 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." +#: ../../mod/connections.php:412 +msgid "Profile Visibility" msgstr "" -#: ../../addon/twitter/twitter.php:192 +#: ../../mod/connections.php:413 +#, php-format msgid "" -"<strong>Note</strong>: Due your privacy settings (<em>Hide your profile " -"details from unknown viewers?</em>) 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/twitter/twitter.php:195 -msgid "Allow posting to Twitter" -msgstr "" - -#: ../../addon/twitter/twitter.php:198 -msgid "Send public postings to Twitter by default" -msgstr "" - -#: ../../addon/twitter/twitter.php:201 -msgid "Send linked #-tags and @-names to Twitter" -msgstr "" - -#: ../../addon/twitter/twitter.php:389 -msgid "Consumer key" -msgstr "" - -#: ../../addon/twitter/twitter.php:390 -msgid "Consumer secret" -msgstr "" - -#: ../../addon/irc/irc.php:44 -msgid "IRC Settings" -msgstr "" - -#: ../../addon/irc/irc.php:46 -msgid "Channel(s) to auto connect (comma separated)" -msgstr "" - -#: ../../addon/irc/irc.php:51 -msgid "Popular Channels (comma separated)" -msgstr "" - -#: ../../addon/irc/irc.php:69 -msgid "IRC settings saved." -msgstr "" - -#: ../../addon/irc/irc.php:74 -msgid "IRC Chatroom" -msgstr "" - -#: ../../addon/irc/irc.php:96 -msgid "Popular Channels" -msgstr "" - -#: ../../addon/blogger/blogger.php:42 -msgid "Post to blogger" -msgstr "" - -#: ../../addon/blogger/blogger.php:74 -msgid "Blogger Post Settings" -msgstr "" - -#: ../../addon/blogger/blogger.php:76 -msgid "Enable Blogger Post Plugin" -msgstr "" - -#: ../../addon/blogger/blogger.php:81 -msgid "Blogger username" -msgstr "" - -#: ../../addon/blogger/blogger.php:86 -msgid "Blogger password" -msgstr "" - -#: ../../addon/blogger/blogger.php:91 -msgid "Blogger API URL" -msgstr "" - -#: ../../addon/blogger/blogger.php:96 -msgid "Post to Blogger by default" -msgstr "" - -#: ../../addon/posterous/posterous.php:37 -msgid "Post to Posterous" -msgstr "" - -#: ../../addon/posterous/posterous.php:70 -msgid "Posterous Post Settings" -msgstr "" - -#: ../../addon/posterous/posterous.php:72 -msgid "Enable Posterous Post Plugin" -msgstr "" - -#: ../../addon/posterous/posterous.php:77 -msgid "Posterous login" -msgstr "" - -#: ../../addon/posterous/posterous.php:82 -msgid "Posterous password" -msgstr "" - -#: ../../addon/posterous/posterous.php:87 -msgid "Posterous site ID" -msgstr "" - -#: ../../addon/posterous/posterous.php:92 -msgid "Posterous API token" -msgstr "" - -#: ../../addon/posterous/posterous.php:97 -msgid "Post to Posterous by default" -msgstr "" - -#: ../../view/theme/cleanzero/config.php:82 -#: ../../view/theme/diabook/config.php:192 -#: ../../view/theme/quattro/config.php:54 ../../view/theme/dispy/config.php:72 -msgid "Theme settings" -msgstr "" - -#: ../../view/theme/cleanzero/config.php:83 -msgid "Set resize level for images in posts and comments (width and height)" +"Please choose the profile you would like to display to %s when viewing your " +"profile securely." msgstr "" -#: ../../view/theme/cleanzero/config.php:84 -#: ../../view/theme/diabook/config.php:193 -#: ../../view/theme/dispy/config.php:73 -msgid "Set font-size for posts and comments" +#: ../../mod/connections.php:414 +msgid "Contact Information / Notes" msgstr "" -#: ../../view/theme/cleanzero/config.php:85 -msgid "Set theme width" +#: ../../mod/connections.php:415 +msgid "Edit contact notes" msgstr "" -#: ../../view/theme/cleanzero/config.php:86 -#: ../../view/theme/quattro/config.php:56 -msgid "Color scheme" +#: ../../mod/connections.php:417 +msgid "Their Settings" msgstr "" -#: ../../view/theme/diabook/theme.php:127 ../../include/nav.php:49 -#: ../../include/nav.php:115 -msgid "Your posts and conversations" +#: ../../mod/connections.php:418 +msgid "My Settings" msgstr "" -#: ../../view/theme/diabook/theme.php:128 ../../include/nav.php:50 -msgid "Your profile page" +#: ../../mod/connections.php:420 +msgid "Forum Members" msgstr "" -#: ../../view/theme/diabook/theme.php:129 -msgid "Your contacts" +#: ../../mod/connections.php:421 +msgid "Soapbox" msgstr "" -#: ../../view/theme/diabook/theme.php:130 ../../include/nav.php:51 -msgid "Your photos" +#: ../../mod/connections.php:422 +msgid "Full Sharing" msgstr "" -#: ../../view/theme/diabook/theme.php:131 ../../include/nav.php:52 -msgid "Your events" +#: ../../mod/connections.php:423 +msgid "Cautious Sharing" msgstr "" -#: ../../view/theme/diabook/theme.php:132 ../../include/nav.php:53 -msgid "Personal notes" +#: ../../mod/connections.php:424 +msgid "Follow Only" msgstr "" -#: ../../view/theme/diabook/theme.php:132 ../../include/nav.php:53 -msgid "Your personal photos" +#: ../../mod/connections.php:425 +msgid "Individual Permissions" msgstr "" -#: ../../view/theme/diabook/theme.php:134 -#: ../../view/theme/diabook/theme.php:643 -#: ../../view/theme/diabook/theme.php:747 -#: ../../view/theme/diabook/config.php:201 -msgid "Community Pages" +#: ../../mod/connections.php:426 +msgid "" +"Individual permissions are only enabled for <a href=\"settings\">privacy " +"settings</a> which are set to \"Only those you specifically allow\". " +"Otherwise they are controlled by your privacy settings." msgstr "" -#: ../../view/theme/diabook/theme.php:490 -#: ../../view/theme/diabook/theme.php:749 -#: ../../view/theme/diabook/config.php:203 -msgid "Community Profiles" +#: ../../mod/connections.php:427 +msgid "Advanced Permissions" msgstr "" -#: ../../view/theme/diabook/theme.php:511 -#: ../../view/theme/diabook/theme.php:754 -#: ../../view/theme/diabook/config.php:208 -msgid "Last users" +#: ../../mod/connections.php:428 +msgid "Quick Links" msgstr "" -#: ../../view/theme/diabook/theme.php:540 -#: ../../view/theme/diabook/theme.php:756 -#: ../../view/theme/diabook/config.php:210 -msgid "Last likes" +#: ../../mod/connections.php:432 +#, php-format +msgid "Visit %s's profile - %s" msgstr "" -#: ../../view/theme/diabook/theme.php:585 -#: ../../view/theme/diabook/theme.php:755 -#: ../../view/theme/diabook/config.php:209 -msgid "Last photos" +#: ../../mod/connections.php:433 +msgid "Block/Unblock contact" msgstr "" -#: ../../view/theme/diabook/theme.php:622 -#: ../../view/theme/diabook/theme.php:752 -#: ../../view/theme/diabook/config.php:206 -msgid "Find Friends" +#: ../../mod/connections.php:434 +msgid "Ignore contact" msgstr "" -#: ../../view/theme/diabook/theme.php:623 -msgid "Local Directory" +#: ../../mod/connections.php:435 +msgid "Repair URL settings" msgstr "" -#: ../../view/theme/diabook/theme.php:625 ../../include/contact_widgets.php:35 -msgid "Similar Interests" +#: ../../mod/connections.php:436 +msgid "View conversations" msgstr "" -#: ../../view/theme/diabook/theme.php:627 ../../include/contact_widgets.php:37 -msgid "Invite Friends" +#: ../../mod/connections.php:438 +msgid "Delete contact" msgstr "" -#: ../../view/theme/diabook/theme.php:678 -#: ../../view/theme/diabook/theme.php:748 -#: ../../view/theme/diabook/config.php:202 -msgid "Earth Layers" +#: ../../mod/connections.php:441 +msgid "Last update:" msgstr "" -#: ../../view/theme/diabook/theme.php:683 -msgid "Set zoomfactor for Earth Layers" +#: ../../mod/connections.php:443 +msgid "Update public posts" msgstr "" -#: ../../view/theme/diabook/theme.php:684 -#: ../../view/theme/diabook/config.php:199 -msgid "Set longitude (X) for Earth Layers" +#: ../../mod/connections.php:445 +msgid "Update now" msgstr "" -#: ../../view/theme/diabook/theme.php:685 -#: ../../view/theme/diabook/config.php:200 -msgid "Set latitude (Y) for Earth Layers" +#: ../../mod/connections.php:451 +msgid "Currently blocked" msgstr "" -#: ../../view/theme/diabook/theme.php:698 -#: ../../view/theme/diabook/theme.php:750 -#: ../../view/theme/diabook/config.php:204 -msgid "Help or @NewHere ?" +#: ../../mod/connections.php:452 +msgid "Currently ignored" msgstr "" -#: ../../view/theme/diabook/theme.php:705 -#: ../../view/theme/diabook/theme.php:751 -#: ../../view/theme/diabook/config.php:205 -msgid "Connect Services" +#: ../../mod/connections.php:453 +msgid "Currently archived" msgstr "" -#: ../../view/theme/diabook/theme.php:712 -#: ../../view/theme/diabook/theme.php:753 -msgid "Last Tweets" +#: ../../mod/connections.php:454 +msgid "Currently pending" msgstr "" -#: ../../view/theme/diabook/theme.php:715 -#: ../../view/theme/diabook/config.php:197 -msgid "Set twitter search term" +#: ../../mod/connections.php:455 +msgid "" +"Replies/likes to your public posts <strong>may</strong> still be visible" msgstr "" -#: ../../view/theme/diabook/theme.php:735 -#: ../../view/theme/diabook/theme.php:736 -#: ../../view/theme/diabook/theme.php:737 -#: ../../view/theme/diabook/theme.php:738 -#: ../../view/theme/diabook/theme.php:739 -#: ../../view/theme/diabook/theme.php:740 -#: ../../view/theme/diabook/theme.php:741 -#: ../../view/theme/diabook/theme.php:742 -#: ../../view/theme/diabook/theme.php:743 -#: ../../view/theme/diabook/theme.php:744 ../../include/acl_selectors.php:288 -msgid "don't show" +#: ../../mod/connections.php:491 ../../mod/connections.php:563 +msgid "Blocked" msgstr "" -#: ../../view/theme/diabook/theme.php:735 -#: ../../view/theme/diabook/theme.php:736 -#: ../../view/theme/diabook/theme.php:737 -#: ../../view/theme/diabook/theme.php:738 -#: ../../view/theme/diabook/theme.php:739 -#: ../../view/theme/diabook/theme.php:740 -#: ../../view/theme/diabook/theme.php:741 -#: ../../view/theme/diabook/theme.php:742 -#: ../../view/theme/diabook/theme.php:743 -#: ../../view/theme/diabook/theme.php:744 ../../include/acl_selectors.php:287 -msgid "show" +#: ../../mod/connections.php:496 ../../mod/connections.php:570 +msgid "Ignored" msgstr "" -#: ../../view/theme/diabook/theme.php:745 -msgid "Show/hide boxes at right-hand column:" +#: ../../mod/connections.php:501 ../../mod/connections.php:584 +msgid "Hidden" msgstr "" -#: ../../view/theme/diabook/config.php:194 -#: ../../view/theme/dispy/config.php:74 -msgid "Set line-height for posts and comments" +#: ../../mod/connections.php:506 ../../mod/connections.php:577 +msgid "Archived" msgstr "" -#: ../../view/theme/diabook/config.php:195 -msgid "Set resolution for middle column" +#: ../../mod/connections.php:517 +msgid "All" msgstr "" -#: ../../view/theme/diabook/config.php:196 -msgid "Set color scheme" +#: ../../mod/connections.php:538 +msgid "Suggestions" msgstr "" -#: ../../view/theme/diabook/config.php:198 -msgid "Set zoomfactor for Earth Layer" +#: ../../mod/connections.php:541 +msgid "Suggest new connections" msgstr "" -#: ../../view/theme/diabook/config.php:207 -msgid "Last tweets" +#: ../../mod/connections.php:547 +msgid "Show pending (new) connections" msgstr "" -#: ../../view/theme/quattro/config.php:55 -msgid "Alignment" +#: ../../mod/connections.php:550 +msgid "All Connections" msgstr "" -#: ../../view/theme/quattro/config.php:55 -msgid "Left" +#: ../../mod/connections.php:553 +msgid "Show all connections" msgstr "" -#: ../../view/theme/quattro/config.php:55 -msgid "Center" +#: ../../mod/connections.php:556 +msgid "Unblocked" msgstr "" -#: ../../view/theme/dispy/config.php:75 -msgid "Set colour scheme" +#: ../../mod/connections.php:559 +msgid "Only show unblocked connections" msgstr "" -#: ../../include/profile_advanced.php:22 -msgid "j F, Y" +#: ../../mod/connections.php:566 +msgid "Only show blocked connections" msgstr "" -#: ../../include/profile_advanced.php:23 -msgid "j F" +#: ../../mod/connections.php:573 +msgid "Only show ignored connections" msgstr "" -#: ../../include/profile_advanced.php:30 -msgid "Birthday:" +#: ../../mod/connections.php:580 +msgid "Only show archived connections" msgstr "" -#: ../../include/profile_advanced.php:34 -msgid "Age:" +#: ../../mod/connections.php:587 +msgid "Only show hidden connections" msgstr "" -#: ../../include/profile_advanced.php:43 +#: ../../mod/connections.php:629 #, php-format -msgid "for %1$d %2$s" -msgstr "" - -#: ../../include/profile_advanced.php:52 -msgid "Tags:" -msgstr "" - -#: ../../include/profile_advanced.php:56 -msgid "Religion:" -msgstr "" - -#: ../../include/profile_advanced.php:60 -msgid "Hobbies/Interests:" -msgstr "" - -#: ../../include/profile_advanced.php:67 -msgid "Contact information and Social Networks:" -msgstr "" - -#: ../../include/profile_advanced.php:69 -msgid "Musical interests:" +msgid "%1$s [%2$s]" msgstr "" -#: ../../include/profile_advanced.php:71 -msgid "Books, literature:" +#: ../../mod/connections.php:630 ../../mod/nogroup.php:41 +msgid "Edit contact" msgstr "" -#: ../../include/profile_advanced.php:73 -msgid "Television:" +#: ../../mod/connections.php:654 +msgid "Search your connections" msgstr "" -#: ../../include/profile_advanced.php:75 -msgid "Film/dance/culture/entertainment:" -msgstr "" - -#: ../../include/profile_advanced.php:77 -msgid "Love/Romance:" +#: ../../mod/connections.php:655 +msgid "Finding: " msgstr "" -#: ../../include/profile_advanced.php:79 -msgid "Work/employment:" +#: ../../mod/dirsearch.php:21 +msgid "This site is not a directory server" msgstr "" -#: ../../include/profile_advanced.php:81 -msgid "School/education:" +#: ../../mod/lockview.php:34 +msgid "Remote privacy information not available." msgstr "" -#: ../../include/contact_selectors.php:32 -msgid "Unknown | Not categorised" +#: ../../mod/lockview.php:43 +msgid "Visible to:" msgstr "" -#: ../../include/contact_selectors.php:33 -msgid "Block immediately" +#: ../../mod/post.php:114 +msgid "" +"Remote authentication blocked. You are logged into this site locally. Please " +"logout and retry." msgstr "" -#: ../../include/contact_selectors.php:34 -msgid "Shady, spammer, self-marketer" +#: ../../mod/post.php:127 +#, php-format +msgid "Welcome %s. Remote authentication successful." msgstr "" -#: ../../include/contact_selectors.php:35 -msgid "Known to me, but no opinion" +#: ../../mod/profiles.php:18 ../../mod/profiles.php:138 +#: ../../mod/profiles.php:179 ../../mod/profiles.php:486 +msgid "Profile not found." msgstr "" -#: ../../include/contact_selectors.php:36 -msgid "OK, probably harmless" +#: ../../mod/profiles.php:38 +msgid "Profile deleted." msgstr "" -#: ../../include/contact_selectors.php:37 -msgid "Reputable, has my trust" +#: ../../mod/profiles.php:56 ../../mod/profiles.php:92 +msgid "Profile-" msgstr "" -#: ../../include/contact_selectors.php:56 -msgid "Frequently" +#: ../../mod/profiles.php:77 ../../mod/profiles.php:120 +msgid "New profile created." msgstr "" -#: ../../include/contact_selectors.php:57 -msgid "Hourly" +#: ../../mod/profiles.php:98 +msgid "Profile unavailable to clone." msgstr "" -#: ../../include/contact_selectors.php:58 -msgid "Twice daily" +#: ../../mod/profiles.php:189 +msgid "Profile Name is required." msgstr "" -#: ../../include/contact_selectors.php:59 -msgid "Daily" +#: ../../mod/profiles.php:317 +msgid "Marital Status" msgstr "" -#: ../../include/contact_selectors.php:60 -msgid "Weekly" +#: ../../mod/profiles.php:321 +msgid "Romantic Partner" msgstr "" -#: ../../include/contact_selectors.php:61 -msgid "Monthly" +#: ../../mod/profiles.php:325 +msgid "Likes" msgstr "" -#: ../../include/contact_selectors.php:77 -msgid "OStatus" +#: ../../mod/profiles.php:329 +msgid "Dislikes" msgstr "" -#: ../../include/contact_selectors.php:78 -msgid "RSS/Atom" +#: ../../mod/profiles.php:333 +msgid "Work/Employment" msgstr "" -#: ../../include/contact_selectors.php:82 -msgid "Zot!" +#: ../../mod/profiles.php:336 +msgid "Religion" msgstr "" -#: ../../include/contact_selectors.php:83 -msgid "LinkedIn" +#: ../../mod/profiles.php:340 +msgid "Political Views" msgstr "" -#: ../../include/contact_selectors.php:84 -msgid "XMPP/IM" +#: ../../mod/profiles.php:344 +msgid "Gender" msgstr "" -#: ../../include/contact_selectors.php:85 -msgid "MySpace" +#: ../../mod/profiles.php:348 +msgid "Sexual Preference" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Male" +#: ../../mod/profiles.php:352 +msgid "Homepage" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Female" +#: ../../mod/profiles.php:356 +msgid "Interests" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Currently Male" +#: ../../mod/profiles.php:360 +msgid "Address" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Currently Female" +#: ../../mod/profiles.php:367 +msgid "Location" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Mostly Male" +#: ../../mod/profiles.php:450 +msgid "Profile updated." msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Mostly Female" +#: ../../mod/profiles.php:505 +msgid "Hide your contact/friend list from viewers of this profile?" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Transgender" +#: ../../mod/profiles.php:528 +msgid "Edit Profile Details" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Intersex" +#: ../../mod/profiles.php:530 +msgid "View this profile" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Transsexual" +#: ../../mod/profiles.php:531 +msgid "Change Profile Photo" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Hermaphrodite" +#: ../../mod/profiles.php:532 +msgid "Create a new profile using these settings" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Neuter" +#: ../../mod/profiles.php:533 +msgid "Clone this profile" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Non-specific" +#: ../../mod/profiles.php:534 +msgid "Delete this profile" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Other" +#: ../../mod/profiles.php:535 +msgid "Profile Name:" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Undecided" +#: ../../mod/profiles.php:536 +msgid "Your Full Name:" msgstr "" -#: ../../include/profile_selectors.php:23 -msgid "Males" +#: ../../mod/profiles.php:537 +msgid "Title/Description:" msgstr "" -#: ../../include/profile_selectors.php:23 -msgid "Females" +#: ../../mod/profiles.php:538 +msgid "Your Gender:" msgstr "" -#: ../../include/profile_selectors.php:23 -msgid "Gay" +#: ../../mod/profiles.php:539 +#, php-format +msgid "Birthday (%s):" msgstr "" -#: ../../include/profile_selectors.php:23 -msgid "Lesbian" +#: ../../mod/profiles.php:540 +msgid "Street Address:" msgstr "" -#: ../../include/profile_selectors.php:23 -msgid "No Preference" +#: ../../mod/profiles.php:541 +msgid "Locality/City:" msgstr "" -#: ../../include/profile_selectors.php:23 -msgid "Bisexual" +#: ../../mod/profiles.php:542 +msgid "Postal/Zip Code:" msgstr "" -#: ../../include/profile_selectors.php:23 -msgid "Autosexual" +#: ../../mod/profiles.php:543 +msgid "Country:" msgstr "" -#: ../../include/profile_selectors.php:23 -msgid "Abstinent" +#: ../../mod/profiles.php:544 +msgid "Region/State:" msgstr "" -#: ../../include/profile_selectors.php:23 -msgid "Virgin" +#: ../../mod/profiles.php:545 +msgid "<span class=\"heart\">♥</span> Marital Status:" msgstr "" -#: ../../include/profile_selectors.php:23 -msgid "Deviant" +#: ../../mod/profiles.php:546 +msgid "Who: (if applicable)" msgstr "" -#: ../../include/profile_selectors.php:23 -msgid "Fetish" +#: ../../mod/profiles.php:547 +msgid "Examples: cathy123, Cathy Williams, cathy@example.com" msgstr "" -#: ../../include/profile_selectors.php:23 -msgid "Oodles" +#: ../../mod/profiles.php:548 +msgid "Since [date]:" msgstr "" -#: ../../include/profile_selectors.php:23 -msgid "Nonsexual" +#: ../../mod/profiles.php:550 +msgid "Homepage URL:" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Single" +#: ../../mod/profiles.php:553 +msgid "Religious Views:" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Lonely" +#: ../../mod/profiles.php:554 +msgid "Keywords:" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Available" +#: ../../mod/profiles.php:557 +msgid "Example: fishing photography software" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Unavailable" +#: ../../mod/profiles.php:558 +msgid "Used in directory listings" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Has crush" +#: ../../mod/profiles.php:559 +msgid "Tell us about yourself..." msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Infatuated" +#: ../../mod/profiles.php:560 +msgid "Hobbies/Interests" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Dating" +#: ../../mod/profiles.php:561 +msgid "Contact information and Social Networks" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Unfaithful" +#: ../../mod/profiles.php:562 +msgid "My other channels" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Sex Addict" +#: ../../mod/profiles.php:563 +msgid "Musical interests" msgstr "" -#: ../../include/profile_selectors.php:42 ../../include/user.php:278 -#: ../../include/user.php:283 -msgid "Friends" +#: ../../mod/profiles.php:564 +msgid "Books, literature" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Friends/Benefits" +#: ../../mod/profiles.php:565 +msgid "Television" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Casual" +#: ../../mod/profiles.php:566 +msgid "Film/dance/culture/entertainment" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Engaged" +#: ../../mod/profiles.php:567 +msgid "Love/romance" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Married" +#: ../../mod/profiles.php:568 +msgid "Work/employment" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Imaginarily married" +#: ../../mod/profiles.php:569 +msgid "School/education" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Partners" +#: ../../mod/profiles.php:574 +msgid "" +"This is your <strong>public</strong> profile.<br />It <strong>may</strong> " +"be visible to anybody using the internet." msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Cohabiting" +#: ../../mod/profiles.php:623 +msgid "Edit/Manage Profiles" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Common law" +#: ../../mod/profiles.php:624 ../../boot.php:1640 +msgid "Change profile photo" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Happy" +#: ../../mod/profiles.php:625 ../../boot.php:1647 +msgid "Create New Profile" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Not looking" +#: ../../mod/profiles.php:636 ../../boot.php:1661 +msgid "Profile Image" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Swinger" +#: ../../mod/profiles.php:639 ../../boot.php:1664 +msgid "visible to everybody" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Betrayed" +#: ../../mod/profiles.php:640 ../../boot.php:1665 +msgid "Edit visibility" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Separated" +#: ../../mod/new_channel.php:107 +msgid "Add a Channel" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Unstable" +#: ../../mod/new_channel.php:108 +msgid "" +"A channel is your own collection of related web pages. A channel can be used " +"to hold social network profiles, blogs, conversation groups and forums, " +"celebrity pages, and much more. You may create as many channels as your " +"service provider allows." msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Divorced" +#: ../../mod/new_channel.php:110 +msgid "Channel Name" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Imaginarily divorced" +#: ../../mod/new_channel.php:111 +msgid "" +"Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation " +"Group\" " msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Widowed" +#: ../../mod/new_channel.php:112 +msgid "Choose a short nickname" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Uncertain" +#: ../../mod/new_channel.php:113 +msgid "" +"Your nickname will be used to create an easily remembered channel address " +"(like an email address) which you can share with others." msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "It's complicated" +#: ../../mod/new_channel.php:114 +msgid "" +"Or <a href=\"import\">import an existing channel</a> from another location" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Don't care" +#: ../../mod/new_channel.php:117 +msgid "Create" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Ask me" +#: ../../mod/lostpass.php:15 +msgid "No valid account found." msgstr "" -#: ../../include/event.php:20 ../../include/bb2diaspora.php:393 -msgid "Starts:" +#: ../../mod/lostpass.php:29 +msgid "Password reset request issued. Check your email." msgstr "" -#: ../../include/event.php:30 ../../include/bb2diaspora.php:401 -msgid "Finishes:" +#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:102 +#, php-format +msgid "Site Member (%s)" msgstr "" -#: ../../include/delivery.php:456 ../../include/notifier.php:678 -msgid "(no subject)" +#: ../../mod/lostpass.php:40 +#, php-format +msgid "Password reset requested at %s" msgstr "" -#: ../../include/delivery.php:463 ../../include/enotify.php:26 -#: ../../include/notifier.php:685 -msgid "noreply" +#: ../../mod/lostpass.php:63 +msgid "" +"Request could not be verified. (You may have previously submitted it.) " +"Password reset failed." msgstr "" -#: ../../include/Scrape.php:572 -msgid " on Last.fm" +#: ../../mod/lostpass.php:85 ../../boot.php:1372 +msgid "Password Reset" msgstr "" -#: ../../include/text.php:243 -msgid "prev" +#: ../../mod/lostpass.php:86 +msgid "Your password has been reset as requested." msgstr "" -#: ../../include/text.php:245 -msgid "first" +#: ../../mod/lostpass.php:87 +msgid "Your new password is" msgstr "" -#: ../../include/text.php:274 -msgid "last" +#: ../../mod/lostpass.php:88 +msgid "Save or copy your new password - and then" msgstr "" -#: ../../include/text.php:277 -msgid "next" +#: ../../mod/lostpass.php:89 +msgid "click here to login" msgstr "" -#: ../../include/text.php:568 -msgid "No contacts" +#: ../../mod/lostpass.php:90 +msgid "" +"Your password may be changed from the <em>Settings</em> page after " +"successful login." msgstr "" -#: ../../include/text.php:577 +#: ../../mod/lostpass.php:107 #, php-format -msgid "%d Contact" -msgid_plural "%d Contacts" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/text.php:839 -msgid "Monday" +msgid "Your password has changed at %s" msgstr "" -#: ../../include/text.php:839 -msgid "Tuesday" -msgstr "" - -#: ../../include/text.php:839 -msgid "Wednesday" +#: ../../mod/lostpass.php:122 +msgid "Forgot your Password?" msgstr "" -#: ../../include/text.php:839 -msgid "Thursday" +#: ../../mod/lostpass.php:123 +msgid "" +"Enter your email address and submit to have your password reset. Then check " +"your email for further instructions." msgstr "" -#: ../../include/text.php:839 -msgid "Friday" +#: ../../mod/lostpass.php:124 +msgid "Email Address" msgstr "" -#: ../../include/text.php:839 -msgid "Saturday" +#: ../../mod/lostpass.php:125 +msgid "Reset" msgstr "" -#: ../../include/text.php:839 -msgid "Sunday" +#: ../../mod/import.php:36 +msgid "Nothing to import." msgstr "" -#: ../../include/text.php:843 -msgid "January" +#: ../../mod/import.php:58 +msgid "Unable to download data from old server" msgstr "" -#: ../../include/text.php:843 -msgid "February" +#: ../../mod/import.php:64 +msgid "Imported file is empty." msgstr "" -#: ../../include/text.php:843 -msgid "March" +#: ../../mod/import.php:88 +msgid "" +"Cannot create a duplicate channel identifier on this system. Import failed." msgstr "" -#: ../../include/text.php:843 -msgid "April" +#: ../../mod/import.php:106 +msgid "Channel clone failed. Import failed." msgstr "" -#: ../../include/text.php:843 -msgid "May" +#: ../../mod/import.php:116 +msgid "Cloned channel not found. Import failed." msgstr "" -#: ../../include/text.php:843 -msgid "June" +#: ../../mod/import.php:327 +msgid "Import completed." msgstr "" -#: ../../include/text.php:843 -msgid "July" +#: ../../mod/import.php:340 +msgid "You must be logged in to use this feature." msgstr "" -#: ../../include/text.php:843 -msgid "August" +#: ../../mod/import.php:345 +msgid "Import Channel" msgstr "" -#: ../../include/text.php:843 -msgid "September" +#: ../../mod/import.php:346 +msgid "" +"Use this form to import an existing channel from a different server/hub. You " +"may retrieve the channel identity from the old server/hub via the network or " +"provide an export file. Only identity and connections/relationships will be " +"imported. Importation of content is not yet available." msgstr "" -#: ../../include/text.php:843 -msgid "October" +#: ../../mod/import.php:347 +msgid "File to Upload" msgstr "" -#: ../../include/text.php:843 -msgid "November" +#: ../../mod/import.php:348 +msgid "Or provide the old server/hub details" msgstr "" -#: ../../include/text.php:843 -msgid "December" +#: ../../mod/import.php:349 +msgid "Your old identity address (xyz@example.com)" msgstr "" -#: ../../include/text.php:929 -msgid "bytes" +#: ../../mod/import.php:350 +msgid "Your old login email address" msgstr "" -#: ../../include/text.php:949 ../../include/text.php:964 -msgid "remove" +#: ../../mod/import.php:351 +msgid "Your old login password" msgstr "" -#: ../../include/text.php:949 ../../include/text.php:964 -msgid "[remove]" +#: ../../mod/import.php:352 +msgid "" +"For either option, please choose whether to make this hub your new primary " +"address, or whether your old location should continue this role. You will be " +"able to post from either location, but only one can be marked as the primary " +"location for files, photos, and media." msgstr "" -#: ../../include/text.php:952 -msgid "Categories:" +#: ../../mod/import.php:353 +msgid "Make this hub my primary location" msgstr "" -#: ../../include/text.php:967 -msgid "Filed under:" +#: ../../mod/manage.php:59 +msgid "Create a new channel" msgstr "" -#: ../../include/text.php:983 ../../include/text.php:995 -msgid "Click to open/close" +#: ../../mod/manage.php:64 +msgid "Channel Manager" msgstr "" -#: ../../include/text.php:1101 ../../include/user.php:236 -msgid "default" +#: ../../mod/manage.php:65 +msgid "Current Channel" msgstr "" -#: ../../include/text.php:1113 -msgid "Select an alternate language" +#: ../../mod/manage.php:67 +msgid "Attach to one of your channels by selecting it." msgstr "" -#: ../../include/text.php:1323 -msgid "activity" +#: ../../mod/manage.php:68 +msgid "Default Channel" msgstr "" -#: ../../include/text.php:1325 -msgid "comment" +#: ../../mod/manage.php:69 +msgid "Make Default" msgstr "" -#: ../../include/text.php:1326 -msgid "post" +#: ../../mod/match.php:12 +msgid "Profile Match" msgstr "" -#: ../../include/text.php:1481 -msgid "Item filed" +#: ../../mod/match.php:20 +msgid "No keywords to match. Please add keywords to your default profile." msgstr "" -#: ../../include/diaspora.php:660 -msgid "Sharing notification from Diaspora network" +#: ../../mod/match.php:57 +msgid "is interested in:" msgstr "" -#: ../../include/diaspora.php:2152 -msgid "Attachments:" +#: ../../mod/crepair.php:102 +msgid "Contact settings applied." msgstr "" -#: ../../include/network.php:842 -msgid "view full size" +#: ../../mod/crepair.php:104 +msgid "Contact update failed." msgstr "" -#: ../../include/oembed.php:135 -msgid "Embedded content" +#: ../../mod/crepair.php:129 ../../mod/fsuggest.php:20 +#: ../../mod/fsuggest.php:92 +msgid "Contact not found." msgstr "" -#: ../../include/oembed.php:144 -msgid "Embedding disabled" +#: ../../mod/crepair.php:135 +msgid "Repair Contact Settings" msgstr "" -#: ../../include/group.php:25 +#: ../../mod/crepair.php:137 msgid "" -"A deleted group with this name was revived. Existing item permissions " -"<strong>may</strong> apply to this group and any future members. If this is " -"not what you intended, please create another group with a different name." -msgstr "" - -#: ../../include/group.php:176 -msgid "Default privacy group for new contacts" -msgstr "" - -#: ../../include/group.php:195 -msgid "Everybody" -msgstr "" - -#: ../../include/group.php:218 -msgid "edit" -msgstr "" - -#: ../../include/group.php:240 -msgid "Edit group" -msgstr "" - -#: ../../include/group.php:241 -msgid "Create a new group" -msgstr "" - -#: ../../include/group.php:242 -msgid "Contacts not in any group" +"<strong>WARNING: This is highly advanced</strong> and if you enter incorrect " +"information your communications with this contact may stop working." msgstr "" -#: ../../include/nav.php:46 ../../boot.php:884 -msgid "Logout" +#: ../../mod/crepair.php:138 +msgid "" +"Please use your browser 'Back' button <strong>now</strong> if you are " +"uncertain what to do on this page." msgstr "" -#: ../../include/nav.php:46 -msgid "End this session" +#: ../../mod/crepair.php:144 +msgid "Return to contact editor" msgstr "" -#: ../../include/nav.php:49 ../../boot.php:1574 -msgid "Status" +#: ../../mod/crepair.php:149 +msgid "Account Nickname" msgstr "" -#: ../../include/nav.php:64 -msgid "Sign in" +#: ../../mod/crepair.php:150 +msgid "@Tagname - overrides Name/Nickname" msgstr "" -#: ../../include/nav.php:77 -msgid "Home Page" +#: ../../mod/crepair.php:151 +msgid "Account URL" msgstr "" -#: ../../include/nav.php:81 -msgid "Create an account" +#: ../../mod/crepair.php:152 +msgid "Friend Request URL" msgstr "" -#: ../../include/nav.php:86 -msgid "Help and documentation" +#: ../../mod/crepair.php:153 +msgid "Friend Confirm URL" msgstr "" -#: ../../include/nav.php:89 -msgid "Apps" +#: ../../mod/crepair.php:154 +msgid "Notification Endpoint URL" msgstr "" -#: ../../include/nav.php:89 -msgid "Addon applications, utilities, games" +#: ../../mod/crepair.php:155 +msgid "Poll/Feed URL" msgstr "" -#: ../../include/nav.php:91 -msgid "Search site content" +#: ../../mod/crepair.php:156 +msgid "New photo from this URL" msgstr "" -#: ../../include/nav.php:101 -msgid "Conversations on this site" +#: ../../mod/zfinger.php:23 +msgid "invalid target signature" msgstr "" -#: ../../include/nav.php:103 -msgid "Directory" +#: ../../mod/follow.php:24 +msgid "Channel added." msgstr "" -#: ../../include/nav.php:103 -msgid "People directory" +#: ../../mod/nogroup.php:58 +msgid "Contacts who are not members of a group" msgstr "" -#: ../../include/nav.php:113 -msgid "Conversations from your friends" +#: ../../mod/profile_photo.php:54 +msgid "Image uploaded but image cropping failed." msgstr "" -#: ../../include/nav.php:121 -msgid "Friend Requests" +#: ../../mod/profile_photo.php:107 +msgid "Image resize failed." msgstr "" -#: ../../include/nav.php:123 -msgid "See all notifications" +#: ../../mod/profile_photo.php:151 +msgid "" +"Shift-reload the page or clear browser cache if the new photo does not " +"display immediately." msgstr "" -#: ../../include/nav.php:124 -msgid "Mark all system notifications seen" +#: ../../mod/profile_photo.php:173 +#, php-format +msgid "Image exceeds size limit of %d" msgstr "" -#: ../../include/nav.php:128 -msgid "Private mail" +#: ../../mod/profile_photo.php:182 +msgid "Unable to process image." msgstr "" -#: ../../include/nav.php:129 -msgid "Inbox" +#: ../../mod/profile_photo.php:224 ../../mod/profile_photo.php:272 +msgid "Photo not available." msgstr "" -#: ../../include/nav.php:130 -msgid "Outbox" +#: ../../mod/profile_photo.php:291 +msgid "Upload File:" msgstr "" -#: ../../include/nav.php:134 -msgid "Manage" +#: ../../mod/profile_photo.php:292 +msgid "Select a profile:" msgstr "" -#: ../../include/nav.php:134 -msgid "Manage other pages" +#: ../../mod/profile_photo.php:293 +msgid "Upload Profile Photo" msgstr "" -#: ../../include/nav.php:138 ../../boot.php:1132 -msgid "Profiles" +#: ../../mod/profile_photo.php:294 +msgid "Upload" msgstr "" -#: ../../include/nav.php:138 ../../boot.php:1132 -msgid "Manage/edit profiles" +#: ../../mod/profile_photo.php:298 +msgid "skip this step" msgstr "" -#: ../../include/nav.php:139 -msgid "Manage/edit friends and contacts" +#: ../../mod/profile_photo.php:298 +msgid "select a photo from your photo albums" msgstr "" -#: ../../include/nav.php:146 -msgid "Site setup and configuration" +#: ../../mod/profile_photo.php:312 +msgid "Crop Image" msgstr "" -#: ../../include/nav.php:170 -msgid "Nothing new here" +#: ../../mod/profile_photo.php:313 +msgid "Please adjust the image cropping for optimum viewing." msgstr "" -#: ../../include/contact_widgets.php:6 -msgid "Add New Contact" +#: ../../mod/profile_photo.php:315 +msgid "Done Editing" msgstr "" -#: ../../include/contact_widgets.php:7 -msgid "Enter address or web location" +#: ../../mod/profile_photo.php:350 +msgid "Image uploaded successfully." msgstr "" -#: ../../include/contact_widgets.php:8 -msgid "Example: bob@example.com, http://example.com/barbara" +#: ../../mod/profile_photo.php:352 +msgid "Image upload failed." msgstr "" -#: ../../include/contact_widgets.php:23 +#: ../../mod/profile_photo.php:361 #, 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:68 -msgid "Networks" -msgstr "" - -#: ../../include/contact_widgets.php:71 -msgid "All Networks" +msgid "Image size reduction [%s] failed." msgstr "" -#: ../../include/contact_widgets.php:98 -msgid "Saved Folders" +#: ../../mod/editwebpage.php:36 ../../mod/editpost.php:18 +msgid "Item not found" msgstr "" -#: ../../include/contact_widgets.php:101 ../../include/contact_widgets.php:129 -msgid "Everything" +#: ../../mod/editwebpage.php:69 ../../mod/editpost.php:38 +msgid "Edit post" msgstr "" -#: ../../include/contact_widgets.php:126 -msgid "Categories" +#: ../../mod/editwebpage.php:107 ../../mod/editpost.php:80 +msgid "Insert YouTube video" msgstr "" -#: ../../include/auth.php:36 -msgid "Logged out." +#: ../../mod/editwebpage.php:108 ../../mod/editpost.php:81 +msgid "Insert Vorbis [.ogg] video" msgstr "" -#: ../../include/auth.php:115 -msgid "" -"We encountered a problem while logging in with the OpenID you provided. " -"Please check the correct spelling of the ID." +#: ../../mod/editwebpage.php:109 ../../mod/editpost.php:82 +msgid "Insert Vorbis [.ogg] audio" msgstr "" -#: ../../include/auth.php:115 -msgid "The error message was:" +#: ../../mod/notifications.php:26 +msgid "Invalid request identifier." msgstr "" -#: ../../include/datetime.php:43 ../../include/datetime.php:45 -msgid "Miscellaneous" +#: ../../mod/notifications.php:76 +msgid "System" msgstr "" -#: ../../include/datetime.php:131 ../../include/datetime.php:263 -msgid "year" +#: ../../mod/notifications.php:96 +msgid "Introductions" msgstr "" -#: ../../include/datetime.php:136 ../../include/datetime.php:264 -msgid "month" +#: ../../mod/notifications.php:121 +msgid "Show Ignored Requests" msgstr "" -#: ../../include/datetime.php:141 ../../include/datetime.php:266 -msgid "day" +#: ../../mod/notifications.php:121 +msgid "Hide Ignored Requests" msgstr "" -#: ../../include/datetime.php:254 -msgid "never" +#: ../../mod/notifications.php:147 ../../mod/notifications.php:193 +msgid "Notification type: " msgstr "" -#: ../../include/datetime.php:260 -msgid "less than a second ago" +#: ../../mod/notifications.php:148 +msgid "Friend Suggestion" msgstr "" -#: ../../include/datetime.php:263 -msgid "years" +#: ../../mod/notifications.php:150 +#, php-format +msgid "suggested by %s" msgstr "" -#: ../../include/datetime.php:264 -msgid "months" +#: ../../mod/notifications.php:179 +msgid "Claims to be known to you: " msgstr "" -#: ../../include/datetime.php:265 -msgid "week" +#: ../../mod/notifications.php:179 +msgid "yes" msgstr "" -#: ../../include/datetime.php:265 -msgid "weeks" +#: ../../mod/notifications.php:179 +msgid "no" msgstr "" -#: ../../include/datetime.php:266 -msgid "days" +#: ../../mod/notifications.php:186 +msgid "Approve as: " msgstr "" -#: ../../include/datetime.php:267 -msgid "hour" +#: ../../mod/notifications.php:187 +msgid "Friend" msgstr "" -#: ../../include/datetime.php:267 -msgid "hours" +#: ../../mod/notifications.php:188 +msgid "Sharer" msgstr "" -#: ../../include/datetime.php:268 -msgid "minute" +#: ../../mod/notifications.php:188 +msgid "Fan/Admirer" msgstr "" -#: ../../include/datetime.php:268 -msgid "minutes" +#: ../../mod/notifications.php:194 +msgid "Friend/Connect Request" msgstr "" -#: ../../include/datetime.php:269 -msgid "second" +#: ../../mod/notifications.php:194 +msgid "New Follower" msgstr "" -#: ../../include/datetime.php:269 -msgid "seconds" +#: ../../mod/notifications.php:215 +msgid "No introductions." msgstr "" -#: ../../include/datetime.php:278 +#: ../../mod/notifications.php:257 ../../mod/notifications.php:382 +#: ../../mod/notifications.php:465 #, php-format -msgid "%1$d %2$s ago" +msgid "%s liked %s's post" msgstr "" -#: ../../include/datetime.php:450 ../../include/items.php:1460 +#: ../../mod/notifications.php:266 ../../mod/notifications.php:391 +#: ../../mod/notifications.php:474 #, php-format -msgid "%s's birthday" +msgid "%s disliked %s's post" msgstr "" -#: ../../include/datetime.php:451 ../../include/items.php:1461 +#: ../../mod/notifications.php:280 ../../mod/notifications.php:405 +#: ../../mod/notifications.php:488 #, php-format -msgid "Happy Birthday %s" -msgstr "" - -#: ../../include/onepoll.php:399 -msgid "From: " -msgstr "" - -#: ../../include/bbcode.php:225 ../../include/bbcode.php:245 -msgid "$1 wrote:" -msgstr "" - -#: ../../include/bbcode.php:260 ../../include/bbcode.php:337 -msgid "Image/photo" +msgid "%s is now friends with %s" msgstr "" -#: ../../include/dba.php:41 +#: ../../mod/notifications.php:287 ../../mod/notifications.php:412 #, php-format -msgid "Cannot locate DNS info for database server '%s'" -msgstr "" - -#: ../../include/message.php:15 ../../include/message.php:171 -msgid "[no subject]" -msgstr "" - -#: ../../include/acl_selectors.php:286 -msgid "Visible to everybody" -msgstr "" - -#: ../../include/enotify.php:14 -msgid "Friendica Notification" -msgstr "" - -#: ../../include/enotify.php:17 -msgid "Thank You," +msgid "%s created a new post" msgstr "" -#: ../../include/enotify.php:19 +#: ../../mod/notifications.php:288 ../../mod/notifications.php:413 +#: ../../mod/notifications.php:497 #, php-format -msgid "%s Administrator" +msgid "%s commented on %s's post" msgstr "" -#: ../../include/enotify.php:38 -#, php-format -msgid "%s <!item_type!>" +#: ../../mod/notifications.php:302 +msgid "No more network notifications." msgstr "" -#: ../../include/enotify.php:42 -#, php-format -msgid "[Friendica:Notify] New mail received at %s" +#: ../../mod/notifications.php:306 +msgid "Network Notifications" msgstr "" -#: ../../include/enotify.php:44 -#, php-format -msgid "%1$s sent you a new private message at %2$s." +#: ../../mod/notifications.php:332 ../../mod/notify.php:54 +msgid "No more system notifications." msgstr "" -#: ../../include/enotify.php:45 -#, php-format -msgid "%1$s sent you %2$s." +#: ../../mod/notifications.php:336 ../../mod/notify.php:58 +msgid "System Notifications" msgstr "" -#: ../../include/enotify.php:45 -msgid "a private message" +#: ../../mod/notifications.php:427 +msgid "No more personal notifications." msgstr "" -#: ../../include/enotify.php:46 -#, php-format -msgid "Please visit %s to view and/or reply to your private messages." +#: ../../mod/notifications.php:431 +msgid "Personal Notifications" msgstr "" -#: ../../include/enotify.php:87 -#, php-format -msgid "%1$s commented on [url=%2$s]a %3$s[/url]" +#: ../../mod/notifications.php:504 +msgid "No more home notifications." msgstr "" -#: ../../include/enotify.php:94 -#, php-format -msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]" +#: ../../mod/notifications.php:508 +msgid "Home Notifications" msgstr "" -#: ../../include/enotify.php:102 -#, php-format -msgid "%1$s commented on [url=%2$s]your %3$s[/url]" +#: ../../mod/oexchange.php:22 +msgid "Post successful." msgstr "" -#: ../../include/enotify.php:112 -#, php-format -msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s" +#: ../../mod/editpost.php:29 +msgid "Item is not editable" msgstr "" -#: ../../include/enotify.php:113 -#, php-format -msgid "%s commented on an item/conversation you have been following." +#: ../../mod/profile.php:111 +msgid "Access to this profile has been restricted." msgstr "" -#: ../../include/enotify.php:116 ../../include/enotify.php:131 -#: ../../include/enotify.php:144 ../../include/enotify.php:157 -#, php-format -msgid "Please visit %s to view and/or reply to the conversation." +#: ../../mod/poke.php:159 +msgid "Poke/Prod" msgstr "" -#: ../../include/enotify.php:123 -#, php-format -msgid "[Friendica:Notify] %s posted to your profile wall" +#: ../../mod/poke.php:160 +msgid "poke, prod or do other things to somebody" msgstr "" -#: ../../include/enotify.php:125 -#, php-format -msgid "%1$s posted to your profile wall at %2$s" +#: ../../mod/poke.php:161 +msgid "Recipient" msgstr "" -#: ../../include/enotify.php:127 -#, php-format -msgid "%1$s posted to [url=%2s]your wall[/url]" +#: ../../mod/poke.php:162 +msgid "Choose what you wish to do to recipient" msgstr "" -#: ../../include/enotify.php:138 -#, php-format -msgid "[Friendica:Notify] %s tagged you" +#: ../../mod/poke.php:165 +msgid "Make this post private" msgstr "" -#: ../../include/enotify.php:139 -#, php-format -msgid "%1$s tagged you at %2$s" +#: ../../mod/community.php:23 +msgid "Not available." msgstr "" -#: ../../include/enotify.php:140 -#, php-format -msgid "%1$s [url=%2$s]tagged you[/url]." +#: ../../mod/community.php:32 +msgid "Community" msgstr "" -#: ../../include/enotify.php:151 -#, php-format -msgid "[Friendica:Notify] %s tagged your post" +#: ../../mod/community.php:63 ../../mod/community.php:88 +msgid "No results." msgstr "" -#: ../../include/enotify.php:152 -#, php-format -msgid "%1$s tagged your post at %2$s" +#: ../../mod/fbrowser.php:113 +msgid "Files" msgstr "" -#: ../../include/enotify.php:153 -#, php-format -msgid "%1$s tagged [url=%2$s]your post[/url]" +#: ../../mod/fsuggest.php:63 +msgid "Friend suggestion sent." msgstr "" -#: ../../include/enotify.php:164 -msgid "[Friendica:Notify] Introduction received" +#: ../../mod/fsuggest.php:97 +msgid "Suggest Friends" msgstr "" -#: ../../include/enotify.php:165 +#: ../../mod/fsuggest.php:99 #, php-format -msgid "You've received an introduction from '%1$s' at %2$s" +msgid "Suggest a friend for %s" msgstr "" -#: ../../include/enotify.php:166 -#, php-format -msgid "You've received [url=%1$s]an introduction[/url] from %2$s." +#: ../../mod/profperm.php:34 ../../mod/profperm.php:64 +msgid "Invalid profile identifier." msgstr "" -#: ../../include/enotify.php:169 ../../include/enotify.php:187 -#, php-format -msgid "You may visit their profile at %s" +#: ../../mod/profperm.php:110 +msgid "Profile Visibility Editor" msgstr "" -#: ../../include/enotify.php:171 -#, php-format -msgid "Please visit %s to approve or reject the introduction." +#: ../../mod/profperm.php:114 +msgid "Click on a contact to add or remove." msgstr "" -#: ../../include/enotify.php:178 -msgid "[Friendica:Notify] Friend suggestion received" +#: ../../mod/profperm.php:123 +msgid "Visible To" msgstr "" -#: ../../include/enotify.php:179 -#, php-format -msgid "You've received a friend suggestion from '%1$s' at %2$s" +#: ../../mod/profperm.php:139 +msgid "All Contacts (with secure profile access)" msgstr "" -#: ../../include/enotify.php:180 +#: ../../mod/siteinfo.php:51 #, php-format -msgid "You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s." -msgstr "" - -#: ../../include/enotify.php:185 -msgid "Name:" +msgid "Version %s" msgstr "" -#: ../../include/enotify.php:186 -msgid "Photo:" +#: ../../mod/siteinfo.php:65 +msgid "Installed plugins/addons/apps:" msgstr "" -#: ../../include/enotify.php:189 -#, php-format -msgid "Please visit %s to approve or reject the suggestion." +#: ../../mod/siteinfo.php:78 +msgid "No installed plugins/addons/apps" msgstr "" -#: ../../include/follow.php:32 -msgid "Connect URL missing." +#: ../../mod/siteinfo.php:81 +msgid "Red" msgstr "" -#: ../../include/follow.php:59 +#: ../../mod/siteinfo.php:82 msgid "" -"This site is not configured to allow communications with other networks." +"This is Red - another decentralized, distributed communications project by " +"the folks at Friendica." msgstr "" -#: ../../include/follow.php:60 ../../include/follow.php:80 -msgid "No compatible communication protocols or feeds were discovered." +#: ../../mod/siteinfo.php:84 +msgid "Running at web location" 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 +#: ../../mod/siteinfo.php:85 msgid "" -"Unable to match @-style Identity Address with a known protocol or email " -"contact." +"Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn " +"more about the Friendica and/or Red project." msgstr "" -#: ../../include/follow.php:87 -msgid "Use mailto: in front of address to force email check." +#: ../../mod/siteinfo.php:86 +msgid "Bug reports and issues: please visit" msgstr "" -#: ../../include/follow.php:93 +#: ../../mod/siteinfo.php:89 msgid "" -"The profile address specified belongs to a network which has been disabled " -"on this site." +"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - " +"dot com" msgstr "" -#: ../../include/follow.php:103 +#: ../../mod/suggest.php:41 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/items.php:2890 -msgid "A new person is sharing with you at " -msgstr "" - -#: ../../include/items.php:2890 -msgid "You have a new follower at " -msgstr "" - -#: ../../include/items.php:3522 -msgid "Archives" -msgstr "" - -#: ../../include/bb2diaspora.php:226 ../../include/bb2diaspora.php:236 -#: ../../include/bb2diaspora.php:237 -msgid "image/photo" -msgstr "" - -#: ../../include/user.php:38 -msgid "An invitation is required." -msgstr "" - -#: ../../include/user.php:43 -msgid "Invitation could not be verified." -msgstr "" - -#: ../../include/user.php:51 -msgid "Invalid OpenID url" -msgstr "" - -#: ../../include/user.php:66 -msgid "Please enter the required information." -msgstr "" - -#: ../../include/user.php:80 -msgid "Please use a shorter name." -msgstr "" - -#: ../../include/user.php:82 -msgid "Name too short." -msgstr "" - -#: ../../include/user.php:97 -msgid "That doesn't appear to be your full (First Last) name." -msgstr "" - -#: ../../include/user.php:102 -msgid "Your email domain is not among those allowed on this site." +"No suggestions available. If this is a new site, please try again in 24 " +"hours." msgstr "" -#: ../../include/user.php:105 -msgid "Not a valid email address." +#: ../../mod/suggest.php:58 +msgid "Ignore/Hide" msgstr "" -#: ../../include/user.php:115 -msgid "Cannot use that email." +#: ../../mod/register.php:35 +msgid "Maximum daily site registrations exceeded. Please try again tomorrow." msgstr "" -#: ../../include/user.php:121 +#: ../../mod/register.php:41 msgid "" -"Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and " -"must also begin with a letter." -msgstr "" - -#: ../../include/user.php:127 ../../include/user.php:225 -msgid "Nickname is already registered. Please choose another." +"Please indicate acceptance of the Terms of Service. Registration failed." msgstr "" -#: ../../include/user.php:137 +#: ../../mod/register.php:91 msgid "" -"Nickname was once registered here and may not be re-used. Please choose " -"another." -msgstr "" - -#: ../../include/user.php:153 -msgid "SERIOUS ERROR: Generation of security keys failed." -msgstr "" - -#: ../../include/user.php:211 -msgid "An error occurred during registration. Please try again." -msgstr "" - -#: ../../include/user.php:246 -msgid "An error occurred creating your default profile. Please try again." +"Registration successful. Please check your email for validation instructions." msgstr "" -#: ../../include/security.php:21 -msgid "Welcome " -msgstr "" - -#: ../../include/security.php:22 -msgid "Please upload a profile photo." +#: ../../mod/register.php:97 +msgid "Your registration is pending approval by the site owner." msgstr "" -#: ../../include/security.php:25 -msgid "Welcome back " +#: ../../mod/register.php:100 +msgid "Your registration can not be processed." msgstr "" -#: ../../include/security.php:329 +#: ../../mod/register.php:135 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/Contact.php:111 -msgid "stopped following" -msgstr "" - -#: ../../include/Contact.php:218 ../../include/conversation.php:842 -msgid "View Status" -msgstr "" - -#: ../../include/Contact.php:219 ../../include/conversation.php:843 -msgid "View Profile" -msgstr "" - -#: ../../include/Contact.php:220 ../../include/conversation.php:844 -msgid "View Photos" -msgstr "" - -#: ../../include/Contact.php:221 ../../include/Contact.php:234 -#: ../../include/conversation.php:845 -msgid "Network Posts" -msgstr "" - -#: ../../include/Contact.php:222 ../../include/Contact.php:234 -#: ../../include/conversation.php:846 -msgid "Edit Contact" -msgstr "" - -#: ../../include/Contact.php:223 ../../include/Contact.php:234 -#: ../../include/conversation.php:847 -msgid "Send PM" -msgstr "" - -#: ../../include/conversation.php:163 -msgid "post/item" -msgstr "" - -#: ../../include/conversation.php:164 -#, php-format -msgid "%1$s marked %2$s's %3$s as favorite" -msgstr "" - -#: ../../include/conversation.php:750 -msgid "Delete Selected Items" -msgstr "" - -#: ../../include/conversation.php:905 -#, php-format -msgid "%s likes this." +"This site has exceeded the number of allowed daily account registrations. " +"Please try again tomorrow." msgstr "" -#: ../../include/conversation.php:905 -#, php-format -msgid "%s doesn't like this." +#: ../../mod/register.php:146 +msgid "Terms of Service" msgstr "" -#: ../../include/conversation.php:909 +#: ../../mod/register.php:152 #, php-format -msgid "<span %1$s>%2$d people</span> like this." +msgid "I accept the %s for this website" msgstr "" -#: ../../include/conversation.php:911 +#: ../../mod/register.php:154 #, php-format -msgid "<span %1$s>%2$d people</span> don't like this." +msgid "I am over 13 years of age and accept the %s for this website" msgstr "" -#: ../../include/conversation.php:917 -msgid "and" -msgstr "" - -#: ../../include/conversation.php:920 -#, php-format -msgid ", and %d other people" +#: ../../mod/register.php:169 +msgid "Membership on this site is by invitation only." msgstr "" -#: ../../include/conversation.php:921 -#, php-format -msgid "%s like this." +#: ../../mod/register.php:170 +msgid "Please enter your invitation code" msgstr "" -#: ../../include/conversation.php:921 -#, php-format -msgid "%s don't like this." +#: ../../mod/register.php:173 +msgid "Your email address" msgstr "" -#: ../../include/conversation.php:946 -msgid "Visible to <strong>everybody</strong>" +#: ../../mod/register.php:174 +msgid "Choose a password" msgstr "" -#: ../../include/conversation.php:948 -msgid "Please enter a video link/URL:" +#: ../../mod/register.php:175 +msgid "Please re-enter your password" msgstr "" -#: ../../include/conversation.php:949 -msgid "Please enter an audio link/URL:" +#: ../../mod/regmod.php:12 +msgid "Please login." msgstr "" -#: ../../include/conversation.php:950 -msgid "Tag term:" +#: ../../mod/removeme.php:45 ../../mod/removeme.php:48 +msgid "Remove My Account" msgstr "" -#: ../../include/conversation.php:952 -msgid "Where are you right now?" +#: ../../mod/removeme.php:46 +msgid "" +"This will completely remove your account. Once this has been done it is not " +"recoverable." msgstr "" -#: ../../include/conversation.php:995 -msgid "upload photo" +#: ../../mod/removeme.php:47 +msgid "Please enter your password for verification:" msgstr "" -#: ../../include/conversation.php:997 -msgid "attach file" +#: ../../mod/mood.php:131 +msgid "Mood" msgstr "" -#: ../../include/conversation.php:999 -msgid "web link" +#: ../../mod/mood.php:132 +msgid "Set your current mood and tell your friends" msgstr "" -#: ../../include/conversation.php:1000 -msgid "Insert video link" +#: ../../view/theme/redbasic/php/config.php:138 +#: ../../view/theme/redbasic/php/config.php:156 +#: ../../view/theme/redstrap/php/config.php:133 +msgid "Theme settings" msgstr "" -#: ../../include/conversation.php:1001 -msgid "video link" +#: ../../view/theme/redbasic/php/config.php:139 +#: ../../view/theme/redbasic/php/config.php:157 +#: ../../view/theme/redstrap/php/config.php:134 +msgid "Set font-size for posts and comments" msgstr "" -#: ../../include/conversation.php:1002 -msgid "Insert audio link" +#: ../../view/theme/redbasic/php/config.php:140 +#: ../../view/theme/redbasic/php/config.php:158 +#: ../../view/theme/redstrap/php/config.php:135 +msgid "Set line-height for posts and comments" msgstr "" -#: ../../include/conversation.php:1003 -msgid "audio link" +#: ../../view/theme/redbasic/php/config.php:141 +#: ../../view/theme/redbasic/php/config.php:159 +#: ../../view/theme/redstrap/php/config.php:136 +msgid "Set colour scheme" msgstr "" -#: ../../include/conversation.php:1005 -msgid "set location" +#: ../../view/theme/redbasic/php/config.php:142 +#: ../../view/theme/redstrap/php/config.php:137 +msgid "Draw shadows" msgstr "" -#: ../../include/conversation.php:1007 -msgid "clear location" +#: ../../view/theme/redbasic/php/config.php:143 +#: ../../view/theme/redstrap/php/config.php:138 +msgid "Navigation bar colour" msgstr "" -#: ../../include/conversation.php:1014 -msgid "permissions" +#: ../../view/theme/redbasic/php/config.php:144 +#: ../../view/theme/redstrap/php/config.php:139 +msgid "Display style" msgstr "" -#: ../../include/plugin.php:388 ../../include/plugin.php:390 -msgid "Click here to upgrade." +#: ../../view/theme/redbasic/php/config.php:145 +#: ../../view/theme/redstrap/php/config.php:140 +msgid "Display colour of links - hex value, do not include the #" msgstr "" -#: ../../include/plugin.php:396 -msgid "This action exceeds the limits set by your subscription plan." +#: ../../view/theme/redbasic/php/config.php:146 +#: ../../view/theme/redstrap/php/config.php:141 +msgid "Icons" msgstr "" -#: ../../include/plugin.php:401 -msgid "This action is not available under your subscription plan." +#: ../../view/theme/redbasic/php/config.php:147 +#: ../../view/theme/redstrap/php/config.php:142 +msgid "Shiny style" msgstr "" -#: ../../boot.php:563 -msgid "Delete this item?" +#: ../../view/theme/redbasic/php/config.php:148 +msgid "Corner radius" msgstr "" -#: ../../boot.php:566 -msgid "show fewer" +#: ../../view/theme/redbasic/php/config.php:148 +msgid "0-99 default: 5" msgstr "" -#: ../../boot.php:761 +#: ../../boot.php:1196 #, php-format msgid "Update %s failed. See error logs." msgstr "" -#: ../../boot.php:763 +#: ../../boot.php:1199 #, php-format msgid "Update Error at %s" msgstr "" -#: ../../boot.php:863 +#: ../../boot.php:1336 msgid "Create a New Account" msgstr "" -#: ../../boot.php:887 -msgid "Nickname or Email address: " +#: ../../boot.php:1365 +msgid "Password" msgstr "" -#: ../../boot.php:888 -msgid "Password: " +#: ../../boot.php:1366 +msgid "Remember me" msgstr "" -#: ../../boot.php:891 -msgid "Or login using OpenID: " +#: ../../boot.php:1371 +msgid "Forgot your password?" msgstr "" -#: ../../boot.php:897 -msgid "Forgot your password?" +#: ../../boot.php:1490 +msgid "Requested channel is not available." msgstr "" -#: ../../boot.php:1064 -msgid "Edit profile" +#: ../../boot.php:1502 +msgid " Sorry, you don't have the permission to view this profile. " msgstr "" -#: ../../boot.php:1124 -msgid "Message" +#: ../../boot.php:1646 +msgid "Profiles" msgstr "" -#: ../../boot.php:1240 ../../boot.php:1319 -msgid "g A l F d" +#: ../../boot.php:1646 +msgid "Manage/edit profiles" msgstr "" -#: ../../boot.php:1241 ../../boot.php:1320 -msgid "F d" +#: ../../boot.php:1650 +msgid "Edit Profile" msgstr "" -#: ../../boot.php:1286 ../../boot.php:1360 -msgid "[today]" +#: ../../boot.php:1728 ../../boot.php:1808 +msgid "F d" msgstr "" -#: ../../boot.php:1298 +#: ../../boot.php:1785 msgid "Birthday Reminders" msgstr "" -#: ../../boot.php:1299 +#: ../../boot.php:1786 msgid "Birthdays this week:" msgstr "" -#: ../../boot.php:1353 +#: ../../boot.php:1841 msgid "[No description]" msgstr "" -#: ../../boot.php:1371 +#: ../../boot.php:1859 msgid "Event Reminders" msgstr "" -#: ../../boot.php:1372 +#: ../../boot.php:1860 msgid "Events this week:" msgstr "" -#: ../../boot.php:1577 +#: ../../boot.php:2083 +msgid "Channel" +msgstr "" + +#: ../../boot.php:2086 msgid "Status Messages and Posts" msgstr "" -#: ../../boot.php:1583 +#: ../../boot.php:2090 +msgid "About" +msgstr "" + +#: ../../boot.php:2093 msgid "Profile Details" msgstr "" -#: ../../boot.php:1598 +#: ../../boot.php:2111 msgid "Events and Calendar" msgstr "" -#: ../../boot.php:1604 -msgid "Only You Can See This" +#: ../../boot.php:2116 +msgid "Webpages" +msgstr "" + +#: ../../boot.php:2119 +msgid "Manage Webpages" +msgstr "" + +#: ../../boot.php:2346 +msgid "toggle mobile" msgstr "" diff --git a/util/precompile_smarty3.php b/util/precompile_smarty3.php new file mode 100755 index 000000000..65cb760ef --- /dev/null +++ b/util/precompile_smarty3.php @@ -0,0 +1,27 @@ +<?php
+
+
+/**
+* @package util
+*/
+
+#require_once('boot.php');
+#require_once('include/cli_startup.php');
+require_once "library/Smarty/libs/Smarty.class.php";
+
+#cli_startup();
+
+$folders = array_merge(array('view/tpl/'),glob('view/theme/*/tpl/*',GLOB_ONLYDIR));
+
+$s = new Smarty();
+
+$s->setTemplateDir($folders);
+
+$s->setCompileDir('view/tpl/smarty3/compiled/');
+$s->setConfigDir('view/tpl/smarty3/config/');
+$s->setCacheDir('view/tpl/smarty3/cache/');
+
+$s->left_delimiter = "{{";
+$s->right_delimiter = "}}";
+
+$s->compileAllTemplates('.tpl',true);
\ No newline at end of file diff --git a/util/run_xgettext.sh b/util/run_xgettext.sh index 6ea603c83..4b4e012da 100755 --- a/util/run_xgettext.sh +++ b/util/run_xgettext.sh @@ -1,37 +1,81 @@ #!/bin/bash FULLPATH=$(dirname $(readlink -f "$0")) -cd "$FULLPATH/../view/en/" -F9KVERSION=$(sed -n "s/.*'FRIENDICA_VERSION'.*'\([0-9.]*\)'.*/\1/p" ../../boot.php); - -echo "Friendica version $F9KVERSION" +ADDONMODE= +ADDONNAME= +if [ "$1" == "--addon" -o "$1" == "-a" ] +then + ADDONMODE=1 + if [ -z $2 ]; then echo -e "ERROR: missing addon name\n\nrun_xgettext.sh -a <addonname>"; exit 1; fi + ADDONNAME=$2 + if [ ! -d "$FULLPATH/../addon/$ADDONNAME" ]; then echo "ERROR: addon '$ADDONNAME' not found"; exit 2; fi +fi -OPTS= -OUTFILE="$FULLPATH/messages.po" -if [ "" != "$1" ] +if [ $ADDONMODE ] then - OUTFILE="$(readlink -f ${FULLPATH}/$1)" - if [ -e "$OUTFILE" ] - then - echo "join extracted strings" - OPTS="-j" - fi + cd "$FULLPATH/../addon/$ADDONNAME" + mkdir -p "$FULLPATH/../addon/$ADDONNAME/lang/C" + OUTFILE="$FULLPATH/../addon/$ADDONNAME/lang/C/messages.po" + FINDSTARTDIR="." + FINDOPTS= +else + cd "$FULLPATH/../view/en/" + OUTFILE="$FULLPATH/messages.po" + FINDSTARTDIR="../../" + # skip addon folder + FINDOPTS="-wholename */addon -prune -o" fi + +F9KVERSION=$(cat ../../version.inc); + +echo "Red version $F9KVERSION" + +OPTS= + +#if [ "" != "$1" ] +#then +# OUTFILE="$(readlink -f ${FULLPATH}/$1)" +# if [ -e "$OUTFILE" ] +# then +# echo "join extracted strings" +# OPTS="-j" +# fi +#fi + KEYWORDS="-k -kt -ktt:1,2" echo "extract strings to $OUTFILE.." -find ../../ -name "*.php" | xargs xgettext $KEYWORDS $OPTS -o "$OUTFILE" --from-code=UTF-8 -echo "setup base info.." -sed -i "s/SOME DESCRIPTIVE TITLE./FRIENDICA Distributed Social Network/g" "$OUTFILE" -sed -i "s/YEAR THE PACKAGE'S COPYRIGHT HOLDER/2010, 2011 the Friendica Project/g" "$OUTFILE" -sed -i "s/FIRST AUTHOR <EMAIL@ADDRESS>, YEAR./Mike Macgirvin, 2010/g" "$OUTFILE" -sed -i "s/PACKAGE VERSION/$F9KVERSION/g" "$OUTFILE" -sed -i "s/PACKAGE/Friendica/g" "$OUTFILE" -sed -i "s/CHARSET/UTF-8/g" "$OUTFILE" -sed -i "s/^\"Plural-Forms/#\"Plural-Forms/g" "$OUTFILE" +echo "extract strings to $OUTFILE.." +rm "$OUTFILE"; touch "$OUTFILE" +for f in $(find "$FINDSTARTDIR" $FINDOPTS -name "*.php" -type f) +do + if [ ! -d "$f" ] + then + xgettext $KEYWORDS $OPTS -j -o "$OUTFILE" --from-code=UTF-8 "$f" > /dev/null 2>&1 + fi +done +echo "setup base info.." +if [ $ADDONMODE ] +then + sed -i "s/SOME DESCRIPTIVE TITLE./ADDON $ADDONNAME/g" "$OUTFILE" + sed -i "s/YEAR THE PACKAGE'S COPYRIGHT HOLDER//g" "$OUTFILE" + sed -i "s/FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.//g" "$OUTFILE" + sed -i "s/PACKAGE VERSION//g" "$OUTFILE" + sed -i "s/PACKAGE/RedMatrix $ADDONNAME addon/g" "$OUTFILE" + sed -i "s/CHARSET/UTF-8/g" "$OUTFILE" + sed -i "s/^\"Plural-Forms/#\"Plural-Forms/g" "$OUTFILE" +else + sed -i "s/SOME DESCRIPTIVE TITLE./Red Communications Project/g" "$OUTFILE" + sed -i "s/YEAR THE PACKAGE'S COPYRIGHT HOLDER/2013 the Red Matrix Project/g" "$OUTFILE" + sed -i "s/FIRST AUTHOR <EMAIL@ADDRESS>, YEAR./Mike Macgirvin, 2013/g" "$OUTFILE" + sed -i "s/PACKAGE VERSION/$F9KVERSION/g" "$OUTFILE" + sed -i "s/PACKAGE/Red/g" "$OUTFILE" + sed -i "s/CHARSET/UTF-8/g" "$OUTFILE" + sed -i "s/^\"Plural-Forms/#\"Plural-Forms/g" "$OUTFILE" +fi echo "done." diff --git a/util/strings.php b/util/strings.php index e70766d86..2614d7fc2 100644 --- a/util/strings.php +++ b/util/strings.php @@ -1,213 +1,717 @@ <?php ; -$a->strings["Post successful."] = ""; -$a->strings["[Embedded content - reload page to view]"] = ""; -$a->strings["Contact settings applied."] = ""; -$a->strings["Contact update failed."] = ""; -$a->strings["Permission denied."] = ""; -$a->strings["Contact not found."] = ""; -$a->strings["Repair Contact Settings"] = ""; -$a->strings["<strong>WARNING: This is highly advanced</strong> and if you enter incorrect information your communications with this contact may stop working."] = ""; -$a->strings["Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page."] = ""; -$a->strings["Return to contact editor"] = ""; -$a->strings["Name"] = ""; -$a->strings["Account Nickname"] = ""; -$a->strings["@Tagname - overrides Name/Nickname"] = ""; -$a->strings["Account URL"] = ""; -$a->strings["Friend Request URL"] = ""; -$a->strings["Friend Confirm URL"] = ""; -$a->strings["Notification Endpoint URL"] = ""; -$a->strings["Poll/Feed URL"] = ""; -$a->strings["New photo from this URL"] = ""; -$a->strings["Submit"] = ""; -$a->strings["Help:"] = ""; +$a->strings["Visible to everybody"] = ""; +$a->strings["show"] = ""; +$a->strings["don't show"] = ""; +$a->strings[" and "] = ""; +$a->strings["public profile"] = ""; +$a->strings["%1\$s changed %2\$s to “%3\$s”"] = ""; +$a->strings["Visit %1\$s's %2\$s"] = ""; +$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = ""; +$a->strings["Public Timeline"] = ""; +$a->strings["Red Matrix Notification"] = ""; +$a->strings["Thank You,"] = ""; +$a->strings["%s Administrator"] = ""; +$a->strings["%s <!item_type!>"] = ""; +$a->strings["[Red:Notify] New mail received at %s"] = ""; +$a->strings["%1\$s sent you a new private message at %2\$s."] = ""; +$a->strings["%1\$s sent you %2\$s."] = ""; +$a->strings["a private message"] = ""; +$a->strings["Please visit %s to view and/or reply to your private messages."] = ""; +$a->strings["%1\$s commented on [zrl=%2\$s]a %3\$s[/zrl]"] = ""; +$a->strings["%1\$s commented on [zrl=%2\$s]%3\$s's %4\$s[/zrl]"] = ""; +$a->strings["%1\$s commented on [zrl=%2\$s]your %3\$s[/zrl]"] = ""; +$a->strings["[Red:Notify] Comment to conversation #%1\$d by %2\$s"] = ""; +$a->strings["%s commented on an item/conversation you have been following."] = ""; +$a->strings["Please visit %s to view and/or reply to the conversation."] = ""; +$a->strings["[Red:Notify] %s posted to your profile wall"] = ""; +$a->strings["%1\$s posted to your profile wall at %2\$s"] = ""; +$a->strings["%1\$s posted to [zrl=%2\$s]your wall[/zrl]"] = ""; +$a->strings["[Red:Notify] %s tagged you"] = ""; +$a->strings["%1\$s tagged you at %2\$s"] = ""; +$a->strings["%1\$s [zrl=%2\$s]tagged you[/zrl]."] = ""; +$a->strings["[Red:Notify] %1\$s poked you"] = ""; +$a->strings["%1\$s poked you at %2\$s"] = ""; +$a->strings["%1\$s [zrl=%2\$s]poked you[/zrl]."] = ""; +$a->strings["[Red:Notify] %s tagged your post"] = ""; +$a->strings["%1\$s tagged your post at %2\$s"] = ""; +$a->strings["%1\$s tagged [zrl=%2\$s]your post[/zrl]"] = ""; +$a->strings["[Red:Notify] Introduction received"] = ""; +$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = ""; +$a->strings["You've received [zrl=%1\$s]an introduction[/zrl] from %2\$s."] = ""; +$a->strings["You may visit their profile at %s"] = ""; +$a->strings["Please visit %s to approve or reject the introduction."] = ""; +$a->strings["[Red:Notify] Friend suggestion received"] = ""; +$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = ""; +$a->strings["You've received [zrl=%1\$s]a friend suggestion[/zrl] for %2\$s from %3\$s."] = ""; +$a->strings["Name:"] = ""; +$a->strings["Photo:"] = ""; +$a->strings["Please visit %s to approve or reject the suggestion."] = ""; +$a->strings["Connect"] = ""; +$a->strings["New window"] = ""; +$a->strings["Open the selected location in a different window or browser tab"] = ""; +$a->strings["Poke"] = ""; +$a->strings["View Status"] = ""; +$a->strings["View Profile"] = ""; +$a->strings["View Photos"] = ""; +$a->strings["Network Posts"] = ""; +$a->strings["Edit Contact"] = ""; +$a->strings["Send PM"] = ""; +$a->strings["Unknown | Not categorised"] = ""; +$a->strings["Block immediately"] = ""; +$a->strings["Shady, spammer, self-marketer"] = ""; +$a->strings["Known to me, but no opinion"] = ""; +$a->strings["OK, probably harmless"] = ""; +$a->strings["Reputable, has my trust"] = ""; +$a->strings["Frequently"] = ""; +$a->strings["Hourly"] = ""; +$a->strings["Twice daily"] = ""; +$a->strings["Daily"] = ""; +$a->strings["Weekly"] = ""; +$a->strings["Monthly"] = ""; +$a->strings["Friendica"] = ""; +$a->strings["OStatus"] = ""; +$a->strings["RSS/Atom"] = ""; +$a->strings["Email"] = ""; +$a->strings["Diaspora"] = ""; +$a->strings["Facebook"] = ""; +$a->strings["Zot!"] = ""; +$a->strings["LinkedIn"] = ""; +$a->strings["XMPP/IM"] = ""; +$a->strings["MySpace"] = ""; +$a->strings["Add New Connection"] = ""; +$a->strings["Enter the channel address"] = ""; +$a->strings["Example: bob@example.com, http://example.com/barbara"] = ""; +$a->strings["%d invitation available"] = array( + 0 => "", + 1 => "", +); +$a->strings["Find Channels"] = ""; +$a->strings["Enter name or interest"] = ""; +$a->strings["Connect/Follow"] = ""; +$a->strings["Examples: Robert Morgenstein, Fishing"] = ""; +$a->strings["Find"] = ""; +$a->strings["Channel Suggestions"] = ""; +$a->strings["Similar Interests"] = ""; +$a->strings["Random Profile"] = ""; +$a->strings["Invite Friends"] = ""; +$a->strings["Saved Folders"] = ""; +$a->strings["Everything"] = ""; +$a->strings["Categories"] = ""; +$a->strings["%d connection in common"] = array( + 0 => "", + 1 => "", +); +$a->strings["show more"] = ""; +$a->strings["Miscellaneous"] = ""; +$a->strings["year"] = ""; +$a->strings["month"] = ""; +$a->strings["day"] = ""; +$a->strings["never"] = ""; +$a->strings["less than a second ago"] = ""; +$a->strings["years"] = ""; +$a->strings["months"] = ""; +$a->strings["week"] = ""; +$a->strings["weeks"] = ""; +$a->strings["days"] = ""; +$a->strings["hour"] = ""; +$a->strings["hours"] = ""; +$a->strings["minute"] = ""; +$a->strings["minutes"] = ""; +$a->strings["second"] = ""; +$a->strings["seconds"] = ""; +$a->strings["%1\$d %2\$s ago"] = ""; +$a->strings["Cannot locate DNS info for database server '%s'"] = ""; +$a->strings["l F d, Y \\@ g:i A"] = ""; +$a->strings["Starts:"] = ""; +$a->strings["Finishes:"] = ""; +$a->strings["Location:"] = ""; +$a->strings["General Features"] = ""; +$a->strings["Content Expiration"] = ""; +$a->strings["Remove old posts/comments after a period of time"] = ""; +$a->strings["Multiple Profiles"] = ""; +$a->strings["Ability to create multiple profiles"] = ""; +$a->strings["Web Pages"] = ""; +$a->strings["Provide managed web pages on your channel"] = ""; +$a->strings["Enhanced Photo Albums"] = ""; +$a->strings["Enable photo album with enhanced features"] = ""; +$a->strings["Extended Identity Sharing"] = ""; +$a->strings[" "] = ""; +$a->strings["Expert Mode"] = ""; +$a->strings["Enable Expert Mode to provide advanced configuration options"] = ""; +$a->strings["Post Composition Features"] = ""; +$a->strings["Richtext Editor"] = ""; +$a->strings["Enable richtext editor"] = ""; +$a->strings["Post Preview"] = ""; +$a->strings["Allow previewing posts and comments before publishing them"] = ""; +$a->strings["Network and Stream Filtering"] = ""; +$a->strings["Search by Date"] = ""; +$a->strings["Ability to select posts by date ranges"] = ""; +$a->strings["Collections Filter"] = ""; +$a->strings["Enable widget to display Network posts only from selected collections"] = ""; +$a->strings["Saved Searches"] = ""; +$a->strings["Save search terms for re-use"] = ""; +$a->strings["Network Personal Tab"] = ""; +$a->strings["Enable tab to display only Network posts that you've interacted on"] = ""; +$a->strings["Network New Tab"] = ""; +$a->strings["Enable tab to display all new Network activity"] = ""; +$a->strings["Affinity Tool"] = ""; +$a->strings["Filter stream activity by depth of relationships"] = ""; +$a->strings["Post/Comment Tools"] = ""; +$a->strings["Multiple Deletion"] = ""; +$a->strings["Select and delete multiple posts/comments at once"] = ""; +$a->strings["Edit Sent Posts"] = ""; +$a->strings["Edit and correct posts and comments after sending"] = ""; +$a->strings["Tagging"] = ""; +$a->strings["Ability to tag existing posts"] = ""; +$a->strings["Post Categories"] = ""; +$a->strings["Add categories to your posts"] = ""; +$a->strings["Ability to file posts under folders"] = ""; +$a->strings["Dislike Posts"] = ""; +$a->strings["Ability to dislike posts/comments"] = ""; +$a->strings["Star Posts"] = ""; +$a->strings["Ability to mark special posts with a star indicator"] = ""; +$a->strings["Tag Cloud"] = ""; +$a->strings["Provide a personal tag cloud on your channel page"] = ""; +$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = ""; +$a->strings["Default privacy group for new contacts"] = ""; +$a->strings["All Channels"] = ""; +$a->strings["edit"] = ""; +$a->strings["Collections"] = ""; +$a->strings["Edit collection"] = ""; +$a->strings["Create a new collection"] = ""; +$a->strings["Channels not in any collection"] = ""; +$a->strings["add"] = ""; +$a->strings["Delete this item?"] = ""; +$a->strings["Comment"] = ""; +$a->strings["show fewer"] = ""; +$a->strings["Password too short"] = ""; +$a->strings["Passwords do not match"] = ""; +$a->strings["everybody"] = ""; +$a->strings["timeago.prefixAgo"] = ""; +$a->strings["timeago.suffixAgo"] = ""; +$a->strings["ago"] = ""; +$a->strings["from now"] = ""; +$a->strings["less than a minute"] = ""; +$a->strings["about a minute"] = ""; +$a->strings["%d minutes"] = ""; +$a->strings["about an hour"] = ""; +$a->strings["about %d hours"] = ""; +$a->strings["a day"] = ""; +$a->strings["%d days"] = ""; +$a->strings["about a month"] = ""; +$a->strings["%d months"] = ""; +$a->strings["about a year"] = ""; +$a->strings["%d years"] = ""; +$a->strings["timeago.numbers"] = ""; +$a->strings["No recipient provided."] = ""; +$a->strings["[no subject]"] = ""; +$a->strings["Unable to determine sender."] = ""; +$a->strings["Stored post could not be verified."] = ""; +$a->strings["view full size"] = ""; +$a->strings["Profile Photos"] = ""; +$a->strings["Profile"] = ""; +$a->strings["Full Name:"] = ""; +$a->strings["Gender:"] = ""; +$a->strings["j F, Y"] = ""; +$a->strings["j F"] = ""; +$a->strings["Birthday:"] = ""; +$a->strings["Age:"] = ""; +$a->strings["Status:"] = ""; +$a->strings["for %1\$d %2\$s"] = ""; +$a->strings["Sexual Preference:"] = ""; +$a->strings["Homepage:"] = ""; +$a->strings["Hometown:"] = ""; +$a->strings["Tags:"] = ""; +$a->strings["Political Views:"] = ""; +$a->strings["Religion:"] = ""; +$a->strings["About:"] = ""; +$a->strings["Hobbies/Interests:"] = ""; +$a->strings["Likes:"] = ""; +$a->strings["Dislikes:"] = ""; +$a->strings["Contact information and Social Networks:"] = ""; +$a->strings["Musical interests:"] = ""; +$a->strings["Books, literature:"] = ""; +$a->strings["Television:"] = ""; +$a->strings["Film/dance/culture/entertainment:"] = ""; +$a->strings["Love/Romance:"] = ""; +$a->strings["Work/employment:"] = ""; +$a->strings["School/education:"] = ""; +$a->strings["Welcome "] = ""; +$a->strings["Please upload a profile photo."] = ""; +$a->strings["Welcome back "] = ""; +$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = ""; +$a->strings["Logout"] = ""; +$a->strings["End this session"] = ""; +$a->strings["Home"] = ""; +$a->strings["Your posts and conversations"] = ""; +$a->strings["Your profile page"] = ""; +$a->strings["Edit Profiles"] = ""; +$a->strings["Manage/Edit Profiles"] = ""; +$a->strings["Photos"] = ""; +$a->strings["Your photos"] = ""; +$a->strings["Login"] = ""; +$a->strings["Sign in"] = ""; +$a->strings["%s - click to logout"] = ""; +$a->strings["Click to authenticate to your home hub"] = ""; +$a->strings["Home Page"] = ""; +$a->strings["Register"] = ""; +$a->strings["Create an account"] = ""; $a->strings["Help"] = ""; -$a->strings["Not Found"] = ""; -$a->strings["Page not found."] = ""; -$a->strings["File exceeds size limit of %d"] = ""; -$a->strings["File upload failed."] = ""; -$a->strings["Friend suggestion sent."] = ""; -$a->strings["Suggest Friends"] = ""; -$a->strings["Suggest a friend for %s"] = ""; -$a->strings["Event description and start time are required."] = ""; -$a->strings["l, F j"] = ""; -$a->strings["Edit event"] = ""; -$a->strings["link to source"] = ""; +$a->strings["Help and documentation"] = ""; +$a->strings["Apps"] = ""; +$a->strings["Addon applications, utilities, games"] = ""; +$a->strings["Search"] = ""; +$a->strings["Search site content"] = ""; +$a->strings["Directory"] = ""; +$a->strings["Channel Locator"] = ""; +$a->strings["Matrix"] = ""; +$a->strings["Conversations from your grid"] = ""; +$a->strings["See all matrix notifications"] = ""; +$a->strings["Mark all matrix notifications seen"] = ""; +$a->strings["See all channel notifications"] = ""; +$a->strings["Mark all channel notifications seen"] = ""; +$a->strings["Intros"] = ""; +$a->strings["New Connections"] = ""; +$a->strings["See all channel introductions"] = ""; +$a->strings["Notices"] = ""; +$a->strings["Notifications"] = ""; +$a->strings["See all notifications"] = ""; +$a->strings["Mark all system notifications seen"] = ""; +$a->strings["Mail"] = ""; +$a->strings["Private mail"] = ""; +$a->strings["See all private messages"] = ""; +$a->strings["Mark all private messages seen"] = ""; +$a->strings["Inbox"] = ""; +$a->strings["Outbox"] = ""; +$a->strings["New Message"] = ""; $a->strings["Events"] = ""; -$a->strings["Create New Event"] = ""; -$a->strings["Previous"] = ""; -$a->strings["Next"] = ""; -$a->strings["hour:minute"] = ""; -$a->strings["Event details"] = ""; -$a->strings["Format is %s %s. Starting date and Description are required."] = ""; -$a->strings["Event Starts:"] = ""; -$a->strings["Finish date/time is not known or not relevant"] = ""; -$a->strings["Event Finishes:"] = ""; -$a->strings["Adjust for viewer timezone"] = ""; -$a->strings["Description:"] = ""; -$a->strings["Location:"] = ""; -$a->strings["Share this event"] = ""; -$a->strings["Cancel"] = ""; -$a->strings["Tag removed"] = ""; -$a->strings["Remove Item Tag"] = ""; -$a->strings["Select a tag to remove: "] = ""; -$a->strings["Remove"] = ""; -$a->strings["%s welcomes %s"] = ""; -$a->strings["Authorize application connection"] = ""; -$a->strings["Return to your app and insert this Securty Code:"] = ""; -$a->strings["Please login to continue."] = ""; -$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = ""; -$a->strings["Yes"] = ""; -$a->strings["No"] = ""; +$a->strings["Event Calendar"] = ""; +$a->strings["See all events"] = ""; +$a->strings["Mark all events seen"] = ""; +$a->strings["Channel Select"] = ""; +$a->strings["Manage Your Channels"] = ""; +$a->strings["Settings"] = ""; +$a->strings["Account/Channel Settings"] = ""; +$a->strings["Connections"] = ""; +$a->strings["Manage/Edit Friends and Connections"] = ""; +$a->strings["Admin"] = ""; +$a->strings["Site Setup and Configuration"] = ""; +$a->strings["Nothing new here"] = ""; +$a->strings["Please wait..."] = ""; +$a->strings["created a new post"] = ""; +$a->strings["commented on %s's post"] = ""; +$a->strings["Embedded content"] = ""; +$a->strings["Embedding disabled"] = ""; +$a->strings["Permission denied."] = ""; +$a->strings["Image exceeds website size limit of %lu bytes"] = ""; +$a->strings["Image file is empty."] = ""; +$a->strings["Unable to process image"] = ""; +$a->strings["Photo storage failed."] = ""; $a->strings["Photo Albums"] = ""; -$a->strings["Contact Photos"] = ""; $a->strings["Upload New Photos"] = ""; -$a->strings["everybody"] = ""; -$a->strings["Contact information unavailable"] = ""; -$a->strings["Profile Photos"] = ""; -$a->strings["Album not found."] = ""; -$a->strings["Delete Album"] = ""; -$a->strings["Delete Photo"] = ""; -$a->strings["was tagged in a"] = ""; +$a->strings["Male"] = ""; +$a->strings["Female"] = ""; +$a->strings["Currently Male"] = ""; +$a->strings["Currently Female"] = ""; +$a->strings["Mostly Male"] = ""; +$a->strings["Mostly Female"] = ""; +$a->strings["Transgender"] = ""; +$a->strings["Intersex"] = ""; +$a->strings["Transsexual"] = ""; +$a->strings["Hermaphrodite"] = ""; +$a->strings["Neuter"] = ""; +$a->strings["Non-specific"] = ""; +$a->strings["Other"] = ""; +$a->strings["Undecided"] = ""; +$a->strings["Males"] = ""; +$a->strings["Females"] = ""; +$a->strings["Gay"] = ""; +$a->strings["Lesbian"] = ""; +$a->strings["No Preference"] = ""; +$a->strings["Bisexual"] = ""; +$a->strings["Autosexual"] = ""; +$a->strings["Abstinent"] = ""; +$a->strings["Virgin"] = ""; +$a->strings["Deviant"] = ""; +$a->strings["Fetish"] = ""; +$a->strings["Oodles"] = ""; +$a->strings["Nonsexual"] = ""; +$a->strings["Single"] = ""; +$a->strings["Lonely"] = ""; +$a->strings["Available"] = ""; +$a->strings["Unavailable"] = ""; +$a->strings["Has crush"] = ""; +$a->strings["Infatuated"] = ""; +$a->strings["Dating"] = ""; +$a->strings["Unfaithful"] = ""; +$a->strings["Sex Addict"] = ""; +$a->strings["Friends"] = ""; +$a->strings["Friends/Benefits"] = ""; +$a->strings["Casual"] = ""; +$a->strings["Engaged"] = ""; +$a->strings["Married"] = ""; +$a->strings["Imaginarily married"] = ""; +$a->strings["Partners"] = ""; +$a->strings["Cohabiting"] = ""; +$a->strings["Common law"] = ""; +$a->strings["Happy"] = ""; +$a->strings["Not looking"] = ""; +$a->strings["Swinger"] = ""; +$a->strings["Betrayed"] = ""; +$a->strings["Separated"] = ""; +$a->strings["Unstable"] = ""; +$a->strings["Divorced"] = ""; +$a->strings["Imaginarily divorced"] = ""; +$a->strings["Widowed"] = ""; +$a->strings["Uncertain"] = ""; +$a->strings["It's complicated"] = ""; +$a->strings["Don't care"] = ""; +$a->strings["Ask me"] = ""; +$a->strings["Not a valid email address"] = ""; +$a->strings["Your email domain is not among those allowed on this site"] = ""; +$a->strings["Your email address is already registered at this site."] = ""; +$a->strings["An invitation is required."] = ""; +$a->strings["Invitation could not be verified."] = ""; +$a->strings["Please enter the required information."] = ""; +$a->strings["Failed to store account information."] = ""; +$a->strings["Registration request at %s"] = ""; +$a->strings["Administrator"] = ""; +$a->strings["your registration password"] = ""; +$a->strings["Registration details for %s"] = ""; +$a->strings["Account approved."] = ""; +$a->strings["Registration revoked for %s"] = ""; +$a->strings["Unable to obtain identity information from database"] = ""; +$a->strings["Empty name"] = ""; +$a->strings["Name too long"] = ""; +$a->strings["No account identifier"] = ""; +$a->strings["Nickname has unsupported characters or is already being used on this site."] = ""; +$a->strings["Unable to retrieve created identity"] = ""; +$a->strings["Default Profile"] = ""; +$a->strings["Click here to upgrade."] = ""; +$a->strings["This action exceeds the limits set by your subscription plan."] = ""; +$a->strings["This action is not available under your subscription plan."] = ""; +$a->strings["Invalid data packet"] = ""; +$a->strings["Unable to verify channel signature"] = ""; +$a->strings["Unable to verify site signature for %s"] = ""; +$a->strings["prev"] = ""; +$a->strings["first"] = ""; +$a->strings["last"] = ""; +$a->strings["next"] = ""; +$a->strings["older"] = ""; +$a->strings["newer"] = ""; +$a->strings["No connections"] = ""; +$a->strings["%d Connection"] = array( + 0 => "", + 1 => "", +); +$a->strings["View Connections"] = ""; +$a->strings["Save"] = ""; +$a->strings["poke"] = ""; +$a->strings["poked"] = ""; +$a->strings["ping"] = ""; +$a->strings["pinged"] = ""; +$a->strings["prod"] = ""; +$a->strings["prodded"] = ""; +$a->strings["slap"] = ""; +$a->strings["slapped"] = ""; +$a->strings["finger"] = ""; +$a->strings["fingered"] = ""; +$a->strings["rebuff"] = ""; +$a->strings["rebuffed"] = ""; +$a->strings["happy"] = ""; +$a->strings["sad"] = ""; +$a->strings["mellow"] = ""; +$a->strings["tired"] = ""; +$a->strings["perky"] = ""; +$a->strings["angry"] = ""; +$a->strings["stupified"] = ""; +$a->strings["puzzled"] = ""; +$a->strings["interested"] = ""; +$a->strings["bitter"] = ""; +$a->strings["cheerful"] = ""; +$a->strings["alive"] = ""; +$a->strings["annoyed"] = ""; +$a->strings["anxious"] = ""; +$a->strings["cranky"] = ""; +$a->strings["disturbed"] = ""; +$a->strings["frustrated"] = ""; +$a->strings["motivated"] = ""; +$a->strings["relaxed"] = ""; +$a->strings["surprised"] = ""; +$a->strings["Monday"] = ""; +$a->strings["Tuesday"] = ""; +$a->strings["Wednesday"] = ""; +$a->strings["Thursday"] = ""; +$a->strings["Friday"] = ""; +$a->strings["Saturday"] = ""; +$a->strings["Sunday"] = ""; +$a->strings["January"] = ""; +$a->strings["February"] = ""; +$a->strings["March"] = ""; +$a->strings["April"] = ""; +$a->strings["May"] = ""; +$a->strings["June"] = ""; +$a->strings["July"] = ""; +$a->strings["August"] = ""; +$a->strings["September"] = ""; +$a->strings["October"] = ""; +$a->strings["November"] = ""; +$a->strings["December"] = ""; +$a->strings["unknown.???"] = ""; +$a->strings["bytes"] = ""; +$a->strings["remove"] = ""; +$a->strings["[remove]"] = ""; +$a->strings["Categories:"] = ""; +$a->strings["Filed under:"] = ""; +$a->strings["Click to open/close"] = ""; +$a->strings["link to source"] = ""; +$a->strings["default"] = ""; +$a->strings["Select an alternate language"] = ""; $a->strings["photo"] = ""; -$a->strings["by"] = ""; -$a->strings["Image exceeds size limit of "] = ""; -$a->strings["Image file is empty."] = ""; -$a->strings["Unable to process image."] = ""; -$a->strings["Image upload failed."] = ""; -$a->strings["Public access denied."] = ""; -$a->strings["No photos selected"] = ""; -$a->strings["Access to this item is restricted."] = ""; -$a->strings["Upload Photos"] = ""; -$a->strings["New album name: "] = ""; -$a->strings["or existing album name: "] = ""; -$a->strings["Do not show a status post for this upload"] = ""; -$a->strings["Permissions"] = ""; -$a->strings["Edit Album"] = ""; -$a->strings["View Photo"] = ""; -$a->strings["Permission denied. Access to this item may be restricted."] = ""; -$a->strings["Photo not available"] = ""; -$a->strings["View photo"] = ""; -$a->strings["Edit photo"] = ""; -$a->strings["Use as profile photo"] = ""; +$a->strings["event"] = ""; +$a->strings["status"] = ""; +$a->strings["comment"] = ""; +$a->strings["activity"] = ""; +$a->strings["Logged out."] = ""; +$a->strings["Failed authentication"] = ""; +$a->strings["Login failed."] = ""; +$a->strings["Channel is blocked on this site."] = ""; +$a->strings["Channel location missing."] = ""; +$a->strings["Channel discovery failed. Website may be down or misconfigured."] = ""; +$a->strings["Response from remote channel was not understood."] = ""; +$a->strings["Response from remote channel was incomplete."] = ""; +$a->strings["local account not found."] = ""; +$a->strings["Cannot connect to yourself."] = ""; +$a->strings["Can view my \"public\" stream and posts"] = ""; +$a->strings["Can view my \"public\" channel profile"] = ""; +$a->strings["Can view my \"public\" photo albums"] = ""; +$a->strings["Can view my \"public\" address book"] = ""; +$a->strings["Can view my \"public\" file storage"] = ""; +$a->strings["Can view my \"public\" pages"] = ""; +$a->strings["Can send me their channel stream and posts"] = ""; +$a->strings["Can post on my channel page (\"wall\")"] = ""; +$a->strings["Can comment on my posts"] = ""; +$a->strings["Can send me private mail messages"] = ""; +$a->strings["Can post photos to my photo albums"] = ""; +$a->strings["Can forward to all my channel contacts via post @mentions"] = ""; +$a->strings["Advanced - useful for creating group forum channels"] = ""; +$a->strings["Can chat with me (when available)"] = ""; +$a->strings["Requires compatible chat plugin"] = ""; +$a->strings["Can write to my \"public\" file storage"] = ""; +$a->strings["Can edit my \"public\" pages"] = ""; +$a->strings["Can administer my channel resources"] = ""; +$a->strings["Extremely advanced. Leave this alone unless you know what you are doing"] = ""; +$a->strings["Tags"] = ""; +$a->strings["have"] = ""; +$a->strings["has"] = ""; +$a->strings["want"] = ""; +$a->strings["wants"] = ""; +$a->strings["like"] = ""; +$a->strings["likes"] = ""; +$a->strings["dislike"] = ""; +$a->strings["dislikes"] = ""; +$a->strings["Item was not found."] = ""; +$a->strings["No source file."] = ""; +$a->strings["Cannot locate file to replace"] = ""; +$a->strings["Cannot locate file to revise/update"] = ""; +$a->strings["File exceeds size limit of %d"] = ""; +$a->strings["File upload failed. Possible system limit or action terminated."] = ""; +$a->strings["Stored file could not be verified. Upload failed."] = ""; +$a->strings["Path not available."] = ""; $a->strings["Private Message"] = ""; -$a->strings["View Full Size"] = ""; -$a->strings["Tags: "] = ""; -$a->strings["[Remove any tag]"] = ""; -$a->strings["New album name"] = ""; -$a->strings["Caption"] = ""; -$a->strings["Add a Tag"] = ""; -$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = ""; +$a->strings["Edit"] = ""; +$a->strings["Delete"] = ""; +$a->strings["Select"] = ""; +$a->strings["save to folder"] = ""; +$a->strings["add star"] = ""; +$a->strings["remove star"] = ""; +$a->strings["toggle star status"] = ""; +$a->strings["starred"] = ""; +$a->strings["add tag"] = ""; $a->strings["I like this (toggle)"] = ""; $a->strings["I don't like this (toggle)"] = ""; -$a->strings["Share"] = ""; +$a->strings["Share this"] = ""; +$a->strings["share"] = ""; +$a->strings["View %s's profile - %s"] = ""; +$a->strings["to"] = ""; +$a->strings["Wall-to-Wall"] = ""; +$a->strings["via Wall-To-Wall:"] = ""; +$a->strings[" from %s"] = ""; $a->strings["Please wait"] = ""; +$a->strings["%d comment"] = array( + 0 => "", + 1 => "", +); $a->strings["This is you"] = ""; -$a->strings["Comment"] = ""; +$a->strings["Submit"] = ""; +$a->strings["Bold"] = ""; +$a->strings["Italic"] = ""; +$a->strings["Underline"] = ""; +$a->strings["Quote"] = ""; +$a->strings["Code"] = ""; +$a->strings["Image"] = ""; +$a->strings["Link"] = ""; +$a->strings["Video"] = ""; $a->strings["Preview"] = ""; -$a->strings["Delete"] = ""; -$a->strings["View Album"] = ""; -$a->strings["Recent Photos"] = ""; -$a->strings["Not available."] = ""; -$a->strings["Community"] = ""; -$a->strings["No results."] = ""; -$a->strings["This is Friendica, version"] = ""; -$a->strings["running at web location"] = ""; -$a->strings["Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn more about the Friendica project."] = ""; -$a->strings["Bug reports and issues: please visit"] = ""; -$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = ""; -$a->strings["Installed plugins/addons/apps"] = ""; -$a->strings["No installed plugins/addons/apps"] = ""; -$a->strings["Item not found"] = ""; -$a->strings["Edit post"] = ""; -$a->strings["Post to Email"] = ""; -$a->strings["Edit"] = ""; +$a->strings["channel"] = ""; +$a->strings["%1\$s likes %2\$s's %3\$s"] = ""; +$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = ""; +$a->strings["%1\$s is now connected with %2\$s"] = ""; +$a->strings["%1\$s poked %2\$s"] = ""; +$a->strings["%1\$s is currently %2\$s"] = ""; +$a->strings["View %s's profile @ %s"] = ""; +$a->strings["View in context"] = ""; +$a->strings["Loading..."] = ""; +$a->strings["Delete Selected Items"] = ""; +$a->strings["Follow Thread"] = ""; +$a->strings["%s likes this."] = ""; +$a->strings["%s doesn't like this."] = ""; +$a->strings["<span %1\$s>%2\$d people</span> like this."] = ""; +$a->strings["<span %1\$s>%2\$d people</span> don't like this."] = ""; +$a->strings["and"] = ""; +$a->strings[", and %d other people"] = ""; +$a->strings["%s like this."] = ""; +$a->strings["%s don't like this."] = ""; +$a->strings["Visible to <strong>everybody</strong>"] = ""; +$a->strings["Please enter a link URL:"] = ""; +$a->strings["Please enter a video link/URL:"] = ""; +$a->strings["Please enter an audio link/URL:"] = ""; +$a->strings["Tag term:"] = ""; +$a->strings["Save to Folder:"] = ""; +$a->strings["Where are you right now?"] = ""; +$a->strings["Share"] = ""; +$a->strings["Page link title"] = ""; $a->strings["Upload photo"] = ""; +$a->strings["upload photo"] = ""; $a->strings["Attach file"] = ""; +$a->strings["attach file"] = ""; $a->strings["Insert web link"] = ""; -$a->strings["Insert YouTube video"] = ""; -$a->strings["Insert Vorbis [.ogg] video"] = ""; -$a->strings["Insert Vorbis [.ogg] audio"] = ""; +$a->strings["web link"] = ""; +$a->strings["Insert video link"] = ""; +$a->strings["video link"] = ""; +$a->strings["Insert audio link"] = ""; +$a->strings["audio link"] = ""; $a->strings["Set your location"] = ""; +$a->strings["set location"] = ""; $a->strings["Clear browser location"] = ""; +$a->strings["clear location"] = ""; +$a->strings["Set title"] = ""; +$a->strings["Categories (comma-separated list)"] = ""; $a->strings["Permission settings"] = ""; -$a->strings["CC: email addresses"] = ""; +$a->strings["permissions"] = ""; $a->strings["Public post"] = ""; -$a->strings["Set title"] = ""; $a->strings["Example: bob@example.com, mary@example.com"] = ""; -$a->strings["This introduction has already been accepted."] = ""; -$a->strings["Profile location is not valid or does not contain profile information."] = ""; -$a->strings["Warning: profile location has no identifiable owner name."] = ""; -$a->strings["Warning: profile location has no profile photo."] = ""; -$a->strings["%d required parameter was not found at the given location"] = array( +$a->strings["Permission denied"] = ""; +$a->strings["Item not found."] = ""; +$a->strings["Archives"] = ""; +$a->strings["Collection not found."] = ""; +$a->strings["Collection has no members."] = ""; +$a->strings["Connection not found."] = ""; +$a->strings["Image/photo"] = ""; +$a->strings["%1\$s wrote the following %2\$s %3\$s"] = ""; +$a->strings["post"] = ""; +$a->strings["$1 wrote:"] = ""; +$a->strings["Encrypted content"] = ""; +$a->strings["No channel."] = ""; +$a->strings["Common connections"] = ""; +$a->strings["No connections in common."] = ""; +$a->strings["Event title and start time are required."] = ""; +$a->strings["l, F j"] = ""; +$a->strings["Edit event"] = ""; +$a->strings["Create New Event"] = ""; +$a->strings["Previous"] = ""; +$a->strings["Next"] = ""; +$a->strings["hour:minute"] = ""; +$a->strings["Event details"] = ""; +$a->strings["Format is %s %s. Starting date and Title are required."] = ""; +$a->strings["Event Starts:"] = ""; +$a->strings["Required"] = ""; +$a->strings["Finish date/time is not known or not relevant"] = ""; +$a->strings["Event Finishes:"] = ""; +$a->strings["Adjust for viewer timezone"] = ""; +$a->strings["Description:"] = ""; +$a->strings["Title:"] = ""; +$a->strings["Share this event"] = ""; +$a->strings["Object store: failed"] = ""; +$a->strings["thing/stuff added"] = ""; +$a->strings["OBJ: %1\$s %2\$s %3\$s"] = ""; +$a->strings["not yet implemented."] = ""; +$a->strings["Add Stuff to your Profile"] = ""; +$a->strings["Select a profile"] = ""; +$a->strings["Select a category of stuff. e.g. I ______ something"] = ""; +$a->strings["Name of thing or stuff e.g. something"] = ""; +$a->strings["URL of thing or stuff (optional)"] = ""; +$a->strings["URL for photo of thing or stuff (optional)"] = ""; +$a->strings["Total invitation limit exceeded."] = ""; +$a->strings["%s : Not a valid email address."] = ""; +$a->strings["Please join us on Red"] = ""; +$a->strings["Invitation limit exceeded. Please contact your site administrator."] = ""; +$a->strings["%s : Message delivery failed."] = ""; +$a->strings["%d message sent."] = array( 0 => "", 1 => "", ); -$a->strings["Introduction complete."] = ""; -$a->strings["Unrecoverable protocol error."] = ""; -$a->strings["Profile unavailable."] = ""; -$a->strings["%s has received too many connection requests today."] = ""; -$a->strings["Spam protection measures have been invoked."] = ""; -$a->strings["Friends are advised to please try again in 24 hours."] = ""; -$a->strings["Invalid locator"] = ""; -$a->strings["Unable to resolve your name at the provided location."] = ""; -$a->strings["You have already introduced yourself here."] = ""; -$a->strings["Apparently you are already friends with %s."] = ""; -$a->strings["Invalid profile URL."] = ""; -$a->strings["Disallowed profile URL."] = ""; -$a->strings["Failed to update contact record."] = ""; -$a->strings["Your introduction has been sent."] = ""; -$a->strings["Please login to confirm introduction."] = ""; -$a->strings["Incorrect identity currently logged in. Please login to <strong>this</strong> profile."] = ""; -$a->strings["Welcome home %s."] = ""; -$a->strings["Please confirm your introduction/connection request to %s."] = ""; -$a->strings["Confirm"] = ""; -$a->strings["[Name Withheld]"] = ""; -$a->strings["Diaspora members: Please do not use this form. Instead, enter \"%s\" into your Diaspora search bar."] = ""; -$a->strings["Please enter your 'Identity Address' from one of the following supported social networks:"] = ""; -$a->strings["Friend/Connection Request"] = ""; -$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"] = ""; -$a->strings["Please answer the following:"] = ""; -$a->strings["Does %s know you?"] = ""; -$a->strings["Add a personal note:"] = ""; -$a->strings["Friendica"] = ""; -$a->strings["StatusNet/Federated Social Web"] = ""; -$a->strings["Diaspora"] = ""; -$a->strings["- please share from your own site as noted above"] = ""; -$a->strings["Your Identity Address:"] = ""; -$a->strings["Submit Request"] = ""; -$a->strings["Friendica Social Communications Server - Setup"] = ""; -$a->strings["Database connection"] = ""; +$a->strings["You have no more invitations available"] = ""; +$a->strings["Send invitations"] = ""; +$a->strings["Enter email addresses, one per line:"] = ""; +$a->strings["Your message:"] = ""; +$a->strings["You are cordially invited to join me and some other close friends on the Red Matrix - a revolutionary new decentralised social and information tool."] = ""; +$a->strings["You will need to supply this invitation code: \$invite_code"] = ""; +$a->strings["Please visit my channel at"] = ""; +$a->strings["Once you have registered, please connect with my Red Matrix channel address:"] = ""; +$a->strings["For more information about the Red Matrix Project and why it has the potential to change the internet as we know it, please visit http://getzot.com"] = ""; +$a->strings["Friends of %s"] = ""; +$a->strings["No friends to display."] = ""; +$a->strings["Requested profile is not available."] = ""; +$a->strings["View"] = ""; +$a->strings["Authorize application connection"] = ""; +$a->strings["Return to your app and insert this Securty Code:"] = ""; +$a->strings["Please login to continue."] = ""; +$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = ""; +$a->strings["Yes"] = ""; +$a->strings["No"] = ""; +$a->strings["You must be logged in to see this page."] = ""; +$a->strings["No installed applications."] = ""; +$a->strings["Applications"] = ""; +$a->strings["Invalid item."] = ""; +$a->strings["Channel not found."] = ""; +$a->strings["Item not available."] = ""; +$a->strings["Red Matrix Server - Setup"] = ""; $a->strings["Could not connect to database."] = ""; +$a->strings["Could not connect to specified site URL. Possible SSL certificate or DNS issue."] = ""; $a->strings["Could not create table."] = ""; -$a->strings["Your Friendica site database has been installed."] = ""; -$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = ""; -$a->strings["Please see the file \"INSTALL.txt\"."] = ""; -$a->strings["Proceed to registration"] = ""; -$a->strings["Proceed with Installation"] = ""; -$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = ""; -$a->strings["Database import failed."] = ""; +$a->strings["Your site database has been installed."] = ""; +$a->strings["You may need to import the file \"install/database.sql\" manually using phpmyadmin or mysql."] = ""; +$a->strings["Please see the file \"install/INSTALL.txt\"."] = ""; $a->strings["System check"] = ""; $a->strings["Check again"] = ""; -$a->strings["In order to install Friendica we need to know how to connect to your database."] = ""; +$a->strings["Database connection"] = ""; +$a->strings["In order to install Red Matrix we need to know how to connect to your database."] = ""; $a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = ""; $a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = ""; $a->strings["Database Server Name"] = ""; +$a->strings["Default is localhost"] = ""; +$a->strings["Database Port"] = ""; +$a->strings["Communication port number - use 0 for default"] = ""; $a->strings["Database Login Name"] = ""; $a->strings["Database Login Password"] = ""; $a->strings["Database Name"] = ""; $a->strings["Site administrator email address"] = ""; $a->strings["Your account email address must match this in order to use the web admin panel."] = ""; +$a->strings["Website URL"] = ""; +$a->strings["Please use SSL (https) URL if available."] = ""; $a->strings["Please select a default timezone for your website"] = ""; $a->strings["Site settings"] = ""; $a->strings["Could not find a command line version of PHP in the web server PATH."] = ""; +$a->strings["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."] = ""; $a->strings["PHP executable path"] = ""; -$a->strings["Enter full path to php executable"] = ""; +$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = ""; $a->strings["Command line PHP"] = ""; $a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = ""; $a->strings["This is required for message delivery to work."] = ""; -$a->strings["PHP \"register_argc_argv\""] = ""; +$a->strings["PHP register_argc_argv"] = ""; $a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = ""; $a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = ""; $a->strings["Generate encryption keys"] = ""; @@ -216,168 +720,60 @@ $a->strings["GD graphics PHP module"] = ""; $a->strings["OpenSSL PHP module"] = ""; $a->strings["mysqli PHP module"] = ""; $a->strings["mb_string PHP module"] = ""; -$a->strings["Apace mod_rewrite module"] = ""; +$a->strings["mcrypt PHP module"] = ""; +$a->strings["Apache mod_rewrite module"] = ""; $a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = ""; +$a->strings["proc_open"] = ""; +$a->strings["Error: proc_open is required but is either not installed or has been disabled in php.ini"] = ""; $a->strings["Error: libCURL PHP module required but not installed."] = ""; $a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = ""; $a->strings["Error: openssl PHP module required but not installed."] = ""; $a->strings["Error: mysqli PHP module required but not installed."] = ""; $a->strings["Error: mb_string PHP module required but not installed."] = ""; +$a->strings["Error: mcrypt PHP module required but not installed."] = ""; $a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = ""; $a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = ""; -$a->strings["Please check with your site documentation or support people to see if this situation can be corrected."] = ""; -$a->strings["If not, you may be required to perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = ""; +$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Red top folder."] = ""; +$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"install/INSTALL.txt\" for instructions."] = ""; $a->strings[".htconfig.php is writable"] = ""; +$a->strings["Red uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = ""; +$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/tpl/smarty3/ under the Red top level folder."] = ""; +$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = ""; +$a->strings["Note: as a security measure, you should give the web server write access to view/tpl/smarty3/ only--not the template files (.tpl) that it contains."] = ""; +$a->strings["view/tpl/smarty3 is writable"] = ""; +$a->strings["SSL certificate validation"] = ""; +$a->strings["SSL certificate cannot be validated. Fix certificate or disable https access to this site."] = ""; +$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = ""; +$a->strings["Url rewrite is working"] = ""; $a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = ""; $a->strings["Errors encountered creating database tables."] = ""; -$a->strings["l F d, Y \\@ g:i A"] = ""; -$a->strings["Time Conversion"] = ""; -$a->strings["Friendika provides this service for sharing events with other networks and friends in unknown timezones."] = ""; -$a->strings["UTC time: %s"] = ""; -$a->strings["Current timezone: %s"] = ""; -$a->strings["Converted localtime: %s"] = ""; -$a->strings["Please select your timezone:"] = ""; -$a->strings["Profile Match"] = ""; -$a->strings["No keywords to match. Please add keywords to your default profile."] = ""; -$a->strings["is interested in:"] = ""; -$a->strings["Connect"] = ""; -$a->strings["No matches"] = ""; -$a->strings["Remote privacy information not available."] = ""; -$a->strings["Visible to:"] = ""; -$a->strings["Welcome to %s"] = ""; -$a->strings["Invalid request identifier."] = ""; -$a->strings["Discard"] = ""; -$a->strings["Ignore"] = ""; -$a->strings["System"] = ""; -$a->strings["Network"] = ""; -$a->strings["Personal"] = ""; -$a->strings["Home"] = ""; -$a->strings["Introductions"] = ""; -$a->strings["Messages"] = ""; -$a->strings["Show Ignored Requests"] = ""; -$a->strings["Hide Ignored Requests"] = ""; -$a->strings["Notification type: "] = ""; -$a->strings["Friend Suggestion"] = ""; -$a->strings["suggested by %s"] = ""; -$a->strings["Hide this contact from others"] = ""; -$a->strings["Post a new friend activity"] = ""; -$a->strings["if applicable"] = ""; -$a->strings["Approve"] = ""; -$a->strings["Claims to be known to you: "] = ""; -$a->strings["yes"] = ""; -$a->strings["no"] = ""; -$a->strings["Approve as: "] = ""; -$a->strings["Friend"] = ""; -$a->strings["Sharer"] = ""; -$a->strings["Fan/Admirer"] = ""; -$a->strings["Friend/Connect Request"] = ""; -$a->strings["New Follower"] = ""; -$a->strings["No introductions."] = ""; -$a->strings["Notifications"] = ""; -$a->strings["%s liked %s's post"] = ""; -$a->strings["%s disliked %s's post"] = ""; -$a->strings["%s is now friends with %s"] = ""; -$a->strings["%s created a new post"] = ""; -$a->strings["%s commented on %s's post"] = ""; -$a->strings["No more network notifications."] = ""; -$a->strings["Network Notifications"] = ""; -$a->strings["No more system notifications."] = ""; -$a->strings["System Notifications"] = ""; -$a->strings["No more personal notifications."] = ""; -$a->strings["Personal Notifications"] = ""; -$a->strings["No more home notifications."] = ""; -$a->strings["Home Notifications"] = ""; -$a->strings["Could not access contact record."] = ""; -$a->strings["Could not locate selected profile."] = ""; -$a->strings["Contact updated."] = ""; -$a->strings["Contact has been blocked"] = ""; -$a->strings["Contact has been unblocked"] = ""; -$a->strings["Contact has been ignored"] = ""; -$a->strings["Contact has been unignored"] = ""; -$a->strings["stopped following"] = ""; -$a->strings["Contact has been removed."] = ""; -$a->strings["You are mutual friends with %s"] = ""; -$a->strings["You are sharing with %s"] = ""; -$a->strings["%s is sharing with you"] = ""; -$a->strings["Private communications are not available for this contact."] = ""; -$a->strings["Never"] = ""; -$a->strings["(Update was successful)"] = ""; -$a->strings["(Update was not successful)"] = ""; -$a->strings["Suggest friends"] = ""; -$a->strings["Network type: %s"] = ""; -$a->strings["%d contact in common"] = array( - 0 => "", - 1 => "", -); -$a->strings["View all contacts"] = ""; -$a->strings["Unblock"] = ""; -$a->strings["Block"] = ""; -$a->strings["Unignore"] = ""; -$a->strings["Repair"] = ""; -$a->strings["Contact Editor"] = ""; -$a->strings["Profile Visibility"] = ""; -$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = ""; -$a->strings["Contact Information / Notes"] = ""; -$a->strings["Edit contact notes"] = ""; -$a->strings["Visit %s's profile [%s]"] = ""; -$a->strings["Block/Unblock contact"] = ""; -$a->strings["Ignore contact"] = ""; -$a->strings["Repair URL settings"] = ""; -$a->strings["View conversations"] = ""; -$a->strings["Delete contact"] = ""; -$a->strings["Last update:"] = ""; -$a->strings["Update public posts"] = ""; -$a->strings["Update now"] = ""; -$a->strings["Currently blocked"] = ""; -$a->strings["Currently ignored"] = ""; -$a->strings["Replies/likes to your public posts <strong>may</strong> still be visible"] = ""; -$a->strings["All Contacts"] = ""; -$a->strings["Unblocked Contacts"] = ""; -$a->strings["Blocked Contacts"] = ""; -$a->strings["Ignored Contacts"] = ""; -$a->strings["Hidden Contacts"] = ""; -$a->strings["Mutual Friendship"] = ""; -$a->strings["is a fan of yours"] = ""; -$a->strings["you are a fan of"] = ""; -$a->strings["Edit contact"] = ""; -$a->strings["Contacts"] = ""; -$a->strings["Search your contacts"] = ""; -$a->strings["Finding: "] = ""; -$a->strings["Find"] = ""; -$a->strings["No valid account found."] = ""; -$a->strings["Password reset request issued. Check your email."] = ""; -$a->strings["Password reset requested at %s"] = ""; -$a->strings["Administrator"] = ""; -$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = ""; -$a->strings["Password Reset"] = ""; -$a->strings["Your password has been reset as requested."] = ""; -$a->strings["Your new password is"] = ""; -$a->strings["Save or copy your new password - and then"] = ""; -$a->strings["click here to login"] = ""; -$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = ""; -$a->strings["Forgot your Password?"] = ""; -$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = ""; -$a->strings["Nickname or Email: "] = ""; -$a->strings["Reset"] = ""; +$a->strings["<h1>What next</h1>"] = ""; +$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = ""; +$a->strings["%1\$s is following %2\$s's %3\$s"] = ""; +$a->strings["[Embedded content - reload page to view]"] = ""; +$a->strings["toggle full screen mode"] = ""; +$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = ""; +$a->strings["Account settings"] = ""; +$a->strings["Channel settings"] = ""; +$a->strings["Additional features"] = ""; +$a->strings["Feature settings"] = ""; +$a->strings["Display settings"] = ""; +$a->strings["Connected apps"] = ""; +$a->strings["Export channel"] = ""; +$a->strings["Automatic Permissions (Advanced)"] = ""; $a->strings["Missing some important data!"] = ""; $a->strings["Update"] = ""; -$a->strings["Failed to connect with email account using the settings provided."] = ""; -$a->strings["Email settings updated."] = ""; $a->strings["Passwords do not match. Password unchanged."] = ""; $a->strings["Empty passwords are not allowed. Password unchanged."] = ""; $a->strings["Password changed."] = ""; $a->strings["Password update failed. Please try again."] = ""; -$a->strings[" Please use a shorter name."] = ""; -$a->strings[" Name too short."] = ""; -$a->strings[" Not valid email."] = ""; -$a->strings[" Cannot change to that email."] = ""; +$a->strings["Not valid email."] = ""; +$a->strings["Protected email address. Cannot change to that email."] = ""; +$a->strings["System failure storing new email. Please try again."] = ""; $a->strings["Settings updated."] = ""; -$a->strings["Account settings"] = ""; -$a->strings["Connector settings"] = ""; -$a->strings["Plugin settings"] = ""; -$a->strings["Connections"] = ""; -$a->strings["Export personal data"] = ""; $a->strings["Add application"] = ""; +$a->strings["Cancel"] = ""; +$a->strings["Name"] = ""; $a->strings["Consumer Key"] = ""; $a->strings["Consumer Secret"] = ""; $a->strings["Redirect"] = ""; @@ -387,73 +783,69 @@ $a->strings["Connected Apps"] = ""; $a->strings["Client key starts with"] = ""; $a->strings["No name"] = ""; $a->strings["Remove authorization"] = ""; -$a->strings["No Plugin settings configured"] = ""; -$a->strings["Plugin Settings"] = ""; -$a->strings["Built-in support for %s connectivity is %s"] = ""; -$a->strings["enabled"] = ""; -$a->strings["disabled"] = ""; -$a->strings["StatusNet"] = ""; +$a->strings["No feature settings configured"] = ""; +$a->strings["Feature Settings"] = ""; +$a->strings["Account Settings"] = ""; +$a->strings["Password Settings"] = ""; +$a->strings["New Password:"] = ""; +$a->strings["Confirm:"] = ""; +$a->strings["Leave password fields blank unless changing"] = ""; +$a->strings["Email Address:"] = ""; +$a->strings["Remove Account"] = ""; +$a->strings["Warning: This action is permanent and cannot be reversed."] = ""; +$a->strings["Off"] = ""; +$a->strings["On"] = ""; +$a->strings["Additional Features"] = ""; $a->strings["Connector Settings"] = ""; -$a->strings["Email/Mailbox Setup"] = ""; -$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = ""; -$a->strings["Last successful email check:"] = ""; -$a->strings["Email access is disabled on this site."] = ""; -$a->strings["IMAP server name:"] = ""; -$a->strings["IMAP port:"] = ""; -$a->strings["Security:"] = ""; -$a->strings["None"] = ""; -$a->strings["Email login name:"] = ""; -$a->strings["Email password:"] = ""; -$a->strings["Reply-to address:"] = ""; -$a->strings["Send public posts to all email contacts:"] = ""; -$a->strings["Normal Account"] = ""; -$a->strings["This account is a normal personal profile"] = ""; -$a->strings["Soapbox Account"] = ""; -$a->strings["Automatically approve all connection/friend requests as read-only fans"] = ""; -$a->strings["Community/Celebrity Account"] = ""; -$a->strings["Automatically approve all connection/friend requests as read-write fans"] = ""; -$a->strings["Automatic Friend Account"] = ""; -$a->strings["Automatically approve all connection/friend requests as friends"] = ""; -$a->strings["OpenID:"] = ""; -$a->strings["(Optional) Allow this OpenID to login to this account."] = ""; -$a->strings["Publish your default profile in your local site directory?"] = ""; -$a->strings["Publish your default profile in the global social directory?"] = ""; -$a->strings["Hide your contact/friend list from viewers of your default profile?"] = ""; -$a->strings["Hide your profile details from unknown viewers?"] = ""; -$a->strings["Allow friends to post to your profile page?"] = ""; -$a->strings["Allow friends to tag your posts?"] = ""; +$a->strings["No special theme for mobile devices"] = ""; +$a->strings["Display Settings"] = ""; +$a->strings["Display Theme:"] = ""; +$a->strings["Mobile Theme:"] = ""; +$a->strings["Update browser every xx seconds"] = ""; +$a->strings["Minimum of 10 seconds, no maximum"] = ""; +$a->strings["Maximum number of conversations to load at any time:"] = ""; +$a->strings["Maximum of 100 items"] = ""; +$a->strings["Don't show emoticons"] = ""; +$a->strings["Nobody except yourself"] = ""; +$a->strings["Only those you specifically allow"] = ""; +$a->strings["Anybody in your address book"] = ""; +$a->strings["Anybody on this website"] = ""; +$a->strings["Anybody in this network"] = ""; +$a->strings["Anybody on the internet"] = ""; +$a->strings["Publish your default profile in the network directory"] = ""; $a->strings["Allow us to suggest you as a potential friend to new members?"] = ""; -$a->strings["Profile is <strong>not published</strong>."] = ""; $a->strings["or"] = ""; -$a->strings["Your Identity Address is"] = ""; +$a->strings["Your channel address is"] = ""; $a->strings["Automatically expire posts after this many days:"] = ""; $a->strings["If empty, posts will not expire. Expired posts will be deleted"] = ""; $a->strings["Advanced expiration settings"] = ""; $a->strings["Advanced Expiration"] = ""; $a->strings["Expire posts:"] = ""; -$a->strings["Expire personal notes:"] = ""; $a->strings["Expire starred posts:"] = ""; $a->strings["Expire photos:"] = ""; -$a->strings["Account Settings"] = ""; -$a->strings["Password Settings"] = ""; -$a->strings["New Password:"] = ""; -$a->strings["Confirm:"] = ""; -$a->strings["Leave password fields blank unless changing"] = ""; +$a->strings["Only expire posts by others:"] = ""; +$a->strings["Channel Settings"] = ""; $a->strings["Basic Settings"] = ""; -$a->strings["Full Name:"] = ""; -$a->strings["Email Address:"] = ""; $a->strings["Your Timezone:"] = ""; $a->strings["Default Post Location:"] = ""; $a->strings["Use Browser Location:"] = ""; -$a->strings["Display Theme:"] = ""; -$a->strings["Update browser every xx seconds"] = ""; -$a->strings["Minimum of 10 seconds, no maximum"] = ""; $a->strings["Security and Privacy Settings"] = ""; +$a->strings["Quick Privacy Settings:"] = ""; +$a->strings["Very Public - extremely permissive"] = ""; +$a->strings["Typical - default public, privacy when desired"] = ""; +$a->strings["Private - default private, rarely open or public"] = ""; +$a->strings["Blocked - default blocked to/from everybody"] = ""; $a->strings["Maximum Friend Requests/Day:"] = ""; -$a->strings["(to prevent spam abuse)"] = ""; +$a->strings["May reduce spam activity"] = ""; $a->strings["Default Post Permissions"] = ""; $a->strings["(click to open/close)"] = ""; +$a->strings["Maximum private messages per day from unknown people:"] = ""; +$a->strings["Useful to reduce spamming"] = ""; $a->strings["Notification Settings"] = ""; +$a->strings["By default post a status message when:"] = ""; +$a->strings["accepting a friend request"] = ""; +$a->strings["joining a forum/community"] = ""; +$a->strings["making an <em>interesting</em> profile change"] = ""; $a->strings["Send a notification email when:"] = ""; $a->strings["You receive an introduction"] = ""; $a->strings["Your introductions are confirmed"] = ""; @@ -462,167 +854,150 @@ $a->strings["Someone writes a followup comment"] = ""; $a->strings["You receive a private message"] = ""; $a->strings["You receive a friend suggestion"] = ""; $a->strings["You are tagged in a post"] = ""; -$a->strings["Advanced Page Settings"] = ""; -$a->strings["Manage Identities and/or Pages"] = ""; -$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = ""; -$a->strings["Select an identity to manage: "] = ""; -$a->strings["Search Results For:"] = ""; -$a->strings["Remove term"] = ""; -$a->strings["Saved Searches"] = ""; -$a->strings["add"] = ""; -$a->strings["Commented Order"] = ""; -$a->strings["Posted Order"] = ""; -$a->strings["New"] = ""; -$a->strings["Starred"] = ""; -$a->strings["Bookmarks"] = ""; -$a->strings["Warning: This group contains %s member from an insecure network."] = array( - 0 => "", - 1 => "", -); -$a->strings["Private messages to this group are at risk of public disclosure."] = ""; -$a->strings["No such group"] = ""; -$a->strings["Group is empty"] = ""; -$a->strings["Group: "] = ""; -$a->strings["Contact: "] = ""; -$a->strings["Private messages to this person are at risk of public disclosure."] = ""; -$a->strings["Invalid contact."] = ""; -$a->strings["Personal Notes"] = ""; -$a->strings["Save"] = ""; -$a->strings["Welcome to Friendica"] = ""; -$a->strings["New Member Checklist"] = ""; -$a->strings["We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."] = ""; -$a->strings["On your <em>Settings</em> page - change your initial password. Also make a note of your Identity Address. This looks just like an email address - and will be useful in making friends on the free social web."] = ""; -$a->strings["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."] = ""; -$a->strings["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."] = ""; -$a->strings["Authorise the Facebook Connector if you currently have a Facebook account and we will (optionally) import all your Facebook friends and conversations."] = ""; -$a->strings["<em>If</em> this is your own personal server, installing the Facebook addon may ease your transition to the free social web."] = ""; -$a->strings["Enter your email access information on your Connector Settings page if you wish to import and interact with friends or mailing lists from your email INBOX"] = ""; -$a->strings["Edit your <strong>default</strong> profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = ""; -$a->strings["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."] = ""; -$a->strings["Your Contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the <em>Add New Contact</em> dialog."] = ""; -$a->strings["The Directory page lets you find other people in this network or other federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on their profile page. Provide your own Identity Address if requested."] = ""; -$a->strings["On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours."] = ""; -$a->strings["Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page."] = ""; -$a->strings["Our <strong>help</strong> pages may be consulted for detail on other program features and resources."] = ""; -$a->strings["Item not available."] = ""; -$a->strings["Item was not found."] = ""; -$a->strings["Group created."] = ""; -$a->strings["Could not create group."] = ""; -$a->strings["Group not found."] = ""; -$a->strings["Group name changed."] = ""; -$a->strings["Permission denied"] = ""; -$a->strings["Create a group of contacts/friends."] = ""; -$a->strings["Group Name: "] = ""; -$a->strings["Group removed."] = ""; -$a->strings["Unable to remove group."] = ""; -$a->strings["Click on a contact to add or remove."] = ""; -$a->strings["Group Editor"] = ""; -$a->strings["Members"] = ""; -$a->strings["Invalid profile identifier."] = ""; -$a->strings["Profile Visibility Editor"] = ""; -$a->strings["Profile"] = ""; -$a->strings["Visible To"] = ""; -$a->strings["All Contacts (with secure profile access)"] = ""; -$a->strings["No contacts."] = ""; -$a->strings["View Contacts"] = ""; -$a->strings["An invitation is required."] = ""; -$a->strings["Invitation could not be verified."] = ""; -$a->strings["Invalid OpenID url"] = ""; -$a->strings["Please enter the required information."] = ""; -$a->strings["Please use a shorter name."] = ""; -$a->strings["Name too short."] = ""; -$a->strings["That doesn't appear to be your full (First Last) name."] = ""; -$a->strings["Your email domain is not among those allowed on this site."] = ""; -$a->strings["Not a valid email address."] = ""; -$a->strings["Cannot use that email."] = ""; -$a->strings["Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and must also begin with a letter."] = ""; -$a->strings["Nickname is already registered. Please choose another."] = ""; -$a->strings["SERIOUS ERROR: Generation of security keys failed."] = ""; -$a->strings["An error occurred during registration. Please try again."] = ""; -$a->strings["An error occurred creating your default profile. Please try again."] = ""; -$a->strings["Registration details for %s"] = ""; -$a->strings["Registration successful. Please check your email for further instructions."] = ""; -$a->strings["Failed to send email message. Here is the message that failed."] = ""; -$a->strings["Your registration can not be processed."] = ""; -$a->strings["Registration request at %s"] = ""; -$a->strings["Your registration is pending approval by the site owner."] = ""; -$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = ""; -$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = ""; -$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = ""; -$a->strings["Your OpenID (optional): "] = ""; -$a->strings["Include your profile in member directory?"] = ""; -$a->strings["Membership on this site is by invitation only."] = ""; -$a->strings["Your invitation ID: "] = ""; -$a->strings["Registration"] = ""; -$a->strings["Your Full Name (e.g. Joe Smith): "] = ""; -$a->strings["Your Email Address: "] = ""; -$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be '<strong>nickname@\$sitename</strong>'."] = ""; -$a->strings["Choose a nickname: "] = ""; -$a->strings["Register"] = ""; +$a->strings["You are poked/prodded/etc. in a post"] = ""; +$a->strings["Advanced Account/Page Type Settings"] = ""; +$a->strings["Change the behaviour of this account for special situations"] = ""; +$a->strings["Public access denied."] = ""; +$a->strings["No connections."] = ""; +$a->strings["Visit %s's profile [%s]"] = ""; +$a->strings["View Connnections"] = ""; +$a->strings["Tag removed"] = ""; +$a->strings["Remove Item Tag"] = ""; +$a->strings["Select a tag to remove: "] = ""; +$a->strings["Remove"] = ""; +$a->strings["No potential page delegates located."] = ""; +$a->strings["Delegate Page Management"] = ""; +$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = ""; +$a->strings["Existing Page Managers"] = ""; +$a->strings["Existing Page Delegates"] = ""; +$a->strings["Potential Delegates"] = ""; +$a->strings["Add"] = ""; +$a->strings["No entries."] = ""; +$a->strings["Age: "] = ""; +$a->strings["Gender: "] = ""; +$a->strings["Finding:"] = ""; +$a->strings["next page"] = ""; +$a->strings["previous page"] = ""; +$a->strings["No entries (some entries may be hidden)."] = ""; $a->strings["People Search"] = ""; -$a->strings["status"] = ""; -$a->strings["%1\$s likes %2\$s's %3\$s"] = ""; -$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = ""; -$a->strings["Item not found."] = ""; -$a->strings["Access denied."] = ""; -$a->strings["Account approved."] = ""; -$a->strings["Registration revoked for %s"] = ""; -$a->strings["Please login."] = ""; -$a->strings["Unable to locate original post."] = ""; -$a->strings["Empty post discarded."] = ""; -$a->strings["Wall Photos"] = ""; -$a->strings["System error. Post not saved."] = ""; -$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = ""; -$a->strings["You may visit them online at %s"] = ""; -$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = ""; -$a->strings["%s posted an update."] = ""; -$a->strings["Image uploaded but image cropping failed."] = ""; -$a->strings["Image size reduction [%s] failed."] = ""; -$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = ""; -$a->strings["Unable to process image"] = ""; -$a->strings["Image exceeds size limit of %d"] = ""; -$a->strings["Upload File:"] = ""; -$a->strings["Upload Profile Photo"] = ""; -$a->strings["Upload"] = ""; -$a->strings["skip this step"] = ""; -$a->strings["select a photo from your photo albums"] = ""; -$a->strings["Crop Image"] = ""; -$a->strings["Please adjust the image cropping for optimum viewing."] = ""; -$a->strings["Done Editing"] = ""; -$a->strings["Image uploaded successfully."] = ""; -$a->strings["No profile"] = ""; -$a->strings["Remove My Account"] = ""; -$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = ""; -$a->strings["Please enter your password for verification:"] = ""; -$a->strings["No recipient selected."] = ""; -$a->strings["Unable to locate contact information."] = ""; -$a->strings["Message could not be sent."] = ""; -$a->strings["Message collection failure."] = ""; -$a->strings["Message sent."] = ""; -$a->strings["Inbox"] = ""; -$a->strings["Outbox"] = ""; -$a->strings["New Message"] = ""; +$a->strings["No matches"] = ""; +$a->strings["Collection created."] = ""; +$a->strings["Could not create collection."] = ""; +$a->strings["Collection name changed."] = ""; +$a->strings["Create a collection of channels."] = ""; +$a->strings["Collection Name: "] = ""; +$a->strings["Members are visible to other channels"] = ""; +$a->strings["Collection removed."] = ""; +$a->strings["Unable to remove collection."] = ""; +$a->strings["Collection Editor"] = ""; +$a->strings["Members"] = ""; +$a->strings["All Connected Channels"] = ""; +$a->strings["Click on a channel to add or remove."] = ""; +$a->strings["Page owner information could not be retrieved."] = ""; +$a->strings["Album not found."] = ""; +$a->strings["Delete Album"] = ""; +$a->strings["Delete Photo"] = ""; +$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = ""; +$a->strings["a photo"] = ""; +$a->strings["No photos selected"] = ""; +$a->strings["Access to this item is restricted."] = ""; +$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = ""; +$a->strings["You have used %1$.2f Mbytes of photo storage."] = ""; +$a->strings["Upload Photos"] = ""; +$a->strings["New album name: "] = ""; +$a->strings["or existing album name: "] = ""; +$a->strings["Do not show a status post for this upload"] = ""; +$a->strings["Permissions"] = ""; +$a->strings["Contact Photos"] = ""; +$a->strings["Edit Album"] = ""; +$a->strings["Show Newest First"] = ""; +$a->strings["Show Oldest First"] = ""; +$a->strings["View Photo"] = ""; +$a->strings["Permission denied. Access to this item may be restricted."] = ""; +$a->strings["Photo not available"] = ""; +$a->strings["Use as profile photo"] = ""; +$a->strings["View Full Size"] = ""; +$a->strings["Edit photo"] = ""; +$a->strings["Rotate CW (right)"] = ""; +$a->strings["Rotate CCW (left)"] = ""; +$a->strings["New album name"] = ""; +$a->strings["Caption"] = ""; +$a->strings["Add a Tag"] = ""; +$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = ""; +$a->strings["View Album"] = ""; +$a->strings["Recent Photos"] = ""; +$a->strings["sent you a private message"] = ""; +$a->strings["added your channel"] = ""; +$a->strings["g A l F d"] = ""; +$a->strings["[today]"] = ""; +$a->strings["posted an event"] = ""; +$a->strings["Not found."] = ""; +$a->strings["- select -"] = ""; +$a->strings["Welcome to %s"] = ""; +$a->strings["Check Mail"] = ""; +$a->strings["Unable to lookup recipient."] = ""; +$a->strings["Unable to communicate with requested channel."] = ""; +$a->strings["Cannot verify requested channel."] = ""; +$a->strings["Selected channel has private message restrictions. Send failed."] = ""; +$a->strings["Messages"] = ""; $a->strings["Message deleted."] = ""; $a->strings["Conversation removed."] = ""; -$a->strings["Please enter a link URL:"] = ""; $a->strings["Send Private Message"] = ""; $a->strings["To:"] = ""; $a->strings["Subject:"] = ""; -$a->strings["Your message:"] = ""; $a->strings["No messages."] = ""; -$a->strings["Delete conversation"] = ""; -$a->strings["D, d M Y - g:i A"] = ""; -$a->strings["Message not available."] = ""; $a->strings["Delete message"] = ""; +$a->strings["D, d M Y - g:i A"] = ""; +$a->strings["Message not found."] = ""; +$a->strings["Delete conversation"] = ""; +$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = ""; $a->strings["Send Reply"] = ""; -$a->strings["Friends of %s"] = ""; -$a->strings["No friends to display."] = ""; +$a->strings["No profile"] = ""; +$a->strings["Help:"] = ""; +$a->strings["Not Found"] = ""; +$a->strings["Page not found."] = ""; +$a->strings["Remote Authentication"] = ""; +$a->strings["Enter your channel address (e.g. channel@example.com)"] = ""; +$a->strings["Authenticate"] = ""; +$a->strings["Unable to locate original post."] = ""; +$a->strings["Empty post discarded."] = ""; +$a->strings["System error. Post not saved."] = ""; +$a->strings["Wall Photos"] = ""; +$a->strings["Remove term"] = ""; +$a->strings["Commented Order"] = ""; +$a->strings["Sort by Comment Date"] = ""; +$a->strings["Posted Order"] = ""; +$a->strings["Sort by Post Date"] = ""; +$a->strings["Personal"] = ""; +$a->strings["Posts that mention or involve you"] = ""; +$a->strings["New"] = ""; +$a->strings["Activity Stream - by date"] = ""; +$a->strings["Starred"] = ""; +$a->strings["Favourite Posts"] = ""; +$a->strings["Spam"] = ""; +$a->strings["Posts flagged as SPAM"] = ""; +$a->strings["Refresh"] = ""; +$a->strings["Me"] = ""; +$a->strings["Best Friends"] = ""; +$a->strings["Co-workers"] = ""; +$a->strings["Former Friends"] = ""; +$a->strings["Acquaintances"] = ""; +$a->strings["Everybody"] = ""; +$a->strings["Search Results For:"] = ""; +$a->strings["No such group"] = ""; +$a->strings["Group is empty"] = ""; +$a->strings["Contact: "] = ""; +$a->strings["Invalid contact."] = ""; +$a->strings["Theme settings updated."] = ""; $a->strings["Site"] = ""; $a->strings["Users"] = ""; $a->strings["Plugins"] = ""; $a->strings["Themes"] = ""; +$a->strings["DB updates"] = ""; $a->strings["Logs"] = ""; +$a->strings["Plugin Features"] = ""; $a->strings["User registrations waiting for confirmation"] = ""; +$a->strings["Message queues"] = ""; $a->strings["Administration"] = ""; $a->strings["Summary"] = ""; $a->strings["Registered users"] = ""; @@ -630,9 +1005,16 @@ $a->strings["Pending registrations"] = ""; $a->strings["Version"] = ""; $a->strings["Active plugins"] = ""; $a->strings["Site settings updated."] = ""; +$a->strings["No special theme for accessibility"] = ""; $a->strings["Closed"] = ""; $a->strings["Requires approval"] = ""; $a->strings["Open"] = ""; +$a->strings["Private"] = ""; +$a->strings["Paid Access"] = ""; +$a->strings["Free Access"] = ""; +$a->strings["No SSL policy, links will track page SSL state"] = ""; +$a->strings["Force all links to use SSL"] = ""; +$a->strings["Registration"] = ""; $a->strings["File upload"] = ""; $a->strings["Policies"] = ""; $a->strings["Advanced"] = ""; @@ -640,30 +1022,51 @@ $a->strings["Site name"] = ""; $a->strings["Banner/Logo"] = ""; $a->strings["System language"] = ""; $a->strings["System theme"] = ""; +$a->strings["Default system theme - may be over-ridden by user profiles - <a href='#' id='cnftheme'>change theme settings</a>"] = ""; +$a->strings["Mobile system theme"] = ""; +$a->strings["Theme for mobile devices"] = ""; +$a->strings["Accessibility system theme"] = ""; +$a->strings["Accessibility theme"] = ""; +$a->strings["Channel to use for this website's static pages"] = ""; +$a->strings["Site Channel"] = ""; +$a->strings["SSL link policy"] = ""; +$a->strings["Determines whether generated links should be forced to use SSL"] = ""; $a->strings["Maximum image size"] = ""; +$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = ""; $a->strings["Register policy"] = ""; +$a->strings["Access policy"] = ""; $a->strings["Register text"] = ""; +$a->strings["Will be displayed prominently on the registration page."] = ""; $a->strings["Accounts abandoned after x days"] = ""; $a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = ""; $a->strings["Allowed friend domains"] = ""; +$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = ""; $a->strings["Allowed email domains"] = ""; +$a->strings["Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains"] = ""; $a->strings["Block public"] = ""; +$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = ""; $a->strings["Force publish"] = ""; -$a->strings["Global directory update URL"] = ""; -$a->strings["Block multiple registrations"] = ""; -$a->strings["OpenID support"] = ""; -$a->strings["Gravatar support"] = ""; -$a->strings["Fullname check"] = ""; -$a->strings["UTF-8 Regular expressions"] = ""; -$a->strings["Show Community Page"] = ""; -$a->strings["Enable OStatus support"] = ""; -$a->strings["Enable Diaspora support"] = ""; -$a->strings["Only allow Friendica contacts"] = ""; -$a->strings["Verify SSL"] = ""; +$a->strings["Check to force all profiles on this site to be listed in the site directory."] = ""; $a->strings["Proxy user"] = ""; $a->strings["Proxy URL"] = ""; $a->strings["Network timeout"] = ""; -$a->strings["%s user blocked"] = array( +$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = ""; +$a->strings["Delivery interval"] = ""; +$a->strings["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."] = ""; +$a->strings["Poll interval"] = ""; +$a->strings["Delay background polling processes by this many seconds to reduce system load. If 0, use delivery interval."] = ""; +$a->strings["Maximum Load Average"] = ""; +$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = ""; +$a->strings["Update has been marked successful"] = ""; +$a->strings["Executing %s failed. Check system logs."] = ""; +$a->strings["Update %s was successfully applied."] = ""; +$a->strings["Update %s did not return a status. Unknown if it succeeded."] = ""; +$a->strings["Update function %s could not be found."] = ""; +$a->strings["No failed updates."] = ""; +$a->strings["Failed Updates"] = ""; +$a->strings["Mark success (if update was manually applied)"] = ""; +$a->strings["Attempt to execute this update step automatically"] = ""; +$a->strings["%s user blocked/unblocked"] = array( 0 => "", 1 => "", ); @@ -671,19 +1074,25 @@ $a->strings["%s user deleted"] = array( 0 => "", 1 => "", ); +$a->strings["Account not found"] = ""; $a->strings["User '%s' deleted"] = ""; $a->strings["User '%s' unblocked"] = ""; $a->strings["User '%s' blocked"] = ""; +$a->strings["Normal Account"] = ""; +$a->strings["Soapbox Account"] = ""; +$a->strings["Community/Celebrity Account"] = ""; +$a->strings["Automatic Friend Account"] = ""; $a->strings["select all"] = ""; $a->strings["User registrations waiting for confirm"] = ""; $a->strings["Request date"] = ""; -$a->strings["Email"] = ""; $a->strings["No registrations."] = ""; +$a->strings["Approve"] = ""; $a->strings["Deny"] = ""; +$a->strings["Block"] = ""; +$a->strings["Unblock"] = ""; $a->strings["Register date"] = ""; $a->strings["Last login"] = ""; -$a->strings["Last item"] = ""; -$a->strings["Account"] = ""; +$a->strings["Service Class"] = ""; $a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = ""; $a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = ""; $a->strings["Plugin %s disabled."] = ""; @@ -691,59 +1100,145 @@ $a->strings["Plugin %s enabled."] = ""; $a->strings["Disable"] = ""; $a->strings["Enable"] = ""; $a->strings["Toggle"] = ""; -$a->strings["Settings"] = ""; +$a->strings["Author: "] = ""; +$a->strings["Maintainer: "] = ""; $a->strings["No themes found."] = ""; +$a->strings["Screenshot"] = ""; +$a->strings["[Experimental]"] = ""; +$a->strings["[Unsupported]"] = ""; $a->strings["Log settings updated."] = ""; $a->strings["Clear"] = ""; $a->strings["Debugging"] = ""; $a->strings["Log file"] = ""; -$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = ""; +$a->strings["Must be writable by web server. Relative to your Red top-level directory."] = ""; $a->strings["Log level"] = ""; -$a->strings["Close"] = ""; -$a->strings["FTP Host"] = ""; -$a->strings["FTP Path"] = ""; -$a->strings["FTP User"] = ""; -$a->strings["FTP Password"] = ""; -$a->strings["Requested profile is not available."] = ""; -$a->strings["Access to this profile has been restricted."] = ""; -$a->strings["Tips for New Members"] = ""; -$a->strings["{0} wants to be your friend"] = ""; -$a->strings["{0} sent you a message"] = ""; -$a->strings["{0} requested registration"] = ""; -$a->strings["{0} commented %s's post"] = ""; -$a->strings["{0} liked %s's post"] = ""; -$a->strings["{0} disliked %s's post"] = ""; -$a->strings["{0} is now friends with %s"] = ""; -$a->strings["{0} posted"] = ""; -$a->strings["{0} tagged %s's post with #%s"] = ""; -$a->strings["{0} mentioned you in a post"] = ""; -$a->strings["Login failed."] = ""; -$a->strings["Connect URL missing."] = ""; -$a->strings["This site is not configured to allow communications with other networks."] = ""; -$a->strings["No compatible communication protocols or feeds were discovered."] = ""; -$a->strings["The profile address specified does not provide adequate information."] = ""; -$a->strings["An author or name was not found."] = ""; -$a->strings["No browser URL could be matched to this address."] = ""; -$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = ""; -$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = ""; -$a->strings["Unable to retrieve contact information."] = ""; -$a->strings["following"] = ""; -$a->strings["Common Friends"] = ""; -$a->strings["No friends in common."] = ""; -$a->strings["Item has been removed."] = ""; -$a->strings["Applications"] = ""; -$a->strings["No installed applications."] = ""; -$a->strings["Search This Site"] = ""; +$a->strings["Ignore"] = ""; +$a->strings["Connection updated."] = ""; +$a->strings["Connection update failed."] = ""; +$a->strings["Introductions and Connection Requests"] = ""; +$a->strings["No pending introductions."] = ""; +$a->strings["System error. Please try again later."] = ""; +$a->strings["Hide this contact from others"] = ""; +$a->strings["Post a new friend activity"] = ""; +$a->strings["if applicable"] = ""; +$a->strings["Discard"] = ""; +$a->strings["Could not access contact record."] = ""; +$a->strings["Could not locate selected profile."] = ""; +$a->strings["Failed to update connection record."] = ""; +$a->strings["Could not access address book record."] = ""; +$a->strings["Refresh failed - channel is currently unavailable."] = ""; +$a->strings["Channel has been unblocked"] = ""; +$a->strings["Channel has been blocked"] = ""; +$a->strings["Unable to set address book parameters."] = ""; +$a->strings["Channel has been unignored"] = ""; +$a->strings["Channel has been ignored"] = ""; +$a->strings["Channel has been unarchived"] = ""; +$a->strings["Channel has been archived"] = ""; +$a->strings["Channel has been unhidden"] = ""; +$a->strings["Channel has been hidden"] = ""; +$a->strings["Channel has been approved"] = ""; +$a->strings["Channel has been unapproved"] = ""; +$a->strings["Contact has been removed."] = ""; +$a->strings["View %s's profile"] = ""; +$a->strings["Refresh Permissions"] = ""; +$a->strings["Fetch updated permissions"] = ""; +$a->strings["Block or Unblock this connection"] = ""; +$a->strings["Unignore"] = ""; +$a->strings["Ignore or Unignore this connection"] = ""; +$a->strings["Unarchive"] = ""; +$a->strings["Archive"] = ""; +$a->strings["Archive or Unarchive this connection"] = ""; +$a->strings["Unhide"] = ""; +$a->strings["Hide"] = ""; +$a->strings["Hide or Unhide this connection"] = ""; +$a->strings["Delete this connection"] = ""; +$a->strings["Unknown"] = ""; +$a->strings["Approve this connection"] = ""; +$a->strings["Accept connection to allow communication"] = ""; +$a->strings["Automatic Permissions Settings"] = ""; +$a->strings["Connections: settings for %s"] = ""; +$a->strings["When receiving a channel introduction, any permissions provided here will be applied to the new connection automatically and the introduction approved. Leave this page if you do not wish to use this feature."] = ""; +$a->strings["Slide to adjust your degree of friendship"] = ""; +$a->strings["Connection has no individual permissions!"] = ""; +$a->strings["This may be appropriate based on your <a href=\"settings\">privacy settings</a>, though you may wish to review the \"Advanced Permissions\"."] = ""; +$a->strings["Profile Visibility"] = ""; +$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = ""; +$a->strings["Contact Information / Notes"] = ""; +$a->strings["Edit contact notes"] = ""; +$a->strings["Their Settings"] = ""; +$a->strings["My Settings"] = ""; +$a->strings["Forum Members"] = ""; +$a->strings["Soapbox"] = ""; +$a->strings["Full Sharing"] = ""; +$a->strings["Cautious Sharing"] = ""; +$a->strings["Follow Only"] = ""; +$a->strings["Individual Permissions"] = ""; +$a->strings["Individual permissions are only enabled for <a href=\"settings\">privacy settings</a> which are set to \"Only those you specifically allow\". Otherwise they are controlled by your privacy settings."] = ""; +$a->strings["Advanced Permissions"] = ""; +$a->strings["Quick Links"] = ""; +$a->strings["Visit %s's profile - %s"] = ""; +$a->strings["Block/Unblock contact"] = ""; +$a->strings["Ignore contact"] = ""; +$a->strings["Repair URL settings"] = ""; +$a->strings["View conversations"] = ""; +$a->strings["Delete contact"] = ""; +$a->strings["Last update:"] = ""; +$a->strings["Update public posts"] = ""; +$a->strings["Update now"] = ""; +$a->strings["Currently blocked"] = ""; +$a->strings["Currently ignored"] = ""; +$a->strings["Currently archived"] = ""; +$a->strings["Currently pending"] = ""; +$a->strings["Replies/likes to your public posts <strong>may</strong> still be visible"] = ""; +$a->strings["Blocked"] = ""; +$a->strings["Ignored"] = ""; +$a->strings["Hidden"] = ""; +$a->strings["Archived"] = ""; +$a->strings["All"] = ""; +$a->strings["Suggestions"] = ""; +$a->strings["Suggest new connections"] = ""; +$a->strings["Show pending (new) connections"] = ""; +$a->strings["All Connections"] = ""; +$a->strings["Show all connections"] = ""; +$a->strings["Unblocked"] = ""; +$a->strings["Only show unblocked connections"] = ""; +$a->strings["Only show blocked connections"] = ""; +$a->strings["Only show ignored connections"] = ""; +$a->strings["Only show archived connections"] = ""; +$a->strings["Only show hidden connections"] = ""; +$a->strings["%1\$s [%2\$s]"] = ""; +$a->strings["Edit contact"] = ""; +$a->strings["Search your connections"] = ""; +$a->strings["Finding: "] = ""; +$a->strings["This site is not a directory server"] = ""; +$a->strings["Remote privacy information not available."] = ""; +$a->strings["Visible to:"] = ""; +$a->strings["Remote authentication blocked. You are logged into this site locally. Please logout and retry."] = ""; +$a->strings["Welcome %s. Remote authentication successful."] = ""; $a->strings["Profile not found."] = ""; -$a->strings["Profile Name is required."] = ""; -$a->strings["Profile updated."] = ""; $a->strings["Profile deleted."] = ""; $a->strings["Profile-"] = ""; $a->strings["New profile created."] = ""; $a->strings["Profile unavailable to clone."] = ""; +$a->strings["Profile Name is required."] = ""; +$a->strings["Marital Status"] = ""; +$a->strings["Romantic Partner"] = ""; +$a->strings["Likes"] = ""; +$a->strings["Dislikes"] = ""; +$a->strings["Work/Employment"] = ""; +$a->strings["Religion"] = ""; +$a->strings["Political Views"] = ""; +$a->strings["Gender"] = ""; +$a->strings["Sexual Preference"] = ""; +$a->strings["Homepage"] = ""; +$a->strings["Interests"] = ""; +$a->strings["Address"] = ""; +$a->strings["Location"] = ""; +$a->strings["Profile updated."] = ""; $a->strings["Hide your contact/friend list from viewers of this profile?"] = ""; $a->strings["Edit Profile Details"] = ""; $a->strings["View this profile"] = ""; +$a->strings["Change Profile Photo"] = ""; $a->strings["Create a new profile using these settings"] = ""; $a->strings["Clone this profile"] = ""; $a->strings["Delete this profile"] = ""; @@ -760,18 +1255,16 @@ $a->strings["Region/State:"] = ""; $a->strings["<span class=\"heart\">♥</span> Marital Status:"] = ""; $a->strings["Who: (if applicable)"] = ""; $a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = ""; -$a->strings["Sexual Preference:"] = ""; +$a->strings["Since [date]:"] = ""; $a->strings["Homepage URL:"] = ""; -$a->strings["Political Views:"] = ""; $a->strings["Religious Views:"] = ""; -$a->strings["Public Keywords:"] = ""; -$a->strings["Private Keywords:"] = ""; +$a->strings["Keywords:"] = ""; $a->strings["Example: fishing photography software"] = ""; -$a->strings["(Used for suggesting potential friends, can be seen by others)"] = ""; -$a->strings["(Used for searching profiles, never shown to others)"] = ""; +$a->strings["Used in directory listings"] = ""; $a->strings["Tell us about yourself..."] = ""; $a->strings["Hobbies/Interests"] = ""; $a->strings["Contact information and Social Networks"] = ""; +$a->strings["My other channels"] = ""; $a->strings["Musical interests"] = ""; $a->strings["Books, literature"] = ""; $a->strings["Television"] = ""; @@ -780,583 +1273,219 @@ $a->strings["Love/romance"] = ""; $a->strings["Work/employment"] = ""; $a->strings["School/education"] = ""; $a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = ""; -$a->strings["Age: "] = ""; $a->strings["Edit/Manage Profiles"] = ""; $a->strings["Change profile photo"] = ""; $a->strings["Create New Profile"] = ""; $a->strings["Profile Image"] = ""; $a->strings["visible to everybody"] = ""; $a->strings["Edit visibility"] = ""; -$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = ""; -$a->strings["No potential page delegates located."] = ""; -$a->strings["Delegate Page Management"] = ""; -$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = ""; -$a->strings["Existing Page Managers"] = ""; -$a->strings["Existing Page Delegates"] = ""; -$a->strings["Potential Delegates"] = ""; -$a->strings["Add"] = ""; -$a->strings["No entries."] = ""; -$a->strings["Friend Suggestions"] = ""; +$a->strings["Add a Channel"] = ""; +$a->strings["A channel is your own collection of related web pages. A channel can be used to hold social network profiles, blogs, conversation groups and forums, celebrity pages, and much more. You may create as many channels as your service provider allows."] = ""; +$a->strings["Channel Name"] = ""; +$a->strings["Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "] = ""; +$a->strings["Choose a short nickname"] = ""; +$a->strings["Your nickname will be used to create an easily remembered channel address (like an email address) which you can share with others."] = ""; +$a->strings["Or <a href=\"import\">import an existing channel</a> from another location"] = ""; +$a->strings["Create"] = ""; +$a->strings["No valid account found."] = ""; +$a->strings["Password reset request issued. Check your email."] = ""; +$a->strings["Site Member (%s)"] = ""; +$a->strings["Password reset requested at %s"] = ""; +$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = ""; +$a->strings["Password Reset"] = ""; +$a->strings["Your password has been reset as requested."] = ""; +$a->strings["Your new password is"] = ""; +$a->strings["Save or copy your new password - and then"] = ""; +$a->strings["click here to login"] = ""; +$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = ""; +$a->strings["Your password has changed at %s"] = ""; +$a->strings["Forgot your Password?"] = ""; +$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = ""; +$a->strings["Email Address"] = ""; +$a->strings["Reset"] = ""; +$a->strings["Nothing to import."] = ""; +$a->strings["Unable to download data from old server"] = ""; +$a->strings["Imported file is empty."] = ""; +$a->strings["Cannot create a duplicate channel identifier on this system. Import failed."] = ""; +$a->strings["Channel clone failed. Import failed."] = ""; +$a->strings["Cloned channel not found. Import failed."] = ""; +$a->strings["Import completed."] = ""; +$a->strings["You must be logged in to use this feature."] = ""; +$a->strings["Import Channel"] = ""; +$a->strings["Use this form to import an existing channel from a different server/hub. You may retrieve the channel identity from the old server/hub via the network or provide an export file. Only identity and connections/relationships will be imported. Importation of content is not yet available."] = ""; +$a->strings["File to Upload"] = ""; +$a->strings["Or provide the old server/hub details"] = ""; +$a->strings["Your old identity address (xyz@example.com)"] = ""; +$a->strings["Your old login email address"] = ""; +$a->strings["Your old login password"] = ""; +$a->strings["For either option, please choose whether to make this hub your new primary address, or whether your old location should continue this role. You will be able to post from either location, but only one can be marked as the primary location for files, photos, and media."] = ""; +$a->strings["Make this hub my primary location"] = ""; +$a->strings["Create a new channel"] = ""; +$a->strings["Channel Manager"] = ""; +$a->strings["Current Channel"] = ""; +$a->strings["Attach to one of your channels by selecting it."] = ""; +$a->strings["Default Channel"] = ""; +$a->strings["Make Default"] = ""; +$a->strings["Profile Match"] = ""; +$a->strings["No keywords to match. Please add keywords to your default profile."] = ""; +$a->strings["is interested in:"] = ""; +$a->strings["Contact settings applied."] = ""; +$a->strings["Contact update failed."] = ""; +$a->strings["Contact not found."] = ""; +$a->strings["Repair Contact Settings"] = ""; +$a->strings["<strong>WARNING: This is highly advanced</strong> and if you enter incorrect information your communications with this contact may stop working."] = ""; +$a->strings["Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page."] = ""; +$a->strings["Return to contact editor"] = ""; +$a->strings["Account Nickname"] = ""; +$a->strings["@Tagname - overrides Name/Nickname"] = ""; +$a->strings["Account URL"] = ""; +$a->strings["Friend Request URL"] = ""; +$a->strings["Friend Confirm URL"] = ""; +$a->strings["Notification Endpoint URL"] = ""; +$a->strings["Poll/Feed URL"] = ""; +$a->strings["New photo from this URL"] = ""; +$a->strings["invalid target signature"] = ""; +$a->strings["Channel added."] = ""; +$a->strings["Contacts who are not members of a group"] = ""; +$a->strings["Image uploaded but image cropping failed."] = ""; +$a->strings["Image resize failed."] = ""; +$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = ""; +$a->strings["Image exceeds size limit of %d"] = ""; +$a->strings["Unable to process image."] = ""; +$a->strings["Photo not available."] = ""; +$a->strings["Upload File:"] = ""; +$a->strings["Select a profile:"] = ""; +$a->strings["Upload Profile Photo"] = ""; +$a->strings["Upload"] = ""; +$a->strings["skip this step"] = ""; +$a->strings["select a photo from your photo albums"] = ""; +$a->strings["Crop Image"] = ""; +$a->strings["Please adjust the image cropping for optimum viewing."] = ""; +$a->strings["Done Editing"] = ""; +$a->strings["Image uploaded successfully."] = ""; +$a->strings["Image upload failed."] = ""; +$a->strings["Image size reduction [%s] failed."] = ""; +$a->strings["Item not found"] = ""; +$a->strings["Edit post"] = ""; +$a->strings["Insert YouTube video"] = ""; +$a->strings["Insert Vorbis [.ogg] video"] = ""; +$a->strings["Insert Vorbis [.ogg] audio"] = ""; +$a->strings["Invalid request identifier."] = ""; +$a->strings["System"] = ""; +$a->strings["Introductions"] = ""; +$a->strings["Show Ignored Requests"] = ""; +$a->strings["Hide Ignored Requests"] = ""; +$a->strings["Notification type: "] = ""; +$a->strings["Friend Suggestion"] = ""; +$a->strings["suggested by %s"] = ""; +$a->strings["Claims to be known to you: "] = ""; +$a->strings["yes"] = ""; +$a->strings["no"] = ""; +$a->strings["Approve as: "] = ""; +$a->strings["Friend"] = ""; +$a->strings["Sharer"] = ""; +$a->strings["Fan/Admirer"] = ""; +$a->strings["Friend/Connect Request"] = ""; +$a->strings["New Follower"] = ""; +$a->strings["No introductions."] = ""; +$a->strings["%s liked %s's post"] = ""; +$a->strings["%s disliked %s's post"] = ""; +$a->strings["%s is now friends with %s"] = ""; +$a->strings["%s created a new post"] = ""; +$a->strings["%s commented on %s's post"] = ""; +$a->strings["No more network notifications."] = ""; +$a->strings["Network Notifications"] = ""; +$a->strings["No more system notifications."] = ""; +$a->strings["System Notifications"] = ""; +$a->strings["No more personal notifications."] = ""; +$a->strings["Personal Notifications"] = ""; +$a->strings["No more home notifications."] = ""; +$a->strings["Home Notifications"] = ""; +$a->strings["Post successful."] = ""; +$a->strings["Item is not editable"] = ""; +$a->strings["Access to this profile has been restricted."] = ""; +$a->strings["Poke/Prod"] = ""; +$a->strings["poke, prod or do other things to somebody"] = ""; +$a->strings["Recipient"] = ""; +$a->strings["Choose what you wish to do to recipient"] = ""; +$a->strings["Make this post private"] = ""; +$a->strings["Not available."] = ""; +$a->strings["Community"] = ""; +$a->strings["No results."] = ""; +$a->strings["Files"] = ""; +$a->strings["Friend suggestion sent."] = ""; +$a->strings["Suggest Friends"] = ""; +$a->strings["Suggest a friend for %s"] = ""; +$a->strings["Invalid profile identifier."] = ""; +$a->strings["Profile Visibility Editor"] = ""; +$a->strings["Click on a contact to add or remove."] = ""; +$a->strings["Visible To"] = ""; +$a->strings["All Contacts (with secure profile access)"] = ""; +$a->strings["Version %s"] = ""; +$a->strings["Installed plugins/addons/apps:"] = ""; +$a->strings["No installed plugins/addons/apps"] = ""; +$a->strings["Red"] = ""; +$a->strings["This is Red - another decentralized, distributed communications project by the folks at Friendica."] = ""; +$a->strings["Running at web location"] = ""; +$a->strings["Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn more about the Friendica and/or Red project."] = ""; +$a->strings["Bug reports and issues: please visit"] = ""; +$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = ""; $a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = ""; $a->strings["Ignore/Hide"] = ""; -$a->strings["Global Directory"] = ""; -$a->strings["Normal site view"] = ""; -$a->strings["Admin - View all site entries"] = ""; -$a->strings["Find on this site"] = ""; -$a->strings["Site Directory"] = ""; -$a->strings["Gender: "] = ""; -$a->strings["No entries (some entries may be hidden)."] = ""; -$a->strings["%s : Not a valid email address."] = ""; -$a->strings["Please join my network on %s"] = ""; -$a->strings["%s : Message delivery failed."] = ""; -$a->strings["%d message sent."] = array( - 0 => "", - 1 => "", -); -$a->strings["You have no more invitations available"] = ""; -$a->strings["Send invitations"] = ""; -$a->strings["Enter email addresses, one per line:"] = ""; -$a->strings["Please join my social network on %s"] = ""; -$a->strings["To accept this invitation, please visit:"] = ""; -$a->strings["You will need to supply this invitation code: \$invite_code"] = ""; -$a->strings["Once you have registered, please connect with me via my profile page at:"] = ""; -$a->strings["Response from remote site was not understood."] = ""; -$a->strings["Unexpected response from remote site: "] = ""; -$a->strings["Confirmation completed successfully."] = ""; -$a->strings["Remote site reported: "] = ""; -$a->strings["Temporary failure. Please wait and try again."] = ""; -$a->strings["Introduction failed or was revoked."] = ""; -$a->strings["Unable to set contact photo."] = ""; -$a->strings["%1\$s is now friends with %2\$s"] = ""; -$a->strings["No user record found for '%s' "] = ""; -$a->strings["Our site encryption key is apparently messed up."] = ""; -$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = ""; -$a->strings["Contact record was not found for you on our site."] = ""; -$a->strings["Site public key not available in contact record for URL %s."] = ""; -$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = ""; -$a->strings["Unable to set your contact credentials on our system."] = ""; -$a->strings["Unable to update your contact profile details on our system"] = ""; -$a->strings["Connection accepted at %s"] = ""; -$a->strings["Facebook disabled"] = ""; -$a->strings["Updating contacts"] = ""; -$a->strings["Facebook API key is missing."] = ""; -$a->strings["Facebook Connect"] = ""; -$a->strings["Install Facebook connector for this account."] = ""; -$a->strings["Remove Facebook connector"] = ""; -$a->strings["Re-authenticate [This is necessary whenever your Facebook password is changed.]"] = ""; -$a->strings["Post to Facebook by default"] = ""; -$a->strings["Link all your Facebook friends and conversations on this website"] = ""; -$a->strings["Facebook conversations consist of your <em>profile wall</em> and your friend <em>stream</em>."] = ""; -$a->strings["On this website, your Facebook friend stream is only visible to you."] = ""; -$a->strings["The following settings determine the privacy of your Facebook profile wall on this website."] = ""; -$a->strings["On this website your Facebook profile wall conversations will only be visible to you"] = ""; -$a->strings["Do not import your Facebook profile wall conversations"] = ""; -$a->strings["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."] = ""; -$a->strings["Comma separated applications to ignore"] = ""; -$a->strings["Facebook"] = ""; -$a->strings["Facebook Connector Settings"] = ""; -$a->strings["Post to Facebook"] = ""; -$a->strings["Post to Facebook cancelled because of multi-network access permission conflict."] = ""; -$a->strings["Image: "] = ""; -$a->strings["View on Friendica"] = ""; -$a->strings["Facebook post failed. Queued for retry."] = ""; -$a->strings["link"] = ""; -$a->strings["%d person likes this"] = array( - 0 => "", - 1 => "", -); -$a->strings["%d person doesn't like this"] = array( - 0 => "", - 1 => "", -); -$a->strings["Generate new key"] = ""; -$a->strings["Widgets key"] = ""; -$a->strings["Widgets available"] = ""; -$a->strings["Connect on Friendica!"] = ""; -$a->strings["YourLS Settings"] = ""; -$a->strings["URL: http://"] = ""; -$a->strings["Username:"] = ""; -$a->strings["Password:"] = ""; -$a->strings["Use SSL "] = ""; -$a->strings["yourls Settings saved."] = ""; -$a->strings["\"Not Safe For Work\" Settings"] = ""; -$a->strings["Enable NSFW filter"] = ""; -$a->strings["Comma separated words to treat as NSFW"] = ""; -$a->strings["Use /expression/ to provide regular expressions"] = ""; -$a->strings["NSFW Settings saved."] = ""; -$a->strings["%s - Click to open/close"] = ""; -$a->strings["Login"] = ""; -$a->strings["OpenID"] = ""; -$a->strings["Last users"] = ""; -$a->strings["Most active users"] = ""; -$a->strings["Last photos"] = ""; -$a->strings["Last likes"] = ""; -$a->strings["event"] = ""; -$a->strings["Allow to use your friendica id (%s) to connecto to external unhosted-enabled storage (like ownCloud). See <a href=\"http://www.w3.org/community/unhosted/wiki/RemoteStorage#WebFinger\">RemoteStorage WebFinger</a>"] = ""; -$a->strings["Template URL (with {category})"] = ""; -$a->strings["OAuth end-point"] = ""; -$a->strings["Api"] = ""; -$a->strings["Member since:"] = ""; -$a->strings["Three Dimensional Tic-Tac-Toe"] = ""; -$a->strings["3D Tic-Tac-Toe"] = ""; -$a->strings["New game"] = ""; -$a->strings["New game with handicap"] = ""; -$a->strings["Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. "] = ""; -$a->strings["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."] = ""; -$a->strings["The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage."] = ""; -$a->strings["You go first..."] = ""; -$a->strings["I'm going first this time..."] = ""; -$a->strings["You won!"] = ""; -$a->strings["\"Cat\" game!"] = ""; -$a->strings["I won!"] = ""; -$a->strings["Randplace Settings"] = ""; -$a->strings["Enable Randplace Plugin"] = ""; -$a->strings["Post to Drupal"] = ""; -$a->strings["Drupal Post Settings"] = ""; -$a->strings["Enable Drupal Post Plugin"] = ""; -$a->strings["Drupal username"] = ""; -$a->strings["Drupal password"] = ""; -$a->strings["Post Type - article,page,or blog"] = ""; -$a->strings["Drupal site URL"] = ""; -$a->strings["Drupal site uses clean URLS"] = ""; -$a->strings["Post to Drupal by default"] = ""; -$a->strings["Post from Friendica"] = ""; -$a->strings["Geonames settings updated."] = ""; -$a->strings["Geonames Settings"] = ""; -$a->strings["Enable Geonames Plugin"] = ""; -$a->strings["Upload a file"] = ""; -$a->strings["Drop files here to upload"] = ""; -$a->strings["Failed"] = ""; -$a->strings["No files were uploaded."] = ""; -$a->strings["Uploaded file is empty"] = ""; -$a->strings["File has an invalid extension, it should be one of "] = ""; -$a->strings["Upload was cancelled, or server error encountered"] = ""; -$a->strings["OEmbed settings updated"] = ""; -$a->strings["Use OEmbed for YouTube videos"] = ""; -$a->strings["URL to embed:"] = ""; -$a->strings["Impressum"] = ""; -$a->strings["Site Owner"] = ""; -$a->strings["Email Address"] = ""; -$a->strings["Postal Address"] = ""; -$a->strings["The impressum addon needs to be configured!<br />Please add at least the <tt>owner</tt> variable to your config file. For other variables please refer to the README file of the addon."] = ""; -$a->strings["Site Owners Profile"] = ""; -$a->strings["Notes"] = ""; -$a->strings["Report Bug"] = ""; -$a->strings["\"Blockem\" Settings"] = ""; -$a->strings["Comma separated profile URLS to block"] = ""; -$a->strings["BLOCKEM Settings saved."] = ""; -$a->strings["Blocked %s - Click to open/close"] = ""; -$a->strings["Unblock Author"] = ""; -$a->strings["Block Author"] = ""; -$a->strings["blockem settings updated"] = ""; -$a->strings[":-)"] = ""; -$a->strings[":-("] = ""; -$a->strings["lol"] = ""; -$a->strings["Quick Comment Settings"] = ""; -$a->strings["Enter quick comments, one per line"] = ""; -$a->strings["Quick Comment settings saved."] = ""; -$a->strings["Tile Server URL"] = ""; -$a->strings["A list of <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">public tile servers</a>"] = ""; -$a->strings["Default zoom"] = ""; -$a->strings["The default zoom level. (1:world, 18:highest)"] = ""; -$a->strings["Editplain settings updated."] = ""; -$a->strings["Editplain Settings"] = ""; -$a->strings["Disable richtext status editor"] = ""; -$a->strings["\"pageheader\" Settings"] = ""; -$a->strings["pageheader Settings saved."] = ""; -$a->strings["View Source"] = ""; -$a->strings["Post to StatusNet"] = ""; -$a->strings["Please contact your site administrator.<br />The provided API URL is not valid."] = ""; -$a->strings["We could not contact the StatusNet API with the Path you entered."] = ""; -$a->strings["StatusNet settings updated."] = ""; -$a->strings["StatusNet Posting Settings"] = ""; -$a->strings["Globally Available StatusNet OAuthKeys"] = ""; -$a->strings["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)."] = ""; -$a->strings["Provide your own OAuth Credentials"] = ""; -$a->strings["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.<br />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."] = ""; -$a->strings["OAuth Consumer Key"] = ""; -$a->strings["OAuth Consumer Secret"] = ""; -$a->strings["Base API Path (remember the trailing /)"] = ""; -$a->strings["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 <strong>public</strong> posts will be posted to StatusNet."] = ""; -$a->strings["Log in with StatusNet"] = ""; -$a->strings["Copy the security code from StatusNet here"] = ""; -$a->strings["Cancel Connection Process"] = ""; -$a->strings["Current StatusNet API is"] = ""; -$a->strings["Cancel StatusNet Connection"] = ""; -$a->strings["Currently connected to: "] = ""; -$a->strings["If enabled all your <strong>public</strong> 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."] = ""; -$a->strings["<strong>Note</strong>: Due your privacy settings (<em>Hide your profile details from unknown viewers?</em>) 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."] = ""; -$a->strings["Allow posting to StatusNet"] = ""; -$a->strings["Send public postings to StatusNet by default"] = ""; -$a->strings["Clear OAuth configuration"] = ""; -$a->strings["API URL"] = ""; -$a->strings["Post to Tumblr"] = ""; -$a->strings["Tumblr Post Settings"] = ""; -$a->strings["Enable Tumblr Post Plugin"] = ""; -$a->strings["Tumblr login"] = ""; -$a->strings["Tumblr password"] = ""; -$a->strings["Post to Tumblr by default"] = ""; -$a->strings["Numfriends settings updated."] = ""; -$a->strings["Numfriends Settings"] = ""; -$a->strings["How many contacts to display on profile sidebar"] = ""; -$a->strings["Post to Wordpress"] = ""; -$a->strings["WordPress Post Settings"] = ""; -$a->strings["Enable WordPress Post Plugin"] = ""; -$a->strings["WordPress username"] = ""; -$a->strings["WordPress password"] = ""; -$a->strings["WordPress API URL"] = ""; -$a->strings["Post to WordPress by default"] = ""; -$a->strings["\"Show more\" Settings"] = ""; -$a->strings["Enable Show More"] = ""; -$a->strings["Cutting posts after how much characters"] = ""; -$a->strings["Show More Settings saved."] = ""; -$a->strings["Show More"] = ""; -$a->strings["This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> analytics tool."] = ""; -$a->strings["If you do not want that your visits are logged this way you <a href='%s'>can set a cookie to prevent Piwik from tracking further visits of the site</a> (opt-out)."] = ""; -$a->strings["Piwik Base URL"] = ""; -$a->strings["Absolute path to your Piwik installation. (without protocol (http/s), with trailing slash)"] = ""; -$a->strings["Site ID"] = ""; -$a->strings["Show opt-out cookie link?"] = ""; -$a->strings["Asynchronous tracking"] = ""; -$a->strings["Post to Twitter"] = ""; -$a->strings["Twitter settings updated."] = ""; -$a->strings["Twitter Posting Settings"] = ""; -$a->strings["No consumer key pair for Twitter found. Please contact your site administrator."] = ""; -$a->strings["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 <strong>public</strong> posts will be posted to Twitter."] = ""; -$a->strings["Log in with Twitter"] = ""; -$a->strings["Copy the PIN from Twitter here"] = ""; -$a->strings["If enabled all your <strong>public</strong> 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."] = ""; -$a->strings["<strong>Note</strong>: Due your privacy settings (<em>Hide your profile details from unknown viewers?</em>) 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."] = ""; -$a->strings["Allow posting to Twitter"] = ""; -$a->strings["Send public postings to Twitter by default"] = ""; -$a->strings["Consumer key"] = ""; -$a->strings["Consumer secret"] = ""; -$a->strings["Post to Posterous"] = ""; -$a->strings["Posterous Post Settings"] = ""; -$a->strings["Enable Posterous Post Plugin"] = ""; -$a->strings["Posterous login"] = ""; -$a->strings["Posterous password"] = ""; -$a->strings["Post to Posterous by default"] = ""; -$a->strings["Gender:"] = ""; -$a->strings["j F, Y"] = ""; -$a->strings["j F"] = ""; -$a->strings["Birthday:"] = ""; -$a->strings["Age:"] = ""; -$a->strings["Status:"] = ""; -$a->strings["Homepage:"] = ""; -$a->strings["Tags:"] = ""; -$a->strings["Religion:"] = ""; -$a->strings["About:"] = ""; -$a->strings["Hobbies/Interests:"] = ""; -$a->strings["Contact information and Social Networks:"] = ""; -$a->strings["Musical interests:"] = ""; -$a->strings["Books, literature:"] = ""; -$a->strings["Television:"] = ""; -$a->strings["Film/dance/culture/entertainment:"] = ""; -$a->strings["Love/Romance:"] = ""; -$a->strings["Work/employment:"] = ""; -$a->strings["School/education:"] = ""; -$a->strings["Unknown | Not categorised"] = ""; -$a->strings["Block immediately"] = ""; -$a->strings["Shady, spammer, self-marketer"] = ""; -$a->strings["Known to me, but no opinion"] = ""; -$a->strings["OK, probably harmless"] = ""; -$a->strings["Reputable, has my trust"] = ""; -$a->strings["Frequently"] = ""; -$a->strings["Hourly"] = ""; -$a->strings["Twice daily"] = ""; -$a->strings["Daily"] = ""; -$a->strings["Weekly"] = ""; -$a->strings["Monthly"] = ""; -$a->strings["OStatus"] = ""; -$a->strings["RSS/Atom"] = ""; -$a->strings["Zot!"] = ""; -$a->strings["LinkedIn"] = ""; -$a->strings["XMPP/IM"] = ""; -$a->strings["MySpace"] = ""; -$a->strings["Male"] = ""; -$a->strings["Female"] = ""; -$a->strings["Currently Male"] = ""; -$a->strings["Currently Female"] = ""; -$a->strings["Mostly Male"] = ""; -$a->strings["Mostly Female"] = ""; -$a->strings["Transgender"] = ""; -$a->strings["Intersex"] = ""; -$a->strings["Transsexual"] = ""; -$a->strings["Hermaphrodite"] = ""; -$a->strings["Neuter"] = ""; -$a->strings["Non-specific"] = ""; -$a->strings["Other"] = ""; -$a->strings["Undecided"] = ""; -$a->strings["Males"] = ""; -$a->strings["Females"] = ""; -$a->strings["Gay"] = ""; -$a->strings["Lesbian"] = ""; -$a->strings["No Preference"] = ""; -$a->strings["Bisexual"] = ""; -$a->strings["Autosexual"] = ""; -$a->strings["Abstinent"] = ""; -$a->strings["Virgin"] = ""; -$a->strings["Deviant"] = ""; -$a->strings["Fetish"] = ""; -$a->strings["Oodles"] = ""; -$a->strings["Nonsexual"] = ""; -$a->strings["Single"] = ""; -$a->strings["Lonely"] = ""; -$a->strings["Available"] = ""; -$a->strings["Unavailable"] = ""; -$a->strings["Dating"] = ""; -$a->strings["Unfaithful"] = ""; -$a->strings["Sex Addict"] = ""; -$a->strings["Friends"] = ""; -$a->strings["Friends/Benefits"] = ""; -$a->strings["Casual"] = ""; -$a->strings["Engaged"] = ""; -$a->strings["Married"] = ""; -$a->strings["Partners"] = ""; -$a->strings["Cohabiting"] = ""; -$a->strings["Happy"] = ""; -$a->strings["Not Looking"] = ""; -$a->strings["Swinger"] = ""; -$a->strings["Betrayed"] = ""; -$a->strings["Separated"] = ""; -$a->strings["Unstable"] = ""; -$a->strings["Divorced"] = ""; -$a->strings["Widowed"] = ""; -$a->strings["Uncertain"] = ""; -$a->strings["Complicated"] = ""; -$a->strings["Don't care"] = ""; -$a->strings["Ask me"] = ""; -$a->strings["Starts:"] = ""; -$a->strings["Finishes:"] = ""; -$a->strings["(no subject)"] = ""; -$a->strings["noreply"] = ""; -$a->strings["prev"] = ""; -$a->strings["first"] = ""; -$a->strings["last"] = ""; -$a->strings["next"] = ""; -$a->strings["No contacts"] = ""; -$a->strings["%d Contact"] = array( - 0 => "", - 1 => "", -); -$a->strings["Search"] = ""; -$a->strings["Monday"] = ""; -$a->strings["Tuesday"] = ""; -$a->strings["Wednesday"] = ""; -$a->strings["Thursday"] = ""; -$a->strings["Friday"] = ""; -$a->strings["Saturday"] = ""; -$a->strings["Sunday"] = ""; -$a->strings["January"] = ""; -$a->strings["February"] = ""; -$a->strings["March"] = ""; -$a->strings["April"] = ""; -$a->strings["May"] = ""; -$a->strings["June"] = ""; -$a->strings["July"] = ""; -$a->strings["August"] = ""; -$a->strings["September"] = ""; -$a->strings["October"] = ""; -$a->strings["November"] = ""; -$a->strings["December"] = ""; -$a->strings["bytes"] = ""; -$a->strings["Select an alternate language"] = ""; -$a->strings["default"] = ""; -$a->strings["Sharing notification from Diaspora network"] = ""; -$a->strings["Attachments:"] = ""; -$a->strings["[Relayed] Comment authored by %s from network %s"] = ""; -$a->strings["Embedded content"] = ""; -$a->strings["Embedding disabled"] = ""; -$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = ""; -$a->strings["Everybody"] = ""; -$a->strings["edit"] = ""; -$a->strings["Groups"] = ""; -$a->strings["Edit group"] = ""; -$a->strings["Create a new group"] = ""; -$a->strings["Logout"] = ""; -$a->strings["End this session"] = ""; -$a->strings["Status"] = ""; -$a->strings["Your posts and conversations"] = ""; -$a->strings["Your profile page"] = ""; -$a->strings["Photos"] = ""; -$a->strings["Your photos"] = ""; -$a->strings["Your events"] = ""; -$a->strings["Personal notes"] = ""; -$a->strings["Your personal photos"] = ""; -$a->strings["Sign in"] = ""; -$a->strings["Home Page"] = ""; -$a->strings["Create an account"] = ""; -$a->strings["Help and documentation"] = ""; -$a->strings["Apps"] = ""; -$a->strings["Addon applications, utilities, games"] = ""; -$a->strings["Search site content"] = ""; -$a->strings["Conversations on this site"] = ""; -$a->strings["Directory"] = ""; -$a->strings["People directory"] = ""; -$a->strings["Conversations from your friends"] = ""; -$a->strings["Friend Requests"] = ""; -$a->strings["See all notifications"] = ""; -$a->strings["Mark all system notifications seen"] = ""; -$a->strings["Private mail"] = ""; -$a->strings["Manage"] = ""; -$a->strings["Manage other pages"] = ""; -$a->strings["Profiles"] = ""; -$a->strings["Manage/edit profiles"] = ""; -$a->strings["Manage/edit friends and contacts"] = ""; -$a->strings["Admin"] = ""; -$a->strings["Site setup and configuration"] = ""; -$a->strings["Nothing new here"] = ""; -$a->strings["Add New Contact"] = ""; -$a->strings["Enter address or web location"] = ""; -$a->strings["Example: bob@example.com, http://example.com/barbara"] = ""; -$a->strings["Invite Friends"] = ""; -$a->strings["%d invitation available"] = array( - 0 => "", - 1 => "", -); -$a->strings["Find People"] = ""; -$a->strings["Enter name or interest"] = ""; -$a->strings["Connect/Follow"] = ""; -$a->strings["Examples: Robert Morgenstein, Fishing"] = ""; -$a->strings["Similar Interests"] = ""; -$a->strings["Networks"] = ""; -$a->strings["All Networks"] = ""; -$a->strings["Logged out."] = ""; -$a->strings["Miscellaneous"] = ""; -$a->strings["year"] = ""; -$a->strings["month"] = ""; -$a->strings["day"] = ""; -$a->strings["never"] = ""; -$a->strings["less than a second ago"] = ""; -$a->strings["years"] = ""; -$a->strings["months"] = ""; -$a->strings["week"] = ""; -$a->strings["weeks"] = ""; -$a->strings["days"] = ""; -$a->strings["hour"] = ""; -$a->strings["hours"] = ""; -$a->strings["minute"] = ""; -$a->strings["minutes"] = ""; -$a->strings["second"] = ""; -$a->strings["seconds"] = ""; -$a->strings["%1\$d %2\$s ago"] = ""; -$a->strings["From: "] = ""; -$a->strings["$1 wrote:"] = ""; -$a->strings["Image/photo"] = ""; -$a->strings["Cannot locate DNS info for database server '%s'"] = ""; -$a->strings["[no subject]"] = ""; -$a->strings["Visible to everybody"] = ""; -$a->strings["show"] = ""; -$a->strings["don't show"] = ""; -$a->strings["Friendica Notification"] = ""; -$a->strings["Thank You,"] = ""; -$a->strings["%s Administrator"] = ""; -$a->strings["New mail received at %s"] = ""; -$a->strings["%s sent you a new private message at %s."] = ""; -$a->strings["%s sent you %s."] = ""; -$a->strings["a private message"] = ""; -$a->strings["Please visit %s to view and/or reply to your private messages."] = ""; -$a->strings["%s commented on an item at %s"] = ""; -$a->strings["%s commented on an item/conversation you have been following."] = ""; -$a->strings["%s commented in %s."] = ""; -$a->strings["a watched conversation"] = ""; -$a->strings["Please visit %s to view and/or reply to the conversation."] = ""; -$a->strings["%s posted to your profile wall at %s"] = ""; -$a->strings["%s posted to %s"] = ""; -$a->strings["your profile wall."] = ""; -$a->strings["%s tagged you at %s"] = ""; -$a->strings["%s %s."] = ""; -$a->strings["tagged you"] = ""; -$a->strings["%s tagged your post at %s"] = ""; -$a->strings["%s tagged %s"] = ""; -$a->strings["your post"] = ""; -$a->strings["Introduction received at %s"] = ""; -$a->strings["You've received an introduction from '%s' at %s"] = ""; -$a->strings["You've received %s from %s."] = ""; -$a->strings["an introduction"] = ""; -$a->strings["You may visit their profile at %s"] = ""; -$a->strings["Please visit %s to approve or reject the introduction."] = ""; -$a->strings["Friend suggestion received at %s"] = ""; -$a->strings["You've received a friend suggestion from '%s' at %s"] = ""; -$a->strings["You've received %s for %s from %s."] = ""; -$a->strings["a friend suggestion"] = ""; -$a->strings["Name:"] = ""; -$a->strings["Photo:"] = ""; -$a->strings["Please visit %s to approve or reject the suggestion."] = ""; -$a->strings["A new person is sharing with you at "] = ""; -$a->strings["You have a new follower at "] = ""; -$a->strings["view full size"] = ""; -$a->strings["image/photo"] = ""; -$a->strings["Welcome "] = ""; -$a->strings["Please upload a profile photo."] = ""; -$a->strings["Welcome back "] = ""; -$a->strings["View status"] = ""; -$a->strings["View profile"] = ""; -$a->strings["View photos"] = ""; -$a->strings["View recent"] = ""; -$a->strings["Send PM"] = ""; -$a->strings["post/item"] = ""; -$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = ""; -$a->strings["Select"] = ""; -$a->strings["View %s's profile @ %s"] = ""; -$a->strings["%s from %s"] = ""; -$a->strings["View in context"] = ""; -$a->strings["%d comment"] = array( - 0 => "", - 1 => "", -); -$a->strings["show more"] = ""; -$a->strings["like"] = ""; -$a->strings["dislike"] = ""; -$a->strings["Share this"] = ""; -$a->strings["share"] = ""; -$a->strings["add star"] = ""; -$a->strings["remove star"] = ""; -$a->strings["toggle star status"] = ""; -$a->strings["starred"] = ""; -$a->strings["add tag"] = ""; -$a->strings["to"] = ""; -$a->strings["Wall-to-Wall"] = ""; -$a->strings["via Wall-To-Wall:"] = ""; -$a->strings["Delete Selected Items"] = ""; -$a->strings["%s likes this."] = ""; -$a->strings["%s doesn't like this."] = ""; -$a->strings["<span %1\$s>%2\$d people</span> like this."] = ""; -$a->strings["<span %1\$s>%2\$d people</span> don't like this."] = ""; -$a->strings["and"] = ""; -$a->strings[", and %d other people"] = ""; -$a->strings["%s like this."] = ""; -$a->strings["%s don't like this."] = ""; -$a->strings["Visible to <strong>everybody</strong>"] = ""; -$a->strings["Please enter a video link/URL:"] = ""; -$a->strings["Please enter an audio link/URL:"] = ""; -$a->strings["Tag term:"] = ""; -$a->strings["Where are you right now?"] = ""; -$a->strings["Enter a title for this item"] = ""; -$a->strings["upload photo"] = ""; -$a->strings["attach file"] = ""; -$a->strings["web link"] = ""; -$a->strings["Insert video link"] = ""; -$a->strings["video link"] = ""; -$a->strings["Insert audio link"] = ""; -$a->strings["audio link"] = ""; -$a->strings["set location"] = ""; -$a->strings["clear location"] = ""; -$a->strings["permissions"] = ""; -$a->strings["Delete this item?"] = ""; -$a->strings["show fewer"] = ""; +$a->strings["Maximum daily site registrations exceeded. Please try again tomorrow."] = ""; +$a->strings["Please indicate acceptance of the Terms of Service. Registration failed."] = ""; +$a->strings["Registration successful. Please check your email for validation instructions."] = ""; +$a->strings["Your registration is pending approval by the site owner."] = ""; +$a->strings["Your registration can not be processed."] = ""; +$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = ""; +$a->strings["Terms of Service"] = ""; +$a->strings["I accept the %s for this website"] = ""; +$a->strings["I am over 13 years of age and accept the %s for this website"] = ""; +$a->strings["Membership on this site is by invitation only."] = ""; +$a->strings["Please enter your invitation code"] = ""; +$a->strings["Your email address"] = ""; +$a->strings["Choose a password"] = ""; +$a->strings["Please re-enter your password"] = ""; +$a->strings["Please login."] = ""; +$a->strings["Remove My Account"] = ""; +$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = ""; +$a->strings["Please enter your password for verification:"] = ""; +$a->strings["Mood"] = ""; +$a->strings["Set your current mood and tell your friends"] = ""; +$a->strings["Theme settings"] = ""; +$a->strings["Set font-size for posts and comments"] = ""; +$a->strings["Set line-height for posts and comments"] = ""; +$a->strings["Set colour scheme"] = ""; +$a->strings["Draw shadows"] = ""; +$a->strings["Navigation bar colour"] = ""; +$a->strings["Display style"] = ""; +$a->strings["Display colour of links - hex value, do not include the #"] = ""; +$a->strings["Icons"] = ""; +$a->strings["Shiny style"] = ""; +$a->strings["Corner radius"] = ""; +$a->strings["0-99 default: 5"] = ""; +$a->strings["Update %s failed. See error logs."] = ""; +$a->strings["Update Error at %s"] = ""; $a->strings["Create a New Account"] = ""; -$a->strings["Nickname or Email address: "] = ""; -$a->strings["Password: "] = ""; -$a->strings["Or login using OpenID: "] = ""; +$a->strings["Password"] = ""; +$a->strings["Remember me"] = ""; $a->strings["Forgot your password?"] = ""; -$a->strings["Edit profile"] = ""; -$a->strings["g A l F d"] = ""; +$a->strings["Requested channel is not available."] = ""; +$a->strings[" Sorry, you don't have the permission to view this profile. "] = ""; +$a->strings["Profiles"] = ""; +$a->strings["Manage/edit profiles"] = ""; +$a->strings["Edit Profile"] = ""; $a->strings["F d"] = ""; $a->strings["Birthday Reminders"] = ""; $a->strings["Birthdays this week:"] = ""; -$a->strings["[today]"] = ""; +$a->strings["[No description]"] = ""; $a->strings["Event Reminders"] = ""; $a->strings["Events this week:"] = ""; -$a->strings["[No description]"] = ""; +$a->strings["Channel"] = ""; +$a->strings["Status Messages and Posts"] = ""; +$a->strings["About"] = ""; +$a->strings["Profile Details"] = ""; +$a->strings["Events and Calendar"] = ""; +$a->strings["Webpages"] = ""; +$a->strings["Manage Webpages"] = ""; +$a->strings["toggle mobile"] = ""; diff --git a/util/tpldebug.php b/util/tpldebug.php new file mode 100644 index 000000000..80da410dc --- /dev/null +++ b/util/tpldebug.php @@ -0,0 +1,43 @@ +<?php + +// Tool to assist with figuring out what variables are passed to templates. +// It will take a source php file and print all the template calls it finds, including the passed args. +// With no args it will enumerate all templates in boot.php, include/* and mod/* +// This is a quick hack and far from perfect (there's a template call in boot.php that buggers the regex from the get-go) +// but is one step towards template documentation. + + +if($argc > 1) { + echo "{$argv[1]}: templates\n"; + print_template($argv[1]); +} +else { + + + echo 'boot.php: templates' . "\n"; + print_template('boot.php'); + + $files = glob('include/*.php'); + foreach($files as $file) { + echo $file . ': templates'. "\n"; + print_template($file); + } + + $files = glob('mod/*.php'); + foreach($files as $file) { + echo $file . ': templates'. "\n"; + print_template($file); + } +} + +function print_template($s) { + $x = file_get_contents($s); + + $cnt = preg_match_all('/replace_macros(.*?)\)\;/ism',$x,$matches); + + if($cnt) { + print_r($matches[0]); + + } + +}
\ No newline at end of file diff --git a/util/typo.php b/util/typo.php index c4d038ce8..6c846696d 100644 --- a/util/typo.php +++ b/util/typo.php @@ -19,6 +19,20 @@ include_once($file); } + echo "Directory: include/dba\n"; + $files = glob('include/dba/*.php'); + foreach($files as $file) { + echo $file . "\n"; + include_once($file); + } + + echo "Directory: include/photo\n"; + $files = glob('include/photo/*.php'); + foreach($files as $file) { + echo $file . "\n"; + include_once($file); + } + echo "Directory: mod\n"; $files = glob('mod/*.php'); foreach($files as $file) { @@ -38,8 +52,8 @@ } } - if(x($a->config,'php_path')) - $phpath = $a->config['php_path']; + if(x($a->config,'system') && x($a->config['system'],'php_path')) + $phpath = $a->config['system']['php_path']; else $phpath = 'php'; |