1
0
Fork 0

sync username when changed in either the default profile or the settings page

This commit is contained in:
friendica 2013-04-04 15:10:14 -07:00
commit 9660117c70
4 changed files with 1043 additions and 1027 deletions

View file

@ -12,7 +12,7 @@ require_once('library/Mobile_Detect/Mobile_Detect.php');
require_once('include/features.php');
define ( 'FRIENDICA_PLATFORM', 'Friendica');
define ( 'FRIENDICA_VERSION', '3.1.1659' );
define ( 'FRIENDICA_VERSION', '3.1.1660' );
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
define ( 'DB_UPDATE_VERSION', 1163 );
define ( 'EOL', "<br />\r\n" );

View file

@ -455,6 +455,10 @@ function profiles_post(&$a) {
dbesc(datetime_convert()),
intval(local_user())
);
$r = q("UPDATE `user` set `username` = '%s' where `uid` = %d limit 1",
dbesc($name),
intval(local_user())
);
}
if($is_default) {

View file

@ -489,10 +489,12 @@ function settings_post(&$a) {
$r = q("UPDATE `profile`
SET `publish` = %d,
`name` = '%s',
`net-publish` = %d,
`hide-friends` = %d
WHERE `is-default` = 1 AND `uid` = %d LIMIT 1",
intval($publish),
dbesc($username),
intval($net_publish),
intval($hide_friends),
intval(local_user())

View file

@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: 3.1.1659\n"
"Project-Id-Version: 3.1.1660\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-04-03 00:02-0700\n"
"POT-Creation-Date: 2013-04-04 00:02-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -21,7 +21,7 @@ msgstr ""
#: ../../include/profile_advanced.php:7 ../../include/profile_advanced.php:84
#: ../../include/nav.php:77 ../../mod/profperm.php:103
#: ../../mod/newmember.php:32 ../../view/theme/diabook/theme.php:88
#: ../../boot.php:1868
#: ../../boot.php:1877
msgid "Profile"
msgstr ""
@ -30,7 +30,7 @@ msgid "Full Name:"
msgstr ""
#: ../../include/profile_advanced.php:17 ../../mod/directory.php:136
#: ../../boot.php:1408
#: ../../boot.php:1417
msgid "Gender:"
msgstr ""
@ -51,7 +51,7 @@ msgid "Age:"
msgstr ""
#: ../../include/profile_advanced.php:37 ../../mod/directory.php:138
#: ../../boot.php:1411
#: ../../boot.php:1420
msgid "Status:"
msgstr ""
@ -65,7 +65,7 @@ msgid "Sexual Preference:"
msgstr ""
#: ../../include/profile_advanced.php:48 ../../mod/directory.php:140
#: ../../boot.php:1413
#: ../../boot.php:1422
msgid "Homepage:"
msgstr ""
@ -401,306 +401,306 @@ msgstr ""
msgid "Send PM"
msgstr ""
#: ../../include/text.php:276
#: ../../include/text.php:313
msgid "prev"
msgstr ""
#: ../../include/text.php:278
#: ../../include/text.php:315
msgid "first"
msgstr ""
#: ../../include/text.php:307
#: ../../include/text.php:344
msgid "last"
msgstr ""
#: ../../include/text.php:310
#: ../../include/text.php:347
msgid "next"
msgstr ""
#: ../../include/text.php:328
#: ../../include/text.php:371
msgid "newer"
msgstr ""
#: ../../include/text.php:332
#: ../../include/text.php:375
msgid "older"
msgstr ""
#: ../../include/text.php:697
#: ../../include/text.php:837
msgid "No contacts"
msgstr ""
#: ../../include/text.php:706
#: ../../include/text.php:846
#, php-format
msgid "%d Contact"
msgid_plural "%d Contacts"
msgstr[0] ""
msgstr[1] ""
#: ../../include/text.php:718 ../../mod/viewcontacts.php:76
#: ../../include/text.php:858 ../../mod/viewcontacts.php:76
msgid "View Contacts"
msgstr ""
#: ../../include/text.php:778 ../../include/text.php:779
#: ../../include/text.php:935 ../../include/text.php:936
#: ../../include/nav.php:118 ../../mod/search.php:99
msgid "Search"
msgstr ""
#: ../../include/text.php:781 ../../mod/notes.php:63 ../../mod/filer.php:31
#: ../../include/text.php:938 ../../mod/notes.php:63 ../../mod/filer.php:31
msgid "Save"
msgstr ""
#: ../../include/text.php:819
#: ../../include/text.php:987
msgid "poke"
msgstr ""
#: ../../include/text.php:819 ../../include/conversation.php:211
#: ../../include/text.php:987 ../../include/conversation.php:211
msgid "poked"
msgstr ""
#: ../../include/text.php:820
#: ../../include/text.php:988
msgid "ping"
msgstr ""
#: ../../include/text.php:820
#: ../../include/text.php:988
msgid "pinged"
msgstr ""
#: ../../include/text.php:821
#: ../../include/text.php:989
msgid "prod"
msgstr ""
#: ../../include/text.php:821
#: ../../include/text.php:989
msgid "prodded"
msgstr ""
#: ../../include/text.php:822
#: ../../include/text.php:990
msgid "slap"
msgstr ""
#: ../../include/text.php:822
#: ../../include/text.php:990
msgid "slapped"
msgstr ""
#: ../../include/text.php:823
#: ../../include/text.php:991
msgid "finger"
msgstr ""
#: ../../include/text.php:823
#: ../../include/text.php:991
msgid "fingered"
msgstr ""
#: ../../include/text.php:824
#: ../../include/text.php:992
msgid "rebuff"
msgstr ""
#: ../../include/text.php:824
#: ../../include/text.php:992
msgid "rebuffed"
msgstr ""
#: ../../include/text.php:836
#: ../../include/text.php:1006
msgid "happy"
msgstr ""
#: ../../include/text.php:837
#: ../../include/text.php:1007
msgid "sad"
msgstr ""
#: ../../include/text.php:838
#: ../../include/text.php:1008
msgid "mellow"
msgstr ""
#: ../../include/text.php:839
#: ../../include/text.php:1009
msgid "tired"
msgstr ""
#: ../../include/text.php:840
#: ../../include/text.php:1010
msgid "perky"
msgstr ""
#: ../../include/text.php:841
#: ../../include/text.php:1011
msgid "angry"
msgstr ""
#: ../../include/text.php:842
#: ../../include/text.php:1012
msgid "stupified"
msgstr ""
#: ../../include/text.php:843
#: ../../include/text.php:1013
msgid "puzzled"
msgstr ""
#: ../../include/text.php:844
#: ../../include/text.php:1014
msgid "interested"
msgstr ""
#: ../../include/text.php:845
#: ../../include/text.php:1015
msgid "bitter"
msgstr ""
#: ../../include/text.php:846
#: ../../include/text.php:1016
msgid "cheerful"
msgstr ""
#: ../../include/text.php:847
#: ../../include/text.php:1017
msgid "alive"
msgstr ""
#: ../../include/text.php:848
#: ../../include/text.php:1018
msgid "annoyed"
msgstr ""
#: ../../include/text.php:849
#: ../../include/text.php:1019
msgid "anxious"
msgstr ""
#: ../../include/text.php:850
#: ../../include/text.php:1020
msgid "cranky"
msgstr ""
#: ../../include/text.php:851
#: ../../include/text.php:1021
msgid "disturbed"
msgstr ""
#: ../../include/text.php:852
#: ../../include/text.php:1022
msgid "frustrated"
msgstr ""
#: ../../include/text.php:853
#: ../../include/text.php:1023
msgid "motivated"
msgstr ""
#: ../../include/text.php:854
#: ../../include/text.php:1024
msgid "relaxed"
msgstr ""
#: ../../include/text.php:855
#: ../../include/text.php:1025
msgid "surprised"
msgstr ""
#: ../../include/text.php:1015
#: ../../include/text.php:1191
msgid "Monday"
msgstr ""
#: ../../include/text.php:1015
#: ../../include/text.php:1191
msgid "Tuesday"
msgstr ""
#: ../../include/text.php:1015
#: ../../include/text.php:1191
msgid "Wednesday"
msgstr ""
#: ../../include/text.php:1015
#: ../../include/text.php:1191
msgid "Thursday"
msgstr ""
#: ../../include/text.php:1015
#: ../../include/text.php:1191
msgid "Friday"
msgstr ""
#: ../../include/text.php:1015
#: ../../include/text.php:1191
msgid "Saturday"
msgstr ""
#: ../../include/text.php:1015
#: ../../include/text.php:1191
msgid "Sunday"
msgstr ""
#: ../../include/text.php:1019
#: ../../include/text.php:1195
msgid "January"
msgstr ""
#: ../../include/text.php:1019
#: ../../include/text.php:1195
msgid "February"
msgstr ""
#: ../../include/text.php:1019
#: ../../include/text.php:1195
msgid "March"
msgstr ""
#: ../../include/text.php:1019
#: ../../include/text.php:1195
msgid "April"
msgstr ""
#: ../../include/text.php:1019
#: ../../include/text.php:1195
msgid "May"
msgstr ""
#: ../../include/text.php:1019
#: ../../include/text.php:1195
msgid "June"
msgstr ""
#: ../../include/text.php:1019
#: ../../include/text.php:1195
msgid "July"
msgstr ""
#: ../../include/text.php:1019
#: ../../include/text.php:1195
msgid "August"
msgstr ""
#: ../../include/text.php:1019
#: ../../include/text.php:1195
msgid "September"
msgstr ""
#: ../../include/text.php:1019
#: ../../include/text.php:1195
msgid "October"
msgstr ""
#: ../../include/text.php:1019
#: ../../include/text.php:1195
msgid "November"
msgstr ""
#: ../../include/text.php:1019
#: ../../include/text.php:1195
msgid "December"
msgstr ""
#: ../../include/text.php:1153
#: ../../include/text.php:1352
msgid "bytes"
msgstr ""
#: ../../include/text.php:1180 ../../include/text.php:1192
#: ../../include/text.php:1379 ../../include/text.php:1391
msgid "Click to open/close"
msgstr ""
#: ../../include/text.php:1333 ../../mod/events.php:335
#: ../../include/text.php:1553 ../../mod/events.php:335
msgid "link to source"
msgstr ""
#: ../../include/text.php:1365 ../../include/user.php:237
#: ../../include/text.php:1596 ../../include/user.php:237
msgid "default"
msgstr ""
#: ../../include/text.php:1377
#: ../../include/text.php:1608
msgid "Select an alternate language"
msgstr ""
#: ../../include/text.php:1583 ../../include/conversation.php:118
#: ../../include/text.php:1860 ../../include/conversation.php:118
#: ../../include/conversation.php:246 ../../view/theme/diabook/theme.php:456
msgid "event"
msgstr ""
#: ../../include/text.php:1585 ../../include/diaspora.php:1874
#: ../../include/text.php:1862 ../../include/diaspora.php:1874
#: ../../include/conversation.php:126 ../../include/conversation.php:254
#: ../../mod/subthread.php:87 ../../mod/tagger.php:62 ../../mod/like.php:151
#: ../../view/theme/diabook/theme.php:464
msgid "photo"
msgstr ""
#: ../../include/text.php:1587
#: ../../include/text.php:1864
msgid "activity"
msgstr ""
#: ../../include/text.php:1589 ../../mod/content.php:628
#: ../../include/text.php:1866 ../../mod/content.php:628
#: ../../object/Item.php:364 ../../object/Item.php:377
msgid "comment"
msgid_plural "comments"
msgstr[0] ""
msgstr[1] ""
#: ../../include/text.php:1590
#: ../../include/text.php:1867
msgid "post"
msgstr ""
#: ../../include/text.php:1745
#: ../../include/text.php:2022
msgid "Item filed"
msgstr ""
@ -791,7 +791,7 @@ msgid "Finishes:"
msgstr ""
#: ../../include/bb2diaspora.php:415 ../../include/event.php:40
#: ../../mod/directory.php:134 ../../mod/events.php:471 ../../boot.php:1406
#: ../../mod/directory.php:134 ../../mod/events.php:471 ../../boot.php:1415
msgid "Location:"
msgstr ""
@ -956,19 +956,19 @@ msgstr ""
msgid "Reputable, has my trust"
msgstr ""
#: ../../include/contact_selectors.php:56
#: ../../include/contact_selectors.php:56 ../../mod/admin.php:452
msgid "Frequently"
msgstr ""
#: ../../include/contact_selectors.php:57
#: ../../include/contact_selectors.php:57 ../../mod/admin.php:453
msgid "Hourly"
msgstr ""
#: ../../include/contact_selectors.php:58
#: ../../include/contact_selectors.php:58 ../../mod/admin.php:454
msgid "Twice daily"
msgstr ""
#: ../../include/contact_selectors.php:59
#: ../../include/contact_selectors.php:59 ../../mod/admin.php:455
msgid "Daily"
msgstr ""
@ -993,8 +993,8 @@ msgid "RSS/Atom"
msgstr ""
#: ../../include/contact_selectors.php:79
#: ../../include/contact_selectors.php:86 ../../mod/admin.php:754
#: ../../mod/admin.php:765
#: ../../include/contact_selectors.php:86 ../../mod/admin.php:766
#: ../../mod/admin.php:777
msgid "Email"
msgstr ""
@ -1041,7 +1041,7 @@ msgid "Example: bob@example.com, http://example.com/barbara"
msgstr ""
#: ../../include/contact_widgets.php:9 ../../mod/suggest.php:88
#: ../../mod/match.php:58 ../../boot.php:1338
#: ../../mod/match.php:58 ../../boot.php:1347
msgid "Connect"
msgstr ""
@ -1118,7 +1118,7 @@ msgstr[0] ""
msgstr[1] ""
#: ../../include/contact_widgets.php:204 ../../mod/content.php:629
#: ../../object/Item.php:365 ../../boot.php:652
#: ../../object/Item.php:365 ../../boot.php:653
msgid "show more"
msgstr ""
@ -1145,6 +1145,95 @@ msgstr ""
msgid "Encrypted content"
msgstr ""
#: ../../include/items.php:1791 ../../include/datetime.php:472
#, php-format
msgid "%s's birthday"
msgstr ""
#: ../../include/items.php:1792 ../../include/datetime.php:473
#, php-format
msgid "Happy Birthday %s"
msgstr ""
#: ../../include/items.php:3466 ../../mod/dfrn_request.php:716
msgid "[Name Withheld]"
msgstr ""
#: ../../include/items.php:3473
msgid "A new person is sharing with you at "
msgstr ""
#: ../../include/items.php:3473
msgid "You have a new follower at "
msgstr ""
#: ../../include/items.php:3957 ../../mod/admin.php:158
#: ../../mod/admin.php:809 ../../mod/admin.php:1009 ../../mod/viewsrc.php:15
#: ../../mod/notice.php:15 ../../mod/display.php:51 ../../mod/display.php:213
msgid "Item not found."
msgstr ""
#: ../../include/items.php:3996
msgid "Do you really want to delete this item?"
msgstr ""
#: ../../include/items.php:3998 ../../mod/profiles.php:606
#: ../../mod/api.php:105 ../../mod/register.php:239 ../../mod/contacts.php:246
#: ../../mod/settings.php:934 ../../mod/settings.php:940
#: ../../mod/settings.php:948 ../../mod/settings.php:952
#: ../../mod/settings.php:957 ../../mod/settings.php:963
#: ../../mod/settings.php:969 ../../mod/settings.php:975
#: ../../mod/settings.php:1005 ../../mod/settings.php:1006
#: ../../mod/settings.php:1007 ../../mod/settings.php:1008
#: ../../mod/settings.php:1009 ../../mod/dfrn_request.php:836
#: ../../mod/suggest.php:29 ../../mod/message.php:209
msgid "Yes"
msgstr ""
#: ../../include/items.php:4001 ../../include/conversation.php:1080
#: ../../mod/contacts.php:249 ../../mod/settings.php:561
#: ../../mod/settings.php:587 ../../mod/dfrn_request.php:848
#: ../../mod/suggest.php:32 ../../mod/tagrm.php:11 ../../mod/tagrm.php:94
#: ../../mod/editpost.php:148 ../../mod/fbrowser.php:81
#: ../../mod/fbrowser.php:116 ../../mod/message.php:212
#: ../../mod/photos.php:202 ../../mod/photos.php:290
msgid "Cancel"
msgstr ""
#: ../../include/items.php:4121 ../../mod/profiles.php:146
#: ../../mod/profiles.php:567 ../../mod/notes.php:20 ../../mod/nogroup.php:25
#: ../../mod/item.php:140 ../../mod/item.php:156 ../../mod/allfriends.php:9
#: ../../mod/api.php:26 ../../mod/api.php:31 ../../mod/register.php:40
#: ../../mod/regmod.php:118 ../../mod/attach.php:33 ../../mod/contacts.php:147
#: ../../mod/settings.php:91 ../../mod/settings.php:542
#: ../../mod/settings.php:547 ../../mod/crepair.php:115
#: ../../mod/delegate.php:6 ../../mod/poke.php:135
#: ../../mod/dfrn_confirm.php:53 ../../mod/suggest.php:56
#: ../../mod/editpost.php:10 ../../mod/events.php:140 ../../mod/uimport.php:23
#: ../../mod/follow.php:9 ../../mod/fsuggest.php:78 ../../mod/group.php:19
#: ../../mod/viewcontacts.php:22 ../../mod/wall_attach.php:55
#: ../../mod/wall_upload.php:66 ../../mod/invite.php:15
#: ../../mod/invite.php:101 ../../mod/wallmessage.php:9
#: ../../mod/wallmessage.php:33 ../../mod/wallmessage.php:79
#: ../../mod/wallmessage.php:103 ../../mod/manage.php:96
#: ../../mod/message.php:38 ../../mod/message.php:174 ../../mod/mood.php:114
#: ../../mod/network.php:6 ../../mod/notifications.php:66
#: ../../mod/photos.php:133 ../../mod/photos.php:1044
#: ../../mod/display.php:209 ../../mod/install.php:151
#: ../../mod/profile_photo.php:19 ../../mod/profile_photo.php:169
#: ../../mod/profile_photo.php:180 ../../mod/profile_photo.php:193
#: ../../index.php:346
msgid "Permission denied."
msgstr ""
#: ../../include/items.php:4191
msgid "Archives"
msgstr ""
#: ../../include/network.php:875
msgid "view full size"
msgstr ""
#: ../../include/datetime.php:43 ../../include/datetime.php:45
msgid "Miscellaneous"
msgstr ""
@ -1218,16 +1307,6 @@ msgstr ""
msgid "%1$d %2$s ago"
msgstr ""
#: ../../include/datetime.php:472 ../../include/items.php:1771
#, php-format
msgid "%s's birthday"
msgstr ""
#: ../../include/datetime.php:473 ../../include/items.php:1772
#, php-format
msgid "Happy Birthday %s"
msgstr ""
#: ../../include/plugin.php:439 ../../include/plugin.php:441
msgid "Click here to upgrade."
msgstr ""
@ -1509,10 +1588,10 @@ msgstr ""
msgid "Select"
msgstr ""
#: ../../include/conversation.php:588 ../../mod/settings.php:623
#: ../../mod/admin.php:758 ../../mod/group.php:171 ../../mod/photos.php:1637
#: ../../mod/content.php:462 ../../mod/content.php:764
#: ../../object/Item.php:127
#: ../../include/conversation.php:588 ../../mod/admin.php:770
#: ../../mod/settings.php:623 ../../mod/group.php:171
#: ../../mod/photos.php:1637 ../../mod/content.php:462
#: ../../mod/content.php:764 ../../object/Item.php:127
msgid "Delete"
msgstr ""
@ -1739,16 +1818,6 @@ msgstr ""
msgid "Preview"
msgstr ""
#: ../../include/conversation.php:1080 ../../include/items.php:3981
#: ../../mod/contacts.php:249 ../../mod/settings.php:561
#: ../../mod/settings.php:587 ../../mod/dfrn_request.php:848
#: ../../mod/suggest.php:32 ../../mod/tagrm.php:11 ../../mod/tagrm.php:94
#: ../../mod/editpost.php:148 ../../mod/fbrowser.php:81
#: ../../mod/fbrowser.php:116 ../../mod/message.php:212
#: ../../mod/photos.php:202 ../../mod/photos.php:290
msgid "Cancel"
msgstr ""
#: ../../include/conversation.php:1086
msgid "Post to Groups"
msgstr ""
@ -1964,7 +2033,7 @@ msgstr ""
msgid "Clear notifications"
msgstr ""
#: ../../include/nav.php:73 ../../boot.php:1057
#: ../../include/nav.php:73 ../../boot.php:1066
msgid "Logout"
msgstr ""
@ -1972,7 +2041,7 @@ msgstr ""
msgid "End this session"
msgstr ""
#: ../../include/nav.php:76 ../../boot.php:1861
#: ../../include/nav.php:76 ../../boot.php:1870
msgid "Status"
msgstr ""
@ -1986,7 +2055,7 @@ msgid "Your profile page"
msgstr ""
#: ../../include/nav.php:78 ../../mod/fbrowser.php:25
#: ../../view/theme/diabook/theme.php:90 ../../boot.php:1875
#: ../../view/theme/diabook/theme.php:90 ../../boot.php:1884
msgid "Photos"
msgstr ""
@ -1995,7 +2064,7 @@ msgid "Your photos"
msgstr ""
#: ../../include/nav.php:79 ../../mod/events.php:370
#: ../../view/theme/diabook/theme.php:91 ../../boot.php:1885
#: ../../view/theme/diabook/theme.php:91 ../../boot.php:1894
msgid "Events"
msgstr ""
@ -2011,7 +2080,7 @@ msgstr ""
msgid "Your personal photos"
msgstr ""
#: ../../include/nav.php:91 ../../boot.php:1058
#: ../../include/nav.php:91 ../../boot.php:1067
msgid "Login"
msgstr ""
@ -2028,7 +2097,7 @@ msgstr ""
msgid "Home Page"
msgstr ""
#: ../../include/nav.php:108 ../../mod/register.php:275 ../../boot.php:1033
#: ../../include/nav.php:108 ../../mod/register.php:275 ../../boot.php:1042
msgid "Register"
msgstr ""
@ -2146,8 +2215,8 @@ msgstr ""
msgid "Delegate Page Management"
msgstr ""
#: ../../include/nav.php:167 ../../mod/settings.php:74 ../../mod/admin.php:849
#: ../../mod/admin.php:1057 ../../mod/uexport.php:48
#: ../../include/nav.php:167 ../../mod/admin.php:861 ../../mod/admin.php:1069
#: ../../mod/settings.php:74 ../../mod/uexport.php:48
#: ../../mod/newmember.php:22 ../../view/theme/diabook/theme.php:537
#: ../../view/theme/diabook/theme.php:658
msgid "Settings"
@ -2157,7 +2226,7 @@ msgstr ""
msgid "Account settings"
msgstr ""
#: ../../include/nav.php:169 ../../boot.php:1360
#: ../../include/nav.php:169 ../../boot.php:1369
msgid "Profiles"
msgstr ""
@ -2190,10 +2259,6 @@ msgstr ""
msgid "Site map"
msgstr ""
#: ../../include/network.php:876
msgid "view full size"
msgstr ""
#: ../../include/oembed.php:138
msgid "Embedded content"
msgstr ""
@ -2202,71 +2267,6 @@ msgstr ""
msgid "Embedding disabled"
msgstr ""
#: ../../include/items.php:3446 ../../mod/dfrn_request.php:716
msgid "[Name Withheld]"
msgstr ""
#: ../../include/items.php:3453
msgid "A new person is sharing with you at "
msgstr ""
#: ../../include/items.php:3453
msgid "You have a new follower at "
msgstr ""
#: ../../include/items.php:3937 ../../mod/admin.php:158
#: ../../mod/admin.php:797 ../../mod/admin.php:997 ../../mod/viewsrc.php:15
#: ../../mod/notice.php:15 ../../mod/display.php:51 ../../mod/display.php:213
msgid "Item not found."
msgstr ""
#: ../../include/items.php:3976
msgid "Do you really want to delete this item?"
msgstr ""
#: ../../include/items.php:3978 ../../mod/profiles.php:606
#: ../../mod/api.php:105 ../../mod/register.php:239 ../../mod/contacts.php:246
#: ../../mod/settings.php:934 ../../mod/settings.php:940
#: ../../mod/settings.php:948 ../../mod/settings.php:952
#: ../../mod/settings.php:957 ../../mod/settings.php:963
#: ../../mod/settings.php:969 ../../mod/settings.php:975
#: ../../mod/settings.php:1005 ../../mod/settings.php:1006
#: ../../mod/settings.php:1007 ../../mod/settings.php:1008
#: ../../mod/settings.php:1009 ../../mod/dfrn_request.php:836
#: ../../mod/suggest.php:29 ../../mod/message.php:209
msgid "Yes"
msgstr ""
#: ../../include/items.php:4101 ../../mod/profiles.php:146
#: ../../mod/profiles.php:567 ../../mod/notes.php:20 ../../mod/nogroup.php:25
#: ../../mod/item.php:140 ../../mod/item.php:156 ../../mod/allfriends.php:9
#: ../../mod/api.php:26 ../../mod/api.php:31 ../../mod/register.php:40
#: ../../mod/regmod.php:118 ../../mod/attach.php:33 ../../mod/contacts.php:147
#: ../../mod/settings.php:91 ../../mod/settings.php:542
#: ../../mod/settings.php:547 ../../mod/crepair.php:115
#: ../../mod/delegate.php:6 ../../mod/poke.php:135
#: ../../mod/dfrn_confirm.php:53 ../../mod/suggest.php:56
#: ../../mod/editpost.php:10 ../../mod/events.php:140 ../../mod/uimport.php:23
#: ../../mod/follow.php:9 ../../mod/fsuggest.php:78 ../../mod/group.php:19
#: ../../mod/viewcontacts.php:22 ../../mod/wall_attach.php:55
#: ../../mod/wall_upload.php:66 ../../mod/invite.php:15
#: ../../mod/invite.php:101 ../../mod/wallmessage.php:9
#: ../../mod/wallmessage.php:33 ../../mod/wallmessage.php:79
#: ../../mod/wallmessage.php:103 ../../mod/manage.php:96
#: ../../mod/message.php:38 ../../mod/message.php:174 ../../mod/mood.php:114
#: ../../mod/network.php:6 ../../mod/notifications.php:66
#: ../../mod/photos.php:133 ../../mod/photos.php:1044
#: ../../mod/display.php:209 ../../mod/install.php:151
#: ../../mod/profile_photo.php:19 ../../mod/profile_photo.php:169
#: ../../mod/profile_photo.php:180 ../../mod/profile_photo.php:193
#: ../../index.php:346
msgid "Permission denied."
msgstr ""
#: ../../include/items.php:4171
msgid "Archives"
msgstr ""
#: ../../include/security.php:22
msgid "Welcome "
msgstr ""
@ -2409,11 +2409,11 @@ msgstr ""
msgid "Edit Profile Details"
msgstr ""
#: ../../mod/profiles.php:626 ../../mod/contacts.php:386
#: ../../mod/settings.php:560 ../../mod/settings.php:670
#: ../../mod/settings.php:739 ../../mod/settings.php:811
#: ../../mod/settings.php:1037 ../../mod/admin.php:480 ../../mod/admin.php:751
#: ../../mod/admin.php:890 ../../mod/admin.php:1090 ../../mod/admin.php:1177
#: ../../mod/profiles.php:626 ../../mod/admin.php:491 ../../mod/admin.php:763
#: ../../mod/admin.php:902 ../../mod/admin.php:1102 ../../mod/admin.php:1189
#: ../../mod/contacts.php:386 ../../mod/settings.php:560
#: ../../mod/settings.php:670 ../../mod/settings.php:739
#: ../../mod/settings.php:811 ../../mod/settings.php:1037
#: ../../mod/crepair.php:166 ../../mod/poke.php:199 ../../mod/events.php:478
#: ../../mod/fsuggest.php:107 ../../mod/group.php:87 ../../mod/invite.php:140
#: ../../mod/localtime.php:45 ../../mod/manage.php:110
@ -2589,23 +2589,23 @@ msgstr ""
msgid "Edit/Manage Profiles"
msgstr ""
#: ../../mod/profiles.php:722 ../../boot.php:1366 ../../boot.php:1392
#: ../../mod/profiles.php:722 ../../boot.php:1375 ../../boot.php:1401
msgid "Change profile photo"
msgstr ""
#: ../../mod/profiles.php:723 ../../boot.php:1367
#: ../../mod/profiles.php:723 ../../boot.php:1376
msgid "Create New Profile"
msgstr ""
#: ../../mod/profiles.php:734 ../../boot.php:1377
#: ../../mod/profiles.php:734 ../../boot.php:1386
msgid "Profile Image"
msgstr ""
#: ../../mod/profiles.php:736 ../../boot.php:1380
#: ../../mod/profiles.php:736 ../../boot.php:1389
msgid "visible to everybody"
msgstr ""
#: ../../mod/profiles.php:737 ../../boot.php:1381
#: ../../mod/profiles.php:737 ../../boot.php:1390
msgid "Edit visibility"
msgstr ""
@ -2633,7 +2633,7 @@ msgstr ""
msgid "All Contacts (with secure profile access)"
msgstr ""
#: ../../mod/notes.php:44 ../../boot.php:1892
#: ../../mod/notes.php:44 ../../boot.php:1901
msgid "Personal Notes"
msgstr ""
@ -2696,6 +2696,803 @@ msgstr ""
msgid "{0} mentioned you in a post"
msgstr ""
#: ../../mod/admin.php:55
msgid "Theme settings updated."
msgstr ""
#: ../../mod/admin.php:96 ../../mod/admin.php:490
msgid "Site"
msgstr ""
#: ../../mod/admin.php:97 ../../mod/admin.php:762 ../../mod/admin.php:776
msgid "Users"
msgstr ""
#: ../../mod/admin.php:98 ../../mod/admin.php:859 ../../mod/admin.php:901
msgid "Plugins"
msgstr ""
#: ../../mod/admin.php:99 ../../mod/admin.php:1067 ../../mod/admin.php:1101
msgid "Themes"
msgstr ""
#: ../../mod/admin.php:100
msgid "DB updates"
msgstr ""
#: ../../mod/admin.php:115 ../../mod/admin.php:122 ../../mod/admin.php:1188
msgid "Logs"
msgstr ""
#: ../../mod/admin.php:121
msgid "Plugin Features"
msgstr ""
#: ../../mod/admin.php:123
msgid "User registrations waiting for confirmation"
msgstr ""
#: ../../mod/admin.php:182 ../../mod/admin.php:733
msgid "Normal Account"
msgstr ""
#: ../../mod/admin.php:183 ../../mod/admin.php:734
msgid "Soapbox Account"
msgstr ""
#: ../../mod/admin.php:184 ../../mod/admin.php:735
msgid "Community/Celebrity Account"
msgstr ""
#: ../../mod/admin.php:185 ../../mod/admin.php:736
msgid "Automatic Friend Account"
msgstr ""
#: ../../mod/admin.php:186
msgid "Blog Account"
msgstr ""
#: ../../mod/admin.php:187
msgid "Private Forum"
msgstr ""
#: ../../mod/admin.php:206
msgid "Message queues"
msgstr ""
#: ../../mod/admin.php:211 ../../mod/admin.php:489 ../../mod/admin.php:761
#: ../../mod/admin.php:858 ../../mod/admin.php:900 ../../mod/admin.php:1066
#: ../../mod/admin.php:1100 ../../mod/admin.php:1187
msgid "Administration"
msgstr ""
#: ../../mod/admin.php:212
msgid "Summary"
msgstr ""
#: ../../mod/admin.php:214
msgid "Registered users"
msgstr ""
#: ../../mod/admin.php:216
msgid "Pending registrations"
msgstr ""
#: ../../mod/admin.php:217
msgid "Version"
msgstr ""
#: ../../mod/admin.php:219
msgid "Active plugins"
msgstr ""
#: ../../mod/admin.php:405
msgid "Site settings updated."
msgstr ""
#: ../../mod/admin.php:434 ../../mod/settings.php:769
msgid "No special theme for mobile devices"
msgstr ""
#: ../../mod/admin.php:451 ../../mod/contacts.php:330
msgid "Never"
msgstr ""
#: ../../mod/admin.php:460
msgid "Multi user instance"
msgstr ""
#: ../../mod/admin.php:476
msgid "Closed"
msgstr ""
#: ../../mod/admin.php:477
msgid "Requires approval"
msgstr ""
#: ../../mod/admin.php:478
msgid "Open"
msgstr ""
#: ../../mod/admin.php:482
msgid "No SSL policy, links will track page SSL state"
msgstr ""
#: ../../mod/admin.php:483
msgid "Force all links to use SSL"
msgstr ""
#: ../../mod/admin.php:484
msgid "Self-signed certificate, use SSL for local links only (discouraged)"
msgstr ""
#: ../../mod/admin.php:492 ../../mod/register.php:261
msgid "Registration"
msgstr ""
#: ../../mod/admin.php:493
msgid "File upload"
msgstr ""
#: ../../mod/admin.php:494
msgid "Policies"
msgstr ""
#: ../../mod/admin.php:495
msgid "Advanced"
msgstr ""
#: ../../mod/admin.php:496
msgid "Performance"
msgstr ""
#: ../../mod/admin.php:500
msgid "Site name"
msgstr ""
#: ../../mod/admin.php:501
msgid "Banner/Logo"
msgstr ""
#: ../../mod/admin.php:502
msgid "System language"
msgstr ""
#: ../../mod/admin.php:503
msgid "System theme"
msgstr ""
#: ../../mod/admin.php:503
msgid ""
"Default system theme - may be over-ridden by user profiles - <a href='#' "
"id='cnftheme'>change theme settings</a>"
msgstr ""
#: ../../mod/admin.php:504
msgid "Mobile system theme"
msgstr ""
#: ../../mod/admin.php:504
msgid "Theme for mobile devices"
msgstr ""
#: ../../mod/admin.php:505
msgid "SSL link policy"
msgstr ""
#: ../../mod/admin.php:505
msgid "Determines whether generated links should be forced to use SSL"
msgstr ""
#: ../../mod/admin.php:506
msgid "'Share' element"
msgstr ""
#: ../../mod/admin.php:506
msgid "Activates the bbcode element 'share' for repeating items."
msgstr ""
#: ../../mod/admin.php:507
msgid "Hide help entry from navigation menu"
msgstr ""
#: ../../mod/admin.php:507
msgid ""
"Hides the menu entry for the Help pages from the navigation menu. You can "
"still access it calling /help directly."
msgstr ""
#: ../../mod/admin.php:508
msgid "Single user instance"
msgstr ""
#: ../../mod/admin.php:508
msgid "Make this instance multi-user or single-user for the named user"
msgstr ""
#: ../../mod/admin.php:509
msgid "Maximum image size"
msgstr ""
#: ../../mod/admin.php:509
msgid ""
"Maximum size in bytes of uploaded images. Default is 0, which means no "
"limits."
msgstr ""
#: ../../mod/admin.php:510
msgid "Maximum image length"
msgstr ""
#: ../../mod/admin.php:510
msgid ""
"Maximum length in pixels of the longest side of uploaded images. Default is "
"-1, which means no limits."
msgstr ""
#: ../../mod/admin.php:511
msgid "JPEG image quality"
msgstr ""
#: ../../mod/admin.php:511
msgid ""
"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is "
"100, which is full quality."
msgstr ""
#: ../../mod/admin.php:513
msgid "Register policy"
msgstr ""
#: ../../mod/admin.php:514
msgid "Maximum Daily Registrations"
msgstr ""
#: ../../mod/admin.php:514
msgid ""
"If registration is permitted above, this sets the maximum number of new user "
"registrations to accept per day. If register is set to closed, this setting "
"has no effect."
msgstr ""
#: ../../mod/admin.php:515
msgid "Register text"
msgstr ""
#: ../../mod/admin.php:515
msgid "Will be displayed prominently on the registration page."
msgstr ""
#: ../../mod/admin.php:516
msgid "Accounts abandoned after x days"
msgstr ""
#: ../../mod/admin.php:516
msgid ""
"Will not waste system resources polling external sites for abandonded "
"accounts. Enter 0 for no time limit."
msgstr ""
#: ../../mod/admin.php:517
msgid "Allowed friend domains"
msgstr ""
#: ../../mod/admin.php:517
msgid ""
"Comma separated list of domains which are allowed to establish friendships "
"with this site. Wildcards are accepted. Empty to allow any domains"
msgstr ""
#: ../../mod/admin.php:518
msgid "Allowed email domains"
msgstr ""
#: ../../mod/admin.php:518
msgid ""
"Comma separated list of domains which are allowed in email addresses for "
"registrations to this site. Wildcards are accepted. Empty to allow any "
"domains"
msgstr ""
#: ../../mod/admin.php:519
msgid "Block public"
msgstr ""
#: ../../mod/admin.php:519
msgid ""
"Check to block public access to all otherwise public personal pages on this "
"site unless you are currently logged in."
msgstr ""
#: ../../mod/admin.php:520
msgid "Force publish"
msgstr ""
#: ../../mod/admin.php:520
msgid ""
"Check to force all profiles on this site to be listed in the site directory."
msgstr ""
#: ../../mod/admin.php:521
msgid "Global directory update URL"
msgstr ""
#: ../../mod/admin.php:521
msgid ""
"URL to update the global directory. If this is not set, the global directory "
"is completely unavailable to the application."
msgstr ""
#: ../../mod/admin.php:522
msgid "Allow threaded items"
msgstr ""
#: ../../mod/admin.php:522
msgid "Allow infinite level threading for items on this site."
msgstr ""
#: ../../mod/admin.php:523
msgid "Private posts by default for new users"
msgstr ""
#: ../../mod/admin.php:523
msgid ""
"Set default post permissions for all new members to the default privacy "
"group rather than public."
msgstr ""
#: ../../mod/admin.php:524
msgid "Don't include post content in email notifications"
msgstr ""
#: ../../mod/admin.php:524
msgid ""
"Don't include the content of a post/comment/private message/etc. in the "
"email notifications that are sent out from this site, as a privacy measure."
msgstr ""
#: ../../mod/admin.php:525
msgid "Disallow public access to addons listed in the apps menu."
msgstr ""
#: ../../mod/admin.php:525
msgid ""
"Checking this box will restrict addons listed in the apps menu to members "
"only."
msgstr ""
#: ../../mod/admin.php:526
msgid "Don't embed private images in posts"
msgstr ""
#: ../../mod/admin.php:526
msgid ""
"Don't replace locally-hosted private photos in posts with an embedded copy "
"of the image. This means that contacts who receive posts containing private "
"photos will have to authenticate and load each image, which may take a while."
msgstr ""
#: ../../mod/admin.php:528
msgid "Block multiple registrations"
msgstr ""
#: ../../mod/admin.php:528
msgid "Disallow users to register additional accounts for use as pages."
msgstr ""
#: ../../mod/admin.php:529
msgid "OpenID support"
msgstr ""
#: ../../mod/admin.php:529
msgid "OpenID support for registration and logins."
msgstr ""
#: ../../mod/admin.php:530
msgid "Fullname check"
msgstr ""
#: ../../mod/admin.php:530
msgid ""
"Force users to register with a space between firstname and lastname in Full "
"name, as an antispam measure"
msgstr ""
#: ../../mod/admin.php:531
msgid "UTF-8 Regular expressions"
msgstr ""
#: ../../mod/admin.php:531
msgid "Use PHP UTF8 regular expressions"
msgstr ""
#: ../../mod/admin.php:532
msgid "Show Community Page"
msgstr ""
#: ../../mod/admin.php:532
msgid ""
"Display a Community page showing all recent public postings on this site."
msgstr ""
#: ../../mod/admin.php:533
msgid "Enable OStatus support"
msgstr ""
#: ../../mod/admin.php:533
msgid ""
"Provide built-in OStatus (identi.ca, status.net, etc.) compatibility. All "
"communications in OStatus are public, so privacy warnings will be "
"occasionally displayed."
msgstr ""
#: ../../mod/admin.php:534
msgid "OStatus conversation completion interval"
msgstr ""
#: ../../mod/admin.php:534
msgid ""
"How often shall the poller check for new entries in OStatus conversations? "
"This can be a very ressource task."
msgstr ""
#: ../../mod/admin.php:535
msgid "Enable Diaspora support"
msgstr ""
#: ../../mod/admin.php:535
msgid "Provide built-in Diaspora network compatibility."
msgstr ""
#: ../../mod/admin.php:536
msgid "Only allow Friendica contacts"
msgstr ""
#: ../../mod/admin.php:536
msgid ""
"All contacts must use Friendica protocols. All other built-in communication "
"protocols disabled."
msgstr ""
#: ../../mod/admin.php:537
msgid "Verify SSL"
msgstr ""
#: ../../mod/admin.php:537
msgid ""
"If you wish, you can turn on strict certificate checking. This will mean you "
"cannot connect (at all) to self-signed SSL sites."
msgstr ""
#: ../../mod/admin.php:538
msgid "Proxy user"
msgstr ""
#: ../../mod/admin.php:539
msgid "Proxy URL"
msgstr ""
#: ../../mod/admin.php:540
msgid "Network timeout"
msgstr ""
#: ../../mod/admin.php:540
msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
msgstr ""
#: ../../mod/admin.php:541
msgid "Delivery interval"
msgstr ""
#: ../../mod/admin.php:541
msgid ""
"Delay background delivery processes by this many seconds to reduce system "
"load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 "
"for large dedicated servers."
msgstr ""
#: ../../mod/admin.php:542
msgid "Poll interval"
msgstr ""
#: ../../mod/admin.php:542
msgid ""
"Delay background polling processes by this many seconds to reduce system "
"load. If 0, use delivery interval."
msgstr ""
#: ../../mod/admin.php:543
msgid "Maximum Load Average"
msgstr ""
#: ../../mod/admin.php:543
msgid ""
"Maximum system load before delivery and poll processes are deferred - "
"default 50."
msgstr ""
#: ../../mod/admin.php:545
msgid "Use MySQL full text engine"
msgstr ""
#: ../../mod/admin.php:545
msgid ""
"Activates the full text engine. Speeds up search - but can only search for "
"four and more characters."
msgstr ""
#: ../../mod/admin.php:546
msgid "Path to item cache"
msgstr ""
#: ../../mod/admin.php:547
msgid "Cache duration in seconds"
msgstr ""
#: ../../mod/admin.php:547
msgid ""
"How long should the cache files be hold? Default value is 86400 seconds (One "
"day)."
msgstr ""
#: ../../mod/admin.php:548
msgid "Path for lock file"
msgstr ""
#: ../../mod/admin.php:549
msgid "Temp path"
msgstr ""
#: ../../mod/admin.php:550
msgid "Base path to installation"
msgstr ""
#: ../../mod/admin.php:567
msgid "Update has been marked successful"
msgstr ""
#: ../../mod/admin.php:577
#, php-format
msgid "Executing %s failed. Check system logs."
msgstr ""
#: ../../mod/admin.php:580
#, php-format
msgid "Update %s was successfully applied."
msgstr ""
#: ../../mod/admin.php:584
#, php-format
msgid "Update %s did not return a status. Unknown if it succeeded."
msgstr ""
#: ../../mod/admin.php:587
#, php-format
msgid "Update function %s could not be found."
msgstr ""
#: ../../mod/admin.php:602
msgid "No failed updates."
msgstr ""
#: ../../mod/admin.php:606
msgid "Failed Updates"
msgstr ""
#: ../../mod/admin.php:607
msgid ""
"This does not include updates prior to 1139, which did not return a status."
msgstr ""
#: ../../mod/admin.php:608
msgid "Mark success (if update was manually applied)"
msgstr ""
#: ../../mod/admin.php:609
msgid "Attempt to execute this update step automatically"
msgstr ""
#: ../../mod/admin.php:634
#, php-format
msgid "%s user blocked/unblocked"
msgid_plural "%s users blocked/unblocked"
msgstr[0] ""
msgstr[1] ""
#: ../../mod/admin.php:641
#, php-format
msgid "%s user deleted"
msgid_plural "%s users deleted"
msgstr[0] ""
msgstr[1] ""
#: ../../mod/admin.php:680
#, php-format
msgid "User '%s' deleted"
msgstr ""
#: ../../mod/admin.php:688
#, php-format
msgid "User '%s' unblocked"
msgstr ""
#: ../../mod/admin.php:688
#, php-format
msgid "User '%s' blocked"
msgstr ""
#: ../../mod/admin.php:764
msgid "select all"
msgstr ""
#: ../../mod/admin.php:765
msgid "User registrations waiting for confirm"
msgstr ""
#: ../../mod/admin.php:766
msgid "Request date"
msgstr ""
#: ../../mod/admin.php:766 ../../mod/admin.php:777 ../../mod/settings.php:562
#: ../../mod/settings.php:588 ../../mod/crepair.php:148
msgid "Name"
msgstr ""
#: ../../mod/admin.php:767
msgid "No registrations."
msgstr ""
#: ../../mod/admin.php:768 ../../mod/notifications.php:161
#: ../../mod/notifications.php:208
msgid "Approve"
msgstr ""
#: ../../mod/admin.php:769
msgid "Deny"
msgstr ""
#: ../../mod/admin.php:771 ../../mod/contacts.php:353
#: ../../mod/contacts.php:412
msgid "Block"
msgstr ""
#: ../../mod/admin.php:772 ../../mod/contacts.php:353
#: ../../mod/contacts.php:412
msgid "Unblock"
msgstr ""
#: ../../mod/admin.php:773
msgid "Site admin"
msgstr ""
#: ../../mod/admin.php:774
msgid "Account expired"
msgstr ""
#: ../../mod/admin.php:777
msgid "Register date"
msgstr ""
#: ../../mod/admin.php:777
msgid "Last login"
msgstr ""
#: ../../mod/admin.php:777
msgid "Last item"
msgstr ""
#: ../../mod/admin.php:777
msgid "Account"
msgstr ""
#: ../../mod/admin.php:779
msgid ""
"Selected users will be deleted!\\n\\nEverything these users had posted on "
"this site will be permanently deleted!\\n\\nAre you sure?"
msgstr ""
#: ../../mod/admin.php:780
msgid ""
"The user {0} will be deleted!\\n\\nEverything this user has posted on this "
"site will be permanently deleted!\\n\\nAre you sure?"
msgstr ""
#: ../../mod/admin.php:821
#, php-format
msgid "Plugin %s disabled."
msgstr ""
#: ../../mod/admin.php:825
#, php-format
msgid "Plugin %s enabled."
msgstr ""
#: ../../mod/admin.php:835 ../../mod/admin.php:1038
msgid "Disable"
msgstr ""
#: ../../mod/admin.php:837 ../../mod/admin.php:1040
msgid "Enable"
msgstr ""
#: ../../mod/admin.php:860 ../../mod/admin.php:1068
msgid "Toggle"
msgstr ""
#: ../../mod/admin.php:868 ../../mod/admin.php:1078
msgid "Author: "
msgstr ""
#: ../../mod/admin.php:869 ../../mod/admin.php:1079
msgid "Maintainer: "
msgstr ""
#: ../../mod/admin.php:998
msgid "No themes found."
msgstr ""
#: ../../mod/admin.php:1060
msgid "Screenshot"
msgstr ""
#: ../../mod/admin.php:1106
msgid "[Experimental]"
msgstr ""
#: ../../mod/admin.php:1107
msgid "[Unsupported]"
msgstr ""
#: ../../mod/admin.php:1134
msgid "Log settings updated."
msgstr ""
#: ../../mod/admin.php:1190
msgid "Clear"
msgstr ""
#: ../../mod/admin.php:1196
msgid "Enable Debugging"
msgstr ""
#: ../../mod/admin.php:1197
msgid "Log file"
msgstr ""
#: ../../mod/admin.php:1197
msgid ""
"Must be writable by web server. Relative to your Friendica top-level "
"directory."
msgstr ""
#: ../../mod/admin.php:1198
msgid "Log level"
msgstr ""
#: ../../mod/admin.php:1247 ../../mod/contacts.php:409
msgid "Update now"
msgstr ""
#: ../../mod/admin.php:1248
msgid "Close"
msgstr ""
#: ../../mod/admin.php:1254
msgid "FTP Host"
msgstr ""
#: ../../mod/admin.php:1255
msgid "FTP Path"
msgstr ""
#: ../../mod/admin.php:1256
msgid "FTP User"
msgstr ""
#: ../../mod/admin.php:1257
msgid "FTP Password"
msgstr ""
#: ../../mod/item.php:105
msgid "Unable to locate original post."
msgstr ""
@ -2834,10 +3631,6 @@ msgstr ""
msgid "Your invitation ID: "
msgstr ""
#: ../../mod/register.php:261 ../../mod/admin.php:481
msgid "Registration"
msgstr ""
#: ../../mod/register.php:269
msgid "Your Full Name (e.g. Joe Smith): "
msgstr ""
@ -3027,10 +3820,6 @@ msgstr ""
msgid "Private communications are not available for this contact."
msgstr ""
#: ../../mod/contacts.php:330
msgid "Never"
msgstr ""
#: ../../mod/contacts.php:334
msgid "(Update was successful)"
msgstr ""
@ -3052,16 +3841,6 @@ msgstr ""
msgid "View all contacts"
msgstr ""
#: ../../mod/contacts.php:353 ../../mod/contacts.php:412
#: ../../mod/admin.php:760
msgid "Unblock"
msgstr ""
#: ../../mod/contacts.php:353 ../../mod/contacts.php:412
#: ../../mod/admin.php:759
msgid "Block"
msgstr ""
#: ../../mod/contacts.php:356
msgid "Toggle Blocked status"
msgstr ""
@ -3155,10 +3934,6 @@ msgstr ""
msgid "Update public posts"
msgstr ""
#: ../../mod/contacts.php:409 ../../mod/admin.php:1235
msgid "Update now"
msgstr ""
#: ../../mod/contacts.php:416
msgid "Currently blocked"
msgstr ""
@ -3358,11 +4133,6 @@ msgstr ""
msgid "Add application"
msgstr ""
#: ../../mod/settings.php:562 ../../mod/settings.php:588
#: ../../mod/admin.php:754 ../../mod/admin.php:765 ../../mod/crepair.php:148
msgid "Name"
msgstr ""
#: ../../mod/settings.php:563 ../../mod/settings.php:589
msgid "Consumer Key"
msgstr ""
@ -3511,10 +4281,6 @@ msgstr ""
msgid "Move to folder:"
msgstr ""
#: ../../mod/settings.php:769 ../../mod/admin.php:432
msgid "No special theme for mobile devices"
msgstr ""
#: ../../mod/settings.php:809
msgid "Display Settings"
msgstr ""
@ -3825,762 +4591,6 @@ msgstr ""
msgid "Change the behaviour of this account for special situations"
msgstr ""
#: ../../mod/admin.php:55
msgid "Theme settings updated."
msgstr ""
#: ../../mod/admin.php:96 ../../mod/admin.php:479
msgid "Site"
msgstr ""
#: ../../mod/admin.php:97 ../../mod/admin.php:750 ../../mod/admin.php:764
msgid "Users"
msgstr ""
#: ../../mod/admin.php:98 ../../mod/admin.php:847 ../../mod/admin.php:889
msgid "Plugins"
msgstr ""
#: ../../mod/admin.php:99 ../../mod/admin.php:1055 ../../mod/admin.php:1089
msgid "Themes"
msgstr ""
#: ../../mod/admin.php:100
msgid "DB updates"
msgstr ""
#: ../../mod/admin.php:115 ../../mod/admin.php:122 ../../mod/admin.php:1176
msgid "Logs"
msgstr ""
#: ../../mod/admin.php:121
msgid "Plugin Features"
msgstr ""
#: ../../mod/admin.php:123
msgid "User registrations waiting for confirmation"
msgstr ""
#: ../../mod/admin.php:182 ../../mod/admin.php:721
msgid "Normal Account"
msgstr ""
#: ../../mod/admin.php:183 ../../mod/admin.php:722
msgid "Soapbox Account"
msgstr ""
#: ../../mod/admin.php:184 ../../mod/admin.php:723
msgid "Community/Celebrity Account"
msgstr ""
#: ../../mod/admin.php:185 ../../mod/admin.php:724
msgid "Automatic Friend Account"
msgstr ""
#: ../../mod/admin.php:186
msgid "Blog Account"
msgstr ""
#: ../../mod/admin.php:187
msgid "Private Forum"
msgstr ""
#: ../../mod/admin.php:206
msgid "Message queues"
msgstr ""
#: ../../mod/admin.php:211 ../../mod/admin.php:478 ../../mod/admin.php:749
#: ../../mod/admin.php:846 ../../mod/admin.php:888 ../../mod/admin.php:1054
#: ../../mod/admin.php:1088 ../../mod/admin.php:1175
msgid "Administration"
msgstr ""
#: ../../mod/admin.php:212
msgid "Summary"
msgstr ""
#: ../../mod/admin.php:214
msgid "Registered users"
msgstr ""
#: ../../mod/admin.php:216
msgid "Pending registrations"
msgstr ""
#: ../../mod/admin.php:217
msgid "Version"
msgstr ""
#: ../../mod/admin.php:219
msgid "Active plugins"
msgstr ""
#: ../../mod/admin.php:403
msgid "Site settings updated."
msgstr ""
#: ../../mod/admin.php:449
msgid "Multi user instance"
msgstr ""
#: ../../mod/admin.php:465
msgid "Closed"
msgstr ""
#: ../../mod/admin.php:466
msgid "Requires approval"
msgstr ""
#: ../../mod/admin.php:467
msgid "Open"
msgstr ""
#: ../../mod/admin.php:471
msgid "No SSL policy, links will track page SSL state"
msgstr ""
#: ../../mod/admin.php:472
msgid "Force all links to use SSL"
msgstr ""
#: ../../mod/admin.php:473
msgid "Self-signed certificate, use SSL for local links only (discouraged)"
msgstr ""
#: ../../mod/admin.php:482
msgid "File upload"
msgstr ""
#: ../../mod/admin.php:483
msgid "Policies"
msgstr ""
#: ../../mod/admin.php:484
msgid "Advanced"
msgstr ""
#: ../../mod/admin.php:485
msgid "Performance"
msgstr ""
#: ../../mod/admin.php:489
msgid "Site name"
msgstr ""
#: ../../mod/admin.php:490
msgid "Banner/Logo"
msgstr ""
#: ../../mod/admin.php:491
msgid "System language"
msgstr ""
#: ../../mod/admin.php:492
msgid "System theme"
msgstr ""
#: ../../mod/admin.php:492
msgid ""
"Default system theme - may be over-ridden by user profiles - <a href='#' "
"id='cnftheme'>change theme settings</a>"
msgstr ""
#: ../../mod/admin.php:493
msgid "Mobile system theme"
msgstr ""
#: ../../mod/admin.php:493
msgid "Theme for mobile devices"
msgstr ""
#: ../../mod/admin.php:494
msgid "SSL link policy"
msgstr ""
#: ../../mod/admin.php:494
msgid "Determines whether generated links should be forced to use SSL"
msgstr ""
#: ../../mod/admin.php:495
msgid "'Share' element"
msgstr ""
#: ../../mod/admin.php:495
msgid "Activates the bbcode element 'share' for repeating items."
msgstr ""
#: ../../mod/admin.php:496
msgid "Hide help entry from navigation menu"
msgstr ""
#: ../../mod/admin.php:496
msgid ""
"Hides the menu entry for the Help pages from the navigation menu. You can "
"still access it calling /help directly."
msgstr ""
#: ../../mod/admin.php:497
msgid "Single user instance"
msgstr ""
#: ../../mod/admin.php:497
msgid "Make this instance multi-user or single-user for the named user"
msgstr ""
#: ../../mod/admin.php:498
msgid "Maximum image size"
msgstr ""
#: ../../mod/admin.php:498
msgid ""
"Maximum size in bytes of uploaded images. Default is 0, which means no "
"limits."
msgstr ""
#: ../../mod/admin.php:499
msgid "Maximum image length"
msgstr ""
#: ../../mod/admin.php:499
msgid ""
"Maximum length in pixels of the longest side of uploaded images. Default is "
"-1, which means no limits."
msgstr ""
#: ../../mod/admin.php:500
msgid "JPEG image quality"
msgstr ""
#: ../../mod/admin.php:500
msgid ""
"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is "
"100, which is full quality."
msgstr ""
#: ../../mod/admin.php:502
msgid "Register policy"
msgstr ""
#: ../../mod/admin.php:503
msgid "Maximum Daily Registrations"
msgstr ""
#: ../../mod/admin.php:503
msgid ""
"If registration is permitted above, this sets the maximum number of new user "
"registrations to accept per day. If register is set to closed, this setting "
"has no effect."
msgstr ""
#: ../../mod/admin.php:504
msgid "Register text"
msgstr ""
#: ../../mod/admin.php:504
msgid "Will be displayed prominently on the registration page."
msgstr ""
#: ../../mod/admin.php:505
msgid "Accounts abandoned after x days"
msgstr ""
#: ../../mod/admin.php:505
msgid ""
"Will not waste system resources polling external sites for abandonded "
"accounts. Enter 0 for no time limit."
msgstr ""
#: ../../mod/admin.php:506
msgid "Allowed friend domains"
msgstr ""
#: ../../mod/admin.php:506
msgid ""
"Comma separated list of domains which are allowed to establish friendships "
"with this site. Wildcards are accepted. Empty to allow any domains"
msgstr ""
#: ../../mod/admin.php:507
msgid "Allowed email domains"
msgstr ""
#: ../../mod/admin.php:507
msgid ""
"Comma separated list of domains which are allowed in email addresses for "
"registrations to this site. Wildcards are accepted. Empty to allow any "
"domains"
msgstr ""
#: ../../mod/admin.php:508
msgid "Block public"
msgstr ""
#: ../../mod/admin.php:508
msgid ""
"Check to block public access to all otherwise public personal pages on this "
"site unless you are currently logged in."
msgstr ""
#: ../../mod/admin.php:509
msgid "Force publish"
msgstr ""
#: ../../mod/admin.php:509
msgid ""
"Check to force all profiles on this site to be listed in the site directory."
msgstr ""
#: ../../mod/admin.php:510
msgid "Global directory update URL"
msgstr ""
#: ../../mod/admin.php:510
msgid ""
"URL to update the global directory. If this is not set, the global directory "
"is completely unavailable to the application."
msgstr ""
#: ../../mod/admin.php:511
msgid "Allow threaded items"
msgstr ""
#: ../../mod/admin.php:511
msgid "Allow infinite level threading for items on this site."
msgstr ""
#: ../../mod/admin.php:512
msgid "Private posts by default for new users"
msgstr ""
#: ../../mod/admin.php:512
msgid ""
"Set default post permissions for all new members to the default privacy "
"group rather than public."
msgstr ""
#: ../../mod/admin.php:513
msgid "Don't include post content in email notifications"
msgstr ""
#: ../../mod/admin.php:513
msgid ""
"Don't include the content of a post/comment/private message/etc. in the "
"email notifications that are sent out from this site, as a privacy measure."
msgstr ""
#: ../../mod/admin.php:514
msgid "Disallow public access to addons listed in the apps menu."
msgstr ""
#: ../../mod/admin.php:514
msgid ""
"Checking this box will restrict addons listed in the apps menu to members "
"only."
msgstr ""
#: ../../mod/admin.php:515
msgid "Don't embed private images in posts"
msgstr ""
#: ../../mod/admin.php:515
msgid ""
"Don't replace locally-hosted private photos in posts with an embedded copy "
"of the image. This means that contacts who receive posts containing private "
"photos will have to authenticate and load each image, which may take a while."
msgstr ""
#: ../../mod/admin.php:517
msgid "Block multiple registrations"
msgstr ""
#: ../../mod/admin.php:517
msgid "Disallow users to register additional accounts for use as pages."
msgstr ""
#: ../../mod/admin.php:518
msgid "OpenID support"
msgstr ""
#: ../../mod/admin.php:518
msgid "OpenID support for registration and logins."
msgstr ""
#: ../../mod/admin.php:519
msgid "Fullname check"
msgstr ""
#: ../../mod/admin.php:519
msgid ""
"Force users to register with a space between firstname and lastname in Full "
"name, as an antispam measure"
msgstr ""
#: ../../mod/admin.php:520
msgid "UTF-8 Regular expressions"
msgstr ""
#: ../../mod/admin.php:520
msgid "Use PHP UTF8 regular expressions"
msgstr ""
#: ../../mod/admin.php:521
msgid "Show Community Page"
msgstr ""
#: ../../mod/admin.php:521
msgid ""
"Display a Community page showing all recent public postings on this site."
msgstr ""
#: ../../mod/admin.php:522
msgid "Enable OStatus support"
msgstr ""
#: ../../mod/admin.php:522
msgid ""
"Provide built-in OStatus (identi.ca, status.net, etc.) compatibility. All "
"communications in OStatus are public, so privacy warnings will be "
"occasionally displayed."
msgstr ""
#: ../../mod/admin.php:523
msgid "Enable Diaspora support"
msgstr ""
#: ../../mod/admin.php:523
msgid "Provide built-in Diaspora network compatibility."
msgstr ""
#: ../../mod/admin.php:524
msgid "Only allow Friendica contacts"
msgstr ""
#: ../../mod/admin.php:524
msgid ""
"All contacts must use Friendica protocols. All other built-in communication "
"protocols disabled."
msgstr ""
#: ../../mod/admin.php:525
msgid "Verify SSL"
msgstr ""
#: ../../mod/admin.php:525
msgid ""
"If you wish, you can turn on strict certificate checking. This will mean you "
"cannot connect (at all) to self-signed SSL sites."
msgstr ""
#: ../../mod/admin.php:526
msgid "Proxy user"
msgstr ""
#: ../../mod/admin.php:527
msgid "Proxy URL"
msgstr ""
#: ../../mod/admin.php:528
msgid "Network timeout"
msgstr ""
#: ../../mod/admin.php:528
msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
msgstr ""
#: ../../mod/admin.php:529
msgid "Delivery interval"
msgstr ""
#: ../../mod/admin.php:529
msgid ""
"Delay background delivery processes by this many seconds to reduce system "
"load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 "
"for large dedicated servers."
msgstr ""
#: ../../mod/admin.php:530
msgid "Poll interval"
msgstr ""
#: ../../mod/admin.php:530
msgid ""
"Delay background polling processes by this many seconds to reduce system "
"load. If 0, use delivery interval."
msgstr ""
#: ../../mod/admin.php:531
msgid "Maximum Load Average"
msgstr ""
#: ../../mod/admin.php:531
msgid ""
"Maximum system load before delivery and poll processes are deferred - "
"default 50."
msgstr ""
#: ../../mod/admin.php:533
msgid "Use MySQL full text engine"
msgstr ""
#: ../../mod/admin.php:533
msgid ""
"Activates the full text engine. Speeds up search - but can only search for "
"four and more characters."
msgstr ""
#: ../../mod/admin.php:534
msgid "Path to item cache"
msgstr ""
#: ../../mod/admin.php:535
msgid "Cache duration in seconds"
msgstr ""
#: ../../mod/admin.php:535
msgid ""
"How long should the cache files be hold? Default value is 86400 seconds (One "
"day)."
msgstr ""
#: ../../mod/admin.php:536
msgid "Path for lock file"
msgstr ""
#: ../../mod/admin.php:537
msgid "Temp path"
msgstr ""
#: ../../mod/admin.php:538
msgid "Base path to installation"
msgstr ""
#: ../../mod/admin.php:555
msgid "Update has been marked successful"
msgstr ""
#: ../../mod/admin.php:565
#, php-format
msgid "Executing %s failed. Check system logs."
msgstr ""
#: ../../mod/admin.php:568
#, php-format
msgid "Update %s was successfully applied."
msgstr ""
#: ../../mod/admin.php:572
#, php-format
msgid "Update %s did not return a status. Unknown if it succeeded."
msgstr ""
#: ../../mod/admin.php:575
#, php-format
msgid "Update function %s could not be found."
msgstr ""
#: ../../mod/admin.php:590
msgid "No failed updates."
msgstr ""
#: ../../mod/admin.php:594
msgid "Failed Updates"
msgstr ""
#: ../../mod/admin.php:595
msgid ""
"This does not include updates prior to 1139, which did not return a status."
msgstr ""
#: ../../mod/admin.php:596
msgid "Mark success (if update was manually applied)"
msgstr ""
#: ../../mod/admin.php:597
msgid "Attempt to execute this update step automatically"
msgstr ""
#: ../../mod/admin.php:622
#, php-format
msgid "%s user blocked/unblocked"
msgid_plural "%s users blocked/unblocked"
msgstr[0] ""
msgstr[1] ""
#: ../../mod/admin.php:629
#, php-format
msgid "%s user deleted"
msgid_plural "%s users deleted"
msgstr[0] ""
msgstr[1] ""
#: ../../mod/admin.php:668
#, php-format
msgid "User '%s' deleted"
msgstr ""
#: ../../mod/admin.php:676
#, php-format
msgid "User '%s' unblocked"
msgstr ""
#: ../../mod/admin.php:676
#, php-format
msgid "User '%s' blocked"
msgstr ""
#: ../../mod/admin.php:752
msgid "select all"
msgstr ""
#: ../../mod/admin.php:753
msgid "User registrations waiting for confirm"
msgstr ""
#: ../../mod/admin.php:754
msgid "Request date"
msgstr ""
#: ../../mod/admin.php:755
msgid "No registrations."
msgstr ""
#: ../../mod/admin.php:756 ../../mod/notifications.php:161
#: ../../mod/notifications.php:208
msgid "Approve"
msgstr ""
#: ../../mod/admin.php:757
msgid "Deny"
msgstr ""
#: ../../mod/admin.php:761
msgid "Site admin"
msgstr ""
#: ../../mod/admin.php:762
msgid "Account expired"
msgstr ""
#: ../../mod/admin.php:765
msgid "Register date"
msgstr ""
#: ../../mod/admin.php:765
msgid "Last login"
msgstr ""
#: ../../mod/admin.php:765
msgid "Last item"
msgstr ""
#: ../../mod/admin.php:765
msgid "Account"
msgstr ""
#: ../../mod/admin.php:767
msgid ""
"Selected users will be deleted!\\n\\nEverything these users had posted on "
"this site will be permanently deleted!\\n\\nAre you sure?"
msgstr ""
#: ../../mod/admin.php:768
msgid ""
"The user {0} will be deleted!\\n\\nEverything this user has posted on this "
"site will be permanently deleted!\\n\\nAre you sure?"
msgstr ""
#: ../../mod/admin.php:809
#, php-format
msgid "Plugin %s disabled."
msgstr ""
#: ../../mod/admin.php:813
#, php-format
msgid "Plugin %s enabled."
msgstr ""
#: ../../mod/admin.php:823 ../../mod/admin.php:1026
msgid "Disable"
msgstr ""
#: ../../mod/admin.php:825 ../../mod/admin.php:1028
msgid "Enable"
msgstr ""
#: ../../mod/admin.php:848 ../../mod/admin.php:1056
msgid "Toggle"
msgstr ""
#: ../../mod/admin.php:856 ../../mod/admin.php:1066
msgid "Author: "
msgstr ""
#: ../../mod/admin.php:857 ../../mod/admin.php:1067
msgid "Maintainer: "
msgstr ""
#: ../../mod/admin.php:986
msgid "No themes found."
msgstr ""
#: ../../mod/admin.php:1048
msgid "Screenshot"
msgstr ""
#: ../../mod/admin.php:1094
msgid "[Experimental]"
msgstr ""
#: ../../mod/admin.php:1095
msgid "[Unsupported]"
msgstr ""
#: ../../mod/admin.php:1122
msgid "Log settings updated."
msgstr ""
#: ../../mod/admin.php:1178
msgid "Clear"
msgstr ""
#: ../../mod/admin.php:1184
msgid "Enable Debugging"
msgstr ""
#: ../../mod/admin.php:1185
msgid "Log file"
msgstr ""
#: ../../mod/admin.php:1185
msgid ""
"Must be writable by web server. Relative to your Friendica top-level "
"directory."
msgstr ""
#: ../../mod/admin.php:1186
msgid "Log level"
msgstr ""
#: ../../mod/admin.php:1236
msgid "Close"
msgstr ""
#: ../../mod/admin.php:1242
msgid "FTP Host"
msgstr ""
#: ../../mod/admin.php:1243
msgid "FTP Path"
msgstr ""
#: ../../mod/admin.php:1244
msgid "FTP User"
msgstr ""
#: ../../mod/admin.php:1245
msgid "FTP Password"
msgstr ""
#: ../../mod/share.php:44
msgid "link"
msgstr ""
@ -5510,7 +5520,7 @@ msgid ""
"Password reset failed."
msgstr ""
#: ../../mod/lostpass.php:84 ../../boot.php:1072
#: ../../mod/lostpass.php:84 ../../boot.php:1081
msgid "Password Reset"
msgstr ""
@ -5896,7 +5906,7 @@ msgstr ""
msgid "Home Notifications"
msgstr ""
#: ../../mod/photos.php:51 ../../boot.php:1878
#: ../../mod/photos.php:51 ../../boot.php:1887
msgid "Photo Albums"
msgstr ""
@ -6096,7 +6106,7 @@ msgstr ""
#: ../../mod/photos.php:1551 ../../mod/photos.php:1595
#: ../../mod/photos.php:1678 ../../mod/content.php:732
#: ../../object/Item.php:338 ../../object/Item.php:652 ../../boot.php:651
#: ../../object/Item.php:338 ../../object/Item.php:652 ../../boot.php:652
msgid "Comment"
msgstr ""
@ -6289,7 +6299,7 @@ msgid ""
"features and resources."
msgstr ""
#: ../../mod/profile.php:21 ../../boot.php:1246
#: ../../mod/profile.php:21 ../../boot.php:1255
msgid "Requested profile is not available."
msgstr ""
@ -6932,128 +6942,128 @@ msgstr ""
msgid "Textareas font size"
msgstr ""
#: ../../boot.php:650
#: ../../index.php:405
msgid "toggle mobile"
msgstr ""
#: ../../boot.php:651
msgid "Delete this item?"
msgstr ""
#: ../../boot.php:653
#: ../../boot.php:654
msgid "show fewer"
msgstr ""
#: ../../boot.php:920
#: ../../boot.php:929
#, php-format
msgid "Update %s failed. See error logs."
msgstr ""
#: ../../boot.php:922
#: ../../boot.php:931
#, php-format
msgid "Update Error at %s"
msgstr ""
#: ../../boot.php:1032
#: ../../boot.php:1041
msgid "Create a New Account"
msgstr ""
#: ../../boot.php:1060
#: ../../boot.php:1069
msgid "Nickname or Email address: "
msgstr ""
#: ../../boot.php:1061
#: ../../boot.php:1070
msgid "Password: "
msgstr ""
#: ../../boot.php:1062
#: ../../boot.php:1071
msgid "Remember me"
msgstr ""
#: ../../boot.php:1065
#: ../../boot.php:1074
msgid "Or login using OpenID: "
msgstr ""
#: ../../boot.php:1071
#: ../../boot.php:1080
msgid "Forgot your password?"
msgstr ""
#: ../../boot.php:1074
#: ../../boot.php:1083
msgid "Website Terms of Service"
msgstr ""
#: ../../boot.php:1075
#: ../../boot.php:1084
msgid "terms of service"
msgstr ""
#: ../../boot.php:1077
#: ../../boot.php:1086
msgid "Website Privacy Policy"
msgstr ""
#: ../../boot.php:1078
#: ../../boot.php:1087
msgid "privacy policy"
msgstr ""
#: ../../boot.php:1207
#: ../../boot.php:1216
msgid "Requested account is not available."
msgstr ""
#: ../../boot.php:1286 ../../boot.php:1390
#: ../../boot.php:1295 ../../boot.php:1399
msgid "Edit profile"
msgstr ""
#: ../../boot.php:1352
#: ../../boot.php:1361
msgid "Message"
msgstr ""
#: ../../boot.php:1360
#: ../../boot.php:1369
msgid "Manage/edit profiles"
msgstr ""
#: ../../boot.php:1489 ../../boot.php:1575
#: ../../boot.php:1498 ../../boot.php:1584
msgid "g A l F d"
msgstr ""
#: ../../boot.php:1490 ../../boot.php:1576
#: ../../boot.php:1499 ../../boot.php:1585
msgid "F d"
msgstr ""
#: ../../boot.php:1535 ../../boot.php:1616
#: ../../boot.php:1544 ../../boot.php:1625
msgid "[today]"
msgstr ""
#: ../../boot.php:1547
#: ../../boot.php:1556
msgid "Birthday Reminders"
msgstr ""
#: ../../boot.php:1548
#: ../../boot.php:1557
msgid "Birthdays this week:"
msgstr ""
#: ../../boot.php:1609
#: ../../boot.php:1618
msgid "[No description]"
msgstr ""
#: ../../boot.php:1627
#: ../../boot.php:1636
msgid "Event Reminders"
msgstr ""
#: ../../boot.php:1628
#: ../../boot.php:1637
msgid "Events this week:"
msgstr ""
#: ../../boot.php:1864
#: ../../boot.php:1873
msgid "Status Messages and Posts"
msgstr ""
#: ../../boot.php:1871
#: ../../boot.php:1880
msgid "Profile Details"
msgstr ""
#: ../../boot.php:1888
#: ../../boot.php:1897
msgid "Events and Calendar"
msgstr ""
#: ../../boot.php:1895
#: ../../boot.php:1904
msgid "Only You Can See This"
msgstr ""
#: ../../index.php:405
msgid "toggle mobile"
msgstr ""