"profile locator/address" is now called "Identity Address" to reduce confusion
This commit is contained in:
parent
b5ccb8e205
commit
44c47f118c
7 changed files with 222 additions and 209 deletions
|
|
@ -9,7 +9,7 @@ The first thing you can do is look at the Directory for somebody you would like
|
||||||
|
|
||||||
Click that. It will take you to a "Connect" form.
|
Click that. It will take you to a "Connect" form.
|
||||||
|
|
||||||
This is going to ask you for your profile locator. This is necessary so that this person's website can find yours.
|
This is going to ask you for your Identity Address. This is necessary so that this person's website can find yours.
|
||||||
|
|
||||||
What do you put in the box?
|
What do you put in the box?
|
||||||
|
|
||||||
|
|
@ -19,19 +19,19 @@ Notice this looks just like an email address. It was meant to be that way. It's
|
||||||
|
|
||||||
You *could* also put in the URL of your profile page, such as "http://demo.friendika.com/profile/bob".
|
You *could* also put in the URL of your profile page, such as "http://demo.friendika.com/profile/bob".
|
||||||
|
|
||||||
The email-style locator is certainly easier.
|
The email-style address is certainly easier.
|
||||||
|
|
||||||
When you've submitted the connection page, it will take you back to your own site where you must then login (if necessary) and verify the connection request on *your* site. Once you've done this, the two websites can communicate with each other to complete the process (after your new friend has approved the request).
|
When you've submitted the connection page, it will take you back to your own site where you must then login (if necessary) and verify the connection request on *your* site. Once you've done this, the two websites can communicate with each other to complete the process (after your new friend has approved the request).
|
||||||
|
|
||||||
If you already know somebody's profile location, you can enter it in the "connect" box on your "Contacts" page. This will take you through a similar process.
|
If you already know somebody's Identity Address, you can enter it in the "connect" box on your "Contacts" page. This will take you through a similar process.
|
||||||
|
|
||||||
You can also use your profile locator or other people's profile locators to become friends across networks. The list of possible networks is growing all the time. If you know (for instance) "bob" on identi.ca (a Status.Net site) you could put bob@identi.ca into your Contact page and become friends across networks. (Or you can put in Bob's profile URL if you wish). You can also be "partial" friends with somebody on Google Buzz by putting in their gmail address. Google Buzz does not yet support all the protocols we need for direct messaging, but you should be able to follow status updates from within Friendika.
|
You can also use your Identity Address or other people's Identity Addresses to become friends across networks. The list of possible networks is growing all the time. If you know (for instance) "bob" on identi.ca (a Status.Net site) you could put bob@identi.ca into your Contact page and become friends across networks. (Or you can put in the URL to Bob's identi.ca page if you wish). You can also be "partial" friends with somebody on Google Buzz by putting in their gmail address. Google Buzz does not yet support all the protocols we need for direct messaging, but you should be able to follow status updates from within Friendika.
|
||||||
|
|
||||||
This works from other networks as well. If a friend of yours has an identi.ca account, they can become friends with you by putting your Friendika profile locator into their identi.ca subscription dialog box.
|
This works from other networks as well. If a friend of yours has an identi.ca account, they can become friends with you by putting your Friendika Identity Address into their identi.ca subscription dialog box.
|
||||||
|
|
||||||
If this happens you will receive a notification. You will need to approve this before the friendship is complete.
|
If this happens you will receive a notification. You will need to approve this before the friendship is complete.
|
||||||
|
|
||||||
Some networks allow people to send you messages without being friends and without your approval. Friendika does not allow this by default. It would open a gateway for spam. So when you've approved a friend request from one of these networks, look at your contact page for that person (this will be displayed as soon as you approve the relationship). They might be marked as an "Ignored" contact.
|
Some networks allow people to send you messages without being friends and without your approval. Friendika does not allow this by default, as it would open a gateway for spam. So when you've approved a friend request from one of these networks, look at your contact page for that person (this will be displayed as soon as you approve the relationship). They might be marked as an "Ignored" contact.
|
||||||
|
|
||||||
This means they can see some of your posts (your public posts), but they aren't permitted to send you anything. You can "Un-ignore" them if you desire to allow them to contact you directly and to have their status updates appear in your Network feed.
|
This means they can see some of your posts (your public posts), but they aren't permitted to send you anything. You can "Un-ignore" them if you desire to allow them to contact you directly and to have their status updates appear in your Network feed.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ The following are various ways of indicating a person:
|
||||||
|
|
||||||
* @mike - indicates a known contact in your social circle whose nickname is "mike"
|
* @mike - indicates a known contact in your social circle whose nickname is "mike"
|
||||||
* @mike_macgirvin - indicates a known contact in your social circle whose full name is "Mike Macgirvin". Note that spaces cannot be used inside tags.
|
* @mike_macgirvin - indicates a known contact in your social circle whose full name is "Mike Macgirvin". Note that spaces cannot be used inside tags.
|
||||||
* @mike@macgirvin.com - indicates the profile locator of a person on a different network, or one that is *not* in your social circle. This can only be an email-style locator, not a web URL.
|
* @mike@macgirvin.com - indicates the Identity Address of a person on a different network, or one that is *not* in your social circle. This can only be an email-style locator, not a web URL.
|
||||||
|
|
||||||
Unless their system blocks unsolicited "mentions", the person tagged will likely receive a "Mention" post/activity or become a direct participant in the conversation in the case of public posts. Please note that Friendika often blocks incoming "mentions" from other networks and especially from people with no relationship to you. This is a spam prevention measure.
|
Unless their system blocks unsolicited "mentions", the person tagged will likely receive a "Mention" post/activity or become a direct participant in the conversation in the case of public posts. Please note that Friendika often blocks incoming "mentions" from other networks and especially from people with no relationship to you. This is a spam prevention measure.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -618,17 +618,18 @@ function dfrn_request_content(&$a) {
|
||||||
|
|
||||||
$o .= replace_macros($tpl,array(
|
$o .= replace_macros($tpl,array(
|
||||||
'$header' => t('Friend/Connection Request'),
|
'$header' => t('Friend/Connection Request'),
|
||||||
|
'$desc' => t('Examples: jojo@demo.friendika.com, http://demo.friendika.com/profile/jojo, testuser@identi.ca'),
|
||||||
'$pls_answer' => t('Please answer the following:'),
|
'$pls_answer' => t('Please answer the following:'),
|
||||||
'$does_know' => t('Does $name know you?'),
|
'$does_know' => t('Does $name know you?'),
|
||||||
'$yes' => t('Yes'),
|
'$yes' => t('Yes'),
|
||||||
'$no' => t('No'),
|
'$no' => t('No'),
|
||||||
'$add_note' => t('Add a personal note:'),
|
'$add_note' => t('Add a personal note:'),
|
||||||
'$page_desc' => t('Please enter your profile address from one of the following supported social networks:'),
|
'$page_desc' => t("Please enter your 'Identity Address' from one of the following supported social networks:"),
|
||||||
'$friendika' => t('Friendika'),
|
'$friendika' => t('Friendika'),
|
||||||
'$statusnet' => t('StatusNet/Federated Social Web'),
|
'$statusnet' => t('StatusNet/Federated Social Web'),
|
||||||
'$private_net' => t("Private \x28secure\x29 network"),
|
'$private_net' => t("Private \x28secure\x29 network"),
|
||||||
'$public_net' => t("Public \x28insecure\x29 network"),
|
'$public_net' => t("Public \x28insecure\x29 network"),
|
||||||
'$your_address' => t('Your profile address:'),
|
'$your_address' => t('Your Identity Address:'),
|
||||||
'$submit' => t('Submit Request'),
|
'$submit' => t('Submit Request'),
|
||||||
'$cancel' => t('Cancel'),
|
'$cancel' => t('Cancel'),
|
||||||
'$nickname' => $a->argv[1],
|
'$nickname' => $a->argv[1],
|
||||||
|
|
|
||||||
|
|
@ -331,6 +331,7 @@ function settings_content(&$a) {
|
||||||
$theme_selector .= '<option val="' . basename($file) . '"' . $selected . '>' . basename($file) . '</option>';
|
$theme_selector .= '<option val="' . basename($file) . '"' . $selected . '>' . basename($file) . '</option>';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$theme_selector .= '</select>';
|
$theme_selector .= '</select>';
|
||||||
|
|
||||||
$subdir = ((strlen($a->get_path())) ? '<br />' . t('or') . ' ' . $a->get_baseurl() . '/profile/' . $nickname : '');
|
$subdir = ((strlen($a->get_path())) ? '<br />' . t('or') . ' ' . $a->get_baseurl() . '/profile/' . $nickname : '');
|
||||||
|
|
@ -338,7 +339,7 @@ function settings_content(&$a) {
|
||||||
$tpl_addr = load_view_file("view/settings_nick_set.tpl");
|
$tpl_addr = load_view_file("view/settings_nick_set.tpl");
|
||||||
|
|
||||||
$prof_addr = replace_macros($tpl_addr,array(
|
$prof_addr = replace_macros($tpl_addr,array(
|
||||||
'$desc' => t('Your profile address is'),
|
'$desc' => t('Your Identity Address is'),
|
||||||
'$nickname' => $nickname,
|
'$nickname' => $nickname,
|
||||||
'$subdir' => $subdir,
|
'$subdir' => $subdir,
|
||||||
'$basepath' => $a->get_hostname()
|
'$basepath' => $a->get_hostname()
|
||||||
|
|
|
||||||
396
util/messages.po
396
util/messages.po
|
|
@ -6,9 +6,9 @@
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: 2.1.948\n"
|
"Project-Id-Version: 2.1.949\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2011-04-13 20:16-0700\n"
|
"POT-Creation-Date: 2011-04-14 20:36-0700\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
|
@ -36,12 +36,12 @@ msgstr ""
|
||||||
#: ../../mod/settings.php:211 ../../mod/manage.php:75 ../../mod/network.php:6
|
#: ../../mod/settings.php:211 ../../mod/manage.php:75 ../../mod/network.php:6
|
||||||
#: ../../mod/group.php:19 ../../mod/viewcontacts.php:13
|
#: ../../mod/group.php:19 ../../mod/viewcontacts.php:13
|
||||||
#: ../../mod/register.php:25 ../../mod/regmod.php:16 ../../mod/item.php:57
|
#: ../../mod/register.php:25 ../../mod/regmod.php:16 ../../mod/item.php:57
|
||||||
#: ../../mod/item.php:668 ../../mod/profile_photo.php:19
|
#: ../../mod/item.php:675 ../../mod/profile_photo.php:19
|
||||||
#: ../../mod/profile_photo.php:133 ../../mod/profile_photo.php:139
|
#: ../../mod/profile_photo.php:133 ../../mod/profile_photo.php:139
|
||||||
#: ../../mod/profile_photo.php:150 ../../mod/message.php:8
|
#: ../../mod/profile_photo.php:150 ../../mod/message.php:8
|
||||||
#: ../../mod/message.php:116 ../../mod/wall_upload.php:42
|
#: ../../mod/message.php:116 ../../mod/wall_upload.php:42
|
||||||
#: ../../mod/follow.php:8 ../../mod/display.php:133 ../../mod/profiles.php:7
|
#: ../../mod/follow.php:8 ../../mod/display.php:133 ../../mod/profiles.php:7
|
||||||
#: ../../mod/profiles.php:227 ../../mod/invite.php:13 ../../mod/invite.php:50
|
#: ../../mod/profiles.php:227 ../../mod/invite.php:13 ../../mod/invite.php:54
|
||||||
#: ../../mod/dfrn_confirm.php:53 ../../addon/facebook/facebook.php:110
|
#: ../../mod/dfrn_confirm.php:53 ../../addon/facebook/facebook.php:110
|
||||||
#: ../../wip/photos.php:77 ../../wip/photos.php:723 ../../wip/group.php:19
|
#: ../../wip/photos.php:77 ../../wip/photos.php:723 ../../wip/group.php:19
|
||||||
#: ../../wip/photos-chris.php:97 ../../wip/photos-chris.php:770
|
#: ../../wip/photos-chris.php:97 ../../wip/photos-chris.php:770
|
||||||
|
|
@ -101,8 +101,8 @@ msgstr ""
|
||||||
#: ../../mod/crepair.php:100 ../../mod/photos.php:805 ../../mod/photos.php:862
|
#: ../../mod/crepair.php:100 ../../mod/photos.php:805 ../../mod/photos.php:862
|
||||||
#: ../../mod/photos.php:1069 ../../mod/photos.php:1112
|
#: ../../mod/photos.php:1069 ../../mod/photos.php:1112
|
||||||
#: ../../mod/install.php:133 ../../mod/contacts.php:264
|
#: ../../mod/install.php:133 ../../mod/contacts.php:264
|
||||||
#: ../../mod/settings.php:364 ../../mod/manage.php:106 ../../mod/group.php:76
|
#: ../../mod/settings.php:365 ../../mod/manage.php:106 ../../mod/group.php:76
|
||||||
#: ../../mod/group.php:159 ../../mod/profiles.php:370 ../../mod/invite.php:64
|
#: ../../mod/group.php:159 ../../mod/profiles.php:370 ../../mod/invite.php:68
|
||||||
#: ../../addon/facebook/facebook.php:151
|
#: ../../addon/facebook/facebook.php:151
|
||||||
#: ../../addon/randplace/randplace.php:179
|
#: ../../addon/randplace/randplace.php:179
|
||||||
#: ../../addon/statusnet/statusnet.php:163
|
#: ../../addon/statusnet/statusnet.php:163
|
||||||
|
|
@ -116,8 +116,16 @@ msgstr ""
|
||||||
msgid "Submit"
|
msgid "Submit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../mod/help.php:27
|
||||||
|
msgid "Help:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../mod/help.php:31 ../../include/nav.php:64
|
||||||
|
msgid "Help"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/tagrm.php:11 ../../mod/tagrm.php:94
|
#: ../../mod/tagrm.php:11 ../../mod/tagrm.php:94
|
||||||
#: ../../mod/dfrn_request.php:630 ../../addon/js_upload/js_upload.php:41
|
#: ../../mod/dfrn_request.php:634 ../../addon/js_upload/js_upload.php:41
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -558,70 +566,76 @@ msgstr ""
|
||||||
msgid "Introduction received at "
|
msgid "Introduction received at "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/dfrn_request.php:547 ../../mod/lostpass.php:39
|
#: ../../mod/dfrn_request.php:547 ../../mod/lostpass.php:40
|
||||||
#: ../../mod/register.php:332 ../../mod/register.php:369
|
#: ../../mod/lostpass.php:102 ../../mod/register.php:333
|
||||||
#: ../../mod/regmod.php:93 ../../mod/item.php:475 ../../mod/item.php:498
|
#: ../../mod/register.php:373 ../../mod/regmod.php:94 ../../mod/item.php:476
|
||||||
#: ../../mod/dfrn_notify.php:189 ../../mod/dfrn_notify.php:404
|
#: ../../mod/item.php:502 ../../mod/dfrn_notify.php:189
|
||||||
#: ../../mod/dfrn_notify.php:490 ../../mod/dfrn_confirm.php:654
|
#: ../../mod/dfrn_notify.php:405 ../../mod/dfrn_notify.php:495
|
||||||
#: ../../include/items.php:1418
|
#: ../../mod/dfrn_confirm.php:655 ../../include/items.php:1418
|
||||||
msgid "Administrator"
|
msgid "Administrator"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/dfrn_request.php:617
|
#: ../../mod/dfrn_request.php:620
|
||||||
msgid "Friend/Connection Request"
|
msgid "Friend/Connection Request"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/dfrn_request.php:618
|
#: ../../mod/dfrn_request.php:621
|
||||||
|
msgid ""
|
||||||
|
"Examples: jojo@demo.friendika.com, http://demo.friendika.com/profile/jojo, "
|
||||||
|
"testuser@identi.ca"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../mod/dfrn_request.php:622
|
||||||
msgid "Please answer the following:"
|
msgid "Please answer the following:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/dfrn_request.php:619
|
#: ../../mod/dfrn_request.php:623
|
||||||
msgid "Does $name know you?"
|
msgid "Does $name know you?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/dfrn_request.php:620 ../../mod/settings.php:289
|
#: ../../mod/dfrn_request.php:624 ../../mod/settings.php:289
|
||||||
#: ../../mod/settings.php:301 ../../mod/register.php:439
|
#: ../../mod/settings.php:301 ../../mod/register.php:444
|
||||||
#: ../../mod/profiles.php:355
|
#: ../../mod/profiles.php:355
|
||||||
msgid "Yes"
|
msgid "Yes"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/dfrn_request.php:621 ../../mod/settings.php:290
|
#: ../../mod/dfrn_request.php:625 ../../mod/settings.php:290
|
||||||
#: ../../mod/settings.php:302 ../../mod/register.php:440
|
#: ../../mod/settings.php:302 ../../mod/register.php:445
|
||||||
#: ../../mod/profiles.php:356
|
#: ../../mod/profiles.php:356
|
||||||
msgid "No"
|
msgid "No"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/dfrn_request.php:622
|
#: ../../mod/dfrn_request.php:626
|
||||||
msgid "Add a personal note:"
|
msgid "Add a personal note:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/dfrn_request.php:623
|
|
||||||
msgid ""
|
|
||||||
"Please enter your profile address from one of the following supported social "
|
|
||||||
"networks:"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../../mod/dfrn_request.php:624
|
|
||||||
msgid "Friendika"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../../mod/dfrn_request.php:625
|
|
||||||
msgid "StatusNet/Federated Social Web"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../../mod/dfrn_request.php:626
|
|
||||||
msgid "Private (secure) network"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../../mod/dfrn_request.php:627
|
#: ../../mod/dfrn_request.php:627
|
||||||
msgid "Public (insecure) network"
|
msgid ""
|
||||||
|
"Please enter your 'Identity Address' from one of the following supported "
|
||||||
|
"social networks:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/dfrn_request.php:628
|
#: ../../mod/dfrn_request.php:628
|
||||||
msgid "Your profile address:"
|
msgid "Friendika"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/dfrn_request.php:629
|
#: ../../mod/dfrn_request.php:629
|
||||||
|
msgid "StatusNet/Federated Social Web"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../mod/dfrn_request.php:630
|
||||||
|
msgid "Private (secure) network"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../mod/dfrn_request.php:631
|
||||||
|
msgid "Public (insecure) network"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../mod/dfrn_request.php:632
|
||||||
|
msgid "Your Identity Address:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../mod/dfrn_request.php:633
|
||||||
msgid "Submit Request"
|
msgid "Submit Request"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -1092,7 +1106,7 @@ msgstr ""
|
||||||
msgid "Currently ignored"
|
msgid "Currently ignored"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/contacts.php:321 ../../include/nav.php:117
|
#: ../../mod/contacts.php:321 ../../include/nav.php:110
|
||||||
#: ../../include/acl_selectors.php:140 ../../include/acl_selectors.php:155
|
#: ../../include/acl_selectors.php:140 ../../include/acl_selectors.php:155
|
||||||
msgid "Contacts"
|
msgid "Contacts"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -1117,7 +1131,7 @@ msgstr ""
|
||||||
msgid "Visit $username's profile"
|
msgid "Visit $username's profile"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/contacts.php:387 ../../include/conversation.php:520
|
#: ../../mod/contacts.php:387 ../../include/conversation.php:523
|
||||||
msgid "Edit contact"
|
msgid "Edit contact"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -1130,53 +1144,53 @@ msgstr ""
|
||||||
msgid "Password reset requested at %s"
|
msgid "Password reset requested at %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/lostpass.php:56
|
#: ../../mod/lostpass.php:60
|
||||||
msgid ""
|
msgid ""
|
||||||
"Request could not be verified. (You may have previously submitted it.) "
|
"Request could not be verified. (You may have previously submitted it.) "
|
||||||
"Password reset failed."
|
"Password reset failed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/lostpass.php:74 ../../boot.php:844
|
#: ../../mod/lostpass.php:78 ../../boot.php:839
|
||||||
msgid "Password Reset"
|
msgid "Password Reset"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/lostpass.php:75
|
#: ../../mod/lostpass.php:79
|
||||||
msgid "Your password has been reset as requested."
|
msgid "Your password has been reset as requested."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/lostpass.php:76
|
#: ../../mod/lostpass.php:80
|
||||||
msgid "Your new password is"
|
msgid "Your new password is"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/lostpass.php:77
|
#: ../../mod/lostpass.php:81
|
||||||
msgid "Save or copy your new password - and then"
|
msgid "Save or copy your new password - and then"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/lostpass.php:78
|
#: ../../mod/lostpass.php:82
|
||||||
msgid "click here to login"
|
msgid "click here to login"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/lostpass.php:79
|
#: ../../mod/lostpass.php:83
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your password may be changed from the <em>Settings</em> page after "
|
"Your password may be changed from the <em>Settings</em> page after "
|
||||||
"successful login."
|
"successful login."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/lostpass.php:107
|
#: ../../mod/lostpass.php:114
|
||||||
msgid "Forgot your Password?"
|
msgid "Forgot your Password?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/lostpass.php:108
|
#: ../../mod/lostpass.php:115
|
||||||
msgid ""
|
msgid ""
|
||||||
"Enter your email address and submit to have your password reset. Then check "
|
"Enter your email address and submit to have your password reset. Then check "
|
||||||
"your email for further instructions."
|
"your email for further instructions."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/lostpass.php:109
|
#: ../../mod/lostpass.php:116
|
||||||
msgid "Nickname or Email: "
|
msgid "Nickname or Email: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/lostpass.php:110
|
#: ../../mod/lostpass.php:117
|
||||||
msgid "Reset"
|
msgid "Reset"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -1216,11 +1230,11 @@ msgstr ""
|
||||||
msgid "Settings updated."
|
msgid "Settings updated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/settings.php:216 ../../mod/settings.php:356
|
#: ../../mod/settings.php:216 ../../mod/settings.php:357
|
||||||
msgid "Plugin Settings"
|
msgid "Plugin Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/settings.php:217 ../../mod/settings.php:355
|
#: ../../mod/settings.php:217 ../../mod/settings.php:356
|
||||||
msgid "Account Settings"
|
msgid "Account Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -1280,123 +1294,123 @@ msgstr ""
|
||||||
msgid "Profile is <strong>not published</strong>."
|
msgid "Profile is <strong>not published</strong>."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/settings.php:336 ../../mod/profile_photo.php:191
|
#: ../../mod/settings.php:337 ../../mod/profile_photo.php:191
|
||||||
msgid "or"
|
msgid "or"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/settings.php:341
|
#: ../../mod/settings.php:342
|
||||||
msgid "Your profile address is"
|
msgid "Your Identity Address is"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/settings.php:351
|
#: ../../mod/settings.php:352
|
||||||
msgid "Export Personal Data"
|
msgid "Export Personal Data"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/settings.php:357
|
#: ../../mod/settings.php:358
|
||||||
msgid "Basic Settings"
|
msgid "Basic Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/settings.php:358 ../../include/profile_advanced.php:10
|
#: ../../mod/settings.php:359 ../../include/profile_advanced.php:10
|
||||||
msgid "Full Name:"
|
msgid "Full Name:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/settings.php:359
|
#: ../../mod/settings.php:360
|
||||||
msgid "Email Address:"
|
msgid "Email Address:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/settings.php:360
|
#: ../../mod/settings.php:361
|
||||||
msgid "Your Timezone:"
|
msgid "Your Timezone:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/settings.php:361
|
#: ../../mod/settings.php:362
|
||||||
msgid "Default Post Location:"
|
msgid "Default Post Location:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/settings.php:362
|
#: ../../mod/settings.php:363
|
||||||
msgid "Use Browser Location:"
|
msgid "Use Browser Location:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/settings.php:363
|
#: ../../mod/settings.php:364
|
||||||
msgid "Display Theme:"
|
msgid "Display Theme:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/settings.php:365
|
#: ../../mod/settings.php:366
|
||||||
msgid "Security and Privacy Settings"
|
msgid "Security and Privacy Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/settings.php:366
|
#: ../../mod/settings.php:367
|
||||||
msgid "Maximum Friend Requests/Day:"
|
msgid "Maximum Friend Requests/Day:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/settings.php:367
|
#: ../../mod/settings.php:368
|
||||||
msgid "(to prevent spam abuse)"
|
msgid "(to prevent spam abuse)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/settings.php:368
|
#: ../../mod/settings.php:369
|
||||||
msgid "Allow friends to post to your profile page:"
|
msgid "Allow friends to post to your profile page:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/settings.php:369
|
#: ../../mod/settings.php:370
|
||||||
msgid "Automatically expire (delete) posts older than"
|
msgid "Automatically expire (delete) posts older than"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/settings.php:370 ../../include/datetime.php:154
|
#: ../../mod/settings.php:371 ../../include/datetime.php:154
|
||||||
msgid "days"
|
msgid "days"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/settings.php:371
|
#: ../../mod/settings.php:372
|
||||||
msgid "Notification Settings"
|
msgid "Notification Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/settings.php:372
|
#: ../../mod/settings.php:373
|
||||||
msgid "Send a notification email when:"
|
msgid "Send a notification email when:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/settings.php:373
|
#: ../../mod/settings.php:374
|
||||||
msgid "You receive an introduction"
|
msgid "You receive an introduction"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/settings.php:374
|
#: ../../mod/settings.php:375
|
||||||
msgid "Your introductions are confirmed"
|
msgid "Your introductions are confirmed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/settings.php:375
|
#: ../../mod/settings.php:376
|
||||||
msgid "Someone writes on your profile wall"
|
msgid "Someone writes on your profile wall"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/settings.php:376
|
#: ../../mod/settings.php:377
|
||||||
msgid "Someone writes a followup comment"
|
msgid "Someone writes a followup comment"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/settings.php:377
|
#: ../../mod/settings.php:378
|
||||||
msgid "You receive a private message"
|
msgid "You receive a private message"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/settings.php:378
|
#: ../../mod/settings.php:379
|
||||||
msgid "Password Settings"
|
msgid "Password Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/settings.php:379
|
#: ../../mod/settings.php:380
|
||||||
msgid "Leave password fields blank unless changing"
|
msgid "Leave password fields blank unless changing"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/settings.php:380
|
#: ../../mod/settings.php:381
|
||||||
msgid "New Password:"
|
msgid "New Password:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/settings.php:381
|
#: ../../mod/settings.php:382
|
||||||
msgid "Confirm:"
|
msgid "Confirm:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/settings.php:382
|
#: ../../mod/settings.php:383
|
||||||
msgid "Advanced Page Settings"
|
msgid "Advanced Page Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/settings.php:397
|
#: ../../mod/settings.php:398
|
||||||
msgid "Default Post Permissions"
|
msgid "Default Post Permissions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/settings.php:398
|
#: ../../mod/settings.php:399
|
||||||
msgid "(click to open/close)"
|
msgid "(click to open/close)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -1484,7 +1498,7 @@ msgstr ""
|
||||||
msgid "Group: "
|
msgid "Group: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/network.php:277 ../../mod/register.php:445
|
#: ../../mod/network.php:277 ../../mod/register.php:450
|
||||||
#: ../../mod/profile.php:300 ../../mod/display.php:142
|
#: ../../mod/profile.php:300 ../../mod/display.php:142
|
||||||
msgid ""
|
msgid ""
|
||||||
"Shared content is covered by the <a href=\"http://creativecommons.org/"
|
"Shared content is covered by the <a href=\"http://creativecommons.org/"
|
||||||
|
|
@ -1567,7 +1581,7 @@ msgstr ""
|
||||||
msgid "All Contacts (with secure profile access)"
|
msgid "All Contacts (with secure profile access)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/viewcontacts.php:17 ../../boot.php:1996
|
#: ../../mod/viewcontacts.php:17 ../../boot.php:1997
|
||||||
msgid "View Contacts"
|
msgid "View Contacts"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -1634,72 +1648,72 @@ msgstr ""
|
||||||
msgid "Registration details for %s"
|
msgid "Registration details for %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/register.php:336
|
#: ../../mod/register.php:339
|
||||||
msgid ""
|
msgid ""
|
||||||
"Registration successful. Please check your email for further instructions."
|
"Registration successful. Please check your email for further instructions."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/register.php:340
|
#: ../../mod/register.php:343
|
||||||
msgid "Failed to send email message. Here is the message that failed."
|
msgid "Failed to send email message. Here is the message that failed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/register.php:345
|
#: ../../mod/register.php:348
|
||||||
msgid "Your registration can not be processed."
|
msgid "Your registration can not be processed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/register.php:368
|
#: ../../mod/register.php:371
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Registration request at %s"
|
msgid "Registration request at %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/register.php:372
|
#: ../../mod/register.php:377
|
||||||
msgid "Your registration is pending approval by the site owner."
|
msgid "Your registration is pending approval by the site owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/register.php:420
|
#: ../../mod/register.php:425
|
||||||
msgid ""
|
msgid ""
|
||||||
"You may (optionally) fill in this form via OpenID by supplying your OpenID "
|
"You may (optionally) fill in this form via OpenID by supplying your OpenID "
|
||||||
"and clicking 'Register'."
|
"and clicking 'Register'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/register.php:421
|
#: ../../mod/register.php:426
|
||||||
msgid ""
|
msgid ""
|
||||||
"If you are not familiar with OpenID, please leave that field blank and fill "
|
"If you are not familiar with OpenID, please leave that field blank and fill "
|
||||||
"in the rest of the items."
|
"in the rest of the items."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/register.php:422
|
#: ../../mod/register.php:427
|
||||||
msgid "Your OpenID (optional): "
|
msgid "Your OpenID (optional): "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/register.php:436
|
#: ../../mod/register.php:441
|
||||||
msgid "Include your profile in member directory?"
|
msgid "Include your profile in member directory?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/register.php:452
|
#: ../../mod/register.php:457
|
||||||
msgid "Registration"
|
msgid "Registration"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/register.php:460
|
#: ../../mod/register.php:465
|
||||||
msgid "Your Full Name (e.g. Joe Smith): "
|
msgid "Your Full Name (e.g. Joe Smith): "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/register.php:461
|
#: ../../mod/register.php:466
|
||||||
msgid "Your Email Address: "
|
msgid "Your Email Address: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/register.php:462
|
#: ../../mod/register.php:467
|
||||||
msgid ""
|
msgid ""
|
||||||
"Choose a profile nickname. This must begin with a text character. Your "
|
"Choose a profile nickname. This must begin with a text character. Your "
|
||||||
"profile address on this site will then be '<strong>nickname@$sitename</"
|
"profile address on this site will then be '<strong>nickname@$sitename</"
|
||||||
"strong>'."
|
"strong>'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/register.php:463
|
#: ../../mod/register.php:468
|
||||||
msgid "Choose a nickname: "
|
msgid "Choose a nickname: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/register.php:466 ../../include/nav.php:62 ../../boot.php:827
|
#: ../../mod/register.php:471 ../../include/nav.php:59 ../../boot.php:822
|
||||||
msgid "Register"
|
msgid "Register"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -1765,7 +1779,7 @@ msgstr ""
|
||||||
msgid "Registration revoked for %s"
|
msgid "Registration revoked for %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/regmod.php:96
|
#: ../../mod/regmod.php:99
|
||||||
msgid "Account approved."
|
msgid "Account approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -1788,37 +1802,37 @@ msgstr ""
|
||||||
msgid "%s commented on your item at %s"
|
msgid "%s commented on your item at %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/item.php:497
|
#: ../../mod/item.php:500
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s posted on your profile wall at %s"
|
msgid "%s posted on your profile wall at %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/item.php:523
|
#: ../../mod/item.php:530
|
||||||
msgid "System error. Post not saved."
|
msgid "System error. Post not saved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/item.php:541
|
#: ../../mod/item.php:548
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"This message was sent to you by %s, a member of the Friendika social network."
|
"This message was sent to you by %s, a member of the Friendika social network."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/item.php:543
|
#: ../../mod/item.php:550
|
||||||
msgid "You may visit them online at"
|
msgid "You may visit them online at"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/item.php:545
|
#: ../../mod/item.php:552
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please contact the sender by replying to this post if you do not wish to "
|
"Please contact the sender by replying to this post if you do not wish to "
|
||||||
"receive these messages."
|
"receive these messages."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/item.php:547
|
#: ../../mod/item.php:554
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s posted an update."
|
msgid "%s posted an update."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/item.php:598 ../../mod/display.php:20 ../../mod/display.php:137
|
#: ../../mod/item.php:605 ../../mod/display.php:20 ../../mod/display.php:137
|
||||||
msgid "Item not found."
|
msgid "Item not found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -1907,7 +1921,7 @@ msgstr ""
|
||||||
msgid "Message could not be sent."
|
msgid "Message could not be sent."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/message.php:125 ../../include/nav.php:106
|
#: ../../mod/message.php:125 ../../include/nav.php:102
|
||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -1943,7 +1957,7 @@ msgstr ""
|
||||||
msgid "Subject:"
|
msgid "Subject:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/message.php:185 ../../mod/message.php:319 ../../mod/invite.php:59
|
#: ../../mod/message.php:185 ../../mod/message.php:319 ../../mod/invite.php:63
|
||||||
msgid "Your message:"
|
msgid "Your message:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -1971,7 +1985,7 @@ msgstr ""
|
||||||
msgid "Send Reply"
|
msgid "Send Reply"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/profile.php:8 ../../boot.php:2197
|
#: ../../mod/profile.php:8 ../../boot.php:2198
|
||||||
msgid "No profile"
|
msgid "No profile"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -2022,7 +2036,7 @@ msgstr ""
|
||||||
msgid "New mail received at "
|
msgid "New mail received at "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/dfrn_notify.php:403 ../../mod/dfrn_notify.php:489
|
#: ../../mod/dfrn_notify.php:403 ../../mod/dfrn_notify.php:493
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s commented on an item at %s"
|
msgid "%s commented on an item at %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -2031,7 +2045,7 @@ msgstr ""
|
||||||
msgid "Applications"
|
msgid "Applications"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/search.php:21 ../../include/nav.php:73 ../../boot.php:2042
|
#: ../../mod/search.php:21 ../../include/nav.php:71 ../../boot.php:2043
|
||||||
msgid "Search"
|
msgid "Search"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -2230,7 +2244,7 @@ msgstr ""
|
||||||
msgid "Age: "
|
msgid "Age: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/profiles.php:456 ../../include/nav.php:115
|
#: ../../mod/profiles.php:456 ../../include/nav.php:109
|
||||||
msgid "Profiles"
|
msgid "Profiles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -2280,36 +2294,36 @@ msgstr ""
|
||||||
msgid "Please join my network on %s"
|
msgid "Please join my network on %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/invite.php:38
|
#: ../../mod/invite.php:42
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s : Message delivery failed."
|
msgid "%s : Message delivery failed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/invite.php:42
|
#: ../../mod/invite.php:46
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%d message sent."
|
msgid "%d message sent."
|
||||||
msgid_plural "%d messages sent."
|
msgid_plural "%d messages sent."
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
|
|
||||||
#: ../../mod/invite.php:57
|
#: ../../mod/invite.php:61
|
||||||
msgid "Send invitations"
|
msgid "Send invitations"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/invite.php:58
|
#: ../../mod/invite.php:62
|
||||||
msgid "Enter email addresses, one per line:"
|
msgid "Enter email addresses, one per line:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/invite.php:60
|
#: ../../mod/invite.php:64
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Please join my social network on %s"
|
msgid "Please join my social network on %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/invite.php:61
|
#: ../../mod/invite.php:65
|
||||||
msgid "To accept this invitation, please visit:"
|
msgid "To accept this invitation, please visit:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/invite.php:62
|
#: ../../mod/invite.php:66
|
||||||
msgid ""
|
msgid ""
|
||||||
"Once you have registered, please connect with me via my profile page at:"
|
"Once you have registered, please connect with me via my profile page at:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -2634,7 +2648,7 @@ msgstr ""
|
||||||
msgid "Send public postings to Twitter"
|
msgid "Send public postings to Twitter"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/profile_advanced.php:23 ../../boot.php:2276
|
#: ../../include/profile_advanced.php:23 ../../boot.php:2277
|
||||||
msgid "Gender:"
|
msgid "Gender:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -2658,7 +2672,7 @@ msgstr ""
|
||||||
msgid "<span class=\"heart\">♥</span> Status:"
|
msgid "<span class=\"heart\">♥</span> Status:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/profile_advanced.php:103 ../../boot.php:2282
|
#: ../../include/profile_advanced.php:103 ../../boot.php:2283
|
||||||
msgid "Homepage:"
|
msgid "Homepage:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -2978,43 +2992,39 @@ msgstr ""
|
||||||
msgid "Everybody"
|
msgid "Everybody"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/nav.php:39 ../../boot.php:855
|
#: ../../include/nav.php:41 ../../boot.php:850
|
||||||
msgid "Logout"
|
msgid "Logout"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/nav.php:45 ../../boot.php:835 ../../boot.php:841
|
#: ../../include/nav.php:44 ../../boot.php:830 ../../boot.php:836
|
||||||
msgid "Login"
|
msgid "Login"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/nav.php:57 ../../include/nav.php:97
|
#: ../../include/nav.php:55 ../../include/nav.php:93
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/nav.php:67
|
#: ../../include/nav.php:68
|
||||||
msgid "Help"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../../include/nav.php:70
|
|
||||||
msgid "Apps"
|
msgid "Apps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/nav.php:83
|
#: ../../include/nav.php:81
|
||||||
msgid "Directory"
|
msgid "Directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/nav.php:93
|
#: ../../include/nav.php:91
|
||||||
msgid "Network"
|
msgid "Network"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/nav.php:102
|
#: ../../include/nav.php:99
|
||||||
msgid "Notifications"
|
msgid "Notifications"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/nav.php:110
|
#: ../../include/nav.php:105
|
||||||
msgid "Manage"
|
msgid "Manage"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/nav.php:113
|
#: ../../include/nav.php:108
|
||||||
msgid "Settings"
|
msgid "Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -3138,57 +3148,57 @@ msgstr ""
|
||||||
msgid "via Wall-To-Wall:"
|
msgid "via Wall-To-Wall:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/conversation.php:517
|
#: ../../include/conversation.php:520
|
||||||
msgid "View status"
|
msgid "View status"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/conversation.php:518
|
#: ../../include/conversation.php:521
|
||||||
msgid "View profile"
|
msgid "View profile"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/conversation.php:519
|
#: ../../include/conversation.php:522
|
||||||
msgid "View photos"
|
msgid "View photos"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/conversation.php:521
|
#: ../../include/conversation.php:524
|
||||||
msgid "Send PM"
|
msgid "Send PM"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/conversation.php:571
|
#: ../../include/conversation.php:574
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s likes this."
|
msgid "%s likes this."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/conversation.php:571
|
#: ../../include/conversation.php:574
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s doesn't like this."
|
msgid "%s doesn't like this."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/conversation.php:575
|
#: ../../include/conversation.php:578
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "<span %1$s>%2$d people</span> like this."
|
msgid "<span %1$s>%2$d people</span> like this."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/conversation.php:577
|
#: ../../include/conversation.php:580
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "<span %1$s>%2$d people</span> don't like this."
|
msgid "<span %1$s>%2$d people</span> don't like this."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/conversation.php:583
|
#: ../../include/conversation.php:586
|
||||||
msgid "and"
|
msgid "and"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/conversation.php:586
|
#: ../../include/conversation.php:589
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid ", and %d other people"
|
msgid ", and %d other people"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/conversation.php:587
|
#: ../../include/conversation.php:590
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s like this."
|
msgid "%s like this."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/conversation.php:587
|
#: ../../include/conversation.php:590
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s don't like this."
|
msgid "%s don't like this."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -3197,170 +3207,170 @@ msgstr ""
|
||||||
msgid "Delete this item?"
|
msgid "Delete this item?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:826
|
#: ../../boot.php:821
|
||||||
msgid "Create a New Account"
|
msgid "Create a New Account"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:833
|
#: ../../boot.php:828
|
||||||
msgid "Nickname or Email address: "
|
msgid "Nickname or Email address: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:834
|
#: ../../boot.php:829
|
||||||
msgid "Password: "
|
msgid "Password: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:839
|
#: ../../boot.php:834
|
||||||
msgid "Nickname/Email/OpenID: "
|
msgid "Nickname/Email/OpenID: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:840
|
#: ../../boot.php:835
|
||||||
msgid "Password (if not OpenID): "
|
msgid "Password (if not OpenID): "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:843
|
#: ../../boot.php:838
|
||||||
msgid "Forgot your password?"
|
msgid "Forgot your password?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:1096
|
#: ../../boot.php:1091
|
||||||
msgid "prev"
|
msgid "prev"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:1098
|
#: ../../boot.php:1093
|
||||||
msgid "first"
|
msgid "first"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:1127
|
#: ../../boot.php:1122
|
||||||
msgid "last"
|
msgid "last"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:1130
|
#: ../../boot.php:1125
|
||||||
msgid "next"
|
msgid "next"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:1983
|
#: ../../boot.php:1984
|
||||||
msgid "No contacts"
|
msgid "No contacts"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:1991
|
#: ../../boot.php:1992
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%d Contact"
|
msgid "%d Contact"
|
||||||
msgid_plural "%d Contacts"
|
msgid_plural "%d Contacts"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
|
|
||||||
#: ../../boot.php:2254
|
#: ../../boot.php:2255
|
||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:2264
|
#: ../../boot.php:2265
|
||||||
msgid "Location:"
|
msgid "Location:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:2268
|
#: ../../boot.php:2269
|
||||||
msgid ", "
|
msgid ", "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:2280
|
#: ../../boot.php:2281
|
||||||
msgid "Status:"
|
msgid "Status:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:2373
|
#: ../../boot.php:2374
|
||||||
msgid "Monday"
|
msgid "Monday"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:2373
|
#: ../../boot.php:2374
|
||||||
msgid "Tuesday"
|
msgid "Tuesday"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:2373
|
#: ../../boot.php:2374
|
||||||
msgid "Wednesday"
|
msgid "Wednesday"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:2373
|
#: ../../boot.php:2374
|
||||||
msgid "Thursday"
|
msgid "Thursday"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:2373
|
#: ../../boot.php:2374
|
||||||
msgid "Friday"
|
msgid "Friday"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:2373
|
#: ../../boot.php:2374
|
||||||
msgid "Saturday"
|
msgid "Saturday"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:2373
|
#: ../../boot.php:2374
|
||||||
msgid "Sunday"
|
msgid "Sunday"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:2377
|
#: ../../boot.php:2378
|
||||||
msgid "January"
|
msgid "January"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:2377
|
#: ../../boot.php:2378
|
||||||
msgid "February"
|
msgid "February"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:2377
|
#: ../../boot.php:2378
|
||||||
msgid "March"
|
msgid "March"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:2377
|
#: ../../boot.php:2378
|
||||||
msgid "April"
|
msgid "April"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:2377
|
#: ../../boot.php:2378
|
||||||
msgid "May"
|
msgid "May"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:2377
|
#: ../../boot.php:2378
|
||||||
msgid "June"
|
msgid "June"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:2377
|
#: ../../boot.php:2378
|
||||||
msgid "July"
|
msgid "July"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:2377
|
#: ../../boot.php:2378
|
||||||
msgid "August"
|
msgid "August"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:2377
|
#: ../../boot.php:2378
|
||||||
msgid "September"
|
msgid "September"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:2377
|
#: ../../boot.php:2378
|
||||||
msgid "October"
|
msgid "October"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:2377
|
#: ../../boot.php:2378
|
||||||
msgid "November"
|
msgid "November"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:2377
|
#: ../../boot.php:2378
|
||||||
msgid "December"
|
msgid "December"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:2392
|
#: ../../boot.php:2393
|
||||||
msgid "g A l F d"
|
msgid "g A l F d"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:2409
|
#: ../../boot.php:2410
|
||||||
msgid "Birthday Reminders"
|
msgid "Birthday Reminders"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:2410
|
#: ../../boot.php:2411
|
||||||
msgid "Birthdays this week:"
|
msgid "Birthdays this week:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:2411
|
#: ../../boot.php:2412
|
||||||
msgid "(Adjusted for local time)"
|
msgid "(Adjusted for local time)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:2422
|
#: ../../boot.php:2423
|
||||||
msgid "[today]"
|
msgid "[today]"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:2619
|
#: ../../boot.php:2624
|
||||||
msgid "link to source"
|
msgid "link to source"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -209,17 +209,18 @@ $a->strings['Confirm'] = 'Confirm';
|
||||||
$a->strings['[Name Withheld]'] = '[Name Withheld]';
|
$a->strings['[Name Withheld]'] = '[Name Withheld]';
|
||||||
$a->strings["Introduction received at "] = "Introduction received at ";
|
$a->strings["Introduction received at "] = "Introduction received at ";
|
||||||
$a->strings['Friend/Connection Request'] = 'Friend/Connection Request';
|
$a->strings['Friend/Connection Request'] = 'Friend/Connection Request';
|
||||||
|
$a->strings['Examples: jojo@demo.friendika.com, http://demo.friendika.com/profile/jojo, testuser@identi.ca'] = 'Examples: jojo@demo.friendika.com, http://demo.friendika.com/profile/jojo, testuser@identi.ca';
|
||||||
$a->strings['Please answer the following:'] = 'Please answer the following:';
|
$a->strings['Please answer the following:'] = 'Please answer the following:';
|
||||||
$a->strings['Does $name know you?'] = 'Does $name know you?';
|
$a->strings['Does $name know you?'] = 'Does $name know you?';
|
||||||
$a->strings['Yes'] = 'Yes';
|
$a->strings['Yes'] = 'Yes';
|
||||||
$a->strings['No'] = 'No';
|
$a->strings['No'] = 'No';
|
||||||
$a->strings['Add a personal note:'] = 'Add a personal note:';
|
$a->strings['Add a personal note:'] = 'Add a personal note:';
|
||||||
$a->strings['Please enter your profile address from one of the following supported social networks:'] = 'Please enter your profile address from one of the following supported social networks:';
|
$a->strings["Please enter your 'Identity Address' from one of the following supported social networks:"] = "Please enter your 'Identity Address' from one of the following supported social networks:";
|
||||||
$a->strings['Friendika'] = 'Friendika';
|
$a->strings['Friendika'] = 'Friendika';
|
||||||
$a->strings['StatusNet/Federated Social Web'] = 'StatusNet/Federated Social Web';
|
$a->strings['StatusNet/Federated Social Web'] = 'StatusNet/Federated Social Web';
|
||||||
$a->strings["Private \x28secure\x29 network"] = "Private \x28secure\x29 network";
|
$a->strings["Private \x28secure\x29 network"] = "Private \x28secure\x29 network";
|
||||||
$a->strings["Public \x28insecure\x29 network"] = "Public \x28insecure\x29 network";
|
$a->strings["Public \x28insecure\x29 network"] = "Public \x28insecure\x29 network";
|
||||||
$a->strings['Your profile address:'] = 'Your profile address:';
|
$a->strings['Your Identity Address:'] = 'Your Identity Address:';
|
||||||
$a->strings['Submit Request'] = 'Submit Request';
|
$a->strings['Submit Request'] = 'Submit Request';
|
||||||
$a->strings['Cancel'] = 'Cancel';
|
$a->strings['Cancel'] = 'Cancel';
|
||||||
$a->strings["%d required parameter was not found at the given location"] = array(
|
$a->strings["%d required parameter was not found at the given location"] = array(
|
||||||
|
|
@ -261,6 +262,8 @@ $a->strings['Click on a contact to add or remove.'] = 'Click on a contact to add
|
||||||
$a->strings['Group Editor'] = 'Group Editor';
|
$a->strings['Group Editor'] = 'Group Editor';
|
||||||
$a->strings['Members'] = 'Members';
|
$a->strings['Members'] = 'Members';
|
||||||
$a->strings['All Contacts'] = 'All Contacts';
|
$a->strings['All Contacts'] = 'All Contacts';
|
||||||
|
$a->strings['Help:'] = 'Help:';
|
||||||
|
$a->strings['Help'] = 'Help';
|
||||||
$a->strings["Welcome to %s"] = "Welcome to %s";
|
$a->strings["Welcome to %s"] = "Welcome to %s";
|
||||||
$a->strings['Could not create/connect to database.'] = 'Could not create/connect to database.';
|
$a->strings['Could not create/connect to database.'] = 'Could not create/connect to database.';
|
||||||
$a->strings['Connected to database.'] = 'Connected to database.';
|
$a->strings['Connected to database.'] = 'Connected to database.';
|
||||||
|
|
@ -314,7 +317,6 @@ $a->strings['Unable to locate original post.'] = 'Unable to locate original post
|
||||||
$a->strings['Empty post discarded.'] = 'Empty post discarded.';
|
$a->strings['Empty post discarded.'] = 'Empty post discarded.';
|
||||||
$a->strings['Wall Photos'] = 'Wall Photos';
|
$a->strings['Wall Photos'] = 'Wall Photos';
|
||||||
$a->strings["%s commented on your item at %s"] = "%s commented on your item at %s";
|
$a->strings["%s commented on your item at %s"] = "%s commented on your item at %s";
|
||||||
$a->strings["Administrator"] = "Administrator";
|
|
||||||
$a->strings["%s posted on your profile wall at %s"] = "%s posted on your profile wall at %s";
|
$a->strings["%s posted on your profile wall at %s"] = "%s posted on your profile wall at %s";
|
||||||
$a->strings['System error. Post not saved.'] = 'System error. Post not saved.';
|
$a->strings['System error. Post not saved.'] = 'System error. Post not saved.';
|
||||||
$a->strings['You may visit them online at'] = 'You may visit them online at';
|
$a->strings['You may visit them online at'] = 'You may visit them online at';
|
||||||
|
|
@ -551,7 +553,7 @@ $a->strings[" \x28Optional\x29 Allow this OpenID to login to this account."
|
||||||
$a->strings['Publish your default profile in site directory?'] = 'Publish your default profile in site directory?';
|
$a->strings['Publish your default profile in site directory?'] = 'Publish your default profile in site directory?';
|
||||||
$a->strings['Publish your default profile in global social directory?'] = 'Publish your default profile in global social directory?';
|
$a->strings['Publish your default profile in global social directory?'] = 'Publish your default profile in global social directory?';
|
||||||
$a->strings['Profile is <strong>not published</strong>.'] = 'Profile is <strong>not published</strong>.';
|
$a->strings['Profile is <strong>not published</strong>.'] = 'Profile is <strong>not published</strong>.';
|
||||||
$a->strings['Your profile address is'] = 'Your profile address is';
|
$a->strings['Your Identity Address is'] = 'Your Identity Address is';
|
||||||
$a->strings['Export Personal Data'] = 'Export Personal Data';
|
$a->strings['Export Personal Data'] = 'Export Personal Data';
|
||||||
$a->strings['Basic Settings'] = 'Basic Settings';
|
$a->strings['Basic Settings'] = 'Basic Settings';
|
||||||
$a->strings['Full Name:'] = 'Full Name:';
|
$a->strings['Full Name:'] = 'Full Name:';
|
||||||
|
|
@ -637,11 +639,9 @@ $a->strings['Create a new group'] = 'Create a new group';
|
||||||
$a->strings['Everybody'] = 'Everybody';
|
$a->strings['Everybody'] = 'Everybody';
|
||||||
$a->strings['Birthday:'] = 'Birthday:';
|
$a->strings['Birthday:'] = 'Birthday:';
|
||||||
$a->strings['Home'] = 'Home';
|
$a->strings['Home'] = 'Home';
|
||||||
$a->strings['Help'] = 'Help';
|
|
||||||
$a->strings['Apps'] = 'Apps';
|
$a->strings['Apps'] = 'Apps';
|
||||||
$a->strings['Directory'] = 'Directory';
|
$a->strings['Directory'] = 'Directory';
|
||||||
$a->strings['Network'] = 'Network';
|
$a->strings['Network'] = 'Network';
|
||||||
$a->strings['Notifications'] = 'Notifications';
|
|
||||||
$a->strings['Manage'] = 'Manage';
|
$a->strings['Manage'] = 'Manage';
|
||||||
$a->strings['Settings'] = 'Settings';
|
$a->strings['Settings'] = 'Settings';
|
||||||
$a->strings['Embedding disabled'] = 'Embedding disabled';
|
$a->strings['Embedding disabled'] = 'Embedding disabled';
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@ $page_desc<br />
|
||||||
<li><a href="http://friendika.com" title="$private_net">$friendika</a> <img src="images/lock_icon.gif" alt="$private_net" title="$private_net" /></li>
|
<li><a href="http://friendika.com" title="$private_net">$friendika</a> <img src="images/lock_icon.gif" alt="$private_net" title="$private_net" /></li>
|
||||||
<li><a href="http://ostatus.org" title="$public_net" >$statusnet</a> <img src="images/unlock_icon.gif" alt="$public_net" title="$public_net"/></li>
|
<li><a href="http://ostatus.org" title="$public_net" >$statusnet</a> <img src="images/unlock_icon.gif" alt="$public_net" title="$public_net"/></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
$desc
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<form action="dfrn_request/$nickname" method="post" />
|
<form action="dfrn_request/$nickname" method="post" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue