This commit is contained in:
Thomas Willingham 2012-09-16 16:17:43 +01:00
commit f198953790
11 changed files with 235 additions and 230 deletions

View file

@ -11,7 +11,7 @@ require_once('include/cache.php');
require_once('library/Mobile_Detect/Mobile_Detect.php'); require_once('library/Mobile_Detect/Mobile_Detect.php');
define ( 'FRIENDICA_PLATFORM', 'Friendica'); define ( 'FRIENDICA_PLATFORM', 'Friendica');
define ( 'FRIENDICA_VERSION', '3.0.1465' ); define ( 'FRIENDICA_VERSION', '3.0.1467' );
define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
define ( 'DB_UPDATE_VERSION', 1155 ); define ( 'DB_UPDATE_VERSION', 1155 );

View file

@ -663,7 +663,7 @@ function import_profile_photo($photo,$uid,$cid) {
intval($uid), intval($uid),
intval($cid) intval($cid)
); );
if(count($r)) { if(count($r) && strlen($r[0]['resource-id'])) {
$hash = $r[0]['resource-id']; $hash = $r[0]['resource-id'];
} }
else { else {

View file

@ -1280,6 +1280,7 @@ function status_editor($a,$x, $notes_cid = 0, $popup=false) {
'$profile_uid' => $x['profile_uid'], '$profile_uid' => $x['profile_uid'],
'$preview' => t('Preview'), '$preview' => t('Preview'),
'$sourceapp' => t($a->sourcename), '$sourceapp' => t($a->sourcename),
'$cancel' => t('Cancel')
)); ));

View file

@ -158,6 +158,8 @@ class HTML5_TreeBuilder {
if ($this->ignore_lf_token) $this->ignore_lf_token--; if ($this->ignore_lf_token) $this->ignore_lf_token--;
$this->ignored = false; $this->ignored = false;
$token['name'] = str_replace(':', '-', $token['name']);
// indenting is a little wonky, this can be changed later on // indenting is a little wonky, this can be changed later on
switch ($mode) { switch ($mode) {
@ -1429,7 +1431,7 @@ class HTML5_TreeBuilder {
case 'tbody': case 'td': case 'tfoot': case 'th': case 'thead': case 'tr': case 'tbody': case 'td': case 'tfoot': case 'th': case 'thead': case 'tr':
// parse error // parse error
break; break;
/* A start tag token not covered by the previous entries */ /* A start tag token not covered by the previous entries */
default: default:
/* Reconstruct the active formatting elements, if any. */ /* Reconstruct the active formatting elements, if any. */
@ -3038,7 +3040,7 @@ class HTML5_TreeBuilder {
private function insertElement($token, $append = true) { private function insertElement($token, $append = true) {
$el = $this->dom->createElementNS(self::NS_HTML, $token['name']); $el = $this->dom->createElementNS(self::NS_HTML, $token['name']);
if (!empty($token['attr'])) { if (!empty($token['attr'])) {
foreach($token['attr'] as $attr) { foreach($token['attr'] as $attr) {

View file

@ -133,6 +133,7 @@ function editpost_content(&$a) {
'$preview' => t('Preview'), '$preview' => t('Preview'),
'$jotplugins' => $jotplugins, '$jotplugins' => $jotplugins,
'$sourceapp' => t($a->sourcename), '$sourceapp' => t($a->sourcename),
'$cancel' => t('Cancel')
)); ));
return $o; return $o;

View file

@ -373,8 +373,8 @@ function item_post(&$a) {
$match = null; $match = null;
if((! $preview) && preg_match_all("/\[img\](.*?)\[\/img\]/",$body,$match)) { if((! $preview) && preg_match_all("/\[img([\=0-9x]*?)\](.*?)\[\/img\]/",$body,$match)) {
$images = $match[1]; $images = $match[2];
if(count($images)) { if(count($images)) {
foreach($images as $image) { foreach($images as $image) {
if(! stristr($image,$a->get_baseurl() . '/photo/')) if(! stristr($image,$a->get_baseurl() . '/photo/'))

View file

@ -6,9 +6,9 @@
#, fuzzy #, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 3.0.1465\n" "Project-Id-Version: 3.0.1467\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-09-13 10:00-0700\n" "POT-Creation-Date: 2012-09-15 10:00-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -176,7 +176,7 @@ msgstr ""
#: ../../view/theme/diabook/theme.php:757 #: ../../view/theme/diabook/theme.php:757
#: ../../view/theme/diabook/config.php:190 #: ../../view/theme/diabook/config.php:190
#: ../../view/theme/quattro/config.php:52 ../../view/theme/dispy/config.php:70 #: ../../view/theme/quattro/config.php:52 ../../view/theme/dispy/config.php:70
#: ../../include/conversation.php:591 ../../object/Item.php:532 #: ../../include/conversation.php:601 ../../object/Item.php:532
msgid "Submit" msgid "Submit"
msgstr "" msgstr ""
@ -236,7 +236,7 @@ msgid "link to source"
msgstr "" msgstr ""
#: ../../mod/events.php:331 ../../view/theme/diabook/theme.php:131 #: ../../mod/events.php:331 ../../view/theme/diabook/theme.php:131
#: ../../include/nav.php:52 ../../boot.php:1683 #: ../../include/nav.php:52 ../../boot.php:1689
msgid "Events" msgid "Events"
msgstr "" msgstr ""
@ -374,7 +374,7 @@ msgstr ""
msgid "No" msgid "No"
msgstr "" msgstr ""
#: ../../mod/photos.php:46 ../../boot.php:1676 #: ../../mod/photos.php:46 ../../boot.php:1682
msgid "Photo Albums" msgid "Photo Albums"
msgstr "" msgstr ""
@ -404,8 +404,8 @@ msgstr ""
#: ../../mod/profile_photo.php:204 ../../mod/profile_photo.php:296 #: ../../mod/profile_photo.php:204 ../../mod/profile_photo.php:296
#: ../../mod/profile_photo.php:305 #: ../../mod/profile_photo.php:305
#: ../../addon/communityhome/communityhome.php:111 #: ../../addon/communityhome/communityhome.php:111
#: ../../view/theme/diabook/theme.php:599 ../../include/user.php:318 #: ../../view/theme/diabook/theme.php:599 ../../include/user.php:324
#: ../../include/user.php:325 ../../include/user.php:332 #: ../../include/user.php:331 ../../include/user.php:338
msgid "Profile Photos" msgid "Profile Photos"
msgstr "" msgstr ""
@ -577,51 +577,51 @@ msgid "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
msgstr "" msgstr ""
#: ../../mod/photos.php:1356 ../../mod/content.php:665 #: ../../mod/photos.php:1356 ../../mod/content.php:665
#: ../../include/conversation.php:565 ../../object/Item.php:185 #: ../../include/conversation.php:575 ../../object/Item.php:185
msgid "I like this (toggle)" msgid "I like this (toggle)"
msgstr "" msgstr ""
#: ../../mod/photos.php:1357 ../../mod/content.php:666 #: ../../mod/photos.php:1357 ../../mod/content.php:666
#: ../../include/conversation.php:566 ../../object/Item.php:186 #: ../../include/conversation.php:576 ../../object/Item.php:186
msgid "I don't like this (toggle)" msgid "I don't like this (toggle)"
msgstr "" msgstr ""
#: ../../mod/photos.php:1358 ../../include/conversation.php:1214 #: ../../mod/photos.php:1358 ../../include/conversation.php:1244
msgid "Share" msgid "Share"
msgstr "" msgstr ""
#: ../../mod/photos.php:1359 ../../mod/editpost.php:112 #: ../../mod/photos.php:1359 ../../mod/editpost.php:112
#: ../../mod/content.php:482 ../../mod/content.php:843 #: ../../mod/content.php:482 ../../mod/content.php:843
#: ../../mod/wallmessage.php:152 ../../mod/message.php:293 #: ../../mod/wallmessage.php:152 ../../mod/message.php:293
#: ../../mod/message.php:481 ../../include/conversation.php:659 #: ../../mod/message.php:481 ../../include/conversation.php:671
#: ../../include/conversation.php:891 ../../include/conversation.php:1233 #: ../../include/conversation.php:921 ../../include/conversation.php:1263
#: ../../object/Item.php:237 #: ../../object/Item.php:237
msgid "Please wait" msgid "Please wait"
msgstr "" msgstr ""
#: ../../mod/photos.php:1375 ../../mod/photos.php:1416 #: ../../mod/photos.php:1375 ../../mod/photos.php:1416
#: ../../mod/photos.php:1448 ../../mod/content.php:688 #: ../../mod/photos.php:1448 ../../mod/content.php:688
#: ../../include/conversation.php:588 ../../object/Item.php:529 #: ../../include/conversation.php:598 ../../object/Item.php:529
msgid "This is you" msgid "This is you"
msgstr "" msgstr ""
#: ../../mod/photos.php:1377 ../../mod/photos.php:1418 #: ../../mod/photos.php:1377 ../../mod/photos.php:1418
#: ../../mod/photos.php:1450 ../../mod/content.php:690 #: ../../mod/photos.php:1450 ../../mod/content.php:690
#: ../../include/conversation.php:590 ../../boot.php:574 #: ../../include/conversation.php:600 ../../boot.php:574
#: ../../object/Item.php:531 #: ../../object/Item.php:531
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#: ../../mod/photos.php:1379 ../../mod/editpost.php:133 #: ../../mod/photos.php:1379 ../../mod/editpost.php:133
#: ../../mod/content.php:700 ../../include/conversation.php:600 #: ../../mod/content.php:700 ../../include/conversation.php:610
#: ../../include/conversation.php:1251 ../../object/Item.php:541 #: ../../include/conversation.php:1281 ../../object/Item.php:541
msgid "Preview" msgid "Preview"
msgstr "" msgstr ""
#: ../../mod/photos.php:1479 ../../mod/content.php:439 #: ../../mod/photos.php:1479 ../../mod/content.php:439
#: ../../mod/content.php:721 ../../mod/settings.php:606 #: ../../mod/content.php:721 ../../mod/settings.php:606
#: ../../mod/settings.php:695 ../../mod/group.php:168 ../../mod/admin.php:694 #: ../../mod/settings.php:695 ../../mod/group.php:168 ../../mod/admin.php:694
#: ../../include/conversation.php:440 ../../include/conversation.php:847 #: ../../include/conversation.php:440 ../../include/conversation.php:874
#: ../../object/Item.php:116 #: ../../object/Item.php:116
msgid "Delete" msgid "Delete"
msgstr "" msgstr ""
@ -688,7 +688,7 @@ msgstr ""
msgid "Edit post" msgid "Edit post"
msgstr "" msgstr ""
#: ../../mod/editpost.php:88 ../../include/conversation.php:1200 #: ../../mod/editpost.php:88 ../../include/conversation.php:1230
msgid "Post to Email" msgid "Post to Email"
msgstr "" msgstr ""
@ -700,17 +700,17 @@ msgstr ""
#: ../../mod/editpost.php:104 ../../mod/wallmessage.php:150 #: ../../mod/editpost.php:104 ../../mod/wallmessage.php:150
#: ../../mod/message.php:291 ../../mod/message.php:478 #: ../../mod/message.php:291 ../../mod/message.php:478
#: ../../include/conversation.php:1215 #: ../../include/conversation.php:1245
msgid "Upload photo" msgid "Upload photo"
msgstr "" msgstr ""
#: ../../mod/editpost.php:105 ../../include/conversation.php:1217 #: ../../mod/editpost.php:105 ../../include/conversation.php:1247
msgid "Attach file" msgid "Attach file"
msgstr "" msgstr ""
#: ../../mod/editpost.php:106 ../../mod/wallmessage.php:151 #: ../../mod/editpost.php:106 ../../mod/wallmessage.php:151
#: ../../mod/message.php:292 ../../mod/message.php:479 #: ../../mod/message.php:292 ../../mod/message.php:479
#: ../../include/conversation.php:1219 #: ../../include/conversation.php:1249
msgid "Insert web link" msgid "Insert web link"
msgstr "" msgstr ""
@ -726,35 +726,35 @@ msgstr ""
msgid "Insert Vorbis [.ogg] audio" msgid "Insert Vorbis [.ogg] audio"
msgstr "" msgstr ""
#: ../../mod/editpost.php:110 ../../include/conversation.php:1225 #: ../../mod/editpost.php:110 ../../include/conversation.php:1255
msgid "Set your location" msgid "Set your location"
msgstr "" msgstr ""
#: ../../mod/editpost.php:111 ../../include/conversation.php:1227 #: ../../mod/editpost.php:111 ../../include/conversation.php:1257
msgid "Clear browser location" msgid "Clear browser location"
msgstr "" msgstr ""
#: ../../mod/editpost.php:113 ../../include/conversation.php:1234 #: ../../mod/editpost.php:113 ../../include/conversation.php:1264
msgid "Permission settings" msgid "Permission settings"
msgstr "" msgstr ""
#: ../../mod/editpost.php:121 ../../include/conversation.php:1243 #: ../../mod/editpost.php:121 ../../include/conversation.php:1273
msgid "CC: email addresses" msgid "CC: email addresses"
msgstr "" msgstr ""
#: ../../mod/editpost.php:122 ../../include/conversation.php:1244 #: ../../mod/editpost.php:122 ../../include/conversation.php:1274
msgid "Public post" msgid "Public post"
msgstr "" msgstr ""
#: ../../mod/editpost.php:125 ../../include/conversation.php:1230 #: ../../mod/editpost.php:125 ../../include/conversation.php:1260
msgid "Set title" msgid "Set title"
msgstr "" msgstr ""
#: ../../mod/editpost.php:127 ../../include/conversation.php:1232 #: ../../mod/editpost.php:127 ../../include/conversation.php:1262
msgid "Categories (comma-separated list)" msgid "Categories (comma-separated list)"
msgstr "" msgstr ""
#: ../../mod/editpost.php:128 ../../include/conversation.php:1246 #: ../../mod/editpost.php:128 ../../include/conversation.php:1276
msgid "Example: bob@example.com, mary@example.com" msgid "Example: bob@example.com, mary@example.com"
msgstr "" msgstr ""
@ -1296,31 +1296,31 @@ msgid "Group: "
msgstr "" msgstr ""
#: ../../mod/content.php:438 ../../mod/content.php:720 #: ../../mod/content.php:438 ../../mod/content.php:720
#: ../../include/conversation.php:439 ../../include/conversation.php:846 #: ../../include/conversation.php:439 ../../include/conversation.php:873
#: ../../object/Item.php:115 #: ../../object/Item.php:115
msgid "Select" msgid "Select"
msgstr "" msgstr ""
#: ../../mod/content.php:455 ../../mod/content.php:813 #: ../../mod/content.php:455 ../../mod/content.php:813
#: ../../mod/content.php:814 ../../include/conversation.php:627 #: ../../mod/content.php:814 ../../include/conversation.php:639
#: ../../include/conversation.php:628 ../../include/conversation.php:863 #: ../../include/conversation.php:640 ../../include/conversation.php:890
#: ../../object/Item.php:206 ../../object/Item.php:207 #: ../../object/Item.php:206 ../../object/Item.php:207
#, php-format #, php-format
msgid "View %s's profile @ %s" msgid "View %s's profile @ %s"
msgstr "" msgstr ""
#: ../../mod/content.php:465 ../../mod/content.php:825 #: ../../mod/content.php:465 ../../mod/content.php:825
#: ../../include/conversation.php:641 ../../include/conversation.php:874 #: ../../include/conversation.php:653 ../../include/conversation.php:904
#: ../../object/Item.php:219 #: ../../object/Item.php:219
#, php-format #, php-format
msgid "%s from %s" msgid "%s from %s"
msgstr "" msgstr ""
#: ../../mod/content.php:480 ../../include/conversation.php:889 #: ../../mod/content.php:480 ../../include/conversation.php:919
msgid "View in context" msgid "View in context"
msgstr "" msgstr ""
#: ../../mod/content.php:586 ../../include/conversation.php:668 #: ../../mod/content.php:586 ../../include/conversation.php:680
#: ../../object/Item.php:256 #: ../../object/Item.php:256
#, php-format #, php-format
msgid "%d comment" msgid "%d comment"
@ -1330,92 +1330,92 @@ msgstr[1] ""
#: ../../mod/content.php:587 ../../addon/page/page.php:76 #: ../../mod/content.php:587 ../../addon/page/page.php:76
#: ../../addon/page/page.php:110 ../../addon/showmore/showmore.php:119 #: ../../addon/page/page.php:110 ../../addon/showmore/showmore.php:119
#: ../../include/contact_widgets.php:195 ../../include/conversation.php:669 #: ../../include/contact_widgets.php:195 ../../include/conversation.php:681
#: ../../boot.php:575 ../../object/Item.php:257 #: ../../boot.php:575 ../../object/Item.php:257
msgid "show more" msgid "show more"
msgstr "" msgstr ""
#: ../../mod/content.php:665 ../../include/conversation.php:565 #: ../../mod/content.php:665 ../../include/conversation.php:575
#: ../../object/Item.php:185 #: ../../object/Item.php:185
msgid "like" msgid "like"
msgstr "" msgstr ""
#: ../../mod/content.php:666 ../../include/conversation.php:566 #: ../../mod/content.php:666 ../../include/conversation.php:576
#: ../../object/Item.php:186 #: ../../object/Item.php:186
msgid "dislike" msgid "dislike"
msgstr "" msgstr ""
#: ../../mod/content.php:668 ../../include/conversation.php:568 #: ../../mod/content.php:668 ../../include/conversation.php:578
#: ../../object/Item.php:188 #: ../../object/Item.php:188
msgid "Share this" msgid "Share this"
msgstr "" msgstr ""
#: ../../mod/content.php:668 ../../include/conversation.php:568 #: ../../mod/content.php:668 ../../include/conversation.php:578
#: ../../object/Item.php:188 #: ../../object/Item.php:188
msgid "share" msgid "share"
msgstr "" msgstr ""
#: ../../mod/content.php:692 ../../include/conversation.php:592 #: ../../mod/content.php:692 ../../include/conversation.php:602
#: ../../object/Item.php:533 #: ../../object/Item.php:533
msgid "Bold" msgid "Bold"
msgstr "" msgstr ""
#: ../../mod/content.php:693 ../../include/conversation.php:593 #: ../../mod/content.php:693 ../../include/conversation.php:603
#: ../../object/Item.php:534 #: ../../object/Item.php:534
msgid "Italic" msgid "Italic"
msgstr "" msgstr ""
#: ../../mod/content.php:694 ../../include/conversation.php:594 #: ../../mod/content.php:694 ../../include/conversation.php:604
#: ../../object/Item.php:535 #: ../../object/Item.php:535
msgid "Underline" msgid "Underline"
msgstr "" msgstr ""
#: ../../mod/content.php:695 ../../include/conversation.php:595 #: ../../mod/content.php:695 ../../include/conversation.php:605
#: ../../object/Item.php:536 #: ../../object/Item.php:536
msgid "Quote" msgid "Quote"
msgstr "" msgstr ""
#: ../../mod/content.php:696 ../../include/conversation.php:596 #: ../../mod/content.php:696 ../../include/conversation.php:606
#: ../../object/Item.php:537 #: ../../object/Item.php:537
msgid "Code" msgid "Code"
msgstr "" msgstr ""
#: ../../mod/content.php:697 ../../include/conversation.php:597 #: ../../mod/content.php:697 ../../include/conversation.php:607
#: ../../object/Item.php:538 #: ../../object/Item.php:538
msgid "Image" msgid "Image"
msgstr "" msgstr ""
#: ../../mod/content.php:698 ../../include/conversation.php:598 #: ../../mod/content.php:698 ../../include/conversation.php:608
#: ../../object/Item.php:539 #: ../../object/Item.php:539
msgid "Link" msgid "Link"
msgstr "" msgstr ""
#: ../../mod/content.php:699 ../../include/conversation.php:599 #: ../../mod/content.php:699 ../../include/conversation.php:609
#: ../../object/Item.php:540 #: ../../object/Item.php:540
msgid "Video" msgid "Video"
msgstr "" msgstr ""
#: ../../mod/content.php:733 ../../include/conversation.php:529 #: ../../mod/content.php:733 ../../include/conversation.php:539
#: ../../object/Item.php:169 #: ../../object/Item.php:169
msgid "add star" msgid "add star"
msgstr "" msgstr ""
#: ../../mod/content.php:734 ../../include/conversation.php:530 #: ../../mod/content.php:734 ../../include/conversation.php:540
#: ../../object/Item.php:170 #: ../../object/Item.php:170
msgid "remove star" msgid "remove star"
msgstr "" msgstr ""
#: ../../mod/content.php:735 ../../include/conversation.php:531 #: ../../mod/content.php:735 ../../include/conversation.php:541
#: ../../object/Item.php:171 #: ../../object/Item.php:171
msgid "toggle star status" msgid "toggle star status"
msgstr "" msgstr ""
#: ../../mod/content.php:738 ../../include/conversation.php:534 #: ../../mod/content.php:738 ../../include/conversation.php:544
#: ../../object/Item.php:174 #: ../../object/Item.php:174
msgid "starred" msgid "starred"
msgstr "" msgstr ""
#: ../../mod/content.php:739 ../../include/conversation.php:535 #: ../../mod/content.php:739 ../../include/conversation.php:545
#: ../../object/Item.php:175 #: ../../object/Item.php:175
msgid "add tag" msgid "add tag"
msgstr "" msgstr ""
@ -1425,17 +1425,17 @@ msgstr ""
msgid "save to folder" msgid "save to folder"
msgstr "" msgstr ""
#: ../../mod/content.php:815 ../../include/conversation.php:629 #: ../../mod/content.php:815 ../../include/conversation.php:641
#: ../../object/Item.php:208 #: ../../object/Item.php:208
msgid "to" msgid "to"
msgstr "" msgstr ""
#: ../../mod/content.php:816 ../../include/conversation.php:630 #: ../../mod/content.php:816 ../../include/conversation.php:642
#: ../../object/Item.php:209 #: ../../object/Item.php:209
msgid "Wall-to-Wall" msgid "Wall-to-Wall"
msgstr "" msgstr ""
#: ../../mod/content.php:817 ../../include/conversation.php:631 #: ../../mod/content.php:817 ../../include/conversation.php:643
#: ../../object/Item.php:210 #: ../../object/Item.php:210
msgid "via Wall-To-Wall:" msgid "via Wall-To-Wall:"
msgstr "" msgstr ""
@ -2642,7 +2642,7 @@ msgstr ""
msgid "Invalid contact." msgid "Invalid contact."
msgstr "" msgstr ""
#: ../../mod/notes.php:44 ../../boot.php:1690 #: ../../mod/notes.php:44 ../../boot.php:1696
msgid "Personal Notes" msgid "Personal Notes"
msgstr "" msgstr ""
@ -2686,7 +2686,7 @@ msgstr ""
#: ../../mod/wallmessage.php:123 ../../mod/wallmessage.php:131 #: ../../mod/wallmessage.php:123 ../../mod/wallmessage.php:131
#: ../../mod/message.php:242 ../../mod/message.php:250 #: ../../mod/message.php:242 ../../mod/message.php:250
#: ../../include/conversation.php:1151 ../../include/conversation.php:1168 #: ../../include/conversation.php:1181 ../../include/conversation.php:1198
msgid "Please enter a link URL:" msgid "Please enter a link URL:"
msgstr "" msgstr ""
@ -2769,7 +2769,7 @@ msgstr ""
#: ../../mod/newmember.php:32 ../../mod/profperm.php:103 #: ../../mod/newmember.php:32 ../../mod/profperm.php:103
#: ../../view/theme/diabook/theme.php:128 ../../include/profile_advanced.php:7 #: ../../view/theme/diabook/theme.php:128 ../../include/profile_advanced.php:7
#: ../../include/profile_advanced.php:84 ../../include/nav.php:50 #: ../../include/profile_advanced.php:84 ../../include/nav.php:50
#: ../../boot.php:1666 #: ../../boot.php:1672
msgid "Profile" msgid "Profile"
msgstr "" msgstr ""
@ -3121,7 +3121,7 @@ msgid "Access denied."
msgstr "" msgstr ""
#: ../../mod/fbrowser.php:25 ../../view/theme/diabook/theme.php:130 #: ../../mod/fbrowser.php:25 ../../view/theme/diabook/theme.php:130
#: ../../include/nav.php:51 ../../boot.php:1673 #: ../../include/nav.php:51 ../../boot.php:1679
msgid "Photos" msgid "Photos"
msgstr "" msgstr ""
@ -3635,13 +3635,13 @@ msgid "Allow infinite level threading for items on this site."
msgstr "" msgstr ""
#: ../../mod/admin.php:470 #: ../../mod/admin.php:470
msgid "No default permissions for new users" msgid "Private posts by default for new users"
msgstr "" msgstr ""
#: ../../mod/admin.php:470 #: ../../mod/admin.php:470
msgid "" msgid ""
"New users will have no private permissions set for their posts by default, " "Set default post permissions for all new members to the default privacy "
"making their posts public until they change it." "group rather than public."
msgstr "" msgstr ""
#: ../../mod/admin.php:472 #: ../../mod/admin.php:472
@ -4407,8 +4407,8 @@ msgstr ""
msgid "Edit visibility" msgid "Edit visibility"
msgstr "" msgstr ""
#: ../../mod/filer.php:29 ../../include/conversation.php:1155 #: ../../mod/filer.php:29 ../../include/conversation.php:1185
#: ../../include/conversation.php:1172 #: ../../include/conversation.php:1202
msgid "Save to Folder:" msgid "Save to Folder:"
msgstr "" msgstr ""
@ -7480,7 +7480,7 @@ msgid "Sex Addict"
msgstr "" msgstr ""
#: ../../include/profile_selectors.php:42 ../../include/user.php:278 #: ../../include/profile_selectors.php:42 ../../include/user.php:278
#: ../../include/user.php:283 #: ../../include/user.php:282
msgid "Friends" msgid "Friends"
msgstr "" msgstr ""
@ -7902,7 +7902,7 @@ msgstr ""
msgid "End this session" msgid "End this session"
msgstr "" msgstr ""
#: ../../include/nav.php:49 ../../boot.php:1659 #: ../../include/nav.php:49 ../../boot.php:1665
msgid "Status" msgid "Status"
msgstr "" msgstr ""
@ -8513,34 +8513,34 @@ msgstr ""
msgid "stopped following" msgid "stopped following"
msgstr "" msgstr ""
#: ../../include/Contact.php:220 ../../include/conversation.php:1052 #: ../../include/Contact.php:220 ../../include/conversation.php:1082
msgid "Poke" msgid "Poke"
msgstr "" msgstr ""
#: ../../include/Contact.php:221 ../../include/conversation.php:1046 #: ../../include/Contact.php:221 ../../include/conversation.php:1076
msgid "View Status" msgid "View Status"
msgstr "" msgstr ""
#: ../../include/Contact.php:222 ../../include/conversation.php:1047 #: ../../include/Contact.php:222 ../../include/conversation.php:1077
msgid "View Profile" msgid "View Profile"
msgstr "" msgstr ""
#: ../../include/Contact.php:223 ../../include/conversation.php:1048 #: ../../include/Contact.php:223 ../../include/conversation.php:1078
msgid "View Photos" msgid "View Photos"
msgstr "" msgstr ""
#: ../../include/Contact.php:224 ../../include/Contact.php:237 #: ../../include/Contact.php:224 ../../include/Contact.php:237
#: ../../include/conversation.php:1049 #: ../../include/conversation.php:1079
msgid "Network Posts" msgid "Network Posts"
msgstr "" msgstr ""
#: ../../include/Contact.php:225 ../../include/Contact.php:237 #: ../../include/Contact.php:225 ../../include/Contact.php:237
#: ../../include/conversation.php:1050 #: ../../include/conversation.php:1080
msgid "Edit Contact" msgid "Edit Contact"
msgstr "" msgstr ""
#: ../../include/Contact.php:226 ../../include/Contact.php:237 #: ../../include/Contact.php:226 ../../include/Contact.php:237
#: ../../include/conversation.php:1051 #: ../../include/conversation.php:1081
msgid "Send PM" msgid "Send PM"
msgstr "" msgstr ""
@ -8558,106 +8558,106 @@ msgstr ""
msgid "%1$s marked %2$s's %3$s as favorite" msgid "%1$s marked %2$s's %3$s as favorite"
msgstr "" msgstr ""
#: ../../include/conversation.php:952 #: ../../include/conversation.php:982
msgid "Delete Selected Items" msgid "Delete Selected Items"
msgstr "" msgstr ""
#: ../../include/conversation.php:1110 #: ../../include/conversation.php:1140
#, php-format #, php-format
msgid "%s likes this." msgid "%s likes this."
msgstr "" msgstr ""
#: ../../include/conversation.php:1110 #: ../../include/conversation.php:1140
#, php-format #, php-format
msgid "%s doesn't like this." msgid "%s doesn't like this."
msgstr "" msgstr ""
#: ../../include/conversation.php:1114 #: ../../include/conversation.php:1144
#, php-format #, php-format
msgid "<span %1$s>%2$d people</span> like this." msgid "<span %1$s>%2$d people</span> like this."
msgstr "" msgstr ""
#: ../../include/conversation.php:1116 #: ../../include/conversation.php:1146
#, php-format #, php-format
msgid "<span %1$s>%2$d people</span> don't like this." msgid "<span %1$s>%2$d people</span> don't like this."
msgstr "" msgstr ""
#: ../../include/conversation.php:1122 #: ../../include/conversation.php:1152
msgid "and" msgid "and"
msgstr "" msgstr ""
#: ../../include/conversation.php:1125 #: ../../include/conversation.php:1155
#, php-format #, php-format
msgid ", and %d other people" msgid ", and %d other people"
msgstr "" msgstr ""
#: ../../include/conversation.php:1126 #: ../../include/conversation.php:1156
#, php-format #, php-format
msgid "%s like this." msgid "%s like this."
msgstr "" msgstr ""
#: ../../include/conversation.php:1126 #: ../../include/conversation.php:1156
#, php-format #, php-format
msgid "%s don't like this." msgid "%s don't like this."
msgstr "" msgstr ""
#: ../../include/conversation.php:1150 ../../include/conversation.php:1167 #: ../../include/conversation.php:1180 ../../include/conversation.php:1197
msgid "Visible to <strong>everybody</strong>" msgid "Visible to <strong>everybody</strong>"
msgstr "" msgstr ""
#: ../../include/conversation.php:1152 ../../include/conversation.php:1169 #: ../../include/conversation.php:1182 ../../include/conversation.php:1199
msgid "Please enter a video link/URL:" msgid "Please enter a video link/URL:"
msgstr "" msgstr ""
#: ../../include/conversation.php:1153 ../../include/conversation.php:1170 #: ../../include/conversation.php:1183 ../../include/conversation.php:1200
msgid "Please enter an audio link/URL:" msgid "Please enter an audio link/URL:"
msgstr "" msgstr ""
#: ../../include/conversation.php:1154 ../../include/conversation.php:1171 #: ../../include/conversation.php:1184 ../../include/conversation.php:1201
msgid "Tag term:" msgid "Tag term:"
msgstr "" msgstr ""
#: ../../include/conversation.php:1156 ../../include/conversation.php:1173 #: ../../include/conversation.php:1186 ../../include/conversation.php:1203
msgid "Where are you right now?" msgid "Where are you right now?"
msgstr "" msgstr ""
#: ../../include/conversation.php:1216 #: ../../include/conversation.php:1246
msgid "upload photo" msgid "upload photo"
msgstr "" msgstr ""
#: ../../include/conversation.php:1218 #: ../../include/conversation.php:1248
msgid "attach file" msgid "attach file"
msgstr "" msgstr ""
#: ../../include/conversation.php:1220 #: ../../include/conversation.php:1250
msgid "web link" msgid "web link"
msgstr "" msgstr ""
#: ../../include/conversation.php:1221 #: ../../include/conversation.php:1251
msgid "Insert video link" msgid "Insert video link"
msgstr "" msgstr ""
#: ../../include/conversation.php:1222 #: ../../include/conversation.php:1252
msgid "video link" msgid "video link"
msgstr "" msgstr ""
#: ../../include/conversation.php:1223 #: ../../include/conversation.php:1253
msgid "Insert audio link" msgid "Insert audio link"
msgstr "" msgstr ""
#: ../../include/conversation.php:1224 #: ../../include/conversation.php:1254
msgid "audio link" msgid "audio link"
msgstr "" msgstr ""
#: ../../include/conversation.php:1226 #: ../../include/conversation.php:1256
msgid "set location" msgid "set location"
msgstr "" msgstr ""
#: ../../include/conversation.php:1228 #: ../../include/conversation.php:1258
msgid "clear location" msgid "clear location"
msgstr "" msgstr ""
#: ../../include/conversation.php:1235 #: ../../include/conversation.php:1265
msgid "permissions" msgid "permissions"
msgstr "" msgstr ""
@ -8755,18 +8755,18 @@ msgstr ""
msgid "Events this week:" msgid "Events this week:"
msgstr "" msgstr ""
#: ../../boot.php:1662 #: ../../boot.php:1668
msgid "Status Messages and Posts" msgid "Status Messages and Posts"
msgstr "" msgstr ""
#: ../../boot.php:1669 #: ../../boot.php:1675
msgid "Profile Details" msgid "Profile Details"
msgstr "" msgstr ""
#: ../../boot.php:1686 #: ../../boot.php:1692
msgid "Events and Calendar" msgid "Events and Calendar"
msgstr "" msgstr ""
#: ../../boot.php:1693 #: ../../boot.php:1699
msgid "Only You Can See This" msgid "Only You Can See This"
msgstr "" msgstr ""

View file

@ -13,6 +13,7 @@
# <leberwurscht@hoegners.de>, 2012. # <leberwurscht@hoegners.de>, 2012.
# <marmor69@web.de>, 2012. # <marmor69@web.de>, 2012.
# Martin Schmitt <mas@scsy.de>, 2012. # Martin Schmitt <mas@scsy.de>, 2012.
# <matthias@matthiasmoritz.de>, 2012.
# Oliver <post@toktan.org>, 2012. # Oliver <post@toktan.org>, 2012.
# <tobias.diekershoff@gmx.net>, 2011-2012. # <tobias.diekershoff@gmx.net>, 2011-2012.
# <transifex@zottel.net>, 2011-2012. # <transifex@zottel.net>, 2011-2012.
@ -21,8 +22,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: friendica\n" "Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: http://bugs.friendica.com/\n" "Report-Msgid-Bugs-To: http://bugs.friendica.com/\n"
"POT-Creation-Date: 2012-09-13 10:00-0700\n" "POT-Creation-Date: 2012-09-15 10:00-0700\n"
"PO-Revision-Date: 2012-09-14 13:44+0000\n" "PO-Revision-Date: 2012-09-16 08:41+0000\n"
"Last-Translator: bavatar <tobias.diekershoff@gmx.net>\n" "Last-Translator: bavatar <tobias.diekershoff@gmx.net>\n"
"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n" "Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -190,7 +191,7 @@ msgstr "Neues Foto von dieser URL"
#: ../../view/theme/diabook/theme.php:757 #: ../../view/theme/diabook/theme.php:757
#: ../../view/theme/diabook/config.php:190 #: ../../view/theme/diabook/config.php:190
#: ../../view/theme/quattro/config.php:52 ../../view/theme/dispy/config.php:70 #: ../../view/theme/quattro/config.php:52 ../../view/theme/dispy/config.php:70
#: ../../include/conversation.php:591 ../../object/Item.php:532 #: ../../include/conversation.php:601 ../../object/Item.php:532
msgid "Submit" msgid "Submit"
msgstr "Senden" msgstr "Senden"
@ -250,7 +251,7 @@ msgid "link to source"
msgstr "Link zum Originalbeitrag" msgstr "Link zum Originalbeitrag"
#: ../../mod/events.php:331 ../../view/theme/diabook/theme.php:131 #: ../../mod/events.php:331 ../../view/theme/diabook/theme.php:131
#: ../../include/nav.php:52 ../../boot.php:1683 #: ../../include/nav.php:52 ../../boot.php:1689
msgid "Events" msgid "Events"
msgstr "Veranstaltungen" msgstr "Veranstaltungen"
@ -388,7 +389,7 @@ msgstr "Ja"
msgid "No" msgid "No"
msgstr "Nein" msgstr "Nein"
#: ../../mod/photos.php:46 ../../boot.php:1676 #: ../../mod/photos.php:46 ../../boot.php:1682
msgid "Photo Albums" msgid "Photo Albums"
msgstr "Fotoalben" msgstr "Fotoalben"
@ -418,8 +419,8 @@ msgstr "Kontaktinformationen nicht verfügbar"
#: ../../mod/profile_photo.php:204 ../../mod/profile_photo.php:296 #: ../../mod/profile_photo.php:204 ../../mod/profile_photo.php:296
#: ../../mod/profile_photo.php:305 #: ../../mod/profile_photo.php:305
#: ../../addon/communityhome/communityhome.php:111 #: ../../addon/communityhome/communityhome.php:111
#: ../../view/theme/diabook/theme.php:599 ../../include/user.php:318 #: ../../view/theme/diabook/theme.php:599 ../../include/user.php:324
#: ../../include/user.php:325 ../../include/user.php:332 #: ../../include/user.php:331 ../../include/user.php:338
msgid "Profile Photos" msgid "Profile Photos"
msgstr "Profilbilder" msgstr "Profilbilder"
@ -592,51 +593,51 @@ msgid ""
msgstr "Beispiel: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" msgstr "Beispiel: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
#: ../../mod/photos.php:1356 ../../mod/content.php:665 #: ../../mod/photos.php:1356 ../../mod/content.php:665
#: ../../include/conversation.php:565 ../../object/Item.php:185 #: ../../include/conversation.php:575 ../../object/Item.php:185
msgid "I like this (toggle)" msgid "I like this (toggle)"
msgstr "Ich mag das (toggle)" msgstr "Ich mag das (toggle)"
#: ../../mod/photos.php:1357 ../../mod/content.php:666 #: ../../mod/photos.php:1357 ../../mod/content.php:666
#: ../../include/conversation.php:566 ../../object/Item.php:186 #: ../../include/conversation.php:576 ../../object/Item.php:186
msgid "I don't like this (toggle)" msgid "I don't like this (toggle)"
msgstr "Ich mag das nicht (toggle)" msgstr "Ich mag das nicht (toggle)"
#: ../../mod/photos.php:1358 ../../include/conversation.php:1214 #: ../../mod/photos.php:1358 ../../include/conversation.php:1244
msgid "Share" msgid "Share"
msgstr "Teilen" msgstr "Teilen"
#: ../../mod/photos.php:1359 ../../mod/editpost.php:112 #: ../../mod/photos.php:1359 ../../mod/editpost.php:112
#: ../../mod/content.php:482 ../../mod/content.php:843 #: ../../mod/content.php:482 ../../mod/content.php:843
#: ../../mod/wallmessage.php:152 ../../mod/message.php:293 #: ../../mod/wallmessage.php:152 ../../mod/message.php:293
#: ../../mod/message.php:481 ../../include/conversation.php:659 #: ../../mod/message.php:481 ../../include/conversation.php:671
#: ../../include/conversation.php:891 ../../include/conversation.php:1233 #: ../../include/conversation.php:921 ../../include/conversation.php:1263
#: ../../object/Item.php:237 #: ../../object/Item.php:237
msgid "Please wait" msgid "Please wait"
msgstr "Bitte warten" msgstr "Bitte warten"
#: ../../mod/photos.php:1375 ../../mod/photos.php:1416 #: ../../mod/photos.php:1375 ../../mod/photos.php:1416
#: ../../mod/photos.php:1448 ../../mod/content.php:688 #: ../../mod/photos.php:1448 ../../mod/content.php:688
#: ../../include/conversation.php:588 ../../object/Item.php:529 #: ../../include/conversation.php:598 ../../object/Item.php:529
msgid "This is you" msgid "This is you"
msgstr "Das bist du" msgstr "Das bist du"
#: ../../mod/photos.php:1377 ../../mod/photos.php:1418 #: ../../mod/photos.php:1377 ../../mod/photos.php:1418
#: ../../mod/photos.php:1450 ../../mod/content.php:690 #: ../../mod/photos.php:1450 ../../mod/content.php:690
#: ../../include/conversation.php:590 ../../boot.php:574 #: ../../include/conversation.php:600 ../../boot.php:574
#: ../../object/Item.php:531 #: ../../object/Item.php:531
msgid "Comment" msgid "Comment"
msgstr "Kommentar" msgstr "Kommentar"
#: ../../mod/photos.php:1379 ../../mod/editpost.php:133 #: ../../mod/photos.php:1379 ../../mod/editpost.php:133
#: ../../mod/content.php:700 ../../include/conversation.php:600 #: ../../mod/content.php:700 ../../include/conversation.php:610
#: ../../include/conversation.php:1251 ../../object/Item.php:541 #: ../../include/conversation.php:1281 ../../object/Item.php:541
msgid "Preview" msgid "Preview"
msgstr "Vorschau" msgstr "Vorschau"
#: ../../mod/photos.php:1479 ../../mod/content.php:439 #: ../../mod/photos.php:1479 ../../mod/content.php:439
#: ../../mod/content.php:721 ../../mod/settings.php:606 #: ../../mod/content.php:721 ../../mod/settings.php:606
#: ../../mod/settings.php:695 ../../mod/group.php:168 ../../mod/admin.php:694 #: ../../mod/settings.php:695 ../../mod/group.php:168 ../../mod/admin.php:694
#: ../../include/conversation.php:440 ../../include/conversation.php:847 #: ../../include/conversation.php:440 ../../include/conversation.php:874
#: ../../object/Item.php:116 #: ../../object/Item.php:116
msgid "Delete" msgid "Delete"
msgstr "Löschen" msgstr "Löschen"
@ -703,7 +704,7 @@ msgstr "Beitrag nicht gefunden"
msgid "Edit post" msgid "Edit post"
msgstr "Beitrag bearbeiten" msgstr "Beitrag bearbeiten"
#: ../../mod/editpost.php:88 ../../include/conversation.php:1200 #: ../../mod/editpost.php:88 ../../include/conversation.php:1230
msgid "Post to Email" msgid "Post to Email"
msgstr "An E-Mail senden" msgstr "An E-Mail senden"
@ -715,17 +716,17 @@ msgstr "Bearbeiten"
#: ../../mod/editpost.php:104 ../../mod/wallmessage.php:150 #: ../../mod/editpost.php:104 ../../mod/wallmessage.php:150
#: ../../mod/message.php:291 ../../mod/message.php:478 #: ../../mod/message.php:291 ../../mod/message.php:478
#: ../../include/conversation.php:1215 #: ../../include/conversation.php:1245
msgid "Upload photo" msgid "Upload photo"
msgstr "Foto hochladen" msgstr "Foto hochladen"
#: ../../mod/editpost.php:105 ../../include/conversation.php:1217 #: ../../mod/editpost.php:105 ../../include/conversation.php:1247
msgid "Attach file" msgid "Attach file"
msgstr "Datei anhängen" msgstr "Datei anhängen"
#: ../../mod/editpost.php:106 ../../mod/wallmessage.php:151 #: ../../mod/editpost.php:106 ../../mod/wallmessage.php:151
#: ../../mod/message.php:292 ../../mod/message.php:479 #: ../../mod/message.php:292 ../../mod/message.php:479
#: ../../include/conversation.php:1219 #: ../../include/conversation.php:1249
msgid "Insert web link" msgid "Insert web link"
msgstr "einen Link einfügen" msgstr "einen Link einfügen"
@ -741,35 +742,35 @@ msgstr "Vorbis [.ogg] Video einfügen"
msgid "Insert Vorbis [.ogg] audio" msgid "Insert Vorbis [.ogg] audio"
msgstr "Vorbis [.ogg] Audio einfügen" msgstr "Vorbis [.ogg] Audio einfügen"
#: ../../mod/editpost.php:110 ../../include/conversation.php:1225 #: ../../mod/editpost.php:110 ../../include/conversation.php:1255
msgid "Set your location" msgid "Set your location"
msgstr "Deinen Standort festlegen" msgstr "Deinen Standort festlegen"
#: ../../mod/editpost.php:111 ../../include/conversation.php:1227 #: ../../mod/editpost.php:111 ../../include/conversation.php:1257
msgid "Clear browser location" msgid "Clear browser location"
msgstr "Browser-Standort leeren" msgstr "Browser-Standort leeren"
#: ../../mod/editpost.php:113 ../../include/conversation.php:1234 #: ../../mod/editpost.php:113 ../../include/conversation.php:1264
msgid "Permission settings" msgid "Permission settings"
msgstr "Berechtigungseinstellungen" msgstr "Berechtigungseinstellungen"
#: ../../mod/editpost.php:121 ../../include/conversation.php:1243 #: ../../mod/editpost.php:121 ../../include/conversation.php:1273
msgid "CC: email addresses" msgid "CC: email addresses"
msgstr "Cc:-E-Mail-Addressen" msgstr "Cc:-E-Mail-Addressen"
#: ../../mod/editpost.php:122 ../../include/conversation.php:1244 #: ../../mod/editpost.php:122 ../../include/conversation.php:1274
msgid "Public post" msgid "Public post"
msgstr "Öffentlicher Beitrag" msgstr "Öffentlicher Beitrag"
#: ../../mod/editpost.php:125 ../../include/conversation.php:1230 #: ../../mod/editpost.php:125 ../../include/conversation.php:1260
msgid "Set title" msgid "Set title"
msgstr "Titel setzen" msgstr "Titel setzen"
#: ../../mod/editpost.php:127 ../../include/conversation.php:1232 #: ../../mod/editpost.php:127 ../../include/conversation.php:1262
msgid "Categories (comma-separated list)" msgid "Categories (comma-separated list)"
msgstr "Kategorien (kommasepariert)" msgstr "Kategorien (kommasepariert)"
#: ../../mod/editpost.php:128 ../../include/conversation.php:1246 #: ../../mod/editpost.php:128 ../../include/conversation.php:1276
msgid "Example: bob@example.com, mary@example.com" msgid "Example: bob@example.com, mary@example.com"
msgstr "Z.B.: bob@example.com, mary@example.com" msgstr "Z.B.: bob@example.com, mary@example.com"
@ -1312,31 +1313,31 @@ msgid "Group: "
msgstr "Gruppe: " msgstr "Gruppe: "
#: ../../mod/content.php:438 ../../mod/content.php:720 #: ../../mod/content.php:438 ../../mod/content.php:720
#: ../../include/conversation.php:439 ../../include/conversation.php:846 #: ../../include/conversation.php:439 ../../include/conversation.php:873
#: ../../object/Item.php:115 #: ../../object/Item.php:115
msgid "Select" msgid "Select"
msgstr "Auswählen" msgstr "Auswählen"
#: ../../mod/content.php:455 ../../mod/content.php:813 #: ../../mod/content.php:455 ../../mod/content.php:813
#: ../../mod/content.php:814 ../../include/conversation.php:627 #: ../../mod/content.php:814 ../../include/conversation.php:639
#: ../../include/conversation.php:628 ../../include/conversation.php:863 #: ../../include/conversation.php:640 ../../include/conversation.php:890
#: ../../object/Item.php:206 ../../object/Item.php:207 #: ../../object/Item.php:206 ../../object/Item.php:207
#, php-format #, php-format
msgid "View %s's profile @ %s" msgid "View %s's profile @ %s"
msgstr "Das Profil von %s auf %s betrachten." msgstr "Das Profil von %s auf %s betrachten."
#: ../../mod/content.php:465 ../../mod/content.php:825 #: ../../mod/content.php:465 ../../mod/content.php:825
#: ../../include/conversation.php:641 ../../include/conversation.php:874 #: ../../include/conversation.php:653 ../../include/conversation.php:904
#: ../../object/Item.php:219 #: ../../object/Item.php:219
#, php-format #, php-format
msgid "%s from %s" msgid "%s from %s"
msgstr "%s von %s" msgstr "%s von %s"
#: ../../mod/content.php:480 ../../include/conversation.php:889 #: ../../mod/content.php:480 ../../include/conversation.php:919
msgid "View in context" msgid "View in context"
msgstr "Im Zusammenhang betrachten" msgstr "Im Zusammenhang betrachten"
#: ../../mod/content.php:586 ../../include/conversation.php:668 #: ../../mod/content.php:586 ../../include/conversation.php:680
#: ../../object/Item.php:256 #: ../../object/Item.php:256
#, php-format #, php-format
msgid "%d comment" msgid "%d comment"
@ -1346,92 +1347,92 @@ msgstr[1] "%d Kommentare"
#: ../../mod/content.php:587 ../../addon/page/page.php:76 #: ../../mod/content.php:587 ../../addon/page/page.php:76
#: ../../addon/page/page.php:110 ../../addon/showmore/showmore.php:119 #: ../../addon/page/page.php:110 ../../addon/showmore/showmore.php:119
#: ../../include/contact_widgets.php:195 ../../include/conversation.php:669 #: ../../include/contact_widgets.php:195 ../../include/conversation.php:681
#: ../../boot.php:575 ../../object/Item.php:257 #: ../../boot.php:575 ../../object/Item.php:257
msgid "show more" msgid "show more"
msgstr "mehr anzeigen" msgstr "mehr anzeigen"
#: ../../mod/content.php:665 ../../include/conversation.php:565 #: ../../mod/content.php:665 ../../include/conversation.php:575
#: ../../object/Item.php:185 #: ../../object/Item.php:185
msgid "like" msgid "like"
msgstr "mag ich" msgstr "mag ich"
#: ../../mod/content.php:666 ../../include/conversation.php:566 #: ../../mod/content.php:666 ../../include/conversation.php:576
#: ../../object/Item.php:186 #: ../../object/Item.php:186
msgid "dislike" msgid "dislike"
msgstr "mag ich nicht" msgstr "mag ich nicht"
#: ../../mod/content.php:668 ../../include/conversation.php:568 #: ../../mod/content.php:668 ../../include/conversation.php:578
#: ../../object/Item.php:188 #: ../../object/Item.php:188
msgid "Share this" msgid "Share this"
msgstr "Weitersagen" msgstr "Weitersagen"
#: ../../mod/content.php:668 ../../include/conversation.php:568 #: ../../mod/content.php:668 ../../include/conversation.php:578
#: ../../object/Item.php:188 #: ../../object/Item.php:188
msgid "share" msgid "share"
msgstr "Teilen" msgstr "Teilen"
#: ../../mod/content.php:692 ../../include/conversation.php:592 #: ../../mod/content.php:692 ../../include/conversation.php:602
#: ../../object/Item.php:533 #: ../../object/Item.php:533
msgid "Bold" msgid "Bold"
msgstr "Fett" msgstr "Fett"
#: ../../mod/content.php:693 ../../include/conversation.php:593 #: ../../mod/content.php:693 ../../include/conversation.php:603
#: ../../object/Item.php:534 #: ../../object/Item.php:534
msgid "Italic" msgid "Italic"
msgstr "Kursiv" msgstr "Kursiv"
#: ../../mod/content.php:694 ../../include/conversation.php:594 #: ../../mod/content.php:694 ../../include/conversation.php:604
#: ../../object/Item.php:535 #: ../../object/Item.php:535
msgid "Underline" msgid "Underline"
msgstr "Unterstrichen" msgstr "Unterstrichen"
#: ../../mod/content.php:695 ../../include/conversation.php:595 #: ../../mod/content.php:695 ../../include/conversation.php:605
#: ../../object/Item.php:536 #: ../../object/Item.php:536
msgid "Quote" msgid "Quote"
msgstr "Zitat" msgstr "Zitat"
#: ../../mod/content.php:696 ../../include/conversation.php:596 #: ../../mod/content.php:696 ../../include/conversation.php:606
#: ../../object/Item.php:537 #: ../../object/Item.php:537
msgid "Code" msgid "Code"
msgstr "Code" msgstr "Code"
#: ../../mod/content.php:697 ../../include/conversation.php:597 #: ../../mod/content.php:697 ../../include/conversation.php:607
#: ../../object/Item.php:538 #: ../../object/Item.php:538
msgid "Image" msgid "Image"
msgstr "Bild" msgstr "Bild"
#: ../../mod/content.php:698 ../../include/conversation.php:598 #: ../../mod/content.php:698 ../../include/conversation.php:608
#: ../../object/Item.php:539 #: ../../object/Item.php:539
msgid "Link" msgid "Link"
msgstr "Verweis" msgstr "Verweis"
#: ../../mod/content.php:699 ../../include/conversation.php:599 #: ../../mod/content.php:699 ../../include/conversation.php:609
#: ../../object/Item.php:540 #: ../../object/Item.php:540
msgid "Video" msgid "Video"
msgstr "Video" msgstr "Video"
#: ../../mod/content.php:733 ../../include/conversation.php:529 #: ../../mod/content.php:733 ../../include/conversation.php:539
#: ../../object/Item.php:169 #: ../../object/Item.php:169
msgid "add star" msgid "add star"
msgstr "markieren" msgstr "markieren"
#: ../../mod/content.php:734 ../../include/conversation.php:530 #: ../../mod/content.php:734 ../../include/conversation.php:540
#: ../../object/Item.php:170 #: ../../object/Item.php:170
msgid "remove star" msgid "remove star"
msgstr "Markierung entfernen" msgstr "Markierung entfernen"
#: ../../mod/content.php:735 ../../include/conversation.php:531 #: ../../mod/content.php:735 ../../include/conversation.php:541
#: ../../object/Item.php:171 #: ../../object/Item.php:171
msgid "toggle star status" msgid "toggle star status"
msgstr "Markierung umschalten" msgstr "Markierung umschalten"
#: ../../mod/content.php:738 ../../include/conversation.php:534 #: ../../mod/content.php:738 ../../include/conversation.php:544
#: ../../object/Item.php:174 #: ../../object/Item.php:174
msgid "starred" msgid "starred"
msgstr "markiert" msgstr "markiert"
#: ../../mod/content.php:739 ../../include/conversation.php:535 #: ../../mod/content.php:739 ../../include/conversation.php:545
#: ../../object/Item.php:175 #: ../../object/Item.php:175
msgid "add tag" msgid "add tag"
msgstr "Tag hinzufügen" msgstr "Tag hinzufügen"
@ -1441,17 +1442,17 @@ msgstr "Tag hinzufügen"
msgid "save to folder" msgid "save to folder"
msgstr "In Ordner speichern" msgstr "In Ordner speichern"
#: ../../mod/content.php:815 ../../include/conversation.php:629 #: ../../mod/content.php:815 ../../include/conversation.php:641
#: ../../object/Item.php:208 #: ../../object/Item.php:208
msgid "to" msgid "to"
msgstr "zu" msgstr "zu"
#: ../../mod/content.php:816 ../../include/conversation.php:630 #: ../../mod/content.php:816 ../../include/conversation.php:642
#: ../../object/Item.php:209 #: ../../object/Item.php:209
msgid "Wall-to-Wall" msgid "Wall-to-Wall"
msgstr "Wall-to-Wall" msgstr "Wall-to-Wall"
#: ../../mod/content.php:817 ../../include/conversation.php:631 #: ../../mod/content.php:817 ../../include/conversation.php:643
#: ../../object/Item.php:210 #: ../../object/Item.php:210
msgid "via Wall-To-Wall:" msgid "via Wall-To-Wall:"
msgstr "via Wall-To-Wall:" msgstr "via Wall-To-Wall:"
@ -2659,7 +2660,7 @@ msgstr "Private Nachrichten an diese Person könnten an die Öffentlichkeit gela
msgid "Invalid contact." msgid "Invalid contact."
msgstr "Ungültiger Kontakt." msgstr "Ungültiger Kontakt."
#: ../../mod/notes.php:44 ../../boot.php:1690 #: ../../mod/notes.php:44 ../../boot.php:1696
msgid "Personal Notes" msgid "Personal Notes"
msgstr "Persönliche Notizen" msgstr "Persönliche Notizen"
@ -2703,7 +2704,7 @@ msgstr "Kein Empfänger."
#: ../../mod/wallmessage.php:123 ../../mod/wallmessage.php:131 #: ../../mod/wallmessage.php:123 ../../mod/wallmessage.php:131
#: ../../mod/message.php:242 ../../mod/message.php:250 #: ../../mod/message.php:242 ../../mod/message.php:250
#: ../../include/conversation.php:1151 ../../include/conversation.php:1168 #: ../../include/conversation.php:1181 ../../include/conversation.php:1198
msgid "Please enter a link URL:" msgid "Please enter a link URL:"
msgstr "Bitte gib die URL des Links ein:" msgstr "Bitte gib die URL des Links ein:"
@ -2786,7 +2787,7 @@ msgstr "Überprüfe die restlichen Einstellungen, insbesondere die Einstellungen
#: ../../mod/newmember.php:32 ../../mod/profperm.php:103 #: ../../mod/newmember.php:32 ../../mod/profperm.php:103
#: ../../view/theme/diabook/theme.php:128 ../../include/profile_advanced.php:7 #: ../../view/theme/diabook/theme.php:128 ../../include/profile_advanced.php:7
#: ../../include/profile_advanced.php:84 ../../include/nav.php:50 #: ../../include/profile_advanced.php:84 ../../include/nav.php:50
#: ../../boot.php:1666 #: ../../boot.php:1672
msgid "Profile" msgid "Profile"
msgstr "Profil" msgstr "Profil"
@ -3138,7 +3139,7 @@ msgid "Access denied."
msgstr "Zugriff verweigert." msgstr "Zugriff verweigert."
#: ../../mod/fbrowser.php:25 ../../view/theme/diabook/theme.php:130 #: ../../mod/fbrowser.php:25 ../../view/theme/diabook/theme.php:130
#: ../../include/nav.php:51 ../../boot.php:1673 #: ../../include/nav.php:51 ../../boot.php:1679
msgid "Photos" msgid "Photos"
msgstr "Bilder" msgstr "Bilder"
@ -3653,14 +3654,14 @@ msgid "Allow infinite level threading for items on this site."
msgstr "Erlaube ein unendliches Level für Threads auf dieser Seite." msgstr "Erlaube ein unendliches Level für Threads auf dieser Seite."
#: ../../mod/admin.php:470 #: ../../mod/admin.php:470
msgid "No default permissions for new users" msgid "Private posts by default for new users"
msgstr "Keine Standard-Zugriffsrechte für Beiträge neuer Nutzer" msgstr "Private Beiträge als Standard für neue Nutzer"
#: ../../mod/admin.php:470 #: ../../mod/admin.php:470
msgid "" msgid ""
"New users will have no private permissions set for their posts by default, " "Set default post permissions for all new members to the default privacy "
"making their posts public until they change it." "group rather than public."
msgstr "Neue Benutzer werden keine Voreinstellungen für die Zugriffrechte haben, so dass ihre Beiträge öffentlich sind, bis sie es ändern." msgstr "Die Standard-Zugriffsrechte für neue Nutzer werden so gesetzt, dass als Voreinstellung in die private Gruppe gepostet wird anstelle von öffentlichen Beiträgen."
#: ../../mod/admin.php:472 #: ../../mod/admin.php:472
msgid "Block multiple registrations" msgid "Block multiple registrations"
@ -4425,8 +4426,8 @@ msgstr "sichtbar für jeden"
msgid "Edit visibility" msgid "Edit visibility"
msgstr "Sichtbarkeit bearbeiten" msgstr "Sichtbarkeit bearbeiten"
#: ../../mod/filer.php:29 ../../include/conversation.php:1155 #: ../../mod/filer.php:29 ../../include/conversation.php:1185
#: ../../include/conversation.php:1172 #: ../../include/conversation.php:1202
msgid "Save to Folder:" msgid "Save to Folder:"
msgstr "In diesen Ordner verschieben:" msgstr "In diesen Ordner verschieben:"
@ -5006,23 +5007,23 @@ msgstr "Cache leeren"
#: ../../addon/fbpost/fbpost.php:172 #: ../../addon/fbpost/fbpost.php:172
msgid "Facebook Post disabled" msgid "Facebook Post disabled"
msgstr "" msgstr "Nach Facebook senden deaktiviert"
#: ../../addon/fbpost/fbpost.php:199 #: ../../addon/fbpost/fbpost.php:199
msgid "Facebook Post" msgid "Facebook Post"
msgstr "" msgstr "Facebook Relai"
#: ../../addon/fbpost/fbpost.php:205 #: ../../addon/fbpost/fbpost.php:205
msgid "Install Facebook Post connector for this account." msgid "Install Facebook Post connector for this account."
msgstr "" msgstr "Facebook-Connector für dieses Konto installieren."
#: ../../addon/fbpost/fbpost.php:212 #: ../../addon/fbpost/fbpost.php:212
msgid "Remove Facebook Post connector" msgid "Remove Facebook Post connector"
msgstr "" msgstr "Facebook-Connector entfernen"
#: ../../addon/fbpost/fbpost.php:240 #: ../../addon/fbpost/fbpost.php:240
msgid "Facebook Post Settings" msgid "Facebook Post Settings"
msgstr "" msgstr "Facebook-Beitragseinstellungen"
#: ../../addon/widgets/widget_like.php:58 #: ../../addon/widgets/widget_like.php:58
#, php-format #, php-format
@ -5084,11 +5085,11 @@ msgstr "machte etwas obszönes Körperliches mit"
#: ../../addon/morepokes/morepokes.php:22 #: ../../addon/morepokes/morepokes.php:22
msgid "point out the poke feature to" msgid "point out the poke feature to"
msgstr "" msgstr "zeigte die neue Anstups-Funktion"
#: ../../addon/morepokes/morepokes.php:22 #: ../../addon/morepokes/morepokes.php:22
msgid "pointed out the poke feature to" msgid "pointed out the poke feature to"
msgstr "" msgstr "zeigte die neue Anstups-Funktion"
#: ../../addon/morepokes/morepokes.php:23 #: ../../addon/morepokes/morepokes.php:23
msgid "declare undying love for" msgid "declare undying love for"
@ -7493,7 +7494,7 @@ msgid "Sex Addict"
msgstr "Sexbesessen" msgstr "Sexbesessen"
#: ../../include/profile_selectors.php:42 ../../include/user.php:278 #: ../../include/profile_selectors.php:42 ../../include/user.php:278
#: ../../include/user.php:283 #: ../../include/user.php:282
msgid "Friends" msgid "Friends"
msgstr "Freunde" msgstr "Freunde"
@ -7915,7 +7916,7 @@ msgstr "Abmelden"
msgid "End this session" msgid "End this session"
msgstr "Diese Sitzung beenden" msgstr "Diese Sitzung beenden"
#: ../../include/nav.php:49 ../../boot.php:1659 #: ../../include/nav.php:49 ../../boot.php:1665
msgid "Status" msgid "Status"
msgstr "Status" msgstr "Status"
@ -8527,34 +8528,34 @@ msgstr "Das Sicherheitsmerkmal war nicht korrekt. Das passiert meistens wenn das
msgid "stopped following" msgid "stopped following"
msgstr "wird nicht mehr gefolgt" msgstr "wird nicht mehr gefolgt"
#: ../../include/Contact.php:220 ../../include/conversation.php:1052 #: ../../include/Contact.php:220 ../../include/conversation.php:1082
msgid "Poke" msgid "Poke"
msgstr "Anstupsen" msgstr "Anstupsen"
#: ../../include/Contact.php:221 ../../include/conversation.php:1046 #: ../../include/Contact.php:221 ../../include/conversation.php:1076
msgid "View Status" msgid "View Status"
msgstr "Pinnwand anschauen" msgstr "Pinnwand anschauen"
#: ../../include/Contact.php:222 ../../include/conversation.php:1047 #: ../../include/Contact.php:222 ../../include/conversation.php:1077
msgid "View Profile" msgid "View Profile"
msgstr "Profil anschauen" msgstr "Profil anschauen"
#: ../../include/Contact.php:223 ../../include/conversation.php:1048 #: ../../include/Contact.php:223 ../../include/conversation.php:1078
msgid "View Photos" msgid "View Photos"
msgstr "Bilder anschauen" msgstr "Bilder anschauen"
#: ../../include/Contact.php:224 ../../include/Contact.php:237 #: ../../include/Contact.php:224 ../../include/Contact.php:237
#: ../../include/conversation.php:1049 #: ../../include/conversation.php:1079
msgid "Network Posts" msgid "Network Posts"
msgstr "Netzwerkbeiträge" msgstr "Netzwerkbeiträge"
#: ../../include/Contact.php:225 ../../include/Contact.php:237 #: ../../include/Contact.php:225 ../../include/Contact.php:237
#: ../../include/conversation.php:1050 #: ../../include/conversation.php:1080
msgid "Edit Contact" msgid "Edit Contact"
msgstr "Kontakt bearbeiten" msgstr "Kontakt bearbeiten"
#: ../../include/Contact.php:226 ../../include/Contact.php:237 #: ../../include/Contact.php:226 ../../include/Contact.php:237
#: ../../include/conversation.php:1051 #: ../../include/conversation.php:1081
msgid "Send PM" msgid "Send PM"
msgstr "Private Nachricht senden" msgstr "Private Nachricht senden"
@ -8572,106 +8573,106 @@ msgstr "Nachricht/Beitrag"
msgid "%1$s marked %2$s's %3$s as favorite" msgid "%1$s marked %2$s's %3$s as favorite"
msgstr "%1$s hat %2$s\\s %3$s als Favorit markiert" msgstr "%1$s hat %2$s\\s %3$s als Favorit markiert"
#: ../../include/conversation.php:952 #: ../../include/conversation.php:982
msgid "Delete Selected Items" msgid "Delete Selected Items"
msgstr "Lösche die markierten Beiträge" msgstr "Lösche die markierten Beiträge"
#: ../../include/conversation.php:1110 #: ../../include/conversation.php:1140
#, php-format #, php-format
msgid "%s likes this." msgid "%s likes this."
msgstr "%s mag das." msgstr "%s mag das."
#: ../../include/conversation.php:1110 #: ../../include/conversation.php:1140
#, php-format #, php-format
msgid "%s doesn't like this." msgid "%s doesn't like this."
msgstr "%s mag das nicht." msgstr "%s mag das nicht."
#: ../../include/conversation.php:1114 #: ../../include/conversation.php:1144
#, php-format #, php-format
msgid "<span %1$s>%2$d people</span> like this." msgid "<span %1$s>%2$d people</span> like this."
msgstr "<span %1$s>%2$d Leute</span> mögen das." msgstr "<span %1$s>%2$d Leute</span> mögen das."
#: ../../include/conversation.php:1116 #: ../../include/conversation.php:1146
#, php-format #, php-format
msgid "<span %1$s>%2$d people</span> don't like this." msgid "<span %1$s>%2$d people</span> don't like this."
msgstr "<span %1$s>%2$d Leute</span> mögen das nicht." msgstr "<span %1$s>%2$d Leute</span> mögen das nicht."
#: ../../include/conversation.php:1122 #: ../../include/conversation.php:1152
msgid "and" msgid "and"
msgstr "und" msgstr "und"
#: ../../include/conversation.php:1125 #: ../../include/conversation.php:1155
#, php-format #, php-format
msgid ", and %d other people" msgid ", and %d other people"
msgstr " und %d andere" msgstr " und %d andere"
#: ../../include/conversation.php:1126 #: ../../include/conversation.php:1156
#, php-format #, php-format
msgid "%s like this." msgid "%s like this."
msgstr "%s mögen das." msgstr "%s mögen das."
#: ../../include/conversation.php:1126 #: ../../include/conversation.php:1156
#, php-format #, php-format
msgid "%s don't like this." msgid "%s don't like this."
msgstr "%s mögen das nicht." msgstr "%s mögen das nicht."
#: ../../include/conversation.php:1150 ../../include/conversation.php:1167 #: ../../include/conversation.php:1180 ../../include/conversation.php:1197
msgid "Visible to <strong>everybody</strong>" msgid "Visible to <strong>everybody</strong>"
msgstr "Für <strong>jedermann</strong> sichtbar" msgstr "Für <strong>jedermann</strong> sichtbar"
#: ../../include/conversation.php:1152 ../../include/conversation.php:1169 #: ../../include/conversation.php:1182 ../../include/conversation.php:1199
msgid "Please enter a video link/URL:" msgid "Please enter a video link/URL:"
msgstr "Bitte Link/URL zum Video einfügen:" msgstr "Bitte Link/URL zum Video einfügen:"
#: ../../include/conversation.php:1153 ../../include/conversation.php:1170 #: ../../include/conversation.php:1183 ../../include/conversation.php:1200
msgid "Please enter an audio link/URL:" msgid "Please enter an audio link/URL:"
msgstr "Bitte Link/URL zum Audio einfügen:" msgstr "Bitte Link/URL zum Audio einfügen:"
#: ../../include/conversation.php:1154 ../../include/conversation.php:1171 #: ../../include/conversation.php:1184 ../../include/conversation.php:1201
msgid "Tag term:" msgid "Tag term:"
msgstr "Tag:" msgstr "Tag:"
#: ../../include/conversation.php:1156 ../../include/conversation.php:1173 #: ../../include/conversation.php:1186 ../../include/conversation.php:1203
msgid "Where are you right now?" msgid "Where are you right now?"
msgstr "Wo hältst du dich jetzt gerade auf?" msgstr "Wo hältst du dich jetzt gerade auf?"
#: ../../include/conversation.php:1216 #: ../../include/conversation.php:1246
msgid "upload photo" msgid "upload photo"
msgstr "Bild hochladen" msgstr "Bild hochladen"
#: ../../include/conversation.php:1218 #: ../../include/conversation.php:1248
msgid "attach file" msgid "attach file"
msgstr "Datei anhängen" msgstr "Datei anhängen"
#: ../../include/conversation.php:1220 #: ../../include/conversation.php:1250
msgid "web link" msgid "web link"
msgstr "Weblink" msgstr "Weblink"
#: ../../include/conversation.php:1221 #: ../../include/conversation.php:1251
msgid "Insert video link" msgid "Insert video link"
msgstr "Video-Adresse einfügen" msgstr "Video-Adresse einfügen"
#: ../../include/conversation.php:1222 #: ../../include/conversation.php:1252
msgid "video link" msgid "video link"
msgstr "Video-Link" msgstr "Video-Link"
#: ../../include/conversation.php:1223 #: ../../include/conversation.php:1253
msgid "Insert audio link" msgid "Insert audio link"
msgstr "Audio-Adresse einfügen" msgstr "Audio-Adresse einfügen"
#: ../../include/conversation.php:1224 #: ../../include/conversation.php:1254
msgid "audio link" msgid "audio link"
msgstr "Audio-Link" msgstr "Audio-Link"
#: ../../include/conversation.php:1226 #: ../../include/conversation.php:1256
msgid "set location" msgid "set location"
msgstr "Ort setzen" msgstr "Ort setzen"
#: ../../include/conversation.php:1228 #: ../../include/conversation.php:1258
msgid "clear location" msgid "clear location"
msgstr "Ort löschen" msgstr "Ort löschen"
#: ../../include/conversation.php:1235 #: ../../include/conversation.php:1265
msgid "permissions" msgid "permissions"
msgstr "Zugriffsrechte" msgstr "Zugriffsrechte"
@ -8769,18 +8770,18 @@ msgstr "Veranstaltungserinnerungen"
msgid "Events this week:" msgid "Events this week:"
msgstr "Veranstaltungen diese Woche" msgstr "Veranstaltungen diese Woche"
#: ../../boot.php:1662 #: ../../boot.php:1668
msgid "Status Messages and Posts" msgid "Status Messages and Posts"
msgstr "Statusnachrichten und Beiträge" msgstr "Statusnachrichten und Beiträge"
#: ../../boot.php:1669 #: ../../boot.php:1675
msgid "Profile Details" msgid "Profile Details"
msgstr "Profildetails" msgstr "Profildetails"
#: ../../boot.php:1686 #: ../../boot.php:1692
msgid "Events and Calendar" msgid "Events and Calendar"
msgstr "Ereignisse und Kalender" msgstr "Ereignisse und Kalender"
#: ../../boot.php:1693 #: ../../boot.php:1699
msgid "Only You Can See This" msgid "Only You Can See This"
msgstr "Nur du kannst das sehen" msgstr "Nur du kannst das sehen"

View file

@ -803,8 +803,8 @@ $a->strings["Global directory update URL"] = "URL für Updates beim weltweiten V
$a->strings["URL to update the global directory. If this is not set, the global directory is completely unavailable to the application."] = "URL für Update des globalen Verzeichnisses. Wenn nichts eingetragen ist, bleibt das globale Verzeichnis unerreichbar."; $a->strings["URL to update the global directory. If this is not set, the global directory is completely unavailable to the application."] = "URL für Update des globalen Verzeichnisses. Wenn nichts eingetragen ist, bleibt das globale Verzeichnis unerreichbar.";
$a->strings["Allow threaded items"] = "Erlaube Threads in Diskussionen"; $a->strings["Allow threaded items"] = "Erlaube Threads in Diskussionen";
$a->strings["Allow infinite level threading for items on this site."] = "Erlaube ein unendliches Level für Threads auf dieser Seite."; $a->strings["Allow infinite level threading for items on this site."] = "Erlaube ein unendliches Level für Threads auf dieser Seite.";
$a->strings["No default permissions for new users"] = "Keine Standard-Zugriffsrechte für Beiträge neuer Nutzer"; $a->strings["Private posts by default for new users"] = "Private Beiträge als Standard für neue Nutzer";
$a->strings["New users will have no private permissions set for their posts by default, making their posts public until they change it."] = "Neue Benutzer werden keine Voreinstellungen für die Zugriffrechte haben, so dass ihre Beiträge öffentlich sind, bis sie es ändern."; $a->strings["Set default post permissions for all new members to the default privacy group rather than public."] = "Die Standard-Zugriffsrechte für neue Nutzer werden so gesetzt, dass als Voreinstellung in die private Gruppe gepostet wird anstelle von öffentlichen Beiträgen.";
$a->strings["Block multiple registrations"] = "Unterbinde Mehrfachregistrierung"; $a->strings["Block multiple registrations"] = "Unterbinde Mehrfachregistrierung";
$a->strings["Disallow users to register additional accounts for use as pages."] = "Benutzern nicht erlauben, weitere Konten als zusätzliche Profile anzulegen."; $a->strings["Disallow users to register additional accounts for use as pages."] = "Benutzern nicht erlauben, weitere Konten als zusätzliche Profile anzulegen.";
$a->strings["OpenID support"] = "OpenID Unterstützung"; $a->strings["OpenID support"] = "OpenID Unterstützung";
@ -1116,11 +1116,11 @@ $a->strings["Cache Statistics"] = "Cache Statistik";
$a->strings["Number of items"] = "Anzahl der Einträge"; $a->strings["Number of items"] = "Anzahl der Einträge";
$a->strings["Size of the cache"] = "Größe des Caches"; $a->strings["Size of the cache"] = "Größe des Caches";
$a->strings["Delete the whole cache"] = "Cache leeren"; $a->strings["Delete the whole cache"] = "Cache leeren";
$a->strings["Facebook Post disabled"] = ""; $a->strings["Facebook Post disabled"] = "Nach Facebook senden deaktiviert";
$a->strings["Facebook Post"] = ""; $a->strings["Facebook Post"] = "Facebook Relai";
$a->strings["Install Facebook Post connector for this account."] = ""; $a->strings["Install Facebook Post connector for this account."] = "Facebook-Connector für dieses Konto installieren.";
$a->strings["Remove Facebook Post connector"] = ""; $a->strings["Remove Facebook Post connector"] = "Facebook-Connector entfernen";
$a->strings["Facebook Post Settings"] = ""; $a->strings["Facebook Post Settings"] = "Facebook-Beitragseinstellungen";
$a->strings["%d person likes this"] = array( $a->strings["%d person likes this"] = array(
0 => "%d Person mag das", 0 => "%d Person mag das",
1 => "%d Leute mögen das", 1 => "%d Leute mögen das",
@ -1140,8 +1140,8 @@ $a->strings["shag"] = "poppen";
$a->strings["shagged"] = "poppte"; $a->strings["shagged"] = "poppte";
$a->strings["do something obscenely biological to"] = "mit ihm/ihr etwas obszönes Körperliches machen"; $a->strings["do something obscenely biological to"] = "mit ihm/ihr etwas obszönes Körperliches machen";
$a->strings["did something obscenely biological to"] = "machte etwas obszönes Körperliches mit"; $a->strings["did something obscenely biological to"] = "machte etwas obszönes Körperliches mit";
$a->strings["point out the poke feature to"] = ""; $a->strings["point out the poke feature to"] = "zeigte die neue Anstups-Funktion";
$a->strings["pointed out the poke feature to"] = ""; $a->strings["pointed out the poke feature to"] = "zeigte die neue Anstups-Funktion";
$a->strings["declare undying love for"] = "unterbliche Liebe verkünden"; $a->strings["declare undying love for"] = "unterbliche Liebe verkünden";
$a->strings["declared undying love for"] = "verkündete unsterbliche Liebe für"; $a->strings["declared undying love for"] = "verkündete unsterbliche Liebe für";
$a->strings["patent"] = "patentieren"; $a->strings["patent"] = "patentieren";

View file

@ -47,7 +47,7 @@
<div id="profile-jot-submit-wrapper" style="display:none;padding-left: 400px;"> <div id="profile-jot-submit-wrapper" style="display:none;padding-left: 400px;">
<input type="submit" id="profile-jot-submit" name="submit" value="$share" /> <input type="submit" id="profile-jot-submit" name="submit" value="$share" />
<div id="profile-jot-perms" class="profile-jot-perms" style="display: $visitor;" > <div id="profile-jot-perms" class="profile-jot-perms" style="display: $pvisit;" >
<a href="#profile-jot-acl-wrapper" id="jot-perms-icon" class="icon $lockstate sharePerms" title="$permset"></a>$bang</div> <a href="#profile-jot-acl-wrapper" id="jot-perms-icon" class="icon $lockstate sharePerms" title="$permset"></a>$bang</div>
</div> </div>

View file

@ -47,7 +47,7 @@
<div id="profile-jot-submit-wrapper" style="display:none;padding-left: 400px;"> <div id="profile-jot-submit-wrapper" style="display:none;padding-left: 400px;">
<input type="submit" id="profile-jot-submit" name="submit" value="$share" /> <input type="submit" id="profile-jot-submit" name="submit" value="$share" />
<div id="profile-jot-perms" class="profile-jot-perms" style="display: $visitor;" > <div id="profile-jot-perms" class="profile-jot-perms" style="display: $pvisit;" >
<a href="#profile-jot-acl-wrapper" id="jot-perms-icon" class="icon $lockstate sharePerms" title="$permset"></a>$bang</div> <a href="#profile-jot-acl-wrapper" id="jot-perms-icon" class="icon $lockstate sharePerms" title="$permset"></a>$bang</div>
</div> </div>