rev update
This commit is contained in:
parent
f88f0bf3f2
commit
39c7b34276
4 changed files with 466 additions and 370 deletions
2
boot.php
2
boot.php
|
|
@ -11,7 +11,7 @@ require_once('include/cache.php');
|
||||||
require_once('library/Mobile_Detect/Mobile_Detect.php');
|
require_once('library/Mobile_Detect/Mobile_Detect.php');
|
||||||
|
|
||||||
define ( 'FRIENDICA_PLATFORM', 'Friendica');
|
define ( 'FRIENDICA_PLATFORM', 'Friendica');
|
||||||
define ( 'FRIENDICA_VERSION', '3.0.1451' );
|
define ( 'FRIENDICA_VERSION', '3.0.1453' );
|
||||||
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
|
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
|
||||||
define ( 'DB_UPDATE_VERSION', 1154 );
|
define ( 'DB_UPDATE_VERSION', 1154 );
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -78,7 +78,7 @@ class dba {
|
||||||
|
|
||||||
$this->error = '';
|
$this->error = '';
|
||||||
|
|
||||||
if ($a->config["system"]["db_log"] != "")
|
if(x($a->config,'system') && x($a->config['system'],'db_log'))
|
||||||
$stamp1 = microtime(true);
|
$stamp1 = microtime(true);
|
||||||
|
|
||||||
if($this->mysqli)
|
if($this->mysqli)
|
||||||
|
|
@ -86,7 +86,7 @@ class dba {
|
||||||
else
|
else
|
||||||
$result = @mysql_query($sql,$this->db);
|
$result = @mysql_query($sql,$this->db);
|
||||||
|
|
||||||
if ($a->config["system"]["db_log"] != "") {
|
if(x($a->config,'system') && x($a->config['system'],'db_log')) {
|
||||||
$stamp2 = microtime(true);
|
$stamp2 = microtime(true);
|
||||||
$duration = round($stamp2-$stamp1, 3);
|
$duration = round($stamp2-$stamp1, 3);
|
||||||
if ($duration > $a->config["system"]["db_loglimit"]) {
|
if ($duration > $a->config["system"]["db_loglimit"]) {
|
||||||
|
|
|
||||||
|
|
@ -466,7 +466,6 @@ function load_database_rem($v, $i){
|
||||||
function load_database($db) {
|
function load_database($db) {
|
||||||
|
|
||||||
$str = file_get_contents('database.sql');
|
$str = file_get_contents('database.sql');
|
||||||
// $str = array_reduce(explode("\n", $str),"load_database_rem","");
|
|
||||||
$arr = explode(';',$str);
|
$arr = explode(';',$str);
|
||||||
$errors = false;
|
$errors = false;
|
||||||
foreach($arr as $a) {
|
foreach($arr as $a) {
|
||||||
|
|
@ -488,7 +487,7 @@ function what_next() {
|
||||||
."<p>".t('IMPORTANT: You will need to [manually] setup a scheduled task for the poller.')
|
."<p>".t('IMPORTANT: You will need to [manually] setup a scheduled task for the poller.')
|
||||||
.t('Please see the file "INSTALL.txt".')
|
.t('Please see the file "INSTALL.txt".')
|
||||||
."</p><p>"
|
."</p><p>"
|
||||||
.t("Go to your new Firendica node <a href='$baseurl/register'>registration page</a> and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel.")
|
.t("Go to your new Friendica node <a href='$baseurl/register'>registration page</a> and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel.")
|
||||||
."</p>";
|
."</p>";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
827
util/messages.po
827
util/messages.po
|
|
@ -6,9 +6,9 @@
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: 3.0.1449\n"
|
"Project-Id-Version: 3.0.1453\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2012-08-28 10:00-0700\n"
|
"POT-Creation-Date: 2012-09-01 10:00-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"
|
||||||
|
|
@ -88,7 +88,7 @@ msgid "Return to contact editor"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/crepair.php:148 ../../mod/settings.php:539
|
#: ../../mod/crepair.php:148 ../../mod/settings.php:539
|
||||||
#: ../../mod/settings.php:565 ../../mod/admin.php:679 ../../mod/admin.php:688
|
#: ../../mod/settings.php:565 ../../mod/admin.php:688 ../../mod/admin.php:697
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -133,9 +133,9 @@ msgstr ""
|
||||||
#: ../../mod/contacts.php:341 ../../mod/settings.php:537
|
#: ../../mod/contacts.php:341 ../../mod/settings.php:537
|
||||||
#: ../../mod/settings.php:691 ../../mod/settings.php:752
|
#: ../../mod/settings.php:691 ../../mod/settings.php:752
|
||||||
#: ../../mod/settings.php:958 ../../mod/group.php:85 ../../mod/mood.php:137
|
#: ../../mod/settings.php:958 ../../mod/group.php:85 ../../mod/mood.php:137
|
||||||
#: ../../mod/message.php:294 ../../mod/message.php:478 ../../mod/admin.php:435
|
#: ../../mod/message.php:294 ../../mod/message.php:480 ../../mod/admin.php:441
|
||||||
#: ../../mod/admin.php:676 ../../mod/admin.php:812 ../../mod/admin.php:1011
|
#: ../../mod/admin.php:685 ../../mod/admin.php:821 ../../mod/admin.php:1020
|
||||||
#: ../../mod/admin.php:1098 ../../mod/profiles.php:583
|
#: ../../mod/admin.php:1107 ../../mod/profiles.php:583
|
||||||
#: ../../mod/invite.php:119 ../../addon/fromgplus/fromgplus.php:40
|
#: ../../mod/invite.php:119 ../../addon/fromgplus/fromgplus.php:40
|
||||||
#: ../../addon/facebook/facebook.php:619
|
#: ../../addon/facebook/facebook.php:619
|
||||||
#: ../../addon/snautofollow/snautofollow.php:64 ../../addon/bg/bg.php:90
|
#: ../../addon/snautofollow/snautofollow.php:64 ../../addon/bg/bg.php:90
|
||||||
|
|
@ -174,7 +174,7 @@ msgstr ""
|
||||||
#: ../../view/theme/diabook/theme.php:757
|
#: ../../view/theme/diabook/theme.php:757
|
||||||
#: ../../view/theme/diabook/config.php:190
|
#: ../../view/theme/diabook/config.php:190
|
||||||
#: ../../view/theme/quattro/config.php:52 ../../view/theme/dispy/config.php:70
|
#: ../../view/theme/quattro/config.php:52 ../../view/theme/dispy/config.php:70
|
||||||
#: ../../include/conversation.php:560
|
#: ../../include/conversation.php:571
|
||||||
msgid "Submit"
|
msgid "Submit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -234,7 +234,7 @@ msgid "link to source"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/events.php:331 ../../view/theme/diabook/theme.php:131
|
#: ../../mod/events.php:331 ../../view/theme/diabook/theme.php:131
|
||||||
#: ../../include/nav.php:52 ../../boot.php:1659
|
#: ../../include/nav.php:52 ../../boot.php:1650
|
||||||
msgid "Events"
|
msgid "Events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -289,8 +289,8 @@ msgid "Description:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/events.php:432 ../../mod/directory.php:132
|
#: ../../mod/events.php:432 ../../mod/directory.php:132
|
||||||
#: ../../include/event.php:40 ../../include/bb2diaspora.php:455
|
#: ../../include/event.php:40 ../../include/bb2diaspora.php:412
|
||||||
#: ../../boot.php:1208
|
#: ../../boot.php:1199
|
||||||
msgid "Location:"
|
msgid "Location:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -372,7 +372,7 @@ msgstr ""
|
||||||
msgid "No"
|
msgid "No"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:46 ../../boot.php:1652
|
#: ../../mod/photos.php:46 ../../boot.php:1643
|
||||||
msgid "Photo Albums"
|
msgid "Photo Albums"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -402,8 +402,8 @@ msgstr ""
|
||||||
#: ../../mod/profile_photo.php:177 ../../mod/profile_photo.php:261
|
#: ../../mod/profile_photo.php:177 ../../mod/profile_photo.php:261
|
||||||
#: ../../mod/profile_photo.php:270
|
#: ../../mod/profile_photo.php:270
|
||||||
#: ../../addon/communityhome/communityhome.php:111
|
#: ../../addon/communityhome/communityhome.php:111
|
||||||
#: ../../view/theme/diabook/theme.php:599 ../../include/user.php:304
|
#: ../../view/theme/diabook/theme.php:599 ../../include/user.php:318
|
||||||
#: ../../include/user.php:311 ../../include/user.php:318
|
#: ../../include/user.php:325 ../../include/user.php:332
|
||||||
msgid "Profile Photos"
|
msgid "Profile Photos"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -426,8 +426,8 @@ msgstr ""
|
||||||
#: ../../mod/photos.php:572 ../../mod/like.php:145 ../../mod/tagger.php:70
|
#: ../../mod/photos.php:572 ../../mod/like.php:145 ../../mod/tagger.php:70
|
||||||
#: ../../addon/communityhome/communityhome.php:163
|
#: ../../addon/communityhome/communityhome.php:163
|
||||||
#: ../../view/theme/diabook/theme.php:570 ../../include/text.php:1399
|
#: ../../view/theme/diabook/theme.php:570 ../../include/text.php:1399
|
||||||
#: ../../include/diaspora.php:1824 ../../include/conversation.php:114
|
#: ../../include/diaspora.php:1824 ../../include/conversation.php:125
|
||||||
#: ../../include/conversation.php:244
|
#: ../../include/conversation.php:255
|
||||||
msgid "photo"
|
msgid "photo"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -526,7 +526,7 @@ msgid "Use as profile photo"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:1171 ../../mod/content.php:601
|
#: ../../mod/photos.php:1171 ../../mod/content.php:601
|
||||||
#: ../../include/conversation.php:395
|
#: ../../include/conversation.php:406
|
||||||
msgid "Private Message"
|
msgid "Private Message"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -567,49 +567,49 @@ msgid "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:1303 ../../mod/content.php:665
|
#: ../../mod/photos.php:1303 ../../mod/content.php:665
|
||||||
#: ../../include/conversation.php:534
|
#: ../../include/conversation.php:545
|
||||||
msgid "I like this (toggle)"
|
msgid "I like this (toggle)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:1304 ../../mod/content.php:666
|
#: ../../mod/photos.php:1304 ../../mod/content.php:666
|
||||||
#: ../../include/conversation.php:535
|
#: ../../include/conversation.php:546
|
||||||
msgid "I don't like this (toggle)"
|
msgid "I don't like this (toggle)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:1305 ../../include/conversation.php:1164
|
#: ../../mod/photos.php:1305 ../../include/conversation.php:1175
|
||||||
msgid "Share"
|
msgid "Share"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:1306 ../../mod/editpost.php:112
|
#: ../../mod/photos.php:1306 ../../mod/editpost.php:112
|
||||||
#: ../../mod/content.php:482 ../../mod/content.php:843
|
#: ../../mod/content.php:482 ../../mod/content.php:843
|
||||||
#: ../../mod/wallmessage.php:152 ../../mod/message.php:293
|
#: ../../mod/wallmessage.php:152 ../../mod/message.php:293
|
||||||
#: ../../mod/message.php:479 ../../include/conversation.php:628
|
#: ../../mod/message.php:481 ../../include/conversation.php:639
|
||||||
#: ../../include/conversation.php:860 ../../include/conversation.php:1183
|
#: ../../include/conversation.php:871 ../../include/conversation.php:1194
|
||||||
msgid "Please wait"
|
msgid "Please wait"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:1322 ../../mod/photos.php:1363
|
#: ../../mod/photos.php:1322 ../../mod/photos.php:1363
|
||||||
#: ../../mod/photos.php:1395 ../../mod/content.php:688
|
#: ../../mod/photos.php:1395 ../../mod/content.php:688
|
||||||
#: ../../include/conversation.php:557
|
#: ../../include/conversation.php:568
|
||||||
msgid "This is you"
|
msgid "This is you"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:1324 ../../mod/photos.php:1365
|
#: ../../mod/photos.php:1324 ../../mod/photos.php:1365
|
||||||
#: ../../mod/photos.php:1397 ../../mod/content.php:690
|
#: ../../mod/photos.php:1397 ../../mod/content.php:690
|
||||||
#: ../../include/conversation.php:559 ../../boot.php:583
|
#: ../../include/conversation.php:570 ../../boot.php:574
|
||||||
msgid "Comment"
|
msgid "Comment"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:1326 ../../mod/editpost.php:133
|
#: ../../mod/photos.php:1326 ../../mod/editpost.php:133
|
||||||
#: ../../mod/content.php:700 ../../include/conversation.php:569
|
#: ../../mod/content.php:700 ../../include/conversation.php:580
|
||||||
#: ../../include/conversation.php:1201
|
#: ../../include/conversation.php:1212
|
||||||
msgid "Preview"
|
msgid "Preview"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/photos.php:1426 ../../mod/content.php:439
|
#: ../../mod/photos.php:1426 ../../mod/content.php:439
|
||||||
#: ../../mod/content.php:721 ../../mod/settings.php:600
|
#: ../../mod/content.php:721 ../../mod/settings.php:600
|
||||||
#: ../../mod/settings.php:689 ../../mod/group.php:168 ../../mod/admin.php:683
|
#: ../../mod/settings.php:689 ../../mod/group.php:168 ../../mod/admin.php:692
|
||||||
#: ../../include/conversation.php:409 ../../include/conversation.php:816
|
#: ../../include/conversation.php:420 ../../include/conversation.php:827
|
||||||
msgid "Delete"
|
msgid "Delete"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -675,28 +675,28 @@ msgstr ""
|
||||||
msgid "Edit post"
|
msgid "Edit post"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/editpost.php:88 ../../include/conversation.php:1150
|
#: ../../mod/editpost.php:88 ../../include/conversation.php:1161
|
||||||
msgid "Post to Email"
|
msgid "Post to Email"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/editpost.php:103 ../../mod/content.php:708
|
#: ../../mod/editpost.php:103 ../../mod/content.php:708
|
||||||
#: ../../mod/settings.php:599 ../../include/conversation.php:400
|
#: ../../mod/settings.php:599 ../../include/conversation.php:411
|
||||||
msgid "Edit"
|
msgid "Edit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/editpost.php:104 ../../mod/wallmessage.php:150
|
#: ../../mod/editpost.php:104 ../../mod/wallmessage.php:150
|
||||||
#: ../../mod/message.php:291 ../../mod/message.php:476
|
#: ../../mod/message.php:291 ../../mod/message.php:478
|
||||||
#: ../../include/conversation.php:1165
|
#: ../../include/conversation.php:1176
|
||||||
msgid "Upload photo"
|
msgid "Upload photo"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/editpost.php:105 ../../include/conversation.php:1167
|
#: ../../mod/editpost.php:105 ../../include/conversation.php:1178
|
||||||
msgid "Attach file"
|
msgid "Attach file"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/editpost.php:106 ../../mod/wallmessage.php:151
|
#: ../../mod/editpost.php:106 ../../mod/wallmessage.php:151
|
||||||
#: ../../mod/message.php:292 ../../mod/message.php:477
|
#: ../../mod/message.php:292 ../../mod/message.php:479
|
||||||
#: ../../include/conversation.php:1169
|
#: ../../include/conversation.php:1180
|
||||||
msgid "Insert web link"
|
msgid "Insert web link"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -712,35 +712,35 @@ msgstr ""
|
||||||
msgid "Insert Vorbis [.ogg] audio"
|
msgid "Insert Vorbis [.ogg] audio"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/editpost.php:110 ../../include/conversation.php:1175
|
#: ../../mod/editpost.php:110 ../../include/conversation.php:1186
|
||||||
msgid "Set your location"
|
msgid "Set your location"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/editpost.php:111 ../../include/conversation.php:1177
|
#: ../../mod/editpost.php:111 ../../include/conversation.php:1188
|
||||||
msgid "Clear browser location"
|
msgid "Clear browser location"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/editpost.php:113 ../../include/conversation.php:1184
|
#: ../../mod/editpost.php:113 ../../include/conversation.php:1195
|
||||||
msgid "Permission settings"
|
msgid "Permission settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/editpost.php:121 ../../include/conversation.php:1193
|
#: ../../mod/editpost.php:121 ../../include/conversation.php:1204
|
||||||
msgid "CC: email addresses"
|
msgid "CC: email addresses"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/editpost.php:122 ../../include/conversation.php:1194
|
#: ../../mod/editpost.php:122 ../../include/conversation.php:1205
|
||||||
msgid "Public post"
|
msgid "Public post"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/editpost.php:125 ../../include/conversation.php:1180
|
#: ../../mod/editpost.php:125 ../../include/conversation.php:1191
|
||||||
msgid "Set title"
|
msgid "Set title"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/editpost.php:127 ../../include/conversation.php:1182
|
#: ../../mod/editpost.php:127 ../../include/conversation.php:1193
|
||||||
msgid "Categories (comma-separated list)"
|
msgid "Categories (comma-separated list)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/editpost.php:128 ../../include/conversation.php:1196
|
#: ../../mod/editpost.php:128 ../../include/conversation.php:1207
|
||||||
msgid "Example: bob@example.com, mary@example.com"
|
msgid "Example: bob@example.com, mary@example.com"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -956,7 +956,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/install.php:139 ../../mod/install.php:204
|
#: ../../mod/install.php:139 ../../mod/install.php:204
|
||||||
#: ../../mod/install.php:489
|
#: ../../mod/install.php:488
|
||||||
msgid "Please see the file \"INSTALL.txt\"."
|
msgid "Please see the file \"INSTALL.txt\"."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -1173,21 +1173,21 @@ msgid ""
|
||||||
"server root."
|
"server root."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/install.php:476
|
#: ../../mod/install.php:475
|
||||||
msgid "Errors encountered creating database tables."
|
msgid "Errors encountered creating database tables."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/install.php:487
|
#: ../../mod/install.php:486
|
||||||
msgid "<h1>What next</h1>"
|
msgid "<h1>What next</h1>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/install.php:488
|
#: ../../mod/install.php:487
|
||||||
msgid ""
|
msgid ""
|
||||||
"IMPORTANT: You will need to [manually] setup a scheduled task for the poller."
|
"IMPORTANT: You will need to [manually] setup a scheduled task for the poller."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/localtime.php:12 ../../include/event.php:11
|
#: ../../mod/localtime.php:12 ../../include/event.php:11
|
||||||
#: ../../include/bb2diaspora.php:433
|
#: ../../include/bb2diaspora.php:390
|
||||||
msgid "l F d, Y \\@ g:i A"
|
msgid "l F d, Y \\@ g:i A"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -1253,7 +1253,7 @@ msgid "is interested in:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/match.php:58 ../../mod/suggest.php:59
|
#: ../../mod/match.php:58 ../../mod/suggest.php:59
|
||||||
#: ../../include/contact_widgets.php:9 ../../boot.php:1152
|
#: ../../include/contact_widgets.php:9 ../../boot.php:1143
|
||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -1282,28 +1282,28 @@ msgid "Group: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/content.php:438 ../../mod/content.php:720
|
#: ../../mod/content.php:438 ../../mod/content.php:720
|
||||||
#: ../../include/conversation.php:408 ../../include/conversation.php:815
|
#: ../../include/conversation.php:419 ../../include/conversation.php:826
|
||||||
msgid "Select"
|
msgid "Select"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/content.php:455 ../../mod/content.php:813
|
#: ../../mod/content.php:455 ../../mod/content.php:813
|
||||||
#: ../../mod/content.php:814 ../../include/conversation.php:596
|
#: ../../mod/content.php:814 ../../include/conversation.php:607
|
||||||
#: ../../include/conversation.php:597 ../../include/conversation.php:832
|
#: ../../include/conversation.php:608 ../../include/conversation.php:843
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "View %s's profile @ %s"
|
msgid "View %s's profile @ %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/content.php:465 ../../mod/content.php:825
|
#: ../../mod/content.php:465 ../../mod/content.php:825
|
||||||
#: ../../include/conversation.php:610 ../../include/conversation.php:843
|
#: ../../include/conversation.php:621 ../../include/conversation.php:854
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s from %s"
|
msgid "%s from %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/content.php:480 ../../include/conversation.php:858
|
#: ../../mod/content.php:480 ../../include/conversation.php:869
|
||||||
msgid "View in context"
|
msgid "View in context"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/content.php:586 ../../include/conversation.php:637
|
#: ../../mod/content.php:586 ../../include/conversation.php:648
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%d comment"
|
msgid "%d comment"
|
||||||
msgid_plural "%d comments"
|
msgid_plural "%d comments"
|
||||||
|
|
@ -1312,92 +1312,92 @@ msgstr[1] ""
|
||||||
|
|
||||||
#: ../../mod/content.php:587 ../../addon/page/page.php:76
|
#: ../../mod/content.php:587 ../../addon/page/page.php:76
|
||||||
#: ../../addon/page/page.php:110 ../../addon/showmore/showmore.php:119
|
#: ../../addon/page/page.php:110 ../../addon/showmore/showmore.php:119
|
||||||
#: ../../include/contact_widgets.php:188 ../../include/conversation.php:638
|
#: ../../include/contact_widgets.php:188 ../../include/conversation.php:649
|
||||||
#: ../../boot.php:584
|
#: ../../boot.php:575
|
||||||
msgid "show more"
|
msgid "show more"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/content.php:665 ../../include/conversation.php:534
|
#: ../../mod/content.php:665 ../../include/conversation.php:545
|
||||||
msgid "like"
|
msgid "like"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/content.php:666 ../../include/conversation.php:535
|
#: ../../mod/content.php:666 ../../include/conversation.php:546
|
||||||
msgid "dislike"
|
msgid "dislike"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/content.php:668 ../../include/conversation.php:537
|
#: ../../mod/content.php:668 ../../include/conversation.php:548
|
||||||
msgid "Share this"
|
msgid "Share this"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/content.php:668 ../../include/conversation.php:537
|
#: ../../mod/content.php:668 ../../include/conversation.php:548
|
||||||
msgid "share"
|
msgid "share"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/content.php:692 ../../include/conversation.php:561
|
#: ../../mod/content.php:692 ../../include/conversation.php:572
|
||||||
msgid "Bold"
|
msgid "Bold"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/content.php:693 ../../include/conversation.php:562
|
#: ../../mod/content.php:693 ../../include/conversation.php:573
|
||||||
msgid "Italic"
|
msgid "Italic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/content.php:694 ../../include/conversation.php:563
|
#: ../../mod/content.php:694 ../../include/conversation.php:574
|
||||||
msgid "Underline"
|
msgid "Underline"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/content.php:695 ../../include/conversation.php:564
|
#: ../../mod/content.php:695 ../../include/conversation.php:575
|
||||||
msgid "Quote"
|
msgid "Quote"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/content.php:696 ../../include/conversation.php:565
|
#: ../../mod/content.php:696 ../../include/conversation.php:576
|
||||||
msgid "Code"
|
msgid "Code"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/content.php:697 ../../include/conversation.php:566
|
#: ../../mod/content.php:697 ../../include/conversation.php:577
|
||||||
msgid "Image"
|
msgid "Image"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/content.php:698 ../../include/conversation.php:567
|
#: ../../mod/content.php:698 ../../include/conversation.php:578
|
||||||
msgid "Link"
|
msgid "Link"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/content.php:699 ../../include/conversation.php:568
|
#: ../../mod/content.php:699 ../../include/conversation.php:579
|
||||||
msgid "Video"
|
msgid "Video"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/content.php:733 ../../include/conversation.php:498
|
#: ../../mod/content.php:733 ../../include/conversation.php:509
|
||||||
msgid "add star"
|
msgid "add star"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/content.php:734 ../../include/conversation.php:499
|
#: ../../mod/content.php:734 ../../include/conversation.php:510
|
||||||
msgid "remove star"
|
msgid "remove star"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/content.php:735 ../../include/conversation.php:500
|
#: ../../mod/content.php:735 ../../include/conversation.php:511
|
||||||
msgid "toggle star status"
|
msgid "toggle star status"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/content.php:738 ../../include/conversation.php:503
|
#: ../../mod/content.php:738 ../../include/conversation.php:514
|
||||||
msgid "starred"
|
msgid "starred"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/content.php:739 ../../include/conversation.php:504
|
#: ../../mod/content.php:739 ../../include/conversation.php:515
|
||||||
msgid "add tag"
|
msgid "add tag"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/content.php:743 ../../include/conversation.php:412
|
#: ../../mod/content.php:743 ../../include/conversation.php:423
|
||||||
msgid "save to folder"
|
msgid "save to folder"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/content.php:815 ../../include/conversation.php:598
|
#: ../../mod/content.php:815 ../../include/conversation.php:609
|
||||||
msgid "to"
|
msgid "to"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/content.php:816 ../../include/conversation.php:599
|
#: ../../mod/content.php:816 ../../include/conversation.php:610
|
||||||
msgid "Wall-to-Wall"
|
msgid "Wall-to-Wall"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/content.php:817 ../../include/conversation.php:600
|
#: ../../mod/content.php:817 ../../include/conversation.php:611
|
||||||
msgid "via Wall-To-Wall:"
|
msgid "via Wall-To-Wall:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -1482,7 +1482,7 @@ msgid "if applicable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/notifications.php:157 ../../mod/notifications.php:204
|
#: ../../mod/notifications.php:157 ../../mod/notifications.php:204
|
||||||
#: ../../mod/admin.php:681
|
#: ../../mod/admin.php:690
|
||||||
msgid "Approve"
|
msgid "Approve"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -1683,12 +1683,12 @@ msgid "View all contacts"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/contacts.php:308 ../../mod/contacts.php:367
|
#: ../../mod/contacts.php:308 ../../mod/contacts.php:367
|
||||||
#: ../../mod/admin.php:685
|
#: ../../mod/admin.php:694
|
||||||
msgid "Unblock"
|
msgid "Unblock"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/contacts.php:308 ../../mod/contacts.php:367
|
#: ../../mod/contacts.php:308 ../../mod/contacts.php:367
|
||||||
#: ../../mod/admin.php:684
|
#: ../../mod/admin.php:693
|
||||||
msgid "Block"
|
msgid "Block"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -1785,7 +1785,7 @@ msgstr ""
|
||||||
msgid "Update public posts"
|
msgid "Update public posts"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/contacts.php:364 ../../mod/admin.php:1156
|
#: ../../mod/contacts.php:364 ../../mod/admin.php:1165
|
||||||
msgid "Update now"
|
msgid "Update now"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -1916,7 +1916,7 @@ msgstr ""
|
||||||
#: ../../addon/facebook/facebook.php:1200
|
#: ../../addon/facebook/facebook.php:1200
|
||||||
#: ../../addon/public_server/public_server.php:62
|
#: ../../addon/public_server/public_server.php:62
|
||||||
#: ../../addon/testdrive/testdrive.php:67 ../../include/items.php:3219
|
#: ../../addon/testdrive/testdrive.php:67 ../../include/items.php:3219
|
||||||
#: ../../boot.php:797
|
#: ../../boot.php:788
|
||||||
msgid "Administrator"
|
msgid "Administrator"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -1926,7 +1926,7 @@ msgid ""
|
||||||
"Password reset failed."
|
"Password reset failed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/lostpass.php:83 ../../boot.php:934
|
#: ../../mod/lostpass.php:83 ../../boot.php:925
|
||||||
msgid "Password Reset"
|
msgid "Password Reset"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -1998,7 +1998,8 @@ msgstr ""
|
||||||
msgid "Remove account"
|
msgid "Remove account"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/settings.php:69 ../../mod/admin.php:771 ../../mod/admin.php:976
|
#: ../../mod/settings.php:69 ../../mod/newmember.php:22
|
||||||
|
#: ../../mod/admin.php:780 ../../mod/admin.php:985
|
||||||
#: ../../addon/dav/friendica/layout.fnk.php:225
|
#: ../../addon/dav/friendica/layout.fnk.php:225
|
||||||
#: ../../addon/mathjax/mathjax.php:36 ../../view/theme/diabook/theme.php:643
|
#: ../../addon/mathjax/mathjax.php:36 ../../view/theme/diabook/theme.php:643
|
||||||
#: ../../view/theme/diabook/theme.php:773 ../../include/nav.php:137
|
#: ../../view/theme/diabook/theme.php:773 ../../include/nav.php:137
|
||||||
|
|
@ -2225,7 +2226,7 @@ msgid "Minimum of 10 seconds, no maximum"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/settings.php:758
|
#: ../../mod/settings.php:758
|
||||||
msgid "Number of items to display on the network page:"
|
msgid "Number of items to display per page:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/settings.php:758
|
#: ../../mod/settings.php:758
|
||||||
|
|
@ -2594,7 +2595,7 @@ msgstr ""
|
||||||
msgid "Invalid contact."
|
msgid "Invalid contact."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/notes.php:44 ../../boot.php:1666
|
#: ../../mod/notes.php:44 ../../boot.php:1657
|
||||||
msgid "Personal Notes"
|
msgid "Personal Notes"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -2637,7 +2638,7 @@ msgstr ""
|
||||||
|
|
||||||
#: ../../mod/wallmessage.php:123 ../../mod/wallmessage.php:131
|
#: ../../mod/wallmessage.php:123 ../../mod/wallmessage.php:131
|
||||||
#: ../../mod/message.php:242 ../../mod/message.php:250
|
#: ../../mod/message.php:242 ../../mod/message.php:250
|
||||||
#: ../../include/conversation.php:1101 ../../include/conversation.php:1118
|
#: ../../include/conversation.php:1112 ../../include/conversation.php:1129
|
||||||
msgid "Please enter a link URL:"
|
msgid "Please enter a link URL:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -2653,17 +2654,17 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/wallmessage.php:140 ../../mod/message.php:279
|
#: ../../mod/wallmessage.php:140 ../../mod/message.php:279
|
||||||
#: ../../mod/message.php:467
|
#: ../../mod/message.php:469
|
||||||
msgid "To:"
|
msgid "To:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/wallmessage.php:141 ../../mod/message.php:284
|
#: ../../mod/wallmessage.php:141 ../../mod/message.php:284
|
||||||
#: ../../mod/message.php:469
|
#: ../../mod/message.php:471
|
||||||
msgid "Subject:"
|
msgid "Subject:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/wallmessage.php:147 ../../mod/message.php:288
|
#: ../../mod/wallmessage.php:147 ../../mod/message.php:288
|
||||||
#: ../../mod/message.php:472 ../../mod/invite.php:113
|
#: ../../mod/message.php:474 ../../mod/invite.php:113
|
||||||
msgid "Your message:"
|
msgid "Your message:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -2683,21 +2684,33 @@ msgid ""
|
||||||
"registration and then will quietly disappear."
|
"registration and then will quietly disappear."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/newmember.php:16
|
#: ../../mod/newmember.php:14
|
||||||
|
msgid "Getting Started"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../mod/newmember.php:18
|
||||||
|
msgid "Friendica Walk-Through"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../mod/newmember.php:18
|
||||||
msgid ""
|
msgid ""
|
||||||
"On your <em>Quick Start</em> page - find a brief introduction to your "
|
"On your <em>Quick Start</em> page - find a brief introduction to your "
|
||||||
"profile and network tabs, make some new connections, and find some groups to "
|
"profile and network tabs, make some new connections, and find some groups to "
|
||||||
"join."
|
"join."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/newmember.php:18
|
#: ../../mod/newmember.php:26
|
||||||
|
msgid "Go to Your Settings"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../mod/newmember.php:26
|
||||||
msgid ""
|
msgid ""
|
||||||
"On your <em>Settings</em> page - change your initial password. Also make a "
|
"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 "
|
"note of your Identity Address. This looks just like an email address - and "
|
||||||
"will be useful in making friends on the free social web."
|
"will be useful in making friends on the free social web."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/newmember.php:20
|
#: ../../mod/newmember.php:28
|
||||||
msgid ""
|
msgid ""
|
||||||
"Review the other settings, particularly the privacy settings. An unpublished "
|
"Review the other settings, particularly the privacy settings. An unpublished "
|
||||||
"directory listing is like having an unlisted phone number. In general, you "
|
"directory listing is like having an unlisted phone number. In general, you "
|
||||||
|
|
@ -2705,61 +2718,106 @@ msgid ""
|
||||||
"potential friends know exactly how to find you."
|
"potential friends know exactly how to find you."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/newmember.php:22
|
#: ../../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:1633
|
||||||
|
msgid "Profile"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../mod/newmember.php:36 ../../mod/profile_photo.php:211
|
||||||
|
msgid "Upload Profile Photo"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../mod/newmember.php:36
|
||||||
msgid ""
|
msgid ""
|
||||||
"Upload a profile photo if you have not done so already. Studies have shown "
|
"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 "
|
"that people with real photos of themselves are ten times more likely to make "
|
||||||
"friends than people who do not."
|
"friends than people who do not."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/newmember.php:25
|
#: ../../mod/newmember.php:38
|
||||||
msgid ""
|
msgid "Edit Your Profile"
|
||||||
"Authorise the Facebook Connector if you currently have a Facebook account "
|
|
||||||
"and we will (optionally) import all your Facebook friends and conversations."
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/newmember.php:27
|
#: ../../mod/newmember.php:38
|
||||||
msgid ""
|
|
||||||
"<em>If</em> this is your own personal server, installing the Facebook addon "
|
|
||||||
"may ease your transition to the free social web."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../../mod/newmember.php:32
|
|
||||||
msgid ""
|
|
||||||
"Enter your email access information on your Connector Settings page if you "
|
|
||||||
"wish to import and interact with friends or mailing lists from your email "
|
|
||||||
"INBOX"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../../mod/newmember.php:34
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Edit your <strong>default</strong> profile to your liking. Review the "
|
"Edit your <strong>default</strong> profile to your liking. Review the "
|
||||||
"settings for hiding your list of friends and hiding the profile from unknown "
|
"settings for hiding your list of friends and hiding the profile from unknown "
|
||||||
"visitors."
|
"visitors."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/newmember.php:36
|
#: ../../mod/newmember.php:40
|
||||||
|
msgid "Profile Keywords"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../mod/newmember.php:40
|
||||||
msgid ""
|
msgid ""
|
||||||
"Set some public keywords for your default profile which describe your "
|
"Set some public keywords for your default profile which describe your "
|
||||||
"interests. We may be able to find other people with similar interests and "
|
"interests. We may be able to find other people with similar interests and "
|
||||||
"suggest friendships."
|
"suggest friendships."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/newmember.php:38
|
#: ../../mod/newmember.php:44
|
||||||
|
msgid "Connecting"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../mod/newmember.php:49 ../../mod/newmember.php:51
|
||||||
|
#: ../../addon/facebook/facebook.php:728
|
||||||
|
#: ../../include/contact_selectors.php:81
|
||||||
|
msgid "Facebook"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../mod/newmember.php:49
|
||||||
|
msgid ""
|
||||||
|
"Authorise the Facebook Connector if you currently have a Facebook account "
|
||||||
|
"and we will (optionally) import all your Facebook friends and conversations."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../mod/newmember.php:51
|
||||||
|
msgid ""
|
||||||
|
"<em>If</em> this is your own personal server, installing the Facebook addon "
|
||||||
|
"may ease your transition to the free social web."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../mod/newmember.php:56
|
||||||
|
msgid "Importing Emails"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../mod/newmember.php:56
|
||||||
|
msgid ""
|
||||||
|
"Enter your email access information on your Connector Settings page if you "
|
||||||
|
"wish to import and interact with friends or mailing lists from your email "
|
||||||
|
"INBOX"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../mod/newmember.php:58
|
||||||
|
msgid "Go to Your Contacts Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../mod/newmember.php:58
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your Contacts page is your gateway to managing friendships and connecting "
|
"Your Contacts page is your gateway to managing friendships and connecting "
|
||||||
"with friends on other networks. Typically you enter their address or site "
|
"with friends on other networks. Typically you enter their address or site "
|
||||||
"URL in the <em>Add New Contact</em> dialog."
|
"URL in the <em>Add New Contact</em> dialog."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/newmember.php:40
|
#: ../../mod/newmember.php:60
|
||||||
|
msgid "Go to Your Site's Directory"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../mod/newmember.php:60
|
||||||
msgid ""
|
msgid ""
|
||||||
"The Directory page lets you find other people in this network or other "
|
"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 "
|
"federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on "
|
||||||
"their profile page. Provide your own Identity Address if requested."
|
"their profile page. Provide your own Identity Address if requested."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/newmember.php:42
|
#: ../../mod/newmember.php:62
|
||||||
|
msgid "Finding New People"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../mod/newmember.php:62
|
||||||
msgid ""
|
msgid ""
|
||||||
"On the side panel of the Contacts page are several tools to find new "
|
"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 "
|
"friends. We can match people by interest, look up people by name or "
|
||||||
|
|
@ -2768,14 +2826,41 @@ msgid ""
|
||||||
"hours."
|
"hours."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/newmember.php:44
|
#: ../../mod/newmember.php:66 ../../include/group.php:239
|
||||||
|
msgid "Groups"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../mod/newmember.php:70
|
||||||
|
msgid "Group Your Contacts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../mod/newmember.php:70
|
||||||
msgid ""
|
msgid ""
|
||||||
"Once you have made some friends, organize them into private conversation "
|
"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 "
|
"groups from the sidebar of your Contacts page and then you can interact with "
|
||||||
"each group privately on your Network page."
|
"each group privately on your Network page."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/newmember.php:46
|
#: ../../mod/newmember.php:73
|
||||||
|
msgid "Why Aren't My Posts Public?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../mod/newmember.php:73
|
||||||
|
msgid ""
|
||||||
|
"Friendica respects your privacy. By default, your posts will only show up to "
|
||||||
|
"people you've added as friends. For more information, see the help section "
|
||||||
|
"from the link above."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../mod/newmember.php:78
|
||||||
|
msgid "Getting Help"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../mod/newmember.php:82
|
||||||
|
msgid "Go to the Help Section"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../mod/newmember.php:82
|
||||||
msgid ""
|
msgid ""
|
||||||
"Our <strong>help</strong> pages may be consulted for detail on other program "
|
"Our <strong>help</strong> pages may be consulted for detail on other program "
|
||||||
"features and resources."
|
"features and resources."
|
||||||
|
|
@ -2845,12 +2930,6 @@ msgstr ""
|
||||||
msgid "Profile Visibility Editor"
|
msgid "Profile Visibility Editor"
|
||||||
msgstr ""
|
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:1642
|
|
||||||
msgid "Profile"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../../mod/profperm.php:114
|
#: ../../mod/profperm.php:114
|
||||||
msgid "Visible To"
|
msgid "Visible To"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -2928,7 +3007,7 @@ msgstr ""
|
||||||
msgid "Your invitation ID: "
|
msgid "Your invitation ID: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/register.php:255 ../../mod/admin.php:436
|
#: ../../mod/register.php:255 ../../mod/admin.php:442
|
||||||
msgid "Registration"
|
msgid "Registration"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -2951,7 +3030,7 @@ msgstr ""
|
||||||
msgid "Choose a nickname: "
|
msgid "Choose a nickname: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/register.php:269 ../../include/nav.php:81 ../../boot.php:896
|
#: ../../mod/register.php:269 ../../include/nav.php:81 ../../boot.php:887
|
||||||
msgid "Register"
|
msgid "Register"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -2965,26 +3044,26 @@ msgstr ""
|
||||||
#: ../../addon/communityhome/communityhome.php:167
|
#: ../../addon/communityhome/communityhome.php:167
|
||||||
#: ../../view/theme/diabook/theme.php:565
|
#: ../../view/theme/diabook/theme.php:565
|
||||||
#: ../../view/theme/diabook/theme.php:574 ../../include/diaspora.php:1824
|
#: ../../view/theme/diabook/theme.php:574 ../../include/diaspora.php:1824
|
||||||
#: ../../include/conversation.php:109 ../../include/conversation.php:118
|
#: ../../include/conversation.php:120 ../../include/conversation.php:129
|
||||||
#: ../../include/conversation.php:239 ../../include/conversation.php:248
|
#: ../../include/conversation.php:250 ../../include/conversation.php:259
|
||||||
msgid "status"
|
msgid "status"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/like.php:162 ../../addon/facebook/facebook.php:1598
|
#: ../../mod/like.php:162 ../../addon/facebook/facebook.php:1598
|
||||||
#: ../../addon/communityhome/communityhome.php:172
|
#: ../../addon/communityhome/communityhome.php:172
|
||||||
#: ../../view/theme/diabook/theme.php:579 ../../include/diaspora.php:1840
|
#: ../../view/theme/diabook/theme.php:579 ../../include/diaspora.php:1840
|
||||||
#: ../../include/conversation.php:126
|
#: ../../include/conversation.php:137
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%1$s likes %2$s's %3$s"
|
msgid "%1$s likes %2$s's %3$s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/like.php:164 ../../include/conversation.php:129
|
#: ../../mod/like.php:164 ../../include/conversation.php:140
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%1$s doesn't like %2$s's %3$s"
|
msgid "%1$s doesn't like %2$s's %3$s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/notice.php:15 ../../mod/viewsrc.php:15 ../../mod/admin.php:159
|
#: ../../mod/notice.php:15 ../../mod/viewsrc.php:15 ../../mod/admin.php:159
|
||||||
#: ../../mod/admin.php:720 ../../mod/admin.php:919 ../../mod/display.php:29
|
#: ../../mod/admin.php:729 ../../mod/admin.php:928 ../../mod/display.php:29
|
||||||
#: ../../mod/display.php:135 ../../include/items.php:3697
|
#: ../../mod/display.php:135 ../../include/items.php:3697
|
||||||
msgid "Item not found."
|
msgid "Item not found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -2994,7 +3073,7 @@ msgid "Access denied."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/fbrowser.php:25 ../../view/theme/diabook/theme.php:130
|
#: ../../mod/fbrowser.php:25 ../../view/theme/diabook/theme.php:130
|
||||||
#: ../../include/nav.php:51 ../../boot.php:1649
|
#: ../../include/nav.php:51 ../../boot.php:1640
|
||||||
msgid "Photos"
|
msgid "Photos"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -3055,7 +3134,7 @@ msgstr ""
|
||||||
msgid "%s posted an update."
|
msgid "%s posted an update."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/mood.php:62 ../../include/conversation.php:217
|
#: ../../mod/mood.php:62 ../../include/conversation.php:228
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%1$s is currently %2$s"
|
msgid "%1$s is currently %2$s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -3097,10 +3176,6 @@ msgstr ""
|
||||||
msgid "Upload File:"
|
msgid "Upload File:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/profile_photo.php:211
|
|
||||||
msgid "Upload Profile Photo"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../../mod/profile_photo.php:212
|
#: ../../mod/profile_photo.php:212
|
||||||
#: ../../addon/dav/friendica/layout.fnk.php:152
|
#: ../../addon/dav/friendica/layout.fnk.php:152
|
||||||
msgid "Upload"
|
msgid "Upload"
|
||||||
|
|
@ -3183,7 +3258,7 @@ msgstr ""
|
||||||
msgid "%s and You"
|
msgid "%s and You"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/message.php:350 ../../mod/message.php:460
|
#: ../../mod/message.php:350 ../../mod/message.php:462
|
||||||
msgid "Delete conversation"
|
msgid "Delete conversation"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -3191,28 +3266,28 @@ msgstr ""
|
||||||
msgid "D, d M Y - g:i A"
|
msgid "D, d M Y - g:i A"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/message.php:355
|
#: ../../mod/message.php:356
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%d message"
|
msgid "%d message"
|
||||||
msgid_plural "%d messages"
|
msgid_plural "%d messages"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
|
|
||||||
#: ../../mod/message.php:390
|
#: ../../mod/message.php:391
|
||||||
msgid "Message not available."
|
msgid "Message not available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/message.php:443
|
#: ../../mod/message.php:444
|
||||||
msgid "Delete message"
|
msgid "Delete message"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/message.php:462
|
#: ../../mod/message.php:464
|
||||||
msgid ""
|
msgid ""
|
||||||
"No secure communications available. You <strong>may</strong> be able to "
|
"No secure communications available. You <strong>may</strong> be able to "
|
||||||
"respond from the sender's profile page."
|
"respond from the sender's profile page."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/message.php:466
|
#: ../../mod/message.php:468
|
||||||
msgid "Send Reply"
|
msgid "Send Reply"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -3229,19 +3304,19 @@ msgstr ""
|
||||||
msgid "Theme settings updated."
|
msgid "Theme settings updated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:96 ../../mod/admin.php:434
|
#: ../../mod/admin.php:96 ../../mod/admin.php:440
|
||||||
msgid "Site"
|
msgid "Site"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:97 ../../mod/admin.php:675 ../../mod/admin.php:687
|
#: ../../mod/admin.php:97 ../../mod/admin.php:684 ../../mod/admin.php:696
|
||||||
msgid "Users"
|
msgid "Users"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:98 ../../mod/admin.php:769 ../../mod/admin.php:811
|
#: ../../mod/admin.php:98 ../../mod/admin.php:778 ../../mod/admin.php:820
|
||||||
msgid "Plugins"
|
msgid "Plugins"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:99 ../../mod/admin.php:974 ../../mod/admin.php:1010
|
#: ../../mod/admin.php:99 ../../mod/admin.php:983 ../../mod/admin.php:1019
|
||||||
msgid "Themes"
|
msgid "Themes"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -3249,7 +3324,7 @@ msgstr ""
|
||||||
msgid "DB updates"
|
msgid "DB updates"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:115 ../../mod/admin.php:122 ../../mod/admin.php:1097
|
#: ../../mod/admin.php:115 ../../mod/admin.php:122 ../../mod/admin.php:1106
|
||||||
msgid "Logs"
|
msgid "Logs"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -3265,19 +3340,19 @@ msgstr ""
|
||||||
msgid "User registrations waiting for confirmation"
|
msgid "User registrations waiting for confirmation"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:183 ../../mod/admin.php:657
|
#: ../../mod/admin.php:183 ../../mod/admin.php:666
|
||||||
msgid "Normal Account"
|
msgid "Normal Account"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:184 ../../mod/admin.php:658
|
#: ../../mod/admin.php:184 ../../mod/admin.php:667
|
||||||
msgid "Soapbox Account"
|
msgid "Soapbox Account"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:185 ../../mod/admin.php:659
|
#: ../../mod/admin.php:185 ../../mod/admin.php:668
|
||||||
msgid "Community/Celebrity Account"
|
msgid "Community/Celebrity Account"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:186 ../../mod/admin.php:660
|
#: ../../mod/admin.php:186 ../../mod/admin.php:669
|
||||||
msgid "Automatic Friend Account"
|
msgid "Automatic Friend Account"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -3293,9 +3368,9 @@ msgstr ""
|
||||||
msgid "Message queues"
|
msgid "Message queues"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:212 ../../mod/admin.php:433 ../../mod/admin.php:674
|
#: ../../mod/admin.php:212 ../../mod/admin.php:439 ../../mod/admin.php:683
|
||||||
#: ../../mod/admin.php:768 ../../mod/admin.php:810 ../../mod/admin.php:973
|
#: ../../mod/admin.php:777 ../../mod/admin.php:819 ../../mod/admin.php:982
|
||||||
#: ../../mod/admin.php:1009 ../../mod/admin.php:1096
|
#: ../../mod/admin.php:1018 ../../mod/admin.php:1105
|
||||||
msgid "Administration"
|
msgid "Administration"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -3319,527 +3394,557 @@ msgstr ""
|
||||||
msgid "Active plugins"
|
msgid "Active plugins"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:367
|
#: ../../mod/admin.php:373
|
||||||
msgid "Site settings updated."
|
msgid "Site settings updated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:396
|
#: ../../mod/admin.php:402
|
||||||
msgid "Don't apply a special theme for mobile devices."
|
msgid "Don't apply a special theme for mobile devices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:420
|
#: ../../mod/admin.php:426
|
||||||
msgid "Closed"
|
msgid "Closed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:421
|
#: ../../mod/admin.php:427
|
||||||
msgid "Requires approval"
|
msgid "Requires approval"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:422
|
#: ../../mod/admin.php:428
|
||||||
msgid "Open"
|
msgid "Open"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:426
|
#: ../../mod/admin.php:432
|
||||||
msgid "No SSL policy, links will track page SSL state"
|
msgid "No SSL policy, links will track page SSL state"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:427
|
#: ../../mod/admin.php:433
|
||||||
msgid "Force all links to use SSL"
|
msgid "Force all links to use SSL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:428
|
#: ../../mod/admin.php:434
|
||||||
msgid "Self-signed certificate, use SSL for local links only (discouraged)"
|
msgid "Self-signed certificate, use SSL for local links only (discouraged)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:437
|
#: ../../mod/admin.php:443
|
||||||
msgid "File upload"
|
msgid "File upload"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:438
|
#: ../../mod/admin.php:444
|
||||||
msgid "Policies"
|
msgid "Policies"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:439
|
#: ../../mod/admin.php:445
|
||||||
msgid "Advanced"
|
msgid "Advanced"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:443 ../../addon/statusnet/statusnet.php:567
|
#: ../../mod/admin.php:449 ../../addon/statusnet/statusnet.php:567
|
||||||
msgid "Site name"
|
msgid "Site name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:444
|
#: ../../mod/admin.php:450
|
||||||
msgid "Banner/Logo"
|
msgid "Banner/Logo"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:445
|
#: ../../mod/admin.php:451
|
||||||
msgid "System language"
|
msgid "System language"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:446
|
#: ../../mod/admin.php:452
|
||||||
msgid "System theme"
|
msgid "System theme"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:446
|
#: ../../mod/admin.php:452
|
||||||
msgid ""
|
msgid ""
|
||||||
"Default system theme - may be over-ridden by user profiles - <a href='#' "
|
"Default system theme - may be over-ridden by user profiles - <a href='#' "
|
||||||
"id='cnftheme'>change theme settings</a>"
|
"id='cnftheme'>change theme settings</a>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:447
|
#: ../../mod/admin.php:453
|
||||||
msgid "Mobile system theme"
|
msgid "Mobile system theme"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:447
|
#: ../../mod/admin.php:453
|
||||||
msgid "Theme for mobile devices"
|
msgid "Theme for mobile devices"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:448
|
#: ../../mod/admin.php:454
|
||||||
msgid "SSL link policy"
|
msgid "SSL link policy"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:448
|
#: ../../mod/admin.php:454
|
||||||
msgid "Determines whether generated links should be forced to use SSL"
|
msgid "Determines whether generated links should be forced to use SSL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:449
|
#: ../../mod/admin.php:455
|
||||||
msgid "Maximum image size"
|
msgid "Maximum image size"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:449
|
#: ../../mod/admin.php:455
|
||||||
msgid ""
|
msgid ""
|
||||||
"Maximum size in bytes of uploaded images. Default is 0, which means no "
|
"Maximum size in bytes of uploaded images. Default is 0, which means no "
|
||||||
"limits."
|
"limits."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:451
|
#: ../../mod/admin.php:456
|
||||||
|
msgid "Maximum image length"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../mod/admin.php:456
|
||||||
|
msgid ""
|
||||||
|
"Maximum length in pixels of the longest side of uploaded images. Default is -"
|
||||||
|
"1, which means no limits."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../mod/admin.php:457
|
||||||
|
msgid "JPEG image quality"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../mod/admin.php:457
|
||||||
|
msgid ""
|
||||||
|
"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is "
|
||||||
|
"100, which is full quality."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../mod/admin.php:459
|
||||||
msgid "Register policy"
|
msgid "Register policy"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:452
|
#: ../../mod/admin.php:460
|
||||||
msgid "Register text"
|
msgid "Register text"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:452
|
#: ../../mod/admin.php:460
|
||||||
msgid "Will be displayed prominently on the registration page."
|
msgid "Will be displayed prominently on the registration page."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:453
|
#: ../../mod/admin.php:461
|
||||||
msgid "Accounts abandoned after x days"
|
msgid "Accounts abandoned after x days"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:453
|
#: ../../mod/admin.php:461
|
||||||
msgid ""
|
msgid ""
|
||||||
"Will not waste system resources polling external sites for abandonded "
|
"Will not waste system resources polling external sites for abandonded "
|
||||||
"accounts. Enter 0 for no time limit."
|
"accounts. Enter 0 for no time limit."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:454
|
#: ../../mod/admin.php:462
|
||||||
msgid "Allowed friend domains"
|
msgid "Allowed friend domains"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:454
|
#: ../../mod/admin.php:462
|
||||||
msgid ""
|
msgid ""
|
||||||
"Comma separated list of domains which are allowed to establish friendships "
|
"Comma separated list of domains which are allowed to establish friendships "
|
||||||
"with this site. Wildcards are accepted. Empty to allow any domains"
|
"with this site. Wildcards are accepted. Empty to allow any domains"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:455
|
#: ../../mod/admin.php:463
|
||||||
msgid "Allowed email domains"
|
msgid "Allowed email domains"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:455
|
#: ../../mod/admin.php:463
|
||||||
msgid ""
|
msgid ""
|
||||||
"Comma separated list of domains which are allowed in email addresses for "
|
"Comma separated list of domains which are allowed in email addresses for "
|
||||||
"registrations to this site. Wildcards are accepted. Empty to allow any "
|
"registrations to this site. Wildcards are accepted. Empty to allow any "
|
||||||
"domains"
|
"domains"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:456
|
#: ../../mod/admin.php:464
|
||||||
msgid "Block public"
|
msgid "Block public"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:456
|
#: ../../mod/admin.php:464
|
||||||
msgid ""
|
msgid ""
|
||||||
"Check to block public access to all otherwise public personal pages on this "
|
"Check to block public access to all otherwise public personal pages on this "
|
||||||
"site unless you are currently logged in."
|
"site unless you are currently logged in."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:457
|
#: ../../mod/admin.php:465
|
||||||
msgid "Force publish"
|
msgid "Force publish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:457
|
#: ../../mod/admin.php:465
|
||||||
msgid ""
|
msgid ""
|
||||||
"Check to force all profiles on this site to be listed in the site directory."
|
"Check to force all profiles on this site to be listed in the site directory."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:458
|
#: ../../mod/admin.php:466
|
||||||
msgid "Global directory update URL"
|
msgid "Global directory update URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:458
|
#: ../../mod/admin.php:466
|
||||||
msgid ""
|
msgid ""
|
||||||
"URL to update the global directory. If this is not set, the global directory "
|
"URL to update the global directory. If this is not set, the global directory "
|
||||||
"is completely unavailable to the application."
|
"is completely unavailable to the application."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:459
|
#: ../../mod/admin.php:467
|
||||||
msgid "Allow threaded items"
|
msgid "Allow threaded items"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:459
|
#: ../../mod/admin.php:467
|
||||||
msgid "Allow infinite level threading for items on this site."
|
msgid "Allow infinite level threading for items on this site."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:461
|
#: ../../mod/admin.php:468
|
||||||
|
msgid "No default permissions for new users"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../mod/admin.php:468
|
||||||
|
msgid ""
|
||||||
|
"New users will have no private permissions set for their posts by default, "
|
||||||
|
"making their posts public until they change it."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../../mod/admin.php:470
|
||||||
msgid "Block multiple registrations"
|
msgid "Block multiple registrations"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:461
|
#: ../../mod/admin.php:470
|
||||||
msgid "Disallow users to register additional accounts for use as pages."
|
msgid "Disallow users to register additional accounts for use as pages."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:462
|
#: ../../mod/admin.php:471
|
||||||
msgid "OpenID support"
|
msgid "OpenID support"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:462
|
#: ../../mod/admin.php:471
|
||||||
msgid "OpenID support for registration and logins."
|
msgid "OpenID support for registration and logins."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:463
|
#: ../../mod/admin.php:472
|
||||||
msgid "Fullname check"
|
msgid "Fullname check"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:463
|
#: ../../mod/admin.php:472
|
||||||
msgid ""
|
msgid ""
|
||||||
"Force users to register with a space between firstname and lastname in Full "
|
"Force users to register with a space between firstname and lastname in Full "
|
||||||
"name, as an antispam measure"
|
"name, as an antispam measure"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:464
|
#: ../../mod/admin.php:473
|
||||||
msgid "UTF-8 Regular expressions"
|
msgid "UTF-8 Regular expressions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:464
|
#: ../../mod/admin.php:473
|
||||||
msgid "Use PHP UTF8 regular expressions"
|
msgid "Use PHP UTF8 regular expressions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:465
|
#: ../../mod/admin.php:474
|
||||||
msgid "Show Community Page"
|
msgid "Show Community Page"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:465
|
#: ../../mod/admin.php:474
|
||||||
msgid ""
|
msgid ""
|
||||||
"Display a Community page showing all recent public postings on this site."
|
"Display a Community page showing all recent public postings on this site."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:466
|
#: ../../mod/admin.php:475
|
||||||
msgid "Enable OStatus support"
|
msgid "Enable OStatus support"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:466
|
#: ../../mod/admin.php:475
|
||||||
msgid ""
|
msgid ""
|
||||||
"Provide built-in OStatus (identi.ca, status.net, etc.) compatibility. All "
|
"Provide built-in OStatus (identi.ca, status.net, etc.) compatibility. All "
|
||||||
"communications in OStatus are public, so privacy warnings will be "
|
"communications in OStatus are public, so privacy warnings will be "
|
||||||
"occasionally displayed."
|
"occasionally displayed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:467
|
#: ../../mod/admin.php:476
|
||||||
msgid "Enable Diaspora support"
|
msgid "Enable Diaspora support"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:467
|
#: ../../mod/admin.php:476
|
||||||
msgid "Provide built-in Diaspora network compatibility."
|
msgid "Provide built-in Diaspora network compatibility."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:468
|
#: ../../mod/admin.php:477
|
||||||
msgid "Only allow Friendica contacts"
|
msgid "Only allow Friendica contacts"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:468
|
#: ../../mod/admin.php:477
|
||||||
msgid ""
|
msgid ""
|
||||||
"All contacts must use Friendica protocols. All other built-in communication "
|
"All contacts must use Friendica protocols. All other built-in communication "
|
||||||
"protocols disabled."
|
"protocols disabled."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:469
|
#: ../../mod/admin.php:478
|
||||||
msgid "Verify SSL"
|
msgid "Verify SSL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:469
|
#: ../../mod/admin.php:478
|
||||||
msgid ""
|
msgid ""
|
||||||
"If you wish, you can turn on strict certificate checking. This will mean you "
|
"If you wish, you can turn on strict certificate checking. This will mean you "
|
||||||
"cannot connect (at all) to self-signed SSL sites."
|
"cannot connect (at all) to self-signed SSL sites."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:470
|
#: ../../mod/admin.php:479
|
||||||
msgid "Proxy user"
|
msgid "Proxy user"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:471
|
#: ../../mod/admin.php:480
|
||||||
msgid "Proxy URL"
|
msgid "Proxy URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:472
|
#: ../../mod/admin.php:481
|
||||||
msgid "Network timeout"
|
msgid "Network timeout"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:472
|
#: ../../mod/admin.php:481
|
||||||
msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
|
msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:473
|
#: ../../mod/admin.php:482
|
||||||
msgid "Delivery interval"
|
msgid "Delivery interval"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:473
|
#: ../../mod/admin.php:482
|
||||||
msgid ""
|
msgid ""
|
||||||
"Delay background delivery processes by this many seconds to reduce system "
|
"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 "
|
"load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 "
|
||||||
"for large dedicated servers."
|
"for large dedicated servers."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:474
|
#: ../../mod/admin.php:483
|
||||||
msgid "Poll interval"
|
msgid "Poll interval"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:474
|
#: ../../mod/admin.php:483
|
||||||
msgid ""
|
msgid ""
|
||||||
"Delay background polling processes by this many seconds to reduce system "
|
"Delay background polling processes by this many seconds to reduce system "
|
||||||
"load. If 0, use delivery interval."
|
"load. If 0, use delivery interval."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:475
|
#: ../../mod/admin.php:484
|
||||||
msgid "Maximum Load Average"
|
msgid "Maximum Load Average"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:475
|
#: ../../mod/admin.php:484
|
||||||
msgid ""
|
msgid ""
|
||||||
"Maximum system load before delivery and poll processes are deferred - "
|
"Maximum system load before delivery and poll processes are deferred - "
|
||||||
"default 50."
|
"default 50."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:492
|
#: ../../mod/admin.php:501
|
||||||
msgid "Update has been marked successful"
|
msgid "Update has been marked successful"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:502
|
#: ../../mod/admin.php:511
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Executing %s failed. Check system logs."
|
msgid "Executing %s failed. Check system logs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:505
|
#: ../../mod/admin.php:514
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Update %s was successfully applied."
|
msgid "Update %s was successfully applied."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:509
|
#: ../../mod/admin.php:518
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Update %s did not return a status. Unknown if it succeeded."
|
msgid "Update %s did not return a status. Unknown if it succeeded."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:512
|
#: ../../mod/admin.php:521
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Update function %s could not be found."
|
msgid "Update function %s could not be found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:527
|
#: ../../mod/admin.php:536
|
||||||
msgid "No failed updates."
|
msgid "No failed updates."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:531
|
#: ../../mod/admin.php:540
|
||||||
msgid "Failed Updates"
|
msgid "Failed Updates"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:532
|
#: ../../mod/admin.php:541
|
||||||
msgid ""
|
msgid ""
|
||||||
"This does not include updates prior to 1139, which did not return a status."
|
"This does not include updates prior to 1139, which did not return a status."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:533
|
#: ../../mod/admin.php:542
|
||||||
msgid "Mark success (if update was manually applied)"
|
msgid "Mark success (if update was manually applied)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:534
|
#: ../../mod/admin.php:543
|
||||||
msgid "Attempt to execute this update step automatically"
|
msgid "Attempt to execute this update step automatically"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:559
|
#: ../../mod/admin.php:568
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s user blocked/unblocked"
|
msgid "%s user blocked/unblocked"
|
||||||
msgid_plural "%s users blocked/unblocked"
|
msgid_plural "%s users blocked/unblocked"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:566
|
#: ../../mod/admin.php:575
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s user deleted"
|
msgid "%s user deleted"
|
||||||
msgid_plural "%s users deleted"
|
msgid_plural "%s users deleted"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:605
|
#: ../../mod/admin.php:614
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "User '%s' deleted"
|
msgid "User '%s' deleted"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:613
|
#: ../../mod/admin.php:622
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "User '%s' unblocked"
|
msgid "User '%s' unblocked"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:613
|
#: ../../mod/admin.php:622
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "User '%s' blocked"
|
msgid "User '%s' blocked"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:677
|
#: ../../mod/admin.php:686
|
||||||
msgid "select all"
|
msgid "select all"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:678
|
#: ../../mod/admin.php:687
|
||||||
msgid "User registrations waiting for confirm"
|
msgid "User registrations waiting for confirm"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:679
|
#: ../../mod/admin.php:688
|
||||||
msgid "Request date"
|
msgid "Request date"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:679 ../../mod/admin.php:688
|
#: ../../mod/admin.php:688 ../../mod/admin.php:697
|
||||||
#: ../../include/contact_selectors.php:79
|
#: ../../include/contact_selectors.php:79
|
||||||
msgid "Email"
|
msgid "Email"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:680
|
#: ../../mod/admin.php:689
|
||||||
msgid "No registrations."
|
msgid "No registrations."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:682
|
#: ../../mod/admin.php:691
|
||||||
msgid "Deny"
|
msgid "Deny"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:688
|
#: ../../mod/admin.php:697
|
||||||
msgid "Register date"
|
msgid "Register date"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:688
|
#: ../../mod/admin.php:697
|
||||||
msgid "Last login"
|
msgid "Last login"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:688
|
#: ../../mod/admin.php:697
|
||||||
msgid "Last item"
|
msgid "Last item"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:688
|
#: ../../mod/admin.php:697
|
||||||
msgid "Account"
|
msgid "Account"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:690
|
#: ../../mod/admin.php:699
|
||||||
msgid ""
|
msgid ""
|
||||||
"Selected users will be deleted!\\n\\nEverything these users had posted on "
|
"Selected users will be deleted!\\n\\nEverything these users had posted on "
|
||||||
"this site will be permanently deleted!\\n\\nAre you sure?"
|
"this site will be permanently deleted!\\n\\nAre you sure?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:691
|
#: ../../mod/admin.php:700
|
||||||
msgid ""
|
msgid ""
|
||||||
"The user {0} will be deleted!\\n\\nEverything this user has posted on this "
|
"The user {0} will be deleted!\\n\\nEverything this user has posted on this "
|
||||||
"site will be permanently deleted!\\n\\nAre you sure?"
|
"site will be permanently deleted!\\n\\nAre you sure?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:732
|
#: ../../mod/admin.php:741
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Plugin %s disabled."
|
msgid "Plugin %s disabled."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:736
|
#: ../../mod/admin.php:745
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Plugin %s enabled."
|
msgid "Plugin %s enabled."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:746 ../../mod/admin.php:944
|
#: ../../mod/admin.php:755 ../../mod/admin.php:953
|
||||||
msgid "Disable"
|
msgid "Disable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:748 ../../mod/admin.php:946
|
#: ../../mod/admin.php:757 ../../mod/admin.php:955
|
||||||
msgid "Enable"
|
msgid "Enable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:770 ../../mod/admin.php:975
|
#: ../../mod/admin.php:779 ../../mod/admin.php:984
|
||||||
msgid "Toggle"
|
msgid "Toggle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:778 ../../mod/admin.php:985
|
#: ../../mod/admin.php:787 ../../mod/admin.php:994
|
||||||
msgid "Author: "
|
msgid "Author: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:779 ../../mod/admin.php:986
|
#: ../../mod/admin.php:788 ../../mod/admin.php:995
|
||||||
msgid "Maintainer: "
|
msgid "Maintainer: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:908
|
#: ../../mod/admin.php:917
|
||||||
msgid "No themes found."
|
msgid "No themes found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:967
|
#: ../../mod/admin.php:976
|
||||||
msgid "Screenshot"
|
msgid "Screenshot"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:1015
|
#: ../../mod/admin.php:1024
|
||||||
msgid "[Experimental]"
|
msgid "[Experimental]"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:1016
|
#: ../../mod/admin.php:1025
|
||||||
msgid "[Unsupported]"
|
msgid "[Unsupported]"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:1043
|
#: ../../mod/admin.php:1052
|
||||||
msgid "Log settings updated."
|
msgid "Log settings updated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:1099
|
#: ../../mod/admin.php:1108
|
||||||
msgid "Clear"
|
msgid "Clear"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:1105
|
#: ../../mod/admin.php:1114
|
||||||
msgid "Debugging"
|
msgid "Debugging"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:1106
|
#: ../../mod/admin.php:1115
|
||||||
msgid "Log file"
|
msgid "Log file"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:1106
|
#: ../../mod/admin.php:1115
|
||||||
msgid ""
|
msgid ""
|
||||||
"Must be writable by web server. Relative to your Friendica top-level "
|
"Must be writable by web server. Relative to your Friendica top-level "
|
||||||
"directory."
|
"directory."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:1107
|
#: ../../mod/admin.php:1116
|
||||||
msgid "Log level"
|
msgid "Log level"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:1157
|
#: ../../mod/admin.php:1166
|
||||||
msgid "Close"
|
msgid "Close"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:1163
|
#: ../../mod/admin.php:1172
|
||||||
msgid "FTP Host"
|
msgid "FTP Host"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:1164
|
#: ../../mod/admin.php:1173
|
||||||
msgid "FTP Path"
|
msgid "FTP Path"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:1165
|
#: ../../mod/admin.php:1174
|
||||||
msgid "FTP User"
|
msgid "FTP User"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/admin.php:1166
|
#: ../../mod/admin.php:1175
|
||||||
msgid "FTP Password"
|
msgid "FTP Password"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/profile.php:22 ../../boot.php:1065
|
#: ../../mod/profile.php:22 ../../boot.php:1056
|
||||||
msgid "Requested profile is not available."
|
msgid "Requested profile is not available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -4234,28 +4339,28 @@ msgstr ""
|
||||||
msgid "Edit/Manage Profiles"
|
msgid "Edit/Manage Profiles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/profiles.php:678 ../../boot.php:1174
|
#: ../../mod/profiles.php:678 ../../boot.php:1165
|
||||||
msgid "Change profile photo"
|
msgid "Change profile photo"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/profiles.php:679 ../../boot.php:1175
|
#: ../../mod/profiles.php:679 ../../boot.php:1166
|
||||||
msgid "Create New Profile"
|
msgid "Create New Profile"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/profiles.php:690 ../../boot.php:1185
|
#: ../../mod/profiles.php:690 ../../boot.php:1176
|
||||||
msgid "Profile Image"
|
msgid "Profile Image"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/profiles.php:692 ../../boot.php:1188
|
#: ../../mod/profiles.php:692 ../../boot.php:1179
|
||||||
msgid "visible to everybody"
|
msgid "visible to everybody"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/profiles.php:693 ../../boot.php:1189
|
#: ../../mod/profiles.php:693 ../../boot.php:1180
|
||||||
msgid "Edit visibility"
|
msgid "Edit visibility"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/filer.php:29 ../../include/conversation.php:1105
|
#: ../../mod/filer.php:29 ../../include/conversation.php:1116
|
||||||
#: ../../include/conversation.php:1122
|
#: ../../include/conversation.php:1133
|
||||||
msgid "Save to Folder:"
|
msgid "Save to Folder:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -4263,7 +4368,7 @@ msgstr ""
|
||||||
msgid "- select -"
|
msgid "- select -"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/tagger.php:103 ../../include/conversation.php:256
|
#: ../../mod/tagger.php:103 ../../include/conversation.php:267
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%1$s tagged %2$s's %3$s with %4$s"
|
msgid "%1$s tagged %2$s's %3$s with %4$s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -4379,17 +4484,17 @@ msgid "Gender: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/directory.php:134 ../../include/profile_advanced.php:17
|
#: ../../mod/directory.php:134 ../../include/profile_advanced.php:17
|
||||||
#: ../../boot.php:1210
|
#: ../../boot.php:1201
|
||||||
msgid "Gender:"
|
msgid "Gender:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/directory.php:136 ../../include/profile_advanced.php:37
|
#: ../../mod/directory.php:136 ../../include/profile_advanced.php:37
|
||||||
#: ../../boot.php:1213
|
#: ../../boot.php:1204
|
||||||
msgid "Status:"
|
msgid "Status:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/directory.php:138 ../../include/profile_advanced.php:48
|
#: ../../mod/directory.php:138 ../../include/profile_advanced.php:48
|
||||||
#: ../../boot.php:1215
|
#: ../../boot.php:1206
|
||||||
msgid "Homepage:"
|
msgid "Homepage:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -4521,7 +4626,7 @@ msgid "Unable to set contact photo."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../mod/dfrn_confirm.php:477 ../../include/diaspora.php:608
|
#: ../../mod/dfrn_confirm.php:477 ../../include/diaspora.php:608
|
||||||
#: ../../include/conversation.php:162
|
#: ../../include/conversation.php:173
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%1$s is now friends with %2$s"
|
msgid "%1$s is now friends with %2$s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -4680,11 +4785,6 @@ msgstr ""
|
||||||
msgid "Problems with Facebook Real-Time Updates"
|
msgid "Problems with Facebook Real-Time Updates"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../addon/facebook/facebook.php:728
|
|
||||||
#: ../../include/contact_selectors.php:81
|
|
||||||
msgid "Facebook"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../../addon/facebook/facebook.php:729
|
#: ../../addon/facebook/facebook.php:729
|
||||||
msgid "Facebook Connector Settings"
|
msgid "Facebook Connector Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -5148,7 +5248,7 @@ msgstr ""
|
||||||
#: ../../addon/communityhome/communityhome.php:34
|
#: ../../addon/communityhome/communityhome.php:34
|
||||||
#: ../../addon/communityhome/twillingham/communityhome.php:28
|
#: ../../addon/communityhome/twillingham/communityhome.php:28
|
||||||
#: ../../addon/communityhome/twillingham/communityhome.php:34
|
#: ../../addon/communityhome/twillingham/communityhome.php:34
|
||||||
#: ../../include/nav.php:64 ../../boot.php:921
|
#: ../../include/nav.php:64 ../../boot.php:912
|
||||||
msgid "Login"
|
msgid "Login"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -5177,7 +5277,7 @@ msgstr ""
|
||||||
|
|
||||||
#: ../../addon/communityhome/communityhome.php:155
|
#: ../../addon/communityhome/communityhome.php:155
|
||||||
#: ../../view/theme/diabook/theme.php:562 ../../include/text.php:1397
|
#: ../../view/theme/diabook/theme.php:562 ../../include/text.php:1397
|
||||||
#: ../../include/conversation.php:106 ../../include/conversation.php:236
|
#: ../../include/conversation.php:117 ../../include/conversation.php:247
|
||||||
msgid "event"
|
msgid "event"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -7264,6 +7364,7 @@ msgid "Sex Addict"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/profile_selectors.php:42 ../../include/user.php:278
|
#: ../../include/profile_selectors.php:42 ../../include/user.php:278
|
||||||
|
#: ../../include/user.php:283
|
||||||
msgid "Friends"
|
msgid "Friends"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -7351,11 +7452,11 @@ msgstr ""
|
||||||
msgid "Ask me"
|
msgid "Ask me"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/event.php:20 ../../include/bb2diaspora.php:439
|
#: ../../include/event.php:20 ../../include/bb2diaspora.php:396
|
||||||
msgid "Starts:"
|
msgid "Starts:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/event.php:30 ../../include/bb2diaspora.php:447
|
#: ../../include/event.php:30 ../../include/bb2diaspora.php:404
|
||||||
msgid "Finishes:"
|
msgid "Finishes:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -7406,7 +7507,7 @@ msgstr[1] ""
|
||||||
msgid "poke"
|
msgid "poke"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/text.php:719 ../../include/conversation.php:201
|
#: ../../include/text.php:719 ../../include/conversation.php:212
|
||||||
msgid "poked"
|
msgid "poked"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -7665,10 +7766,6 @@ msgstr ""
|
||||||
msgid "edit"
|
msgid "edit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/group.php:239
|
|
||||||
msgid "Groups"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../../include/group.php:240
|
#: ../../include/group.php:240
|
||||||
msgid "Edit group"
|
msgid "Edit group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -7681,7 +7778,7 @@ msgstr ""
|
||||||
msgid "Contacts not in any group"
|
msgid "Contacts not in any group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/nav.php:46 ../../boot.php:920
|
#: ../../include/nav.php:46 ../../boot.php:911
|
||||||
msgid "Logout"
|
msgid "Logout"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -7689,7 +7786,7 @@ msgstr ""
|
||||||
msgid "End this session"
|
msgid "End this session"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/nav.php:49 ../../boot.php:1635
|
#: ../../include/nav.php:49 ../../boot.php:1626
|
||||||
msgid "Status"
|
msgid "Status"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -7769,11 +7866,11 @@ msgstr ""
|
||||||
msgid "Manage other pages"
|
msgid "Manage other pages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/nav.php:138 ../../boot.php:1168
|
#: ../../include/nav.php:138 ../../boot.php:1159
|
||||||
msgid "Profiles"
|
msgid "Profiles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/nav.php:138 ../../boot.php:1168
|
#: ../../include/nav.php:138 ../../boot.php:1159
|
||||||
msgid "Manage/edit profiles"
|
msgid "Manage/edit profiles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -7933,15 +8030,15 @@ msgstr ""
|
||||||
msgid "From: "
|
msgid "From: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/bbcode.php:102 ../../include/bbcode.php:323
|
#: ../../include/bbcode.php:185 ../../include/bbcode.php:406
|
||||||
msgid "Image/photo"
|
msgid "Image/photo"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/bbcode.php:288 ../../include/bbcode.php:308
|
#: ../../include/bbcode.php:371 ../../include/bbcode.php:391
|
||||||
msgid "$1 wrote:"
|
msgid "$1 wrote:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/bbcode.php:327 ../../include/bbcode.php:328
|
#: ../../include/bbcode.php:410 ../../include/bbcode.php:411
|
||||||
msgid "Encrypted content"
|
msgid "Encrypted content"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -8300,256 +8397,256 @@ msgstr ""
|
||||||
msgid "stopped following"
|
msgid "stopped following"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/Contact.php:220 ../../include/conversation.php:1002
|
#: ../../include/Contact.php:220 ../../include/conversation.php:1013
|
||||||
msgid "Poke"
|
msgid "Poke"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/Contact.php:221 ../../include/conversation.php:996
|
#: ../../include/Contact.php:221 ../../include/conversation.php:1007
|
||||||
msgid "View Status"
|
msgid "View Status"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/Contact.php:222 ../../include/conversation.php:997
|
#: ../../include/Contact.php:222 ../../include/conversation.php:1008
|
||||||
msgid "View Profile"
|
msgid "View Profile"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/Contact.php:223 ../../include/conversation.php:998
|
#: ../../include/Contact.php:223 ../../include/conversation.php:1009
|
||||||
msgid "View Photos"
|
msgid "View Photos"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/Contact.php:224 ../../include/Contact.php:237
|
#: ../../include/Contact.php:224 ../../include/Contact.php:237
|
||||||
#: ../../include/conversation.php:999
|
#: ../../include/conversation.php:1010
|
||||||
msgid "Network Posts"
|
msgid "Network Posts"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/Contact.php:225 ../../include/Contact.php:237
|
#: ../../include/Contact.php:225 ../../include/Contact.php:237
|
||||||
#: ../../include/conversation.php:1000
|
#: ../../include/conversation.php:1011
|
||||||
msgid "Edit Contact"
|
msgid "Edit Contact"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/Contact.php:226 ../../include/Contact.php:237
|
#: ../../include/Contact.php:226 ../../include/Contact.php:237
|
||||||
#: ../../include/conversation.php:1001
|
#: ../../include/conversation.php:1012
|
||||||
msgid "Send PM"
|
msgid "Send PM"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/conversation.php:197
|
#: ../../include/conversation.php:208
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%1$s poked %2$s"
|
msgid "%1$s poked %2$s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/conversation.php:281
|
#: ../../include/conversation.php:292
|
||||||
msgid "post/item"
|
msgid "post/item"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/conversation.php:282
|
#: ../../include/conversation.php:293
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%1$s marked %2$s's %3$s as favorite"
|
msgid "%1$s marked %2$s's %3$s as favorite"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/conversation.php:902
|
#: ../../include/conversation.php:913
|
||||||
msgid "Delete Selected Items"
|
msgid "Delete Selected Items"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/conversation.php:1060
|
#: ../../include/conversation.php:1071
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s likes this."
|
msgid "%s likes this."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/conversation.php:1060
|
#: ../../include/conversation.php:1071
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s doesn't like this."
|
msgid "%s doesn't like this."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/conversation.php:1064
|
#: ../../include/conversation.php:1075
|
||||||
#, 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:1066
|
#: ../../include/conversation.php:1077
|
||||||
#, 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:1072
|
#: ../../include/conversation.php:1083
|
||||||
msgid "and"
|
msgid "and"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/conversation.php:1075
|
#: ../../include/conversation.php:1086
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid ", and %d other people"
|
msgid ", and %d other people"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/conversation.php:1076
|
#: ../../include/conversation.php:1087
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s like this."
|
msgid "%s like this."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/conversation.php:1076
|
#: ../../include/conversation.php:1087
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s don't like this."
|
msgid "%s don't like this."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/conversation.php:1100 ../../include/conversation.php:1117
|
#: ../../include/conversation.php:1111 ../../include/conversation.php:1128
|
||||||
msgid "Visible to <strong>everybody</strong>"
|
msgid "Visible to <strong>everybody</strong>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/conversation.php:1102 ../../include/conversation.php:1119
|
#: ../../include/conversation.php:1113 ../../include/conversation.php:1130
|
||||||
msgid "Please enter a video link/URL:"
|
msgid "Please enter a video link/URL:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/conversation.php:1103 ../../include/conversation.php:1120
|
#: ../../include/conversation.php:1114 ../../include/conversation.php:1131
|
||||||
msgid "Please enter an audio link/URL:"
|
msgid "Please enter an audio link/URL:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/conversation.php:1104 ../../include/conversation.php:1121
|
#: ../../include/conversation.php:1115 ../../include/conversation.php:1132
|
||||||
msgid "Tag term:"
|
msgid "Tag term:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/conversation.php:1106 ../../include/conversation.php:1123
|
#: ../../include/conversation.php:1117 ../../include/conversation.php:1134
|
||||||
msgid "Where are you right now?"
|
msgid "Where are you right now?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/conversation.php:1166
|
#: ../../include/conversation.php:1177
|
||||||
msgid "upload photo"
|
msgid "upload photo"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/conversation.php:1168
|
#: ../../include/conversation.php:1179
|
||||||
msgid "attach file"
|
msgid "attach file"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/conversation.php:1170
|
#: ../../include/conversation.php:1181
|
||||||
msgid "web link"
|
msgid "web link"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/conversation.php:1171
|
#: ../../include/conversation.php:1182
|
||||||
msgid "Insert video link"
|
msgid "Insert video link"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/conversation.php:1172
|
#: ../../include/conversation.php:1183
|
||||||
msgid "video link"
|
msgid "video link"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/conversation.php:1173
|
#: ../../include/conversation.php:1184
|
||||||
msgid "Insert audio link"
|
msgid "Insert audio link"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/conversation.php:1174
|
#: ../../include/conversation.php:1185
|
||||||
msgid "audio link"
|
msgid "audio link"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/conversation.php:1176
|
#: ../../include/conversation.php:1187
|
||||||
msgid "set location"
|
msgid "set location"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/conversation.php:1178
|
#: ../../include/conversation.php:1189
|
||||||
msgid "clear location"
|
msgid "clear location"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/conversation.php:1185
|
#: ../../include/conversation.php:1196
|
||||||
msgid "permissions"
|
msgid "permissions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/plugin.php:390 ../../include/plugin.php:392
|
#: ../../include/plugin.php:400 ../../include/plugin.php:402
|
||||||
msgid "Click here to upgrade."
|
msgid "Click here to upgrade."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/plugin.php:398
|
#: ../../include/plugin.php:408
|
||||||
msgid "This action exceeds the limits set by your subscription plan."
|
msgid "This action exceeds the limits set by your subscription plan."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/plugin.php:403
|
#: ../../include/plugin.php:413
|
||||||
msgid "This action is not available under your subscription plan."
|
msgid "This action is not available under your subscription plan."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:582
|
#: ../../boot.php:573
|
||||||
msgid "Delete this item?"
|
msgid "Delete this item?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:585
|
#: ../../boot.php:576
|
||||||
msgid "show fewer"
|
msgid "show fewer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:792
|
#: ../../boot.php:783
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Update %s failed. See error logs."
|
msgid "Update %s failed. See error logs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:794
|
#: ../../boot.php:785
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Update Error at %s"
|
msgid "Update Error at %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:895
|
#: ../../boot.php:886
|
||||||
msgid "Create a New Account"
|
msgid "Create a New Account"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:923
|
#: ../../boot.php:914
|
||||||
msgid "Nickname or Email address: "
|
msgid "Nickname or Email address: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:924
|
#: ../../boot.php:915
|
||||||
msgid "Password: "
|
msgid "Password: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:927
|
#: ../../boot.php:918
|
||||||
msgid "Or login using OpenID: "
|
msgid "Or login using OpenID: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:933
|
#: ../../boot.php:924
|
||||||
msgid "Forgot your password?"
|
msgid "Forgot your password?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:1100
|
#: ../../boot.php:1091
|
||||||
msgid "Edit profile"
|
msgid "Edit profile"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:1160
|
#: ../../boot.php:1151
|
||||||
msgid "Message"
|
msgid "Message"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:1282 ../../boot.php:1368
|
#: ../../boot.php:1273 ../../boot.php:1359
|
||||||
msgid "g A l F d"
|
msgid "g A l F d"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:1283 ../../boot.php:1369
|
#: ../../boot.php:1274 ../../boot.php:1360
|
||||||
msgid "F d"
|
msgid "F d"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:1328 ../../boot.php:1409
|
#: ../../boot.php:1319 ../../boot.php:1400
|
||||||
msgid "[today]"
|
msgid "[today]"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:1340
|
#: ../../boot.php:1331
|
||||||
msgid "Birthday Reminders"
|
msgid "Birthday Reminders"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:1341
|
#: ../../boot.php:1332
|
||||||
msgid "Birthdays this week:"
|
msgid "Birthdays this week:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:1402
|
#: ../../boot.php:1393
|
||||||
msgid "[No description]"
|
msgid "[No description]"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:1420
|
#: ../../boot.php:1411
|
||||||
msgid "Event Reminders"
|
msgid "Event Reminders"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:1421
|
#: ../../boot.php:1412
|
||||||
msgid "Events this week:"
|
msgid "Events this week:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:1638
|
#: ../../boot.php:1629
|
||||||
msgid "Status Messages and Posts"
|
msgid "Status Messages and Posts"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:1645
|
#: ../../boot.php:1636
|
||||||
msgid "Profile Details"
|
msgid "Profile Details"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:1662
|
#: ../../boot.php:1653
|
||||||
msgid "Events and Calendar"
|
msgid "Events and Calendar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../boot.php:1669
|
#: ../../boot.php:1660
|
||||||
msgid "Only You Can See This"
|
msgid "Only You Can See This"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue