From 9660117c7037799be2ecd8523edfbb18bc7427c8 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 4 Apr 2013 15:10:14 -0700 Subject: [PATCH] sync username when changed in either the default profile or the settings page --- boot.php | 2 +- mod/profiles.php | 4 + mod/settings.php | 2 + util/messages.po | 2508 +++++++++++++++++++++++----------------------- 4 files changed, 1266 insertions(+), 1250 deletions(-) diff --git a/boot.php b/boot.php index 32af504677..22af8ef570 100644 --- a/boot.php +++ b/boot.php @@ -12,7 +12,7 @@ require_once('library/Mobile_Detect/Mobile_Detect.php'); require_once('include/features.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); -define ( 'FRIENDICA_VERSION', '3.1.1659' ); +define ( 'FRIENDICA_VERSION', '3.1.1660' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1163 ); define ( 'EOL', "
\r\n" ); diff --git a/mod/profiles.php b/mod/profiles.php index f517478a1a..148c632914 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -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) { diff --git a/mod/settings.php b/mod/settings.php index 75c11e8819..38bfedbb1c 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -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()) diff --git a/util/messages.po b/util/messages.po index 796c185b5c..a8ee559c95 100644 --- a/util/messages.po +++ b/util/messages.po @@ -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 \n" "Language-Team: LANGUAGE \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,1889 +2696,1899 @@ msgstr "" msgid "{0} mentioned you in a post" msgstr "" -#: ../../mod/item.php:105 -msgid "Unable to locate original post." +#: ../../mod/admin.php:55 +msgid "Theme settings updated." msgstr "" -#: ../../mod/item.php:307 -msgid "Empty post discarded." +#: ../../mod/admin.php:96 ../../mod/admin.php:490 +msgid "Site" msgstr "" -#: ../../mod/item.php:869 -msgid "System error. Post not saved." +#: ../../mod/admin.php:97 ../../mod/admin.php:762 ../../mod/admin.php:776 +msgid "Users" msgstr "" -#: ../../mod/item.php:894 -#, php-format -msgid "" -"This message was sent to you by %s, a member of the Friendica social network." +#: ../../mod/admin.php:98 ../../mod/admin.php:859 ../../mod/admin.php:901 +msgid "Plugins" msgstr "" -#: ../../mod/item.php:896 -#, php-format -msgid "You may visit them online at %s" +#: ../../mod/admin.php:99 ../../mod/admin.php:1067 ../../mod/admin.php:1101 +msgid "Themes" msgstr "" -#: ../../mod/item.php:897 -msgid "" -"Please contact the sender by replying to this post if you do not wish to " -"receive these messages." +#: ../../mod/admin.php:100 +msgid "DB updates" msgstr "" -#: ../../mod/item.php:901 -#, php-format -msgid "%s posted an update." +#: ../../mod/admin.php:115 ../../mod/admin.php:122 ../../mod/admin.php:1188 +msgid "Logs" msgstr "" -#: ../../mod/allfriends.php:34 -#, php-format -msgid "Friends of %s" +#: ../../mod/admin.php:121 +msgid "Plugin Features" msgstr "" -#: ../../mod/allfriends.php:40 -msgid "No friends to display." +#: ../../mod/admin.php:123 +msgid "User registrations waiting for confirmation" msgstr "" -#: ../../mod/search.php:21 ../../mod/network.php:224 -msgid "Remove term" +#: ../../mod/admin.php:182 ../../mod/admin.php:733 +msgid "Normal Account" msgstr "" -#: ../../mod/search.php:89 ../../mod/dfrn_request.php:761 -#: ../../mod/directory.php:31 ../../mod/viewcontacts.php:17 -#: ../../mod/photos.php:914 ../../mod/display.php:19 -#: ../../mod/community.php:18 -msgid "Public access denied." +#: ../../mod/admin.php:183 ../../mod/admin.php:734 +msgid "Soapbox Account" msgstr "" -#: ../../mod/search.php:180 ../../mod/search.php:206 -#: ../../mod/community.php:61 ../../mod/community.php:89 -msgid "No results." +#: ../../mod/admin.php:184 ../../mod/admin.php:735 +msgid "Community/Celebrity Account" msgstr "" -#: ../../mod/api.php:76 ../../mod/api.php:102 -msgid "Authorize application connection" +#: ../../mod/admin.php:185 ../../mod/admin.php:736 +msgid "Automatic Friend Account" msgstr "" -#: ../../mod/api.php:77 -msgid "Return to your app and insert this Securty Code:" +#: ../../mod/admin.php:186 +msgid "Blog Account" msgstr "" -#: ../../mod/api.php:89 -msgid "Please login to continue." +#: ../../mod/admin.php:187 +msgid "Private Forum" msgstr "" -#: ../../mod/api.php:104 -msgid "" -"Do you want to authorize this application to access your posts and contacts, " -"and/or create new posts for you?" +#: ../../mod/admin.php:206 +msgid "Message queues" msgstr "" -#: ../../mod/register.php:91 ../../mod/regmod.php:54 -#, php-format -msgid "Registration details for %s" +#: ../../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/register.php:99 -msgid "" -"Registration successful. Please check your email for further instructions." +#: ../../mod/admin.php:212 +msgid "Summary" msgstr "" -#: ../../mod/register.php:103 -msgid "Failed to send email message. Here is the message that failed." +#: ../../mod/admin.php:214 +msgid "Registered users" msgstr "" -#: ../../mod/register.php:108 -msgid "Your registration can not be processed." +#: ../../mod/admin.php:216 +msgid "Pending registrations" msgstr "" -#: ../../mod/register.php:145 -#, php-format -msgid "Registration request at %s" +#: ../../mod/admin.php:217 +msgid "Version" msgstr "" -#: ../../mod/register.php:154 -msgid "Your registration is pending approval by the site owner." +#: ../../mod/admin.php:219 +msgid "Active plugins" msgstr "" -#: ../../mod/register.php:192 ../../mod/uimport.php:50 -msgid "" -"This site has exceeded the number of allowed daily account registrations. " -"Please try again tomorrow." +#: ../../mod/admin.php:405 +msgid "Site settings updated." msgstr "" -#: ../../mod/register.php:220 -msgid "" -"You may (optionally) fill in this form via OpenID by supplying your OpenID " -"and clicking 'Register'." +#: ../../mod/admin.php:434 ../../mod/settings.php:769 +msgid "No special theme for mobile devices" msgstr "" -#: ../../mod/register.php:221 -msgid "" -"If you are not familiar with OpenID, please leave that field blank and fill " -"in the rest of the items." +#: ../../mod/admin.php:451 ../../mod/contacts.php:330 +msgid "Never" msgstr "" -#: ../../mod/register.php:222 -msgid "Your OpenID (optional): " +#: ../../mod/admin.php:460 +msgid "Multi user instance" msgstr "" -#: ../../mod/register.php:236 -msgid "Include your profile in member directory?" +#: ../../mod/admin.php:476 +msgid "Closed" msgstr "" -#: ../../mod/register.php:257 -msgid "Membership on this site is by invitation only." +#: ../../mod/admin.php:477 +msgid "Requires approval" msgstr "" -#: ../../mod/register.php:258 -msgid "Your invitation ID: " +#: ../../mod/admin.php:478 +msgid "Open" msgstr "" -#: ../../mod/register.php:261 ../../mod/admin.php:481 -msgid "Registration" +#: ../../mod/admin.php:482 +msgid "No SSL policy, links will track page SSL state" msgstr "" -#: ../../mod/register.php:269 -msgid "Your Full Name (e.g. Joe Smith): " +#: ../../mod/admin.php:483 +msgid "Force all links to use SSL" msgstr "" -#: ../../mod/register.php:270 -msgid "Your Email Address: " +#: ../../mod/admin.php:484 +msgid "Self-signed certificate, use SSL for local links only (discouraged)" msgstr "" -#: ../../mod/register.php:271 -msgid "" -"Choose a profile nickname. This must begin with a text character. Your " -"profile address on this site will then be 'nickname@$sitename'." +#: ../../mod/admin.php:492 ../../mod/register.php:261 +msgid "Registration" msgstr "" -#: ../../mod/register.php:272 -msgid "Choose a nickname: " +#: ../../mod/admin.php:493 +msgid "File upload" msgstr "" -#: ../../mod/regmod.php:63 -msgid "Account approved." +#: ../../mod/admin.php:494 +msgid "Policies" msgstr "" -#: ../../mod/regmod.php:100 -#, php-format -msgid "Registration revoked for %s" +#: ../../mod/admin.php:495 +msgid "Advanced" msgstr "" -#: ../../mod/regmod.php:112 -msgid "Please login." +#: ../../mod/admin.php:496 +msgid "Performance" msgstr "" -#: ../../mod/attach.php:8 -msgid "Item not available." +#: ../../mod/admin.php:500 +msgid "Site name" msgstr "" -#: ../../mod/attach.php:20 -msgid "Item was not found." +#: ../../mod/admin.php:501 +msgid "Banner/Logo" msgstr "" -#: ../../mod/removeme.php:45 ../../mod/removeme.php:48 -msgid "Remove My Account" +#: ../../mod/admin.php:502 +msgid "System language" msgstr "" -#: ../../mod/removeme.php:46 -msgid "" -"This will completely remove your account. Once this has been done it is not " -"recoverable." +#: ../../mod/admin.php:503 +msgid "System theme" msgstr "" -#: ../../mod/removeme.php:47 -msgid "Please enter your password for verification:" +#: ../../mod/admin.php:503 +msgid "" +"Default system theme - may be over-ridden by user profiles - change theme settings" msgstr "" -#: ../../mod/babel.php:17 -msgid "Source (bbcode) text:" +#: ../../mod/admin.php:504 +msgid "Mobile system theme" msgstr "" -#: ../../mod/babel.php:23 -msgid "Source (Diaspora) text to convert to BBcode:" +#: ../../mod/admin.php:504 +msgid "Theme for mobile devices" msgstr "" -#: ../../mod/babel.php:31 -msgid "Source input: " +#: ../../mod/admin.php:505 +msgid "SSL link policy" msgstr "" -#: ../../mod/babel.php:35 -msgid "bb2html (raw HTML): " +#: ../../mod/admin.php:505 +msgid "Determines whether generated links should be forced to use SSL" msgstr "" -#: ../../mod/babel.php:39 -msgid "bb2html: " +#: ../../mod/admin.php:506 +msgid "'Share' element" msgstr "" -#: ../../mod/babel.php:43 -msgid "bb2html2bb: " +#: ../../mod/admin.php:506 +msgid "Activates the bbcode element 'share' for repeating items." msgstr "" -#: ../../mod/babel.php:47 -msgid "bb2md: " +#: ../../mod/admin.php:507 +msgid "Hide help entry from navigation menu" msgstr "" -#: ../../mod/babel.php:51 -msgid "bb2md2html: " +#: ../../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/babel.php:55 -msgid "bb2dia2bb: " +#: ../../mod/admin.php:508 +msgid "Single user instance" msgstr "" -#: ../../mod/babel.php:59 -msgid "bb2md2html2bb: " +#: ../../mod/admin.php:508 +msgid "Make this instance multi-user or single-user for the named user" msgstr "" -#: ../../mod/babel.php:69 -msgid "Source input (Diaspora format): " +#: ../../mod/admin.php:509 +msgid "Maximum image size" msgstr "" -#: ../../mod/babel.php:74 -msgid "diaspora2bb: " +#: ../../mod/admin.php:509 +msgid "" +"Maximum size in bytes of uploaded images. Default is 0, which means no " +"limits." msgstr "" -#: ../../mod/common.php:42 -msgid "Common Friends" +#: ../../mod/admin.php:510 +msgid "Maximum image length" msgstr "" -#: ../../mod/common.php:78 -msgid "No contacts in common." +#: ../../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/apps.php:7 -msgid "You must be logged in to use addons. " +#: ../../mod/admin.php:511 +msgid "JPEG image quality" msgstr "" -#: ../../mod/apps.php:11 -msgid "Applications" +#: ../../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/apps.php:14 -msgid "No installed applications." +#: ../../mod/admin.php:513 +msgid "Register policy" msgstr "" -#: ../../mod/contacts.php:85 ../../mod/contacts.php:165 -msgid "Could not access contact record." +#: ../../mod/admin.php:514 +msgid "Maximum Daily Registrations" msgstr "" -#: ../../mod/contacts.php:99 -msgid "Could not locate selected profile." +#: ../../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/contacts.php:122 -msgid "Contact updated." +#: ../../mod/admin.php:515 +msgid "Register text" msgstr "" -#: ../../mod/contacts.php:124 ../../mod/dfrn_request.php:571 -msgid "Failed to update contact record." +#: ../../mod/admin.php:515 +msgid "Will be displayed prominently on the registration page." msgstr "" -#: ../../mod/contacts.php:187 -msgid "Contact has been blocked" +#: ../../mod/admin.php:516 +msgid "Accounts abandoned after x days" msgstr "" -#: ../../mod/contacts.php:187 -msgid "Contact has been unblocked" +#: ../../mod/admin.php:516 +msgid "" +"Will not waste system resources polling external sites for abandonded " +"accounts. Enter 0 for no time limit." msgstr "" -#: ../../mod/contacts.php:201 -msgid "Contact has been ignored" +#: ../../mod/admin.php:517 +msgid "Allowed friend domains" msgstr "" -#: ../../mod/contacts.php:201 -msgid "Contact has been unignored" +#: ../../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/contacts.php:220 -msgid "Contact has been archived" +#: ../../mod/admin.php:518 +msgid "Allowed email domains" msgstr "" -#: ../../mod/contacts.php:220 -msgid "Contact has been unarchived" +#: ../../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/contacts.php:244 -msgid "Do you really want to delete this contact?" +#: ../../mod/admin.php:519 +msgid "Block public" msgstr "" -#: ../../mod/contacts.php:263 -msgid "Contact has been removed." +#: ../../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/contacts.php:301 -#, php-format -msgid "You are mutual friends with %s" +#: ../../mod/admin.php:520 +msgid "Force publish" msgstr "" -#: ../../mod/contacts.php:305 -#, php-format -msgid "You are sharing with %s" +#: ../../mod/admin.php:520 +msgid "" +"Check to force all profiles on this site to be listed in the site directory." msgstr "" -#: ../../mod/contacts.php:310 -#, php-format -msgid "%s is sharing with you" +#: ../../mod/admin.php:521 +msgid "Global directory update URL" msgstr "" -#: ../../mod/contacts.php:327 -msgid "Private communications are not available for this contact." +#: ../../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/contacts.php:330 -msgid "Never" +#: ../../mod/admin.php:522 +msgid "Allow threaded items" msgstr "" -#: ../../mod/contacts.php:334 -msgid "(Update was successful)" +#: ../../mod/admin.php:522 +msgid "Allow infinite level threading for items on this site." msgstr "" -#: ../../mod/contacts.php:334 -msgid "(Update was not successful)" +#: ../../mod/admin.php:523 +msgid "Private posts by default for new users" msgstr "" -#: ../../mod/contacts.php:336 -msgid "Suggest friends" +#: ../../mod/admin.php:523 +msgid "" +"Set default post permissions for all new members to the default privacy " +"group rather than public." msgstr "" -#: ../../mod/contacts.php:340 -#, php-format -msgid "Network type: %s" +#: ../../mod/admin.php:524 +msgid "Don't include post content in email notifications" msgstr "" -#: ../../mod/contacts.php:348 -msgid "View all contacts" +#: ../../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/contacts.php:353 ../../mod/contacts.php:412 -#: ../../mod/admin.php:760 -msgid "Unblock" +#: ../../mod/admin.php:525 +msgid "Disallow public access to addons listed in the apps menu." msgstr "" -#: ../../mod/contacts.php:353 ../../mod/contacts.php:412 -#: ../../mod/admin.php:759 -msgid "Block" +#: ../../mod/admin.php:525 +msgid "" +"Checking this box will restrict addons listed in the apps menu to members " +"only." msgstr "" -#: ../../mod/contacts.php:356 -msgid "Toggle Blocked status" +#: ../../mod/admin.php:526 +msgid "Don't embed private images in posts" msgstr "" -#: ../../mod/contacts.php:359 ../../mod/contacts.php:413 -msgid "Unignore" +#: ../../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/contacts.php:359 ../../mod/contacts.php:413 -#: ../../mod/notifications.php:51 ../../mod/notifications.php:164 -#: ../../mod/notifications.php:210 -msgid "Ignore" +#: ../../mod/admin.php:528 +msgid "Block multiple registrations" msgstr "" -#: ../../mod/contacts.php:362 -msgid "Toggle Ignored status" +#: ../../mod/admin.php:528 +msgid "Disallow users to register additional accounts for use as pages." msgstr "" -#: ../../mod/contacts.php:366 -msgid "Unarchive" +#: ../../mod/admin.php:529 +msgid "OpenID support" msgstr "" -#: ../../mod/contacts.php:366 -msgid "Archive" +#: ../../mod/admin.php:529 +msgid "OpenID support for registration and logins." msgstr "" -#: ../../mod/contacts.php:369 -msgid "Toggle Archive status" +#: ../../mod/admin.php:530 +msgid "Fullname check" msgstr "" -#: ../../mod/contacts.php:372 -msgid "Repair" +#: ../../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/contacts.php:375 -msgid "Advanced Contact Settings" +#: ../../mod/admin.php:531 +msgid "UTF-8 Regular expressions" msgstr "" -#: ../../mod/contacts.php:381 -msgid "Communications lost with this contact!" +#: ../../mod/admin.php:531 +msgid "Use PHP UTF8 regular expressions" msgstr "" -#: ../../mod/contacts.php:384 -msgid "Contact Editor" +#: ../../mod/admin.php:532 +msgid "Show Community Page" msgstr "" -#: ../../mod/contacts.php:387 -msgid "Profile Visibility" +#: ../../mod/admin.php:532 +msgid "" +"Display a Community page showing all recent public postings on this site." msgstr "" -#: ../../mod/contacts.php:388 -#, php-format -msgid "" -"Please choose the profile you would like to display to %s when viewing your " -"profile securely." +#: ../../mod/admin.php:533 +msgid "Enable OStatus support" msgstr "" -#: ../../mod/contacts.php:389 -msgid "Contact Information / Notes" +#: ../../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/contacts.php:390 -msgid "Edit contact notes" +#: ../../mod/admin.php:534 +msgid "OStatus conversation completion interval" msgstr "" -#: ../../mod/contacts.php:396 -msgid "Block/Unblock contact" +#: ../../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/contacts.php:397 -msgid "Ignore contact" +#: ../../mod/admin.php:535 +msgid "Enable Diaspora support" msgstr "" -#: ../../mod/contacts.php:398 -msgid "Repair URL settings" +#: ../../mod/admin.php:535 +msgid "Provide built-in Diaspora network compatibility." msgstr "" -#: ../../mod/contacts.php:399 -msgid "View conversations" +#: ../../mod/admin.php:536 +msgid "Only allow Friendica contacts" msgstr "" -#: ../../mod/contacts.php:401 -msgid "Delete contact" +#: ../../mod/admin.php:536 +msgid "" +"All contacts must use Friendica protocols. All other built-in communication " +"protocols disabled." msgstr "" -#: ../../mod/contacts.php:405 -msgid "Last update:" +#: ../../mod/admin.php:537 +msgid "Verify SSL" msgstr "" -#: ../../mod/contacts.php:407 -msgid "Update public posts" +#: ../../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/contacts.php:409 ../../mod/admin.php:1235 -msgid "Update now" +#: ../../mod/admin.php:538 +msgid "Proxy user" msgstr "" -#: ../../mod/contacts.php:416 -msgid "Currently blocked" +#: ../../mod/admin.php:539 +msgid "Proxy URL" msgstr "" -#: ../../mod/contacts.php:417 -msgid "Currently ignored" +#: ../../mod/admin.php:540 +msgid "Network timeout" msgstr "" -#: ../../mod/contacts.php:418 -msgid "Currently archived" +#: ../../mod/admin.php:540 +msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." msgstr "" -#: ../../mod/contacts.php:419 ../../mod/notifications.php:157 -#: ../../mod/notifications.php:204 -msgid "Hide this contact from others" +#: ../../mod/admin.php:541 +msgid "Delivery interval" msgstr "" -#: ../../mod/contacts.php:419 +#: ../../mod/admin.php:541 msgid "" -"Replies/likes to your public posts may still be visible" +"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/contacts.php:470 -msgid "Suggestions" +#: ../../mod/admin.php:542 +msgid "Poll interval" msgstr "" -#: ../../mod/contacts.php:473 -msgid "Suggest potential friends" +#: ../../mod/admin.php:542 +msgid "" +"Delay background polling processes by this many seconds to reduce system " +"load. If 0, use delivery interval." msgstr "" -#: ../../mod/contacts.php:476 ../../mod/group.php:194 -msgid "All Contacts" +#: ../../mod/admin.php:543 +msgid "Maximum Load Average" msgstr "" -#: ../../mod/contacts.php:479 -msgid "Show all contacts" +#: ../../mod/admin.php:543 +msgid "" +"Maximum system load before delivery and poll processes are deferred - " +"default 50." msgstr "" -#: ../../mod/contacts.php:482 -msgid "Unblocked" +#: ../../mod/admin.php:545 +msgid "Use MySQL full text engine" msgstr "" -#: ../../mod/contacts.php:485 -msgid "Only show unblocked contacts" +#: ../../mod/admin.php:545 +msgid "" +"Activates the full text engine. Speeds up search - but can only search for " +"four and more characters." msgstr "" -#: ../../mod/contacts.php:489 -msgid "Blocked" +#: ../../mod/admin.php:546 +msgid "Path to item cache" msgstr "" -#: ../../mod/contacts.php:492 -msgid "Only show blocked contacts" +#: ../../mod/admin.php:547 +msgid "Cache duration in seconds" msgstr "" -#: ../../mod/contacts.php:496 -msgid "Ignored" +#: ../../mod/admin.php:547 +msgid "" +"How long should the cache files be hold? Default value is 86400 seconds (One " +"day)." msgstr "" -#: ../../mod/contacts.php:499 -msgid "Only show ignored contacts" +#: ../../mod/admin.php:548 +msgid "Path for lock file" msgstr "" -#: ../../mod/contacts.php:503 -msgid "Archived" +#: ../../mod/admin.php:549 +msgid "Temp path" msgstr "" -#: ../../mod/contacts.php:506 -msgid "Only show archived contacts" +#: ../../mod/admin.php:550 +msgid "Base path to installation" msgstr "" -#: ../../mod/contacts.php:510 -msgid "Hidden" +#: ../../mod/admin.php:567 +msgid "Update has been marked successful" msgstr "" -#: ../../mod/contacts.php:513 -msgid "Only show hidden contacts" +#: ../../mod/admin.php:577 +#, php-format +msgid "Executing %s failed. Check system logs." msgstr "" -#: ../../mod/contacts.php:561 -msgid "Mutual Friendship" +#: ../../mod/admin.php:580 +#, php-format +msgid "Update %s was successfully applied." msgstr "" -#: ../../mod/contacts.php:565 -msgid "is a fan of yours" +#: ../../mod/admin.php:584 +#, php-format +msgid "Update %s did not return a status. Unknown if it succeeded." msgstr "" -#: ../../mod/contacts.php:569 -msgid "you are a fan of" +#: ../../mod/admin.php:587 +#, php-format +msgid "Update function %s could not be found." msgstr "" -#: ../../mod/contacts.php:611 -msgid "Search your contacts" +#: ../../mod/admin.php:602 +msgid "No failed updates." msgstr "" -#: ../../mod/contacts.php:612 ../../mod/directory.php:59 -msgid "Finding: " +#: ../../mod/admin.php:606 +msgid "Failed Updates" msgstr "" -#: ../../mod/settings.php:23 ../../mod/photos.php:79 -msgid "everybody" +#: ../../mod/admin.php:607 +msgid "" +"This does not include updates prior to 1139, which did not return a status." msgstr "" -#: ../../mod/settings.php:35 -msgid "Additional features" +#: ../../mod/admin.php:608 +msgid "Mark success (if update was manually applied)" msgstr "" -#: ../../mod/settings.php:40 ../../mod/uexport.php:14 -msgid "Display settings" +#: ../../mod/admin.php:609 +msgid "Attempt to execute this update step automatically" msgstr "" -#: ../../mod/settings.php:46 ../../mod/uexport.php:20 -msgid "Connector settings" -msgstr "" +#: ../../mod/admin.php:634 +#, php-format +msgid "%s user blocked/unblocked" +msgid_plural "%s users blocked/unblocked" +msgstr[0] "" +msgstr[1] "" -#: ../../mod/settings.php:51 ../../mod/uexport.php:25 -msgid "Plugin settings" -msgstr "" +#: ../../mod/admin.php:641 +#, php-format +msgid "%s user deleted" +msgid_plural "%s users deleted" +msgstr[0] "" +msgstr[1] "" -#: ../../mod/settings.php:56 ../../mod/uexport.php:30 -msgid "Connected apps" +#: ../../mod/admin.php:680 +#, php-format +msgid "User '%s' deleted" msgstr "" -#: ../../mod/settings.php:61 ../../mod/uexport.php:35 ../../mod/uexport.php:80 -msgid "Export personal data" +#: ../../mod/admin.php:688 +#, php-format +msgid "User '%s' unblocked" msgstr "" -#: ../../mod/settings.php:66 ../../mod/uexport.php:40 -msgid "Remove account" +#: ../../mod/admin.php:688 +#, php-format +msgid "User '%s' blocked" msgstr "" -#: ../../mod/settings.php:118 -msgid "Missing some important data!" +#: ../../mod/admin.php:764 +msgid "select all" msgstr "" -#: ../../mod/settings.php:121 ../../mod/settings.php:586 -msgid "Update" +#: ../../mod/admin.php:765 +msgid "User registrations waiting for confirm" msgstr "" -#: ../../mod/settings.php:227 -msgid "Failed to connect with email account using the settings provided." +#: ../../mod/admin.php:766 +msgid "Request date" msgstr "" -#: ../../mod/settings.php:232 -msgid "Email settings updated." +#: ../../mod/admin.php:766 ../../mod/admin.php:777 ../../mod/settings.php:562 +#: ../../mod/settings.php:588 ../../mod/crepair.php:148 +msgid "Name" msgstr "" -#: ../../mod/settings.php:247 -msgid "Features updated" +#: ../../mod/admin.php:767 +msgid "No registrations." msgstr "" -#: ../../mod/settings.php:307 -msgid "Passwords do not match. Password unchanged." +#: ../../mod/admin.php:768 ../../mod/notifications.php:161 +#: ../../mod/notifications.php:208 +msgid "Approve" msgstr "" -#: ../../mod/settings.php:312 -msgid "Empty passwords are not allowed. Password unchanged." +#: ../../mod/admin.php:769 +msgid "Deny" msgstr "" -#: ../../mod/settings.php:323 -msgid "Password changed." +#: ../../mod/admin.php:771 ../../mod/contacts.php:353 +#: ../../mod/contacts.php:412 +msgid "Block" msgstr "" -#: ../../mod/settings.php:325 -msgid "Password update failed. Please try again." +#: ../../mod/admin.php:772 ../../mod/contacts.php:353 +#: ../../mod/contacts.php:412 +msgid "Unblock" msgstr "" -#: ../../mod/settings.php:390 -msgid " Please use a shorter name." +#: ../../mod/admin.php:773 +msgid "Site admin" msgstr "" -#: ../../mod/settings.php:392 -msgid " Name too short." +#: ../../mod/admin.php:774 +msgid "Account expired" msgstr "" -#: ../../mod/settings.php:398 -msgid " Not valid email." +#: ../../mod/admin.php:777 +msgid "Register date" msgstr "" -#: ../../mod/settings.php:400 -msgid " Cannot change to that email." +#: ../../mod/admin.php:777 +msgid "Last login" msgstr "" -#: ../../mod/settings.php:454 -msgid "Private forum has no privacy permissions. Using default privacy group." +#: ../../mod/admin.php:777 +msgid "Last item" msgstr "" -#: ../../mod/settings.php:458 -msgid "Private forum has no privacy permissions and no default privacy group." +#: ../../mod/admin.php:777 +msgid "Account" msgstr "" -#: ../../mod/settings.php:488 -msgid "Settings updated." +#: ../../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/settings.php:559 ../../mod/settings.php:585 -#: ../../mod/settings.php:621 -msgid "Add application" +#: ../../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/settings.php:562 ../../mod/settings.php:588 -#: ../../mod/admin.php:754 ../../mod/admin.php:765 ../../mod/crepair.php:148 -msgid "Name" +#: ../../mod/admin.php:821 +#, php-format +msgid "Plugin %s disabled." msgstr "" -#: ../../mod/settings.php:563 ../../mod/settings.php:589 -msgid "Consumer Key" +#: ../../mod/admin.php:825 +#, php-format +msgid "Plugin %s enabled." msgstr "" -#: ../../mod/settings.php:564 ../../mod/settings.php:590 -msgid "Consumer Secret" +#: ../../mod/admin.php:835 ../../mod/admin.php:1038 +msgid "Disable" msgstr "" -#: ../../mod/settings.php:565 ../../mod/settings.php:591 -msgid "Redirect" +#: ../../mod/admin.php:837 ../../mod/admin.php:1040 +msgid "Enable" msgstr "" -#: ../../mod/settings.php:566 ../../mod/settings.php:592 -msgid "Icon url" +#: ../../mod/admin.php:860 ../../mod/admin.php:1068 +msgid "Toggle" msgstr "" -#: ../../mod/settings.php:577 -msgid "You can't edit this application." +#: ../../mod/admin.php:868 ../../mod/admin.php:1078 +msgid "Author: " msgstr "" -#: ../../mod/settings.php:620 -msgid "Connected Apps" +#: ../../mod/admin.php:869 ../../mod/admin.php:1079 +msgid "Maintainer: " msgstr "" -#: ../../mod/settings.php:622 ../../mod/editpost.php:109 -#: ../../mod/content.php:751 ../../object/Item.php:117 -msgid "Edit" +#: ../../mod/admin.php:998 +msgid "No themes found." msgstr "" -#: ../../mod/settings.php:624 -msgid "Client key starts with" +#: ../../mod/admin.php:1060 +msgid "Screenshot" msgstr "" -#: ../../mod/settings.php:625 -msgid "No name" +#: ../../mod/admin.php:1106 +msgid "[Experimental]" msgstr "" -#: ../../mod/settings.php:626 -msgid "Remove authorization" +#: ../../mod/admin.php:1107 +msgid "[Unsupported]" msgstr "" -#: ../../mod/settings.php:638 -msgid "No Plugin settings configured" +#: ../../mod/admin.php:1134 +msgid "Log settings updated." msgstr "" -#: ../../mod/settings.php:646 -msgid "Plugin Settings" +#: ../../mod/admin.php:1190 +msgid "Clear" msgstr "" -#: ../../mod/settings.php:660 -msgid "Off" +#: ../../mod/admin.php:1196 +msgid "Enable Debugging" msgstr "" -#: ../../mod/settings.php:660 -msgid "On" +#: ../../mod/admin.php:1197 +msgid "Log file" msgstr "" -#: ../../mod/settings.php:668 -msgid "Additional Features" +#: ../../mod/admin.php:1197 +msgid "" +"Must be writable by web server. Relative to your Friendica top-level " +"directory." msgstr "" -#: ../../mod/settings.php:681 ../../mod/settings.php:682 -#, php-format -msgid "Built-in support for %s connectivity is %s" +#: ../../mod/admin.php:1198 +msgid "Log level" msgstr "" -#: ../../mod/settings.php:681 ../../mod/settings.php:682 -msgid "enabled" +#: ../../mod/admin.php:1247 ../../mod/contacts.php:409 +msgid "Update now" msgstr "" -#: ../../mod/settings.php:681 ../../mod/settings.php:682 -msgid "disabled" +#: ../../mod/admin.php:1248 +msgid "Close" msgstr "" -#: ../../mod/settings.php:682 -msgid "StatusNet" +#: ../../mod/admin.php:1254 +msgid "FTP Host" msgstr "" -#: ../../mod/settings.php:714 -msgid "Email access is disabled on this site." +#: ../../mod/admin.php:1255 +msgid "FTP Path" msgstr "" -#: ../../mod/settings.php:721 -msgid "Connector Settings" +#: ../../mod/admin.php:1256 +msgid "FTP User" msgstr "" -#: ../../mod/settings.php:726 -msgid "Email/Mailbox Setup" +#: ../../mod/admin.php:1257 +msgid "FTP Password" msgstr "" -#: ../../mod/settings.php:727 -msgid "" -"If you wish to communicate with email contacts using this service " -"(optional), please specify how to connect to your mailbox." +#: ../../mod/item.php:105 +msgid "Unable to locate original post." msgstr "" -#: ../../mod/settings.php:728 -msgid "Last successful email check:" +#: ../../mod/item.php:307 +msgid "Empty post discarded." msgstr "" -#: ../../mod/settings.php:730 -msgid "IMAP server name:" +#: ../../mod/item.php:869 +msgid "System error. Post not saved." msgstr "" -#: ../../mod/settings.php:731 -msgid "IMAP port:" +#: ../../mod/item.php:894 +#, php-format +msgid "" +"This message was sent to you by %s, a member of the Friendica social network." msgstr "" -#: ../../mod/settings.php:732 -msgid "Security:" +#: ../../mod/item.php:896 +#, php-format +msgid "You may visit them online at %s" msgstr "" -#: ../../mod/settings.php:732 ../../mod/settings.php:737 -msgid "None" +#: ../../mod/item.php:897 +msgid "" +"Please contact the sender by replying to this post if you do not wish to " +"receive these messages." msgstr "" -#: ../../mod/settings.php:733 -msgid "Email login name:" +#: ../../mod/item.php:901 +#, php-format +msgid "%s posted an update." msgstr "" -#: ../../mod/settings.php:734 -msgid "Email password:" +#: ../../mod/allfriends.php:34 +#, php-format +msgid "Friends of %s" msgstr "" -#: ../../mod/settings.php:735 -msgid "Reply-to address:" +#: ../../mod/allfriends.php:40 +msgid "No friends to display." msgstr "" -#: ../../mod/settings.php:736 -msgid "Send public posts to all email contacts:" +#: ../../mod/search.php:21 ../../mod/network.php:224 +msgid "Remove term" msgstr "" -#: ../../mod/settings.php:737 -msgid "Action after import:" +#: ../../mod/search.php:89 ../../mod/dfrn_request.php:761 +#: ../../mod/directory.php:31 ../../mod/viewcontacts.php:17 +#: ../../mod/photos.php:914 ../../mod/display.php:19 +#: ../../mod/community.php:18 +msgid "Public access denied." msgstr "" -#: ../../mod/settings.php:737 -msgid "Mark as seen" +#: ../../mod/search.php:180 ../../mod/search.php:206 +#: ../../mod/community.php:61 ../../mod/community.php:89 +msgid "No results." msgstr "" -#: ../../mod/settings.php:737 -msgid "Move to folder" +#: ../../mod/api.php:76 ../../mod/api.php:102 +msgid "Authorize application connection" msgstr "" -#: ../../mod/settings.php:738 -msgid "Move to folder:" +#: ../../mod/api.php:77 +msgid "Return to your app and insert this Securty Code:" msgstr "" -#: ../../mod/settings.php:769 ../../mod/admin.php:432 -msgid "No special theme for mobile devices" +#: ../../mod/api.php:89 +msgid "Please login to continue." msgstr "" -#: ../../mod/settings.php:809 -msgid "Display Settings" +#: ../../mod/api.php:104 +msgid "" +"Do you want to authorize this application to access your posts and contacts, " +"and/or create new posts for you?" msgstr "" -#: ../../mod/settings.php:815 ../../mod/settings.php:826 -msgid "Display Theme:" +#: ../../mod/register.php:91 ../../mod/regmod.php:54 +#, php-format +msgid "Registration details for %s" msgstr "" -#: ../../mod/settings.php:816 -msgid "Mobile Theme:" +#: ../../mod/register.php:99 +msgid "" +"Registration successful. Please check your email for further instructions." msgstr "" -#: ../../mod/settings.php:817 -msgid "Update browser every xx seconds" +#: ../../mod/register.php:103 +msgid "Failed to send email message. Here is the message that failed." msgstr "" -#: ../../mod/settings.php:817 -msgid "Minimum of 10 seconds, no maximum" +#: ../../mod/register.php:108 +msgid "Your registration can not be processed." msgstr "" -#: ../../mod/settings.php:818 -msgid "Number of items to display per page:" +#: ../../mod/register.php:145 +#, php-format +msgid "Registration request at %s" msgstr "" -#: ../../mod/settings.php:818 -msgid "Maximum of 100 items" +#: ../../mod/register.php:154 +msgid "Your registration is pending approval by the site owner." msgstr "" -#: ../../mod/settings.php:819 -msgid "Don't show emoticons" +#: ../../mod/register.php:192 ../../mod/uimport.php:50 +msgid "" +"This site has exceeded the number of allowed daily account registrations. " +"Please try again tomorrow." msgstr "" -#: ../../mod/settings.php:895 -msgid "Normal Account Page" +#: ../../mod/register.php:220 +msgid "" +"You may (optionally) fill in this form via OpenID by supplying your OpenID " +"and clicking 'Register'." msgstr "" -#: ../../mod/settings.php:896 -msgid "This account is a normal personal profile" +#: ../../mod/register.php:221 +msgid "" +"If you are not familiar with OpenID, please leave that field blank and fill " +"in the rest of the items." msgstr "" -#: ../../mod/settings.php:899 -msgid "Soapbox Page" +#: ../../mod/register.php:222 +msgid "Your OpenID (optional): " msgstr "" -#: ../../mod/settings.php:900 -msgid "Automatically approve all connection/friend requests as read-only fans" +#: ../../mod/register.php:236 +msgid "Include your profile in member directory?" msgstr "" -#: ../../mod/settings.php:903 -msgid "Community Forum/Celebrity Account" +#: ../../mod/register.php:257 +msgid "Membership on this site is by invitation only." msgstr "" -#: ../../mod/settings.php:904 -msgid "Automatically approve all connection/friend requests as read-write fans" +#: ../../mod/register.php:258 +msgid "Your invitation ID: " msgstr "" -#: ../../mod/settings.php:907 -msgid "Automatic Friend Page" +#: ../../mod/register.php:269 +msgid "Your Full Name (e.g. Joe Smith): " msgstr "" -#: ../../mod/settings.php:908 -msgid "Automatically approve all connection/friend requests as friends" +#: ../../mod/register.php:270 +msgid "Your Email Address: " msgstr "" -#: ../../mod/settings.php:911 -msgid "Private Forum [Experimental]" +#: ../../mod/register.php:271 +msgid "" +"Choose a profile nickname. This must begin with a text character. Your " +"profile address on this site will then be 'nickname@$sitename'." msgstr "" -#: ../../mod/settings.php:912 -msgid "Private forum - approved members only" +#: ../../mod/register.php:272 +msgid "Choose a nickname: " msgstr "" -#: ../../mod/settings.php:924 -msgid "OpenID:" +#: ../../mod/regmod.php:63 +msgid "Account approved." msgstr "" -#: ../../mod/settings.php:924 -msgid "(Optional) Allow this OpenID to login to this account." +#: ../../mod/regmod.php:100 +#, php-format +msgid "Registration revoked for %s" msgstr "" -#: ../../mod/settings.php:934 -msgid "Publish your default profile in your local site directory?" +#: ../../mod/regmod.php:112 +msgid "Please login." msgstr "" -#: ../../mod/settings.php:940 -msgid "Publish your default profile in the global social directory?" +#: ../../mod/attach.php:8 +msgid "Item not available." msgstr "" -#: ../../mod/settings.php:948 -msgid "Hide your contact/friend list from viewers of your default profile?" +#: ../../mod/attach.php:20 +msgid "Item was not found." msgstr "" -#: ../../mod/settings.php:952 -msgid "Hide your profile details from unknown viewers?" +#: ../../mod/removeme.php:45 ../../mod/removeme.php:48 +msgid "Remove My Account" msgstr "" -#: ../../mod/settings.php:957 -msgid "Allow friends to post to your profile page?" +#: ../../mod/removeme.php:46 +msgid "" +"This will completely remove your account. Once this has been done it is not " +"recoverable." msgstr "" -#: ../../mod/settings.php:963 -msgid "Allow friends to tag your posts?" +#: ../../mod/removeme.php:47 +msgid "Please enter your password for verification:" msgstr "" -#: ../../mod/settings.php:969 -msgid "Allow us to suggest you as a potential friend to new members?" +#: ../../mod/babel.php:17 +msgid "Source (bbcode) text:" msgstr "" -#: ../../mod/settings.php:975 -msgid "Permit unknown people to send you private mail?" +#: ../../mod/babel.php:23 +msgid "Source (Diaspora) text to convert to BBcode:" msgstr "" -#: ../../mod/settings.php:983 -msgid "Profile is not published." +#: ../../mod/babel.php:31 +msgid "Source input: " msgstr "" -#: ../../mod/settings.php:986 ../../mod/profile_photo.php:248 -msgid "or" +#: ../../mod/babel.php:35 +msgid "bb2html (raw HTML): " msgstr "" -#: ../../mod/settings.php:991 -msgid "Your Identity Address is" +#: ../../mod/babel.php:39 +msgid "bb2html: " msgstr "" -#: ../../mod/settings.php:1002 -msgid "Automatically expire posts after this many days:" +#: ../../mod/babel.php:43 +msgid "bb2html2bb: " msgstr "" -#: ../../mod/settings.php:1002 -msgid "If empty, posts will not expire. Expired posts will be deleted" +#: ../../mod/babel.php:47 +msgid "bb2md: " msgstr "" -#: ../../mod/settings.php:1003 -msgid "Advanced expiration settings" +#: ../../mod/babel.php:51 +msgid "bb2md2html: " msgstr "" -#: ../../mod/settings.php:1004 -msgid "Advanced Expiration" +#: ../../mod/babel.php:55 +msgid "bb2dia2bb: " msgstr "" -#: ../../mod/settings.php:1005 -msgid "Expire posts:" +#: ../../mod/babel.php:59 +msgid "bb2md2html2bb: " msgstr "" -#: ../../mod/settings.php:1006 -msgid "Expire personal notes:" +#: ../../mod/babel.php:69 +msgid "Source input (Diaspora format): " msgstr "" -#: ../../mod/settings.php:1007 -msgid "Expire starred posts:" +#: ../../mod/babel.php:74 +msgid "diaspora2bb: " msgstr "" -#: ../../mod/settings.php:1008 -msgid "Expire photos:" +#: ../../mod/common.php:42 +msgid "Common Friends" msgstr "" -#: ../../mod/settings.php:1009 -msgid "Only expire posts by others:" +#: ../../mod/common.php:78 +msgid "No contacts in common." msgstr "" -#: ../../mod/settings.php:1035 -msgid "Account Settings" +#: ../../mod/apps.php:7 +msgid "You must be logged in to use addons. " msgstr "" -#: ../../mod/settings.php:1043 -msgid "Password Settings" +#: ../../mod/apps.php:11 +msgid "Applications" msgstr "" -#: ../../mod/settings.php:1044 -msgid "New Password:" +#: ../../mod/apps.php:14 +msgid "No installed applications." msgstr "" -#: ../../mod/settings.php:1045 -msgid "Confirm:" +#: ../../mod/contacts.php:85 ../../mod/contacts.php:165 +msgid "Could not access contact record." msgstr "" -#: ../../mod/settings.php:1045 -msgid "Leave password fields blank unless changing" +#: ../../mod/contacts.php:99 +msgid "Could not locate selected profile." msgstr "" -#: ../../mod/settings.php:1049 -msgid "Basic Settings" +#: ../../mod/contacts.php:122 +msgid "Contact updated." msgstr "" -#: ../../mod/settings.php:1051 -msgid "Email Address:" +#: ../../mod/contacts.php:124 ../../mod/dfrn_request.php:571 +msgid "Failed to update contact record." msgstr "" -#: ../../mod/settings.php:1052 -msgid "Your Timezone:" +#: ../../mod/contacts.php:187 +msgid "Contact has been blocked" msgstr "" -#: ../../mod/settings.php:1053 -msgid "Default Post Location:" +#: ../../mod/contacts.php:187 +msgid "Contact has been unblocked" msgstr "" -#: ../../mod/settings.php:1054 -msgid "Use Browser Location:" +#: ../../mod/contacts.php:201 +msgid "Contact has been ignored" msgstr "" -#: ../../mod/settings.php:1057 -msgid "Security and Privacy Settings" +#: ../../mod/contacts.php:201 +msgid "Contact has been unignored" msgstr "" -#: ../../mod/settings.php:1059 -msgid "Maximum Friend Requests/Day:" +#: ../../mod/contacts.php:220 +msgid "Contact has been archived" msgstr "" -#: ../../mod/settings.php:1059 ../../mod/settings.php:1089 -msgid "(to prevent spam abuse)" +#: ../../mod/contacts.php:220 +msgid "Contact has been unarchived" msgstr "" -#: ../../mod/settings.php:1060 -msgid "Default Post Permissions" +#: ../../mod/contacts.php:244 +msgid "Do you really want to delete this contact?" msgstr "" -#: ../../mod/settings.php:1061 -msgid "(click to open/close)" +#: ../../mod/contacts.php:263 +msgid "Contact has been removed." msgstr "" -#: ../../mod/settings.php:1070 ../../mod/photos.php:1140 -#: ../../mod/photos.php:1506 -msgid "Show to Groups" +#: ../../mod/contacts.php:301 +#, php-format +msgid "You are mutual friends with %s" msgstr "" -#: ../../mod/settings.php:1071 ../../mod/photos.php:1141 -#: ../../mod/photos.php:1507 -msgid "Show to Contacts" +#: ../../mod/contacts.php:305 +#, php-format +msgid "You are sharing with %s" msgstr "" -#: ../../mod/settings.php:1072 -msgid "Default Private Post" +#: ../../mod/contacts.php:310 +#, php-format +msgid "%s is sharing with you" msgstr "" -#: ../../mod/settings.php:1073 -msgid "Default Public Post" +#: ../../mod/contacts.php:327 +msgid "Private communications are not available for this contact." msgstr "" -#: ../../mod/settings.php:1077 -msgid "Default Permissions for New Posts" +#: ../../mod/contacts.php:334 +msgid "(Update was successful)" msgstr "" -#: ../../mod/settings.php:1089 -msgid "Maximum private messages per day from unknown people:" +#: ../../mod/contacts.php:334 +msgid "(Update was not successful)" msgstr "" -#: ../../mod/settings.php:1092 -msgid "Notification Settings" +#: ../../mod/contacts.php:336 +msgid "Suggest friends" msgstr "" -#: ../../mod/settings.php:1093 -msgid "By default post a status message when:" +#: ../../mod/contacts.php:340 +#, php-format +msgid "Network type: %s" msgstr "" -#: ../../mod/settings.php:1094 -msgid "accepting a friend request" +#: ../../mod/contacts.php:348 +msgid "View all contacts" msgstr "" -#: ../../mod/settings.php:1095 -msgid "joining a forum/community" +#: ../../mod/contacts.php:356 +msgid "Toggle Blocked status" msgstr "" -#: ../../mod/settings.php:1096 -msgid "making an interesting profile change" +#: ../../mod/contacts.php:359 ../../mod/contacts.php:413 +msgid "Unignore" msgstr "" -#: ../../mod/settings.php:1097 -msgid "Send a notification email when:" +#: ../../mod/contacts.php:359 ../../mod/contacts.php:413 +#: ../../mod/notifications.php:51 ../../mod/notifications.php:164 +#: ../../mod/notifications.php:210 +msgid "Ignore" msgstr "" -#: ../../mod/settings.php:1098 -msgid "You receive an introduction" -msgstr "" +#: ../../mod/contacts.php:362 +msgid "Toggle Ignored status" +msgstr "" -#: ../../mod/settings.php:1099 -msgid "Your introductions are confirmed" +#: ../../mod/contacts.php:366 +msgid "Unarchive" msgstr "" -#: ../../mod/settings.php:1100 -msgid "Someone writes on your profile wall" +#: ../../mod/contacts.php:366 +msgid "Archive" msgstr "" -#: ../../mod/settings.php:1101 -msgid "Someone writes a followup comment" +#: ../../mod/contacts.php:369 +msgid "Toggle Archive status" msgstr "" -#: ../../mod/settings.php:1102 -msgid "You receive a private message" +#: ../../mod/contacts.php:372 +msgid "Repair" msgstr "" -#: ../../mod/settings.php:1103 -msgid "You receive a friend suggestion" +#: ../../mod/contacts.php:375 +msgid "Advanced Contact Settings" msgstr "" -#: ../../mod/settings.php:1104 -msgid "You are tagged in a post" +#: ../../mod/contacts.php:381 +msgid "Communications lost with this contact!" msgstr "" -#: ../../mod/settings.php:1105 -msgid "You are poked/prodded/etc. in a post" +#: ../../mod/contacts.php:384 +msgid "Contact Editor" msgstr "" -#: ../../mod/settings.php:1108 -msgid "Advanced Account/Page Type Settings" +#: ../../mod/contacts.php:387 +msgid "Profile Visibility" msgstr "" -#: ../../mod/settings.php:1109 -msgid "Change the behaviour of this account for special situations" +#: ../../mod/contacts.php:388 +#, php-format +msgid "" +"Please choose the profile you would like to display to %s when viewing your " +"profile securely." msgstr "" -#: ../../mod/admin.php:55 -msgid "Theme settings updated." +#: ../../mod/contacts.php:389 +msgid "Contact Information / Notes" msgstr "" -#: ../../mod/admin.php:96 ../../mod/admin.php:479 -msgid "Site" +#: ../../mod/contacts.php:390 +msgid "Edit contact notes" msgstr "" -#: ../../mod/admin.php:97 ../../mod/admin.php:750 ../../mod/admin.php:764 -msgid "Users" +#: ../../mod/contacts.php:396 +msgid "Block/Unblock contact" msgstr "" -#: ../../mod/admin.php:98 ../../mod/admin.php:847 ../../mod/admin.php:889 -msgid "Plugins" +#: ../../mod/contacts.php:397 +msgid "Ignore contact" msgstr "" -#: ../../mod/admin.php:99 ../../mod/admin.php:1055 ../../mod/admin.php:1089 -msgid "Themes" +#: ../../mod/contacts.php:398 +msgid "Repair URL settings" msgstr "" -#: ../../mod/admin.php:100 -msgid "DB updates" +#: ../../mod/contacts.php:399 +msgid "View conversations" msgstr "" -#: ../../mod/admin.php:115 ../../mod/admin.php:122 ../../mod/admin.php:1176 -msgid "Logs" +#: ../../mod/contacts.php:401 +msgid "Delete contact" msgstr "" -#: ../../mod/admin.php:121 -msgid "Plugin Features" +#: ../../mod/contacts.php:405 +msgid "Last update:" msgstr "" -#: ../../mod/admin.php:123 -msgid "User registrations waiting for confirmation" +#: ../../mod/contacts.php:407 +msgid "Update public posts" msgstr "" -#: ../../mod/admin.php:182 ../../mod/admin.php:721 -msgid "Normal Account" +#: ../../mod/contacts.php:416 +msgid "Currently blocked" msgstr "" -#: ../../mod/admin.php:183 ../../mod/admin.php:722 -msgid "Soapbox Account" +#: ../../mod/contacts.php:417 +msgid "Currently ignored" msgstr "" -#: ../../mod/admin.php:184 ../../mod/admin.php:723 -msgid "Community/Celebrity Account" +#: ../../mod/contacts.php:418 +msgid "Currently archived" msgstr "" -#: ../../mod/admin.php:185 ../../mod/admin.php:724 -msgid "Automatic Friend Account" +#: ../../mod/contacts.php:419 ../../mod/notifications.php:157 +#: ../../mod/notifications.php:204 +msgid "Hide this contact from others" msgstr "" -#: ../../mod/admin.php:186 -msgid "Blog Account" +#: ../../mod/contacts.php:419 +msgid "" +"Replies/likes to your public posts may still be visible" msgstr "" -#: ../../mod/admin.php:187 -msgid "Private Forum" +#: ../../mod/contacts.php:470 +msgid "Suggestions" msgstr "" -#: ../../mod/admin.php:206 -msgid "Message queues" +#: ../../mod/contacts.php:473 +msgid "Suggest potential friends" 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" +#: ../../mod/contacts.php:476 ../../mod/group.php:194 +msgid "All Contacts" msgstr "" -#: ../../mod/admin.php:212 -msgid "Summary" +#: ../../mod/contacts.php:479 +msgid "Show all contacts" msgstr "" -#: ../../mod/admin.php:214 -msgid "Registered users" +#: ../../mod/contacts.php:482 +msgid "Unblocked" msgstr "" -#: ../../mod/admin.php:216 -msgid "Pending registrations" +#: ../../mod/contacts.php:485 +msgid "Only show unblocked contacts" msgstr "" -#: ../../mod/admin.php:217 -msgid "Version" +#: ../../mod/contacts.php:489 +msgid "Blocked" msgstr "" -#: ../../mod/admin.php:219 -msgid "Active plugins" +#: ../../mod/contacts.php:492 +msgid "Only show blocked contacts" msgstr "" -#: ../../mod/admin.php:403 -msgid "Site settings updated." +#: ../../mod/contacts.php:496 +msgid "Ignored" msgstr "" -#: ../../mod/admin.php:449 -msgid "Multi user instance" +#: ../../mod/contacts.php:499 +msgid "Only show ignored contacts" msgstr "" -#: ../../mod/admin.php:465 -msgid "Closed" +#: ../../mod/contacts.php:503 +msgid "Archived" msgstr "" -#: ../../mod/admin.php:466 -msgid "Requires approval" +#: ../../mod/contacts.php:506 +msgid "Only show archived contacts" msgstr "" -#: ../../mod/admin.php:467 -msgid "Open" +#: ../../mod/contacts.php:510 +msgid "Hidden" msgstr "" -#: ../../mod/admin.php:471 -msgid "No SSL policy, links will track page SSL state" +#: ../../mod/contacts.php:513 +msgid "Only show hidden contacts" msgstr "" -#: ../../mod/admin.php:472 -msgid "Force all links to use SSL" +#: ../../mod/contacts.php:561 +msgid "Mutual Friendship" msgstr "" -#: ../../mod/admin.php:473 -msgid "Self-signed certificate, use SSL for local links only (discouraged)" +#: ../../mod/contacts.php:565 +msgid "is a fan of yours" msgstr "" -#: ../../mod/admin.php:482 -msgid "File upload" +#: ../../mod/contacts.php:569 +msgid "you are a fan of" msgstr "" -#: ../../mod/admin.php:483 -msgid "Policies" +#: ../../mod/contacts.php:611 +msgid "Search your contacts" msgstr "" -#: ../../mod/admin.php:484 -msgid "Advanced" +#: ../../mod/contacts.php:612 ../../mod/directory.php:59 +msgid "Finding: " msgstr "" -#: ../../mod/admin.php:485 -msgid "Performance" +#: ../../mod/settings.php:23 ../../mod/photos.php:79 +msgid "everybody" msgstr "" -#: ../../mod/admin.php:489 -msgid "Site name" +#: ../../mod/settings.php:35 +msgid "Additional features" msgstr "" -#: ../../mod/admin.php:490 -msgid "Banner/Logo" +#: ../../mod/settings.php:40 ../../mod/uexport.php:14 +msgid "Display settings" msgstr "" -#: ../../mod/admin.php:491 -msgid "System language" +#: ../../mod/settings.php:46 ../../mod/uexport.php:20 +msgid "Connector settings" msgstr "" -#: ../../mod/admin.php:492 -msgid "System theme" +#: ../../mod/settings.php:51 ../../mod/uexport.php:25 +msgid "Plugin settings" msgstr "" -#: ../../mod/admin.php:492 -msgid "" -"Default system theme - may be over-ridden by user profiles - change theme settings" +#: ../../mod/settings.php:56 ../../mod/uexport.php:30 +msgid "Connected apps" msgstr "" -#: ../../mod/admin.php:493 -msgid "Mobile system theme" +#: ../../mod/settings.php:61 ../../mod/uexport.php:35 ../../mod/uexport.php:80 +msgid "Export personal data" msgstr "" -#: ../../mod/admin.php:493 -msgid "Theme for mobile devices" +#: ../../mod/settings.php:66 ../../mod/uexport.php:40 +msgid "Remove account" msgstr "" -#: ../../mod/admin.php:494 -msgid "SSL link policy" +#: ../../mod/settings.php:118 +msgid "Missing some important data!" msgstr "" -#: ../../mod/admin.php:494 -msgid "Determines whether generated links should be forced to use SSL" +#: ../../mod/settings.php:121 ../../mod/settings.php:586 +msgid "Update" msgstr "" -#: ../../mod/admin.php:495 -msgid "'Share' element" +#: ../../mod/settings.php:227 +msgid "Failed to connect with email account using the settings provided." msgstr "" -#: ../../mod/admin.php:495 -msgid "Activates the bbcode element 'share' for repeating items." +#: ../../mod/settings.php:232 +msgid "Email settings updated." msgstr "" -#: ../../mod/admin.php:496 -msgid "Hide help entry from navigation menu" +#: ../../mod/settings.php:247 +msgid "Features updated" 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." +#: ../../mod/settings.php:307 +msgid "Passwords do not match. Password unchanged." msgstr "" -#: ../../mod/admin.php:497 -msgid "Single user instance" +#: ../../mod/settings.php:312 +msgid "Empty passwords are not allowed. Password unchanged." msgstr "" -#: ../../mod/admin.php:497 -msgid "Make this instance multi-user or single-user for the named user" +#: ../../mod/settings.php:323 +msgid "Password changed." msgstr "" -#: ../../mod/admin.php:498 -msgid "Maximum image size" +#: ../../mod/settings.php:325 +msgid "Password update failed. Please try again." msgstr "" -#: ../../mod/admin.php:498 -msgid "" -"Maximum size in bytes of uploaded images. Default is 0, which means no " -"limits." +#: ../../mod/settings.php:390 +msgid " Please use a shorter name." msgstr "" -#: ../../mod/admin.php:499 -msgid "Maximum image length" +#: ../../mod/settings.php:392 +msgid " Name too short." msgstr "" -#: ../../mod/admin.php:499 -msgid "" -"Maximum length in pixels of the longest side of uploaded images. Default is " -"-1, which means no limits." +#: ../../mod/settings.php:398 +msgid " Not valid email." msgstr "" -#: ../../mod/admin.php:500 -msgid "JPEG image quality" +#: ../../mod/settings.php:400 +msgid " Cannot change to that email." msgstr "" -#: ../../mod/admin.php:500 -msgid "" -"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " -"100, which is full quality." +#: ../../mod/settings.php:454 +msgid "Private forum has no privacy permissions. Using default privacy group." msgstr "" -#: ../../mod/admin.php:502 -msgid "Register policy" +#: ../../mod/settings.php:458 +msgid "Private forum has no privacy permissions and no default privacy group." msgstr "" -#: ../../mod/admin.php:503 -msgid "Maximum Daily Registrations" +#: ../../mod/settings.php:488 +msgid "Settings updated." 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." +#: ../../mod/settings.php:559 ../../mod/settings.php:585 +#: ../../mod/settings.php:621 +msgid "Add application" msgstr "" -#: ../../mod/admin.php:504 -msgid "Register text" +#: ../../mod/settings.php:563 ../../mod/settings.php:589 +msgid "Consumer Key" msgstr "" -#: ../../mod/admin.php:504 -msgid "Will be displayed prominently on the registration page." +#: ../../mod/settings.php:564 ../../mod/settings.php:590 +msgid "Consumer Secret" msgstr "" -#: ../../mod/admin.php:505 -msgid "Accounts abandoned after x days" +#: ../../mod/settings.php:565 ../../mod/settings.php:591 +msgid "Redirect" msgstr "" -#: ../../mod/admin.php:505 -msgid "" -"Will not waste system resources polling external sites for abandonded " -"accounts. Enter 0 for no time limit." +#: ../../mod/settings.php:566 ../../mod/settings.php:592 +msgid "Icon url" msgstr "" -#: ../../mod/admin.php:506 -msgid "Allowed friend domains" +#: ../../mod/settings.php:577 +msgid "You can't edit this application." 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" +#: ../../mod/settings.php:620 +msgid "Connected Apps" msgstr "" -#: ../../mod/admin.php:507 -msgid "Allowed email domains" +#: ../../mod/settings.php:622 ../../mod/editpost.php:109 +#: ../../mod/content.php:751 ../../object/Item.php:117 +msgid "Edit" 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" +#: ../../mod/settings.php:624 +msgid "Client key starts with" msgstr "" -#: ../../mod/admin.php:508 -msgid "Block public" +#: ../../mod/settings.php:625 +msgid "No name" 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." +#: ../../mod/settings.php:626 +msgid "Remove authorization" msgstr "" -#: ../../mod/admin.php:509 -msgid "Force publish" +#: ../../mod/settings.php:638 +msgid "No Plugin settings configured" msgstr "" -#: ../../mod/admin.php:509 -msgid "" -"Check to force all profiles on this site to be listed in the site directory." +#: ../../mod/settings.php:646 +msgid "Plugin Settings" msgstr "" -#: ../../mod/admin.php:510 -msgid "Global directory update URL" +#: ../../mod/settings.php:660 +msgid "Off" 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." +#: ../../mod/settings.php:660 +msgid "On" msgstr "" -#: ../../mod/admin.php:511 -msgid "Allow threaded items" +#: ../../mod/settings.php:668 +msgid "Additional Features" msgstr "" -#: ../../mod/admin.php:511 -msgid "Allow infinite level threading for items on this site." +#: ../../mod/settings.php:681 ../../mod/settings.php:682 +#, php-format +msgid "Built-in support for %s connectivity is %s" msgstr "" -#: ../../mod/admin.php:512 -msgid "Private posts by default for new users" +#: ../../mod/settings.php:681 ../../mod/settings.php:682 +msgid "enabled" msgstr "" -#: ../../mod/admin.php:512 -msgid "" -"Set default post permissions for all new members to the default privacy " -"group rather than public." +#: ../../mod/settings.php:681 ../../mod/settings.php:682 +msgid "disabled" msgstr "" -#: ../../mod/admin.php:513 -msgid "Don't include post content in email notifications" +#: ../../mod/settings.php:682 +msgid "StatusNet" 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." +#: ../../mod/settings.php:714 +msgid "Email access is disabled on this site." msgstr "" -#: ../../mod/admin.php:514 -msgid "Disallow public access to addons listed in the apps menu." +#: ../../mod/settings.php:721 +msgid "Connector Settings" msgstr "" -#: ../../mod/admin.php:514 +#: ../../mod/settings.php:726 +msgid "Email/Mailbox Setup" +msgstr "" + +#: ../../mod/settings.php:727 msgid "" -"Checking this box will restrict addons listed in the apps menu to members " -"only." +"If you wish to communicate with email contacts using this service " +"(optional), please specify how to connect to your mailbox." msgstr "" -#: ../../mod/admin.php:515 -msgid "Don't embed private images in posts" +#: ../../mod/settings.php:728 +msgid "Last successful email check:" 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." +#: ../../mod/settings.php:730 +msgid "IMAP server name:" msgstr "" -#: ../../mod/admin.php:517 -msgid "Block multiple registrations" +#: ../../mod/settings.php:731 +msgid "IMAP port:" msgstr "" -#: ../../mod/admin.php:517 -msgid "Disallow users to register additional accounts for use as pages." +#: ../../mod/settings.php:732 +msgid "Security:" msgstr "" -#: ../../mod/admin.php:518 -msgid "OpenID support" +#: ../../mod/settings.php:732 ../../mod/settings.php:737 +msgid "None" msgstr "" -#: ../../mod/admin.php:518 -msgid "OpenID support for registration and logins." +#: ../../mod/settings.php:733 +msgid "Email login name:" msgstr "" -#: ../../mod/admin.php:519 -msgid "Fullname check" +#: ../../mod/settings.php:734 +msgid "Email password:" msgstr "" -#: ../../mod/admin.php:519 -msgid "" -"Force users to register with a space between firstname and lastname in Full " -"name, as an antispam measure" +#: ../../mod/settings.php:735 +msgid "Reply-to address:" msgstr "" -#: ../../mod/admin.php:520 -msgid "UTF-8 Regular expressions" +#: ../../mod/settings.php:736 +msgid "Send public posts to all email contacts:" msgstr "" -#: ../../mod/admin.php:520 -msgid "Use PHP UTF8 regular expressions" +#: ../../mod/settings.php:737 +msgid "Action after import:" msgstr "" -#: ../../mod/admin.php:521 -msgid "Show Community Page" +#: ../../mod/settings.php:737 +msgid "Mark as seen" msgstr "" -#: ../../mod/admin.php:521 -msgid "" -"Display a Community page showing all recent public postings on this site." +#: ../../mod/settings.php:737 +msgid "Move to folder" msgstr "" -#: ../../mod/admin.php:522 -msgid "Enable OStatus support" +#: ../../mod/settings.php:738 +msgid "Move to folder:" 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." +#: ../../mod/settings.php:809 +msgid "Display Settings" msgstr "" -#: ../../mod/admin.php:523 -msgid "Enable Diaspora support" +#: ../../mod/settings.php:815 ../../mod/settings.php:826 +msgid "Display Theme:" msgstr "" -#: ../../mod/admin.php:523 -msgid "Provide built-in Diaspora network compatibility." +#: ../../mod/settings.php:816 +msgid "Mobile Theme:" msgstr "" -#: ../../mod/admin.php:524 -msgid "Only allow Friendica contacts" +#: ../../mod/settings.php:817 +msgid "Update browser every xx seconds" msgstr "" -#: ../../mod/admin.php:524 -msgid "" -"All contacts must use Friendica protocols. All other built-in communication " -"protocols disabled." +#: ../../mod/settings.php:817 +msgid "Minimum of 10 seconds, no maximum" msgstr "" -#: ../../mod/admin.php:525 -msgid "Verify SSL" +#: ../../mod/settings.php:818 +msgid "Number of items to display per page:" 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." +#: ../../mod/settings.php:818 +msgid "Maximum of 100 items" msgstr "" -#: ../../mod/admin.php:526 -msgid "Proxy user" +#: ../../mod/settings.php:819 +msgid "Don't show emoticons" msgstr "" -#: ../../mod/admin.php:527 -msgid "Proxy URL" +#: ../../mod/settings.php:895 +msgid "Normal Account Page" msgstr "" -#: ../../mod/admin.php:528 -msgid "Network timeout" +#: ../../mod/settings.php:896 +msgid "This account is a normal personal profile" msgstr "" -#: ../../mod/admin.php:528 -msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." +#: ../../mod/settings.php:899 +msgid "Soapbox Page" msgstr "" -#: ../../mod/admin.php:529 -msgid "Delivery interval" +#: ../../mod/settings.php:900 +msgid "Automatically approve all connection/friend requests as read-only fans" 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." +#: ../../mod/settings.php:903 +msgid "Community Forum/Celebrity Account" +msgstr "" + +#: ../../mod/settings.php:904 +msgid "Automatically approve all connection/friend requests as read-write fans" msgstr "" -#: ../../mod/admin.php:530 -msgid "Poll interval" +#: ../../mod/settings.php:907 +msgid "Automatic Friend Page" msgstr "" -#: ../../mod/admin.php:530 -msgid "" -"Delay background polling processes by this many seconds to reduce system " -"load. If 0, use delivery interval." +#: ../../mod/settings.php:908 +msgid "Automatically approve all connection/friend requests as friends" msgstr "" -#: ../../mod/admin.php:531 -msgid "Maximum Load Average" +#: ../../mod/settings.php:911 +msgid "Private Forum [Experimental]" msgstr "" -#: ../../mod/admin.php:531 -msgid "" -"Maximum system load before delivery and poll processes are deferred - " -"default 50." +#: ../../mod/settings.php:912 +msgid "Private forum - approved members only" msgstr "" -#: ../../mod/admin.php:533 -msgid "Use MySQL full text engine" +#: ../../mod/settings.php:924 +msgid "OpenID:" msgstr "" -#: ../../mod/admin.php:533 -msgid "" -"Activates the full text engine. Speeds up search - but can only search for " -"four and more characters." +#: ../../mod/settings.php:924 +msgid "(Optional) Allow this OpenID to login to this account." msgstr "" -#: ../../mod/admin.php:534 -msgid "Path to item cache" +#: ../../mod/settings.php:934 +msgid "Publish your default profile in your local site directory?" msgstr "" -#: ../../mod/admin.php:535 -msgid "Cache duration in seconds" +#: ../../mod/settings.php:940 +msgid "Publish your default profile in the global social directory?" msgstr "" -#: ../../mod/admin.php:535 -msgid "" -"How long should the cache files be hold? Default value is 86400 seconds (One " -"day)." +#: ../../mod/settings.php:948 +msgid "Hide your contact/friend list from viewers of your default profile?" msgstr "" -#: ../../mod/admin.php:536 -msgid "Path for lock file" +#: ../../mod/settings.php:952 +msgid "Hide your profile details from unknown viewers?" msgstr "" -#: ../../mod/admin.php:537 -msgid "Temp path" +#: ../../mod/settings.php:957 +msgid "Allow friends to post to your profile page?" msgstr "" -#: ../../mod/admin.php:538 -msgid "Base path to installation" +#: ../../mod/settings.php:963 +msgid "Allow friends to tag your posts?" msgstr "" -#: ../../mod/admin.php:555 -msgid "Update has been marked successful" +#: ../../mod/settings.php:969 +msgid "Allow us to suggest you as a potential friend to new members?" msgstr "" -#: ../../mod/admin.php:565 -#, php-format -msgid "Executing %s failed. Check system logs." +#: ../../mod/settings.php:975 +msgid "Permit unknown people to send you private mail?" msgstr "" -#: ../../mod/admin.php:568 -#, php-format -msgid "Update %s was successfully applied." +#: ../../mod/settings.php:983 +msgid "Profile is not published." msgstr "" -#: ../../mod/admin.php:572 -#, php-format -msgid "Update %s did not return a status. Unknown if it succeeded." +#: ../../mod/settings.php:986 ../../mod/profile_photo.php:248 +msgid "or" msgstr "" -#: ../../mod/admin.php:575 -#, php-format -msgid "Update function %s could not be found." +#: ../../mod/settings.php:991 +msgid "Your Identity Address is" msgstr "" -#: ../../mod/admin.php:590 -msgid "No failed updates." +#: ../../mod/settings.php:1002 +msgid "Automatically expire posts after this many days:" msgstr "" -#: ../../mod/admin.php:594 -msgid "Failed Updates" +#: ../../mod/settings.php:1002 +msgid "If empty, posts will not expire. Expired posts will be deleted" msgstr "" -#: ../../mod/admin.php:595 -msgid "" -"This does not include updates prior to 1139, which did not return a status." +#: ../../mod/settings.php:1003 +msgid "Advanced expiration settings" msgstr "" -#: ../../mod/admin.php:596 -msgid "Mark success (if update was manually applied)" +#: ../../mod/settings.php:1004 +msgid "Advanced Expiration" msgstr "" -#: ../../mod/admin.php:597 -msgid "Attempt to execute this update step automatically" +#: ../../mod/settings.php:1005 +msgid "Expire posts:" msgstr "" -#: ../../mod/admin.php:622 -#, php-format -msgid "%s user blocked/unblocked" -msgid_plural "%s users blocked/unblocked" -msgstr[0] "" -msgstr[1] "" +#: ../../mod/settings.php:1006 +msgid "Expire personal notes:" +msgstr "" -#: ../../mod/admin.php:629 -#, php-format -msgid "%s user deleted" -msgid_plural "%s users deleted" -msgstr[0] "" -msgstr[1] "" +#: ../../mod/settings.php:1007 +msgid "Expire starred posts:" +msgstr "" -#: ../../mod/admin.php:668 -#, php-format -msgid "User '%s' deleted" +#: ../../mod/settings.php:1008 +msgid "Expire photos:" msgstr "" -#: ../../mod/admin.php:676 -#, php-format -msgid "User '%s' unblocked" +#: ../../mod/settings.php:1009 +msgid "Only expire posts by others:" msgstr "" -#: ../../mod/admin.php:676 -#, php-format -msgid "User '%s' blocked" +#: ../../mod/settings.php:1035 +msgid "Account Settings" msgstr "" -#: ../../mod/admin.php:752 -msgid "select all" +#: ../../mod/settings.php:1043 +msgid "Password Settings" msgstr "" -#: ../../mod/admin.php:753 -msgid "User registrations waiting for confirm" +#: ../../mod/settings.php:1044 +msgid "New Password:" msgstr "" -#: ../../mod/admin.php:754 -msgid "Request date" +#: ../../mod/settings.php:1045 +msgid "Confirm:" msgstr "" -#: ../../mod/admin.php:755 -msgid "No registrations." +#: ../../mod/settings.php:1045 +msgid "Leave password fields blank unless changing" msgstr "" -#: ../../mod/admin.php:756 ../../mod/notifications.php:161 -#: ../../mod/notifications.php:208 -msgid "Approve" +#: ../../mod/settings.php:1049 +msgid "Basic Settings" msgstr "" -#: ../../mod/admin.php:757 -msgid "Deny" +#: ../../mod/settings.php:1051 +msgid "Email Address:" msgstr "" -#: ../../mod/admin.php:761 -msgid "Site admin" +#: ../../mod/settings.php:1052 +msgid "Your Timezone:" msgstr "" -#: ../../mod/admin.php:762 -msgid "Account expired" +#: ../../mod/settings.php:1053 +msgid "Default Post Location:" msgstr "" -#: ../../mod/admin.php:765 -msgid "Register date" +#: ../../mod/settings.php:1054 +msgid "Use Browser Location:" msgstr "" -#: ../../mod/admin.php:765 -msgid "Last login" +#: ../../mod/settings.php:1057 +msgid "Security and Privacy Settings" msgstr "" -#: ../../mod/admin.php:765 -msgid "Last item" +#: ../../mod/settings.php:1059 +msgid "Maximum Friend Requests/Day:" msgstr "" -#: ../../mod/admin.php:765 -msgid "Account" +#: ../../mod/settings.php:1059 ../../mod/settings.php:1089 +msgid "(to prevent spam abuse)" 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?" +#: ../../mod/settings.php:1060 +msgid "Default Post Permissions" 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?" +#: ../../mod/settings.php:1061 +msgid "(click to open/close)" msgstr "" -#: ../../mod/admin.php:809 -#, php-format -msgid "Plugin %s disabled." +#: ../../mod/settings.php:1070 ../../mod/photos.php:1140 +#: ../../mod/photos.php:1506 +msgid "Show to Groups" msgstr "" -#: ../../mod/admin.php:813 -#, php-format -msgid "Plugin %s enabled." +#: ../../mod/settings.php:1071 ../../mod/photos.php:1141 +#: ../../mod/photos.php:1507 +msgid "Show to Contacts" msgstr "" -#: ../../mod/admin.php:823 ../../mod/admin.php:1026 -msgid "Disable" +#: ../../mod/settings.php:1072 +msgid "Default Private Post" msgstr "" -#: ../../mod/admin.php:825 ../../mod/admin.php:1028 -msgid "Enable" +#: ../../mod/settings.php:1073 +msgid "Default Public Post" msgstr "" -#: ../../mod/admin.php:848 ../../mod/admin.php:1056 -msgid "Toggle" +#: ../../mod/settings.php:1077 +msgid "Default Permissions for New Posts" msgstr "" -#: ../../mod/admin.php:856 ../../mod/admin.php:1066 -msgid "Author: " +#: ../../mod/settings.php:1089 +msgid "Maximum private messages per day from unknown people:" msgstr "" -#: ../../mod/admin.php:857 ../../mod/admin.php:1067 -msgid "Maintainer: " +#: ../../mod/settings.php:1092 +msgid "Notification Settings" msgstr "" -#: ../../mod/admin.php:986 -msgid "No themes found." +#: ../../mod/settings.php:1093 +msgid "By default post a status message when:" msgstr "" -#: ../../mod/admin.php:1048 -msgid "Screenshot" +#: ../../mod/settings.php:1094 +msgid "accepting a friend request" msgstr "" -#: ../../mod/admin.php:1094 -msgid "[Experimental]" +#: ../../mod/settings.php:1095 +msgid "joining a forum/community" msgstr "" -#: ../../mod/admin.php:1095 -msgid "[Unsupported]" +#: ../../mod/settings.php:1096 +msgid "making an interesting profile change" msgstr "" -#: ../../mod/admin.php:1122 -msgid "Log settings updated." +#: ../../mod/settings.php:1097 +msgid "Send a notification email when:" msgstr "" -#: ../../mod/admin.php:1178 -msgid "Clear" +#: ../../mod/settings.php:1098 +msgid "You receive an introduction" msgstr "" -#: ../../mod/admin.php:1184 -msgid "Enable Debugging" +#: ../../mod/settings.php:1099 +msgid "Your introductions are confirmed" msgstr "" -#: ../../mod/admin.php:1185 -msgid "Log file" +#: ../../mod/settings.php:1100 +msgid "Someone writes on your profile wall" msgstr "" -#: ../../mod/admin.php:1185 -msgid "" -"Must be writable by web server. Relative to your Friendica top-level " -"directory." +#: ../../mod/settings.php:1101 +msgid "Someone writes a followup comment" msgstr "" -#: ../../mod/admin.php:1186 -msgid "Log level" +#: ../../mod/settings.php:1102 +msgid "You receive a private message" msgstr "" -#: ../../mod/admin.php:1236 -msgid "Close" +#: ../../mod/settings.php:1103 +msgid "You receive a friend suggestion" msgstr "" -#: ../../mod/admin.php:1242 -msgid "FTP Host" +#: ../../mod/settings.php:1104 +msgid "You are tagged in a post" msgstr "" -#: ../../mod/admin.php:1243 -msgid "FTP Path" +#: ../../mod/settings.php:1105 +msgid "You are poked/prodded/etc. in a post" msgstr "" -#: ../../mod/admin.php:1244 -msgid "FTP User" +#: ../../mod/settings.php:1108 +msgid "Advanced Account/Page Type Settings" msgstr "" -#: ../../mod/admin.php:1245 -msgid "FTP Password" +#: ../../mod/settings.php:1109 +msgid "Change the behaviour of this account for special situations" msgstr "" #: ../../mod/share.php:44 @@ -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 "" -- 2.39.5