aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorPaolo T <tuscanhobbit@users.noreply.github.com>2013-10-11 00:24:25 -0700
committerPaolo T <tuscanhobbit@users.noreply.github.com>2013-10-11 00:24:25 -0700
commit7a63d5e50b0ae16a38e673867abd6043d4becc07 (patch)
tree6d174d12a0de707ed8f875801a8dbc0c35f70d3f /view
parentc2a88c3e4858e3eb2c553bdc775d2f684b0d46b4 (diff)
parent89fc319c900873be58fa677707518646f6c79eec (diff)
downloadvolse-hubzilla-7a63d5e50b0ae16a38e673867abd6043d4becc07.tar.gz
volse-hubzilla-7a63d5e50b0ae16a38e673867abd6043d4becc07.tar.bz2
volse-hubzilla-7a63d5e50b0ae16a38e673867abd6043d4becc07.zip
Merge pull request #2 from friendica/master
Upgraded to latest red
Diffstat (limited to 'view')
-rw-r--r--view/css/default.css12
-rw-r--r--view/css/mod_connect.css11
-rw-r--r--view/de/messages.po11123
-rw-r--r--view/de/strings.php3159
-rw-r--r--view/en/htconfig.tpl10
-rw-r--r--view/js/mod_connections.js3
-rw-r--r--view/js/mod_network.js2
-rw-r--r--view/js/mod_settings.js4
-rw-r--r--view/js/mod_sources.js12
-rw-r--r--view/php/default.php6
-rw-r--r--view/php/theme_init.php1
-rw-r--r--view/ru/messages.po3314
-rw-r--r--view/ru/strings.php647
-rw-r--r--view/theme/redbasic/css/dark.css4
-rw-r--r--view/theme/redbasic/css/fancy.css3
-rw-r--r--view/theme/redbasic/css/style.css451
-rw-r--r--view/theme/redbasic/js/redbasic.js34
-rw-r--r--view/theme/redbasic/php/config.php197
-rw-r--r--view/theme/redbasic/php/style.php250
-rw-r--r--view/theme/redbasic/php/theme.php6
-rwxr-xr-xview/theme/redbasic/tpl/basic_theme_settings.tpl14
-rw-r--r--[-rwxr-xr-x]view/theme/redbasic/tpl/theme_settings.tpl29
-rwxr-xr-xview/tpl/abook_edit.tpl4
-rwxr-xr-xview/tpl/admin_aside.tpl1
-rwxr-xr-xview/tpl/admin_hubloc.tpl22
-rwxr-xr-xview/tpl/admin_logs.tpl2
-rwxr-xr-xview/tpl/admin_plugins.tpl2
-rwxr-xr-xview/tpl/admin_plugins_details.tpl2
-rwxr-xr-xview/tpl/admin_site.tpl10
-rwxr-xr-xview/tpl/admin_summary.tpl2
-rwxr-xr-xview/tpl/admin_users.tpl2
-rwxr-xr-xview/tpl/build_query.tpl2
-rwxr-xr-xview/tpl/channels.tpl5
-rwxr-xr-xview/tpl/comment_item.tpl32
-rwxr-xr-xview/tpl/conv_item.tpl23
-rw-r--r--view/tpl/design_tools.tpl7
-rwxr-xr-xview/tpl/direntry.tpl23
-rw-r--r--view/tpl/filestorage.tpl22
-rwxr-xr-xview/tpl/follow.tpl3
-rwxr-xr-xview/tpl/jot.tpl18
-rwxr-xr-xview/tpl/like_noshare.tpl4
-rwxr-xr-xview/tpl/mail_display.tpl2
-rwxr-xr-xview/tpl/mail_list.tpl10
-rw-r--r--view/tpl/menulist.tpl2
-rwxr-xr-xview/tpl/nav.tpl24
-rwxr-xr-xview/tpl/page_display.tpl2
-rwxr-xr-xview/tpl/peoplefind.tpl4
-rwxr-xr-xview/tpl/photo_view.tpl6
-rwxr-xr-xview/tpl/photos_upload.tpl2
-rwxr-xr-xview/tpl/posted_date_widget.tpl2
-rwxr-xr-xview/tpl/profile_advanced.tpl3
-rwxr-xr-xview/tpl/saved_searches_aside.tpl4
-rwxr-xr-xview/tpl/search_item.tpl7
-rw-r--r--view/tpl/sellpage_edit.tpl23
-rw-r--r--view/tpl/sellpage_submit.tpl3
-rw-r--r--view/tpl/sellpage_view.tpl11
-rwxr-xr-xview/tpl/settings.tpl9
-rwxr-xr-xview/tpl/settings_account.tpl4
-rwxr-xr-xview/tpl/settings_addons.tpl2
-rwxr-xr-xview/tpl/settings_display.tpl2
-rwxr-xr-xview/tpl/settings_features.tpl3
-rwxr-xr-xview/tpl/settings_oauth.tpl2
-rw-r--r--view/tpl/sources_edit.tpl22
-rw-r--r--view/tpl/sources_list.tpl15
-rw-r--r--view/tpl/sources_new.tpl15
-rwxr-xr-xview/tpl/threaded_conversation.tpl3
-rw-r--r--view/tpl/webpagelist.tpl2
-rw-r--r--view/tpl/write_pages.tpl2
68 files changed, 9562 insertions, 10102 deletions
diff --git a/view/css/default.css b/view/css/default.css
index f3b34a86d..deb39fbe2 100644
--- a/view/css/default.css
+++ b/view/css/default.css
@@ -1,10 +1,14 @@
nav {
- height: 94px;
+ height: 24px;
display: block;
+ position: fixed;
+ width: 100%;
+ z-index: 100;
+ background-color: #ff0000;
}
-aside {
+aside#region_1 {
display: block;
width: 210px;
position: absolute;
@@ -13,6 +17,10 @@ aside {
margin-left: 10px;
}
+aside input[type='text'] {
+ width: 174px;
+}
+
section {
position: absolute;
diff --git a/view/css/mod_connect.css b/view/css/mod_connect.css
new file mode 100644
index 000000000..d1a46ec48
--- /dev/null
+++ b/view/css/mod_connect.css
@@ -0,0 +1,11 @@
+.sellpage-body {
+ margin-top: 25px;
+}
+
+.sellpage-final {
+ margin-top: 25px;
+}
+
+#sellpage-edit label{
+ width: 300px;
+} \ No newline at end of file
diff --git a/view/de/messages.po b/view/de/messages.po
index 341cad3ad..70d5efa2a 100644
--- a/view/de/messages.po
+++ b/view/de/messages.po
@@ -1,4038 +1,3867 @@
-# FRIENDICA Distributed Social Network
-# Copyright (C) 2010, 2011 the Friendica Project
-# This file is distributed under the same license as the Friendica package.
+# Red Communications Project
+# Copyright (C) 2013 the Red Matrix Project
+# This file is distributed under the same license as the Red package.
#
# Translators:
-# bavatar <tobias.diekershoff@gmx.net>, 2011.
-# Erkan Yilmaz <erkan77@gmail.com>, 2011.
-# Fabian Dost <friends@dostmusik.de>, 2012.
-# <friends@dostmusik.de>, 2012.
-# <greeneyedred@googlemail.com>, 2012.
-# <hzuehl@phone-talk.de>, 2011, 2012.
-# <leberwurscht@hoegners.de>, 2012.
-# <marmor69@web.de>, 2012.
-# Martin Schmitt <mas@scsy.de>, 2012.
-# <tobias.diekershoff@gmx.net>, 2011, 2012.
-# <transifex@zottel.net>, 2011, 2012.
-# <ts+transifex@ml.tschlotfeldt.de>, 2011.
+# alexej <info@pixelbits.de>, 2013
+# balder <andreas.bauer@ymail.com>, 2013
+# EinerVonVielen <tom@jfellow.net>, 2013
+# Fraengii <frank@lumina-verte.org>, 2013
+# Oliver <post@toktan.org>, 2013
+# bavatar <tobias.diekershoff@gmx.net>, 2013
msgid ""
msgstr ""
-"Project-Id-Version: friendica\n"
-"Report-Msgid-Bugs-To: http://bugs.friendica.com/\n"
-"POT-Creation-Date: 2012-06-17 10:00-0700\n"
-"PO-Revision-Date: 2012-06-18 22:04+0000\n"
-"Last-Translator: Fabian Dost <friends@dostmusik.de>\n"
-"Language-Team: German (http://www.transifex.net/projects/p/friendica/language/de/)\n"
+"Project-Id-Version: Red Matrix\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-10-04 00:01-0700\n"
+"PO-Revision-Date: 2013-10-10 11:37+0000\n"
+"Last-Translator: bavatar <tobias.diekershoff@gmx.net>\n"
+"Language-Team: German (http://www.transifex.com/projects/p/red-matrix/language/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: de\n"
-"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../../mod/oexchange.php:25
-msgid "Post successful."
-msgstr "Beitrag erfolgreich veröffentlicht."
-
-#: ../../mod/update_notes.php:41 ../../mod/update_community.php:18
-#: ../../mod/update_network.php:22 ../../mod/update_profile.php:41
-msgid "[Embedded content - reload page to view]"
-msgstr "[Eingebetteter Inhalt - Seite neu laden zum Betrachten]"
-
-#: ../../mod/crepair.php:102
-msgid "Contact settings applied."
-msgstr "Einstellungen zum Kontakt angewandt."
-
-#: ../../mod/crepair.php:104
-msgid "Contact update failed."
-msgstr "Konnte den Kontakt nicht aktualisieren."
-
-#: ../../mod/crepair.php:115 ../../mod/wall_attach.php:44
-#: ../../mod/fsuggest.php:78 ../../mod/events.php:138 ../../mod/api.php:26
-#: ../../mod/api.php:31 ../../mod/photos.php:133 ../../mod/photos.php:928
-#: ../../mod/editpost.php:10 ../../mod/install.php:151
-#: ../../mod/notifications.php:66 ../../mod/contacts.php:145
-#: ../../mod/settings.php:106 ../../mod/settings.php:537
-#: ../../mod/settings.php:542 ../../mod/manage.php:86 ../../mod/network.php:6
-#: ../../mod/notes.php:20 ../../mod/wallmessage.php:9
-#: ../../mod/wallmessage.php:33 ../../mod/wallmessage.php:79
-#: ../../mod/wallmessage.php:103 ../../mod/attach.php:33
-#: ../../mod/group.php:19 ../../mod/viewconnections.php:22
-#: ../../mod/register.php:38 ../../mod/regmod.php:116 ../../mod/item.php:124
-#: ../../mod/item.php:140 ../../mod/profile_photo.php:19
-#: ../../mod/profile_photo.php:141 ../../mod/profile_photo.php:152
-#: ../../mod/profile_photo.php:165 ../../mod/message.php:45
-#: ../../mod/message.php:97 ../../mod/allfriends.php:9
-#: ../../mod/nogroup.php:25 ../../mod/wall_upload.php:53
-#: ../../mod/follow.php:9 ../../mod/display.php:138 ../../mod/profiles.php:7
-#: ../../mod/profiles.php:385 ../../mod/delegate.php:6
-#: ../../mod/suggest.php:28 ../../mod/invite.php:13 ../../mod/invite.php:81
-#: ../../mod/dfrn_confirm.php:53 ../../addon/facebook/facebook.php:507
-#: ../../addon/dav/layout.fnk.php:353 ../../include/items.php:3387
-#: ../../index.php:299
-msgid "Permission denied."
-msgstr "Zugriff verweigert."
-
-#: ../../mod/crepair.php:129 ../../mod/fsuggest.php:20
-#: ../../mod/fsuggest.php:92 ../../mod/dfrn_confirm.php:118
-msgid "Contact not found."
-msgstr "Kontakt nicht gefunden."
-
-#: ../../mod/crepair.php:135
-msgid "Repair Contact Settings"
-msgstr "Kontakteinstellungen reparieren"
+#: ../../include/acl_selectors.php:235
+msgid "Visible to everybody"
+msgstr "Für jeden sichtbar"
-#: ../../mod/crepair.php:137
-msgid ""
-"<strong>WARNING: This is highly advanced</strong> and if you enter incorrect"
-" information your communications with this contact may stop working."
-msgstr "<strong>ACHTUNG: Das sind Experten-Einstellungen!</strong> Wenn Du etwas Falsches eingibst, funktioniert die Kommunikation mit diesem Kontakt evtl. nicht mehr."
+#: ../../include/acl_selectors.php:236
+msgid "show"
+msgstr "zeigen"
-#: ../../mod/crepair.php:138
-msgid ""
-"Please use your browser 'Back' button <strong>now</strong> if you are "
-"uncertain what to do on this page."
-msgstr "Bitte nutze den Zurück-Button deines Browsers <strong>jetzt</strong>, wenn du dir unsicher bist, was du tun willst."
+#: ../../include/acl_selectors.php:237
+msgid "don't show"
+msgstr "Verbergen"
-#: ../../mod/crepair.php:144
-msgid "Return to contact editor"
-msgstr "Zurück zum Kontakteditor"
+#: ../../include/activities.php:37
+msgid " and "
+msgstr "und"
-#: ../../mod/crepair.php:148 ../../mod/settings.php:557
-#: ../../mod/settings.php:583 ../../mod/admin.php:659 ../../mod/admin.php:668
-msgid "Name"
-msgstr "Name"
+#: ../../include/activities.php:45
+msgid "public profile"
+msgstr "öffentliches Profil"
-#: ../../mod/crepair.php:149
-msgid "Account Nickname"
-msgstr "Konto-Spitzname"
+#: ../../include/activities.php:50
+#, php-format
+msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
+msgstr "%1$s hat %2$s auf &ldquo;%3$s&rdquo; geändert"
-#: ../../mod/crepair.php:150
-msgid "@Tagname - overrides Name/Nickname"
-msgstr "@Tagname - überschreibt Name/Spitzname"
+#: ../../include/activities.php:51
+#, php-format
+msgid "Visit %1$s's %2$s"
+msgstr "Besuche %1$s's %2$s"
-#: ../../mod/crepair.php:151
-msgid "Account URL"
-msgstr "Konto-URL"
+#: ../../include/activities.php:54
+#, php-format
+msgid "%1$s has an updated %2$s, changing %3$s."
+msgstr "%1$s hat ein aktualisiertes %2$s, %3$s wurde verändert."
-#: ../../mod/crepair.php:152
-msgid "Friend Request URL"
-msgstr "URL für Freundschaftsanfragen"
+#: ../../include/api.php:970
+msgid "Public Timeline"
+msgstr "Öffentliche Zeitleiste"
-#: ../../mod/crepair.php:153
-msgid "Friend Confirm URL"
-msgstr "URL für Bestätigungen von Freundschaftsanfragen"
+#: ../../include/enotify.php:36
+msgid "Red Matrix Notification"
+msgstr "Red Matrix Benachrichtigung"
-#: ../../mod/crepair.php:154
-msgid "Notification Endpoint URL"
-msgstr "URL-Endpunkt für Benachrichtigungen"
+#: ../../include/enotify.php:39
+msgid "Thank You,"
+msgstr "Danke."
-#: ../../mod/crepair.php:155
-msgid "Poll/Feed URL"
-msgstr "Pull/Feed-URL"
+#: ../../include/enotify.php:41
+#, php-format
+msgid "%s Administrator"
+msgstr "%s Administrator"
-#: ../../mod/crepair.php:156
-msgid "New photo from this URL"
-msgstr "Neues Foto von dieser URL"
+#: ../../include/enotify.php:75
+#, php-format
+msgid "%s <!item_type!>"
+msgstr "%s <!item_type!>"
-#: ../../mod/crepair.php:166 ../../mod/fsuggest.php:107
-#: ../../mod/events.php:428 ../../mod/photos.php:963 ../../mod/photos.php:1021
-#: ../../mod/photos.php:1266 ../../mod/photos.php:1306
-#: ../../mod/photos.php:1346 ../../mod/photos.php:1377
-#: ../../mod/install.php:246 ../../mod/install.php:284
-#: ../../mod/localtime.php:45 ../../mod/contacts.php:343
-#: ../../mod/settings.php:555 ../../mod/settings.php:701
-#: ../../mod/settings.php:762 ../../mod/settings.php:969
-#: ../../mod/group.php:85 ../../mod/message.php:216 ../../mod/admin.php:420
-#: ../../mod/admin.php:656 ../../mod/admin.php:792 ../../mod/admin.php:991
-#: ../../mod/admin.php:1078 ../../mod/profiles.php:554
-#: ../../mod/invite.php:119 ../../addon/facebook/facebook.php:609
-#: ../../addon/snautofollow/snautofollow.php:64
-#: ../../addon/yourls/yourls.php:76 ../../addon/ljpost/ljpost.php:93
-#: ../../addon/nsfw/nsfw.php:57 ../../addon/planets/planets.php:158
-#: ../../addon/uhremotestorage/uhremotestorage.php:89
-#: ../../addon/randplace/randplace.php:177 ../../addon/dwpost/dwpost.php:93
-#: ../../addon/drpost/drpost.php:110 ../../addon/startpage/startpage.php:92
-#: ../../addon/geonames/geonames.php:187 ../../addon/oembed.old/oembed.php:41
-#: ../../addon/impressum/impressum.php:82
-#: ../../addon/notimeline/notimeline.php:64 ../../addon/blockem/blockem.php:57
-#: ../../addon/qcomment/qcomment.php:61
-#: ../../addon/openstreetmap/openstreetmap.php:70
-#: ../../addon/libertree/libertree.php:90 ../../addon/mathjax/mathjax.php:42
-#: ../../addon/editplain/editplain.php:84 ../../addon/blackout/blackout.php:98
-#: ../../addon/gravatar/gravatar.php:86
-#: ../../addon/pageheader/pageheader.php:55 ../../addon/ijpost/ijpost.php:93
-#: ../../addon/jappixmini/jappixmini.php:302
-#: ../../addon/statusnet/statusnet.php:278
-#: ../../addon/statusnet/statusnet.php:292
-#: ../../addon/statusnet/statusnet.php:318
-#: ../../addon/statusnet/statusnet.php:325
-#: ../../addon/statusnet/statusnet.php:353
-#: ../../addon/statusnet/statusnet.php:561 ../../addon/tumblr/tumblr.php:90
-#: ../../addon/numfriends/numfriends.php:85 ../../addon/gnot/gnot.php:88
-#: ../../addon/wppost/wppost.php:110 ../../addon/showmore/showmore.php:48
-#: ../../addon/piwik/piwik.php:89 ../../addon/twitter/twitter.php:180
-#: ../../addon/twitter/twitter.php:209 ../../addon/twitter/twitter.php:381
-#: ../../addon/irc/irc.php:55 ../../addon/blogger/blogger.php:102
-#: ../../addon/posterous/posterous.php:103
-#: ../../view/theme/cleanzero/config.php:80
-#: ../../view/theme/diabook/theme.php:757
-#: ../../view/theme/diabook/config.php:190
-#: ../../view/theme/quattro/config.php:52 ../../view/theme/dispy/config.php:70
-#: ../../include/conversation.php:580
-msgid "Submit"
-msgstr "Senden"
+#: ../../include/enotify.php:79
+#, php-format
+msgid "[Red:Notify] New mail received at %s"
+msgstr "[Red Notify] Neue Mail auf %s empfangen"
-#: ../../mod/help.php:30
-msgid "Help:"
-msgstr "Hilfe:"
+#: ../../include/enotify.php:81
+#, php-format
+msgid "%1$s sent you a new private message at %2$s."
+msgstr "%1$s hat Dir eine private Nachricht auf %2$s geschickt."
-#: ../../mod/help.php:34 ../../addon/dav/layout.fnk.php:116
-#: ../../include/nav.php:86
-msgid "Help"
-msgstr "Hilfe"
+#: ../../include/enotify.php:82
+#, php-format
+msgid "%1$s sent you %2$s."
+msgstr "%1$s hat dir %2$s geschickt."
-#: ../../mod/help.php:38 ../../index.php:218
-msgid "Not Found"
-msgstr "Nicht gefunden"
+#: ../../include/enotify.php:82
+msgid "a private message"
+msgstr "eine private Nachricht"
-#: ../../mod/help.php:41 ../../index.php:221
-msgid "Page not found."
-msgstr "Seite nicht gefunden."
+#: ../../include/enotify.php:83
+#, php-format
+msgid "Please visit %s to view and/or reply to your private messages."
+msgstr "Bitte besuche %s, um die private Nachricht anzusehen und/oder darauf zu antworten."
-#: ../../mod/wall_attach.php:58
+#: ../../include/enotify.php:134
#, php-format
-msgid "File exceeds size limit of %d"
-msgstr "Die Datei ist größer als das erlaubte Limit von %d"
+msgid "%1$s commented on [zrl=%2$s]a %3$s[/zrl]"
+msgstr "%1$s hat auf [zrl=%2$s]einen %3$s[/zrl] kommentiert"
-#: ../../mod/wall_attach.php:86 ../../mod/wall_attach.php:97
-msgid "File upload failed."
-msgstr "Hochladen der Datei fehlgeschlagen."
+#: ../../include/enotify.php:141
+#, php-format
+msgid "%1$s commented on [zrl=%2$s]%3$s's %4$s[/zrl]"
+msgstr "%1$s kommentierte auf [zrl=%2$s]%3$s's %4$s[/zrl]"
-#: ../../mod/fsuggest.php:63
-msgid "Friend suggestion sent."
-msgstr "Kontaktvorschlag gesendet."
+#: ../../include/enotify.php:149
+#, php-format
+msgid "%1$s commented on [zrl=%2$s]your %3$s[/zrl]"
+msgstr "%1$s hat auf [zrl=%2$s]Dein %3$s[/zrl] kommentiert"
-#: ../../mod/fsuggest.php:97
-msgid "Suggest Friends"
-msgstr "Kontakte vorschlagen"
+#: ../../include/enotify.php:159
+#, php-format
+msgid "[Red:Notify] Comment to conversation #%1$d by %2$s"
+msgstr "[Red:Notify] Kommentar in Unterhaltung #%1$d von %2$s"
-#: ../../mod/fsuggest.php:99
+#: ../../include/enotify.php:160
#, php-format
-msgid "Suggest a friend for %s"
-msgstr "Schlage %s einen Kontakt vor"
+msgid "%s commented on an item/conversation you have been following."
+msgstr "%s hat einen Beitrag/eine Konversation kommentiert, dem/der du folgst."
-#: ../../mod/events.php:65
-msgid "Event description and start time are required."
-msgstr "Ereignisbeschreibung und Startzeit sind erforderlich."
+#: ../../include/enotify.php:163 ../../include/enotify.php:180
+#: ../../include/enotify.php:206 ../../include/enotify.php:224
+#: ../../include/enotify.php:237
+#, php-format
+msgid "Please visit %s to view and/or reply to the conversation."
+msgstr "Bitte besuche %s, um die Konversation anzusehen und/oder zu kommentieren."
-#: ../../mod/events.php:258
-msgid "l, F j"
-msgstr "l, F j"
+#: ../../include/enotify.php:170
+#, php-format
+msgid "[Red:Notify] %s posted to your profile wall"
+msgstr "[Red:Hinweis] %s schrieb auf Deine Pinnwand"
-#: ../../mod/events.php:280
-msgid "Edit event"
-msgstr "Veranstaltung bearbeiten"
+#: ../../include/enotify.php:172
+#, php-format
+msgid "%1$s posted to your profile wall at %2$s"
+msgstr "%1$s schrieb auf Deine Pinnwand auf %2$s"
-#: ../../mod/events.php:300 ../../include/text.php:1065
-msgid "link to source"
-msgstr "Link zum Originalbeitrag"
+#: ../../include/enotify.php:174
+#, php-format
+msgid "%1$s posted to [zrl=%2$s]your wall[/zrl]"
+msgstr "%1$s schrieb auf [zrl=%2$s]Deine Pinnwand[/zrl]"
-#: ../../mod/events.php:324 ../../view/theme/diabook/theme.php:131
-#: ../../include/nav.php:52 ../../boot.php:1529
-msgid "Events"
-msgstr "Veranstaltungen"
+#: ../../include/enotify.php:200
+#, php-format
+msgid "[Red:Notify] %s tagged you"
+msgstr "[Red Notify] %s hat dich getaggt"
-#: ../../mod/events.php:325
-msgid "Create New Event"
-msgstr "Neue Veranstaltung erstellen"
+#: ../../include/enotify.php:201
+#, php-format
+msgid "%1$s tagged you at %2$s"
+msgstr "%1$s hat dich auf %2$s getaggt"
-#: ../../mod/events.php:326 ../../addon/dav/layout.fnk.php:154
-msgid "Previous"
-msgstr "Vorherige"
+#: ../../include/enotify.php:202
+#, php-format
+msgid "%1$s [zrl=%2$s]tagged you[/zrl]."
+msgstr "%1$s hat [zrl=%2$s]Dich getagged[/zrl]."
-#: ../../mod/events.php:327 ../../mod/install.php:205
-#: ../../addon/dav/layout.fnk.php:157
-msgid "Next"
-msgstr "Nächste"
+#: ../../include/enotify.php:214
+#, php-format
+msgid "[Red:Notify] %1$s poked you"
+msgstr "[Red Notify] %1$s hat dich angestupst"
-#: ../../mod/events.php:399
-msgid "hour:minute"
-msgstr "Stunde:Minute"
+#: ../../include/enotify.php:215
+#, php-format
+msgid "%1$s poked you at %2$s"
+msgstr "%1$s hat dich auf %2$s angestupst"
-#: ../../mod/events.php:408
-msgid "Event details"
-msgstr "Veranstaltungsdetails"
+#: ../../include/enotify.php:216
+#, php-format
+msgid "%1$s [zrl=%2$s]poked you[/zrl]."
+msgstr "%1$s [zrl=%2$s]hat dich angestupst.[/zrl]."
-#: ../../mod/events.php:409
+#: ../../include/enotify.php:231
#, php-format
-msgid "Format is %s %s. Starting date and Description are required."
-msgstr "Format ist %s %s. Anfangsdatum und Beschreibung sind notwendig."
+msgid "[Red:Notify] %s tagged your post"
+msgstr "[Red:Hinweis] %s hat Dich getagged"
-#: ../../mod/events.php:411
-msgid "Event Starts:"
-msgstr "Veranstaltungsbeginn:"
+#: ../../include/enotify.php:232
+#, php-format
+msgid "%1$s tagged your post at %2$s"
+msgstr "%1$s hat Deinen Beitrag auf %2$s getagged"
-#: ../../mod/events.php:414
-msgid "Finish date/time is not known or not relevant"
-msgstr "Enddatum/-zeit ist nicht bekannt oder nicht relevant"
+#: ../../include/enotify.php:233
+#, php-format
+msgid "%1$s tagged [zrl=%2$s]your post[/zrl]"
+msgstr "%1$s hat [zrl=%2$s]Deinen Beitrag[/zrl] getagged"
-#: ../../mod/events.php:416
-msgid "Event Finishes:"
-msgstr "Veranstaltungsende:"
+#: ../../include/enotify.php:244
+msgid "[Red:Notify] Introduction received"
+msgstr "[Red:Notify] Vorstellung erhalten"
-#: ../../mod/events.php:419
-msgid "Adjust for viewer timezone"
-msgstr "An Zeitzone des Betrachters anpassen"
+#: ../../include/enotify.php:245
+#, php-format
+msgid "You've received an introduction from '%1$s' at %2$s"
+msgstr "Du hast auf %2$s eine Vorstellung von %1$s erhalten."
-#: ../../mod/events.php:421
-msgid "Description:"
-msgstr "Beschreibung"
+#: ../../include/enotify.php:246
+#, php-format
+msgid "You've received [zrl=%1$s]an introduction[/zrl] from %2$s."
+msgstr "Du hast [zrl=%1$s]eine Vorstellung[/zrl] von %2$s erhalten."
-#: ../../mod/events.php:423 ../../include/event.php:37
-#: ../../include/bb2diaspora.php:265 ../../boot.php:1109
-msgid "Location:"
-msgstr "Ort:"
+#: ../../include/enotify.php:249 ../../include/enotify.php:267
+#, php-format
+msgid "You may visit their profile at %s"
+msgstr "Du kannst Dir das Profil unter %s ansehen"
-#: ../../mod/events.php:425
-msgid "Share this event"
-msgstr "Veranstaltung teilen"
+#: ../../include/enotify.php:251
+#, php-format
+msgid "Please visit %s to approve or reject the introduction."
+msgstr "Bitte besuche %s um sie anzunehmen oder abzulehnen."
-#: ../../mod/tagrm.php:11 ../../mod/tagrm.php:94
-#: ../../mod/dfrn_request.php:845 ../../mod/settings.php:556
-#: ../../mod/settings.php:582 ../../addon/js_upload/js_upload.php:45
-msgid "Cancel"
-msgstr "Abbrechen"
+#: ../../include/enotify.php:258
+msgid "[Red:Notify] Friend suggestion received"
+msgstr "[Red:Hinweis] Freundschaftsvorschlag erhalten"
-#: ../../mod/tagrm.php:41
-msgid "Tag removed"
-msgstr "Tag entfernt"
+#: ../../include/enotify.php:259
+#, php-format
+msgid "You've received a friend suggestion from '%1$s' at %2$s"
+msgstr "Du hast einen Freundschaftsvorschlag von %1$s auf %2$s erhalten"
-#: ../../mod/tagrm.php:79
-msgid "Remove Item Tag"
-msgstr "Gegenstands-Tag entfernen"
+#: ../../include/enotify.php:260
+#, php-format
+msgid ""
+"You've received [zrl=%1$s]a friend suggestion[/zrl] for %2$s from %3$s."
+msgstr "Du hast einen [zrl=%1$s]Freundschaftsvorschlag[/zrl] für %2$s von %3$s erhalten."
-#: ../../mod/tagrm.php:81
-msgid "Select a tag to remove: "
-msgstr "Wähle ein Tag zum Entfernen aus: "
+#: ../../include/enotify.php:265
+msgid "Name:"
+msgstr "Name:"
-#: ../../mod/tagrm.php:93 ../../mod/delegate.php:130
-msgid "Remove"
-msgstr "Entfernen"
+#: ../../include/enotify.php:266
+msgid "Photo:"
+msgstr "Foto:"
-#: ../../mod/dfrn_poll.php:94 ../../mod/dfrn_poll.php:522
+#: ../../include/enotify.php:269
#, php-format
-msgid "%s welcomes %s"
-msgstr "%s heißt %s herzlich willkommen"
+msgid "Please visit %s to approve or reject the suggestion."
+msgstr "Bitte besuche %s um den Vorschlag zu akzeptieren oder abzulehnen."
-#: ../../mod/api.php:76 ../../mod/api.php:102
-msgid "Authorize application connection"
-msgstr "Verbindung der Applikation autorisieren"
+#: ../../include/ItemObject.php:88 ../../mod/photos.php:960
+msgid "Private Message"
+msgstr "Private Nachricht"
-#: ../../mod/api.php:77
-msgid "Return to your app and insert this Securty Code:"
-msgstr "Gehe zu deiner Anwendung zurück und trage dort folgenden Sicherheitscode ein:"
+#: ../../include/ItemObject.php:95 ../../include/page_widgets.php:8
+#: ../../mod/webpages.php:98 ../../mod/settings.php:710 ../../mod/menu.php:55
+#: ../../mod/layouts.php:89 ../../mod/editlayout.php:100
+#: ../../mod/editwebpage.php:119 ../../mod/blocks.php:92
+#: ../../mod/editpost.php:94 ../../mod/editblock.php:114
+msgid "Edit"
+msgstr "Bearbeiten"
-#: ../../mod/api.php:89
-msgid "Please login to continue."
-msgstr "Bitte melde dich an um fortzufahren."
+#: ../../include/ItemObject.php:107 ../../include/conversation.php:631
+#: ../../mod/settings.php:711 ../../mod/admin.php:677 ../../mod/group.php:182
+#: ../../mod/photos.php:1141 ../../mod/connections.php:351
+#: ../../mod/filestorage.php:82
+msgid "Delete"
+msgstr "Löschen"
-#: ../../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 "Möchtest du dieser Anwendung den Zugriff auf deine Beiträge und Kontakte, sowie das Erstellen neuer Beiträge in deinem Namen gestatten?"
-
-#: ../../mod/api.php:105 ../../mod/dfrn_request.php:833
-#: ../../mod/settings.php:879 ../../mod/settings.php:885
-#: ../../mod/settings.php:893 ../../mod/settings.php:897
-#: ../../mod/settings.php:902 ../../mod/settings.php:908
-#: ../../mod/settings.php:914 ../../mod/settings.php:920
-#: ../../mod/settings.php:956 ../../mod/settings.php:957
-#: ../../mod/settings.php:958 ../../mod/settings.php:959
-#: ../../mod/settings.php:960 ../../mod/register.php:234
-#: ../../mod/profiles.php:531
-msgid "Yes"
-msgstr "Ja"
+#: ../../include/ItemObject.php:113 ../../include/conversation.php:630
+msgid "Select"
+msgstr "Auswählen"
-#: ../../mod/api.php:106 ../../mod/dfrn_request.php:834
-#: ../../mod/settings.php:879 ../../mod/settings.php:885
-#: ../../mod/settings.php:893 ../../mod/settings.php:897
-#: ../../mod/settings.php:902 ../../mod/settings.php:908
-#: ../../mod/settings.php:914 ../../mod/settings.php:920
-#: ../../mod/settings.php:956 ../../mod/settings.php:957
-#: ../../mod/settings.php:958 ../../mod/settings.php:959
-#: ../../mod/settings.php:960 ../../mod/register.php:235
-#: ../../mod/profiles.php:532
-msgid "No"
-msgstr "Nein"
+#: ../../include/ItemObject.php:117
+msgid "save to folder"
+msgstr "In Ordner speichern"
-#: ../../mod/photos.php:44 ../../boot.php:1523
-msgid "Photo Albums"
-msgstr "Fotoalben"
+#: ../../include/ItemObject.php:145
+msgid "add star"
+msgstr "markieren"
-#: ../../mod/photos.php:52 ../../mod/photos.php:154 ../../mod/photos.php:942
-#: ../../mod/photos.php:1013 ../../mod/photos.php:1028
-#: ../../mod/photos.php:1455 ../../mod/photos.php:1467
-#: ../../addon/communityhome/communityhome.php:110
-#: ../../view/theme/diabook/theme.php:598
-msgid "Contact Photos"
-msgstr "Kontaktbilder"
+#: ../../include/ItemObject.php:146
+msgid "remove star"
+msgstr "Markierung entfernen"
-#: ../../mod/photos.php:59 ../../mod/photos.php:1038 ../../mod/photos.php:1505
-msgid "Upload New Photos"
-msgstr "Weitere Fotos hochladen"
+#: ../../include/ItemObject.php:147
+msgid "toggle star status"
+msgstr "Stern-Status umschalten"
-#: ../../mod/photos.php:70 ../../mod/settings.php:21
-msgid "everybody"
-msgstr "jeder"
-
-#: ../../mod/photos.php:143
-msgid "Contact information unavailable"
-msgstr "Kontaktinformationen nicht verfügbar"
-
-#: ../../mod/photos.php:154 ../../mod/photos.php:656 ../../mod/photos.php:1013
-#: ../../mod/photos.php:1028 ../../mod/profile_photo.php:60
-#: ../../mod/profile_photo.php:67 ../../mod/profile_photo.php:74
-#: ../../mod/profile_photo.php:176 ../../mod/profile_photo.php:254
-#: ../../mod/profile_photo.php:263
-#: ../../addon/communityhome/communityhome.php:111
-#: ../../view/theme/diabook/theme.php:599 ../../include/user.php:298
-#: ../../include/user.php:305 ../../include/user.php:312
-msgid "Profile Photos"
-msgstr "Profilbilder"
+#: ../../include/ItemObject.php:151
+msgid "starred"
+msgstr "markiert"
-#: ../../mod/photos.php:164
-msgid "Album not found."
-msgstr "Album nicht gefunden."
+#: ../../include/ItemObject.php:160 ../../include/conversation.php:641
+msgid "Message is verified"
+msgstr "Nachricht überprüft"
-#: ../../mod/photos.php:182 ../../mod/photos.php:1022
-msgid "Delete Album"
-msgstr "Album löschen"
+#: ../../include/ItemObject.php:168
+msgid "add tag"
+msgstr "Schlagwort hinzufügen"
-#: ../../mod/photos.php:245 ../../mod/photos.php:1267
-msgid "Delete Photo"
-msgstr "Foto löschen"
+#: ../../include/ItemObject.php:174 ../../mod/photos.php:1070
+msgid "I like this (toggle)"
+msgstr "Ich mag das (Umschalter)"
-#: ../../mod/photos.php:587
-msgid "was tagged in a"
-msgstr "wurde getaggt in einem"
+#: ../../include/ItemObject.php:174 ../../include/taxonomy.php:249
+msgid "like"
+msgstr "Gefällt-mir"
-#: ../../mod/photos.php:587 ../../mod/like.php:185 ../../mod/tagger.php:70
-#: ../../addon/communityhome/communityhome.php:163
-#: ../../view/theme/diabook/theme.php:570 ../../include/text.php:1316
-#: ../../include/diaspora.php:1709 ../../include/conversation.php:53
-#: ../../include/conversation.php:126
-msgid "photo"
-msgstr "Foto"
+#: ../../include/ItemObject.php:175 ../../mod/photos.php:1071
+msgid "I don't like this (toggle)"
+msgstr "Ich mag das nicht (Umschalter)"
-#: ../../mod/photos.php:587
-msgid "by"
-msgstr "von"
+#: ../../include/ItemObject.php:175 ../../include/taxonomy.php:250
+msgid "dislike"
+msgstr "Gefällt-mir-nicht"
-#: ../../mod/photos.php:692 ../../addon/js_upload/js_upload.php:315
-msgid "Image exceeds size limit of "
-msgstr "Die Bildgröße übersteigt das Limit von "
+#: ../../include/ItemObject.php:177
+msgid "Share this"
+msgstr "Teile dies"
-#: ../../mod/photos.php:700
-msgid "Image file is empty."
-msgstr "Bilddatei ist leer."
+#: ../../include/ItemObject.php:177
+msgid "share"
+msgstr "Teilen"
-#: ../../mod/photos.php:714 ../../mod/profile_photo.php:126
-#: ../../mod/wall_upload.php:86
-msgid "Unable to process image."
-msgstr "Konnte das Bild nicht bearbeiten."
+#: ../../include/ItemObject.php:201 ../../include/ItemObject.php:202
+#, php-format
+msgid "View %s's profile - %s"
+msgstr "Schaue dir %s's Profil an - %s"
-#: ../../mod/photos.php:734 ../../mod/profile_photo.php:259
-#: ../../mod/wall_upload.php:105
-msgid "Image upload failed."
-msgstr "Hochladen des Bildes gescheitert."
+#: ../../include/ItemObject.php:203
+msgid "to"
+msgstr "zu"
-#: ../../mod/photos.php:820 ../../mod/community.php:16
-#: ../../mod/dfrn_request.php:759 ../../mod/viewconnections.php:17
-#: ../../mod/display.php:7 ../../mod/search.php:71 ../../mod/directory.php:29
-msgid "Public access denied."
-msgstr "Öffentlicher Zugriff verweigert."
+#: ../../include/ItemObject.php:204
+msgid "Wall-to-Wall"
+msgstr "Wall-to-Wall"
-#: ../../mod/photos.php:830
-msgid "No photos selected"
-msgstr "Keine Bilder ausgewählt"
+#: ../../include/ItemObject.php:205
+msgid "via Wall-To-Wall:"
+msgstr "via Wall-To-Wall:"
-#: ../../mod/photos.php:909
-msgid "Access to this item is restricted."
-msgstr "Zugriff zu diesem Eintrag wurde eingeschränkt."
+#: ../../include/ItemObject.php:215 ../../include/conversation.php:685
+#, php-format
+msgid " from %s"
+msgstr "von %s"
-#: ../../mod/photos.php:970
-msgid "Upload Photos"
-msgstr "Bilder hochladen"
+#: ../../include/ItemObject.php:244 ../../include/conversation.php:704
+#: ../../include/conversation.php:1104 ../../mod/photos.php:1073
+#: ../../mod/message.php:303 ../../mod/message.php:466
+#: ../../mod/editlayout.php:109 ../../mod/editwebpage.php:128
+#: ../../mod/editpost.php:103 ../../mod/editblock.php:123
+msgid "Please wait"
+msgstr "Bitte warten"
-#: ../../mod/photos.php:973 ../../mod/photos.php:1017
-msgid "New album name: "
-msgstr "Name des neuen Albums: "
+#: ../../include/ItemObject.php:265
+#, php-format
+msgid "%d comment"
+msgid_plural "%d comments"
+msgstr[0] "%d Kommentar"
+msgstr[1] "%d Kommentare"
-#: ../../mod/photos.php:974
-msgid "or existing album name: "
-msgstr "oder existierender Albumname: "
+#: ../../include/ItemObject.php:266 ../../include/js_strings.php:7
+#: ../../include/contact_widgets.php:148
+msgid "show more"
+msgstr "mehr zeigen"
-#: ../../mod/photos.php:975
-msgid "Do not show a status post for this upload"
-msgstr "Keine Status-Mitteilung für diesen Beitrag anzeigen"
+#: ../../include/ItemObject.php:525 ../../mod/photos.php:1089
+#: ../../mod/photos.php:1175
+msgid "This is you"
+msgstr "Das bist du"
-#: ../../mod/photos.php:977 ../../mod/photos.php:1262
-msgid "Permissions"
-msgstr "Berechtigungen"
+#: ../../include/ItemObject.php:527 ../../include/js_strings.php:6
+#: ../../mod/photos.php:1091 ../../mod/photos.php:1177
+msgid "Comment"
+msgstr "Kommentar"
-#: ../../mod/photos.php:1032
-msgid "Edit Album"
-msgstr "Album bearbeiten"
+#: ../../include/ItemObject.php:528 ../../mod/events.php:458
+#: ../../mod/thing.php:190 ../../mod/invite.php:153 ../../mod/setup.php:283
+#: ../../mod/setup.php:326 ../../mod/settings.php:648
+#: ../../mod/settings.php:760 ../../mod/settings.php:788
+#: ../../mod/settings.php:812 ../../mod/settings.php:883
+#: ../../mod/settings.php:1051 ../../mod/connect.php:96
+#: ../../mod/sources.php:83 ../../mod/sources.php:110 ../../mod/admin.php:418
+#: ../../mod/admin.php:670 ../../mod/admin.php:810 ../../mod/admin.php:1009
+#: ../../mod/admin.php:1096 ../../mod/group.php:87 ../../mod/photos.php:693
+#: ../../mod/photos.php:787 ../../mod/photos.php:1052
+#: ../../mod/photos.php:1092 ../../mod/photos.php:1178
+#: ../../mod/message.php:304 ../../mod/message.php:465
+#: ../../mod/connections.php:428 ../../mod/profiles.php:529
+#: ../../mod/import.php:385 ../../mod/crepair.php:166 ../../mod/poke.php:166
+#: ../../mod/fsuggest.php:108 ../../mod/mood.php:137
+#: ../../view/theme/redbasic/php/config.php:46
+#: ../../view/theme/redstrap/php/config.php:131
+msgid "Submit"
+msgstr "Bestätigen"
-#: ../../mod/photos.php:1056 ../../mod/photos.php:1488
-msgid "View Photo"
-msgstr "Fotos betrachten"
+#: ../../include/ItemObject.php:529
+msgid "Bold"
+msgstr "Fett"
-#: ../../mod/photos.php:1091
-msgid "Permission denied. Access to this item may be restricted."
-msgstr "Zugriff verweigert. Zugriff zu diesem Eintrag könnte eingeschränkt sein."
+#: ../../include/ItemObject.php:530
+msgid "Italic"
+msgstr "Kursiv"
-#: ../../mod/photos.php:1093
-msgid "Photo not available"
-msgstr "Foto nicht verfügbar"
+#: ../../include/ItemObject.php:531
+msgid "Underline"
+msgstr "Unterstrichen"
-#: ../../mod/photos.php:1143
-msgid "View photo"
-msgstr "Fotos ansehen"
+#: ../../include/ItemObject.php:532
+msgid "Quote"
+msgstr "Zitat"
-#: ../../mod/photos.php:1143
-msgid "Edit photo"
-msgstr "Foto bearbeiten"
+#: ../../include/ItemObject.php:533
+msgid "Code"
+msgstr "Code"
-#: ../../mod/photos.php:1144
-msgid "Use as profile photo"
-msgstr "Als Profilbild verwenden"
+#: ../../include/ItemObject.php:534
+msgid "Image"
+msgstr "Bild"
-#: ../../mod/photos.php:1150 ../../include/conversation.php:490
-msgid "Private Message"
-msgstr "Private Nachricht"
+#: ../../include/ItemObject.php:535
+msgid "Link"
+msgstr "Link"
-#: ../../mod/photos.php:1172
-msgid "View Full Size"
-msgstr "Betrachte Originalgröße"
+#: ../../include/ItemObject.php:536
+msgid "Video"
+msgstr "Video"
-#: ../../mod/photos.php:1240
-msgid "Tags: "
-msgstr "Tags: "
+#: ../../include/ItemObject.php:537 ../../include/conversation.php:1124
+#: ../../mod/photos.php:1093 ../../mod/editlayout.php:129
+#: ../../mod/editwebpage.php:150 ../../mod/editpost.php:123
+#: ../../mod/editblock.php:144
+msgid "Preview"
+msgstr "Vorschau"
-#: ../../mod/photos.php:1243
-msgid "[Remove any tag]"
-msgstr "[Tag entfernen]"
+#: ../../include/Contact.php:87 ../../include/contact_widgets.php:23
+#: ../../mod/match.php:58 ../../mod/suggest.php:56 ../../mod/directory.php:183
+#: ../../boot.php:1710
+msgid "Connect"
+msgstr "Verbinden"
-#: ../../mod/photos.php:1253
-msgid "Rotate CW"
-msgstr "Im Uhrzeigersinn rotieren"
+#: ../../include/Contact.php:103
+msgid "New window"
+msgstr "Neues Fenster"
-#: ../../mod/photos.php:1255
-msgid "New album name"
-msgstr "Name des neuen Albums"
+#: ../../include/Contact.php:104
+msgid "Open the selected location in a different window or browser tab"
+msgstr "Öffne die markierte Adresse in einem neuen Browser Fenster oder Tab"
-#: ../../mod/photos.php:1258
-msgid "Caption"
-msgstr "Bildunterschrift"
+#: ../../include/Contact.php:492 ../../include/conversation.php:932
+msgid "Poke"
+msgstr "Anstupsen"
-#: ../../mod/photos.php:1260
-msgid "Add a Tag"
-msgstr "Tag hinzufügen"
+#: ../../include/Contact.php:493 ../../include/conversation.php:926
+msgid "View Status"
+msgstr "Status ansehen"
-#: ../../mod/photos.php:1264
-msgid ""
-"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
-msgstr "Beispiel: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
+#: ../../include/Contact.php:494 ../../include/nav.php:75
+#: ../../include/conversation.php:927 ../../mod/connections.php:304
+#: ../../mod/connections.php:418
+msgid "View Profile"
+msgstr "Profil ansehen"
-#: ../../mod/photos.php:1284 ../../include/conversation.php:554
-msgid "I like this (toggle)"
-msgstr "Ich mag das (toggle)"
+#: ../../include/Contact.php:495 ../../include/conversation.php:928
+msgid "View Photos"
+msgstr "Fotos ansehen"
-#: ../../mod/photos.php:1285 ../../include/conversation.php:555
-msgid "I don't like this (toggle)"
-msgstr "Ich mag das nicht (toggle)"
+#: ../../include/Contact.php:496
+msgid "Network Posts"
+msgstr "Netzwerkbeiträge"
-#: ../../mod/photos.php:1286 ../../include/conversation.php:989
-msgid "Share"
-msgstr "Teilen"
+#: ../../include/Contact.php:497 ../../include/conversation.php:930
+msgid "Edit Contact"
+msgstr "Kontakt bearbeiten"
-#: ../../mod/photos.php:1287 ../../mod/editpost.php:104
-#: ../../mod/wallmessage.php:145 ../../mod/message.php:215
-#: ../../mod/message.php:410 ../../include/conversation.php:371
-#: ../../include/conversation.php:731 ../../include/conversation.php:1008
-msgid "Please wait"
-msgstr "Bitte warten"
+#: ../../include/Contact.php:498 ../../include/conversation.php:931
+msgid "Send PM"
+msgstr "Sende PN"
-#: ../../mod/photos.php:1303 ../../mod/photos.php:1343
-#: ../../mod/photos.php:1374 ../../include/conversation.php:577
-msgid "This is you"
-msgstr "Das bist du"
+#: ../../include/contact_selectors.php:30
+msgid "Unknown | Not categorised"
+msgstr "Unbekannt | Nicht kategorisiert"
-#: ../../mod/photos.php:1305 ../../mod/photos.php:1345
-#: ../../mod/photos.php:1376 ../../include/conversation.php:579
-#: ../../boot.php:523
-msgid "Comment"
-msgstr "Kommentar"
+#: ../../include/contact_selectors.php:31
+msgid "Block immediately"
+msgstr "Sofort blockieren"
-#: ../../mod/photos.php:1307 ../../mod/editpost.php:125
-#: ../../include/conversation.php:589 ../../include/conversation.php:1026
-msgid "Preview"
-msgstr "Vorschau"
+#: ../../include/contact_selectors.php:32
+msgid "Shady, spammer, self-marketer"
+msgstr "Zwielichtig, Spammer, Selbstdarsteller"
-#: ../../mod/photos.php:1404 ../../mod/settings.php:618
-#: ../../mod/settings.php:699 ../../mod/group.php:168 ../../mod/admin.php:663
-#: ../../include/conversation.php:328 ../../include/conversation.php:609
-msgid "Delete"
-msgstr "Löschen"
+#: ../../include/contact_selectors.php:33
+msgid "Known to me, but no opinion"
+msgstr "Mir bekannt, aber keine Meinung"
-#: ../../mod/photos.php:1494
-msgid "View Album"
-msgstr "Album betrachten"
+#: ../../include/contact_selectors.php:34
+msgid "OK, probably harmless"
+msgstr "Ok, wahrscheinlich harmlos"
-#: ../../mod/photos.php:1503
-msgid "Recent Photos"
-msgstr "Neueste Fotos"
+#: ../../include/contact_selectors.php:35
+msgid "Reputable, has my trust"
+msgstr "Seriös, hat mein Vertrauen"
-#: ../../mod/community.php:21
-msgid "Not available."
-msgstr "Nicht verfügbar."
+#: ../../include/contact_selectors.php:54
+msgid "Frequently"
+msgstr "Häufig"
-#: ../../mod/community.php:30 ../../view/theme/diabook/theme.php:133
-#: ../../include/nav.php:101
-msgid "Community"
-msgstr "Gemeinschaft"
+#: ../../include/contact_selectors.php:55
+msgid "Hourly"
+msgstr "Stündlich"
-#: ../../mod/community.php:61 ../../mod/search.php:144
-msgid "No results."
-msgstr "Keine Ergebnisse."
+#: ../../include/contact_selectors.php:56
+msgid "Twice daily"
+msgstr "Zwei Mal am Tag"
-#: ../../mod/friendica.php:55
-msgid "This is Friendica, version"
-msgstr "Dies ist Friendica, Version"
+#: ../../include/contact_selectors.php:57
+msgid "Daily"
+msgstr "Täglich"
-#: ../../mod/friendica.php:56
-msgid "running at web location"
-msgstr "die unter folgender Webadresse zu finden ist"
+#: ../../include/contact_selectors.php:58
+msgid "Weekly"
+msgstr "Wöchentlich"
-#: ../../mod/friendica.php:58
-msgid ""
-"Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn "
-"more about the Friendica project."
-msgstr "Bitte besuche <a href=\"http://friendica.com\">Friendica.com</a>, um mehr über das Friendica Projekt zu erfahren."
+#: ../../include/contact_selectors.php:59
+msgid "Monthly"
+msgstr "Monatlich"
-#: ../../mod/friendica.php:60
-msgid "Bug reports and issues: please visit"
-msgstr "Probleme oder Fehler gefunden? Bitte besuche"
+#: ../../include/contact_selectors.php:74
+msgid "Friendica"
+msgstr "Friendica"
-#: ../../mod/friendica.php:61
-msgid ""
-"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - "
-"dot com"
-msgstr "Vorschläge, Lob, Spenden usw.: E-Mail an \"Info\" at Friendica - dot com"
+#: ../../include/contact_selectors.php:75
+msgid "OStatus"
+msgstr "OStatus"
-#: ../../mod/friendica.php:75
-msgid "Installed plugins/addons/apps:"
-msgstr "Installierte Plugins/Erweiterungen/Apps"
+#: ../../include/contact_selectors.php:76
+msgid "RSS/Atom"
+msgstr "RSS/Atom"
-#: ../../mod/friendica.php:88
-msgid "No installed plugins/addons/apps"
-msgstr "Keine Plugins/Erweiterungen/Apps installiert"
+#: ../../include/contact_selectors.php:77 ../../mod/admin.php:673
+#: ../../mod/admin.php:682 ../../boot.php:1438
+msgid "Email"
+msgstr "E-Mail"
-#: ../../mod/editpost.php:17 ../../mod/editpost.php:27
-msgid "Item not found"
-msgstr "Beitrag nicht gefunden"
+#: ../../include/contact_selectors.php:78
+msgid "Diaspora"
+msgstr "Diaspora"
-#: ../../mod/editpost.php:36
-msgid "Edit post"
-msgstr "Beitrag bearbeiten"
+#: ../../include/contact_selectors.php:79
+msgid "Facebook"
+msgstr "Facebook"
-#: ../../mod/editpost.php:80 ../../include/conversation.php:975
-msgid "Post to Email"
-msgstr "An E-Mail senden"
+#: ../../include/contact_selectors.php:80
+msgid "Zot!"
+msgstr "Zot!"
-#: ../../mod/editpost.php:95 ../../mod/settings.php:617
-#: ../../include/conversation.php:596
-msgid "Edit"
-msgstr "Bearbeiten"
+#: ../../include/contact_selectors.php:81
+msgid "LinkedIn"
+msgstr "LinkedIn"
-#: ../../mod/editpost.php:96 ../../mod/wallmessage.php:143
-#: ../../mod/message.php:213 ../../mod/message.php:408
-#: ../../include/conversation.php:990
-msgid "Upload photo"
-msgstr "Foto hochladen"
+#: ../../include/contact_selectors.php:82
+msgid "XMPP/IM"
+msgstr "XMPP/IM"
-#: ../../mod/editpost.php:97 ../../include/conversation.php:992
-msgid "Attach file"
-msgstr "Datei anhängen"
+#: ../../include/contact_selectors.php:83
+msgid "MySpace"
+msgstr "MySpace"
-#: ../../mod/editpost.php:98 ../../mod/wallmessage.php:144
-#: ../../mod/message.php:214 ../../mod/message.php:409
-#: ../../include/conversation.php:994
-msgid "Insert web link"
-msgstr "einen Link einfügen"
+#: ../../include/datetime.php:43 ../../include/datetime.php:45
+msgid "Miscellaneous"
+msgstr "Verschiedenes"
-#: ../../mod/editpost.php:99
-msgid "Insert YouTube video"
-msgstr "YouTube-Video einfügen"
+#: ../../include/datetime.php:152 ../../include/datetime.php:284
+msgid "year"
+msgstr "Jahr"
-#: ../../mod/editpost.php:100
-msgid "Insert Vorbis [.ogg] video"
-msgstr "Vorbis [.ogg] Video einfügen"
+#: ../../include/datetime.php:157 ../../include/datetime.php:285
+msgid "month"
+msgstr "Monat"
-#: ../../mod/editpost.php:101
-msgid "Insert Vorbis [.ogg] audio"
-msgstr "Vorbis [.ogg] Audio einfügen"
+#: ../../include/datetime.php:162 ../../include/datetime.php:287
+msgid "day"
+msgstr "Tag"
-#: ../../mod/editpost.php:102 ../../include/conversation.php:1000
-msgid "Set your location"
-msgstr "Deinen Standort festlegen"
+#: ../../include/datetime.php:275
+msgid "never"
+msgstr "Nie"
-#: ../../mod/editpost.php:103 ../../include/conversation.php:1002
-msgid "Clear browser location"
-msgstr "Browser-Standort leeren"
+#: ../../include/datetime.php:281
+msgid "less than a second ago"
+msgstr "Vor weniger als einer Sekunde"
-#: ../../mod/editpost.php:105 ../../include/conversation.php:1009
-msgid "Permission settings"
-msgstr "Berechtigungseinstellungen"
+#: ../../include/datetime.php:284
+msgid "years"
+msgstr "Jahre"
-#: ../../mod/editpost.php:113 ../../include/conversation.php:1018
-msgid "CC: email addresses"
-msgstr "Cc:-E-Mail-Addressen"
+#: ../../include/datetime.php:285
+msgid "months"
+msgstr "Monate"
-#: ../../mod/editpost.php:114 ../../include/conversation.php:1019
-msgid "Public post"
-msgstr "Öffentlicher Beitrag"
+#: ../../include/datetime.php:286
+msgid "week"
+msgstr "Woche"
-#: ../../mod/editpost.php:117 ../../include/conversation.php:1005
-msgid "Set title"
-msgstr "Titel setzen"
+#: ../../include/datetime.php:286
+msgid "weeks"
+msgstr "Wochen"
-#: ../../mod/editpost.php:119 ../../include/conversation.php:1007
-msgid "Categories (comma-separated list)"
-msgstr "Kategorien (kommasepariert)"
+#: ../../include/datetime.php:287
+msgid "days"
+msgstr "Tage"
-#: ../../mod/editpost.php:120 ../../include/conversation.php:1021
-msgid "Example: bob@example.com, mary@example.com"
-msgstr "Z.B.: bob@example.com, mary@example.com"
+#: ../../include/datetime.php:288
+msgid "hour"
+msgstr "Stunde"
-#: ../../mod/dfrn_request.php:93
-msgid "This introduction has already been accepted."
-msgstr "Diese Kontaktanfrage wurde bereits akzeptiert."
+#: ../../include/datetime.php:288
+msgid "hours"
+msgstr "Stunden"
+
+#: ../../include/datetime.php:289
+msgid "minute"
+msgstr "Minute"
-#: ../../mod/dfrn_request.php:118 ../../mod/dfrn_request.php:512
-msgid "Profile location is not valid or does not contain profile information."
-msgstr "Profiladresse ist ungültig oder stellt einige Profildaten nicht zur Verfügung."
+#: ../../include/datetime.php:289
+msgid "minutes"
+msgstr "Minuten"
-#: ../../mod/dfrn_request.php:123 ../../mod/dfrn_request.php:517
-msgid "Warning: profile location has no identifiable owner name."
-msgstr "Warnung: Es konnte kein Name des Besitzers von der angegebenen Profiladresse gefunden werden."
+#: ../../include/datetime.php:290
+msgid "second"
+msgstr "Sekunde"
-#: ../../mod/dfrn_request.php:125 ../../mod/dfrn_request.php:519
-msgid "Warning: profile location has no profile photo."
-msgstr "Warnung: Es konnte kein Profilbild bei der angegebenen Profiladresse gefunden werden."
+#: ../../include/datetime.php:290
+msgid "seconds"
+msgstr "Sekunden"
-#: ../../mod/dfrn_request.php:128 ../../mod/dfrn_request.php:522
+#: ../../include/datetime.php:299
#, php-format
-msgid "%d required parameter was not found at the given location"
-msgid_plural "%d required parameters were not found at the given location"
-msgstr[0] "%d benötigter Parameter wurde an der angegebenen Stelle nicht gefunden"
-msgstr[1] "%d benötigte Parameter wurden an der angegebenen Stelle nicht gefunden"
+msgid "%1$d %2$s ago"
+msgstr "vor %1$d %2$s"
-#: ../../mod/dfrn_request.php:170
-msgid "Introduction complete."
-msgstr "Kontaktanfrage abgeschlossen."
+#: ../../include/dba/dba_driver.php:50
+#, php-format
+msgid "Cannot locate DNS info for database server '%s'"
+msgstr "Kann die DNS Information für den Datenbank Server '%s' nicht finden"
-#: ../../mod/dfrn_request.php:209
-msgid "Unrecoverable protocol error."
-msgstr "Nicht behebbarer Protokollfehler."
+#: ../../include/event.php:11 ../../include/bb2diaspora.php:433
+msgid "l F d, Y \\@ g:i A"
+msgstr "l, d. F Y\\\\, H:i"
-#: ../../mod/dfrn_request.php:237
-msgid "Profile unavailable."
-msgstr "Profil nicht verfügbar."
+#: ../../include/event.php:20 ../../include/bb2diaspora.php:439
+msgid "Starts:"
+msgstr "Beginnt:"
-#: ../../mod/dfrn_request.php:262
-#, php-format
-msgid "%s has received too many connection requests today."
-msgstr "%s hat heute zu viele Freundschaftsanfragen erhalten."
+#: ../../include/event.php:30 ../../include/bb2diaspora.php:447
+msgid "Finishes:"
+msgstr "Endet:"
-#: ../../mod/dfrn_request.php:263
-msgid "Spam protection measures have been invoked."
-msgstr "Maßnahmen zum Spamschutz wurden ergriffen."
+#: ../../include/event.php:40 ../../include/bb2diaspora.php:455
+#: ../../mod/events.php:450 ../../mod/directory.php:158 ../../boot.php:1760
+msgid "Location:"
+msgstr "Ort:"
-#: ../../mod/dfrn_request.php:264
-msgid "Friends are advised to please try again in 24 hours."
-msgstr "Freunde sind angehalten, es in 24 Stunden erneut zu versuchen."
+#: ../../include/features.php:21
+msgid "General Features"
+msgstr "Allgemeine Funktionen"
-#: ../../mod/dfrn_request.php:326
-msgid "Invalid locator"
-msgstr "Ungültiger Locator"
+#: ../../include/features.php:24
+msgid "Multiple Profiles"
+msgstr "Mehrfachprofile"
-#: ../../mod/dfrn_request.php:335
-msgid "Invalid email address."
-msgstr "Ungültige E-Mail Adresse."
+#: ../../include/features.php:24
+msgid "Ability to create multiple profiles"
+msgstr "Mehrfachprofile anlegen können"
-#: ../../mod/dfrn_request.php:361
-msgid "This account has not been configured for email. Request failed."
-msgstr "Dieses Konto ist nicht für E-Mail konfiguriert. Anfrage fehlgeschlagen."
+#: ../../include/features.php:25
+msgid "Web Pages"
+msgstr "Webseiten"
-#: ../../mod/dfrn_request.php:457
-msgid "Unable to resolve your name at the provided location."
-msgstr "Konnte deinen Namen an der angegebenen Stelle nicht finden."
+#: ../../include/features.php:25
+msgid "Provide managed web pages on your channel"
+msgstr "Stelle verwaltete Webseiten in Deinem Kanal zur Verfügung"
-#: ../../mod/dfrn_request.php:470
-msgid "You have already introduced yourself here."
-msgstr "Du hast dich hier bereits vorgestellt."
+#: ../../include/features.php:26
+msgid "Enhanced Photo Albums"
+msgstr "Erweitertes Fotoalbum"
-#: ../../mod/dfrn_request.php:474
-#, php-format
-msgid "Apparently you are already friends with %s."
-msgstr "Es scheint so, als ob du bereits mit %s befreundet bist."
+#: ../../include/features.php:26
+msgid "Enable photo album with enhanced features"
+msgstr "Aktiviere Fotoalbum mit erweiterten Funktionen"
-#: ../../mod/dfrn_request.php:495
-msgid "Invalid profile URL."
-msgstr "Ungültige Profil-URL."
+#: ../../include/features.php:28
+msgid "Extended Identity Sharing"
+msgstr "Erweitertes Teilen von Identitäten"
-#: ../../mod/dfrn_request.php:501 ../../include/follow.php:27
-msgid "Disallowed profile URL."
-msgstr "Nicht erlaubte Profil-URL."
+#: ../../include/features.php:28 ../../include/js_strings.php:28
+msgid " "
+msgstr " "
-#: ../../mod/dfrn_request.php:570 ../../mod/contacts.php:122
-msgid "Failed to update contact record."
-msgstr "Aktualisierung der Kontaktdaten fehlgeschlagen."
+#: ../../include/features.php:29
+msgid "Expert Mode"
+msgstr "Expertenmodus"
-#: ../../mod/dfrn_request.php:591
-msgid "Your introduction has been sent."
-msgstr "Deine Kontaktanfrage wurde gesendet."
+#: ../../include/features.php:29
+msgid "Enable Expert Mode to provide advanced configuration options"
+msgstr "Aktiviere Expertenmodus, um fortgeschrittene Konfiguration zur Verfügung zu stellen"
-#: ../../mod/dfrn_request.php:644
-msgid "Please login to confirm introduction."
-msgstr "Bitte melde dich an, um die Kontaktanfrage zu bestätigen."
+#: ../../include/features.php:30
+msgid "Premium Channel"
+msgstr "Premium-Kanal"
-#: ../../mod/dfrn_request.php:658
+#: ../../include/features.php:30
msgid ""
-"Incorrect identity currently logged in. Please login to "
-"<strong>this</strong> profile."
-msgstr "Momentan bist du mit einer anderen Identität angemeldet. Bitte melde Dich mit <strong>diesem</strong> Profil an."
+"Allows you to set restrictions and terms on those that connect with your "
+"channel"
+msgstr "Erlaubt es dir Einschränkungen für Kontakte und bestimmte Bedingungen an Kontakte zu diesem Kanal zu stellen"
-#: ../../mod/dfrn_request.php:669
-msgid "Hide this contact"
-msgstr "Verberge diese Kontakt"
+#: ../../include/features.php:35
+msgid "Post Composition Features"
+msgstr "Nachbearbeitungsfunktionen"
-#: ../../mod/dfrn_request.php:672
-#, php-format
-msgid "Welcome home %s."
-msgstr "Willkommen zurück %s."
+#: ../../include/features.php:36
+msgid "Richtext Editor"
+msgstr "Formatierungseditor"
-#: ../../mod/dfrn_request.php:673
-#, php-format
-msgid "Please confirm your introduction/connection request to %s."
-msgstr "Bitte bestätige deine Kontaktanfrage bei %s."
+#: ../../include/features.php:36
+msgid "Enable richtext editor"
+msgstr "Aktiviere Formatierungseditor"
-#: ../../mod/dfrn_request.php:674
-msgid "Confirm"
-msgstr "Bestätigen"
+#: ../../include/features.php:37
+msgid "Post Preview"
+msgstr "Voransicht"
-#: ../../mod/dfrn_request.php:715 ../../include/items.php:2783
-msgid "[Name Withheld]"
-msgstr "[Name unterdrückt]"
+#: ../../include/features.php:37
+msgid "Allow previewing posts and comments before publishing them"
+msgstr "Erlaube Voransicht von Beiträgen und Kommentaren vor Veröffentlichung"
-#: ../../mod/dfrn_request.php:808
-msgid ""
-"Please enter your 'Identity Address' from one of the following supported "
-"communications networks:"
-msgstr "Bitte gib die Adresse deines Profils in einem der unterstützten sozialen Netzwerke an:"
+#: ../../include/features.php:38 ../../mod/settings.php:118
+#: ../../mod/sources.php:67
+msgid "Channel Sources"
+msgstr "Kanal Quellen"
-#: ../../mod/dfrn_request.php:824
-msgid "<strike>Connect as an email follower</strike> (Coming soon)"
-msgstr "<strike>Als E-Mail-Kontakt verbinden</strike> (In Kürze verfügbar)"
+#: ../../include/features.php:38
+msgid "Automatically import channel content from other channels or feeds"
+msgstr "Importiere automatisch Inhalte für diesen Kanal von anderen Kanälen oder Feeds."
-#: ../../mod/dfrn_request.php:826
-msgid ""
-"If you are not yet a member of the free social web, <a "
-"href=\"http://dir.friendica.com/siteinfo\">follow this link to find a public"
-" Friendica site and join us today</a>."
-msgstr "Wenn du noch kein Mitglied dieses freien sozialen Netzwerks bist, <a href=\"http://dir.friendica.com/siteinfo\">folge diesem Link</a> um einen öffentlichen Friendica-Server zu finden und beizutreten."
+#: ../../include/features.php:43
+msgid "Network and Stream Filtering"
+msgstr "Netzwerk- und Stream-Filter"
-#: ../../mod/dfrn_request.php:829
-msgid "Friend/Connection Request"
-msgstr "Freundschafts-/Kontaktanfrage"
+#: ../../include/features.php:44
+msgid "Search by Date"
+msgstr "Suche nach Datum"
-#: ../../mod/dfrn_request.php:830
-msgid ""
-"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, "
-"testuser@identi.ca"
-msgstr "Beispiele: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"
+#: ../../include/features.php:44
+msgid "Ability to select posts by date ranges"
+msgstr "Möglichkeit, Beiträge nach Zeiträumen auszuwählen"
-#: ../../mod/dfrn_request.php:831
-msgid "Please answer the following:"
-msgstr "Bitte beantworte Folgendes:"
+#: ../../include/features.php:45
+msgid "Collections Filter"
+msgstr "Filter für Sammlung"
-#: ../../mod/dfrn_request.php:832
-#, php-format
-msgid "Does %s know you?"
-msgstr "Kennt %s dich?"
+#: ../../include/features.php:45
+msgid "Enable widget to display Network posts only from selected collections"
+msgstr "Aktiviere nur Netzwerk-Beiträge von ausgewählten Sammlungen"
-#: ../../mod/dfrn_request.php:835
-msgid "Add a personal note:"
-msgstr "Eine persönliche Notiz beifügen:"
+#: ../../include/features.php:46 ../../mod/network.php:173
+#: ../../mod/search.php:17
+msgid "Saved Searches"
+msgstr "Gesicherte Suchanfragen"
-#: ../../mod/dfrn_request.php:837 ../../include/contact_selectors.php:76
-msgid "Friendica"
-msgstr "Friendica"
+#: ../../include/features.php:46
+msgid "Save search terms for re-use"
+msgstr "Gesicherte Suchbegriffe zur Wiederverwendung"
-#: ../../mod/dfrn_request.php:838
-msgid "StatusNet/Federated Social Web"
-msgstr "StatusNet/Federated Social Web"
+#: ../../include/features.php:47
+msgid "Network Personal Tab"
+msgstr "Persönlicher Netzwerkreiter"
-#: ../../mod/dfrn_request.php:839 ../../mod/settings.php:652
-#: ../../include/contact_selectors.php:80
-msgid "Diaspora"
-msgstr "Diaspora"
+#: ../../include/features.php:47
+msgid "Enable tab to display only Network posts that you've interacted on"
+msgstr "Aktiviere Reiter nur für die Netzwerk-Beiträge, mit denen Du interagiert hast"
-#: ../../mod/dfrn_request.php:840
-#, php-format
-msgid ""
-" - please do not use this form. Instead, enter %s into your Diaspora search"
-" bar."
-msgstr " - bitte verwende dieses Formular nicht. Stattdessen suche nach %s in deiner Diaspora Suchleiste."
+#: ../../include/features.php:48
+msgid "Network New Tab"
+msgstr "Netzwerkreiter Neu"
-#: ../../mod/dfrn_request.php:841
-msgid "Your Identity Address:"
-msgstr "Adresse deines Profils:"
+#: ../../include/features.php:48
+msgid "Enable tab to display all new Network activity"
+msgstr "Aktiviere Reiter, um alle neuen Netzwerkaktivitäten zu zeigen"
-#: ../../mod/dfrn_request.php:844
-msgid "Submit Request"
-msgstr "Anfrage abschicken"
+#: ../../include/features.php:49
+msgid "Affinity Tool"
+msgstr "Beziehungs-Tool"
-#: ../../mod/install.php:117
-msgid "Friendica Social Communications Server - Setup"
-msgstr "Friendica-Server für soziale Netzwerke – Setup"
+#: ../../include/features.php:49
+msgid "Filter stream activity by depth of relationships"
+msgstr "Filter Aktivitätenstream nach Tiefe der Beziehung"
-#: ../../mod/install.php:123
-msgid "Could not connect to database."
-msgstr "Verbindung zur Datenbank gescheitert"
+#: ../../include/features.php:54
+msgid "Post/Comment Tools"
+msgstr "Beitrag-/Kommentar-Tools"
-#: ../../mod/install.php:127
-msgid "Could not create table."
-msgstr "Konnte Tabelle nicht erstellen."
+#: ../../include/features.php:55
+msgid "Multiple Deletion"
+msgstr "Mehrfachlöschung"
-#: ../../mod/install.php:133
-msgid "Your Friendica site database has been installed."
-msgstr "Die Datenbank deiner Friendica Seite wurde installiert."
+#: ../../include/features.php:55
+msgid "Select and delete multiple posts/comments at once"
+msgstr "Mehrfachlöschung und -auswahl von Beiträgen/Kommentaren in einem Rutsch"
-#: ../../mod/install.php:138
-msgid ""
-"You may need to import the file \"database.sql\" manually using phpmyadmin "
-"or mysql."
-msgstr "Möglicherweise musst du die Datei \"database.sql\" manuell mit phpmyadmin oder mysql importieren."
+#: ../../include/features.php:56
+msgid "Edit Sent Posts"
+msgstr "Bearbeite gesendete Beiträge"
-#: ../../mod/install.php:139 ../../mod/install.php:204
-#: ../../mod/install.php:489
-msgid "Please see the file \"INSTALL.txt\"."
-msgstr "Lies bitte die \"INSTALL.txt\"."
+#: ../../include/features.php:56
+msgid "Edit and correct posts and comments after sending"
+msgstr "Bearbeite und korrigiere Beiträge und Kommentare nach dem Senden"
-#: ../../mod/install.php:201
-msgid "System check"
-msgstr "Systemtest"
+#: ../../include/features.php:57
+msgid "Tagging"
+msgstr "Verschlagworten"
-#: ../../mod/install.php:206
-msgid "Check again"
-msgstr "Noch einmal testen"
+#: ../../include/features.php:57
+msgid "Ability to tag existing posts"
+msgstr "Möglichkeit, um existierende Beiträge zu verschlagworten"
-#: ../../mod/install.php:225
-msgid "Database connection"
-msgstr "Datenbankverbindung"
+#: ../../include/features.php:58
+msgid "Post Categories"
+msgstr "Beitrags-Kategorien"
-#: ../../mod/install.php:226
-msgid ""
-"In order to install Friendica we need to know how to connect to your "
-"database."
-msgstr "Um Friendica installieren zu können, müssen wir wissen, wie wir zu deiner Datenbank Kontakt aufnehmen können."
+#: ../../include/features.php:58
+msgid "Add categories to your posts"
+msgstr "Kategorien für Beiträge"
-#: ../../mod/install.php:227
-msgid ""
-"Please contact your hosting provider or site administrator if you have "
-"questions about these settings."
-msgstr "Bitte kontaktiere den Hosting Provider oder den Administrator der Seite, falls du Fragen zu diesen Einstellungen haben solltest."
+#: ../../include/features.php:59 ../../include/contact_widgets.php:76
+msgid "Saved Folders"
+msgstr "Gesicherte Ordner"
-#: ../../mod/install.php:228
-msgid ""
-"The database you specify below should already exist. If it does not, please "
-"create it before continuing."
-msgstr "Die Datenbank, die du unten angibst, sollte bereits existieren. Ist dies noch nicht der Fall, erzeuge sie bitte bevor du mit der Installation fortfährst."
+#: ../../include/features.php:59
+msgid "Ability to file posts under folders"
+msgstr "Möglichkeit, Beiträge in Verzeichnissen zu sammeln"
-#: ../../mod/install.php:232
-msgid "Database Server Name"
-msgstr "Datenbank-Server"
+#: ../../include/features.php:60
+msgid "Dislike Posts"
+msgstr "Gefällt-mir-nicht Beiträge"
-#: ../../mod/install.php:233
-msgid "Database Login Name"
-msgstr "Datenbank-Nutzer"
+#: ../../include/features.php:60
+msgid "Ability to dislike posts/comments"
+msgstr "Möglichkeit für Gefällt-mir-nicht für Beiträge/Kommentare"
-#: ../../mod/install.php:234
-msgid "Database Login Password"
-msgstr "Datenbank-Passwort"
+#: ../../include/features.php:61
+msgid "Star Posts"
+msgstr "Beiträge mit Sternchen versehen"
-#: ../../mod/install.php:235
-msgid "Database Name"
-msgstr "Datenbank-Name"
+#: ../../include/features.php:61
+msgid "Ability to mark special posts with a star indicator"
+msgstr "Möglichkeit, spezielle Beiträge mit Sternchen-Symbol zu markieren"
-#: ../../mod/install.php:236 ../../mod/install.php:275
-msgid "Site administrator email address"
-msgstr "E-Mail-Adresse des Administrators"
+#: ../../include/features.php:62
+msgid "Tag Cloud"
+msgstr "Tag Wolke"
+
+#: ../../include/features.php:62
+msgid "Provide a personal tag cloud on your channel page"
+msgstr "Persönliche Schlagwort-Wolke für deine Kanal-Seite anlegen"
-#: ../../mod/install.php:236 ../../mod/install.php:275
+#: ../../include/group.php:25
msgid ""
-"Your account email address must match this in order to use the web admin "
-"panel."
-msgstr "Die E-Mail-Adresse, die in deinem Friendica-Account eingetragen ist, muss mit dieser Adresse übereinstimmen, damit du das Admin-Panel benutzen kannst."
+"A deleted group with this name was revived. Existing item permissions "
+"<strong>may</strong> apply to this group and any future members. If this is "
+"not what you intended, please create another group with a different name."
+msgstr "Ein gelöschte Gruppe mit diesem Namen wurde gefunden. Existierende Zugangsregeln für Elemente <strong>könnten</strong> für diese Gruppe angewendet werden, sowie für alle zukünftigen Elemente."
-#: ../../mod/install.php:240 ../../mod/install.php:278
-msgid "Please select a default timezone for your website"
-msgstr "Bitte wähle die Standardzeitzone deiner Webseite"
+#: ../../include/group.php:223
+msgid "Default privacy group for new contacts"
+msgstr "Standard-Privatsphärengruppe für neue Kontakte"
-#: ../../mod/install.php:265
-msgid "Site settings"
-msgstr "Server-Einstellungen"
+#: ../../include/group.php:242
+msgid "All Channels"
+msgstr "Alle Kanäle"
-#: ../../mod/install.php:318
-msgid "Could not find a command line version of PHP in the web server PATH."
-msgstr "Konnte keine Kommandozeilenversion von PHP im PATH des Servers finden."
+#: ../../include/group.php:264
+msgid "edit"
+msgstr "Bearbeiten"
-#: ../../mod/install.php:319
-msgid ""
-"If you don't have a command line version of PHP installed on server, you "
-"will not be able to run background polling via cron. See <a "
-"href='http://friendica.com/node/27'>'Activating scheduled tasks'</a>"
-msgstr "Wenn du keine Kommandozeilen Version von PHP auf deinem Server installiert hast, kannst du keine Hintergrundprozesse via cron starten. Siehe <a href='http://friendica.com/node/27'>'Activating scheduled tasks'</a>"
+#: ../../include/group.php:285
+msgid "Collections"
+msgstr "Sammlungen"
-#: ../../mod/install.php:323
-msgid "PHP executable path"
-msgstr "Pfad zu PHP"
+#: ../../include/group.php:286
+msgid "Edit collection"
+msgstr "Bearbeite Sammlungen"
-#: ../../mod/install.php:323
-msgid ""
-"Enter full path to php executable. You can leave this blank to continue the "
-"installation."
-msgstr "Gib den kompletten Pfad zur ausführbaren Datei von PHP an. Du kannst diesen Feld auch frei lassen und mit der Installation fortfahren."
+#: ../../include/group.php:287
+msgid "Create a new collection"
+msgstr "Erzeuge neue Sammlung"
-#: ../../mod/install.php:328
-msgid "Command line PHP"
-msgstr "Kommandozeilen-PHP"
+#: ../../include/group.php:288
+msgid "Channels not in any collection"
+msgstr "Kanäle, die nicht in einer Sammlung sind"
-#: ../../mod/install.php:337
-msgid ""
-"The command line version of PHP on your system does not have "
-"\"register_argc_argv\" enabled."
-msgstr "Die Kommandozeilenversion von PHP auf deinem System hat \"register_argc_argv\" nicht aktiviert."
+#: ../../include/group.php:290 ../../mod/network.php:174
+msgid "add"
+msgstr "hinzufügen"
-#: ../../mod/install.php:338
-msgid "This is required for message delivery to work."
-msgstr "Dies wird für die Auslieferung von Nachrichten benötigt."
+#: ../../include/js_strings.php:5
+msgid "Delete this item?"
+msgstr "Dieses Element löschen?"
-#: ../../mod/install.php:340
-msgid "PHP register_argc_argv"
-msgstr "PHP register_argc_argv"
+#: ../../include/js_strings.php:8
+msgid "show fewer"
+msgstr "Zeige weniger"
-#: ../../mod/install.php:361
-msgid ""
-"Error: the \"openssl_pkey_new\" function on this system is not able to "
-"generate encryption keys"
-msgstr "Fehler: Die Funktion \"openssl_pkey_new\" auf diesem System ist nicht in der Lage, Verschlüsselungsschlüssel zu erzeugen"
+#: ../../include/js_strings.php:9
+msgid "Password too short"
+msgstr "Kennwort zu kurz"
-#: ../../mod/install.php:362
-msgid ""
-"If running under Windows, please see "
-"\"http://www.php.net/manual/en/openssl.installation.php\"."
-msgstr "Wenn der Server unter Windows läuft, schau dir bitte \"http://www.php.net/manual/en/openssl.installation.php\" an."
+#: ../../include/js_strings.php:10
+msgid "Passwords do not match"
+msgstr "Kennwörter stimmen nicht überein"
-#: ../../mod/install.php:364
-msgid "Generate encryption keys"
-msgstr "Schlüssel erzeugen"
+#: ../../include/js_strings.php:11 ../../mod/photos.php:45
+msgid "everybody"
+msgstr "alle"
-#: ../../mod/install.php:371
-msgid "libCurl PHP module"
-msgstr "PHP: libCurl-Modul"
+#: ../../include/js_strings.php:13
+msgid "timeago.prefixAgo"
+msgstr "timeago.prefixAgo"
-#: ../../mod/install.php:372
-msgid "GD graphics PHP module"
-msgstr "PHP: GD-Grafikmodul"
+#: ../../include/js_strings.php:14
+msgid "timeago.suffixAgo"
+msgstr "timeago.suffixAgo"
-#: ../../mod/install.php:373
-msgid "OpenSSL PHP module"
-msgstr "PHP: OpenSSL-Modul"
+#: ../../include/js_strings.php:15
+msgid "ago"
+msgstr "her"
-#: ../../mod/install.php:374
-msgid "mysqli PHP module"
-msgstr "PHP: mysqli-Modul"
+#: ../../include/js_strings.php:16
+msgid "from now"
+msgstr "von jetzt"
-#: ../../mod/install.php:375
-msgid "mb_string PHP module"
-msgstr "PHP: mb_string-Modul"
+#: ../../include/js_strings.php:17
+msgid "less than a minute"
+msgstr "weniger als eine Minute"
-#: ../../mod/install.php:380 ../../mod/install.php:382
-msgid "Apache mod_rewrite module"
-msgstr "Apache mod_rewrite module"
+#: ../../include/js_strings.php:18
+msgid "about a minute"
+msgstr "ungefähr eine Minute"
-#: ../../mod/install.php:380
-msgid ""
-"Error: Apache webserver mod-rewrite module is required but not installed."
-msgstr "Fehler: Das Apache-Modul mod-rewrite wird benötigt, es ist allerdings nicht installiert."
+#: ../../include/js_strings.php:19
+#, php-format
+msgid "%d minutes"
+msgstr "%d Minuten"
-#: ../../mod/install.php:388
-msgid "Error: libCURL PHP module required but not installed."
-msgstr "Fehler: Das libCURL PHP Modul wird benötigt ist aber nicht installiert."
+#: ../../include/js_strings.php:20
+msgid "about an hour"
+msgstr "ungefähr eine Stunde"
-#: ../../mod/install.php:392
-msgid ""
-"Error: GD graphics PHP module with JPEG support required but not installed."
-msgstr "Fehler: Das GD-Graphikmodul für PHP mit JPEG-Unterstützung ist nicht installiert."
+#: ../../include/js_strings.php:21
+#, php-format
+msgid "about %d hours"
+msgstr "ungefähr %d Stunden"
-#: ../../mod/install.php:396
-msgid "Error: openssl PHP module required but not installed."
-msgstr "Fehler: Das openssl-Modul von PHP ist nicht installiert."
+#: ../../include/js_strings.php:22
+msgid "a day"
+msgstr "ein Tag"
-#: ../../mod/install.php:400
-msgid "Error: mysqli PHP module required but not installed."
-msgstr "Fehler: Das mysqli-Modul von PHP ist nicht installiert."
+#: ../../include/js_strings.php:23
+#, php-format
+msgid "%d days"
+msgstr "%d Tage"
-#: ../../mod/install.php:404
-msgid "Error: mb_string PHP module required but not installed."
-msgstr "Fehler: mb_string PHP Module wird benötigt ist aber nicht installiert."
+#: ../../include/js_strings.php:24
+msgid "about a month"
+msgstr "ungefähr ein Monat"
-#: ../../mod/install.php:421
-msgid ""
-"The web installer needs to be able to create a file called \".htconfig.php\""
-" in the top folder of your web server and it is unable to do so."
-msgstr "Der Installationswizard muss in der Lage sein, eine Datei im Stammverzeichnis deines Webservers anzulegen, ist allerdings derzeit nicht in der Lage, dies zu tun."
+#: ../../include/js_strings.php:25
+#, php-format
+msgid "%d months"
+msgstr "%d Monate"
-#: ../../mod/install.php:422
-msgid ""
-"This is most often a permission setting, as the web server may not be able "
-"to write files in your folder - even if you can."
-msgstr "In den meisten Fällen ist dies ein Problem mit den Schreibrechten, der Webserver könnte keine Schreiberlaubnis haben, selbst wenn du sie hast."
+#: ../../include/js_strings.php:26
+msgid "about a year"
+msgstr "ungefähr ein Jahr"
-#: ../../mod/install.php:423
-msgid ""
-"At the end of this procedure, we will give you a text to save in a file "
-"named .htconfig.php in your Friendica top folder."
-msgstr "Nachdem du alles ausgefüllt hast, erhältst du einen Text, den du in eine Datei namens .htconfig.php in deinem Friendica-Wurzelverzeichnis kopieren musst."
+#: ../../include/js_strings.php:27
+#, php-format
+msgid "%d years"
+msgstr "%d Jahre"
-#: ../../mod/install.php:424
-msgid ""
-"You can alternatively skip this procedure and perform a manual installation."
-" Please see the file \"INSTALL.txt\" for instructions."
-msgstr "Alternativ kannst du diesen Schritt aber auch überspringen und die Installation manuell durchführen. Eine Anleitung dazu (Englisch) findest du in der Datei INSTALL.txt."
+#: ../../include/js_strings.php:29
+msgid "timeago.numbers"
+msgstr "timeago.numbers"
-#: ../../mod/install.php:427
-msgid ".htconfig.php is writable"
-msgstr "Schreibrechte auf .htconfig.php"
+#: ../../include/message.php:18
+msgid "No recipient provided."
+msgstr "Kein Empfänger angegeben"
-#: ../../mod/install.php:439
-msgid ""
-"Url rewrite in .htaccess is not working. Check your server configuration."
-msgstr "Umschreiben der URLs in der .htaccess funktioniert nicht. Überprüfe die Konfiguration des Servers."
+#: ../../include/message.php:23
+msgid "[no subject]"
+msgstr "[no subject]"
-#: ../../mod/install.php:441
-msgid "Url rewrite is working"
-msgstr "URL rewrite funktioniert"
+#: ../../include/message.php:38
+msgid "Unable to determine sender."
+msgstr "Kann Absender nicht bestimmen."
-#: ../../mod/install.php:451
-msgid ""
-"The database configuration file \".htconfig.php\" could not be written. "
-"Please use the enclosed text to create a configuration file in your web "
-"server root."
-msgstr "Die Konfigurationsdatei \".htconfig.php\" konnte nicht angelegt werden. Bitte verwende den angefügten Text, um die Datei im Stammverzeichnis deiner Friendica-Installation zu erzeugen."
+#: ../../include/message.php:138
+msgid "Stored post could not be verified."
+msgstr "Gespeicherter Beitrag konnten nicht überprüft werden."
-#: ../../mod/install.php:476
-msgid "Errors encountered creating database tables."
-msgstr "Fehler aufgetreten während der Erzeugung der Datenbanktabellen."
+#: ../../include/network.php:1113
+msgid "view full size"
+msgstr "In Vollbildansicht anschauen"
-#: ../../mod/install.php:487
-msgid "<h1>What next</h1>"
-msgstr "<h1>Wie geht es weiter?</h1>"
+#: ../../include/photo/photo_driver.php:609 ../../include/photos.php:51
+#: ../../mod/photos.php:97 ../../mod/photos.php:772 ../../mod/photos.php:794
+#: ../../mod/profile_photo.php:88 ../../mod/profile_photo.php:235
+#: ../../mod/profile_photo.php:346
+msgid "Profile Photos"
+msgstr "Profilfotos"
-#: ../../mod/install.php:488
-msgid ""
-"IMPORTANT: You will need to [manually] setup a scheduled task for the "
-"poller."
-msgstr "WICHTIG: Du musst [manuell] einen Cronjob (o.ä.) für den Poller einrichten."
+#: ../../include/profile_advanced.php:7 ../../include/profile_advanced.php:118
+#: ../../mod/profperm.php:112
+msgid "Profile"
+msgstr "Profil"
-#: ../../mod/localtime.php:12 ../../include/event.php:11
-#: ../../include/bb2diaspora.php:243
-msgid "l F d, Y \\@ g:i A"
-msgstr "l F d, Y \\@ g:i A"
+#: ../../include/profile_advanced.php:15 ../../mod/settings.php:1059
+msgid "Full Name:"
+msgstr "Voller Name:"
-#: ../../mod/localtime.php:24
-msgid "Time Conversion"
-msgstr "Zeitumrechnung"
+#: ../../include/profile_advanced.php:17 ../../mod/directory.php:160
+#: ../../boot.php:1762
+msgid "Gender:"
+msgstr "Geschlecht:"
-#: ../../mod/localtime.php:26
-msgid ""
-"Friendika provides this service for sharing events with other networks and "
-"friends in unknown timezones."
-msgstr "Friendica bietet diese Funktion an, um das Teilen von Events mit den Kontakten zu vereinfachen, deren Zeitzone nicht ermittelt werden kann."
+#: ../../include/profile_advanced.php:22
+msgid "j F, Y"
+msgstr "j F, Y"
-#: ../../mod/localtime.php:30
-#, php-format
-msgid "UTC time: %s"
-msgstr "UTC Zeit: %s"
+#: ../../include/profile_advanced.php:23
+msgid "j F"
+msgstr "j F"
-#: ../../mod/localtime.php:33
-#, php-format
-msgid "Current timezone: %s"
-msgstr "Aktuelle Zeitzone: %s"
+#: ../../include/profile_advanced.php:30
+msgid "Birthday:"
+msgstr "Geburtstag:"
+
+#: ../../include/profile_advanced.php:34
+msgid "Age:"
+msgstr "Alter:"
-#: ../../mod/localtime.php:36
+#: ../../include/profile_advanced.php:37 ../../mod/directory.php:162
+#: ../../boot.php:1763
+msgid "Status:"
+msgstr "Status:"
+
+#: ../../include/profile_advanced.php:43
#, php-format
-msgid "Converted localtime: %s"
-msgstr "Umgerechnete lokale Zeit: %s"
+msgid "for %1$d %2$s"
+msgstr "für %1$d %2$s"
-#: ../../mod/localtime.php:41
-msgid "Please select your timezone:"
-msgstr "Bitte wähle deine Zeitzone."
+#: ../../include/profile_advanced.php:46 ../../mod/profiles.php:549
+msgid "Sexual Preference:"
+msgstr "Sexuelle Orientierung:"
-#: ../../mod/match.php:12
-msgid "Profile Match"
-msgstr "Profilübereinstimmungen"
+#: ../../include/profile_advanced.php:48 ../../mod/directory.php:164
+#: ../../boot.php:1764
+msgid "Homepage:"
+msgstr "Homepage:"
-#: ../../mod/match.php:20
-msgid "No keywords to match. Please add keywords to your default profile."
-msgstr "Keine Schlüsselwörter zum Abgleichen gefunden. Bitte füge einige Schlüsselwörter zu deinem Standardprofil hinzu."
+#: ../../include/profile_advanced.php:50 ../../mod/profiles.php:551
+msgid "Hometown:"
+msgstr "Heimatstadt:"
-#: ../../mod/match.php:57
-msgid "is interested in:"
-msgstr "ist interessiert an:"
+#: ../../include/profile_advanced.php:52
+msgid "Tags:"
+msgstr "Schlagworte:"
-#: ../../mod/match.php:58 ../../mod/suggest.php:59
-#: ../../include/contact_widgets.php:9 ../../boot.php:1053
-msgid "Connect"
-msgstr "Verbinden"
+#: ../../include/profile_advanced.php:54 ../../mod/profiles.php:552
+msgid "Political Views:"
+msgstr "Politische Ansichten:"
-#: ../../mod/match.php:65 ../../mod/dirfind.php:60
-msgid "No matches"
-msgstr "Keine Übereinstimmungen"
+#: ../../include/profile_advanced.php:56
+msgid "Religion:"
+msgstr "Religion:"
-#: ../../mod/lockview.php:39
-msgid "Remote privacy information not available."
-msgstr "Entfernte Privatsphäreneinstellungen nicht verfügbar."
+#: ../../include/profile_advanced.php:58 ../../mod/directory.php:166
+msgid "About:"
+msgstr "Über:"
-#: ../../mod/lockview.php:43
-msgid "Visible to:"
-msgstr "Sichtbar für:"
+#: ../../include/profile_advanced.php:60
+msgid "Hobbies/Interests:"
+msgstr "Hobbys/Interessen:"
-#: ../../mod/home.php:26 ../../addon/communityhome/communityhome.php:179
-#, php-format
-msgid "Welcome to %s"
-msgstr "Willkommen zu %s"
+#: ../../include/profile_advanced.php:62 ../../mod/profiles.php:555
+msgid "Likes:"
+msgstr "Gefällt-mir:"
-#: ../../mod/notifications.php:26
-msgid "Invalid request identifier."
-msgstr "Invalid request identifier."
+#: ../../include/profile_advanced.php:64 ../../mod/profiles.php:556
+msgid "Dislikes:"
+msgstr "Gefällt-mir-nicht:"
-#: ../../mod/notifications.php:35 ../../mod/notifications.php:161
-#: ../../mod/notifications.php:207
-msgid "Discard"
-msgstr "Verwerfen"
+#: ../../include/profile_advanced.php:67
+msgid "Contact information and Social Networks:"
+msgstr "Kontaktinformation und soziale Netzwerke:"
-#: ../../mod/notifications.php:51 ../../mod/notifications.php:160
-#: ../../mod/notifications.php:206 ../../mod/contacts.php:316
-#: ../../mod/contacts.php:370
-msgid "Ignore"
-msgstr "Ignorieren"
+#: ../../include/profile_advanced.php:69
+msgid "Musical interests:"
+msgstr "Musikalische Interessen:"
-#: ../../mod/notifications.php:75
-msgid "System"
-msgstr "System"
+#: ../../include/profile_advanced.php:71
+msgid "Books, literature:"
+msgstr "Bücher, Literatur:"
-#: ../../mod/notifications.php:80 ../../include/nav.php:113
-msgid "Network"
-msgstr "Netzwerk"
+#: ../../include/profile_advanced.php:73
+msgid "Television:"
+msgstr "Fernsehen:"
-#: ../../mod/notifications.php:85 ../../mod/network.php:300
-msgid "Personal"
-msgstr "Persönlich"
+#: ../../include/profile_advanced.php:75
+msgid "Film/dance/culture/entertainment:"
+msgstr "Film/Tanz/Kultur/Unterhaltung:"
-#: ../../mod/notifications.php:90 ../../view/theme/diabook/theme.php:127
-#: ../../include/nav.php:77 ../../include/nav.php:115
-msgid "Home"
-msgstr "Pinnwand"
+#: ../../include/profile_advanced.php:77
+msgid "Love/Romance:"
+msgstr "Liebe/Romantik:"
-#: ../../mod/notifications.php:95 ../../include/nav.php:121
-msgid "Introductions"
-msgstr "Kontaktanfragen"
+#: ../../include/profile_advanced.php:79
+msgid "Work/employment:"
+msgstr "Arbeit/Anstellung:"
-#: ../../mod/notifications.php:100 ../../mod/message.php:105
-#: ../../include/nav.php:128
-msgid "Messages"
-msgstr "Nachrichten"
+#: ../../include/profile_advanced.php:81
+msgid "School/education:"
+msgstr "Schule/Ausbildung:"
-#: ../../mod/notifications.php:119
-msgid "Show Ignored Requests"
-msgstr "Zeige ignorierte Anfragen"
+#: ../../include/text.php:309
+msgid "prev"
+msgstr "vorherige"
-#: ../../mod/notifications.php:119
-msgid "Hide Ignored Requests"
-msgstr "Verberge ignorierte Anfragen"
+#: ../../include/text.php:311
+msgid "first"
+msgstr "erste"
-#: ../../mod/notifications.php:145 ../../mod/notifications.php:191
-msgid "Notification type: "
-msgstr "Benachrichtigungstyp: "
+#: ../../include/text.php:340
+msgid "last"
+msgstr "letzte"
-#: ../../mod/notifications.php:146
-msgid "Friend Suggestion"
-msgstr "Kontaktvorschlag"
+#: ../../include/text.php:343
+msgid "next"
+msgstr "nächste"
-#: ../../mod/notifications.php:148
-#, php-format
-msgid "suggested by %s"
-msgstr "vorgeschlagen von %s"
+#: ../../include/text.php:355
+msgid "older"
+msgstr "älter"
-#: ../../mod/notifications.php:153 ../../mod/notifications.php:200
-#: ../../mod/contacts.php:376
-msgid "Hide this contact from others"
-msgstr "Verberge diesen Kontakt vor anderen"
+#: ../../include/text.php:357
+msgid "newer"
+msgstr "neuer"
-#: ../../mod/notifications.php:154 ../../mod/notifications.php:201
-msgid "Post a new friend activity"
-msgstr "Neue-Kontakt Nachricht senden"
+#: ../../include/text.php:648
+msgid "No connections"
+msgstr "Keine Verbindungen"
-#: ../../mod/notifications.php:154 ../../mod/notifications.php:201
-msgid "if applicable"
-msgstr "falls anwendbar"
+#: ../../include/text.php:659
+#, php-format
+msgid "%d Connection"
+msgid_plural "%d Connections"
+msgstr[0] "%d Verbindung"
+msgstr[1] "%d Verbindungen"
-#: ../../mod/notifications.php:157 ../../mod/notifications.php:204
-#: ../../mod/admin.php:661
-msgid "Approve"
-msgstr "Genehmigen"
+#: ../../include/text.php:671
+msgid "View Connections"
+msgstr "Zeige Verbindungen"
-#: ../../mod/notifications.php:177
-msgid "Claims to be known to you: "
-msgstr "Behauptet dich zu kennen: "
+#: ../../include/text.php:729 ../../include/text.php:730
+#: ../../include/nav.php:130 ../../mod/search.php:96
+msgid "Search"
+msgstr "Suche"
-#: ../../mod/notifications.php:177
-msgid "yes"
-msgstr "ja"
+#: ../../include/text.php:732 ../../mod/filer.php:36
+msgid "Save"
+msgstr "Speichern"
-#: ../../mod/notifications.php:177
-msgid "no"
-msgstr "nein"
+#: ../../include/text.php:770
+msgid "poke"
+msgstr "anstupsen"
-#: ../../mod/notifications.php:184
-msgid "Approve as: "
-msgstr "Genehmigen als: "
+#: ../../include/text.php:770 ../../include/conversation.php:236
+msgid "poked"
+msgstr "stupste"
-#: ../../mod/notifications.php:185
-msgid "Friend"
-msgstr "Freund"
+#: ../../include/text.php:771
+msgid "ping"
+msgstr "anpingen"
-#: ../../mod/notifications.php:186
-msgid "Sharer"
-msgstr "Teilenden"
+#: ../../include/text.php:771
+msgid "pinged"
+msgstr "pingte"
-#: ../../mod/notifications.php:186
-msgid "Fan/Admirer"
-msgstr "Fan/Verehrer"
+#: ../../include/text.php:772
+msgid "prod"
+msgstr "knuffen"
-#: ../../mod/notifications.php:192
-msgid "Friend/Connect Request"
-msgstr "Kontakt-/Freundschaftsanfrage"
+#: ../../include/text.php:772
+msgid "prodded"
+msgstr "knuffte"
-#: ../../mod/notifications.php:192
-msgid "New Follower"
-msgstr "Neuer Bewunderer"
+#: ../../include/text.php:773
+msgid "slap"
+msgstr "ohrfeigen"
-#: ../../mod/notifications.php:213
-msgid "No introductions."
-msgstr "Keine Kontaktanfragen."
+#: ../../include/text.php:773
+msgid "slapped"
+msgstr "ohrfeigte"
-#: ../../mod/notifications.php:216 ../../include/nav.php:122
-msgid "Notifications"
-msgstr "Benachrichtigungen"
+#: ../../include/text.php:774
+msgid "finger"
+msgstr "befummeln"
-#: ../../mod/notifications.php:253 ../../mod/notifications.php:378
-#: ../../mod/notifications.php:465
-#, php-format
-msgid "%s liked %s's post"
-msgstr "%s mag %ss Beitrag"
+#: ../../include/text.php:774
+msgid "fingered"
+msgstr "befummelte"
-#: ../../mod/notifications.php:262 ../../mod/notifications.php:387
-#: ../../mod/notifications.php:474
-#, php-format
-msgid "%s disliked %s's post"
-msgstr "%s mag %ss Beitrag nicht"
+#: ../../include/text.php:775
+msgid "rebuff"
+msgstr "eine Abfuhr erteilen"
-#: ../../mod/notifications.php:276 ../../mod/notifications.php:401
-#: ../../mod/notifications.php:488
-#, php-format
-msgid "%s is now friends with %s"
-msgstr "%s ist jetzt mit %s befreundet"
+#: ../../include/text.php:775
+msgid "rebuffed"
+msgstr "abfuhrerteilte"
-#: ../../mod/notifications.php:283 ../../mod/notifications.php:408
-#, php-format
-msgid "%s created a new post"
-msgstr "%s hat einen neuen Beitrag erstellt"
+#: ../../include/text.php:787
+msgid "happy"
+msgstr "glücklich"
-#: ../../mod/notifications.php:284 ../../mod/notifications.php:409
-#: ../../mod/notifications.php:497
-#, php-format
-msgid "%s commented on %s's post"
-msgstr "%s hat %ss Beitrag kommentiert"
+#: ../../include/text.php:788
+msgid "sad"
+msgstr "traurig"
-#: ../../mod/notifications.php:298
-msgid "No more network notifications."
-msgstr "Keine weiteren Netzwerk-Benachrichtigungen."
+#: ../../include/text.php:789
+msgid "mellow"
+msgstr "sanft"
-#: ../../mod/notifications.php:302
-msgid "Network Notifications"
-msgstr "Netzwerk Benachrichtigungen"
+#: ../../include/text.php:790
+msgid "tired"
+msgstr "müde"
-#: ../../mod/notifications.php:328 ../../mod/notify.php:61
-msgid "No more system notifications."
-msgstr "Keine weiteren Systembenachrichtigungen."
+#: ../../include/text.php:791
+msgid "perky"
+msgstr "frech"
-#: ../../mod/notifications.php:332 ../../mod/notify.php:65
-msgid "System Notifications"
-msgstr "Systembenachrichtigungen"
+#: ../../include/text.php:792
+msgid "angry"
+msgstr "sauer"
-#: ../../mod/notifications.php:423
-msgid "No more personal notifications."
-msgstr "Keine weiteren persönlichen Benachrichtigungen"
+#: ../../include/text.php:793
+msgid "stupified"
+msgstr "verblüfft"
-#: ../../mod/notifications.php:427
-msgid "Personal Notifications"
-msgstr "Persönliche Benachrichtigungen"
+#: ../../include/text.php:794
+msgid "puzzled"
+msgstr "verwirrt"
-#: ../../mod/notifications.php:504
-msgid "No more home notifications."
-msgstr "Keine weiteren Pinnwand-Benachrichtigungen"
+#: ../../include/text.php:795
+msgid "interested"
+msgstr "interessiert"
-#: ../../mod/notifications.php:508
-msgid "Home Notifications"
-msgstr "Pinnwand Benachrichtigungen"
+#: ../../include/text.php:796
+msgid "bitter"
+msgstr "verbittert"
-#: ../../mod/contacts.php:83 ../../mod/contacts.php:163
-msgid "Could not access contact record."
-msgstr "Konnte nicht auf die Kontaktdaten zugreifen."
+#: ../../include/text.php:797
+msgid "cheerful"
+msgstr "fröhlich"
-#: ../../mod/contacts.php:97
-msgid "Could not locate selected profile."
-msgstr "Konnte das ausgewählte Profil nicht finden."
+#: ../../include/text.php:798
+msgid "alive"
+msgstr "lebendig"
-#: ../../mod/contacts.php:120
-msgid "Contact updated."
-msgstr "Kontakt aktualisiert."
+#: ../../include/text.php:799
+msgid "annoyed"
+msgstr "verärgert"
-#: ../../mod/contacts.php:185
-msgid "Contact has been blocked"
-msgstr "Kontakt wurde blockiert"
+#: ../../include/text.php:800
+msgid "anxious"
+msgstr "unruhig"
-#: ../../mod/contacts.php:185
-msgid "Contact has been unblocked"
-msgstr "Kontakt wurde wieder freigegeben"
+#: ../../include/text.php:801
+msgid "cranky"
+msgstr "schrullig"
-#: ../../mod/contacts.php:199
-msgid "Contact has been ignored"
-msgstr "Kontakt wurde ignoriert"
+#: ../../include/text.php:802
+msgid "disturbed"
+msgstr "verstört"
-#: ../../mod/contacts.php:199
-msgid "Contact has been unignored"
-msgstr "Kontakt wird nicht mehr ignoriert"
+#: ../../include/text.php:803
+msgid "frustrated"
+msgstr "frustriert"
-#: ../../mod/contacts.php:215
-msgid "Contact has been archived"
-msgstr "Kontakt wurde archiviert"
+#: ../../include/text.php:804
+msgid "motivated"
+msgstr "motiviert"
-#: ../../mod/contacts.php:215
-msgid "Contact has been unarchived"
-msgstr "Kontakt wurde aus dem Archiv geholt"
+#: ../../include/text.php:805
+msgid "relaxed"
+msgstr "entspannt"
-#: ../../mod/contacts.php:228
-msgid "Contact has been removed."
-msgstr "Kontakt wurde entfernt."
+#: ../../include/text.php:806
+msgid "surprised"
+msgstr "überrascht"
-#: ../../mod/contacts.php:258
-#, php-format
-msgid "You are mutual friends with %s"
-msgstr "Du hast mit %s eine beidseitige Freundschaft"
+#: ../../include/text.php:968
+msgid "Monday"
+msgstr "Montag"
-#: ../../mod/contacts.php:262
-#, php-format
-msgid "You are sharing with %s"
-msgstr "Du teilst mit %s"
+#: ../../include/text.php:968
+msgid "Tuesday"
+msgstr "Dienstag"
-#: ../../mod/contacts.php:267
-#, php-format
-msgid "%s is sharing with you"
-msgstr "%s teilt mit Dir"
+#: ../../include/text.php:968
+msgid "Wednesday"
+msgstr "Mittwoch"
-#: ../../mod/contacts.php:284
-msgid "Private communications are not available for this contact."
-msgstr "Private Kommunikation ist für diesen Kontakt nicht verfügbar."
+#: ../../include/text.php:968
+msgid "Thursday"
+msgstr "Donnerstag"
-#: ../../mod/contacts.php:287
-msgid "Never"
-msgstr "Niemals"
+#: ../../include/text.php:968
+msgid "Friday"
+msgstr "Freitag"
-#: ../../mod/contacts.php:291
-msgid "(Update was successful)"
-msgstr "(Aktualisierung war erfolgreich)"
+#: ../../include/text.php:968
+msgid "Saturday"
+msgstr "Samstag"
-#: ../../mod/contacts.php:291
-msgid "(Update was not successful)"
-msgstr "(Aktualisierung war nicht erfolgreich)"
+#: ../../include/text.php:968
+msgid "Sunday"
+msgstr "Sonntag"
-#: ../../mod/contacts.php:293
-msgid "Suggest friends"
-msgstr "Kontakte vorschlagen"
+#: ../../include/text.php:972
+msgid "January"
+msgstr "Januar"
-#: ../../mod/contacts.php:297
-#, php-format
-msgid "Network type: %s"
-msgstr "Netzwerk Typ: %s"
+#: ../../include/text.php:972
+msgid "February"
+msgstr "Februar"
-#: ../../mod/contacts.php:300 ../../include/contact_widgets.php:183
-#, php-format
-msgid "%d contact in common"
-msgid_plural "%d contacts in common"
-msgstr[0] "%d gemeinsamer Kontakt"
-msgstr[1] "%d gemeinsame Kontakte"
+#: ../../include/text.php:972
+msgid "March"
+msgstr "März"
-#: ../../mod/contacts.php:305
-msgid "View all contacts"
-msgstr "Alle Kontakte anzeigen"
+#: ../../include/text.php:972
+msgid "April"
+msgstr "April"
-#: ../../mod/contacts.php:310 ../../mod/contacts.php:369
-#: ../../mod/admin.php:665
-msgid "Unblock"
-msgstr "Entsperren"
+#: ../../include/text.php:972
+msgid "May"
+msgstr "Mai"
-#: ../../mod/contacts.php:310 ../../mod/contacts.php:369
-#: ../../mod/admin.php:664
-msgid "Block"
-msgstr "Sperren"
+#: ../../include/text.php:972
+msgid "June"
+msgstr "Juni"
-#: ../../mod/contacts.php:313
-msgid "Toggle Blocked status"
-msgstr "Geblockt-Status ein-/ausschalten"
+#: ../../include/text.php:972
+msgid "July"
+msgstr "Juli"
-#: ../../mod/contacts.php:316 ../../mod/contacts.php:370
-msgid "Unignore"
-msgstr "Ignorieren aufheben"
+#: ../../include/text.php:972
+msgid "August"
+msgstr "August"
-#: ../../mod/contacts.php:319
-msgid "Toggle Ignored status"
-msgstr "Ignoriert-Status ein-/ausschalten"
+#: ../../include/text.php:972
+msgid "September"
+msgstr "September"
-#: ../../mod/contacts.php:323
-msgid "Unarchive"
-msgstr "Unarchivieren"
+#: ../../include/text.php:972
+msgid "October"
+msgstr "Oktober"
-#: ../../mod/contacts.php:323
-msgid "Archive"
-msgstr "Archivieren"
+#: ../../include/text.php:972
+msgid "November"
+msgstr "November"
-#: ../../mod/contacts.php:326
-msgid "Toggle Archive status"
-msgstr "Archiviert-Status ein-/ausschalten"
+#: ../../include/text.php:972
+msgid "December"
+msgstr "Dezember"
-#: ../../mod/contacts.php:329
-msgid "Repair"
-msgstr "Reparieren"
+#: ../../include/text.php:1062 ../../mod/message.php:405
+msgid "unknown.???"
+msgstr "unbekannt.???"
-#: ../../mod/contacts.php:332
-msgid "Advanced Contact Settings"
-msgstr "Fortgeschrittene Kontakteinstellungen"
+#: ../../include/text.php:1063 ../../mod/message.php:406
+msgid "bytes"
+msgstr "Bytes"
-#: ../../mod/contacts.php:338
-msgid "Communications lost with this contact!"
-msgstr "Verbindungen mit diesem Kontakt verloren!"
+#: ../../include/text.php:1099 ../../include/text.php:1114
+#: ../../include/conversation.php:828
+msgid "remove"
+msgstr "lösche"
-#: ../../mod/contacts.php:341
-msgid "Contact Editor"
-msgstr "Kontakt Editor"
+#: ../../include/text.php:1099 ../../include/text.php:1114
+msgid "[remove]"
+msgstr "[lösche]"
-#: ../../mod/contacts.php:344
-msgid "Profile Visibility"
-msgstr "Profil-Sichtbarkeit"
+#: ../../include/text.php:1102 ../../include/conversation.php:675
+msgid "Categories:"
+msgstr "Kategorien:"
-#: ../../mod/contacts.php:345
-#, php-format
-msgid ""
-"Please choose the profile you would like to display to %s when viewing your "
-"profile securely."
-msgstr "Bitte wähle eines deiner Profile das angezeigt werden soll, wenn %s dein Profil aufruft."
+#: ../../include/text.php:1117 ../../include/conversation.php:676
+msgid "Filed under:"
+msgstr "Gespeichert unter:"
-#: ../../mod/contacts.php:346
-msgid "Contact Information / Notes"
-msgstr "Kontakt Informationen / Notizen"
+#: ../../include/text.php:1133 ../../include/text.php:1145
+msgid "Click to open/close"
+msgstr "Klicke zum Öffnen/Schließen"
-#: ../../mod/contacts.php:347
-msgid "Edit contact notes"
-msgstr "Notizen zum Kontakt bearbiten"
+#: ../../include/text.php:1316 ../../mod/events.php:326
+msgid "link to source"
+msgstr "Link zum Originalbeitrag"
-#: ../../mod/contacts.php:352 ../../mod/contacts.php:544
-#: ../../mod/viewconnections.php:62 ../../mod/nogroup.php:40
-#, php-format
-msgid "Visit %s's profile [%s]"
-msgstr "Besuche %ss Profil [%s]"
+#: ../../include/text.php:1335
+msgid "Select a page layout: "
+msgstr "Ein Seiten-Layout auswählen"
-#: ../../mod/contacts.php:353
-msgid "Block/Unblock contact"
-msgstr "Kontakt blockieren/freischalten"
+#: ../../include/text.php:1338 ../../include/text.php:1403
+msgid "default"
+msgstr "Standard"
-#: ../../mod/contacts.php:354
-msgid "Ignore contact"
-msgstr "Ignoriere den Kontakt"
+#: ../../include/text.php:1374
+msgid "Page content type: "
+msgstr "Content-Typ der Seite"
-#: ../../mod/contacts.php:355
-msgid "Repair URL settings"
-msgstr "URL Einstellungen reparieren"
+#: ../../include/text.php:1415
+msgid "Select an alternate language"
+msgstr "Wähle eine alternative Sprache"
-#: ../../mod/contacts.php:356
-msgid "View conversations"
-msgstr "Unterhaltungen anzeigen"
+#: ../../include/text.php:1567 ../../include/conversation.php:117
+#: ../../mod/like.php:103 ../../mod/subthread.php:89 ../../mod/tagger.php:45
+msgid "photo"
+msgstr "Foto"
-#: ../../mod/contacts.php:358
-msgid "Delete contact"
-msgstr "Lösche den Kontakt"
+#: ../../include/text.php:1570 ../../include/conversation.php:120
+#: ../../mod/tagger.php:49
+msgid "event"
+msgstr "Ereignis"
-#: ../../mod/contacts.php:362
-msgid "Last update:"
-msgstr "letzte Aktualisierung:"
+#: ../../include/text.php:1573 ../../include/conversation.php:145
+#: ../../mod/like.php:103 ../../mod/subthread.php:89 ../../mod/tagger.php:53
+msgid "status"
+msgstr "Status"
-#: ../../mod/contacts.php:364
-msgid "Update public posts"
-msgstr "Öffentliche Beiträge aktualisieren"
+#: ../../include/text.php:1575 ../../include/conversation.php:147
+#: ../../mod/tagger.php:55
+msgid "comment"
+msgstr "Kommentar"
-#: ../../mod/contacts.php:366 ../../mod/admin.php:1136
-msgid "Update now"
-msgstr "Jetzt aktualisieren"
+#: ../../include/text.php:1580
+msgid "activity"
+msgstr "Aktivität"
-#: ../../mod/contacts.php:373
-msgid "Currently blocked"
-msgstr "Derzeit geblockt"
+#: ../../include/text.php:1842
+msgid "Design"
+msgstr "Design"
-#: ../../mod/contacts.php:374
-msgid "Currently ignored"
-msgstr "Derzeit ignoriert"
+#: ../../include/text.php:1844
+msgid "Blocks"
+msgstr "Blöcke"
-#: ../../mod/contacts.php:375
-msgid "Currently archived"
-msgstr "Momentan archiviert"
+#: ../../include/text.php:1845
+msgid "Menus"
+msgstr "Menüs"
-#: ../../mod/contacts.php:376
-msgid ""
-"Replies/likes to your public posts <strong>may</strong> still be visible"
-msgstr "Antworten/Likes auf deine öffentlichen Beiträge <strong>könnten</strong> weiterhin sichtbar sein"
+#: ../../include/text.php:1846
+msgid "Layouts"
+msgstr "Layouts"
-#: ../../mod/contacts.php:429
-msgid "Suggestions"
-msgstr "Kontaktvorschläge"
+#: ../../include/text.php:1847
+msgid "Pages"
+msgstr "Seiten"
-#: ../../mod/contacts.php:432
-msgid "Suggest potential friends"
-msgstr "Freunde vorschlagen"
+#: ../../include/identity.php:14 ../../mod/item.php:1172
+msgid "Unable to obtain identity information from database"
+msgstr "Kann keine Identitäts-Informationen aus Datenbank beziehen"
-#: ../../mod/contacts.php:435 ../../mod/group.php:191
-msgid "All Contacts"
-msgstr "Alle Kontakte"
+#: ../../include/identity.php:36
+msgid "Empty name"
+msgstr "Namensfeld leer"
-#: ../../mod/contacts.php:438
-msgid "Show all contacts"
-msgstr "Alle Kontakte anzeigen"
+#: ../../include/identity.php:38
+msgid "Name too long"
+msgstr "Name ist zu lang"
-#: ../../mod/contacts.php:441
-msgid "Unblocked"
-msgstr "Ungeblockt"
+#: ../../include/identity.php:80
+msgid "No account identifier"
+msgstr "Keine Account-Kennung"
-#: ../../mod/contacts.php:444
-msgid "Only show unblocked contacts"
-msgstr "Nur nicht-blockierte Kontakte anzeigen"
+#: ../../include/identity.php:98
+msgid ""
+"Nickname has unsupported characters or is already being used on this site."
+msgstr "Der Spitzname enthält nicht-unterstütze Zeichen oder wird bereits auf dieser Seite genutzt."
-#: ../../mod/contacts.php:448
-msgid "Blocked"
-msgstr "Geblockt"
+#: ../../include/identity.php:157
+msgid "Unable to retrieve created identity"
+msgstr "Kann die erstellte Identität nicht empfangen"
-#: ../../mod/contacts.php:451
-msgid "Only show blocked contacts"
-msgstr "Nur blockierte Kontakte anzeigen"
+#: ../../include/identity.php:214
+msgid "Default Profile"
+msgstr "Standard-Profil"
-#: ../../mod/contacts.php:455
-msgid "Ignored"
-msgstr "Ignoriert"
+#: ../../include/identity.php:239 ../../include/profile_selectors.php:42
+#: ../../mod/network.php:387 ../../mod/connections.php:384
+msgid "Friends"
+msgstr "Freunde"
-#: ../../mod/contacts.php:458
-msgid "Only show ignored contacts"
-msgstr "Nur ignorierte Kontakte anzeigen"
+#: ../../include/bbcode.php:94 ../../include/bbcode.php:451
+#: ../../include/bbcode.php:454
+msgid "Image/photo"
+msgstr "Bild/Foto"
-#: ../../mod/contacts.php:462
-msgid "Archived"
-msgstr "Archiviert"
+#: ../../include/bbcode.php:141
+#, php-format
+msgid "%1$s wrote the following %2$s %3$s"
+msgstr "%1$s schrieb den folgenden %2$s %3$s"
-#: ../../mod/contacts.php:465
-msgid "Only show archived contacts"
-msgstr "Nur archivierte Kontakte anzeigen"
+#: ../../include/bbcode.php:143
+msgid "post"
+msgstr "Beitrag"
-#: ../../mod/contacts.php:469
-msgid "Hidden"
-msgstr "Verborgen"
+#: ../../include/bbcode.php:411 ../../include/bbcode.php:431
+msgid "$1 wrote:"
+msgstr "$1 schrieb:"
-#: ../../mod/contacts.php:472
-msgid "Only show hidden contacts"
-msgstr "Nur verborgene Kontakte anzeigen"
+#: ../../include/bbcode.php:458 ../../include/bbcode.php:459
+msgid "Encrypted content"
+msgstr "Verschlüsselter Inhalt"
-#: ../../mod/contacts.php:520
-msgid "Mutual Friendship"
-msgstr "Beidseitige Freundschaft"
+#: ../../include/notify.php:23
+msgid "created a new post"
+msgstr "Neuer Beitrag wurde erzeugt"
-#: ../../mod/contacts.php:524
-msgid "is a fan of yours"
-msgstr "ist ein Fan von dir"
+#: ../../include/notify.php:24
+#, php-format
+msgid "commented on %s's post"
+msgstr "hat %s's Beitrag kommentiert"
-#: ../../mod/contacts.php:528
-msgid "you are a fan of"
-msgstr "du bist Fan von"
+#: ../../include/oembed.php:148
+msgid "Embedded content"
+msgstr "Eingebetteter Inhalt"
-#: ../../mod/contacts.php:545 ../../mod/nogroup.php:41
-msgid "Edit contact"
-msgstr "Kontakt bearbeiten"
+#: ../../include/oembed.php:157
+msgid "Embedding disabled"
+msgstr "Einbetten ausgeschaltet"
+
+#: ../../include/photos.php:15 ../../include/attach.php:102
+#: ../../include/attach.php:133 ../../include/attach.php:189
+#: ../../include/attach.php:204 ../../include/attach.php:237
+#: ../../include/attach.php:251 ../../include/attach.php:272
+#: ../../include/attach.php:464 ../../include/items.php:3513
+#: ../../mod/common.php:43 ../../mod/events.php:134 ../../mod/invite.php:13
+#: ../../mod/invite.php:102 ../../mod/allfriends.php:10
+#: ../../mod/webpages.php:40 ../../mod/api.php:26 ../../mod/api.php:31
+#: ../../mod/lastpost.php:93 ../../mod/page.php:30 ../../mod/setup.php:181
+#: ../../mod/settings.php:625 ../../mod/viewconnections.php:33
+#: ../../mod/viewconnections.php:38 ../../mod/delegate.php:6
+#: ../../mod/sources.php:48 ../../mod/mitem.php:92 ../../mod/group.php:15
+#: ../../mod/photos.php:74 ../../mod/photos.php:662 ../../mod/viewsrc.php:12
+#: ../../mod/menu.php:40 ../../mod/message.php:204 ../../mod/layouts.php:27
+#: ../../mod/layouts.php:42 ../../mod/network.php:7 ../../mod/intro.php:50
+#: ../../mod/connections.php:174 ../../mod/profiles.php:163
+#: ../../mod/profiles.php:476 ../../mod/new_channel.php:66
+#: ../../mod/new_channel.php:97 ../../mod/filestorage.php:26
+#: ../../mod/manage.php:6 ../../mod/crepair.php:115
+#: ../../mod/editlayout.php:48 ../../mod/nogroup.php:25
+#: ../../mod/profile_photo.php:197 ../../mod/profile_photo.php:210
+#: ../../mod/editwebpage.php:42 ../../mod/editwebpage.php:64
+#: ../../mod/notifications.php:66 ../../mod/blocks.php:29
+#: ../../mod/blocks.php:44 ../../mod/editpost.php:13 ../../mod/poke.php:128
+#: ../../mod/channel.php:118 ../../mod/fsuggest.php:78
+#: ../../mod/editblock.php:48 ../../mod/item.php:171 ../../mod/item.php:179
+#: ../../mod/suggest.php:32 ../../mod/register.php:60 ../../mod/regmod.php:18
+#: ../../mod/mood.php:114 ../../index.php:178 ../../index.php:340
+msgid "Permission denied."
+msgstr "Zugang verweigert"
-#: ../../mod/contacts.php:566 ../../view/theme/diabook/theme.php:129
-#: ../../include/nav.php:139
-msgid "Contacts"
-msgstr "Kontakte"
+#: ../../include/photos.php:88
+#, php-format
+msgid "Image exceeds website size limit of %lu bytes"
+msgstr "Bild überschreitet das Limit der Webseite von %lu bytes"
-#: ../../mod/contacts.php:570
-msgid "Search your contacts"
-msgstr "Suche in deinen Kontakten"
+#: ../../include/photos.php:95
+msgid "Image file is empty."
+msgstr "Bilddatei ist leer."
-#: ../../mod/contacts.php:571 ../../mod/directory.php:57
-msgid "Finding: "
-msgstr "Funde: "
+#: ../../include/photos.php:124 ../../mod/profile_photo.php:157
+msgid "Unable to process image"
+msgstr "Kann Bild nicht verarbeiten"
-#: ../../mod/contacts.php:572 ../../mod/directory.php:59
-#: ../../include/contact_widgets.php:33
-msgid "Find"
-msgstr "Finde"
+#: ../../include/photos.php:186
+msgid "Photo storage failed."
+msgstr "Foto speichern schlug fehl"
-#: ../../mod/lostpass.php:16
-msgid "No valid account found."
-msgstr "Kein gültiges Konto gefunden."
+#: ../../include/photos.php:288 ../../boot.php:2211
+msgid "Photo Albums"
+msgstr "Fotoalben"
-#: ../../mod/lostpass.php:32
-msgid "Password reset request issued. Check your email."
-msgstr "Zurücksetzen des Passworts eingeleitet. Bitte überprüfe deine E-Mail."
+#: ../../include/photos.php:292 ../../mod/photos.php:810
+#: ../../mod/photos.php:1287
+msgid "Upload New Photos"
+msgstr "Lade neue Fotos hoch"
-#: ../../mod/lostpass.php:43
-#, php-format
-msgid "Password reset requested at %s"
-msgstr "Anfrage zum Zurücksetzen des Passworts auf %s erhalten"
-
-#: ../../mod/lostpass.php:45 ../../mod/lostpass.php:107
-#: ../../mod/register.php:90 ../../mod/register.php:144
-#: ../../mod/regmod.php:54 ../../mod/dfrn_confirm.php:752
-#: ../../addon/facebook/facebook.php:692
-#: ../../addon/facebook/facebook.php:1182
-#: ../../addon/public_server/public_server.php:62
-#: ../../addon/testdrive/testdrive.php:67 ../../include/items.php:2792
-#: ../../boot.php:703
-msgid "Administrator"
-msgstr "Administrator"
+#: ../../include/profile_selectors.php:6
+msgid "Male"
+msgstr "Männlich"
-#: ../../mod/lostpass.php:65
-msgid ""
-"Request could not be verified. (You may have previously submitted it.) "
-"Password reset failed."
-msgstr "Anfrage konnte nicht verifiziert werden. (Eventuell hast du bereits eine ähnliche Anfrage gestellt.) Zurücksetzen des Passworts gescheitert."
+#: ../../include/profile_selectors.php:6
+msgid "Female"
+msgstr "Weiblich"
-#: ../../mod/lostpass.php:83 ../../boot.php:835
-msgid "Password Reset"
-msgstr "Passwort zurücksetzen"
+#: ../../include/profile_selectors.php:6
+msgid "Currently Male"
+msgstr "Momentan männlich"
-#: ../../mod/lostpass.php:84
-msgid "Your password has been reset as requested."
-msgstr "Dein Passwort wurde wie gewünscht zurückgesetzt."
+#: ../../include/profile_selectors.php:6
+msgid "Currently Female"
+msgstr "Momentan weiblich"
-#: ../../mod/lostpass.php:85
-msgid "Your new password is"
-msgstr "Dein neues Passwort lautet"
+#: ../../include/profile_selectors.php:6
+msgid "Mostly Male"
+msgstr "Größtenteils männlich"
-#: ../../mod/lostpass.php:86
-msgid "Save or copy your new password - and then"
-msgstr "Speichere oder kopiere dein neues Passwort - und dann"
+#: ../../include/profile_selectors.php:6
+msgid "Mostly Female"
+msgstr "Größtenteils weiblich"
-#: ../../mod/lostpass.php:87
-msgid "click here to login"
-msgstr "hier klicken, um dich anzumelden"
+#: ../../include/profile_selectors.php:6
+msgid "Transgender"
+msgstr "Transsexuell"
-#: ../../mod/lostpass.php:88
-msgid ""
-"Your password may be changed from the <em>Settings</em> page after "
-"successful login."
-msgstr "Du kannst das Passwort in den <em>Einstellungen</em> ändern, sobald du dich erfolgreich angemeldet hast."
+#: ../../include/profile_selectors.php:6
+msgid "Intersex"
+msgstr "Zwischengeschlechtlich"
-#: ../../mod/lostpass.php:119
-msgid "Forgot your Password?"
-msgstr "Hast du dein Passwort vergessen?"
+#: ../../include/profile_selectors.php:6
+msgid "Transsexual"
+msgstr "Transsexuell"
-#: ../../mod/lostpass.php:120
-msgid ""
-"Enter your email address and submit to have your password reset. Then check "
-"your email for further instructions."
-msgstr "Gib deine Email-Adresse an und fordere ein neues Passwort an. Es werden dir dann weitere Informationen per Mail zugesendet."
+#: ../../include/profile_selectors.php:6
+msgid "Hermaphrodite"
+msgstr "Zwitter"
-#: ../../mod/lostpass.php:121
-msgid "Nickname or Email: "
-msgstr "Spitzname oder Email:"
+#: ../../include/profile_selectors.php:6
+msgid "Neuter"
+msgstr "Geschlechtslos"
-#: ../../mod/lostpass.php:122
-msgid "Reset"
-msgstr "Zurücksetzen"
+#: ../../include/profile_selectors.php:6
+msgid "Non-specific"
+msgstr "unklar"
-#: ../../mod/settings.php:50 ../../include/nav.php:137
-msgid "Account settings"
-msgstr "Kontoeinstellungen"
+#: ../../include/profile_selectors.php:6
+msgid "Other"
+msgstr "Anders"
-#: ../../mod/settings.php:55
-msgid "Display settings"
-msgstr "Anzeige-Einstellungen"
+#: ../../include/profile_selectors.php:6
+msgid "Undecided"
+msgstr "Unentschieden"
-#: ../../mod/settings.php:61
-msgid "Connector settings"
-msgstr "Connector-Einstellungen"
+#: ../../include/profile_selectors.php:23
+msgid "Males"
+msgstr "Männer"
-#: ../../mod/settings.php:66
-msgid "Plugin settings"
-msgstr "Plugin-Einstellungen"
+#: ../../include/profile_selectors.php:23
+msgid "Females"
+msgstr "Frauen"
-#: ../../mod/settings.php:71
-msgid "Connected apps"
-msgstr "Verbundene Programme"
+#: ../../include/profile_selectors.php:23
+msgid "Gay"
+msgstr "Schwul"
-#: ../../mod/settings.php:76
-msgid "Export personal data"
-msgstr "Persönliche Daten exportieren"
+#: ../../include/profile_selectors.php:23
+msgid "Lesbian"
+msgstr "Lesbisch"
-#: ../../mod/settings.php:81
-msgid "Remove account"
-msgstr "Konto löschen"
+#: ../../include/profile_selectors.php:23
+msgid "No Preference"
+msgstr "Keine Bevorzugung"
-#: ../../mod/settings.php:89 ../../mod/admin.php:751 ../../mod/admin.php:956
-#: ../../addon/dav/layout.fnk.php:116 ../../addon/mathjax/mathjax.php:36
-#: ../../view/theme/diabook/theme.php:643
-#: ../../view/theme/diabook/theme.php:773 ../../include/nav.php:137
-msgid "Settings"
-msgstr "Einstellungen"
+#: ../../include/profile_selectors.php:23
+msgid "Bisexual"
+msgstr "Bisexuell"
-#: ../../mod/settings.php:133
-msgid "Missing some important data!"
-msgstr "Wichtige Daten fehlen!"
+#: ../../include/profile_selectors.php:23
+msgid "Autosexual"
+msgstr "Autosexuell"
-#: ../../mod/settings.php:136 ../../mod/settings.php:581
-msgid "Update"
-msgstr "Aktualisierungen"
+#: ../../include/profile_selectors.php:23
+msgid "Abstinent"
+msgstr "Enthaltsam"
-#: ../../mod/settings.php:241
-msgid "Failed to connect with email account using the settings provided."
-msgstr "Verbindung zum E-Mail-Konto mit den angegebenen Einstellungen nicht möglich."
+#: ../../include/profile_selectors.php:23
+msgid "Virgin"
+msgstr "Jungfräulich"
-#: ../../mod/settings.php:246
-msgid "Email settings updated."
-msgstr "EMail Einstellungen bearbeitet."
+#: ../../include/profile_selectors.php:23
+msgid "Deviant"
+msgstr "Abweichend"
-#: ../../mod/settings.php:305
-msgid "Passwords do not match. Password unchanged."
-msgstr "Die Passwörter stimmen nicht überein. Das Passwort bleibt unverändert."
+#: ../../include/profile_selectors.php:23
+msgid "Fetish"
+msgstr "Fetisch"
-#: ../../mod/settings.php:310
-msgid "Empty passwords are not allowed. Password unchanged."
-msgstr "Leere Passwörter sind nicht erlaubt. Passwort bleibt unverändert."
+#: ../../include/profile_selectors.php:23
+msgid "Oodles"
+msgstr "Unmengen"
-#: ../../mod/settings.php:321
-msgid "Password changed."
-msgstr "Passwort ändern."
+#: ../../include/profile_selectors.php:23
+msgid "Nonsexual"
+msgstr "Sexlos"
-#: ../../mod/settings.php:323
-msgid "Password update failed. Please try again."
-msgstr "Aktualisierung des Passworts gescheitert, bitte versuche es noch einmal."
+#: ../../include/profile_selectors.php:42
+msgid "Single"
+msgstr "Single"
-#: ../../mod/settings.php:386
-msgid " Please use a shorter name."
-msgstr " Bitte verwende einen kürzeren Namen."
+#: ../../include/profile_selectors.php:42
+msgid "Lonely"
+msgstr "Einsam"
-#: ../../mod/settings.php:388
-msgid " Name too short."
-msgstr " Name ist zu kurz."
+#: ../../include/profile_selectors.php:42
+msgid "Available"
+msgstr "Verfügbar"
-#: ../../mod/settings.php:394
-msgid " Not valid email."
-msgstr " Keine gültige E-Mail."
+#: ../../include/profile_selectors.php:42
+msgid "Unavailable"
+msgstr "Nicht verfügbar"
-#: ../../mod/settings.php:396
-msgid " Cannot change to that email."
-msgstr "Ändern der E-Mail nicht möglich. "
+#: ../../include/profile_selectors.php:42
+msgid "Has crush"
+msgstr "Verguckt"
-#: ../../mod/settings.php:450
-msgid "Private forum has no privacy permissions. Using default privacy group."
-msgstr "Für das private Forum sind keine Zugriffsrechte eingestellt. Die voreingestellte Gruppe für neue Kontakte wird benutzt."
+#: ../../include/profile_selectors.php:42
+msgid "Infatuated"
+msgstr "Verknallt"
-#: ../../mod/settings.php:454
-msgid "Private forum has no privacy permissions and no default privacy group."
-msgstr "Für das private Forum sind keine Zugriffsrechte eingestellt, und es gibt keine voreingestellte Gruppe für neue Kontakte."
+#: ../../include/profile_selectors.php:42
+msgid "Dating"
+msgstr "Lerne gerade jemanden kennen"
-#: ../../mod/settings.php:484 ../../addon/facebook/facebook.php:492
-#: ../../addon/impressum/impressum.php:77
-#: ../../addon/openstreetmap/openstreetmap.php:80
-#: ../../addon/mathjax/mathjax.php:66 ../../addon/piwik/piwik.php:105
-#: ../../addon/twitter/twitter.php:376
-msgid "Settings updated."
-msgstr "Einstellungen aktualisiert."
+#: ../../include/profile_selectors.php:42
+msgid "Unfaithful"
+msgstr "Treulos"
-#: ../../mod/settings.php:554 ../../mod/settings.php:580
-#: ../../mod/settings.php:616
-msgid "Add application"
-msgstr "Programm hinzufügen"
+#: ../../include/profile_selectors.php:42
+msgid "Sex Addict"
+msgstr "Sexabhängig"
-#: ../../mod/settings.php:558 ../../mod/settings.php:584
-#: ../../addon/statusnet/statusnet.php:555
-msgid "Consumer Key"
-msgstr "Consumer Key"
+#: ../../include/profile_selectors.php:42
+msgid "Friends/Benefits"
+msgstr "Freunde/Begünstigte"
-#: ../../mod/settings.php:559 ../../mod/settings.php:585
-#: ../../addon/statusnet/statusnet.php:554
-msgid "Consumer Secret"
-msgstr "Consumer Secret"
+#: ../../include/profile_selectors.php:42
+msgid "Casual"
+msgstr "Lose"
-#: ../../mod/settings.php:560 ../../mod/settings.php:586
-msgid "Redirect"
-msgstr "Umleiten"
+#: ../../include/profile_selectors.php:42
+msgid "Engaged"
+msgstr "Verlobt"
-#: ../../mod/settings.php:561 ../../mod/settings.php:587
-msgid "Icon url"
-msgstr "Icon URL"
+#: ../../include/profile_selectors.php:42
+msgid "Married"
+msgstr "Verheiratet"
-#: ../../mod/settings.php:572
-msgid "You can't edit this application."
-msgstr "Du kannst dieses Programm nicht bearbeiten."
+#: ../../include/profile_selectors.php:42
+msgid "Imaginarily married"
+msgstr "Gewissermaßen verheiratet"
-#: ../../mod/settings.php:615
-msgid "Connected Apps"
-msgstr "Verbundene Programme"
+#: ../../include/profile_selectors.php:42
+msgid "Partners"
+msgstr "Partner"
-#: ../../mod/settings.php:619
-msgid "Client key starts with"
-msgstr "Anwenderschlüssel beginnt mit"
+#: ../../include/profile_selectors.php:42
+msgid "Cohabiting"
+msgstr "Lebensgemeinschaft"
-#: ../../mod/settings.php:620
-msgid "No name"
-msgstr "Kein Name"
+#: ../../include/profile_selectors.php:42
+msgid "Common law"
+msgstr "Informelle Ehe"
-#: ../../mod/settings.php:621
-msgid "Remove authorization"
-msgstr "Autorisierung entziehen"
+#: ../../include/profile_selectors.php:42
+msgid "Happy"
+msgstr "Glücklich"
-#: ../../mod/settings.php:632
-msgid "No Plugin settings configured"
-msgstr "Keine Plugin-Einstellungen konfiguriert"
+#: ../../include/profile_selectors.php:42
+msgid "Not looking"
+msgstr "Nicht Ausschau haltend"
-#: ../../mod/settings.php:640 ../../addon/widgets/widgets.php:123
-msgid "Plugin Settings"
-msgstr "Plugin-Einstellungen"
+#: ../../include/profile_selectors.php:42
+msgid "Swinger"
+msgstr "Swinger"
-#: ../../mod/settings.php:652 ../../mod/settings.php:653
-#, php-format
-msgid "Built-in support for %s connectivity is %s"
-msgstr "Eingebaute Unterstützung für Verbindungen zu %s ist %s"
+#: ../../include/profile_selectors.php:42
+msgid "Betrayed"
+msgstr "Betrogen"
-#: ../../mod/settings.php:652 ../../mod/settings.php:653
-msgid "enabled"
-msgstr "eingeschaltet"
+#: ../../include/profile_selectors.php:42
+msgid "Separated"
+msgstr "Getrennt"
-#: ../../mod/settings.php:652 ../../mod/settings.php:653
-msgid "disabled"
-msgstr "ausgeschaltet"
+#: ../../include/profile_selectors.php:42
+msgid "Unstable"
+msgstr "Labil"
-#: ../../mod/settings.php:653
-msgid "StatusNet"
-msgstr "StatusNet"
+#: ../../include/profile_selectors.php:42
+msgid "Divorced"
+msgstr "Geschieden"
-#: ../../mod/settings.php:683
-msgid "Connector Settings"
-msgstr "Verbindungs-Einstellungen"
+#: ../../include/profile_selectors.php:42
+msgid "Imaginarily divorced"
+msgstr "Gewissermaßen geschieden"
-#: ../../mod/settings.php:688
-msgid "Email/Mailbox Setup"
-msgstr "E-Mail/Postfach-Einstellungen"
+#: ../../include/profile_selectors.php:42
+msgid "Widowed"
+msgstr "Verwitwet"
-#: ../../mod/settings.php:689
-msgid ""
-"If you wish to communicate with email contacts using this service "
-"(optional), please specify how to connect to your mailbox."
-msgstr "Wenn du mit E-Mail-Kontakten über diesen Service kommunizieren möchtest (optional), gib bitte die Einstellungen für dein Postfach an."
+#: ../../include/profile_selectors.php:42
+msgid "Uncertain"
+msgstr "Ungewiss"
-#: ../../mod/settings.php:690
-msgid "Last successful email check:"
-msgstr "Letzter erfolgreicher Email Check"
+#: ../../include/profile_selectors.php:42
+msgid "It's complicated"
+msgstr "Es ist kompliziert"
-#: ../../mod/settings.php:691
-msgid "Email access is disabled on this site."
-msgstr "Zugriff auf E-Mails für diese Seite deaktiviert."
+#: ../../include/profile_selectors.php:42
+msgid "Don't care"
+msgstr "Interessiert mich nicht"
-#: ../../mod/settings.php:692
-msgid "IMAP server name:"
-msgstr "IMAP-Server-Name:"
+#: ../../include/profile_selectors.php:42
+msgid "Ask me"
+msgstr "Frag mich mal"
-#: ../../mod/settings.php:693
-msgid "IMAP port:"
-msgstr "IMAP-Port:"
+#: ../../include/attach.php:184 ../../include/attach.php:232
+msgid "Item was not found."
+msgstr "Beitrag wurde nicht gefunden."
-#: ../../mod/settings.php:694
-msgid "Security:"
-msgstr "Sicherheit:"
+#: ../../include/attach.php:285
+msgid "No source file."
+msgstr "Keine Quelldatei."
-#: ../../mod/settings.php:694 ../../mod/settings.php:699
-msgid "None"
-msgstr "Keine"
+#: ../../include/attach.php:302
+msgid "Cannot locate file to replace"
+msgstr "Kann Datei zum Ersetzen nicht finden"
-#: ../../mod/settings.php:695
-msgid "Email login name:"
-msgstr "E-Mail-Login-Name:"
+#: ../../include/attach.php:320
+msgid "Cannot locate file to revise/update"
+msgstr "Kann Datei zum Prüfen/Aktualisieren nicht finden"
-#: ../../mod/settings.php:696
-msgid "Email password:"
-msgstr "E-Mail-Passwort:"
+#: ../../include/attach.php:331
+#, php-format
+msgid "File exceeds size limit of %d"
+msgstr "Datei überschreitet das Größen-Limit von %d"
-#: ../../mod/settings.php:697
-msgid "Reply-to address:"
-msgstr "Reply-to Adresse:"
+#: ../../include/attach.php:342
+#, php-format
+msgid "You have reached your limit of %1$.0f Mbytes attachment storage."
+msgstr "Die Größe deiner Datei-Anhänge haben das Maximum von %1$.0f MByte erreicht."
-#: ../../mod/settings.php:698
-msgid "Send public posts to all email contacts:"
-msgstr "Sende öffentliche Beiträge an alle E-Mail-Kontakte:"
+#: ../../include/attach.php:424
+msgid "File upload failed. Possible system limit or action terminated."
+msgstr "Datei-Upload fehlgeschlagen. Mögliche Systembegrenzung oder abgebrochener Prozess."
-#: ../../mod/settings.php:699
-msgid "Action after import:"
-msgstr "Aktion nach Import:"
+#: ../../include/attach.php:436
+msgid "Stored file could not be verified. Upload failed."
+msgstr "Gespeichert Datei konnte nicht verifiziert werden. Upload abgebrochen."
-#: ../../mod/settings.php:699
-msgid "Mark as seen"
-msgstr "Als gelesen markieren"
+#: ../../include/attach.php:480 ../../include/attach.php:497
+msgid "Path not available."
+msgstr "Pfad nicht verfügbar."
-#: ../../mod/settings.php:699
-msgid "Move to folder"
-msgstr "In einen Ordner verschieben"
+#: ../../include/nav.php:71 ../../include/nav.php:86 ../../boot.php:1435
+msgid "Logout"
+msgstr "Abmelden"
-#: ../../mod/settings.php:700
-msgid "Move to folder:"
-msgstr "In diesen Ordner verschieben:"
+#: ../../include/nav.php:71 ../../include/nav.php:86
+msgid "End this session"
+msgstr "Beende diese Sitzung"
-#: ../../mod/settings.php:760
-msgid "Display Settings"
-msgstr "Anzeige-Einstellungen"
+#: ../../include/nav.php:74 ../../include/nav.php:116
+#: ../../include/nav.php:148
+msgid "Home"
+msgstr "Home"
-#: ../../mod/settings.php:766
-msgid "Display Theme:"
-msgstr "Theme:"
+#: ../../include/nav.php:74 ../../include/nav.php:148
+msgid "Your posts and conversations"
+msgstr "Deine Beiträge und Unterhaltungen"
-#: ../../mod/settings.php:767
-msgid "Update browser every xx seconds"
-msgstr "Browser alle xx Sekunden aktualisieren"
+#: ../../include/nav.php:75
+msgid "Your profile page"
+msgstr "Deine Profilseite"
-#: ../../mod/settings.php:767
-msgid "Minimum of 10 seconds, no maximum"
-msgstr "Minimal 10 Sekunden, kein Maximum"
+#: ../../include/nav.php:77
+msgid "Edit Profiles"
+msgstr "Profile bearbeiten"
-#: ../../mod/settings.php:768
-msgid "Number of items to display on the network page:"
-msgstr "Zahl der Beiträge, die pro Netzwerkseite angezeigt werden sollen: "
+#: ../../include/nav.php:77
+msgid "Manage/Edit Profiles"
+msgstr "Verwalte/Bearbeite Profile"
-#: ../../mod/settings.php:768
-msgid "Maximum of 100 items"
-msgstr "Maximal 100 Beiträge"
+#: ../../include/nav.php:78 ../../mod/fbrowser.php:25 ../../boot.php:2208
+msgid "Photos"
+msgstr "Fotos"
-#: ../../mod/settings.php:769
-msgid "Don't show emoticons"
-msgstr "Keine Smilies anzeigen"
+#: ../../include/nav.php:78
+msgid "Your photos"
+msgstr "Deine Bilder"
-#: ../../mod/settings.php:840
-msgid "Normal Account Page"
-msgstr "Normales Konto"
+#: ../../include/nav.php:84 ../../boot.php:1436
+msgid "Login"
+msgstr "Anmelden"
-#: ../../mod/settings.php:841
-msgid "This account is a normal personal profile"
-msgstr "Dieses Konto ist ein normales persönliches Profil"
+#: ../../include/nav.php:84
+msgid "Sign in"
+msgstr "Anmelden"
-#: ../../mod/settings.php:844
-msgid "Soapbox Page"
-msgstr "Marktschreier-Konto"
+#: ../../include/nav.php:100
+#, php-format
+msgid "%s - click to logout"
+msgstr "%s - Klick zum Abmelden"
-#: ../../mod/settings.php:845
-msgid "Automatically approve all connection/friend requests as read-only fans"
-msgstr "Kontaktanfragen werden automatisch als Nurlese-Fans akzeptiert"
+#: ../../include/nav.php:103
+msgid "Click to authenticate to your home hub"
+msgstr "Klick zum Authentifizieren bei Deinem Heimat-Hub"
-#: ../../mod/settings.php:848
-msgid "Community Forum/Celebrity Account"
-msgstr "Forum/Promi-Konto"
+#: ../../include/nav.php:116
+msgid "Home Page"
+msgstr "Homepage"
-#: ../../mod/settings.php:849
-msgid ""
-"Automatically approve all connection/friend requests as read-write fans"
-msgstr "Kontaktanfragen werden automatisch als Lese-und-Schreib-Fans akzeptiert"
+#: ../../include/nav.php:120 ../../mod/register.php:187 ../../boot.php:1411
+msgid "Register"
+msgstr "Registrieren"
-#: ../../mod/settings.php:852
-msgid "Automatic Friend Page"
-msgstr "Automatische Freunde Seite"
+#: ../../include/nav.php:120
+msgid "Create an account"
+msgstr "Erzeuge ein Konto"
-#: ../../mod/settings.php:853
-msgid "Automatically approve all connection/friend requests as friends"
-msgstr "Kontaktanfragen werden automatisch als Freund akzeptiert"
+#: ../../include/nav.php:125 ../../mod/help.php:34
+msgid "Help"
+msgstr "Hilfe"
-#: ../../mod/settings.php:856
-msgid "Private Forum [Experimental]"
-msgstr "Privates Forum [Versuchsstadium]"
+#: ../../include/nav.php:125
+msgid "Help and documentation"
+msgstr "Hilfe und Dokumentation"
-#: ../../mod/settings.php:857
-msgid "Private forum - approved members only"
-msgstr "Privates Forum, nur für Mitglieder"
+#: ../../include/nav.php:128
+msgid "Apps"
+msgstr "Apps"
-#: ../../mod/settings.php:869
-msgid "OpenID:"
-msgstr "OpenID:"
+#: ../../include/nav.php:128
+msgid "Addon applications, utilities, games"
+msgstr "Addon Programme, Helferlein, Spiele"
-#: ../../mod/settings.php:869
-msgid "(Optional) Allow this OpenID to login to this account."
-msgstr "(Optional) Erlaube die Anmeldung für dieses Konto mit dieser OpenID."
+#: ../../include/nav.php:130
+msgid "Search site content"
+msgstr "Durchsuche Seiten-Inhalt"
-#: ../../mod/settings.php:879
-msgid "Publish your default profile in your local site directory?"
-msgstr "Darf dein Standardprofil im Verzeichnis dieses Servers veröffentlicht werden?"
+#: ../../include/nav.php:133 ../../mod/directory.php:210
+msgid "Directory"
+msgstr "Verzeichnis"
-#: ../../mod/settings.php:885
-msgid "Publish your default profile in the global social directory?"
-msgstr "Darf dein Standardprofil im weltweiten Verzeichnis veröffentlicht werden?"
+#: ../../include/nav.php:133
+msgid "Channel Locator"
+msgstr "Kanal-Anzeiger"
-#: ../../mod/settings.php:893
-msgid "Hide your contact/friend list from viewers of your default profile?"
-msgstr "Liste der Kontakte vor Betrachtern des Standardprofils verbergen?"
+#: ../../include/nav.php:144
+msgid "Matrix"
+msgstr "Matrix"
-#: ../../mod/settings.php:897
-msgid "Hide your profile details from unknown viewers?"
-msgstr "Profil-Details vor unbekannten Betrachtern verbergen?"
+#: ../../include/nav.php:144
+msgid "Conversations from your grid"
+msgstr "Unterhaltungen von Deinem Netz"
-#: ../../mod/settings.php:902
-msgid "Allow friends to post to your profile page?"
-msgstr "Dürfen deine Kontakte auf deine Pinnwand schreiben?"
+#: ../../include/nav.php:145
+msgid "See all matrix notifications"
+msgstr "Alle Matrix-Benachrichtigungen ansehen"
-#: ../../mod/settings.php:908
-msgid "Allow friends to tag your posts?"
-msgstr "Dürfen deine Kontakte deine Beiträge mit Schlagwörtern versehen?"
+#: ../../include/nav.php:146
+msgid "Mark all matrix notifications seen"
+msgstr "Markiere alle Matrix-Benachrichtigungen als angesehen"
-#: ../../mod/settings.php:914
-msgid "Allow us to suggest you as a potential friend to new members?"
-msgstr "Dürfen wir dich neuen Mitgliedern als potentiellen Kontakt vorschlagen?"
+#: ../../include/nav.php:149
+msgid "See all channel notifications"
+msgstr "Alle Kanal-Benachrichtigungen ansehen"
-#: ../../mod/settings.php:920
-msgid "Permit unknown people to send you private mail?"
-msgstr "Dürfen dir Unbekannte private Nachrichten schicken?"
+#: ../../include/nav.php:150
+msgid "Mark all channel notifications seen"
+msgstr "Markiere alle Kanal-Benachrichtigungen als angesehen"
-#: ../../mod/settings.php:931
-msgid "Profile is <strong>not published</strong>."
-msgstr "Profil ist <strong>nicht veröffentlicht</strong>."
+#: ../../include/nav.php:153
+msgid "Intros"
+msgstr "Vorstellungen"
-#: ../../mod/settings.php:937 ../../mod/profile_photo.php:213
-msgid "or"
-msgstr "oder"
+#: ../../include/nav.php:153 ../../mod/connections.php:561
+msgid "New Connections"
+msgstr "Neue Verbindungen"
-#: ../../mod/settings.php:942
-msgid "Your Identity Address is"
-msgstr "Die Adresse deines Profils lautet:"
+#: ../../include/nav.php:154
+msgid "See all channel introductions"
+msgstr "Alle Kanal-Einladungen ansehen"
-#: ../../mod/settings.php:953
-msgid "Automatically expire posts after this many days:"
-msgstr "Beiträge verfallen automatisch nach dieser Anzahl von Tagen:"
+#: ../../include/nav.php:157
+msgid "Notices"
+msgstr "Benachrichtigungen"
-#: ../../mod/settings.php:953
-msgid "If empty, posts will not expire. Expired posts will be deleted"
-msgstr "Wenn leer verfallen Beiträge nie automatisch. Verfallene Beiträge werden gelöscht."
+#: ../../include/nav.php:157 ../../mod/notifications.php:218
+msgid "Notifications"
+msgstr "Benachrichtigungen"
-#: ../../mod/settings.php:954
-msgid "Advanced expiration settings"
-msgstr "Erweiterte Verfallseinstellungen"
+#: ../../include/nav.php:158
+msgid "See all notifications"
+msgstr "Alle Benachrichtigungen ansehen"
-#: ../../mod/settings.php:955
-msgid "Advanced Expiration"
-msgstr "Erweitertes Verfallen"
+#: ../../include/nav.php:159
+msgid "Mark all system notifications seen"
+msgstr "Markiere alle System-Benachrichtigungen als gesehen"
-#: ../../mod/settings.php:956
-msgid "Expire posts:"
-msgstr "Beiträge verfallen lassen:"
+#: ../../include/nav.php:161
+msgid "Mail"
+msgstr "Mail"
-#: ../../mod/settings.php:957
-msgid "Expire personal notes:"
-msgstr "Persönliche Notizen verfallen lassen:"
+#: ../../include/nav.php:161
+msgid "Private mail"
+msgstr "Persönliche Mail"
-#: ../../mod/settings.php:958
-msgid "Expire starred posts:"
-msgstr "Markierte Beiträge verfallen lassen:"
+#: ../../include/nav.php:162
+msgid "See all private messages"
+msgstr "Alle persönlichen Nachrichten ansehen"
-#: ../../mod/settings.php:959
-msgid "Expire photos:"
-msgstr "Fotos verfallen lassen:"
+#: ../../include/nav.php:163
+msgid "Mark all private messages seen"
+msgstr "Markiere alle persönlichen Nachrichten als gesehen"
-#: ../../mod/settings.php:960
-msgid "Only expire posts by others:"
-msgstr "Nur Beiträge anderer verfallen:"
+#: ../../include/nav.php:164
+msgid "Inbox"
+msgstr "Eingang"
-#: ../../mod/settings.php:967
-msgid "Account Settings"
-msgstr "Kontoeinstellungen"
+#: ../../include/nav.php:165
+msgid "Outbox"
+msgstr "Ausgang"
-#: ../../mod/settings.php:975
-msgid "Password Settings"
-msgstr "Passwort-Einstellungen"
+#: ../../include/nav.php:166 ../../mod/message.php:21
+msgid "New Message"
+msgstr "Neue Nachricht"
-#: ../../mod/settings.php:976
-msgid "New Password:"
-msgstr "Neues Passwort:"
+#: ../../include/nav.php:169 ../../mod/events.php:348 ../../boot.php:2219
+msgid "Events"
+msgstr "Veranstaltungen"
-#: ../../mod/settings.php:977
-msgid "Confirm:"
-msgstr "Bestätigen:"
+#: ../../include/nav.php:169
+msgid "Event Calendar"
+msgstr "Veranstaltungskalender"
-#: ../../mod/settings.php:977
-msgid "Leave password fields blank unless changing"
-msgstr "Lass die Passwort-Felder leer, außer du willst das Passwort ändern"
+#: ../../include/nav.php:170
+msgid "See all events"
+msgstr "Alle Ereignisse ansehen"
-#: ../../mod/settings.php:981
-msgid "Basic Settings"
-msgstr "Grundeinstellungen"
+#: ../../include/nav.php:171
+msgid "Mark all events seen"
+msgstr "Markiere alle Ereignisse als gesehen"
-#: ../../mod/settings.php:982 ../../include/profile_advanced.php:15
-msgid "Full Name:"
-msgstr "Kompletter Name:"
+#: ../../include/nav.php:173
+msgid "Channel Select"
+msgstr "Kanal-Auswahl"
-#: ../../mod/settings.php:983
-msgid "Email Address:"
-msgstr "E-Mail-Adresse:"
+#: ../../include/nav.php:173
+msgid "Manage Your Channels"
+msgstr "Verwalte Deine Kanäle"
-#: ../../mod/settings.php:984
-msgid "Your Timezone:"
-msgstr "Deine Zeitzone:"
+#: ../../include/nav.php:175 ../../mod/settings.php:129
+#: ../../mod/admin.php:769 ../../mod/admin.php:974
+msgid "Settings"
+msgstr "Einstellungen"
-#: ../../mod/settings.php:985
-msgid "Default Post Location:"
-msgstr "Standardstandort:"
+#: ../../include/nav.php:175
+msgid "Account/Channel Settings"
+msgstr "Konto-/Kanal-Einstellungen"
-#: ../../mod/settings.php:986
-msgid "Use Browser Location:"
-msgstr "Standort des Browsers verwenden:"
+#: ../../include/nav.php:177 ../../mod/connections.php:667
+msgid "Connections"
+msgstr "Verbindungen"
-#: ../../mod/settings.php:989
-msgid "Security and Privacy Settings"
-msgstr "Sicherheits- und Privatsphäre-Einstellungen"
+#: ../../include/nav.php:177
+msgid "Manage/Edit Friends and Connections"
+msgstr "Verwalte/Bearbeite Freunde und Verbindungen"
-#: ../../mod/settings.php:991
-msgid "Maximum Friend Requests/Day:"
-msgstr "Maximale Anzahl von Freundschaftsanfragen/Tag:"
+#: ../../include/nav.php:184 ../../mod/admin.php:111
+msgid "Admin"
+msgstr "Admin"
-#: ../../mod/settings.php:991 ../../mod/settings.php:1010
-msgid "(to prevent spam abuse)"
-msgstr "(um SPAM zu vermeiden)"
+#: ../../include/nav.php:184
+msgid "Site Setup and Configuration"
+msgstr "Seiten-Einrichtung und -Konfiguration"
-#: ../../mod/settings.php:992
-msgid "Default Post Permissions"
-msgstr "Standard-Zugriffsrechte für Beiträge"
+#: ../../include/nav.php:207
+msgid "Nothing new here"
+msgstr "Nichts Neues hier"
-#: ../../mod/settings.php:993
-msgid "(click to open/close)"
-msgstr "(klicke zum öffnen/schließen)"
+#: ../../include/nav.php:212
+msgid "Please wait..."
+msgstr "Bitte warten..."
-#: ../../mod/settings.php:1010
-msgid "Maximum private messages per day from unknown people:"
-msgstr "Maximale Anzahl privater Nachrichten von Unbekannten pro Tag:"
+#: ../../include/zot.php:426
+msgid "Invalid data packet"
+msgstr "Ungültiges Datenpaket"
-#: ../../mod/settings.php:1013
-msgid "Notification Settings"
-msgstr "Benachrichtigungseinstellungen"
+#: ../../include/zot.php:436
+msgid "Unable to verify channel signature"
+msgstr "Konnte die Signatur des Kanals nicht verifizieren"
-#: ../../mod/settings.php:1014
-msgid "By default post a status message when:"
-msgstr "Standardmäßig eine Statusnachricht posten, wenn:"
+#: ../../include/zot.php:582
+#, php-format
+msgid "Unable to verify site signature for %s"
+msgstr "Kann die Signatur der Seite von %s nicht verifizieren"
-#: ../../mod/settings.php:1015
-msgid "accepting a friend request"
-msgstr "– du eine Kontaktanfrage akzeptierst"
+#: ../../include/account.php:23
+msgid "Not a valid email address"
+msgstr "Ungültige E-Mail-Adresse"
-#: ../../mod/settings.php:1016
-msgid "joining a forum/community"
-msgstr "– du einem Forum/einer Gemeinschaftsseite beitrittst"
+#: ../../include/account.php:25
+msgid "Your email domain is not among those allowed on this site"
+msgstr "Deine E-Mail-Adresse ist nicht unter denen, die auf dieser Seite erlaubt sind"
-#: ../../mod/settings.php:1017
-msgid "making an <em>interesting</em> profile change"
-msgstr "– du eine <em>interessante</em> Änderung an deinem Profil durchführst"
+#: ../../include/account.php:31
+msgid "Your email address is already registered at this site."
+msgstr "Deine E-Mail-Adresse ist auf dieser Seite bereits registriert."
-#: ../../mod/settings.php:1018
-msgid "Send a notification email when:"
-msgstr "Benachrichtigungs-E-Mail senden wenn:"
+#: ../../include/account.php:64
+msgid "An invitation is required."
+msgstr "Eine Einladung wird benötigt"
-#: ../../mod/settings.php:1019
-msgid "You receive an introduction"
-msgstr "– du eine Kontaktanfrage erhältst"
+#: ../../include/account.php:68
+msgid "Invitation could not be verified."
+msgstr "Die Einladung konnte nicht bestätigt werden"
-#: ../../mod/settings.php:1020
-msgid "Your introductions are confirmed"
-msgstr "– eine deiner Kontaktanfragen akzeptiert wurde"
+#: ../../include/account.php:118
+msgid "Please enter the required information."
+msgstr "Bitte gib die benötigten Informationen ein."
-#: ../../mod/settings.php:1021
-msgid "Someone writes on your profile wall"
-msgstr "– jemand etwas auf deine Pinnwand schreibt"
+#: ../../include/account.php:186
+msgid "Failed to store account information."
+msgstr "Speichern der Account-Informationen fehlgeschlagen"
-#: ../../mod/settings.php:1022
-msgid "Someone writes a followup comment"
-msgstr "– jemand auch einen Kommentar verfasst"
+#: ../../include/account.php:272
+#, php-format
+msgid "Registration request at %s"
+msgstr "Registrierungsanfrage auf %s"
-#: ../../mod/settings.php:1023
-msgid "You receive a private message"
-msgstr "– du eine private Nachricht erhältst"
+#: ../../include/account.php:274 ../../include/account.php:301
+#: ../../include/account.php:358
+msgid "Administrator"
+msgstr "Administrator"
-#: ../../mod/settings.php:1024
-msgid "You receive a friend suggestion"
-msgstr "– du eine Empfehlung erhältst"
+#: ../../include/account.php:296
+msgid "your registration password"
+msgstr "dein Registrierungspasswort"
-#: ../../mod/settings.php:1025
-msgid "You are tagged in a post"
-msgstr "– du in einem Beitrag erwähnt wirst"
+#: ../../include/account.php:299 ../../include/account.php:356
+#, php-format
+msgid "Registration details for %s"
+msgstr "Registrierungsdetails für %s"
-#: ../../mod/settings.php:1028
-msgid "Advanced Account/Page Type Settings"
-msgstr "Erweiterte Konto-/Seitentyp-Einstellungen"
+#: ../../include/account.php:365
+msgid "Account approved."
+msgstr "Account bestätigt."
-#: ../../mod/settings.php:1029
-msgid "Change the behaviour of this account for special situations"
-msgstr "Verhalten dieses Kontos in bestimmten Situationen:"
+#: ../../include/account.php:399
+#, php-format
+msgid "Registration revoked for %s"
+msgstr "Registrierung für %s widerrufen"
-#: ../../mod/manage.php:90
-msgid "Manage Identities and/or Pages"
-msgstr "Verwalte Identitäten und/oder Seiten"
+#: ../../include/auth.php:66
+msgid "Logged out."
+msgstr "Ausgeloggt."
-#: ../../mod/manage.php:93
-msgid ""
-"Toggle between different identities or community/group pages which share "
-"your account details or which you have been granted \"manage\" permissions"
-msgstr "Zwischen verschiedenen Identitäten oder Foren wechseln, die deine Zugangsdaten (E-Mail und Passwort) teilen oder zu denen du „Verwalten“-Befugnisse bekommen hast."
+#: ../../include/auth.php:178
+msgid "Failed authentication"
+msgstr "Authentifizierung fehlgeschlagen"
-#: ../../mod/manage.php:95
-msgid "Select an identity to manage: "
-msgstr "Wähle eine Identität zum Verwalten: "
+#: ../../include/auth.php:187
+msgid "Login failed."
+msgstr "Login fehlgeschlagen."
-#: ../../mod/network.php:97
-msgid "Search Results For:"
-msgstr "Suchergebnisse für:"
+#: ../../include/contact_widgets.php:14
+#, php-format
+msgid "You have %1$.0f of %2$.0f allowed connections."
+msgstr "Du bist %1$.0f von %2$.0f erlaubten Verbindungen eingegangen."
-#: ../../mod/network.php:137 ../../mod/search.php:16
-msgid "Remove term"
-msgstr "Begriff entfernen"
+#: ../../include/contact_widgets.php:20
+msgid "Add New Connection"
+msgstr "Neue Verbindung hinzufügen"
-#: ../../mod/network.php:146 ../../mod/search.php:13
-msgid "Saved Searches"
-msgstr "Gespeicherte Suchen"
+#: ../../include/contact_widgets.php:21
+msgid "Enter the channel address"
+msgstr "Adresse des Kanals eingeben"
-#: ../../mod/network.php:147 ../../include/group.php:244
-msgid "add"
-msgstr "hinzufügen"
+#: ../../include/contact_widgets.php:22
+msgid "Example: bob@example.com, http://example.com/barbara"
+msgstr "Beispiel: bob@beispiel.com, http://beispiel.com/barbara"
-#: ../../mod/network.php:287
-msgid "Commented Order"
-msgstr "Neueste Kommentare"
+#: ../../include/contact_widgets.php:38
+#, php-format
+msgid "%d invitation available"
+msgid_plural "%d invitations available"
+msgstr[0] "%d Einladung verfügbar"
+msgstr[1] "%d Einladungen verfügbar"
-#: ../../mod/network.php:290
-msgid "Sort by Comment Date"
-msgstr "Nach Kommentardatum sortieren"
+#: ../../include/contact_widgets.php:44
+msgid "Find Channels"
+msgstr "Finde Kanäle"
-#: ../../mod/network.php:293
-msgid "Posted Order"
-msgstr "Neueste Beiträge"
+#: ../../include/contact_widgets.php:45
+msgid "Enter name or interest"
+msgstr "Name oder Interessen eingeben"
-#: ../../mod/network.php:296
-msgid "Sort by Post Date"
-msgstr "Nach Beitragsdatum sortieren"
+#: ../../include/contact_widgets.php:46
+msgid "Connect/Follow"
+msgstr "Verbinden/Folgen"
-#: ../../mod/network.php:303
-msgid "Posts that mention or involve you"
-msgstr "Beiträge, in denen es um Dich geht"
+#: ../../include/contact_widgets.php:47
+msgid "Examples: Robert Morgenstein, Fishing"
+msgstr "Beispiele: Robert Morgenstein, Angeln"
-#: ../../mod/network.php:306
-msgid "New"
-msgstr "Neue"
+#: ../../include/contact_widgets.php:48 ../../mod/connections.php:673
+#: ../../mod/directory.php:206 ../../mod/directory.php:211
+msgid "Find"
+msgstr "Finde"
-#: ../../mod/network.php:309
-msgid "Activity Stream - by date"
-msgstr "Aktivitäten-Stream - nach Datum"
+#: ../../include/contact_widgets.php:49 ../../mod/suggest.php:64
+msgid "Channel Suggestions"
+msgstr "Kanal-Vorschläge"
-#: ../../mod/network.php:312
-msgid "Starred"
-msgstr "Markierte"
+#: ../../include/contact_widgets.php:51
+msgid "Random Profile"
+msgstr "Zufallsprofil"
-#: ../../mod/network.php:315
-msgid "Favourite Posts"
-msgstr "Favorisierte Beiträge"
+#: ../../include/contact_widgets.php:52
+msgid "Invite Friends"
+msgstr "Lade Freunde ein"
-#: ../../mod/network.php:318
-msgid "Shared Links"
-msgstr "Geteilte Links"
+#: ../../include/contact_widgets.php:79 ../../include/contact_widgets.php:113
+msgid "Everything"
+msgstr "Alles"
-#: ../../mod/network.php:321
-msgid "Interesting Links"
-msgstr "Interessante Links"
+#: ../../include/contact_widgets.php:110
+msgid "Categories"
+msgstr "Kategorien"
-#: ../../mod/network.php:388
+#: ../../include/contact_widgets.php:143
#, php-format
-msgid "Warning: This group contains %s member from an insecure network."
-msgid_plural ""
-"Warning: This group contains %s members from an insecure network."
-msgstr[0] "Warnung: Diese Gruppe beinhaltet %s Person aus einem unsicheren Netzwerk."
-msgstr[1] "Warnung: Diese Gruppe beinhaltet %s Personen aus unsicheren Netzwerken."
+msgid "%d connection in common"
+msgid_plural "%d connections in common"
+msgstr[0] "%d gemeinsame Verbindung"
+msgstr[1] "%d gemeinsame Verbindungen"
-#: ../../mod/network.php:391
-msgid "Private messages to this group are at risk of public disclosure."
-msgstr "Private Nachrichten an diese Gruppe könnten an die Öffentlichkeit geraten."
+#: ../../include/page_widgets.php:6
+msgid "New Page"
+msgstr "Neue Seite"
-#: ../../mod/network.php:436
-msgid "No such group"
-msgstr "Es gibt keine solche Gruppe"
+#: ../../include/follow.php:21
+msgid "Channel is blocked on this site."
+msgstr "Der Kanal ist auf dieser Seite blockiert "
-#: ../../mod/network.php:447
-msgid "Group is empty"
-msgstr "Gruppe ist leer"
+#: ../../include/follow.php:26
+msgid "Channel location missing."
+msgstr "Adresse des Kanals fehlt."
-#: ../../mod/network.php:451
-msgid "Group: "
-msgstr "Gruppe: "
+#: ../../include/follow.php:43
+msgid "Channel discovery failed. Website may be down or misconfigured."
+msgstr "Auffinden des Kanals schlug fehl. Die Webseite könnte falsch konfiguriert oder abgeschaltet sein."
-#: ../../mod/network.php:461
-msgid "Contact: "
-msgstr "Kontakt: "
+#: ../../include/follow.php:51
+msgid "Response from remote channel was not understood."
+msgstr "Antwort des entfernten Kanals war unverständlich."
-#: ../../mod/network.php:463
-msgid "Private messages to this person are at risk of public disclosure."
-msgstr "Private Nachrichten an diese Person könnten an die Öffentlichkeit gelangen."
+#: ../../include/follow.php:58
+msgid "Response from remote channel was incomplete."
+msgstr "Antwort des entfernten Kanals war unvollständig."
-#: ../../mod/network.php:468
-msgid "Invalid contact."
-msgstr "Ungültiger Kontakt."
+#: ../../include/follow.php:129
+msgid "local account not found."
+msgstr "Lokales Konto nicht gefunden."
-#: ../../mod/notes.php:44 ../../boot.php:1535
-msgid "Personal Notes"
-msgstr "Persönliche Notizen"
+#: ../../include/follow.php:138
+msgid "Cannot connect to yourself."
+msgstr "Du kannst dich nicht mit dir selbst verbinden."
-#: ../../mod/notes.php:63 ../../mod/filer.php:30
-#: ../../addon/facebook/facebook.php:760
-#: ../../addon/privacy_image_cache/privacy_image_cache.php:185
-#: ../../addon/dav/layout.fnk.php:384 ../../include/text.php:652
-msgid "Save"
-msgstr "Speichern"
+#: ../../include/permissions.php:13
+msgid "Can view my \"public\" stream and posts"
+msgstr "Kann meinen öffentlichen Stream und Beiträge sehen"
-#: ../../mod/wallmessage.php:42 ../../mod/wallmessage.php:112
-#, php-format
-msgid "Number of daily wall messages for %s exceeded. Message failed."
-msgstr "Maximale Anzahl der täglichen Pinnwand Nachrichten für %s ist überschritten. Zustellung fehlgeschlagen."
+#: ../../include/permissions.php:14
+msgid "Can view my \"public\" channel profile"
+msgstr "Kann meinen öffentliches Kanal-Profil sehen"
-#: ../../mod/wallmessage.php:56 ../../mod/message.php:66
-msgid "No recipient selected."
-msgstr "Kein Empfänger gewählt."
+#: ../../include/permissions.php:15
+msgid "Can view my \"public\" photo albums"
+msgstr "Kann meine öffentlichen Fotoalben sehen"
-#: ../../mod/wallmessage.php:59
-msgid "Unable to check your home location."
-msgstr "Konnte deinen Heimatort nicht bestimmen."
+#: ../../include/permissions.php:16
+msgid "Can view my \"public\" address book"
+msgstr "Kann mein öffentliches Adressbuch sehen"
-#: ../../mod/wallmessage.php:62 ../../mod/message.php:73
-msgid "Message could not be sent."
-msgstr "Nachricht konnte nicht gesendet werden."
+#: ../../include/permissions.php:17
+msgid "Can view my \"public\" file storage"
+msgstr "Kann meinen öffentlichen Dateiordner sehen"
-#: ../../mod/wallmessage.php:65 ../../mod/message.php:76
-msgid "Message collection failure."
-msgstr "Konnte Nachrichten nicht abrufen."
+#: ../../include/permissions.php:18
+msgid "Can view my \"public\" pages"
+msgstr "Kann meine öffentlichen Seiten sehen"
-#: ../../mod/wallmessage.php:68 ../../mod/message.php:79
-msgid "Message sent."
-msgstr "Nachricht gesendet."
+#: ../../include/permissions.php:21
+msgid "Can send me their channel stream and posts"
+msgstr "Können mir den Stream und die Beiträge aus ihrem Kanal schicken"
-#: ../../mod/wallmessage.php:86 ../../mod/wallmessage.php:95
-msgid "No recipient."
-msgstr "Kein Empfänger."
+#: ../../include/permissions.php:22
+msgid "Can post on my channel page (\"wall\")"
+msgstr "Kann auf meiner Kanal-Seite (\"wall\") Beiträge veröffentlichen"
-#: ../../mod/wallmessage.php:124 ../../mod/message.php:172
-#: ../../include/conversation.php:943
-msgid "Please enter a link URL:"
-msgstr "Bitte gib die URL des Links ein:"
+#: ../../include/permissions.php:23
+msgid "Can comment on my posts"
+msgstr "Kann meine Beiträge kommentieren"
-#: ../../mod/wallmessage.php:131 ../../mod/message.php:200
-msgid "Send Private Message"
-msgstr "Private Nachricht senden"
+#: ../../include/permissions.php:24
+msgid "Can send me private mail messages"
+msgstr "Kann mir private Nachrichten schicken"
-#: ../../mod/wallmessage.php:132
-#, php-format
-msgid ""
-"If you wish for %s to respond, please check that the privacy settings on "
-"your site allow private mail from unknown senders."
-msgstr "Wenn du möchtest, dass %s dir antworten kann, überprüfe deine Privatsphären-Einstellungen und erlaube private Nachrichten von unbekannten Absendern."
+#: ../../include/permissions.php:25
+msgid "Can post photos to my photo albums"
+msgstr "Kann Fotos in meinen Fotoalben veröffentlichen"
-#: ../../mod/wallmessage.php:133 ../../mod/message.php:201
-#: ../../mod/message.php:399
-msgid "To:"
-msgstr "An:"
+#: ../../include/permissions.php:26
+msgid "Can forward to all my channel contacts via post @mentions"
+msgstr "Kann an alle meine Kontakte via @-Erwähnung Nachrichten weiterleiten"
-#: ../../mod/wallmessage.php:134 ../../mod/message.php:206
-#: ../../mod/message.php:401
-msgid "Subject:"
-msgstr "Betreff:"
+#: ../../include/permissions.php:26
+msgid "Advanced - useful for creating group forum channels"
+msgstr "Fortgeschritten - sinnvoll, um Gruppen-Kanäle/-Foren zu erstellen"
-#: ../../mod/wallmessage.php:140 ../../mod/message.php:210
-#: ../../mod/message.php:404 ../../mod/invite.php:113
-msgid "Your message:"
-msgstr "Deine Nachricht:"
+#: ../../include/permissions.php:27
+msgid "Can chat with me (when available)"
+msgstr "Kann mit mir chatten (wenn verfügbar)"
-#: ../../mod/newmember.php:6
-msgid "Welcome to Friendica"
-msgstr "Willkommen bei Friendica"
+#: ../../include/permissions.php:27
+msgid "Requires compatible chat plugin"
+msgstr "Benötigt ein kompatibles Chat-Plugin"
-#: ../../mod/newmember.php:8
-msgid "New Member Checklist"
-msgstr "Checkliste für neue Mitglieder"
+#: ../../include/permissions.php:28
+msgid "Can write to my \"public\" file storage"
+msgstr "Kann in meinen öffentlichen Dateiordner schreiben"
-#: ../../mod/newmember.php:12
-msgid ""
-"We would like to offer some tips and links to help make your experience "
-"enjoyable. Click any item to visit the relevant page. A link to this page "
-"will be visible from your home page for two weeks after your initial "
-"registration and then will quietly disappear."
-msgstr "Wir möchten Dir einige Tipps und Links anbieten, die Dir helfen könnten, den Einstieg angenehmer zu machen. Klicke auf ein Element, um die entsprechende Seite zu besuchen. Ein Link zu dieser Seite hier bleibt für Dich an Deiner Pinnwand für zwei Wochen nach dem Registrierungsdatum sichtbar und wird dann verschwinden."
+#: ../../include/permissions.php:29
+msgid "Can edit my \"public\" pages"
+msgstr "Kann meine öffentlichen Seiten bearbeiten"
-#: ../../mod/newmember.php:16
-msgid ""
-"On your <em>Quick Start</em> page - find a brief introduction to your "
-"profile and network tabs, connect to Facebook, make some new connections, "
-"and find some groups to join."
-msgstr "Auf der <em>Quick Start</em> Seite findest du eine kurze Einleitung in die einzelnen Funktionen deines Profils und die Netzwerk-Reiter, wo du interessante Foren findest, wie du alte Freunde von Facebook wieder findest und neue Kontakte knüpfst."
+#: ../../include/permissions.php:31
+msgid "Can source my \"public\" posts in derived channels"
+msgstr "Kann meine \"öffentlichen\" Beiträge als Quellen von Kanälen verwenden"
-#: ../../mod/newmember.php:18
-msgid ""
-"On your <em>Settings</em> page - change your initial password. Also make a "
-"note of your Identity Address. This looks just like an email address - and "
-"will be useful in making friends on the free social web."
-msgstr "Ändere bitte unter <em>Einstellungen</em> Dein Passwort. Außerdem merke Dir Deine Indentifikations-Adresse. Diese sieht aus wie eine E-Mail-Adresse und wird benötigt, um Freundschaften mit anderen im Friendica Netzwerk zu schliessen."
+#: ../../include/permissions.php:31
+msgid "Somewhat advanced - very useful in open communities"
+msgstr "Etwas Fortgeschritten - sehr nützlich in offenen Gemeinschaften."
-#: ../../mod/newmember.php:20
-msgid ""
-"Review the other settings, particularly the privacy settings. An unpublished"
-" directory listing is like having an unlisted phone number. In general, you "
-"should probably publish your listing - unless all of your friends and "
-"potential friends know exactly how to find you."
-msgstr "Überprüfe die restlichen Einstellungen, insbesondere die Einstellungen zur Privatsphäre. Wenn du dein Profil nicht veröffentlichst, ist das als wenn Du Deine Telefonnummer nicht ins Telefonbuch einträgst. Im Allgemeinen solltest du es veröffentlichen - außer all deine Freunde und potentiellen Freunde wissen genau, wie sie dich finden können."
+#: ../../include/permissions.php:32
+msgid "Can administer my channel resources"
+msgstr "Kann meine Kanäle administrieren"
-#: ../../mod/newmember.php:22
+#: ../../include/permissions.php:32
msgid ""
-"Upload a profile photo if you have not done so already. Studies have shown "
-"that people with real photos of themselves are ten times more likely to make"
-" friends than people who do not."
-msgstr "Lade ein Profilbild hoch falls du es noch nicht getan hast. Studien haben gezeigt, dass es zehnmal wahrscheinlicher ist neue Freunde zu finden, wenn du ein Bild von dir selbst verwendest, als wenn du dies nicht tust."
+"Extremely advanced. Leave this alone unless you know what you are doing"
+msgstr "Sehr fortgeschritten. Bearbeite dies nur, wenn du genau weißt, was du machst"
-#: ../../mod/newmember.php:25
-msgid ""
-"Authorise the Facebook Connector if you currently have a Facebook account "
-"and we will (optionally) import all your Facebook friends and conversations."
-msgstr "Richte die Verbindung zu Facebook ein, wenn du im Augenblick ein Facebook-Konto hast, und (optional) deine Facebook-Freunde und -Unterhaltungen importieren willst."
+#: ../../include/taxonomy.php:208
+msgid "Tags"
+msgstr "Tags"
-#: ../../mod/newmember.php:27
-msgid ""
-"<em>If</em> this is your own personal server, installing the Facebook addon "
-"may ease your transition to the free social web."
-msgstr "<em>Wenn</em> dies dein privater Server ist, könnte die Installation des Facebook Connectors deinen Umzug ins freie soziale Netz angenehmer gestalten."
+#: ../../include/taxonomy.php:222
+msgid "Keywords"
+msgstr "Schlüsselbegriffe"
-#: ../../mod/newmember.php:32
-msgid ""
-"Enter your email access information on your Connector Settings page if you "
-"wish to import and interact with friends or mailing lists from your email "
-"INBOX"
-msgstr "Gib deine E-Mail-Zugangsinformationen auf der Connector-Einstellungsseite ein, falls du E-Mails aus deinem Posteingang importieren und mit Freunden und Mailinglisten interagieren willlst."
+#: ../../include/taxonomy.php:247
+msgid "have"
+msgstr "habe"
-#: ../../mod/newmember.php:34
-msgid ""
-"Edit your <strong>default</strong> profile to your liking. Review the "
-"settings for hiding your list of friends and hiding the profile from unknown"
-" visitors."
-msgstr "Editiere dein <strong>Standard</strong> Profil nach deinen Vorlieben. Überprüfe die Einstellungen zum Verbergen deiner Freundesliste vor unbekannten Betrachtern des Profils."
+#: ../../include/taxonomy.php:247
+msgid "has"
+msgstr "hat"
-#: ../../mod/newmember.php:36
-msgid ""
-"Set some public keywords for your default profile which describe your "
-"interests. We may be able to find other people with similar interests and "
-"suggest friendships."
-msgstr "Trage ein paar öffentliche Stichwörter in dein Standardprofil ein, die deine Interessen beschreiben. Eventuell sind wir in der Lage Leute zu finden, die deine Interessen teilen und können dir dann Kontakte vorschlagen."
+#: ../../include/taxonomy.php:248
+msgid "want"
+msgstr "will"
-#: ../../mod/newmember.php:38
-msgid ""
-"Your Contacts page is your gateway to managing friendships and connecting "
-"with friends on other networks. Typically you enter their address or site "
-"URL in the <em>Add New Contact</em> dialog."
-msgstr "Die Kontakte-Seite ist die Einstiegsseite, von der aus du Kontakte verwalten und dich mit Freunden in anderen Netzwerken verbinden kannst. Normalerweise gibst du dazu einfach ihre Adresse oder die URL der Seite im Kasten <em>Neuen Kontakt hinzufügen</em> ein."
+#: ../../include/taxonomy.php:248
+msgid "wants"
+msgstr "will"
-#: ../../mod/newmember.php:40
-msgid ""
-"The Directory page lets you find other people in this network or other "
-"federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on "
-"their profile page. Provide your own Identity Address if requested."
-msgstr "Über die Verzeichnisseite kannst du andere Personen auf diesem Server oder anderen verknüpften Seiten finden. Halte nach einem <em>Verbinden</em> oder <em>Folgen</em> Link auf deren Profilseiten Ausschau und gib deine eigene Profiladresse an, falls du danach gefragt wirst."
+#: ../../include/taxonomy.php:249
+msgid "likes"
+msgstr "Gefällt-mir"
-#: ../../mod/newmember.php:42
-msgid ""
-"On the side panel of the Contacts page are several tools to find new "
-"friends. We can match people by interest, look up people by name or "
-"interest, and provide suggestions based on network relationships. On a brand"
-" new site, friend suggestions will usually begin to be populated within 24 "
-"hours."
-msgstr "Im seitlichen Bedienfeld der Kontakteseite gibt es diverse Werkzeuge, um neue Freunde zu finden. Wir können Menschen mit den gleichen Interessen finden, anhand von Namen oder Interessen suchen oder aber aufgrund vorhandener Kontakte neue Freunde vorschlagen.\nAuf einer brandneuen - soeben erstellten - Seite starten die Kontaktvorschläge innerhalb von 24 Stunden."
+#: ../../include/taxonomy.php:250
+msgid "dislikes"
+msgstr "Gefällt-mir-nicht"
-#: ../../mod/newmember.php:44
-msgid ""
-"Once you have made some friends, organize them into private conversation "
-"groups from the sidebar of your Contacts page and then you can interact with"
-" each group privately on your Network page."
-msgstr "Sobald du einige Freunde gefunden hast, organisiere sie in Gruppen zur privaten Kommunikation im Seitenmenü der Kontakte-Seite. Du kannst dann mit jeder dieser Gruppen von der Netzwerkseite aus privat interagieren."
+#: ../../include/plugin.php:440 ../../include/plugin.php:442
+msgid "Click here to upgrade."
+msgstr "Klicke hier, um das Upgrade durchzuführen."
-#: ../../mod/newmember.php:46
-msgid ""
-"Our <strong>help</strong> pages may be consulted for detail on other program"
-" features and resources."
-msgstr "Unsere <strong>Hilfe</strong> Seiten können herangezogen werden, um weitere Einzelheiten zu andern Programm Features zu erhalten."
+#: ../../include/plugin.php:448
+msgid "This action exceeds the limits set by your subscription plan."
+msgstr "Diese Aktion überschreitet die Grenzen Ihres Abonnements."
-#: ../../mod/attach.php:8
-msgid "Item not available."
-msgstr "Beitrag nicht verfügbar."
+#: ../../include/plugin.php:453
+msgid "This action is not available under your subscription plan."
+msgstr "Diese Aktion ist in Ihrem Abonnement nicht verfügbar."
-#: ../../mod/attach.php:20
-msgid "Item was not found."
-msgstr "Beitrag konnte nicht gefunden werden."
+#: ../../include/comanche.php:33
+msgid "Default"
+msgstr "Standard"
-#: ../../mod/group.php:29
-msgid "Group created."
-msgstr "Gruppe erstellt."
+#: ../../include/conversation.php:123
+msgid "channel"
+msgstr "Kanal"
-#: ../../mod/group.php:35
-msgid "Could not create group."
-msgstr "Konnte die Gruppe nicht erstellen."
+#: ../../include/conversation.php:161 ../../mod/like.php:134
+#, php-format
+msgid "%1$s likes %2$s's %3$s"
+msgstr "%1$s mag %2$s's %3$s"
-#: ../../mod/group.php:47 ../../mod/group.php:137
-msgid "Group not found."
-msgstr "Gruppe nicht gefunden."
+#: ../../include/conversation.php:164 ../../mod/like.php:136
+#, php-format
+msgid "%1$s doesn't like %2$s's %3$s"
+msgstr "%1$s mag %2$s's %3$s nicht"
-#: ../../mod/group.php:60
-msgid "Group name changed."
-msgstr "Gruppenname geändert."
+#: ../../include/conversation.php:201
+#, php-format
+msgid "%1$s is now connected with %2$s"
+msgstr "%1$s ist jetzt mit %2$s verbunden"
-#: ../../mod/group.php:72 ../../mod/profperm.php:19 ../../index.php:298
-msgid "Permission denied"
-msgstr "Zugriff verweigert"
+#: ../../include/conversation.php:232
+#, php-format
+msgid "%1$s poked %2$s"
+msgstr "%1$s stupste %2$s"
-#: ../../mod/group.php:90
-msgid "Create a group of contacts/friends."
-msgstr "Eine Gruppe von Kontakten/Freunden anlegen."
+#: ../../include/conversation.php:254 ../../mod/mood.php:63
+#, php-format
+msgid "%1$s is currently %2$s"
+msgstr "%1$s ist momentan %2$s"
-#: ../../mod/group.php:91 ../../mod/group.php:177
-msgid "Group Name: "
-msgstr "Gruppenname:"
+#: ../../include/conversation.php:661
+#, php-format
+msgid "View %s's profile @ %s"
+msgstr "Schaue Dir %s's Profil auf %s an."
-#: ../../mod/group.php:110
-msgid "Group removed."
-msgstr "Gruppe entfernt."
+#: ../../include/conversation.php:702
+msgid "View in context"
+msgstr "Im Zusammenhang anschauen"
-#: ../../mod/group.php:112
-msgid "Unable to remove group."
-msgstr "Konnte die Gruppe nicht entfernen."
+#: ../../include/conversation.php:832
+msgid "Loading..."
+msgstr "Lädt ..."
-#: ../../mod/group.php:176
-msgid "Group Editor"
-msgstr "Gruppeneditor"
+#: ../../include/conversation.php:833
+msgid "Delete Selected Items"
+msgstr "Lösche die ausgewählten Elemente"
-#: ../../mod/group.php:189
-msgid "Members"
-msgstr "Mitglieder"
+#: ../../include/conversation.php:924
+msgid "View Source"
+msgstr "Quelle anzeigen"
-#: ../../mod/group.php:221 ../../mod/profperm.php:105
-msgid "Click on a contact to add or remove."
-msgstr "Klicke einen Kontakt an, um ihn hinzuzufügen oder zu entfernen"
+#: ../../include/conversation.php:925
+msgid "Follow Thread"
+msgstr "Unterhaltung folgen"
-#: ../../mod/profperm.php:25 ../../mod/profperm.php:55
-msgid "Invalid profile identifier."
-msgstr "Ungültiger Profil-Bezeichner"
+#: ../../include/conversation.php:929
+msgid "Matrix Activity"
+msgstr "Matrix Aktivität"
-#: ../../mod/profperm.php:101
-msgid "Profile Visibility Editor"
-msgstr "Editor für die Profil-Sichtbarkeit"
+#: ../../include/conversation.php:994
+#, php-format
+msgid "%s likes this."
+msgstr "%s gefällt das."
-#: ../../mod/profperm.php:103 ../../view/theme/diabook/theme.php:128
-#: ../../include/profile_advanced.php:7 ../../include/profile_advanced.php:79
-#: ../../include/nav.php:50 ../../boot.php:1514
-msgid "Profile"
-msgstr "Profil"
+#: ../../include/conversation.php:994
+#, php-format
+msgid "%s doesn't like this."
+msgstr "%s gefällt das nicht."
-#: ../../mod/profperm.php:114
-msgid "Visible To"
-msgstr "Sichtbar für"
+#: ../../include/conversation.php:998
+#, php-format
+msgid "<span %1$s>%2$d people</span> like this."
+msgstr "<span %1$s>%2$d Personen</span> mögen dies."
-#: ../../mod/profperm.php:130
-msgid "All Contacts (with secure profile access)"
-msgstr "Alle Kontakte (mit gesichertem Profilzugriff)"
+#: ../../include/conversation.php:1000
+#, php-format
+msgid "<span %1$s>%2$d people</span> don't like this."
+msgstr "<span %1$s>%2$d Personen</span> mögen dies nicht."
-#: ../../mod/viewconnections.php:39
-msgid "No contacts."
-msgstr "Keine Kontakte."
+#: ../../include/conversation.php:1006
+msgid "and"
+msgstr "und"
-#: ../../mod/viewconnections.php:76 ../../include/text.php:589
-msgid "View Contacts"
-msgstr "Kontakte anzeigen"
+#: ../../include/conversation.php:1009
+#, php-format
+msgid ", and %d other people"
+msgstr ", und %d andere"
-#: ../../mod/register.php:88 ../../mod/regmod.php:52
+#: ../../include/conversation.php:1010
#, php-format
-msgid "Registration details for %s"
-msgstr "Details der Registration von %s"
+msgid "%s like this."
+msgstr "%s gefällt das."
-#: ../../mod/register.php:96
-msgid ""
-"Registration successful. Please check your email for further instructions."
-msgstr "Registrierung erfolgreich. Eine E-Mail mit weiteren Anweisungen wurde an dich gesendet."
+#: ../../include/conversation.php:1010
+#, php-format
+msgid "%s don't like this."
+msgstr "%s gefällt das nicht."
-#: ../../mod/register.php:100
-msgid "Failed to send email message. Here is the message that failed."
-msgstr "Konnte die E-Mail nicht versenden. Hier ist die Nachricht, die nicht gesendet werden konnte."
+#: ../../include/conversation.php:1060
+msgid "Visible to <strong>everybody</strong>"
+msgstr "Sichtbar für <strong>jeden</strong>"
-#: ../../mod/register.php:105
-msgid "Your registration can not be processed."
-msgstr "Deine Registrierung konnte nicht verarbeitet werden."
+#: ../../include/conversation.php:1061 ../../mod/message.php:253
+#: ../../mod/message.php:370
+msgid "Please enter a link URL:"
+msgstr "Geben Sie eine URL ein:"
-#: ../../mod/register.php:142
-#, php-format
-msgid "Registration request at %s"
-msgstr "Registrierungsanfrage auf %s"
+#: ../../include/conversation.php:1062
+msgid "Please enter a video link/URL:"
+msgstr "Geben Sie einen Video-Link/URL ein:"
-#: ../../mod/register.php:151
-msgid "Your registration is pending approval by the site owner."
-msgstr "Deine Registrierung muss noch vom Betreiber der Seite freigegeben werden."
+#: ../../include/conversation.php:1063
+msgid "Please enter an audio link/URL:"
+msgstr "Geben Sie einen Audio-Link/URL ein:"
-#: ../../mod/register.php:189
-msgid ""
-"This site has exceeded the number of allowed daily account registrations. "
-"Please try again tomorrow."
-msgstr "Die maximale Anzahl täglicher Registrierungen auf dieser Seite wurde überschritten. Bitte versuche es morgen noch einmal."
+#: ../../include/conversation.php:1064
+msgid "Tag term:"
+msgstr "Schlagwort:"
-#: ../../mod/register.php:215
-msgid ""
-"You may (optionally) fill in this form via OpenID by supplying your OpenID "
-"and clicking 'Register'."
-msgstr "Du kannst dieses Formular auch (optional) mit deiner OpenID ausfüllen, indem du deine OpenID angibst und 'Registrieren' klickst."
+#: ../../include/conversation.php:1065 ../../mod/filer.php:35
+msgid "Save to Folder:"
+msgstr "Speichern in Ordner:"
-#: ../../mod/register.php:216
-msgid ""
-"If you are not familiar with OpenID, please leave that field blank and fill "
-"in the rest of the items."
-msgstr "Wenn du nicht mit OpenID vertraut bist, lass dieses Feld bitte leer und fülle die restlichen Felder aus."
+#: ../../include/conversation.php:1066
+msgid "Where are you right now?"
+msgstr "Wo bist du jetzt grade?"
-#: ../../mod/register.php:217
-msgid "Your OpenID (optional): "
-msgstr "Deine OpenID (optional): "
+#: ../../include/conversation.php:1081 ../../mod/photos.php:1072
+msgid "Share"
+msgstr "Teilen"
-#: ../../mod/register.php:231
-msgid "Include your profile in member directory?"
-msgstr "Soll dein Profil im Nutzerverzeichnis angezeigt werden?"
+#: ../../include/conversation.php:1083
+msgid "Page link title"
+msgstr "Seitentitel-Link"
-#: ../../mod/register.php:251
-msgid "Membership on this site is by invitation only."
-msgstr "Mitgliedschaft auf dieser Seite ist nur nach vorheriger Einladung möglich."
+#: ../../include/conversation.php:1085 ../../mod/message.php:300
+#: ../../mod/message.php:462 ../../mod/editlayout.php:101
+#: ../../mod/editwebpage.php:120 ../../mod/editpost.php:95
+#: ../../mod/editblock.php:115
+msgid "Upload photo"
+msgstr "Foto hochladen"
-#: ../../mod/register.php:252
-msgid "Your invitation ID: "
-msgstr "ID deiner Einladung: "
+#: ../../include/conversation.php:1086
+msgid "upload photo"
+msgstr "Foto hochladen"
-#: ../../mod/register.php:255 ../../mod/admin.php:421
-msgid "Registration"
-msgstr "Registrierung"
+#: ../../include/conversation.php:1087 ../../mod/message.php:301
+#: ../../mod/message.php:463 ../../mod/editlayout.php:102
+#: ../../mod/editwebpage.php:121 ../../mod/editpost.php:96
+#: ../../mod/editblock.php:116
+msgid "Attach file"
+msgstr "Datei anhängen"
-#: ../../mod/register.php:263
-msgid "Your Full Name (e.g. Joe Smith): "
-msgstr "Vollständiger Name (z.B. Max Mustermann): "
+#: ../../include/conversation.php:1088
+msgid "attach file"
+msgstr "Datei anfügen"
-#: ../../mod/register.php:264
-msgid "Your Email Address: "
-msgstr "Deine E-Mail-Adresse: "
+#: ../../include/conversation.php:1089 ../../mod/message.php:302
+#: ../../mod/message.php:464 ../../mod/editlayout.php:103
+#: ../../mod/editwebpage.php:122 ../../mod/editpost.php:97
+#: ../../mod/editblock.php:117
+msgid "Insert web link"
+msgstr "Link einfügen"
-#: ../../mod/register.php:265
-msgid ""
-"Choose a profile nickname. This must begin with a text character. Your "
-"profile address on this site will then be "
-"'<strong>nickname@$sitename</strong>'."
-msgstr "Wähle einen Spitznamen für dein Profil. Dieser muss mit einem Buchstaben beginnen. Die Adresse deines Profils auf dieser Seite wird '<strong>spitzname@$sitename</strong>' sein."
+#: ../../include/conversation.php:1090
+msgid "web link"
+msgstr "Web-Link"
-#: ../../mod/register.php:266
-msgid "Choose a nickname: "
-msgstr "Spitznamen wählen: "
+#: ../../include/conversation.php:1091
+msgid "Insert video link"
+msgstr "Video-Link einfügen"
-#: ../../mod/register.php:269 ../../include/nav.php:81 ../../boot.php:801
-msgid "Register"
-msgstr "Registrieren"
+#: ../../include/conversation.php:1092
+msgid "video link"
+msgstr "Video-Link"
-#: ../../mod/dirfind.php:26
-msgid "People Search"
-msgstr "Personen Suche"
-
-#: ../../mod/like.php:185 ../../mod/like.php:259 ../../mod/tagger.php:70
-#: ../../addon/facebook/facebook.php:1576
-#: ../../addon/communityhome/communityhome.php:158
-#: ../../addon/communityhome/communityhome.php:167
-#: ../../view/theme/diabook/theme.php:565
-#: ../../view/theme/diabook/theme.php:574 ../../include/diaspora.php:1709
-#: ../../include/conversation.php:48 ../../include/conversation.php:57
-#: ../../include/conversation.php:121 ../../include/conversation.php:130
-msgid "status"
-msgstr "Status"
+#: ../../include/conversation.php:1093
+msgid "Insert audio link"
+msgstr "Audio-Link einfügen"
-#: ../../mod/like.php:202 ../../addon/facebook/facebook.php:1580
-#: ../../addon/communityhome/communityhome.php:172
-#: ../../view/theme/diabook/theme.php:579 ../../include/diaspora.php:1725
-#: ../../include/conversation.php:65
-#, php-format
-msgid "%1$s likes %2$s's %3$s"
-msgstr "%1$s mag %2$ss %3$s"
+#: ../../include/conversation.php:1094
+msgid "audio link"
+msgstr "Audio-Link"
-#: ../../mod/like.php:204 ../../include/conversation.php:68
-#, php-format
-msgid "%1$s doesn't like %2$s's %3$s"
-msgstr "%1$s mag %2$ss %3$s nicht"
+#: ../../include/conversation.php:1095 ../../mod/editlayout.php:107
+#: ../../mod/editwebpage.php:126 ../../mod/editpost.php:101
+#: ../../mod/editblock.php:121
+msgid "Set your location"
+msgstr "Legen Sie Ihren Aufenthaltsort fest"
-#: ../../mod/notice.php:15 ../../mod/viewsrc.php:15 ../../mod/admin.php:159
-#: ../../mod/admin.php:700 ../../mod/admin.php:899 ../../mod/display.php:37
-#: ../../mod/display.php:142 ../../include/items.php:3234
-msgid "Item not found."
-msgstr "Beitrag nicht gefunden."
+#: ../../include/conversation.php:1096
+msgid "set location"
+msgstr "Ort festlegen"
-#: ../../mod/viewsrc.php:7
-msgid "Access denied."
-msgstr "Zugriff verweigert."
+#: ../../include/conversation.php:1097 ../../mod/editlayout.php:108
+#: ../../mod/editwebpage.php:127 ../../mod/editpost.php:102
+#: ../../mod/editblock.php:122
+msgid "Clear browser location"
+msgstr "Browser-Standort löschen"
-#: ../../mod/fbrowser.php:25 ../../view/theme/diabook/theme.php:130
-#: ../../include/nav.php:51 ../../boot.php:1520
-msgid "Photos"
-msgstr "Bilder"
+#: ../../include/conversation.php:1098
+msgid "clear location"
+msgstr "Standort löschen"
-#: ../../mod/fbrowser.php:96
-msgid "Files"
-msgstr "Dateien"
+#: ../../include/conversation.php:1100 ../../mod/editlayout.php:121
+#: ../../mod/editwebpage.php:142 ../../mod/editpost.php:115
+#: ../../mod/editblock.php:136
+msgid "Set title"
+msgstr "Titel festlegen"
-#: ../../mod/regmod.php:61
-msgid "Account approved."
-msgstr "Konto freigegeben."
+#: ../../include/conversation.php:1103 ../../mod/editlayout.php:123
+#: ../../mod/editwebpage.php:144 ../../mod/editpost.php:117
+#: ../../mod/editblock.php:138
+msgid "Categories (comma-separated list)"
+msgstr "Kategorien (Kommagetrennte Liste)"
-#: ../../mod/regmod.php:98
-#, php-format
-msgid "Registration revoked for %s"
-msgstr "Registrierung für %s wurde zurückgezogen"
+#: ../../include/conversation.php:1105 ../../mod/editlayout.php:110
+#: ../../mod/editwebpage.php:129 ../../mod/editpost.php:104
+#: ../../mod/editblock.php:124
+msgid "Permission settings"
+msgstr "Berechtigungs-Einstellungen"
-#: ../../mod/regmod.php:110
-msgid "Please login."
-msgstr "Bitte melde dich an."
+#: ../../include/conversation.php:1106
+msgid "permissions"
+msgstr "Berechtigungen"
-#: ../../mod/item.php:89
-msgid "Unable to locate original post."
-msgstr "Konnte den Originalbeitrag nicht finden."
+#: ../../include/conversation.php:1114 ../../mod/editlayout.php:118
+#: ../../mod/editwebpage.php:137 ../../mod/editpost.php:112
+#: ../../mod/editblock.php:133
+msgid "Public post"
+msgstr "Öffentlicher Beitrag"
-#: ../../mod/item.php:258
-msgid "Empty post discarded."
-msgstr "Leerer Beitrag wurde verworfen."
+#: ../../include/conversation.php:1116 ../../mod/editlayout.php:124
+#: ../../mod/editwebpage.php:145 ../../mod/editpost.php:118
+#: ../../mod/editblock.php:139
+msgid "Example: bob@example.com, mary@example.com"
+msgstr "Beispiel: bob@example.com, mary@example.com"
-#: ../../mod/item.php:379 ../../mod/wall_upload.php:102
-#: ../../mod/wall_upload.php:111 ../../mod/wall_upload.php:118
-#: ../../include/message.php:144
-msgid "Wall Photos"
-msgstr "Pinnwand-Bilder"
+#: ../../include/security.php:49
+msgid "Welcome "
+msgstr "Willkommen"
-#: ../../mod/item.php:800
-msgid "System error. Post not saved."
-msgstr "Systemfehler. Beitrag konnte nicht gespeichert werden."
+#: ../../include/security.php:50
+msgid "Please upload a profile photo."
+msgstr "Bitte lade ein Profilfoto hoch."
-#: ../../mod/item.php:825
-#, php-format
+#: ../../include/security.php:53
+msgid "Welcome back "
+msgstr "Willkommen zurück"
+
+#: ../../include/security.php:360
msgid ""
-"This message was sent to you by %s, a member of the Friendica social "
-"network."
-msgstr "Diese Nachricht wurde dir von %s geschickt, einem Mitglied des Sozialen Netzwerks Friendica."
+"The form security token was not correct. This probably happened because the "
+"form has been opened for too long (>3 hours) before submitting it."
+msgstr "Das Security-Token des Formulars war nicht korrekt. Das ist wahrscheinlich passiert, weil das Formular zu lange (>3 Stunden) offen war, bevor es abgeschickt wurde."
-#: ../../mod/item.php:827
-#, php-format
-msgid "You may visit them online at %s"
-msgstr "Du kannst sie online unter %s besuchen"
+#: ../../include/items.php:201 ../../mod/like.php:55 ../../mod/group.php:74
+#: ../../mod/profperm.php:28 ../../index.php:339
+msgid "Permission denied"
+msgstr "Keine Berechtigung"
-#: ../../mod/item.php:828
-msgid ""
-"Please contact the sender by replying to this post if you do not wish to "
-"receive these messages."
-msgstr "Falls du diese Beiträge nicht erhalten möchtest, kontaktiere bitte den Autor, indem du auf diese Nachricht antwortest."
+#: ../../include/items.php:3462 ../../mod/page.php:66 ../../mod/admin.php:150
+#: ../../mod/admin.php:714 ../../mod/admin.php:917 ../../mod/viewsrc.php:18
+#: ../../mod/home.php:64 ../../mod/display.php:32
+msgid "Item not found."
+msgstr "Element nicht gefunden."
-#: ../../mod/item.php:830
-#, php-format
-msgid "%s posted an update."
-msgstr "%s hat ein Update veröffentlicht."
+#: ../../include/items.php:3634
+msgid "Archives"
+msgstr "Archive"
-#: ../../mod/profile_photo.php:30
-msgid "Image uploaded but image cropping failed."
-msgstr "Bilder hochgeladen, aber das Zuschneiden ist fehlgeschlagen."
+#: ../../include/items.php:3795 ../../mod/group.php:44 ../../mod/group.php:146
+msgid "Collection not found."
+msgstr "Sammlung nicht gefunden"
-#: ../../mod/profile_photo.php:63 ../../mod/profile_photo.php:70
-#: ../../mod/profile_photo.php:77 ../../mod/profile_photo.php:266
-#, php-format
-msgid "Image size reduction [%s] failed."
-msgstr "Verkleinern der Bildgröße von [%s] ist gescheitert."
+#: ../../include/items.php:3811 ../../mod/network.php:469
+msgid "Group is empty"
+msgstr "Gruppe ist leer"
-#: ../../mod/profile_photo.php:91
-msgid ""
-"Shift-reload the page or clear browser cache if the new photo does not "
-"display immediately."
-msgstr "Drücke Umschalt+Neu Laden oder leere den Browser-Cache, falls das neue Foto nicht gleich angezeigt wird."
+#: ../../include/items.php:3827
+msgid "Connection not found."
+msgstr "Die Verbindung wurde nicht gefunden."
-#: ../../mod/profile_photo.php:101
-msgid "Unable to process image"
-msgstr "Bild konnte nicht verarbeitet werden"
+#: ../../mod/common.php:10
+msgid "No channel."
+msgstr "Kein Channel."
+
+#: ../../mod/common.php:47
+msgid "Common connections"
+msgstr "Gemeinsame Verbindungen"
+
+#: ../../mod/common.php:52
+msgid "No connections in common."
+msgstr "Keine gemeinsamen Verbindungen."
+
+#: ../../mod/events.php:66
+msgid "Event title and start time are required."
+msgstr "Veranstaltungs- Titel und Startzeit sind erforderlich."
+
+#: ../../mod/events.php:281
+msgid "l, F j"
+msgstr "l, F j"
+
+#: ../../mod/events.php:303
+msgid "Edit event"
+msgstr "Veranstaltung bearbeiten"
+
+#: ../../mod/events.php:349
+msgid "Create New Event"
+msgstr "Neue Veranstaltung erstellen"
+
+#: ../../mod/events.php:350
+msgid "Previous"
+msgstr "Voriges"
+
+#: ../../mod/events.php:351 ../../mod/setup.php:237
+msgid "Next"
+msgstr "Nächste"
+
+#: ../../mod/events.php:425
+msgid "hour:minute"
+msgstr "Stunde:Minute"
+
+#: ../../mod/events.php:435
+msgid "Event details"
+msgstr "Veranstaltungs-Details"
-#: ../../mod/profile_photo.php:117 ../../mod/wall_upload.php:77
+#: ../../mod/events.php:436
#, php-format
-msgid "Image exceeds size limit of %d"
-msgstr "Bildgröße überschreitet das Limit von %d"
+msgid "Format is %s %s. Starting date and Title are required."
+msgstr "Format ist %s %s. Startzeit und Titel sind erforderlich."
-#: ../../mod/profile_photo.php:209
-msgid "Upload File:"
-msgstr "Datei hochladen:"
+#: ../../mod/events.php:438
+msgid "Event Starts:"
+msgstr "Veranstaltung startet:"
-#: ../../mod/profile_photo.php:210
-msgid "Upload Profile Photo"
-msgstr "Profilbild hochladen"
+#: ../../mod/events.php:438 ../../mod/events.php:452
+msgid "Required"
+msgstr "Benötigt"
-#: ../../mod/profile_photo.php:211
-msgid "Upload"
-msgstr "Hochladen"
+#: ../../mod/events.php:441
+msgid "Finish date/time is not known or not relevant"
+msgstr "Ende Datum/Zeit sind unbekannt oder unwichtig"
-#: ../../mod/profile_photo.php:213
-msgid "skip this step"
-msgstr "diesen Schritt überspringen"
+#: ../../mod/events.php:443
+msgid "Event Finishes:"
+msgstr "Veranstaltung endet:"
-#: ../../mod/profile_photo.php:213
-msgid "select a photo from your photo albums"
-msgstr "wähle ein Foto von deinen Fotoalben"
+#: ../../mod/events.php:446
+msgid "Adjust for viewer timezone"
+msgstr "An die Zeitzone des Betrachters anpassen"
-#: ../../mod/profile_photo.php:226
-msgid "Crop Image"
-msgstr "Bild zurechtschneiden"
+#: ../../mod/events.php:448
+msgid "Description:"
+msgstr "Beschreibung:"
-#: ../../mod/profile_photo.php:227
-msgid "Please adjust the image cropping for optimum viewing."
-msgstr "Passe bitte den Bildausschnitt an, damit das Bild optimal dargestellt werden kann."
+#: ../../mod/events.php:452
+msgid "Title:"
+msgstr "Titel:"
-#: ../../mod/profile_photo.php:229
-msgid "Done Editing"
-msgstr "Bearbeitung abgeschlossen"
+#: ../../mod/events.php:454
+msgid "Share this event"
+msgstr "Die Veranstaltung teilen"
-#: ../../mod/profile_photo.php:257
-msgid "Image uploaded successfully."
-msgstr "Bild erfolgreich auf den Server geladen."
+#: ../../mod/thing.php:109
+msgid "Object store: failed"
+msgstr "Speichern des Objekts fehlgeschlagen"
-#: ../../mod/hcard.php:10
-msgid "No profile"
-msgstr "Kein Profil"
+#: ../../mod/thing.php:113
+msgid "thing/stuff added"
+msgstr "Ding/Zeugs hinzugefügt"
-#: ../../mod/removeme.php:45 ../../mod/removeme.php:48
-msgid "Remove My Account"
-msgstr "Konto löschen"
+#: ../../mod/thing.php:129
+#, php-format
+msgid "OBJ: %1$s %2$s %3$s"
+msgstr "OBJ: %1$s %2$s %3$s"
-#: ../../mod/removeme.php:46
-msgid ""
-"This will completely remove your account. Once this has been done it is not "
-"recoverable."
-msgstr "Dein Konto wird endgültig gelöscht. Es gibt keine Möglichkeit, es wiederherzustellen."
+#: ../../mod/thing.php:175
+msgid "not yet implemented."
+msgstr "noch nicht eingebaut."
-#: ../../mod/removeme.php:47
-msgid "Please enter your password for verification:"
-msgstr "Bitte gib dein Passwort zur Verifikation ein:"
+#: ../../mod/thing.php:181
+msgid "Add Stuff to your Profile"
+msgstr "Füge Sachen zu deinem Profil hinzu"
-#: ../../mod/message.php:9 ../../include/nav.php:131
-msgid "New Message"
-msgstr "Neue Nachricht"
+#: ../../mod/thing.php:183
+msgid "Select a profile"
+msgstr "Wählen Sie ein Profil"
-#: ../../mod/message.php:70
-msgid "Unable to locate contact information."
-msgstr "Konnte die Kontaktinformationen nicht finden."
+#: ../../mod/thing.php:185
+msgid "Select a category of stuff. e.g. I ______ something"
+msgstr "Wähle eine Kategorie für das Zeugs, z.B. Ich ______ etwas"
-#: ../../mod/message.php:120
-msgid "Message deleted."
-msgstr "Nachricht gelöscht."
+#: ../../mod/thing.php:187
+msgid "Name of thing or stuff e.g. something"
+msgstr "Name des Dings/Zeugs, z.B. etwas"
-#: ../../mod/message.php:150
-msgid "Conversation removed."
-msgstr "Unterhaltung gelöscht."
+#: ../../mod/thing.php:188
+msgid "URL of thing or stuff (optional)"
+msgstr "URL des Dings oder Zeugs (optional)"
-#: ../../mod/message.php:247
-msgid "No messages."
-msgstr "Keine Nachrichten."
+#: ../../mod/thing.php:189
+msgid "URL for photo of thing or stuff (optional)"
+msgstr "URL eines Fotos von dem Ding oder Zeugs (optional)"
+
+#: ../../mod/invite.php:25
+msgid "Total invitation limit exceeded."
+msgstr "Limit der maximalen Einladungen überschritten."
-#: ../../mod/message.php:254
+#: ../../mod/invite.php:47
#, php-format
-msgid "Unknown sender - %s"
-msgstr "'Unbekannter Absender - %s"
+msgid "%s : Not a valid email address."
+msgstr "%s : Keine gültige Email Adresse."
+
+#: ../../mod/invite.php:74
+msgid "Please join us on Red"
+msgstr "Bitte schließe Dich uns an und werde Teil der Red Matrix"
-#: ../../mod/message.php:257
+#: ../../mod/invite.php:85
+msgid "Invitation limit exceeded. Please contact your site administrator."
+msgstr "Einladungslimit überschritten. Bitte kontaktiere den Administrator deiner Seite."
+
+#: ../../mod/invite.php:90
#, php-format
-msgid "You and %s"
-msgstr "Du und %s"
+msgid "%s : Message delivery failed."
+msgstr "%s : Nachricht konnte nicht zugestellt werden."
-#: ../../mod/message.php:260
+#: ../../mod/invite.php:94
#, php-format
-msgid "%s and You"
-msgstr "%s und Du"
+msgid "%d message sent."
+msgid_plural "%d messages sent."
+msgstr[0] "%d Nachricht gesendet."
+msgstr[1] "%d Nachrichten gesendet."
-#: ../../mod/message.php:270 ../../mod/message.php:392
-msgid "Delete conversation"
-msgstr "Unterhaltung löschen"
+#: ../../mod/invite.php:113
+msgid "You have no more invitations available"
+msgstr "Du hast keine weiteren verfügbare Einladungen"
-#: ../../mod/message.php:273
-msgid "D, d M Y - g:i A"
-msgstr "D, d. M Y - g:i A"
+#: ../../mod/invite.php:139
+msgid "Send invitations"
+msgstr "Einladungen senden"
-#: ../../mod/message.php:275
-#, php-format
-msgid "%d message"
-msgid_plural "%d messages"
-msgstr[0] "%d Nachricht"
-msgstr[1] "%d Nachrichten"
+#: ../../mod/invite.php:140
+msgid "Enter email addresses, one per line:"
+msgstr "Email-Adressen eintragen, eine pro Zeile:"
+
+#: ../../mod/invite.php:141 ../../mod/message.php:297
+#: ../../mod/message.php:458
+msgid "Your message:"
+msgstr "Deine Nachricht:"
-#: ../../mod/message.php:310
-msgid "Message not available."
-msgstr "Nachricht nicht verfügbar."
+#: ../../mod/invite.php:142
+msgid ""
+"You are cordially invited to join me and some other close friends on the Red"
+" Matrix - a revolutionary new decentralised social and information tool."
+msgstr "Du bist herzlich dazu eingeladen mir und einigen anderen gute Freunde zur Red Matrix zu folgen, einem neuen revolutionären dezentralen sozialen Informationswerkzeug."
-#: ../../mod/message.php:375
-msgid "Delete message"
-msgstr "Nachricht löschen"
+#: ../../mod/invite.php:144
+msgid "You will need to supply this invitation code: $invite_code"
+msgstr "Du musst dann den folgenden Einladungs-Code angeben: $invite_code"
+
+#: ../../mod/invite.php:146
+msgid "Please visit my channel at"
+msgstr "Bitte besuche meinen Kanal auf"
-#: ../../mod/message.php:394
+#: ../../mod/invite.php:150
msgid ""
-"No secure communications available. You <strong>may</strong> be able to "
-"respond from the sender's profile page."
-msgstr "Sichere Kommunikation ist nicht verfügbar. <strong>Eventuell</strong> kannst du auf der Profilseite des Absenders antworten."
+"Once you have registered, please connect with my Red Matrix channel address:"
+msgstr "Sobald du dich registriert hat, verbinde dich bitte mit meinem Red Matrix Kanal unter folgender Adresse:"
-#: ../../mod/message.php:398
-msgid "Send Reply"
-msgstr "Antwort senden"
+#: ../../mod/invite.php:152
+msgid ""
+"For more information about the Red Matrix Project and why it has the "
+"potential to change the internet as we know it, please visit "
+"http://getzot.com"
+msgstr "Für weitere Informationen über das Red Matrix Projekt und warum es das Potential hat das Internet wie wir es kennen grundlegend zu verändern schau dir bitte http://getzot.com an"
-#: ../../mod/allfriends.php:34
+#: ../../mod/allfriends.php:35
#, php-format
msgid "Friends of %s"
msgstr "Freunde von %s"
-#: ../../mod/allfriends.php:40
+#: ../../mod/allfriends.php:41
msgid "No friends to display."
msgstr "Keine Freunde zum Anzeigen."
-#: ../../mod/admin.php:55
-msgid "Theme settings updated."
-msgstr "Themeneinstellungen aktualisiert."
+#: ../../mod/webpages.php:8 ../../mod/connect.php:13 ../../mod/layouts.php:8
+#: ../../mod/filestorage.php:8 ../../mod/blocks.php:10 ../../mod/profile.php:8
+#: ../../boot.php:1609
+msgid "Requested profile is not available."
+msgstr "Erwünschte Profil ist nicht verfügbar."
-#: ../../mod/admin.php:96 ../../mod/admin.php:419
-msgid "Site"
-msgstr "Seite"
+#: ../../mod/webpages.php:101 ../../mod/layouts.php:92 ../../mod/blocks.php:95
+msgid "View"
+msgstr "Ansicht"
-#: ../../mod/admin.php:97 ../../mod/admin.php:655 ../../mod/admin.php:667
-msgid "Users"
-msgstr "Nutzer"
+#: ../../mod/api.php:76 ../../mod/api.php:102
+msgid "Authorize application connection"
+msgstr "Zugriff der Anwendung authorizieren"
-#: ../../mod/admin.php:98 ../../mod/admin.php:749 ../../mod/admin.php:791
-msgid "Plugins"
-msgstr "Plugins"
+#: ../../mod/api.php:77
+msgid "Return to your app and insert this Securty Code:"
+msgstr "Trage folgenden Sicherheitscode bei der Anwendung ein:"
-#: ../../mod/admin.php:99 ../../mod/admin.php:954 ../../mod/admin.php:990
-msgid "Themes"
-msgstr "Themen"
+#: ../../mod/api.php:89
+msgid "Please login to continue."
+msgstr "Zum Weitermachen, bitte einloggen."
-#: ../../mod/admin.php:100
-msgid "DB updates"
-msgstr "DB Updates"
+#: ../../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 "Möchtest du der Anwendung erlauben deine Nachrichten und Kontakte abzurufen und/oder neue Nachrichten für dich zu erstellen?"
-#: ../../mod/admin.php:115 ../../mod/admin.php:122 ../../mod/admin.php:1077
-msgid "Logs"
-msgstr "Protokolle"
+#: ../../mod/api.php:105 ../../mod/settings.php:1006
+#: ../../mod/settings.php:1011 ../../mod/settings.php:1034
+#: ../../mod/settings.php:1036 ../../mod/settings.php:1037
+#: ../../mod/settings.php:1038 ../../mod/profiles.php:506
+msgid "Yes"
+msgstr "Ja"
-#: ../../mod/admin.php:120 ../../include/nav.php:146
-msgid "Admin"
-msgstr "Administration"
+#: ../../mod/api.php:106 ../../mod/settings.php:1006
+#: ../../mod/settings.php:1011 ../../mod/settings.php:1034
+#: ../../mod/settings.php:1036 ../../mod/settings.php:1037
+#: ../../mod/settings.php:1038 ../../mod/profiles.php:507
+msgid "No"
+msgstr "Nein"
-#: ../../mod/admin.php:121
-msgid "Plugin Features"
-msgstr "Plugin Features"
+#: ../../mod/lastpost.php:16 ../../mod/channel.php:16
+msgid "You must be logged in to see this page."
+msgstr "Du musst angemeldet sein um diese Seite betrachten zu können."
-#: ../../mod/admin.php:123
-msgid "User registrations waiting for confirmation"
-msgstr "Nutzeranmeldungen die auf Bestätigung warten"
+#: ../../mod/apps.php:8
+msgid "No installed applications."
+msgstr "Keine installierten Applikationen"
-#: ../../mod/admin.php:183 ../../mod/admin.php:637
-msgid "Normal Account"
-msgstr "Normales Konto"
+#: ../../mod/apps.php:13
+msgid "Applications"
+msgstr "Anwendungen"
-#: ../../mod/admin.php:184 ../../mod/admin.php:638
-msgid "Soapbox Account"
-msgstr "Marktschreier-Konto"
+#: ../../mod/page.php:35
+msgid "Invalid item."
+msgstr "Ungültiges Element."
-#: ../../mod/admin.php:185 ../../mod/admin.php:639
-msgid "Community/Celebrity Account"
-msgstr "Forum/Promi-Konto"
+#: ../../mod/page.php:47 ../../mod/chanview.php:78 ../../mod/home.php:51
+#: ../../mod/magic.php:65 ../../mod/wall_upload.php:35
+msgid "Channel not found."
+msgstr "Kanal nicht gefunden."
-#: ../../mod/admin.php:186 ../../mod/admin.php:640
-msgid "Automatic Friend Account"
-msgstr "Automatisches Freundekonto"
+#: ../../mod/attach.php:9
+msgid "Item not available."
+msgstr "Element nicht verfügbar."
-#: ../../mod/admin.php:205
-msgid "Message queues"
-msgstr "Nachrichten-Warteschlangen"
+#: ../../mod/setup.php:142
+msgid "Red Matrix Server - Setup"
+msgstr "Red Matrix Server - Installation"
-#: ../../mod/admin.php:210 ../../mod/admin.php:418 ../../mod/admin.php:654
-#: ../../mod/admin.php:748 ../../mod/admin.php:790 ../../mod/admin.php:953
-#: ../../mod/admin.php:989 ../../mod/admin.php:1076
-msgid "Administration"
-msgstr "Administration"
+#: ../../mod/setup.php:148
+msgid "Could not connect to database."
+msgstr "Kann nicht mit der Datenbank verbinden."
-#: ../../mod/admin.php:211
-msgid "Summary"
-msgstr "Zusammenfassung"
+#: ../../mod/setup.php:152
+msgid ""
+"Could not connect to specified site URL. Possible SSL certificate or DNS "
+"issue."
+msgstr "Konnte die angegebene Webseiten URL nicht erreichen. Möglicherweise ein Problem mit dem SSL Zertifikat oder dem DNS."
-#: ../../mod/admin.php:213
-msgid "Registered users"
-msgstr "Registrierte Nutzer"
+#: ../../mod/setup.php:157
+msgid "Could not create table."
+msgstr "Kann Tabelle nicht erstellen."
-#: ../../mod/admin.php:215
-msgid "Pending registrations"
-msgstr "Anstehende Anmeldungen"
+#: ../../mod/setup.php:163
+msgid "Your site database has been installed."
+msgstr "Die Datenbank deiner Seite wurde installiert."
-#: ../../mod/admin.php:216
-msgid "Version"
-msgstr "Version"
+#: ../../mod/setup.php:168
+msgid ""
+"You may need to import the file \"install/database.sql\" manually using "
+"phpmyadmin or mysql."
+msgstr "Eventuell musst du die Datei \"install/database.sql\" händisch mit phpmyadmin oder mysql importieren."
-#: ../../mod/admin.php:218
-msgid "Active plugins"
-msgstr "Aktive Plugins"
+#: ../../mod/setup.php:169 ../../mod/setup.php:236 ../../mod/setup.php:565
+msgid "Please see the file \"install/INSTALL.txt\"."
+msgstr "Lesen Sie die Datei \"install/INSTALL.txt\"."
-#: ../../mod/admin.php:357
-msgid "Site settings updated."
-msgstr "Seiteneinstellungen aktualisiert."
+#: ../../mod/setup.php:233
+msgid "System check"
+msgstr "Systemprüfung"
-#: ../../mod/admin.php:405
-msgid "Closed"
-msgstr "Geschlossen"
+#: ../../mod/setup.php:238
+msgid "Check again"
+msgstr "Bitte nochmal prüfen"
-#: ../../mod/admin.php:406
-msgid "Requires approval"
-msgstr "Bedarf der Zustimmung"
+#: ../../mod/setup.php:260
+msgid "Database connection"
+msgstr "Datenbank Verbindung"
-#: ../../mod/admin.php:407
-msgid "Open"
-msgstr "Offen"
+#: ../../mod/setup.php:261
+msgid ""
+"In order to install Red Matrix we need to know how to connect to your "
+"database."
+msgstr "Um die Red Matrix installieren zu können, müssen wir wissen wie wir deine Datenbank kontaktieren können."
-#: ../../mod/admin.php:411
-msgid "No SSL policy, links will track page SSL state"
-msgstr "Keine SSL Richtlinie, Links werden das verwendete Protokoll beibehalten"
+#: ../../mod/setup.php:262
+msgid ""
+"Please contact your hosting provider or site administrator if you have "
+"questions about these settings."
+msgstr "Bitte kontaktiere deinen Hosting Provider oder den Administrator der Seite wenn du Fragen zu diesen Einstellungen haben solltest."
-#: ../../mod/admin.php:412
-msgid "Force all links to use SSL"
-msgstr "SSL für alle Links erzwingen"
+#: ../../mod/setup.php:263
+msgid ""
+"The database you specify below should already exist. If it does not, please "
+"create it before continuing."
+msgstr "Die Datenbank die du weiter unten angibst sollte bereits existieren. Sollte dies nicht der Fall sein erzeuge sie bitte bevor du fortfärst."
-#: ../../mod/admin.php:413
-msgid "Self-signed certificate, use SSL for local links only (discouraged)"
-msgstr "Selbst-unterzeichnetes Zertifikat, SSL nur für lokale Links verwenden (nicht empfohlen)"
+#: ../../mod/setup.php:267
+msgid "Database Server Name"
+msgstr "Datenbank-Servername"
-#: ../../mod/admin.php:422
-msgid "File upload"
-msgstr "Datei hochladen"
+#: ../../mod/setup.php:267
+msgid "Default is localhost"
+msgstr "Standard ist localhost"
-#: ../../mod/admin.php:423
-msgid "Policies"
-msgstr "Regeln"
+#: ../../mod/setup.php:268
+msgid "Database Port"
+msgstr "Datenbank-Port"
-#: ../../mod/admin.php:424
-msgid "Advanced"
-msgstr "Erweitert"
+#: ../../mod/setup.php:268
+msgid "Communication port number - use 0 for default"
+msgstr "Port Nummer zur Kommunikation - verwende 0 für die Standardeinstellung:"
-#: ../../mod/admin.php:428 ../../addon/statusnet/statusnet.php:552
-msgid "Site name"
-msgstr "Seitenname"
+#: ../../mod/setup.php:269
+msgid "Database Login Name"
+msgstr "Datenbank-Benutzername"
-#: ../../mod/admin.php:429
-msgid "Banner/Logo"
-msgstr "Banner/Logo"
+#: ../../mod/setup.php:270
+msgid "Database Login Password"
+msgstr "Datenbank-Kennwort"
-#: ../../mod/admin.php:430
-msgid "System language"
-msgstr "Systemsprache"
+#: ../../mod/setup.php:271
+msgid "Database Name"
+msgstr "Datenbank-Name"
-#: ../../mod/admin.php:431
-msgid "System theme"
-msgstr "Systemweites Thema"
+#: ../../mod/setup.php:273 ../../mod/setup.php:315
+msgid "Site administrator email address"
+msgstr "E-Mail Adresse des Seiten-Administrators"
-#: ../../mod/admin.php:431
+#: ../../mod/setup.php:273 ../../mod/setup.php:315
msgid ""
-"Default system theme - may be over-ridden by user profiles - <a href='#' "
-"id='cnftheme'>change theme settings</a>"
-msgstr "Vorgabe für das System-Theme - kann von Benutzerprofilen überschrieben werden - <a href='#' id='cnftheme'>Theme-Einstellungen ändern</a>"
-
-#: ../../mod/admin.php:432
-msgid "SSL link policy"
-msgstr "Regeln für SSL Links"
-
-#: ../../mod/admin.php:432
-msgid "Determines whether generated links should be forced to use SSL"
-msgstr "Bestimmt, ob generierte Links SSL verwenden müssen"
-
-#: ../../mod/admin.php:433
-msgid "Maximum image size"
-msgstr "Maximale Größe von Bildern"
+"Your account email address must match this in order to use the web admin "
+"panel."
+msgstr "Die Email-Adresse deines Accounts muss dieser Adresse entsprechen, damit du Zugriff zum Admin Panel erhälst."
-#: ../../mod/admin.php:433
-msgid ""
-"Maximum size in bytes of uploaded images. Default is 0, which means no "
-"limits."
-msgstr "Maximale Upload-Größe von Bildern in Bytes. Standard ist 0, d.h. ohne Limit."
+#: ../../mod/setup.php:274 ../../mod/setup.php:317
+msgid "Website URL"
+msgstr "Webseiten URL"
-#: ../../mod/admin.php:435
-msgid "Register policy"
-msgstr "Registrierungsmethode"
+#: ../../mod/setup.php:274 ../../mod/setup.php:317
+msgid "Please use SSL (https) URL if available."
+msgstr "Nutzen Sie bitte SSL (https) URL falls möglich."
-#: ../../mod/admin.php:436
-msgid "Register text"
-msgstr "Registrierungstext"
+#: ../../mod/setup.php:277 ../../mod/setup.php:320
+msgid "Please select a default timezone for your website"
+msgstr "Wählen Sie die Standard-Zeitzone für Ihre Webseite aus"
-#: ../../mod/admin.php:436
-msgid "Will be displayed prominently on the registration page."
-msgstr "Wird gut sichtbar auf der Registrierungsseite angezeigt."
+#: ../../mod/setup.php:304
+msgid "Site settings"
+msgstr "Seiteneinstellungen"
-#: ../../mod/admin.php:437
-msgid "Accounts abandoned after x days"
-msgstr "Nutzerkonten gelten nach x Tagen als unbenutzt"
+#: ../../mod/setup.php:360
+msgid "Could not find a command line version of PHP in the web server PATH."
+msgstr "Konnte die Kommandozeilen Version von PHP nicht im PATH des Servers finden."
-#: ../../mod/admin.php:437
+#: ../../mod/setup.php:361
msgid ""
-"Will not waste system resources polling external sites for abandonded "
-"accounts. Enter 0 for no time limit."
-msgstr "Verschwende keine System-Ressourcen auf das Pollen externer Seiten, wenn Konten nicht mehr benutzt werden. 0 eingeben für kein Limit."
+"If you don't have a command line version of PHP installed on server, you "
+"will not be able to run background polling via cron."
+msgstr "Solltest du keine Kommandozeilen Version von PHP auf dem Server installiert haben wirst du nicht in der Lage sein Hintergrundprozesse via cron auszuführen."
-#: ../../mod/admin.php:438
-msgid "Allowed friend domains"
-msgstr "Erlaubte Domains für Kontakte"
+#: ../../mod/setup.php:365
+msgid "PHP executable path"
+msgstr "PHP Pfad zu ausführbarer Datei"
-#: ../../mod/admin.php:438
+#: ../../mod/setup.php:365
msgid ""
-"Comma separated list of domains which are allowed to establish friendships "
-"with this site. Wildcards are accepted. Empty to allow any domains"
-msgstr "Liste der Domains, die für Freundschaften erlaubt sind, durch Kommas getrennt. Platzhalter werden akzeptiert. Leer lassen, um alle Domains zu erlauben."
+"Enter full path to php executable. You can leave this blank to continue the "
+"installation."
+msgstr "Gib den vollen Pfad zum PHP Interpreter an. Du kannst dieses Felds frei lassen und mit der Installation fortfahren."
-#: ../../mod/admin.php:439
-msgid "Allowed email domains"
-msgstr "Erlaubte Domains für Emails"
+#: ../../mod/setup.php:370
+msgid "Command line PHP"
+msgstr "PHP Befehlszeile"
-#: ../../mod/admin.php:439
+#: ../../mod/setup.php:379
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 "Liste der Domains, die für E-Mail-Adressen bei der Registrierung erlaubt sind, durch Kommas getrennt. Platzhalter werden akzeptiert. Leer lassen, um alle Domains zu erlauben."
-
-#: ../../mod/admin.php:440
-msgid "Block public"
-msgstr "Öffentlichen Zugriff blockieren"
+"The command line version of PHP on your system does not have "
+"\"register_argc_argv\" enabled."
+msgstr "Die Kommandozeilen Version von PHP auf deinem System hat \"register_argc_argv\" nicht aktiviert."
-#: ../../mod/admin.php:440
-msgid ""
-"Check to block public access to all otherwise public personal pages on this "
-"site unless you are currently logged in."
-msgstr "Klicken, um öffentlichen Zugriff auf sonst öffentliche Profile zu blockieren, wenn man nicht eingeloggt ist."
+#: ../../mod/setup.php:380
+msgid "This is required for message delivery to work."
+msgstr "Dies wird benötigt, damit die Auslieferung von Nachrichten funktioniert."
-#: ../../mod/admin.php:441
-msgid "Force publish"
-msgstr "Erzwinge Veröffentlichung"
+#: ../../mod/setup.php:382
+msgid "PHP register_argc_argv"
+msgstr "PHP register_argc_argv"
-#: ../../mod/admin.php:441
+#: ../../mod/setup.php:403
msgid ""
-"Check to force all profiles on this site to be listed in the site directory."
-msgstr "Klicken, um Anzeige aller Profile dieses Servers im Verzeichnis zu erzwingen."
-
-#: ../../mod/admin.php:442
-msgid "Global directory update URL"
-msgstr "URL für Updates beim weltweiten Verzeichnis"
+"Error: the \"openssl_pkey_new\" function on this system is not able to "
+"generate encryption keys"
+msgstr "Fehler: Die \"openssl_pkey_new\" Funktion auf diesem System ist nicht in der Lage Schlüssel für die Verschlüsselung zu erzeugen."
-#: ../../mod/admin.php:442
+#: ../../mod/setup.php:404
msgid ""
-"URL to update the global directory. If this is not set, the global directory"
-" is completely unavailable to the application."
-msgstr "URL für Update des globalen Verzeichnisses. Wenn nichts eingetragen ist, bleibt das globale Verzeichnis unerreichbar."
-
-#: ../../mod/admin.php:444
-msgid "Block multiple registrations"
-msgstr "Unterbinde Mehrfachregistrierung"
+"If running under Windows, please see "
+"\"http://www.php.net/manual/en/openssl.installation.php\"."
+msgstr "Wenn du Windows verwendest, siehe \"http://www.php.net/manual/en/openssl.installation.php\" für eine Installationsanleitung."
-#: ../../mod/admin.php:444
-msgid "Disallow users to register additional accounts for use as pages."
-msgstr "Benutzern nicht erlauben, weitere Konten als zusätzliche Profile anzulegen."
+#: ../../mod/setup.php:406
+msgid "Generate encryption keys"
+msgstr "Verschlüsselungsschlüssel generieren"
-#: ../../mod/admin.php:445
-msgid "OpenID support"
-msgstr "OpenID Unterstützung"
+#: ../../mod/setup.php:413
+msgid "libCurl PHP module"
+msgstr "libCurl PHP Modul"
-#: ../../mod/admin.php:445
-msgid "OpenID support for registration and logins."
-msgstr "OpenID-Unterstützung für Registrierung und Login."
+#: ../../mod/setup.php:414
+msgid "GD graphics PHP module"
+msgstr "GD Graphik PHP Modul"
-#: ../../mod/admin.php:446
-msgid "Fullname check"
-msgstr "Namen auf Vollständigkeit überprüfen"
+#: ../../mod/setup.php:415
+msgid "OpenSSL PHP module"
+msgstr "OpenSSL PHP Modul"
-#: ../../mod/admin.php:446
-msgid ""
-"Force users to register with a space between firstname and lastname in Full "
-"name, as an antispam measure"
-msgstr "Leerzeichen zwischen Vor- und Nachname im vollständigen Namen erzwingen, um SPAM zu vermeiden."
+#: ../../mod/setup.php:416
+msgid "mysqli PHP module"
+msgstr "mysqli PHP Modul"
-#: ../../mod/admin.php:447
-msgid "UTF-8 Regular expressions"
-msgstr "UTF-8 Reguläre Ausdrücke"
+#: ../../mod/setup.php:417
+msgid "mb_string PHP module"
+msgstr "mb_string PHP Modul"
-#: ../../mod/admin.php:447
-msgid "Use PHP UTF8 regular expressions"
-msgstr "PHP UTF8 Ausdrücke verwenden"
+#: ../../mod/setup.php:418
+msgid "mcrypt PHP module"
+msgstr "mcrypt PHP Modul"
-#: ../../mod/admin.php:448
-msgid "Show Community Page"
-msgstr "Gemeinschaftsseite anzeigen"
+#: ../../mod/setup.php:423 ../../mod/setup.php:425
+msgid "Apache mod_rewrite module"
+msgstr "Apache mod_rewrite Modul"
-#: ../../mod/admin.php:448
+#: ../../mod/setup.php:423
msgid ""
-"Display a Community page showing all recent public postings on this site."
-msgstr "Zeige die Gemeinschaftsseite mit allen öffentlichen Beiträgen auf diesem Server."
+"Error: Apache webserver mod-rewrite module is required but not installed."
+msgstr "Fehler: Das Apache Modul mod-rewrite wird benötigt ist aber nicht installiert."
-#: ../../mod/admin.php:449
-msgid "Enable OStatus support"
-msgstr "OStatus Unterstützung aktivieren"
+#: ../../mod/setup.php:429 ../../mod/setup.php:432
+msgid "proc_open"
+msgstr "proc_open"
-#: ../../mod/admin.php:449
+#: ../../mod/setup.php:429
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 "Biete die eingebaute OStatus (identi.ca, status.net, etc.) Unterstützung an. Jede Kommunikation in OStatus ist öffentlich, so Privatsphäre Warnungen werden bei Bedarf angezeigt."
+"Error: proc_open is required but is either not installed or has been "
+"disabled in php.ini"
+msgstr "Fehler: proc_open wird benötigt ist aber entweder nicht installiert oder wurde in der php.ini deaktiviert"
-#: ../../mod/admin.php:450
-msgid "Enable Diaspora support"
-msgstr "Diaspora-Support aktivieren"
-
-#: ../../mod/admin.php:450
-msgid "Provide built-in Diaspora network compatibility."
-msgstr "Verwende die eingebaute Diaspora-Verknüpfung."
-
-#: ../../mod/admin.php:451
-msgid "Only allow Friendica contacts"
-msgstr "Nur Friendica-Kontakte erlauben"
+#: ../../mod/setup.php:437
+msgid "Error: libCURL PHP module required but not installed."
+msgstr "Fehler: das PHP Modul libCURL wird benütigt ist aber nicht installiert."
-#: ../../mod/admin.php:451
+#: ../../mod/setup.php:441
msgid ""
-"All contacts must use Friendica protocols. All other built-in communication "
-"protocols disabled."
-msgstr "Alle Kontakte müssen das Friendica Protokoll nutzen. Alle anderen Kommunikationsprotokolle werden deaktiviert."
+"Error: GD graphics PHP module with JPEG support required but not installed."
+msgstr "Fehler: das PHP Modul GD Grafik mit JPEG Unterstützung wird benötigt ist aber nicht installiert."
-#: ../../mod/admin.php:452
-msgid "Verify SSL"
-msgstr "SSL Überprüfen"
+#: ../../mod/setup.php:445
+msgid "Error: openssl PHP module required but not installed."
+msgstr "Fehler: das OpenSSL PHP Modul wird benötigt ist aber nicht installiert."
-#: ../../mod/admin.php:452
-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 "Wenn gewollt, kann man hier eine strenge Zertifikatkontrolle einstellen. Das bedeutet, dass man zu keinen Seiten mit selbst unterzeichnetem SSL eine Verbindung herstellen kann."
+#: ../../mod/setup.php:449
+msgid "Error: mysqli PHP module required but not installed."
+msgstr "Fehler: das PHP Modul mysqli wird benötigt ist aber nicht installiert."
-#: ../../mod/admin.php:453
-msgid "Proxy user"
-msgstr "Proxy Nutzer"
+#: ../../mod/setup.php:453
+msgid "Error: mb_string PHP module required but not installed."
+msgstr "Fehler: das PHP Modul mb_string wird benötigt ist aber nicht installiert."
-#: ../../mod/admin.php:454
-msgid "Proxy URL"
-msgstr "Proxy URL"
+#: ../../mod/setup.php:457
+msgid "Error: mcrypt PHP module required but not installed."
+msgstr "Fehler: das PHP Modul mcrypt wird benötigt ist aber nicht installiert."
-#: ../../mod/admin.php:455
-msgid "Network timeout"
-msgstr "Netzwerk Wartezeit"
+#: ../../mod/setup.php:473
+msgid ""
+"The web installer needs to be able to create a file called \".htconfig.php\""
+" in the top folder of your web server and it is unable to do so."
+msgstr "Der Installations-Assistent muss in der Lage sein die Datei \".htconfig.php\" im Stammverzeichnis des Web-Servers anzulegen, ist es aber nicht."
-#: ../../mod/admin.php:455
-msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
-msgstr "Der Wert ist in Sekunden. Setze 0 für unbegrenzt (nicht empfohlen)."
+#: ../../mod/setup.php:474
+msgid ""
+"This is most often a permission setting, as the web server may not be able "
+"to write files in your folder - even if you can."
+msgstr "Meist liegt dies daran, dass der Nutzer unter dem der Web-Server läuft keine Rechte zum Schreiben in dem Verzeichnis hat - selbst wenn du das kannst."
-#: ../../mod/admin.php:456
-msgid "Delivery interval"
-msgstr "Zustellungsintervall"
+#: ../../mod/setup.php:475
+msgid ""
+"At the end of this procedure, we will give you a text to save in a file "
+"named .htconfig.php in your Red top folder."
+msgstr "Am Schluss des Vorgangs wird ein Text generiert, den du unter dem Dateinamen .htconfig.php im Stammverzeichnis deiner Red Installation speichern."
-#: ../../mod/admin.php:456
+#: ../../mod/setup.php:476
msgid ""
-"Delay background delivery processes by this many seconds to reduce system "
-"load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 "
-"for large dedicated servers."
-msgstr "Verzögere im Hintergrund laufende Auslieferungsprozesse um die angegebene Anzahl an Sekunden, um die Systemlast zu verringern. Empfehlungen: 4-5 für Shared-Hosts, 2-3 für VPS, 0-1 für große dedizierte Server."
+"You can alternatively skip this procedure and perform a manual installation."
+" Please see the file \"install/INSTALL.txt\" for instructions."
+msgstr "Alternativ kannst du diesen Schritt überspringen und die Installation manuell vornehmen. Siehe dazu bitte die \"Install/INSTALL.txt\" Datei."
-#: ../../mod/admin.php:457
-msgid "Poll interval"
-msgstr "Abfrageintervall"
+#: ../../mod/setup.php:479
+msgid ".htconfig.php is writable"
+msgstr ".htconfig.php ist beschreibbar"
-#: ../../mod/admin.php:457
+#: ../../mod/setup.php:489
msgid ""
-"Delay background polling processes by this many seconds to reduce system "
-"load. If 0, use delivery interval."
-msgstr "Verzögere Hintergrundprozesse, um diese Anzahl an Sekunden um die Systemlast zu reduzieren. Bei 0 Sekunden wird das Auslieferungsintervall verwendet."
+"Red uses the Smarty3 template engine to render its web views. Smarty3 "
+"compiles templates to PHP to speed up rendering."
+msgstr "Red verwendet Smarty3 um Vorlagen für die Webdarstellung zu übersetzen. Smarty3 übersetzt diese Vorlagen nach PHP um die Darstellung zu beschleunigen."
-#: ../../mod/admin.php:458
-msgid "Maximum Load Average"
-msgstr "Maximum Load Average"
-
-#: ../../mod/admin.php:458
+#: ../../mod/setup.php:490
msgid ""
-"Maximum system load before delivery and poll processes are deferred - "
-"default 50."
-msgstr "Maximale Systemlast bevor Verteil- und Empfangsprozesse verschoben werden - Standard 50"
+"In order to store these compiled templates, the web server needs to have "
+"write access to the directory view/tpl/smarty3/ under the Red top level "
+"folder."
+msgstr "Um die übersetzten Vorlagen speichern zu können muss der Webserver schreib Zugriff auf das Verzeichnis view/tpl/smarty3/ unterhalb des Red Stammverzeichnisses haben."
-#: ../../mod/admin.php:472
-msgid "Update has been marked successful"
-msgstr "Update wurde als erfolgreich markiert"
+#: ../../mod/setup.php:491
+msgid ""
+"Please ensure that the user that your web server runs as (e.g. www-data) has"
+" write access to this folder."
+msgstr "Bitte stelle sicher, dass der Nutzer unter dem der Webserver läuft (z.B. www-data) Zugriff zum Schreiben auf dieses Verzeichnis hat."
-#: ../../mod/admin.php:482
-#, php-format
-msgid "Executing %s failed. Check system logs."
-msgstr "Ausführung von %s schlug fehl. Systemprotokolle prüfen."
+#: ../../mod/setup.php:492
+msgid ""
+"Note: as a security measure, you should give the web server write access to "
+"view/tpl/smarty3/ only--not the template files (.tpl) that it contains."
+msgstr "Hinweis: Als Sicherheitsvorkehrung solltest du dem Webserver nur Schreib-Zugriff auf das Verzeichnis view/tpl/smarty3 geben, nicht dem Vorlagen (.tpl) die in diesem Verzeichnis liegen."
-#: ../../mod/admin.php:485
-#, php-format
-msgid "Update %s was successfully applied."
-msgstr "Update %s war erfolgreich."
+#: ../../mod/setup.php:495
+msgid "view/tpl/smarty3 is writable"
+msgstr "view/tpl/smarty3 ist beschreibbar"
-#: ../../mod/admin.php:489
-#, php-format
-msgid "Update %s did not return a status. Unknown if it succeeded."
-msgstr "Update %s hat keinen Status zurückgegeben. Unbekannter Status."
+#: ../../mod/setup.php:509
+msgid "SSL certificate validation"
+msgstr "SSL Zertifikatverifizierung"
-#: ../../mod/admin.php:492
-#, php-format
-msgid "Update function %s could not be found."
-msgstr "Updatefunktion %s konnte nicht gefunden werden."
+#: ../../mod/setup.php:509
+msgid ""
+"SSL certificate cannot be validated. Fix certificate or disable https access"
+" to this site."
+msgstr "Das SSL Zertifikat konnte nicht validiert werden. Korrigiere das Zertifikat oder schalte HTTPS ab um auf diese Seite zuzugreifen."
-#: ../../mod/admin.php:507
-msgid "No failed updates."
-msgstr "Keine fehlgeschlagenen Updates."
+#: ../../mod/setup.php:516
+msgid ""
+"Url rewrite in .htaccess is not working. Check your server configuration."
+msgstr "URL rewrite funktioniert in der .htaccess nicht. Überprüfe deine Server-Konfiguration."
-#: ../../mod/admin.php:511
-msgid "Failed Updates"
-msgstr "Fehlgeschlagene Updates"
+#: ../../mod/setup.php:518
+msgid "Url rewrite is working"
+msgstr "Url rewrite funktioniert"
-#: ../../mod/admin.php:512
+#: ../../mod/setup.php:528
msgid ""
-"This does not include updates prior to 1139, which did not return a status."
-msgstr "Ohne Updates vor 1139, da diese keinen Status zurückgegeben haben."
+"The database configuration file \".htconfig.php\" could not be written. "
+"Please use the enclosed text to create a configuration file in your web "
+"server root."
+msgstr "Die Datenbank Konfigurationsdatei \".htconfig.php\" konnte nicht geschrieben werden. Bitte verwende den unten angegebenen Text um die Konfigurationsdatei im Stammverzeichnis des Webservers anzulegen."
-#: ../../mod/admin.php:513
-msgid "Mark success (if update was manually applied)"
-msgstr "Als erfolgreich markieren (falls das Update manuell installiert wurde)"
+#: ../../mod/setup.php:552
+msgid "Errors encountered creating database tables."
+msgstr "Fehler während des Anlegens der Datenbank Tabellen aufgetreten."
-#: ../../mod/admin.php:514
-msgid "Attempt to execute this update step automatically"
-msgstr "Versuchen, diesen Schritt automatisch auszuführen"
+#: ../../mod/setup.php:563
+msgid "<h1>What next</h1>"
+msgstr "<h1>Was als Nächstes</h1>"
-#: ../../mod/admin.php:539
-#, php-format
-msgid "%s user blocked/unblocked"
-msgid_plural "%s users blocked/unblocked"
-msgstr[0] "%s Benutzer geblockt/freigegeben"
-msgstr[1] "%s Benutzer geblockt/freigegeben"
+#: ../../mod/setup.php:564
+msgid ""
+"IMPORTANT: You will need to [manually] setup a scheduled task for the "
+"poller."
+msgstr "WICHTIG: Du musst die geplanten Aufgaben für den Poller [manuell] einrichten."
-#: ../../mod/admin.php:546
+#: ../../mod/subthread.php:105
#, php-format
-msgid "%s user deleted"
-msgid_plural "%s users deleted"
-msgstr[0] "%s Nutzer gelöscht"
-msgstr[1] "%s Nutzer gelöscht"
+msgid "%1$s is following %2$s's %3$s"
+msgstr "%1$s folgt nun %2$s's %3$s"
-#: ../../mod/admin.php:585
-#, php-format
-msgid "User '%s' deleted"
-msgstr "Nutzer '%s' gelöscht"
+#: ../../mod/update_network.php:23 ../../mod/update_channel.php:43
+#: ../../mod/update_search.php:46 ../../mod/update_display.php:25
+#: ../../mod/update_community.php:18
+msgid "[Embedded content - reload page to view]"
+msgstr "[Eingebetteter Inhalte - bitte lade die Seite zur Anzeige neu]"
-#: ../../mod/admin.php:593
-#, php-format
-msgid "User '%s' unblocked"
-msgstr "Nutzer '%s' entsperrt"
+#: ../../mod/chanview.php:98
+msgid "toggle full screen mode"
+msgstr "auf Vollbildmodus umschalten"
-#: ../../mod/admin.php:593
+#: ../../mod/tagger.php:98
#, php-format
-msgid "User '%s' blocked"
-msgstr "Nutzer '%s' gesperrt"
-
-#: ../../mod/admin.php:657
-msgid "select all"
-msgstr "Alle auswählen"
+msgid "%1$s tagged %2$s's %3$s with %4$s"
+msgstr "%1$s hat %2$s's %3$s mit %4$s getaggt"
-#: ../../mod/admin.php:658
-msgid "User registrations waiting for confirm"
-msgstr "Neuanmeldungen, die auf deine Bestätigung warten"
+#: ../../mod/settings.php:51
+msgid "Account settings"
+msgstr "Konto-Einstellungen"
-#: ../../mod/admin.php:659
-msgid "Request date"
-msgstr "Anfragedatum"
+#: ../../mod/settings.php:57
+msgid "Channel settings"
+msgstr "Kanal-Einstellungen"
-#: ../../mod/admin.php:659 ../../mod/admin.php:668
-#: ../../include/contact_selectors.php:79
-msgid "Email"
-msgstr "Email"
+#: ../../mod/settings.php:63
+msgid "Additional features"
+msgstr "Zusätzliche Funktionen"
-#: ../../mod/admin.php:660
-msgid "No registrations."
-msgstr "Keine Neuanmeldungen."
+#: ../../mod/settings.php:69
+msgid "Feature settings"
+msgstr "Funktions-Einstellungen"
-#: ../../mod/admin.php:662
-msgid "Deny"
-msgstr "Verwehren"
+#: ../../mod/settings.php:75
+msgid "Display settings"
+msgstr "Anzeige-Einstellungen"
-#: ../../mod/admin.php:668
-msgid "Register date"
-msgstr "Anmeldedatum"
+#: ../../mod/settings.php:81
+msgid "Connected apps"
+msgstr "Verbundene Apps"
-#: ../../mod/admin.php:668
-msgid "Last login"
-msgstr "Letzte Anmeldung"
+#: ../../mod/settings.php:87
+msgid "Export channel"
+msgstr "Kanal exportieren"
-#: ../../mod/admin.php:668
-msgid "Last item"
-msgstr "Letzter Beitrag"
+#: ../../mod/settings.php:99
+msgid "Automatic Permissions (Advanced)"
+msgstr "Automatische Berechtigungen (Erweitert)"
-#: ../../mod/admin.php:668
-msgid "Account"
-msgstr "Nutzerkonto"
+#: ../../mod/settings.php:109
+msgid "Premium Channel Settings"
+msgstr "Prämium-Kanal Einstellungen"
-#: ../../mod/admin.php:670
-msgid ""
-"Selected users will be deleted!\\n\\nEverything these users had posted on "
-"this site will be permanently deleted!\\n\\nAre you sure?"
-msgstr "Die markierten Nutzer werden gelöscht!\\n\\nAlle Beiträge, die diese Nutzer auf dieser Seite veröffentlicht haben, werden permanent gelöscht!\\n\\nBist du sicher?"
+#: ../../mod/settings.php:169
+msgid "Name is required"
+msgstr "Name wird benötigt"
-#: ../../mod/admin.php:671
-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 "Der Nutzer {0} wird gelöscht!\\n\\nAlles was dieser Nutzer auf dieser Seite veröffentlicht hat, wird permanent gelöscht!\\n\\nBist du sicher?"
+#: ../../mod/settings.php:173
+msgid "Key and Secret are required"
+msgstr "Schlüssel und Geheimnis werden benötigt"
-#: ../../mod/admin.php:712
-#, php-format
-msgid "Plugin %s disabled."
-msgstr "Plugin %s deaktiviert."
+#: ../../mod/settings.php:177 ../../mod/settings.php:674
+msgid "Update"
+msgstr "Update"
-#: ../../mod/admin.php:716
-#, php-format
-msgid "Plugin %s enabled."
-msgstr "Plugin %s aktiviert."
+#: ../../mod/settings.php:290
+msgid "Passwords do not match. Password unchanged."
+msgstr "Kennwörter stimmen nicht überein. Kennwort nicht verändert."
-#: ../../mod/admin.php:726 ../../mod/admin.php:924
-msgid "Disable"
-msgstr "Ausschalten"
+#: ../../mod/settings.php:294
+msgid "Empty passwords are not allowed. Password unchanged."
+msgstr "Leere Kennwörter sind nicht erlaubt. Kennwort nicht verändert."
-#: ../../mod/admin.php:728 ../../mod/admin.php:926
-msgid "Enable"
-msgstr "Einschalten"
+#: ../../mod/settings.php:307
+msgid "Password changed."
+msgstr "Kennwort geändert."
-#: ../../mod/admin.php:750 ../../mod/admin.php:955
-msgid "Toggle"
-msgstr "Umschalten"
+#: ../../mod/settings.php:309
+msgid "Password update failed. Please try again."
+msgstr "Kennwortänderung fehlgeschlagen. Wiederholen Sie den Vorgang."
-#: ../../mod/admin.php:758 ../../mod/admin.php:965
-msgid "Author: "
-msgstr "Autor:"
+#: ../../mod/settings.php:323
+msgid "Not valid email."
+msgstr "Keine gültige E-Mail Adresse."
-#: ../../mod/admin.php:759 ../../mod/admin.php:966
-msgid "Maintainer: "
-msgstr "Betreuer:"
+#: ../../mod/settings.php:326
+msgid "Protected email address. Cannot change to that email."
+msgstr "Geschützte E-Mail Adresse. Diese kann nicht verändert werden."
-#: ../../mod/admin.php:888
-msgid "No themes found."
-msgstr "Keine Themen gefunden."
+#: ../../mod/settings.php:335
+msgid "System failure storing new email. Please try again."
+msgstr "Systemfehler während des Speicherns der neuen Mail. Bitte versuche es noch einmal."
-#: ../../mod/admin.php:947
-msgid "Screenshot"
-msgstr "Bildschirmfoto"
+#: ../../mod/settings.php:576
+msgid "Settings updated."
+msgstr "Einstellungen aktualisiert."
-#: ../../mod/admin.php:995
-msgid "[Experimental]"
-msgstr "[Experimentell]"
+#: ../../mod/settings.php:647 ../../mod/settings.php:673
+#: ../../mod/settings.php:709
+msgid "Add application"
+msgstr "Anwendung hinzufügen"
-#: ../../mod/admin.php:996
-msgid "[Unsupported]"
-msgstr "[Nicht unterstützt]"
+#: ../../mod/settings.php:649 ../../mod/settings.php:675
+#: ../../mod/tagrm.php:11 ../../mod/tagrm.php:94 ../../mod/fbrowser.php:82
+#: ../../mod/fbrowser.php:117
+msgid "Cancel"
+msgstr "Abbrechen"
-#: ../../mod/admin.php:1023
-msgid "Log settings updated."
-msgstr "Protokolleinstellungen aktualisiert."
+#: ../../mod/settings.php:650 ../../mod/settings.php:676
+#: ../../mod/admin.php:673 ../../mod/crepair.php:148
+msgid "Name"
+msgstr "Name"
-#: ../../mod/admin.php:1079
-msgid "Clear"
-msgstr "löschen"
+#: ../../mod/settings.php:650
+msgid "Name of application"
+msgstr "Name der Anwendung"
-#: ../../mod/admin.php:1085
-msgid "Debugging"
-msgstr "Protokoll führen"
+#: ../../mod/settings.php:651 ../../mod/settings.php:677
+msgid "Consumer Key"
+msgstr "Consumer Key"
-#: ../../mod/admin.php:1086
-msgid "Log file"
-msgstr "Protokolldatei"
+#: ../../mod/settings.php:651 ../../mod/settings.php:652
+msgid "Automatically generated - change if desired. Max length 20"
+msgstr "Automatisch erzeugt - ändern falls erwünscht. Maximale Länge 20"
-#: ../../mod/admin.php:1086
-msgid ""
-"Must be writable by web server. Relative to your Friendica top-level "
-"directory."
-msgstr "Webserver muss Schreibrechte besitzen. Abhängig vom Friendica-Installationsverzeichnis."
+#: ../../mod/settings.php:652 ../../mod/settings.php:678
+msgid "Consumer Secret"
+msgstr "Consumer Secret"
-#: ../../mod/admin.php:1087
-msgid "Log level"
-msgstr "Protokoll-Level"
+#: ../../mod/settings.php:653 ../../mod/settings.php:679
+msgid "Redirect"
+msgstr "Umleitung"
-#: ../../mod/admin.php:1137
-msgid "Close"
-msgstr "Schließen"
+#: ../../mod/settings.php:653
+msgid ""
+"Redirect URI - leave blank unless your application specifically requires "
+"this"
+msgstr "Umleitungs-URl - lasse dies frei außer deine Anwendung erfordert dies explizit"
-#: ../../mod/admin.php:1143
-msgid "FTP Host"
-msgstr "FTP Host"
+#: ../../mod/settings.php:654 ../../mod/settings.php:680
+msgid "Icon url"
+msgstr "Symbol-URL"
-#: ../../mod/admin.php:1144
-msgid "FTP Path"
-msgstr "FTP Pfad"
+#: ../../mod/settings.php:654
+msgid "Optional"
+msgstr "Optional"
-#: ../../mod/admin.php:1145
-msgid "FTP User"
-msgstr "FTP Nutzername"
+#: ../../mod/settings.php:665
+msgid "You can't edit this application."
+msgstr "Diese Anwendung kann nicht bearbeitet werden."
-#: ../../mod/admin.php:1146
-msgid "FTP Password"
-msgstr "FTP Passwort"
+#: ../../mod/settings.php:708
+msgid "Connected Apps"
+msgstr "Verbundene Apps"
-#: ../../mod/profile.php:21 ../../boot.php:966
-msgid "Requested profile is not available."
-msgstr "Das angefragte Profil ist nicht vorhanden."
+#: ../../mod/settings.php:712
+msgid "Client key starts with"
+msgstr "Client key beginnt mit"
-#: ../../mod/profile.php:141 ../../mod/display.php:75
-msgid "Access to this profile has been restricted."
-msgstr "Der Zugriff zu diesem Profil wurde eingeschränkt."
+#: ../../mod/settings.php:713
+msgid "No name"
+msgstr "Kein Name"
-#: ../../mod/profile.php:166
-msgid "Tips for New Members"
-msgstr "Tipps für neue Nutzer"
+#: ../../mod/settings.php:714
+msgid "Remove authorization"
+msgstr "Autorisierung aufheben"
-#: ../../mod/ping.php:185
-msgid "{0} wants to be your friend"
-msgstr "{0} möchte mit dir in Kontakt treten"
+#: ../../mod/settings.php:725
+msgid "No feature settings configured"
+msgstr "Keine Funktions-Einstellungen konfiguriert"
-#: ../../mod/ping.php:190
-msgid "{0} sent you a message"
-msgstr "{0} hat dir eine Nachricht geschickt"
+#: ../../mod/settings.php:733
+msgid "Feature Settings"
+msgstr "Funktions-Einstellungen"
-#: ../../mod/ping.php:195
-msgid "{0} requested registration"
-msgstr "{0} möchte sich registrieren"
+#: ../../mod/settings.php:756
+msgid "Account Settings"
+msgstr "Konto-Einstellungen"
-#: ../../mod/ping.php:201
-#, php-format
-msgid "{0} commented %s's post"
-msgstr "{0} kommentierte einen Beitrag von %s"
+#: ../../mod/settings.php:757
+msgid "Password Settings"
+msgstr "Kennwort-Einstellungen"
-#: ../../mod/ping.php:206
-#, php-format
-msgid "{0} liked %s's post"
-msgstr "{0} mag %ss Beitrag"
+#: ../../mod/settings.php:758
+msgid "New Password:"
+msgstr "Neues Passwort:"
-#: ../../mod/ping.php:211
-#, php-format
-msgid "{0} disliked %s's post"
-msgstr "{0} mag %ss Beitrag nicht"
+#: ../../mod/settings.php:759
+msgid "Confirm:"
+msgstr "Bestätigen:"
-#: ../../mod/ping.php:216
-#, php-format
-msgid "{0} is now friends with %s"
-msgstr "{0} ist jetzt mit %s befreundet"
+#: ../../mod/settings.php:759
+msgid "Leave password fields blank unless changing"
+msgstr "Lasse die Passwort -Felder leer außer du möchtest das Passwort ändern"
-#: ../../mod/ping.php:221
-msgid "{0} posted"
-msgstr "{0} hat etwas veröffentlicht"
+#: ../../mod/settings.php:761 ../../mod/settings.php:1060
+msgid "Email Address:"
+msgstr "Email Adresse:"
-#: ../../mod/ping.php:226
-#, php-format
-msgid "{0} tagged %s's post with #%s"
-msgstr "{0} hat %ss Beitrag mit dem Schlagwort #%s versehen"
+#: ../../mod/settings.php:762
+msgid "Remove Account"
+msgstr "Konto entfernen"
-#: ../../mod/ping.php:232
-msgid "{0} mentioned you in a post"
-msgstr "{0} hat dich in einem Beitrag erwähnt"
+#: ../../mod/settings.php:763
+msgid "Warning: This action is permanent and cannot be reversed."
+msgstr "Achtung: Diese Aktion ist permanent und kann nicht rückgänging gemacht werden."
-#: ../../mod/nogroup.php:58
-msgid "Contacts who are not members of a group"
-msgstr "Kontakte, die keiner Gruppe zugewiesen sind"
+#: ../../mod/settings.php:779
+msgid "Off"
+msgstr "Aus"
-#: ../../mod/openid.php:24
-msgid "OpenID protocol error. No ID returned."
-msgstr "OpenID Protokollfehler. Keine ID zurückgegeben."
+#: ../../mod/settings.php:779
+msgid "On"
+msgstr "An"
-#: ../../mod/openid.php:53
-msgid ""
-"Account not found and OpenID registration is not permitted on this site."
-msgstr "Nutzerkonto wurde nicht gefunden, und OpenID-Registrierung ist auf diesem Server nicht gestattet."
+#: ../../mod/settings.php:786
+msgid "Additional Features"
+msgstr "Zusätzliche Funktionen"
-#: ../../mod/openid.php:93 ../../include/auth.php:99
-#: ../../include/auth.php:162
-msgid "Login failed."
-msgstr "Anmeldung fehlgeschlagen."
+#: ../../mod/settings.php:811
+msgid "Connector Settings"
+msgstr "Connector-Einstellungen"
-#: ../../mod/follow.php:27
-msgid "Contact added"
-msgstr "Kontakt hinzugefügt"
+#: ../../mod/settings.php:841 ../../mod/admin.php:369
+msgid "No special theme for mobile devices"
+msgstr "Keine spezielle Theme für mobile Geräte"
-#: ../../mod/common.php:42
-msgid "Common Friends"
-msgstr "Gemeinsame Freunde"
+#: ../../mod/settings.php:881
+msgid "Display Settings"
+msgstr "Anzeige-Einstellungen"
-#: ../../mod/common.php:78
-msgid "No contacts in common."
-msgstr "Keine gemeinsamen Kontakte."
+#: ../../mod/settings.php:887
+msgid "Display Theme:"
+msgstr "Anzeige Theme:"
-#: ../../mod/display.php:135
-msgid "Item has been removed."
-msgstr "Eintrag wurde entfernt."
+#: ../../mod/settings.php:888
+msgid "Mobile Theme:"
+msgstr "Mobile Theme:"
-#: ../../mod/apps.php:4
-msgid "Applications"
-msgstr "Anwendungen"
+#: ../../mod/settings.php:889
+msgid "Update browser every xx seconds"
+msgstr "Browser alle xx Sekunden aktualisieren"
-#: ../../mod/apps.php:7
-msgid "No installed applications."
-msgstr "Keine Applikationen installiert."
+#: ../../mod/settings.php:889
+msgid "Minimum of 10 seconds, no maximum"
+msgstr "Minimum von 10 Sekunden, kein Maximum"
-#: ../../mod/search.php:83 ../../include/text.php:649
-#: ../../include/text.php:650 ../../include/nav.php:91
-msgid "Search"
-msgstr "Suche"
+#: ../../mod/settings.php:890
+msgid "Maximum number of conversations to load at any time:"
+msgstr "Maximale Anzahl von Unterhaltungen die gleichzeitig geladen werden sollen:"
-#: ../../mod/profiles.php:21 ../../mod/profiles.php:395
-#: ../../mod/profiles.php:509 ../../mod/dfrn_confirm.php:62
-msgid "Profile not found."
-msgstr "Profil nicht gefunden."
+#: ../../mod/settings.php:890
+msgid "Maximum of 100 items"
+msgstr "Maximum von 100 Beiträgen"
-#: ../../mod/profiles.php:31
-msgid "Profile Name is required."
-msgstr "Profilname ist erforderlich."
+#: ../../mod/settings.php:891
+msgid "Don't show emoticons"
+msgstr "Emoticons nicht zeigen"
-#: ../../mod/profiles.php:152
-msgid "Marital Status"
-msgstr "Familienstand"
+#: ../../mod/settings.php:927
+msgid "Nobody except yourself"
+msgstr "Niemand außer du selbst"
-#: ../../mod/profiles.php:156
-msgid "Romantic Partner"
-msgstr "Romanze"
+#: ../../mod/settings.php:928
+msgid "Only those you specifically allow"
+msgstr "Nur diejenigen, die Sie erlauben"
-#: ../../mod/profiles.php:160
-msgid "Work/Employment"
-msgstr "Arbeit / Beschäftigung"
+#: ../../mod/settings.php:929
+msgid "Anybody in your address book"
+msgstr "Jeder aus Ihrem Adressbuch"
-#: ../../mod/profiles.php:163
-msgid "Religion"
-msgstr "Religion"
+#: ../../mod/settings.php:930
+msgid "Anybody on this website"
+msgstr "Jeder auf dieser Website"
-#: ../../mod/profiles.php:167
-msgid "Political Views"
-msgstr "Politische Ansichten"
+#: ../../mod/settings.php:931
+msgid "Anybody in this network"
+msgstr "Jeder in diesem Netzwerk"
-#: ../../mod/profiles.php:171
-msgid "Gender"
-msgstr "Geschlecht"
+#: ../../mod/settings.php:932
+msgid "Anybody on the internet"
+msgstr "Jeder im Internet"
-#: ../../mod/profiles.php:175
-msgid "Sexual Preference"
-msgstr "Sexuelle Vorlieben"
+#: ../../mod/settings.php:1006
+msgid "Publish your default profile in the network directory"
+msgstr "Veröffentliche dein Standard-Profil im Netzwerk-Verzeichnis"
-#: ../../mod/profiles.php:179
-msgid "Homepage"
-msgstr "Webseite"
+#: ../../mod/settings.php:1011
+msgid "Allow us to suggest you as a potential friend to new members?"
+msgstr "Dürfen wir dich neuen Mitgliedern als potentiellen Kontakt vorschlagen?"
-#: ../../mod/profiles.php:183
-msgid "Interests"
-msgstr "Interessen"
+#: ../../mod/settings.php:1015 ../../mod/profile_photo.php:298
+msgid "or"
+msgstr "oder"
-#: ../../mod/profiles.php:187
-msgid "Address"
-msgstr "Adresse"
+#: ../../mod/settings.php:1020
+msgid "Your channel address is"
+msgstr "Deine Kanal-Adresse lautet"
-#: ../../mod/profiles.php:194 ../../addon/dav/layout.fnk.php:310
-msgid "Location"
-msgstr "Wohnort"
+#: ../../mod/settings.php:1031
+msgid "Automatically expire posts after this many days:"
+msgstr "Lösche Beiträge automatisch nach dieser Anzahl von Tagen:"
-#: ../../mod/profiles.php:273
-msgid "Profile updated."
-msgstr "Profil aktualisiert."
+#: ../../mod/settings.php:1031
+msgid "If empty, posts will not expire. Expired posts will be deleted"
+msgstr "Falls leer werden Beiträge nie verfallen. Verfallene Beiträge werden gelöscht"
-#: ../../mod/profiles.php:340
-msgid " and "
-msgstr " und "
+#: ../../mod/settings.php:1032
+msgid "Advanced expiration settings"
+msgstr "Erweitere Verfalls-Einstellungen"
-#: ../../mod/profiles.php:348
-msgid "public profile"
-msgstr "öffentliches Profil"
+#: ../../mod/settings.php:1033
+msgid "Advanced Expiration"
+msgstr "Erweitertes Verfallen"
-#: ../../mod/profiles.php:351
-#, php-format
-msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
-msgstr "%1$s hat %2$s geändert auf &ldquo;%3$s&rdquo;"
+#: ../../mod/settings.php:1034
+msgid "Expire posts:"
+msgstr "Beiträge verfallen lassen:"
-#: ../../mod/profiles.php:352
-#, php-format
-msgid " - Visit %1$s's %2$s"
-msgstr " – %1$ss %2$s besuchen"
+#: ../../mod/settings.php:1036
+msgid "Expire starred posts:"
+msgstr "Markierte Beiträge verfallen lassen:"
-#: ../../mod/profiles.php:355
-#, php-format
-msgid "%1$s has an updated %2$s, changing %3$s."
-msgstr "%1$s hat folgendes aktualisiert %2$s, verändert wurde %3$s."
+#: ../../mod/settings.php:1037
+msgid "Expire photos:"
+msgstr "Fotos verfallen lassen:"
-#: ../../mod/profiles.php:414
-msgid "Profile deleted."
-msgstr "Profil gelöscht."
+#: ../../mod/settings.php:1038
+msgid "Only expire posts by others:"
+msgstr "Nur Beiträge anderer verfallen lassen:"
-#: ../../mod/profiles.php:432 ../../mod/profiles.php:466
-msgid "Profile-"
-msgstr "Profil-"
+#: ../../mod/settings.php:1049
+msgid "Channel Settings"
+msgstr "Channel-Einstellungen"
-#: ../../mod/profiles.php:451 ../../mod/profiles.php:493
-msgid "New profile created."
-msgstr "Neues Profil angelegt."
+#: ../../mod/settings.php:1058
+msgid "Basic Settings"
+msgstr "Grundeinstellungen"
-#: ../../mod/profiles.php:472
-msgid "Profile unavailable to clone."
-msgstr "Profil nicht zum Duplizieren verfügbar."
+#: ../../mod/settings.php:1061
+msgid "Your Timezone:"
+msgstr "Ihre Zeitzone:"
-#: ../../mod/profiles.php:530
-msgid "Hide your contact/friend list from viewers of this profile?"
-msgstr "Liste der Kontakte vor Betrachtern dieses Profils verbergen?"
+#: ../../mod/settings.php:1062
+msgid "Default Post Location:"
+msgstr "Standardstandort:"
-#: ../../mod/profiles.php:553
-msgid "Edit Profile Details"
-msgstr "Profil bearbeiten"
+#: ../../mod/settings.php:1063
+msgid "Use Browser Location:"
+msgstr "Standort des Browsers verwenden:"
-#: ../../mod/profiles.php:555
-msgid "View this profile"
-msgstr "Dieses Profil anzeigen"
+#: ../../mod/settings.php:1065
+msgid "Adult Content"
+msgstr "Nicht Jugendfreie-Inhalte"
-#: ../../mod/profiles.php:556
-msgid "Create a new profile using these settings"
-msgstr "Neues Profil anlegen und diese Einstellungen verwenden"
+#: ../../mod/settings.php:1065
+msgid "This channel publishes adult content."
+msgstr "Dieser Kanal veröffentlicht nicht Jugendfreie-Inhalte"
-#: ../../mod/profiles.php:557
-msgid "Clone this profile"
-msgstr "Dieses Profil duplizieren"
+#: ../../mod/settings.php:1067
+msgid "Security and Privacy Settings"
+msgstr "Sicherheits- und Datenschutz-Einstellungen"
-#: ../../mod/profiles.php:558
-msgid "Delete this profile"
-msgstr "Dieses Profil löschen"
+#: ../../mod/settings.php:1069
+msgid "Quick Privacy Settings:"
+msgstr "Schnelle Datenschutz-Einstellungen:"
-#: ../../mod/profiles.php:559
-msgid "Profile Name:"
-msgstr "Profilname:"
+#: ../../mod/settings.php:1070
+msgid "Very Public - extremely permissive"
+msgstr "Sehr offen - extrem freizügig"
-#: ../../mod/profiles.php:560
-msgid "Your Full Name:"
-msgstr "Dein kompletter Name:"
+#: ../../mod/settings.php:1071
+msgid "Typical - default public, privacy when desired"
+msgstr "Typisch - Standard öffentlich, Privatheit wenn gewünscht"
-#: ../../mod/profiles.php:561
-msgid "Title/Description:"
-msgstr "Titel/Beschreibung:"
+#: ../../mod/settings.php:1072
+msgid "Private - default private, rarely open or public"
+msgstr "Privat - Standard privat, selten offen oder öffentlich"
-#: ../../mod/profiles.php:562
-msgid "Your Gender:"
-msgstr "Dein Geschlecht:"
+#: ../../mod/settings.php:1073
+msgid "Blocked - default blocked to/from everybody"
+msgstr "Geschlossen - Standard zu und von jedem geblockt"
-#: ../../mod/profiles.php:563
-#, php-format
-msgid "Birthday (%s):"
-msgstr "Geburtstag (%s):"
-
-#: ../../mod/profiles.php:564
-msgid "Street Address:"
-msgstr "Adresse:"
-
-#: ../../mod/profiles.php:565
-msgid "Locality/City:"
-msgstr "Wohnort:"
+#: ../../mod/settings.php:1076
+msgid "Maximum Friend Requests/Day:"
+msgstr "Maximale Kontaktanfragen pro Tag:"
-#: ../../mod/profiles.php:566
-msgid "Postal/Zip Code:"
-msgstr "Postleitzahl:"
+#: ../../mod/settings.php:1076
+msgid "May reduce spam activity"
+msgstr "Kann die Spam-Aktivität verringern"
-#: ../../mod/profiles.php:567
-msgid "Country:"
-msgstr "Land:"
+#: ../../mod/settings.php:1077
+msgid "Default Post Permissions"
+msgstr "Beitragszugriffrechte Standardeinstellungen"
-#: ../../mod/profiles.php:568
-msgid "Region/State:"
-msgstr "Region/Bundesstaat:"
+#: ../../mod/settings.php:1078
+msgid "(click to open/close)"
+msgstr "(zum öffnen/schließen anklicken)"
-#: ../../mod/profiles.php:569
-msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
-msgstr "<span class=\"heart\">&hearts;</span> Beziehungsstatus:"
+#: ../../mod/settings.php:1091
+msgid "Maximum private messages per day from unknown people:"
+msgstr "Maximale Anzahl privater Nachrichten pro Tag von unbekannten Leuten:"
-#: ../../mod/profiles.php:570
-msgid "Who: (if applicable)"
-msgstr "Wer: (falls anwendbar)"
+#: ../../mod/settings.php:1091
+msgid "Useful to reduce spamming"
+msgstr "Nützlich um Spam zu verringern"
-#: ../../mod/profiles.php:571
-msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
-msgstr "Beispiele: cathy123, Cathy Williams, cathy@example.com"
+#: ../../mod/settings.php:1094
+msgid "Notification Settings"
+msgstr "Benachrichtigungs-Einstellungen"
-#: ../../mod/profiles.php:572
-msgid "Since [date]:"
-msgstr "Seit [Datum]:"
+#: ../../mod/settings.php:1095
+msgid "By default post a status message when:"
+msgstr "Sende standardmäßig Status-Nachrichten wenn:"
-#: ../../mod/profiles.php:573 ../../include/profile_advanced.php:46
-msgid "Sexual Preference:"
-msgstr "Sexuelle Vorlieben:"
+#: ../../mod/settings.php:1096
+msgid "accepting a friend request"
+msgstr "einer Kontaktanfrage stattgegeben wurde"
-#: ../../mod/profiles.php:574
-msgid "Homepage URL:"
-msgstr "Adresse der Homepage:"
+#: ../../mod/settings.php:1097
+msgid "joining a forum/community"
+msgstr "ein Forum beigetreten wurde"
-#: ../../mod/profiles.php:575 ../../include/profile_advanced.php:50
-msgid "Hometown:"
-msgstr "Heimatort:"
+#: ../../mod/settings.php:1098
+msgid "making an <em>interesting</em> profile change"
+msgstr "eine <em>interessante</em> Änderung am Profil vorgenommen wurde"
-#: ../../mod/profiles.php:576 ../../include/profile_advanced.php:54
-msgid "Political Views:"
-msgstr "Politische Ansichten:"
+#: ../../mod/settings.php:1099
+msgid "Send a notification email when:"
+msgstr "Eine Email Benachrichtigung senden wenn:"
-#: ../../mod/profiles.php:577
-msgid "Religious Views:"
-msgstr "Religiöse Ansichten:"
+#: ../../mod/settings.php:1100
+msgid "You receive an introduction"
+msgstr "Du eine Vorstellung erhältst"
-#: ../../mod/profiles.php:578
-msgid "Public Keywords:"
-msgstr "Öffentliche Schlüsselwörter:"
+#: ../../mod/settings.php:1101
+msgid "Your introductions are confirmed"
+msgstr "Deine Vorstellung bestätigt wurde."
-#: ../../mod/profiles.php:579
-msgid "Private Keywords:"
-msgstr "Private Schlüsselwörter:"
+#: ../../mod/settings.php:1102
+msgid "Someone writes on your profile wall"
+msgstr "Jemand auf deine Pinnwand schreibt"
-#: ../../mod/profiles.php:580
-msgid "Example: fishing photography software"
-msgstr "Beispiel: Fischen Fotografie Software"
+#: ../../mod/settings.php:1103
+msgid "Someone writes a followup comment"
+msgstr "Jemand einen Beitrag kommentiert"
-#: ../../mod/profiles.php:581
-msgid "(Used for suggesting potential friends, can be seen by others)"
-msgstr "(Wird verwendet, um potentielle Freunde zu finden, könnte von Fremden eingesehen werden)"
+#: ../../mod/settings.php:1104
+msgid "You receive a private message"
+msgstr "Du eine private Nachricht erhälst"
-#: ../../mod/profiles.php:582
-msgid "(Used for searching profiles, never shown to others)"
-msgstr "(Wird für die Suche nach Profilen verwendet und niemals veröffentlicht)"
+#: ../../mod/settings.php:1105
+msgid "You receive a friend suggestion"
+msgstr "Du einen Kontaktvorschlag erhälst"
-#: ../../mod/profiles.php:583
-msgid "Tell us about yourself..."
-msgstr "Erzähle uns ein bisschen von dir …"
+#: ../../mod/settings.php:1106
+msgid "You are tagged in a post"
+msgstr "Du wurdest in einem Beitrag getaggt"
-#: ../../mod/profiles.php:584
-msgid "Hobbies/Interests"
-msgstr "Hobbies/Interessen"
+#: ../../mod/settings.php:1107
+msgid "You are poked/prodded/etc. in a post"
+msgstr "Du in einer Nachricht angestupst/geknufft/o.ä. wirst"
-#: ../../mod/profiles.php:585
-msgid "Contact information and Social Networks"
-msgstr "Kontaktinformationen und Soziale Netzwerke"
+#: ../../mod/settings.php:1110
+msgid "Advanced Account/Page Type Settings"
+msgstr "Erweiterte Account / Seiten Arten Einstellungen"
-#: ../../mod/profiles.php:586
-msgid "Musical interests"
-msgstr "Musikalische Interessen"
+#: ../../mod/settings.php:1111
+msgid "Change the behaviour of this account for special situations"
+msgstr "Ändere das Verhalten dieses Accounts unter speziellen Umständen"
-#: ../../mod/profiles.php:587
-msgid "Books, literature"
-msgstr "Literatur/Bücher"
+#: ../../mod/viewconnections.php:28 ../../mod/photos.php:576
+#: ../../mod/display.php:9 ../../mod/search.php:80 ../../mod/community.php:18
+#: ../../mod/directory.php:23
+msgid "Public access denied."
+msgstr "Öffentlicher Zugang verweigert."
-#: ../../mod/profiles.php:588
-msgid "Television"
-msgstr "Fernsehen"
+#: ../../mod/viewconnections.php:57
+msgid "No connections."
+msgstr "Keine Verbindungen."
-#: ../../mod/profiles.php:589
-msgid "Film/dance/culture/entertainment"
-msgstr "Filme/Tänze/Kultur/Unterhaltung"
+#: ../../mod/viewconnections.php:69 ../../mod/nogroup.php:40
+#, php-format
+msgid "Visit %s's profile [%s]"
+msgstr "Besuche %s's Profil [%s]"
-#: ../../mod/profiles.php:590
-msgid "Love/romance"
-msgstr "Liebesleben"
+#: ../../mod/viewconnections.php:84
+msgid "View Connnections"
+msgstr "Zeige Verbindungen"
-#: ../../mod/profiles.php:591
-msgid "Work/employment"
-msgstr "Arbeit/Beschäftigung"
+#: ../../mod/tagrm.php:41
+msgid "Tag removed"
+msgstr "Schlagwort entfernt"
-#: ../../mod/profiles.php:592
-msgid "School/education"
-msgstr "Schule/Ausbildung"
+#: ../../mod/tagrm.php:79
+msgid "Remove Item Tag"
+msgstr "Schlagwort des Beitrags entfernen"
-#: ../../mod/profiles.php:597
-msgid ""
-"This is your <strong>public</strong> profile.<br />It <strong>may</strong> "
-"be visible to anybody using the internet."
-msgstr "Dies ist dein <strong>öffentliches</strong> Profil.<br />Es <strong>könnte</strong> für jeden Nutzer des Internets sichtbar sein."
+#: ../../mod/tagrm.php:81
+msgid "Select a tag to remove: "
+msgstr "Schlagwort zum entfernen auswählen:"
-#: ../../mod/profiles.php:607 ../../mod/directory.php:111
-msgid "Age: "
-msgstr "Alter: "
+#: ../../mod/tagrm.php:93 ../../mod/delegate.php:130
+msgid "Remove"
+msgstr "Entferne"
-#: ../../mod/profiles.php:644
-msgid "Edit/Manage Profiles"
-msgstr "Verwalte/Editiere Profile"
+#: ../../mod/connect.php:59 ../../mod/connect.php:107
+msgid "Continue"
+msgstr "Fortfahren"
-#: ../../mod/profiles.php:645 ../../boot.php:1075
-msgid "Change profile photo"
-msgstr "Profilbild ändern"
+#: ../../mod/connect.php:88
+msgid "Premium Channel Setup"
+msgstr "Prämium-Kanal Einrichtung"
-#: ../../mod/profiles.php:646 ../../boot.php:1076
-msgid "Create New Profile"
-msgstr "Neues Profil anlegen"
+#: ../../mod/connect.php:90
+msgid "Enable premium channel connection restrictions"
+msgstr "Einschränkungen für den Prämium-Kanal aktivieren"
-#: ../../mod/profiles.php:657 ../../boot.php:1086
-msgid "Profile Image"
-msgstr "Profilbild"
+#: ../../mod/connect.php:91
+msgid ""
+"Please enter your restrictions or conditions, such as paypal receipt, usage "
+"guidelines, etc."
+msgstr "Bitte gib deine Nutzungseinschränkungen ein, z.B. Paypal Quittung, Nutzungsbestimmungen etc."
-#: ../../mod/profiles.php:659 ../../boot.php:1089
-msgid "visible to everybody"
-msgstr "sichtbar für jeden"
+#: ../../mod/connect.php:93 ../../mod/connect.php:113
+msgid ""
+"This channel may require additional steps or acknowledgement of the "
+"following conditions prior to connecting:"
+msgstr "Unter Umständen sind weitere Schritte oder die Bestätigung der folgenden Bedingungen, vor dem Verbinden mit diesem Kanal nötig."
-#: ../../mod/profiles.php:660 ../../boot.php:1090
-msgid "Edit visibility"
-msgstr "Sichtbarkeit bearbeiten"
+#: ../../mod/connect.php:94
+msgid ""
+"Potential connections will then see the following text before proceeding:"
+msgstr "Potentielle Verbindungen werden den folgenden Text sehen bevor fortgefahren wird:"
-#: ../../mod/filer.php:29 ../../include/conversation.php:947
-msgid "Save to Folder:"
-msgstr "In diesen Ordner verschieben:"
+#: ../../mod/connect.php:95 ../../mod/connect.php:116
+msgid ""
+"By continuing, I certify that I have complied with any instructions provided"
+" on this page."
+msgstr "Mit dem fortfahren bestätige ich die Erfüllung aller Anweisungen die vom Seitenbetreiber erteilt wurden."
-#: ../../mod/filer.php:29
-msgid "- select -"
-msgstr "- auswählen -"
+#: ../../mod/connect.php:104
+msgid "(No specific instructions have been provided by the channel owner.)"
+msgstr "(Der Seitenbetreiber hat keine speziellen Anweisungen für Kanal-Betreiber hinterlegt.)"
-#: ../../mod/tagger.php:103 ../../include/conversation.php:138
-#, php-format
-msgid "%1$s tagged %2$s's %3$s with %4$s"
-msgstr "%1$s hat %2$ss %3$s mit %4$s getaggt"
+#: ../../mod/connect.php:112
+msgid "Restricted or Premium Channel"
+msgstr "Eingeschränkter oder Prämium-Kanal"
#: ../../mod/delegate.php:95
msgid "No potential page delegates located."
@@ -4051,7 +3880,7 @@ msgstr "Bevollmächtigte sind in der Lage, alle Aspekte dieses Kontos/dieser Sei
#: ../../mod/delegate.php:124
msgid "Existing Page Managers"
-msgstr "Vorhandene Seiten Manager"
+msgstr "Vorhandene Seitenmanager"
#: ../../mod/delegate.php:126
msgid "Existing Page Delegates"
@@ -4067,3562 +3896,2956 @@ msgstr "Hinzufügen"
#: ../../mod/delegate.php:132
msgid "No entries."
-msgstr "Keine Einträge"
+msgstr "Keine Einträge."
-#: ../../mod/suggest.php:38 ../../view/theme/diabook/theme.php:626
-#: ../../include/contact_widgets.php:34
-msgid "Friend Suggestions"
-msgstr "Kontaktvorschläge"
+#: ../../mod/sources.php:27
+msgid "Source created."
+msgstr "Quelle erstellt."
-#: ../../mod/suggest.php:44
-msgid ""
-"No suggestions available. If this is a new site, please try again in 24 "
-"hours."
-msgstr "Keine Vorschläge. Falls der Server frisch aufgesetzt wurde, versuche es bitte in 24 Stunden noch einmal."
+#: ../../mod/sources.php:39
+msgid "Source updated."
+msgstr "Quelle aktualisiert."
-#: ../../mod/suggest.php:61
-msgid "Ignore/Hide"
-msgstr "Ignorieren/Verbergen"
-
-#: ../../mod/directory.php:47 ../../view/theme/diabook/theme.php:624
-msgid "Global Directory"
-msgstr "Weltweites Verzeichnis"
+#: ../../mod/sources.php:68
+msgid "Manage remote sources of content for your channel."
+msgstr "Entfernte Quellen von Inhalten deines Kanals verwalten."
-#: ../../mod/directory.php:55
-msgid "Find on this site"
-msgstr "Auf diesem Server suchen"
+#: ../../mod/sources.php:69 ../../mod/sources.php:79
+msgid "New Source"
+msgstr "Neue Quelle"
-#: ../../mod/directory.php:58
-msgid "Site Directory"
-msgstr "Verzeichnis"
-
-#: ../../mod/directory.php:114
-msgid "Gender: "
-msgstr "Geschlecht:"
-
-#: ../../mod/directory.php:140
-msgid "No entries (some entries may be hidden)."
-msgstr "Keine Einträge (einige Einträge könnten versteckt sein)."
+#: ../../mod/sources.php:80 ../../mod/sources.php:106
+msgid ""
+"Import all or selected content from the following channel into this channel "
+"and distribute it according to your channel settings."
+msgstr "Importiere alle, oder nur ausgewählte, Inhalte des folgenden Kanals in diesen Kanal und verteile sie gemäß der Einstellungen dieses Kanals."
-#: ../../mod/invite.php:35
-#, php-format
-msgid "%s : Not a valid email address."
-msgstr "%s: Keine gültige Email Adresse."
+#: ../../mod/sources.php:81 ../../mod/sources.php:107
+msgid "Only import content with these words (one per line)"
+msgstr "Importiere ausschließlich Beiträge, die folgende Wörter (eines pro Zeile) enthalten"
-#: ../../mod/invite.php:59
-msgid "Please join us on Friendica"
-msgstr "Bitte trete uns auf Friendica bei"
+#: ../../mod/sources.php:81 ../../mod/sources.php:107
+msgid "Leave blank to import all public content"
+msgstr "Leer lassen um alle öffentlichen Beiträge zu importieren"
-#: ../../mod/invite.php:69
-#, php-format
-msgid "%s : Message delivery failed."
-msgstr "%s: Zustellung der Nachricht fehlgeschlagen."
+#: ../../mod/sources.php:82 ../../mod/sources.php:109
+#: ../../mod/new_channel.php:110
+msgid "Channel Name"
+msgstr "Channel-Name"
-#: ../../mod/invite.php:73
-#, php-format
-msgid "%d message sent."
-msgid_plural "%d messages sent."
-msgstr[0] "%d Nachricht gesendet."
-msgstr[1] "%d Nachrichten gesendet."
+#: ../../mod/sources.php:96 ../../mod/sources.php:122
+msgid "Source not found."
+msgstr "Quelle nicht gefunden."
-#: ../../mod/invite.php:92
-msgid "You have no more invitations available"
-msgstr "Du hast keine weiteren Einladungen"
+#: ../../mod/sources.php:103
+msgid "Edit Source"
+msgstr "Quelle bearbeiten"
-#: ../../mod/invite.php:100
-#, php-format
-msgid ""
-"Visit %s for a list of public sites that you can join. Friendica members on "
-"other sites can all connect with each other, as well as with members of many"
-" other social networks."
-msgstr "Besuche %s für eine Liste der öffentlichen Server, denen du beitreten kannst. Friendica Mitglieder unterschiedlicher Server können sich sowohl alle miteinander verbinden, als auch mit Mitgliedern anderer Sozialer Netzwerke."
+#: ../../mod/sources.php:104
+msgid "Delete Source"
+msgstr "Quelle löschen"
-#: ../../mod/invite.php:102
-#, php-format
-msgid ""
-"To accept this invitation, please visit and register at %s or any other "
-"public Friendica website."
-msgstr "Um diese Kontaktanfrage zu akzeptieren, besuche und registriere dich bitte bei %s oder einer anderen öffentlichen Friendica Website."
+#: ../../mod/sources.php:130
+msgid "Source removed"
+msgstr "Quelle gelöscht"
-#: ../../mod/invite.php:103
-#, php-format
-msgid ""
-"Friendica sites all inter-connect to create a huge privacy-enhanced social "
-"web that is owned and controlled by its members. They can also connect with "
-"many traditional social networks. See %s for a list of alternate Friendica "
-"sites you can join."
-msgstr "Friendica Server verbinden sich alle untereinander, um ein großes datenschutzorientiertes Soziales Netzwerk zu bilden, das von seinen Mitgliedern betrieben und kontrolliert wird. Sie können sich auch mit vielen üblichen Sozialen Netzwerken verbinden. Besuche %s für eine Liste alternativer Friendica Server, denen du beitreten kannst."
+#: ../../mod/sources.php:132
+msgid "Unable to remove source."
+msgstr "Konnte die Quelle nicht löschen."
-#: ../../mod/invite.php:106
-msgid ""
-"Our apologies. This system is not currently configured to connect with other"
-" public sites or invite members."
-msgstr "Es tut uns Leid. Dieses System ist zurzeit nicht dafür konfiguriert, sich mit anderen öffentlichen Seiten zu verbinden oder Mitglieder einzuladen."
+#: ../../mod/admin.php:48
+msgid "Theme settings updated."
+msgstr "Theme Einstellungen aktualisiert."
-#: ../../mod/invite.php:111
-msgid "Send invitations"
-msgstr "Einladungen senden"
+#: ../../mod/admin.php:87 ../../mod/admin.php:417
+msgid "Site"
+msgstr "Seite"
-#: ../../mod/invite.php:112
-msgid "Enter email addresses, one per line:"
-msgstr "E-Mail-Adressen eingeben, eine pro Zeile:"
+#: ../../mod/admin.php:88 ../../mod/admin.php:669 ../../mod/admin.php:681
+msgid "Users"
+msgstr "Benutzer"
-#: ../../mod/invite.php:114
-msgid ""
-"You are cordially invited to join me and other close friends on Friendica - "
-"and help us to create a better social web."
-msgstr "Du bist herzlich dazu eingeladen, dich mir und anderen guten Freunden auf Friendica anzuschließen - und ein besseres Soziales Netz aufzubauen."
+#: ../../mod/admin.php:89 ../../mod/admin.php:767 ../../mod/admin.php:809
+msgid "Plugins"
+msgstr "Plug-Ins"
-#: ../../mod/invite.php:116
-msgid "You will need to supply this invitation code: $invite_code"
-msgstr "Du benötigst den folgenden Einladungscode: $invite_code"
+#: ../../mod/admin.php:90 ../../mod/admin.php:972 ../../mod/admin.php:1008
+msgid "Themes"
+msgstr "Themes"
-#: ../../mod/invite.php:116
-msgid ""
-"Once you have registered, please connect with me via my profile page at:"
-msgstr "Sobald du registriert bist, kontaktiere mich bitte auf meiner Profilseite:"
+#: ../../mod/admin.php:91 ../../mod/admin.php:475
+msgid "Server"
+msgstr "Server"
-#: ../../mod/invite.php:118
-msgid ""
-"For more information about the Friendica project and why we feel it is "
-"important, please visit http://friendica.com"
-msgstr "Für weitere Informationen über das Friendica Projekt und warum wir es für ein wichtiges Projekt halten, besuche bitte http://friendica.com"
+#: ../../mod/admin.php:92
+msgid "DB updates"
+msgstr "Datenbankaktualisierungen"
-#: ../../mod/dfrn_confirm.php:119
-msgid ""
-"This may occasionally happen if contact was requested by both persons and it"
-" has already been approved."
-msgstr "Das kann passieren, wenn sich zwei Kontakte gegenseitig eingeladen haben und bereits einer angenommen wurde."
+#: ../../mod/admin.php:106 ../../mod/admin.php:113 ../../mod/admin.php:1095
+msgid "Logs"
+msgstr "Protokolle"
-#: ../../mod/dfrn_confirm.php:237
-msgid "Response from remote site was not understood."
-msgstr "Antwort der Gegenstelle unverständlich."
+#: ../../mod/admin.php:112
+msgid "Plugin Features"
+msgstr "Plug-In Funktionen"
-#: ../../mod/dfrn_confirm.php:246
-msgid "Unexpected response from remote site: "
-msgstr "Unerwartete Antwort der Gegenstelle: "
+#: ../../mod/admin.php:114
+msgid "User registrations waiting for confirmation"
+msgstr "Nutzer Anmeldungen die auf Bestätigung warten"
-#: ../../mod/dfrn_confirm.php:254
-msgid "Confirmation completed successfully."
-msgstr "Bestätigung erfolgreich abgeschlossen."
+#: ../../mod/admin.php:188
+msgid "Message queues"
+msgstr "Nachrichten Warteschlange"
-#: ../../mod/dfrn_confirm.php:256 ../../mod/dfrn_confirm.php:270
-#: ../../mod/dfrn_confirm.php:277
-msgid "Remote site reported: "
-msgstr "Gegenstelle meldet: "
+#: ../../mod/admin.php:193 ../../mod/admin.php:416 ../../mod/admin.php:474
+#: ../../mod/admin.php:668 ../../mod/admin.php:766 ../../mod/admin.php:808
+#: ../../mod/admin.php:971 ../../mod/admin.php:1007 ../../mod/admin.php:1094
+msgid "Administration"
+msgstr "Administration"
-#: ../../mod/dfrn_confirm.php:268
-msgid "Temporary failure. Please wait and try again."
-msgstr "Zeitweiser Fehler. Bitte warte einige Momente und versuche es dann noch einmal."
+#: ../../mod/admin.php:194
+msgid "Summary"
+msgstr "Zusammenfassung"
-#: ../../mod/dfrn_confirm.php:275
-msgid "Introduction failed or was revoked."
-msgstr "Kontaktanfrage schlug fehl oder wurde zurück gezogen."
+#: ../../mod/admin.php:196
+msgid "Registered users"
+msgstr "Registrierte Benutzer"
-#: ../../mod/dfrn_confirm.php:420
-msgid "Unable to set contact photo."
-msgstr "Konnte das Bild des Kontakts nicht speichern."
+#: ../../mod/admin.php:198 ../../mod/admin.php:478
+msgid "Pending registrations"
+msgstr "Ausstehende Registrierungen"
-#: ../../mod/dfrn_confirm.php:477 ../../include/diaspora.php:510
-#: ../../include/conversation.php:101
-#, php-format
-msgid "%1$s is now friends with %2$s"
-msgstr "%1$s ist nun mit %2$s befreundet"
+#: ../../mod/admin.php:199
+msgid "Version"
+msgstr "Version"
-#: ../../mod/dfrn_confirm.php:562
-#, php-format
-msgid "No user record found for '%s' "
-msgstr "Für '%s' wurde kein Nutzer gefunden"
+#: ../../mod/admin.php:201 ../../mod/admin.php:479
+msgid "Active plugins"
+msgstr "Aktive Plug-Ins"
-#: ../../mod/dfrn_confirm.php:572
-msgid "Our site encryption key is apparently messed up."
-msgstr "Der Verschlüsselungsschlüssel unserer Seite ist anscheinend im Arsch."
+#: ../../mod/admin.php:340
+msgid "Site settings updated."
+msgstr "Seiten-Einstellungen aktualisiert."
-#: ../../mod/dfrn_confirm.php:583
-msgid "Empty site URL was provided or URL could not be decrypted by us."
-msgstr "Leere URL für die Seite erhalten oder die URL konnte nicht entschlüsselt werden."
+#: ../../mod/admin.php:371
+msgid "No special theme for accessibility"
+msgstr "Kein spezielles Accessibility Theme vorhanden"
-#: ../../mod/dfrn_confirm.php:604
-msgid "Contact record was not found for you on our site."
-msgstr "Für diesen Kontakt wurde auf unserer Seite kein Eintrag gefunden."
+#: ../../mod/admin.php:396
+msgid "Closed"
+msgstr "Geschlossen"
-#: ../../mod/dfrn_confirm.php:618
-#, php-format
-msgid "Site public key not available in contact record for URL %s."
-msgstr "Die Kontaktdaten für URL %s enthalten keinen Public Key für den Server."
+#: ../../mod/admin.php:397
+msgid "Requires approval"
+msgstr "Genehmigung erforderlich"
-#: ../../mod/dfrn_confirm.php:638
-msgid ""
-"The ID provided by your system is a duplicate on our system. It should work "
-"if you try again."
-msgstr "Die ID, die uns dein System angeboten hat, ist hier bereits vergeben. Bitte versuche es noch einmal."
+#: ../../mod/admin.php:398
+msgid "Open"
+msgstr "Offen"
-#: ../../mod/dfrn_confirm.php:649
-msgid "Unable to set your contact credentials on our system."
-msgstr "Deine Kontaktreferenzen konnten nicht in unserem System gespeichert werden."
+#: ../../mod/admin.php:403
+msgid "Private"
+msgstr "Privat"
-#: ../../mod/dfrn_confirm.php:716
-msgid "Unable to update your contact profile details on our system"
-msgstr "Die Updates für dein Profil konnten nicht gespeichert werden"
+#: ../../mod/admin.php:404
+msgid "Paid Access"
+msgstr "Kostenpflichtiger Zugang"
-#: ../../mod/dfrn_confirm.php:750
-#, php-format
-msgid "Connection accepted at %s"
-msgstr "Auf %s wurde die Verbindung akzeptiert"
+#: ../../mod/admin.php:405
+msgid "Free Access"
+msgstr "Kostenloser Zugang"
-#: ../../mod/dfrn_confirm.php:799
-#, php-format
-msgid "%1$s has joined %2$s"
-msgstr "%1$s ist %2$s beigetreten"
+#: ../../mod/admin.php:406
+msgid "Tiered Access"
+msgstr "Abgestufter Zugang"
-#: ../../addon/facebook/facebook.php:513
-msgid "Facebook disabled"
-msgstr "Facebook deaktiviert"
+#: ../../mod/admin.php:419 ../../mod/register.php:172
+msgid "Registration"
+msgstr "Registrierung"
-#: ../../addon/facebook/facebook.php:518
-msgid "Updating contacts"
-msgstr "Aktualisiere Kontakte"
+#: ../../mod/admin.php:420
+msgid "File upload"
+msgstr "Dateiupload"
-#: ../../addon/facebook/facebook.php:541
-msgid "Facebook API key is missing."
-msgstr "Facebook-API-Schlüssel nicht gefunden"
+#: ../../mod/admin.php:421
+msgid "Policies"
+msgstr "Richtlinien"
-#: ../../addon/facebook/facebook.php:548
-msgid "Facebook Connect"
-msgstr "Mit Facebook verbinden"
+#: ../../mod/admin.php:422
+msgid "Advanced"
+msgstr "Fortgeschritten"
-#: ../../addon/facebook/facebook.php:554
-msgid "Install Facebook connector for this account."
-msgstr "Facebook-Connector für dieses Konto installieren."
+#: ../../mod/admin.php:426
+msgid "Site name"
+msgstr "Seitenname"
-#: ../../addon/facebook/facebook.php:561
-msgid "Remove Facebook connector"
-msgstr "Facebook-Connector entfernen"
+#: ../../mod/admin.php:427
+msgid "Banner/Logo"
+msgstr "Banner/Logo"
-#: ../../addon/facebook/facebook.php:566
-msgid ""
-"Re-authenticate [This is necessary whenever your Facebook password is "
-"changed.]"
-msgstr "Neu authentifizieren [Das ist immer dann nötig, wenn Du Dein Facebook-Passwort geändert hast.]"
+#: ../../mod/admin.php:428
+msgid "System language"
+msgstr "System-Sprache"
-#: ../../addon/facebook/facebook.php:573
-msgid "Post to Facebook by default"
-msgstr "Veröffentliche standardmäßig bei Facebook"
+#: ../../mod/admin.php:429
+msgid "System theme"
+msgstr "System-Theme"
-#: ../../addon/facebook/facebook.php:579
+#: ../../mod/admin.php:429
msgid ""
-"Facebook friend linking has been disabled on this site. The following "
-"settings will have no effect."
-msgstr "Das Verlinken von Facebookkontakten wurde auf dieser Seite deaktiviert. Die folgenden Einstellungen haben keinen Effekt."
+"Default system theme - may be over-ridden by user profiles - <a href='#' "
+"id='cnftheme'>change theme settings</a>"
+msgstr "Standard System-Theme - kann durch Nutzerprofile überschieben werden - <a href='#' id='cnftheme'>Theme.Einstellungen ändern</a>"
-#: ../../addon/facebook/facebook.php:583
-msgid ""
-"Facebook friend linking has been disabled on this site. If you disable it, "
-"you will be unable to re-enable it."
-msgstr "Das Verlinken von Facebookkontakten wurde auf dieser Seite deaktiviert. Wenn du es ausgeschaltet hast, kannst du es nicht wieder aktivieren."
+#: ../../mod/admin.php:430
+msgid "Mobile system theme"
+msgstr "Mobile System-Theme:"
-#: ../../addon/facebook/facebook.php:586
-msgid "Link all your Facebook friends and conversations on this website"
-msgstr "All meine Facebook-Kontakte und -Konversationen hier auf diese Website importieren"
+#: ../../mod/admin.php:430
+msgid "Theme for mobile devices"
+msgstr "Theme für mobile Geräte"
-#: ../../addon/facebook/facebook.php:588
-msgid ""
-"Facebook conversations consist of your <em>profile wall</em> and your friend"
-" <em>stream</em>."
-msgstr "Facebook-Konversationen bestehen aus deinen Beiträgen auf deiner<em>Pinnwand</em>, sowie den Beiträgen deiner Freunde <em>Stream</em>."
+#: ../../mod/admin.php:431
+msgid "Accessibility system theme"
+msgstr "Accessibility System-Theme"
-#: ../../addon/facebook/facebook.php:589
-msgid "On this website, your Facebook friend stream is only visible to you."
-msgstr "Hier auf dieser Webseite kannst nur du die Beiträge Deiner Facebook-Freunde (Stream) sehen."
+#: ../../mod/admin.php:431
+msgid "Accessibility theme"
+msgstr "Accessibility Theme"
-#: ../../addon/facebook/facebook.php:590
-msgid ""
-"The following settings determine the privacy of your Facebook profile wall "
-"on this website."
-msgstr "Mit den folgenden Einstellungen kannst Du die Privatsphäre der Kopie Deiner Facebook-Pinnwand hier auf dieser Seite einstellen."
+#: ../../mod/admin.php:432
+msgid "Channel to use for this website's static pages"
+msgstr "Kanal für die statischen Seiten dieser Webseite verwenden"
-#: ../../addon/facebook/facebook.php:594
-msgid ""
-"On this website your Facebook profile wall conversations will only be "
-"visible to you"
-msgstr "Meine Facebook-Pinnwand hier auf dieser Webseite nur für mich sichtbar machen"
+#: ../../mod/admin.php:432
+msgid "Site Channel"
+msgstr "Seiten Kanal"
-#: ../../addon/facebook/facebook.php:599
-msgid "Do not import your Facebook profile wall conversations"
-msgstr "Facebook-Pinnwand nicht importieren"
+#: ../../mod/admin.php:434
+msgid "Maximum image size"
+msgstr "Maximale Bildgröße"
-#: ../../addon/facebook/facebook.php:601
+#: ../../mod/admin.php:434
msgid ""
-"If you choose to link conversations and leave both of these boxes unchecked,"
-" your Facebook profile wall will be merged with your profile wall on this "
-"website and your privacy settings on this website will be used to determine "
-"who may see the conversations."
-msgstr "Wenn Du Facebook-Konversationen importierst und diese beiden Häkchen nicht setzt, wird Deine Facebook-Pinnwand mit der Pinnwand hier auf dieser Webseite vereinigt. Die Privatsphäre-Einstellungen für Deine Pinnwand auf dieser Webseite geben dann an, wer die Konversationen sehen kann."
-
-#: ../../addon/facebook/facebook.php:606
-msgid "Comma separated applications to ignore"
-msgstr "Kommaseparierte Anwendungen, die ignoriert werden sollen"
+"Maximum size in bytes of uploaded images. Default is 0, which means no "
+"limits."
+msgstr "Maximale Größe in Bytes von hochgeladenen Bildern. Standard ist 0, was keine Einschränkung bedeutet."
-#: ../../addon/facebook/facebook.php:690
-msgid "Problems with Facebook Real-Time Updates"
-msgstr "Probleme mit Facebook Echtzeit-Updates"
+#: ../../mod/admin.php:435
+msgid "Register policy"
+msgstr "Registrierungsmethode"
-#: ../../addon/facebook/facebook.php:718
-#: ../../include/contact_selectors.php:81
-msgid "Facebook"
-msgstr "Facebook"
+#: ../../mod/admin.php:436
+msgid "Access policy"
+msgstr "Zugangsrichtlinien"
-#: ../../addon/facebook/facebook.php:719
-msgid "Facebook Connector Settings"
-msgstr "Facebook-Verbindungseinstellungen"
+#: ../../mod/admin.php:437
+msgid "Register text"
+msgstr "Registrierungstext"
-#: ../../addon/facebook/facebook.php:734
-msgid "Facebook API Key"
-msgstr "Facebook API Schlüssel"
+#: ../../mod/admin.php:437
+msgid "Will be displayed prominently on the registration page."
+msgstr "Wird gut sichtbar auf der Registrierungsseite angezeigt."
-#: ../../addon/facebook/facebook.php:744
-msgid ""
-"Error: it appears that you have specified the App-ID and -Secret in your "
-".htconfig.php file. As long as they are specified there, they cannot be set "
-"using this form.<br><br>"
-msgstr "Fehler: du scheinst die App-ID und das App-Geheimnis in deiner .htconfig.php Datei angegeben zu haben. Solange sie dort festgelegt werden kannst du dieses Formular hier nicht verwenden.<br><br>"
+#: ../../mod/admin.php:438
+msgid "Accounts abandoned after x days"
+msgstr "Accounts gelten nach X Tagen als unbenutzt"
-#: ../../addon/facebook/facebook.php:749
+#: ../../mod/admin.php:438
msgid ""
-"Error: the given API Key seems to be incorrect (the application access token"
-" could not be retrieved)."
-msgstr "Fehler: der angegebene API Schlüssel scheint nicht korrekt zu sein (Zugriffstoken konnte nicht empfangen werden)."
+"Will not waste system resources polling external sites for abandonded "
+"accounts. Enter 0 for no time limit."
+msgstr "Verschwende keine Systemressourchen auf das Pollen von externen Seiten wenn das Konto nicht mehr benutzt wird. Trage hier 0 für kein zeitliches Limit."
-#: ../../addon/facebook/facebook.php:751
-msgid "The given API Key seems to work correctly."
-msgstr "Der angegebene API Schlüssel scheint korrekt zu funktionieren."
+#: ../../mod/admin.php:439
+msgid "Allowed friend domains"
+msgstr "Erlaubte Domains für Kontakte"
-#: ../../addon/facebook/facebook.php:753
+#: ../../mod/admin.php:439
msgid ""
-"The correctness of the API Key could not be detected. Somthing strange's "
-"going on."
-msgstr "Die Echtheit des API Schlüssels konnte nicht überprüft werden. Etwas Merkwürdiges ist hier im Gange."
+"Comma separated list of domains which are allowed to establish friendships "
+"with this site. Wildcards are accepted. Empty to allow any domains"
+msgstr "Liste der Domains, die für Freundschaften erlaubt sind, durch Kommas getrennt. Platzhalter werden akzeptiert. Leer lassen, um alle Domains zu erlauben."
-#: ../../addon/facebook/facebook.php:756
-msgid "App-ID / API-Key"
-msgstr "App-ID / API-Key"
+#: ../../mod/admin.php:440
+msgid "Allowed email domains"
+msgstr "Erlaubte Domains für E-Mails"
-#: ../../addon/facebook/facebook.php:757
-msgid "Application secret"
-msgstr "Anwendungs-Geheimnis"
+#: ../../mod/admin.php:440
+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 "Liste der Domains, die für E-Mail-Adressen bei der Registrierung erlaubt sind, durch Kommas getrennt. Platzhalter werden akzeptiert. Leer lassen, um alle Domains zu erlauben."
-#: ../../addon/facebook/facebook.php:758
-#, php-format
-msgid "Polling Interval in minutes (minimum %1$s minutes)"
-msgstr "Abfrageintervall in Minuten (min %1$s Minuten)"
+#: ../../mod/admin.php:441
+msgid "Block public"
+msgstr "Öffentlichen Zugriff blockieren"
-#: ../../addon/facebook/facebook.php:759
+#: ../../mod/admin.php:441
msgid ""
-"Synchronize comments (no comments on Facebook are missed, at the cost of "
-"increased system load)"
-msgstr "Kommentare synchronisieren (Kein Kommentar von Facebook geht verloren, verursacht höhere Last auf dem Server)"
+"Check to block public access to all otherwise public personal pages on this "
+"site unless you are currently logged in."
+msgstr "Klicken, um öffentlichen Zugriff auf sonst öffentliche Profile zu blockieren, wenn man nicht eingeloggt ist."
-#: ../../addon/facebook/facebook.php:763
-msgid "Real-Time Updates"
-msgstr "Echtzeit Aktualisierungen"
+#: ../../mod/admin.php:442
+msgid "Force publish"
+msgstr "Veröffentlichung erzwingen"
-#: ../../addon/facebook/facebook.php:767
-msgid "Real-Time Updates are activated."
-msgstr "Echtzeit-Updates sind aktiviert."
+#: ../../mod/admin.php:442
+msgid ""
+"Check to force all profiles on this site to be listed in the site directory."
+msgstr "Klicken, um Anzeige aller Profile dieses Servers im Verzeichnis zu erzwingen."
-#: ../../addon/facebook/facebook.php:768
-msgid "Deactivate Real-Time Updates"
-msgstr "Echtzeit-Updates deaktivieren"
+#: ../../mod/admin.php:444
+msgid "Proxy user"
+msgstr "Proxy Benutzer"
-#: ../../addon/facebook/facebook.php:770
-msgid "Real-Time Updates not activated."
-msgstr "Echtzeit-Updates nicht aktiviert."
+#: ../../mod/admin.php:445
+msgid "Proxy URL"
+msgstr "Proxy URL"
-#: ../../addon/facebook/facebook.php:770
-msgid "Activate Real-Time Updates"
-msgstr "Echtzeit-Updates aktivieren"
+#: ../../mod/admin.php:446
+msgid "Network timeout"
+msgstr "Netzwerk-Timeout"
-#: ../../addon/facebook/facebook.php:789 ../../addon/dav/layout.fnk.php:360
-msgid "The new values have been saved."
-msgstr "Die neuen Einstellungen wurden gespeichert."
+#: ../../mod/admin.php:446
+msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
+msgstr "Der Wert ist in Sekunden. Setze 0 für unbegrenzt (nicht empfohlen)."
-#: ../../addon/facebook/facebook.php:813
-msgid "Post to Facebook"
-msgstr "Bei Facebook veröffentlichen"
+#: ../../mod/admin.php:447
+msgid "Delivery interval"
+msgstr "Auslieferung Intervall"
-#: ../../addon/facebook/facebook.php:911
+#: ../../mod/admin.php:447
msgid ""
-"Post to Facebook cancelled because of multi-network access permission "
-"conflict."
-msgstr "Beitrag wurde nicht bei Facebook veröffentlicht, da Konflikte bei den Multi-Netzwerk-Zugriffsrechten vorliegen."
-
-#: ../../addon/facebook/facebook.php:1131
-msgid "View on Friendica"
-msgstr "In Friendica betrachten"
-
-#: ../../addon/facebook/facebook.php:1164
-msgid "Facebook post failed. Queued for retry."
-msgstr "Veröffentlichung bei Facebook gescheitert. Wir versuchen es später erneut."
-
-#: ../../addon/facebook/facebook.php:1204
-msgid "Your Facebook connection became invalid. Please Re-authenticate."
-msgstr "Deine Facebook Anmeldedaten sind ungültig geworden. Bitte re-authentifiziere dich."
+"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 "Verzögere im Hintergrund laufende Auslieferungsprozesse um die angegebene Anzahl an Sekunden, um die Systemlast zu verringern. Empfehlungen: 4-5 für Shared-Hosts, 2-3 für VPS, 0-1 für große dedizierte Server."
-#: ../../addon/facebook/facebook.php:1205
-msgid "Facebook connection became invalid"
-msgstr "Facebook Anmeldedaten sind ungültig geworden"
+#: ../../mod/admin.php:448
+msgid "Poll interval"
+msgstr "Abfrageintervall"
-#: ../../addon/facebook/facebook.php:1206
-#, php-format
+#: ../../mod/admin.php:448
msgid ""
-"Hi %1$s,\n"
-"\n"
-"The connection between your accounts on %2$s and Facebook became invalid. This usually happens after you change your Facebook-password. To enable the connection again, you have to %3$sre-authenticate the Facebook-connector%4$s."
-msgstr "Hallo %1$s,\n\ndie Verbindung zwischen deinem Account auf %2$s und Facebook funktioniert derzeit nicht. Dies ist normalerweise das Ergebnis einer Passwortänderung bei Facebook. Um die Verbindung wieder zu aktivieren musst du %3$sden Facebook-Connector neu authentifizieren%4$s."
+"Delay background polling processes by this many seconds to reduce system "
+"load. If 0, use delivery interval."
+msgstr "Verzögere Hintergrundprozesse, um diese Anzahl an Sekunden um die Systemlast zu reduzieren. Bei 0 Sekunden wird das Auslieferungsintervall verwendet."
-#: ../../addon/snautofollow/snautofollow.php:32
-msgid "StatusNet AutoFollow settings updated."
-msgstr "StatusNet AutoFollow Einstellungen aktualisiert."
+#: ../../mod/admin.php:449
+msgid "Maximum Load Average"
+msgstr "Maximum Load Average"
-#: ../../addon/snautofollow/snautofollow.php:56
-msgid "StatusNet AutoFollow Settings"
-msgstr "StatusNet AutoFollow Einstellungen"
+#: ../../mod/admin.php:449
+msgid ""
+"Maximum system load before delivery and poll processes are deferred - "
+"default 50."
+msgstr "Maximale Systemlast bevor Verteil- und Empfangsprozesse verschoben werden - Standard 50"
-#: ../../addon/snautofollow/snautofollow.php:58
-msgid "Automatically follow any StatusNet followers/mentioners"
-msgstr "Automatisch allen StatusNet Followern/Erwähnungen folgen"
+#: ../../mod/admin.php:466
+msgid "No server found"
+msgstr "Kein Server gefunden"
-#: ../../addon/privacy_image_cache/privacy_image_cache.php:182
-msgid "Lifetime of the cache (in hours)"
-msgstr "Lebenszeit des Caches (in Stunden)"
+#: ../../mod/admin.php:473
+msgid "ID"
+msgstr "ID"
-#: ../../addon/privacy_image_cache/privacy_image_cache.php:187
-msgid "Cache Statistics"
-msgstr "Cache Statistik"
+#: ../../mod/admin.php:473
+msgid "for channel"
+msgstr "für Kanal"
-#: ../../addon/privacy_image_cache/privacy_image_cache.php:190
-msgid "Number of items"
-msgstr "Anzahl der Einträge"
+#: ../../mod/admin.php:473
+msgid "on server"
+msgstr "auf Server"
-#: ../../addon/privacy_image_cache/privacy_image_cache.php:192
-msgid "Size of the cache"
-msgstr "Größe des Caches"
+#: ../../mod/admin.php:473
+msgid "Status"
+msgstr "Status"
-#: ../../addon/privacy_image_cache/privacy_image_cache.php:194
-msgid "Delete the whole cache"
-msgstr "Cache leeren"
+#: ../../mod/admin.php:493
+msgid "Update has been marked successful"
+msgstr "Update wurde als erfolgreich markiert"
-#: ../../addon/widgets/widget_like.php:58
+#: ../../mod/admin.php:503
#, php-format
-msgid "%d person likes this"
-msgid_plural "%d people like this"
-msgstr[0] "%d Person mag das"
-msgstr[1] "%d Leuten mögen das"
+msgid "Executing %s failed. Check system logs."
+msgstr "Aufrufen von %s fehlgeschlagen. Überprüfe die Systemlogs."
-#: ../../addon/widgets/widget_like.php:61
+#: ../../mod/admin.php:506
#, php-format
-msgid "%d person doesn't like this"
-msgid_plural "%d people don't like this"
-msgstr[0] " %d Person mag das nicht"
-msgstr[1] "%d Leute mögen das nicht"
-
-#: ../../addon/widgets/widget_friendheader.php:40
-msgid "Get added to this list!"
-msgstr "Werde Mitglied dieser Liste"
-
-#: ../../addon/widgets/widgets.php:56
-msgid "Generate new key"
-msgstr "Neuen Schlüssel erstellen"
-
-#: ../../addon/widgets/widgets.php:59
-msgid "Widgets key"
-msgstr "Widgets Schlüssel"
-
-#: ../../addon/widgets/widgets.php:61
-msgid "Widgets available"
-msgstr "Verfügbare Widgets"
-
-#: ../../addon/widgets/widget_friends.php:40
-msgid "Connect on Friendica!"
-msgstr "In Friendica verbinden!"
-
-#: ../../addon/yourls/yourls.php:55
-msgid "YourLS Settings"
-msgstr "YourLS Einstellungen"
-
-#: ../../addon/yourls/yourls.php:57
-msgid "URL: http://"
-msgstr "URL: http://"
-
-#: ../../addon/yourls/yourls.php:62
-msgid "Username:"
-msgstr "Nutzername:"
-
-#: ../../addon/yourls/yourls.php:67
-msgid "Password:"
-msgstr "Passwort:"
-
-#: ../../addon/yourls/yourls.php:72
-msgid "Use SSL "
-msgstr "SSL Verwenden "
-
-#: ../../addon/yourls/yourls.php:92
-msgid "yourls Settings saved."
-msgstr "yourls Einstellungen gespeichert"
-
-#: ../../addon/ljpost/ljpost.php:39
-msgid "Post to LiveJournal"
-msgstr "In LiveJournal veröffentlichen."
+msgid "Update %s was successfully applied."
+msgstr "Update %s wurde erfolgreich angewandt."
-#: ../../addon/ljpost/ljpost.php:70
-msgid "LiveJournal Post Settings"
-msgstr "LiveJournal Veröffentlichungs-Einstellungen"
+#: ../../mod/admin.php:510
+#, php-format
+msgid "Update %s did not return a status. Unknown if it succeeded."
+msgstr "Update %s liefert keinen Rückgabewert. Unbekannt ob es erfolgreich war."
-#: ../../addon/ljpost/ljpost.php:72
-msgid "Enable LiveJournal Post Plugin"
-msgstr "LiveJournal Post Plugin aktivieren"
+#: ../../mod/admin.php:513
+#, php-format
+msgid "Update function %s could not be found."
+msgstr "Update Funktion %s konnte nicht gefunden werden."
-#: ../../addon/ljpost/ljpost.php:77
-msgid "LiveJournal username"
-msgstr "LiveJournal Benutzername"
+#: ../../mod/admin.php:528
+msgid "No failed updates."
+msgstr "Keine fehlgeschlagenen Aktualisierungen."
-#: ../../addon/ljpost/ljpost.php:82
-msgid "LiveJournal password"
-msgstr "LiveJournal Passwort"
+#: ../../mod/admin.php:532
+msgid "Failed Updates"
+msgstr "Fehlgeschlagene Aktualisierungen"
-#: ../../addon/ljpost/ljpost.php:87
-msgid "Post to LiveJournal by default"
-msgstr "Standardmäßig bei LiveJournal veröffentlichen"
+#: ../../mod/admin.php:534
+msgid "Mark success (if update was manually applied)"
+msgstr "Als erfolgreich markieren (wenn das Update manuell angewandt wurde)"
-#: ../../addon/nsfw/nsfw.php:47
-msgid "Not Safe For Work (General Purpose Content Filter) settings"
-msgstr "Not Safe for Work (allg. Filter für ungewollte Inhalte) Einstellungen:"
+#: ../../mod/admin.php:535
+msgid "Attempt to execute this update step automatically"
+msgstr "Versuche diesen Updateschritt automatisch anzuwenden"
-#: ../../addon/nsfw/nsfw.php:49
-msgid ""
-"This plugin looks in posts for the words/text you specify below, and "
-"collapses any content containing those keywords so it is not displayed at "
-"inappropriate times, such as sexual innuendo that may be improper in a work "
-"setting. It is polite and recommended to tag any content containing nudity "
-"with #NSFW. This filter can also match any other word/text you specify, and"
-" can thereby be used as a general purpose content filter."
-msgstr "Dieses Plugin sucht in Beiträgen nach Wörtern oder Textbauteilen die du weiter unten eingibst, findet es diese Bausteine, dann wird der entsprechende Beitrag zusammengefaltet dargestellt. Auf diese Weise wird verhindert, dass Inhalte, wie z.B. sexuelle Anspielungen, in unpassenden Momenten angezeigt werden. Du solltest den #NSFW Tag für Beiträge verwenden von denen du ausgehen kannst, dass andere sie anstößig finden könnten. Du kannst beliebige Wörter in der Filterliste angeben und ihn so als allgemeinen Filter verwenden."
-
-#: ../../addon/nsfw/nsfw.php:50
-msgid "Enable Content filter"
-msgstr "Aktiviere den Inhaltsfilter"
-
-#: ../../addon/nsfw/nsfw.php:53
-msgid "Comma separated list of keywords to hide"
-msgstr "Durch Komma getrennte Liste von Schlüsselwörtern die verborgen werden sollen"
-
-#: ../../addon/nsfw/nsfw.php:58
-msgid "Use /expression/ to provide regular expressions"
-msgstr "Verwende /expression/ um reguläre Ausdrücke zu verwenden"
-
-#: ../../addon/nsfw/nsfw.php:74
-msgid "NSFW Settings saved."
-msgstr "NSFW-Einstellungen gespeichert"
-
-#: ../../addon/nsfw/nsfw.php:121
+#: ../../mod/admin.php:561
#, php-format
-msgid "%s - Click to open/close"
-msgstr "%s – Zum Öffnen/Schließen klicken"
-
-#: ../../addon/page/page.php:48
-msgid "Forums"
-msgstr "Foren"
+msgid "%s user blocked/unblocked"
+msgid_plural "%s users blocked/unblocked"
+msgstr[0] "%s Nutzer blockiert/freigegeben"
+msgstr[1] "%s Nutzer blockiert/freigegeben"
-#: ../../addon/page/page.php:63 ../../addon/showmore/showmore.php:87
-#: ../../include/contact_widgets.php:188 ../../include/conversation.php:476
-#: ../../boot.php:524
-msgid "show more"
-msgstr "mehr anzeigen"
+#: ../../mod/admin.php:568
+#, php-format
+msgid "%s user deleted"
+msgid_plural "%s users deleted"
+msgstr[0] "%s Nutzer gelöscht"
+msgstr[1] "%s Nutzer gelöscht"
-#: ../../addon/planets/planets.php:150
-msgid "Planets Settings"
-msgstr "Planeten Einstellungen"
+#: ../../mod/admin.php:599
+msgid "Account not found"
+msgstr "Konto nicht gefunden"
-#: ../../addon/planets/planets.php:152
-msgid "Enable Planets Plugin"
-msgstr "Aktiviere Planeten Plugin"
+#: ../../mod/admin.php:610
+#, php-format
+msgid "User '%s' deleted"
+msgstr "Benutzer '%s' gelöscht"
-#: ../../addon/communityhome/communityhome.php:28
-#: ../../addon/communityhome/communityhome.php:34
-#: ../../addon/communityhome/twillingham/communityhome.php:28
-#: ../../addon/communityhome/twillingham/communityhome.php:34
-#: ../../include/nav.php:64 ../../boot.php:822
-msgid "Login"
-msgstr "Anmeldung"
+#: ../../mod/admin.php:619
+#, php-format
+msgid "User '%s' unblocked"
+msgstr "Benutzer '%s' freigegeben"
-#: ../../addon/communityhome/communityhome.php:29
-#: ../../addon/communityhome/twillingham/communityhome.php:29
-msgid "OpenID"
-msgstr "OpenID"
+#: ../../mod/admin.php:619
+#, php-format
+msgid "User '%s' blocked"
+msgstr "Benutzer '%s' blockiert"
-#: ../../addon/communityhome/communityhome.php:38
-#: ../../addon/communityhome/twillingham/communityhome.php:38
-msgid "Latest users"
-msgstr "Letzte Benutzer"
+#: ../../mod/admin.php:650
+msgid "Normal Account"
+msgstr "Normales Konto"
-#: ../../addon/communityhome/communityhome.php:81
-#: ../../addon/communityhome/twillingham/communityhome.php:81
-msgid "Most active users"
-msgstr "Aktivste Nutzer"
+#: ../../mod/admin.php:651
+msgid "Soapbox Account"
+msgstr "Marktschreier Konto"
-#: ../../addon/communityhome/communityhome.php:98
-msgid "Latest photos"
-msgstr "Neueste Fotos"
+#: ../../mod/admin.php:652
+msgid "Community/Celebrity Account"
+msgstr "Community/Celebrity Konto"
-#: ../../addon/communityhome/communityhome.php:133
-msgid "Latest likes"
-msgstr "Neueste Favoriten"
+#: ../../mod/admin.php:653
+msgid "Automatic Friend Account"
+msgstr "Automatisches Freundschafts- Konto"
-#: ../../addon/communityhome/communityhome.php:155
-#: ../../view/theme/diabook/theme.php:562 ../../include/text.php:1314
-#: ../../include/conversation.php:45 ../../include/conversation.php:118
-msgid "event"
-msgstr "Veranstaltung"
-
-#: ../../addon/dav/common/wdcal_configuration.php:126
-msgid "U.S. Time Format (mm/dd/YYYY)"
-msgstr "U.S. Datumsformat (mm/dd/YYYY)"
-
-#: ../../addon/dav/common/wdcal_configuration.php:205
-msgid "German Time Format (dd.mm.YYYY)"
-msgstr "Deutsches Datumsformat (dd.mm.YYYY)"
-
-#: ../../addon/dav/common/calendar.fnk.php:517
-#: ../../addon/dav/common/calendar.fnk.php:533
-#: ../../addon/dav/layout.fnk.php:200
-msgid "Error"
-msgstr "Fehler"
-
-#: ../../addon/dav/common/calendar.fnk.php:568
-#: ../../addon/dav/common/calendar.fnk.php:637
-#: ../../addon/dav/common/calendar.fnk.php:664
-#: ../../addon/dav/layout.fnk.php:231
-msgid "No access"
-msgstr "Kein Zugriff"
-
-#: ../../addon/dav/layout.fnk.php:119
-msgid "New event"
-msgstr "Neue Veranstaltung"
-
-#: ../../addon/dav/layout.fnk.php:123
-msgid "Today"
-msgstr "Heute"
-
-#: ../../addon/dav/layout.fnk.php:132
-msgid "Day"
-msgstr "Tag"
+#: ../../mod/admin.php:671
+msgid "select all"
+msgstr "Alle auswählen"
-#: ../../addon/dav/layout.fnk.php:139
-msgid "Week"
-msgstr "Woche"
+#: ../../mod/admin.php:672
+msgid "User registrations waiting for confirm"
+msgstr "Neuanmeldungen, die auf deine Bestätigung warten"
-#: ../../addon/dav/layout.fnk.php:146
-msgid "Month"
-msgstr "Monat"
+#: ../../mod/admin.php:673
+msgid "Request date"
+msgstr "Antragsdatum"
-#: ../../addon/dav/layout.fnk.php:151
-msgid "Reload"
-msgstr "Neu Laden"
+#: ../../mod/admin.php:674
+msgid "No registrations."
+msgstr "Keine Registrierungen."
-#: ../../addon/dav/layout.fnk.php:162
-msgid "Date"
-msgstr "Datum"
+#: ../../mod/admin.php:675 ../../mod/intro.php:11 ../../mod/intro.php:98
+#: ../../mod/notifications.php:159 ../../mod/notifications.php:206
+msgid "Approve"
+msgstr "Genehmigen"
-#: ../../addon/dav/layout.fnk.php:224
-msgid "Not found"
-msgstr "Nicht gefunden"
+#: ../../mod/admin.php:676
+msgid "Deny"
+msgstr "Verweigern"
-#: ../../addon/dav/layout.fnk.php:292 ../../addon/dav/layout.fnk.php:365
-msgid "Go back to the calendar"
-msgstr "Zurück zum Kalender"
+#: ../../mod/admin.php:678 ../../mod/intro.php:14 ../../mod/intro.php:99
+#: ../../mod/connections.php:325 ../../mod/connections.php:466
+msgid "Block"
+msgstr "Blockieren"
-#: ../../addon/dav/layout.fnk.php:300
-msgid "Starts"
-msgstr "Beginnt"
+#: ../../mod/admin.php:679 ../../mod/connections.php:325
+#: ../../mod/connections.php:466
+msgid "Unblock"
+msgstr "Freigeben"
-#: ../../addon/dav/layout.fnk.php:305
-msgid "Ends"
-msgstr "Endet"
+#: ../../mod/admin.php:682
+msgid "Register date"
+msgstr "Registrierungs-Datum"
-#: ../../addon/dav/layout.fnk.php:312
-msgid "Description"
-msgstr "Beschreibung"
+#: ../../mod/admin.php:682
+msgid "Last login"
+msgstr "Letzte Anmeldung"
-#: ../../addon/dav/layout.fnk.php:315
-msgid "Notification"
-msgstr "Benachrichtigung"
+#: ../../mod/admin.php:682
+msgid "Service Class"
+msgstr "Service-Klasse"
-#: ../../addon/dav/layout.fnk.php:324
-msgid "Minutes"
-msgstr "Minuten"
+#: ../../mod/admin.php:684
+msgid ""
+"Selected users will be deleted!\\n\\nEverything these users had posted on "
+"this site will be permanently deleted!\\n\\nAre you sure?"
+msgstr "Markierte Nutzer werden gelöscht\\n\\nAlles was diese Nutzer auf dieser Seite veröffentlicht haben wird permanent gelöscht\\n\\nBist du sicher?"
-#: ../../addon/dav/layout.fnk.php:327
-msgid "Hours"
-msgstr "Stunden"
+#: ../../mod/admin.php:685
+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 "Der Nutzer {0} wird gelöscht\\n\\nAlles was dieser Nutzer auf dieser Seite veröffentlicht hat wird permanent gelöscht werden\\n\\nBist du sicher?"
-#: ../../addon/dav/layout.fnk.php:330
-msgid "Days"
-msgstr "Tage"
+#: ../../mod/admin.php:726
+#, php-format
+msgid "Plugin %s disabled."
+msgstr "Plug-In %s deaktiviert."
-#: ../../addon/dav/layout.fnk.php:331
-msgid "before"
-msgstr "vorher"
+#: ../../mod/admin.php:730
+#, php-format
+msgid "Plugin %s enabled."
+msgstr "Plug-In %s aktiviert."
-#: ../../addon/dav/layout.fnk.php:367
-msgid "Calendar Settings"
-msgstr "Kalender Einstellungen"
+#: ../../mod/admin.php:740 ../../mod/admin.php:942
+msgid "Disable"
+msgstr "Deaktivieren"
-#: ../../addon/dav/layout.fnk.php:373
-msgid "Date format"
-msgstr "Datumsformat"
+#: ../../mod/admin.php:742 ../../mod/admin.php:944
+msgid "Enable"
+msgstr "Aktivieren"
-#: ../../addon/dav/layout.fnk.php:382
-msgid "Time zone"
-msgstr "Zeitzone"
+#: ../../mod/admin.php:768 ../../mod/admin.php:973
+msgid "Toggle"
+msgstr "Umschalten"
-#: ../../addon/dav/layout.fnk.php:387
-msgid "Limitations"
-msgstr "Einschränkungen"
+#: ../../mod/admin.php:776 ../../mod/admin.php:983
+msgid "Author: "
+msgstr "Autor: "
-#: ../../addon/dav/layout.fnk.php:391
-msgid "Warning"
-msgstr "Warnung"
+#: ../../mod/admin.php:777 ../../mod/admin.php:984
+msgid "Maintainer: "
+msgstr "Betreuer:"
-#: ../../addon/dav/layout.fnk.php:395
-msgid "Synchronization (iPhone, Thunderbird Lightning, Android, ...)"
-msgstr "Synchronisation (iPhone, Thunderbird Lightning, Android, ...)"
+#: ../../mod/admin.php:906
+msgid "No themes found."
+msgstr "Keine Theme gefunden."
-#: ../../addon/dav/layout.fnk.php:402
-msgid "Synchronizing this calendar with the iPhone"
-msgstr "Diesen Kalender mit dem iPhone synchronisieren"
+#: ../../mod/admin.php:965
+msgid "Screenshot"
+msgstr "Bildschirmfoto"
-#: ../../addon/dav/layout.fnk.php:413
-msgid "Synchronizing your Friendica-Contacts with the iPhone"
-msgstr "Friendica-Kontakte mit dem iPhone synchronisieren"
+#: ../../mod/admin.php:1013
+msgid "[Experimental]"
+msgstr "[Experimentell]"
-#: ../../addon/dav/dav_carddav_backend_friendica_community.inc.php:37
-msgid "Friendica-Contacts"
-msgstr "Friendica-Kontakte"
+#: ../../mod/admin.php:1014
+msgid "[Unsupported]"
+msgstr "[Nicht unterstützt]"
-#: ../../addon/dav/dav_carddav_backend_friendica_community.inc.php:38
-msgid "Your Friendica-Contacts"
-msgstr "Deine Friendica-Kontakte"
+#: ../../mod/admin.php:1041
+msgid "Log settings updated."
+msgstr "Protokoll-Einstellungen aktualisiert."
-#: ../../addon/dav/main.php:244
-msgid "Calendar"
-msgstr "Kalender"
+#: ../../mod/admin.php:1097
+msgid "Clear"
+msgstr "Leeren"
-#: ../../addon/dav/main.php:247
-msgid "Extended calendar with CalDAV-support"
-msgstr "Erweiterter Kalender mit CalDAV Unterstützung."
+#: ../../mod/admin.php:1103
+msgid "Debugging"
+msgstr "Debugging"
-#: ../../addon/dav/main.php:263
-msgid "The database tables have been installed."
-msgstr "Die Datenbank-Tabellen wurden installiert."
+#: ../../mod/admin.php:1104
+msgid "Log file"
+msgstr "Protokolldatei"
-#: ../../addon/dav/main.php:264
-msgid "An error occurred during the installation."
-msgstr "Während der Installation trat ein Fehler auf."
+#: ../../mod/admin.php:1104
+msgid ""
+"Must be writable by web server. Relative to your Red top-level directory."
+msgstr "Muss für den Web-Server schreibbar sein. Relativ zum Red Stammverzeichnis."
-#: ../../addon/dav/main.php:280
-msgid "No system-wide settings yet."
-msgstr "Momentan keine systemweiten Einstellungen."
+#: ../../mod/admin.php:1105
+msgid "Log level"
+msgstr "Protokollstufe"
-#: ../../addon/dav/main.php:283
-msgid "Database status"
-msgstr "Datenbank Status"
+#: ../../mod/mitem.php:13 ../../mod/menu.php:87
+msgid "Menu not found."
+msgstr "Menü nicht gefunden"
-#: ../../addon/dav/main.php:286
-msgid "Installed"
-msgstr "Installiert"
+#: ../../mod/mitem.php:66
+msgid "Menu element updated."
+msgstr "Menü-Bestandteil aktualisiert."
-#: ../../addon/dav/main.php:289
-msgid "Upgrade needed"
-msgstr "Upgrade erforderlich"
+#: ../../mod/mitem.php:70
+msgid "Unable to update menu element."
+msgstr "Kann Menü-Bestandteil nicht aktualisieren."
-#: ../../addon/dav/main.php:289
-msgid "Upgrade"
-msgstr "Upgrade"
+#: ../../mod/mitem.php:76
+msgid "Menu element added."
+msgstr "Menü-Bestandteil hinzugefügt."
-#: ../../addon/dav/main.php:292
-msgid "Not installed"
-msgstr "Nicht installiert"
+#: ../../mod/mitem.php:80
+msgid "Unable to add menu element."
+msgstr "Kann Menü-Bestandteil nicht hinzufügen."
-#: ../../addon/dav/main.php:292
-msgid "Install"
-msgstr "Installieren"
+#: ../../mod/mitem.php:97 ../../mod/xchan.php:25 ../../mod/menu.php:113
+msgid "Not found."
+msgstr "Nicht gefunden."
-#: ../../addon/dav/main.php:297
-msgid "Troubleshooting"
-msgstr "Problembehebung"
+#: ../../mod/mitem.php:116
+msgid "Manage Menu Elements"
+msgstr "Menü-Bestandteile verwalten"
-#: ../../addon/dav/main.php:298
-msgid "Manual creation of the database tables:"
-msgstr "Manuelles anlegen der Datenbank Tabellen:"
+#: ../../mod/mitem.php:119
+msgid "Edit menu"
+msgstr "Menü bearbeiten"
-#: ../../addon/dav/main.php:299
-msgid "Show SQL-statements"
-msgstr "SQL-Anweisungen anzeigen"
+#: ../../mod/mitem.php:122
+msgid "Edit element"
+msgstr "Bestandteil bearbeiten"
-#: ../../addon/dav/calendar.friendica.fnk.php:151
-msgid "Private Calendar"
-msgstr "Privater Kalender"
+#: ../../mod/mitem.php:123
+msgid "Drop element"
+msgstr "Bestandteil löschen"
-#: ../../addon/dav/calendar.friendica.fnk.php:158
-msgid "Friendica Events: Mine"
-msgstr "Meine Friendica-Veranstaltungen"
+#: ../../mod/mitem.php:124
+msgid "New element"
+msgstr "Neues Bestandteil"
-#: ../../addon/dav/calendar.friendica.fnk.php:161
-msgid "Friendica Events: Contacts"
-msgstr "Friendica Veranstaltungen meiner Kontakte"
+#: ../../mod/mitem.php:125
+msgid "Edit this menu container"
+msgstr "Diesen Menü-Container bearbeiten"
-#: ../../addon/uhremotestorage/uhremotestorage.php:84
-#, php-format
-msgid ""
-"Allow to use your friendica id (%s) to connecto to external unhosted-enabled"
-" storage (like ownCloud). See <a "
-"href=\"http://www.w3.org/community/unhosted/wiki/RemoteStorage#WebFinger\">RemoteStorage"
-" WebFinger</a>"
-msgstr "Ermöglicht dir, deine friendica id (%s) mit externen unhosted-fähigen Speichern (z.B. ownCloud) zu verbinden. Siehe <a href=\"http://www.w3.org/community/unhosted/wiki/RemoteStorage#WebFinger\">RemoteStorage WebFinger</a>"
+#: ../../mod/mitem.php:126
+msgid "Add menu element"
+msgstr "Menüelement hinzufügen"
-#: ../../addon/uhremotestorage/uhremotestorage.php:85
-msgid "Template URL (with {category})"
-msgstr "Vorlagen URL (mit {Kategorie})"
+#: ../../mod/mitem.php:127
+msgid "Delete this menu item"
+msgstr "Lösche dieses Menü-Bestandteil"
-#: ../../addon/uhremotestorage/uhremotestorage.php:86
-msgid "OAuth end-point"
-msgstr "OAuth end-point"
+#: ../../mod/mitem.php:128
+msgid "Edit this menu item"
+msgstr "Bearbeite dieses Menü-Bestandteil"
-#: ../../addon/uhremotestorage/uhremotestorage.php:87
-msgid "Api"
-msgstr "Api"
+#: ../../mod/mitem.php:141
+msgid "New Menu Element"
+msgstr "Neues Menü-Bestandteil"
-#: ../../addon/membersince/membersince.php:18
-msgid "Member since:"
-msgstr "Mitglied seit:"
+#: ../../mod/mitem.php:143 ../../mod/mitem.php:184
+msgid "Link text"
+msgstr "Link Text"
-#: ../../addon/tictac/tictac.php:20
-msgid "Three Dimensional Tic-Tac-Toe"
-msgstr "Dreidimensionales Tic-Tac-Toe"
+#: ../../mod/mitem.php:144 ../../mod/mitem.php:185
+msgid "URL of link"
+msgstr "URL des Links"
-#: ../../addon/tictac/tictac.php:53
-msgid "3D Tic-Tac-Toe"
-msgstr "3D Tic-Tac-Toe"
+#: ../../mod/mitem.php:145 ../../mod/mitem.php:186
+msgid "Use Red magic-auth if available"
+msgstr "Verwende Red Magic-Auth wenn verfügbar"
-#: ../../addon/tictac/tictac.php:58
-msgid "New game"
-msgstr "Neues Spiel"
+#: ../../mod/mitem.php:146 ../../mod/mitem.php:187
+msgid "Open link in new window"
+msgstr "Öffne Link in neuem Fenster"
-#: ../../addon/tictac/tictac.php:59
-msgid "New game with handicap"
-msgstr "Neues Handicap Spiel"
+#: ../../mod/mitem.php:148 ../../mod/mitem.php:189
+msgid "Order in list"
+msgstr "Reihenfolge in der Liste"
-#: ../../addon/tictac/tictac.php:60
-msgid ""
-"Three dimensional tic-tac-toe is just like the traditional game except that "
-"it is played on multiple levels simultaneously. "
-msgstr "3D-Tic-Tac-Toe ist genauso wie das herkömmliche Spiel, nur dass man es auf mehreren Ebenen gleichzeitig spielt."
+#: ../../mod/mitem.php:148 ../../mod/mitem.php:189
+msgid "Higher numbers will sink to bottom of listing"
+msgstr "Größere Nummern werden weiter unten in der Auflistung einsortiert"
-#: ../../addon/tictac/tictac.php:61
-msgid ""
-"In this case there are three levels. You win by getting three in a row on "
-"any level, as well as up, down, and diagonally across the different levels."
-msgstr "In diesem Fall sind es drei Ebenen. Man gewinnt indem man drei in einer Reihe auf einer beliebigen Reihe schafft, oder drei übereinander oder diagonal auf verschiedenen Ebenen."
+#: ../../mod/mitem.php:149 ../../mod/menu.php:79 ../../mod/new_channel.php:117
+msgid "Create"
+msgstr "Erstelle"
-#: ../../addon/tictac/tictac.php:63
-msgid ""
-"The handicap game disables the center position on the middle level because "
-"the player claiming this square often has an unfair advantage."
-msgstr "Beim Handicap-Spiel wird die zentrale Position der mittleren Ebene gesperrt, da der Spieler, der diese Ebene besitzt, oft einen unfairen Vorteil genießt."
-
-#: ../../addon/tictac/tictac.php:182
-msgid "You go first..."
-msgstr "Du fängst an..."
-
-#: ../../addon/tictac/tictac.php:187
-msgid "I'm going first this time..."
-msgstr "Diesmal fange ich an..."
-
-#: ../../addon/tictac/tictac.php:193
-msgid "You won!"
-msgstr "Du gewinnst!"
-
-#: ../../addon/tictac/tictac.php:199 ../../addon/tictac/tictac.php:224
-msgid "\"Cat\" game!"
-msgstr "Unentschieden!"
-
-#: ../../addon/tictac/tictac.php:222
-msgid "I won!"
-msgstr "Ich gewinne!"
+#: ../../mod/mitem.php:161
+msgid "Menu item not found."
+msgstr "Menü-Bestandteil nicht gefunden."
-#: ../../addon/randplace/randplace.php:169
-msgid "Randplace Settings"
-msgstr "Randplace-Einstellungen"
+#: ../../mod/mitem.php:170
+msgid "Menu item deleted."
+msgstr "Menü-Bestandteil gelöscht."
-#: ../../addon/randplace/randplace.php:171
-msgid "Enable Randplace Plugin"
-msgstr "Randplace-Plugin aktivieren"
+#: ../../mod/mitem.php:172
+msgid "Menu item could not be deleted."
+msgstr "Menü-Bestandteil kann nicht gelöscht werden."
-#: ../../addon/dwpost/dwpost.php:39
-msgid "Post to Dreamwidth"
-msgstr "In Dreamwidth veröffentlichen"
+#: ../../mod/mitem.php:181
+msgid "Edit Menu Element"
+msgstr "Bearbeite Menü-Bestandteil"
-#: ../../addon/dwpost/dwpost.php:70
-msgid "Dreamwidth Post Settings"
-msgstr "Dreamwidth Veröffentlichungs-Einstellungen"
+#: ../../mod/mitem.php:190 ../../mod/menu.php:107
+msgid "Modify"
+msgstr "Ändern"
-#: ../../addon/dwpost/dwpost.php:72
-msgid "Enable dreamwidth Post Plugin"
-msgstr "Dreamwidth Post Plugin aktivieren"
+#: ../../mod/group.php:26
+msgid "Collection created."
+msgstr "Sammlung erstellt."
-#: ../../addon/dwpost/dwpost.php:77
-msgid "dreamwidth username"
-msgstr "Dreamwidth Benutzername"
+#: ../../mod/group.php:32
+msgid "Could not create collection."
+msgstr "Sammlung kann nicht erstellt werden."
-#: ../../addon/dwpost/dwpost.php:82
-msgid "dreamwidth password"
-msgstr "Dreamwidth Passwort"
+#: ../../mod/group.php:60
+msgid "Collection name changed."
+msgstr "Name der Sammlung geändert."
-#: ../../addon/dwpost/dwpost.php:87
-msgid "Post to dreamwidth by default"
-msgstr "Standardmäßig bei Dreamwidth veröffentlichen"
+#: ../../mod/group.php:92
+msgid "Create a collection of channels."
+msgstr "Erstelle eine Sammlung von Kanälen."
-#: ../../addon/drpost/drpost.php:35
-msgid "Post to Drupal"
-msgstr "Bei Drupal veröffentlichen"
+#: ../../mod/group.php:93 ../../mod/group.php:189
+msgid "Collection Name: "
+msgstr "Name der Sammlung:"
-#: ../../addon/drpost/drpost.php:72
-msgid "Drupal Post Settings"
-msgstr "Drupal-Beitragseinstellungen"
+#: ../../mod/group.php:95 ../../mod/group.php:192
+msgid "Members are visible to other channels"
+msgstr "Mitglieder sind sichtbar für andere Kanäle"
-#: ../../addon/drpost/drpost.php:74
-msgid "Enable Drupal Post Plugin"
-msgstr "Veröffentlichung bei Drupal erlauben"
+#: ../../mod/group.php:113
+msgid "Collection removed."
+msgstr "Sammlung gelöscht."
-#: ../../addon/drpost/drpost.php:79
-msgid "Drupal username"
-msgstr "Drupal Nutzername"
+#: ../../mod/group.php:115
+msgid "Unable to remove collection."
+msgstr "Löschen der Sammlung nicht möglich."
-#: ../../addon/drpost/drpost.php:84
-msgid "Drupal password"
-msgstr "Drupal Passwort"
+#: ../../mod/group.php:188
+msgid "Collection Editor"
+msgstr "Sammlung-Editor"
-#: ../../addon/drpost/drpost.php:89
-msgid "Post Type - article,page,or blog"
-msgstr "Beitragstyp - Artikel, Seite oder Blog"
+#: ../../mod/group.php:202
+msgid "Members"
+msgstr "Mitglieder"
-#: ../../addon/drpost/drpost.php:94
-msgid "Drupal site URL"
-msgstr "URL der Drupal Seite"
+#: ../../mod/group.php:204
+msgid "All Connected Channels"
+msgstr "Alle verbundene Channels"
-#: ../../addon/drpost/drpost.php:99
-msgid "Drupal site uses clean URLS"
-msgstr "Drupal Seite verwendet bereinigte URLs"
+#: ../../mod/group.php:237
+msgid "Click on a channel to add or remove."
+msgstr "Wähle einen Kanal zum hinzufügen oder entfernen aus."
-#: ../../addon/drpost/drpost.php:104
-msgid "Post to Drupal by default"
-msgstr "Veröffentliche öffentliche Beiträge standardmäßig bei Drupal"
+#: ../../mod/photos.php:83
+msgid "Page owner information could not be retrieved."
+msgstr "Informationen über den Betreiber der Seite konnten nicht gefunden werden."
-#: ../../addon/drpost/drpost.php:184 ../../addon/wppost/wppost.php:199
-#: ../../addon/blogger/blogger.php:172 ../../addon/posterous/posterous.php:189
-msgid "Post from Friendica"
-msgstr "Beitrag via Friendica"
+#: ../../mod/photos.php:103
+msgid "Album not found."
+msgstr "Album nicht gefunden."
-#: ../../addon/startpage/startpage.php:83
-msgid "Startpage Settings"
-msgstr "Startseiten-Einstellungen"
+#: ../../mod/photos.php:125 ../../mod/photos.php:788
+msgid "Delete Album"
+msgstr "Album löschen"
-#: ../../addon/startpage/startpage.php:85
-msgid "Home page to load after login - leave blank for profile wall"
-msgstr "Seite, die nach dem Anmelden geladen werden soll. Leer = Pinnwand"
+#: ../../mod/photos.php:165 ../../mod/photos.php:1053
+msgid "Delete Photo"
+msgstr "Foto löschen"
-#: ../../addon/startpage/startpage.php:88
-msgid "Examples: &quot;network&quot; or &quot;notifications/system&quot;"
-msgstr "Beispiele: network, notifications/system"
+#: ../../mod/photos.php:510
+#, php-format
+msgid "%1$s was tagged in %2$s by %3$s"
+msgstr "%1$s wurde auf %2$s von %3$s getaggt"
-#: ../../addon/geonames/geonames.php:143
-msgid "Geonames settings updated."
-msgstr "Geonames Einstellungen aktualisiert"
+#: ../../mod/photos.php:510
+msgid "a photo"
+msgstr "Foto"
-#: ../../addon/geonames/geonames.php:179
-msgid "Geonames Settings"
-msgstr "Geonames Einstellungen"
+#: ../../mod/photos.php:586
+msgid "No photos selected"
+msgstr "Keine Fotos ausgewählt"
-#: ../../addon/geonames/geonames.php:181
-msgid "Enable Geonames Plugin"
-msgstr "Geonames Plugin aktivieren"
+#: ../../mod/photos.php:640
+msgid "Access to this item is restricted."
+msgstr "Zugriff auf dieses Foto wurde eingeschränkt."
-#: ../../addon/public_server/public_server.php:126
-#: ../../addon/testdrive/testdrive.php:94
+#: ../../mod/photos.php:704
#, php-format
-msgid "Your account on %s will expire in a few days."
-msgstr "Dein Konto auf %s wird in ein paar Tagen verfallen."
-
-#: ../../addon/public_server/public_server.php:127
-msgid "Your Friendica account is about to expire."
-msgstr "Dein Friendica-Konto wird in Kürze auslaufen."
+msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."
+msgstr "Du benutzt %1$.2f MBytes deines %2$.2f MBytes großen Bilder-Speichers."
-#: ../../addon/public_server/public_server.php:128
+#: ../../mod/photos.php:707
#, php-format
-msgid ""
-"Hi %1$s,\n"
-"\n"
-"Your account on %2$s will expire in less than five days. You may keep your account by logging in at least once every 30 days"
-msgstr "Hallo %1$s,\n\ndein Account auf %2$s wird in weniger als fünf Tagen auslaufen. Du kannst das verhindern, indem du dich mindestens einmal alle 30 Tage anmeldest."
-
-#: ../../addon/js_upload/js_upload.php:43
-msgid "Upload a file"
-msgstr "Datei hochladen"
-
-#: ../../addon/js_upload/js_upload.php:44
-msgid "Drop files here to upload"
-msgstr "Ziehe Dateien hierher, um sie hochzuladen"
-
-#: ../../addon/js_upload/js_upload.php:46
-msgid "Failed"
-msgstr "Fehlgeschlagen"
-
-#: ../../addon/js_upload/js_upload.php:297
-msgid "No files were uploaded."
-msgstr "Keine Dateien hochgeladen."
-
-#: ../../addon/js_upload/js_upload.php:303
-msgid "Uploaded file is empty"
-msgstr "Hochgeladene Datei ist leer"
-
-#: ../../addon/js_upload/js_upload.php:326
-msgid "File has an invalid extension, it should be one of "
-msgstr "Die Dateierweiterung ist nicht erlaubt, sie muss eine der folgenden sein "
-
-#: ../../addon/js_upload/js_upload.php:337
-msgid "Upload was cancelled, or server error encountered"
-msgstr "Upload abgebrochen oder Serverfehler aufgetreten"
-
-#: ../../addon/oembed.old/oembed.php:30
-msgid "OEmbed settings updated"
-msgstr "OEmbed Einstellungen aktualisiert."
-
-#: ../../addon/oembed.old/oembed.php:43
-msgid "Use OEmbed for YouTube videos"
-msgstr "OEmbed für Youtube Videos verwenden"
-
-#: ../../addon/oembed.old/oembed.php:71
-msgid "URL to embed:"
-msgstr "URL zum Einbetten:"
-
-#: ../../addon/impressum/impressum.php:36
-msgid "Impressum"
-msgstr "Impressum"
-
-#: ../../addon/impressum/impressum.php:49
-#: ../../addon/impressum/impressum.php:51
-#: ../../addon/impressum/impressum.php:83
-msgid "Site Owner"
-msgstr "Betreiber der Seite"
-
-#: ../../addon/impressum/impressum.php:49
-#: ../../addon/impressum/impressum.php:87
-msgid "Email Address"
-msgstr "Email Adresse"
-
-#: ../../addon/impressum/impressum.php:54
-#: ../../addon/impressum/impressum.php:85
-msgid "Postal Address"
-msgstr "Postalische Anschrift"
-
-#: ../../addon/impressum/impressum.php:60
-msgid ""
-"The impressum addon needs to be configured!<br />Please add at least the "
-"<tt>owner</tt> variable to your config file. For other variables please "
-"refer to the README file of the addon."
-msgstr "Das Impressums-Plugin muss noch konfiguriert werden.<br />Bitte gebe mindestens den <tt>Betreiber</tt> in der Konfiguration an. Alle weiteren Parameter werden in der README-Datei des Addons erläutert."
-
-#: ../../addon/impressum/impressum.php:83
-msgid "The page operators name."
-msgstr "Name des Serveradministrators"
-
-#: ../../addon/impressum/impressum.php:84
-msgid "Site Owners Profile"
-msgstr "Profil des Seitenbetreibers"
-
-#: ../../addon/impressum/impressum.php:84
-msgid "Profile address of the operator."
-msgstr "Profil-Adresse des Serveradministrators"
+msgid "You have used %1$.2f Mbytes of photo storage."
+msgstr "Du verwendets %1$.2f MBytes deines Foto-Speichers."
-#: ../../addon/impressum/impressum.php:85
-msgid "How to contact the operator via snail mail. You can use BBCode here."
-msgstr "Kontaktmöglichkeiten zum Administrator via Schneckenpost. Du kannst BBCode verwenden."
-
-#: ../../addon/impressum/impressum.php:86
-msgid "Notes"
-msgstr "Hinweise"
+#: ../../mod/photos.php:715
+msgid "Upload Photos"
+msgstr "Fotos hochladen"
-#: ../../addon/impressum/impressum.php:86
-msgid ""
-"Additional notes that are displayed beneath the contact information. You can"
-" use BBCode here."
-msgstr "Zusätzliche Informationen die neben den Kontaktmöglichkeiten angezeigt werden. Du kannst BBCode verwenden."
+#: ../../mod/photos.php:719 ../../mod/photos.php:783
+msgid "New album name: "
+msgstr "Name des neuen Albums:"
-#: ../../addon/impressum/impressum.php:87
-msgid "How to contact the operator via email. (will be displayed obfuscated)"
-msgstr "Wie man den Betreiber per Email erreicht. (Adresse wird verschleiert dargestellt)"
+#: ../../mod/photos.php:720
+msgid "or existing album name: "
+msgstr "oder bestehenden Album Namen:"
-#: ../../addon/impressum/impressum.php:88
-msgid "Footer note"
-msgstr "Fußnote"
+#: ../../mod/photos.php:721
+msgid "Do not show a status post for this upload"
+msgstr "Keine Statusnachricht für diesen Upload senden"
-#: ../../addon/impressum/impressum.php:88
-msgid "Text for the footer. You can use BBCode here."
-msgstr "Text für die Fußzeile. Du kannst BBCode verwenden."
+#: ../../mod/photos.php:723 ../../mod/photos.php:1048
+msgid "Permissions"
+msgstr "Berechtigungen"
-#: ../../addon/buglink/buglink.php:15
-msgid "Report Bug"
-msgstr "Fehlerreport erstellen"
+#: ../../mod/photos.php:772 ../../mod/photos.php:794 ../../mod/photos.php:1223
+#: ../../mod/photos.php:1238
+msgid "Contact Photos"
+msgstr "Kontakt Bilder"
-#: ../../addon/notimeline/notimeline.php:32
-msgid "No Timeline settings updated."
-msgstr "Keine Timeline-Einstellungen aktualisiert."
+#: ../../mod/photos.php:798
+msgid "Edit Album"
+msgstr "Album bearbeiten"
-#: ../../addon/notimeline/notimeline.php:56
-msgid "No Timeline Settings"
-msgstr "Keine Timeline-Einstellungen"
+#: ../../mod/photos.php:804
+msgid "Show Newest First"
+msgstr "Zeige neueste zuerst"
-#: ../../addon/notimeline/notimeline.php:58
-msgid "Disable Archive selector on profile wall"
-msgstr "Deaktiviere Archiv-Auswahl auf Deiner Pinnwand"
+#: ../../mod/photos.php:806
+msgid "Show Oldest First"
+msgstr "Zeige älteste zuerst"
-#: ../../addon/blockem/blockem.php:51
-msgid "\"Blockem\" Settings"
-msgstr "\"Blockem\"-Einstellungen"
+#: ../../mod/photos.php:850 ../../mod/photos.php:1270
+msgid "View Photo"
+msgstr "Foto ansehen"
-#: ../../addon/blockem/blockem.php:53
-msgid "Comma separated profile URLS to block"
-msgstr "Profil-URLs, die blockiert werden sollen (durch Kommas getrennt)"
+#: ../../mod/photos.php:894
+msgid "Permission denied. Access to this item may be restricted."
+msgstr "Berechtigung verweigert. Der Zugriff ist wahrscheinlich eingeschränkt worden."
-#: ../../addon/blockem/blockem.php:70
-msgid "BLOCKEM Settings saved."
-msgstr "BLOCKEM-Einstellungen gesichert."
+#: ../../mod/photos.php:896
+msgid "Photo not available"
+msgstr "Foto nicht verfügbar"
-#: ../../addon/blockem/blockem.php:105
-#, php-format
-msgid "Blocked %s - Click to open/close"
-msgstr "%s blockiert - Zum Öffnen/Schließen klicken"
+#: ../../mod/photos.php:954
+msgid "Use as profile photo"
+msgstr "Als Profilfoto verwenden"
-#: ../../addon/blockem/blockem.php:160
-msgid "Unblock Author"
-msgstr "Autor freischalten"
+#: ../../mod/photos.php:982
+msgid "View Full Size"
+msgstr "In voller Größe anzeigen"
-#: ../../addon/blockem/blockem.php:162
-msgid "Block Author"
-msgstr "Autor blockieren"
+#: ../../mod/photos.php:1036
+msgid "Edit photo"
+msgstr "Foto bearbeiten"
-#: ../../addon/blockem/blockem.php:194
-msgid "blockem settings updated"
-msgstr "blockem Einstellungen aktualisiert"
+#: ../../mod/photos.php:1038
+msgid "Rotate CW (right)"
+msgstr "Drehen US (rechts)"
-#: ../../addon/qcomment/qcomment.php:51
-msgid ":-)"
-msgstr ":-)"
+#: ../../mod/photos.php:1039
+msgid "Rotate CCW (left)"
+msgstr "Drehen EUS (links)"
-#: ../../addon/qcomment/qcomment.php:51
-msgid ":-("
-msgstr ":-("
+#: ../../mod/photos.php:1041
+msgid "New album name"
+msgstr "Name des neuen Albums:"
-#: ../../addon/qcomment/qcomment.php:51
-msgid "lol"
-msgstr "lol"
+#: ../../mod/photos.php:1044
+msgid "Caption"
+msgstr "Bildunterschrift"
-#: ../../addon/qcomment/qcomment.php:54
-msgid "Quick Comment Settings"
-msgstr "Schnell-Kommentar Einstellungen"
+#: ../../mod/photos.php:1046
+msgid "Add a Tag"
+msgstr "Schlagwort hinzufügen"
-#: ../../addon/qcomment/qcomment.php:56
+#: ../../mod/photos.php:1050
msgid ""
-"Quick comments are found near comment boxes, sometimes hidden. Click them to"
-" provide simple replies."
-msgstr "Kurzkommentare findet man in der Nähe der Kommentarboxen. Ein Klick darauf erstellt einfache Antworten."
-
-#: ../../addon/qcomment/qcomment.php:57
-msgid "Enter quick comments, one per line"
-msgstr "Gib einen Schnell-Kommentar pro Zeile ein"
-
-#: ../../addon/qcomment/qcomment.php:75
-msgid "Quick Comment settings saved."
-msgstr "Schnell-Kommentare Einstellungen gespeichert"
+"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
+msgstr "Beispiel: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
-#: ../../addon/openstreetmap/openstreetmap.php:71
-msgid "Tile Server URL"
-msgstr "Tile Server URL"
+#: ../../mod/photos.php:1276
+msgid "View Album"
+msgstr "Album ansehen"
-#: ../../addon/openstreetmap/openstreetmap.php:71
-msgid ""
-"A list of <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" "
-"target=\"_blank\">public tile servers</a>"
-msgstr "Eine Liste <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">öffentlicher Tile Server</a>"
+#: ../../mod/photos.php:1285
+msgid "Recent Photos"
+msgstr "Neueste Fotos"
-#: ../../addon/openstreetmap/openstreetmap.php:72
-msgid "Default zoom"
-msgstr "Standard Zoom"
+#: ../../mod/ping.php:160
+msgid "sent you a private message"
+msgstr "eine private Nachricht schicken"
-#: ../../addon/openstreetmap/openstreetmap.php:72
-msgid "The default zoom level. (1:world, 18:highest)"
-msgstr "Standard Zoomlevel (1: Welt; 18: höchstes)"
+#: ../../mod/ping.php:218
+msgid "added your channel"
+msgstr "hat deinen Kanal hinzugefügt"
-#: ../../addon/libertree/libertree.php:36
-msgid "Post to libertree"
-msgstr "bei libertree veröffentlichen"
+#: ../../mod/ping.php:230 ../../boot.php:1827 ../../boot.php:1907
+msgid "g A l F d"
+msgstr "l, d. F G \\\\U\\\\h\\\\r"
-#: ../../addon/libertree/libertree.php:67
-msgid "libertree Post Settings"
-msgstr "libertree Post Einstellungen"
+#: ../../mod/ping.php:252 ../../boot.php:1873 ../../boot.php:1948
+msgid "[today]"
+msgstr "[Heute]"
-#: ../../addon/libertree/libertree.php:69
-msgid "Enable Libertree Post Plugin"
-msgstr "Libertree Post Plugin aktivieren"
+#: ../../mod/ping.php:262
+msgid "posted an event"
+msgstr "hat eine Veranstaltung veröffentlicht"
-#: ../../addon/libertree/libertree.php:74
-msgid "Libertree API token"
-msgstr "Libertree API Token"
+#: ../../mod/filer.php:35
+msgid "- select -"
+msgstr "-auswählen-"
-#: ../../addon/libertree/libertree.php:79
-msgid "Libertree site URL"
-msgstr "Libertree URL"
+#: ../../mod/menu.php:17
+msgid "Menu updated."
+msgstr "Menü aktualisiert."
-#: ../../addon/libertree/libertree.php:84
-msgid "Post to Libertree by default"
-msgstr "Standardmäßig bei libertree veröffentlichen"
+#: ../../mod/menu.php:21
+msgid "Unable to update menu."
+msgstr "Kann Menü nicht aktualisieren."
-#: ../../addon/mathjax/mathjax.php:37
-msgid ""
-"The MathJax addon renders mathematical formulae written using the LaTeX "
-"syntax surrounded by the usual $$ or an eqnarray block in the postings of "
-"your wall,network tab and private mail."
-msgstr "Mit dem MathJax Addon können mathematische Formeln, die mit LaTeX geschrieben wurden, dargestellt werden. Die Formel wird mit den üblichen $$ oder einem eqnarray Block gekennzeichnet. Formeln werden in allen Beiträgen auf deiner Pinnwand, dem Netzwerkstream sowie privaten Nachrichten gerendert."
+#: ../../mod/menu.php:26
+msgid "Menu created."
+msgstr "Menü erstellt."
-#: ../../addon/mathjax/mathjax.php:38
-msgid "Use the MathJax renderer"
-msgstr "MathJax verwenden"
+#: ../../mod/menu.php:30
+msgid "Unable to create menu."
+msgstr "Kann Menü nicht erstellen."
-#: ../../addon/mathjax/mathjax.php:74
-msgid "MathJax Base URL"
-msgstr "MathJax Basis-URL"
+#: ../../mod/menu.php:53
+msgid "Manage Menus"
+msgstr "Menüs verwalten"
-#: ../../addon/mathjax/mathjax.php:74
-msgid ""
-"The URL for the javascript file that should be included to use MathJax. Can "
-"be either the MathJax CDN or another installation of MathJax."
-msgstr "Die URL der MathJax Javascript-Datei, die verwendet werden soll. Diese kann entweder aus der MathJax CDN oder einer anderen Quelle stammen."
+#: ../../mod/menu.php:56
+msgid "Drop"
+msgstr "Löschen"
-#: ../../addon/editplain/editplain.php:46
-msgid "Editplain settings updated."
-msgstr "Editplain Einstellungen aktualisiert"
+#: ../../mod/menu.php:57 ../../mod/network.php:321
+#: ../../mod/connections.php:528
+msgid "New"
+msgstr "Neu"
-#: ../../addon/editplain/editplain.php:76
-msgid "Editplain Settings"
-msgstr "Editplain Einstellungen"
+#: ../../mod/menu.php:58
+msgid "Create a new menu"
+msgstr "Neues Menü erstellen"
-#: ../../addon/editplain/editplain.php:78
-msgid "Disable richtext status editor"
-msgstr "RichText Editor deaktivieren"
+#: ../../mod/menu.php:59
+msgid "Delete this menu"
+msgstr "Lösche dieses Menü"
-#: ../../addon/gravatar/gravatar.php:71
-msgid "generic profile image"
-msgstr "allgemeines Profilbild"
+#: ../../mod/menu.php:60 ../../mod/menu.php:104
+msgid "Edit menu contents"
+msgstr "Bearbeite Menü Inhalte"
-#: ../../addon/gravatar/gravatar.php:72
-msgid "random geometric pattern"
-msgstr "zufällig erzeugtes geometrisches Muster"
+#: ../../mod/menu.php:61
+msgid "Edit this menu"
+msgstr "Dieses Menü bearbeiten"
-#: ../../addon/gravatar/gravatar.php:73
-msgid "monster face"
-msgstr "Monstergesicht"
+#: ../../mod/menu.php:76
+msgid "New Menu"
+msgstr "Neues Menü"
-#: ../../addon/gravatar/gravatar.php:74
-msgid "computer generated face"
-msgstr "Computergesicht"
+#: ../../mod/menu.php:77 ../../mod/menu.php:105
+msgid "Menu name"
+msgstr "Menü Name"
-#: ../../addon/gravatar/gravatar.php:75
-msgid "retro arcade style face"
-msgstr "Retro Arcade Design Gesicht"
+#: ../../mod/menu.php:77 ../../mod/menu.php:105
+msgid "Must be unique, only seen by you"
+msgstr "Muss unverwechselbar sein, nur für dich sichtbar"
-#: ../../addon/gravatar/gravatar.php:87
-msgid "Default avatar image"
-msgstr "Standard Profilbild "
+#: ../../mod/menu.php:78 ../../mod/menu.php:106
+msgid "Menu title"
+msgstr "Menü Titel"
-#: ../../addon/gravatar/gravatar.php:87
-msgid "Select default avatar image if none was found at Gravatar. See README"
-msgstr "Wähle das Standardgesicht, wenn kein Bild auf Gravatar gefunden wurde. Schaue auch sonst im README nach."
+#: ../../mod/menu.php:78 ../../mod/menu.php:106
+msgid "Menu title as seen by others"
+msgstr "Menü Titel wie er von anderen gesehen wird"
-#: ../../addon/gravatar/gravatar.php:88
-msgid "Rating of images"
-msgstr "Bildbewertung"
+#: ../../mod/menu.php:93
+msgid "Menu deleted."
+msgstr "Menü gelöscht."
-#: ../../addon/gravatar/gravatar.php:88
-msgid "Select the appropriate avatar rating for your site. See README"
-msgstr "Wähle eine angemessene Bildbewertung für Deinen Server. Schaue auch sonst im README nach."
+#: ../../mod/menu.php:95
+msgid "Menu could not be deleted."
+msgstr "Menü konnte nicht gelöscht werden."
-#: ../../addon/gravatar/gravatar.php:102
-msgid "Gravatar settings updated."
-msgstr "Gravatar Einstellungen aktualisiert."
+#: ../../mod/menu.php:101
+msgid "Edit Menu"
+msgstr "Menü bearbeiten"
-#: ../../addon/testdrive/testdrive.php:95
-msgid "Your Friendica test account is about to expire."
-msgstr "Dein Friendica-Testkonto wird bald verfallen."
+#: ../../mod/menu.php:103
+msgid "Add or remove entries to this menu"
+msgstr "Einträge zu diesem Menü hinzufügen oder entfernen"
-#: ../../addon/testdrive/testdrive.php:96
+#: ../../mod/home.php:76
#, php-format
-msgid ""
-"Hi %1$s,\n"
-"\n"
-"Your test account on %2$s will expire in less than five days. We hope you enjoyed this test drive and use this opportunity to find a permanent Friendica website for your integrated social communications. A list of public sites is available at http://dir.friendica.com/siteinfo - and for more information on setting up your own Friendica server please see the Friendica project website at http://friendica.com."
-msgstr "Hallo %1$s,\n\ndein Testkonto auf %2$s wird in weniger als fünf Tagen verfallen. Wir hoffen, dass dir dieser Testlauf gefallen hat, so dass du die Gelegenheit nutzt und dir einen normalen Friendica-Server für deine integrierte Social-Network-Kommunikation suchst. Eine Liste öffentlicher Server findest du auf http://dir.friendica.com/siteinfo . Um mehr Information darüber zu bekommen, wie man einen eigenen Friendica-Server aufsetzt, kannst du auch einen Blick auf die Friendica-Projektseite werfen: http://friendica.com"
-
-#: ../../addon/pageheader/pageheader.php:50
-msgid "\"pageheader\" Settings"
-msgstr "\"pageheader\"-Einstellungen"
+msgid "Welcome to %s"
+msgstr "Willkommen auf %s"
-#: ../../addon/pageheader/pageheader.php:68
-msgid "pageheader Settings saved."
-msgstr "pageheader-Einstellungen gespeichert."
+#: ../../mod/message.php:16
+msgid "Check Mail"
+msgstr "E-Mails abrufen"
-#: ../../addon/ijpost/ijpost.php:39
-msgid "Post to Insanejournal"
-msgstr "Auf InsaneJournal posten."
+#: ../../mod/message.php:52
+msgid "Unable to lookup recipient."
+msgstr "Konnte den Empfänger nicht finden."
-#: ../../addon/ijpost/ijpost.php:70
-msgid "InsaneJournal Post Settings"
-msgstr "InsaneJournal Beitrags-Einstellungen"
+#: ../../mod/message.php:60
+msgid "Unable to communicate with requested channel."
+msgstr "Die Kommunikation mit dem ausgewählten Kanal ist fehlgeschlagen."
-#: ../../addon/ijpost/ijpost.php:72
-msgid "Enable InsaneJournal Post Plugin"
-msgstr "InsaneJournal Plugin aktivieren"
+#: ../../mod/message.php:67
+msgid "Cannot verify requested channel."
+msgstr "Verifizierung des angeforderten Kanals fehlgeschlagen."
-#: ../../addon/ijpost/ijpost.php:77
-msgid "InsaneJournal username"
-msgstr "InsaneJournal Benutzername"
+#: ../../mod/message.php:93
+msgid "Selected channel has private message restrictions. Send failed."
+msgstr "Der ausgewählte Kanal hat Einschränkungen bzgl. privater Nachrichten. Senden fehlgeschlagen."
-#: ../../addon/ijpost/ijpost.php:82
-msgid "InsaneJournal password"
-msgstr "InsaneJournal Passwort"
+#: ../../mod/message.php:213 ../../mod/notifications.php:101
+msgid "Messages"
+msgstr "Nachrichten"
-#: ../../addon/ijpost/ijpost.php:87
-msgid "Post to InsaneJournal by default"
-msgstr "Standardmäßig auf InsaneJournal posten."
+#: ../../mod/message.php:224
+msgid "Message deleted."
+msgstr "Nachricht gelöscht."
-#: ../../addon/viewsrc/viewsrc.php:37
-msgid "View Source"
-msgstr "Quelle ansehen"
+#: ../../mod/message.php:231
+msgid "Conversation removed."
+msgstr "Unterhaltung gelöscht."
-#: ../../addon/statusnet/statusnet.php:134
-msgid "Post to StatusNet"
-msgstr "Bei StatusNet veröffentlichen"
+#: ../../mod/message.php:287
+msgid "Send Private Message"
+msgstr "Private Nachricht senden"
-#: ../../addon/statusnet/statusnet.php:176
-msgid ""
-"Please contact your site administrator.<br />The provided API URL is not "
-"valid."
-msgstr "Bitte kontaktiere den Administrator des Servers.<br />Die angegebene API-URL ist nicht gültig."
+#: ../../mod/message.php:288 ../../mod/message.php:453
+msgid "To:"
+msgstr "An:"
-#: ../../addon/statusnet/statusnet.php:204
-msgid "We could not contact the StatusNet API with the Path you entered."
-msgstr "Die StatusNet-API konnte mit dem angegebenen Pfad nicht erreicht werden."
+#: ../../mod/message.php:293 ../../mod/message.php:455
+msgid "Subject:"
+msgstr "Betreff:"
-#: ../../addon/statusnet/statusnet.php:232
-msgid "StatusNet settings updated."
-msgstr "StatusNet Einstellungen aktualisiert."
+#: ../../mod/message.php:322
+msgid "No messages."
+msgstr "Keine Nachrichten."
-#: ../../addon/statusnet/statusnet.php:257
-msgid "StatusNet Posting Settings"
-msgstr "StatusNet-Beitragseinstellungen"
+#: ../../mod/message.php:338 ../../mod/message.php:424
+msgid "Delete message"
+msgstr "Nachricht löschen"
-#: ../../addon/statusnet/statusnet.php:271
-msgid "Globally Available StatusNet OAuthKeys"
-msgstr "Verfügbare OAuth Schlüssel für StatusNet"
+#: ../../mod/message.php:340
+msgid "D, d M Y - g:i A"
+msgstr "D, d. M Y - g:i A"
-#: ../../addon/statusnet/statusnet.php:272
-msgid ""
-"There are preconfigured OAuth key pairs for some StatusNet servers "
-"available. If you are useing one of them, please use these credentials. If "
-"not feel free to connect to any other StatusNet instance (see below)."
-msgstr "Für einige StatusNet Server sind voreingestellt OAuth Schlüsselpaare verfügbar. Solltest du einen dieser Server benutzen, dann verwende bitte diese Schlüssel. Falls nicht, stellen stattdessen eine Verbindung zu irgend einem anderen StatusNet Server her (siehe unten)."
+#: ../../mod/message.php:359
+msgid "Message not found."
+msgstr "Nachricht nicht gefunden."
-#: ../../addon/statusnet/statusnet.php:280
-msgid "Provide your own OAuth Credentials"
-msgstr "Eigene OAuth Schlüssel eintragen"
+#: ../../mod/message.php:446
+msgid "Delete conversation"
+msgstr "Unterhaltung löschen"
-#: ../../addon/statusnet/statusnet.php:281
-msgid ""
-"No consumer key pair for StatusNet found. Register your Friendica Account as"
-" an desktop client on your StatusNet account, copy the consumer key pair "
-"here and enter the API base root.<br />Before you register your own OAuth "
-"key pair ask the administrator if there is already a key pair for this "
-"Friendica installation at your favorited StatusNet installation."
-msgstr "Kein Consumer-Schlüsselpaar für StatusNet gefunden. Registriere deinen Friendica-Account als Desktop-Client, kopiere das Consumer-Schlüsselpaar hierher und gib die API-URL ein.<br />Bevor du dein eigenes Consumer-Schlüsselpaar registrierst, frage den Administrator dieses Friendica-Servers, ob schon ein Schlüsselpaar für diesen Friendica-Server auf diesem StatusNet-Server existiert."
-
-#: ../../addon/statusnet/statusnet.php:283
-msgid "OAuth Consumer Key"
-msgstr "OAuth Consumer Key"
-
-#: ../../addon/statusnet/statusnet.php:286
-msgid "OAuth Consumer Secret"
-msgstr "OAuth Consumer Secret"
-
-#: ../../addon/statusnet/statusnet.php:289
-msgid "Base API Path (remember the trailing /)"
-msgstr "Basis-URL der StatusNet-API (vergiss den abschließenden / nicht)"
-
-#: ../../addon/statusnet/statusnet.php:310
+#: ../../mod/message.php:448
msgid ""
-"To connect to your StatusNet account click the button below to get a "
-"security code from StatusNet which you have to copy into the input box below"
-" and submit the form. Only your <strong>public</strong> posts will be posted"
-" to StatusNet."
-msgstr "Um dein Konto mit einem StatusNet-Konto zu verknüpfen, klicke den Button an, um einen Sicherheitscode von StatusNet zu erhalten, und kopiere diesen in das Eingabefeld weiter unten. Es werden ausschließlich deine <strong>öffentlichen</strong> Nachrichten an StatusNet gesendet."
-
-#: ../../addon/statusnet/statusnet.php:311
-msgid "Log in with StatusNet"
-msgstr "Bei StatusNet anmelden"
-
-#: ../../addon/statusnet/statusnet.php:313
-msgid "Copy the security code from StatusNet here"
-msgstr "Kopiere den Sicherheitscode von StatusNet hier hin"
-
-#: ../../addon/statusnet/statusnet.php:319
-msgid "Cancel Connection Process"
-msgstr "Verbindungsprozess abbrechen"
-
-#: ../../addon/statusnet/statusnet.php:321
-msgid "Current StatusNet API is"
-msgstr "Derzeitige StatusNet-API-URL lautet"
+"No secure communications available. You <strong>may</strong> be able to "
+"respond from the sender's profile page."
+msgstr "Keine sichere Kommunikation verfügbar. <strong>Eventuell</strong> kannst du von der Profilseite des Absenders antworten."
-#: ../../addon/statusnet/statusnet.php:322
-msgid "Cancel StatusNet Connection"
-msgstr "Verbindung zum StatusNet Server abbrechen"
+#: ../../mod/message.php:452
+msgid "Send Reply"
+msgstr "Antwort senden"
-#: ../../addon/statusnet/statusnet.php:333 ../../addon/twitter/twitter.php:189
-msgid "Currently connected to: "
-msgstr "Momentan verbunden mit: "
+#: ../../mod/hcard.php:10
+msgid "No profile"
+msgstr "Kein Profil"
-#: ../../addon/statusnet/statusnet.php:334
-msgid ""
-"If enabled all your <strong>public</strong> postings can be posted to the "
-"associated StatusNet account. You can choose to do so by default (here) or "
-"for every posting separately in the posting options when writing the entry."
-msgstr "Wenn aktiviert, können all deine <strong>öffentlichen</strong> Einträge auf dem verbundenen StatusNet-Konto veröffentlicht werden. Du kannst das (hier) als Standardverhalten einstellen oder beim Schreiben eines Beitrags in den Beitragsoptionen festlegen."
+#: ../../mod/help.php:30
+msgid "Help:"
+msgstr "Hilfe:"
-#: ../../addon/statusnet/statusnet.php:336
-msgid ""
-"<strong>Note</strong>: Due your privacy settings (<em>Hide your profile "
-"details from unknown viewers?</em>) the link potentially included in public "
-"postings relayed to StatusNet will lead the visitor to a blank page "
-"informing the visitor that the access to your profile has been restricted."
-msgstr "<strong>Hinweis</strong>: Aufgrund deiner Privatsphären-Einstellungen (<em>Profil-Details vor unbekannten Betrachtern verbergen?</em>) wird der Link, der eventuell an deinen StatusNet-Beitrag angehängt wird, um auf den Originalbeitrag zu verweisen, den Betrachter auf eine leere Seite führen, die ihn darüber informiert, dass der Zugriff eingeschränkt wurde."
+#: ../../mod/help.php:38 ../../index.php:226
+msgid "Not Found"
+msgstr "Nicht gefunden"
-#: ../../addon/statusnet/statusnet.php:339
-msgid "Allow posting to StatusNet"
-msgstr "Veröffentlichung bei StatusNet erlauben"
+#: ../../mod/help.php:41 ../../index.php:229
+msgid "Page not found."
+msgstr "Seite nicht gefunden."
-#: ../../addon/statusnet/statusnet.php:342
-msgid "Send public postings to StatusNet by default"
-msgstr "Veröffentliche öffentliche Beiträge standardmäßig bei StatusNet"
+#: ../../mod/rmagic.php:56
+msgid "Remote Authentication"
+msgstr "Entfernte Authentifizierung"
-#: ../../addon/statusnet/statusnet.php:345
-msgid "Send linked #-tags and @-names to StatusNet"
-msgstr "Sende verlinkte #-Tags und @-Namen nach StatusNet"
+#: ../../mod/rmagic.php:57
+msgid "Enter your channel address (e.g. channel@example.com)"
+msgstr "Geben Sie Ihre Kanal-Adresse (z.B. channel@example.com)"
-#: ../../addon/statusnet/statusnet.php:350 ../../addon/twitter/twitter.php:206
-msgid "Clear OAuth configuration"
-msgstr "OAuth-Konfiguration löschen"
+#: ../../mod/rmagic.php:58
+msgid "Authenticate"
+msgstr "Authentifizieren"
-#: ../../addon/statusnet/statusnet.php:553
-msgid "API URL"
-msgstr "API-URL"
+#: ../../mod/network.php:164 ../../mod/search.php:20
+msgid "Remove term"
+msgstr "Eintrag löschen"
-#: ../../addon/infiniteimprobabilitydrive/infiniteimprobabilitydrive.php:19
-msgid "Infinite Improbability Drive"
-msgstr "Infinite Improbability Drive"
+#: ../../mod/network.php:302
+msgid "Commented Order"
+msgstr "Neueste Kommentare"
-#: ../../addon/tumblr/tumblr.php:36
-msgid "Post to Tumblr"
-msgstr "Bei Tumblr veröffentlichen"
+#: ../../mod/network.php:305
+msgid "Sort by Comment Date"
+msgstr "Nach Kommentardatum sortiert"
-#: ../../addon/tumblr/tumblr.php:67
-msgid "Tumblr Post Settings"
-msgstr "Tumblr-Beitragseinstellungen"
+#: ../../mod/network.php:308
+msgid "Posted Order"
+msgstr "Neueste Beiträge"
-#: ../../addon/tumblr/tumblr.php:69
-msgid "Enable Tumblr Post Plugin"
-msgstr "Tumblr-Plugin aktivieren"
+#: ../../mod/network.php:311
+msgid "Sort by Post Date"
+msgstr "Nach Beitragsdatum sortiert"
-#: ../../addon/tumblr/tumblr.php:74
-msgid "Tumblr login"
-msgstr "Tumblr Login"
+#: ../../mod/network.php:315 ../../mod/notifications.php:86
+msgid "Personal"
+msgstr "Persönlich"
-#: ../../addon/tumblr/tumblr.php:79
-msgid "Tumblr password"
-msgstr "Tumblr Passwort"
+#: ../../mod/network.php:318
+msgid "Posts that mention or involve you"
+msgstr "Beiträge, in denen es um dich geht"
-#: ../../addon/tumblr/tumblr.php:84
-msgid "Post to Tumblr by default"
-msgstr "Standardmäßig bei Tumblr veröffentlichen"
+#: ../../mod/network.php:324
+msgid "Activity Stream - by date"
+msgstr "Activity Stream - nach Datum sortiert"
-#: ../../addon/numfriends/numfriends.php:46
-msgid "Numfriends settings updated."
-msgstr "Numfriends Einstellungen aktualisiert"
+#: ../../mod/network.php:331
+msgid "Starred"
+msgstr "Markiert"
-#: ../../addon/numfriends/numfriends.php:77
-msgid "Numfriends Settings"
-msgstr "Numfriends Einstellungen"
+#: ../../mod/network.php:334
+msgid "Favourite Posts"
+msgstr "Favorisierte Beiträge"
-#: ../../addon/numfriends/numfriends.php:79
-msgid "How many contacts to display on profile sidebar"
-msgstr "Wie viele Kontakte sollen in der Seitenleiste angezeigt werden"
+#: ../../mod/network.php:341
+msgid "Spam"
+msgstr "Spam"
-#: ../../addon/gnot/gnot.php:48
-msgid "Gnot settings updated."
-msgstr "Gnot Einstellungen aktualisiert."
+#: ../../mod/network.php:344
+msgid "Posts flagged as SPAM"
+msgstr "Nachrichten die als SPAM markiert wurden"
-#: ../../addon/gnot/gnot.php:79
-msgid "Gnot Settings"
-msgstr "Gnot Einstellungen"
+#: ../../mod/network.php:384
+msgid "Refresh"
+msgstr "Aktualisieren"
-#: ../../addon/gnot/gnot.php:81
-msgid ""
-"Allows threading of email comment notifications on Gmail and anonymising the"
-" subject line."
-msgstr "Erlaubt das Veröffentlichen von E-Mail Kommentar Benachrichtigungen bei Gmail mit anonymisiertem Betreff"
+#: ../../mod/network.php:385 ../../mod/connections.php:381
+msgid "Me"
+msgstr "Ich"
-#: ../../addon/gnot/gnot.php:82
-msgid "Enable this plugin/addon?"
-msgstr "Dieses Plugin/Addon aktivieren?"
+#: ../../mod/network.php:386 ../../mod/connections.php:383
+msgid "Best Friends"
+msgstr "Beste Freunde"
-#: ../../addon/gnot/gnot.php:97
-#, php-format
-msgid "[Friendica:Notify] Comment to conversation #%d"
-msgstr "[Friendica Meldung] Kommentar zum Beitrag #%d"
+#: ../../mod/network.php:388
+msgid "Co-workers"
+msgstr "Kollegen"
-#: ../../addon/wppost/wppost.php:42
-msgid "Post to Wordpress"
-msgstr "Bei WordPress veröffentlichen"
+#: ../../mod/network.php:389 ../../mod/connections.php:385
+msgid "Former Friends"
+msgstr "ehem. Freunde"
-#: ../../addon/wppost/wppost.php:76
-msgid "WordPress Post Settings"
-msgstr "WordPress-Beitragseinstellungen"
+#: ../../mod/network.php:390 ../../mod/connections.php:386
+msgid "Acquaintances"
+msgstr "Bekanntschaften"
-#: ../../addon/wppost/wppost.php:78
-msgid "Enable WordPress Post Plugin"
-msgstr "WordPress-Plugin aktivieren."
+#: ../../mod/network.php:391
+msgid "Everybody"
+msgstr "Jeder"
-#: ../../addon/wppost/wppost.php:83
-msgid "WordPress username"
-msgstr "WordPress-Benutzername"
+#: ../../mod/network.php:408
+msgid "Search Results For:"
+msgstr "Suchergebnisse für:"
-#: ../../addon/wppost/wppost.php:88
-msgid "WordPress password"
-msgstr "WordPress-Passwort"
+#: ../../mod/network.php:453
+msgid "No such group"
+msgstr "Gruppe existiert nicht"
-#: ../../addon/wppost/wppost.php:93
-msgid "WordPress API URL"
-msgstr "WordPress-API-URL"
+#: ../../mod/network.php:484
+msgid "Connection: "
+msgstr "Verbindung:"
-#: ../../addon/wppost/wppost.php:98
-msgid "Post to WordPress by default"
-msgstr "Standardmäßig auf WordPress veröffentlichen"
+#: ../../mod/network.php:487
+msgid "Invalid connection."
+msgstr "Ungültige Verbindung."
-#: ../../addon/wppost/wppost.php:103
-msgid "Provide a backlink to the Friendica post"
-msgstr "Einen zurück zum Friendica-Beitrag hinzufügen"
+#: ../../mod/intro.php:17 ../../mod/intro.php:100
+#: ../../mod/connections.php:332 ../../mod/connections.php:467
+#: ../../mod/notifications.php:51 ../../mod/notifications.php:162
+#: ../../mod/notifications.php:208
+msgid "Ignore"
+msgstr "Ignorieren"
-#: ../../addon/wppost/wppost.php:205
-msgid "Read the original post and comment stream on Friendica"
-msgstr "Den Original-Beitrag samt Kommentaren bei Friendica lesen"
+#: ../../mod/intro.php:29 ../../mod/connections.php:119
+msgid "Connection updated."
+msgstr "Verbindung aktualisiert."
-#: ../../addon/showmore/showmore.php:38
-msgid "\"Show more\" Settings"
-msgstr "\"Mehr zeigen\" Einstellungen"
+#: ../../mod/intro.php:31
+msgid "Connection update failed."
+msgstr "Aktualisierung der Verbindung ist fehlgeschlagen."
-#: ../../addon/showmore/showmore.php:41
-msgid "Enable Show More"
-msgstr "Aktiviere \"Mehr zeigen\""
+#: ../../mod/intro.php:56
+msgid "Introductions and Connection Requests"
+msgstr "Vorstellungen und Kontaktanfragen"
-#: ../../addon/showmore/showmore.php:44
-msgid "Cutting posts after how much characters"
-msgstr "Begrenze Beiträge nach einer bestimmten Anzahl an Buchstaben"
+#: ../../mod/intro.php:67
+msgid "No pending introductions."
+msgstr "Keine wartenden Vorstellungen."
-#: ../../addon/showmore/showmore.php:65
-msgid "Show More Settings saved."
-msgstr "\"Mehr zeigen\" Einstellungen gesichert."
+#: ../../mod/intro.php:72
+msgid "System error. Please try again later."
+msgstr "Systemfehler. Bitte später erneut versuchen."
-#: ../../addon/piwik/piwik.php:79
-msgid ""
-"This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> "
-"analytics tool."
-msgstr "Diese Website benutzt <a href='http://www.piwik.org'>Piwik</a>, eine Open Source-Software zur statistischen Auswertung der Besucherzugriffe."
+#: ../../mod/intro.php:95 ../../mod/connections.php:472
+#: ../../mod/notifications.php:155 ../../mod/notifications.php:202
+msgid "Hide this contact from others"
+msgstr "Diese Verbindung vor den anderen verbergen."
-#: ../../addon/piwik/piwik.php:82
-#, php-format
-msgid ""
-"If you do not want that your visits are logged this way you <a href='%s'>can"
-" set a cookie to prevent Piwik from tracking further visits of the site</a> "
-"(opt-out)."
-msgstr "Wenn Du nicht willst, dass Deine Besuche auf diese Weise gespeichert werden, kannst Du <a href='%s'>ein Cookie setzen</a>. Dann wird Piwik Dich auf dieser Website nicht mehr verfolgen (opt-out)."
+#: ../../mod/intro.php:96 ../../mod/notifications.php:156
+#: ../../mod/notifications.php:203
+msgid "Post a new friend activity"
+msgstr "Neue-Kontakt Nachricht senden"
-#: ../../addon/piwik/piwik.php:90
-msgid "Piwik Base URL"
-msgstr "Piwik Basis URL"
+#: ../../mod/intro.php:96 ../../mod/notifications.php:156
+#: ../../mod/notifications.php:203
+msgid "if applicable"
+msgstr "falls anwendbar"
-#: ../../addon/piwik/piwik.php:90
-msgid ""
-"Absolute path to your Piwik installation. (without protocol (http/s), with "
-"trailing slash)"
-msgstr "Absoluter Pfad zu deiner Piwik Installation (ohne Protokoll (http/s) und mit abschließendem Schrägstrich)"
+#: ../../mod/intro.php:101 ../../mod/notifications.php:35
+#: ../../mod/notifications.php:163 ../../mod/notifications.php:209
+msgid "Discard"
+msgstr "Verwerfen"
-#: ../../addon/piwik/piwik.php:91
-msgid "Site ID"
-msgstr "Seiten ID"
+#: ../../mod/connections.php:64
+msgid "Could not access contact record."
+msgstr "Konnte auf den Kontakteintrag nicht zugreifen."
-#: ../../addon/piwik/piwik.php:92
-msgid "Show opt-out cookie link?"
-msgstr "Link zum Setzen des Opt-Out Cookies anzeigen?"
+#: ../../mod/connections.php:78
+msgid "Could not locate selected profile."
+msgstr "Konnte das gewählte Profil nicht finden."
-#: ../../addon/piwik/piwik.php:93
-msgid "Asynchronous tracking"
-msgstr "Asynchrones Tracken"
+#: ../../mod/connections.php:121
+msgid "Failed to update connection record."
+msgstr "Konnte den Verbindungseintrag nicht aktualisieren."
-#: ../../addon/twitter/twitter.php:73
-msgid "Post to Twitter"
-msgstr "Bei Twitter veröffentlichen"
+#: ../../mod/connections.php:196
+msgid "Could not access address book record."
+msgstr "Konnte nicht auf den Eintrag im Adressbuch zugreifen."
-#: ../../addon/twitter/twitter.php:122
-msgid "Twitter settings updated."
-msgstr "Twitter Einstellungen aktualisiert."
+#: ../../mod/connections.php:210
+msgid "Refresh failed - channel is currently unavailable."
+msgstr "Aktualisierung fehlgeschlagen - der Kanal ist im Moment nicht erreichbar."
-#: ../../addon/twitter/twitter.php:146
-msgid "Twitter Posting Settings"
-msgstr "Twitter-Beitragseinstellungen"
+#: ../../mod/connections.php:217
+msgid "Channel has been unblocked"
+msgstr "Kanal nicht mehr blockiert"
-#: ../../addon/twitter/twitter.php:153
-msgid ""
-"No consumer key pair for Twitter found. Please contact your site "
-"administrator."
-msgstr "Kein Consumer-Schlüsselpaar für Twitter gefunden. Bitte wende dich an den Administrator der Seite."
+#: ../../mod/connections.php:218
+msgid "Channel has been blocked"
+msgstr "Kanal blockiert"
-#: ../../addon/twitter/twitter.php:172
-msgid ""
-"At this Friendica instance the Twitter plugin was enabled but you have not "
-"yet connected your account to your Twitter account. To do so click the "
-"button below to get a PIN from Twitter which you have to copy into the input"
-" box below and submit the form. Only your <strong>public</strong> posts will"
-" be posted to Twitter."
-msgstr "Auf diesem Friendica-Server wurde das Twitter-Plugin aktiviert, aber du hast deinen Account noch nicht mit deinem Twitter-Account verbunden. Klicke dazu auf die Schaltfläche unten. Du erhältst dann eine PIN von Twitter, die du dann in das Eingabefeld unten einfügst. Denk daran, den Senden-Knopf zu drücken! Nur <strong>öffentliche</strong> Beiträge werden bei Twitter veröffentlicht."
-
-#: ../../addon/twitter/twitter.php:173
-msgid "Log in with Twitter"
-msgstr "bei Twitter anmelden"
-
-#: ../../addon/twitter/twitter.php:175
-msgid "Copy the PIN from Twitter here"
-msgstr "Kopiere die Twitter-PIN hier her"
-
-#: ../../addon/twitter/twitter.php:190
-msgid ""
-"If enabled all your <strong>public</strong> postings can be posted to the "
-"associated Twitter account. You can choose to do so by default (here) or for"
-" every posting separately in the posting options when writing the entry."
-msgstr "Wenn aktiviert, können all deine <strong>öffentlichen</strong> Einträge auf dem verbundenen Twitter-Konto veröffentlicht werden. Du kannst dies (hier) als Standardverhalten einstellen oder beim Schreiben eines Beitrags in den Beitragsoptionen festlegen."
+#: ../../mod/connections.php:222 ../../mod/connections.php:234
+#: ../../mod/connections.php:246 ../../mod/connections.php:258
+#: ../../mod/connections.php:273
+msgid "Unable to set address book parameters."
+msgstr "Konnte die Adressbuch Parameter nicht setzen."
-#: ../../addon/twitter/twitter.php:192
-msgid ""
-"<strong>Note</strong>: Due your privacy settings (<em>Hide your profile "
-"details from unknown viewers?</em>) the link potentially included in public "
-"postings relayed to Twitter will lead the visitor to a blank page informing "
-"the visitor that the access to your profile has been restricted."
-msgstr "<strong>Hinweis</strong>: Aufgrund deiner Privatsphären-Einstellungen (<em>Profil-Details vor unbekannten Betrachtern verbergen?</em>) wird der Link, der eventuell an an deinen Twitter-Beitrag angehängt wird, um auf den Originalbeitrag zu verweisen, den Betrachter auf eine leere Seite führen, die ihn darüber informiert, dass der Zugriff eingeschränkt wurde."
-
-#: ../../addon/twitter/twitter.php:195
-msgid "Allow posting to Twitter"
-msgstr "Veröffentlichung bei Twitter erlauben"
-
-#: ../../addon/twitter/twitter.php:198
-msgid "Send public postings to Twitter by default"
-msgstr "Veröffentliche öffentliche Beiträge standardmäßig bei Twitter"
-
-#: ../../addon/twitter/twitter.php:201
-msgid "Send linked #-tags and @-names to Twitter"
-msgstr "Sende verlinkte #-Tags und @-Namen nach Twitter"
-
-#: ../../addon/twitter/twitter.php:383
-msgid "Consumer key"
-msgstr "Consumer Key"
+#: ../../mod/connections.php:229
+msgid "Channel has been unignored"
+msgstr "Kanal wird nicht mehr ignoriert"
-#: ../../addon/twitter/twitter.php:384
-msgid "Consumer secret"
-msgstr "Consumer Secret"
+#: ../../mod/connections.php:230
+msgid "Channel has been ignored"
+msgstr "Kanal wird ignoriert"
-#: ../../addon/irc/irc.php:44
-msgid "IRC Settings"
-msgstr "IRC Einstellungen"
+#: ../../mod/connections.php:241
+msgid "Channel has been unarchived"
+msgstr "Kanal wurde aus dem Archiv zurück geholt"
-#: ../../addon/irc/irc.php:46
-msgid "Channel(s) to auto connect (comma separated)"
-msgstr "mit diesen Kanälen soll man automatisch verbunden werden (Komma getrennt)"
+#: ../../mod/connections.php:242
+msgid "Channel has been archived"
+msgstr "Kanal wurde archiviert"
-#: ../../addon/irc/irc.php:51
-msgid "Popular Channels (comma separated)"
-msgstr "Beliebte Kanäle (mit Komma getrennt)"
+#: ../../mod/connections.php:253
+msgid "Channel has been unhidden"
+msgstr "Kanal wird nicht mehr versteckt"
-#: ../../addon/irc/irc.php:69
-msgid "IRC settings saved."
-msgstr "IRC Einstellungen gespeichert."
+#: ../../mod/connections.php:254
+msgid "Channel has been hidden"
+msgstr "Kanal wurde versteckt"
-#: ../../addon/irc/irc.php:74
-msgid "IRC Chatroom"
-msgstr "IRC Chatraum"
+#: ../../mod/connections.php:268
+msgid "Channel has been approved"
+msgstr "Kanal wurde zugelassen"
-#: ../../addon/irc/irc.php:96
-msgid "Popular Channels"
-msgstr "Beliebte Räume"
+#: ../../mod/connections.php:269
+msgid "Channel has been unapproved"
+msgstr "Zulassung des Kanals entfernt"
-#: ../../addon/blogger/blogger.php:42
-msgid "Post to blogger"
-msgstr "Auf Blogger posten"
+#: ../../mod/connections.php:287
+msgid "Contact has been removed."
+msgstr "Kontakt wurde entfernt."
-#: ../../addon/blogger/blogger.php:74
-msgid "Blogger Post Settings"
-msgstr "Einstellungen zum posten auf Blogger"
+#: ../../mod/connections.php:307
+#, php-format
+msgid "View %s's profile"
+msgstr "%s's Profil ansehen"
-#: ../../addon/blogger/blogger.php:76
-msgid "Enable Blogger Post Plugin"
-msgstr "Blogger-Post-Plugin aktivieren"
+#: ../../mod/connections.php:311
+msgid "Refresh Permissions"
+msgstr "Zugriffsrechte auffrischen"
-#: ../../addon/blogger/blogger.php:81
-msgid "Blogger username"
-msgstr "Blogger-Benutzername"
+#: ../../mod/connections.php:314
+msgid "Fetch updated permissions"
+msgstr "Aktualisierte Zugriffsrechte abfragen"
-#: ../../addon/blogger/blogger.php:86
-msgid "Blogger password"
-msgstr "Blogger-Passwort"
+#: ../../mod/connections.php:318
+msgid "Recent Activity"
+msgstr "Kürzliche Aktivitäten"
-#: ../../addon/blogger/blogger.php:91
-msgid "Blogger API URL"
-msgstr "Blogger-API-URL"
+#: ../../mod/connections.php:321
+msgid "View recent posts and comments"
+msgstr "Betrachte die neuesten Beiträge und Kommentare"
-#: ../../addon/blogger/blogger.php:96
-msgid "Post to Blogger by default"
-msgstr "Standardmäßig auf Blogger posten"
+#: ../../mod/connections.php:328
+msgid "Block or Unblock this connection"
+msgstr "Verbindung blockieren oder frei geben"
-#: ../../addon/posterous/posterous.php:37
-msgid "Post to Posterous"
-msgstr "Nach Posterous senden"
+#: ../../mod/connections.php:332 ../../mod/connections.php:467
+msgid "Unignore"
+msgstr "Nicht ignorieren"
-#: ../../addon/posterous/posterous.php:70
-msgid "Posterous Post Settings"
-msgstr "Posterous Beitrags-Einstellungen"
+#: ../../mod/connections.php:335
+msgid "Ignore or Unignore this connection"
+msgstr "Verbindung ignorieren oder wieder beachten"
-#: ../../addon/posterous/posterous.php:72
-msgid "Enable Posterous Post Plugin"
-msgstr "Posterous-Plugin aktivieren"
+#: ../../mod/connections.php:338
+msgid "Unarchive"
+msgstr "Aus Archiv zurückholen"
-#: ../../addon/posterous/posterous.php:77
-msgid "Posterous login"
-msgstr "Posterous-Anmeldename"
+#: ../../mod/connections.php:338
+msgid "Archive"
+msgstr "Archivieren"
-#: ../../addon/posterous/posterous.php:82
-msgid "Posterous password"
-msgstr "Posterous-Passwort"
+#: ../../mod/connections.php:341
+msgid "Archive or Unarchive this connection"
+msgstr "Archiviere diese Verbindung oder hole sie aus dem Archiv zurück"
-#: ../../addon/posterous/posterous.php:87
-msgid "Posterous site ID"
-msgstr "Posterous site ID"
+#: ../../mod/connections.php:344
+msgid "Unhide"
+msgstr "aufdecken"
-#: ../../addon/posterous/posterous.php:92
-msgid "Posterous API token"
-msgstr "Posterous API token"
+#: ../../mod/connections.php:344
+msgid "Hide"
+msgstr "Verbergen"
-#: ../../addon/posterous/posterous.php:97
-msgid "Post to Posterous by default"
-msgstr "Veröffentliche öffentliche Beiträge standardmäßig bei Posterous"
+#: ../../mod/connections.php:347
+msgid "Hide or Unhide this connection"
+msgstr "Diese Verbindung verstecken oder aufdecken"
-#: ../../view/theme/cleanzero/config.php:82
-#: ../../view/theme/diabook/config.php:192
-#: ../../view/theme/quattro/config.php:54 ../../view/theme/dispy/config.php:72
-msgid "Theme settings"
-msgstr "Themeneinstellungen"
+#: ../../mod/connections.php:354
+msgid "Delete this connection"
+msgstr "Verbindung löschen"
-#: ../../view/theme/cleanzero/config.php:83
-msgid "Set resize level for images in posts and comments (width and height)"
-msgstr "Wähle das Vergrößerungsmaß für Bilder in Beiträgen und Kommentaren (Höhe und Breite)"
+#: ../../mod/connections.php:387
+msgid "Unknown"
+msgstr "Unbekannt"
-#: ../../view/theme/cleanzero/config.php:84
-#: ../../view/theme/diabook/config.php:193
-#: ../../view/theme/dispy/config.php:73
-msgid "Set font-size for posts and comments"
-msgstr "Schriftgröße für Beiträge und Kommentare festlegen"
+#: ../../mod/connections.php:397 ../../mod/connections.php:425
+msgid "Approve this connection"
+msgstr "Verbindung genehmigen"
-#: ../../view/theme/cleanzero/config.php:85
-msgid "Set theme width"
-msgstr "Theme Breite festlegen"
+#: ../../mod/connections.php:397
+msgid "Accept connection to allow communication"
+msgstr "Aktzeptiere die Verbindung um Kommunikation zu ermöglichen"
-#: ../../view/theme/cleanzero/config.php:86
-#: ../../view/theme/quattro/config.php:56
-msgid "Color scheme"
-msgstr "Farbschema"
+#: ../../mod/connections.php:413
+msgid "Automatic Permissions Settings"
+msgstr "Automatische Berechtigungs-Einstellungen"
-#: ../../view/theme/diabook/theme.php:127 ../../include/nav.php:49
-#: ../../include/nav.php:115
-msgid "Your posts and conversations"
-msgstr "Deine Beiträge und Unterhaltungen"
+#: ../../mod/connections.php:413
+#, php-format
+msgid "Connections: settings for %s"
+msgstr "Verbindungseinstellungen für %s"
-#: ../../view/theme/diabook/theme.php:128 ../../include/nav.php:50
-msgid "Your profile page"
-msgstr "Deine Profilseite"
+#: ../../mod/connections.php:417
+msgid ""
+"When receiving a channel introduction, any permissions provided here will be"
+" applied to the new connection automatically and the introduction approved. "
+"Leave this page if you do not wish to use this feature."
+msgstr "Wenn eine Kanal-Vorstellung empfangen wird, werden die hier getroffenen Einstellungen automatisch angewandt und der Anfrage wird stattgegeben. Verlasse diese Seite, wenn du dieses Feature nicht verwanden möchtest."
-#: ../../view/theme/diabook/theme.php:129
-msgid "Your contacts"
-msgstr "Deine Kontakte"
+#: ../../mod/connections.php:419
+msgid "Slide to adjust your degree of friendship"
+msgstr "Schieben um den Grad der Freundschaft zu wählen"
-#: ../../view/theme/diabook/theme.php:130 ../../include/nav.php:51
-msgid "Your photos"
-msgstr "Deine Fotos"
-
-#: ../../view/theme/diabook/theme.php:131 ../../include/nav.php:52
-msgid "Your events"
-msgstr "Deine Ereignisse"
-
-#: ../../view/theme/diabook/theme.php:132 ../../include/nav.php:53
-msgid "Personal notes"
-msgstr "Persönliche Notizen"
-
-#: ../../view/theme/diabook/theme.php:132 ../../include/nav.php:53
-msgid "Your personal photos"
-msgstr "Deine privaten Fotos"
-
-#: ../../view/theme/diabook/theme.php:134
-#: ../../view/theme/diabook/theme.php:643
-#: ../../view/theme/diabook/theme.php:747
-#: ../../view/theme/diabook/config.php:201
-msgid "Community Pages"
-msgstr "Foren"
-
-#: ../../view/theme/diabook/theme.php:490
-#: ../../view/theme/diabook/theme.php:749
-#: ../../view/theme/diabook/config.php:203
-msgid "Community Profiles"
-msgstr "Community-Profile"
-
-#: ../../view/theme/diabook/theme.php:511
-#: ../../view/theme/diabook/theme.php:754
-#: ../../view/theme/diabook/config.php:208
-msgid "Last users"
-msgstr "Letzte Nutzer"
-
-#: ../../view/theme/diabook/theme.php:540
-#: ../../view/theme/diabook/theme.php:756
-#: ../../view/theme/diabook/config.php:210
-msgid "Last likes"
-msgstr "Zuletzt gemocht"
-
-#: ../../view/theme/diabook/theme.php:585
-#: ../../view/theme/diabook/theme.php:755
-#: ../../view/theme/diabook/config.php:209
-msgid "Last photos"
-msgstr "Letzte Fotos"
-
-#: ../../view/theme/diabook/theme.php:622
-#: ../../view/theme/diabook/theme.php:752
-#: ../../view/theme/diabook/config.php:206
-msgid "Find Friends"
-msgstr "Freunde finden"
-
-#: ../../view/theme/diabook/theme.php:623
-msgid "Local Directory"
-msgstr "Lokales Verzeichnis"
-
-#: ../../view/theme/diabook/theme.php:625 ../../include/contact_widgets.php:35
-msgid "Similar Interests"
-msgstr "Ähnliche Interessen"
-
-#: ../../view/theme/diabook/theme.php:627 ../../include/contact_widgets.php:37
-msgid "Invite Friends"
-msgstr "Freunde einladen"
-
-#: ../../view/theme/diabook/theme.php:678
-#: ../../view/theme/diabook/theme.php:748
-#: ../../view/theme/diabook/config.php:202
-msgid "Earth Layers"
-msgstr "Earth Layers"
-
-#: ../../view/theme/diabook/theme.php:683
-msgid "Set zoomfactor for Earth Layers"
-msgstr "Zoomfaktor der Earth Layer"
-
-#: ../../view/theme/diabook/theme.php:684
-#: ../../view/theme/diabook/config.php:199
-msgid "Set longitude (X) for Earth Layers"
-msgstr "Longitude (X) der Earth Layer"
-
-#: ../../view/theme/diabook/theme.php:685
-#: ../../view/theme/diabook/config.php:200
-msgid "Set latitude (Y) for Earth Layers"
-msgstr "Latitude (Y) der Earth Layer"
-
-#: ../../view/theme/diabook/theme.php:698
-#: ../../view/theme/diabook/theme.php:750
-#: ../../view/theme/diabook/config.php:204
-msgid "Help or @NewHere ?"
-msgstr "Hilfe oder @NewHere"
-
-#: ../../view/theme/diabook/theme.php:705
-#: ../../view/theme/diabook/theme.php:751
-#: ../../view/theme/diabook/config.php:205
-msgid "Connect Services"
-msgstr "Verbinde Dienste"
-
-#: ../../view/theme/diabook/theme.php:712
-#: ../../view/theme/diabook/theme.php:753
-msgid "Last Tweets"
-msgstr "Neueste Tweets"
-
-#: ../../view/theme/diabook/theme.php:715
-#: ../../view/theme/diabook/config.php:197
-msgid "Set twitter search term"
-msgstr "Twitter Suchbegriff"
-
-#: ../../view/theme/diabook/theme.php:735
-#: ../../view/theme/diabook/theme.php:736
-#: ../../view/theme/diabook/theme.php:737
-#: ../../view/theme/diabook/theme.php:738
-#: ../../view/theme/diabook/theme.php:739
-#: ../../view/theme/diabook/theme.php:740
-#: ../../view/theme/diabook/theme.php:741
-#: ../../view/theme/diabook/theme.php:742
-#: ../../view/theme/diabook/theme.php:743
-#: ../../view/theme/diabook/theme.php:744 ../../include/acl_selectors.php:288
-msgid "don't show"
-msgstr "nicht zeigen"
-
-#: ../../view/theme/diabook/theme.php:735
-#: ../../view/theme/diabook/theme.php:736
-#: ../../view/theme/diabook/theme.php:737
-#: ../../view/theme/diabook/theme.php:738
-#: ../../view/theme/diabook/theme.php:739
-#: ../../view/theme/diabook/theme.php:740
-#: ../../view/theme/diabook/theme.php:741
-#: ../../view/theme/diabook/theme.php:742
-#: ../../view/theme/diabook/theme.php:743
-#: ../../view/theme/diabook/theme.php:744 ../../include/acl_selectors.php:287
-msgid "show"
-msgstr "zeigen"
+#: ../../mod/connections.php:426
+msgid "Connection has no individual permissions!"
+msgstr "Diese Verbindung hat keine individuellen Zugriffseinstellungen."
-#: ../../view/theme/diabook/theme.php:745
-msgid "Show/hide boxes at right-hand column:"
-msgstr "Rahmen auf der rechten Seite anzeigen/verbergen"
+#: ../../mod/connections.php:427
+msgid ""
+"This may be appropriate based on your <a href=\"settings\">privacy "
+"settings</a>, though you may wish to review the \"Advanced Permissions\"."
+msgstr "Abhängig von deinen <a href=\"settings\">Privatsphären Einstellungen</a> könnte dies angebracht sein, eventuell solltest du aber die \"Erweiterte Zugriffsrechte\" überprüfen."
-#: ../../view/theme/diabook/config.php:194
-#: ../../view/theme/dispy/config.php:74
-msgid "Set line-height for posts and comments"
-msgstr "Liniengröße für Beiträge und Kommantare festlegen"
+#: ../../mod/connections.php:429
+msgid "Profile Visibility"
+msgstr "Sichtbarkeit des Profils"
-#: ../../view/theme/diabook/config.php:195
-msgid "Set resolution for middle column"
-msgstr "Auflösung für die Mittelspalte setzen"
+#: ../../mod/connections.php:430
+#, php-format
+msgid ""
+"Please choose the profile you would like to display to %s when viewing your "
+"profile securely."
+msgstr "Bitte wähle ein Profil, das wir %s zeigen sollen, wenn deine Profilseite über eine verifizierte Verbindung aufgerufen wird."
-#: ../../view/theme/diabook/config.php:196
-msgid "Set color scheme"
-msgstr "Wähle Farbschema"
+#: ../../mod/connections.php:431
+msgid "Contact Information / Notes"
+msgstr "Kontaktinformationen / Notizen"
-#: ../../view/theme/diabook/config.php:198
-msgid "Set zoomfactor for Earth Layer"
-msgstr "Zoomfaktor der Earth Layer"
+#: ../../mod/connections.php:432
+msgid "Edit contact notes"
+msgstr "Kontaktnotizen editieren"
-#: ../../view/theme/diabook/config.php:207
-msgid "Last tweets"
-msgstr "Neueste Tweets"
+#: ../../mod/connections.php:434
+msgid "Their Settings"
+msgstr "Deren Einstellungen"
-#: ../../view/theme/quattro/config.php:55
-msgid "Alignment"
-msgstr "Ausrichtung"
+#: ../../mod/connections.php:435
+msgid "My Settings"
+msgstr "Meine Einstellungen"
-#: ../../view/theme/quattro/config.php:55
-msgid "Left"
-msgstr "Links"
+#: ../../mod/connections.php:437
+msgid "Forum Members"
+msgstr "Forum Mitglieder"
-#: ../../view/theme/quattro/config.php:55
-msgid "Center"
-msgstr "Mitte"
+#: ../../mod/connections.php:438
+msgid "Soapbox"
+msgstr "Marktschreier"
-#: ../../view/theme/dispy/config.php:75
-msgid "Set colour scheme"
-msgstr "Farbschema wählen"
+#: ../../mod/connections.php:439
+msgid "Full Sharing"
+msgstr "Volles Teilen"
-#: ../../include/profile_advanced.php:17 ../../boot.php:1111
-msgid "Gender:"
-msgstr "Geschlecht:"
+#: ../../mod/connections.php:440
+msgid "Cautious Sharing"
+msgstr "Vorsichtiges Teilen"
-#: ../../include/profile_advanced.php:22
-msgid "j F, Y"
-msgstr "j F, Y"
+#: ../../mod/connections.php:441
+msgid "Follow Only"
+msgstr "Nur Folgen"
-#: ../../include/profile_advanced.php:23
-msgid "j F"
-msgstr "j F"
+#: ../../mod/connections.php:442
+msgid "Individual Permissions"
+msgstr "Individuelle Zugriffseinstellungen"
-#: ../../include/profile_advanced.php:30 ../../include/datetime.php:450
-#: ../../include/items.php:1446
-msgid "Birthday:"
-msgstr "Geburtstag:"
+#: ../../mod/connections.php:443
+msgid ""
+"Individual permissions are only enabled for <a href=\"settings\">privacy "
+"settings</a> which are set to \"Only those you specifically allow\". "
+"Otherwise they are controlled by your privacy settings."
+msgstr "Individuelle Zugriffseinstellungen sind nur aktive bei <a href=\"settings\">Privatspären Einstellungen</a> die auf \"Nur diejenigen, die Sie erlauben\" gesetzt sind. Andernfalls wird dies über deine Privatsphären Einstellungen geregelt."
-#: ../../include/profile_advanced.php:34
-msgid "Age:"
-msgstr "Alter:"
+#: ../../mod/connections.php:444
+msgid "Advanced Permissions"
+msgstr "Erweiterte Zugriffsrechte"
-#: ../../include/profile_advanced.php:37 ../../boot.php:1114
-msgid "Status:"
-msgstr "Status:"
+#: ../../mod/connections.php:445
+msgid "Quick Links"
+msgstr "Quick Links"
-#: ../../include/profile_advanced.php:43
+#: ../../mod/connections.php:449
#, php-format
-msgid "for %1$d %2$s"
-msgstr "für %1$d %2$s"
-
-#: ../../include/profile_advanced.php:48 ../../boot.php:1116
-msgid "Homepage:"
-msgstr "Homepage:"
-
-#: ../../include/profile_advanced.php:52
-msgid "Tags:"
-msgstr "Tags"
-
-#: ../../include/profile_advanced.php:56
-msgid "Religion:"
-msgstr "Religion:"
+msgid "Visit %s's profile - %s"
+msgstr "%s's Profil besuchen - %s"
-#: ../../include/profile_advanced.php:58
-msgid "About:"
-msgstr "Über:"
-
-#: ../../include/profile_advanced.php:60
-msgid "Hobbies/Interests:"
-msgstr "Hobbies/Interessen:"
+#: ../../mod/connections.php:450
+msgid "Block/Unblock contact"
+msgstr "Geblockt Status ein- / ausschalten"
-#: ../../include/profile_advanced.php:62
-msgid "Contact information and Social Networks:"
-msgstr "Kontaktinformationen und Soziale Netzwerke:"
+#: ../../mod/connections.php:451
+msgid "Ignore contact"
+msgstr "Kontakt ignorieren"
-#: ../../include/profile_advanced.php:64
-msgid "Musical interests:"
-msgstr "Musikalische Interessen:"
+#: ../../mod/connections.php:452
+msgid "Repair URL settings"
+msgstr "URL Einstellungen reparieren"
-#: ../../include/profile_advanced.php:66
-msgid "Books, literature:"
-msgstr "Literatur/Bücher:"
+#: ../../mod/connections.php:453
+msgid "View conversations"
+msgstr "Unterhaltungen anzeigen"
-#: ../../include/profile_advanced.php:68
-msgid "Television:"
-msgstr "Fernsehen:"
+#: ../../mod/connections.php:455
+msgid "Delete contact"
+msgstr "Kontakt löschen"
-#: ../../include/profile_advanced.php:70
-msgid "Film/dance/culture/entertainment:"
-msgstr "Filme/Tänze/Kultur/Unterhaltung:"
+#: ../../mod/connections.php:458
+msgid "Last update:"
+msgstr "Letzte Aktualisierung:"
-#: ../../include/profile_advanced.php:72
-msgid "Love/Romance:"
-msgstr "Liebesleben:"
+#: ../../mod/connections.php:460
+msgid "Update public posts"
+msgstr "Öffentliche Beiträge aktualisieren"
-#: ../../include/profile_advanced.php:74
-msgid "Work/employment:"
-msgstr "Arbeit/Beschäftigung:"
+#: ../../mod/connections.php:462
+msgid "Update now"
+msgstr "Jetzt aktualisieren"
-#: ../../include/profile_advanced.php:76
-msgid "School/education:"
-msgstr "Schule/Ausbildung:"
+#: ../../mod/connections.php:468
+msgid "Currently blocked"
+msgstr "Derzeit blockiert"
-#: ../../include/contact_selectors.php:32
-msgid "Unknown | Not categorised"
-msgstr "Unbekannt | Nicht kategorisiert"
+#: ../../mod/connections.php:469
+msgid "Currently ignored"
+msgstr "Derzeit ignoriert"
-#: ../../include/contact_selectors.php:33
-msgid "Block immediately"
-msgstr "Sofort blockieren"
+#: ../../mod/connections.php:470
+msgid "Currently archived"
+msgstr "Derzeit archiviert"
-#: ../../include/contact_selectors.php:34
-msgid "Shady, spammer, self-marketer"
-msgstr "Zwielichtig, Spammer, Selbstdarsteller"
+#: ../../mod/connections.php:471
+msgid "Currently pending"
+msgstr "Derzeit anstehend"
-#: ../../include/contact_selectors.php:35
-msgid "Known to me, but no opinion"
-msgstr "Ist mir bekannt, hab aber keine Meinung"
+#: ../../mod/connections.php:472
+msgid ""
+"Replies/likes to your public posts <strong>may</strong> still be visible"
+msgstr "Antworten/Likes auf deine öffentlichen Beiträge <strong>können</strong> immer noch sichtbar sein"
-#: ../../include/contact_selectors.php:36
-msgid "OK, probably harmless"
-msgstr "OK, wahrscheinlich harmlos"
+#: ../../mod/connections.php:508 ../../mod/connections.php:580
+msgid "Blocked"
+msgstr "Blockiert"
-#: ../../include/contact_selectors.php:37
-msgid "Reputable, has my trust"
-msgstr "Seriös, hat mein Vertrauen"
+#: ../../mod/connections.php:513 ../../mod/connections.php:587
+msgid "Ignored"
+msgstr "Ignoriert"
-#: ../../include/contact_selectors.php:56
-msgid "Frequently"
-msgstr "immer wieder"
+#: ../../mod/connections.php:518 ../../mod/connections.php:601
+msgid "Hidden"
+msgstr "Versteckt"
-#: ../../include/contact_selectors.php:57
-msgid "Hourly"
-msgstr "Stündlich"
+#: ../../mod/connections.php:523 ../../mod/connections.php:594
+msgid "Archived"
+msgstr "Archiviert"
-#: ../../include/contact_selectors.php:58
-msgid "Twice daily"
-msgstr "Zweimal täglich"
+#: ../../mod/connections.php:534
+msgid "All"
+msgstr "Alle"
-#: ../../include/contact_selectors.php:59
-msgid "Daily"
-msgstr "Täglich"
+#: ../../mod/connections.php:555
+msgid "Suggestions"
+msgstr "Vorschläge"
-#: ../../include/contact_selectors.php:60
-msgid "Weekly"
-msgstr "Wöchentlich"
+#: ../../mod/connections.php:558
+msgid "Suggest new connections"
+msgstr "Neue Verbindungen vorschlagen"
-#: ../../include/contact_selectors.php:61
-msgid "Monthly"
-msgstr "Monatlich"
+#: ../../mod/connections.php:564
+msgid "Show pending (new) connections"
+msgstr "Zeige schwebende (neue) Verbindungen"
-#: ../../include/contact_selectors.php:77
-msgid "OStatus"
-msgstr "OStatus"
+#: ../../mod/connections.php:567
+msgid "All Connections"
+msgstr "Alle Verbindungen"
-#: ../../include/contact_selectors.php:78
-msgid "RSS/Atom"
-msgstr "RSS/Atom"
+#: ../../mod/connections.php:570
+msgid "Show all connections"
+msgstr "Zeige alle Verbindungen"
-#: ../../include/contact_selectors.php:82
-msgid "Zot!"
-msgstr "Zott"
+#: ../../mod/connections.php:573
+msgid "Unblocked"
+msgstr "Freigegeben"
-#: ../../include/contact_selectors.php:83
-msgid "LinkedIn"
-msgstr "LinkedIn"
+#: ../../mod/connections.php:576
+msgid "Only show unblocked connections"
+msgstr "Zeige nur freigegebene Verbindungen"
-#: ../../include/contact_selectors.php:84
-msgid "XMPP/IM"
-msgstr "XMPP/Chat"
+#: ../../mod/connections.php:583
+msgid "Only show blocked connections"
+msgstr "Zeige nur blockierte Verbindungen"
-#: ../../include/contact_selectors.php:85
-msgid "MySpace"
-msgstr "MySpace"
+#: ../../mod/connections.php:590
+msgid "Only show ignored connections"
+msgstr "Zeige nur ignorierte Verbindungen"
-#: ../../include/profile_selectors.php:6
-msgid "Male"
-msgstr "Männlich"
+#: ../../mod/connections.php:597
+msgid "Only show archived connections"
+msgstr "Zeige nur archivierte Verbindungen"
-#: ../../include/profile_selectors.php:6
-msgid "Female"
-msgstr "Weiblich"
+#: ../../mod/connections.php:604
+msgid "Only show hidden connections"
+msgstr "Zeige nur versteckte Verbindungen"
-#: ../../include/profile_selectors.php:6
-msgid "Currently Male"
-msgstr "Momentan männlich"
+#: ../../mod/connections.php:646
+#, php-format
+msgid "%1$s [%2$s]"
+msgstr "%1$s [%2$s]"
-#: ../../include/profile_selectors.php:6
-msgid "Currently Female"
-msgstr "Momentan weiblich"
+#: ../../mod/connections.php:647 ../../mod/nogroup.php:41
+msgid "Edit contact"
+msgstr "Kontakt bearbeiten"
-#: ../../include/profile_selectors.php:6
-msgid "Mostly Male"
-msgstr "Hauptsächlich männlich"
+#: ../../mod/connections.php:671
+msgid "Search your connections"
+msgstr "Verbindungen durchsuchen"
-#: ../../include/profile_selectors.php:6
-msgid "Mostly Female"
-msgstr "Hauptsächlich weiblich"
+#: ../../mod/connections.php:672
+msgid "Finding: "
+msgstr "Ergebnisse:"
-#: ../../include/profile_selectors.php:6
-msgid "Transgender"
-msgstr "Transgender"
+#: ../../mod/dirsearch.php:21
+msgid "This site is not a directory server"
+msgstr "Diese Website ist kein Verzeichnis-Server"
-#: ../../include/profile_selectors.php:6
-msgid "Intersex"
-msgstr "Intersex"
+#: ../../mod/lockview.php:34
+msgid "Remote privacy information not available."
+msgstr "Entfernte Privatsphären Einstellungen sind nicht verfügbar."
-#: ../../include/profile_selectors.php:6
-msgid "Transsexual"
-msgstr "Transsexuell"
+#: ../../mod/lockview.php:43
+msgid "Visible to:"
+msgstr "Sichtbar für:"
-#: ../../include/profile_selectors.php:6
-msgid "Hermaphrodite"
-msgstr "Hermaphrodit"
+#: ../../mod/profiles.php:18 ../../mod/profiles.php:138
+#: ../../mod/profiles.php:179 ../../mod/profiles.php:486
+msgid "Profile not found."
+msgstr "Profil nicht gefunden."
-#: ../../include/profile_selectors.php:6
-msgid "Neuter"
-msgstr "Neuter"
+#: ../../mod/profiles.php:38
+msgid "Profile deleted."
+msgstr "Profil gelöscht."
-#: ../../include/profile_selectors.php:6
-msgid "Non-specific"
-msgstr "Nicht spezifiziert"
+#: ../../mod/profiles.php:56 ../../mod/profiles.php:92
+msgid "Profile-"
+msgstr "Profil-"
-#: ../../include/profile_selectors.php:6
-msgid "Other"
-msgstr "Andere"
+#: ../../mod/profiles.php:77 ../../mod/profiles.php:120
+msgid "New profile created."
+msgstr "Neues Profil erstellt."
-#: ../../include/profile_selectors.php:6
-msgid "Undecided"
-msgstr "Unentschieden"
+#: ../../mod/profiles.php:98
+msgid "Profile unavailable to clone."
+msgstr "Profil kann nicht geklont werden."
-#: ../../include/profile_selectors.php:23
-msgid "Males"
-msgstr "Männer"
+#: ../../mod/profiles.php:189
+msgid "Profile Name is required."
+msgstr "Profil-Name erforderlich."
-#: ../../include/profile_selectors.php:23
-msgid "Females"
-msgstr "Frauen"
+#: ../../mod/profiles.php:317
+msgid "Marital Status"
+msgstr "Familienstand"
-#: ../../include/profile_selectors.php:23
-msgid "Gay"
-msgstr "Schwul"
+#: ../../mod/profiles.php:321
+msgid "Romantic Partner"
+msgstr "Romantische Partner"
-#: ../../include/profile_selectors.php:23
-msgid "Lesbian"
-msgstr "Lesbisch"
+#: ../../mod/profiles.php:325
+msgid "Likes"
+msgstr "Gefällt-mir"
-#: ../../include/profile_selectors.php:23
-msgid "No Preference"
-msgstr "Keine Vorlieben"
+#: ../../mod/profiles.php:329
+msgid "Dislikes"
+msgstr "Gefällt-mir-nicht"
-#: ../../include/profile_selectors.php:23
-msgid "Bisexual"
-msgstr "Bisexuell"
+#: ../../mod/profiles.php:333
+msgid "Work/Employment"
+msgstr "Arbeit/Anstellung"
-#: ../../include/profile_selectors.php:23
-msgid "Autosexual"
-msgstr "Autosexual"
+#: ../../mod/profiles.php:336
+msgid "Religion"
+msgstr "Religion"
-#: ../../include/profile_selectors.php:23
-msgid "Abstinent"
-msgstr "Abstinent"
+#: ../../mod/profiles.php:340
+msgid "Political Views"
+msgstr "Politische Anscihten"
-#: ../../include/profile_selectors.php:23
-msgid "Virgin"
-msgstr "Jungfrauen"
+#: ../../mod/profiles.php:344
+msgid "Gender"
+msgstr "Geschlecht"
-#: ../../include/profile_selectors.php:23
-msgid "Deviant"
-msgstr "Deviant"
+#: ../../mod/profiles.php:348
+msgid "Sexual Preference"
+msgstr "Sexuelle Orientierung"
-#: ../../include/profile_selectors.php:23
-msgid "Fetish"
-msgstr "Fetish"
+#: ../../mod/profiles.php:352
+msgid "Homepage"
+msgstr "Webseite"
-#: ../../include/profile_selectors.php:23
-msgid "Oodles"
-msgstr "Oodles"
+#: ../../mod/profiles.php:356
+msgid "Interests"
+msgstr "Hobbys/Interessen"
-#: ../../include/profile_selectors.php:23
-msgid "Nonsexual"
-msgstr "Nonsexual"
+#: ../../mod/profiles.php:360
+msgid "Address"
+msgstr "Adresse"
-#: ../../include/profile_selectors.php:42
-msgid "Single"
-msgstr "Single"
+#: ../../mod/profiles.php:367
+msgid "Location"
+msgstr "Ort"
-#: ../../include/profile_selectors.php:42
-msgid "Lonely"
-msgstr "Einsam"
+#: ../../mod/profiles.php:450
+msgid "Profile updated."
+msgstr "Profil aktualisiert."
-#: ../../include/profile_selectors.php:42
-msgid "Available"
-msgstr "Verfügbar"
+#: ../../mod/profiles.php:505
+msgid "Hide your contact/friend list from viewers of this profile?"
+msgstr "Verberge die Liste deiner Kontakte vor Betrachtern dieses Profils"
-#: ../../include/profile_selectors.php:42
-msgid "Unavailable"
-msgstr "Nicht verfügbar"
+#: ../../mod/profiles.php:528
+msgid "Edit Profile Details"
+msgstr "Bearbeite Profil-Details"
-#: ../../include/profile_selectors.php:42
-msgid "Has crush"
-msgstr "verknallt"
+#: ../../mod/profiles.php:530
+msgid "View this profile"
+msgstr "Dieses Profil ansehen"
-#: ../../include/profile_selectors.php:42
-msgid "Infatuated"
-msgstr "verliebt"
+#: ../../mod/profiles.php:531
+msgid "Change Profile Photo"
+msgstr "Profilfoto ändern"
-#: ../../include/profile_selectors.php:42
-msgid "Dating"
-msgstr "Dating"
+#: ../../mod/profiles.php:532
+msgid "Create a new profile using these settings"
+msgstr "Neues Profil anlegen und diese Einstellungen übernehmen"
-#: ../../include/profile_selectors.php:42
-msgid "Unfaithful"
-msgstr "Untreu"
+#: ../../mod/profiles.php:533
+msgid "Clone this profile"
+msgstr "Dieses Profil klonen"
-#: ../../include/profile_selectors.php:42
-msgid "Sex Addict"
-msgstr "Sexbesessen"
+#: ../../mod/profiles.php:534
+msgid "Delete this profile"
+msgstr "Dieses Profil löschen"
-#: ../../include/profile_selectors.php:42 ../../include/user.php:272
-msgid "Friends"
-msgstr "Freunde"
+#: ../../mod/profiles.php:535
+msgid "Profile Name:"
+msgstr "Profilname:"
-#: ../../include/profile_selectors.php:42
-msgid "Friends/Benefits"
-msgstr "Freunde/Zuwendungen"
+#: ../../mod/profiles.php:536
+msgid "Your Full Name:"
+msgstr "Dein voller Name:"
-#: ../../include/profile_selectors.php:42
-msgid "Casual"
-msgstr "Casual"
+#: ../../mod/profiles.php:537
+msgid "Title/Description:"
+msgstr "Titel/Beschreibung:"
-#: ../../include/profile_selectors.php:42
-msgid "Engaged"
-msgstr "Verlobt"
+#: ../../mod/profiles.php:538
+msgid "Your Gender:"
+msgstr "Dein Geschlecht:"
-#: ../../include/profile_selectors.php:42
-msgid "Married"
-msgstr "Verheiratet"
+#: ../../mod/profiles.php:539
+#, php-format
+msgid "Birthday (%s):"
+msgstr "Geburtstag (%s):"
-#: ../../include/profile_selectors.php:42
-msgid "Imaginarily married"
-msgstr "imaginär verheiratet"
+#: ../../mod/profiles.php:540
+msgid "Street Address:"
+msgstr "Straße und Hausnummer:"
-#: ../../include/profile_selectors.php:42
-msgid "Partners"
-msgstr "Partner"
+#: ../../mod/profiles.php:541
+msgid "Locality/City:"
+msgstr "Wohnort:"
-#: ../../include/profile_selectors.php:42
-msgid "Cohabiting"
-msgstr "zusammenlebend"
+#: ../../mod/profiles.php:542
+msgid "Postal/Zip Code:"
+msgstr "Postleitzahl:"
-#: ../../include/profile_selectors.php:42
-msgid "Common law"
-msgstr "wilde Ehe"
+#: ../../mod/profiles.php:543
+msgid "Country:"
+msgstr "Land:"
-#: ../../include/profile_selectors.php:42
-msgid "Happy"
-msgstr "Glücklich"
+#: ../../mod/profiles.php:544
+msgid "Region/State:"
+msgstr "Region/Bundesstaat"
-#: ../../include/profile_selectors.php:42
-msgid "Not looking"
-msgstr "Nicht auf der Suche"
+#: ../../mod/profiles.php:545
+msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
+msgstr "<span class=\"heart\">&hearts;</span> Beziehungsstatus:"
-#: ../../include/profile_selectors.php:42
-msgid "Swinger"
-msgstr "Swinger"
+#: ../../mod/profiles.php:546
+msgid "Who: (if applicable)"
+msgstr "Wer: (falls anwendbar)"
-#: ../../include/profile_selectors.php:42
-msgid "Betrayed"
-msgstr "Betrogen"
+#: ../../mod/profiles.php:547
+msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
+msgstr "Beispiele: cathy123, Cathy Williams, cathy@example.com"
-#: ../../include/profile_selectors.php:42
-msgid "Separated"
-msgstr "Getrennt"
+#: ../../mod/profiles.php:548
+msgid "Since [date]:"
+msgstr "Seit [Datum]:"
-#: ../../include/profile_selectors.php:42
-msgid "Unstable"
-msgstr "Unstabil"
+#: ../../mod/profiles.php:550
+msgid "Homepage URL:"
+msgstr "Homepage URL:"
-#: ../../include/profile_selectors.php:42
-msgid "Divorced"
-msgstr "Geschieden"
+#: ../../mod/profiles.php:553
+msgid "Religious Views:"
+msgstr "Religiöse Ansichten:"
-#: ../../include/profile_selectors.php:42
-msgid "Imaginarily divorced"
-msgstr "imaginär geschieden"
+#: ../../mod/profiles.php:554
+msgid "Keywords:"
+msgstr "Schlüsselwörter:"
-#: ../../include/profile_selectors.php:42
-msgid "Widowed"
-msgstr "Verwitwet"
+#: ../../mod/profiles.php:557
+msgid "Example: fishing photography software"
+msgstr "Beispiel: fischen Fotografie Software"
-#: ../../include/profile_selectors.php:42
-msgid "Uncertain"
-msgstr "Unsicher"
+#: ../../mod/profiles.php:558
+msgid "Used in directory listings"
+msgstr "Wird in Verzeichnis Auflistungen verwendet"
-#: ../../include/profile_selectors.php:42
-msgid "It's complicated"
-msgstr "Ist kompliziert"
+#: ../../mod/profiles.php:559
+msgid "Tell us about yourself..."
+msgstr "Erzähl uns ein wenig von Dir..."
-#: ../../include/profile_selectors.php:42
-msgid "Don't care"
-msgstr "Ist mir nicht wichtig"
+#: ../../mod/profiles.php:560
+msgid "Hobbies/Interests"
+msgstr "Hobbys/Interessen"
-#: ../../include/profile_selectors.php:42
-msgid "Ask me"
-msgstr "Frag mich"
+#: ../../mod/profiles.php:561
+msgid "Contact information and Social Networks"
+msgstr "Kontaktinformation und soziale Netzwerke"
-#: ../../include/event.php:17 ../../include/bb2diaspora.php:249
-msgid "Starts:"
-msgstr "Beginnt:"
+#: ../../mod/profiles.php:562
+msgid "My other channels"
+msgstr "Meine anderen Channels"
-#: ../../include/event.php:27 ../../include/bb2diaspora.php:257
-msgid "Finishes:"
-msgstr "Endet:"
+#: ../../mod/profiles.php:563
+msgid "Musical interests"
+msgstr "Musikalische Interessen"
-#: ../../include/delivery.php:456 ../../include/notifier.php:678
-msgid "(no subject)"
-msgstr "(kein Betreff)"
+#: ../../mod/profiles.php:564
+msgid "Books, literature"
+msgstr "Bücher, Literatur"
-#: ../../include/delivery.php:463 ../../include/enotify.php:26
-#: ../../include/notifier.php:685
-msgid "noreply"
-msgstr "noreply"
+#: ../../mod/profiles.php:565
+msgid "Television"
+msgstr "Fernsehen"
-#: ../../include/text.php:243
-msgid "prev"
-msgstr "vorige"
+#: ../../mod/profiles.php:566
+msgid "Film/dance/culture/entertainment"
+msgstr "Film/Tanz/Kultur/Unterhaltung"
-#: ../../include/text.php:245
-msgid "first"
-msgstr "erste"
+#: ../../mod/profiles.php:567
+msgid "Love/romance"
+msgstr "Liebe/Romantik"
-#: ../../include/text.php:274
-msgid "last"
-msgstr "letzte"
+#: ../../mod/profiles.php:568
+msgid "Work/employment"
+msgstr "Arbeit/Anstellung"
-#: ../../include/text.php:277
-msgid "next"
-msgstr "nächste"
+#: ../../mod/profiles.php:569
+msgid "School/education"
+msgstr "Schule/Ausbildung"
-#: ../../include/text.php:568
-msgid "No contacts"
-msgstr "Keine Kontakte"
+#: ../../mod/profiles.php:574
+msgid ""
+"This is your <strong>public</strong> profile.<br />It <strong>may</strong> "
+"be visible to anybody using the internet."
+msgstr "Dies ist Dein <strong>öffentliches</strong> Profil.<br />Es <strong>könnte</strong> für jeden im Internet sichtbar sein."
-#: ../../include/text.php:577
-#, php-format
-msgid "%d Contact"
-msgid_plural "%d Contacts"
-msgstr[0] "%d Kontakt"
-msgstr[1] "%d Kontakte"
+#: ../../mod/profiles.php:584 ../../mod/directory.php:145
+msgid "Age: "
+msgstr "Alter:"
-#: ../../include/text.php:835
-msgid "Monday"
-msgstr "Montag"
+#: ../../mod/profiles.php:623
+msgid "Edit/Manage Profiles"
+msgstr "Bearbeite/Verwalte Profile"
-#: ../../include/text.php:835
-msgid "Tuesday"
-msgstr "Dienstag"
+#: ../../mod/profiles.php:624 ../../boot.php:1724
+msgid "Change profile photo"
+msgstr "Ändere das Profilfoto"
-#: ../../include/text.php:835
-msgid "Wednesday"
-msgstr "Mittwoch"
+#: ../../mod/profiles.php:625 ../../boot.php:1731
+msgid "Create New Profile"
+msgstr "Neues Profil erstellen"
-#: ../../include/text.php:835
-msgid "Thursday"
-msgstr "Donnerstag"
+#: ../../mod/profiles.php:636 ../../boot.php:1745
+msgid "Profile Image"
+msgstr "Profilfoto:"
-#: ../../include/text.php:835
-msgid "Friday"
-msgstr "Freitag"
+#: ../../mod/profiles.php:639 ../../boot.php:1748
+msgid "visible to everybody"
+msgstr "sichtbar für jeden"
-#: ../../include/text.php:835
-msgid "Saturday"
-msgstr "Samstag"
+#: ../../mod/profiles.php:640 ../../boot.php:1749
+msgid "Edit visibility"
+msgstr "Sichtbarkeit bearbeiten"
-#: ../../include/text.php:835
-msgid "Sunday"
-msgstr "Sonntag"
+#: ../../mod/new_channel.php:107
+msgid "Add a Channel"
+msgstr "Channel hinzufügen"
-#: ../../include/text.php:839
-msgid "January"
-msgstr "Januar"
+#: ../../mod/new_channel.php:108
+msgid ""
+"A channel is your own collection of related web pages. A channel can be used"
+" to hold social network profiles, blogs, conversation groups and forums, "
+"celebrity pages, and much more. You may create as many channels as your "
+"service provider allows."
+msgstr "Ein Kanal ist deine eigene Sammlung von verbundenen Webseiten. Ein Kanal kann genutzt werden, um Social Network-Profile, Blogs, Gesprächsgruppen und Foren, Promi-Seiten und viel mehr zu erfassen. Du kannst so viele Kanäle erstellen, wie es der Betreiber deiner Seite zulässt."
-#: ../../include/text.php:839
-msgid "February"
-msgstr "Februar"
+#: ../../mod/new_channel.php:111
+msgid "Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "
+msgstr "Beispiele: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "
-#: ../../include/text.php:839
-msgid "March"
-msgstr "März"
+#: ../../mod/new_channel.php:112
+msgid "Choose a short nickname"
+msgstr "Wähle einen kurzen Spitznahmen"
-#: ../../include/text.php:839
-msgid "April"
-msgstr "April"
+#: ../../mod/new_channel.php:113
+msgid ""
+"Your nickname will be used to create an easily remembered channel address "
+"(like an email address) which you can share with others."
+msgstr "Dein Spitzname wird verwendet, um eine einfach zu erinnernde Kanal-Adresse (ähnlich einer E-Mail Adresse) zu erzeugen, die Du mit anderen austauschen kannst."
-#: ../../include/text.php:839
-msgid "May"
-msgstr "Mai"
+#: ../../mod/new_channel.php:114
+msgid "Or <a href=\"import\">import an existing channel</a> from another location"
+msgstr "Oder <a href=\"import\">importiere einen bestehenden Kanal</a> von einem anderen Ort"
-#: ../../include/text.php:839
-msgid "June"
-msgstr "Juni"
+#: ../../mod/filestorage.php:35
+msgid "Permission Denied."
+msgstr "Zugriff verweigert."
-#: ../../include/text.php:839
-msgid "July"
-msgstr "Juli"
+#: ../../mod/filestorage.php:42
+msgid "Permission denied. VS."
+msgstr "Zugriff verweigert. VS."
-#: ../../include/text.php:839
-msgid "August"
-msgstr "August"
+#: ../../mod/filestorage.php:79
+msgid "Download"
+msgstr "Download"
-#: ../../include/text.php:839
-msgid "September"
-msgstr "September"
+#: ../../mod/filestorage.php:84
+msgid "Used: "
+msgstr "Verwendet:"
-#: ../../include/text.php:839
-msgid "October"
-msgstr "Oktober"
+#: ../../mod/filestorage.php:86
+msgid "Limit: "
+msgstr "Limit:"
-#: ../../include/text.php:839
-msgid "November"
-msgstr "November"
+#: ../../mod/lostpass.php:15
+msgid "No valid account found."
+msgstr "Kein gültiges Konto gefunden."
-#: ../../include/text.php:839
-msgid "December"
-msgstr "Dezember"
+#: ../../mod/lostpass.php:29
+msgid "Password reset request issued. Check your email."
+msgstr "Zurücksetzen des Passworts veranlasst. Rufe bitte Deine E-Mails ab."
-#: ../../include/text.php:925
-msgid "bytes"
-msgstr "Byte"
+#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:102
+#, php-format
+msgid "Site Member (%s)"
+msgstr "Seiten Mitglied (%s)"
-#: ../../include/text.php:945 ../../include/text.php:960
-msgid "remove"
-msgstr "löschen"
+#: ../../mod/lostpass.php:40
+#, php-format
+msgid "Password reset requested at %s"
+msgstr "Passwort Rücksetzung auf %s angefordert"
-#: ../../include/text.php:945 ../../include/text.php:960
-msgid "[remove]"
-msgstr "[löschen]"
+#: ../../mod/lostpass.php:63
+msgid ""
+"Request could not be verified. (You may have previously submitted it.) "
+"Password reset failed."
+msgstr "Die Anfrage konnte nicht verifiziert werden. (Es könnte sein, dass du vorher bereits eine Anfrage eingereicht hast.) Passwort Anforderung fehlgeschlagen."
-#: ../../include/text.php:948
-msgid "Categories:"
-msgstr "Kategorien:"
+#: ../../mod/lostpass.php:85 ../../boot.php:1446
+msgid "Password Reset"
+msgstr "Zurücksetzen des Kennworts"
-#: ../../include/text.php:963
-msgid "Filed under:"
-msgstr "Abgelegt unter:"
+#: ../../mod/lostpass.php:86
+msgid "Your password has been reset as requested."
+msgstr "Dein Passwort wurde wie angefordert neu erstellt."
-#: ../../include/text.php:979 ../../include/text.php:991
-msgid "Click to open/close"
-msgstr "Zum öffnen/schließen klicken"
+#: ../../mod/lostpass.php:87
+msgid "Your new password is"
+msgstr "Dein neues Passwort lautet"
-#: ../../include/text.php:1096 ../../include/user.php:230
-msgid "default"
-msgstr "standard"
+#: ../../mod/lostpass.php:88
+msgid "Save or copy your new password - and then"
+msgstr "Speichere oder kopiere dein neues Passwort - und dann"
-#: ../../include/text.php:1108
-msgid "Select an alternate language"
-msgstr "Alternative Sprache auswählen"
+#: ../../mod/lostpass.php:89
+msgid "click here to login"
+msgstr "Klicken Sie hier, um sich anzumelden"
-#: ../../include/text.php:1318
-msgid "activity"
-msgstr "Aktivität"
+#: ../../mod/lostpass.php:90
+msgid ""
+"Your password may be changed from the <em>Settings</em> page after "
+"successful login."
+msgstr "Dein Passwort kann unter <em>Einstellungen</em> nach einer erfolgreichen Anmeldung geändert werden."
-#: ../../include/text.php:1320
-msgid "comment"
-msgstr "Kommentar"
+#: ../../mod/lostpass.php:107
+#, php-format
+msgid "Your password has changed at %s"
+msgstr "Auf %s wurde dein Passwort geändert"
-#: ../../include/text.php:1321
-msgid "post"
-msgstr "Beitrag"
+#: ../../mod/lostpass.php:122
+msgid "Forgot your Password?"
+msgstr "Kennwort vergessen?"
-#: ../../include/text.php:1476
-msgid "Item filed"
-msgstr "Beitrag abgelegt"
+#: ../../mod/lostpass.php:123
+msgid ""
+"Enter your email address and submit to have your password reset. Then check "
+"your email for further instructions."
+msgstr "Gib deine E-Mail-Adresse an und fordere ein neues Passwort an. Es werden dir dann weitere Informationen per Mail zugesendet."
-#: ../../include/diaspora.php:593
-msgid "Sharing notification from Diaspora network"
-msgstr "Freigabe-Benachrichtigung von Diaspora"
+#: ../../mod/lostpass.php:124
+msgid "Email Address"
+msgstr "E-Mail Adresse"
-#: ../../include/diaspora.php:2074
-msgid "Attachments:"
-msgstr "Anhänge:"
+#: ../../mod/lostpass.php:125
+msgid "Reset"
+msgstr "Zurücksetzen"
-#: ../../include/network.php:827
-msgid "view full size"
-msgstr "Volle Größe anzeigen"
+#: ../../mod/import.php:36
+msgid "Nothing to import."
+msgstr "Nichts zu importieren."
-#: ../../include/oembed.php:134
-msgid "Embedded content"
-msgstr "Eingebetteter Inhalt"
+#: ../../mod/import.php:58
+msgid "Unable to download data from old server"
+msgstr "Daten können vom alten Server nicht heruntergeladen werden"
-#: ../../include/oembed.php:143
-msgid "Embedding disabled"
-msgstr "Einbettungen deaktiviert"
+#: ../../mod/import.php:64
+msgid "Imported file is empty."
+msgstr "Die importierte Datei ist leer."
-#: ../../include/group.php:25
+#: ../../mod/import.php:88
msgid ""
-"A deleted group with this name was revived. Existing item permissions "
-"<strong>may</strong> apply to this group and any future members. If this is "
-"not what you intended, please create another group with a different name."
-msgstr "Eine gelöschte Gruppe mit diesem Namen wurde wiederbelebt. Bestehende Berechtigungseinstellungen <strong>könnten</strong> auf diese Gruppe oder zukünftige Mitglieder angewandt werden. Falls du dies nicht möchtest, erstelle bitte eine andere Gruppe mit einem anderen Namen."
+"Cannot create a duplicate channel identifier on this system. Import failed."
+msgstr "Kann auf diesem System keinen duplizierten Kanal-Identifikator erzeugen. Import fehlgeschlagen."
-#: ../../include/group.php:176
-msgid "Default privacy group for new contacts"
-msgstr "Voreingestellte Gruppe für neue Kontakte"
+#: ../../mod/import.php:106
+msgid "Channel clone failed. Import failed."
+msgstr "Klonen des Kanals fehlgeschlagen. Import fehlgeschlagen."
-#: ../../include/group.php:195
-msgid "Everybody"
-msgstr "Alle Kontakte"
+#: ../../mod/import.php:116
+msgid "Cloned channel not found. Import failed."
+msgstr "Geklonter Kanal nicht gefunden. Import fehlgeschlagen."
-#: ../../include/group.php:218
-msgid "edit"
-msgstr "bearbeiten"
+#: ../../mod/import.php:356
+msgid "Import completed."
+msgstr "Import abgeschlossen."
-#: ../../include/group.php:239
-msgid "Groups"
-msgstr "Gruppen"
+#: ../../mod/import.php:369
+msgid "You must be logged in to use this feature."
+msgstr "Du musst angemeldet sein um diese Funktion zu nutzen."
-#: ../../include/group.php:240
-msgid "Edit group"
-msgstr "Gruppe bearbeiten"
+#: ../../mod/import.php:374
+msgid "Import Channel"
+msgstr "Kanal importieren"
-#: ../../include/group.php:241
-msgid "Create a new group"
-msgstr "Neue Gruppe erstellen"
+#: ../../mod/import.php:375
+msgid ""
+"Use this form to import an existing channel from a different server/hub. You"
+" may retrieve the channel identity from the old server/hub via the network "
+"or provide an export file. Only identity and connections/relationships will "
+"be imported. Importation of content is not yet available."
+msgstr "Verwende dieses Formular um einen existierenden Kanal von einem anderen Server/Hub zu importieren. Du kannst die Kanal-Identität vom alten Server/Hub über das Netzwerk erhalten oder über eine exportierte Sicherungskopie. Es werden ausschließlich die Identität und die Verbindungen/Beziehungen importiert. Das Importieren von Inhalten ist derzeit nicht möglich."
-#: ../../include/group.php:242
-msgid "Contacts not in any group"
-msgstr "Kontakte in keiner Gruppe"
+#: ../../mod/import.php:376
+msgid "File to Upload"
+msgstr "Hochzuladende Datei:"
-#: ../../include/nav.php:46 ../../boot.php:821
-msgid "Logout"
-msgstr "Abmelden"
+#: ../../mod/import.php:377
+msgid "Or provide the old server/hub details"
+msgstr "Oder gib die Deteils deines alten Server/Hubs an"
-#: ../../include/nav.php:46
-msgid "End this session"
-msgstr "Diese Sitzung beenden"
+#: ../../mod/import.php:378
+msgid "Your old identity address (xyz@example.com)"
+msgstr "Die alte Adresse der Identität (xyz@example.com)"
-#: ../../include/nav.php:49 ../../boot.php:1508
-msgid "Status"
-msgstr "Status"
+#: ../../mod/import.php:379
+msgid "Your old login email address"
+msgstr "Ihre alte Login E-Mail Adresse"
-#: ../../include/nav.php:64
-msgid "Sign in"
-msgstr "Anmelden"
+#: ../../mod/import.php:380
+msgid "Your old login password"
+msgstr "Ihr altes Login Kennwort"
-#: ../../include/nav.php:77
-msgid "Home Page"
-msgstr "Homepage"
+#: ../../mod/import.php:381
+msgid ""
+"For either option, please choose whether to make this hub your new primary "
+"address, or whether your old location should continue this role. You will be"
+" able to post from either location, but only one can be marked as the "
+"primary location for files, photos, and media."
+msgstr "Egal welche Option du wählst, bitte lege fest, ob dieser Hub deine neue primäre Adresse sein soll oder ob dein alter Hub diese Rolle weiterhin wahrnimmt. Du kannst von beiden Orten aus neue Dinge posten, aber nur einer kann die primäre Adresse deiner Dateien, Fotos und anderen Mediendaten sein."
-#: ../../include/nav.php:81
-msgid "Create an account"
-msgstr "Nutzerkonto erstellen"
+#: ../../mod/import.php:382
+msgid "Make this hub my primary location"
+msgstr "Dieser Hub ist mein primärer Server."
-#: ../../include/nav.php:86
-msgid "Help and documentation"
-msgstr "Hilfe und Dokumentation"
+#: ../../mod/manage.php:62
+#, php-format
+msgid "You have created %1$.0f of %2$.0f allowed channels."
+msgstr "Du hast %1$.0f von %2$.0f erlaubten Kanälen eingerichtet."
-#: ../../include/nav.php:89
-msgid "Apps"
-msgstr "Apps"
+#: ../../mod/manage.php:70
+msgid "Create a new channel"
+msgstr "Erzeuge neues Kanal"
-#: ../../include/nav.php:89
-msgid "Addon applications, utilities, games"
-msgstr "Addon Anwendungen, Dienstprogramme, Spiele"
+#: ../../mod/manage.php:75
+msgid "Channel Manager"
+msgstr "Kanal-Manager"
-#: ../../include/nav.php:91
-msgid "Search site content"
-msgstr "Inhalt der Seite durchsuchen"
+#: ../../mod/manage.php:76
+msgid "Current Channel"
+msgstr "Aktueller Kanal"
-#: ../../include/nav.php:101
-msgid "Conversations on this site"
-msgstr "Unterhaltungen auf dieser Seite"
+#: ../../mod/manage.php:78
+msgid "Attach to one of your channels by selecting it."
+msgstr "Wähle einen deiner Kanäle aus um ihn zu verwenden."
-#: ../../include/nav.php:103
-msgid "Directory"
-msgstr "Verzeichnis"
+#: ../../mod/manage.php:79
+msgid "Default Channel"
+msgstr "Standard Kanal"
-#: ../../include/nav.php:103
-msgid "People directory"
-msgstr "Nutzerverzeichnis"
+#: ../../mod/manage.php:80
+msgid "Make Default"
+msgstr "Zum Standard machen"
-#: ../../include/nav.php:113
-msgid "Conversations from your friends"
-msgstr "Unterhaltungen deiner Kontakte"
+#: ../../mod/vote.php:97
+msgid "Total votes"
+msgstr "Stimmen gesamt"
-#: ../../include/nav.php:121
-msgid "Friend Requests"
-msgstr "Kontaktanfragen"
+#: ../../mod/vote.php:98
+msgid "Average Rating"
+msgstr "durchschnittliche Bewertung"
-#: ../../include/nav.php:123
-msgid "See all notifications"
-msgstr "Alle Benachrichtigungen anzeigen"
-
-#: ../../include/nav.php:124
-msgid "Mark all system notifications seen"
-msgstr "Markiere alle Systembenachrichtigungen als gelesen"
+#: ../../mod/match.php:12
+msgid "Profile Match"
+msgstr "Profil-Übereinstimmungen"
-#: ../../include/nav.php:128
-msgid "Private mail"
-msgstr "Private Email"
+#: ../../mod/match.php:20
+msgid "No keywords to match. Please add keywords to your default profile."
+msgstr "Keine Schlüsselbegriffe für den Abgleich gefunden. Bitte füge Schlüsselbegriffe zu deinem Standardprofil hinzu."
-#: ../../include/nav.php:129
-msgid "Inbox"
-msgstr "Eingang"
+#: ../../mod/match.php:57
+msgid "is interested in:"
+msgstr "interessiert sich für:"
-#: ../../include/nav.php:130
-msgid "Outbox"
-msgstr "Ausgang"
+#: ../../mod/match.php:65
+msgid "No matches"
+msgstr "Keine Übereinstimmungen"
-#: ../../include/nav.php:134
-msgid "Manage"
-msgstr "Verwalten"
+#: ../../mod/crepair.php:102
+msgid "Contact settings applied."
+msgstr "Kontakt Einstellungen angewandt."
-#: ../../include/nav.php:134
-msgid "Manage other pages"
-msgstr "Andere Seiten verwalten"
+#: ../../mod/crepair.php:104
+msgid "Contact update failed."
+msgstr "Kontakt Update fehlgeschlagen."
-#: ../../include/nav.php:138 ../../boot.php:1069
-msgid "Profiles"
-msgstr "Profile"
+#: ../../mod/crepair.php:129 ../../mod/fsuggest.php:20
+#: ../../mod/fsuggest.php:92
+msgid "Contact not found."
+msgstr "Kontakt nicht gefunden"
-#: ../../include/nav.php:138 ../../boot.php:1069
-msgid "Manage/edit profiles"
-msgstr "Profile verwalten/editieren"
+#: ../../mod/crepair.php:135
+msgid "Repair Contact Settings"
+msgstr " Kontakt-Einstellungen reparieren"
-#: ../../include/nav.php:139
-msgid "Manage/edit friends and contacts"
-msgstr "Freunde und Kontakte verwalten/editieren"
+#: ../../mod/crepair.php:137
+msgid ""
+"<strong>WARNING: This is highly advanced</strong> and if you enter incorrect"
+" information your communications with this contact may stop working."
+msgstr "<strong>Warnung: Dies ist für weit fortgeschrittene Benutzer!</strong> Wenn du falsche Informationen eingibst, könnte die Kommunikation mit diesem Kontakt abbrechen."
-#: ../../include/nav.php:146
-msgid "Site setup and configuration"
-msgstr "Einstellungen der Seite und Konfiguration"
+#: ../../mod/crepair.php:138
+msgid ""
+"Please use your browser 'Back' button <strong>now</strong> if you are "
+"uncertain what to do on this page."
+msgstr "Bitte nutze den Zurück-Button deines Browsers <strong>jetzt</strong>, wenn du dir unsicher bist, was du tun willst."
-#: ../../include/nav.php:169
-msgid "Nothing new here"
-msgstr "Keine Neuigkeiten."
+#: ../../mod/crepair.php:144
+msgid "Return to contact editor"
+msgstr "Zurück zum Kontakteditor"
-#: ../../include/contact_widgets.php:6
-msgid "Add New Contact"
-msgstr "Neuen Kontakt hinzufügen"
+#: ../../mod/crepair.php:149
+msgid "Account Nickname"
+msgstr "Konto Spitzname"
-#: ../../include/contact_widgets.php:7
-msgid "Enter address or web location"
-msgstr "Adresse oder Web-Link eingeben"
+#: ../../mod/crepair.php:150
+msgid "@Tagname - overrides Name/Nickname"
+msgstr "@Tagname - überschreibt Name/Spitzname"
-#: ../../include/contact_widgets.php:8
-msgid "Example: bob@example.com, http://example.com/barbara"
-msgstr "Beispiel: bob@example.com, http://example.com/barbara"
+#: ../../mod/crepair.php:151
+msgid "Account URL"
+msgstr "Konto URL"
-#: ../../include/contact_widgets.php:23
-#, php-format
-msgid "%d invitation available"
-msgid_plural "%d invitations available"
-msgstr[0] "%d Einladung verfügbar"
-msgstr[1] "%d Einladungen verfügbar"
+#: ../../mod/crepair.php:152
+msgid "Friend Request URL"
+msgstr "URL für Kontaktanfragen"
-#: ../../include/contact_widgets.php:29
-msgid "Find People"
-msgstr "Leute finden"
+#: ../../mod/crepair.php:153
+msgid "Friend Confirm URL"
+msgstr "URL zum Bestätigen von Kontaktanfragen"
-#: ../../include/contact_widgets.php:30
-msgid "Enter name or interest"
-msgstr "Name oder Interessen eingeben"
+#: ../../mod/crepair.php:154
+msgid "Notification Endpoint URL"
+msgstr "URL-Endpunkt für Benachrichtigungen"
-#: ../../include/contact_widgets.php:31
-msgid "Connect/Follow"
-msgstr "Verbinden/Folgen"
+#: ../../mod/crepair.php:155
+msgid "Poll/Feed URL"
+msgstr "Poll/Feed URL"
-#: ../../include/contact_widgets.php:32
-msgid "Examples: Robert Morgenstein, Fishing"
-msgstr "Beispiel: Robert Morgenstein, Angeln"
+#: ../../mod/crepair.php:156
+msgid "New photo from this URL"
+msgstr "Neues Foto von dieser URL"
-#: ../../include/contact_widgets.php:36
-msgid "Random Profile"
-msgstr "Zufälliges Profil"
+#: ../../mod/zfinger.php:23
+msgid "invalid target signature"
+msgstr "Ungültige Signatur des Ziels"
-#: ../../include/contact_widgets.php:68
-msgid "Networks"
-msgstr "Netzwerke"
+#: ../../mod/follow.php:25
+msgid "Channel added."
+msgstr "Kanal hinzugefügt."
-#: ../../include/contact_widgets.php:71
-msgid "All Networks"
-msgstr "Alle Netzwerke"
+#: ../../mod/editlayout.php:36 ../../mod/editwebpage.php:30
+#: ../../mod/editpost.php:20 ../../mod/editblock.php:36
+msgid "Item not found"
+msgstr "Element nicht gefunden"
-#: ../../include/contact_widgets.php:98
-msgid "Saved Folders"
-msgstr "Gespeicherte Ordner"
+#: ../../mod/editlayout.php:68
+msgid "Edit Layout"
+msgstr "Layout bearbeiten"
-#: ../../include/contact_widgets.php:101 ../../include/contact_widgets.php:129
-msgid "Everything"
-msgstr "Alles"
+#: ../../mod/editlayout.php:104 ../../mod/editwebpage.php:123
+#: ../../mod/editpost.php:98 ../../mod/editblock.php:118
+msgid "Insert YouTube video"
+msgstr "YouTube-Video einfügen"
-#: ../../include/contact_widgets.php:126
-msgid "Categories"
-msgstr "Kategorien"
+#: ../../mod/editlayout.php:105 ../../mod/editwebpage.php:124
+#: ../../mod/editpost.php:99 ../../mod/editblock.php:119
+msgid "Insert Vorbis [.ogg] video"
+msgstr "Vorbis [.ogg]-Video einfügen"
-#: ../../include/auth.php:36
-msgid "Logged out."
-msgstr "Abgemeldet."
+#: ../../mod/editlayout.php:106 ../../mod/editwebpage.php:125
+#: ../../mod/editpost.php:100 ../../mod/editblock.php:120
+msgid "Insert Vorbis [.ogg] audio"
+msgstr "Vorbis [.ogg]-Audio einfügen"
-#: ../../include/auth.php:115
-msgid ""
-"We encountered a problem while logging in with the OpenID you provided. "
-"Please check the correct spelling of the ID."
-msgstr "Beim Versuch dich mit der von dir angegebenen OpenID anzumelden trat ein Problem auf. Bitte überprüfe, dass du die OpenID richtig geschrieben hast."
+#: ../../mod/editlayout.php:137
+msgid "Delete Layout"
+msgstr "Layout löschen"
-#: ../../include/auth.php:115
-msgid "The error message was:"
-msgstr "Die Fehlermeldung lautete:"
+#: ../../mod/nogroup.php:58
+msgid "Contacts who are not members of a group"
+msgstr "Kanäle die in keiner Sammlung Mitglied sind"
-#: ../../include/datetime.php:43 ../../include/datetime.php:45
-msgid "Miscellaneous"
-msgstr "Verschiedenes"
+#: ../../mod/profile_photo.php:54
+msgid "Image uploaded but image cropping failed."
+msgstr "Bild hochgeladen, aber das zurecht schneiden schlug fehl."
-#: ../../include/datetime.php:131 ../../include/datetime.php:263
-msgid "year"
-msgstr "Jahr"
+#: ../../mod/profile_photo.php:107
+msgid "Image resize failed."
+msgstr "Bild-Anpassung fehlgeschlagen."
-#: ../../include/datetime.php:136 ../../include/datetime.php:264
-msgid "month"
-msgstr "Monat"
+#: ../../mod/profile_photo.php:151
+msgid ""
+"Shift-reload the page or clear browser cache if the new photo does not "
+"display immediately."
+msgstr "Leere den Browser Cache oder nutze Umschalten-Neu Laden sollte das neue Foto nicht sofort angezeigt werden."
-#: ../../include/datetime.php:141 ../../include/datetime.php:266
-msgid "day"
-msgstr "Tag"
+#: ../../mod/profile_photo.php:173
+#, php-format
+msgid "Image exceeds size limit of %d"
+msgstr "Bild ist größer als das Limit von %d"
-#: ../../include/datetime.php:254
-msgid "never"
-msgstr "nie"
+#: ../../mod/profile_photo.php:182
+msgid "Unable to process image."
+msgstr "Kann Bild nicht verarbeiten."
-#: ../../include/datetime.php:260
-msgid "less than a second ago"
-msgstr "vor weniger als einer Sekunde"
+#: ../../mod/profile_photo.php:224 ../../mod/profile_photo.php:272
+msgid "Photo not available."
+msgstr "Foto nicht verfügbar."
-#: ../../include/datetime.php:263
-msgid "years"
-msgstr "Jahre"
+#: ../../mod/profile_photo.php:291
+msgid "Upload File:"
+msgstr "Datei hochladen:"
-#: ../../include/datetime.php:264
-msgid "months"
-msgstr "Monate"
+#: ../../mod/profile_photo.php:292
+msgid "Select a profile:"
+msgstr "Wählen Sie ein Profil:"
-#: ../../include/datetime.php:265
-msgid "week"
-msgstr "Woche"
+#: ../../mod/profile_photo.php:293
+msgid "Upload Profile Photo"
+msgstr "Lade neues Profilfoto hoch"
-#: ../../include/datetime.php:265
-msgid "weeks"
-msgstr "Wochen"
+#: ../../mod/profile_photo.php:294
+msgid "Upload"
+msgstr "Hochladen"
-#: ../../include/datetime.php:266
-msgid "days"
-msgstr "Tage"
+#: ../../mod/profile_photo.php:298
+msgid "skip this step"
+msgstr "überspringen Sie diesen Schritt"
-#: ../../include/datetime.php:267
-msgid "hour"
-msgstr "Stunde"
+#: ../../mod/profile_photo.php:298
+msgid "select a photo from your photo albums"
+msgstr "Wählen Sie ein Foto aus Ihren Fotoalben"
-#: ../../include/datetime.php:267
-msgid "hours"
-msgstr "Stunden"
+#: ../../mod/profile_photo.php:312
+msgid "Crop Image"
+msgstr "Bild zuschneiden"
-#: ../../include/datetime.php:268
-msgid "minute"
-msgstr "Minute"
+#: ../../mod/profile_photo.php:313
+msgid "Please adjust the image cropping for optimum viewing."
+msgstr "Bitte passe das Bild zur optimalen Anzeige an."
-#: ../../include/datetime.php:268
-msgid "minutes"
-msgstr "Minuten"
+#: ../../mod/profile_photo.php:315
+msgid "Done Editing"
+msgstr "Bearbeitung fertigstellen"
-#: ../../include/datetime.php:269
-msgid "second"
-msgstr "Sekunde"
+#: ../../mod/profile_photo.php:350
+msgid "Image uploaded successfully."
+msgstr "Bild erfolgreich hochgeladen."
-#: ../../include/datetime.php:269
-msgid "seconds"
-msgstr "Sekunden"
+#: ../../mod/profile_photo.php:352
+msgid "Image upload failed."
+msgstr "Hochladen des Bilds fehlgeschlagen."
-#: ../../include/datetime.php:278
+#: ../../mod/profile_photo.php:361
#, php-format
-msgid "%1$d %2$s ago"
-msgstr "%1$d %2$s her"
-
-#: ../../include/onepoll.php:399
-msgid "From: "
-msgstr "Von: "
+msgid "Image size reduction [%s] failed."
+msgstr "Reduzierung der Bildgröße [%s] fehlgeschlagen."
-#: ../../include/bbcode.php:210 ../../include/bbcode.php:230
-msgid "$1 wrote:"
-msgstr "$1 hat geschrieben:"
+#: ../../mod/editwebpage.php:87
+msgid "Edit Webpage"
+msgstr "Webseite bearbeiten"
-#: ../../include/bbcode.php:245 ../../include/bbcode.php:314
-msgid "Image/photo"
-msgstr "Bild/Foto"
+#: ../../mod/editwebpage.php:158
+msgid "Delete Webpage"
+msgstr "Webseite löschen"
-#: ../../include/dba.php:41
-#, php-format
-msgid "Cannot locate DNS info for database server '%s'"
-msgstr "Kann die DNS Informationen für den Datenbanken Server '%s' nicht ermitteln."
+#: ../../mod/notifications.php:26
+msgid "Invalid request identifier."
+msgstr "Ungültige Anfrage Identifikator."
-#: ../../include/message.php:15 ../../include/message.php:171
-msgid "[no subject]"
-msgstr "[kein Betreff]"
+#: ../../mod/notifications.php:76
+msgid "System"
+msgstr "System"
-#: ../../include/acl_selectors.php:286
-msgid "Visible to everybody"
-msgstr "Für jeden sichtbar"
+#: ../../mod/notifications.php:96
+msgid "Introductions"
+msgstr "Vorstellungen"
-#: ../../include/enotify.php:14
-msgid "Friendica Notification"
-msgstr "Friendica-Benachrichtigung"
+#: ../../mod/notifications.php:121
+msgid "Show Ignored Requests"
+msgstr "Zeige ignorierte Anfragen"
-#: ../../include/enotify.php:17
-msgid "Thank You,"
-msgstr "Danke,"
+#: ../../mod/notifications.php:121
+msgid "Hide Ignored Requests"
+msgstr "Verberge ignorierte Anfragen"
-#: ../../include/enotify.php:19
-#, php-format
-msgid "%s Administrator"
-msgstr "der Administrator von %s"
+#: ../../mod/notifications.php:147 ../../mod/notifications.php:193
+msgid "Notification type: "
+msgstr "Benachrichtigungstyp:"
-#: ../../include/enotify.php:38
-#, php-format
-msgid "%s <!item_type!>"
-msgstr "%s <!item_type!>"
+#: ../../mod/notifications.php:148
+msgid "Friend Suggestion"
+msgstr "Freundschaft Vorschläge"
-#: ../../include/enotify.php:42
+#: ../../mod/notifications.php:150
#, php-format
-msgid "[Friendica:Notify] New mail received at %s"
-msgstr "[Friendica Meldung] Neue Nachricht erhalten von %s"
+msgid "suggested by %s"
+msgstr "vorgeschlagen von %s"
-#: ../../include/enotify.php:44
-#, php-format
-msgid "%1$s sent you a new private message at %2$s."
-msgstr "%1$s hat Dir eine neues private Nachricht geschickt auf %2$s."
+#: ../../mod/notifications.php:179
+msgid "Claims to be known to you: "
+msgstr "Behauptet dich zu kennen:"
-#: ../../include/enotify.php:45
-#, php-format
-msgid "%1$s sent you %2$s."
-msgstr "%1$s schickte Dir %2$s."
+#: ../../mod/notifications.php:179
+msgid "yes"
+msgstr "ja"
-#: ../../include/enotify.php:45
-msgid "a private message"
-msgstr "eine private Nachricht"
+#: ../../mod/notifications.php:179
+msgid "no"
+msgstr "nein"
-#: ../../include/enotify.php:46
-#, php-format
-msgid "Please visit %s to view and/or reply to your private messages."
-msgstr "Bitte besuche %s, um deine privaten Nachrichten anzusehen und/oder zu beantworten."
+#: ../../mod/notifications.php:186
+msgid "Approve as: "
+msgstr "Genehmigen als:"
-#: ../../include/enotify.php:73
-#, php-format
-msgid "%1$s commented on [url=%2$s]a %3$s[/url]"
-msgstr "%1$s kommentierte [url=%2$s]a %3$s[/url]"
+#: ../../mod/notifications.php:187
+msgid "Friend"
+msgstr "Freund"
-#: ../../include/enotify.php:80
-#, php-format
-msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]"
-msgstr "%1$s kommentierte [url=%2$s]%3$s's %4$s[/url]"
+#: ../../mod/notifications.php:188
+msgid "Sharer"
+msgstr "Teilenden"
-#: ../../include/enotify.php:88
-#, php-format
-msgid "%1$s commented on [url=%2$s]your %3$s[/url]"
-msgstr "%1$s kommentierte [url=%2$s]Deinen Beitrag %3$s[/url]"
+#: ../../mod/notifications.php:188
+msgid "Fan/Admirer"
+msgstr "Fan/Verehrer"
-#: ../../include/enotify.php:98
-#, php-format
-msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
-msgstr "[Friendica Meldung] Kommentar zum Beitrag #%1$d von %2$s"
+#: ../../mod/notifications.php:194
+msgid "Friend/Connect Request"
+msgstr "Kontakt-/Freundschaftsanfrage"
-#: ../../include/enotify.php:99
-#, php-format
-msgid "%s commented on an item/conversation you have been following."
-msgstr "%s hat einen Beitrag kommentiert, dem du folgst."
+#: ../../mod/notifications.php:194
+msgid "New Follower"
+msgstr "Neuer Bewunderer"
-#: ../../include/enotify.php:102 ../../include/enotify.php:117
-#: ../../include/enotify.php:130 ../../include/enotify.php:143
-#, php-format
-msgid "Please visit %s to view and/or reply to the conversation."
-msgstr "Bitte besuche %s, um die Konversation anzusehen und/oder zu kommentieren."
+#: ../../mod/notifications.php:215
+msgid "No introductions."
+msgstr "Keine wartenden Vorstellungen."
-#: ../../include/enotify.php:109
+#: ../../mod/notifications.php:257 ../../mod/notifications.php:382
+#: ../../mod/notifications.php:465
#, php-format
-msgid "[Friendica:Notify] %s posted to your profile wall"
-msgstr "[Friendica Meldung] %s hat auf Deine Pinnwand geschrieben"
+msgid "%s liked %s's post"
+msgstr "%s gefällt %s's Beitrag"
-#: ../../include/enotify.php:111
+#: ../../mod/notifications.php:266 ../../mod/notifications.php:391
+#: ../../mod/notifications.php:474
#, php-format
-msgid "%1$s posted to your profile wall at %2$s"
-msgstr "%1$s schrieb auf Deine Pinnwand auf %2$s"
+msgid "%s disliked %s's post"
+msgstr "%s gefällt %s's Beitrag nicht"
-#: ../../include/enotify.php:113
+#: ../../mod/notifications.php:280 ../../mod/notifications.php:405
+#: ../../mod/notifications.php:488
#, php-format
-msgid "%1$s posted to [url=%2s]your wall[/url]"
-msgstr "%1$s schrieb auf [url=%2s]Deine Pinnwand[/url]"
+msgid "%s is now friends with %s"
+msgstr "%s ist nun mit %s befreundet"
-#: ../../include/enotify.php:124
+#: ../../mod/notifications.php:287 ../../mod/notifications.php:412
#, php-format
-msgid "[Friendica:Notify] %s tagged you"
-msgstr "[Friendica Meldung] %s hat Dich erwähnt"
+msgid "%s created a new post"
+msgstr "%s hat einen neuen Beitrag verfasst"
-#: ../../include/enotify.php:125
+#: ../../mod/notifications.php:288 ../../mod/notifications.php:413
+#: ../../mod/notifications.php:497
#, php-format
-msgid "%1$s tagged you at %2$s"
-msgstr "%1$s erwähnte Dich auf %2$s"
+msgid "%s commented on %s's post"
+msgstr "%s kommentierte %s Beitrag"
-#: ../../include/enotify.php:126
-#, php-format
-msgid "%1$s [url=%2s]tagged you[/url]."
-msgstr "%1$s [url=%2s]erwähnte Dich[/url]."
+#: ../../mod/notifications.php:302
+msgid "No more network notifications."
+msgstr "Keine weiteren Netzwerk Benachrichtigungen."
-#: ../../include/enotify.php:137
-#, php-format
-msgid "[Friendica:Notify] %s tagged your post"
-msgstr "[Friendica Meldung] %s markierte Deinen Beitrag"
+#: ../../mod/notifications.php:306
+msgid "Network Notifications"
+msgstr "Netzwerk-Benachrichtigungen"
-#: ../../include/enotify.php:138
-#, php-format
-msgid "%1$s tagged your post at %2$s"
-msgstr "%1$s erwähnte Deinen Beitrag auf %2$s"
+#: ../../mod/notifications.php:332 ../../mod/notify.php:54
+msgid "No more system notifications."
+msgstr "Keine System-Benachrichtigungen mehr."
-#: ../../include/enotify.php:139
-#, php-format
-msgid "%1$s tagged [url=%2$s]your post[/url]"
-msgstr "%1$s erwähnte [url=%2$s]Deinen Beitrag[/url]"
+#: ../../mod/notifications.php:336 ../../mod/notify.php:58
+msgid "System Notifications"
+msgstr "System-Benachrichtigungen"
-#: ../../include/enotify.php:150
-msgid "[Friendica:Notify] Introduction received"
-msgstr "[Friendica Meldung] Kontaktanfrage erhalten"
+#: ../../mod/notifications.php:427
+msgid "No more personal notifications."
+msgstr "Keine persönliche Benachrichtigungen mehr."
-#: ../../include/enotify.php:151
-#, php-format
-msgid "You've received an introduction from '%1$s' at %2$s"
-msgstr "Du hast eine Kontaktanfrage erhalten von '%1$s' auf %2$s"
+#: ../../mod/notifications.php:431
+msgid "Personal Notifications"
+msgstr "Persönliche Benachrichtigungen"
-#: ../../include/enotify.php:152
-#, php-format
-msgid "You've received [url=%1$s]an introduction[/url] from %2$s."
-msgstr "Du hast eine [url=%1$s]Kontaktanfrage[/url] erhalten von %2$s."
+#: ../../mod/notifications.php:504
+msgid "No more home notifications."
+msgstr "Keine Pinwand-Benachrichtigungen mehr."
-#: ../../include/enotify.php:155 ../../include/enotify.php:173
-#, php-format
-msgid "You may visit their profile at %s"
-msgstr "Hier kannst du das Profil betrachten: %s"
+#: ../../mod/notifications.php:508
+msgid "Home Notifications"
+msgstr "Pinwand-Benachrichtigungen"
-#: ../../include/enotify.php:157
-#, php-format
-msgid "Please visit %s to approve or reject the introduction."
-msgstr "Bitte besuche %s, um die Kontaktanfrage anzunehmen oder abzulehnen."
+#: ../../mod/oexchange.php:22
+msgid "Post successful."
+msgstr "Veröffentlichung erfolgreich."
-#: ../../include/enotify.php:164
-msgid "[Friendica:Notify] Friend suggestion received"
-msgstr "[Friendica Meldung] Kontaktvorschlag erhalten"
+#: ../../mod/editpost.php:31
+msgid "Item is not editable"
+msgstr "Element kann nicht bearbeitet werden."
-#: ../../include/enotify.php:165
-#, php-format
-msgid "You've received a friend suggestion from '%1$s' at %2$s"
-msgstr "Du hast einen Freunde-Vorschlag erhalten von '%1$s' auf %2$s"
+#: ../../mod/editpost.php:40
+msgid "Edit post"
+msgstr "Bearbeite Beitrag"
-#: ../../include/enotify.php:166
-#, php-format
-msgid ""
-"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s."
-msgstr "Du hast einen [url=%1$s]Freunde-Vorschlag[/url] erhalten %2$s von %3$s."
+#: ../../mod/profile.php:111
+msgid "Access to this profile has been restricted."
+msgstr "Der Zugang zu diesem Profil ist begrenzt."
-#: ../../include/enotify.php:171
-msgid "Name:"
-msgstr "Name:"
+#: ../../mod/poke.php:159
+msgid "Poke/Prod"
+msgstr "Anstupsen/Kuffen"
-#: ../../include/enotify.php:172
-msgid "Photo:"
-msgstr "Foto:"
+#: ../../mod/poke.php:160
+msgid "poke, prod or do other things to somebody"
+msgstr "Stupse Leute an oder mache anderes mit ihnen"
-#: ../../include/enotify.php:175
-#, php-format
-msgid "Please visit %s to approve or reject the suggestion."
-msgstr "Bitte besuche %s, um den Vorschlag zu akzeptieren oder abzulehnen."
+#: ../../mod/poke.php:161
+msgid "Recipient"
+msgstr "Empfänger"
-#: ../../include/follow.php:32
-msgid "Connect URL missing."
-msgstr "Connect-URL fehlt"
+#: ../../mod/poke.php:162
+msgid "Choose what you wish to do to recipient"
+msgstr "Wähle was du mit dem/r Empfänger/in tun willst"
-#: ../../include/follow.php:59
-msgid ""
-"This site is not configured to allow communications with other networks."
-msgstr "Diese Seite ist so konfiguriert, dass keine Kommunikation mit anderen Netzwerken erfolgen kann."
+#: ../../mod/poke.php:165
+msgid "Make this post private"
+msgstr "Diesen Beitrag privat machen"
-#: ../../include/follow.php:60 ../../include/follow.php:75
-msgid "No compatible communication protocols or feeds were discovered."
-msgstr "Es wurden keine kompatiblen Kommunikationsprotokolle oder Feeds gefunden."
+#: ../../mod/wall_upload.php:41 ../../mod/item.php:1098
+msgid "Wall Photos"
+msgstr "Wall Fotos"
-#: ../../include/follow.php:73
-msgid "The profile address specified does not provide adequate information."
-msgstr "Die angegebene Profiladresse liefert unzureichende Informationen."
+#: ../../mod/community.php:23
+msgid "Not available."
+msgstr "Nicht verfügbar."
-#: ../../include/follow.php:77
-msgid "An author or name was not found."
-msgstr "Es wurde kein Autor oder Name gefunden."
+#: ../../mod/community.php:32
+msgid "Community"
+msgstr "Gemeinschaft"
-#: ../../include/follow.php:79
-msgid "No browser URL could be matched to this address."
-msgstr "Zu dieser Adresse konnte keine passende Browser URL gefunden werden."
+#: ../../mod/community.php:63 ../../mod/community.php:88
+msgid "No results."
+msgstr "Keine Ergebnisse."
-#: ../../include/follow.php:81
-msgid ""
-"Unable to match @-style Identity Address with a known protocol or email "
-"contact."
-msgstr "Konnte die @-Adresse mit keinem der bekannten Protokolle oder Email-Kontakte abgleichen."
+#: ../../mod/fbrowser.php:114
+msgid "Files"
+msgstr "Dateien"
-#: ../../include/follow.php:82
-msgid "Use mailto: in front of address to force email check."
-msgstr "Verwende mailto: vor der Email Adresse um eine Überprüfung der Email Adresse zu erzwingen."
+#: ../../mod/fsuggest.php:63
+msgid "Friend suggestion sent."
+msgstr "Freundschaftsempfehlung senden."
-#: ../../include/follow.php:88
-msgid ""
-"The profile address specified belongs to a network which has been disabled "
-"on this site."
-msgstr "Die Adresse dieses Profils gehört zu einem Netzwerk, mit dem die Kommunikation auf dieser Seite ausgeschaltet wurde."
+#: ../../mod/fsuggest.php:97
+msgid "Suggest Friends"
+msgstr "Kontakte Vorschlagen"
-#: ../../include/follow.php:93
-msgid ""
-"Limited profile. This person will be unable to receive direct/personal "
-"notifications from you."
-msgstr "Eingeschränktes Profil. Diese Person wird keine direkten/privaten Nachrichten von dir erhalten können."
+#: ../../mod/fsuggest.php:99
+#, php-format
+msgid "Suggest a friend for %s"
+msgstr "Schlage %s einen Kontakt vor"
-#: ../../include/follow.php:169
-msgid "Unable to retrieve contact information."
-msgstr "Konnte die Kontaktinformationen nicht empfangen."
+#: ../../mod/editblock.php:82
+msgid "Edit Block"
+msgstr "Block bearbeiten"
-#: ../../include/follow.php:223
-msgid "following"
-msgstr "folgen"
+#: ../../mod/editblock.php:153
+msgid "Delete Block"
+msgstr "Block löschen"
-#: ../../include/items.php:2790
-msgid "A new person is sharing with you at "
-msgstr "Eine neue Person teilt mit dir auf "
+#: ../../mod/profperm.php:34 ../../mod/profperm.php:64
+msgid "Invalid profile identifier."
+msgstr "Ungültiger Profil Identifikator"
-#: ../../include/items.php:2790
-msgid "You have a new follower at "
-msgstr "Du hast einen neuen Kontakt auf "
+#: ../../mod/profperm.php:110
+msgid "Profile Visibility Editor"
+msgstr "Profil-Sichtbarkeits Editor"
-#: ../../include/items.php:3452
-msgid "Archives"
-msgstr "Archiv"
+#: ../../mod/profperm.php:114
+msgid "Click on a contact to add or remove."
+msgstr "Wähle einen Kontakt zum Hinzufügen oder Löschen aus."
-#: ../../include/bb2diaspora.php:102 ../../include/bb2diaspora.php:112
-#: ../../include/bb2diaspora.php:113
-msgid "image/photo"
-msgstr "Bild/Foto"
+#: ../../mod/profperm.php:123
+msgid "Visible To"
+msgstr "Sichtbar für"
-#: ../../include/bb2diaspora.php:102
-msgid "link"
-msgstr "Verweis"
+#: ../../mod/profperm.php:139
+msgid "All Contacts (with secure profile access)"
+msgstr "Alle Kontakte (mit sicherem Zuging zum Profil)"
-#: ../../include/user.php:38
-msgid "An invitation is required."
-msgstr "Du benötigst eine Einladung."
+#: ../../mod/item.php:133
+msgid "Unable to locate original post."
+msgstr "Originalbeitrag kann nicht gefunden werden."
-#: ../../include/user.php:43
-msgid "Invitation could not be verified."
-msgstr "Die Einladung konnte nicht überprüft werden."
+#: ../../mod/item.php:317
+msgid "Empty post discarded."
+msgstr "Leerer Beitrag verworfen."
-#: ../../include/user.php:51
-msgid "Invalid OpenID url"
-msgstr "Ungültige OpenID URL"
+#: ../../mod/item.php:361
+msgid "Executable content type not permitted to this channel."
+msgstr "Ausführbarer Content-Typ ist für diesen Kanal nicht freigegeben."
-#: ../../include/user.php:66
-msgid "Please enter the required information."
-msgstr "Bitte trage die erforderlichen Informationen ein."
+#: ../../mod/item.php:813
+msgid "System error. Post not saved."
+msgstr "Systemfehler. Beitrag nicht gespeichert."
-#: ../../include/user.php:80
-msgid "Please use a shorter name."
-msgstr "Bitte verwende einen kürzeren Namen."
+#: ../../mod/item.php:1177
+#, php-format
+msgid "You have reached your limit of %1$.0f top level posts."
+msgstr "Du hast die maximale Anzahl von %1$.0f Beiträgen erreicht."
-#: ../../include/user.php:82
-msgid "Name too short."
-msgstr "Der Name ist zu kurz."
+#: ../../mod/item.php:1183
+#, php-format
+msgid "You have reached your limit of %1$.0f webpages."
+msgstr "Du hast die maximale Anzahl von %1$.0f Webseiten erreicht."
-#: ../../include/user.php:97
-msgid "That doesn't appear to be your full (First Last) name."
-msgstr "Das scheint nicht dein kompletter Name (Vor- und Nachname) zu sein."
+#: ../../mod/siteinfo.php:51
+#, php-format
+msgid "Version %s"
+msgstr "Version %s"
-#: ../../include/user.php:102
-msgid "Your email domain is not among those allowed on this site."
-msgstr "Die Domain deiner E-Mail Adresse ist auf dieser Seite nicht erlaubt."
+#: ../../mod/siteinfo.php:65
+msgid "Installed plugins/addons/apps:"
+msgstr "Installierte Plugins/Addons/Apps"
-#: ../../include/user.php:105
-msgid "Not a valid email address."
-msgstr "Keine gültige E-Mail-Adresse."
+#: ../../mod/siteinfo.php:78
+msgid "No installed plugins/addons/apps"
+msgstr "Keine installierten Plugins/Addons/Apps"
-#: ../../include/user.php:115
-msgid "Cannot use that email."
-msgstr "Konnte diese E-Mail-Adresse nicht verwenden."
+#: ../../mod/siteinfo.php:81
+msgid "Red"
+msgstr "Red"
-#: ../../include/user.php:121
+#: ../../mod/siteinfo.php:82
msgid ""
-"Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and "
-"must also begin with a letter."
-msgstr "Dein Spitzname darf nur aus Buchstaben und Zahlen (\"a-z\",\"0-9\", \"_\" und \"-\") bestehen, außerdem muss er mit einem Buchstaben beginnen."
+"This is Red - another decentralized, distributed communications project by "
+"the folks at Friendica."
+msgstr "Dies ist Red - ein anderes dezentralisiertes, verteiltest Kommunikationsprojekt von den Machern von Friendica."
-#: ../../include/user.php:127 ../../include/user.php:219
-msgid "Nickname is already registered. Please choose another."
-msgstr "Dieser Spitzname ist bereits vergeben. Bitte wähle einen anderen."
+#: ../../mod/siteinfo.php:84
+msgid "Running at web location"
+msgstr "Erreichbar unter der Web-Adresse"
-#: ../../include/user.php:137
+#: ../../mod/siteinfo.php:85
msgid ""
-"Nickname was once registered here and may not be re-used. Please choose "
-"another."
-msgstr "Dieser Spitzname ist bereits vergeben. Bitte wähle einen anderen."
-
-#: ../../include/user.php:153
-msgid "SERIOUS ERROR: Generation of security keys failed."
-msgstr "FATALER FEHLER: Sicherheitsschlüssel konnten nicht erzeugt werden."
-
-#: ../../include/user.php:205
-msgid "An error occurred during registration. Please try again."
-msgstr "Wärend der Anmeldung ist ein Fehler aufgetreten. Bitte versuche es noch einmal."
-
-#: ../../include/user.php:240
-msgid "An error occurred creating your default profile. Please try again."
-msgstr "Bei der Erstellung des Standardprofils ist ein Fehler aufgetreten. Bitte versuche es noch einmal."
-
-#: ../../include/security.php:21
-msgid "Welcome "
-msgstr "Willkommen "
+"Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn "
+"more about the Friendica and/or Red project."
+msgstr "Bitte besuche <a href=\"http://friendica.com\">Friendica.com</a> um mehr über das Friendica und/oder Red Projekt zu erfahren."
-#: ../../include/security.php:22
-msgid "Please upload a profile photo."
-msgstr "Bitte lade ein Profilbild hoch."
+#: ../../mod/siteinfo.php:86
+msgid "Bug reports and issues: please visit"
+msgstr "Probleme oder Fehler gefunden? Bitte besuche"
-#: ../../include/security.php:25
-msgid "Welcome back "
-msgstr "Willkommen zurück "
+#: ../../mod/siteinfo.php:89
+msgid ""
+"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - "
+"dot com"
+msgstr "Vorschläge, Lob, Spenden usw.: E-Mail an \"Info\" at Friendica - dot com"
-#: ../../include/security.php:329
+#: ../../mod/suggest.php:41
msgid ""
-"The form security token was not correct. This probably happened because the "
-"form has been opened for too long (>3 hours) before submitting it."
-msgstr "Das Sicherheitsmerkmal war nicht korrekt. Das passiert meistens wenn das Formular vor dem Absenden zu lange geöffnet war (länger als 3 Stunden)."
+"No suggestions available. If this is a new site, please try again in 24 "
+"hours."
+msgstr "Keine Vorschläge vorhanden. Wenn dies eine neue Seite ist versuche es bitte in 24 Stunden erneut."
-#: ../../include/Contact.php:111
-msgid "stopped following"
-msgstr "wird nicht mehr gefolgt"
+#: ../../mod/suggest.php:58
+msgid "Ignore/Hide"
+msgstr "Ignorieren/Verstecken"
-#: ../../include/Contact.php:218 ../../include/conversation.php:842
-msgid "View Status"
-msgstr "Pinnwand anschauen"
+#: ../../mod/pubsites.php:22
+msgid "Public Sites"
+msgstr "Öffentliche Seiten"
-#: ../../include/Contact.php:219 ../../include/conversation.php:843
-msgid "View Profile"
-msgstr "Profil anschauen"
+#: ../../mod/pubsites.php:28
+msgid "Site URL"
+msgstr "URL der Seite"
-#: ../../include/Contact.php:220 ../../include/conversation.php:844
-msgid "View Photos"
-msgstr "Bilder anschauen"
+#: ../../mod/pubsites.php:28
+msgid "Access Type"
+msgstr "Zugangs Typ"
-#: ../../include/Contact.php:221 ../../include/Contact.php:234
-#: ../../include/conversation.php:845
-msgid "Network Posts"
-msgstr "Netzwerkbeiträge"
+#: ../../mod/pubsites.php:28
+msgid "Registration Policy"
+msgstr "Registrierungsrichtlinien"
-#: ../../include/Contact.php:222 ../../include/Contact.php:234
-#: ../../include/conversation.php:846
-msgid "Edit Contact"
-msgstr "Kontakt bearbeiten"
+#: ../../mod/register.php:35
+msgid "Maximum daily site registrations exceeded. Please try again tomorrow."
+msgstr "Maximale Anzahl von Neuanmeldungen erreicht. Bitte versuche es morgen noch einmal."
-#: ../../include/Contact.php:223 ../../include/Contact.php:234
-#: ../../include/conversation.php:847
-msgid "Send PM"
-msgstr "Private Nachricht senden"
+#: ../../mod/register.php:41
+msgid ""
+"Please indicate acceptance of the Terms of Service. Registration failed."
+msgstr "Bitte stimme den Nutzungsbedingungen zu. Anmeldung fehlgeschlagen."
-#: ../../include/conversation.php:163
-msgid "post/item"
-msgstr "Nachricht/Beitrag"
+#: ../../mod/register.php:69
+msgid "Passwords do not match."
+msgstr "Passwörter stimmen nicht überein."
-#: ../../include/conversation.php:164
-#, php-format
-msgid "%1$s marked %2$s's %3$s as favorite"
-msgstr "%1$s hat %2$s\\s %3$s als Favorit markiert"
+#: ../../mod/register.php:97
+msgid ""
+"Registration successful. Please check your email for validation "
+"instructions."
+msgstr "Registrierung erfolgreich. Eine E-Mail mit weiteren Anweisungen wurde an dich gesendet."
-#: ../../include/conversation.php:327 ../../include/conversation.php:608
-msgid "Select"
-msgstr "Auswählen"
+#: ../../mod/register.php:103
+msgid "Your registration is pending approval by the site owner."
+msgstr "Deine Registrierung muss noch vom Betreiber der Seite freigegeben werden."
-#: ../../include/conversation.php:344 ../../include/conversation.php:701
-#: ../../include/conversation.php:702
-#, php-format
-msgid "View %s's profile @ %s"
-msgstr "Das Profil von %s auf %s betrachten."
+#: ../../mod/register.php:106
+msgid "Your registration can not be processed."
+msgstr "Deine Registrierung konnte nicht verarbeitet werden."
-#: ../../include/conversation.php:354 ../../include/conversation.php:713
-#, php-format
-msgid "%s from %s"
-msgstr "%s von %s"
+#: ../../mod/register.php:141
+msgid ""
+"This site has exceeded the number of allowed daily account registrations. "
+"Please try again tomorrow."
+msgstr "Die maximale Anzahl täglicher Registrierungen auf dieser Seite wurde überschritten. Bitte versuche es morgen noch einmal."
-#: ../../include/conversation.php:369
-msgid "View in context"
-msgstr "Im Zusammenhang betrachten"
+#: ../../mod/register.php:152
+msgid "Terms of Service"
+msgstr "Nutzungsbedingungen"
-#: ../../include/conversation.php:475
+#: ../../mod/register.php:158
#, php-format
-msgid "%d comment"
-msgid_plural "%d comments"
-msgstr[0] "%d Kommentar"
-msgstr[1] "%d Kommentare"
-
-#: ../../include/conversation.php:554
-msgid "like"
-msgstr "mag ich"
-
-#: ../../include/conversation.php:555
-msgid "dislike"
-msgstr "mag ich nicht"
-
-#: ../../include/conversation.php:557
-msgid "Share this"
-msgstr "Weitersagen"
-
-#: ../../include/conversation.php:557
-msgid "share"
-msgstr "Teilen"
-
-#: ../../include/conversation.php:581
-msgid "Bold"
-msgstr "Fett"
-
-#: ../../include/conversation.php:582
-msgid "Italic"
-msgstr "Kursiv"
-
-#: ../../include/conversation.php:583
-msgid "Underline"
-msgstr "Unterstrichen"
-
-#: ../../include/conversation.php:584
-msgid "Quote"
-msgstr "Zitat"
-
-#: ../../include/conversation.php:585
-msgid "Code"
-msgstr "Code"
+msgid "I accept the %s for this website"
+msgstr "Ich akzeptiere die %s für diese Webseite"
-#: ../../include/conversation.php:586
-msgid "Image"
-msgstr "Bild"
-
-#: ../../include/conversation.php:587
-msgid "Link"
-msgstr "Verweis"
-
-#: ../../include/conversation.php:588
-msgid "Video"
-msgstr "Video"
+#: ../../mod/register.php:160
+#, php-format
+msgid "I am over 13 years of age and accept the %s for this website"
+msgstr "Ich bin älter als 13 Jahre und akzeptiere die %s dieser Webseite"
-#: ../../include/conversation.php:621
-msgid "add star"
-msgstr "markieren"
+#: ../../mod/register.php:175
+msgid "Membership on this site is by invitation only."
+msgstr "Mitgliedschaft auf dieser Seite ist nur nach vorheriger Einladung möglich."
-#: ../../include/conversation.php:622
-msgid "remove star"
-msgstr "Markierung entfernen"
+#: ../../mod/register.php:176
+msgid "Please enter your invitation code"
+msgstr "Bitte trage deinen Einladungs-Code ein"
-#: ../../include/conversation.php:623
-msgid "toggle star status"
-msgstr "Markierung umschalten"
+#: ../../mod/register.php:179
+msgid "Your email address"
+msgstr "Ihre E-Mail Adresse"
-#: ../../include/conversation.php:626
-msgid "starred"
-msgstr "markiert"
+#: ../../mod/register.php:180
+msgid "Choose a password"
+msgstr "Wählen Sie ein Passwort"
-#: ../../include/conversation.php:627
-msgid "add tag"
-msgstr "Tag hinzufügen"
+#: ../../mod/register.php:181
+msgid "Please re-enter your password"
+msgstr "Bitte geben Sie erneut Ihr Passwort ein"
-#: ../../include/conversation.php:631
-msgid "save to folder"
-msgstr "In Ordner speichern"
+#: ../../mod/regmod.php:12
+msgid "Please login."
+msgstr "Bitte loggen Sie sich ein."
-#: ../../include/conversation.php:703
-msgid "to"
-msgstr "zu"
+#: ../../mod/post.php:114
+msgid ""
+"Remote authentication blocked. You are logged into this site locally. Please"
+" logout and retry."
+msgstr "Entfernte Authentifizierung blockiert. Du bist lokal auf dieser Seite angemeldet. Bitte melde dich ab und versuche es erneut."
-#: ../../include/conversation.php:704
-msgid "Wall-to-Wall"
-msgstr "Wall-to-Wall"
+#: ../../mod/post.php:127
+#, php-format
+msgid "Welcome %s. Remote authentication successful."
+msgstr "Willkommen %s. Entfernte Authentifizierung erfolgreich."
-#: ../../include/conversation.php:705
-msgid "via Wall-To-Wall:"
-msgstr "via Wall-To-Wall:"
+#: ../../mod/removeme.php:45 ../../mod/removeme.php:48
+msgid "Remove My Account"
+msgstr "Mein Konto entfernen"
-#: ../../include/conversation.php:750
-msgid "Delete Selected Items"
-msgstr "Lösche die markierten Beiträge"
+#: ../../mod/removeme.php:46
+msgid ""
+"This will completely remove your account. Once this has been done it is not "
+"recoverable."
+msgstr "Dein Konto wird endgültig gelöscht. Es gibt keine Möglichkeit, es wiederherzustellen."
-#: ../../include/conversation.php:901
-#, php-format
-msgid "%s likes this."
-msgstr "%s mag das."
+#: ../../mod/removeme.php:47
+msgid "Please enter your password for verification:"
+msgstr "Bitte geben Sie Ihr Passwort zur Bestätigung ein:"
-#: ../../include/conversation.php:901
-#, php-format
-msgid "%s doesn't like this."
-msgstr "%s mag das nicht."
+#: ../../mod/directory.php:148
+msgid "Gender: "
+msgstr "Geschlecht:"
-#: ../../include/conversation.php:905
-#, php-format
-msgid "<span %1$s>%2$d people</span> like this."
-msgstr "<span %1$s>%2$d Leute</span> mögen das."
+#: ../../mod/directory.php:207
+msgid "Finding:"
+msgstr "Ergebnisse:"
-#: ../../include/conversation.php:907
-#, php-format
-msgid "<span %1$s>%2$d people</span> don't like this."
-msgstr "<span %1$s>%2$d Leute</span> mögen das nicht."
+#: ../../mod/directory.php:215
+msgid "next page"
+msgstr "nächste Seite"
-#: ../../include/conversation.php:913
-msgid "and"
-msgstr "und"
+#: ../../mod/directory.php:215
+msgid "previous page"
+msgstr "vorige Seite"
-#: ../../include/conversation.php:916
-#, php-format
-msgid ", and %d other people"
-msgstr " und %d andere"
+#: ../../mod/directory.php:222
+msgid "No entries (some entries may be hidden)."
+msgstr "Keine Einträge gefunden (einige könnten versteckt sein)."
-#: ../../include/conversation.php:917
-#, php-format
-msgid "%s like this."
-msgstr "%s mögen das."
+#: ../../mod/mood.php:133
+msgid "Mood"
+msgstr "Laune"
-#: ../../include/conversation.php:917
-#, php-format
-msgid "%s don't like this."
-msgstr "%s mögen das nicht."
+#: ../../mod/mood.php:134
+msgid "Set your current mood and tell your friends"
+msgstr "Wähle deine aktuelle Stimmung und erzähle sie deinen Freunden"
-#: ../../include/conversation.php:942
-msgid "Visible to <strong>everybody</strong>"
-msgstr "Für <strong>jedermann</strong> sichtbar"
+#: ../../view/theme/redbasic/php/config.php:48
+#: ../../view/theme/redstrap/php/config.php:133
+msgid "Theme settings"
+msgstr "Theme-Einstellungen"
-#: ../../include/conversation.php:944
-msgid "Please enter a video link/URL:"
-msgstr "Bitte Link/URL zum Video einfügen:"
+#: ../../view/theme/redbasic/php/config.php:49
+#: ../../view/theme/redstrap/php/config.php:138
+msgid "Navigation bar colour"
+msgstr "Farbe der Navigationsleiste"
-#: ../../include/conversation.php:945
-msgid "Please enter an audio link/URL:"
-msgstr "Bitte Link/URL zum Audio einfügen:"
+#: ../../view/theme/redbasic/php/config.php:50
+msgid "Set the background colour"
+msgstr "Hintergrundfarbe wählen"
-#: ../../include/conversation.php:946
-msgid "Tag term:"
-msgstr "Tag:"
+#: ../../view/theme/redbasic/php/config.php:51
+msgid "Set the background image"
+msgstr "Hintergrundbild wählen"
-#: ../../include/conversation.php:948
-msgid "Where are you right now?"
-msgstr "Wo hältst du dich jetzt gerade auf?"
+#: ../../view/theme/redbasic/php/config.php:52
+msgid "Set the background colour of items"
+msgstr "Hintergrundfarbe von Beiträgen wählen"
-#: ../../include/conversation.php:991
-msgid "upload photo"
-msgstr "Bild hochladen"
+#: ../../view/theme/redbasic/php/config.php:53
+msgid "Set the opacity of items"
+msgstr "Opazität von Beiträgen wählen"
-#: ../../include/conversation.php:993
-msgid "attach file"
-msgstr "Datei anhängen"
+#: ../../view/theme/redbasic/php/config.php:54
+#: ../../view/theme/redstrap/php/config.php:134
+msgid "Set font-size for posts and comments"
+msgstr "Wähle die Schriftgröße für Beiträge und Kommentare"
-#: ../../include/conversation.php:995
-msgid "web link"
-msgstr "Weblink"
+#: ../../view/theme/redbasic/php/config.php:55
+msgid "Set font-colour for posts and comments"
+msgstr "Schriftfarbe für Beiträge und Kommentare wählen"
-#: ../../include/conversation.php:996
-msgid "Insert video link"
-msgstr "Video-Adresse einfügen"
+#: ../../view/theme/redbasic/php/config.php:56
+msgid "Set radius of corners"
+msgstr "Radius von Ecken"
-#: ../../include/conversation.php:997
-msgid "video link"
-msgstr "Video-Link"
+#: ../../view/theme/redbasic/php/config.php:57
+msgid "Set shadow depth of photos"
+msgstr "Schattentiefe von Fotos"
-#: ../../include/conversation.php:998
-msgid "Insert audio link"
-msgstr "Audio-Adresse einfügen"
+#: ../../view/theme/redstrap/php/config.php:135
+msgid "Set line-height for posts and comments"
+msgstr "Wähle die Zeilenhöhe in Beiträgen und Kommentaren"
-#: ../../include/conversation.php:999
-msgid "audio link"
-msgstr "Audio-Link"
+#: ../../view/theme/redstrap/php/config.php:136
+msgid "Set colour scheme"
+msgstr "Wähle das Farbschema"
-#: ../../include/conversation.php:1001
-msgid "set location"
-msgstr "Ort setzen"
+#: ../../view/theme/redstrap/php/config.php:137
+msgid "Draw shadows"
+msgstr "Zeichne Schatten"
-#: ../../include/conversation.php:1003
-msgid "clear location"
-msgstr "Ort löschen"
+#: ../../view/theme/redstrap/php/config.php:139
+msgid "Display style"
+msgstr "Anzeige Stiel"
-#: ../../include/conversation.php:1010
-msgid "permissions"
-msgstr "Zugriffsrechte"
+#: ../../view/theme/redstrap/php/config.php:140
+msgid "Display colour of links - hex value, do not include the #"
+msgstr "Farbe für Verweise - Hex Wert, die # nicht angeben"
-#: ../../boot.php:522
-msgid "Delete this item?"
-msgstr "Diesen Beitrag löschen?"
+#: ../../view/theme/redstrap/php/config.php:141
+msgid "Icons"
+msgstr "Symbole"
-#: ../../boot.php:525
-msgid "show fewer"
-msgstr "weniger anzeigen"
+#: ../../view/theme/redstrap/php/config.php:142
+msgid "Shiny style"
+msgstr "Glitzer Stiel"
-#: ../../boot.php:698
+#: ../../boot.php:1249
#, php-format
msgid "Update %s failed. See error logs."
-msgstr "Update %s fehlgeschlagen. Bitte Fehlerprotokoll überprüfen."
+msgstr "Aktualisierung %s fehlgeschlagen. Details in den Fehlerlogs."
-#: ../../boot.php:700
+#: ../../boot.php:1252
#, php-format
msgid "Update Error at %s"
-msgstr "Updatefehler bei %s"
+msgstr "Aktualisierungsfehler auf %s"
-#: ../../boot.php:800
+#: ../../boot.php:1410
msgid "Create a New Account"
-msgstr "Neues Konto erstellen"
+msgstr "Erzeuge ein neues Konto"
-#: ../../boot.php:824
-msgid "Nickname or Email address: "
-msgstr "Spitzname oder Email-Adresse: "
+#: ../../boot.php:1439
+msgid "Password"
+msgstr "Kennwort"
-#: ../../boot.php:825
-msgid "Password: "
-msgstr "Passwort: "
+#: ../../boot.php:1440
+msgid "Remember me"
+msgstr "Angaben speichern"
-#: ../../boot.php:828
-msgid "Or login using OpenID: "
-msgstr "Oder melde dich mit deiner OpenID an: "
-
-#: ../../boot.php:834
+#: ../../boot.php:1445
msgid "Forgot your password?"
msgstr "Passwort vergessen?"
-#: ../../boot.php:1001
-msgid "Edit profile"
-msgstr "Profil bearbeiten"
+#: ../../boot.php:1564
+msgid "Requested channel is not available."
+msgstr "Angeforderte Kanal nicht verfügbar."
-#: ../../boot.php:1061
-msgid "Message"
-msgstr "Nachricht"
+#: ../../boot.php:1576
+msgid " Sorry, you don't have the permission to view this profile. "
+msgstr "Entschuldigung, aber du besitzt nicht die nötigen Rechte um dieses Profil ansehen zu dürfen."
-#: ../../boot.php:1177 ../../boot.php:1253
-msgid "g A l F d"
-msgstr "l, d. F G \\U\\h\\r"
+#: ../../boot.php:1730
+msgid "Profiles"
+msgstr "Profile"
+
+#: ../../boot.php:1730
+msgid "Manage/edit profiles"
+msgstr "Verwalte/Bearbeite Profile"
+
+#: ../../boot.php:1734
+msgid "Edit Profile"
+msgstr "Profile bearbeiten"
-#: ../../boot.php:1178 ../../boot.php:1254
+#: ../../boot.php:1828 ../../boot.php:1908
msgid "F d"
msgstr "d. F"
-#: ../../boot.php:1223 ../../boot.php:1294
-msgid "[today]"
-msgstr "[heute]"
-
-#: ../../boot.php:1235
+#: ../../boot.php:1885
msgid "Birthday Reminders"
-msgstr "Geburtstagserinnerungen"
+msgstr "Geburtstags Erinnerungen"
-#: ../../boot.php:1236
+#: ../../boot.php:1886
msgid "Birthdays this week:"
-msgstr "Geburtstage diese Woche:"
+msgstr "Geburtstage in dieser Woche:"
-#: ../../boot.php:1287
+#: ../../boot.php:1941
msgid "[No description]"
-msgstr "[keine Beschreibung]"
+msgstr "[Keine Beschreibung]"
-#: ../../boot.php:1305
+#: ../../boot.php:1959
msgid "Event Reminders"
-msgstr "Veranstaltungserinnerungen"
+msgstr "Veranstaltungs- Erinnerungen"
-#: ../../boot.php:1306
+#: ../../boot.php:1960
msgid "Events this week:"
-msgstr "Veranstaltungen diese Woche"
+msgstr "Veranstaltungen in dieser Woche:"
+
+#: ../../boot.php:2194
+msgid "Channel"
+msgstr "Kanal"
-#: ../../boot.php:1511
+#: ../../boot.php:2197
msgid "Status Messages and Posts"
msgstr "Statusnachrichten und Beiträge"
-#: ../../boot.php:1517
+#: ../../boot.php:2201
+msgid "About"
+msgstr "Über"
+
+#: ../../boot.php:2204
msgid "Profile Details"
-msgstr "Profildetails"
+msgstr "Profil-Details"
-#: ../../boot.php:1532
+#: ../../boot.php:2222
msgid "Events and Calendar"
-msgstr "Ereignisse und Kalender"
+msgstr "Veranstaltungen und Kalender"
+
+#: ../../boot.php:2227
+msgid "Webpages"
+msgstr "Webseiten"
+
+#: ../../boot.php:2230
+msgid "Manage Webpages"
+msgstr "Webseiten verwalten"
-#: ../../boot.php:1538
-msgid "Only You Can See This"
-msgstr "Nur Du Kannst Das Sehen"
+#: ../../boot.php:2512
+msgid "toggle mobile"
+msgstr "auf/von Mobile Ansicht wechseln"
diff --git a/view/de/strings.php b/view/de/strings.php
index 206f4da95..7d7639966 100644
--- a/view/de/strings.php
+++ b/view/de/strings.php
@@ -1,1747 +1,1616 @@
<?php
function string_plural_select_de($n){
- return ($n != 1);
+ return ($n != 1);;
}
;
-$a->strings["Post successful."] = "Beitrag erfolgreich veröffentlicht.";
-$a->strings["[Embedded content - reload page to view]"] = "[Eingebetteter Inhalt - Seite neu laden zum Betrachten]";
-$a->strings["Contact settings applied."] = "Einstellungen zum Kontakt angewandt.";
-$a->strings["Contact update failed."] = "Konnte den Kontakt nicht aktualisieren.";
-$a->strings["Permission denied."] = "Zugriff verweigert.";
-$a->strings["Contact not found."] = "Kontakt nicht gefunden.";
-$a->strings["Repair Contact Settings"] = "Kontakteinstellungen reparieren";
-$a->strings["<strong>WARNING: This is highly advanced</strong> and if you enter incorrect information your communications with this contact may stop working."] = "<strong>ACHTUNG: Das sind Experten-Einstellungen!</strong> Wenn Du etwas Falsches eingibst, funktioniert die Kommunikation mit diesem Kontakt evtl. nicht mehr.";
-$a->strings["Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page."] = "Bitte nutze den Zurück-Button deines Browsers <strong>jetzt</strong>, wenn du dir unsicher bist, was du tun willst.";
-$a->strings["Return to contact editor"] = "Zurück zum Kontakteditor";
-$a->strings["Name"] = "Name";
-$a->strings["Account Nickname"] = "Konto-Spitzname";
-$a->strings["@Tagname - overrides Name/Nickname"] = "@Tagname - überschreibt Name/Spitzname";
-$a->strings["Account URL"] = "Konto-URL";
-$a->strings["Friend Request URL"] = "URL für Freundschaftsanfragen";
-$a->strings["Friend Confirm URL"] = "URL für Bestätigungen von Freundschaftsanfragen";
-$a->strings["Notification Endpoint URL"] = "URL-Endpunkt für Benachrichtigungen";
-$a->strings["Poll/Feed URL"] = "Pull/Feed-URL";
-$a->strings["New photo from this URL"] = "Neues Foto von dieser URL";
-$a->strings["Submit"] = "Senden";
-$a->strings["Help:"] = "Hilfe:";
-$a->strings["Help"] = "Hilfe";
-$a->strings["Not Found"] = "Nicht gefunden";
-$a->strings["Page not found."] = "Seite nicht gefunden.";
-$a->strings["File exceeds size limit of %d"] = "Die Datei ist größer als das erlaubte Limit von %d";
-$a->strings["File upload failed."] = "Hochladen der Datei fehlgeschlagen.";
-$a->strings["Friend suggestion sent."] = "Kontaktvorschlag gesendet.";
-$a->strings["Suggest Friends"] = "Kontakte vorschlagen";
-$a->strings["Suggest a friend for %s"] = "Schlage %s einen Kontakt vor";
-$a->strings["Event description and start time are required."] = "Ereignisbeschreibung und Startzeit sind erforderlich.";
-$a->strings["l, F j"] = "l, F j";
-$a->strings["Edit event"] = "Veranstaltung bearbeiten";
-$a->strings["link to source"] = "Link zum Originalbeitrag";
-$a->strings["Events"] = "Veranstaltungen";
-$a->strings["Create New Event"] = "Neue Veranstaltung erstellen";
-$a->strings["Previous"] = "Vorherige";
-$a->strings["Next"] = "Nächste";
-$a->strings["hour:minute"] = "Stunde:Minute";
-$a->strings["Event details"] = "Veranstaltungsdetails";
-$a->strings["Format is %s %s. Starting date and Description are required."] = "Format ist %s %s. Anfangsdatum und Beschreibung sind notwendig.";
-$a->strings["Event Starts:"] = "Veranstaltungsbeginn:";
-$a->strings["Finish date/time is not known or not relevant"] = "Enddatum/-zeit ist nicht bekannt oder nicht relevant";
-$a->strings["Event Finishes:"] = "Veranstaltungsende:";
-$a->strings["Adjust for viewer timezone"] = "An Zeitzone des Betrachters anpassen";
-$a->strings["Description:"] = "Beschreibung";
-$a->strings["Location:"] = "Ort:";
-$a->strings["Share this event"] = "Veranstaltung teilen";
-$a->strings["Cancel"] = "Abbrechen";
-$a->strings["Tag removed"] = "Tag entfernt";
-$a->strings["Remove Item Tag"] = "Gegenstands-Tag entfernen";
-$a->strings["Select a tag to remove: "] = "Wähle ein Tag zum Entfernen aus: ";
-$a->strings["Remove"] = "Entfernen";
-$a->strings["%s welcomes %s"] = "%s heißt %s herzlich willkommen";
-$a->strings["Authorize application connection"] = "Verbindung der Applikation autorisieren";
-$a->strings["Return to your app and insert this Securty Code:"] = "Gehe zu deiner Anwendung zurück und trage dort folgenden Sicherheitscode ein:";
-$a->strings["Please login to continue."] = "Bitte melde dich an um fortzufahren.";
-$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Möchtest du dieser Anwendung den Zugriff auf deine Beiträge und Kontakte, sowie das Erstellen neuer Beiträge in deinem Namen gestatten?";
-$a->strings["Yes"] = "Ja";
-$a->strings["No"] = "Nein";
-$a->strings["Photo Albums"] = "Fotoalben";
-$a->strings["Contact Photos"] = "Kontaktbilder";
-$a->strings["Upload New Photos"] = "Weitere Fotos hochladen";
-$a->strings["everybody"] = "jeder";
-$a->strings["Contact information unavailable"] = "Kontaktinformationen nicht verfügbar";
-$a->strings["Profile Photos"] = "Profilbilder";
-$a->strings["Album not found."] = "Album nicht gefunden.";
-$a->strings["Delete Album"] = "Album löschen";
-$a->strings["Delete Photo"] = "Foto löschen";
-$a->strings["was tagged in a"] = "wurde getaggt in einem";
-$a->strings["photo"] = "Foto";
-$a->strings["by"] = "von";
-$a->strings["Image exceeds size limit of "] = "Die Bildgröße übersteigt das Limit von ";
-$a->strings["Image file is empty."] = "Bilddatei ist leer.";
-$a->strings["Unable to process image."] = "Konnte das Bild nicht bearbeiten.";
-$a->strings["Image upload failed."] = "Hochladen des Bildes gescheitert.";
-$a->strings["Public access denied."] = "Öffentlicher Zugriff verweigert.";
-$a->strings["No photos selected"] = "Keine Bilder ausgewählt";
-$a->strings["Access to this item is restricted."] = "Zugriff zu diesem Eintrag wurde eingeschränkt.";
-$a->strings["Upload Photos"] = "Bilder hochladen";
-$a->strings["New album name: "] = "Name des neuen Albums: ";
-$a->strings["or existing album name: "] = "oder existierender Albumname: ";
-$a->strings["Do not show a status post for this upload"] = "Keine Status-Mitteilung für diesen Beitrag anzeigen";
-$a->strings["Permissions"] = "Berechtigungen";
-$a->strings["Edit Album"] = "Album bearbeiten";
-$a->strings["View Photo"] = "Fotos betrachten";
-$a->strings["Permission denied. Access to this item may be restricted."] = "Zugriff verweigert. Zugriff zu diesem Eintrag könnte eingeschränkt sein.";
-$a->strings["Photo not available"] = "Foto nicht verfügbar";
-$a->strings["View photo"] = "Fotos ansehen";
-$a->strings["Edit photo"] = "Foto bearbeiten";
-$a->strings["Use as profile photo"] = "Als Profilbild verwenden";
+$a->strings["Visible to everybody"] = "Für jeden sichtbar";
+$a->strings["show"] = "zeigen";
+$a->strings["don't show"] = "Verbergen";
+$a->strings[" and "] = "und";
+$a->strings["public profile"] = "öffentliches Profil";
+$a->strings["%1\$s changed %2\$s to &ldquo;%3\$s&rdquo;"] = "%1\$s hat %2\$s auf &ldquo;%3\$s&rdquo; geändert";
+$a->strings["Visit %1\$s's %2\$s"] = "Besuche %1\$s's %2\$s";
+$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s hat ein aktualisiertes %2\$s, %3\$s wurde verändert.";
+$a->strings["Public Timeline"] = "Öffentliche Zeitleiste";
+$a->strings["Red Matrix Notification"] = "Red Matrix Benachrichtigung";
+$a->strings["Thank You,"] = "Danke.";
+$a->strings["%s Administrator"] = "%s Administrator";
+$a->strings["%s <!item_type!>"] = "%s <!item_type!>";
+$a->strings["[Red:Notify] New mail received at %s"] = "[Red Notify] Neue Mail auf %s empfangen";
+$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s hat Dir eine private Nachricht auf %2\$s geschickt.";
+$a->strings["%1\$s sent you %2\$s."] = "%1\$s hat dir %2\$s geschickt.";
+$a->strings["a private message"] = "eine private Nachricht";
+$a->strings["Please visit %s to view and/or reply to your private messages."] = "Bitte besuche %s, um die private Nachricht anzusehen und/oder darauf zu antworten.";
+$a->strings["%1\$s commented on [zrl=%2\$s]a %3\$s[/zrl]"] = "%1\$s hat auf [zrl=%2\$s]einen %3\$s[/zrl] kommentiert";
+$a->strings["%1\$s commented on [zrl=%2\$s]%3\$s's %4\$s[/zrl]"] = "%1\$s kommentierte auf [zrl=%2\$s]%3\$s's %4\$s[/zrl]";
+$a->strings["%1\$s commented on [zrl=%2\$s]your %3\$s[/zrl]"] = "%1\$s hat auf [zrl=%2\$s]Dein %3\$s[/zrl] kommentiert";
+$a->strings["[Red:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Red:Notify] Kommentar in Unterhaltung #%1\$d von %2\$s";
+$a->strings["%s commented on an item/conversation you have been following."] = "%s hat einen Beitrag/eine Konversation kommentiert, dem/der du folgst.";
+$a->strings["Please visit %s to view and/or reply to the conversation."] = "Bitte besuche %s, um die Konversation anzusehen und/oder zu kommentieren.";
+$a->strings["[Red:Notify] %s posted to your profile wall"] = "[Red:Hinweis] %s schrieb auf Deine Pinnwand";
+$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$s schrieb auf Deine Pinnwand auf %2\$s";
+$a->strings["%1\$s posted to [zrl=%2\$s]your wall[/zrl]"] = "%1\$s schrieb auf [zrl=%2\$s]Deine Pinnwand[/zrl]";
+$a->strings["[Red:Notify] %s tagged you"] = "[Red Notify] %s hat dich getaggt";
+$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s hat dich auf %2\$s getaggt";
+$a->strings["%1\$s [zrl=%2\$s]tagged you[/zrl]."] = "%1\$s hat [zrl=%2\$s]Dich getagged[/zrl].";
+$a->strings["[Red:Notify] %1\$s poked you"] = "[Red Notify] %1\$s hat dich angestupst";
+$a->strings["%1\$s poked you at %2\$s"] = "%1\$s hat dich auf %2\$s angestupst";
+$a->strings["%1\$s [zrl=%2\$s]poked you[/zrl]."] = "%1\$s [zrl=%2\$s]hat dich angestupst.[/zrl].";
+$a->strings["[Red:Notify] %s tagged your post"] = "[Red:Hinweis] %s hat Dich getagged";
+$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$s hat Deinen Beitrag auf %2\$s getagged";
+$a->strings["%1\$s tagged [zrl=%2\$s]your post[/zrl]"] = "%1\$s hat [zrl=%2\$s]Deinen Beitrag[/zrl] getagged";
+$a->strings["[Red:Notify] Introduction received"] = "[Red:Notify] Vorstellung erhalten";
+$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "Du hast auf %2\$s eine Vorstellung von %1\$s erhalten.";
+$a->strings["You've received [zrl=%1\$s]an introduction[/zrl] from %2\$s."] = "Du hast [zrl=%1\$s]eine Vorstellung[/zrl] von %2\$s erhalten.";
+$a->strings["You may visit their profile at %s"] = "Du kannst Dir das Profil unter %s ansehen";
+$a->strings["Please visit %s to approve or reject the introduction."] = "Bitte besuche %s um sie anzunehmen oder abzulehnen.";
+$a->strings["[Red:Notify] Friend suggestion received"] = "[Red:Hinweis] Freundschaftsvorschlag erhalten";
+$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "Du hast einen Freundschaftsvorschlag von %1\$s auf %2\$s erhalten";
+$a->strings["You've received [zrl=%1\$s]a friend suggestion[/zrl] for %2\$s from %3\$s."] = "Du hast einen [zrl=%1\$s]Freundschaftsvorschlag[/zrl] für %2\$s von %3\$s erhalten.";
+$a->strings["Name:"] = "Name:";
+$a->strings["Photo:"] = "Foto:";
+$a->strings["Please visit %s to approve or reject the suggestion."] = "Bitte besuche %s um den Vorschlag zu akzeptieren oder abzulehnen.";
$a->strings["Private Message"] = "Private Nachricht";
-$a->strings["View Full Size"] = "Betrachte Originalgröße";
-$a->strings["Tags: "] = "Tags: ";
-$a->strings["[Remove any tag]"] = "[Tag entfernen]";
-$a->strings["Rotate CW"] = "Im Uhrzeigersinn rotieren";
-$a->strings["New album name"] = "Name des neuen Albums";
-$a->strings["Caption"] = "Bildunterschrift";
-$a->strings["Add a Tag"] = "Tag hinzufügen";
-$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Beispiel: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping";
-$a->strings["I like this (toggle)"] = "Ich mag das (toggle)";
-$a->strings["I don't like this (toggle)"] = "Ich mag das nicht (toggle)";
-$a->strings["Share"] = "Teilen";
+$a->strings["Edit"] = "Bearbeiten";
+$a->strings["Delete"] = "Löschen";
+$a->strings["Select"] = "Auswählen";
+$a->strings["save to folder"] = "In Ordner speichern";
+$a->strings["add star"] = "markieren";
+$a->strings["remove star"] = "Markierung entfernen";
+$a->strings["toggle star status"] = "Stern-Status umschalten";
+$a->strings["starred"] = "markiert";
+$a->strings["Message is verified"] = "Nachricht überprüft";
+$a->strings["add tag"] = "Schlagwort hinzufügen";
+$a->strings["I like this (toggle)"] = "Ich mag das (Umschalter)";
+$a->strings["like"] = "Gefällt-mir";
+$a->strings["I don't like this (toggle)"] = "Ich mag das nicht (Umschalter)";
+$a->strings["dislike"] = "Gefällt-mir-nicht";
+$a->strings["Share this"] = "Teile dies";
+$a->strings["share"] = "Teilen";
+$a->strings["View %s's profile - %s"] = "Schaue dir %s's Profil an - %s";
+$a->strings["to"] = "zu";
+$a->strings["Wall-to-Wall"] = "Wall-to-Wall";
+$a->strings["via Wall-To-Wall:"] = "via Wall-To-Wall:";
+$a->strings[" from %s"] = "von %s";
$a->strings["Please wait"] = "Bitte warten";
+$a->strings["%d comment"] = array(
+ 0 => "%d Kommentar",
+ 1 => "%d Kommentare",
+);
+$a->strings["show more"] = "mehr zeigen";
$a->strings["This is you"] = "Das bist du";
$a->strings["Comment"] = "Kommentar";
+$a->strings["Submit"] = "Bestätigen";
+$a->strings["Bold"] = "Fett";
+$a->strings["Italic"] = "Kursiv";
+$a->strings["Underline"] = "Unterstrichen";
+$a->strings["Quote"] = "Zitat";
+$a->strings["Code"] = "Code";
+$a->strings["Image"] = "Bild";
+$a->strings["Link"] = "Link";
+$a->strings["Video"] = "Video";
$a->strings["Preview"] = "Vorschau";
-$a->strings["Delete"] = "Löschen";
-$a->strings["View Album"] = "Album betrachten";
-$a->strings["Recent Photos"] = "Neueste Fotos";
-$a->strings["Not available."] = "Nicht verfügbar.";
-$a->strings["Community"] = "Gemeinschaft";
-$a->strings["No results."] = "Keine Ergebnisse.";
-$a->strings["This is Friendica, version"] = "Dies ist Friendica, Version";
-$a->strings["running at web location"] = "die unter folgender Webadresse zu finden ist";
-$a->strings["Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn more about the Friendica project."] = "Bitte besuche <a href=\"http://friendica.com\">Friendica.com</a>, um mehr über das Friendica Projekt zu erfahren.";
-$a->strings["Bug reports and issues: please visit"] = "Probleme oder Fehler gefunden? Bitte besuche";
-$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Vorschläge, Lob, Spenden usw.: E-Mail an \"Info\" at Friendica - dot com";
-$a->strings["Installed plugins/addons/apps:"] = "Installierte Plugins/Erweiterungen/Apps";
-$a->strings["No installed plugins/addons/apps"] = "Keine Plugins/Erweiterungen/Apps installiert";
-$a->strings["Item not found"] = "Beitrag nicht gefunden";
-$a->strings["Edit post"] = "Beitrag bearbeiten";
-$a->strings["Post to Email"] = "An E-Mail senden";
-$a->strings["Edit"] = "Bearbeiten";
+$a->strings["Connect"] = "Verbinden";
+$a->strings["New window"] = "Neues Fenster";
+$a->strings["Open the selected location in a different window or browser tab"] = "Öffne die markierte Adresse in einem neuen Browser Fenster oder Tab";
+$a->strings["Poke"] = "Anstupsen";
+$a->strings["View Status"] = "Status ansehen";
+$a->strings["View Profile"] = "Profil ansehen";
+$a->strings["View Photos"] = "Fotos ansehen";
+$a->strings["Network Posts"] = "Netzwerkbeiträge";
+$a->strings["Edit Contact"] = "Kontakt bearbeiten";
+$a->strings["Send PM"] = "Sende PN";
+$a->strings["Unknown | Not categorised"] = "Unbekannt | Nicht kategorisiert";
+$a->strings["Block immediately"] = "Sofort blockieren";
+$a->strings["Shady, spammer, self-marketer"] = "Zwielichtig, Spammer, Selbstdarsteller";
+$a->strings["Known to me, but no opinion"] = "Mir bekannt, aber keine Meinung";
+$a->strings["OK, probably harmless"] = "Ok, wahrscheinlich harmlos";
+$a->strings["Reputable, has my trust"] = "Seriös, hat mein Vertrauen";
+$a->strings["Frequently"] = "Häufig";
+$a->strings["Hourly"] = "Stündlich";
+$a->strings["Twice daily"] = "Zwei Mal am Tag";
+$a->strings["Daily"] = "Täglich";
+$a->strings["Weekly"] = "Wöchentlich";
+$a->strings["Monthly"] = "Monatlich";
+$a->strings["Friendica"] = "Friendica";
+$a->strings["OStatus"] = "OStatus";
+$a->strings["RSS/Atom"] = "RSS/Atom";
+$a->strings["Email"] = "E-Mail";
+$a->strings["Diaspora"] = "Diaspora";
+$a->strings["Facebook"] = "Facebook";
+$a->strings["Zot!"] = "Zot!";
+$a->strings["LinkedIn"] = "LinkedIn";
+$a->strings["XMPP/IM"] = "XMPP/IM";
+$a->strings["MySpace"] = "MySpace";
+$a->strings["Miscellaneous"] = "Verschiedenes";
+$a->strings["year"] = "Jahr";
+$a->strings["month"] = "Monat";
+$a->strings["day"] = "Tag";
+$a->strings["never"] = "Nie";
+$a->strings["less than a second ago"] = "Vor weniger als einer Sekunde";
+$a->strings["years"] = "Jahre";
+$a->strings["months"] = "Monate";
+$a->strings["week"] = "Woche";
+$a->strings["weeks"] = "Wochen";
+$a->strings["days"] = "Tage";
+$a->strings["hour"] = "Stunde";
+$a->strings["hours"] = "Stunden";
+$a->strings["minute"] = "Minute";
+$a->strings["minutes"] = "Minuten";
+$a->strings["second"] = "Sekunde";
+$a->strings["seconds"] = "Sekunden";
+$a->strings["%1\$d %2\$s ago"] = "vor %1\$d %2\$s";
+$a->strings["Cannot locate DNS info for database server '%s'"] = "Kann die DNS Information für den Datenbank Server '%s' nicht finden";
+$a->strings["l F d, Y \\@ g:i A"] = "l, d. F Y\\\\, H:i";
+$a->strings["Starts:"] = "Beginnt:";
+$a->strings["Finishes:"] = "Endet:";
+$a->strings["Location:"] = "Ort:";
+$a->strings["General Features"] = "Allgemeine Funktionen";
+$a->strings["Multiple Profiles"] = "Mehrfachprofile";
+$a->strings["Ability to create multiple profiles"] = "Mehrfachprofile anlegen können";
+$a->strings["Web Pages"] = "Webseiten";
+$a->strings["Provide managed web pages on your channel"] = "Stelle verwaltete Webseiten in Deinem Kanal zur Verfügung";
+$a->strings["Enhanced Photo Albums"] = "Erweitertes Fotoalbum";
+$a->strings["Enable photo album with enhanced features"] = "Aktiviere Fotoalbum mit erweiterten Funktionen";
+$a->strings["Extended Identity Sharing"] = "Erweitertes Teilen von Identitäten";
+$a->strings[" "] = " ";
+$a->strings["Expert Mode"] = "Expertenmodus";
+$a->strings["Enable Expert Mode to provide advanced configuration options"] = "Aktiviere Expertenmodus, um fortgeschrittene Konfiguration zur Verfügung zu stellen";
+$a->strings["Premium Channel"] = "Premium-Kanal";
+$a->strings["Allows you to set restrictions and terms on those that connect with your channel"] = "Erlaubt es dir Einschränkungen für Kontakte und bestimmte Bedingungen an Kontakte zu diesem Kanal zu stellen";
+$a->strings["Post Composition Features"] = "Nachbearbeitungsfunktionen";
+$a->strings["Richtext Editor"] = "Formatierungseditor";
+$a->strings["Enable richtext editor"] = "Aktiviere Formatierungseditor";
+$a->strings["Post Preview"] = "Voransicht";
+$a->strings["Allow previewing posts and comments before publishing them"] = "Erlaube Voransicht von Beiträgen und Kommentaren vor Veröffentlichung";
+$a->strings["Channel Sources"] = "Kanal Quellen";
+$a->strings["Automatically import channel content from other channels or feeds"] = "Importiere automatisch Inhalte für diesen Kanal von anderen Kanälen oder Feeds.";
+$a->strings["Network and Stream Filtering"] = "Netzwerk- und Stream-Filter";
+$a->strings["Search by Date"] = "Suche nach Datum";
+$a->strings["Ability to select posts by date ranges"] = "Möglichkeit, Beiträge nach Zeiträumen auszuwählen";
+$a->strings["Collections Filter"] = "Filter für Sammlung";
+$a->strings["Enable widget to display Network posts only from selected collections"] = "Aktiviere nur Netzwerk-Beiträge von ausgewählten Sammlungen";
+$a->strings["Saved Searches"] = "Gesicherte Suchanfragen";
+$a->strings["Save search terms for re-use"] = "Gesicherte Suchbegriffe zur Wiederverwendung";
+$a->strings["Network Personal Tab"] = "Persönlicher Netzwerkreiter";
+$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Aktiviere Reiter nur für die Netzwerk-Beiträge, mit denen Du interagiert hast";
+$a->strings["Network New Tab"] = "Netzwerkreiter Neu";
+$a->strings["Enable tab to display all new Network activity"] = "Aktiviere Reiter, um alle neuen Netzwerkaktivitäten zu zeigen";
+$a->strings["Affinity Tool"] = "Beziehungs-Tool";
+$a->strings["Filter stream activity by depth of relationships"] = "Filter Aktivitätenstream nach Tiefe der Beziehung";
+$a->strings["Post/Comment Tools"] = "Beitrag-/Kommentar-Tools";
+$a->strings["Multiple Deletion"] = "Mehrfachlöschung";
+$a->strings["Select and delete multiple posts/comments at once"] = "Mehrfachlöschung und -auswahl von Beiträgen/Kommentaren in einem Rutsch";
+$a->strings["Edit Sent Posts"] = "Bearbeite gesendete Beiträge";
+$a->strings["Edit and correct posts and comments after sending"] = "Bearbeite und korrigiere Beiträge und Kommentare nach dem Senden";
+$a->strings["Tagging"] = "Verschlagworten";
+$a->strings["Ability to tag existing posts"] = "Möglichkeit, um existierende Beiträge zu verschlagworten";
+$a->strings["Post Categories"] = "Beitrags-Kategorien";
+$a->strings["Add categories to your posts"] = "Kategorien für Beiträge";
+$a->strings["Saved Folders"] = "Gesicherte Ordner";
+$a->strings["Ability to file posts under folders"] = "Möglichkeit, Beiträge in Verzeichnissen zu sammeln";
+$a->strings["Dislike Posts"] = "Gefällt-mir-nicht Beiträge";
+$a->strings["Ability to dislike posts/comments"] = "Möglichkeit für Gefällt-mir-nicht für Beiträge/Kommentare";
+$a->strings["Star Posts"] = "Beiträge mit Sternchen versehen";
+$a->strings["Ability to mark special posts with a star indicator"] = "Möglichkeit, spezielle Beiträge mit Sternchen-Symbol zu markieren";
+$a->strings["Tag Cloud"] = "Tag Wolke";
+$a->strings["Provide a personal tag cloud on your channel page"] = "Persönliche Schlagwort-Wolke für deine Kanal-Seite anlegen";
+$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Ein gelöschte Gruppe mit diesem Namen wurde gefunden. Existierende Zugangsregeln für Elemente <strong>könnten</strong> für diese Gruppe angewendet werden, sowie für alle zukünftigen Elemente.";
+$a->strings["Default privacy group for new contacts"] = "Standard-Privatsphärengruppe für neue Kontakte";
+$a->strings["All Channels"] = "Alle Kanäle";
+$a->strings["edit"] = "Bearbeiten";
+$a->strings["Collections"] = "Sammlungen";
+$a->strings["Edit collection"] = "Bearbeite Sammlungen";
+$a->strings["Create a new collection"] = "Erzeuge neue Sammlung";
+$a->strings["Channels not in any collection"] = "Kanäle, die nicht in einer Sammlung sind";
+$a->strings["add"] = "hinzufügen";
+$a->strings["Delete this item?"] = "Dieses Element löschen?";
+$a->strings["show fewer"] = "Zeige weniger";
+$a->strings["Password too short"] = "Kennwort zu kurz";
+$a->strings["Passwords do not match"] = "Kennwörter stimmen nicht überein";
+$a->strings["everybody"] = "alle";
+$a->strings["timeago.prefixAgo"] = "timeago.prefixAgo";
+$a->strings["timeago.suffixAgo"] = "timeago.suffixAgo";
+$a->strings["ago"] = "her";
+$a->strings["from now"] = "von jetzt";
+$a->strings["less than a minute"] = "weniger als eine Minute";
+$a->strings["about a minute"] = "ungefähr eine Minute";
+$a->strings["%d minutes"] = "%d Minuten";
+$a->strings["about an hour"] = "ungefähr eine Stunde";
+$a->strings["about %d hours"] = "ungefähr %d Stunden";
+$a->strings["a day"] = "ein Tag";
+$a->strings["%d days"] = "%d Tage";
+$a->strings["about a month"] = "ungefähr ein Monat";
+$a->strings["%d months"] = "%d Monate";
+$a->strings["about a year"] = "ungefähr ein Jahr";
+$a->strings["%d years"] = "%d Jahre";
+$a->strings["timeago.numbers"] = "timeago.numbers";
+$a->strings["No recipient provided."] = "Kein Empfänger angegeben";
+$a->strings["[no subject]"] = "[no subject]";
+$a->strings["Unable to determine sender."] = "Kann Absender nicht bestimmen.";
+$a->strings["Stored post could not be verified."] = "Gespeicherter Beitrag konnten nicht überprüft werden.";
+$a->strings["view full size"] = "In Vollbildansicht anschauen";
+$a->strings["Profile Photos"] = "Profilfotos";
+$a->strings["Profile"] = "Profil";
+$a->strings["Full Name:"] = "Voller Name:";
+$a->strings["Gender:"] = "Geschlecht:";
+$a->strings["j F, Y"] = "j F, Y";
+$a->strings["j F"] = "j F";
+$a->strings["Birthday:"] = "Geburtstag:";
+$a->strings["Age:"] = "Alter:";
+$a->strings["Status:"] = "Status:";
+$a->strings["for %1\$d %2\$s"] = "für %1\$d %2\$s";
+$a->strings["Sexual Preference:"] = "Sexuelle Orientierung:";
+$a->strings["Homepage:"] = "Homepage:";
+$a->strings["Hometown:"] = "Heimatstadt:";
+$a->strings["Tags:"] = "Schlagworte:";
+$a->strings["Political Views:"] = "Politische Ansichten:";
+$a->strings["Religion:"] = "Religion:";
+$a->strings["About:"] = "Über:";
+$a->strings["Hobbies/Interests:"] = "Hobbys/Interessen:";
+$a->strings["Likes:"] = "Gefällt-mir:";
+$a->strings["Dislikes:"] = "Gefällt-mir-nicht:";
+$a->strings["Contact information and Social Networks:"] = "Kontaktinformation und soziale Netzwerke:";
+$a->strings["Musical interests:"] = "Musikalische Interessen:";
+$a->strings["Books, literature:"] = "Bücher, Literatur:";
+$a->strings["Television:"] = "Fernsehen:";
+$a->strings["Film/dance/culture/entertainment:"] = "Film/Tanz/Kultur/Unterhaltung:";
+$a->strings["Love/Romance:"] = "Liebe/Romantik:";
+$a->strings["Work/employment:"] = "Arbeit/Anstellung:";
+$a->strings["School/education:"] = "Schule/Ausbildung:";
+$a->strings["prev"] = "vorherige";
+$a->strings["first"] = "erste";
+$a->strings["last"] = "letzte";
+$a->strings["next"] = "nächste";
+$a->strings["older"] = "älter";
+$a->strings["newer"] = "neuer";
+$a->strings["No connections"] = "Keine Verbindungen";
+$a->strings["%d Connection"] = array(
+ 0 => "%d Verbindung",
+ 1 => "%d Verbindungen",
+);
+$a->strings["View Connections"] = "Zeige Verbindungen";
+$a->strings["Search"] = "Suche";
+$a->strings["Save"] = "Speichern";
+$a->strings["poke"] = "anstupsen";
+$a->strings["poked"] = "stupste";
+$a->strings["ping"] = "anpingen";
+$a->strings["pinged"] = "pingte";
+$a->strings["prod"] = "knuffen";
+$a->strings["prodded"] = "knuffte";
+$a->strings["slap"] = "ohrfeigen";
+$a->strings["slapped"] = "ohrfeigte";
+$a->strings["finger"] = "befummeln";
+$a->strings["fingered"] = "befummelte";
+$a->strings["rebuff"] = "eine Abfuhr erteilen";
+$a->strings["rebuffed"] = "abfuhrerteilte";
+$a->strings["happy"] = "glücklich";
+$a->strings["sad"] = "traurig";
+$a->strings["mellow"] = "sanft";
+$a->strings["tired"] = "müde";
+$a->strings["perky"] = "frech";
+$a->strings["angry"] = "sauer";
+$a->strings["stupified"] = "verblüfft";
+$a->strings["puzzled"] = "verwirrt";
+$a->strings["interested"] = "interessiert";
+$a->strings["bitter"] = "verbittert";
+$a->strings["cheerful"] = "fröhlich";
+$a->strings["alive"] = "lebendig";
+$a->strings["annoyed"] = "verärgert";
+$a->strings["anxious"] = "unruhig";
+$a->strings["cranky"] = "schrullig";
+$a->strings["disturbed"] = "verstört";
+$a->strings["frustrated"] = "frustriert";
+$a->strings["motivated"] = "motiviert";
+$a->strings["relaxed"] = "entspannt";
+$a->strings["surprised"] = "überrascht";
+$a->strings["Monday"] = "Montag";
+$a->strings["Tuesday"] = "Dienstag";
+$a->strings["Wednesday"] = "Mittwoch";
+$a->strings["Thursday"] = "Donnerstag";
+$a->strings["Friday"] = "Freitag";
+$a->strings["Saturday"] = "Samstag";
+$a->strings["Sunday"] = "Sonntag";
+$a->strings["January"] = "Januar";
+$a->strings["February"] = "Februar";
+$a->strings["March"] = "März";
+$a->strings["April"] = "April";
+$a->strings["May"] = "Mai";
+$a->strings["June"] = "Juni";
+$a->strings["July"] = "Juli";
+$a->strings["August"] = "August";
+$a->strings["September"] = "September";
+$a->strings["October"] = "Oktober";
+$a->strings["November"] = "November";
+$a->strings["December"] = "Dezember";
+$a->strings["unknown.???"] = "unbekannt.???";
+$a->strings["bytes"] = "Bytes";
+$a->strings["remove"] = "lösche";
+$a->strings["[remove]"] = "[lösche]";
+$a->strings["Categories:"] = "Kategorien:";
+$a->strings["Filed under:"] = "Gespeichert unter:";
+$a->strings["Click to open/close"] = "Klicke zum Öffnen/Schließen";
+$a->strings["link to source"] = "Link zum Originalbeitrag";
+$a->strings["Select a page layout: "] = "Ein Seiten-Layout auswählen";
+$a->strings["default"] = "Standard";
+$a->strings["Page content type: "] = "Content-Typ der Seite";
+$a->strings["Select an alternate language"] = "Wähle eine alternative Sprache";
+$a->strings["photo"] = "Foto";
+$a->strings["event"] = "Ereignis";
+$a->strings["status"] = "Status";
+$a->strings["comment"] = "Kommentar";
+$a->strings["activity"] = "Aktivität";
+$a->strings["Design"] = "Design";
+$a->strings["Blocks"] = "Blöcke";
+$a->strings["Menus"] = "Menüs";
+$a->strings["Layouts"] = "Layouts";
+$a->strings["Pages"] = "Seiten";
+$a->strings["Unable to obtain identity information from database"] = "Kann keine Identitäts-Informationen aus Datenbank beziehen";
+$a->strings["Empty name"] = "Namensfeld leer";
+$a->strings["Name too long"] = "Name ist zu lang";
+$a->strings["No account identifier"] = "Keine Account-Kennung";
+$a->strings["Nickname has unsupported characters or is already being used on this site."] = "Der Spitzname enthält nicht-unterstütze Zeichen oder wird bereits auf dieser Seite genutzt.";
+$a->strings["Unable to retrieve created identity"] = "Kann die erstellte Identität nicht empfangen";
+$a->strings["Default Profile"] = "Standard-Profil";
+$a->strings["Friends"] = "Freunde";
+$a->strings["Image/photo"] = "Bild/Foto";
+$a->strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s schrieb den folgenden %2\$s %3\$s";
+$a->strings["post"] = "Beitrag";
+$a->strings["$1 wrote:"] = "$1 schrieb:";
+$a->strings["Encrypted content"] = "Verschlüsselter Inhalt";
+$a->strings["created a new post"] = "Neuer Beitrag wurde erzeugt";
+$a->strings["commented on %s's post"] = "hat %s's Beitrag kommentiert";
+$a->strings["Embedded content"] = "Eingebetteter Inhalt";
+$a->strings["Embedding disabled"] = "Einbetten ausgeschaltet";
+$a->strings["Permission denied."] = "Zugang verweigert";
+$a->strings["Image exceeds website size limit of %lu bytes"] = "Bild überschreitet das Limit der Webseite von %lu bytes";
+$a->strings["Image file is empty."] = "Bilddatei ist leer.";
+$a->strings["Unable to process image"] = "Kann Bild nicht verarbeiten";
+$a->strings["Photo storage failed."] = "Foto speichern schlug fehl";
+$a->strings["Photo Albums"] = "Fotoalben";
+$a->strings["Upload New Photos"] = "Lade neue Fotos hoch";
+$a->strings["Male"] = "Männlich";
+$a->strings["Female"] = "Weiblich";
+$a->strings["Currently Male"] = "Momentan männlich";
+$a->strings["Currently Female"] = "Momentan weiblich";
+$a->strings["Mostly Male"] = "Größtenteils männlich";
+$a->strings["Mostly Female"] = "Größtenteils weiblich";
+$a->strings["Transgender"] = "Transsexuell";
+$a->strings["Intersex"] = "Zwischengeschlechtlich";
+$a->strings["Transsexual"] = "Transsexuell";
+$a->strings["Hermaphrodite"] = "Zwitter";
+$a->strings["Neuter"] = "Geschlechtslos";
+$a->strings["Non-specific"] = "unklar";
+$a->strings["Other"] = "Anders";
+$a->strings["Undecided"] = "Unentschieden";
+$a->strings["Males"] = "Männer";
+$a->strings["Females"] = "Frauen";
+$a->strings["Gay"] = "Schwul";
+$a->strings["Lesbian"] = "Lesbisch";
+$a->strings["No Preference"] = "Keine Bevorzugung";
+$a->strings["Bisexual"] = "Bisexuell";
+$a->strings["Autosexual"] = "Autosexuell";
+$a->strings["Abstinent"] = "Enthaltsam";
+$a->strings["Virgin"] = "Jungfräulich";
+$a->strings["Deviant"] = "Abweichend";
+$a->strings["Fetish"] = "Fetisch";
+$a->strings["Oodles"] = "Unmengen";
+$a->strings["Nonsexual"] = "Sexlos";
+$a->strings["Single"] = "Single";
+$a->strings["Lonely"] = "Einsam";
+$a->strings["Available"] = "Verfügbar";
+$a->strings["Unavailable"] = "Nicht verfügbar";
+$a->strings["Has crush"] = "Verguckt";
+$a->strings["Infatuated"] = "Verknallt";
+$a->strings["Dating"] = "Lerne gerade jemanden kennen";
+$a->strings["Unfaithful"] = "Treulos";
+$a->strings["Sex Addict"] = "Sexabhängig";
+$a->strings["Friends/Benefits"] = "Freunde/Begünstigte";
+$a->strings["Casual"] = "Lose";
+$a->strings["Engaged"] = "Verlobt";
+$a->strings["Married"] = "Verheiratet";
+$a->strings["Imaginarily married"] = "Gewissermaßen verheiratet";
+$a->strings["Partners"] = "Partner";
+$a->strings["Cohabiting"] = "Lebensgemeinschaft";
+$a->strings["Common law"] = "Informelle Ehe";
+$a->strings["Happy"] = "Glücklich";
+$a->strings["Not looking"] = "Nicht Ausschau haltend";
+$a->strings["Swinger"] = "Swinger";
+$a->strings["Betrayed"] = "Betrogen";
+$a->strings["Separated"] = "Getrennt";
+$a->strings["Unstable"] = "Labil";
+$a->strings["Divorced"] = "Geschieden";
+$a->strings["Imaginarily divorced"] = "Gewissermaßen geschieden";
+$a->strings["Widowed"] = "Verwitwet";
+$a->strings["Uncertain"] = "Ungewiss";
+$a->strings["It's complicated"] = "Es ist kompliziert";
+$a->strings["Don't care"] = "Interessiert mich nicht";
+$a->strings["Ask me"] = "Frag mich mal";
+$a->strings["Item was not found."] = "Beitrag wurde nicht gefunden.";
+$a->strings["No source file."] = "Keine Quelldatei.";
+$a->strings["Cannot locate file to replace"] = "Kann Datei zum Ersetzen nicht finden";
+$a->strings["Cannot locate file to revise/update"] = "Kann Datei zum Prüfen/Aktualisieren nicht finden";
+$a->strings["File exceeds size limit of %d"] = "Datei überschreitet das Größen-Limit von %d";
+$a->strings["You have reached your limit of %1$.0f Mbytes attachment storage."] = "Die Größe deiner Datei-Anhänge haben das Maximum von %1$.0f MByte erreicht.";
+$a->strings["File upload failed. Possible system limit or action terminated."] = "Datei-Upload fehlgeschlagen. Mögliche Systembegrenzung oder abgebrochener Prozess.";
+$a->strings["Stored file could not be verified. Upload failed."] = "Gespeichert Datei konnte nicht verifiziert werden. Upload abgebrochen.";
+$a->strings["Path not available."] = "Pfad nicht verfügbar.";
+$a->strings["Logout"] = "Abmelden";
+$a->strings["End this session"] = "Beende diese Sitzung";
+$a->strings["Home"] = "Home";
+$a->strings["Your posts and conversations"] = "Deine Beiträge und Unterhaltungen";
+$a->strings["Your profile page"] = "Deine Profilseite";
+$a->strings["Edit Profiles"] = "Profile bearbeiten";
+$a->strings["Manage/Edit Profiles"] = "Verwalte/Bearbeite Profile";
+$a->strings["Photos"] = "Fotos";
+$a->strings["Your photos"] = "Deine Bilder";
+$a->strings["Login"] = "Anmelden";
+$a->strings["Sign in"] = "Anmelden";
+$a->strings["%s - click to logout"] = "%s - Klick zum Abmelden";
+$a->strings["Click to authenticate to your home hub"] = "Klick zum Authentifizieren bei Deinem Heimat-Hub";
+$a->strings["Home Page"] = "Homepage";
+$a->strings["Register"] = "Registrieren";
+$a->strings["Create an account"] = "Erzeuge ein Konto";
+$a->strings["Help"] = "Hilfe";
+$a->strings["Help and documentation"] = "Hilfe und Dokumentation";
+$a->strings["Apps"] = "Apps";
+$a->strings["Addon applications, utilities, games"] = "Addon Programme, Helferlein, Spiele";
+$a->strings["Search site content"] = "Durchsuche Seiten-Inhalt";
+$a->strings["Directory"] = "Verzeichnis";
+$a->strings["Channel Locator"] = "Kanal-Anzeiger";
+$a->strings["Matrix"] = "Matrix";
+$a->strings["Conversations from your grid"] = "Unterhaltungen von Deinem Netz";
+$a->strings["See all matrix notifications"] = "Alle Matrix-Benachrichtigungen ansehen";
+$a->strings["Mark all matrix notifications seen"] = "Markiere alle Matrix-Benachrichtigungen als angesehen";
+$a->strings["See all channel notifications"] = "Alle Kanal-Benachrichtigungen ansehen";
+$a->strings["Mark all channel notifications seen"] = "Markiere alle Kanal-Benachrichtigungen als angesehen";
+$a->strings["Intros"] = "Vorstellungen";
+$a->strings["New Connections"] = "Neue Verbindungen";
+$a->strings["See all channel introductions"] = "Alle Kanal-Einladungen ansehen";
+$a->strings["Notices"] = "Benachrichtigungen";
+$a->strings["Notifications"] = "Benachrichtigungen";
+$a->strings["See all notifications"] = "Alle Benachrichtigungen ansehen";
+$a->strings["Mark all system notifications seen"] = "Markiere alle System-Benachrichtigungen als gesehen";
+$a->strings["Mail"] = "Mail";
+$a->strings["Private mail"] = "Persönliche Mail";
+$a->strings["See all private messages"] = "Alle persönlichen Nachrichten ansehen";
+$a->strings["Mark all private messages seen"] = "Markiere alle persönlichen Nachrichten als gesehen";
+$a->strings["Inbox"] = "Eingang";
+$a->strings["Outbox"] = "Ausgang";
+$a->strings["New Message"] = "Neue Nachricht";
+$a->strings["Events"] = "Veranstaltungen";
+$a->strings["Event Calendar"] = "Veranstaltungskalender";
+$a->strings["See all events"] = "Alle Ereignisse ansehen";
+$a->strings["Mark all events seen"] = "Markiere alle Ereignisse als gesehen";
+$a->strings["Channel Select"] = "Kanal-Auswahl";
+$a->strings["Manage Your Channels"] = "Verwalte Deine Kanäle";
+$a->strings["Settings"] = "Einstellungen";
+$a->strings["Account/Channel Settings"] = "Konto-/Kanal-Einstellungen";
+$a->strings["Connections"] = "Verbindungen";
+$a->strings["Manage/Edit Friends and Connections"] = "Verwalte/Bearbeite Freunde und Verbindungen";
+$a->strings["Admin"] = "Admin";
+$a->strings["Site Setup and Configuration"] = "Seiten-Einrichtung und -Konfiguration";
+$a->strings["Nothing new here"] = "Nichts Neues hier";
+$a->strings["Please wait..."] = "Bitte warten...";
+$a->strings["Invalid data packet"] = "Ungültiges Datenpaket";
+$a->strings["Unable to verify channel signature"] = "Konnte die Signatur des Kanals nicht verifizieren";
+$a->strings["Unable to verify site signature for %s"] = "Kann die Signatur der Seite von %s nicht verifizieren";
+$a->strings["Not a valid email address"] = "Ungültige E-Mail-Adresse";
+$a->strings["Your email domain is not among those allowed on this site"] = "Deine E-Mail-Adresse ist nicht unter denen, die auf dieser Seite erlaubt sind";
+$a->strings["Your email address is already registered at this site."] = "Deine E-Mail-Adresse ist auf dieser Seite bereits registriert.";
+$a->strings["An invitation is required."] = "Eine Einladung wird benötigt";
+$a->strings["Invitation could not be verified."] = "Die Einladung konnte nicht bestätigt werden";
+$a->strings["Please enter the required information."] = "Bitte gib die benötigten Informationen ein.";
+$a->strings["Failed to store account information."] = "Speichern der Account-Informationen fehlgeschlagen";
+$a->strings["Registration request at %s"] = "Registrierungsanfrage auf %s";
+$a->strings["Administrator"] = "Administrator";
+$a->strings["your registration password"] = "dein Registrierungspasswort";
+$a->strings["Registration details for %s"] = "Registrierungsdetails für %s";
+$a->strings["Account approved."] = "Account bestätigt.";
+$a->strings["Registration revoked for %s"] = "Registrierung für %s widerrufen";
+$a->strings["Logged out."] = "Ausgeloggt.";
+$a->strings["Failed authentication"] = "Authentifizierung fehlgeschlagen";
+$a->strings["Login failed."] = "Login fehlgeschlagen.";
+$a->strings["You have %1$.0f of %2$.0f allowed connections."] = "Du bist %1$.0f von %2$.0f erlaubten Verbindungen eingegangen.";
+$a->strings["Add New Connection"] = "Neue Verbindung hinzufügen";
+$a->strings["Enter the channel address"] = "Adresse des Kanals eingeben";
+$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Beispiel: bob@beispiel.com, http://beispiel.com/barbara";
+$a->strings["%d invitation available"] = array(
+ 0 => "%d Einladung verfügbar",
+ 1 => "%d Einladungen verfügbar",
+);
+$a->strings["Find Channels"] = "Finde Kanäle";
+$a->strings["Enter name or interest"] = "Name oder Interessen eingeben";
+$a->strings["Connect/Follow"] = "Verbinden/Folgen";
+$a->strings["Examples: Robert Morgenstein, Fishing"] = "Beispiele: Robert Morgenstein, Angeln";
+$a->strings["Find"] = "Finde";
+$a->strings["Channel Suggestions"] = "Kanal-Vorschläge";
+$a->strings["Random Profile"] = "Zufallsprofil";
+$a->strings["Invite Friends"] = "Lade Freunde ein";
+$a->strings["Everything"] = "Alles";
+$a->strings["Categories"] = "Kategorien";
+$a->strings["%d connection in common"] = array(
+ 0 => "%d gemeinsame Verbindung",
+ 1 => "%d gemeinsame Verbindungen",
+);
+$a->strings["New Page"] = "Neue Seite";
+$a->strings["Channel is blocked on this site."] = "Der Kanal ist auf dieser Seite blockiert ";
+$a->strings["Channel location missing."] = "Adresse des Kanals fehlt.";
+$a->strings["Channel discovery failed. Website may be down or misconfigured."] = "Auffinden des Kanals schlug fehl. Die Webseite könnte falsch konfiguriert oder abgeschaltet sein.";
+$a->strings["Response from remote channel was not understood."] = "Antwort des entfernten Kanals war unverständlich.";
+$a->strings["Response from remote channel was incomplete."] = "Antwort des entfernten Kanals war unvollständig.";
+$a->strings["local account not found."] = "Lokales Konto nicht gefunden.";
+$a->strings["Cannot connect to yourself."] = "Du kannst dich nicht mit dir selbst verbinden.";
+$a->strings["Can view my \"public\" stream and posts"] = "Kann meinen öffentlichen Stream und Beiträge sehen";
+$a->strings["Can view my \"public\" channel profile"] = "Kann meinen öffentliches Kanal-Profil sehen";
+$a->strings["Can view my \"public\" photo albums"] = "Kann meine öffentlichen Fotoalben sehen";
+$a->strings["Can view my \"public\" address book"] = "Kann mein öffentliches Adressbuch sehen";
+$a->strings["Can view my \"public\" file storage"] = "Kann meinen öffentlichen Dateiordner sehen";
+$a->strings["Can view my \"public\" pages"] = "Kann meine öffentlichen Seiten sehen";
+$a->strings["Can send me their channel stream and posts"] = "Können mir den Stream und die Beiträge aus ihrem Kanal schicken";
+$a->strings["Can post on my channel page (\"wall\")"] = "Kann auf meiner Kanal-Seite (\"wall\") Beiträge veröffentlichen";
+$a->strings["Can comment on my posts"] = "Kann meine Beiträge kommentieren";
+$a->strings["Can send me private mail messages"] = "Kann mir private Nachrichten schicken";
+$a->strings["Can post photos to my photo albums"] = "Kann Fotos in meinen Fotoalben veröffentlichen";
+$a->strings["Can forward to all my channel contacts via post @mentions"] = "Kann an alle meine Kontakte via @-Erwähnung Nachrichten weiterleiten";
+$a->strings["Advanced - useful for creating group forum channels"] = "Fortgeschritten - sinnvoll, um Gruppen-Kanäle/-Foren zu erstellen";
+$a->strings["Can chat with me (when available)"] = "Kann mit mir chatten (wenn verfügbar)";
+$a->strings["Requires compatible chat plugin"] = "Benötigt ein kompatibles Chat-Plugin";
+$a->strings["Can write to my \"public\" file storage"] = "Kann in meinen öffentlichen Dateiordner schreiben";
+$a->strings["Can edit my \"public\" pages"] = "Kann meine öffentlichen Seiten bearbeiten";
+$a->strings["Can source my \"public\" posts in derived channels"] = "Kann meine \"öffentlichen\" Beiträge als Quellen von Kanälen verwenden";
+$a->strings["Somewhat advanced - very useful in open communities"] = "Etwas Fortgeschritten - sehr nützlich in offenen Gemeinschaften.";
+$a->strings["Can administer my channel resources"] = "Kann meine Kanäle administrieren";
+$a->strings["Extremely advanced. Leave this alone unless you know what you are doing"] = "Sehr fortgeschritten. Bearbeite dies nur, wenn du genau weißt, was du machst";
+$a->strings["Tags"] = "Tags";
+$a->strings["Keywords"] = "Schlüsselbegriffe";
+$a->strings["have"] = "habe";
+$a->strings["has"] = "hat";
+$a->strings["want"] = "will";
+$a->strings["wants"] = "will";
+$a->strings["likes"] = "Gefällt-mir";
+$a->strings["dislikes"] = "Gefällt-mir-nicht";
+$a->strings["Click here to upgrade."] = "Klicke hier, um das Upgrade durchzuführen.";
+$a->strings["This action exceeds the limits set by your subscription plan."] = "Diese Aktion überschreitet die Grenzen Ihres Abonnements.";
+$a->strings["This action is not available under your subscription plan."] = "Diese Aktion ist in Ihrem Abonnement nicht verfügbar.";
+$a->strings["Default"] = "Standard";
+$a->strings["channel"] = "Kanal";
+$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s mag %2\$s's %3\$s";
+$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s mag %2\$s's %3\$s nicht";
+$a->strings["%1\$s is now connected with %2\$s"] = "%1\$s ist jetzt mit %2\$s verbunden";
+$a->strings["%1\$s poked %2\$s"] = "%1\$s stupste %2\$s";
+$a->strings["%1\$s is currently %2\$s"] = "%1\$s ist momentan %2\$s";
+$a->strings["View %s's profile @ %s"] = "Schaue Dir %s's Profil auf %s an.";
+$a->strings["View in context"] = "Im Zusammenhang anschauen";
+$a->strings["Loading..."] = "Lädt ...";
+$a->strings["Delete Selected Items"] = "Lösche die ausgewählten Elemente";
+$a->strings["View Source"] = "Quelle anzeigen";
+$a->strings["Follow Thread"] = "Unterhaltung folgen";
+$a->strings["Matrix Activity"] = "Matrix Aktivität";
+$a->strings["%s likes this."] = "%s gefällt das.";
+$a->strings["%s doesn't like this."] = "%s gefällt das nicht.";
+$a->strings["<span %1\$s>%2\$d people</span> like this."] = "<span %1\$s>%2\$d Personen</span> mögen dies.";
+$a->strings["<span %1\$s>%2\$d people</span> don't like this."] = "<span %1\$s>%2\$d Personen</span> mögen dies nicht.";
+$a->strings["and"] = "und";
+$a->strings[", and %d other people"] = ", und %d andere";
+$a->strings["%s like this."] = "%s gefällt das.";
+$a->strings["%s don't like this."] = "%s gefällt das nicht.";
+$a->strings["Visible to <strong>everybody</strong>"] = "Sichtbar für <strong>jeden</strong>";
+$a->strings["Please enter a link URL:"] = "Geben Sie eine URL ein:";
+$a->strings["Please enter a video link/URL:"] = "Geben Sie einen Video-Link/URL ein:";
+$a->strings["Please enter an audio link/URL:"] = "Geben Sie einen Audio-Link/URL ein:";
+$a->strings["Tag term:"] = "Schlagwort:";
+$a->strings["Save to Folder:"] = "Speichern in Ordner:";
+$a->strings["Where are you right now?"] = "Wo bist du jetzt grade?";
+$a->strings["Share"] = "Teilen";
+$a->strings["Page link title"] = "Seitentitel-Link";
$a->strings["Upload photo"] = "Foto hochladen";
+$a->strings["upload photo"] = "Foto hochladen";
$a->strings["Attach file"] = "Datei anhängen";
-$a->strings["Insert web link"] = "einen Link einfügen";
-$a->strings["Insert YouTube video"] = "YouTube-Video einfügen";
-$a->strings["Insert Vorbis [.ogg] video"] = "Vorbis [.ogg] Video einfügen";
-$a->strings["Insert Vorbis [.ogg] audio"] = "Vorbis [.ogg] Audio einfügen";
-$a->strings["Set your location"] = "Deinen Standort festlegen";
-$a->strings["Clear browser location"] = "Browser-Standort leeren";
-$a->strings["Permission settings"] = "Berechtigungseinstellungen";
-$a->strings["CC: email addresses"] = "Cc:-E-Mail-Addressen";
+$a->strings["attach file"] = "Datei anfügen";
+$a->strings["Insert web link"] = "Link einfügen";
+$a->strings["web link"] = "Web-Link";
+$a->strings["Insert video link"] = "Video-Link einfügen";
+$a->strings["video link"] = "Video-Link";
+$a->strings["Insert audio link"] = "Audio-Link einfügen";
+$a->strings["audio link"] = "Audio-Link";
+$a->strings["Set your location"] = "Legen Sie Ihren Aufenthaltsort fest";
+$a->strings["set location"] = "Ort festlegen";
+$a->strings["Clear browser location"] = "Browser-Standort löschen";
+$a->strings["clear location"] = "Standort löschen";
+$a->strings["Set title"] = "Titel festlegen";
+$a->strings["Categories (comma-separated list)"] = "Kategorien (Kommagetrennte Liste)";
+$a->strings["Permission settings"] = "Berechtigungs-Einstellungen";
+$a->strings["permissions"] = "Berechtigungen";
$a->strings["Public post"] = "Öffentlicher Beitrag";
-$a->strings["Set title"] = "Titel setzen";
-$a->strings["Categories (comma-separated list)"] = "Kategorien (kommasepariert)";
-$a->strings["Example: bob@example.com, mary@example.com"] = "Z.B.: bob@example.com, mary@example.com";
-$a->strings["This introduction has already been accepted."] = "Diese Kontaktanfrage wurde bereits akzeptiert.";
-$a->strings["Profile location is not valid or does not contain profile information."] = "Profiladresse ist ungültig oder stellt einige Profildaten nicht zur Verfügung.";
-$a->strings["Warning: profile location has no identifiable owner name."] = "Warnung: Es konnte kein Name des Besitzers von der angegebenen Profiladresse gefunden werden.";
-$a->strings["Warning: profile location has no profile photo."] = "Warnung: Es konnte kein Profilbild bei der angegebenen Profiladresse gefunden werden.";
-$a->strings["%d required parameter was not found at the given location"] = array(
- 0 => "%d benötigter Parameter wurde an der angegebenen Stelle nicht gefunden",
- 1 => "%d benötigte Parameter wurden an der angegebenen Stelle nicht gefunden",
+$a->strings["Example: bob@example.com, mary@example.com"] = "Beispiel: bob@example.com, mary@example.com";
+$a->strings["Welcome "] = "Willkommen";
+$a->strings["Please upload a profile photo."] = "Bitte lade ein Profilfoto hoch.";
+$a->strings["Welcome back "] = "Willkommen zurück";
+$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "Das Security-Token des Formulars war nicht korrekt. Das ist wahrscheinlich passiert, weil das Formular zu lange (>3 Stunden) offen war, bevor es abgeschickt wurde.";
+$a->strings["Permission denied"] = "Keine Berechtigung";
+$a->strings["Item not found."] = "Element nicht gefunden.";
+$a->strings["Archives"] = "Archive";
+$a->strings["Collection not found."] = "Sammlung nicht gefunden";
+$a->strings["Group is empty"] = "Gruppe ist leer";
+$a->strings["Connection not found."] = "Die Verbindung wurde nicht gefunden.";
+$a->strings["No channel."] = "Kein Channel.";
+$a->strings["Common connections"] = "Gemeinsame Verbindungen";
+$a->strings["No connections in common."] = "Keine gemeinsamen Verbindungen.";
+$a->strings["Event title and start time are required."] = "Veranstaltungs- Titel und Startzeit sind erforderlich.";
+$a->strings["l, F j"] = "l, F j";
+$a->strings["Edit event"] = "Veranstaltung bearbeiten";
+$a->strings["Create New Event"] = "Neue Veranstaltung erstellen";
+$a->strings["Previous"] = "Voriges";
+$a->strings["Next"] = "Nächste";
+$a->strings["hour:minute"] = "Stunde:Minute";
+$a->strings["Event details"] = "Veranstaltungs-Details";
+$a->strings["Format is %s %s. Starting date and Title are required."] = "Format ist %s %s. Startzeit und Titel sind erforderlich.";
+$a->strings["Event Starts:"] = "Veranstaltung startet:";
+$a->strings["Required"] = "Benötigt";
+$a->strings["Finish date/time is not known or not relevant"] = "Ende Datum/Zeit sind unbekannt oder unwichtig";
+$a->strings["Event Finishes:"] = "Veranstaltung endet:";
+$a->strings["Adjust for viewer timezone"] = "An die Zeitzone des Betrachters anpassen";
+$a->strings["Description:"] = "Beschreibung:";
+$a->strings["Title:"] = "Titel:";
+$a->strings["Share this event"] = "Die Veranstaltung teilen";
+$a->strings["Object store: failed"] = "Speichern des Objekts fehlgeschlagen";
+$a->strings["thing/stuff added"] = "Ding/Zeugs hinzugefügt";
+$a->strings["OBJ: %1\$s %2\$s %3\$s"] = "OBJ: %1\$s %2\$s %3\$s";
+$a->strings["not yet implemented."] = "noch nicht eingebaut.";
+$a->strings["Add Stuff to your Profile"] = "Füge Sachen zu deinem Profil hinzu";
+$a->strings["Select a profile"] = "Wählen Sie ein Profil";
+$a->strings["Select a category of stuff. e.g. I ______ something"] = "Wähle eine Kategorie für das Zeugs, z.B. Ich ______ etwas";
+$a->strings["Name of thing or stuff e.g. something"] = "Name des Dings/Zeugs, z.B. etwas";
+$a->strings["URL of thing or stuff (optional)"] = "URL des Dings oder Zeugs (optional)";
+$a->strings["URL for photo of thing or stuff (optional)"] = "URL eines Fotos von dem Ding oder Zeugs (optional)";
+$a->strings["Total invitation limit exceeded."] = "Limit der maximalen Einladungen überschritten.";
+$a->strings["%s : Not a valid email address."] = "%s : Keine gültige Email Adresse.";
+$a->strings["Please join us on Red"] = "Bitte schließe Dich uns an und werde Teil der Red Matrix";
+$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Einladungslimit überschritten. Bitte kontaktiere den Administrator deiner Seite.";
+$a->strings["%s : Message delivery failed."] = "%s : Nachricht konnte nicht zugestellt werden.";
+$a->strings["%d message sent."] = array(
+ 0 => "%d Nachricht gesendet.",
+ 1 => "%d Nachrichten gesendet.",
);
-$a->strings["Introduction complete."] = "Kontaktanfrage abgeschlossen.";
-$a->strings["Unrecoverable protocol error."] = "Nicht behebbarer Protokollfehler.";
-$a->strings["Profile unavailable."] = "Profil nicht verfügbar.";
-$a->strings["%s has received too many connection requests today."] = "%s hat heute zu viele Freundschaftsanfragen erhalten.";
-$a->strings["Spam protection measures have been invoked."] = "Maßnahmen zum Spamschutz wurden ergriffen.";
-$a->strings["Friends are advised to please try again in 24 hours."] = "Freunde sind angehalten, es in 24 Stunden erneut zu versuchen.";
-$a->strings["Invalid locator"] = "Ungültiger Locator";
-$a->strings["Invalid email address."] = "Ungültige E-Mail Adresse.";
-$a->strings["This account has not been configured for email. Request failed."] = "Dieses Konto ist nicht für E-Mail konfiguriert. Anfrage fehlgeschlagen.";
-$a->strings["Unable to resolve your name at the provided location."] = "Konnte deinen Namen an der angegebenen Stelle nicht finden.";
-$a->strings["You have already introduced yourself here."] = "Du hast dich hier bereits vorgestellt.";
-$a->strings["Apparently you are already friends with %s."] = "Es scheint so, als ob du bereits mit %s befreundet bist.";
-$a->strings["Invalid profile URL."] = "Ungültige Profil-URL.";
-$a->strings["Disallowed profile URL."] = "Nicht erlaubte Profil-URL.";
-$a->strings["Failed to update contact record."] = "Aktualisierung der Kontaktdaten fehlgeschlagen.";
-$a->strings["Your introduction has been sent."] = "Deine Kontaktanfrage wurde gesendet.";
-$a->strings["Please login to confirm introduction."] = "Bitte melde dich an, um die Kontaktanfrage zu bestätigen.";
-$a->strings["Incorrect identity currently logged in. Please login to <strong>this</strong> profile."] = "Momentan bist du mit einer anderen Identität angemeldet. Bitte melde Dich mit <strong>diesem</strong> Profil an.";
-$a->strings["Hide this contact"] = "Verberge diese Kontakt";
-$a->strings["Welcome home %s."] = "Willkommen zurück %s.";
-$a->strings["Please confirm your introduction/connection request to %s."] = "Bitte bestätige deine Kontaktanfrage bei %s.";
-$a->strings["Confirm"] = "Bestätigen";
-$a->strings["[Name Withheld]"] = "[Name unterdrückt]";
-$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Bitte gib die Adresse deines Profils in einem der unterstützten sozialen Netzwerke an:";
-$a->strings["<strike>Connect as an email follower</strike> (Coming soon)"] = "<strike>Als E-Mail-Kontakt verbinden</strike> (In Kürze verfügbar)";
-$a->strings["If you are not yet a member of the free social web, <a href=\"http://dir.friendica.com/siteinfo\">follow this link to find a public Friendica site and join us today</a>."] = "Wenn du noch kein Mitglied dieses freien sozialen Netzwerks bist, <a href=\"http://dir.friendica.com/siteinfo\">folge diesem Link</a> um einen öffentlichen Friendica-Server zu finden und beizutreten.";
-$a->strings["Friend/Connection Request"] = "Freundschafts-/Kontaktanfrage";
-$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"] = "Beispiele: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca";
-$a->strings["Please answer the following:"] = "Bitte beantworte Folgendes:";
-$a->strings["Does %s know you?"] = "Kennt %s dich?";
-$a->strings["Add a personal note:"] = "Eine persönliche Notiz beifügen:";
-$a->strings["Friendica"] = "Friendica";
-$a->strings["StatusNet/Federated Social Web"] = "StatusNet/Federated Social Web";
-$a->strings["Diaspora"] = "Diaspora";
-$a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = " - bitte verwende dieses Formular nicht. Stattdessen suche nach %s in deiner Diaspora Suchleiste.";
-$a->strings["Your Identity Address:"] = "Adresse deines Profils:";
-$a->strings["Submit Request"] = "Anfrage abschicken";
-$a->strings["Friendica Social Communications Server - Setup"] = "Friendica-Server für soziale Netzwerke – Setup";
-$a->strings["Could not connect to database."] = "Verbindung zur Datenbank gescheitert";
-$a->strings["Could not create table."] = "Konnte Tabelle nicht erstellen.";
-$a->strings["Your Friendica site database has been installed."] = "Die Datenbank deiner Friendica Seite wurde installiert.";
-$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Möglicherweise musst du die Datei \"database.sql\" manuell mit phpmyadmin oder mysql importieren.";
-$a->strings["Please see the file \"INSTALL.txt\"."] = "Lies bitte die \"INSTALL.txt\".";
-$a->strings["System check"] = "Systemtest";
-$a->strings["Check again"] = "Noch einmal testen";
-$a->strings["Database connection"] = "Datenbankverbindung";
-$a->strings["In order to install Friendica we need to know how to connect to your database."] = "Um Friendica installieren zu können, müssen wir wissen, wie wir zu deiner Datenbank Kontakt aufnehmen können.";
-$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Bitte kontaktiere den Hosting Provider oder den Administrator der Seite, falls du Fragen zu diesen Einstellungen haben solltest.";
-$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Die Datenbank, die du unten angibst, sollte bereits existieren. Ist dies noch nicht der Fall, erzeuge sie bitte bevor du mit der Installation fortfährst.";
-$a->strings["Database Server Name"] = "Datenbank-Server";
-$a->strings["Database Login Name"] = "Datenbank-Nutzer";
-$a->strings["Database Login Password"] = "Datenbank-Passwort";
+$a->strings["You have no more invitations available"] = "Du hast keine weiteren verfügbare Einladungen";
+$a->strings["Send invitations"] = "Einladungen senden";
+$a->strings["Enter email addresses, one per line:"] = "Email-Adressen eintragen, eine pro Zeile:";
+$a->strings["Your message:"] = "Deine Nachricht:";
+$a->strings["You are cordially invited to join me and some other close friends on the Red Matrix - a revolutionary new decentralised social and information tool."] = "Du bist herzlich dazu eingeladen mir und einigen anderen gute Freunde zur Red Matrix zu folgen, einem neuen revolutionären dezentralen sozialen Informationswerkzeug.";
+$a->strings["You will need to supply this invitation code: \$invite_code"] = "Du musst dann den folgenden Einladungs-Code angeben: \$invite_code";
+$a->strings["Please visit my channel at"] = "Bitte besuche meinen Kanal auf";
+$a->strings["Once you have registered, please connect with my Red Matrix channel address:"] = "Sobald du dich registriert hat, verbinde dich bitte mit meinem Red Matrix Kanal unter folgender Adresse:";
+$a->strings["For more information about the Red Matrix Project and why it has the potential to change the internet as we know it, please visit http://getzot.com"] = "Für weitere Informationen über das Red Matrix Projekt und warum es das Potential hat das Internet wie wir es kennen grundlegend zu verändern schau dir bitte http://getzot.com an";
+$a->strings["Friends of %s"] = "Freunde von %s";
+$a->strings["No friends to display."] = "Keine Freunde zum Anzeigen.";
+$a->strings["Requested profile is not available."] = "Erwünschte Profil ist nicht verfügbar.";
+$a->strings["View"] = "Ansicht";
+$a->strings["Authorize application connection"] = "Zugriff der Anwendung authorizieren";
+$a->strings["Return to your app and insert this Securty Code:"] = "Trage folgenden Sicherheitscode bei der Anwendung ein:";
+$a->strings["Please login to continue."] = "Zum Weitermachen, bitte einloggen.";
+$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Möchtest du der Anwendung erlauben deine Nachrichten und Kontakte abzurufen und/oder neue Nachrichten für dich zu erstellen?";
+$a->strings["Yes"] = "Ja";
+$a->strings["No"] = "Nein";
+$a->strings["You must be logged in to see this page."] = "Du musst angemeldet sein um diese Seite betrachten zu können.";
+$a->strings["No installed applications."] = "Keine installierten Applikationen";
+$a->strings["Applications"] = "Anwendungen";
+$a->strings["Invalid item."] = "Ungültiges Element.";
+$a->strings["Channel not found."] = "Kanal nicht gefunden.";
+$a->strings["Item not available."] = "Element nicht verfügbar.";
+$a->strings["Red Matrix Server - Setup"] = "Red Matrix Server - Installation";
+$a->strings["Could not connect to database."] = "Kann nicht mit der Datenbank verbinden.";
+$a->strings["Could not connect to specified site URL. Possible SSL certificate or DNS issue."] = "Konnte die angegebene Webseiten URL nicht erreichen. Möglicherweise ein Problem mit dem SSL Zertifikat oder dem DNS.";
+$a->strings["Could not create table."] = "Kann Tabelle nicht erstellen.";
+$a->strings["Your site database has been installed."] = "Die Datenbank deiner Seite wurde installiert.";
+$a->strings["You may need to import the file \"install/database.sql\" manually using phpmyadmin or mysql."] = "Eventuell musst du die Datei \"install/database.sql\" händisch mit phpmyadmin oder mysql importieren.";
+$a->strings["Please see the file \"install/INSTALL.txt\"."] = "Lesen Sie die Datei \"install/INSTALL.txt\".";
+$a->strings["System check"] = "Systemprüfung";
+$a->strings["Check again"] = "Bitte nochmal prüfen";
+$a->strings["Database connection"] = "Datenbank Verbindung";
+$a->strings["In order to install Red Matrix we need to know how to connect to your database."] = "Um die Red Matrix installieren zu können, müssen wir wissen wie wir deine Datenbank kontaktieren können.";
+$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Bitte kontaktiere deinen Hosting Provider oder den Administrator der Seite wenn du Fragen zu diesen Einstellungen haben solltest.";
+$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Die Datenbank die du weiter unten angibst sollte bereits existieren. Sollte dies nicht der Fall sein erzeuge sie bitte bevor du fortfärst.";
+$a->strings["Database Server Name"] = "Datenbank-Servername";
+$a->strings["Default is localhost"] = "Standard ist localhost";
+$a->strings["Database Port"] = "Datenbank-Port";
+$a->strings["Communication port number - use 0 for default"] = "Port Nummer zur Kommunikation - verwende 0 für die Standardeinstellung:";
+$a->strings["Database Login Name"] = "Datenbank-Benutzername";
+$a->strings["Database Login Password"] = "Datenbank-Kennwort";
$a->strings["Database Name"] = "Datenbank-Name";
-$a->strings["Site administrator email address"] = "E-Mail-Adresse des Administrators";
-$a->strings["Your account email address must match this in order to use the web admin panel."] = "Die E-Mail-Adresse, die in deinem Friendica-Account eingetragen ist, muss mit dieser Adresse übereinstimmen, damit du das Admin-Panel benutzen kannst.";
-$a->strings["Please select a default timezone for your website"] = "Bitte wähle die Standardzeitzone deiner Webseite";
-$a->strings["Site settings"] = "Server-Einstellungen";
-$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Konnte keine Kommandozeilenversion von PHP im PATH des Servers finden.";
-$a->strings["If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron. See <a href='http://friendica.com/node/27'>'Activating scheduled tasks'</a>"] = "Wenn du keine Kommandozeilen Version von PHP auf deinem Server installiert hast, kannst du keine Hintergrundprozesse via cron starten. Siehe <a href='http://friendica.com/node/27'>'Activating scheduled tasks'</a>";
-$a->strings["PHP executable path"] = "Pfad zu PHP";
-$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Gib den kompletten Pfad zur ausführbaren Datei von PHP an. Du kannst diesen Feld auch frei lassen und mit der Installation fortfahren.";
-$a->strings["Command line PHP"] = "Kommandozeilen-PHP";
-$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "Die Kommandozeilenversion von PHP auf deinem System hat \"register_argc_argv\" nicht aktiviert.";
-$a->strings["This is required for message delivery to work."] = "Dies wird für die Auslieferung von Nachrichten benötigt.";
+$a->strings["Site administrator email address"] = "E-Mail Adresse des Seiten-Administrators";
+$a->strings["Your account email address must match this in order to use the web admin panel."] = "Die Email-Adresse deines Accounts muss dieser Adresse entsprechen, damit du Zugriff zum Admin Panel erhälst.";
+$a->strings["Website URL"] = "Webseiten URL";
+$a->strings["Please use SSL (https) URL if available."] = "Nutzen Sie bitte SSL (https) URL falls möglich.";
+$a->strings["Please select a default timezone for your website"] = "Wählen Sie die Standard-Zeitzone für Ihre Webseite aus";
+$a->strings["Site settings"] = "Seiteneinstellungen";
+$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Konnte die Kommandozeilen Version von PHP nicht im PATH des Servers finden.";
+$a->strings["If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron."] = "Solltest du keine Kommandozeilen Version von PHP auf dem Server installiert haben wirst du nicht in der Lage sein Hintergrundprozesse via cron auszuführen.";
+$a->strings["PHP executable path"] = "PHP Pfad zu ausführbarer Datei";
+$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Gib den vollen Pfad zum PHP Interpreter an. Du kannst dieses Felds frei lassen und mit der Installation fortfahren.";
+$a->strings["Command line PHP"] = "PHP Befehlszeile";
+$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "Die Kommandozeilen Version von PHP auf deinem System hat \"register_argc_argv\" nicht aktiviert.";
+$a->strings["This is required for message delivery to work."] = "Dies wird benötigt, damit die Auslieferung von Nachrichten funktioniert.";
$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv";
-$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Fehler: Die Funktion \"openssl_pkey_new\" auf diesem System ist nicht in der Lage, Verschlüsselungsschlüssel zu erzeugen";
-$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Wenn der Server unter Windows läuft, schau dir bitte \"http://www.php.net/manual/en/openssl.installation.php\" an.";
-$a->strings["Generate encryption keys"] = "Schlüssel erzeugen";
-$a->strings["libCurl PHP module"] = "PHP: libCurl-Modul";
-$a->strings["GD graphics PHP module"] = "PHP: GD-Grafikmodul";
-$a->strings["OpenSSL PHP module"] = "PHP: OpenSSL-Modul";
-$a->strings["mysqli PHP module"] = "PHP: mysqli-Modul";
-$a->strings["mb_string PHP module"] = "PHP: mb_string-Modul";
-$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite module";
-$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Fehler: Das Apache-Modul mod-rewrite wird benötigt, es ist allerdings nicht installiert.";
-$a->strings["Error: libCURL PHP module required but not installed."] = "Fehler: Das libCURL PHP Modul wird benötigt ist aber nicht installiert.";
-$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Fehler: Das GD-Graphikmodul für PHP mit JPEG-Unterstützung ist nicht installiert.";
-$a->strings["Error: openssl PHP module required but not installed."] = "Fehler: Das openssl-Modul von PHP ist nicht installiert.";
-$a->strings["Error: mysqli PHP module required but not installed."] = "Fehler: Das mysqli-Modul von PHP ist nicht installiert.";
-$a->strings["Error: mb_string PHP module required but not installed."] = "Fehler: mb_string PHP Module wird benötigt ist aber nicht installiert.";
-$a->strings["The web installer needs to be able to create a file called \".htconfig.php\ in the top folder of your web server and it is unable to do so."] = "Der Installationswizard muss in der Lage sein, eine Datei im Stammverzeichnis deines Webservers anzulegen, ist allerdings derzeit nicht in der Lage, dies zu tun.";
-$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "In den meisten Fällen ist dies ein Problem mit den Schreibrechten, der Webserver könnte keine Schreiberlaubnis haben, selbst wenn du sie hast.";
-$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top folder."] = "Nachdem du alles ausgefüllt hast, erhältst du einen Text, den du in eine Datei namens .htconfig.php in deinem Friendica-Wurzelverzeichnis kopieren musst.";
-$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "Alternativ kannst du diesen Schritt aber auch überspringen und die Installation manuell durchführen. Eine Anleitung dazu (Englisch) findest du in der Datei INSTALL.txt.";
-$a->strings[".htconfig.php is writable"] = "Schreibrechte auf .htconfig.php";
-$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "Umschreiben der URLs in der .htaccess funktioniert nicht. Überprüfe die Konfiguration des Servers.";
-$a->strings["Url rewrite is working"] = "URL rewrite funktioniert";
-$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "Die Konfigurationsdatei \".htconfig.php\" konnte nicht angelegt werden. Bitte verwende den angefügten Text, um die Datei im Stammverzeichnis deiner Friendica-Installation zu erzeugen.";
-$a->strings["Errors encountered creating database tables."] = "Fehler aufgetreten während der Erzeugung der Datenbanktabellen.";
-$a->strings["<h1>What next</h1>"] = "<h1>Wie geht es weiter?</h1>";
-$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "WICHTIG: Du musst [manuell] einen Cronjob (o.ä.) für den Poller einrichten.";
-$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A";
-$a->strings["Time Conversion"] = "Zeitumrechnung";
-$a->strings["Friendika provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica bietet diese Funktion an, um das Teilen von Events mit den Kontakten zu vereinfachen, deren Zeitzone nicht ermittelt werden kann.";
-$a->strings["UTC time: %s"] = "UTC Zeit: %s";
-$a->strings["Current timezone: %s"] = "Aktuelle Zeitzone: %s";
-$a->strings["Converted localtime: %s"] = "Umgerechnete lokale Zeit: %s";
-$a->strings["Please select your timezone:"] = "Bitte wähle deine Zeitzone.";
-$a->strings["Profile Match"] = "Profilübereinstimmungen";
-$a->strings["No keywords to match. Please add keywords to your default profile."] = "Keine Schlüsselwörter zum Abgleichen gefunden. Bitte füge einige Schlüsselwörter zu deinem Standardprofil hinzu.";
-$a->strings["is interested in:"] = "ist interessiert an:";
-$a->strings["Connect"] = "Verbinden";
-$a->strings["No matches"] = "Keine Übereinstimmungen";
-$a->strings["Remote privacy information not available."] = "Entfernte Privatsphäreneinstellungen nicht verfügbar.";
-$a->strings["Visible to:"] = "Sichtbar für:";
-$a->strings["Welcome to %s"] = "Willkommen zu %s";
-$a->strings["Invalid request identifier."] = "Invalid request identifier.";
-$a->strings["Discard"] = "Verwerfen";
-$a->strings["Ignore"] = "Ignorieren";
-$a->strings["System"] = "System";
-$a->strings["Network"] = "Netzwerk";
-$a->strings["Personal"] = "Persönlich";
-$a->strings["Home"] = "Pinnwand";
-$a->strings["Introductions"] = "Kontaktanfragen";
-$a->strings["Messages"] = "Nachrichten";
-$a->strings["Show Ignored Requests"] = "Zeige ignorierte Anfragen";
-$a->strings["Hide Ignored Requests"] = "Verberge ignorierte Anfragen";
-$a->strings["Notification type: "] = "Benachrichtigungstyp: ";
-$a->strings["Friend Suggestion"] = "Kontaktvorschlag";
-$a->strings["suggested by %s"] = "vorgeschlagen von %s";
-$a->strings["Hide this contact from others"] = "Verberge diesen Kontakt vor anderen";
-$a->strings["Post a new friend activity"] = "Neue-Kontakt Nachricht senden";
-$a->strings["if applicable"] = "falls anwendbar";
-$a->strings["Approve"] = "Genehmigen";
-$a->strings["Claims to be known to you: "] = "Behauptet dich zu kennen: ";
-$a->strings["yes"] = "ja";
-$a->strings["no"] = "nein";
-$a->strings["Approve as: "] = "Genehmigen als: ";
-$a->strings["Friend"] = "Freund";
-$a->strings["Sharer"] = "Teilenden";
-$a->strings["Fan/Admirer"] = "Fan/Verehrer";
-$a->strings["Friend/Connect Request"] = "Kontakt-/Freundschaftsanfrage";
-$a->strings["New Follower"] = "Neuer Bewunderer";
-$a->strings["No introductions."] = "Keine Kontaktanfragen.";
-$a->strings["Notifications"] = "Benachrichtigungen";
-$a->strings["%s liked %s's post"] = "%s mag %ss Beitrag";
-$a->strings["%s disliked %s's post"] = "%s mag %ss Beitrag nicht";
-$a->strings["%s is now friends with %s"] = "%s ist jetzt mit %s befreundet";
-$a->strings["%s created a new post"] = "%s hat einen neuen Beitrag erstellt";
-$a->strings["%s commented on %s's post"] = "%s hat %ss Beitrag kommentiert";
-$a->strings["No more network notifications."] = "Keine weiteren Netzwerk-Benachrichtigungen.";
-$a->strings["Network Notifications"] = "Netzwerk Benachrichtigungen";
-$a->strings["No more system notifications."] = "Keine weiteren Systembenachrichtigungen.";
-$a->strings["System Notifications"] = "Systembenachrichtigungen";
-$a->strings["No more personal notifications."] = "Keine weiteren persönlichen Benachrichtigungen";
-$a->strings["Personal Notifications"] = "Persönliche Benachrichtigungen";
-$a->strings["No more home notifications."] = "Keine weiteren Pinnwand-Benachrichtigungen";
-$a->strings["Home Notifications"] = "Pinnwand Benachrichtigungen";
-$a->strings["Could not access contact record."] = "Konnte nicht auf die Kontaktdaten zugreifen.";
-$a->strings["Could not locate selected profile."] = "Konnte das ausgewählte Profil nicht finden.";
-$a->strings["Contact updated."] = "Kontakt aktualisiert.";
-$a->strings["Contact has been blocked"] = "Kontakt wurde blockiert";
-$a->strings["Contact has been unblocked"] = "Kontakt wurde wieder freigegeben";
-$a->strings["Contact has been ignored"] = "Kontakt wurde ignoriert";
-$a->strings["Contact has been unignored"] = "Kontakt wird nicht mehr ignoriert";
-$a->strings["Contact has been archived"] = "Kontakt wurde archiviert";
-$a->strings["Contact has been unarchived"] = "Kontakt wurde aus dem Archiv geholt";
-$a->strings["Contact has been removed."] = "Kontakt wurde entfernt.";
-$a->strings["You are mutual friends with %s"] = "Du hast mit %s eine beidseitige Freundschaft";
-$a->strings["You are sharing with %s"] = "Du teilst mit %s";
-$a->strings["%s is sharing with you"] = "%s teilt mit Dir";
-$a->strings["Private communications are not available for this contact."] = "Private Kommunikation ist für diesen Kontakt nicht verfügbar.";
-$a->strings["Never"] = "Niemals";
-$a->strings["(Update was successful)"] = "(Aktualisierung war erfolgreich)";
-$a->strings["(Update was not successful)"] = "(Aktualisierung war nicht erfolgreich)";
-$a->strings["Suggest friends"] = "Kontakte vorschlagen";
-$a->strings["Network type: %s"] = "Netzwerk Typ: %s";
-$a->strings["%d contact in common"] = array(
- 0 => "%d gemeinsamer Kontakt",
- 1 => "%d gemeinsame Kontakte",
-);
-$a->strings["View all contacts"] = "Alle Kontakte anzeigen";
-$a->strings["Unblock"] = "Entsperren";
-$a->strings["Block"] = "Sperren";
-$a->strings["Toggle Blocked status"] = "Geblockt-Status ein-/ausschalten";
-$a->strings["Unignore"] = "Ignorieren aufheben";
-$a->strings["Toggle Ignored status"] = "Ignoriert-Status ein-/ausschalten";
-$a->strings["Unarchive"] = "Unarchivieren";
-$a->strings["Archive"] = "Archivieren";
-$a->strings["Toggle Archive status"] = "Archiviert-Status ein-/ausschalten";
-$a->strings["Repair"] = "Reparieren";
-$a->strings["Advanced Contact Settings"] = "Fortgeschrittene Kontakteinstellungen";
-$a->strings["Communications lost with this contact!"] = "Verbindungen mit diesem Kontakt verloren!";
-$a->strings["Contact Editor"] = "Kontakt Editor";
-$a->strings["Profile Visibility"] = "Profil-Sichtbarkeit";
-$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Bitte wähle eines deiner Profile das angezeigt werden soll, wenn %s dein Profil aufruft.";
-$a->strings["Contact Information / Notes"] = "Kontakt Informationen / Notizen";
-$a->strings["Edit contact notes"] = "Notizen zum Kontakt bearbiten";
-$a->strings["Visit %s's profile [%s]"] = "Besuche %ss Profil [%s]";
-$a->strings["Block/Unblock contact"] = "Kontakt blockieren/freischalten";
-$a->strings["Ignore contact"] = "Ignoriere den Kontakt";
-$a->strings["Repair URL settings"] = "URL Einstellungen reparieren";
-$a->strings["View conversations"] = "Unterhaltungen anzeigen";
-$a->strings["Delete contact"] = "Lösche den Kontakt";
-$a->strings["Last update:"] = "letzte Aktualisierung:";
-$a->strings["Update public posts"] = "Öffentliche Beiträge aktualisieren";
-$a->strings["Update now"] = "Jetzt aktualisieren";
-$a->strings["Currently blocked"] = "Derzeit geblockt";
-$a->strings["Currently ignored"] = "Derzeit ignoriert";
-$a->strings["Currently archived"] = "Momentan archiviert";
-$a->strings["Replies/likes to your public posts <strong>may</strong> still be visible"] = "Antworten/Likes auf deine öffentlichen Beiträge <strong>könnten</strong> weiterhin sichtbar sein";
-$a->strings["Suggestions"] = "Kontaktvorschläge";
-$a->strings["Suggest potential friends"] = "Freunde vorschlagen";
-$a->strings["All Contacts"] = "Alle Kontakte";
-$a->strings["Show all contacts"] = "Alle Kontakte anzeigen";
-$a->strings["Unblocked"] = "Ungeblockt";
-$a->strings["Only show unblocked contacts"] = "Nur nicht-blockierte Kontakte anzeigen";
-$a->strings["Blocked"] = "Geblockt";
-$a->strings["Only show blocked contacts"] = "Nur blockierte Kontakte anzeigen";
-$a->strings["Ignored"] = "Ignoriert";
-$a->strings["Only show ignored contacts"] = "Nur ignorierte Kontakte anzeigen";
-$a->strings["Archived"] = "Archiviert";
-$a->strings["Only show archived contacts"] = "Nur archivierte Kontakte anzeigen";
-$a->strings["Hidden"] = "Verborgen";
-$a->strings["Only show hidden contacts"] = "Nur verborgene Kontakte anzeigen";
-$a->strings["Mutual Friendship"] = "Beidseitige Freundschaft";
-$a->strings["is a fan of yours"] = "ist ein Fan von dir";
-$a->strings["you are a fan of"] = "du bist Fan von";
-$a->strings["Edit contact"] = "Kontakt bearbeiten";
-$a->strings["Contacts"] = "Kontakte";
-$a->strings["Search your contacts"] = "Suche in deinen Kontakten";
-$a->strings["Finding: "] = "Funde: ";
-$a->strings["Find"] = "Finde";
-$a->strings["No valid account found."] = "Kein gültiges Konto gefunden.";
-$a->strings["Password reset request issued. Check your email."] = "Zurücksetzen des Passworts eingeleitet. Bitte überprüfe deine E-Mail.";
-$a->strings["Password reset requested at %s"] = "Anfrage zum Zurücksetzen des Passworts auf %s erhalten";
-$a->strings["Administrator"] = "Administrator";
-$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Anfrage konnte nicht verifiziert werden. (Eventuell hast du bereits eine ähnliche Anfrage gestellt.) Zurücksetzen des Passworts gescheitert.";
-$a->strings["Password Reset"] = "Passwort zurücksetzen";
-$a->strings["Your password has been reset as requested."] = "Dein Passwort wurde wie gewünscht zurückgesetzt.";
-$a->strings["Your new password is"] = "Dein neues Passwort lautet";
-$a->strings["Save or copy your new password - and then"] = "Speichere oder kopiere dein neues Passwort - und dann";
-$a->strings["click here to login"] = "hier klicken, um dich anzumelden";
-$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "Du kannst das Passwort in den <em>Einstellungen</em> ändern, sobald du dich erfolgreich angemeldet hast.";
-$a->strings["Forgot your Password?"] = "Hast du dein Passwort vergessen?";
-$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Gib deine Email-Adresse an und fordere ein neues Passwort an. Es werden dir dann weitere Informationen per Mail zugesendet.";
-$a->strings["Nickname or Email: "] = "Spitzname oder Email:";
-$a->strings["Reset"] = "Zurücksetzen";
-$a->strings["Account settings"] = "Kontoeinstellungen";
+$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Fehler: Die \"openssl_pkey_new\" Funktion auf diesem System ist nicht in der Lage Schlüssel für die Verschlüsselung zu erzeugen.";
+$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Wenn du Windows verwendest, siehe \"http://www.php.net/manual/en/openssl.installation.php\" für eine Installationsanleitung.";
+$a->strings["Generate encryption keys"] = "Verschlüsselungsschlüssel generieren";
+$a->strings["libCurl PHP module"] = "libCurl PHP Modul";
+$a->strings["GD graphics PHP module"] = "GD Graphik PHP Modul";
+$a->strings["OpenSSL PHP module"] = "OpenSSL PHP Modul";
+$a->strings["mysqli PHP module"] = "mysqli PHP Modul";
+$a->strings["mb_string PHP module"] = "mb_string PHP Modul";
+$a->strings["mcrypt PHP module"] = "mcrypt PHP Modul";
+$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite Modul";
+$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Fehler: Das Apache Modul mod-rewrite wird benötigt ist aber nicht installiert.";
+$a->strings["proc_open"] = "proc_open";
+$a->strings["Error: proc_open is required but is either not installed or has been disabled in php.ini"] = "Fehler: proc_open wird benötigt ist aber entweder nicht installiert oder wurde in der php.ini deaktiviert";
+$a->strings["Error: libCURL PHP module required but not installed."] = "Fehler: das PHP Modul libCURL wird benütigt ist aber nicht installiert.";
+$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Fehler: das PHP Modul GD Grafik mit JPEG Unterstützung wird benötigt ist aber nicht installiert.";
+$a->strings["Error: openssl PHP module required but not installed."] = "Fehler: das OpenSSL PHP Modul wird benötigt ist aber nicht installiert.";
+$a->strings["Error: mysqli PHP module required but not installed."] = "Fehler: das PHP Modul mysqli wird benötigt ist aber nicht installiert.";
+$a->strings["Error: mb_string PHP module required but not installed."] = "Fehler: das PHP Modul mb_string wird benötigt ist aber nicht installiert.";
+$a->strings["Error: mcrypt PHP module required but not installed."] = "Fehler: das PHP Modul mcrypt wird benötigt ist aber nicht installiert.";
+$a->strings["The web installer needs to be able to create a file called \".htconfig.php\ in the top folder of your web server and it is unable to do so."] = "Der Installations-Assistent muss in der Lage sein die Datei \".htconfig.php\" im Stammverzeichnis des Web-Servers anzulegen, ist es aber nicht.";
+$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "Meist liegt dies daran, dass der Nutzer unter dem der Web-Server läuft keine Rechte zum Schreiben in dem Verzeichnis hat - selbst wenn du das kannst.";
+$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Red top folder."] = "Am Schluss des Vorgangs wird ein Text generiert, den du unter dem Dateinamen .htconfig.php im Stammverzeichnis deiner Red Installation speichern.";
+$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"install/INSTALL.txt\" for instructions."] = "Alternativ kannst du diesen Schritt überspringen und die Installation manuell vornehmen. Siehe dazu bitte die \"Install/INSTALL.txt\" Datei.";
+$a->strings[".htconfig.php is writable"] = ".htconfig.php ist beschreibbar";
+$a->strings["Red uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Red verwendet Smarty3 um Vorlagen für die Webdarstellung zu übersetzen. Smarty3 übersetzt diese Vorlagen nach PHP um die Darstellung zu beschleunigen.";
+$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/tpl/smarty3/ under the Red top level folder."] = "Um die übersetzten Vorlagen speichern zu können muss der Webserver schreib Zugriff auf das Verzeichnis view/tpl/smarty3/ unterhalb des Red Stammverzeichnisses haben.";
+$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Bitte stelle sicher, dass der Nutzer unter dem der Webserver läuft (z.B. www-data) Zugriff zum Schreiben auf dieses Verzeichnis hat.";
+$a->strings["Note: as a security measure, you should give the web server write access to view/tpl/smarty3/ only--not the template files (.tpl) that it contains."] = "Hinweis: Als Sicherheitsvorkehrung solltest du dem Webserver nur Schreib-Zugriff auf das Verzeichnis view/tpl/smarty3 geben, nicht dem Vorlagen (.tpl) die in diesem Verzeichnis liegen.";
+$a->strings["view/tpl/smarty3 is writable"] = "view/tpl/smarty3 ist beschreibbar";
+$a->strings["SSL certificate validation"] = "SSL Zertifikatverifizierung";
+$a->strings["SSL certificate cannot be validated. Fix certificate or disable https access to this site."] = "Das SSL Zertifikat konnte nicht validiert werden. Korrigiere das Zertifikat oder schalte HTTPS ab um auf diese Seite zuzugreifen.";
+$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "URL rewrite funktioniert in der .htaccess nicht. Überprüfe deine Server-Konfiguration.";
+$a->strings["Url rewrite is working"] = "Url rewrite funktioniert";
+$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "Die Datenbank Konfigurationsdatei \".htconfig.php\" konnte nicht geschrieben werden. Bitte verwende den unten angegebenen Text um die Konfigurationsdatei im Stammverzeichnis des Webservers anzulegen.";
+$a->strings["Errors encountered creating database tables."] = "Fehler während des Anlegens der Datenbank Tabellen aufgetreten.";
+$a->strings["<h1>What next</h1>"] = "<h1>Was als Nächstes</h1>";
+$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "WICHTIG: Du musst die geplanten Aufgaben für den Poller [manuell] einrichten.";
+$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s folgt nun %2\$s's %3\$s";
+$a->strings["[Embedded content - reload page to view]"] = "[Eingebetteter Inhalte - bitte lade die Seite zur Anzeige neu]";
+$a->strings["toggle full screen mode"] = "auf Vollbildmodus umschalten";
+$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s hat %2\$s's %3\$s mit %4\$s getaggt";
+$a->strings["Account settings"] = "Konto-Einstellungen";
+$a->strings["Channel settings"] = "Kanal-Einstellungen";
+$a->strings["Additional features"] = "Zusätzliche Funktionen";
+$a->strings["Feature settings"] = "Funktions-Einstellungen";
$a->strings["Display settings"] = "Anzeige-Einstellungen";
-$a->strings["Connector settings"] = "Connector-Einstellungen";
-$a->strings["Plugin settings"] = "Plugin-Einstellungen";
-$a->strings["Connected apps"] = "Verbundene Programme";
-$a->strings["Export personal data"] = "Persönliche Daten exportieren";
-$a->strings["Remove account"] = "Konto löschen";
-$a->strings["Settings"] = "Einstellungen";
-$a->strings["Missing some important data!"] = "Wichtige Daten fehlen!";
-$a->strings["Update"] = "Aktualisierungen";
-$a->strings["Failed to connect with email account using the settings provided."] = "Verbindung zum E-Mail-Konto mit den angegebenen Einstellungen nicht möglich.";
-$a->strings["Email settings updated."] = "EMail Einstellungen bearbeitet.";
-$a->strings["Passwords do not match. Password unchanged."] = "Die Passwörter stimmen nicht überein. Das Passwort bleibt unverändert.";
-$a->strings["Empty passwords are not allowed. Password unchanged."] = "Leere Passwörter sind nicht erlaubt. Passwort bleibt unverändert.";
-$a->strings["Password changed."] = "Passwort ändern.";
-$a->strings["Password update failed. Please try again."] = "Aktualisierung des Passworts gescheitert, bitte versuche es noch einmal.";
-$a->strings[" Please use a shorter name."] = " Bitte verwende einen kürzeren Namen.";
-$a->strings[" Name too short."] = " Name ist zu kurz.";
-$a->strings[" Not valid email."] = " Keine gültige E-Mail.";
-$a->strings[" Cannot change to that email."] = "Ändern der E-Mail nicht möglich. ";
-$a->strings["Private forum has no privacy permissions. Using default privacy group."] = "Für das private Forum sind keine Zugriffsrechte eingestellt. Die voreingestellte Gruppe für neue Kontakte wird benutzt.";
-$a->strings["Private forum has no privacy permissions and no default privacy group."] = "Für das private Forum sind keine Zugriffsrechte eingestellt, und es gibt keine voreingestellte Gruppe für neue Kontakte.";
+$a->strings["Connected apps"] = "Verbundene Apps";
+$a->strings["Export channel"] = "Kanal exportieren";
+$a->strings["Automatic Permissions (Advanced)"] = "Automatische Berechtigungen (Erweitert)";
+$a->strings["Premium Channel Settings"] = "Prämium-Kanal Einstellungen";
+$a->strings["Name is required"] = "Name wird benötigt";
+$a->strings["Key and Secret are required"] = "Schlüssel und Geheimnis werden benötigt";
+$a->strings["Update"] = "Update";
+$a->strings["Passwords do not match. Password unchanged."] = "Kennwörter stimmen nicht überein. Kennwort nicht verändert.";
+$a->strings["Empty passwords are not allowed. Password unchanged."] = "Leere Kennwörter sind nicht erlaubt. Kennwort nicht verändert.";
+$a->strings["Password changed."] = "Kennwort geändert.";
+$a->strings["Password update failed. Please try again."] = "Kennwortänderung fehlgeschlagen. Wiederholen Sie den Vorgang.";
+$a->strings["Not valid email."] = "Keine gültige E-Mail Adresse.";
+$a->strings["Protected email address. Cannot change to that email."] = "Geschützte E-Mail Adresse. Diese kann nicht verändert werden.";
+$a->strings["System failure storing new email. Please try again."] = "Systemfehler während des Speicherns der neuen Mail. Bitte versuche es noch einmal.";
$a->strings["Settings updated."] = "Einstellungen aktualisiert.";
-$a->strings["Add application"] = "Programm hinzufügen";
+$a->strings["Add application"] = "Anwendung hinzufügen";
+$a->strings["Cancel"] = "Abbrechen";
+$a->strings["Name"] = "Name";
+$a->strings["Name of application"] = "Name der Anwendung";
$a->strings["Consumer Key"] = "Consumer Key";
+$a->strings["Automatically generated - change if desired. Max length 20"] = "Automatisch erzeugt - ändern falls erwünscht. Maximale Länge 20";
$a->strings["Consumer Secret"] = "Consumer Secret";
-$a->strings["Redirect"] = "Umleiten";
-$a->strings["Icon url"] = "Icon URL";
-$a->strings["You can't edit this application."] = "Du kannst dieses Programm nicht bearbeiten.";
-$a->strings["Connected Apps"] = "Verbundene Programme";
-$a->strings["Client key starts with"] = "Anwenderschlüssel beginnt mit";
+$a->strings["Redirect"] = "Umleitung";
+$a->strings["Redirect URI - leave blank unless your application specifically requires this"] = "Umleitungs-URl - lasse dies frei außer deine Anwendung erfordert dies explizit";
+$a->strings["Icon url"] = "Symbol-URL";
+$a->strings["Optional"] = "Optional";
+$a->strings["You can't edit this application."] = "Diese Anwendung kann nicht bearbeitet werden.";
+$a->strings["Connected Apps"] = "Verbundene Apps";
+$a->strings["Client key starts with"] = "Client key beginnt mit";
$a->strings["No name"] = "Kein Name";
-$a->strings["Remove authorization"] = "Autorisierung entziehen";
-$a->strings["No Plugin settings configured"] = "Keine Plugin-Einstellungen konfiguriert";
-$a->strings["Plugin Settings"] = "Plugin-Einstellungen";
-$a->strings["Built-in support for %s connectivity is %s"] = "Eingebaute Unterstützung für Verbindungen zu %s ist %s";
-$a->strings["enabled"] = "eingeschaltet";
-$a->strings["disabled"] = "ausgeschaltet";
-$a->strings["StatusNet"] = "StatusNet";
-$a->strings["Connector Settings"] = "Verbindungs-Einstellungen";
-$a->strings["Email/Mailbox Setup"] = "E-Mail/Postfach-Einstellungen";
-$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "Wenn du mit E-Mail-Kontakten über diesen Service kommunizieren möchtest (optional), gib bitte die Einstellungen für dein Postfach an.";
-$a->strings["Last successful email check:"] = "Letzter erfolgreicher Email Check";
-$a->strings["Email access is disabled on this site."] = "Zugriff auf E-Mails für diese Seite deaktiviert.";
-$a->strings["IMAP server name:"] = "IMAP-Server-Name:";
-$a->strings["IMAP port:"] = "IMAP-Port:";
-$a->strings["Security:"] = "Sicherheit:";
-$a->strings["None"] = "Keine";
-$a->strings["Email login name:"] = "E-Mail-Login-Name:";
-$a->strings["Email password:"] = "E-Mail-Passwort:";
-$a->strings["Reply-to address:"] = "Reply-to Adresse:";
-$a->strings["Send public posts to all email contacts:"] = "Sende öffentliche Beiträge an alle E-Mail-Kontakte:";
-$a->strings["Action after import:"] = "Aktion nach Import:";
-$a->strings["Mark as seen"] = "Als gelesen markieren";
-$a->strings["Move to folder"] = "In einen Ordner verschieben";
-$a->strings["Move to folder:"] = "In diesen Ordner verschieben:";
+$a->strings["Remove authorization"] = "Autorisierung aufheben";
+$a->strings["No feature settings configured"] = "Keine Funktions-Einstellungen konfiguriert";
+$a->strings["Feature Settings"] = "Funktions-Einstellungen";
+$a->strings["Account Settings"] = "Konto-Einstellungen";
+$a->strings["Password Settings"] = "Kennwort-Einstellungen";
+$a->strings["New Password:"] = "Neues Passwort:";
+$a->strings["Confirm:"] = "Bestätigen:";
+$a->strings["Leave password fields blank unless changing"] = "Lasse die Passwort -Felder leer außer du möchtest das Passwort ändern";
+$a->strings["Email Address:"] = "Email Adresse:";
+$a->strings["Remove Account"] = "Konto entfernen";
+$a->strings["Warning: This action is permanent and cannot be reversed."] = "Achtung: Diese Aktion ist permanent und kann nicht rückgänging gemacht werden.";
+$a->strings["Off"] = "Aus";
+$a->strings["On"] = "An";
+$a->strings["Additional Features"] = "Zusätzliche Funktionen";
+$a->strings["Connector Settings"] = "Connector-Einstellungen";
+$a->strings["No special theme for mobile devices"] = "Keine spezielle Theme für mobile Geräte";
$a->strings["Display Settings"] = "Anzeige-Einstellungen";
-$a->strings["Display Theme:"] = "Theme:";
+$a->strings["Display Theme:"] = "Anzeige Theme:";
+$a->strings["Mobile Theme:"] = "Mobile Theme:";
$a->strings["Update browser every xx seconds"] = "Browser alle xx Sekunden aktualisieren";
-$a->strings["Minimum of 10 seconds, no maximum"] = "Minimal 10 Sekunden, kein Maximum";
-$a->strings["Number of items to display on the network page:"] = "Zahl der Beiträge, die pro Netzwerkseite angezeigt werden sollen: ";
-$a->strings["Maximum of 100 items"] = "Maximal 100 Beiträge";
-$a->strings["Don't show emoticons"] = "Keine Smilies anzeigen";
-$a->strings["Normal Account Page"] = "Normales Konto";
-$a->strings["This account is a normal personal profile"] = "Dieses Konto ist ein normales persönliches Profil";
-$a->strings["Soapbox Page"] = "Marktschreier-Konto";
-$a->strings["Automatically approve all connection/friend requests as read-only fans"] = "Kontaktanfragen werden automatisch als Nurlese-Fans akzeptiert";
-$a->strings["Community Forum/Celebrity Account"] = "Forum/Promi-Konto";
-$a->strings["Automatically approve all connection/friend requests as read-write fans"] = "Kontaktanfragen werden automatisch als Lese-und-Schreib-Fans akzeptiert";
-$a->strings["Automatic Friend Page"] = "Automatische Freunde Seite";
-$a->strings["Automatically approve all connection/friend requests as friends"] = "Kontaktanfragen werden automatisch als Freund akzeptiert";
-$a->strings["Private Forum [Experimental]"] = "Privates Forum [Versuchsstadium]";
-$a->strings["Private forum - approved members only"] = "Privates Forum, nur für Mitglieder";
-$a->strings["OpenID:"] = "OpenID:";
-$a->strings["(Optional) Allow this OpenID to login to this account."] = "(Optional) Erlaube die Anmeldung für dieses Konto mit dieser OpenID.";
-$a->strings["Publish your default profile in your local site directory?"] = "Darf dein Standardprofil im Verzeichnis dieses Servers veröffentlicht werden?";
-$a->strings["Publish your default profile in the global social directory?"] = "Darf dein Standardprofil im weltweiten Verzeichnis veröffentlicht werden?";
-$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Liste der Kontakte vor Betrachtern des Standardprofils verbergen?";
-$a->strings["Hide your profile details from unknown viewers?"] = "Profil-Details vor unbekannten Betrachtern verbergen?";
-$a->strings["Allow friends to post to your profile page?"] = "Dürfen deine Kontakte auf deine Pinnwand schreiben?";
-$a->strings["Allow friends to tag your posts?"] = "Dürfen deine Kontakte deine Beiträge mit Schlagwörtern versehen?";
+$a->strings["Minimum of 10 seconds, no maximum"] = "Minimum von 10 Sekunden, kein Maximum";
+$a->strings["Maximum number of conversations to load at any time:"] = "Maximale Anzahl von Unterhaltungen die gleichzeitig geladen werden sollen:";
+$a->strings["Maximum of 100 items"] = "Maximum von 100 Beiträgen";
+$a->strings["Don't show emoticons"] = "Emoticons nicht zeigen";
+$a->strings["Nobody except yourself"] = "Niemand außer du selbst";
+$a->strings["Only those you specifically allow"] = "Nur diejenigen, die Sie erlauben";
+$a->strings["Anybody in your address book"] = "Jeder aus Ihrem Adressbuch";
+$a->strings["Anybody on this website"] = "Jeder auf dieser Website";
+$a->strings["Anybody in this network"] = "Jeder in diesem Netzwerk";
+$a->strings["Anybody on the internet"] = "Jeder im Internet";
+$a->strings["Publish your default profile in the network directory"] = "Veröffentliche dein Standard-Profil im Netzwerk-Verzeichnis";
$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Dürfen wir dich neuen Mitgliedern als potentiellen Kontakt vorschlagen?";
-$a->strings["Permit unknown people to send you private mail?"] = "Dürfen dir Unbekannte private Nachrichten schicken?";
-$a->strings["Profile is <strong>not published</strong>."] = "Profil ist <strong>nicht veröffentlicht</strong>.";
$a->strings["or"] = "oder";
-$a->strings["Your Identity Address is"] = "Die Adresse deines Profils lautet:";
-$a->strings["Automatically expire posts after this many days:"] = "Beiträge verfallen automatisch nach dieser Anzahl von Tagen:";
-$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Wenn leer verfallen Beiträge nie automatisch. Verfallene Beiträge werden gelöscht.";
-$a->strings["Advanced expiration settings"] = "Erweiterte Verfallseinstellungen";
+$a->strings["Your channel address is"] = "Deine Kanal-Adresse lautet";
+$a->strings["Automatically expire posts after this many days:"] = "Lösche Beiträge automatisch nach dieser Anzahl von Tagen:";
+$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Falls leer werden Beiträge nie verfallen. Verfallene Beiträge werden gelöscht";
+$a->strings["Advanced expiration settings"] = "Erweitere Verfalls-Einstellungen";
$a->strings["Advanced Expiration"] = "Erweitertes Verfallen";
$a->strings["Expire posts:"] = "Beiträge verfallen lassen:";
-$a->strings["Expire personal notes:"] = "Persönliche Notizen verfallen lassen:";
$a->strings["Expire starred posts:"] = "Markierte Beiträge verfallen lassen:";
$a->strings["Expire photos:"] = "Fotos verfallen lassen:";
-$a->strings["Only expire posts by others:"] = "Nur Beiträge anderer verfallen:";
-$a->strings["Account Settings"] = "Kontoeinstellungen";
-$a->strings["Password Settings"] = "Passwort-Einstellungen";
-$a->strings["New Password:"] = "Neues Passwort:";
-$a->strings["Confirm:"] = "Bestätigen:";
-$a->strings["Leave password fields blank unless changing"] = "Lass die Passwort-Felder leer, außer du willst das Passwort ändern";
+$a->strings["Only expire posts by others:"] = "Nur Beiträge anderer verfallen lassen:";
+$a->strings["Channel Settings"] = "Channel-Einstellungen";
$a->strings["Basic Settings"] = "Grundeinstellungen";
-$a->strings["Full Name:"] = "Kompletter Name:";
-$a->strings["Email Address:"] = "E-Mail-Adresse:";
-$a->strings["Your Timezone:"] = "Deine Zeitzone:";
+$a->strings["Your Timezone:"] = "Ihre Zeitzone:";
$a->strings["Default Post Location:"] = "Standardstandort:";
$a->strings["Use Browser Location:"] = "Standort des Browsers verwenden:";
-$a->strings["Security and Privacy Settings"] = "Sicherheits- und Privatsphäre-Einstellungen";
-$a->strings["Maximum Friend Requests/Day:"] = "Maximale Anzahl von Freundschaftsanfragen/Tag:";
-$a->strings["(to prevent spam abuse)"] = "(um SPAM zu vermeiden)";
-$a->strings["Default Post Permissions"] = "Standard-Zugriffsrechte für Beiträge";
-$a->strings["(click to open/close)"] = "(klicke zum öffnen/schließen)";
-$a->strings["Maximum private messages per day from unknown people:"] = "Maximale Anzahl privater Nachrichten von Unbekannten pro Tag:";
-$a->strings["Notification Settings"] = "Benachrichtigungseinstellungen";
-$a->strings["By default post a status message when:"] = "Standardmäßig eine Statusnachricht posten, wenn:";
-$a->strings["accepting a friend request"] = "– du eine Kontaktanfrage akzeptierst";
-$a->strings["joining a forum/community"] = "– du einem Forum/einer Gemeinschaftsseite beitrittst";
-$a->strings["making an <em>interesting</em> profile change"] = "– du eine <em>interessante</em> Änderung an deinem Profil durchführst";
-$a->strings["Send a notification email when:"] = "Benachrichtigungs-E-Mail senden wenn:";
-$a->strings["You receive an introduction"] = "– du eine Kontaktanfrage erhältst";
-$a->strings["Your introductions are confirmed"] = "– eine deiner Kontaktanfragen akzeptiert wurde";
-$a->strings["Someone writes on your profile wall"] = "– jemand etwas auf deine Pinnwand schreibt";
-$a->strings["Someone writes a followup comment"] = "– jemand auch einen Kommentar verfasst";
-$a->strings["You receive a private message"] = "– du eine private Nachricht erhältst";
-$a->strings["You receive a friend suggestion"] = "– du eine Empfehlung erhältst";
-$a->strings["You are tagged in a post"] = "– du in einem Beitrag erwähnt wirst";
-$a->strings["Advanced Account/Page Type Settings"] = "Erweiterte Konto-/Seitentyp-Einstellungen";
-$a->strings["Change the behaviour of this account for special situations"] = "Verhalten dieses Kontos in bestimmten Situationen:";
-$a->strings["Manage Identities and/or Pages"] = "Verwalte Identitäten und/oder Seiten";
-$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Zwischen verschiedenen Identitäten oder Foren wechseln, die deine Zugangsdaten (E-Mail und Passwort) teilen oder zu denen du „Verwalten“-Befugnisse bekommen hast.";
-$a->strings["Select an identity to manage: "] = "Wähle eine Identität zum Verwalten: ";
-$a->strings["Search Results For:"] = "Suchergebnisse für:";
-$a->strings["Remove term"] = "Begriff entfernen";
-$a->strings["Saved Searches"] = "Gespeicherte Suchen";
-$a->strings["add"] = "hinzufügen";
-$a->strings["Commented Order"] = "Neueste Kommentare";
-$a->strings["Sort by Comment Date"] = "Nach Kommentardatum sortieren";
-$a->strings["Posted Order"] = "Neueste Beiträge";
-$a->strings["Sort by Post Date"] = "Nach Beitragsdatum sortieren";
-$a->strings["Posts that mention or involve you"] = "Beiträge, in denen es um Dich geht";
-$a->strings["New"] = "Neue";
-$a->strings["Activity Stream - by date"] = "Aktivitäten-Stream - nach Datum";
-$a->strings["Starred"] = "Markierte";
-$a->strings["Favourite Posts"] = "Favorisierte Beiträge";
-$a->strings["Shared Links"] = "Geteilte Links";
-$a->strings["Interesting Links"] = "Interessante Links";
-$a->strings["Warning: This group contains %s member from an insecure network."] = array(
- 0 => "Warnung: Diese Gruppe beinhaltet %s Person aus einem unsicheren Netzwerk.",
- 1 => "Warnung: Diese Gruppe beinhaltet %s Personen aus unsicheren Netzwerken.",
-);
-$a->strings["Private messages to this group are at risk of public disclosure."] = "Private Nachrichten an diese Gruppe könnten an die Öffentlichkeit geraten.";
-$a->strings["No such group"] = "Es gibt keine solche Gruppe";
-$a->strings["Group is empty"] = "Gruppe ist leer";
-$a->strings["Group: "] = "Gruppe: ";
-$a->strings["Contact: "] = "Kontakt: ";
-$a->strings["Private messages to this person are at risk of public disclosure."] = "Private Nachrichten an diese Person könnten an die Öffentlichkeit gelangen.";
-$a->strings["Invalid contact."] = "Ungültiger Kontakt.";
-$a->strings["Personal Notes"] = "Persönliche Notizen";
-$a->strings["Save"] = "Speichern";
-$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Maximale Anzahl der täglichen Pinnwand Nachrichten für %s ist überschritten. Zustellung fehlgeschlagen.";
-$a->strings["No recipient selected."] = "Kein Empfänger gewählt.";
-$a->strings["Unable to check your home location."] = "Konnte deinen Heimatort nicht bestimmen.";
-$a->strings["Message could not be sent."] = "Nachricht konnte nicht gesendet werden.";
-$a->strings["Message collection failure."] = "Konnte Nachrichten nicht abrufen.";
-$a->strings["Message sent."] = "Nachricht gesendet.";
-$a->strings["No recipient."] = "Kein Empfänger.";
-$a->strings["Please enter a link URL:"] = "Bitte gib die URL des Links ein:";
-$a->strings["Send Private Message"] = "Private Nachricht senden";
-$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "Wenn du möchtest, dass %s dir antworten kann, überprüfe deine Privatsphären-Einstellungen und erlaube private Nachrichten von unbekannten Absendern.";
-$a->strings["To:"] = "An:";
-$a->strings["Subject:"] = "Betreff:";
-$a->strings["Your message:"] = "Deine Nachricht:";
-$a->strings["Welcome to Friendica"] = "Willkommen bei Friendica";
-$a->strings["New Member Checklist"] = "Checkliste für neue Mitglieder";
-$a->strings["We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."] = "Wir möchten Dir einige Tipps und Links anbieten, die Dir helfen könnten, den Einstieg angenehmer zu machen. Klicke auf ein Element, um die entsprechende Seite zu besuchen. Ein Link zu dieser Seite hier bleibt für Dich an Deiner Pinnwand für zwei Wochen nach dem Registrierungsdatum sichtbar und wird dann verschwinden.";
-$a->strings["On your <em>Quick Start</em> page - find a brief introduction to your profile and network tabs, connect to Facebook, make some new connections, and find some groups to join."] = "Auf der <em>Quick Start</em> Seite findest du eine kurze Einleitung in die einzelnen Funktionen deines Profils und die Netzwerk-Reiter, wo du interessante Foren findest, wie du alte Freunde von Facebook wieder findest und neue Kontakte knüpfst.";
-$a->strings["On your <em>Settings</em> page - change your initial password. Also make a note of your Identity Address. This looks just like an email address - and will be useful in making friends on the free social web."] = "Ändere bitte unter <em>Einstellungen</em> Dein Passwort. Außerdem merke Dir Deine Indentifikations-Adresse. Diese sieht aus wie eine E-Mail-Adresse und wird benötigt, um Freundschaften mit anderen im Friendica Netzwerk zu schliessen.";
-$a->strings["Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you."] = "Überprüfe die restlichen Einstellungen, insbesondere die Einstellungen zur Privatsphäre. Wenn du dein Profil nicht veröffentlichst, ist das als wenn Du Deine Telefonnummer nicht ins Telefonbuch einträgst. Im Allgemeinen solltest du es veröffentlichen - außer all deine Freunde und potentiellen Freunde wissen genau, wie sie dich finden können.";
-$a->strings["Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not."] = "Lade ein Profilbild hoch falls du es noch nicht getan hast. Studien haben gezeigt, dass es zehnmal wahrscheinlicher ist neue Freunde zu finden, wenn du ein Bild von dir selbst verwendest, als wenn du dies nicht tust.";
-$a->strings["Authorise the Facebook Connector if you currently have a Facebook account and we will (optionally) import all your Facebook friends and conversations."] = "Richte die Verbindung zu Facebook ein, wenn du im Augenblick ein Facebook-Konto hast, und (optional) deine Facebook-Freunde und -Unterhaltungen importieren willst.";
-$a->strings["<em>If</em> this is your own personal server, installing the Facebook addon may ease your transition to the free social web."] = "<em>Wenn</em> dies dein privater Server ist, könnte die Installation des Facebook Connectors deinen Umzug ins freie soziale Netz angenehmer gestalten.";
-$a->strings["Enter your email access information on your Connector Settings page if you wish to import and interact with friends or mailing lists from your email INBOX"] = "Gib deine E-Mail-Zugangsinformationen auf der Connector-Einstellungsseite ein, falls du E-Mails aus deinem Posteingang importieren und mit Freunden und Mailinglisten interagieren willlst.";
-$a->strings["Edit your <strong>default</strong> profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = "Editiere dein <strong>Standard</strong> Profil nach deinen Vorlieben. Überprüfe die Einstellungen zum Verbergen deiner Freundesliste vor unbekannten Betrachtern des Profils.";
-$a->strings["Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships."] = "Trage ein paar öffentliche Stichwörter in dein Standardprofil ein, die deine Interessen beschreiben. Eventuell sind wir in der Lage Leute zu finden, die deine Interessen teilen und können dir dann Kontakte vorschlagen.";
-$a->strings["Your Contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the <em>Add New Contact</em> dialog."] = "Die Kontakte-Seite ist die Einstiegsseite, von der aus du Kontakte verwalten und dich mit Freunden in anderen Netzwerken verbinden kannst. Normalerweise gibst du dazu einfach ihre Adresse oder die URL der Seite im Kasten <em>Neuen Kontakt hinzufügen</em> ein.";
-$a->strings["The Directory page lets you find other people in this network or other federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on their profile page. Provide your own Identity Address if requested."] = "Über die Verzeichnisseite kannst du andere Personen auf diesem Server oder anderen verknüpften Seiten finden. Halte nach einem <em>Verbinden</em> oder <em>Folgen</em> Link auf deren Profilseiten Ausschau und gib deine eigene Profiladresse an, falls du danach gefragt wirst.";
-$a->strings["On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours."] = "Im seitlichen Bedienfeld der Kontakteseite gibt es diverse Werkzeuge, um neue Freunde zu finden. Wir können Menschen mit den gleichen Interessen finden, anhand von Namen oder Interessen suchen oder aber aufgrund vorhandener Kontakte neue Freunde vorschlagen.\nAuf einer brandneuen - soeben erstellten - Seite starten die Kontaktvorschläge innerhalb von 24 Stunden.";
-$a->strings["Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page."] = "Sobald du einige Freunde gefunden hast, organisiere sie in Gruppen zur privaten Kommunikation im Seitenmenü der Kontakte-Seite. Du kannst dann mit jeder dieser Gruppen von der Netzwerkseite aus privat interagieren.";
-$a->strings["Our <strong>help</strong> pages may be consulted for detail on other program features and resources."] = "Unsere <strong>Hilfe</strong> Seiten können herangezogen werden, um weitere Einzelheiten zu andern Programm Features zu erhalten.";
-$a->strings["Item not available."] = "Beitrag nicht verfügbar.";
-$a->strings["Item was not found."] = "Beitrag konnte nicht gefunden werden.";
-$a->strings["Group created."] = "Gruppe erstellt.";
-$a->strings["Could not create group."] = "Konnte die Gruppe nicht erstellen.";
-$a->strings["Group not found."] = "Gruppe nicht gefunden.";
-$a->strings["Group name changed."] = "Gruppenname geändert.";
-$a->strings["Permission denied"] = "Zugriff verweigert";
-$a->strings["Create a group of contacts/friends."] = "Eine Gruppe von Kontakten/Freunden anlegen.";
-$a->strings["Group Name: "] = "Gruppenname:";
-$a->strings["Group removed."] = "Gruppe entfernt.";
-$a->strings["Unable to remove group."] = "Konnte die Gruppe nicht entfernen.";
-$a->strings["Group Editor"] = "Gruppeneditor";
-$a->strings["Members"] = "Mitglieder";
-$a->strings["Click on a contact to add or remove."] = "Klicke einen Kontakt an, um ihn hinzuzufügen oder zu entfernen";
-$a->strings["Invalid profile identifier."] = "Ungültiger Profil-Bezeichner";
-$a->strings["Profile Visibility Editor"] = "Editor für die Profil-Sichtbarkeit";
-$a->strings["Profile"] = "Profil";
-$a->strings["Visible To"] = "Sichtbar für";
-$a->strings["All Contacts (with secure profile access)"] = "Alle Kontakte (mit gesichertem Profilzugriff)";
-$a->strings["No contacts."] = "Keine Kontakte.";
-$a->strings["View Contacts"] = "Kontakte anzeigen";
-$a->strings["Registration details for %s"] = "Details der Registration von %s";
-$a->strings["Registration successful. Please check your email for further instructions."] = "Registrierung erfolgreich. Eine E-Mail mit weiteren Anweisungen wurde an dich gesendet.";
-$a->strings["Failed to send email message. Here is the message that failed."] = "Konnte die E-Mail nicht versenden. Hier ist die Nachricht, die nicht gesendet werden konnte.";
-$a->strings["Your registration can not be processed."] = "Deine Registrierung konnte nicht verarbeitet werden.";
-$a->strings["Registration request at %s"] = "Registrierungsanfrage auf %s";
-$a->strings["Your registration is pending approval by the site owner."] = "Deine Registrierung muss noch vom Betreiber der Seite freigegeben werden.";
-$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Die maximale Anzahl täglicher Registrierungen auf dieser Seite wurde überschritten. Bitte versuche es morgen noch einmal.";
-$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "Du kannst dieses Formular auch (optional) mit deiner OpenID ausfüllen, indem du deine OpenID angibst und 'Registrieren' klickst.";
-$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "Wenn du nicht mit OpenID vertraut bist, lass dieses Feld bitte leer und fülle die restlichen Felder aus.";
-$a->strings["Your OpenID (optional): "] = "Deine OpenID (optional): ";
-$a->strings["Include your profile in member directory?"] = "Soll dein Profil im Nutzerverzeichnis angezeigt werden?";
-$a->strings["Membership on this site is by invitation only."] = "Mitgliedschaft auf dieser Seite ist nur nach vorheriger Einladung möglich.";
-$a->strings["Your invitation ID: "] = "ID deiner Einladung: ";
-$a->strings["Registration"] = "Registrierung";
-$a->strings["Your Full Name (e.g. Joe Smith): "] = "Vollständiger Name (z.B. Max Mustermann): ";
-$a->strings["Your Email Address: "] = "Deine E-Mail-Adresse: ";
-$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be '<strong>nickname@\$sitename</strong>'."] = "Wähle einen Spitznamen für dein Profil. Dieser muss mit einem Buchstaben beginnen. Die Adresse deines Profils auf dieser Seite wird '<strong>spitzname@\$sitename</strong>' sein.";
-$a->strings["Choose a nickname: "] = "Spitznamen wählen: ";
-$a->strings["Register"] = "Registrieren";
-$a->strings["People Search"] = "Personen Suche";
-$a->strings["status"] = "Status";
-$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s mag %2\$ss %3\$s";
-$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s mag %2\$ss %3\$s nicht";
-$a->strings["Item not found."] = "Beitrag nicht gefunden.";
-$a->strings["Access denied."] = "Zugriff verweigert.";
-$a->strings["Photos"] = "Bilder";
-$a->strings["Files"] = "Dateien";
-$a->strings["Account approved."] = "Konto freigegeben.";
-$a->strings["Registration revoked for %s"] = "Registrierung für %s wurde zurückgezogen";
-$a->strings["Please login."] = "Bitte melde dich an.";
-$a->strings["Unable to locate original post."] = "Konnte den Originalbeitrag nicht finden.";
-$a->strings["Empty post discarded."] = "Leerer Beitrag wurde verworfen.";
-$a->strings["Wall Photos"] = "Pinnwand-Bilder";
-$a->strings["System error. Post not saved."] = "Systemfehler. Beitrag konnte nicht gespeichert werden.";
-$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Diese Nachricht wurde dir von %s geschickt, einem Mitglied des Sozialen Netzwerks Friendica.";
-$a->strings["You may visit them online at %s"] = "Du kannst sie online unter %s besuchen";
-$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Falls du diese Beiträge nicht erhalten möchtest, kontaktiere bitte den Autor, indem du auf diese Nachricht antwortest.";
-$a->strings["%s posted an update."] = "%s hat ein Update veröffentlicht.";
-$a->strings["Image uploaded but image cropping failed."] = "Bilder hochgeladen, aber das Zuschneiden ist fehlgeschlagen.";
-$a->strings["Image size reduction [%s] failed."] = "Verkleinern der Bildgröße von [%s] ist gescheitert.";
-$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Drücke Umschalt+Neu Laden oder leere den Browser-Cache, falls das neue Foto nicht gleich angezeigt wird.";
-$a->strings["Unable to process image"] = "Bild konnte nicht verarbeitet werden";
-$a->strings["Image exceeds size limit of %d"] = "Bildgröße überschreitet das Limit von %d";
-$a->strings["Upload File:"] = "Datei hochladen:";
-$a->strings["Upload Profile Photo"] = "Profilbild hochladen";
-$a->strings["Upload"] = "Hochladen";
-$a->strings["skip this step"] = "diesen Schritt überspringen";
-$a->strings["select a photo from your photo albums"] = "wähle ein Foto von deinen Fotoalben";
-$a->strings["Crop Image"] = "Bild zurechtschneiden";
-$a->strings["Please adjust the image cropping for optimum viewing."] = "Passe bitte den Bildausschnitt an, damit das Bild optimal dargestellt werden kann.";
-$a->strings["Done Editing"] = "Bearbeitung abgeschlossen";
-$a->strings["Image uploaded successfully."] = "Bild erfolgreich auf den Server geladen.";
-$a->strings["No profile"] = "Kein Profil";
-$a->strings["Remove My Account"] = "Konto löschen";
-$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Dein Konto wird endgültig gelöscht. Es gibt keine Möglichkeit, es wiederherzustellen.";
-$a->strings["Please enter your password for verification:"] = "Bitte gib dein Passwort zur Verifikation ein:";
-$a->strings["New Message"] = "Neue Nachricht";
-$a->strings["Unable to locate contact information."] = "Konnte die Kontaktinformationen nicht finden.";
-$a->strings["Message deleted."] = "Nachricht gelöscht.";
-$a->strings["Conversation removed."] = "Unterhaltung gelöscht.";
-$a->strings["No messages."] = "Keine Nachrichten.";
-$a->strings["Unknown sender - %s"] = "'Unbekannter Absender - %s";
-$a->strings["You and %s"] = "Du und %s";
-$a->strings["%s and You"] = "%s und Du";
-$a->strings["Delete conversation"] = "Unterhaltung löschen";
-$a->strings["D, d M Y - g:i A"] = "D, d. M Y - g:i A";
-$a->strings["%d message"] = array(
- 0 => "%d Nachricht",
- 1 => "%d Nachrichten",
-);
-$a->strings["Message not available."] = "Nachricht nicht verfügbar.";
-$a->strings["Delete message"] = "Nachricht löschen";
-$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "Sichere Kommunikation ist nicht verfügbar. <strong>Eventuell</strong> kannst du auf der Profilseite des Absenders antworten.";
-$a->strings["Send Reply"] = "Antwort senden";
-$a->strings["Friends of %s"] = "Freunde von %s";
-$a->strings["No friends to display."] = "Keine Freunde zum Anzeigen.";
-$a->strings["Theme settings updated."] = "Themeneinstellungen aktualisiert.";
+$a->strings["Adult Content"] = "Nicht Jugendfreie-Inhalte";
+$a->strings["This channel publishes adult content."] = "Dieser Kanal veröffentlicht nicht Jugendfreie-Inhalte";
+$a->strings["Security and Privacy Settings"] = "Sicherheits- und Datenschutz-Einstellungen";
+$a->strings["Quick Privacy Settings:"] = "Schnelle Datenschutz-Einstellungen:";
+$a->strings["Very Public - extremely permissive"] = "Sehr offen - extrem freizügig";
+$a->strings["Typical - default public, privacy when desired"] = "Typisch - Standard öffentlich, Privatheit wenn gewünscht";
+$a->strings["Private - default private, rarely open or public"] = "Privat - Standard privat, selten offen oder öffentlich";
+$a->strings["Blocked - default blocked to/from everybody"] = "Geschlossen - Standard zu und von jedem geblockt";
+$a->strings["Maximum Friend Requests/Day:"] = "Maximale Kontaktanfragen pro Tag:";
+$a->strings["May reduce spam activity"] = "Kann die Spam-Aktivität verringern";
+$a->strings["Default Post Permissions"] = "Beitragszugriffrechte Standardeinstellungen";
+$a->strings["(click to open/close)"] = "(zum öffnen/schließen anklicken)";
+$a->strings["Maximum private messages per day from unknown people:"] = "Maximale Anzahl privater Nachrichten pro Tag von unbekannten Leuten:";
+$a->strings["Useful to reduce spamming"] = "Nützlich um Spam zu verringern";
+$a->strings["Notification Settings"] = "Benachrichtigungs-Einstellungen";
+$a->strings["By default post a status message when:"] = "Sende standardmäßig Status-Nachrichten wenn:";
+$a->strings["accepting a friend request"] = "einer Kontaktanfrage stattgegeben wurde";
+$a->strings["joining a forum/community"] = "ein Forum beigetreten wurde";
+$a->strings["making an <em>interesting</em> profile change"] = "eine <em>interessante</em> Änderung am Profil vorgenommen wurde";
+$a->strings["Send a notification email when:"] = "Eine Email Benachrichtigung senden wenn:";
+$a->strings["You receive an introduction"] = "Du eine Vorstellung erhältst";
+$a->strings["Your introductions are confirmed"] = "Deine Vorstellung bestätigt wurde.";
+$a->strings["Someone writes on your profile wall"] = "Jemand auf deine Pinnwand schreibt";
+$a->strings["Someone writes a followup comment"] = "Jemand einen Beitrag kommentiert";
+$a->strings["You receive a private message"] = "Du eine private Nachricht erhälst";
+$a->strings["You receive a friend suggestion"] = "Du einen Kontaktvorschlag erhälst";
+$a->strings["You are tagged in a post"] = "Du wurdest in einem Beitrag getaggt";
+$a->strings["You are poked/prodded/etc. in a post"] = "Du in einer Nachricht angestupst/geknufft/o.ä. wirst";
+$a->strings["Advanced Account/Page Type Settings"] = "Erweiterte Account / Seiten Arten Einstellungen";
+$a->strings["Change the behaviour of this account for special situations"] = "Ändere das Verhalten dieses Accounts unter speziellen Umständen";
+$a->strings["Public access denied."] = "Öffentlicher Zugang verweigert.";
+$a->strings["No connections."] = "Keine Verbindungen.";
+$a->strings["Visit %s's profile [%s]"] = "Besuche %s's Profil [%s]";
+$a->strings["View Connnections"] = "Zeige Verbindungen";
+$a->strings["Tag removed"] = "Schlagwort entfernt";
+$a->strings["Remove Item Tag"] = "Schlagwort des Beitrags entfernen";
+$a->strings["Select a tag to remove: "] = "Schlagwort zum entfernen auswählen:";
+$a->strings["Remove"] = "Entferne";
+$a->strings["Continue"] = "Fortfahren";
+$a->strings["Premium Channel Setup"] = "Prämium-Kanal Einrichtung";
+$a->strings["Enable premium channel connection restrictions"] = "Einschränkungen für den Prämium-Kanal aktivieren";
+$a->strings["Please enter your restrictions or conditions, such as paypal receipt, usage guidelines, etc."] = "Bitte gib deine Nutzungseinschränkungen ein, z.B. Paypal Quittung, Nutzungsbestimmungen etc.";
+$a->strings["This channel may require additional steps or acknowledgement of the following conditions prior to connecting:"] = "Unter Umständen sind weitere Schritte oder die Bestätigung der folgenden Bedingungen, vor dem Verbinden mit diesem Kanal nötig.";
+$a->strings["Potential connections will then see the following text before proceeding:"] = "Potentielle Verbindungen werden den folgenden Text sehen bevor fortgefahren wird:";
+$a->strings["By continuing, I certify that I have complied with any instructions provided on this page."] = "Mit dem fortfahren bestätige ich die Erfüllung aller Anweisungen die vom Seitenbetreiber erteilt wurden.";
+$a->strings["(No specific instructions have been provided by the channel owner.)"] = "(Der Seitenbetreiber hat keine speziellen Anweisungen für Kanal-Betreiber hinterlegt.)";
+$a->strings["Restricted or Premium Channel"] = "Eingeschränkter oder Prämium-Kanal";
+$a->strings["No potential page delegates located."] = "Keine potentiellen Bevollmächtigten für die Seite gefunden.";
+$a->strings["Delegate Page Management"] = "Delegiere das Management für die Seite";
+$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "Bevollmächtigte sind in der Lage, alle Aspekte dieses Kontos/dieser Seite zu verwalten, abgesehen von den Grundeinstellungen des Kontos. Bitte gib niemandem eine Bevollmächtigung für deinen privaten Account, dem du nicht absolut vertraust!";
+$a->strings["Existing Page Managers"] = "Vorhandene Seitenmanager";
+$a->strings["Existing Page Delegates"] = "Vorhandene Bevollmächtigte für die Seite";
+$a->strings["Potential Delegates"] = "Potentielle Bevollmächtigte";
+$a->strings["Add"] = "Hinzufügen";
+$a->strings["No entries."] = "Keine Einträge.";
+$a->strings["Source created."] = "Quelle erstellt.";
+$a->strings["Source updated."] = "Quelle aktualisiert.";
+$a->strings["Manage remote sources of content for your channel."] = "Entfernte Quellen von Inhalten deines Kanals verwalten.";
+$a->strings["New Source"] = "Neue Quelle";
+$a->strings["Import all or selected content from the following channel into this channel and distribute it according to your channel settings."] = "Importiere alle, oder nur ausgewählte, Inhalte des folgenden Kanals in diesen Kanal und verteile sie gemäß der Einstellungen dieses Kanals.";
+$a->strings["Only import content with these words (one per line)"] = "Importiere ausschließlich Beiträge, die folgende Wörter (eines pro Zeile) enthalten";
+$a->strings["Leave blank to import all public content"] = "Leer lassen um alle öffentlichen Beiträge zu importieren";
+$a->strings["Channel Name"] = "Channel-Name";
+$a->strings["Source not found."] = "Quelle nicht gefunden.";
+$a->strings["Edit Source"] = "Quelle bearbeiten";
+$a->strings["Delete Source"] = "Quelle löschen";
+$a->strings["Source removed"] = "Quelle gelöscht";
+$a->strings["Unable to remove source."] = "Konnte die Quelle nicht löschen.";
+$a->strings["Theme settings updated."] = "Theme Einstellungen aktualisiert.";
$a->strings["Site"] = "Seite";
-$a->strings["Users"] = "Nutzer";
-$a->strings["Plugins"] = "Plugins";
-$a->strings["Themes"] = "Themen";
-$a->strings["DB updates"] = "DB Updates";
+$a->strings["Users"] = "Benutzer";
+$a->strings["Plugins"] = "Plug-Ins";
+$a->strings["Themes"] = "Themes";
+$a->strings["Server"] = "Server";
+$a->strings["DB updates"] = "Datenbankaktualisierungen";
$a->strings["Logs"] = "Protokolle";
-$a->strings["Admin"] = "Administration";
-$a->strings["Plugin Features"] = "Plugin Features";
-$a->strings["User registrations waiting for confirmation"] = "Nutzeranmeldungen die auf Bestätigung warten";
-$a->strings["Normal Account"] = "Normales Konto";
-$a->strings["Soapbox Account"] = "Marktschreier-Konto";
-$a->strings["Community/Celebrity Account"] = "Forum/Promi-Konto";
-$a->strings["Automatic Friend Account"] = "Automatisches Freundekonto";
-$a->strings["Message queues"] = "Nachrichten-Warteschlangen";
+$a->strings["Plugin Features"] = "Plug-In Funktionen";
+$a->strings["User registrations waiting for confirmation"] = "Nutzer Anmeldungen die auf Bestätigung warten";
+$a->strings["Message queues"] = "Nachrichten Warteschlange";
$a->strings["Administration"] = "Administration";
$a->strings["Summary"] = "Zusammenfassung";
-$a->strings["Registered users"] = "Registrierte Nutzer";
-$a->strings["Pending registrations"] = "Anstehende Anmeldungen";
+$a->strings["Registered users"] = "Registrierte Benutzer";
+$a->strings["Pending registrations"] = "Ausstehende Registrierungen";
$a->strings["Version"] = "Version";
-$a->strings["Active plugins"] = "Aktive Plugins";
-$a->strings["Site settings updated."] = "Seiteneinstellungen aktualisiert.";
+$a->strings["Active plugins"] = "Aktive Plug-Ins";
+$a->strings["Site settings updated."] = "Seiten-Einstellungen aktualisiert.";
+$a->strings["No special theme for accessibility"] = "Kein spezielles Accessibility Theme vorhanden";
$a->strings["Closed"] = "Geschlossen";
-$a->strings["Requires approval"] = "Bedarf der Zustimmung";
+$a->strings["Requires approval"] = "Genehmigung erforderlich";
$a->strings["Open"] = "Offen";
-$a->strings["No SSL policy, links will track page SSL state"] = "Keine SSL Richtlinie, Links werden das verwendete Protokoll beibehalten";
-$a->strings["Force all links to use SSL"] = "SSL für alle Links erzwingen";
-$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Selbst-unterzeichnetes Zertifikat, SSL nur für lokale Links verwenden (nicht empfohlen)";
-$a->strings["File upload"] = "Datei hochladen";
-$a->strings["Policies"] = "Regeln";
-$a->strings["Advanced"] = "Erweitert";
+$a->strings["Private"] = "Privat";
+$a->strings["Paid Access"] = "Kostenpflichtiger Zugang";
+$a->strings["Free Access"] = "Kostenloser Zugang";
+$a->strings["Tiered Access"] = "Abgestufter Zugang";
+$a->strings["Registration"] = "Registrierung";
+$a->strings["File upload"] = "Dateiupload";
+$a->strings["Policies"] = "Richtlinien";
+$a->strings["Advanced"] = "Fortgeschritten";
$a->strings["Site name"] = "Seitenname";
$a->strings["Banner/Logo"] = "Banner/Logo";
-$a->strings["System language"] = "Systemsprache";
-$a->strings["System theme"] = "Systemweites Thema";
-$a->strings["Default system theme - may be over-ridden by user profiles - <a href='#' id='cnftheme'>change theme settings</a>"] = "Vorgabe für das System-Theme - kann von Benutzerprofilen überschrieben werden - <a href='#' id='cnftheme'>Theme-Einstellungen ändern</a>";
-$a->strings["SSL link policy"] = "Regeln für SSL Links";
-$a->strings["Determines whether generated links should be forced to use SSL"] = "Bestimmt, ob generierte Links SSL verwenden müssen";
-$a->strings["Maximum image size"] = "Maximale Größe von Bildern";
-$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Maximale Upload-Größe von Bildern in Bytes. Standard ist 0, d.h. ohne Limit.";
+$a->strings["System language"] = "System-Sprache";
+$a->strings["System theme"] = "System-Theme";
+$a->strings["Default system theme - may be over-ridden by user profiles - <a href='#' id='cnftheme'>change theme settings</a>"] = "Standard System-Theme - kann durch Nutzerprofile überschieben werden - <a href='#' id='cnftheme'>Theme.Einstellungen ändern</a>";
+$a->strings["Mobile system theme"] = "Mobile System-Theme:";
+$a->strings["Theme for mobile devices"] = "Theme für mobile Geräte";
+$a->strings["Accessibility system theme"] = "Accessibility System-Theme";
+$a->strings["Accessibility theme"] = "Accessibility Theme";
+$a->strings["Channel to use for this website's static pages"] = "Kanal für die statischen Seiten dieser Webseite verwenden";
+$a->strings["Site Channel"] = "Seiten Kanal";
+$a->strings["Maximum image size"] = "Maximale Bildgröße";
+$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Maximale Größe in Bytes von hochgeladenen Bildern. Standard ist 0, was keine Einschränkung bedeutet.";
$a->strings["Register policy"] = "Registrierungsmethode";
+$a->strings["Access policy"] = "Zugangsrichtlinien";
$a->strings["Register text"] = "Registrierungstext";
$a->strings["Will be displayed prominently on the registration page."] = "Wird gut sichtbar auf der Registrierungsseite angezeigt.";
-$a->strings["Accounts abandoned after x days"] = "Nutzerkonten gelten nach x Tagen als unbenutzt";
-$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "Verschwende keine System-Ressourcen auf das Pollen externer Seiten, wenn Konten nicht mehr benutzt werden. 0 eingeben für kein Limit.";
+$a->strings["Accounts abandoned after x days"] = "Accounts gelten nach X Tagen als unbenutzt";
+$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "Verschwende keine Systemressourchen auf das Pollen von externen Seiten wenn das Konto nicht mehr benutzt wird. Trage hier 0 für kein zeitliches Limit.";
$a->strings["Allowed friend domains"] = "Erlaubte Domains für Kontakte";
$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "Liste der Domains, die für Freundschaften erlaubt sind, durch Kommas getrennt. Platzhalter werden akzeptiert. Leer lassen, um alle Domains zu erlauben.";
-$a->strings["Allowed email domains"] = "Erlaubte Domains für Emails";
+$a->strings["Allowed email domains"] = "Erlaubte Domains für E-Mails";
$a->strings["Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains"] = "Liste der Domains, die für E-Mail-Adressen bei der Registrierung erlaubt sind, durch Kommas getrennt. Platzhalter werden akzeptiert. Leer lassen, um alle Domains zu erlauben.";
$a->strings["Block public"] = "Öffentlichen Zugriff blockieren";
$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "Klicken, um öffentlichen Zugriff auf sonst öffentliche Profile zu blockieren, wenn man nicht eingeloggt ist.";
-$a->strings["Force publish"] = "Erzwinge Veröffentlichung";
+$a->strings["Force publish"] = "Veröffentlichung erzwingen";
$a->strings["Check to force all profiles on this site to be listed in the site directory."] = "Klicken, um Anzeige aller Profile dieses Servers im Verzeichnis zu erzwingen.";
-$a->strings["Global directory update URL"] = "URL für Updates beim weltweiten Verzeichnis";
-$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["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["OpenID support"] = "OpenID Unterstützung";
-$a->strings["OpenID support for registration and logins."] = "OpenID-Unterstützung für Registrierung und Login.";
-$a->strings["Fullname check"] = "Namen auf Vollständigkeit überprüfen";
-$a->strings["Force users to register with a space between firstname and lastname in Full name, as an antispam measure"] = "Leerzeichen zwischen Vor- und Nachname im vollständigen Namen erzwingen, um SPAM zu vermeiden.";
-$a->strings["UTF-8 Regular expressions"] = "UTF-8 Reguläre Ausdrücke";
-$a->strings["Use PHP UTF8 regular expressions"] = "PHP UTF8 Ausdrücke verwenden";
-$a->strings["Show Community Page"] = "Gemeinschaftsseite anzeigen";
-$a->strings["Display a Community page showing all recent public postings on this site."] = "Zeige die Gemeinschaftsseite mit allen öffentlichen Beiträgen auf diesem Server.";
-$a->strings["Enable OStatus support"] = "OStatus Unterstützung aktivieren";
-$a->strings["Provide built-in OStatus (identi.ca, status.net, etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."] = "Biete die eingebaute OStatus (identi.ca, status.net, etc.) Unterstützung an. Jede Kommunikation in OStatus ist öffentlich, so Privatsphäre Warnungen werden bei Bedarf angezeigt.";
-$a->strings["Enable Diaspora support"] = "Diaspora-Support aktivieren";
-$a->strings["Provide built-in Diaspora network compatibility."] = "Verwende die eingebaute Diaspora-Verknüpfung.";
-$a->strings["Only allow Friendica contacts"] = "Nur Friendica-Kontakte erlauben";
-$a->strings["All contacts must use Friendica protocols. All other built-in communication protocols disabled."] = "Alle Kontakte müssen das Friendica Protokoll nutzen. Alle anderen Kommunikationsprotokolle werden deaktiviert.";
-$a->strings["Verify SSL"] = "SSL Überprüfen";
-$a->strings["If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites."] = "Wenn gewollt, kann man hier eine strenge Zertifikatkontrolle einstellen. Das bedeutet, dass man zu keinen Seiten mit selbst unterzeichnetem SSL eine Verbindung herstellen kann.";
-$a->strings["Proxy user"] = "Proxy Nutzer";
+$a->strings["Proxy user"] = "Proxy Benutzer";
$a->strings["Proxy URL"] = "Proxy URL";
-$a->strings["Network timeout"] = "Netzwerk Wartezeit";
+$a->strings["Network timeout"] = "Netzwerk-Timeout";
$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "Der Wert ist in Sekunden. Setze 0 für unbegrenzt (nicht empfohlen).";
-$a->strings["Delivery interval"] = "Zustellungsintervall";
+$a->strings["Delivery interval"] = "Auslieferung Intervall";
$a->strings["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."] = "Verzögere im Hintergrund laufende Auslieferungsprozesse um die angegebene Anzahl an Sekunden, um die Systemlast zu verringern. Empfehlungen: 4-5 für Shared-Hosts, 2-3 für VPS, 0-1 für große dedizierte Server.";
$a->strings["Poll interval"] = "Abfrageintervall";
$a->strings["Delay background polling processes by this many seconds to reduce system load. If 0, use delivery interval."] = "Verzögere Hintergrundprozesse, um diese Anzahl an Sekunden um die Systemlast zu reduzieren. Bei 0 Sekunden wird das Auslieferungsintervall verwendet.";
$a->strings["Maximum Load Average"] = "Maximum Load Average";
$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Maximale Systemlast bevor Verteil- und Empfangsprozesse verschoben werden - Standard 50";
+$a->strings["No server found"] = "Kein Server gefunden";
+$a->strings["ID"] = "ID";
+$a->strings["for channel"] = "für Kanal";
+$a->strings["on server"] = "auf Server";
+$a->strings["Status"] = "Status";
$a->strings["Update has been marked successful"] = "Update wurde als erfolgreich markiert";
-$a->strings["Executing %s failed. Check system logs."] = "Ausführung von %s schlug fehl. Systemprotokolle prüfen.";
-$a->strings["Update %s was successfully applied."] = "Update %s war erfolgreich.";
-$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "Update %s hat keinen Status zurückgegeben. Unbekannter Status.";
-$a->strings["Update function %s could not be found."] = "Updatefunktion %s konnte nicht gefunden werden.";
-$a->strings["No failed updates."] = "Keine fehlgeschlagenen Updates.";
-$a->strings["Failed Updates"] = "Fehlgeschlagene Updates";
-$a->strings["This does not include updates prior to 1139, which did not return a status."] = "Ohne Updates vor 1139, da diese keinen Status zurückgegeben haben.";
-$a->strings["Mark success (if update was manually applied)"] = "Als erfolgreich markieren (falls das Update manuell installiert wurde)";
-$a->strings["Attempt to execute this update step automatically"] = "Versuchen, diesen Schritt automatisch auszuführen";
+$a->strings["Executing %s failed. Check system logs."] = "Aufrufen von %s fehlgeschlagen. Überprüfe die Systemlogs.";
+$a->strings["Update %s was successfully applied."] = "Update %s wurde erfolgreich angewandt.";
+$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "Update %s liefert keinen Rückgabewert. Unbekannt ob es erfolgreich war.";
+$a->strings["Update function %s could not be found."] = "Update Funktion %s konnte nicht gefunden werden.";
+$a->strings["No failed updates."] = "Keine fehlgeschlagenen Aktualisierungen.";
+$a->strings["Failed Updates"] = "Fehlgeschlagene Aktualisierungen";
+$a->strings["Mark success (if update was manually applied)"] = "Als erfolgreich markieren (wenn das Update manuell angewandt wurde)";
+$a->strings["Attempt to execute this update step automatically"] = "Versuche diesen Updateschritt automatisch anzuwenden";
$a->strings["%s user blocked/unblocked"] = array(
- 0 => "%s Benutzer geblockt/freigegeben",
- 1 => "%s Benutzer geblockt/freigegeben",
+ 0 => "%s Nutzer blockiert/freigegeben",
+ 1 => "%s Nutzer blockiert/freigegeben",
);
$a->strings["%s user deleted"] = array(
0 => "%s Nutzer gelöscht",
1 => "%s Nutzer gelöscht",
);
-$a->strings["User '%s' deleted"] = "Nutzer '%s' gelöscht";
-$a->strings["User '%s' unblocked"] = "Nutzer '%s' entsperrt";
-$a->strings["User '%s' blocked"] = "Nutzer '%s' gesperrt";
+$a->strings["Account not found"] = "Konto nicht gefunden";
+$a->strings["User '%s' deleted"] = "Benutzer '%s' gelöscht";
+$a->strings["User '%s' unblocked"] = "Benutzer '%s' freigegeben";
+$a->strings["User '%s' blocked"] = "Benutzer '%s' blockiert";
+$a->strings["Normal Account"] = "Normales Konto";
+$a->strings["Soapbox Account"] = "Marktschreier Konto";
+$a->strings["Community/Celebrity Account"] = "Community/Celebrity Konto";
+$a->strings["Automatic Friend Account"] = "Automatisches Freundschafts- Konto";
$a->strings["select all"] = "Alle auswählen";
$a->strings["User registrations waiting for confirm"] = "Neuanmeldungen, die auf deine Bestätigung warten";
-$a->strings["Request date"] = "Anfragedatum";
-$a->strings["Email"] = "Email";
-$a->strings["No registrations."] = "Keine Neuanmeldungen.";
-$a->strings["Deny"] = "Verwehren";
-$a->strings["Register date"] = "Anmeldedatum";
+$a->strings["Request date"] = "Antragsdatum";
+$a->strings["No registrations."] = "Keine Registrierungen.";
+$a->strings["Approve"] = "Genehmigen";
+$a->strings["Deny"] = "Verweigern";
+$a->strings["Block"] = "Blockieren";
+$a->strings["Unblock"] = "Freigeben";
+$a->strings["Register date"] = "Registrierungs-Datum";
$a->strings["Last login"] = "Letzte Anmeldung";
-$a->strings["Last item"] = "Letzter Beitrag";
-$a->strings["Account"] = "Nutzerkonto";
-$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Die markierten Nutzer werden gelöscht!\\n\\nAlle Beiträge, die diese Nutzer auf dieser Seite veröffentlicht haben, werden permanent gelöscht!\\n\\nBist du sicher?";
-$a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Der Nutzer {0} wird gelöscht!\\n\\nAlles was dieser Nutzer auf dieser Seite veröffentlicht hat, wird permanent gelöscht!\\n\\nBist du sicher?";
-$a->strings["Plugin %s disabled."] = "Plugin %s deaktiviert.";
-$a->strings["Plugin %s enabled."] = "Plugin %s aktiviert.";
-$a->strings["Disable"] = "Ausschalten";
-$a->strings["Enable"] = "Einschalten";
+$a->strings["Service Class"] = "Service-Klasse";
+$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Markierte Nutzer werden gelöscht\\n\\nAlles was diese Nutzer auf dieser Seite veröffentlicht haben wird permanent gelöscht\\n\\nBist du sicher?";
+$a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Der Nutzer {0} wird gelöscht\\n\\nAlles was dieser Nutzer auf dieser Seite veröffentlicht hat wird permanent gelöscht werden\\n\\nBist du sicher?";
+$a->strings["Plugin %s disabled."] = "Plug-In %s deaktiviert.";
+$a->strings["Plugin %s enabled."] = "Plug-In %s aktiviert.";
+$a->strings["Disable"] = "Deaktivieren";
+$a->strings["Enable"] = "Aktivieren";
$a->strings["Toggle"] = "Umschalten";
-$a->strings["Author: "] = "Autor:";
+$a->strings["Author: "] = "Autor: ";
$a->strings["Maintainer: "] = "Betreuer:";
-$a->strings["No themes found."] = "Keine Themen gefunden.";
+$a->strings["No themes found."] = "Keine Theme gefunden.";
$a->strings["Screenshot"] = "Bildschirmfoto";
$a->strings["[Experimental]"] = "[Experimentell]";
$a->strings["[Unsupported]"] = "[Nicht unterstützt]";
-$a->strings["Log settings updated."] = "Protokolleinstellungen aktualisiert.";
-$a->strings["Clear"] = "löschen";
-$a->strings["Debugging"] = "Protokoll führen";
+$a->strings["Log settings updated."] = "Protokoll-Einstellungen aktualisiert.";
+$a->strings["Clear"] = "Leeren";
+$a->strings["Debugging"] = "Debugging";
$a->strings["Log file"] = "Protokolldatei";
-$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "Webserver muss Schreibrechte besitzen. Abhängig vom Friendica-Installationsverzeichnis.";
-$a->strings["Log level"] = "Protokoll-Level";
-$a->strings["Close"] = "Schließen";
-$a->strings["FTP Host"] = "FTP Host";
-$a->strings["FTP Path"] = "FTP Pfad";
-$a->strings["FTP User"] = "FTP Nutzername";
-$a->strings["FTP Password"] = "FTP Passwort";
-$a->strings["Requested profile is not available."] = "Das angefragte Profil ist nicht vorhanden.";
-$a->strings["Access to this profile has been restricted."] = "Der Zugriff zu diesem Profil wurde eingeschränkt.";
-$a->strings["Tips for New Members"] = "Tipps für neue Nutzer";
-$a->strings["{0} wants to be your friend"] = "{0} möchte mit dir in Kontakt treten";
-$a->strings["{0} sent you a message"] = "{0} hat dir eine Nachricht geschickt";
-$a->strings["{0} requested registration"] = "{0} möchte sich registrieren";
-$a->strings["{0} commented %s's post"] = "{0} kommentierte einen Beitrag von %s";
-$a->strings["{0} liked %s's post"] = "{0} mag %ss Beitrag";
-$a->strings["{0} disliked %s's post"] = "{0} mag %ss Beitrag nicht";
-$a->strings["{0} is now friends with %s"] = "{0} ist jetzt mit %s befreundet";
-$a->strings["{0} posted"] = "{0} hat etwas veröffentlicht";
-$a->strings["{0} tagged %s's post with #%s"] = "{0} hat %ss Beitrag mit dem Schlagwort #%s versehen";
-$a->strings["{0} mentioned you in a post"] = "{0} hat dich in einem Beitrag erwähnt";
-$a->strings["Contacts who are not members of a group"] = "Kontakte, die keiner Gruppe zugewiesen sind";
-$a->strings["OpenID protocol error. No ID returned."] = "OpenID Protokollfehler. Keine ID zurückgegeben.";
-$a->strings["Account not found and OpenID registration is not permitted on this site."] = "Nutzerkonto wurde nicht gefunden, und OpenID-Registrierung ist auf diesem Server nicht gestattet.";
-$a->strings["Login failed."] = "Anmeldung fehlgeschlagen.";
-$a->strings["Contact added"] = "Kontakt hinzugefügt";
-$a->strings["Common Friends"] = "Gemeinsame Freunde";
-$a->strings["No contacts in common."] = "Keine gemeinsamen Kontakte.";
-$a->strings["Item has been removed."] = "Eintrag wurde entfernt.";
-$a->strings["Applications"] = "Anwendungen";
-$a->strings["No installed applications."] = "Keine Applikationen installiert.";
-$a->strings["Search"] = "Suche";
+$a->strings["Must be writable by web server. Relative to your Red top-level directory."] = "Muss für den Web-Server schreibbar sein. Relativ zum Red Stammverzeichnis.";
+$a->strings["Log level"] = "Protokollstufe";
+$a->strings["Menu not found."] = "Menü nicht gefunden";
+$a->strings["Menu element updated."] = "Menü-Bestandteil aktualisiert.";
+$a->strings["Unable to update menu element."] = "Kann Menü-Bestandteil nicht aktualisieren.";
+$a->strings["Menu element added."] = "Menü-Bestandteil hinzugefügt.";
+$a->strings["Unable to add menu element."] = "Kann Menü-Bestandteil nicht hinzufügen.";
+$a->strings["Not found."] = "Nicht gefunden.";
+$a->strings["Manage Menu Elements"] = "Menü-Bestandteile verwalten";
+$a->strings["Edit menu"] = "Menü bearbeiten";
+$a->strings["Edit element"] = "Bestandteil bearbeiten";
+$a->strings["Drop element"] = "Bestandteil löschen";
+$a->strings["New element"] = "Neues Bestandteil";
+$a->strings["Edit this menu container"] = "Diesen Menü-Container bearbeiten";
+$a->strings["Add menu element"] = "Menüelement hinzufügen";
+$a->strings["Delete this menu item"] = "Lösche dieses Menü-Bestandteil";
+$a->strings["Edit this menu item"] = "Bearbeite dieses Menü-Bestandteil";
+$a->strings["New Menu Element"] = "Neues Menü-Bestandteil";
+$a->strings["Link text"] = "Link Text";
+$a->strings["URL of link"] = "URL des Links";
+$a->strings["Use Red magic-auth if available"] = "Verwende Red Magic-Auth wenn verfügbar";
+$a->strings["Open link in new window"] = "Öffne Link in neuem Fenster";
+$a->strings["Order in list"] = "Reihenfolge in der Liste";
+$a->strings["Higher numbers will sink to bottom of listing"] = "Größere Nummern werden weiter unten in der Auflistung einsortiert";
+$a->strings["Create"] = "Erstelle";
+$a->strings["Menu item not found."] = "Menü-Bestandteil nicht gefunden.";
+$a->strings["Menu item deleted."] = "Menü-Bestandteil gelöscht.";
+$a->strings["Menu item could not be deleted."] = "Menü-Bestandteil kann nicht gelöscht werden.";
+$a->strings["Edit Menu Element"] = "Bearbeite Menü-Bestandteil";
+$a->strings["Modify"] = "Ändern";
+$a->strings["Collection created."] = "Sammlung erstellt.";
+$a->strings["Could not create collection."] = "Sammlung kann nicht erstellt werden.";
+$a->strings["Collection name changed."] = "Name der Sammlung geändert.";
+$a->strings["Create a collection of channels."] = "Erstelle eine Sammlung von Kanälen.";
+$a->strings["Collection Name: "] = "Name der Sammlung:";
+$a->strings["Members are visible to other channels"] = "Mitglieder sind sichtbar für andere Kanäle";
+$a->strings["Collection removed."] = "Sammlung gelöscht.";
+$a->strings["Unable to remove collection."] = "Löschen der Sammlung nicht möglich.";
+$a->strings["Collection Editor"] = "Sammlung-Editor";
+$a->strings["Members"] = "Mitglieder";
+$a->strings["All Connected Channels"] = "Alle verbundene Channels";
+$a->strings["Click on a channel to add or remove."] = "Wähle einen Kanal zum hinzufügen oder entfernen aus.";
+$a->strings["Page owner information could not be retrieved."] = "Informationen über den Betreiber der Seite konnten nicht gefunden werden.";
+$a->strings["Album not found."] = "Album nicht gefunden.";
+$a->strings["Delete Album"] = "Album löschen";
+$a->strings["Delete Photo"] = "Foto löschen";
+$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s wurde auf %2\$s von %3\$s getaggt";
+$a->strings["a photo"] = "Foto";
+$a->strings["No photos selected"] = "Keine Fotos ausgewählt";
+$a->strings["Access to this item is restricted."] = "Zugriff auf dieses Foto wurde eingeschränkt.";
+$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "Du benutzt %1$.2f MBytes deines %2$.2f MBytes großen Bilder-Speichers.";
+$a->strings["You have used %1$.2f Mbytes of photo storage."] = "Du verwendets %1$.2f MBytes deines Foto-Speichers.";
+$a->strings["Upload Photos"] = "Fotos hochladen";
+$a->strings["New album name: "] = "Name des neuen Albums:";
+$a->strings["or existing album name: "] = "oder bestehenden Album Namen:";
+$a->strings["Do not show a status post for this upload"] = "Keine Statusnachricht für diesen Upload senden";
+$a->strings["Permissions"] = "Berechtigungen";
+$a->strings["Contact Photos"] = "Kontakt Bilder";
+$a->strings["Edit Album"] = "Album bearbeiten";
+$a->strings["Show Newest First"] = "Zeige neueste zuerst";
+$a->strings["Show Oldest First"] = "Zeige älteste zuerst";
+$a->strings["View Photo"] = "Foto ansehen";
+$a->strings["Permission denied. Access to this item may be restricted."] = "Berechtigung verweigert. Der Zugriff ist wahrscheinlich eingeschränkt worden.";
+$a->strings["Photo not available"] = "Foto nicht verfügbar";
+$a->strings["Use as profile photo"] = "Als Profilfoto verwenden";
+$a->strings["View Full Size"] = "In voller Größe anzeigen";
+$a->strings["Edit photo"] = "Foto bearbeiten";
+$a->strings["Rotate CW (right)"] = "Drehen US (rechts)";
+$a->strings["Rotate CCW (left)"] = "Drehen EUS (links)";
+$a->strings["New album name"] = "Name des neuen Albums:";
+$a->strings["Caption"] = "Bildunterschrift";
+$a->strings["Add a Tag"] = "Schlagwort hinzufügen";
+$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Beispiel: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping";
+$a->strings["View Album"] = "Album ansehen";
+$a->strings["Recent Photos"] = "Neueste Fotos";
+$a->strings["sent you a private message"] = "eine private Nachricht schicken";
+$a->strings["added your channel"] = "hat deinen Kanal hinzugefügt";
+$a->strings["g A l F d"] = "l, d. F G \\\\U\\\\h\\\\r";
+$a->strings["[today]"] = "[Heute]";
+$a->strings["posted an event"] = "hat eine Veranstaltung veröffentlicht";
+$a->strings["- select -"] = "-auswählen-";
+$a->strings["Menu updated."] = "Menü aktualisiert.";
+$a->strings["Unable to update menu."] = "Kann Menü nicht aktualisieren.";
+$a->strings["Menu created."] = "Menü erstellt.";
+$a->strings["Unable to create menu."] = "Kann Menü nicht erstellen.";
+$a->strings["Manage Menus"] = "Menüs verwalten";
+$a->strings["Drop"] = "Löschen";
+$a->strings["New"] = "Neu";
+$a->strings["Create a new menu"] = "Neues Menü erstellen";
+$a->strings["Delete this menu"] = "Lösche dieses Menü";
+$a->strings["Edit menu contents"] = "Bearbeite Menü Inhalte";
+$a->strings["Edit this menu"] = "Dieses Menü bearbeiten";
+$a->strings["New Menu"] = "Neues Menü";
+$a->strings["Menu name"] = "Menü Name";
+$a->strings["Must be unique, only seen by you"] = "Muss unverwechselbar sein, nur für dich sichtbar";
+$a->strings["Menu title"] = "Menü Titel";
+$a->strings["Menu title as seen by others"] = "Menü Titel wie er von anderen gesehen wird";
+$a->strings["Menu deleted."] = "Menü gelöscht.";
+$a->strings["Menu could not be deleted."] = "Menü konnte nicht gelöscht werden.";
+$a->strings["Edit Menu"] = "Menü bearbeiten";
+$a->strings["Add or remove entries to this menu"] = "Einträge zu diesem Menü hinzufügen oder entfernen";
+$a->strings["Welcome to %s"] = "Willkommen auf %s";
+$a->strings["Check Mail"] = "E-Mails abrufen";
+$a->strings["Unable to lookup recipient."] = "Konnte den Empfänger nicht finden.";
+$a->strings["Unable to communicate with requested channel."] = "Die Kommunikation mit dem ausgewählten Kanal ist fehlgeschlagen.";
+$a->strings["Cannot verify requested channel."] = "Verifizierung des angeforderten Kanals fehlgeschlagen.";
+$a->strings["Selected channel has private message restrictions. Send failed."] = "Der ausgewählte Kanal hat Einschränkungen bzgl. privater Nachrichten. Senden fehlgeschlagen.";
+$a->strings["Messages"] = "Nachrichten";
+$a->strings["Message deleted."] = "Nachricht gelöscht.";
+$a->strings["Conversation removed."] = "Unterhaltung gelöscht.";
+$a->strings["Send Private Message"] = "Private Nachricht senden";
+$a->strings["To:"] = "An:";
+$a->strings["Subject:"] = "Betreff:";
+$a->strings["No messages."] = "Keine Nachrichten.";
+$a->strings["Delete message"] = "Nachricht löschen";
+$a->strings["D, d M Y - g:i A"] = "D, d. M Y - g:i A";
+$a->strings["Message not found."] = "Nachricht nicht gefunden.";
+$a->strings["Delete conversation"] = "Unterhaltung löschen";
+$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "Keine sichere Kommunikation verfügbar. <strong>Eventuell</strong> kannst du von der Profilseite des Absenders antworten.";
+$a->strings["Send Reply"] = "Antwort senden";
+$a->strings["No profile"] = "Kein Profil";
+$a->strings["Help:"] = "Hilfe:";
+$a->strings["Not Found"] = "Nicht gefunden";
+$a->strings["Page not found."] = "Seite nicht gefunden.";
+$a->strings["Remote Authentication"] = "Entfernte Authentifizierung";
+$a->strings["Enter your channel address (e.g. channel@example.com)"] = "Geben Sie Ihre Kanal-Adresse (z.B. channel@example.com)";
+$a->strings["Authenticate"] = "Authentifizieren";
+$a->strings["Remove term"] = "Eintrag löschen";
+$a->strings["Commented Order"] = "Neueste Kommentare";
+$a->strings["Sort by Comment Date"] = "Nach Kommentardatum sortiert";
+$a->strings["Posted Order"] = "Neueste Beiträge";
+$a->strings["Sort by Post Date"] = "Nach Beitragsdatum sortiert";
+$a->strings["Personal"] = "Persönlich";
+$a->strings["Posts that mention or involve you"] = "Beiträge, in denen es um dich geht";
+$a->strings["Activity Stream - by date"] = "Activity Stream - nach Datum sortiert";
+$a->strings["Starred"] = "Markiert";
+$a->strings["Favourite Posts"] = "Favorisierte Beiträge";
+$a->strings["Spam"] = "Spam";
+$a->strings["Posts flagged as SPAM"] = "Nachrichten die als SPAM markiert wurden";
+$a->strings["Refresh"] = "Aktualisieren";
+$a->strings["Me"] = "Ich";
+$a->strings["Best Friends"] = "Beste Freunde";
+$a->strings["Co-workers"] = "Kollegen";
+$a->strings["Former Friends"] = "ehem. Freunde";
+$a->strings["Acquaintances"] = "Bekanntschaften";
+$a->strings["Everybody"] = "Jeder";
+$a->strings["Search Results For:"] = "Suchergebnisse für:";
+$a->strings["No such group"] = "Gruppe existiert nicht";
+$a->strings["Connection: "] = "Verbindung:";
+$a->strings["Invalid connection."] = "Ungültige Verbindung.";
+$a->strings["Ignore"] = "Ignorieren";
+$a->strings["Connection updated."] = "Verbindung aktualisiert.";
+$a->strings["Connection update failed."] = "Aktualisierung der Verbindung ist fehlgeschlagen.";
+$a->strings["Introductions and Connection Requests"] = "Vorstellungen und Kontaktanfragen";
+$a->strings["No pending introductions."] = "Keine wartenden Vorstellungen.";
+$a->strings["System error. Please try again later."] = "Systemfehler. Bitte später erneut versuchen.";
+$a->strings["Hide this contact from others"] = "Diese Verbindung vor den anderen verbergen.";
+$a->strings["Post a new friend activity"] = "Neue-Kontakt Nachricht senden";
+$a->strings["if applicable"] = "falls anwendbar";
+$a->strings["Discard"] = "Verwerfen";
+$a->strings["Could not access contact record."] = "Konnte auf den Kontakteintrag nicht zugreifen.";
+$a->strings["Could not locate selected profile."] = "Konnte das gewählte Profil nicht finden.";
+$a->strings["Failed to update connection record."] = "Konnte den Verbindungseintrag nicht aktualisieren.";
+$a->strings["Could not access address book record."] = "Konnte nicht auf den Eintrag im Adressbuch zugreifen.";
+$a->strings["Refresh failed - channel is currently unavailable."] = "Aktualisierung fehlgeschlagen - der Kanal ist im Moment nicht erreichbar.";
+$a->strings["Channel has been unblocked"] = "Kanal nicht mehr blockiert";
+$a->strings["Channel has been blocked"] = "Kanal blockiert";
+$a->strings["Unable to set address book parameters."] = "Konnte die Adressbuch Parameter nicht setzen.";
+$a->strings["Channel has been unignored"] = "Kanal wird nicht mehr ignoriert";
+$a->strings["Channel has been ignored"] = "Kanal wird ignoriert";
+$a->strings["Channel has been unarchived"] = "Kanal wurde aus dem Archiv zurück geholt";
+$a->strings["Channel has been archived"] = "Kanal wurde archiviert";
+$a->strings["Channel has been unhidden"] = "Kanal wird nicht mehr versteckt";
+$a->strings["Channel has been hidden"] = "Kanal wurde versteckt";
+$a->strings["Channel has been approved"] = "Kanal wurde zugelassen";
+$a->strings["Channel has been unapproved"] = "Zulassung des Kanals entfernt";
+$a->strings["Contact has been removed."] = "Kontakt wurde entfernt.";
+$a->strings["View %s's profile"] = "%s's Profil ansehen";
+$a->strings["Refresh Permissions"] = "Zugriffsrechte auffrischen";
+$a->strings["Fetch updated permissions"] = "Aktualisierte Zugriffsrechte abfragen";
+$a->strings["Recent Activity"] = "Kürzliche Aktivitäten";
+$a->strings["View recent posts and comments"] = "Betrachte die neuesten Beiträge und Kommentare";
+$a->strings["Block or Unblock this connection"] = "Verbindung blockieren oder frei geben";
+$a->strings["Unignore"] = "Nicht ignorieren";
+$a->strings["Ignore or Unignore this connection"] = "Verbindung ignorieren oder wieder beachten";
+$a->strings["Unarchive"] = "Aus Archiv zurückholen";
+$a->strings["Archive"] = "Archivieren";
+$a->strings["Archive or Unarchive this connection"] = "Archiviere diese Verbindung oder hole sie aus dem Archiv zurück";
+$a->strings["Unhide"] = "aufdecken";
+$a->strings["Hide"] = "Verbergen";
+$a->strings["Hide or Unhide this connection"] = "Diese Verbindung verstecken oder aufdecken";
+$a->strings["Delete this connection"] = "Verbindung löschen";
+$a->strings["Unknown"] = "Unbekannt";
+$a->strings["Approve this connection"] = "Verbindung genehmigen";
+$a->strings["Accept connection to allow communication"] = "Aktzeptiere die Verbindung um Kommunikation zu ermöglichen";
+$a->strings["Automatic Permissions Settings"] = "Automatische Berechtigungs-Einstellungen";
+$a->strings["Connections: settings for %s"] = "Verbindungseinstellungen für %s";
+$a->strings["When receiving a channel introduction, any permissions provided here will be applied to the new connection automatically and the introduction approved. Leave this page if you do not wish to use this feature."] = "Wenn eine Kanal-Vorstellung empfangen wird, werden die hier getroffenen Einstellungen automatisch angewandt und der Anfrage wird stattgegeben. Verlasse diese Seite, wenn du dieses Feature nicht verwanden möchtest.";
+$a->strings["Slide to adjust your degree of friendship"] = "Schieben um den Grad der Freundschaft zu wählen";
+$a->strings["Connection has no individual permissions!"] = "Diese Verbindung hat keine individuellen Zugriffseinstellungen.";
+$a->strings["This may be appropriate based on your <a href=\"settings\">privacy settings</a>, though you may wish to review the \"Advanced Permissions\"."] = "Abhängig von deinen <a href=\"settings\">Privatsphären Einstellungen</a> könnte dies angebracht sein, eventuell solltest du aber die \"Erweiterte Zugriffsrechte\" überprüfen.";
+$a->strings["Profile Visibility"] = "Sichtbarkeit des Profils";
+$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Bitte wähle ein Profil, das wir %s zeigen sollen, wenn deine Profilseite über eine verifizierte Verbindung aufgerufen wird.";
+$a->strings["Contact Information / Notes"] = "Kontaktinformationen / Notizen";
+$a->strings["Edit contact notes"] = "Kontaktnotizen editieren";
+$a->strings["Their Settings"] = "Deren Einstellungen";
+$a->strings["My Settings"] = "Meine Einstellungen";
+$a->strings["Forum Members"] = "Forum Mitglieder";
+$a->strings["Soapbox"] = "Marktschreier";
+$a->strings["Full Sharing"] = "Volles Teilen";
+$a->strings["Cautious Sharing"] = "Vorsichtiges Teilen";
+$a->strings["Follow Only"] = "Nur Folgen";
+$a->strings["Individual Permissions"] = "Individuelle Zugriffseinstellungen";
+$a->strings["Individual permissions are only enabled for <a href=\"settings\">privacy settings</a> which are set to \"Only those you specifically allow\". Otherwise they are controlled by your privacy settings."] = "Individuelle Zugriffseinstellungen sind nur aktive bei <a href=\"settings\">Privatspären Einstellungen</a> die auf \"Nur diejenigen, die Sie erlauben\" gesetzt sind. Andernfalls wird dies über deine Privatsphären Einstellungen geregelt.";
+$a->strings["Advanced Permissions"] = "Erweiterte Zugriffsrechte";
+$a->strings["Quick Links"] = "Quick Links";
+$a->strings["Visit %s's profile - %s"] = "%s's Profil besuchen - %s";
+$a->strings["Block/Unblock contact"] = "Geblockt Status ein- / ausschalten";
+$a->strings["Ignore contact"] = "Kontakt ignorieren";
+$a->strings["Repair URL settings"] = "URL Einstellungen reparieren";
+$a->strings["View conversations"] = "Unterhaltungen anzeigen";
+$a->strings["Delete contact"] = "Kontakt löschen";
+$a->strings["Last update:"] = "Letzte Aktualisierung:";
+$a->strings["Update public posts"] = "Öffentliche Beiträge aktualisieren";
+$a->strings["Update now"] = "Jetzt aktualisieren";
+$a->strings["Currently blocked"] = "Derzeit blockiert";
+$a->strings["Currently ignored"] = "Derzeit ignoriert";
+$a->strings["Currently archived"] = "Derzeit archiviert";
+$a->strings["Currently pending"] = "Derzeit anstehend";
+$a->strings["Replies/likes to your public posts <strong>may</strong> still be visible"] = "Antworten/Likes auf deine öffentlichen Beiträge <strong>können</strong> immer noch sichtbar sein";
+$a->strings["Blocked"] = "Blockiert";
+$a->strings["Ignored"] = "Ignoriert";
+$a->strings["Hidden"] = "Versteckt";
+$a->strings["Archived"] = "Archiviert";
+$a->strings["All"] = "Alle";
+$a->strings["Suggestions"] = "Vorschläge";
+$a->strings["Suggest new connections"] = "Neue Verbindungen vorschlagen";
+$a->strings["Show pending (new) connections"] = "Zeige schwebende (neue) Verbindungen";
+$a->strings["All Connections"] = "Alle Verbindungen";
+$a->strings["Show all connections"] = "Zeige alle Verbindungen";
+$a->strings["Unblocked"] = "Freigegeben";
+$a->strings["Only show unblocked connections"] = "Zeige nur freigegebene Verbindungen";
+$a->strings["Only show blocked connections"] = "Zeige nur blockierte Verbindungen";
+$a->strings["Only show ignored connections"] = "Zeige nur ignorierte Verbindungen";
+$a->strings["Only show archived connections"] = "Zeige nur archivierte Verbindungen";
+$a->strings["Only show hidden connections"] = "Zeige nur versteckte Verbindungen";
+$a->strings["%1\$s [%2\$s]"] = "%1\$s [%2\$s]";
+$a->strings["Edit contact"] = "Kontakt bearbeiten";
+$a->strings["Search your connections"] = "Verbindungen durchsuchen";
+$a->strings["Finding: "] = "Ergebnisse:";
+$a->strings["This site is not a directory server"] = "Diese Website ist kein Verzeichnis-Server";
+$a->strings["Remote privacy information not available."] = "Entfernte Privatsphären Einstellungen sind nicht verfügbar.";
+$a->strings["Visible to:"] = "Sichtbar für:";
$a->strings["Profile not found."] = "Profil nicht gefunden.";
-$a->strings["Profile Name is required."] = "Profilname ist erforderlich.";
+$a->strings["Profile deleted."] = "Profil gelöscht.";
+$a->strings["Profile-"] = "Profil-";
+$a->strings["New profile created."] = "Neues Profil erstellt.";
+$a->strings["Profile unavailable to clone."] = "Profil kann nicht geklont werden.";
+$a->strings["Profile Name is required."] = "Profil-Name erforderlich.";
$a->strings["Marital Status"] = "Familienstand";
-$a->strings["Romantic Partner"] = "Romanze";
-$a->strings["Work/Employment"] = "Arbeit / Beschäftigung";
+$a->strings["Romantic Partner"] = "Romantische Partner";
+$a->strings["Likes"] = "Gefällt-mir";
+$a->strings["Dislikes"] = "Gefällt-mir-nicht";
+$a->strings["Work/Employment"] = "Arbeit/Anstellung";
$a->strings["Religion"] = "Religion";
-$a->strings["Political Views"] = "Politische Ansichten";
+$a->strings["Political Views"] = "Politische Anscihten";
$a->strings["Gender"] = "Geschlecht";
-$a->strings["Sexual Preference"] = "Sexuelle Vorlieben";
+$a->strings["Sexual Preference"] = "Sexuelle Orientierung";
$a->strings["Homepage"] = "Webseite";
-$a->strings["Interests"] = "Interessen";
+$a->strings["Interests"] = "Hobbys/Interessen";
$a->strings["Address"] = "Adresse";
-$a->strings["Location"] = "Wohnort";
+$a->strings["Location"] = "Ort";
$a->strings["Profile updated."] = "Profil aktualisiert.";
-$a->strings[" and "] = " und ";
-$a->strings["public profile"] = "öffentliches Profil";
-$a->strings["%1\$s changed %2\$s to &ldquo;%3\$s&rdquo;"] = "%1\$s hat %2\$s geändert auf &ldquo;%3\$s&rdquo;";
-$a->strings[" - Visit %1\$s's %2\$s"] = " – %1\$ss %2\$s besuchen";
-$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s hat folgendes aktualisiert %2\$s, verändert wurde %3\$s.";
-$a->strings["Profile deleted."] = "Profil gelöscht.";
-$a->strings["Profile-"] = "Profil-";
-$a->strings["New profile created."] = "Neues Profil angelegt.";
-$a->strings["Profile unavailable to clone."] = "Profil nicht zum Duplizieren verfügbar.";
-$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Liste der Kontakte vor Betrachtern dieses Profils verbergen?";
-$a->strings["Edit Profile Details"] = "Profil bearbeiten";
-$a->strings["View this profile"] = "Dieses Profil anzeigen";
-$a->strings["Create a new profile using these settings"] = "Neues Profil anlegen und diese Einstellungen verwenden";
-$a->strings["Clone this profile"] = "Dieses Profil duplizieren";
+$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Verberge die Liste deiner Kontakte vor Betrachtern dieses Profils";
+$a->strings["Edit Profile Details"] = "Bearbeite Profil-Details";
+$a->strings["View this profile"] = "Dieses Profil ansehen";
+$a->strings["Change Profile Photo"] = "Profilfoto ändern";
+$a->strings["Create a new profile using these settings"] = "Neues Profil anlegen und diese Einstellungen übernehmen";
+$a->strings["Clone this profile"] = "Dieses Profil klonen";
$a->strings["Delete this profile"] = "Dieses Profil löschen";
$a->strings["Profile Name:"] = "Profilname:";
-$a->strings["Your Full Name:"] = "Dein kompletter Name:";
+$a->strings["Your Full Name:"] = "Dein voller Name:";
$a->strings["Title/Description:"] = "Titel/Beschreibung:";
$a->strings["Your Gender:"] = "Dein Geschlecht:";
$a->strings["Birthday (%s):"] = "Geburtstag (%s):";
-$a->strings["Street Address:"] = "Adresse:";
+$a->strings["Street Address:"] = "Straße und Hausnummer:";
$a->strings["Locality/City:"] = "Wohnort:";
$a->strings["Postal/Zip Code:"] = "Postleitzahl:";
$a->strings["Country:"] = "Land:";
-$a->strings["Region/State:"] = "Region/Bundesstaat:";
+$a->strings["Region/State:"] = "Region/Bundesstaat";
$a->strings["<span class=\"heart\">&hearts;</span> Marital Status:"] = "<span class=\"heart\">&hearts;</span> Beziehungsstatus:";
$a->strings["Who: (if applicable)"] = "Wer: (falls anwendbar)";
$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Beispiele: cathy123, Cathy Williams, cathy@example.com";
$a->strings["Since [date]:"] = "Seit [Datum]:";
-$a->strings["Sexual Preference:"] = "Sexuelle Vorlieben:";
-$a->strings["Homepage URL:"] = "Adresse der Homepage:";
-$a->strings["Hometown:"] = "Heimatort:";
-$a->strings["Political Views:"] = "Politische Ansichten:";
+$a->strings["Homepage URL:"] = "Homepage URL:";
$a->strings["Religious Views:"] = "Religiöse Ansichten:";
-$a->strings["Public Keywords:"] = "Öffentliche Schlüsselwörter:";
-$a->strings["Private Keywords:"] = "Private Schlüsselwörter:";
-$a->strings["Example: fishing photography software"] = "Beispiel: Fischen Fotografie Software";
-$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(Wird verwendet, um potentielle Freunde zu finden, könnte von Fremden eingesehen werden)";
-$a->strings["(Used for searching profiles, never shown to others)"] = "(Wird für die Suche nach Profilen verwendet und niemals veröffentlicht)";
-$a->strings["Tell us about yourself..."] = "Erzähle uns ein bisschen von dir …";
-$a->strings["Hobbies/Interests"] = "Hobbies/Interessen";
-$a->strings["Contact information and Social Networks"] = "Kontaktinformationen und Soziale Netzwerke";
+$a->strings["Keywords:"] = "Schlüsselwörter:";
+$a->strings["Example: fishing photography software"] = "Beispiel: fischen Fotografie Software";
+$a->strings["Used in directory listings"] = "Wird in Verzeichnis Auflistungen verwendet";
+$a->strings["Tell us about yourself..."] = "Erzähl uns ein wenig von Dir...";
+$a->strings["Hobbies/Interests"] = "Hobbys/Interessen";
+$a->strings["Contact information and Social Networks"] = "Kontaktinformation und soziale Netzwerke";
+$a->strings["My other channels"] = "Meine anderen Channels";
$a->strings["Musical interests"] = "Musikalische Interessen";
-$a->strings["Books, literature"] = "Literatur/Bücher";
+$a->strings["Books, literature"] = "Bücher, Literatur";
$a->strings["Television"] = "Fernsehen";
-$a->strings["Film/dance/culture/entertainment"] = "Filme/Tänze/Kultur/Unterhaltung";
-$a->strings["Love/romance"] = "Liebesleben";
-$a->strings["Work/employment"] = "Arbeit/Beschäftigung";
+$a->strings["Film/dance/culture/entertainment"] = "Film/Tanz/Kultur/Unterhaltung";
+$a->strings["Love/romance"] = "Liebe/Romantik";
+$a->strings["Work/employment"] = "Arbeit/Anstellung";
$a->strings["School/education"] = "Schule/Ausbildung";
-$a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "Dies ist dein <strong>öffentliches</strong> Profil.<br />Es <strong>könnte</strong> für jeden Nutzer des Internets sichtbar sein.";
-$a->strings["Age: "] = "Alter: ";
-$a->strings["Edit/Manage Profiles"] = "Verwalte/Editiere Profile";
-$a->strings["Change profile photo"] = "Profilbild ändern";
-$a->strings["Create New Profile"] = "Neues Profil anlegen";
-$a->strings["Profile Image"] = "Profilbild";
+$a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "Dies ist Dein <strong>öffentliches</strong> Profil.<br />Es <strong>könnte</strong> für jeden im Internet sichtbar sein.";
+$a->strings["Age: "] = "Alter:";
+$a->strings["Edit/Manage Profiles"] = "Bearbeite/Verwalte Profile";
+$a->strings["Change profile photo"] = "Ändere das Profilfoto";
+$a->strings["Create New Profile"] = "Neues Profil erstellen";
+$a->strings["Profile Image"] = "Profilfoto:";
$a->strings["visible to everybody"] = "sichtbar für jeden";
$a->strings["Edit visibility"] = "Sichtbarkeit bearbeiten";
-$a->strings["Save to Folder:"] = "In diesen Ordner verschieben:";
-$a->strings["- select -"] = "- auswählen -";
-$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s hat %2\$ss %3\$s mit %4\$s getaggt";
-$a->strings["No potential page delegates located."] = "Keine potentiellen Bevollmächtigten für die Seite gefunden.";
-$a->strings["Delegate Page Management"] = "Delegiere das Management für die Seite";
-$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "Bevollmächtigte sind in der Lage, alle Aspekte dieses Kontos/dieser Seite zu verwalten, abgesehen von den Grundeinstellungen des Kontos. Bitte gib niemandem eine Bevollmächtigung für deinen privaten Account, dem du nicht absolut vertraust!";
-$a->strings["Existing Page Managers"] = "Vorhandene Seiten Manager";
-$a->strings["Existing Page Delegates"] = "Vorhandene Bevollmächtigte für die Seite";
-$a->strings["Potential Delegates"] = "Potentielle Bevollmächtigte";
-$a->strings["Add"] = "Hinzufügen";
-$a->strings["No entries."] = "Keine Einträge";
-$a->strings["Friend Suggestions"] = "Kontaktvorschläge";
-$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Keine Vorschläge. Falls der Server frisch aufgesetzt wurde, versuche es bitte in 24 Stunden noch einmal.";
-$a->strings["Ignore/Hide"] = "Ignorieren/Verbergen";
-$a->strings["Global Directory"] = "Weltweites Verzeichnis";
-$a->strings["Find on this site"] = "Auf diesem Server suchen";
-$a->strings["Site Directory"] = "Verzeichnis";
+$a->strings["Add a Channel"] = "Channel hinzufügen";
+$a->strings["A channel is your own collection of related web pages. A channel can be used to hold social network profiles, blogs, conversation groups and forums, celebrity pages, and much more. You may create as many channels as your service provider allows."] = "Ein Kanal ist deine eigene Sammlung von verbundenen Webseiten. Ein Kanal kann genutzt werden, um Social Network-Profile, Blogs, Gesprächsgruppen und Foren, Promi-Seiten und viel mehr zu erfassen. Du kannst so viele Kanäle erstellen, wie es der Betreiber deiner Seite zulässt.";
+$a->strings["Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "] = "Beispiele: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" ";
+$a->strings["Choose a short nickname"] = "Wähle einen kurzen Spitznahmen";
+$a->strings["Your nickname will be used to create an easily remembered channel address (like an email address) which you can share with others."] = "Dein Spitzname wird verwendet, um eine einfach zu erinnernde Kanal-Adresse (ähnlich einer E-Mail Adresse) zu erzeugen, die Du mit anderen austauschen kannst.";
+$a->strings["Or <a href=\"import\">import an existing channel</a> from another location"] = "Oder <a href=\"import\">importiere einen bestehenden Kanal</a> von einem anderen Ort";
+$a->strings["Permission Denied."] = "Zugriff verweigert.";
+$a->strings["Permission denied. VS."] = "Zugriff verweigert. VS.";
+$a->strings["Download"] = "Download";
+$a->strings["Used: "] = "Verwendet:";
+$a->strings["Limit: "] = "Limit:";
+$a->strings["No valid account found."] = "Kein gültiges Konto gefunden.";
+$a->strings["Password reset request issued. Check your email."] = "Zurücksetzen des Passworts veranlasst. Rufe bitte Deine E-Mails ab.";
+$a->strings["Site Member (%s)"] = "Seiten Mitglied (%s)";
+$a->strings["Password reset requested at %s"] = "Passwort Rücksetzung auf %s angefordert";
+$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Die Anfrage konnte nicht verifiziert werden. (Es könnte sein, dass du vorher bereits eine Anfrage eingereicht hast.) Passwort Anforderung fehlgeschlagen.";
+$a->strings["Password Reset"] = "Zurücksetzen des Kennworts";
+$a->strings["Your password has been reset as requested."] = "Dein Passwort wurde wie angefordert neu erstellt.";
+$a->strings["Your new password is"] = "Dein neues Passwort lautet";
+$a->strings["Save or copy your new password - and then"] = "Speichere oder kopiere dein neues Passwort - und dann";
+$a->strings["click here to login"] = "Klicken Sie hier, um sich anzumelden";
+$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "Dein Passwort kann unter <em>Einstellungen</em> nach einer erfolgreichen Anmeldung geändert werden.";
+$a->strings["Your password has changed at %s"] = "Auf %s wurde dein Passwort geändert";
+$a->strings["Forgot your Password?"] = "Kennwort vergessen?";
+$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Gib deine E-Mail-Adresse an und fordere ein neues Passwort an. Es werden dir dann weitere Informationen per Mail zugesendet.";
+$a->strings["Email Address"] = "E-Mail Adresse";
+$a->strings["Reset"] = "Zurücksetzen";
+$a->strings["Nothing to import."] = "Nichts zu importieren.";
+$a->strings["Unable to download data from old server"] = "Daten können vom alten Server nicht heruntergeladen werden";
+$a->strings["Imported file is empty."] = "Die importierte Datei ist leer.";
+$a->strings["Cannot create a duplicate channel identifier on this system. Import failed."] = "Kann auf diesem System keinen duplizierten Kanal-Identifikator erzeugen. Import fehlgeschlagen.";
+$a->strings["Channel clone failed. Import failed."] = "Klonen des Kanals fehlgeschlagen. Import fehlgeschlagen.";
+$a->strings["Cloned channel not found. Import failed."] = "Geklonter Kanal nicht gefunden. Import fehlgeschlagen.";
+$a->strings["Import completed."] = "Import abgeschlossen.";
+$a->strings["You must be logged in to use this feature."] = "Du musst angemeldet sein um diese Funktion zu nutzen.";
+$a->strings["Import Channel"] = "Kanal importieren";
+$a->strings["Use this form to import an existing channel from a different server/hub. You may retrieve the channel identity from the old server/hub via the network or provide an export file. Only identity and connections/relationships will be imported. Importation of content is not yet available."] = "Verwende dieses Formular um einen existierenden Kanal von einem anderen Server/Hub zu importieren. Du kannst die Kanal-Identität vom alten Server/Hub über das Netzwerk erhalten oder über eine exportierte Sicherungskopie. Es werden ausschließlich die Identität und die Verbindungen/Beziehungen importiert. Das Importieren von Inhalten ist derzeit nicht möglich.";
+$a->strings["File to Upload"] = "Hochzuladende Datei:";
+$a->strings["Or provide the old server/hub details"] = "Oder gib die Deteils deines alten Server/Hubs an";
+$a->strings["Your old identity address (xyz@example.com)"] = "Die alte Adresse der Identität (xyz@example.com)";
+$a->strings["Your old login email address"] = "Ihre alte Login E-Mail Adresse";
+$a->strings["Your old login password"] = "Ihr altes Login Kennwort";
+$a->strings["For either option, please choose whether to make this hub your new primary address, or whether your old location should continue this role. You will be able to post from either location, but only one can be marked as the primary location for files, photos, and media."] = "Egal welche Option du wählst, bitte lege fest, ob dieser Hub deine neue primäre Adresse sein soll oder ob dein alter Hub diese Rolle weiterhin wahrnimmt. Du kannst von beiden Orten aus neue Dinge posten, aber nur einer kann die primäre Adresse deiner Dateien, Fotos und anderen Mediendaten sein.";
+$a->strings["Make this hub my primary location"] = "Dieser Hub ist mein primärer Server.";
+$a->strings["You have created %1$.0f of %2$.0f allowed channels."] = "Du hast %1$.0f von %2$.0f erlaubten Kanälen eingerichtet.";
+$a->strings["Create a new channel"] = "Erzeuge neues Kanal";
+$a->strings["Channel Manager"] = "Kanal-Manager";
+$a->strings["Current Channel"] = "Aktueller Kanal";
+$a->strings["Attach to one of your channels by selecting it."] = "Wähle einen deiner Kanäle aus um ihn zu verwenden.";
+$a->strings["Default Channel"] = "Standard Kanal";
+$a->strings["Make Default"] = "Zum Standard machen";
+$a->strings["Total votes"] = "Stimmen gesamt";
+$a->strings["Average Rating"] = "durchschnittliche Bewertung";
+$a->strings["Profile Match"] = "Profil-Übereinstimmungen";
+$a->strings["No keywords to match. Please add keywords to your default profile."] = "Keine Schlüsselbegriffe für den Abgleich gefunden. Bitte füge Schlüsselbegriffe zu deinem Standardprofil hinzu.";
+$a->strings["is interested in:"] = "interessiert sich für:";
+$a->strings["No matches"] = "Keine Übereinstimmungen";
+$a->strings["Contact settings applied."] = "Kontakt Einstellungen angewandt.";
+$a->strings["Contact update failed."] = "Kontakt Update fehlgeschlagen.";
+$a->strings["Contact not found."] = "Kontakt nicht gefunden";
+$a->strings["Repair Contact Settings"] = " Kontakt-Einstellungen reparieren";
+$a->strings["<strong>WARNING: This is highly advanced</strong> and if you enter incorrect information your communications with this contact may stop working."] = "<strong>Warnung: Dies ist für weit fortgeschrittene Benutzer!</strong> Wenn du falsche Informationen eingibst, könnte die Kommunikation mit diesem Kontakt abbrechen.";
+$a->strings["Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page."] = "Bitte nutze den Zurück-Button deines Browsers <strong>jetzt</strong>, wenn du dir unsicher bist, was du tun willst.";
+$a->strings["Return to contact editor"] = "Zurück zum Kontakteditor";
+$a->strings["Account Nickname"] = "Konto Spitzname";
+$a->strings["@Tagname - overrides Name/Nickname"] = "@Tagname - überschreibt Name/Spitzname";
+$a->strings["Account URL"] = "Konto URL";
+$a->strings["Friend Request URL"] = "URL für Kontaktanfragen";
+$a->strings["Friend Confirm URL"] = "URL zum Bestätigen von Kontaktanfragen";
+$a->strings["Notification Endpoint URL"] = "URL-Endpunkt für Benachrichtigungen";
+$a->strings["Poll/Feed URL"] = "Poll/Feed URL";
+$a->strings["New photo from this URL"] = "Neues Foto von dieser URL";
+$a->strings["invalid target signature"] = "Ungültige Signatur des Ziels";
+$a->strings["Channel added."] = "Kanal hinzugefügt.";
+$a->strings["Item not found"] = "Element nicht gefunden";
+$a->strings["Edit Layout"] = "Layout bearbeiten";
+$a->strings["Insert YouTube video"] = "YouTube-Video einfügen";
+$a->strings["Insert Vorbis [.ogg] video"] = "Vorbis [.ogg]-Video einfügen";
+$a->strings["Insert Vorbis [.ogg] audio"] = "Vorbis [.ogg]-Audio einfügen";
+$a->strings["Delete Layout"] = "Layout löschen";
+$a->strings["Contacts who are not members of a group"] = "Kanäle die in keiner Sammlung Mitglied sind";
+$a->strings["Image uploaded but image cropping failed."] = "Bild hochgeladen, aber das zurecht schneiden schlug fehl.";
+$a->strings["Image resize failed."] = "Bild-Anpassung fehlgeschlagen.";
+$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Leere den Browser Cache oder nutze Umschalten-Neu Laden sollte das neue Foto nicht sofort angezeigt werden.";
+$a->strings["Image exceeds size limit of %d"] = "Bild ist größer als das Limit von %d";
+$a->strings["Unable to process image."] = "Kann Bild nicht verarbeiten.";
+$a->strings["Photo not available."] = "Foto nicht verfügbar.";
+$a->strings["Upload File:"] = "Datei hochladen:";
+$a->strings["Select a profile:"] = "Wählen Sie ein Profil:";
+$a->strings["Upload Profile Photo"] = "Lade neues Profilfoto hoch";
+$a->strings["Upload"] = "Hochladen";
+$a->strings["skip this step"] = "überspringen Sie diesen Schritt";
+$a->strings["select a photo from your photo albums"] = "Wählen Sie ein Foto aus Ihren Fotoalben";
+$a->strings["Crop Image"] = "Bild zuschneiden";
+$a->strings["Please adjust the image cropping for optimum viewing."] = "Bitte passe das Bild zur optimalen Anzeige an.";
+$a->strings["Done Editing"] = "Bearbeitung fertigstellen";
+$a->strings["Image uploaded successfully."] = "Bild erfolgreich hochgeladen.";
+$a->strings["Image upload failed."] = "Hochladen des Bilds fehlgeschlagen.";
+$a->strings["Image size reduction [%s] failed."] = "Reduzierung der Bildgröße [%s] fehlgeschlagen.";
+$a->strings["Edit Webpage"] = "Webseite bearbeiten";
+$a->strings["Delete Webpage"] = "Webseite löschen";
+$a->strings["Invalid request identifier."] = "Ungültige Anfrage Identifikator.";
+$a->strings["System"] = "System";
+$a->strings["Introductions"] = "Vorstellungen";
+$a->strings["Show Ignored Requests"] = "Zeige ignorierte Anfragen";
+$a->strings["Hide Ignored Requests"] = "Verberge ignorierte Anfragen";
+$a->strings["Notification type: "] = "Benachrichtigungstyp:";
+$a->strings["Friend Suggestion"] = "Freundschaft Vorschläge";
+$a->strings["suggested by %s"] = "vorgeschlagen von %s";
+$a->strings["Claims to be known to you: "] = "Behauptet dich zu kennen:";
+$a->strings["yes"] = "ja";
+$a->strings["no"] = "nein";
+$a->strings["Approve as: "] = "Genehmigen als:";
+$a->strings["Friend"] = "Freund";
+$a->strings["Sharer"] = "Teilenden";
+$a->strings["Fan/Admirer"] = "Fan/Verehrer";
+$a->strings["Friend/Connect Request"] = "Kontakt-/Freundschaftsanfrage";
+$a->strings["New Follower"] = "Neuer Bewunderer";
+$a->strings["No introductions."] = "Keine wartenden Vorstellungen.";
+$a->strings["%s liked %s's post"] = "%s gefällt %s's Beitrag";
+$a->strings["%s disliked %s's post"] = "%s gefällt %s's Beitrag nicht";
+$a->strings["%s is now friends with %s"] = "%s ist nun mit %s befreundet";
+$a->strings["%s created a new post"] = "%s hat einen neuen Beitrag verfasst";
+$a->strings["%s commented on %s's post"] = "%s kommentierte %s Beitrag";
+$a->strings["No more network notifications."] = "Keine weiteren Netzwerk Benachrichtigungen.";
+$a->strings["Network Notifications"] = "Netzwerk-Benachrichtigungen";
+$a->strings["No more system notifications."] = "Keine System-Benachrichtigungen mehr.";
+$a->strings["System Notifications"] = "System-Benachrichtigungen";
+$a->strings["No more personal notifications."] = "Keine persönliche Benachrichtigungen mehr.";
+$a->strings["Personal Notifications"] = "Persönliche Benachrichtigungen";
+$a->strings["No more home notifications."] = "Keine Pinwand-Benachrichtigungen mehr.";
+$a->strings["Home Notifications"] = "Pinwand-Benachrichtigungen";
+$a->strings["Post successful."] = "Veröffentlichung erfolgreich.";
+$a->strings["Item is not editable"] = "Element kann nicht bearbeitet werden.";
+$a->strings["Edit post"] = "Bearbeite Beitrag";
+$a->strings["Access to this profile has been restricted."] = "Der Zugang zu diesem Profil ist begrenzt.";
+$a->strings["Poke/Prod"] = "Anstupsen/Kuffen";
+$a->strings["poke, prod or do other things to somebody"] = "Stupse Leute an oder mache anderes mit ihnen";
+$a->strings["Recipient"] = "Empfänger";
+$a->strings["Choose what you wish to do to recipient"] = "Wähle was du mit dem/r Empfänger/in tun willst";
+$a->strings["Make this post private"] = "Diesen Beitrag privat machen";
+$a->strings["Wall Photos"] = "Wall Fotos";
+$a->strings["Not available."] = "Nicht verfügbar.";
+$a->strings["Community"] = "Gemeinschaft";
+$a->strings["No results."] = "Keine Ergebnisse.";
+$a->strings["Files"] = "Dateien";
+$a->strings["Friend suggestion sent."] = "Freundschaftsempfehlung senden.";
+$a->strings["Suggest Friends"] = "Kontakte Vorschlagen";
+$a->strings["Suggest a friend for %s"] = "Schlage %s einen Kontakt vor";
+$a->strings["Edit Block"] = "Block bearbeiten";
+$a->strings["Delete Block"] = "Block löschen";
+$a->strings["Invalid profile identifier."] = "Ungültiger Profil Identifikator";
+$a->strings["Profile Visibility Editor"] = "Profil-Sichtbarkeits Editor";
+$a->strings["Click on a contact to add or remove."] = "Wähle einen Kontakt zum Hinzufügen oder Löschen aus.";
+$a->strings["Visible To"] = "Sichtbar für";
+$a->strings["All Contacts (with secure profile access)"] = "Alle Kontakte (mit sicherem Zuging zum Profil)";
+$a->strings["Unable to locate original post."] = "Originalbeitrag kann nicht gefunden werden.";
+$a->strings["Empty post discarded."] = "Leerer Beitrag verworfen.";
+$a->strings["Executable content type not permitted to this channel."] = "Ausführbarer Content-Typ ist für diesen Kanal nicht freigegeben.";
+$a->strings["System error. Post not saved."] = "Systemfehler. Beitrag nicht gespeichert.";
+$a->strings["You have reached your limit of %1$.0f top level posts."] = "Du hast die maximale Anzahl von %1$.0f Beiträgen erreicht.";
+$a->strings["You have reached your limit of %1$.0f webpages."] = "Du hast die maximale Anzahl von %1$.0f Webseiten erreicht.";
+$a->strings["Version %s"] = "Version %s";
+$a->strings["Installed plugins/addons/apps:"] = "Installierte Plugins/Addons/Apps";
+$a->strings["No installed plugins/addons/apps"] = "Keine installierten Plugins/Addons/Apps";
+$a->strings["Red"] = "Red";
+$a->strings["This is Red - another decentralized, distributed communications project by the folks at Friendica."] = "Dies ist Red - ein anderes dezentralisiertes, verteiltest Kommunikationsprojekt von den Machern von Friendica.";
+$a->strings["Running at web location"] = "Erreichbar unter der Web-Adresse";
+$a->strings["Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn more about the Friendica and/or Red project."] = "Bitte besuche <a href=\"http://friendica.com\">Friendica.com</a> um mehr über das Friendica und/oder Red Projekt zu erfahren.";
+$a->strings["Bug reports and issues: please visit"] = "Probleme oder Fehler gefunden? Bitte besuche";
+$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Vorschläge, Lob, Spenden usw.: E-Mail an \"Info\" at Friendica - dot com";
+$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Keine Vorschläge vorhanden. Wenn dies eine neue Seite ist versuche es bitte in 24 Stunden erneut.";
+$a->strings["Ignore/Hide"] = "Ignorieren/Verstecken";
+$a->strings["Public Sites"] = "Öffentliche Seiten";
+$a->strings["Site URL"] = "URL der Seite";
+$a->strings["Access Type"] = "Zugangs Typ";
+$a->strings["Registration Policy"] = "Registrierungsrichtlinien";
+$a->strings["Maximum daily site registrations exceeded. Please try again tomorrow."] = "Maximale Anzahl von Neuanmeldungen erreicht. Bitte versuche es morgen noch einmal.";
+$a->strings["Please indicate acceptance of the Terms of Service. Registration failed."] = "Bitte stimme den Nutzungsbedingungen zu. Anmeldung fehlgeschlagen.";
+$a->strings["Passwords do not match."] = "Passwörter stimmen nicht überein.";
+$a->strings["Registration successful. Please check your email for validation instructions."] = "Registrierung erfolgreich. Eine E-Mail mit weiteren Anweisungen wurde an dich gesendet.";
+$a->strings["Your registration is pending approval by the site owner."] = "Deine Registrierung muss noch vom Betreiber der Seite freigegeben werden.";
+$a->strings["Your registration can not be processed."] = "Deine Registrierung konnte nicht verarbeitet werden.";
+$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Die maximale Anzahl täglicher Registrierungen auf dieser Seite wurde überschritten. Bitte versuche es morgen noch einmal.";
+$a->strings["Terms of Service"] = "Nutzungsbedingungen";
+$a->strings["I accept the %s for this website"] = "Ich akzeptiere die %s für diese Webseite";
+$a->strings["I am over 13 years of age and accept the %s for this website"] = "Ich bin älter als 13 Jahre und akzeptiere die %s dieser Webseite";
+$a->strings["Membership on this site is by invitation only."] = "Mitgliedschaft auf dieser Seite ist nur nach vorheriger Einladung möglich.";
+$a->strings["Please enter your invitation code"] = "Bitte trage deinen Einladungs-Code ein";
+$a->strings["Your email address"] = "Ihre E-Mail Adresse";
+$a->strings["Choose a password"] = "Wählen Sie ein Passwort";
+$a->strings["Please re-enter your password"] = "Bitte geben Sie erneut Ihr Passwort ein";
+$a->strings["Please login."] = "Bitte loggen Sie sich ein.";
+$a->strings["Remote authentication blocked. You are logged into this site locally. Please logout and retry."] = "Entfernte Authentifizierung blockiert. Du bist lokal auf dieser Seite angemeldet. Bitte melde dich ab und versuche es erneut.";
+$a->strings["Welcome %s. Remote authentication successful."] = "Willkommen %s. Entfernte Authentifizierung erfolgreich.";
+$a->strings["Remove My Account"] = "Mein Konto entfernen";
+$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Dein Konto wird endgültig gelöscht. Es gibt keine Möglichkeit, es wiederherzustellen.";
+$a->strings["Please enter your password for verification:"] = "Bitte geben Sie Ihr Passwort zur Bestätigung ein:";
$a->strings["Gender: "] = "Geschlecht:";
-$a->strings["No entries (some entries may be hidden)."] = "Keine Einträge (einige Einträge könnten versteckt sein).";
-$a->strings["%s : Not a valid email address."] = "%s: Keine gültige Email Adresse.";
-$a->strings["Please join us on Friendica"] = "Bitte trete uns auf Friendica bei";
-$a->strings["%s : Message delivery failed."] = "%s: Zustellung der Nachricht fehlgeschlagen.";
-$a->strings["%d message sent."] = array(
- 0 => "%d Nachricht gesendet.",
- 1 => "%d Nachrichten gesendet.",
-);
-$a->strings["You have no more invitations available"] = "Du hast keine weiteren Einladungen";
-$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "Besuche %s für eine Liste der öffentlichen Server, denen du beitreten kannst. Friendica Mitglieder unterschiedlicher Server können sich sowohl alle miteinander verbinden, als auch mit Mitgliedern anderer Sozialer Netzwerke.";
-$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "Um diese Kontaktanfrage zu akzeptieren, besuche und registriere dich bitte bei %s oder einer anderen öffentlichen Friendica Website.";
-$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Friendica Server verbinden sich alle untereinander, um ein großes datenschutzorientiertes Soziales Netzwerk zu bilden, das von seinen Mitgliedern betrieben und kontrolliert wird. Sie können sich auch mit vielen üblichen Sozialen Netzwerken verbinden. Besuche %s für eine Liste alternativer Friendica Server, denen du beitreten kannst.";
-$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Es tut uns Leid. Dieses System ist zurzeit nicht dafür konfiguriert, sich mit anderen öffentlichen Seiten zu verbinden oder Mitglieder einzuladen.";
-$a->strings["Send invitations"] = "Einladungen senden";
-$a->strings["Enter email addresses, one per line:"] = "E-Mail-Adressen eingeben, eine pro Zeile:";
-$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "Du bist herzlich dazu eingeladen, dich mir und anderen guten Freunden auf Friendica anzuschließen - und ein besseres Soziales Netz aufzubauen.";
-$a->strings["You will need to supply this invitation code: \$invite_code"] = "Du benötigst den folgenden Einladungscode: \$invite_code";
-$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Sobald du registriert bist, kontaktiere mich bitte auf meiner Profilseite:";
-$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendica.com"] = "Für weitere Informationen über das Friendica Projekt und warum wir es für ein wichtiges Projekt halten, besuche bitte http://friendica.com";
-$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "Das kann passieren, wenn sich zwei Kontakte gegenseitig eingeladen haben und bereits einer angenommen wurde.";
-$a->strings["Response from remote site was not understood."] = "Antwort der Gegenstelle unverständlich.";
-$a->strings["Unexpected response from remote site: "] = "Unerwartete Antwort der Gegenstelle: ";
-$a->strings["Confirmation completed successfully."] = "Bestätigung erfolgreich abgeschlossen.";
-$a->strings["Remote site reported: "] = "Gegenstelle meldet: ";
-$a->strings["Temporary failure. Please wait and try again."] = "Zeitweiser Fehler. Bitte warte einige Momente und versuche es dann noch einmal.";
-$a->strings["Introduction failed or was revoked."] = "Kontaktanfrage schlug fehl oder wurde zurück gezogen.";
-$a->strings["Unable to set contact photo."] = "Konnte das Bild des Kontakts nicht speichern.";
-$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s ist nun mit %2\$s befreundet";
-$a->strings["No user record found for '%s' "] = "Für '%s' wurde kein Nutzer gefunden";
-$a->strings["Our site encryption key is apparently messed up."] = "Der Verschlüsselungsschlüssel unserer Seite ist anscheinend im Arsch.";
-$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "Leere URL für die Seite erhalten oder die URL konnte nicht entschlüsselt werden.";
-$a->strings["Contact record was not found for you on our site."] = "Für diesen Kontakt wurde auf unserer Seite kein Eintrag gefunden.";
-$a->strings["Site public key not available in contact record for URL %s."] = "Die Kontaktdaten für URL %s enthalten keinen Public Key für den Server.";
-$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "Die ID, die uns dein System angeboten hat, ist hier bereits vergeben. Bitte versuche es noch einmal.";
-$a->strings["Unable to set your contact credentials on our system."] = "Deine Kontaktreferenzen konnten nicht in unserem System gespeichert werden.";
-$a->strings["Unable to update your contact profile details on our system"] = "Die Updates für dein Profil konnten nicht gespeichert werden";
-$a->strings["Connection accepted at %s"] = "Auf %s wurde die Verbindung akzeptiert";
-$a->strings["%1\$s has joined %2\$s"] = "%1\$s ist %2\$s beigetreten";
-$a->strings["Facebook disabled"] = "Facebook deaktiviert";
-$a->strings["Updating contacts"] = "Aktualisiere Kontakte";
-$a->strings["Facebook API key is missing."] = "Facebook-API-Schlüssel nicht gefunden";
-$a->strings["Facebook Connect"] = "Mit Facebook verbinden";
-$a->strings["Install Facebook connector for this account."] = "Facebook-Connector für dieses Konto installieren.";
-$a->strings["Remove Facebook connector"] = "Facebook-Connector entfernen";
-$a->strings["Re-authenticate [This is necessary whenever your Facebook password is changed.]"] = "Neu authentifizieren [Das ist immer dann nötig, wenn Du Dein Facebook-Passwort geändert hast.]";
-$a->strings["Post to Facebook by default"] = "Veröffentliche standardmäßig bei Facebook";
-$a->strings["Facebook friend linking has been disabled on this site. The following settings will have no effect."] = "Das Verlinken von Facebookkontakten wurde auf dieser Seite deaktiviert. Die folgenden Einstellungen haben keinen Effekt.";
-$a->strings["Facebook friend linking has been disabled on this site. If you disable it, you will be unable to re-enable it."] = "Das Verlinken von Facebookkontakten wurde auf dieser Seite deaktiviert. Wenn du es ausgeschaltet hast, kannst du es nicht wieder aktivieren.";
-$a->strings["Link all your Facebook friends and conversations on this website"] = "All meine Facebook-Kontakte und -Konversationen hier auf diese Website importieren";
-$a->strings["Facebook conversations consist of your <em>profile wall</em> and your friend <em>stream</em>."] = "Facebook-Konversationen bestehen aus deinen Beiträgen auf deiner<em>Pinnwand</em>, sowie den Beiträgen deiner Freunde <em>Stream</em>.";
-$a->strings["On this website, your Facebook friend stream is only visible to you."] = "Hier auf dieser Webseite kannst nur du die Beiträge Deiner Facebook-Freunde (Stream) sehen.";
-$a->strings["The following settings determine the privacy of your Facebook profile wall on this website."] = "Mit den folgenden Einstellungen kannst Du die Privatsphäre der Kopie Deiner Facebook-Pinnwand hier auf dieser Seite einstellen.";
-$a->strings["On this website your Facebook profile wall conversations will only be visible to you"] = "Meine Facebook-Pinnwand hier auf dieser Webseite nur für mich sichtbar machen";
-$a->strings["Do not import your Facebook profile wall conversations"] = "Facebook-Pinnwand nicht importieren";
-$a->strings["If you choose to link conversations and leave both of these boxes unchecked, your Facebook profile wall will be merged with your profile wall on this website and your privacy settings on this website will be used to determine who may see the conversations."] = "Wenn Du Facebook-Konversationen importierst und diese beiden Häkchen nicht setzt, wird Deine Facebook-Pinnwand mit der Pinnwand hier auf dieser Webseite vereinigt. Die Privatsphäre-Einstellungen für Deine Pinnwand auf dieser Webseite geben dann an, wer die Konversationen sehen kann.";
-$a->strings["Comma separated applications to ignore"] = "Kommaseparierte Anwendungen, die ignoriert werden sollen";
-$a->strings["Problems with Facebook Real-Time Updates"] = "Probleme mit Facebook Echtzeit-Updates";
-$a->strings["Facebook"] = "Facebook";
-$a->strings["Facebook Connector Settings"] = "Facebook-Verbindungseinstellungen";
-$a->strings["Facebook API Key"] = "Facebook API Schlüssel";
-$a->strings["Error: it appears that you have specified the App-ID and -Secret in your .htconfig.php file. As long as they are specified there, they cannot be set using this form.<br><br>"] = "Fehler: du scheinst die App-ID und das App-Geheimnis in deiner .htconfig.php Datei angegeben zu haben. Solange sie dort festgelegt werden kannst du dieses Formular hier nicht verwenden.<br><br>";
-$a->strings["Error: the given API Key seems to be incorrect (the application access token could not be retrieved)."] = "Fehler: der angegebene API Schlüssel scheint nicht korrekt zu sein (Zugriffstoken konnte nicht empfangen werden).";
-$a->strings["The given API Key seems to work correctly."] = "Der angegebene API Schlüssel scheint korrekt zu funktionieren.";
-$a->strings["The correctness of the API Key could not be detected. Somthing strange's going on."] = "Die Echtheit des API Schlüssels konnte nicht überprüft werden. Etwas Merkwürdiges ist hier im Gange.";
-$a->strings["App-ID / API-Key"] = "App-ID / API-Key";
-$a->strings["Application secret"] = "Anwendungs-Geheimnis";
-$a->strings["Polling Interval in minutes (minimum %1\$s minutes)"] = "Abfrageintervall in Minuten (min %1\$s Minuten)";
-$a->strings["Synchronize comments (no comments on Facebook are missed, at the cost of increased system load)"] = "Kommentare synchronisieren (Kein Kommentar von Facebook geht verloren, verursacht höhere Last auf dem Server)";
-$a->strings["Real-Time Updates"] = "Echtzeit Aktualisierungen";
-$a->strings["Real-Time Updates are activated."] = "Echtzeit-Updates sind aktiviert.";
-$a->strings["Deactivate Real-Time Updates"] = "Echtzeit-Updates deaktivieren";
-$a->strings["Real-Time Updates not activated."] = "Echtzeit-Updates nicht aktiviert.";
-$a->strings["Activate Real-Time Updates"] = "Echtzeit-Updates aktivieren";
-$a->strings["The new values have been saved."] = "Die neuen Einstellungen wurden gespeichert.";
-$a->strings["Post to Facebook"] = "Bei Facebook veröffentlichen";
-$a->strings["Post to Facebook cancelled because of multi-network access permission conflict."] = "Beitrag wurde nicht bei Facebook veröffentlicht, da Konflikte bei den Multi-Netzwerk-Zugriffsrechten vorliegen.";
-$a->strings["View on Friendica"] = "In Friendica betrachten";
-$a->strings["Facebook post failed. Queued for retry."] = "Veröffentlichung bei Facebook gescheitert. Wir versuchen es später erneut.";
-$a->strings["Your Facebook connection became invalid. Please Re-authenticate."] = "Deine Facebook Anmeldedaten sind ungültig geworden. Bitte re-authentifiziere dich.";
-$a->strings["Facebook connection became invalid"] = "Facebook Anmeldedaten sind ungültig geworden";
-$a->strings["Hi %1\$s,\n\nThe connection between your accounts on %2\$s and Facebook became invalid. This usually happens after you change your Facebook-password. To enable the connection again, you have to %3\$sre-authenticate the Facebook-connector%4\$s."] = "Hallo %1\$s,\n\ndie Verbindung zwischen deinem Account auf %2\$s und Facebook funktioniert derzeit nicht. Dies ist normalerweise das Ergebnis einer Passwortänderung bei Facebook. Um die Verbindung wieder zu aktivieren musst du %3\$sden Facebook-Connector neu authentifizieren%4\$s.";
-$a->strings["StatusNet AutoFollow settings updated."] = "StatusNet AutoFollow Einstellungen aktualisiert.";
-$a->strings["StatusNet AutoFollow Settings"] = "StatusNet AutoFollow Einstellungen";
-$a->strings["Automatically follow any StatusNet followers/mentioners"] = "Automatisch allen StatusNet Followern/Erwähnungen folgen";
-$a->strings["Lifetime of the cache (in hours)"] = "Lebenszeit des Caches (in Stunden)";
-$a->strings["Cache Statistics"] = "Cache Statistik";
-$a->strings["Number of items"] = "Anzahl der Einträge";
-$a->strings["Size of the cache"] = "Größe des Caches";
-$a->strings["Delete the whole cache"] = "Cache leeren";
-$a->strings["%d person likes this"] = array(
- 0 => "%d Person mag das",
- 1 => "%d Leuten mögen das",
-);
-$a->strings["%d person doesn't like this"] = array(
- 0 => " %d Person mag das nicht",
- 1 => "%d Leute mögen das nicht",
-);
-$a->strings["Get added to this list!"] = "Werde Mitglied dieser Liste";
-$a->strings["Generate new key"] = "Neuen Schlüssel erstellen";
-$a->strings["Widgets key"] = "Widgets Schlüssel";
-$a->strings["Widgets available"] = "Verfügbare Widgets";
-$a->strings["Connect on Friendica!"] = "In Friendica verbinden!";
-$a->strings["YourLS Settings"] = "YourLS Einstellungen";
-$a->strings["URL: http://"] = "URL: http://";
-$a->strings["Username:"] = "Nutzername:";
-$a->strings["Password:"] = "Passwort:";
-$a->strings["Use SSL "] = "SSL Verwenden ";
-$a->strings["yourls Settings saved."] = "yourls Einstellungen gespeichert";
-$a->strings["Post to LiveJournal"] = "In LiveJournal veröffentlichen.";
-$a->strings["LiveJournal Post Settings"] = "LiveJournal Veröffentlichungs-Einstellungen";
-$a->strings["Enable LiveJournal Post Plugin"] = "LiveJournal Post Plugin aktivieren";
-$a->strings["LiveJournal username"] = "LiveJournal Benutzername";
-$a->strings["LiveJournal password"] = "LiveJournal Passwort";
-$a->strings["Post to LiveJournal by default"] = "Standardmäßig bei LiveJournal veröffentlichen";
-$a->strings["Not Safe For Work (General Purpose Content Filter) settings"] = "Not Safe for Work (allg. Filter für ungewollte Inhalte) Einstellungen:";
-$a->strings["This plugin looks in posts for the words/text you specify below, and collapses any content containing those keywords so it is not displayed at inappropriate times, such as sexual innuendo that may be improper in a work setting. It is polite and recommended to tag any content containing nudity with #NSFW. This filter can also match any other word/text you specify, and can thereby be used as a general purpose content filter."] = "Dieses Plugin sucht in Beiträgen nach Wörtern oder Textbauteilen die du weiter unten eingibst, findet es diese Bausteine, dann wird der entsprechende Beitrag zusammengefaltet dargestellt. Auf diese Weise wird verhindert, dass Inhalte, wie z.B. sexuelle Anspielungen, in unpassenden Momenten angezeigt werden. Du solltest den #NSFW Tag für Beiträge verwenden von denen du ausgehen kannst, dass andere sie anstößig finden könnten. Du kannst beliebige Wörter in der Filterliste angeben und ihn so als allgemeinen Filter verwenden.";
-$a->strings["Enable Content filter"] = "Aktiviere den Inhaltsfilter";
-$a->strings["Comma separated list of keywords to hide"] = "Durch Komma getrennte Liste von Schlüsselwörtern die verborgen werden sollen";
-$a->strings["Use /expression/ to provide regular expressions"] = "Verwende /expression/ um reguläre Ausdrücke zu verwenden";
-$a->strings["NSFW Settings saved."] = "NSFW-Einstellungen gespeichert";
-$a->strings["%s - Click to open/close"] = "%s – Zum Öffnen/Schließen klicken";
-$a->strings["Forums"] = "Foren";
-$a->strings["show more"] = "mehr anzeigen";
-$a->strings["Planets Settings"] = "Planeten Einstellungen";
-$a->strings["Enable Planets Plugin"] = "Aktiviere Planeten Plugin";
-$a->strings["Login"] = "Anmeldung";
-$a->strings["OpenID"] = "OpenID";
-$a->strings["Latest users"] = "Letzte Benutzer";
-$a->strings["Most active users"] = "Aktivste Nutzer";
-$a->strings["Latest photos"] = "Neueste Fotos";
-$a->strings["Latest likes"] = "Neueste Favoriten";
-$a->strings["event"] = "Veranstaltung";
-$a->strings["U.S. Time Format (mm/dd/YYYY)"] = "U.S. Datumsformat (mm/dd/YYYY)";
-$a->strings["German Time Format (dd.mm.YYYY)"] = "Deutsches Datumsformat (dd.mm.YYYY)";
-$a->strings["Error"] = "Fehler";
-$a->strings["No access"] = "Kein Zugriff";
-$a->strings["New event"] = "Neue Veranstaltung";
-$a->strings["Today"] = "Heute";
-$a->strings["Day"] = "Tag";
-$a->strings["Week"] = "Woche";
-$a->strings["Month"] = "Monat";
-$a->strings["Reload"] = "Neu Laden";
-$a->strings["Date"] = "Datum";
-$a->strings["Not found"] = "Nicht gefunden";
-$a->strings["Go back to the calendar"] = "Zurück zum Kalender";
-$a->strings["Starts"] = "Beginnt";
-$a->strings["Ends"] = "Endet";
-$a->strings["Description"] = "Beschreibung";
-$a->strings["Notification"] = "Benachrichtigung";
-$a->strings["Minutes"] = "Minuten";
-$a->strings["Hours"] = "Stunden";
-$a->strings["Days"] = "Tage";
-$a->strings["before"] = "vorher";
-$a->strings["Calendar Settings"] = "Kalender Einstellungen";
-$a->strings["Date format"] = "Datumsformat";
-$a->strings["Time zone"] = "Zeitzone";
-$a->strings["Limitations"] = "Einschränkungen";
-$a->strings["Warning"] = "Warnung";
-$a->strings["Synchronization (iPhone, Thunderbird Lightning, Android, ...)"] = "Synchronisation (iPhone, Thunderbird Lightning, Android, ...)";
-$a->strings["Synchronizing this calendar with the iPhone"] = "Diesen Kalender mit dem iPhone synchronisieren";
-$a->strings["Synchronizing your Friendica-Contacts with the iPhone"] = "Friendica-Kontakte mit dem iPhone synchronisieren";
-$a->strings["Friendica-Contacts"] = "Friendica-Kontakte";
-$a->strings["Your Friendica-Contacts"] = "Deine Friendica-Kontakte";
-$a->strings["Calendar"] = "Kalender";
-$a->strings["Extended calendar with CalDAV-support"] = "Erweiterter Kalender mit CalDAV Unterstützung.";
-$a->strings["The database tables have been installed."] = "Die Datenbank-Tabellen wurden installiert.";
-$a->strings["An error occurred during the installation."] = "Während der Installation trat ein Fehler auf.";
-$a->strings["No system-wide settings yet."] = "Momentan keine systemweiten Einstellungen.";
-$a->strings["Database status"] = "Datenbank Status";
-$a->strings["Installed"] = "Installiert";
-$a->strings["Upgrade needed"] = "Upgrade erforderlich";
-$a->strings["Upgrade"] = "Upgrade";
-$a->strings["Not installed"] = "Nicht installiert";
-$a->strings["Install"] = "Installieren";
-$a->strings["Troubleshooting"] = "Problembehebung";
-$a->strings["Manual creation of the database tables:"] = "Manuelles anlegen der Datenbank Tabellen:";
-$a->strings["Show SQL-statements"] = "SQL-Anweisungen anzeigen";
-$a->strings["Private Calendar"] = "Privater Kalender";
-$a->strings["Friendica Events: Mine"] = "Meine Friendica-Veranstaltungen";
-$a->strings["Friendica Events: Contacts"] = "Friendica Veranstaltungen meiner Kontakte";
-$a->strings["Allow to use your friendica id (%s) to connecto to external unhosted-enabled storage (like ownCloud). See <a href=\"http://www.w3.org/community/unhosted/wiki/RemoteStorage#WebFinger\">RemoteStorage WebFinger</a>"] = "Ermöglicht dir, deine friendica id (%s) mit externen unhosted-fähigen Speichern (z.B. ownCloud) zu verbinden. Siehe <a href=\"http://www.w3.org/community/unhosted/wiki/RemoteStorage#WebFinger\">RemoteStorage WebFinger</a>";
-$a->strings["Template URL (with {category})"] = "Vorlagen URL (mit {Kategorie})";
-$a->strings["OAuth end-point"] = "OAuth end-point";
-$a->strings["Api"] = "Api";
-$a->strings["Member since:"] = "Mitglied seit:";
-$a->strings["Three Dimensional Tic-Tac-Toe"] = "Dreidimensionales Tic-Tac-Toe";
-$a->strings["3D Tic-Tac-Toe"] = "3D Tic-Tac-Toe";
-$a->strings["New game"] = "Neues Spiel";
-$a->strings["New game with handicap"] = "Neues Handicap Spiel";
-$a->strings["Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. "] = "3D-Tic-Tac-Toe ist genauso wie das herkömmliche Spiel, nur dass man es auf mehreren Ebenen gleichzeitig spielt.";
-$a->strings["In this case there are three levels. You win by getting three in a row on any level, as well as up, down, and diagonally across the different levels."] = "In diesem Fall sind es drei Ebenen. Man gewinnt indem man drei in einer Reihe auf einer beliebigen Reihe schafft, oder drei übereinander oder diagonal auf verschiedenen Ebenen.";
-$a->strings["The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage."] = "Beim Handicap-Spiel wird die zentrale Position der mittleren Ebene gesperrt, da der Spieler, der diese Ebene besitzt, oft einen unfairen Vorteil genießt.";
-$a->strings["You go first..."] = "Du fängst an...";
-$a->strings["I'm going first this time..."] = "Diesmal fange ich an...";
-$a->strings["You won!"] = "Du gewinnst!";
-$a->strings["\"Cat\" game!"] = "Unentschieden!";
-$a->strings["I won!"] = "Ich gewinne!";
-$a->strings["Randplace Settings"] = "Randplace-Einstellungen";
-$a->strings["Enable Randplace Plugin"] = "Randplace-Plugin aktivieren";
-$a->strings["Post to Dreamwidth"] = "In Dreamwidth veröffentlichen";
-$a->strings["Dreamwidth Post Settings"] = "Dreamwidth Veröffentlichungs-Einstellungen";
-$a->strings["Enable dreamwidth Post Plugin"] = "Dreamwidth Post Plugin aktivieren";
-$a->strings["dreamwidth username"] = "Dreamwidth Benutzername";
-$a->strings["dreamwidth password"] = "Dreamwidth Passwort";
-$a->strings["Post to dreamwidth by default"] = "Standardmäßig bei Dreamwidth veröffentlichen";
-$a->strings["Post to Drupal"] = "Bei Drupal veröffentlichen";
-$a->strings["Drupal Post Settings"] = "Drupal-Beitragseinstellungen";
-$a->strings["Enable Drupal Post Plugin"] = "Veröffentlichung bei Drupal erlauben";
-$a->strings["Drupal username"] = "Drupal Nutzername";
-$a->strings["Drupal password"] = "Drupal Passwort";
-$a->strings["Post Type - article,page,or blog"] = "Beitragstyp - Artikel, Seite oder Blog";
-$a->strings["Drupal site URL"] = "URL der Drupal Seite";
-$a->strings["Drupal site uses clean URLS"] = "Drupal Seite verwendet bereinigte URLs";
-$a->strings["Post to Drupal by default"] = "Veröffentliche öffentliche Beiträge standardmäßig bei Drupal";
-$a->strings["Post from Friendica"] = "Beitrag via Friendica";
-$a->strings["Startpage Settings"] = "Startseiten-Einstellungen";
-$a->strings["Home page to load after login - leave blank for profile wall"] = "Seite, die nach dem Anmelden geladen werden soll. Leer = Pinnwand";
-$a->strings["Examples: &quot;network&quot; or &quot;notifications/system&quot;"] = "Beispiele: network, notifications/system";
-$a->strings["Geonames settings updated."] = "Geonames Einstellungen aktualisiert";
-$a->strings["Geonames Settings"] = "Geonames Einstellungen";
-$a->strings["Enable Geonames Plugin"] = "Geonames Plugin aktivieren";
-$a->strings["Your account on %s will expire in a few days."] = "Dein Konto auf %s wird in ein paar Tagen verfallen.";
-$a->strings["Your Friendica account is about to expire."] = "Dein Friendica-Konto wird in Kürze auslaufen.";
-$a->strings["Hi %1\$s,\n\nYour account on %2\$s will expire in less than five days. You may keep your account by logging in at least once every 30 days"] = "Hallo %1\$s,\n\ndein Account auf %2\$s wird in weniger als fünf Tagen auslaufen. Du kannst das verhindern, indem du dich mindestens einmal alle 30 Tage anmeldest.";
-$a->strings["Upload a file"] = "Datei hochladen";
-$a->strings["Drop files here to upload"] = "Ziehe Dateien hierher, um sie hochzuladen";
-$a->strings["Failed"] = "Fehlgeschlagen";
-$a->strings["No files were uploaded."] = "Keine Dateien hochgeladen.";
-$a->strings["Uploaded file is empty"] = "Hochgeladene Datei ist leer";
-$a->strings["File has an invalid extension, it should be one of "] = "Die Dateierweiterung ist nicht erlaubt, sie muss eine der folgenden sein ";
-$a->strings["Upload was cancelled, or server error encountered"] = "Upload abgebrochen oder Serverfehler aufgetreten";
-$a->strings["OEmbed settings updated"] = "OEmbed Einstellungen aktualisiert.";
-$a->strings["Use OEmbed for YouTube videos"] = "OEmbed für Youtube Videos verwenden";
-$a->strings["URL to embed:"] = "URL zum Einbetten:";
-$a->strings["Impressum"] = "Impressum";
-$a->strings["Site Owner"] = "Betreiber der Seite";
-$a->strings["Email Address"] = "Email Adresse";
-$a->strings["Postal Address"] = "Postalische Anschrift";
-$a->strings["The impressum addon needs to be configured!<br />Please add at least the <tt>owner</tt> variable to your config file. For other variables please refer to the README file of the addon."] = "Das Impressums-Plugin muss noch konfiguriert werden.<br />Bitte gebe mindestens den <tt>Betreiber</tt> in der Konfiguration an. Alle weiteren Parameter werden in der README-Datei des Addons erläutert.";
-$a->strings["The page operators name."] = "Name des Serveradministrators";
-$a->strings["Site Owners Profile"] = "Profil des Seitenbetreibers";
-$a->strings["Profile address of the operator."] = "Profil-Adresse des Serveradministrators";
-$a->strings["How to contact the operator via snail mail. You can use BBCode here."] = "Kontaktmöglichkeiten zum Administrator via Schneckenpost. Du kannst BBCode verwenden.";
-$a->strings["Notes"] = "Hinweise";
-$a->strings["Additional notes that are displayed beneath the contact information. You can use BBCode here."] = "Zusätzliche Informationen die neben den Kontaktmöglichkeiten angezeigt werden. Du kannst BBCode verwenden.";
-$a->strings["How to contact the operator via email. (will be displayed obfuscated)"] = "Wie man den Betreiber per Email erreicht. (Adresse wird verschleiert dargestellt)";
-$a->strings["Footer note"] = "Fußnote";
-$a->strings["Text for the footer. You can use BBCode here."] = "Text für die Fußzeile. Du kannst BBCode verwenden.";
-$a->strings["Report Bug"] = "Fehlerreport erstellen";
-$a->strings["No Timeline settings updated."] = "Keine Timeline-Einstellungen aktualisiert.";
-$a->strings["No Timeline Settings"] = "Keine Timeline-Einstellungen";
-$a->strings["Disable Archive selector on profile wall"] = "Deaktiviere Archiv-Auswahl auf Deiner Pinnwand";
-$a->strings["\"Blockem\" Settings"] = "\"Blockem\"-Einstellungen";
-$a->strings["Comma separated profile URLS to block"] = "Profil-URLs, die blockiert werden sollen (durch Kommas getrennt)";
-$a->strings["BLOCKEM Settings saved."] = "BLOCKEM-Einstellungen gesichert.";
-$a->strings["Blocked %s - Click to open/close"] = "%s blockiert - Zum Öffnen/Schließen klicken";
-$a->strings["Unblock Author"] = "Autor freischalten";
-$a->strings["Block Author"] = "Autor blockieren";
-$a->strings["blockem settings updated"] = "blockem Einstellungen aktualisiert";
-$a->strings[":-)"] = ":-)";
-$a->strings[":-("] = ":-(";
-$a->strings["lol"] = "lol";
-$a->strings["Quick Comment Settings"] = "Schnell-Kommentar Einstellungen";
-$a->strings["Quick comments are found near comment boxes, sometimes hidden. Click them to provide simple replies."] = "Kurzkommentare findet man in der Nähe der Kommentarboxen. Ein Klick darauf erstellt einfache Antworten.";
-$a->strings["Enter quick comments, one per line"] = "Gib einen Schnell-Kommentar pro Zeile ein";
-$a->strings["Quick Comment settings saved."] = "Schnell-Kommentare Einstellungen gespeichert";
-$a->strings["Tile Server URL"] = "Tile Server URL";
-$a->strings["A list of <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">public tile servers</a>"] = "Eine Liste <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">öffentlicher Tile Server</a>";
-$a->strings["Default zoom"] = "Standard Zoom";
-$a->strings["The default zoom level. (1:world, 18:highest)"] = "Standard Zoomlevel (1: Welt; 18: höchstes)";
-$a->strings["Post to libertree"] = "bei libertree veröffentlichen";
-$a->strings["libertree Post Settings"] = "libertree Post Einstellungen";
-$a->strings["Enable Libertree Post Plugin"] = "Libertree Post Plugin aktivieren";
-$a->strings["Libertree API token"] = "Libertree API Token";
-$a->strings["Libertree site URL"] = "Libertree URL";
-$a->strings["Post to Libertree by default"] = "Standardmäßig bei libertree veröffentlichen";
-$a->strings["The MathJax addon renders mathematical formulae written using the LaTeX syntax surrounded by the usual $$ or an eqnarray block in the postings of your wall,network tab and private mail."] = "Mit dem MathJax Addon können mathematische Formeln, die mit LaTeX geschrieben wurden, dargestellt werden. Die Formel wird mit den üblichen $$ oder einem eqnarray Block gekennzeichnet. Formeln werden in allen Beiträgen auf deiner Pinnwand, dem Netzwerkstream sowie privaten Nachrichten gerendert.";
-$a->strings["Use the MathJax renderer"] = "MathJax verwenden";
-$a->strings["MathJax Base URL"] = "MathJax Basis-URL";
-$a->strings["The URL for the javascript file that should be included to use MathJax. Can be either the MathJax CDN or another installation of MathJax."] = "Die URL der MathJax Javascript-Datei, die verwendet werden soll. Diese kann entweder aus der MathJax CDN oder einer anderen Quelle stammen.";
-$a->strings["Editplain settings updated."] = "Editplain Einstellungen aktualisiert";
-$a->strings["Editplain Settings"] = "Editplain Einstellungen";
-$a->strings["Disable richtext status editor"] = "RichText Editor deaktivieren";
-$a->strings["generic profile image"] = "allgemeines Profilbild";
-$a->strings["random geometric pattern"] = "zufällig erzeugtes geometrisches Muster";
-$a->strings["monster face"] = "Monstergesicht";
-$a->strings["computer generated face"] = "Computergesicht";
-$a->strings["retro arcade style face"] = "Retro Arcade Design Gesicht";
-$a->strings["Default avatar image"] = "Standard Profilbild ";
-$a->strings["Select default avatar image if none was found at Gravatar. See README"] = "Wähle das Standardgesicht, wenn kein Bild auf Gravatar gefunden wurde. Schaue auch sonst im README nach.";
-$a->strings["Rating of images"] = "Bildbewertung";
-$a->strings["Select the appropriate avatar rating for your site. See README"] = "Wähle eine angemessene Bildbewertung für Deinen Server. Schaue auch sonst im README nach.";
-$a->strings["Gravatar settings updated."] = "Gravatar Einstellungen aktualisiert.";
-$a->strings["Your Friendica test account is about to expire."] = "Dein Friendica-Testkonto wird bald verfallen.";
-$a->strings["Hi %1\$s,\n\nYour test account on %2\$s will expire in less than five days. We hope you enjoyed this test drive and use this opportunity to find a permanent Friendica website for your integrated social communications. A list of public sites is available at http://dir.friendica.com/siteinfo - and for more information on setting up your own Friendica server please see the Friendica project website at http://friendica.com."] = "Hallo %1\$s,\n\ndein Testkonto auf %2\$s wird in weniger als fünf Tagen verfallen. Wir hoffen, dass dir dieser Testlauf gefallen hat, so dass du die Gelegenheit nutzt und dir einen normalen Friendica-Server für deine integrierte Social-Network-Kommunikation suchst. Eine Liste öffentlicher Server findest du auf http://dir.friendica.com/siteinfo . Um mehr Information darüber zu bekommen, wie man einen eigenen Friendica-Server aufsetzt, kannst du auch einen Blick auf die Friendica-Projektseite werfen: http://friendica.com";
-$a->strings["\"pageheader\" Settings"] = "\"pageheader\"-Einstellungen";
-$a->strings["pageheader Settings saved."] = "pageheader-Einstellungen gespeichert.";
-$a->strings["Post to Insanejournal"] = "Auf InsaneJournal posten.";
-$a->strings["InsaneJournal Post Settings"] = "InsaneJournal Beitrags-Einstellungen";
-$a->strings["Enable InsaneJournal Post Plugin"] = "InsaneJournal Plugin aktivieren";
-$a->strings["InsaneJournal username"] = "InsaneJournal Benutzername";
-$a->strings["InsaneJournal password"] = "InsaneJournal Passwort";
-$a->strings["Post to InsaneJournal by default"] = "Standardmäßig auf InsaneJournal posten.";
-$a->strings["View Source"] = "Quelle ansehen";
-$a->strings["Post to StatusNet"] = "Bei StatusNet veröffentlichen";
-$a->strings["Please contact your site administrator.<br />The provided API URL is not valid."] = "Bitte kontaktiere den Administrator des Servers.<br />Die angegebene API-URL ist nicht gültig.";
-$a->strings["We could not contact the StatusNet API with the Path you entered."] = "Die StatusNet-API konnte mit dem angegebenen Pfad nicht erreicht werden.";
-$a->strings["StatusNet settings updated."] = "StatusNet Einstellungen aktualisiert.";
-$a->strings["StatusNet Posting Settings"] = "StatusNet-Beitragseinstellungen";
-$a->strings["Globally Available StatusNet OAuthKeys"] = "Verfügbare OAuth Schlüssel für StatusNet";
-$a->strings["There are preconfigured OAuth key pairs for some StatusNet servers available. If you are useing one of them, please use these credentials. If not feel free to connect to any other StatusNet instance (see below)."] = "Für einige StatusNet Server sind voreingestellt OAuth Schlüsselpaare verfügbar. Solltest du einen dieser Server benutzen, dann verwende bitte diese Schlüssel. Falls nicht, stellen stattdessen eine Verbindung zu irgend einem anderen StatusNet Server her (siehe unten).";
-$a->strings["Provide your own OAuth Credentials"] = "Eigene OAuth Schlüssel eintragen";
-$a->strings["No consumer key pair for StatusNet found. Register your Friendica Account as an desktop client on your StatusNet account, copy the consumer key pair here and enter the API base root.<br />Before you register your own OAuth key pair ask the administrator if there is already a key pair for this Friendica installation at your favorited StatusNet installation."] = "Kein Consumer-Schlüsselpaar für StatusNet gefunden. Registriere deinen Friendica-Account als Desktop-Client, kopiere das Consumer-Schlüsselpaar hierher und gib die API-URL ein.<br />Bevor du dein eigenes Consumer-Schlüsselpaar registrierst, frage den Administrator dieses Friendica-Servers, ob schon ein Schlüsselpaar für diesen Friendica-Server auf diesem StatusNet-Server existiert.";
-$a->strings["OAuth Consumer Key"] = "OAuth Consumer Key";
-$a->strings["OAuth Consumer Secret"] = "OAuth Consumer Secret";
-$a->strings["Base API Path (remember the trailing /)"] = "Basis-URL der StatusNet-API (vergiss den abschließenden / nicht)";
-$a->strings["To connect to your StatusNet account click the button below to get a security code from StatusNet which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to StatusNet."] = "Um dein Konto mit einem StatusNet-Konto zu verknüpfen, klicke den Button an, um einen Sicherheitscode von StatusNet zu erhalten, und kopiere diesen in das Eingabefeld weiter unten. Es werden ausschließlich deine <strong>öffentlichen</strong> Nachrichten an StatusNet gesendet.";
-$a->strings["Log in with StatusNet"] = "Bei StatusNet anmelden";
-$a->strings["Copy the security code from StatusNet here"] = "Kopiere den Sicherheitscode von StatusNet hier hin";
-$a->strings["Cancel Connection Process"] = "Verbindungsprozess abbrechen";
-$a->strings["Current StatusNet API is"] = "Derzeitige StatusNet-API-URL lautet";
-$a->strings["Cancel StatusNet Connection"] = "Verbindung zum StatusNet Server abbrechen";
-$a->strings["Currently connected to: "] = "Momentan verbunden mit: ";
-$a->strings["If enabled all your <strong>public</strong> postings can be posted to the associated StatusNet account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "Wenn aktiviert, können all deine <strong>öffentlichen</strong> Einträge auf dem verbundenen StatusNet-Konto veröffentlicht werden. Du kannst das (hier) als Standardverhalten einstellen oder beim Schreiben eines Beitrags in den Beitragsoptionen festlegen.";
-$a->strings["<strong>Note</strong>: Due your privacy settings (<em>Hide your profile details from unknown viewers?</em>) the link potentially included in public postings relayed to StatusNet will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "<strong>Hinweis</strong>: Aufgrund deiner Privatsphären-Einstellungen (<em>Profil-Details vor unbekannten Betrachtern verbergen?</em>) wird der Link, der eventuell an deinen StatusNet-Beitrag angehängt wird, um auf den Originalbeitrag zu verweisen, den Betrachter auf eine leere Seite führen, die ihn darüber informiert, dass der Zugriff eingeschränkt wurde.";
-$a->strings["Allow posting to StatusNet"] = "Veröffentlichung bei StatusNet erlauben";
-$a->strings["Send public postings to StatusNet by default"] = "Veröffentliche öffentliche Beiträge standardmäßig bei StatusNet";
-$a->strings["Send linked #-tags and @-names to StatusNet"] = "Sende verlinkte #-Tags und @-Namen nach StatusNet";
-$a->strings["Clear OAuth configuration"] = "OAuth-Konfiguration löschen";
-$a->strings["API URL"] = "API-URL";
-$a->strings["Infinite Improbability Drive"] = "Infinite Improbability Drive";
-$a->strings["Post to Tumblr"] = "Bei Tumblr veröffentlichen";
-$a->strings["Tumblr Post Settings"] = "Tumblr-Beitragseinstellungen";
-$a->strings["Enable Tumblr Post Plugin"] = "Tumblr-Plugin aktivieren";
-$a->strings["Tumblr login"] = "Tumblr Login";
-$a->strings["Tumblr password"] = "Tumblr Passwort";
-$a->strings["Post to Tumblr by default"] = "Standardmäßig bei Tumblr veröffentlichen";
-$a->strings["Numfriends settings updated."] = "Numfriends Einstellungen aktualisiert";
-$a->strings["Numfriends Settings"] = "Numfriends Einstellungen";
-$a->strings["How many contacts to display on profile sidebar"] = "Wie viele Kontakte sollen in der Seitenleiste angezeigt werden";
-$a->strings["Gnot settings updated."] = "Gnot Einstellungen aktualisiert.";
-$a->strings["Gnot Settings"] = "Gnot Einstellungen";
-$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Erlaubt das Veröffentlichen von E-Mail Kommentar Benachrichtigungen bei Gmail mit anonymisiertem Betreff";
-$a->strings["Enable this plugin/addon?"] = "Dieses Plugin/Addon aktivieren?";
-$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica Meldung] Kommentar zum Beitrag #%d";
-$a->strings["Post to Wordpress"] = "Bei WordPress veröffentlichen";
-$a->strings["WordPress Post Settings"] = "WordPress-Beitragseinstellungen";
-$a->strings["Enable WordPress Post Plugin"] = "WordPress-Plugin aktivieren.";
-$a->strings["WordPress username"] = "WordPress-Benutzername";
-$a->strings["WordPress password"] = "WordPress-Passwort";
-$a->strings["WordPress API URL"] = "WordPress-API-URL";
-$a->strings["Post to WordPress by default"] = "Standardmäßig auf WordPress veröffentlichen";
-$a->strings["Provide a backlink to the Friendica post"] = "Einen zurück zum Friendica-Beitrag hinzufügen";
-$a->strings["Read the original post and comment stream on Friendica"] = "Den Original-Beitrag samt Kommentaren bei Friendica lesen";
-$a->strings["\"Show more\" Settings"] = "\"Mehr zeigen\" Einstellungen";
-$a->strings["Enable Show More"] = "Aktiviere \"Mehr zeigen\"";
-$a->strings["Cutting posts after how much characters"] = "Begrenze Beiträge nach einer bestimmten Anzahl an Buchstaben";
-$a->strings["Show More Settings saved."] = "\"Mehr zeigen\" Einstellungen gesichert.";
-$a->strings["This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> analytics tool."] = "Diese Website benutzt <a href='http://www.piwik.org'>Piwik</a>, eine Open Source-Software zur statistischen Auswertung der Besucherzugriffe.";
-$a->strings["If you do not want that your visits are logged this way you <a href='%s'>can set a cookie to prevent Piwik from tracking further visits of the site</a> (opt-out)."] = "Wenn Du nicht willst, dass Deine Besuche auf diese Weise gespeichert werden, kannst Du <a href='%s'>ein Cookie setzen</a>. Dann wird Piwik Dich auf dieser Website nicht mehr verfolgen (opt-out).";
-$a->strings["Piwik Base URL"] = "Piwik Basis URL";
-$a->strings["Absolute path to your Piwik installation. (without protocol (http/s), with trailing slash)"] = "Absoluter Pfad zu deiner Piwik Installation (ohne Protokoll (http/s) und mit abschließendem Schrägstrich)";
-$a->strings["Site ID"] = "Seiten ID";
-$a->strings["Show opt-out cookie link?"] = "Link zum Setzen des Opt-Out Cookies anzeigen?";
-$a->strings["Asynchronous tracking"] = "Asynchrones Tracken";
-$a->strings["Post to Twitter"] = "Bei Twitter veröffentlichen";
-$a->strings["Twitter settings updated."] = "Twitter Einstellungen aktualisiert.";
-$a->strings["Twitter Posting Settings"] = "Twitter-Beitragseinstellungen";
-$a->strings["No consumer key pair for Twitter found. Please contact your site administrator."] = "Kein Consumer-Schlüsselpaar für Twitter gefunden. Bitte wende dich an den Administrator der Seite.";
-$a->strings["At this Friendica instance the Twitter plugin was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to Twitter."] = "Auf diesem Friendica-Server wurde das Twitter-Plugin aktiviert, aber du hast deinen Account noch nicht mit deinem Twitter-Account verbunden. Klicke dazu auf die Schaltfläche unten. Du erhältst dann eine PIN von Twitter, die du dann in das Eingabefeld unten einfügst. Denk daran, den Senden-Knopf zu drücken! Nur <strong>öffentliche</strong> Beiträge werden bei Twitter veröffentlicht.";
-$a->strings["Log in with Twitter"] = "bei Twitter anmelden";
-$a->strings["Copy the PIN from Twitter here"] = "Kopiere die Twitter-PIN hier her";
-$a->strings["If enabled all your <strong>public</strong> postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "Wenn aktiviert, können all deine <strong>öffentlichen</strong> Einträge auf dem verbundenen Twitter-Konto veröffentlicht werden. Du kannst dies (hier) als Standardverhalten einstellen oder beim Schreiben eines Beitrags in den Beitragsoptionen festlegen.";
-$a->strings["<strong>Note</strong>: Due your privacy settings (<em>Hide your profile details from unknown viewers?</em>) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "<strong>Hinweis</strong>: Aufgrund deiner Privatsphären-Einstellungen (<em>Profil-Details vor unbekannten Betrachtern verbergen?</em>) wird der Link, der eventuell an an deinen Twitter-Beitrag angehängt wird, um auf den Originalbeitrag zu verweisen, den Betrachter auf eine leere Seite führen, die ihn darüber informiert, dass der Zugriff eingeschränkt wurde.";
-$a->strings["Allow posting to Twitter"] = "Veröffentlichung bei Twitter erlauben";
-$a->strings["Send public postings to Twitter by default"] = "Veröffentliche öffentliche Beiträge standardmäßig bei Twitter";
-$a->strings["Send linked #-tags and @-names to Twitter"] = "Sende verlinkte #-Tags und @-Namen nach Twitter";
-$a->strings["Consumer key"] = "Consumer Key";
-$a->strings["Consumer secret"] = "Consumer Secret";
-$a->strings["IRC Settings"] = "IRC Einstellungen";
-$a->strings["Channel(s) to auto connect (comma separated)"] = "mit diesen Kanälen soll man automatisch verbunden werden (Komma getrennt)";
-$a->strings["Popular Channels (comma separated)"] = "Beliebte Kanäle (mit Komma getrennt)";
-$a->strings["IRC settings saved."] = "IRC Einstellungen gespeichert.";
-$a->strings["IRC Chatroom"] = "IRC Chatraum";
-$a->strings["Popular Channels"] = "Beliebte Räume";
-$a->strings["Post to blogger"] = "Auf Blogger posten";
-$a->strings["Blogger Post Settings"] = "Einstellungen zum posten auf Blogger";
-$a->strings["Enable Blogger Post Plugin"] = "Blogger-Post-Plugin aktivieren";
-$a->strings["Blogger username"] = "Blogger-Benutzername";
-$a->strings["Blogger password"] = "Blogger-Passwort";
-$a->strings["Blogger API URL"] = "Blogger-API-URL";
-$a->strings["Post to Blogger by default"] = "Standardmäßig auf Blogger posten";
-$a->strings["Post to Posterous"] = "Nach Posterous senden";
-$a->strings["Posterous Post Settings"] = "Posterous Beitrags-Einstellungen";
-$a->strings["Enable Posterous Post Plugin"] = "Posterous-Plugin aktivieren";
-$a->strings["Posterous login"] = "Posterous-Anmeldename";
-$a->strings["Posterous password"] = "Posterous-Passwort";
-$a->strings["Posterous site ID"] = "Posterous site ID";
-$a->strings["Posterous API token"] = "Posterous API token";
-$a->strings["Post to Posterous by default"] = "Veröffentliche öffentliche Beiträge standardmäßig bei Posterous";
-$a->strings["Theme settings"] = "Themeneinstellungen";
-$a->strings["Set resize level for images in posts and comments (width and height)"] = "Wähle das Vergrößerungsmaß für Bilder in Beiträgen und Kommentaren (Höhe und Breite)";
-$a->strings["Set font-size for posts and comments"] = "Schriftgröße für Beiträge und Kommentare festlegen";
-$a->strings["Set theme width"] = "Theme Breite festlegen";
-$a->strings["Color scheme"] = "Farbschema";
-$a->strings["Your posts and conversations"] = "Deine Beiträge und Unterhaltungen";
-$a->strings["Your profile page"] = "Deine Profilseite";
-$a->strings["Your contacts"] = "Deine Kontakte";
-$a->strings["Your photos"] = "Deine Fotos";
-$a->strings["Your events"] = "Deine Ereignisse";
-$a->strings["Personal notes"] = "Persönliche Notizen";
-$a->strings["Your personal photos"] = "Deine privaten Fotos";
-$a->strings["Community Pages"] = "Foren";
-$a->strings["Community Profiles"] = "Community-Profile";
-$a->strings["Last users"] = "Letzte Nutzer";
-$a->strings["Last likes"] = "Zuletzt gemocht";
-$a->strings["Last photos"] = "Letzte Fotos";
-$a->strings["Find Friends"] = "Freunde finden";
-$a->strings["Local Directory"] = "Lokales Verzeichnis";
-$a->strings["Similar Interests"] = "Ähnliche Interessen";
-$a->strings["Invite Friends"] = "Freunde einladen";
-$a->strings["Earth Layers"] = "Earth Layers";
-$a->strings["Set zoomfactor for Earth Layers"] = "Zoomfaktor der Earth Layer";
-$a->strings["Set longitude (X) for Earth Layers"] = "Longitude (X) der Earth Layer";
-$a->strings["Set latitude (Y) for Earth Layers"] = "Latitude (Y) der Earth Layer";
-$a->strings["Help or @NewHere ?"] = "Hilfe oder @NewHere";
-$a->strings["Connect Services"] = "Verbinde Dienste";
-$a->strings["Last Tweets"] = "Neueste Tweets";
-$a->strings["Set twitter search term"] = "Twitter Suchbegriff";
-$a->strings["don't show"] = "nicht zeigen";
-$a->strings["show"] = "zeigen";
-$a->strings["Show/hide boxes at right-hand column:"] = "Rahmen auf der rechten Seite anzeigen/verbergen";
-$a->strings["Set line-height for posts and comments"] = "Liniengröße für Beiträge und Kommantare festlegen";
-$a->strings["Set resolution for middle column"] = "Auflösung für die Mittelspalte setzen";
-$a->strings["Set color scheme"] = "Wähle Farbschema";
-$a->strings["Set zoomfactor for Earth Layer"] = "Zoomfaktor der Earth Layer";
-$a->strings["Last tweets"] = "Neueste Tweets";
-$a->strings["Alignment"] = "Ausrichtung";
-$a->strings["Left"] = "Links";
-$a->strings["Center"] = "Mitte";
-$a->strings["Set colour scheme"] = "Farbschema wählen";
-$a->strings["Gender:"] = "Geschlecht:";
-$a->strings["j F, Y"] = "j F, Y";
-$a->strings["j F"] = "j F";
-$a->strings["Birthday:"] = "Geburtstag:";
-$a->strings["Age:"] = "Alter:";
-$a->strings["Status:"] = "Status:";
-$a->strings["for %1\$d %2\$s"] = "für %1\$d %2\$s";
-$a->strings["Homepage:"] = "Homepage:";
-$a->strings["Tags:"] = "Tags";
-$a->strings["Religion:"] = "Religion:";
-$a->strings["About:"] = "Über:";
-$a->strings["Hobbies/Interests:"] = "Hobbies/Interessen:";
-$a->strings["Contact information and Social Networks:"] = "Kontaktinformationen und Soziale Netzwerke:";
-$a->strings["Musical interests:"] = "Musikalische Interessen:";
-$a->strings["Books, literature:"] = "Literatur/Bücher:";
-$a->strings["Television:"] = "Fernsehen:";
-$a->strings["Film/dance/culture/entertainment:"] = "Filme/Tänze/Kultur/Unterhaltung:";
-$a->strings["Love/Romance:"] = "Liebesleben:";
-$a->strings["Work/employment:"] = "Arbeit/Beschäftigung:";
-$a->strings["School/education:"] = "Schule/Ausbildung:";
-$a->strings["Unknown | Not categorised"] = "Unbekannt | Nicht kategorisiert";
-$a->strings["Block immediately"] = "Sofort blockieren";
-$a->strings["Shady, spammer, self-marketer"] = "Zwielichtig, Spammer, Selbstdarsteller";
-$a->strings["Known to me, but no opinion"] = "Ist mir bekannt, hab aber keine Meinung";
-$a->strings["OK, probably harmless"] = "OK, wahrscheinlich harmlos";
-$a->strings["Reputable, has my trust"] = "Seriös, hat mein Vertrauen";
-$a->strings["Frequently"] = "immer wieder";
-$a->strings["Hourly"] = "Stündlich";
-$a->strings["Twice daily"] = "Zweimal täglich";
-$a->strings["Daily"] = "Täglich";
-$a->strings["Weekly"] = "Wöchentlich";
-$a->strings["Monthly"] = "Monatlich";
-$a->strings["OStatus"] = "OStatus";
-$a->strings["RSS/Atom"] = "RSS/Atom";
-$a->strings["Zot!"] = "Zott";
-$a->strings["LinkedIn"] = "LinkedIn";
-$a->strings["XMPP/IM"] = "XMPP/Chat";
-$a->strings["MySpace"] = "MySpace";
-$a->strings["Male"] = "Männlich";
-$a->strings["Female"] = "Weiblich";
-$a->strings["Currently Male"] = "Momentan männlich";
-$a->strings["Currently Female"] = "Momentan weiblich";
-$a->strings["Mostly Male"] = "Hauptsächlich männlich";
-$a->strings["Mostly Female"] = "Hauptsächlich weiblich";
-$a->strings["Transgender"] = "Transgender";
-$a->strings["Intersex"] = "Intersex";
-$a->strings["Transsexual"] = "Transsexuell";
-$a->strings["Hermaphrodite"] = "Hermaphrodit";
-$a->strings["Neuter"] = "Neuter";
-$a->strings["Non-specific"] = "Nicht spezifiziert";
-$a->strings["Other"] = "Andere";
-$a->strings["Undecided"] = "Unentschieden";
-$a->strings["Males"] = "Männer";
-$a->strings["Females"] = "Frauen";
-$a->strings["Gay"] = "Schwul";
-$a->strings["Lesbian"] = "Lesbisch";
-$a->strings["No Preference"] = "Keine Vorlieben";
-$a->strings["Bisexual"] = "Bisexuell";
-$a->strings["Autosexual"] = "Autosexual";
-$a->strings["Abstinent"] = "Abstinent";
-$a->strings["Virgin"] = "Jungfrauen";
-$a->strings["Deviant"] = "Deviant";
-$a->strings["Fetish"] = "Fetish";
-$a->strings["Oodles"] = "Oodles";
-$a->strings["Nonsexual"] = "Nonsexual";
-$a->strings["Single"] = "Single";
-$a->strings["Lonely"] = "Einsam";
-$a->strings["Available"] = "Verfügbar";
-$a->strings["Unavailable"] = "Nicht verfügbar";
-$a->strings["Has crush"] = "verknallt";
-$a->strings["Infatuated"] = "verliebt";
-$a->strings["Dating"] = "Dating";
-$a->strings["Unfaithful"] = "Untreu";
-$a->strings["Sex Addict"] = "Sexbesessen";
-$a->strings["Friends"] = "Freunde";
-$a->strings["Friends/Benefits"] = "Freunde/Zuwendungen";
-$a->strings["Casual"] = "Casual";
-$a->strings["Engaged"] = "Verlobt";
-$a->strings["Married"] = "Verheiratet";
-$a->strings["Imaginarily married"] = "imaginär verheiratet";
-$a->strings["Partners"] = "Partner";
-$a->strings["Cohabiting"] = "zusammenlebend";
-$a->strings["Common law"] = "wilde Ehe";
-$a->strings["Happy"] = "Glücklich";
-$a->strings["Not looking"] = "Nicht auf der Suche";
-$a->strings["Swinger"] = "Swinger";
-$a->strings["Betrayed"] = "Betrogen";
-$a->strings["Separated"] = "Getrennt";
-$a->strings["Unstable"] = "Unstabil";
-$a->strings["Divorced"] = "Geschieden";
-$a->strings["Imaginarily divorced"] = "imaginär geschieden";
-$a->strings["Widowed"] = "Verwitwet";
-$a->strings["Uncertain"] = "Unsicher";
-$a->strings["It's complicated"] = "Ist kompliziert";
-$a->strings["Don't care"] = "Ist mir nicht wichtig";
-$a->strings["Ask me"] = "Frag mich";
-$a->strings["Starts:"] = "Beginnt:";
-$a->strings["Finishes:"] = "Endet:";
-$a->strings["(no subject)"] = "(kein Betreff)";
-$a->strings["noreply"] = "noreply";
-$a->strings["prev"] = "vorige";
-$a->strings["first"] = "erste";
-$a->strings["last"] = "letzte";
-$a->strings["next"] = "nächste";
-$a->strings["No contacts"] = "Keine Kontakte";
-$a->strings["%d Contact"] = array(
- 0 => "%d Kontakt",
- 1 => "%d Kontakte",
-);
-$a->strings["Monday"] = "Montag";
-$a->strings["Tuesday"] = "Dienstag";
-$a->strings["Wednesday"] = "Mittwoch";
-$a->strings["Thursday"] = "Donnerstag";
-$a->strings["Friday"] = "Freitag";
-$a->strings["Saturday"] = "Samstag";
-$a->strings["Sunday"] = "Sonntag";
-$a->strings["January"] = "Januar";
-$a->strings["February"] = "Februar";
-$a->strings["March"] = "März";
-$a->strings["April"] = "April";
-$a->strings["May"] = "Mai";
-$a->strings["June"] = "Juni";
-$a->strings["July"] = "Juli";
-$a->strings["August"] = "August";
-$a->strings["September"] = "September";
-$a->strings["October"] = "Oktober";
-$a->strings["November"] = "November";
-$a->strings["December"] = "Dezember";
-$a->strings["bytes"] = "Byte";
-$a->strings["remove"] = "löschen";
-$a->strings["[remove]"] = "[löschen]";
-$a->strings["Categories:"] = "Kategorien:";
-$a->strings["Filed under:"] = "Abgelegt unter:";
-$a->strings["Click to open/close"] = "Zum öffnen/schließen klicken";
-$a->strings["default"] = "standard";
-$a->strings["Select an alternate language"] = "Alternative Sprache auswählen";
-$a->strings["activity"] = "Aktivität";
-$a->strings["comment"] = "Kommentar";
-$a->strings["post"] = "Beitrag";
-$a->strings["Item filed"] = "Beitrag abgelegt";
-$a->strings["Sharing notification from Diaspora network"] = "Freigabe-Benachrichtigung von Diaspora";
-$a->strings["Attachments:"] = "Anhänge:";
-$a->strings["view full size"] = "Volle Größe anzeigen";
-$a->strings["Embedded content"] = "Eingebetteter Inhalt";
-$a->strings["Embedding disabled"] = "Einbettungen deaktiviert";
-$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Eine gelöschte Gruppe mit diesem Namen wurde wiederbelebt. Bestehende Berechtigungseinstellungen <strong>könnten</strong> auf diese Gruppe oder zukünftige Mitglieder angewandt werden. Falls du dies nicht möchtest, erstelle bitte eine andere Gruppe mit einem anderen Namen.";
-$a->strings["Default privacy group for new contacts"] = "Voreingestellte Gruppe für neue Kontakte";
-$a->strings["Everybody"] = "Alle Kontakte";
-$a->strings["edit"] = "bearbeiten";
-$a->strings["Groups"] = "Gruppen";
-$a->strings["Edit group"] = "Gruppe bearbeiten";
-$a->strings["Create a new group"] = "Neue Gruppe erstellen";
-$a->strings["Contacts not in any group"] = "Kontakte in keiner Gruppe";
-$a->strings["Logout"] = "Abmelden";
-$a->strings["End this session"] = "Diese Sitzung beenden";
-$a->strings["Status"] = "Status";
-$a->strings["Sign in"] = "Anmelden";
-$a->strings["Home Page"] = "Homepage";
-$a->strings["Create an account"] = "Nutzerkonto erstellen";
-$a->strings["Help and documentation"] = "Hilfe und Dokumentation";
-$a->strings["Apps"] = "Apps";
-$a->strings["Addon applications, utilities, games"] = "Addon Anwendungen, Dienstprogramme, Spiele";
-$a->strings["Search site content"] = "Inhalt der Seite durchsuchen";
-$a->strings["Conversations on this site"] = "Unterhaltungen auf dieser Seite";
-$a->strings["Directory"] = "Verzeichnis";
-$a->strings["People directory"] = "Nutzerverzeichnis";
-$a->strings["Conversations from your friends"] = "Unterhaltungen deiner Kontakte";
-$a->strings["Friend Requests"] = "Kontaktanfragen";
-$a->strings["See all notifications"] = "Alle Benachrichtigungen anzeigen";
-$a->strings["Mark all system notifications seen"] = "Markiere alle Systembenachrichtigungen als gelesen";
-$a->strings["Private mail"] = "Private Email";
-$a->strings["Inbox"] = "Eingang";
-$a->strings["Outbox"] = "Ausgang";
-$a->strings["Manage"] = "Verwalten";
-$a->strings["Manage other pages"] = "Andere Seiten verwalten";
-$a->strings["Profiles"] = "Profile";
-$a->strings["Manage/edit profiles"] = "Profile verwalten/editieren";
-$a->strings["Manage/edit friends and contacts"] = "Freunde und Kontakte verwalten/editieren";
-$a->strings["Site setup and configuration"] = "Einstellungen der Seite und Konfiguration";
-$a->strings["Nothing new here"] = "Keine Neuigkeiten.";
-$a->strings["Add New Contact"] = "Neuen Kontakt hinzufügen";
-$a->strings["Enter address or web location"] = "Adresse oder Web-Link eingeben";
-$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Beispiel: bob@example.com, http://example.com/barbara";
-$a->strings["%d invitation available"] = array(
- 0 => "%d Einladung verfügbar",
- 1 => "%d Einladungen verfügbar",
-);
-$a->strings["Find People"] = "Leute finden";
-$a->strings["Enter name or interest"] = "Name oder Interessen eingeben";
-$a->strings["Connect/Follow"] = "Verbinden/Folgen";
-$a->strings["Examples: Robert Morgenstein, Fishing"] = "Beispiel: Robert Morgenstein, Angeln";
-$a->strings["Random Profile"] = "Zufälliges Profil";
-$a->strings["Networks"] = "Netzwerke";
-$a->strings["All Networks"] = "Alle Netzwerke";
-$a->strings["Saved Folders"] = "Gespeicherte Ordner";
-$a->strings["Everything"] = "Alles";
-$a->strings["Categories"] = "Kategorien";
-$a->strings["Logged out."] = "Abgemeldet.";
-$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Beim Versuch dich mit der von dir angegebenen OpenID anzumelden trat ein Problem auf. Bitte überprüfe, dass du die OpenID richtig geschrieben hast.";
-$a->strings["The error message was:"] = "Die Fehlermeldung lautete:";
-$a->strings["Miscellaneous"] = "Verschiedenes";
-$a->strings["year"] = "Jahr";
-$a->strings["month"] = "Monat";
-$a->strings["day"] = "Tag";
-$a->strings["never"] = "nie";
-$a->strings["less than a second ago"] = "vor weniger als einer Sekunde";
-$a->strings["years"] = "Jahre";
-$a->strings["months"] = "Monate";
-$a->strings["week"] = "Woche";
-$a->strings["weeks"] = "Wochen";
-$a->strings["days"] = "Tage";
-$a->strings["hour"] = "Stunde";
-$a->strings["hours"] = "Stunden";
-$a->strings["minute"] = "Minute";
-$a->strings["minutes"] = "Minuten";
-$a->strings["second"] = "Sekunde";
-$a->strings["seconds"] = "Sekunden";
-$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s her";
-$a->strings["From: "] = "Von: ";
-$a->strings["$1 wrote:"] = "$1 hat geschrieben:";
-$a->strings["Image/photo"] = "Bild/Foto";
-$a->strings["Cannot locate DNS info for database server '%s'"] = "Kann die DNS Informationen für den Datenbanken Server '%s' nicht ermitteln.";
-$a->strings["[no subject]"] = "[kein Betreff]";
-$a->strings["Visible to everybody"] = "Für jeden sichtbar";
-$a->strings["Friendica Notification"] = "Friendica-Benachrichtigung";
-$a->strings["Thank You,"] = "Danke,";
-$a->strings["%s Administrator"] = "der Administrator von %s";
-$a->strings["%s <!item_type!>"] = "%s <!item_type!>";
-$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica Meldung] Neue Nachricht erhalten von %s";
-$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s hat Dir eine neues private Nachricht geschickt auf %2\$s.";
-$a->strings["%1\$s sent you %2\$s."] = "%1\$s schickte Dir %2\$s.";
-$a->strings["a private message"] = "eine private Nachricht";
-$a->strings["Please visit %s to view and/or reply to your private messages."] = "Bitte besuche %s, um deine privaten Nachrichten anzusehen und/oder zu beantworten.";
-$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s kommentierte [url=%2\$s]a %3\$s[/url]";
-$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s kommentierte [url=%2\$s]%3\$s's %4\$s[/url]";
-$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s kommentierte [url=%2\$s]Deinen Beitrag %3\$s[/url]";
-$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Friendica Meldung] Kommentar zum Beitrag #%1\$d von %2\$s";
-$a->strings["%s commented on an item/conversation you have been following."] = "%s hat einen Beitrag kommentiert, dem du folgst.";
-$a->strings["Please visit %s to view and/or reply to the conversation."] = "Bitte besuche %s, um die Konversation anzusehen und/oder zu kommentieren.";
-$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica Meldung] %s hat auf Deine Pinnwand geschrieben";
-$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$s schrieb auf Deine Pinnwand auf %2\$s";
-$a->strings["%1\$s posted to [url=%2s]your wall[/url]"] = "%1\$s schrieb auf [url=%2s]Deine Pinnwand[/url]";
-$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica Meldung] %s hat Dich erwähnt";
-$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s erwähnte Dich auf %2\$s";
-$a->strings["%1\$s [url=%2s]tagged you[/url]."] = "%1\$s [url=%2s]erwähnte Dich[/url].";
-$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica Meldung] %s markierte Deinen Beitrag";
-$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$s erwähnte Deinen Beitrag auf %2\$s";
-$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$s erwähnte [url=%2\$s]Deinen Beitrag[/url]";
-$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica Meldung] Kontaktanfrage erhalten";
-$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "Du hast eine Kontaktanfrage erhalten von '%1\$s' auf %2\$s";
-$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "Du hast eine [url=%1\$s]Kontaktanfrage[/url] erhalten von %2\$s.";
-$a->strings["You may visit their profile at %s"] = "Hier kannst du das Profil betrachten: %s";
-$a->strings["Please visit %s to approve or reject the introduction."] = "Bitte besuche %s, um die Kontaktanfrage anzunehmen oder abzulehnen.";
-$a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica Meldung] Kontaktvorschlag erhalten";
-$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "Du hast einen Freunde-Vorschlag erhalten von '%1\$s' auf %2\$s";
-$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "Du hast einen [url=%1\$s]Freunde-Vorschlag[/url] erhalten %2\$s von %3\$s.";
-$a->strings["Name:"] = "Name:";
-$a->strings["Photo:"] = "Foto:";
-$a->strings["Please visit %s to approve or reject the suggestion."] = "Bitte besuche %s, um den Vorschlag zu akzeptieren oder abzulehnen.";
-$a->strings["Connect URL missing."] = "Connect-URL fehlt";
-$a->strings["This site is not configured to allow communications with other networks."] = "Diese Seite ist so konfiguriert, dass keine Kommunikation mit anderen Netzwerken erfolgen kann.";
-$a->strings["No compatible communication protocols or feeds were discovered."] = "Es wurden keine kompatiblen Kommunikationsprotokolle oder Feeds gefunden.";
-$a->strings["The profile address specified does not provide adequate information."] = "Die angegebene Profiladresse liefert unzureichende Informationen.";
-$a->strings["An author or name was not found."] = "Es wurde kein Autor oder Name gefunden.";
-$a->strings["No browser URL could be matched to this address."] = "Zu dieser Adresse konnte keine passende Browser URL gefunden werden.";
-$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "Konnte die @-Adresse mit keinem der bekannten Protokolle oder Email-Kontakte abgleichen.";
-$a->strings["Use mailto: in front of address to force email check."] = "Verwende mailto: vor der Email Adresse um eine Überprüfung der Email Adresse zu erzwingen.";
-$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "Die Adresse dieses Profils gehört zu einem Netzwerk, mit dem die Kommunikation auf dieser Seite ausgeschaltet wurde.";
-$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Eingeschränktes Profil. Diese Person wird keine direkten/privaten Nachrichten von dir erhalten können.";
-$a->strings["Unable to retrieve contact information."] = "Konnte die Kontaktinformationen nicht empfangen.";
-$a->strings["following"] = "folgen";
-$a->strings["A new person is sharing with you at "] = "Eine neue Person teilt mit dir auf ";
-$a->strings["You have a new follower at "] = "Du hast einen neuen Kontakt auf ";
-$a->strings["Archives"] = "Archiv";
-$a->strings["image/photo"] = "Bild/Foto";
-$a->strings["link"] = "Verweis";
-$a->strings["An invitation is required."] = "Du benötigst eine Einladung.";
-$a->strings["Invitation could not be verified."] = "Die Einladung konnte nicht überprüft werden.";
-$a->strings["Invalid OpenID url"] = "Ungültige OpenID URL";
-$a->strings["Please enter the required information."] = "Bitte trage die erforderlichen Informationen ein.";
-$a->strings["Please use a shorter name."] = "Bitte verwende einen kürzeren Namen.";
-$a->strings["Name too short."] = "Der Name ist zu kurz.";
-$a->strings["That doesn't appear to be your full (First Last) name."] = "Das scheint nicht dein kompletter Name (Vor- und Nachname) zu sein.";
-$a->strings["Your email domain is not among those allowed on this site."] = "Die Domain deiner E-Mail Adresse ist auf dieser Seite nicht erlaubt.";
-$a->strings["Not a valid email address."] = "Keine gültige E-Mail-Adresse.";
-$a->strings["Cannot use that email."] = "Konnte diese E-Mail-Adresse nicht verwenden.";
-$a->strings["Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and must also begin with a letter."] = "Dein Spitzname darf nur aus Buchstaben und Zahlen (\"a-z\",\"0-9\", \"_\" und \"-\") bestehen, außerdem muss er mit einem Buchstaben beginnen.";
-$a->strings["Nickname is already registered. Please choose another."] = "Dieser Spitzname ist bereits vergeben. Bitte wähle einen anderen.";
-$a->strings["Nickname was once registered here and may not be re-used. Please choose another."] = "Dieser Spitzname ist bereits vergeben. Bitte wähle einen anderen.";
-$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "FATALER FEHLER: Sicherheitsschlüssel konnten nicht erzeugt werden.";
-$a->strings["An error occurred during registration. Please try again."] = "Wärend der Anmeldung ist ein Fehler aufgetreten. Bitte versuche es noch einmal.";
-$a->strings["An error occurred creating your default profile. Please try again."] = "Bei der Erstellung des Standardprofils ist ein Fehler aufgetreten. Bitte versuche es noch einmal.";
-$a->strings["Welcome "] = "Willkommen ";
-$a->strings["Please upload a profile photo."] = "Bitte lade ein Profilbild hoch.";
-$a->strings["Welcome back "] = "Willkommen zurück ";
-$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "Das Sicherheitsmerkmal war nicht korrekt. Das passiert meistens wenn das Formular vor dem Absenden zu lange geöffnet war (länger als 3 Stunden).";
-$a->strings["stopped following"] = "wird nicht mehr gefolgt";
-$a->strings["View Status"] = "Pinnwand anschauen";
-$a->strings["View Profile"] = "Profil anschauen";
-$a->strings["View Photos"] = "Bilder anschauen";
-$a->strings["Network Posts"] = "Netzwerkbeiträge";
-$a->strings["Edit Contact"] = "Kontakt bearbeiten";
-$a->strings["Send PM"] = "Private Nachricht senden";
-$a->strings["post/item"] = "Nachricht/Beitrag";
-$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s hat %2\$s\\s %3\$s als Favorit markiert";
-$a->strings["Select"] = "Auswählen";
-$a->strings["View %s's profile @ %s"] = "Das Profil von %s auf %s betrachten.";
-$a->strings["%s from %s"] = "%s von %s";
-$a->strings["View in context"] = "Im Zusammenhang betrachten";
-$a->strings["%d comment"] = array(
- 0 => "%d Kommentar",
- 1 => "%d Kommentare",
-);
-$a->strings["like"] = "mag ich";
-$a->strings["dislike"] = "mag ich nicht";
-$a->strings["Share this"] = "Weitersagen";
-$a->strings["share"] = "Teilen";
-$a->strings["Bold"] = "Fett";
-$a->strings["Italic"] = "Kursiv";
-$a->strings["Underline"] = "Unterstrichen";
-$a->strings["Quote"] = "Zitat";
-$a->strings["Code"] = "Code";
-$a->strings["Image"] = "Bild";
-$a->strings["Link"] = "Verweis";
-$a->strings["Video"] = "Video";
-$a->strings["add star"] = "markieren";
-$a->strings["remove star"] = "Markierung entfernen";
-$a->strings["toggle star status"] = "Markierung umschalten";
-$a->strings["starred"] = "markiert";
-$a->strings["add tag"] = "Tag hinzufügen";
-$a->strings["save to folder"] = "In Ordner speichern";
-$a->strings["to"] = "zu";
-$a->strings["Wall-to-Wall"] = "Wall-to-Wall";
-$a->strings["via Wall-To-Wall:"] = "via Wall-To-Wall:";
-$a->strings["Delete Selected Items"] = "Lösche die markierten Beiträge";
-$a->strings["%s likes this."] = "%s mag das.";
-$a->strings["%s doesn't like this."] = "%s mag das nicht.";
-$a->strings["<span %1\$s>%2\$d people</span> like this."] = "<span %1\$s>%2\$d Leute</span> mögen das.";
-$a->strings["<span %1\$s>%2\$d people</span> don't like this."] = "<span %1\$s>%2\$d Leute</span> mögen das nicht.";
-$a->strings["and"] = "und";
-$a->strings[", and %d other people"] = " und %d andere";
-$a->strings["%s like this."] = "%s mögen das.";
-$a->strings["%s don't like this."] = "%s mögen das nicht.";
-$a->strings["Visible to <strong>everybody</strong>"] = "Für <strong>jedermann</strong> sichtbar";
-$a->strings["Please enter a video link/URL:"] = "Bitte Link/URL zum Video einfügen:";
-$a->strings["Please enter an audio link/URL:"] = "Bitte Link/URL zum Audio einfügen:";
-$a->strings["Tag term:"] = "Tag:";
-$a->strings["Where are you right now?"] = "Wo hältst du dich jetzt gerade auf?";
-$a->strings["upload photo"] = "Bild hochladen";
-$a->strings["attach file"] = "Datei anhängen";
-$a->strings["web link"] = "Weblink";
-$a->strings["Insert video link"] = "Video-Adresse einfügen";
-$a->strings["video link"] = "Video-Link";
-$a->strings["Insert audio link"] = "Audio-Adresse einfügen";
-$a->strings["audio link"] = "Audio-Link";
-$a->strings["set location"] = "Ort setzen";
-$a->strings["clear location"] = "Ort löschen";
-$a->strings["permissions"] = "Zugriffsrechte";
-$a->strings["Delete this item?"] = "Diesen Beitrag löschen?";
-$a->strings["show fewer"] = "weniger anzeigen";
-$a->strings["Update %s failed. See error logs."] = "Update %s fehlgeschlagen. Bitte Fehlerprotokoll überprüfen.";
-$a->strings["Update Error at %s"] = "Updatefehler bei %s";
-$a->strings["Create a New Account"] = "Neues Konto erstellen";
-$a->strings["Nickname or Email address: "] = "Spitzname oder Email-Adresse: ";
-$a->strings["Password: "] = "Passwort: ";
-$a->strings["Or login using OpenID: "] = "Oder melde dich mit deiner OpenID an: ";
+$a->strings["Finding:"] = "Ergebnisse:";
+$a->strings["next page"] = "nächste Seite";
+$a->strings["previous page"] = "vorige Seite";
+$a->strings["No entries (some entries may be hidden)."] = "Keine Einträge gefunden (einige könnten versteckt sein).";
+$a->strings["Mood"] = "Laune";
+$a->strings["Set your current mood and tell your friends"] = "Wähle deine aktuelle Stimmung und erzähle sie deinen Freunden";
+$a->strings["Theme settings"] = "Theme-Einstellungen";
+$a->strings["Navigation bar colour"] = "Farbe der Navigationsleiste";
+$a->strings["Set the background colour"] = "Hintergrundfarbe wählen";
+$a->strings["Set the background image"] = "Hintergrundbild wählen";
+$a->strings["Set the background colour of items"] = "Hintergrundfarbe von Beiträgen wählen";
+$a->strings["Set the opacity of items"] = "Opazität von Beiträgen wählen";
+$a->strings["Set font-size for posts and comments"] = "Wähle die Schriftgröße für Beiträge und Kommentare";
+$a->strings["Set font-colour for posts and comments"] = "Schriftfarbe für Beiträge und Kommentare wählen";
+$a->strings["Set radius of corners"] = "Radius von Ecken";
+$a->strings["Set shadow depth of photos"] = "Schattentiefe von Fotos";
+$a->strings["Set line-height for posts and comments"] = "Wähle die Zeilenhöhe in Beiträgen und Kommentaren";
+$a->strings["Set colour scheme"] = "Wähle das Farbschema";
+$a->strings["Draw shadows"] = "Zeichne Schatten";
+$a->strings["Display style"] = "Anzeige Stiel";
+$a->strings["Display colour of links - hex value, do not include the #"] = "Farbe für Verweise - Hex Wert, die # nicht angeben";
+$a->strings["Icons"] = "Symbole";
+$a->strings["Shiny style"] = "Glitzer Stiel";
+$a->strings["Update %s failed. See error logs."] = "Aktualisierung %s fehlgeschlagen. Details in den Fehlerlogs.";
+$a->strings["Update Error at %s"] = "Aktualisierungsfehler auf %s";
+$a->strings["Create a New Account"] = "Erzeuge ein neues Konto";
+$a->strings["Password"] = "Kennwort";
+$a->strings["Remember me"] = "Angaben speichern";
$a->strings["Forgot your password?"] = "Passwort vergessen?";
-$a->strings["Edit profile"] = "Profil bearbeiten";
-$a->strings["Message"] = "Nachricht";
-$a->strings["g A l F d"] = "l, d. F G \\U\\h\\r";
+$a->strings["Requested channel is not available."] = "Angeforderte Kanal nicht verfügbar.";
+$a->strings[" Sorry, you don't have the permission to view this profile. "] = "Entschuldigung, aber du besitzt nicht die nötigen Rechte um dieses Profil ansehen zu dürfen.";
+$a->strings["Profiles"] = "Profile";
+$a->strings["Manage/edit profiles"] = "Verwalte/Bearbeite Profile";
+$a->strings["Edit Profile"] = "Profile bearbeiten";
$a->strings["F d"] = "d. F";
-$a->strings["[today]"] = "[heute]";
-$a->strings["Birthday Reminders"] = "Geburtstagserinnerungen";
-$a->strings["Birthdays this week:"] = "Geburtstage diese Woche:";
-$a->strings["[No description]"] = "[keine Beschreibung]";
-$a->strings["Event Reminders"] = "Veranstaltungserinnerungen";
-$a->strings["Events this week:"] = "Veranstaltungen diese Woche";
+$a->strings["Birthday Reminders"] = "Geburtstags Erinnerungen";
+$a->strings["Birthdays this week:"] = "Geburtstage in dieser Woche:";
+$a->strings["[No description]"] = "[Keine Beschreibung]";
+$a->strings["Event Reminders"] = "Veranstaltungs- Erinnerungen";
+$a->strings["Events this week:"] = "Veranstaltungen in dieser Woche:";
+$a->strings["Channel"] = "Kanal";
$a->strings["Status Messages and Posts"] = "Statusnachrichten und Beiträge";
-$a->strings["Profile Details"] = "Profildetails";
-$a->strings["Events and Calendar"] = "Ereignisse und Kalender";
-$a->strings["Only You Can See This"] = "Nur Du Kannst Das Sehen";
+$a->strings["About"] = "Über";
+$a->strings["Profile Details"] = "Profil-Details";
+$a->strings["Events and Calendar"] = "Veranstaltungen und Kalender";
+$a->strings["Webpages"] = "Webseiten";
+$a->strings["Manage Webpages"] = "Webseiten verwalten";
+$a->strings["toggle mobile"] = "auf/von Mobile Ansicht wechseln";
diff --git a/view/en/htconfig.tpl b/view/en/htconfig.tpl
index 3e1269441..4896376e5 100644
--- a/view/en/htconfig.tpl
+++ b/view/en/htconfig.tpl
@@ -47,16 +47,22 @@ $a->config['system']['admin_email'] = '{{$adminmail}}';
// Site access restrictions. By default we will create private sites.
-// Your choices are ACCESS_PRIVATE, ACCESS_PAID, and ACCESS_FREE.
+// Your choices are ACCESS_PRIVATE, ACCESS_PAID, ACCESS_TIERED, and ACCESS_FREE.
// If you leave REGISTER_OPEN above, anybody may register on your
// site, however your site will not be listed anywhere as an open
// registration hub. We will use the system access policy (below)
// to determine whether or not to list your site in the directory
// as an open hub where anybody may create accounts. Your choice of
-// paid or free determines how these listings will be presented.
+// paid, tiered, or free determines how these listings will be presented.
+
$a->config['system']['access_policy'] = ACCESS_PRIVATE;
+// If you operate a public site, you might wish that people are directed
+// to a "sellpage" where you can describe for features or policies or service plans in depth.
+// This must be an absolute URL beginning with http:// or https:// .
+
+$a->config['system']['sellpage'] = '';
// Maximum size of an imported message, 0 is unlimited
diff --git a/view/js/mod_connections.js b/view/js/mod_connections.js
index 6bfa039a8..ed1577792 100644
--- a/view/js/mod_connections.js
+++ b/view/js/mod_connections.js
@@ -38,6 +38,7 @@ function connectFullShare() {
$('#me_id_perms_post_mail').attr('checked','checked');
$('#me_id_perms_chat').attr('checked','checked');
$('#me_id_perms_view_storage').attr('checked','checked');
+ $('#me_id_perms_republish').attr('checked','checked');
}
function connectCautiousShare() {
@@ -73,6 +74,8 @@ function connectForum() {
$('#me_id_perms_post_comments').attr('checked','checked');
$('#me_id_perms_post_mail').attr('checked','checked');
$('#me_id_perms_tag_deliver').attr('checked','checked');
+ $('#me_id_perms_republish').attr('checked','checked');
+
}
function connectSoapBox() {
diff --git a/view/js/mod_network.js b/view/js/mod_network.js
index 7c3a9d246..ca910ae52 100644
--- a/view/js/mod_network.js
+++ b/view/js/mod_network.js
@@ -3,7 +3,7 @@ $(document).ready(function() {
a = $("#search-text").autocomplete({
serviceUrl: baseurl + '/search_ac',
minChars: 2,
- width: 350,
+ width: 250,
});
});
diff --git a/view/js/mod_settings.js b/view/js/mod_settings.js
index 1695372eb..e749cd761 100644
--- a/view/js/mod_settings.js
+++ b/view/js/mod_settings.js
@@ -37,6 +37,7 @@ function channel_privacy_macro(n) {
$('#id_write_storage option').eq(0).attr('selected','selected');
$('#id_write_pages option').eq(0).attr('selected','selected');
$('#id_delegate option').eq(0).attr('selected','selected');
+ $('#id_republish option').eq(0).attr('selected','selected');
$('#id_profile_in_directory_onoff .off').removeClass('hidden');
$('#id_profile_in_directory_onoff .on').addClass('hidden');
$('#id_profile_in_directory').val(0);
@@ -58,6 +59,7 @@ function channel_privacy_macro(n) {
$('#id_write_storage option').eq(1).attr('selected','selected');
$('#id_write_pages option').eq(1).attr('selected','selected');
$('#id_delegate option').eq(0).attr('selected','selected');
+ $('#id_republish option').eq(0).attr('selected','selected');
$('#id_profile_in_directory_onoff .off').removeClass('hidden');
$('#id_profile_in_directory_onoff .on').addClass('hidden');
$('#id_profile_in_directory').val(0);
@@ -79,6 +81,7 @@ function channel_privacy_macro(n) {
$('#id_write_storage option').eq(0).attr('selected','selected');
$('#id_write_pages option').eq(0).attr('selected','selected');
$('#id_delegate option').eq(0).attr('selected','selected');
+ $('#id_republish option').eq(1).attr('selected','selected');
$('#id_profile_in_directory_onoff .on').removeClass('hidden');
$('#id_profile_in_directory_onoff .off').addClass('hidden');
$('#id_profile_in_directory').val(1);
@@ -100,6 +103,7 @@ function channel_privacy_macro(n) {
$('#id_write_storage option').eq(2).attr('selected','selected');
$('#id_write_pages option').eq(2).attr('selected','selected');
$('#id_delegate option').eq(0).attr('selected','selected');
+ $('#id_republish option').eq(4).attr('selected','selected');
$('#id_profile_in_directory_onoff .on').removeClass('hidden');
$('#id_profile_in_directory_onoff .off').addClass('hidden');
$('#id_profile_in_directory').val(1);
diff --git a/view/js/mod_sources.js b/view/js/mod_sources.js
new file mode 100644
index 000000000..140f13843
--- /dev/null
+++ b/view/js/mod_sources.js
@@ -0,0 +1,12 @@
+$(document).ready(function() {
+ var a;
+ a = $("#id_name").autocomplete({
+ serviceUrl: baseurl + '/acl',
+ minChars: 2,
+ width: 350,
+ onSelect: function(value,data) {
+ $("#id_xchan").val(data);
+ }
+ });
+
+});
diff --git a/view/php/default.php b/view/php/default.php
index ae4da50b4..3573bf829 100644
--- a/view/php/default.php
+++ b/view/php/default.php
@@ -7,12 +7,12 @@
</head>
<body>
<?php if(x($page,'nav')) echo $page['nav']; ?>
- <aside><?php if(x($page,'aside')) echo $page['aside']; ?></aside>
- <section><?php if(x($page,'content')) echo $page['content']; ?>
+ <aside id="region_1"><?php if(x($page,'aside')) echo $page['aside']; ?></aside>
+ <section id="region_2"><?php if(x($page,'content')) echo $page['content']; ?>
<div id="page-footer"></div>
<div id="pause"></div>
</section>
- <right_aside><?php if(x($page,'right_aside')) echo $page['right_aside']; ?></right_aside>
+ <aside id="region_3"><?php if(x($page,'right_aside')) echo $page['right_aside']; ?></aside>
<footer><?php if(x($page,'footer')) echo $page['footer']; ?></footer>
</body>
</html>
diff --git a/view/php/theme_init.php b/view/php/theme_init.php
index e4a56acc3..8b75bc940 100644
--- a/view/php/theme_init.php
+++ b/view/php/theme_init.php
@@ -10,6 +10,7 @@ head_add_css('library/jgrowl/jquery.jgrowl.css');
head_add_css('library/jslider/css/jslider.css');
head_add_css('library/prettyphoto/css/prettyPhoto.css');
head_add_css('library/colorbox/colorbox.css');
+head_add_css('library/font_awesome/css/font-awesome.min.css');
head_add_js('js/jquery.js');
head_add_js('js/jquery-migrate-1.1.1.js');
diff --git a/view/ru/messages.po b/view/ru/messages.po
index 267b799f4..d4ee432e3 100644
--- a/view/ru/messages.po
+++ b/view/ru/messages.po
@@ -1,5 +1,5 @@
# Red Communications Project
-# Copyright (C) 2013 the Friendica Project
+# Copyright (C) 2013 the Red Matrix Project
# This file is distributed under the same license as the Red package.
#
# Translators:
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Red Matrix\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-08-09 03:55-0700\n"
-"PO-Revision-Date: 2013-08-12 13:40+0000\n"
+"POT-Creation-Date: 2013-09-13 00:01-0700\n"
+"PO-Revision-Date: 2013-09-16 06:41+0000\n"
"Last-Translator: alexej <info@pixelbits.de>\n"
"Language-Team: Russian (http://www.transifex.com/projects/p/red-matrix/language/ru/)\n"
"MIME-Version: 1.0\n"
@@ -38,17 +38,17 @@ msgstr "и"
msgid "public profile"
msgstr "Публичный профиль"
-#: ../../include/activities.php:48
+#: ../../include/activities.php:50
#, php-format
msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
msgstr "%1$s изменил %2$s на &ldquo;%3$s&rdquo;"
-#: ../../include/activities.php:49
+#: ../../include/activities.php:51
#, php-format
msgid "Visit %1$s's %2$s"
msgstr "Посетить %1$s's %2$s"
-#: ../../include/activities.php:52
+#: ../../include/activities.php:54
#, php-format
msgid "%1$s has an updated %2$s, changing %3$s."
msgstr ""
@@ -134,17 +134,17 @@ msgstr "Пожалуйста, посетите %s для просмотра и/
#: ../../include/enotify.php:165
#, php-format
msgid "[Red:Notify] %s posted to your profile wall"
-msgstr ""
+msgstr "[Red:Уведомление] %s добавил сообщениe на стену вашего профиля"
#: ../../include/enotify.php:167
#, php-format
msgid "%1$s posted to your profile wall at %2$s"
-msgstr ""
+msgstr "%1$s добавил сообщениe на стену вашего профиля в %2$s"
#: ../../include/enotify.php:169
#, php-format
msgid "%1$s posted to [zrl=%2$s]your wall[/zrl]"
-msgstr ""
+msgstr "%1$s добавил сообщениe на [zrl=%2$s]стену вашего профиля[/zrl]"
#: ../../include/enotify.php:195
#, php-format
@@ -243,47 +243,51 @@ msgstr "Фото:"
msgid "Please visit %s to approve or reject the suggestion."
msgstr ""
-#: ../../include/Contact.php:55 ../../include/contact_widgets.php:9
+#: ../../include/comanche.php:33
+msgid "Default"
+msgstr ""
+
+#: ../../include/Contact.php:87 ../../include/contact_widgets.php:23
#: ../../mod/directory.php:163 ../../mod/match.php:58 ../../mod/suggest.php:56
-#: ../../boot.php:1622
+#: ../../boot.php:1696
msgid "Connect"
-msgstr "Добавить"
+msgstr "Подключить"
-#: ../../include/Contact.php:71
+#: ../../include/Contact.php:103
msgid "New window"
msgstr "Новое окно"
-#: ../../include/Contact.php:72
+#: ../../include/Contact.php:104
msgid "Open the selected location in a different window or browser tab"
msgstr ""
-#: ../../include/Contact.php:430 ../../include/conversation.php:887
+#: ../../include/Contact.php:462 ../../include/conversation.php:920
msgid "Poke"
msgstr "Подпихнуть"
-#: ../../include/Contact.php:431 ../../include/conversation.php:881
+#: ../../include/Contact.php:463 ../../include/conversation.php:914
msgid "View Status"
msgstr "Просмотр состояния"
-#: ../../include/Contact.php:432 ../../include/nav.php:75
-#: ../../include/conversation.php:882 ../../mod/connections.php:294
-#: ../../mod/connections.php:401
+#: ../../include/Contact.php:464 ../../include/nav.php:75
+#: ../../include/conversation.php:915 ../../mod/connections.php:304
+#: ../../mod/connections.php:411
msgid "View Profile"
msgstr "Просмотр профиля"
-#: ../../include/Contact.php:433 ../../include/conversation.php:883
+#: ../../include/Contact.php:465 ../../include/conversation.php:916
msgid "View Photos"
msgstr "Просмотр фотографий"
-#: ../../include/Contact.php:434 ../../include/conversation.php:884
+#: ../../include/Contact.php:466 ../../include/conversation.php:917
msgid "Network Posts"
msgstr "Сообщения сети"
-#: ../../include/Contact.php:435 ../../include/conversation.php:885
+#: ../../include/Contact.php:467 ../../include/conversation.php:918
msgid "Edit Contact"
-msgstr "Редактировать канал"
+msgstr "Редактировать контакт"
-#: ../../include/Contact.php:436 ../../include/conversation.php:886
+#: ../../include/Contact.php:468 ../../include/conversation.php:919
msgid "Send PM"
msgstr "Отправить личное сообщение"
@@ -348,7 +352,7 @@ msgid "RSS/Atom"
msgstr "RSS/Atom"
#: ../../include/contact_selectors.php:77 ../../mod/admin.php:636
-#: ../../mod/admin.php:645 ../../boot.php:1364
+#: ../../mod/admin.php:645 ../../boot.php:1431
msgid "Email"
msgstr "E-mail"
@@ -376,88 +380,6 @@ msgstr "XMPP/IM"
msgid "MySpace"
msgstr "MySpace"
-#: ../../include/contact_widgets.php:6
-msgid "Add New Connection"
-msgstr "Добавить новый канал"
-
-#: ../../include/contact_widgets.php:7
-msgid "Enter the channel address"
-msgstr "Введите адрес вашего канала"
-
-#: ../../include/contact_widgets.php:8
-msgid "Example: bob@example.com, http://example.com/barbara"
-msgstr "Пример: bob@example.com, http://example.com/barbara"
-
-#: ../../include/contact_widgets.php:23
-#, php-format
-msgid "%d invitation available"
-msgid_plural "%d invitations available"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: ../../include/contact_widgets.php:29
-msgid "Find Channels"
-msgstr "Поиск каналов"
-
-#: ../../include/contact_widgets.php:30
-msgid "Enter name or interest"
-msgstr "Впишите имя или интерес"
-
-#: ../../include/contact_widgets.php:31
-msgid "Connect/Follow"
-msgstr "Добавить/следовать"
-
-#: ../../include/contact_widgets.php:32
-msgid "Examples: Robert Morgenstein, Fishing"
-msgstr "Примеры: Владимир Ильич, Революционер"
-
-#: ../../include/contact_widgets.php:33 ../../mod/directory.php:182
-#: ../../mod/directory.php:187 ../../mod/connections.php:656
-msgid "Find"
-msgstr "Поиск"
-
-#: ../../include/contact_widgets.php:34 ../../mod/suggest.php:64
-msgid "Channel Suggestions"
-msgstr "Рекомендации каналов"
-
-#: ../../include/contact_widgets.php:35
-msgid "Similar Interests"
-msgstr "Похожие интересы"
-
-#: ../../include/contact_widgets.php:36
-msgid "Random Profile"
-msgstr "Случайные"
-
-#: ../../include/contact_widgets.php:37
-msgid "Invite Friends"
-msgstr "Пригласить друзей"
-
-#: ../../include/contact_widgets.php:61 ../../include/features.php:58
-msgid "Saved Folders"
-msgstr "Запомненные папки"
-
-#: ../../include/contact_widgets.php:64 ../../include/contact_widgets.php:91
-msgid "Everything"
-msgstr "Все"
-
-#: ../../include/contact_widgets.php:88
-msgid "Categories"
-msgstr "Категории"
-
-#: ../../include/contact_widgets.php:121
-#, php-format
-msgid "%d connection in common"
-msgid_plural "%d connections in common"
-msgstr[0] "%d совместный канал"
-msgstr[1] "%d совместных канала"
-msgstr[2] "%d совместных каналов"
-
-#: ../../include/contact_widgets.php:126 ../../include/js_strings.php:7
-#: ../../include/ItemObject.php:255
-msgid "show more"
-msgstr "показать все"
-
#: ../../include/datetime.php:43 ../../include/datetime.php:45
msgid "Miscellaneous"
msgstr "Прочее"
@@ -549,7 +471,7 @@ msgid "Finishes:"
msgstr "\t\nКонец:"
#: ../../include/event.php:40 ../../include/bb2diaspora.php:455
-#: ../../mod/events.php:450 ../../mod/directory.php:138 ../../boot.php:1676
+#: ../../mod/events.php:450 ../../mod/directory.php:138 ../../boot.php:1746
msgid "Location:"
msgstr "Откуда:"
@@ -557,54 +479,56 @@ msgstr "Откуда:"
msgid "General Features"
msgstr "Главные функции"
-#: ../../include/features.php:22
-msgid "Content Expiration"
-msgstr ""
-
-#: ../../include/features.php:22
-msgid "Remove old posts/comments after a period of time"
-msgstr ""
-
-#: ../../include/features.php:23
+#: ../../include/features.php:24
msgid "Multiple Profiles"
msgstr "Несколько профилей"
-#: ../../include/features.php:23
+#: ../../include/features.php:24
msgid "Ability to create multiple profiles"
-msgstr ""
+msgstr "Возможность создания нескольких профилей"
-#: ../../include/features.php:24
+#: ../../include/features.php:25
msgid "Web Pages"
msgstr "Веб-страницы"
-#: ../../include/features.php:24
+#: ../../include/features.php:25
msgid "Provide managed web pages on your channel"
msgstr ""
-#: ../../include/features.php:25
+#: ../../include/features.php:26
msgid "Enhanced Photo Albums"
msgstr "Расширенные фотоальбомы"
-#: ../../include/features.php:25
+#: ../../include/features.php:26
msgid "Enable photo album with enhanced features"
-msgstr ""
+msgstr "Включить фотоальбом с расширенными функциями"
-#: ../../include/features.php:27
+#: ../../include/features.php:28
msgid "Extended Identity Sharing"
-msgstr ""
+msgstr "Расширенный обмен идентичности"
-#: ../../include/features.php:27 ../../include/js_strings.php:28
+#: ../../include/features.php:28 ../../include/js_strings.php:28
msgid " "
msgstr " "
-#: ../../include/features.php:28
+#: ../../include/features.php:29
msgid "Expert Mode"
msgstr "Экспертный режим"
-#: ../../include/features.php:28
+#: ../../include/features.php:29
msgid "Enable Expert Mode to provide advanced configuration options"
msgstr ""
+#: ../../include/features.php:30
+msgid "Premium Channel"
+msgstr ""
+
+#: ../../include/features.php:30
+msgid ""
+"Allows you to set restrictions and terms on those that connect with your "
+"channel"
+msgstr ""
+
#: ../../include/features.php:35
msgid "Post Composition Features"
msgstr ""
@@ -623,7 +547,7 @@ msgstr "Предварительный просмотр сообщения"
#: ../../include/features.php:37
msgid "Allow previewing posts and comments before publishing them"
-msgstr ""
+msgstr "Разрешить предварительный просмотр сообщений и комментариев перед их публикацией"
#: ../../include/features.php:42
msgid "Network and Stream Filtering"
@@ -635,7 +559,7 @@ msgstr "Поиск по дате"
#: ../../include/features.php:43
msgid "Ability to select posts by date ranges"
-msgstr ""
+msgstr "Возможность выбора сообщений по датам"
#: ../../include/features.php:44
msgid "Collections Filter"
@@ -645,14 +569,14 @@ msgstr "Фильтр коллекций"
msgid "Enable widget to display Network posts only from selected collections"
msgstr ""
-#: ../../include/features.php:45 ../../mod/network.php:167
+#: ../../include/features.php:45 ../../mod/network.php:150
#: ../../mod/search.php:17
msgid "Saved Searches"
msgstr "Запомненные поиски"
#: ../../include/features.php:45
msgid "Save search terms for re-use"
-msgstr ""
+msgstr "Сохранять результаты поиска для повторного использования"
#: ../../include/features.php:46
msgid "Network Personal Tab"
@@ -680,7 +604,7 @@ msgstr ""
#: ../../include/features.php:53
msgid "Post/Comment Tools"
-msgstr ""
+msgstr "Инструменты сообщений/комментарий "
#: ../../include/features.php:54
msgid "Multiple Deletion"
@@ -688,7 +612,7 @@ msgstr "Множественное удаление"
#: ../../include/features.php:54
msgid "Select and delete multiple posts/comments at once"
-msgstr ""
+msgstr "Выбор и удаление нескольких сообщений/комментариев сразу"
#: ../../include/features.php:55
msgid "Edit Sent Posts"
@@ -696,7 +620,7 @@ msgstr "Редактировать отправленные сообщения"
#: ../../include/features.php:55
msgid "Edit and correct posts and comments after sending"
-msgstr ""
+msgstr "Редактировать и исправлять сообщения и комментарии после отправки"
#: ../../include/features.php:56
msgid "Tagging"
@@ -712,7 +636,11 @@ msgstr "Категории сообщения"
#: ../../include/features.php:57
msgid "Add categories to your posts"
-msgstr ""
+msgstr "Добавить категории для ваших сообщений"
+
+#: ../../include/features.php:58 ../../include/contact_widgets.php:76
+msgid "Saved Folders"
+msgstr "Запомненные папки"
#: ../../include/features.php:58
msgid "Ability to file posts under folders"
@@ -757,7 +685,7 @@ msgstr ""
msgid "All Channels"
msgstr "Все каналы"
-#: ../../include/group.php:264
+#: ../../include/group.php:264 ../../include/page_widgets.php:8
msgid "edit"
msgstr "редактировать"
@@ -775,9 +703,9 @@ msgstr "Создать новую коллекцию"
#: ../../include/group.php:288
msgid "Channels not in any collection"
-msgstr "Каналы не в какой коллекции"
+msgstr "Контакты не в какой коллекции"
-#: ../../include/group.php:290 ../../mod/network.php:168
+#: ../../include/group.php:290 ../../mod/network.php:151
msgid "add"
msgstr "добавить"
@@ -786,11 +714,15 @@ msgid "Delete this item?"
msgstr "Удалить этот элемент?"
#: ../../include/js_strings.php:6 ../../include/ItemObject.php:504
-#: ../../mod/photos.php:1069 ../../mod/photos.php:1107
-#: ../../mod/photos.php:1134
+#: ../../mod/photos.php:1075 ../../mod/photos.php:1159
msgid "Comment"
msgstr "Комментарий"
+#: ../../include/js_strings.php:7 ../../include/contact_widgets.php:148
+#: ../../include/ItemObject.php:255
+msgid "show more"
+msgstr "показать все"
+
#: ../../include/js_strings.php:8
msgid "show fewer"
msgstr "показать меньше"
@@ -821,7 +753,7 @@ msgstr "тому назад"
#: ../../include/js_strings.php:16
msgid "from now"
-msgstr ""
+msgstr "с этого времени"
#: ../../include/js_strings.php:17
msgid "less than a minute"
@@ -876,28 +808,28 @@ msgstr "%d лет"
msgid "timeago.numbers"
msgstr "timeago.numbers"
-#: ../../include/message.php:17
+#: ../../include/message.php:18
msgid "No recipient provided."
msgstr ""
-#: ../../include/message.php:22
+#: ../../include/message.php:23
msgid "[no subject]"
msgstr "[без темы]"
-#: ../../include/message.php:37
+#: ../../include/message.php:38
msgid "Unable to determine sender."
-msgstr ""
+msgstr "Невозможно определить отправителя."
-#: ../../include/message.php:106
+#: ../../include/message.php:138
msgid "Stored post could not be verified."
msgstr ""
-#: ../../include/network.php:1103
+#: ../../include/network.php:1113
msgid "view full size"
msgstr "посмотреть в полный размер"
#: ../../include/photo/photo_driver.php:609 ../../include/photos.php:51
-#: ../../mod/photos.php:97 ../../mod/photos.php:754 ../../mod/photos.php:776
+#: ../../mod/photos.php:97 ../../mod/photos.php:757 ../../mod/photos.php:779
#: ../../mod/profile_photo.php:88 ../../mod/profile_photo.php:235
#: ../../mod/profile_photo.php:346
msgid "Profile Photos"
@@ -908,12 +840,12 @@ msgstr "Фотографии профиля"
msgid "Profile"
msgstr "Профиль"
-#: ../../include/profile_advanced.php:15 ../../mod/settings.php:1018
+#: ../../include/profile_advanced.php:15 ../../mod/settings.php:1031
msgid "Full Name:"
msgstr "Полное имя:"
#: ../../include/profile_advanced.php:17 ../../mod/directory.php:140
-#: ../../boot.php:1678
+#: ../../boot.php:1748
msgid "Gender:"
msgstr "Пол:"
@@ -934,7 +866,7 @@ msgid "Age:"
msgstr "Возраст:"
#: ../../include/profile_advanced.php:37 ../../mod/directory.php:142
-#: ../../boot.php:1679
+#: ../../boot.php:1749
msgid "Status:"
msgstr "Статус:"
@@ -948,7 +880,7 @@ msgid "Sexual Preference:"
msgstr "Сексуальная ориентация:"
#: ../../include/profile_advanced.php:48 ../../mod/directory.php:144
-#: ../../boot.php:1680
+#: ../../boot.php:1750
msgid "Homepage:"
msgstr "Домашняя страница:"
@@ -986,7 +918,7 @@ msgstr "Что вам не нравится:"
#: ../../include/profile_advanced.php:67
msgid "Contact information and Social Networks:"
-msgstr "Информация и социальные сети канала:"
+msgstr "Информация и социальные сети контакта:"
#: ../../include/profile_advanced.php:69
msgid "Musical interests:"
@@ -1016,25 +948,7 @@ msgstr "Работа / Занятость:"
msgid "School/education:"
msgstr "Школа / образование:"
-#: ../../include/security.php:48
-msgid "Welcome "
-msgstr "Добро пожаловать"
-
-#: ../../include/security.php:49
-msgid "Please upload a profile photo."
-msgstr "Загрузите пожалуйста фотографию профиля."
-
-#: ../../include/security.php:52
-msgid "Welcome back "
-msgstr "Добро пожаловать"
-
-#: ../../include/security.php:355
-msgid ""
-"The form security token was not correct. This probably happened because the "
-"form has been opened for too long (>3 hours) before submitting it."
-msgstr ""
-
-#: ../../include/nav.php:71 ../../include/nav.php:86 ../../boot.php:1361
+#: ../../include/nav.php:71 ../../include/nav.php:86 ../../boot.php:1428
msgid "Logout"
msgstr "Выход"
@@ -1063,7 +977,7 @@ msgstr "Редактирование профилей"
msgid "Manage/Edit Profiles"
msgstr "Управление / Редактирование профилей"
-#: ../../include/nav.php:78 ../../mod/fbrowser.php:25 ../../boot.php:2097
+#: ../../include/nav.php:78 ../../mod/fbrowser.php:25 ../../boot.php:2189
msgid "Photos"
msgstr "Фотографии"
@@ -1071,7 +985,7 @@ msgstr "Фотографии"
msgid "Your photos"
msgstr "Ваши фотографии"
-#: ../../include/nav.php:84 ../../boot.php:1362
+#: ../../include/nav.php:84 ../../boot.php:1429
msgid "Login"
msgstr "Войти"
@@ -1092,7 +1006,7 @@ msgstr ""
msgid "Home Page"
msgstr "Моя страница"
-#: ../../include/nav.php:120 ../../mod/register.php:181 ../../boot.php:1337
+#: ../../include/nav.php:120 ../../mod/register.php:187 ../../boot.php:1404
msgid "Register"
msgstr "Регистрация"
@@ -1116,8 +1030,8 @@ msgstr "Приложения"
msgid "Addon applications, utilities, games"
msgstr ""
-#: ../../include/nav.php:130 ../../include/text.php:701
-#: ../../include/text.php:702 ../../mod/search.php:96
+#: ../../include/nav.php:130 ../../include/text.php:729
+#: ../../include/text.php:730 ../../mod/search.php:96
msgid "Search"
msgstr "Поиск"
@@ -1151,7 +1065,7 @@ msgstr "Пометить все оповещения матрицы как пр
#: ../../include/nav.php:149
msgid "See all channel notifications"
-msgstr "Просмотреть все оповещения канала"
+msgstr "Просмотреть все уведомления канала"
#: ../../include/nav.php:150
msgid "Mark all channel notifications seen"
@@ -1159,11 +1073,11 @@ msgstr "Пометить все оповещения канала как про
#: ../../include/nav.php:153
msgid "Intros"
-msgstr "Каналы"
+msgstr "Контакты"
-#: ../../include/nav.php:153 ../../mod/connections.php:544
+#: ../../include/nav.php:153 ../../mod/connections.php:554
msgid "New Connections"
-msgstr "Новые каналы"
+msgstr "Новые контакты"
#: ../../include/nav.php:154
msgid "See all channel introductions"
@@ -1187,11 +1101,11 @@ msgstr "Пометить все оповещения как прочитанно
#: ../../include/nav.php:161
msgid "Mail"
-msgstr "Сообщения"
+msgstr "Переписка"
#: ../../include/nav.php:161
msgid "Private mail"
-msgstr "Ваши личные сообщения"
+msgstr "Ваша личная переписка"
#: ../../include/nav.php:162
msgid "See all private messages"
@@ -1211,9 +1125,9 @@ msgstr "Исходящие"
#: ../../include/nav.php:166 ../../mod/message.php:21
msgid "New Message"
-msgstr "Новое сообщение"
+msgstr "Новое личное сообщение"
-#: ../../include/nav.php:169 ../../mod/events.php:348 ../../boot.php:2108
+#: ../../include/nav.php:169 ../../mod/events.php:348 ../../boot.php:2200
msgid "Events"
msgstr "Мероприятия"
@@ -1237,7 +1151,7 @@ msgstr "Выбор канала"
msgid "Manage Your Channels"
msgstr "Управление каналов"
-#: ../../include/nav.php:175 ../../mod/settings.php:107
+#: ../../include/nav.php:175 ../../mod/settings.php:120
#: ../../mod/admin.php:728 ../../mod/admin.php:933
msgid "Settings"
msgstr "Настройки"
@@ -1246,13 +1160,13 @@ msgstr "Настройки"
msgid "Account/Channel Settings"
msgstr "Настройки аккаунта/канала"
-#: ../../include/nav.php:177 ../../mod/connections.php:650
+#: ../../include/nav.php:177 ../../mod/connections.php:660
msgid "Connections"
-msgstr "Связи"
+msgstr "Контакты"
#: ../../include/nav.php:177
msgid "Manage/Edit Friends and Connections"
-msgstr ""
+msgstr "Управление/Редактирование друзей и связей"
#: ../../include/nav.php:184 ../../mod/admin.php:106
msgid "Admin"
@@ -1270,6 +1184,40 @@ msgstr "Ничего нового здесь"
msgid "Please wait..."
msgstr "Подождите пожалуйста ..."
+#: ../../include/identity.php:14 ../../mod/item.php:1148
+msgid "Unable to obtain identity information from database"
+msgstr "Невозможно получить идентификационную информацию из базы данных"
+
+#: ../../include/identity.php:36
+msgid "Empty name"
+msgstr "Пустое имя"
+
+#: ../../include/identity.php:38
+msgid "Name too long"
+msgstr "Слишком длинное имя"
+
+#: ../../include/identity.php:80
+msgid "No account identifier"
+msgstr "идентификатор аккаунта отсутствует"
+
+#: ../../include/identity.php:98
+msgid ""
+"Nickname has unsupported characters or is already being used on this site."
+msgstr "Псевдоним имеет недопустимые символы или уже используется на этом сайте."
+
+#: ../../include/identity.php:157
+msgid "Unable to retrieve created identity"
+msgstr ""
+
+#: ../../include/identity.php:214
+msgid "Default Profile"
+msgstr "Профиль по умолчанию"
+
+#: ../../include/identity.php:239 ../../include/profile_selectors.php:42
+#: ../../mod/network.php:364 ../../mod/connections.php:377
+msgid "Friends"
+msgstr "Друзья"
+
#: ../../include/notify.php:23
msgid "created a new post"
msgstr "создал новое сообщение"
@@ -1277,7 +1225,7 @@ msgstr "создал новое сообщение"
#: ../../include/notify.php:24
#, php-format
msgid "commented on %s's post"
-msgstr ""
+msgstr "прокомментировал %s's сообщение"
#: ../../include/oembed.php:148
msgid "Embedded content"
@@ -1291,24 +1239,28 @@ msgstr ""
#: ../../include/attach.php:133 ../../include/attach.php:189
#: ../../include/attach.php:204 ../../include/attach.php:237
#: ../../include/attach.php:251 ../../include/attach.php:272
-#: ../../include/attach.php:464 ../../include/items.php:3274
+#: ../../include/attach.php:464 ../../include/items.php:3359
#: ../../mod/common.php:43 ../../mod/events.php:134 ../../mod/invite.php:13
-#: ../../mod/invite.php:102 ../../mod/allfriends.php:10 ../../mod/api.php:26
-#: ../../mod/api.php:31 ../../mod/lastpost.php:93 ../../mod/page.php:31
-#: ../../mod/setup.php:181 ../../mod/settings.php:585
-#: ../../mod/viewconnections.php:33 ../../mod/viewconnections.php:38
-#: ../../mod/delegate.php:6 ../../mod/group.php:15 ../../mod/photos.php:74
-#: ../../mod/photos.php:644 ../../mod/viewsrc.php:12 ../../mod/message.php:204
-#: ../../mod/item.php:151 ../../mod/network.php:7 ../../mod/intro.php:50
-#: ../../mod/connections.php:165 ../../mod/profiles.php:163
+#: ../../mod/invite.php:102 ../../mod/allfriends.php:10
+#: ../../mod/webpages.php:40 ../../mod/api.php:26 ../../mod/api.php:31
+#: ../../mod/lastpost.php:93 ../../mod/page.php:30 ../../mod/setup.php:181
+#: ../../mod/settings.php:598 ../../mod/viewconnections.php:33
+#: ../../mod/viewconnections.php:38 ../../mod/delegate.php:6
+#: ../../mod/mitem.php:92 ../../mod/group.php:15 ../../mod/photos.php:74
+#: ../../mod/photos.php:647 ../../mod/viewsrc.php:12 ../../mod/menu.php:40
+#: ../../mod/message.php:204 ../../mod/layouts.php:27 ../../mod/layouts.php:42
+#: ../../mod/network.php:7 ../../mod/intro.php:50
+#: ../../mod/connections.php:174 ../../mod/profiles.php:163
#: ../../mod/profiles.php:476 ../../mod/new_channel.php:66
#: ../../mod/new_channel.php:97 ../../mod/manage.php:6
-#: ../../mod/crepair.php:115 ../../mod/nogroup.php:25
-#: ../../mod/profile_photo.php:197 ../../mod/profile_photo.php:210
-#: ../../mod/editwebpage.php:48 ../../mod/notifications.php:66
-#: ../../mod/editpost.php:11 ../../mod/poke.php:128 ../../mod/channel.php:115
-#: ../../mod/fsuggest.php:78 ../../mod/suggest.php:32
-#: ../../mod/register.php:60 ../../mod/regmod.php:18 ../../mod/mood.php:112
+#: ../../mod/crepair.php:115 ../../mod/editlayout.php:49
+#: ../../mod/nogroup.php:25 ../../mod/profile_photo.php:197
+#: ../../mod/profile_photo.php:210 ../../mod/editwebpage.php:43
+#: ../../mod/editwebpage.php:65 ../../mod/notifications.php:66
+#: ../../mod/blocks.php:29 ../../mod/blocks.php:44 ../../mod/editpost.php:13
+#: ../../mod/poke.php:128 ../../mod/channel.php:117 ../../mod/fsuggest.php:78
+#: ../../mod/editblock.php:49 ../../mod/item.php:163 ../../mod/suggest.php:32
+#: ../../mod/register.php:60 ../../mod/regmod.php:18 ../../mod/mood.php:114
#: ../../index.php:178 ../../index.php:340
msgid "Permission denied."
msgstr "Доступ запрещен."
@@ -1330,12 +1282,12 @@ msgstr ""
msgid "Photo storage failed."
msgstr ""
-#: ../../include/photos.php:287 ../../boot.php:2100
+#: ../../include/photos.php:288 ../../boot.php:2192
msgid "Photo Albums"
msgstr "Фотоальбомы"
-#: ../../include/photos.php:291 ../../mod/photos.php:792
-#: ../../mod/photos.php:1287
+#: ../../include/photos.php:292 ../../mod/photos.php:795
+#: ../../mod/photos.php:1269
msgid "Upload New Photos"
msgstr "Загрузить новые фотографии"
@@ -1483,11 +1435,6 @@ msgstr "Неверный"
msgid "Sex Addict"
msgstr "Секс наркоман"
-#: ../../include/profile_selectors.php:42 ../../include/identity.php:224
-#: ../../mod/network.php:381 ../../mod/connections.php:367
-msgid "Friends"
-msgstr "Друзья"
-
#: ../../include/profile_selectors.php:42
msgid "Friends/Benefits"
msgstr ""
@@ -1526,7 +1473,7 @@ msgstr "Счастливый"
#: ../../include/profile_selectors.php:42
msgid "Not looking"
-msgstr ""
+msgstr "Не нуждаюсь"
#: ../../include/profile_selectors.php:42
msgid "Swinger"
@@ -1572,145 +1519,151 @@ msgstr "Не заботьтесь"
msgid "Ask me"
msgstr "Спроси меня"
-#: ../../include/account.php:22
+#: ../../include/attach.php:184 ../../include/attach.php:232
+msgid "Item was not found."
+msgstr "Элемент не найден."
+
+#: ../../include/attach.php:285
+msgid "No source file."
+msgstr "Нет исходного файла."
+
+#: ../../include/attach.php:302
+msgid "Cannot locate file to replace"
+msgstr "Не удается найти файл, чтобы заменить"
+
+#: ../../include/attach.php:320
+msgid "Cannot locate file to revise/update"
+msgstr "Не удается найти файл для пересмотра / обновления"
+
+#: ../../include/attach.php:331
+#, php-format
+msgid "File exceeds size limit of %d"
+msgstr "Файл превышает предельный размер %d"
+
+#: ../../include/attach.php:342
+#, php-format
+msgid "You have reached your limit of %1$.0f Mbytes attachment storage."
+msgstr ""
+
+#: ../../include/attach.php:424
+msgid "File upload failed. Possible system limit or action terminated."
+msgstr "Загрузка файла не удалась. Возможно система перегружена или попытка прекращена."
+
+#: ../../include/attach.php:436
+msgid "Stored file could not be verified. Upload failed."
+msgstr ""
+
+#: ../../include/attach.php:480 ../../include/attach.php:497
+msgid "Path not available."
+msgstr "Путь недоступен."
+
+#: ../../include/account.php:23
msgid "Not a valid email address"
msgstr "Не действительный адрес электронной почты"
-#: ../../include/account.php:24
+#: ../../include/account.php:25
msgid "Your email domain is not among those allowed on this site"
msgstr "Домен электронной почты не входит в число тех, которые разрешены на этом сайте"
-#: ../../include/account.php:30
+#: ../../include/account.php:31
msgid "Your email address is already registered at this site."
msgstr "Ваш адрес электронной почты уже зарегистрирован на этом сайте."
-#: ../../include/account.php:63
+#: ../../include/account.php:64
msgid "An invitation is required."
msgstr "Требуется приглашение."
-#: ../../include/account.php:67
+#: ../../include/account.php:68
msgid "Invitation could not be verified."
msgstr "Не удалось проверить приглашение."
-#: ../../include/account.php:117
+#: ../../include/account.php:118
msgid "Please enter the required information."
msgstr "Пожалуйста, введите необходимую информацию."
-#: ../../include/account.php:185
+#: ../../include/account.php:186
msgid "Failed to store account information."
msgstr "Не удалось сохранить информацию аккаунта."
-#: ../../include/account.php:271
+#: ../../include/account.php:272
#, php-format
msgid "Registration request at %s"
msgstr "Требуется регистрация на %s"
-#: ../../include/account.php:273 ../../include/account.php:300
-#: ../../include/account.php:357 ../../boot.php:1202
+#: ../../include/account.php:274 ../../include/account.php:301
+#: ../../include/account.php:358
msgid "Administrator"
msgstr "Администратор"
-#: ../../include/account.php:295
+#: ../../include/account.php:296
msgid "your registration password"
msgstr "Ваш пароль регистрации"
-#: ../../include/account.php:298 ../../include/account.php:355
+#: ../../include/account.php:299 ../../include/account.php:356
#, php-format
msgid "Registration details for %s"
msgstr "Регистрационные данные для %s"
-#: ../../include/account.php:364
+#: ../../include/account.php:365
msgid "Account approved."
msgstr "Аккаунт утвержден."
-#: ../../include/account.php:398
+#: ../../include/account.php:399
#, php-format
msgid "Registration revoked for %s"
msgstr "Регистрация отозвана для %s"
-#: ../../include/identity.php:14
-msgid "Unable to obtain identity information from database"
-msgstr "Невозможно получить идентификационную информацию из базы данных"
-
-#: ../../include/identity.php:36
-msgid "Empty name"
-msgstr "Пустое имя"
-
-#: ../../include/identity.php:38
-msgid "Name too long"
-msgstr "Слишком длинное имя"
-
-#: ../../include/identity.php:80
-msgid "No account identifier"
-msgstr "идентификатор аккаунта отсутствует"
-
-#: ../../include/identity.php:95
-msgid ""
-"Nickname has unsupported characters or is already being used on this site."
-msgstr "Псевдоним имеет недопустимые символы или уже используется на этом сайте."
-
-#: ../../include/identity.php:143
-msgid "Unable to retrieve created identity"
-msgstr ""
-
-#: ../../include/identity.php:199
-msgid "Default Profile"
-msgstr "Профиль по умолчанию"
-
-#: ../../include/plugin.php:435 ../../include/plugin.php:437
-msgid "Click here to upgrade."
-msgstr "Нажмите здесь, чтобы обновить."
-
-#: ../../include/plugin.php:443
-msgid "This action exceeds the limits set by your subscription plan."
-msgstr ""
+#: ../../include/bbcode.php:94 ../../include/bbcode.php:423
+#: ../../include/bbcode.php:426
+msgid "Image/photo"
+msgstr "Изображение / фото"
-#: ../../include/plugin.php:448
-msgid "This action is not available under your subscription plan."
-msgstr ""
+#: ../../include/bbcode.php:141
+#, php-format
+msgid "%1$s wrote the following %2$s %3$s"
+msgstr "%1$s написал следующее %2$s %3$s"
-#: ../../include/zot.php:423
-msgid "Invalid data packet"
-msgstr ""
+#: ../../include/bbcode.php:143
+msgid "post"
+msgstr "сообщение"
-#: ../../include/zot.php:433
-msgid "Unable to verify channel signature"
-msgstr "Невозможно проверить сигнатуру канала"
+#: ../../include/bbcode.php:383 ../../include/bbcode.php:403
+msgid "$1 wrote:"
+msgstr "$1 писал:"
-#: ../../include/zot.php:560
-#, php-format
-msgid "Unable to verify site signature for %s"
-msgstr ""
+#: ../../include/bbcode.php:430 ../../include/bbcode.php:431
+msgid "Encrypted content"
+msgstr "Зашифрованное содержание"
-#: ../../include/text.php:281
+#: ../../include/text.php:309
msgid "prev"
msgstr "предыдущий"
-#: ../../include/text.php:283
+#: ../../include/text.php:311
msgid "first"
msgstr "первый"
-#: ../../include/text.php:312
+#: ../../include/text.php:340
msgid "last"
msgstr "последний"
-#: ../../include/text.php:315
+#: ../../include/text.php:343
msgid "next"
msgstr "следующий"
-#: ../../include/text.php:327
+#: ../../include/text.php:355
msgid "older"
msgstr "старший"
-#: ../../include/text.php:329
+#: ../../include/text.php:357
msgid "newer"
msgstr "новее"
-#: ../../include/text.php:620
+#: ../../include/text.php:648
msgid "No connections"
msgstr "Нет каналов"
-#: ../../include/text.php:631
+#: ../../include/text.php:659
#, php-format
msgid "%d Connection"
msgid_plural "%d Connections"
@@ -1718,295 +1671,405 @@ msgstr[0] "%d канал"
msgstr[1] "%d канала"
msgstr[2] "%d каналов"
-#: ../../include/text.php:643
+#: ../../include/text.php:671
msgid "View Connections"
-msgstr "Просмотр открытых каналов"
+msgstr "Просмотр контактов"
-#: ../../include/text.php:704 ../../mod/filer.php:36
+#: ../../include/text.php:732 ../../mod/filer.php:36
msgid "Save"
msgstr "Запомнить"
-#: ../../include/text.php:742
+#: ../../include/text.php:770
msgid "poke"
msgstr "подпихнуть"
-#: ../../include/text.php:742 ../../include/conversation.php:227
+#: ../../include/text.php:770 ../../include/conversation.php:236
msgid "poked"
msgstr "подпихнул"
-#: ../../include/text.php:743
+#: ../../include/text.php:771
msgid "ping"
msgstr ""
-#: ../../include/text.php:743
+#: ../../include/text.php:771
msgid "pinged"
msgstr ""
-#: ../../include/text.php:744
+#: ../../include/text.php:772
msgid "prod"
msgstr ""
-#: ../../include/text.php:744
+#: ../../include/text.php:772
msgid "prodded"
msgstr ""
-#: ../../include/text.php:745
+#: ../../include/text.php:773
msgid "slap"
msgstr ""
-#: ../../include/text.php:745
+#: ../../include/text.php:773
msgid "slapped"
msgstr ""
-#: ../../include/text.php:746
+#: ../../include/text.php:774
msgid "finger"
msgstr ""
-#: ../../include/text.php:746
+#: ../../include/text.php:774
msgid "fingered"
msgstr ""
-#: ../../include/text.php:747
+#: ../../include/text.php:775
msgid "rebuff"
msgstr ""
-#: ../../include/text.php:747
+#: ../../include/text.php:775
msgid "rebuffed"
msgstr ""
-#: ../../include/text.php:759
+#: ../../include/text.php:787
msgid "happy"
-msgstr ""
+msgstr "счастливый"
-#: ../../include/text.php:760
+#: ../../include/text.php:788
msgid "sad"
msgstr ""
-#: ../../include/text.php:761
+#: ../../include/text.php:789
msgid "mellow"
msgstr ""
-#: ../../include/text.php:762
+#: ../../include/text.php:790
msgid "tired"
msgstr ""
-#: ../../include/text.php:763
+#: ../../include/text.php:791
msgid "perky"
msgstr ""
-#: ../../include/text.php:764
+#: ../../include/text.php:792
msgid "angry"
-msgstr ""
+msgstr "сердитый"
-#: ../../include/text.php:765
+#: ../../include/text.php:793
msgid "stupified"
msgstr ""
-#: ../../include/text.php:766
+#: ../../include/text.php:794
msgid "puzzled"
msgstr ""
-#: ../../include/text.php:767
+#: ../../include/text.php:795
msgid "interested"
msgstr ""
-#: ../../include/text.php:768
+#: ../../include/text.php:796
msgid "bitter"
-msgstr ""
+msgstr "озлобленный"
-#: ../../include/text.php:769
+#: ../../include/text.php:797
msgid "cheerful"
msgstr ""
-#: ../../include/text.php:770
+#: ../../include/text.php:798
msgid "alive"
msgstr ""
-#: ../../include/text.php:771
+#: ../../include/text.php:799
msgid "annoyed"
msgstr ""
-#: ../../include/text.php:772
+#: ../../include/text.php:800
msgid "anxious"
msgstr ""
-#: ../../include/text.php:773
+#: ../../include/text.php:801
msgid "cranky"
-msgstr ""
+msgstr "капризный"
-#: ../../include/text.php:774
+#: ../../include/text.php:802
msgid "disturbed"
-msgstr ""
+msgstr "встревоженный"
-#: ../../include/text.php:775
+#: ../../include/text.php:803
msgid "frustrated"
-msgstr ""
+msgstr "разочарованный"
-#: ../../include/text.php:776
+#: ../../include/text.php:804
msgid "motivated"
-msgstr ""
+msgstr "мотивированный"
-#: ../../include/text.php:777
+#: ../../include/text.php:805
msgid "relaxed"
-msgstr ""
+msgstr "расслабленный"
-#: ../../include/text.php:778
+#: ../../include/text.php:806
msgid "surprised"
-msgstr ""
+msgstr "удивленный"
-#: ../../include/text.php:940
+#: ../../include/text.php:968
msgid "Monday"
msgstr "Понедельник"
-#: ../../include/text.php:940
+#: ../../include/text.php:968
msgid "Tuesday"
msgstr "Вторник"
-#: ../../include/text.php:940
+#: ../../include/text.php:968
msgid "Wednesday"
msgstr "Среда"
-#: ../../include/text.php:940
+#: ../../include/text.php:968
msgid "Thursday"
msgstr "Четверг"
-#: ../../include/text.php:940
+#: ../../include/text.php:968
msgid "Friday"
msgstr "Пятница"
-#: ../../include/text.php:940
+#: ../../include/text.php:968
msgid "Saturday"
msgstr "Суббота"
-#: ../../include/text.php:940
+#: ../../include/text.php:968
msgid "Sunday"
msgstr "Воскресенье"
-#: ../../include/text.php:944
+#: ../../include/text.php:972
msgid "January"
msgstr "Январь"
-#: ../../include/text.php:944
+#: ../../include/text.php:972
msgid "February"
msgstr "Февраль"
-#: ../../include/text.php:944
+#: ../../include/text.php:972
msgid "March"
msgstr "Март"
-#: ../../include/text.php:944
+#: ../../include/text.php:972
msgid "April"
msgstr "Апрель"
-#: ../../include/text.php:944
+#: ../../include/text.php:972
msgid "May"
msgstr "Май"
-#: ../../include/text.php:944
+#: ../../include/text.php:972
msgid "June"
msgstr "Июнь"
-#: ../../include/text.php:944
+#: ../../include/text.php:972
msgid "July"
msgstr "Июль"
-#: ../../include/text.php:944
+#: ../../include/text.php:972
msgid "August"
msgstr "Август"
-#: ../../include/text.php:944
+#: ../../include/text.php:972
msgid "September"
msgstr "Сентябрь"
-#: ../../include/text.php:944
+#: ../../include/text.php:972
msgid "October"
msgstr "Октябрь"
-#: ../../include/text.php:944
+#: ../../include/text.php:972
msgid "November"
msgstr "Ноябрь"
-#: ../../include/text.php:944
+#: ../../include/text.php:972
msgid "December"
msgstr "Декабрь"
-#: ../../include/text.php:1029
+#: ../../include/text.php:1057 ../../mod/message.php:400
msgid "unknown.???"
msgstr "неизвестный.???"
-#: ../../include/text.php:1030
+#: ../../include/text.php:1058 ../../mod/message.php:401
msgid "bytes"
msgstr "байт"
-#: ../../include/text.php:1066 ../../include/text.php:1081
-#: ../../include/conversation.php:787
+#: ../../include/text.php:1094 ../../include/text.php:1109
+#: ../../include/conversation.php:820
msgid "remove"
msgstr "удалить"
-#: ../../include/text.php:1066 ../../include/text.php:1081
+#: ../../include/text.php:1094 ../../include/text.php:1109
msgid "[remove]"
msgstr "[удалить]"
-#: ../../include/text.php:1069 ../../include/conversation.php:649
+#: ../../include/text.php:1097 ../../include/conversation.php:667
msgid "Categories:"
msgstr "Категории:"
-#: ../../include/text.php:1084 ../../include/conversation.php:650
+#: ../../include/text.php:1112 ../../include/conversation.php:668
msgid "Filed under:"
msgstr "Хранить под:"
-#: ../../include/text.php:1100 ../../include/text.php:1112
+#: ../../include/text.php:1128 ../../include/text.php:1140
msgid "Click to open/close"
msgstr "Нажмите, чтобы открыть/закрыть"
-#: ../../include/text.php:1264 ../../mod/events.php:326
+#: ../../include/text.php:1311 ../../mod/events.php:326
msgid "link to source"
msgstr "ссылка на источник"
-#: ../../include/text.php:1296
+#: ../../include/text.php:1330
+msgid "Select a page layout: "
+msgstr ""
+
+#: ../../include/text.php:1333 ../../include/text.php:1398
msgid "default"
msgstr "по умолчанию"
-#: ../../include/text.php:1308
+#: ../../include/text.php:1369
+msgid "Page content type: "
+msgstr ""
+
+#: ../../include/text.php:1410
msgid "Select an alternate language"
msgstr "Выбор альтернативного языка"
-#: ../../include/text.php:1460 ../../include/conversation.php:111
+#: ../../include/text.php:1562 ../../include/conversation.php:117
#: ../../mod/like.php:103 ../../mod/subthread.php:89 ../../mod/tagger.php:45
msgid "photo"
msgstr "фото"
-#: ../../include/text.php:1463 ../../include/conversation.php:114
+#: ../../include/text.php:1565 ../../include/conversation.php:120
#: ../../mod/tagger.php:49
msgid "event"
msgstr "мероприятие"
-#: ../../include/text.php:1466 ../../include/conversation.php:139
+#: ../../include/text.php:1568 ../../include/conversation.php:145
#: ../../mod/like.php:103 ../../mod/subthread.php:89 ../../mod/tagger.php:53
msgid "status"
msgstr "статус"
-#: ../../include/text.php:1468 ../../include/conversation.php:141
+#: ../../include/text.php:1570 ../../include/conversation.php:147
#: ../../mod/tagger.php:55
msgid "comment"
msgstr "комментарий"
-#: ../../include/text.php:1473
+#: ../../include/text.php:1575
msgid "activity"
msgstr "активность"
-#: ../../include/auth.php:65
+#: ../../include/text.php:1836
+msgid "Design"
+msgstr ""
+
+#: ../../include/text.php:1837
+msgid "Blocks"
+msgstr ""
+
+#: ../../include/text.php:1838
+msgid "Menus"
+msgstr ""
+
+#: ../../include/text.php:1839
+msgid "Layouts"
+msgstr ""
+
+#: ../../include/text.php:1840
+msgid "Pages"
+msgstr ""
+
+#: ../../include/page_widgets.php:6
+msgid "New Page"
+msgstr ""
+
+#: ../../include/auth.php:66
msgid "Logged out."
msgstr "Вышел из системы."
-#: ../../include/auth.php:177
+#: ../../include/auth.php:178
msgid "Failed authentication"
msgstr "Ошибка аутентификации"
-#: ../../include/auth.php:186
+#: ../../include/auth.php:187
msgid "Login failed."
msgstr "Не удалось войти."
+#: ../../include/contact_widgets.php:14
+#, php-format
+msgid "You have %1$.0f of %2$.0f allowed connections."
+msgstr ""
+
+#: ../../include/contact_widgets.php:20
+msgid "Add New Connection"
+msgstr "Добавить новый контакт"
+
+#: ../../include/contact_widgets.php:21
+msgid "Enter the channel address"
+msgstr "Введите адрес канала"
+
+#: ../../include/contact_widgets.php:22
+msgid "Example: bob@example.com, http://example.com/barbara"
+msgstr "Пример: bob@example.com, http://example.com/barbara"
+
+#: ../../include/contact_widgets.php:38
+#, php-format
+msgid "%d invitation available"
+msgid_plural "%d invitations available"
+msgstr[0] "имеется %d приглашение"
+msgstr[1] "имеются %d приглашения"
+msgstr[2] "имеется %d приглашений"
+
+#: ../../include/contact_widgets.php:44
+msgid "Find Channels"
+msgstr "Поиск контактов"
+
+#: ../../include/contact_widgets.php:45
+msgid "Enter name or interest"
+msgstr "Впишите имя или интерес"
+
+#: ../../include/contact_widgets.php:46
+msgid "Connect/Follow"
+msgstr "Подключить/следовать"
+
+#: ../../include/contact_widgets.php:47
+msgid "Examples: Robert Morgenstein, Fishing"
+msgstr "Примеры: Владимир Ильич, Революционер"
+
+#: ../../include/contact_widgets.php:48 ../../mod/directory.php:182
+#: ../../mod/directory.php:187 ../../mod/connections.php:666
+msgid "Find"
+msgstr "Поиск"
+
+#: ../../include/contact_widgets.php:49 ../../mod/suggest.php:64
+msgid "Channel Suggestions"
+msgstr "Рекомендации каналов"
+
+#: ../../include/contact_widgets.php:50
+msgid "Similar Interests"
+msgstr "Похожие интересы"
+
+#: ../../include/contact_widgets.php:51
+msgid "Random Profile"
+msgstr "Случайные"
+
+#: ../../include/contact_widgets.php:52
+msgid "Invite Friends"
+msgstr "Пригласить друзей"
+
+#: ../../include/contact_widgets.php:79 ../../include/contact_widgets.php:113
+msgid "Everything"
+msgstr "Все"
+
+#: ../../include/contact_widgets.php:110
+msgid "Categories"
+msgstr "Категории"
+
+#: ../../include/contact_widgets.php:143
+#, php-format
+msgid "%d connection in common"
+msgid_plural "%d connections in common"
+msgstr[0] "%d совместный контакт"
+msgstr[1] "%d совместных контакта"
+msgstr[2] "%d совместных контактов"
+
#: ../../include/follow.php:21
msgid "Channel is blocked on this site."
msgstr "Канал блокируется на этом сайте."
@@ -2027,11 +2090,11 @@ msgstr ""
msgid "Response from remote channel was incomplete."
msgstr ""
-#: ../../include/follow.php:124
+#: ../../include/follow.php:129
msgid "local account not found."
msgstr "локальный аккаунт не найден."
-#: ../../include/follow.php:133
+#: ../../include/follow.php:138
msgid "Cannot connect to yourself."
msgstr "Нельзя подключиться к самому себе."
@@ -2089,11 +2152,11 @@ msgstr ""
#: ../../include/permissions.php:27
msgid "Can chat with me (when available)"
-msgstr ""
+msgstr "Можете общаться со мной в чате (при наличии)"
#: ../../include/permissions.php:27
msgid "Requires compatible chat plugin"
-msgstr ""
+msgstr "Требуется совместимый чат-плагин"
#: ../../include/permissions.php:28
msgid "Can write to my \"public\" file storage"
@@ -2148,57 +2211,38 @@ msgstr "мне не-нравиться"
msgid "dislikes"
msgstr "мне не-нравиться"
-#: ../../include/attach.php:184 ../../include/attach.php:232
-msgid "Item was not found."
-msgstr "Элемент не найден."
-
-#: ../../include/attach.php:285
-msgid "No source file."
-msgstr "Нет исходного файла."
-
-#: ../../include/attach.php:302
-msgid "Cannot locate file to replace"
-msgstr "Не удается найти файл, чтобы заменить"
-
-#: ../../include/attach.php:320
-msgid "Cannot locate file to revise/update"
-msgstr "Не удается найти файл для пересмотра / обновления"
-
-#: ../../include/attach.php:331
-#, php-format
-msgid "File exceeds size limit of %d"
-msgstr "Файл превышает предельный размер %d"
-
-#: ../../include/attach.php:424
-msgid "File upload failed. Possible system limit or action terminated."
-msgstr "Загрузка файла не удалась. Возможно система перегружена или попытка прекращена."
+#: ../../include/plugin.php:440 ../../include/plugin.php:442
+msgid "Click here to upgrade."
+msgstr "Нажмите здесь, чтобы обновить."
-#: ../../include/attach.php:436
-msgid "Stored file could not be verified. Upload failed."
+#: ../../include/plugin.php:448
+msgid "This action exceeds the limits set by your subscription plan."
msgstr ""
-#: ../../include/attach.php:480 ../../include/attach.php:497
-msgid "Path not available."
-msgstr "Путь недоступен."
+#: ../../include/plugin.php:453
+msgid "This action is not available under your subscription plan."
+msgstr ""
-#: ../../include/ItemObject.php:87 ../../mod/photos.php:942
+#: ../../include/ItemObject.php:87 ../../mod/photos.php:945
msgid "Private Message"
msgstr "Личное сообщение"
-#: ../../include/ItemObject.php:92 ../../mod/webpages.php:68
-#: ../../mod/settings.php:670 ../../mod/editwebpage.php:103
-#: ../../mod/editpost.php:76
+#: ../../include/ItemObject.php:92 ../../mod/webpages.php:98
+#: ../../mod/settings.php:683 ../../mod/menu.php:55 ../../mod/layouts.php:89
+#: ../../mod/editlayout.php:101 ../../mod/editwebpage.php:120
+#: ../../mod/blocks.php:92 ../../mod/editpost.php:94
+#: ../../mod/editblock.php:115
msgid "Edit"
msgstr "Редактировать"
-#: ../../include/ItemObject.php:104 ../../include/conversation.php:613
-#: ../../mod/settings.php:671 ../../mod/group.php:182
-#: ../../mod/photos.php:1162 ../../mod/admin.php:640
-#: ../../mod/connections.php:334
+#: ../../include/ItemObject.php:104 ../../include/conversation.php:631
+#: ../../mod/settings.php:684 ../../mod/group.php:182
+#: ../../mod/photos.php:1125 ../../mod/connections.php:344
+#: ../../mod/admin.php:640 ../../mod/filestorage.php:62
msgid "Delete"
msgstr "Удалить"
-#: ../../include/ItemObject.php:110 ../../include/conversation.php:612
+#: ../../include/ItemObject.php:110 ../../include/conversation.php:630
msgid "Select"
msgstr "Выбрать"
@@ -2226,11 +2270,11 @@ msgstr "помеченные"
msgid "add tag"
msgstr "добавить тег"
-#: ../../include/ItemObject.php:165 ../../mod/photos.php:1049
+#: ../../include/ItemObject.php:165 ../../mod/photos.php:1055
msgid "I like this (toggle)"
msgstr "мне это нравится (переключение)"
-#: ../../include/ItemObject.php:166 ../../mod/photos.php:1050
+#: ../../include/ItemObject.php:166 ../../mod/photos.php:1056
msgid "I don't like this (toggle)"
msgstr "мне это не нравится (переключение)"
@@ -2245,7 +2289,7 @@ msgstr "поделиться"
#: ../../include/ItemObject.php:192 ../../include/ItemObject.php:193
#, php-format
msgid "View %s's profile - %s"
-msgstr ""
+msgstr "Просмотр %s's профиля - %s"
#: ../../include/ItemObject.php:194
msgid "to"
@@ -2259,15 +2303,16 @@ msgstr "Стена-к-Стене"
msgid "via Wall-To-Wall:"
msgstr "через Стена-к-Стене:"
-#: ../../include/ItemObject.php:206 ../../include/conversation.php:659
+#: ../../include/ItemObject.php:206 ../../include/conversation.php:677
#, php-format
msgid " from %s"
msgstr " от %s"
-#: ../../include/ItemObject.php:233 ../../include/conversation.php:678
-#: ../../include/conversation.php:1034 ../../mod/photos.php:1052
-#: ../../mod/message.php:297 ../../mod/message.php:430
-#: ../../mod/editwebpage.php:112 ../../mod/editpost.php:85
+#: ../../include/ItemObject.php:233 ../../include/conversation.php:696
+#: ../../include/conversation.php:1092 ../../mod/photos.php:1058
+#: ../../mod/message.php:298 ../../mod/message.php:461
+#: ../../mod/editlayout.php:110 ../../mod/editwebpage.php:129
+#: ../../mod/editpost.php:103 ../../mod/editblock.php:124
msgid "Please wait"
msgstr "Подождите пожалуйста"
@@ -2279,26 +2324,25 @@ msgstr[0] "%d комментарий"
msgstr[1] "%d комментария"
msgstr[2] "%d комментариев"
-#: ../../include/ItemObject.php:502 ../../mod/photos.php:1067
-#: ../../mod/photos.php:1105 ../../mod/photos.php:1132
+#: ../../include/ItemObject.php:502 ../../mod/photos.php:1073
+#: ../../mod/photos.php:1157
msgid "This is you"
msgstr "Это вы"
#: ../../include/ItemObject.php:505 ../../mod/events.php:458
#: ../../mod/thing.php:190 ../../mod/invite.php:153 ../../mod/setup.php:283
-#: ../../mod/setup.php:326 ../../mod/settings.php:608
-#: ../../mod/settings.php:720 ../../mod/settings.php:748
-#: ../../mod/settings.php:772 ../../mod/settings.php:843
-#: ../../mod/settings.php:1010 ../../mod/group.php:87 ../../mod/photos.php:675
-#: ../../mod/photos.php:769 ../../mod/photos.php:1031
-#: ../../mod/photos.php:1070 ../../mod/photos.php:1108
-#: ../../mod/photos.php:1135 ../../mod/message.php:298
-#: ../../mod/message.php:429 ../../mod/admin.php:409 ../../mod/admin.php:633
-#: ../../mod/admin.php:769 ../../mod/admin.php:968 ../../mod/admin.php:1055
-#: ../../mod/connections.php:411 ../../mod/profiles.php:529
-#: ../../mod/import.php:356 ../../mod/crepair.php:166 ../../mod/poke.php:166
-#: ../../mod/fsuggest.php:108 ../../mod/mood.php:135
-#: ../../view/theme/redbasic/php/config.php:136
+#: ../../mod/setup.php:326 ../../mod/settings.php:621
+#: ../../mod/settings.php:733 ../../mod/settings.php:761
+#: ../../mod/settings.php:785 ../../mod/settings.php:856
+#: ../../mod/settings.php:1023 ../../mod/connect.php:96 ../../mod/group.php:87
+#: ../../mod/photos.php:678 ../../mod/photos.php:772 ../../mod/photos.php:1037
+#: ../../mod/photos.php:1076 ../../mod/photos.php:1160
+#: ../../mod/message.php:299 ../../mod/message.php:460
+#: ../../mod/connections.php:421 ../../mod/profiles.php:529
+#: ../../mod/admin.php:409 ../../mod/admin.php:633 ../../mod/admin.php:769
+#: ../../mod/admin.php:968 ../../mod/admin.php:1055 ../../mod/import.php:385
+#: ../../mod/crepair.php:166 ../../mod/poke.php:166 ../../mod/fsuggest.php:108
+#: ../../mod/mood.php:137 ../../view/theme/redbasic/php/config.php:136
#: ../../view/theme/redbasic/php/config.php:154
#: ../../view/theme/redstrap/php/config.php:131
msgid "Submit"
@@ -2336,278 +2380,299 @@ msgstr "Ссылка"
msgid "Video"
msgstr "Видео"
-#: ../../include/ItemObject.php:514 ../../include/conversation.php:1052
-#: ../../mod/photos.php:1071 ../../mod/editwebpage.php:132
-#: ../../mod/editpost.php:105
+#: ../../include/ItemObject.php:514 ../../include/conversation.php:1112
+#: ../../mod/photos.php:1077 ../../mod/editlayout.php:130
+#: ../../mod/editwebpage.php:151 ../../mod/editpost.php:123
+#: ../../mod/editblock.php:145
msgid "Preview"
msgstr "Предварительный просмотр"
-#: ../../include/conversation.php:117
+#: ../../include/conversation.php:123
msgid "channel"
msgstr "канал"
-#: ../../include/conversation.php:155 ../../mod/like.php:133
+#: ../../include/conversation.php:161 ../../mod/like.php:134
#, php-format
msgid "%1$s likes %2$s's %3$s"
msgstr "%1$s нравится %2$s's %3$s"
-#: ../../include/conversation.php:158 ../../mod/like.php:135
+#: ../../include/conversation.php:164 ../../mod/like.php:136
#, php-format
msgid "%1$s doesn't like %2$s's %3$s"
msgstr "%1$s не нравится %2$s's %3$s"
-#: ../../include/conversation.php:192
+#: ../../include/conversation.php:201
#, php-format
msgid "%1$s is now connected with %2$s"
msgstr "%1$s теперь соединен с %2$s"
-#: ../../include/conversation.php:223
+#: ../../include/conversation.php:232
#, php-format
msgid "%1$s poked %2$s"
msgstr "%1$s подпихнул %2$s"
-#: ../../include/conversation.php:245 ../../mod/mood.php:63
+#: ../../include/conversation.php:254 ../../mod/mood.php:63
#, php-format
msgid "%1$s is currently %2$s"
msgstr "%1$s в настоящее время %2$s"
-#: ../../include/conversation.php:637
+#: ../../include/conversation.php:655
#, php-format
msgid "View %s's profile @ %s"
msgstr "Просмотр %s's профиля @ %s"
-#: ../../include/conversation.php:676
+#: ../../include/conversation.php:694
msgid "View in context"
msgstr "Показать в контексте"
-#: ../../include/conversation.php:791
+#: ../../include/conversation.php:824
msgid "Loading..."
msgstr "Загрузка..."
-#: ../../include/conversation.php:792
+#: ../../include/conversation.php:825
msgid "Delete Selected Items"
msgstr "Удалить выбранные элементы"
-#: ../../include/conversation.php:880
+#: ../../include/conversation.php:913
msgid "Follow Thread"
msgstr "Следобать теме"
-#: ../../include/conversation.php:949
+#: ../../include/conversation.php:982
#, php-format
msgid "%s likes this."
msgstr "%s нравится это."
-#: ../../include/conversation.php:949
+#: ../../include/conversation.php:982
#, php-format
msgid "%s doesn't like this."
msgstr "%s не нравится это."
-#: ../../include/conversation.php:953
+#: ../../include/conversation.php:986
#, php-format
msgid "<span %1$s>%2$d people</span> like this."
msgstr "<span %1$s>%2$d чел.</span> нравится это."
-#: ../../include/conversation.php:955
+#: ../../include/conversation.php:988
#, php-format
msgid "<span %1$s>%2$d people</span> don't like this."
msgstr "<span %1$s>%2$d чел.</span> не нравится это."
-#: ../../include/conversation.php:961
+#: ../../include/conversation.php:994
msgid "and"
msgstr "и"
-#: ../../include/conversation.php:964
+#: ../../include/conversation.php:997
#, php-format
msgid ", and %d other people"
msgstr ", и %d другие люди"
-#: ../../include/conversation.php:965
+#: ../../include/conversation.php:998
#, php-format
msgid "%s like this."
msgstr "%s нравится это."
-#: ../../include/conversation.php:965
+#: ../../include/conversation.php:998
#, php-format
msgid "%s don't like this."
msgstr "%s не нравится это."
-#: ../../include/conversation.php:990
+#: ../../include/conversation.php:1048
msgid "Visible to <strong>everybody</strong>"
msgstr "Видно для <strong>всех</strong>"
-#: ../../include/conversation.php:991 ../../mod/message.php:253
-#: ../../mod/message.php:364
+#: ../../include/conversation.php:1049 ../../mod/message.php:253
+#: ../../mod/message.php:365
msgid "Please enter a link URL:"
msgstr "Пожалуйста, введите URL ссылки:"
-#: ../../include/conversation.php:992
+#: ../../include/conversation.php:1050
msgid "Please enter a video link/URL:"
msgstr "Пожалуйста, введите URL видео-ссылки:"
-#: ../../include/conversation.php:993
+#: ../../include/conversation.php:1051
msgid "Please enter an audio link/URL:"
msgstr "Пожалуйста, введите URL аудио-ссылки:"
-#: ../../include/conversation.php:994
+#: ../../include/conversation.php:1052
msgid "Tag term:"
msgstr "Теги:"
-#: ../../include/conversation.php:995 ../../mod/filer.php:35
+#: ../../include/conversation.php:1053 ../../mod/filer.php:35
msgid "Save to Folder:"
msgstr "Сохранить в папку:"
-#: ../../include/conversation.php:996
+#: ../../include/conversation.php:1054
msgid "Where are you right now?"
msgstr "Где вы сейчас?"
-#: ../../include/conversation.php:1011 ../../mod/photos.php:1051
+#: ../../include/conversation.php:1069 ../../mod/photos.php:1057
msgid "Share"
msgstr "Поделиться"
-#: ../../include/conversation.php:1013
+#: ../../include/conversation.php:1071
msgid "Page link title"
msgstr "Ссылка заголовока страницы"
-#: ../../include/conversation.php:1015 ../../mod/message.php:295
-#: ../../mod/message.php:427 ../../mod/editwebpage.php:104
-#: ../../mod/editpost.php:77
+#: ../../include/conversation.php:1073 ../../mod/message.php:295
+#: ../../mod/message.php:457 ../../mod/editlayout.php:102
+#: ../../mod/editwebpage.php:121 ../../mod/editpost.php:95
+#: ../../mod/editblock.php:116
msgid "Upload photo"
msgstr "Загрузить фотографию"
-#: ../../include/conversation.php:1016
+#: ../../include/conversation.php:1074
msgid "upload photo"
msgstr "загрузить фотографию"
-#: ../../include/conversation.php:1017 ../../mod/editwebpage.php:105
-#: ../../mod/editpost.php:78
+#: ../../include/conversation.php:1075 ../../mod/message.php:296
+#: ../../mod/message.php:458 ../../mod/editlayout.php:103
+#: ../../mod/editwebpage.php:122 ../../mod/editpost.php:96
+#: ../../mod/editblock.php:117
msgid "Attach file"
msgstr "Прикрепить файл"
-#: ../../include/conversation.php:1018
+#: ../../include/conversation.php:1076
msgid "attach file"
msgstr "прикрепить файл"
-#: ../../include/conversation.php:1019 ../../mod/message.php:296
-#: ../../mod/message.php:428 ../../mod/editwebpage.php:106
-#: ../../mod/editpost.php:79
+#: ../../include/conversation.php:1077 ../../mod/message.php:297
+#: ../../mod/message.php:459 ../../mod/editlayout.php:104
+#: ../../mod/editwebpage.php:123 ../../mod/editpost.php:97
+#: ../../mod/editblock.php:118
msgid "Insert web link"
msgstr "Вставить веб-ссылку"
-#: ../../include/conversation.php:1020
+#: ../../include/conversation.php:1078
msgid "web link"
msgstr "веб-ссылка"
-#: ../../include/conversation.php:1021
+#: ../../include/conversation.php:1079
msgid "Insert video link"
msgstr "Вставить видео-ссылку"
-#: ../../include/conversation.php:1022
+#: ../../include/conversation.php:1080
msgid "video link"
msgstr "видео-ссылка"
-#: ../../include/conversation.php:1023
+#: ../../include/conversation.php:1081
msgid "Insert audio link"
msgstr "Вставить аудио-ссылку"
-#: ../../include/conversation.php:1024
+#: ../../include/conversation.php:1082
msgid "audio link"
msgstr "аудио-ссылка"
-#: ../../include/conversation.php:1025 ../../mod/editwebpage.php:110
-#: ../../mod/editpost.php:83
+#: ../../include/conversation.php:1083 ../../mod/editlayout.php:108
+#: ../../mod/editwebpage.php:127 ../../mod/editpost.php:101
+#: ../../mod/editblock.php:122
msgid "Set your location"
msgstr "Указание своего расположения"
-#: ../../include/conversation.php:1026
+#: ../../include/conversation.php:1084
msgid "set location"
msgstr "указание расположения"
-#: ../../include/conversation.php:1027 ../../mod/editwebpage.php:111
-#: ../../mod/editpost.php:84
+#: ../../include/conversation.php:1085 ../../mod/editlayout.php:109
+#: ../../mod/editwebpage.php:128 ../../mod/editpost.php:102
+#: ../../mod/editblock.php:123
msgid "Clear browser location"
msgstr "Стереть указание расположения"
-#: ../../include/conversation.php:1028
+#: ../../include/conversation.php:1086
msgid "clear location"
msgstr "стереть указание расположения"
-#: ../../include/conversation.php:1030 ../../mod/editwebpage.php:124
-#: ../../mod/editpost.php:97
+#: ../../include/conversation.php:1088 ../../mod/editlayout.php:122
+#: ../../mod/editwebpage.php:143 ../../mod/editpost.php:115
+#: ../../mod/editblock.php:137
msgid "Set title"
msgstr "Заголовок"
-#: ../../include/conversation.php:1033 ../../mod/editwebpage.php:126
-#: ../../mod/editpost.php:99
+#: ../../include/conversation.php:1091 ../../mod/editlayout.php:124
+#: ../../mod/editwebpage.php:145 ../../mod/editpost.php:117
+#: ../../mod/editblock.php:139
msgid "Categories (comma-separated list)"
msgstr "Категории (список через запятую)"
-#: ../../include/conversation.php:1035 ../../mod/editwebpage.php:113
-#: ../../mod/editpost.php:86
+#: ../../include/conversation.php:1093 ../../mod/editlayout.php:111
+#: ../../mod/editwebpage.php:130 ../../mod/editpost.php:104
+#: ../../mod/editblock.php:125
msgid "Permission settings"
msgstr "Настройки разрешений"
-#: ../../include/conversation.php:1036
+#: ../../include/conversation.php:1094
msgid "permissions"
msgstr "разрешения"
-#: ../../include/conversation.php:1044 ../../mod/editwebpage.php:121
-#: ../../mod/editpost.php:94
+#: ../../include/conversation.php:1102 ../../mod/editlayout.php:119
+#: ../../mod/editwebpage.php:138 ../../mod/editpost.php:112
+#: ../../mod/editblock.php:134
msgid "Public post"
msgstr "Публичное сообщение"
-#: ../../include/conversation.php:1046 ../../mod/editwebpage.php:127
-#: ../../mod/editpost.php:100
+#: ../../include/conversation.php:1104 ../../mod/editlayout.php:125
+#: ../../mod/editwebpage.php:146 ../../mod/editpost.php:118
+#: ../../mod/editblock.php:140
msgid "Example: bob@example.com, mary@example.com"
msgstr "Пример: bob@example.com, mary@example.com"
-#: ../../include/items.php:156 ../../mod/like.php:55 ../../mod/group.php:74
+#: ../../include/items.php:157 ../../mod/like.php:55 ../../mod/group.php:74
#: ../../mod/profperm.php:28 ../../index.php:339
msgid "Permission denied"
msgstr "Доступ запрещен"
-#: ../../include/items.php:3223 ../../mod/page.php:62 ../../mod/viewsrc.php:18
+#: ../../include/items.php:3308 ../../mod/page.php:66 ../../mod/viewsrc.php:18
#: ../../mod/home.php:64 ../../mod/admin.php:142 ../../mod/admin.php:677
-#: ../../mod/admin.php:876 ../../mod/display.php:33
+#: ../../mod/admin.php:876 ../../mod/display.php:32
msgid "Item not found."
msgstr "Элемент не найден."
-#: ../../include/items.php:3395
+#: ../../include/items.php:3480
msgid "Archives"
msgstr "Архивы"
-#: ../../include/items.php:3556 ../../mod/group.php:44 ../../mod/group.php:146
+#: ../../include/items.php:3641 ../../mod/group.php:44 ../../mod/group.php:146
msgid "Collection not found."
msgstr "Коллекция не найдена."
-#: ../../include/items.php:3566
+#: ../../include/items.php:3651
msgid "Collection has no members."
msgstr "В коллекции нет ни одного пользователя."
-#: ../../include/items.php:3582
+#: ../../include/items.php:3667
msgid "Connection not found."
-msgstr "Канал не найден."
+msgstr "Контакт не найден."
-#: ../../include/bbcode.php:94 ../../include/bbcode.php:442
-#: ../../include/bbcode.php:445
-msgid "Image/photo"
-msgstr "Изображение / фото"
+#: ../../include/security.php:49
+msgid "Welcome "
+msgstr "Добро пожаловать"
-#: ../../include/bbcode.php:161
-#, php-format
-msgid "%1$s wrote the following %2$s %3$s"
+#: ../../include/security.php:50
+msgid "Please upload a profile photo."
+msgstr "Загрузите пожалуйста фотографию профиля."
+
+#: ../../include/security.php:53
+msgid "Welcome back "
+msgstr "Добро пожаловать"
+
+#: ../../include/security.php:357
+msgid ""
+"The form security token was not correct. This probably happened because the "
+"form has been opened for too long (>3 hours) before submitting it."
msgstr ""
-#: ../../include/bbcode.php:163
-msgid "post"
-msgstr "сообщение"
+#: ../../include/zot.php:423
+msgid "Invalid data packet"
+msgstr ""
-#: ../../include/bbcode.php:402 ../../include/bbcode.php:422
-msgid "$1 wrote:"
-msgstr "$1 писал:"
+#: ../../include/zot.php:433
+msgid "Unable to verify channel signature"
+msgstr "Невозможно проверить сигнатуру канала"
-#: ../../include/bbcode.php:449 ../../include/bbcode.php:450
-msgid "Encrypted content"
-msgstr "Зашифрованное содержание"
+#: ../../include/zot.php:571
+#, php-format
+msgid "Unable to verify site signature for %s"
+msgstr ""
#: ../../mod/common.php:10
msgid "No channel."
@@ -2615,11 +2680,11 @@ msgstr "Не канал."
#: ../../mod/common.php:47
msgid "Common connections"
-msgstr "Общие каналы"
+msgstr "Общие контакты"
#: ../../mod/common.php:52
msgid "No connections in common."
-msgstr "Общих каналов нет."
+msgstr "Общих контактов нет."
#: ../../mod/events.php:66
msgid "Event title and start time are required."
@@ -2774,7 +2839,7 @@ msgid "Enter email addresses, one per line:"
msgstr "Введите адреса электронной почты, по одному на строку:"
#: ../../mod/invite.php:141 ../../mod/message.php:292
-#: ../../mod/message.php:423
+#: ../../mod/message.php:453
msgid "Your message:"
msgstr "Ваше сообщение:"
@@ -2813,11 +2878,13 @@ msgstr "Друзья %s"
msgid "No friends to display."
msgstr "Нет друзей для показа."
-#: ../../mod/webpages.php:8 ../../mod/profile.php:8 ../../boot.php:1535
+#: ../../mod/webpages.php:8 ../../mod/connect.php:13 ../../mod/layouts.php:8
+#: ../../mod/blocks.php:10 ../../mod/profile.php:8 ../../mod/filestorage.php:8
+#: ../../boot.php:1602
msgid "Requested profile is not available."
msgstr "Запрашиваемый профиль не доступен."
-#: ../../mod/webpages.php:71
+#: ../../mod/webpages.php:101 ../../mod/layouts.php:92 ../../mod/blocks.php:95
msgid "View"
msgstr "Просмотр"
@@ -2839,16 +2906,16 @@ msgid ""
" and/or create new posts for you?"
msgstr ""
-#: ../../mod/api.php:105 ../../mod/settings.php:965 ../../mod/settings.php:970
-#: ../../mod/settings.php:993 ../../mod/settings.php:995
-#: ../../mod/settings.php:996 ../../mod/settings.php:997
+#: ../../mod/api.php:105 ../../mod/settings.php:978 ../../mod/settings.php:983
+#: ../../mod/settings.php:1006 ../../mod/settings.php:1008
+#: ../../mod/settings.php:1009 ../../mod/settings.php:1010
#: ../../mod/profiles.php:506
msgid "Yes"
msgstr "Да"
-#: ../../mod/api.php:106 ../../mod/settings.php:965 ../../mod/settings.php:970
-#: ../../mod/settings.php:993 ../../mod/settings.php:995
-#: ../../mod/settings.php:996 ../../mod/settings.php:997
+#: ../../mod/api.php:106 ../../mod/settings.php:978 ../../mod/settings.php:983
+#: ../../mod/settings.php:1006 ../../mod/settings.php:1008
+#: ../../mod/settings.php:1009 ../../mod/settings.php:1010
#: ../../mod/profiles.php:507
msgid "No"
msgstr "Нет"
@@ -2865,11 +2932,11 @@ msgstr "Нет установленных приложений."
msgid "Applications"
msgstr "Приложения"
-#: ../../mod/page.php:37
+#: ../../mod/page.php:35
msgid "Invalid item."
msgstr "Недействительный элемент."
-#: ../../mod/page.php:49 ../../mod/chanview.php:78 ../../mod/home.php:51
+#: ../../mod/page.php:47 ../../mod/chanview.php:78 ../../mod/home.php:51
#: ../../mod/magic.php:63 ../../mod/wall_upload.php:35
msgid "Channel not found."
msgstr "Канал не найден."
@@ -3216,7 +3283,7 @@ msgstr ""
#: ../../mod/subthread.php:105
#, php-format
msgid "%1$s is following %2$s's %3$s"
-msgstr ""
+msgstr "%1$s следит %2$s's %3$s"
#: ../../mod/update_network.php:23 ../../mod/update_channel.php:43
#: ../../mod/update_search.php:46 ../../mod/update_display.php:25
@@ -3233,444 +3300,448 @@ msgstr "переключение полноэкранного режима"
msgid "%1$s tagged %2$s's %3$s with %4$s"
msgstr ""
-#: ../../mod/settings.php:49
+#: ../../mod/settings.php:51
msgid "Account settings"
msgstr "Настройки аккаунта"
-#: ../../mod/settings.php:55
+#: ../../mod/settings.php:57
msgid "Channel settings"
msgstr "Настройки канала"
-#: ../../mod/settings.php:61
+#: ../../mod/settings.php:63
msgid "Additional features"
msgstr "Дополнительные функции"
-#: ../../mod/settings.php:67
+#: ../../mod/settings.php:69
msgid "Feature settings"
msgstr "Настройки компонентов"
-#: ../../mod/settings.php:73
+#: ../../mod/settings.php:75
msgid "Display settings"
msgstr "Настройки отображения"
-#: ../../mod/settings.php:79
+#: ../../mod/settings.php:81
msgid "Connected apps"
msgstr "Подключенные приложения"
-#: ../../mod/settings.php:85
+#: ../../mod/settings.php:87
msgid "Export channel"
msgstr "Экспорт канала"
-#: ../../mod/settings.php:97
+#: ../../mod/settings.php:99
msgid "Automatic Permissions (Advanced)"
msgstr "Автоматические разрешения (дополнительно)"
-#: ../../mod/settings.php:145
+#: ../../mod/settings.php:109
+msgid "Premium Channel Settings"
+msgstr ""
+
+#: ../../mod/settings.php:158
msgid "Missing some important data!"
msgstr "Отсутствуют некоторые важные данные!"
-#: ../../mod/settings.php:148 ../../mod/settings.php:634
+#: ../../mod/settings.php:161 ../../mod/settings.php:647
msgid "Update"
msgstr "Обновление"
-#: ../../mod/settings.php:261
+#: ../../mod/settings.php:274
msgid "Passwords do not match. Password unchanged."
msgstr "Пароли не совпадают. Пароль не изменён."
-#: ../../mod/settings.php:265
+#: ../../mod/settings.php:278
msgid "Empty passwords are not allowed. Password unchanged."
msgstr "Пустые пароли не допускаются. Пароль не изменён."
-#: ../../mod/settings.php:278
+#: ../../mod/settings.php:291
msgid "Password changed."
msgstr "Пароль изменен."
-#: ../../mod/settings.php:280
+#: ../../mod/settings.php:293
msgid "Password update failed. Please try again."
msgstr "Изменение пароля закончилось неуспешно. Пожалуйста, попробуйте еще раз."
-#: ../../mod/settings.php:294
+#: ../../mod/settings.php:307
msgid "Not valid email."
msgstr "Не действительный адрес электронной почты."
-#: ../../mod/settings.php:297
+#: ../../mod/settings.php:310
msgid "Protected email address. Cannot change to that email."
msgstr ""
-#: ../../mod/settings.php:306
+#: ../../mod/settings.php:319
msgid "System failure storing new email. Please try again."
msgstr ""
-#: ../../mod/settings.php:536
+#: ../../mod/settings.php:549
msgid "Settings updated."
msgstr "Настройки обновленны."
-#: ../../mod/settings.php:607 ../../mod/settings.php:633
-#: ../../mod/settings.php:669
+#: ../../mod/settings.php:620 ../../mod/settings.php:646
+#: ../../mod/settings.php:682
msgid "Add application"
msgstr "Добавить приложения"
-#: ../../mod/settings.php:609 ../../mod/settings.php:635
+#: ../../mod/settings.php:622 ../../mod/settings.php:648
#: ../../mod/tagrm.php:11 ../../mod/tagrm.php:94 ../../mod/fbrowser.php:81
#: ../../mod/fbrowser.php:116
msgid "Cancel"
msgstr "Отменить"
-#: ../../mod/settings.php:610 ../../mod/settings.php:636
+#: ../../mod/settings.php:623 ../../mod/settings.php:649
#: ../../mod/admin.php:636 ../../mod/crepair.php:148
msgid "Name"
msgstr "Имя"
-#: ../../mod/settings.php:611 ../../mod/settings.php:637
+#: ../../mod/settings.php:624 ../../mod/settings.php:650
msgid "Consumer Key"
msgstr "Ключ клиента"
-#: ../../mod/settings.php:612 ../../mod/settings.php:638
+#: ../../mod/settings.php:625 ../../mod/settings.php:651
msgid "Consumer Secret"
msgstr "Секрет клиента"
-#: ../../mod/settings.php:613 ../../mod/settings.php:639
+#: ../../mod/settings.php:626 ../../mod/settings.php:652
msgid "Redirect"
msgstr "Перенаправление"
-#: ../../mod/settings.php:614 ../../mod/settings.php:640
+#: ../../mod/settings.php:627 ../../mod/settings.php:653
msgid "Icon url"
msgstr "URL-адрес значка"
-#: ../../mod/settings.php:625
+#: ../../mod/settings.php:638
msgid "You can't edit this application."
msgstr "Вы не можете редактировать это приложение."
-#: ../../mod/settings.php:668
+#: ../../mod/settings.php:681
msgid "Connected Apps"
msgstr "Подключенные приложения"
-#: ../../mod/settings.php:672
+#: ../../mod/settings.php:685
msgid "Client key starts with"
msgstr ""
-#: ../../mod/settings.php:673
+#: ../../mod/settings.php:686
msgid "No name"
msgstr "Без названия"
-#: ../../mod/settings.php:674
+#: ../../mod/settings.php:687
msgid "Remove authorization"
msgstr "Удалить разрешение"
-#: ../../mod/settings.php:685
+#: ../../mod/settings.php:698
msgid "No feature settings configured"
msgstr "Параметры функций не настроены"
-#: ../../mod/settings.php:693
+#: ../../mod/settings.php:706
msgid "Feature Settings"
msgstr "Настройки функции"
-#: ../../mod/settings.php:716
+#: ../../mod/settings.php:729
msgid "Account Settings"
msgstr "Настройки аккаунта"
-#: ../../mod/settings.php:717
+#: ../../mod/settings.php:730
msgid "Password Settings"
msgstr "Настройки пароля"
-#: ../../mod/settings.php:718
+#: ../../mod/settings.php:731
msgid "New Password:"
msgstr "Новый пароль:"
-#: ../../mod/settings.php:719
+#: ../../mod/settings.php:732
msgid "Confirm:"
msgstr "Подтверждение:"
-#: ../../mod/settings.php:719
+#: ../../mod/settings.php:732
msgid "Leave password fields blank unless changing"
msgstr "Оставьте поля пустыми, если не меняется"
-#: ../../mod/settings.php:721 ../../mod/settings.php:1019
+#: ../../mod/settings.php:734 ../../mod/settings.php:1032
msgid "Email Address:"
msgstr "Адрес электронной почты:"
-#: ../../mod/settings.php:722
+#: ../../mod/settings.php:735
msgid "Remove Account"
msgstr "Удалить аккаунт"
-#: ../../mod/settings.php:723
+#: ../../mod/settings.php:736
msgid "Warning: This action is permanent and cannot be reversed."
msgstr ""
-#: ../../mod/settings.php:739
+#: ../../mod/settings.php:752
msgid "Off"
msgstr "Выкл."
-#: ../../mod/settings.php:739
+#: ../../mod/settings.php:752
msgid "On"
msgstr "Вкл."
-#: ../../mod/settings.php:746
+#: ../../mod/settings.php:759
msgid "Additional Features"
msgstr "Дополнительные функции"
-#: ../../mod/settings.php:771
+#: ../../mod/settings.php:784
msgid "Connector Settings"
msgstr "Настройки соединителя"
-#: ../../mod/settings.php:801 ../../mod/admin.php:361
+#: ../../mod/settings.php:814 ../../mod/admin.php:361
msgid "No special theme for mobile devices"
msgstr "Нет специальной темы для мобильных устройств"
-#: ../../mod/settings.php:841
+#: ../../mod/settings.php:854
msgid "Display Settings"
msgstr "Настройки отображения"
-#: ../../mod/settings.php:847
+#: ../../mod/settings.php:860
msgid "Display Theme:"
msgstr "Тема отображения:"
-#: ../../mod/settings.php:848
+#: ../../mod/settings.php:861
msgid "Mobile Theme:"
msgstr "Мобильная тема отображения:"
-#: ../../mod/settings.php:849
+#: ../../mod/settings.php:862
msgid "Update browser every xx seconds"
msgstr "Обновление браузера каждые ХХ секунд"
-#: ../../mod/settings.php:849
+#: ../../mod/settings.php:862
msgid "Minimum of 10 seconds, no maximum"
msgstr "Минимум 10 секунд, без максимума"
-#: ../../mod/settings.php:850
+#: ../../mod/settings.php:863
msgid "Maximum number of conversations to load at any time:"
msgstr ""
-#: ../../mod/settings.php:850
+#: ../../mod/settings.php:863
msgid "Maximum of 100 items"
msgstr "Максимум 100 элементов"
-#: ../../mod/settings.php:851
+#: ../../mod/settings.php:864
msgid "Don't show emoticons"
msgstr "Не показывать emoticons"
-#: ../../mod/settings.php:887
+#: ../../mod/settings.php:900
msgid "Nobody except yourself"
msgstr "Никто, кроме вас"
-#: ../../mod/settings.php:888
+#: ../../mod/settings.php:901
msgid "Only those you specifically allow"
msgstr "Только комы вы разрешили"
-#: ../../mod/settings.php:889
+#: ../../mod/settings.php:902
msgid "Anybody in your address book"
msgstr "Любой в вашей адресной книге"
-#: ../../mod/settings.php:890
+#: ../../mod/settings.php:903
msgid "Anybody on this website"
msgstr "Любой на этом веб-сайте"
-#: ../../mod/settings.php:891
+#: ../../mod/settings.php:904
msgid "Anybody in this network"
msgstr "Любой в этой сети"
-#: ../../mod/settings.php:892
+#: ../../mod/settings.php:905
msgid "Anybody on the internet"
msgstr "Любой в интернете"
-#: ../../mod/settings.php:965
+#: ../../mod/settings.php:978
msgid "Publish your default profile in the network directory"
msgstr "Публикация вашего профиля по умолчанию в каталоге сети"
-#: ../../mod/settings.php:970
+#: ../../mod/settings.php:983
msgid "Allow us to suggest you as a potential friend to new members?"
msgstr ""
-#: ../../mod/settings.php:974 ../../mod/profile_photo.php:298
+#: ../../mod/settings.php:987 ../../mod/profile_photo.php:298
msgid "or"
msgstr "или"
-#: ../../mod/settings.php:979
+#: ../../mod/settings.php:992
msgid "Your channel address is"
msgstr "Адрес вашего канала:"
-#: ../../mod/settings.php:990
+#: ../../mod/settings.php:1003
msgid "Automatically expire posts after this many days:"
msgstr ""
-#: ../../mod/settings.php:990
+#: ../../mod/settings.php:1003
msgid "If empty, posts will not expire. Expired posts will be deleted"
msgstr ""
-#: ../../mod/settings.php:991
+#: ../../mod/settings.php:1004
msgid "Advanced expiration settings"
msgstr ""
-#: ../../mod/settings.php:992
+#: ../../mod/settings.php:1005
msgid "Advanced Expiration"
-msgstr ""
+msgstr "Дополнительное истечение срока давности"
-#: ../../mod/settings.php:993
+#: ../../mod/settings.php:1006
msgid "Expire posts:"
msgstr ""
-#: ../../mod/settings.php:995
+#: ../../mod/settings.php:1008
msgid "Expire starred posts:"
msgstr ""
-#: ../../mod/settings.php:996
+#: ../../mod/settings.php:1009
msgid "Expire photos:"
msgstr ""
-#: ../../mod/settings.php:997
+#: ../../mod/settings.php:1010
msgid "Only expire posts by others:"
msgstr ""
-#: ../../mod/settings.php:1008
+#: ../../mod/settings.php:1021
msgid "Channel Settings"
msgstr "Настройки канала"
-#: ../../mod/settings.php:1017
+#: ../../mod/settings.php:1030
msgid "Basic Settings"
msgstr "Основные настройки"
-#: ../../mod/settings.php:1020
+#: ../../mod/settings.php:1033
msgid "Your Timezone:"
msgstr "Ваш часовой пояс:"
-#: ../../mod/settings.php:1021
+#: ../../mod/settings.php:1034
msgid "Default Post Location:"
msgstr "Откуда по умолчанию:"
-#: ../../mod/settings.php:1022
+#: ../../mod/settings.php:1035
msgid "Use Browser Location:"
msgstr "Используйте указание браузерa:"
-#: ../../mod/settings.php:1025
+#: ../../mod/settings.php:1038
msgid "Security and Privacy Settings"
msgstr "Параметры безопасности и конфиденциальности"
-#: ../../mod/settings.php:1027
+#: ../../mod/settings.php:1040
msgid "Quick Privacy Settings:"
msgstr "Быстрые параметры безопасности и конфиденциальности:"
-#: ../../mod/settings.php:1028
+#: ../../mod/settings.php:1041
msgid "Very Public - extremely permissive"
msgstr "Очень публично - чрезвычайно разрешающе"
-#: ../../mod/settings.php:1029
+#: ../../mod/settings.php:1042
msgid "Typical - default public, privacy when desired"
msgstr "Типично - по умолчанию публично, конфиденциальность, только если настроена"
-#: ../../mod/settings.php:1030
+#: ../../mod/settings.php:1043
msgid "Private - default private, rarely open or public"
msgstr "Частно - по умолчанию частно, редко открыто или публично"
-#: ../../mod/settings.php:1031
+#: ../../mod/settings.php:1044
msgid "Blocked - default blocked to/from everybody"
msgstr "Заблокированно - по умолчанию заблокировано для/от всех"
-#: ../../mod/settings.php:1034
+#: ../../mod/settings.php:1047
msgid "Maximum Friend Requests/Day:"
msgstr ""
-#: ../../mod/settings.php:1034
+#: ../../mod/settings.php:1047
msgid "May reduce spam activity"
msgstr ""
-#: ../../mod/settings.php:1035
+#: ../../mod/settings.php:1048
msgid "Default Post Permissions"
msgstr ""
-#: ../../mod/settings.php:1036
+#: ../../mod/settings.php:1049
msgid "(click to open/close)"
msgstr "(нажмите, чтобы открыть / закрыть)"
-#: ../../mod/settings.php:1049
+#: ../../mod/settings.php:1062
msgid "Maximum private messages per day from unknown people:"
msgstr ""
-#: ../../mod/settings.php:1049
+#: ../../mod/settings.php:1062
msgid "Useful to reduce spamming"
msgstr ""
-#: ../../mod/settings.php:1052
+#: ../../mod/settings.php:1065
msgid "Notification Settings"
msgstr "Настройки уведомлений"
-#: ../../mod/settings.php:1053
+#: ../../mod/settings.php:1066
msgid "By default post a status message when:"
msgstr ""
-#: ../../mod/settings.php:1054
+#: ../../mod/settings.php:1067
msgid "accepting a friend request"
msgstr ""
-#: ../../mod/settings.php:1055
+#: ../../mod/settings.php:1068
msgid "joining a forum/community"
msgstr ""
-#: ../../mod/settings.php:1056
+#: ../../mod/settings.php:1069
msgid "making an <em>interesting</em> profile change"
msgstr ""
-#: ../../mod/settings.php:1057
+#: ../../mod/settings.php:1070
msgid "Send a notification email when:"
msgstr "Отправить уведомление по электронной почте, если:"
-#: ../../mod/settings.php:1058
+#: ../../mod/settings.php:1071
msgid "You receive an introduction"
msgstr "Вы получили введение"
-#: ../../mod/settings.php:1059
+#: ../../mod/settings.php:1072
msgid "Your introductions are confirmed"
msgstr ""
-#: ../../mod/settings.php:1060
+#: ../../mod/settings.php:1073
msgid "Someone writes on your profile wall"
msgstr ""
-#: ../../mod/settings.php:1061
+#: ../../mod/settings.php:1074
msgid "Someone writes a followup comment"
msgstr ""
-#: ../../mod/settings.php:1062
+#: ../../mod/settings.php:1075
msgid "You receive a private message"
msgstr ""
-#: ../../mod/settings.php:1063
+#: ../../mod/settings.php:1076
msgid "You receive a friend suggestion"
msgstr ""
-#: ../../mod/settings.php:1064
+#: ../../mod/settings.php:1077
msgid "You are tagged in a post"
msgstr ""
-#: ../../mod/settings.php:1065
+#: ../../mod/settings.php:1078
msgid "You are poked/prodded/etc. in a post"
msgstr ""
-#: ../../mod/settings.php:1068
+#: ../../mod/settings.php:1081
msgid "Advanced Account/Page Type Settings"
msgstr ""
-#: ../../mod/settings.php:1069
+#: ../../mod/settings.php:1082
msgid "Change the behaviour of this account for special situations"
msgstr ""
#: ../../mod/viewconnections.php:28 ../../mod/directory.php:23
-#: ../../mod/photos.php:558 ../../mod/display.php:9 ../../mod/search.php:80
+#: ../../mod/photos.php:561 ../../mod/display.php:9 ../../mod/search.php:80
#: ../../mod/community.php:18
msgid "Public access denied."
msgstr "Общественный доступ запрещен."
#: ../../mod/viewconnections.php:57
msgid "No connections."
-msgstr "Никаких каналов."
+msgstr "Никаких связей."
#: ../../mod/viewconnections.php:69 ../../mod/nogroup.php:40
#, php-format
msgid "Visit %s's profile [%s]"
-msgstr ""
+msgstr "Посетить %s's ​​профиль [%s]"
#: ../../mod/viewconnections.php:84
msgid "View Connnections"
-msgstr "Просмотр каналов"
+msgstr "Просмотр контактов"
#: ../../mod/tagrm.php:41
msgid "Tag removed"
@@ -3688,6 +3759,49 @@ msgstr "Выбрать тег для удаления: "
msgid "Remove"
msgstr "Удалить"
+#: ../../mod/connect.php:59 ../../mod/connect.php:107
+msgid "Continue"
+msgstr ""
+
+#: ../../mod/connect.php:88
+msgid "Premium Channel Setup"
+msgstr ""
+
+#: ../../mod/connect.php:90
+msgid "Enable premium channel connection restrictions"
+msgstr ""
+
+#: ../../mod/connect.php:91
+msgid ""
+"Please enter your restrictions or conditions, such as paypal receipt, usage "
+"guidelines, etc."
+msgstr ""
+
+#: ../../mod/connect.php:93 ../../mod/connect.php:113
+msgid ""
+"This channel may require additional steps or acknowledgement of the "
+"following conditions prior to connecting:"
+msgstr ""
+
+#: ../../mod/connect.php:94
+msgid ""
+"Potential connections will then see the following text before proceeding:"
+msgstr ""
+
+#: ../../mod/connect.php:95 ../../mod/connect.php:116
+msgid ""
+"By continuing, I certify that I have complied with any instructions provided"
+" on this page."
+msgstr ""
+
+#: ../../mod/connect.php:104
+msgid "(No specific instructions have been provided by the channel owner.)"
+msgstr ""
+
+#: ../../mod/connect.php:112
+msgid "Restricted or Premium Channel"
+msgstr ""
+
#: ../../mod/delegate.php:95
msgid "No potential page delegates located."
msgstr ""
@@ -3755,6 +3869,118 @@ msgstr "Поиск людей"
msgid "No matches"
msgstr "Нет соответствий"
+#: ../../mod/mitem.php:13 ../../mod/menu.php:87
+msgid "Menu not found."
+msgstr ""
+
+#: ../../mod/mitem.php:66
+msgid "Menu element updated."
+msgstr ""
+
+#: ../../mod/mitem.php:70
+msgid "Unable to update menu element."
+msgstr ""
+
+#: ../../mod/mitem.php:76
+msgid "Menu element added."
+msgstr ""
+
+#: ../../mod/mitem.php:80
+msgid "Unable to add menu element."
+msgstr ""
+
+#: ../../mod/mitem.php:97 ../../mod/xchan.php:25 ../../mod/menu.php:113
+msgid "Not found."
+msgstr "Не найдено."
+
+#: ../../mod/mitem.php:116
+msgid "Manage Menu Elements"
+msgstr ""
+
+#: ../../mod/mitem.php:119
+msgid "Edit menu"
+msgstr ""
+
+#: ../../mod/mitem.php:122
+msgid "Edit element"
+msgstr ""
+
+#: ../../mod/mitem.php:123
+msgid "Drop element"
+msgstr ""
+
+#: ../../mod/mitem.php:124
+msgid "New element"
+msgstr ""
+
+#: ../../mod/mitem.php:125
+msgid "Edit this menu container"
+msgstr ""
+
+#: ../../mod/mitem.php:126
+msgid "Add menu element"
+msgstr ""
+
+#: ../../mod/mitem.php:127
+msgid "Delete this menu item"
+msgstr ""
+
+#: ../../mod/mitem.php:128
+msgid "Edit this menu item"
+msgstr ""
+
+#: ../../mod/mitem.php:141
+msgid "New Menu Element"
+msgstr ""
+
+#: ../../mod/mitem.php:143 ../../mod/mitem.php:184
+msgid "Link text"
+msgstr ""
+
+#: ../../mod/mitem.php:144 ../../mod/mitem.php:185
+msgid "URL of link"
+msgstr ""
+
+#: ../../mod/mitem.php:145 ../../mod/mitem.php:186
+msgid "Use Red magic-auth if available"
+msgstr ""
+
+#: ../../mod/mitem.php:146 ../../mod/mitem.php:187
+msgid "Open link in new window"
+msgstr ""
+
+#: ../../mod/mitem.php:148 ../../mod/mitem.php:189
+msgid "Order in list"
+msgstr ""
+
+#: ../../mod/mitem.php:148 ../../mod/mitem.php:189
+msgid "Higher numbers will sink to bottom of listing"
+msgstr ""
+
+#: ../../mod/mitem.php:149 ../../mod/menu.php:79 ../../mod/new_channel.php:117
+msgid "Create"
+msgstr "Создать"
+
+#: ../../mod/mitem.php:161
+msgid "Menu item not found."
+msgstr ""
+
+#: ../../mod/mitem.php:170
+msgid "Menu item deleted."
+msgstr ""
+
+#: ../../mod/mitem.php:172
+msgid "Menu item could not be deleted."
+msgstr ""
+
+#: ../../mod/mitem.php:181
+msgid "Edit Menu Element"
+msgstr ""
+
+#: ../../mod/mitem.php:190 ../../mod/menu.php:107
+msgid "Modify"
+msgstr ""
+
#: ../../mod/group.php:26
msgid "Collection created."
msgstr "Коллекция создана."
@@ -3769,7 +3995,7 @@ msgstr "Имя коллекции изменено."
#: ../../mod/group.php:92
msgid "Create a collection of channels."
-msgstr ""
+msgstr "Создать коллекцию контактов"
#: ../../mod/group.php:93 ../../mod/group.php:189
msgid "Collection Name: "
@@ -3797,7 +4023,7 @@ msgstr "Участники"
#: ../../mod/group.php:204
msgid "All Connected Channels"
-msgstr "Все подключенные каналы"
+msgstr "Все подключенные контакы"
#: ../../mod/group.php:237
msgid "Click on a channel to add or remove."
@@ -3811,132 +4037,132 @@ msgstr ""
msgid "Album not found."
msgstr "Альбом не найден."
-#: ../../mod/photos.php:125 ../../mod/photos.php:770
+#: ../../mod/photos.php:125 ../../mod/photos.php:773
msgid "Delete Album"
msgstr "Удалить альбом"
-#: ../../mod/photos.php:165 ../../mod/photos.php:1032
+#: ../../mod/photos.php:165 ../../mod/photos.php:1038
msgid "Delete Photo"
msgstr "Удалить фотографию"
-#: ../../mod/photos.php:494
+#: ../../mod/photos.php:495
#, php-format
msgid "%1$s was tagged in %2$s by %3$s"
-msgstr ""
+msgstr "%1$s добавил тег в %2$s на %3$s"
-#: ../../mod/photos.php:494
+#: ../../mod/photos.php:495
msgid "a photo"
msgstr "фотография"
-#: ../../mod/photos.php:568
+#: ../../mod/photos.php:571
msgid "No photos selected"
msgstr "Никакие фотографии не выбраны"
-#: ../../mod/photos.php:622
+#: ../../mod/photos.php:625
msgid "Access to this item is restricted."
msgstr "Доступ к этому элементу ограничен."
-#: ../../mod/photos.php:686
+#: ../../mod/photos.php:689
#, php-format
msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."
msgstr ""
-#: ../../mod/photos.php:689
+#: ../../mod/photos.php:692
#, php-format
msgid "You have used %1$.2f Mbytes of photo storage."
msgstr ""
-#: ../../mod/photos.php:697
+#: ../../mod/photos.php:700
msgid "Upload Photos"
msgstr "Загрузить фотографии"
-#: ../../mod/photos.php:701 ../../mod/photos.php:765
+#: ../../mod/photos.php:704 ../../mod/photos.php:768
msgid "New album name: "
msgstr "Название нового альбома:"
-#: ../../mod/photos.php:702
+#: ../../mod/photos.php:705
msgid "or existing album name: "
msgstr "или существующий альбом:"
-#: ../../mod/photos.php:703
+#: ../../mod/photos.php:706
msgid "Do not show a status post for this upload"
msgstr ""
-#: ../../mod/photos.php:705 ../../mod/photos.php:1027
+#: ../../mod/photos.php:708 ../../mod/photos.php:1033
msgid "Permissions"
msgstr "Разрешения"
-#: ../../mod/photos.php:754 ../../mod/photos.php:776 ../../mod/photos.php:1223
-#: ../../mod/photos.php:1238
+#: ../../mod/photos.php:757 ../../mod/photos.php:779 ../../mod/photos.php:1205
+#: ../../mod/photos.php:1220
msgid "Contact Photos"
-msgstr "Фотографии канала"
+msgstr "Фотографии контакта"
-#: ../../mod/photos.php:780
+#: ../../mod/photos.php:783
msgid "Edit Album"
msgstr "Редактировать Фотоальбом"
-#: ../../mod/photos.php:786
+#: ../../mod/photos.php:789
msgid "Show Newest First"
msgstr "Показать новые первыми"
-#: ../../mod/photos.php:788
+#: ../../mod/photos.php:791
msgid "Show Oldest First"
msgstr "Показать старые первыми"
-#: ../../mod/photos.php:832 ../../mod/photos.php:1270
+#: ../../mod/photos.php:835 ../../mod/photos.php:1252
msgid "View Photo"
msgstr "Посмотреть фотографию"
-#: ../../mod/photos.php:876
+#: ../../mod/photos.php:879
msgid "Permission denied. Access to this item may be restricted."
msgstr ""
-#: ../../mod/photos.php:878
+#: ../../mod/photos.php:881
msgid "Photo not available"
msgstr "Фотография не доступна"
-#: ../../mod/photos.php:936
+#: ../../mod/photos.php:939
msgid "Use as profile photo"
msgstr "Использовать в качестве фотографии профиля"
-#: ../../mod/photos.php:964
+#: ../../mod/photos.php:967
msgid "View Full Size"
msgstr "Посмотреть в полный размер"
-#: ../../mod/photos.php:1015
+#: ../../mod/photos.php:1021
msgid "Edit photo"
msgstr "Редактировать фотографию"
-#: ../../mod/photos.php:1017
+#: ../../mod/photos.php:1023
msgid "Rotate CW (right)"
msgstr "Повернуть CW (направо)"
-#: ../../mod/photos.php:1018
+#: ../../mod/photos.php:1024
msgid "Rotate CCW (left)"
msgstr "Повернуть CCW (налево)"
-#: ../../mod/photos.php:1020
+#: ../../mod/photos.php:1026
msgid "New album name"
msgstr "Новое название альбома:"
-#: ../../mod/photos.php:1023
+#: ../../mod/photos.php:1029
msgid "Caption"
msgstr "Подпись"
-#: ../../mod/photos.php:1025
+#: ../../mod/photos.php:1031
msgid "Add a Tag"
msgstr "Добавить тег"
-#: ../../mod/photos.php:1029
+#: ../../mod/photos.php:1035
msgid ""
"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
msgstr "Например: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
-#: ../../mod/photos.php:1276
+#: ../../mod/photos.php:1258
msgid "View Album"
msgstr "Посмотреть фотоальбом"
-#: ../../mod/photos.php:1285
+#: ../../mod/photos.php:1267
msgid "Recent Photos"
msgstr "Последние фотографии"
@@ -3948,11 +4174,11 @@ msgstr "отправил вам личное сообщение"
msgid "added your channel"
msgstr "добавил ваш канал"
-#: ../../mod/ping.php:230 ../../boot.php:1727 ../../boot.php:1807
+#: ../../mod/ping.php:230 ../../boot.php:1808 ../../boot.php:1888
msgid "g A l F d"
msgstr "g A l F d"
-#: ../../mod/ping.php:252 ../../boot.php:1773 ../../boot.php:1848
+#: ../../mod/ping.php:252 ../../boot.php:1854 ../../boot.php:1929
msgid "[today]"
msgstr "[сегодня]"
@@ -3960,14 +4186,91 @@ msgstr "[сегодня]"
msgid "posted an event"
msgstr ""
-#: ../../mod/xchan.php:25
-msgid "Not found."
-msgstr "Не найдено."
-
#: ../../mod/filer.php:35
msgid "- select -"
msgstr "- выбрать -"
+#: ../../mod/menu.php:17
+msgid "Menu updated."
+msgstr ""
+
+#: ../../mod/menu.php:21
+msgid "Unable to update menu."
+msgstr ""
+
+#: ../../mod/menu.php:26
+msgid "Menu created."
+msgstr ""
+
+#: ../../mod/menu.php:30
+msgid "Unable to create menu."
+msgstr ""
+
+#: ../../mod/menu.php:53
+msgid "Manage Menus"
+msgstr ""
+
+#: ../../mod/menu.php:56
+msgid "Drop"
+msgstr ""
+
+#: ../../mod/menu.php:57 ../../mod/network.php:298
+#: ../../mod/connections.php:521
+msgid "New"
+msgstr "Новые"
+
+#: ../../mod/menu.php:58
+msgid "Create a new menu"
+msgstr ""
+
+#: ../../mod/menu.php:59
+msgid "Delete this menu"
+msgstr ""
+
+#: ../../mod/menu.php:60 ../../mod/menu.php:104
+msgid "Edit menu contents"
+msgstr ""
+
+#: ../../mod/menu.php:61
+msgid "Edit this menu"
+msgstr ""
+
+#: ../../mod/menu.php:76
+msgid "New Menu"
+msgstr ""
+
+#: ../../mod/menu.php:77 ../../mod/menu.php:105
+msgid "Menu name"
+msgstr ""
+
+#: ../../mod/menu.php:77 ../../mod/menu.php:105
+msgid "Must be unique, only seen by you"
+msgstr ""
+
+#: ../../mod/menu.php:78 ../../mod/menu.php:106
+msgid "Menu title"
+msgstr ""
+
+#: ../../mod/menu.php:78 ../../mod/menu.php:106
+msgid "Menu title as seen by others"
+msgstr ""
+
+#: ../../mod/menu.php:93
+msgid "Menu deleted."
+msgstr ""
+
+#: ../../mod/menu.php:95
+msgid "Menu could not be deleted."
+msgstr ""
+
+#: ../../mod/menu.php:101
+msgid "Edit Menu"
+msgstr ""
+
+#: ../../mod/menu.php:103
+msgid "Add or remove entries to this menu"
+msgstr ""
+
#: ../../mod/home.php:76
#, php-format
msgid "Welcome to %s"
@@ -3995,7 +4298,7 @@ msgstr ""
#: ../../mod/message.php:213 ../../mod/notifications.php:101
msgid "Messages"
-msgstr "Сообщения"
+msgstr "Переписка"
#: ../../mod/message.php:224
msgid "Message deleted."
@@ -4009,41 +4312,41 @@ msgstr "Разговор удален."
msgid "Send Private Message"
msgstr "Отправить личное сообщение"
-#: ../../mod/message.php:283 ../../mod/message.php:418
+#: ../../mod/message.php:283 ../../mod/message.php:448
msgid "To:"
msgstr "Кому:"
-#: ../../mod/message.php:288 ../../mod/message.php:420
+#: ../../mod/message.php:288 ../../mod/message.php:450
msgid "Subject:"
msgstr "Тема:"
-#: ../../mod/message.php:316
+#: ../../mod/message.php:317
msgid "No messages."
msgstr "Нет сообщений."
-#: ../../mod/message.php:332 ../../mod/message.php:389
+#: ../../mod/message.php:333 ../../mod/message.php:419
msgid "Delete message"
msgstr "Удалить сообщение"
-#: ../../mod/message.php:334
+#: ../../mod/message.php:335
msgid "D, d M Y - g:i A"
msgstr "D, d M Y - g:i A"
-#: ../../mod/message.php:353
+#: ../../mod/message.php:354
msgid "Message not found."
msgstr "Сообщение не найдено."
-#: ../../mod/message.php:411
+#: ../../mod/message.php:441
msgid "Delete conversation"
msgstr "Удалить разговор"
-#: ../../mod/message.php:413
+#: ../../mod/message.php:443
msgid ""
"No secure communications available. You <strong>may</strong> be able to "
"respond from the sender's profile page."
msgstr ""
-#: ../../mod/message.php:417
+#: ../../mod/message.php:447
msgid "Send Reply"
msgstr "Отправить снова"
@@ -4075,650 +4378,120 @@ msgstr "Введите адрес вашего канала (например: c
msgid "Authenticate"
msgstr "Проверка подлинности"
-#: ../../mod/item.php:121
-msgid "Unable to locate original post."
-msgstr "Не удалось найти оригинал."
-
-#: ../../mod/item.php:289
-msgid "Empty post discarded."
-msgstr "Отказаться от пустой почты."
-
-#: ../../mod/item.php:751
-msgid "System error. Post not saved."
-msgstr "Системная ошибка. Сообщение не сохранено."
-
-#: ../../mod/item.php:1028 ../../mod/wall_upload.php:41
-msgid "Wall Photos"
-msgstr "Стена фотографий"
-
-#: ../../mod/network.php:158 ../../mod/search.php:20
+#: ../../mod/network.php:141 ../../mod/search.php:20
msgid "Remove term"
msgstr "Удалить термин"
-#: ../../mod/network.php:296
+#: ../../mod/network.php:279
msgid "Commented Order"
msgstr "По комментириям"
-#: ../../mod/network.php:299
+#: ../../mod/network.php:282
msgid "Sort by Comment Date"
msgstr "Сортировка по дате создания комментариев"
-#: ../../mod/network.php:302
+#: ../../mod/network.php:285
msgid "Posted Order"
msgstr "По добавлениям"
-#: ../../mod/network.php:305
+#: ../../mod/network.php:288
msgid "Sort by Post Date"
msgstr "Сортировка по дате создания сообщения"
-#: ../../mod/network.php:309 ../../mod/notifications.php:86
+#: ../../mod/network.php:292 ../../mod/notifications.php:86
msgid "Personal"
msgstr "Личные"
-#: ../../mod/network.php:312
+#: ../../mod/network.php:295
msgid "Posts that mention or involve you"
msgstr "Сообщения, в которых упоминули или вовлекли вас"
-#: ../../mod/network.php:315 ../../mod/connections.php:511
-msgid "New"
-msgstr "Новые"
-
-#: ../../mod/network.php:318
+#: ../../mod/network.php:301
msgid "Activity Stream - by date"
msgstr "Лента активности - по дате"
-#: ../../mod/network.php:325
+#: ../../mod/network.php:308
msgid "Starred"
msgstr "Помеченные"
-#: ../../mod/network.php:328
+#: ../../mod/network.php:311
msgid "Favourite Posts"
msgstr "Фаворит-сообщения"
-#: ../../mod/network.php:335
+#: ../../mod/network.php:318
msgid "Spam"
msgstr "Спам"
-#: ../../mod/network.php:338
+#: ../../mod/network.php:321
msgid "Posts flagged as SPAM"
msgstr "Как СПАМ помеченные сообщения"
-#: ../../mod/network.php:378
+#: ../../mod/network.php:361
msgid "Refresh"
msgstr "Обновить"
-#: ../../mod/network.php:379 ../../mod/connections.php:364
+#: ../../mod/network.php:362 ../../mod/connections.php:374
msgid "Me"
msgstr "Я"
-#: ../../mod/network.php:380 ../../mod/connections.php:366
+#: ../../mod/network.php:363 ../../mod/connections.php:376
msgid "Best Friends"
msgstr "Лучшие друзья"
-#: ../../mod/network.php:382
+#: ../../mod/network.php:365
msgid "Co-workers"
msgstr "Сотрудники"
-#: ../../mod/network.php:383 ../../mod/connections.php:368
+#: ../../mod/network.php:366 ../../mod/connections.php:378
msgid "Former Friends"
msgstr "Приятели"
-#: ../../mod/network.php:384 ../../mod/connections.php:369
+#: ../../mod/network.php:367 ../../mod/connections.php:379
msgid "Acquaintances"
msgstr "Знакомые"
-#: ../../mod/network.php:385
+#: ../../mod/network.php:368
msgid "Everybody"
msgstr "Все"
-#: ../../mod/network.php:402
+#: ../../mod/network.php:385
msgid "Search Results For:"
msgstr "Результаты поиска для:"
-#: ../../mod/network.php:447
+#: ../../mod/network.php:430
msgid "No such group"
msgstr "Нет такой группы"
-#: ../../mod/network.php:458
+#: ../../mod/network.php:441
msgid "Group is empty"
msgstr "Группа пуста"
-#: ../../mod/network.php:473
+#: ../../mod/network.php:456
msgid "Contact: "
msgstr "Канал: "
-#: ../../mod/network.php:476
+#: ../../mod/network.php:459
msgid "Invalid contact."
msgstr "Недействительный канал."
-#: ../../mod/admin.php:48
-msgid "Theme settings updated."
-msgstr "Настройки темы обновленны."
-
-#: ../../mod/admin.php:83 ../../mod/admin.php:408
-msgid "Site"
-msgstr "Сайт"
-
-#: ../../mod/admin.php:84 ../../mod/admin.php:632 ../../mod/admin.php:644
-msgid "Users"
-msgstr "Пользователи"
-
-#: ../../mod/admin.php:85 ../../mod/admin.php:726 ../../mod/admin.php:768
-msgid "Plugins"
-msgstr "Плагины"
-
-#: ../../mod/admin.php:86 ../../mod/admin.php:931 ../../mod/admin.php:967
-msgid "Themes"
-msgstr "Темы"
-
-#: ../../mod/admin.php:87
-msgid "DB updates"
-msgstr "Обновления базы данных"
-
-#: ../../mod/admin.php:101 ../../mod/admin.php:108 ../../mod/admin.php:1054
-msgid "Logs"
-msgstr "Журналы"
-
-#: ../../mod/admin.php:107
-msgid "Plugin Features"
-msgstr "Функции плагинов"
-
-#: ../../mod/admin.php:109
-msgid "User registrations waiting for confirmation"
-msgstr "Регистрации пользователей, которые ждут подтверждения"
-
-#: ../../mod/admin.php:180
-msgid "Message queues"
-msgstr "Непрочитанный сообщений"
-
-#: ../../mod/admin.php:185 ../../mod/admin.php:407 ../../mod/admin.php:631
-#: ../../mod/admin.php:725 ../../mod/admin.php:767 ../../mod/admin.php:930
-#: ../../mod/admin.php:966 ../../mod/admin.php:1053
-msgid "Administration"
-msgstr "Администрация"
-
-#: ../../mod/admin.php:186
-msgid "Summary"
-msgstr "Резюме"
-
-#: ../../mod/admin.php:188
-msgid "Registered users"
-msgstr "Всего пользователeй"
-
-#: ../../mod/admin.php:190
-msgid "Pending registrations"
-msgstr "Ждут утверждения"
-
-#: ../../mod/admin.php:191
-msgid "Version"
-msgstr "Версия системы"
-
-#: ../../mod/admin.php:193
-msgid "Active plugins"
-msgstr "Активные плагины"
-
-#: ../../mod/admin.php:332
-msgid "Site settings updated."
-msgstr "Настройки сайта обновлены."
-
-#: ../../mod/admin.php:363
-msgid "No special theme for accessibility"
-msgstr ""
-
-#: ../../mod/admin.php:388
-msgid "Closed"
-msgstr "Регистрация закрыта"
-
-#: ../../mod/admin.php:389
-msgid "Requires approval"
-msgstr "Регистрация требует подтверждения"
-
-#: ../../mod/admin.php:390
-msgid "Open"
-msgstr "Регистрация открыта"
-
-#: ../../mod/admin.php:395
-msgid "Private"
-msgstr "Личный доступ"
-
-#: ../../mod/admin.php:396
-msgid "Paid Access"
-msgstr "Платный доступ"
-
-#: ../../mod/admin.php:397
-msgid "Free Access"
-msgstr "Свободный доступ"
-
-#: ../../mod/admin.php:401
-msgid "No SSL policy, links will track page SSL state"
-msgstr ""
-
-#: ../../mod/admin.php:402
-msgid "Force all links to use SSL"
-msgstr "Заставить все ссылки использовать SSL"
-
-#: ../../mod/admin.php:410 ../../mod/register.php:166
-msgid "Registration"
-msgstr "Регистрация"
-
-#: ../../mod/admin.php:411
-msgid "File upload"
-msgstr "Загрузка файла"
-
-#: ../../mod/admin.php:412
-msgid "Policies"
-msgstr "Правила"
-
-#: ../../mod/admin.php:413
-msgid "Advanced"
-msgstr "Дополнительно"
-
-#: ../../mod/admin.php:417
-msgid "Site name"
-msgstr "Название сайта"
-
-#: ../../mod/admin.php:418
-msgid "Banner/Logo"
-msgstr "Баннер / логотип"
-
-#: ../../mod/admin.php:419
-msgid "System language"
-msgstr "Язык системы"
-
-#: ../../mod/admin.php:420
-msgid "System theme"
-msgstr "Тема системы"
-
-#: ../../mod/admin.php:420
-msgid ""
-"Default system theme - may be over-ridden by user profiles - <a href='#' "
-"id='cnftheme'>change theme settings</a>"
-msgstr ""
-
-#: ../../mod/admin.php:421
-msgid "Mobile system theme"
-msgstr "Мобильная тема системы"
-
-#: ../../mod/admin.php:421
-msgid "Theme for mobile devices"
-msgstr "Тема для мобильных устройств"
-
-#: ../../mod/admin.php:422
-msgid "Accessibility system theme"
-msgstr ""
-
-#: ../../mod/admin.php:422
-msgid "Accessibility theme"
-msgstr ""
-
-#: ../../mod/admin.php:423
-msgid "Channel to use for this website's static pages"
-msgstr ""
-
-#: ../../mod/admin.php:423
-msgid "Site Channel"
-msgstr "Канал сайта"
-
-#: ../../mod/admin.php:424
-msgid "SSL link policy"
-msgstr "Правила SSL-ссылки"
-
-#: ../../mod/admin.php:424
-msgid "Determines whether generated links should be forced to use SSL"
-msgstr ""
-
-#: ../../mod/admin.php:425
-msgid "Maximum image size"
-msgstr "Максимальный размер"
-
-#: ../../mod/admin.php:425
-msgid ""
-"Maximum size in bytes of uploaded images. Default is 0, which means no "
-"limits."
-msgstr ""
-
-#: ../../mod/admin.php:426
-msgid "Register policy"
-msgstr "Статус регистрации"
-
-#: ../../mod/admin.php:427
-msgid "Access policy"
-msgstr "Правила доступа"
-
-#: ../../mod/admin.php:428
-msgid "Register text"
-msgstr "Текст регистрации"
-
-#: ../../mod/admin.php:428
-msgid "Will be displayed prominently on the registration page."
-msgstr ""
-
-#: ../../mod/admin.php:429
-msgid "Accounts abandoned after x days"
-msgstr ""
-
-#: ../../mod/admin.php:429
-msgid ""
-"Will not waste system resources polling external sites for abandonded "
-"accounts. Enter 0 for no time limit."
-msgstr ""
-
-#: ../../mod/admin.php:430
-msgid "Allowed friend domains"
-msgstr ""
-
-#: ../../mod/admin.php:430
-msgid ""
-"Comma separated list of domains which are allowed to establish friendships "
-"with this site. Wildcards are accepted. Empty to allow any domains"
-msgstr ""
-
-#: ../../mod/admin.php:431
-msgid "Allowed email domains"
-msgstr ""
-
-#: ../../mod/admin.php:431
-msgid ""
-"Comma separated list of domains which are allowed in email addresses for "
-"registrations to this site. Wildcards are accepted. Empty to allow any "
-"domains"
-msgstr ""
-
-#: ../../mod/admin.php:432
-msgid "Block public"
-msgstr "Блокировать публичный доступ"
-
-#: ../../mod/admin.php:432
-msgid ""
-"Check to block public access to all otherwise public personal pages on this "
-"site unless you are currently logged in."
-msgstr ""
-
-#: ../../mod/admin.php:433
-msgid "Force publish"
-msgstr "Заставить публиковать"
-
-#: ../../mod/admin.php:433
-msgid ""
-"Check to force all profiles on this site to be listed in the site directory."
-msgstr ""
-
-#: ../../mod/admin.php:435
-msgid "Proxy user"
-msgstr "Proxy пользователь"
-
-#: ../../mod/admin.php:436
-msgid "Proxy URL"
-msgstr "Proxy URL"
-
-#: ../../mod/admin.php:437
-msgid "Network timeout"
-msgstr "Время ожидания сети"
-
-#: ../../mod/admin.php:437
-msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
-msgstr ""
-
-#: ../../mod/admin.php:438
-msgid "Delivery interval"
-msgstr "Интервал доставки"
-
-#: ../../mod/admin.php:438
-msgid ""
-"Delay background delivery processes by this many seconds to reduce system "
-"load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 "
-"for large dedicated servers."
-msgstr ""
-
-#: ../../mod/admin.php:439
-msgid "Poll interval"
-msgstr "Интервал опроса"
-
-#: ../../mod/admin.php:439
-msgid ""
-"Delay background polling processes by this many seconds to reduce system "
-"load. If 0, use delivery interval."
-msgstr ""
-
-#: ../../mod/admin.php:440
-msgid "Maximum Load Average"
-msgstr ""
-
-#: ../../mod/admin.php:440
-msgid ""
-"Maximum system load before delivery and poll processes are deferred - "
-"default 50."
-msgstr ""
-
-#: ../../mod/admin.php:456
-msgid "Update has been marked successful"
-msgstr ""
-
-#: ../../mod/admin.php:466
-#, php-format
-msgid "Executing %s failed. Check system logs."
-msgstr ""
-
-#: ../../mod/admin.php:469
-#, php-format
-msgid "Update %s was successfully applied."
-msgstr ""
-
-#: ../../mod/admin.php:473
-#, php-format
-msgid "Update %s did not return a status. Unknown if it succeeded."
-msgstr ""
-
-#: ../../mod/admin.php:476
-#, php-format
-msgid "Update function %s could not be found."
-msgstr ""
-
-#: ../../mod/admin.php:491
-msgid "No failed updates."
-msgstr "Ошибок обновлений нет."
-
-#: ../../mod/admin.php:495
-msgid "Failed Updates"
-msgstr "Обновления с ошибками"
-
-#: ../../mod/admin.php:497
-msgid "Mark success (if update was manually applied)"
-msgstr ""
-
-#: ../../mod/admin.php:498
-msgid "Attempt to execute this update step automatically"
-msgstr ""
-
-#: ../../mod/admin.php:524
-#, php-format
-msgid "%s user blocked/unblocked"
-msgid_plural "%s users blocked/unblocked"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: ../../mod/admin.php:531
-#, php-format
-msgid "%s user deleted"
-msgid_plural "%s users deleted"
-msgstr[0] "%s канал удален"
-msgstr[1] "%s канала удалены"
-msgstr[2] "%s каналов удалено"
-
-#: ../../mod/admin.php:562
-msgid "Account not found"
-msgstr "Аккаунт не найден"
-
-#: ../../mod/admin.php:573
-#, php-format
-msgid "User '%s' deleted"
-msgstr "Пользователь '%s' удален"
-
-#: ../../mod/admin.php:582
-#, php-format
-msgid "User '%s' unblocked"
-msgstr "Пользователь '%s' разрешен"
-
-#: ../../mod/admin.php:582
-#, php-format
-msgid "User '%s' blocked"
-msgstr "Пользователь '%s' заблокирован"
-
-#: ../../mod/admin.php:613
-msgid "Normal Account"
-msgstr "Нормальный аккаунт"
-
-#: ../../mod/admin.php:614
-msgid "Soapbox Account"
-msgstr "Soapbox аккаунт"
-
-#: ../../mod/admin.php:615
-msgid "Community/Celebrity Account"
-msgstr "Community/Celebrity аккаунт"
-
-#: ../../mod/admin.php:616
-msgid "Automatic Friend Account"
-msgstr "Аккаунт \"автоматически друзья\""
-
-#: ../../mod/admin.php:634
-msgid "select all"
-msgstr "выбрать все"
-
-#: ../../mod/admin.php:635
-msgid "User registrations waiting for confirm"
-msgstr "Регистрации пользователей ждут подтверждения"
-
-#: ../../mod/admin.php:636
-msgid "Request date"
-msgstr "Дата запроса"
-
-#: ../../mod/admin.php:637
-msgid "No registrations."
-msgstr "Новых регистраций пока нет."
-
-#: ../../mod/admin.php:638 ../../mod/intro.php:11 ../../mod/intro.php:98
+#: ../../mod/intro.php:11 ../../mod/intro.php:98 ../../mod/admin.php:638
#: ../../mod/notifications.php:159 ../../mod/notifications.php:206
msgid "Approve"
msgstr "Утвердить"
-#: ../../mod/admin.php:639
-msgid "Deny"
-msgstr "Запретить"
-
-#: ../../mod/admin.php:641 ../../mod/intro.php:14 ../../mod/intro.php:99
-#: ../../mod/connections.php:308 ../../mod/connections.php:449
+#: ../../mod/intro.php:14 ../../mod/intro.php:99 ../../mod/connections.php:318
+#: ../../mod/connections.php:459 ../../mod/admin.php:641
msgid "Block"
msgstr "Заблокировать"
-#: ../../mod/admin.php:642 ../../mod/connections.php:308
-#: ../../mod/connections.php:449
-msgid "Unblock"
-msgstr "Разрешить"
-
-#: ../../mod/admin.php:645
-msgid "Register date"
-msgstr "Дата регистрации"
-
-#: ../../mod/admin.php:645
-msgid "Last login"
-msgstr "Последний вход"
-
-#: ../../mod/admin.php:645
-msgid "Service Class"
-msgstr "Класс службы"
-
-#: ../../mod/admin.php:647
-msgid ""
-"Selected users will be deleted!\\n\\nEverything these users had posted on "
-"this site will be permanently deleted!\\n\\nAre you sure?"
-msgstr ""
-
-#: ../../mod/admin.php:648
-msgid ""
-"The user {0} will be deleted!\\n\\nEverything this user has posted on this "
-"site will be permanently deleted!\\n\\nAre you sure?"
-msgstr ""
-
-#: ../../mod/admin.php:689
-#, php-format
-msgid "Plugin %s disabled."
-msgstr "Плагин %s отключен."
-
-#: ../../mod/admin.php:693
-#, php-format
-msgid "Plugin %s enabled."
-msgstr "Плагин %s включен."
-
-#: ../../mod/admin.php:703 ../../mod/admin.php:901
-msgid "Disable"
-msgstr "Запретить"
-
-#: ../../mod/admin.php:705 ../../mod/admin.php:903
-msgid "Enable"
-msgstr "Разрешить"
-
-#: ../../mod/admin.php:727 ../../mod/admin.php:932
-msgid "Toggle"
-msgstr "Переключить"
-
-#: ../../mod/admin.php:735 ../../mod/admin.php:942
-msgid "Author: "
-msgstr "Автор: "
-
-#: ../../mod/admin.php:736 ../../mod/admin.php:943
-msgid "Maintainer: "
-msgstr "Обслуживающий: "
-
-#: ../../mod/admin.php:865
-msgid "No themes found."
-msgstr "Темы не найдены."
-
-#: ../../mod/admin.php:924
-msgid "Screenshot"
-msgstr "Скриншот"
-
-#: ../../mod/admin.php:972
-msgid "[Experimental]"
-msgstr "[экспериментальный]"
-
-#: ../../mod/admin.php:973
-msgid "[Unsupported]"
-msgstr "[неподдерживаемый]"
-
-#: ../../mod/admin.php:1000
-msgid "Log settings updated."
-msgstr "Настройки журнала обновленны."
-
-#: ../../mod/admin.php:1056
-msgid "Clear"
-msgstr "Очистить"
-
-#: ../../mod/admin.php:1062
-msgid "Debugging"
-msgstr "Включить/Выключить"
-
-#: ../../mod/admin.php:1063
-msgid "Log file"
-msgstr "Файл журнала"
-
-#: ../../mod/admin.php:1063
-msgid ""
-"Must be writable by web server. Relative to your Red top-level directory."
-msgstr "Должна быть доступна для записи веб-сервером. Относительно верхнего уровня веб-сайта."
-
-#: ../../mod/admin.php:1064
-msgid "Log level"
-msgstr "Уровень журнала"
-
#: ../../mod/intro.php:17 ../../mod/intro.php:100
-#: ../../mod/connections.php:315 ../../mod/connections.php:450
+#: ../../mod/connections.php:325 ../../mod/connections.php:460
#: ../../mod/notifications.php:51 ../../mod/notifications.php:162
#: ../../mod/notifications.php:208
msgid "Ignore"
msgstr "Игнорировать"
-#: ../../mod/intro.php:29 ../../mod/connections.php:117
+#: ../../mod/intro.php:29 ../../mod/connections.php:119
msgid "Connection updated."
msgstr "Канал обновлен."
@@ -4738,7 +4511,7 @@ msgstr "Введений в ожидании нет."
msgid "System error. Please try again later."
msgstr "Системная ошибка. Пожалуйста, повторите попытку позже."
-#: ../../mod/intro.php:95 ../../mod/connections.php:455
+#: ../../mod/intro.php:95 ../../mod/connections.php:465
#: ../../mod/notifications.php:155 ../../mod/notifications.php:202
msgid "Hide this contact from others"
msgstr "Скрыть этот канал от других"
@@ -4766,365 +4539,370 @@ msgstr ""
msgid "Could not locate selected profile."
msgstr ""
-#: ../../mod/connections.php:119
+#: ../../mod/connections.php:121
msgid "Failed to update connection record."
msgstr ""
-#: ../../mod/connections.php:186
+#: ../../mod/connections.php:196
msgid "Could not access address book record."
msgstr ""
-#: ../../mod/connections.php:200
+#: ../../mod/connections.php:210
msgid "Refresh failed - channel is currently unavailable."
msgstr ""
-#: ../../mod/connections.php:207
+#: ../../mod/connections.php:217
msgid "Channel has been unblocked"
msgstr "Канал разблокирован"
-#: ../../mod/connections.php:208
+#: ../../mod/connections.php:218
msgid "Channel has been blocked"
msgstr "Канал заблокирован"
-#: ../../mod/connections.php:212 ../../mod/connections.php:224
-#: ../../mod/connections.php:236 ../../mod/connections.php:248
-#: ../../mod/connections.php:263
+#: ../../mod/connections.php:222 ../../mod/connections.php:234
+#: ../../mod/connections.php:246 ../../mod/connections.php:258
+#: ../../mod/connections.php:273
msgid "Unable to set address book parameters."
msgstr ""
-#: ../../mod/connections.php:219
+#: ../../mod/connections.php:229
msgid "Channel has been unignored"
msgstr "Канал не проигнорирован"
-#: ../../mod/connections.php:220
+#: ../../mod/connections.php:230
msgid "Channel has been ignored"
msgstr "Канал проигнорирован"
-#: ../../mod/connections.php:231
+#: ../../mod/connections.php:241
msgid "Channel has been unarchived"
msgstr "Канал разархивирован"
-#: ../../mod/connections.php:232
+#: ../../mod/connections.php:242
msgid "Channel has been archived"
msgstr "Канал заархивирован"
-#: ../../mod/connections.php:243
+#: ../../mod/connections.php:253
msgid "Channel has been unhidden"
msgstr "Канал открыт"
-#: ../../mod/connections.php:244
+#: ../../mod/connections.php:254
msgid "Channel has been hidden"
msgstr "Канал скрыт"
-#: ../../mod/connections.php:258
+#: ../../mod/connections.php:268
msgid "Channel has been approved"
msgstr "Канал одобрен"
-#: ../../mod/connections.php:259
+#: ../../mod/connections.php:269
msgid "Channel has been unapproved"
msgstr "Канал не одобрен"
-#: ../../mod/connections.php:277
+#: ../../mod/connections.php:287
msgid "Contact has been removed."
msgstr "Канал удален."
-#: ../../mod/connections.php:297
+#: ../../mod/connections.php:307
#, php-format
msgid "View %s's profile"
msgstr "Просмотр %s's профиля"
-#: ../../mod/connections.php:301
+#: ../../mod/connections.php:311
msgid "Refresh Permissions"
msgstr "Обновить разрешения"
-#: ../../mod/connections.php:304
+#: ../../mod/connections.php:314
msgid "Fetch updated permissions"
msgstr ""
-#: ../../mod/connections.php:311
+#: ../../mod/connections.php:318 ../../mod/connections.php:459
+#: ../../mod/admin.php:642
+msgid "Unblock"
+msgstr "Разрешить"
+
+#: ../../mod/connections.php:321
msgid "Block or Unblock this connection"
msgstr "Запретить или разрешить этот канал"
-#: ../../mod/connections.php:315 ../../mod/connections.php:450
+#: ../../mod/connections.php:325 ../../mod/connections.php:460
msgid "Unignore"
msgstr "Не игнорировать"
-#: ../../mod/connections.php:318
+#: ../../mod/connections.php:328
msgid "Ignore or Unignore this connection"
msgstr "Игнорировать или не игнорировать этот канал"
-#: ../../mod/connections.php:321
+#: ../../mod/connections.php:331
msgid "Unarchive"
msgstr "Разархивировать"
-#: ../../mod/connections.php:321
+#: ../../mod/connections.php:331
msgid "Archive"
msgstr "Заархивировать"
-#: ../../mod/connections.php:324
+#: ../../mod/connections.php:334
msgid "Archive or Unarchive this connection"
msgstr " Заархивировать или разархивировать этот канал"
-#: ../../mod/connections.php:327
+#: ../../mod/connections.php:337
msgid "Unhide"
msgstr "Показать"
-#: ../../mod/connections.php:327
+#: ../../mod/connections.php:337
msgid "Hide"
msgstr "Скрыть"
-#: ../../mod/connections.php:330
+#: ../../mod/connections.php:340
msgid "Hide or Unhide this connection"
msgstr "Скрыть или показывать этот канал"
-#: ../../mod/connections.php:337
+#: ../../mod/connections.php:347
msgid "Delete this connection"
-msgstr "Удалить этот канал"
+msgstr "Удалить этот контакт"
-#: ../../mod/connections.php:370
+#: ../../mod/connections.php:380
msgid "Unknown"
msgstr "Неизвестный"
-#: ../../mod/connections.php:380 ../../mod/connections.php:408
+#: ../../mod/connections.php:390 ../../mod/connections.php:418
msgid "Approve this connection"
-msgstr "Утвердить этот канал"
+msgstr "Утвердить этот контакт"
-#: ../../mod/connections.php:380
+#: ../../mod/connections.php:390
msgid "Accept connection to allow communication"
msgstr ""
-#: ../../mod/connections.php:396
+#: ../../mod/connections.php:406
msgid "Automatic Permissions Settings"
msgstr "Настройки автоматических разрешений"
-#: ../../mod/connections.php:396
+#: ../../mod/connections.php:406
#, php-format
msgid "Connections: settings for %s"
msgstr ""
-#: ../../mod/connections.php:400
+#: ../../mod/connections.php:410
msgid ""
"When receiving a channel introduction, any permissions provided here will be"
" applied to the new connection automatically and the introduction approved. "
"Leave this page if you do not wish to use this feature."
msgstr ""
-#: ../../mod/connections.php:402
+#: ../../mod/connections.php:412
msgid "Slide to adjust your degree of friendship"
msgstr ""
-#: ../../mod/connections.php:409
+#: ../../mod/connections.php:419
msgid "Connection has no individual permissions!"
msgstr ""
-#: ../../mod/connections.php:410
+#: ../../mod/connections.php:420
msgid ""
"This may be appropriate based on your <a href=\"settings\">privacy "
"settings</a>, though you may wish to review the \"Advanced Permissions\"."
msgstr ""
-#: ../../mod/connections.php:412
+#: ../../mod/connections.php:422
msgid "Profile Visibility"
msgstr "Видимость профиля"
-#: ../../mod/connections.php:413
+#: ../../mod/connections.php:423
#, php-format
msgid ""
"Please choose the profile you would like to display to %s when viewing your "
"profile securely."
msgstr ""
-#: ../../mod/connections.php:414
+#: ../../mod/connections.php:424
msgid "Contact Information / Notes"
msgstr "Информация / Примечания о канале"
-#: ../../mod/connections.php:415
+#: ../../mod/connections.php:425
msgid "Edit contact notes"
msgstr "Редактировать примечания канала"
-#: ../../mod/connections.php:417
+#: ../../mod/connections.php:427
msgid "Their Settings"
msgstr "Их настройки"
-#: ../../mod/connections.php:418
+#: ../../mod/connections.php:428
msgid "My Settings"
msgstr "Мои настройки"
-#: ../../mod/connections.php:420
+#: ../../mod/connections.php:430
msgid "Forum Members"
msgstr "Участники форума"
-#: ../../mod/connections.php:421
+#: ../../mod/connections.php:431
msgid "Soapbox"
msgstr "Soapbox"
-#: ../../mod/connections.php:422
+#: ../../mod/connections.php:432
msgid "Full Sharing"
msgstr "Полный обмен"
-#: ../../mod/connections.php:423
+#: ../../mod/connections.php:433
msgid "Cautious Sharing"
msgstr ""
-#: ../../mod/connections.php:424
+#: ../../mod/connections.php:434
msgid "Follow Only"
msgstr "Только следовать"
-#: ../../mod/connections.php:425
+#: ../../mod/connections.php:435
msgid "Individual Permissions"
msgstr "Индивидуальные разрешения"
-#: ../../mod/connections.php:426
+#: ../../mod/connections.php:436
msgid ""
"Individual permissions are only enabled for <a href=\"settings\">privacy "
"settings</a> which are set to \"Only those you specifically allow\". "
"Otherwise they are controlled by your privacy settings."
msgstr ""
-#: ../../mod/connections.php:427
+#: ../../mod/connections.php:437
msgid "Advanced Permissions"
msgstr "Дополнительные разрешения"
-#: ../../mod/connections.php:428
+#: ../../mod/connections.php:438
msgid "Quick Links"
msgstr "Быстрые ссылки"
-#: ../../mod/connections.php:432
+#: ../../mod/connections.php:442
#, php-format
msgid "Visit %s's profile - %s"
msgstr "Посетить %s's ​​профиль - %s"
-#: ../../mod/connections.php:433
+#: ../../mod/connections.php:443
msgid "Block/Unblock contact"
-msgstr "Запретить/разрешить канал"
+msgstr "Запретить/разрешить контакт"
-#: ../../mod/connections.php:434
+#: ../../mod/connections.php:444
msgid "Ignore contact"
-msgstr "Игнорировать канал"
+msgstr "Игнорировать контакт"
-#: ../../mod/connections.php:435
+#: ../../mod/connections.php:445
msgid "Repair URL settings"
msgstr "Ремонт настройки URL"
-#: ../../mod/connections.php:436
+#: ../../mod/connections.php:446
msgid "View conversations"
msgstr "Просмотр разговоров"
-#: ../../mod/connections.php:438
+#: ../../mod/connections.php:448
msgid "Delete contact"
-msgstr "Удалить канал"
+msgstr "Удалить контакт"
-#: ../../mod/connections.php:441
+#: ../../mod/connections.php:451
msgid "Last update:"
msgstr "Последнее обновление:"
-#: ../../mod/connections.php:443
+#: ../../mod/connections.php:453
msgid "Update public posts"
msgstr "Обновить публичные сообщения"
-#: ../../mod/connections.php:445
+#: ../../mod/connections.php:455
msgid "Update now"
msgstr "Обновить сейчас"
-#: ../../mod/connections.php:451
+#: ../../mod/connections.php:461
msgid "Currently blocked"
msgstr "В настоящее время заблокирован"
-#: ../../mod/connections.php:452
+#: ../../mod/connections.php:462
msgid "Currently ignored"
msgstr "В настоящее время игнорируются"
-#: ../../mod/connections.php:453
+#: ../../mod/connections.php:463
msgid "Currently archived"
msgstr "В настоящее время зархивированны"
-#: ../../mod/connections.php:454
+#: ../../mod/connections.php:464
msgid "Currently pending"
msgstr "В настоящее время в ожидании"
-#: ../../mod/connections.php:455
+#: ../../mod/connections.php:465
msgid ""
"Replies/likes to your public posts <strong>may</strong> still be visible"
msgstr ""
-#: ../../mod/connections.php:491 ../../mod/connections.php:563
+#: ../../mod/connections.php:501 ../../mod/connections.php:573
msgid "Blocked"
msgstr "Заблокированные"
-#: ../../mod/connections.php:496 ../../mod/connections.php:570
+#: ../../mod/connections.php:506 ../../mod/connections.php:580
msgid "Ignored"
msgstr "Игнорируемые"
-#: ../../mod/connections.php:501 ../../mod/connections.php:584
+#: ../../mod/connections.php:511 ../../mod/connections.php:594
msgid "Hidden"
msgstr "Скрытые"
-#: ../../mod/connections.php:506 ../../mod/connections.php:577
+#: ../../mod/connections.php:516 ../../mod/connections.php:587
msgid "Archived"
msgstr "Зархивированные"
-#: ../../mod/connections.php:517
+#: ../../mod/connections.php:527
msgid "All"
msgstr "Все"
-#: ../../mod/connections.php:538
+#: ../../mod/connections.php:548
msgid "Suggestions"
msgstr "Рекомендации"
-#: ../../mod/connections.php:541
+#: ../../mod/connections.php:551
msgid "Suggest new connections"
-msgstr "Предлагать новые каналы"
+msgstr "Предлагать новые контакты"
-#: ../../mod/connections.php:547
+#: ../../mod/connections.php:557
msgid "Show pending (new) connections"
-msgstr "Просмотр (новых) ждущих каналов"
+msgstr "Просмотр (новых) ждущих контактов"
-#: ../../mod/connections.php:550
+#: ../../mod/connections.php:560
msgid "All Connections"
-msgstr "Все каналы"
+msgstr "Все контакты"
-#: ../../mod/connections.php:553
+#: ../../mod/connections.php:563
msgid "Show all connections"
-msgstr "Просмотр всех каналов"
+msgstr "Просмотр всех контактов"
-#: ../../mod/connections.php:556
+#: ../../mod/connections.php:566
msgid "Unblocked"
msgstr "Разрешенные"
-#: ../../mod/connections.php:559
+#: ../../mod/connections.php:569
msgid "Only show unblocked connections"
-msgstr "Показать только разрешенные каналы"
+msgstr "Показать только разрешенные контакты"
-#: ../../mod/connections.php:566
+#: ../../mod/connections.php:576
msgid "Only show blocked connections"
-msgstr "Показать только заблокированные каналы"
+msgstr "Показать только заблокированные контакты"
-#: ../../mod/connections.php:573
+#: ../../mod/connections.php:583
msgid "Only show ignored connections"
-msgstr "Показать только проигнорированные каналы"
+msgstr "Показать только проигнорированные контакты"
-#: ../../mod/connections.php:580
+#: ../../mod/connections.php:590
msgid "Only show archived connections"
-msgstr "Показать только архивированные каналы"
+msgstr "Показать только архивированные контакты"
-#: ../../mod/connections.php:587
+#: ../../mod/connections.php:597
msgid "Only show hidden connections"
-msgstr "Показать только скрытые каналы"
+msgstr "Показать только скрытые контакты"
-#: ../../mod/connections.php:629
+#: ../../mod/connections.php:639
#, php-format
msgid "%1$s [%2$s]"
msgstr "%1$s [%2$s]"
-#: ../../mod/connections.php:630 ../../mod/nogroup.php:41
+#: ../../mod/connections.php:640 ../../mod/nogroup.php:41
msgid "Edit contact"
-msgstr "Редактировать канал"
+msgstr "Редактировать контакт"
-#: ../../mod/connections.php:654
+#: ../../mod/connections.php:664
msgid "Search your connections"
-msgstr "Поиск каналов"
+msgstr "Поиск ваших связей"
-#: ../../mod/connections.php:655
+#: ../../mod/connections.php:665
msgid "Finding: "
msgstr "Поиск:"
@@ -5140,17 +4918,6 @@ msgstr ""
msgid "Visible to:"
msgstr "Кому видно:"
-#: ../../mod/post.php:114
-msgid ""
-"Remote authentication blocked. You are logged into this site locally. Please"
-" logout and retry."
-msgstr ""
-
-#: ../../mod/post.php:127
-#, php-format
-msgid "Welcome %s. Remote authentication successful."
-msgstr ""
-
#: ../../mod/profiles.php:18 ../../mod/profiles.php:138
#: ../../mod/profiles.php:179 ../../mod/profiles.php:486
msgid "Profile not found."
@@ -5250,7 +5017,7 @@ msgstr "Изменить фотографию профиля"
#: ../../mod/profiles.php:532
msgid "Create a new profile using these settings"
-msgstr ""
+msgstr "Создайте новый профиль со следующими настройками"
#: ../../mod/profiles.php:533
msgid "Clone this profile"
@@ -5347,11 +5114,11 @@ msgstr "Хобби / интересы"
#: ../../mod/profiles.php:561
msgid "Contact information and Social Networks"
-msgstr "Информация и социальные сети канала"
+msgstr "Информация и социальные сети контакта"
#: ../../mod/profiles.php:562
msgid "My other channels"
-msgstr "Мои другие каналы"
+msgstr "Мои другие контакты"
#: ../../mod/profiles.php:563
msgid "Musical interests"
@@ -5391,29 +5158,29 @@ msgstr ""
msgid "Edit/Manage Profiles"
msgstr "Редактирование / Управление профилей"
-#: ../../mod/profiles.php:624 ../../boot.php:1640
+#: ../../mod/profiles.php:624 ../../boot.php:1710
msgid "Change profile photo"
msgstr "Изменить фотографию профиля"
-#: ../../mod/profiles.php:625 ../../boot.php:1647
+#: ../../mod/profiles.php:625 ../../boot.php:1717
msgid "Create New Profile"
msgstr "Создать новый профиль"
-#: ../../mod/profiles.php:636 ../../boot.php:1661
+#: ../../mod/profiles.php:636 ../../boot.php:1731
msgid "Profile Image"
msgstr "Изображение профиля"
-#: ../../mod/profiles.php:639 ../../boot.php:1664
+#: ../../mod/profiles.php:639 ../../boot.php:1734
msgid "visible to everybody"
msgstr "видно всем"
-#: ../../mod/profiles.php:640 ../../boot.php:1665
+#: ../../mod/profiles.php:640 ../../boot.php:1735
msgid "Edit visibility"
msgstr "Редактировать видимость"
#: ../../mod/new_channel.php:107
msgid "Add a Channel"
-msgstr "Добавить канал"
+msgstr "Добавить контакт"
#: ../../mod/new_channel.php:108
msgid ""
@@ -5445,9 +5212,494 @@ msgstr ""
msgid "Or <a href=\"import\">import an existing channel</a> from another location"
msgstr ""
-#: ../../mod/new_channel.php:117
-msgid "Create"
-msgstr "Создать"
+#: ../../mod/admin.php:48
+msgid "Theme settings updated."
+msgstr "Настройки темы обновленны."
+
+#: ../../mod/admin.php:83 ../../mod/admin.php:408
+msgid "Site"
+msgstr "Сайт"
+
+#: ../../mod/admin.php:84 ../../mod/admin.php:632 ../../mod/admin.php:644
+msgid "Users"
+msgstr "Пользователи"
+
+#: ../../mod/admin.php:85 ../../mod/admin.php:726 ../../mod/admin.php:768
+msgid "Plugins"
+msgstr "Плагины"
+
+#: ../../mod/admin.php:86 ../../mod/admin.php:931 ../../mod/admin.php:967
+msgid "Themes"
+msgstr "Темы"
+
+#: ../../mod/admin.php:87
+msgid "DB updates"
+msgstr "Обновления базы данных"
+
+#: ../../mod/admin.php:101 ../../mod/admin.php:108 ../../mod/admin.php:1054
+msgid "Logs"
+msgstr "Журналы"
+
+#: ../../mod/admin.php:107
+msgid "Plugin Features"
+msgstr "Функции плагинов"
+
+#: ../../mod/admin.php:109
+msgid "User registrations waiting for confirmation"
+msgstr "Регистрации пользователей, которые ждут подтверждения"
+
+#: ../../mod/admin.php:180
+msgid "Message queues"
+msgstr "Очередь недоставленных сообщений"
+
+#: ../../mod/admin.php:185 ../../mod/admin.php:407 ../../mod/admin.php:631
+#: ../../mod/admin.php:725 ../../mod/admin.php:767 ../../mod/admin.php:930
+#: ../../mod/admin.php:966 ../../mod/admin.php:1053
+msgid "Administration"
+msgstr "Администрация"
+
+#: ../../mod/admin.php:186
+msgid "Summary"
+msgstr "Резюме"
+
+#: ../../mod/admin.php:188
+msgid "Registered users"
+msgstr "Всего пользователeй"
+
+#: ../../mod/admin.php:190
+msgid "Pending registrations"
+msgstr "Ждут утверждения"
+
+#: ../../mod/admin.php:191
+msgid "Version"
+msgstr "Версия системы"
+
+#: ../../mod/admin.php:193
+msgid "Active plugins"
+msgstr "Активные плагины"
+
+#: ../../mod/admin.php:332
+msgid "Site settings updated."
+msgstr "Настройки сайта обновлены."
+
+#: ../../mod/admin.php:363
+msgid "No special theme for accessibility"
+msgstr ""
+
+#: ../../mod/admin.php:388
+msgid "Closed"
+msgstr "Регистрация закрыта"
+
+#: ../../mod/admin.php:389
+msgid "Requires approval"
+msgstr "Регистрация требует подтверждения"
+
+#: ../../mod/admin.php:390
+msgid "Open"
+msgstr "Регистрация открыта"
+
+#: ../../mod/admin.php:395
+msgid "Private"
+msgstr "Личный доступ"
+
+#: ../../mod/admin.php:396
+msgid "Paid Access"
+msgstr "Платный доступ"
+
+#: ../../mod/admin.php:397
+msgid "Free Access"
+msgstr "Свободный доступ"
+
+#: ../../mod/admin.php:410 ../../mod/register.php:172
+msgid "Registration"
+msgstr "Регистрация"
+
+#: ../../mod/admin.php:411
+msgid "File upload"
+msgstr "Загрузка файла"
+
+#: ../../mod/admin.php:412
+msgid "Policies"
+msgstr "Правила"
+
+#: ../../mod/admin.php:413
+msgid "Advanced"
+msgstr "Дополнительно"
+
+#: ../../mod/admin.php:417
+msgid "Site name"
+msgstr "Название сайта"
+
+#: ../../mod/admin.php:418
+msgid "Banner/Logo"
+msgstr "Баннер / логотип"
+
+#: ../../mod/admin.php:419
+msgid "System language"
+msgstr "Язык системы"
+
+#: ../../mod/admin.php:420
+msgid "System theme"
+msgstr "Тема системы"
+
+#: ../../mod/admin.php:420
+msgid ""
+"Default system theme - may be over-ridden by user profiles - <a href='#' "
+"id='cnftheme'>change theme settings</a>"
+msgstr ""
+
+#: ../../mod/admin.php:421
+msgid "Mobile system theme"
+msgstr "Мобильная тема системы"
+
+#: ../../mod/admin.php:421
+msgid "Theme for mobile devices"
+msgstr "Тема для мобильных устройств"
+
+#: ../../mod/admin.php:422
+msgid "Accessibility system theme"
+msgstr ""
+
+#: ../../mod/admin.php:422
+msgid "Accessibility theme"
+msgstr ""
+
+#: ../../mod/admin.php:423
+msgid "Channel to use for this website's static pages"
+msgstr ""
+
+#: ../../mod/admin.php:423
+msgid "Site Channel"
+msgstr "Канал сайта"
+
+#: ../../mod/admin.php:425
+msgid "Maximum image size"
+msgstr "Максимальный размер"
+
+#: ../../mod/admin.php:425
+msgid ""
+"Maximum size in bytes of uploaded images. Default is 0, which means no "
+"limits."
+msgstr ""
+
+#: ../../mod/admin.php:426
+msgid "Register policy"
+msgstr "Статус регистрации"
+
+#: ../../mod/admin.php:427
+msgid "Access policy"
+msgstr "Правила доступа"
+
+#: ../../mod/admin.php:428
+msgid "Register text"
+msgstr "Текст регистрации"
+
+#: ../../mod/admin.php:428
+msgid "Will be displayed prominently on the registration page."
+msgstr ""
+
+#: ../../mod/admin.php:429
+msgid "Accounts abandoned after x days"
+msgstr ""
+
+#: ../../mod/admin.php:429
+msgid ""
+"Will not waste system resources polling external sites for abandonded "
+"accounts. Enter 0 for no time limit."
+msgstr ""
+
+#: ../../mod/admin.php:430
+msgid "Allowed friend domains"
+msgstr ""
+
+#: ../../mod/admin.php:430
+msgid ""
+"Comma separated list of domains which are allowed to establish friendships "
+"with this site. Wildcards are accepted. Empty to allow any domains"
+msgstr ""
+
+#: ../../mod/admin.php:431
+msgid "Allowed email domains"
+msgstr ""
+
+#: ../../mod/admin.php:431
+msgid ""
+"Comma separated list of domains which are allowed in email addresses for "
+"registrations to this site. Wildcards are accepted. Empty to allow any "
+"domains"
+msgstr ""
+
+#: ../../mod/admin.php:432
+msgid "Block public"
+msgstr "Блокировать публичный доступ"
+
+#: ../../mod/admin.php:432
+msgid ""
+"Check to block public access to all otherwise public personal pages on this "
+"site unless you are currently logged in."
+msgstr ""
+
+#: ../../mod/admin.php:433
+msgid "Force publish"
+msgstr "Заставить публиковать"
+
+#: ../../mod/admin.php:433
+msgid ""
+"Check to force all profiles on this site to be listed in the site directory."
+msgstr ""
+
+#: ../../mod/admin.php:435
+msgid "Proxy user"
+msgstr "Proxy пользователь"
+
+#: ../../mod/admin.php:436
+msgid "Proxy URL"
+msgstr "Proxy URL"
+
+#: ../../mod/admin.php:437
+msgid "Network timeout"
+msgstr "Время ожидания сети"
+
+#: ../../mod/admin.php:437
+msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
+msgstr ""
+
+#: ../../mod/admin.php:438
+msgid "Delivery interval"
+msgstr "Интервал доставки"
+
+#: ../../mod/admin.php:438
+msgid ""
+"Delay background delivery processes by this many seconds to reduce system "
+"load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 "
+"for large dedicated servers."
+msgstr ""
+
+#: ../../mod/admin.php:439
+msgid "Poll interval"
+msgstr "Интервал опроса"
+
+#: ../../mod/admin.php:439
+msgid ""
+"Delay background polling processes by this many seconds to reduce system "
+"load. If 0, use delivery interval."
+msgstr ""
+
+#: ../../mod/admin.php:440
+msgid "Maximum Load Average"
+msgstr ""
+
+#: ../../mod/admin.php:440
+msgid ""
+"Maximum system load before delivery and poll processes are deferred - "
+"default 50."
+msgstr ""
+
+#: ../../mod/admin.php:456
+msgid "Update has been marked successful"
+msgstr ""
+
+#: ../../mod/admin.php:466
+#, php-format
+msgid "Executing %s failed. Check system logs."
+msgstr ""
+
+#: ../../mod/admin.php:469
+#, php-format
+msgid "Update %s was successfully applied."
+msgstr ""
+
+#: ../../mod/admin.php:473
+#, php-format
+msgid "Update %s did not return a status. Unknown if it succeeded."
+msgstr ""
+
+#: ../../mod/admin.php:476
+#, php-format
+msgid "Update function %s could not be found."
+msgstr ""
+
+#: ../../mod/admin.php:491
+msgid "No failed updates."
+msgstr "Ошибок обновлений нет."
+
+#: ../../mod/admin.php:495
+msgid "Failed Updates"
+msgstr "Обновления с ошибками"
+
+#: ../../mod/admin.php:497
+msgid "Mark success (if update was manually applied)"
+msgstr ""
+
+#: ../../mod/admin.php:498
+msgid "Attempt to execute this update step automatically"
+msgstr ""
+
+#: ../../mod/admin.php:524
+#, php-format
+msgid "%s user blocked/unblocked"
+msgid_plural "%s users blocked/unblocked"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#: ../../mod/admin.php:531
+#, php-format
+msgid "%s user deleted"
+msgid_plural "%s users deleted"
+msgstr[0] "%s канал удален"
+msgstr[1] "%s канала удалены"
+msgstr[2] "%s каналов удалено"
+
+#: ../../mod/admin.php:562
+msgid "Account not found"
+msgstr "Аккаунт не найден"
+
+#: ../../mod/admin.php:573
+#, php-format
+msgid "User '%s' deleted"
+msgstr "Пользователь '%s' удален"
+
+#: ../../mod/admin.php:582
+#, php-format
+msgid "User '%s' unblocked"
+msgstr "Пользователь '%s' разрешен"
+
+#: ../../mod/admin.php:582
+#, php-format
+msgid "User '%s' blocked"
+msgstr "Пользователь '%s' заблокирован"
+
+#: ../../mod/admin.php:613
+msgid "Normal Account"
+msgstr "Нормальный аккаунт"
+
+#: ../../mod/admin.php:614
+msgid "Soapbox Account"
+msgstr "Soapbox аккаунт"
+
+#: ../../mod/admin.php:615
+msgid "Community/Celebrity Account"
+msgstr "Community/Celebrity аккаунт"
+
+#: ../../mod/admin.php:616
+msgid "Automatic Friend Account"
+msgstr "Аккаунт \"автоматически друзья\""
+
+#: ../../mod/admin.php:634
+msgid "select all"
+msgstr "выбрать все"
+
+#: ../../mod/admin.php:635
+msgid "User registrations waiting for confirm"
+msgstr "Регистрации пользователей ждут подтверждения"
+
+#: ../../mod/admin.php:636
+msgid "Request date"
+msgstr "Дата запроса"
+
+#: ../../mod/admin.php:637
+msgid "No registrations."
+msgstr "Новых регистраций пока нет."
+
+#: ../../mod/admin.php:639
+msgid "Deny"
+msgstr "Запретить"
+
+#: ../../mod/admin.php:645
+msgid "Register date"
+msgstr "Дата регистрации"
+
+#: ../../mod/admin.php:645
+msgid "Last login"
+msgstr "Последний вход"
+
+#: ../../mod/admin.php:645
+msgid "Service Class"
+msgstr "Класс службы"
+
+#: ../../mod/admin.php:647
+msgid ""
+"Selected users will be deleted!\\n\\nEverything these users had posted on "
+"this site will be permanently deleted!\\n\\nAre you sure?"
+msgstr ""
+
+#: ../../mod/admin.php:648
+msgid ""
+"The user {0} will be deleted!\\n\\nEverything this user has posted on this "
+"site will be permanently deleted!\\n\\nAre you sure?"
+msgstr ""
+
+#: ../../mod/admin.php:689
+#, php-format
+msgid "Plugin %s disabled."
+msgstr "Плагин %s отключен."
+
+#: ../../mod/admin.php:693
+#, php-format
+msgid "Plugin %s enabled."
+msgstr "Плагин %s включен."
+
+#: ../../mod/admin.php:703 ../../mod/admin.php:901
+msgid "Disable"
+msgstr "Запретить"
+
+#: ../../mod/admin.php:705 ../../mod/admin.php:903
+msgid "Enable"
+msgstr "Разрешить"
+
+#: ../../mod/admin.php:727 ../../mod/admin.php:932
+msgid "Toggle"
+msgstr "Переключить"
+
+#: ../../mod/admin.php:735 ../../mod/admin.php:942
+msgid "Author: "
+msgstr "Автор: "
+
+#: ../../mod/admin.php:736 ../../mod/admin.php:943
+msgid "Maintainer: "
+msgstr "Обслуживающий: "
+
+#: ../../mod/admin.php:865
+msgid "No themes found."
+msgstr "Темы не найдены."
+
+#: ../../mod/admin.php:924
+msgid "Screenshot"
+msgstr "Скриншот"
+
+#: ../../mod/admin.php:972
+msgid "[Experimental]"
+msgstr "[экспериментальный]"
+
+#: ../../mod/admin.php:973
+msgid "[Unsupported]"
+msgstr "[неподдерживаемый]"
+
+#: ../../mod/admin.php:1000
+msgid "Log settings updated."
+msgstr "Настройки журнала обновленны."
+
+#: ../../mod/admin.php:1056
+msgid "Clear"
+msgstr "Очистить"
+
+#: ../../mod/admin.php:1062
+msgid "Debugging"
+msgstr "Включить/Выключить"
+
+#: ../../mod/admin.php:1063
+msgid "Log file"
+msgstr "Файл журнала"
+
+#: ../../mod/admin.php:1063
+msgid ""
+"Must be writable by web server. Relative to your Red top-level directory."
+msgstr "Должна быть доступна для записи веб-сервером. Относительно верхнего уровня веб-сайта."
+
+#: ../../mod/admin.php:1064
+msgid "Log level"
+msgstr "Уровень журнала"
#: ../../mod/lostpass.php:15
msgid "No valid account found."
@@ -5473,7 +5725,7 @@ msgid ""
"Password reset failed."
msgstr ""
-#: ../../mod/lostpass.php:85 ../../boot.php:1372
+#: ../../mod/lostpass.php:85 ../../boot.php:1439
msgid "Password Reset"
msgstr "Сбросить пароль"
@@ -5547,19 +5799,19 @@ msgstr ""
msgid "Cloned channel not found. Import failed."
msgstr ""
-#: ../../mod/import.php:327
+#: ../../mod/import.php:356
msgid "Import completed."
msgstr "Импорт завершен."
-#: ../../mod/import.php:340
+#: ../../mod/import.php:369
msgid "You must be logged in to use this feature."
msgstr "Вы должны войти в систему, чтобы использовать эту функцию."
-#: ../../mod/import.php:345
+#: ../../mod/import.php:374
msgid "Import Channel"
msgstr "Импорт канала"
-#: ../../mod/import.php:346
+#: ../../mod/import.php:375
msgid ""
"Use this form to import an existing channel from a different server/hub. You"
" may retrieve the channel identity from the old server/hub via the network "
@@ -5567,27 +5819,27 @@ msgid ""
"be imported. Importation of content is not yet available."
msgstr ""
-#: ../../mod/import.php:347
+#: ../../mod/import.php:376
msgid "File to Upload"
msgstr "Файл для загрузки"
-#: ../../mod/import.php:348
+#: ../../mod/import.php:377
msgid "Or provide the old server/hub details"
msgstr ""
-#: ../../mod/import.php:349
+#: ../../mod/import.php:378
msgid "Your old identity address (xyz@example.com)"
msgstr ""
-#: ../../mod/import.php:350
+#: ../../mod/import.php:379
msgid "Your old login email address"
-msgstr ""
+msgstr "Ваш старый адрес электронной почты"
-#: ../../mod/import.php:351
+#: ../../mod/import.php:380
msgid "Your old login password"
-msgstr ""
+msgstr "Ваш старый пароль"
-#: ../../mod/import.php:352
+#: ../../mod/import.php:381
msgid ""
"For either option, please choose whether to make this hub your new primary "
"address, or whether your old location should continue this role. You will be"
@@ -5595,34 +5847,47 @@ msgid ""
"primary location for files, photos, and media."
msgstr ""
-#: ../../mod/import.php:353
+#: ../../mod/import.php:382
msgid "Make this hub my primary location"
msgstr ""
-#: ../../mod/manage.php:59
+#: ../../mod/manage.php:62
+#, php-format
+msgid "You have created %1$.0f of %2$.0f allowed channels."
+msgstr ""
+
+#: ../../mod/manage.php:70
msgid "Create a new channel"
msgstr "Создать новый канал"
-#: ../../mod/manage.php:64
+#: ../../mod/manage.php:75
msgid "Channel Manager"
msgstr "Настройки канала"
-#: ../../mod/manage.php:65
+#: ../../mod/manage.php:76
msgid "Current Channel"
msgstr "Текущий канал"
-#: ../../mod/manage.php:67
+#: ../../mod/manage.php:78
msgid "Attach to one of your channels by selecting it."
msgstr ""
-#: ../../mod/manage.php:68
+#: ../../mod/manage.php:79
msgid "Default Channel"
msgstr "Канал по умолчанию"
-#: ../../mod/manage.php:69
+#: ../../mod/manage.php:80
msgid "Make Default"
msgstr "Сделать стандартным"
+#: ../../mod/vote.php:97
+msgid "Total votes"
+msgstr ""
+
+#: ../../mod/vote.php:98
+msgid "Average Rating"
+msgstr ""
+
#: ../../mod/match.php:12
msgid "Profile Match"
msgstr ""
@@ -5641,16 +5906,16 @@ msgstr ""
#: ../../mod/crepair.php:104
msgid "Contact update failed."
-msgstr "Ошибка обновления канала."
+msgstr "Ошибка обновления контакта."
#: ../../mod/crepair.php:129 ../../mod/fsuggest.php:20
#: ../../mod/fsuggest.php:92
msgid "Contact not found."
-msgstr "Канал не найден."
+msgstr "Контакт не найден."
#: ../../mod/crepair.php:135
msgid "Repair Contact Settings"
-msgstr "Починить настройки канала"
+msgstr "Починить настройки контакта"
#: ../../mod/crepair.php:137
msgid ""
@@ -5666,7 +5931,7 @@ msgstr ""
#: ../../mod/crepair.php:144
msgid "Return to contact editor"
-msgstr "Вернуться к редактору канала"
+msgstr "Вернуться к редактору контакта"
#: ../../mod/crepair.php:149
msgid "Account Nickname"
@@ -5704,9 +5969,37 @@ msgstr "Новое фото из этого URL"
msgid "invalid target signature"
msgstr ""
-#: ../../mod/follow.php:24
+#: ../../mod/follow.php:25
msgid "Channel added."
-msgstr "Канал добавлен."
+msgstr "Контакт добавлен."
+
+#: ../../mod/editlayout.php:37 ../../mod/editwebpage.php:31
+#: ../../mod/editpost.php:20 ../../mod/editblock.php:37
+msgid "Item not found"
+msgstr "Элемент не найден"
+
+#: ../../mod/editlayout.php:69
+msgid "Edit Layout"
+msgstr ""
+
+#: ../../mod/editlayout.php:105 ../../mod/editwebpage.php:124
+#: ../../mod/editpost.php:98 ../../mod/editblock.php:119
+msgid "Insert YouTube video"
+msgstr "Вставить YouTube видео"
+
+#: ../../mod/editlayout.php:106 ../../mod/editwebpage.php:125
+#: ../../mod/editpost.php:99 ../../mod/editblock.php:120
+msgid "Insert Vorbis [.ogg] video"
+msgstr "Вставить Vorbis [.ogg] видео"
+
+#: ../../mod/editlayout.php:107 ../../mod/editwebpage.php:126
+#: ../../mod/editpost.php:100 ../../mod/editblock.php:121
+msgid "Insert Vorbis [.ogg] audio"
+msgstr "Вставить Vorbis [.ogg] музыку"
+
+#: ../../mod/editlayout.php:138
+msgid "Delete Layout"
+msgstr ""
#: ../../mod/nogroup.php:58
msgid "Contacts who are not members of a group"
@@ -5788,25 +6081,13 @@ msgstr "Загрузка изображениея прошла безуспеш
msgid "Image size reduction [%s] failed."
msgstr ""
-#: ../../mod/editwebpage.php:36 ../../mod/editpost.php:18
-msgid "Item not found"
-msgstr "Элемент не найден"
-
-#: ../../mod/editwebpage.php:69 ../../mod/editpost.php:38
-msgid "Edit post"
-msgstr "Редактировать сообщение"
-
-#: ../../mod/editwebpage.php:107 ../../mod/editpost.php:80
-msgid "Insert YouTube video"
-msgstr "Вставить YouTube видео"
-
-#: ../../mod/editwebpage.php:108 ../../mod/editpost.php:81
-msgid "Insert Vorbis [.ogg] video"
-msgstr "Вставить Vorbis [.ogg] видео"
+#: ../../mod/editwebpage.php:88
+msgid "Edit Webpage"
+msgstr ""
-#: ../../mod/editwebpage.php:109 ../../mod/editpost.php:82
-msgid "Insert Vorbis [.ogg] audio"
-msgstr "Вставить Vorbis [.ogg] музыку"
+#: ../../mod/editwebpage.php:159
+msgid "Delete Webpage"
+msgstr ""
#: ../../mod/notifications.php:26
msgid "Invalid request identifier."
@@ -5946,10 +6227,14 @@ msgstr "Домашние оповещения"
msgid "Post successful."
msgstr "Публикация прошла успешно."
-#: ../../mod/editpost.php:29
+#: ../../mod/editpost.php:31
msgid "Item is not editable"
msgstr "Элемент нельзя редактировать"
+#: ../../mod/editpost.php:40
+msgid "Edit post"
+msgstr "Редактировать сообщение"
+
#: ../../mod/profile.php:111
msgid "Access to this profile has been restricted."
msgstr "Доступ к этому профилю ограничен."
@@ -5974,6 +6259,10 @@ msgstr ""
msgid "Make this post private"
msgstr "Сделать это сообщение личным"
+#: ../../mod/wall_upload.php:41 ../../mod/item.php:1077
+msgid "Wall Photos"
+msgstr "Стена фотографий"
+
#: ../../mod/community.php:23
msgid "Not available."
msgstr "Недоступно."
@@ -6003,6 +6292,14 @@ msgstr "Пригласить друзей"
msgid "Suggest a friend for %s"
msgstr ""
+#: ../../mod/editblock.php:83
+msgid "Edit Block"
+msgstr ""
+
+#: ../../mod/editblock.php:154
+msgid "Delete Block"
+msgstr ""
+
#: ../../mod/profperm.php:34 ../../mod/profperm.php:64
msgid "Invalid profile identifier."
msgstr ""
@@ -6021,7 +6318,33 @@ msgstr "Видно"
#: ../../mod/profperm.php:139
msgid "All Contacts (with secure profile access)"
-msgstr "Все каналы (с доступом защищенному профилю)"
+msgstr "Все контакты (с доступом защищенному профилю)"
+
+#: ../../mod/item.php:133
+msgid "Unable to locate original post."
+msgstr "Не удалось найти оригинал."
+
+#: ../../mod/item.php:301
+msgid "Empty post discarded."
+msgstr "Отказаться от пустой почты."
+
+#: ../../mod/item.php:345
+msgid "Executable content type not permitted to this channel."
+msgstr ""
+
+#: ../../mod/item.php:792
+msgid "System error. Post not saved."
+msgstr "Системная ошибка. Сообщение не сохранено."
+
+#: ../../mod/item.php:1153
+#, php-format
+msgid "You have reached your limit of %1$.0f top level posts."
+msgstr ""
+
+#: ../../mod/item.php:1159
+#, php-format
+msgid "You have reached your limit of %1$.0f webpages."
+msgstr ""
#: ../../mod/siteinfo.php:51
#, php-format
@@ -6076,6 +6399,22 @@ msgstr ""
msgid "Ignore/Hide"
msgstr "Игнорировать / Скрыть"
+#: ../../mod/pubsites.php:22
+msgid "Public Sites"
+msgstr ""
+
+#: ../../mod/pubsites.php:28
+msgid "Site URL"
+msgstr ""
+
+#: ../../mod/pubsites.php:28
+msgid "Access Type"
+msgstr ""
+
+#: ../../mod/pubsites.php:28
+msgid "Registration Policy"
+msgstr ""
+
#: ../../mod/register.php:35
msgid "Maximum daily site registrations exceeded. Please try again tomorrow."
msgstr ""
@@ -6085,57 +6424,61 @@ msgid ""
"Please indicate acceptance of the Terms of Service. Registration failed."
msgstr ""
-#: ../../mod/register.php:91
+#: ../../mod/register.php:69
+msgid "Passwords do not match."
+msgstr ""
+
+#: ../../mod/register.php:97
msgid ""
"Registration successful. Please check your email for validation "
"instructions."
msgstr ""
-#: ../../mod/register.php:97
+#: ../../mod/register.php:103
msgid "Your registration is pending approval by the site owner."
msgstr ""
-#: ../../mod/register.php:100
+#: ../../mod/register.php:106
msgid "Your registration can not be processed."
msgstr ""
-#: ../../mod/register.php:135
+#: ../../mod/register.php:141
msgid ""
"This site has exceeded the number of allowed daily account registrations. "
"Please try again tomorrow."
msgstr ""
-#: ../../mod/register.php:146
+#: ../../mod/register.php:152
msgid "Terms of Service"
msgstr ""
-#: ../../mod/register.php:152
+#: ../../mod/register.php:158
#, php-format
msgid "I accept the %s for this website"
msgstr ""
-#: ../../mod/register.php:154
+#: ../../mod/register.php:160
#, php-format
msgid "I am over 13 years of age and accept the %s for this website"
msgstr ""
-#: ../../mod/register.php:169
+#: ../../mod/register.php:175
msgid "Membership on this site is by invitation only."
msgstr ""
-#: ../../mod/register.php:170
+#: ../../mod/register.php:176
msgid "Please enter your invitation code"
msgstr ""
-#: ../../mod/register.php:173
+#: ../../mod/register.php:179
msgid "Your email address"
msgstr "Ваш адрес электронной почты"
-#: ../../mod/register.php:174
+#: ../../mod/register.php:180
msgid "Choose a password"
msgstr "Выберите пароль"
-#: ../../mod/register.php:175
+#: ../../mod/register.php:181
msgid "Please re-enter your password"
msgstr ""
@@ -6143,6 +6486,17 @@ msgstr ""
msgid "Please login."
msgstr "Войдите пожалуйста."
+#: ../../mod/post.php:114
+msgid ""
+"Remote authentication blocked. You are logged into this site locally. Please"
+" logout and retry."
+msgstr ""
+
+#: ../../mod/post.php:127
+#, php-format
+msgid "Welcome %s. Remote authentication successful."
+msgstr ""
+
#: ../../mod/removeme.php:45 ../../mod/removeme.php:48
msgid "Remove My Account"
msgstr "Удалить мой аккаунт"
@@ -6157,11 +6511,27 @@ msgstr ""
msgid "Please enter your password for verification:"
msgstr ""
-#: ../../mod/mood.php:131
+#: ../../mod/filestorage.php:22
+msgid "Permission Denied."
+msgstr ""
+
+#: ../../mod/filestorage.php:59
+msgid "Download"
+msgstr ""
+
+#: ../../mod/filestorage.php:64
+msgid "Used: "
+msgstr ""
+
+#: ../../mod/filestorage.php:66
+msgid "Limit: "
+msgstr ""
+
+#: ../../mod/mood.php:133
msgid "Mood"
msgstr ""
-#: ../../mod/mood.php:132
+#: ../../mod/mood.php:134
msgid "Set your current mood and tell your friends"
msgstr ""
@@ -6175,7 +6545,7 @@ msgstr "Настройки темы"
#: ../../view/theme/redbasic/php/config.php:157
#: ../../view/theme/redstrap/php/config.php:134
msgid "Set font-size for posts and comments"
-msgstr ""
+msgstr "Установить размер шрифта для сообщений и комментариев"
#: ../../view/theme/redbasic/php/config.php:140
#: ../../view/theme/redbasic/php/config.php:158
@@ -6227,104 +6597,104 @@ msgstr "Угловой радиус"
msgid "0-99 default: 5"
msgstr "0-99 по умолчанию: 5"
-#: ../../boot.php:1196
+#: ../../boot.php:1242
#, php-format
msgid "Update %s failed. See error logs."
msgstr ""
-#: ../../boot.php:1199
+#: ../../boot.php:1245
#, php-format
msgid "Update Error at %s"
msgstr "Ошибка обновления на %s"
-#: ../../boot.php:1336
+#: ../../boot.php:1403
msgid "Create a New Account"
msgstr "Создать новый аккаунт"
-#: ../../boot.php:1365
+#: ../../boot.php:1432
msgid "Password"
msgstr "Пароль"
-#: ../../boot.php:1366
+#: ../../boot.php:1433
msgid "Remember me"
msgstr "Запомнить"
-#: ../../boot.php:1371
+#: ../../boot.php:1438
msgid "Forgot your password?"
msgstr "Забыли пароль или логин?"
-#: ../../boot.php:1490
+#: ../../boot.php:1557
msgid "Requested channel is not available."
msgstr "Запрашиваемый канал не доступен."
-#: ../../boot.php:1502
+#: ../../boot.php:1569
msgid " Sorry, you don't have the permission to view this profile. "
msgstr ""
-#: ../../boot.php:1646
+#: ../../boot.php:1716
msgid "Profiles"
msgstr "Профили"
-#: ../../boot.php:1646
+#: ../../boot.php:1716
msgid "Manage/edit profiles"
msgstr "Управление / Редактирование профилей"
-#: ../../boot.php:1650
+#: ../../boot.php:1720
msgid "Edit Profile"
msgstr "Редактировать профиль"
-#: ../../boot.php:1728 ../../boot.php:1808
+#: ../../boot.php:1809 ../../boot.php:1889
msgid "F d"
msgstr "F d"
-#: ../../boot.php:1785
+#: ../../boot.php:1866
msgid "Birthday Reminders"
msgstr "Напоминания о Днях Рождения"
-#: ../../boot.php:1786
+#: ../../boot.php:1867
msgid "Birthdays this week:"
msgstr "Дни Рождения на этой неделе:"
-#: ../../boot.php:1841
+#: ../../boot.php:1922
msgid "[No description]"
msgstr "[без описания]"
-#: ../../boot.php:1859
+#: ../../boot.php:1940
msgid "Event Reminders"
msgstr "Напоминания мероприятий"
-#: ../../boot.php:1860
+#: ../../boot.php:1941
msgid "Events this week:"
msgstr "Мероприятия на этой неделе:"
-#: ../../boot.php:2083
+#: ../../boot.php:2175
msgid "Channel"
msgstr "Канал"
-#: ../../boot.php:2086
+#: ../../boot.php:2178
msgid "Status Messages and Posts"
msgstr ""
-#: ../../boot.php:2090
+#: ../../boot.php:2182
msgid "About"
msgstr "О себе"
-#: ../../boot.php:2093
+#: ../../boot.php:2185
msgid "Profile Details"
msgstr "Сведения о профиле"
-#: ../../boot.php:2111
+#: ../../boot.php:2203
msgid "Events and Calendar"
msgstr "Мероприятия и календарь"
-#: ../../boot.php:2116
+#: ../../boot.php:2208
msgid "Webpages"
msgstr "Веб-страницы"
-#: ../../boot.php:2119
+#: ../../boot.php:2211
msgid "Manage Webpages"
-msgstr ""
+msgstr "Управление веб-страниц"
-#: ../../boot.php:2346
+#: ../../boot.php:2493
msgid "toggle mobile"
msgstr "мобильное подключение"
diff --git a/view/ru/strings.php b/view/ru/strings.php
index 6ad205af8..9404d0c55 100644
--- a/view/ru/strings.php
+++ b/view/ru/strings.php
@@ -28,9 +28,9 @@ $a->strings["%1\$s commented on [zrl=%2\$s]your %3\$s[/zrl]"] = "%1\$s прок
$a->strings["[Red:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Red:Уведомление] Комментарий к разговору #%1\$d по %2\$s";
$a->strings["%s commented on an item/conversation you have been following."] = "";
$a->strings["Please visit %s to view and/or reply to the conversation."] = "Пожалуйста, посетите %s для просмотра и/или ответа разговора.";
-$a->strings["[Red:Notify] %s posted to your profile wall"] = "";
-$a->strings["%1\$s posted to your profile wall at %2\$s"] = "";
-$a->strings["%1\$s posted to [zrl=%2\$s]your wall[/zrl]"] = "";
+$a->strings["[Red:Notify] %s posted to your profile wall"] = "[Red:Уведомление] %s добавил сообщениe на стену вашего профиля";
+$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$s добавил сообщениe на стену вашего профиля в %2\$s";
+$a->strings["%1\$s posted to [zrl=%2\$s]your wall[/zrl]"] = "%1\$s добавил сообщениe на [zrl=%2\$s]стену вашего профиля[/zrl]";
$a->strings["[Red:Notify] %s tagged you"] = "[Red:Уведомление] %s добавил у вас тег";
$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s добавил у вас тег в %2\$s";
$a->strings["%1\$s [zrl=%2\$s]tagged you[/zrl]."] = "%1\$s [zrl=%2\$s]добавил у вас тег[/zrl].";
@@ -51,7 +51,8 @@ $a->strings["You've received [zrl=%1\$s]a friend suggestion[/zrl] for %2\$s from
$a->strings["Name:"] = "Имя:";
$a->strings["Photo:"] = "Фото:";
$a->strings["Please visit %s to approve or reject the suggestion."] = "";
-$a->strings["Connect"] = "Добавить";
+$a->strings["Default"] = "";
+$a->strings["Connect"] = "Подключить";
$a->strings["New window"] = "Новое окно";
$a->strings["Open the selected location in a different window or browser tab"] = "";
$a->strings["Poke"] = "Подпихнуть";
@@ -59,7 +60,7 @@ $a->strings["View Status"] = "Просмотр состояния";
$a->strings["View Profile"] = "Просмотр профиля";
$a->strings["View Photos"] = "Просмотр фотографий";
$a->strings["Network Posts"] = "Сообщения сети";
-$a->strings["Edit Contact"] = "Редактировать канал";
+$a->strings["Edit Contact"] = "Редактировать контакт";
$a->strings["Send PM"] = "Отправить личное сообщение";
$a->strings["Unknown | Not categorised"] = "Неизвестные | Без категории";
$a->strings["Block immediately"] = "Немедленно заблокировать";
@@ -83,32 +84,6 @@ $a->strings["Zot!"] = "Zot!";
$a->strings["LinkedIn"] = "LinkedIn";
$a->strings["XMPP/IM"] = "XMPP/IM";
$a->strings["MySpace"] = "MySpace";
-$a->strings["Add New Connection"] = "Добавить новый канал";
-$a->strings["Enter the channel address"] = "Введите адрес вашего канала";
-$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Пример: bob@example.com, http://example.com/barbara";
-$a->strings["%d invitation available"] = array(
- 0 => "",
- 1 => "",
- 2 => "",
-);
-$a->strings["Find Channels"] = "Поиск каналов";
-$a->strings["Enter name or interest"] = "Впишите имя или интерес";
-$a->strings["Connect/Follow"] = "Добавить/следовать";
-$a->strings["Examples: Robert Morgenstein, Fishing"] = "Примеры: Владимир Ильич, Революционер";
-$a->strings["Find"] = "Поиск";
-$a->strings["Channel Suggestions"] = "Рекомендации каналов";
-$a->strings["Similar Interests"] = "Похожие интересы";
-$a->strings["Random Profile"] = "Случайные";
-$a->strings["Invite Friends"] = "Пригласить друзей";
-$a->strings["Saved Folders"] = "Запомненные папки";
-$a->strings["Everything"] = "Все";
-$a->strings["Categories"] = "Категории";
-$a->strings["%d connection in common"] = array(
- 0 => "%d совместный канал",
- 1 => "%d совместных канала",
- 2 => "%d совместных каналов",
-);
-$a->strings["show more"] = "показать все";
$a->strings["Miscellaneous"] = "Прочее";
$a->strings["year"] = "год";
$a->strings["month"] = "месяц";
@@ -133,45 +108,46 @@ $a->strings["Starts:"] = "Начало:";
$a->strings["Finishes:"] = "\t\nКонец:";
$a->strings["Location:"] = "Откуда:";
$a->strings["General Features"] = "Главные функции";
-$a->strings["Content Expiration"] = "";
-$a->strings["Remove old posts/comments after a period of time"] = "";
$a->strings["Multiple Profiles"] = "Несколько профилей";
-$a->strings["Ability to create multiple profiles"] = "";
+$a->strings["Ability to create multiple profiles"] = "Возможность создания нескольких профилей";
$a->strings["Web Pages"] = "Веб-страницы";
$a->strings["Provide managed web pages on your channel"] = "";
$a->strings["Enhanced Photo Albums"] = "Расширенные фотоальбомы";
-$a->strings["Enable photo album with enhanced features"] = "";
-$a->strings["Extended Identity Sharing"] = "";
+$a->strings["Enable photo album with enhanced features"] = "Включить фотоальбом с расширенными функциями";
+$a->strings["Extended Identity Sharing"] = "Расширенный обмен идентичности";
$a->strings[" "] = " ";
$a->strings["Expert Mode"] = "Экспертный режим";
$a->strings["Enable Expert Mode to provide advanced configuration options"] = "";
+$a->strings["Premium Channel"] = "";
+$a->strings["Allows you to set restrictions and terms on those that connect with your channel"] = "";
$a->strings["Post Composition Features"] = "";
$a->strings["Richtext Editor"] = "Редактор RichText";
$a->strings["Enable richtext editor"] = "Включить редактор RichText";
$a->strings["Post Preview"] = "Предварительный просмотр сообщения";
-$a->strings["Allow previewing posts and comments before publishing them"] = "";
+$a->strings["Allow previewing posts and comments before publishing them"] = "Разрешить предварительный просмотр сообщений и комментариев перед их публикацией";
$a->strings["Network and Stream Filtering"] = "Фильтрация сети и потока";
$a->strings["Search by Date"] = "Поиск по дате";
-$a->strings["Ability to select posts by date ranges"] = "";
+$a->strings["Ability to select posts by date ranges"] = "Возможность выбора сообщений по датам";
$a->strings["Collections Filter"] = "Фильтр коллекций";
$a->strings["Enable widget to display Network posts only from selected collections"] = "";
$a->strings["Saved Searches"] = "Запомненные поиски";
-$a->strings["Save search terms for re-use"] = "";
+$a->strings["Save search terms for re-use"] = "Сохранять результаты поиска для повторного использования";
$a->strings["Network Personal Tab"] = "";
$a->strings["Enable tab to display only Network posts that you've interacted on"] = "";
$a->strings["Network New Tab"] = "";
$a->strings["Enable tab to display all new Network activity"] = "";
$a->strings["Affinity Tool"] = "";
$a->strings["Filter stream activity by depth of relationships"] = "";
-$a->strings["Post/Comment Tools"] = "";
+$a->strings["Post/Comment Tools"] = "Инструменты сообщений/комментарий ";
$a->strings["Multiple Deletion"] = "Множественное удаление";
-$a->strings["Select and delete multiple posts/comments at once"] = "";
+$a->strings["Select and delete multiple posts/comments at once"] = "Выбор и удаление нескольких сообщений/комментариев сразу";
$a->strings["Edit Sent Posts"] = "Редактировать отправленные сообщения";
-$a->strings["Edit and correct posts and comments after sending"] = "";
+$a->strings["Edit and correct posts and comments after sending"] = "Редактировать и исправлять сообщения и комментарии после отправки";
$a->strings["Tagging"] = "Пометка";
$a->strings["Ability to tag existing posts"] = "";
$a->strings["Post Categories"] = "Категории сообщения";
-$a->strings["Add categories to your posts"] = "";
+$a->strings["Add categories to your posts"] = "Добавить категории для ваших сообщений";
+$a->strings["Saved Folders"] = "Запомненные папки";
$a->strings["Ability to file posts under folders"] = "";
$a->strings["Dislike Posts"] = "Сообщение не нравится";
$a->strings["Ability to dislike posts/comments"] = "";
@@ -186,10 +162,11 @@ $a->strings["edit"] = "редактировать";
$a->strings["Collections"] = "Коллекции";
$a->strings["Edit collection"] = "Редактировать коллекцию";
$a->strings["Create a new collection"] = "Создать новую коллекцию";
-$a->strings["Channels not in any collection"] = "Каналы не в какой коллекции";
+$a->strings["Channels not in any collection"] = "Контакты не в какой коллекции";
$a->strings["add"] = "добавить";
$a->strings["Delete this item?"] = "Удалить этот элемент?";
$a->strings["Comment"] = "Комментарий";
+$a->strings["show more"] = "показать все";
$a->strings["show fewer"] = "показать меньше";
$a->strings["Password too short"] = "Пароль слишком короткий";
$a->strings["Passwords do not match"] = "Пароли не совпадают";
@@ -197,7 +174,7 @@ $a->strings["everybody"] = "все";
$a->strings["timeago.prefixAgo"] = "timeago.prefixAgo";
$a->strings["timeago.suffixAgo"] = "timeago.suffixAgo";
$a->strings["ago"] = "тому назад";
-$a->strings["from now"] = "";
+$a->strings["from now"] = "с этого времени";
$a->strings["less than a minute"] = "менее чем одну минуту назад";
$a->strings["about a minute"] = "около минуты";
$a->strings["%d minutes"] = "%d мин.";
@@ -212,7 +189,7 @@ $a->strings["%d years"] = "%d лет";
$a->strings["timeago.numbers"] = "timeago.numbers";
$a->strings["No recipient provided."] = "";
$a->strings["[no subject]"] = "[без темы]";
-$a->strings["Unable to determine sender."] = "";
+$a->strings["Unable to determine sender."] = "Невозможно определить отправителя.";
$a->strings["Stored post could not be verified."] = "";
$a->strings["view full size"] = "посмотреть в полный размер";
$a->strings["Profile Photos"] = "Фотографии профиля";
@@ -235,7 +212,7 @@ $a->strings["About:"] = "О себе:";
$a->strings["Hobbies/Interests:"] = "Хобби / интересы:";
$a->strings["Likes:"] = "Что вам нравится:";
$a->strings["Dislikes:"] = "Что вам не нравится:";
-$a->strings["Contact information and Social Networks:"] = "Информация и социальные сети канала:";
+$a->strings["Contact information and Social Networks:"] = "Информация и социальные сети контакта:";
$a->strings["Musical interests:"] = "Музыкальные интересы:";
$a->strings["Books, literature:"] = "Книги, литература:";
$a->strings["Television:"] = "Телевидение:";
@@ -243,10 +220,6 @@ $a->strings["Film/dance/culture/entertainment:"] = "Кино / танцы / ку
$a->strings["Love/Romance:"] = "Любовь / Романс:";
$a->strings["Work/employment:"] = "Работа / Занятость:";
$a->strings["School/education:"] = "Школа / образование:";
-$a->strings["Welcome "] = "Добро пожаловать";
-$a->strings["Please upload a profile photo."] = "Загрузите пожалуйста фотографию профиля.";
-$a->strings["Welcome back "] = "Добро пожаловать";
-$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "";
$a->strings["Logout"] = "Выход";
$a->strings["End this session"] = "Закончить эту сессию";
$a->strings["Home"] = "Мой канал";
@@ -275,22 +248,22 @@ $a->strings["Matrix"] = "Матрица";
$a->strings["Conversations from your grid"] = "";
$a->strings["See all matrix notifications"] = "Просмотреть все оповещения матрицы";
$a->strings["Mark all matrix notifications seen"] = "Пометить все оповещения матрицы как прочитанное";
-$a->strings["See all channel notifications"] = "Просмотреть все оповещения канала";
+$a->strings["See all channel notifications"] = "Просмотреть все уведомления канала";
$a->strings["Mark all channel notifications seen"] = "Пометить все оповещения канала как прочитанное";
-$a->strings["Intros"] = "Каналы";
-$a->strings["New Connections"] = "Новые каналы";
+$a->strings["Intros"] = "Контакты";
+$a->strings["New Connections"] = "Новые контакты";
$a->strings["See all channel introductions"] = "Просмотреть все введения канала";
$a->strings["Notices"] = "Оповещения";
$a->strings["Notifications"] = "Оповещения";
$a->strings["See all notifications"] = "Просмотреть все оповещения";
$a->strings["Mark all system notifications seen"] = "Пометить все оповещения как прочитанное";
-$a->strings["Mail"] = "Сообщения";
-$a->strings["Private mail"] = "Ваши личные сообщения";
+$a->strings["Mail"] = "Переписка";
+$a->strings["Private mail"] = "Ваша личная переписка";
$a->strings["See all private messages"] = "Просмотреть все личные сообщения";
$a->strings["Mark all private messages seen"] = "Пометить все личные сообщения как прочитанное";
$a->strings["Inbox"] = "Входящие";
$a->strings["Outbox"] = "Исходящие";
-$a->strings["New Message"] = "Новое сообщение";
+$a->strings["New Message"] = "Новое личное сообщение";
$a->strings["Events"] = "Мероприятия";
$a->strings["Event Calendar"] = "Календарь мероприятий";
$a->strings["See all events"] = "Показать все мероприятия";
@@ -299,14 +272,22 @@ $a->strings["Channel Select"] = "Выбор канала";
$a->strings["Manage Your Channels"] = "Управление каналов";
$a->strings["Settings"] = "Настройки";
$a->strings["Account/Channel Settings"] = "Настройки аккаунта/канала";
-$a->strings["Connections"] = "Связи";
-$a->strings["Manage/Edit Friends and Connections"] = "";
+$a->strings["Connections"] = "Контакты";
+$a->strings["Manage/Edit Friends and Connections"] = "Управление/Редактирование друзей и связей";
$a->strings["Admin"] = "Администрация";
$a->strings["Site Setup and Configuration"] = "Установка и конфигурация сайта";
$a->strings["Nothing new here"] = "Ничего нового здесь";
$a->strings["Please wait..."] = "Подождите пожалуйста ...";
+$a->strings["Unable to obtain identity information from database"] = "Невозможно получить идентификационную информацию из базы данных";
+$a->strings["Empty name"] = "Пустое имя";
+$a->strings["Name too long"] = "Слишком длинное имя";
+$a->strings["No account identifier"] = "идентификатор аккаунта отсутствует";
+$a->strings["Nickname has unsupported characters or is already being used on this site."] = "Псевдоним имеет недопустимые символы или уже используется на этом сайте.";
+$a->strings["Unable to retrieve created identity"] = "";
+$a->strings["Default Profile"] = "Профиль по умолчанию";
+$a->strings["Friends"] = "Друзья";
$a->strings["created a new post"] = "создал новое сообщение";
-$a->strings["commented on %s's post"] = "";
+$a->strings["commented on %s's post"] = "прокомментировал %s's сообщение";
$a->strings["Embedded content"] = "";
$a->strings["Embedding disabled"] = "";
$a->strings["Permission denied."] = "Доступ запрещен.";
@@ -352,7 +333,6 @@ $a->strings["Infatuated"] = "Влюбленный";
$a->strings["Dating"] = "";
$a->strings["Unfaithful"] = "Неверный";
$a->strings["Sex Addict"] = "Секс наркоман";
-$a->strings["Friends"] = "Друзья";
$a->strings["Friends/Benefits"] = "";
$a->strings["Casual"] = "Случайный";
$a->strings["Engaged"] = "Помолвленный";
@@ -362,7 +342,7 @@ $a->strings["Partners"] = "Партнеры";
$a->strings["Cohabiting"] = "Сожительствующие";
$a->strings["Common law"] = "";
$a->strings["Happy"] = "Счастливый";
-$a->strings["Not looking"] = "";
+$a->strings["Not looking"] = "Не нуждаюсь";
$a->strings["Swinger"] = "";
$a->strings["Betrayed"] = "";
$a->strings["Separated"] = "";
@@ -374,6 +354,15 @@ $a->strings["Uncertain"] = "Неопределенный";
$a->strings["It's complicated"] = "Это сложно";
$a->strings["Don't care"] = "Не заботьтесь";
$a->strings["Ask me"] = "Спроси меня";
+$a->strings["Item was not found."] = "Элемент не найден.";
+$a->strings["No source file."] = "Нет исходного файла.";
+$a->strings["Cannot locate file to replace"] = "Не удается найти файл, чтобы заменить";
+$a->strings["Cannot locate file to revise/update"] = "Не удается найти файл для пересмотра / обновления";
+$a->strings["File exceeds size limit of %d"] = "Файл превышает предельный размер %d";
+$a->strings["You have reached your limit of %1$.0f Mbytes attachment storage."] = "";
+$a->strings["File upload failed. Possible system limit or action terminated."] = "Загрузка файла не удалась. Возможно система перегружена или попытка прекращена.";
+$a->strings["Stored file could not be verified. Upload failed."] = "";
+$a->strings["Path not available."] = "Путь недоступен.";
$a->strings["Not a valid email address"] = "Не действительный адрес электронной почты";
$a->strings["Your email domain is not among those allowed on this site"] = "Домен электронной почты не входит в число тех, которые разрешены на этом сайте";
$a->strings["Your email address is already registered at this site."] = "Ваш адрес электронной почты уже зарегистрирован на этом сайте.";
@@ -387,19 +376,11 @@ $a->strings["your registration password"] = "Ваш пароль регистр
$a->strings["Registration details for %s"] = "Регистрационные данные для %s";
$a->strings["Account approved."] = "Аккаунт утвержден.";
$a->strings["Registration revoked for %s"] = "Регистрация отозвана для %s";
-$a->strings["Unable to obtain identity information from database"] = "Невозможно получить идентификационную информацию из базы данных";
-$a->strings["Empty name"] = "Пустое имя";
-$a->strings["Name too long"] = "Слишком длинное имя";
-$a->strings["No account identifier"] = "идентификатор аккаунта отсутствует";
-$a->strings["Nickname has unsupported characters or is already being used on this site."] = "Псевдоним имеет недопустимые символы или уже используется на этом сайте.";
-$a->strings["Unable to retrieve created identity"] = "";
-$a->strings["Default Profile"] = "Профиль по умолчанию";
-$a->strings["Click here to upgrade."] = "Нажмите здесь, чтобы обновить.";
-$a->strings["This action exceeds the limits set by your subscription plan."] = "";
-$a->strings["This action is not available under your subscription plan."] = "";
-$a->strings["Invalid data packet"] = "";
-$a->strings["Unable to verify channel signature"] = "Невозможно проверить сигнатуру канала";
-$a->strings["Unable to verify site signature for %s"] = "";
+$a->strings["Image/photo"] = "Изображение / фото";
+$a->strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s написал следующее %2\$s %3\$s";
+$a->strings["post"] = "сообщение";
+$a->strings["$1 wrote:"] = "$1 писал:";
+$a->strings["Encrypted content"] = "Зашифрованное содержание";
$a->strings["prev"] = "предыдущий";
$a->strings["first"] = "первый";
$a->strings["last"] = "последний";
@@ -412,7 +393,7 @@ $a->strings["%d Connection"] = array(
1 => "%d канала",
2 => "%d каналов",
);
-$a->strings["View Connections"] = "Просмотр открытых каналов";
+$a->strings["View Connections"] = "Просмотр контактов";
$a->strings["Save"] = "Запомнить";
$a->strings["poke"] = "подпихнуть";
$a->strings["poked"] = "подпихнул";
@@ -426,26 +407,26 @@ $a->strings["finger"] = "";
$a->strings["fingered"] = "";
$a->strings["rebuff"] = "";
$a->strings["rebuffed"] = "";
-$a->strings["happy"] = "";
+$a->strings["happy"] = "счастливый";
$a->strings["sad"] = "";
$a->strings["mellow"] = "";
$a->strings["tired"] = "";
$a->strings["perky"] = "";
-$a->strings["angry"] = "";
+$a->strings["angry"] = "сердитый";
$a->strings["stupified"] = "";
$a->strings["puzzled"] = "";
$a->strings["interested"] = "";
-$a->strings["bitter"] = "";
+$a->strings["bitter"] = "озлобленный";
$a->strings["cheerful"] = "";
$a->strings["alive"] = "";
$a->strings["annoyed"] = "";
$a->strings["anxious"] = "";
-$a->strings["cranky"] = "";
-$a->strings["disturbed"] = "";
-$a->strings["frustrated"] = "";
-$a->strings["motivated"] = "";
-$a->strings["relaxed"] = "";
-$a->strings["surprised"] = "";
+$a->strings["cranky"] = "капризный";
+$a->strings["disturbed"] = "встревоженный";
+$a->strings["frustrated"] = "разочарованный";
+$a->strings["motivated"] = "мотивированный";
+$a->strings["relaxed"] = "расслабленный";
+$a->strings["surprised"] = "удивленный";
$a->strings["Monday"] = "Понедельник";
$a->strings["Tuesday"] = "Вторник";
$a->strings["Wednesday"] = "Среда";
@@ -473,16 +454,49 @@ $a->strings["Categories:"] = "Категории:";
$a->strings["Filed under:"] = "Хранить под:";
$a->strings["Click to open/close"] = "Нажмите, чтобы открыть/закрыть";
$a->strings["link to source"] = "ссылка на источник";
+$a->strings["Select a page layout: "] = "";
$a->strings["default"] = "по умолчанию";
+$a->strings["Page content type: "] = "";
$a->strings["Select an alternate language"] = "Выбор альтернативного языка";
$a->strings["photo"] = "фото";
$a->strings["event"] = "мероприятие";
$a->strings["status"] = "статус";
$a->strings["comment"] = "комментарий";
$a->strings["activity"] = "активность";
+$a->strings["Design"] = "";
+$a->strings["Blocks"] = "";
+$a->strings["Menus"] = "";
+$a->strings["Layouts"] = "";
+$a->strings["Pages"] = "";
+$a->strings["New Page"] = "";
$a->strings["Logged out."] = "Вышел из системы.";
$a->strings["Failed authentication"] = "Ошибка аутентификации";
$a->strings["Login failed."] = "Не удалось войти.";
+$a->strings["You have %1$.0f of %2$.0f allowed connections."] = "";
+$a->strings["Add New Connection"] = "Добавить новый контакт";
+$a->strings["Enter the channel address"] = "Введите адрес канала";
+$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Пример: bob@example.com, http://example.com/barbara";
+$a->strings["%d invitation available"] = array(
+ 0 => "имеется %d приглашение",
+ 1 => "имеются %d приглашения",
+ 2 => "имеется %d приглашений",
+);
+$a->strings["Find Channels"] = "Поиск контактов";
+$a->strings["Enter name or interest"] = "Впишите имя или интерес";
+$a->strings["Connect/Follow"] = "Подключить/следовать";
+$a->strings["Examples: Robert Morgenstein, Fishing"] = "Примеры: Владимир Ильич, Революционер";
+$a->strings["Find"] = "Поиск";
+$a->strings["Channel Suggestions"] = "Рекомендации каналов";
+$a->strings["Similar Interests"] = "Похожие интересы";
+$a->strings["Random Profile"] = "Случайные";
+$a->strings["Invite Friends"] = "Пригласить друзей";
+$a->strings["Everything"] = "Все";
+$a->strings["Categories"] = "Категории";
+$a->strings["%d connection in common"] = array(
+ 0 => "%d совместный контакт",
+ 1 => "%d совместных контакта",
+ 2 => "%d совместных контактов",
+);
$a->strings["Channel is blocked on this site."] = "Канал блокируется на этом сайте.";
$a->strings["Channel location missing."] = "Местоположение канала отсутствует.";
$a->strings["Channel discovery failed. Website may be down or misconfigured."] = "";
@@ -503,8 +517,8 @@ $a->strings["Can send me private mail messages"] = "Может отправля
$a->strings["Can post photos to my photo albums"] = "Может публиковать фотографии в мои фотоальбомы";
$a->strings["Can forward to all my channel contacts via post @mentions"] = "";
$a->strings["Advanced - useful for creating group forum channels"] = "";
-$a->strings["Can chat with me (when available)"] = "";
-$a->strings["Requires compatible chat plugin"] = "";
+$a->strings["Can chat with me (when available)"] = "Можете общаться со мной в чате (при наличии)";
+$a->strings["Requires compatible chat plugin"] = "Требуется совместимый чат-плагин";
$a->strings["Can write to my \"public\" file storage"] = "";
$a->strings["Can edit my \"public\" pages"] = "Может редактировать мои \"публичные\" страницы";
$a->strings["Can administer my channel resources"] = "Может администрировать мои ресурсы канала";
@@ -518,14 +532,9 @@ $a->strings["like"] = "мне нравиться";
$a->strings["likes"] = "мне нравиться";
$a->strings["dislike"] = "мне не-нравиться";
$a->strings["dislikes"] = "мне не-нравиться";
-$a->strings["Item was not found."] = "Элемент не найден.";
-$a->strings["No source file."] = "Нет исходного файла.";
-$a->strings["Cannot locate file to replace"] = "Не удается найти файл, чтобы заменить";
-$a->strings["Cannot locate file to revise/update"] = "Не удается найти файл для пересмотра / обновления";
-$a->strings["File exceeds size limit of %d"] = "Файл превышает предельный размер %d";
-$a->strings["File upload failed. Possible system limit or action terminated."] = "Загрузка файла не удалась. Возможно система перегружена или попытка прекращена.";
-$a->strings["Stored file could not be verified. Upload failed."] = "";
-$a->strings["Path not available."] = "Путь недоступен.";
+$a->strings["Click here to upgrade."] = "Нажмите здесь, чтобы обновить.";
+$a->strings["This action exceeds the limits set by your subscription plan."] = "";
+$a->strings["This action is not available under your subscription plan."] = "";
$a->strings["Private Message"] = "Личное сообщение";
$a->strings["Edit"] = "Редактировать";
$a->strings["Delete"] = "Удалить";
@@ -540,7 +549,7 @@ $a->strings["I like this (toggle)"] = "мне это нравится (пере
$a->strings["I don't like this (toggle)"] = "мне это не нравится (переключение)";
$a->strings["Share this"] = "Поделиться этим";
$a->strings["share"] = "поделиться";
-$a->strings["View %s's profile - %s"] = "";
+$a->strings["View %s's profile - %s"] = "Просмотр %s's профиля - %s";
$a->strings["to"] = "к";
$a->strings["Wall-to-Wall"] = "Стена-к-Стене";
$a->strings["via Wall-To-Wall:"] = "через Стена-к-Стене:";
@@ -615,15 +624,17 @@ $a->strings["Item not found."] = "Элемент не найден.";
$a->strings["Archives"] = "Архивы";
$a->strings["Collection not found."] = "Коллекция не найдена.";
$a->strings["Collection has no members."] = "В коллекции нет ни одного пользователя.";
-$a->strings["Connection not found."] = "Канал не найден.";
-$a->strings["Image/photo"] = "Изображение / фото";
-$a->strings["%1\$s wrote the following %2\$s %3\$s"] = "";
-$a->strings["post"] = "сообщение";
-$a->strings["$1 wrote:"] = "$1 писал:";
-$a->strings["Encrypted content"] = "Зашифрованное содержание";
+$a->strings["Connection not found."] = "Контакт не найден.";
+$a->strings["Welcome "] = "Добро пожаловать";
+$a->strings["Please upload a profile photo."] = "Загрузите пожалуйста фотографию профиля.";
+$a->strings["Welcome back "] = "Добро пожаловать";
+$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "";
+$a->strings["Invalid data packet"] = "";
+$a->strings["Unable to verify channel signature"] = "Невозможно проверить сигнатуру канала";
+$a->strings["Unable to verify site signature for %s"] = "";
$a->strings["No channel."] = "Не канал.";
-$a->strings["Common connections"] = "Общие каналы";
-$a->strings["No connections in common."] = "Общих каналов нет.";
+$a->strings["Common connections"] = "Общие контакты";
+$a->strings["No connections in common."] = "Общих контактов нет.";
$a->strings["Event title and start time are required."] = "Название события и время начала требуется.";
$a->strings["l, F j"] = "l, F j";
$a->strings["Edit event"] = "Редактировать мероприятие";
@@ -757,7 +768,7 @@ $a->strings["The database configuration file \".htconfig.php\" could not be writ
$a->strings["Errors encountered creating database tables."] = "";
$a->strings["<h1>What next</h1>"] = "<h1>Что дальше</h1>";
$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "";
-$a->strings["%1\$s is following %2\$s's %3\$s"] = "";
+$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s следит %2\$s's %3\$s";
$a->strings["[Embedded content - reload page to view]"] = "";
$a->strings["toggle full screen mode"] = "переключение полноэкранного режима";
$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "";
@@ -769,6 +780,7 @@ $a->strings["Display settings"] = "Настройки отображения";
$a->strings["Connected apps"] = "Подключенные приложения";
$a->strings["Export channel"] = "Экспорт канала";
$a->strings["Automatic Permissions (Advanced)"] = "Автоматические разрешения (дополнительно)";
+$a->strings["Premium Channel Settings"] = "";
$a->strings["Missing some important data!"] = "Отсутствуют некоторые важные данные!";
$a->strings["Update"] = "Обновление";
$a->strings["Passwords do not match. Password unchanged."] = "Пароли не совпадают. Пароль не изменён.";
@@ -827,7 +839,7 @@ $a->strings["Your channel address is"] = "Адрес вашего канала:"
$a->strings["Automatically expire posts after this many days:"] = "";
$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "";
$a->strings["Advanced expiration settings"] = "";
-$a->strings["Advanced Expiration"] = "";
+$a->strings["Advanced Expiration"] = "Дополнительное истечение срока давности";
$a->strings["Expire posts:"] = "";
$a->strings["Expire starred posts:"] = "";
$a->strings["Expire photos:"] = "";
@@ -866,13 +878,22 @@ $a->strings["You are poked/prodded/etc. in a post"] = "";
$a->strings["Advanced Account/Page Type Settings"] = "";
$a->strings["Change the behaviour of this account for special situations"] = "";
$a->strings["Public access denied."] = "Общественный доступ запрещен.";
-$a->strings["No connections."] = "Никаких каналов.";
-$a->strings["Visit %s's profile [%s]"] = "";
-$a->strings["View Connnections"] = "Просмотр каналов";
+$a->strings["No connections."] = "Никаких связей.";
+$a->strings["Visit %s's profile [%s]"] = "Посетить %s's ​​профиль [%s]";
+$a->strings["View Connnections"] = "Просмотр контактов";
$a->strings["Tag removed"] = "Тег удален";
$a->strings["Remove Item Tag"] = "Удалить Тег";
$a->strings["Select a tag to remove: "] = "Выбрать тег для удаления: ";
$a->strings["Remove"] = "Удалить";
+$a->strings["Continue"] = "";
+$a->strings["Premium Channel Setup"] = "";
+$a->strings["Enable premium channel connection restrictions"] = "";
+$a->strings["Please enter your restrictions or conditions, such as paypal receipt, usage guidelines, etc."] = "";
+$a->strings["This channel may require additional steps or acknowledgement of the following conditions prior to connecting:"] = "";
+$a->strings["Potential connections will then see the following text before proceeding:"] = "";
+$a->strings["By continuing, I certify that I have complied with any instructions provided on this page."] = "";
+$a->strings["(No specific instructions have been provided by the channel owner.)"] = "";
+$a->strings["Restricted or Premium Channel"] = "";
$a->strings["No potential page delegates located."] = "";
$a->strings["Delegate Page Management"] = "";
$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "";
@@ -889,23 +910,51 @@ $a->strings["previous page"] = "предыдущая страница";
$a->strings["No entries (some entries may be hidden)."] = "";
$a->strings["People Search"] = "Поиск людей";
$a->strings["No matches"] = "Нет соответствий";
+$a->strings["Menu not found."] = "";
+$a->strings["Menu element updated."] = "";
+$a->strings["Unable to update menu element."] = "";
+$a->strings["Menu element added."] = "";
+$a->strings["Unable to add menu element."] = "";
+$a->strings["Not found."] = "Не найдено.";
+$a->strings["Manage Menu Elements"] = "";
+$a->strings["Edit menu"] = "";
+$a->strings["Edit element"] = "";
+$a->strings["Drop element"] = "";
+$a->strings["New element"] = "";
+$a->strings["Edit this menu container"] = "";
+$a->strings["Add menu element"] = "";
+$a->strings["Delete this menu item"] = "";
+$a->strings["Edit this menu item"] = "";
+$a->strings["New Menu Element"] = "";
+$a->strings["Link text"] = "";
+$a->strings["URL of link"] = "";
+$a->strings["Use Red magic-auth if available"] = "";
+$a->strings["Open link in new window"] = "";
+$a->strings["Order in list"] = "";
+$a->strings["Higher numbers will sink to bottom of listing"] = "";
+$a->strings["Create"] = "Создать";
+$a->strings["Menu item not found."] = "";
+$a->strings["Menu item deleted."] = "";
+$a->strings["Menu item could not be deleted."] = "";
+$a->strings["Edit Menu Element"] = "";
+$a->strings["Modify"] = "";
$a->strings["Collection created."] = "Коллекция создана.";
$a->strings["Could not create collection."] = "Не удалось создать коллекцию.";
$a->strings["Collection name changed."] = "Имя коллекции изменено.";
-$a->strings["Create a collection of channels."] = "";
+$a->strings["Create a collection of channels."] = "Создать коллекцию контактов";
$a->strings["Collection Name: "] = "Название коллекции:";
$a->strings["Members are visible to other channels"] = "";
$a->strings["Collection removed."] = "Коллекция удалена.";
$a->strings["Unable to remove collection."] = "Невозможно удалить коллекцию.";
$a->strings["Collection Editor"] = "Редактор коллекций";
$a->strings["Members"] = "Участники";
-$a->strings["All Connected Channels"] = "Все подключенные каналы";
+$a->strings["All Connected Channels"] = "Все подключенные контакы";
$a->strings["Click on a channel to add or remove."] = "";
$a->strings["Page owner information could not be retrieved."] = "";
$a->strings["Album not found."] = "Альбом не найден.";
$a->strings["Delete Album"] = "Удалить альбом";
$a->strings["Delete Photo"] = "Удалить фотографию";
-$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "";
+$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s добавил тег в %2\$s на %3\$s";
$a->strings["a photo"] = "фотография";
$a->strings["No photos selected"] = "Никакие фотографии не выбраны";
$a->strings["Access to this item is restricted."] = "Доступ к этому элементу ограничен.";
@@ -916,7 +965,7 @@ $a->strings["New album name: "] = "Название нового альбома:
$a->strings["or existing album name: "] = "или существующий альбом:";
$a->strings["Do not show a status post for this upload"] = "";
$a->strings["Permissions"] = "Разрешения";
-$a->strings["Contact Photos"] = "Фотографии канала";
+$a->strings["Contact Photos"] = "Фотографии контакта";
$a->strings["Edit Album"] = "Редактировать Фотоальбом";
$a->strings["Show Newest First"] = "Показать новые первыми";
$a->strings["Show Oldest First"] = "Показать старые первыми";
@@ -939,15 +988,34 @@ $a->strings["added your channel"] = "добавил ваш канал";
$a->strings["g A l F d"] = "g A l F d";
$a->strings["[today]"] = "[сегодня]";
$a->strings["posted an event"] = "";
-$a->strings["Not found."] = "Не найдено.";
$a->strings["- select -"] = "- выбрать -";
+$a->strings["Menu updated."] = "";
+$a->strings["Unable to update menu."] = "";
+$a->strings["Menu created."] = "";
+$a->strings["Unable to create menu."] = "";
+$a->strings["Manage Menus"] = "";
+$a->strings["Drop"] = "";
+$a->strings["New"] = "Новые";
+$a->strings["Create a new menu"] = "";
+$a->strings["Delete this menu"] = "";
+$a->strings["Edit menu contents"] = "";
+$a->strings["Edit this menu"] = "";
+$a->strings["New Menu"] = "";
+$a->strings["Menu name"] = "";
+$a->strings["Must be unique, only seen by you"] = "";
+$a->strings["Menu title"] = "";
+$a->strings["Menu title as seen by others"] = "";
+$a->strings["Menu deleted."] = "";
+$a->strings["Menu could not be deleted."] = "";
+$a->strings["Edit Menu"] = "";
+$a->strings["Add or remove entries to this menu"] = "";
$a->strings["Welcome to %s"] = "Добро пожаловать в %s";
$a->strings["Check Mail"] = "Проверить снова";
$a->strings["Unable to lookup recipient."] = "";
$a->strings["Unable to communicate with requested channel."] = "";
$a->strings["Cannot verify requested channel."] = "";
$a->strings["Selected channel has private message restrictions. Send failed."] = "";
-$a->strings["Messages"] = "Сообщения";
+$a->strings["Messages"] = "Переписка";
$a->strings["Message deleted."] = "Сообщение удалено.";
$a->strings["Conversation removed."] = "Разговор удален.";
$a->strings["Send Private Message"] = "Отправить личное сообщение";
@@ -967,10 +1035,6 @@ $a->strings["Page not found."] = "Страница не найдена.";
$a->strings["Remote Authentication"] = "Удаленная аутентификация";
$a->strings["Enter your channel address (e.g. channel@example.com)"] = "Введите адрес вашего канала (например: channel@example.com)";
$a->strings["Authenticate"] = "Проверка подлинности";
-$a->strings["Unable to locate original post."] = "Не удалось найти оригинал.";
-$a->strings["Empty post discarded."] = "Отказаться от пустой почты.";
-$a->strings["System error. Post not saved."] = "Системная ошибка. Сообщение не сохранено.";
-$a->strings["Wall Photos"] = "Стена фотографий";
$a->strings["Remove term"] = "Удалить термин";
$a->strings["Commented Order"] = "По комментириям";
$a->strings["Sort by Comment Date"] = "Сортировка по дате создания комментариев";
@@ -978,7 +1042,6 @@ $a->strings["Posted Order"] = "По добавлениям";
$a->strings["Sort by Post Date"] = "Сортировка по дате создания сообщения";
$a->strings["Personal"] = "Личные";
$a->strings["Posts that mention or involve you"] = "Сообщения, в которых упоминули или вовлекли вас";
-$a->strings["New"] = "Новые";
$a->strings["Activity Stream - by date"] = "Лента активности - по дате";
$a->strings["Starred"] = "Помеченные";
$a->strings["Favourite Posts"] = "Фаворит-сообщения";
@@ -996,132 +1059,8 @@ $a->strings["No such group"] = "Нет такой группы";
$a->strings["Group is empty"] = "Группа пуста";
$a->strings["Contact: "] = "Канал: ";
$a->strings["Invalid contact."] = "Недействительный канал.";
-$a->strings["Theme settings updated."] = "Настройки темы обновленны.";
-$a->strings["Site"] = "Сайт";
-$a->strings["Users"] = "Пользователи";
-$a->strings["Plugins"] = "Плагины";
-$a->strings["Themes"] = "Темы";
-$a->strings["DB updates"] = "Обновления базы данных";
-$a->strings["Logs"] = "Журналы";
-$a->strings["Plugin Features"] = "Функции плагинов";
-$a->strings["User registrations waiting for confirmation"] = "Регистрации пользователей, которые ждут подтверждения";
-$a->strings["Message queues"] = "Непрочитанный сообщений";
-$a->strings["Administration"] = "Администрация";
-$a->strings["Summary"] = "Резюме";
-$a->strings["Registered users"] = "Всего пользователeй";
-$a->strings["Pending registrations"] = "Ждут утверждения";
-$a->strings["Version"] = "Версия системы";
-$a->strings["Active plugins"] = "Активные плагины";
-$a->strings["Site settings updated."] = "Настройки сайта обновлены.";
-$a->strings["No special theme for accessibility"] = "";
-$a->strings["Closed"] = "Регистрация закрыта";
-$a->strings["Requires approval"] = "Регистрация требует подтверждения";
-$a->strings["Open"] = "Регистрация открыта";
-$a->strings["Private"] = "Личный доступ";
-$a->strings["Paid Access"] = "Платный доступ";
-$a->strings["Free Access"] = "Свободный доступ";
-$a->strings["No SSL policy, links will track page SSL state"] = "";
-$a->strings["Force all links to use SSL"] = "Заставить все ссылки использовать SSL";
-$a->strings["Registration"] = "Регистрация";
-$a->strings["File upload"] = "Загрузка файла";
-$a->strings["Policies"] = "Правила";
-$a->strings["Advanced"] = "Дополнительно";
-$a->strings["Site name"] = "Название сайта";
-$a->strings["Banner/Logo"] = "Баннер / логотип";
-$a->strings["System language"] = "Язык системы";
-$a->strings["System theme"] = "Тема системы";
-$a->strings["Default system theme - may be over-ridden by user profiles - <a href='#' id='cnftheme'>change theme settings</a>"] = "";
-$a->strings["Mobile system theme"] = "Мобильная тема системы";
-$a->strings["Theme for mobile devices"] = "Тема для мобильных устройств";
-$a->strings["Accessibility system theme"] = "";
-$a->strings["Accessibility theme"] = "";
-$a->strings["Channel to use for this website's static pages"] = "";
-$a->strings["Site Channel"] = "Канал сайта";
-$a->strings["SSL link policy"] = "Правила SSL-ссылки";
-$a->strings["Determines whether generated links should be forced to use SSL"] = "";
-$a->strings["Maximum image size"] = "Максимальный размер";
-$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "";
-$a->strings["Register policy"] = "Статус регистрации";
-$a->strings["Access policy"] = "Правила доступа";
-$a->strings["Register text"] = "Текст регистрации";
-$a->strings["Will be displayed prominently on the registration page."] = "";
-$a->strings["Accounts abandoned after x days"] = "";
-$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "";
-$a->strings["Allowed friend domains"] = "";
-$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "";
-$a->strings["Allowed email domains"] = "";
-$a->strings["Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains"] = "";
-$a->strings["Block public"] = "Блокировать публичный доступ";
-$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "";
-$a->strings["Force publish"] = "Заставить публиковать";
-$a->strings["Check to force all profiles on this site to be listed in the site directory."] = "";
-$a->strings["Proxy user"] = "Proxy пользователь";
-$a->strings["Proxy URL"] = "Proxy URL";
-$a->strings["Network timeout"] = "Время ожидания сети";
-$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "";
-$a->strings["Delivery interval"] = "Интервал доставки";
-$a->strings["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."] = "";
-$a->strings["Poll interval"] = "Интервал опроса";
-$a->strings["Delay background polling processes by this many seconds to reduce system load. If 0, use delivery interval."] = "";
-$a->strings["Maximum Load Average"] = "";
-$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "";
-$a->strings["Update has been marked successful"] = "";
-$a->strings["Executing %s failed. Check system logs."] = "";
-$a->strings["Update %s was successfully applied."] = "";
-$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "";
-$a->strings["Update function %s could not be found."] = "";
-$a->strings["No failed updates."] = "Ошибок обновлений нет.";
-$a->strings["Failed Updates"] = "Обновления с ошибками";
-$a->strings["Mark success (if update was manually applied)"] = "";
-$a->strings["Attempt to execute this update step automatically"] = "";
-$a->strings["%s user blocked/unblocked"] = array(
- 0 => "",
- 1 => "",
- 2 => "",
-);
-$a->strings["%s user deleted"] = array(
- 0 => "%s канал удален",
- 1 => "%s канала удалены",
- 2 => "%s каналов удалено",
-);
-$a->strings["Account not found"] = "Аккаунт не найден";
-$a->strings["User '%s' deleted"] = "Пользователь '%s' удален";
-$a->strings["User '%s' unblocked"] = "Пользователь '%s' разрешен";
-$a->strings["User '%s' blocked"] = "Пользователь '%s' заблокирован";
-$a->strings["Normal Account"] = "Нормальный аккаунт";
-$a->strings["Soapbox Account"] = "Soapbox аккаунт";
-$a->strings["Community/Celebrity Account"] = "Community/Celebrity аккаунт";
-$a->strings["Automatic Friend Account"] = "Аккаунт \"автоматически друзья\"";
-$a->strings["select all"] = "выбрать все";
-$a->strings["User registrations waiting for confirm"] = "Регистрации пользователей ждут подтверждения";
-$a->strings["Request date"] = "Дата запроса";
-$a->strings["No registrations."] = "Новых регистраций пока нет.";
$a->strings["Approve"] = "Утвердить";
-$a->strings["Deny"] = "Запретить";
$a->strings["Block"] = "Заблокировать";
-$a->strings["Unblock"] = "Разрешить";
-$a->strings["Register date"] = "Дата регистрации";
-$a->strings["Last login"] = "Последний вход";
-$a->strings["Service Class"] = "Класс службы";
-$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "";
-$a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "";
-$a->strings["Plugin %s disabled."] = "Плагин %s отключен.";
-$a->strings["Plugin %s enabled."] = "Плагин %s включен.";
-$a->strings["Disable"] = "Запретить";
-$a->strings["Enable"] = "Разрешить";
-$a->strings["Toggle"] = "Переключить";
-$a->strings["Author: "] = "Автор: ";
-$a->strings["Maintainer: "] = "Обслуживающий: ";
-$a->strings["No themes found."] = "Темы не найдены.";
-$a->strings["Screenshot"] = "Скриншот";
-$a->strings["[Experimental]"] = "[экспериментальный]";
-$a->strings["[Unsupported]"] = "[неподдерживаемый]";
-$a->strings["Log settings updated."] = "Настройки журнала обновленны.";
-$a->strings["Clear"] = "Очистить";
-$a->strings["Debugging"] = "Включить/Выключить";
-$a->strings["Log file"] = "Файл журнала";
-$a->strings["Must be writable by web server. Relative to your Red top-level directory."] = "Должна быть доступна для записи веб-сервером. Относительно верхнего уровня веб-сайта.";
-$a->strings["Log level"] = "Уровень журнала";
$a->strings["Ignore"] = "Игнорировать";
$a->strings["Connection updated."] = "Канал обновлен.";
$a->strings["Connection update failed."] = "Ошибка обновления канала.";
@@ -1152,6 +1091,7 @@ $a->strings["Contact has been removed."] = "Канал удален.";
$a->strings["View %s's profile"] = "Просмотр %s's профиля";
$a->strings["Refresh Permissions"] = "Обновить разрешения";
$a->strings["Fetch updated permissions"] = "";
+$a->strings["Unblock"] = "Разрешить";
$a->strings["Block or Unblock this connection"] = "Запретить или разрешить этот канал";
$a->strings["Unignore"] = "Не игнорировать";
$a->strings["Ignore or Unignore this connection"] = "Игнорировать или не игнорировать этот канал";
@@ -1161,9 +1101,9 @@ $a->strings["Archive or Unarchive this connection"] = " Заархивирова
$a->strings["Unhide"] = "Показать";
$a->strings["Hide"] = "Скрыть";
$a->strings["Hide or Unhide this connection"] = "Скрыть или показывать этот канал";
-$a->strings["Delete this connection"] = "Удалить этот канал";
+$a->strings["Delete this connection"] = "Удалить этот контакт";
$a->strings["Unknown"] = "Неизвестный";
-$a->strings["Approve this connection"] = "Утвердить этот канал";
+$a->strings["Approve this connection"] = "Утвердить этот контакт";
$a->strings["Accept connection to allow communication"] = "";
$a->strings["Automatic Permissions Settings"] = "Настройки автоматических разрешений";
$a->strings["Connections: settings for %s"] = "";
@@ -1187,11 +1127,11 @@ $a->strings["Individual permissions are only enabled for <a href=\"settings\">pr
$a->strings["Advanced Permissions"] = "Дополнительные разрешения";
$a->strings["Quick Links"] = "Быстрые ссылки";
$a->strings["Visit %s's profile - %s"] = "Посетить %s's ​​профиль - %s";
-$a->strings["Block/Unblock contact"] = "Запретить/разрешить канал";
-$a->strings["Ignore contact"] = "Игнорировать канал";
+$a->strings["Block/Unblock contact"] = "Запретить/разрешить контакт";
+$a->strings["Ignore contact"] = "Игнорировать контакт";
$a->strings["Repair URL settings"] = "Ремонт настройки URL";
$a->strings["View conversations"] = "Просмотр разговоров";
-$a->strings["Delete contact"] = "Удалить канал";
+$a->strings["Delete contact"] = "Удалить контакт";
$a->strings["Last update:"] = "Последнее обновление:";
$a->strings["Update public posts"] = "Обновить публичные сообщения";
$a->strings["Update now"] = "Обновить сейчас";
@@ -1206,25 +1146,23 @@ $a->strings["Hidden"] = "Скрытые";
$a->strings["Archived"] = "Зархивированные";
$a->strings["All"] = "Все";
$a->strings["Suggestions"] = "Рекомендации";
-$a->strings["Suggest new connections"] = "Предлагать новые каналы";
-$a->strings["Show pending (new) connections"] = "Просмотр (новых) ждущих каналов";
-$a->strings["All Connections"] = "Все каналы";
-$a->strings["Show all connections"] = "Просмотр всех каналов";
+$a->strings["Suggest new connections"] = "Предлагать новые контакты";
+$a->strings["Show pending (new) connections"] = "Просмотр (новых) ждущих контактов";
+$a->strings["All Connections"] = "Все контакты";
+$a->strings["Show all connections"] = "Просмотр всех контактов";
$a->strings["Unblocked"] = "Разрешенные";
-$a->strings["Only show unblocked connections"] = "Показать только разрешенные каналы";
-$a->strings["Only show blocked connections"] = "Показать только заблокированные каналы";
-$a->strings["Only show ignored connections"] = "Показать только проигнорированные каналы";
-$a->strings["Only show archived connections"] = "Показать только архивированные каналы";
-$a->strings["Only show hidden connections"] = "Показать только скрытые каналы";
+$a->strings["Only show unblocked connections"] = "Показать только разрешенные контакты";
+$a->strings["Only show blocked connections"] = "Показать только заблокированные контакты";
+$a->strings["Only show ignored connections"] = "Показать только проигнорированные контакты";
+$a->strings["Only show archived connections"] = "Показать только архивированные контакты";
+$a->strings["Only show hidden connections"] = "Показать только скрытые контакты";
$a->strings["%1\$s [%2\$s]"] = "%1\$s [%2\$s]";
-$a->strings["Edit contact"] = "Редактировать канал";
-$a->strings["Search your connections"] = "Поиск каналов";
+$a->strings["Edit contact"] = "Редактировать контакт";
+$a->strings["Search your connections"] = "Поиск ваших связей";
$a->strings["Finding: "] = "Поиск:";
$a->strings["This site is not a directory server"] = "Этот сайт не является сервером каталога";
$a->strings["Remote privacy information not available."] = "";
$a->strings["Visible to:"] = "Кому видно:";
-$a->strings["Remote authentication blocked. You are logged into this site locally. Please logout and retry."] = "";
-$a->strings["Welcome %s. Remote authentication successful."] = "";
$a->strings["Profile not found."] = "Профиль не найден.";
$a->strings["Profile deleted."] = "Профиль удален.";
$a->strings["Profile-"] = "Профиль-";
@@ -1249,7 +1187,7 @@ $a->strings["Hide your contact/friend list from viewers of this profile?"] = "";
$a->strings["Edit Profile Details"] = "Редактирование профиля";
$a->strings["View this profile"] = "Посмотреть этот профиль";
$a->strings["Change Profile Photo"] = "Изменить фотографию профиля";
-$a->strings["Create a new profile using these settings"] = "";
+$a->strings["Create a new profile using these settings"] = "Создайте новый профиль со следующими настройками";
$a->strings["Clone this profile"] = "Клонировать этот профиль";
$a->strings["Delete this profile"] = "Удалить этот профиль";
$a->strings["Profile Name:"] = "Имя профиля:";
@@ -1273,8 +1211,8 @@ $a->strings["Example: fishing photography software"] = "Пример: fishing ph
$a->strings["Used in directory listings"] = "";
$a->strings["Tell us about yourself..."] = "Расскажите нам о себе ...";
$a->strings["Hobbies/Interests"] = "Хобби / интересы";
-$a->strings["Contact information and Social Networks"] = "Информация и социальные сети канала";
-$a->strings["My other channels"] = "Мои другие каналы";
+$a->strings["Contact information and Social Networks"] = "Информация и социальные сети контакта";
+$a->strings["My other channels"] = "Мои другие контакты";
$a->strings["Musical interests"] = "Музыкальные интересы";
$a->strings["Books, literature"] = "Книги, литература";
$a->strings["Television"] = "Телевидение";
@@ -1289,14 +1227,132 @@ $a->strings["Create New Profile"] = "Создать новый профиль";
$a->strings["Profile Image"] = "Изображение профиля";
$a->strings["visible to everybody"] = "видно всем";
$a->strings["Edit visibility"] = "Редактировать видимость";
-$a->strings["Add a Channel"] = "Добавить канал";
+$a->strings["Add a Channel"] = "Добавить контакт";
$a->strings["A channel is your own collection of related web pages. A channel can be used to hold social network profiles, blogs, conversation groups and forums, celebrity pages, and much more. You may create as many channels as your service provider allows."] = "";
$a->strings["Channel Name"] = "Имя канала";
$a->strings["Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "] = "";
$a->strings["Choose a short nickname"] = "Выберите короткий псевдоним";
$a->strings["Your nickname will be used to create an easily remembered channel address (like an email address) which you can share with others."] = "";
$a->strings["Or <a href=\"import\">import an existing channel</a> from another location"] = "";
-$a->strings["Create"] = "Создать";
+$a->strings["Theme settings updated."] = "Настройки темы обновленны.";
+$a->strings["Site"] = "Сайт";
+$a->strings["Users"] = "Пользователи";
+$a->strings["Plugins"] = "Плагины";
+$a->strings["Themes"] = "Темы";
+$a->strings["DB updates"] = "Обновления базы данных";
+$a->strings["Logs"] = "Журналы";
+$a->strings["Plugin Features"] = "Функции плагинов";
+$a->strings["User registrations waiting for confirmation"] = "Регистрации пользователей, которые ждут подтверждения";
+$a->strings["Message queues"] = "Очередь недоставленных сообщений";
+$a->strings["Administration"] = "Администрация";
+$a->strings["Summary"] = "Резюме";
+$a->strings["Registered users"] = "Всего пользователeй";
+$a->strings["Pending registrations"] = "Ждут утверждения";
+$a->strings["Version"] = "Версия системы";
+$a->strings["Active plugins"] = "Активные плагины";
+$a->strings["Site settings updated."] = "Настройки сайта обновлены.";
+$a->strings["No special theme for accessibility"] = "";
+$a->strings["Closed"] = "Регистрация закрыта";
+$a->strings["Requires approval"] = "Регистрация требует подтверждения";
+$a->strings["Open"] = "Регистрация открыта";
+$a->strings["Private"] = "Личный доступ";
+$a->strings["Paid Access"] = "Платный доступ";
+$a->strings["Free Access"] = "Свободный доступ";
+$a->strings["Registration"] = "Регистрация";
+$a->strings["File upload"] = "Загрузка файла";
+$a->strings["Policies"] = "Правила";
+$a->strings["Advanced"] = "Дополнительно";
+$a->strings["Site name"] = "Название сайта";
+$a->strings["Banner/Logo"] = "Баннер / логотип";
+$a->strings["System language"] = "Язык системы";
+$a->strings["System theme"] = "Тема системы";
+$a->strings["Default system theme - may be over-ridden by user profiles - <a href='#' id='cnftheme'>change theme settings</a>"] = "";
+$a->strings["Mobile system theme"] = "Мобильная тема системы";
+$a->strings["Theme for mobile devices"] = "Тема для мобильных устройств";
+$a->strings["Accessibility system theme"] = "";
+$a->strings["Accessibility theme"] = "";
+$a->strings["Channel to use for this website's static pages"] = "";
+$a->strings["Site Channel"] = "Канал сайта";
+$a->strings["Maximum image size"] = "Максимальный размер";
+$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "";
+$a->strings["Register policy"] = "Статус регистрации";
+$a->strings["Access policy"] = "Правила доступа";
+$a->strings["Register text"] = "Текст регистрации";
+$a->strings["Will be displayed prominently on the registration page."] = "";
+$a->strings["Accounts abandoned after x days"] = "";
+$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "";
+$a->strings["Allowed friend domains"] = "";
+$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "";
+$a->strings["Allowed email domains"] = "";
+$a->strings["Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains"] = "";
+$a->strings["Block public"] = "Блокировать публичный доступ";
+$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "";
+$a->strings["Force publish"] = "Заставить публиковать";
+$a->strings["Check to force all profiles on this site to be listed in the site directory."] = "";
+$a->strings["Proxy user"] = "Proxy пользователь";
+$a->strings["Proxy URL"] = "Proxy URL";
+$a->strings["Network timeout"] = "Время ожидания сети";
+$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "";
+$a->strings["Delivery interval"] = "Интервал доставки";
+$a->strings["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."] = "";
+$a->strings["Poll interval"] = "Интервал опроса";
+$a->strings["Delay background polling processes by this many seconds to reduce system load. If 0, use delivery interval."] = "";
+$a->strings["Maximum Load Average"] = "";
+$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "";
+$a->strings["Update has been marked successful"] = "";
+$a->strings["Executing %s failed. Check system logs."] = "";
+$a->strings["Update %s was successfully applied."] = "";
+$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "";
+$a->strings["Update function %s could not be found."] = "";
+$a->strings["No failed updates."] = "Ошибок обновлений нет.";
+$a->strings["Failed Updates"] = "Обновления с ошибками";
+$a->strings["Mark success (if update was manually applied)"] = "";
+$a->strings["Attempt to execute this update step automatically"] = "";
+$a->strings["%s user blocked/unblocked"] = array(
+ 0 => "",
+ 1 => "",
+ 2 => "",
+);
+$a->strings["%s user deleted"] = array(
+ 0 => "%s канал удален",
+ 1 => "%s канала удалены",
+ 2 => "%s каналов удалено",
+);
+$a->strings["Account not found"] = "Аккаунт не найден";
+$a->strings["User '%s' deleted"] = "Пользователь '%s' удален";
+$a->strings["User '%s' unblocked"] = "Пользователь '%s' разрешен";
+$a->strings["User '%s' blocked"] = "Пользователь '%s' заблокирован";
+$a->strings["Normal Account"] = "Нормальный аккаунт";
+$a->strings["Soapbox Account"] = "Soapbox аккаунт";
+$a->strings["Community/Celebrity Account"] = "Community/Celebrity аккаунт";
+$a->strings["Automatic Friend Account"] = "Аккаунт \"автоматически друзья\"";
+$a->strings["select all"] = "выбрать все";
+$a->strings["User registrations waiting for confirm"] = "Регистрации пользователей ждут подтверждения";
+$a->strings["Request date"] = "Дата запроса";
+$a->strings["No registrations."] = "Новых регистраций пока нет.";
+$a->strings["Deny"] = "Запретить";
+$a->strings["Register date"] = "Дата регистрации";
+$a->strings["Last login"] = "Последний вход";
+$a->strings["Service Class"] = "Класс службы";
+$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "";
+$a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "";
+$a->strings["Plugin %s disabled."] = "Плагин %s отключен.";
+$a->strings["Plugin %s enabled."] = "Плагин %s включен.";
+$a->strings["Disable"] = "Запретить";
+$a->strings["Enable"] = "Разрешить";
+$a->strings["Toggle"] = "Переключить";
+$a->strings["Author: "] = "Автор: ";
+$a->strings["Maintainer: "] = "Обслуживающий: ";
+$a->strings["No themes found."] = "Темы не найдены.";
+$a->strings["Screenshot"] = "Скриншот";
+$a->strings["[Experimental]"] = "[экспериментальный]";
+$a->strings["[Unsupported]"] = "[неподдерживаемый]";
+$a->strings["Log settings updated."] = "Настройки журнала обновленны.";
+$a->strings["Clear"] = "Очистить";
+$a->strings["Debugging"] = "Включить/Выключить";
+$a->strings["Log file"] = "Файл журнала";
+$a->strings["Must be writable by web server. Relative to your Red top-level directory."] = "Должна быть доступна для записи веб-сервером. Относительно верхнего уровня веб-сайта.";
+$a->strings["Log level"] = "Уровень журнала";
$a->strings["No valid account found."] = "Действительный аккаунт не найден.";
$a->strings["Password reset request issued. Check your email."] = "";
$a->strings["Site Member (%s)"] = "Участник сайта (%s)";
@@ -1326,26 +1382,29 @@ $a->strings["Use this form to import an existing channel from a different server
$a->strings["File to Upload"] = "Файл для загрузки";
$a->strings["Or provide the old server/hub details"] = "";
$a->strings["Your old identity address (xyz@example.com)"] = "";
-$a->strings["Your old login email address"] = "";
-$a->strings["Your old login password"] = "";
+$a->strings["Your old login email address"] = "Ваш старый адрес электронной почты";
+$a->strings["Your old login password"] = "Ваш старый пароль";
$a->strings["For either option, please choose whether to make this hub your new primary address, or whether your old location should continue this role. You will be able to post from either location, but only one can be marked as the primary location for files, photos, and media."] = "";
$a->strings["Make this hub my primary location"] = "";
+$a->strings["You have created %1$.0f of %2$.0f allowed channels."] = "";
$a->strings["Create a new channel"] = "Создать новый канал";
$a->strings["Channel Manager"] = "Настройки канала";
$a->strings["Current Channel"] = "Текущий канал";
$a->strings["Attach to one of your channels by selecting it."] = "";
$a->strings["Default Channel"] = "Канал по умолчанию";
$a->strings["Make Default"] = "Сделать стандартным";
+$a->strings["Total votes"] = "";
+$a->strings["Average Rating"] = "";
$a->strings["Profile Match"] = "";
$a->strings["No keywords to match. Please add keywords to your default profile."] = "";
$a->strings["is interested in:"] = "заинтересован в:";
$a->strings["Contact settings applied."] = "";
-$a->strings["Contact update failed."] = "Ошибка обновления канала.";
-$a->strings["Contact not found."] = "Канал не найден.";
-$a->strings["Repair Contact Settings"] = "Починить настройки канала";
+$a->strings["Contact update failed."] = "Ошибка обновления контакта.";
+$a->strings["Contact not found."] = "Контакт не найден.";
+$a->strings["Repair Contact Settings"] = "Починить настройки контакта";
$a->strings["<strong>WARNING: This is highly advanced</strong> and if you enter incorrect information your communications with this contact may stop working."] = "";
$a->strings["Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page."] = "";
-$a->strings["Return to contact editor"] = "Вернуться к редактору канала";
+$a->strings["Return to contact editor"] = "Вернуться к редактору контакта";
$a->strings["Account Nickname"] = "Псевдоним аккаунта";
$a->strings["@Tagname - overrides Name/Nickname"] = "";
$a->strings["Account URL"] = "URL аккаунта";
@@ -1355,7 +1414,13 @@ $a->strings["Notification Endpoint URL"] = "";
$a->strings["Poll/Feed URL"] = "";
$a->strings["New photo from this URL"] = "Новое фото из этого URL";
$a->strings["invalid target signature"] = "";
-$a->strings["Channel added."] = "Канал добавлен.";
+$a->strings["Channel added."] = "Контакт добавлен.";
+$a->strings["Item not found"] = "Элемент не найден";
+$a->strings["Edit Layout"] = "";
+$a->strings["Insert YouTube video"] = "Вставить YouTube видео";
+$a->strings["Insert Vorbis [.ogg] video"] = "Вставить Vorbis [.ogg] видео";
+$a->strings["Insert Vorbis [.ogg] audio"] = "Вставить Vorbis [.ogg] музыку";
+$a->strings["Delete Layout"] = "";
$a->strings["Contacts who are not members of a group"] = "";
$a->strings["Image uploaded but image cropping failed."] = "";
$a->strings["Image resize failed."] = "Изменение размера изображения не удалось.";
@@ -1375,11 +1440,8 @@ $a->strings["Done Editing"] = "Закончить редактирование";
$a->strings["Image uploaded successfully."] = "Загрузка изображениея прошла успешно.";
$a->strings["Image upload failed."] = "Загрузка изображениея прошла безуспешно.";
$a->strings["Image size reduction [%s] failed."] = "";
-$a->strings["Item not found"] = "Элемент не найден";
-$a->strings["Edit post"] = "Редактировать сообщение";
-$a->strings["Insert YouTube video"] = "Вставить YouTube видео";
-$a->strings["Insert Vorbis [.ogg] video"] = "Вставить Vorbis [.ogg] видео";
-$a->strings["Insert Vorbis [.ogg] audio"] = "Вставить Vorbis [.ogg] музыку";
+$a->strings["Edit Webpage"] = "";
+$a->strings["Delete Webpage"] = "";
$a->strings["Invalid request identifier."] = "";
$a->strings["System"] = "Система";
$a->strings["Introductions"] = "Введения";
@@ -1413,12 +1475,14 @@ $a->strings["No more home notifications."] = "Новых домашних опо
$a->strings["Home Notifications"] = "Домашние оповещения";
$a->strings["Post successful."] = "Публикация прошла успешно.";
$a->strings["Item is not editable"] = "Элемент нельзя редактировать";
+$a->strings["Edit post"] = "Редактировать сообщение";
$a->strings["Access to this profile has been restricted."] = "Доступ к этому профилю ограничен.";
$a->strings["Poke/Prod"] = "";
$a->strings["poke, prod or do other things to somebody"] = "";
$a->strings["Recipient"] = "Получатель";
$a->strings["Choose what you wish to do to recipient"] = "";
$a->strings["Make this post private"] = "Сделать это сообщение личным";
+$a->strings["Wall Photos"] = "Стена фотографий";
$a->strings["Not available."] = "Недоступно.";
$a->strings["Community"] = "Сообщество";
$a->strings["No results."] = "Ничего не найдено.";
@@ -1426,11 +1490,19 @@ $a->strings["Files"] = "Файлы";
$a->strings["Friend suggestion sent."] = "";
$a->strings["Suggest Friends"] = "Пригласить друзей";
$a->strings["Suggest a friend for %s"] = "";
+$a->strings["Edit Block"] = "";
+$a->strings["Delete Block"] = "";
$a->strings["Invalid profile identifier."] = "";
$a->strings["Profile Visibility Editor"] = "Редактор видимости профиля";
$a->strings["Click on a contact to add or remove."] = "";
$a->strings["Visible To"] = "Видно";
-$a->strings["All Contacts (with secure profile access)"] = "Все каналы (с доступом защищенному профилю)";
+$a->strings["All Contacts (with secure profile access)"] = "Все контакты (с доступом защищенному профилю)";
+$a->strings["Unable to locate original post."] = "Не удалось найти оригинал.";
+$a->strings["Empty post discarded."] = "Отказаться от пустой почты.";
+$a->strings["Executable content type not permitted to this channel."] = "";
+$a->strings["System error. Post not saved."] = "Системная ошибка. Сообщение не сохранено.";
+$a->strings["You have reached your limit of %1$.0f top level posts."] = "";
+$a->strings["You have reached your limit of %1$.0f webpages."] = "";
$a->strings["Version %s"] = "Версия %s";
$a->strings["Installed plugins/addons/apps:"] = "";
$a->strings["No installed plugins/addons/apps"] = "";
@@ -1442,8 +1514,13 @@ $a->strings["Bug reports and issues: please visit"] = "";
$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "";
$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "";
$a->strings["Ignore/Hide"] = "Игнорировать / Скрыть";
+$a->strings["Public Sites"] = "";
+$a->strings["Site URL"] = "";
+$a->strings["Access Type"] = "";
+$a->strings["Registration Policy"] = "";
$a->strings["Maximum daily site registrations exceeded. Please try again tomorrow."] = "";
$a->strings["Please indicate acceptance of the Terms of Service. Registration failed."] = "";
+$a->strings["Passwords do not match."] = "";
$a->strings["Registration successful. Please check your email for validation instructions."] = "";
$a->strings["Your registration is pending approval by the site owner."] = "";
$a->strings["Your registration can not be processed."] = "";
@@ -1457,13 +1534,19 @@ $a->strings["Your email address"] = "Ваш адрес электронной п
$a->strings["Choose a password"] = "Выберите пароль";
$a->strings["Please re-enter your password"] = "";
$a->strings["Please login."] = "Войдите пожалуйста.";
+$a->strings["Remote authentication blocked. You are logged into this site locally. Please logout and retry."] = "";
+$a->strings["Welcome %s. Remote authentication successful."] = "";
$a->strings["Remove My Account"] = "Удалить мой аккаунт";
$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "";
$a->strings["Please enter your password for verification:"] = "";
+$a->strings["Permission Denied."] = "";
+$a->strings["Download"] = "";
+$a->strings["Used: "] = "";
+$a->strings["Limit: "] = "";
$a->strings["Mood"] = "";
$a->strings["Set your current mood and tell your friends"] = "";
$a->strings["Theme settings"] = "Настройки темы";
-$a->strings["Set font-size for posts and comments"] = "";
+$a->strings["Set font-size for posts and comments"] = "Установить размер шрифта для сообщений и комментариев";
$a->strings["Set line-height for posts and comments"] = "";
$a->strings["Set colour scheme"] = "Установите цветовую схему";
$a->strings["Draw shadows"] = "";
@@ -1497,5 +1580,5 @@ $a->strings["About"] = "О себе";
$a->strings["Profile Details"] = "Сведения о профиле";
$a->strings["Events and Calendar"] = "Мероприятия и календарь";
$a->strings["Webpages"] = "Веб-страницы";
-$a->strings["Manage Webpages"] = "";
+$a->strings["Manage Webpages"] = "Управление веб-страниц";
$a->strings["toggle mobile"] = "мобильное подключение";
diff --git a/view/theme/redbasic/css/dark.css b/view/theme/redbasic/css/dark.css
index 43912be69..3bcf15bc9 100644
--- a/view/theme/redbasic/css/dark.css
+++ b/view/theme/redbasic/css/dark.css
@@ -1,3 +1,7 @@
+/* This file is deprecated. We'll keep it here as reference until somebody
+defines a dark colour scheme */
+
+
body { font-family: sans-serif;
font-size: 12px;
background-color: #101010;
diff --git a/view/theme/redbasic/css/fancy.css b/view/theme/redbasic/css/fancy.css
index 2da9d68d1..9b8899d2f 100644
--- a/view/theme/redbasic/css/fancy.css
+++ b/view/theme/redbasic/css/fancy.css
@@ -1,4 +1,5 @@
-/* There's probably some stuff in here we don't need, and maybe some missing stuff we do need. We can clean it up incrementaly, just get the heavy lifting done for now */
+/*This file is deprecated. We'll keep it for reference until we provide window decorations */
+
aside {
border-radius: $radiuspx;}
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index f4c399735..f1f58cc44 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -8,25 +8,23 @@
/* generals */
body {
- font-family: arial,freesans,clean,sans-serif;
+ font-family: arial,freesans,sans-serif;
font-size: 12px;
- background-color: #FFFFFF;
- color: #000000;
+ background-color: $bgcolour;
+ background-image: url('$background_image');
+ background-attachment: fixed;
+ background-size: cover;
+ color: $font_colour;
margin: 0px;
}
.jslider {
- font-family: arial,freesans,clean,sans-serif;
+ font-family: arial,freesans,sans-serif;
}
abbr {
border-bottom: none;
}
-aside {
-border: none;
-color: #444444;
-}
-
/* icons */
.icon {
background-color: transparent ;
@@ -39,67 +37,6 @@ color: #444444;
.icon.text {
text-indent: 0px;
}
-.icon.notify {
- background-image: url("../img/notify_on.png");
- min-width: 22px;
- height: 22px;
- margin-top: -4px;
- background-position: left center;
- padding: 1px;
-}
-.icon.gear {
- background-image: url("../img/settings.png");
- min-width: 22px;
- height: 22px;
- margin-top: -2px;
- background-position: left center;
- padding: 1px;
-}
-
-.icon.home {
- background-image: url("../img/home.png");
- min-width: 22px;
- height: 22px;
- margin-top: -4px;
- background-position: left center;
- padding: 1px;
-}
-
-.icon.network {
- background-image: url("../img/network.png");
- min-width: 22px;
- height: 22px;
- margin-top: -3px;
- background-position: left center;
- padding: 1px;
-}
-
-.icon.introductions {
- background-image: url("../img/introductions.png");
- min-width: 22px;
- height: 22px;
- margin-top: -4px;
- background-position: left center;
- padding: 1px;
-}
-
-.icon.mail {
- background-image: url("../img/message.png");
- min-width: 22px;
- height: 22px;
- margin-top: -2px;
- background-position: left center;
- padding: 1px;
-}
-
-.icon.events {
- background-image: url("../img/events.png");
- min-width: 22px;
- height: 22px;
- margin-top: -4px;
- background-position: left center;
- padding: 1px;
-}
a, a:visited, a:link, .fakelink, .fakelink:visited, .fakelink:link {
font-weight: bold;
@@ -120,8 +57,6 @@ input {
padding: 3px;
}
-img { border :0px; }
-
code {
font-family: Courier, monospace;
@@ -167,13 +102,6 @@ blockquote {
-/* nav */
-
-nav {
- display: block;
-
-}
-
#langselector {
position: fixed;
top: 3px;
@@ -189,6 +117,21 @@ nav {
filter:alpha(opacity=100);
}
+nav {background-image: linear-gradient(bottom, $nav_bg_1 26%, $nav_bg_2 82%);
+ background-image: -o-linear-gradient(bottom, $nav_bg_1 26%, $nav_bg_2 82%);
+ background-image: -moz-linear-gradient(bottom,$nav_bg_1 26%, $nav_bg_2 82%);
+ background-image: -webkit-linear-gradient(bottom, $nav_bg_1 26%, $nav_bg_2 82%);
+ background-image: -ms-linear-gradient(bottom, $nav_bg_1 26%, $nav_bg_2 82%);
+}
+
+
+nav:hover {background-image: linear-gradient(bottom, $nav_bg_3 26%, $nav_bg_4 82%);
+ background-image: -o-linear-gradient(bottom, $nav_bg_3 26%, $nav_bg_4 82%);
+ background-image: -moz-linear-gradient(bottom, $nav_bg_3 26%, $nav_bg_4 82%);
+ background-image: -webkit-linear-gradient(bottom, $nav_bg_3 26%, $nav_bg_4 82%);
+ background-image: -ms-linear-gradient(bottom, $nav_bg_3 26%, $nav_bg_4 82%);
+}
+
nav #site-location {
color: #888a85;
@@ -234,7 +177,7 @@ header #banner {
text-align: center;
font-size: 1.4em;
font-family: tahoma, "Lucida Sans", sans;
- color: #eec;
+ color: #FFF;
font-weight: bold;
margin-top: 1px;
}
@@ -243,7 +186,7 @@ header #banner a:active,
header #banner a:visited,
header #banner a:link,
header #banner a:hover {
- color: #eec;
+ color: #FFF;
text-decoration: none;
outline: none;
vertical-align: bottom;
@@ -279,7 +222,7 @@ nav .nav-link {
background-color: transparent !important;
}
-.nav-commlink.selected {
+.nav-commlink.active {
background-color: #ffffff;
border-bottom: 1px solid #ffffff;
color: #000000 !important;
@@ -304,19 +247,16 @@ nav #nav-link-wrapper .nav-link {
border-bottom: 1px solid #aaaaaa;
padding:0px;
width: 90%;
-/* margin-right: 5px; */
}
.tabs li { margin: 0px; list-style: none; }
.tab {
display:block;
float:left;
-/* padding: 0.4em; */
margin-right: 15px ;
}
.tab.active {
-/* font-weight: bold; */
color: #444444;
}
@@ -331,20 +271,13 @@ ul.tabs {
/* footer */
footer {
+ position:fixed;
+ bottom:1px;
text-align: right;
padding-bottom: 1em;
padding-right: 3em;
}
-#powered-by {
- position: fixed;
- bottom: 1px;
- left: 15px;
- opacity: 0.3;
- filter:alpha(opacity=30);
-
-}
-
.birthday-today, .event-today {
font-weight: bold;
}
@@ -435,7 +368,7 @@ footer {
margin-bottom: 10px;
}
-.group-selected, .nets-selected, .fileas-selected, .categories-selected, .settings-widget .selected {
+.group-selected, .nets-selected, .fileas-selected, .categories-selected, .settings-widget .active {
color: #444444 !important;
}
@@ -511,7 +444,6 @@ footer {
margin-left: 100px;
margin-top: 10px;
-/* margin-left: 200px; */
}
@@ -882,40 +814,17 @@ footer {
margin-bottom: 15px;
}
-#network-star-link{
- margin-top: 10px;
-}
-.network-star {
- float: left;
- margin-right: 5px;
-}
-#network-bmark-link {
- margin-top: 10px;
-}
-.thread-wrapper .wall-item-comment-wrapper {
+.thread-wrapper .wall-item-comment-wrapper, .wall-item-content-wrapper.comment {
margin-left: 50px;
}
-/* Give the top level post bigger shadows than the comments. This makes them appear "higher" and the comments "lower", which separates posts from each other reasonably without literally drawing a line under it */
-
.wall-item-content-wrapper {
margin-top: 10px;
position: relative;
border-radius: $radiuspx;
- border: 1px solid #eec;
-
-/* background: #fff; */
-/* border-radius: 5px; */
-/* box-shadow: 12px 12px 12px #111; */
-/* border-left: 1px solid #eec; */
-
-}
-.wall-item-content-wrapper.comment {
-/* background: #fff; */
-/* border-left: 1px solid #e0e0e0; */
- margin-left: 50px;
-/* box-shadow: 5px 5px 5px #222; */
+ background-color: $item_colour;
+ opacity: $item_opacity;
}
.thread-end-wrapper {
@@ -923,12 +832,6 @@ footer {
}
-.wall-item-content-wrapper.comment {
-/* background: #ffffff;
- border-left: 1px solid #e0e0e0;
-*/
-}
-
.wall-item-like.comment, .wall-item-dislike.comment {
margin-left: 50px;
}
@@ -1004,14 +907,16 @@ footer {
z-index: 99;
}
.wall-item-wrapper {
- /*float: left;
- margin-right: 5px;
- width: 250px;*/
margin-left:10px;
}
+
+.wall-item-ago .icon-ok {
+ cursor: pointer;
+ color: darkgreen;
+}
+
.wall-item-lock {
- /*height: 20px;*/
- /*margin-top: 10px;*/
+ font-size: 1.4em;
left: 105px;
position: absolute;
top: 1px;
@@ -1040,6 +945,8 @@ footer {
.item-tool {
float: left;
margin-right: 8px;
+ font-size: 1.2em;
+ cursor: pointer;
}
.like-rotator {
@@ -1063,11 +970,7 @@ footer {
.wall-item-wrapper-end {
clear: both;
}
-.wall-item-name-link {
- font-weight: bold;
- text-decoration: none;
- color: #3172BD;
-}
+
.wall-item-photo {
border: none;
}
@@ -1078,20 +981,16 @@ footer {
.wall-item-content {
margin-left: 10px;
overflow: auto;
+ font-size: $font_sizepx;
}
.wall-item-content img {
max-width: 95% !important;
-/* box-shadow: 8px 8px 8px #666; can't really have this because of smileys */
}
-.wall-item-content img.smiley {
- box-shadow: none;
-}
.wall-item-title {
float: left;
font-weight: bold;
- /*width: 450px;*/
}
.wall-item-title-end {
@@ -1099,13 +998,10 @@ footer {
}
.thread-wrapper.toplevel_item {
-
width: 92%;
}
.wall-item-body {
-/* float: left; */
- /*width: 450px;*/
margin-top: 10px;
}
@@ -1119,23 +1015,13 @@ footer {
}
.wall-item-like, .wall-item-dislike {
- margin-left: 0px;
- margin-top: 3px;
+ margin-top: 5px;
}
.wall-item-author {
margin-top: 10px;
}
-.comment-edit-wrapper {
- margin-top: 15px;
- margin-left: 50px;
-}
-
-.comment-wwedit-wrapper {
- margin-top: 2px;
-}
-
.comment-edit-photo {
margin-top: 10px;
margin-left: 10px;
@@ -1157,7 +1043,6 @@ footer {
border: 1px solid #ccc;
padding: 8px;
border-radius: $radiuspx;
-/* box-shadow: 5px 5px 5px #666 inset; */
}
.comment-edit-text-empty {
@@ -1198,9 +1083,6 @@ footer {
width:90%;
}
-#profile-jot-submit {
- float: left;
-}
#profile-upload-wrapper {
float: left;
margin-left: 15px;
@@ -1269,7 +1151,6 @@ footer {
}
#profile-jot-perms-end {
- /*clear: left;*/
height: 30px;
}
@@ -1288,7 +1169,6 @@ footer {
}
#profile-jot-end {
- /*clear: both;*/
margin-bottom: 30px;
}
#about-jot-submit-wrapper {
@@ -1377,6 +1257,9 @@ footer {
border: none;
}
+div.dirtagblock.widget {
+ overflow: hidden;
+}
.pager {
padding: 10px;
@@ -1495,16 +1378,7 @@ footer {
DIV#profile-jot-text_toolbargroup{
background: #FFF;
border: 1px #111;
-/*box-shadow: 5px 5px 5px #000 inset;*/
-}
-
-/*
-#profile-jot-text_parent, .mceLayout {
- border-radius: $radiuspx;
- -moz-border-radius: $radiuspx;
- box-shadow: 4px 4px 3px 0 #444444;
}
-*/
iframe#profile-jot-text_ifr {
@@ -1526,7 +1400,6 @@ tr.mceLast {
width: 90%;
-moz-border-radius: $radiuspx;
border-radius: $radiuspx;
-/* box-shadow: 4px 4px 3px 0 #666 inset; */
}
#profile-jot-text:hover {
color: #000000;
@@ -1541,7 +1414,7 @@ tr.mceLast {
.wall-item-photo, .photo, .contact-block-img, .my-comment-photo {
border-radius: $radiuspx;
-moz-border-radius: $radiuspx;
- box-shadow: 4px 4px 3px 0 #444444;
+ box-shadow: $shadowpx $shadowpx $shadowpx 0 #444444;
}
@@ -1699,14 +1572,10 @@ tr.mceLast {
margin-top: 15px;
margin-right: 15px;
margin-left: 15px;
-/* width: 200px; height: 200px;
- overflow: hidden;
- position: relative; */
}
.photo-album-image-wrapper .caption {
display: none;
width: 100%;
-/* position: absolute; */
bottom: 0px;
padding: 0.5em 0.5em 0px 0.5em;
background-color: rgba(245, 245, 255, 0.8);
@@ -1723,19 +1592,15 @@ tr.mceLast {
}
.photo-top-image-wrapper {
-/* position: relative; */
float: left;
margin-top: 15px;
margin-right: 15px;
margin-left: 15px;
margin-bottom: 15px;
-/* width: 200px; height: 200px;
- overflow: hidden; */
}
.photo-top-album-name {
width: 100%;
min-height: 2em;
-/* position: absolute; */
bottom: 0px;
padding: 0px 3px;
padding-top: 0.5em;
@@ -1916,13 +1781,6 @@ a.mail-list-link {
-/*
-*a.mail-list-link:hover {
-* background-color: #15607B;
-* color: #F5F6FB;
-*}
-*/
-
.mail-list-outside-wrapper-end {
clear: both;
}
@@ -2062,9 +1920,6 @@ a.mail-list-link {
margin-top: 10px;
}
-aside input[type='text'] {
- width: 174px;
-}
.widget, .pmenu {
border-bottom: 1px solid #eec;
@@ -2096,7 +1951,7 @@ aside input[type='text'] {
display: block;
color: #FFFFFF;
margin-top: 15px;
- background-color: #FF6666;
+ background-color: #F80000;
-webkit-border-radius: $radiuspx ;
-moz-border-radius: $radiuspx;
border-radius: $radiuspx;
@@ -2105,21 +1960,12 @@ aside input[type='text'] {
}
-#dfrn-request-networks {
- margin-bottom: 30px;
-}
-
#pause {
position: fixed;
bottom: 5px;
right: 5px;
}
-.sparkle {
- cursor: url('../img/lock.cur'), pointer;
-/* cursor: pointer !important; */
-}
-
#vcard-end {
clear: both;
}
@@ -2186,33 +2032,30 @@ aside input[type='text'] {
#nav-searchbar {
float: right;
- margin-top: 3px;
+ margin-top: 2px;
+ margin-right: 10px;
}
#nav-search-spinner {
float: right;
margin: 12px 12px 0px 0px;
+ color: #fff;
}
-#nav-search-text:hover {
- background-color: #FFF;
+#nav-search-text:hover,
+#nav-search-text:focus {
+ background-color: #fff;
color: #000;
}
#nav-search-text {
- margin-top: -1px;
- font-size: 0.8em;
- border-radius: 14px;
+ height: 20px;
+ padding: 0px 5px 0px 5px;
+ font-size: 0.9em;
+ border-radius: 10px;
border: none;
- background-color: #FFDDDD;
- color: #eec;
-}
-
-/* this doesn't seem to work */
-
-#nav-search-text::-moz-placeholder { color: #444; }
-#nav-search-text::-webkit-input-placeholder {
- color: #444 !important;
+ background-color: $search_background;
+ transition: background-color 300ms ease 0s;
}
#nav-user-linkmenu img {
@@ -2679,7 +2522,7 @@ brain is weird like that */
}
.field_abook_help {
- color: #888;
+ color: #000;
}
.abook-them {
margin-left: 225px;
@@ -2693,6 +2536,13 @@ brain is weird like that */
margin-bottom: 5px !important;
}
+.abook-pending-contact {
+ background: orange;
+ font-weight: bold;
+ margin: 10px;
+ padding: 20px 5px 10px;
+}
+
#contact-slider {
width: 600px !important;
}
@@ -2785,6 +2635,10 @@ brain is weird like that */
width: 48px; height: 48px;
margin: 10px;
}
+.oauthapp .icon {
+ margin-right: 20px;
+}
+
.oauthapp img.noicon {
background-image: url("../../../../images/icons/48/plugin.png");
background-position: center center;
@@ -2799,6 +2653,15 @@ brain is weird like that */
*/
.iconspacer {
display: block; width: 16px; height: 16px;
+/* visibility: hidden; */
+}
+
+.iconspacer:hover {
+/* visibility: visible; */
+}
+
+.wall-item-ago i {
+ font-size: 0.6em;
}
.icon {
@@ -2810,6 +2673,7 @@ brain is weird like that */
.block { background-position: -32px 0px;}
.drop { background-position: -48px 0px;}
.drophide { background-position: -64px 0px;}
+.delete { background-position: -64px 0px;}
.edit { background-position: -80px 0px;}
.camera { background-position: -96px 0px;}
.dislike { background-position: -112px 0px;}
@@ -2839,11 +2703,14 @@ brain is weird like that */
.on { background-position: -144px -32px; }
.off { background-position: 0px -48px; }
-.starred { background-position: -16px -48px; }
-.unstarred { background-position: -32px -48px; }
+/*.starred { background-position: -16px -48px; }
+.unstarred { background-position: -32px -48px; }*/
.tagged { background-position: -48px -48px; }
.yellow { background-position: -64px -48px; }
+.starred {
+ color: gold;
+}
.filer-icon {
display: block; width: 16px; height: 16px;
@@ -3056,61 +2923,6 @@ div.jGrowl div.info {
width: 90%;
}
-/* nav */
-nav {
- width: 100%;
- height: 24px;
- position: fixed;
-// opacity: 0.6;
-// filter:alpha(opacity=60);
-
- left: 0px;
- top: 0px;
- padding: 0px;
- background-color: #d00;
- color: #eec;
- z-index: 100;
-/* -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
- -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
- box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7); */
-
-/* TODO find a better way to do this without different code for every single browser. */
-
- background-image: linear-gradient(bottom, #f88 26%, #b00 82%);
- background-image: -o-linear-gradient(bottom, #f88 26%, #b00 82%);
- background-image: -moz-linear-gradient(bottom, #f88 26%, #b00 82%);
- background-image: -webkit-linear-gradient(bottom, #f88 26%, #b00 82%);
- background-image: -ms-linear-gradient(bottom, #f88 26%, #b00 82%);
-
- background-image: -webkit-gradient(
-linear,
-left bottom,
-left top,
-color-stop(0.26, #f88),
-color-stop(0.82, #b00)
-);
-}
-
-/*
-
-nav:hover {
-
- background-image: linear-gradient(bottom, #f00 26%, #b00 82%);
- background-image: -o-linear-gradient(bottom, #f00 26%, #b00 82%);
- background-image: -moz-linear-gradient(bottom, #f00 26%, #b00 82%);
- background-image: -webkit-linear-gradient(bottom, #f00 26%, #b00 82%);
- background-image: -ms-linear-gradient(bottom, #f00 26%, #b00 82%);
-
- background-image: -webkit-gradient(
-linear,
-left bottom,
-left top,
-color-stop(0.26, #f00),
-color-stop(0.82, #b00)
-);
-}
-
-*/
nav a,
nav a:active,
@@ -3124,6 +2936,11 @@ nav a:link {
nav a:hover {
color: #0080FF;
}
+nav .fakelink {
+ color: #ffffff;
+ text-decoration: none;
+ outline: none;
+}
nav .fakelink:hover { text-decoration: none; }
#profiles-menu li a {
@@ -3163,7 +2980,7 @@ nav .nav-menu-icon {
-webkit-border-radius: $radiuspx;
border-radius: $radiuspx;
}
-nav .nav-menu-icon.selected {
+nav .nav-menu-icon.active {
background-color: #FF0000;
}
nav .nav-menu-icon img {
@@ -3186,8 +3003,8 @@ nav:hover .nav-menu {
/* border-bottom: 3px solid #f00; */
}
-nav .nav-menu.selected a {
- color: #444444;
+nav .nav-menu.active i {
+ color: $active_colour;
}
nav .nav-notify {
@@ -3196,11 +3013,11 @@ nav .nav-notify {
-moz-border-radius: $radiuspx;
-webkit-border-radius: $radiuspx;
border-radius: $radiuspx;
- opacity: 0.6;
- filter:alpha(opacity=60);
+/* opacity: 0.6;
+ filter:alpha(opacity=60); */
}
-.nav-notify:hover, nav .nav-notify.selected span {
+.nav-notify:hover, nav .nav-notify.active span {
color: #ffffff;
}
@@ -3223,10 +3040,10 @@ nav #nav-site-linkmenu .menu-popup {
left: auto;
}
nav #nav-notifications-linkmenu.on .icon.s22.notify,
-nav #nav-notifications-linkmenu.selected .icon.s22.notify {
+nav #nav-notifications-linkmenu.active .icon.s22.notify {
background-image: url("../../../../images/icons/22/notify_on.png");
}
-nav #nav-apps-link.selected {
+nav #nav-apps-link.active {
background-color: #364e59;
}
ul.menu-popup {
@@ -3308,7 +3125,7 @@ header {
font-size: 10px;
padding: 1px 3px;
top: 0px;
- right: -10px;
+ right: -5px;
min-width: 15px;
text-align: right;
}
@@ -3493,44 +3310,27 @@ ul.menu-popup {
.shared_header img { margin-right: 10px; }
-.mail-list-wrapper {
+#mail-list-wrapper {
border-bottom: 1px solid #ccc;
padding: 20px;
}
-span.mail-delete {
-float: left;
-width: 30px;
-}
-
-a.mail-list-sender-url {
-float: left;
-width: 35px;
-}
-
-img.mail-list-sender-photo {
-height: 16px;
-width: 16px;
-}
-
-
-span.mail-from {
+span.mail-list {
float: left;
-width: 200px;
+width: 20%;
}
-span.mail-subject.unseen{
+span.mail-delete {
float: left;
-width: 200px;
+width: 30px;
}
-span.mail-date {
-float:left;
-width: 200px;
+img.mail-list-sender-photo {
+height: 24px;
+width: 24px;
}
-
.tag1 {
font-size : 1.0em !important;
}
@@ -3600,10 +3400,41 @@ div.page-list-item {
margin: 20px;
}
+div#write-pages {
+display: block;
+position: fixed;
+top: 24px;
+z-index: 99;
+background: silver;
+width: 100%;
+}
+
+div#write-pages a {
+color: #000;
+margin-right: 50px;
+}
+
.pmenu ul {
list-style-type: none;
}
.pmenu li {
margin-left: -20px;
-} \ No newline at end of file
+}
+
+.comment-icon, .jot-icons {
+ font-size: 1.2em;
+}
+.nav-icon {
+ font-size: 1.4em;
+ margin-right: 15px;
+}
+
+a .drop-icons {
+ color: #000000;
+ font-size: 1.2em;
+}
+
+.drop-icons:hover {
+ color: #FF0000;
+}
diff --git a/view/theme/redbasic/js/redbasic.js b/view/theme/redbasic/js/redbasic.js
index 10ca4cfa3..e7a682911 100644
--- a/view/theme/redbasic/js/redbasic.js
+++ b/view/theme/redbasic/js/redbasic.js
@@ -66,22 +66,24 @@ $('.sidebar-group-element').hover(
);
-$('.savedsearchdrop').hover(
- function() {
- $(this).addClass('drop'); $(this).addClass('icon'); $(this).removeClass('iconspacer');},
- function() {
- $(this).removeClass('drop'); $(this).removeClass('icon'); $(this).addClass('iconspacer');}
- );
-
-$('.savedsearchterm').hover(
- function() {
- id = $(this).attr('id');
- $('#drop-' + id).addClass('icon'); $('#drop-' + id).addClass('drophide'); $('#drop-' + id).removeClass('iconspacer');},
-
- function() {
- id = $(this).attr('id');
- $('#drop-' + id).removeClass('icon');$('#drop-' + id).removeClass('drophide'); $('#drop-' + id).addClass('iconspacer');}
- );
+//$('.saved-search-li a').hover(
+// function() {
+// id = $(this).attr('id');
+// $('#dropicon-' + id).css('visibility','visible');},
+// function() {
+// id = $(this).attr('id');
+// $('#dropicon-' + id).css('visibility','hidden');}
+// );
+
+//$('.savedsearchterm').hover(
+// function() {
+// id = $(this).attr('id');
+// $('#dropicon-' + id).css('visibility','visible');},
+//
+// function() {
+// id = $(this).attr('id');
+// $('#dropicon-' + id).css('visibility','hidden');
+// });
});
diff --git a/view/theme/redbasic/php/config.php b/view/theme/redbasic/php/config.php
index 4e7363362..be021e85c 100644
--- a/view/theme/redbasic/php/config.php
+++ b/view/theme/redbasic/php/config.php
@@ -1,164 +1,81 @@
<?php
-/**
- * Theme settings
- */
function theme_content(&$a) {
- // Doesn't yet work for anyone other than the channel owner, and stupid mode isn't finished, so return both for now.
- if(!local_user()) { return; }
- $font_size = get_pconfig(local_user(),'redbasic', 'font_size' );
- $line_height = get_pconfig(local_user(), 'redbasic', 'line_height' );
- $colour = get_pconfig(local_user(), 'redbasic', 'colour' );
- $shadow = get_pconfig(local_user(), 'redbasic', 'shadow' );
- $navcolour = get_pconfig(local_user(), 'redbasic', 'navcolour');
- $displaystyle = get_pconfig(local_user(), 'redbasic', 'displaystyle');
- $linkcolour = get_pconfig(local_user(), 'redbasic', 'linkcolour');
- $iconset = get_pconfig(local_user(), 'redbasic', 'iconset');
- $shiny = get_pconfig(local_user(), 'redbasic', 'shiny');
- $colour_scheme = get_pconfig(local_user(), 'redbasic', 'colour_scheme');
- $radius = get_pconfig(local_user(),'redbasic','radius');
+ if(!local_user()) { return;}
- return redbasic_form($a, $font_size, $line_height, $colour, $shadow, $navcolour, $opaquenav, $displaystyle, $linkcolour, $iconset, $shiny, $colour_scheme,$radius);
+ $schema = get_pconfig(local_user(),'redbasic', 'schema' );
+ $nav_colour = get_pconfig(local_user(),'redbasic', 'nav_colour' );
+ $bgcolour = get_pconfig(local_user(),'redbasic', 'bgcolour' );
+ $background_image = get_pconfig(local_user(),'redbasic', 'background_image' );
+ $item_colour = get_pconfig(local_user(),'redbasic', 'item_colour' );
+ $item_opacity = get_pconfig(local_user(),'redbasic', 'item_opacity' );
+ $font_size = get_pconfig(local_user(),'redbasic', 'font_size' );
+ $font_colour = get_pconfig(local_user(),'redbasic', 'font_colour' );
+ $radius = get_pconfig(local_user(),'redbasic', 'radius' );
+ $shadow = get_pconfig(local_user(),'redbasic', 'photo_shadow' );
+ return redbasic_form($a, $schema, $nav_colour, $bgcolour, $background_image, $item_colour, $item_opacity,
+ $font_size, $font_colour, $radius, $shadow);
}
function theme_post(&$a) {
- if(!local_user()) { return; }
+ if(!local_user()) { return;}
if (isset($_POST['redbasic-settings-submit'])) {
+ set_pconfig(local_user(), 'redbasic', 'schema', $_POST['redbasic_schema']);
+ set_pconfig(local_user(), 'redbasic', 'nav_colour', $_POST['redbasic_nav_colour']);
+ set_pconfig(local_user(), 'redbasic', 'background_colour', $_POST['redbasic_background_colour']);
+ set_pconfig(local_user(), 'redbasic', 'background_image', $_POST['redbasic_background_image']);
+ set_pconfig(local_user(), 'redbasic', 'item_colour', $_POST['redbasic_item_colour']);
+ set_pconfig(local_user(), 'redbasic', 'item_opacity', $_POST['redbasic_item_opacity']);
set_pconfig(local_user(), 'redbasic', 'font_size', $_POST['redbasic_font_size']);
- set_pconfig(local_user(), 'redbasic', 'line_height', $_POST['redbasic_line_height']);
- set_pconfig(local_user(), 'redbasic', 'colour', $_POST['redbasic_colour']);
- set_pconfig(local_user(), 'redbasic', 'shadow', $_POST['redbasic_shadow']);
- set_pconfig(local_user(), 'redbasic', 'navcolour', $_POST['redbasic_navcolour']);
- set_pconfig(local_user(), 'redbasic', 'displaystyle', $_POST['redbasic_displaystyle']);
- set_pconfig(local_user(), 'redbasic', 'linkcolour', $_POST['redbasic_linkcolour']);
- set_pconfig(local_user(), 'redbasic', 'iconset', $_POST['redbasic_iconset']);
- set_pconfig(local_user(), 'redbasic', 'shiny', $_POST['redbasic_shiny']);
- set_pconfig(local_user(), 'redbasic', 'colour_scheme', $_POST['redbasic_colour_scheme']);
+ set_pconfig(local_user(), 'redbasic', 'font_colour', $_POST['redbasic_font_colour']);
set_pconfig(local_user(), 'redbasic', 'radius', $_POST['redbasic_radius']);
+ set_pconfig(local_user(), 'redbasic', 'photo_shadow', $_POST['redbasic_shadow']);
}
-
}
-// We probably don't want these if we're having global settings, but we'll comment out for now, just in case
-//function theme_admin(&$a) { $font_size = get_config('redbasic', 'font_size' );
-// $line_height = get_config('redbasic', 'line_height' );
-// $colour = get_config('redbasic', 'colour' );
-// $shadow = get_config('redbasic', 'shadow' );
-// $navcolour = get_config('redbasic', 'navcolour' );
-// $opaquenav = get_config('redbasic', 'opaquenav' );
-// $itemstyle = get_config('redbasic', 'itemstyle' );
-// $linkcolour = get_config('redbasic', 'linkcolour' );
-// $iconset = get_config('redbasic', 'iconset' );
-// $shiny = get_config('redbasic', 'shiny' );
-//
-// return redbasic_form($a, $font_size, $line_height, $colour, $shadow, $navcolour, $opaquenav, $itemstyle, $linkcolour, $iconset, $shiny);
-//}
-
-//function theme_admin_post(&$a) {
-// if (isset($_POST['redbasic-settings-submit'])) {
-// set_config('redbasic', 'font_size', $_POST['redbasic_font_size']);
-// set_config('redbasic', 'line_height', $_POST['redbasic_line_height']);
-// set_config('redbasic', 'colour', $_POST['redbasic_colour']);
-// set_config('redbasic', 'shadow', $_POST['redbasic_shadow']);
-// set_config('redbasic', 'navcolour', $_POST['redbasic_navcolour']);
-// set_config('redbasic', 'opaquenav', $_POST['redbasic_opaquenav']);
-// set_config('redbasic', 'itemstyle', $_POST['redbasic_itemstyle']);
-// set_config('redbasic', 'linkcolour', $_POST['redbasic_linkcolour']);
-// set_config('redbasic', 'iconset', $_POST['redbasic_iconset']);
-// set_config('redbasic', 'shiny', $_POST['redbasic_shiny']);
-// }
-//}
+function redbasic_form(&$a, $schema, $nav_colour, $bgcolour, $background_image, $item_colour, $item_opacity,
+ $font_size, $font_colour, $radius, $shadow) {
-// These aren't all used yet, but they're not bloat - we'll use drop down menus in idiot mode.
-function redbasic_form(&$a, $font_size, $line_height, $colour, $shadow, $navcolour, $opaquenav, $displaystyle, $linkcolour, $iconset, $shiny, $colour_scheme,$radius) {
- $line_heights = array(
- "1.3" => "1.3",
- "---" => "---",
- "1.6" => "1.6",
- "1.5" => "1.5",
- "1.4" => "1.4",
- "1.2" => "1.2",
- "1.1" => "1.1",
- );
- $font_sizes = array(
- '12' => '12',
- '14' => '14',
- "---" => "---",
- "16" => "16",
- "15" => "15",
- '13.5' => '13.5',
- '13' => '13',
- '12.5' => '12.5',
- '12' => '12',
- );
- $colours = array(
- 'light' => 'light',
- 'dark' => 'dark',
- );
-
- $colour_schemes = array(
- 'redbasic' => 'redbasic',
- 'fancyred' => 'fancyred',
- 'dark' => 'dark',
- );
- $shadows = array(
- 'true' => 'Yes',
- 'false' => 'No',
- );
-
- $navcolours = array (
+ $scheme_choices = array();
+ $scheme_choices["---"] = t("Default");
+ $files = glob('view/theme/' . current_theme() . '/schema/*');
+ if($files) {
+ foreach($files as $file) {
+ $f = basename($file, ".php");
+ $scheme_name = $f;
+ $scheme_choices[$f] = $scheme_name;
+ }
+ }
+
+
+ $nav_colours = array (
+ '' => 'Scheme Default',
'red' => 'red',
'black' => 'black',
- );
-
- $displaystyles = array (
- 'fancy' => 'fancy',
- 'classic' => 'classic',
- );
-
- $linkcolours = array (
- 'blue' => 'blue',
- 'red' => 'red',
- );
-
- $iconsets = array (
- 'default' => 'default',
- );
-
- $shinys = array (
- 'none' => 'none',
- 'opaque' => 'opaque',
- );
- if(feature_enabled(local_user(),'expert')) {
+ 'silver' => 'silver',
+ );
+
+if(feature_enabled(local_user(),'expert'))
+ $expert = 1;
+
$t = get_markup_template('theme_settings.tpl');
$o .= replace_macros($t, array(
'$submit' => t('Submit'),
'$baseurl' => $a->get_baseurl(),
+ '$expert' => $expert,
'$title' => t("Theme settings"),
- '$font_size' => array('redbasic_font_size', t('Set font-size for posts and comments'), $font_size, '', $font_sizes),
- '$line_height' => array('redbasic_line_height', t('Set line-height for posts and comments'), $line_height, '', $line_heights),
- '$colour' => array('redbasic_colour', t('Set colour scheme'), $colour, '', $colours),
- '$shadow' => array('redbasic_shadow', t('Draw shadows'), $shadow, '', $shadows),
- '$navcolour' => array('redbasic_navcolour', t('Navigation bar colour'), $navcolour, '', $navcolours),
- '$displaystyle' => array('redbasic_displaystyle', t('Display style'), $displaystyle, '', $displaystyles),
- '$linkcolour' => array('redbasic_linkcolour', t('Display colour of links - hex value, do not include the #'), $linkcolour, '', $linkcolours),
- '$iconset' => array('redbasic_iconset', t('Icons'), $iconset, '', $iconsets),
- '$shiny' => array('redbasic_shiny', t('Shiny style'), $shiny, '', $shinys),
- '$radius' => array('redbasic_radius', t('Corner radius'), $radius, t('0-99 default: 5')),
- ));}
-
- if(! feature_enabled(local_user(),'expert')) {
- $t = get_markup_template('basic_theme_settings.tpl');
- $o .= replace_macros($t, array(
- '$submit' => t('Submit'),
- '$baseurl' => $a->get_baseurl(),
- '$title' => t("Theme settings"),
- '$font_size' => array('redbasic_font_size', t('Set font-size for posts and comments'), $font_size, '', $font_sizes),
- '$line_height' => array('redbasic_line_height', t('Set line-height for posts and comments'), $line_height, '', $line_heights),
- '$colour_scheme' => array('redbasic_colour_scheme', t('Set colour scheme'), $colour_scheme, '', $colour_schemes),
- ));}
-
+ '$schema' => array('redbasic_schema', t('Set scheme'), $schema, '', $scheme_choices),
+ '$nav_colour' => array('redbasic_nav_colour', t('Navigation bar colour'), $nav_colour, '', $nav_colours),
+ '$bgcolour' => array('redbasic_background_colour', t('Set the background colour'), $bgcolour),
+ '$background_image' => array('redbasic_background_image', t('Set the background image'), $background_image),
+ '$item_colour' => array('redbasic_item_colour', t('Set the background colour of items'), $item_colour),
+ '$item_opacity' => array('redbasic_item_opacity', t('Set the opacity of items'), $item_opacity),
+ '$font_size' => array('redbasic_font_size', t('Set font-size for posts and comments'), $font_size),
+ '$font_colour' => array('redbasic_font_colour', t('Set font-colour for posts and comments'), $font_colour),
+ '$radius' => array('redbasic_radius', t('Set radius of corners'), $radius),
+ '$shadow' => array('redbasic_shadow', t('Set shadow depth of photos'), $shadow),
+ ));
+
return $o;
}
-
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php
index 8643925d3..b80a3e764 100644
--- a/view/theme/redbasic/php/style.php
+++ b/view/theme/redbasic/php/style.php
@@ -1,159 +1,117 @@
<?php
- // This needs changing now, if we're going for global settings. Admin settings have been removed in preparation, You *should* just be able to remove all
- // the get_config bits, though this is untested.
- // We also need to eventually. Use the page owners settings for everybody - get_pconfig(page_owner()) or whatever that would look like.
-
+// Get the UID of the channel owner
$uid = get_theme_uid();
if($uid)
load_pconfig($uid,'redbasic');
- $line_height = false;
- $redbasic_font_size = false;
- $resolution = false;
- $colour = false;
- $shadows = false;
- $navcolour = false;
- $nav_bg_1 = "f88";
- $nav_bg_2 = "b00";
- $nav_bg_3 = "f00";
- $nav_bg_4 = "b00";
- $displaystyle = false;
- $linkcolour = false;
- $shiny = false;
- $radius = 5;
- $site_line_height = get_config("redbasic","line_height");
- $site_redbasic_font_size = get_config("redbasic", "font_size" );
- $site_colour = get_config("redbasic", "colour" );
- $shadows = get_config("redbasic", "shadow" );
- $navcolour = get_config("redbasic", "navcolour" );
- $displaystyle = get_config("redbasic", "displaystyle" );
- $linkcolour = get_config("redbasic", "linkcolour" );
- $shiny = get_config("redbasic", "shiny" );
-
- $x = get_config('redbasic','radius');
- if($x !== false)
- $radius = $x;
-
- if ($uid) {
- $line_height = get_pconfig($uid, "redbasic","line_height");
- $redbasic_font_size = get_pconfig($uid, "redbasic", "font_size");
- $colour = get_pconfig($uid, "redbasic", "colour");
- $shadows = get_pconfig($uid, "redbasic", "shadow");
- $navcolour = get_pconfig($uid, "redbasic", "navcolour");
- $displaystyle = get_pconfig($uid, "redbasic", "displaystyle");
- $linkcolour = get_pconfig($uid, "redbasic", "linkcolour");
- $shiny = get_pconfig($uid, "redbasic", "shiny");
- $x = get_pconfig($uid,'redbasic','radius');
- if($x !== false)
- $radius = $x;
-
- if (! feature_enabled($uid,'expert')) {$colour_scheme = get_pconfig($uid, "redbasic", "colour_scheme");}
- }
-
- // In non-expert mode, we just let them choose font size, line height, and a colour scheme. A colour scheme is just a pre-defined set of the above variables.
- // But only apply these settings in non-expert mode to prevent confusion when turning expert mode on and off.
- if(! feature_enabled($uid,'expert')) {
- if ($colour_scheme === 'fancyred') {$shadows = true; $navcolour = 'black'; $displaystyle = 'fancy'; $linkcolour = 'f00'; $shiny = "opaque";}
- // Dark themes are very different - we need to do some of these from scratch, so don't bother setting vars for anything else
- if ($colour_scheme === 'dark') {$colour = 'dark'; $navcolour = 'black';}
- if ($colour_scheme === 'redbasic'){$navcolour = 'red';}
- $shadows = false;
- $radius = 5;
-}
-
-// This is probably the easiest place to apply global settings. Don't bother with site line height and such. Instead, check pconfig for global user settings.
-// eg, if ($redbasic_font_size === false) {$redbasic_font_size = get_pconfig($uid, "global", "font_size"); If it's not set, we'll just use the CSS with no changes.
-// Then all you need to do is add a "Global Settings" tab to settings/display, and make an equivalent of theme_settings.tpl and config.php to be loaded there. Easy.
-
- if ($line_height === false) {$line_height = $site_line_height;}
- if ($line_height === false) {$line_height = "1.2";}
- if ($redbasic_font_size === false) {$redbasic_font_size = $site_redbasic_font_size;}
- if ($redbasic_font_size === false) {$redbasic_font_size = "12";}
- if ($colour === false) {$colour = $site_colour;}
- if ($colour === false) {$colour = "light";}
- if ($navcolour === "black") {$nav_bg_1 = "000";
- $nav_bg_2 = "2e2f2e";}
-
- if(file_exists('view/theme/' . current_theme() . '/css/style.css')) {
- $x = file_get_contents('view/theme/' . current_theme() . '/css/style.css');
- if(get_config('system','pcss_compress')) {
- // this shaves off about 10%, probably not enough to worry about right now.
- logger('pcss compress: original size: ' . strlen($x), LOGGER_DEBUG);
- $x = str_replace(array("\r","\t"," "),array("",' ',' '),$x);
- $x = preg_replace('/(\n[ ]+?)/s',"\n",$x);
- $x = str_replace("\n","",$x);
- logger('pcss compress: final size: ' . strlen($x), LOGGER_DEBUG);
+// Nav colours are mess. Set $nav_colour as a single word for the sake of letting folk pick one
+// but it actually consists of at least two colours to form a gradient - $nav_bg_1 and $nav_bg_2
+// A further two - $nav_bg_3 and $nav_bg_4 are used to create the hover, if any particular scheme
+// wants to implement that
+ $nav_colour = get_pconfig($uid, "redbasic", "nav_colour");
+ if ($nav_colour == "red") {
+ $nav_bg_1 = "#f88";
+ $nav_bg_2 = "#b00";
+ $nav_bg_3 = "#f00";
+ $nav_bg_4 = "#b00";
+ $search_background = '#FFDDDD';
+ $active_colour = '#444444';
}
- echo str_replace(array('$radius'),array($radius),$x);
- }
- echo "\r\n";
-
-// use $colour_scheme for idiot mode.
- if($colour === "dark") {if (file_exists('view/theme/' . current_theme() . '/css/dark.css')) {
- $dark = (file_get_contents('view/theme/' . current_theme() . '/css/dark.css'));
- echo "$dark";}
- }
-
-
-
-// Enforce sane limits for expert mode - otherwise we'll end up with "experts" who think font size is a percentage.
-
- if(($redbasic_font_size >= 8.0) && ($redbasic_font_size <= 20.0)) {
- echo ".wall-item-content { font-size: ${redbasic_font_size}px;}\r\n";
- }
-
- if(($line_height >= 1.0) && ($line_height <= 2.0)) {
- echo ".wall-item-content { line-height: $line_height; }\r\n";
- }
+ if ($nav_colour == "black") {
+ $nav_bg_1 = $nav_bg_3 = "#000";
+ $nav_bg_2 = $nav_bg_4 = "#222";
+ $search_background = '#EEEEEE';
+ $active_colour = '#AAAAAA';
+ }
+ if ($nav_colour == "silver") {
+ $nav_bg_1 = $nav_bg_2 = $nav_bg_3 = $nav_bg_4 = "silver";
+ $search_background = '#EEEEEE';
+ }
-// Minimum value shadows - they shouldn't all be the same size; just get it working, clean up later.
- if($shadows === "true") {
- echo "code, blockquote, .wall-item-content-wrapper, .wall-item-content-wrapper.comment, .wall-item-content img, #profile-jot-perms, #profile-jot-submit, .tab, .tab.active, .settings-widget li, .wall-item-photo, .photo, .contact-block-img, .my-comment-photo, #posted-date-selector:hover, .contact-entry-photo img, .profile-match-photo img, #photo-photo img, .directory-photo-img, .photo-album-photo, .photo-top-photo, .group-selected, .nets-selected, .fileas-selected, .categories-selected {
- box-shadow: 5px 5px 5px #111;}\r\n
+// Load the owners pconfig
+ $schema = get_pconfig($uid,'redbasic','schema');
+ $bgcolour = get_pconfig($uid, "redbasic", "background_colour");
+ $background_image = get_pconfig($uid, "redbasic", "background_image");
+ $item_colour = get_pconfig($uid, "redbasic", "item_colour");
+ $item_opacity = get_pconfig($uid, "redbasic", "item_opacity");
+ $font_size = get_pconfig($uid, "redbasic", "font_size");
+ $font_colour = get_pconfig($uid, "redbasic", "font_colour");
+ $radius = get_pconfig($uid, "redbasic", "radius");
+ $shadow = get_pconfig($uid,"redbasic","photo_shadow");
+
+// Now load the scheme. If a value is changed above, we'll keep the settings
+// If not, we'll keep those defined by the schema
+// Setting $scheme to '' wasn't working for some reason, so we'll check it's
+// not --- like the mobile theme does instead.
+
+ if (($schema) && ($schema != '---')) {
+ $schemefile = 'view/theme/' . current_theme() . '/schema/' . $schema . '.php';
+ require_once ($schemefile);
+ }
+ // If we haven't got a schema, load the default. We shouldn't touch this - we
+ // should leave it for admins to define for themselves.
+ if (! $schema) {
+ if(file_exists('view/theme/' . current_theme() . '/schema/default.php')) {
+ $schemefile = 'view/theme/' . current_theme() . '/schema/' . 'default.php';
+ require_once ($schemefile);
+ }
+ }
- .tab.active, #jot-title, #jot-category, .comment-edit-text-empty, .comment-edit-text-full, iframe#profile-jot-text_ifr, #profile-jot-text {
- box-shadow: 5px 5px 5px #666 inset;}\r\n";
-
- }
-
-// Since every change would otherwise require five lines, it's simpler to just set a default and echo this without first checking if we've set it.
- echo "nav {background-image: linear-gradient(bottom, #$nav_bg_1 26%, #$nav_bg_2 82%);
- background-image: -o-linear-gradient(bottom, #$nav_bg_1 26%, #$nav_bg_2 82%);
- background-image: -moz-linear-gradient(bottom, #$nav_bg_1 26%, #$nav_bg_2 82%) !important;
- background-image: -webkit-linear-gradient(bottom, #$nav_bg_1 26%, #$nav_bg_2 82%);
- background-image: -ms-linear-gradient(bottom, #$nav_bg_1 26%, #$nav_bg_2 82%);}";
-
- if($navcolour === false || $navcolour === 'red') {
- echo "nav:hover {background-image: linear-gradient(bottom, #$nav_bg_3 26%, #$nav_bg_4 82%);
- background-image: -o-linear-gradient(bottom, #$nav_bg_3 26%, #$nav_bg_4 82%);
- background-image: -moz-linear-gradient(bottom, #$nav_bg_3 26%, #$nav_bg_4 82%) !important;
- background-image: -webkit-linear-gradient(bottom, #$nav_bg_3 26%, #$nav_bg_4 82%);
- background-image: -ms-linear-gradient(bottom, #$nav_bg_3 26%, #$nav_bg_4 82%);}";
- }
-
-// This takes quite a lot of code, so we'll keep it in a separate file, and echo the lot. Devs still don't have to worry about - it's just overrides.
-// Theme devs can play with it without facing scary PHP.
-
- if ($displaystyle === "fancy")
- {if (file_exists('view/theme/' . current_theme() . '/css/fancy.css')) {
- $fancy = (file_get_contents('view/theme/' . current_theme() . '/css/fancy.css'));
- echo str_replace(array('$radius'),array($radius),$fancy);
- }
- }
-
-// Put the # here to force hex colours - if we don't, somebody is going to do something odd, using RGB and we're all going to be confused on the support forums
-// until one of us works out what they've done.
+
+//Set some defaults - we have to do this after pulling owner settings, and we have to check for each setting
+//individually. If we don't, we'll have problems if a user has set one, but not all options.
+
+ if (! $nav_colour) {
+ $nav_colour = "red";
+ $nav_bg_1 = "#f88";
+ $nav_bg_2 = "#b00";
+ $nav_bg_3 = "#f00";
+ $nav_bg_4 = "#b00";
+ }
+ if (! $bgcolour)
+ $bgcolour = "fff";
+ if (! $background_image)
+ $background_image ='';
+ if (! $item_colour)
+ $item_colour = "fff";
+ if (! $item_opacity)
+ $item_opacity = "1";
+ if (! $font_size)
+ $font_size = "12";
+ if (! $font_colour)
+ $font_colour = "000";
+ if (! $radius)
+ $radius = "5";
+ if (! $shadow)
+ $shadow = "0";
+ if(! $active_colour)
+ $active_colour = '#FFFFFF';
+
+
+// Apply the settings
+ if(file_exists('view/theme/' . current_theme() . '/css/style.css')) {
+ $x = file_get_contents('view/theme/' . current_theme() . '/css/style.css');
- if ($linkcolour != false) {
- echo "a, a:visited, a:link, .fakelink, .fakelink:visited, .fakelink:link {color: #$linkcolour;}\r\n";
- }
-
-// If you want a shiny that just sets a different colour, add an if $shiny != false and handle it as the linkcolour above.
+$options = array (
+'$nav_bg_1' => $nav_bg_1,
+'$nav_bg_2' => $nav_bg_2,
+'$nav_bg_3' => $nav_bg_3,
+'$nav_bg_4' => $nav_bg_4,
+'$search_background' => $search_background,
+'$bgcolour' => $bgcolour,
+'$background_image' => $background_image,
+'$item_colour' => $item_colour,
+'$item_opacity' => $item_opacity,
+'$font_size' => $font_size,
+'$font_colour' => $font_colour,
+'$radius' => $radius,
+'$shadow' => $shadow,
+'$active_colour' => $active_colour
+);
+
+echo str_replace(array_keys($options), array_values($options), $x);
- if ($shiny === 'opaque') {
- echo "div.wall-item-content-wrapper.shiny {opacity: 1;}\r\n
- .wall-item-content-wrapper {opacity: 0.8;}";
- } \ No newline at end of file
+}
diff --git a/view/theme/redbasic/php/theme.php b/view/theme/redbasic/php/theme.php
index 3d69a7e22..ca280ef6a 100644
--- a/view/theme/redbasic/php/theme.php
+++ b/view/theme/redbasic/php/theme.php
@@ -1,9 +1,5 @@
<?php
function redbasic_init(&$a) {
- if($a->config['system']['theme_engine'])
- $a->set_template_engine($a->config['system']['theme_engine']);
- else
- $a->set_template_engine('smarty3');
-// head_add_js('redbasic.js');
+
}
diff --git a/view/theme/redbasic/tpl/basic_theme_settings.tpl b/view/theme/redbasic/tpl/basic_theme_settings.tpl
deleted file mode 100755
index 33a34b292..000000000
--- a/view/theme/redbasic/tpl/basic_theme_settings.tpl
+++ /dev/null
@@ -1,14 +0,0 @@
-{{*
- * AUTOMATICALLY GENERATED TEMPLATE
- * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
- *
- *}}
-{{include file="field_select.tpl" field=$font_size}}
-
-{{include file="field_select.tpl" field=$line_height}}
-
-{{include file="field_select.tpl" field=$colour_scheme}}
-
-<div class="settings-submit-wrapper">
- <input type="submit" value="{{$submit}}" class="settings-submit" name="redbasic-settings-submit" />
-</div>
diff --git a/view/theme/redbasic/tpl/theme_settings.tpl b/view/theme/redbasic/tpl/theme_settings.tpl
index cd980fbc3..45dd529fa 100755..100644
--- a/view/theme/redbasic/tpl/theme_settings.tpl
+++ b/view/theme/redbasic/tpl/theme_settings.tpl
@@ -1,23 +1,20 @@
-{{include file="field_select.tpl" field=$colour}}
+{{include file="field_select.tpl" field=$schema}}
+<div class="settings-submit-wrapper">
+ <input type="submit" value="{{$submit}}" class="settings-submit" name="redbasic-settings-submit" />
+</div>
+{{if $expert}}
+{{include file="field_select.tpl" field=$nav_colour}}
+{{include file="field_input.tpl" field=$bgcolour}}
+{{include file="field_input.tpl" field=$background_image}}
+{{include file="field_input.tpl" field=$item_colour}}
+{{include file="field_input.tpl" field=$item_opacity}}
{{include file="field_input.tpl" field=$font_size}}
-
-{{include file="field_input.tpl" field=$line_height}}
-
-{{include file="field_select.tpl" field=$shadow}}
-
-{{include file="field_select.tpl" field=$navcolour}}
-
-{{include file="field_select.tpl" field=$displaystyle}}
-
-{{include file="field_input.tpl" field=$linkcolour}}
-
-{{include file="field_select.tpl" field=$iconset}}
-
-{{include file="field_select.tpl" field=$shiny}}
-
+{{include file="field_input.tpl" field=$font_colour}}
{{include file="field_input.tpl" field=$radius}}
+{{include file="field_input.tpl" field=$shadow}}
<div class="settings-submit-wrapper">
<input type="submit" value="{{$submit}}" class="settings-submit" name="redbasic-settings-submit" />
</div>
+{{/if}} \ No newline at end of file
diff --git a/view/tpl/abook_edit.tpl b/view/tpl/abook_edit.tpl
index c285e56d1..30abcc6b3 100755
--- a/view/tpl/abook_edit.tpl
+++ b/view/tpl/abook_edit.tpl
@@ -1,3 +1,4 @@
+<div class="generic-content-wrapper">
<h2>{{$header}}</h2>
<h3>{{$addr}}</h3>
@@ -40,7 +41,9 @@
{{if $is_pending}}
+<div class="abook-pending-contact">
{{include file="field_checkbox.tpl" field=$unapproved}}
+</div>
{{/if}}
<br />
@@ -82,3 +85,4 @@
</form>
</div>
+</div>
diff --git a/view/tpl/admin_aside.tpl b/view/tpl/admin_aside.tpl
index acf58668d..fdf070aa2 100755
--- a/view/tpl/admin_aside.tpl
+++ b/view/tpl/admin_aside.tpl
@@ -16,6 +16,7 @@
<li class='admin link button {{$admin.users.2}}'><a href='{{$admin.users.0}}'>{{$admin.users.1}}</a><span id='pending-update' title='{{$h_pending}}'></span></li>
<li class='admin link button {{$admin.plugins.2}}'><a href='{{$admin.plugins.0}}'>{{$admin.plugins.1}}</a></li>
<li class='admin link button {{$admin.themes.2}}'><a href='{{$admin.themes.0}}'>{{$admin.themes.1}}</a></li>
+ <li class='admin link button {{$admin.hubloc.2}}'><a href='{{$admin.hubloc.0}}'>{{$admin.hubloc.1}}</a></li>
<li class='admin link button {{$admin.dbsync.2}}'><a href='{{$admin.dbsync.0}}'>{{$admin.dbsync.1}}</a></li>
</ul>
diff --git a/view/tpl/admin_hubloc.tpl b/view/tpl/admin_hubloc.tpl
new file mode 100755
index 000000000..a9f250652
--- /dev/null
+++ b/view/tpl/admin_hubloc.tpl
@@ -0,0 +1,22 @@
+<div class="generic-content-wrapper" id='adminpage'>
+ <h1>{{$title}} - {{$page}}</h1>
+
+ <form action="{{$baseurl}}/admin/hubloc" method="post">
+ <input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
+
+ <table id='server'>
+ <thead>
+ <tr>
+ {{foreach $th_hubloc as $th}}<th>{{$th}}</th>{{/foreach}}
+ </tr>
+ </thead>
+ <tbody>
+
+ {{foreach $hubloc as $hub}}<tr>
+ <td>{{$hub.hubloc_id}}</td><td>{{$hub.hubloc_addr}}</td><td>{{$hub.hubloc_host}}</td><td>{{$hub.hubloc_status}}</td>
+ </tr>{{/foreach}}
+ </tbody>
+ </table>
+
+
+</div>
diff --git a/view/tpl/admin_logs.tpl b/view/tpl/admin_logs.tpl
index e5412429f..3d2adc660 100755
--- a/view/tpl/admin_logs.tpl
+++ b/view/tpl/admin_logs.tpl
@@ -1,4 +1,4 @@
-<div id='adminpage'>
+<div class="generic-content-wrapper" id='adminpage'>
<h1>{{$title}} - {{$page}}</h1>
<form action="{{$baseurl}}/admin/logs" method="post">
diff --git a/view/tpl/admin_plugins.tpl b/view/tpl/admin_plugins.tpl
index 01c178c3e..729ba5dc8 100755
--- a/view/tpl/admin_plugins.tpl
+++ b/view/tpl/admin_plugins.tpl
@@ -1,4 +1,4 @@
-<div id='adminpage'>
+<div class="generic-content-wrapper" id='adminpage'>
<h1>{{$title}} - {{$page}}</h1>
<ul id='pluginslist'>
diff --git a/view/tpl/admin_plugins_details.tpl b/view/tpl/admin_plugins_details.tpl
index 47c33bec3..f72142e41 100755
--- a/view/tpl/admin_plugins_details.tpl
+++ b/view/tpl/admin_plugins_details.tpl
@@ -1,4 +1,4 @@
-<div id='adminpage'>
+<div class = "generic-content-wrapper" id='adminpage'>
<h1>{{$title}} - {{$page}}</h1>
<p><span class='toggleplugin icon {{$status}}'></span> {{$info.name}} - {{$info.version}} : <a href="{{$baseurl}}/admin/{{$function}}/{{$plugin}}/?a=t&amp;t={{$form_security_token}}">{{$action}}</a></p>
diff --git a/view/tpl/admin_site.tpl b/view/tpl/admin_site.tpl
index 76dae6ea1..d0a5254fe 100755
--- a/view/tpl/admin_site.tpl
+++ b/view/tpl/admin_site.tpl
@@ -34,7 +34,7 @@
});
});
</script>
-<div id='adminpage'>
+<div id="adminpage" class="generic-content-wrapper">
<h1>{{$title}} - {{$page}}</h1>
<form action="{{$baseurl}}/admin/site" method="post">
@@ -44,10 +44,10 @@
{{include file="field_textarea.tpl" field=$banner}}
{{include file="field_select.tpl" field=$language}}
{{include file="field_select.tpl" field=$theme}}
- {{include file="field_select.tpl" field=$theme_mobile}}
- {{include file="field_select.tpl" field=$theme_accessibility}}
- {{include file="field_input.tpl" field=$site_channel}}
- {{include file="field_select.tpl" field=$ssl_policy}}
+ {{include file="field_select.tpl" field=$theme_mobile}}
+ {{include file="field_select.tpl" field=$theme_accessibility}}
+ {{include file="field_input.tpl" field=$site_channel}}
+
<div class="submit"><input type="submit" name="page_site" value="{{$submit}}" /></div>
diff --git a/view/tpl/admin_summary.tpl b/view/tpl/admin_summary.tpl
index 88d87c35d..d3665626f 100755
--- a/view/tpl/admin_summary.tpl
+++ b/view/tpl/admin_summary.tpl
@@ -1,4 +1,4 @@
-<div id='adminpage'>
+<div class="generic-content-wrapper" id='adminpage'>
<h1>{{$title}} - {{$page}}</h1>
<dl>
diff --git a/view/tpl/admin_users.tpl b/view/tpl/admin_users.tpl
index 86389e9f2..770df7eba 100755
--- a/view/tpl/admin_users.tpl
+++ b/view/tpl/admin_users.tpl
@@ -10,7 +10,7 @@
return false;
}
</script>
-<div id='adminpage'>
+<div class = "generic-content-wrapper" id='adminpage'>
<h1>{{$title}} - {{$page}}</h1>
<form action="{{$baseurl}}/admin/users" method="post">
diff --git a/view/tpl/build_query.tpl b/view/tpl/build_query.tpl
index e5bf3acce..53a8c0f6b 100755
--- a/view/tpl/build_query.tpl
+++ b/view/tpl/build_query.tpl
@@ -41,7 +41,7 @@
if(bParam_search != "") bCmd = bCmd + "&search=" + bParam_search;
if(bParam_order != "") bCmd = bCmd + "&order=" + bParam_order;
if(bParam_file != "") bCmd = bCmd + "&file=" + bParam_file;
- if(bParam_cats != "") bCmd = bCmd + "&cats=" + bParam_cats;
+ if(bParam_cats != "") bCmd = bCmd + "&cat=" + bParam_cats;
if(bParam_dend != "") bCmd = bCmd + "&dend=" + bParam_dend;
if(bParam_dbegin != "") bCmd = bCmd + "&dbegin=" + bParam_dbegin;
if(bParam_mid != "") bCmd = bCmd + "&mid=" + bParam_mid;
diff --git a/view/tpl/channels.tpl b/view/tpl/channels.tpl
index 317384661..af6b36b1d 100755
--- a/view/tpl/channels.tpl
+++ b/view/tpl/channels.tpl
@@ -7,6 +7,11 @@
{{/foreach}}
{{/if}}
+{{if $channel_usage_message}}
+<div id="channel-usage-message" class="usage-message">
+{{$channel_usage_message}}
+</div>
+{{/if}}
{{if $selected}}
<div id="selected-channel">
<div id="channels-selected">{{$msg_selected}}</div>
diff --git a/view/tpl/comment_item.tpl b/view/tpl/comment_item.tpl
index f8add5d15..7b6113105 100755
--- a/view/tpl/comment_item.tpl
+++ b/view/tpl/comment_item.tpl
@@ -16,30 +16,30 @@
</div>
<div class="comment-edit-photo-end"></div>
<ul class="comment-edit-bb-{{$id}}">
- <li><a class="editicon boldbb shadow"
+ <li><i class="icon-bold shadow comment-icon"
style="cursor: pointer;" title="{{$edbold}}"
- onclick="insertFormatting('{{$comment}}','b', {{$id}});"></a></li>
- <li><a class="editicon italicbb shadow"
+ onclick="insertFormatting('{{$comment}}','b', {{$id}});"></i></li>
+ <li><i class="icon-italic shadow comment-icon"
style="cursor: pointer;" title="{{$editalic}}"
- onclick="insertFormatting('{{$comment}}','i', {{$id}});"></a></li>
- <li><a class="editicon underlinebb shadow"
+ onclick="insertFormatting('{{$comment}}','i', {{$id}});"></i></li>
+ <li><i class="icon-underline shadow comment-icon"
style="cursor: pointer;" title="{{$eduline}}"
- onclick="insertFormatting('{{$comment}}','u', {{$id}});"></a></li>
- <li><a class="editicon quotebb shadow"
+ onclick="insertFormatting('{{$comment}}','u', {{$id}});"></i></li>
+ <li><i class="icon-quote-left shadow comment-icon"
style="cursor: pointer;" title="{{$edquote}}"
- onclick="insertFormatting('{{$comment}}','quote', {{$id}});"></a></li>
- <li><a class="editicon codebb shadow"
+ onclick="insertFormatting('{{$comment}}','quote', {{$id}});"></i></li>
+ <li><i class="icon-terminal shadow comment-icon"
style="cursor: pointer;" title="{{$edcode}}"
- onclick="insertFormatting('{{$comment}}','code', {{$id}});"></a></li>
- <li><a class="editicon imagebb shadow"
+ onclick="insertFormatting('{{$comment}}','code', {{$id}});"></i></li>
+ <li><i class="icon-camera shadow comment-icon"
style="cursor: pointer;" title="{{$edimg}}"
- onclick="insertFormatting('{{$comment}}','img', {{$id}});"></a></li>
- <li><a class="editicon urlbb shadow"
+ onclick="insertFormatting('{{$comment}}','img', {{$id}});"></i></li>
+ <li><i class="icon-link shadow comment-icon"
style="cursor: pointer;" title="{{$edurl}}"
- onclick="insertFormatting('{{$comment}}','url', {{$id}});"></a></li>
- <li><a class="editicon videobb shadow"
+ onclick="insertFormatting('{{$comment}}','url', {{$id}});"></i></li>
+ <li><i class="icon-facetime-video shadow comment-icon"
style="cursor: pointer;" title="{{$edvideo}}"
- onclick="insertFormatting('{{$comment}}','video', {{$id}});"></a></li>
+ onclick="insertFormatting('{{$comment}}','video', {{$id}});"></i></li>
</ul>
<div class="comment-edit-bb-end"></div>
<textarea id="comment-edit-text-{{$id}}" class="comment-edit-text-empty" name="body" onFocus="commentOpen(this,{{$id}});cmtBbOpen(this, {{$id}});" onBlur="commentClose(this,{{$id}});cmtBbClose(this,{{$id}});" >{{$comment}}</textarea>
diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl
index 806e2ba02..c44e2253a 100755
--- a/view/tpl/conv_item.tpl
+++ b/view/tpl/conv_item.tpl
@@ -31,14 +31,15 @@
</div>
<div class="wall-item-photo-end"></div>
<div class="wall-item-wrapper" id="wall-item-wrapper-{{$item.id}}" >
- {{if $item.lock}}<div class="wall-item-lock"><img src="images/lock_icon.gif" class="lockview" alt="{{$item.lock}}" onclick="lockview(event,{{$item.id}});" /></div>
+ {{if $item.lock}}<i class="wall-item-lock icon-lock lockview" title="{{$item.lock}}" onclick="lockview(event,{{$item.id}});" ></i>
{{else}}<div class="wall-item-lock"></div>{{/if}}
<div class="wall-item-location" id="wall-item-location-{{$item.id}}">{{$item.location}}</div>
</div>
</div>
<div class="wall-item-author">
<a href="{{$item.profile_url}}" title="{{$item.linktitle}}" class="wall-item-name-link"><span class="wall-item-name{{$item.sparkle}}" id="wall-item-name-{{$item.id}}" >{{$item.name}}</span></a>{{if $item.owner_url}} {{$item.to}} <a href="{{$item.owner_url}}" title="{{$item.olinktitle}}" class="wall-item-name-link"><span class="wall-item-name{{$item.osparkle}}" id="wall-item-ownername-{{$item.id}}">{{$item.owner_name}}</span></a> {{$item.vwall}}{{/if}}<br />
- <div class="wall-item-ago" id="wall-item-ago-{{$item.id}}"><span class="autotime" title="{{$item.isotime}}">{{$item.localtime}}</span>{{if $item.app}}<span class="item.app">{{$item.str_app}}</span>{{/if}}</div>
+
+ <div class="wall-item-ago" id="wall-item-ago-{{$item.id}}">{{if $item.verified}}<i class="icon-ok" title="{{$item.verified}}"></i>&nbsp;{{/if}}<span class="autotime" title="{{$item.isotime}}">{{$item.localtime}}</span>{{if $item.app}}<span class="item.app">{{$item.str_app}}</span>{{/if}}</div>
</div>
<div class="wall-item-content" id="wall-item-content-{{$item.id}}" >
<div class="wall-item-title" id="wall-item-title-{{$item.id}}">{{$item.title}}</div>
@@ -62,33 +63,33 @@
</div>
<div class="wall-item-tools" id="wall-item-tools-{{$item.id}}">
{{if $item.like}}
- <a href="#" class="icon like item-tool" title="{{$item.like.0}}" onclick="dolike({{$item.id}},'like'); return false"></a>
+ <i class="icon-thumbs-up-alt item-tool" title="{{$item.like.0}}" onclick="dolike({{$item.id}},'like'); return false"></i>
{{/if}}
{{if $item.dislike}}
- <a href="#" class="icon dislike item-tool" title="{{$item.dislike.0}}" onclick="dolike({{$item.id}},'dislike'); return false"></a>
+ <i class="icon-thumbs-down-alt item-tool" title="{{$item.dislike.0}}" onclick="dolike({{$item.id}},'dislike'); return false"></i>
{{/if}}
{{if $item.share}}
- <a href="#" class="icon recycle item-tool" title="{{$item.share.0}}" onclick="jotShare({{$item.id}}); return false"></a>
+ <i class="icon-retweet item-tool" title="{{$item.share.0}}" onclick="jotShare({{$item.id}}); return false"></i>
{{/if}}
{{if $item.plink}}
- <a href="{{$item.plink.href}}" title="{{$item.plink.title}}" target="external-link" class="icon item-tool remote-link{{$item.sparkle}}"></a>
+ <i class="icon-external-link item-tool" onclick="window.location.href='{{$item.plink.href}}'; return false;" title="{{$item.plink.title}}"></i>
{{/if}}
{{if $item.edpost}}
- <a class="editpost icon pencil item-tool" href="{{$item.edpost.0}}" title="{{$item.edpost.1}}"></a>
+ <i class="editpost icon-pencil item-tool" onclick="window.location.href='{{$item.edpost.0}}'; return false;" title="{{$item.edpost.1}}"></i>
{{/if}}
{{if $item.star}}
- <a href="#" id="starred-{{$item.id}}" onclick="dostar({{$item.id}}); return false;" class="star-item icon item-tool {{$item.star.isstarred}}" title="{{$item.star.toggle}}"></a>
+ <i id="starred-{{$item.id}}" onclick="dostar({{$item.id}}); return false;" class="star-item item-tool {{$item.star.isstarred}}" title="{{$item.star.toggle}}"></i>
{{/if}}
{{if $item.tagger}}
- <a href="#" id="tagger-{{$item.id}}" onclick="itemTag({{$item.id}}); return false;" class="tag-item icon item-tool tagged" title="{{$item.tagger.tagit}}"></a>
+ <i id="tagger-{{$item.id}}" onclick="itemTag({{$item.id}}); return false;" class="tag-item icon-tag item-tool" title="{{$item.tagger.tagit}}"></i>
{{/if}}
{{if $item.filer}}
- <a href="#" id="filer-{{$item.id}}" onclick="itemFiler({{$item.id}}); return false;" class="filer-item filer-icon item-tool" title="{{$item.filer}}"></a>
+ <i id="filer-{{$item.id}}" onclick="itemFiler({{$item.id}}); return false;" class="filer-item icon-folder-open item-tool" title="{{$item.filer}}"></i>
{{/if}}
<div id="like-rotator-{{$item.id}}" class="like-rotator"></div>
<div class="wall-item-delete-wrapper" id="wall-item-delete-wrapper-{{$item.id}}" >
- {{if $item.drop.dropping}}<a href="item/drop/{{$item.id}}" onclick="return confirmDelete();" class="icon drophide" title="{{$item.drop.delete}}" onmouseover="imgbright(this);" onmouseout="imgdull(this);" ></a>{{/if}}
+ {{if $item.drop.dropping}}<a href="item/drop/{{$item.id}}" onclick="return confirmDelete();" title="{{$item.drop.delete}}" onmouseover="imgbright(this);" onmouseout="imgdull(this);" ><i class="icon-remove drop-icons"></i></a>{{/if}}
</div>
{{if $item.drop.pagedrop}}<input type="checkbox" onclick="checkboxhighlight(this);" title="{{$item.drop.select}}" class="item-select" name="itemselected[]" value="{{$item.id}}" />{{/if}}
<div class="wall-item-delete-end"></div>
diff --git a/view/tpl/design_tools.tpl b/view/tpl/design_tools.tpl
new file mode 100644
index 000000000..eb082dc37
--- /dev/null
+++ b/view/tpl/design_tools.tpl
@@ -0,0 +1,7 @@
+<div id="design-tools" class="widget design-tools">
+<h3>{{$title}}</h3>
+<li><a href="blocks/{{$who}}">{{$blocks}}</a></li>
+<li><a href="menu">{{$menus}}</a></li>
+<li><a href="layouts/{{$who}}">{{$layout}}</a></li>
+<li><a href="webpages/{{$who}}">{{$pages}}</a></li>
+</div>
diff --git a/view/tpl/direntry.tpl b/view/tpl/direntry.tpl
index c6c0ab028..35bbbe0fd 100755
--- a/view/tpl/direntry.tpl
+++ b/view/tpl/direntry.tpl
@@ -1,13 +1,16 @@
<div class="directory-item lframe" id="directory-item-{{$entry.id}}" >
- <div class="contact-photo-wrapper" id="directory-photo-wrapper-{{$entry.id}}" >
- <div class="contact-photo" id="directory-photo-{{$entry.id}}" >
- <a href="{{$entry.profile_link}}" class="directory-profile-link" id="directory-profile-link-{{$entry.id}}" ><img class="directory-photo-img" src="{{$entry.photo}}" alt="{{$entry.alttext}}" title="{{$entry.alttext}}" /></a>
- </div>
- </div>
+<div class="generic-content-wrapper">
- <div class="contact-name" id="directory-name-{{$entry.id}}">{{$entry.name}}</div>
- {{if $entry.connect}}
- <div class="directory-connect"><a href="{{$entry.connect}}">{{$entry.conn_label}}</a></div>
- {{/if}}
- <div class="contact-details">{{$entry.details}}</div>
+<div class="contact-photo-wrapper" id="directory-photo-wrapper-{{$entry.id}}" >
+<div class="contact-photo" id="directory-photo-{{$entry.id}}" >
+<a href="{{$entry.profile_link}}" class="directory-profile-link" id="directory-profile-link-{{$entry.id}}" ><img class="directory-photo-img" src="{{$entry.photo}}" alt="{{$entry.alttext}}" title="{{$entry.alttext}}" /></a>
+</div>
+</div>
+
+<div class="contact-name" id="directory-name-{{$entry.id}}">{{$entry.name}}</div>
+{{if $entry.connect}}
+<div class="directory-connect"><a href="{{$entry.connect}}">{{$entry.conn_label}}</a></div>
+{{/if}}
+<div class="contact-details">{{$entry.details}}</div>
+</div>
</div>
diff --git a/view/tpl/filestorage.tpl b/view/tpl/filestorage.tpl
new file mode 100644
index 000000000..995b52cc8
--- /dev/null
+++ b/view/tpl/filestorage.tpl
@@ -0,0 +1,22 @@
+{{if $files}}
+
+ <div class="generic-content-wrapper">
+ {{if $limit}}{{$limitlabel}}{{$limit}}{{/if}} {{if $used}} {{$usedlabel}}{{$used}}{{/if}}
+
+
+ {{foreach $files as $key => $items}}
+ {{foreach $items as $item}}
+ <div class="files-list-item">
+ <a href="attach/{{$item.download}}">{{$download}}</a> |
+ <a href="{{$baseurl}}/{{$item.id}}/delete">{{$delete}}
+ <a href="page/{{$channel}}/{{$item.title}}">{{$title}}</a> {{$item.title}} |
+ {{$item.size}} bytes
+
+</div>
+ {{/foreach}}
+ {{/foreach}}
+ </div>
+
+ <div class="clear"></div>
+
+{{/if}}
diff --git a/view/tpl/follow.tpl b/view/tpl/follow.tpl
index 350f8d910..b0597e9b6 100755
--- a/view/tpl/follow.tpl
+++ b/view/tpl/follow.tpl
@@ -4,5 +4,8 @@
<form action="follow" method="post" />
<input id="side-follow-url" type="text" name="url" size="24" title="{{$hint}}" /><input id="side-follow-submit" type="submit" name="submit" value="{{$follow}}" />
</form>
+ {{if $abook_usage_message}}
+ <div class="usage-message" id="abook-usage-message">{{$abook_usage_message}}</div>
+ {{/if}}
</div>
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl
index 8092a7047..12978038c 100755
--- a/view/tpl/jot.tpl
+++ b/view/tpl/jot.tpl
@@ -9,6 +9,10 @@
<input type="hidden" name="post_id" value="{{$post_id}}" />
<input type="hidden" name="webpage" value="{{$webpage}}" />
<input type="hidden" name="preview" id="jot-preview" value="0" />
+
+ {{$mimeselect}}
+ {{$layoutselect}}
+
<div id="jot-title-wrap"><input name="title" id="jot-title" type="text" placeholder="{{$placeholdertitle}}" value="{{$title}}" class="jothidden" style="display:none"></div>
{{if $catsenabled}}
<div id="jot-category-wrap"><input name="category" id="jot-category" type="text" placeholder="{{$placeholdercategory}}" value="{{$category}}" class="jothidden" style="display:none" /></div>
@@ -25,26 +29,26 @@
<input type="submit" id="profile-jot-submit" name="submit" value="{{$share}}" />
<div id="profile-upload-wrapper" style="display: {{$visitor}};" >
- <div id="wall-image-upload-div" ><a href="#" onclick="return false;" id="wall-image-upload" class="icon camera" title="{{$upload}}"></a></div>
+ <div id="wall-image-upload-div" ><i id="wall-image-upload" class="icon-camera jot-icons" title="{{$upload}}"></i></div>
</div>
<div id="profile-attach-wrapper" style="display: {{$visitor}};" >
- <div id="wall-file-upload-div" ><a href="#" onclick="return false;" id="wall-file-upload" class="icon attach" title="{{$attach}}"></a></div>
+ <div id="wall-file-upload-div" ><i id="wall-file-upload" class="icon-paper-clip jot-icons" title="{{$attach}}"></i></div>
</div>
<div id="profile-link-wrapper" style="display: {{$visitor}};" ondragenter="linkdropper(event);" ondragover="linkdropper(event);" ondrop="linkdrop(event);" >
- <a id="profile-link" class="icon link" title="{{$weblink}}" ondragenter="return linkdropper(event);" ondragover="return linkdropper(event);" ondrop="linkdrop(event);" onclick="jotGetLink(); return false;"></a>
+ <i id="profile-link" class="icon-link jot-icons" title="{{$weblink}}" ondragenter="return linkdropper(event);" ondragover="return linkdropper(event);" ondrop="linkdrop(event);" onclick="jotGetLink(); return false;"></i>
</div>
<div id="profile-video-wrapper" style="display: {{$visitor}};" >
- <a id="profile-video" class="icon video" title="{{$video}}" onclick="jotVideoURL();return false;"></a>
+ <i id="profile-video" class="icon-facetime-video jot-icons" title="{{$video}}" onclick="jotVideoURL();return false;"></i>
</div>
<div id="profile-audio-wrapper" style="display: {{$visitor}};" >
- <a id="profile-audio" class="icon audio" title="{{$audio}}" onclick="jotAudioURL();return false;"></a>
+ <i id="profile-audio" class="icon-volume-up jot-icons" title="{{$audio}}" onclick="jotAudioURL();return false;"></i>
</div>
<div id="profile-location-wrapper" style="display: {{$visitor}};" >
- <a id="profile-location" class="icon globe" title="{{$setloc}}" onclick="jotGetLocation();return false;"></a>
+ <i id="profile-location" class="icon-globe jot-icons" title="{{$setloc}}" onclick="jotGetLocation();return false;"></i>
</div>
<div id="profile-nolocation-wrapper" style="display: none;" >
- <a id="profile-nolocation" class="icon noglobe" title="{{$noloc}}" onclick="jotClearLocation();return false;"></a>
+ <i id="profile-nolocation" class="icon-circle-blank jot-icons" title="{{$noloc}}" onclick="jotClearLocation();return false;"></i>
</div>
<div id="profile-rotator-wrapper" style="display: {{$visitor}};" >
<div id="profile-rotator"></div>
diff --git a/view/tpl/like_noshare.tpl b/view/tpl/like_noshare.tpl
index d2cf0f742..60ba14d8c 100755
--- a/view/tpl/like_noshare.tpl
+++ b/view/tpl/like_noshare.tpl
@@ -1,5 +1,5 @@
<div class="wall-item-like-buttons" id="wall-item-like-buttons-{{$id}}">
- <a href="#" class="icon like" title="{{$likethis}}" onclick="dolike({{$id}},'like'); return false"></a>
- <a href="#" class="icon dislike" title="{{$nolike}}" onclick="dolike({{$id}},'dislike'); return false"></a>
+ <i class="icon-thumbs-up-alt item-tool" title="{{$likethis}}" onclick="dolike({{$id}},'like'); return false"></i>
+ <i class="icon-thumbs-down-alt item-tool" title="{{$nolike}}" onclick="dolike({{$id}},'dislike'); return false"></i>
<div id="like-rotator-{{$id}}" class="like-rotator"></div>
</div>
diff --git a/view/tpl/mail_display.tpl b/view/tpl/mail_display.tpl
index 26e02529a..7280f1e84 100755
--- a/view/tpl/mail_display.tpl
+++ b/view/tpl/mail_display.tpl
@@ -1,3 +1,4 @@
+<div class="generic-content-wrapper">
{{foreach $mails as $mail}}
{{include file="mail_conv.tpl"}}
{{/foreach}}
@@ -7,3 +8,4 @@
{{else}}
{{$unknown_text}}
{{/if}}
+</div>
diff --git a/view/tpl/mail_list.tpl b/view/tpl/mail_list.tpl
index fc4af8ddd..4d8a744ac 100755
--- a/view/tpl/mail_list.tpl
+++ b/view/tpl/mail_list.tpl
@@ -1,7 +1,7 @@
-<div class="mail-list-wrapper">
+<div class="generic-content-wrapper" id="mail-list-wrapper">
<span class="mail-delete"><a href="message/dropconv/{{$id}}" onclick="return confirmDelete();" title="{{$delete}}" class="icon drophide mail-list-delete delete-icon" onmouseover="imgbright(this);" onmouseout="imgdull(this);" ></a></span>
- <a href="{{$from_url}}" class="mail-list-sender-url" ><img class="mail-list-sender-photo" src="{{$from_photo}}" alt="{{$from_name}}" /></a>
- <span class="mail-from">{{$from_name}}</span>
- <span class="mail-subject {{if $seen}}seen{{else}}unseen{{/if}}"><a href="message/{{$id}}" class="mail-link">{{$subject}}</a></span>
- <span class="mail-date" title="{{$date}}">{{$date}}</span>
+ <a href="{{$from_url}}" class ="mail-list" ><img class="mail-list-sender-photo" src="{{$from_photo}}" alt="{{$from_name}}" /></a>
+ <span class="mail-list">{{$from_name}}</span>
+ <span class="mail-list" {{if $seen}}seen{{else}}unseen{{/if}}"><a href="message/{{$id}}" class="mail-link">{{$subject}}</a></span>
+ <span class="mail-list" title="{{$date}}">{{$date}}</span>
</div>
diff --git a/view/tpl/menulist.tpl b/view/tpl/menulist.tpl
index 4ee382a27..19428aca2 100644
--- a/view/tpl/menulist.tpl
+++ b/view/tpl/menulist.tpl
@@ -7,7 +7,7 @@
{{if $menus }}
<ul id="menulist">
{{foreach $menus as $m }}
-<li><a href="menu/{{$m.menu_id}}" title="{{$hintedit}}">{{$edit}}</a> | <a href="menu/{{$m.menu_id}}/drop" title={{$hintdrop}}>{{$drop}}</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="mitem/{{$m.menu_id}}" title="{{$hintcontent}}">{{$m.menu_name}}</a></li>
+<li><a href="menu/{{$m.menu_id}}" title="{{$hintedit}}">{{$edit}}</a> | <a href="menu/{{$m.menu_id}}/drop" title={{$hintdrop}}>{{$drop}}</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="mitem/{{$m.menu_id}}/new" title="{{$hintcontent}}">{{$m.menu_name}}</a></li>
{{/foreach}}
</ul>
{{/if}}
diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl
index 7c26609c3..f27afed09 100755
--- a/view/tpl/nav.tpl
+++ b/view/tpl/nav.tpl
@@ -29,14 +29,14 @@
{{if $nav.lock}}
<li id="nav-rmagic-link" class="nav-menu-icon" >
- <a class="icon {{$nav.lock.2}}" href="{{$nav.lock.0}}" title="{{$nav.lock.3}}" >{{$nav.lock.1}}</a>
+ <i class="{{if $nav.locked}}icon-lock{{else}}icon-unlock{{/if}} fakelink nav-icon" onclick="window.location.href='{{$nav.lock.0}}'; return false;" title="{{$nav.lock.3}}" ></i>
</li>
{{/if}}
{{if $nav.network}}
<li id="nav-network-link" class="nav-menu {{$sel.network}}">
- <a class="{{$nav.network.2}}" href="{{$nav.network.0}}" title="{{$nav.network.3}}" >{{$nav.network.1}}</a>
+ <a class="{{$nav.network.2}}" href="{{$nav.network.0}}" title="{{$nav.network.3}}" ><i class="icon-th nav-icon"></i></a>
<span id="net-update" class="nav-notify fakelink" rel="#nav-network-menu"></span>
<ul id="nav-network-menu" class="menu-popup notify-menus" rel="network">
<li id="nav-network-see-all"><a href="{{$nav.network.all.0}}">{{$nav.network.all.1}}</a></li>
@@ -48,7 +48,7 @@
{{if $nav.home}}
<li id="nav-home-link" class="nav-menu {{$sel.home}}">
- <a class="{{$nav.home.2}}" href="{{$nav.home.0}}" title="{{$nav.home.3}}" >{{$nav.home.1}}</a>
+ <a class="{{$nav.home.2}}" href="{{$nav.home.0}}" title="{{$nav.home.3}}" ><i class="icon-home nav-icon"></i></a>
<span id="home-update" class="nav-notify fakelink" rel="#nav-home-menu"></span>
<ul id="nav-home-menu" class="menu-popup notify-menus" rel="home">
<li id="nav-home-see-all"><a href="{{$nav.home.all.0}}">{{$nav.home.all.1}}</a></li>
@@ -63,7 +63,7 @@
{{if $nav.messages}}
<li id="nav-mail-link" class="nav-menu {{$sel.messages}}">
- <a class="{{$nav.messages.2}}" href="{{$nav.messages.0}}" title="{{$nav.messages.3}}" >{{$nav.messages.1}}</a>
+ <a class="{{$nav.messages.2}}" href="{{$nav.messages.0}}" title="{{$nav.messages.3}}" ><i class="icon-envelope nav-icon"></i></a>
<span id="mail-update" class="nav-notify fakelink" rel="#nav-messages-menu"></span>
<ul id="nav-messages-menu" class="menu-popup notify-menus" rel="messages">
<li id="nav-messages-see-all"><a href="{{$nav.messages.all.0}}">{{$nav.messages.all.1}}</a></li>
@@ -75,7 +75,7 @@
{{if $nav.all_events}}
<li id="nav-all_events-link" class="nav-menu {{$sel.all_events}}">
- <a class="{{$nav.all_events.2}}" href="{{$nav.all_events.0}}" title="{{$nav.all_events.3}}" >{{$nav.all_events.1}}</a>
+ <a class="{{$nav.all_events.2}}" href="{{$nav.all_events.0}}" title="{{$nav.all_events.3}}" ><i class="icon-calendar nav-icon"></i></a>
<span id="all_events-update" class="nav-notify fakelink" rel="#nav-all_events-menu"></span>
<ul id="nav-all_events-menu" class="menu-popup notify-menus" rel="all_events">
<li id="nav-all_events-see-all"><a href="{{$nav.all_events.all.0}}">{{$nav.all_events.all.1}}</a></li>
@@ -87,7 +87,7 @@
{{if $nav.intros}}
<li id="nav-intros-link" class="nav-menu {{$sel.intros}}">
- <a class="{{$nav.intros.2}}" href="{{$nav.intros.0}}" title="{{$nav.intros.3}}" >{{$nav.intros.1}}</a>
+ <a class="{{$nav.intros.2}}" href="{{$nav.intros.0}}" title="{{$nav.intros.3}}" ><i class="icon-user nav-icon"></i></a>
<span id="intro-update" class="nav-notify fakelink" rel="#nav-intros-menu"></span>
<ul id="nav-intros-menu" class="menu-popup notify-menus" rel="intros">
<li id="nav-intros-see-all"><a href="{{$nav.intros.all.0}}">{{$nav.intros.all.1}}</a></li>
@@ -98,7 +98,7 @@
{{if $nav.notifications}}
<li id="nav-notify-linkmenu" class="nav-menu fakelink {{$sel.notifications}}">
- <a href="{{$nav.notifications.0}}" title="{{$nav.notifications.1}}">{{$nav.notifications.1}}</a>
+ <a href="{{$nav.notifications.0}}" title="{{$nav.notifications.1}}"><i class="icon-exclamation nav-icon"></i></a>
<span id="notify-update" class="nav-notify fakelink" rel="#nav-notify-menu"></span>
<ul id="nav-notify-menu" class="menu-popup notify-menus" rel="notify">
<li id="nav-notify-see-all"><a href="{{$nav.notifications.all.0}}">{{$nav.notifications.all.1}}</a></li>
@@ -113,19 +113,19 @@
{{if $nav.directory}}
<li id="nav-directory-link" class="nav-menu {{$sel.directory}}">
- <a class="{{$nav.directory.2}}" href="{{$nav.directory.0}}" title="{{$nav.directory.3}}">{{$nav.directory.1}}</a>
+ <a class="{{$nav.directory.2}}" href="{{$nav.directory.0}}" title="{{$nav.directory.3}}"><i class="icon-sitemap nav-icon"></i></a>
</li>
{{/if}}
{{if $nav.help}}
<li id="nav-help-link" class="nav-menu {{$sel.help}}">
- <a class="{{$nav.help.2}}" target="friendika-help" href="{{$nav.help.0}}" title="{{$nav.help.3}}" >{{$nav.help.1}}</a>
+ <a class="{{$nav.help.2}}" target="friendika-help" href="{{$nav.help.0}}" title="{{$nav.help.3}}" ><i class="icon-question nav-icon"></i></a>
</li>
{{/if}}
{{if $nav.apps}}
<li id="nav-apps-link" class="nav-menu {{$sel.apps}}">
- <a class=" {{$nav.apps.2}}" href="#" rel="#nav-apps-menu" title="{{$nav.apps.3}}" >{{$nav.apps.1}}</a>
+ <a class=" {{$nav.apps.2}}" href="#" rel="#nav-apps-menu" title="{{$nav.apps.3}}" ><i class="icon-cogs nav-icon"></i></a>
<ul id="nav-apps-menu" class="menu-popup">
{{foreach $apps as $ap}}
<li>{{$ap}}</li>
@@ -136,7 +136,7 @@
<li id="nav-searchbar">
<form method="get" action="search">
- <input id="nav-search-text" type="text" value="" placeholder="{{$nav.search.1}}" name="search" title="{{$nav.search.3}}" onclick="this.submit();" />
+ <input class="icon-search" id="nav-search-text" type="text" value="" placeholder="&#xf002;" name="search" title="{{$nav.search.3}}" onclick="this.submit();" />
</form>
</li>
<div id="nav-search-spinner"></div>
@@ -148,5 +148,5 @@
<li class="{4}"><a href="{0}"><img src="{1}">{2} <span class="notif-when">{3}</span></a></li>
</ul>
-<div id="langselector" >{{$langselector}}</div>
+{{if $langselector}}<div id="langselector" >{{$langselector}}</div>{{/if}}
<div id="panel" style="display: none;"></div>
diff --git a/view/tpl/page_display.tpl b/view/tpl/page_display.tpl
index 7b4fdb96e..d8175bdd2 100755
--- a/view/tpl/page_display.tpl
+++ b/view/tpl/page_display.tpl
@@ -1,6 +1,6 @@
<div class="page">
-<div class="page-content-wrapper" id="page-content-wrapper" >
+<div class="generic-content-wrapper" id="page-content-wrapper" >
<h3 class="page-title">{{$title}}</h3>
<div class="page-author"><a class=="page-author-link" href="{{$auth_url}}">{{$author}}</a></div>
<div class="page-date">{{$date}}</div>
diff --git a/view/tpl/peoplefind.tpl b/view/tpl/peoplefind.tpl
index 72c0830cf..c3cbb064b 100755
--- a/view/tpl/peoplefind.tpl
+++ b/view/tpl/peoplefind.tpl
@@ -1,10 +1,12 @@
<div id="peoplefind-sidebar" class="widget">
<h3>{{$findpeople}}</h3>
<div id="peoplefind-desc">{{$desc}}</div>
- <form action="dirfind" method="post" />
+ <form action="directory" method="post" />
<input id="side-peoplefind-url" type="text" name="search" size="24" title="{{$hint}}" /><input id="side-peoplefind-submit" type="submit" name="submit" value="{{$findthem}}" />
</form>
+ {{if $similar}}
<div class="side-link" id="side-match-link"><a href="match" >{{$similar}}</a></div>
+ {{/if}}
<div class="side-link" id="side-suggest-link"><a href="suggest" >{{$suggest}}</a></div>
<div class="side-link" id="side-random-profile-link" ><a href="randprof" >{{$random}}</a></div>
{{if $inv}}
diff --git a/view/tpl/photo_view.tpl b/view/tpl/photo_view.tpl
index f825dcba6..cdaae67e4 100755
--- a/view/tpl/photo_view.tpl
+++ b/view/tpl/photo_view.tpl
@@ -7,12 +7,12 @@
{{if $tools}}
<a id="photo-toprofile-link" href="{{$tools.profile.0}}">{{$tools.profile.1}}</a>
{{/if}}
-{{if $lock}} | <img src="images/lock_icon.gif" class="lockview" alt="{{$lock}}" onclick="lockview(event,'photo/{{$id}}');" /> {{/if}}
+{{if $lock}} | <i class="lockview icon-lock" title="{{$lock}}" onclick="lockview(event,'photo/{{$id}}');" ></i> {{/if}}
</div>
-{{if $prevlink}}<div id="photo-prev-link"><a href="{{$prevlink.0}}">{{$prevlink.1}}</a></div>{{/if}}
+{{if $prevlink}}<div id="photo-prev-link"><a href="{{$prevlink.0}}"><i class="icon-backward photo-icons"></i></div>{{/if}}
<div id="photo-photo"><a href="{{$photo.href}}" title="{{$photo.title}}" rel="prettyPhoto"><img src="{{$photo.src}}" /></a></div>
-{{if $nextlink}}<div id="photo-next-link"><a href="{{$nextlink.0}}">{{$nextlink.1}}</a></div>{{/if}}
+{{if $nextlink}}<div id="photo-next-link"><a href="{{$nextlink.0}}"><i class="icon-forward photo-icons"></i></a></div>{{/if}}
<div id="photo-photo-end"></div>
<div id="photo-caption">{{$desc}}</div>
{{if $tags}}
diff --git a/view/tpl/photos_upload.tpl b/view/tpl/photos_upload.tpl
index 707024cb9..102c4d872 100755
--- a/view/tpl/photos_upload.tpl
+++ b/view/tpl/photos_upload.tpl
@@ -1,6 +1,6 @@
<h3>{{$pagename}}</h3>
-<div id="photos-usage-message">{{$usage}}</div>
+<div id="photos-usage-message" class="usage-message">{{$usage}}</div>
<form action="photos/{{$nickname}}" enctype="multipart/form-data" method="post" name="photos-upload-form" id="photos-upload-form" >
<input type="hidden" id="photos-upload-source" name="source" value="photos" />
diff --git a/view/tpl/posted_date_widget.tpl b/view/tpl/posted_date_widget.tpl
index 009fa60a6..6720d3628 100755
--- a/view/tpl/posted_date_widget.tpl
+++ b/view/tpl/posted_date_widget.tpl
@@ -3,7 +3,7 @@
<script>function dateSubmit(dateurl) { window.location.href = dateurl; } </script>
<select id="posted-date-selector" name="posted-date-select" onchange="dateSubmit($(this).val());" size="{{$size}}">
{{foreach $dates as $d}}
-<option value="{{$url}}/{{$d.1}}/{{$d.2}}" >{{$d.0}}</option>
+<option value="{{$url}}?dend={{$d.1}}&dbegin={{$d.2}}" >{{$d.0}}</option>
{{/foreach}}
</select>
</div>
diff --git a/view/tpl/profile_advanced.tpl b/view/tpl/profile_advanced.tpl
index db48a8509..9f17a0ffa 100755
--- a/view/tpl/profile_advanced.tpl
+++ b/view/tpl/profile_advanced.tpl
@@ -1,3 +1,4 @@
+<div id="profile-content-wrapper" class="generic-content-wrapper">
<h2>{{$title}}</h2>
<dl id="aprofile-fullname" class="aprofile">
@@ -179,4 +180,4 @@
{{/foreach}}
{{/if}}
-
+</div>
diff --git a/view/tpl/saved_searches_aside.tpl b/view/tpl/saved_searches_aside.tpl
index 27c7d86a0..ea336f969 100755
--- a/view/tpl/saved_searches_aside.tpl
+++ b/view/tpl/saved_searches_aside.tpl
@@ -4,8 +4,8 @@
<ul id="saved-search-ul">
{{foreach $saved as $search}}
- <li class="saved-search-li clear">
- <a title="{{$search.delete}}" onclick="return confirmDelete();" id="drop-saved-search-term-{{$search.id}}" class="iconspacer savedsearchdrop " href="network/?f=&amp;remove=1&amp;search={{$search.encodedterm}}"></a>
+ <li id="search-term-{{$search.id}}" class="saved-search-li clear">
+ <a title="{{$search.delete}}" onclick="return confirmDelete();" id="drop-saved-search-term-{{$search.id}}" href="network/?f=&amp;remove=1&amp;search={{$search.encodedterm}}"><i id="dropicon-saved-search-term-{{$search.id}}" class="icon-remove drop-icons iconspacer savedsearchdrop" ></i></a>
<a id="saved-search-term-{{$search.id}}" class="savedsearchterm" href="network/?f=&amp;search={{$search.encodedterm}}">{{$search.displayterm}}</a>
</li>
{{/foreach}}
diff --git a/view/tpl/search_item.tpl b/view/tpl/search_item.tpl
index bb796346d..5953522dc 100755
--- a/view/tpl/search_item.tpl
+++ b/view/tpl/search_item.tpl
@@ -17,15 +17,14 @@
</div>
<div class="wall-item-photo-end"></div>
<div class="wall-item-wrapper" id="wall-item-wrapper-{{$item.id}}" >
- {{if $item.lock}}<div class="wall-item-lock"><img src="images/lock_icon.gif" class="lockview" alt="{{$item.lock}}" onclick="lockview(event,{{$item.id}});" /></div>
+ {{if $item.lock}}<i class="wall-item-lock icon-lock lockview" title="{{$item.lock}}" onclick="lockview(event,{{$item.id}});" /></i>
{{else}}<div class="wall-item-lock"></div>{{/if}}
<div class="wall-item-location" id="wall-item-location-{{$item.id}}">{{$item.location}}</div>
</div>
</div>
<div class="wall-item-author">
- <a href="{{$item.profile_url}}" title="{{$item.linktitle}}" class="wall-item-name-link"><span class="wall-item-name{{$item.sparkle}}" id="wall-item-name-{{$item.id}}" >{{$item.name}}</span></a>
-
- <div class="wall-item-ago" id="wall-item-ago-{{$item.id}}"><span class="autotime" title="{{$item.isotime}}">{{$item.localtime}}</span>{{if $item.app}}<span class="item.app">{{$item.str_app}}</span>{{/if}}</div>
+ <a href="{{$item.profile_url}}" title="{{$item.linktitle}}" class="wall-item-name-link"><span class="wall-item-name{{$item.sparkle}}" id="wall-item-name-{{$item.id}}" >{{$item.name}}</span></a><br />
+ <div class="wall-item-ago" id="wall-item-ago-{{$item.id}}">{{if $item.verified}}<i class="icon-ok" title="{{$item.verified}}"></i>&nbsp;{{/if}}<span class="autotime" title="{{$item.isotime}}">{{$item.localtime}}</span>{{if $item.app}}<span class="item.app">{{$item.str_app}}</span>{{/if}}</div>
</div>
<div class="wall-item-content" id="wall-item-content-{{$item.id}}" >
diff --git a/view/tpl/sellpage_edit.tpl b/view/tpl/sellpage_edit.tpl
new file mode 100644
index 000000000..0a4726fb2
--- /dev/null
+++ b/view/tpl/sellpage_edit.tpl
@@ -0,0 +1,23 @@
+<h1>{{$header}}</h1>
+<form id="sellpage-edit" action="connect/{{$address}}" method="post">
+
+{{include file="field_checkbox.tpl" field=$premium}}
+
+<div class="descriptive-text">{{$desc}}</div>
+
+<div class="sellpage-editbody">
+<p id="sellpage-bodydesc" >
+{{$lbl_about}}
+</p>
+
+<textarea rows="10" cols="72" id="sellpage-textinp" name="text" >{{$text}}</textarea>
+
+</div>
+<div id="sellpage-editbody-end"></div>
+
+
+<div class="descriptive-text">{{$lbl2}}</div>
+<div class="sellpage-final">{{$desc2}}</div>
+
+<input type="submit" name="submit" value="{{$submit}}" />
+</form>
diff --git a/view/tpl/sellpage_submit.tpl b/view/tpl/sellpage_submit.tpl
new file mode 100644
index 000000000..2bd735ea4
--- /dev/null
+++ b/view/tpl/sellpage_submit.tpl
@@ -0,0 +1,3 @@
+<form id="sellpage-submit" action="connect/{{$address}}" method="post">
+<input type="submit" name="submit" value="{{$continue}}" />
+</form> \ No newline at end of file
diff --git a/view/tpl/sellpage_view.tpl b/view/tpl/sellpage_view.tpl
new file mode 100644
index 000000000..20a65ffbe
--- /dev/null
+++ b/view/tpl/sellpage_view.tpl
@@ -0,0 +1,11 @@
+<div class="generic-content-wrapper">
+<h1>{{$header}}</h1>
+
+<div class="descriptive-text">{{$desc}}</div>
+
+<div class="sellpage-body">{{$text}}</div>
+
+<div class="sellpage-final">{{$desc2}}</div>
+
+{{$submit}}
+</div>
diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl
index 194b90e80..10378e599 100755
--- a/view/tpl/settings.tpl
+++ b/view/tpl/settings.tpl
@@ -1,3 +1,4 @@
+<div class="generic-content-wrapper">
<h1>{{$ptitle}}</h1>
{{$nickname_block}}
@@ -12,6 +13,7 @@
{{include file="field_input.tpl" field=$defloc}}
{{include file="field_checkbox.tpl" field=$allowloc}}
+{{include file="field_checkbox.tpl" field=$adult}}
<div class="settings-submit-wrapper" >
<input type="submit" name="submit" class="settings-submit" value="{{$submit}}" />
@@ -100,9 +102,9 @@
<div id="settings-notifications">
<div id="settings-activity-desc">{{$activity_options}}</div>
-
-{{include file="field_checkbox.tpl" field=$post_newfriend}}
-{{include file="field_checkbox.tpl" field=$post_joingroup}}
+{{*the next two aren't yet implemented *}}
+{{*include file="field_checkbox.tpl" field=$post_newfriend*}}
+{{*include file="field_checkbox.tpl" field=$post_joingroup*}}
{{include file="field_checkbox.tpl" field=$post_profilechange}}
@@ -125,3 +127,4 @@
<input type="submit" name="submit" class="settings-submit" value="{{$submit}}" />
</div>
+</div>
diff --git a/view/tpl/settings_account.tpl b/view/tpl/settings_account.tpl
index 198ac9565..fcddb3f86 100755
--- a/view/tpl/settings_account.tpl
+++ b/view/tpl/settings_account.tpl
@@ -1,3 +1,4 @@
+<div class="generic-content-wrapper">
<h1>{{$title}}</h1>
@@ -24,5 +25,4 @@
{{$account_settings}}
-
-
+</div>
diff --git a/view/tpl/settings_addons.tpl b/view/tpl/settings_addons.tpl
index cad6a2274..3e447cd0a 100755
--- a/view/tpl/settings_addons.tpl
+++ b/view/tpl/settings_addons.tpl
@@ -1,3 +1,4 @@
+<div class="generic-content-wrapper">
<h1>{{$title}}</h1>
@@ -8,3 +9,4 @@
</form>
+</div>
diff --git a/view/tpl/settings_display.tpl b/view/tpl/settings_display.tpl
index 2645ce740..ddd3ca56d 100755
--- a/view/tpl/settings_display.tpl
+++ b/view/tpl/settings_display.tpl
@@ -1,3 +1,4 @@
+<div class="generic-content-wrapper">
<h1>{{$ptitle}}</h1>
<form action="settings/display" id="settings-form" method="post" autocomplete="off" >
@@ -20,3 +21,4 @@
{{/if}}
</form>
+</div>
diff --git a/view/tpl/settings_features.tpl b/view/tpl/settings_features.tpl
index 47d755ee6..a03817f82 100755
--- a/view/tpl/settings_features.tpl
+++ b/view/tpl/settings_features.tpl
@@ -1,3 +1,4 @@
+<div class="generic-content-wrapper">
<h1>{{$title}}</h1>
@@ -17,4 +18,4 @@
</div>
</form>
-
+</div>
diff --git a/view/tpl/settings_oauth.tpl b/view/tpl/settings_oauth.tpl
index 11c61a43e..fa1d0946f 100755
--- a/view/tpl/settings_oauth.tpl
+++ b/view/tpl/settings_oauth.tpl
@@ -1,3 +1,4 @@
+<div class="generic-content-wrapper">
<h1>{{$title}}</h1>
@@ -29,3 +30,4 @@
{{/foreach}}
</form>
+</div>
diff --git a/view/tpl/sources_edit.tpl b/view/tpl/sources_edit.tpl
new file mode 100644
index 000000000..6e9cee32b
--- /dev/null
+++ b/view/tpl/sources_edit.tpl
@@ -0,0 +1,22 @@
+<h1>{{$title}}</h1>
+
+<div class="descriptive-text">{{$desc}}</div>
+
+<form action="sources" method="post">
+<input type="hidden" name="source" value="{{$id}}" />
+<input type="hidden" id="id_xchan" name="xchan" value="{{$xchan}}" />
+{{include file="field_input.tpl" field=$name}}
+{{include file="field_textarea.tpl" field=$words}}
+
+<div class="sources-submit-wrapper" >
+<input type="submit" name="submit" class="sources-submit" value="{{$submit}}" />
+</div>
+</form>
+<br />
+<br />
+<a href="sources/{{$id}}/drop">{{$drop}}</a>
+
+
+
+
+
diff --git a/view/tpl/sources_list.tpl b/view/tpl/sources_list.tpl
new file mode 100644
index 000000000..5fe50ba98
--- /dev/null
+++ b/view/tpl/sources_list.tpl
@@ -0,0 +1,15 @@
+<h1>{{$title}}</h1>
+
+<div class="descriptive-text">{{$desc}}</div>
+
+<div class="sources-links">
+<a href="sources/new">{{$new}}</a>
+</div>
+
+{{if $sources}}
+<ul class="sources-list">
+{{foreach $sources as $source}}
+<li><a href="sources/{{$source.src_id}}">{{$source.xchan_name}}</a></li>
+{{/foreach}}
+</ul>
+{{/if}} \ No newline at end of file
diff --git a/view/tpl/sources_new.tpl b/view/tpl/sources_new.tpl
new file mode 100644
index 000000000..267245ae4
--- /dev/null
+++ b/view/tpl/sources_new.tpl
@@ -0,0 +1,15 @@
+<h1>{{$title}}</h1>
+
+<div class="descriptive-text">{{$desc}}</div>
+
+<form action="sources" method="post">
+<input type="hidden" id="id_xchan" name="xchan" value="{{$xchan}}" />
+{{include file="field_input.tpl" field=$name}}
+{{include file="field_textarea.tpl" field=$words}}
+
+<div class="sources-submit-wrapper" >
+<input type="submit" name="submit" class="sources-submit" value="{{$submit}}" />
+</div>
+</form>
+
+
diff --git a/view/tpl/threaded_conversation.tpl b/view/tpl/threaded_conversation.tpl
index 4bfcde896..2d71f01ab 100755
--- a/view/tpl/threaded_conversation.tpl
+++ b/view/tpl/threaded_conversation.tpl
@@ -1,3 +1,6 @@
+{{if $photo_item}}
+{{$photo_item}}
+{{/if}}
{{foreach $threads as $thread_item}}
{{include file="{{$thread_item.template}}" item=$thread_item}}
{{/foreach}}
diff --git a/view/tpl/webpagelist.tpl b/view/tpl/webpagelist.tpl
index b09dc9f38..9a189230b 100644
--- a/view/tpl/webpagelist.tpl
+++ b/view/tpl/webpagelist.tpl
@@ -2,7 +2,7 @@
{{if $pages}}
- <div id="pagelist-content-wrapper">
+ <div id="pagelist-content-wrapper" class="generic-content-wrapper">
{{foreach $pages as $key => $items}}
{{foreach $items as $item}}
<div class="page-list-item">
diff --git a/view/tpl/write_pages.tpl b/view/tpl/write_pages.tpl
index f6668ceb1..53146ee30 100644
--- a/view/tpl/write_pages.tpl
+++ b/view/tpl/write_pages.tpl
@@ -1,3 +1,3 @@
<div id="write-pages" class="bigwidget">
-<center><span id="wp-new"><a href="{{$newurl}}">{{$new}}</a></span> <span id="wp-edit"><a href="{{$editurl}}">{{$edit}}</a></span></center>
+<span id="wp-new"><a href="{{$newurl}}">{{$new}}</a></span> <span id="wp-edit"><a href="{{$editurl}}">{{$edit}}</a></span>
</div>